No changes between revisions
/Web/Maintenance/Maintenance.php
12,4 → 12,6
<a href="PhpInfo.php">Výpis PhpInfo()</a>
<br>
<a href="HistoryLog.php">Výpis history.log</a>
<br>
<a href="./phpMyAdmin/index.php">phpMyAdmin</a>
</p>
/Web/Maintenance/phpMyAdmin/CREDITS
0,0 → 1,9
$Id: CREDITS,v 2.0 2003/11/18 15:20:33 nijel Exp $
 
 
phpMyAdmin - Credits
====================
 
Please have a look to the Documentation.txt or
Documentation.html files.
 
/Web/Maintenance/phpMyAdmin/ChangeLog
0,0 → 1,9198
----------------------
phpMyAdmin - Changelog
----------------------
 
$Id: ChangeLog,v 2.1929.2.142.2.13 2006/08/22 18:01:45 lem9 Exp $
$Source: /cvsroot/phpmyadmin/phpMyAdmin/ChangeLog,v $
 
2006-08-22 Marc Delisle <lem9@users.sourceforge.net>
* scripts/setup.php: bug #1536112, better fix (in case of
register_globals enabled), thanks to Michal
### 2.8.2.3 released from MAINT_2_8_2
* scripts/setup.php: bug #1544692, version 2.8.2.3 breaks setup.php
on a server with register_globals enabled, thanks to Juergen Windkiel
### 2.8.2.4 released from MAINT_2_8_2
 
2006-08-21 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
bug #1542875, Cookie auth on IIS
 
2006-08-14 Marc Delisle <lem9@users.sourceforge.net>
### 2.8.2.2 released from MAINT_2_8_2
 
2006-08-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/config.auth.lib.php: bug #1536112, config not loaded
(MySQL error 2002 or 2003)
 
2006-08-02 Marc Delisle <lem9@users.sourceforge.net>
### 2.8.2.1 released from MAINT_2_8_2
 
2006-08-01 Marc Delisle <lem9@users.sourceforge.net>
* themes/darkblue_orange/css/theme_right.css.php, theme_left.css.php:
darkblue_orange was not readable, thanks to Juergen Windkiel
* Documentation.html: patch #1532493 + light editing from me,
thanks to Isaac Bennetch
 
2006-07-28 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Include setup from HEAD:
- Protect against php code input from user (bug #1530370).
- Implement own var_export.
 
2006-07-26 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1523784, blank page after Edit
in IE6 via IIS
 
2006-07-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/Config.class.php: reload default configuration if
config.inc.php is removed
 
2006-06-30 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: escape also single quotes
### 2.8.2 released from QA_2_8
 
2006-06-28 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: escape allowed parameters from non-token
requests
 
2006-06-15 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_export.lib.php: reenable XML option in export
 
2006-06-02 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: requirements: web browser with cookies enabled
 
2006-05-29 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug #1496881, CVS link broken in main.php
 
2006-05-20 Marc Delisle <lem9@users.sourceforge.net>
### 2.8.1 released from MAINT_2_8_1
 
2006-05-17 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: bug #1478812, Add user (password containing
a backslash; also minor optimization
 
2006-05-15 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, bug #1475949, removing the default value
 
2006-05-15 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Compatibility with security tokens (bug #1488453).
* scripts/setup.php: Fix detection of writable config (bug #1488447).
 
2006-05-14 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: Fix reading database list with MySQL wildcards
(bug #1487613).
 
2006-05-12 Marc Delisle <lem9@users.sourceforge.net>
### 2.8.0.4 released from MAINT_2_8_0
### 2.8.1-rc1 released from QA_2_8
 
2006-05-12 Michal Čihař <michal@cihar.com>
* libraries/footer.inc.php: Escape user input to avoid XSS.
* libraries/url_generating.lib.php, libraries/session.inc.php,
libraries/common.lib.php: Protect against external links which could
perform any action (CVE-2006-1804) (backport from HEAD).
 
2006-05-05 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Fix UPDATE export with extended inserts
enabled (bug#1482103).
 
2006-05-02 Michal Čihař <michal@cihar.com>
* libraries/select_lang.lib.php, libraries/Theme_Manager.class.php: Escape
user input (CVE-2006-2031).
 
2006-04-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* db_printview.php: fixed bug 'no tables found', refactored
 
2006-04-27 Michal Čihař <michal@cihar.com>
* sql.php: Show results of REPLACE as affected as it contains both deleted
and inserted rows count (bug #1475765).
* libraries/common.lib.php: Better detection of duplicate rows (bug
#1477500).
 
2006-04-24 Michal Čihař <michal@cihar.com>
* main.php: Fix logout link (bug #1474694).
 
2006-04-21 Michal Čihař <michal@cihar.com>
* libraries/import/csv.php: Fix importing files without trailing new line
(bug #1473944).
 
2006-04-20 Michal Čihař <michal@cihar.com>
* index.php: Check target against goto_whitelist.
 
2006-04-14 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug #1443004 part 2, export order for VIEWs
 
2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* sql.php:
- fixed bug #1469469 cyclic redirect with sql.php as default table-page
 
2006-04-12 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug #1443004 part 1: do not generate INSERT statements
for an exported VIEW
 
2006-04-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* css/phpmyadmin.css.php:
fixed bug #1446017 red border in outdated themes
* libraries/common.lib.php:
- added option to PMA_arrayWalkRecursive() to use function also on keys
- un-magic_quotes_gpc also keys in GPC arrays
* libraries/db_table_exists.lib.php:
cleanup - what a mess; fixed several undefined variables
* tbl_printview.php:
fixed undefined variable by including libraries/tbl_properties_common.php
* libraries/footer.inc.php:
fixed bug #1454874 Javascript error in new (not framed) print window
* css\phpmyadmin.css.php, scripts\setup.php, test\theme.php
themes\darkblue_orange\css\theme_right.css.php,
themes\original\css\theme_right.css.php:
fixed bug #1444466 theme directory not being processed correctly
* libraries\common.lib.php, libraries\Theme_Manager.class.php:
fixed bug #1469174 configuration changes not accepted in theme manager
* libraries\Theme_Manager.class.php:
fixed bug #1469120 missing property in Theme_Manager class
* libraries\common.lib.php:
fixed bug #1469109 PMA_backquote() issues
 
2006-04-11 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: clarification about config.default.php
 
2006-04-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* tbl_relation.php:
fixed bug #1459418 Add foreign key fail on column with ' in name
* index.php, libraries\auth\cookie.auth.lib.php,
libraries\auth\http.auth.lib.php, libraries\common.lib.php,
libraries\footer.inc.php, libraries\fpdf\fpdf.php,
libraries\grab_globals.lib.php, libraries\header.inc.php,
libraries\ip_allow_deny.lib.php, libraries\select_lang.lib.php,
libraries\Config.class.php:
use PMA_getenv()
* libraries\Config.class.php:
fixed not initilized variable in getCookiePath();
* libraries\common.lib.php:
added PMA_getenv() as a wrapper to $_SERVER, $_ENV, getenv() and apache_getenv()
 
2006-04-11 Michal Čihař <michal@cihar.com>
* lang/galician: Fix missing ; (bug #1468439).
 
2006-04-10 Michal Čihař <michal@cihar.com>
* libraries/Config.class.php: Check also default config mtime (bug
#1467620).
* libraries/Config.class.php: Better check for server system (patch
#1462738).
* libraries/import/csv.php: Fix parsing of large CSV files (bug #1456331).
 
2006-04-07 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Parse correctly new version numbers.
 
2006-04-06 Marc Delisle <lem9@users.sourceforge.net>
* themes/*/css/theme_left.css.php, /theme_right.css.php:
protection from unplanned execution path
### 2.8.0.3 released from branch MAINT_2_8_0
 
2006-03-26 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug #1448890 Column expander doesn't work
* libraries/tbl_properties.inc.php: bug #1458334, undefined offset
* libraries/sqlparser.data.php: bug #1455373, CONVERT in reserved words
 
2006-03-23 Michal Čihař <michal@cihar.com>
* libraries/import/sql.php: Fix handling of -- (bug #1453430).
 
2006-03-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1444417 blobs are centered
* libraries/common.lib.php: patch #1455286, catch 'permission denied'
error on SHOW DATABASES, thanks to Bernard Dautrevaux - b-dautrevaux
 
2006-03-22 Alexander M. Turek <me@derrabus.de>
* lang/spanish-*.inc.php: Updates, thanks to Daniel Hinostroza.
* lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
 
2006-03-21 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1439002, drop basetable of a view gives
error on overview
 
2006-03-20 Alexander M. Turek <me@derrabus.de>
* Documentation.html: Added a note about Connector/PHP to FAQ 1.17.
 
2006-03-17 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Allow empty socket (bug #1452142).
 
2006-03-16 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Theme_Manager.class.php: XSS vulnerability
* libraries/common.lib.php: bug #1392554, turn off
zend.ze1_compatibility_mode due to mysqli problems
### 2.8.0.2 released from branch MAINT_2_8_0
 
2006-03-16 Michal Čihař <michal@cihar.com>
* scripts/create-release.sh: Use w3m instead of lynx (bug #1451635).
 
2006-03-16 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: undefined variable when a BLOB is NULL
 
2006-03-15 Michal Čihař <michal@cihar.com>
* libraries/export/htmlexcel.php: Fix output handling (bug #1450555).
 
2006-03-14 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Fix config loading (bug #1449821).
 
2006-03-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1449715, loading of binary data very slow
* server_privileges.php: compatibility with MySQL < 4.0.2
* server_databases.php: bug #1445991, compatibility with MySQL 3.23.52
 
2006-03-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Config.class.php, /common.lib.php: bug #1445120,
cookie login not working on IIS
 
2006-03-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: reactivate in-line image display
* transformation_wrapper.php: bug #1444121, octetstream download fails
on versions of PHP accepting only one line per header,
thanks to Ryan Schmidt
 
2006-03-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/database_interface.lib.php, tbl_create.php,
tbl_properties_operations.php: bug #1444892, TYPE deprecated in
MySQL 5.1
 
2006-03-08 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Sync with HEAD fixes (bug #1435806).
 
2006-03-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Config.class.php: bug #1444867, does not load config.inc.php
under PHP < 4.3.0, thanks to Julian Ladisch - julianladisch
 
2006-03-06 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug #1443337, homepage link
### 2.8.0 released from branch MAINT_2_8_0
 
2006-03-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
* import.php, libraries/common.lib.php: bug #1413880, page status not
preserved on Refresh
* lang/chinese_traditional: Updates, thanks to Siu Sun.
 
2006-03-03 Michal Čihař <michal@cihar.com>
* libraries/Theme_Manager.class.php: Fix include path (bug #1442008).
 
2006-03-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/session.inc.php and removed .htaccess:
bug #1411996: now we destroy an auto-started session
### 2.8.0-rc2 released from MAINT_2_8_0 branch
 
2006-03-02 Michal Čihař <michal@cihar.com>
* libraries/display_tbl.lib.php: Fix parameter to transformation (bug
#1440926).
 
2006-02-25 Marc Delisle <lem9@users.sourceforge.net>
* lang/japanese*: update, thanks to Ishigaki Kenichi - tcool
 
2006-02-24 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: bug #1437754, search combos default to
key zero
* lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
 
2006-02-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Config.class.php: bug #1418769 part 1: stat failed for
./config.inc.php (under PHP 4)
* sql.php: bug #1437499, LIMIT clause when query ends with semicolon
 
2006-02-22 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1435303, error on empty BLOB transf.
* .htaccess: added a reference to the FAQ
 
2006-02-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/footer.inc.php:
bug #1436279 Left frame links open in new windows in Safari
* libraries/dbi/mysqli.dbi.lib.php: workaround for http://bugs.php.net/36007
* libraries/database_interface.lib.php PMA_DBI_get_tables_full(), left.php:
added workaround for bug #1436171 Cannot display Capitalised Databases
 
2006-02-21 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Various bug fixes (bug #1435700, bug #1435806,
undefined indexes).
 
2006-02-20 Marc Delisle <lem9@users.sourceforge.net>
### 2.8.0-rc1 released
 
2006-02-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* sql.php:
- fixed bug #1431422 Safari: Print view prints blank page
- fixed some 'not refreshing left frame'
 
2006-02-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: re-establish previous error reporting mode
* sql.php: bug #1434576, undefined variable $db
* libraries/storage_engines.lib.php: bug #1434578, missing argument
for __construct()
* Documentation.html: bug #1433633, document consequences of having
a .htaccess file, thanks to Isaac Bennetch
 
2006-02-18 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug #1415465, undefined $sql_query
* libraries/common.lib.php: bug #1377215, errors with E_STRICT
 
2006-02-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/sql_query_form.lib.php:
fixed bug #1433882 html special chars not escaped in query in querybox
 
2006-02-17 Marc Delisle <lem9@users.sourceforge.net>
* lang/*, db_details_structure.php:
bug #1431352, no %d in strViewMaxExactCount
* db_details_structure.php: bug #1431340, rowcount for views and
unneeded $strViewMaxExactCount
* libraries/common.lib.php: array to string conversion
* libraries/display_tbl.lib.php: bug #1396998, added $strViewMaxExactCount
when browsing
 
2006-02-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php:
- fixed bug #1432626 'bad url error after select "(Databases)..."'
* Documentation.html: fixed bug #1433397 'Wrong anchors'
* libraries/select_server.lib.php:
- fixed pre-select for current server (fixed type missmatch)
- do not autosubmit on '(Server) ...'
* css/print.css: fixed bug #1419696 'print css results in blank table output'
 
2006-02-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian: update, thanks to Luca Rebellato
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat
* lang/finnish: update, thanks to Jouni Kahkonen
 
2006-02-15 Marc Delisle <lem9@users.sourceforge.net>
* bug #1406378, default value and auto_increment, thanks to Nuvo - nyvsld
 
2006-02-14 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: XHTML error, thanks to Cédric Corazza
* Documentation.html: remove experimental status for MySQL 4.1 support
 
2006-02-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* server_privileges.php:
- fixed bug #1427707 Priv->user->pass radio buttons unselectable
* db_details_structure.php, tbl_properties_structure.php:
- fixed bug #1420474 'Consistency (order of truncate/drop)'
- some PEAR coding standard
 
2006-02-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1425522, warning when calling
a stored procedure, thanks to JTC - jcqns
 
2006-02-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php:
- fixed bug #1416848 'Insert new row from Browse page'
* libraries/common.lib.php:
- fixed bug #1409893 - links in navigation frame opens new window
* libraries/select_server.lib.php:
- fixed bug #1425688 'Server Select quirk'
- valid XHTML 1.0
- code readability
 
2006-02-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/english and hebrew: bug #1429769, typo
* tbl_change.php, tbl_replace.php: bug #1429074, "go back to this page"
choice should be sticky
 
2006-02-10 Marc Delisle <lem9@users.sourceforge.net>
* .htaccess added to main directory for bug #1411996; at least on
servers supporting .htaccess we can run even if session.auto_start
is enabled
* lang/belarusian updates, thanks to Jaska Zedlik
* lang/catalan update, thanks to Xavier Navarro (xavin).
 
2006-02-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libararies/session.inc.php:
stop execution and ommit warning on session.auto_start enabled
 
2006-02-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/mult_submit.inc.php: bug #1404565, left frame refresh on
db drop from Databases link in main page
 
2006-02-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Config.class.php: leave the possibility of having a
backslash in the path on non-Windows system, thanks to Michal;
and bug #1418769, part 2: missing argument (PHP 4 constructor)
 
2006-02-06 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Fix typos (bug #1424923).
 
2006-02-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php:
- fixed bug #1416848 'Insert new row from Browse page'
- PMA_checkPageValidity() [bug #1416848]
* scripts/setup.php:
fixed bug #1424274 'Found a problem in the setup script'
(ShowPHPInfo -> ShowPhpInfo)
 
2006-02-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/Config.class.php: bug #1409770 auto-detection and dirname on
Windows, thanks to Alex - nixniemand
* libraries/mult_submits.inc.php, server_databases.php: array to string
conversion
* tbl_properties_operations.php, tbl_properties.php, tbl_import.php,
tbl_change.php: bug #1415465, undefined $sql_query
 
2006-01-31 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: bug #1412058, damaged table reporting
* import.php: bug #1418382, CSV import does not work
 
2006-01-30 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1418145, missing global,
thanks to Bananeweizen
 
2006-01-29 Marc Delisle <lem9@users.sourceforge.net>
* lang/estonian updates, thanks to Marko Ellermaa - uhuu
* lang/polish: updates, thanks to Jakub Wilk - ubanus
* lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
* lang/italian: update, thanks to Luca Rebellato
* lang/norwegian: Update, thanks to Sven-Erik Andersen
* db_details_structure.php: bug #1396998, notice for view row count
in table list
* libraries/session.inc.php: bug #1414628, session.save_handler might
be set to something different than "files". Thanks to Nicola Asuni
### 2.8.0-beta1 released
 
2006-01-28 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1396998, avoid displaying exact row
count for views, work in progress.
 
2006-01-26 Michal Čihař <michal@cihar.com>
* lang/czech: Translation update.
 
2006-01-25 Marc Delisle <lem9@users.sourceforge.net>
* db_details_qbe.php: use PMA_countRecords() when possible, to be able
to centralise into it the VIEW detection logic
* sql.php: affected rows are returned in case of DELETE with no WHERE
clause, at least since MySQL 4.0.x, so no need to pre-count
 
2006-01-25 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* server_status.php:
fixed bug: high ascii char in preg_match
* lang/german-*: update
 
2006-01-24 Marc Delisle <lem9@users.sourceforge.net>
* lang/*: strViewMaxExactCount for the VIEW row count detection
I'm working on...
 
2006-01-23 Michal Čihař <michal@cihar.com>
* lang/czech: Translation update.
 
2006-01-22 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1410787, incorrect merging of parameters
contained in an array
 
2006-01-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* tbl_printview.php: typo
 
2006-01-20 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug #1410078, error exporting query ending with semicolon,
thanks to Ryan Schmidt
 
2006-01-19 Marc Delisle <lem9@users.sourceforge.net>
* main.php: already defined constant
* libraries/display_create_table.lib.php: bug #1376314, I remove
the check to detect the privilege to create a table (see comments
in the code)
 
2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* pdf_schema.php, db_details_qbe.php, libraries\display_tbl.lib.php,
libraries\export\htmlword.php, libraries\export\latex.php,
libraries\import.lib.php, libraries\ip_allow_deny.lib.php,
libraries\transformations.lib.php,
libraries\transformations\text_plain__external.inc.php:
fixed bug #1409972 PHP 5.1.2 compatibility
* libraries\url_generating.lib.php:
fixed bug: undefined index server ($GLOBALS['server'])
 
2006-01-18 Michal Čihař <michal@cihar.com>
* Documentation.html: Add info about Apache CGI and http auth (patch
#1375495).
 
2006-01-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/database_interface.lib.php:
fixed bug: undefined index with empty database in db structure view
* libraries/display_import.lib.php:
fixed bug: display issues with Opera (and Safari?)
* libraries/plugin_interface.lib.php:
- fixed bug: display issues with Opera (and Safari?)
- added source documentation
- PEAR coding standard
- clarified some variable names
* db_sarch.php:
fixed bug: Undefined variable: num_tables
* [really much files]: (not complete) PEAR coding standard
 
2006-01-16 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: typo
* libraries/check_user_privileges.lib.php: bug #1406499,
a username containing an hyphen could not create a db under
MySQL 4.0.x, thanks to "timeout-"
* libraries/common.lib.php: bug #1405956, uninitialized variable $link,
thanks to Sebastian Mendel
 
2006-01-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/sql_query_form.lib.php: undefined js variable
* libraries/database_interface.lib.php: PMA_DBI_get_tables_full() first parameter
now also accepts an array of database names not only a single name
* libraries/common.lib.php: PMA_getTableList():
added second parameter to pass tables (if already fetched from db)
* left.php: make use of new functionality in PMA_getTableList() and
PMA_DBI_get_tables_full(): reduce db server traffic (MySQL >=5.0)
* libraries/common.lib.php:
removed aditional check for table row count for left frame tree
(bug #1397061 Left frame not loaded correct on MySQL error)
* libraries/common.lib.php, left.php:
bug #1392924 undefined index: tab_count
* libraries/display_export.lib.php, css/phpmyadmin.css.php,
themes/*/css/theme_right.css.php:
'fixed' layout of export screen for buggy safari and opera
* db_operations.php, export.php, index.php, left.php,
libraries\auth\cookie.auth.lib.php, libraries\common.lib.php,
libraries\db_details_common.inc.php, libraries\db_table_exists.lib.php,
libraries\display_export.lib.php, libraries\display_tbl.lib.php,
libraries\export\sql.php, libraries\footer.inc.php,
libraries\header.inc.php, libraries\left_header.inc.php,
libraries\mult_submits.inc.php, libraries\mysql_charsets.lib.php,
libraries\relation.lib.php, libraries\server_common.inc.php,
libraries\sql_query_form.lib.php, libraries\sqlparser.lib.php,
libraries\tbl_indexes.lib.php, libraries\tbl_move_copy.php,
libraries\url_generating.lib.php, querywindow.php, scripts\setup.php,
server_databases.php, server_privileges.php, server_processlist.php,
sql.php, tbl_addfield.php, tbl_alter.php, tbl_change.php, tbl_create.php,
tbl_indexes.php, tbl_replace.php:
allow 0 as name for database, table collumn, alias and index
 
2006-01-12 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: typo, thanks to Cédric Corazza
* libraries/common.lib.php: remove high-ascii characters, and an
assignment syntax that does not work on PHP 5.1.2
* libraries/database_interface.lib.php: PHP 5.1.2 compatibility
 
2006-01-11 Marc Delisle <lem9@users.sourceforge.net>
* sql.php, libraries/sqlparser.lib.php: other fixes for bug #1394479
 
2006-01-11 Michal Čihař <michal@cihar.com>
* main.php: Do not fail if no server is defined.
* main.php, libraries/left_header.inc.php,
libraries/select_server.lib.php: Show server selection if no server set
and we have one server configuration (bug #1399880).
* libraries/import/sql.php: Fix hang on unclosed quoted string (bug
#1402270).
 
2006-01-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php: bug #1394479, problem detecting ending
semi-colon, generates a SHOW KEYS FROM no table name
 
2006-01-09 Michal Čihař <michal@cihar.com>
* import.php: Work on 10MB chunks if no memory limit is set (bug
#1399477).
 
2006-01-07 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug #1395590 Safari Bookmark query fieldset float problem,
thanks to Ryan Schmidt
* libraries/common.lib.php: bug #1397749, Safari: space before
PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt
* server_privileges.php: bug #1398018, Safari fieldset float issue in
privileges screens, thanks to Ryan Schmidt
* libraries/Config.class.php: bug #1398931, incorrect detection of
PmaAbsoluteUri in vhost situations, thanks to Ryan Schmidt
 
2006-01-06 Marc Delisle <lem9@users.sourceforge.net>
* db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all
columns as Null Yes
* pdf_schema.php: display PDF schema did not work (missing dot)
 
2006-01-04 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: since we use DROP USER, some options to
remove a user did not work under MySQL 4.1.x (only mode 2 worked),
so I remove them from the dialog. Thanks to Ken Stanley for
the bug report.
* server_status.php: patch #1395031, not proper URL encoding,
adapted from proposed solution by Matt LaPlante, thanks
 
2006-01-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_create_table.lib.php: bug #1389868,
Safari's rendering of "Create table" fieldset, thanks to Ryan Schmidt
 
2006-01-01 Michal Čihař <michal@cihar.com>
* libraries/Config.class.php: Do not check permissions on Windows, it
seems to be broken anyway.
 
2006-01-01 Marc Delisle <lem9@users.sourceforge.net>
* libraries/transformations.lib.php: remove some PHP3 compatibility code
 
2005-12-31 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1388167, deleting a row in a table
without a primary key, handle correctly is_js_confirmed
 
2005-12-30 Marc Delisle <lem9@users.sourceforge.net>
* server_databases.php: bug #1388135, IE and dropping databases
* librairies/mult_submits.inc.php: strong warning for DROP DATABASE
* tbl_printview.php: bug #1389165, Print view shows all columns as Null Yes
(MySQL 5.x)
* libraries/Config.class.php: patch #1392181, typo,
thanks to Luis Mirabal - normannormal
 
2005-12-27 Marc Delisle <lem9@users.sourceforge.net>
* main.php, libraries/check_user_privileges.lib.php:
- reenable a non-privileged user to change his password
- display the Reload MySQL link only if user has proper rights
* Documentation.html: bug #1389582, unclosed code tag,
thanks to Isaac Bennetch
 
2005-12-25 Michal Čihař <michal@cihar.com>
* libraries/import.lib.php, libraries/import/sql.php: Handle correctly
dumps with commented out commands (eg. from mysqldump).
 
2005-12-22 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, libraries/common.lib.php: bug #1381856,
Cannot edit a table having 40 columns
* libraries/common.lib.php: bug #1388116, cannot pass TRUE by reference
to PMA_setCookie, thanks to Isaac Bennetch
* libraries/tbl_replace_fields.inc.php: recent fix introduced a bug:
cannot change a value for a nullable field
 
2005-12-21 Marc Delisle <lem9@users.sourceforge.net>
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat
* lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
* tbl_properties_operations.php, libraries/tbl_properties.inc.php:
bug #1349262, mismatch between PMA and MySQL about Storage Engine
and table type
* server_status.php, lang/*: bug #1348249, add a warning hint about
the possibility of some counters being overrun (stats from MySQL server)
 
2005-12-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: does not return to correct page after
the creation of a bookmark
* libraries/display_create_table.lib.php: bug #1376314, detection of
privileges to create a table (fix for MySQL 4.0.x case)
* tbl_change.php, tbl_replace.php, libraries/tbl_replace_fields.inc.php:
bug #1385974, cannot un-null a value
 
2005-12-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* db_details_importdocsql.php, db_operations.php,
libraries\relation.lib.php, libraries\relation_cleanup.lib.php
libraries\tbl_move_copy.php, libraries\transformations.lib.php
pdf_pages.php, pdf_schema.php, tbl_alter.php, tbl_relation.php:
added database name to relation querys
 
2005-12-17 Marc Delisle <lem9@users.sourceforge.net>
* libraries/url_generating.lib.php: problem with accented table names
 
2005-12-16 Michal Čihař <michal@cihar.com>
* Documentation.html, libraries/common.lib.php,
libraries/config.default.php, libraries/database_interface.lib.php: Add
support for hiding databases (RFE #1372865).
* Documentation.html, export.php, import.php,
libraries/config.default.php: Configurable memory limit (RFE #1373904).
 
2005-12-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/Config.class.php:
- added check is_readable for user config file
- check config file also on wakeup (bug #1376522)
* libraries/Config.class.php, libraries/common.lib.php:
fixed handling of https and $cfg['ForceSSL'] (bug #1379491)
* left.php, js/function.js: fixed undeclared javascript variables
* js/keyhandler.js: fixed wrong spellt 'aplewebkit' (bug #1379034)
 
2005-12-14 Michal Čihař <michal@cihar.com>
* libraries/config.default.php, Documentation.html: Transliterate invalid
chars by default (RFE #1380255).
* left.php: Resurrect database link in light frame (bug #1373804).
* index.php, js/querywindow.js: Move navigation frame to right for rtl
languages.
 
2005-12-13 Michal Čihař <michal@cihar.com>
* querywindow.php: Fix query history displaying (bug #1374639).
 
2005-12-12 Michal Čihař <michal@cihar.com>
* scripts/setup.php: Use same format of version file as in upgrade.pl.
 
2005-12-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.inc.php, libraries/grab_globals.inc.php:
preprare removal of grab_globals:
- moved stuff from grab_globals into common.inc.php
- check/init global required variables like: $lang, $server, $db, $table,
$convcharset, $goto, $back, $sql_query
- introduced $goto-whitelist
- PEAR coding standard
* libraries/common.inc.php, libraries/auth/cookie.auth.lib.php,
libraries/auth/http.auth.lib.php, libraries/grab_globals.lib.php,
libraries/relation.lib.php, scripts/setup.php:
- check magic_quotes only once in common.inc.php
* css/phpmyadmin.css.php, tbl_properties_operations.php:
styled table operations dialog
* db_search.php: revised
* libraries/common.inc.php: fixed high ascii char
 
2005-12-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/tbl_properties_links.inc.php: bug #1375752,
wrong page after insert (losing many URL parameters)
 
2005-12-11 Michal Čihař <michal@cihar.com>
* scripts/create-release.sh, scripts/upgrade.pl: Use same URL for updating
as for setup.php, this one is autogenerated so there is no need for more
manual steps.
* browse_foreigners.php, left.php, libraries/header_meta_style.inc.php:
Drop <base href=".." />, it should not be needed at all.
* lang/czech: Update.
 
2005-12-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/database_interface.lib.php::PMA_DBI_get_columns_full():
- forgot debug code
- correct result for non MySQL 5
 
2005-12-10 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, lang/*: new $strBrowseDistinctValues
* Documentation.html: anchors and formatting cleanup,
thanks to Cédric Corazza
* libraries/relation.lib.php: bug #1370785, error browsing a table under
PHP 4 when no controluser is defined but a pmadb is defined
 
2005-12-09 Michal Čihař <michal@cihar.com>
* libraries/auth/http.auth.lib.php: Simplify code, use getenv, support for
CGI (inspired by patch #1375495).
* Documentation.html: Clarify http auth description.
* scripts/setup.php: Show available version information even when using
CVS version.
* libraries/dbi/mysql.dbi.lib.php: This is mysql extension.
 
2005-12-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/dbi:
PMA_DBI_free_result() now accepts more than one resource to be freed
* libraries/database_interface.lib.php:
- some comments, PEAR coding standard
- PMA_DBI_get_tables(), PMA_DBI_get_fields(): use PMA_DBI_fetch_result();
- added PMA_DBI_get_columns_full()
- PMA_DBI_fetch_result() now accepts an array as $key parameter
for multidimensional arrays (returns: $result[key1][key2][key3] = $row)
- PMA_DBI_get_variable(): use PMA_DBI_fetch_value()
 
2005-12-08 Marc Delisle <lem9@users.sourceforge.net>
* scripts/setup.php: Typos
* libraries/common.lib.php: unneeded parameter in PMA_safe_db_list()
 
2005-12-08 Michal Čihař <michal@cihar.com>
* tbl_change.php: Fix XHTML and thus action selection behavior (bug
#1376391).
* lang/czech: Fix typo.
* tbl_select.php, libraries/display_tbl.lib.php,
tbl_properties_operations.php, tbl_indexes.php, db_operations.php,
server_privileges.php, server_binlog.php: Fix XHTML.
* tbl_properties_export.php: Fix output before headers.
* Documentation.html: Add commands how to setup config dir, note about
changing permissions.
* scripts/setup.php: Show Save and Load buttons disabled if saving not
available.
* libraries/Config.class.php: Refuse to load config file with world
writable permissions, refuse to work with existing config dir.
* lang/*, libraries/auth/config.auth.lib.php: Suggest to run setup script
if auth with default values fails.
* libraries/grab_globals.lib.php: Do not choke on arrays in $_SERVER
array (bug #1370414).
* libraries/sql_query_form.lib.php: Require bookmark code when we use it.
* libraries/export/sql.php: Backquote database name (RFE#1376336).
* libraries/plugin_interface.lib.php, import.php,
libraries/display_import.lib.php, libraries/import/*: Generic plugin
infrastructure and use it in import (needed for RFE#1325937), work in
progress.
 
2005-12-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/tbl_move_copy.php: added PMA_table_rename()
* tbl_properties_common.php, libraries/tbl_properties_links.inc.php:
moved table related output after possible table changes
* libraries/tbl_properties_table_info.inc.php:
added some comments and made some code more readable
* tbl_properties_operations.php:
complete revise (xhtml output, fieldsets, forms merged)
* tbl_rename.php: removed, deprecated by function PMA_table_rename()
* db_search.php, libraries/common.lib.php, libraries/tbl_move_copy.php,
pdf_schema.php: removed PMA_isInto(), deprecated by in_array()
* libraries\mult_submits.inc.php, sql.php, tbl_addfield.php, tbl_alter.php,
tbl_import.php, tbl_properties.php, tbl_properties_structure.php,
tbl_properties_operations.php, tbl_properties_export.php, tbl_select.php
tbl_relation.php: moved tbl_properties_common.php into libraries
* libraries\common.lib.php, libraries\tbl_properties_common.php,
libraries\tbl_properties_links.inc.php, tbl_properties_operations.php:
global init of $GLOBALS['url_params']
 
2005-12-07 Michal Čihař <michal@cihar.com>
* lang/*: Unused messages cleanup, add missing ones.
* lang/sync_lang.sh: Less verbose output to allow quick overview.
* lang/czech: Update.
* lang/galician: Update, thanks to Xose Calvo - xosecalvo.
 
2005-12-07 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/Config.class.php: clear old config values
* libraries/engines/memory|ndbcluster|merge|mrg_myisam|binlog.lib.php: new
* libraries/engines/myisam|bdb|berkeleydb.lib.php:
- PEAR coding standard
- added comments
- added more status variables
* libraries/storage_engines.lib.php, libraries/engines/innodb.lib.php:
- added PMA_StorageEngine::getMysqlHelpPage()
* server_engines.php:
- display link to mysql manual for specific engine
* css/phpmyadmin.css.php, libraries/engines/innodb.lib.php:
arrange innodb buffer pool tables side by side
* css/phpmyadmin.css.php, server_collations.php:
- use style classes
- PMA_NO_VARIABLES_IMPORT
* server_variables.php:
- use style classes
- format numbers
- display only global variables that differs from local/session
- use PMA_DBI_fetch_result()
- PMA_NO_VARIABLES_IMPORT
* js/querywindows.js:
- added setTable()
- set empty table on db change (bug #1375387)
* left.php: removed unsused javascript event
* index.php, left.php, libraries/sql_query_form.lib.php:
syncronize id and name attribute for frame tags but keep IE sending
querywindow form to the correct window (bug #1374757, #1364470, #1297985)
 
2005-12-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1374236, sorting order
* libraries/auth/cookie.auth.lib.php: bug #1374753, Language change on
login panel not propagated
 
2005-12-06 Michal Čihař <michal@cihar.com>
* libraries/config.default.php: Modify default export configuration (RFE
#1373891).
* libraries/database_interface.lib.php: Do not add BINARY types multiple
times (bug #1374457).
* libraries/common.lib.php, libraries/config.default.php: Variable name
should be ForceSSL and not ForceSLL (bug #1374452).
 
2005-12-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php:
- wrong quote, thanks to Matt "Cyber Dog" LaPlante
- PMA_getTab(): use $_SERVER['PHP_SELF']
* libraries/display_import.lib.php: missing '/' for closing div tag
* libraries/display_export.lib.php: no name attribute for sup tag
* server_engines.php:
- revised (style, code, xhtml output)
- use variable name as title if title is empty
- make use of PMA_formatNumber() for non byte numeric values
- set PMA_NO_VARIABLES_IMPORT
* libraries/storage_engines.lib.php: revised
- added PHP 5 constructor
- added comments
- PEAR coding standard
* libraries/engines/innodb.lib.php:
- revised (style, code, xhtml output)
- added more status variables
- PEAR coding standard
- make use of PMA_formatNumber()
- added comments
* libraries/grab_globals.lib.php: protect $import_blacklist from overwriting
 
2005-12-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php: added PMA_array_merge_recursive()
* libraries/Config.class.php:
- make use of PMA_array_merge_recursive()
- correctly reset config variables on changes in config.inc.php
* sql.php: hide edit/delete links for information_schema (bug #1373201)
* db_operations.php: revised (style, code, xhtml output)
 
2005-12-05 Michal Čihař <michal@cihar.com>
* many files: Use same script tag, use CDATA for scripts (RFE #995065).
* export.php: Check for correct parameters.
* import.php, lang/*, libraries/import/csv.php, libraries/import/ldi.php:
Fix import of some CSV files (bug #1373731), provide better error
messages.
* lang/czech: Update.
* import.php, libraries/display_import.lib.php: Fix import layout (bug
#1370416), prefer recoding of strings over changing MySQL charset as in
this case we can show resulting queries.
 
2005-12-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan update, thanks to Xavier Navarro (xavin).
* server_privileges.php: do not use UNION DISTINCT, as it's not allowed
before MySQL 4.0.17, and because "it does nothing" (cf manual)
### 2.7.0 released
 
2005-12-04 Michal Čihař <michal@cihar.com>
* pdf_schema.php: Bad copy and paste, here should be iso-8859-2 (thanks
Marc!).
* libraries/import/csv.php: Fix use of escaped chars (bug #1371249).
* lang/czech: Update.
 
2005-12-03 Marc Delisle <lem9@users.sourceforge.net>
* export.php, libraries/config.default.php, libraries/export/pdf.php,
libraries/display_export.php, lang/*.php: experimental PDF export
 
2005-12-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/header.inc.php: missing ; for html entity,
thanks to Matt "Cyber Dog"
* tbl_properties_structure.php: fixed bdo tag and id names
thanks to Matt "Cyber Dog"
* libraries/tbl_indexes.lib.php: fixed missing quote
thanks to Matt "Cyber Dog"
* libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
tbl_indexes.php: revised XHTML output
* themes/original/css/theme_left|right_css.php: use $GLOBALS
 
2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php, Theme.class.php:
missing '/' in img path (bug #1370437)
* libraries/Config.class.php:
no error for missing config file (bug #1370269)
* libraries/session.inc.php: session cookie path (bug #1370294)
* libraries/Theme_Manager.class.php: update theme list on wakeup
 
2005-11-30 Michal Čihař <michal@cihar.com>
* lang/*: Messages for Sebastian.
* libraries/Config.class.php: Actually load configuration.
* Documentation.html, config.default.php (deleted),
libraries/Config.class.php, libraries/config.default.php: Move
config.default.php to librarires (bug #1365759).
* scripts/setup.php: Adapted to new Config class, fix code generation.
 
2005-11-30 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/Config.class.php:
- merged code from common.inc.php and defines.lib.php
- allow to load without user config
* libraries/common.inc.php:
- make use of new PMA_Config class
- merged PMA_dl() from libraries/defines.lib.php
* libraries/defines.lib.php: removed
* scripts/setup.php, scripts/upgrade.pl: use class PMA_Config
* scripts/create-release.sh: removed references to defines.lib.php
 
2005-11-29 Michal Čihař <michal@cihar.com>
* lang/sync_lang.sh: Add workaround for multibyte chars that can contain \
as last byte.
* lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
* lang/czech: Update.
* scripts/setup.php: Added check for latest version and links to homepage
and donations page.
 
2005-11-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, libraries/tbl_replace_fields.inc.php:
bug #1367549, handling of CURRENT_TIMESTAMP
 
2005-11-29 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php
- added PMA_setCookie() and PMA_removeCookie()
* index.php, libraries/common.lib.php:
- moved setting of cookies from index.php into common.lib.php
* index.php
- revised the parameter passing code
- make use of new functionality of PMA_generate_common_url()
* css/phpmyAdmin.css.php:
- removed some unused deprecated elements
* libraries/Theme.class.php, libraries/Theme_Manager.class.php:
- added some functionality
- added PMA_Theme_Manager::printPreviews() and PMA_Theme::printPreview()
* main.php, css/phpmyAdmin.css.php, libraries/common.lib.php,
index.php, libraries/auth/config.auth.lib.php,
libraries/auth/cookie.auth.lib.php, themes.php, test/theme.php:
- make use of new PMA_Theme and PMA_Theme_Manager classes
- remove libraries/select_theme.lib.php
* libraries/Config.class.php:
new class for handling config
 
2005-11-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian: update, thanks to Luca Rebellato
 
2005-11-28 Michal Čihař <michal@cihar.com>
* scripts/setup.php:
- Don't allow loading of configuration if there is no write permission
on config.
- Add links to documentation.
- Document all functions.
- Warn about missing mbstring and old PHP version.
- Display all warnings in one place.
* libraries/auth/cookie.auth.lib.php: Display PMA_errors on login form.
* Documentation.html: Add anchors to configuration directives.
* libraries/sqlparser.lib.php: Do not use functions not supported by older
PHP (bug #1367782).
* libraries/string.lib.php: This line should not be commented out.
 
2005-11-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/Theme.class.php, libraries/Theme_Manager.class.php:
new classes for handling themes
* libraries/select_lang.lib.php:
- revised
- added check for lang directory (./lang/)
- check files for languages
- use PMA_sendHeaderLocation()
* libraries/common.lib.php: moved all function to top, to make this as
early as possible available
 
2005-11-27 Michal Čihař <michal@cihar.com>
* Documentation.html, scripts/setup.php: Many new features to setup
script.
* pdf_schema.php: Do not use right_font_family.
* lang/czech: Update.
* libraries/auth/cookie.auth.lib.php: Fix undefined indexes.
* libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
Store HTML entities rather than relying on php functions to create them.
 
2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/grab_globals.lib.php: allow scripts to bypass importing vars
* libraries/common.lib.php, libraries/export/sql.php,
libraries/display_tbl.lib.php, libraries/mult_submits.inc.php, sql.php,
tbl_replace.php, tbl_row_action.php:
define variables only where needed, and use NULL to define them
if some places test only for isset and not for content
* libraries/select_lang.lib.php:
- fixed unchecked variables as it was originaly in my mind
- added error message if requested lang could not be set
- set fallback to en-utf-8
- minore fixes
 
2005-11-25 Marc Delisle <lem9@users.sourceforge.net>
* main.php: move server choice into MySQL container
* libraries/select_server.lib.php: show currently selected server
* libraries/select_lang.lib.php: undefined pma_lang the first time (cookie
does not exist)
 
2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/url_generating.lib.php:
- do not htmlentities on whole string
- respect arg_separator.input from php.ini
* libraries/common.lib.php:
- make PMA_sendHeaderLocation() earlier available
- add SID only if set
- check for url params already exist or not (wether & . SID or ? . SID)
- respect arg_separator.input from php.ini
* libraries/auth/cookie.auth.lib.php: use PMA_sendHeaderLocation()
and new functionality of PMA_generate_common_url()
* themes/original: revised
* themes/darkblue_orange: revised
 
2005-11-25 Michal Čihař <michal@cihar.com>
* Documentation.html, config.footer.inc.php(deleted),
config.header.inc.php(deleted), libraries/common.lib.php,
libraries/footer.inc.php, libraries/footer_custom.inc.php,
libraries/header.inc.php, libraries/header_custom.inc.php,
libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
Header and footer per themes (RFE #984152) [this part removed later],
config.{header,footer}.inc.php files are now optional.
* libraries/select_lang.lib.php: Fix undefined indexes.
* */.cvsignore: Ignore custom headers and temporary files from Vim.
* libraries/footer.inc.php, lang/*: Better message for new window, thanks
to Sebastian and Marc.
* libraries/auth/cookie.auth.lib.php: Do not create URLs like index.php?&.
* scripts/setup.php, Documentation.html, .cvsignore: Setup script (RFE
#601016).
 
2005-11-24 Marc Delisle <lem9@users.sourceforge.net>
* js/querywindow.js: bug #1365503, "do not overwrite this query"
 
2005-11-24 Michal Čihař <michal@cihar.com>
* libraries/header_http.inc.php, libraries/header_meta_style.inc.php: Fix
XSS on some libraries (CVE-2005-3665).
* *.php, libraries/*.php: Move scritps that don't need direct access to
libraries folder.
* Documentation.html: Up to date information about relation stuff.
* tbl_query_box.php: Remove unused file.
* libraries/tbl_properties.inc.php: Disable clicking events on table
creation (bug #1358896).
* js/functions.js: Better support for noclickable rows (see above).
* lang/swedish: Update, thanks to Björn T. Hallberg - bjornth.
* lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
* lang/czech: Updated.
 
2005-11-24 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/original/*, css/phpmyadmin.css.php:
- updated theme
- added version, to include only needed styles
* libraries/dbi/*: added PMA_DBI_get_client_info(), PMA_DBI_get_proto_info()
PMA_DBI_get_host_info()
* main.php, css/phpmyadmin.css.php:
- replaced table layout
- added some more infos
* themes/original/css/theme_left.cs..php: fixed font size
* libraries/url_generating.lib.php:
- dont add variables already in cookie (reduces html output up to 30%)
- can pass all url variables as array to function
* main.php, index.php: moved setting of cookies into index.php
* libraries/select_lang.lib.php: made code more reliable
* index.php: wrong check for safari
 
2005-11-23 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* *REVERTED* libraries/display_select_lang.lib.php: correct lang definition
* themes/original/*, libraries/auth/*.auth.lib.php, server_privilegs.php,
db_printview.php, tbl_properties_structure.php, tbl_properties.inc.php,
tbl_relation.php, browse_foreigners.php, css/phpmyadmin.css.php,
header_printview.inc.php, header_meta_style.inc.php, themes.php:
- drop PMA_setFontSizes()
* browse_foreigners.php, css/phpmyadmin.css.php, querywindow.php, themes.php
header.inc.php, libraries/auth/config.auth.lib.php, db_details_qbe.php
libraries/auth/cookie.auth.lib.php, server_collations.php
- moved styles into css
* themes.php, css/phpmyadmin.css.php:
- moved styles into css
- no need for javascript
* relation.lib.php: uninitialized variable
* tbl_select.php, css/phpmyadmin.css.php:
- moved styles into css
- minor code improvements
 
2005-11-23 Michal Čihař <michal@cihar.com>
* config.default.php, libraries/import/csv.php, libraries/import/ldi.php:
Drop optional escaping as this should not have any real functionality.
* libraries/import.lib.php: Do not overwrite error message from import in
case of single SQL query is being executed.
* libraries/import/csv.php: Make enclosing behaviour same as in MySQL LOAD
DATA (bug #1363532).
* lang/*: Remove unused messages.
* main.php, libraries/display_select_lang.lib.php,
libraries/auth/cookie.auth.lib.php: Common code for language selection
form.
* libraries/display_select_lang.lib.php, libraries/select_lang.lib.php:
Show native names of languages (RFE #1342726).
* libraries/auth/cookie.auth.lib.php: Try to load mcrypt extension.
* Documentation.html, config.default.php, libraries/common.lib.php:
Configurable default connection collation (RFE #1025969).
* css/phpmyadmin.css.php, libraries/auth/cookie.auth.lib.php: Use
fieldsets on login form (RFE #1364546), use notice box for cookie
information.
* libraries/display_select_lang.lib.php,
libraries/auth/cookie.auth.lib.php: Use fieldset for language selection.
* main.php, libraries/left_header.inc.php,
libraries/select_server.lib.php, libraries/auth/cookie.auth.lib.php:
Functionalised server selection and use it in cookie auth (RFE
#1362727).
* libraries/common.lib.php: Do not complain if config file is not present,
as we can still work in this case (bug #1364647).
* lang/*: Added missing $strInvalidServerHostname.
* libraries/auth/cookie.auth.lib.php: Move error message on top of page.
* lang/swedish: Update, thanks to Bjorn T. Hallberg - bjornth.
* header.inc.php: Remove unused code.
* Documentation.html, tbl_properties.inc.php,
transformation_overview.php, libraries/transformations/overview.php
(deleted): Move transformation overview out of libraries folder.
* js/*.js, libraries/*.js (deleted), browse_foreigners.php, calendar.php,
header.inc.php, index.php, pdf_pages.php, querywindow.php,
tbl_change.php, tbl_properties.inc.php,
libraries/display_tbl_links.lib.php, test/theme.php: Move javascript
stuff out of libraries folder.
* libraries/.htaccess: Deny access to libraries folder over HTTP.
* Documentation.html: Recommend disabling access to libraries folder.
* libraries/display_export.lib.php, lang/*: Better description for
filename format (RFE #1362423).
* Documentation.html, index.php: Add target parameter to index.php to
allow direct jump to any script.
* libraries/auth/cookie.auth.lib.php: Remember selected page when login
time outs.
* footer.inc.php, server_links.inc.php, css/phpmyadmin.css.php, lang/*,
libraries/common.lib.php: Add link for duplicating current frameset (RFE
#1165206).
* config.default.php, sql.php, Documentation.html: Allow browse page to be
default (RFE #1228013).
* db_details_structure.php, left.php, tbl_properties_links.php: Do not
pass default query to sql.php as it is not needed right now.
* tbl_change.php, tbl_printview.php, tbl_properties.inc.php,
tbl_properties_structure.php, libraries/display_tbl.lib.php,
libraries/export/htmlword.php, libraries/export/latex.php: Use native
MySQL comments when applicable (RFE #1362923).
 
2005-11-22 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* added test/theme.php: for testing themes
* phpinfo.php:
- respect only $GLOBALS['cfg']['ShowPhpInfo']
- minimum include
* libraries/common.lib.php
- merged two server array checks
- dont exit if user config loading failed
- dont exit with invalid server index
- use file_get_contents() or file() if not present
- removed wrong error message
- check if $cfg['ServerDefault'] is in $cfg['Servers'] before usning it
 
2005-11-21 Michal Čihař <michal@cihar.com>
* libraries/import/sql.php: Fix query splitting in some cases (reported by
Marc).
* libraries/common.lib.php, lang/*: Translate message that has been
ignored for 2.7.0 release.
* libraries/common.lib.php: Make code more redable, default to MySQL 5.0
documentation as it is latest stable version.
* main.php, libraries/select_server.lib.php,
libraries/auth/cookie.auth.lib.php: Escape verbose server name (bug
#1362671).
* index.php: Avoid XSS on HTTP_HOST.
 
2005-11-20 Marc Delisle <lem9@users.sourceforge.net>
### 2.7.0-rc1 released
* many files: $dbh becomes $controllink for better contrast with $userlink
 
2005-11-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php::PMA_showMySQLDocu()
- undefined constant (if server connection fails)
* libraries/select_theme.lib.php
- undefined variable (if server connection fails)
 
2005-11-18 Marc Delisle <lem9@users.sourceforge.net>
* libraries/database_interface.lib.php: initialize in case there are
no databases (MySQL < 5.0)
 
2005-11-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* server_databases.php:
- require_once common.lib.php BEFORE ANYTHING else
- unified style, removed tables
- removed superuser check for dbstats
* css/phpmyadmin.css.php:
- small improvements
* themes/darkblue_orange/css/*
- fixed font sizes
* lang/english-*: small improvements
* tbl_properties_structure.php
- do not truncate rowcount and next autoindex
* /*
- common.lib.php should REALLY REALLY and ALWAYS be the first include
- no other calls to grab_gloabls.lib.php
* fixed minimum_common for css files
* header.inc.php: missing ; after &quot
* libraries/function.js::pdfPaperSize()
- function does not always return a vlaue
- undeclared variables
* libraries/display_export.lib.php
- use superscript tag for comment
* server_links.inc.php
- require_once server_common.inc.php
 
2005-11-17 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: patch #1353283, thanks to Isaac Bennetch
* lang/finnish: update, thanks to Jouni Kahkonen
* lang/belarusian updates, thanks to Jaska Zedlik
 
2005-11-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/grab_globals.lib.php: just to be sure:
- clean/empty $GLOBALS with $variables_whitelist
- unset some vars after use
- check all superglobals that could be imported by register_globals=on
for GLOBALS key (not only _REQUEST and _FILES )
- added $import_blacklist
- added variables starting with pma_, numeric or containing spaces
- *REVERT* do not prevent import pma_*
- rewrote PMA_gpc_extract()
- use $import_blacklist
- documentation
* libraries/common.lib.php, libraries/mysql_charsets.lib.php,
libraries/select_lang.php: keep the global space clean
- unset variables after use
- commented out some never used variables
* main.php, libraries/common.lib.php, libraries/dbi/*:
- added $GLOBALS['PMA_errors'] array
* libraries/database_interface.lib.php, libraries/dbi/*:
fall back to alternative mysql extension if selected fails and switch to
error.php if this fails too
- moved loading of extension out of libraries/dbi/* into
libraries/database_interface.lib.php
* libraries/sanitizing.lib.php: dont use deprecated tags
* lang/german-*: fixed $strCantLoad
 
2005-11-16 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_links.php: missing menu tabs
* Documentation.html, config.default.php, footer.inc.php,
querywindow.php, tbl_query_box.php, libraries/common.lib.php,
libraries/left_header.inc.php, libraries/sql_query_form.lib.php:
new Query Window behavior
 
2005-11-16 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* added missing themes/darkblue_orange/img/error.ico
* themes/darkblue_orange/css/theme_right.css.php
- wrong error.ico
* themes/*/img/tbl_error.png, themes/original/img/tbl_*, themes/*/img/dot_*,
themes/*/img/frm_linevrlt.png
- removed
 
2005-11-15 Michal Čihař <michal@cihar.com>
* css/phpmyadmin.css.php: Do not use common header file, as there is
nothing common at all.
* libraries/header_http.inc.php: Allways send text/html content type.
* libraries/db_table_exists.lib.php, libraries/header_http.inc.php,
transformation_wrapper.php: Use define rather than variable for
conditional paths.
* libraries/display_create_database.lib.php: Add label for create database
input.
 
2005-11-14 Michal Čihař <michal@cihar.com>
* libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776).
 
2005-11-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/*/css/theme_right.css.php, css/phpmyadmin.css.php:
bug #1342683 Wrong URL to error.ico
* libraries/tooltip.js::pmaTooltip():
- no return value (not always returns a value)
- additional check
- undefined variable docY
* libraries/left_header.inc.php
- added class icon
* display_tbl.lib.php, libraries/display_tbl_links.lib.php:
- added class icon to images
- fixed select all rows
- removed arrow_ltr/rtl.png for vertical display
- cleaned up php code and html output
* css/phpmyadmin.css.php:
- removed space arround form elements
 
2005-11-13 Michal Čihař <michal@cihar.com>
* Documentation.html, config.default.php, main.php, server_links.inc.php,
server_variables.php, server_status.php: Drop $cfg['ShowMysqlInfo'] and
$cfg['ShowMysqlVars'] and show info in all cases. Drop $is_superuser
condition from showing php info.
* lang/czech: Small improvements.
 
2005-11-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* db_details_structure.php: wrong js function call
* libraries/functions.js
- removed deprecated function setCheckboxesRange()
- rewrote setCheckboxes()
libraries/server_privilegs.js
- removed setCheckboxes()
header.inc.php: include functions.js for server_privilegs.php
server_privilegs.php
- bug #1353437 Table/Column privileges brokeness new in HEAD
- fixed proper display fo yes/no for column/table specific rights
- fixed row selection
- make use of javascript:un/markAllRows()
- adapted layout like db, table and row lists
* lang/german: fixed translation
 
2005-11-11 Marc Delisle <lem9@users.sourceforge.net>
* lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
* lang/finnish: update, thanks to Jouni Kahkonen
 
2005-11-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/session.inc.php, Documentation.html: bug #1352479, warn
if PHP does not support session
* server_privileges.php: bug #1353435, selecting users to drop is broken
and bug #1353437, undefined index while editing a user
 
2005-11-10 Michal Čihař <michal@cihar.com>
* scripts/create-release.sh: = is correct for comparsion in shell.
* server_privileges.php: Revert fix for #1353437, there are wrong data and
not displaying of it, fix bad display of table privileges.
 
2005-11-09 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php: bug #1245891, too large scaling in PDF schema
* libraries/bookmark.lib.php: bug #1339184 (for bookmark insertion)
* tbl_properties.inc.php: superscript 1 for Length/Values
 
2005-11-09 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* server_databases.php, mysql_charsets-lib.php:
bug #1351743 undefined function: pma_getservercollation()
* database_interface.lib.php: added PMA_DBI_get_default_engine()
* db_details_structure.php:
- fixed display issues
- display default engine in footer
* libraries/common.lib.php: added PMA_getDbLink
* libraries/display_create_table.lib.php: use fieldset
* server_privilegs.php, libraries/server_privilegs.js:
- db with only table specific rights where not displayed if there was not
at least one db with db specfic rights
- javascript errors
* function.js, db_details_structure.php, tbl_properties_structure.php,
display_tbl.lib.php, server_databases.php:
- added js:markAllRows(), js:unMarkAllRows()
- check/uncheck all rows now sets mark color for this rows
 
2005-11-08 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* Documentation.html, browse_foreigners.php, error.php,
header_printview.inc.php, index.php, left.php, translators.html,
libraries/header_meta_style.inc.php, scripts/decode_bug.php:
fixed/added favicon
* tbl_indexes.php: bug #1350872 Broken Link in Structure Tab
 
2005-11-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_links.php: undefined variable $db_is_information_schema
### 2.7.0-beta1 released
 
2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/display_tbl.lib.php:
bug #985399 MIME-based in print view / need to select the pk
* db_details_db_info.php: Undefined variable: db_is_information_schema
* tbl_properties.inc.php: bug #1305585 Add field(s) -> type ENTER
 
2005-11-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian: Update, thanks to Sven-Erik Andersen
 
2005-11-06 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/database_interface.lib.php,
libraries/dbi/*.dbi.lib.php:
- added PMA_DBI_convert_message()
- bug #1344654 Not converted mysql error message to chosen user language
* sql.php: use fieldset for 'bookmark this'
 
2005-11-05 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/*/css/theme_right.css.php:
dropped deprecated style classes
* server_databases, libraries/databases_interface.lib.php,
libraries/mysql_charsets.lib.php:
updated database list:
- added PMA_getServerCollation()
- display server collation in db list footer
- added PMA_DBI_get_databases_full()
- make use of info_schema on MySQL 5
- always display db stats for MySQL 5
- fixed html output
- replaced " with ' in some queries
* tbl_properties_structure.php, tbl_properties_common.php
tbl_properties_links.php:
- no drop, empty, operation, insert, import for information_schema tables
- enabled export for views
* db_details_common.php, db_details_structure.php, db_details_links.php:
- no import, drop, rights, operation for information_schema
 
2005-11-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
 
2005-11-04 Michal Čihař <michal@cihar.com>
* db_details_structure.php: Read InnoDB exact count before rendering icons
for truncating (bug #1337744).
 
2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* db_details_structure.php:
fixed display of stats for InnoDB and information_schema
* main.php:
- bug #1348089 SQL and actions bellow should be same width
- removed nowrap, vertical srcolling is really annoying
* main.php, libraries/check_user_privileges.lib.php:
- bug #1348189 after droping db some links in main.php are missing
* header.inc.php, libraries/common.lib.php:
- added class icon to img-tags
* libraries/header_meta_style.inc.php:
fixed position of link meta tag
* libraries/select_server.lib.php
fixed html output
 
2005-11-03 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, tbl_replace.php, tbl_replace_fields.php:
bug #1339184, problems in strict mode inserting auto-increment fields
* libraries/header_meta_style.inc.php: favicon on login panel
* lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
 
2005-11-03 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: Incorrect message for validate links (bug
#1346608).
 
2005-11-03 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/dakrblue_orange/theme_right.css.php, css/phpmyadmin.css.php:
fixed different font sizes
* footer.inc.php, libraries/dbg/*:
use $GLOBALS as this scripts can be included from inside a function
* left.php, libraries/common.lib.php:
fixed some rtl lang issues
 
2005-11-02 Michal Čihař <michal@cihar.com>
* config.default.php: This is not a configuration file.
* config.default.php, Documentation.html, libraries/common.lib.php: Use
$cfg['Servers'][1] from config.default.php as defaults for settings in
config.inc.php (bug #1330847).
 
2005-11-02 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/dbg/setup.php:
- display error in error box
- fixed 'not defined function'
* libraries/dbg/profiling.php:
- minor fixes: html output, speed, rtl lang
* tbl_realtion.php:
- fixed html output of table
- used fieldset for forms
* libraries/common.lib.php, browse_foreigners.php:
- replaced $cfg['Bgcolor*'] with classes
- make use of fieldset
* css/print.css, dbv_datadict.php:
- replaced $cfg['Bgcolor*'] with classes
- reduced output size by 40%
* libraries/display_create_tbl.php
- XHTML compl.
- added class icon
 
2005-11-01 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: undefined variable when changing a password
 
2005-11-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php:
bug #1342332 Error messages wrongly formatted.
* themes/*/css/theme_right.css.php:
- fixed some rtl languages issues
- added style for notice box (server_export.php)
 
2005-10-31 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/*/css/theme_right.css.php:
- use right image path
- fixed icon alignment for rtl languages
* main.php, phpmyadmin.css.php, libraries/mysql_charsets.lib.php:
- fixed some rtl language issues
* favicon.ico: changed icon
 
2005-10-31 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: do not display No under the Password column
if this is not a "real user" definition
 
2005-10-31 Michal Čihař <michal@cihar.com>
* libraries/select_lang.lib.php: Simplify code.
* libraries/common.lib.php: Allow collation change for ENUM and SET
columns (bug #1343627).
* main.php: Use normal message on reload, not just plain text.
* themes/darkblue_orange/css/theme_right.css.php,
themes/original/css/theme_right.css.php: Fix URL for cursor (bug
#1342683).
 
2005-10-30 Michal Čihař <michal@cihar.com>
* lang/slovak: Update, thanks to Ivan Kuriscak - shylauda69.
* lang/*: Remove duplicite message.
* lang/sync_lang.sh: Sync japanese also, it works now (at least for me).
* lang/japanese: Update, thanks to Tadashi Jokagi - elf2000.
* libraries/display_tbl.lib.php: Do not break on special chars in column
name (bug #1180668).
* libraries/common.lib.php: Do not escape SQL query twice while showing it
in error message (bug #1336452).
* left.php, querywindow.php, tbl_query_box.php: Fix including of files
when search path does not contain current directory.
* libraries/common.lib.php, libraries/left_header.inc.php: Use common code
for generating links to documentation, fixes link to new style docs.
 
2005-10-29 Michal Čihař <michal@cihar.com>
* Documentation.html, config.default.php, libraries/common.lib.php: Link
documentation to version we run (RFE #1334292), fix links for chapter
documentation (bug #1341676), drop support for old links.
* tbl_indexes.php, tbl_properties.inc.php, tbl_select.php,
libraries/display_create_database.lib.php,
libraries/sql_query_form.lib.php: Fix documentation links (bug
#1341676).
 
2005-10-29 Olivier Mueller <om@omnis.ch>
* scripts/upgrade.pl: various fixes (was not handling rc/pl correctely),
and improvements (--force option, installation summary, backup
directory timestamp)
 
2005-10-29 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: clarification on FAQ 6.20
* server_privileges.php: respect the chosen initial
* libraries/display_tbl.lib.php: patch 1328902 (adapted), format row count
in the Browse header, thanks to Cal Henderson
 
2005-10-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* server_privilegs.php, libraries/common.lib.php,
themes/*/theme_right.css.php:
- minor tweak in display
- added PMA_unescape_mysql_wildcards()
- bug #1144110 Unable to escape "_"
- now every user from every mysql table is displayed
- no table specific rights for db wildcards
* index.php, favicon.ico: added favicon.ico
 
2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php::PMA_formatNumber(),
db_details_structure.php: do not truncate rowcount
* libraries/mysql_charsets.lib.php::PMA_getDbCollation():
- preserve selected db
- make use of PMA_DBI_select_db()
- documentation
* tbl_properties_structure.php:
- added browser icon for each field (count unique values)
- removed styling
- make use of global row highlighting/marking
- display 'print table' and row stats for views
- no actions for info_schema tables
* css/phpmyadmin.css.php:
- added style for class selectallarrow
- added extra space between icons and text
* browse_foreigners.php, header_printview.inc.php, left.php:
bug #1334963 Per-server themes - left frame colors unthemed
* server_privileges.php:
- bug #1274032 Field privileges with database names containing underscores
- use DROP USER
- use db_name LIKE REPLACE( mysql.db.Db, \_, _ )
* libraries/grab_globals.lib.php: [XSS] clean $_SERVER variables
* left.php, libraries/common.lib.php: format rowcount in left frame
* server_privileges.php:
bug #688255 Can't edit priv. when different host in db and user
 
2005-10-26 Marc Delisle <lem9@users.sourceforge.net>
* lang/french* updates
 
2005-10-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/*/theme_right.css.php, libraries/auth/http.auth.lib.php,
db_operations.php, mult_submits.inc.php, server_privileges.php,
css/phpmyadmin.css.php, libraries/common.lib.php, sql.php,
libraries/auth/cookie.auth.lib.php:
unified message boxes (error, warning, confirmation)
* server_privilegs.php: MySQL 5 requires CREATE USER before GRANT
 
2005-10-25 Michal Čihař <michal@cihar.com>
* lang/english: "Log in" is correct naming for action (RFE #945440).
* tbl_properties_operations.php: Allow to change auto_increment for
InnoDB (bug #1337873).
* tbl_properties_operations.php: Reread table information after change, so
that rendered page contains change, that has been just done.
 
2005-10-24 Michal Čihař <michal@cihar.com>
* tbl_properties_operations.php: Fix changing table attributes, reread new
parameters after changing them (bug #1290413).
* main.php: Remove useless isset.
* lang/czech: Update.
 
2005-10-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: there is already a function to do this
sort (thanks to Sebastian)
* tbl_change.php: bug #1334627, do not set NOW() as default function
when the TIMESTAMP has a default value and does not have the
ON UPDATE CURRENT TIMESTAMP attribute (phew! repeat this 3 times)
 
2005-10-21 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: foreign dropdowns: sort id-content by id
and content-id by content
* libraries/common.lib.php: bug #1330847, undefined index connect_type
 
2005-10-21 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* db_details_export.php:
- replaced for() with foreach()
- dont pollute $GLOBALS['table']
* libraries/mysql_charsets.lib.php:
- make use of mysql variable collation_database
- fixed call to PMA_DBI_fetch_value() (return second field, not first)
* libraries/database_interface.lib.php:
extended function PMA_DBI_get_tables_full():
- make use of information_schema
- always fill fields for information_schema and show table status
* db_details_db_info.php: make use of function PMA_DBI_get_tables_full()
 
2005-10-20 Marc Delisle <lem9@users.sourceforge.net>
* server_databases.php: security fix
* libraries/common.lib.php, /grab_globals.lib.php: security fix
 
2005-10-20 Alexander M. Turek <me@derrabus.de>
* libraries/mysql_charsets.lib.php:
- On MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore,
if we just want to get to know a database's default collation;
- Make use of this fancy new function PMA_DBI_fetch_value().
 
2005-10-20 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* sql.php, footer.inc.php: refresh left frame on view creation
* left.php: view icon for views
* libraries/left.js: dropped
* libraries/function.js: tuned PMA_merkRowsInit():
every table with class data now has mark and hover effect
* css/phpmyadmin.css.php: nowrap for IE and pre for the rest
* css/phpmyadmin.css.php, server_status.php: css cleanup
* db_details_structure.php, db_details_db_info.php:
- XHTML compliance, styling outsourced, row marker outsourced
- do not too much if there is no table
 
2005-10-19 Alexander M. Turek <me@derrabus.de>
* lang/*.inc.php, libraries/mysql_charsets.lib.php: Correct description
for collations utf8_esperanto_ci, ucs2_esperanto_ci.
* lang/german-*.inc.php: Updated some untranslated strings.
 
2005-10-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/bookmark.lib.php: PHP 5.1.0-dev compatibility
 
2005-10-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* footer.inc.php, index.php, server_databases.php, libraries/querywindow.js:
fix problem not remembering selected server
* libraries/tooltip.js, themes/*/theme_right.css.php:
moved not always needed code out of event handler, fixed display with larger font
* libraries/function.js, css/phpmyadmin.css.php:
added mark and hover effect to every table of class data
* libraries/sql_query_form.lib.php: open db link from querywindow in main frame
* footer.inc.php, header.inc.php, libraries/tooltip.js:
moved tooltip javascript include into header
 
2005-10-18 Michal Čihař <michal@cihar.com>
* libraries/relation.lib.php: Do not set database if not needed.
* libraries/common.lib.php: Use common infrastructure for getting tables.
* Documentation.html, config.default.php, libraries/select_lang.lib.php:
Allow to limit list of shown languages (RFE #1328003).
* libraries/common.lib.php: Fix URL detection when not called from top
level directory (eg. transformations overview).
* Documentation.html, config.default.php, export.php, import.php,
tbl_change.php, tbl_replace_fields.php, libraries/common.lib.php,
libraries/display_export.lib.php, libraries/display_import.lib.php,
libraries/sql_query_form.lib.php: Support for user specific upload and
save directories (RFE #1260039).
 
2005-10-18 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* querywindow.php: wrong handling of linebreaks in query: bug #1243888
* left.php, sql.php, tbl_change.php, libraries/common.lib.php,
libraries/querywindow.js: update row count in left frame bug #1243908
* libraries/common.lib.php:
bug #1216521: display duplicate rows for failed unique key creation
 
2005-10-17 Michal Čihař <michal@cihar.com>
* lang/czech: Translation fixes.
* libraries/common.lib.php: Group databases by rightmost separator (bug
#1325651).
* libraries/string.lib.php: Fix escaping detection on multi byte strings.
* libraries/sql_query_form.lib.php: No warning if no db defined.
* libraries/sqlparser.lib.php: Avoid warning if analyzing failed.
 
2005-10-17 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* css/phpmyadmin.css.php: border around tabs bug #1326730
* libraries/header_meta_style.inc.php, themes/*: removed unused 'js_isDOM'
* queryframe.php, db_operations.php, footer.inc.php, header.inc.php,
header_printview.inc.php, left.php, querywindow.php,
transformation_wrapper.php, left_header.inc.php:
removed queryframe.php and references to it
* index.php, footer.inc.php, left.php, querywindow.php, server_databases.php
libraries/common.lib.php, libraries/left_header.inc.php,
libraries/sql_query_form.lib.php, libraries/querywindow.js:
code cleanup whole querywindow js stuff, moved all in one new js file,
now included in index.php, bug #1327055
 
2005-10-16 Michal Čihař <michal@cihar.com>
* db_details_links.php: Disable drop tab on mysql database (RFE #1327514).
* server_databases.php: Don't allow to check mysql database for dropping
(RFE #1327514).
* lang/*, libraries/transformations/text_plain__sql.inc.php:
Transformation for SQL pretty printing (RFE #1327648).
 
2005-10-16 Marc Delisle <lem9@users.sourceforge.net>
* tbl_create.php, tbl_alter.php: undefined $field_collation under MySQL < 4.1.x
* tbl_properties_structure.php, tbl_alter.php, libraries/sqlparser.lib.php:
bug #1320470, timestamp is not shown as being NULL under MySQL < 4.1.x
 
2005-10-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: problem under MySQL 4.0.x
* libraries/sql_query_form.lib.php: support MySQL < 4.1.x
 
2005-10-14 Michal Čihař <michal@cihar.com>
* libraries/sql_query_form.lib.php: Do not attempt to read upload dir when
not configured.
* libraries/sqlparser.lib.php: Do not walk chars for hex and numbers one
by one, this boosts performance while inserting huge blobs (bug
#1315232).
* libraries/sqlparser.lib.php: Handle correctly float like .01 (bug
#1252713).
 
2005-10-14 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* lang/*: typo 'unser' -> 'user'
* lang/german: partial Update
* libraries/import.lib.php: uninitialized variables
 
2005-10-13 Marc Delisle <lem9@users.sourceforge.net>
* tbl_addfield.php: undefined $field_collation under MySQL < 4.1.x
 
2005-10-13 Michal Čihař <michal@cihar.com>
* Documentation.html: Fix URL rewriting not to match empty parts.
* calendar.php, themes.php, libraries/auth/config.auth.lib.php,
libraries/auth/cookie.auth.lib.php, libraries/auth/http.auth.lib.php:
Use common header.
* libraries/header_meta_style.inc.php: Add support for defining page
title.
* libraries/left.js, libraries/header_meta_style.inc.php: Move browser
detection to only place where it is currently used.
* header.inc.php, css/phpmyadmin.css.php: Define CSS normal way and not
by writing through JavaScript.
* libraries/get_foreign.lib.php: Free temporary query result.
* lang/czech: Improve some translations.
* sql.php: We need bookmark code to be included everytime.
* libraries/common.lib.php: Allow editing of query without database.
 
2005-10-13 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* left.php: preselect db if only one db
* server_privileges.php:
XHTML compl., NOTICE, Icons for Edit/Revoke Links
* server_processlist.php, libraries/display_import.lib.php,
css/phpmyadmin.css.php: XHTML compl.
* libraries/display_import.lib.php, css/phpmyadmin.css.php:
JavaScript errors, layout errors
* libraries/display_import.lib.php, css/phpmyadmin.css.php:
small CSS fixes
* libraries/display_export.lib.php, server_export.php:
XHTML compliance, introduced fieldsets
 
2005-10-12 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* css/phpmyadmin.css.php, libraries/common.lib.php,
themes/darkblue_orange/css/theme_right.css.php,
themes/original/css/theme_right.css.php:
use list for navigation tabs RFE #1290423
* db_details_structure.php: fixed NOTICE
* css/phpmyadmin.css.php, themes/*/css/theme_*.css.php:
revert icon size to fixed width and height
* libraries/session.inc.php:
dont use 6-bit chars on windows
* css/phpmyadmin.css.php:
display bug in FF with tabs in querywindow
* libraries/common.lib.php:
fixed rowcount in left frame for tables in information_schema
* libraries/sql_query_form.lib.php:
XHTML compl.
* css/phpmyadmin.css.php, server_status.php, server_databases.php
server_collations.php, server_engines.php, server_privileges.php
server_variables.php: XHTML compl.
 
2005-10-12 Michal Čihař <michal@cihar.com>
* libraries/get_foreign.lib.php: Fix paging.
* tbl_properties_links.php: Make drop and empty tabs lead to structure
instead of SQL.
* libraries/common.lib.php: Use normal font sizes for Mozilla browsers.
* querywindow.php: Add icon for history tab.
 
2005-10-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/grab_globals.lib.php: bug #1322871, local file inclusion
 
2005-10-11 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* footer.inc.php, index.php, left.php, queryframe.php, querywindow.php
server_databases.php, css/phpmyadmin.css.php, libraries/common.lib.php
libraries/left_header.inc.php, libraries/sql_query_form.lib.php
themes/darkblue_orange/css/theme_left.css.php
themes/original/css/theme_left.css.php:
XHTML 1.0 trans. compliance and more semantic XHTML output
* tbl_printview.php, tbl_properties_structure.php:
no table statistics for information_schema
* tbl_properties_table_info.php:
bug #1317655 information_schema browsing
* db_details_db_info.php, db_details_structure.php:
fixed display table statistics for information_schema
* db_details_links.php, header.inc.php:
moved database comment into header (serverinfo) after database name
* header.inc.php, main.php, libraries/header_meta_style.inc.php:
XHTML 1.0 trans. compliance
 
2005-10-09 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_links.php: invalid js confirmation and operation feedback
when dropping a view
* server_privileges.php: bug #1226819, Accepting Negative values in
Resource Limits in Privileges
 
2005-10-09 Michal Čihař <michal@cihar.com>
* libraries/display_export.lib.php, libraries/export/sql.php, lang/*,
config.default.php: Add ability to limit maximal size of extended insert
query, defaults to 50 KB (RFE #1015378).
* import.php, libraries/common.lib.php, lang/*: Show message when
bookmark has been created (RFE #477472), show deleted bookmark query.
* server_privileges.php: Limit username and hostname to actual limits of
MySQL (RFE #1178071).
* config.default.php: Add COMPRESS and UNCOMPRESS functions.
* tbl_change.php: Show functions for blobs when upload is enabled (RFE
#1191792).
* tbl_properties.inc.php: Remove unused code, show only available engines,
remember value of seleted engine (bug #1239580).
* browse_foreigners.php, libraries/get_foreign.lib.php: Support for
searching in foreign keys (RFE #871091).
* import.php, libraries/sql_query_form.lib.php, lang/*: Ability to replace
existing bookmark (RFE #907438).
* Documentation.html, libraries/ip_allow_deny.lib.php: Add more useful
shortcuts for IP rules (RFE #1022831).
 
2005-10-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/session.inc.php: workaround for warnings on session_start()
displayed on sf.net server
* sql.php: remove old code
* server_privileges.php, lang/*.php, libraries/sqlparser.data.php:
support MAX_USER_CONNECTIONS
 
2005-10-08 Michal Čihař <michal@cihar.com>
* libraries/display_export.lib.php: Use same formatting for all options.
* libraries/import/ldi.php: This one does not handle charset conversion.
* sql.php: Work even if no db set.
* server_status.php: Call sql.php directly, we don't need to care about
query splitting done im read_dump.
* libraries/import/sql.php: Fix import of queries containing `, fix import
of queries not terminated by ;.
* libraries/sqlparser.lib.php: Do not show error on empty query.
* libraries/import.lib.php: Add support for DROP DATABASE checking.
* libraries/display_tbl.lib.php, libraries/sql_query_form.lib.php,
libraries/common.lib.php: Use import.php.
* lang/*: New message for deleting bookmark.
* import.php: Add support for bookmarks, support for goto URL, fail
correctly if import plugin not found, commented some code.
* sql.php, config.default.php: Remove references to read_dump.php.
* read_dump.php: Remove unused code.
* ldi_check.php, ldi_table.php: Remove unused code.
* tbl_change.php: Remove references to ldi_*.
* scripts/find_unused_messages.sh: Simplify and addapt to current
messages.
* import.php: Do not show query in different charset (bug #1028634).
* libraries/auth/cookie.auth.lib.php: Keep database and table selection
over login, needed for RFE #1278312.
* Documentation.html: Add example for redirects like
/phpMyAdmin/database/table (RFE #1278312).
* libraries/import.lib.php: Fix execution of single large queries.
* import.php, lang/*: Try to detect that upload failed because of limits
(RFE #1240480).
* libraries/storage_engines.lib.php: Use defined messages.
* libraries/auth/cookie.auth.lib.php: Removed unused code parts.
* libraries/sqlvalidator.lib.php: Removed unused code.
* server_privileges.php, lang/*: Better show error, define used message
strDeleteNoUsersSelected.
* tbl_properties_operations.php: Use strError instead of non existing
strFailure.
* lang/*: Remove unused messages.
* sql.php: Use common code for superuser detection.
* tbl_addfield.php, tbl_alter.php, tbl_create.php,
libraries/common.lib.php, libraries/relation.lib.php: Use common code
for CREATE/ALTER TABLE, set comments on creating table, so that user can
see it in the query.
* tbl_addfield.php, tbl_alter.php, tbl_create.php: Do not try to set
comment and MIME transformation if field not named.
* libraries/relation.lib.php: Fix reading native MySQL comments when no
phpMyAdmin one defined (bug #1312758).
* tbl_properties_structure.php: Removed query box as discussed on mailing
list.
* tbl_*: Use more require_once to avoid acquiring table info several
times.
* libraries/relation.lib.php: Do not try to restore database as control
user, it has to fail.
* libraries/import/sql.php: Fix query parsing when there is comment or
string at the end.
* import.php: Reenable LIMIT appending (bug #1318624).
* sql.php: Fix appending LIMIT when there are comments.
* libraries/common.lib.php: Parse query before inserting LIMIT to know
where to place it.
* lsng/czech: Update.
 
2005-10-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/check_user_privileges.lib.php: bug #1313821, dbname containing a
hyphen was not detected as being already created
 
2005-10-07 Michal Čihař <michal@cihar.com>
* lang/bulgarian: Update, thanks to Stanislav Yordanov - stanprog.
* libraries/common.lib.php: Drop some old code.
 
2005-10-06 Michal Čihař <michal@cihar.com>
* import.php: Correctly report that file could not be read.
* libraries/import/sql.php: Fix handling of whitespace at the end of
imported file.
* calendar.php, libraries/tbl_change.js: Calendar improvements: add submit
button (bug# 1312373) and fix entering time begining with 0 (bug
#1312373).
 
2005-10-05 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php, tbl_properties_table_info.php: detect
MySQL 5.0.13 views
* libraries/display_tbl.lib.php: bug #1306833, full text link broken,
thanks to Vernon Lyon - vlyon
* libraries/charset_conversion.lib.php: PMA_MYSQL_INT_VERSION is not
defined at login time but what tested
* libraries/display_create_table.lib.php, bug #1311384, Create table
dialog on escaped wildcard privileges
 
2005-10-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/functions.js, libraries/sql_query_form.lib.php:
fixed JavaScript malfunction in querybox textarea with Opera
 
2005-10-03 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: support for Execute_priv
 
2005-10-01 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
 
2005-09-30 Marc Delisle <lem9@users.sourceforge.net>
* main.php, db_details_structure.php, db_operations.php,
libraries/check_user_privileges.php, /display_create_database.lib.php,
/display_create_table.lib.php: bug #1307208, detect lack of privileges
before showing the "Create new table" dialog. Please test.
TODO: detect escaped wildcard privileges
 
2005-09-30 Michal Čihař <michal@cihar.com>
* libraries/display_export.lib.php, libraries/export/sql.php,
db_operations.php, tbl_properties_operations.php: Fix auto increment
export (bug #1309257).
 
2005-09-28 Marc Delisle <lem9@users.sourceforge.net>
* tbl_alter.php, libraries/common.lib.php, /relation.lib.php:
bug #1262250, cannot change ENUM default value to empty
 
2005-09-28 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/sql_query_form.lib.php: removed unneeded variable,
dont display bookmark selection fieldset if no bookmark exists
* libraries/session.inc.php: introduced PMA_secureSession()
* sql.php: bug #1305830 wrong db choosen
 
2005-09-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/sql_query_form.lib.php, db_details.php, server_sql.php
tbl_properties.php, tbl_properties_structure.php, sql.php,
querywindow.php, read_dump.php: moved all code for queryboxes into
libraries/sql_query_form.lib.php, replaced table with fieldsets, moved
styles into css, minor interface changes related to queryboxes
* libraries/sql_query_form.lib.php: completed function docblocks
* css/phpmyadmin.css.php:
partially fixed bug: odd display of navtabs in Gecko-Browsers
* libraries/session.inc.php, libraries/grab_globals.lib.php,
libraries/common.lib.php, libraries/auth/cookie.auth.lib.php:
introducing sessions
 
2005-09-27 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
* server_status.php, lang/*: Separate some new information on MySQL 5.
* lang/hebrew, translators.html: New Hebrew translation, thanks to Hadar
Porat - hpman28.
* lang/*: Add missing messages, remove duplicates and no longer used.
* libraries/sql_query_form.lib.php: Do not use strOr, drop file upload
from normal SQL dialogs.
* libraries/display_import.lib.php, libraries/file_listing.php: Sort file
list on import tab, prepare generic framework to be used elsewhere (RFE
#1303145).
* tbl_change.php: Use file common file listing.
* libraries/common.lib.php, libraries/display_import.lib.php,
libraries/file_listing.php, libraries/sql_query_form.lib.php: Use common
file listing in query window, remove no more used functions. Please note
that file import from query windows is currently half rewritten, so
compressed imports will not work.
 
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).
* libraries/common.lib.php: Do no try to parse empty SQL query (bug
#1303994).
* tbl_create.php, lang/*: Do not allow to create table that already exists
(RFE #1255931).
 
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
 
2005-08-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1267177, wrong return page
* main.php, libraries/common.lib.php, Documentation.html,
config.inc.php: patch #1257134, removed code to display the warning if
PmaAbsoluteUri is not set. A notice will still display if the autodetect
code is unable to figure out the proper URI. Thanks to Isaac Bennetch
 
2005-08-23 Michal Čihař <michal@cihar.com>
* libraries/database_interface.lib.php: Abide cfg['Lang'] settings even if
using MySQL > 4.1.x (bug #1266626).
* libraries/display_tbl.lib.php: Do not get TABLES as table name, it's
used on some queries by MySQL 5.0.x (bug #1266623).
 
2005-08-22 Michal Čihař <michal@cihar.com>
* error.php, libraries/common.lib.php, libraries/sanitizing.lib.php:
Protect against possible XSS (bug #1265740), move input sanitizing to
special file.
* config.inc.php, libraries/common.lib.php,
libraries/config_import.lib.php, libraries/display_export.lib.php:
Default charset for export is now configurable (RFE #1263772).
 
2005-08-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, new error.php: patch #1258978, move common
code for error pages out of common.lib.php, thanks to Sebastian Mendel
* lang/german*: bug #1258956, typo
* libraries/defines.lib.php, themes/original/info.inc.php,
themes/darkblue_orange/info.inc.php: PMA 2.6.4 needs theme version 3
 
2005-08-19 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_traditional: Updates, thanks to Siu Sun.
* lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
 
2005-08-18 Marc Delisle <lem9@users.sourceforge.net>
* lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
* lang/galician: Updates, thanks to Xosé Calvo.
* lang/brazilian-portuguese: update, thanks to Airon Luis Pereira
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* lang/estonian: Update thanks to Alvar Soome - finsoft.
* lang/slovak: update, thanks to Ivan Kuriscak - shylauda69
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
* lang/norwegian: Update, thanks to Sven-Erik Andersen
* lang/azerbaijani: update, thanks to Shehriyar Imanov (sheki).
 
2005-08-16 Marc Delisle <lem9@users.sourceforge.net>
* css/phpmyadmin.css.php, db_details_links.php, querywindow.php,
server_links.inc.php, tbl_properties_links.php, libraries/common.lib.php
themes/*/css/theme_right.css.php, themes/original/img/error.ico:
patch #1252031, CSS for navigation tabs, thanks to Sebastian Mendel
 
2005-08-15 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1259951, invalid argument for foreach()
 
2005-08-14 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: $goto was not encoded in the form, resulting in a
problem after editing/saving a row (seen in IE6)
* libraries/common.lib.php, /display_tbl.lib.php, /functions.js, /grab_globals.lib.php:
patch #1257955 for bug #1248577 (incorrect message "you should define a primary key")
and bug #1253125 (request URI too large), thanks to Sebastian Mendel
* (many files): patch #1253465, avoid error messages for unset variables
in PHP functions that require a parameter passed by reference,
thanks to Sebastian Mendel
 
2005-08-12 Marc Delisle <lem9@users.sourceforge.net>
* header.inc.php: remove the 'InnoDB free' segment from table comments
* footer.inc.php: bug #1257106, display problem in the left frame (IE)
 
2005-08-11 Marc Delisle <lem9@users.sourceforge.net>
* queryframe.php: shorten the path of db subtree items,
thanks to Edward Rudd - urkle
* config.inc.php, header.inc.php, tbl_properties_links.php,
themes/*/css/theme_right.css.php, tbl_properties_table_info.php,
Documentation.html, libraries/config_import.lib.php: patch #1249528,
move table comments to header and enable configuration of header for
TRUE/FALSE/'both', thanks to Sebastian Mendel - cybot_tm
* db_details.php: undefined $header_url_qry
* sql.php: bug #1255869, "MySQL returned an empty result set" not
displayed in all cases
 
2005-08-09 Marc Delisle <lem9@users.sourceforge.net>
* read_dump.php: add unique numbers to $strFileCouldNotBeRead to
improve support when someone gets this error
* Documentation.html: patch #1253248, links and anchors to every FAQ
item, thanks to Alexander Schuch - ci-dev
 
2005-08-08 Michal Čihař <michal@cihar.com>
* libraries/export/htmlword.php: Fix undefined variable when exporting
relations (bug #1253457).
 
2005-08-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: bug #1253453, using mysqli extension
with MySQL 4.0.x
* libraries/mysql_charsets.lib.php, /relation_cleanup.lib.php,
/tbl_move_copy.php: patch #1253461 (code cleanup),
thanks to Sebastian Mendel
* libraries/sqlparser.lib.php: patch #1253478, variable initialization
and code cleanup, thanks to Sebastian Mendel
 
2005-08-07 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: Save button for PDF schema coordinates,
thanks to Ryan Schmidt
* server_privileges.php: undefined index $GLOBALS[''],
thanks to Ryan Schmidt
* queryframe.php: need at least 2 items to display a group in the
database selector, thanks to Ryan Schmidt
 
2005-08-06 Marc Delisle <lem9@users.sourceforge.net>
* queryframe.php: fixes for tree subgroups in databases selector:
escaping of special characters, display a db name inside its own
group, and proper closing of optgroup, thanks to Ryan Schmidt
 
2005-08-05 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, readme.php, license.php:
bug #965548, displaying README and LICENSE, thanks to Ryan Schmidt
 
2005-08-04 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php, export.php: Show error header on error to make
clear that something bad has happened.
 
2005-08-04 Marc Delisle <lem9@users.sourceforge.net>
* queryframe.php: patch #1250899:
- unified spaces between icons
- cleaned html and php code
- display of querywindow-icon now follows
$cfg['QueryFrame']
- always use no_js=1 if $cfg['QueryFrameJS'] == true
thanks to Sebastian Mendel
* Documentation.html: patch #1169308, FAQ 1.17a improved,
thanks to Isaac Bennetch
* queryframe.php, footer.inc.php, config.inc.php, Documentation.html,
libraries/common.lib.php, /config_import.lib.php:
patch #1246245, tree subgroups for databases (in selector),
thanks to Edward Rudd - urkle
* db_details.php, tbl_query_box.php: patch #1250935, interface
improvements, thanks to Sebastian Mendel
* tbl_create.php: bug #1252124, XSS on table creation page
 
2005-08-02 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: patch #1249363, remove unneeded wordwrap(),
table width should be limited by template if necessary,
thanks to Sebastian Mendel - cybot_tm
* server_databases.php: patch #1249371, correct calculation of colspan,
and patch #1249414, display improvements, thanks to Sebastian Mendel;
also, $dbstats should contain 0 or 1, not the colspan
* sql.php: patch #1249451, display improvement for bookmark dialog,
thanks to Sebastian Mendel
* libraries/common.lib.php: patch #1249457, display improvements for Edit
Explain etc dialog, thanks to Sebastian Mendel
 
2005-08-01 Michal Čihař <michal@cihar.com>
* lang/czech: Fix bad translation (is was translated to is not :-)),
update.
 
2005-08-01 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1249239, XSS vulnerability on Create page
* Documentation.html: "bug #1248598, explain another cause of the Missing
parameter error
 
2005-07-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, lang/*: new message $strAndThen
* libraries/dbg/profiling.php: patch #1160439, improvements,
thanks to Glen Arason
* scripts/upgrade.pl: patch #1198492, current version check,
thanks to Herman van Rink - helmo
 
2005-07-28 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php: Go button renamed to Save because it's really used to save coordinates
 
2005-07-26 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug #1243908, left panel browse icon alt tag not updated
after inserting a row
* config.inc.php, libraries/config_import.lib.php, /common.lib.php:
RFE #1177459, BOOL column type
 
2005-07-26 Michal Čihař <michal@cihar.com>
* export.php: Use actual MIME type for CSV.
 
2005-07-25 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: insert another new row: dropdown choice should be sticky
 
2005-07-24 Michal Čihař <michal@cihar.com>
* libraries/check_user_privileges.lib.php: Undefined variable (bug
#1243885).
* libraries/config_import.lib.php: Do not override theme properties when
path is not set.
* libraries/select_theme.lib.php: Do not attempt to sort themes when
themes are disabled (bug #1243883).
 
2005-07-23 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, tbl_properties.inc.php:
bug #1157230, escape special chars in ENUM or SET
 
2005-07-22 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: table creation should not be possible
in information_schema
* db_operations.php: those operations do not make sense on
information_schema
* browse_foreigners.php: bug #1242805, Show All does not work while
browsing foreign values
* libraries/relation.lib.php: for the new ForeignKeyDropdownOrder, id and
content were reversed (id-content showed content then id)
 
2005-07-21 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php: bug #1240880, XSS on the
cookie-based login panel
 
2005-07-20 Marc Delisle <lem9@users.sourceforge.net>
* ChangeLog: automatic utf-8 encoding modeline, thanks to Michal
 
2005-07-19 Marc Delisle <lem9@users.sourceforge.net>
* translators.html: message about French translation will be in French
 
2005-07-16 Marc Delisle <lem9@users.sourceforge.net>
* libraries/string.lib.php: typo
* libraries/sqlparser.data.php: bug #1238222, parsing of ISNULL()
 
2005-07-14 Marc Delisle <lem9@users.sourceforge.net>
* lang/*: removed unused strInvalidRowCount
 
2005-07-13 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: how to enable the charset choice for exported file
 
2005-07-13 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: Use eval for config file including to catch
parse errors (bug #1223319), on error page display config file that
actually failed.
* main.php, server_databases.php, libraries/check_user_privileges.lib.php,
libraries/display_create_database.lib.php: Show box for creating
database only if user has privileges to do so (bug #1167892).
* libraries/display_tbl.lib.php: Use better message, thanks to Marc for
noticing this.
 
2005-07-12 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: for Insert row and Export, use post when the query is too big
* export.php: bug #1116026, export under IE 6 (XP SP2)
 
2005-07-11 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relations.php: bug #1227710, unsaved relations lost when changing
field to display
 
2005-07-11 Michal Čihař <michal@cihar.com>
* db_operations.php: Allow adding DROP TABLE when copying database (RFE
#1235761).
 
2005-07-10 Robin Johnson <robbat2@users.sourceforge.net>
* config.inc.php, Documentation.html, libraries/common.lib.php,
libraries/config_import.lib.php:
Document previous foreign-key dropdown work, and also ensure that the
configuration import code works properly with it.
 
2005-07-10 Michal Čihař <michal@cihar.com>
* libraries/auth/http.auth.lib.php: Support FastGCI in http auth (patch
#1192219)
* Documentation.html, config.inc.php, left.php, queryframe.php,
libraries/common.lib.php, libraries/config_import.lib.php,
libraries/header_meta_style.inc.php, libraries/select_theme.lib.php:
User can now have different theme per server (RFE #1231599).
* config.inc.php: Add OLD_PASSWORD (bug #1216178).
* main.php: Correct ALT attribute for image (bug #1232124).
* mult_submits.inc.php, libraries/display_tbl.lib.php: Don't forget
browsing state while deleting multiple rows (bug #1232624).
* tbl_row_action.php: Fix undefined variable warning.
* db_details_structure.php, db_operations.php, header.inc.php,
querywindow.php, tbl_indexes.php, tbl_properties.inc.php,
tbl_properties_structure.php, lang/*, libraries/display_tbl.lib.php,
libraries/functions.js, libraries/indexes.js: Show better error messages
when checking numerical inputs (bug #1207402).
* sql.php, libraries/common.lib.php: Use post for print view when query is
too big (bug #1203692).
 
2005-07-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug #1235473 display_tbl.lib.php,
Undefined variable order_img
* libraries/functions.js: bug #1234098, invalid "normal" cursor style
* queryframe.php: bug #1231804, query windows does not open in new window,
thanks to Michael Keck
* db_details_qbe.php: bug #1234616, minor theme text color issue
 
2005-07-06 Marc Delisle <lem9@users.sourceforge.net>
* db_search.php: bug #1233349, db search in MySQL 5.0.x on fields
without a charset
 
2005-07-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
and Mastermnd for the 2.6.2 translation cleanup
* tbl_properties_table_info.php: bug #1231917, commands out of sync
 
2005-07-03 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: link in doc, thanks to Cedric Corazza
### 2.6.3 released
 
2005-07-02 Marc Delisle <lem9@users.sourceforge.net>
* db_operations.php: bug #1230224, db rename and old pmadb information
 
2005-07-01 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: patch #1229673, improvement to big-file-import
instructions, thanks to Isaac Bennetch - ibennetch
 
2005-06-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/hungarian update, thanks to Mihály Mészáros <necronix@freemail.hu>
* lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
* lang/chinese_traditional: Updates, thanks to Siu Sun
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/lithuanian: Updated, thanks to Vilius Simonaitis - maumas98
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
 
2005-06-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_table_info.php: bug #1228862, creating a table under
MySQL 5.x with wrong table type
 
2005-06-28 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_operations.php: bug #1225635,
cannot change table's collation under MySQL 5.0.4
 
2005-06-27 Michal Čihař <michal@cihar.com>
* config.inc.php: Better comments describing multi server setup (patch
#1226666).
* db_details_links.php: Place export tab on same place as on table page
(RFE #1047874).
* tbl_properties_links.php: Switch browse and properties tabs
* db_details_structure.php: Make order of icons same as on table view (RFE
#1047874).
 
2005-06-24 Michal Čihař <michal@cihar.com>
* tbl_change.php, tbl_properties_links.php, libraries/export/sql.php:
Remove error reporting.
* config.inc.php, libraries/common.lib.php,
libraries/config_import.lib.php, libraries/display_export.lib.php:
Configurable file name templates (RFE #1226941).
* themes.php, libraries/select_theme.lib.php: Sort themes, use only one
code for browsing directory with themes (RFE #1184251).
* tbl_change.php: Use select instead of input, this saves some place and
looks better (RFE #1169931).
* tbl_change.php: Display column comment while editing data (RFE #860912).
* lang/sync_lang.sh: Fix belarusian name.
* libraries/transformations/application_octetstream__hex.inc.php, lang/*:
Add hex transformation (RFE #1100068).
 
2005-06-24 Marc Delisle <lem9@users.sourceforge.net>
* db_operations.php: problem renaming a db
 
2005-06-24 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Updates.
* db_operations.php: Cleaning up Marc's code... ;-p
 
2005-06-23 Robin Johnson <robbat2@users.sourceforge.net>
* config.inc.php, libraries/relation.lib.php,
libraries/get_foreign.lib.php, tbl_select.php, tbl_change.php: Support for
customizing foreign-key dropdown, take #2, now very customizable, incl max
item limit.
 
2005-06-23 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
 
2005-06-22 Alexander M. Turek <me@derrabus.de>
* tbl_properties_structure.php: Undefined index.
 
2005-06-22 Robin Johnson <robbat2@users.sourceforge.net>
* config.inc.php, libraries/relation.lib.php: Support for customizing
foreign-key dropdown, take #1.
 
2005-06-22 Garvin Hicking <rabustoldmethatiforgotmyemailaddress@supergarv.de>
* server_databases.php: Bug #1225315, wrong message displayed
when no databases were dropped.
* tbl_properties.inc.php: Patch #1225452, JS error for
getting the value of a select field in certain browsers.
 
2005-06-19 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_traditional: Updates, thanks to Siu Sun
* lang/italian: Updates, thanks to Pietro Danesi
* lang/finnish: update, thanks to Jouni Kahkonen
* lang/norwegian: Update, thanks to Sven-Erik Andersen
* lang/mongolian update, thanks to Bayarsaikhan Enkhtaivan
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
 
2005-06-18 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php: bug 1221602, undefined variable when trying
to use a reserved word as an identifier
* db_operations.php, libraries/database_interface.lib.php:
bug #1221359, Copying a db containing a MERGE table
 
2005-06-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php: visually bind the Add x fields dialog to its
submit button
* db_operations.php: bug #1215688, Copying database does not preserve
default charset and collation
### 2.6.3-rc1 released
 
2005-06-12 Olivier Mueller <om@omnis.ch>
* lang/*, server_privileges.php: added strings for RFE #1197482:
$strGeneratePassword, $strGenerate and $strCopy
 
2005-06-11 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_export.php: bug #1169791, exporting results from queries
with limit keyword
* lang/mongolian* update, thanks to Bayarsaikhan Enkhtaivan
* lang/finnish: update, thanks to Jouni Kahkonen
* lang/norwegian: Update, thanks to Sven-Erik Andersen
* lang/galician: Updates, thanks to Xosé Calvo.
* lang/belarusian, libraries/select_lang.lib.php:
belarusian is now belarusian_cyrillic; added belarusian_latin,
thanks to Jaska Zedlik
 
2005-06-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1216901, missing backquotes on the Browse
feature in case of duplicate entry
 
2005-06-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/tatarish*: updates, thanks to Albert Fazlí
* config.inc.php: bug #1215950, typo in comment
 
2005-06-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/tatarish*, /sync_lang.sh, libraries/select_lang.lib.php,
translators.html: renamed "tatar" to "tatarish" (tatar is
a different language and this translation is really tatarish)
* lang/mongolian*, libraries/select_lang.lib.php,
translators.html, Documentation.html, README:
new language (mongolian), thanks to Bayarsaikhan Enkhtaivan
 
2005-06-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/functions.js: bug #1207405, invalid SQL when creating
table with zero fields
* sql.php: bug #1204951, left frame browse icon alt tag
not updated on emptying table
 
2005-06-05 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
 
2005-06-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_traditional: Updates, thanks to Siu Sun.
* lang/finnish: update, thanks to Jouni Kahkonen
* lang/norwegian: Update, thanks to Sven-Erik Andersen
* db_details_structure.php: optional message $strNumberOfFields,
will use $strFields if not defined
* db_operations.php, lang/*: bug #1212997, db copy should not
always perform CREATE DATABASE
 
2005-06-03 Marc Delisle <lem9@users.sourceforge.net>
* lang/tatar*, /sync_lang.sh, libraries/select_lang.lib.php,
translators.html, Documentation.html, README:
new language (tatar), thanks to Albert Fazlí
 
2005-06-01 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug #1213761, hint about Hardened PHP
and the Missing parameters problem, thanks to Klaus Dorninger
 
2005-05-31 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: patch 1209863, XHTML validity,
thanks to Ryan Schmidt
 
2005-05-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
thanks to Ryan Schmidt
* footer.inc.php: bug #1209891, db list not refreshed when the left
frame is positionned on a db, then a manual DROP DATABASE it done
on another db
* db_operations.php, footer.inc.php: bug #1170227, copying a db does not
refresh the queryframe
 
2005-05-27 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php: bug #1205940, current timestamp checkbox
when field type changes
 
2005-05-26 Marc Delisle <lem9@users.sourceforge.net>
* tbl_create.php: bug #1207406, undefined index from PMA_setComment()
* sql.php: bug #1204913, left frame update on manual table rename
 
2005-05-25 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php: bug #1207404, undefined variables
 
2005-05-24 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1207395, undefined theme_generation
and theme_version, thanks to Ryan Schmidt
* tbl_properties_operations.php: bug #1207212, changing table type
under MySQL 5.0.4
 
2005-05-22 Marc Delisle <lem9@users.sourceforge.net>
* libraries/charset_conversion.lib.php: diacritics wrongly converted
in Browse mode under MySQL 4.1.x if AllowAnywhereRecoding set to TRUE
* tbl_properties_structure.php, tbl_properties.inc.php,
libraries/sqlparser.lib.php: bug #1163595, NULL detection of TIMESTAMP
* many files: bug #1193250, XHTML compliance, thanks to Ryan Schmidt
* themes/[darkblue_orange|original]/css/theme_print.css.php:
spelling error Hevetica -> Helvetica, thanks to Castorius and
Isaac Bennetch - ibennetch
 
2005-05-19 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php: bug #1204235, searching on a VARBINARY field
 
2005-05-18 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug #1193442, 8 extra spaces at end of export area,
thanks to Ryan Schmidt
* db_details_structure.php: bug #1193430, zero_rows parameter
not url-encoded, thanks to Ryan Schmidt
 
2005-05-17 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php, libraries/server_privileges.js:
make the password generator work also on user account editing
 
2005-05-17 Olivier Mueller <om@omnis.ch>
* server_privileges.php, libraries/server_privileges.js: RFE #1197482,
password generator on user creation. RFC: ok like that? TODO: add strings.
 
2005-05-15 Marc Delisle <lem9@users.sourceforge.net>
* sql.php, libraries/sqlparser.lib.php: bug #1120434, comment at the end
of query is applied to appended LIMIT as well
 
2005-05-13 Marc Delisle <lem9@users.sourceforge.net>
* tbl_printview.php: bug #1178760, header not sent when displaying
print view of multi tables, thanks to Hrvoje Novosel - interghost
* libraries/functions.js: Patch #1191447, hand pointer on mouseover and
mousedown, thanks to Ken Stanley - eclipsboi
 
2005-05-11 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php: bug #1069012, table collation forgotten
when adding fields
* libraries/storage_engines.lib.php: bug 1180119, undefined variable when
showing the details of a storage engine under MySQL 4.0.x
 
2005-05-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php: bug #1198156, undefined variable
when exporting without enclosing with backquotes
 
2005-05-08 Marc Delisle <lem9@users.sourceforge.net>
* db_details_links.php: patch #1196806, add a Privileges tab
in db view, thanks to Herman van Rink - helmo
* server_privileges.php: add a back link to the db on which
we are checking privileges
* Documentation.html: FAQ 3.13 about the MySQL API having problem dealing
with USE followed with a db name containing an hyphen
* read_dump.php: bug #1189664, js error when 2 queries submitted at once
 
2005-05-08 Olivier Mueller <om@omnis.ch>
* scripts/upgrade.pl: new script to let unix admins upgrade phpMyadmin
with one command and 5 seconds. To be improved, but is working fine
here (tm). Based on: http://www.phpmyadmin.net/latest.txt
* server_privileges.php: always display the "Add a new user" link
on the User overview page (no more need to click on [show all] or
an initial before)
 
2005-05-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/mysql_charsets.lib.php: bug #1186983, missing character
sets and collations (temporary workaround)
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
 
2005-05-04 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: improvement about PmaAbsoluteUri,
thanks to Isaac Bennetch - ibennetch
 
2005-05-03 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1185152, setting collation for a field,
thanks to Ryan Schmidt - ryandesign
 
2005-05-02 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug #1123284, avoid double compression when
zlib.output_compression is On, thanks to unclef at users.sourceforge.net
* libraries/common.lib.php: bug #1193223, undefined index htmlexcel_null,
thanks to Ryan Schmidt - ryandesign
 
2005-05-01 Marc Delisle <lem9@users.sourceforge.net>
* server_status.php: bug #1193225, missing </ul>
* tbl_properties.inc.php: bug #1193353, js error on creating table
 
2005-04-30 Marc Delisle <lem9@users.sourceforge.net>
* db_operations.php, libraries/tbl_move_copy.php:
bug #1192468, bookmarks copied too many times
 
2005-04-27 Marc Delisle <lem9@users.sourceforge.net>
* lang/finnish: update, thanks to Jouni Kahkonen
* lang/russian: update, thanks to lobovich
* libraries/sqlparser.lib.php: bug #1179887, ordering by count(*)
 
2005-04-26 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, tbl_properties.inc.php:
bug #1190092, wrong detection of NULL fields with MySQL 5.0.x
* lang/finnish: big update, thanks to Jouni Kahkonen
 
2005-04-25 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser*: bug #1185173. A query using the Storage
table name and an alias, returned no result. I changed the
parser to add a list of "forbidden" reserved words, as listed
in the MySQL manual (reserved words). Those are not allowed
as a table/column name, but others (like Storage) are allowed.
Now the query works. TODO: do not pretty print in color,
in this case
* libraries/common.lib.php: bug #1179241, wrong escaping of
apostrophe in generated PHP code
 
2005-04-25 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
* lang/english: Fix typo.
 
2005-04-24 Marc Delisle <lem9@users.sourceforge.net>
* left.php, queryframe.php: bug #1168784, please respect the db order
given in only_db
 
2005-04-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_simplified: Updates, thanks to mysf at etang.com
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* lang/galician: Updates, thanks to Xosé Calvo.
* new language: belarusian, thanks to Jaska Zedlik <jz53 at zedlik.com>
* tbl_properties_export.php: bug #1180860, error going from Export
to Insert tab
### 2.6.2 released
 
2005-04-14 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: Search icon centering
 
2005-04-13 Marc Delisle <lem9@users.sourceforge.net>
* tbl_alter.php: undefined $field_comments
 
2005-04-10 Alexander M. Turek <me@derrabus.de>
* lang/*.inc.php: New messages for MySQL 5.0 privileges.
 
2005-04-10 Marc Delisle <lem9@users.sourceforge.net>
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* server_privileges.php: bug #1179969, problem editing a user's profile
(and there was a problem also with the detection of
an already existing user)
 
2005-04-09 Alexander M. Turek <me@derrabus.de>
* libraries/sqlparser.data.php: Added keyword ROUTINE.
 
2005-04-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan update, thanks to Xavier Navarro (xavin).
 
2005-04-07 Alexander M. Turek <me@derrabus.de>
* libraries/select_lang.lib.php, lang/english-iso-8859-15.inc.php:
en-iso-8859-15.
* lang/*.inc.php: New messages for MySQL 5.0 privileges.
 
2005-04-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php, tbl_alter.php: bug #1176896, undefined variable
* libraries/common.lib.php: wrong test when the field's type is
TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
 
2005-04-03 Marc Delisle <lem9@users.sourceforge.net>
### 2.6.2-rc1 released
 
2005-04-01 Marc Delisle <lem9@users.sourceforge.net>
* tbl_addfield.php: TIMESTAMP options support
* libraries/common.lib.php: DEFAULT CURRENT_TIMESTAMP is only
for TIMESTAMP (bug when changing from a TIMESTAMP to a non-TIMESTAMP type) * (same): bug #1163595, problem 4: a TIMESTAMP must be explicitely
set to NULL to have the NULL attribute
* libraries/tbl_move_copy.php: bug #1168996, error copying InnoDB table
with FK constraints to a table in the same db
 
2005-03-31 Alexander M. Turek <me@derrabus.de>
* left.php: Undefined offset (Bug #1174045).
 
2005-03-31 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: added FAQ 5.17 about problem with
Firefox when the Tabbrowser Extensions plugin is installed
* tbl_properties.inc.php: TIMESTAMP options improved looks, thanks to Garvin
* tbl_properties.inc.php: TIMESTAMP default CURRENT_TIMESTAMP checkbox
made dynamic, depending on the field's type
* tbl_create.php, libraries/relation.lib.php: TIMESTAMP options support
 
2005-03-30 Alexander M. Turek <me@derrabus.de>
* server_databases.php: Bug #1172782 (Don't allow to drop
information_schema).
* libraries/mysql_charsets.lib.php: Typo.
* lang/german-*.inc.php: Better translation.
 
2005-03-30 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: Patch #1164699, clarification about PmaAbsoluteURI,
thanks to Isaac Bennetch - ibennetch
* lang/english: improvements, thanks to Ryan Schmidt - ryandesign
* lang/*: removed unused message and modified strCheckOverhead
where still untranslated
* tbl_properties.inc.php: bug #1163595 (problem #5): after an error
modifying TIMESTAMP options, the table structure editing form
was shown without the new options.
 
2005-03-29 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: XSS vulnerability on convcharset
 
2005-03-29 Alexander M. Turek <me@derrabus.de>
* server_collations.php, libraries/mysql_charsets.lib.php: Don't offer
unavailable collations (bug #1172517).
 
2005-03-28 Alexander M. Turek <me@derrabus.de>
* left.php: Implemented the forgotten view icon.
 
2005-03-27 Marc Delisle <lem9@users.sourceforge.net>
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* libraries/relation.lib.php: bug #1170549, adding fields NOT NULL
under MySQL 4.1
### 2.6.2-beta1 released
 
2005-03-27 Alexander M. Turek <me@derrabus.de>
* libraries/defines.lib.php, themes/*/info.inc.php: Marked 2.6.0 / 2.6.1
themes as imcompatible because of recent changes.
* libraries/information_schema_relations.lib.php,
libraries/relation.lib.php: information_schema relations.
 
2005-03-26 Alexander M. Turek <me@derrabus.de>
* libraries/engines/innodb.lib.php: Caught possible devision by zero.
* lang/dutch-iso-8859-15.inc.php, lang/finnish-iso-8859-15.inc.php,
lang/italian-iso-8859-15.inc.php, lang/portoguese-iso-8859-15.inc.php,
lang/spanish-iso-8859-15.inc.php, libraries/select_lang.lib.php:
Added more Latin9 language files.
 
2005-03-25 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php: bug #1170255, undefined index: Field
 
2005-03-25 Alexander M. Turek <me@derrabus.de>
* db_details_structure.php: Let's prefer separate icons over CSS 3 hacks
for marking a functionality as unavailable.
* libraries/relation.lib.php:
- Removed recoding function calls from controluser queries as they do
not depend on the connection charset anymore;
- Added emulated relations for some information_schema tables. To be
continued.
 
2005-03-24 Alexander M. Turek <me@derrabus.de>
* libraries/dbi/*.dbi.lib.php, libraries/common.lib.php,
libraries/database_interface.lib.php:
- Force separate connection for controluser queries;
- Don't apply collation_connection settings to controluser connections.
* lang/galician-*.inc.php: Updates, thanks to Xosé Calvo.
* lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
 
2005-03-22 Marc Delisle <lem9@users.sourceforge.net>
* header.inc.php: undefined index tbl_is_view when copying a table
with constraints and an error occurs
 
2005-03-20 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* tbl_properties.inc.php: do not add ON UPDATE CURRENT_TIMESTAMP twice
 
2005-03-19 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Translations #1120157 (bad translation of
$strAddSearchConditions).
* libraries/select_lang.lib.php, lang/polish-windows-1250.inc.php:
Translations #1161402 (added pl-win1250), thanks to Jakub Wilk (ubanus).
* libraries/select_lang.lib.php, lang/german-iso-8859-15.inc.php,
lang/french-iso-8859-15.inc.php: Added ISO-8859-15 (Latin9) editions of
the German and French language files for testing.
 
2005-03-19 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/russian update, thanks to gunsky
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
 
2005-03-18 Marc Delisle <lem9@users.sourceforge.net>
* lang/estonian: Update thanks to Alvar Soome - finsoft.
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/brazilian-portuguese: big update, thanks to Airon Luis Pereira
- thedarkness
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
 
2005-03-18 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Updates.
 
2005-03-17 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug #1165148, typo in Documentation.html
* lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
* lang/galician: Updated, thanks to Xosé Calvo.
 
2005-03-16 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
config.inc.php (comment only), libraries/common.lib.php:
experimental support for table structure editing with MySQL 4.1.2+
TIMESTAMP options
 
2005-03-13 Marc Delisle <lem9@users.sourceforge.net>
* tbl_row_delete.php renamed to tbl_row_action.php (RFE 1097729)
 
2005-03-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, libraries/sqlparser.lib.php:
start merging code for MySQL 4.1.2 TIMESTAMP options support
 
2005-03-10 Alexander M. Turek <me@derrabus.de>
* libraries/relation.lib.php: Bug #1159415.
 
2005-03-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/database_interface.lib.php, libraries/relation.lib.php:
problem with getting comments when creating a new table under MySQL 4.1.x
with mysql extension
 
2005-03-09 Marc Delisle <lem9@users.sourceforge.net>
* db_operations.php: db comments updating broken
* libraries/relation.lib.php: bug #1159415, data dictionary broken
 
2005-03-08 Michael Keck <mkkeck@users.sourceforge.net>
* themes/*/img/bd_insrow.png, themes/*/bd_insrow.png: Added disabled
versions of insert-row icons.
 
2005-03-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/french update
 
2005-03-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: db comments broken
* libraries/dbi/*.php, lang/*: new $strSocketProblem message
* db_details.php, tbl_query_box.php, libraries/bookmark.lib.php:
bookmark improvement,
based on patch #1034161 by Ryan Schmidt - ryandesign:
sort bookmarks by label, remove the number before each bookmark
in the drop-down choice. For this I had to change some logic in the
calling scripts. It's still possible to have the same label more
than once.
 
2005-03-07 Michal Čihař <michal@cihar.com>
* db_printview.php, tbl_printview.php, css/phpmyadmin.css.php,
libraries/header_meta_style.inc.php: Actually use print style in themes,
also fixes RFE #1120880.
* sql.php: Better calculate inserted row id (bug #1156963).
* db_details_links.php, db_details_structure.php: Show database comment on
each tab (same as we do with table comments).
 
2005-03-06 Michael Keck <mkkeck@users.sourceforge.net>
* themes/*/img/bd_deltbl.png, themes/*/bd_drop.png: Added disabled
versions of drop icons.
 
2005-03-06 Michal Čihař <michal@cihar.com>
* export.php, libraries/display_export.lib.php, config.inc.php,
libraries/config_import.lib.php, libraries/export/htmlexcel.php,
libraries/export/htmlword.php, lang/*: Added Microsoft Word and Excel
2000 export (RFE #1155122).
* lang/czech: Updated, thanks to Michal Marek (twofish) for "storage
engine" translation.
* lang/english: Nothing to translate here.
* Documentation.html: Document new Excel export.
* config.inc.php, libraries/config_import.lib.php,
libraries/display_export.lib.php, libraries/export/htmlword.php: Word
export now can contain table structure and better handles more
tables/databases export.
* db_operations.php, export.php, main.php, tbl_move_copy.php,
libraries/common.lib.php, libraries/select_theme.lib.php,
libraries/auth/cookie.auth.lib.php: Unified cookie path handling, added
/ to end of path (bug #1155373).
 
2005-03-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php, /display_export.lib.php,
/export/sql.php: native comments. For MySQL 4.1.x+ I do not display
the "Add into comments ... Comments" choice, since they are
part of the structure
 
2005-03-06 Alexander M. Turek <me@derrabus.de>
* lang/*.inc.php, libraries/engines/innodb.lib.php: InnoDB buffer pool
activity statistics.
* server_status.php: Removed InnoDB Status sub-page. It is now part of
server_engines.php.
* lang/*.inc.php, libraries/engines/innodb.lib.php: Buffer pool size
indicators.
* libraries/mysql_charsets.lib.php: Don't check the character set of the
virtual database "information_schema" (MySQL 5.0).
* db_details_links.php, db_details_structure.php: Don't allow the user to
change anything in MySQL 5.0's information_schema database.
 
2005-03-05 Marc Delisle <lem9@users.sourceforge.net>
* tbl_alter.php, tbl_addfield.php, db_datadict.php, pdf_schema.php,
tbl_create.php, libraries/common.lib.php, /relation.lib.php,
/database_interface.lib.php: MySQL 4.1.x native comments
 
2005-03-05 Alexander M. Turek <me@derrabus.de>
* server_engines.php, lang/*.inc.php, libraries/storage_engines.lib.php
libraries/engines/berkeleydb.lib.php, libraries/engines/bdb.lib.php,
libraries/engines/innobase.lib.php, libraries/innodb.lib.php,
libraries/engines/myisam.lib.php:
- Moved engine-specific settings into plugins;
- Added ability to create multiple sub-pages in server_engines.php for
a specific engine;
- Added a few InnoDB variables. To be continued. :-)
- New InnoDB buffer pool monitor for MySQL >= 5.0.2.
 
2005-03-04 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, libraries/common.lib.php: new FAQ 2.8 about
Missing parameters, and when the error happens, show a link to FAQ
 
2005-03-03 Alexander M. Turek <me@derrabus.de>
* libraries/grab_globals.lib.php: Bug #1153079 (Updating columns starting
with "str").
* header.inc.php: Wrong icon for views.
* libraries/sqlparser.data.php: Added more missing date / time functions.
 
2005-03-02 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php, libraries/display_export.lib.php: Do not offer
modes not available in current MySQL version, do not fail on error when
setting SQL_MODE (bug #1155209).
 
2005-03-02 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug #1154307, wrong text for alt,
thanks to Isaac Bennetch - ibennetch
* Documentation.html: bug #1126156, FAQ 6.12 reworked,
thanks to Isaac Bennetch - ibennetch
 
2005-03-01 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug #1153684, wrong doc for PDF pages generation,
thanks to Ryan Schmidt
* libraries/auth/config.auth.lib.php: bug #1149565, tooltip.js undefined
var
 
2005-02-27 Alexander M. Turek <me@derrab.us>
* libraries/sqlparser.data.php: Added missing MySQL functions STR_TO_DATE
and GET_FORMAT (bug #1152310).
 
2005-02-27 Michal Čihař <michal@cihar.com>
* server_binlog.php: MySQL 5 compatibility (bug #1151960).
 
2005-02-26 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: added FAQ 5.16 about various IE and Windows
problems. Thanks to Michael Keck.
* main.php: bug #1143528, Reload MySQL not seen on MySQL 4.1.2
 
2005-02-24 Alexander M. Turek <me@derrabus.de>
* libraries/grab_globals.lib.php: Fixed the fix, thanks to Marc. :-)
 
2005-02-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php: bug #1149373, error when
blowfish_secret is empty
 
2005-02-23 Alexander M. Turek <me@derrabus.de>
* libraries/grab_globals.lib.php: More hotfixes against bug #1149381.
* libraries/mysql_charsets.lib.php: Detection for new Japanese charsets
(cp932 and eucjpms) that will be introduced with MySQL 5.0.3.
* libraries/select_lang.lib.php: Removed the UTF-8 deactivation code that
we had already commented out a long time ago.
 
2005-02-22 Alexander M. Turek <me@derrabus.de>
* libraries/grab_globals.lib.php: Hotfix against bug #1149381 and parts
of bug #1149383.
 
2005-02-21 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php: patch #1120466 (modified): optional column names
in visual scratchboard, thanks to Remco Aalbers - remcoa
 
2005-02-17 Marc Delisle <lem9@users.sourceforge.net>
* header.inc.php, queryframe.php: HTML improvement,
thanks to Armel Fauveau
* server_privileges.php: bug #1113788, escaping character removed by error
 
2005-02-16 Alexander M. Turek <me@derrabus.de>
* db_details_export.php: Views are not exportable yet.
* themes/*/css/theme_right.css.php: Allow to mark a whole row as disabled.
* server_engines.php: Use new CSS class 'disabled' for unavailable
engines.
 
2005-02-14 Michal Čihař <michal@cihar.com>
* tbl_printview.php, libraries/tbl_indexes.lib.php: Fix displaying
indexes for print view, use same function as for normal view (bug
#1119388).
* css/print.css, libraries/tbl_indexes.lib.php,
libraries/header_meta_style.inc.php: Use CSS for hiding print button
rather than javascript.
 
2005-02-14 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_table_info.php: avoid errors #1046, no database selected
in MySQL 5.0.2
* lang/romanian: Updated, thanks to Valics Lehel.
 
2005-02-13 Marc Delisle <lem9@users.sourceforge.net>
* lang/french update
* server_privileges.php: bug #1118137, host not changing when editing user
 
2005-02-10 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: new FAQ 1.32 about using HTTP auth under IIS
 
2005-02-09 Marc Delisle <lem9@users.sourceforge.net>
* config.inc.php, Documentation.html: bug #1115327, document the
maximum number of characters for blowfish_secret
 
2005-02-09 Alexander M. Turek <me@derrabus.de>
* lang/italian-*.inc.php: Updates, thanks to Pietro Danesi.
 
2005-02-08 Michal Čihař <michal@cihar.com>
* export.php: Fix export of SQL for Safari (bug #1113015).
 
2005-02-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/*: bug #1116933, PMA_DBI_free_result():
do not send a boolean to mysqli_free_result() or mysql_free_result(),
it expects a result resource
* libraries/tbl_move_copy.php: bug #1117112, commands out of sync when
using "copy table" operation
* libraries/common.lib.php: bug #1114363, error when SHOW DATABASES is
disabled
 
2005-02-07 Alexander M. Turek <me@derrabus.de>
* libraries/mcrypt.lib.php: Bug #1117907 ("wrong parameter count" with
php 4.1.x.
 
2005-02-06 Alexander M. Turek <me@derrabus.de>
* header.inc.php, tbl_properties_table_info.php: View detection for
header.inc.php.
* tbl_properties_links.php: Adjusted tab bar for views.
 
2005-02-05 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php: removed comments handling (pmadb-style) from relation view
 
2005-02-04 Michal Čihař <michal@cihar.com>
* tbl_change.php: Fix TIMESTAMP editing on MySQL 4.1 (bug #1114120).
 
2005-02-03 Alexander M. Turek <me@derrabus.de>
* tbl_addfield.php: Bug #1040682 (adding field with collation).
 
2005-02-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/*: PMA_DBI_num_rows(): do not send a boolean
to mysqli_num_rows() or mysql_num_row(), it expects a result resource
* tbl_properties.inc.php: bug #1114550, changing the type of
a float unsigned column
 
2005-01-30 Marc Delisle <lem9@users.sourceforge.net>
* libraries/export/sql.php: bug #1108521, part 2: mysqli_num_rows
cannot be used with MYSQL_USE_RESULT
 
2005-01-29 Alexander M. Turek <me@derrabus.de>
* lang/japanese-utf-8.inc.php: Bug #1111855 ("Undefined index" when using
the Janapese language file under MySQL 4.1.
 
2005-01-28 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: bug #1111706, call to undefined
function PMA_reloadNavigation(). A failed connection was not properly
detected
* libraries/export/sql.php: bug #1108521, mysqli_free_result() expects
parameter 1 to be a result
 
2005-01-27 Marc Delisle <lem9@users.sourceforge.net>
* libraries/fpdf/fpdf.php: bug #1106146, missing header for PDF,
thanks to Michal
* libraries/display_tbl.lib.php: the LongOperation message should
be just for InnoDB
 
2005-01-27 Michal Čihař <michal@cihar.com>
* read_dump.php: Fix detection of SELECT query to display on multiple
submits (bug #1110727).
 
2005-01-23 Marc Delisle <lem9@users.sourceforge.net>
* tbl_query_box.php: bug #1107937, undefined $fields_list
* lang/estonian: Update thanks to Alvar Soome - finsoft.
### 2.6.1 released
 
2005-01-23 Michal Čihař <michal@cihar.com>
* export.php: Back to Content-Type application/x-bzip2 on bzip2 export
(bug #1106652).
 
2005-01-23 Alexander M. Turek <me@derrabus.de>
* libraries/sqlparser.data.php: Added some keywords.
 
2005-01-22 Marc Delisle <lem9@users.sourceforge.net>
* libraries/bookmark.lib.php: bug #1103289: num_rows and MYSQL_USE_RESULT,
and fix a typo "boommark"
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
 
2005-01-20 Michael Keck <mkkeck@users.sourceforge.net>
* libraries/tooltip.js: new JS library for tooltips (hints)
* libraries/common.lib.php: img tag modified for mouseover / mouseout
(show/hide tooltip)
* header.inc.php: needed div-container for tooltips
* footer.inc.php: linking to js-file tooltip.js
* themes/.../theme_right.css.php: tooltip class
* querywindow.php / tbl_query_box.php: resizing the querywindow if it
to small
* themes/.../layout.inc.php: increased QueryWindowHeight / QueryWindowWidth
* themes/.../theme_right.css.php: new class for disabled (not available)
text / values / messages
* libraries/tooltip.js: removed wrong typos (sorry)
 
2005-01-20 Alexander M. Turek <me@derrabus.de>
* server_engines.php, server_links.inc.php: Use Michael's new icon for
storage engines.
* main.php: Added link to storage engines sub-page.
 
2005-01-18 Marc Delisle <lem9@users.sourceforge.net>
* sql.php, libraries/common.lib.php, /display_tbl.lib.php, /functions.js,
lang/*.php: bug #1084820: ask a confirmation when a user wants to
reach the End of rows, and count the exact number of rows to
go to the real end
TODO: page number selector
* common.lib.php: PMA_showHint(): now the lightbulb is clickable,
to reveal the full message for browsers who truncate it,
thanks to Alexander for the suggestion
 
2005-01-18 Alexander M. Turek <me@derrabus.de>
* server_engines.php, server_links.php libraries/storage_engines.lib.php:
- Emulation for < MySQL 4.1.2;
- BerkeleyDB version information.
* tbl_properties.inc.php, tbl_properties_operations.php,
libraries/storage_engines.lib.php: Auto-generated engine selection
dropdown.
* header.inc.php, libraries/common.lib.php: Finger pointer for lightbulbs.
 
2005-01-17 Michael Keck <mkkeck@users.sourceforge.net>
* libraries/common.lib.php: modified function for
Add a link by MySQL-Error #1062 - Duplicate entry
(feature request #1036254)
 
2005-01-17 Michal Čihař <michal@cihar.com>
* lang/czech: Fix typos (translation #1103785).
 
2005-01-17 Alexander M. Turek <me@derrabus.de>
* server_engines.php, lang/*.inc.php: Nice output for some MyISAM
parameters.
 
2005-01-16 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug #1103201, wrong treatment of MySQL error
#1060 in the logic for error #1062
 
2005-01-15 Alexander M. Turek <me@derrabus.de>
* server_engines.php, server_links.inc.php, lang/*.inc.php,
libraries/storage_engines.php: Detailed storage engines status
information.
 
2005-01-12 Alexander M. Turek <me@derrabus.de>
* tbl_properties_table_info.inc.php: Basic view detection.
* tbl_properties_structure.php: Disabled table-specific interface elements
for views.
 
2005-01-11 Alexander M. Turek <me@derrabus.de>
* libraries/relation.lib.php:
- Removed redundant code;
- Fixed some comments.
* tbl_properties_structure.php: Corrected TH numbering.
* db_details_structure.php: Small design glitch with "in use" tables.
* db_details_structure.php, mult_submits.inc.php, lang/*.inc.php:
- Views are now displayed correctly within the table list;
- Added ability to drop views from the db structure page.
TODO: It is not yet possible to drop a view from the table sub pages.
 
2005-01-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: bug #1076213, headers sent
on invalid login
 
2005-01-10 Michal Čihař <michal@cihar.com>
* lang/czech: Fix typo (translation #1099459).
 
2005-01-10 Olivier Mueller <om@omnis.ch>
* README: copyright, we're in 2005
 
2005-01-09 Marc Delisle <lem9@users.sourceforge.net>
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
* lang/dutch: Updates, thanks to Ivo Teel.
* lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
### 2.6.1-rc2 released
 
2005-01-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_addfield.php: bug #1082680, undefined $field_charset when adding
a FLOAT field in MySQL 4.1.x
 
2005-01-07 Michal Čihař <michal@cihar.com>
* Documentation.html, tbl_change.php, tbl_properties.inc.php,
libraries/functions.js, libraries/tbl_change.js,
libraries/keyhandler.js: Use Option key for Safari for moving (bug
#1094137), move key handler function to separate file so we have only
one, make movement work correctly in vertical display of properties.
* libraries/common.lib.php: Fix timestamp in uva condition with MySQL 4.1
(bug #1097593).
 
2005-01-06 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: removed old PHP3-workaround that caused problems
with field names like '000'
 
2005-01-05 Michal Čihař <michal@cihar.com>
* tbl_properties_operations.php: Fix changning table parameters if it has
no auto increment (bug #1096246).
 
2005-01-04 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php:
- Updates and small corrections;
- Synchronized translation with the German MySQL documentation.
 
2005-01-03 Michal Čihař <michal@cihar.com>
* export.php: Use standardised mime types and use content encoding for
gzip/bzip2. I hope this will fix double gzip compression as in bug
#1094649.
 
2005-01-01 Michal Čihař <michal@cihar.com>
* tbl_alter.php: Don't try to set collation for non text fields (bug
#1094109).
* sql.php: Do not forget reloading when launching multiple queries (bug
#1090818).
 
2004-12-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/norwegian: Update, thanks to Sven-Erik Andersen
* lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
 
2004-12-30 Michal Čihař <michal@cihar.com>
* libraries/fpdf/ufpdf.php: Fix some warnings.
 
2004-12-29 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Fix typo.
* server_databases.php: Use same sort order as in left frame (bug
#1087244), allow sorting even if not showing stats.
* pdf_schema.php, libraries/fpdf/fpdf.php, libraries/fpdf/ufpdf.php,
libraries/fpdf/font/FreeSans*: Added support for PDF output in utf-8,
uses UFPDF class from http://www.acko.net/node/56. NOTE: We now have a
bit modified FPDF class. (bug #1046051)
* Documentation.html: Added info about UFPDF library.
* lang/czech, lang/english: Improved some texts, also bug #1009667.
 
2004-12-28 Michal Čihař <michal@cihar.com>
* libraries/tbl_move_copy.php: Fix constraints copying (bug #1085900).
* config.inc.php, lang/*, libraries/common.lib.php,
libraries/config_import.lib.php, libraries/display_export.lib.php,
libraries/export/sql.php: Support for selecting SQL export compatibility
(RFE #1060040).
* libraries/tbl_change.js: Faster navigation in calendar (RFE #1090315).
* mult_submits.inc.php, tbl_row_delete.php: Fix % escaping (bug #1082954).
* read_dump.php: Fix database name extraction from use statement (bug
#1084777).
* css/phpmyadmin.css.php, libraries/common.lib.php: Disabled theme manager
still allows to select theme in configuration (bug #1084712).
* tbl_replace.php: Remove unused code.
* main.php, lang/*, libraries/string.lib.php: Added warnings about
mbstring - one to disable function overloading and one for requesting
mbstring for multibyte charsets (bugs #1063149 and #1063821).
* tbl_change.php, tbl_replace.php, lang/*, libraries/common.lib.php:
Support for editing next entry (when numeric primary key) (RFE
#1074906).
 
2004-12-26 Marc Delisle <lem9@users.sourceforge.net>
* libraries/database_interface.lib.php: bug #1085647, wrong parameters
for strpos(), thanks to Meithar - meithar
* libraries/select_server.lib.php, bug #1073056, unable to submit selected server,
thanks to jamaz - jamaz
* tbl_change.php: bug #1090608, undefined variable, thanks to peterinsb
* scripts/upgrade_tables_mysql_4_1_2+.sql: bug #1084426, misleading comments
* tbl_create.php: bug #1085494, illegal length value for LONGTEXT, thanks to mjec
 
2004-12-16 Marc Delisle <lem9@users.sourceforge.net>
* libraries/blowfish.php: bug #1085997, undefined variables,
patch thanks to Chandrakumar Muthaiah - sudhach
 
2004-12-14 Alexander M. Turek <me@derrabus.de>
* libraries/sqlparser.data.php: Added keywords NAMES and VIEW.
 
2004-12-13 Michal Čihař <michal@cihar.com>
* libraries/tbl_change.js: Do not catch Alt and Shift keys (bug #1082315).
* libraries/export/sql.php: Do not duplicate constraints when exporting
multiple databases (bug #1084459).
 
2004-12-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
* lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* lang/turkish update, thanks to boralioglu.
### 2.6.1-rc1 released
 
2004-12-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/transformations/text_plain__external.inc.php:
security fix: no longer use the shell to execute external program
* Documentation.html: mention the new need of PHP >= 4.3.0 to run
external programs
 
2004-12-09 Marc Delisle <lem9@users.sourceforge.net>
* tbl_row_delete.php, libraries/display_tbl.lib.php:
cannot drop or export multiple rows under IE6
 
2004-12-07 Marc Delisle <lem9@users.sourceforge.net>
* read_dump.php: security fix on $sql_localfile
* lang/norwegian: Update, thanks to Sven-Erik Andersen
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
* lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
 
2004-12-01 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php, lang/*: added hint strApproximateCount referring
to FAQ 3.11 (bug #1075658)
 
2004-11-30 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php: Avoid displaying the
"No activity" message if more than 4 times the LoginCookieValidity
timeout has passed: no need to alert users the next morning
(for example) that they have been inactive.
 
2004-11-25 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php, lang/*: "No activity" message
to explain to users why they have to relogin
 
2004-11-25 Michal Čihař <michal@cihar.com>
* libraries/mcrypt.lib.php: Trim result, because it can be paded with \0s.
 
2004-11-24 Marc Delisle <lem9@users.sourceforge.net>
* libraries/mcrypt.lib.php, /libraries/blowfish.php,
libraries/auth/cookie.auth.lib.php: support of mcrypt
library (blowfish) for speed improvement in auth_type cookie
 
2004-11-23 Marc Delisle <lem9@users.sourceforge.net>
* user_password.php: wrong generated cookie name
 
2004-11-21 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: bug #1067626, column privileges while copying user
* libraries/common.lib.php: bug #1070197, not connecting if using
a non-standard HTTP port (bug introduced in 2.6.0-pl3)
 
2004-11-19 Garvin Hicking <pma@supergarv.de>
* libraries/bookmark.lib.php, left.php:
Massively speed up table display for left frame, if
PMA infrastructure is used. Use native PHP function
for indenting.
* libraries/mysql_charsets.lib.php: Use a static
array cache to speed up returning the same collation
information.
 
2004-11-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: we have the PMA_get_indexes() function,
let's use it!
* tbl_indexes.php: bug #1068994, undefined variable
* libraries/dbg/profiling.php: bug #1068318, call-time pass-by-reference
 
2004-11-16 Michal Čihař <michal@cihar.com>
* left.php: Possible undefined index (bug #1067199).
* Documentation.html: Warn about Excel export problems in documentation
(bug #1063082).
 
2004-11-14 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php: bug #1050437, intercept constraint failure
and do not offer to add an InnoDB foreign key if the field
does not have a key
 
2004-11-13 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: bug #1056706: table specific privs for a db containing an escaped wildcard character
* libraries/display_tbl.lib.php: bug #1065688: display the Full text link
on the results for PROCEDURE ANALYSE
 
2004-11-11 Michal Čihař <michal@cihar.com>
* tbl_properties_operations.php: Allow InnoDB text to be included in user
comment.
 
2004-11-09 Michal Čihař <michal@cihar.com>
* browse_foreigners.php, server_binlog.php: Truncate text according to
text length and not byte count.
 
2004-11-07 Alexander M. Turek <me@derrabus.de>
* Documentation.html, README: Updated credits.
 
2004-11-07 Marc Delisle <lem9@users.sourceforge.net>
* mult_submits.inc.php: bug #1054720, multi-row delete
 
2004-11-06 Michael Keck <mkkeck@users.sourceforge.net>
* queryframe.php: bug #1046434 (Light mode does not work)
 
2004-11-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: put sanitize logic in PMA_sanitize()
* sql.php: sanitize confirm page
* db_details_structure.php: bug #1049553, undefined $db_collation
 
2004-11-05 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: new controluser behavior starting from MySQL 4.1.2
 
2004-11-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, tbl_replace.php, sql.php, read_dump.php,
server_privileges.php: now PMA_showMessage() sanitizes the message
to defeat XSS attacks. Calling scripts use special tags like
[br], [i], [/i], [b], [/b] in the message.
* main.php: bug #1058692, call-time pass-by-reference error
* sql.php, libraries/sqlparser.lib.php: bug #1054590, handling of OFFSET
 
2004-11-10 Garvin Hicking
* config.inc.php: Reverted commenting out of QueryWindowWidth/Height
settings. Those can be overriden by a themes layout.inc.php,
but not neccessarily so.
 
2004-11-03 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: More robust PmaAbsoluteUri detection.
* libraries/sqlparser.lib.php: Escape html special chars in parser bugs.
* libraries/common.lib.php: HTTP_HOST might be unset (bug #1053310).
 
2004-11-02 Michal Čihař <michal@cihar.com>
* tbl_indexes.php: Fix index editing.
* sql.php: Decode table name.
* lang/czech: Updated.
 
2004-11-09 Garvin Hicking
* libraries/display_tbl.lib.php, libraries/common.lib.php,
browse_foreigners.php: RFE #925817 - Abstracted page selector to
its own function, now create sloped pagination to easily jump
to any wanted page.
* read_dump.php: RFE #1053039, show filename of uploaded SQL file
* sql.php, tbl_indexes.php, libraries/tbl_indexes.lib.php,
lang/*: Added checks for common problems with table indices.
Serves as a stub for future checks, currently implemented are
the ones mentioned in RFE #1044677. The check can be performed
on multiple tables by using "check table" on selected tables in
DB structure.
 
2004-11-02 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: MySQL 4.1.x compatibility for list of initials
 
2004-11-01 Marc Delisle <lem9@users.sourceforge.net>
* main.php: for MySQL 4.1.2+ a non-privileged user can do
a simple SHOW GRANTS to fetch current privileges, so we no longer
need the control user for this check
 
2004-11-01 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: Comparsion is == and not = (bug #1054758).
 
2004-10-29 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php (top index): MySQLi compatibility,
use PMA_convert_using() in case of non-latin1 user table,
and fix bug #1054467 (in case of BINARY User field)
* header.inc.php: bug #1053310, undefined index under OmniSecure server
* tbl_relation.php: bug #1050424, not positionned on current db
* tbl_alter.php: bug #1054756, duplicate top menu
* lang/english: bug #1056724, typo
 
2004-10-28 Alexander M. Turek <me@derrabus.de>
* user_password.php, lang/*.inc.php: Allow usage of old password hashing
function.
 
2004-10-27 Alexander M. Turek <me@derrabus.de>
* config.inc.php, libraries/config_import.lib.php,
libraries/sqlparser.data.php: Added function OLD_PASSWORD().
 
2004-10-26 Alexander M. Turek <me@derrabus.de>
* libraries/sqlparser.data.php: Added OFFSET.
 
2004-10-25 Michal Čihař <michal@cihar.com>
* libraries/common.lib.php: Fix URI detection in case REQUEST_URI contains
full URI (patch #1044123).
* tbl_properties_structure.php, libraries/display_tbl.lib.php: Fix typo
that broke multi submits for MSIE (bug #1052674).
 
2004-10-24 Michael Keck <mkkeck@users.sourceforge.net>
* config.inc.php, themes/*/layout.inc.php:
bug #1050666 - Query window too small darkblue/orange theme
 
2004-10-23 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: top index for user initials
 
2004-10-22 Alexander M. Turek
* lang/english-*.inc.php: Grammar fix.
 
2004-10-22 Michal Čihař <michal@cihar.com>
* db_details_structure.php: Use "Structure" instead of "Properties" for
link to table structure.
* db_operations.php, lang/*: We switch to database here. not table.
* lang/*: strProperties is not used anywhere now.
* config.inc.php: Mention db_operations.php possibility.
* libraries/transformations/text_plain__external.inc.php: Unless admin
specifies there programs to use, it does nothing now.
 
2004-10-21 Marc Delisle <lem9@users.sourceforge.net>
* tbl_query_box.php: bug 1050691, missing parameters
 
2004-10-21 Michael Keck <mkkeck@users.sourceforge.net>
* libraries/common.lib.php: feature request #1036254
Add a link by MySQL-Error #1062 - Duplicate entry
 
2004-10-21 Michal Čihař <michal@cihar.com>
* [too many files to mention]: Cleanup of message displaying and
navigation reloading. Messages are now displayed bellow tabs (RFE
#1005511), navigation is reloaded once in header (I'm not sure whether I
choose correct version of reload code, we have several diferent, but it
seems to work well).
* tbl_properties_structure.php, libraries/common.lib.php,
libraries/display_tbl.lib.php: New function PMA_buttonOrImage to display
button or image to submit form and not to duplicate code on all places.
* tbl_addfield.php: Display tabs.
* mult_submits.inc.php, tbl_properties_structure.php: Allow index creating
on multiple fields (RFE #990136).
* db_operations.php: Duplicate create new table dialog (see RFE #808029).
* main.php: Don't display server choice here, if also in left frame (RFE
#984153).
* libraries/common.lib.php: Fix navigation reloading.
* server_databases.php: Show box for creating database here (RFE #869814).
 
2004-10-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: there was already a tip icon in our collection,
thanks to Michael Keck
 
2004-10-20 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
* tbl_relation.php: Backquote table name (bug #1050441).
* db_details_qbe.php: Backquote table name.
* libraries/display_tbl.lib.php: Comments now work for multi table selects
(bug #789647).
* server_processlist.php: Display executed SQL.
* main.php, server_common.inc.php, server_links.inc.php,
server_binlog.php, lang/*: Added support for displaying bin logs (RFE
#1011770).
* Documentation.html, config.inc.php, libraries/common.lib.php,
libraries/config_import.lib.php, libraries/auth/config.auth.lib.php,
libraries/auth/cookie.auth.lib.php: Allow simple blocking of root login
(RFE #1012971), show just Access denied in case we denied it.
* db_operations.php, db_details_links.php, db_details_structure.php:
Separate operations from structure (RFE #808029).
* tbl_move_copy.php: Remove unused PMA_myHandler().
* lang/*, libraries/tbl_move_copy.php, libraries/export/sql.php,
db_operations.php, tbl_move_copy.php: Implemented database copying (RFE
#996730), this forced separating code for copying tables.
 
2004-10-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/database_interface.lib.php: bug #1041667, correctly
check the server version instead of the client API version
* tbl_change.php, libraries/common.lib.php, lang/*: new function
PMA_showHint($message), new $strUseTabKey,
new light bulb image (temporary)
* server_privileges.php: bug #916117, PMA_showHint($strEscapeWildcards)
 
2004-10-19 Michal Čihař <michal@cihar.com>
* export.php: Use just \n for SQL exports (bug #1042521).
* libraries/read_dump.lib.php: Set correct return value (bug #1048861).
* sql.php: Fix undefined index.
* libraries/sqlparser.lib.php: Return raw query in case of error (bug
#1048826).
* main.php, queryframe.php: Handle correctly situation with no default
server (bug #1049107).
* tbl_create.php, libraries/common.lib.php: 0 as field name causes
problems (bug #1042235).
* read_dump.php, server_privileges.php, server_status.php, sql.php: Work
better in ANSI mode (bug #816858).
* lang/czech: Reordered some words.
* libraries/select_server.lib.php: Clickable active server in left frame
(RFE # 1044678).
* db_details_structure.php, tbl_move_copy.php, libraries/common.lib.php:
Fix left frame reloading after dropping table (bug #1034531).
* config.inc.php, libraries/config_import.lib.php: Offer UNIX_TIMESTAMP
also for numeric fields.
* tbl_replace.php: UNIX_TIMESTAMP can take optional parameter (bug
#1039193).
* server_privileges.php: Make non-js checkall work also for adding new
user (bug #1028055).
* libraries/zip.lib.php: Drop unneed part of header which causes troubles
to some programs (bug #1037737).
* index.php: Add frame spacing (RFE #1036013).
* libraries/db_table_exists.lib.php: Allow work on temporary tables (bug
#864984).
 
2004-10-17 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to boralioglu.
* lang/estonian: Update thanks to Alvar Soome - finsoft.
 
2004-10-16 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: support for compressed protocol
and CLIENT_LOCAL_FILES in mysqli
 
2004-10-15 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php: new way to define font path,
needed with the new fpdf library; also now output inline,
I find it faster this way, please tell me if you prefer
the old dialog method and why.
* tbl_change.php: bug #1038401, tabbing from value to value
* sql.php: detect this case:
SELECT DISTINCT x AS foo, y AS bar FROM sometable
and count rows correctly (in MySQL 3),
thanks to Matthias Pigulla (mp@webfactory.de)
* server_privileges.php: cosmetic: title for Edit privileges
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/italian: Updates, thanks to Pietro Danesi
* lang/norwegian: Update, thanks to Sven-Erik Andersen
 
2004-10-13 Michal Čihař <michal@cihar.com>
* libraries/fpdf/fpdf.php: Updated to 1.52.
 
2004-10-13 Alexander M. Turek <me@derrabus.de>
* Documentation.html: Mike Beck's e-mail address has changed.
 
2004-10-13 Michal Čihař <michal@cihar.com>
* lang/sync_lang.sh: Do not overwrite utf-8 files in some cases.
* lang/czech: Fix some translations.
* libraries/transformations/text_plain__external.inc.php: Handle better
backslash.
* themes/*/img/*.gif: Remove unused gif images.
 
2004-10-12 Alexander M. Turek <me@derrabus.de>
* db_search.php, tbl_select.php, libraries/database_interface.lib.php:
- bug #1033388 (Illegal mix of collations for converted strings),
- don't convert if column charset and connection charset match.
* main.php, libraries/select_lang.lib.php,
libraries/auth/cookie.auth.lib.php: Automatically select Traditional
Chinese for users with a Hong Kong locale (zh-hk), as discussed in the
translations tracker (#1036528).
* lang/sync_lang.sh: Base charset for German is now UTF-8.
* lang/german-*.inc.php: Updates.
 
2004-10-12 Michal Čihař <michal@cihar.com>
* sql.php: Don't try to require sql.php with parameters, rather redirect
to it.
* libraries/transformations.lib.php: Strip slashes to behave like
documentation says.
* libraries/transformations/text_plain__external.inc.php: Escape special
shell chars to avoid their interpretation (bug #1044864).
 
2004-10-11 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: typos and XHTML validity, thanks to Cedric Corazza
* libraries/export/sql.php: bug #1039639: under mysqli, some field types
were wrongly exported as binary
* libraries/sqlparser.lib.php, /display_tbl.lib.php: bug #967610, double
column sort with JOIN
 
2004-10-11 Michal Čihař <michal@cihar.com>
* tbl_query_box.php: Don't try to replace %t and %f when table name is empty.
* libraries/export/sql.php: Convert end of line chars we get from MySQL
(bug #1042521).
 
2004-10-08 Garvin Hicking <pma@supergarv.de>
* lots of files: Adjusted superfluous spaces, added
more CSS-ID attributes for better themeability.
 
2004-10-04 Michal Čihař <michal@cihar.com>
* tbl_query_box.php: Reenabled %f substitution.
 
2004-10-02 Marc Delisle <lem9@users.sourceforge.net>
* tbl_alter.php: field structure changes not applied (CVS version only)
* export.php: bug #1038804, insufficient space to save
 
2004-09-30 Marc Delisle <lem9@users.sourceforge.net>
* tbl_addfield.php: bug #1037744 (CVS version only): cannot add a field
* tbl_create.php: cannot create a new table (CVS version only)
 
2004-09-29 Marc Delisle <lem9@users.sourceforge.net>
* sql.php, libraries/common.lib.php: bug #1036678, incorrect appending
of LIMIT to queries, and bug #1037004, UPDATE statement not showing
* tbl_properties_operations.php: bug #1035524, cannot add comments to table
 
2004-09-29 Michal Čihař <michal@cihar.com>
* tbl_addfield.php, tbl_create.php, tbl_properties.inc.php, lang/*: Better
wording when adding fields (bug #991096).
* tbl_query_box.php, lang/*: Not translated text (bug #1010656).
* themes.php, lang/*: Not translated text (bug #1016610).
* tbl_properties_structure.php: Use also $strAddFields (as suggested by
Marc).
 
2004-09-28 Alexander M. Turek <me@derrabus.de>
* libraries/dbi/mysql.dbi.lib.php: Compatibility fix for php < 4.3
(bug #1033360), thanks to Claude Theroux.
* lang/chinese_traditional-*.inc.php: Updates, thanks to Siu Sun.
* lang/dutch-*.inc.php: Updates, thanks to Ivo Teel.
* lang/persian-*.inc.php: Added missing $timespanfmt variable.
 
2004-09-27 Marc Delisle <lem9@users.sourceforge.net>
### 2.6.0 released
 
2004-09-26 Marc Delisle <lem9@users.sourceforge.net>
* read_dump.php: improvements in detection and reload
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
 
2004-09-25 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
* lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
 
2004-09-24 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: following the fix for bug #978930, the added LIMIT was
not displayed anymore
* read_dump.php: bug #1033133, left frame not reloaded after dump read
* db_datadict.php: bug #1034299, error in SHOW KEYS for data dict
* read_dump.php: bug #1034216 open_basedir and file upload,
thanks to Dominique Rousseau - domi
 
2004-09-24 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Fixed export of '0' string (bug #1033869).
 
2004-09-23 Marc Delisle <lem9@users.sourceforge.net>
* all themes: item_ltr.png and item_rtl.png: new solid arrow
that looks better, thanks to Efim Shuvikov
 
2004-09-23 Michal Čihař <michal@cihar.com>
* themes.php, css/phpmyadmin.css.php, libraries/common.lib.php: Do not
prepend $cfg['ThemePath'] with another './'.
 
2004-09-22 Alexander M. Turek <me@derrabus.de>
* config.inc.php, libraries/config_import.lib.php: Added "./" to the
default value of $cfg['ThemePath']. Thanks to Donny Simonton for
pointing this out.
* lang/chinese_simplified-*.inc.php: Updates, thanks to Simon (simon2san).
* lang/italian-*.inc.php: Updates, thanks to Pietro Danesi and "Vincenzo".
* lang/persian-*.inc.php: Updates, thanks to Parham Ghaffarian.
 
2004-09-22 Marc Delisle <lem9@users.sourceforge.net>
* tbl_query_box.php, read_dump.php: bug #1032066: when no db was
selected from the left panel, the query window's Import Files had
no submit button; also, read_dump always tried a PMA_select_db($db)
even if $db was empty
 
2004-09-22 Michal Čihař <michal@cihar.com>
* lang/czech: Update.
* lang/sync_lang.sh: Default to iconv, as it doesn't break some
translations as recode does.
* lang/japanese-euc.inc.php: Don't allow recoding for this one.
 
2004-09-22 Alexander M. Turek <me@derrabus.de>
* lang/turkish-*.inc.php: Update, thanks to boralioglu.
* lang/sync_lang.sh: Switched turkish base charset to UTF-8.
 
2004-09-21 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysql.dbi.lib.php: typo, thanks to Matthias Pigulla
### 2.6.0-rc3 released
 
2004-09-21 Alexander M. Turek <me@derrabus.de>
* db_details.php, read_dump.php, tbl_query_box.php: Allow import of
non-UTF-8 SQL dumps. Thanks to Marc for the initial patch.
FIXME: The current solution breaks the display of the executed queries.
* lang/*.inc.php, libraries/mysql_charsets.lib.php: Made
PMA_getCollationDescr() recognize the new Persian collations that will be
included in MySQL 4.1.5.
 
2004-09-20 Marc Delisle <lem9@users.sourceforge.net>
* read_dump.php, libraries/read_dump.lib.php: bug #1030644,
error importing when last table exported was empty
* libraries/dbi/mysql.dbi.lib.php: tell the client library to use
CLIENT_LOCAL_FILES (flag 128), thanks to Matthias Pigulla
 
2004-09-20 Michal Čihař <michal@cihar.com>
* Documentation.html: Add info about theme generations.
 
2004-09-19 Alexander M. Turek <me@derrabus.de>
* Documentation.html: Clarification.
 
2004-09-19 Marc Delisle <lem9@users.sourceforge.net>
* lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
 
2004-09-18 Marc Delisle <lem9@users.sourceforge.net>
* lang/russian updated, thanks to "nobody"
* lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
 
2004-09-16 Marc Delisle <lem9@users.sourceforge.net>
* config.inc.php, Documentation.html: clarifications about QueryFrame
* queryframe.php: bug #1027321, drop-down databases list keeps focus,
thanks to Michael Keck
 
2004-09-16 Garvin Hicking <me@supergarv.de>
* libraries/display_export.lib.php: Bug #1010752 - Remove space
before <label> to be consistent throughout the panel.
 
2004-09-15 Garvin Hicking <me@supergarv.de>
* browse_foreigners.php, libraries/functions.js, tbl_select.php:
Fixed foreign key browser window to also work from within
Search-subpanel.
 
2004-09-14 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: stay on the form when passwords don't match
(after the js alert)
* left.php: bug #1006514, top left frame does not load in Safari 1.2.3,
workaround thanks to Ryan Schmidt
 
2004-09-14 Michal Čihař <michal@cihar.com>
* themes.php, libraries/common.lib.php, libraries/defines.lib.php,
libraries/select_theme.lib.php, themes/darkblue_orange/info.inc.php,
themes/original/info.inc.php: Better theme version check (bug #1023029).
* libraries/auth/cookie.auth.lib.php: Remember database when using cookie
login (bug #1027873).
 
2004-09-13 Garvin Hicking <me@supergarv.de>
* browse_foreigners.php: bug #1027204 - paging did not
work in foreigner browsing window.
 
2004-09-12 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug #988723, sql error when ordering by count( * )
 
2004-09-11 Marc Delisle <lem9@users.sourceforge.net>
* lang/dutch: small update
* lang/chinese_simplified: updated, thanks to Simon - simon2san
* server_privileges.php: bug #1003238, cannot manipulate a username
like "example@nothost" where the "@" is part of the username
 
2004-09-10 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: grammar.
 
2004-09-09 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug #1022338: clarify about needed chown -R
on the scripts (otherwise, problems in PHP safe mode)
* tbl_change.php: bug #1024434, undefined sql_query when clicking
on Insert tab from the Insert textfile sub-page
 
2004-09-07 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug #992211, wrong parameters to
PMA_generate_common_hidden_inputs(), thanks to Ryan Schmidt
 
2004-09-07 Michal Čihař <michal@cihar.com>
* calendar.php: Minimal common.lib.php doesn't fix absolute path, so use
full one (bug #1023444).
 
2004-09-07 Alexander M. Turek <me@derrabus.de>
* main.php: Typo.
* libraries/sqlparser.data.php: Added keyword "SESSION".
 
2004-09-06 Marc Delisle <lem9@users.sourceforge.net>
### 2.6.0-rc2 released
 
2004-09-05 Marc Delisle <lem9@users.sourceforge.net>
* ldi_table.php: bug #1010652, wrong label,
thanks to Ryan Schmidt - ryandesign for the patch
 
2004-09-05 Alexander M. Turek <me@derrabus.de>
* libraries/sqlparser.data.php: Parser support for SHOW STORAGE ENGINES and
SHOW TABLE TYPES.
* tbl_create.php: Use default tab.
* tbl_properties.inc.php: Don't offer the BINARY field attribute in
MySQL 4.1.
* main.php: Check the privileges of the anonymous user, too.
 
2004-09-05 Michal Čihař <michal@cihar.com>
* Documentation.html: Add information about theme versions and names.
 
2004-09-04 Alexander M. Turek <me@derrabus.de>
* tbl_select.php: No quotes were added when querying (VAR)BINARY fields.
* db_search.php, tbl_select.php: Made search independant from the
connection charset.
 
2004-09-04 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug #899430: left frame problem when lower_case_table_names==2
* libraries/database_interface.lib.php: bug #1009791: now remove non-UTF-8
choices from the drop-down (in main) for MySQL 4.1.x
* Documentation.html: added some missing variables and new FAQ 2.7
about using and creating themes
 
2004-09-03 Marc Delisle <lem9@users.sourceforge.net>
* main.php, server_privileges.php, libraries/common.lib.php:
replace charset introducers by CONVERT USING,
to support servers where the mysql.* tables are not in latin1
* libraries/database_interface.lib.php: do not add BINARY and VARBINARY
twice in the drop-down list of field types
 
2004-09-03 Alexander M. Turek <me@derrabus.de>
* Documentation.html: Typos; added a note about the deprecated MySQL
versions 4.1.0 and 4.1.1.
 
2004-09-03 Michal Čihař <michal@cihar.com>
* libraries/string.lib.php: Encoding tis-620 is not multibyte (bug
#1013787).
* libraries/display_export.lib.php: Updated texts to fit Excel 2003
behaviour (bug #1018457).
* main.php, themes.php: Escape theme names (bug #1016608).
* lang/hebrew-utf-8.inc.php, lang/sync_lang.sh,
libraries/select_lang.lib.php: Hebrew now also has utf-8 version.
 
2004-09-01 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php: bug #939531: when people upgrade
phpMyAdmin on the same directory, the previous cookie pma_cookie_username
was used but produced an Undefined offset in blowfish.php, because
on previous PMA versions it was not encoded the same way. Now this old
cookie is not used. Users have to reenter their username (not a big
impact IMO)
 
2004-09-01 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Fix empty BLOB export (bug #1020052).
 
2004-08-29 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: bug #1007870, illegal mix of collations
for operation UNION
 
2004-08-28 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, tbl_properties.inc.php,
libraries/sqlparser.data.php, /database_interface.lib.php:
support for VARBINARY and BINARY field types
 
2004-08-27 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php, libraries/display_tbl.lib.php: bug #1016997,
wrong db name generated in SHOW KEYS
 
2004-08-26 Marc Delisle <lem9@users.sourceforge.net>
* index.php, libraries/common.lib.php: bug #1006011: now we save
the chosen connection collation into a cookie
* lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
* lang/hebrew, turkish: bug 1016609: <br> tags
 
2004-08-25 Michal Čihař <michal@cihar.com>
* main.php: Don't show port after verbose name (bug #1013401).
 
2004-08-23 Michal Čihař <michal@cihar.com>
* scripts/create-release.sh: Support for snapshots outside sourceforge.
* libraries/export/sql.php: Fix exporting of TIMESTAMP (bug #1013730).
 
2004-08-22 Michal Čihař <michal@cihar.com>
* sql.php: Don't unset $sql_limit_to_append, we need it later (bug
#978930, found by Marc).
 
2004-08-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
* lang/estonian: Update thanks to Alvar Soome - finsoft.
* lang/chinese_simplified: updated, thanks to Simon - simon2san
* lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* lang/thai: Updated, thanks to Arthit Suriyawongkul.
 
2004-08-21 Marc Delisle <lem9@users.sourceforge.net>
* themes/darkblue_orange/img/logo_left.php: transparent version,
thanks to Michael Keck
* db_datadict.php, tbl_printview.php, transformation_wrapper.php:
commands out of sync
* tbl_indexes.php: optimize: remove unneeded row count
* libraries/display_tbl.lib.php: foreign key tooltip not displaying
in mysqli
* tbl_replace.php: could not upload a binary field in mysqli
* libraries/transformations.lib.php: could not change MIME type, etc
in mysqli
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
 
2004-08-19 Marc Delisle <lem9@users.sourceforge.net>
* lang/*: bug 1009667: do not spell Ms Excel but MS Excel
 
2004-08-19 Michal Čihař <michal@cihar.com>
* read_dump.php: Fixed one case of reload detection (I forgot to update
second regexp on 2004-08-16) (bug #1011479).
 
2004-08-17 Michal Čihař <michal@cihar.com>
* sql.php: Work with $display_query only if set (Marc spotted this out).
* libraries/display_export.lib.php: No options text should not be bold red
(bug #1010759).
 
2004-08-17 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php, config.inc.php, libraries/config_import.lib.php,
libraries/common.lib.php: bug #983735: move search operators to
config file, and set "LIKE" as default operator instead of "LIKE %...%",
for performance reasons
 
2004-08-16 Alexander M. Turek <me@derrabus.de>
* libraries/relation.lib.php: Fixed some collation problems with the
relational tables (bug #995359).
 
2004-08-16 Marc Delisle <lem9@users.sourceforge.net>
* all .../theme_right_css.php: bug #1009661, typo,
thanks to Ryan Schmidt (ryandesign)
 
2004-08-16 Michal Čihař <michal@cihar.com>
* read_dump.php: Fix handling of comments -- and # (bug #1009494).
* libraries/relation.lib.php: Fix typo, CONVERT is for MySQL >= 4.1 and
not for MySQL >= 4.0.
* sql.php, libraries/common.lib.php: Better appending of LIMIT (bug
#978930).
 
2004-08-15 Marc Delisle <lem9@users.sourceforge.net>
(Patches from Michael Keck)
* left.php, queryframe.php, themes.php: bug #1005479: was using
a hardcoded charset
* themes/.../themes_left.css, /themes_right.css: new style for
better vertical alignment
 
2004-08-13 Michal Čihař <michal@cihar.com>
* libraries/read_dump.lib.php: Fix possible undefined index (bug
#1008232).
* scripts/create-release.sh: Rename config.default to config.default.php.
 
2004-08-12 Michal Čihař <michal@cihar.com>
* db_details_structure.php: Inconsistency of drop/empty links (bug
#989705).
* tbl_addfield.php, tbl_properties.inc.php, tbl_properties_structure.php:
Change look of adding fields into table (bug #991095).
* many files: I again did some XHTML validation, so removed few of most
obvious errors, but there are still many, mostly missing alt attributtes
for images and wrongly nested tags.
* left.php, queryframe.php: Replace htmlentities with htmlspecialchars
(bug #1008002).
* libraries/config_import.lib.php: Remove compatibility code for colors.
* lang/czech: Improved message.\
* main.php, themes.php, libraries/common.lib.php,
libraries/defines.lib.php, libraries/select_theme.lib.php,
themes/darkblue_orange/info.inc.php, themes/original/info.inc.php:
Implemeted versioning and naming for themes (RFEs #991642 and #991645).
* left.php: Use always natsort and not natcasesort in one case, it caused
inconsistency (bug #1008120).
 
2004-08-11 Michal Čihař <michal@cihar.com>
* tbl_replace.php: Do not empty protected values (bug #1006812).
* libraries/display_tbl.lib.php: Wrong parameters for PMA_DBI_free_result
(bug #1007287).
* tbl_indexes.php, libraries/display_tbl.lib.php: Fix grabing indexes with
MYSQLI_USE_RESULT (bug #1007286).
 
2004-08-10 Michal Čihař <michal@cihar.com>
* libraries/tbl_change.js: Forcibily use 10 as base for parsed numbers,
otherwise accidentally octal numbers are expected (part of bug
#1005865).
 
2004-08-09 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to Bora Alioglu
* libraries/get_foreign.lib.php: bug 1005826, problem with foreign key
dropdowns, thanks to Joerg Klein (j0erch) for the fix
 
2004-08-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php:
bug 1005414, undefined offset when no display field has been defined;
bug 1004546, sort error in dropdown list of foreign values;
incorrect result was freed
* libraries/relation.lib.php: use natural order sort according to config
* db_details_structure.php, pdf_pages.php, pdf_schema.php: make it work
with mysqli extension
* scripts/upgrade_tables_mysql_4_1_2+.sql: new script to upgrade pmadb
on MySQL 4.1.2
* libraries/bookmark.lib.php: bug (mysqli)
* tbl_query_box.php: field list does not show (mysqli)
* libraries/sqlparser.lib.php: cannot copy a table structure (MySQL 4.1.x)
### 2.6.0-rc1 released
 
2004-08-08 Michal Čihař <michal@cihar.com>
* calendar.php: Include correct stylesheet (bug #1005421).
 
2004-08-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to Bora Alioglu
* lang/slovak: Updated, thanks to Lubos Klokner (erkac)
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/dutch: bug 1000683, backslash typo
* libraries/mysql_charsets.lib.php: bug 1005120, duplicated line
 
2004-08-06 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_operations.php: bug 1004523, now display table options
according to the possibilities of the table types
 
2004-08-06 Michal Čihař <michal@cihar.com>
* tbl_change.php: Do not free result, we need it later.
* tbl_relation.php: Some functions do not take parameters (bug #1000021).
 
2004-08-05 Marc Delisle <lem9@users.sourceforge.net>
(Patches from Michael Keck)
* index.php: names and ids for framesets in the noscript section
* updated themes screenshots
* left.php: bug 998698, db dropdown refresh
(me)
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/japanese: updated, thanks to Tadashi Jokagi (elf2000)
 
2004-08-03 Marc Delisle <lem9@users.sourceforge.net>
(Patches from Michael Keck)
* libraries/display_tbl.lib.php: bug 993694, clicking on last record
button reaches a page where the current page number is not the last one
* main.php: - removed bug with hashform.hash
- removed id for input field 'new_database', because it may be
too large for the one lined create db form
- bug #980232 'Javascript error on index page'
* db_details_common.php: removed bug with hashform.hash
* index.php: - given names and ids for framesets, please see below 'queryframe.php'
* queryframe.php - javascript function for dynamic resizing the rows
in the left frameset 'leftFrameset'.
(bugs: #993648, #989581, #988897)
 
2004-08-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/database_interface.lib.php, /select_lang.lib.php:
bug 968174: now, in MySQL 4.1.0+ we auto-switch the language to
the corresponding -UTF-8 version (if it exists); also, now
the default language is the non-UTF-8 one
 
2004-08-02 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Removed unused code.
 
2004-08-01 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, libraries/relation.lib.php: bug 1001159, Commands
out of sync on Insert
* tbl_move_copy.php: bug 995098, cannot copy table data only
* libraries/dbi/mysqli.dbi.lib.php: use faster AND comparison for flags,
as suggested by Michal
* libraries/export/sql.php: workaround for datetime export because
mysqli under MySQL 4.1.3 reports a datetime as binary
 
2004-07-31 Alexander M. Turek <me@derrabus.de>
* tbl_change.php, tbl_replace.php, libraries/relation.lib.php: Small
optimizations, freed some results (thanks to Marc for the one in
tbl_replace.php).
* lang/sync_lang.sh: Updated sync script for the new names of the chinese
language files.
 
2004-07-30 Alexander M. Turek <me@derrabus.de>
* lang/chinese_*.inc.php, libraries/select_lang.lib.php: More consistant
naming for the chinese language files.
 
2004-07-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/hungarian: updates, thanks to Peter Bakondy
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
 
2004-07-29 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser*.php: bug 965026, support of GROUP_CONCAT()
 
2004-07-28 Michal Čihař <michal@cihar.com>
* tbl_properties_structure.php: Allow to create primary key when there was
none before (bug #996246).
 
2004-07-27 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser*.php: bug 981343,
cannot copy a table with a timestamp (MySQL 4.1.2)
 
2004-07-25 Marc Delisle <lem9@users.sourceforge.net>
* main.php, libraries/common.lib.php: bug 997682:
illegal mix of collations
* server_privileges.php: same bug
FIXME: check privileges for a db
 
2004-07-23 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: take into account the new script to
create tables for the infrastructure
 
2004-07-23 Alexander M. Turek <me@derrabus.de>
* config.inc.php, libraries/config_import.lib.php,
libraries/select_lang.lib.php: Made phpMyAdmin aware that there is a
charset called gbk.
 
2004-07-20 Marc Delisle <lem9@users.sourceforge.net>
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* lang/catalan update, thanks to Xavier Navarro (xavin).
 
2004-07-20 Alexander M. Turek <me@derrabus.de>
* Documentation.html: added note about php5.
 
2004-07-18 Marc Delisle <lem9@users.sourceforge.net>
* main.php: doc link for connection collation
 
2004-07-17 Alexander M. Turek <me@derrabus.de>
* libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
moved redundant post-connect code into database_interface.lib.php.
* libraries/url_generating.lib.php: Added ability to skip certain hidden
input fields.
* libraries/database_interface.lib.php: Added new function for retreiving
MySQL variables.
* libraries/mysql_charsets.lib.php: Added optional onchange-submit feature
to collation dropdown box.
* main.php, lang/*.inc.php, libraries/database_interface.lib.php,
libraries/url_generating.lib.php: The user may now choose his connection
character set. This should fix bug #984912.
WARNING: The pmadb needs to be converted to UTF-8 now!
TODO: Handle non-UTF-8 pmadb more nicely.
 
2004-07-16 Marc Delisle <lem9@users.sourceforge.net>
* index.php: left frame display problems under IE
 
2004-07-16 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Remove code for old MySQL version, do not
store query, better handle various end of lines (probably bug #979635).
 
2004-07-15 Alexander M. Turek <me@derrabus.de>
* scripts/create_tables.old.sql, scripts/create_tables.sql: Force UTF-8
for PMA database in MySQL 4.1 and above.
TODO: - Update docs
- Add conversion code to the docs
- add charset checks to pmadb validation code
* main.php: bug #991887.
* server_databases.php: Add database collations to statistics.
* lang/german-*.inc.php: Grammar.
 
2004-07-15 Michal Čihař <michal@cihar.com>
* tbl_properties_export.php: Fix export of queries with empty WHERE clause
(bug #990330).
* libraries/display_export.lib.php: Display SQL export after saving file
on server (bug #989657).
* tbl_properties_export.php: In case we don't need to reconstruct complete
query just drop LIMIT part (workaround for bug #955175 and should fix
bug #990724).
* libraries/export/sql.php: Fix export of '0' strings (bug #990398).
 
2004-07-15 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug 990959, undefined index for DATETIME
field (problem in UTF-8 only!)
* main.php: bug 984136: other fix for RTL and logo
 
2004-07-14 Marc Delisle <lem9@users.sourceforge.net>
* index.php, libraries/common.lib.php: bug 989581 and left panel
display problems when switching themes
* tbl_relation.php: bug 978111, out of sync in Relation view
(note: we need to use the PMA_DBI_QUERY_STORE option in a mysqli query
when we later do a PMA_DBI_num_rows() on the results)
 
2004-07-13 Michal Čihař <michal@cihar.com>
* lang/czech: Updated.
 
2004-07-13 Alexander M. Turek <me@derrabus.de>
* libraries/dbi/mysqli.dbi.lib.php: avoid php errors if result set is
FALSE.
* libraries/mysql_charsets.lib.php, lang/*.inc.php: Updated collation
definitions for MySQL 4.1.3 and 4.1.4.
* lang/german-*.inc.php: Updates.
* db_details_db_info.php: Fixed a few "out of sync" errors.
* Documentation.html: removed a pre-php-4.1 note.
 
2004-07-12 Marc Delisle <lem9@users.sourceforge.net>
* all themes/colors.inc.php, libraries/common.lib.php,
config.inc.php, Documentation.html: rename colors.inc.php to
layout.inc.php, thanks to Garvin for the suggestion
 
2004-07-10 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
 
2004-07-09 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug 981793, cross-window update message when inserting
a record and fetching a value from the browse foreigners window,
thanks to Michael Keck
 
2004-07-08 Marc Delisle <lem9@users.sourceforge.net>
* db_details_qbe.php: undefined offset and undefined variable
 
2004-07-07 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug 984136, wrong alignment in RTL languages
* lang/arabic-utf-8, lang/sync_lang.sh: bug 984176, wrong encoding
for arabic UTF-8. sync with --iconv works.
* tbl_relation.php: use PMA_DBI_try_query() to be able to catch the
missing index error (InnoDB) and give appropriate advice
 
2004-07-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/export/xls.php: enable user to specify './tmp' as the
TempDir -- use realpath() to find the complete path. Add error trap
in case OLE cannot write to directory. Add setTempDir() to enable OLE
write in this directory.
* Documentation.html: document the TempDir creation and PHP safe mode
issues with PEAR
 
2004-07-05 Marc Delisle <lem9@users.sourceforge.net>
* footer.inc.php, index.php, queryframe.php: bug 981939, database
selection in left frame under Opera, and problems with dropdown
in left frame when many databases are there (original theme),
thanks to Michael Keck
* header.inc.php: bug 965594: spaces after colons, and remove old code
* libraries/sqlparser.lib.php: bug 983992, error in search mode because
MySQL 4.0.18+ has changed the way to report the foreign key references
when the foreign key is in a different db
 
2004-07-02 Marc Delisle <lem9@users.sourceforge.net>
* main.php: put Create button on the same line as the input field
 
2004-07-01 Michal Čihař <michal@cihar.com>
* lang/czech: Updated.
 
2004-07-01 Marc Delisle <lem9@users.sourceforge.net>
* queryframe.php: improve XHTML
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* lang/dutch: Update thanks to Ivo Teel - calimonk.
 
2004-06-30 Marc Delisle <lem9@users.sourceforge.net>
* left.php: fix against security alert, thanks to Garvin
* Documentation.html: FAQ 8.2 for security alert
* config.inc.php, lang/*, libraries/display_export.lib.php,
libraries/config_import.lib.php, libraries/common.lib.php,
libraries/export/sql.php: bug 981359: now the hexadecimal encoding
of binary fields is optional, because there are fields marked binary
that have text contents, like mysql.user
### 2.5.7-pl1 released
 
2004-06-30 Alexander M. Turek <me@derrabus.de>
* libraries/common.lib.php: Fix against $_REQUEST['cfg'] exploits.
 
2004-06-29 Michal Čihař <michal@cihar.com>
* lang/check_lang.sh: Checks for diffstat presence.
 
2004-06-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak: Updated, thanks to Lubos Klokner (erkac)
### 2.6.0-beta2 released
 
 
2004-06-27 Michal Čihař <michal@cihar.com>
* lang/*: Make all export choices look simmilar ('drop table' -> DROP
TABLE), removed unused strings (there vere MANY!), fixed some czech
texts.
* scripts/find_unused_messages.sh: New script to find unused messages in
translations.
 
2004-06-27 Marc Delisle <lem9@users.sourceforge.net>
* tbl_query_box.php: bug #975382, fields list on a non-existing table
 
2004-06-27 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/dbi/mysql.dbi.lib.php: bug #980594.
 
2004-06-26 Marc Delisle <lem9@users.sourceforge.net>
* lang/hungarian: updates, thanks to Peter Bakondy
 
2004-06-25 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* main.php: js error when switching theme, thanks to Michael Keck
 
2004-06-25 Michal Čihař <michal@cihar.com>
* main.php, libraries/select_lang.lib.php: Remember selected charset in
cookie.
* libraries/display_export.lib.php: Add back key checking disabling.
* libraries/export/sql.php: Brand new CREATE query rewriter from LinuxTag,
fixes bug #979635.
* read_dump.php: Lets handle better comments, current detection still
doesn't work with comments inside checked SQL commands, but I thing
checking these would be overhead (bug #978114).
 
2004-06-25 Alexander M. Turek <rabus@users.sourceforge.net>
* queryframe.php: Undefined index errors.
* footer.inc.php: bug #979610.
* server_privileges.php: bug #979596 (granting privileges doesn't take
wildcards in account).
* lang/catalan-*.inc.php: Updates, thanks to Xavier Navarro (xavin).
* lang/german-*.inc.php: Updates.
 
2004-06-24 Marc Delisle <lem9@users.sourceforge.net>
* left.php, config.inc.php, Documentation.html,
libraries/config_import.lib.php + common.lib.php, all colors.inc.php:
$cfg['LeftPointerEnable']
* db_details_structure.php, server_variables.php,
tbl_properties_structure.php, config.inc.php, Documentation.html,
libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php,
all colors.inc.php:
$cfg['BrowsePointerEnable']
* db_details_structure.php, tbl_properties_structure.php, config.inc.php,
Documentation.html, all colors.inc.php,
libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php:
$cfg['BrowseMarkerEnable']
* themes/.../img/logo_left.png + logo_right.png: new logo,
thanks to Michael Keck (mkkeck)
* index.php: compute queryframe_height from image size, thanks to
Michael Keck
* footer.inc.php: sync left frame when choosing a db from server_databases,
thanks to Michael Keck
* export.php: no longer auto-select the textarea containing exported data
* queryframe.php: bug #977790, missing library,
thanks to Anthony Parsons (anthony.parsons at manx.net)
* footer.inc.php: sync left-frame dropdown for databases when the
number of tables changes, thanks to Michael Keck
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
### 2.6.0-beta1 released
 
2004-06-24 Alexander M. Turek <me@derrabus.de>
* libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is
called although no error occured.
 
2004-06-24 Michal Čihař <michal@cihar.com>
* main.php, changelog.php: Add headers to ChangeLog display.
* scripts/create_tables.sql: Add IF EXISTS.
* libraries/read_dump.lib.php: Ignore comments for SQL splitting,
otherwise unmatched quotes cause problems (bug #978113).
* libraries/common.lib.php: Use read_dump.php instead of sql.php for
links, otherwise we'll fail on commas.
* read_dump.php, libraries/read_dump.lib.php: Show last SELECT result also
when there are comments behind last query.
 
2004-06-23 Marc Delisle <lem9@users.sourceforge.net>
* many files: remove references to older /images, and
erase /images contents
 
2004-06-22 Marc Delisle <lem9@users.sourceforge.net>
* config.inc.php, themes/.../colors.inc.php: remove color-related
parameters from config.inc.php, and non-color-related from colors.inc.php
* config.inc.php, libraries/common.lib.php, libraries/config_import.lib.php:
missing parameter for the Refresh link feature
 
2004-06-22 Michal Čihař <michal@cihar.com>
* libraries/relation.lib.php: Fix possible error on non existant pma db.
 
2004-06-20 Marc Delisle <lem9@users.sourceforge.net>
* themes.php: use standard headers. A iso-8859-1 charset was hardcoded
in this script, but it's better to use libraries/header_http.inc.php
 
2004-06-18 Marc Delisle <lem9@users.sourceforge.net>
* themes/original/img/item*.png, themes/original/css/theme_right.css.php,
libraries/common.lib.php, libraries/display_export.lib.php,
db_details_structure.php, tbl_select.php:
fix IE font size problem, redesign search and export pages,
thanks to Michael Keck (mkkeck)
* libraries/string.lib.php: bug #975290, wrong internal encoding
for hebrew, thanks to Moshe Bergman (moshe_be)
 
2004-06-17 Alexander M. Turek <me@derrabus.de>
* libraries/dbi/mysql.dbi.php: Removed debug code.
* libraries/dbi/mysqli.dbi.php: If connecting fails, we don't know the
MySQL version.
 
2004-06-17 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: fix "original" theme colors
* db_details_structure.php: cosmetic fix in error message
* tbl_properties_structure.php, tbl_relation.php:
enable Relation view for InnoDB, even if the internal
relational infrastructure is not available
* libraries/common.lib.php: undefined $unparsed_sql when fmtType=='none'
* config.inc.php: clarify MainPageIconic comments
 
2004-06-16 Marc Delisle <lem9@users.sourceforge.net>
Changes, thanks to Michael Keck (mkkeck):
* libraries/auth/config.auth.lib.php + http.auth.lib.php:
style for error messages
* main.php, themes.php, libraries/select_theme.lib.php,
css/phpmyadmin.css.php, themes/original/img + css:
put original theme under the same structure as darkblue_orange
 
2004-06-16 Michal Čihař <michal@cihar.com>
* header.inc.php: Use rather _SERVER than GLOBALS, should fix bug #973602.
 
2004-06-15 Marc Delisle <lem9@users.sourceforge.net>
* queryframe.php: undefined $cfgRelation, thanks to Michael Keck (mkkeck)
* export.php, sql.php, db_details_importdocsql.php, ldi_check.php,
tbl_replace.php, libraries/common.lib.php,
libraries/transformations.lib.php: new function PMA_securePATH()
* main.php, tbl_properties_structure.php: theme "none" should be "original",
thanks to Michael Keck (mkkeck)
* left.php, tbl_properties.inc.php, librairies/common.lib.php:
missing title tags
 
2004-06-15 Michal Čihař <michal@cihar.com>
* lang/czech: Updated.
* config.inc.php, libraries/config_import.lib.php,
libraries/common.lib.php: Support for SHA1 function (RFE #971703).
* queryframe.php: Do not show <hr /> when no logo is shown.
* main.php: Generate hidden inputs nicely.
* main.php, libraries/common.lib.php, libraries/select_theme.lib.php: Use
pma_theme as cookie name, default theme to some reasonable value to
avoid undefined variables all around the code.
* main.php, lang/*: strSelectTheme is IMHO not needed.
* Documentation.html, config.inc.php, index.php, left.php, main.php,
queryframe.php, libraries/config_import.lib.php,
libraries/select_server.lib.php: Use same code for all server selection,
possibly display server links also in right frame, show server links in
query frame when possible.
* libraries/display_export.lib.php: Fix broken choice switching.
* tbl_change.php: Fix wrong path to image.
* tbl_properties_operations.php: Define sort order for sorting tables
(RFE #971314).
* libraries/common.lib.php: On error show edit link with table context if
possible.
 
2004-06-15 Alexander M. Turek <me@derrabus.de>
* libraries/config_import.lib.php: The default settings should be merged.
 
2004-06-14 Marc Delisle <lem9@users.sourceforge.net>
Changes, thanks to Michael Keck (mkkeck):
* images/b_tblops.png, themes/darkblue_orange/img/b_tblops.png: new icon
* both themes: new screen.png reflecting current logo
* db_details_structure.php: improve background image in error section
* main.php: $theme='none' no longer a possible choice
* open.php: permits access to message strings in theme manager
* themes/index.php: new calling
My changes:
* libraries/common.lib.php: proper revision check
* libraries/select_theme.lib.php: remove unneeded counter, and fix
undefined $PHP_SELF
* libraries/dbi/mysql.dbi.lib.php: errors on mysql_errno() when the
login is invalid
 
2004-06-13 Marc Delisle <lem9@users.sourceforge.net>
* many files: redesign part 3, thanks to Michael Keck (mkkeck).
New /themes structure for Theme management
TODO: code improvement, access to /lang from themes/index.php,
possible logo change
 
2004-06-11 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
 
2004-06-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/config.auth.lib.php, libraries/dbi/mysql.dbi.lib.php,
libraries/dbi/mysql.dbi.lib.php,
lang/*: bug 968089: catch error when server is not responding
and show an appropriate message
* left.php: undefined variable
 
2004-06-09 Alexander M. Turek <me@derrabus.de>
### 2.5.7 released from MAINT_2_5 branch.
 
2004-06-08 Michal Čihař <michal@cihar.com>
* config.inc.php, lang/*, libraries/common.lib.php,
libraries/config_import.lib.php, libraries/display_export.lib.php,
libraries/export/sql.php: Add FOREIGN_KEY_CHECKS=0 to export (RFE
#966038).
 
2004-06-08 Alexander M. Turek <me@derrabus.de>
* libraries/common.lib.php: backwards compatibility.
* config.inc.php: typo.
 
2004-06-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysqli.dbi.lib.php: omit last parameter when calling
mysqli_connect() to enable the use of default socket
 
2004-06-07 Michal Čihař <michal@cihar.com>
* lang/czech: Updated.
* libraries/charset_conversion.lib.php: Do not convert, if charsets are
same.
* config.inc.php, export.php, lang/*, libraries/config_import.lib.php,
libraries/display_export.lib.php, libraries/export/xls.php,
Documentation.html: EXPERIMENTAL native MS Excel export support, using
PEAR module Spreadsheet_Excel_Writer (RFE #968110).
* Documentation.html: Described older config.inc.php support (RFE
#968177).
 
2004-06-07 Alexander M. Turek <me@derrabus.de>
* css/phpmyadmin.css.php: beautifications.
* server_databases.php, server_privileges.php, css/phpmyadmin.css.php:
Enabled new icons for privileges administration (patch #947190).
* lang/*.inc.php, libraries/mysql_charsets.lib.php: The new collation page
latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
correctly.
* lang/german-*.inc.php: Updates.
* scripts/create-release.sh: Create backup config file (RFE #968177).
 
2004-06-06 Garvin Hicking <me@supergarv.de>
* libraries/display_tbl.lib.php, libraries/functions.js,
css/phpmyadmin.css.php: Further fixing of broken vertical
column highlighting; empty repeated header cells are now <th>, not
<td>. Adjusted CSS to not change visual display of those.
* (same files): Optimized unneccessary preg_replace.
 
2004-06-04 Michal Čihař <michal@cihar.com>
* libraries/read_dump.lib.php: Do not strip comments here.
* libraries/sqlparser.lib.php: Handle correctly all MySQL comments (-- can
be followed with any control char) (patch #965106).
* lang/danish: Updated, thanks to AlleyKat - dk_alleykat.
 
2004-06-04 Garvin Hicking <me@supergarv.de>
* Bug #959320: Broken row highlighting in vertical
browsing mode fixed. The pointer will now highlight
columns as expected and unmark the row after unclicking.
 
2004-06-03 Alexander M. Turek <me@derrabus.de>
* header.inc.php: Undefined variable.
 
2004-06-03 Michal Čihař <michal@cihar.com>
* db_details_links.php, header.inc.php, server_links.inc.php,
tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
heading (RFE #965542).
* libraries/common.lib.php: Add drop class also to td (RFE #946540).
* db_details.php, db_details_structure.php, css/phpmyadmin.css.php: CSSize
error messages.
* header.inc.php: Remove spaces before colons (bug #965594).
* lang/*, libraries/common.lib.php: Remove spaces from strServer,
strDatabase (needed for above fix).
* libraries/config_import.lib.php: Do not override
$cfg['ShowHttpHostTitle'].
* config.inc.php, css/phpmyadmin.css.php, libraries/config_import.lib.php:
Can disable main page icons (bug #965550).
* header.inc.php, css/phpmyadmin.css.php: Use span insted of div, div is
not allowed here.
* tbl_query_box.php: Fix default query generating.
 
2004-06-02 Alexander M. Turek <happybirthdaytome@derrabus.de>
* db_details_db_info.php, tbl_properties_tbl_info.php: Table type is called
"Engine" in MySQL 4.1.2 (bug #964011).
 
2004-05-31 Marc Delisle <lem9@users.sourceforge.net>
* header.inc.php: bug #963414, when PropertiesIconic was false,
the code did not define the icon variables. Also, remove hardcoded
'Server' string
* pdf_schema.php: bug #915735, dictionary cropped in landscape letter
 
2004-05-30 Michal Čihař <michal@cihar.com>
* libraries/display_tbl.lib.php: Return back to browsing after editing
row.
 
2004-05-29 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug #956828, deleting last row gives an error. I could not
find a case where we need the line I just removed, which was
causing the bug.
* tbl_properties.inc.php: missing statement group {}, was causing
the display of part of the changing amount of columns dialog
when editing a field structure
 
2004-05-28 Michal Čihař <michal@cihar.com>
* libraries/display_tbl.lib.php: Decrease limit for query truncating (see
comments in bug #951744).
* Documentation.html, config.inc.php, tbl_query_box.php: Default query can
contain field names (RFE #948590, patch #961726).
 
2004-05-26 Michal Čihař <michal@cihar.com>
* lang/norwegian: Update, thanks to Sven-Erik Andersen - sven-erik.
* lang/estonian: Update thanks to Alvar Soome - finsoft.
* lang/indonesian: Update thanks to Rachim Tamsjadi - tamsy.
* lang/dutch: Update thanks to Ivo Teel - calimonk.
* lang/german-utf-8: Remove duplicated string.
* lang/*: Remove allow_recoding from non utf-8 translations.
* tbl_properties.inc.php, tbl_properties_operations.php: PMA_DBI_num_rows
is not needed and does not work with MYSQL_USE_RESULT (bug #952162).
 
2004-05-26 Alexander M. Turek <me@derrabus.de>
* translators.html: Linked to Indonesian translator's SF page instead of
his email address.
 
2004-05-25 Michal Čihař <michal@cihar.com>
* main.php, libraries/select_lang.lib.php: Use pma_lang cookie instead of
just lang.
* libraries/select_lang.lib.php: Fix language dialects detection (based on
patch #958994).
 
2004-05-23 Garvin Hicking <pma@supergarv.de>
* db_details.php: Fixed broken file upload since redesign-patch.
 
2004-05-20 Michal Čihař <michal@cihar.com>
* many files: Little code reorganistaion (RFE #957308), removed some
remaining php3 compatibility code in SQL parser.
 
2004-05-20 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php: set contents page (first page)'s orientation
to the same asked for the data dictionary
 
2004-05-19 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php: bug 956137, undefined $data: on the search page,
PMA_foreignDropdown() must be called with no current value for
the data
 
2004-05-19 Michal Čihař <michal@cihar.com>
* libraries/auth/cookie.auth.lib.php: Show login form in top frame.
 
2004-05-16 Alexander M. Turek <me@derrabus.de>
* db_details.php, db_details_structure.php, sql.php, tbl_indexes.php,
tbl_properties_structure.php, tbl_query_box.php,
images/b_dbstatistics.png, images/b_tbloptimize.png,
images/b_useradd.png, images/b_usercheck.png, images/b_userdrop.png,
images/b_useredit, libraries/display_tbl.lib.php,
libraries/display_tbl_links.lib.php:
Patch #947190 (Redesign) - Part 2, thanks to Michael Keck (mkkeck).
* libraries/functions.js: Bugfix for (un)check all features if
$cfg['ModifyAtLeft'] and $cfg['ModifyAtRight'] are enabled both, thanks
to Michael Keck (mkkeck).
* Documentation.html: Let's use a hyperlink instead of referring to the
chapter, as the chaper numbers might change.
 
2004-05-14 Michal Čihař <michal@cihar.com>
* libraries/auth/cookie.auth.lib.php: Use one cookie set for each server,
not just one global (patch #952917, bug #687009).
 
2004-05-13 Michal Čihař <michal@cihar.com>
* libraries/export/sql.php: Minor optimalisations.
* sql.php, tbl_replace.php, libraries/display_tbl.lib.php: Use same code
for generating INSERT and UPDATE queries (also fixes bug #953250).
* tbl_replace_fields.php: When field is not set, it is not set :-) (bug
#953295).
* tbl_change.php: Repeat Go button every 15 rows globally and not per
record.
* tbl_change.php, libraries/tbl_change.js: Uncheck Ignore checkbox for
inserting when multiple inserts after changing value (RFE #749733).
* header.inc.php: Simplified title generating.
* lang/czech: Fixed untranslated word (translation #952551).
* scripts/create_tables.sql: Cleaned up description, regenerated dump.
* tbl_row_delete.php: Highlight correct tab for multi row editing/export.
* tbl_properties_export.php: Generate better query for multi row export.
* tbl_row_delete.php, lang/*: Handle situation, where user didn't select
anything, display DROP query on better place (bellow tabs).
* libraries/common.lib.php: Show refresh link only for SELECT and SHOW
queries.
* main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
* libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
a broken comment (bug #905066).
* db_details_structure.php: Fixed colspan.
* tbl_properties_table_info.php: Do not fail on broken table.
 
2004-05-12 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: bug #951143, undefined $header_url_qry
 
2004-05-11 Marc Delisle <lem9@users.sourceforge.net>
* tbl_replace.php, tbl_indexes.php, sql.php, db_details_common.php,
libraries/db_table_exists.php: use PMA_sendHeaderLocation()
 
2004-05-11 Michal Čihař <michal@cihar.com>
* libraries/sqlparser.lib.php: Modified pretty printer to display nicer
queries generated by our db search.
* db_search.php: Do not generate search query to include all fields, just
SELECT * is enough.
* libraries/display_tbl.lib.php: Use shorter query for edit/delete if
original one is too long (bug #951744).
 
2004-05-10 Marc Delisle <lem9@users.sourceforge.net>
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* left.php: commit for Garvin: fix for wrong group expanding (group
name containing foreign characters)
 
2004-05-10 Michal Čihař <michal@cihar.com>
* libraries/dbi/mysql.dbi.lib.php: Fix PMA_DBI_field_name, fixes also bug
#951226.
 
2004-05-10 Garvin Hicking <pma@supergarv.de>
* db_details_structure.php, tbl_properties_structure.php: Fixed
row-selection Javascript for Internet Explorer.
 
2004-05-09 Garvin Hicking <pma@supergarv.de>
* main.php, css/phpmyadmin.css.php: Corrected <form> position
to XHTML compliance. Introduced "nospace" class.
 
2004-05-09 Michal Čihař <michal@cihar.com>
* lang/czech: Updated.
* tbl_properties_operations.php: Fixed documentation link.
 
2004-05-09 Alexander M. Turek <me@derrabus.de>
* db_datadict.php: Patch #950726 (minor CSS fixes) thanks to
Adam Shantz (musus).
* lang/german-*.inc.php: Updates.
* db_details_structure.php, main.php:
- coding standards;
- removed debug code.
 
2004-05-09 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_operations.php, lang/*: InnoDB table defragmentation
 
2004-05-08 Alexander M. Turek <me@derrabus.de>
* config.inc.php, db_details_structure.php, Documentation.html,
header.inc.php, left.php, main.php, images/*, libraries/common.lib.php,
libraries/config_import.lib.php:
Patch #947190 (Redesign) - Part 1, thanks to Michael Keck (mkkeck).
 
2004-05-07 Alexander M. Turek <me@derrabus.de>
* calendar.php: Added missing CVS-ID-Tag.
 
2004-05-07 Marc Delisle <lem9@users.sourceforge.net>
### 2.6.0-alpha2 released
 
2004-05-07 Garvin Hicking <pma@supergarv.de>
* db_details_db_info.php: When $cfg['ShowTooltipAliasTB'] is set to
'nested', the displayed table names should always be the real names,
not the table comments.
* libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
librarries/functions.js: RFE #856208 - Show (un)check all boxes
for query results.
* tbl_create.php, tbl_addfield.php, tbl_properties.inc.php:
RFE #949594 - Allow changing amount of columns for adding fields/
creating table (without losing previous data)
 
2004-05-07 Alexander M. Turek <me@derrabus.de>
* README: Updated copyright as discussed a couple of days ago.
 
2004-05-06 Garvin Hicking <pma@supergarv.de>
* libraries/display_tbl.lib.php: Bug #949087 - Fixed JS error for
mousepointer hovering on rows w/o checkboxes.
 
2004-05-05 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php: patch #939197, new choice of operator LIKE %...%
because this syntax is so often used, thanks to Ruben Barkow (rubo77)
 
2004-05-05 Garvin Hicking <pma@supergarv.de>
* db_details_db_info.php, db_details_structure.php, left.php: Speed
up table fetching when using $cfg['ShowTooltips']. Allow to only
see the grouped/nested tables in properties panel when clicking on
a table group on the left frame.
* db_details_structure.php: If JS is enabled, take away <label> link
functionality because of onmousedown-handler duplicating this
effect.
* tbl_properties_structure.php: RFE #947467 - coloured mousecursor
for column overview.
 
2004-05-05 Michal Cihar <michal@cihar.com>
* config.inc.php, tbl_change.php, tbl_replace.php,
libraries/common.lib.php, libraries/config_import.lib.php: Support for
insert multiple rows at once (RFE #749733).
* scripts/extchg.sh, scripts/inno2pma.sh: Removed unneeded scripts.
 
2004-05-04 Michal Cihar <michal@cihar.com>
* libraries/sqlparser.data.php: Add ENGINE to reserved words (used instead
of TYPE in MySQL 4.1.1).
* libraries/export/sql.php: Fix handling of multi column foreign keys (bug
#946861).
 
2004-05-04 Garvin Hicking <pma@supergarv.de>
* db_details_structure.php: RFE #947467 - Made coloured Mousecursor
available in tables overview, clicking on a cell in the table
selects the checkbox next to it.
* Documentation.html, config.inc.php, left.php: Use NaturalOrder
for Non-Light left frame. Introduce new option 'nested' for
$cfg['ShowTooltipAliasTB']. With this set Aliases are used for
virtual nested grouping, but for the tablename itself the tablename
will be show, not the Alias.
 
2004-05-03 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Clarification.
 
2004-05-03 Michal Cihar <michal@cihar.com>
* querywindow.php: Fix javascript error (bug #946823).
* tbl_query_box.php: Stray <li> (bug #946530).
* querywindow.php, tbl_query_box.php: A bit more XHTML validity.
* css/phpmyadmin.css.php, libraries/common.lib.php: Make tabs CSS styled
(RFE #946540).
* db_details.php, tbl_change.php, tbl_query_box.php,
css/phpmyadmin.css.php: Get rid of wrap="virtual" to achieve more XHTML
validity.
* libraries/common.lib.php, lang/*: Add Refresh link (RFE #942110).
* sql.php, libraries/display_tbl.lib.php: Export only SELECT queries, do
not show multi row actions when no checkboxes shown.
 
2004-05-03 Garvin Hicking <pma@supergarv.de>
* lang/german* - Translation
* left.php: Bug #946501 - Nested table now also work with aliased
tablenames.
* config.inc.php, libraries/config_import.lib.php, querywindow.php,
footer.inc.php, Documentation.html: Removed obsolete
QueryFrameDebug configuration directive
* tbl_row_delete.php: Multi Row edit/delete: Fixed wrong switch
structure to take previous settings into account.
 
2004-05-02 Michal Cihar <michal@cihar.com>
* tbl_change.php: Unclosed tag written by javascript (bug #945905).
 
2004-04-30 Michal Cihar <michal@cihar.com>
* libraries/auth/cookie.auth.lib.php: Do not double frames on login (bug
#944870).
 
2004-04-29 Garvin Hicking <pma@supergarv.de>
* db_details_structure.php: Bug #942362 - Colspan off by one
* left.php: Modified js function to fit typecasting of Safari
* browse_foreigners.php: Bug #928328 - Use correct urlencoding() of
the primary key reference.
 
2004-04-29 Marc Delisle <lem9@users.sourceforge.net>
* scripts/create-release.sh: keep only one previous version in cvs-prev
* lang/estonian: Updated, thanks to Alvar Soome (finsoft).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/slovenian update, thanks to Kositer Uros
* libraries/common.lib.php: patch #859034, better BLOB comparison
 
2004-04-29 Michal Cihar <michal@cihar.com>
* libraries/display_tbl.lib.php, libraries/sqlparser.lib.php,
libraries/string.lib.php, libraries/dbi/mysql.dbi.lib.php: SQL parser
now correctly works with multibyte strings (bug #936161).
* libraries/dbi/mysql.dbi.lib.php: Do not break TEXT fields (bug #860160).
* libraries/display_tbl.lib.php: Show if BLOB is null (RFE #941528).
* tbl_properties_structure.php: Forgotten </nobr> -> </div>.
* libraries/display_tbl.lib.php: Fixed class="nobr" -> class="nowrap".
 
2004-04-28 Michal Cihar <michal@cihar.com>
* css/phpmyadmin.css.php: Force <button> to be displayed inline.
* libraries/common.lib.php: When only_db matches no database, do not show
any (bug #943626).
* css/phpmyadmin.css.php: Not .nowrap, but div.nowrap should have zero
margin/padding.
* server_privileges.php: No ugly message when editing privileges for
non-existant database (bug #942357).
 
2004-04-28 Garvin Hicking <pma@supergarv.de>
* left.php, main.php, server_databases.php, common.lib.php,
db_details_common.php: Bug #942296 - Safari can't handle
location.replace() redirects correctly
* libraries/tbl_change.js: Restrict calendar to maximum values for
days/hours/minutes/seconds.
* tbl_change.php: Bug #913600 - Made tabindex/id of multi-edit table
unique.
* left.php, libraries/left.js: Fixed unneeded spacing between items
and wrong collapsing in nested mode (Bug #943140). Removed
some debugging non-xhtml tags.
* css/phpmyadmin.css.php: Added zero margin/padding to nowrap element
for compatibility to the good old nobr-tag
 
2004-04-27 Michal Cihar <michal@cihar.com>
* calendar.php, libraries/tbl_change.js: Don't reset clock when moving in
calendar.
* Almost everything: Be valid XHTML 1.0 (probably still not completely),
lists items now have padding, so no more magins and <br />'s inside of
them are needed.
* main.php, css/phpmyadmin.css.php: Main page now uses lists instead of
nested tables.
* libraries/display_tbl.lib.php: Sort query generating now uses parsed
query (bug #885497).
 
2004-04-27 Garvin Hicking <pma@supergarv.de>
* libraries/display_tbl.lib.php: Bug #942392 - Wrapping sort order
link in a way that the image always belongs to the last word
* libraries/display_tbl.lib.php: RFE #867284 - Click on result row
to mark the checkbox.
* tbl_select.php: RFE #940194 - Add REGEXP to table search options
* read_dump.php: Bug #925913 - Uploading with UploadDir/open_basedir
fails.
* querywindow.php: Bug #942395 - Missing space
* libraries/display_tbl.lib.php: Bug #942362 - Colspan of results
table off by one.
* db_datadict.php: Bug #942359 - Data dictionary had wrong <div>-
count. Replace h1 with h2 for consitency
* libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356,
missing localization for multi-row edit/delete/export feature.
* footer.inc.php: Fixed bug #942316 - Consistent window layout for
query window.
* left.php: Fixed bug #942374 - Undefined indizes in left frame
for light mode. Improved performance. Fixed tab-formatted code and
adjusted to coding guidelines.
* read_dump.php: Fixed bug #942390 - When entering a "USE database"
query together with multiple other queries, the db was reset to
the first one.
 
2004-04-26 Marc Delisle <lem9@users.sourceforge.net>
* config.inc.php, left.php, Documentation.html,
libraries/config_import.lib.php, libraries/common.lib.php:
$cfg['LeftDisplayServersList'] to display the server choice as links,
thanks to Cal Henderson
 
2004-04-26 Michal Cihar <michal@cihar.com>
* libraries/string.lib.php: mb_* functions don't know some windows-*
charsets (bug #940638).
* tbl_indexes.php: Remove print_r (bug #942383).
 
2004-04-22 Michal Cihar <michal@cihar.com>
* libraries/export/sql.php: Invalid SQL on empty table export (bug
#939918).
 
2004-04-21 Marc Delisle <lem9@users.sourceforge.net>
### 2.6.0-alpha1 released
* (after the release) user_password.php: undefined offset in blowfish.php
 
2004-04-20 Alexander M. Turek <me@derrabus.de>
* Documentation.html, README:
- The MySQL 4.1 support is not experimental anymore;
- Updated credits.
* server_privileges.php: Fixed an error that occured when trying to add
privileges to non-existant tables.
 
2004-04-20 Marc Delisle <lem9@users.sourceforge.net>
* libraries/tbl_change.js: was always returning current day
 
2004-04-20 Michal Cihar <michal@cihar.com>
* libraries/tbl_change.js, css/phpmyadmin.css.php: Added time editing to
calendar.
 
2004-04-19 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Clarification.
* config.inc.php, Documentation.html, libraries/config_import.lib.php:
Updated path to MySQL's searchable online documentation.
* ChangeLog: Recoded to UTF-8.
* server_privileges.php: Illegal mix of collations.
* libraries/dbi/*.dbi.lib.php: Don't touch character_set_connection
(bug #902414). This should fix many "Illegal mix of collations" errors.
 
2004-04-19 Marcel Tschopp <ne0x@users.sourceforge.net>
* libraries/export/sql.php, libraries/export/latex.php: Fixed a few
mysqli-specific export-bugs
 
2004-04-19 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug 780516: capitalizing keywords: we no longer
put the formatted query into $sql_query, due to better pattern matching
 
2004-04-19 Michal Cihar <michal@cihar.com>
* libraries/tbl_change.js: Better return value formatting.
* Documentation.html: Mentioned header and footer customization.
 
2004-04-18 Michal Cihar <michal@cihar.com>
* libraries/tbl_change.js: Fixed calendar behaviour for DATE fields.
* libraries/auth/cookie.auth.lib.php: Fix LoginCookieValidity behaviour.
* libraries/tbl_change.js, tbl_change.php: Add support for DATETIME.
 
2004-04-18 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Updates.
* server_privileges.php:
- $url_query was not visible in function scope;
- Hotfix to avoid "MySQL out of sync" errors.
* libraries/dbi/*.dbi.lib.php: Allow the $link argument of
PMA_DBI_affected_rows() to be left out.
 
2004-04-17 Marc Delisle <lem9@users.sourceforge.net>
* libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
 
2004-04-17 Alexander M. Turek <me@derrabus.de>
* db_create.php, db_details_structure.php, db_details_common.php, main.php,
tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
tbl_properties_operations.php, tbl_properties_structure.php,
tbl_properties_table_info.php, libraries/mysql_charsets.lib.php:
Added ability to set / alter collations for databases, tables and fields.
* tbl_alter.php: Charset information got lost when changing fields.
* libraries/common.lib.php, libraries/mysql_wrappers.lib.php:
Removed mysql_wrappers library.
 
2004-04-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/french update
* scripts/create-release.sh: daily snapshots
 
2004-04-16 Michal Cihar <michal@cihar.com>
* libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
exports (RFE #859815).
* images/button_export.png: At least some export icon.
* libraries/display_tbl.lib.php: Fix image sizes.
* calendar.php, tbl_change.php, css/phpmyadmin.css.php,
images/button_calendar.png, libraries/tbl_change.js, lang/*: Pop-up
calendar for date fields (RFE #880647).
 
2004-04-15 Marc Delisle <lem9@users.sourceforge.net>
* ldi_table.php: allow longer field terminator (was 2 now 4);
for example, to load a file where each line represents one field
and the end of line is \r\n
 
2004-04-15 Michal Cihar <michal@cihar.com>
* tbl_properties_export.php, tbl_row_delete.php,
libraries/display_tbl.lib.php: Support for exporting selected rows (RFE
#927554).
* libraries/auth/cookie.auth.lib.php: Fix possible undefined variable use.
* libraries/display_tbl.lib.php: Convert charset for column fields (thanks
to Marc for noticing this).
 
2004-04-15 Olivier Mueller <om@omnis.ch>
* left.php: RFE #859208, Logout button in left frame
 
2004-04-14 Michal Cihar <michal@cihar.com>
* lang/czech: Updated.
* tbl_select.php: Fixed undefined variable warning.
* libraries/common.lib.php, libraries/display_tbl.lib.php,
libraries/export/sql.php: Really support export of UPDATE queries (bug
#914237), condition generation used from previous implementation in
display_tbl.lib.php and moved to common.lib.php.
* config.inc.php, export.php, lang/*, libraries/common.lib.php,
libraries/config_import.lib.php, libraries/display_export.lib.php,
libraries/export/*: Support for enclosing SQL export in transaction (RFE
#930827).
* libraries/export/csv.php: Do not strip export too much (bug #913988).
* libraries/export/xml.php: Use PMA_DBI_fetch_row and drop PHP 3
compatibility code.
 
2004-04-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: bug 930445 when PMA_table_info not defined,
thanks to Philippe Jausions (jausions)
* Documentation.html: new faq links and cleanup, thanks to Cédric Corazza
* tbl_replace.php, libraries/defines.lib.php, /common.lib.php:
bug 898484, IIS crash: do not use header('Location: ')
 
2004-04-12 Marcel Tschopp <marcel.tschopp@gmx.net>
* left.php, tbl_properties_structure.php, libraries/mysql_charsets.lib.php,
libraries/relation.lib.php: Changed some queries to use
MYSQLI_STORE_RESULT.
 
2004-04-10 Marcel Tschopp <marcel.tschopp@gmx.net>
* db_datadict.php, db_details_db_info.php, db_details_qbe.php,
db_details_structure.php, db_printview.php, left.php, main.php,
pdf_pages.php, read_dump.php, server_privileges.php, sql.php,
tbl_change.php, tbl_indexes.php, tbl_properties_structure.php,
tbl_relation.php, tbl_select.php, libraries/database_interface.lib.php,
libraries/db_table_exists.lib.php, libraries/mysql_charsets.lib.php,
libraries/relation.lib.php, libraries/dbi/mysqli.dbi.lib.php:
Changed some queries to use MYSQLI_STORE_RESULT. phpMyAdmin now works
with MYSQLI_USE_RESULT as default.
* libraries/display_tbl.lib.php: Use PMA_DBI_fetch_row instead of
PMA_DBI_fetch_array.
 
2004-04-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php, lang/*: feature 788608: new features for Search:
DISTINCT, IS NULL, IS NOT NULL, NOT LIKE, multiple select for ENUM,
and column title is now Operator, thanks to Philippe Jausions (jausions)
 
2004-04-08 Marcel Tschopp <marcel.tschopp@gmx.net>
* phpinfo.php, tbl_relation.php, libraries/display_tbl.lib.php
libraries/mysql_wrappers.lib.php, libraries/dbi/mysql.dbi.lib.php
libraries/dbi/mysqli.dbi.lib.php, libraries/export/*.php:
phpMyAdmin should now be fully compatible with the new mysqli
extension. All extension specific functions are wrapped now.
* libraries/dbi/mysqli.dbi.lib.php: code optimizations
* tbl_replace.php: bug 926986, "multi-edit: updates completely ignored",
thanks to Wandering Zombie (wanderingzombie).
 
2004-04-07 Marcel Tschopp <marcel.tschopp@gmx.net>
* multi_submits.inc.php, lang/german: bug 930714, wrong spelling and
query display. Thanks to Daniel Marschall (blackdrake)
 
2004-04-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, bug 931034, big numbers data entry,
thanks to Dmitry (yrtimd)
* tbl_row_delete.php, libraries/display_tbl.lib.php: bug 921939,
problem with multi-row delete and quotes in WHERE clause,
thanks to Ryan Schmidt (ryandesign)
 
2004-04-06 Marc Delisle <lem9@users.sourceforge.net>
* main.php, complete the fix for bug 922054
 
2004-04-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/malay: updated, thanks to nobody
* lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
 
2004-04-03 Olivier Mueller <om@omnis.ch>
* server_privileges.php, libraries/server_privileges.js: added
(un)checkall links to the "Global privileges" edition form.
Todo: make it work even if JS is disabled + local links
for the "Data" and "Structure" checkboxes groups.
 
2004-04-02 Alexander M. Turek <me@derrabus.de>
* lang/german-*.inc.php: Fixed a typo.
 
2004-04-01 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug 922054, when there is no control user, the detection
of the grants does not take into account all cases;
thanks to Thomas ( jacob@internet24.de)
 
2004-03-30 Michal Cihar <michal@cihar.com>
* tbl_indexes.php: Use properly $cfg['PropertiesIconic'] (bug #918072).
 
2004-03-29 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: bug 923171, password error when copying a user
* server_privileges.php: bug 923227, copying a user with table privs
 
2004-03-26 Marc Delisle <lem9@users.sourceforge.net>
* left.php, db_details_structure.php, config.inc.php, Documentation.html,
libraries/common.lib.php, libraries/config_import.lib.php:
Sort database and table names in natural order,
thanks to Hoo Jia Xiong (hoojx)
 
2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
* libraries/display_tpl.lib.php, mysqli.dbi.lib.php:
Mysql4.1 specific fix in function PMA_displayTableBody() (character set
conversions).
 
2004-03-25 Marcel Tschopp <marcel.tschopp@gmx.net>
* tbl_change.php, libraries/dbi/mysql.inc.php, libraries/dbi/mysqli.inc.php:
Added wrapping function PMA_DBI_field_len.
* libraries/dbi/mysqli.inc.php: Set default value '' for parameter $link
from function PMA_DBI_insert_id().
 
2004-03-25 Michal Cihar <michal@cihar.com>
* libraries/bookmark.lib.php: Fix errors when bookmarktable does not
exists (bug #922509).
* lang/sync_lang.sh: I switched to utf-8 so default for czech is utf-8.
* lang/czech: Fixed typos and improved some texts.
 
2004-03-24 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php: bug 922553, wrong boundary check in
PMA_flipstring(), thanks to Virgile Petit (pvtc)
 
2004-03-24 Michal Cihar <michal@cihar.com>
* lang/*: Added missing "$strConnectionError" (bug #922006).
 
2004-03-23 Olivier Mueller <om@omnis.ch>
* libraries/mysql_wrappers.lib.php: added mysqli support to the
PMA_mysql_field_flags function because mysqli does not know the function
mysqli_field_flags (submitted by Marcel Tschopp - aka 'ne0x' on SF).
* libraries/dbi/mysqli.dbi.lib.php: changed default query mode from
MYSQLI_USE_RESULT to MYSQLI_STORE_RESULT in the
PMA_DBI_try_query function (ne0x)
* libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php:
Added wrapping function PMA_DBI_fetch_array() (ne0x)
* libraries/display_tbl.lib.php: PMA_displayTableBody() function now uses
the new PMA_DBI_fetch_array() function instead of
PMA_mysql_fetch_array() (ne0x)
 
2004-03-22 Michal Cihar <michal@cihar.com>
* libraries/auth/config.auth.lib.php: Set correct variable to avoid
attempting sending headers twice.
 
2004-03-22 Garvin Hicking <pma@supergarv.de>
* lang/german-*: Update
 
2004-03-18 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian: Updated, thanks to Valics Lehel.
* libraries/common.lib.php: bug 913704, delete link in db search
* libraries/sqlparser.lib.php: bug 906551, GRANT...TO: another case
 
2004-03-13 Marc Delisle <lem9@users.sourceforge.net>
* sql.php: bug 913630: did not detect correctly DELETE FROM table
and even if detected, was calling a non-existent PMA_DBI_result()
 
2004-03-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php: bug 877359, no CONSTRAINT in
SHOW CREATE TABLE on older MySQL versions
 
2004-03-10 Michal Cihar <michal@cihar.com>
* export.php: Correctly report error when export fails.
* libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php,
libraries/dbi/mysqli.dbi.lib.php: Support for unbuffered queries -
PMA_DBI_QUERY_UNBUFFERED and fix support of PMA_DBI_QUERY_STORE.
* libraries/export/*.php: Use unbuffered queries (patch #890075).
* libraries/export/sql.php, libraries/display_export.lib.php, lang/*,
config.inc.php, libraries/common.lib.php,
libraries/config_import.lib.php: Add support for INSERT IGNORE and
UPDATE IGNORE.
* config.inc.php, lang/*, libraries/common.lib.php,
libraries/config_import.lib.php, libraries/display_export.lib.php,
libraries/export/sql.php: Add support for IF NOT EXISTS in CREATE TABLE
export (RFE #913421).
* lang/czech: Updated.
* libraries/export/sql.php, lang/*: Remove some hardcoded strings.
* tbl_change.php, tbl_replace.php, lang/*: New "Go back to this page"
while editing.
* db_details_structure.php, lang/*: Implement database renaming (RFE
#792463).
* tbl_properties_operations.php: Copy table defaults to structure and data
(RFE #856517).
 
2004-03-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, libraries/display*, lang/*:
bug 887933: avoid generating a nested form, and show a warning
when user should define a primary key to get the Edit and Delete links
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
 
2004-03-09 Michal Cihar <backtowork@cihar.com>
* libraries/dbi/mysql.dbi.lib.php: Remove possible double charset
conversion.
* libraries/dbi/mysql.dbi.lib.php, libraries/dbi/mysqli.dbi.lib.php: Fix
PMA_mysql_fetch_array return value for last result (bug #905223).
* browse_foreigners.php, libraries/common.lib.php,
libraries/display_tbl.lib.php, libraries/relation.lib.php,
libraries/sqlparser.lib.php, libraries/string.lib.php,
libraries/transformations/text_plain__substr.inc.php: Use charset aware
substr and strlen functions (bugs #854755 and #910575).
* export.php: Fix buffer length counting, fix error detection (bug
#909710).
* libraries/export/latex.php: Fix undefined variable warning.
* libraries/config_import.lib.php, libraries/common.lib.php,
libraries/display_export.lib.php, libraries/export/sql.php, lang/*: Can
add custom text to SQL export headers (RFE #874361).
* config.footer.inc.php, config.header.inc.php, footer.inc.php,
header.inc.php, libraries/auth/cookie.auth.lib.php,
libraries/auth/http.auth.lib.php: Support for site configurable header
and footer (patch #893477).
 
2004-03-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php: bug 909752, floating point digit
* libraries/sqlparser.lib.php: bug 906551, GRANT...TO
 
2004-03-03 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php, tbl_replace_fields.php: bug 907510, invalid
escaping of + in ENUM
 
2004-03-01 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.6 released from branch MAINT_2_5
* libraries/common.lib.php: change Revision number to trigger execution
of compatibility module config_import.lib.php, because cookie
login does not work if LoginCookieValidity is not defined
 
2004-02-29 Alexander M. Turek <howcanisleepwithyourvoiceinmyhead@derrabus.de>
* tbl_select.php: Fixed bug #887505 (PMA does not add MySQL charsets to
WHERE clauses).
* libraries/dbi/mysql.dbi.lib.php: Yet another ungly fix concerning the
missing mysql_get_client_info() function.
 
2004-02-27 Michal Cihar <imback@cihar.com>
* config.inc.php, libraries/config_import.lib.php,
libraries/auth/cookie.auth.lib.php: Encrypted password is working only
for limited (configurable) time, user name is encrypted (RFE #902295).
 
2004-02-26 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
 
2004-02-24 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php: bug 903450, typo
* tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
called twice
 
2004-02-18 Marc Delisle <lem9@users.sourceforge.net>
* export.php: bug 899610, undefined variable $save_filename
 
2004-02-15 Alexander M. Turek <onehotminute@derrabus.de>
* libraries/select_lang.lib.php: Deactivated the code part that disables
the UTF-8 language files if $cfg['AllowAnywhereRecoding'] is set to FALSE
(bug #887183).
* lang/russian-dos-622.inc.php, lang/russian-cp-622.inc.php,
lang/snyc_lang.sh, libraries/select_lang.lib.php:
- Changed charset definition from dos-622 into cp-622. Both definitions
describe the same charset, but cp-622 is recognized better by some
browsers;
- File was broken due to some bad typos.
* lang/korean*.inc.php, lang/sync_lang.sh, libraries/select_lang.lib.php:
- Changed Korean charset to EUC-KR. The old charset is a subset of EUC-KR,
so this change shouldn't cause big problems. The support for EUC-KR is
wider and we are now able to create a Korean UTF-8 language file;
- Added korean-utf-8 translation.
* config.inc.php, libraries/config_import.lib.php: Added missing Arabic
Windows-1256 charset to the default value of $cfg['AvailableCharsets'].
* libraries/select_lang.lib.php, libraries/dbi/*.dbi.lib.php: When connected
to a MySQL 4.1 server, we now pick the MySQL charset that fits the one of
the selected language file.
* main.php:
- Removed MySQL charset selection for MySQL 4.1.
- Instead, the MySQL charset we picked is displayed.
 
2004-02-14 Alexander M. Turek <thewall@derrabus.de>
* libraries/database_interface.lib.php, libraries/dbi/*.dbi.lib.php:
Introduced options parameter for query functions.
* libraries/mysql_charsets.lib.php: Fixed a "MySQL out of sync" error.
 
2004-02-13 Alexander M. Turek <resist@derrabus.de>
* libraries/common.lib.php: Fixed bug #890186 (PMA chokes on undefined
parser functions if one of the very first queries fails.
* server_databases.php: Removed forgotten calls to mysql_wrappers.lib.
 
2004-02-11 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php: bug 818654, password not copied
* read_dump.php, libraries/display_tbl.lib.php, /bookmark.lib.php:
bug 879005: execute stored bookmarks when user is different
 
2004-02-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* lang/dutch update, thanks to Ivo Teel
* lang/catalan: Updated, thanks to Xavier Navarro (xavin)
* lang/estonian: Updated, thanks to Alvar Soome (finsoft).
 
2004-02-05 Alexander M. Turek <chaos@derrabus.de>
* Documentation.html: Added FAQ 1.17a about error message, "Client does not
support authentication protocol".
 
2004-02-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php: bug 890573 (was a typo)
 
2004-02-03 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug 879923, NULL default value of DATETIME field
 
2004-02-02 Marc Delisle <lem9@users.sourceforge.net>
* export.php: security fix, thanks to Cedric Cochin for the advisory
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).
 
2004-02-02 Alexander M. Turek <supposedformerinfatuationjunkie@derrabus.de>
* libraries/mysql_charsets.lib.php: Use PMA_backquote().
 
2004-01-31 Michal Cihar <whyisitsocold@cihar.com>
* lang/czech: Update.
 
2004-01-23 Alexander M. Turek <stormfront@derrabus.de>
* lang/german-*.inc.php: Updates.
 
2004-01-29 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan: Updated, thanks to Xavier Navarro (xavin)
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* lang/danish: updates, thanks to Finn Sorensen (alleyman01)
* lang/*, header.inc.php, db_details_links.php, sql.php,
libraries/functions.js: new stronger warning before a DROP DATABASE
 
2004-01-28 Garvin Hicking <MyDoom@supergarv.de>
* browser_foreigners, tbl_change.php, tbl_indexes.php,
tbl_properties_structure.php, tbl_relation.php, tbl_select.php,
libraries/get_foreign.lib.php, libraries/relation.lib.php:
Get rid of mysql_data_seek(). Use pre-cached PHP array for
mysqli compatibility and bandwidth saving.
 
2004-01-27 Marc Delisle <lem9@users.sourceforge.net>
* main.php: bug 884606, MySQL version check before server choice
 
2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
 
2004-01-25 Marc Delisle <lem9@users.sourceforge.net>
* tbl_row_delete.php: bug 882695, broken row highlighting
* libraries/display_tbl.lib.php: bug 879792, bad sort link
* libraries/dbi/*: PMA_DBI_num_fields()
 
2004-01-24 Marc Delisle <lem9@users.sourceforge.net>
* querywindow.php: PMA_DBI_close() instead of DBI_close()
* Documentation.html: clarify FAQ 6.21
* libraries/dbi/*: use generic $strCantLoad message
* lang/*: remove $strCantLoadMySQL message
* libraries/dbi/mysqli.dbi.lib.php: @ before connect to avoid the
display of unwanted error messages
* libraries/relation.lib.php: PMA_DBI_fetch_row() instead of fetch_assoc()
 
2004-01-23 Alexander M. Turek <foreveryoung@derrabus.de>
* header_printview.inc.php:
- Don't bypass $cfg['Server']['verbose'] settings;
- Include MySQL version in SQL printview headers.
* header.inc.php: Avoid sending headers twice.
 
2004-01-22 Alexander M. Turek <innocenteyes@derrabus.de>
* libraries/dbi/mysqli.dbi.lib.php: Experimental new MySQLi library.
* browse_foreigners.php, db_create.php, db_datadict.php,
db_details_common.php, db_details_db_info.php, db_details_qbe.php,
db_details_structure.php, db_printview.php, export.php, ldi_table.php,
left.php, main.php, mult_submits.php, pdf_pages.php, pdf_schema.php,
querywindow.php, read_dump.php, server_common.inc.php,
server_privileges.php, server_processlist.php, server_status.php,
server_variables.php, sql.php, tbl_addfield.php, tbl_alter.php,
tbl_change.php, tbl_create.php, tbl_index.php, tbl_move_copy.php,
tbl_printview.php, tbl_properties.inc.php, tbl_properties_operations.php,
tbl_properties_table_info.php, tbl_query_box.php, tbl_relation.php,
tbl_rename.php, tbl_replace.php, tbl_select.php,
transformation_wrapper.php, user_password.php, libraries/bookmark.lib.php,
libraries/common.lib.php, libraries/db_table_exists.lib.php,
libraries/display_tbl:lib.php, libraries/get_foreign.lib.php,
libraries/mysql_charsets.lib.php, libraries/relation.lib.php,
libraries/transformations.lib.php, libraries/auth/config.auth.lib.php,
libraries/auth/cookie.auth.lib.php, libraries/export/*.php:
- Removed most remaining calls to old mysql_wrappers library;
- Small optimizations and XHTML fixes.
* libraries/database_interface.lib.php, libraries/dbi/mysql.dbi.lib.php:
- Moved PMA_DBI_get_dblist() definition to database_interface.lib;
- Fixed "undefined constant" warning (bug #881637);
- Added new functions: PMA_DBI_select_db(), PMA_DBI_get_fields(),
PMA_DBI_get_fields_meta();
- Bypassing charset conversion code for MySQL >= 4.1 experimentally.
* Documentation.html: Changed my email address.
* header_printview.inc.php:
- Don't bypass $cfg['Server']['verbose'] settings;
- Include MySQL version in SQL printview headers.
* header.inc.php: Avoid sending headers twice.
 
2004-01-21 Michal Cihar <thesiswritten@cihar.com>
* lang/czech: Fixed unclear message.
 
2004-01-20 Marc Delisle <lem9@users.sourceforge.net>
* all concerned scripts: PMA_DBI_num_rows()
* all concerned scripts: PMA_DBI_free_result()
* all concerned scripts: PMA_DBI_insert_id()
* all concerned scripts: PMA_DBI_affected_rows()
 
2004-01-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php, libraries/dbi/mysql.dbi.lib.php:
PMA_DBI_get_dblist()
 
2004-01-17 Michal Cihar <argh@cihar.com>
* lang/czech: Updated.
 
2004-01-17 Alexander M. Turek <roomservice@derrabus.de>
* config.inc.php, Documentation.html, footer.inc.php, lang/*.inc.php,
libraries/common.lib.php, libraries/config_import.lib.php,
libraries/database_interface.lib.php, libraries/defines.lib.php,
libraries/defines_mysql.lib.php, libraries/mysql_wrappers.lib.php,
libraries/auth/config.auth.lib.php, libraries/auth/cookie.lib.php,
libraries/dbi/mysql.dbi.lib.php: Database abstraction.
* main.php: This script now accesses MySQL exclusivly through the new DBI
functions.
 
2004-01-14 Marc Delisle <lem9@users.sourceforge.net>
* mult_submits.inc.php: bug 876805, dropping a field with the
multi-submit mechanism removes all internal relations of a table,
patch thanks to Joosep-Georg Järvemaa (j-georg)
 
2004-01-13 Robin Johnson <robbat2@users.sourceforge.net>
* Documentation.html: Slight update to what I've done
 
2004-01-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/portuguese: Updated, thanks to Lopo Pizarro (lopopizarro).
 
2004-01-09 Alexander M. Turek <singwhenyourewinning@derrabus.de>
* libraries/sqlparser.lib.php: Support for _charset syntax.
 
2004-01-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php: bug 873236 SQL_CALC_FOUND_ROWS
 
2004-01-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php, /display_tbl_links.lib.php:
bug 857743, SHOW errors
 
2004-01-06 Alexander M. Turek <therising@derrabus.de>
* libraries/charset_conversion.lib.php: Skip charset conversion code if
input charset and output charset are the same.
 
2004-01-05 Garvin Hicking <returnofthegarv@supergarv.de>
* browse_foreigners.php, tbl_change.php: Sort key/value pairs
as discussed in RFE #868369. Made foreigner window resizable.
* libraries/functions.js: Reverted row marker patch. See RFE #867284
for details.
* libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php,
libraries/functions.js: Upon clicking on a result row, de/activate
the checkbox next to it. Only makes sense for horizontal mode. Can be
deactivated by setting BrowseMarkerColor to an empty string in config.inc.php.
 
2004-01-05 Alexander M. Turek <rumors@derrabus.de>
* tbl_properties_operations.php: Changing a table's charset changed the
charset of all fields (MySQL >= 4.1.1).
 
2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de>
* libraries/config_import.lib.php: Added missing compatibility code for
$cfg['RecodingEngine'].
 
2004-01-02 Alexander M. Turek <wecantdance@derrabus.de>
* libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
MySQL collations are now parsed and highlighted.
* libraries/export/sql.php: Include charset / collation information in db
export.
 
2004-01-02 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: bug 868996, debug code still in place,
thanks to Matthias Fichtner (mfichtner)
* browse_foreigners.php: paging does not work; obey RepeatCells=0
* libraries/display_tbl.lib.php: bug 857743, SHOW FIELDS
 
2003-12-30 Michal Cihar <happynewyer@cihar.com>
* lang/czech: Updated.
* lang/*: Fixed typo s/Chech-Slovak/Czech-Slovak/.
 
2003-12-30 Alexander M. Turek <facevalue@derrabus.de>
* config.inc.php, db_details_common.php, db_details_structure.php,
tbl_properties_operations.php, css/phpmyadmin.css.php,
libraries/common.lib.php, libraries/config_import.lib.php,
libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
- SQL parser detected the character set "binary" as column attribute;
- MySQL charsets are now parsed and highlighted - Note: the SQL parser
library now has to be included AFTER having connected to the MySQL
server;
- The default charset of a database may now be changed;
- Ensured that the user's connection is used for setting and retreiving
charset information.
* libraries/defines.lib.php: typo.
 
2003-12-30 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php: bug 867320, dropdowns in search page
 
2003-12-29 Alexander M. Turek <crazysexycool@derrabus.de>
* db_details_structure.php, libraries/mysql_charsets.lib.php:
- display database collation (MySQL >= 4.1.1);
- list collations of all tables.
* tbl_properties_strcuture, tbl_properties_table_info.php:
- Changed "Charset" label to "Collation" because it fits better;
- The column collations weren't displayed with MySQL 5.0.
* libraries/sqlparser.data.php: New reserved words:
- COLLATE (since MySQL 4.1.0);
- RETURN (since MySQL 5.0.0).
 
2003-12-28 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.5 released
 
2003-12-27 Alexander M. Turek <tragickingdom@derrabus.de>
* Documentation.html, README: I tested phpMyAdmin with MySQL 5.0.0-alpha.
 
2003-12-25 Marc Delisle <lem9@users.sourceforge.net>
* db_details_qbe.php: error when generating joins
* Documentation.html: FAQ 6.22: default bookmark execution
 
2003-12-23 Marc Delisle <lem9@users.sourceforge.net>
* css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
* db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
 
2003-12-21 Marc Delisle <lem9@users.sourceforge.net>
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
 
2003-12-18 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php: bug 860258: do not destroy foreign key references
to another db (still cannot enter via phpMyAdmin this kind of
references)
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
 
2003-12-17 Michal Cihar <ilovetranslations@cihar.com>
* lang/sync_lang.sh: Fix generation of translation, when source is in
utf-8.
* lang/chinese_big5.inc.php: Was broken due to above bug, thanks Marc for
noticing this.
 
2003-12-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
 
2003-12-15 Garvin Hicking <me@supergarv.de>
* tbl_replace.php: Check all required array indizes for multi-row edit
 
2003-12-15 Marc Delisle <lem9@users.sourceforge.net>
* read_dump.php: bug 859062: Go & Bookmark problem when the
query has a character like "+" in it
 
2003-12-13 Marc Delisle <lem9@users.sourceforge.net>
* tbl_query_box.php, ldi_table.php: maximum upload size
* tbl_change.php: max BLOB upload size
 
2003-12-12 Marc Delisle <lem9@users.sourceforge.net>
* db_details.php, libraries/common.lib.php, lang/*:
new feature to display the maximum upload size
TODO: detect if upload succeeded
 
2003-12-12 Garvin Hicking <juststayalittlebitlonger@supergarv.de>
* export.php: Fixed Regex
* transformation_wrapper.php, lang/*, libraries/display_tbl.lib.php,
libraries/transformations/application_octetstream__download.inc.php:
Added a new transformation to download blob/binary field contents
with customized filenames. Needed two minor tweeks to the general
system.
 
2003-12-11 Michal Cihar <imreallyaway@cihar.com>
* libraries/export/sql.php: Fix moving foreign key definition on Windows
(bug #851950).
 
2003-12-11 Marc Delisle <lem9@users.sourceforge.net>
* tbl_replace.php: missing number of rows for Affected rows
and Inserted rows; wrong message for insert ids
* libraries/display_tbl.lib.php: bug 857743, SHOW DATABASES
 
2003-12-11 Alexander M. Turek <bleibtallesanders@derrabus.de>
* server_collations.php, lang/*.inc.php, libraries/mysql_charsets.lib.php:
Updated character sets overview for MySQL 4.1.1.
* db_create.php, main.php: Ability to specify a default character set for a
new database.
* libraries/sqlparser.lib.php: Bug #857749.
 
2003-12-11 Garvin Hicking <me@supergarv.de>
* header_printview.inc.php: RFE #856503, show number of rows in printview
* tbl_change.php, tbl_replace.php, tbl_replace_fields.php: Fixed #857445,
#857684 where non-existant fields caused PHP notices.
* db_details.php: Removed unneccessary whitespace
* sql.php: Bug #857742: When dropping the only remaining database, an
error occured. Fixed by checking if databases remein (as suggested
by lem9)
 
2003-12-10 Garvin Hicking <me@supergarv.de>
* db_datadict.php: Bug 857186: Real fix for the problem. The '@'
delimiter slipped to the replacement's end instead of the expression's
end.
* db_details_structure.php: Bug 857315 - short open tag fixed
 
2003-12-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php: bug 854702: FORCE INDEX
* main.php: bug 851564: backquotes on the wildcard dbname
when no controluser is defined
* db_datadict.php: bug 857186: ENUMs and data dictionary,
thanks to Andrew Weiner (landreww) for the report and fix
 
2003-12-09 Garvin Hicking <embatag@supergarv.de>
* tbl_change.php: Fixed Bug #856436 (not displaying default values)
* lang/german*: Translations
* left.php: Escape single quotes in single-table cases as well
(Bug #855771)
 
2003-12-08 Marc Delisle <lem9@users.sourceforge.net>
* new language: basque, thanks to Axier Lopez (axierl@euskalerria.org)
 
2003-12-07 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.5-rc1 released
 
2003-12-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/danish: updates, thanks to Finn Sorensen (alleyman01)
 
2003-12-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug 854696: fixed a typo,
and added some isset for a new check
 
2003-12-05 Garvin Hicking <weihnachtsgarv@supergarv.de>
* libraries/transformations/text_plain__dateformat.inc.php:
Use <dfn>-Tag to display original data to not waste display
clarity by using hyperlinks. Original implementation also
failed when using customized options.
 
2003-12-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/estonian: Updated, thanks to Alvar Soome (finsoft).
* libraries/transformations/text_plain__dateformat.inc.php:
patch 845690: show real data before transformation
* left.php: bug 833790: put a workaround in place
 
2003-12-04 Garvin Hicking <grinch@supergarv.de>
* browse_foreigner.php, mult_submits.inc.php, tbl_change.php,
tbl_replace.php, tbl_replace_fields.php, tbl_row_delete,
libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
Multi row edit via checkboxes in browse mode is now available.
This means, you can edit multiple records at once now.
* tbl_row_delete.php, tbl_change.php, tbl_change.js: Fixed
(un)nullify() function
* libraries/display_tbl.lib.php, libraries/display_tbl_links.lib.php:
Made checkbox/edit/delete fields smaller
 
2003-12-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: the constant used to check
if the transformation function is included no longer exists
* libraries/transformations/: replaced "include" by "require_once"
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* lang/danish: updates, thanks to Finn Sorensen (alleyman01)
* lang/estonian: Updated, thanks to Alvar Soome (finsoft).
 
2003-11-28 Garvin Hicking <freakyfriday@supergarv.de>
* main.php: Fixed one remaining preg_match
 
2003-11-27 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: bug 816666: sort order and aliases
 
2003-11-26 Alexander M. Turek <lifeforrent@derrabus.de>
* Almost every file:
- Replaced all include / require commands by require_once where possible;
- Further php 4.1+ optimizations;
- footer.inc.php now automatically stops the script execution;
- Coding standards.
* config.inc.php: Don't include select_lang.lib.php here.
* libraries/common.lib.php: Backwards compatibility.
* libraries/common.lib.php, libraries/defines.lib.php,
libraries/defines_php.lib.php, libraries/defines_mysql.lib.php,
scripts/create-release.sh:
defines.lib.php was included twice. For optimization reasons I moved all
the code that is independent from the MySQL connection out of defines.lib
into defines_php.lib.
To point out the (new) meanings of the files I renamed defines.lib.php to
defines_mysql.lib.php while defines_php.lib.php is now known as
defines.lib.php.
 
2003-11-26 Michal Cihar <cleanerfasterbetter@cihar.com>
* lang/check_lang.sh: Cleanup.
* lang/sort_lang.sh: Cleanup.
* lang/czech: Better translated some strings.
 
2003-11-26 Marc Delisle <lem9@users.sourceforge.net>
* lang/arabic: update, thanks to Ossama Khayat (okhayat)
* lang/hindi: update, thanks to Girish Nair (girish_nair)
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
 
2003-11-25 Alexander M. Turek <jaggedlittlepill@derrabus.de>
* translators.html: Changed email of Hindi translator, again.
* badwords.txt: File is obsolete.
 
2003-11-25 Garvin Hicking <phpmyadminismyaeroplane@supergarv.de>
* db_details_qbe.php, left.php, main.php, pdf_pages.php, server_collations.php,
tbl_change.php, tbl_indexes.php, tbl_move_copy.php, tbl_relation.php,
tbl_replace.php, libraries/common.lib.php, libraries/db_config.lib.php,
libraries/display_tbl.lib.php, libraries/grab_globals.lib.php,
libraries/mysql_charsets.lib.php, libraries/select_lang.lib.php:
 
Reverted some obfuscated regular expressions to their working eregi-versions
to not break stuff. Removed unneccessary reset() calls, replaced some more
while(list()) constructs.
* libraries/transformations/overview.php, libraries/transformations/global.inc.php,
libraries/common.lib.php, libraries/display_tbl.lib.php,
libraries/transformations.lib.php3, user_password.php, tbl_change.php, sql.php,
ldi_check.php, tbl_properties.inc.php, db_details_importdocsql.php:
 
- When stored transformations have '.php3' ending, automagically assume '.php' now.
- Use 's' RegEx Pattern modifier for certain situations where '.' should also include
linebreaks.
 
2003-11-24 Alexander M. Turek <bloodsugarsexmagik@derrabus.de>
* lang/german-*.inc.php: Updates.
* lang/english-*.inc.php: Sortation.
 
2003-11-24 Marc Delisle <lem9@users.sourceforge.net>
* tbl_rename.php: give an error if the new table name has a dot
in its name, to avoid doing our automatic relation-table renames
 
2003-11-24 Michal Cihar <nijel@users.sourceforge.net>
* libraries/common.lib.php: Use preg again, it just needs a bit more
escaping of \ (once for PHP and once for PCRE).
* css/phpmyadmin.css.php: Make server selection in left frame same size as
on other places.
* main.php: One more regex escaping fix.
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/latvian: Updated, thanks to Sandis Jerics (saaa2002).
* translators.html: Updated email for Hindi translator.
 
2003-11-23 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: while (list() = each()) is not always as bad as
one might think ;-p
 
2003-11-22 Garvin Hicking <me@supergarv.de>
* ./*: More PHP3-compatibility removal, see 2003-11-20.
 
2003-11-22 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_operations.php: display "Add constraints" only
if there are foreign keys in current table
* libraries/common.lib.php: revert back to previous logic at line 1108
because of regex problem (when only_db is used)
 
2003-11-21 Marc Delisle <lem9@users.sourceforge.net>
* tbl_move_copy.php: typo about constraints
 
2003-11-21 Michal Cihar <nijel@users.sourceforge.net>
* scripts/create-release.sh: Udated information what is needed to change on
home page to currect status.
 
2003-11-20 Alexander M. Turek <rabus@users.sourceforge.net>
* server_databases.php, server_processlist.php, server_status.php,
server_variables.php: Removed some php 3 / MySQL 3.21 compatibility code.
* README: Updated requirements.
* scripts/create-release.sh: Create Documentation.txt when building the
distribution kits.
* Documentation.txt, scripts/updatedocs.sh: Romoved.
 
2003-11-20 Michal Cihar <nijel@users.sourceforge.net>
* read_dump.php: Show message about failing upload in all cases, removed
some PHP compatibility code.
* libraries/export/sql.php: More older PHP cleanup.
* tbl_move_copy.php, tbl_properties_operations.php, lang/*: Cleanup in
table moving/copying and allow to keep constraints over these
operations.
* server_databases.php: Add correct parameters to left frame to keep
server choice, language, etc. (bug #845397).
* libraries/config_import.lib.php, config.inc.php, db_details.php,
tbl_query_box.php, Documentation: Allow changing of default queries (RFE
#839168).
* Documentation.html: Valid XHTML again.
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
 
2003-11-20 Garvin Hicking <me@supergarv.de>
* libraries/auth/*, libraries/dbg/*, libraries/export/*, libraries/fpdf/*,
libraries/transformations/overview.php, libraries/*.php
(work in progress)
 
Lots of PHP < 4.1.0 / MySQL < 3.23.32 compatibility/performance changes:
- Replaced "while (list() = each())" calls by foreach loops.
- Removed PHP3-compatibility code
- Removed calls to $HTTP_*_VARS (using $_* now).
- Replaced some TAB-characters with whitespace
- Removed PHP4 < 4.1.0 compatibility code
- Removed MySQL < 3.23.32 compatibility code
- Replaced "for ($i=0; $i <= count(); $i++)" loops to
"$cnt = count(); for ($i=0; $i <= $cnt; $i++)" structures for better
performance
- Replace calls to eregi*/split functions to their preg* counterparts for
faster and binary-safe operation
- Replace regex-Calls to simple string functions where possible (speedup)
- Replace calls to substr($string, X, 1) to $string{X}
 
2003-11-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php: first group of headers was offset by
one column to the left
 
2003-11-19 Michal Cihar <nijel@users.sourceforge.net>
* lang/catalan: Updated, thanks to Xavier Navarro (xavin).
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
* lang/portuguese: Updated, thanks to António Raposo (cfmsoft).
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza).
 
2003-11-19 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/grab_globals.lib.php: Do not use $HTTP_*_VARS arrays anymore.
* Documentation.html: Modified requirements.
* server_collations.php: Replaced obsolete "while (list() = each())" calls
by foreach loops.
* server_privileges.php: Dropped some MySQL 3.21 / php 3 compatibility code.
 
2003-11-18 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php: Recognizing new 2.x config.inc.php revisions.
 
2003-11-18 Marc Delisle <lem9@users.sourceforge.net>
* lang/*: strUpgradeMySQL -> strUpgrade with one more parameter
for the product name
* main.php: new warnings for old PHP or MySQL versions
 
2003-11-18 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php: Can kill more proceses (bug #844353).
 
2003-11-18 Michal Cihar <nijel@users.sourceforge.net>
* almost EVERYTHING: The big rename from php3 to php.
 
2003-11-18 Michal Cihar <nijel@users.sourceforge.net>
* read_dump.php3: Show result of last SHOW query when multiple queries.
* scripts/create-release.sh: Generate also sizes of files, for
files.inc.php on homepage.
 
2003-11-17 Marc Delisle <lem9@users.sourceforge.net>
* lang/french: update
* lang/turkish update, thanks to Bora Alioglu
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
 
2003-11-14 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php3: bug 842053: not only TEXT but also
any ...TEXT field types can have a FULLTEXT index
 
2003-11-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php3: undefined variable dblist_full when
renaming a table
 
2003-11-13 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/sql.php3: Fix export of foreign keys (patch #834474).
* libraries/export/sql.php3, libraries/config_import.lib.php3,
libraries/common.lib.php3, libraries/display_export.lib.php3, lang/*,
config.inc.php3: Allow delayed inserts (RFE #841298).
* libraries/export/sql.php3, libraries/common.lib.php3,
libraries/config_import.lib.php3, libraries/display_export.lib.php3,
lang/*, config.inc.php3: Support for creating UPDATE and REPLACE
statements in export (RFE #838828).
* lang/remove_message.sh: Checks for parameter count.
 
2003-11-12 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/latex.php3: Fixed LaTeX output (patch #840082).
* libraries/export/latex.php3: Unique fields are bold (patch #840089).
 
2003-11-11 Garvin Hicking <antikarneval@supergarv.de>
* libraries/display_tbl.lib.php3: Added more secure checks
for each'ing on arrays built by the query analyzer. (Bug #839630)
* libraries/display_tbl.lib.php3: Fixed Bug #839834 - Colspan for
repeated headers were wrong since introduction of multi-row delete.
 
2003-11-10 Marc Delisle <lem9@users.sourceforge.net>
* scripts/extchg.sh: bug 839081: generator.sh was not converted
 
2003-11-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3, tbl_replace_fields.php3, Documentation.html:
bug 835783: now (if using PHP4) users can enter NULL in a field
and get the string NULL and not a NULL value. For a real NULL
value they must use the Null checkbox.
 
2003-11-06 Marc Delisle <lem9@users.sourceforge.net>
* New italian doc (partial) in pma_localized_docs
* lang/estonian: Updated, thanks to Alvar Soome (finsoft).
 
2003-11-06 Garvin Hicking <me@supergarv.de>
* sql.php3, libraries/display_tbl.lib.php3:
RFE #835491: Display linked values in printview. Display relation-
related features (comments, MIME-transformations) in printview.
Fix empty table rows in vertical display (kept Mozilla from displaying
borders in this printmode). Adjusted layout a tiny-weeny bit to let
the comments of a field fit the whole space.
* libraries/display_tbl.lib.php3, libraries/transformations/TEMPLATE,
Documentation.html: Propagate current MIME-type to plugin functions.
Thanks for noticing (again), Thiemo Maettig. :)
* libraries/common.lib.php3, Documentation.html, config.inc.php3:
Now use $cfg['Servers'][$i]['only_db'] to allow sorting databases in
the left frame. The '*' character can be used to
fill in all remaining characters. See Documentation for details.
RFE #830355, thanks to Xuefer for suggestions.
 
2003-11-06 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/xml.php3: Add xml header with encoding information
(bug #836630).
 
2003-11-05 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3, footer.inc.php3: Bug #831181: Do not
store queries with errors in history, also when coming from the
database SQL tab.
* libraries/common.lib.php3: Bug #835854. The MySQL-error messages
are now put inside a <code> HTML-container, not <pre>. This allows
wordwrapping to hide vertical scrollbars. Linebreak/Whitespace
formatting has been altered to preserve those.
* libraries/transformations/text_plain__dateformat.inc.php3:
Remove obsolete code, thanks to Thiemo Maettig!
* Documentation.html, libraries/display_tbl.lib.php3,
libraries/transformations/*:
The $meta field information is now passed to the transformation plugins
to allow future (and easier) usage of field information
(zerofill/unsigned/not_null/...).
 
2003-11-04 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug 833900, added known limitation in FAQ 3.10
about selecting homonyms on a table without primary key
 
2003-11-04 Garvin Hicking <me@supergarv.de>
* Documentation.html: Added known limitation about ANSI-mode
(Bug #816858)
* libraries/transformations/text_plain__dateformat.inc.php3:
Bug #835252: Now allow more timestamps. Minor modification of a patch
submitted by anonymous poster. Thanks!
 
2003-11-03 Garvin Hicking <me@supergarv.de>
* Documentation.html, tbl_row_delete.php3,
libraries/display_tbl.lib.php3:
Bug #828290: Fixed "Execute stored bookmark". Also made some minor
tweaks to make PHP-Transformations with forms working again. Added
a limitation notice on that to FAQ 3.8. Added an image to this action.
* libraries/display_tbl.lib.php3: Made multi-row delete working for
vertical browse mode. When executing a multi-row delete, keep the
last used display mode and other options.
* Documentation.html: Adjusted link to the link-section of our homepage.
Fixed typo.
 
2003-11-03 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* libraries/common.lib.php3: URI detection works with www-Sharp.Runtime
(RFE #834053).
 
2003-11-03 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Grammar.
* config.inc.php3, libraries/common.lib.php3,
libraries/config_import.lib.php3, libraries/display_export.lib.php3,
libraries/export/csv.php3, lang/*.inc.php3:
Bug #812474 (Excel v.X does not import 'CSV for Excel' exports).
 
2003-11-02 Marc Delisle <lem9@users.sourceforge.net>
* lang/arabic: big update, thanks to Ossama Khayat (okhayat)
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
 
2003-11-01 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php3: bug 826880, quotes added
 
2003-10-31 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian: Updated, thanks to Valics Lehel.
* tbl_relation.php3: add backquotes around table and field names
in queries for InnoDB foreign keys; however, in current MySQL 4.0.16
version, a blank character in a field name is not accepted by InnoDB
 
2003-10-27 Marc Delisle <lem9@users.sourceforge.net>
* querywindow.php3: bug 825668: js errors in SQL-history,
thanks to Jenik Kaspar (jenix)
 
2003-10-26 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 830437, undefined $sql_order
* querywindow.php3: bug 829737, cosmetic change: added &nbsp; for
better display in Iconic 'both' mode
 
2003-10-24 Michal Cihar <nijel@users.sourceforge.net>
* lang/lithuanian: Updated, thanks to Vilius Zigmantas (viliusz).
* lang/serbian: utf-8 translations contained no strings, regenerated.
* lang/other: Added missing strings.
* libraries/display_tbl.lib.php3: Try to show sorting by indexes only if
it makes sense (bug #829594).
 
2003-10-20 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/sql.php3: Fix undefined variable for MySQL < 3.23.20
(bug #828370).
* libraries/export/sql.php3. libraries/export/latex.php3,
libraries/display_export.lib.php3, export.php3, lang/*,
libraries/common.lib.php3, libraries/config_import.lib.php3: Allow to
supress dates in SQL dump separately.
* lang/add_message.sh: Fail if no message specified.
* lang/add_message_file.sh: Fail if no file specified.
* libraries/display_export.lib.php3: Added ugly hack to allow switching
export options in Opera (bug #828712).
* db_details_structure.php3, lang/*: Show also overhead, allow to check
all tables with overhead at once (JS only) (RFE #828090).
* footer.inc.php3: Try to update history in table only if configured so
(bug #828356).
 
2003-10-21 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php3: Patch 825672: show fields in Edit PDF scratchboard,
thanks to Chris Walsh (chriswalshaz)
* libraries/display_tbl.lib.php3: bug 826847, undefined $url_query
* tbl_relation.php3: Bug 827340: Relation view should display also
non-unique keys as possible choices for foreign keys
 
2003-10-20 Michal Cihar <nijel@users.sourceforge.net>
* Documentation, config.inc.php3, tbl_change.php3,
libraries/common.lib.php3, libraries/config_import.lib.php3: Make
default functions configurable (RFE #821271).
 
2003-10-18 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php3: bug 821512, Safari 1.0 v85.5 and fonts
* libraries/functions.js: bug 825665, scratchboard and paper size
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
### 2.5.4 released
 
2003-10-17 Marc Delisle <lem9@users.sourceforge.net>
* browse_foreigners.php3: bug 825473: PMA_jsFormat() needed on alert()
* tbl_query_box.php3, libraries/bookmark.lib.php3:
bug 824958: bookmarks not configured
 
2003-10-16 Michal Cihar <nijel@users.sourceforge.net>
* libraries/zip.lib.php3: Calculate offset progressively (patch #824122).
* scripts/convertcfg.pl: Perl in most cases lives in /usr/bin/perl.
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
* lang/persian-utf-8.inc.php3: Regenerated, was somehow broken.
* lang/sort_lang.sh: Ignores non file parameter.
* libraries/common.lib.php3: Add some more fixes for wrongly typed
$cfg['PmaAbsoluteUri'].
* Documentation: Changed my email and credits.
* libraries/defines_php.lib.php3: Output buffering is not available in
php 3 (bug #824956).
 
2003-10-15 Marc Delisle <lem9@users.sourceforge.net>
* lang/russian-windows-1251: wrong charset (bug 823939)
 
2003-10-14 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php3: bug 707516, sometimes db privileges
are not shown
 
2003-10-12 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug 821144: FAQ 6.21 needed clarification
 
2003-10-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/grab_globals.lib.php3: bug 807047, better fix
* tbl_select.php3: bug 821350: escape single quotes in table
Search page
 
2003-10-10 Marc Delisle <lem9@users.sourceforge.net>
* footer.inc.php3: bug 819036, undefined function PMA_setHistory()
 
2003-10-10 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/sql.php3: Fix PMA_getTableContentOld (bug #820932).
* left.php3: Konqueror 3 and Opera 7 works with tree view (bug #820717).
* scripts/create-release.sh: Generate MD5 sums (RFE #748415).
* Documentation, config.inc.php3, scripts/create_tables.sql: Change
default phpMyAdmin table names from PMA_* to pma_*.
 
2003-10-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/russian*: updated, thanks to Artyom Rabzonov
 
2003-10-07 Michal Cihar <nijel@users.sourceforge.net>
* Documentation: Another hint for creating primary/unique keys.
 
2003-10-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).
 
2003-10-06 Michal Cihar <nijel@users.sourceforge.net>
* tbl_replace.php3: Do not include query in redirect url if too long.
 
2003-10-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/grab_globals.lib.php3: bug 807047, protect POST variables
against cookies of the same name
* libraries/display_tbl.lib.php3: bug 816658, the multi-row delete
icon should not be displayed in all cases
 
2003-10-01 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovenian update, thanks to Kositer Uros
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* libraries/export/sql.php3: bug 815822 Undefined index/offset
* lang/turkish update, thanks to Bora Alioglu
 
2003-10-01 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html: Better link.
 
2003-09-30 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.4-rc1 released
 
2003-09-29 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* config.inc.php3, db_details_importdocsql.php3,
db_details_structure.php3, libraries/config_import.lib.php3: You now
need to explicitely enable docSQL support ($cfg['docSQLDir']), RFE
#812033.
* Documentation: Documented above and support for compressed dumps.
* db_details.php3, export.php3, ldi_check.php3, ldi_table.php3,
read_dump.php3, tbl_change.php3, tbl_query_box.php3,
tbl_replace_fields.php3: $cfg['*Dir'] don't have to end with slash.
 
2003-09-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
* new lang: bosnian, thanks to Samir Kobiljak
 
2003-09-27 Marc Delisle <lem9@users.sourceforge.net>
* tbl_row_delete.php3, mult_submits.inc.php3,
libraries/display_tbl.lib.php3, /display_tbl_links.lib.php3:
RFE 810270: multi-row delete in browse mode
* lang/catalan: Updated, thanks to Xavier Navarro (xavin).
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
 
2003-09-26 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_indexes.php3: RFE #812993 (Icons for index table).
* lang/persian-*.inc.php3, lang/sync_lang.sh,
libraries/select_lang.lib.php3, translators.html:
New Persian language files, thanks to Parham Ghaffarian.
* libraries/select_lang.lib.php3: Removed a dublicate entry.
* translators.html: I'm back. :-)
* lang/english.inc.php3: Resorted strings.
 
2003-09-26 Garvin Hicking <me@supergarv.de>
* left.php3: bug #812481: Fixed display of '__protected__' subgroup in
non-light left frame mode, when $cfg['LeftFrameTableSeperator'] is empty.
 
2003-09-24 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/function.js: Fixed bug #811499 (Opera 7.20 messes up row
markers), thanks to Michael Johnson (redbeardc).
* server_privileges.php3: Fixed bug #811792 (Password not kept when
modifying user).
 
2003-09-23 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Fixed some typos, thanks to Sebastian Mendel.
 
2003-09-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/export/sql.php3: bug 811222: we need to analyze the query
to get the true column name in case of aliases
* libraries/common.lib.php3: bug 810617, final 1.0 version of Safari
does not need reduced font size
 
2003-09-20 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3: bug 805227: the "Show color" only removed
color on arrows, now removes all the color because of printing problems
on black&white printers, thanks to Kelley Lingerfelt (rebelkell)
 
2003-09-19 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php3: bug 784961, could not delete a user
 
2003-09-19 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3: Fixed deleting AND from end of condition
with older php (bug #802060).
 
2003-09-18 Michal Cihar <nijel@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3: Improved functionality when more
than one cookie auth is being used.
 
2003-09-18 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php3, read_dump.php3, sql.php3, lang/*: RFE #477472 -
Add bookmark option to query window/tab to bookmark any statement.
 
2003-09-17 Garvin Hicking <me@supergarv.de>
* querywindow.php3: RFE #807282 - Display 'edit' button to alter entries from SQL query
history, not execute them immediately.
* footer.inc.php3: Bug #805568 - Save SQL history even if 'LockFromUpdate' is selected.
* server_databases.php3: Bug #805545 - Refresh left frame when selecting a DB of
server_databases.php3
 
2003-09-17 Michal Cihar <nijel@users.sourceforge.net>
* read_dump.php3, libraries/read_dump.lib.php3: Error message when file
can not be read.
* tbl_query_box.php3: Do not require any variables in query window.
* lang/*, libraries/export/sql.php3: Export separately constraints, so
they don't cause troubles on import (bug #807615).
* Documentation, config.inc.php3, left.php3, main.php3, lang/*,
libraries/common.lib.php3, libraries/config_import.lib.php3,
libraries/auth/cookie.auth.lib.php3,
libraries/auth/arbitrary.auth.lib.php3(deleted): Merged arbitrary auth
into cookie auth, new config variable for enabling this
$cfg['AllowArbitraryServer'].
* db_details.php3, tbl_change.php3, tbl_query_box.php3,
libraries/common.lib.php3: Execute uploaded gzip/bzip'd SQL-files (RFE
#752886).
* Documentation, config.inc.php3, export.php3, libraries/common.lib.php3,
libraries/config_import.lib.php3: Allow compressing large SQL dumps -
they are compressed by smaller chunks and send to browser (RFE #795849).
* tbl_properties_operations.php3: Remove '; InnoDB free:' part from
comment including references.
 
2003-09-16 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: bug 790849 (js disabled and user removes the row limit
from the Show [30] rows)
 
2003-09-16 Garvin Hicking <me@supergarv.de>
* db_details_qbe.php, libraries/mysql_wrappers.lib.php3: Finetune the new
PMA_mysql_fetch_fields() function and renamed it to PMA_mysql_fetch_fields_alternate:
It now uses 'SHOW FIELDS FROM...'. Modified all calls to the old function to fit the new
one. Keep old function for any future use.
 
2003-09-15 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_links.php3, db_details_structure.php3: in Table view,
"Select" becomes "Search" to denote more clearly was this sub-page
is about
 
2003-09-15 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/sql.php3: Avoid freeing failed result.
 
2003-09-14 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: clarify FAQ 6.20 about which privileges are
assigned to users after an upgrade to MySQL 4, and their effect
on seeing all the databases.
 
2003-09-12 Garvin Hicking <me@supergarv.de>
* lang/*, sql.php3, libraries/bookmark.lib.php3: RFE #804896
(Bookmarks for all users)
* lang/german*: Update
* Documentation.html: Added note to FAQ 6.18 about bookmark-variable expansion
not working on PHP < 4.0.3
 
2003-09-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to Bora Alioglu
* libraries/display_tbl.lib.php3: bug 804592 (undefined $prev_index)
and add "Sort" tooltip to each column header
 
2003-09-11 Michal Cihar <nijel@users.sourceforge.net>
* read_dump.php3: Add also limit to size, not only to pieces, because of
extended inserts (bug #803372).
 
2003-09-10 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: clarify about InnoDB support
* libraries/sqlparser.lib.php3: bug 790903: BINARY as an operator;
bug 792511: SELECT * FROM mytable LIMIT 0,-1
* libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
from mysql_list_fields, so modify PMA_mysql_list_fields to use
SELECT * FROM db.table LIMIT 1
(Thanks to Peter Beckman (ooglek))
 
2003-09-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/mysql_wrappers.lib.php3: bug 795443: wrong results coming
from mysql_list_tables, so modify PMA_mysql_list_tables to use
SHOW TABLES FROM
 
2003-09-09 Michal Cihar <nijel@users.sourceforge.net>
* tbl_relation.php3: Avoid message about not array variable when no InnoDB
relations used.
* libraries/display_tbl.lib.php3, lang/*: Allow user to select sorting by
indexes (RFE #528503).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/dutch: Updated, thanks to nobody :-).
 
2003-09-08 Michal Cihar <nijel@users.sourceforge.net>
* left.php3, main.php3, lang/*, libraries/common.lib.php3, Documentation,
config.inc.php3, libraries/auth/arbitrary.auth.lib.php3,
libraries/auth/cookie.auth.lib.php3: Support for login to arbitrary
server (RFE #684097).
 
2003-09-08 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Fixed bug #802611 (No 'LOCK TABLES' in DB-specific
privileges).
 
2003-09-07 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.3 released
 
2003-09-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: NO ACTION was not correctly treated
* tbl_relation.php3: InnoDB support
 
2003-09-03 Michal Cihar <nijel@users.sourceforge.net>
* lang/italian: Updated, thanks to Pietro Danesi (danone).
 
2003-09-02 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html:
- rewrote FAQ 1.17;
- corrected some other FAQs;
- tidied up "Requirements" section about MySQL.
 
2003-09-02 Marc Delisle <lem9@users.sourceforge.net>
* translators.html: azerbaijani, and change of address for
swedish translator
 
2003-09-02 Michal Cihar <nijel@users.sourceforge.net>
* libraries/common.lib.php3: Fix displaying PHP code (bug #798804).
 
2003-09-01 Michal Cihar <nijel@users.sourceforge.net>
* libraries/mysql_charsets.lib.php3: Name of column is sometimes Default
(bug #798426).
* lang/estonian: Updated, thanks to Alvar Soome (finsoft).
* lang/azerbaijani, lang/sync_lang.sh, libraries/select_lang.lib.php3: New
translation, thanks to Shehriyar Imanov (sheki).
 
2003-08-31 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: extract ON DELETE, ON UPDATE for FOREIGN KEYs
* libraries/relation.lib.php3: populate $foreign with ON DELETE, ON UPDATE
 
2003-08-28 Alexander M. Turek <rabus@users.sourceforge.net>
* README: Updated php / MySQL versions.
 
2003-08-28 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_export.lib.php3: Allow xml to be also default export
(bug #796706).
 
2003-08-27 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php3: User forgot to define an index on the master table
before adding a foreign key constraint: trap the error, warn the user
and show him a link to the relevant doc
 
2003-08-27 Garvin Hicking <me@supergarv.de>
* lang/german*: Update
 
2003-08-27 Michal Cihar <nijel@users.sourceforge.net>
* sql.php3, lang/*: Print view with full texts (RFE #742123).
 
2003-08-27 Alexander M. Turek <rabus@users.sourceforge.net>
* browse_foreigners.php3: undefined variable.
 
2003-08-26 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Backwards compatibility.
* tbl_change.php3: bug #795171 (foreign field empty when editing record).
 
2003-08-26 Michal Cihar <nijel@users.sourceforge.net>
* config.inc.php3, lang/*, libraries/config_import.lib.php3,
libraries/display_export.lib.php3, libraries/export/latex.php3: Improved
LaTeX export (patch #777451).
 
2003-08-25 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
 
2003-08-25 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relations.php3, tbl_properties_table_info.php3, /lang:
InnoDB relations (for now, same db, only one index column, and
no ON DELETE or ON UPDATE clauses)
 
2003-08-25 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_rename.php3: After renaming a table, move back to
tbl_properties_operations.php3 instead of tbl_properties.php3.
 
2003-08-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/greek: update, thanks to Kyriakos Xagoraris (theremon)
* libraries/sqlparser.lib.php3: extract the CONSTRAINTs for FOREIGN KEYs
* libraries/relation.lib.php3: getForeigners() returns also the constraint
 
2003-08-21 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php3: improve variables, remove some code
 
2003-08-20 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Fixed some typos.
 
2003-08-18 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian: Updated, thanks to Valics Lehel.
* lang/turkish update, thanks to Bora Alioglu
 
2003-08-18 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* lang/catalan: Updated, thanks to Xavier Navarro (xavin).
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* lang/serbian: Updated, thanks to Mihailo Stefanovic (mikis).
 
2003-08-17 Marc Delisle <lem9@users.sourceforge.net>
* browse_foreigners.php3, tbl_change.php3, tbl_select.php3,
libraries/display_tbl.lib.php3, /relation.lib.php3, /get_foreign.lib.php3:
Patch 789367: Browse foreign values, thanks to Garvin
### 2.5.3-rc2 released
 
2003-08-17 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html: Garvin is now the official German translator,
temporarily.
 
2003-08-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
 
2003-08-16 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Bad anchor link and other typos.
 
2003-08-15 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php3: bug 786710, IE and dropping fields,
and bug 788676: added a table to help Netscape aligning the icons
with the text
 
2003-08-15 Garvin Hicking <me@supergarv.de>
* tbl_properties_structure.php3: RFE #784900 (show alternate text for
multi-submit button)
* tbl_properties_structure.php3, db_details_structure.php3: RFE #787810
- Enlarge area around the new buttons for better usability
 
2003-08-15 Michal Cihar <nijel@users.sourceforge.net>
* Documentation: Synced export FAQ with export page.
* Documentation: Fixed information about transformations.
 
2003-08-14 Michal Cihar <nijel@users.sourceforge.net>
* server_privileges.php3: Fix notice about undefined index (bug #780861).
 
2003-08-13 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3: do not check both radios (confuses Netscape 4.8)
 
2003-08-13 Michal Cihar <nijel@users.sourceforge.net>
* tbl_addfield.php3: Highlight correct tab after changing structure.
* libraries/sqlparser.lib.php3: Bug #788097 (add space after
alpha_variable).
 
2003-08-12 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/csv.php3: Don't trim resulting line (bug #782483).
* libraries/functions.js: Don't ask for confirmation of query that will
not be executed (bug #783667).
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).
* lang/czech: Updated, thanks to me :).
 
2003-08-11 Michal Cihar <nijel@users.sourceforge.net>
* libraries/export/csv.php3, libraries/export/latex.php3,
libraries/export/xml.php3: Added some stripslashes to generate correct
exports.
 
2003-08-10 Marc Delisle <lem9@users.sourceforge.net>
* server_status.php3: bug 786331, a 100,00% not internationalized,
and align values for "More status variables"
* libraries/grab_globals.lib.php3: probable fix for IIS HTTP auth bug
 
2003-08-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3: Cookies required message
should not look like an error
 
2003-08-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan update, thanks to Xavier Navarro (xavin).
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/english, french: typos about $strDBGMaxTimeMs
 
2003-08-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/serbian update, thanks to Mihailo Stefanovic
* lang/romanian: Updated, thanks to Valics Lehel.
* lang/galician: Updated, thanks to Xosé Calvo.
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
* lang/chinese_gb: Updated, thanks to Wang (fundawang).
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* Documentation.html: bug 782597: FAQ 1.30 about Turck MMCache
 
2003-08-06 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: bug 782925: fix "Showing rows..." message when user has
put a LIMIT in the query
* libraries/relation.lib.php3: bug 784143: SHOW CREATE TABLE on older
MySQL versions
 
2003-08-06 Michal Cihar <nijel@users.sourceforge.net>
* libraries/common.lib.php3: Parse better enum fields (bug #784154).
 
2003-08-05 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3: Moved docu function (PHP3 compatbility)
(Bug #782966)
* tbl_change.php3: RFE #772991: Shorten dropdown field using
$cfg['LimitChars']
* tbl_change.php3: RFE #762221: Swap relational insert key order
 
2003-08-05 Michal Cihar <nijel@users.sourceforge.net>
* sql.php3: Fixed regular expression.
* libraries/export/latex.php3: Use "table (field)" instead of
"table -> field" when dumping relations into LaTeX (bug #776957).
* libraries/display_export.lib.php3, libraries/export/csv.php3,
libraries/config_import.lib.php3, config.inc.php3: Allow column headers
for Excel export (bug #771299).
* header.inc.php3: Don't allow including this file twice.
* db_details.php3, db_details_importdocsql.php3, export.php3,
tbl_move_copy.php3, tbl_rename.php3: Added some html quoting.
* libraries/tbl_change.js: When ENUM field has just one value, it could
not be set to NULL (bug #783533).
* tbl_move_copy.php3: Use database we're working on to avoid some problems
with replicated databases (bug #780439).
* read_dump.php3, sql.php3: Bookmark all SQL queries and not only the last
one (bug #780569).
 
2003-08-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 779453, wrong count
* lang/turkish update, thanks to Bora Alioglu
* lang/romanian: Updated, thanks to Valics Lehel.
* lang/ukrainian: update, thanks to Markijan Baran
* sql.php3: bug 782828, do not go into confirm dialog if we are coming
from "Create PHP Code" or "Without PHP Code"
 
2003-08-04 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
 
2003-08-01 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php3: bug 697979, implemented a suggestion by
Joerg Klein (j0erch) to do a SELECT * when all fields were selected
on the Select page, to avoid (in most cases) a IE limitation
 
2003-08-01 Alexander M. Turek <rabus@users.sourceforge.net>
* main.php3: Added link to charset page.
* libraries/mysql_charsets.lib.php3, lang/*.inc.php3: More detailed charset
information.
* tbl_properties_structure.php3: Tooltips for collations.
 
2003-07-31 Marc Delisle <lem9@users.sourceforge.net>
* tbl_replace_fields: bug 780793: a '+' sign in ENUM (or SET
or a foreign key) was wrongly urldecoded to a space
* sql.php3: bug 781170, bad check for DROP DATABASE and IF EXISTS
 
2003-07-30 Marc Delisle <lem9@users.sourceforge.net>
* tbl_move_copy.php3: wrong Missing message
 
2003-07-30 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Implemented some version checks to avoid bugs like
#777785.
 
2003-07-29 Marc Delisle <lem9@users.sourceforge.net>
* serbian: big update,
thanks to Branislav Jovanovic <branej@users.sourceforge.net> and
Mihailo Stefanovic <mst@mikis.org>
* sql.php3: bug 779301: MySQL 3 and SELECT DISTINCT
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
* lang/catalan update, thanks to Xavier Navarro (xavin).
### 2.5.3-rc1 released
 
2003-07-29 Garvin Hicking <me@supergarv.de>
* Documentation.html, config.inc.php3, read_dump.php3,
css/phpmyadmin.css.php3, libraries/common.lib.php3,
libraries/config_import.lib.php3, libraries/sqlparser.lib.php3
o Introduced $cfg['IgnoreMultiSubmitErrors'] to let PMA continue
execution of a multi-query statement even though single queries
may fail
o Introduced $cfg['VerboseMultiSubmit'] to let PMA show the result
of each query of a multi-query statement (taking some maximum
line/pieces amounts into account)
o changed formatting of syntax_comment to include some space
* libraries/common.lib.php3, libaries/mysql_wrappers.lib.php3:
Display MySQL error code and link to the MySQL-Documentation of
error codes
 
2003-07-28 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_properties_structure.php3, css/phpmyadmin.css.php3: Use icons for
multi-submit buttons.
 
2003-07-28 Garvin Hicking <me@supergarv.de>
* sql.php3, libraries/common.lib.php3 - when $cfg['SQP']['fmtType']
is set to 'none', positively retain any user formatting for query
output. (RFE #769219)
* tbl_properties_structure.php3: fixed strNoDrop to strDrop
 
2003-07-28 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: bug 778899, could not create a bookmark
* ldi_table.php3: Users with register_global=off received some
Missing messages, due to a missing "require" in ldi_table.php3
 
2003-07-27 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: A user could not edit his own global privileges.
 
2003-07-25 Garvin Hicking <me@supergarv.de>
* Documentation.html: Updated my E-Mail, added latest credits-items
* images/*, config.inc.php3, db_details_structure.php3,
libraries/common.lib.php3, table_details_structure.php3,
libraries/display_tbl.lib.php3, Documentation.html,
left.php3:
Even more new images on more places: DB properties, Table
properties, Table Display (LinkOrButton unified as well),
Left frame.
Multi-column mode also works for MySQL < 3.23.03 (does anybody even
care?)
 
2003-07-25 Marc Delisle <lem9@users.sourceforge.net>
* header.inc.php3: XHTML compatibility
* libraries/sqlparser.lib.php3, /relation.lib.php3: bug 776789,
unable to insert record with FK in another db
 
2003-07-24 Garvin Hicking <me@supergarv.de>
* libraries/sqlparser.lib.php3 - Confirmation is also needed on
TRUNCATE statements!
* libraries/common.lib.php3 - RFE #758051 (simpler PHPcode generation)
* config.inc.php3, db_details_structure.php3, libraries/common.lib.php3,
libraries/config_import.lib.php3: *EXPERIMENTAL* - implemented buttons
for the database properties page and implemented RFE #752062: multi-
column display for many tables.
(thanks to Kawika Ohumukini [boogie33]).
 
2003-07-24 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3 /relation.lib.php3 /get_foreign.lib.php3:
bug 772765, InnoDB and multi-columns foreign key
* tbl_select.php3: LIKE in Select sub-page for non-text fields
 
2003-07-23 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/mysql_charsets.lib.php3:
- better method for retrieving the supported MySQL charsets;
- fixed a bug that caused "armascii8" to appear twice in the charsets
list (as "armascii8" and "armascii");
- added ability to retrieve all collations and related MySQL settings;
- added a function to build description strings for given collations
(still needs some optimization).
* libraries/sqlparser.data.php3: Support for SHOW COLLATION.
* server_collations.php3, server_links.inc.php3, lang/*.inc.php3:
New status page "Character Sets and Collations" for MySQL 4.1.
 
2003-07-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/grab_globals.lib.php3: error when $_SERVER does not exist
* tbl_printview.php3: wrong validation for path disclosure (bug 776436)
 
2003-07-23 Garvin Hicking <me@supergarv.de>
* css/phpmyadmin.css.php3: Removed 'lowercase' transform
(Bug #769827)
* libraries/display_export.lib.php3, libraries/export/sql.php3
Only print Update/Creation/Check time when the checkbox 'Include
Comments' is chosen. So it is now also possible to check that
box even though the relational features could be deactivated.
But all checks to relational comments will only use those if
the relation features work.
 
2003-07-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/estonian update, thanks to finsoft@sourceforge.net.
### 2.5.2 released
 
2003-07-20 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_operations.php3: Do not display the
"Referential integrity check" section for InnoDB tables
as this was intended for pmadb relations
 
2003-07-19 Marc Delisle <lem9@users.sourceforge.net>
* (in lots of scripts): checks for paths disclosure
* lang/catalan update, thanks to Xavier Navarro (xavin).
 
2003-07-18 Garvin Hicking <me@supergarv.de>
* read_dump.php3: When PHP3 < 4.3.0 is detected, try an alternative
way of rewriting bookmark variables.
* Documentation.html: Bookmark variable expansion only works with PHP
4.3.0 and above
* tbl_query_box.php3: For the querywindow - if no items are available
for the 'file import' tab, hide the 'Go' button and instead display
a warning message. Can happen if you don't have $cfg['UploadDir']
set and $is_upload is false.
 
2003-07-17 Marc Delisle <lem9@users.sourceforge.net>
* server_status.php3: the percentages of Query types did not add up
to 100, because the number of connections is included in the total
number of queries, thanks to jht001 ( Jams H Thompson )
 
2003-07-17 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_change.php3, libraries/common.lib.php3: Fixed a MySQL 4.1 bug that
appeared when inserting values into ENUM or SET fields.
 
2003-07-17 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php3: Removed onsubmit() attribute of the noscript area.
Thanks to andreas_e ;)
 
2003-07-16 Michal Cihar <nijel@users.sourceforge.net>
* lang/galician: Updated, thanks to Xosé Calvo.
 
2003-07-16 Marc Delisle <lem9@users.sourceforge.net>
* libraries/export/sql.php3: bug 771575: wrong quotes for variable expansion
 
2003-07-16 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/functions.js: Bug #771794 (CHAR length check although field name
is empty).
 
2003-07-15 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties.inc.php3: bug 771523: wrong type displayed for
a LONGTEXT with character set latin7
* db_details_structure.php3, tbl_properties_structure.php3: missing
$err_url for mult_submits
* scripts/create-tables.sql: don't use backquotes in USE
 
2003-07-14 Garvin Hicking <me@supergarv.de>
* Documentation.html: Link to phpMyAdmin homepage for a 'link section'
 
2003-07-14 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/sqlparser.data.php3: SHOW BINLOG EVENTS.
 
2003-07-14 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.2-rc2 released
 
2003-07-12 Marc Delisle <lem9@users.sourceforge.net>
* mult_submit.inc.php3: bug 770095, error in multiple TRUNCATEs
* lang/estonian update, thanks to finsoft@sourceforge.net.
 
2003-07-11 Marc Delisle <lem9@users.sourceforge.net>
* lang/turkish update, thanks to Bora Alioglu
* lang/slovak update, thanks to Lubos Klokner
 
2003-07-11 Alexander M. Turek <rabus@users.sourceforge.net>
* db_create.php3:
- Display CREATE DATABASE query;
- Call user-defined default tab instead of hardcoded db_details.php3.
* index.php3: Don't display scrollbars in queryframe (Opera fix).
* libraries/display_export.lib.php3: Disabled XML export for multiple
databases because an XML file must not contain more than one database.
 
2003-07-10 Garvin Hicking <me@supergarv.de>
* libraries/display_tbl.lib.php3: Let the default function take
the honor to replace special strings, so that a non-default function
does not necessary have them introduced. Very convenient for the
text/plain->formatted display, which would otherwise get every
CR/LF converted to a <br> and introduce nasty skew.
 
2003-07-10 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3: do not display a foreign table if it's not selected
by user to be on the schema
 
2003-07-10 Michal Cihar <nijel@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* footer.inc.php3: Fix JS error when in query window is not active SQL
tab.
 
2003-07-09 Michal Cihar <nijel@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3: Fixed broken login with backslash
in password/username (bug #747020).
* server_privileges.php3: Fixed escaping when backslash in
password/username.
* libraries/export/sql.php3: Separate extended inserts by , and not by ;
(bug #768351).
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
* lang/spanish: Updated, thanks to Daniel Hinostroza (dhinostroza).
* lang/galician: Updated, thanks to Xosé Calvo.
 
2003-07-09 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php3: Fix Bug #768652 (sql history tab submittet to
whole frameset)
* Documentation.html, config.inc.php3, libraries/common.lib.php3,
libraries/config_import.lib.php3, header.inc.php3: Created auto-detection
for $cfg['OBGzip'] and set this as default. It will auto-enable OBGzip
for all browsers except IE6.x. Created a meta-header to identify which
setting is used, to make our debugging of bugreports easier.
 
2003-07-08 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php3, footer.inc.php3: Removed any 'top.' DOM reference.
This enables phpMyAdmin to be used within a frameset without trying
to escape out of the security JS-sandbox zone. Tested with IE6, Mozilla
1.4 and IE5.5.
 
2003-07-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3, sql.php3: bug 762213,
incorrect row count for MySQL 4.1 subqueries;
bug 649665, incorrect row count for UNIONs
 
2003-07-08 Michal Cihar <nijel@users.sourceforge.net>
* config.inc.php3, tbl_properties_operations.php3,
libraries/config_import.lib.php3, libraries/display_export.lib.php3,
libraries/export/sql.php3, lang/*: Added checkbox for exporting/copying
AUTO_INCREMENT value (RFE #763957).
* mult_submits.inc.php3: Fixed undefined variable warning (bug #767740).
* pdf_schema.php3: Don't use hardcoded sizes of paper (bug #767680).
* lang/chinese_gb: Updated, thanks to Wang (fundawang).
* lang/chinese_big5: Updated, thanks to Siu Sun (siusun).
* lang/polish: Updated, thanks to Jakub Wilk (ubanus).
* lang/romanian: Updated, thanks to Valics Lehel.
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/slovak: Updated, thanks to Lubos Klokner (erkac).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
 
2003-07-08 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Send headers before exiting because of missing
MySQL extension.
* lang/german-*.inc.php3: Updates.
 
2003-07-07 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
compatibility.
* libraries/common.lib.php3: Dynamic loading of MySQL extension always failed.
 
2003-07-07 Garvin Hicking <me@supergarv.de>
* tbl_change.php3: Fix undefined index for disp_query
(when inserting a new row with a file uploaded to a column)
* libraries/transformations/image_jpeg__inline.inc.php3,
libraries/transformations/image_png__inline.inc.php3: Proper escaping
of &amp;
* libraries/common.lib.php3, libraries/defines.lib.php3: Safari detection,
smaller default font size (like OPERA). Bug #752646.
 
2003-07-07 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3, config.inc.php3, user_password.php3,
Documentation.html: only one blowfish secret is necessary for
all servers, thanks to Alexander M. Turek
### 2.5.2-rc1 released
 
2003-07-06 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* css/phpmyadmin.css.php3: url() should not contain quotes.
 
2003-07-06 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Updates.
* libraries/export/sql.php3: Fixed bug #761956 (timestamp export fails).
 
2003-07-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/config.auth.lib.php3, lang/*.php3:
$strAccessDeniedExplanation
* lang/swedish update, thanks to Björn T. Hallberg (bth).
* lang/polish update, thanks to Jakub Wilk (ubanus).
 
2003-07-05 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
 
2003-07-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3: PHP3 compatibility
* user_password.php3, libraries/auth/cookie.auth.lib.php3:
sometimes, binary contents in cookies is not retrieved properly,
so protect it with base64_encode()
* lang/ukrainian: update, thanks to Markijan Baran
 
2003-07-03 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian update, thanks to Valics Lehel
* lang/turkish update, thanks to Bora Alioglu
* lang/italian update, thanks to Pietro Danesi
 
2003-07-01 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: faq 8.1 about security alert of 2003-06-18
* tbl_properties_links.php3: fix missing SQL section for exports
* libraries/auth/cookie.auth.lib.php3, libraries/blowfish.php3,
libraries/common.lib.php3, libraries/config_import.lib.php3,
config.inc.php3, user_password.php3, Documentation.html, lang/*:
now used the blowfish algorithm to encrypt the password in the
temporary cookie
 
2003-06-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/french: update
 
2003-06-30 Michal Cihar <nijel@users.sourceforge.net>
* tbl_properties_operations.php3, lang/*: Reorganised layout a bit, added
CHECK link for InnoDB, use correct table type name fo BerkeleyDB.
* tbl_query_box.php3: Moved load text files link outside form.
 
2003-06-27 Garvin Hicking <dont_sobic.c_me_please@supergarv.de>
* left.php3: Removed debugging code
 
2003-06-27 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3, libraries/relation.lib.php3: Added some
checks to avoid trying to use relations when no table (bug #761835).
 
2003-06-27 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: bug 760648: incorrect result count on MySQL 3
 
2003-06-26 Marc Delisle <lem9@users.sourceforge.net>
* lang/ukrainian: update, thanks to Markijan Baran
* libraries/sqlparser.lib.php3 typo
 
2003-06-26 Michal Cihar <nijel@users.sourceforge.net>
* sql.php3, tbl_properties_links.php3, tbl_properties_structure.php3: Go
back to tbl_properties_structure.php3 when not dropping table.
 
2003-06-25 Marc Delisle <lem9@users.sourceforge.net>
* scripts/create-release.sh: typo, bzip should be bzip2
* libraries/sqlparser.lib.php3, tbl_properties_export.php3:
bug 760648 export SELECT DISTINCT results
 
2003-06-25 Michal Cihar <nijel@users.sourceforge.net>
* libraries/sqlparser.lib.php3: Fixed XSS problem.
* tbl_properties.inc.php3, libraries/functions.js: Alert user when not
specied length for CHAR/VARCHAR fields.
* libraries/export/{csv,latex,xml}.php3: Use correct field names when
exporting custom SQL (also saves one SQL query for export) (fixes bug
#755386).
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/bulgarian: Updated, thanks to Stanislav Yordanov (stanprog).
* lang/czech: Updated.
* lang/*: Removed duplicate strReset.
* lang/check_lang.sh: Ignore japanese specific messages.
* sql.php3, libraries/display_export.lib.php3: Support for exporting any
query into CSV/LaTeX/XML (RFE #684804).
 
2003-06-24 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, bug 759568, row count, DISTINCT and MySQL 4
 
2003-06-23 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php3: automatic layout start at 300,300 for better look
on the dom-drag scratchboard
 
2003-06-23 Garvin Hicking <me@supergarv.de>
* Documentation.html, config.inc.php3, pdf_pages.php3,
css/phpmyadmin.css.php3, libraries/common.lib.php3,
libraries/config_import.lib.php3, libraries/dom-drag.js,
libraries/functions.js: Added Patch #757907: DHTML WYSIWYG-control
for PDF-relation setup. Based on DOM-drag.js, a library provided
by Aaron Boodman (youngpup.net).
* lang/german*: Updates
* lang/*, pdf_pages.php3: Strings for DHTML scratchboard
 
2003-06-23 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/arabic-*.inc.php3, lang/czech-*.inc.php3, lang/finnish-*.inc.php3,
lang/french-*.inc.php3, lang/georgian-utf-8.inc.php3,
lang/lithuanian-*.inc.php3, lang/malay-*.inc.php3,
lang/russian-*.inc.php3, lang/ukrainian-*.inc.php3: Checked all language
files for incomplete arrays ($byteUnits, $day_of_week and $month).
* libraries/common.lib.php3: Security fix against bad JS code.
* translators.html: Removed Loïc from list; he is inactive at the moment.
* Documentation.html: Changed my email address.
 
2003-06-22 Robin Johnson <robbat2@users.sourceforge.net>
* scripts/updatedocs.sh:
- Cleanup scripts/updatedocs.sh (I use it elsewhere as well).
* scripts/create-release.sh:
- Moved to using updatedocs.sh for updating documentation.
- Make tarring faster by re-arranging ops.
 
2003-06-21 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: typo in call to cleanup columns
 
2003-06-20 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3: use PMA_getForeigners()
* db_details_qbe.php3: undefined variable
 
2003-06-20 Garvin Hicking <me@supergarv.de>
* db_details_importdocsql.php3: Will now NEVER reveal any filename
the docSQL import isn't able to read. Can now only read contents
of the 'docSQL' subdirectory and never be able to go higher than
that level.
 
2003-06-19 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: analyzer for FOREIGN KEYS
* libraries/sqlparser.lib.php3: bug 756861, DEFAULT 0 becomes DEFAULT0
* libraries/display_tbl.lib.php3: use PMA_getForeigners()
* libraries/relation.lib.php3: now PMA_getForeigners() gets also
foreign keys defined in innnodb
* tbl_select.php3: use PMA_getForeigners() also for innodb
 
2003-06-17 Michal Cihar <nijel@users.sourceforge.net>
* config.inc.php3: Fixed typo (s/'PMA_pdf_page'/'PMA_pdf_pages'/).
 
2003-06-17 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
 
2003-06-16 Michal Cihar <nijel@users.sourceforge.net>
* index.php3: Use $cfg['DefaultTabServer'] (bug #754260).
 
2003-06-14 Michal Cihar <nijel@users.sourceforge.net>
* export.php3: Fixed saving compressed dumps on server.
* libraries/display_export.lib.php3: Fixed description for line
terminating character.
 
2003-06-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 753813, "session" is not
a reserved word
 
2003-06-13 Michal Cihar <nijel@users.sourceforge.net>
* libraries/charset_conversion.lib.php3, libraries/common.lib.php3,
libraries/defines_php.lib.php3, libraries/dbg/setup.php3: Use new PMA_dl
function, that checks true dl availability (fixes #747717). All checks
are based on php 4.3.1 source, so if this gets changed, we will need to
change checks also.
 
2003-06-12 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php3: bug 751787: should not disable all
the features, when the relation feature is broken
 
2003-06-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/auth/cookie.auth.lib.php3: undefined scheme
* main.php3: undefined scheme
 
2003-06-10 Marc Delisle <lem9@users.sourceforge.net>
* db_details_qbe.php3: bug 751787, missing FROM part in query generator
* libraries/export/sql.php3: typo largeblob -> longblob
 
2003-06-10 Michal Cihar <nijel@users.sourceforge.net>
* scripts/create-release.sh: Set correct permissions before releasing.
* Documentation, config.inc.php3, db_details_export.php3, export.php3,
main.php3, server_export.php3, server_links.inc.php3, tbl_dump.php3,
tbl_move_copy.php3, tbl_properties_export.php3, lang/*,
libraries/build_dump.lib.php3, libraries/config_import.lib.php3,
libraries/display_export.lib.php3, libraries/export/*: Reworked export,
changes:
- support for exporting selected databases
- if not needed buffering, output is send directly
- unifies all export, so there is now more common code
- sql export can contain relations and mime types in comments
- configurable defaults for export.
 
2003-06-09 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3: Display Full/Partial text links for
almost every select.
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* lang/czech: Updated.
 
2003-06-08 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: MySQL 4.1 users could not edit column privileges.
* tbl_properties.inc.php3, tbl_properties_structure.inc.php3:
SET and ENUM fields may have a character set, too.
 
2003-06-07 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Incremented required config.inc.php3 revision
number.
* tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
tbl_properties.inc.php3, tbl_properties_operations.php3,
tbl_properties_structure.php3, tbl_properties_table_info.php3,
libraries/mysql_charsets.lib.php3: Improved MySQL 4.1 support:
- phpMyAdmin is now able to assign / alter table and field charsets;
- The table structure page sometimes displayed "Array" in the charset
column;
- When altering the field type, the input box for the field length
sometimes had a strange default value.
 
2003-06-06 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, config.inc.php3: new LimitChars behavior
 
2003-06-06 Michal Cihar <nijel@users.sourceforge.net>
* mult_submits.inc.php3: Missing ;.
* libraries/relation_cleanup.lib.php3, mult_submits.inc.php3, sql.php3:
Cleanup phpMyAdmin tables also after multi submit actions (RFE #749989).
* tbl_query_box.php3: Don't add target if not in query window.
* libraries/display_tbl.lib.php3: $cfg['LimitChars'] now limits all fields
(RFE #742123).
* pdf_pages.php3: Fixed undefined index warnings, don't attemt to
edit/display deleted page just after deleting.
* libraries/config_import.lib.php3, lang/*, config.inc.php3,
db_details_structure.php3, pdf_pages.php3, pdf_schema.php3: User can
select paper size for pdf (RFE #631551).
* read_dump.php3: Fixed undefined variable warning (bug #750070).
* libraries/sqlparser.lib.php3: Fixed bad displaying of parser bug report
(bug #678289).
 
2003-06-05 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
* libraries/sqlparser.lib.php3: bug 716679, parsing of negation operator
* tbl_properties_links.php3, tbl_properties_operations.php3: merge
the Options tab into Operations
 
2003-06-05 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_export.lib.php3, libraries/functions.js: Some
javascript cleanup.
* db_details_links.php3: Display Query tab even with no tables.
* libraries/charset_conversion.lib.php3: Default iconv parameters to empty
string.
* config.inc.php3, left.php3, libraries/config_import.lib.php3: Optional
dropdown for server list in left frame (RFE #555978).
* tbl_query_box.php3: Possibility to upload SQL file with no database
selected (RFE #641760).
* lang/czech: Typo.
 
2003-06-04 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: bug 592692, pretty printer
and GRANT or REVOKE
* libraries/sqlparser.lib.php3: bug 683975, various pretty printer bugs
 
2003-06-04 Michal Cihar <nijel@users.sourceforge.net>
* mult_submits.inc.php3: Use TRUNCATE when using MySQL 4 (bug #748792).
 
2003-06-03 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
* lang/slovak update, thanks to Lubos Klokner
 
2003-06-03 Michal Cihar <nijel@users.sourceforge.net>
* libraries/config_import.lib.php3: Fixed MySQLManualType/MySQLManualBase
setting.
 
2003-06-03 Garvin Hicking <me@supergarv.de>
* lang/*, tbl_query_box.php3, Documentation.html, footer.inc.php3:
(Experimental)
New feature - The automatic update of the query window seems to
cause some headache for users. They type in their query, want to
look in a different table for some fields, want to switch back to
their browser window and the changes are lost because the last table
is always filled in. Now we have a checkbox to preserve the edited
content from any update outside of the window. It is automatically
checked by editing the contents of the query textarea and can be
unchecked to restore previous behaviour. Thanks to Alexander Meis
for this suggestion. Optionally we could build in a config variable
to override this 'onChange' effect, but I guess it's not necessary.
* libraries/display_tbl.lib.php3: Bug #748084 - Use preg_replace instead
of ereg_replace, because it interprets \0, \1 and so on not as strings
but as regex-subpatterns and fails to convert those strings correctly.
We'll have to see if that can be the case on other usages of
preg_replace as well.
 
2003-06-02 Alexander M. Turek <rabus@users.sourceforge.net>
* server_status.php3: RFE #723325 (Move total query statistics).
 
2003-06-02 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3, lang/*: Better text on button for
executing bookmark (bug #745993).
* scripts/create-release.sh: Better checking for input, exit when cvs
doesn't work, don't include CVS and .cvsignore in tarballs, don't chmod
everything to 775.
* libraries/build_dump.lib.php3, libraries/display_export.lib.php3,
tbl_dump.php3, lang/*: Allow to replace "NULL" with alternative string
(RFE #747343).
* Documentation.*: Add simple LaTeX document, to show how to use LaTeX
export.
* main.php3: Add server to phpinfo link to avoid relogin with more
servers.
* main.php3, tbl_properties.inc.php3: Replace target="_new" with
target="_blank" as it should be.
 
2003-06-02 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.1 released
* (not in 2.5.1) sql.php3: bug 747451, incorrect detection of
PROCEDURE ANALYSE()
 
2003-06-02 Alexander M. Turek <rabus@users.sourceforge.net>
* Happy Birthday to me :-)
* libraries/sqlparser.lib.php3: Correct behavior for "SHOW INNODB STATUS".
 
2003-06-01 Michal Cihar <nijel@users.sourceforge.net>
* config.inc.php3, libraries/config_import.lib.php3: Default iconv
parameters to empty string, as older iconv version don't support it
(bug #747164).
 
2003-06-01 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
 
2003-06-01 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_gb: Update thanks to Wang (fundawang).
 
2003-05-30 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian updates, thanks to Valics Lehel
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/polish: update, thanks to Jakub Wilk
 
2003-05-30 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/bulgarian-*.inc.php3: Updates, thanks to
Stanislav Yordanov (stanprog).
* tbl_properties_structure.inc.php3:
- Fixed display for tables with few indexes;
- BLOBs are always binary;
- RFE #623665 (MySQL 4.1 support):
- Fixed display of field charsets;
- The table charset is now displayed.
* libraries/sqlparser.data.php3: Added CHARSET, SQL_CACHE, SQL_NO_CACHE.
* tbl_change.php3: binary fields with CHARACTER SET definition were treated
as SET fields (again RFE #623665).
* Documentation.html:
- Declared MySQL 4.1 support as experimental;
- Added some notes about MySQL 4.1 / 5.0;
- php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at
least on my test machines for a couple of months.
* scripts/create-tables.sql: Added some notes about lower_case_table_names.
* libraries/sqlparser.lib.php3: Parser treated "CHARACTER" as column type,
even if it was used in "CHARACTER SET".
* libraries/common.lib.php3:
- Removed check for default tab values: They are already checked in
config_import.lib.php3;
- Corrected config file revison;
- XHTML fixes.
* server_databases.php3: Small interface fixes.
* translators.html: Removed a dublicate message.
 
2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
 
2003-05-29 Marc Delisle <lem9@users.sourceforge.net>
* ldi_check.php3, ldi_table.php3, lang/*: bug 740607, now autodetect
the best method (LOCAL or not) in the LOAD dialog, and allow user
to override it
 
2003-05-29 Garvin Hicking <me@supergarv.de>
* index.php3: Add frameborder to allow resizing. Introduces a 1px
bar, but cannot be solved. Note that this is only neccessary
for Mozilla, IE5/6 allow resizing with a "0" frameborder
* footer.inc.php3: Only update queryframes DB/Table info when
no error happened in a query.
* ldi_table.php3: Use <label> tags for the new radio buttons as with
our other GUI elements.
 
2003-05-28 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html: Typo.
 
2003-05-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
* lang/chinese_gb: Update thanks to Wang (fundawang).
* translators.html: more typos
 
2003-05-28 Garvin Hicking <me@supergarv.de>
* libraries/sqlvalidator.class.php3: Fix Bug #739096: Because
the PEAR library and PHP changed the way how referenced variables
get accessed, we have to pre-initialize the array and submit that
to the PEAR call() funktion.
* index.php3: Bug #743856. Fixed trinary operator, thanks to Virgile
Petit!
* tbl_relation.php3: Will now not show a selected display field, if
none has been set yet for a table to not let users think, the key
is set.
 
2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: sorted.
 
2003-05-26 Marc Delisle <lem9@users.sourceforge.net>
* lang/chinese_big5: Updated, thanks to Siu Sun
### 2.5.1-rc1 released
 
2003-05-26 Michal Cihar <nijel@users.sourceforge.net>
* documentation, config.inc.php3, tbl_change.php3,
tbl_properties.inc.php3, libraries/config_import.lib.php3: possibility
to disable ctrl+arrows moving.
 
2003-05-25 Garvin Hicking <me@supergarv.de>
* left.php3: Fix #742632 finally: Refresh to main.php3
if an empty DB has been selected.
 
2003-05-25 Marc Delisle <lem9@users.sourceforge.net>
* left.php3: new fix for #742632
* lang/polish: update, thanks to Jakub Wilk
* lang/italian: Updated, thanks to Pietro Danesi (danone).
 
2003-05-24 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: talk about left frame levels
* lang/galician: update, thanks to Xosé Calvo
* lang/turkish: update, thanks to Bora Alioglu
 
2003-05-24 Garvin Hicking <me@supergarv.de>
* left.php3: Fix bug #742632, thanks to Kai Butchkau!
* read_dump.php3: Bug #741256
* footer.inc.php, tbl_query_box.php3: Only focus the mainframe
when a query was submitted from the query window
 
2003-05-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: bug 653964: wrong alias set by
the analyzer, bug analyzed thanks to Michal!
 
2003-05-23 Michal Cihar <nijel@users.sourceforge.net>
* read_dump.php3, tbl_alter.php3: Tabs highlighting...
 
2003-05-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian updates, thanks to Valics Lehel
 
2003-05-22 Michal Cihar <nijel@users.sourceforge.net>
* tbl_indexes.php3, libraries/common.lib.php3: Better tabs highlighting
when editing indexes.
* tbl_replace_fields.php3, libraries/build_dump.lib.php3,
libraries/display_tbl.lib.php3: Don't hexify BLOB if it is empty (bug
#741599).
* Documentation, config.inc.php3, libraries/config_import.lib.php3,
libraries/defines_php.lib.php3: Improved GD 2 detection (bugs #736111,
#741192).
* lang/sync_lang.sh: Removed dropped farsi translation.
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
 
2003-05-22 Garvin Hicking <me@supergarv.de>
* sql.php3, libraries/common.lib.php3: Bug #692854: Never execute
a query in (with/without) PHP code views, and display a new
"Execute query" link in this mode.
* lang/german*: Update.
 
2003-05-20 Garvin Hicking <me@supergarv.de>
* index.php3: New rewrite of how the frameset is created
(Patch item #738226 plus some <noframes> corrections).
This fixes compatibility problems, even though it's not
valid XHTML 1.0, because the <script>/<noscript> tags are
not allowed in there.
 
2003-05-20 Marc Delisle <lem9@users.sourceforge.net>
* lang/korean update, thanks to WooSuhan
* lang/estonian update, thanks to finsoft@sourceforge.net.
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/indonesian: Updated, thanks to Rachim Tamsjadi (tamsy).
* lang/slovak update, thanks to Lubos Klokner
 
2003-05-20 Michal Cihar <nijel@users.sourceforge.net>
* tbl_change.php3: Fixed table layout when LongtextDoubleTextarea is
false.
* tbl_select.php3: Fixed problems with empty value in enum (bug #740420).
 
2003-05-18 Marc Delisle <lem9@users.sourceforge.net>
* left.php3, index.php3: bug 739348: because the db name is no longer
encoded in left.php3 (to accomodate html entities), we have to stop
decoding it, otherwise a db name with a plus sign is not selectable
* sql.php3: bug 738508: do a quick count on the rows to avoid
a slow SQL_CALC_FOUND_ROWS, when "just browsing" (experimental)
 
2003-05-15 Michal Cihar <nijel@users.sourceforge.net>
* Documentation, config.inc.php3, tbl_change.php3,
libraries/config_import.lib.php3: Double sized textarea for LONGTEXT is
configurable (RFE #737174).
 
2003-05-14 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_export.lib.php3, tbl_dump.php3: Support for exporting
CSV for multiple tables, it just puts all content into one file, but
some people seem to want this (based on patch #735136).
* tbl_dump.php3, lang/*: Use other messages (thanks to Marc), replace
slashes in filename with underscore to avoid possible problems.
* db_details_export.php3: Remember selected tables after exporting to a
file.
* libraries/common.lib.php3, tbl_dump.php3, sql.php3: Better way for
highliting tabs when including files (set $active_page for highliting).
* sql.php3, tbl_replace.php3, lang/*: Show insert_id after INSERT (RFE
#737660).
 
2003-05-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/defines_php.lib.php3: bug 736111: better GD2 detection
 
2003-05-14 Garvin Hicking <me@supergarv.de>
* lang/german*: Translations.
* pdf_schema.php3: Merged patch #736999 (fixes Bug #728789 and
better fix for #624712), by Maxime Delorme. Thanks!
* tbl_change.php3: RFE #737174 implemented (comments welcome)
* tbl_change.php3: RFE #723124 implemented (reset button)
* read_dump.php3, tbl_query_box.php3: RFE #641760
* Documentation.html: Added FAQ 5.14 (Buggy Opera6)
 
2003-05-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 736793, new reserved
word 'DIV' in MySQL 4.1.0 (note: it is classified as a function but
follows the syntax of an operator: SELECT 5 DIV 2) so I have put
it in the reserved words for now.
 
2003-05-13 Garvin Hicking <me@supergarv.de>
* footer.inc.php3, querywindow.php3: Fix bug #736197
(clicking on edit link from a sql-query now switches
to sql tab of the query window)
* left.php3: Improved performance by using str_replace instead
of ereg_replace.
* lang/german*: Translations.
* libraries/common.lib.php3: Fix bug #736609 (Escaping of
'Show as PHP')
 
2003-05-13 Michal Cihar <nijel@users.sourceforge.net>
* left.php3: Fixed displaying of tables with quote in name.
* main.php3: $pma_uri_parts['scheme'] might be sometimes unset...
* tbl_move_copy.php3, lang/*: Check for same table and db name when moving
(RFE #734985).
* libraries/relation.lib.php3: Fixed warning in PMA_purgeHistory.
* ldi_check.php3, lang/*: Behave correctly if no file is given for loading.
* read_dump.php3: Correctly checks whether table exists.
* libraries/common.lib.php3: Highlight tab also when current page is
read_dump.php3 and $goto is link of current tab.
* tbl_replace.php3: Display message after updating row.
* libraries/common.lib.php3: Fix tab attributes when some specified as
parameters.
* libraries/build_dump.lib.php3: Fix eporting without backquotes (bug
#737023).
* .cvsignore, config.inc.php3, db_details_db_info.php3, tbl_dump.php3,
lang/*, libraries/common.lib.php3, libraries/display_export.lib.php3,
Documentation.html: Support for saving to file on server (part of RFE
#730197).
 
2003-05-12 Garvin Hicking <me@supergarv.de>
* queryframe.php3: Remove left/bottom margin to better fit the link title
in the small frame.
* footer.inc.php3: Only update db/table variables if the query was correct.
Fixes #735970.
* left.php3, config.inc.php3, libraries/config_import.lib.php3, libraries/
common.lib.php3: Patch #725839 (Nested display of tables)
* ldi_check.php3, ldi_table.php3: Allow CSV import from UploadDir. Needs testing.
 
2003-05-12 Michal Cihar <nijel@users.sourceforge.net>
* index.php3: Better fix for #736003.
* libraries/common.lib.php3: Light tabs were displayed wrong, bug #736590.
* mult_submits.inc.php3, server_databases.php: Add confirmation when
dropping databases (bug #736238).
 
2003-05-11 Michal Cihar <nijel@users.sourceforge.net>
* Documentation.html, config.inc.php3,
libraries/charset_conversion.lib.php3, libraries/config_import.lib.php3:
Merged patch #729514 - support for iconv parameters.
* read_dump.php3, libraries/common.lib.php3: Merged patch #728928 - show
multi statement query result. Closes RFE #728833.
* tbl_dump.php3, libraries/build_dump.lib.php3,
libraries/display_export.lib.php3, lang/*: Merged patch #727027 - LaTeX
export improvements. Now can export table structure and some other
options. Closes RFE #718942.
* tbl_change.php3: Remember state of insert as another row - fixes
#736064, show used query.
* index.php3: Fixed typo in hash, fixed bad hash propagated with
JavaScript. Fixes #736003.
 
2003-05-11 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.0 released
 
2003-05-10 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 735439: if too many page numbers,
show just the pages near the current page
 
2003-05-10 Michal Cihar <nijel@users.sourceforge.net>
* libraries/common.lib.php3: Whole tab is now link.
* libraries/display_export.lib.php3: Disable CSV export for multiple
tables - fixes #734104.
* lang/latvian: Update thanks to Sandis Jerics (saaa2002).
* lang/chinese: Update thanks to Wang (fundawang).
* lang/sync_lang.sh: Fix for POSIX sh.
* db_details_structure.php3: Don't display 0 for InnoDB tables as records
count - fixes #735441.
* libraries/display_tbl.lib.php3: Fix not displaying content of TEXT
fields (was treated like BLOB).
* libraries/common.lib.php3: $cfg['Server']['AllowDeny']['order'] might
be undefined.
 
2003-05-09 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: bug 731367: hexifying all
TEXT fields (a if on the type returns "blob") caused
problems
 
2003-05-05 Marc Delisle <lem9@users.sourceforge.net>
* libraries/build_dump.lib.php3: bug 731866: text fields were
exported hexified, because mysql_field_type() was used and
it returns 'blob' for 'text' fields, so use a new PMA_fieldTypes()
 
2003-05-02 Marc Delisle <lem9@users.sourceforge.net>
* libraries/get_foreign.lib.php3: bug 731480: was not counting
the rows of the foreign, thanks to Stefan Elssner
 
2003-05-02 Garvin Hicking <me@supergarv.de>
* css/phpmyadmin.css.php3: Small typo, seems to be
solution of support request #728820
* Documentation.html: Enhance FAQ 2.3 (mysql.sock readable,
thanks to Ryan)
* Added scripts/inno2pma (from Ernie Hershey). Please see
Patch Tracker #709383 for further information.
* libraries/display_tbl.lib.php3: Bug #728813 (title for
relations when foreign_db != master_db)
* index.php3, left.php3, tbl_query_box.php3, db_details_common.php3,
main.php3, queryframe.php3, libraries/common.lib.php3: Should be
the fix for Bug #730718.
Moved the hashform from the "nav"-frame to the "queryframe"-frame,
altered the way the form is submitted in LeftFrameLight mode to
keep the queryframe. Only if JavaScript is usable, otherwise it's
not necessary to keep the 'opener' pointer.
* libraries/display_tbl.lib.php3: PHP3 compatibility.
* libraries/common.lib.php3, db_details_common.php3, index.php3,
main.php3: Still have to propagate $hash to the left frame...
 
2003-04-30 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3, bug 729517, better comment output,
thanks to Maxime Delorme
 
2003-04-30 Michal Cihar <nijel@users.sourceforge.net>
* tbl_move_copy.php3: Better fix for #729416 (use INSERT IGNORE).
 
2003-04-29 Michal Cihar <nijel@users.sourceforge.net>
* server_privileges.php3: No need to escape wild characters here.
 
2003-04-29 Garvin Hicking <me@supergarv.de>
* tbl_move_copy.php3: Bug #729416
* tbl_query_box.php3, queryframe.php3: Bug #729446, maybe #728571
* index.php3: Typo
* db_details_structure.php3: Prevent uninitialized variable
 
2003-04-28 Garvin Hicking <me@supergarv.de>
* index.php3, queryframe.php3, tbl_query_box.php3, querywindow.php3:
Even more issues when QueryFrameJS is set to true, but JS is not
activated. Haven't ever thought this would be necessary. ;)
I tested everything with QueryFrame/QueryFrameJS set to true/false
with and without JavaScript enabled, and got everything working.
Please verify for yourselves! :)
 
2003-04-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/polish: update, thanks to Jakub Wilk
 
2003-04-28 Michal Cihar <nijel@users.sourceforge.net>
* tbl_query_box.php3: Partial fix for #728935 (can not submit SQL without
javascript). But there are still problems without javascript.
 
2003-04-27 Marc Delisle <lem9@users.sourceforge.net>
### 2.5.0-rc2 released
 
2003-04-25 Michal Cihar <nijel@users.sourceforge.net>
* lang/estonian: Updated, thanks to finsoft@sourceforge.net.
* lang/norwegian: Updated, thanks to Sven-Erik Andersen (sven-erik).
* lang/thai: Updated, thanks to Arthit Suriyawongkul.
* lang/{catalan,english,indonesian,spanish}: Added some missing
translations.
 
2003-04-23 Michal Cihar <nijel@users.sourceforge.net>
* tbl_dump.php3: Fixed syntax error with === (#724093, #707538).
* libraries/display_export.lib.php3: Automatically check "Save as file"
when selecting compression.
 
2003-04-22 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3, main.php3, db_details_common.php3:
When reloading the frame, propagate hash value (for querywindow)
 
2003-04-22 Marc Delisle <lem9@users.sourceforge.net>
* tbl_indexes.php3: bug 725711: FULLTEXT index type not shown
in the drop-down box
 
2003-04-20 Garvin Hicking <me@supergarv.de>
* libraries/display_tbl.lib.php3, index.php3, left.php3,
tbl_query_box.php3, queryframe.php3, querywindow.php3:
Fixed Bug #723955, 723736, 723713 (Query Frame). Workaround for
(serious) issues with multiple instances of phpMyAdmin and
the query window. Also made sure that disabling the QueryFrame
is possible without seeing errors. Of course, this is
extremely reduced usability without JS.
 
2003-04-18 Garvin Hicking <me@supergarv.de>
* left.php3, index.php3, tbl_query_box.php3,
libraries/display_tbl.lib.php3, queryframe.php3:
Fixed Bug #723713
 
2003-04-18 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: faq about double auth windows
* lang/ukrainian: update, thanks to Markijan Baran
* tbl_relation.php3: bug 696215: can now choose all segments
of the primary key
 
2003-04-17 Marc Delisle <lem9@users.sourceforge.net>
* lang/ukrainian: update, thanks to Markijan Baran
* server_common.inc.php3: bug 722791: "USE mysql" is not a good
test in MySQL 4 to check if superuser
 
2003-04-17 Michal Cihar <nijel@users.sourceforge.net>
* tbl_replace_fields.php3: Fix typo.
* tbl_replace.php3: Use rather SELECT *, as selecting only BLOB causes
MySQL sometimes problems...
 
2003-04-17 Garvin Hicking <me@supergarv.de>
* tbl_replace_fields.php3: Use $encoded_key instead of $key to
detect changes in BLOB fields with a special name.
* tbl_replace.php3, tbl_replace_fields.php3: Bug #722629 - Use
original values of a BLOB field when 'Insert as new row' is
chosen on edit.
* libraries/display_tbl.lib.php3: Bug #662320 (highlight fields
crossing DB borders now allowed)
 
2003-04-16 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php3: Only hide 'go' SQL button, when in files mode
with no $db set
 
2003-04-16 Marc Delisle <lem9@users.sourceforge.net>
* badwords.txt: "status" is not a reserved word
 
2003-04-16 Michal Cihar <nijel@users.sourceforge.net>
* libraries/sqlparser.data.php3: Added AUTO_INCREMET to reserved words.
* tbl_properties_common.php3: Avoid displaying message twice in some cases
(fixes bug #722378).
* libraries/build_dump.lib.php3: Export BLOBs hex quoted.
 
2003-04-15 Michal Cihar <nijel@users.sourceforge.net>
* tbl_query_box.php3: Only display charset selection when a DB is
selected.
* libraries/display_tbl.lib.php3: Fix edit link for table without primary
key and with BLOB field (bug #708182).
 
2003-04-15 Garvin Hicking <me@supergarv.de>
* footer.inc.php3, queryframe.php3: Changed anchor target
and window name of queryframe as suggested by Armel
Fauveau (thanks!)
 
2003-04-14 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 647705: 'NO' is not
a reserved word in MySQL
* libraries/sqlparser.data.php3: bug 708887: MONTH() and YEAR()
are functions
* libraries/common.lib.php3: bug 721278: Skip Explain SQL
 
2003-04-14 Michal Cihar <nijel@users.sourceforge.net>
* lang/some translations: Damn, I didn't commit all empty translations
yesterday...
* lang/sync_lang.sh: Updated to avoid empty translations problems (reports
which translations has failed, now also converts by default only
modified files and is capable to get charset from filename when reading
from file has failed.
* left.php3: More fixes for HTML entities.
* tbl_properties_options.php3: Remove '; InnoDB free:' part from comment
when changing it.
* lang/czech: Updated.
* lang/indonesian: Updted, thanks to Rachim Tamsjadi (tamsy).
* lang/swedish: Updated, thanks to Björn T. Hallberg (bth).
* lang/italian: Updated, thanks to Pietro Danesi (danone).
* lang/catalan: Updated, thanks to Xavier Navarro.
* footer.inc.php3: Fixed for quotes, HTML entities and other weird
characters in db/table name.
* libraries/display_tbl.lib.php3: Fixed bug #720672 - moved headers.
* db_details.php3, tbl_query_box.php3: Display choice for charset also
when only UploadDir available.
 
2003-04-14 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3: Fixed SHOW TABLE STATUS LIKE ... FROM ...
usage. (Bug #720846)
* footer.inc.php3: Needed \n for some cases.
* tbl_query_box.php3: Only display file import when a DB is selected.
 
2003-04-13 Marc Delisle <lem9@users.sourceforge.net>
* lang/french: update
* lang/spanish: Updates, thanks to Dr. med. Daniel Hinostroza C.
* lang/polish: update, thanks to Jakub Wilk
### 2.5.0-rc1 released
 
2003-04-13 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/bulgarian-windows-1251.inc.php3, lang/croatian-windows-1250.inc.php3,
lang/czech-windows-1250.inc.php3, lang/russian-koi8-r.inc.php3:
Added $strCharset.
 
2003-04-13 Michal Cihar <nijel@users.sourceforge.net>
* lang/{slovenian,russian,croatian,bulgarian}: We don't
want empty translations...
 
2003-04-12 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Better fix against possible "wrong parameter
count" errors.
* server_privileges.php3:
- Fixed a broken link in the user overview table;
- Fixed bug #539756 again.
* lang/german-*.inc.php3: Updates.
* tbl_properties_structure.php3, lang/*.inc.php3: Nicer output for MySQL 4.1
(Feature #623665, part 1).
 
2003-04-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/common.lib.php3, config_import.lib.php3:
MaxExactCount backwards compatibility
* db_details_structure.php3: undefined $row_count for InnoDB tables
 
2003-04-11 Michal Cihar <nijel@users.sourceforge.net>
* db_details_structure.php3: Get row count by SHOW TABLE STATUS, and by
SELECT COUNT(*) only for small (<20000 rows) tables (RFE #708533).
* config.inc.php3, db_details_structure.php3, libraries/common.lib.php3:
$cfg['MaxExactCount'] is now used instead of hardcoded 20000 for above.
* Documentation.*: Documented above.
* lang/albanian: Updated, thanks to Laurent Dhima (laurenti).
* lang/galician: Added missing string.
* lang/thai: Updated, thanks to Arthit Suriyawongkul.
 
2003-04-10 Michal Cihar <nijel@users.sourceforge.net>
* pdf_schema.php3, libraries/common.lib.php3,
libraries/display_tbl.lib.php3, libraries/get_foreign.lib.php3: Get row
count by SHOW TABLE STATUS, and by SELECT COUNT(*) only for small
(<20000 rows) tables (RFE #708533).
* tbl_printview.php3: Make javascript work on more browsers than MSIE.
* Documentation.*: Fixed typo and corrected FAQ 1.23 (bug #718569), fixed
XHTML errors, document is again valid XHTML.
* lang/italian: Updated, thanks to Pietro Danesi (danone).
 
2003-04-09 Michal Cihar <nijel@users.sourceforge.net>
* libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
and XML dump.
* libraries/display_export.lib.php3: Added <br /> before charset
selection in export.
 
2003-04-09 Marc Delisle <lem9@users.sourceforge.net>
* lang/*: $updComTab -> $strUpdComTab
* libraries/relation.lib.php3: put back version 1.30 message
that uses $strUpdComTab
* lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
 
2003-04-09 Garvin Hicking <me@supergarv.de>
* pdf_schema.php3: Fix from Doug Suerich (dougsuerich)
to prevent false arrow aligning when using 'same widths'.
 
2003-04-08 Marc Delisle <lem9@users.sourceforge.net>
* lang/galician: update, thanks to Xosé Calvo
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.
* lang/italian: Updated, thanks to Pietro Danesi.
* lang/chinese_gb: update, thanks to (fundawang)
* lang/swedish: update, thanks to Björn T. Hallberg
* lang/norwegian: update, thanks to Sven-Erik Andersen
 
2003-04-07 Michal Cihar <nijel@users.sourceforge.net>
* db_details_structure.php3, mult_submits.inc.php3: Added ANALYZE TABLE to
multi submit actions.
 
2003-04-06 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php, libraries/functions.js: Patch #705899 included.
Now multiple fields can be inserted at cursor position (Mozilla/IE)
in the sql query textarea. Thanks to Alexis Soulard (alexis_soulard)
* header.inc.php3, footer.inc.php3, libraries/common.lib.php3,
libraries/relation.lib.php3: RFE #715914: Sort query history by
(autoincrement) key instead of timevalue. Only save queries in
history if they were successful. This required the moving of
the JS-stuff in header.inc.php3 to footer.inc.php3. Please
test, if this works for everyone. It does for me.
 
2003-04-06 Alexander M. Turek <rabus@users.sourceforge.net>
* db_datadict.php3: The result of SHOW INDEX does not have a 'Comment'
column before MySQL 3.23 (bug #712055).
* libraries/grab_globals.lib.php3: Make $HTTP_ACCEPT_LANGUAGE available for
machines with register_globals = off.
 
2003-04-05 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian updates, thanks to Valics Lehel
* lang/slovenian update, thanks to Kositer Uros
 
2003-04-03 Garvin Hicking <me@supergarv.de>
* libraries/display_tbl.lib.php3: Bug #714744 fixed. Thanks to poster.
 
2003-04-02 Garvin Hicking <me@supergarv.de>
* tbl_query_box.php3: RFE #714095. Use backquotes for inserted fields.
* tbl_move_copy.php3: At least one of the PDF integrity checks
on moving/copying a table can safely be enabled.
* tbl_move_copy.php3, tbl_properties_operations.php3: Made 'move to
newly created table' depend on a selected checkbox. State of that
checkbox is saved in a cookie.
* lang/*: Added $strSwitchToTable for the above.
* lang/german-*: Translations
 
2003-04-02 Michal Cihar <nijel@users.sourceforge.net>
* tbl_move_copy.php3: Fixed copying/moving to work after some changes in
generated SQL dump, move to newly created table also after copying.
* tbl_properties_operations.php3: Some fixes for html entities in db/table
names.
* db_details_structure.php3, mult_submits.inc.php3,
tbl_properties_structure.php3: Show multi submits result after headers
and tabs from originating place.
* lang/czech: Updated.
* tbl_properties_operations.php3: Not only remember, but also recall state
of checkbox for move to newly created table (see Garvin's entry above).
 
2003-04-01 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: clarify about wildcard database
* lang/bulgarian, translators.html: big update from the new translator:
Stanislav Yordanov, stan at stud.ru.acad.bg
* lang/italian: Updated, thanks to Pietro Danesi.
 
2003-03-31 Marc Delisle <lem9@users.sourceforge.net>
* css/phpmyadmin.css.php3: calls from a css file are relative to itself
thanks to Jose Fandos (jose.fandos at sonnd.com)
 
2003-03-27 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3, lang/*.inc.php3:
- Fixed bug #708292 (Support for host-based privileges).
- Show SQL query when adding a user.
* server_processlist.php3, lang/*.inc.php3: Feature #707495
(SHOW FULL PROCESSLIST).
* lang/german-*.inc.php3: Updates.
 
2003-03-27 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: avoid long delays when browsing big tables (MySQL 4)
 
2003-03-26 Michal Cihar <nijel@users.sourceforge.net>
* db_details.php3, db_details_qbe.php3, left.php3, tbl_change.php3,
tbl_properties_operations.php3, tbl_properties_structure.php3,
tbl_query_box.php3, tbl_select.php3, libraries/common.lib.php3: Even
more fixes for HTML entities in field/table/db name.
 
2003-03-25 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Fixed GRANT queries for the controluser.
 
2003-03-25 Marc Delisle <lem9@users.sourceforge.net>
* main.php3: replace the 'USE mysql' test, as users with a global
priv like CREATE TEMPORARY TABLES can do a 'USE mysql'
 
2003-03-25 Michal Cihar <nijel@users.sourceforge.net>
* tbl_query_box.php3, tbl_properties_operations.php3,
libraries/common.lib.php3, tbl_query_box.php3, querywindow.php3: More
HTML entities fixes.
* read_dump.php3: Fixed detection of $goto.
* header.inc.php3: Neated URL generating.
* lang/czech: Updated.
 
2003-03-24 Michal Cihar <nijel@users.sourceforge.net>
* db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
multisubmit actions (RFE #622603).
* db_details_structure.php3, mult_submits.inc.php3, tbl_alter.php3,
tbl_properties_structure.php3: Show result of CHECK/OPTIMIZE/REPAIR
queries for multiple tables.
* db_details_structure.php3: Display correctly table names that contain
HTML entities.
* libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it
caused HTML entities to be quoted twice.
* tbl_indexes.php3: Fixed editing of index with HTML entities.
* lang/czech: Updated.
* tbl_properties_structure.php3: Fix enabling/disabling links to index
creating (it requires type, but there was also MIME type added).
 
2003-03-23 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3, libraries/config_import.lib.php3,
config.inc.php3, Documentation.html: disabling of the parser no
longer possible
 
2003-03-22 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/defines.lib.php3: Small bugfix.
* libraries/defines_php.lib.php3: New constant: PMA_MYSQL_CLIENT_API.
* libraries/common.lib.php3: Possible fix against "wrong parameter count"
errors.
 
2003-03-22 Marc Delisle <lem9@users.sourceforge.net>
* libraries/transformations/text_plain__imagelink: display the
image, with width and height options
* libraries/transformations/text_plain__link: the link was not
functional at my site; also, document this transform in lang.
 
2003-03-21 Marc Delisle <lem9@users.sourceforge.net>
* server_privileges.php3: typo
* lang/french update
* image_jpeg__plain renamed to text_plain__imagelink, because
the contents is not an image but a filename
 
2003-03-21 Michal Cihar <nijel@users.sourceforge.net>
* ldi_check.php3: Use $sql_query instead of $query to put query correctly
to sql.php3.
* libraries/display_export.lib.php3: Again fixed selecting table/db
filename template.
* tbl_move_copy.php3, libraries/sqlparser.lib.php3: Fixed copying of
table.
 
2003-03-20 Marc Delisle <lem9@users.sourceforge.net>
* lang/hebrew update, thanks to Yuval Sarna
 
2003-03-20 Michal Cihar <nijel@users.sourceforge.net>
* lang/indonesian: Updated, thanks again to Rachim Tamsjadi.
* libraries/mysql_wrappers.lib.php3: Fix for bug #705531 - check for field
type when doing charset conversion.
* libraries/display_export.lib.php3: Fixed selecting table/db filename
template.
* libraries/read_dump.lib.php3, db_details.php3,
db_details_importdocsql.php3, tbl_dump.php3, tbl_query_box.php3, lang/*:
Automatic detection of compression for uploaded data.
 
2003-03-19 Garvin Hicking <me@supergarv.de>
* tbl_change.php3, tbl_query_box.php3, tbl_replace_fields.php3:
Display select box for stored files on Server ($cfg['UploadDir']) in every SQL
input area (SQL window, table properties) AND in the 'Insert/Update field' display
where you can upload files to blob fields. Experimental.
 
2003-03-19 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Updates.
 
2003-03-19 Michal Cihar <nijel@users.sourceforge.net>
* tbl_properties_operations.php3: fixed bad id of option (#706147).
* lang/dutch: Updated, thanks to Gilles van den Hoven.
* lang/thai: Updated.
* lang/italian: Updated, thanks to Pietro Danesi.
* lang/indonesian: Updated, thanks to Rachim Tamsjadi.
* lang/lithuanian: Updated, thanks to Vilius Zigmantas.
* lang/chinese: Updated, thanks to Siu Sun.
 
2003-03-18 Garvin Hicking <me@supergarv.de>
* libraries/display_export.lib.php3: Fixed variable usage.
* lang/*, libraries/transformations/*, libraries/display_tbl.lib.php3,
libraries/common.lib.php3: Added new transforms for a substr()
function, a dateformat() modified and a basic plugin for external
programs. Support for TIDY has been experimentally been built in.
External programs make use of piping and thus cannot be used in
Windows.
Added the ability for transforms to adjust the "nowrap" option of a
cell.
Some german translation.
 
2003-03-18 Marc Delisle <lem9@users.sourceforge.net>
* libraries/select_lang.lib.php3: modify order of Russian lang files
because MSIE does not accept cp866 and users do not see anything,
thanks to Volckov Konstantin Michailovich (wolf at sw.ru)
 
2003-03-18 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3: removed &nbsp; from button text, as
Konqueror doesn't like it there and it is not needed.
* lang/czech: updated.
* libraries/display_tbl.lib.php3: Don't show BLOB text instead of content
when using transformations.
* libraries/display_export.lib.php3, db_details_links.php3,
server_common.inc.php3, server_databases.php3, server_links.inc.php3,
server_processlist.php3, server_status.php3, server_variables.php3,
tbl_change.php3 libraries/server_privileges.js: Fixed end of line chars.
* tbl_dump.php3, libraries/display_export.lib.php3, lang/*: User can now
specify how will filename for exported data look like (RFE #678642).
* Documentation.*: Next release seems to be 2.5.0.
* lang/latvian: Updated, thanks to Sandis Jerics.
 
2003-03-17 Mike Beck <mikebeck@users.sourceforge.net>
* pdf_pages.php3 will now check if the pdf_pages table has entries
that reference tables that no longer exist. if it does user is prompted
to delete them.
 
2003-03-17 Marc Delisle <lem9@users.sourceforge.net>
* user_password.php3, header.inc.php3, libraries/user_password.js:
put back js functions for user password change (= old user_details.js)
* libraries/display_tbl.lib.php3, functions.js: new feature:
browse mode page drop-down, thanks to Alexis Soulard (alexis_soulard)
 
2003-03-15 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php3: Automatic layout of tables on the schema
 
2003-03-15 Garvin Hicking <me@supergarv.de>
* pdf_schema.php3: Fixed typo.
 
2003-03-14 Garvin Hicking <me@supergarv.de>
* libraries/display_tbl.lib.php3, db_details_importdocsql.php3: Fixed
'../' safety issues, display transformations only if file exists
(Bug #703555)
 
2003-03-14 Robin Johnson <robbat2@users.sourceforge.net>
* config.inc.php3, libraries/config_import.lib.php3 tbl_change.php3:
- Typo fixes:
s/RestricColumnTypes/RestrictColumnTypes/
s/RestricFunctions/RestrictFunctions/
* scripts/create_tables.sql:
- Neaten up SQL, add DROP TABLE/DATABASE cleanness
 
2003-03-13 Alexander M. Turek <rabus@users.sourceforge.net>
* server_status.php3: Fixed the Garvin's calculations.
* server_variables.php3: Fixed the display for MySQL <= 4.0.3-beta.
* libraries/header_meta_style.inc.php3,
libraries/transformations/overview.php3: Fixed CSS link.
* tbl_properties.inc.php3: Added tooltips for transformations.
 
2003-03-13 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: analyzer: where_clause_identifiers
 
2003-03-13 Garvin Hicking <me@supergarv.de>
* lang/*, server_status.php3: RFE #702485 - display total# queries per hour/minute/second.
* config.inc.php3: Put a note for flipped headers: CSS only works for IE. ('writing-mode')
* libraries/display_tbl.lib.php3: Display fields used for WHERE query highlighted in
results page (1px border in the color of BrowserMarkerColor around the cells).
RFE #638800
* libraries/build_dump.lib.php3, db_details_structure.php3, db_printview.php3,
pdf_schema.php3, tbl_dump.php3, tbl_printview.php3, tbl_properties_structure.php3,
lang/*: RFE #7000385: Export AUTO_INCREMENT field.
Display Create/Update/Check_time in PDF-Pages, printview, DB/Table structure and table
dumps, if information is available (gathered by 'SHOW TABLE STATUS' for MySQL 3.23.XX).
* config.inc.php3 - Altered comments for PMA_* tables for easier integration and more
clarity. Make it easier to enable defaults (RFE #695265)
 
2003-03-12 Garvin Hicking <me@supergarv.de>
* db_details_structure.php3: When using Alias-Displays for Tables, fix bug when a tablename
was not displayed if it has no comment.
* libraries/display_tbl.lib.php3 RFE #550554 - Execute SQL bookmarks when browsing the
bookmarktable.
* db_details_structure.php, left.php3, tbl_properties_links.php3, libraries/bookmark.lib.php3:
RFE #550552: Change default initial query for browse mode, if a bookmark with the same
label as the tablename is found.
* tbl_properties_options.php3, tbl_properties_table_info.php3: Support changing
auto_increment value. (RFE #639655)
* db_printview.php3, tbl_printview.php3, db_datadict.php3, pdf_schema.php3:
Display DB comments and MIME types, where appropriate.
* header.inc.php3, querywindow.php3, libraries/common.lib.php3: Fixed some bugs for
the querywindow which didn't show the latest querys always.
* Documentation.html, db_details.php3, read_dump.php3, tbl_query_box.php3:
RFE #470000 - Use parameters for bookmarked queries. This is a bit tricky
to do, so please see Documentation.html. I thought it too hard to move the
bookmark-box around where you can store the bookmarks, because there are a couples
of redirections involved. So the major problem is that your to-be-stored bookmark
HAS to yield at least a single result row for you to be able to store that.
* tbl_move_copy.php3, tbl_properties_operations.php3: RFE #571838 :
Add 'DROP TABLE IF EXISTS' checkbox. Will maintain any existing PMA_* entries
for that table.
* tbl_properties_export.php3, db_details_export.php3,
libraries/display_export.lib.php3: Reworked DB/Table export, so that DB
export now is a perfect look-alike except for a multi-tables dropdown.
Put the code to display the export into a seperate file for re-usability.
* tbl_change.php3, config.inc.php3, libraries/config_import.lib.php3,
libraries/common.lib.php3: RFE #422243 - Definition of which MySQL functions
map to which MySQL field type and in the dropdown of the function list first
display the fitting functions, and then for compatibility reasons the rest of
the functions.
TODO: I don't know if I chose the correct mapping for all types. Please correct
config_import.lib.php3 and config.inc.php3 if therer are any mismappings.
* sql.php3, tbl_alter.php3, tbl_move_copy.php3, tbl_properties_structure.php3,
tbl_rename.php3, libraries/relation.lib.php3:
Bugfix #579256 / RFE #577328 : Automatic update of relations,
display fields, comments, bookmarks, ... on update, delete and duplicate.
Automatic duplication/moving of PDF pages does not yet work. Would the
original author please be so kind to have a look at the tbl_move_copy.php
script, search for '[TODO]' and apply necessary fixes? ;)
* tbl_dump.php3: New $sql_structure variable for the new table export
design broke DB export functionality. Fixed this.
 
2003-03-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/ukrainian: update, thanks to Markijan Baran
 
2003-03-11 Garvin Hicking <me@supergarv.de>
* docSQL/*, read_dump.php3, db_details_importdocsql.php3,
libraries/grab_globals.lib.php3, libraries/read_dump.lib.php3:
Improved security of docSQL importer. You now can only access
a subdirectory of phpMyAdmin ('docSQL' proposed) OR upload each
file on its own via File Upload (if $is_upload is true).
Filenames not matching the converter will no more printed out to
maintain security. Permits input of '../'.
* transformation_wrapper.php3 - Remove $err_url, because if a query
fails here, the user won't get to see the error string anyways.
Can happen if you want to display a blob without having an index
key in your query, because the blob cannot be filtered by a content
WHERE-string.
 
2003-03-11 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.data.php3: bug 700082, support of XOR
 
2003-03-10 Alexander M. Turek <rabus@users.sourceforge.net>
* translators.html: Another mechanism against stupid people who use the
translator list as a list of localised support hotlines or try to get a
translation by mail order... :o)
* header_printview.inc.php3, index.php3, left.php3, queryframe.php3,
libraries/common.lib.php3, libraries/header_meta_style.inc.php3: Ensured
that the correct font families are used.
 
2003-03-10 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3: Fixed getElementbyId-Bug #687548,
thanks to Csaba Gabor!
* sql.php3: Fixed another occurence of addslashes() where it no longer
belongs.
* tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
tbl_properties.inc.php3, libraries/common.lib.php3: Goodie for you all
- when creating/altering/adding table fields you can now change the
wrong form input, instead of losing all your data. Have fun. :-)
* tbl_dump.php3, tbl_properties_export.php3, css/phpmyadmin.css.php3,
lang/*:
Added new table export format by Michal Cihar. db_details_export.php3
should be adapted to the new layout somewhen. Fixed Compression.
* header.inc.php3, header_printview.inc.php3, index.php3,
left.php3, queryframe.php3, querywindow.php3,
transformation_wrapper.php3, css/phpmyadmin.css.php3,
libraries/common.lib.php3, libraries/db_table_exists.lib.php3,
libraries/functions.js, libraries/header_http.inc.php3,
libraries/header_meta_style.inc.php3, libraries/left.js
libraries/sqlparser.lib.php3:
Massive code-cleanup. Put all stylesheets into new central file
css/phpmyadmin.css.php3. To reduce overhead in this file, the
common.lib.php3 has a new variable to determine whether the full
code structure or only those codes needed for the stylesheet class
is parsed. This is to prevent duplicated code, even though it looks
somehow ugly. The stylesheet is now embedded via a <link rel>-
directive and should also be able to be cached by the browser.
See patch #699454.
Also some unneccessary code was removed from querywindow/wrapper.
* tbl_change.php3: Patch #697541 to prevent non-associative MySQL
fieldnames to be mapped to false keys for display.
 
2003-03-10 Marc Delisle <lem9@users.sourceforge.net>
* transformation_wrapper.php3, lang/*,
libraries/transformations/image_png__inline.inc.php3:
new transformation for png (inline)
(still issues with PNG's transparency in PHP 4.3.0)
* libraries/common.lib.php3: bug 692652, support for disabled ini_get()
 
2003-03-09 Garvin Hicking <me@supergarv.de>
* db_printview.php3: Added print button (#700205)
 
2003-03-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/transformations/*.sh: did not work in bash
 
2003-03-07 Marc Delisle <lem9@users.sourceforge.net>
* transformation_wrapper.php3, lang/*,
libraries/transformations/image_jpeg__inline.inc.php3:
now 2 options for resize: width, height
 
2003-03-06 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3, libraries/display_tbl.lib.php3:
Fix bug #658668, special escaping of \n, \r and \t characters.
Please test, works fine for me now (both magic_quotes on/off).
 
2003-03-05 Robin Johnson <robbat2@users.sourceforge.net>
* Documentation.html, Documentation.txt: Long-withstanding spelling fixes!
* updatedocs.sh: Script to make conversion easier
 
2003-03-05 Garvin Hicking <me@supergarv.de>
* Documentation.html: Added FAQ 2.6 about localhost-socket connections.
* libraries/relation.lib.php3, libraries/transformations.lib.php3,
tbl_relation.php3, tbl_move_copy.php3: Replace PMA_handleSlashes()
call with PMA_sqlAddslashes() call because of new global s
lashes-handling.
* sql.php3: Fixed querytime bug, when query was only shown for PHP
display.
* read_dump.php3, sql.php3, tbl_alter.php3,
tbl_properties_export.php3: Fixed remaining calls to stripslashes()
where not neccessary, because grab_globals already stripslashed
the data. This fixes the problem of the SQL Pretty printer showing
the data wrongly formatted.
 
2003-03-05 Michal Cihar <nijel@users.sourceforge.net>
* libraries/sqlparser.data.php3: TRANSACTION isn't reserved word (fixes
#697961)
 
2003-03-05 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html, faq 1.29 about the "duplicate field names" problem
* transformation_wrapper.php3, libraries/defines_php.lib.php3,
libraries/transformations/image_jpeg__inline.inc.php3:
resized thumbnails
 
2003-03-03 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_replace_fields.php3: Bugfix: User was unable to insert values
containing quotes.
* libraries/common.lib.php3:
- Avoid reloading the left frame twice;
- PHP3 compatibility;
- $cfg['PmaAbsoluteUri'] autodetection did not work as expected if php was
in CGI mode.
 
2003-03-03 Marc Delisle <lem9@users.sourceforge.net>
* badwords.txt: bug 692874: "date" is not a reserved word
 
2003-03-02 Alexander M. Turek <rabus@users.sourceforge.net>
* db_details.php3, db_details_qbe.php3, db_search.php3, ldi_check.php3,
mult_submits.inc.php3, read_dump.php3, sql.php3, tbl_addfield.php3,
tbl_change.php3, tbl_create.php3, tbl_dump.php3, tbl_indexes.php3,
tbl_move_copy.php3, tbl_properties.inc.php3,
tbl_properties_operations.php3, tbl_properties_options.php3,
tbl_query_box.php3, tbl_rename.php3, tbl_replace.php3,
tbl_replace_fields.php3, tbl_select.php3, transformation_wrapper.php3,
user_password.php3, libraries/build_dump.php3, libraries/common.lib.php3,
libraries/display_tbl.lib.php3, libraries/grab_globals.php3:
If magic_quotes_gpc is enabled, grab_globals calls stripslashes when
extracting the arrays $_GET and $_POST. This should replace a lots of
workarounds and avoid present and future problems with magic_quotes_gpc.
* server_privileges.php3, libraries/common.lib.php3:
- Escape wildcard characters in the database and table dropdown boxes;
- CSS fixes.
 
2003-03-01 Marc Delisle <lem9@users.sourceforge.net>
* lang/english: typo
* tbl_dump.php3: undefined variable $use_comments
* tbl_properties_export.php3: bug 692143: now we remove the
LIMIT clause from the original query to use the limits entered
on the export form
* pdf_schema.php3: better header/footer for long pages,
thanks to Maxime Delorme
 
2003-03-01 Michal Cihar <nijel@users.sourceforge.net>
* tbl_indexes.php3: Cleaner solution for showing query after changing
index.
 
2003-03-01 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/xpath/XPath.class.php, libraries/xpath/:
- Removed (was part of the early DB config prototype)
* lang/translatecount.sh:
- Counts just how out of date the translations are!
 
2003-02-28 Michal Cihar <nijel@users.sourceforge.net>
* tbl_indexes.php3: Show SQL query after modifying/creating index (closes
#694800), show structure after modifying index.
 
2003-02-28 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Fixed a typo.
* server_privileges.php3: Fixed bug #691910.
* server_status.php3, lang/*.inc.php3: Patch #683302: InnoDB status monitor,
thanks to Jason Carlson (jjcarlson).
 
2003-02-28 Garvin Hicking <me@supergarv.de>
* config.inc.php3, header.inc.php3, queryframe.php3, querywindow.php3,
tbl_query_box.php3, libraries/common.lib.php3, libraries/config_import.lib.php3,
Documentation.html:
- Finetuneing for query window: Only three tabs, if DefaultTab
is not set to 'full'.
- Inserted nobr-Tags to make german translation for 'sql history' fit inside a tab.
- Improved windowsize of the query window (no a *lot* smaller, hope this will suit
Rabus ;).
- Made the textarea smaller (*1.25 instead of *2) for the window only.
- Fixed a bug when you changed from a table to a database on the left frame and the
query window still wants to show the previous table.
* tbl_query_box.php3: Only show fieldlist, when $table is set.
* translators.html: Adjusted to same topmenu as Documentation.html.
With the new 'Transformations' item the bar was too large to fit
on standard 800x600 browser windows.
 
2003-02-27 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* lang/english: Resorted.
 
2003-02-27 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3, libraries/config_import.lib.php3:
- Backwards compatibility;
- Removed some unnecessary code;
- Added a small HOWTO.
* config.inc.php3: The tab settings don't fit into the 'left frame' part.
* lang/german-*.inc.php3: Grammar.
* Documentation.html: Fixed some dead links.
* scripts/create_tables.sql: Adjusted table comments.
 
2003-02-27 Garvin Hicking <me@supergarv.de>
* libraries/common.lib.php3, tbl_properties_links.php3, db_details_links.php3,
querywindow.php3: Integrated Manuzhais patch for Lightweight Tabs.
* querywindow.php3, tbl_query_box.php3, config.inc.php3, header.inc.php3, index.php3,
libraries/config_import.lib.php3: Added (optional) DB-based SQL-history with
purging on login, made querywindow tabbed, improved Querywindow-compatibility.
* tbl_properties.inc.php3, config.inc.php, librarires/config_import.lib.php3:
Experimental: Added $cfg['DefaultPropDisplay']. Enables vertical display
(optional, default off) of the columns. I didn't like to have to scroll in horizontal
directions, so with this mode you can see about 6 columns at once on a single screen.
* tbl_properties.inc.php3: Fixed bug when certain fields are not
enabled, they threw an undefined offset. [2nd try, now for real :)]
* Documentation.html: Updated for my new features. Should include
everyting, I hope. But seriously needs a proofread.
* config.inc.php3: Inserted new directives for empty
$cfg['Servers'][$i]. (history, verbose_check)
* tbl_create.php3, tbl_addfield.php3, tbl_alter.php3: Added more checks
to suppress Notices/Warnings when MIME-types are not enabled.
 
2003-02-26 Garvin Hicking <me@supergarv.de>
* lang/german-*: better grammar. ;)
* libraries/display_tbl.lib.php3: Fixed transformation-link variable
usage for special queries like 'SHOW FIELDS', where certain variables are
not set.
* config.inc.php3, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
tbl_move_copy.php3, tbl_properties.inc.php3, tbl_properties_structure.php3,
transformation_wrapper.php3, libraries/config_import.lib.php3,
libraries/display_tbl.lib.php3, libraries/relation.lib.php3,
scripts/create_tables.sql:
Test if MIME-feature are really available. Preparation for PMA_db-based
SQL-History.
Removed a dupe for inserting comments, fixed integrity check when
moving/renaming tables and keeping comments.
* header.inc.php3: Added one more Javascript if-structure to make sure
the frameset is initialized when querying for an active window. Without
this, when starting phpMyAdmin for the first time, IE6 may complain
depending on the order it loads the framesets.
 
2003-02-25 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php3: undefined variable $comment
* tbl_move_copy.php3: 'column_info'
 
2003-02-25 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/bulgarian-*.inc.php3, lang/czech-*.inc.php3, lang/dutch-*.inc.php3,
lang/swedish-*.inc.php3, lang/thai-*.inc.php3: Removed problematic %e from
$datefmt (translations #692065).
* lang/japanese-*.inc.php3: Fixed some inconsistences.
* config.inc.php3, db_details_importdocsql.php3, Documentation.html,
sql.php3, tbl_move_copy.php3, tbl_rename.php3,
libraries/config_import.lib.php3, libraries/relation.lib.php3,
libraries/transformations.lib.php3: Changed 'column_comments' to
'column_info'.
* ChangeLog: Removed the 2.3.x branch from this ChangeLog; I moved it to
<http://www.phpmyadmin.net/ChangeLogs/>.
 
2003-02-25 Garvin Hicking <me@supergarv.de>
* tbl_properties.inc.php3: Fixed duped display of comments due to
merging diff conflict.
* lang/german*: German translations, only missing transformation
descriptions. They shouldn't be translated at that early point, I guess.
* libraries/config_import.lib.php3, libraries/relation.lib.php3,
libraries/transformations.lib.php3: 'column_info', they were somehow
not included in rabus' commit?!
 
2003-02-24 Alexander M. Turek <rabus@users.sourceforge.net>
* common.lib.php3: Backwards compatibility.
 
2003-02-24 Garvin Hicking <me@supergarv.de>
Submitted multiple patches from the patch tracker:
* JS rowmarker now works in vertical display mode
Files: libraries/functions.js, display_tbl.lib.php3
* Display nav_bar even when only one row is returned, to enable display in
vertical/horizontal mode (especially for rotated headers)
Files: libraries/display_tbl.lib.php3
* Measures basic query time [#571934]
Files: sql.php3, display_tbl.lib.php3
* New display mode with 90 degree rotated table headers [#544361]. Works
either as CSS or as 'faked' PHP-transformation.
Files: libraries/common.lib.php3, libraries/display_tbl.lib.php3
* Update and display column comments in Add/Edit Fieldmode and CREATE table
mode. Display comments in table structure (optional) with underlined
CSS-mouseovers. Display comments in browser mode (optional), both in
vertical and horizontal display mode. Keep column comments in synch, when
DROPping/ALTERing and moving/copying tables.
Files: tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
tbl_properties.inc.php3, tbl_properties_structure.php3, db_details_links,
tbl_relation.php3,tbl_move_copy.php3, tbl_properties_links.php3,
tbl_rename.php3, sql.php3, db_details_structure.php3, db_details_links.php3,
libraries/relation.lib.php3
* Display and enter DB/table comments for navigation, stored in pma comments table.
May be displayed as Alias-Tooltips in left frame. [#650064]
Files: db_details_structure.php3, left.php3, relation.lib.php3
* Display column comments in table/database dumps, as inline SQL-Comments
Files: tbl_dump.php3, tbl_properties_export.php3, build_dump.lib.php3
* Display MIME types to transform any table cell. You can only choose from a
list of pre-defined MIME-types. The list gets built by a function searching
a directory for valid transforms. For further information see
libraries/transformations/README-file and soon in documentation. ;)
Files: tbl_properties.inc.php3, transformations.lib.php3, relation.lib.php3,
create_tables.sql, tbl_addfield.php3, tbl_alter.php3, tbl_create.php3,
tbl_move_copy.php3, transformation_wrapper.php3,
libraries/display_tbl.lib.php3, libraries/transformations/*
TODO: Add predefined functions!
* Display a (javascript) based query window as a new frame below the left
frame with query history [#526008]. Currently a bit experimental, works with
IE6 and Mozilla 1.2. Utilizes pretty basic JavaScript functions which *should*
work with any browser.
Files: queryframe.php3, querywindow.php3, header.inc.php3,
tbl_query_box.php3, common.lib.php3
 
2003-02-24 Olivier L. Müller <om@omnis.ch>
* libraries/common.lib.php3: if $cfg['PmaAbsoluteUri'] is empty and
port == 80 or port == 443, do not add ":80" or ":443" anymore to the
generated URL -> prevents a double password query with some browsers
(Safari) in case of http authentication. (tested with https, http and
http running on port 8080)
 
2003-02-24 Michal Cihar <nijel@users.sourceforge.net>
* tbl_change.php3, tbl_replace_fields.php3: Move magic words used for
fields type into special variable. Fixes #647689.
* db_details_structure.php3: Removed extra /. Fixes #692171.
 
2003-02-23 Marc Delisle <lem9@users.sourceforge.net>
### 2.4.0 released
 
2003-02-23 Olivier L. Müller <om@omnis.ch>
* docs.css: highlight FAQ questions in blue -> more readble.
 
2003-02-23 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges: Better code for "check privileges"; This should fix
bug #687808 and a few other problems.
* ANNOUNCE.txt: Updated list of known bugs.
* server_variables.php3: Modified generated XHTML code.
 
2003-02-22 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian update, thanks to Pietro Danesi
* lang/slovak update, thanks to Lubos Klokner
* lang/polish: update, thanks to Jakub Wilk
* lang/thai: update, thanks to Arthit Suriyawongkul
* tbl_change.php3: do not use enctype="multipart/form-data"
if !$is_upload (possible solution for bug 689215)
* lang/swedish: update, thanks to Björn T. Hallberg
 
2003-02-19 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/display_tbl.lib.php3: Coding standards.
* lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
* lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
* lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro.
 
2003-02-18 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: bug 649665: undefined variables with UNION, and
also get the correct row count
* lang/norwegian: update, thanks to Sven-Erik Andersen
 
2003-02-18 Alexander M. Turek <rabus@users.sourceforge.net>
* server_databases.php3:
- Fixed bug #688360 (Database privileges and AllowUserDropDatabase);
- The link "check privileges" is now only displayed to superusers.
 
2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* Documentation.html: Removed obsolete FAQ 6.17 about binary upload.
 
2003-02-17 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Fixed edit link.
* Documentation.html:
- Reformulated some passages;
- FAQ 1.28.
* ANNOUNCE.txt: Synchronized features list with documentation.
* server_databases.php3: Fixed bug #688271 (missing "?").
 
2003-02-17 Garvin Hicking <me@supergarv.de>
* tbl_replace_fields.php3, read_dump.php3, libraries/common.lib.php3:
Reworked blob file upload. More security cautions, and preserve
fields contents, if no new file was uploaded. Moved is_uploaded_file
function from read_dump.php3 to common.lib.php3 for reusability.
 
2003-02-17 Michal Cihar <nijel@users.sourceforge.net>
* tbl_change.php3, tbl_replace_fields.php3: Removed checkbox for binary
upload, upload field moved into table.
 
2003-02-17 Marc Delisle <lem9@users.sourceforge.net>
### 2.4.0-rc2 released
* sql.php3: use SQL_CALC_FOUND_ROWS on MySQL 4 to find the
correct number of rows
 
2003-02-16 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3, lang/*.inc.php3, lang/server_privileges.js:
- Reimplemented ability to change a user's login information
(bug #684984);
- Feature: copy user profiles;
- "Check privileges" should now also check for wildcards;
- The revoke mode for deleting users did not always produce valid MySQL.
* lang/chinese-*.inc.php3: Fixed bug #682161 by removing some errornous strings.
* ANNOUNCE.txt: synchronized list of features and fixes.
 
2003-02-16 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* docs.css: Fixed URL.
 
2003-02-16 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, libraries/sqlparser.lib.php3: new analyzer logic
for splitting the SELECT clauses, to solve almost all records
counting bugs
* pdf_schema.php3: improved alignment, thanks to Maxime Delorme
* lang/japanese: update, thanks to Yukihiro Kawada
 
2003-02-15 Alexander M. Turek <rabus@users.sourceforge.net>
* ANNOUNCE.txt: Prepared announcement for 2.4.0. Please feel free to correct
it if necessary.
* libraries/common.lib.php3: Don't display edit link for
database-independant queries.
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
* docs.css:
- Wrong URI;
- Typo.
 
2003-02-14 Alexander M. Turek <rabus@users.sourceforge.net>
* server_databases.php3, server_privileges.php3, lang/*.inc.php3:
Reimplemented "check privileges" feature.
 
2003-02-13 Robin Johnson <robbat2@users.sourceforge.net>
* sql.php3: Fix simple little bug #685082
 
2003-02-12 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Fixed bug #684947 ('uncheck all' of 'privileges'
is broken), thanks to Alexander Schuch (ci-dev).
 
2003-02-12 Marc Delisle <lem9@users.sourceforge.net>
* lang/indonesian update, thanks to Rachim Tamsjadi
* lang/italian update, thanks to Pietro Danesi
* lang/lithuanian update, thanks to Vilius Zigmantas
* lang/slovenian update, thanks to Kositer Uros
* lang/swedish: update, thanks to Björn T. Hallberg
* tbl_change.php3: upload field only to BLOBs
* libraries/defines.lib.php3, libraries/common.lib.php3: adjust Konqueror
font size
 
2003-02-11 Marc Delisle <lem9@users.sourceforge.net>
* tbl_replace_fields.php3: sometimes we receive "none" as the file
name when there is no field upload for some field
* sql.php3: bug 684712, undefined variable $table (js disabled
and confirmation for drop database)
 
2003-02-11 Alexander M. Turek <rabus@users.sourceforge.net>
* server_databases.php3: Wrong link title.
 
2003-02-10 Alexander M. Turek <rabus@users.sourceforge.net>
* server_databases.php3: Ensured that the database list is built.
 
2003-02-10 Marc Delisle <lem9@users.sourceforge.net>
* lang/catalan: update, thanks to Xavier Navarro
 
2003-02-09 Robin Johnson <robbat2@users.sourceforge.net>
* lang/Galician*: Updates thanks to xosecalvo
 
2003-02-09 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated again.
 
2003-02-09 Alexander M. Turek <rabus@users.sourceforge.net>
* server_databases.php3, lang/*.inc.php3:
- Bugfixes & interface cosmetic;
- Drop multiple databases.
* db_stats.php3: Removed, the file is replaced by server_databases.php3.
* lang/german-*.inc.php3: Updates.
* config.inc.php3: Added a note about another possible setting.
* lang/galician-*.inc.php3: Updates, thanks to Xosé Calvo.
* lang/romanian-*.inc.php3: Updates, thanks to Valics Lehel.
* translators.html: Fixed a typo.
* lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
 
2003-02-08 Alexander M. Turek <rabus@users.sourceforge.net>
* config.inc.php3, lang/add_message.sh: Typos.
* lang/italian.inc.php3: Updates, thanks to Pietro Danesi (danone).
* server_databases.php3, server_links.inc.php3, lang/*.inc.php3:
Reworte db_stats.php3 to be conform with the new server_ pages.
 
2003-02-07 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
 
2003-02-07 Marc Delisle <lem9@users.sourceforge.net>
* lang/italian: update, thanks to Pietro Danesi
* lang/norwegian: update, thanks to Sven-Erik Andersen
* lang/polish: update, thanks to Jakub Wilk
* lang/swedish: update, thanks to Björn T. Hallberg
* lang/slovak: remove duplicates
* lang/*, tbl_properties.inc.php3: new $strDefaultValueHelp
 
2003-02-06 Robin Johnson <robbat2@users.sourceforge.net>
* lang/arabic*: Updates thanks to Ossama Khayat <ossamak at nht.com.kw>
* lang/chinese_gb.inc.php3: Fixed duplicate '$strDBGMin' where it should
be '$strDBGMax'
* translators.html: Added Ossama Khayat <ossamak at nht.com.kw>
 
2003-02-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3: PHP3 parse error
* Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
libraries/relation.lib.php3: bug 681298, we should always backquote
a restricted word like "comment" when used as an identifier
* Documentation.html, bug 681776, wrong command for my.ini file
* libraries/left.js: png files
 
2003-02-05 Alexander M. Turek <rabus@users.sourceforge.net>
* db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of
the SQL query box for Opera 7 for Windows in order to avoid trouble here.
* Documentation.html: Removed FAQ entry about Opera 7.
* db_stats.php3: One <img> tag still pointed to a GIF file.
 
2003-02-05 Marc Delisle <lem9@users.sourceforge.net>
* tbl_replace.php3, tbl_replace_fields.php3: do not display the
UPDATE query if there was some binary upload in it, otherwise
display it
 
2003-02-04 Alexander M. Turek <rabus@users.sourceforge.net>
* common.lib.php3:
- Patch #669255 (Initial DB list for MySQL > 4.0.2), thanks to Charles
Bailey (charles_bailey);
- Don't use small fonts for Opera 7.
* ldi_check.php3: Backslahes should be escaped.
* Documentation.html: Added a note about Opera 7.
 
2003-02-04 Michal Cihar <nijel@users.sourceforge.net>
* Documentation.*: Added information about binary checkbox when uploading
files.
 
2003-02-04 Garvin Hicking <me@supergarv.de>
* common.lib.php3: Fixed a possible 'undefined index' error.
 
2003-02-04 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: new faq entry about IE bug with http auth,
switching from one server to the other
* db_details_qbe.php3: bug 661758 (undefined offset when doing a qbe
and only table selected)
* ldi_check.php3: check local_infile on recent MySQL versions,
thanks to Alexander
 
2003-02-03 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_tbl.lib.php3, tbl_change.php3: Show blob size (RFE
#678729).
* tbl_replace_fields.php3, tbl_change.php3: Allow binary uploads.
* tbl_dump.php3: Fix bug #679699 (export to XML, save to file - Undefined
variable: charset_of_file).
 
2003-02-03 Garvin Hicking <me@supergarv.de>
* pdf_schema.php3, libraries/dbg/profiling.php3,
libraries/xpath/XPath.class.php: Backwards compatibility (foreach loops).
 
2003-02-03 Marc Delisle <lem9@users.sourceforge.net>
### 2.4.0-rc1 released
and after the release:
* lang/romanian: update, thanks to Valics Lehel
* lang/spanish: update, thanks to Daniel Hinostroza C.
* lang/catalan: update, thanks to Xavier Navarro
* lang/dutch update, thanks to Ivo Teel
 
2003-02-02 Olivier L. Müller <om@omnis.ch>
* tbl_addfield.php3: ignore empty fields on alter table
 
2003-02-02 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards
compatibility.
* lang/german-*.inc.php3: Updates.
* server_privileges.php3: Remove column privileges.
* config.inc.php3: Added $cfg['DefaultTabServer'].
* header.inc.php3: Link the default tabs.
* libraries/common.lib.php3: PHP3 compatibility.
 
2003-02-02 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* lang/sort_lang.sh: This needs bash.
 
2003-02-02 Marc Delisle <lem9@users.sourceforge.net>
* lang/indonesian: update, thanks to Rachim Tamsjadi (tamsy).
* lang/norwegian: update, thanks to Sven-Erik Andersen
* libraries/kanji-encoding.lib.php3 bug fix, thanks to Yukihiro Kawada
* libraries/dbg/setup.php3, lang/*: generic $strCantLoad
(later when we get enough translations,
we can use it instead of $strCandLoadMySQL)
* lang/romanian: update, thanks to Valics Lehel
* lang/galician: update, thanks to Xosé Calvo
* lang/lithuanian: update, thanks to Vilius Zigmantas
* lang/japanese: update, thanks to Yukihiro Kawada
* lang/*, libraries/dbg/profiling.php3: strDBGMaxTimeMs,
thanks to Alexander
 
2003-02-01 Robin Johnson <robbat2@users.sourceforge.net>
* R.I.P.: --- On Feb. 1, 2003, the Space Shuttle Columbia (STS-107) was lost during its
re-entry into Earth's atmosphere. In memory of the brave men and women who
gave their lives for the people of Earth. ---
* Documentation.html: Removed a bit of duplication in [7.4] and the
Developers section
* libraries/dbg: New directory for DBG code
* libraries/dbg/setup.php3:
- DBG initialization code, including module support
* libraries/dbg/profiling.php3: Profiling code
* lang/*: New strings added for DBG extension
* config.inc.php3: config options for DBG, off by default
* footer.inc.php3: DBG profiling output
 
2003-02-01 Michal Cihar <nijel@users.sourceforge.net>
* Documentation.*, translators.html, docs.css: New documentation layout.
* scripts/create-release.sh: Added --dont_wrap_pre to lynx parameters.
 
2003-02-01 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3, tbl_replace.php3, (new)tbl_replace_fields.php3,
db_details.php3, tbl_query_box.php3, libraries/common.lib.php3:
new Feature: BLOB field upload
(TODO: handle open_basedir restrictions)
 
2003-01-31 Alexander M. Turek <rabus@users.sourceforge.net>
* config.inc.php3, Documentation.html, libraries/common.lib.php3,
libraries/config_import.lib.php3: Added experimental support for
compressed connections to the MySQL server.
 
2003-01-30 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php3, libraries/fpdf/fpdf.php3: better browser
support, thanks to Jose Fandos (jose.fandos at sonnd.com)
 
2003-01-30 Michal Cihar <nijel@users.sourceforge.net>
* Documentation*: Added faq 1.27 about GZIP output buffering problem.
* Documentation.html, translators.html: Unified using of font sizes.
 
2003-01-30 Alexander M. Turek <rabus@users.sourceforge.net>
* main.php3, user_details.php3, libraries/user_details.js: Removed the old
user management.
* server_processlist.php3: Fixed a bug the denied the access to the
process list for normal users.
* config.inc.php3: Removed note about buggy setting.
* lang/german-*.inc.php3: Updates.
* Documentation.html: There won't be a PHP 4.5.0; typos.
 
2003-01-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php3: drop-down for enums, thanks to Joerg Klein (j0erch)
 
2003-01-28 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, tbl_replace.php3: display UPDATE statement after row edit
 
2003-01-27 Marc Delisle <lem9@users.sourceforge.net>
* lang/slovenian update: thanks to Kositer Uros (urosh)
* lang/albanian: update, thanks to Laurent Dhima
* lang/slovak update, thanks to Lubos Klokner
 
2003-01-25 Marc Delisle <lem9@users.sourceforge.net>
* libraries/relation.lib.php3: improve messages
 
2003-01-23 Marc Delisle <lem9@users.sourceforge.net>
* tbl_relation.php3, bug 659227: in Relation View, cannot enter comments
 
2003-01-22 Robin Johnson <robbat2@users.sourceforge.net>
* lang/swedish*: Updates, thanks to Björn T. Hallberg (bth)
* lang/italian*: Updates, thanks to Pietro Danesi (danone)
* lang/english*: Resorted and Resynced.
* lang/farsi*: Added ready for Farsi translation
* lang/sync_lang.sh, libraries/select_lang.lib.php3:
- Updates ready for Farsi translation
* lang/polish*: Updates, thanks to Jakub Wilk (ubanus)
* fulltext.png, partialtext.png, pma_logo.png:
- Ran PNGCRUSH on files to reduce size optimially.
* plus.gif, browse.gif, desc_order.gif, asc_order.gif, minus.gif,
vertical_line.gif, item_rtl.gif, item_ltr.gif:
- Old image files removed and replaced with PNG files (feature
#458895)
* plus.png, browse.png, desc_order.png, asc_order.png, minus.png,
vertical_line.png, item_rtl.png, item_ltr.png:
- New PNG image files (feature #458895)
* header.inc.php3, left.php3, main.php3, libraries/display_tbl.lib.php3:
- Code changes for PNG images (feature #458895)
 
2003-01-21 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/sqlparser.lib.php3: checkType function
 
2003-01-21 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
 
2003-01-21 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, tbl_properties_export.php3, libraries/build_dump.lib.php3:
row limiting for exported results
 
2003-01-21 Michal Cihar <nijel@users.sourceforge.net>
* db_datadict.php3, pdf_schema.php3, tbl_printview.php3,
tbl_properties.inc.php3, tbl_properties_structure.php3, tbl_select.php3:
Fixed bug #667682 ("UNSIGNED" option in SET or ENUM), SET and ENUM can't
be SIGNED/UNSIGNED/ZEROFILL.
 
2003-01-19 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Added column privileges editor.
 
2003-01-19 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, tbl_properties_export.php3, tbl_dump.php3,
tbl_move_copy.php3, libraries/build_dump.lib.php3:
Feature: Export results of SELECTs
 
2003-01-17 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: faq 5.12 about OS X Safari problem
* tbl_move_copy.php3: typo (wrong back link)
 
2003-01-17 Robin Johnson <robbat2@users.sourceforge.net>
* lang/spanish-*.inc.php3: Updates, thanks to Daniel Hinostroza C.
* lang/norwegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
 
2003-01-17 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Wrong label.
* scripts/create-release.sh: Changed the CVS hostname to cvs1 because
cvs1.sourceforge.net is now blocked for the SF shell servers, too. Note:
The script now works on the SF shell servers ONLY!
 
2003-01-16 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
* libraries/tbl_change.js, tbl_change.php3: Improved Ctrl+arrows moving in
field editing.
 
2003-01-15 Robin Johnson <robbat2@users.sourceforge.net>
* lang/sort_lang.sh: Fix status output bug '\n'
* db_details_importdocsql.php3: Move hardcoded strings to language files
* lang/*.php3: Add new strings for docSQL importer
* libraries/sqlvalidator.*.php3: Finish fixing bug #644709
* Documentation.html: Revised FAQ entry about SQL Validator
 
2003-01-15 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
* lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
* lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
* lang/polish-*.inc.php3: Updates, thanks to Jakub Wilk (ubanus).
* lang/slovak-*.inc.php3: Updates, thanks to Lubos Klokner (erkac).
 
2003-01-15 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php3: feature: deleting a pdf page
* libraries/sqlparser.lib.php3: bug 667317 (INTERVAL 10YEAR)
, bug 667663 (ALTER TABLE tbl_name AUTO_INCREMENT = 1 )
 
2003-01-14 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3:
- Lookup database / table lists if possible;
- The database name was displayed instead of the table name in the sub
page heading.
* lang/slovenian-*.inc.php3: Updates, thanks to Kositer Uros (urosh).
* lang/norwegian-*.inc.php3: Updates, thanks to
Sven-Erik Andersen (sven-erik).
* lang/albanian-*.inc.php3: Updates, thanks to Laurent Dhima (laurenti).
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
 
2003-01-14 Marc Delisle <lem9@users.sourceforge.net>
* lang/galician: update, thanks to Xosé Calvo
* lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
 
2003-01-14 Michal Cihar <nijel@users.sourceforge.net>
* tbl_properties_structure.php3, libraries/functions.js: Added (un)check
all for fields selection.
* tbl_properties.inc.php3, libraries/functions.js: Merged patch #554439
(Jumping cursor using keyboard).
* tbl_alter.php3, tbl_addfield.php3, tbl_create.php3: Always include
functions.js to allow jumping using keyboard.
* tbl_change.php3, libraries/tbl_change.js: Moving cursor with Ctrl+arrows
works also for row editing.
* Documentation.*: Documented moving using Ctrl+arrows (FAQ 6.16).
 
2003-01-13 Robin Johnson <robbat2@users.sourceforge.net>
* libraries/sqlvalidator.class.php3:
- Removed dependency on overload extension
- Started to fix bug #644709
* sql.php3, libraries/common.lib.php3, libraries/sqlparser.lib.php3:
- Revert line 88 of sql.php3, and fix it a different way...
 
2003-01-12 Robin Johnson <robbat2@users.sourceforge.net>
* read_dump.php3, sql.php3, libraries/common.lib.php3,
libraries/sqlparser.lib.php3:
- Fixed bug #641765, see mailing list post
 
2003-01-11 Alexander M. Turek <rabus@users.sourceforge.net>
* server_*.php3:
- The messages are now displayed by server_links.inc.php3, so
server_common.inc.php3 may be included earlier;
- Beautified code.
* server_privileges.php3:
- Wrong GRANT syntax;
- Changed the default behavior of the for fields "pred_username" and
"pred_password".
 
2003-01-10 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php3: bug 665885, wrong back link after sql error
* lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
* lang/ukrainian: update, thanks to Markijan Baran
* lang/romanian: update, thanks to Valics Lehel
* lang/japanese: update, thanks to Yukihiro Kawada
 
2003-01-10 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech*: Updated.
 
2003-01-09 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3, libraries/sqlparser.lib.php3: bug 664951, add
support for the EXTRACT ... FROM syntax which is not a real
SELECT ... FROM
 
2003-01-09 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3, lang/*.inc.php3:
- Forgot to implement "This host";
- Drop the users' databases;
- Don't send comments to the MySQL server;
- When trying to delete multiple users, display an error message if none
have been selected.
 
2003-01-08 Marc Delisle <lem9@users.sourceforge.net>
* libraries/sqlparser.lib.php3, libraries/functions.js,
sql.php3: - use the parser for confirmation requests
- better check before appending LIMIT
* lang/galician: update, thanks to Xosé Calvo
* lang/spanish: update, thanks to Dr. med. Daniel Hinostroza C.
* lang/indonesian: missing semicolon
* lang/japanese: update, thanks to Yukihiro Kawada
* lang/romanian: update, thanks to Valics Lehel
 
2003-01-08 Michal Cihar <nijel@users.sourceforge.net>
* libraries/url_generating.lib.php3, libraries/common.lib.php3: New URL
and hidden input generating stuff.
* almost all php3 files: Use new URL and hidden input generation stuff.
* libraries/common.lib.php3: Addded extra check for MySQL even when in
safe mode (could fix #661949).
 
2003-01-08 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/english-*.inc.php3: Fixed a typo.
* server_privileges.php3, libraries/url_generating.lib.php3:
- Beautified generated XHTML code;
- Coding standards;
- Added a missing @param comment.
 
2003-01-07 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech: Updated.
 
2003-01-07 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3: Sorting user list.
* translators.html: Typo.
* lang/catalan-*.inc.php3: Updates, thanks to Xavier Navarro (xavin).
* lang/indonesian-*.inc.php3: Updates, thanks to Rachim Tamsjadi (tamsy).
* lang/italian-*.inc.php3: Updates, thanks to Pietro Danesi (danone).
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
* lang/norwegian-*.inc.php3: Updates, thanks to
Sven-Erik Andersen (sven-erik).
* lang/spanish-*.inc.php3: Updates, thanks to Dr. med. Daniel Hinostroza C.
 
2003-01-07 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: clarification about cookie/http modes
* lang/dutch update, thanks to Ivo Teel
* lang/japanese: update, thanks to Yukihiro Kawada
* lang/ukrainian: remove duplicate messages
 
2003-01-06 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3:
- Interface cosmetic;
- Smaller bugfixes;
- Added a db / table privileges editor.
* server_privileges.php3, server_links.inc.php3: XHTML fixes.
* server_privileges.php3, libraries/server_privileges.js:
- Optimized some JS functions for the new interface;
- Added ability to create new MySQL users via GRANT (feature #502465).
* Documentation.html, translators.html, libraries/defines_php.lib.php3:
Incremented version number to 2.4.0-dev.
 
2003-01-05 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html: Added a note about "bug" #662602 (FAQ 3.4).
 
2003-01-03 Marc Delisle <lem9@users.sourceforge.net>
* lang/estonian*, malay*: remove control M
* lang/romanian: update, thanks to Valics Lehel
* lang/galician: update, thanks to Xosé Calvo
* lang/english: typos fix, thanks to Björn T. Hallberg (bth)
 
2003-01-01 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german*: Updated.
 
2003-01-01 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech*: Updated.
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
* lang/sort_lang.sh: Made POSIX sh compatible.
* lang/check_lang.sh: Made require bash.
* lang/swedish*: Updated.
* lang/*: For many translations fixed missing/duplicate strings.
 
2002-12-28 Marc Delisle <lem9@users.sourceforge.net>
* lang/ukrainian: update, thanks to Markijan Baran
* user_details.php3: add $strGrantOption
* lang/french update
* main.php3, lang/*.php3: $strOriginalInterface
 
2002-12-25 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3:
- Made the script compatible to MySQL < 3.22.11;
- Fixed the missing "LOCK TABLES" option in the privilege editor.
- Fixed a bug that caused the script not to use GRANT ALL PRIVILEGES even
if all privileges have been selected.
* libraries/sqlparser.data.php3:
- Fixed bug #655817 (New privileges are not detected correctly).
- Updated function list.
 
2002-12-23 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
 
2002-12-22 Alexander M. Turek <rabus@users.sourceforge.net>
* server_privileges.php3, lang/*.inc.php3, libraries/user_details.js:
Added ability to delete users.
 
2002-12-21 Alexander M. Turek <rabus@users.sourceforge.net>
* tbl_dump.php3:
- Fixed wrong charset information in XML exports.
- Beautified the output of the MySQL version number, e.g. '4.0.5' instead
of '4.00.05'.
 
2002-12-20 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
 
2002-12-19 Michal Cihar <nijel@users.sourceforge.net>
* server_privileges.php3: Fixed undefined variable warning.
* lang/czech*: Updated.
* lang/*: Fixed a typo.
 
2002-12-19 Marc Delisle <lem9@users.sourceforge.net>
* lang/romanian: update, thanks to Valics Lehel
* lang/dutch update, thanks to Ivo Teel
 
2002-12-19 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/norwegian-*.inc.php3:
- Corrections, thanks to Tore Longva <longva at stud.ntnu.no>.
- Updates, thanks again to Sven-Erik Andersen (sven-erik).
* lang/malay-*.inc.php3: Updates, thanks again to Shafique (sicksand).
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
* lang/german-*.inc.php3: Updates.
* lang/*.inc.php3: Fixed a typo.
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
* lang/english-*.inc.php3, lang/romanian-*.inc.php3: Reordered strings.
* server_privileges.php3, lang/*.inc.php3:
- Bugfixes;
- Small design modification;
- Added ability to change passwords via SET PASSWORD FOR user.
 
2002-12-18 Alexander M. Turek <rabus@users.sourceforge.net>
* main.php3, header.inc.php3, server_privileges.php3, server_links.php3,
lang/*.inc.php3: Started rewriting the user administration; changes:
- Use GRANT / REVOKE for privilege changes (feature #502465);
- Support for the new privilege system introduced with MySQL 4.0.2-beta;
- Support for user resource limits;
- Improved user friendliness.
Currently, it can only display and edit global privileges.
* libraries/common.lib.php3: Undefined index.
* lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
* lang/estonian-*.inc.php3: Updates, thanks again to Alvar Soome (finsoft).
 
2002-12-18 Michal Cihar <nijel@users.sourceforge.net>
* main.php3: Since every user has access to his processlist, set
is_process_priv to TRUE as default (fixes undefined variable warning).
 
2002-12-18 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php3, bug 648263
* libraries/common.lib.php3, bug 653764
* tbl_move_copy.php3, tbl_properties_operations.php3: feature 508564,
append data only to a table
 
2002-12-17 Marc Delisle <lem9@users.sourceforge.net>
* lang/russian: update, thanks to Nicolay Zakharov
 
2002-12-16 Michal Cihar <nijel@users.sourceforge.net>
* lang/{sort_lang.sh,sync_lang.sh}: Make it work with POSIX sh.
* lang/czech: fixed typos, thanks to Vojta Beran <xmamut at email dot cz>
 
2002-12-16 Marc Delisle <lem9@users.sourceforge.net>
* lang/russian: update, thanks to Nicolay Zakharov
* lang/galician: update, thanks to Xosé Calvo
 
2002-12-15 Marc Delisle <lem9@users.sourceforge.net>
* libraries/get_foreign.lib.php3: bug 646263,
bad drop-down in select sub-page
 
2002-12-14 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/common.lib.php3: Removed a comment.
 
2002-12-14 Marc Delisle <lem9@users.sourceforge.net>
* ldi_check.php3: bug 530255 (LOAD DATA LOCAL INFILE)
 
2002-12-13 Michal Cihar <nijel@users.sourceforge.net>
* tbl_dump.php3: Fix output order of inserts/creates, generate file
extension to include also file type, not only compression (now it
generates something like dump.sql.gz).
 
2002-12-13 Mike Beck <mikebeck@users.sourceforge.net>
* pdf_schema.php3: Change generated filename to
db_pdfname.pdf instead of db_pdfnumber.pdf
 
2002-12-12 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/italian-*.inc.php3: Updates, thanks again to Pietro Danesi (danone).
* lang/polish-*.inc.php3: Updates, thanks again to Jakub Wilk (ubanus).
* lang/slovenian-*.inc.php3: Updates, thanks again to Kositer Uros (urosh).
* lang/norwegian-*.inc.php3: Updates, thanks again to
Sven-Erik Andersen (sven-erik).
* lang/german-*.inc.php3: Small grammar fix.
 
2002-12-11 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german-*.inc.php3: Updates.
* lang/catalan-*.inc.php3: Updates, thanks again to Xavier Navarro (xavin).
* libraries/build_dump.php3:
- Fixed part 2 of bug #652311 (Undefined variables);
- Coding standards.
 
2002-12-11 Michal Cihar <nijel@users.sourceforge.net>
* tbl_dump.php3: Fix exporting of structure and data to file, fix and make
cleaner charset conversion for export.
* db_details_export.php3, tbl_dump.php3, tbl_properties_export.php3,
lang/*, libraries/build_dump.lib.php3: Support for exporting to LaTeX,
thanks to Valentine for creating the patch #627496.
 
2002-12-11 Marc Delisle <lem9@users.sourceforge.net>
* lang/galician: update, thanks to Xosé Calvo
* libraries/sqlparser.lib.php3: bug 649665 undefined vars with UNION,
but there is still some work to do about how to split a UNION
* tbl_properties_options.php3, bug 651522 wrong back-link,
thanks to Mischka ( stollner at uni-muenster dot de )
 
2002-12-10 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech*.php3: Updated translation.
* tbl_dump.php3: Fix Alexanders fix for bug #651414.
 
2002-12-10 Alexander M. Turek <rabus@users.sourceforge.net>
* server_*.php3, lang/*.inc.php3, main.php3:
- Added 'SHOW PROCESSLIST' interface;
- Small bugfixes.
- XHTML fixes.
* lang/spanish-*.inc.php3: Updates, thanks again to
Dr. med. Daniel Hinostroza C.
* tbl_dump.php3, lang/*.inc.php3: Warning for bug #651414.
 
2002-12-09 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/norwegian-*.inc.php3: Updates, thanks again to
Sven-Erik Andersen (sven-erik).
* lang/swedish-*.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
* lang/spanish-*.inc.php3: Updates, thanks again to
Dr. med. Daniel Hinostroza C.
 
2002-12-08 Alexander M. Turek <rabus@users.sourceforge.net>
* Documentation.html, header.inc.php3, header_printview.inc.php3, main.php3,
server_common.inc.php3, server_links.inc.php3, server_status.php3,
server_variables.php3, lang/*.inc.php3, libraries/common.lib.php3:
Started working on a new interface to server related pages.
* lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
* lang/german-*.inc.php3: Updates.
* lang/english-*.inc.php3: Reordered strings.
 
2002-12-07 Marc Delisle <lem9@users.sourceforge.net>
* db_search.php3, libraries/display_tbl.lib.php3, libraries/common.lib.php3
bug 633422, use a button if search result would generate a too big URL
 
2002-12-06 Mike Beck <mikebeck@users.sourceforge.net>
* pdf_pages.php3,pdf_schema.php3,db_details_structure.php3:
Choose between Landscape and Portrait for the
Datadictionary in PDF Pages
* pdf_schema.php3: lineheight for Textrows in Datadictionary
was equal to textheight, i added one mm above and below text
(hope your tables are not too big not to fit on a page now ;)
 
2002-12-06 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/german.inc.php3: Updates.
* main.php3: Fixed bug #649641 (usernames containing '@' character).
* libaraies/ob.lib.php3: Merged patch #647148 (Fix for Output Handler
warning / php >= 4.3.0) by Mats Engstrom (matseng).
* lang/thai-*.inc.php3: Updates, thanks to Arthit Suriyawongkul (bacteria).
* lang/norvegian-*.inc.php3: Updates, thanks to Sven-Erik Andersen
(sven-erik).
* lang/lithuanian-*.inc.php3: Updates, thanks to Vilius Zigmantas (viliusz).
* lang/estonian-*.inc.php3: Updates, thanks to Alvar Soome (finsoft).
* lang/italian-*.inc.php3:
- Updates, thanks to Pietro Danesi (danone).
- Coding standards.
 
2002-12-06 Marc Delisle <lem9@users.sourceforge.net>
* lang/*.php3, pdf_schema.php3, pdf_pages.php3, db_details_structure.php3:
new data dict feature for PDF pages, thanks to Maxime Delorme
* lang/*.php3, libraries/auth/cookie.auth.lib.php3: login error message,
thanks to Piotr Roszatycki (d3xter)
 
2002-12-05 Alexander M. Turek <rabus@users.sourceforge.net>
* lang/swedish.inc.php3: Updates, thanks again to Björn T. Hallberg (bth).
 
2002-12-05 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php3: remove control M
* lang/dutch update, thanks to Ivo Teel
 
2002-12-04 Marc Delisle <lem9@users.sourceforge.net>
### 2.3.3pl1 released
 
 
--- 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: fde=getline(v\:lnum-1)=~'^\\s*$'&&getline(v\:lnum)=~'\\S'?'>1'\:1&&v\:lnum>8&&getline(v\:lnum)!~'^#'
# vim: fdn=1 fdm=expr
/Web/Maintenance/phpMyAdmin/Documentation.html
0,0 → 1,4543
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<!-- $Id: Documentation.html,v 2.205.2.21.2.5 2006/08/22 17:00:29 lem9 Exp $ -->
<!--
vim: expandtab ts=4 sw=4 sts=4 tw=78
-->
 
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.8.2.4 - Documentation</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
 
<body>
<a name="top"></a><br />
 
<div class="header">
<hr noshade="noshade" width="100%" />
<a href="#top">Top</a> &nbsp;-&nbsp;
<a href="#require">Requirements</a> &nbsp;-&nbsp;
<a href="#intro">Introduction</a> &nbsp;-&nbsp;
<a href="#setup">Installation</a> &nbsp;-&nbsp;
<a href="#setup_script">Setup script</a> &nbsp;-&nbsp;
<a href="#config">Configuration</a>
<br />
<a href="#transformations">Transformations</a> &nbsp;-&nbsp;
<a href="#faq">FAQ</a> &nbsp;-&nbsp;
<a href="#developers">Developers</a> &nbsp;-&nbsp;
<a href="#credits">Credits</a> &nbsp;-&nbsp;
<a href="translators.html">Translators</a>
<hr noshade="noshade" width="100%" />
</div>
 
<h1>phpMyAdmin 2.8.2.4 Documentation</h1>
 
 
<!-- TOP MENU -->
<ul>
<li>
<a href="http://www.phpmyadmin.net/">
SourceForge phpMyAdmin project page&nbsp;&nbsp;&nbsp;[ http://www.phpmyadmin.net/ ]
</a>
</li>
<li>
Local documents:
<ul>
<li>Version history: <a href="changelog.php">ChangeLog</a></li>
<li>General notes: <a href="readme.php">README</a></li>
<li>License: <a href="license.php">LICENSE</a></li>
</ul>
</li>
<li>
Documentation version:
<i>$Id: Documentation.html,v 2.205.2.21.2.5 2006/08/22 17:00:29 lem9 Exp $</i>
</li>
</ul>
 
 
<!-- REQUIREMENTS -->
<a name="require"></a><br />
<h2>Requirements</h2>
 
<ul>
<li>
<b>PHP</b>
<ul>
<li>You need PHP 4.1.0 or newer, with <tt>session</tt> support (<a href="#faq1_31">*</a>)</li>
<li>You need GD2 support in PHP to display inline
thumbnails of JPEGs (&quot;image/jpeg: inline&quot;) with their
original aspect ratio</li>
<li>You need PHP 4.3.0 or newer to use the
&quot;text/plain: external&quot; MIME-based transformation</li>
</ul>
</li>
<li>
<b>MySQL</b> 3.23.32 or newer (<a href="#faqmysqlversions">details</a>);
</li>
<li>
Not really a requirement but a <b>strong suggestion</b>:
if you are using
the &quot;cookie&quot; authentication method, having the <tt>mcrypt</tt>
PHP extension on your web server accelerates not only the login
phase but every other action that you do in phpMyAdmin.
</li>
<li>
<b>Web browser</b> with cookies enabled.
</li>
</ul>
 
 
<!-- INTRODUCTION -->
<a name="intro"></a><br />
<h2>Introduction</h2>
 
<p>
phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as
a single database. To accomplish the latter you'll need a properly set up
MySQL user who can read/write only the desired database. It's up to you to
look up the appropriate part in the MySQL manual.<br />
Currently phpMyAdmin can:
</p>
 
<ul>
<li>easily browse through databases and tables</li>
<li>create, copy, rename, alter and drop databases</li>
<li>create, copy, rename, alter and drop tables</li>
<li>do table maintenance</li>
<li>add, edit and drop fields</li>
<li>execute any SQL-statement, even multiple queries</li>
<li>create, alter and drop indexes</li>
<li>load text files into tables</li>
<li>create (*) and read dumps of tables or databases</li>
<li>export (*) data to SQL, CSV, XML, Word, Excel, PDF and Latex formats</li>
<li>administer multiple servers</li>
<li>manage MySQL users and privileges</li>
<li>check server settings and runtime information with configuration
hints</li>
<li>check referential integrity in MyISAM tables</li>
<li>using Query-by-example (QBE), create complex queries automatically connecting required tables</li>
<li>create PDF graphics of your Database layout</li>
<li>search globally in a database or a subset of it</li>
<li>transform stored data into any format using a set of predefined functions,
like displaying BLOB-data as image or download-link</li>
<li>support InnoDB tables and foreign keys <a href="#faq3_6">(see FAQ 3.6)</a></li>
<li>support mysqli, the improved MySQL extension <a href="#faqmysqlversions">(see FAQ 1.17)</a></li>
<li>
communicate in
<a href="./translators.html">50 different languages</a>
</li>
</ul>
 
<h4>A word about users:</h4>
<p> Many people have difficulty
understanding the concept of user management with regards to phpMyAdmin. When
a user logs in to phpMyAdmin, that username and password are passed directly
to MySQL. phpMyAdmin does no account management on its own (other than
allowing one to manipulate the MySQL user account information); all users
must be valid MySQL users.</p>
 
<p class="footnote" id="footnote_1">
<sup>1)</sup> phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats)
dumps and <abbr title="comma seperated values">CSV</abbr> exports if you use
PHP with Zlib support (<tt>--with-zlib</tt>) and/or Bzip2 support
(<tt>--with-bz2</tt>). Proper support may also need changes in
<tt>php.ini</tt>.</p>
 
 
<!-- INSTALLATION -->
<a name="setup"></a><br />
<h2>Installation</h2>
 
<p>
<span class="important">NOTE: phpMyAdmin does not apply any special security
methods to the MySQL database server. It is still the system administrator's job to
grant permissions on the MySQL databases properly. </span>phpMyAdmin's
&quot;Privileges&quot; page can be used for this.
</p>
 
<p>
<span class="important">Warning for Mac users:</span>if you are on a MacOS
version before OS X, StuffIt unstuffs with Mac formats.<br />
So you'll have to resave as in BBEdit to Unix style ALL phpMyAdmin scripts
before uploading them to your server, as PHP seems not to like Mac-style
end of lines character (&quot;<tt>\r</tt>&quot;).
</p>
 
<h3>Quick Install</h3>
<ol>
<li> Untar or unzip the distribution (be sure to unzip the subdirectories):
<tt>tar -xzvf phpMyAdmin_x.x.x.tar.gz</tt> in your webserver's
document root. If you don't have direct access to your document root,
put the files in a directory on your local machine, and, after step 3,
transfer the directory on your web server using, for example, ftp.</li>
<li> Ensure that all the scripts have the appropriate owner (if PHP is
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> and
<a href="#faq1_26">FAQ 1.26</a> for suggestions.</li>
 
<li>Now you must configure your installation. There are two methods that
can be used. Traditionally, users have hand-edited a copy of
config.inc.php, but now a wizard-style setup script is provided for
those who prefer a graphical installation. Creating a config.inc.php is
still a quick way to get started and needed for some advanced features.
<ul><li>To manually create the file, simply use your text editor to
create the file <tt>config.inc.php</tt> in the main (top-level)
phpMyAdmin directory (the one that contains <tt>index.php</tt>).
phpMyAdmin first loads <tt>libraries/config.default.php</tt>
and then overrides those values with anything found in
<tt>config.inc.php</tt>. If the default value is okay for a particular
setting, there is no need to include it in <tt>config.inc.php</tt>.
You'll need a few directives to get going, a simple configuration
may look like this:
<pre>
&lt;?php
$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // use here a value of your choice
 
$i=0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
?&gt;
</pre>
Or, if you prefer to not be prompted every time you log in:
<pre>
&lt;?php
 
$i=0;
$i++;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'cbb74bc'; // use here your password
?&gt;
</pre>
For a full explanation of possible configuration values, see the
<a href="#config">Configuration Section</a> of this document.</li>
<li id="setup_script">Instead of manually editing
<tt>config.inc.php</tt>, you can use the
<a href="scripts/setup.php">Setup Script</a>. First you must
manually create a folder <tt>config</tt> in the phpMyAdmin
directory. This is a security measure. On a Linux/Unix system you
can use the following commands:
<pre>
cd phpMyAdmin
mkdir config # create directory for saving
chmod o+rw config # give it world writable permissions
</pre>
And to edit an existing configuration, copy it over first:
<pre>
cp config.inc.php config/ # copy current configuration for editing
chmod o+w config/config.inc.php # give it world writable permissions
</pre>
On other platforms, simply create the folder and ensure that your
web server has read and write access to it. <a href="#faq1_26">FAQ
1.26</a> can help with this.<br /><br />
 
Next, open <tt><a href="scripts/setup.php">scripts/setup.php</a>
</tt>in your browser. Note that <strong>changes are not saved to
disk until explicitly choose <tt>Save</tt></strong> from the
<i>Configuration</i> area of the screen. Normally the script saves
the new config.inc.php to the <tt>config/</tt> directory, but if
the webserver does not have the proper permissions you may see the
error "Cannot load or save configuration." Ensure that the <tt>
config/</tt> directory exists and has the proper permissions -
or use the <tt>Download</tt> link to save the config file locally
and upload (via FTP or some similar means) to the proper location.<br /><br />
 
Once the file has been saved, it must be moved out of the <tt>
config/</tt> directory and the permissions must be reset, again
as a security measure:
<pre>
mv config/config.inc.php . # move file to current directory
chmod o-rw config.inc.php # remove world read and write permissions
</pre>
Now the file is ready to be used. You can choose to review or edit
the file with your favorite editor, if you prefer to set some
advanced options which the setup script does not provide.</li></ul></li>
<li> If you are using the
<tt>auth_type</tt> configuration directive, it is suggested that you protect the phpMyAdmin
installation directory, for example with HTTP&#8211;AUTH in a
<i>.htaccess</i> file. See the <a href="#faqmultiuser">
multi&#8211;user sub&#8211;section</a> of this FAQ for additional
information, especially <a href="#faq4_4">FAQ 4.4</a>.</li>
<li>Open the <a href="index.php">main phpMyAdmin directory</a>
in your browser. phpMyAdmin should now display a welcome screen
and your databases, or a login dialog if using
<abbr title="HyperText Transfer Protocol">HTTP</abbr> or cookie
authentication mode.</li>
<li> You should deny access to the <tt>libraries</tt> subfolder in your webserver
configuration. For Apache you can use supplied .htaccess file in that
folder, for other webservers, you should configure this yourself.
Such configuration prevents from possible path exposure and cross
side scripting vulnerabilities that might happen to be found in that
code.</li>
</ol>
 
<a name="linked-tables"></a>
<h3>Linked-tables infrastructure</h3>
<p>
For a whole set of new features (bookmarks, comments, SQL-history,
PDF-generation, field contents transformation, etc.)
you need to create a set of special tables. Those tables can be located
in your own database, or in a central database for a multi-user
installation (this database would then be accessed by the controluser,
so no other user should have rights to it).
<br /> <br />
Please look at your scripts/
directory, where you should find a file called <i>create_tables.sql</i>.
(If you are using a Windows server, pay special attention to <a href="#faq1_23">FAQ 1.23</a>).
<br /> <br />
If your MySQL server's version is 4.1.2 or later, please use
<i>create_tables_mysql_4_1_2+.sql</i> instead, for a new installation.
<br /> <br />
If you already had this infrastructure and upgraded to MySQL 4.1.2
or later, please use <i>upgrade_tables_mysql_4_1_2+.sql</i>.
<br /> <br />
You can use your phpMyAdmin to create the tables for you. Please be
aware that you may need special (administrator) privileges to create
the database and tables, and that the script may need some tuning,
depending on the database name.
<br /> <br />
After having imported the <i>create_tables.sql</i> file,
you should specify the table names in your <i>config.inc.php</i> file. The directives
used for that can be found in the <a href="#config">Configuration section</a>.
You will also need to have a controluser with the proper rights to
those tables (see section <i>Using authentication modes</i> below).
</p>
 
<h3>Upgrading from an older version</h3>
 
<p> Simply copy <i>./config.inc.php</i> from your previous installation into the newly
unpacked one. Configuration files from very old versions (2.3.0 or older) may
require some tweaking as some options have been changed or removed.</p>
 
<p> You should <strong>not</strong> copy <tt>libraries/config.default.php</tt>
over <tt>config.inc.php</tt> because the default configuration file
is version-specific.</p>
 
<p> If you have upgraded your MySQL server from a version older than 4.1.2 to
version 4.1.2 or newer and if you use the pmadb/linked table infrastructure,
you should run the SQL script found in
<tt>scripts/upgrade_tables_mysql_4_1_2+.sql</tt>.</p>
 
<h3>Using authentication modes</h3>
<ul>
<li>HTTP and cookie authentication modes are recommended in a <b>multi-user
environment</b> where you want to give users access to their own
database and don't want them to play around with others.
<br />
Nevertheless be aware that MS Internet Explorer seems to be really
buggy about cookies, at least till version 6. And PHP 4.1.1 is also a
bit buggy in this area!<br />
Even in a <b>single-user environment</b>, you might prefer to use
HTTP or cookie mode so that your user/password pair are not in clear
in the configuration file.<br /><br /></li>
<li>HTTP and cookie authentication modes are more secure: the MySQL
login information does not need to be set in the phpMyAdmin
configuration file
(except possibly for the <a href="#controluser">controluser</a>).
<br />
However, keep in mind that the password travels in plain text, unless
you are using the HTTPS protocol.
<br />
In cookie mode, the password is stored, encrypted with the blowfish
algorithm, in a temporary cookie.
<br /><br /></li>
 
<li>
Note: starting with phpMyAdmin 2.6.1, this section is only applicable if
your MySQL server is older than 4.1.2,
or is running with <tt>--skip-show-database</tt>.
<br /><br />
For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that has
<b>only</b> the <tt>SELECT</tt> privilege on the <i>mysql.user (all
columns except &quot;Password&quot;)</i>, <i>mysql.db (all
columns)</i>, <i>mysql.host (all columns)</i> and
<i>mysql.tables_priv (all columns except
&quot;Grantor&quot; &amp; &quot;Timestamp&quot;) </i>tables.<br /> You
must specify the details for the <a href="#controluser">controluser</a>
in the <i>config.inc.php</i> file under the
<tt>$cfg['Servers'][$i]['controluser']</tt>&amp;
<tt>$cfg['Servers'][$i]['controlpass']</tt> settings.<br /> The
following example assumes you want to use <tt>pma</tt> as the
controluser and <tt>pmapass</tt> as the controlpass, but <b>this is
only an example: use something else in your file!</b><br /> Of course
you have to replace <tt>localhost</tt> by the webserver's host if it's
not the same as the MySQL server's one.
<pre>
 
GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';
GRANT SELECT (
Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
File_priv, Grant_priv, References_priv, Index_priv, Alter_priv,
Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv,
Execute_priv, Repl_slave_priv, Repl_client_priv
) ON mysql.user TO 'pma'@'localhost';
GRANT SELECT ON mysql.db TO 'pma'@'localhost';
GRANT SELECT ON mysql.host TO 'pma'@'localhost';
GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)
ON mysql.tables_priv TO 'pma'@'localhost';
</pre>
If you are using an old MySQL version (below 4.0.2), please replace
the first GRANT SELECT query by this one:
<pre>
 
GRANT SELECT (
Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
File_priv, Grant_priv, References_priv, Index_priv, Alter_priv
) ON mysql.user TO 'pma'@'localhost';
</pre>
... and if you want to use the many new relation and bookmark
features:
<pre>
 
GRANT SELECT, INSERT, UPDATE, DELETE ON &lt;pma_db&gt;.* TO 'pma'@'localhost';
</pre>
(this of course requires that your <a href="#linked-tables">linked-tables infrastructure</a> be set up).
<br />
Of course, the above queries only work if your MySQL version supports
the GRANT command. This is the case since 3.22.11.
</li>
<li>
Then each of the <i>true</i> users should be granted a set of
privileges on a set of particular databases. Normally you shouldn't
give global privileges to an ordinary user, unless you understand
the impact of those privileges (for example, you are creating
a superuser).<br />
For example, to grant the user <i>real_user</i> with
all privileges on the database <i>user_base</i>:<br />
&nbsp;&nbsp;&nbsp;<tt>GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real_password';</tt>
<br />
What the user may now do is controlled entirely by the MySQL user
management system.<br />
With HTTP or cookie authentication mode, you don't need to fill the
user/password fields inside the <tt>$cfg['Servers']</tt> array.<br />
</li>
</ul>
 
<h4>'http' authentication mode</h4>
<ul>
<li>Was called 'advanced' in versions before 2.2.3.</li>
<li>Introduced in 1.3.0, it uses Basic HTTP authentication method and
allows you to login as any valid MySQL user.</li>
<li>Is supported with most PHP configurations. For IIS (ISAPI) support
using CGI PHP see <a href="#faq1_32">FAQ 1.32</a>, for using with
Apache CGI see <a href="#faq1_35">FAQ 1.35</a>.</li>
<li>See also <a href="#faq4_4">FAQ 4.4</a> about not using the
<i>.htaccess</i> mechanism along with 'http' authentication mode.</li>
</ul>
 
<h4>'cookie' authentication mode</h4>
<ul>
<li>You can use this method as a replacement for the HTTP
authentication (for example, if you're running IIS).
</li>
<li>Obviously, the user must enable cookies in the browser.</li>
<li>With this mode, the user can truly logout of phpMyAdmin and login back
with the same username.</li>
<li>If you want to login to arbitrary server see
<tt><a href="#AllowArbitraryServer">$cfg['AllowArbitraryServer']</a></tt> directive.</li>
<li>As mentioned in the <a href="#require">requirements</a> section, having the
<tt>mcrypt</tt> extension will speed up access considerably, but is not required.</li>
</ul>
<h4>'config' authentication mode</h4>
<ul>
<li>This mode is the less secure one because it requires you to fill the
<tt><a href="#servers_user">$cfg['Servers'][$i]['user']</a></tt> and
<tt><a href="#servers_user">$cfg['Servers'][$i]['password']</a></tt> fields
(and as a result, anyone who can read your config.inc.php can discover your
username and password).<br />
But you don't need to setup a &quot;controluser&quot; here:
using the <tt><a href="#servers_only_db">$cfg['Servers'][$i]['only_db']</a></tt> might be enough.</li>
<li>In the <a href="#faqmultiuser">ISP FAQ</a> section, there is an entry explaining how to protect
your configuration file.<br /></li>
<li>For additional security in this mode, you may wish to consider the
Host authentication <tt><a href="#servers_allowdeny_order">$cfg['Servers'][$i]['AllowDeny']['order']</a></tt>
and <tt><a href="#servers_allowdeny_rules">$cfg['Servers'][$i]['AllowDeny']['rules']</a></tt> configuration
directives.</li>
</ul>
 
 
<!-- CONFIGURATION -->
<a name="config"></a><br />
<h2>Configuration</h2>
 
<p>
<span class="important">Warning for Mac users:</span> PHP does not seem to like
Mac end of lines character (&quot;<tt>\r</tt>&quot;). So ensure you choose
the option that allows to use the *nix end of line character
(&quot;<tt>\n</tt>&quot;) in your text editor before saving a script
you have modified.
</p>
 
<p>
<span class="important">Configuration note:</span>
Almost all configurable data is placed in <tt>config.inc.php</tt>. If this file
does not exist, please refer to the <a href="#setup">Quick install</a>
section to create one. This file only needs to contain the parameters you want to
change from their corresponding default value in
<tt>libraries/config.default.php</tt>.
<br /><br />
The parameters which relate to design (like colors)
are placed in <tt>themes/themename/layout.inc.php</tt>. You
might also want to create <i>config.footer.inc.php</i> and
<i>config.header.inc.php</i> files to add your site specific code to be
included on start and end of each page.
</p>
 
<dl>
<dt><b><a name="cfg_PmaAbsoluteUri"></a>$cfg[PmaAbsoluteUri]</b> string</dt>
<dd>
Sets here the complete URL (with full path) to your phpMyAdmin
installation's directory.
E.g. <tt>http://www.your_web.net/path_to_your_phpMyAdmin_directory/</tt>.
Note also that the URL on some web servers are case&#8211;sensitive.
Don&#8217;t forget the trailing slash at the end.
<br /><br />
Starting with version 2.3.0, it is advisable to try leaving this
blank. In most cases phpMyAdmin automatically detects the proper
setting. Users of port forwarding will need to set PmaAbsoluteUri (<a
href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1340187&amp;group_id=23067&amp;atid=377409">more info</a>).
A good test is to browse a table, edit a row and save it. There should
be an error message if phpMyAdmin is having trouble auto&#8211;detecting the correct value. If you get an error that this must be set or if
the autodetect code fails to detect your path, please post a bug
report on our bug tracker so we can improve the code.
</dd>
 
<dt><b><a name="cfg_PmaNoRelation_DisableWarning"></a>$cfg[PmaNoRelation_DisableWarning]</b> boolean</dt>
<dd>
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work
with master / foreign - tables (see
<a href="#pmadb">$cfg['Servers'][$i]['pmadb']</a>).
<br />
If you tried to set this up and it does not work for you, have a look on
the &quot;Structure&quot; page of one database where you would like to
use it. You will find a link that will analyze why those features have
been disabled.<br />
If you do not want to use those features set this variable to
<tt>TRUE</tt> to stop this message from appearing.
</dd>
 
<dt><b><a name="cfg_blowfish_secret"></a>$cfg[blowfish_secret]</b> string</dt>
<dd>
Starting with version 2.5.2, the 'cookie' auth_type uses blowfish
algorithm to encrypt the password.
<br />
If you are using the 'cookie' auth_type, enter here a random
passphrase of your choice. It will be used internally by the blowfish
algorithm: you won't be prompted for this passphrase. The maximum
number of characters for this parameter seems to be 46.
</dd>
 
<dt><b><a name="cfg_Servers"></a>$cfg[Servers]</b> array</dt>
<dd>
Since version 1.4.2, phpMyAdmin supports the administration of multiple
MySQL servers.
Therefore, a $cfg['Servers']-array has been added which contains
the login information for the different servers. The first
<tt>$cfg['Servers'][$i]['host']</tt> contains the hostname of the first
server, the second <tt>$cfg['Servers'][$i]['host']</tt> the hostname of
the second server, etc.
In <tt>libraries/config.default.php</tt>, there is only one section
for server definition, however you can put as many as you need in
<tt>config.inc.php</tt>, copy that block or needed parts (you don't
have to define all settings, just those you need to change).
</dd>
 
<dt><b><a name="cfg_Servers_host"></a>$cfg['Servers'][$i]['host']</b> string</dt>
<dd>
The hostname or IP address of your $i-th MySQL-server. E.g. localhost.
</dd>
 
<dt><b><a name="cfg_Servers_port"></a>$cfg['Servers'][$i]['port']</b> string</dt>
<dd>
The port-number of your $i-th MySQL-server. Default is 3306 (leave
blank). If you use &quot;localhost&quot; as the hostname, MySQL
ignores this port number and connects with the socket, so if you want
to connect to a port different from the default port, use
&quot;127.0.0.1&quot; or the real hostname in
$cfg['Servers'][$i]['host'].
</dd>
 
<dt><b><a name="cfg_Servers_socket"></a>$cfg['Servers'][$i]['socket']</b> string</dt>
<dd>
The path to the socket to use. Leave blank for default.
</dd>
 
<dt><b><a name="cfg_Servers_connect_type"></a>$cfg['Servers'][$i]['connect_type']</b> string</dt>
<dd>
What type connection to use with the MySQL server. Your options are
<tt>'socket'</tt> &amp; <tt>'tcp'</tt>. It defaults to 'tcp' as that
is nearly guaranteed to be available on all MySQL servers, while
sockets are not supported on some platforms.
<br /><br />
To use the socket mode, your MySQL server must be on the same machine
as the Web server.
</dd>
 
<dt><b><a name="cfg_Servers_extension"></a>$cfg['Servers'][$i]['extension']</b> string</dt>
<dd>
What php MySQL extension to use for the connection. Valid options are:
<br /><br />
<tt><i>mysql</i></tt>&nbsp;:&nbsp;
The classic MySQL extension. This is the recommended and default
method at this time.
<br /><br />
<tt><i>mysqli</i></tt>&nbsp;:&nbsp;
The improved MySQL extension. This extension became available
with php 5.0.0 and is the recommended way to connect to a server
running MySQL 4.1.x.
</dd>
 
<dt><b><a name="cfg_Servers_compress"></a>$cfg['Servers'][$i]['compress']</b> boolean</dt>
<dd>
Whether to use a compressed protocol for the MySQL server connection
or not (experimental).<br />
This feature requires PHP&nbsp;&gt;=&nbsp;4.3.0.
</dd>
 
<dt>
<a name="controluser"></a>
<b><a name="cfg_Servers_controluser"></a>$cfg['Servers'][$i]['controluser']</b> string<br />
<b><a name="cfg_Servers_controlpass"></a>$cfg['Servers'][$i]['controlpass']</b> string
</dt>
<dd>
This special account is used for 2 distinct purposes: to make possible
all relational features
(see <a href="#pmadb">$cfg['Servers'][$i]['pmadb']</a>) and, for a
MySQL server older than 4.1.2 or running with
<tt>--skip-show-database</tt>, to enable a multi-user installation
(http or cookie authentication mode).
<br /><br />
When using HTTP or cookie authentication modes (or 'config'
authentication mode since phpMyAdmin 2.2.1), you need to supply the
details of a MySQL account that has <tt>SELECT</tt> privilege on the
<i>mysql.user (all columns except &quot;Password&quot;)</i>,
<i>mysql.db (all columns)</i> &amp; <i>mysql.tables_priv (all columns
except &quot;Grantor&quot; &amp; &quot;Timestamp&quot;) </i>tables.
This account is used to check what databases the user will see at
login.
<br />
Please see the <a href="#setup">install section</a> on
&quot;Using authentication modes&quot; for more information.
<br /><br />
In phpMyAdmin versions before 2.2.5, those were called
&quot;stduser/stdpass&quot;.
</dd>
 
<dt><b><a name="cfg_Servers_auth_type"></a>$cfg['Servers'][$i]['auth_type']</b> string
<tt>['http'|'cookie'|'config']</tt></dt>
<dd>
Whether config or cookie or http authentication should be used for this
server.
<ul>
<li>
'config' authentication
(<tt>$auth_type&nbsp;=&nbsp;'config'</tt>) is the plain old
way: username and password are stored in
<i>config.inc.php</i>.
</li>
<li>
'cookie' authentication mode
(<tt>$auth_type&nbsp;=&nbsp;'cookie'</tt>) as introduced in
2.2.3 allows you to log in as any valid MySQL user with the
help of cookies. Username and password are stored in
cookies during the session and password is deleted when it
ends. This can also allow you to login in arbitrary server if
<tt><a href="#AllowArbitraryServer">$cfg['AllowArbitraryServer']</a></tt> enabled.
</li>
<li>
'http' authentication (was called 'advanced' in older versions)
(<tt>$auth_type&nbsp;=&nbsp;'http'</tt>) as introduced in 1.3.0
allows you to log in as any valid MySQL user via HTTP-Auth.
</li>
</ul><br />
 
Please see the <a href="#setup">install section</a> on &quot;Using authentication modes&quot;
for more information.
</dd>
<dt>
<a name="servers_user"></a>
<b><a name="cfg_Servers_user"></a>$cfg['Servers'][$i]['user']</b> string<br />
<b><a name="cfg_Servers_password"></a>$cfg['Servers'][$i]['password']</b> string
</dt>
<dd>
When using auth_type = 'config', this is the user/password-pair
which phpMyAdmin will use to connect to the
MySQL server. This user/password pair is not needed when HTTP or
cookie authentication is used and should be empty.
</dd>
<dt>
<a name="servers_only_db"></a>
<b><a name="cfg_Servers_only_db"></a>$cfg['Servers'][$i]['only_db']</b> string or array
</dt>
<dd>
If set to a (an array of) database name(s), only this (these) database(s)
will be shown to the user. Since phpMyAdmin 2.2.1, this/these
database(s) name(s) may contain MySQL wildcards characters
(&quot;_&quot; and &quot;%&quot;): if you want to use literal instances
of these characters, escape them (I.E. use <tt>'my\_db'</tt> and not
<tt>'my_db'</tt>).<br />
This setting is an efficient way to lower the server load since the
latter does not need to send MySQL requests to build the available
database list. But <span class="important">it does not replace the
privileges rules of the MySQL database server</span>. If set, it just
means only these databases will be displayed but
<span class="important">not that all other databases can't be used.</span>
<br /><br />
An example of using more that one database:
<tt>$cfg['Servers'][$i]['only_db'] = array('db1', 'db2'); </tt>
<br /><br />
As of phpMyAdmin 2.5.5 the order inside the array is used for sorting the
databases in the left frame, so that you can individually arrange your databases.<br />
If you want to have certain databases at the top, but don't care about the others, you do not
need to specify all other databases. Use:
<tt>$cfg['Servers'][$i]['only_db'] = array('db3', 'db4', '*');</tt>
instead to tell phpMyAdmin that it should display db3 and db4 on top, and the rest in alphabetic
order.
</dd>
 
<dt>
<b><a name="cfg_Servers_hide_db"></a>$cfg['Servers'][$i]['hide_db']</b> string
</dt>
<dd>
Regular expression for hiding some databases. This only hides them
from listing, but user is still able to access them.
</dd>
 
<dt><b><a name="cfg_Servers_verbose"></a>$cfg['Servers'][$i]['verbose']</b> string</dt>
<dd>
Only useful when using phpMyAdmin with multiple server entries. If set,
this string will be displayed instead of the hostname in the pull-down
menu on the main page. This can be useful if you want to show only
certain databases on your system, for example.
</dd>
 
<dt>
<a name="pmadb"></a>
<b><a name="cfg_Servers_pmadb"></a>$cfg['Servers'][$i]['pmadb']</b> string
</dt>
<dd>
The name of the database containing the linked-tables infrastructure.
<br /><br />
See the <a href="#linked-tables">Linked-tables infrastructure</a>
section in this document to see the benefits of this infrastructure,
and for a quick way of creating this database and the needed tables.
<br /><br />
If you are the only user of this phpMyAdmin installation, you can
use your current database to store those special tables; in this
case, just put your current database name in
<tt>$cfg['Servers'][$i]['pmadb']</tt>. For a multi-user installation,
set this parameter to the name of your central database containing
the linked-tables infrastructure.
</dd>
 
<dt>
<a name="bookmark"></a>
<b><a name="cfg_Servers_bookmarktable"></a>$cfg['Servers'][$i]['bookmarktable']</b> string
</dt>
<dd>
Since release 2.2.0 phpMyAdmin allows to bookmark queries. This can be
useful for queries you often run.<br /><br />
 
To allow the usage of this functionality:
<ul>
<li>set up <a href="#pmadb">pmadb</a> and the linked-tables infrastructure</li>
<li>enter the table name in
<tt>$cfg['Servers'][$i]['bookmarktable']</tt></li>
</ul>
</dd>
 
<dt>
<a name="relation"></a>
<b><a name="cfg_Servers_relation"></a>$cfg['Servers'][$i]['relation']</b> string
</dt>
<dd>
Since release 2.2.4 you can describe, in a special 'relation' table,
which field is a key in another table (a foreign key). phpMyAdmin
currently uses this to
<ul>
<li>
make clickable, when you browse the master table, the data values
that point to the foreign table;
</li>
<li>
display in an optional tool-tip the &quot;display field&quot;
when browsing the master table, if you move the mouse to a column
containing a foreign key (use also the 'table_info' table);<br />
(see <a href="#faqdisplay">FAQ 6.7</a>)
</li>
<li>
in edit/insert mode, display a drop-down list of possible
foreign keys (key value and &quot;display field&quot; are
shown)<br />
(see <a href="#faq6_21">FAQ 6.21</a>)
</li>
<li>
display links on the table properties page, to check referential
integrity (display missing foreign keys) for each described key;
</li>
<li>
in query-by-example, create automatic joins (see <a href="#faq6_6">FAQ 6.6</a>)
</li>
<li>
enable you to get a PDF schema of your database (also uses the
table_coords table).
</li>
</ul>
 
The keys can be numeric or character.
<br /><br />
 
To allow the usage of this functionality:
<ul>
<li>set up <a href="#pmadb">pmadb</a> and the linked-tables infrastructure</li>
<li>
put the relation table name in
<tt>$cfg['Servers'][$i]['relation']</tt>
</li>
<li>
now as normal user open phpMyAdmin and for each one of your
tables where you want to use this feature, click
&quot;Structure/Relation view/&quot; and choose foreign fields.
</li>
</ul>
Please note that in the current version, <tt>master_db</tt>
must be the same as <tt>foreign_db</tt>. Those fields have been put in
future development of the cross-db relations.
</dd>
 
<dt>
<a name="table_info"></a>
<b><a name="cfg_Servers_table_info"></a>$cfg['Servers'][$i]['table_info']</b> string
</dt>
<dd>
Since release 2.3.0 you can describe, in a special 'table_info'
table, which field is to be displayed as a tool-tip when moving the
cursor over the corresponding key.
<br />
This configuration variable will hold the name of this special
table.
To allow the usage of this functionality:
<ul>
<li>set up <a href="#pmadb">pmadb</a> and the linked-tables infrastructure</li>
<li>
put the table name in
<tt>$cfg['Servers'][$i]['table_info']</tt>
</li>
<li>
then for each table where you want to use this feature,
click &quot;Structure/Relation view/Choose field to display&quot;
to choose the field.
</li>
</ul>
Usage tip: <a href="#faqdisplay">Display field</a>.
</dd>
<dt>
<a name="table_coords"></a>
<b><a name="cfg_Servers_table_coords"></a>$cfg['Servers'][$i]['table_coords']</b> string<br />
<b><a name="cfg_Servers_pdf_pages"></a>$cfg['Servers'][$i]['pdf_pages']</b> string
</dt>
<dd>
Since release 2.3.0 you can have phpMyAdmin create PDF pages showing
the relations between your tables. To do this it needs two tables
&quot;pdf_pages&quot; (storing information about the available PDF
pages) and &quot;table_coords&quot; (storing coordinates where each
table will be placed on a PDF schema output).
<br /><br />
You must be using the &quot;relation&quot; feature.
<br /><br />
To allow the usage of this functionality:
<ul>
<li>set up <a href="#pmadb">pmadb</a> and the linked-tables infrastructure</li>
<li>
put the correct table names in
<tt>$cfg['Servers'][$i]['table_coords']</tt> and
<tt>$cfg['Servers'][$i]['pdf_pages']</tt>
</li>
</ul>
Usage tips: <a href="#faqpdf">PDF output</a>.
</dd>
 
<dt>
<a name="col_com"></a>
<b><a name="cfg_Servers_column_info"></a>$cfg['Servers'][$i]['column_info']</b> string
</dt>
<dd>
<!-- This part requires a content update! -->
Since release 2.3.0 you can store comments to describe each column
for each table. These will then be shown on the &quot;printview&quot;.
<br /><br />
Starting with release 2.5.0, comments are consequently used on the table property
pages and table browse view, showing up as tool-tips above the column name (properties page)
or embedded within the header of table in browse view. They can also be shown
in a table dump. Please see the relevant configuration directives later on.
<br /><br />
Also new in release 2.5.0 is a MIME-transformation system which is also based on
the following table structure. See <a href="#transformations">Transformations</a>
for further information. To use the MIME-transformation system, your column_info
table has to have the three new fields 'mimetype', 'transformation', 'transformation_options'.
<br /><br />
To allow the usage of this functionality:
<ul>
<li>set up <a href="#pmadb">pmadb</a> and the linked-tables infrastructure</li>
<li>
put the table name in
<tt>$cfg['Servers'][$i]['column_info']</tt>
</li>
<li>
to update your PRE-2.5.0 Column_comments Table use this:<br />
<tt>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ALTER TABLE `pma_column_comments` <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ADD `mimetype` VARCHAR( 255 ) NOT NULL ,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ADD `transformation` VARCHAR( 255 ) NOT NULL ,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ADD `transformation_options` VARCHAR( 255 ) NOT NULL ;<br />
</tt>
and remember that the Variable in <i>config.inc.php</i> has been renamed
from <br /><tt>$cfg['Servers'][$i]['column_comments']</tt> to <tt>$cfg['Servers'][$i]['column_info']</tt>
</li>
</ul>
</dd>
 
<dt>
<a name="history"></a>
<b><a name="cfg_Servers_history"></a>$cfg['Servers'][$i]['history']</b> string
</dt>
<dd>
Since release 2.5.0 you can store your SQL history, which means all queries you
entered manually into the phpMyAdmin interface. If you don't want to use a table-
based history, you can use the JavaScript-based history. Using that, all your
history items are deleted when closing the window.<br /><br />
 
Using <b><a name="cfg_QueryHistoryMax"></a>$cfg[QueryHistoryMax]</b> you can specify an amount of history items
you want to have on hold. On every login, this list gets cut to the maximum amount.
<br /><br />
 
The query history is only available if JavaScript is enabled in your
browser.
<br /><br />
 
To allow the usage of this functionality:
<ul>
<li>set up <a href="#pmadb">pmadb</a> and the linked-tables infrastructure</li>
<li>
put the table name in
<tt>$cfg['Servers'][$i]['history']</tt>
</li>
</ul>
</dd>
 
<dt>
<b><a name="cfg_Servers_verbose_check"></a>$cfg['Servers'][$i]['verbose_check']</b> boolean
</dt>
<dd>
Because release 2.5.0 introduced the new MIME-transformation support, the
column_info table got enhanced with three new fields. If the above variable is
set to <tt>TRUE</tt> (default) phpMyAdmin will check if you have the latest table structure
available. If not, it will emit a warning to the superuser.<br /><br />
 
You can disable this checking behavior by setting the variable to false, which
should offer a performance increase.<br /><br />
 
Recommended to set to FALSE, when you are sure, your table structure is up to date.
</dd>
<dt>
<b><a name="cfg_Servers_AllowRoot"></a>$cfg['Servers'][$i]['AllowRoot']</b> boolean
</dt>
<dd>
Whether to allow root access, This is just simplification of rules below.
</dd>
<dt>
<a name="servers_allowdeny_order"></a>
<b><a name="cfg_Servers_AllowDeny_order"></a>$cfg['Servers'][$i]['AllowDeny']['order']</b> string
</dt>
<dd>
If your rule order is empty, then IP authentication is disabled.
<br /><br />
If your rule order is set to <tt>'deny,allow'</tt> then the system
applies all deny rules followed by allow rules.
Access is allowed by default. Any client which does not match a Deny
command or does match an Allow command will be allowed access to the
server.
<br /><br />
If your rule order is set to <tt>'allow,deny'</tt> then the system
applies all allow rules followed by deny rules. Access is denied by
default. Any client which does not match an Allow directive or does
match a Deny directive will be denied access to the server.
<br /><br />
If your rule order is set to 'explicit', the authentication is
performed in a similar fashion to rule order 'deny,allow', with the
added restriction that your host/username combination <b>must</b> be
listed in the <i>allow</i> rules, and not listed in the <i>deny</i>
rules. This is the <b>most</b> secure means of using Allow/Deny rules,
and was available in Apache by specifying allow and deny rules without
setting any order.
</dd>
<dt>
<a name="servers_allowdeny_rules"></a>
<b><a name="cfg_Servers_AllowDeny_rules"></a>$cfg['Servers'][$i]['AllowDeny']['rules']</b> array of strings
</dt>
<dd>
The general format for the rules is as such:<br />
<tt>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;'allow' | 'deny'&gt; &lt;username&gt; [from] &lt;ipmask&gt;
</tt>
<br /><br />
 
If you wish to match all users, it is possible to use a <tt>'%'</tt> as
a wildcard in the <i>username</i> field.<br />
There are a few shortcuts you can use in the <i>ipmask</i> field as
well (please note that those containing SERVER_ADDRESS might not be
available on all webservers):<br /><br />
<tt>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'all' -&gt; 0.0.0.0/0<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'localhost' -&gt; 127.0.0.1/8<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'localnetA' -&gt; SERVER_ADDRESS/8<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'localnetB' -&gt; SERVER_ADDRESS/16<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'localnetC' -&gt; SERVER_ADDRESS/24
</tt>
<br /><br />
 
Having an empty rule list is equivalent to either using
<tt>'allow % from all'</tt> if your rule order is set to
<tt>'deny,allow'</tt> or <tt>'deny % from all'</tt> if your rule order
is set to <tt>'allow,deny'</tt> or <tt>'explicit'</tt>.
<br /><br />
 
For the IP matching system, the following work:<br />
<tt>xxx.xxx.xxx.xxx</tt> (an exact IP address)<br />
<tt>xxx.xxx.xxx.[yyy-zzz]</tt> (an IP address range)<br />
<tt>xxx.xxx.xxx.xxx/nn</tt> (CIDR, Classless Inter-Domain Routing type IP addresses)<br />
But the following does not work:<br />
<tt>xxx.xxx.xxx.xx[yyy-zzz]</tt> (partial IP address range)
</dd>
 
<dt><b><a name="cfg_ServerDefault"></a>$cfg[ServerDefault]</b> integer</dt>
<dd>
If you have more than one server configured, you can set
<tt>$cfg['ServerDefault']</tt> to any one of them to autoconnect to
that server when phpMyAdmin is started, or set it to 0 to be given a
list of servers without logging in.<br />
If you have only one server configured, <tt>$cfg['ServerDefault']</tt>
MUST be set to that server.
</dd>
 
<dt><b><a name="cfg_OBGzip"></a>$cfg[OBGzip] </b>string/boolean</dt>
<dd>
Defines whether to use GZip output buffering for increased
speed in HTTP transfers.<br />
Set to true/false for enabling/disabling. When set to 'auto' (string),
phpMyAdmin tries to enable output buffering and will automatically disable
it, if your browser has some problems with buffering. IE6 with a certain patch
is known to cause data corruption having enabled buffering.
</dd>
 
<dt><b><a name="cfg_PersistentConnections"></a>$cfg[PersistentConnections] </b>boolean</dt>
<dd>
Whether persistent connections should be used or not (mysql_connect or
mysql_pconnect).
</dd>
 
<dt><b><a name="cfg_ForceSSL"></a>$cfg[ForceSSL] </b>boolean</dt>
<dd>
Whether to force using https while accessing phpMyAdmin.
</dd>
 
<dt><b><a name="cfg_ExecTimeLimit"></a>$cfg[ExecTimeLimit] </b>integer [number of seconds]</dt>
<dd>
Set the number of seconds a script is allowed to run. If seconds is set
to zero, no time limit is imposed.<br />
This setting is used while importing/exporting dump files but has no
effect when PHP is running in safe mode.
</dd>
 
<dt><b><a name="cfg_MemoryLimit"></a>$cfg[MemoryLimit] </b>integer [number of bytes]</dt>
<dd>
Set the number of bytes a script is allowed to allocate. If number set
to zero, no limit is imposed.<br />
This setting is used while importing/exporting dump files but has no
effect when PHP is running in safe mode.<br />
You can also use any string as in php.ini, eg. '16M'.
</dd>
 
<dt><b><a name="cfg_SkipLockedTables"></a>$cfg[SkipLockedTables] </b>boolean</dt>
<dd>
Mark used tables and make it possible to show databases with locked
tables (since 3.23.30).
</dd>
 
<dt><b><a name="cfg_ShowSQL"></a>$cfg[ShowSQL] </b>boolean</dt>
<dd>
Defines whether SQL-queries generated by phpMyAdmin should be displayed
or not.
</dd>
 
<dt><b><a name="cfg_AllowUserDropDatabase"></a>$cfg[AllowUserDropDatabase] </b>boolean</dt>
<dd>
Defines whether normal users (non-administrator) are allowed to
delete their own database or not. If set as FALSE, the link &quot;Drop
Database&quot; will not be shown, and even a &quot;DROP DATABASE
mydatabase&quot; will be rejected. Quite practical for ISP's with many
customers.
</dd>
 
<dt><b><a name="cfg_Confirm"></a>$cfg[Confirm] </b>boolean</dt>
<dd>
Whether a warning (&quot;Are your really sure...&quot;) should be
displayed when you're about to lose data.
</dd>
 
<dt><b><a name="cfg_LoginCookieRecall"></a>$cfg[LoginCookieRecall] </b>boolean</dt>
<dd>
Define whether the previous login should be recalled or not in cookie
authentication mode.
</dd>
 
<dt><b><a name="cfg_UseDbSearch"></a>$cfg[UseDbSearch] </b>boolean</dt>
<dd>
Define whether the "search string inside database" is enabled or not.
</dd>
 
<dt><b><a name="cfg_IgnoreMultiSubmitErrors"></a>$cfg[IgnoreMultiSubmitErrors] </b>boolean</dt>
<dd>
Define whether phpMyAdmin will continue executing a multi-query
statement if one of the queries fails. Default is to abort execution.
</dd>
 
<dt><b><a name="cfg_VerboseMultiSubmit"></a>$cfg[VerboseMultiSubmit] </b>boolean</dt>
<dd>
Define whether phpMyAdmin will output the results of each query of a
multi-query statement embedded into the SQL output as inline comments.
Defaults to <tt>TRUE</tt>.
</dd>
<dt>
<a name="AllowArbitraryServer"></a>
<b><a name="cfg_AllowArbitraryServer"></a>$cfg[AllowArbitraryServer] </b>boolean</dt>
<dd>
If enabled allows you to login to arbitrary server using cookie auth.
<br /><br />
<b>NOTE:</b> Please use this carefully, as this may allow to access
MySQL servers behind firewall where your http server is placed.
<br /><br />
</dd>
 
<dt><b><a name="cfg_LeftFrameLight"></a>$cfg[LeftFrameLight]</b> boolean</dt>
<dd>
Defines whether to use select-based menu and display only the current
tables in the left frame (smaller page).
Only in Non-Lightmode you can use the feature to display nested folders
using $cfg['LeftFrameTableSeparator']
</dd>
 
<dt><b><a name="cfg_LeftFrameDBTree"></a>$cfg[LeftFrameDBTree]</b> boolean</dt>
<dd>
In light mode, defines whether to display the names of databases (in the
selector) using a tree, see also <tt>$cfg['LeftFrameDBSeparator']</tt>.
</dd>
 
<dt><b><a name="cfg_LeftFrameDBSeparator"></a>$cfg[LeftFrameDBSeparator]</b> string</dt>
<dd>
The string used to separate the parts of the database name when showing
them in a tree.
</dd>
 
<dt><b><a name="cfg_LeftFrameTableSeparator"></a>$cfg[LeftFrameTableSeparator]</b> string</dt>
<dd>
Defines a string to be used to nest table spaces. Defaults to '__'.
This means if you have tables like 'first__second__third' this will be
shown as a three-level hierarchy like: first &gt; second &gt; third.
If set to FALSE or empty, the feature is disabled. NOTE: You shall
not use this Separator in a table name at the beginning or end of a
table name, or multiple times after another without any other
characters in between.
</dd>
 
<dt><b><a name="cfg_LeftFrameTableLevel"></a>$cfg[LeftFrameTableLevel]</b> string</dt>
<dd>
Defines how many sublevels should be displayed when splitting
up tables by the above Separator.
</dd>
 
<dt><b><a name="cfg_ShowTooltip"></a>$cfg[ShowTooltip] </b>boolean</dt>
<dd>
Defines whether to display table comment as tool-tip in left frame or
not.
</dd>
 
<dt><b><a name="cfg_ShowTooltipAliasDB"></a>$cfg[ShowTooltipAliasDB] </b>boolean</dt>
<dd>
If tool-tips are enabled and a DB comment is set, this will flip the
comment and the real name. That means, if you have a table called
'user0001' and add the comment 'MyName' on it, you will see the name
'MyName' used consequently in the left frame and the tool-tip shows
the real name of the DB.
</dd>
 
<dt><b><a name="cfg_ShowTooltipAliasTB"></a>$cfg[ShowTooltipAliasTB] </b>boolean/string</dt>
<dd>
Same as $cfg['ShowTooltipAliasDB'], except this works for table names.
 
When setting this to 'nested', the Alias of the Tablename is only used
to split/nest the tables according to the $cfg['LeftFrameTableSeparator']
directive. So only the folder is called like the Alias, the tablename itself
stays the real tablename.
<br /><br />
</dd>
<dt><b><a name="cfg_LeftDisplayLogo"></a>$cfg[LeftDisplayLogo] </b>boolean</dt>
<dd>Defines whether to display the phpMyAdmin logo at the top of the left frame or not.
Defaults to <tt>TRUE</tt>.
</dd>
<dt><b><a name="cfg_LeftDisplayServers"></a>$cfg[LeftDisplayServers] </b>boolean</dt>
<dd>Defines whether to display a server choice at the top of the left frame or not.
Defaults to FALSE.
</dd>
<dt><b><a name="cfg_DisplayServersList"></a>$cfg[DisplayServersList] </b>boolean</dt>
<dd>Defines whether to display this server choice as links instead of in a drop-down.
Defaults to FALSE (drop-down).
</dd>
<dt><b><a name="cfg_ShowStats"></a>$cfg[ShowStats] </b>boolean</dt>
<dd>
Defines whether to display space usage and statistics about databases
and tables or not.<br />
Note that statistics requires at least MySQL 3.23.3 and that, at this
date, MySQL doesn't return such information for Berkeley DB tables.
</dd>
 
<dt>
<b><a name="cfg_ShowPhpInfo"></a>$cfg[ShowPhpInfo] </b>boolean<br />
<b><a name="cfg_ShowChgPassword"></a>$cfg[ShowChgPassword] </b>boolean
</dt>
<dd>
Defines whether to display the &quot;PHP information&quot; and
&quot;Change password &quot; links or not for simple users at the
starting main (right) frame. This setting does not check MySQL
commands entered directly.
<br /><br />
 
Please note that to block the usage of phpinfo() in scripts, you
have to put this in your <i>php.ini</i>:<br />
&nbsp;&nbsp;&nbsp;&nbsp;<tt>disable_functions = phpinfo()</tt>
<br /><br />
 
Also note that enabling the &quot;Change password &quot; link has no
effect with &quot;config&quot; authentication mode: because of the
hard coded password value in the configuration file, end users can't
be allowed to change their passwords.
</dd>
 
<dt><b><a name="cfg_SuggestDBName"></a>$cfg[SuggestDBName]</b> boolean</dt>
<dd>
Defines whether to suggest a database name on the
&quot;Create Database&quot; form or to keep the textfield empty.
</dd>
 
<dt><b><a name="cfg_ShowBlob"></a>$cfg[ShowBlob] </b>boolean</dt>
<dd>
Defines whether <tt>BLOB</tt> fields are shown when browsing a table's
content or not.
</dd>
 
<dt><b><a name="cfg_NavigationBarIconic"></a>$cfg[NavigationBarIconic] </b>string</dt>
<dd>
Defines whether navigation bar buttons and the right panel top menu contain text or symbols only. A value of TRUE displays icons, FALSE displays text and 'both' displays both icons and text.
</dd>
 
<dt><b><a name="cfg_ShowAll"></a>$cfg[ShowAll] </b>boolean</dt>
<dd>
Defines whether an user should be displayed a
&quot;show all (records)&quot; button in browse mode or not.
</dd>
 
<dt><b><a name="cfg_MaxRows"></a>$cfg[MaxRows] </b>integer</dt>
<dd>
Number of rows displayed when browsing a result set. If the result set
contains more rows, Previous/Next links will be shown.
</dd>
 
<dt><b><a name="cfg_Order"></a>$cfg[Order] </b>string [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]</dt>
<dd>
Defines whether fields are displayed in ascending (<tt>ASC</tt>) order,
in descending (<tt>DESC</tt>) order or in a &quot;smart&quot;
(<tt>SMART</tt>) order - I.E. descending order for fields of type TIME,
DATE, DATETIME &amp; TIMESTAMP, ascending order else- by default.
</dd>
 
<dt><b><a name="cfg_ProtectBinary"></a>$cfg[ProtectBinary] </b>boolean or string</dt>
<dd>
Defines whether <tt>BLOB</tt> or <tt>BINARY</tt> fields are protected
from editing when browsing a table's content or not.
Valid values are:
<ul>
<li><tt>FALSE</tt> to allow editing of all fields;</li>
<li><tt>'blob'</tt> to allow editing of all fields except <tt>BLOBS</tt>;</li>
<li><tt>'all'</tt> to disallow editing of all <tt>BINARY</tt> or
<tt>BLOB</tt> fields.</li>
</ul>
</dd>
 
<dt><b><a name="cfg_ShowFunctionFields"></a>$cfg[ShowFunctionFields] </b>boolean</dt>
<dd>
Defines whether MySQL functions fields should be displayed or not in
edit/insert mode.
</dd>
 
<dt><b><a name="cfg_CharEditing"></a>$cfg[CharEditing] </b>string</dt>
<dd>
Defines which type of editing controls should be used for CHAR and
VARCHAR fields. Possible values are:
<ul>
<li>
input - this allows to limit size of text to size of field in
MySQL, but has problems with newlines in fields
</li>
<li>
textarea - no problems with newlines in fields, but also no
length limitations
</li>
</ul>
Default is old behavior so input.
</dd>
 
<dt><b><a name="cfg_InsertRows"></a>$cfg[InsertRows]</b> integer</dt>
<dd>
Defines the maximum number of concurrent entries for the Insert page.
</dd>
 
<dt><b><a name="cfg_ForeignKeyMaxLimit"></a>$cfg[ForeignKeyMaxLimit]</b> integer</dt>
<dd>
If there are fewer items than this in the set of foreign keys, then a
drop-down box of foreign keys is presented, in the style described by the
<b>$cfg[ForeignKeyDropdownOrder]</b> setting.
</dd>
 
<dt><b><a name="cfg_ForeignKeyDropdownOrder"></a>$cfg[ForeignKeyDropdownOrder]</b> array</dt>
<dd>
For the foreign key drop-down fields, there are several methods of
display, offering both the key and value data. The contents of the
array should be one or both of the following strings:
<i>'content-id'</i>, <i>'id-content'</i>.
</dd>
 
<dt>
<b><a name="cfg_ZipDump"></a>$cfg[ZipDump] </b>boolean<br />
<b><a name="cfg_GZipDump"></a>$cfg[GZipDump] </b>boolean<br />
<b><a name="cfg_BZipDump"></a>$cfg[BZipDump] </b>boolean
</dt>
<dd>
Defines whether to allow the use of zip/GZip/BZip2 compression when
creating a dump file or not.
</dd>
 
<dt>
<b><a name="cfg_CompressOnFly"></a>$cfg[CompressOnFly] </b>boolean<br />
</dt>
<dd>
Defines whether to allow on the fly compression for GZip/BZip2
compressed exports. This doesn't affect smaller dumps and allows to
create larger dumps, that won't fit otherwise in memory due to php
memory limit. Produced files contain more GZip/BZip2 headers, but all
normal programs handle this correctly.
</dd>
 
<dt><b><a name="cfg_LightTabs"></a>$cfg[LightTabs] </b>string</dt>
<dd>
If set to True, use less graphically intense tabs on the top of the
mainframe.
</dd>
 
<dt><b><a name="cfg_PropertiesIconic"></a>$cfg[PropertiesIconic] </b>string</dt>
<dd>
If set to <tt>TRUE</tt>, will display icons instead of text for db and table
properties links (like 'Browse', 'Select', 'Insert', ...).<br /> Can be set to <tt>'both'</tt> if you want icons AND text.<br />
When set to <tt>FALSE</tt>, will only show text.
</dd>
 
<dt><b><a name="cfg_PropertiesNumColumns"></a>$cfg[PropertiesNumColumns] </b>integer</dt>
<dd>
How many columns will be utilized to display the tables on the
database property view? Default is 1 column. When setting this to a
value larger than 1, the type of the database will be omitted for more
display space.
</dd>
 
 
<dt><b><a name="cfg_DefaultTabServer"></a>$cfg[DefaultTabServer] </b>string</dt>
<dd>
Defines the tab displayed by default on server view. Possible
values: &quot;main.php&quot; (recommended for multi-user setups),
&quot;server_databases.php&quot;, &quot;server_status.php&quot;,
&quot;server_variables.php&quot;, &quot;server_privileges.php&quot;
or &quot;server_processlist.php&quot;.
</dd>
 
<dt><b><a name="cfg_DefaultTabDatabase"></a>$cfg[DefaultTabDatabase] </b>string</dt>
<dd>
Defines the tab displayed by default on database view. Possible
values: &quot;db_details_structure.php&quot;,
&quot;db_details.php&quot; or &quot;db_search.php&quot;.
</dd>
 
<dt><b><a name="cfg_DefaultTabTable"></a>$cfg[DefaultTabTable] </b>string</dt>
<dd>
Defines the tab displayed by default on table view. Possible
values: &quot;tbl_properties_structure.php&quot;,
&quot;tbl_properties.php&quot;, &quot;tbl_select.php&quot;,
&quot;tbl_change.php&quot; or &quot;sql.php&quot;.
</dd>
 
<dt><b><a name="cfg_MySQLManualBase"></a>$cfg[MySQLManualBase]</b> string</dt>
<dd>
If set to an URL which points to the MySQL documentation (type depends
on <tt>$cfg['MySQLManualType']</tt>), appropriate help links are
generated.
<br />
See <a href="http://dev.mysql.com/doc/">MySQL Documentation page</a>
for more information about MySQL manuals and their types.
</dd>
 
<dt><b><a name="cfg_MySQLManualType"></a>$cfg[MySQLManualType]</b> string</dt>
<dd>
Type of MySQL documentation:
<ul>
<li>viewable - &quot;viewable online&quot;, current one used on MySQL website</li>
<li>searchable - &quot;Searchable, with user comments&quot;</li>
<li>chapters - &quot;HTML, one page per chapter&quot;</li>
<li>big - &quot;HTML, all on one page&quot;</li>
<li>none - do not show documentation links</li>
</ul>
</dd>
 
<dt><b><a name="cfg_DefaultLang"></a>$cfg[DefaultLang] </b>string</dt>
<dd>
Defines the default language to use, if not browser-defined or
user-defined.<br />
See the <i>select_lang.lib.php</i> script to know the valid values for
this setting.
</dd>
 
<dt><b><a name="cfg_DefaultConnectionCollation"></a>$cfg[DefaultConnectionCollation] </b>string</dt>
<dd>
Defines the default connection collation to use, if not
user-defined.<br />
See the <a href="http://dev.mysql.com/doc/mysql/en/charset-charsets.html">MySQL
documentation</a> for list of possible values.
</dd>
 
<dt><b><a name="cfg_Lang"></a>$cfg[Lang] </b>string</dt>
<dd>
Force: always use this language (must be defined in the
<i>select_lang.lib.php</i> script).
</dd>
 
<dt><b><a name="cfg_FilterLanguages"></a>$cfg[FilterLanguages] </b>string</dt>
<dd>
Limit list of available languages to those matching the given regular
expression. For example if you want only Czech and English, you should
set filter to <code>'^(cs|en)'</code>.
</dd>
 
<dt><b><a name="cfg_DefaultCharset"></a>$cfg[DefaultCharset] </b>string</dt>
<dd>
Default character set to use for recoding of MySQL queries. This must be
enabled and it's described by <tt>$cfg['AllowAnywhereRecoding']</tt>
option.<br />
You can give here any character set which is in
<tt>$cfg['AvailableCharsets']</tt> array and this is just default
choice, user can select any of them.
</dd>
 
<dt><b><a name="cfg_AllowAnywhereRecoding"></a>$cfg[AllowAnywhereRecoding] </b>boolean</dt>
<dd>
Allow character set recoding of MySQL queries. You need recode or iconv
support (compiled in or module) in PHP to allow MySQL queries recoding
and used language file must have it enabled (by default only these
which are in Unicode, just to avoid losing some characters).
<br /><br />
Setting this to <tt>TRUE</tt> also activates a pull-down menu
in the Export page, to choose the character set when exporting a file.
</dd>
 
<dt><b><a name="cfg_RecodingEngine"></a>$cfg[RecodingEngine] </b>string</dt>
<dd>
You can select here which functions will be used for character set
conversion.
Possible values are:
<ul>
<li>auto - automatically use available one (first is tested
iconv, then recode)</li>
<li>iconv - use iconv or libiconv functions</li>
<li>recode - use recode_string function</li>
</ul>
Default is auto.
</dd>
 
<dt><b><a name="cfg_IconvExtraParams"></a>$cfg[IconvExtraParams] </b>string</dt>
<dd>
Specify some parameters for iconv used in charset conversion. See
<a href="http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html">iconv
documentation</a> for details. By default <code>//TRANSLIT</code> is
used, so that invalid characters will be transliterated.
</dd>
 
<dt><b><a name="cfg_AvailableCharsets"></a>$cfg[AvailableCharsets] </b>array</dt>
<dd>
Available character sets for MySQL conversion. You can add your own (any of
supported by recode/iconv) or remove these which you don't use.
Character sets will be shown in same order as here listed, so if you
frequently use some of these move them to the top.
</dd>
 
<dt><b><a name="cfg_GD2Available"></a>$cfg[GD2Available] </b>string</dt>
<dd>
Specifies whether GD &gt;= 2 is available. If yes it can be used for
MIME transformations.<br />
Possible values are:
<ul>
<li>
auto - automatically detect, this is a bit expensive
operation for php &lt; 4.3.0 so it is preferred to change this
according to your server real possibilities
</li>
<li>yes - GD 2 functions can be used</li>
<li>no - GD 2 function cannot be used</li>
</ul>
Default is auto.
</dd>
 
<dt><b><a name="cfg_LeftWidth"></a>$cfg[LeftWidth] </b>integer</dt>
<dd>
Left frame width in pixel. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt>
<b><a name="cfg_LeftBgColor"></a>$cfg[LeftBgColor] </b>string [HTML color]<br />
<b><a name="cfg_RightBgColor"></a>$cfg[RightBgColor] </b>string [HTML color]
</dt>
<dd>
The background colors (HTML) used for both the frames.
See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt>
<b><a name="cfg_RightBgImage"></a>$cfg[RightBgImage] </b>string
</dt>
<dd>
The URI of the background image used for the right frame. It must be
an absolute URI. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt><b><a name="cfg_LeftPointerColor"></a>$cfg[LeftPointerColor] </b>string [HTML color]</dt>
<dd>
The color (HTML) used for the pointer in the left frame (does not work
with Netscape 4). See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt><b><a name="cfg_LeftPointerEnable"></a>$cfg[LeftPointerEnable] </b>boolean</dt>
<dd>
A value of <tt>TRUE</tt> activates the left pointer (when LeftFrameLight is <tt>FALSE</tt>).
</dd>
 
<dt><b><a name="cfg_Border"></a>$cfg[Border] </b>integer</dt>
<dd>
The size of a table's border. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt><b><a name="cfg_ThBgcolor"></a>$cfg[ThBgcolor] </b>string [HTML color]</dt>
<dd>
The color (HTML) used for table headers. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt><b><a name="cfg_BgcolorOne"></a>$cfg[BgcolorOne] </b>string [HTML color]</dt>
<dd>
The color (HTML) #1 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt><b><a name="cfg_BgcolorTwo"></a>$cfg[BgcolorTwo] </b>string [HTML color]</dt>
<dd>
The color (HTML) #2 for table rows. See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt>
<b><a name="cfg_BrowsePointerColor"></a>$cfg[BrowsePointerColor] </b>string [HTML color]<br />
<b><a name="cfg_BrowseMarkerColor"></a>$cfg[BrowseMarkerColor] </b>string [HTML color]
</dt>
<dd>
The colors (HTML) uses for the pointer and the marker in browse mode
(does not work with Netscape 4).<br />
The former feature highlights the row over which your mouse is passing
and the latter lets you visually mark/unmark rows by clicking on
them.<br />
See <tt>themes/themename/layout.inc.php</tt>.
</dd>
 
<dt><b><a name="cfg_BrowsePointerEnable"></a>$cfg[BrowsePointerEnable] </b>boolean</dt>
<dd>
Whether to activate the browse pointer or not.
</dd>
 
<dt><b><a name="cfg_BrowseMarkerEnable"></a>$cfg[BrowseMarkerEnable] </b>boolean</dt>
<dd>
Whether to activate the browse marker or not.
</dd>
 
<dt>
<b><a name="cfg_TextareaCols"></a>$cfg[TextareaCols] </b>integer<br />
<b><a name="cfg_TextareaRows"></a>$cfg[TextareaRows] </b>integer<br />
<b><a name="cfg_CharTextareaCols"></a>$cfg[CharTextareaCols] </b>integer<br />
<b><a name="cfg_CharTextareaRows"></a>$cfg[CharTextareaRows] </b>integer
</dt>
<dd>
Number of columns and rows for the textareas.<br />
This value will be emphasized (*2) for SQL query textareas and (*1.25) for
SQL textareas inside the query window.<br />
The Char* values are used for CHAR and VARCHAR editing (if configured
via $cfg['CharEditing']).
</dd>
 
<dt>
<b><a name="cfg_LongtextDoubleTextarea"></a>$cfg[LongtextDoubleTextarea] </b>boolean
</dt>
<dd>
Defines whether textarea for LONGTEXT fields should have double size.
</dd>
 
<dt>
<b><a name="cfg_TextareaAutoSelect"></a>$cfg[TextareaAutoSelect] </b>boolean
</dt>
<dd>
Defines if the whole textarea of the query box will be selected on
click.
</dd>
<dt>
<a name="CtrlArrowsMoving"></a>
<b><a name="cfg_CtrlArrowsMoving"></a>$cfg[CtrlArrowsMoving] </b>boolean
</dt>
<dd>
Enable Ctrl+Arrows (Option+Arrows in Safari) moving between fields when editing.
</dd>
 
<dt><b><a name="cfg_LimitChars"></a>$cfg[LimitChars] </b>integer</dt>
<dd>
Maximal number of Chars showed in any non-numeric
field on browse view. Can be turned off by a toggle button on the
browse page.
</dd>
 
<dt>
<b><a name="cfg_ModifyDeleteAtLeft"></a>$cfg[ModifyDeleteAtLeft] </b>boolean
<b><a name="cfg_ModifyDeleteAtRight"></a>$cfg[ModifyDeleteAtRight] </b>boolean
</dt>
<dd>
Defines the place where modify and delete links would be put when
tables contents are displayed (you may have them displayed both at the
left and at the right).
&quot;Left&quot; and &quot;right&quot; are parsed as &quot;top&quot;
and &quot;bottom&quot; with vertical display mode.
</dd>
 
<dt><b><a name="cfg_DefaultDisplay"></a>$cfg[DefaultDisplay] </b>string
<b><a name="cfg_HeaderFlipType"></a>$cfg[HeaderFlipType] </b>string
</dt>
<dd>
There are 3 display modes: horizontal, horizontalflipped and vertical.
Define which one is displayed by default. The first mode displays each
row on a horizontal line, the second rotates the headers by 90
degrees, so you can use descriptive headers even though fields only
contain small values and still print them out. The vertical mode sorts
each row on a vertical lineup.
<br /><br />
The HeaderFlipType can be set to 'css' or 'faked'. When using 'css'
the rotation of the header for horizontalflipped is done via CSS. If
set to 'faked' PHP does the transformation for you, but of course this
does not look as good as CSS.
</dd>
<dt>
 
<a name="DefaultPropDisplay"></a>
<b><a name="cfg_DefaultPropDisplay"></a>$cfg[DefaultPropDisplay] </b>string</dt>
<dd>
When editing/creating new columns in a table all fields normally get
lined up one field a line. (default: 'horizontal'). If you set this to
'vertical' you can have each field lined up vertically beneath each
other. You can save up a lot of place on the horizontal direction and
no longer have to scroll.
</dd>
 
<dt><b><a name="cfg_ShowBrowseComments"></a>$cfg[ShowBrowseComments] </b>boolean<br />
<b><a name="cfg_ShowPropertyComments"></a>$cfg[ShowPropertyComments] </b>boolean
</dt>
<dd>
By setting the corresponding variable to <tt>TRUE</tt> you can enable the
display of column comments in Browse or Property display. In browse
mode, the comments are show inside the header. In property mode,
comments are displayed using a CSS-formatted dashed-line below the
name of the field. The comment is shown as a tool-tip for that field.
</dd>
 
<dt><b><a name="cfg_UploadDir"></a>$cfg[UploadDir] </b>string</dt>
<dd>
The name of the directory where SQL files have been uploaded by other
means than phpMyAdmin (for example, ftp). Those files are available
under a drop-down box when you click the database name, then the SQL
tab.
<br /><br />
If you want different directory for each user, %u will be replaced
with username.
<br /><br />
Please note that the file names must have the suffix &quot;.sql&quot;
(or &quot;.sql.bz2&quot; or &quot;.sql.gz&quot; if support for
compressed formats is enabled).
<br /><br />
This feature is useful when your file is too big to be uploaded via
HTTP, or when file uploads are disabled in PHP.
<br /><br />
Please note that if PHP is running in safe mode, this directory must
be owned by the same user as the owner of the phpMyAdmin scripts.
<br /><br />
See also <a href="#faq1_16">FAQ 1.16</a> for alternatives.
</dd>
 
<dt><b><a name="cfg_docSQLDir"></a>$cfg[docSQLDir] </b>string</dt>
<dd>
The name of the directory where docSQL files can be uploaded for
import into phpMyAdmin.
<br /><br />
Please note that if PHP is running in safe mode, this directory must
be owned by the same user as the owner of the phpMyAdmin scripts.
</dd>
 
<dt><b><a name="cfg_SaveDir"></a>$cfg[SaveDir] </b>string</dt>
<dd>
The name of the directory where dumps can be saved.
<br /><br />
If you want different directory for each user, %u will be replaced
with username.
<br /><br />
Please note that the directory has to be writable for user running
webserver.
<br /><br />
Please note that if PHP is running in safe mode, this directory must
be owned by the same user as the owner of the phpMyAdmin scripts.
</dd>
 
<dt><b><a name="cfg_TempDir"></a>$cfg[TempDir] </b>string</dt>
<dd>
The name of the directory, where temporary files can be stored.
<br /><br />
This is needed for native MS Excel export, see <a href="#faq6_23">FAQ
6.23</a>
</dd>
 
<dt><b><a name="cfg_Export"></a>$cfg[Export] </b>array</dt>
<dd>
In this array are defined default parameters for export, names of
items are similar to texts seen on export page, so you can easily
identify what they mean.
</dd>
 
<dt><b><a name="cfg_Import"></a>$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.
</dd>
 
<dt><b><a name="cfg_RepeatCells"></a>$cfg[RepeatCells] </b>integer</dt>
<dd>
Repeat the headers every X cells, or 0 to deactivate.
</dd>
 
<dt><b><a name="cfg_EditInWindow"></a>$cfg[EditInWindow] </b>boolean<br />
<b><a name="cfg_QueryWindowWidth"></a>$cfg[QueryWindowWidth] </b>integer<br />
<b><a name="cfg_QueryWindowHeight"></a>$cfg[QueryWindowHeight] </b>integer<br />
<b><a name="cfg_QueryHistoryDB"></a>$cfg[QueryHistoryDB] </b>boolean<br />
<b><a name="cfg_QueryWindowDefTab"></a>$cfg[QueryWindowDefTab] </b>string<br />
<b><a name="cfg_QueryHistoryMax"></a>$cfg[QueryHistoryMax] </b>integer
</dt>
<dd>
All those variables affect the query window feature. A <tt>SQL</tt> link
or icon is always displayed on the left panel. If JavaScript is enabled in
your browser, a click on this opens a distinct query window, which is
a direct interface to enter SQL queries. Otherwise, the right panel
changes to display a query box.
<br /><br />
The size of this query window can be customized with
<tt>$cfg['QueryWindowWidth']</tt> and <tt>$cfg['QueryWindowWidth']</tt>
- both integers for the size in pixels. Note that normally, those
parameters will be modified in <tt>layout.inc.php</tt> for the
theme you are using.
<br /><br />
If <tt>$cfg['EditInWindow']</tt> is set to true, a click on [Edit]
from the results page (in the &quot;Showing Rows&quot; section)
opens the query window and puts the current query
inside it. If set to false, clicking on the link puts the SQL
query in the right panel's query box.
<br /><br />
The usage of the JavaScript query window is recommended if you have a
JavaScript enabled browser. Basic functions are used to exchange quite
a few variables, so most 4th generation browsers should be capable to
use that feature. It currently is only tested with Internet Explorer 6
and Mozilla 1.x.
<br /><br />
If $cfg['QueryHistoryDB'] is set to <tt>TRUE</tt>, all your Queries are logged
to a table, which has to be created by you (see <a
href="#history">$cfg['Servers'][$i]['history']</a>). If set to FALSE,
all your queries will be appended to the form, but only as long as
your window is opened they remain saved.
<br /><br />
When using the JavaScript based query window, it will always get
updated when you click on a new table/db to browse and will focus if
you click on "Edit SQL" after using a query. You can suppress updating
the query window by checking the box "Do not overwrite this query from
outside the window" below the query textarea. Then you can browse
tables/databases in the background without losing the contents of the
textarea, so this is especially useful when composing a query with
tables you first have to look in. The checkbox will get automatically
checked whenever you change the contents of the textarea. Please
uncheck the button whenever you definitely want the query window to
get updated even though you have made alterations.
<br /><br />
If $cfg['QueryHistoryDB'] is set to <tt>TRUE</tt> you can specify the amount of
saved history items using $cfg['QueryHistoryMax'].
<br /><br />
The query window also has a custom tabbed look to group the features.
Using the variable $cfg['QueryWindowDefTab'] you can specify the
default tab to be used when opening the query window. It can be set to
either 'sql', 'files', 'history' or 'full'.
</dd>
 
<dt><b><a name="cfg_BrowseMIME"></a>$cfg[BrowseMIME] </b>boolean</dt>
<dd>
Enable <a href="#transformations">MIME-transformations</a>.
</dd>
 
<dt><b><a name="cfg_MaxExactCount"></a>$cfg[MaxExactCount] </b>integer</dt>
<dd>
<ul>
<li>For InnoDB tables, determines for how large tables phpMyAdmin
should get the exact row count using <code>SELECT COUNT</code>.
If the approximate row count as returned by
<code>SHOW TABLE STATUS</code> is smaller than this value,
<code>SELECT COUNT</code> will be used, otherwise the approximate
count will be used.
</li>
<li>For VIEWs, since obtaining the exact count could have an
impact on performance, this value is the maximum to be displayed.
</li>
</ul>
</dd>
 
<dt><a name="wysiwyg"></a>
<b><a name="cfg_WYSIWYG-PDF"></a>$cfg[WYSIWYG-PDF] </b>boolean</dt>
<dd>
Utilizes a WYSIWYG editing control to easily place elements of a PDF
page. By clicking on the button 'toggle scratchboard' on the page
where you edit x/y coordinates of those elements you can activate a
scratchboard where all your elements are placed. By clicking on an
element, you can move them around in the pre-defined area and the x/y
coordinates will get updated dynamically. Likewise, when entering a
new position directly into the input field, the new position in the
scratchboard changes after your cursor leaves the input field.
<br />
You have to click on the 'OK'-button below the tables to save the new
positions. If you want to place a new element, first add it to the
table of elements and then you can drag the new element around.
<br />
By changing the paper size and the orientation you can change the size
of the scratchboard as well. You can do so by just changing the
dropdown field below, and the scratchboard will resize automatically,
without interfering with the current placement of the elements.
<br />
If ever an element gets out of range you can either enlarge the paper
size or click on the 'reset' button to place all elements below each
other.
<br />
<b>NOTE:</b> You have to use a recent browser like IE6 or Mozilla to
get this control to work. The basic Drag&amp;Drop script functionality
was kindly borrowed from www.youngpup.net and is underlying so
specific license.
</dd>
 
<dt><b><a name="cfg_NaturalOrder"></a>$cfg[NaturalOrder] </b>boolean</dt>
<dd>
Sorts database and table names according to natural order (for example,
t1, t2, t10). Currently implemented in the left panel (Light mode)
and in Database view, for the table list.
</dd>
 
<dt><b><a name="cfg_ShowHttpHostTitle"></a>$cfg[ShowHttpHostTitle] </b>boolean</dt>
<dd>
Shows the HTTP host name in window's title bar.
</dd>
 
<dt><b><a name="cfg_SetHttpHostTitle"></a>$cfg[SetHttpHostTitle] </b>string</dt>
<dd>
If <tt>$cfg['ShowHttpHostTitle']</tt> is <tt>TRUE</tt>, it shows the real
HTTP host name, unless an alternate name is set here.
</dd>
 
<dt><b><a name="cfg_ErrorIconic"></a>$cfg[ErrorIconic] </b>boolean</dt>
<dd>
Uses icons for warnings, errors and informations.
</dd>
 
<dt><b><a name="cfg_MainPageIconic"></a>$cfg[MainPageIconic] </b>boolean</dt>
<dd>
Uses icons on main page in lists and menu tabs.
</dd>
 
<dt><b><a name="cfg_ReplaceHelpImg"></a>$cfg[ReplaceHelpImg] </b>boolean</dt>
<dd>
Shows a help button instead of the &quot;Documentation&quot; message.
</dd>
 
<dt><b><a name="cfg_ThemePath"></a>$cfg[ThemePath] </b>string</dt>
<dd>
If theme manager is active, use this as the path of the subdirectory
containing all the themes.
</dd>
 
<dt><b><a name="cfg_ThemeManager"></a>$cfg[ThemeManager] </b>boolean</dt>
<dd>
Enables user-selectable themes. See <a href="#faqthemes">FAQ 2.7</a>.
</dd>
 
<dt><b><a name="cfg_ThemeDefault"></a>$cfg[ThemeDefault] </b>string</dt>
<dd>
The default theme (a subdirectory under <tt>cfg['ThemePath']</tt>).
</dd>
 
<dt><b><a name="cfg_ThemePerServer"></a>$cfg[ThemePerServer] </b>boolean</dt>
<dd>
Whether to allow different theme for each server.
</dd>
 
<dt><b><a name="cfg_DefaultQueryTable"></a>$cfg[DefaultQueryTable]</b> string<br />
<b><a name="cfg_DefaultQueryDatabase"></a>$cfg[DefaultQueryDatabase]</b> string
</dt>
<dd>
Default queries that will be displayed in query boxes when user didn't
specify any. Use %d for database name, %t for table name and %f for a
comma separated list of field names. Note that %t and %f are only
applicable to $cfg['DefaultQueryTable'].
</dd>
 
<dt><b><a name="cfg_SQP_fmtType"></a>$cfg[SQP]['fmtType']</b> string [<tt>html</tt>|<tt>none</tt>]</dt>
<dd>
The main use of the new SQL Parser is to pretty-print SQL queries. By
default we use HTML to format the query, but you can disable this by
setting this variable to <tt>'none'</tt>.
</dd>
 
<dt><b><a name="cfg_SQP_fmtInd"></a>$cfg[SQP]['fmtInd']</b> float<br />
<b><a name="cfg_SQP"></a>$cfg[SQP]['fmtIndUnit']</b> string [<tt>em</tt>|<tt>px</tt>|<tt>pt</tt>|<tt>ex</tt>]</dt>
<dd>
For the pretty-printing of SQL queries, under some cases the part of a
query inside a bracket is indented. By changing
<tt>$cfg['SQP']['fmtInd']</tt> you can change the amount of this indent.
<br />Related in purpose is <tt>$cfg['SQP']['fmtIndUnit']</tt> which
specifies the units of the indent amount that you specified. This is
used via stylesheets.
</dd>
 
<dt><b><a name="cfg_SQP_fmtColor"></a>$cfg[SQP]['fmtColor']</b> array of string tuples</dt>
<dd>
This array is used to define the colours for each type of element of
the pretty-printed SQL queries. The tuple format is<br />
<i>class</i> =&gt; [<i>HTML colour code</i> | <i>empty string</i>]<br />
If you specify an empty string for the color of a class, it is ignored
in creating the stylesheet.
You should not alter the class names, only the colour strings.<br />
<b>Class name key:</b>
<ul>
<li><b>comment</b> Applies to all comment sub-classes</li>
<li><b>comment_mysql</b> Comments as <tt>"#...\n"</tt></li>
<li><b>comment_ansi</b> Comments as <tt>"-- ...\n"</tt></li>
<li><b>comment_c</b> Comments as <tt>"/*...*/"</tt></li>
<li><b>digit</b> Applies to all digit sub-classes</li>
<li><b>digit_hex</b> Hexadecimal numbers</li>
<li><b>digit_integer</b> Integer numbers</li>
<li><b>digit_float</b> Floating point numbers</li>
<li><b>punct</b> Applies to all punctuation sub-classes</li>
<li><b>punct_bracket_open_round</b> Opening brackets<tt>"("</tt></li>
<li><b>punct_bracket_close_round</b> Closing brackets <tt>")"</tt></li>
<li><b>punct_listsep</b> List item Separator <tt>","</tt></li>
<li><b>punct_qualifier</b> Table/Column Qualifier <tt>"."</tt> </li>
<li><b>punct_queryend</b> End of query marker <tt>";"</tt></li>
<li><b>alpha</b> Applies to all alphabetic classes</li>
<li><b>alpha_columnType</b> Identifiers matching a column type</li>
<li><b>alpha_columnAttrib</b> Identifiers matching a database/table/column attribute</li>
<li><b>alpha_functionName</b> Identifiers matching a MySQL function name</li>
<li><b>alpha_reservedWord</b> Identifiers matching any other reserved word</li>
<li><b>alpha_variable</b> Identifiers matching a SQL variable <tt>"@foo"</tt></li>
<li><b>alpha_identifier</b> All other identifiers</li>
<li><b>quote</b> Applies to all quotation mark classes</li>
<li><b>quote_double</b> Double quotes <tt>"</tt></li>
<li><b>quote_single</b> Single quotes <tt>'</tt></li>
<li><b>quote_backtick</b> Backtick quotes <tt>`</tt></li>
</ul>
</dd>
 
<dt><b><a name="cfg_SQLValidator"></a>$cfg[SQLValidator]['use']</b> boolean</dt>
<dd>
phpMyAdmin now supports use of the <a href="http://developer.mimer.com/validator/index.htm">Mimer SQL Validator</a> service,
as originally published on
<a href="http://developers.slashdot.org/article.pl?sid=02/02/19/1720246">Slashdot</a>.
<br />
For help in setting up your system to use the service, see the
<a href="#faqsqlvalidator">FAQ #6.14</a>.
</dd>
 
<dt><b><a name="cfg_SQLValidator"></a>$cfg[SQLValidator]['username']</b> string<br />
<b><a name="cfg_SQLValidator"></a>$cfg[SQLValidator]['password']</b> string</dt>
<dd>
The SOAP service allows you to login with <tt>anonymous</tt>
and any password, so we use those by default. Instead, if
you have an account with them, you can put your login details
here, and it will be used in place of the anonymous login.
</dd>
 
<dt><b><a name="cfg_DBG_enable"></a>$cfg[DBG]['enable']</b> boolean</dt>
<dd>
<b>DEVELOPERS ONLY!</b><br />
Enable the DBG extension for debugging phpMyAdmin. Required for profiling
the code.
<br />
For help in setting up your system to this, see the
<a href="#developersdbg">Developers</a> section.
</dd>
 
<dt><b><a name="cfg_DBG_profile_enable"></a>$cfg[DBG]['profile']['enable']</b> boolean</dt>
<dd>
<b>DEVELOPERS ONLY!</b><br />
Enable profiling support for phpMyAdmin. This will append a chunk of data
to the end of every page displayed in the main window with profiling
statistics for that page.<br />
You may need to increase the maximum execution time for this to
complete successfully.
</dd>
 
<dt><b><a name="cfg_DBG_profile_threshold"></a>$cfg[DBG]['profile']['threshold']</b> float (units in milliseconds)</dt>
<dd>
<b>DEVELOPERS ONLY!</b><br />
When profiling data is displayed, this variable controls the threshold of
display for any profiling data, based on the average time each time has
taken. If it is over the threshold it is displayed, otherwise it is not
displayed. This takes a value in milliseconds. In most cases you don't need
to edit this.
</dd>
 
<dt><b><a name="cfg_ColumnTypes"></a>$cfg[ColumnTypes] </b>array</dt>
<dd>
All possible types of a MySQL column. In most cases you don't need to
edit this.
</dd>
 
<dt><b><a name="cfg_AttributeTypes"></a>$cfg[AttributeTypes] </b>array</dt>
<dd>
Possible attributes for fields. In most cases you don't need to edit
this.
</dd>
 
<dt><b><a name="cfg_Functions"></a>$cfg[Functions] </b>array</dt>
<dd>
A list of functions MySQL supports. In most cases you don't need to
edit this.
</dd>
 
<dt><b><a name="cfg_RestrictColumnTypes"></a>$cfg[RestrictColumnTypes] </b>array</dt>
<dd>
Mapping of column types to meta types used for preferring displayed
functions. In most cases you don't need to edit this.
</dd>
 
<dt><b><a name="cfg_RestrictFunctions"></a>$cfg[RestrictFunctions] </b>array</dt>
<dd>
Functions preferred for column meta types as defined in
<code>$cfg['RestrictColumnTypes']</code>. In most cases you don't need
to edit this.
</dd>
 
<dt><b><a name="cfg_DefaultFunctions"></a>$cfg[DefaultFunctions] </b>array</dt>
<dd>
Functions selected by default when inserting/changing row, Functions
are defined for meta types from
<code>$cfg['RestrictColumnTypes']</code> and for
<code>first_timestamp</code>, which is used for first timestamp column
in table.
</dd>
 
<dt><b><a name="cfg_NumOperators"></a>$cfg[NumOperators] </b>array</dt>
<dd>
Operators available for search operations on numeric and date fields.
</dd>
 
<dt><b><a name="cfg_TextOperators"></a>$cfg[TextOperators] </b>array</dt>
<dd>
Operators available for search operations on character fields.
Note that we put <code>LIKE</code> by default instead of
<code>LIKE %...%</code>, to avoid unintended performance problems
in case of huge tables.
</dd>
 
<dt><b><a name="cfg_EnumOperators"></a>$cfg[EnumOperators] </b>array</dt>
<dd>
Operators available for search operations on enum fields.
</dd>
 
<dt><b><a name="cfg_NullOperators"></a>$cfg[NullOperators] </b>array</dt>
<dd>
Additional operators available for search operations when the
field can be null.
</dd>
 
</dl>
 
<!-- TRANSFORMATIONS -->
<a name="transformations"></a><br />
<h2>Transformations</h2>
 
<p>
<a href="#transformationsintro">Introduction</a> &nbsp;-&nbsp;
<a href="#transformationshowto">Usage</a> &nbsp;-&nbsp;
<a href="#transformationsfiles">File structure</a>
</p>
 
<a name="transformationsintro"></a><br />
<h3>[1. Introduction]</h3>
 
<p>To enable transformations, you have to setup the <tt>column_info</tt> table and the proper
directives. Please see the <a href="#config">Configuration section</a> on how to do so.</p>
<br />
 
<p>You can apply different transformations to the contents of each field. The
transformation will take the content of each field and transform it with
certain rules defined in the selected transformation.</p><br />
 
<p>Say you have a field 'filename' which contains a filename. Normally you would see
in phpMyAdmin only this filename. Using transformations you can transform that filename
into a HTML link, so you can click inside of the phpMyAdmin structure on the field's
link and will see the file displayed in a new browser window. Using transformation
options you can also specify strings to append/prepend to a string or the format you
want the output stored in.</p><br />
 
<p>For a general overview of all available transformations and their options, you can
consult your
<i>&lt;www.your-host.com&gt;/&lt;your-install-dir&gt;/transformation_overview.php</i>
installation.</p>
 
<p><br />For a tutorial on how to effectively use transformations, see our <a href="http://www.phpmyadmin.net/home_page/docs.php">Link section</a> on the official phpMyAdmin homepage.</p>
 
<a name="transformationshowto"></a><br />
<h3>[2. Usage]</h3>
 
<p>Go to your <i>tbl_properties_structure.php</i> page (i.e. reached through
clicking on the 'Structure' link for a table). There click on
&quot;Change&quot; (or change icon) and there you will see three new fields at
the end of the line. They are called 'MIME-type', 'Browser transformation' and
'Transformation options'.</p>
 
<ul>
<li>The field 'MIME-type' is a dropdown field. You have the options to leave that field
empty or to use 'auto' [this feature is not yet available]. Please note that
transformations are inactive as long as no MIME-type is selected.</li>
 
<li>The field 'Browser transformation' is a drop-down field. You can choose from a
hopefully growing amount of pre-defined transformations. See below for information on
how to build your own transformation.<br />
 
There are global transformations and mimetype-bound transformations. Global transformations
can be used for any mimetype. They will take the mimetype, if necessary, into regard.
Mimetype-bound transformations usually only operate on a certain mimetype. There are
transformations which operate on the main mimetype (like 'image'), which will most likely
take the subtype into regard, and those who only operate on a
specific subtype (like 'image/jpeg').<br />
 
You can use transformations on mimetypes for which the function was not defined for. There
is no security check for you selected the right transformation, so take care of what the
output will be like.</li>
 
<li>The field 'Transformation options' is a free-type textfield. You have to enter
transform-function specific options here. Usually the transforms can operate with default
options, but it is generally a good idea to look up the overview to see which options are
necessary.<br />
 
Much like the ENUM/SET-Fields, you have to split up several options using the format
'a','b','c',...(NOTE THE MISSING BLANKS). This is because internally the options will be
parsed as an array, leaving the first value the first element in the array, and so
forth.<br />
 
If you want to specify a MIME character set you can define it in the transformation_options.
You have to put that outside of the pre-defined options of the specific mime-transform,
as the last value of the set. Use the format "'; charset=XXX'". If you use a transform,
for which you can specify 2 options and you want to append a character set, enter "'first
parameter','second parameter','charset=us-ascii'". You can, however use the defaults for
the parameters: "'','','charset=us-ascii'".</li>
</ul>
 
<a name="transformationsfiles"></a><br />
<h3>[3. File structure]</h3>
 
<p>All mimetypes and their transformations are defined through single files in
the directory 'libraries/transformations/'.</p><br />
 
<p>They are stored in files to ease up customization and easy adding of new
transformations.</p><br />
 
<p>Because the user cannot enter own mimetypes, it is kept sure that transformations
always work. It makes no sense to apply a transformation to a mimetype, the
transform-function doesn't know to handle.</p><br />
 
<p>One can, however, use empty mime-types and global transformations which should work
for many mimetypes. You can also use transforms on a different mimetype they where built
for, but pay attention to option usage as well as what the transformation does to your
field.</p><br />
 
<p>There is a basic file called '<i>global.inc.php</i>'. This function can be included by
any other transform function and provides some basic functions.</p><br />
 
<p>There are 5 possible file names:</p>
 
<ol>
<li>A mimetype+subtype transform:<br /><br />
 
[mimetype]_[subtype]__[transform].inc.php<br /><br />
 
Please not that mimetype and subtype are separated via '_', which shall not be
contained in their names. The transform function/filename may contain only
characters which cause no problems in the file system as well as the PHP function
naming convention.<br /><br />
 
The transform function will the be called 'PMA_transform_[mimetype]_[subtype]__[transform]()'.<br /><br />
 
<b>Example:</b><br /><br />
 
text_html__formatted.inc.php<br />
PMA_transform_text_html__formatted()</li>
 
<li>A mimetype (w/o subtype) transform:<br /><br />
 
[mimetype]__[transform].inc.php<br /><br />
 
Please note that there are no single '_' characters.
The transform function/filename may contain only characters which cause no problems
in the file system as well as the PHP function naming convention.<br /><br />
 
The transform function will the be called 'PMA_transform_[mimetype]__[transform]()'.<br /><br />
 
<b>Example:</b><br /><br />
 
text__formatted.inc.php<br />
PMA_transform_text__formatted()</li>
 
<li>A mimetype+subtype without specific transform function<br /><br />
 
[mimetype]_[subtype].inc.php<br /><br />
 
Please note that there are no '__' characters in the filename. Do not use special
characters in the filename causing problems with the file system.<br /><br />
 
No transformation function is defined in the file itself.<br /><br />
 
<b>Example:</b><br /><br />
 
text_plain.inc.php<br />
(No function)</li>
 
<li>A mimetype (w/o subtype) without specific transform function<br /><br />
 
[mimetype].inc.php<br /><br />
 
Please note that there are no '_' characters in the filename. Do not use special
characters in the filename causing problems with the file system.<br /><br />
 
No transformation function is defined in the file itself.<br /><br />
 
<b>Example:</b><br /><br />
 
text.inc.php<br />
(No function)</li>
 
<li>A global transform function with no specific mimetype<br /><br />
 
global__[transform].inc.php<br /><br />
 
The transform function will the be called 'PMA_transform_global__[transform]()'.<br /><br />
 
<b>Example:</b><br /><br />
 
global__formatted<br />
PMA_transform_global__formatted()</li>
</ol>
 
<br />
<p>So generally use '_' to split up mimetype and subtype, and '__' to provide a
transform function.</p><br />
 
<p>All filenames containing no '__' in themselves are not shown as valid transform
functions in the dropdown.</p><br />
 
<p>Please see the libraries/transformations/TEMPLATE file for adding your own transform
function. See the libraries/transformations/TEMPLATE_MIMETYPE for adding a mimetype
without a transform function. Also note the introduction of a function description in
the language files. For each function a $strTransformation_[filename without .inc.php]
has to exist.</p><br />
 
<p>You can use the template generator to generate new functions and entries in the
language file.</p><br />
 
<p>To create a new transform function please see libraries/transformations/template_generator.sh.
To create a new, empty mimetype please see libraries/transformations/template_generator_mimetype.sh.</p><br />
 
<p>A transform function always gets passed three variables:</p>
<ol>
<li><b>$buffer</b> - Contains the text inside of the column. This is the text, you want to transform.</li>
<li><b>$options</b> - Contains any user-passed options to a transform function as an array.</li>
<li><b>$meta</b> - Contains an object with field information to your column. The data is drawn from the output of the
<a href="http://www.php.net/mysql_fetch_field">mysql_fetch_field()</a> function. This means, all object properties described
on the <a href="http://www.php.net/mysql_fetch_field">manual page</a> are available in this variable and can be used to
transform a field accordingly to unsigned/zerofill/not_null/... properties.<br />
The $meta-&gt;mimetype variable contains the original MIME-type of the field (i.e. 'text/plain', 'image/jpeg' etc.)</li>
</ol>
 
<!-- FAQ -->
<a name="faq"></a><br />
<h2>FAQ - Frequently Asked Questions</h2>
 
<p>
<a href="#faqserver">Server</a> &nbsp;-&nbsp;
<a href="#faqconfig">Configuration</a> &nbsp;-&nbsp;
<a href="#faqlimitations">Limitations</a> &nbsp;-&nbsp;
<a href="#faqmultiuser">Multi-user</a> &nbsp;-&nbsp;
<a href="#faqbrowsers">Browsers</a> &nbsp;-&nbsp;
<a href="#faqusing">Usage tips</a> &nbsp;-&nbsp;
<a href="#faqproject">Project</a> &nbsp;-&nbsp;
<a href="#faqsecurity">Security</a>
</p>
 
<p><br />
Please have a look at our <a href="http://www.phpmyadmin.net/home_page/docs.php">Link section</a> on the official phpMyAdmin homepage for in-depth coverage of phpMyAdmin's features and/or interface.
</p>
 
<a name="faqserver"></a><br />
<h3>[1. Server]</h3>
 
<a name="faq1_1"></a>
<h4>
[<a href="#faq1_1">1.1</a>] I'm running PHP 4+ and my server is crashing each time a specific
action is required or phpMyAdmin sends a blank page or a page full of
cryptic characters to my browser, what can I do?
</h4>
<p>
There are some known PHP bugs with output buffering and compression.<br />
Try to set the <tt>$cfg['OBGzip']</tt> directive to <tt>FALSE</tt> in your
<i>config.inc.php</i> file and the
<tt>zlib.output_compression</tt> directive to <tt>Off</tt> in your php
configuration file.<br />
Furthermore, we know about such problems connected to the release
candidates of PHP 4.2.0 (tested with PHP 4.2.0 RC1 to RC4) together with
MS Internet Explorer. Please upgrade to the release version PHP 4.2.0.
</p>
 
<a name="faq1_2"></a>
<h4>
[<a href="#faq1_2">1.2</a>] My Apache server crashes when using phpMyAdmin.
</h4>
<p>
You should first try the latest versions of Apache (and possibly MySQL).
<br />
See also the <a href="#faq1_1">FAQ 1.1</a> entry about PHP bugs with output buffering.
<br />
If your server keeps crashing, please ask for help in the various
Apache support groups.
</p>
 
<a name="faq1_3"></a>
<h4>
[<a href="#faq1_3">1.3</a>] I'm running phpMyAdmin with "cookie" authentication mode under
PHP 4.2.0 or 4.2.1 loaded as an Apache 2+ module but can't enter the
script: I'm always displayed the login screen.
</h4>
<p>
This is a known PHP bug (see this
<a href="http://bugs.php.net/bug.php?id=16626">bug report</a>) from the
official PHP bug database. It means there is and won't be any phpMyAdmin
fix against it because there is no way to code a fix.
</p>
 
<a name="faq1_4"></a>
<h4>
[<a href="#faq1_4">1.4</a>] Using phpMyAdmin on IIS, I'm displayed the error message:
&quot;The specified CGI application misbehaved by not returning a
complete set of HTTP headers...&quot;.
</h4>
<p>
You just forgot to read the <i>install.txt</i> file from the php
distribution. Have a look at the last message in this
<a href="http://bugs.php.net/bug.php?id=12061">bug report</a> from the
official PHP bug database.
</p>
 
<a name="faq1_5"></a>
<h4>
[<a href="#faq1_5">1.5</a>] Using phpMyAdmin on IIS, I'm facing crashes and/or many error
messages with the HTTP or advanced authentication mode.
</h4>
<p>
This is a known problem with the PHP ISAPI filter: it's not so stable.
Please use instead the cookie authentication mode.
</p>
 
<a name="faq1_6"></a>
<h4>
[<a href="#faq1_6">1.6</a>] I can't use phpMyAdmin on PWS: nothing is displayed!</h4>
<p>
This seems to be a PWS bug. Filippo Simoncini found a workaround (at this
time there is no better fix): remove or comment the <tt>DOCTYPE</tt>
declarations (2 lines) from the scripts <i>libraries/header.inc.php</i>,
<i>libraries/header_printview.inc.php</i>, <i>index.php</i>,
<i>left.php</i> and <i>libraries/common.lib.php</i>.
</p>
 
<a name="faq1_7"></a>
<h4>
[<a href="#faq1_7">1.7</a>] How can I GZip or Bzip a dump or a CSV export? It does not seem to
work.
</h4>
<p>
These features are based on the <tt>gzencode()</tt> and
<tt>bzcompress()</tt> PHP functions to be more independent of the platform
(Unix/Windows, Safe Mode or not, and so on).
So, you must have PHP4&nbsp;>=&nbsp;4.0.4 and Zlib/Bzip2 support
(<tt>--with-zlib</tt> and <tt>--with-bz2</tt>).<br />
We faced PHP crashes when trying to download a dump with MS Internet
Explorer when phpMyAdmin is run with a release candidate of PHP 4.2.0. In
this case you should switch to the release version of PHP 4.2.0.
</p>
 
<a name="faq1_8"></a>
<h4>
[<a href="#faq1_8">1.8</a>] I cannot insert a text file in a table, and I get an error about
safe mode being in effect.
</h4>
<p>
Your uploaded file is saved by PHP in the &quot;upload dir&quot;, as
defined in <i>php.ini</i> by the variable <tt>upload_tmp_dir</tt> (usually
the system default is <i>/tmp</i>).
<br />
We recommend the following setup for Apache servers running in safe mode,
to enable uploads of files while being reasonably secure:
</p>
<ul>
<li>create a separate directory for uploads:
<tt>mkdir /tmp/php</tt></li>
<li>give ownership to the Apache server's user.group:
<tt>chown apache.apache /tmp/php</tt></li>
<li>give proper permission: <tt>chmod 600 /tmp/php</tt></li>
<li>put <tt>upload_tmp_dir = /tmp/php</tt> in <i>php.ini</i></li>
<li>restart Apache</li>
</ul>
 
<a name="faq1_9"></a>
<h4>
[<a href="#faq1_9">1.9</a>] I'm having troubles when uploading files. In general file uploads
don't work on my system and uploaded files have a <tt>Content-Type:</tt>
header in the first line.
</h4>
<p>
It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0
and you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?
<br />
So the problem is that this package has a serious bug that was corrected
ages ago in PHP (2001-01-28: see
<a href="http://www.php.net/bugs.php?id=8966">PHP's bug tracking system</a>
for more details). The problem is that the bugged package is still
available though it was corrected (see
<a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">RedHat's BugZilla</a>
for more details).
<br />
So please download
<a href="http://www.redhat.com/swr/i386/php-4.0.4pl1-9.i386.html">the fixed package (4.0.4pl1-9)</a>
and the problem should go away.
<br />
And that fixes the \r\n problem with file uploads!
</p>
 
<a name="faq1_10"></a>
<h4>
[<a href="#faq1_10">1.10</a>] I'm having troubles when uploading files with phpMyAdmin running
on a secure server. My browser is Internet Explorer and I'm using the
Apache server.
</h4>
<p>
As suggested by &quot;Rob M&quot; in the phpWizard forum, add this line to
your <i>httpd.conf</i>:<br />
&nbsp;&nbsp;&nbsp;&nbsp;<tt>SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown</tt><br />
It seems to clear up many problems between Internet Explorer and SSL.
</p>
 
<a name="faq1_11"></a>
<h4>
[<a href="#faq1_11">1.11</a>] I get an 'open_basedir restriction' while uploading a file from
the query box.
</h4>
<p>
Since version 2.2.4, phpMyAdmin supports servers with open_basedir
restrictions. Assuming that the restriction allows you to open files in the
current directory ('.'), all you have to do is create a 'tmp' directory
under the phpMyAdmin install directory, with permissions 777 and the same
owner as the owner of your phpMyAdmin directory. The uploaded files will
be moved there, and after execution of your SQL commands, removed.
</p>
 
<a name="faq1_12"></a>
<h4>
[<a href="#faq1_12">1.12</a>] I have lost my MySQL root password, what can I do?
</h4>
<p>
The MySQL manual explains how to
<a href="http://www.mysql.com/doc/R/e/Resetting_permissions.html">
reset the permissions</a>.
</p>
 
<a name="faq1_13"></a>
<h4>
[<a href="#faq1_13">1.13</a>] I get an error 'No SQL query' when trying to execute a bookmark.
</h4>
<p>
If PHP does not have read/write access to its <tt>upload_tmp_dir</tt>, it
cannot access the uploaded query.
</p>
 
<a name="faq1_14"></a>
<h4>
[<a href="#faq1_14">1.14</a>] I get an error 'No SQL query' when trying to submit a query from
the convenient text area.
</h4>
<p>
Check the <tt>post_max_size</tt> directive from your PHP configuration file
and try to increase it.
</p>
 
<a name="faq1_15"></a>
<h4>
[<a href="#faq1_15">1.15</a>] I have problems with <i>mysql.user</i> field names.
</h4>
<p>
In older MySQL versions, the <tt>User</tt> and <tt>Password</tt> fields
were named <tt>user</tt> and <tt>password</tt>. Please modify your field
names to align with current standards.
</p>
 
<a name="faq1_16"></a>
<h4>
[<a href="#faq1_16">1.16</a>] I cannot upload big dump files (memory, http or timeout problems).
</h4>
<p> Starting with version 2.7.0, the import engine has been re&#8211;written and these
problems should not occur. If possible, upgrade your phpMyAdmin to the latest version
to take advantage of the new import features.
</p>
<p>
The first things to check (or ask your host provider to check) are the
values of <tt>upload_max_filesize</tt>, <tt>memory_limit</tt> and
<tt>post_max_size</tt> in the <i>php.ini</i> configuration file.
All of these three settings limit the maximum size of data that can be
submitted and handled by PHP. One user also said that post_max_size
and memory_limit need to be larger than upload_max_filesize.
<br /> <br />
There exist several workarounds if your upload is too big or your
hosting provider is unwilling to change the settings:
</p>
<ul>
<li>Look at the <tt>$cfg['UploadDir']</tt> feature. This allows one to
upload a file to the server via scp, ftp, or your favorite file transfer
method. PhpMyAdmin is then able to import the files from the temporary
directory. More information is available in the <a href="#config">Configuration
section</a> of this document.</li>
<li>Using a utility (such as <a href="http://www.ozerov.de/bigdump.php">
BigDump</a>) to split the files before uploading. We cannot support this
or any third party applications, but are aware of users having success
with it.</li>
<li>If you have shell (command line) access, use MySQL to import the files
directly. You can do this by issuing the &quot;source&quot; command from
within MySQL: <tt>source <i>filename.sql</i></tt>.</li>
</ul>
 
<a name="faqmysqlversions"></a>
<h4>
[<a href="#faqmysqlversions">1.17</a>] Which MySQL versions does phpMyAdmin support?
</h4>
<p>
All MySQL versions from 3.23.32 till 5.0 (except for 4.1.0 and 4.1.1) are
fully supported. Please note that the older your MySQL version is, the more
limitations you will have to face.
<br />
phpMyAdmin may connect to your MySQL server using php's classic
<a href="http://php.net/mysql">MySQL extension</a> as well as the
<a href="http://php.net/mysqli">improved MySQL extension (MySQLi)</a> that
is available in php 5.0.
<br />
Either way, the developers of both extensions recommend to use the classic
extension for MySQL 4.0 and below and MySQLi for MySQL 4.1 and newer.
<br />
When compiling php, we strongly recommend that you manually link the MySQL
extension of your choice to a MySQL client library of at least the same
minor version since the one that is bundled with some php distributions is
rather old and might cause problems (see also FAQ 1.17a).
If your webserver is running on a windows system, you might want to try
MySQL's
<a href="http://dev.mysql.com/downloads/connector/php/">Connector/PHP</a>
instead of the MySQL / MySQLi extensions that are bundled with the official
php Win32 builds.
<br />
MySQL&nbsp;5.1 is not yet supported.
</p>
 
<a name="faq1_17a"></a>
<h4>
[<a href="#faq1_17a">1.17a</a>] I cannot connect to the MySQL server. It always returns the error
message, &quot;Client does not support authentication protocol requested
by server; consider upgrading MySQL client&quot;
</h4>
<p>
You tried to access MySQL with an old MySQL client library. The version of
your MySQL client library can be checked in your phpinfo() output.
In general, it should have at least the same minor version as your server
- as mentioned in FAQ 1.17.
<br /><br />
This problem is generally caused by using MySQL version 4.1 or newer. MySQL
changed the authentication hash and your PHP is trying to use the old method.
The proper solution is to use the <a href="http://www.php.net/mysqli">mysqli extension</a>
with the proper client library to match your MySQL installation. Your
chosen extension is specified in <tt>$cfg['Servers'][$i]['extension']</tt>.
More information (and several workarounds) are located in the
<a href="http://dev.mysql.com/doc/mysql/en/old-client.html">MySQL Documentation</a>.
</p>
 
<a name="faq1_18"></a>
<h4>
[<a href="#faq1_18">1.18</a>] I'm running MySQL&nbsp;&lt;=&nbsp;4.0.1 having
<tt>lower_case_table_names</tt> set to 1. If I create a new table with a
capital letter in its name it is changed to lowercase as it should. But
if I try to DROP this table MySQL is unable to find the corresponding
file.
</h4>
<p>
This is a bug of MySQL&nbsp;&lt;=&nbsp;4.0.1. Please upgrade to at least
MySQL&nbsp;4.0.2 or turn off your <tt>lower_case_table_names</tt>
directive.
</p>
 
<a name="faq1_19"></a>
<h4>
[<a href="#faq1_19">1.19</a>] I can't run the &quot;display relations&quot; feature because the
script seems not to know the font face I'm using!
</h4>
<p>
The &quot;FPDF&quot; library we're using for this feature requires some
special files to use font faces.<br />
Please refers to the
<a href="http://www.fpdf.org/" target="_blank">FPDF manual</a> to build
these files.
</p>
 
<a name="faqmysql"></a>
<h4>
[<a href="#faqmysql">1.20</a>] I receive the error &quot;cannot load MySQL extension, please
check PHP Configuration&quot;.
</h4>
<p>
To connect to a MySQL server, PHP needs a set of MySQL functions called
&quot;MySQL extension&quot;.
This extension may be part of the PHP distribution (compiled-in), otherwise
it needs to be loaded dynamically. Its name is probably <i>mysql.so</i> or
<i>php_mysql.dll</i>. phpMyAdmin tried to load the extension but failed.
<br /><br />
Usually, the problem is solved by installing a software package called
&quot;PHP-MySQL&quot; or something similar.
</p>
 
<a name="faq1_21"></a>
<h4>
[<a href="#faq1_21">1.21</a>] I am running the CGI version of PHP under Unix, and I cannot
login using cookie auth.
</h4>
<p>
In <i>php.ini</i>, set <tt>mysql.max_links</tt> higher than 1.
</p>
 
<a name="faq1_22"></a>
<h4>
[<a href="#faq1_22">1.22</a>] I don't see the &quot;Location of text file&quot; field, so
I cannot upload.
</h4>
<p>
This is most likely because in <i>php.ini</i>, your <tt>file_uploads</tt>
parameter is not set to &quot;on&quot;.
</p>
 
<a name="faq1_23"></a>
<h4>
[<a href="#faq1_23">1.23</a>] I'm running MySQL on a Win32 machine. Each time I create a new
table the table and field names are changed to lowercase!
</h4>
<p>
This happens because the MySQL directive <tt>lower_case_table_names</tt>
defaults to 1 (<tt>ON</tt>) in the Win32 version of MySQL. You can change
this behavior by simply changing the directive to 0 (<tt>OFF</tt>):<br />
Just edit your <tt>my.ini</tt> file that should be located in your Windows
directory and add the following line to the group [mysqld]:<br />
<tt>set-variable = lower_case_table_names=0</tt><br />
Next, save the file and restart the MySQL service. You can always check the
value of this directive using the query<br />
<tt>SHOW VARIABLES LIKE 'lower_case_table_names';</tt>
</p>
 
<a name="faq1_24"></a>
<h4>
[<a href="#faq1_24">1.24</a>] Some characters are being truncated in my queries, or I get
characters randomly added. I am running PHP 4.2.3.
</h4>
<p>
This is a
<a href="http://bugs.php.net/bug.php?id=19404">PHP 4.2.3 bug</a>.
</p>
 
<a name="faq1_25"></a>
<h4>
[<a href="#faq1_25">1.25</a>] I am running Apache with mod_gzip-1.3.26.1a on Windows XP,
and I get problems, such as undefined variables when I run a SQL query.
</h4>
<p>
A tip from Jose Fandos: put a comment on the following two lines
in httpd.conf, like this:<br />
<tt># mod_gzip_item_include file \.php$</tt><br />
<tt># mod_gzip_item_include mime "application/x-httpd-php.*"</tt><br />
as this version of mod_gzip on Apache (Windows) has problems handling
PHP scripts. Of course you have to restart Apache.
</p>
 
<a name="faq1_26"></a>
<h4>
[<a href="#faq1_26">1.26</a>] I just installed phpMyAdmin in my document root of IIS but
I get the error &quot;No input file specified&quot; when trying to
run phpMyAdmin.
</h4>
<p>
This is a permission problem. Right-click on the phpmyadmin folder
and choose properties. Under the tab Security, click on &quot;Add&quot;
and select the user &quot;IUSR_machine&quot; from the list. Now set his
permissions and it should work.
</p>
 
<a name="faq1_27"></a>
<h4>
[<a href="#faq1_27">1.27</a>] I get empty page when I want to view huge page (eg.
db_details_structure.php with plenty of tables).
</h4>
<p>
This is a <a href="http://bugs.php.net/21079">PHP bug</a> that occur when
GZIP output buffering is enabled. If you turn off it (by <code>$cfg['OBGzip']
= FALSE</code> in <i>config.inc.php</i>), it should work. This bug will be
fixed in PHP 5.0.0.
</p>
 
<a name="faq1_28"></a>
<h4>
[<a href="#faq1_28">1.28</a>] My MySQL server sometimes refuses queries and returns the message
'Errorcode: 13'. What does this mean?
</h4>
<p>
This can happen due to a MySQL bug when having database / table names with
upper case characters although <tt>lower_case_table_names</tt> is set to 1.
To fix this, turn off this directive, convert all database and table names
to lower case and turn it on again. Alternatively, there's a bug-fix
available starting with MySQL&nbsp;3.23.56 / 4.0.11-gamma.
</p>
 
<a name="faq1_29"></a>
<h4>
[<a href="#faq1_29">1.29</a>] When I create a table or modify a field, I get an error
and the fields are duplicated.
</h4>
<p>
It is possible to configure Apache in such a way that PHP has problems
interpreting .php files.
<br /><br />
The problems occur when two different (and conflicting) set of directives
are used:
<br /><br />
<tt>
SetOutputFilter PHP<br />
SetInputFilter PHP<br />
</tt>
&amp;
<br />
<tt>
AddType application/x-httpd-php .php
</tt>
<br /><br />
In the case we saw, one set of directives was in
<tt>/etc/httpd/conf/httpd.conf</tt>, while
the other set was in <tt>/etc/httpd/conf/addon-modules/php.conf</tt>.<br />
The recommended way is with <tt>AddType</tt>, so just comment out
the first set of lines and restart Apache:
<br /><br />
<tt><b>
#SetOutputFilter PHP<br />
#SetInputFilter PHP<br /></b>
</tt>
</p>
 
<a name="faq1_30"></a>
<h4>
[<a href="#faq1_30">1.30</a>] I get the error &quot;left.php: Missing hash&quot;.
</h4>
<p>
This problem is known to happen when the server is running Turck MMCache
but upgrading MMCache to version 2.3.21 solves the problem.
</p>
 
<a name="faq1_31"></a>
<h4>
[<a href="#faq1_31">1.31</a>] Does phpMyAdmin support php5?
</h4>
<p>
Yes.
<br />
However, phpMyAdmin needs to be backwards compatible to php4. This is why
phpMyAdmin disables the <tt>E_STRICT</tt> error_level in
<tt>error_reporting</tt> settings.
</p>
 
<a name="faq1_32"></a>
<h4>
[<a href="#faq1_32">1.32</a>] Can I use HTTP authentication with IIS?
</h4>
<p>
Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI
mode under IIS 5.1.</p>
<ol>
<li>In your <tt>php.ini</tt> file, set <tt>cgi.rfc2616_headers = 0</tt></li>
 
<li>In <tt>Web Site Properties -> File/Directory Security -> Anonymous Access</tt> dialog box, check the <tt>Anonymous access</tt> checkbox and uncheck any other checkboxes (i.e. uncheck <tt>Basic authentication</tt>, <tt>Integrated Windows authentication</tt>, and <tt>Digest</tt> if it's enabled.) Click <tt>OK</tt>. </li>
 
<li>In <tt>Custom Errors</tt>, select the range of <tt>401;1</tt> through <tt>401;5</tt> and click the <tt>Set to Default</tt> button. </li>
</ol>
 
<a name="faq1_33"></a>
<h4>
[<a href="#faq1_33">1.33</a>] Is there a problem with the mysqli extension when running PHP 5.0.4 on 64-bit systems?
</h4>
<p>
Yes. This problem affects phpMyAdmin (&quot;Call to undefined function pma_reloadnavigation&quot;), so upgrade your PHP to the next version.
</p>
 
<a name="faq1_34"></a>
<h4>
[<a href="#faq1_34">1.34</a>] Can I access directly to database or table pages?
</h4>
<p>
Yes. Out of the box, you can use URLs like
http://server/phpMyAdmin/index.php?db=database&amp;table=table&amp;target=script.
Table and script parts are optional. If you want
http://server/phpMyAdmin/database[/table][/script] URLs, you need to do
some configuration. Following lines apply only for <a
href="http://httpd.apache.org">Apache</a> web server. First make sure,
that you have enabled some features within global configuration. You need
<code>Options FollowSymLinks</code> and <code>AllowOverride
FileInfo</code> enabled for directory where phpMyAdmin is installed and
you need mod_rewrite to be enabled. Then you just need to create following
<code>.htaccess</code> file in root folder of phpMyAdmin installation
(don't forget to change directory name inside of it):
</p>
 
<pre>
RewriteEngine On
RewriteBase /path_to_phpMyAdmin
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&amp;table=$2&amp;target=$3 [R]
RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&amp;target=$2 [R]
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&amp;table=$2 [R]
RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]
</pre>
 
<a name="faq1_35"></a>
<h4>
[<a href="#faq1_35">1.35</a>] Can I use HTTP authentication with Apache CGI?
</h4>
<p>
Yes. However you need to pass authentication variable to CGI using
following rewrite rule:
</p>
<pre>
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
</pre>
 
<a name="faq1_36"></a>
<h4>
[<a href="#faq1_36">1.36</a>] I get an error &quot;500 Internal Server
Error&quot;.
</h4>
<p>
There can be many explanations to this and a look at your server's
error log file might give a clue.
</p>
 
<a name="faqconfig"></a><br />
<h3>[2. Configuration]</h3>
 
<a name="faq2_1"></a>
<h4>
[<a href="#faq2_1">2.1</a>] The error message &quot;Warning: Cannot add header information -
headers already sent by ...&quot; is displayed, what's the problem?
</h4>
<p>
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.
</p>
 
<a name="faq2_2"></a>
<h4>
[<a href="#faq2_2">2.2</a>] phpMyAdmin can't connect to MySQL. What's wrong?
</h4>
<p>
Either there is an error with your PHP setup or your username/password is
wrong. Try to make a small script which uses mysql_connect and see if it
works. If it doesn't, it may be you haven't even compiled MySQL support
into PHP.
</p>
 
<a name="faq2_3"></a>
<h4>
[<a href="#faq2_3">2.3</a>] The error message &quot;Warning: MySQL Connection Failed: Can't
connect to local MySQL server through socket '/tmp/mysql.sock'
(111)...&quot; is displayed. What can I do?
</h4>
<p><br />
For RedHat users, Harald Legner suggests this on the mailing list:
<br /><br />
On my RedHat-Box the socket of MySQL is <i>/var/lib/mysql/mysql.sock</i>.
In your <i>php.ini</i> you will find a line
<br />
&nbsp;&nbsp;&nbsp;&nbsp;<tt>mysql.default_socket = /tmp/mysql.sock</tt>
<br />
change it to
<br />
&nbsp;&nbsp;&nbsp;&nbsp;<tt>mysql.default_socket = /var/lib/mysql/mysql.sock</tt>
<br />
Then restart apache and it will work.
<br /><br />
Here is a fix suggested by Brad Ummer:
</p>
<ul>
<li>
First, you need to determine what socket is being used by MySQL.
<br />
To do this, telnet to your server and go to the MySQL bin directory. In
this directory there should be a file named <i>mysqladmin</i>. Type
<tt>./mysqladmin variables</tt>, and this should give you a bunch of
info about your MySQL server, including the socket
(<i>/tmp/mysql.sock</i>, for example).
</li>
<li>
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
by your webserver (i.e. '0755').
</li>
</ul>
<p>
Have also a look at the
<a href="http://www.mysql.com/doc/C/a/Can_not_connect_to_server.html" target="_blank">
corresponding section of the MySQL documentation</a>.
</p>
 
<a name="faq2_4"></a>
<h4>
[<a href="#faq2_4">2.4</a>] Nothing is displayed by my browser when I try to run phpMyAdmin,
what can I do?
</h4>
<p>
Try to set the <tt>$cfg['OBGZip']</tt> directive to <tt>FALSE</tt> in the
phpMyAdmin configuration file. It helps sometime.<br />
Also have a look at your PHP version number: if it contains
&quot;4.0b...&quot; it means you're running a beta version of PHP. That's
not a so good idea, please upgrade to a plain revision.
</p>
 
<a name="faq2_5"></a>
<h4>
[<a href="#faq2_5">2.5</a>] Each time I want to insert or change a record or drop a database
or a table, an error 404 (page not found) is displayed or, with HTTP or
cookie authentication, I'm asked to login again. What's wrong?
</h4>
<p>
Check the value you set for the <tt>$cfg['PmaAbsoluteUri']</tt> directive
in the phpMyAdmin configuration file.
</p>
 
<a name="faq2_6"></a>
<h4>
[<a href="#faq2_6">2.6</a>] I get an &quot;Access denied for user: 'root@localhost' (Using
password: YES)&quot;-error when trying to access a MySQL-Server on a
host which is port-forwarded for my localhost.
</h4>
<p>
When you are using a port on your localhost, which you redirect via
port-forwarding to another host, MySQL is not resolving the localhost
as expected.<br />
Erik Wasser explains: The solution is: if your host is &quot;localhost&quot;
MySQL (the commandline tool 'mysql' as well) always tries to use the socket
connection for speeding up things. And that doesn't work in this configuration
with port forwarding.<br />
If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the
TCP connection.
</p>
 
<a name="faqthemes"></a>
<h4>
[<a href="#faqthemes">2.7</a>] Using and creating themes
</h4>
<p>
Themes are configured with <tt>$cfg['ThemePath']</tt>,
<tt>$cfg['ThemeManager']</tt> and <tt>$cfg['ThemeDefault']</tt>.<br />
<br />
Under <tt>$cfg['ThemePath']</tt>, you should not delete the directory
&quot;original&quot; or its underlying structure, because this is
the system theme used by phpMyAdmin. &quot;original&quot; contains all
images and styles, for backwards compatibility and for all themes that
would not include images or css-files.<br />
<br />
If <tt>$cfg['ThemeManager']</tt> is enabled, you can select your
favorite theme on the main page. Your selected theme will be stored
in a cookie.<br />
<br />
</p>
<p>
To create a theme:
</p>
<ul>
<li>make a new subdirectory (for example &quot;your_theme_name&quot;) under <tt>$cfg['ThemePath']</tt> (by default <tt>themes</tt>)</li>
<li>copy the files and directories from &quot;original&quot; to &quot;your_theme_name&quot;</li>
<li>edit the css-files in &quot;your_theme_name/css&quot;</li>
<li>put your new images in &quot;your_theme_name/img&quot;</li>
<li>edit <tt>layout.inc.php</tt> in &quot;your_theme_name&quot;</li>
<li>edit <tt>info.inc.php</tt> in &quot;your_theme_name&quot; to
contain your chosen theme name, that will be visible in user interface</li>
<li>make a new screenshot of your theme and save it under &quot;your_theme_name/screen.png&quot;</li>
</ul>
 
<p>
In theme directory there is file <tt>info.inc.php</tt> which contains
theme verbose name, theme generation and theme version. These versions and
generations are enumerated from 1 and do not have any direct dependence on
phpMyAdmin version. Themes within same generation should be backwards
compatible - theme with version 2 should work in phpMyAdmin requiring
version 1. Themes with different generation are incompatible.
</p>
<p>
If you do not want to use your own symbols and buttons, remove the
directory &quot;img&quot; in &quot;your_theme_name&quot;. phpMyAdmin will
use the default icons and buttons (from the system-theme &quot;original&quot;).
</p>
 
<a name="faqmissingparameters"></a>
<h4>
[<a href="#faqmissingparameters">2.8</a>] I get &quot;Missing parameters&quot; errors, what can I do?
</h4>
<p>
Here are a few points to check:</p>
<ul>
<li>
In <tt>config.inc.php</tt>, try to leave the
<tt>$cfg['PmaAbsoluteUri']</tt>directive empty. See also FAQ 4.7.
</li>
<li>
Maybe you have a broken PHP installation or you need to upgrade
your Zend Optimizer. See
<a href="http://bugs.php.net/bug.php?id=31134">
http://bugs.php.net/bug.php?id=31134</a>.
</li>
<li>
If you are using Hardened PHP with the ini directive <tt>varfilter.max_request_variables</tt>
set to the default (200) or another low value, you could get this
error if your table has a high number of columns. Adjust this setting
accordingly. (Thanks to Klaus Dorninger for the hint).
</li>
<li>
In the <tt>php.ini</tt> directive <tt>arg_separator.input</tt>, a value
of &quot;;&quot; will cause this error. Replace it with &quot;&amp;;&quot;.
</li>
</ul>
 
<a name="faqlimitations"></a><br />
<h3>[3. Known limitations]</h3>
 
<a name="login_bug"></a>
<h4>
[<a href="#login_bug">3.1</a>] When using HTTP authentication, an user who logged out can not
relogin in with the same nick.
</h4>
<p>
This is related to the authentication mechanism (protocol) used by
phpMyAdmin. To bypass this problem: just close all the opened
browser windows and then go back to phpMyAdmin. You should be able to
log in again.
</p>
 
<a name="faq3_2"></a>
<h4>
[<a href="#faq3_2">3.2</a>] When dumping a large table in compressed mode, I get a memory
limit error or a time limit error.
</h4>
<p>
Compressed dumps are built in memory and because of this are limited to
php's memory limit. For GZip/BZip2 exports this can be overcome since
2.5.4 using <tt>$cfg['CompressOnFly']</tt> (enabled by default). Zip
exports can not be handled this way, so if you need Zip files for larger
dump, you have to use another way.
</p>
 
<a name="faq3_3"></a>
<h4>
[<a href="#faq3_3">3.3</a>] With InnoDB tables, I lose foreign key relationships when I rename
or alter a table.
</h4>
<p>
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?).
</p>
 
<a name="faq3_4"></a>
<h4>
[<a href="#faq3_4">3.4</a>] I am unable to import dumps I created with the mysqldump tool
bundled with the MySQL server distribution.
</h4>
<p>
The problem is that mysqldump creates invalid comments like this:
</p>
 
<pre>
-- MySQL dump 8.22
--
-- Host: localhost Database: database
---------------------------------------------------------
-- Server version 3.23.54
</pre>
<p>
The invalid part of the code is the horizontal line made of dashes that
appears once in every dump created with mysqldump. If you want to run your
dump you have to turn it into valid MySQL. This means, you have to add a
whitespace after the first two dashes of the line or add a # before it:
<br />
<code>
-- -------------------------------------------------------<br />
</code>
or<br />
<code>
#---------------------------------------------------------
</code>
</p>
 
<a name="faq3_5"></a>
<h4>
[<a href="#faq3_5">3.5</a>] When using nested folders ($cfg['LeftFrameTableSeparator']) there
are some multiple hierarchies displayed in a wrong manner?!
</h4>
<p>
Please note that you should not use the separating string multiple times
without any characters between them, or at the beginning/end of your table
name. If you have to, think about using another TableSeparator or disabling
that feature
</p>
 
<a name="faq3_6"></a>
<h4>
[<a href="#faq3_6">3.6</a>] What is currently not supported in phpMyAdmin about InnoDB?
</h4>
<p>
In Relation view, being able to choose a table in another database,
or having more than one index field in the foreign key.<br /><br/>
In Query-by-example (Query), automatic generation of the query
LEFT JOIN from the foreign table.<br /><br/>
In PDF schema editing, automatic layout.
</p>
 
<a name="faq3_7"></a>
<h4>
[<a href="#faq3_7">3.7</a>] I have table with many (100+) fields and when I try to browse table
I get series of errors like &quot;Warning: unable to parse url&quot;. How
can this be fixed?
</h4>
<p>
Your table neither have a primary key nor an unique one, so we must use a
long expression to identify this row. This causes problems to parse_url
function. The workaround is to create a primary or unique key.
<br />
</p>
 
<a name="faq3_8"></a>
<h4>
[<a href="#faq3_8">3.8</a>] I cannot use (clickable) HTML-forms in fields where I put a <a href="#transformations">MIME-Transformation</a> onto!
</h4>
<p>
Due to a surrounding form-container (for multi-row delete checkboxes), no nested forms can be put inside the table where
phpMyAdmin displays the results. You can, however, use any form inside of a table if keep the parent form-container with
the target to tbl_row_delete.php and just put your own input-elements inside. If you use a custom submit input field, the
form will submit itself to the displaying page again, where you can validate the $HTTP_POST_VARS in a transformation.
 
For a tutorial on how to effectively use transformations, see our <a href="http://www.phpmyadmin.net/home_page/docs.php">Link section</a>
on the official phpMyAdmin-homepage.
</p>
 
<a name="faq3_9"></a>
<h4>
[<a href="#faq3_9">3.9</a>] I get error messages when using "--sql_mode=ANSI" for the MySQL server
</h4>
<p>
When MySQL is running in ANSI-compatibility mode, there are some major differences in how SQL is structured (see <a href="http://dev.mysql.com/doc/mysql/en/ANSI_mode.html">http://dev.mysql.com/doc/mysql/en/ANSI_mode.html</a>). Most important of all, the quote-character (") is interpreted as an identifier quote character and not as a string quote character, which makes many internal phpMyAdmin operations into invalid SQL statements. There is no workaround to this behaviour. News to this item will be posted in Bug report <a href="https://sourceforge.net/tracker/index.php?func=detail&amp;aid=816858&amp;group_id=23067&amp;atid=377408">#816858</a>
</p>
 
<a name="faq3_10"></a>
<h4>
[<a href="#faq3_10">3.10</a>] Homonyms and no primary key: When the results of a SELECT display
more that one column with the same value
(for example <tt>SELECT lastname from employees where firstname like 'A%'</tt> and two &quot;Smith&quot; values are displayed),
if I click Edit I cannot be sure that I am editing the intended row.
</h4>
<p>
Please make sure that your table has a primary key, so that phpMyAdmin
can use it for the Edit and Delete links.
</p>
 
<a name="faq3_11"></a>
<h4>
[<a href="#faq3_11">3.11</a>] The number of records for InnoDB tables is not correct.
</h4>
<p>
phpMyAdmin uses a quick method to get the row count, and this method
only returns an approximate count in the case of InnoDB tables. See
<tt>$cfg['MaxExactCount']</tt> for a way to modify those results, but
this could have a serious impact on performance.
</p>
 
<a name="faq3_12"></a>
<h4>
[<a href="#faq3_12">3.12</a>] What are the phpMyAdmin limitations for MySQL 3?
</h4>
<p>
The number of records in queries containing COUNT and GROUP BY is
not correctly calculated. Also, sorting results of a query like
&quot;SELECT * from table GROUP BY&quot; ... is problematic.
</p>
 
<a name="faq3_13"></a>
<h4>
[<a href="#faq3_13">3.13</a>] I get an error when entering <tt>USE</tt> followed by a db name
containing an hyphen.
</h4>
<p>
The tests I have made with current MySQL 4.1.11 API shows that the
API does not accept this syntax for the USE command. Enclosing the
db name with backquotes works. For further confusion, no backquotes
are needed with command-line mysql.
</p>
 
<a name="faqmultiuser"></a><br />
<h3>[4. ISPs, multi-user installations ]</h3>
 
<a name="faq4_1"></a>
<h4>
[<a href="#faq4_1">4.1</a>] I'm an ISP. Can I setup one central copy of phpMyAdmin or do I
need to install it for each customer.
</h4>
<p>
Since version 2.0.3, you can setup a central copy of phpMyAdmin for all
your users. The development of this feature was kindly sponsored by
NetCologne GmbH.
This requires a properly setup MySQL user management and phpMyAdmin
HTTP or cookie authentication. See the install section on
&quot;Using HTTP authentication&quot;.
</p>
 
<a name="faq4_2"></a>
<h4>
[<a href="#faq4_2">4.2</a>] What's the preferred way of making phpMyAdmin secure against evil
access.
</h4>
<p>
This depends on your system.<br />
If you're running a server which cannot be accessed by other people, it's
sufficient to use the directory protection bundled with your webserver
(with Apache you can use <i>.htaccess</i> files, for example).<br />
If other people have telnet access to your server, you should use
phpMyAdmin's HTTP or cookie authentication features.
<br /><br />
Suggestions:
</p>
<ul>
<li>
Your <i>config.inc.php</i> file should be <tt>chmod 660</tt>.
</li>
<li>
All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy
is a user whose password is only known to you, and apache is the
group under which Apache runs.
</li>
<li>
You should use PHP safe mode, to protect from other users that try
to include your <i>config.inc.php</i> in their scripts.
</li>
</ul>
 
<a name="faq4_3"></a>
<h4>
[<a href="#faq4_3">4.3</a>] I get errors about not being able to include a file in
<i>/lang</i> or in <i>/libraries</i>.
</h4>
<p>
Check <i>php.ini</i>, or ask your sysadmin to check it. The
<tt>include_path</tt> must contain &quot;.&quot; somewhere in it, and
<tt>open_basedir</tt>, if used, must contain &quot;.&quot; and
&quot;./lang&quot; to allow normal operation of phpMyAdmin.
</p>
 
<a name="faq4_4"></a>
<h4>
[<a href="#faq4_4">4.4</a>] phpMyAdmin always gives &quot;Access denied&quot; when using HTTP
authentication.
</h4>
<p>
This could happen for several reasons:
</p>
<ul>
<li>
<tt>$cfg['Servers'][$i]['controluser']</tt> and/or
<tt>$cfg['Servers'][$i]['controlpass']</tt> are wrong.
</li>
<li>
The username/password you specify in the login-dialog are invalid.
</li>
<li>
You have already setup a security mechanism for the
phpMyAdmin-directory, eg. a .htaccess file. This would interfere with
phpMyAdmin's authentication, so remove it.
</li>
</ul>
 
<a name="faq4_5"></a>
<h4>
[<a href="#faq4_5">4.5</a>] Is it possible to let users create their own databases?
</h4>
<p>
Starting with 2.2.5, in the user management page, you can enter a wildcard
database name for a user (for example &quot;joe%&quot;),
and put the privileges you want. For example,
adding <tt>SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER</tt>
would let a user create/manage his/her database(s).
</p>
 
<a name="faq4_6"></a>
<h4>
[<a href="#faq4_6">4.6</a>] How can I use the Host-based authentication additions?
</h4>
<p>
If you have existing rules from an old .htaccess file, you can take them
and add a username between the <tt>'deny'</tt>/<tt>'allow'</tt> and
<tt>'from'</tt> strings. Using the username wildcard of <tt>'%'</tt> would
be a major benefit here if your installation is suited to using it. Then
you can just add those updated lines into the
<tt>$cfg['Servers'][$i]['AllowDeny']['rules']</tt> array.
<br /><br />
If you want a pre-made sample, you can try this fragment. It stops the
'root' user from logging in from any networks other than the private
network IP blocks.
<br />
<tt>
&nbsp;&nbsp;&nbsp;&nbsp;//block root from logging in except from the private networks<br />
&nbsp;&nbsp;&nbsp;&nbsp;$cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow';<br />
&nbsp;&nbsp;&nbsp;&nbsp;$cfg['Servers'][$i]['AllowDeny']['rules'] = array(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'deny root from all',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'allow root from localhost',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'allow root from 10.0.0.0/8',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'allow root from 192.168.0.0/16',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'allow root from 172.16.0.0/12',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);
</tt>
</p>
 
<a name="faq4_7"></a>
<h4>
[<a href="#faq4_7">4.7</a>] Authentication window is displayed more than once, why?
</h4>
<p>
This happens if you are using a URL to start phpMyAdmin which is
different than the one set in your <tt>$cfg['PmaAbsoluteUri']</tt>.
For example, a missing &quot;www&quot;, or entering with an IP address
while a domain name is defined in the config file.
</p>
 
<a name="faqbrowsers"></a><br />
<h3>[5. Browsers or client OS]</h3>
 
<a name="faq5_1"></a>
<h4>
[<a href="#faq5_1">5.1</a>] I get an out of memory error, and my controls are non-functional,
when trying to create a table with more than 14 fields.
</h4>
<p>
We could reproduce this problem only under Win98/98SE. Testing under
WinNT4 or Win2K, we could easily create more than 60 fields.
<br />
A workaround is to create a smaller number of fields, then come back to
your table properties and add the other fields.
</p>
 
<a name="faq5_2"></a>
<h4>
[<a href="#faq5_2">5.2</a>] With Xitami 2.5b4, phpMyAdmin won't process form fields.
</h4>
<p>
This is not a phpMyAdmin problem but a Xitami known bug: you'll face it
with each script/website that use forms.<br />
Upgrade or downgrade your Xitami server.
</p>
 
<a name="faq5_3"></a>
<h4>
[<a href="#faq5_3">5.3</a>] I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2).
</h4>
<p>
With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except that
the proposed file name for the dump is always 'tbl_dump.php'. Bzip2 dumps
don't seem to work.<br />
 
With Konqueror 2.2.1: plain dumps work; zip dumps are placed into
the user's temporary directory, so they must be moved before closing
Konqueror, or else they disappear. GZip dumps give an error message.<br />
 
Testing needs to be done for Konqueror 2.2.2.<br />
</p>
 
<a name="faq5_4"></a>
<h4>
[<a href="#faq5_4">5.4</a>] I can't use the cookie authentication mode because Internet
Explorer never stores the cookies.
</h4>
<p>
MS Internet Explorer seems to be really buggy about cookies, at least till
version 6. And thanks to Andrew Zivolup we've traced also a PHP 4.1.1 bug
in this area!
<br />
Then, if you're running PHP 4.1.1, try to upgrade or downgrade... it may
work!
</p>
 
<a name="faq5_5"></a>
<h4>
[<a href="#faq5_5">5.5</a>] In Internet Explorer 5.0, I get JavaScript errors when browsing my
rows.
</h4>
<p>
Upgrade to at least Internet Explorer 5.5 SP2.<br />
</p>
 
<a name="faq5_6"></a>
<h4>
[<a href="#faq5_6">5.6</a>] In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not found")
when trying to modify a row in a table with many fields, or with a text field
</h4>
<p>
Your table neither have a primary key nor an unique one, so we must use a
long URL to identify this row. There is a limit on the length of the URL in
those browsers, and this not happen in Netscape, for example. The
workaround is to create a primary or unique key, or use another browser.
<br />
</p>
 
<a name="faq5_7"></a>
<h4>
[<a href="#faq5_7">5.7</a>] I refresh (reload) my browser, and come back to the welcome
page.
</h4>
<p>
Some browsers support right-clicking into the frame you want to refresh,
just do this in the right frame.<br />
</p>
 
<a name="faq5_8"></a>
<h4>
[<a href="#faq5_8">5.8</a>] With Mozilla 0.9.7 I have problems sending a query modified in the
query box.
</h4>
<p>
Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future
Mozilla versions.<br />
</p>
 
<a name="faq5_9"></a>
<h4>
[<a href="#faq5_9">5.9</a>] With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a
whitespace in the SQL-Query edit area: the page scrolls down.
</h4>
<p>
This is a Mozilla bug (see bug #26882 at
<a href="http://bugzilla.mozilla.org/" target="_blank">BugZilla</a>).<br />
</p>
 
<a name="faq5_10"></a>
<h4>
[<a href="#faq5_10">5.10</a>] With Netscape 4.75 I get empty rows between each row of data in a
CSV exported file.
</h4>
<p>
This is a known Netscape 4.75 bug: it adds some line feeds when exporting
data in octet-stream mode. Since we can't detect the specific Netscape
version, we cannot workaround this bug.
</p>
 
<a name="faq5_11"></a>
<h4>
[<a href="#faq5_11">5.11</a>] Extended-ASCII characters like German umlauts are displayed
wrong.
</h4>
<p>
Please ensure that you have set your browser's character set to the one of the
language file you have selected on phpMyAdmin's start page.
Alternatively, you can try the auto detection mode that is supported by the
recent versions of the most browsers.
</p>
 
<a name="faq5_12"></a>
<h4>
[<a href="#faq5_12">5.12</a>] Apple OS X: Safari browser changes special characters to
&quot;?&quot;.
</h4>
<p>
This issue has been reported by a OS X user, who adds that Chimera,
Netscape and Mozilla do not have this problem.
</p>
 
<a name="faq5_13"></a>
<h4>
[<a href="#faq5_13">5.13</a>] With Internet Explorer 5.5 or 6, and HTTP authentication type,
I cannot manage two servers: I login to the first one, then the other one,
but if I switch back to the first, I have to login on each operation.
</h4>
<p>
This is a bug in Internet Explorer, other browsers do not behave this way.
</p>
 
<a name="faq5_14"></a>
<h4>
[<a href="#faq5_14">5.14</a>] Using Opera6, I can manage to get to the authentication, but nothing
happens after that, only a blank screen.
</h4>
<p>
Having $cfg['QueryFrameJS'] set to <tt>TRUE</tt>, this leads to a bug in Opera6, because it
is not able to interpret frameset definitions written by JavaScript. Please upgrade
to Opera7 at least.
</p>
 
<a name="faq5_15"></a>
<h4>
[<a href="#faq5_15">5.15</a>] I have display problems with Safari.
</h4>
<p>
Please upgrade to at least version 1.2.3.
</p>
 
<a name="faq5_16"></a>
<h4>
[<a href="#faq5_16">5.16</a>] With Internet Explorer, I get &quot;Access is denied&quot;
Javascript errors. Or I cannot make phpMyAdmin work under Windows.
</h4>
<p>
Please check the following points:</p>
<ul>
<li>
Maybe you have defined your <tt>PmaAbsoluteUri</tt> setting
in <tt>config.inc.php</tt> to an IP address and you are starting
phpMyAdmin with a URL containing a domain name, or the reverse situation.
</li>
<li>
Security settings in IE and/or Microsoft Security Center are
too high, thus blocking scripts execution.
</li>
<li>
The Windows Firewall is blocking Apache and MySQL. You must
allow http ports (80 or 443) and MySQL port (usually 3306)
in the &quot;in&quot; and &quot;out&quot; directions.
</li>
</ul>
 
<a name="faq5_17"></a>
<h4>
[<a href="#faq5_17">5.17</a>] With Firefox, I cannot delete rows of data or drop a database.
</h4>
<p> Many users have confirmed that the Tabbrowser Extensions plugin they
installed in their Firefox is causing the problem.
</p>
 
<a name="faqusing"></a><br />
<h3>[6. Using phpMyAdmin]</h3>
 
<a name="faq6_1"></a>
<h4>
[<a href="#faq6_1">6.1</a>] I can't insert new rows into a table / I can't create a table
- MySQL brings up a SQL-error.
</h4>
<p>
Examine the SQL error with care. Often the problem is caused by
specifying a wrong field-type.<br />
Common errors include:
</p>
<ul>
<li>Using <tt>VARCHAR</tt> without a size argument</li>
<li>Using <tt>TEXT</tt> or <tt>BLOB</tt> with a size argument</li>
</ul>
<p>
Also, look at the syntax chapter in the MySQL manual to confirm that your
syntax is correct.
</p>
 
<a name="faq6_2"></a>
<h4>
[<a href="#faq6_2">6.2</a>] When I create a table, I click the Index checkbox for 2 fields and
phpMyAdmin generates only one index with those 2 fields.
</h4>
<p>
In phpMyAdmin 2.2.0 and 2.2.1, this is the way to create a multi-fields
index. If you want two indexes, create the first one when creating the
table, save, then display the table properties and click the Index link to
create the other index.
</p>
 
<a name="faq6_3"></a>
<h4>
[<a href="#faq6_3">6.3</a>] How can I insert a null value into my table?
</h4>
<p>
Since version 2.2.3, you have a checkbox for each field that can be null.
Before 2.2.3, you had to enter &quot;null&quot;, without the quotes, as the
field's value. Since version 2.5.5, you have to use the checkbox to get
a real NULL value, so if you enter &quot;NULL&quot; this means you want
a literal NULL in the field, and not a NULL value (this works in PHP4).
</p>
 
<a name="faq6_4"></a>
<h4>
[<a href="#faq6_4">6.4</a>] How can I backup my database or table?
</h4>
<p>
Click on a database or table name in the left frame, the properties will be
displayed. Then on the menu, click &quot;Export&quot;, you can dump
the structure, the data, or both. This will generate standard SQL
statements that can be used to recreate your database/table.
<br /><br />
You will need to choose &quot;Save as file&quot;, so that phpMyAdmin can
transmit the resulting dump to your station. Depending on your PHP
configuration, you will see options to compress the dump. See also the
<tt>$cfg['ExecTimeLimit']</tt> configuration variable.
<br /><br />
For additional help on this subject, look for the word &quot;dump&quot; in
this document.
</p>
 
<a name="faq6_5"></a>
<h4>
[<a href="#faq6_5">6.5</a>] How can I restore (upload) my database or table using a dump?
How can I run a &quot;.sql&quot; file?
</h4>
<p>
Click on a database name in the left frame, the properties will be
displayed. Select &quot;Import&quot; from the list
of tabs in the right&#8211;hand frame (or &quot;SQL&quot; if your phpMyAdmin
version is older than 2.7.0). In the &quot;Location of the text file&quot; section, type in
the path to your dump filename, or use the Browse button. Then click Go.
<br /><br />
With version 2.7.0, the import engine has been re&#8211;written, if possible it is suggested
that you upgrade to take advantage of the new features.
<br /><br />
For additional help on this subject, look for the word &quot;upload&quot;
in this document.
</p>
 
<a name="faq6_6"></a>
<h4>
[<a href="#faq6_6">6.6</a>] How can I use the relation table in Query-by-example?
</h4>
<p>
Here is an example with the tables persons, towns and countries, all
located in the database mydb. If you don't have a <tt>pma_relation</tt>
table, create it as explained in the configuration section. Then create the
example tables:
<br /><br />
<tt>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE TABLE REL_countries (<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;country_code char(1) NOT NULL default '',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;description varchar(10) NOT NULL default '',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRIMARY KEY (country_code)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;) TYPE=MyISAM;<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT INTO REL_countries VALUES ('C', 'Canada');<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE TABLE REL_persons (<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id tinyint(4) NOT NULL auto_increment,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;person_name varchar(32) NOT NULL default '',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;town_code varchar(5) default '0',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;country_code char(1) NOT NULL default '',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRIMARY KEY (id)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;) TYPE=MyISAM;<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT INTO REL_persons VALUES (11, 'Marc', 'S', '');<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C');<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE TABLE REL_towns (<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;town_code varchar(5) NOT NULL default '0',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;description varchar(30) NOT NULL default '',<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRIMARY KEY (town_code)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;) TYPE=MyISAM;<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INSERT INTO REL_towns VALUES ('M', 'Montr&eacute;al');<br />
<br />
</tt>
To setup appropriate links and display information:
</p>
<ul>
<li>on table &quot;REL_persons&quot; click Structure, then Relation view</li>
<li>in Links, for &quot;town_code&quot; choose &quot;REL_towns-&gt;code&quot;</li>
<li>in Links, for &quot;country_code&quot; choose &quot;REL_countries-&gt;country_code&quot;</li>
<li>on table &quot;REL_towns&quot; click Structure, then Relation view</li>
<li>in &quot;Choose field to display&quot;, choose &quot;description&quot;</li>
<li>repeat the two previous steps for table &quot;REL_countries&quot;</li>
</ul>
 
<p>
Then test like this:
</p>
<ul>
<li>Click on your db name in the left frame</li>
<li>Choose &quot;Query&quot;</li>
<li>Use tables: persons, towns, countries</li>
<li>Click &quot;Update query&quot;</li>
<li>In the fields row, choose persons.person_name and click the
&quot;Show&quot; tickbox </li>
<li>Do the same for towns.description and countries.descriptions in the
other 2 columns</li>
<li>Click &quot;Update query&quot; and you will see in the query box that
the correct joins have been generated</li>
<li>Click &quot;Submit query&quot;</li>
</ul>
 
 
<a name="faqdisplay"></a>
<h4>
[<a href="#faqdisplay">6.7</a>] How can I use the &quot;display field&quot; feature?
</h4>
<p>
Starting from the previous example, create the pma_table_info as explained
in the configuration section, then browse your persons table,
and move the mouse over a town code or country code.
<br /><br />
See also <a href="#faq6_21">FAQ 6.21</a> for an additional feature that &quot;display field&quot;
enables: drop-down list of possible values.
</p>
 
<a name="faqpdf"></a>
<h4>
[<a href="#faqpdf">6.8</a>] How can I produce a PDF schema of my database?
</h4>
<p>
First the configuration variables &quot;relation&quot;,
&quot;table_coords&quot; and &quot;pdf_pages&quot; have to be filled in.
<br /><br />
Then you need to think about your schema layout. Which tables will go on
which pages?
</p>
<ul>
<li>Select your database in the left frame.</li>
<li>Choose &quot;Operations&quot; in the navigation bar at the top.</li>
<li>Choose &quot;Edit PDF Pages&quot; near the bottom of the page.</li>
<li>Enter a name for the first PDF page and click Go. If you like, you
can use the &quot;automatic layout,&quot; which will put all your
linked tables onto the new page.</li>
<li>Select the name of the new page (making sure the Edit radio button
is selected) and click Go.</li>
<li>Select a table from the list, enter its coordinates and click Save.<br />
Coordinates are relative; your diagram will
be automatically scaled to fit the page. When initially placing tables
on the page, just pick any coordinates -- say, 50x50. After clicking
Save, you can then use the <a href="#wysiwyg">graphical editor</a> to
position the element correctly.</li>
<li>When you'd like to look at your PDF, first be sure to click the Save
button beneath the list of tables and coordinates, to save any changes
you made there. Then scroll all the way down, select the PDF options
you want, and click Go.</li>
<li>Internet Explorer for Windows may suggest an incorrect filename when
you try to save a generated PDF. When saving a generated PDF, be
sure that the filename ends in &quot;.pdf&quot;, for example
&quot;schema.pdf&quot;. Browsers on other operating systems, and other
browsers on Windows, do not have this problem.</li>
</ul>
 
<a name="faq6_9"></a>
<h4>
[<a href="#faq6_9">6.9</a>] phpMyAdmin is changing the type of one of my columns!
</h4>
<p>
No, it's MySQL that is doing
<a href="http://www.mysql.com/doc/S/i/Silent_column_changes.html">silent column type changing</a>.
</p>
 
<a name="underscore"></a>
<h4>
[<a href="#underscore">6.10</a>] When creating a privilege, what happens with underscores in
the database name?
</h4>
<p>
If you do not put a backslash before the underscore, this is a wildcard
grant, and the underscore means &quot;any character&quot;. So, if the
database name is &quot;john_db&quot;, the user would get rights to john1db,
john2db...<br /><br />
If you put a backslash before the underscore, it means that the database
name will have a real underscore.
</p>
 
<a name="faq6_11"></a>
<h4>
[<a href="#faq6_11">6.11</a>] What is the curious symbol &oslash; in the statistics pages?
</h4>
<p>
It means &quot;average&quot;.
</p>
 
<a name="faqexport"></a>
<h4>
[<a href="#faqexport">6.12</a>] I want to understand some Export options.
</h4>
<p><b>Structure:</b></p>
<ul>
<li>&quot;Add DROP TABLE&quot; will add a line telling MySQL to
<a href="http://dev.mysql.com/doc/mysql/en/drop-table.html">drop the table</a>,
if it already exists during the import. It does NOT drop the table after
your export, it only affects the import file.</li>
<li>&quot;If Not Exists&quot; will only create the table if it doesn't exist. Otherwise,
you may get an error if the table name exists but has a different structure.</li>
<li>&quot;Add AUTO_INCREMENT value&quot; ensures that AUTO_INCREMENT value
(if any) will be included in backup.</li>
<li>&quot;Enclose table and field names with backquotes&quot; ensures that
field and table names formed with special characters are protected.</li>
<li>&quot;Add into comments&quot; includes column comments, relations, and MIME
types set in the pmadb in the dump as SQL comments (<i>/* xxx */</i>).</li>
</ul>
<p><b>Data:</b></p>
<ul>
<li>&quot;Complete inserts&quot; adds the column names on every INSERT command,
for better documentation (but resulting file is bigger).</li>
<li>&quot;Extended inserts&quot; provides a shorter dump file by using only
once the INSERT verb and the table name.</li>
<li>&quot;Delayed inserts&quot; are best explained in the
<a href="http://dev.mysql.com/doc/mysql/en/insert-delayed.html">MySQL manual</a>.</li>
<li>&quot;Ignore inserts&quot; treats errors as a warning instead. Again, more info
is provided in the <a href="http://dev.mysql.com/doc/mysql/en/insert.html">MySQL
manual</a>, but basically with this selected, invalid values are adjusted and inserted
rather than causing the entire statement to fail.</li>
</ul>
 
<a name="faq6_13"></a>
<h4>
[<a href="#faq6_13">6.13</a>] I would like to create a database with a dot in its name.
</h4>
<p>
This is a bad idea, because in MySQL the syntax &quot;database.table&quot;
is the normal way to reference a database and table name. Worse, MySQL
will usually let you create a database with a dot, but then you cannot
work with it, nor delete it.<br />
</p>
 
<a name="faqsqlvalidator"></a>
<h4>
[<a href="#faqsqlvalidator">6.14</a>] How do I set up the SQL Validator?
</h4>
<p>
To use it, you need a very recent version of PHP, 4.3.0 recommended, with
XML, PCRE and PEAR support. On your system command line, run
<tt>"pear install Net_Socket Net_URL HTTP_Request Mail_Mime Net_DIME
SOAP"</tt> to get the necessary PEAR modules for usage.
<br />
On a more recent pear version, I had problems with the state of Net_DIME
being beta, so this single command
<tt>"pear -d preferred_state=beta install -a SOAP"</tt> installed
all the needed modules.
<br />
If you use the Validator, you should be aware that any SQL statement you
submit will be stored anonymously (database/table/column names,
strings, numbers replaced with generic values). The Mimer SQL
Validator itself, is &copy; 2001 Upright Database Technology.
We utilize it as free SOAP service.
</p>
 
<a name="faq6_15"></a>
<h4>
[<a href="#faq6_15">6.15</a>] I want to add a BLOB field and put an index on it, but MySQL
says &quot;BLOB column '...' used in key specification without a key
length&quot;.
</h4>
<p>
The right way to do this, is to create the field without any indexes,
then display the table structure and use the &quot;Create an index&quot;
dialog. On this page, you will be able to choose your BLOB field, and
set a size to the index, which is the condition to create an index on
a BLOB field.
<br />
</p>
 
<a name="faq6_16"></a>
<h4>
[<a href="#faq6_16">6.16</a>] How can I simply move in page with plenty editing fields?
</h4>
<p>
You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages
with many editing fields (table structure changes, row editing, etc.)
(must be enabled in configuration - see.
<a href="#CtrlArrowsMoving">$cfg['CtrlArrowsMoving']</a>). You can also have
a look at the directive
<a href="#DefaultPropDisplay">$cfg['DefaultPropDisplay']</a> ('vertical') and
see if this eases up editing for you.
<br />
</p>
 
<a name="faq6_17"></a>
<h4>
[<a href="#faq6_17">6.17</a>] Transformations: I can't enter my own mimetype! WTF is this feature
then useful for?
</h4>
<p>
Slow down :). Defining mimetypes is of no use, if you can't put transformations on them.
Otherwise you could just put a comment on the field. Because entering your own mimetype will
cause serious syntax checking issues and validation, this introduces a high-risk false-user-input
situation. Instead you have to initialize mimetypes using functions or empty mimetype definitions.
<br />
Plus, you have a whole overview of available mimetypes. Who knows all those mimetypes by heart so
he/she can enter it at will?
<br />
</p>
 
<a name="faqbookmark"></a>
<h4>
[<a href="#faqbookmark">6.18</a>] Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks below the query box?
What is this variable for?
</h4>
<p>
Any query you have executed can be stored as a bookmark on the page where the results are displayed.
You will find a button labeled 'Bookmark this query' just at the end of the page.<br />
As soon as you have stored a bookmark, it is related to the database you run the query on. You can
now access a bookmark dropdown on each page, the query box appears on for that database.<br />
<br />
Since phpMyAdmin 2.5.0 you are also able to store variables for the bookmarks. Just use the string
<b>/*[VARIABLE]*/</b> anywhere in your query. Everything which is put into the <i>value</i> input
box on the query box page will replace the string &quot;/*[VARIABLE]*/&quot; in your stored query.
Just be aware of that you HAVE to create a valid query, otherwise your query won't be even able to be
stored in the database.<br />
Also remember, that everything else inside the <b>/*[VARIABLE]*/</b> string for your query will remain
the way it is, but will be stripped of the /**/ chars. So you can use:<br /><br />
<code>/*, [VARIABLE] AS myname */</code><br /><br />
which will be expanded to<br /><br />
<code>, VARIABLE as myname</code><br /><br />
in your query, where VARIABLE is the string you entered in the input box. If an empty string is
provided, no replacements are made.<br />
<br />
A more complex example. Say you have stored this query:<br /><br />
<code>SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE]%' */</code><br /><br />
Say, you now enter &quot;phpMyAdmin&quot; as the variable for the stored query, the full query will
be:<br /><br />
<code>SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%'</code>
<br />
<br />
You can use multiple occurrences of <b>/*[VARIABLE]*/</b> in a single query.<br />
<b>NOTE THE ABSENCE OF SPACES</b> inside the &quot;/**/&quot; construct. Any spaces inserted there
will be later also inserted as spaces in your query and may lead to unexpected results especially when
using the variable expansion inside of a &quot;LIKE ''&quot; expression.<br />
Your initial query which is going to be stored as a bookmark has to yield at least one result row so
you can store the bookmark. You may have that to work around using well positioned &quot;/**/&quot;
comments.<br />
</p>
 
<a name="faq6_19"></a>
<h4>
[<a href="#faq6_19">6.19</a>] How can I create simple LaTeX document to include exported table?
</h4>
<p>
You can simply include table in your LaTeX documents, minimal sample
document should look like following one (assuming you have table
exported in file <code>table.tex</code>):
</p>
 
<pre>
\documentclass{article} % or any class you want
\usepackage{longtable} % for displaying table
\begin{document} % start of document
\include{table} % including exported table
\end{document} % end of document
</pre>
 
<a name="faq6_20"></a>
<h4>
[<a href="#faq6_20">6.20</a>] In MySQL 4, I see a lot of databases which are not mine, and cannot
access them.
</h4>
<p>
Upgrading to MySQL 4 usually gives users those global privileges: CREATE
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also
enable users to see all the database names.
See this <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
So if your users do not need those privileges, you can remove them and their
databases list will shorten.
</p>
 
<a name="faq6_21"></a>
<h4>
[<a href="#faq6_21">6.21</a>] In edit/insert mode, how can I see a list of possible values for
a field, based on some foreign table?
</h4>
<p>
You have to setup appropriate links between the tables, and also
setup the &quot;display field&quot; in the foreign table. See <a href="#faq6_6">FAQ
6.6</a> for an example. Then, if there are 200 values or less in the
foreign table, a drop-down list of values will be available.
You will see two lists of values, the first list containing the key
and the display field, the second list containing the display field
and the key. The reason for this is to be able to type the first
letter of either the key or the display field.
<br /><br />
For 200 values or more, a distinct window will appear, to browse foreign
key values and choose one.
 
</p>
 
<a name="faq6_22"></a>
<h4>
[<a href="#faq6_22">6.22</a>] Bookmarks: Can I execute a default bookmark automatically
when entering Browse mode for a table?
</h4>
<p>
Yes. If a bookmark has the same label as a table name, it will be
executed.
</p>
 
<a name="faq6_23"></a>
<h4>
[<a href="#faq6_23">6.23</a>] Export: I heard phpMyAdmin can export Microsoft Excel files, how
can I enable that?
</h4>
<p>
Current version does support direct export to Microsoft Excel and Word
versions 2000 and newer. If you need export older versions, you can use
CSV suitable for Microsoft Excel, which works out of the box or you can
try native <b>experimental</b> MS Excel exporter. <b>This export has
several problems, most important are limitation of cell content to 255
chars and no support for charsets, so think carefully whether you want to
enable this.</b>. For enabling this you need to set $cfg['TempDir'] to
place where web server user can write (for example <tt>'./tmp'</tt>) and
install PEAR module Spreadsheet_Excel_Writer into php include path. The
installation can be done by following command:
</p>
<pre>
pear -d preferred_state=beta install -a Spreadsheet_Excel_Writer
</pre>
<p>
First part of switches set we want to install beta version of that module
(no stable version available yet) and then we tell pear we want to satisfy
dependencies.
</p>
<p>
If you are running in PHP safe mode, you will have to set
in <tt>php.ini</tt> the <tt>safe_mode_include_dir</tt> to the directory
where your PEAR modules are located, for example:
</p>
<pre>
safe_mode_include_dir = /usr/local/lib/php
</pre>
<p>
To create the temporary directory on a UNIX-based system, you can do:
</p>
<pre>
cd phpMyAdmin
mkdir tmp
chmod o+rwx tmp
</pre>
 
<a name="faq6_24"></a>
<h4>
[<a href="#faq6_24">6.24</a>] Now that phpMyAdmin supports native MySQL 4.1.x column comments,
what happens to my column comments stored in pmadb?
</h4>
<p> Automatic migration of a table's pmadb-style column comments to the native
ones is done whenever you enter Structure page for this table.
</p>
<a name="faqproject"></a><br />
<h3>[7. phpMyAdmin project]</h3>
 
<a name="faq7_1"></a>
<h4>
[<a href="#faq7_1">7.1</a>] I have found a bug. How do I inform developers?
</h4>
<p>
Our Bug Tracker is located at
<a href="http://sourceforge.net/projects/phpmyadmin/">http://sourceforge.net/projects/phpmyadmin/</a>
under the Bugs section.
<br /><br />
But please first discuss your bug with other users:
<br />
<a href="http://sourceforge.net/projects/phpmyadmin/">
http://sourceforge.net/projects/phpmyadmin/</a> (and choose Forums)
</p>
 
<a name="faq7_2"></a>
<h4>
[<a href="#faq7_2">7.2</a>] I want to translate the messages to a new language or upgrade an
existing language, where do I start?
</h4>
<p>
Always use the current CVS version of your language file.
For a new language, start from <i>english-iso-8859-1.inc.php</i>. If you
don't know how to get the CVS version, please ask one of the developers.
<br />
Please note that we try not to use HTML entities like &amp;eacute; in
the translations, since we define the right character set in the file.
With HTML entities, the text on JavaScript messages would not
display correctly.
However there are some entities that need to be there, for quotes
,non-breakable spaces, ampersands, less than, greater than.
<br />
You can then put your translations, as a zip file to avoid losing special
characters, on the sourceforge.net translation tracker.
<br />
It would be a good idea to subscribe to the phpmyadmin-translators mailing
list, because this is where we ask for translations of new messages.
<br />
</p>
 
<a name="faq7_3"></a>
<h4>
[<a href="#faq7_3">7.3</a>] I would like to help out with the development of phpMyAdmin. How
should I proceed?
</h4>
<p>
The following method is preferred for new developers:
</p>
<ol>
<li>
fetch the current CVS tree over anonymous CVS:<br />
<tt>cvs -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin login</tt><br />
[Password: simply press the Enter key]<br />
<tt>cvs -z3 -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin checkout phpMyAdmin</tt><br />
[This will create a new sub-directory named phpMyAdmin]
</li>
<li>
add your stuff
</li>
<li>
put the modified files (tar'ed and gzip'ed) inside the patch tracker of
the
<a href="http://sourceforge.net/projects/phpmyadmin/" target="_blank">phpMyAdmin SourceForge account</a>.
</li>
</ol>
<p>
Write access to the CVS tree is granted only to experienced developers who
have already contributed something useful to phpMyAdmin.<br />
Also, have a look at the
<a href="#developers">Developers section</a>.
</p>
<a name="faqsecurity"></a><br />
<h3>[8. Security ]</h3>
 
<a name="faq8_1"></a>
<h4>
[<a href="#faq8_1">8.1</a>] Security alert, dated 2003-06-18.
</h4>
<p>
Last update of this FAQ: 2003-07-22.
<br /><br />
The phpMyAdmin development team received notice of this security alert:
<a href="http://www.securityfocus.com/archive/1/325641" target="_blank">http://www.securityfocus.com/archive/1/325641.</a>
<br /><br />
 
The team regrets that the author did not communicate with us before
sending this alert. However, here is our current reply to the points mentioned:
</p>
 
<ul>
<li>&quot;Directory transversal attack&quot;
<br /><br />
 
This problem had been fixed in version 2.5.0, even if the author reports
the 2.5.2 development version as vulnerable, which we could not reproduce.
<br /><br />
</li>
<li>&quot;Remote local file retrieving&quot;
<br /><br />
This is a misleading title, as the author tells in his text:
&quot;Note that you can't request files ( only dirs )&quot;.
<br /><br />
</li>
 
<li>&quot;Remote internal directory listing&quot;
<br /><br />
It was possible to retrieve the list of phpMyAdmin's directory (which we
doubt can cause any damage), but we fixed this in the
2.5.2 version.
<br /><br />
</li>
 
<li>&quot;XSS and Path disclosures&quot;
<br /><br />
Most of the XSS problems have been fixed in version 2.5.0. The rest
have been fixed in the 2.5.2 version.
<br /><br />
We believe that the Path disclosures problems have also been fixed
in version 2.5.2.
<br /><br />
</li>
<li>&quot;Information encoding weakness&quot;
<br /><br />
We believe that an exploit for this weakness would be difficult
to achieve. However version 2.5.2 now encrypts the password
with the well-known blowfish algorithm.
<br /><br />
</li>
</ul>
 
<a name="faq8_2"></a>
<h4>
[<a href="#faq8_2">8.2</a>] Security alert, dated 2004-06-29.
</h4>
<p>
Last update of this FAQ: 2004-06-30.
<br /><br />
The phpMyAdmin development team received notice of this security alert:
<a href="http://securityfocus.com/archive/1/367486/2004-06-26/2004-07-02/0" target="_blank">http://securityfocus.com/archive/1/367486/2004-06-26/2004-07-02/0</a>
<br /><br />
We would like to put emphasis on the disappointment we feel when a
bugreporter does not contact the authors of a software first, before
posting any exploits. The common way to report this, is to give the
developers a reasonable amount of time to respond to an exploit before
it is made public.
<br /><br />
We acknowledge that phpMyAdmin versions 2.5.1 to 2.5.7 are vulnerable
to this problem, if each of the following conditions are met:
</p>
<ul>
<li>
The Web server hosting phpMyAdmin is not running in safe mode.
</li>
<li>
In config.inc.php, <tt>$cfg['LeftFrameLight']</tt> is set to FALSE
(the default value of this parameter is <tt>TRUE</tt>).
</li>
<li>
There is no firewall blocking requests from the Web server to the
attacking host.
</li>
</ul>
<p>
<br />
Version 2.5.7-pl1 was released with a fix for this vulnerability.
</p>
 
<a name="faq8_3"></a>
<h4>
[<a href="#faq8_3">8.3</a>] About new security alerts
</h4>
<p>
Please refer to
<a href="http://www.phpmyadmin.net">http://www.phpmyadmin.net</a>
for the complete list of security alerts.
</p>
 
<!-- DEVELOPERS -->
<a name="developers"></a><br />
<h2>Developers Information</h2>
 
<p>
phpMyAdmin is Open Source, so you're invited to contribute to it. Many
great features have been written by other people and you too can help to
make phpMyAdmin a useful tool.
</p>
 
<p>
If you're planning to contribute source, please read the following
information:
</p>
<ul>
<li>
All files include <i>libraries/header.inc.php</i> (layout),.
<i>libraries/common.lib.php</i> (common functions) and
<i>config.inc.php</i>.
<br />
Only configuration data should go in <i>config.inc.php</i>. Please keep
it free from other code.
<br />
Commonly used functions should be added to
<i>libraries/common.lib.php</i> and more specific ones may be added
within a library stored into the <i>libraries</i> sub-directory.
</li>
<li>
Obviously, you're free to use whatever coding style you want. But
please try to keep your code as simple as possible: beginners are
using phpMyAdmin as an example application.<br />
As far as possible, we want the scripts to be XHTML1.0 and CSS2
compliant on one hand, they fit the
<a href="http://pear.php.net/" target="_blank">PEAR coding standards</a>
on the other hand. Please pay attention to this.
</li>
<li>
Please try to keep up the file-naming conventions. Table-related stuff
goes to <i>tbl_*.php</i>, db-related code to <i>db_*.php</i>,
server-related tools to <i>server_*.php</i> and so on.
</li>
<li>
Please don't use verbose strings in your code, instead add the string
(at least) to <i>english-iso-8859-1.inc.php</i> and print() it out.
</li>
<li>
If you want to be really helpful, write an entry for the ChangeLog.
</li>
<li id="developersdbg">
The DBG extension (<a href="http://dd.cron.ru/dbg/" target="_blank">PHP
Debugger DBG</a>) is now supported by phpMyAdmin for developers to
better debug and profile their code.<br />
Please see the <tt>$cfg['DBG']*</tt> configuration options for more
information.<br />
This is in memoriam of the Space Shuttle Columbia (STS-107) which was
lost during its re-entry into Earth's atmosphere and in memory of the
brave men and women who gave their lives for the people of Earth.
</li>
 
</ul>
 
<!-- CREDITS -->
<a name="credits"></a><br />
<h2>Credits</h2>
 
<pre>
 
phpMyAdmin - Credits
====================
 
CREDITS, in chronological order
-------------------------------
 
- Tobias Ratschiller &lt;tobias_at_ratschiller.com&gt;
* creator of the phpmyadmin project
* maintainer from 1998 to summer 2000
 
- Marc Delisle &lt;Marc.Delisle_at_cegepsherbrooke.qc.ca&gt;
* multi-language version
* various fixes and improvements
* SQL analyser (most of it)
* current project maintainer
 
- Olivier M&uuml;ller &lt;om_at_omnis.ch&gt;
* started SourceForge phpMyAdmin project in March 2001
* sync'ed different existing CVS trees with new features and bugfixes
* multi-language improvements, dynamic language selection
* current project maintainer
* many bugfixes and improvements
 
- Lo&iuml;c Chapeaux &lt;lolo_at_phpheaven.net&gt;
* rewrote and optimized javascript, DHTML and DOM stuff
* rewrote the scripts so they fit the PEAR coding standards and
generate XHTML1.0 and CSS2 compliant codes
* improved the language detection system
* many bugfixes and improvements
 
- Robin Johnson &lt;robbat2_at_users.sourceforge.net&gt;
* database maintenance controls
* table type code
* Host authentication IP Allow/Deny
* DB-based configuration (Not completed)
* SQL parser and pretty-printer
* SQL validator
* many bugfixes and improvements
 
- Armel Fauveau &lt;armel.fauveau_at_globalis-ms.com&gt;
* bookmarks feature
* multiple dump feature
* gzip dump feature
* zip dump feature
 
- Geert Lund &lt;glund_at_silversoft.dk&gt;
* various fixes
* moderator of the phpMyAdmin former users forum at phpwizard.net
 
- Korakot Chaovavanich &lt;korakot_at_iname.com&gt;
* &quot;insert as new row&quot; feature
 
- Pete Kelly &lt;webmaster_at_trafficg.com&gt;
* rewrote and fix dump code
* bugfixes
 
- Steve Alberty &lt;alberty_at_neptunlabs.de&gt;
* rewrote dump code for PHP4
* mySQL table statistics
* bugfixes
 
- Benjamin Gandon &lt;gandon_at_isia.cma.fr&gt;
* main author of the version 2.1.0.1
* bugfixes
 
- Alexander M. Turek &lt;me_at_derrabus.de&gt;
* MySQL 4.0 / 4.1 / 5.0 compatibility
* abstract database interface (PMA_DBI) with MySQLi support
* privileges administration
* XML exports
* various features and fixes
* German language file updates
 
- Mike Beck &lt;mike.beck_at_web.de&gt;
* automatic joins in QBE
* links column in printview
* Relation view
 
- Michal &#268;iha&#345; &lt;michal_at_cihar.com&gt;
* enhanced index creation/display feature
* feature to use a different charset for HTML than for MySQL
* improvements of export feature
* various features and fixes
* Czech language file updates
 
- Christophe Gesch&eacute; from the &quot;MySQL Form Generator for PHPMyAdmin&quot;
(http://sourceforge.net/projects/phpmysqlformgen/)
* suggested the patch for multiple table printviews
 
- Garvin Hicking &lt;me_at_supergarv.de&gt;
* built the patch for vertical display of table rows
* built the Javascript based Query window + SQL history
* Improvement of column/db comments
* (MIME)-Transformations for columns
* Use custom alias names for Databases in left frame
* hierarchical/nested table display
* PDF-scratchboard for WYSIWYG-distribution of PDF relations
* new icon sets
* vertical display of column properties page
* some bugfixes, features, support, German language additions
 
- Yukihiro Kawada &lt;kawada_at_den.fujifilm.co.jp&gt;
* japanese kanji encoding conversion feature
 
- Piotr Roszatycki &lt;d3xter_at_users.sourceforge.net&gt; and Dan Wilson
* the Cookie authentication mode
 
- Axel Sander &lt;n8falke_at_users.sourceforge.net&gt;
* table relation-links feature
 
- Maxime Delorme &lt;delorme.maxime_at_free.fr&gt;
* PDF schema output, thanks also to Olivier Plathey for the
&quot;FPDF&quot; library (see <a href="http://www.fpdf.org/">http://www.fpdf.org/</a>) and Steven Wittens
for the &quot;UFPDF&quot; library (see <a href="http://www.acko.net/node/56">http://www.acko.net/node/56</a>).
 
- Olof Edlund &lt;olof.edlund_at_upright.se&gt;
* SQL validator server
 
- Ivan R. Lanin &lt;ivanlanin_at_users.sourceforge.net&gt;
* phpMyAdmin logo (until June 2004)
 
- Mike Cochrane &lt;mike_at_graftonhall.co.nz&gt;
* blowfish library from the Horde project
 
- Marcel Tschopp &lt;ne0x_at_users.sourceforge.net&gt;
* mysqli support
* many bugfixes and improvements
 
- Michael Keck &lt;mkkeck_at_users.sourceforge.net&gt;
* redesign for 2.6.0
* phpMyAdmin sailboat logo (June 2004)
 
- Mathias Landh&auml;u&szlig;er
* Representation at conferences
 
- Sebastian Mendel &lt;cybot_tm_at_users.sourceforge.net&gt;
* interface improvements
* various bugfixes
 
And also to the following people who have contributed minor changes,
enhancements, bugfixes or support for a new language since version 2.1.0:
 
Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita,
P&eacute;ter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow,
Mats Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kl&auml;ger,
Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, Andreas Pauley,
Bernard M. Piller, Laurent Haas, &quot;Sakamoto&quot;, Yuval Sarna,
www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun, Peter Svec,
Michael Tacelosky, Rachim Tamsjadi, Kositer Uros,
Lu&iacute;s V., Martijn W. van der Lee,
Algis Vainauskas, Daniel Villanueva, Vinay, Ignacio Vazquez-Abrams, Chee Wai,
Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, &quot;Manuzhai&quot;.
 
 
Original Credits of Version 2.1.0
---------------------------------
 
This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea
to create a web-based interface to MySQL using PHP3. Although I have not
used any of his source-code, there are some concepts I've borrowed from
him. phpMyAdmin was created because Peter told me he wasn't going to
further develop his (great) tool.
Thanks go to
- Amalesh Kempf &lt;ak-lsml_at_living-source.com&gt; who contributed the
code for the check when dropping a table or database. He also suggested
that you should be able to specify the primary key on tbl_create.php3. To
version 1.1.1 he contributed the ldi_*.php3-set (Import text-files) as
well as a bug-report. Plus many smaller improvements.
- Jan Legenhausen &lt;jan_at_nrw.net&gt;: He made many of the changes that
were introduced in 1.3.0 (including quite significant ones like the
authentication). For 1.4.1 he enhanced the table-dump feature. Plus
bug-fixes and help.
- Marc Delisle &lt;DelislMa_at_CollegeSherbrooke.qc.ca&gt; made phpMyAdmin
language-independent by outsourcing the strings to a separate file. He
also contributed the French translation.
- Alexandr Bravo &lt;abravo_at_hq.admiral.ru&gt; who contributed
tbl_select.php3, a feature to display only some fields from a table.
- Chris Jackson &lt;chrisj_at_ctel.net&gt; added support for MySQL
functions in tbl_change.php3. He also added the
&quot;Query by Example&quot; feature in 2.0.
- Dave Walton &lt;walton_at_nordicdms.com&gt; added support for multiple
servers and is a regular contributor for bug-fixes.
- Gabriel Ash &lt;ga244_at_is8.nyu.edu&gt; contributed the random access
features for 2.0.6.
The following people have contributed minor changes, enhancements, bugfixes
or support for a new language:
Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann,
Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel Piankov,
Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns,
G. Wieggers.
 
And thanks to everyone else who sent me email with suggestions, bug-reports
and or just some feedback.
</pre>
 
 
 
<a name="bottom"></a><br />
<p align="right">
<a href="http://validator.w3.org/check/referer" target="w3c">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" border="0" height="31" width="88" /></a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="http://jigsaw.w3.org/css-validator/" target="w3c">
<img src="http://www.w3.org/Icons/valid-css" alt="Valid CSS!" border="0" width="88" height="31" /></a>
</p>
 
</body>
</html>
/Web/Maintenance/phpMyAdmin/Documentation.txt
0,0 → 1,3055
 
-------------------------------------------------------------------------------
Top - Requirements - Introduction - Installation - Setup script -
Configuration
Transformations - FAQ - Developers - Credits - Translators
-------------------------------------------------------------------------------
 
phpMyAdmin 2.8.2.4 Documentation
 
* SourceForge phpMyAdmin project page [ http://www.phpmyadmin.net/ ]
* Local documents:
+ Version history: ChangeLog
+ General notes: README
+ License: LICENSE
* Documentation version: $Id: Documentation.html,v 2.205.2.21.2.5 2006/08/22
17:00:29 lem9 Exp $
 
 
Requirements
 
* PHP
+ You need PHP 4.1.0 or newer, with session support (*)
+ You need GD2 support in PHP to display inline thumbnails of JPEGs
("image/jpeg: inline") with their original aspect ratio
+ You need PHP 4.3.0 or newer to use the "text/plain: external"
MIME-based transformation
* MySQL 3.23.32 or newer (details);
* Not really a requirement but a strong suggestion: if you are using the
"cookie" authentication method, having the mcrypt PHP extension on your web
server accelerates not only the login phase but every other action that you
do in phpMyAdmin.
* Web browser with cookies enabled.
 
 
Introduction
 
phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a
single database. To accomplish the latter you'll need a properly set up MySQL
user who can read/write only the desired database. It's up to you to look up
the appropriate part in the MySQL manual.
Currently phpMyAdmin can:
 
* easily browse through databases and tables
* create, copy, rename, alter and drop databases
* create, copy, rename, alter and drop tables
* do table maintenance
* add, edit and drop fields
* execute any SQL-statement, even multiple queries
* create, alter and drop indexes
* load text files into tables
* create (*) and read dumps of tables or databases
* export (*) data to SQL, CSV, XML, Word, Excel, PDF and Latex formats
* administer multiple servers
* manage MySQL users and privileges
* check server settings and runtime information with configuration hints
* check referential integrity in MyISAM tables
* using Query-by-example (QBE), create complex queries automatically
connecting required tables
* create PDF graphics of your Database layout
* search globally in a database or a subset of it
* transform stored data into any format using a set of predefined functions,
like displaying BLOB-data as image or download-link
* support InnoDB tables and foreign keys (see FAQ 3.6)
* support mysqli, the improved MySQL extension (see FAQ 1.17)
* communicate in 50 different languages
 
A word about users:
 
Many people have difficulty understanding the concept of user management with
regards to phpMyAdmin. When a user logs in to phpMyAdmin, that username and
password are passed directly to MySQL. phpMyAdmin does no account management on
its own (other than allowing one to manipulate the MySQL user account
information); all users must be valid MySQL users.
 
^1) phpMyAdmin can compress (Zip, GZip -RFC 1952- or Bzip2 formats) dumps and
CSV exports if you use PHP with Zlib support (--with-zlib) and/or Bzip2 support
(--with-bz2). Proper support may also need changes in php.ini.
 
 
Installation
 
NOTE: phpMyAdmin does not apply any special security methods to the MySQL
database server. It is still the system administrator's job to grant
permissions on the MySQL databases properly. phpMyAdmin's "Privileges" page can
be used for this.
 
Warning for Mac users:if you are on a MacOS version before OS X, StuffIt
unstuffs with Mac formats.
So you'll have to resave as in BBEdit to Unix style ALL phpMyAdmin scripts
before uploading them to your server, as PHP seems not to like Mac-style end of
lines character ("\r").
 
Quick Install
 
1. Untar or unzip the distribution (be sure to unzip the subdirectories): tar
-xzvf phpMyAdmin_x.x.x.tar.gz in your webserver's document root. If you
don't have direct access to your document root, put the files in a
directory on your local machine, and, after step 3, transfer the directory
on your web server using, for example, ftp.
2. Ensure that all the scripts have the appropriate owner (if PHP is running
in safe mode, having some scripts with an owner different from the owner of
other scripts will be a problem). See FAQ 4.2 and FAQ 1.26 for suggestions.
3. Now you must configure your installation. There are two methods that can be
used. Traditionally, users have hand-edited a copy of config.inc.php, but
now a wizard-style setup script is provided for those who prefer a
graphical installation. Creating a config.inc.php is still a quick way to
get started and needed for some advanced features.
+ To manually create the file, simply use your text editor to create the
file config.inc.php in the main (top-level) phpMyAdmin directory (the
one that contains index.php). phpMyAdmin first loads libraries/
config.default.php and then overrides those values with anything found
in config.inc.php. If the default value is okay for a particular
setting, there is no need to include it in config.inc.php. You'll need
a few directives to get going, a simple configuration may look like
this:
 
<?php
$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // use here a value of your choice
 
$i=0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
?>
 
Or, if you prefer to not be prompted every time you log in:
 
<?php
 
$i=0;
$i++;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'cbb74bc'; // use here your password
?>
 
For a full explanation of possible configuration values, see the
Configuration Section of this document.
+ Instead of manually editing config.inc.php, you can use the Setup
Script. First you must manually create a folder config in the
phpMyAdmin directory. This is a security measure. On a Linux/Unix
system you can use the following commands:
 
cd phpMyAdmin
mkdir config # create directory for saving
chmod o+rw config # give it world writable permissions
 
And to edit an existing configuration, copy it over first:
 
cp config.inc.php config/ # copy current configuration for editing
chmod o+w config/config.inc.php # give it world writable permissions
 
On other platforms, simply create the folder and ensure that your web
server has read and write access to it. FAQ 1.26 can help with this.
 
Next, open scripts/setup.php in your browser. Note that changes are not
saved to disk until explicitly choose Save from the Configuration area
of the screen. Normally the script saves the new config.inc.php to the
config/ directory, but if the webserver does not have the proper
permissions you may see the error "Cannot load or save configuration."
Ensure that the config/ directory exists and has the proper permissions
- or use the Download link to save the config file locally and upload
(via FTP or some similar means) to the proper location.
 
Once the file has been saved, it must be moved out of the config/
directory and the permissions must be reset, again as a security
measure:
 
mv config/config.inc.php . # move file to current directory
chmod o-rw config.inc.php # remove world read and write permissions
 
Now the file is ready to be used. You can choose to review or edit the
file with your favorite editor, if you prefer to set some advanced
options which the setup script does not provide.
4. If you are using the auth_type configuration directive, it is suggested
that you protect the phpMyAdmin installation directory, for example with
HTTP?AUTH in a .htaccess file. See the multi?user sub?section of this FAQ
for additional information, especially FAQ 4.4.
5. Open the main phpMyAdmin directory in your browser. phpMyAdmin should now
display a welcome screen and your databases, or a login dialog if using
HTTP or cookie authentication mode.
6. You should deny access to the libraries subfolder in your webserver
configuration. For Apache you can use supplied .htaccess file in that
folder, for other webservers, you should configure this yourself. Such
configuration prevents from possible path exposure and cross side scripting
vulnerabilities that might happen to be found in that code.
 
Linked-tables infrastructure
 
For a whole set of new features (bookmarks, comments, SQL-history,
PDF-generation, field contents transformation, etc.) you need to create a set
of special tables. Those tables can be located in your own database, or in a
central database for a multi-user installation (this database would then be
accessed by the controluser, so no other user should have rights to it).
 
Please look at your scripts/ directory, where you should find a file called
create_tables.sql. (If you are using a Windows server, pay special attention to
FAQ 1.23).
 
If your MySQL server's version is 4.1.2 or later, please use
create_tables_mysql_4_1_2+.sql instead, for a new installation.
 
If you already had this infrastructure and upgraded to MySQL 4.1.2 or later,
please use upgrade_tables_mysql_4_1_2+.sql.
 
You can use your phpMyAdmin to create the tables for you. Please be aware that
you may need special (administrator) privileges to create the database and
tables, and that the script may need some tuning, depending on the database
name.
 
After having imported the create_tables.sql file, you should specify the table
names in your config.inc.php file. The directives used for that can be found in
the Configuration section. You will also need to have a controluser with the
proper rights to those tables (see section Using authentication modes below).
 
Upgrading from an older version
 
Simply copy ./config.inc.php from your previous installation into the newly
unpacked one. Configuration files from very old versions (2.3.0 or older) may
require some tweaking as some options have been changed or removed.
 
You should not copy libraries/config.default.php over config.inc.php because
the default configuration file is version-specific.
 
If you have upgraded your MySQL server from a version older than 4.1.2 to
version 4.1.2 or newer and if you use the pmadb/linked table infrastructure,
you should run the SQL script found in scripts/upgrade_tables_mysql_4_1_2+.sql.
 
Using authentication modes
 
* HTTP and cookie authentication modes are recommended in a multi-user
environment where you want to give users access to their own database and
don't want them to play around with others.
Nevertheless be aware that MS Internet Explorer seems to be really buggy
about cookies, at least till version 6. And PHP 4.1.1 is also a bit buggy
in this area!
Even in a single-user environment, you might prefer to use HTTP or cookie
mode so that your user/password pair are not in clear in the configuration
file.
 
* HTTP and cookie authentication modes are more secure: the MySQL login
information does not need to be set in the phpMyAdmin configuration file
(except possibly for the controluser).
However, keep in mind that the password travels in plain text, unless you
are using the HTTPS protocol.
In cookie mode, the password is stored, encrypted with the blowfish
algorithm, in a temporary cookie.
 
* Note: starting with phpMyAdmin 2.6.1, this section is only applicable if
your MySQL server is older than 4.1.2, or is running with
--skip-show-database.
 
For 'HTTP' and 'cookie' modes, phpMyAdmin needs a controluser that has only
the SELECT privilege on the mysql.user (all columns except "Password"),
mysql.db (all columns), mysql.host (all columns) and mysql.tables_priv (all
columns except "Grantor" & "Timestamp") tables.
You must specify the details for the controluser in the config.inc.php file
under the $cfg['Servers'][$i]['controluser']& $cfg['Servers'][$i]
['controlpass'] settings.
The following example assumes you want to use pma as the controluser and
pmapass as the controlpass, but this is only an example: use something else
in your file!
Of course you have to replace localhost by the webserver's host if it's not
the same as the MySQL server's one.
 
 
GRANT USAGE ON mysql.* TO 'pma'@'localhost' IDENTIFIED BY 'pmapass';
GRANT SELECT (
Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
File_priv, Grant_priv, References_priv, Index_priv, Alter_priv,
Show_db_priv, Super_priv, Create_tmp_table_priv, Lock_tables_priv,
Execute_priv, Repl_slave_priv, Repl_client_priv
) ON mysql.user TO 'pma'@'localhost';
GRANT SELECT ON mysql.db TO 'pma'@'localhost';
GRANT SELECT ON mysql.host TO 'pma'@'localhost';
GRANT SELECT (Host, Db, User, Table_name, Table_priv, Column_priv)
ON mysql.tables_priv TO 'pma'@'localhost';
 
 
If you are using an old MySQL version (below 4.0.2), please replace the
first GRANT SELECT query by this one:
 
 
GRANT SELECT (
Host, User, Select_priv, Insert_priv, Update_priv, Delete_priv,
Create_priv, Drop_priv, Reload_priv, Shutdown_priv, Process_priv,
File_priv, Grant_priv, References_priv, Index_priv, Alter_priv
) ON mysql.user TO 'pma'@'localhost';
 
 
... and if you want to use the many new relation and bookmark features:
 
 
GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
 
 
(this of course requires that your linked-tables infrastructure be set up).
Of course, the above queries only work if your MySQL version supports the
GRANT command. This is the case since 3.22.11.
* Then each of the true users should be granted a set of privileges on a set
of particular databases. Normally you shouldn't give global privileges to
an ordinary user, unless you understand the impact of those privileges (for
example, you are creating a superuser).
For example, to grant the user real_user with all privileges on the
database user_base:
GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED
BY 'real_password';
What the user may now do is controlled entirely by the MySQL user
management system.
With HTTP or cookie authentication mode, you don't need to fill the user/
password fields inside the $cfg['Servers'] array.
 
'http' authentication mode
 
* Was called 'advanced' in versions before 2.2.3.
* Introduced in 1.3.0, it uses Basic HTTP authentication method and allows
you to login as any valid MySQL user.
* Is supported with most PHP configurations. For IIS (ISAPI) support using
CGI PHP see FAQ 1.32, for using with Apache CGI see FAQ 1.35.
* See also FAQ 4.4 about not using the .htaccess mechanism along with 'http'
authentication mode.
 
'cookie' authentication mode
 
* You can use this method as a replacement for the HTTP authentication (for
example, if you're running IIS).
* Obviously, the user must enable cookies in the browser.
* With this mode, the user can truly logout of phpMyAdmin and login back with
the same username.
* If you want to login to arbitrary server see $cfg['AllowArbitraryServer']
directive.
* As mentioned in the requirements section, having the mcrypt extension will
speed up access considerably, but is not required.
 
'config' authentication mode
 
* This mode is the less secure one because it requires you to fill the $cfg
['Servers'][$i]['user'] and $cfg['Servers'][$i]['password'] fields (and as
a result, anyone who can read your config.inc.php can discover your
username and password).
But you don't need to setup a "controluser" here: using the $cfg['Servers']
[$i]['only_db'] might be enough.
* In the ISP FAQ section, there is an entry explaining how to protect your
configuration file.
* For additional security in this mode, you may wish to consider the Host
authentication $cfg['Servers'][$i]['AllowDeny']['order'] and $cfg
['Servers'][$i]['AllowDeny']['rules'] configuration directives.
 
 
Configuration
 
Warning for Mac users: PHP does not seem to like Mac end of lines character ("\
r"). So ensure you choose the option that allows to use the *nix end of line
character ("\n") in your text editor before saving a script you have modified.
 
Configuration note: Almost all configurable data is placed in config.inc.php.
If this file does not exist, please refer to the Quick install section to
create one. This file only needs to contain the parameters you want to change
from their corresponding default value in libraries/config.default.php.
 
The parameters which relate to design (like colors) are placed in themes/
themename/layout.inc.php. You might also want to create config.footer.inc.php
and config.header.inc.php files to add your site specific code to be included
on start and end of each page.
 
$cfg[PmaAbsoluteUri] string
Sets here the complete URL (with full path) to your phpMyAdmin
installation's directory. E.g. http://www.your_web.net/
path_to_your_phpMyAdmin_directory/. Note also that the URL on some web
servers are case?sensitive. Don?t forget the trailing slash at the end.
 
Starting with version 2.3.0, it is advisable to try leaving this blank. In
most cases phpMyAdmin automatically detects the proper setting. Users of
port forwarding will need to set PmaAbsoluteUri (more info). A good test is
to browse a table, edit a row and save it. There should be an error message
if phpMyAdmin is having trouble auto?detecting the correct value. If you
get an error that this must be set or if the autodetect code fails to
detect your path, please post a bug report on our bug tracker so we can
improve the code.
$cfg[PmaNoRelation_DisableWarning] boolean
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work
with master / foreign - tables (see $cfg['Servers'][$i]['pmadb']).
If you tried to set this up and it does not work for you, have a look on
the "Structure" page of one database where you would like to use it. You
will find a link that will analyze why those features have been disabled.
If you do not want to use those features set this variable to TRUE to stop
this message from appearing.
$cfg[blowfish_secret] string
Starting with version 2.5.2, the 'cookie' auth_type uses blowfish algorithm
to encrypt the password.
If you are using the 'cookie' auth_type, enter here a random passphrase of
your choice. It will be used internally by the blowfish algorithm: you
won't be prompted for this passphrase. The maximum number of characters for
this parameter seems to be 46.
$cfg[Servers] array
Since version 1.4.2, phpMyAdmin supports the administration of multiple
MySQL servers. Therefore, a $cfg['Servers']-array has been added which
contains the login information for the different servers. The first $cfg
['Servers'][$i]['host'] contains the hostname of the first server, the
second $cfg['Servers'][$i]['host'] the hostname of the second server, etc.
In libraries/config.default.php, there is only one section for server
definition, however you can put as many as you need in config.inc.php, copy
that block or needed parts (you don't have to define all settings, just
those you need to change).
$cfg['Servers'][$i]['host'] string
The hostname or IP address of your $i-th MySQL-server. E.g. localhost.
$cfg['Servers'][$i]['port'] string
The port-number of your $i-th MySQL-server. Default is 3306 (leave blank).
If you use "localhost" as the hostname, MySQL ignores this port number and
connects with the socket, so if you want to connect to a port different
from the default port, use "127.0.0.1" or the real hostname in $cfg
['Servers'][$i]['host'].
$cfg['Servers'][$i]['socket'] string
The path to the socket to use. Leave blank for default.
$cfg['Servers'][$i]['connect_type'] string
What type connection to use with the MySQL server. Your options are
'socket' & 'tcp'. It defaults to 'tcp' as that is nearly guaranteed to be
available on all MySQL servers, while sockets are not supported on some
platforms.
 
To use the socket mode, your MySQL server must be on the same machine as
the Web server.
$cfg['Servers'][$i]['extension'] string
What php MySQL extension to use for the connection. Valid options are:
 
mysql : The classic MySQL extension. This is the recommended and default
method at this time.
 
mysqli : The improved MySQL extension. This extension became available
with php 5.0.0 and is the recommended way to connect to a server running
MySQL 4.1.x.
$cfg['Servers'][$i]['compress'] boolean
Whether to use a compressed protocol for the MySQL server connection or not
(experimental).
This feature requires PHP >= 4.3.0.
$cfg['Servers'][$i]['controluser'] string
$cfg['Servers'][$i]['controlpass'] string
This special account is used for 2 distinct purposes: to make possible all
relational features (see $cfg['Servers'][$i]['pmadb']) and, for a MySQL
server older than 4.1.2 or running with --skip-show-database, to enable a
multi-user installation (http or cookie authentication mode).
 
When using HTTP or cookie authentication modes (or 'config' authentication
mode since phpMyAdmin 2.2.1), you need to supply the details of a MySQL
account that has SELECT privilege on the mysql.user (all columns except
"Password"), mysql.db (all columns) & mysql.tables_priv (all columns except
"Grantor" & "Timestamp") tables. This account is used to check what
databases the user will see at login.
Please see the install section on "Using authentication modes" for more
information.
 
In phpMyAdmin versions before 2.2.5, those were called "stduser/stdpass".
$cfg['Servers'][$i]['auth_type'] string ['http'|'cookie'|'config']
Whether config or cookie or http authentication should be used for this
server.
+ 'config' authentication ($auth_type = 'config') is the plain old way:
username and password are stored in config.inc.php.
+ 'cookie' authentication mode ($auth_type = 'cookie') as introduced in
2.2.3 allows you to log in as any valid MySQL user with the help of
cookies. Username and password are stored in cookies during the session
and password is deleted when it ends. This can also allow you to login
in arbitrary server if $cfg['AllowArbitraryServer'] enabled.
+ 'http' authentication (was called 'advanced' in older versions)
($auth_type = 'http') as introduced in 1.3.0 allows you to log in as
any valid MySQL user via HTTP-Auth.
 
Please see the install section on "Using authentication modes" for more
information.
$cfg['Servers'][$i]['user'] string
$cfg['Servers'][$i]['password'] string
When using auth_type = 'config', this is the user/password-pair which
phpMyAdmin will use to connect to the MySQL server. This user/password pair
is not needed when HTTP or cookie authentication is used and should be
empty.
$cfg['Servers'][$i]['only_db'] string or array
If set to a (an array of) database name(s), only this (these) database(s)
will be shown to the user. Since phpMyAdmin 2.2.1, this/these database(s)
name(s) may contain MySQL wildcards characters ("_" and "%"): if you want
to use literal instances of these characters, escape them (I.E. use 'my\
_db' and not 'my_db').
This setting is an efficient way to lower the server load since the latter
does not need to send MySQL requests to build the available database list.
But it does not replace the privileges rules of the MySQL database server.
If set, it just means only these databases will be displayed but not that
all other databases can't be used.
 
An example of using more that one database: $cfg['Servers'][$i]['only_db']
= array('db1', 'db2');
 
As of phpMyAdmin 2.5.5 the order inside the array is used for sorting the
databases in the left frame, so that you can individually arrange your
databases.
If you want to have certain databases at the top, but don't care about the
others, you do not need to specify all other databases. Use: $cfg
['Servers'][$i]['only_db'] = array('db3', 'db4', '*'); instead to tell
phpMyAdmin that it should display db3 and db4 on top, and the rest in
alphabetic order.
$cfg['Servers'][$i]['hide_db'] string
Regular expression for hiding some databases. This only hides them from
listing, but user is still able to access them.
$cfg['Servers'][$i]['verbose'] string
Only useful when using phpMyAdmin with multiple server entries. If set,
this string will be displayed instead of the hostname in the pull-down menu
on the main page. This can be useful if you want to show only certain
databases on your system, for example.
$cfg['Servers'][$i]['pmadb'] string
The name of the database containing the linked-tables infrastructure.
 
See the Linked-tables infrastructure section in this document to see the
benefits of this infrastructure, and for a quick way of creating this
database and the needed tables.
 
If you are the only user of this phpMyAdmin installation, you can use your
current database to store those special tables; in this case, just put your
current database name in $cfg['Servers'][$i]['pmadb']. For a multi-user
installation, set this parameter to the name of your central database
containing the linked-tables infrastructure.
$cfg['Servers'][$i]['bookmarktable'] string
Since release 2.2.0 phpMyAdmin allows to bookmark queries. This can be
useful for queries you often run.
 
To allow the usage of this functionality:
+ set up pmadb and the linked-tables infrastructure
+ enter the table name in $cfg['Servers'][$i]['bookmarktable']
$cfg['Servers'][$i]['relation'] string
Since release 2.2.4 you can describe, in a special 'relation' table, which
field is a key in another table (a foreign key). phpMyAdmin currently uses
this to
+ make clickable, when you browse the master table, the data values that
point to the foreign table;
+ display in an optional tool-tip the "display field" when browsing the
master table, if you move the mouse to a column containing a foreign
key (use also the 'table_info' table);
(see FAQ 6.7)
+ in edit/insert mode, display a drop-down list of possible foreign keys
(key value and "display field" are shown)
(see FAQ 6.21)
+ display links on the table properties page, to check referential
integrity (display missing foreign keys) for each described key;
+ in query-by-example, create automatic joins (see FAQ 6.6)
+ enable you to get a PDF schema of your database (also uses the
table_coords table).
The keys can be numeric or character.
 
To allow the usage of this functionality:
+ set up pmadb and the linked-tables infrastructure
+ put the relation table name in $cfg['Servers'][$i]['relation']
+ now as normal user open phpMyAdmin and for each one of your tables
where you want to use this feature, click "Structure/Relation view/"
and choose foreign fields.
Please note that in the current version, master_db must be the same as
foreign_db. Those fields have been put in future development of the
cross-db relations.
$cfg['Servers'][$i]['table_info'] string
Since release 2.3.0 you can describe, in a special 'table_info' table,
which field is to be displayed as a tool-tip when moving the cursor over
the corresponding key.
This configuration variable will hold the name of this special table. To
allow the usage of this functionality:
+ set up pmadb and the linked-tables infrastructure
+ put the table name in $cfg['Servers'][$i]['table_info']
+ then for each table where you want to use this feature, click
"Structure/Relation view/Choose field to display" to choose the field.
Usage tip: Display field.
$cfg['Servers'][$i]['table_coords'] string
$cfg['Servers'][$i]['pdf_pages'] string
Since release 2.3.0 you can have phpMyAdmin create PDF pages showing the
relations between your tables. To do this it needs two tables "pdf_pages"
(storing information about the available PDF pages) and "table_coords"
(storing coordinates where each table will be placed on a PDF schema
output).
 
You must be using the "relation" feature.
 
To allow the usage of this functionality:
+ set up pmadb and the linked-tables infrastructure
+ put the correct table names in $cfg['Servers'][$i]['table_coords'] and
$cfg['Servers'][$i]['pdf_pages']
Usage tips: PDF output.
$cfg['Servers'][$i]['column_info'] string
Since release 2.3.0 you can store comments to describe each column for each
table. These will then be shown on the "printview".
 
Starting with release 2.5.0, comments are consequently used on the table
property pages and table browse view, showing up as tool-tips above the
column name (properties page) or embedded within the header of table in
browse view. They can also be shown in a table dump. Please see the
relevant configuration directives later on.
 
Also new in release 2.5.0 is a MIME-transformation system which is also
based on the following table structure. See Transformations for further
information. To use the MIME-transformation system, your column_info table
has to have the three new fields 'mimetype', 'transformation',
'transformation_options'.
 
To allow the usage of this functionality:
+ set up pmadb and the linked-tables infrastructure
+ put the table name in $cfg['Servers'][$i]['column_info']
+ to update your PRE-2.5.0 Column_comments Table use this:
ALTER TABLE `pma_column_comments`
ADD `mimetype` VARCHAR( 255 ) NOT NULL ,
ADD `transformation` VARCHAR( 255 ) NOT NULL ,
ADD `transformation_options` VARCHAR( 255 ) NOT NULL ;
and remember that the Variable in config.inc.php has been renamed from
$cfg['Servers'][$i]['column_comments'] to $cfg['Servers'][$i]
['column_info']
$cfg['Servers'][$i]['history'] string
Since release 2.5.0 you can store your SQL history, which means all queries
you entered manually into the phpMyAdmin interface. If you don't want to
use a table- based history, you can use the JavaScript-based history. Using
that, all your history items are deleted when closing the window.
 
Using $cfg[QueryHistoryMax] you can specify an amount of history items you
want to have on hold. On every login, this list gets cut to the maximum
amount.
 
The query history is only available if JavaScript is enabled in your
browser.
 
To allow the usage of this functionality:
+ set up pmadb and the linked-tables infrastructure
+ put the table name in $cfg['Servers'][$i]['history']
$cfg['Servers'][$i]['verbose_check'] boolean
Because release 2.5.0 introduced the new MIME-transformation support, the
column_info table got enhanced with three new fields. If the above variable
is set to TRUE (default) phpMyAdmin will check if you have the latest table
structure available. If not, it will emit a warning to the superuser.
 
You can disable this checking behavior by setting the variable to false,
which should offer a performance increase.
 
Recommended to set to FALSE, when you are sure, your table structure is up
to date.
$cfg['Servers'][$i]['AllowRoot'] boolean
Whether to allow root access, This is just simplification of rules below.
$cfg['Servers'][$i]['AllowDeny']['order'] string
If your rule order is empty, then IP authentication is disabled.
 
If your rule order is set to 'deny,allow' then the system applies all deny
rules followed by allow rules. Access is allowed by default. Any client
which does not match a Deny command or does match an Allow command will be
allowed access to the server.
 
If your rule order is set to 'allow,deny' then the system applies all allow
rules followed by deny rules. Access is denied by default. Any client which
does not match an Allow directive or does match a Deny directive will be
denied access to the server.
 
If your rule order is set to 'explicit', the authentication is performed in
a similar fashion to rule order 'deny,allow', with the added restriction
that your host/username combination must be listed in the allow rules, and
not listed in the deny rules. This is the most secure means of using Allow/
Deny rules, and was available in Apache by specifying allow and deny rules
without setting any order.
$cfg['Servers'][$i]['AllowDeny']['rules'] array of strings
The general format for the rules is as such:
<'allow' | 'deny'> <username> [from] <ipmask>
 
If you wish to match all users, it is possible to use a '%' as a wildcard
in the username field.
There are a few shortcuts you can use in the ipmask field as well (please
note that those containing SERVER_ADDRESS might not be available on all
webservers):
 
'all' -> 0.0.0.0/0
'localhost' -> 127.0.0.1/8
'localnetA' -> SERVER_ADDRESS/8
'localnetB' -> SERVER_ADDRESS/16
'localnetC' -> SERVER_ADDRESS/24
 
Having an empty rule list is equivalent to either using 'allow % from all'
if your rule order is set to 'deny,allow' or 'deny % from all' if your rule
order is set to 'allow,deny' or 'explicit'.
 
For the IP matching system, the following work:
xxx.xxx.xxx.xxx (an exact IP address)
xxx.xxx.xxx.[yyy-zzz] (an IP address range)
xxx.xxx.xxx.xxx/nn (CIDR, Classless Inter-Domain Routing type IP addresses)
But the following does not work:
xxx.xxx.xxx.xx[yyy-zzz] (partial IP address range)
$cfg[ServerDefault] integer
If you have more than one server configured, you can set $cfg
['ServerDefault'] to any one of them to autoconnect to that server when
phpMyAdmin is started, or set it to 0 to be given a list of servers without
logging in.
If you have only one server configured, $cfg['ServerDefault'] MUST be set
to that server.
$cfg[OBGzip] string/boolean
Defines whether to use GZip output buffering for increased speed in HTTP
transfers.
Set to true/false for enabling/disabling. When set to 'auto' (string),
phpMyAdmin tries to enable output buffering and will automatically disable
it, if your browser has some problems with buffering. IE6 with a certain
patch is known to cause data corruption having enabled buffering.
$cfg[PersistentConnections] boolean
Whether persistent connections should be used or not (mysql_connect or
mysql_pconnect).
$cfg[ForceSSL] boolean
Whether to force using https while accessing phpMyAdmin.
$cfg[ExecTimeLimit] integer [number of seconds]
Set the number of seconds a script is allowed to run. If seconds is set to
zero, no time limit is imposed.
This setting is used while importing/exporting dump files but has no effect
when PHP is running in safe mode.
$cfg[MemoryLimit] integer [number of bytes]
Set the number of bytes a script is allowed to allocate. If number set to
zero, no limit is imposed.
This setting is used while importing/exporting dump files but has no effect
when PHP is running in safe mode.
You can also use any string as in php.ini, eg. '16M'.
$cfg[SkipLockedTables] boolean
Mark used tables and make it possible to show databases with locked tables
(since 3.23.30).
$cfg[ShowSQL] boolean
Defines whether SQL-queries generated by phpMyAdmin should be displayed or
not.
$cfg[AllowUserDropDatabase] boolean
Defines whether normal users (non-administrator) are allowed to delete
their own database or not. If set as FALSE, the link "Drop Database" will
not be shown, and even a "DROP DATABASE mydatabase" will be rejected. Quite
practical for ISP's with many customers.
$cfg[Confirm] boolean
Whether a warning ("Are your really sure...") should be displayed when
you're about to lose data.
$cfg[LoginCookieRecall] boolean
Define whether the previous login should be recalled or not in cookie
authentication mode.
$cfg[UseDbSearch] boolean
Define whether the "search string inside database" is enabled or not.
$cfg[IgnoreMultiSubmitErrors] boolean
Define whether phpMyAdmin will continue executing a multi-query statement
if one of the queries fails. Default is to abort execution.
$cfg[VerboseMultiSubmit] boolean
Define whether phpMyAdmin will output the results of each query of a
multi-query statement embedded into the SQL output as inline comments.
Defaults to TRUE.
$cfg[AllowArbitraryServer] boolean
If enabled allows you to login to arbitrary server using cookie auth.
 
NOTE: Please use this carefully, as this may allow to access MySQL servers
behind firewall where your http server is placed.
 
$cfg[LeftFrameLight] boolean
Defines whether to use select-based menu and display only the current
tables in the left frame (smaller page). Only in Non-Lightmode you can use
the feature to display nested folders using $cfg['LeftFrameTableSeparator']
$cfg[LeftFrameDBTree] boolean
In light mode, defines whether to display the names of databases (in the
selector) using a tree, see also $cfg['LeftFrameDBSeparator'].
$cfg[LeftFrameDBSeparator] string
The string used to separate the parts of the database name when showing
them in a tree.
$cfg[LeftFrameTableSeparator] string
Defines a string to be used to nest table spaces. Defaults to '__'. This
means if you have tables like 'first__second__third' this will be shown as
a three-level hierarchy like: first > second > third. If set to FALSE or
empty, the feature is disabled. NOTE: You shall not use this Separator in a
table name at the beginning or end of a table name, or multiple times after
another without any other characters in between.
$cfg[LeftFrameTableLevel] string
Defines how many sublevels should be displayed when splitting up tables by
the above Separator.
$cfg[ShowTooltip] boolean
Defines whether to display table comment as tool-tip in left frame or not.
$cfg[ShowTooltipAliasDB] boolean
If tool-tips are enabled and a DB comment is set, this will flip the
comment and the real name. That means, if you have a table called
'user0001' and add the comment 'MyName' on it, you will see the name
'MyName' used consequently in the left frame and the tool-tip shows the
real name of the DB.
$cfg[ShowTooltipAliasTB] boolean/string
Same as $cfg['ShowTooltipAliasDB'], except this works for table names. When
setting this to 'nested', the Alias of the Tablename is only used to split/
nest the tables according to the $cfg['LeftFrameTableSeparator'] directive.
So only the folder is called like the Alias, the tablename itself stays the
real tablename.
 
$cfg[LeftDisplayLogo] boolean
Defines whether to display the phpMyAdmin logo at the top of the left frame
or not. Defaults to TRUE.
$cfg[LeftDisplayServers] boolean
Defines whether to display a server choice at the top of the left frame or
not. Defaults to FALSE.
$cfg[DisplayServersList] boolean
Defines whether to display this server choice as links instead of in a
drop-down. Defaults to FALSE (drop-down).
$cfg[ShowStats] boolean
Defines whether to display space usage and statistics about databases and
tables or not.
Note that statistics requires at least MySQL 3.23.3 and that, at this date,
MySQL doesn't return such information for Berkeley DB tables.
$cfg[ShowPhpInfo] boolean
$cfg[ShowChgPassword] boolean
Defines whether to display the "PHP information" and "Change password "
links or not for simple users at the starting main (right) frame. This
setting does not check MySQL commands entered directly.
 
Please note that to block the usage of phpinfo() in scripts, you have to
put this in your php.ini:
disable_functions = phpinfo()
 
Also note that enabling the "Change password " link has no effect with
"config" authentication mode: because of the hard coded password value in
the configuration file, end users can't be allowed to change their
passwords.
$cfg[SuggestDBName] boolean
Defines whether to suggest a database name on the "Create Database" form or
to keep the textfield empty.
$cfg[ShowBlob] boolean
Defines whether BLOB fields are shown when browsing a table's content or
not.
$cfg[NavigationBarIconic] string
Defines whether navigation bar buttons and the right panel top menu contain
text or symbols only. A value of TRUE displays icons, FALSE displays text
and 'both' displays both icons and text.
$cfg[ShowAll] boolean
Defines whether an user should be displayed a "show all (records)" button
in browse mode or not.
$cfg[MaxRows] integer
Number of rows displayed when browsing a result set. If the result set
contains more rows, Previous/Next links will be shown.
$cfg[Order] string [DESC|ASC|SMART]
Defines whether fields are displayed in ascending (ASC) order, in
descending (DESC) order or in a "smart" (SMART) order - I.E. descending
order for fields of type TIME, DATE, DATETIME & TIMESTAMP, ascending order
else- by default.
$cfg[ProtectBinary] boolean or string
Defines whether BLOB or BINARY fields are protected from editing when
browsing a table's content or not. Valid values are:
+ FALSE to allow editing of all fields;
+ 'blob' to allow editing of all fields except BLOBS;
+ 'all' to disallow editing of all BINARY or BLOB fields.
$cfg[ShowFunctionFields] boolean
Defines whether MySQL functions fields should be displayed or not in edit/
insert mode.
$cfg[CharEditing] string
Defines which type of editing controls should be used for CHAR and VARCHAR
fields. Possible values are:
+ input - this allows to limit size of text to size of field in MySQL,
but has problems with newlines in fields
+ textarea - no problems with newlines in fields, but also no length
limitations
Default is old behavior so input.
$cfg[InsertRows] integer
Defines the maximum number of concurrent entries for the Insert page.
$cfg[ForeignKeyMaxLimit] integer
If there are fewer items than this in the set of foreign keys, then a
drop-down box of foreign keys is presented, in the style described by the
$cfg[ForeignKeyDropdownOrder] setting.
$cfg[ForeignKeyDropdownOrder] array
For the foreign key drop-down fields, there are several methods of display,
offering both the key and value data. The contents of the array should be
one or both of the following strings: 'content-id', 'id-content'.
$cfg[ZipDump] boolean
$cfg[GZipDump] boolean
$cfg[BZipDump] boolean
Defines whether to allow the use of zip/GZip/BZip2 compression when
creating a dump file or not.
$cfg[CompressOnFly] boolean
Defines whether to allow on the fly compression for GZip/BZip2 compressed
exports. This doesn't affect smaller dumps and allows to create larger
dumps, that won't fit otherwise in memory due to php memory limit. Produced
files contain more GZip/BZip2 headers, but all normal programs handle this
correctly.
$cfg[LightTabs] string
If set to True, use less graphically intense tabs on the top of the
mainframe.
$cfg[PropertiesIconic] string
If set to TRUE, will display icons instead of text for db and table
properties links (like 'Browse', 'Select', 'Insert', ...).
Can be set to 'both' if you want icons AND text.
When set to FALSE, will only show text.
$cfg[PropertiesNumColumns] integer
How many columns will be utilized to display the tables on the database
property view? Default is 1 column. When setting this to a value larger
than 1, the type of the database will be omitted for more display space.
$cfg[DefaultTabServer] string
Defines the tab displayed by default on server view. Possible values:
"main.php" (recommended for multi-user setups), "server_databases.php",
"server_status.php", "server_variables.php", "server_privileges.php" or
"server_processlist.php".
$cfg[DefaultTabDatabase] string
Defines the tab displayed by default on database view. Possible values:
"db_details_structure.php", "db_details.php" or "db_search.php".
$cfg[DefaultTabTable] string
Defines the tab displayed by default on table view. Possible values:
"tbl_properties_structure.php", "tbl_properties.php", "tbl_select.php",
"tbl_change.php" or "sql.php".
$cfg[MySQLManualBase] string
If set to an URL which points to the MySQL documentation (type depends on
$cfg['MySQLManualType']), appropriate help links are generated.
See MySQL Documentation page for more information about MySQL manuals and
their types.
$cfg[MySQLManualType] string
Type of MySQL documentation:
+ viewable - "viewable online", current one used on MySQL website
+ searchable - "Searchable, with user comments"
+ chapters - "HTML, one page per chapter"
+ big - "HTML, all on one page"
+ none - do not show documentation links
$cfg[DefaultLang] string
Defines the default language to use, if not browser-defined or
user-defined.
See the select_lang.lib.php script to know the valid values for this
setting.
$cfg[DefaultConnectionCollation] string
Defines the default connection collation to use, if not user-defined.
See the MySQL documentation for list of possible values.
$cfg[Lang] string
Force: always use this language (must be defined in the select_lang.lib.php
script).
$cfg[FilterLanguages] string
Limit list of available languages to those matching the given regular
expression. For example if you want only Czech and English, you should set
filter to '^(cs|en)'.
$cfg[DefaultCharset] string
Default character set to use for recoding of MySQL queries. This must be
enabled and it's described by $cfg['AllowAnywhereRecoding'] option.
You can give here any character set which is in $cfg['AvailableCharsets']
array and this is just default choice, user can select any of them.
$cfg[AllowAnywhereRecoding] boolean
Allow character set recoding of MySQL queries. You need recode or iconv
support (compiled in or module) in PHP to allow MySQL queries recoding and
used language file must have it enabled (by default only these which are in
Unicode, just to avoid losing some characters).
 
Setting this to TRUE also activates a pull-down menu in the Export page, to
choose the character set when exporting a file.
$cfg[RecodingEngine] string
You can select here which functions will be used for character set
conversion. Possible values are:
+ auto - automatically use available one (first is tested iconv, then
recode)
+ iconv - use iconv or libiconv functions
+ recode - use recode_string function
Default is auto.
$cfg[IconvExtraParams] string
Specify some parameters for iconv used in charset conversion. See iconv
documentation for details. By default //TRANSLIT is used, so that invalid
characters will be transliterated.
$cfg[AvailableCharsets] array
Available character sets for MySQL conversion. You can add your own (any of
supported by recode/iconv) or remove these which you don't use. Character
sets will be shown in same order as here listed, so if you frequently use
some of these move them to the top.
$cfg[GD2Available] string
Specifies whether GD >= 2 is available. If yes it can be used for MIME
transformations.
Possible values are:
+ auto - automatically detect, this is a bit expensive operation for php
< 4.3.0 so it is preferred to change this according to your server real
possibilities
+ yes - GD 2 functions can be used
+ no - GD 2 function cannot be used
Default is auto.
$cfg[LeftWidth] integer
Left frame width in pixel. See themes/themename/layout.inc.php.
$cfg[LeftBgColor] string [HTML color]
$cfg[RightBgColor] string [HTML color]
The background colors (HTML) used for both the frames. See themes/themename
/layout.inc.php.
$cfg[RightBgImage] string
The URI of the background image used for the right frame. It must be an
absolute URI. See themes/themename/layout.inc.php.
$cfg[LeftPointerColor] string [HTML color]
The color (HTML) used for the pointer in the left frame (does not work with
Netscape 4). See themes/themename/layout.inc.php.
$cfg[LeftPointerEnable] boolean
A value of TRUE activates the left pointer (when LeftFrameLight is FALSE).
$cfg[Border] integer
The size of a table's border. See themes/themename/layout.inc.php.
$cfg[ThBgcolor] string [HTML color]
The color (HTML) used for table headers. See themes/themename/
layout.inc.php.
$cfg[BgcolorOne] string [HTML color]
The color (HTML) #1 for table rows. See themes/themename/layout.inc.php.
$cfg[BgcolorTwo] string [HTML color]
The color (HTML) #2 for table rows. See themes/themename/layout.inc.php.
$cfg[BrowsePointerColor] string [HTML color]
$cfg[BrowseMarkerColor] string [HTML color]
The colors (HTML) uses for the pointer and the marker in browse mode (does
not work with Netscape 4).
The former feature highlights the row over which your mouse is passing and
the latter lets you visually mark/unmark rows by clicking on them.
See themes/themename/layout.inc.php.
$cfg[BrowsePointerEnable] boolean
Whether to activate the browse pointer or not.
$cfg[BrowseMarkerEnable] boolean
Whether to activate the browse marker or not.
$cfg[TextareaCols] integer
$cfg[TextareaRows] integer
$cfg[CharTextareaCols] integer
$cfg[CharTextareaRows] integer
Number of columns and rows for the textareas.
This value will be emphasized (*2) for SQL query textareas and (*1.25) for
SQL textareas inside the query window.
The Char* values are used for CHAR and VARCHAR editing (if configured via
$cfg['CharEditing']).
$cfg[LongtextDoubleTextarea] boolean
Defines whether textarea for LONGTEXT fields should have double size.
$cfg[TextareaAutoSelect] boolean
Defines if the whole textarea of the query box will be selected on click.
$cfg[CtrlArrowsMoving] boolean
Enable Ctrl+Arrows (Option+Arrows in Safari) moving between fields when
editing.
$cfg[LimitChars] integer
Maximal number of Chars showed in any non-numeric field on browse view. Can
be turned off by a toggle button on the browse page.
$cfg[ModifyDeleteAtLeft] boolean $cfg[ModifyDeleteAtRight] boolean
Defines the place where modify and delete links would be put when tables
contents are displayed (you may have them displayed both at the left and at
the right). "Left" and "right" are parsed as "top" and "bottom" with
vertical display mode.
$cfg[DefaultDisplay] string $cfg[HeaderFlipType] string
There are 3 display modes: horizontal, horizontalflipped and vertical.
Define which one is displayed by default. The first mode displays each row
on a horizontal line, the second rotates the headers by 90 degrees, so you
can use descriptive headers even though fields only contain small values
and still print them out. The vertical mode sorts each row on a vertical
lineup.
 
The HeaderFlipType can be set to 'css' or 'faked'. When using 'css' the
rotation of the header for horizontalflipped is done via CSS. If set to
'faked' PHP does the transformation for you, but of course this does not
look as good as CSS.
$cfg[DefaultPropDisplay] string
When editing/creating new columns in a table all fields normally get lined
up one field a line. (default: 'horizontal'). If you set this to 'vertical'
you can have each field lined up vertically beneath each other. You can
save up a lot of place on the horizontal direction and no longer have to
scroll.
$cfg[ShowBrowseComments] boolean
$cfg[ShowPropertyComments] boolean
By setting the corresponding variable to TRUE you can enable the display of
column comments in Browse or Property display. In browse mode, the comments
are show inside the header. In property mode, comments are displayed using
a CSS-formatted dashed-line below the name of the field. The comment is
shown as a tool-tip for that field.
$cfg[UploadDir] string
The name of the directory where SQL files have been uploaded by other means
than phpMyAdmin (for example, ftp). Those files are available under a
drop-down box when you click the database name, then the SQL tab.
 
If you want different directory for each user, %u will be replaced with
username.
 
Please note that the file names must have the suffix ".sql" (or ".sql.bz2"
or ".sql.gz" if support for compressed formats is enabled).
 
This feature is useful when your file is too big to be uploaded via HTTP,
or when file uploads are disabled in PHP.
 
Please note that if PHP is running in safe mode, this directory must be
owned by the same user as the owner of the phpMyAdmin scripts.
 
See also FAQ 1.16 for alternatives.
$cfg[docSQLDir] string
The name of the directory where docSQL files can be uploaded for import
into phpMyAdmin.
 
Please note that if PHP is running in safe mode, this directory must be
owned by the same user as the owner of the phpMyAdmin scripts.
$cfg[SaveDir] string
The name of the directory where dumps can be saved.
 
If you want different directory for each user, %u will be replaced with
username.
 
Please note that the directory has to be writable for user running
webserver.
 
Please note that if PHP is running in safe mode, this directory must be
owned by the same user as the owner of the phpMyAdmin scripts.
$cfg[TempDir] string
The name of the directory, where temporary files can be stored.
 
This is needed for native MS Excel export, see FAQ 6.23
$cfg[Export] array
In this array are defined default parameters for export, names of items are
similar to texts seen on export page, so you can easily identify what they
mean.
$cfg[Import] array
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.
$cfg[RepeatCells] integer
Repeat the headers every X cells, or 0 to deactivate.
$cfg[EditInWindow] boolean
$cfg[QueryWindowWidth] integer
$cfg[QueryWindowHeight] integer
$cfg[QueryHistoryDB] boolean
$cfg[QueryWindowDefTab] string
$cfg[QueryHistoryMax] integer
All those variables affect the query window feature. A SQL link or icon is
always displayed on the left panel. If JavaScript is enabled in your
browser, a click on this opens a distinct query window, which is a direct
interface to enter SQL queries. Otherwise, the right panel changes to
display a query box.
 
The size of this query window can be customized with $cfg
['QueryWindowWidth'] and $cfg['QueryWindowWidth'] - both integers for the
size in pixels. Note that normally, those parameters will be modified in
layout.inc.php for the theme you are using.
 
If $cfg['EditInWindow'] is set to true, a click on [Edit] from the results
page (in the "Showing Rows" section) opens the query window and puts the
current query inside it. If set to false, clicking on the link puts the SQL
query in the right panel's query box.
 
The usage of the JavaScript query window is recommended if you have a
JavaScript enabled browser. Basic functions are used to exchange quite a
few variables, so most 4th generation browsers should be capable to use
that feature. It currently is only tested with Internet Explorer 6 and
Mozilla 1.x.
 
If $cfg['QueryHistoryDB'] is set to TRUE, all your Queries are logged to a
table, which has to be created by you (see $cfg['Servers'][$i]['history']).
If set to FALSE, all your queries will be appended to the form, but only as
long as your window is opened they remain saved.
 
When using the JavaScript based query window, it will always get updated
when you click on a new table/db to browse and will focus if you click on
"Edit SQL" after using a query. You can suppress updating the query window
by checking the box "Do not overwrite this query from outside the window"
below the query textarea. Then you can browse tables/databases in the
background without losing the contents of the textarea, so this is
especially useful when composing a query with tables you first have to look
in. The checkbox will get automatically checked whenever you change the
contents of the textarea. Please uncheck the button whenever you definitely
want the query window to get updated even though you have made alterations.
 
If $cfg['QueryHistoryDB'] is set to TRUE you can specify the amount of
saved history items using $cfg['QueryHistoryMax'].
 
The query window also has a custom tabbed look to group the features. Using
the variable $cfg['QueryWindowDefTab'] you can specify the default tab to
be used when opening the query window. It can be set to either 'sql',
'files', 'history' or 'full'.
$cfg[BrowseMIME] boolean
Enable MIME-transformations.
$cfg[MaxExactCount] integer
+ For InnoDB tables, determines for how large tables phpMyAdmin should
get the exact row count using SELECT COUNT. If the approximate row
count as returned by SHOW TABLE STATUS is smaller than this value,
SELECT COUNT will be used, otherwise the approximate count will be
used.
+ For VIEWs, since obtaining the exact count could have an impact on
performance, this value is the maximum to be displayed.
$cfg[WYSIWYG-PDF] boolean
Utilizes a WYSIWYG editing control to easily place elements of a PDF page.
By clicking on the button 'toggle scratchboard' on the page where you edit
x/y coordinates of those elements you can activate a scratchboard where all
your elements are placed. By clicking on an element, you can move them
around in the pre-defined area and the x/y coordinates will get updated
dynamically. Likewise, when entering a new position directly into the input
field, the new position in the scratchboard changes after your cursor
leaves the input field.
You have to click on the 'OK'-button below the tables to save the new
positions. If you want to place a new element, first add it to the table of
elements and then you can drag the new element around.
By changing the paper size and the orientation you can change the size of
the scratchboard as well. You can do so by just changing the dropdown field
below, and the scratchboard will resize automatically, without interfering
with the current placement of the elements.
If ever an element gets out of range you can either enlarge the paper size
or click on the 'reset' button to place all elements below each other.
NOTE: You have to use a recent browser like IE6 or Mozilla to get this
control to work. The basic Drag&Drop script functionality was kindly
borrowed from www.youngpup.net and is underlying so specific license.
$cfg[NaturalOrder] boolean
Sorts database and table names according to natural order (for example, t1,
t2, t10). Currently implemented in the left panel (Light mode) and in
Database view, for the table list.
$cfg[ShowHttpHostTitle] boolean
Shows the HTTP host name in window's title bar.
$cfg[SetHttpHostTitle] string
If $cfg['ShowHttpHostTitle'] is TRUE, it shows the real HTTP host name,
unless an alternate name is set here.
$cfg[ErrorIconic] boolean
Uses icons for warnings, errors and informations.
$cfg[MainPageIconic] boolean
Uses icons on main page in lists and menu tabs.
$cfg[ReplaceHelpImg] boolean
Shows a help button instead of the "Documentation" message.
$cfg[ThemePath] string
If theme manager is active, use this as the path of the subdirectory
containing all the themes.
$cfg[ThemeManager] boolean
Enables user-selectable themes. See FAQ 2.7.
$cfg[ThemeDefault] string
The default theme (a subdirectory under cfg['ThemePath']).
$cfg[ThemePerServer] boolean
Whether to allow different theme for each server.
$cfg[DefaultQueryTable] string
$cfg[DefaultQueryDatabase] string
Default queries that will be displayed in query boxes when user didn't
specify any. Use %d for database name, %t for table name and %f for a comma
separated list of field names. Note that %t and %f are only applicable to
$cfg['DefaultQueryTable'].
$cfg[SQP]['fmtType'] string [html|none]
The main use of the new SQL Parser is to pretty-print SQL queries. By
default we use HTML to format the query, but you can disable this by
setting this variable to 'none'.
$cfg[SQP]['fmtInd'] float
$cfg[SQP]['fmtIndUnit'] string [em|px|pt|ex]
For the pretty-printing of SQL queries, under some cases the part of a
query inside a bracket is indented. By changing $cfg['SQP']['fmtInd'] you
can change the amount of this indent.
Related in purpose is $cfg['SQP']['fmtIndUnit'] which specifies the units
of the indent amount that you specified. This is used via stylesheets.
$cfg[SQP]['fmtColor'] array of string tuples
This array is used to define the colours for each type of element of the
pretty-printed SQL queries. The tuple format is
class => [HTML colour code | empty string]
If you specify an empty string for the color of a class, it is ignored in
creating the stylesheet. You should not alter the class names, only the
colour strings.
Class name key:
+ comment Applies to all comment sub-classes
+ comment_mysql Comments as "#...\n"
+ comment_ansi Comments as "-- ...\n"
+ comment_c Comments as "/*...*/"
+ digit Applies to all digit sub-classes
+ digit_hex Hexadecimal numbers
+ digit_integer Integer numbers
+ digit_float Floating point numbers
+ punct Applies to all punctuation sub-classes
+ punct_bracket_open_round Opening brackets"("
+ punct_bracket_close_round Closing brackets ")"
+ punct_listsep List item Separator ","
+ punct_qualifier Table/Column Qualifier "."
+ punct_queryend End of query marker ";"
+ alpha Applies to all alphabetic classes
+ alpha_columnType Identifiers matching a column type
+ alpha_columnAttrib Identifiers matching a database/table/column
attribute
+ alpha_functionName Identifiers matching a MySQL function name
+ alpha_reservedWord Identifiers matching any other reserved word
+ alpha_variable Identifiers matching a SQL variable "@foo"
+ alpha_identifier All other identifiers
+ quote Applies to all quotation mark classes
+ quote_double Double quotes "
+ quote_single Single quotes '
+ quote_backtick Backtick quotes `
$cfg[SQLValidator]['use'] boolean
phpMyAdmin now supports use of the Mimer SQL Validator service, as
originally published on Slashdot.
For help in setting up your system to use the service, see the FAQ #6.14.
$cfg[SQLValidator]['username'] string
$cfg[SQLValidator]['password'] string
The SOAP service allows you to login with anonymous and any password, so we
use those by default. Instead, if you have an account with them, you can
put your login details here, and it will be used in place of the anonymous
login.
$cfg[DBG]['enable'] boolean
DEVELOPERS ONLY!
Enable the DBG extension for debugging phpMyAdmin. Required for profiling
the code.
For help in setting up your system to this, see the Developers section.
$cfg[DBG]['profile']['enable'] boolean
DEVELOPERS ONLY!
Enable profiling support for phpMyAdmin. This will append a chunk of data
to the end of every page displayed in the main window with profiling
statistics for that page.
You may need to increase the maximum execution time for this to complete
successfully.
$cfg[DBG]['profile']['threshold'] float (units in milliseconds)
DEVELOPERS ONLY!
When profiling data is displayed, this variable controls the threshold of
display for any profiling data, based on the average time each time has
taken. If it is over the threshold it is displayed, otherwise it is not
displayed. This takes a value in milliseconds. In most cases you don't need
to edit this.
$cfg[ColumnTypes] array
All possible types of a MySQL column. In most cases you don't need to edit
this.
$cfg[AttributeTypes] array
Possible attributes for fields. In most cases you don't need to edit this.
$cfg[Functions] array
A list of functions MySQL supports. In most cases you don't need to edit
this.
$cfg[RestrictColumnTypes] array
Mapping of column types to meta types used for preferring displayed
functions. In most cases you don't need to edit this.
$cfg[RestrictFunctions] array
Functions preferred for column meta types as defined in $cfg
['RestrictColumnTypes']. In most cases you don't need to edit this.
$cfg[DefaultFunctions] array
Functions selected by default when inserting/changing row, Functions are
defined for meta types from $cfg['RestrictColumnTypes'] and for
first_timestamp, which is used for first timestamp column in table.
$cfg[NumOperators] array
Operators available for search operations on numeric and date fields.
$cfg[TextOperators] array
Operators available for search operations on character fields. Note that we
put LIKE by default instead of LIKE %...%, to avoid unintended performance
problems in case of huge tables.
$cfg[EnumOperators] array
Operators available for search operations on enum fields.
$cfg[NullOperators] array
Additional operators available for search operations when the field can be
null.
 
 
Transformations
 
Introduction - Usage - File structure
 
 
[1. Introduction]
 
To enable transformations, you have to setup the column_info table and the
proper directives. Please see the Configuration section on how to do so.
 
 
You can apply different transformations to the contents of each field. The
transformation will take the content of each field and transform it with
certain rules defined in the selected transformation.
 
 
Say you have a field 'filename' which contains a filename. Normally you would
see in phpMyAdmin only this filename. Using transformations you can transform
that filename into a HTML link, so you can click inside of the phpMyAdmin
structure on the field's link and will see the file displayed in a new browser
window. Using transformation options you can also specify strings to append/
prepend to a string or the format you want the output stored in.
 
 
For a general overview of all available transformations and their options, you
can consult your <www.your-host.com>/<your-install-dir>/
transformation_overview.php installation.
 
 
For a tutorial on how to effectively use transformations, see our Link section
on the official phpMyAdmin homepage.
 
 
[2. Usage]
 
Go to your tbl_properties_structure.php page (i.e. reached through clicking on
the 'Structure' link for a table). There click on "Change" (or change icon) and
there you will see three new fields at the end of the line. They are called
'MIME-type', 'Browser transformation' and 'Transformation options'.
 
* The field 'MIME-type' is a dropdown field. You have the options to leave
that field empty or to use 'auto' [this feature is not yet available].
Please note that transformations are inactive as long as no MIME-type is
selected.
* The field 'Browser transformation' is a drop-down field. You can choose
from a hopefully growing amount of pre-defined transformations. See below
for information on how to build your own transformation.
There are global transformations and mimetype-bound transformations. Global
transformations can be used for any mimetype. They will take the mimetype,
if necessary, into regard. Mimetype-bound transformations usually only
operate on a certain mimetype. There are transformations which operate on
the main mimetype (like 'image'), which will most likely take the subtype
into regard, and those who only operate on a specific subtype (like 'image/
jpeg').
You can use transformations on mimetypes for which the function was not
defined for. There is no security check for you selected the right
transformation, so take care of what the output will be like.
* The field 'Transformation options' is a free-type textfield. You have to
enter transform-function specific options here. Usually the transforms can
operate with default options, but it is generally a good idea to look up
the overview to see which options are necessary.
Much like the ENUM/SET-Fields, you have to split up several options using
the format 'a','b','c',...(NOTE THE MISSING BLANKS). This is because
internally the options will be parsed as an array, leaving the first value
the first element in the array, and so forth.
If you want to specify a MIME character set you can define it in the
transformation_options. You have to put that outside of the pre-defined
options of the specific mime-transform, as the last value of the set. Use
the format "'; charset=XXX'". If you use a transform, for which you can
specify 2 options and you want to append a character set, enter "'first
parameter','second parameter','charset=us-ascii'". You can, however use the
defaults for the parameters: "'','','charset=us-ascii'".
 
 
[3. File structure]
 
All mimetypes and their transformations are defined through single files in the
directory 'libraries/transformations/'.
 
 
They are stored in files to ease up customization and easy adding of new
transformations.
 
 
Because the user cannot enter own mimetypes, it is kept sure that
transformations always work. It makes no sense to apply a transformation to a
mimetype, the transform-function doesn't know to handle.
 
 
One can, however, use empty mime-types and global transformations which should
work for many mimetypes. You can also use transforms on a different mimetype
they where built for, but pay attention to option usage as well as what the
transformation does to your field.
 
 
There is a basic file called 'global.inc.php'. This function can be included by
any other transform function and provides some basic functions.
 
 
There are 5 possible file names:
 
1. A mimetype+subtype transform:
 
[mimetype]_[subtype]__[transform].inc.php
 
Please not that mimetype and subtype are separated via '_', which shall not
be contained in their names. The transform function/filename may contain
only characters which cause no problems in the file system as well as the
PHP function naming convention.
 
The transform function will the be called 'PMA_transform_[mimetype]_
[subtype]__[transform]()'.
 
Example:
 
text_html__formatted.inc.php
PMA_transform_text_html__formatted()
2. A mimetype (w/o subtype) transform:
 
[mimetype]__[transform].inc.php
 
Please note that there are no single '_' characters. The transform function
/filename may contain only characters which cause no problems in the file
system as well as the PHP function naming convention.
 
The transform function will the be called 'PMA_transform_[mimetype]__
[transform]()'.
 
Example:
 
text__formatted.inc.php
PMA_transform_text__formatted()
3. A mimetype+subtype without specific transform function
 
[mimetype]_[subtype].inc.php
 
Please note that there are no '__' characters in the filename. Do not use
special characters in the filename causing problems with the file system.
 
No transformation function is defined in the file itself.
 
Example:
 
text_plain.inc.php
(No function)
4. A mimetype (w/o subtype) without specific transform function
 
[mimetype].inc.php
 
Please note that there are no '_' characters in the filename. Do not use
special characters in the filename causing problems with the file system.
 
No transformation function is defined in the file itself.
 
Example:
 
text.inc.php
(No function)
5. A global transform function with no specific mimetype
 
global__[transform].inc.php
 
The transform function will the be called 'PMA_transform_global__
[transform]()'.
 
Example:
 
global__formatted
PMA_transform_global__formatted()
 
 
So generally use '_' to split up mimetype and subtype, and '__' to provide a
transform function.
 
 
All filenames containing no '__' in themselves are not shown as valid transform
functions in the dropdown.
 
 
Please see the libraries/transformations/TEMPLATE file for adding your own
transform function. See the libraries/transformations/TEMPLATE_MIMETYPE for
adding a mimetype without a transform function. Also note the introduction of a
function description in the language files. For each function a
$strTransformation_[filename without .inc.php] has to exist.
 
 
You can use the template generator to generate new functions and entries in the
language file.
 
 
To create a new transform function please see libraries/transformations/
template_generator.sh. To create a new, empty mimetype please see libraries/
transformations/template_generator_mimetype.sh.
 
 
A transform function always gets passed three variables:
 
1. $buffer - Contains the text inside of the column. This is the text, you
want to transform.
2. $options - Contains any user-passed options to a transform function as an
array.
3. $meta - Contains an object with field information to your column. The data
is drawn from the output of the mysql_fetch_field() function. This means,
all object properties described on the manual page are available in this
variable and can be used to transform a field accordingly to unsigned/
zerofill/not_null/... properties.
The $meta->mimetype variable contains the original MIME-type of the field
(i.e. 'text/plain', 'image/jpeg' etc.)
 
 
FAQ - Frequently Asked Questions
 
Server - Configuration - Limitations - Multi-user - Browsers - Usage
tips - Project - Security
 
 
Please have a look at our Link section on the official phpMyAdmin homepage for
in-depth coverage of phpMyAdmin's features and/or interface.
 
 
[1. Server]
 
[1.1] I'm running PHP 4+ and my server is crashing each time a specific action
is required or phpMyAdmin sends a blank page or a page full of cryptic
characters to my browser, what can I do?
 
There are some known PHP bugs with output buffering and compression.
Try to set the $cfg['OBGzip'] directive to FALSE in your config.inc.php file
and the zlib.output_compression directive to Off in your php configuration
file.
Furthermore, we know about such problems connected to the release candidates of
PHP 4.2.0 (tested with PHP 4.2.0 RC1 to RC4) together with MS Internet
Explorer. Please upgrade to the release version PHP 4.2.0.
 
[1.2] My Apache server crashes when using phpMyAdmin.
 
You should first try the latest versions of Apache (and possibly MySQL).
See also the FAQ 1.1 entry about PHP bugs with output buffering.
If your server keeps crashing, please ask for help in the various Apache
support groups.
 
[1.3] I'm running phpMyAdmin with "cookie" authentication mode under PHP 4.2.0
or 4.2.1 loaded as an Apache 2+ module but can't enter the script: I'm always
displayed the login screen.
 
This is a known PHP bug (see this bug report) from the official PHP bug
database. It means there is and won't be any phpMyAdmin fix against it because
there is no way to code a fix.
 
[1.4] Using phpMyAdmin on IIS, I'm displayed the error message: "The specified
CGI application misbehaved by not returning a complete set of HTTP headers...".
 
You just forgot to read the install.txt file from the php distribution. Have a
look at the last message in this bug report from the official PHP bug database.
 
[1.5] Using phpMyAdmin on IIS, I'm facing crashes and/or many error messages
with the HTTP or advanced authentication mode.
 
This is a known problem with the PHP ISAPI filter: it's not so stable. Please
use instead the cookie authentication mode.
 
[1.6] I can't use phpMyAdmin on PWS: nothing is displayed!
 
This seems to be a PWS bug. Filippo Simoncini found a workaround (at this time
there is no better fix): remove or comment the DOCTYPE declarations (2 lines)
from the scripts libraries/header.inc.php, libraries/header_printview.inc.php,
index.php, left.php and libraries/common.lib.php.
 
[1.7] How can I GZip or Bzip a dump or a CSV export? It does not seem to work.
 
These features are based on the gzencode() and bzcompress() PHP functions to be
more independent of the platform (Unix/Windows, Safe Mode or not, and so on).
So, you must have PHP4 >= 4.0.4 and Zlib/Bzip2 support (--with-zlib and
--with-bz2).
We faced PHP crashes when trying to download a dump with MS Internet Explorer
when phpMyAdmin is run with a release candidate of PHP 4.2.0. In this case you
should switch to the release version of PHP 4.2.0.
 
[1.8] I cannot insert a text file in a table, and I get an error about safe
mode being in effect.
 
Your uploaded file is saved by PHP in the "upload dir", as defined in php.ini
by the variable upload_tmp_dir (usually the system default is /tmp).
We recommend the following setup for Apache servers running in safe mode, to
enable uploads of files while being reasonably secure:
 
* create a separate directory for uploads: mkdir /tmp/php
* give ownership to the Apache server's user.group: chown apache.apache /tmp/
php
* give proper permission: chmod 600 /tmp/php
* put upload_tmp_dir = /tmp/php in php.ini
* restart Apache
 
[1.9] I'm having troubles when uploading files. In general file uploads don't
work on my system and uploaded files have a Content-Type: header in the first
line.
 
It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 and
you updated your PHP RPM to php-4.0.4pl1-3.i386.rpm, didn't you?
So the problem is that this package has a serious bug that was corrected ages
ago in PHP (2001-01-28: see PHP's bug tracking system for more details). The
problem is that the bugged package is still available though it was corrected
(see RedHat's BugZilla for more details).
So please download the fixed package (4.0.4pl1-9) and the problem should go
away.
And that fixes the \r\n problem with file uploads!
 
[1.10] I'm having troubles when uploading files with phpMyAdmin running on a
secure server. My browser is Internet Explorer and I'm using the Apache server.
 
As suggested by "Rob M" in the phpWizard forum, add this line to your
httpd.conf:
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
It seems to clear up many problems between Internet Explorer and SSL.
 
[1.11] I get an 'open_basedir restriction' while uploading a file from the
query box.
 
Since version 2.2.4, phpMyAdmin supports servers with open_basedir
restrictions. Assuming that the restriction allows you to open files in the
current directory ('.'), all you have to do is create a 'tmp' directory under
the phpMyAdmin install directory, with permissions 777 and the same owner as
the owner of your phpMyAdmin directory. The uploaded files will be moved there,
and after execution of your SQL commands, removed.
 
[1.12] I have lost my MySQL root password, what can I do?
 
The MySQL manual explains how to reset the permissions.
 
[1.13] I get an error 'No SQL query' when trying to execute a bookmark.
 
If PHP does not have read/write access to its upload_tmp_dir, it cannot access
the uploaded query.
 
[1.14] I get an error 'No SQL query' when trying to submit a query from the
convenient text area.
 
Check the post_max_size directive from your PHP configuration file and try to
increase it.
 
[1.15] I have problems with mysql.user field names.
 
In older MySQL versions, the User and Password fields were named user and
password. Please modify your field names to align with current standards.
 
[1.16] I cannot upload big dump files (memory, http or timeout problems).
 
Starting with version 2.7.0, the import engine has been re?written and these
problems should not occur. If possible, upgrade your phpMyAdmin to the latest
version to take advantage of the new import features.
 
The first things to check (or ask your host provider to check) are the values
of upload_max_filesize, memory_limit and post_max_size in the php.ini
configuration file. All of these three settings limit the maximum size of data
that can be submitted and handled by PHP. One user also said that post_max_size
and memory_limit need to be larger than upload_max_filesize.
 
There exist several workarounds if your upload is too big or your hosting
provider is unwilling to change the settings:
 
* Look at the $cfg['UploadDir'] feature. This allows one to upload a file to
the server via scp, ftp, or your favorite file transfer method. PhpMyAdmin
is then able to import the files from the temporary directory. More
information is available in the Configuration section of this document.
* Using a utility (such as BigDump) to split the files before uploading. We
cannot support this or any third party applications, but are aware of users
having success with it.
* If you have shell (command line) access, use MySQL to import the files
directly. You can do this by issuing the "source" command from within
MySQL: source filename.sql.
 
[1.17] Which MySQL versions does phpMyAdmin support?
 
All MySQL versions from 3.23.32 till 5.0 (except for 4.1.0 and 4.1.1) are fully
supported. Please note that the older your MySQL version is, the more
limitations you will have to face.
phpMyAdmin may connect to your MySQL server using php's classic MySQL extension
as well as the improved MySQL extension (MySQLi) that is available in php 5.0.
Either way, the developers of both extensions recommend to use the classic
extension for MySQL 4.0 and below and MySQLi for MySQL 4.1 and newer.
When compiling php, we strongly recommend that you manually link the MySQL
extension of your choice to a MySQL client library of at least the same minor
version since the one that is bundled with some php distributions is rather old
and might cause problems (see also FAQ 1.17a). If your webserver is running on
a windows system, you might want to try MySQL's Connector/PHP instead of the
MySQL / MySQLi extensions that are bundled with the official php Win32 builds.
MySQL 5.1 is not yet supported.
 
[1.17a] I cannot connect to the MySQL server. It always returns the error
message, "Client does not support authentication protocol requested by server;
consider upgrading MySQL client"
 
You tried to access MySQL with an old MySQL client library. The version of your
MySQL client library can be checked in your phpinfo() output. In general, it
should have at least the same minor version as your server - as mentioned in
FAQ 1.17.
 
This problem is generally caused by using MySQL version 4.1 or newer. MySQL
changed the authentication hash and your PHP is trying to use the old method.
The proper solution is to use the mysqli extension with the proper client
library to match your MySQL installation. Your chosen extension is specified in
$cfg['Servers'][$i]['extension']. More information (and several workarounds)
are located in the MySQL Documentation.
 
[1.18] I'm running MySQL <= 4.0.1 having lower_case_table_names set to 1. If I
create a new table with a capital letter in its name it is changed to lowercase
as it should. But if I try to DROP this table MySQL is unable to find the
corresponding file.
 
This is a bug of MySQL <= 4.0.1. Please upgrade to at least MySQL 4.0.2 or turn
off your lower_case_table_names directive.
 
[1.19] I can't run the "display relations" feature because the script seems not
to know the font face I'm using!
 
The "FPDF" library we're using for this feature requires some special files to
use font faces.
Please refers to the FPDF manual to build these files.
 
[1.20] I receive the error "cannot load MySQL extension, please check PHP
Configuration".
 
To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL
extension". This extension may be part of the PHP distribution (compiled-in),
otherwise it needs to be loaded dynamically. Its name is probably mysql.so or
php_mysql.dll. phpMyAdmin tried to load the extension but failed.
 
Usually, the problem is solved by installing a software package called
"PHP-MySQL" or something similar.
 
[1.21] I am running the CGI version of PHP under Unix, and I cannot login using
cookie auth.
 
In php.ini, set mysql.max_links higher than 1.
 
[1.22] I don't see the "Location of text file" field, so I cannot upload.
 
This is most likely because in php.ini, your file_uploads parameter is not set
to "on".
 
[1.23] I'm running MySQL on a Win32 machine. Each time I create a new table the
table and field names are changed to lowercase!
 
This happens because the MySQL directive lower_case_table_names defaults to 1
(ON) in the Win32 version of MySQL. You can change this behavior by simply
changing the directive to 0 (OFF):
Just edit your my.ini file that should be located in your Windows directory and
add the following line to the group [mysqld]:
set-variable = lower_case_table_names=0
Next, save the file and restart the MySQL service. You can always check the
value of this directive using the query
SHOW VARIABLES LIKE 'lower_case_table_names';
 
[1.24] Some characters are being truncated in my queries, or I get characters
randomly added. I am running PHP 4.2.3.
 
This is a PHP 4.2.3 bug.
 
[1.25] I am running Apache with mod_gzip-1.3.26.1a on Windows XP, and I get
problems, such as undefined variables when I run a SQL query.
 
A tip from Jose Fandos: put a comment on the following two lines in httpd.conf,
like this:
# mod_gzip_item_include file \.php$
# mod_gzip_item_include mime "application/x-httpd-php.*"
as this version of mod_gzip on Apache (Windows) has problems handling PHP
scripts. Of course you have to restart Apache.
 
[1.26] I just installed phpMyAdmin in my document root of IIS but I get the
error "No input file specified" when trying to run phpMyAdmin.
 
This is a permission problem. Right-click on the phpmyadmin folder and choose
properties. Under the tab Security, click on "Add" and select the user
"IUSR_machine" from the list. Now set his permissions and it should work.
 
[1.27] I get empty page when I want to view huge page (eg.
db_details_structure.php with plenty of tables).
 
This is a PHP bug that occur when GZIP output buffering is enabled. If you turn
off it (by $cfg['OBGzip'] = FALSE in config.inc.php), it should work. This bug
will be fixed in PHP 5.0.0.
 
[1.28] My MySQL server sometimes refuses queries and returns the message
'Errorcode: 13'. What does this mean?
 
This can happen due to a MySQL bug when having database / table names with
upper case characters although lower_case_table_names is set to 1. To fix this,
turn off this directive, convert all database and table names to lower case and
turn it on again. Alternatively, there's a bug-fix available starting with
MySQL 3.23.56 / 4.0.11-gamma.
 
[1.29] When I create a table or modify a field, I get an error and the fields
are duplicated.
 
It is possible to configure Apache in such a way that PHP has problems
interpreting .php files.
 
The problems occur when two different (and conflicting) set of directives are
used:
 
SetOutputFilter PHP
SetInputFilter PHP
&
AddType application/x-httpd-php .php
 
In the case we saw, one set of directives was in /etc/httpd/conf/httpd.conf,
while the other set was in /etc/httpd/conf/addon-modules/php.conf.
The recommended way is with AddType, so just comment out the first set of lines
and restart Apache:
 
#SetOutputFilter PHP
#SetInputFilter PHP
 
[1.30] I get the error "left.php: Missing hash".
 
This problem is known to happen when the server is running Turck MMCache but
upgrading MMCache to version 2.3.21 solves the problem.
 
[1.31] Does phpMyAdmin support php5?
 
Yes.
However, phpMyAdmin needs to be backwards compatible to php4. This is why
phpMyAdmin disables the E_STRICT error_level in error_reporting settings.
 
[1.32] Can I use HTTP authentication with IIS?
 
Yes. This procedure was tested with phpMyAdmin 2.6.1, PHP 4.3.9 in ISAPI mode
under IIS 5.1.
 
1. In your php.ini file, set cgi.rfc2616_headers = 0
2. In Web Site Properties -> File/Directory Security -> Anonymous Access
dialog box, check the Anonymous access checkbox and uncheck any other
checkboxes (i.e. uncheck Basic authentication, Integrated Windows
authentication, and Digest if it's enabled.) Click OK.
3. In Custom Errors, select the range of 401;1 through 401;5 and click the Set
to Default button.
 
[1.33] Is there a problem with the mysqli extension when running PHP 5.0.4 on
64-bit systems?
 
Yes. This problem affects phpMyAdmin ("Call to undefined function
pma_reloadnavigation"), so upgrade your PHP to the next version.
 
[1.34] Can I access directly to database or table pages?
 
Yes. Out of the box, you can use URLs like http://server/phpMyAdmin/index.php?
db=database&table=table&target=script. Table and script parts are optional. If
you want http://server/phpMyAdmin/database[/table][/script] URLs, you need to
do some configuration. Following lines apply only for Apache web server. First
make sure, that you have enabled some features within global configuration. You
need Options FollowSymLinks and AllowOverride FileInfo enabled for directory
where phpMyAdmin is installed and you need mod_rewrite to be enabled. Then you
just need to create following .htaccess file in root folder of phpMyAdmin
installation (don't forget to change directory name inside of it):
 
RewriteEngine On
RewriteBase /path_to_phpMyAdmin
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&table=$2&target=$3 [R]
RewriteRule ^([a-zA-Z0-9_]+)/([a-z_]+\.php)$ index.php?db=$1&target=$2 [R]
RewriteRule ^([a-zA-Z0-9_]+)/([a-zA-Z0-9_]+)$ index.php?db=$1&table=$2 [R]
RewriteRule ^([a-zA-Z0-9_]+)$ index.php?db=$1 [R]
 
[1.35] Can I use HTTP authentication with Apache CGI?
 
Yes. However you need to pass authentication variable to CGI using following
rewrite rule:
 
RewriteEngine On
RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization},L]
 
[1.36] I get an error "500 Internal Server Error".
 
There can be many explanations to this and a look at your server's error log
file might give a clue.
 
 
[2. Configuration]
 
[2.1] The error message "Warning: Cannot add header information - headers
already sent by ..." is displayed, what's the problem?
 
Edit your config.inc.php file and ensure there is nothing (I.E. no blank lines,
no spaces, no characters...) neither before the <?php tag at the beginning,
neither after the ?> tag at the end.
 
[2.2] phpMyAdmin can't connect to MySQL. What's wrong?
 
Either there is an error with your PHP setup or your username/password is
wrong. Try to make a small script which uses mysql_connect and see if it works.
If it doesn't, it may be you haven't even compiled MySQL support into PHP.
 
[2.3] The error message "Warning: MySQL Connection Failed: Can't connect to
local MySQL server through socket '/tmp/mysql.sock' (111)..." is displayed.
What can I do?
 
 
For RedHat users, Harald Legner suggests this on the mailing list:
 
On my RedHat-Box the socket of MySQL is /var/lib/mysql/mysql.sock. In your
php.ini you will find a line
mysql.default_socket = /tmp/mysql.sock
change it to
mysql.default_socket = /var/lib/mysql/mysql.sock
Then restart apache and it will work.
 
Here is a fix suggested by Brad Ummer:
 
* First, you need to determine what socket is being used by MySQL.
To do this, telnet to your server and go to the MySQL bin directory. In
this directory there should be a file named mysqladmin. Type ./mysqladmin
variables, and this should give you a bunch of info about your MySQL
server, including the socket (/tmp/mysql.sock, for example).
* Then, you need to tell PHP to use this socket.
To do this in phpMyAdmin, you need to complete the socket information in
the config.inc.php.
For example: $cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';
 
Please also make sure that the permissions of this file allow to be
readable by your webserver (i.e. '0755').
 
Have also a look at the corresponding section of the MySQL documentation.
 
[2.4] Nothing is displayed by my browser when I try to run phpMyAdmin, what can
I do?
 
Try to set the $cfg['OBGZip'] directive to FALSE in the phpMyAdmin
configuration file. It helps sometime.
Also have a look at your PHP version number: if it contains "4.0b..." it means
you're running a beta version of PHP. That's not a so good idea, please upgrade
to a plain revision.
 
[2.5] Each time I want to insert or change a record or drop a database or a
table, an error 404 (page not found) is displayed or, with HTTP or cookie
authentication, I'm asked to login again. What's wrong?
 
Check the value you set for the $cfg['PmaAbsoluteUri'] directive in the
phpMyAdmin configuration file.
 
[2.6] I get an "Access denied for user: 'root@localhost' (Using password: YES)
"-error when trying to access a MySQL-Server on a host which is port-forwarded
for my localhost.
 
When you are using a port on your localhost, which you redirect via
port-forwarding to another host, MySQL is not resolving the localhost as
expected.
Erik Wasser explains: The solution is: if your host is "localhost" MySQL (the
commandline tool 'mysql' as well) always tries to use the socket connection for
speeding up things. And that doesn't work in this configuration with port
forwarding.
If you enter "127.0.0.1" as hostname, everything is right and MySQL uses the
TCP connection.
 
[2.7] Using and creating themes
 
Themes are configured with $cfg['ThemePath'], $cfg['ThemeManager'] and $cfg
['ThemeDefault'].
 
Under $cfg['ThemePath'], you should not delete the directory "original" or its
underlying structure, because this is the system theme used by phpMyAdmin.
"original" contains all images and styles, for backwards compatibility and for
all themes that would not include images or css-files.
 
If $cfg['ThemeManager'] is enabled, you can select your favorite theme on the
main page. Your selected theme will be stored in a cookie.
 
 
To create a theme:
 
* make a new subdirectory (for example "your_theme_name") under $cfg
['ThemePath'] (by default themes)
* copy the files and directories from "original" to "your_theme_name"
* edit the css-files in "your_theme_name/css"
* put your new images in "your_theme_name/img"
* edit layout.inc.php in "your_theme_name"
* edit info.inc.php in "your_theme_name" to contain your chosen theme name,
that will be visible in user interface
* make a new screenshot of your theme and save it under "your_theme_name/
screen.png"
 
In theme directory there is file info.inc.php which contains theme verbose
name, theme generation and theme version. These versions and generations are
enumerated from 1 and do not have any direct dependence on phpMyAdmin version.
Themes within same generation should be backwards compatible - theme with
version 2 should work in phpMyAdmin requiring version 1. Themes with different
generation are incompatible.
 
If you do not want to use your own symbols and buttons, remove the directory
"img" in "your_theme_name". phpMyAdmin will use the default icons and buttons
(from the system-theme "original").
 
[2.8] I get "Missing parameters" errors, what can I do?
 
Here are a few points to check:
 
* In config.inc.php, try to leave the $cfg['PmaAbsoluteUri']directive empty.
See also FAQ 4.7.
* Maybe you have a broken PHP installation or you need to upgrade your Zend
Optimizer. See http://bugs.php.net/bug.php?id=31134.
* If you are using Hardened PHP with the ini directive
varfilter.max_request_variables set to the default (200) or another low
value, you could get this error if your table has a high number of columns.
Adjust this setting accordingly. (Thanks to Klaus Dorninger for the hint).
* In the php.ini directive arg_separator.input, a value of ";" will cause
this error. Replace it with "&;".
 
 
[3. Known limitations]
 
[3.1] When using HTTP authentication, an user who logged out can not relogin in
with the same nick.
 
This is related to the authentication mechanism (protocol) used by phpMyAdmin.
To bypass this problem: just close all the opened browser windows and then go
back to phpMyAdmin. You should be able to log in again.
 
[3.2] When dumping a large table in compressed mode, I get a memory limit error
or a time limit error.
 
Compressed dumps are built in memory and because of this are limited to php's
memory limit. For GZip/BZip2 exports this can be overcome since 2.5.4 using
$cfg['CompressOnFly'] (enabled by default). Zip exports can not be handled this
way, so if you need Zip files for larger dump, you have to use another way.
 
[3.3] With InnoDB tables, I lose foreign key relationships when I rename or
alter a table.
 
This seems to be a InnoDB bug (fixed in MySQL 3.23.50?).
 
[3.4] I am unable to import dumps I created with the mysqldump tool bundled
with the MySQL server distribution.
 
The problem is that mysqldump creates invalid comments like this:
 
-- MySQL dump 8.22
--
-- Host: localhost Database: database
---------------------------------------------------------
-- Server version 3.23.54
 
The invalid part of the code is the horizontal line made of dashes that appears
once in every dump created with mysqldump. If you want to run your dump you
have to turn it into valid MySQL. This means, you have to add a whitespace
after the first two dashes of the line or add a # before it:
-- -------------------------------------------------------
or
#---------------------------------------------------------
 
[3.5] When using nested folders ($cfg['LeftFrameTableSeparator']) there are
some multiple hierarchies displayed in a wrong manner?!
 
Please note that you should not use the separating string multiple times
without any characters between them, or at the beginning/end of your table
name. If you have to, think about using another TableSeparator or disabling
that feature
 
[3.6] What is currently not supported in phpMyAdmin about InnoDB?
 
In Relation view, being able to choose a table in another database, or having
more than one index field in the foreign key.
 
In Query-by-example (Query), automatic generation of the query LEFT JOIN from
the foreign table.
 
In PDF schema editing, automatic layout.
 
[3.7] I have table with many (100+) fields and when I try to browse table I get
series of errors like "Warning: unable to parse url". How can this be fixed?
 
Your table neither have a primary key nor an unique one, so we must use a long
expression to identify this row. This causes problems to parse_url function.
The workaround is to create a primary or unique key.
 
[3.8] I cannot use (clickable) HTML-forms in fields where I put a
MIME-Transformation onto!
 
Due to a surrounding form-container (for multi-row delete checkboxes), no
nested forms can be put inside the table where phpMyAdmin displays the results.
You can, however, use any form inside of a table if keep the parent
form-container with the target to tbl_row_delete.php and just put your own
input-elements inside. If you use a custom submit input field, the form will
submit itself to the displaying page again, where you can validate the
$HTTP_POST_VARS in a transformation. For a tutorial on how to effectively use
transformations, see our Link section on the official phpMyAdmin-homepage.
 
[3.9] I get error messages when using "--sql_mode=ANSI" for the MySQL server
 
When MySQL is running in ANSI-compatibility mode, there are some major
differences in how SQL is structured (see http://dev.mysql.com/doc/mysql/en/
ANSI_mode.html). Most important of all, the quote-character (") is interpreted
as an identifier quote character and not as a string quote character, which
makes many internal phpMyAdmin operations into invalid SQL statements. There is
no workaround to this behaviour. News to this item will be posted in Bug report
#816858
 
[3.10] Homonyms and no primary key: When the results of a SELECT display more
that one column with the same value (for example SELECT lastname from employees
where firstname like 'A%' and two "Smith" values are displayed), if I click
Edit I cannot be sure that I am editing the intended row.
 
Please make sure that your table has a primary key, so that phpMyAdmin can use
it for the Edit and Delete links.
 
[3.11] The number of records for InnoDB tables is not correct.
 
phpMyAdmin uses a quick method to get the row count, and this method only
returns an approximate count in the case of InnoDB tables. See $cfg
['MaxExactCount'] for a way to modify those results, but this could have a
serious impact on performance.
 
[3.12] What are the phpMyAdmin limitations for MySQL 3?
 
The number of records in queries containing COUNT and GROUP BY is not correctly
calculated. Also, sorting results of a query like "SELECT * from table GROUP
BY" ... is problematic.
 
[3.13] I get an error when entering USE followed by a db name containing an
hyphen.
 
The tests I have made with current MySQL 4.1.11 API shows that the API does not
accept this syntax for the USE command. Enclosing the db name with backquotes
works. For further confusion, no backquotes are needed with command-line mysql.
 
 
[4. ISPs, multi-user installations ]
 
[4.1] I'm an ISP. Can I setup one central copy of phpMyAdmin or do I need to
install it for each customer.
 
Since version 2.0.3, you can setup a central copy of phpMyAdmin for all your
users. The development of this feature was kindly sponsored by NetCologne GmbH.
This requires a properly setup MySQL user management and phpMyAdmin HTTP or
cookie authentication. See the install section on "Using HTTP authentication".
 
[4.2] What's the preferred way of making phpMyAdmin secure against evil access.
 
This depends on your system.
If you're running a server which cannot be accessed by other people, it's
sufficient to use the directory protection bundled with your webserver (with
Apache you can use .htaccess files, for example).
If other people have telnet access to your server, you should use phpMyAdmin's
HTTP or cookie authentication features.
 
Suggestions:
 
* Your config.inc.php file should be chmod 660.
* All your phpMyAdmin files should be chown -R phpmy.apache, where phpmy is a
user whose password is only known to you, and apache is the group under
which Apache runs.
* You should use PHP safe mode, to protect from other users that try to
include your config.inc.php in their scripts.
 
[4.3] I get errors about not being able to include a file in /lang or in /
libraries.
 
Check php.ini, or ask your sysadmin to check it. The include_path must contain
"." somewhere in it, and open_basedir, if used, must contain "." and "./lang"
to allow normal operation of phpMyAdmin.
 
[4.4] phpMyAdmin always gives "Access denied" when using HTTP authentication.
 
This could happen for several reasons:
 
* $cfg['Servers'][$i]['controluser'] and/or $cfg['Servers'][$i]
['controlpass'] are wrong.
* The username/password you specify in the login-dialog are invalid.
* You have already setup a security mechanism for the phpMyAdmin-directory,
eg. a .htaccess file. This would interfere with phpMyAdmin's
authentication, so remove it.
 
[4.5] Is it possible to let users create their own databases?
 
Starting with 2.2.5, in the user management page, you can enter a wildcard
database name for a user (for example "joe%"), and put the privileges you want.
For example, adding SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER
would let a user create/manage his/her database(s).
 
[4.6] How can I use the Host-based authentication additions?
 
If you have existing rules from an old .htaccess file, you can take them and
add a username between the 'deny'/'allow' and 'from' strings. Using the
username wildcard of '%' would be a major benefit here if your installation is
suited to using it. Then you can just add those updated lines into the $cfg
['Servers'][$i]['AllowDeny']['rules'] array.
 
If you want a pre-made sample, you can try this fragment. It stops the 'root'
user from logging in from any networks other than the private network IP
blocks.
//block root from logging in except from the private networks
$cfg['Servers'][$i]['AllowDeny']['order'] = 'deny,allow';
$cfg['Servers'][$i]['AllowDeny']['rules'] = array(
'deny root from all',
'allow root from localhost',
'allow root from 10.0.0.0/8',
'allow root from 192.168.0.0/16',
'allow root from 172.16.0.0/12',
);
 
[4.7] Authentication window is displayed more than once, why?
 
This happens if you are using a URL to start phpMyAdmin which is different than
the one set in your $cfg['PmaAbsoluteUri']. For example, a missing "www", or
entering with an IP address while a domain name is defined in the config file.
 
 
[5. Browsers or client OS]
 
[5.1] I get an out of memory error, and my controls are non-functional, when
trying to create a table with more than 14 fields.
 
We could reproduce this problem only under Win98/98SE. Testing under WinNT4 or
Win2K, we could easily create more than 60 fields.
A workaround is to create a smaller number of fields, then come back to your
table properties and add the other fields.
 
[5.2] With Xitami 2.5b4, phpMyAdmin won't process form fields.
 
This is not a phpMyAdmin problem but a Xitami known bug: you'll face it with
each script/website that use forms.
Upgrade or downgrade your Xitami server.
 
[5.3] I have problems dumping tables with Konqueror (phpMyAdmin 2.2.2).
 
With Konqueror 2.1.1: plain dumps, zip and GZip dumps work ok, except that the
proposed file name for the dump is always 'tbl_dump.php'. Bzip2 dumps don't
seem to work.
With Konqueror 2.2.1: plain dumps work; zip dumps are placed into the user's
temporary directory, so they must be moved before closing Konqueror, or else
they disappear. GZip dumps give an error message.
Testing needs to be done for Konqueror 2.2.2.
 
[5.4] I can't use the cookie authentication mode because Internet Explorer
never stores the cookies.
 
MS Internet Explorer seems to be really buggy about cookies, at least till
version 6. And thanks to Andrew Zivolup we've traced also a PHP 4.1.1 bug in
this area!
Then, if you're running PHP 4.1.1, try to upgrade or downgrade... it may work!
 
[5.5] In Internet Explorer 5.0, I get JavaScript errors when browsing my rows.
 
Upgrade to at least Internet Explorer 5.5 SP2.
 
[5.6] In Internet Explorer 5.0, 5.5 or 6.0, I get an error (like "Page not
found") when trying to modify a row in a table with many fields, or with a text
field
 
Your table neither have a primary key nor an unique one, so we must use a long
URL to identify this row. There is a limit on the length of the URL in those
browsers, and this not happen in Netscape, for example. The workaround is to
create a primary or unique key, or use another browser.
 
[5.7] I refresh (reload) my browser, and come back to the welcome page.
 
Some browsers support right-clicking into the frame you want to refresh, just
do this in the right frame.
 
[5.8] With Mozilla 0.9.7 I have problems sending a query modified in the query
box.
 
Looks like a Mozilla bug: 0.9.6 was OK. We will keep an eye on future Mozilla
versions.
 
[5.9] With Mozilla 0.9.? to 1.0 and Netscape 7.0-PR1 I can't type a whitespace
in the SQL-Query edit area: the page scrolls down.
 
This is a Mozilla bug (see bug #26882 at BugZilla).
 
[5.10] With Netscape 4.75 I get empty rows between each row of data in a CSV
exported file.
 
This is a known Netscape 4.75 bug: it adds some line feeds when exporting data
in octet-stream mode. Since we can't detect the specific Netscape version, we
cannot workaround this bug.
 
[5.11] Extended-ASCII characters like German umlauts are displayed wrong.
 
Please ensure that you have set your browser's character set to the one of the
language file you have selected on phpMyAdmin's start page. Alternatively, you
can try the auto detection mode that is supported by the recent versions of the
most browsers.
 
[5.12] Apple OS X: Safari browser changes special characters to "?".
 
This issue has been reported by a OS X user, who adds that Chimera, Netscape
and Mozilla do not have this problem.
 
[5.13] With Internet Explorer 5.5 or 6, and HTTP authentication type, I cannot
manage two servers: I login to the first one, then the other one, but if I
switch back to the first, I have to login on each operation.
 
This is a bug in Internet Explorer, other browsers do not behave this way.
 
[5.14] Using Opera6, I can manage to get to the authentication, but nothing
happens after that, only a blank screen.
 
Having $cfg['QueryFrameJS'] set to TRUE, this leads to a bug in Opera6, because
it is not able to interpret frameset definitions written by JavaScript. Please
upgrade to Opera7 at least.
 
[5.15] I have display problems with Safari.
 
Please upgrade to at least version 1.2.3.
 
[5.16] With Internet Explorer, I get "Access is denied" Javascript errors. Or I
cannot make phpMyAdmin work under Windows.
 
Please check the following points:
 
* Maybe you have defined your PmaAbsoluteUri setting in config.inc.php to an
IP address and you are starting phpMyAdmin with a URL containing a domain
name, or the reverse situation.
* Security settings in IE and/or Microsoft Security Center are too high, thus
blocking scripts execution.
* The Windows Firewall is blocking Apache and MySQL. You must allow http
ports (80 or 443) and MySQL port (usually 3306) in the "in" and "out"
directions.
 
[5.17] With Firefox, I cannot delete rows of data or drop a database.
 
Many users have confirmed that the Tabbrowser Extensions plugin they installed
in their Firefox is causing the problem.
 
 
[6. Using phpMyAdmin]
 
[6.1] I can't insert new rows into a table / I can't create a table - MySQL
brings up a SQL-error.
 
Examine the SQL error with care. Often the problem is caused by specifying a
wrong field-type.
Common errors include:
 
* Using VARCHAR without a size argument
* Using TEXT or BLOB with a size argument
 
Also, look at the syntax chapter in the MySQL manual to confirm that your
syntax is correct.
 
[6.2] When I create a table, I click the Index checkbox for 2 fields and
phpMyAdmin generates only one index with those 2 fields.
 
In phpMyAdmin 2.2.0 and 2.2.1, this is the way to create a multi-fields index.
If you want two indexes, create the first one when creating the table, save,
then display the table properties and click the Index link to create the other
index.
 
[6.3] How can I insert a null value into my table?
 
Since version 2.2.3, you have a checkbox for each field that can be null.
Before 2.2.3, you had to enter "null", without the quotes, as the field's
value. Since version 2.5.5, you have to use the checkbox to get a real NULL
value, so if you enter "NULL" this means you want a literal NULL in the field,
and not a NULL value (this works in PHP4).
 
[6.4] How can I backup my database or table?
 
Click on a database or table name in the left frame, the properties will be
displayed. Then on the menu, click "Export", you can dump the structure, the
data, or both. This will generate standard SQL statements that can be used to
recreate your database/table.
 
You will need to choose "Save as file", so that phpMyAdmin can transmit the
resulting dump to your station. Depending on your PHP configuration, you will
see options to compress the dump. See also the $cfg['ExecTimeLimit']
configuration variable.
 
For additional help on this subject, look for the word "dump" in this document.
 
[6.5] How can I restore (upload) my database or table using a dump? How can I
run a ".sql" file?
 
Click on a database name in the left frame, the properties will be displayed.
Select "Import" from the list of tabs in the right?hand frame (or "SQL" if your
phpMyAdmin version is older than 2.7.0). In the "Location of the text file"
section, type in the path to your dump filename, or use the Browse button. Then
click Go.
 
With version 2.7.0, the import engine has been re?written, if possible it is
suggested that you upgrade to take advantage of the new features.
 
For additional help on this subject, look for the word "upload" in this
document.
 
[6.6] How can I use the relation table in Query-by-example?
 
Here is an example with the tables persons, towns and countries, all located in
the database mydb. If you don't have a pma_relation table, create it as
explained in the configuration section. Then create the example tables:
 
CREATE TABLE REL_countries (
country_code char(1) NOT NULL default '',
description varchar(10) NOT NULL default '',
PRIMARY KEY (country_code)
) TYPE=MyISAM;
 
INSERT INTO REL_countries VALUES ('C', 'Canada');
 
CREATE TABLE REL_persons (
id tinyint(4) NOT NULL auto_increment,
person_name varchar(32) NOT NULL default '',
town_code varchar(5) default '0',
country_code char(1) NOT NULL default '',
PRIMARY KEY (id)
) TYPE=MyISAM;
 
INSERT INTO REL_persons VALUES (11, 'Marc', 'S', '');
INSERT INTO REL_persons VALUES (15, 'Paul', 'S', 'C');
 
CREATE TABLE REL_towns (
town_code varchar(5) NOT NULL default '0',
description varchar(30) NOT NULL default '',
PRIMARY KEY (town_code)
) TYPE=MyISAM;
 
INSERT INTO REL_towns VALUES ('S', 'Sherbrooke');
INSERT INTO REL_towns VALUES ('M', 'Montre'al');
 
To setup appropriate links and display information:
 
* on table "REL_persons" click Structure, then Relation view
* in Links, for "town_code" choose "REL_towns->code"
* in Links, for "country_code" choose "REL_countries->country_code"
* on table "REL_towns" click Structure, then Relation view
* in "Choose field to display", choose "description"
* repeat the two previous steps for table "REL_countries"
 
Then test like this:
 
* Click on your db name in the left frame
* Choose "Query"
* Use tables: persons, towns, countries
* Click "Update query"
* In the fields row, choose persons.person_name and click the "Show" tickbox
* Do the same for towns.description and countries.descriptions in the other 2
columns
* Click "Update query" and you will see in the query box that the correct
joins have been generated
* Click "Submit query"
 
[6.7] How can I use the "display field" feature?
 
Starting from the previous example, create the pma_table_info as explained in
the configuration section, then browse your persons table, and move the mouse
over a town code or country code.
 
See also FAQ 6.21 for an additional feature that "display field" enables:
drop-down list of possible values.
 
[6.8] How can I produce a PDF schema of my database?
 
First the configuration variables "relation", "table_coords" and "pdf_pages"
have to be filled in.
 
Then you need to think about your schema layout. Which tables will go on which
pages?
 
* Select your database in the left frame.
* Choose "Operations" in the navigation bar at the top.
* Choose "Edit PDF Pages" near the bottom of the page.
* Enter a name for the first PDF page and click Go. If you like, you can use
the "automatic layout," which will put all your linked tables onto the new
page.
* Select the name of the new page (making sure the Edit radio button is
selected) and click Go.
* Select a table from the list, enter its coordinates and click Save.
Coordinates are relative; your diagram will be automatically scaled to fit
the page. When initially placing tables on the page, just pick any
coordinates -- say, 50x50. After clicking Save, you can then use the
graphical editor to position the element correctly.
* When you'd like to look at your PDF, first be sure to click the Save button
beneath the list of tables and coordinates, to save any changes you made
there. Then scroll all the way down, select the PDF options you want, and
click Go.
* Internet Explorer for Windows may suggest an incorrect filename when you
try to save a generated PDF. When saving a generated PDF, be sure that the
filename ends in ".pdf", for example "schema.pdf". Browsers on other
operating systems, and other browsers on Windows, do not have this problem.
 
[6.9] phpMyAdmin is changing the type of one of my columns!
 
No, it's MySQL that is doing silent column type changing.
 
[6.10] When creating a privilege, what happens with underscores in the database
name?
 
If you do not put a backslash before the underscore, this is a wildcard grant,
and the underscore means "any character". So, if the database name is
"john_db", the user would get rights to john1db, john2db...
 
If you put a backslash before the underscore, it means that the database name
will have a real underscore.
 
[6.11] What is the curious symbol o/ in the statistics pages?
 
It means "average".
 
[6.12] I want to understand some Export options.
 
Structure:
 
* "Add DROP TABLE" will add a line telling MySQL to drop the table, if it
already exists during the import. It does NOT drop the table after your
export, it only affects the import file.
* "If Not Exists" will only create the table if it doesn't exist. Otherwise,
you may get an error if the table name exists but has a different
structure.
* "Add AUTO_INCREMENT value" ensures that AUTO_INCREMENT value (if any) will
be included in backup.
* "Enclose table and field names with backquotes" ensures that field and
table names formed with special characters are protected.
* "Add into comments" includes column comments, relations, and MIME types set
in the pmadb in the dump as SQL comments (/* xxx */).
 
Data:
 
* "Complete inserts" adds the column names on every INSERT command, for
better documentation (but resulting file is bigger).
* "Extended inserts" provides a shorter dump file by using only once the
INSERT verb and the table name.
* "Delayed inserts" are best explained in the MySQL manual.
* "Ignore inserts" treats errors as a warning instead. Again, more info is
provided in the MySQL manual, but basically with this selected, invalid
values are adjusted and inserted rather than causing the entire statement
to fail.
 
[6.13] I would like to create a database with a dot in its name.
 
This is a bad idea, because in MySQL the syntax "database.table" is the normal
way to reference a database and table name. Worse, MySQL will usually let you
create a database with a dot, but then you cannot work with it, nor delete it.
 
[6.14] How do I set up the SQL Validator?
 
To use it, you need a very recent version of PHP, 4.3.0 recommended, with XML,
PCRE and PEAR support. On your system command line, run "pear install
Net_Socket Net_URL HTTP_Request Mail_Mime Net_DIME SOAP" to get the necessary
PEAR modules for usage.
On a more recent pear version, I had problems with the state of Net_DIME being
beta, so this single command "pear -d preferred_state=beta install -a SOAP"
installed all the needed modules.
If you use the Validator, you should be aware that any SQL statement you submit
will be stored anonymously (database/table/column names, strings, numbers
replaced with generic values). The Mimer SQL Validator itself, is (C) 2001
Upright Database Technology. We utilize it as free SOAP service.
 
[6.15] I want to add a BLOB field and put an index on it, but MySQL says "BLOB
column '...' used in key specification without a key length".
 
The right way to do this, is to create the field without any indexes, then
display the table structure and use the "Create an index" dialog. On this page,
you will be able to choose your BLOB field, and set a size to the index, which
is the condition to create an index on a BLOB field.
 
[6.16] How can I simply move in page with plenty editing fields?
 
You can use Ctrl+arrows (Option+Arrows in Safari) for moving on most pages with
many editing fields (table structure changes, row editing, etc.) (must be
enabled in configuration - see. $cfg['CtrlArrowsMoving']). You can also have a
look at the directive $cfg['DefaultPropDisplay'] ('vertical') and see if this
eases up editing for you.
 
[6.17] Transformations: I can't enter my own mimetype! WTF is this feature then
useful for?
 
Slow down :). Defining mimetypes is of no use, if you can't put transformations
on them. Otherwise you could just put a comment on the field. Because entering
your own mimetype will cause serious syntax checking issues and validation,
this introduces a high-risk false-user-input situation. Instead you have to
initialize mimetypes using functions or empty mimetype definitions.
Plus, you have a whole overview of available mimetypes. Who knows all those
mimetypes by heart so he/she can enter it at will?
 
[6.18] Bookmarks: Where can I store bookmarks? Why can't I see any bookmarks
below the query box? What is this variable for?
 
Any query you have executed can be stored as a bookmark on the page where the
results are displayed. You will find a button labeled 'Bookmark this query'
just at the end of the page.
As soon as you have stored a bookmark, it is related to the database you run
the query on. You can now access a bookmark dropdown on each page, the query
box appears on for that database.
 
Since phpMyAdmin 2.5.0 you are also able to store variables for the bookmarks.
Just use the string /*[VARIABLE]*/ anywhere in your query. Everything which is
put into the value input box on the query box page will replace the string "/*
[VARIABLE]*/" in your stored query. Just be aware of that you HAVE to create a
valid query, otherwise your query won't be even able to be stored in the
database.
Also remember, that everything else inside the /*[VARIABLE]*/ string for your
query will remain the way it is, but will be stripped of the /**/ chars. So you
can use:
 
/*, [VARIABLE] AS myname */
 
which will be expanded to
 
, VARIABLE as myname
 
in your query, where VARIABLE is the string you entered in the input box. If an
empty string is provided, no replacements are made.
 
A more complex example. Say you have stored this query:
 
SELECT Name, Address FROM addresses WHERE 1 /* AND Name LIKE '%[VARIABLE]%' */
 
Say, you now enter "phpMyAdmin" as the variable for the stored query, the full
query will be:
 
SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%'
 
You can use multiple occurrences of /*[VARIABLE]*/ in a single query.
NOTE THE ABSENCE OF SPACES inside the "/**/" construct. Any spaces inserted
there will be later also inserted as spaces in your query and may lead to
unexpected results especially when using the variable expansion inside of a
"LIKE ''" expression.
Your initial query which is going to be stored as a bookmark has to yield at
least one result row so you can store the bookmark. You may have that to work
around using well positioned "/**/" comments.
 
[6.19] How can I create simple LaTeX document to include exported table?
 
You can simply include table in your LaTeX documents, minimal sample document
should look like following one (assuming you have table exported in file
table.tex):
 
\documentclass{article} % or any class you want
\usepackage{longtable} % for displaying table
\begin{document} % start of document
\include{table} % including exported table
\end{document} % end of document
 
[6.20] In MySQL 4, I see a lot of databases which are not mine, and cannot
access them.
 
Upgrading to MySQL 4 usually gives users those global privileges: CREATE
TEMPORARY TABLES, SHOW DATABASES, LOCK TABLES. Those privileges also enable
users to see all the database names. See this bug report.
 
So if your users do not need those privileges, you can remove them and their
databases list will shorten.
 
[6.21] In edit/insert mode, how can I see a list of possible values for a
field, based on some foreign table?
 
You have to setup appropriate links between the tables, and also setup the
"display field" in the foreign table. See FAQ 6.6 for an example. Then, if
there are 200 values or less in the foreign table, a drop-down list of values
will be available. You will see two lists of values, the first list containing
the key and the display field, the second list containing the display field and
the key. The reason for this is to be able to type the first letter of either
the key or the display field.
 
For 200 values or more, a distinct window will appear, to browse foreign key
values and choose one.
 
[6.22] Bookmarks: Can I execute a default bookmark automatically when entering
Browse mode for a table?
 
Yes. If a bookmark has the same label as a table name, it will be executed.
 
[6.23] Export: I heard phpMyAdmin can export Microsoft Excel files, how can I
enable that?
 
Current version does support direct export to Microsoft Excel and Word versions
2000 and newer. If you need export older versions, you can use CSV suitable for
Microsoft Excel, which works out of the box or you can try native experimental
MS Excel exporter. This export has several problems, most important are
limitation of cell content to 255 chars and no support for charsets, so think
carefully whether you want to enable this.. For enabling this you need to set
$cfg['TempDir'] to place where web server user can write (for example './tmp')
and install PEAR module Spreadsheet_Excel_Writer into php include path. The
installation can be done by following command:
 
pear -d preferred_state=beta install -a Spreadsheet_Excel_Writer
 
First part of switches set we want to install beta version of that module (no
stable version available yet) and then we tell pear we want to satisfy
dependencies.
 
If you are running in PHP safe mode, you will have to set in php.ini the
safe_mode_include_dir to the directory where your PEAR modules are located, for
example:
 
safe_mode_include_dir = /usr/local/lib/php
 
To create the temporary directory on a UNIX-based system, you can do:
 
cd phpMyAdmin
mkdir tmp
chmod o+rwx tmp
 
[6.24] Now that phpMyAdmin supports native MySQL 4.1.x column comments, what
happens to my column comments stored in pmadb?
 
Automatic migration of a table's pmadb-style column comments to the native ones
is done whenever you enter Structure page for this table.
 
 
[7. phpMyAdmin project]
 
[7.1] I have found a bug. How do I inform developers?
 
Our Bug Tracker is located at http://sourceforge.net/projects/phpmyadmin/ under
the Bugs section.
 
But please first discuss your bug with other users:
http://sourceforge.net/projects/phpmyadmin/ (and choose Forums)
 
[7.2] I want to translate the messages to a new language or upgrade an existing
language, where do I start?
 
Always use the current CVS version of your language file. For a new language,
start from english-iso-8859-1.inc.php. If you don't know how to get the CVS
version, please ask one of the developers.
Please note that we try not to use HTML entities like &eacute; in the
translations, since we define the right character set in the file. With HTML
entities, the text on JavaScript messages would not display correctly. However
there are some entities that need to be there, for quotes ,non-breakable
spaces, ampersands, less than, greater than.
You can then put your translations, as a zip file to avoid losing special
characters, on the sourceforge.net translation tracker.
It would be a good idea to subscribe to the phpmyadmin-translators mailing
list, because this is where we ask for translations of new messages.
 
[7.3] I would like to help out with the development of phpMyAdmin. How should I
proceed?
 
The following method is preferred for new developers:
 
1. fetch the current CVS tree over anonymous CVS:
cvs -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/phpmyadmin
login
[Password: simply press the Enter key]
cvs -z3 -d:pserver:anonymous@phpmyadmin.cvs.sourceforge.net:/cvsroot/
phpmyadmin checkout phpMyAdmin
[This will create a new sub-directory named phpMyAdmin]
2. add your stuff
3. put the modified files (tar'ed and gzip'ed) inside the patch tracker of the
phpMyAdmin SourceForge account.
 
Write access to the CVS tree is granted only to experienced developers who have
already contributed something useful to phpMyAdmin.
Also, have a look at the Developers section.
 
 
[8. Security ]
 
[8.1] Security alert, dated 2003-06-18.
 
Last update of this FAQ: 2003-07-22.
 
The phpMyAdmin development team received notice of this security alert: http://
www.securityfocus.com/archive/1/325641.
 
The team regrets that the author did not communicate with us before sending
this alert. However, here is our current reply to the points mentioned:
 
* "Directory transversal attack"
 
This problem had been fixed in version 2.5.0, even if the author reports
the 2.5.2 development version as vulnerable, which we could not reproduce.
 
* "Remote local file retrieving"
 
This is a misleading title, as the author tells in his text: "Note that you
can't request files ( only dirs )".
 
* "Remote internal directory listing"
 
It was possible to retrieve the list of phpMyAdmin's directory (which we
doubt can cause any damage), but we fixed this in the 2.5.2 version.
 
* "XSS and Path disclosures"
 
Most of the XSS problems have been fixed in version 2.5.0. The rest have
been fixed in the 2.5.2 version.
 
We believe that the Path disclosures problems have also been fixed in
version 2.5.2.
 
* "Information encoding weakness"
 
We believe that an exploit for this weakness would be difficult to achieve.
However version 2.5.2 now encrypts the password with the well-known
blowfish algorithm.
 
 
[8.2] Security alert, dated 2004-06-29.
 
Last update of this FAQ: 2004-06-30.
 
The phpMyAdmin development team received notice of this security alert: http://
securityfocus.com/archive/1/367486/2004-06-26/2004-07-02/0
 
We would like to put emphasis on the disappointment we feel when a bugreporter
does not contact the authors of a software first, before posting any exploits.
The common way to report this, is to give the developers a reasonable amount of
time to respond to an exploit before it is made public.
 
We acknowledge that phpMyAdmin versions 2.5.1 to 2.5.7 are vulnerable to this
problem, if each of the following conditions are met:
 
* The Web server hosting phpMyAdmin is not running in safe mode.
* In config.inc.php, $cfg['LeftFrameLight'] is set to FALSE (the default
value of this parameter is TRUE).
* There is no firewall blocking requests from the Web server to the attacking
host.
 
 
Version 2.5.7-pl1 was released with a fix for this vulnerability.
 
[8.3] About new security alerts
 
Please refer to http://www.phpmyadmin.net for the complete list of security
alerts.
 
 
Developers Information
 
phpMyAdmin is Open Source, so you're invited to contribute to it. Many great
features have been written by other people and you too can help to make
phpMyAdmin a useful tool.
 
If you're planning to contribute source, please read the following information:
 
* All files include libraries/header.inc.php (layout),. libraries/
common.lib.php (common functions) and config.inc.php.
Only configuration data should go in config.inc.php. Please keep it free
from other code.
Commonly used functions should be added to libraries/common.lib.php and
more specific ones may be added within a library stored into the libraries
sub-directory.
* Obviously, you're free to use whatever coding style you want. But please
try to keep your code as simple as possible: beginners are using phpMyAdmin
as an example application.
As far as possible, we want the scripts to be XHTML1.0 and CSS2 compliant
on one hand, they fit the PEAR coding standards on the other hand. Please
pay attention to this.
* Please try to keep up the file-naming conventions. Table-related stuff goes
to tbl_*.php, db-related code to db_*.php, server-related tools to
server_*.php and so on.
* Please don't use verbose strings in your code, instead add the string (at
least) to english-iso-8859-1.inc.php and print() it out.
* If you want to be really helpful, write an entry for the ChangeLog.
* The DBG extension (PHP Debugger DBG) is now supported by phpMyAdmin for
developers to better debug and profile their code.
Please see the $cfg['DBG']* configuration options for more information.
This is in memoriam of the Space Shuttle Columbia (STS-107) which was lost
during its re-entry into Earth's atmosphere and in memory of the brave men
and women who gave their lives for the people of Earth.
 
 
Credits
 
 
phpMyAdmin - Credits
====================
 
CREDITS, in chronological order
-------------------------------
 
- Tobias Ratschiller <tobias_at_ratschiller.com>
* creator of the phpmyadmin project
* maintainer from 1998 to summer 2000
 
- Marc Delisle <Marc.Delisle_at_cegepsherbrooke.qc.ca>
* multi-language version
* various fixes and improvements
* SQL analyser (most of it)
* current project maintainer
 
- Olivier Mu:ller <om_at_omnis.ch>
* started SourceForge phpMyAdmin project in March 2001
* sync'ed different existing CVS trees with new features and bugfixes
* multi-language improvements, dynamic language selection
* current project maintainer
* many bugfixes and improvements
 
- Loi:c Chapeaux <lolo_at_phpheaven.net>
* rewrote and optimized javascript, DHTML and DOM stuff
* rewrote the scripts so they fit the PEAR coding standards and
generate XHTML1.0 and CSS2 compliant codes
* improved the language detection system
* many bugfixes and improvements
 
- Robin Johnson <robbat2_at_users.sourceforge.net>
* database maintenance controls
* table type code
* Host authentication IP Allow/Deny
* DB-based configuration (Not completed)
* SQL parser and pretty-printer
* SQL validator
* many bugfixes and improvements
 
- Armel Fauveau <armel.fauveau_at_globalis-ms.com>
* bookmarks feature
* multiple dump feature
* gzip dump feature
* zip dump feature
 
- Geert Lund <glund_at_silversoft.dk>
* various fixes
* moderator of the phpMyAdmin former users forum at phpwizard.net
 
- Korakot Chaovavanich <korakot_at_iname.com>
* "insert as new row" feature
 
- Pete Kelly <webmaster_at_trafficg.com>
* rewrote and fix dump code
* bugfixes
 
- Steve Alberty <alberty_at_neptunlabs.de>
* rewrote dump code for PHP4
* mySQL table statistics
* bugfixes
 
- Benjamin Gandon <gandon_at_isia.cma.fr>
* main author of the version 2.1.0.1
* bugfixes
 
- Alexander M. Turek <me_at_derrabus.de>
* MySQL 4.0 / 4.1 / 5.0 compatibility
* abstract database interface (PMA_DBI) with MySQLi support
* privileges administration
* XML exports
* various features and fixes
* German language file updates
 
- Mike Beck <mike.beck_at_web.de>
* automatic joins in QBE
* links column in printview
* Relation view
 
- Michal ?iha? <michal_at_cihar.com>
* enhanced index creation/display feature
* feature to use a different charset for HTML than for MySQL
* improvements of export feature
* various features and fixes
* Czech language file updates
 
- Christophe Gesche' from the "MySQL Form Generator for PHPMyAdmin"
(http://sourceforge.net/projects/phpmysqlformgen/)
* suggested the patch for multiple table printviews
 
- Garvin Hicking <me_at_supergarv.de>
* built the patch for vertical display of table rows
* built the Javascript based Query window + SQL history
* Improvement of column/db comments
* (MIME)-Transformations for columns
* Use custom alias names for Databases in left frame
* hierarchical/nested table display
* PDF-scratchboard for WYSIWYG-distribution of PDF relations
* new icon sets
* vertical display of column properties page
* some bugfixes, features, support, German language additions
 
- Yukihiro Kawada <kawada_at_den.fujifilm.co.jp>
* japanese kanji encoding conversion feature
 
- Piotr Roszatycki <d3xter_at_users.sourceforge.net> and Dan Wilson
* the Cookie authentication mode
 
- Axel Sander <n8falke_at_users.sourceforge.net>
* table relation-links feature
 
- Maxime Delorme <delorme.maxime_at_free.fr>
* PDF schema output, thanks also to Olivier Plathey for the
"FPDF" library (see http://www.fpdf.org/) and Steven Wittens
for the "UFPDF" library (see http://www.acko.net/node/56).
 
- Olof Edlund <olof.edlund_at_upright.se>
* SQL validator server
 
- Ivan R. Lanin <ivanlanin_at_users.sourceforge.net>
* phpMyAdmin logo (until June 2004)
 
- Mike Cochrane <mike_at_graftonhall.co.nz>
* blowfish library from the Horde project
 
- Marcel Tschopp <ne0x_at_users.sourceforge.net>
* mysqli support
* many bugfixes and improvements
 
- Michael Keck <mkkeck_at_users.sourceforge.net>
* redesign for 2.6.0
* phpMyAdmin sailboat logo (June 2004)
 
- Mathias Landha:usser
* Representation at conferences
 
- Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
* interface improvements
* various bugfixes
 
And also to the following people who have contributed minor changes,
enhancements, bugfixes or support for a new language since version 2.1.0:
 
Bora Alioglu, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita,
Pe'ter Bakondy, Borges Botelho, Olivier Bussier, Neil Darlow,
Mats Engstrom, Ian Davidson, Laurent Dhima, Kristof Hamann, Thomas Kla:ger,
Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, Andreas Pauley,
Bernard M. Piller, Laurent Haas, "Sakamoto", Yuval Sarna,
www.securereality.com.au, Alexis Soulard, Alvar Soome, Siu Sun, Peter Svec,
Michael Tacelosky, Rachim Tamsjadi, Kositer Uros,
Lui's V., Martijn W. van der Lee,
Algis Vainauskas, Daniel Villanueva, Vinay, Ignacio Vazquez-Abrams, Chee Wai,
Jakub Wilk, Thomas Michael Winningham, Vilius Zigmantas, "Manuzhai".
 
 
Original Credits of Version 2.1.0
---------------------------------
 
This work is based on Peter Kuppelwieser's MySQL-Webadmin. It was his idea
to create a web-based interface to MySQL using PHP3. Although I have not
used any of his source-code, there are some concepts I've borrowed from
him. phpMyAdmin was created because Peter told me he wasn't going to
further develop his (great) tool.
Thanks go to
- Amalesh Kempf <ak-lsml_at_living-source.com> who contributed the
code for the check when dropping a table or database. He also suggested
that you should be able to specify the primary key on tbl_create.php3. To
version 1.1.1 he contributed the ldi_*.php3-set (Import text-files) as
well as a bug-report. Plus many smaller improvements.
- Jan Legenhausen <jan_at_nrw.net>: He made many of the changes that
were introduced in 1.3.0 (including quite significant ones like the
authentication). For 1.4.1 he enhanced the table-dump feature. Plus
bug-fixes and help.
- Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca> made phpMyAdmin
language-independent by outsourcing the strings to a separate file. He
also contributed the French translation.
- Alexandr Bravo <abravo_at_hq.admiral.ru> who contributed
tbl_select.php3, a feature to display only some fields from a table.
- Chris Jackson <chrisj_at_ctel.net> added support for MySQL
functions in tbl_change.php3. He also added the
"Query by Example" feature in 2.0.
- Dave Walton <walton_at_nordicdms.com> added support for multiple
servers and is a regular contributor for bug-fixes.
- Gabriel Ash <ga244_at_is8.nyu.edu> contributed the random access
features for 2.0.6.
The following people have contributed minor changes, enhancements, bugfixes
or support for a new language:
Jim Kraai, Jordi Bruguera, Miquel Obrador, Geert Lund, Thomas Kleemann,
Alexander Leidinger, Kiko Albiol, Daniel C. Chao, Pavel Piankov,
Sascha Kettler, Joe Pruett, Renato Lins, Mark Kronsbein, Jannis Hermanns,
G. Wieggers.
 
And thanks to everyone else who sent me email with suggestions, bug-reports
and or just some feedback.
 
 
Valid XHTML 1.0! Valid CSS!
 
/Web/Maintenance/phpMyAdmin/INSTALL
0,0 → 1,9
$Id: INSTALL,v 2.0 2003/11/18 15:20:36 nijel Exp $
 
phpMyAdmin - Installation
-------------------------
 
Please have a look to the Documentation.txt or
Documentation.html files.
 
 
/Web/Maintenance/phpMyAdmin/LICENSE
0,0 → 1,340
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
 
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
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
 
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
 
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
 
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
 
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
 
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
 
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
 
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
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
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
 
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
 
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
 
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
 
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
 
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
 
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
 
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
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
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
 
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
 
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
 
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
 
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
 
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
 
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
 
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
 
If distribution of executable or object code is made by offering
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
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
 
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
 
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
 
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
 
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
 
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
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
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
 
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
 
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
 
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
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
 
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
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
 
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
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
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.
/Web/Maintenance/phpMyAdmin/README
0,0 → 1,74
$Id: README,v 2.40.2.8.2.4 2006/08/22 17:08:08 lem9 Exp $
 
phpMyAdmin - Readme
===================
 
A set of PHP-scripts to manage MySQL over the web.
 
Version 2.8.2.4
---------------
http://www.phpmyadmin.net/
 
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
Copyright (C) 2001-2006 Marc Delisle <DelislMa_at_CollegeSherbrooke.qc.ca>
Olivier Müller <om_at_omnis.ch>
Robin Johnson <robbat2_at_users.sourceforge.net>
Alexander M. Turek <me_at_derrabus.de>
Michal Cihar <michal_at_cihar.com>
Garvin Hicking <me_at_supergarv.de>
Michael Keck <mkkeck_at_users.sourceforge.net>
Sebastian Mendel <cybot_tm_at_users.sourceforge.net>
[check Documentation.txt/.html file for more details]
 
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.
 
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
 
Requirements:
php 4.1.0 or later
MySQL 3.23.32 or later
a web-browser (doh!)
 
Summary:
phpMyAdmin is intended to handle the administration of MySQL over the web.
For a summary of features, please see the Documentation.txt/.html file.
 
Download:
You can get the newest version at http://www.phpmyadmin.net/.
 
Credits:
Please see the Documentation.txt/.html file.
 
Installation:
Please see the Documentation.txt/.html file.
 
ChangeLog:
Now in ChangeLog
 
Documentation:
Basic documentation available in Documentation.txt/.html
 
Support:
See reference about support forums under http://www.phpmyadmin.net/
 
 
Enjoy!
The phpMyAdmin Devel team
 
 
PS: Please, don't send us emails with question like "How do I compile
PHP with MySQL-support". We just don't have the time to be your
free helpdesk.
Please send your questions to the appropriate mailinglists / forums.
Before contacting us, please read the Documentation.html (esp. the
FAQ part).
 
/Web/Maintenance/phpMyAdmin/RELEASE-DATE-2.8.2.4
0,0 → 1,0
Tue Aug 22 18:03:35 UTC 2006
/Web/Maintenance/phpMyAdmin/TODO
0,0 → 1,10
$Id: TODO,v 2.0 2003/11/18 15:20:37 nijel Exp $
 
phpMyAdmin - Todo
=================
 
We are currently using the Sourceforge Tracker as Todo list:
 
http://sourceforge.net/tracker/?atid=377411&group_id=23067&func=browse
 
-- swix/20010704
/Web/Maintenance/phpMyAdmin/browse_foreigners.php
0,0 → 1,309
<?php
/* $Id: browse_foreigners.php,v 2.28 2005/12/11 20:20:14 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* display selection for relational field values
*/
 
/**
* Gets a core script and starts output buffering work
*/
require_once('./libraries/common.lib.php');
 
PMA_checkParameters(array('db', 'table', 'field'));
 
require_once('./libraries/ob.lib.php');
if ($cfg['OBGzip']) {
$ob_mode = PMA_outBufferModeGet();
if ($ob_mode) {
PMA_outBufferPre($ob_mode);
}
}
require_once('./libraries/header_http.inc.php');
$field = urldecode($field);
 
/**
* Displays the frame
*/
$per_page = 200;
require_once('./libraries/relation.lib.php'); // foreign keys
require_once('./libraries/transformations.lib.php'); // Transformations
$cfgRelation = PMA_getRelationsParam();
$foreigners = ($cfgRelation['relwork'] ? PMA_getForeigners($db, $table) : FALSE);
 
$override_total = TRUE;
 
if (!isset($pos)) {
$pos = 0;
}
 
$foreign_limit = 'LIMIT ' . $pos . ', ' . $per_page . ' ';
if (isset($foreign_navig) && $foreign_navig == $strShowAll) {
unset($foreign_limit);
}
 
require('./libraries/get_foreign.lib.php');
 
if (isset($pk)) {
$pk_uri = '&amp;pk=' . urlencode($pk);
?>
<input type="hidden" name="pk" value="<?php echo urlencode($pk); ?>" />
<?php
} else {
$pk_uri = '';
}
 
$gotopage = '';
$showall = '';
 
if (isset($disp_row) && is_array($disp_row)) {
$count = count( $disp_row );
 
if ( $cfg['ShowAll'] && ($count > $per_page) ) {
$showall = '<input type="submit" name="foreign_navig" value="' . $strShowAll . '" />';
}
 
$session_max_rows = $per_page;
$pageNow = @floor($pos / $session_max_rows) + 1;
$nbTotalPage = @ceil($count / $session_max_rows);
 
if ( $count > $per_page ) {
$gotopage = PMA_pageselector(
'browse_foreigners.php?field=' . urlencode($field) .
'&amp;' . PMA_generate_common_url($db, $table)
. $pk_uri .
'&amp;fieldkey=' . (isset($fieldkey) ? $fieldkey : '') .
'&amp;foreign_filter=' . (isset($foreign_filter) ? htmlspecialchars($foreign_filter) : '') .
'&amp;',
$session_max_rows,
$pageNow,
$nbTotalPage
);
}
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $available_languages[$lang][2]; ?>"
lang="<?php echo $available_languages[$lang][2]; ?>"
dir="<?php echo $text_dir; ?>">
 
<head>
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<link rel="stylesheet" type="text/css"
href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&amp;js_frame=right" />
<script src="./js/functions.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript">
//<![CDATA[
self.focus();
function formupdate( field, key ) {
if (opener && opener.document && opener.document.insertForm) {
var field = 'field_' + field;
 
<?php if ( isset( $pk ) ) { ?>
var element_name = field + '[multi_edit][<?php echo urlencode( $pk ); ?>][]';
<?php } else { ?>
var element_name = field + '[]';
<?php } ?>
 
<?php if ( isset( $fieldkey ) ) { ?>
var element_name_alt = field + '[<?php echo $fieldkey; ?>]';
<?php } else { ?>
var element_name_alt = field + '[0]';
<?php } ?>
 
if (opener.document.insertForm.elements[element_name]) {
// Edit/Insert form
opener.document.insertForm.elements[element_name].value = key;
self.close();
return false;
} else if (opener.document.insertForm.elements[element_name_alt]) {
// Search form
opener.document.insertForm.elements[element_name_alt].value = key;
self.close();
return false;
}
}
 
alert('<?php echo PMA_jsFormat($strWindowNotFound); ?>');
}
//]]>
</script>
</head>
 
<body id="body_browse_foreigners">
 
<form action="browse_foreigners.php" method="post">
<fieldset>
<?php echo PMA_generate_common_hidden_inputs( $db, $table ); ?>
<input type="hidden" name="field" value="<?php echo urlencode($field); ?>" />
<input type="hidden" name="fieldkey"
value="<?php echo isset($fieldkey) ? $fieldkey : ''; ?>" />
<?php if ( isset( $pk ) ) { ?>
<input type="hidden" name="pk" value="<?php echo urlencode($pk); ?>" />
<?php } ?>
<span class="formelement">
<label for="input_foreign_filter"><?php echo $strSearch . ':'; ?></label>
<input type="text" name="foreign_filter" id="input_foreign_filter"
value="<?php echo isset($foreign_filter) ? htmlspecialchars($foreign_filter) : ''; ?>" />
<input type="submit" name="submit_foreign_filter" value="<?php echo $strGo;?>" />
</span>
<span class="formelement">
<?php echo $gotopage; ?>
</span>
<span class="formelement">
<?php echo $showall; ?>
</span>
</fieldset>
</form>
 
<table width="100%">
<?php
if (isset($disp_row) && is_array($disp_row)) {
$header = '<tr>
<th>' . $strKeyname . '</th>
<th>' . $strDescription . '</th>
<td width="20%"></td>
<th>' . $strDescription . '</th>
<th>' . $strKeyname . '</th>
</tr>';
 
echo '<thead>' . $header . '</thead>' . "\n"
.'<tfoot>' . $header . '</tfoot>' . "\n"
.'<tbody>' . "\n";
 
$values = array();
$keys = array();
foreach ( $disp_row as $relrow ) {
if ($foreign_display != FALSE) {
$values[] = $relrow[$foreign_display];
} else {
$values[] = '';
}
 
$keys[] = $relrow[$foreign_field];
}
 
asort( $keys );
 
$hcount = 0;
$odd_row = true;
$val_ordered_current_row = 0;
$val_ordered_current_equals_data = false;
$key_ordered_current_equals_data = false;
foreach ( $keys as $key_ordered_current_row => $value ) {
//for ( $i = 0; $i < $count; $i++ ) {
$hcount++;
 
if ($cfg['RepeatCells'] > 0 && $hcount > $cfg['RepeatCells']) {
echo $header;
$hcount = 0;
$odd_row = true;
}
 
$key_ordered_current_key = $keys[$key_ordered_current_row];
$key_ordered_current_val = $values[$key_ordered_current_row];
 
$val_ordered_current_key = $keys[$val_ordered_current_row];
$val_ordered_current_val = $values[$val_ordered_current_row];
 
$val_ordered_current_row++;
 
if (PMA_strlen( $val_ordered_current_val ) <= $cfg['LimitChars']) {
$val_ordered_current_val = htmlspecialchars($val_ordered_current_val);
$val_ordered_current_val_title = '';
} else {
$val_ordered_current_val_title =
htmlspecialchars( $val_ordered_current_val );
$val_ordered_current_val =
htmlspecialchars( PMA_substr( $val_ordered_current_val, 0,
$cfg['LimitChars'] ) . '...' );
}
if (PMA_strlen( $key_ordered_current_val ) <= $cfg['LimitChars']) {
$key_ordered_current_val = htmlspecialchars($key_ordered_current_val);
$key_ordered_current_val_title = '';
} else {
$key_ordered_current_val_title =
htmlspecialchars( $key_ordered_current_val );
$key_ordered_current_val =
htmlspecialchars( PMA_substr( $key_ordered_current_val, 0,
$cfg['LimitChars'] ) . '...' );
}
 
if ( ! empty( $data ) ) {
$val_ordered_current_equals_data = $val_ordered_current_key == $data;
$key_ordered_current_equals_data = $key_ordered_current_key == $data;
}
 
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<td nowrap="nowrap">
<?php
echo ($key_ordered_current_equals_data ? '<b>' : '')
.'<a href="#" title="' . $strUseThisValue
. ($key_ordered_current_val_title != '' ? ': ' . $key_ordered_current_val_title : '') . '"'
.' onclick="formupdate(\'' . md5($field) . '\', \''
. htmlspecialchars($key_ordered_current_key) . '\'); return false;">'
.htmlspecialchars($key_ordered_current_key) . '</a>' . ($key_ordered_current_equals_data ? '</b>' : '');
?></td>
<td>
<?php
echo ($key_ordered_current_equals_data ? '<b>' : '')
. '<a href="#" title="' . $strUseThisValue . ($key_ordered_current_val_title != '' ? ': '
. $key_ordered_current_val_title : '') . '" onclick="formupdate(\''
. md5($field) . '\', \'' . htmlspecialchars($key_ordered_current_key) . '\'); return false;">'
. $key_ordered_current_val . '</a>' . ($key_ordered_current_equals_data ? '</b>' : '');
?></td>
<td width="20%">
<img src="<?php echo $GLOBALS['pmaThemeImage'] . 'spacer.png'; ?>"
alt="" width="1" height="1"></td>
 
<td>
<?php
echo ($val_ordered_current_equals_data ? '<b>' : '')
. '<a href="#" title="' . $strUseThisValue . ($val_ordered_current_val_title != '' ? ': '
. $val_ordered_current_val_title : '') . '" onclick="formupdate(\'' . md5($field)
. '\', \'' . htmlspecialchars($val_ordered_current_key) . '\'); return false;">'
. $val_ordered_current_val . '</a>' . ($val_ordered_current_equals_data ? '</b>' : '');
?></td>
<td nowrap="nowrap">
<?php
echo ($val_ordered_current_equals_data ? '<b>' : '') . '<a href="#" title="'
. $strUseThisValue . ($val_ordered_current_val_title != '' ? ': ' . $val_ordered_current_val_title : '')
. '" onclick="formupdate(\'' . md5($field) . '\', \''
. htmlspecialchars($val_ordered_current_key) . '\'); return false;">' . htmlspecialchars($val_ordered_current_key)
. '</a>' . ($val_ordered_current_equals_data ? '</b>' : '');
?></td>
</tr>
<?php
} // end while
}
?>
</tbody>
</table>
 
</body>
</html>
 
<?php
/**
* Close MySql connections
*/
if (isset($controllink) && $controllink) {
@PMA_DBI_close($controllink);
}
if (isset($userlink) && $userlink) {
@PMA_DBI_close($userlink);
}
 
 
/**
* Sends bufferized data
*/
if (isset($cfg['OBGzip']) && $cfg['OBGzip']
&& isset($ob_mode) && $ob_mode) {
PMA_outBufferPost($ob_mode);
}
?>
/Web/Maintenance/phpMyAdmin/calendar.php
0,0 → 1,22
<?php
/* $Id: calendar.php,v 2.10 2005/12/04 23:14:41 nijel Exp $ */
 
require_once('./libraries/common.lib.php');
require_once('./libraries/header_http.inc.php');
$page_title = $strCalendar;
require('./libraries/header_meta_style.inc.php');
?>
<script type="text/javascript" language="javascript" src="./js/tbl_change.js"></script>
<script type="text/javascript" language="javascript">
//<![CDATA[
var month_names = new Array("<?php echo implode('","', $month); ?>");
var day_names = new Array("<?php echo implode('","', $day_of_week); ?>");
var submit_text = "<?php echo $strGo; ?>";
//]]>
</script>
</head>
<body onload="initCalendar();">
<div id="calendar_data"></div>
<div id="clock_data"></div>
</body>
</html>
/Web/Maintenance/phpMyAdmin/changelog.php
0,0 → 1,8
<?php
// Simple script to set correct charset for changelog
/* $Id: changelog.php,v 2.1 2004/06/24 09:24:46 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
header('Content-type: text/plain; charset=utf-8');
readfile('ChangeLog');
?>
/Web/Maintenance/phpMyAdmin/chk_rel.php
0,0 → 1,24
<?php
/* $Id: chk_rel.php,v 2.5 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/db_details_common.inc.php');
require_once('./libraries/relation.lib.php');
 
 
/**
* Gets the relation settings
*/
$cfgRelation = PMA_getRelationsParam(TRUE);
 
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/config.inc.php
0,0 → 1,822
<?php
 
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
 
/* $Id: config.default.php,v 1.8 2005/12/16 14:07:10 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* phpMyAdmin default configuration, you can copy values from here to your
* config.inc.php
*
* All directives are explained in Documentation.html
*/
 
 
/**
* Your phpMyAdmin URL.
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it. There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*/
$cfg['PmaAbsoluteUri'] = '';
 
/**
* Disable the default warning that is displayed on the DB Details Structure page if
* any of the required Tables for the relationfeatures could not be found
*/
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
 
/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
* at least one server configuration uses 'cookie' auth_type, enter here a
* passphrase that will be used by blowfish. The maximum length seems to be 46
* characters.
*/
$cfg['blowfish_secret'] = '';
 
/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use
// $cfg['Servers'][0]. You can disable a server config entry by setting host
// to ''. If you want more than one server, just copy following section
// (including $i incrementation) serveral times. There is no need to define
// full server array, just define values you need to change.
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = '321hehe'; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed in left frame
// It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['hide_db'] = ''; // Database name to be hidden from listings
$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
 
$cfg['Servers'][$i]['pmadb'] = ''; // Database used for Relation, Bookmark and PDF Features
// (see scripts/create_tables.sql)
// - leave blank for no support
// DEFAULT: 'phpmyadmin'
$cfg['Servers'][$i]['bookmarktable'] = ''; // Bookmark table
// - leave blank for no bookmark support
// DEFAULT: 'pma_bookmark'
$cfg['Servers'][$i]['relation'] = ''; // table to describe the relation between links (see doc)
// - leave blank for no relation-links support
// DEFAULT: 'pma_relation'
$cfg['Servers'][$i]['table_info'] = ''; // table to describe the display fields
// - leave blank for no display fields support
// DEFAULT: 'pma_table_info'
$cfg['Servers'][$i]['table_coords'] = ''; // table to describe the tables position for the PDF schema
// - leave blank for no PDF schema support
// DEFAULT: 'pma_table_coords'
$cfg['Servers'][$i]['pdf_pages'] = ''; // table to describe pages of relationpdf
// - leave blank if you don't want to use this
// DEFAULT: 'pma_pdf_pages'
$cfg['Servers'][$i]['column_info'] = ''; // table to store column information
// - leave blank for no column comments/mime types
// DEFAULT: 'pma_column_info'
$cfg['Servers'][$i]['history'] = ''; // table to store SQL history
// - leave blank for no SQL query history
// DEFAULT: 'pma_history'
$cfg['Servers'][$i]['verbose_check'] = TRUE; // set to FALSE if you know that your pma_* tables
// are up to date. This prevents compatibility
// checks and thereby increases performance.
$cfg['Servers'][$i]['AllowRoot'] = TRUE; // whether to allow root login
$cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order, leave blank to not use
= '';
$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
= array();
 
// If you have more than one server configured, you can set $cfg['ServerDefault']
// to any one of them to autoconnect to that server when phpMyAdmin is started,
// or set it to 0 to be given a list of servers without logging in
// If you have only one server configured, $cfg['ServerDefault'] *MUST* be
// set to that server.
$cfg['ServerDefault'] = 1; // Default server (0 = no default server)
 
/**
* Other core phpMyAdmin settings
*/
$cfg['OBGzip'] = 'auto'; // use GZIP output buffering if possible (TRUE|FALSE|'auto')
$cfg['PersistentConnections'] = FALSE; // use persistent connections to MySQL database
$cfg['ForceSSL'] = FALSE; // whether to force using https
$cfg['ExecTimeLimit'] = 300; // maximum execution time in seconds (0 for no limit)
$cfg['MemoryLimit'] = 0; // maximum allocated bytes (0 for no limit)
$cfg['SkipLockedTables'] = FALSE; // mark used tables, make possible to show
// locked tables (since MySQL 3.23.30)
$cfg['ShowSQL'] = TRUE; // show SQL queries as run
$cfg['AllowUserDropDatabase'] = FALSE; // show a 'Drop database' link to normal users
$cfg['Confirm'] = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE'
$cfg['LoginCookieRecall'] = TRUE; // recall previous login in cookie auth. mode or not
$cfg['LoginCookieValidity'] = 1800; // validity of cookie login (in seconds)
$cfg['UseDbSearch'] = TRUE; // whether to enable the "database search" feature
// or not
$cfg['IgnoreMultiSubmitErrors'] = FALSE; // if set to true, PMA continues computing multiple-statement queries
// even if one of the queries failed
$cfg['VerboseMultiSubmit'] = TRUE; // if set to true, PMA will show the affected rows of EACH statement on
// multiple-statement queries. See the libraries/import.php file for
// hardcoded defaults on how many queries a statement may contain!
$cfg['AllowArbitraryServer'] = FALSE; // allow login to any user entered server in cookie based auth
 
// Left frame setup
$cfg['LeftFrameLight'] = TRUE; // use a select-based menu and display only the
// current tables in the left frame.
$cfg['LeftFrameDBTree'] = TRUE; // turn the select-based light menu into a tree
$cfg['LeftFrameDBSeparator'] = '_'; // the separator to sub-tree the select-based light menu tree
$cfg['LeftFrameTableSeparator']= '__'; // Which string will be used to generate table prefixes
// to split/nest tables into multiple categories
$cfg['LeftFrameTableLevel'] = '1'; // How many sublevels should be displayed when splitting
// up tables by the above Separator
$cfg['ShowTooltip'] = TRUE; // display table comment as tooltip in left frame
$cfg['ShowTooltipAliasDB'] = FALSE; // if ShowToolTip is enabled, this defines that table/db comments
$cfg['ShowTooltipAliasTB'] = FALSE; // are shown (in the left menu and db_details_structure) instead of
// table/db names. Setting ShowTooltipAliasTB to 'nested' will only
// use the Aliases for nested descriptors, not the table itself.
 
$cfg['LeftDisplayLogo'] = TRUE; // display logo at top of left frame
$cfg['LeftDisplayServers'] = FALSE; // display server choice at top of left frame
$cfg['DisplayServersList'] = FALSE; // server choice as links
 
// In the main frame, at startup...
$cfg['ShowStats'] = TRUE; // allow to display statistics and space usage in
// the pages about database details and table
// properties
$cfg['ShowPhpInfo'] = FALSE; // information" and "change password" links for
$cfg['ShowChgPassword'] = FALSE; // simple users or not
$cfg['SuggestDBName'] = TRUE; // suggest a new DB name if possible (false = keep empty)
 
// In browse mode...
$cfg['ShowBlob'] = FALSE; // display blob field contents
$cfg['NavigationBarIconic'] = 'both'; // Use icons instead of text for the navigation bar buttons
// and on right panel top menu (server db table) (TRUE|FALSE|'both')
$cfg['ShowAll'] = FALSE; // allows to display all the rows
$cfg['MaxRows'] = 30; // maximum number of rows to display
$cfg['Order'] = 'ASC'; // default for 'ORDER BY' clause (valid
// values are 'ASC', 'DESC' or 'SMART' -ie
// descending order for fields of type
// TIME, DATE, DATETIME & TIMESTAMP,
// ascending order else-)
 
// In edit mode...
$cfg['ProtectBinary'] = 'blob'; // disallow editing of binary fields
// valid values are:
// FALSE allow editing
// 'blob' allow editing except for BLOB fields
// 'all' disallow editing
$cfg['ShowFunctionFields'] = TRUE; // Display the function fields in edit/insert mode
$cfg['CharEditing'] = 'input';
// Which editor should be used for CHAR/VARCHAR fields:
// input - allows limiting of input length
// textarea - allows newlines in fields
$cfg['InsertRows'] = 2; // How many rows can be inserted at one time
 
$cfg['ForeignKeyDropdownOrder'] = // Sort order for items in a foreign-key dropdown box.
array( 'content-id', 'id-content'); // 'content' is the referenced data, 'id' is the key value.
$cfg['ForeignKeyMaxLimit'] = 100; // A dropdown will be used if fewer items are present
 
 
// For the export features...
$cfg['ZipDump'] = TRUE; // Allow the use of zip/gzip/bzip
$cfg['GZipDump'] = TRUE; // compression for
$cfg['BZipDump'] = TRUE; // dump files
$cfg['CompressOnFly'] = TRUE; // Will compress gzip/bzip2 exports on
// fly without need for much memory.
// If you encounter problems with
// created gzip/bzip2 files disable
// this feature.
 
// Tabs display settings
$cfg['LightTabs'] = FALSE; // use graphically less intense menu tabs
$cfg['PropertiesIconic'] = TRUE; // Use icons instead of text for the table display of a database (TRUE|FALSE|'both')
$cfg['PropertiesNumColumns'] = 1; // How many columns should be used for table display of a database?
// (a value larger than 1 results in some information being hidden)
 
$cfg['DefaultTabServer'] = 'main.php';
// Possible values:
// 'main.php' = the welcome page
// (recommended for multiuser setups)
// 'server_databases.php' = list of databases
// 'server_status.php' = runtime information
// 'server_variables.php' = MySQL server variables
// 'server_privileges.php' = user management
// 'server_processlist.php' = process list
$cfg['DefaultTabDatabase'] = 'db_details_structure.php';
// Possible values:
// 'db_details_structure.php' = tables list
// 'db_details.php' = sql form
// 'db_search.php' = search query
// 'db_operations.php' = operations on database
$cfg['DefaultTabTable'] = 'tbl_properties_structure.php';
// Possible values:
// 'tbl_properties_structure.php' = fields list
// 'tbl_properties.php' = sql form
// 'tbl_select.php' = select page
// 'tbl_change.php' = insert row page
// 'sql.php' = browse page
 
/**
* Export defaults
*/
 
$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls/htmlexcel/htmlword
$cfg['Export']['compression'] = 'none'; // none/zip/gzip/bzip2
 
$cfg['Export']['asfile'] = FALSE;
$cfg['Export']['charset'] = '';
$cfg['Export']['onserver'] = FALSE;
$cfg['Export']['onserver_overwrite'] = FALSE;
$cfg['Export']['remember_file_template'] = TRUE;
$cfg['Export']['file_template_table'] = '__TABLE__';
$cfg['Export']['file_template_database'] = '__DB__';
$cfg['Export']['file_template_server'] = '__SERVER__';
 
$cfg['Export']['htmlexcel_columns'] = FALSE;
$cfg['Export']['htmlexcel_null'] = 'NULL';
 
$cfg['Export']['htmlword_structure'] = TRUE;
$cfg['Export']['htmlword_data'] = TRUE;
$cfg['Export']['htmlword_columns'] = FALSE;
$cfg['Export']['htmlword_null'] = 'NULL';
 
$cfg['Export']['xls_columns'] = FALSE;
$cfg['Export']['xls_null'] = 'NULL';
 
$cfg['Export']['csv_columns'] = FALSE;
$cfg['Export']['csv_null'] = 'NULL';
$cfg['Export']['csv_separator'] = ';';
$cfg['Export']['csv_enclosed'] = '&quot;';
$cfg['Export']['csv_escaped'] = '\\';
$cfg['Export']['csv_terminated'] = 'AUTO';
$cfg['Export']['excel_columns'] = FALSE;
$cfg['Export']['excel_null'] = 'NULL';
$cfg['Export']['excel_edition'] = 'win'; // win/mac
 
$cfg['Export']['latex_structure'] = TRUE;
$cfg['Export']['latex_data'] = TRUE;
$cfg['Export']['latex_columns'] = TRUE;
$cfg['Export']['latex_relation'] = TRUE;
$cfg['Export']['latex_comments'] = TRUE;
$cfg['Export']['latex_mime'] = TRUE;
$cfg['Export']['latex_null'] = '\textit{NULL}';
$cfg['Export']['latex_caption'] = TRUE;
$cfg['Export']['latex_data_label'] = 'tab:__TABLE__-data';
$cfg['Export']['latex_structure_label'] = 'tab:__TABLE__-structure';
 
$cfg['Export']['sql_structure'] = TRUE;
$cfg['Export']['sql_data'] = TRUE;
$cfg['Export']['sql_compat'] = 'NONE';
$cfg['Export']['sql_disable_fk'] = FALSE;
$cfg['Export']['sql_use_transaction'] = FALSE;
$cfg['Export']['sql_drop_database'] = FALSE;
$cfg['Export']['sql_drop_table'] = FALSE;
$cfg['Export']['sql_if_not_exists'] = FALSE;
$cfg['Export']['sql_auto_increment'] = TRUE;
$cfg['Export']['sql_backquotes'] = TRUE;
$cfg['Export']['sql_dates'] = FALSE;
$cfg['Export']['sql_relation'] = FALSE;
$cfg['Export']['sql_columns'] = TRUE;
$cfg['Export']['sql_delayed'] = FALSE;
$cfg['Export']['sql_ignore'] = FALSE;
$cfg['Export']['sql_hex_for_binary'] = TRUE;
$cfg['Export']['sql_type'] = 'insert'; // insert/update/replace
$cfg['Export']['sql_extended'] = TRUE;
$cfg['Export']['sql_max_query_size'] = 50000;
$cfg['Export']['sql_comments'] = FALSE;
$cfg['Export']['sql_mime'] = FALSE;
$cfg['Export']['sql_header_comment'] = ''; // \n is replaced by new line
 
$cfg['Export']['pdf_structure'] = FALSE;
$cfg['Export']['pdf_data'] = TRUE;
$cfg['Export']['pdf_report_title'] = '';
 
/**
* 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_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_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.
* See http://dev.mysql.com/doc/ for more information
* about MySQL manuals and their types.
*/
$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman';
 
/**
* Type of MySQL documentation:
* viewable - "viewable online", current one used on MySQL website
* searchable - "Searchable, with user comments"
* chapters - "HTML, one page per chapter"
* chapters_old - "HTML, one page per chapter", format used prior to MySQL 5.0 release
* big - "HTML, all on one page"
* old - old style used in phpMyAdmin 2.3.0 and sooner
* none - do not show documentation links
*/
$cfg['MySQLManualType'] = 'viewable';
 
 
/**
* PDF options
*/
$cfg['PDFPageSizes'] = array('A3', 'A4', 'A5', 'letter', 'legal');
$cfg['PDFDefaultPageSize'] = 'A4';
 
 
/**
* Language and charset conversion settings
*/
// Default language to use, if not browser-defined or user-defined
$cfg['DefaultLang'] = 'en-iso-8859-1';
 
// Default connection collation (used for MySQL >= 4.1)
$cfg['DefaultConnectionCollation'] = 'utf8_unicode_ci';
 
// Force: always use this language - must be defined in
// libraries/select_lang.lib.php
// $cfg['Lang'] = 'en-iso-8859-1';
 
// Regullar expression to limit listed languages, eg. '^(cs|en)' for Czech and
// English only
$cfg['FilterLanguages'] = '';
 
// Default charset to use for recoding of MySQL queries, does not take
// any effect when charsets recoding is switched off by
// $cfg['AllowAnywhereRecoding'] or in language file
// (see $cfg['AvailableCharsets'] to possible choices, you can add your own)
$cfg['DefaultCharset'] = 'iso-8859-1';
 
// Allow charset recoding of MySQL queries, must be also enabled in language
// file to make harder using other language files than unicode.
// Default value is FALSE to avoid problems on servers without the iconv
// extension and where dl() is not supported
$cfg['AllowAnywhereRecoding'] = FALSE;
 
// You can select here which functions will be used for charset conversion.
// Possible values are:
// auto - automatically use available one (first is tested iconv, then
// recode)
// iconv - use iconv or libiconv functions
// recode - use recode_string function
$cfg['RecodingEngine'] = 'auto';
 
// Specify some parameters for iconv used in charset conversion. See iconv
// documentation for details:
// http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html
$cfg['IconvExtraParams'] = '//TRANSLIT';
 
// Available charsets for MySQL conversion. currently contains all which could
// be found in lang/* files and few more.
// Charsets will be shown in same order as here listed, so if you frequently
// use some of these move them to the top.
$cfg['AvailableCharsets'] = array(
'iso-8859-1',
'iso-8859-2',
'iso-8859-3',
'iso-8859-4',
'iso-8859-5',
'iso-8859-6',
'iso-8859-7',
'iso-8859-8',
'iso-8859-9',
'iso-8859-10',
'iso-8859-11',
'iso-8859-12',
'iso-8859-13',
'iso-8859-14',
'iso-8859-15',
'windows-1250',
'windows-1251',
'windows-1252',
'windows-1256',
'windows-1257',
'koi8-r',
'big5',
'gb2312',
'utf-16',
'utf-8',
'utf-7',
'x-user-defined',
'euc-jp',
'ks_c_5601-1987',
'tis-620',
'SHIFT_JIS'
);
 
/**
* Customization & design
*
* The graphical settings are now located in themes/themename/layout.inc.php
*/
 
$cfg['LeftPointerEnable'] = TRUE; // enable the left panel pointer
// (used when LeftFrameLight is FALSE)
// see also LeftPointerColor
// in layout.inc.php
 
$cfg['BrowsePointerEnable'] = TRUE; // enable the browse pointer
// see also BrowsePointerColor
// in layout.inc.php
 
$cfg['BrowseMarkerEnable'] = TRUE; // enable the browse marker
// see also BrowseMarkerColor
// in layout.inc.php
 
$cfg['TextareaCols'] = 40; // textarea size (columns) in edit mode
// (this value will be emphasized (*2) for sql
// query textareas and (*1.25) for query window)
$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode
$cfg['LongtextDoubleTextarea'] = TRUE; // double size of textarea size for longtext fields
$cfg['TextareaAutoSelect'] = TRUE; // autoselect when clicking in the textarea of the querybox
$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR
$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR
$cfg['CtrlArrowsMoving'] = TRUE; // Enable Ctrl+Arrows moving between fields when editing?
$cfg['LimitChars'] = 50; // Max field data length in browse mode for all non-numeric fields
$cfg['ModifyDeleteAtLeft'] = TRUE; // show edit/delete links on left side of browse
// (or at the top with vertical browse)
$cfg['ModifyDeleteAtRight'] = FALSE; // show edit/delete links on right side of browse
// (or at the bottom with vertical browse)
$cfg['DefaultDisplay'] = 'horizontal'; // default display direction
// (horizontal|vertical|horizontalflipped)
$cfg['DefaultPropDisplay'] = 'horizontal'; // default display direction for altering/
// creating columns (tbl_properties)
// (horizontal|vertical)
 
$cfg['HeaderFlipType'] = 'css'; // table-header rotation via faking or css? (css|fake)
// NOTE: CSS only works in IE browsers!
$cfg['ShowBrowseComments'] = TRUE; // shows stored relation-comments in 'browse' mode.
$cfg['ShowPropertyComments']= TRUE; // shows stored relation-comments in 'table property' mode.
$cfg['RepeatCells'] = 100; // repeat header names every X cells? (0 = deactivate)
 
$cfg['EditInWindow'] = TRUE; // Set to TRUE if Edit link should open the query to edit in the query window (assuming Javascript is enabled), and to FALSE if we should edit in the right panel
$cfg['QueryWindowWidth'] = 550; // Width of Query window
$cfg['QueryWindowHeight'] = 310; // Height of Query window
$cfg['QueryHistoryDB'] = FALSE; // Set to TRUE if you want DB-based query history.
// If FALSE, this utilizes JS-routines to display
// query history (lost by window close)
$cfg['QueryWindowDefTab'] = 'sql'; // which tab to display in the querywindow on startup
// (sql|files|history|full)
$cfg['QueryHistoryMax'] = 25; // When using DB-based query history, how many entries
// should be kept?
$cfg['BrowseMIME'] = TRUE; // Use MIME-Types (stored in column comments table) for
$cfg['MaxExactCount'] = 20000; // When approximate count < this, PMA will get exact count for
// table rows.
$cfg['WYSIWYG-PDF'] = TRUE; // Utilize DHTML/JS capabilities to allow WYSIWYG editing of
// the PDF page editor. Requires an IE6/Mozilla based browser.
 
$cfg['NaturalOrder'] = TRUE; // Sort table and database in natural order
 
 
//-----------------------------------------------------------------------------
// custom-setup by mkkeck: 2004-05-04
// some specials for new icons and scrollings
// FIXME:
// 2004-05-08 rabus: We need to rearrange these variables.
 
$cfg['ShowHttpHostTitle'] = TRUE; // show HttpHost in browsers window title (true|false)?
$cfg['SetHttpHostTitle'] = ''; // if ShowHttpHostTitle=true, please set your host (server)
// or an other string, wich should be shown in browsers window title.
// If not set (or empty), the PMA will get your real Host-Adress.
 
$cfg['ErrorIconic'] = TRUE; // show some icons for warning, error and information messages (true|false)?
$cfg['MainPageIconic'] = TRUE; // show icons in list on main page and on menu tabs (true|false)?
$cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocu (true|false)?
 
// theme manager
$cfg['ThemePath'] = './themes'; // using themes manager please set up here the path to 'themes'
// else leave empty
$cfg['ThemeManager'] = TRUE; // if you want to use selectable themes and if ThemesPath not empty
// set it to true, else set it to false (default is false);
$cfg['ThemeDefault'] = 'original'; // set up default theme, if ThemePath not empty
// you can set up here an valid path to themes or 'original' for
// the original pma-theme
$cfg['ThemePerServer'] = FALSE; // allow diferent theme for each configured server
 
//-----------------------------------------------------------------------------
 
 
/**
* Default queries
* %d will be replaced by the database name.
* %t will be replaced by the table name.
* %f will be replaced by a list of field names.
* (%t and %f only applies to DefaultQueryTable)
*/
$cfg['DefaultQueryTable'] = 'SELECT * FROM %t WHERE 1';
$cfg['DefaultQueryDatabase'] = '';
 
/**
* SQL Query box settings
* These are the links display in all of the SQL Query boxes
*/
$cfg['SQLQuery']['Edit'] = TRUE; // Edit link to change a query
$cfg['SQLQuery']['Explain'] = TRUE; // EXPLAIN on SELECT queries
$cfg['SQLQuery']['ShowAsPHP'] = TRUE; // Wrap a query in PHP
$cfg['SQLQuery']['Validate'] = FALSE; // Validate a query (see $cfg['SQLValidator'] as well)
$cfg['SQLQuery']['Refresh'] = TRUE; // Refresh the results page
 
 
/**
* Webserver upload/save/import directories
*/
$cfg['UploadDir'] = ''; // Directory for uploaded files that can be executed by
// phpMyAdmin. For example './upload'. Leave empty for
// no upload directory support. Use %u for username
// inclusion.
$cfg['SaveDir'] = ''; // Directory where phpMyAdmin can save exported data on
// server. For example './save'. Leave empty for no save
// directory support. Use %u for username inclusion.
$cfg['docSQLDir'] = ''; // Directory for docSQL imports, phpMyAdmin can import
// docSQL files from that directory. For example
// './docSQL'. Leave empty for no docSQL import support.
$cfg['TempDir'] = ''; // Directory where phpMyAdmin can save temporary files.
// This is needed for MS Excel export, see documentation
// how to enable that.
 
 
/**
* Misc. settings
*/
$cfg['GD2Available'] = 'auto'; // Is GD >= 2 available? Set to yes/no/auto. 'auto'
// does autodetection, which is a bit expensive for
// php < 4.3.0, but it is the only safe vay how to
// determine GD version.
/**
* SQL Parser Settings
*/
$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none)
$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok)
$cfg['SQP']['fmtIndUnit'] = 'em'; // Units for indenting each level (CSS Types - {em,px,pt})
// The graphical settings are now located in themes/themename/layout.inc.php
 
/**
* If you wish to use the SQL Validator service, you should be
* aware of the following:
* All SQL statements are stored anonymously for statistical purposes.
* Mimer SQL Validator, Copyright 2002 Upright Database Technology.
* All rights reserved.
*/
$cfg['SQLValidator']['use'] = FALSE; // Make the SQL Validator available
$cfg['SQLValidator']['username'] = ''; // If you have a custom username, specify it here (defaults to anonymous)
$cfg['SQLValidator']['password'] = ''; // Password for username
 
/**
* Developers ONLY!
* To use the following, please install the DBG extension from http://dd.cron.ru/dbg/
*/
$cfg['DBG']['enable'] = FALSE; // Make the DBG stuff available
$cfg['DBG']['profile']['enable'] = FALSE; // Produce profiling results of PHP
$cfg['DBG']['profile']['threshold'] = 0.5; // Threshold of long running code to display
// Anything below the threshold is not displayed
 
 
/**
* MySQL settings
*/
// Column types;
// varchar, tinyint, text and date are listed first, based on estimated popularity
$cfg['ColumnTypes'] = array(
'VARCHAR',
'TINYINT',
'TEXT',
'DATE',
'SMALLINT',
'MEDIUMINT',
'INT',
'BIGINT',
'FLOAT',
'DOUBLE',
'DECIMAL',
'DATETIME',
'TIMESTAMP',
'TIME',
'YEAR',
'CHAR',
'TINYBLOB',
'TINYTEXT',
'BLOB',
'MEDIUMBLOB',
'MEDIUMTEXT',
'LONGBLOB',
'LONGTEXT',
'ENUM',
'SET',
'BOOL'
);
 
// Attributes
// Note: the "ON UPDATE CURRENT_TIMESTAMP" attribute is added dynamically
// for MySQL >= 4.1.2, in libraries/tbl_properties.inc.php
 
$cfg['AttributeTypes'] = array(
'',
'BINARY',
'UNSIGNED',
'UNSIGNED ZEROFILL'
);
 
// Available functions
if ($cfg['ShowFunctionFields']) {
$cfg['Functions'] = array(
'ASCII',
'CHAR',
'SOUNDEX',
'LCASE',
'UCASE',
'NOW',
'PASSWORD',
'OLD_PASSWORD',
'MD5',
'SHA1',
'ENCRYPT',
'COMPRESS',
'UNCOMPRESS',
'RAND',
'LAST_INSERT_ID',
'COUNT',
'AVG',
'SUM',
'CURDATE',
'CURTIME',
'FROM_DAYS',
'FROM_UNIXTIME',
'PERIOD_ADD',
'PERIOD_DIFF',
'TO_DAYS',
'UNIX_TIMESTAMP',
'USER',
'WEEKDAY',
'CONCAT'
);
 
// Which column types will be mapped to which Group?
$cfg['RestrictColumnTypes'] = array(
'VARCHAR' => 'FUNC_CHAR',
'TINYINT' => 'FUNC_NUMBER',
'TEXT' => 'FUNC_CHAR',
'DATE' => 'FUNC_DATE',
'SMALLINT' => 'FUNC_NUMBER',
'MEDIUMINT' => 'FUNC_NUMBER',
'INT' => 'FUNC_NUMBER',
'BIGINT' => 'FUNC_NUMBER',
'FLOAT' => 'FUNC_NUMBER',
'DOUBLE' => 'FUNC_NUMBER',
'DECIMAL' => 'FUNC_NUMBER',
'DATETIME' => 'FUNC_DATE',
'TIMESTAMP' => 'FUNC_DATE',
'TIME' => 'FUNC_DATE',
'YEAR' => 'FUNC_DATE',
'CHAR' => 'FUNC_CHAR',
'TINYBLOB' => 'FUNC_CHAR',
'TINYTEXT' => 'FUNC_CHAR',
'BLOB' => 'FUNC_CHAR',
'MEDIUMBLOB' => 'FUNC_CHAR',
'MEDIUMTEXT' => 'FUNC_CHAR',
'LONGBLOB' => 'FUNC_CHAR',
'LONGTEXT' => 'FUNC_CHAR',
'ENUM' => '',
'SET' => ''
);
 
// Map above defined groups to any function
$cfg['RestrictFunctions'] = array(
'FUNC_CHAR' => array(
'ASCII',
'CHAR',
'SOUNDEX',
'LCASE',
'UCASE',
'PASSWORD',
'OLD_PASSWORD',
'MD5',
'SHA1',
'ENCRYPT',
'COMPRESS',
'UNCOMPRESS',
'LAST_INSERT_ID',
'USER',
'CONCAT'
),
 
'FUNC_DATE' => array(
'NOW',
'CURDATE',
'CURTIME',
'FROM_DAYS',
'FROM_UNIXTIME',
'PERIOD_ADD',
'PERIOD_DIFF',
'TO_DAYS',
'UNIX_TIMESTAMP',
'WEEKDAY'
),
 
'FUNC_NUMBER' => array(
'ASCII',
'CHAR',
'MD5',
'SHA1',
'ENCRYPT',
'RAND',
'LAST_INSERT_ID',
'UNIX_TIMESTAMP',
'COUNT',
'AVG',
'SUM'
)
);
 
// Default functions for above defined groups
$cfg['DefaultFunctions'] = array(
'FUNC_CHAR' => '',
'FUNC_DATE' => '',
'FUNC_NUMBER' => '',
'first_timestamp' => 'NOW'
);
 
 
} // end if
 
// Search operators
$cfg['NumOperators'] = array(
'=',
'>',
'>=',
'<',
'<=',
'!=',
'LIKE',
'NOT LIKE'
);
 
$cfg['TextOperators'] = array(
'LIKE',
'LIKE %...%',
'NOT LIKE',
'=',
'!=',
'REGEXP',
'NOT REGEXP'
);
 
$cfg['EnumOperators'] = array(
'=',
'!='
);
 
$cfg['SetOperators'] = array(
'IN',
'NOT IN'
);
 
$cfg['NullOperators'] = array(
'IS NULL',
'IS NOT NULL'
);
 
$cfg['UnaryOperators'] = array(
'IS NULL' => 1,
'IS NOT NULL' => 1
);
 
?>
/Web/Maintenance/phpMyAdmin/css/phpmyadmin.css.php
0,0 → 1,697
<?php
/* $Id: phpmyadmin.css.php,v 2.83.2.2 2006/04/12 16:57:27 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
chdir('..');
define( 'PMA_MINIMUM_COMMON', TRUE );
require_once('./libraries/common.lib.php');
require_once('./libraries/sqlparser.lib.php');
 
if ( $GLOBALS['text_dir'] === 'ltr' ) {
$right = 'right';
$left = 'left';
} else {
$right = 'left';
$left = 'right';
}
 
// Send correct type:
header('Content-Type: text/css; charset=ISO-8859-1');
 
?>
/* @deprecated */
.nowrap {
white-space: nowrap;
}
div.nowrap {
margin: 0;
padding: 0;
}
 
<?php
if ( $_SESSION['PMA_Theme']->checkVersion( '2.7.0' ) ) {
?>
 
form {
margin: 0;
padding: 0;
display: inline;
}
 
a img {
border: 0;
}
 
 
/* server privileges */
#tableuserrights td,
#tablespecificuserrights td,
#tabledatabases td {
vertical-align: middle;
}
/* END server privileges */
 
 
/* leave some space between icons and text */
.icon {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
/* no extra space in table cells */
td .icon {
margin: 0;
}
 
.selectallarrow {
margin-<?php echo $right; ?>: 0.3em;
margin-<?php echo $left; ?>: 0.6em;
}
 
div#tablestatistics {
border-bottom: 0.1em solid #669999;
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;
}
 
 
/* left frame content */
body#body_leftFrame {
background-color: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?>;
}
 
div#pmalogo,
div#leftframelinks,
div#databaseList {
text-align: center;
border-bottom: 0.1em solid #669999;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
 
div#leftframelinks .icon {
vertical-align: middle;
padding: 0;
margin: 0;
}
 
div#leftframelinks a:hover {
background-color: #669999;
}
 
/* leftdatabaselist */
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
background-color: <?php echo $GLOBALS['cfg']['LeftBgColor']; ?>;
}
 
div#left_tableList li {
margin: 0;
padding: 0;
white-space: nowrap;
}
 
<?php if ( $GLOBALS['cfg']['LeftPointerEnable'] ) { ?>
div#left_tableList li:hover {
background-color: <?php echo $GLOBALS['cfg']['LeftPointerColor']; ?>;
}
<?php } ?>
 
div#left_tableList img {
padding: 0;
vertical-align: middle;
}
 
div#left_tableList ul ul {
margin-left: 0em;
padding-left: 0.1em;
border-left: 0.1em solid #669999;
padding-bottom: 0.1em;
border-bottom: 0.1em solid #669999;
}
/* END left frame content */
 
 
/* querywindow */
body#bodyquerywindow {
margin: 0;
padding: 0;
}
 
div#querywindowcontainer {
margin: 0;
padding: 0;
width: 100%;
}
 
div#querywindowcontainer fieldset {
margin-top: 0;
}
/* END querywindow */
 
 
/* querybox */
 
/* Gecko bug */
div[class=formelementrow],
div[id=queryfieldscontainer] {
border: 1px solid transparent;
}
 
div#sqlquerycontainer {
float: left;
width: 69%;
/* height: 15em; */
}
 
div#tablefieldscontainer {
float: right;
width: 29%;
/* height: 15em; */
}
 
div#tablefieldscontainer select {
width: 100%;
/* height: 12em; */
}
 
textarea#sqlquery {
width: 100%;
/* height: 100%; */
}
 
div#queryboxcontainer div#bookmarkoptions {
margin-top: 0.5em;
}
/* end querybox */
 
 
fieldset .formelement {
line-height: 2.4em;
float: left;
margin-right: 0.5em;
/* IE */
white-space: nowrap;
}
/* revert for Gecko */
fieldset div[class=formelement] {
white-space: normal;
}
 
/* IE */
fieldset .formelement input,
fieldset .formelement select {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
/* revert for Gecko */
fieldset div[class=formelement] input,
fieldset div[class=formelement] select {
margin-top: auto;
margin-bottom: auto;
height: auto;
}
 
/* Calendar */
table.calendar { width: 100%; }
table.calendar td { text-align: center; }
table.calendar td a { display: block; }
 
table.calendar td a:hover {
background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
 
table.calendar th {
background-color: <?php echo $GLOBALS['cfg']['ThBgcolor']; ?>;
}
 
table.calendar td.selected {
background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
 
img.calendar { border: none; }
form.clock { text-align: center; }
/* end Calendar */
 
 
/* Options, eg. on import page */
fieldset {
background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
}
fieldset legend {
background-color: transparent;
}
 
/* buttons in some browsers (eg. Konqueror) are block elements, this breaks design */
button { display: inline; }
 
/* Textarea */
textarea { overflow: auto; }
 
 
/* topmenu */
 
/* Gecko 1.7 bug (FF 1.0) */
#topmenucontainer {
border: 1px solid <?php echo $GLOBALS['cfg']['RightBgColor']; ?>;
}
 
ul#topmenu {
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
}
 
ul#topmenu li {
float: left;
margin: 0;
padding: 0;
vertical-align: middle;
}
 
#topmenu img {
vertical-align: middle;
margin-right: 0.1em;
}
 
/* default tab styles */
.tab, .tabcaution, .tabactive {
display: block;
margin: 0.2em 0.2em 0 0.2em;
padding: 0.2em 0.2em 0 0.2em;
white-space: nowrap;
}
 
/* disabled tabs */
span.tab {
color: #666666;
}
 
/* disabled drop/empty tabs */
span.tabcaution {
color: #ff6666;
}
 
/* enabled drop/empty tabs */
a.tabcaution {
color: #FF0000;
}
a.tabcaution:hover {
color: #FFFFFF;
background-color: #FF0000;
}
 
<?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
/* active tab */
a.tabactive {
color: black;
}
<?php } else { ?>
#topmenu {
margin-top: 0.5em;
padding: 0.1em 0.3em 0.1em 0.3em;
}
 
ul#topmenu li {
border-bottom: 1pt solid black;
}
 
/* default tab styles */
.tab, .tabcaution, .tabactive {
background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
border: 1pt solid <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
border-bottom: 0;
border-radius-topleft: 0.4em;
border-radius-topright: 0.4em;
-moz-border-radius-topleft: 0.4em;
-moz-border-radius-topright: 0.4em;
}
 
/* enabled hover/active tabs */
a.tab:hover, a.tabcaution:hover, .tabactive, .tabactive:hover {
margin: 0;
padding: 0.2em 0.4em 0.2em 0.4em;
text-decoration: none;
}
 
a.tab:hover, .tabactive {
background-color: <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
}
 
/* disabled drop/empty tabs */
span.tab, span.tabcaution {
cursor: url(<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), default;
}
<?php } ?>
/* end topmenu */
 
 
/* data tables */
table caption,
table th,
table td {
padding: 0.1em 0.5em 0.1em 0.5em;
margin: 0;
margin: 0.1em;
vertical-align: top;
}
 
/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
text-align: left;
}
 
/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
background-color: <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
text-align: left;
}
 
/* marked tbale rows */
table tr.marked th,
table tr.marked {
background-color: <?php echo $GLOBALS['cfg']['BrowseMarkerColor']; ?>;
}
 
/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
background-color: <?php echo $GLOBALS['cfg']['BrowsePointerColor']; ?>;
}
 
table .value {
text-align: right;
white-space: nowrap;
}
/* IE doesnt handles 'pre' right */
table [class=value] {
white-space: pre;
}
 
.value {
font-family: "Courier New", Courier, monospace;
}
.value .attention {
color: red;
font-weight: bold;
}
.value .allfine {
color: green;
}
 
 
/* serverstatus */
div#serverstatus table caption a.top {
float: right;
}
 
div#serverstatus div#serverstatusqueriesdetails table,
div#serverstatus table#serverstatustraffic,
div#serverstatus table#serverstatusconnections {
float: left;
}
 
#serverstatussection,
.clearfloat {
clear: both;
}
div#serverstatussection table {
width: 100%;
margin-bottom: 1em;
}
div#serverstatussection table .name {
width: 18em;
}
div#serverstatussection table .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: ']';
}
/* end serverstatus */
 
img.lightbulb {
cursor: pointer;
}
 
<?php
} // end styles 2.7.0
 
if ( $_SESSION['PMA_Theme']->checkVersion( '2.7.1' ) ) {
?>
 
/********************/
/* NEW in PMA 2.7.1 */
/********************/
 
body.loginform h1,
body.loginform a.logo {
display: block;
text-align: center;
}
 
form.login label {
float: left;
width: 10em;
font-weight: bolder;
}
 
 
/* main page */
#maincontainer {
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/logo_right.png);
background-position: <?php echo $right; ?> bottom;
background-repeat: no-repeat;
border-bottom: 1px solid silver;
}
 
#mysqlmaininformation,
#pmamaininformation {
float: <?php echo $left; ?>;
width: 49%;
}
 
#maincontainer ul {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/item_<?php echo $GLOBALS['text_dir']; ?>.png);
vertical-align: middle;
}
 
#maincontainer li {
margin-bottom: 0.3em;
}
/* END main page */
 
 
<?php if ( $GLOBALS['cfg']['MainPageIconic'] ) { ?>
/* iconic view for ul items */
li#li_create_database {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_newdb.png);
}
 
li#li_select_lang {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_lang.png);
}
 
li#li_select_mysql_collation,
li#li_select_mysql_charset {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
}
 
li#li_select_theme{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_theme.png);
}
 
li#li_server_info{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_host.png);
}
 
li#li_user_info{
/* list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png); */
}
 
li#li_mysql_status{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_status.png);
}
 
li#li_mysql_variables{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_vars.png);
}
 
li#li_mysql_processes{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_process.png);
}
 
li#li_mysql_collations{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_asci.png);
}
 
li#li_mysql_engines{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_engine.png);
}
 
li#li_mysql_binlogs {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_tbl.png);
}
 
li#li_mysql_databases {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_db.png);
}
 
li#li_export {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_export.png);
}
 
li#li_import {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_import.png);
}
 
li#li_change_password {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_passwd.png);
}
 
li#li_log_out {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_loggoff.png);
}
 
li#li_pma_docs {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_docs.png);
}
 
li#li_phpinfo {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/php_sym.png);
}
 
li#li_pma_homepage {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_home.png);
}
 
li#li_mysql_privilegs{
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_rights.png);
}
 
li#li_switch_dbstats {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/b_dbstatistics.png);
}
 
li#li_flush_privileges {
list-style-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_reload.png);
}
/* END iconic view for ul items */
<?php } /* end if $GLOBALS['cfg']['MainPageIconic'] */ ?>
 
 
#body_browse_foreigners {
background-color: <?php echo $cfg['LeftBgColor']; ?>;
margin: 5px 5px 0 5px;
}
 
#bodyquerywindow {
background-color: <?php echo $cfg['LeftBgColor']; ?>;
}
 
#bodythemes {
width: 500px;
margin: auto;
text-align: center;
}
 
#bodythemes img {
border: 0.1em solid black;
}
 
#bodythemes a:hover img {
border: 0.1em solid red;
}
 
#fieldset_select_fields {
float: left;
}
 
#selflink {
clear: both;
display: block;
margin-top: 1em;
margin-bottom: 1em;
width: 100%;
border-top: 0.1em solid silver;
text-align: <?php echo $right; ?>;
}
 
#table_innodb_bufferpool_usage,
#table_innodb_bufferpool_activity {
float: <?php echo $left; ?>;
}
 
#div_mysql_charset_collations table {
float: <?php echo $left; ?>;
}
 
#div_table_order {
min-width: 48%;
float: <?php echo $left; ?>;
}
 
#div_table_rename {
min-width: 48%;
float: <?php echo $left; ?>;
}
 
#div_table_copy {
min-width: 48%;
float: <?php echo $left; ?>;
}
 
#div_table_options {
clear: both;
min-width: 48%;
float: <?php echo $left; ?>;
}
 
#qbe_div_table_list {
float: <?php echo $left; ?>;
}
 
#qbe_div_sql_query {
float: <?php echo $left; ?>;
}
<?php
} // end styles 2.7.1
 
 
$_SESSION['PMA_Theme']->loadCss( $_REQUEST['js_frame'] );
?>
/Web/Maintenance/phpMyAdmin/css/print.css
0,0 → 1,13
.print_ignore {
display: none;
}
 
table,
table tr td,
table tr th {
border: 1px solid black;
border-collapse: collapse;
background-color: white;
color: black;
/* font-size: 8pt;*/
}
/Web/Maintenance/phpMyAdmin/db_create.php
0,0 → 1,44
<?php
/* $Id: db_create.php,v 2.10 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
require_once('./libraries/mysql_charsets.lib.php');
 
 
PMA_checkParameters(array('db'));
 
/**
* Defines the url to return to in case of error in a sql statement
*/
$err_url = 'main.php?' . PMA_generate_common_url();
 
/**
* Builds and executes the db creation sql query
*/
$sql_query = 'CREATE DATABASE ' . PMA_backquote($db);
if (!empty($db_collation) && PMA_MYSQL_INT_VERSION >= 40101) {
list($db_charset) = explode('_', $db_collation);
if (in_array($db_charset, $mysql_charsets) && in_array($db_collation, $mysql_collations[$db_charset])) {
$sql_query .= ' DEFAULT' . PMA_generateCharsetQueryPart($db_collation);
}
unset($db_charset, $db_collation);
}
$sql_query .= ';';
 
$result = PMA_DBI_query($sql_query);
 
 
/**
* Displays the result and calls default page
*/
$message = $strDatabase . ' ' . htmlspecialchars($db) . ' ' . $strHasBeenCreated;
require_once('./' . $cfg['DefaultTabDatabase']);
 
?>
/Web/Maintenance/phpMyAdmin/db_datadict.php
0,0 → 1,298
<?php
/* $Id: db_datadict.php,v 2.23 2006/01/17 17:02:28 cybot_tm Exp $ */
 
 
/**
* Gets the variables sent or posted to this script, then displays headers
*/
require_once('./libraries/common.lib.php');
 
if (!isset($selected_tbl)) {
require_once('./libraries/header.inc.php');
}
 
 
/**
* Gets the relations settings
*/
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
 
$cfgRelation = PMA_getRelationsParam();
 
/**
* Check parameters
*/
PMA_checkParameters(array('db'));
 
/**
* Defines the url to return to in case of error in a sql statement
*/
if (isset($table)) {
$err_url = 'tbl_properties.php?' . PMA_generate_common_url($db, $table);
} else {
$err_url = 'db_details.php?' . PMA_generate_common_url($db);
}
 
if ($cfgRelation['commwork']) {
$comment = PMA_getComments($db);
 
/**
* Displays DB comment
*/
if (is_array($comment)) {
?>
<p> <?php echo $strDBComment; ?>
<i><?php echo htmlspecialchars( implode( ' ', $comment ) ); ?></i></p>
<?php
} // end if
}
 
/**
* Selects the database and gets tables names
*/
PMA_DBI_select_db($db);
$rowset = PMA_DBI_query('SHOW TABLES FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE);
 
$count = 0;
while ($row = PMA_DBI_fetch_assoc($rowset)) {
$myfieldname = 'Tables_in_' . htmlspecialchars($db);
$table = $row[$myfieldname];
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$comments = PMA_getComments($db, $table);
}
 
if ($count != 0) {
echo '<div style="page-break-before: always;">' . "\n";
} else {
echo '<div>' . "\n";
}
 
echo '<h2>' . $table . '</h2>' . "\n";
 
/**
* Gets table informations
*/
// The 'show table' statement works correct since 3.23.03
$showtable = PMA_DBI_get_tables_full( $db, $table );
$num_rows = (isset($showtable[$table]['TABLE_ROWS']) ? $showtable[$table]['TABLE_ROWS'] : 0);
$show_comment = (isset($showtable[$table]['TABLE_COMMENT']) ? $showtable[$table]['TABLE_COMMENT'] : '');
unset( $showtable );
 
 
/**
* Gets table keys and retains them
*/
 
PMA_DBI_select_db($db);
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
$primary = '';
$indexes = array();
$lastIndex = '';
$indexes_info = array();
$indexes_data = array();
$pk_array = array(); // will be use to emphasis prim. keys in the table
// view
while ($row = PMA_DBI_fetch_assoc($result)) {
// Backups the list of primary keys
if ($row['Key_name'] == 'PRIMARY') {
$primary .= $row['Column_name'] . ', ';
$pk_array[$row['Column_name']] = 1;
}
// Retains keys informations
if ($row['Key_name'] != $lastIndex ){
$indexes[] = $row['Key_name'];
$lastIndex = $row['Key_name'];
}
$indexes_info[$row['Key_name']]['Sequences'][] = $row['Seq_in_index'];
$indexes_info[$row['Key_name']]['Non_unique'] = $row['Non_unique'];
if (isset($row['Cardinality'])) {
$indexes_info[$row['Key_name']]['Cardinality'] = $row['Cardinality'];
}
// I don't know what does following column mean....
// $indexes_info[$row['Key_name']]['Packed'] = $row['Packed'];
 
$indexes_info[$row['Key_name']]['Comment'] = $row['Comment'];
 
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Column_name'] = $row['Column_name'];
if (isset($row['Sub_part'])) {
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Sub_part'] = $row['Sub_part'];
}
 
} // end while
if ($result) {
PMA_DBI_free_result($result);
}
 
 
/**
* Gets fields properties
*/
$result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE);
$fields_cnt = PMA_DBI_num_rows($result);
// Check if we can use Relations (Mike Beck)
if (!empty($cfgRelation['relation'])) {
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);
 
if (count($res_rel) > 0) {
$have_rel = TRUE;
} else {
$have_rel = FALSE;
}
} else {
$have_rel = FALSE;
} // end if
 
 
/**
* Displays the comments of the table if MySQL >= 3.23
*/
if (!empty($show_comment)) {
echo $strTableComments . ': ' . $show_comment . '<br /><br />';
}
 
/**
* Displays the table structure
*/
?>
 
<table width="100%" class="print">
<tr><th width="50"><?php echo $strField; ?></th>
<th width="80"><?php echo $strType; ?></th>
<?php /* <th width="50"><?php echo $strAttr; ?></th>*/ ?>
<th width="40"><?php echo $strNull; ?></th>
<th width="70"><?php echo $strDefault; ?></th>
<?php /* <th width="50"><?php echo $strExtra; ?></th>*/ ?>
<?php
if ($have_rel) {
echo ' <th>' . $strLinksTo . '</th>' . "\n";
}
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
echo ' <th>' . $strComments . '</th>' . "\n";
}
if ($cfgRelation['mimework']) {
echo ' <th>MIME</th>' . "\n";
}
?>
</tr>
<?php
$odd_row = true;
while ($row = PMA_DBI_fetch_assoc($result)) {
 
$type = $row['Type'];
// reformat mysql query output - staybyte - 9. June 2001
// loic1: set or enum types: slashes single quotes inside options
if (preg_match('@^(set|enum)\((.+)\)$@i', $type, $tmp)) {
$tmp[2] = substr(preg_replace('@([^,])\'\'@', '\\1\\\'', ',' . $tmp[2]), 1);
$type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')';
$type_nowrap = '';
 
$binary = 0;
$unsigned = 0;
$zerofill = 0;
} else {
$binary = stristr($row['Type'], 'binary');
$unsigned = stristr($row['Type'], 'unsigned');
$zerofill = stristr($row['Type'], 'zerofill');
$type_nowrap = ' nowrap="nowrap"';
$type = preg_replace('@BINARY@i', '', $type);
$type = preg_replace('@ZEROFILL@i', '', $type);
$type = preg_replace('@UNSIGNED@i', '', $type);
if (empty($type)) {
$type = ' ';
}
}
$strAttribute = ' ';
if ($binary) {
$strAttribute = 'BINARY';
}
if ($unsigned) {
$strAttribute = 'UNSIGNED';
}
if ($zerofill) {
$strAttribute = 'UNSIGNED ZEROFILL';
}
if (!isset($row['Default'])) {
if ($row['Null'] != '' && $row['Null'] != 'NO') {
$row['Default'] = '<i>NULL</i>';
}
} else {
$row['Default'] = htmlspecialchars($row['Default']);
}
$field_name = htmlspecialchars($row['Field']);
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<td nowrap="nowrap">
<?php
if (isset($pk_array[$row['Field']])) {
echo '<u>' . $field_name . '</u>';
} else {
echo $field_name;
}
?>
</td>
<td<?php echo $type_nowrap; ?> xml:lang="en" dir="ltr"><?php echo $type; ?></td>
<?php /* <td<?php echo $type_nowrap; ?>><?php echo $strAttribute; ?></td>*/ ?>
<td><?php echo (($row['Null'] == '' || $row['Null'] == 'NO') ? $strNo : $strYes); ?></td>
<td nowrap="nowrap"><?php if (isset($row['Default'])) { echo $row['Default']; } ?></td>
<?php /* <td<?php echo $type_nowrap; ?>><?php echo $row['Extra']; ?></td>*/ ?>
<?php
if ($have_rel) {
echo ' <td>';
if (isset($res_rel[$field_name])) {
echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field']);
}
echo '</td>' . "\n";
}
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
echo ' <td>';
if (isset($comments[$field_name])) {
echo htmlspecialchars($comments[$field_name]);
}
echo '</td>' . "\n";
}
if ($cfgRelation['mimework']) {
$mime_map = PMA_getMIME($db, $table, true);
 
echo ' <td>';
if (isset($mime_map[$field_name])) {
echo htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype']));
}
echo '</td>' . "\n";
}
?>
</tr>
<?php
} // end while
PMA_DBI_free_result( $result );
$count++;
?>
</table>
</div>
<?php
} //ends main while
 
/**
* Displays the footer
*/
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
function printPage()
{
document.getElementById('print').style.visibility = 'hidden';
// Do print the page
if (typeof(window.print) != 'undefined') {
window.print();
}
document.getElementById('print').style.visibility = '';
}
//]]>
</script>
<?php
echo '<br /><br /><input type="button" id="print" value="' . $strPrint . '" onclick="printPage()" />';
 
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/db_details.php
0,0 → 1,34
<?php
/* $Id: db_details.php,v 2.23 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Runs common work
*/
require('./libraries/db_details_common.inc.php');
require_once './libraries/sql_query_form.lib.php';
 
/**
* Gets informations about the database and, if it is empty, move to the
* "db_details_structure.php" script where table can be created
*/
require('./libraries/db_details_db_info.inc.php');
if ( $num_tables == 0 && empty( $db_query_force ) ) {
$sub_part = '';
$is_info = TRUE;
require './db_details_structure.php';
exit();
}
 
/**
* Query box, bookmark, insert data from textfile
*/
PMA_sqlQueryForm();
 
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
?>
/Web/Maintenance/phpMyAdmin/db_details_export.php
0,0 → 1,73
<?php
/* $Id: db_details_export.php,v 2.8 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* dumps a database
*
* @uses libraries/db_details_common.inc.php
* @uses libraries/db_details_db_info.inc.php
* @uses libraries/display_export.lib.php
* @uses $tables from libraries/db_details_db_info.inc.php
*/
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
 
$sub_part = '_export';
require_once('./libraries/db_details_common.inc.php');
$url_query .= '&amp;goto=db_details_export.php';
require_once('./libraries/db_details_db_info.inc.php');
 
/**
* Displays the form
*/
$export_page_title = $strViewDumpDB;
 
// exit if no tables in db found
if ( $num_tables < 1 ) {
echo $strDatabaseNoTable;
require('./libraries/footer.inc.php');
exit;
} // end if
 
$multi_values = '<div align="center"><select name="table_select[]" size="6" multiple="multiple">';
$multi_values .= "\n";
 
foreach ( $tables as $each_table ) {
if ( PMA_MYSQL_INT_VERSION >= 50000 && is_null($each_table['Engine']) ) {
// Don't offer to export views yet.
continue;
}
if ( ! empty( $selectall )
|| ( isset( $tmp_select )
&& false !== strpos( $tmp_select, '|' . $each_table['Name'] . '|') ) ) {
$is_selected = ' selected="selected"';
} else {
$is_selected = '';
}
$table_html = htmlspecialchars( $each_table['Name'] );
$multi_values .= ' <option value="' . $table_html . '"'
. $is_selected . '>' . $table_html . '</option>' . "\n";
} // end for
$multi_values .= "\n";
$multi_values .= '</select></div>';
 
$checkall_url = 'db_details_export.php?'
. PMA_generate_common_url( $db )
. '&amp;goto=db_details_export.php';
 
$multi_values .= '<br />
<a href="' . $checkall_url . '&amp;selectall=1" onclick="setSelectOptions(\'dump\', \'table_select[]\', true); return false;">' . $strSelectAll . '</a>
/
<a href="' . $checkall_url . '" onclick="setSelectOptions(\'dump\', \'table_select[]\', false); return false;">' . $strUnselectAll . '</a>';
 
$export_type = 'database';
require_once('./libraries/display_export.lib.php');
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/db_details_importdocsql.php
0,0 → 1,295
<?php
/* $Id: db_details_importdocsql.php,v 2.11 2006/01/17 17:02:28 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* This script imports relation infos from docSQL (www.databay.de)
*/
 
 
/**
* Get the values of the variables posted or sent to this script and display
* the headers
*/
require_once('./libraries/read_dump.lib.php');
require_once('./libraries/header.inc.php');
 
// Check parameters
PMA_checkParameters(array('db'));
 
// We do any work, only if docSQL import was enabled in config
if (isset($cfg['docSQLDir']) && !empty($cfg['docSQLDir'])) {
 
if (substr($cfg['docSQLDir'], -1) != '/') {
$cfg['docSQLDir'] .= '/';
}
 
/**
* Imports docSQL files
*
* @param string the basepath
* @param string the filename
* @param string the complete filename
* @param string the content of a file
 
*
* @return boolean always true
*
* @global array GLOBAL variables
*/
function docsql_check($docpath = '', $file = '', $filename = '', $content = 'none') {
global $GLOBALS;
 
if (preg_match('@^(.*)_field_comment\.(txt|zip|bz2|bzip).*$@i', $filename)) {
$tab = preg_replace('@^(.*)_field_comment\.(txt|zip|bz2|bzip).*@si', '\1', $filename);
//echo '<h1>Working on Table ' . $_tab . '</h1>';
if ($content == 'none') {
$lines = array();
$fd = fopen($docpath . $file, 'r');
if ($fd) {
while (!feof($fd)) {
$lines[] = fgets($fd, 4096);
}
}
} else {
$content = str_replace("\r\n", "\n", $content);
$content = str_replace("\r", "\n", $content);
$lines = explode("\n", $content);
}
 
if (isset($lines) && is_array($lines) && count($lines) > 0) {
foreach ($lines AS $lkey => $line) {
//echo '<p>' . $line . '</p>';
$inf = explode('|', $line);
if (!empty($inf[1]) && strlen(trim($inf[1])) > 0) {
$qry = '
INSERT INTO
' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['column_info']) . '
( db_name, table_name, column_name, ' . PMA_backquote('comment') . ' )
VALUES (
\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\',
\'' . PMA_sqlAddslashes(trim($tab)) . '\',
\'' . PMA_sqlAddslashes(trim($inf[0])) . '\',
\'' . PMA_sqlAddslashes(trim($inf[1])) . '\')';
if (PMA_query_as_cu($qry)) {
echo '<p>' . $GLOBALS['strAddedColumnComment'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . '</p>';
} else {
echo '<p>' . $GLOBALS['strWritingCommentNotPossible'] . '</p>';
}
echo "\n";
} // end inf[1] exists
if (!empty($inf[2]) && strlen(trim($inf[2])) > 0) {
$for = explode('->', $inf[2]);
$qry = '
INSERT INTO
' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($GLOBALS['cfgRelation']['relation']) . '
( master_db, master_table, master_field, foreign_db, foreign_table, foreign_field)
VALUES (
\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\',
\'' . PMA_sqlAddslashes(trim($tab)) . '\',
\'' . PMA_sqlAddslashes(trim($inf[0])) . '\',
\'' . PMA_sqlAddslashes($GLOBALS['db']) . '\',
\'' . PMA_sqlAddslashes(trim($for[0])) . '\',
\'' . PMA_sqlAddslashes(trim($for[1])) . '\')';
if (PMA_query_as_cu($qry)) {
echo '<p>' . $GLOBALS['strAddedColumnRelation'] . ' ' . htmlspecialchars($tab) . '.' . htmlspecialchars($inf[0]) . ' to ' . htmlspecialchars($inf[2]) . '</p>';
} else {
echo '<p>' . $GLOBALS['strWritingRelationNotPossible'] . '</p>';
}
echo "\n";
} // end inf[2] exists
}
echo '<p><font color="green">' . sprintf($GLOBALS['strImportSuccessfullyFinished'], count($lines)) . '</font></p>' . "\n";
} else {
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
}
 
return 1;
} else {
if ($content != 'none') {
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . htmlspecialchars($file)) . '</font></p>' . "\n";
} else {
// garvin: disabled. Shouldn't impose ANY non-submitted files ever.
echo '<p><font color="orange">' . sprintf($GLOBALS['strIgnoringFile'], ' ' . '...') . '</font></p>' . "\n";
}
return 0;
} // end working on table
}
 
/**
* Try to get the "$DOCUMENT_ROOT" variable whatever is the register_globals
* value
*/
if (empty($DOCUMENT_ROOT)) {
if (!empty($_SERVER) && isset($_SERVER['DOCUMENT_ROOT'])) {
$DOCUMENT_ROOT = $_SERVER['DOCUMENT_ROOT'];
} elseif (!empty($_ENV) && isset($_ENV['DOCUMENT_ROOT'])) {
$DOCUMENT_ROOT = $_ENV['DOCUMENT_ROOT'];
} elseif (@getenv('DOCUMENT_ROOT')) {
$DOCUMENT_ROOT = getenv('DOCUMENT_ROOT');
} else {
$DOCUMENT_ROOT = '.';
}
} // end if
 
/**
* Executes import if required
*/
if (isset($do) && $do == 'import') {
$orig_docpath = $docpath;
 
if (empty($sql_file)) {
$sql_file = 'none';
}
 
// Get relation settings
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
// Gets the query from a file if required
if ($sql_file != 'none') {
if (file_exists($sql_file)
&& is_uploaded_file($sql_file)) {
 
$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)) {
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
if ($docsql_text == FALSE) {
echo $strFileCouldNotBeRead;
exit();
}
} else {
$sql_file_new = $tmp_subdir . basename($sql_file);
move_uploaded_file($sql_file, $sql_file_new);
$docsql_text = PMA_readFile($sql_file_new, $sql_file_compression);
unlink($sql_file_new);
}
} else {
// read from the normal upload dir
$docsql_text = PMA_readFile($sql_file, $sql_file_compression);
}
 
// Convert the file's charset if necessary
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding
&& isset($charset_of_file) && $charset_of_file != $charset) {
$docsql_text = PMA_convert_string($charset_of_file, $charset, $docsql_text);
}
 
if (!isset($docsql_text) || $docsql_text == FALSE || $docsql_text == '') {
echo '<p><font color="red">' . $GLOBALS['strFileCouldNotBeRead'] . '</font></p>' . "\n";
} else {
docsql_check('', $sql_file_name, $sql_file_name, $docsql_text);
}
} // end uploaded file stuff
} else {
 
// echo '<h1>Starting Import</h1>';
$docpath = $cfg['docSQLDir'] . PMA_securePath($docpath);
if (substr($docpath, -1) != '/') {
$docpath .= '/';
}
 
$matched_files = 0;
 
if (is_dir($docpath)) {
// Do the work
$handle = opendir($docpath);
while ($file = @readdir($handle)) {
$filename = basename($file);
// echo '<p>Working on file ' . $filename . '</p>';
$matched_files += docsql_check($docpath, $file, $filename);
} // end while
} else {
echo '<p><font color="red">' .$docpath . ': ' . $strThisNotDirectory . "</font></p>\n";
}
}
}
 
 
/**
* Displays the form
*/
?>
 
<form method="post" action="db_details_importdocsql.php" <?php if ($is_upload) { echo ' enctype="multipart/form-data"'; } ?>>
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<input type="hidden" name="submit_show" value="true" />
<input type="hidden" name="do" value="import" />
<b><?php echo $strAbsolutePathToDocSqlDir; ?>:</b>
<br /><br />
<?php echo $cfg['docSQLDir']; ?>/<input class="textfield" type="text" name="docpath" size="15" value="<?php echo (isset($orig_docpath) ? $orig_docpath : ''); ?>" />
<?php
// garvin: displays import dump feature only if file upload available
if ($is_upload) {
echo '<br /><br />';
echo ' <i>' . $strOr . '</i> ' . $strLocationTextfile . ':<br />' . "\n";
?>
<div style="margin-bottom: 5px">
<input type="file" name="sql_file" class="textfield" /><br />
<?php
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
$temp_charset = reset($cfg['AvailableCharsets']);
echo $strCharsetOfFile . "\n"
. ' <select name="charset_of_file" size="1">' . "\n"
. ' <option value="' . $temp_charset . '"';
if ($temp_charset == $charset) {
echo ' selected="selected"';
}
echo '>' . $temp_charset . '</option>' . "\n";
while ($temp_charset = next($cfg['AvailableCharsets'])) {
echo ' <option value="' . $temp_charset . '"';
if ($temp_charset == $charset) {
echo ' selected="selected"';
}
echo '>' . $temp_charset . '</option>' . "\n";
} // end while
echo ' </select><br />' . "\n" . ' ';
} // end if
$is_gzip = ($cfg['GZipDump'] && @function_exists('gzopen'));
$is_bzip = ($cfg['BZipDump'] && @function_exists('bzdecompress'));
if ($is_bzip || $is_gzip) {
echo ' ' . $strCompression . ':' . "\n"
. ' <input type="radio" id="radio_sql_file_compression_auto" name="sql_file_compression" value="" checked="checked" /><label for="radio_sql_file_compression_auto">' . $strAutodetect . '</label>&nbsp;&nbsp;&nbsp;' . "\n"
. ' <input type="radio" id="radio_sql_file_compression_plain" name="sql_file_compression" value="text/plain" /><label for="radio_sql_file_compression_plain">' . $strNone . '</label>&nbsp;&nbsp;&nbsp;' . "\n";
if ($is_gzip) {
echo ' <input type="radio" id="radio_sql_file_compression_gzip" name="sql_file_compression" value="application/x-gzip" /><label for="radio_sql_file_compression_gzip">' . $strGzip . '</label>&nbsp;&nbsp;&nbsp;' . "\n";
}
if ($is_bzip) {
echo ' <input type="radio" id="radio_sql_file_compression_bzip" name="sql_file_compression" value="application/x-bzip" /><label for="radio_sql_file_compression_bzip">' . $strBzip . '</label>&nbsp;&nbsp;&nbsp;' . "\n";
}
} else {
echo ' <input type="hidden" name="sql_file_compression" value="text/plain" />' . "\n";
}
?>
</div>
<?php
} // end if
echo "\n";
?>
<br />
&nbsp;<input type="submit" value="<?php echo $strImportFiles; ?>" />
</form>
 
<?php
 
} // End if use docSQL
 
/**
* Displays the footer
*/
echo "\n";
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/db_details_qbe.php
0,0 → 1,1032
<?php
/* $Id: db_details_qbe.php,v 2.21 2006/01/25 13:48:26 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* query by example the whole database
*/
 
/**
* requirements
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/relation.lib.php');
 
 
/**
* Gets the relation settings
*/
$cfgRelation = PMA_getRelationsParam();
 
 
/**
* A query has been submitted -> execute it, else display the headers
*/
if ( isset( $_REQUEST['submit_sql'] )
&& preg_match('@^SELECT@i', $_REQUEST['encoded_sql_query']) ) {
$goto = 'db_details.php';
$zero_rows = htmlspecialchars($GLOBALS['strSuccess']);
$sql_query = urldecode($_REQUEST['encoded_sql_query']);
require('./sql.php');
exit();
} else {
$sub_part = '_qbe';
require('./libraries/db_details_common.inc.php');
$url_query .= '&amp;goto=db_details_qbe.php';
$url_params['goto'] = 'db_details_qbe.php';
require('./libraries/db_details_db_info.inc.php');
}
 
if ( isset($_REQUEST['submit_sql'] )
&& ! preg_match('@^SELECT@i', $_REQUEST['encoded_sql_query']) ) {
echo '<div class="warning">' . $GLOBALS['strHaveToShow'] . '</div>';
}
 
 
/**
* Initialize some variables
*/
$col_cnt = isset( $_REQUEST['col_cnt'] ) ? (int) $_REQUEST['col_cnt'] : 3;
$add_col = isset( $_REQUEST['add_col'] ) ? (int) $_REQUEST['add_col'] : 0;
$add_row = isset( $_REQUEST['add_row'] ) ? (int) $_REQUEST['add_row'] : 0;
 
$rows = isset( $_REQUEST['rows'] ) ? (int) $_REQUEST['rows'] : 0;
$ins_col = isset( $_REQUEST['ins_col'] ) ? $_REQUEST['ins_col'] : array();
$del_col = isset( $_REQUEST['del_col'] ) ? $_REQUEST['del_col'] : array();
 
$prev_criteria = isset( $_REQUEST['prev_criteria'] )
? $_REQUEST['prev_criteria']
: array();
$criteria = isset( $_REQUEST['criteria'] )
? $_REQUEST['criteria']
: array_fill(0, $col_cnt, '');
 
$ins_row = isset( $_REQUEST['ins_row'] )
? $_REQUEST['ins_row']
: array_fill(0, $col_cnt, '');
$del_row = isset( $_REQUEST['del_row'] )
? $_REQUEST['del_row']
: array_fill(0, $col_cnt, '');
$and_or_row = isset( $_REQUEST['and_or_row'] )
? $_REQUEST['and_or_row']
: array_fill(0, $col_cnt, '');
$and_or_col = isset( $_REQUEST['and_or_col'] )
? $_REQUEST['and_or_col']
: array_fill(0, $col_cnt, '');
 
// minimum width
$form_column_width = 12;
$col = max($col_cnt + $add_col, 0);
$row = max($rows + $add_row, 0);
 
 
// The tables list sent by a previously submitted form
if (!empty($TableList)) {
$cnt_table_list = count($TableList);
for ($x = 0; $x < $cnt_table_list; $x++) {
$tbl_names[urldecode($TableList[$x])] = ' selected="selected"';
}
} // end if
 
 
$columns = PMA_DBI_get_columns_full( $GLOBALS['db'] );
$tables = PMA_DBI_get_columns_full( $GLOBALS['db'] );
 
 
/**
* Prepares the form
*/
$tbl_result = PMA_DBI_query('SHOW TABLES FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE);
$tbl_result_cnt = PMA_DBI_num_rows($tbl_result);
$i = 0;
$k = 0;
 
// The tables list gets from MySQL
while ($i < $tbl_result_cnt) {
list($tbl) = PMA_DBI_fetch_row($tbl_result);
$fld_results = PMA_DBI_get_fields($db, $tbl);
$fld_results_cnt = ($fld_results) ? count($fld_results) : 0;
$j = 0;
 
if (empty($tbl_names[$tbl]) && !empty($TableList)) {
$tbl_names[$tbl] = '';
} else {
$tbl_names[$tbl] = ' selected="selected"';
} // end if
 
// The fields list per selected tables
if ($tbl_names[$tbl] == ' selected="selected"') {
$fld[$k++] = PMA_backquote($tbl) . '.*';
while ($j < $fld_results_cnt) {
$fld[$k] = PMA_convert_display_charset($fld_results[$j]['Field']);
$fld[$k] = PMA_backquote($tbl) . '.' . PMA_backquote($fld[$k]);
 
// increase the width if necessary
if (strlen($fld[$k]) > $form_column_width) {
$form_column_width = strlen($fld[$k]);
} //end if
 
$k++;
$j++;
} // end while
} // end if
 
$i++;
} // end if
PMA_DBI_free_result($tbl_result);
 
// largest width found
$realwidth = $form_column_width . 'ex';
 
 
/**
* Displays the Query by example form
*/
 
function showColumnSelectCell( $columns, $column_number, $selected = '' )
{
?>
<td align="center">
<select name="Field[<?php echo $column_number; ?>]" size="1">
<option value=""></option>
<?php
foreach ( $columns as $column ) {
if ( $column === $selected ) {
$sel = ' selected="selected"';
} else {
$sel = '';
}
echo ' ';
echo '<option value="' . htmlspecialchars($column) . '"' . $sel . '>'
. htmlspecialchars($column) . '</option>' . "\n";
}
?>
</select>
</td>
<?php
}
 
?>
 
<form action="db_details_qbe.php" method="post">
<table>
<tr class="odd">
<th align="<?php echo $cell_align_right; ?>">
<?php echo $strField; ?>:
</th>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
if ( isset($ins_col[$x]) && $ins_col[$x] == 'on') {
showColumnSelectCell( $fld, $z );
$z++;
}
 
if (!empty($del_col) && isset($del_col[$x]) && $del_col[$x] == 'on') {
continue;
}
 
$selected = '';
if ( isset( $Field[$x] ) ) {
$selected = urldecode($Field[$x]);
$curField[$z] = urldecode($Field[$x]);
}
showColumnSelectCell( $fld, $z, $selected );
$z++;
} // end for
?>
</tr>
 
<!-- Sort row -->
<tr class="even">
<th align="<?php echo $cell_align_right; ?>">
<?php echo $strSort; ?>:
</th>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
?>
<td align="center" bgcolor="<?php echo $cfg['BgcolorTwo']; ?>">
<select style="width: <?php echo $realwidth; ?>" name="Sort[<?php echo $z; ?>]" size="1">
<option value=""></option>
<option value="ASC"><?php echo $strAscending; ?></option>
<option value="DESC"><?php echo $strDescending; ?></option>
</select>
</td>
<?php
$z++;
} // end if
echo "\n";
 
if (!empty($del_col) && isset($del_col[$x]) && $del_col[$x] == 'on') {
continue;
}
?>
<td align="center" bgcolor="<?php echo $cfg['BgcolorTwo']; ?>">
<select style="width: <?php echo $realwidth; ?>" name="Sort[<?php echo $z; ?>]" size="1">
<option value=""></option>
<?php
echo "\n";
 
// If they have chosen all fields using the * selector,
// then sorting is not available
// Robbat2 - Fix for Bug #570698
if (isset($Sort[$x]) && isset($Field[$x]) && (substr(urldecode($Field[$x]),-2) == '.*')) {
$Sort[$x] = '';
} //end if
 
if (isset($Sort[$x]) && $Sort[$x] == 'ASC') {
$curSort[$z] = $Sort[$x];
$sel = ' selected="selected"';
} else {
$sel = '';
} // end if
echo ' ';
echo '<option value="ASC"' . $sel . '>' . $strAscending . '</option>' . "\n";
if (isset($Sort[$x]) && $Sort[$x] == 'DESC') {
$curSort[$z] = $Sort[$x];
$sel = ' selected="selected"';
} else {
$sel = '';
} // end if
echo ' ';
echo '<option value="DESC"' . $sel . '>' . $strDescending . '</option>' . "\n";
?>
</select>
</td>
<?php
$z++;
echo "\n";
} // end for
?>
</tr>
 
<!-- Show row -->
<tr>
<td class="tblHeaders" align="<?php echo $cell_align_right; ?>">
<b><?php echo $strShow; ?>:&nbsp;</b>
</td>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
?>
<td class="tblHeaders" align="center" bgcolor="<?php echo $cfg['BgcolorOne']; ?>">
<input type="checkbox" name="Show[<?php echo $z; ?>]" />
</td>
<?php
$z++;
} // end if
echo "\n";
 
if (!empty($del_col) && isset($del_col[$x]) && $del_col[$x] == 'on') {
continue;
}
if (isset($Show[$x])) {
$checked = ' checked="checked"';
$curShow[$z] = $Show[$x];
} else {
$checked = '';
}
?>
<td class="tblHeaders" align="center" bgcolor="<?php echo $cfg['BgcolorOne']; ?>">
<input type="checkbox" name="Show[<?php echo $z; ?>]"<?php echo $checked; ?> />
</td>
<?php
$z++;
echo "\n";
} // end for
?>
</tr>
 
<!-- Criteria row -->
<tr>
<td class="tblHeaders" align="<?php echo $cell_align_right; ?>">
<b><?php echo $strCriteria; ?>:&nbsp;</b>
</td>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
?>
<td align="center" bgcolor="<?php echo $cfg['BgcolorTwo']; ?>">
<input type="text" name="criteria[<?php echo $z; ?>]" value="" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
<?php
$z++;
} // end if
echo "\n";
 
if (!empty($del_col) && isset($del_col[$x]) && $del_col[$x] == 'on') {
continue;
}
if (isset($criteria[$x])) {
$stripped_Criteria = $criteria[$x];
}
if ((empty($prev_criteria) || !isset($prev_criteria[$x]))
|| urldecode($prev_criteria[$x]) != htmlspecialchars($stripped_Criteria)) {
$curCriteria[$z] = $stripped_Criteria;
$encoded_Criteria = urlencode($stripped_Criteria);
} else {
$curCriteria[$z] = urldecode($prev_criteria[$x]);
$encoded_Criteria = $prev_criteria[$x];
}
?>
<td align="center" bgcolor="<?php echo $cfg['BgcolorTwo']; ?>">
<input type="hidden" name="prev_criteria[<?php echo $z; ?>]" value="<?php echo $encoded_Criteria; ?>" />
<input type="text" name="criteria[<?php echo $z; ?>]" value="<?php echo htmlspecialchars($stripped_Criteria); ?>" class="textfield" style="width: <?php echo $realwidth; ?>" size="20" />
</td>
<?php
$z++;
echo "\n";
} // end for
?>
</tr>
 
<!-- And/Or columns and rows -->
<?php
$w = 0;
for ($y = 0; $y <= $row; $y++) {
$bgcolor = ($y % 2) ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo'];
if (isset($ins_row[$y]) && $ins_row[$y] == 'on') {
$chk['or'] = ' checked="checked"';
$chk['and'] = '';
?>
<tr>
<td align="<?php echo $cell_align_right; ?>" bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap">
<!-- Row controls -->
<table bgcolor="<?php echo $bgcolor; ?>" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo $strQBEIns; ?>:</small>
<input type="checkbox" name="ins_row[<?php echo $w; ?>]" />
</td>
<td align="<?php echo $cell_align_right; ?>">
<b><?php echo $strAnd; ?>:</b>
</td>
<td>
<input type="radio" name="and_or_row[<?php echo $w; ?>]" value="and"<?php echo $chk['and']; ?> />
&nbsp;
</td>
</tr>
<tr>
<td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo $strQBEDel; ?>:</small>
<input type="checkbox" name="del_row[<?php echo $w; ?>]" />
</td>
<td align="<?php echo $cell_align_right; ?>">
<b><?php echo $strOr; ?>:</b>
</td>
<td>
<input type="radio" name="and_or_row[<?php echo $w; ?>]" value="or"<?php echo $chk['or']; ?> />
&nbsp;
</td>
</tr>
</table>
</td>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
if (isset($ins_col[$x]) && $ins_col[$x] == 'on') {
echo "\n";
$or = 'Or' . $w . '[' . $z . ']';
?>
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
<textarea cols="20" rows="2" style="width: <?php echo $realwidth; ?>" name="<?php echo $or; ?>" dir="<?php echo $text_dir; ?>"></textarea>
</td>
<?php
$z++;
} // end if
if (isset($del_col[$x]) && $del_col[$x] == 'on') {
continue;
}
 
echo "\n";
$or = 'Or' . $w . '[' . $z . ']';
?>
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
<textarea cols="20" rows="2" style="width: <?php echo $realwidth; ?>" name="<?php echo $or; ?>" dir="<?php echo $text_dir; ?>"></textarea>
</td>
<?php
$z++;
} // end for
$w++;
echo "\n";
?>
</tr>
<?php
} // end if
 
if (isset($del_row[$y]) && $del_row[$y] == 'on') {
continue;
}
 
if (isset($and_or_row[$y])) {
$curAndOrRow[$w] = $and_or_row[$y];
}
if (isset($and_or_row[$y]) && $and_or_row[$y] == 'and') {
$chk['and'] = ' checked="checked"';
$chk['or'] = '';
} else {
$chk['or'] = ' checked="checked"';
$chk['and'] = '';
}
echo "\n";
?>
<tr>
<td align="<?php echo $cell_align_right; ?>" bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap">
<!-- Row controls -->
<table bgcolor="<?php echo $bgcolor; ?>" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo $strQBEIns; ?>:</small>
<input type="checkbox" name="ins_row[<?php echo $w; ?>]" />
</td>
<td align="<?php echo $cell_align_right; ?>">
<b><?php echo $strAnd; ?>:</b>
</td>
<td>
<input type="radio" name="and_or_row[<?php echo $w; ?>]" value="and"<?php echo $chk['and']; ?> />
</td>
</tr>
<tr>
<td align="<?php echo $cell_align_right; ?>" nowrap="nowrap">
<small><?php echo $strQBEDel; ?>:</small>
<input type="checkbox" name="del_row[<?php echo $w; ?>]" />
</td>
<td align="<?php echo $cell_align_right; ?>">
<b><?php echo $strOr; ?>:</b>
</td>
<td>
<input type="radio" name="and_or_row[<?php echo $w; ?>]" value="or"<?php echo $chk['or']; ?> />
</td>
</tr>
</table>
</td>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
echo "\n";
$or = 'Or' . $w . '[' . $z . ']';
?>
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
<textarea cols="20" rows="2" style="width: <?php echo $realwidth; ?>" name="<?php echo $or; ?>" dir="<?php echo $text_dir; ?>"></textarea>
</td>
<?php
$z++;
} // end if
if (!empty($del_col) && isset($del_col[$x]) && $del_col[$x] == 'on') {
continue;
}
 
echo "\n";
$or = 'Or' . $y;
if (!isset(${$or})) {
${$or} = '';
}
if (!empty(${$or}) && isset(${$or}[$x])) {
$stripped_or = ${$or}[$x];
} else {
$stripped_or = '';
}
?>
<td align="center" bgcolor="<?php echo $bgcolor; ?>">
<textarea cols="20" rows="2" style="width: <?php echo $realwidth; ?>" name="Or<?php echo $w . '[' . $z . ']'; ?>" dir="<?php echo $text_dir; ?>"><?php echo htmlspecialchars($stripped_or); ?></textarea>
</td>
<?php
if (!empty(${$or}) && isset(${$or}[$x])) {
${'cur' . $or}[$z] = ${$or}[$x];
}
$z++;
} // end for
$w++;
echo "\n";
?>
</tr>
<?php
echo "\n";
} // end for
?>
 
<!-- Modify columns -->
<tr>
<td class="tblHeaders" align="<?php echo $cell_align_right; ?>">
<b><?php echo $strModify; ?>:&nbsp;</b>
</td>
<?php
$z = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($ins_col) && isset($ins_col[$x]) && $ins_col[$x] == 'on') {
$curAndOrCol[$z] = $and_or_col[$y];
if ($and_or_col[$z] == 'or') {
$chk['or'] = ' checked="checked"';
$chk['and'] = '';
} else {
$chk['and'] = ' checked="checked"';
$chk['or'] = '';
}
?>
<td align="center" bgcolor="<?php echo $cfg['BgcolorTwo']; ?>">
<b><?php echo $strOr; ?>:</b>
<input type="radio" name="and_or_col[<?php echo $z; ?>]" value="or"<?php echo $chk['or']; ?> />
&nbsp;&nbsp;<b><?php echo $strAnd; ?>:</b>
<input type="radio" name="and_or_col[<?php echo $z; ?>]" value="and"<?php echo $chk['and']; ?> />
<br />
<?php echo $strQBEIns . "\n"; ?>
<input type="checkbox" name="ins_col[<?php echo $z; ?>]" />
&nbsp;&nbsp;<?php echo $strQBEDel . "\n"; ?>
<input type="checkbox" name="del_col[<?php echo $z; ?>]" />
</td>
<?php
$z++;
} // end if
echo "\n";
 
if (!empty($del_col) && isset($del_col[$x]) && $del_col[$x] == 'on') {
continue;
}
 
if (isset($and_or_col[$y])) {
$curAndOrCol[$z] = $and_or_col[$y];
}
if (isset($and_or_col[$z]) && $and_or_col[$z] == 'or') {
$chk['or'] = ' checked="checked"';
$chk['and'] = '';
} else {
$chk['and'] = ' checked="checked"';
$chk['or'] = '';
}
?>
<td align="center" bgcolor="<?php echo $cfg['BgcolorTwo']; ?>">
<b><?php echo $strOr; ?>:</b>
<input type="radio" name="and_or_col[<?php echo $z; ?>]" value="or"<?php echo $chk['or']; ?> />
&nbsp;&nbsp;<b><?php echo $strAnd; ?>:</b>
<input type="radio" name="and_or_col[<?php echo $z; ?>]" value="and"<?php echo $chk['and']; ?> />
<br />
<?php echo $strQBEIns . "\n"; ?>
<input type="checkbox" name="ins_col[<?php echo $z; ?>]" />
&nbsp;&nbsp;<?php echo $strQBEDel . "\n"; ?>
<input type="checkbox" name="del_col[<?php echo $z; ?>]" />
</td>
<?php
$z++;
echo "\n";
} // end for
?>
</tr>
</table>
 
<!-- Other controls -->
<?php echo PMA_generate_common_hidden_inputs(); ?>
<table border="0" cellpadding="2" cellspacing="1">
<tr>
<td nowrap="nowrap"><input type="hidden" value="<?php echo htmlspecialchars($db); ?>" name="db" />
<input type="hidden" value="<?php echo $z; ?>" name="col_cnt" />
<?php
$w--;
?>
<input type="hidden" value="<?php echo $w; ?>" name="rows" />
<?php echo $strAddDeleteRow; ?>:
<select size="1" name="add_row" style="vertical-align: middle">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>
<option value="0" selected="selected">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</td>
<td width="10">&nbsp;</td>
<td nowrap="nowrap"><?php echo $strAddDeleteColumn; ?>:
<select size="1" name="add_col" style="vertical-align: middle">
<option value="-3">-3</option>
<option value="-2">-2</option>
<option value="-1">-1</option>
<option value="0" selected="selected">0</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
</td>
<td width="10">&nbsp;</td>
<!-- Generates a query -->
<td><input type="submit" name="modify" value="<?php echo $strUpdateQuery; ?>" /></td>
</tr>
</table><br />
 
<table border="0" cellpadding="2" cellspacing="1">
<tr>
<td class="tblHeaders">&nbsp;<?php echo $strUseTables; ?>:&nbsp;</td>
<td width="20">&nbsp;</td>
<td class="tblHeaders">&nbsp;<?php echo sprintf($strQueryOnDb, htmlspecialchars($db)); ?>&nbsp;</td>
</tr>
<tr>
<td bgcolor="<?php echo $cfg['BgcolorOne']; ?>">
<?php
$strTableListOptions = '';
$numTableListOptions = 0;
foreach ($tbl_names AS $key => $val) {
$strTableListOptions .= ' ';
$strTableListOptions .= '<option value="' . htmlspecialchars($key) . '"' . $val . '>' . htmlspecialchars($key) . '</option>' . "\n";
$numTableListOptions++;
}
?>
<select name="TableList[]" size="<?php echo ($numTableListOptions > 30) ? '15' : '7'; ?>" multiple="multiple" id="listTable">
<?php echo $strTableListOptions; ?>
</select>
</td>
<td>&nbsp;&nbsp;</td>
<!-- Displays the current query -->
<td bgcolor="<?php echo $cfg['BgcolorOne']; ?>">
<textarea cols="30" rows="<?php echo ($numTableListOptions > 30) ? '15' : '7'; ?>" name="sql_query" dir="<?php echo $text_dir; ?>" id="textSqlquery">
<?php
// 1. SELECT
$last_select = 0;
$encoded_qry = '';
if (!isset($qry_select)) {
$qry_select = '';
}
for ($x = 0; $x < $col; $x++) {
if (!empty($curField[$x]) && isset($curShow[$x]) && $curShow[$x] == 'on') {
if ($last_select) {
$qry_select .= ', ';
}
$qry_select .= $curField[$x];
$last_select = 1;
}
} // end for
if (!empty($qry_select)) {
$encoded_qry .= urlencode('SELECT ' . $qry_select . "\n");
echo 'SELECT ' . htmlspecialchars($qry_select) . "\n";
}
 
// 2. FROM
 
// Create LEFT JOINS out of Relations
// Code originally by Mike Beck <mike.beck@ibmiller.de>
// If we can use Relations we could make some left joins.
// First find out if relations are available in this database.
 
// First we need the really needed Tables - those in TableList might still be
// all Tables.
if (isset($Field) && count($Field) > 0) {
 
// Initialize some variables
$tab_all = array();
$col_all = array();
$tab_wher = array();
$tab_know = array();
$tab_left = array();
$col_where = array();
$fromclause = '';
 
// We only start this if we have fields, otherwise it would be dumb
foreach ($Field AS $value) {
$parts = explode('.', $value);
if (!empty($parts[0]) && !empty($parts[1])) {
$tab_raw = urldecode($parts[0]);
$tab = str_replace('`', '', $tab_raw);
$tab_all[$tab] = $tab;
 
$col_raw = urldecode($parts[1]);
$col_all[] = $tab . '.' . str_replace('`', '', $col_raw);
}
} // end while
 
// Check 'where' clauses
if ($cfgRelation['relwork'] && count($tab_all) > 0) {
// Now we need all tables that we have in the where clause
$crit_cnt = count($criteria);
for ($x = 0; $x < $crit_cnt; $x++) {
$curr_tab = explode('.', urldecode($Field[$x]));
if (!empty($curr_tab[0]) && !empty($curr_tab[1])) {
$tab_raw = urldecode($curr_tab[0]);
$tab = str_replace('`', '', $tab_raw);
 
$col_raw = urldecode($curr_tab[1]);
$col1 = str_replace('`', '', $col_raw);
$col1 = $tab . '.' . $col1;
// Now we know that our array has the same numbers as $criteria
// we can check which of our columns has a where clause
if (!empty($criteria[$x])) {
if (substr($criteria[$x], 0, 1) == '=' || stristr($criteria[$x], 'is')) {
$col_where[$col] = $col1;
$tab_wher[$tab] = $tab;
}
} // end if
} // end if
} // end for
 
// Cleans temp vars w/o further use
unset($tab_raw);
unset($col_raw);
unset($col1);
 
if (count($tab_wher) == 1) {
// If there is exactly one column that has a decent where-clause
// we will just use this
$master = key($tab_wher);
} else {
// Now let's find out which of the tables has an index
// ( When the control user is the same as the normal user
// because he is using one of his databases as pmadb,
// the last db selected is not always the one where we need to work)
PMA_DBI_select_db($db);
 
foreach ($tab_all AS $tab) {
$ind_rs = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($tab) . ';');
while ($ind = PMA_DBI_fetch_assoc($ind_rs)) {
$col1 = $tab . '.' . $ind['Column_name'];
if (isset($col_all[$col1])) {
if ($ind['non_unique'] == 0) {
if (isset($col_where[$col1])) {
$col_unique[$col1] = 'Y';
} else {
$col_unique[$col1] = 'N';
}
} else {
if (isset($col_where[$col1])) {
$col_index[$col1] = 'Y';
} else {
$col_index[$col1] = 'N';
}
}
}
} // end while (each col of tab)
} // end while (each tab)
// now we want to find the best.
if (isset($col_unique) && count($col_unique) > 0) {
$col_cand = $col_unique;
$needsort = 1;
} elseif (isset($col_index) && count($col_index) > 0) {
$col_cand = $col_index;
$needsort = 1;
} elseif (isset($col_where) && count($col_where) > 0) {
$col_cand = $tab_wher;
$needsort = 0;
} else {
$col_cand = $tab_all;
$needsort = 0;
}
 
// If we came up with $col_unique (very good) or $col_index (still
// good) as $col_cand we want to check if we have any 'Y' there
// (that would mean that they were also found in the whereclauses
// which would be great). if yes, we take only those
if ($needsort == 1) {
foreach ($col_cand AS $col => $is_where) {
$tab = explode('.', $col);
$tab = $tab[0];
if ($is_where == 'Y') {
$vg[$col] = $tab;
} else {
$sg[$col] = $tab;
}
}
if (isset($vg)) {
$col_cand = $vg;
// Candidates restricted in index+where
} else {
$col_cand = $sg;
// None of the candidates where in a where-clause
}
}
 
// If our array of candidates has more than one member we'll just
// find the smallest table.
// Of course the actual query would be faster if we check for
// the Criteria which gives the smallest result set in its table,
// but it would take too much time to check this
if (count($col_cand) > 1) {
// Of course we only want to check each table once
$checked_tables = $col_cand;
foreach ($col_cand AS $tab) {
if ($checked_tables[$tab] != 1 ) {
$tsize[$tab] = PMA_countRecords($db, $tab, true, false);
$checked_tables[$tab] = 1;
}
$csize[$tab] = $tsize[$tab];
}
asort($csize);
reset($csize);
$master = key($csize); // Smallest
} else {
reset($col_cand);
$master = current($col_cand); // Only one single candidate
}
} // end if (exactly one where clause)
 
/**
* Removes unwanted entries from an array (PHP3 compliant)
*
* @param array the array to work with
* @param array the list of keys to remove
*
* @return array the cleaned up array
*
* @access private
*/
function PMA_arrayShort($array, $key)
{
foreach ($array AS $k => $v) {
if ($k != $key) {
$reta[$k] = $v;
}
}
if (!isset($reta)) {
$reta = array();
}
 
return $reta;
} // end of the "PMA_arrayShort()" function
 
 
/**
* Finds all related tables
*
* @param string wether to go from master to foreign or vice versa
*
* @return boolean always TRUE
*
* @global array the list of tables that we still couldn't connect
* @global array the list of allready connected tables
* @global string the current databse name
* @global string the super user connection id
* @global array the list of relation settings
*
* @access private
*/
function PMA_getRelatives($from) {
global $tab_left, $tab_know, $fromclause;
global $controllink, $db, $cfgRelation;
 
if ($from == 'master') {
$to = 'foreign';
} else {
$to = 'master';
}
$in_know = '(\'' . implode('\', \'', $tab_know) . '\')';
$in_left = '(\'' . implode('\', \'', $tab_left) . '\')';
 
$rel_query = 'SELECT *'
. ' FROM ' . PMA_backquote($cfgRelation['relation'])
. ' WHERE ' . $from . '_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND ' . $to . '_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND ' . $from . '_table IN ' . $in_know
. ' AND ' . $to . '_table IN ' . $in_left;
PMA_DBI_select_db($cfgRelation['db'], $controllink);
$relations = @PMA_DBI_query($rel_query, $controllink);
PMA_DBI_select_db($db, $controllink);
while ($row = PMA_DBI_fetch_assoc($relations)) {
$found_table = $row[$to . '_table'];
if (isset($tab_left[$found_table])) {
$fromclause .= "\n" . ' LEFT JOIN '
. PMA_backquote($row[$to . '_table']) . ' ON '
. PMA_backquote($row[$from . '_table']) . '.'
. PMA_backquote($row[$from . '_field']) . ' = '
. PMA_backquote($row[$to . '_table']) . '.'
. PMA_backquote($row[$to . '_field']) . ' ';
$tab_know[$found_table] = $found_table;
$tab_left = PMA_arrayShort($tab_left, $found_table);
}
} // end while
 
return TRUE;
} // end of the "PMA_getRelatives()" function
 
 
$tab_left = PMA_arrayShort($tab_all, $master);
$tab_know[$master] = $master;
 
$run = 0;
$emerg = '';
while (count($tab_left) > 0) {
if ($run % 2 == 0) {
PMA_getRelatives('master');
} else {
PMA_getRelatives('foreign');
}
$run++;
if ($run > 5) {
 
foreach ($tab_left AS $tab) {
$emerg .= ', ' . PMA_backquote($tab);
$tab_left = PMA_arrayShort($tab_left, $tab);
}
}
} // end while
$qry_from = PMA_backquote($master) . $emerg . $fromclause;
} // end if ($cfgRelation['relwork'] && count($tab_all) > 0)
 
} // end count($Field) > 0
 
// In case relations are not defined, just generate the FROM clause
// from the list of tables, however we don't generate any JOIN
 
if (empty($qry_from) && isset($tab_all)) {
$qry_from = implode(', ', $tab_all);
}
// Now let's see what we got
if (!empty($qry_from)) {
$encoded_qry .= urlencode('FROM ' . $qry_from . "\n");
echo 'FROM ' . htmlspecialchars($qry_from) . "\n";
}
 
// 3. WHERE
$qry_where = '';
$criteria_cnt = 0;
for ($x = 0; $x < $col; $x++) {
if (!empty($curField[$x]) && !empty($curCriteria[$x]) && $x && isset($last_where) && isset($curAndOrCol)) {
$qry_where .= ' ' . strtoupper($curAndOrCol[$last_where]) . ' ';
}
if (!empty($curField[$x]) && !empty($curCriteria[$x])) {
$qry_where .= '(' . $curField[$x] . ' ' . $curCriteria[$x] . ')';
$last_where = $x;
$criteria_cnt++;
}
} // end for
if ($criteria_cnt > 1) {
$qry_where = '(' . $qry_where . ')';
}
// OR rows ${'cur' . $or}[$x]
if (!isset($curAndOrRow)) {
$curAndOrRow = array();
}
for ($y = 0; $y <= $row; $y++) {
$criteria_cnt = 0;
$qry_orwhere = '';
$last_orwhere = '';
for ($x = 0; $x < $col; $x++) {
if (!empty($curField[$x]) && !empty(${'curOr' . $y}[$x]) && $x) {
$qry_orwhere .= ' ' . strtoupper($curAndOrCol[$last_orwhere]) . ' ';
}
if (!empty($curField[$x]) && !empty(${'curOr' . $y}[$x])) {
$qry_orwhere .= '(' . $curField[$x]
. ' '
. ${'curOr' . $y}[$x]
. ')';
$last_orwhere = $x;
$criteria_cnt++;
}
} // end for
if ($criteria_cnt > 1) {
$qry_orwhere = '(' . $qry_orwhere . ')';
}
if (!empty($qry_orwhere)) {
$qry_where .= "\n"
. strtoupper(isset($curAndOrRow[$y]) ? $curAndOrRow[$y] . ' ' : '')
. $qry_orwhere;
} // end if
} // end for
 
if (!empty($qry_where) && $qry_where != '()') {
$encoded_qry .= urlencode('WHERE ' . $qry_where . "\n");
echo 'WHERE ' . htmlspecialchars($qry_where) . "\n";
} // end if
 
// 4. ORDER BY
$last_orderby = 0;
if (!isset($qry_orderby)) {
$qry_orderby = '';
}
for ($x = 0; $x < $col; $x++) {
if ($last_orderby && $x && !empty($curField[$x]) && !empty($curSort[$x])) {
$qry_orderby .= ', ';
}
if (!empty($curField[$x]) && !empty($curSort[$x])) {
// if they have chosen all fields using the * selector,
// then sorting is not available
// Robbat2 - Fix for Bug #570698
if (substr($curField[$x], -2) != '.*') {
$qry_orderby .= $curField[$x] . ' ' . $curSort[$x];
$last_orderby = 1;
}
}
} // end for
if (!empty($qry_orderby)) {
$encoded_qry .= urlencode('ORDER BY ' . $qry_orderby);
echo 'ORDER BY ' . htmlspecialchars($qry_orderby) . "\n";
}
?>
</textarea>
<input type="hidden" name="encoded_sql_query" value="<?php echo $encoded_qry; ?>" />
</td>
</tr>
<tr>
<!-- Generates a query -->
<td align="right" class="tblHeaders"><input type="submit" name="modify" value="<?php echo $strUpdateQuery; ?>" /></td>
<td>&nbsp;</td>
<!-- Execute a query -->
<td align="right" class="tblHeaders"><input type="submit" name="submit_sql" value="<?php echo $strRunQuery; ?>" /></td>
</tr>
</table>
</form>
<?php
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/db_details_structure.php
0,0 → 1,521
<?php
/* $Id: db_details_structure.php,v 2.73.2.6 2006/02/17 13:57:36 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once './libraries/common.lib.php';
 
/**
* Prepares the tables list if the user where not redirected to this script
* because there is no table in the database ($is_info is true)
*/
if (empty($is_info)) {
// Drops/deletes/etc. multiple tables if required
if ((!empty($submit_mult) && isset($selected_tbl))
|| isset($mult_btn)) {
$action = 'db_details_structure.php';
$err_url = 'db_details_structure.php?'. PMA_generate_common_url($db);
require './libraries/mult_submits.inc.php';
$message = $strSuccess;
}
require './libraries/db_details_common.inc.php';
$url_query .= '&amp;goto=db_details_structure.php';
 
// Gets the database structure
$sub_part = '_structure';
require './libraries/db_details_db_info.inc.php';
}
 
// 1. No tables
if ($num_tables == 0) {
echo '<p>' . $strNoTablesFound . '</p>' . "\n";
 
if (empty($db_is_information_schema)) {
require './libraries/display_create_table.lib.php';
} // end if (Create Table dialog)
 
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
exit;
}
 
// else
// 2. Shows table informations - staybyte - 11 June 2001
 
require_once './libraries/bookmark.lib.php';
 
if (PMA_MYSQL_INT_VERSION >= 40101) {
require_once './libraries/mysql_charsets.lib.php';
$db_collation = PMA_getDbCollation($db);
}
 
// Display function
/**
* void PMA_TableHeader([bool $db_is_information_schema = false])
* display table header (<table><thead>...</thead><tbody>)
*
* @uses PMA_showHint()
* @uses PMA_MYSQL_INT_VERSION
* @uses $GLOBALS['cfg']['PropertiesNumColumns']
* @uses $GLOBALS['cfg']['ShowStats']
* @uses $GLOBALS['strTable']
* @uses $GLOBALS['strAction']
* @uses $GLOBALS['strRecords']
* @uses $GLOBALS['strApproximateCount']
* @uses $GLOBALS['strType']
* @uses $GLOBALS['strCollation']
* @uses $GLOBALS['strSize']
* @uses $GLOBALS['strOverhead']
* @uses $GLOBALS['structure_tbl_col_cnt']
* @param boolean $db_is_information_schema
*/
function PMA_TableHeader($db_is_information_schema = false)
{
$cnt = 0; // Let's count the columns...
 
if ($db_is_information_schema) {
$action_colspan = 3;
} else {
$action_colspan = 6;
}
 
echo '<table class="data" style="float: left;">' . "\n"
.'<thead>' . "\n"
.'<tr><td></td>' . "\n"
.' <th>' . $GLOBALS['strTable'] . '</th>' . "\n"
.' <th colspan="' . $action_colspan . '">' . "\n"
.' ' . $GLOBALS['strAction'] . "\n"
.' </th>'
.' <th>' . $GLOBALS['strRecords']
.PMA_showHint($GLOBALS['strApproximateCount']) . "\n"
.' </th>' . "\n";
if (!($GLOBALS['cfg']['PropertiesNumColumns'] > 1)) {
echo ' <th>' . $GLOBALS['strType'] . '</th>' . "\n";
$cnt++;
if (PMA_MYSQL_INT_VERSION >= 40100) {
echo ' <th>' . $GLOBALS['strCollation'] . '</th>' . "\n";
$cnt++;
}
}
if ($GLOBALS['cfg']['ShowStats']) {
echo ' <th>' . $GLOBALS['strSize'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strOverhead'] . '</th>' . "\n";
$cnt += 2;
}
echo '</tr>' . "\n";
echo '</thead>' . "\n";
echo '<tbody>' . "\n";
$GLOBALS['structure_tbl_col_cnt'] = $cnt + $action_colspan + 3;
}
 
$titles = array();
if (true == $cfg['PropertiesIconic']) {
$titles['Browse'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'b_browse.png" alt="' . $strBrowse . '" title="' . $strBrowse . '" />';
$titles['NoBrowse'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'bd_browse.png" alt="' . $strBrowse . '" title="' . $strBrowse . '" />';
$titles['Search'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'b_select.png" alt="' . $strSearch . '" title="' . $strSearch . '" />';
$titles['NoSearch'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'bd_select.png" alt="' . $strSearch . '" title="' . $strSearch . '" />';
$titles['Insert'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'b_insrow.png" alt="' . $strInsert . '" title="' . $strInsert . '" />';
$titles['NoInsert'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'bd_insrow.png" alt="' . $strInsert . '" title="' . $strInsert . '" />';
$titles['Structure'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'b_props.png" alt="' . $strStructure . '" title="' . $strStructure . '" />';
$titles['Drop'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'b_drop.png" alt="' . $strDrop . '" title="' . $strDrop . '" />';
$titles['NoDrop'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'bd_drop.png" alt="' . $strDrop . '" title="' . $strDrop . '" />';
$titles['Empty'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'b_empty.png" alt="' . $strEmpty . '" title="' . $strEmpty . '" />';
$titles['NoEmpty'] = '<img class="icon" width="16" height="16" src="' .$pmaThemeImage . 'bd_empty.png" alt="' . $strEmpty . '" title="' . $strEmpty . '" />';
 
if ('both' === $cfg['PropertiesIconic']) {
$titles['Browse'] .= $strBrowse;
$titles['Search'] .= $strSearch;
$titles['NoBrowse'] .= $strBrowse;
$titles['NoSearch'] .= $strSearch;
$titles['Insert'] .= $strInsert;
$titles['NoInsert'] .= $strInsert;
$titles['Structure'] .= $strStructure;
$titles['Drop'] .= $strDrop;
$titles['NoDrop'] .= $strDrop;
$titles['Empty'] .= $strEmpty;
$titles['NoEmpty'] .= $strEmpty;
}
} else {
$titles['Browse'] = $strBrowse;
$titles['Search'] = $strSearch;
$titles['NoBrowse'] = $strBrowse;
$titles['NoSearch'] = $strSearch;
$titles['Insert'] = $strInsert;
$titles['NoInsert'] = $strInsert;
$titles['Structure'] = $strStructure;
$titles['Drop'] = $strDrop;
$titles['NoDrop'] = $strDrop;
$titles['Empty'] = $strEmpty;
$titles['NoEmpty'] = $strEmpty;
}
 
/**
* Displays the tables list
*/
?>
<form method="post" action="db_details_structure.php" name="tablesForm" id="tablesForm">
<?php
echo PMA_generate_common_hidden_inputs($db);
 
PMA_TableHeader($db_is_information_schema);
 
$i = $sum_entries = 0;
$sum_size = (double) 0;
$overhead_size = (double) 0;
$overhead_check = '';
$checked = !empty($checkall) ? ' checked="checked"' : '';
$num_columns = $cfg['PropertiesNumColumns'] > 1 ? ceil($num_tables / $cfg['PropertiesNumColumns']) + 1 : 0;
$row_count = 0;
 
 
$hidden_fields = array();
$odd_row = true;
$at_least_one_view_exceeds_max_count = false;
 
foreach ($tables as $keyname => $each_table) {
if ($each_table['TABLE_ROWS'] === null || $each_table['TABLE_ROWS'] < $GLOBALS['cfg']['MaxExactCount']) {
$each_table['TABLE_ROWS'] = PMA_countRecords($db,
$each_table['TABLE_NAME'], $return = true, $force_exact = true);
}
 
$table_encoded = urlencode($each_table['TABLE_NAME']);
// MySQL < 5.0.13 returns "view", >= 5.0.13 returns "VIEW"
$table_is_view = ($each_table['TABLE_TYPE'] === 'VIEW'
|| $each_table['TABLE_TYPE'] === 'SYSTEM VIEW');
 
$alias = (!empty($tooltip_aliasname) && isset($tooltip_aliasname[$each_table['TABLE_NAME']]))
? htmlspecialchars($tooltip_aliasname[$each_table['TABLE_NAME']])
: htmlspecialchars($each_table['TABLE_NAME']);
$truename = (!empty($tooltip_truename) && isset($tooltip_truename[$each_table['TABLE_NAME']]))
? htmlspecialchars($tooltip_truename[$each_table['TABLE_NAME']])
: htmlspecialchars($each_table['TABLE_NAME']);
 
// Sets parameters for links
$tbl_url_query = $url_query . '&amp;table=' . $table_encoded;
$i++;
 
$row_count++;
if ($table_is_view) {
$hidden_fields[] = '<input type="hidden" name="views[]" value="' . $table_encoded . '" />';
}
 
if ($each_table['TABLE_ROWS'] > 0) {
$browse_table = '<a href="sql.php?' . $tbl_url_query . '&amp;pos=0">' . $titles['Browse'] . '</a>';
$search_table = '<a href="tbl_select.php?' . $tbl_url_query . '">' . $titles['Search'] . '</a>';
} else {
$browse_table = $titles['NoBrowse'];
$search_table = $titles['NoSearch'];
}
 
if (! $db_is_information_schema) {
if (! empty($each_table['TABLE_ROWS'])) {
$empty_table = '<a href="sql.php?' . $tbl_url_query
. '&amp;sql_query=';
if (PMA_MYSQL_INT_VERSION >= 40000) {
$empty_table .= urlencode('TRUNCATE ' . PMA_backquote($each_table['TABLE_NAME']))
. '&amp;zero_rows='
. urlencode(sprintf($strTableHasBeenEmptied, htmlspecialchars($each_table['TABLE_NAME'])))
. '" onclick="return confirmLink(this, \'TRUNCATE ';
} else {
$empty_table .= urlencode('DELETE FROM ' . PMA_backquote($each_table['TABLE_NAME']))
. '&amp;zero_rows='
. urlencode(sprintf($strTableHasBeenEmptied, htmlspecialchars($each_table['TABLE_NAME'])))
. '" onclick="return confirmLink(this, \'DELETE FROM ';
}
$empty_table .= PMA_jsFormat($each_table['TABLE_NAME']) . '\')">' . $titles['Empty'] . '</a>';
} else {
$empty_table = $titles['NoEmpty'];
}
$drop_query = 'DROP '
. ($table_is_view ? 'VIEW' : 'TABLE')
. ' ' . PMA_backquote($each_table['TABLE_NAME']);
$drop_message = sprintf(
$table_is_view ? $strViewHasBeenDropped : $strTableHasBeenDropped,
htmlspecialchars($each_table['TABLE_NAME']));
}
 
// loic1: Patch from Joshua Nye <josh at boxcarmedia.com> to get valid
// statistics whatever is the table type
 
if (isset($each_table['TABLE_ROWS'])) {
// MyISAM, ISAM or Heap table: Row count, data size and index size
// is accurate.
if (preg_match('@^(MyISAM|ISAM|HEAP|MEMORY)$@', $each_table['ENGINE'])) {
if ($cfg['ShowStats']) {
$tblsize = doubleval($each_table['Data_length']) + doubleval($each_table['Index_length']);
$sum_size += $tblsize;
list($formated_size, $unit) = PMA_formatByteDown($tblsize, 3, ($tblsize > 0) ? 1 : 0);
if (isset($each_table['Data_free']) && $each_table['Data_free'] > 0) {
list($formated_overhead, $overhead_unit) = PMA_formatByteDown($each_table['Data_free']);
$overhead_size += $each_table['Data_free'];
}
}
$sum_entries += $each_table['TABLE_ROWS'];
} elseif ($each_table['ENGINE'] == 'InnoDB') {
// InnoDB table: Row count is not accurate but data and index
// sizes are.
if ($cfg['ShowStats']) {
$tblsize = $each_table['Data_length'] + $each_table['Index_length'];
$sum_size += $tblsize;
list($formated_size, $unit) = PMA_formatByteDown($tblsize, 3, ($tblsize > 0) ? 1 : 0);
}
//$display_rows = ' - ';
$sum_entries += $each_table['TABLE_ROWS'];
} elseif (preg_match('@^(MRG_MyISAM|BerkeleyDB)$@', $each_table['ENGINE'])) {
// Merge or BerkleyDB table: Only row count is accurate.
if ($cfg['ShowStats']) {
$formated_size = ' - ';
$unit = '';
}
$sum_entries += $each_table['TABLE_ROWS'];
} else {
// Unknown table type.
if ($cfg['ShowStats']) {
$formated_size = 'unknown';
$unit = '';
}
}
 
if (PMA_MYSQL_INT_VERSION >= 40100) {
if (isset($each_table['Collation'])) {
$collation = '<dfn title="'
. PMA_getCollationDescr($each_table['Collation']) . '">'
. $each_table['Collation'] . '</dfn>';
} else {
$collation = '---';
}
}
 
if ($cfg['ShowStats']) {
if (isset($formated_overhead)) {
$overhead = '<a href="tbl_properties_structure.php?'
. $tbl_url_query . '#showusage">' . $formated_overhead
. ' ' . $overhead_unit . '</a>' . "\n";
unset($formated_overhead);
$overhead_check .=
"document.getElementById('checkbox_tbl_$i').checked = true;";
} else {
$overhead = '-';
}
} // end if
} // end if (isset($each_table['TABLE_ROWS'])
 
if ($num_columns > 0 && $num_tables > $num_columns
&& (($row_count % $num_columns) == 0)) {
$row_count = 1;
$odd_row = true;
?>
</tr>
</tbody>
</table>
<?php
PMA_TableHeader();
}
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<td align="center">
<input type="checkbox" name="selected_tbl[]"
value="<?php echo $table_encoded; ?>"
id="checkbox_tbl_<?php echo $i; ?>"<?php echo $checked; ?> /></td>
<th><label for="checkbox_tbl_<?php echo $i; ?>"
title="<?php echo $alias; ?>"><?php echo $truename; ?></label>
</th>
<td align="center"><?php echo $browse_table; ?></td>
<td align="center">
<a href="tbl_properties_structure.php?<?php echo $tbl_url_query; ?>">
<?php echo $titles['Structure']; ?></a></td>
<td align="center"><?php echo $search_table; ?></td>
<?php if (! $db_is_information_schema) { ?>
<td align="center">
<a href="tbl_change.php?<?php echo $tbl_url_query; ?>">
<?php echo $titles['Insert']; ?></a></td>
<td align="center"><?php echo $empty_table; ?></td>
<td align="center">
<a href="sql.php?<?php echo $tbl_url_query;
?>&amp;reload=1&amp;purge=1&amp;sql_query=<?php
echo urlencode($drop_query); ?>&amp;zero_rows=<?php
echo urlencode($drop_message); ?>"
onclick="return confirmLink(this, '<?php echo PMA_jsFormat($drop_query, false); ?>')">
<?php echo $titles['Drop']; ?></a></td>
<?php } // end if (! $db_is_information_schema)
 
// there is a null value in the ENGINE
// - when the table needs to be repaired, or
// - when it's a view
// so ensure that we'll display "in use" below for a table
// that needs to be repaired
 
if (isset($each_table['TABLE_ROWS']) && ($each_table['ENGINE'] != null || $table_is_view)) {
if ($table_is_view && $each_table['TABLE_ROWS'] >= $cfg['MaxExactCount']) {
$at_least_one_view_exceeds_max_count = true;
$show_superscript = '<sup>1</sup>';
} else {
$show_superscript = '';
}
?>
<td class="value"><?php echo PMA_formatNumber($each_table['TABLE_ROWS'], 0) . $show_superscript; ?></td>
<?php if (!($cfg['PropertiesNumColumns'] > 1)) { ?>
<td nowrap="nowrap"><?php echo ($table_is_view ? $strView : $each_table['ENGINE']); ?></td>
<?php if (isset($collation)) { ?>
<td nowrap="nowrap"><?php echo $collation ?></td>
<?php } ?>
<?php } ?>
 
<?php if ($cfg['ShowStats']) { ?>
<td class="value"><a
href="tbl_properties_structure.php?<?php echo $tbl_url_query; ?>#showusage"
><?php echo $formated_size . ' ' . $unit; ?></a></td>
<td class="value"><?php echo $overhead; ?></td>
<?php } // end if ?>
<?php } elseif ($table_is_view) { ?>
<td class="value">-</td>
<td><?php echo $strView; ?></td>
<td>---</td>
<?php if ($cfg['ShowStats']) { ?>
<td class="value">-</td>
<td class="value">-</td>
<?php } ?>
<?php } else { ?>
<td colspan="<?php echo ($structure_tbl_col_cnt - ($db_is_information_schema ? 5 : 8)) ?>"
align="center">
<?php echo $strInUse; ?></td>
<?php } // end if (isset($each_table['TABLE_ROWS'])) else ?>
</tr>
<?php
} // end foreach
 
// Show Summary
if ($cfg['ShowStats']) {
list($sum_formated, $unit) = PMA_formatByteDown($sum_size, 3, 1);
list($overhead_formated, $overhead_unit) =
PMA_formatByteDown($overhead_size, 3, 1);
}
?>
</tbody>
<tbody>
<tr><td></td>
<th align="center" nowrap="nowrap">
<?php echo sprintf($strTables, PMA_formatNumber($num_tables, 0)); ?>
</th>
<th colspan="<?php echo ($db_is_information_schema ? 3 : 6) ?>" align="center">
<?php echo $strSum; ?></th>
<th class="value"><?php echo PMA_formatNumber($sum_entries, 0); ?></th>
<?php
if (!($cfg['PropertiesNumColumns'] > 1)) {
echo ' <th align="center">'
.PMA_DBI_get_default_engine() . '</th>' . "\n";
if (! empty($db_collation)) {
echo ' <th align="center">' . "\n"
. ' <dfn title="'
. PMA_getCollationDescr($db_collation) . '">' . $db_collation
. '</dfn></th>';
}
}
 
if ($cfg['ShowStats']) {
?>
<th class="value"><?php echo $sum_formated . ' ' . $unit; ?></th>
<th class="value"><?php echo $overhead_formated . ' ' . $overhead_unit; ?></th>
<?php
}
?>
</tr>
</tbody>
</table>
 
<div class="clearfloat">
<?php
// Check all tables url
$checkall_url = 'db_details_structure.php?' . PMA_generate_common_url($db);
?>
<img class="selectallarrow" src="<?php echo $pmaThemeImage .'arrow_'.$text_dir.'.png'; ?>"
width="38" height="22" alt="<?php echo $strWithChecked; ?>" />
<a href="<?php echo $checkall_url; ?>&amp;checkall=1"
onclick="if (markAllRows('tablesForm')) return false;">
<?php echo $strCheckAll; ?></a>
/
<a href="<?php echo $checkall_url; ?>"
onclick="if (unMarkAllRows('tablesForm')) return false;">
<?php echo $strUncheckAll; ?></a>
<?php if ($overhead_check != '') { ?>
/
<a href="#" onclick="unMarkAllRows('tablesForm');
<?php echo $overhead_check; ?> return false;">
<?php echo $strCheckOverhead; ?></a>
<?php } ?>
 
<select name="submit_mult" onchange="this.form.submit();" style="margin: 0 3em 0 3em;">
<?php
echo ' <option value="' . $strWithChecked . '" selected="selected">'
. $strWithChecked . '</option>' . "\n";
echo ' <option value="' . $strEmpty . '" >'
. $strEmpty . '</option>' . "\n";
echo ' <option value="' . $strDrop . '" >'
. $strDrop . '</option>' . "\n";
echo ' <option value="' . $strPrintView . '" >'
. $strPrintView . '</option>' . "\n";
echo ' <option value="' . $strCheckTable . '" >'
. $strCheckTable . '</option>' . "\n";
echo ' <option value="' . $strOptimizeTable . '" >'
. $strOptimizeTable . '</option>' . "\n";
echo ' <option value="' . $strRepairTable . '" >'
. $strRepairTable . '</option>' . "\n";
echo ' <option value="' . $strAnalyzeTable . '" >'
. $strAnalyzeTable . '</option>' . "\n";
?>
</select>
<script type="text/javascript" language="javascript">
<!--
// Fake js to allow the use of the <noscript> tag
//-->
</script>
<noscript>
<input type="submit" value="<?php echo $strGo; ?>" />
</noscript>
<?php echo implode("\n", $hidden_fields) . "\n"; ?>
</div>
</form>
<?php
// Notice about row count for views
 
if ($at_least_one_view_exceeds_max_count && !$db_is_information_schema) {
echo '<div class="notice">' . "\n";
echo '<sup>1</sup>' . PMA_sanitize(sprintf($strViewMaxExactCount, PMA_formatNumber($cfg['MaxExactCount'], 0), '[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]')) . "\n";
echo '</div>' . "\n";
}
?>
<hr />
 
<?php
/**
* Work on the database
* redesigned 2004-05-08 by mkkeck
*/
/* DATABASE WORK */
/* Printable view of a table */
echo '<p>';
echo '<a href="db_printview.php?' . $url_query . '">';
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage
.'b_print.png" width="16" height="16" alt="" />';
}
echo $strPrintView . '</a> ';
 
echo '<a href="./db_datadict.php?' . $url_query . '">';
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage
.'b_tblanalyse.png" width="16" height="16" alt="" />';
}
echo $strDataDict . '</a>';
echo '</p>';
 
if (empty($db_is_information_schema)) {
require './libraries/display_create_table.lib.php';
} // end if (Create Table dialog)
 
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
?>
/Web/Maintenance/phpMyAdmin/db_import.php
0,0 → 1,21
<?php
/* $Id: db_import.php,v 2.4 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Gets tables informations and displays top links
*/
require('./libraries/db_details_common.inc.php');
require('./libraries/db_details_db_info.inc.php');
 
$import_type = 'database';
require('./libraries/display_import.lib.php');
 
/**
* Displays the footer
*/
require('./libraries/footer.inc.php');
?>
 
/Web/Maintenance/phpMyAdmin/db_operations.php
0,0 → 1,438
<?php
/* $Id: db_operations.php,v 2.29 2006/01/17 17:02:28 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* handles miscellaneous db operations:
* - move/rename
* - copy
* - changing collation
* - changing comment
* - adding tables
* - viewing PDF schemas
*/
 
/**
* requirements
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/mysql_charsets.lib.php');
 
/**
* Rename/move or copy database
*/
if (isset($db) &&
((isset($db_rename) && $db_rename == 'true') ||
(isset($db_copy) && $db_copy == 'true'))) {
 
require_once('./libraries/tbl_move_copy.php');
 
if (isset($db_rename) && $db_rename == 'true') {
$move = TRUE;
} else {
$move = FALSE;
}
 
if (!isset($newname) || !strlen($newname)) {
$message = $strDatabaseEmpty;
} else {
if ($move ||
(isset($create_database_before_copying) && $create_database_before_copying)) {
$local_query = 'CREATE DATABASE ' . PMA_backquote($newname);
if (isset($db_collation)) {
$local_query .= ' DEFAULT' . PMA_generateCharsetQueryPart($db_collation);
}
$local_query .= ';';
$sql_query = $local_query;
PMA_DBI_query($local_query);
}
 
$tables_full = PMA_DBI_get_tables_full($db);
foreach ($tables_full as $table => $tmp) {
$back = $sql_query;
$sql_query = '';
 
// value of $what for this table only
$this_what = $what;
 
if (!isset($tables_full[$table]['Engine'])) {
$tables_full[$table]['Engine'] = $tables_full[$table]['Type'];
}
// do not copy the data from a Merge table
// note: on the calling FORM, 'data' means 'structure and data'
if ($tables_full[$table]['Engine'] == 'MRG_MyISAM') {
if ($this_what == 'data') {
$this_what = 'structure';
}
if ($this_what == 'dataonly') {
$this_what = 'nocopy';
}
}
 
if ($this_what != 'nocopy') {
PMA_table_move_copy($db, $table, $newname, $table,
isset($this_what) ? $this_what : 'data', $move);
}
 
$sql_query = $back . $sql_query;
}
unset($table);
 
// Duplicate the bookmarks for this db (done once for each db)
if ($db != $newname) {
$get_fields = array('user', 'label', 'query');
$where_fields = array('dbase' => $db);
$new_fields = array('dbase' => $newname);
PMA_duplicate_table_info('bookmarkwork', 'bookmark', $get_fields,
$where_fields, $new_fields);
}
 
if ($move) {
// cleanup pmadb stuff for this db
require_once('./libraries/relation_cleanup.lib.php');
PMA_relationsCleanupDatabase($db);
 
$local_query = 'DROP DATABASE ' . PMA_backquote($db) . ';';
$sql_query .= "\n" . $local_query;
PMA_DBI_query($local_query);
$message = sprintf($strRenameDatabaseOK, htmlspecialchars($db),
htmlspecialchars($newname));
} else {
$message = sprintf($strCopyDatabaseOK, htmlspecialchars($db),
htmlspecialchars($newname));
}
$reload = TRUE;
 
/* Change database to be used */
if ($move) {
$db = $newname;
} else {
if (isset($switch_to_new) && $switch_to_new == 'true') {
PMA_setCookie( 'pma_switch_to_new', 'true' );
$db = $newname;
} else {
PMA_setCookie( 'pma_switch_to_new', '' );
}
}
}
}
/**
* Settings for relations stuff
*/
 
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
/**
* Check if comments were updated
* (must be done before displaying the menu tabs)
*/
if ($cfgRelation['commwork'] && isset($db_comment) && $db_comment == 'true') {
PMA_SetComment($db, '', '(db_comment)', $comment);
}
 
/**
* Prepares the tables list if the user where not redirected to this script
* because there is no table in the database ($is_info is TRUE)
*/
if (empty($is_info)) {
require('./libraries/db_details_common.inc.php');
$url_query .= '&amp;goto=db_operations.php';
 
// Gets the database structure
$sub_part = '_structure';
require('./libraries/db_details_db_info.inc.php');
echo "\n";
}
 
if (PMA_MYSQL_INT_VERSION >= 40101) {
$db_collation = PMA_getDbCollation($db);
}
if (PMA_MYSQL_INT_VERSION < 50002
|| (PMA_MYSQL_INT_VERSION >= 50002 && $db != 'information_schema')) {
$is_information_schema = FALSE;
} else {
$is_information_schema = TRUE;
}
 
if (!$is_information_schema) {
 
require('./libraries/display_create_table.lib.php');
 
if ($cfgRelation['commwork']) {
/**
* database comment
*/
?>
<form method="post" action="db_operations.php">
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<input type="hidden" name="db_comment" value="true" />
<fieldset>
<legend>
<?php
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_comment.png"'
.' alt="" border="0" width="16" height="16" hspace="2" align="middle" />';
}
echo $strDBComment;
$comment = PMA_getComments($db);
?>
</legend>
<input type="text" name="comment" class="textfield" size="30"
value="<?php
echo (isset($comment) && is_array($comment)
? htmlspecialchars(implode(' ', $comment))
: ''); ?>" />
<input type="submit" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
<?php
}
/**
* rename database
*/
?>
<form method="post" action="db_operations.php"
onsubmit="return emptyFormElements(this, 'newname')">
<input type="hidden" name="what" value="data" />
<input type="hidden" name="db_rename" value="true" />
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<fieldset>
<legend>
<?php
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
.' alt="" width="16" height="16" />';
}
echo $strDBRename . ':';
?>
</legend>
<input type="text" name="newname" size="30" class="textfield" value="" />
<input type="submit" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
 
<?php
/**
* Copy database
*/
?>
<form method="post" action="db_operations.php"
onsubmit="return emptyFormElements(this, 'newname')">
<?php
if (isset($db_collation)) {
echo '<input type="hidden" name="db_collation" value="' . $db_collation
.'" />' . "\n";
}
echo '<input type="hidden" name="db_copy" value="true" />' . "\n";
echo PMA_generate_common_hidden_inputs($db);
?>
<fieldset>
<legend>
<?php
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
.' alt="" width="16" height="16" />';
}
echo $strDBCopy . ':';
?>
</legend>
<input type="text" name="newname" size="30" class="textfield" value="" /><br />
<input type="radio" name="what" value="structure"
id="radio_copy_structure" style="vertical-align: middle" />
<label for="radio_copy_structure"><?php echo $strStrucOnly; ?></label><br />
<input type="radio" name="what" value="data" id="radio_copy_data"
checked="checked" style="vertical-align: middle" />
<label for="radio_copy_data"><?php echo $strStrucData; ?></label><br />
<input type="radio" name="what" value="dataonly"
id="radio_copy_dataonly" style="vertical-align: middle" />
<label for="radio_copy_dataonly"><?php echo $strDataOnly; ?></label><br />
 
<input type="checkbox" name="create_database_before_copying" value="1"
id="checkbox_create_database_before_copying"
style="vertical-align: middle" checked="checked" />
<label for="checkbox_create_database_before_copying">
<?php echo $strCreateDatabaseBeforeCopying; ?></label><br />
<input type="checkbox" name="drop_if_exists" value="true"
id="checkbox_drop" style="vertical-align: middle" />
<label for="checkbox_drop"><?php echo $strStrucDrop; ?></label><br />
<input type="checkbox" name="sql_auto_increment" value="1"
id="checkbox_auto_increment" style="vertical-align: middle" />
<label for="checkbox_auto_increment">
<?php echo $strAddAutoIncrement; ?></label><br />
<input type="checkbox" name="constraints" value="1"
id="checkbox_constraints" style="vertical-align: middle" />
<label for="checkbox_constraints">
<?php echo $strAddConstraints; ?></label><br />
<?php
if (isset($_COOKIE) && isset($_COOKIE['pma_switch_to_new'])
&& $_COOKIE['pma_switch_to_new'] == 'true') {
$pma_switch_to_new = 'true';
}
?>
<input type="checkbox" name="switch_to_new" value="true"
id="checkbox_switch"
<?php echo ((isset($pma_switch_to_new) && $pma_switch_to_new == 'true') ? ' checked="checked"' : ''); ?>
style="vertical-align: middle" />
<label for="checkbox_switch"><?php echo $strSwitchToDatabase; ?></label>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="submit_copy" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
 
<?php
/**
* Change database charset
*/
if (PMA_MYSQL_INT_VERSION >= 40101) {
// MySQL supports setting default charsets / collations for databases since
// version 4.1.1.
echo '<form method="post" action="./db_operations.php">' . "\n"
. PMA_generate_common_hidden_inputs($db, $table)
. '<fieldset>' . "\n"
. ' <legend>';
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 's_asci.png"'
.' alt="" width="16" height="16" />';
}
echo ' <label for="select_db_collation">' . $strCollation . ':</label>' . "\n"
. ' </legend>' . "\n"
. PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION,
'db_collation', 'select_db_collation', $db_collation, FALSE, 3)
. ' <input type="submit" name="submitcollation"'
. ' value="' . $strGo . '" style="vertical-align: middle" />' . "\n"
. '</fieldset>' . "\n"
. '</form>' . "\n";
}
 
if ( $num_tables > 0
&& !$cfgRelation['allworks'] && $cfg['PmaNoRelation_DisableWarning'] == FALSE) {
echo '<div class="error"><h1>' . $strError . '</h1>'
. sprintf( $strRelationNotWorking,
'<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">',
'</a>')
. '</div>';
} // end if
} // end if (!$is_information_schema)
 
 
// not sure about leaving the PDF dialog for information_schema
if ($num_tables > 0) {
$takeaway = $url_query . '&amp;table=' . urlencode($table);
}
 
if ($cfgRelation['pdfwork'] && $num_tables > 0) { ?>
<!-- Work on PDF Pages -->
 
<?php
// We only show this if we find something in the new pdf_pages table
 
$test_query = '
SELECT *
FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages']) . '
WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'';
$test_rs = PMA_query_as_cu($test_query, null, PMA_DBI_QUERY_STORE);
 
if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) { ?>
<!-- PDF schema -->
<form method="post" action="pdf_schema.php">
<fieldset>
<legend>
<?php
echo PMA_generate_common_hidden_inputs($db);
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_view.png"'
.' alt="" width="16" height="16" />';
}
echo $strDisplayPDF;
?>:
</legend>
<label for="pdf_page_number_opt"><?php echo $strPageNumber; ?></label>
<select name="pdf_page_number" id="pdf_page_number_opt">
<?php
while ($pages = @PMA_DBI_fetch_assoc($test_rs)) {
echo ' <option value="' . $pages['page_nr'] . '">'
. $pages['page_nr'] . ': ' . $pages['page_descr'] . '</option>' . "\n";
} // end while
PMA_DBI_free_result($test_rs);
unset($test_rs);
?>
</select><br />
 
<input type="checkbox" name="show_grid" id="show_grid_opt" />
<label for="show_grid_opt"><?php echo $strShowGrid; ?></label><br />
<input type="checkbox" name="show_color" id="show_color_opt"
checked="checked" />
<label for="show_color_opt"><?php echo $strShowColor; ?></label><br />
<input type="checkbox" name="show_table_dimension" id="show_table_dim_opt" />
<label for="show_table_dim_opt"><?php echo $strShowTableDimension; ?>
</label><br />
<input type="checkbox" name="all_tab_same_wide" id="all_tab_same_wide" />
<label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?>
</label><br />
<input type="checkbox" name="with_doc" id="with_doc" checked="checked" />
<label for="with_doc"><?php echo $strDataDict; ?></label><br />
 
<label for="orientation_opt"><?php echo $strShowDatadictAs; ?></label>
<select name="orientation" id="orientation_opt">
<option value="L"><?php echo $strLandscape;?></option>
<option value="P"><?php echo $strPortrait;?></option>
</select><br />
 
<label for="paper_opt"><?php echo $strPaperSize; ?></label>
<select name="paper" id="paper_opt">
<?php
foreach ($cfg['PDFPageSizes'] AS $key => $val) {
echo '<option value="' . $val . '"';
if ($val == $cfg['PDFDefaultPageSize']) {
echo ' selected="selected"';
}
echo ' >' . $val . '</option>' . "\n";
}
?>
</select>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
<?php
} // end if
?>
<ul>
<li>
<?php
echo '<a href="pdf_pages.php?' . $takeaway . '">';
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_edit.png"'
.' alt="" width="16" height="16" />';
}
echo $strEditPDFPages . '</a>';
?>
</li>
</ul>
<?php
} // end if
 
if ( $num_tables > 0
&& $cfgRelation['relwork'] && $cfgRelation['commwork']
&& isset($cfg['docSQLDir']) && !empty($cfg['docSQLDir']) ) {
/**
* import docSQL files
*/
echo '<ul>' . "\n"
.'<li><a href="db_details_importdocsql.php?' . $takeaway . '">' . "\n";
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_docsql.png"'
.' alt="" width="16" height="16" />';
}
echo $strImportDocSQL . '</a></li>' . "\n"
.'</ul>';
}
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/db_printview.php
0,0 → 1,263
<?php
/* $Id: db_printview.php,v 2.15.2.1 2006/04/27 09:43:13 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once './libraries/common.lib.php';
 
/**
* Gets the variables sent or posted to this script, then displays headers
*/
$print_view = true;
require_once './libraries/header.inc.php';
 
PMA_checkParameters(array('db'));
 
/**
* Defines the url to return to in case of error in a sql statement
*/
$err_url = 'db_details.php?' . PMA_generate_common_url($db);
 
/**
* Settings for relations stuff
*/
require_once './libraries/relation.lib.php';
$cfgRelation = PMA_getRelationsParam();
 
/**
* Gets the list of the table in the current db and informations about these
* tables if possible
*
* @todo merge this speedup _optionaly_ into PMA_DBI_get_tables_full()
*
// staybyte: speedup view on locked tables - 11 June 2001
// Special speedup for newer MySQL Versions (in 4.0 format changed)
if ($cfg['SkipLockedTables'] == true) {
$result = PMA_DBI_query('SHOW OPEN TABLES FROM ' . PMA_backquote($db) . ';');
// Blending out tables in use
if ($result != false && PMA_DBI_num_rows($result) > 0) {
while ($tmp = PMA_DBI_fetch_row($result)) {
// if in use memorize tablename
if (preg_match('@in_use=[1-9]+@i', $tmp[0])) {
$sot_cache[$tmp[0]] = true;
}
}
PMA_DBI_free_result($result);
 
if (isset($sot_cache)) {
$result = PMA_DBI_query('SHOW TABLES FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE);
if ($result != false && PMA_DBI_num_rows($result) > 0) {
while ($tmp = PMA_DBI_fetch_row($result)) {
if (!isset($sot_cache[$tmp[0]])) {
$sts_result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . addslashes($tmp[0]) . '\';');
$sts_tmp = PMA_DBI_fetch_assoc($sts_result);
$tables[] = $sts_tmp;
} else { // table in use
$tables[] = array('Name' => $tmp[0]);
}
}
PMA_DBI_free_result($result);
$sot_ready = true;
}
}
unset($tmp, $result);
}
}
 
if (! isset($sot_ready)) {
$result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ';');
if (PMA_DBI_num_rows($result) > 0) {
while ($sts_tmp = PMA_DBI_fetch_assoc($result)) {
$tables[] = $sts_tmp;
}
PMA_DBI_free_result($result);
unset($res);
}
}
*/
 
/**
* If there is at least one table, displays the printer friendly view, else
* an error message
*/
$tables = PMA_DBI_get_tables_full($db);
$num_tables = count($tables);
 
echo '<br />';
 
// 1. No table
if ($num_tables == 0) {
echo $strNoTablesFound;
}
// 2. Shows table informations on mysql >= 3.23.03 - staybyte - 11 June 2001
else {
?>
<table>
<thead>
<tr>
<th><?php echo $strTable; ?></th>
<th><?php echo $strRecords; ?></th>
<th><?php echo $strType; ?></th>
<?php
if ($cfg['ShowStats']) {
echo '<th>' . $strSize . '</th>';
}
?>
<th><?php echo $strComments; ?></th>
</tr>
</thead>
<tbody>
<?php
$sum_entries = $sum_size = 0;
$odd_row = true;
foreach ($tables as $sts_data) {
if (strtoupper($sts_data['ENGINE']) == 'MRG_MYISAM'
|| strtoupper($sts_data['ENGINE']) == 'FEDERATED') {
$merged_size = true;
} else {
$merged_size = false;
}
$sum_entries += $sts_data['TABLE_ROWS'];
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">
<th>
<?php echo htmlspecialchars($sts_data['TABLE_NAME']); ?>
</th>
<?php
 
if (isset($sts_data['TABLE_ROWS'])) {
?>
<td align="right">
<?php
if ($merged_size) {
echo '<i>' . number_format($sts_data['TABLE_ROWS'], 0, $number_decimal_separator, $number_thousands_separator) . '</i>' . "\n";
} else {
echo number_format($sts_data['TABLE_ROWS'], 0, $number_decimal_separator, $number_thousands_separator) . "\n";
}
?>
</td>
<td nowrap="nowrap">
<?php echo $sts_data['ENGINE']; ?>
</td>
<?php
if ($cfg['ShowStats']) {
$tblsize = $sts_data['Data_length'] + $sts_data['Index_length'];
$sum_size += $tblsize;
list($formated_size, $unit) = PMA_formatByteDown($tblsize, 3, 1);
?>
<td align="right" nowrap="nowrap">
<?php echo $formated_size . ' ' . $unit; ?>
</td>
<?php
} // end if
} else {
?>
<td colspan="3" align="center">
<?php echo $strInUse; ?>
</td>
<?php
}
?>
<td>
<?php
if (! empty($sts_data['Comment'])) {
echo $sts_data['Comment'];
$needs_break = '<br />';
} else {
$needs_break = '';
}
 
if (! empty($sts_data['Create_time'])
|| ! empty($sts_data['Update_time'])
|| ! empty($sts_data['Check_time'])) {
echo $needs_break;
?>
<table width="100%">
<?php
 
if (! empty($sts_data['Create_time'])) {
?>
<tr>
<td align="right"><?php echo $strStatCreateTime . ': '; ?></td>
<td align="right"><?php echo PMA_localisedDate(strtotime($sts_data['Create_time'])); ?></td>
</tr>
<?php
}
 
if (! empty($sts_data['Update_time'])) {
?>
<tr>
<td align="right"><?php echo $strStatUpdateTime . ': '; ?></td>
<td align="right"><?php echo PMA_localisedDate(strtotime($sts_data['Update_time'])); ?></td>
</tr>
<?php
}
 
if (! empty($sts_data['Check_time'])) {
?>
<tr>
<td align="right"><?php echo $strStatCheckTime . ': '; ?></td>
<td align="right"><?php echo PMA_localisedDate(strtotime($sts_data['Check_time'])); ?></td>
</tr>
<?php
}
?>
</table>
<?php
}
?>
</td>
</tr>
<?php
}
?>
<tr>
<th align="center">
<?php echo sprintf($strTables, number_format($num_tables, 0, $number_decimal_separator, $number_thousands_separator)); ?>
</th>
<th align="right" nowrap="nowrap">
<?php echo number_format($sum_entries, 0, $number_decimal_separator, $number_thousands_separator); ?>
</th>
<th align="center">
--
</th>
<?php
if ($cfg['ShowStats']) {
list($sum_formated, $unit) = PMA_formatByteDown($sum_size, 3, 1);
?>
<th align="right" nowrap="nowrap">
<?php echo $sum_formated . ' ' . $unit; ?>
</th>
<?php
}
?>
<th>&nbsp;</th>
</tr>
</tbody>
</table>
<?php
}
 
/**
* Displays the footer
*/
?>
 
<script type="text/javascript" language="javascript">
//<![CDATA[
function printPage()
{
// Do print the page
if (typeof(window.print) != 'undefined') {
window.print();
}
}
//]]>
</script>
<br /><br />
 
<input type="button" class="print_ignore"
id="print" value="<?php echo $strPrint; ?>" onclick="printPage()" />
 
<?php
require_once './libraries/footer.inc.php';
?>
/Web/Maintenance/phpMyAdmin/db_search.php
0,0 → 1,308
<?php
/* $Id: db_search.php,v 2.19 2006/01/25 14:23:26 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Credits for this script goes to Thomas Chaumeny <chaume92 at aol.com>
*/
 
require_once('./libraries/common.lib.php');
 
/**
* Gets some core libraries and send headers
*/
require('./libraries/db_details_common.inc.php');
// If config variable $cfg['Usedbsearch'] is on FALSE : exit.
if (!$cfg['UseDbSearch']) {
PMA_mysqlDie($strAccessDenied, '', FALSE, $err_url);
} // end if
$url_query .= '&amp;goto=db_search.php';
$url_params['goto'] = 'db_search.php';
 
/**
* Get the list of tables from the current database
*/
$tables = PMA_DBI_get_tables($GLOBALS['db']);
$num_tables = count( $tables );
 
/**
* Displays top links
*/
$sub_part = '';
require('./libraries/db_details_links.inc.php');
 
 
/**
* 1. Main search form has been submitted
*/
if (isset($_REQUEST['submit_search'])) {
 
/**
* Builds the SQL search query
*
* @param string the table name
* @param string the string to search
* @param integer type of search (1 -> 1 word at least, 2 -> all words,
* 3 -> exact string, 4 -> regexp)
*
* @return array 3 SQL querys (for count, display and delete results)
*
* @global string the url to return to in case of errors
*/
function PMA_getSearchSqls($table, $search_str, $search_option)
{
global $err_url, $charset_connection;
 
// Statement types
$sqlstr_select = 'SELECT';
$sqlstr_delete = 'DELETE';
 
// Fields to select
$res = PMA_DBI_query('SHOW ' . (PMA_MYSQL_INT_VERSION >= 40100 ? 'FULL ' : '') . 'FIELDS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($GLOBALS['db']) . ';');
while ($current = PMA_DBI_fetch_assoc($res)) {
if (PMA_MYSQL_INT_VERSION >= 40100) {
list($current['Charset']) = explode('_', $current['Collation']);
}
$current['Field'] = PMA_backquote($current['Field']);
$tblfields[] = $current;
} // while
PMA_DBI_free_result($res);
unset($current, $res);
$tblfields_cnt = count($tblfields);
 
// Table to use
$sqlstr_from = ' FROM ' . PMA_backquote($GLOBALS['db']) . '.' . PMA_backquote($table);
 
// Beginning of WHERE clause
$sqlstr_where = ' WHERE';
 
$search_words = (($search_option > 2) ? array($search_str) : explode(' ', $search_str));
$search_wds_cnt = count($search_words);
 
$like_or_regex = (($search_option == 4) ? 'REGEXP' : 'LIKE');
$automatic_wildcard = (($search_option <3) ? '%' : '');
 
for ($i = 0; $i < $search_wds_cnt; $i++) {
// Eliminates empty values
// In MySQL 4.1, if a field has no collation we get NULL in Charset
// but in MySQL 5.0.x we get ''
if (!empty($search_words[$i])) {
for ($j = 0; $j < $tblfields_cnt; $j++) {
if (PMA_MYSQL_INT_VERSION >= 40100 && $tblfields[$j]['Charset'] != $charset_connection && $tblfields[$j]['Charset'] != 'NULL' && $tblfields[$j]['Charset'] != '') {
$prefix = 'CONVERT(_utf8 ';
$suffix = ' USING ' . $tblfields[$j]['Charset'] . ') COLLATE ' . $tblfields[$j]['Collation'];
} else {
$prefix = $suffix = '';
}
$thefieldlikevalue[] = $tblfields[$j]['Field']
. ' ' . $like_or_regex . ' '
. $prefix
. '\''
. $automatic_wildcard
. $search_words[$i]
. $automatic_wildcard . '\''
. $suffix;
} // end for
 
$fieldslikevalues[] = ($search_wds_cnt > 1)
? '(' . implode(' OR ', $thefieldlikevalue) . ')'
: implode(' OR ', $thefieldlikevalue);
unset($thefieldlikevalue);
} // end if
} // end for
 
$implode_str = ($search_option == 1 ? ' OR ' : ' AND ');
$sqlstr_where .= ' ' . implode($implode_str, $fieldslikevalues);
unset($fieldslikevalues);
 
// Builds complete queries
$sql['select_fields'] = $sqlstr_select . ' * ' . $sqlstr_from . $sqlstr_where;
// here, I think we need to still use the COUNT clause, even for
// VIEWs, anyway we have a WHERE clause that should limit results
$sql['select_count'] = $sqlstr_select . ' COUNT(*) AS count' . $sqlstr_from . $sqlstr_where;
$sql['delete'] = $sqlstr_delete . $sqlstr_from . $sqlstr_where;
 
return $sql;
} // end of the "PMA_getSearchSqls()" function
 
 
/**
* Displays the results
*/
if (!empty($_REQUEST['search_str']) && !empty($_REQUEST['search_option'])) {
 
$original_search_str = $_REQUEST['search_str'];
$search_str = PMA_sqlAddslashes($_REQUEST['search_str'], TRUE);
 
// Get the true string to display as option's comment
switch ($_REQUEST['search_option']) {
case 1:
$option_str = ' (' . $strSearchOption1 . ')';
$search_option = 1;
break;
case 2:
$option_str = ' (' . $strSearchOption2 . ')';
$search_option = 2;
break;
case 3:
$option_str = ' (' . $strSearchOption3 . ')';
$search_option = 3;
break;
case 4:
$option_str = ' (' . $strSearchOption4 . ')';
$search_option = 4;
break;
} // end switch
 
$this_url_params = array(
'db' => $GLOBALS['db'],
'goto' => 'db_details.php',
'pos' => 0,
'is_js_confirmed' => 0,
);
 
// Displays search string
echo '<br />' . "\n"
.'<table class="data">' . "\n"
.'<caption class="tblHeaders">' . "\n"
.sprintf($strSearchResultsFor,
htmlspecialchars($original_search_str), $option_str) . "\n"
.'</caption>' . "\n";
 
$num_search_result_total = 0;
$odd_row = true;
 
foreach ( $_REQUEST['table_select'] as $each_table ) {
// Gets the SQL statements
$newsearchsqls = PMA_getSearchSqls($each_table,
$search_str, $search_option);
 
// Executes the "COUNT" statement
$res_cnt = PMA_DBI_fetch_value($newsearchsqls['select_count']);
$num_search_result_total += $res_cnt;
 
echo '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">'
.'<td>' . sprintf($strNumSearchResultsInTable, $res_cnt,
htmlspecialchars($each_table)) . "</td>\n";
 
if ($res_cnt > 0) {
$this_url_params['sql_query'] = $newsearchsqls['select_fields'];
echo '<td>' . PMA_linkOrButton(
'sql.php' . PMA_generate_common_url($this_url_params),
$strBrowse, '') . "</td>\n";
 
$this_url_params['sql_query'] = $newsearchsqls['delete'];
echo '<td>' . PMA_linkOrButton(
'sql.php' . PMA_generate_common_url($this_url_params),
$strDelete, $newsearchsqls['delete']) . "</td>\n";
 
} else {
echo '<td>&nbsp;</td>' . "\n"
.'<td>&nbsp;</td>' . "\n";
}// end if else
$odd_row = ! $odd_row;
echo '</tr>' . "\n";
} // end for
 
echo '</table>' . "\n";
 
if ( count($_REQUEST['table_select']) > 1 ) {
echo '<p>' . sprintf($strNumSearchResultsTotal,
$num_search_result_total) . '</p>' . "\n";
}
} // end if (!empty($search_str) && !empty($search_option))
 
} // end 1.
 
 
/**
* 2. Displays the main search form
*/
echo "\n";
$searched = (isset($original_search_str))
? htmlspecialchars($original_search_str)
: '';
if (empty($search_option)) {
$search_option = 1;
}
?>
<a name="db_search"></a>
<form method="post" action="db_search.php" name="db_search">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db']); ?>
<fieldset>
<legend><?php echo $strSearchFormTitle; ?></legend>
 
<table class="formlayout">
<tr><td><?php echo $strSearchNeedle; ?></td>
<td><input type="text" name="search_str" size="60"
value="<?php echo $searched; ?>" /></td>
</tr>
<tr><td align="right" valign="top">
<?php echo $strSearchType; ?></td>
<td><input type="radio" id="search_option_1" name="search_option"
value="1"<?php if ($search_option == 1) echo ' checked="checked"'; ?> />
<label for="search_option_1">
<?php echo $strSearchOption1; ?></label><sup>1</sup><br />
<input type="radio" id="search_option_2" name="search_option"
value="2"<?php if ($search_option == 2) echo ' checked="checked"'; ?> />
<label for="search_option_2">
<?php echo $strSearchOption2; ?></label><sup>1</sup><br />
<input type="radio" id="search_option_3" name="search_option"
value="3"<?php if ($search_option == 3) echo ' checked="checked"'; ?> />
<label for="search_option_3">
<?php echo $strSearchOption3; ?></label><br />
<input type="radio" id="search_option_4" name="search_option"
value="4"<?php if ($search_option == 4) echo ' checked="checked"'; ?> />
<label for="search_option_4">
<?php echo $strSearchOption4; ?></label>
<?php echo PMA_showMySQLDocu('Regexp', 'Regexp'); ?><br />
<br />
<sup>1</sup><?php echo $strSplitWordsWithSpace; ?></td>
</tr>
<tr><td align="right" valign="top">
<?php echo $strSearchInTables; ?></td>
<td rowspan="2">
<?php
echo ' <select name="table_select[]" size="6" multiple="multiple">' . "\n";
foreach ( $tables as $each_table ) {
if ( isset($_REQUEST['unselectall'])) {
$is_selected = '';
} elseif ( ! isset($_REQUEST['table_select'])
|| in_array($each_table, $_REQUEST['table_select'])
|| isset($_REQUEST['selectall']) ) {
$is_selected = ' selected="selected"';
} else {
$is_selected = '';
}
 
echo ' <option value="' . htmlspecialchars($each_table) . '"'
. $is_selected . '>'
. htmlspecialchars($each_table) . '</option>' . "\n";
} // end while
echo ' </select>' . "\n";
$strDoSelectAll = '<a href="db_search.php?' . $url_query . '&amp;selectall=1#db_search"'
. ' onclick="setSelectOptions(\'db_search\', \'table_select[]\', true); return false;">' . $strSelectAll . '</a>'
. '&nbsp;/&nbsp;'
. '<a href="db_search.php?' . $url_query . '&amp;unselectall=1#db_search"'
. ' onclick="setSelectOptions(\'db_search\', \'table_select[]\', false); return false;">' . $strUnselectAll . '</a>';
?>
</td>
</tr>
<tr><td align="right" valign="bottom">
<?php echo $strDoSelectAll; ?></td></tr>
</tr>
</table>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="submit_search" value="<?php echo $strGo; ?>"
id="buttonGo" />
</fieldset>
</form>
 
 
<?php
/**
* Displays the footer
*/
echo "\n";
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/docs.css
0,0 → 1,167
/* $Id: docs.css,v 2.0.22.1 2006/08/02 16:48:53 lem9 Exp $ */
/* Stylesheet for phpMyAdmin documentation */
/* vim: expandtab ts=4 sw=4 sts=4 tw=78
*/
 
body {
background-color: #ffffff;
font-family: sans-serif;
color: #000;
margin: 0px;
padding: 2em 0px 2em 0px;
}
 
a {
text-decoration: none;
color: #000099;
background-color: #ffffff;
font-weight: normal;
}
a:hover {
background-color: #99CCFF;
background-color: #ffffff;
font-weight: bolder
}
 
 
div.header {
width: 100%;
background-color: #ddeeff;
color: #000000;
text-align: center;
padding-bottom: 2px;
border-bottom: 1px solid #000000;
font-weight: bold;
left: 0px;
top: 0px;
position: fixed;
/* following MSIE hack was originally written by Riki Fridrich
* <http://www.fczbkk.com> */
position: expression("absolute");
width: expression(document.body.clientWidth);
top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
}
 
div.header hr {
display: none;
}
div.header a {
text-decoration: none;
font-size: medium;
color: #000099;
background-color: #ddeeff;
font-weight: normal;
}
div.header a:hover {
background-color: #99CCFF;
font-weight: bolder
}
 
h1 {
text-align: center;
padding-left: 8%;
margin-top: 1em;
background-color: #ddeeff;
font-size: x-large;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
clear: both;
}
 
h2 {
padding-left: 8%;
margin-top: 1em;
background-color: #ddeeff;
font-size: large;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
clear: both;
}
h3 {
padding-left: 10%;
margin-top: 1em;
background-color: #ddeeff;
font-size: medium;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
clear: both;
}
 
h4 {
padding: 0px;
margin: 10px 5% 2px 5%;
font-weight: bold;
color: #000099;
}
 
p {
margin: 2px 5% 2px 5%;
}
 
table {
margin: 2px 5% 2px 5%;
border: none;
}
 
table tr,table td,table th {
border: none;
}
 
table.translators {
text-align: center;
display: table; margin-left: auto; margin-right: auto;
border-collapse: collapse;
}
 
table.translators th {
background-color: #d3dce3;
}
 
table.translators td, table.translators th {
border: 1px solid #000000;
padding: 5px;
}
 
ul {
margin: 2px 5% 2px 5%;
}
 
pre {
margin: 1em 5% 1em 5%;
border: 1px solid silver;
color: #000000;
background-color: #eeeeee;
padding: 0.5em;
}
pre.wrap {
white-space: normal;
}
 
dl {
margin: 1em 6% 1em 6%;
}
dt {
font-weight: bold;
margin-left: 2em;
padding-top: 6px;
}
dd {
margin-left: 4em;
}
 
ol {
margin: 1em 6% 1em 6%;
}
 
.important {
color: #bb0000;
}
 
p.footnote {
margin: 2px 5% 2px 7%;
}
 
p.footnote:first-line {
margin-left: -2%;
}
 
/Web/Maintenance/phpMyAdmin/error.php
0,0 → 1,69
<?php
/* $Id: error.php,v 2.4 2006/01/17 17:02:28 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
*
* phpMyAdmin fatal error display page
*
*/
 
/* Input sanitizing */
require_once('./libraries/sanitizing.lib.php');
 
/* Get variables */
$lang = isset( $_REQUEST['lang'] ) ? htmlspecialchars($_REQUEST['lang']) : 'en';
$dir = isset( $_REQUEST['dir'] ) ? htmlspecialchars($_REQUEST['dir']) : 'ltr';
$charset = isset( $_REQUEST['charset'] ) ? htmlspecialchars($_REQUEST['charset']) : 'utf-8';
$type = isset( $_REQUEST['type'] ) ? htmlspecialchars($_REQUEST['type']) : 'error';
 
header('Content-Type: text/html; charset=' . $charset);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $lang; ?>" dir="<?php echo $dir; ?>">
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<style type="text/css">
<!--
html {
padding: 0;
margin: 0;
}
body {
font-family: sans-serif;
font-size: small;
color: #000000;
background-color: #F5F5F5;
margin: 1em;
}
h1 {
margin: 0;
padding: 0.3em;
font-size: 1.4em;
font-weight: bold;
color: #ffffff;
background-color: #ff0000;
}
p {
margin: 0;
padding: 0.5em;
border: 0.1em solid red;
background-color: #ffeeee;
}
//-->
</style>
</head>
<body>
<h1>phpMyAdmin - <?php echo $type; ?></h1>
<p><?php
if (get_magic_quotes_gpc()) {
echo PMA_sanitize(stripslashes($_REQUEST['error']));
} else {
echo PMA_sanitize($_REQUEST['error']);
}
?></p>
</body>
</html>
/Web/Maintenance/phpMyAdmin/export.php
0,0 → 1,674
<?php
/* $Id: export.php,v 2.38.2.2 2006/04/14 09:45:23 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Get the variables sent or posted to this script and a core script
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/zip.lib.php');
 
PMA_checkParameters(array('what', 'export_type'));
 
// What type of export are we doing?
if ($what == 'excel') {
$type = 'csv';
} else {
$type = $what;
}
 
// Get the functions specific to the export type
require('./libraries/export/' . PMA_securePath($type) . '.php');
 
// Generate error url
if ($export_type == 'server') {
$err_url = 'server_export.php?' . PMA_generate_common_url();
} elseif ($export_type == 'database' && isset($db) && strlen($db)) {
$err_url = 'db_details_export.php?' . PMA_generate_common_url($db);
} elseif ($export_type == 'table' && isset($db) && strlen($db) && isset($table) && strlen($table)) {
$err_url = 'tbl_properties_export.php?' . PMA_generate_common_url($db, $table);
} else {
die('Bad parameters!');
}
 
/**
* Increase time limit for script execution and initializes some variables
*/
@set_time_limit($cfg['ExecTimeLimit']);
if (!empty($cfg['MemoryLimit'])) {
@ini_set('memory_limit', $cfg['MemoryLimit']);
}
 
// Start with empty buffer
$dump_buffer = '';
$dump_buffer_len = 0;
 
// We send fake headers to avoid browser timeout when buffering
$time_start = time();
 
 
/**
* Output handler for all exports, if needed buffering, it stores data into
* $dump_buffer, otherwise it prints thems out.
*
* @param string the insert statement
*
* @return bool Whether output suceeded
*/
function PMA_exportOutputHandler($line)
{
global $time_start, $dump_buffer, $dump_buffer_len, $save_filename;
 
// Kanji encoding convert feature
if ($GLOBALS['output_kanji_conversion']) {
$line = PMA_kanji_str_conv($line, $GLOBALS['knjenc'], isset($GLOBALS['xkana']) ? $GLOBALS['xkana'] : '');
}
// If we have to buffer data, we will perform everything at once at the end
if ($GLOBALS['buffer_needed']) {
 
$dump_buffer .= $line;
if ($GLOBALS['onfly_compression']) {
 
$dump_buffer_len += strlen($line);
 
if ($dump_buffer_len > $GLOBALS['memory_limit']) {
if ($GLOBALS['output_charset_conversion']) {
$dump_buffer = PMA_convert_string($GLOBALS['charset'], $GLOBALS['charset_of_file'], $dump_buffer);
}
// as bzipped
if ($GLOBALS['compression'] == 'bzip' && @function_exists('bzcompress')) {
$dump_buffer = bzcompress($dump_buffer);
}
// as a gzipped file
elseif ($GLOBALS['compression'] == 'gzip' && @function_exists('gzencode')) {
// without the optional parameter level because it bug
$dump_buffer = gzencode($dump_buffer);
}
if ($GLOBALS['save_on_server']) {
$write_result = @fwrite($GLOBALS['file_handle'], $dump_buffer);
if (!$write_result || ($write_result != strlen($dump_buffer))) {
$GLOBALS['message'] = sprintf($GLOBALS['strNoSpace'], htmlspecialchars($save_filename));
$GLOBALS['show_error_header'] = TRUE;
return FALSE;
}
} else {
echo $dump_buffer;
}
$dump_buffer = '';
$dump_buffer_len = 0;
}
} else {
$time_now = time();
if ($time_start >= $time_now + 30) {
$time_start = $time_now;
header('X-pmaPing: Pong');
} // end if
}
} else {
if ($GLOBALS['asfile']) {
if ($GLOBALS['save_on_server'] && strlen($line) > 0) {
$write_result = @fwrite($GLOBALS['file_handle'], $line);
if (!$write_result || ($write_result != strlen($line))) {
$GLOBALS['message'] = sprintf($GLOBALS['strNoSpace'], htmlspecialchars($save_filename));
$GLOBALS['show_error_header'] = TRUE;
return FALSE;
}
$time_now = time();
if ($time_start >= $time_now + 30) {
$time_start = $time_now;
header('X-pmaPing: Pong');
} // end if
} else {
// We export as file - output normally
if ($GLOBALS['output_charset_conversion']) {
$line = PMA_convert_string($GLOBALS['charset'], $GLOBALS['charset_of_file'], $line);
}
echo $line;
}
} else {
// We export as html - replace special chars
echo htmlspecialchars($line);
}
}
return TRUE;
} // end of the 'PMA_exportOutputHandler()' function
 
// Will we save dump on server?
$save_on_server = isset($cfg['SaveDir']) && !empty($cfg['SaveDir']) && !empty($onserver);
 
// Ensure compressed formats are associated with the download feature
if (empty($asfile)) {
if ($save_on_server) {
$asfile = TRUE;
} elseif (isset($compression) && ($compression == 'zip' | $compression == 'gzip' | $compression == 'bzip')) {
$asfile = TRUE;
} else {
$asfile = FALSE;
}
} else {
$asfile = TRUE;
}
 
// Defines the default <CR><LF> format. For SQL always use \n as MySQL wants this on all platforms.
if ($what == 'sql') {
$crlf = "\n";
} else {
$crlf = PMA_whichCrlf();
}
 
$output_kanji_conversion = function_exists('PMA_kanji_str_conv') && $type != 'xls';
 
// Do we need to convert charset?
$output_charset_conversion = $asfile &&
$cfg['AllowAnywhereRecoding'] && $allow_recoding
&& isset($charset_of_file) && $charset_of_file != $charset
&& $type != 'xls';
 
// Set whether we will need buffering
$buffer_needed = isset($compression) && ($compression == 'zip' | $compression == 'gzip' | $compression == 'bzip');
 
// Use on fly compression?
$onfly_compression = $GLOBALS['cfg']['CompressOnFly'] && isset($compression) && ($compression == 'gzip' | $compression == 'bzip');
if ($onfly_compression) {
$memory_limit = trim(@ini_get('memory_limit'));
// 2 MB as default
if (empty($memory_limit)) {
$memory_limit = 2 * 1024 * 1024;
}
 
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;
}
 
// Some of memory is needed for other thins and as treshold.
// Nijel: During export I had allocated (see memory_get_usage function)
// approx 1.2MB so this comes from that.
if ($memory_limit > 1500000) {
$memory_limit -= 1500000;
}
 
// Some memory is needed for compression, assume 1/3
$memory_limit *= 2/3;
}
 
// Generate filename and mime type if needed
if ($asfile) {
$pma_uri_parts = parse_url($cfg['PmaAbsoluteUri']);
if ($export_type == 'server') {
if (isset($remember_template)) {
setcookie('pma_server_filename_template', $filename_template, 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
$filename = str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template));
} elseif ($export_type == 'database') {
if (isset($remember_template)) {
setcookie('pma_db_filename_template', $filename_template, 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
$filename = str_replace('__DB__', $db, str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template)));
} else {
if (isset($remember_template)) {
setcookie('pma_table_filename_template', $filename_template, 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
$filename = str_replace('__TABLE__', $table, str_replace('__DB__', $db, str_replace('__SERVER__', $GLOBALS['cfg']['Server']['host'], strftime($filename_template))));
}
 
// convert filename to iso-8859-1, it is safer
if (!(isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding)) {
$filename = PMA_convert_string($charset, 'iso-8859-1', $filename);
} else {
$filename = PMA_convert_string($convcharset, 'iso-8859-1', $filename);
}
 
// Generate basic dump extension
if ($type == 'csv') {
$filename .= '.csv';
$mime_type = 'text/comma-separated-values';
} elseif ($type == 'htmlexcel') {
$filename .= '.xls';
$mime_type = 'application/vnd.ms-excel';
} elseif ($type == 'htmlword') {
$filename .= '.doc';
$mime_type = 'application/vnd.ms-word';
} elseif ($type == 'xls') {
$filename .= '.xls';
$mime_type = 'application/vnd.ms-excel';
} elseif ($type == 'xml') {
$filename .= '.xml';
$mime_type = 'text/xml';
} elseif ($type == 'latex') {
$filename .= '.tex';
$mime_type = 'application/x-tex';
} elseif ($type == 'pdf') {
$filename .= '.pdf';
$mime_type = 'application/pdf';
} else {
$filename .= '.sql';
// text/x-sql is correct MIME type, however safari ignores further
// Content-Disposition header, so we must force it to download it this
// way...
$mime_type = PMA_USR_BROWSER_AGENT == 'SAFARI'
? 'application/octet-stream'
: 'text/x-sql';
}
 
// If dump is going to be compressed, set correct encoding or mime_type and add
// compression to extension
$content_encoding = '';
if (isset($compression) && $compression == 'bzip') {
$filename .= '.bz2';
// browsers don't like this:
//$content_encoding = 'x-bzip2';
$mime_type = 'application/x-bzip2';
} elseif (isset($compression) && $compression == 'gzip') {
$filename .= '.gz';
// Needed to avoid recompression by server modules like mod_gzip.
// It seems necessary to check about zlib.output_compression
// to avoid compressing twice
if (!@ini_get('zlib.output_compression')) {
$content_encoding = 'x-gzip';
$mime_type = 'application/x-gzip';
}
} elseif (isset($compression) && $compression == 'zip') {
$filename .= '.zip';
$mime_type = 'application/zip';
}
}
 
// Open file on server if needed
if ($save_on_server) {
$save_filename = PMA_userDir($cfg['SaveDir']) . preg_replace('@[/\\\\]@', '_', $filename);
unset($message);
if (file_exists($save_filename) && empty($onserverover)) {
$message = sprintf($strFileAlreadyExists, htmlspecialchars($save_filename));
$GLOBALS['show_error_header'] = TRUE;
} else {
if (is_file($save_filename) && !is_writable($save_filename)) {
$message = sprintf($strNoPermission, htmlspecialchars($save_filename));
$GLOBALS['show_error_header'] = TRUE;
} else {
if (!$file_handle = @fopen($save_filename, 'w')) {
$message = sprintf($strNoPermission, htmlspecialchars($save_filename));
$GLOBALS['show_error_header'] = TRUE;
}
}
}
if (isset($message)) {
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
if ($export_type == 'server') {
$active_page = 'server_export.php';
require('./server_export.php');
} elseif ($export_type == 'database') {
$active_page = 'db_details_export.php';
require('./db_details_export.php');
} else {
$active_page = 'tbl_properties_export.php';
require('./tbl_properties_export.php');
}
exit();
}
}
 
/**
* Send headers depending on whether the user chose to download a dump file
* or not
*/
if (!$save_on_server) {
if ($asfile ) {
// Download
if (!empty($content_encoding)) {
header('Content-Encoding: ' . $content_encoding);
}
header('Content-Type: ' . $mime_type);
header('Expires: ' . gmdate('D, d M Y H:i:s') . ' GMT');
// lem9: Tested behavior of
// 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.6
// in http and https
header('Content-Disposition: attachment; filename="' . $filename . '"');
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'];
require_once('./libraries/header.inc.php');
$cfg['Server'] = $backup_cfgServer;
unset($backup_cfgServer);
echo "\n" . '<div align="' . $cell_align_left . '">' . "\n";
//echo ' <pre>' . "\n";
echo ' <form name="nofunction">' . "\n"
// remove auto-select for now: there is no way to select
// only a part of the text; anyway, it should obey
// $cfg['TextareaAutoSelect']
//. ' <textarea name="sqldump" cols="50" rows="30" onclick="this.select();" id="textSQLDUMP" wrap="OFF">' . "\n";
. ' <textarea name="sqldump" cols="50" rows="30" id="textSQLDUMP" wrap="OFF">' . "\n";
} // end download
}
 
// Check if we have something to export
if ($export_type == 'database') {
$tables = PMA_DBI_get_tables($db);
$num_tables = count($tables);
if ($num_tables == 0) {
$message = $strNoTablesFound;
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
if ($export_type == 'server') {
$active_page = 'server_export.php';
require('./server_export.php');
} elseif ($export_type == 'database') {
$active_page = 'db_details_export.php';
require('./db_details_export.php');
} else {
$active_page = 'tbl_properties_export.php';
require('./tbl_properties_export.php');
}
exit();
}
}
 
// Fake loop just to allow skip of remain of this code by break, I'd really
// need exceptions here :-)
do {
 
// Add possibly some comments to export
if (!PMA_exportHeader()) {
break;
}
 
// Will we need relation & co. setup?
$do_relation = isset($GLOBALS[$what . '_relation']);
$do_comments = isset($GLOBALS[$what . '_comments']);
$do_mime = isset($GLOBALS[$what . '_mime']);
if ($do_relation || $do_comments || $do_mime) {
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
}
if ($do_mime) {
require_once('./libraries/transformations.lib.php');
}
 
// Include dates in export?
$do_dates = isset($GLOBALS[$what . '_dates']);
 
/**
* Builds the dump
*/
// Gets the number of tables if a dump of a database has been required
if ($export_type == 'server') {
/**
* Gets the databases list - if it has not been built yet
*/
if ($server > 0 && empty($dblist)) {
PMA_availableDatabases();
}
 
if (isset($db_select)) {
$tmp_select = implode($db_select, '|');
$tmp_select = '|' . $tmp_select . '|';
}
// Walk over databases
foreach ($dblist AS $current_db) {
if ((isset($tmp_select) && strpos(' ' . $tmp_select, '|' . $current_db . '|'))
|| !isset($tmp_select)) {
if (!PMA_exportDBHeader($current_db)) {
break 2;
}
if (!PMA_exportDBCreate($current_db)) {
break 2;
}
$tables = PMA_DBI_get_tables($current_db);
$views = array();
foreach ($tables as $table) {
// if this is a view, collect it for later; views must be exported
// after the tables
if (PMA_tableIsView($current_db, $table)) {
$views[] = $table;
continue;
}
$local_query = 'SELECT * FROM ' . PMA_backquote($current_db) . '.' . PMA_backquote($table);
if (isset($GLOBALS[$what . '_structure'])) {
if (!PMA_exportStructure($current_db, $table, $crlf, $err_url, $do_relation, $do_comments, $do_mime, $do_dates)) {
break 3;
}
}
if (isset($GLOBALS[$what . '_data'])) {
if (!PMA_exportData($current_db, $table, $crlf, $err_url, $local_query)) {
break 3;
}
}
}
foreach($views as $view) {
// no data export for a view
if (isset($GLOBALS[$what . '_structure'])) {
if (!PMA_exportStructure($current_db, $view, $crlf, $err_url, $do_relation, $do_comments, $do_mime, $do_dates)) {
break 3;
}
}
}
if (!PMA_exportDBFooter($current_db)) {
break 2;
}
}
}
} elseif ($export_type == 'database') {
if (!PMA_exportDBHeader($db)) {
break;
}
 
if (isset($table_select)) {
$tmp_select = implode($table_select, '|');
$tmp_select = '|' . $tmp_select . '|';
}
$i = 0;
$views = array();
foreach ($tables as $table) {
// if this is a view, collect it for later; views must be exported after
// the tables
if (PMA_tableIsView($db, $table)) {
$views[] = $table;
continue;
}
$local_query = 'SELECT * FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table);
if ((isset($tmp_select) && strpos(' ' . $tmp_select, '|' . $table . '|'))
|| !isset($tmp_select)) {
 
if (isset($GLOBALS[$what . '_structure'])) {
if (!PMA_exportStructure($db, $table, $crlf, $err_url, $do_relation, $do_comments, $do_mime, $do_dates)) {
break 2;
}
}
if (isset($GLOBALS[$what . '_data'])) {
if (!PMA_exportData($db, $table, $crlf, $err_url, $local_query)) {
break 2;
}
}
}
}
foreach ($views as $view) {
// no data export for a view
if (isset($GLOBALS[$what . '_structure'])) {
if (!PMA_exportStructure($db, $view, $crlf, $err_url, $do_relation, $do_comments, $do_mime, $do_dates)) {
break 2;
}
}
}
if (!PMA_exportDBFooter($db)) {
break;
}
} else {
if (!PMA_exportDBHeader($db)) {
break;
}
// We export just one table
 
if ($limit_to > 0 && $limit_from >= 0) {
$add_query = ' LIMIT '
. (($limit_from > 0) ? $limit_from . ', ' : '')
. $limit_to;
} else {
$add_query = '';
}
 
if (!empty($sql_query)) {
// only preg_replace if needed
if (!empty($add_query)) {
// remove trailing semicolon before adding a LIMIT
$sql_query = preg_replace('%;\s*$%', '', $sql_query);
}
$local_query = $sql_query . $add_query;
PMA_DBI_select_db($db);
} else {
$local_query = 'SELECT * FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table) . $add_query;
}
 
if (isset($GLOBALS[$what . '_structure'])) {
if (!PMA_exportStructure($db, $table, $crlf, $err_url, $do_relation, $do_comments, $do_mime, $do_dates)) {
break;
}
}
// I think we have to export data for a single view; for example PDF report
if (isset($GLOBALS[$what . '_data'])) {
if (!PMA_exportData($db, $table, $crlf, $err_url, $local_query)) {
break;
}
}
if (!PMA_exportDBFooter($db)) {
break;
}
}
if (!PMA_exportFooter()) {
break;
}
 
} while (FALSE);
// End of fake loop
 
if ($save_on_server && isset($message)) {
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
if ($export_type == 'server') {
$active_page = 'server_export.php';
require('./server_export.php');
} elseif ($export_type == 'database') {
$active_page = 'db_details_export.php';
require('./db_details_export.php');
} else {
$active_page = 'tbl_properties_export.php';
require('./tbl_properties_export.php');
}
exit();
}
 
/**
* Send the dump as a file...
*/
if (!empty($asfile)) {
// Convert the charset if required.
if ($output_charset_conversion) {
$dump_buffer = PMA_convert_string($GLOBALS['charset'], $GLOBALS['charset_of_file'], $dump_buffer);
}
 
// Do the compression
// 1. as a gzipped file
if (isset($compression) && $compression == 'zip') {
if (@function_exists('gzcompress')) {
$zipfile = new zipfile();
$zipfile -> addFile($dump_buffer, substr($filename, 0, -4));
$dump_buffer = $zipfile -> file();
}
}
// 2. as a bzipped file
elseif (isset($compression) && $compression == 'bzip') {
if (@function_exists('bzcompress')) {
$dump_buffer = bzcompress($dump_buffer);
if ($dump_buffer === -8) {
require_once('./libraries/header.inc.php');
echo sprintf($strBzError, '<a href="http://bugs.php.net/bug.php?id=17300" target="_blank">17300</a>');
require_once('./libraries/footer.inc.php');
}
}
}
// 3. as a gzipped file
elseif (isset($compression) && $compression == 'gzip') {
if (@function_exists('gzencode')) {
// without the optional parameter level because it bug
$dump_buffer = gzencode($dump_buffer);
}
}
 
/* If ve saved on server, we have to close file now */
if ($save_on_server) {
$write_result = @fwrite($file_handle, $dump_buffer);
fclose($file_handle);
if (strlen($dump_buffer) !=0 && (!$write_result || ($write_result != strlen($dump_buffer)))) {
$message = sprintf($strNoSpace, htmlspecialchars($save_filename));
} else {
$message = sprintf($strDumpSaved, htmlspecialchars($save_filename));
}
 
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
if ($export_type == 'server') {
$active_page = 'server_export.php';
require_once('./server_export.php');
} elseif ($export_type == 'database') {
$active_page = 'db_details_export.php';
require_once('./db_details_export.php');
} else {
$active_page = 'tbl_properties_export.php';
require_once('./tbl_properties_export.php');
}
exit();
} else {
echo $dump_buffer;
}
}
/**
* Displays the dump...
*/
else {
/**
* Close the html tags and add the footers in dump is displayed on screen
*/
//echo ' </pre>' . "\n";
echo '</textarea>' . "\n"
. ' </form>' . "\n";
echo '</div>' . "\n";
echo "\n";
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
var bodyWidth=null; var bodyHeight=null;
if (document.getElementById('textSQLDUMP')) {
bodyWidth = self.innerWidth;
bodyHeight = self.innerHeight;
if (!bodyWidth && !bodyHeight) {
if (document.compatMode && document.compatMode == "BackCompat") {
bodyWidth = document.body.clientWidth;
bodyHeight = document.body.clientHeight;
} else if (document.compatMode && document.compatMode == "CSS1Compat") {
bodyWidth = document.documentElement.clientWidth;
bodyHeight = document.documentElement.clientHeight;
}
}
document.getElementById('textSQLDUMP').style.width=(bodyWidth-50) + 'px';
document.getElementById('textSQLDUMP').style.height=(bodyHeight-100) + 'px';
}
//]]>
</script>
<?php
require_once('./libraries/footer.inc.php');
} // end if
?>
/Web/Maintenance/phpMyAdmin/favicon.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/import.php
0,0 → 1,401
<?php
/* $Id: import.php,v 2.17.2.2 2006/03/04 12:41:28 lem9 Exp $ */
// 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/common.lib.php');
$js_to_run = 'functions.js';
 
// Are we just executing plain query or sql file? (eg. non import, but query box/window run)
if (!empty($sql_query)) {
// run SQL query
$import_text = $sql_query;
$import_type = 'query';
$format = 'sql';
unset($sql_query);
} elseif (!empty($sql_localfile)) {
// run SQL file on server
$local_import_file = $sql_localfile;
$import_type = 'queryfile';
$format = 'sql';
unset($sql_localfile);
} elseif (!empty($sql_file)) {
// run uploaded SQL file
$import_file = $sql_file;
$import_type = 'queryfile';
$format = 'sql';
unset($sql_file);
} elseif (!empty($id_bookmark)) {
// run bookmark
$import_type = 'query';
$format = 'sql';
}
 
// If we didn't get any parameters, either user called this directly, or
// upload limit has been reached, let's assume the second possibility.
if ($_POST == array() && $_GET == array()) {
require_once('./libraries/header.inc.php');
$show_error_header = TRUE;
PMA_showMessage(sprintf($strUploadLimit, '[a@./Documentation.html#faq1_16@_blank]', '[/a]'));
require('./libraries/footer.inc.php');
}
 
// Check needed parameters
PMA_checkParameters(array('import_type', 'format'));
 
// We don't want anything special in format
$format = PMA_securePath($format);
 
// Import functions
require_once('./libraries/import.lib.php');
 
// Create error and goto url
if ($import_type == 'table') {
$err_url = 'tbl_import.php?' . PMA_generate_common_url($db, $table);
$goto = 'tbl_import.php';
} elseif ($import_type == 'database') {
$err_url = 'db_import.php?' . PMA_generate_common_url($db);
$goto = 'db_import.php';
} elseif ($import_type == 'server') {
$err_url = 'server_import.php?' . PMA_generate_common_url();
$goto = 'server_import.php';
} else {
if (empty($goto) || !preg_match('@^(server|db|tbl)(_[a-z]*)*\.php$@i', $goto)) {
if (isset($table) && isset($db)) {
$goto = 'tbl_properties_structure.php';
} elseif (isset($db)) {
$goto = 'db_details_structure.php';
} else {
$goto = 'server_sql.php';
}
}
if (isset($table) && isset($db)) {
$common = PMA_generate_common_url($db, $table);
} elseif (isset($db)) {
$common = PMA_generate_common_url($db);
} else {
$common = PMA_generate_common_url();
}
$err_url = $goto
. '?' . $common
. (preg_match('@^tbl_properties(_[a-z]*)?\.php$@', $goto) ? '&amp;table=' . urlencode($table) : '');
}
 
 
if (isset($db)) {
PMA_DBI_select_db($db);
}
 
@set_time_limit($cfg['ExecTimeLimit']);
if (!empty($cfg['MemoryLimit'])) {
@ini_set('memory_limit', $cfg['MemoryLimit']);
}
 
$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;
$run_query = TRUE;
$charset_conversion = FALSE;
$reset_charset = FALSE;
$bookmark_created = FALSE;
 
// Bookmark Support: get a query back from bookmark if required
if (!empty($id_bookmark)) {
require_once('./libraries/bookmark.lib.php');
switch ($action_bookmark) {
case 0: // bookmarked query that have to be run
$import_text = PMA_queryBookmarks($db, $cfg['Bookmark'], $id_bookmark, 'id', isset($action_bookmark_all));
if (isset($bookmark_variable) && !empty($bookmark_variable)) {
$import_text = preg_replace('|/\*(.*)\[VARIABLE\](.*)\*/|imsU', '${1}' . PMA_sqlAddslashes($bookmark_variable) . '${2}', $import_text);
}
break;
case 1: // bookmarked query that have to be displayed
$import_text = PMA_queryBookmarks($db, $cfg['Bookmark'], $id_bookmark);
$run_query = FALSE;
break;
case 2: // bookmarked query that have to be deleted
$import_text = PMA_queryBookmarks($db, $cfg['Bookmark'], $id_bookmark);
PMA_deleteBookmarks($db, $cfg['Bookmark'], $id_bookmark);
$run_query = FALSE;
$error = TRUE; // this is kind of hack to skip processing the query
break;
}
} // end bookmarks reading
 
// Store the query as a bookmark before executing it if bookmarklabel was given
if (!empty($bkm_label) && !empty($import_text)) {
require_once('./libraries/bookmark.lib.php');
$bfields = array(
'dbase' => $db,
'user' => $cfg['Bookmark']['user'],
'query' => urlencode($import_text),
'label' => $bkm_label
);
 
// Should we replace bookmark?
if (isset($bkm_replace)) {
$bookmarks = PMA_listBookmarks($db, $cfg['Bookmark']);
foreach ($bookmarks as $key => $val) {
if ($val == $bkm_label) {
PMA_deleteBookmarks($db, $cfg['Bookmark'], $key);
}
}
}
 
PMA_addBookmarks($bfields, $cfg['Bookmark'], isset($bkm_all_users));
$bookmark_created = TRUE;
} // end store bookmarks
 
// 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;
}
// In case no memory limit we work on 10MB chunks
if ($memory_limit = -1) {
$memory_limit = 10 * 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);
 
$import_file = PMA_userDir($cfg['UploadDir']) . $local_import_file;
} elseif (empty($import_file) || !is_uploaded_file($import_file)) {
$import_file = 'none';
}
 
// Do we have file to import?
if ($import_file != 'none' && !$error) {
// work around open_basedir and other limitations
$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;
}
}
}
// Handle file compression
$compression = PMA_detectCompression($import_file);
if ($compression === FALSE) {
$message = $strFileCouldNotBeRead;
$show_error_header = TRUE;
$error = TRUE;
} else {
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;
}
} elseif (!$error) {
if (!isset($import_text) || empty($import_text)) {
$message = $strNothingToImport;
$show_error_header = TRUE;
$error = TRUE;
}
}
 
// Convert the file's charset if necessary
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding
&& isset($charset_of_file)) {
if ($charset_of_file != $charset) {
$charset_conversion = TRUE;
}
} elseif (PMA_MYSQL_INT_VERSION >= 40100
&& isset($charset_of_file) && $charset_of_file != 'utf8') {
PMA_DBI_query('SET NAMES \'' . $charset_of_file . '\'');
// We can not show query in this case, it is in different charset
$sql_query_disabled = TRUE;
$reset_charset = TRUE;
}
 
// Something to skip?
if (!$error && 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) {
// Check for file existance
if (!file_exists('./libraries/import/' . $format . '.php')) {
$error = TRUE;
$message = $strCanNotLoadImportPlugins;
$show_error_header = TRUE;
} else {
// Do the real import
$plugin_param = $import_type;
require('./libraries/import/' . $format . '.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 . '\'');
}
 
// Show correct message
if (!empty($id_bookmark) && $action_bookmark == 2) {
$message = $strBookmarkDeleted;
$display_query = $import_text;
$error = FALSE; // unset error marker, it was used just to skip processing
} elseif (!empty($id_bookmark) && $action_bookmark == 1) {
$message = $strShowingBookmark;
} elseif ($bookmark_created) {
$special_message = '[br]' . sprintf($strBookmarkCreated, htmlspecialchars($bkm_label));
} elseif ($finished && !$error) {
if ($import_type == 'query') {
$message = $strSuccess;
} else {
$message = sprintf($strImportSuccessfullyFinished, $executed_queries);
}
}
 
// Did we hit timeout? Tell it user.
if ($timeout_passed) {
$message = $strTimeoutPassed;
if ($offset == 0 || (isset($original_skip) && $original_skip == $offset)) {
$message .= ' ' . $strTimeoutNothingParsed;
}
}
 
// Display back import page
require_once('./libraries/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) {
if (isset($_GET['pos'])) {
// comes from the Refresh link
$pos = $_GET['pos'];
} else {
// Set pos to zero to possibly append limit
$pos = 0;
}
require('./sql.php');
} else {
$active_page = $goto;
require('./' . $goto);
}
exit();
?>
/Web/Maintenance/phpMyAdmin/index.php
0,0 → 1,164
<?php
/* $Id: index.php,v 2.33.2.2 2006/04/20 14:14:19 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* forms frameset
*
* @uses libraries/common.lib.php global fnctions
* @uses libraries/relation.lib.php table relations
* @uses $GLOBALS['strNoFrames']
* @uses $GLOBALS['cfg']['QueryHistoryDB']
* @uses $GLOBALS['cfg']['Server']['user']
* @uses $GLOBALS['cfg']['DefaultTabServer'] as src for the mainframe
* @uses $GLOBALS['cfg']['DefaultTabDatabase'] as src for the mainframe
* @uses $GLOBALS['cfg']['LeftWidth'] for left frame width
* @uses $GLOBALS['collation_connection'] from $_REQUEST (grab_globals.lib.php)
* or common.lib.php
* @uses $GLOBALS['available_languages'] from common.lib.php (select_lang.lib.php)
* @uses $GLOBALS['db']
* @uses $GLOBALS['charset']
* @uses $GLOBALS['lang']
* @uses $GLOBALS['text_dir']
* @uses $_ENV['HTTP_HOST']
* @uses PMA_getRelationsParam()
* @uses PMA_purgeHistory()
* @uses PMA_generate_common_url()
* @uses PMA_VERSION
* @uses session_write_close()
* @uses time()
* @uses PMA_getenv()
* @uses header() to send charset
*/
 
/**
* Gets core libraries and defines some variables
*/
require_once('./libraries/common.lib.php');
 
/**
* Includes the ThemeManager if it hasn't been included yet
*/
require_once('./libraries/relation.lib.php');
 
// free the session file, for the other frames to be loaded
session_write_close();
 
// Gets the host name
// loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
if (empty($HTTP_HOST)) {
if (PMA_getenv('HTTP_HOST')) {
$HTTP_HOST = PMA_getenv('HTTP_HOST');
} else {
$HTTP_HOST = '';
}
}
 
 
// purge querywindow history
$cfgRelation = PMA_getRelationsParam();
if ( $GLOBALS['cfg']['QueryHistoryDB'] && $cfgRelation['historywork'] ) {
PMA_purgeHistory( $GLOBALS['cfg']['Server']['user'] );
}
unset( $cfgRelation );
 
 
/**
* pass variables to child pages
*/
$drops = array( 'lang', 'server', 'convcharset', 'collation_connection',
'db', 'table' );
 
foreach ( $drops as $each_drop ) {
if ( ! array_key_exists( $each_drop, $_GET ) ) {
unset( $_GET[$each_drop] );
}
}
unset( $drops, $each_drop );
 
if ( ! isset($GLOBALS['db']) || ! strlen($GLOBALS['db']) ) {
$main_target = $GLOBALS['cfg']['DefaultTabServer'];
} elseif ( ! isset($GLOBALS['table']) || ! strlen($GLOBALS['table']) ) {
$_GET['db'] = $GLOBALS['db'];
$main_target = $GLOBALS['cfg']['DefaultTabDatabase'];
} else {
$_GET['db'] = $GLOBALS['db'];
$_GET['table'] = $GLOBALS['table'];
$main_target = $GLOBALS['cfg']['DefaultTabTable'];
}
 
$url_query = PMA_generate_common_url( $_GET );
 
if (!empty($GLOBALS['target']) && in_array($GLOBALS['target'], $goto_whitelist)) {
$main_target = $GLOBALS['target'];
}
 
$main_target .= $url_query;
 
$lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][2];
 
 
// start output
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $lang_iso_code; ?>"
lang="<?php echo $lang_iso_code; ?>"
dir="<?php echo $GLOBALS['text_dir']; ?>">
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<title>phpMyAdmin <?php echo PMA_VERSION; ?> -
<?php echo htmlspecialchars($HTTP_HOST); ?></title>
<meta http-equiv="Content-Type"
content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<script type="text/javascript" language="javascript">
// <![CDATA[
// definitions used in querywindow.js
var common_query = '<?php echo PMA_generate_common_url('', '', '&');?>';
var opendb_url = '<?php echo $GLOBALS['cfg']['DefaultTabDatabase']; ?>';
var safari_browser = <?php echo PMA_USR_BROWSER_AGENT == 'SAFARI' ? 'true' : 'false' ?>;
var querywindow_height = <?php echo $GLOBALS['cfg']['QueryWindowHeight']; ?>;
var querywindow_width = <?php echo $GLOBALS['cfg']['QueryWindowWidth']; ?>;
var collation_connection = '<?php echo $GLOBALS['collation_connection']; ?>';
var lang = '<?php echo $GLOBALS['lang']; ?>';
var server = '<?php echo $GLOBALS['server']; ?>';
var table = '<?php echo $GLOBALS['table']; ?>';
var db = '<?php echo $GLOBALS['db']; ?>';
var text_dir = '<?php echo $GLOBALS['text_dir']; ?>';
var pma_absolute_uri = '<?php echo $GLOBALS['cfg']['PmaAbsoluteUri']; ?>';
// ]]>
</script>
<script src="./js/querywindow.js" type="text/javascript" language="javascript">
</script>
</head>
<frameset cols="<?php
if ($GLOBALS['text_dir'] === 'rtl') {
echo '*,';
}
echo $GLOBALS['cfg']['LeftWidth'];
if ($GLOBALS['text_dir'] === 'ltr') {
echo ',*';
}
?>" rows="*" id="mainFrameset">
<?php if ($GLOBALS['text_dir'] === 'ltr') { ?>
<frame frameborder="0" id="frame_navigation"
src="left.php<?php echo $url_query; ?>"
name="frame_navigation" />
<?php } ?>
<frame frameborder="0" id="frame_content"
src="<?php echo $main_target; ?>"
name="frame_content" />
<?php if ($GLOBALS['text_dir'] === 'rtl') { ?>
<frame frameborder="0" id="frame_navigation"
src="left.php<?php echo $url_query; ?>"
name="frame_navigation" />
<?php } ?>
<noframes>
<body>
<p><?php echo $GLOBALS['strNoFrames']; ?></p>
</body>
</noframes>
</frameset>
</html>
/Web/Maintenance/phpMyAdmin/js/dom-drag.js
0,0 → 1,121
/**************************************************
* dom-drag.js
* 09.25.2001
* www.youngpup.net
**************************************************
* 10.28.2001 - fixed minor bug where events
* sometimes fired off the handle, not the root.
**************************************************/
 
var Drag = {
 
obj : null,
 
init : function(o, oRoot, minX, maxX, minY, maxY, bSwapHorzRef, bSwapVertRef, fXMapper, fYMapper)
{
o.onmousedown = Drag.start;
 
o.hmode = bSwapHorzRef ? false : true ;
o.vmode = bSwapVertRef ? false : true ;
 
o.root = oRoot && oRoot != null ? oRoot : o ;
 
if (o.hmode && isNaN(parseInt(o.root.style.left ))) o.root.style.left = "0px";
if (o.vmode && isNaN(parseInt(o.root.style.top ))) o.root.style.top = "0px";
if (!o.hmode && isNaN(parseInt(o.root.style.right ))) o.root.style.right = "0px";
if (!o.vmode && isNaN(parseInt(o.root.style.bottom))) o.root.style.bottom = "0px";
 
o.minX = typeof minX != 'undefined' ? minX : null;
o.minY = typeof minY != 'undefined' ? minY : null;
o.maxX = typeof maxX != 'undefined' ? maxX : null;
o.maxY = typeof maxY != 'undefined' ? maxY : null;
 
o.xMapper = fXMapper ? fXMapper : null;
o.yMapper = fYMapper ? fYMapper : null;
 
o.root.onDragStart = new Function();
o.root.onDragEnd = new Function();
o.root.onDrag = new Function();
},
 
start : function(e)
{
var o = Drag.obj = this;
e = Drag.fixE(e);
var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
o.root.onDragStart(x, y);
 
o.lastMouseX = e.clientX;
o.lastMouseY = e.clientY;
 
if (o.hmode) {
if (o.minX != null) o.minMouseX = e.clientX - x + o.minX;
if (o.maxX != null) o.maxMouseX = o.minMouseX + o.maxX - o.minX;
} else {
if (o.minX != null) o.maxMouseX = -o.minX + e.clientX + x;
if (o.maxX != null) o.minMouseX = -o.maxX + e.clientX + x;
}
 
if (o.vmode) {
if (o.minY != null) o.minMouseY = e.clientY - y + o.minY;
if (o.maxY != null) o.maxMouseY = o.minMouseY + o.maxY - o.minY;
} else {
if (o.minY != null) o.maxMouseY = -o.minY + e.clientY + y;
if (o.maxY != null) o.minMouseY = -o.maxY + e.clientY + y;
}
 
document.onmousemove = Drag.drag;
document.onmouseup = Drag.end;
 
return false;
},
 
drag : function(e)
{
e = Drag.fixE(e);
var o = Drag.obj;
 
var ey = e.clientY;
var ex = e.clientX;
var y = parseInt(o.vmode ? o.root.style.top : o.root.style.bottom);
var x = parseInt(o.hmode ? o.root.style.left : o.root.style.right );
var nx, ny;
 
if (o.minX != null) ex = o.hmode ? Math.max(ex, o.minMouseX) : Math.min(ex, o.maxMouseX);
if (o.maxX != null) ex = o.hmode ? Math.min(ex, o.maxMouseX) : Math.max(ex, o.minMouseX);
if (o.minY != null) ey = o.vmode ? Math.max(ey, o.minMouseY) : Math.min(ey, o.maxMouseY);
if (o.maxY != null) ey = o.vmode ? Math.min(ey, o.maxMouseY) : Math.max(ey, o.minMouseY);
 
nx = x + ((ex - o.lastMouseX) * (o.hmode ? 1 : -1));
ny = y + ((ey - o.lastMouseY) * (o.vmode ? 1 : -1));
 
if (o.xMapper) nx = o.xMapper(y)
else if (o.yMapper) ny = o.yMapper(x)
 
Drag.obj.root.style[o.hmode ? "left" : "right"] = nx + "px";
Drag.obj.root.style[o.vmode ? "top" : "bottom"] = ny + "px";
Drag.obj.lastMouseX = ex;
Drag.obj.lastMouseY = ey;
 
Drag.obj.root.onDrag(nx, ny);
return false;
},
 
end : function()
{
document.onmousemove = null;
document.onmouseup = null;
Drag.obj.root.onDragEnd( parseInt(Drag.obj.root.style[Drag.obj.hmode ? "left" : "right"]),
parseInt(Drag.obj.root.style[Drag.obj.vmode ? "top" : "bottom"]));
Drag.obj = null;
},
 
fixE : function(e)
{
if (typeof e == 'undefined') e = window.event;
if (typeof e.layerX == 'undefined') e.layerX = e.offsetX;
if (typeof e.layerY == 'undefined') e.layerY = e.offsetY;
return e;
}
};
/Web/Maintenance/phpMyAdmin/js/functions.js
0,0 → 1,1225
/* $Id: functions.js,v 1.4 2005/12/15 09:20:06 cybot_tm Exp $ */
 
/**
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow
*/
var sql_box_locked = false;
 
/**
* @var array holds elements which content should only selected once
*/
var only_once_elements = new Array();
 
/**
* selects the content of a given object, f.e. a textarea
*
* @param object element element of which the content will be selected
* @param var lock variable which holds the lock for this element
* or true, if no lock exists
* @param boolean only_once if true this is only done once
* f.e. only on first focus
*/
function selectContent( element, lock, only_once ) {
if ( only_once && only_once_elements[element.name] ) {
return;
}
 
only_once_elements[element.name] = true;
 
if ( lock ) {
return;
}
 
element.select();
}
 
/**
* Displays an confirmation box before to submit a "DROP DATABASE" query.
* This function is called while clicking links
*
* @param object the link
* @param object the sql query to submit
*
* @return boolean whether to run the query or not
*/
function confirmLinkDropDB(theLink, theSqlQuery)
{
// Confirmation is not required in the configuration file
// or browser is Opera (crappy js implementation)
if (confirmMsg == '' || typeof(window.opera) != 'undefined') {
return true;
}
 
var is_confirmed = confirm(confirmMsgDropDB + '\n' + confirmMsg + ' :\n' + theSqlQuery);
if (is_confirmed) {
theLink.href += '&is_js_confirmed=1';
}
 
return is_confirmed;
} // end of the 'confirmLinkDropDB()' function
 
/**
* Displays an confirmation box before to submit a "DROP/DELETE/ALTER" query.
* This function is called while clicking links
*
* @param object the link
* @param object the sql query to submit
*
* @return boolean whether to run the query or not
*/
function confirmLink(theLink, theSqlQuery)
{
// Confirmation is not required in the configuration file
// or browser is Opera (crappy js implementation)
if (confirmMsg == '' || typeof(window.opera) != 'undefined') {
return true;
}
 
var is_confirmed = confirm(confirmMsg + ' :\n' + theSqlQuery);
if (is_confirmed) {
if ( typeof(theLink.href) != 'undefined' ) {
theLink.href += '&is_js_confirmed=1';
} else if ( typeof(theLink.form) != 'undefined' ) {
theLink.form.action += '?is_js_confirmed=1';
}
}
 
return is_confirmed;
} // end of the 'confirmLink()' function
 
 
/**
* Displays an confirmation box before doing some action
*
* @param object the message to display
*
* @return boolean whether to run the query or not
*/
function confirmAction(theMessage)
{
// TODO: Confirmation is not required in the configuration file
// or browser is Opera (crappy js implementation)
if (typeof(window.opera) != 'undefined') {
return true;
}
 
var is_confirmed = confirm(theMessage);
 
return is_confirmed;
} // end of the 'confirmAction()' function
 
 
/**
* Displays an error message if a "DROP DATABASE" statement is submitted
* while it isn't allowed, else confirms a "DROP/DELETE/ALTER" query before
* sumitting it if required.
* This function is called by the 'checkSqlQuery()' js function.
*
* @param object the form
* @param object the sql query textarea
*
* @return boolean whether to run the query or not
*
* @see checkSqlQuery()
*/
function confirmQuery(theForm1, sqlQuery1)
{
// Confirmation is not required in the configuration file
if (confirmMsg == '') {
return true;
}
 
// The replace function (js1.2) isn't supported
else if (typeof(sqlQuery1.value.replace) == 'undefined') {
return true;
}
 
// js1.2+ -> validation with regular expressions
else {
// "DROP DATABASE" statement isn't allowed
if (noDropDbMsg != '') {
var drop_re = new RegExp('DROP\\s+(IF EXISTS\\s+)?DATABASE\\s', 'i');
if (drop_re.test(sqlQuery1.value)) {
alert(noDropDbMsg);
theForm1.reset();
sqlQuery1.focus();
return false;
} // end if
} // end if
 
// Confirms a "DROP/DELETE/ALTER" statement
//
// TODO: find a way (if possible) to use the parser-analyser
// for this kind of verification
// For now, I just added a ^ to check for the statement at
// beginning of expression
 
var do_confirm_re_0 = new RegExp('^DROP\\s+(IF EXISTS\\s+)?(TABLE|DATABASE)\\s', 'i');
var do_confirm_re_1 = new RegExp('^ALTER\\s+TABLE\\s+((`[^`]+`)|([A-Za-z0-9_$]+))\\s+DROP\\s', 'i');
var do_confirm_re_2 = new RegExp('^DELETE\\s+FROM\\s', 'i');
if (do_confirm_re_0.test(sqlQuery1.value)
|| do_confirm_re_1.test(sqlQuery1.value)
|| do_confirm_re_2.test(sqlQuery1.value)) {
var message = (sqlQuery1.value.length > 100)
? sqlQuery1.value.substr(0, 100) + '\n ...'
: sqlQuery1.value;
var is_confirmed = confirm(confirmMsg + ' :\n' + message);
// drop/delete/alter statement is confirmed -> update the
// "is_js_confirmed" form field so the confirm test won't be
// run on the server side and allows to submit the form
if (is_confirmed) {
theForm1.elements['is_js_confirmed'].value = 1;
return true;
}
// "DROP/DELETE/ALTER" statement is rejected -> do not submit
// the form
else {
window.focus();
sqlQuery1.focus();
return false;
} // end if (handle confirm box result)
} // end if (display confirm box)
} // end confirmation stuff
 
return true;
} // end of the 'confirmQuery()' function
 
 
/**
* Displays an error message if the user submitted the sql query form with no
* sql query, else checks for "DROP/DELETE/ALTER" statements
*
* @param object the form
*
* @return boolean always false
*
* @see confirmQuery()
*/
function checkSqlQuery(theForm)
{
var sqlQuery = theForm.elements['sql_query'];
var isEmpty = 1;
 
// The replace function (js1.2) isn't supported -> basic tests
if (typeof(sqlQuery.value.replace) == 'undefined') {
isEmpty = (sqlQuery.value == '') ? 1 : 0;
if (isEmpty && typeof(theForm.elements['sql_file']) != 'undefined') {
isEmpty = (theForm.elements['sql_file'].value == '') ? 1 : 0;
}
if (isEmpty && typeof(theForm.elements['sql_localfile']) != 'undefined') {
isEmpty = (theForm.elements['sql_localfile'].value == '') ? 1 : 0;
}
if (isEmpty && typeof(theForm.elements['id_bookmark']) != 'undefined') {
isEmpty = (theForm.elements['id_bookmark'].value == null || theForm.elements['id_bookmark'].value == '');
}
}
// js1.2+ -> validation with regular expressions
else {
var space_re = new RegExp('\\s+');
if (typeof(theForm.elements['sql_file']) != 'undefined' &&
theForm.elements['sql_file'].value.replace(space_re, '') != '') {
return true;
}
if (typeof(theForm.elements['sql_localfile']) != 'undefined' &&
theForm.elements['sql_localfile'].value.replace(space_re, '') != '') {
return true;
}
if (isEmpty && typeof(theForm.elements['id_bookmark']) != 'undefined' &&
(theForm.elements['id_bookmark'].value != null || theForm.elements['id_bookmark'].value != '') &&
theForm.elements['id_bookmark'].selectedIndex != 0
) {
return true;
}
// Checks for "DROP/DELETE/ALTER" statements
if (sqlQuery.value.replace(space_re, '') != '') {
if (confirmQuery(theForm, sqlQuery)) {
return true;
} else {
return false;
}
}
theForm.reset();
isEmpty = 1;
}
 
if (isEmpty) {
sqlQuery.select();
alert(errorMsg0);
sqlQuery.focus();
return false;
}
 
return true;
} // end of the 'checkSqlQuery()' function
 
 
/**
* Check if a form's element is empty
* should be
*
* @param object the form
* @param string the name of the form field to put the focus on
*
* @return boolean whether the form field is empty or not
*/
function emptyCheckTheField(theForm, theFieldName)
{
var isEmpty = 1;
var theField = theForm.elements[theFieldName];
// Whether the replace function (js1.2) is supported or not
var isRegExp = (typeof(theField.value.replace) != 'undefined');
 
if (!isRegExp) {
isEmpty = (theField.value == '') ? 1 : 0;
} else {
var space_re = new RegExp('\\s+');
isEmpty = (theField.value.replace(space_re, '') == '') ? 1 : 0;
}
 
return isEmpty;
} // end of the 'emptyCheckTheField()' function
 
 
/**
* Displays an error message if an element of a form hasn't been completed and
* should be
*
* @param object the form
* @param string the name of the form field to put the focus on
*
* @return boolean whether the form field is empty or not
*/
function emptyFormElements(theForm, theFieldName)
{
var theField = theForm.elements[theFieldName];
var isEmpty = emptyCheckTheField(theForm, theFieldName);
 
if (isEmpty) {
theForm.reset();
theField.select();
alert(errorMsg0);
theField.focus();
return false;
}
 
return true;
} // end of the 'emptyFormElements()' function
 
 
/**
* Ensures a value submitted in a form is numeric and is in a range
*
* @param object the form
* @param string the name of the form field to check
* @param integer the minimum authorized value
* @param integer the maximum authorized value
*
* @return boolean whether a valid number has been submitted or not
*/
function checkFormElementInRange(theForm, theFieldName, message, min, max)
{
var theField = theForm.elements[theFieldName];
var val = parseInt(theField.value);
 
if (typeof(min) == 'undefined') {
min = 0;
}
if (typeof(max) == 'undefined') {
max = Number.MAX_VALUE;
}
 
// It's not a number
if (isNaN(val)) {
theField.select();
alert(errorMsg1);
theField.focus();
return false;
}
// It's a number but it is not between min and max
else if (val < min || val > max) {
theField.select();
alert(message.replace('%d', val));
theField.focus();
return false;
}
// It's a valid number
else {
theField.value = val;
}
return true;
 
} // end of the 'checkFormElementInRange()' function
 
 
function checkTableEditForm(theForm, fieldsCnt)
{
// TODO: avoid sending a message if user just wants to add a line
// on the form but has not completed at least one field name
 
var atLeastOneField = 0;
var i, elm, elm2, elm3, val, id;
 
for (i=0; i<fieldsCnt; i++)
{
id = "field_" + i + "_2";
elm = getElement(id);
if (elm.value == 'VARCHAR' || elm.value == 'CHAR') {
elm2 = getElement("field_" + i + "_3");
val = parseInt(elm2.value);
elm3 = getElement("field_" + i + "_1");
if (isNaN(val) && elm3.value != "") {
elm2.select();
alert(errorMsg1);
elm2.focus();
return false;
}
}
 
if (atLeastOneField == 0) {
id = "field_" + i + "_1";
if (!emptyCheckTheField(theForm, id)) {
atLeastOneField = 1;
}
}
}
if (atLeastOneField == 0) {
var theField = theForm.elements["field_0_1"];
alert(errorMsg0);
theField.focus();
return false;
}
 
return true;
} // enf of the 'checkTableEditForm()' function
 
 
/**
* Ensures the choice between 'transmit', 'zipped', 'gzipped' and 'bzipped'
* checkboxes is consistant
*
* @param object the form
* @param string a code for the action that causes this function to be run
*
* @return boolean always true
*/
function checkTransmitDump(theForm, theAction)
{
var formElts = theForm.elements;
 
// 'zipped' option has been checked
if (theAction == 'zip' && formElts['zip'].checked) {
if (!formElts['asfile'].checked) {
theForm.elements['asfile'].checked = true;
}
if (typeof(formElts['gzip']) != 'undefined' && formElts['gzip'].checked) {
theForm.elements['gzip'].checked = false;
}
if (typeof(formElts['bzip']) != 'undefined' && formElts['bzip'].checked) {
theForm.elements['bzip'].checked = false;
}
}
// 'gzipped' option has been checked
else if (theAction == 'gzip' && formElts['gzip'].checked) {
if (!formElts['asfile'].checked) {
theForm.elements['asfile'].checked = true;
}
if (typeof(formElts['zip']) != 'undefined' && formElts['zip'].checked) {
theForm.elements['zip'].checked = false;
}
if (typeof(formElts['bzip']) != 'undefined' && formElts['bzip'].checked) {
theForm.elements['bzip'].checked = false;
}
}
// 'bzipped' option has been checked
else if (theAction == 'bzip' && formElts['bzip'].checked) {
if (!formElts['asfile'].checked) {
theForm.elements['asfile'].checked = true;
}
if (typeof(formElts['zip']) != 'undefined' && formElts['zip'].checked) {
theForm.elements['zip'].checked = false;
}
if (typeof(formElts['gzip']) != 'undefined' && formElts['gzip'].checked) {
theForm.elements['gzip'].checked = false;
}
}
// 'transmit' option has been unchecked
else if (theAction == 'transmit' && !formElts['asfile'].checked) {
if (typeof(formElts['zip']) != 'undefined' && formElts['zip'].checked) {
theForm.elements['zip'].checked = false;
}
if ((typeof(formElts['gzip']) != 'undefined' && formElts['gzip'].checked)) {
theForm.elements['gzip'].checked = false;
}
if ((typeof(formElts['bzip']) != 'undefined' && formElts['bzip'].checked)) {
theForm.elements['bzip'].checked = false;
}
}
 
return true;
} // end of the 'checkTransmitDump()' function
 
 
/**
* This array is used to remember mark status of rows in browse mode
*/
var marked_row = new Array;
 
/**
* enables highlight and marking of rows in data tables
*
*/
function PMA_markRowsInit() {
// for every table row ...
var rows = document.getElementsByTagName('tr');
for ( var i = 0; i < rows.length; i++ ) {
// ... with the class 'odd' or 'even' ...
if ( 'odd' != rows[i].className.substr(0,3) && 'even' != rows[i].className.substr(0,4) ) {
continue;
}
// ... add event listeners ...
// ... to highlight the row on mouseover ...
if ( navigator.appName == 'Microsoft Internet Explorer' ) {
// but only for IE, other browsers are handled by :hover in css
rows[i].onmouseover = function() {
this.className += ' hover';
}
rows[i].onmouseout = function() {
this.className = this.className.replace( ' hover', '' );
}
}
// Do not set click events if not wanted
if (rows[i].className.search(/noclick/) != -1) {
continue;
}
// ... and to mark the row on click ...
rows[i].onmousedown = function() {
var unique_id;
var checkbox;
 
checkbox = this.getElementsByTagName( 'input' )[0];
if ( checkbox && checkbox.type == 'checkbox' ) {
unique_id = checkbox.name + checkbox.value;
} else if ( this.id.length > 0 ) {
unique_id = this.id;
} else {
return;
}
 
if ( typeof(marked_row[unique_id]) == 'undefined' || !marked_row[unique_id] ) {
marked_row[unique_id] = true;
} else {
marked_row[unique_id] = false;
}
 
if ( marked_row[unique_id] ) {
this.className += ' marked';
} else {
this.className = this.className.replace(' marked', '');
}
 
if ( checkbox && checkbox.disabled == false ) {
checkbox.checked = marked_row[unique_id];
}
}
 
// ... and disable label ...
var labeltag = rows[i].getElementsByTagName('label')[0];
if ( labeltag ) {
labeltag.onclick = function() {
return false;
}
}
// .. and checkbox clicks
var checkbox = rows[i].getElementsByTagName('input')[0];
if ( checkbox ) {
checkbox.onclick = function() {
// opera does not recognize return false;
this.checked = ! this.checked;
}
}
}
}
window.onload=PMA_markRowsInit;
 
/**
* marks all rows and selects its first checkbox inside the given element
* the given element is usaly a table or a div containing the table or tables
*
* @param container DOM element
*/
function markAllRows( container_id ) {
var rows = document.getElementById(container_id).getElementsByTagName('tr');
var unique_id;
var checkbox;
 
for ( var i = 0; i < rows.length; i++ ) {
 
checkbox = rows[i].getElementsByTagName( 'input' )[0];
 
if ( checkbox && checkbox.type == 'checkbox' ) {
unique_id = checkbox.name + checkbox.value;
if ( checkbox.disabled == false ) {
checkbox.checked = true;
if ( typeof(marked_row[unique_id]) == 'undefined' || !marked_row[unique_id] ) {
rows[i].className += ' marked';
marked_row[unique_id] = true;
}
}
}
}
 
return true;
}
 
/**
* marks all rows and selects its first checkbox inside the given element
* the given element is usaly a table or a div containing the table or tables
*
* @param container DOM element
*/
function unMarkAllRows( container_id ) {
var rows = document.getElementById(container_id).getElementsByTagName('tr');
var unique_id;
var checkbox;
 
for ( var i = 0; i < rows.length; i++ ) {
 
checkbox = rows[i].getElementsByTagName( 'input' )[0];
 
if ( checkbox && checkbox.type == 'checkbox' ) {
unique_id = checkbox.name + checkbox.value;
checkbox.checked = false;
rows[i].className = rows[i].className.replace(' marked', '');
marked_row[unique_id] = false;
}
}
 
return true;
}
 
/**
* Sets/unsets the pointer and marker in browse mode
*
* @param object the table row
* @param integer the row number
* @param string the action calling this script (over, out or click)
* @param string the default background color
* @param string the color to use for mouseover
* @param string the color to use for marking a row
*
* @return boolean whether pointer is set or not
*/
function setPointer(theRow, theRowNum, theAction, theDefaultColor, thePointerColor, theMarkColor)
{
var theCells = null;
 
// 1. Pointer and mark feature are disabled or the browser can't get the
// row -> exits
if ((thePointerColor == '' && theMarkColor == '')
|| typeof(theRow.style) == 'undefined') {
return false;
}
 
// 1.1 Sets the mouse pointer to pointer on mouseover and back to normal otherwise.
if (theAction == "over" || theAction == "click") {
theRow.style.cursor='pointer';
} else {
theRow.style.cursor='default';
}
 
// 2. Gets the current row and exits if the browser can't get it
if (typeof(document.getElementsByTagName) != 'undefined') {
theCells = theRow.getElementsByTagName('td');
}
else if (typeof(theRow.cells) != 'undefined') {
theCells = theRow.cells;
}
else {
return false;
}
 
// 3. Gets the current color...
var rowCellsCnt = theCells.length;
var domDetect = null;
var currentColor = null;
var newColor = null;
// 3.1 ... with DOM compatible browsers except Opera that does not return
// valid values with "getAttribute"
if (typeof(window.opera) == 'undefined'
&& typeof(theCells[0].getAttribute) != 'undefined') {
currentColor = theCells[0].getAttribute('bgcolor');
domDetect = true;
}
// 3.2 ... with other browsers
else {
currentColor = theCells[0].style.backgroundColor;
domDetect = false;
} // end 3
 
// 3.3 ... Opera changes colors set via HTML to rgb(r,g,b) format so fix it
if (currentColor.indexOf("rgb") >= 0)
{
var rgbStr = currentColor.slice(currentColor.indexOf('(') + 1,
currentColor.indexOf(')'));
var rgbValues = rgbStr.split(",");
currentColor = "#";
var hexChars = "0123456789ABCDEF";
for (var i = 0; i < 3; i++)
{
var v = rgbValues[i].valueOf();
currentColor += hexChars.charAt(v/16) + hexChars.charAt(v%16);
}
}
 
// 4. Defines the new color
// 4.1 Current color is the default one
if (currentColor == ''
|| currentColor.toLowerCase() == theDefaultColor.toLowerCase()) {
if (theAction == 'over' && thePointerColor != '') {
newColor = thePointerColor;
}
else if (theAction == 'click' && theMarkColor != '') {
newColor = theMarkColor;
marked_row[theRowNum] = true;
// Garvin: deactivated onclick marking of the checkbox because it's also executed
// when an action (like edit/delete) on a single item is performed. Then the checkbox
// would get deactived, even though we need it activated. Maybe there is a way
// to detect if the row was clicked, and not an item therein...
// document.getElementById('id_rows_to_delete' + theRowNum).checked = true;
}
}
// 4.1.2 Current color is the pointer one
else if (currentColor.toLowerCase() == thePointerColor.toLowerCase()
&& (typeof(marked_row[theRowNum]) == 'undefined' || !marked_row[theRowNum])) {
if (theAction == 'out') {
newColor = theDefaultColor;
}
else if (theAction == 'click' && theMarkColor != '') {
newColor = theMarkColor;
marked_row[theRowNum] = true;
// document.getElementById('id_rows_to_delete' + theRowNum).checked = true;
}
}
// 4.1.3 Current color is the marker one
else if (currentColor.toLowerCase() == theMarkColor.toLowerCase()) {
if (theAction == 'click') {
newColor = (thePointerColor != '')
? thePointerColor
: theDefaultColor;
marked_row[theRowNum] = (typeof(marked_row[theRowNum]) == 'undefined' || !marked_row[theRowNum])
? true
: null;
// document.getElementById('id_rows_to_delete' + theRowNum).checked = false;
}
} // end 4
 
// 5. Sets the new color...
if (newColor) {
var c = null;
// 5.1 ... with DOM compatible browsers except Opera
if (domDetect) {
for (c = 0; c < rowCellsCnt; c++) {
theCells[c].setAttribute('bgcolor', newColor, 0);
} // end for
}
// 5.2 ... with other browsers
else {
for (c = 0; c < rowCellsCnt; c++) {
theCells[c].style.backgroundColor = newColor;
}
}
} // end 5
 
return true;
} // end of the 'setPointer()' function
 
/*
* Sets/unsets the pointer and marker in vertical browse mode
*
* @param object the table row
* @param integer the column number
* @param string the action calling this script (over, out or click)
* @param string the default background color
* @param string the color to use for mouseover
* @param string the color to use for marking a row
*
* @return boolean whether pointer is set or not
*
* @author Garvin Hicking <me@supergarv.de> (rewrite of setPointer.)
*/
function setVerticalPointer(theRow, theColNum, theAction, theDefaultColor1, theDefaultColor2, thePointerColor, theMarkColor) {
var theCells = null;
var tagSwitch = null;
 
// 1. Pointer and mark feature are disabled or the browser can't get the
// row -> exits
if ((thePointerColor == '' && theMarkColor == '')
|| typeof(theRow.style) == 'undefined') {
return false;
}
 
if (typeof(document.getElementsByTagName) != 'undefined') {
tagSwitch = 'tag';
} else if (typeof(document.getElementById('table_results')) != 'undefined') {
tagSwitch = 'cells';
} else {
return false;
}
 
// 2. Gets the current row and exits if the browser can't get it
if (tagSwitch == 'tag') {
theRows = document.getElementById('table_results').getElementsByTagName('tr');
theCells = theRows[1].getElementsByTagName('td');
} else if (tagSwitch == 'cells') {
theRows = document.getElementById('table_results').rows;
theCells = theRows[1].cells;
}
 
// 3. Gets the current color...
var rowCnt = theRows.length;
var domDetect = null;
var currentColor = null;
var newColor = null;
 
// 3.1 ... with DOM compatible browsers except Opera that does not return
// valid values with "getAttribute"
if (typeof(window.opera) == 'undefined'
&& typeof(theCells[theColNum].getAttribute) != 'undefined') {
currentColor = theCells[theColNum].getAttribute('bgcolor');
domDetect = true;
}
// 3.2 ... with other browsers
else {
domDetect = false;
currentColor = theCells[theColNum].style.backgroundColor;
} // end 3
 
var c = null;
 
// 4. Defines the new color
// 4.1 Current color is the default one
if (currentColor == ''
|| currentColor.toLowerCase() == theDefaultColor1.toLowerCase()
|| currentColor.toLowerCase() == theDefaultColor2.toLowerCase()) {
if (theAction == 'over' && thePointerColor != '') {
newColor = thePointerColor;
} else if (theAction == 'click' && theMarkColor != '') {
newColor = theMarkColor;
marked_row[theColNum] = true;
}
}
// 4.1.2 Current color is the pointer one
else if (currentColor.toLowerCase() == thePointerColor.toLowerCase() &&
(typeof(marked_row[theColNum]) == 'undefined' || !marked_row[theColNum]) || marked_row[theColNum] == false) {
if (theAction == 'out') {
if (theColNum % 2) {
newColor = theDefaultColor1;
} else {
newColor = theDefaultColor2;
}
}
else if (theAction == 'click' && theMarkColor != '') {
newColor = theMarkColor;
marked_row[theColNum] = true;
}
}
// 4.1.3 Current color is the marker one
else if (currentColor.toLowerCase() == theMarkColor.toLowerCase()) {
if (theAction == 'click') {
newColor = (thePointerColor != '')
? thePointerColor
: ((theColNum % 2) ? theDefaultColor1 : theDefaultColor2);
marked_row[theColNum] = false;
}
} // end 4
 
// 5 ... with DOM compatible browsers except Opera
 
for (c = 0; c < rowCnt; c++) {
if (tagSwitch == 'tag') {
Cells = theRows[c].getElementsByTagName('td');
} else if (tagSwitch == 'cells') {
Cells = theRows[c].cells;
}
 
Cell = Cells[theColNum];
 
// 5.1 Sets the new color...
if (newColor) {
if (domDetect) {
Cell.setAttribute('bgcolor', newColor, 0);
} else {
Cell.style.backgroundColor = newColor;
}
} // end 5
} // end for
 
return true;
} // end of the 'setVerticalPointer()' function
 
/**
* Checks/unchecks all checkbox in given conainer (f.e. a form, fieldset or div)
*
* @param string container_id the container id
* @param boolean state new value for checkbox (true or false)
* @return boolean always true
*/
function setCheckboxes( container_id, state ) {
var checkboxes = document.getElementById(container_id).getElementsByTagName('input');
 
for ( var i = 0; i < checkboxes.length; i++ ) {
if ( checkboxes[i].type == 'checkbox' ) {
checkboxes[i].checked = state;
}
}
 
return true;
} // end of the 'setCheckboxes()' function
 
 
// added 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de>
// copy the checked from left to right or from right to left
// so it's easier for users to see, if $cfg['ModifyAtRight']=true, what they've checked ;)
function copyCheckboxesRange(the_form, the_name, the_clicked)
{
if (typeof(document.forms[the_form].elements[the_name]) != 'undefined' && typeof(document.forms[the_form].elements[the_name + 'r']) != 'undefined') {
if (the_clicked !== 'r') {
if (document.forms[the_form].elements[the_name].checked == true) {
document.forms[the_form].elements[the_name + 'r'].checked = true;
}else {
document.forms[the_form].elements[the_name + 'r'].checked = false;
}
} else if (the_clicked == 'r') {
if (document.forms[the_form].elements[the_name + 'r'].checked == true) {
document.forms[the_form].elements[the_name].checked = true;
}else {
document.forms[the_form].elements[the_name].checked = false;
}
}
}
}
 
 
// added 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de>
// - this was directly written to each td, so why not a function ;)
// setCheckboxColumn(\'id_rows_to_delete' . $row_no . ''\');
function setCheckboxColumn(theCheckbox){
if (document.getElementById(theCheckbox)) {
document.getElementById(theCheckbox).checked = (document.getElementById(theCheckbox).checked ? false : true);
if (document.getElementById(theCheckbox + 'r')) {
document.getElementById(theCheckbox + 'r').checked = document.getElementById(theCheckbox).checked;
}
} else {
if (document.getElementById(theCheckbox + 'r')) {
document.getElementById(theCheckbox + 'r').checked = (document.getElementById(theCheckbox +'r').checked ? false : true);
if (document.getElementById(theCheckbox)) {
document.getElementById(theCheckbox).checked = document.getElementById(theCheckbox + 'r').checked;
}
}
}
}
 
 
/**
* Checks/unchecks all options of a <select> element
*
* @param string the form name
* @param string the element name
* @param boolean whether to check or to uncheck the element
*
* @return boolean always true
*/
function setSelectOptions(the_form, the_select, do_check)
{
var selectObject = document.forms[the_form].elements[the_select];
var selectCount = selectObject.length;
 
for (var i = 0; i < selectCount; i++) {
selectObject.options[i].selected = do_check;
} // end for
 
return true;
} // end of the 'setSelectOptions()' function
 
/**
* Inserts multiple fields.
*
*/
function insertValueQuery() {
var myQuery = document.sqlform.sql_query;
var myListBox = document.sqlform.dummy;
 
if(myListBox.options.length > 0) {
sql_box_locked = true;
var chaineAj = "";
var NbSelect = 0;
for(var i=0; i<myListBox.options.length; i++) {
if (myListBox.options[i].selected){
NbSelect++;
if (NbSelect > 1)
chaineAj += ", ";
chaineAj += myListBox.options[i].value;
}
}
 
//IE support
if (document.selection) {
myQuery.focus();
sel = document.selection.createRange();
sel.text = chaineAj;
document.sqlform.insert.focus();
}
//MOZILLA/NETSCAPE support
else if (document.sqlform.sql_query.selectionStart || document.sqlform.sql_query.selectionStart == "0") {
var startPos = document.sqlform.sql_query.selectionStart;
var endPos = document.sqlform.sql_query.selectionEnd;
var chaineSql = document.sqlform.sql_query.value;
 
myQuery.value = chaineSql.substring(0, startPos) + chaineAj + chaineSql.substring(endPos, chaineSql.length);
} else {
myQuery.value += chaineAj;
}
sql_box_locked = false;
}
}
 
/**
* listbox redirection
*/
function goToUrl(selObj, goToLocation) {
eval("document.location.href = '" + goToLocation + "pos=" + selObj.options[selObj.selectedIndex].value + "'");
}
 
/**
* getElement
*/
function getElement(e,f){
if(document.layers){
f=(f)?f:self;
if(f.document.layers[e]) {
return f.document.layers[e];
}
for(W=0;i<f.document.layers.length;W++) {
return(getElement(e,fdocument.layers[W]));
}
}
if(document.all) {
return document.all[e];
}
return document.getElementById(e);
}
 
/**
* Refresh the WYSIWYG-PDF scratchboard after changes have been made
*/
function refreshDragOption(e) {
myid = getElement(e);
if (myid.style.visibility == 'visible') {
refreshLayout();
}
}
 
/**
* Refresh/resize the WYSIWYG-PDF scratchboard
*/
function refreshLayout() {
myid = getElement('pdflayout');
 
if (document.pdfoptions.orientation.value == 'P') {
posa = 'x';
posb = 'y';
} else {
posa = 'y';
posb = 'x';
}
 
myid.style.width = pdfPaperSize(document.pdfoptions.paper.value, posa) + 'px';
myid.style.height = pdfPaperSize(document.pdfoptions.paper.value, posb) + 'px';
}
 
/**
* Show/hide the WYSIWYG-PDF scratchboard
*/
function ToggleDragDrop(e) {
myid = getElement(e);
 
if (myid.style.visibility == 'hidden') {
init();
myid.style.visibility = 'visible';
myid.style.display = 'block';
document.edcoord.showwysiwyg.value = '1';
} else {
myid.style.visibility = 'hidden';
myid.style.display = 'none';
document.edcoord.showwysiwyg.value = '0';
}
}
 
/**
* PDF scratchboard: When a position is entered manually, update
* the fields inside the scratchboard.
*/
function dragPlace(no, axis, value) {
if (axis == 'x') {
getElement("table_" + no).style.left = value + 'px';
} else {
getElement("table_" + no).style.top = value + 'px';
}
}
 
/**
* Returns paper sizes for a given format
*/
function pdfPaperSize(format, axis) {
switch (format.toUpperCase()) {
case '4A0':
if (axis == 'x') return 4767.87; else return 6740.79;
break;
case '2A0':
if (axis == 'x') return 3370.39; else return 4767.87;
break;
case 'A0':
if (axis == 'x') return 2383.94; else return 3370.39;
break;
case 'A1':
if (axis == 'x') return 1683.78; else return 2383.94;
break;
case 'A2':
if (axis == 'x') return 1190.55; else return 1683.78;
break;
case 'A3':
if (axis == 'x') return 841.89; else return 1190.55;
break;
case 'A4':
if (axis == 'x') return 595.28; else return 841.89;
break;
case 'A5':
if (axis == 'x') return 419.53; else return 595.28;
break;
case 'A6':
if (axis == 'x') return 297.64; else return 419.53;
break;
case 'A7':
if (axis == 'x') return 209.76; else return 297.64;
break;
case 'A8':
if (axis == 'x') return 147.40; else return 209.76;
break;
case 'A9':
if (axis == 'x') return 104.88; else return 147.40;
break;
case 'A10':
if (axis == 'x') return 73.70; else return 104.88;
break;
case 'B0':
if (axis == 'x') return 2834.65; else return 4008.19;
break;
case 'B1':
if (axis == 'x') return 2004.09; else return 2834.65;
break;
case 'B2':
if (axis == 'x') return 1417.32; else return 2004.09;
break;
case 'B3':
if (axis == 'x') return 1000.63; else return 1417.32;
break;
case 'B4':
if (axis == 'x') return 708.66; else return 1000.63;
break;
case 'B5':
if (axis == 'x') return 498.90; else return 708.66;
break;
case 'B6':
if (axis == 'x') return 354.33; else return 498.90;
break;
case 'B7':
if (axis == 'x') return 249.45; else return 354.33;
break;
case 'B8':
if (axis == 'x') return 175.75; else return 249.45;
break;
case 'B9':
if (axis == 'x') return 124.72; else return 175.75;
break;
case 'B10':
if (axis == 'x') return 87.87; else return 124.72;
break;
case 'C0':
if (axis == 'x') return 2599.37; else return 3676.54;
break;
case 'C1':
if (axis == 'x') return 1836.85; else return 2599.37;
break;
case 'C2':
if (axis == 'x') return 1298.27; else return 1836.85;
break;
case 'C3':
if (axis == 'x') return 918.43; else return 1298.27;
break;
case 'C4':
if (axis == 'x') return 649.13; else return 918.43;
break;
case 'C5':
if (axis == 'x') return 459.21; else return 649.13;
break;
case 'C6':
if (axis == 'x') return 323.15; else return 459.21;
break;
case 'C7':
if (axis == 'x') return 229.61; else return 323.15;
break;
case 'C8':
if (axis == 'x') return 161.57; else return 229.61;
break;
case 'C9':
if (axis == 'x') return 113.39; else return 161.57;
break;
case 'C10':
if (axis == 'x') return 79.37; else return 113.39;
break;
case 'RA0':
if (axis == 'x') return 2437.80; else return 3458.27;
break;
case 'RA1':
if (axis == 'x') return 1729.13; else return 2437.80;
break;
case 'RA2':
if (axis == 'x') return 1218.90; else return 1729.13;
break;
case 'RA3':
if (axis == 'x') return 864.57; else return 1218.90;
break;
case 'RA4':
if (axis == 'x') return 609.45; else return 864.57;
break;
case 'SRA0':
if (axis == 'x') return 2551.18; else return 3628.35;
break;
case 'SRA1':
if (axis == 'x') return 1814.17; else return 2551.18;
break;
case 'SRA2':
if (axis == 'x') return 1275.59; else return 1814.17;
break;
case 'SRA3':
if (axis == 'x') return 907.09; else return 1275.59;
break;
case 'SRA4':
if (axis == 'x') return 637.80; else return 907.09;
break;
case 'LETTER':
if (axis == 'x') return 612.00; else return 792.00;
break;
case 'LEGAL':
if (axis == 'x') return 612.00; else return 1008.00;
break;
case 'EXECUTIVE':
if (axis == 'x') return 521.86; else return 756.00;
break;
case 'FOLIO':
if (axis == 'x') return 612.00; else return 936.00;
break;
} // end switch
 
return 0;
}
/Web/Maintenance/phpMyAdmin/js/indexes.js
0,0 → 1,87
/* $Id: indexes.js,v 1.1 2005/11/23 19:10:30 nijel Exp $ */
 
 
/**
* Ensures a value submitted in a form is numeric and is in a range
*
* @param object the form
* @param string the name of the form field to check
* @param integer the minimum authorized value
* @param integer the maximum authorized value
*
* @return boolean whether a valid number has been submitted or not
*/
function checkFormElementInRange(theForm, theFieldName, message, min, max)
{
var theField = theForm.elements[theFieldName];
var val = parseInt(theField.value);
 
if (typeof(min) == 'undefined') {
min = 0;
}
if (typeof(max) == 'undefined') {
max = Number.MAX_VALUE;
}
 
// It's not a number
if (isNaN(val)) {
theField.select();
alert(errorMsg1);
theField.focus();
return false;
}
// It's a number but it is not between min and max
else if (val < min || val > max) {
theField.select();
alert(message.replace('%d', val));
theField.focus();
return false;
}
// It's a valid number
else {
theField.value = val;
}
 
return true;
} // end of the 'checkFormElementInRange()' function
 
 
/**
* Ensures indexes names are valid according to their type and, for a primary
* key, lock index name to 'PRIMARY'
*
* @return boolean false if there is no index form, true else
*/
function checkIndexName()
{
if (typeof(document.forms['index_frm']) == 'undefined') {
return false;
}
 
// Gets the elements pointers
var the_idx_name = document.forms['index_frm'].elements['index'];
var the_idx_type = document.forms['index_frm'].elements['index_type'];
 
// Index is a primary key
if (the_idx_type.options[0].value == 'PRIMARY' && the_idx_type.options[0].selected) {
document.forms['index_frm'].elements['index'].value = 'PRIMARY';
if (typeof(the_idx_name.disabled) != 'undefined') {
document.forms['index_frm'].elements['index'].disabled = true;
}
}
 
// Other cases
else {
if (the_idx_name.value == 'PRIMARY') {
document.forms['index_frm'].elements['index'].value = '';
}
if (typeof(the_idx_name.disabled) != 'undefined') {
document.forms['index_frm'].elements['index'].disabled = false;
}
}
 
return true;
} // end of the 'checkIndexName()' function
 
 
onload = checkIndexName;
/Web/Maintenance/phpMyAdmin/js/keyhandler.js
0,0 → 1,59
/**
* Allows moving around inputs/select by Ctrl+arrows
*
* @param object event data
*/
function onKeyDownArrowsHandler(e) {
e = e||window.event;
var o = (e.srcElement||e.target);
if (!o) return;
if (o.tagName != "TEXTAREA" && o.tagName != "INPUT" && o.tagName != "SELECT") return;
if (navigator.userAgent.toLowerCase().indexOf('applewebkit/') != -1) {
if (e.ctrlKey || e.shiftKey || !e.altKey) return;
} else {
if (!e.ctrlKey || e.shiftKey || e.altKey) return;
}
if (!o.id) return;
 
var pos = o.id.split("_");
if (pos[0] != "field" || typeof pos[2] == "undefined") return;
 
var x = pos[2], y=pos[1];
 
// skip non existent fields
for (i=0; i<10; i++)
{
if (switch_movement) {
switch(e.keyCode) {
case 38: x--; break; // up
case 40: x++; break; // down
case 37: y--; break; // left
case 39: y++; break; // right
default: return;
}
} else {
switch(e.keyCode) {
case 38: y--; break; // up
case 40: y++; break; // down
case 37: x--; break; // left
case 39: x++; break; // right
default: return;
}
}
 
var id = "field_" + y + "_" + x;
var nO = document.getElementById(id);
if (!nO) {
var id = "field_" + y + "_" + x + "_0";
var nO = document.getElementById(id);
}
if (nO) break;
}
 
if (!nO) return;
nO.focus();
if (nO.tagName != 'SELECT') {
nO.select();
}
e.returnValue = false;
}
/Web/Maintenance/phpMyAdmin/js/querywindow.js
0,0 → 1,246
var querywindow = '';
 
/**
* sets current selected db
*
* @param string db name
*/
function setDb( new_db ) {
//alert('setDb(' + new_db + ')');
if ( new_db != db ) {
// db has changed
//alert( new_db + '(' + new_db.length + ') : ' + db );
db = new_db;
if ( window.frames[0].document.getElementById( db ) == null ) {
// db is unknown, reload complete left frame
refreshLeft();
}
// TODO: add code to expand db in lightview mode
// refresh querywindow
refreshQuerywindow();
}
}
 
/**
* sets current selected table (called from left.php)
*
* @param string table name
*/
function setTable( new_table ) {
//alert('setTable(' + new_table + ')');
if ( new_table != table ) {
// table has changed
//alert( new_table + '(' + new_table.length + ') : ' + table );
table = new_table;
if ( window.frames[0].document.getElementById( db + '.' + table ) == null ) {
// table is unknown, reload complete left frame
refreshLeft();
}
// TODO: add code to expand table in lightview mode
// refresh querywindow
refreshQuerywindow();
}
}
 
function refreshMain( url ) {
if ( ! url ) {
if ( db ) {
url = opendb_url;
} else {
url = 'main.php';
}
}
goTo( url + '?&server=' + server +
'&db=' + db +
'&table=' + table +
'&lang=' + lang +
'&collation_connection=' + collation_connection,
'main' );
}
 
function refreshLeft() {
goTo('left.php?&server=' + server +
'&db=' + db +
'&table=' + table +
'&lang=' + lang +
'&collation_connection=' + collation_connection
);
}
 
/**
* sets current selected server, table and db (called from libraries/footer.inc.php)
*/
function setAll( new_lang, new_collation_connection, new_server, new_db, new_table ) {
//alert('setAll( ' + new_lang + ', ' + new_collation_connection + ', ' + new_server + ', ' + new_db + ', ' + new_table + ' )');
if ( new_server != server || new_lang != lang
|| new_collation_connection != collation_connection ) {
// something important has changed
server = new_server;
db = new_db;
table = new_table;
collation_connection = new_collation_connection;
lang = new_lang;
refreshLeft();
}
else if ( new_db != db || new_table != table ) {
// save new db and table
db = new_db;
table = new_table;
if ( window.frames[0].document.getElementById( db ) == null
&& window.frames[0].document.getElementById( db + '.' + table ) == null ) {
// table or db is unknown, reload complete left frame
refreshLeft();
}
 
// TODO: add code to expand db in lightview mode
// refresh querywindow
refreshQuerywindow();
}
}
 
function reload_querywindow( db, table, sql_query ) {
if ( ! querywindow.closed && querywindow.location ) {
if ( ! querywindow.document.sqlform.LockFromUpdate
|| ! querywindow.document.sqlform.LockFromUpdate.checked ) {
querywindow.document.querywindow.db.value = db;
querywindow.document.querywindow.query_history_latest_db.value = db;
querywindow.document.querywindow.table.value = table;
querywindow.document.querywindow.query_history_latest_table.value = table;
if ( sql_query ) {
querywindow.document.querywindow.query_history_latest.value = sql_query;
}
 
querywindow.document.querywindow.submit();
}
}
}
 
function focus_querywindow( sql_query ) {
if ( querywindow && !querywindow.closed && querywindow.location) {
var querywindow = querywindow;
if ( querywindow.document.querywindow.querydisplay_tab != 'sql' ) {
querywindow.document.querywindow.querydisplay_tab.value = "sql";
querywindow.document.querywindow.query_history_latest.value = sql_query;
querywindow.document.querywindow.submit();
querywindow.focus();
} else {
querywindow.focus();
}
} else {
url = 'querywindow.php?' + common_query + '&db=' + db + '&table=' + table + '&sql_query=' + sql_query;
open_querywindow( url );
}
}
 
function open_querywindow( url ) {
if ( ! url ) {
url = 'querywindow.php?' + common_query + '&db=' + db + '&table=' + table;
}
 
if (!querywindow.closed && querywindow.location) {
goTo( url, 'query' );
querywindow.focus();
} else {
querywindow=window.open( url, '',
'toolbar=0,location=0,directories=0,status=1,menubar=0,' +
'scrollbars=yes,resizable=yes,' +
'width=' + querywindow_width + ',' +
'height=' + querywindow_height );
}
 
if ( ! querywindow.opener ) {
querywindow.opener = window.window;
}
 
if ( window.focus ) {
querywindow.focus();
}
 
return true;
}
 
function refreshQuerywindow( url ) {
 
if ( ! querywindow.closed && querywindow.location ) {
if ( ! querywindow.document.sqlform.LockFromUpdate
|| ! querywindow.document.sqlform.LockFromUpdate.checked ) {
open_querywindow( url )
}
}
}
 
/**
* opens new url in target frame, with default beeing left frame
* valid is 'main' and 'querywindow' all others leads to 'left'
*
* @param string targeturl new url to load
* @param string target frame where to load the new url
*/
function goTo( targeturl, target ) {
//alert('goto');
if ( target == 'main' ) {
if (text_dir == 'ltr') {
target = window.frames[1];
} else {
target = window.frames[0];
}
} else if ( target == 'query' ) {
target = querywindow;
//return open_querywindow( targeturl );
} else if ( ! target ) {
if (text_dir == 'ltr') {
target = window.frames[0];
} else {
target = window.frames[1];
}
}
 
if ( target ) {
if ( target.location.href == targeturl ) {
return true;
} else if ( target.location.href == pma_absolute_uri + targeturl ) {
return true;
}
if ( safari_browser ) {
target.location.href = targeturl;
} else {
target.location.replace(targeturl);
}
}
 
return true;
}
 
// opens selected db in main frame
function openDb( new_db ) {
//alert('opendb(' + new_db + ')');
setDb( new_db );
setTable( '' );
refreshMain( opendb_url );
return true;
}
 
function updateTableTitle( table_link_id, new_title ) {
//alert('updateTableTitle');
if ( window.parent.frames[0].document.getElementById(table_link_id) ) {
var left = window.parent.frames[0].document;
left.getElementById(table_link_id).title = new_title;
new_title = left.getElementById('icon_' + table_link_id).alt + ': ' + new_title;
left.getElementById('browse_' + table_link_id).title = new_title;
return true;
}
return false;
}
/Web/Maintenance/phpMyAdmin/js/server_privileges.js
0,0 → 1,93
/* $Id: server_privileges.js,v 1.1 2005/11/23 19:10:30 nijel Exp $ */
 
 
/**
* Validates the password field in a form
*
* @param object the form
*
* @return boolean whether the field value is valid or not
*/
function checkPassword(the_form)
{
// Did the user select 'no password'?
if (typeof(the_form.elements['nopass']) != 'undefined' && the_form.elements['nopass'][0].checked) {
return true;
} else if (typeof(the_form.elements['pred_password']) != 'undefined' && (the_form.elements['pred_password'].value == 'none' || the_form.elements['pred_password'].value == 'keep')) {
return true;
}
 
// Validates
if (the_form.elements['pma_pw'].value == '') {
alert(jsPasswordEmpty);
the_form.elements['pma_pw2'].value = '';
the_form.elements['pma_pw'].focus();
return false;
} else if (the_form.elements['pma_pw'].value != the_form.elements['pma_pw2'].value) {
alert(jsPasswordNotSame);
the_form.elements['pma_pw'].value = '';
the_form.elements['pma_pw2'].value = '';
the_form.elements['pma_pw'].focus();
return false;
} // end if...else if
 
return true;
} // end of the 'checkPassword()' function
 
 
/**
* Validates the "add a user" form
*
* @return boolean whether the form is validated or not
*/
function checkAddUser(the_form)
{
if (the_form.elements['pred_hostname'].value == 'userdefined' && the_form.elements['hostname'].value == '') {
alert(jsHostEmpty);
the_form.elements['hostname'].focus();
return false;
}
 
if (the_form.elements['pred_username'].value == 'userdefined' && the_form.elements['username'].value == '') {
alert(jsUserEmpty);
the_form.elements['username'].focus();
return false;
}
 
return checkPassword(the_form);
} // end of the 'checkAddUser()' function
 
 
/**
* Generate a new password, which may then be copied to the form
* with suggestPasswordCopy().
*
* @param string the form name
*
* @return boolean always true
*/
function suggestPassword() {
var pwchars = "abcdefhjmnpqrstuvwxyz23456789ABCDEFGHJKLMNPQRSTUVWYXZ.,:";
var passwordlength = 16; // do we want that to be dynamic? no, keep it simple :)
var passwd = document.getElementById('generated_pw');
passwd.value = '';
 
for ( i = 0; i < passwordlength; i++ ) {
passwd.value += pwchars.charAt( Math.floor( Math.random() * pwchars.length ) )
}
return passwd.value;
}
 
 
/**
* Copy the generated password (or anything in the field) to the form
*
* @param string the form name
*
* @return boolean always true
*/
function suggestPasswordCopy() {
document.getElementById('text_pma_pw').value = document.getElementById('generated_pw').value;
document.getElementById('text_pma_pw2').value = document.getElementById('generated_pw').value;
return true;
}
/Web/Maintenance/phpMyAdmin/js/tbl_change.js
0,0 → 1,339
/* $Id: tbl_change.js,v 1.1 2005/11/23 19:10:30 nijel Exp $ */
 
 
/**
* Modify from controls when the "NULL" checkbox is selected
*
* @param string the MySQL field type
* @param string the urlencoded field name
* @param string the md5 hashed field name
*
* @return boolean always true
*/
function nullify(theType, urlField, md5Field, multi_edit)
{
var rowForm = document.forms['insertForm'];
 
if (typeof(rowForm.elements['funcs' + multi_edit + '[' + urlField + ']']) != 'undefined') {
rowForm.elements['funcs' + multi_edit + '[' + urlField + ']'].selectedIndex = -1;
}
 
// "SET" field , "ENUM" field with more than 20 characters
// or foreign key field
if (theType == 1 || theType == 3 || theType == 4) {
rowForm.elements['field_' + md5Field + multi_edit + '[]'].selectedIndex = -1;
}
// Other "ENUM" field
else if (theType == 2) {
var elts = rowForm.elements['field_' + md5Field + multi_edit + '[]'];
// when there is just one option in ENUM:
if (elts.checked) {
elts.checked = false;
} else {
var elts_cnt = elts.length;
for (var i = 0; i < elts_cnt; i++ ) {
elts[i].checked = false;
} // end for
 
} // end if
}
// Other field types
else /*if (theType == 5)*/ {
rowForm.elements['fields' + multi_edit + '[' + urlField + ']'].value = '';
} // end if... else if... else
 
return true;
} // end of the 'nullify()' function
 
 
/**
* Unchecks the "NULL" control when a function has been selected or a value
* entered
*
* @param string the urlencoded field name
*
* @return boolean always true
*/
function unNullify(urlField, multi_edit)
{
var rowForm = document.forms['insertForm'];
 
if (typeof(rowForm.elements['fields_null[multi_edit][' + multi_edit + '][' + urlField + ']']) != 'undefined') {
rowForm.elements['fields_null[multi_edit][' + multi_edit + '][' + urlField + ']'].checked = false
} // end if
 
if (typeof(rowForm.elements['insert_ignore_' + multi_edit]) != 'undefined') {
rowForm.elements['insert_ignore_' + multi_edit].checked = false
} // end if
 
return true;
} // end of the 'unNullify()' function
 
var day;
var month;
var year;
var hour;
var minute;
var second;
var clock_set = 0;
 
/**
* Opens calendar window.
*
* @param string calendar.php parameters
* @param string form name
* @param string field name
* @param string edit type - date/timestamp
*/
function openCalendar(params, form, field, type) {
window.open("./calendar.php?" + params, "calendar", "width=400,height=200,status=yes");
dateField = eval("document." + form + "." + field);
dateType = type;
}
 
/**
* Formats number to two digits.
*
* @param int number to format.
* @param string type of number
*/
function formatNum2(i, valtype) {
f = (i < 10 ? '0' : '') + i;
if (valtype && valtype != '') {
switch(valtype) {
case 'month':
f = (f > 12 ? 12 : f);
break;
 
case 'day':
f = (f > 31 ? 31 : f);
break;
 
case 'hour':
f = (f > 24 ? 24 : f);
break;
 
default:
case 'second':
case 'minute':
f = (f > 59 ? 59 : f);
break;
}
}
 
return f;
}
 
/**
* Formats number to two digits.
*
* @param int number to format.
* @param int default value
* @param string type of number
*/
function formatNum2d(i, default_v, valtype) {
i = parseInt(i, 10);
if (isNaN(i)) return default_v;
return formatNum2(i, valtype)
}
 
/**
* Formats number to four digits.
*
* @param int number to format.
*/
function formatNum4(i) {
i = parseInt(i, 10)
return (i < 1000 ? i < 100 ? i < 10 ? '000' : '00' : '0' : '') + i;
}
 
/**
* Initializes calendar window.
*/
function initCalendar() {
if (!year && !month && !day) {
/* Called for first time */
if (window.opener.dateField.value) {
value = window.opener.dateField.value;
if (window.opener.dateType == 'datetime' || window.opener.dateType == 'date') {
if (window.opener.dateType == 'datetime') {
parts = value.split(' ');
value = parts[0];
 
if (parts[1]) {
time = parts[1].split(':');
hour = parseInt(time[0],10);
minute = parseInt(time[1],10);
second = parseInt(time[2],10);
}
}
date = value.split("-");
day = parseInt(date[2],10);
month = parseInt(date[1],10) - 1;
year = parseInt(date[0],10);
} else {
year = parseInt(value.substr(0,4),10);
month = parseInt(value.substr(4,2),10) - 1;
day = parseInt(value.substr(6,2),10);
hour = parseInt(value.substr(8,2),10);
minute = parseInt(value.substr(10,2),10);
second = parseInt(value.substr(12,2),10);
}
}
if (isNaN(year) || isNaN(month) || isNaN(day) || day == 0) {
dt = new Date();
year = dt.getFullYear();
month = dt.getMonth();
day = dt.getDate();
}
if (isNaN(hour) || isNaN(minute) || isNaN(second)) {
dt = new Date();
hour = dt.getHours();
minute = dt.getMinutes();
second = dt.getSeconds();
}
} else {
/* Moving in calendar */
if (month > 11) {
month = 0;
year++;
}
if (month < 0) {
month = 11;
year--;
}
}
 
if (document.getElementById) {
cnt = document.getElementById("calendar_data");
} else if (document.all) {
cnt = document.all["calendar_data"];
}
 
cnt.innerHTML = "";
 
str = ""
 
//heading table
str += '<table class="calendar"><tr><th width="50%">';
str += '<form method="NONE" onsubmit="return 0">';
str += '<a href="javascript:month--; initCalendar();">&laquo;</a> ';
str += '<select id="select_month" name="monthsel" onchange="month = parseInt(document.getElementById(\'select_month\').value); initCalendar();">';
for (i =0; i < 12; i++) {
if (i == month) selected = ' selected="selected"';
else selected = '';
str += '<option value="' + i + '" ' + selected + '>' + month_names[i] + '</option>';
}
str += '</select>';
str += ' <a href="javascript:month++; initCalendar();">&raquo;</a>';
str += '</form>';
str += '</th><th width="50%">';
str += '<form method="NONE" onsubmit="return 0">';
str += '<a href="javascript:year--; initCalendar();">&laquo;</a> ';
str += '<select id="select_year" name="yearsel" onchange="year = parseInt(document.getElementById(\'select_year\').value); initCalendar();">';
for (i = year - 25; i < year + 25; i++) {
if (i == year) selected = ' selected="selected"';
else selected = '';
str += '<option value="' + i + '" ' + selected + '>' + i + '</option>';
}
str += '</select>';
str += ' <a href="javascript:year++; initCalendar();">&raquo;</a>';
str += '</form>';
str += '</th></tr></table>';
 
str += '<table class="calendar"><tr>';
for (i = 0; i < 7; i++) {
str += "<th>" + day_names[i] + "</th>";
}
str += "</tr>";
 
var firstDay = new Date(year, month, 1).getDay();
var lastDay = new Date(year, month + 1, 0).getDate();
 
str += "<tr>";
 
dayInWeek = 0;
for (i = 0; i < firstDay; i++) {
str += "<td>&nbsp;</td>";
dayInWeek++;
}
for (i = 1; i <= lastDay; i++) {
if (dayInWeek == 7) {
str += "</tr><tr>";
dayInWeek = 0;
}
 
dispmonth = 1 + month;
 
if (window.opener.dateType == 'datetime' || window.opener.dateType == 'date') {
actVal = "" + formatNum4(year) + "-" + formatNum2(dispmonth, 'month') + "-" + formatNum2(i, 'day');
} else {
actVal = "" + formatNum4(year) + formatNum2(dispmonth, 'month') + formatNum2(i, 'day');
}
if (i == day) {
style = ' class="selected"';
current_date = actVal;
} else {
style = '';
}
str += "<td" + style + "><a href=\"javascript:returnDate('" + actVal + "');\">" + i + "</a></td>"
dayInWeek++;
}
for (i = dayInWeek; i < 7; i++) {
str += "<td>&nbsp;</td>";
}
 
str += "</tr></table>";
 
cnt.innerHTML = str;
 
// Should we handle time also?
if (window.opener.dateType != 'date' && !clock_set) {
 
if (document.getElementById) {
cnt = document.getElementById("clock_data");
} else if (document.all) {
cnt = document.all["clock_data"];
}
 
str = '';
init_hour = hour;
init_minute = minute;
init_second = second;
str += '<form method="NONE" class="clock" onsubmit="returnDate(\'' + current_date + '\')">';
str += '<input id="hour" type="text" size="2" maxlength="2" onblur="this.value=formatNum2d(this.value, init_hour, \'hour\'); init_hour = this.value;" value="' + formatNum2(hour, 'hour') + '" />:';
str += '<input id="minute" type="text" size="2" maxlength="2" onblur="this.value=formatNum2d(this.value, init_minute, \'minute\'); init_minute = this.value;" value="' + formatNum2(minute, 'minute') + '" />:';
str += '<input id="second" type="text" size="2" maxlength="2" onblur="this.value=formatNum2d(this.value, init_second, \'second\'); init_second = this.value;" value="' + formatNum2(second, 'second') + '" />';
str += '<br />';
str += '<input type="submit" value="' + submit_text + '"/>';
str += '</form>';
 
cnt.innerHTML = str;
clock_set = 1;
}
 
}
 
/**
* Returns date from calendar.
*
* @param string date text
*/
function returnDate(d) {
txt = d;
if (window.opener.dateType != 'date') {
// need to get time
h = parseInt(document.getElementById('hour').value,10);
m = parseInt(document.getElementById('minute').value,10);
s = parseInt(document.getElementById('second').value,10);
if (window.opener.dateType == 'datetime') {
txt += ' ' + formatNum2(h, 'hour') + ':' + formatNum2(m, 'minute') + ':' + formatNum2(s, 'second');
} else {
// timestamp
txt += formatNum2(h, 'hour') + formatNum2(m, 'minute') + formatNum2(s, 'second');
}
}
 
window.opener.dateField.value = txt;
window.close();
}
/Web/Maintenance/phpMyAdmin/js/tooltip.js
0,0 → 1,194
/* $Id: tooltip.js,v 1.1 2005/11/23 19:10:30 nijel Exp $ */
 
 
/**
* Displays the Tooltips (hints), if we have some
* 2005-01-20 added by Michael Keck (mkkeck)
*/
 
var ttXpos = 0, ttYpos = 0;
var ttXadd = 10, ttYadd = -10;
var ttDisplay = 0, ttHoldIt = 0;
// Check if browser does support dynamic content and dhtml
var ttNS4 = (document.layers) ? 1 : 0; // the old Netscape 4
var ttIE4 = (document.all) ? 1 : 0; // browser wich uses document.all
var ttDOM = (document.getElementById) ? 1 : 0; // DOM-compatible browsers
if (ttDOM) { // if DOM-compatible, set the others to false
ttNS4 = 0;
ttIE4 = 0;
}
 
var myTooltipContainer = null;
 
if ( (ttDOM) || (ttIE4) || (ttNS4) ) {
// mouse-event
if ( ttNS4 ) {
document.captureEvents(Event.MOUSEMOVE);
} else {
document.onmousemove = mouseMove;
}
}
 
/**
* init the tooltip and write the text into it
*
* @param string theText tooltip content
*/
function textTooltip(theText) {
if (ttDOM || ttIE4) { // document.getEelementById || document.all
myTooltipContainer.innerHTML = ""; // we should empty it first
myTooltipContainer.innerHTML = theText;
} else if (ttNS4) { // document.layers
var layerNS4 = myTooltipContainer.document;
layerNS4.write(theText);
layerNS4.close();
}
}
 
/**
* @var integer
*/
var ttTimerID = 0;
 
/**
* swap the Tooltip // show and hide
*
* @param boolean stat view status
*/
function swapTooltip(stat) {
if (ttHoldIt!=1) {
if (stat!='default') {
if (stat=='true')
showTooltip(true);
else if (stat=='false')
showTooltip(false);
} else {
if (ttDisplay)
ttTimerID = setTimeout("showTooltip(false);",500);
else
showTooltip(true);
}
} else {
if (ttTimerID) {
clearTimeout(ttTimerID);
ttTimerID = 0;
}
showTooltip(true);
}
}
 
/**
* show / hide the Tooltip
*
* @param boolean stat view status
*/
function showTooltip(stat) {
if (stat==false) {
if (ttNS4)
myTooltipContainer.visibility = "hide";
else
myTooltipContainer.style.visibility = "hidden";
ttDisplay = 0;
} else {
if (ttNS4)
myTooltipContainer.visibility = "show";
else
myTooltipContainer.style.visibility = "visible";
ttDisplay = 1;
}
}
/**
* hold it, if we create or move the mouse over the tooltip
*/
function holdTooltip() {
ttHoldIt = 1;
swapTooltip('true');
ttHoldIt = 0;
}
 
/**
* move the tooltip to mouse position
*
* @param integer posX horiz. position
* @param integer posY vert. position
*/
function moveTooltip(posX, posY) {
if (ttDOM || ttIE4) {
myTooltipContainer.style.left = posX + "px";
myTooltipContainer.style.top = posY + "px";
} else if (ttNS4) {
myTooltipContainer.left = posX;
myTooltipContainer.top = posY;
}
}
 
/**
* build the tooltip
*
* @param string theText tooltip content
*/
function pmaTooltip( theText ) {
// reference to TooltipContainer
if ( null == myTooltipContainer ) {
if (ttNS4) {
myTooltipContainer = document.TooltipContainer;
} else if (ttIE4) {
myTooltipContainer = document.all('TooltipContainer');
} else if (ttDOM) {
myTooltipContainer = document.getElementById('TooltipContainer');
} else {
return;
}
 
if ( typeof( myTooltipContainer ) == 'undefined' ) {
return;
}
}
 
var plusX=0, plusY=0, docX=0, docY=0;
var divHeight = myTooltipContainer.clientHeight;
var divWidth = myTooltipContainer.clientWidth;
if (navigator.appName.indexOf("Explorer")!=-1) {
if (document.documentElement && document.documentElement.scrollTop) {
plusX = document.documentElement.scrollLeft;
plusY = document.documentElement.scrollTop;
docX = document.documentElement.offsetWidth + plusX;
docY = document.documentElement.offsetHeight + plusY;
} else {
plusX = document.body.scrollLeft;
plusY = document.body.scrollTop;
docX = document.body.offsetWidth + plusX;
docY = document.body.offsetHeight + plusY;
}
} else {
docX = document.body.clientWidth;
docY = document.body.clientHeight;
}
 
ttXpos = ttXpos + plusX;
ttYpos = ttYpos + plusY;
 
if ((ttXpos + divWidth) > docX)
ttXpos = ttXpos - (divWidth + (ttXadd * 2));
if ((ttYpos + divHeight) > docY)
ttYpos = ttYpos - (divHeight + (ttYadd * 2));
 
textTooltip(theText);
moveTooltip((ttXpos + ttXadd), (ttYpos + ttYadd));
holdTooltip();
}
 
/**
* register mouse moves
*
* @param event e
*/
function mouseMove(e) {
if ( typeof( event ) != 'undefined' ) {
ttXpos = event.x;
ttYpos = event.y;
} else {
ttXpos = e.pageX;
ttYpos = e.pageY;
}
}
/Web/Maintenance/phpMyAdmin/js/user_password.js
0,0 → 1,192
/* $Id: user_password.js,v 1.1 2005/11/23 19:10:30 nijel Exp $ */
 
 
/**
* Validates the password field in a form
*
* @param object the form
*
* @return boolean whether the field value is valid or not
*/
function checkPassword(the_form)
{
// Gets the elements pointers
if (the_form.name == 'addUserForm' || the_form.name == 'chgPassword') {
var pswd_index = 1;
var pswd1_name = 'pma_pw';
var pswd2_name = 'pma_pw2';
} else {
pswd_index = 2;
pswd1_name = 'new_pw';
pswd2_name = 'new_pw2';
}
 
// Validates
if (the_form.elements['nopass'][pswd_index].checked) {
if (the_form.elements[pswd1_name].value == '') {
alert(jsPasswordEmpty);
the_form.elements[pswd2_name].value = '';
the_form.elements[pswd1_name].focus();
return false;
} else if (the_form.elements[pswd1_name].value != the_form.elements[pswd2_name].value) {
alert(jsPasswordNotSame);
the_form.elements[pswd1_name].value = '';
the_form.elements[pswd2_name].value = '';
the_form.elements[pswd1_name].focus();
return false;
} // end if...else if
} // end if
 
return true;
} // end of the 'checkPassword()' function
 
 
/**
* Validates the "add an user" form
*
* @return boolean whether the form is validated or not
*/
function checkAddUser()
{
var the_form = document.forms['addUserForm'];
 
if (the_form.elements['anyhost'][1].checked && the_form.elements['host'].value == '') {
alert(jsHostEmpty);
the_form.elements['host'].focus();
return false;
}
 
if (the_form.elements['anyuser'][1].checked && the_form.elements['pma_user'].value == '') {
alert(jsUserEmpty);
the_form.elements['pma_user'].focus();
return false;
}
 
return checkPassword(the_form);
} // end of the 'checkAddUser()' function
 
 
/**
* Validates the "update a profile" form
*
* @return boolean whether the form is validated or not
*/
function checkUpdProfile()
{
var the_form = document.forms['updUserForm'];
 
if (the_form.elements['anyhost'][1].checked && the_form.elements['new_server'].value == '') {
alert(jsHostEmpty);
the_form.elements['new_server'].focus();
return false;
}
 
if (the_form.elements['anyuser'][1].checked && the_form.elements['new_user'].value == '') {
alert(jsUserEmpty);
the_form.elements['new_user'].focus();
return false;
}
 
return checkPassword(the_form);
} // end of the 'checkUpdProfile()' function
 
 
/**
* Gets the list of selected options in combo
*
* @param object the form to check
*
* @return string the list of selected options
*/
function getSelected(the_field) {
var the_list = '';
var opts = the_field.options;
var opts_cnt = opts.length;
 
for (var i = 0; i < opts_cnt; i++) {
if (opts[i].selected) {
the_list += opts[i].text + ', ';
}
} // end for
 
return the_list.substring(0, the_list.length - 2);
} // end of the 'getSelected()' function
 
 
/**
* Reloads the page to get tables names in a database or fields names in a
* table
*
* @param object the input text box to build the query from
*/
function change(the_field) {
var l = location.href;
var lpos = l.indexOf('?lang');
var box_name = the_field.name;
var the_form = the_field.form.elements;
var sel_idx = null;
 
if (box_name == 'newdb') {
the_form['anydb'][0].checked = true;
the_form['anytable'][0].checked = true;
the_form['anycolumn'][0].checked = true;
if (typeof(the_form['dbgrant']) != 'undefined') {
the_form['dbgrant'].selectedIndex = -1;
}
if (typeof(the_form['tablegrant']) != 'undefined') {
the_form['tablegrant'].selectedIndex = -1;
}
if (typeof(the_form['colgrant']) != 'undefined') {
the_form['colgrant'].selectedIndex = -1;
}
}
else {
if (lpos <= 0) {
l += '?lang=' + the_form['lang'].value
+ '&convcharset=' . the_form['convcharset'].value
+ '&server=' + the_form['server'].value
+ '&grants=1'
+ '&host=' + escape(the_form['host'].value)
+ '&pma_user=' + escape(the_form['pma_user'].value);
sel_idx = the_form['dbgrant'].selectedIndex;
if (sel_idx > 0) {
l += '&dbgrant=' + escape(the_form['dbgrant'].options[sel_idx].text);
}
sel_idx = the_form['tablegrant'].selectedIndex;
if (sel_idx > 0) {
l += '&tablegrant=' + escape(the_form['tablegrant'].options[sel_idx].text);
}
}
 
var lpos = l.indexOf('&' + box_name);
if (lpos > 0) {
l = l.substring(0, lpos);
} // end if
 
location.href = l + '&' + box_name + '=' + escape(getSelected(the_field));
}
 
} // end of the 'change()' function
 
 
/**
* Checks/unchecks all privileges
*
* @param string the form name
* @param boolean whether to check or to uncheck the element
*
* @return boolean always true
*/
function checkForm(the_form, do_check) {
var elts = document.forms[the_form].elements;
var elts_cnt = elts.length;
 
for (var i = 0; i < elts_cnt; i++) {
var whichElt = elts[i].name;
if (whichElt.indexOf('_priv') >= 0) {
document.forms[the_form].elements[whichElt].checked = do_check;
} // end if
} // end for
 
return true;
} // end of the 'checkForm()' function
/Web/Maintenance/phpMyAdmin/lang/add_message.sh
0,0 → 1,32
#!/bin/bash
# $Id: add_message.sh,v 2.1 2005/09/24 08:52:18 nijel Exp $
#
# Shell script that adds a message to all message files (Lem9)
#
# Example: add_message.sh '$strNewMessage' 'new message contents'
#
 
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
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)"
/Web/Maintenance/phpMyAdmin/lang/add_message_file.sh
0,0 → 1,32
#!/bin/bash
# $Id: add_message_file.sh,v 2.1 2005/09/24 08:49:52 nijel Exp $
#
# Shell script that adds a message file to all message files
# adding "//to translate" on each line
#
# Example: add_message_file.sh xxx
#
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
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)"
/Web/Maintenance/phpMyAdmin/lang/afrikaans-iso-8859-1.inc.php
0,0 → 1,991
<?php
/* $Id: afrikaans-iso-8859-1.inc.php,v 2.115.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/*
translated by Andreas Pauley <pauley@buitegroep.org.za>
 
Dit lyk nogal snaaks in Afrikaans ;-).
Laat weet my asb. as jy aan beter taalgebruik kan dink.
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Ma', 'Di', 'Wo', 'Do', 'Fr', 'Sa');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAccessDenied = 'Toegang Geweier';
$strAction = 'Aksie';
$strAddDeleteColumn = 'Voeg By/Verwyder Veld Kolomme';
$strAddDeleteRow = 'Voeg By/Verwyder Kriteria Ry';
$strAddNewField = 'Voeg \'n nuwe veld by';
$strAddSearchConditions = 'Voeg soek kriteria by (laaste deel van die "where" in SQL SELECT):';
$strAddToIndex = 'Voeg by indeks &nbsp;%s&nbsp;kolom(me)';
$strAddUser = 'Voeg \'n nuwe gebruiker by';
$strAddUserMessage = 'Jy het \'n nuwe gebruiker bygevoeg.';
$strAffectedRows = 'Geaffekteerde rye:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug na vorige bladsy';
$strAfterInsertNewInsert = 'Voeg \'n nuwe ry by';
$strAll = 'Alle';
$strAllTableSameWidth = 'vertoon alle tabelle met dieselfde wydte?';
$strAlterOrderBy = 'Verander tabel sorteer volgens';
$strAnalyzeTable = 'Analiseer tabel';
$strAnd = 'En';
$strAnIndex = '\'n Indeks is bygevoeg op %s';
$strAny = 'Enige';
$strAnyHost = 'Enige gasheer (host)';
$strAnyUser = 'Enige gebruiker';
$strAPrimaryKey = '\'n primere sleutel is bygevoeg op %s';
$strAscending = 'Dalend';
$strAtBeginningOfTable = 'By Begin van Tabel';
$strAtEndOfTable = 'By Einde van Tabel';
$strAttr = 'Kenmerke';
 
$strBack = 'Terug';
$strBeginCut = 'BEGIN UITKNIPSEL';
$strBeginRaw = 'BEGIN ONVERANDERD (RAW)';
$strBinary = 'Biner';
$strBinaryDoNotEdit = 'Biner - moenie verander nie';
$strBookmarkDeleted = 'Die boekmerk is verwyder.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Geboekmerkde SQL-stelling';
$strBookmarkThis = 'Boekmerk hierdie SQL-stelling';
$strBookmarkView = 'Kyk slegs';
$strBrowse = 'Beloer Data';
$strBzip = '"ge-bzip"';
 
$strCantLoadRecodeIconv = 'Kan nie iconv laai nie, of "recode" ekstensie word benodig vir die karakterstel omskakeling, stel PHP op om hierdie ekstensies toe te laat of verwyder karakterstel omskakeling in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kannie die indeks hernoem na PRIMARY!';
$strCantUseRecodeIconv = 'Kan nie iconv, libiconv of recode_string funksie gebruik terwyl die extensie homself as gelaai rapporteer nie. Kyk na jou PHP opstelling.';
$strCardinality = 'Cardinality';
$strChange = 'Verander';
$strChangeDisplay = 'Kies \'n Veld om te vertoon';
$strChangePassword = 'Verander wagwoord';
$strCharsetOfFile = 'Karakterstel van die leer:';
$strCheckAll = 'Kies Alles';
$strCheckTable = 'Kontroleer tabel';
$strChoosePage = 'Kies asb. \'n bladsy om te verander';
$strColComFeat = 'Kolom Kommentaar word vertoon';
$strColumnNames = 'Kolom name';
$strComments = 'Kommentaar';
$strCompleteInserts = 'Voltooi invoegings';
$strConfigFileError = 'phpMyAdmin was nie in staat om jou konfigurasie leer te lees nie!<br />Dit kan moontlik gebeur wanneer PHP \'n fout in die leer vind of die leer sommer glad nie vind nie.<br />Volg asb. die skakel hieronder om die leer direk te roep, en lees dan enige foutboodskappe. In die meeste gevalle is daar net \'n quote of \'n kommapunt weg erens.<br />Indien jy \'n bladsy kry wat leeg is, is alles klopdisselboom.';
$strConfigureTableCoord = 'Stel asb. die koordinate op van tabel %s';
$strCookiesRequired = 'HTTP Koekies moet van nou af geaktifeer wees.';
$strCopyTable = 'Kopieer tabel na (databasis<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieer na %s.';
$strCreate = 'Skep';
$strCreateIndex = 'Skep \'n indeks op&nbsp;%s&nbsp;kolomme';
$strCreateIndexTopic = 'Skep \'n nuwe indeks';
$strCreateNewDatabase = 'Skep \'n nuwe databasis';
$strCreateNewTable = 'Skep \'n nuwe tabel op databasis %s';
$strCreatePage = 'Skep \'n nuwe bladsy';
$strCreatePdfFeat = 'Skepping van PDF\'s';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDatabase = 'Databasis';
$strDatabaseHasBeenDropped = 'Databasis %s is verwyder.';
$strDatabases = 'databasisse';
$strDatabasesStats = 'Databasis statistieke';
$strDataOnly = 'Slegs Data';
$strDefault = 'Verstekwaarde (default)';
$strDelete = 'Verwyder';
$strDeleted = 'Die ry is verwyder';
$strDeletedRows = 'Verwyderde rye:';
$strDescending = 'Dalend';
$strDisabled = 'Onbeskikbaar';
$strDisplayFeat = 'Vertoon Funksies';
$strDisplayOrder = 'Vertoon volgorde:';
$strDisplayPDF = 'Vertoon PDF skema';
$strDoAQuery = 'Doen \'n "Navraag dmv Voorbeeld" (wildcard: "%")';
$strDocu = 'Dokumentasie';
$strDoYouReally = 'Wil jy regtig ';
$strDrop = 'Verwyder';
$strDumpingData = 'Stort data vir tabel';
$strDumpXRows = 'Stort %s rye beginnende by rekord # %s.';
$strDynamic = 'dinamies';
 
$strEdit = 'Verander';
$strEditPDFPages = 'Verander PDF Bladsye';
$strEditPrivileges = 'Verander Regte';
$strEffective = 'Effektief';
$strEmpty = 'Maak Leeg';
$strEmptyResultSet = 'MySQL het niks teruggegee nie (dus nul rye).';
$strEnabled = 'Beskikbaar';
$strEnd = 'Einde';
$strEndCut = 'EINDE UITKNIPSEL';
$strEndRaw = 'EINDE ONVERANDERD (RAW)';
$strEnglishPrivileges = ' Nota: MySQL regte name word in Engels vertoon ';
$strError = 'Fout';
$strExplain = 'Verduidelik SQL';
$strExport = 'Export';
$strExtendedInserts = 'Uitgebreide toevoegings';
$strExtra = 'Ekstra';
 
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is verwyder';
$strFields = 'Velde';
$strFieldsEmpty = ' Die veld telling is leeg! ';
$strFieldsEnclosedBy = 'Velde omring met';
$strFieldsEscapedBy = 'Velde ontsnap (escaped) deur';
$strFieldsTerminatedBy = 'Velde beeindig deur';
$strFixed = 'vaste (fixed)';
$strFlushTable = 'Spoel die tabel ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Daar ontbreek \'n waarde in die vorm !';
$strFullText = 'Volle Tekste';
$strFunction = 'Funksie';
 
$strGenBy = 'Voortgebring deur';
$strGeneralRelationFeat = 'Algemene verwantskap funksies';
$strGenTime = 'Generasie Tyd';
$strGo = 'Gaan';
$strGzip = '"ge-gzip"';
 
$strHasBeenAltered = 'is verander.';
$strHasBeenCreated = 'is geskep.';
$strHaveToShow = 'Jy moet ten minste een Kolom kies om te vertoon';
$strHome = 'Tuis';
$strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad';
$strHost = 'Gasheer (host)';
$strHostEmpty = 'Die gasheer naam is leeg!';
 
$strIdxFulltext = 'Volteks';
$strIgnore = 'Ignoreer';
$strIndex = 'Indeks';
$strIndexes = 'Indekse';
$strIndexHasBeenDropped = 'Indeks %s is verwyder';
$strIndexName = 'Indeks naam&nbsp;:';
$strIndexType = 'Indeks tipe&nbsp;:';
$strInsert = 'Voeg by';
$strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
$strInsertedRows = 'Toegevoegde rye:';
$strInsertNewRow = 'Voeg nuwe ry by';
$strInUse = 'in gebruik';
 
$strKeepPass = 'Moenie die wagwoord verander nie';
$strKeyname = 'Sleutelnaam';
$strKill = 'Vermoor';
 
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'Hoeveelheid rye per bladsy';
$strLinesTerminatedBy = 'Lyne beeindig deur';
$strLinkNotFound = 'Skakel nie gevind nie';
$strLinksTo = 'Skakels na';
$strLocationTextfile = 'Soek die teksleer';
$strLogin = 'Teken aan';
$strLogout = 'Teken uit';
$strLogPassword = 'Wagwoord:';
$strLogUsername = 'Gebruiker Naam:';
 
$strModifications = 'Veranderinge is gestoor';
$strModify = 'Verander';
$strModifyIndexTopic = 'Verander \'n indeks';
$strMoveTable = 'Skuif tabel na (databasis<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is geskuif na %s.';
$strMySQLCharset = 'MySQL Karakterstel';
$strMySQLSaid = 'MySQL het gepraat: ';
$strMySQLShowProcess = 'Wys prosesse';
$strMySQLShowStatus = 'Wys MySQL in-proses informasie';
$strMySQLShowVars = 'Wys MySQL stelsel veranderlikes';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoDatabases = 'Geen databasisse';
$strNoDescription = 'geen Beskrywing';
$strNoDropDatabases = '"DROP DATABASE" stellings word nie toegelaat nie.';
$strNoExplain = 'Ignoreer SQL Verduideliking';
$strNoFrames = 'phpMyAdmin verkies \'n <b>frames-kapabele</b> blaaier.';
$strNoIndex = 'Geen indeks gedefinieer!';
$strNoIndexPartsDefined = 'Geen indeks dele gedefinieer!';
$strNoModification = 'Geen verandering';
$strNone = 'Geen';
$strNoPassword = 'Geen Wagwoord';
$strNoPhp = 'Sonder PHP Kode';
$strNoPrivileges = 'Geen Regte';
$strNoRights = 'Jy het nie genoeg regte om nou hier te wees nie!';
$strNoTablesFound = 'Geen tabelle in databasis gevind nie.';
$strNotNumber = 'Hierdie is nie \'n nommer nie';
$strNotOK = 'nie OK';
$strNotSet = '<b>%s</b> tabel nie gevind nie of nie gesetel in %s';
$strNoUsersFound = 'Geen gebruiker(s) gevind nie.';
$strNoValidateSQL = 'Ignoreer SQL Validasie';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s resultate binne tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> ooreenkomste';
 
$strOK = 'OK';
$strOperations = 'Operasies';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
 
$strPageNumber = 'Bladsy nommer:';
$strPartialText = 'Gedeeltelike Tekste';
$strPassword = 'Wagwoord';
$strPasswordEmpty = 'Die wagwoord is leeg!';
$strPasswordNotSame = 'Die wagwoorde is verskillend!';
$strPdfDbSchema = 'Skema van die "%s" databasis - Bladsy %s';
$strPdfInvalidTblName = 'Die "%s" databasis bestaan nie!';
$strPdfNoTables = 'Geen tabelle';
$strPhp = 'Skep PHP Kode';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin dokumentasie';
$strPmaUriError = 'Die <tt>$cfg[\'PmaAbsoluteUri\']</tt> veranderlike MOET gestel wees in jou konfigurasie leer!';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primere';
$strPrimaryKeyHasBeenDropped = 'Die primere sleutel is verwyder';
$strPrimaryKeyName = 'Die naam van die primere sleutel moet PRIMARY wees!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> die naam wees van die primere sleutel, en <b>slegs</b> van die primere sleutel!)';
$strPrintView = 'Drukker mooi (print view)';
$strPrivileges = 'Regte';
 
$strQBE = 'Navraag dmv Voorbeeld';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL-navraag op databasis <b>%s</b>:';
 
$strRecords = 'Rekords';
$strReferentialIntegrity = 'Toets referential integrity:';
$strRelationNotWorking = 'Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. Om uit te vind hoekom kliek %shier%s.';
$strRelationView = 'Relasie uitsig';
$strReloadMySQL = 'Herlaai MySQL';
$strRenameTable = 'Hernoem tabel na';
$strRenameTableOK = 'Tabel %s is vernoem na %s';
$strRepairTable = 'Herstel tabel';
$strReplaceTable = 'Vervang tabel data met leer (file)';
$strReset = 'Herstel';
$strReType = 'Tik weer';
$strRevoke = 'Herroep';
$strRevokeMessage = 'Jy het die regte herroep vir %s';
$strRowLength = 'Ry lengte';
$strRows = 'Rye';
$strRowsFrom = 'ry(e) beginnende vanaf rekord #';
$strRowSize = ' Ry grootte ';
$strRowsModeHorizontal = 'horisontale';
$strRowsModeOptions = 'in %s formaat en herhaal opskrifte na %s selle';
$strRowsModeVertical = 'vertikale';
$strRowsStatistic = 'Ry Statistiek';
$strRunning = 'op bediener %s';
$strRunQuery = 'Doen Navraag';
$strRunSQLQuery = 'Hardloop SQL stellings op databasis %s';
 
$strSave = 'Stoor';
$strScaleFactorSmall = 'Die skaal faktor is te klein om die skema op een bladsy te pas';
$strSearch = 'Soek';
$strSearchFormTitle = 'Soek in databasis';
$strSearchInTables = 'Binne tabel(le):';
$strSearchNeedle = 'Woord(e) of waarde(s) om voor te soek (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van die woorde';
$strSearchOption2 = 'alle woorde';
$strSearchOption3 = 'die presiese frase';
$strSearchOption4 = 'as \'n regular expression';
$strSearchResultsFor = 'Soek resultate vir "<i>%s</i>" %s:';
$strSearchType = 'Vind:';
$strSelectADb = 'Kies asb. \'n databasis';
$strSelectAll = 'Kies Alles';
$strSelectFields = 'Kies Velde (ten minste een):';
$strSelectNumRows = 'in navraag';
$strSelectTables = 'Kies Tabelle';
$strSend = 'Stoor as leer (file)';
$strServerChoice = 'Bediener Keuse';
$strServerVersion = 'Bediener weergawe';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values 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\').';
$strShow = 'Wys';
$strShowAll = 'Wys alles';
$strShowColor = 'Wys kleur';
$strShowGrid = 'Wys ruitgebied';
$strShowingRecords = 'Vertoon rye';
$strShowPHPInfo = 'Wys PHP informasie';
$strShowTableDimension = 'Wys dimensie van tabelle';
$strShowTables = 'Wys tabelle';
$strShowThisQuery = ' Wys hierdie navraag weer hier ';
$strSingly = '(afsonderlik)';
$strSize = 'Grootte';
$strSort = 'Sorteer';
$strSpaceUsage = 'Spasie verbruik';
$strSplitWordsWithSpace = 'Woorde is geskei dmv \'n spasie karakter (" ").';
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Jy het moontlik \'n fout in die SQL interpreteerder ontdek. Ondersoek asb. jou stelling deeglik, en maak seker dat jou kwotasies korrek en gebalanseerd is. Ander moontlike oorsake vir die fout mag wees dat jy probeer om \'n leer in te laai met binere data buite \'n gekwoteerde teks area. Jy kan jou SQL stelling ook probeer direk in die MySQL opdrag-raakvlak (command line interface). Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer. As jy dan nog steeds probleme het, of as die interpreteerder fouteer waar die opdrag-raakvlak slaag, verminder asb. jou SQL stelling toevoer na die enkele stelling wat die probleem veroorsaak, en rapporteer \'n fout met die data stuk in die UITKNIPSEL seksie hieronder:';
$strSQLParserUserError = 'Dit lyk of daar \'n fout is in jou SQL stelling. Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer';
$strSQLQuery = 'SQL-stelling';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldige Identifiseerder';
$strSQPBugUnclosedQuote = 'Ongebalanseerde kwotasie-teken';
$strSQPBugUnknownPunctuation = 'Onbekende Punktuasie String';
$strStatement = 'Stellings';
$strStrucCSV = 'CSV data';
$strStrucData = 'Struktuur en data';
$strStrucDrop = 'Voeg DROP TABLE by';
$strStrucExcelCSV = 'CSV vir M$ Excel data';
$strStrucOnly = 'Slegs struktuur';
$strStructPropose = 'Stel tabel struktuur voor';
$strStructure = 'Struktuur';
$strSubmit = 'Stuur';
$strSuccess = 'Jou SQL-navraag is suksesvol uitgevoer';
$strSum = 'Som';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel kommentaar';
$strTableEmpty = 'Die tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is verwyder';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaak';
$strTableHasBeenFlushed = 'Tabel %s is geflush';
$strTableMaintenance = 'Tabel instandhouding';
$strTables = '%s tabel(le)';
$strTableStructure = 'Tabel struktuur vir tabel';
$strTableType = 'Tabel tipe';
$strTextAreaLength = ' Omrede sy lengte,<br /> is hierdie veld moontlik nie veranderbaar nie ';
$strTotal = 'totaal';
$strType = 'Tipe';
 
$strUncheckAll = 'Kies Niks';
$strUnique = 'Uniek';
$strUnselectAll = 'Selekteer Niks';
$strUpdatePrivMessage = 'Jy het die regte opgedateer vir %s.';
$strUpdateProfileMessage = 'Die profiel is opgedateer.';
$strUpdateQuery = 'Verander Navraag';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Omring tabel en veldname met backquotes';
$strUser = 'Gebruiker';
$strUserEmpty = 'Die gebruiker naam ontbreek!';
$strUserName = 'Gebruiker naam';
$strUseTables = 'Gebruik Tabelle';
 
$strValidateSQL = 'Valideer SQL';
$strValue = 'Waarde';
$strViewDump = 'Sien die storting (skema) van die tabel';
$strViewDumpDB = 'Sien die storting (skema) van die databasis';
 
$strWelcome = 'Welkom by %s';
$strWithChecked = 'Met gekose:';
$strWrongUser = 'Verkeerde gebruikernaam/wagwoord. Toegang geweier.';
 
$strYes = 'Ja';
 
$strZip = '"ge-zip"';
 
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/afrikaans-utf-8.inc.php
0,0 → 1,992
<?php
/* $Id: afrikaans-utf-8.inc.php,v 2.115.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/*
translated by Andreas Pauley <pauley@buitegroep.org.za>
 
Dit lyk nogal snaaks in Afrikaans ;-).
Laat weet my asb. as jy aan beter taalgebruik kan dink.
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Ma', 'Di', 'Wo', 'Do', 'Fr', 'Sa');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAccessDenied = 'Toegang Geweier';
$strAction = 'Aksie';
$strAddDeleteColumn = 'Voeg By/Verwyder Veld Kolomme';
$strAddDeleteRow = 'Voeg By/Verwyder Kriteria Ry';
$strAddNewField = 'Voeg \'n nuwe veld by';
$strAddSearchConditions = 'Voeg soek kriteria by (laaste deel van die "where" in SQL SELECT):';
$strAddToIndex = 'Voeg by indeks &nbsp;%s&nbsp;kolom(me)';
$strAddUser = 'Voeg \'n nuwe gebruiker by';
$strAddUserMessage = 'Jy het \'n nuwe gebruiker bygevoeg.';
$strAffectedRows = 'Geaffekteerde rye:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug na vorige bladsy';
$strAfterInsertNewInsert = 'Voeg \'n nuwe ry by';
$strAll = 'Alle';
$strAllTableSameWidth = 'vertoon alle tabelle met dieselfde wydte?';
$strAlterOrderBy = 'Verander tabel sorteer volgens';
$strAnalyzeTable = 'Analiseer tabel';
$strAnd = 'En';
$strAnIndex = '\'n Indeks is bygevoeg op %s';
$strAny = 'Enige';
$strAnyHost = 'Enige gasheer (host)';
$strAnyUser = 'Enige gebruiker';
$strAPrimaryKey = '\'n primere sleutel is bygevoeg op %s';
$strAscending = 'Dalend';
$strAtBeginningOfTable = 'By Begin van Tabel';
$strAtEndOfTable = 'By Einde van Tabel';
$strAttr = 'Kenmerke';
 
$strBack = 'Terug';
$strBeginCut = 'BEGIN UITKNIPSEL';
$strBeginRaw = 'BEGIN ONVERANDERD (RAW)';
$strBinary = 'Biner';
$strBinaryDoNotEdit = 'Biner - moenie verander nie';
$strBookmarkDeleted = 'Die boekmerk is verwyder.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Geboekmerkde SQL-stelling';
$strBookmarkThis = 'Boekmerk hierdie SQL-stelling';
$strBookmarkView = 'Kyk slegs';
$strBrowse = 'Beloer Data';
$strBzip = '"ge-bzip"';
 
$strCantLoadRecodeIconv = 'Kan nie iconv laai nie, of "recode" ekstensie word benodig vir die karakterstel omskakeling, stel PHP op om hierdie ekstensies toe te laat of verwyder karakterstel omskakeling in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kannie die indeks hernoem na PRIMARY!';
$strCantUseRecodeIconv = 'Kan nie iconv, libiconv of recode_string funksie gebruik terwyl die extensie homself as gelaai rapporteer nie. Kyk na jou PHP opstelling.';
$strCardinality = 'Cardinality';
$strChange = 'Verander';
$strChangeDisplay = 'Kies \'n Veld om te vertoon';
$strChangePassword = 'Verander wagwoord';
$strCharsetOfFile = 'Karakterstel van die leer:';
$strCheckAll = 'Kies Alles';
$strCheckTable = 'Kontroleer tabel';
$strChoosePage = 'Kies asb. \'n bladsy om te verander';
$strColComFeat = 'Kolom Kommentaar word vertoon';
$strColumnNames = 'Kolom name';
$strComments = 'Kommentaar';
$strCompleteInserts = 'Voltooi invoegings';
$strConfigFileError = 'phpMyAdmin was nie in staat om jou konfigurasie leer te lees nie!<br />Dit kan moontlik gebeur wanneer PHP \'n fout in die leer vind of die leer sommer glad nie vind nie.<br />Volg asb. die skakel hieronder om die leer direk te roep, en lees dan enige foutboodskappe. In die meeste gevalle is daar net \'n quote of \'n kommapunt weg erens.<br />Indien jy \'n bladsy kry wat leeg is, is alles klopdisselboom.';
$strConfigureTableCoord = 'Stel asb. die koordinate op van tabel %s';
$strCookiesRequired = 'HTTP Koekies moet van nou af geaktifeer wees.';
$strCopyTable = 'Kopieer tabel na (databasis<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieer na %s.';
$strCreate = 'Skep';
$strCreateIndex = 'Skep \'n indeks op&nbsp;%s&nbsp;kolomme';
$strCreateIndexTopic = 'Skep \'n nuwe indeks';
$strCreateNewDatabase = 'Skep \'n nuwe databasis';
$strCreateNewTable = 'Skep \'n nuwe tabel op databasis %s';
$strCreatePage = 'Skep \'n nuwe bladsy';
$strCreatePdfFeat = 'Skepping van PDF\'s';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDatabase = 'Databasis';
$strDatabaseHasBeenDropped = 'Databasis %s is verwyder.';
$strDatabases = 'databasisse';
$strDatabasesStats = 'Databasis statistieke';
$strDataOnly = 'Slegs Data';
$strDefault = 'Verstekwaarde (default)';
$strDelete = 'Verwyder';
$strDeleted = 'Die ry is verwyder';
$strDeletedRows = 'Verwyderde rye:';
$strDescending = 'Dalend';
$strDisabled = 'Onbeskikbaar';
$strDisplayFeat = 'Vertoon Funksies';
$strDisplayOrder = 'Vertoon volgorde:';
$strDisplayPDF = 'Vertoon PDF skema';
$strDoAQuery = 'Doen \'n "Navraag dmv Voorbeeld" (wildcard: "%")';
$strDocu = 'Dokumentasie';
$strDoYouReally = 'Wil jy regtig ';
$strDrop = 'Verwyder';
$strDumpingData = 'Stort data vir tabel';
$strDumpXRows = 'Stort %s rye beginnende by rekord # %s.';
$strDynamic = 'dinamies';
 
$strEdit = 'Verander';
$strEditPDFPages = 'Verander PDF Bladsye';
$strEditPrivileges = 'Verander Regte';
$strEffective = 'Effektief';
$strEmpty = 'Maak Leeg';
$strEmptyResultSet = 'MySQL het niks teruggegee nie (dus nul rye).';
$strEnabled = 'Beskikbaar';
$strEnd = 'Einde';
$strEndCut = 'EINDE UITKNIPSEL';
$strEndRaw = 'EINDE ONVERANDERD (RAW)';
$strEnglishPrivileges = ' Nota: MySQL regte name word in Engels vertoon ';
$strError = 'Fout';
$strExplain = 'Verduidelik SQL';
$strExport = 'Export';
$strExtendedInserts = 'Uitgebreide toevoegings';
$strExtra = 'Ekstra';
 
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is verwyder';
$strFields = 'Velde';
$strFieldsEmpty = ' Die veld telling is leeg! ';
$strFieldsEnclosedBy = 'Velde omring met';
$strFieldsEscapedBy = 'Velde ontsnap (escaped) deur';
$strFieldsTerminatedBy = 'Velde beeindig deur';
$strFixed = 'vaste (fixed)';
$strFlushTable = 'Spoel die tabel ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Daar ontbreek \'n waarde in die vorm !';
$strFullText = 'Volle Tekste';
$strFunction = 'Funksie';
 
$strGenBy = 'Voortgebring deur';
$strGeneralRelationFeat = 'Algemene verwantskap funksies';
$strGenTime = 'Generasie Tyd';
$strGo = 'Gaan';
$strGzip = '"ge-gzip"';
 
$strHasBeenAltered = 'is verander.';
$strHasBeenCreated = 'is geskep.';
$strHaveToShow = 'Jy moet ten minste een Kolom kies om te vertoon';
$strHome = 'Tuis';
$strHomepageOfficial = 'Amptelike phpMyAdmin Tuisblad';
$strHost = 'Gasheer (host)';
$strHostEmpty = 'Die gasheer naam is leeg!';
 
$strIdxFulltext = 'Volteks';
$strIgnore = 'Ignoreer';
$strIndex = 'Indeks';
$strIndexes = 'Indekse';
$strIndexHasBeenDropped = 'Indeks %s is verwyder';
$strIndexName = 'Indeks naam&nbsp;:';
$strIndexType = 'Indeks tipe&nbsp;:';
$strInsert = 'Voeg by';
$strInsertAsNewRow = 'Voeg by as \'n nuwe ry';
$strInsertedRows = 'Toegevoegde rye:';
$strInsertNewRow = 'Voeg nuwe ry by';
$strInUse = 'in gebruik';
 
$strKeepPass = 'Moenie die wagwoord verander nie';
$strKeyname = 'Sleutelnaam';
$strKill = 'Vermoor';
 
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'Hoeveelheid rye per bladsy';
$strLinesTerminatedBy = 'Lyne beeindig deur';
$strLinkNotFound = 'Skakel nie gevind nie';
$strLinksTo = 'Skakels na';
$strLocationTextfile = 'Soek die teksleer';
$strLogin = 'Teken aan';
$strLogout = 'Teken uit';
$strLogPassword = 'Wagwoord:';
$strLogUsername = 'Gebruiker Naam:';
 
$strModifications = 'Veranderinge is gestoor';
$strModify = 'Verander';
$strModifyIndexTopic = 'Verander \'n indeks';
$strMoveTable = 'Skuif tabel na (databasis<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is geskuif na %s.';
$strMySQLCharset = 'MySQL Karakterstel';
$strMySQLSaid = 'MySQL het gepraat: ';
$strMySQLShowProcess = 'Wys prosesse';
$strMySQLShowStatus = 'Wys MySQL in-proses informasie';
$strMySQLShowVars = 'Wys MySQL stelsel veranderlikes';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoDatabases = 'Geen databasisse';
$strNoDescription = 'geen Beskrywing';
$strNoDropDatabases = '"DROP DATABASE" stellings word nie toegelaat nie.';
$strNoExplain = 'Ignoreer SQL Verduideliking';
$strNoFrames = 'phpMyAdmin verkies \'n <b>frames-kapabele</b> blaaier.';
$strNoIndex = 'Geen indeks gedefinieer!';
$strNoIndexPartsDefined = 'Geen indeks dele gedefinieer!';
$strNoModification = 'Geen verandering';
$strNone = 'Geen';
$strNoPassword = 'Geen Wagwoord';
$strNoPhp = 'Sonder PHP Kode';
$strNoPrivileges = 'Geen Regte';
$strNoRights = 'Jy het nie genoeg regte om nou hier te wees nie!';
$strNoTablesFound = 'Geen tabelle in databasis gevind nie.';
$strNotNumber = 'Hierdie is nie \'n nommer nie';
$strNotOK = 'nie OK';
$strNotSet = '<b>%s</b> tabel nie gevind nie of nie gesetel in %s';
$strNoUsersFound = 'Geen gebruiker(s) gevind nie.';
$strNoValidateSQL = 'Ignoreer SQL Validasie';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s resultate binne tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> ooreenkomste';
 
$strOK = 'OK';
$strOperations = 'Operasies';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
 
$strPageNumber = 'Bladsy nommer:';
$strPartialText = 'Gedeeltelike Tekste';
$strPassword = 'Wagwoord';
$strPasswordEmpty = 'Die wagwoord is leeg!';
$strPasswordNotSame = 'Die wagwoorde is verskillend!';
$strPdfDbSchema = 'Skema van die "%s" databasis - Bladsy %s';
$strPdfInvalidTblName = 'Die "%s" databasis bestaan nie!';
$strPdfNoTables = 'Geen tabelle';
$strPhp = 'Skep PHP Kode';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin dokumentasie';
$strPmaUriError = 'Die <tt>$cfg[\'PmaAbsoluteUri\']</tt> veranderlike MOET gestel wees in jou konfigurasie leer!';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primere';
$strPrimaryKeyHasBeenDropped = 'Die primere sleutel is verwyder';
$strPrimaryKeyName = 'Die naam van die primere sleutel moet PRIMARY wees!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> die naam wees van die primere sleutel, en <b>slegs</b> van die primere sleutel!)';
$strPrintView = 'Drukker mooi (print view)';
$strPrivileges = 'Regte';
 
$strQBE = 'Navraag dmv Voorbeeld';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL-navraag op databasis <b>%s</b>:';
 
$strRecords = 'Rekords';
$strReferentialIntegrity = 'Toets referential integrity:';
$strRelationNotWorking = 'Die addisionele funksies om met geskakelde tabelle te werk is ge deaktiveer. Om uit te vind hoekom kliek %shier%s.';
$strRelationView = 'Relasie uitsig';
$strReloadMySQL = 'Herlaai MySQL';
$strRenameTable = 'Hernoem tabel na';
$strRenameTableOK = 'Tabel %s is vernoem na %s';
$strRepairTable = 'Herstel tabel';
$strReplaceTable = 'Vervang tabel data met leer (file)';
$strReset = 'Herstel';
$strReType = 'Tik weer';
$strRevoke = 'Herroep';
$strRevokeMessage = 'Jy het die regte herroep vir %s';
$strRowLength = 'Ry lengte';
$strRows = 'Rye';
$strRowsFrom = 'ry(e) beginnende vanaf rekord #';
$strRowSize = ' Ry grootte ';
$strRowsModeHorizontal = 'horisontale';
$strRowsModeOptions = 'in %s formaat en herhaal opskrifte na %s selle';
$strRowsModeVertical = 'vertikale';
$strRowsStatistic = 'Ry Statistiek';
$strRunning = 'op bediener %s';
$strRunQuery = 'Doen Navraag';
$strRunSQLQuery = 'Hardloop SQL stellings op databasis %s';
 
$strSave = 'Stoor';
$strScaleFactorSmall = 'Die skaal faktor is te klein om die skema op een bladsy te pas';
$strSearch = 'Soek';
$strSearchFormTitle = 'Soek in databasis';
$strSearchInTables = 'Binne tabel(le):';
$strSearchNeedle = 'Woord(e) of waarde(s) om voor te soek (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van die woorde';
$strSearchOption2 = 'alle woorde';
$strSearchOption3 = 'die presiese frase';
$strSearchOption4 = 'as \'n regular expression';
$strSearchResultsFor = 'Soek resultate vir "<i>%s</i>" %s:';
$strSearchType = 'Vind:';
$strSelectADb = 'Kies asb. \'n databasis';
$strSelectAll = 'Kies Alles';
$strSelectFields = 'Kies Velde (ten minste een):';
$strSelectNumRows = 'in navraag';
$strSelectTables = 'Kies Tabelle';
$strSend = 'Stoor as leer (file)';
$strServerChoice = 'Bediener Keuse';
$strServerVersion = 'Bediener weergawe';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values 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\').';
$strShow = 'Wys';
$strShowAll = 'Wys alles';
$strShowColor = 'Wys kleur';
$strShowGrid = 'Wys ruitgebied';
$strShowingRecords = 'Vertoon rye';
$strShowPHPInfo = 'Wys PHP informasie';
$strShowTableDimension = 'Wys dimensie van tabelle';
$strShowTables = 'Wys tabelle';
$strShowThisQuery = ' Wys hierdie navraag weer hier ';
$strSingly = '(afsonderlik)';
$strSize = 'Grootte';
$strSort = 'Sorteer';
$strSpaceUsage = 'Spasie verbruik';
$strSplitWordsWithSpace = 'Woorde is geskei dmv \'n spasie karakter (" ").';
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Jy het moontlik \'n fout in die SQL interpreteerder ontdek. Ondersoek asb. jou stelling deeglik, en maak seker dat jou kwotasies korrek en gebalanseerd is. Ander moontlike oorsake vir die fout mag wees dat jy probeer om \'n leer in te laai met binere data buite \'n gekwoteerde teks area. Jy kan jou SQL stelling ook probeer direk in die MySQL opdrag-raakvlak (command line interface). Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer. As jy dan nog steeds probleme het, of as die interpreteerder fouteer waar die opdrag-raakvlak slaag, verminder asb. jou SQL stelling toevoer na die enkele stelling wat die probleem veroorsaak, en rapporteer \'n fout met die data stuk in die UITKNIPSEL seksie hieronder:';
$strSQLParserUserError = 'Dit lyk of daar \'n fout is in jou SQL stelling. Die MySQL bediener se foutboodskap hieronder (indien enige) kan jou ook help om die probleem te diagnoseer';
$strSQLQuery = 'SQL-stelling';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldige Identifiseerder';
$strSQPBugUnclosedQuote = 'Ongebalanseerde kwotasie-teken';
$strSQPBugUnknownPunctuation = 'Onbekende Punktuasie String';
$strStatement = 'Stellings';
$strStrucCSV = 'CSV data';
$strStrucData = 'Struktuur en data';
$strStrucDrop = 'Voeg DROP TABLE by';
$strStrucExcelCSV = 'CSV vir M$ Excel data';
$strStrucOnly = 'Slegs struktuur';
$strStructPropose = 'Stel tabel struktuur voor';
$strStructure = 'Struktuur';
$strSubmit = 'Stuur';
$strSuccess = 'Jou SQL-navraag is suksesvol uitgevoer';
$strSum = 'Som';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel kommentaar';
$strTableEmpty = 'Die tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is verwyder';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaak';
$strTableHasBeenFlushed = 'Tabel %s is geflush';
$strTableMaintenance = 'Tabel instandhouding';
$strTables = '%s tabel(le)';
$strTableStructure = 'Tabel struktuur vir tabel';
$strTableType = 'Tabel tipe';
$strTextAreaLength = ' Omrede sy lengte,<br /> is hierdie veld moontlik nie veranderbaar nie ';
$strTotal = 'totaal';
$strType = 'Tipe';
 
$strUncheckAll = 'Kies Niks';
$strUnique = 'Uniek';
$strUnselectAll = 'Selekteer Niks';
$strUpdatePrivMessage = 'Jy het die regte opgedateer vir %s.';
$strUpdateProfileMessage = 'Die profiel is opgedateer.';
$strUpdateQuery = 'Verander Navraag';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Omring tabel en veldname met backquotes';
$strUser = 'Gebruiker';
$strUserEmpty = 'Die gebruiker naam ontbreek!';
$strUserName = 'Gebruiker naam';
$strUseTables = 'Gebruik Tabelle';
 
$strValidateSQL = 'Valideer SQL';
$strValue = 'Waarde';
$strViewDump = 'Sien die storting (skema) van die tabel';
$strViewDumpDB = 'Sien die storting (skema) van die databasis';
 
$strWelcome = 'Welkom by %s';
$strWithChecked = 'Met gekose:';
$strWrongUser = 'Verkeerde gebruikernaam/wagwoord. Toegang geweier.';
 
$strYes = 'Ja';
 
$strZip = '"ge-zip"';
 
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/albanian-iso-8859-1.inc.php
0,0 → 1,981
<?php
/* $Id: albanian-iso-8859-1.inc.php,v 2.119.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Translated by: Laurent Dhima <laurenti at users.sourceforge.net>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Djl', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'); //albanian days
$month = array('Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'); //albanian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //albanian time
$timespanfmt = '%s ditë, %s orë, %s minuta dhe %s sekonda';
 
$strAPrimaryKey = 'Një kyç primar u shtua tek %s';
$strAbortedClients = 'Dështoi';
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut në webserver për tek directory e docSQL';
$strAccessDenied = 'Hyrja nuk u pranua';
$strAccessDeniedExplanation = 'phpMyAdmin u përpoq të lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, përdoruesin dhe fjalëkalimin tek file config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka dhënë administratori i serverit MySQL.';
$strAction = 'Veprimi';
$strAddAutoIncrement = 'Shto vlerë AUTO_INCREMENT';
$strAddConstraints = 'Shto kushte';
$strAddDeleteColumn = 'Shto/Fshi fushën';
$strAddDeleteRow = 'Shto/Fshi kriterin';
$strAddDropDatabase = 'Shto DROP DATABASE';
$strAddHeaderComment = 'Shto një koment të personalizuar në header (\\n ndërpret rreshtin)';
$strAddIfNotExists = 'Shto IF NOT EXISTS';
$strAddIntoComments = 'Shto tek komentet';
$strAddNewField = 'Shto një fushë të re';
$strAddPrivilegesOnDb = 'Shto të drejta tek databaza në vazhdim';
$strAddPrivilegesOnTbl = 'Shto të drejta tek tabela në vazhdim';
$strAddSearchConditions = 'Shto kushte kërkimi (trupi i specifikimit "where"):';
$strAddToIndex = 'Shto tek treguesi i &nbsp;%s&nbsp;kolonës(ave)';
$strAddUser = 'Shto një përdorues të ri';
$strAddUserMessage = 'Ke shtuar një përdorues të ri.';
$strAddedColumnComment = 'Komenti u shtua në kollonë';
$strAddedColumnRelation = 'Relacioni u shtua për kollonën';
$strAdministration = 'Administrimi';
$strAffectedRows = 'Rreshtat e ndikuar:';
$strAfter = 'Mbas %s';
$strAfterInsertBack = 'Mbrapa';
$strAfterInsertNewInsert = 'Shto një regjistrim të ri';
$strAfterInsertSame = 'Kthehu mbrapa tek kjo faqe';
$strAll = 'Të gjithë';
$strAllTableSameWidth = 'vizualizon të gjitha tabelat me të njëjtën gjërësi?';
$strAlterOrderBy = 'Transformo tabelën e renditur sipas';
$strAnIndex = 'Një tregues u shtua tek %s';
$strAnalyzeTable = 'Analizo tabelën';
$strAnd = 'Dhe';
$strAny = 'Çfarëdo';
$strAnyHost = 'Çfarëdo host';
$strAnyUser = 'Çfarëdo përdorues';
$strArabic = 'Arabisht';
$strArmenian = 'Armene';
$strAscending = 'Ngjitje';
$strAtBeginningOfTable = 'Në fillim të tabelës';
$strAtEndOfTable = 'Në fund të tabelës';
$strAttr = 'Pronësi';
$strAutodetect = 'Zbulim automatik';
$strAutomaticLayout = 'Faqosje automatike';
 
$strBack = 'Mbrapa';
$strBaltic = 'Baltike';
$strBeginCut = 'FILLIMI I CUT';
$strBeginRaw = 'FILLIMI I RAW';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Të dhëna të tipit binar - mos ndrysho';
$strBookmarkAllUsers = 'Lejo që çdo përdorues të ketë hyrje në këtë libërshënues';
$strBookmarkDeleted = 'Libërshënuesi u fshi.';
$strBookmarkLabel = 'Etiketë';
$strBookmarkQuery = 'Query SQL shtuar të preferuarve';
$strBookmarkThis = 'Shtoja të preferuarve këtë query SQL';
$strBookmarkView = 'Shfaq vetëm';
$strBrowse = 'Shfaq';
$strBrowseForeignValues = 'Shfleto opcionet e huaja';
$strBulgarian = 'Bullgarisht';
$strBzError = 'phpMyAdmin nuk është në gjendje të kompresojë dump-in për arsye të prapashtesës Bz2 të gabuar në këtë version të php. Ju rekomandojmë patjetër vendosjen e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit të phpMyAdmin në <code>FALSE</code>. Nëqoftëse dëshironi të përdorni patjetër specifikat e kompresimit Bz2, duhet të rifreskoni php në versionin e fundit. Hidhini një sy php bug report %s për informacione të hollësishme.';
$strBzip = '"kompresuar me bzip2"';
 
$strCSVOptions = 'Opcione CSV';
$strCalendar = 'Kalendari';
$strCannotLogin = 'E pamundur kryerja e login tek server-i MySQL';
$strCantLoad = 'I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP';
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i prapashtesës iconv apo recode të nevoitshëm për konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre prapashtesave ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin.';
$strCantRenameIdxToPrimary = 'I pamundur riemërtimi i treguesit në PRIMAR!';
$strCantUseRecodeIconv = 'I pamundur përdorimi i funksioneve iconv apo libiconv apo recode_string për shkak se ekstensioni duhet të ngarkohet. Kontrolloni konfigurimin e php.';
$strCardinality = '';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europa qendrore';
$strChange = 'Ndrysho';
$strChangeCopyMode = 'Krijo një përdorues të ri me të njëjta të drejta dhe ...';
$strChangeCopyModeCopy = '... mbaj të vjetrin.';
$strChangeCopyModeDeleteAndReload = ' ... elemino të vjetrin nga tabela e përdoruesve e pastaj rilexo të drejtat.';
$strChangeCopyModeJustDelete = ' ... elemino të vjetrin nga tabela e përdoruesve.';
$strChangeCopyModeRevoke = ' ... hiq të gjitha të drejtat nga i vjetri e pastaj eleminoje.';
$strChangeCopyUser = 'Ndrysho Informacionet e Login / Kopjo përdoruesin';
$strChangeDisplay = 'Zgjidh fushën që dëshiron të shohësh';
$strChangePassword = 'Ndrysho fjalëkalimin';
$strCharset = 'Familje gërmash';
$strCharsetOfFile = 'Familja gërmave të file:';
$strCharsets = 'Familje gërmash';
$strCharsetsAndCollations = 'Familje gërmash dhe Collations';
$strCheckAll = 'Zgjidhi të gjithë';
$strCheckOverhead = 'Zgjidh të mbingarkuarit';
$strCheckPrivs = 'Kontrollo të drejtat';
$strCheckPrivsLong = 'Kontrollo të drejtat për databazën &quot;%s&quot;.';
$strCheckTable = 'Kontrollo tabelën';
$strChoosePage = 'Ju lutem zgjidhni faqen që dëshironi të modifikoni';
$strColComFeat = 'Vizualizimi i komenteve të kollonave';
$strCollation = 'Collation';
$strColumnNames = 'Emrat e kollonave';
$strColumnPrivileges = 'Të drejtat relative të kollonave';
$strCommand = 'Komanda';
$strComments = 'Komente';
$strCommentsForTable = 'KOMENTET PËR TABELËN';
$strCompleteInserts = 'Të shtuarat komplet';
$strCompression = 'Kompresim';
$strConfigFileError = 'phpMyAdmin nuk arrin të lexojë file e konfigurimit!<br />Kjo mund të ndodhë kur php gjen një parse error në të apo kur php nuk arrin ta gjejë këtë file.<br />Ju lutem ngarkoheni direkt file e konfigurimit duke përdorur link-un e mëposhtëm dhe lexoni mesazhin(et) e gabimeve php që merrni. Në shumicën e rasteve mund t\'ju mungojë një apostrofë apo një presje.<br />Nëse faqja që do t\'ju hapet është bosh (e bardhë), atëhere gjithçka është në rregull.';
$strConfigureTableCoord = 'Ju lutem, konfiguroni koordinatat për tabelën %s';
$strConnectionError = 'E pamundur lidhja: rregullime të pavlefshme.';
$strConnections = 'Lidhje';
$strConstraintsForDumped = 'Kushtet për tabelat e nxjerra';
$strConstraintsForTable = 'Kushtet për tabelën';
$strCookiesRequired = 'Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara.';
$strCopyTable = 'Kopjo tabelën tek (databaza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s u kopjua tek %s.';
$strCopyTableSameNames = 'I pamundur kopjimi i tabelës tek vetvetja!';
$strCouldNotKill = 'phpMyAdmin nuk është në gjendje të përfundojë thread %s. Ka mundësi të ketë përfunduar më parë.';
$strCreate = 'Krijo';
$strCreateIndex = 'Krijo një tregues tek &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Krijo një tregues të ri';
$strCreateNewDatabase = 'Krijo një databazë të re';
$strCreateNewTable = 'Krijo një tabelë të re tek databaza %s';
$strCreatePage = 'Krijo një faqe të re';
$strCreatePdfFeat = 'Krijimi i PDF-ve';
$strCreationDates = 'Datat e Krijimit/Përditësimit/Kontrollit';
$strCriteria = 'Kriteri';
$strCroatian = 'Kroate';
$strCyrillic = 'Cyrillic';
$strCzech = 'Çekisht';
$strCzechSlovak = 'Çeko-Sllovak';
 
$strDBComment = 'Komenti për Databazën: ';
$strDBGContext = 'Konteksti';
$strDBGContextID = 'ID e kontekstit';
$strDBGHits = 'Hits';
$strDBGLine = 'Rreshti';
$strDBGMaxTimeMs = 'Koha maksimum, ms';
$strDBGMinTimeMs = 'Koha minimum, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Koha/Hit, ms';
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
$strDBRename = 'Ndysho emrin e databazës në';
$strDanish = 'Danisht';
$strData = 'Të dhëna';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Vetëm të dhëna';
$strDatabase = 'Databazat';
$strDatabaseEmpty = 'Emri i databazës mungon!';
$strDatabaseExportOptions = 'Opcione të eksportimit të databazës';
$strDatabaseHasBeenDropped = 'Databaza %s u eleminua.';
$strDatabaseNoTable = 'Kjo databazë nuk përmban tabela!';
$strDatabases = 'Databazat';
$strDatabasesDropped = '%s databaza u eleminuan korrektësisht.';
$strDatabasesStats = 'Statistikat e databazave';
$strDatabasesStatsDisable = 'Disaktivo Statistikat';
$strDatabasesStatsEnable = 'Aktivo Statistikat';
$strDatabasesStatsHeavyTraffic = 'Shënim: Aktivimi këtu i statistikave të Databazës mund të shkaktojë rritjen e trafikut midis server-it web dhe MySQL.';
$strDbPrivileges = 'Të drejta specifike të databazës';
$strDbSpecific = 'specifik i databazës';
$strDefault = 'Prezgjedhur';
$strDefaultValueHelp = 'Për vlerat e prezgjedhura, ju lutem shtoni një vlerë të vetme, pa backslash escaping apo thonjëza, duke përdorur këtë format: a';
$strDefragment = 'Defragmento tabelën';
$strDelOld = 'Faqja aktuale përmban riferime ndaj tabelash që nuk ekzistojnë më. Dëshironi t\'i eleminoni këto riferimente?';
$strDelayedInserts = 'Përdor shtimet me vonesë';
$strDelete = 'Fshi';
$strDeleteAndFlush = 'Fshi përdoruesit dhe pastaj rifresko të drejtat.';
$strDeleteAndFlushDescr = 'Kjo është rruga më e pastër, por ngarkimi i të drejtave mund të zgjasë disa çaste më shumë.';
$strDeleted = 'rreshti u fshi';
$strDeletedRows = 'rreshtat e fshirë:';
$strDeleting = 'Në fshirje e sipër të %s';
$strDescending = 'Zbritës';
$strDescription = 'Përshkrimi';
$strDictionary = 'fjalor';
$strDisableForeignChecks = 'Ç\'aktivo kontrollin e kyçeve të jashtëm';
$strDisabled = 'Jo aktiv';
$strDisplayFeat = 'Shfaq karakteristikat';
$strDisplayOrder = 'Mënyra e shfaqjes:';
$strDisplayPDF = 'Shfaq skemën e PDF';
$strDoAQuery = 'Zbato "query nga shembull" (karakteri jolly: "%")';
$strDoYouReally = 'Konfermo: ';
$strDocu = 'Dokumentet';
$strDrop = 'Elemino';
$strDropDatabaseStrongWarning = 'Jeni duke SHKATËRRUAR një databazë komplete!';
$strDropUsersDb = 'Elemino databazat që kanë emër të njëjtë me përdoruesit.';
$strDumpSaved = 'Dump u ruajt tek file %s.';
$strDumpXRows = 'Dump i %s rreshta duke filluar nga rreshti %s.';
$strDumpingData = 'Dump i të dhënave për tabelën';
$strDynamic = 'dinamik';
 
$strEdit = 'Ndrysho';
$strEditPDFPages = 'Ndrysho faqen PDF';
$strEditPrivileges = 'Ndrysho të drejtat';
$strEffective = 'Efektiv';
$strEmpty = 'Zbraz';
$strEmptyResultSet = 'MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta).';
$strEnabled = 'Aktiv';
$strEncloseInTransaction = 'Përfshi eksportin në një transacion';
$strEnd = 'Fund';
$strEndCut = 'FUNDI I CUT';
$strEndRaw = 'FUNDI I RAW';
$strEnglish = 'Anglisht';
$strEnglishPrivileges = 'Shënim: emrat e të drejtave të MySQL janë në Anglisht';
$strError = 'Gabim';
$strEstonian = 'Estoneze';
$strExcelEdition = 'Edicion i Excel';
$strExcelOptions = 'Opcione të Excel';
$strExecuteBookmarked = 'Zbaton query nga libërshënuesi';
$strExplain = 'Shpjego SQL';
$strExport = 'Eksporto';
$strExtendedInserts = 'Të shtuara të zgjeruara';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Përpjekje të dështuara';
$strField = 'Fusha';
$strFieldHasBeenDropped = 'Fusha %s u eleminua';
$strFields = 'Fusha';
$strFieldsEmpty = ' Numratori i fushave është bosh! ';
$strFieldsEnclosedBy = 'Fushë e përbërë nga';
$strFieldsEscapedBy = 'Fushë e kufizuar nga';
$strFieldsTerminatedBy = 'Fushë që mbaron me';
$strFileAlreadyExists = 'File %s ekziston në server: të lutem, ndrysho emrin e file ose zgjidh opcionin "Mbishkruaj".';
$strFileCouldNotBeRead = 'File nuk mund të lexohet';
$strFileNameTemplate = 'Emri i file template';
$strFileNameTemplateRemember = 'kujto template';
$strFixed = 'fiks';
$strFlushPrivilegesNote = 'Shënim: phpMyAdmin lexon të drejtat e përdoruesve direkt nga tabela e privilegjeve të MySQL. Përmbajtja e kësaj tabele mund të ndryshojë prej të drejtave të përdorura nga serveri nëse janë kryer ndryshime manuale. Në këtë rast, duhet të %srifreskoni të drejtat%s para se të vazhdoni.';
$strFlushTable = 'Rifillo ("FLUSH") tabelën';
$strFormEmpty = 'Mungon një vlerë në formular!';
$strFormat = 'Formati';
$strFullText = 'Teksti i plotë';
$strFunction = 'Funksioni';
 
$strGenBy = 'Gjeneruar nga';
$strGenTime = 'Gjeneruar më';
$strGeneralRelationFeat = 'Karakteristikat e përgjithshme të relacionit';
$strGeorgian = 'Gjeorgjisht';
$strGerman = 'Gjermanisht';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Të drejtat e përgjithshme';
$strGlobalValue = 'Vlerë Globale';
$strGo = 'Zbato';
$strGrantOption = 'Grant';
$strGreek = 'Greqisht';
$strGzip = '"kompresuar me gzip"';
 
$strHasBeenAltered = 'u ndryshua.';
$strHasBeenCreated = 'u krijua.';
$strHaveToShow = 'Zgjidh të paktën një kolonë për të parë';
$strHebrew = 'Hebraike';
$strHexForBinary = 'Përdor hexadecimale për fushat binare';
$strHome = 'Shtëpia';
$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
$strHost = 'Host';
$strHostEmpty = 'Emri i host është bosh!';
$strHungarian = 'Hungarisht';
 
$strIcelandic = 'Islandeze';
$strId = 'ID';
$strIdxFulltext = 'Teksti komplet';
$strIgnore = 'Shpërfill';
$strIgnoreInserts = 'Përdor shpërfill shtimet';
$strIgnoringFile = 'File %s u shpërfill';
$strImportDocSQL = 'Importo files docSQL';
$strImportFiles = 'Importo files';
$strInUse = 'në përdorim';
$strIndex = 'Treguesi';
$strIndexHasBeenDropped = 'Treguesi %s u eleminua';
$strIndexName = 'Emri i treguesit&nbsp;:';
$strIndexType = 'Lloji i treguesit&nbsp;:';
$strIndexes = 'Tregues';
$strInnodbStat = 'Gjëndja InnoDB';
$strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.';
$strInsert = 'Shto';
$strInsertAsNewRow = 'Shto një rresht të ri';
$strInsertNewRow = 'Shto një rresht të ri';
$strInsertedRowId = 'U shtua id e rreshtit:';
$strInsertedRows = 'Rreshtat e shtuar:';
$strInternalNotNecessary = '* Nuk ka nevojë për një relacion të brendshëm kur ky relacion ekziston në InnoDB.';
$strInternalRelations = 'Relacione të brendshme';
 
$strJapanese = 'Japonisht';
$strJumpToDB = 'Kalo tek databaza &quot;%s&quot;.';
$strJustDelete = 'Vetëm fshi përdoruesit nga tabelat e të drejtave.';
$strJustDeleteDescr = 'Përdoruesit e &quot;fshirë&quot; do të kenë akoma mundësi të futen në server si zakonisht derisa të drejtat të ringarkohen përsëri.';
 
$strKeepPass = 'Mos ndrysho fjalëkalim';
$strKeyname = 'Emri i kyçit';
$strKill = 'Hiq';
$strKorean = 'Koreane';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcione LaTeX';
$strLandscape = 'Horizontale';
$strLatexCaption = 'Titulli i Tabelës caption';
$strLatexContent = 'Përmbajtja e tabelës __TABLE__';
$strLatexContinued = '(vazhdon)';
$strLatexContinuedCaption = 'Nëntitulli i tabelës vazhduese';
$strLatexIncludeCaption = 'Përfshi nëntitullin e tabelës';
$strLatexLabel = 'Kyçi i etiketës';
$strLatexStructure = 'Struktura e tabelës __TABLE__';
$strLatvian = 'Letone';
$strLengthSet = 'Gjatësia/Set*';
$strLimitNumRows = 'regjistrime për faqe';
$strLinesTerminatedBy = 'Rreshta që mbarojnë me';
$strLinkNotFound = 'Lidhja nuk u gjet';
$strLinksTo = 'Lidhje me';
$strLithuanian = 'Lituane';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Pozicioni i file';
$strLogPassword = 'Fjalëkalimi:';
$strLogServer = 'Serveri';
$strLogUsername = 'Emri i përdoruesit:';
$strLogin = 'Hyrja';
$strLoginInformation = 'Informacione mbi Identifikimin';
$strLogout = 'Përfundo seancën';
 
$strMIMETypesForTable = 'LLOJET E MIME PËR TABELËN';
$strMIME_MIMEtype = 'Lloji MIME';
$strMIME_available_mime = 'Lloje MIME në dispozicion';
$strMIME_available_transform = 'Transformacionet në dispozicion';
$strMIME_description = 'Përshkrimi';
$strMIME_nodescription = 'Asnjë përshkrim në dispozicion për këtë transformim.<br />Ju lutem pyet autorin, çfarë %s bën.';
$strMIME_transformation = 'Transformimi i Shfletuesit';
$strMIME_transformation_note = 'Për listën e opcioneve të transformimeve në dispozicion dhe transformimet relativë të llojeve-MIME, kliko tek %spërshkrimet e transformimeve%s';
$strMIME_transformation_options = 'Opcione të transformimeve';
$strMIME_transformation_options_note = 'Ju lutem shkruani vlerat për opcionet e transformimit duke përdorur këtë format: \'a\',\'b\',\'c\'...<br />Nëse keni nevojë të shtoni një backslash ("\") apo një apostrofë ("\'") midis këtyre vlerave, duhet ti backslash-oni (për shembull \'\\\\xyz\' ose \'a\\\'b\').';
$strMIME_without = 'Llojet-MIME të printuar në italics kanë një funksion transformacioni të veçantë';
$strMaximumSize = 'Madhësia maksimum: %s%s';
$strModifications = 'Ndryshimet u ruajtën';
$strModify = 'Ndrysho';
$strModifyIndexTopic = 'Ndrysho një tregues';
$strMoveTable = 'Sposto tabelën në (databaza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s u lëviz tek %s.';
$strMoveTableSameNames = 'E pamundur lëvizja e tabelës tek vetvetja!';
$strMultilingual = 'shumëgjuhësh';
$strMySQLCharset = 'Set simbolesh MySQL';
$strMySQLConnectionCollation = 'Vendosja e lidhjes MySQL';
$strMySQLSaid = 'Mesazh nga MySQL: ';
$strMySQLShowProcess = 'Shfaq proceset në ekzekutim';
$strMySQLShowStatus = 'Shfaq informacionet e nisjes së MySQL';
$strMySQLShowVars = 'Shfaq të ndryshueshmet e sistemit të MySQL';
 
$strName = 'Emri';
$strNext = 'Në vazhdim';
$strNo = ' Jo ';
$strNoDatabases = 'Asnjë databazë';
$strNoDatabasesSelected = 'Nuk është zgjedhur asnjë databazë.';
$strNoDescription = 'asnjë përshkrim';
$strNoDropDatabases = 'Komandat "DROP DATABASE" nuk janë aktive.';
$strNoExplain = 'Mos shpjego SQL';
$strNoFrames = 'phpMyAdmin funksionon më mirë me shfletues që suportojnë frames';
$strNoIndex = 'Asnjë tregues i përcaktuar!';
$strNoIndexPartsDefined = 'Asnjë pjesë e treguesit është përcaktuar!';
$strNoModification = 'Asnjë ndryshim';
$strNoOptions = 'Ky format nuk ka opcione';
$strNoPassword = 'Asnjë fjalëkalim';
$strNoPermission = 'Serveri web nuk ka të drejtat e duhura për të ruajtur file %s.';
$strNoPhp = 'pa kod PHP';
$strNoPrivileges = 'Asnjë e drejtë';
$strNoRights = 'Nuk ke të drejta të mjaftueshme për të kryer këtë operacion!';
$strNoRowsSelected = 'Nuk ka rreshta të zgjedhur';
$strNoSpace = 'Hapësirë e pamjaftueshme për të ruajtur file %s.';
$strNoTablesFound = 'Nuk gjenden tabela në databazë.';
$strNoUsersFound = 'Nuk u gjet asnjë përdorues.';
$strNoValidateSQL = 'Mos vleftëso SQL';
$strNone = 'Asnjë lloj';
$strNotNumber = 'Ky nuk është një numër!';
$strNotOK = 'jo OK';
$strNotSet = '<b>%s</b> tabela nuk u gjet ose nuk është përcaktuar tek %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s korrispondon(jnë) tek tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Gjithsej:</b> <i>%s</i> korrispondues(ë)';
$strNumTables = 'Tabela';
 
$strOK = 'OK';
$strOperations = 'Operacione';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizo tabelën';
$strOr = 'Ose';
$strOverhead = 'Mbi limit';
$strOverwriteExisting = 'Mbishkruaj file(s) ekzistues';
 
$strPHP40203 = 'Është në përdorim PHP 4.2.3, që përmban një difekt serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 të bug PHP. Ky version i PHP nuk rekomandohet për t\'u përdorur me phpMyAdmin.';
$strPHPVersion = 'Versioni i PHP';
$strPageNumber = 'Numri i faqes:';
$strPaperSize = 'Përmasat e letrës';
$strPartialText = 'Tekst i pjesëshëm';
$strPassword = 'Fjalëkalimi';
$strPasswordChanged = 'Fjalëkalimi për përdoruesin %s u ndryshua me sukses.';
$strPasswordEmpty = 'Fjalëkalimi është bosh!';
$strPasswordNotSame = 'Fjalëkalimi nuk korrispondon!';
$strPdfDbSchema = 'Skema e databazës "%s" - Faqja %s';
$strPdfInvalidTblName = 'Tabela "%s" nuk ekziston!';
$strPdfNoTables = 'Asnjë tabelë';
$strPerHour = 'në orë';
$strPerMinute = 'në minutë';
$strPerSecond = 'në sekondë';
$strPhoneBook = 'numratori';
$strPhp = 'Krijo kodin PHP';
$strPmaDocumentation = 'Dokumente të phpMyAdmin';
$strPmaUriError = 'Direktiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DUHET të përcaktohet tek file i konfigurimit!';
$strPolish = 'Polonisht';
$strPortrait = 'Vertikal';
$strPos1 = 'Fillim';
$strPrevious = 'Paraardhësi';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Kyçi primar u eleminua';
$strPrimaryKeyName = 'Emri i kyçit primar duhet të jetë... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>duhet</b> të jetë emri i, dhe <b>vetëm i</b>, një kyçi primar!)';
$strPrint = 'Printo';
$strPrintView = 'Shfaq për printim';
$strPrintViewFull = 'Shfaq për printim (me full text)';
$strPrivDescAllPrivileges = 'Përfshin të gjitha të drejtat me përjashtim të GRANT.';
$strPrivDescAlter = 'Lejon ndryshimin e strukturës së tabelave ekzistuese.';
$strPrivDescCreateDb = 'Lejon krijimin e tabelave të reja dhe databazave të reja.';
$strPrivDescCreateTbl = 'Lejon krijimin e tabelave të reja.';
$strPrivDescCreateTmpTable = 'Lejon krijimin e tabelave të përkohëshme.';
$strPrivDescDelete = 'Lejon fshirjen e të dhënave.';
$strPrivDescDropDb = 'Lejon eleminimin e databazave dhe tabelave.';
$strPrivDescDropTbl = 'Lejon eleminimin e tabelave.';
$strPrivDescExecute = 'Lejon ekzekutimin e procedurave të regjistruara; Nuk ka efekt në këtë version të MySQL.';
$strPrivDescFile = 'Lejon importimin e të dhënave nga dhe eksportimin e të dhënave në files.';
$strPrivDescGrant = 'Lejon të shtosh përdorues dhe të drejta pa ringarkuar tabelat e privilegjeve.';
$strPrivDescIndex = 'Lejon krijimin dhe eleminimin e treguesve.';
$strPrivDescInsert = 'Lejon futjen dhe mbishkrimin e të dhënave.';
$strPrivDescLockTables = 'Lejon bllokimin e tabelave për thread e momentit.';
$strPrivDescMaxConnections = 'Kufizon numrin e lidhjeve të reja që një përdorues mund të hapë në një orë.';
$strPrivDescMaxQuestions = 'Kufizon numrin e kërkesave që një përdorues mund ti dërgojë server-it në një orë.';
$strPrivDescMaxUpdates = 'Kufizon numrin e komandave që mund të ndryshojnë një tabelë apo databazë që një përdorues mund të zbatojë në një orë.';
$strPrivDescProcess3 = 'Lejon vrasjen e proçeseve të përdoruesve të tjerë.';
$strPrivDescProcess4 = 'Lejon shikimin e të gjitha kërkesave tek lista e proçeseve.';
$strPrivDescReferences = 'Nuk ka asnjë efekt tek ky version i MySQL.';
$strPrivDescReload = 'Lejon ringarkimin e parametrave të server-it dhe risetimin e cache të servërve.';
$strPrivDescReplClient = 'I jep të drejtën një përdoruesi të pyesë se ku gjenden slaves / masters.';
$strPrivDescReplSlave = 'Nevoitet për replikimin e slaves.';
$strPrivDescSelect = 'Lejon leximin e të dhënave.';
$strPrivDescShowDb = 'Mundëson hyrjen tek lista komplete e databazave.';
$strPrivDescShutdown = 'Lejon përfundimin e serverit.';
$strPrivDescSuper = 'Lejon lidhje të tjera, edhe po të jetë arritur numri maksimal i lidhjeve; I nevojshëm për shumë operacione administrimi si përcaktimi i të ndryshueshmeve globale apo fshirja e threads të përdoruesve të tjerë.';
$strPrivDescUpdate = 'Lejon ndryshimin e të dhënave.';
$strPrivDescUsage = 'Asnjë të drejtë.';
$strPrivileges = 'Të drejtat';
$strPrivilegesReloaded = 'Të drejtat u përditësuan me sukses.';
$strProcesslist = 'Lista e Proçeseve';
$strPutColNames = 'Vendos emrat e kollonave tek rreshti i parë';
 
$strQBE = 'Query nga shembull';
$strQBEDel = 'Fshi';
$strQBEIns = 'Shto';
$strQueryFrame = 'Dritarja e Query';
$strQueryOnDb = 'SQL-query tek databaza <b>%s</b>:';
$strQuerySQLHistory = 'Kronollogjia e SQL';
$strQueryStatistics = '<b>Statistikat e Query</b>: Që nga nisja e tij, serverit i janë dërguar %s queries.';
$strQueryTime = 'Query ka zgjatur %01.4f sec';
$strQueryType = 'Lloji i query';
$strQueryWindowLock = 'Mos e mbishkruaj këtë query nga jashtë dritares';
 
$strReType = 'Rifut';
$strReceived = 'Marrë';
$strRecords = 'Regjistrime';
$strReferentialIntegrity = 'Kontrollo integritetin e informacioneve:';
$strRefresh = 'Rifresko';
$strRelationNotWorking = 'Karakteristikat shtesë janë ç\'aktivuar për sa i takon funksionimit me tabelat e lidhura. Për të zbuluar përse, klikoni %skëtu%s.';
$strRelationView = 'Shiko relacionet';
$strRelationalSchema = 'Skema relacionale';
$strRelations = 'Relacione';
$strRelationsForTable = 'RELACIONET PËR TABELËN';
$strReloadMySQL = 'Rinis MySQL';
$strReloadingThePrivileges = 'Duke ringarkuar të drejtat';
$strRemoveSelectedUsers = 'Heq përdoruesit e zgjedhur';
$strRenameDatabaseOK = 'Databazës %s i është ndryshuar emri në %s';
$strRenameTable = 'Riemërto tabelën në';
$strRenameTableOK = 'Tabela %s u riemërtua %s';
$strRepairTable = 'Riparo tabelën';
$strReplaceNULLBy = 'Zëvendëso NULL me';
$strReplaceTable = 'Zëvendëso të dhënat e tabelës me file';
$strReset = 'Rinis';
$strResourceLimits = 'Limitet e rezervave';
$strRevoke = 'Hiq';
$strRevokeAndDelete = 'Hiqja të gjitha të drejtat aktive përdoruesve dhe pastaj eleminoi.';
$strRevokeAndDeleteDescr = 'Përdoruesit DO TË MUND TË PËRDORIN sidoqoftë të drejtën deri atëhere kur të drejtat të ringarkohen.';
$strRevokeMessage = 'Ke anulluar të drejtat për %s';
$strRomanian = 'Romanisht';
$strRowLength = 'Gjatësia e rreshtit';
$strRowSize = 'Madhësia e rreshtit';
$strRows = 'rreshta';
$strRowsFrom = 'rreshta duke filluar nga';
$strRowsModeFlippedHorizontal = 'horizontal (headers të rrotulluar)';
$strRowsModeHorizontal = ' horizontal ';
$strRowsModeOptions = ' në modalitetin %s dhe përsërit headers mbas %s qelish ';
$strRowsModeVertical = ' vertikal ';
$strRowsStatistic = 'Statistikat e rreshtave';
$strRunQuery = 'Dërgo Query';
$strRunSQLQuery = 'Zbato query SQL tek databaza %s';
$strRunning = 'në ekzekutim tek %s';
$strRussian = 'Rusisht';
 
$strSQL = 'SQL';
$strSQLExportType = 'Lloji i Eksportit';
$strSQLOptions = 'Opcione SQL';
$strSQLParserBugMessage = 'Ka mundësi që ka një bug tek parser-i SQL. Ju lutem, kontrolloni query tuaj me kujdes, dhe kontrolloni që presjet të jenë ku duhet dhe jo të gabuara. Një shkak tjetër i mundshëm i gabimit mund të jetë që po mundoheni të uploadoni një file binar jashtë një zone teksti të kufizuar me presje. Mund edhe të provoni query tuaj MySQL nga interfaqja e shkruar e komandave. Gabimi i mëposhtëm i kthyer nga server-i MySQL, nëse ekziston një i tillë, mund tju ndihmojë në diagnostikimin e problemit. Nëse ka akoma probleme, apo n.q.s. parser-i SQL i phpMyAdmin gabon kur përkundrazi nga interfaqja e komandave të thjeshta nuk rezultojnë probleme, ju lutem zvogëloni query tuaj SQL në hyrje në query e vetme që shkakton probleme, dhe dërgoni një bug raportim me të dhënat rezultuese nga seksioni CUT i mëposhtëm:';
$strSQLParserUserError = 'Mesa duket ekziston një gabim tek query juaj SQL e futur. Gabimi i serverit MySQL i treguar më poshtë, nëse ekziston, mund t\'ju ndihmojë në diagnostikimin e problemit';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Rezultati SQL';
$strSQPBugInvalidIdentifer = 'Identifikues i pavlefshëm';
$strSQPBugUnclosedQuote = 'Thonjëza të pambyllura';
$strSQPBugUnknownPunctuation = 'Stringë Punctuation e panjohur';
$strSave = 'Ruaj';
$strSaveOnServer = 'Ruaje në server tek directory %s';
$strScaleFactorSmall = 'Faktori i shkallës është shumë i vogël për të plotësuar skemën në faqe';
$strSearch = 'Kërko';
$strSearchFormTitle = 'Kërko në databazë';
$strSearchInTables = 'Tek tabela(at):';
$strSearchNeedle = 'Fjala(ë) apo vlera(at) për t\'u kërkuar (karakteri Jolly: "%"):';
$strSearchOption1 = 'të paktën njërën nga fjalët';
$strSearchOption2 = 'të gjitha fjalët';
$strSearchOption3 = 'fraza precize';
$strSearchOption4 = 'si shprehje e rregullt';
$strSearchResultsFor = 'Kërko rezultatet për "<i>%s</i>" %s:';
$strSearchType = 'Gjej:';
$strSecretRequired = 'Tani nevoitet një fjalëkalim sekret për file e konfigurimit(blowfish_secret).';
$strSelectADb = 'Të lutem, zgjidh një databazë';
$strSelectAll = 'Zgjidh gjithçka';
$strSelectFields = 'Zgjidh fushat (të paktën një):';
$strSelectNumRows = 'tek query';
$strSelectTables = 'Zgjidh Tabelat';
$strSend = 'Ruaje me emër...';
$strSent = 'Dërguar';
$strServer = 'Serveri';
$strServerChoice = 'Zgjedhja e serverit';
$strServerNotResponding = 'Serveri nuk përgjigjet';
$strServerStatus = 'Informacione mbi Runtime';
$strServerStatusUptime = 'Ky server MySQL po punon që prej %s. U nis më %s.';
$strServerTabProcesslist = 'Proceset';
$strServerTabVariables = 'Të ndryshueshmet';
$strServerTrafficNotes = '<b>Trafiku i serverit</b>: Këto tabela do të shfaqin statistikat e trafikut të rrjetit për këtë server MySQL që nga momenti i nisjes së tij.';
$strServerVars = 'Të ndryshueshmet dhe parametrat e Serverit';
$strServerVersion = 'Versioni i MySQL';
$strSessionValue = 'Vlera seancës';
$strSetEnumVal = 'N.q.s. fusha është "enum" apo "set", shtoni të dhënat duke përdorur formatin: \'a\',\'b\',\'c\'...<br />Nëse megjithatë do t\'u duhet të vini backslashes ("\") apo single quote ("\'") para këtyre vlerave, backslash-ojini (për shembull \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Shfaq';
$strShowAll = 'Shfaqi të gjithë';
$strShowColor = 'Shfaq ngjyrën';
$strShowDatadictAs = 'Formati i Data Dictionary';
$strShowFullQueries = 'Shfaq të gjitha kërkesat';
$strShowGrid = 'Shfaq rrjetën';
$strShowPHPInfo = 'Trego info mbi PHP';
$strShowTableDimension = 'Trego madhësinë e tabelave';
$strShowTables = 'Shfaq tabelat';
$strShowThisQuery = 'Tregoje përsëri këtë query';
$strShowingRecords = 'Shfaqja e regjistrimeve ';
$strSimplifiedChinese = 'Kineze e thjeshtëzuar';
$strSingly = '(një nga një)';
$strSize = 'Madhësia';
$strSlovak = 'Sllovakisht';
$strSlovenian = 'Sllovenisht';
$strSort = 'rreshtimi';
$strSortByKey = 'Rendit sipas kyçit';
$strSpaceUsage = 'Hapësira e përdorur';
$strSpanish = 'Spanjisht';
$strSplitWordsWithSpace = 'Fjalët janë të ndara me një hapsirë (" ").';
$strStatCheckTime = 'Kontrolli i fundit';
$strStatCreateTime = 'Krijimi';
$strStatUpdateTime = 'Ndryshimi i fundit';
$strStatement = 'Instruksione';
$strStatus = 'Gjendja';
$strStrucCSV = 'të dhëna CSV';
$strStrucData = 'Struktura dhe të dhëna';
$strStrucDrop = 'Shto DROP TABLE';
$strStrucExcelCSV = 'CSV për të dhëna MS Excel';
$strStrucNativeExcel = 'Të dhëna orgjinale MS Excel';
$strStrucOnly = 'Vetëm struktura';
$strStructPropose = 'Propozo strukturën e tabelës';
$strStructure = 'Struktura';
$strSubmit = 'Dërgoje';
$strSuccess = 'Query u zbatua me sukses';
$strSum = 'Gjithsej';
$strSwedish = 'Suedisht';
$strSwitchToTable = 'Kalo tek tabela e kopjuar';
 
$strTable = 'Tabela';
$strTableComments = 'Komente mbi tabelën';
$strTableEmpty = 'Emri i tabelës është bosh!';
$strTableHasBeenDropped = 'Tabela %s u eleminua';
$strTableHasBeenEmptied = 'Tabela %s u zbraz';
$strTableHasBeenFlushed = 'Tabela %s u rifreskua';
$strTableMaintenance = 'Administrimi i tabelës';
$strTableOfContents = 'Tabela e përmbajtjes';
$strTableOptions = 'Opcione për tabelën';
$strTableStructure = 'Struktura e tabelës';
$strTableType = 'Lloji i tabelës';
$strTables = '%s tabela(at)';
$strTakeIt = 'merre';
$strTblPrivileges = 'Të drejta relative me tabelat';
$strTextAreaLength = ' Për shkak të gjatësisë saj,<br /> kjo fushë nuk mund të ndryshohet ';
$strThai = 'Thai';
$strTheme = 'Tema / Stili';
$strThisHost = 'Këtë Host';
$strThisNotDirectory = 'Kjo nuk është një directory';
$strThreadSuccessfullyKilled = 'Thread %s u përfundua me sukses.';
$strTime = 'Koha';
$strToggleScratchboard = '(ç\')aktivo scratchboard';
$strTotal = 'Gjithsej';
$strTotalUC = 'Gjithsej';
$strTraditionalChinese = 'Kineze tradicionale';
$strTraditionalSpanish = 'Spanjishte tradicionale';
$strTraffic = 'Trafiku';
$strTransformation_application_octetstream__download = 'Shfaq një lidhje për të shkarkuar të dhënat binare të një fushe. Mundësia e parë është emri i file binar. Opcioni i dytë është emri i mundshëm i fushës së rreshtit të tabelës që përmban emrin e file. Nëse jepni opcionin e dytë, opcioni i parë duhet të jetë një stringë bosh';
$strTransformation_image_jpeg__inline = 'Shfaq një miniaturë të klikueshme; mundësitë: gjërësia, lartësia në pixels (ruan proporcionin origjinal)';
$strTransformation_image_jpeg__link = 'Shfaq një lidhje për tek kjo figurë (download blob direkt, p.sh.).';
$strTransformation_image_png__inline = 'Shiko figurën/jpeg: në linjë';
$strTransformation_text_plain__dateformat = 'Merr një fushë TIME, TIMESTAMP apo DATETIME dhe e formaton duke përdorur formatin e datës lokale. Mundësia e parë është offset (në orë) që do t\'i shtohet timestamp (Default: 0). Mundësia e dytë është një format date në përputhje me parametrat në dispozicion për funksionin strftime() të PHP.';
$strTransformation_text_plain__external = 'VETËM PËR LINUX: Lëshon një program të jashtëm dhe plotëson të dhënat e fushave me anë të standard input. Jep si rezultat standard output e programit. Vendosja default është Tidy, për të printuar si duhet kodin HTML. Për arsye sigurie, do t\'ju duhet të ndryshoni file libraries/transformations/text_plain__external.inc.php dhe të shkruani instrumentet që lejoni të përdoren. Mundësia e parë pra është numri i programit që dëshironi të përdorni dhe e dyta janë parametrat për programin. Parametri i tretë, n.q.s. i vendosur në 1 do të konvertojë output duke përdorur htmlspecialchars() (Prezgjedhur: 1). Një parametër i katërt, po të jetë vendosur në 1 do t\'i shtojë një NOWRAP përmbajtjes së qelisë kështu që output komplet do të shfaqet pa u riformatuar (Default: 1)';
$strTransformation_text_plain__formatted = 'Konservon formatimin origjinal të fushës. Nuk aplikohet asnjë Escaping.';
$strTransformation_text_plain__imagelink = 'Shfaq një figurë dhe një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është gjërësia në pixels, i treti është lartësia.';
$strTransformation_text_plain__link = 'Shfaq një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është një titull për lidhjen.';
$strTransformation_text_plain__substr = 'Shfaq vetëm një pjesë të string-ës. Opcioni i parë është offset-i që shërben për të përcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dytë është një offset që tregon se sa tekst kthehet. Po të jetë bosh, kthen të gjithë tekstin e mbetur. Opcioni i tretë përcakton çfarë karakteresh do të shtohen në fund të output kur kthehet një nën-string-ë (Default: ...) .';
$strTruncateQueries = 'Shkurton (ndërpret) Queries e Shfaqura';
$strTurkish = 'Turqisht';
$strType = 'Lloji';
 
$strUkrainian = 'Ukrainase';
$strUncheckAll = 'Ç\'zgjidhi të gjithë';
$strUnicode = 'Unicode';
$strUnique = 'I vetëm';
$strUnknown = 'e panjohur';
$strUnselectAll = 'Ç\'zgjidh gjithçka';
$strUpdComTab = 'Ju lutem lexoni dokumentet mbi rifreskimin e tabelës suaj Column_comments';
$strUpdatePrivMessage = 'Ke rifreskuar lejet për %s.';
$strUpdateProfileMessage = 'Profili u rifreskua.';
$strUpdateQuery = 'Rifresko Query';
$strUpgrade = 'Duhet të instaloni %s %s ose superior.';
$strUsage = 'Përdorimi';
$strUseBackquotes = 'Përdor backquotes me emrat e tabelave dhe fushave';
$strUseHostTable = 'Përdor Tabelën e Host-it';
$strUseTables = 'Përdor tabelat';
$strUseTextField = 'Përdor fushë teksti';
$strUseThisValue = 'Përdor këtë vlerë';
$strUser = 'Përdorues';
$strUserAlreadyExists = 'Përdoruesi %s ekziston!';
$strUserEmpty = 'Emri i përdoruesit është bosh!';
$strUserName = 'Emri i përdoruesit';
$strUserNotFound = 'Përdoruesi i zgjedhur nuk u gjet tek tabela e të drejtave.';
$strUserOverview = 'Paraqitja e përgjithshme e përdoruesve';
$strUsersDeleted = 'Përdoruesit e zgjedhur u hoqën me sukses.';
$strUsersHavingAccessToDb = 'Përdoruesit që kanë hyrje tek &quot;%s&quot;';
 
$strValidateSQL = 'Vleftëso SQL';
$strValidatorError = 'Miratuesi SQL nuk arrin të niset. Ju lutem kontrolloni instalimin e prapashtesave të duhura php ashtu si përshkruhet tek %sdokumentimi%s.';
$strValue = 'Vlerë';
$strVar = 'E ndryshueshme';
$strViewDump = 'Shfaq dump (skema) e tabelës';
$strViewDumpDB = 'Shfaq dump (skema) e databazës';
$strViewDumpDatabases = 'Shfaq dump (skema) e databazave';
 
$strWebServerUploadDirectory = 'directory e upload të server-it web';
$strWebServerUploadDirectoryError = 'Directory që keni zgjedhur për upload nuk arrin të gjehet';
$strWelcome = 'Mirësevini tek %s';
$strWestEuropean = 'Europa Perëndimore';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Dritarja e destinimit të browser nuk mund të rifreskohet. Ka mundësi të keni mbyllur dritaren nënë apo që browser-i juaj është duke bllokuar rifreskimet ndërmjet browser-ve për shkak të ndonjë mase sigurie';
$strWithChecked = 'N.q.s. të zgjedhur:';
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
$strWrongUser = 'Emër përdoruesi apo fjalëkalim i gabuar. Ndalohet hyrja.';
 
$strXML = 'XML';
 
$strYes = ' Po ';
 
$strZeroRemovesTheLimit = 'Shënim: Vendosja e këtyre opcioneve në 0 (zero) do të thotë asnjë limit.';
$strZip = '"kompresuar me zip"';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/albanian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: albanian-utf-8.inc.php,v 2.119.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Translated by: Laurent Dhima <laurenti at users.sourceforge.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Djl', 'Hën', 'Mar', 'Mër', 'Enj', 'Pre', 'Sht'); //albanian days
$month = array('Jan', 'Shk', 'Mar', 'Pri', 'Maj', 'Qer', 'Kor', 'Gsh', 'Sht', 'Tet', 'Nën', 'Dhj'); //albanian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //albanian time
$timespanfmt = '%s ditë, %s orë, %s minuta dhe %s sekonda';
 
$strAPrimaryKey = 'Një kyç primar u shtua tek %s';
$strAbortedClients = 'Dështoi';
$strAbsolutePathToDocSqlDir = 'Ju lutem, shkruani pozicionin absolut në webserver për tek directory e docSQL';
$strAccessDenied = 'Hyrja nuk u pranua';
$strAccessDeniedExplanation = 'phpMyAdmin u përpoq të lidhet me server-in MySQL, dhe server-i refuzoi lidhjen. Kontrollo emrin e host, përdoruesin dhe fjalëkalimin tek file config.inc.php dhe sigurohu që korrispondojnë me informacionet që ju ka dhënë administratori i serverit MySQL.';
$strAction = 'Veprimi';
$strAddAutoIncrement = 'Shto vlerë AUTO_INCREMENT';
$strAddConstraints = 'Shto kushte';
$strAddDeleteColumn = 'Shto/Fshi fushën';
$strAddDeleteRow = 'Shto/Fshi kriterin';
$strAddDropDatabase = 'Shto DROP DATABASE';
$strAddHeaderComment = 'Shto një koment të personalizuar në header (\\n ndërpret rreshtin)';
$strAddIfNotExists = 'Shto IF NOT EXISTS';
$strAddIntoComments = 'Shto tek komentet';
$strAddNewField = 'Shto një fushë të re';
$strAddPrivilegesOnDb = 'Shto të drejta tek databaza në vazhdim';
$strAddPrivilegesOnTbl = 'Shto të drejta tek tabela në vazhdim';
$strAddSearchConditions = 'Shto kushte kërkimi (trupi i specifikimit "where"):';
$strAddToIndex = 'Shto tek treguesi i &nbsp;%s&nbsp;kolonës(ave)';
$strAddUser = 'Shto një përdorues të ri';
$strAddUserMessage = 'Ke shtuar një përdorues të ri.';
$strAddedColumnComment = 'Komenti u shtua në kollonë';
$strAddedColumnRelation = 'Relacioni u shtua për kollonën';
$strAdministration = 'Administrimi';
$strAffectedRows = 'Rreshtat e ndikuar:';
$strAfter = 'Mbas %s';
$strAfterInsertBack = 'Mbrapa';
$strAfterInsertNewInsert = 'Shto një regjistrim të ri';
$strAfterInsertSame = 'Kthehu mbrapa tek kjo faqe';
$strAll = 'Të gjithë';
$strAllTableSameWidth = 'vizualizon të gjitha tabelat me të njëjtën gjërësi?';
$strAlterOrderBy = 'Transformo tabelën e renditur sipas';
$strAnIndex = 'Një tregues u shtua tek %s';
$strAnalyzeTable = 'Analizo tabelën';
$strAnd = 'Dhe';
$strAny = 'Çfarëdo';
$strAnyHost = 'Çfarëdo host';
$strAnyUser = 'Çfarëdo përdorues';
$strArabic = 'Arabisht';
$strArmenian = 'Armene';
$strAscending = 'Ngjitje';
$strAtBeginningOfTable = 'Në fillim të tabelës';
$strAtEndOfTable = 'Në fund të tabelës';
$strAttr = 'Pronësi';
$strAutodetect = 'Zbulim automatik';
$strAutomaticLayout = 'Faqosje automatike';
 
$strBack = 'Mbrapa';
$strBaltic = 'Baltike';
$strBeginCut = 'FILLIMI I CUT';
$strBeginRaw = 'FILLIMI I RAW';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Të dhëna të tipit binar - mos ndrysho';
$strBookmarkAllUsers = 'Lejo që çdo përdorues të ketë hyrje në këtë libërshënues';
$strBookmarkDeleted = 'Libërshënuesi u fshi.';
$strBookmarkLabel = 'Etiketë';
$strBookmarkQuery = 'Query SQL shtuar të preferuarve';
$strBookmarkThis = 'Shtoja të preferuarve këtë query SQL';
$strBookmarkView = 'Shfaq vetëm';
$strBrowse = 'Shfaq';
$strBrowseForeignValues = 'Shfleto opcionet e huaja';
$strBulgarian = 'Bullgarisht';
$strBzError = 'phpMyAdmin nuk është në gjendje të kompresojë dump-in për arsye të prapashtesës Bz2 të gabuar në këtë version të php. Ju rekomandojmë patjetër vendosjen e <code>$cfg[\'BZipDump\']</code> tek file juaj i konfigurimit të phpMyAdmin në <code>FALSE</code>. Nëqoftëse dëshironi të përdorni patjetër specifikat e kompresimit Bz2, duhet të rifreskoni php në versionin e fundit. Hidhini një sy php bug report %s për informacione të hollësishme.';
$strBzip = '"kompresuar me bzip2"';
 
$strCSVOptions = 'Opcione CSV';
$strCalendar = 'Kalendari';
$strCannotLogin = 'E pamundur kryerja e login tek server-i MySQL';
$strCantLoad = 'I pamundur ngarkimi i prapashtesës %s,<br />kontrollo konfigurimin e PHP';
$strCantLoadRecodeIconv = 'I pamundur ngarkimi i prapashtesës iconv apo recode të nevoitshëm për konvertimin e karaktereve, konfiguroni php për të lejuar përdorimin e këtyre prapashtesave ose disaktivoni konvertimin e set të karaktereve në phpMyAdmin.';
$strCantRenameIdxToPrimary = 'I pamundur riemërtimi i treguesit në PRIMAR!';
$strCantUseRecodeIconv = 'I pamundur përdorimi i funksioneve iconv apo libiconv apo recode_string për shkak se ekstensioni duhet të ngarkohet. Kontrolloni konfigurimin e php.';
$strCardinality = '';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europa qendrore';
$strChange = 'Ndrysho';
$strChangeCopyMode = 'Krijo një përdorues të ri me të njëjta të drejta dhe ...';
$strChangeCopyModeCopy = '... mbaj të vjetrin.';
$strChangeCopyModeDeleteAndReload = ' ... elemino të vjetrin nga tabela e përdoruesve e pastaj rilexo të drejtat.';
$strChangeCopyModeJustDelete = ' ... elemino të vjetrin nga tabela e përdoruesve.';
$strChangeCopyModeRevoke = ' ... hiq të gjitha të drejtat nga i vjetri e pastaj eleminoje.';
$strChangeCopyUser = 'Ndrysho Informacionet e Login / Kopjo përdoruesin';
$strChangeDisplay = 'Zgjidh fushën që dëshiron të shohësh';
$strChangePassword = 'Ndrysho fjalëkalimin';
$strCharset = 'Familje gërmash';
$strCharsetOfFile = 'Familja gërmave të file:';
$strCharsets = 'Familje gërmash';
$strCharsetsAndCollations = 'Familje gërmash dhe Collations';
$strCheckAll = 'Zgjidhi të gjithë';
$strCheckOverhead = 'Zgjidh të mbingarkuarit';
$strCheckPrivs = 'Kontrollo të drejtat';
$strCheckPrivsLong = 'Kontrollo të drejtat për databazën &quot;%s&quot;.';
$strCheckTable = 'Kontrollo tabelën';
$strChoosePage = 'Ju lutem zgjidhni faqen që dëshironi të modifikoni';
$strColComFeat = 'Vizualizimi i komenteve të kollonave';
$strCollation = 'Collation';
$strColumnNames = 'Emrat e kollonave';
$strColumnPrivileges = 'Të drejtat relative të kollonave';
$strCommand = 'Komanda';
$strComments = 'Komente';
$strCommentsForTable = 'KOMENTET PËR TABELËN';
$strCompleteInserts = 'Të shtuarat komplet';
$strCompression = 'Kompresim';
$strConfigFileError = 'phpMyAdmin nuk arrin të lexojë file e konfigurimit!<br />Kjo mund të ndodhë kur php gjen një parse error në të apo kur php nuk arrin ta gjejë këtë file.<br />Ju lutem ngarkoheni direkt file e konfigurimit duke përdorur link-un e mëposhtëm dhe lexoni mesazhin(et) e gabimeve php që merrni. Në shumicën e rasteve mund t\'ju mungojë një apostrofë apo një presje.<br />Nëse faqja që do t\'ju hapet është bosh (e bardhë), atëhere gjithçka është në rregull.';
$strConfigureTableCoord = 'Ju lutem, konfiguroni koordinatat për tabelën %s';
$strConnectionError = 'E pamundur lidhja: rregullime të pavlefshme.';
$strConnections = 'Lidhje';
$strConstraintsForDumped = 'Kushtet për tabelat e nxjerra';
$strConstraintsForTable = 'Kushtet për tabelën';
$strCookiesRequired = 'Nga kjo pikë e tutje, cookies duhet të jenë të aktivuara.';
$strCopyTable = 'Kopjo tabelën tek (databaza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s u kopjua tek %s.';
$strCopyTableSameNames = 'I pamundur kopjimi i tabelës tek vetvetja!';
$strCouldNotKill = 'phpMyAdmin nuk është në gjendje të përfundojë thread %s. Ka mundësi të ketë përfunduar më parë.';
$strCreate = 'Krijo';
$strCreateIndex = 'Krijo një tregues tek &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Krijo një tregues të ri';
$strCreateNewDatabase = 'Krijo një databazë të re';
$strCreateNewTable = 'Krijo një tabelë të re tek databaza %s';
$strCreatePage = 'Krijo një faqe të re';
$strCreatePdfFeat = 'Krijimi i PDF-ve';
$strCreationDates = 'Datat e Krijimit/Përditësimit/Kontrollit';
$strCriteria = 'Kriteri';
$strCroatian = 'Kroate';
$strCyrillic = 'Cyrillic';
$strCzech = 'Çekisht';
$strCzechSlovak = 'Çeko-Sllovak';
 
$strDBComment = 'Komenti për Databazën: ';
$strDBGContext = 'Konteksti';
$strDBGContextID = 'ID e kontekstit';
$strDBGHits = 'Hits';
$strDBGLine = 'Rreshti';
$strDBGMaxTimeMs = 'Koha maksimum, ms';
$strDBGMinTimeMs = 'Koha minimum, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Koha/Hit, ms';
$strDBGTotalTimeMs = 'Koha gjithsej, ms';
$strDBRename = 'Ndysho emrin e databazës në';
$strDanish = 'Danisht';
$strData = 'Të dhëna';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Vetëm të dhëna';
$strDatabase = 'Databazat';
$strDatabaseEmpty = 'Emri i databazës mungon!';
$strDatabaseExportOptions = 'Opcione të eksportimit të databazës';
$strDatabaseHasBeenDropped = 'Databaza %s u eleminua.';
$strDatabaseNoTable = 'Kjo databazë nuk përmban tabela!';
$strDatabases = 'Databazat';
$strDatabasesDropped = '%s databaza u eleminuan korrektësisht.';
$strDatabasesStats = 'Statistikat e databazave';
$strDatabasesStatsDisable = 'Disaktivo Statistikat';
$strDatabasesStatsEnable = 'Aktivo Statistikat';
$strDatabasesStatsHeavyTraffic = 'Shënim: Aktivimi këtu i statistikave të Databazës mund të shkaktojë rritjen e trafikut midis server-it web dhe MySQL.';
$strDbPrivileges = 'Të drejta specifike të databazës';
$strDbSpecific = 'specifik i databazës';
$strDefault = 'Prezgjedhur';
$strDefaultValueHelp = 'Për vlerat e prezgjedhura, ju lutem shtoni një vlerë të vetme, pa backslash escaping apo thonjëza, duke përdorur këtë format: a';
$strDefragment = 'Defragmento tabelën';
$strDelOld = 'Faqja aktuale përmban riferime ndaj tabelash që nuk ekzistojnë më. Dëshironi t\'i eleminoni këto riferimente?';
$strDelayedInserts = 'Përdor shtimet me vonesë';
$strDelete = 'Fshi';
$strDeleteAndFlush = 'Fshi përdoruesit dhe pastaj rifresko të drejtat.';
$strDeleteAndFlushDescr = 'Kjo është rruga më e pastër, por ngarkimi i të drejtave mund të zgjasë disa çaste më shumë.';
$strDeleted = 'rreshti u fshi';
$strDeletedRows = 'rreshtat e fshirë:';
$strDeleting = 'Në fshirje e sipër të %s';
$strDescending = 'Zbritës';
$strDescription = 'Përshkrimi';
$strDictionary = 'fjalor';
$strDisableForeignChecks = 'Ç\'aktivo kontrollin e kyçeve të jashtëm';
$strDisabled = 'Jo aktiv';
$strDisplayFeat = 'Shfaq karakteristikat';
$strDisplayOrder = 'Mënyra e shfaqjes:';
$strDisplayPDF = 'Shfaq skemën e PDF';
$strDoAQuery = 'Zbato "query nga shembull" (karakteri jolly: "%")';
$strDoYouReally = 'Konfermo: ';
$strDocu = 'Dokumentet';
$strDrop = 'Elemino';
$strDropDatabaseStrongWarning = 'Jeni duke SHKATËRRUAR një databazë komplete!';
$strDropUsersDb = 'Elemino databazat që kanë emër të njëjtë me përdoruesit.';
$strDumpSaved = 'Dump u ruajt tek file %s.';
$strDumpXRows = 'Dump i %s rreshta duke filluar nga rreshti %s.';
$strDumpingData = 'Dump i të dhënave për tabelën';
$strDynamic = 'dinamik';
 
$strEdit = 'Ndrysho';
$strEditPDFPages = 'Ndrysho faqen PDF';
$strEditPrivileges = 'Ndrysho të drejtat';
$strEffective = 'Efektiv';
$strEmpty = 'Zbraz';
$strEmptyResultSet = 'MySQL ka kthyer një të përbashkët boshe (p.sh. zero rreshta).';
$strEnabled = 'Aktiv';
$strEncloseInTransaction = 'Përfshi eksportin në një transacion';
$strEnd = 'Fund';
$strEndCut = 'FUNDI I CUT';
$strEndRaw = 'FUNDI I RAW';
$strEnglish = 'Anglisht';
$strEnglishPrivileges = 'Shënim: emrat e të drejtave të MySQL janë në Anglisht';
$strError = 'Gabim';
$strEstonian = 'Estoneze';
$strExcelEdition = 'Edicion i Excel';
$strExcelOptions = 'Opcione të Excel';
$strExecuteBookmarked = 'Zbaton query nga libërshënuesi';
$strExplain = 'Shpjego SQL';
$strExport = 'Eksporto';
$strExtendedInserts = 'Të shtuara të zgjeruara';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Përpjekje të dështuara';
$strField = 'Fusha';
$strFieldHasBeenDropped = 'Fusha %s u eleminua';
$strFields = 'Fusha';
$strFieldsEmpty = ' Numratori i fushave është bosh! ';
$strFieldsEnclosedBy = 'Fushë e përbërë nga';
$strFieldsEscapedBy = 'Fushë e kufizuar nga';
$strFieldsTerminatedBy = 'Fushë që mbaron me';
$strFileAlreadyExists = 'File %s ekziston në server: të lutem, ndrysho emrin e file ose zgjidh opcionin "Mbishkruaj".';
$strFileCouldNotBeRead = 'File nuk mund të lexohet';
$strFileNameTemplate = 'Emri i file template';
$strFileNameTemplateRemember = 'kujto template';
$strFixed = 'fiks';
$strFlushPrivilegesNote = 'Shënim: phpMyAdmin lexon të drejtat e përdoruesve direkt nga tabela e privilegjeve të MySQL. Përmbajtja e kësaj tabele mund të ndryshojë prej të drejtave të përdorura nga serveri nëse janë kryer ndryshime manuale. Në këtë rast, duhet të %srifreskoni të drejtat%s para se të vazhdoni.';
$strFlushTable = 'Rifillo ("FLUSH") tabelën';
$strFormEmpty = 'Mungon një vlerë në formular!';
$strFormat = 'Formati';
$strFullText = 'Teksti i plotë';
$strFunction = 'Funksioni';
 
$strGenBy = 'Gjeneruar nga';
$strGenTime = 'Gjeneruar më';
$strGeneralRelationFeat = 'Karakteristikat e përgjithshme të relacionit';
$strGeorgian = 'Gjeorgjisht';
$strGerman = 'Gjermanisht';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Të drejtat e përgjithshme';
$strGlobalValue = 'Vlerë Globale';
$strGo = 'Zbato';
$strGrantOption = 'Grant';
$strGreek = 'Greqisht';
$strGzip = '"kompresuar me gzip"';
 
$strHasBeenAltered = 'u ndryshua.';
$strHasBeenCreated = 'u krijua.';
$strHaveToShow = 'Zgjidh të paktën një kolonë për të parë';
$strHebrew = 'Hebraike';
$strHexForBinary = 'Përdor hexadecimale për fushat binare';
$strHome = 'Shtëpia';
$strHomepageOfficial = 'Faqja zyrtare e phpMyAdmin';
$strHost = 'Host';
$strHostEmpty = 'Emri i host është bosh!';
$strHungarian = 'Hungarisht';
 
$strIcelandic = 'Islandeze';
$strId = 'ID';
$strIdxFulltext = 'Teksti komplet';
$strIgnore = 'Shpërfill';
$strIgnoreInserts = 'Përdor shpërfill shtimet';
$strIgnoringFile = 'File %s u shpërfill';
$strImportDocSQL = 'Importo files docSQL';
$strImportFiles = 'Importo files';
$strInUse = 'në përdorim';
$strIndex = 'Treguesi';
$strIndexHasBeenDropped = 'Treguesi %s u eleminua';
$strIndexName = 'Emri i treguesit&nbsp;:';
$strIndexType = 'Lloji i treguesit&nbsp;:';
$strIndexes = 'Tregues';
$strInnodbStat = 'Gjëndja InnoDB';
$strInsecureMySQL = 'File i konfigurimit në përdorim përmban zgjedhje (root pa asnjë password) që korrispondojnë me të drejtat e account MySQL të paracaktuar. Një server MySQL funksionues me këto zgjedhje është i pambrojtur ndaj sulmeve, dhe ju duhet patjetër të korrigjoni këtë vrimë në siguri.';
$strInsert = 'Shto';
$strInsertAsNewRow = 'Shto një rresht të ri';
$strInsertNewRow = 'Shto një rresht të ri';
$strInsertedRowId = 'U shtua id e rreshtit:';
$strInsertedRows = 'Rreshtat e shtuar:';
$strInternalNotNecessary = '* Nuk ka nevojë për një relacion të brendshëm kur ky relacion ekziston në InnoDB.';
$strInternalRelations = 'Relacione të brendshme';
 
$strJapanese = 'Japonisht';
$strJumpToDB = 'Kalo tek databaza &quot;%s&quot;.';
$strJustDelete = 'Vetëm fshi përdoruesit nga tabelat e të drejtave.';
$strJustDeleteDescr = 'Përdoruesit e &quot;fshirë&quot; do të kenë akoma mundësi të futen në server si zakonisht derisa të drejtat të ringarkohen përsëri.';
 
$strKeepPass = 'Mos ndrysho fjalëkalim';
$strKeyname = 'Emri i kyçit';
$strKill = 'Hiq';
$strKorean = 'Koreane';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcione LaTeX';
$strLandscape = 'Horizontale';
$strLatexCaption = 'Titulli i Tabelës caption';
$strLatexContent = 'Përmbajtja e tabelës __TABLE__';
$strLatexContinued = '(vazhdon)';
$strLatexContinuedCaption = 'Nëntitulli i tabelës vazhduese';
$strLatexIncludeCaption = 'Përfshi nëntitullin e tabelës';
$strLatexLabel = 'Kyçi i etiketës';
$strLatexStructure = 'Struktura e tabelës __TABLE__';
$strLatvian = 'Letone';
$strLengthSet = 'Gjatësia/Set*';
$strLimitNumRows = 'regjistrime për faqe';
$strLinesTerminatedBy = 'Rreshta që mbarojnë me';
$strLinkNotFound = 'Lidhja nuk u gjet';
$strLinksTo = 'Lidhje me';
$strLithuanian = 'Lituane';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Pozicioni i file';
$strLogPassword = 'Fjalëkalimi:';
$strLogServer = 'Serveri';
$strLogUsername = 'Emri i përdoruesit:';
$strLogin = 'Hyrja';
$strLoginInformation = 'Informacione mbi Identifikimin';
$strLogout = 'Përfundo seancën';
 
$strMIMETypesForTable = 'LLOJET E MIME PËR TABELËN';
$strMIME_MIMEtype = 'Lloji MIME';
$strMIME_available_mime = 'Lloje MIME në dispozicion';
$strMIME_available_transform = 'Transformacionet në dispozicion';
$strMIME_description = 'Përshkrimi';
$strMIME_nodescription = 'Asnjë përshkrim në dispozicion për këtë transformim.<br />Ju lutem pyet autorin, çfarë %s bën.';
$strMIME_transformation = 'Transformimi i Shfletuesit';
$strMIME_transformation_note = 'Për listën e opcioneve të transformimeve në dispozicion dhe transformimet relativë të llojeve-MIME, kliko tek %spërshkrimet e transformimeve%s';
$strMIME_transformation_options = 'Opcione të transformimeve';
$strMIME_transformation_options_note = 'Ju lutem shkruani vlerat për opcionet e transformimit duke përdorur këtë format: \'a\',\'b\',\'c\'...<br />Nëse keni nevojë të shtoni një backslash ("\") apo një apostrofë ("\'") midis këtyre vlerave, duhet ti backslash-oni (për shembull \'\\\\xyz\' ose \'a\\\'b\').';
$strMIME_without = 'Llojet-MIME të printuar në italics kanë një funksion transformacioni të veçantë';
$strMaximumSize = 'Madhësia maksimum: %s%s';
$strModifications = 'Ndryshimet u ruajtën';
$strModify = 'Ndrysho';
$strModifyIndexTopic = 'Ndrysho një tregues';
$strMoveTable = 'Sposto tabelën në (databaza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s u lëviz tek %s.';
$strMoveTableSameNames = 'E pamundur lëvizja e tabelës tek vetvetja!';
$strMultilingual = 'shumëgjuhësh';
$strMySQLCharset = 'Set simbolesh MySQL';
$strMySQLConnectionCollation = 'Vendosja e lidhjes MySQL';
$strMySQLSaid = 'Mesazh nga MySQL: ';
$strMySQLShowProcess = 'Shfaq proceset në ekzekutim';
$strMySQLShowStatus = 'Shfaq informacionet e nisjes së MySQL';
$strMySQLShowVars = 'Shfaq të ndryshueshmet e sistemit të MySQL';
 
$strName = 'Emri';
$strNext = 'Në vazhdim';
$strNo = ' Jo ';
$strNoDatabases = 'Asnjë databazë';
$strNoDatabasesSelected = 'Nuk është zgjedhur asnjë databazë.';
$strNoDescription = 'asnjë përshkrim';
$strNoDropDatabases = 'Komandat "DROP DATABASE" nuk janë aktive.';
$strNoExplain = 'Mos shpjego SQL';
$strNoFrames = 'phpMyAdmin funksionon më mirë me shfletues që suportojnë frames';
$strNoIndex = 'Asnjë tregues i përcaktuar!';
$strNoIndexPartsDefined = 'Asnjë pjesë e treguesit është përcaktuar!';
$strNoModification = 'Asnjë ndryshim';
$strNoOptions = 'Ky format nuk ka opcione';
$strNoPassword = 'Asnjë fjalëkalim';
$strNoPermission = 'Serveri web nuk ka të drejtat e duhura për të ruajtur file %s.';
$strNoPhp = 'pa kod PHP';
$strNoPrivileges = 'Asnjë e drejtë';
$strNoRights = 'Nuk ke të drejta të mjaftueshme për të kryer këtë operacion!';
$strNoRowsSelected = 'Nuk ka rreshta të zgjedhur';
$strNoSpace = 'Hapësirë e pamjaftueshme për të ruajtur file %s.';
$strNoTablesFound = 'Nuk gjenden tabela në databazë.';
$strNoUsersFound = 'Nuk u gjet asnjë përdorues.';
$strNoValidateSQL = 'Mos vleftëso SQL';
$strNone = 'Asnjë lloj';
$strNotNumber = 'Ky nuk është një numër!';
$strNotOK = 'jo OK';
$strNotSet = '<b>%s</b> tabela nuk u gjet ose nuk është përcaktuar tek %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s korrispondon(jnë) tek tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Gjithsej:</b> <i>%s</i> korrispondues(ë)';
$strNumTables = 'Tabela';
 
$strOK = 'OK';
$strOperations = 'Operacione';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizo tabelën';
$strOr = 'Ose';
$strOverhead = 'Mbi limit';
$strOverwriteExisting = 'Mbishkruaj file(s) ekzistues';
 
$strPHP40203 = 'Është në përdorim PHP 4.2.3, që përmban një difekt serioz me stringat multi-byte strings (mbstring). Shiko raportin 19404 të bug PHP. Ky version i PHP nuk rekomandohet për t\'u përdorur me phpMyAdmin.';
$strPHPVersion = 'Versioni i PHP';
$strPageNumber = 'Numri i faqes:';
$strPaperSize = 'Përmasat e letrës';
$strPartialText = 'Tekst i pjesëshëm';
$strPassword = 'Fjalëkalimi';
$strPasswordChanged = 'Fjalëkalimi për përdoruesin %s u ndryshua me sukses.';
$strPasswordEmpty = 'Fjalëkalimi është bosh!';
$strPasswordNotSame = 'Fjalëkalimi nuk korrispondon!';
$strPdfDbSchema = 'Skema e databazës "%s" - Faqja %s';
$strPdfInvalidTblName = 'Tabela "%s" nuk ekziston!';
$strPdfNoTables = 'Asnjë tabelë';
$strPerHour = 'në orë';
$strPerMinute = 'në minutë';
$strPerSecond = 'në sekondë';
$strPhoneBook = 'numratori';
$strPhp = 'Krijo kodin PHP';
$strPmaDocumentation = 'Dokumente të phpMyAdmin';
$strPmaUriError = 'Direktiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DUHET të përcaktohet tek file i konfigurimit!';
$strPolish = 'Polonisht';
$strPortrait = 'Vertikal';
$strPos1 = 'Fillim';
$strPrevious = 'Paraardhësi';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Kyçi primar u eleminua';
$strPrimaryKeyName = 'Emri i kyçit primar duhet të jetë... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>duhet</b> të jetë emri i, dhe <b>vetëm i</b>, një kyçi primar!)';
$strPrint = 'Printo';
$strPrintView = 'Shfaq për printim';
$strPrintViewFull = 'Shfaq për printim (me full text)';
$strPrivDescAllPrivileges = 'Përfshin të gjitha të drejtat me përjashtim të GRANT.';
$strPrivDescAlter = 'Lejon ndryshimin e strukturës së tabelave ekzistuese.';
$strPrivDescCreateDb = 'Lejon krijimin e tabelave të reja dhe databazave të reja.';
$strPrivDescCreateTbl = 'Lejon krijimin e tabelave të reja.';
$strPrivDescCreateTmpTable = 'Lejon krijimin e tabelave të përkohëshme.';
$strPrivDescDelete = 'Lejon fshirjen e të dhënave.';
$strPrivDescDropDb = 'Lejon eleminimin e databazave dhe tabelave.';
$strPrivDescDropTbl = 'Lejon eleminimin e tabelave.';
$strPrivDescExecute = 'Lejon ekzekutimin e procedurave të regjistruara; Nuk ka efekt në këtë version të MySQL.';
$strPrivDescFile = 'Lejon importimin e të dhënave nga dhe eksportimin e të dhënave në files.';
$strPrivDescGrant = 'Lejon të shtosh përdorues dhe të drejta pa ringarkuar tabelat e privilegjeve.';
$strPrivDescIndex = 'Lejon krijimin dhe eleminimin e treguesve.';
$strPrivDescInsert = 'Lejon futjen dhe mbishkrimin e të dhënave.';
$strPrivDescLockTables = 'Lejon bllokimin e tabelave për thread e momentit.';
$strPrivDescMaxConnections = 'Kufizon numrin e lidhjeve të reja që një përdorues mund të hapë në një orë.';
$strPrivDescMaxQuestions = 'Kufizon numrin e kërkesave që një përdorues mund ti dërgojë server-it në një orë.';
$strPrivDescMaxUpdates = 'Kufizon numrin e komandave që mund të ndryshojnë një tabelë apo databazë që një përdorues mund të zbatojë në një orë.';
$strPrivDescProcess3 = 'Lejon vrasjen e proçeseve të përdoruesve të tjerë.';
$strPrivDescProcess4 = 'Lejon shikimin e të gjitha kërkesave tek lista e proçeseve.';
$strPrivDescReferences = 'Nuk ka asnjë efekt tek ky version i MySQL.';
$strPrivDescReload = 'Lejon ringarkimin e parametrave të server-it dhe risetimin e cache të servërve.';
$strPrivDescReplClient = 'I jep të drejtën një përdoruesi të pyesë se ku gjenden slaves / masters.';
$strPrivDescReplSlave = 'Nevoitet për replikimin e slaves.';
$strPrivDescSelect = 'Lejon leximin e të dhënave.';
$strPrivDescShowDb = 'Mundëson hyrjen tek lista komplete e databazave.';
$strPrivDescShutdown = 'Lejon përfundimin e serverit.';
$strPrivDescSuper = 'Lejon lidhje të tjera, edhe po të jetë arritur numri maksimal i lidhjeve; I nevojshëm për shumë operacione administrimi si përcaktimi i të ndryshueshmeve globale apo fshirja e threads të përdoruesve të tjerë.';
$strPrivDescUpdate = 'Lejon ndryshimin e të dhënave.';
$strPrivDescUsage = 'Asnjë të drejtë.';
$strPrivileges = 'Të drejtat';
$strPrivilegesReloaded = 'Të drejtat u përditësuan me sukses.';
$strProcesslist = 'Lista e Proçeseve';
$strPutColNames = 'Vendos emrat e kollonave tek rreshti i parë';
 
$strQBE = 'Query nga shembull';
$strQBEDel = 'Fshi';
$strQBEIns = 'Shto';
$strQueryFrame = 'Dritarja e Query';
$strQueryOnDb = 'SQL-query tek databaza <b>%s</b>:';
$strQuerySQLHistory = 'Kronollogjia e SQL';
$strQueryStatistics = '<b>Statistikat e Query</b>: Që nga nisja e tij, serverit i janë dërguar %s queries.';
$strQueryTime = 'Query ka zgjatur %01.4f sec';
$strQueryType = 'Lloji i query';
$strQueryWindowLock = 'Mos e mbishkruaj këtë query nga jashtë dritares';
 
$strReType = 'Rifut';
$strReceived = 'Marrë';
$strRecords = 'Regjistrime';
$strReferentialIntegrity = 'Kontrollo integritetin e informacioneve:';
$strRefresh = 'Rifresko';
$strRelationNotWorking = 'Karakteristikat shtesë janë ç\'aktivuar për sa i takon funksionimit me tabelat e lidhura. Për të zbuluar përse, klikoni %skëtu%s.';
$strRelationView = 'Shiko relacionet';
$strRelationalSchema = 'Skema relacionale';
$strRelations = 'Relacione';
$strRelationsForTable = 'RELACIONET PËR TABELËN';
$strReloadMySQL = 'Rinis MySQL';
$strReloadingThePrivileges = 'Duke ringarkuar të drejtat';
$strRemoveSelectedUsers = 'Heq përdoruesit e zgjedhur';
$strRenameDatabaseOK = 'Databazës %s i është ndryshuar emri në %s';
$strRenameTable = 'Riemërto tabelën në';
$strRenameTableOK = 'Tabela %s u riemërtua %s';
$strRepairTable = 'Riparo tabelën';
$strReplaceNULLBy = 'Zëvendëso NULL me';
$strReplaceTable = 'Zëvendëso të dhënat e tabelës me file';
$strReset = 'Rinis';
$strResourceLimits = 'Limitet e rezervave';
$strRevoke = 'Hiq';
$strRevokeAndDelete = 'Hiqja të gjitha të drejtat aktive përdoruesve dhe pastaj eleminoi.';
$strRevokeAndDeleteDescr = 'Përdoruesit DO TË MUND TË PËRDORIN sidoqoftë të drejtën deri atëhere kur të drejtat të ringarkohen.';
$strRevokeMessage = 'Ke anulluar të drejtat për %s';
$strRomanian = 'Romanisht';
$strRowLength = 'Gjatësia e rreshtit';
$strRowSize = 'Madhësia e rreshtit';
$strRows = 'rreshta';
$strRowsFrom = 'rreshta duke filluar nga';
$strRowsModeFlippedHorizontal = 'horizontal (headers të rrotulluar)';
$strRowsModeHorizontal = ' horizontal ';
$strRowsModeOptions = ' në modalitetin %s dhe përsërit headers mbas %s qelish ';
$strRowsModeVertical = ' vertikal ';
$strRowsStatistic = 'Statistikat e rreshtave';
$strRunQuery = 'Dërgo Query';
$strRunSQLQuery = 'Zbato query SQL tek databaza %s';
$strRunning = 'në ekzekutim tek %s';
$strRussian = 'Rusisht';
 
$strSQL = 'SQL';
$strSQLExportType = 'Lloji i Eksportit';
$strSQLOptions = 'Opcione SQL';
$strSQLParserBugMessage = 'Ka mundësi që ka një bug tek parser-i SQL. Ju lutem, kontrolloni query tuaj me kujdes, dhe kontrolloni që presjet të jenë ku duhet dhe jo të gabuara. Një shkak tjetër i mundshëm i gabimit mund të jetë që po mundoheni të uploadoni një file binar jashtë një zone teksti të kufizuar me presje. Mund edhe të provoni query tuaj MySQL nga interfaqja e shkruar e komandave. Gabimi i mëposhtëm i kthyer nga server-i MySQL, nëse ekziston një i tillë, mund tju ndihmojë në diagnostikimin e problemit. Nëse ka akoma probleme, apo n.q.s. parser-i SQL i phpMyAdmin gabon kur përkundrazi nga interfaqja e komandave të thjeshta nuk rezultojnë probleme, ju lutem zvogëloni query tuaj SQL në hyrje në query e vetme që shkakton probleme, dhe dërgoni një bug raportim me të dhënat rezultuese nga seksioni CUT i mëposhtëm:';
$strSQLParserUserError = 'Mesa duket ekziston një gabim tek query juaj SQL e futur. Gabimi i serverit MySQL i treguar më poshtë, nëse ekziston, mund t\'ju ndihmojë në diagnostikimin e problemit';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Rezultati SQL';
$strSQPBugInvalidIdentifer = 'Identifikues i pavlefshëm';
$strSQPBugUnclosedQuote = 'Thonjëza të pambyllura';
$strSQPBugUnknownPunctuation = 'Stringë Punctuation e panjohur';
$strSave = 'Ruaj';
$strSaveOnServer = 'Ruaje në server tek directory %s';
$strScaleFactorSmall = 'Faktori i shkallës është shumë i vogël për të plotësuar skemën në faqe';
$strSearch = 'Kërko';
$strSearchFormTitle = 'Kërko në databazë';
$strSearchInTables = 'Tek tabela(at):';
$strSearchNeedle = 'Fjala(ë) apo vlera(at) për t\'u kërkuar (karakteri Jolly: "%"):';
$strSearchOption1 = 'të paktën njërën nga fjalët';
$strSearchOption2 = 'të gjitha fjalët';
$strSearchOption3 = 'fraza precize';
$strSearchOption4 = 'si shprehje e rregullt';
$strSearchResultsFor = 'Kërko rezultatet për "<i>%s</i>" %s:';
$strSearchType = 'Gjej:';
$strSecretRequired = 'Tani nevoitet një fjalëkalim sekret për file e konfigurimit(blowfish_secret).';
$strSelectADb = 'Të lutem, zgjidh një databazë';
$strSelectAll = 'Zgjidh gjithçka';
$strSelectFields = 'Zgjidh fushat (të paktën një):';
$strSelectNumRows = 'tek query';
$strSelectTables = 'Zgjidh Tabelat';
$strSend = 'Ruaje me emër...';
$strSent = 'Dërguar';
$strServer = 'Serveri';
$strServerChoice = 'Zgjedhja e serverit';
$strServerNotResponding = 'Serveri nuk përgjigjet';
$strServerStatus = 'Informacione mbi Runtime';
$strServerStatusUptime = 'Ky server MySQL po punon që prej %s. U nis më %s.';
$strServerTabProcesslist = 'Proceset';
$strServerTabVariables = 'Të ndryshueshmet';
$strServerTrafficNotes = '<b>Trafiku i serverit</b>: Këto tabela do të shfaqin statistikat e trafikut të rrjetit për këtë server MySQL që nga momenti i nisjes së tij.';
$strServerVars = 'Të ndryshueshmet dhe parametrat e Serverit';
$strServerVersion = 'Versioni i MySQL';
$strSessionValue = 'Vlera seancës';
$strSetEnumVal = 'N.q.s. fusha është "enum" apo "set", shtoni të dhënat duke përdorur formatin: \'a\',\'b\',\'c\'...<br />Nëse megjithatë do t\'u duhet të vini backslashes ("\") apo single quote ("\'") para këtyre vlerave, backslash-ojini (për shembull \'\\\\xyz\' o \'a\\\'b\').';
$strShow = 'Shfaq';
$strShowAll = 'Shfaqi të gjithë';
$strShowColor = 'Shfaq ngjyrën';
$strShowDatadictAs = 'Formati i Data Dictionary';
$strShowFullQueries = 'Shfaq të gjitha kërkesat';
$strShowGrid = 'Shfaq rrjetën';
$strShowPHPInfo = 'Trego info mbi PHP';
$strShowTableDimension = 'Trego madhësinë e tabelave';
$strShowTables = 'Shfaq tabelat';
$strShowThisQuery = 'Tregoje përsëri këtë query';
$strShowingRecords = 'Shfaqja e regjistrimeve ';
$strSimplifiedChinese = 'Kineze e thjeshtëzuar';
$strSingly = '(një nga një)';
$strSize = 'Madhësia';
$strSlovak = 'Sllovakisht';
$strSlovenian = 'Sllovenisht';
$strSort = 'rreshtimi';
$strSortByKey = 'Rendit sipas kyçit';
$strSpaceUsage = 'Hapësira e përdorur';
$strSpanish = 'Spanjisht';
$strSplitWordsWithSpace = 'Fjalët janë të ndara me një hapsirë (" ").';
$strStatCheckTime = 'Kontrolli i fundit';
$strStatCreateTime = 'Krijimi';
$strStatUpdateTime = 'Ndryshimi i fundit';
$strStatement = 'Instruksione';
$strStatus = 'Gjendja';
$strStrucCSV = 'të dhëna CSV';
$strStrucData = 'Struktura dhe të dhëna';
$strStrucDrop = 'Shto DROP TABLE';
$strStrucExcelCSV = 'CSV për të dhëna MS Excel';
$strStrucNativeExcel = 'Të dhëna orgjinale MS Excel';
$strStrucOnly = 'Vetëm struktura';
$strStructPropose = 'Propozo strukturën e tabelës';
$strStructure = 'Struktura';
$strSubmit = 'Dërgoje';
$strSuccess = 'Query u zbatua me sukses';
$strSum = 'Gjithsej';
$strSwedish = 'Suedisht';
$strSwitchToTable = 'Kalo tek tabela e kopjuar';
 
$strTable = 'Tabela';
$strTableComments = 'Komente mbi tabelën';
$strTableEmpty = 'Emri i tabelës është bosh!';
$strTableHasBeenDropped = 'Tabela %s u eleminua';
$strTableHasBeenEmptied = 'Tabela %s u zbraz';
$strTableHasBeenFlushed = 'Tabela %s u rifreskua';
$strTableMaintenance = 'Administrimi i tabelës';
$strTableOfContents = 'Tabela e përmbajtjes';
$strTableOptions = 'Opcione për tabelën';
$strTableStructure = 'Struktura e tabelës';
$strTableType = 'Lloji i tabelës';
$strTables = '%s tabela(at)';
$strTakeIt = 'merre';
$strTblPrivileges = 'Të drejta relative me tabelat';
$strTextAreaLength = ' Për shkak të gjatësisë saj,<br /> kjo fushë nuk mund të ndryshohet ';
$strThai = 'Thai';
$strTheme = 'Tema / Stili';
$strThisHost = 'Këtë Host';
$strThisNotDirectory = 'Kjo nuk është një directory';
$strThreadSuccessfullyKilled = 'Thread %s u përfundua me sukses.';
$strTime = 'Koha';
$strToggleScratchboard = '(ç\')aktivo scratchboard';
$strTotal = 'Gjithsej';
$strTotalUC = 'Gjithsej';
$strTraditionalChinese = 'Kineze tradicionale';
$strTraditionalSpanish = 'Spanjishte tradicionale';
$strTraffic = 'Trafiku';
$strTransformation_application_octetstream__download = 'Shfaq një lidhje për të shkarkuar të dhënat binare të një fushe. Mundësia e parë është emri i file binar. Opcioni i dytë është emri i mundshëm i fushës së rreshtit të tabelës që përmban emrin e file. Nëse jepni opcionin e dytë, opcioni i parë duhet të jetë një stringë bosh';
$strTransformation_image_jpeg__inline = 'Shfaq një miniaturë të klikueshme; mundësitë: gjërësia, lartësia në pixels (ruan proporcionin origjinal)';
$strTransformation_image_jpeg__link = 'Shfaq një lidhje për tek kjo figurë (download blob direkt, p.sh.).';
$strTransformation_image_png__inline = 'Shiko figurën/jpeg: në linjë';
$strTransformation_text_plain__dateformat = 'Merr një fushë TIME, TIMESTAMP apo DATETIME dhe e formaton duke përdorur formatin e datës lokale. Mundësia e parë është offset (në orë) që do t\'i shtohet timestamp (Default: 0). Mundësia e dytë është një format date në përputhje me parametrat në dispozicion për funksionin strftime() të PHP.';
$strTransformation_text_plain__external = 'VETËM PËR LINUX: Lëshon një program të jashtëm dhe plotëson të dhënat e fushave me anë të standard input. Jep si rezultat standard output e programit. Vendosja default është Tidy, për të printuar si duhet kodin HTML. Për arsye sigurie, do t\'ju duhet të ndryshoni file libraries/transformations/text_plain__external.inc.php dhe të shkruani instrumentet që lejoni të përdoren. Mundësia e parë pra është numri i programit që dëshironi të përdorni dhe e dyta janë parametrat për programin. Parametri i tretë, n.q.s. i vendosur në 1 do të konvertojë output duke përdorur htmlspecialchars() (Prezgjedhur: 1). Një parametër i katërt, po të jetë vendosur në 1 do t\'i shtojë një NOWRAP përmbajtjes së qelisë kështu që output komplet do të shfaqet pa u riformatuar (Default: 1)';
$strTransformation_text_plain__formatted = 'Konservon formatimin origjinal të fushës. Nuk aplikohet asnjë Escaping.';
$strTransformation_text_plain__imagelink = 'Shfaq një figurë dhe një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është gjërësia në pixels, i treti është lartësia.';
$strTransformation_text_plain__link = 'Shfaq një link, fusha përmban emrin e file; opcioni i parë është një prefiks si "http://domain.com/", opcioni i dytë është një titull për lidhjen.';
$strTransformation_text_plain__substr = 'Shfaq vetëm një pjesë të string-ës. Opcioni i parë është offset-i që shërben për të përcaktuar ku fillon output i tekstit tuaj (Default 0). Opcioni i dytë është një offset që tregon se sa tekst kthehet. Po të jetë bosh, kthen të gjithë tekstin e mbetur. Opcioni i tretë përcakton çfarë karakteresh do të shtohen në fund të output kur kthehet një nën-string-ë (Default: ...) .';
$strTruncateQueries = 'Shkurton (ndërpret) Queries e Shfaqura';
$strTurkish = 'Turqisht';
$strType = 'Lloji';
 
$strUkrainian = 'Ukrainase';
$strUncheckAll = 'Ç\'zgjidhi të gjithë';
$strUnicode = 'Unicode';
$strUnique = 'I vetëm';
$strUnknown = 'e panjohur';
$strUnselectAll = 'Ç\'zgjidh gjithçka';
$strUpdComTab = 'Ju lutem lexoni dokumentet mbi rifreskimin e tabelës suaj Column_comments';
$strUpdatePrivMessage = 'Ke rifreskuar lejet për %s.';
$strUpdateProfileMessage = 'Profili u rifreskua.';
$strUpdateQuery = 'Rifresko Query';
$strUpgrade = 'Duhet të instaloni %s %s ose superior.';
$strUsage = 'Përdorimi';
$strUseBackquotes = 'Përdor backquotes me emrat e tabelave dhe fushave';
$strUseHostTable = 'Përdor Tabelën e Host-it';
$strUseTables = 'Përdor tabelat';
$strUseTextField = 'Përdor fushë teksti';
$strUseThisValue = 'Përdor këtë vlerë';
$strUser = 'Përdorues';
$strUserAlreadyExists = 'Përdoruesi %s ekziston!';
$strUserEmpty = 'Emri i përdoruesit është bosh!';
$strUserName = 'Emri i përdoruesit';
$strUserNotFound = 'Përdoruesi i zgjedhur nuk u gjet tek tabela e të drejtave.';
$strUserOverview = 'Paraqitja e përgjithshme e përdoruesve';
$strUsersDeleted = 'Përdoruesit e zgjedhur u hoqën me sukses.';
$strUsersHavingAccessToDb = 'Përdoruesit që kanë hyrje tek &quot;%s&quot;';
 
$strValidateSQL = 'Vleftëso SQL';
$strValidatorError = 'Miratuesi SQL nuk arrin të niset. Ju lutem kontrolloni instalimin e prapashtesave të duhura php ashtu si përshkruhet tek %sdokumentimi%s.';
$strValue = 'Vlerë';
$strVar = 'E ndryshueshme';
$strViewDump = 'Shfaq dump (skema) e tabelës';
$strViewDumpDB = 'Shfaq dump (skema) e databazës';
$strViewDumpDatabases = 'Shfaq dump (skema) e databazave';
 
$strWebServerUploadDirectory = 'directory e upload të server-it web';
$strWebServerUploadDirectoryError = 'Directory që keni zgjedhur për upload nuk arrin të gjehet';
$strWelcome = 'Mirësevini tek %s';
$strWestEuropean = 'Europa Perëndimore';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Dritarja e destinimit të browser nuk mund të rifreskohet. Ka mundësi të keni mbyllur dritaren nënë apo që browser-i juaj është duke bllokuar rifreskimet ndërmjet browser-ve për shkak të ndonjë mase sigurie';
$strWithChecked = 'N.q.s. të zgjedhur:';
$strWritingCommentNotPossible = 'I pamundur shkrimi i komentit';
$strWritingRelationNotPossible = 'I pamundur shkrimi i relacionit';
$strWrongUser = 'Emër përdoruesi apo fjalëkalim i gabuar. Ndalohet hyrja.';
 
$strXML = 'XML';
 
$strYes = ' Po ';
 
$strZeroRemovesTheLimit = 'Shënim: Vendosja e këtyre opcioneve në 0 (zero) do të thotë asnjë limit.';
$strZip = '"kompresuar me zip"';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/arabic-utf-8.inc.php
0,0 → 1,985
<?php
/* $Id: arabic-utf-8.inc.php,v 2.120.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Original translation to Arabic by Fisal <fisal77 at hotmail.com>
* Update by Tarik kallida <kallida at caramail.com>
* Final Update on November 25, 2003 by Ossama Khayat <okhayat at yahoo.com>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('بايت', 'كيلوبايت', 'ميجابايت', 'غيغابايت');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('الأحد', 'الإثنين', 'الثلاثاء', 'الأربعاء', 'الخميس', 'الجمعة', 'السبت');
$month = array('يناير', 'فبراير', 'مارس', 'أبريل', 'مايو', 'يونيو', 'يوليو', 'أغسطس', 'سبتمبر', 'أكتوبر', 'نوفمبر', 'ديسمبر');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y الساعة %H:%M';
 
$timespanfmt = '%s يوم، %s ساعة، %s دقيقة و%s ثانية';
 
$strAPrimaryKey = 'لقد أُضيف المفتاح الأساسي في %s';
$strAbortedClients = 'ألغي';
$strAbsolutePathToDocSqlDir = 'الرجاء كتابة المسار المطلق على خادم الشبكة إلى دليل docSQL';
$strAccessDenied = 'غير مسموح';
$strAccessDeniedExplanation = 'حاول phpMyAdmin الاتصال بخادم MySQL، ورفض الخادم الاتصال. عليك أن تتحقق من المستضيف، أو اسم المستخدم وكلمة المرور في ملف الإعداد config.inc.php وتتأكد أنها مطابقة للمعلومات المعطاة إليك من قبل المسؤول عن خادم MySQL.';
$strAction = 'العملية';
$strAddAutoIncrement = 'أضف قيمة AUTO_INCREMENT';
$strAddConstraints = 'أضف قيوداً';
$strAddDeleteColumn = 'إضافه/حذف عمود حقل';
$strAddDeleteRow = 'إضافه/حذف صف سجل';
$strAddDropDatabase = 'أضف أو احذف قاعدة بيانات';
$strAddIntoComments = 'أضف إلى الملاحظات';
$strAddNewField = 'إضافة حقل جديد';
$strAddPrivilegesOnDb = 'إضافة الصلاحيات على قاعدة البيانات التالية';
$strAddPrivilegesOnTbl = 'إضافة الصلاحيات على الجدول التالي';
$strAddSearchConditions = 'أضف شروط البحث (جسم من الفقره "where" clause):';
$strAddToIndex = 'إضافه كفهرس &nbsp;%s&nbsp;صف(ـوف)';
$strAddUser = 'أضف مستخدم جديد';
$strAddUserMessage = 'لقد أضفت مستخدم جديد.';
$strAddedColumnComment = 'تم إضافة التعليق للعمود';
$strAddedColumnRelation = 'تم إضافة العلاقة للعمود';
$strAdministration = 'إدارة';
$strAffectedRows = 'صفوف مؤثره:';
$strAfter = 'بعد %s';
$strAfterInsertBack = 'الرجوع إلى الصفحة السابقة';
$strAfterInsertNewInsert = 'إدخال تسجيل جديد';
$strAll = 'الكل';
$strAllTableSameWidth = 'أظهر كل الجدوال بنفس العرض؟';
$strAlterOrderBy = 'تعديل ترتيب الجدول بـ';
$strAnIndex = 'لقد أُضيف الفهرس في %s';
$strAnalyzeTable = 'تحليل الجدول';
$strAnd = 'و';
$strAny = 'أي';
$strAnyHost = 'أي مزود';
$strAnyUser = 'أي مستخدم';
$strArabic = 'العربية';
$strArmenian = 'الأرمنية';
$strAscending = 'تصاعدياً';
$strAtBeginningOfTable = 'في بداية الجدول';
$strAtEndOfTable = 'في نهاية الجدول';
$strAttr = 'الخواص';
$strAutodetect = 'التفحص التلقائي';
$strAutomaticLayout = 'مظهر تلقائي';
 
$strBack = 'رجوع';
$strBaltic = 'البلطيق';
$strBeginCut = 'بدء القصّ';
$strBeginRaw = 'بدء بيانات أصليّة';
$strBinary = 'ثنائي';
$strBinaryDoNotEdit = 'ثنائي - لاتحرره';
$strBookmarkAllUsers = 'اسمح لكل المستخدمين الوصول إلى هذه العلامة المرجعية';
$strBookmarkDeleted = 'لقد حُذفت العلامه المرجعيه.';
$strBookmarkLabel = 'علامه';
$strBookmarkQuery = 'علامه مرجعيه SQL-إستعلام';
$strBookmarkThis = 'إجعل علامه مرجعيه SQL-إستعلام';
$strBookmarkView = 'عرض فقط';
$strBrowse = 'إستعراض';
$strBrowseForeignValues = 'استعرض القيم الغريبة';
$strBulgarian = 'البلغارية';
$strBzError = 'لم يستطع phpMyAdmin ضغط كمّ البيانات بسبب عطل في امتداد Bz2 في إصدار PHP. يُفضّل أن تغيّر قيمة توجيه <code>$cfg[\'BZipDump\']</code> في ملف إعدادات phpMyAdmin إلى <code>FALSE</code>. إن كنت تريد استخدام مزايا ضغط Bz2، عليك بالتحديث إلى إصدار جديد من PHP. لمزيد من التفاصيل، أنظر في تقرير خلل PHP %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'خيارات القيم المفصولة بفواصل )CSV(';
$strCannotLogin = 'لا يمكن الدخول إلى خادم MySQL';
$strCantLoad = 'لا يمكن قراءة الامتداد %s،<br />رجاء تأكد من إعدادات PHP.';
$strCantLoadRecodeIconv = 'لم يمكن تحميل iconv أو إعادة تشفير الإمتداد المطلوب لتحويل شيفرة الأحرف، الرجاء إعداد PHP ليسمح باستخدام هذه الإمتدادات أو عطل عمل التحويل في phpMyAdmin.';
$strCantRenameIdxToPrimary = 'لايمكن تغيير إسم الفهرس إلى الأساسي!';
$strCantUseRecodeIconv = 'لا يمكن استخدام iconv ولا libiconv ولا عملية recode_string في حين يحدد الامتداد أنه محمّل. تأكّد من إعدادات PHP.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'غير حساس لحالة الأحرف';
$strCaseSensitive = 'حساس لحالة الأحرف';
$strCentralEuropean = 'أوروبا الوسطى';
$strChange = 'تغيير';
$strChangeCopyMode = 'أضف اسم مستخدم جديد بنفس الصلاحيات و...';
$strChangeCopyModeCopy = ' ... أبق القديم.';
$strChangeCopyModeDeleteAndReload = ' ... إحذف القديمين من جداول المستخدمين وأعد قراءة الصلاحيات بعد ذلك.';
$strChangeCopyModeJustDelete = ' ... إحذف القديم من جداول المستخدمين.';
$strChangeCopyModeRevoke = ' ... استعد كل الصلاحيات الفعالة من القديمين واحذهم بعد ذلك.';
$strChangeCopyUser = 'غيّر معلومات الدخول / إنسخ اسم مستخدم';
$strChangeDisplay = 'اختر الحقل لإظهاره';
$strChangePassword = 'تغيير كلمة السر';
$strCharset = 'مجموعة المحارف';
$strCharsetOfFile = 'شيفرة أحرف الملف:';
$strCharsets = 'مجموعات المحارف';
$strCharsetsAndCollations = 'مجموعات المحارف وCollations';
$strCheckAll = 'إختر الكل';
$strCheckOverhead = 'تحقق من overhead';
$strCheckPrivs = 'تحقق من الصلاحيات';
$strCheckPrivsLong = 'تحقق من الصلاحيات لقاعدة بيانات &quot;%s&quot;.';
$strCheckTable = 'التحقق من الجدول';
$strChoosePage = 'رجاءً اختر صفحة لتعديلها';
$strColComFeat = 'إظهار تعليقات العمود';
$strCollation = 'Collation';
$strColumnNames = 'إسم العمود';
$strColumnPrivileges = 'صلاحيات خاصة بالحقل';
$strCommand = 'أمْر';
$strComments = 'تعليقات';
$strCompleteInserts = 'الإدخال لقد إكتمل';
$strCompression = 'الضغط';
$strConfigFileError = 'لم يستطع phpMyAdmin أن يقرأ ملف إعداداتك!<br />قد يكون هذا بسبب أن PHP وجد خطأ في الإعراب فيه أو أنه لا يستطيع أن يجد الملف.<br />رجاءً اقرأ الملف بشكل مباشر باستخدام الوصلة أدناه واقرأ رسالة الخطأ الناتجة. في معظم الحالات قد تكون علامة التنصيص أو علامة الفاصلة المنقوطة ناقصة في مكان ما.<br />إن حصلت على صفحة فارغة، فكلّ شيء على ما يرام.';
$strConfigureTableCoord = 'رجاء إعداد الموقع للجدول %s';
$strConnections = 'اتصالات';
$strConstraintsForDumped = 'قيود الجداول المحفوظة';
$strConstraintsForTable = 'القيود للجدول';
$strCookiesRequired = 'يجب تفعيل دعم الكوكيز في هذه المرحلة.';
$strCopyTable = 'نسخ الجدول إلى';
$strCopyTableOK = 'الجدول %s لقد تم نسخه إلى %s.';
$strCopyTableSameNames = 'لا يمكن نسخ الجدول إلى نفسه!';
$strCouldNotKill = 'لم يستطع phpMyAdmin إيقاف العمليّة %s. يبدو أنها أوقفت مسبقاً.';
$strCreate = 'تكوين';
$strCreateIndex = 'تصميم فهرسه على&nbsp;%s&nbsp;عمود';
$strCreateIndexTopic = 'تصميم فهرسه جديده';
$strCreateNewDatabase = 'تكوين قاعدة بيانات جديدة';
$strCreateNewTable = 'تكوين جدول جديد في قاعدة البيانات %s';
$strCreatePage = 'أنشئ صفحة جديدة';
$strCreatePdfFeat = 'إنشاء ملفات PDF';
$strCreationDates = 'تواريخ الإنشاء/التحديث/التحقّق';
$strCriteria = 'المعايير';
$strCroatian = 'الكرواتية';
$strCyrillic = 'السيريلية';
$strCzech = 'التشيكية';
 
$strDBComment = 'ملاحظة قاعدة البيانات: ';
$strDBGContext = 'السياق';
$strDBGContextID = 'رقم السياق';
$strDBGHits = 'استخدامات';
$strDBGLine = 'سطر';
$strDBGMaxTimeMs = 'أقصى وقت، مث';
$strDBGMinTimeMs = 'أقل وقت، مث';
$strDBGModule = 'وِحْدة';
$strDBGTimePerHitMs = 'وقت/استخدام، مث';
$strDBGTotalTimeMs = 'الوقت الكلي، مث';
$strDanish = 'الدنمركية';
$strData = 'بيانات';
$strDataDict = 'قاموس البيانات';
$strDataOnly = 'بيانات فقط';
$strDatabase = 'قاعدة البيانات';
$strDatabaseExportOptions = 'خيارات تصدير قاعدة بيانات';
$strDatabaseHasBeenDropped = 'قاعدة بيانات %s محذوفه.';
$strDatabaseNoTable = 'لا تحتوي قاعدة البيانات هذه على جداول!';
$strDatabases = 'قاعدة بيانات';
$strDatabasesDropped = 'تم حذف قواعد البيانات %s بنجاح.';
$strDatabasesStats = 'إحصائيات قواعد البيانات';
$strDatabasesStatsDisable = 'أوقف الإحصائيات';
$strDatabasesStatsEnable = 'مكّن الإحصائيات';
$strDatabasesStatsHeavyTraffic = 'ملاحظة: تمكين إحصائيات قواعد البيانات هنا قد يسبب تدفق بيانات ثقيل بين خادم الوب وخادم MySQL.';
$strDbPrivileges = 'صلاحيات خاصة بقاعدة البيانات';
$strDbSpecific = 'خاص بقاعدة بيانات';
$strDefault = 'إفتراضي';
$strDefaultValueHelp = 'للقيم الافتراضية، الرجاء أدخل قيمة مفردة، دون علامات هروب أو تنصيص، باستخدام التنسيق: a';
$strDelOld = 'تحتوي الصفحة الحالية مراجع لجداول لم تعد موجودة. هل تود حذف هذه المراجع؟';
$strDelayedInserts = 'استخدم الإضافات المتأخرة';
$strDelete = 'حذف';
$strDeleteAndFlush = 'احذف المستخدمين وقم بإعادة قراءة الصلاحيات بعد ذلك.';
$strDeleteAndFlushDescr = 'هذه هي أنظف طريقة، لكن إعادة قراءة الصلاحيات قد يتطلّب بعض الوقت.';
$strDeleted = 'لقد تم حذف الصف';
$strDeletedRows = 'الصفوف المحذوفه:';
$strDeleting = 'قيْد حذْف %s';
$strDescending = 'تنازلياً';
$strDescription = 'الوصف';
$strDictionary = 'قاموس';
$strDisabled = 'معطّل';
$strDisplayFeat = 'إظهار المزايا';
$strDisplayOrder = 'ترتيب العرض:';
$strDisplayPDF = 'إظهار بناء ملف PDF';
$strDoAQuery = 'تجعل "إستعلام بواسطة المثال" (wildcard: "%")';
$strDoYouReally = 'هل تريد حقاً تنفيذ';
$strDocu = 'مستندات وثائقيه';
$strDrop = 'حذف';
$strDropUsersDb = 'إحذف قواعد البيانات التي لها نفس إسماء المستخدمين.';
$strDumpSaved = 'تم حفظ الـDump إلى الملف %s.';
$strDumpXRows = 'إحدف %s سطر بدءً من السطر %s.';
$strDumpingData = 'إرجاع أو إستيراد بيانات الجدول';
$strDynamic = 'ديناميكي';
 
$strEdit = 'تحرير';
$strEditPDFPages = 'عدّل صفحات PDF';
$strEditPrivileges = 'تحرير الإمتيازات';
$strEffective = 'فعال';
$strEmpty = 'إفراغ محتوى';
$strEmptyResultSet = 'MySQL قام بإرجاع نتيجة إعداد فارغه (مثلاً. صف صفري).';
$strEnabled = 'ممكّن';
$strEnd = 'نهايه';
$strEndCut = 'انتهاء القصّ';
$strEndRaw = 'انتهاء البيانات الأصلية';
$strEnglish = 'الإنجليزية';
$strEnglishPrivileges = ' ملاحظه: إسم الإمتياز لـMySQL يظهر ويُقرأ باللغه الإنجليزيه فقط ';
$strError = 'خطأ';
$strEstonian = 'الإستونية';
$strExcelEdition = 'إصدارة إكسل';
$strExcelOptions = 'خيارات إكسل';
$strExecuteBookmarked = 'نفّذ استعلام محفوظ بعلامة مرجعية';
$strExplain = 'إشرح SQL';
$strExport = 'تصدير';
$strExtendedInserts = 'إدخال مُدد';
$strExtra = 'إضافي';
 
$strFailedAttempts = 'محاولات أخفقت';
$strField = 'الحقل';
$strFieldHasBeenDropped = 'حقل محذوف %s';
$strFields = ' عدد الحقول';
$strFieldsEmpty = ' تعداد الحقل فارغ! ';
$strFieldsEnclosedBy = 'حقل مضمن بـ';
$strFieldsEscapedBy = 'حقل مُتجاهل بـ';
$strFieldsTerminatedBy = 'حقل مفصول بـ';
$strFileAlreadyExists = 'المف %s موجود اصلاً على الخادم. غير الاسم أو حدد خيار التسجيل على الملف الموجود.';
$strFileCouldNotBeRead = 'لم يمكن قراءة الملف';
$strFileNameTemplate = 'قالب إسم الملف';
$strFileNameTemplateRemember = 'تذكر القالب';
$strFixed = 'مثبت';
$strFlushPrivilegesNote = 'ملاحظة: يقرأ phpMyAdmin صلاحيات المستخدمين من جداول الصلاحيات من خادم MySQL مباشرةً. محتويات هذه الجداول قد تختلف عن الصلاحيات التي يستخدمها الخادم إذا ما تمّ التعديل عليها يدويّاً. في هذه الحالة، عليك %s بإعادة قراءة الصلاحيات %s قبل أن تكمل.';
$strFlushTable = 'إعادة تحميل الجدول ("FLUSH")';
$strFormEmpty = 'يوجد قيمه مفقوده بالنموذج !';
$strFormat = 'صيغه';
$strFullText = 'نصوص كامله';
$strFunction = 'دالة';
 
$strGenBy = 'أنشئ بواسطة';
$strGenTime = 'أنشئ في';
$strGeneralRelationFeat = 'المزايا العامّة للرابط';
$strGerman = 'الألمانية';
$strGlobal = 'عامّ';
$strGlobalPrivileges = 'صلاحيّات عامّة';
$strGlobalValue = 'قيمة عامّة';
$strGo = '&nbsp;تنفيــذ&nbsp;';
$strGrantOption = 'مَنْحْ';
$strGreek = 'اليونانية';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'لقد عُدِل.';
$strHasBeenCreated = 'لقد تكون.';
$strHaveToShow = 'عليك اختيار عمود واحد على الأقل للعرض';
$strHebrew = 'العبرية';
$strHome = 'الصفحة الرئيسية';
$strHomepageOfficial = 'الصفحة الرئيسية الرسمية لـ phpMyAdmin';
$strHost = 'المزود';
$strHostEmpty = 'إسم المستضيف فارغ!';
$strHungarian = 'الهنغارية';
 
$strId = 'رقم';
$strIdxFulltext = 'النص كاملاً';
$strIgnore = 'تجاهل';
$strIgnoringFile = 'تجاهل الملف %s';
$strImportDocSQL = 'استيراد ملفات docSQL';
$strImportFiles = 'استورد الملفات';
$strInUse = 'قيد الإستعمال';
$strIndex = 'فهرست';
$strIndexHasBeenDropped = 'فهرسه محذوفه %s';
$strIndexName = 'إسم الفهرس&nbsp;:';
$strIndexType = 'نوع الفهرس&nbsp;:';
$strIndexes = 'فهارس';
$strInnodbStat = 'وضع InnoDB';
$strInsecureMySQL = 'يحتوي ملف الإعدادت الخاص بك تعيينات )المستخدم root دون كلمة مرور( والذي يشير إلى حساب المستخدم الرئيسي لـMySQL. خادم MySQL الذي يعمل بهذه الإعدادت الافتراضية معرض لخطر الاقتحام، وعليك أن تقوم بإصلاح ثغرة الأمان هذه في أقرب وقت ممكن.';
$strInsert = 'إدخال';
$strInsertAsNewRow = 'إدخال كتسجيل جديد';
$strInsertNewRow = 'إضافة تسجيل جديد';
$strInsertedRowId = 'رقم معرّف السّطر المضاف:';
$strInsertedRows = 'صفوف مدخله:';
$strInternalNotNecessary = '* العلاقة الداخلية غير ضرورية عندما تكون موجودة مسبقاً في InnoDB.';
$strInternalRelations = 'العلاقات الداخلية';
 
$strJapanese = 'اليابانية';
$strJumpToDB = 'إذهب إلى قاعدة بيانات &quot;%s&quot;.';
$strJustDelete = 'فقط قم بحذف المستخدمين من جدول الصلاحيات.';
$strJustDeleteDescr = 'سوف يبقى المستخدمون &quot;المحذوفون&quot; قادرون على الوصول للخادم كالعادة حتى يتم إعادة قراءة الصلاحيات.';
 
$strKeepPass = 'لاتغير كلمة السر';
$strKeyname = 'إسم المفتاح';
$strKill = 'إبطال';
$strKorean = 'الكورية';
 
$strLaTeX = 'لاتِكْسْ';
$strLaTeXOptions = 'خيارات لاتكس';
$strLandscape = 'عرض الصفحة';
$strLatexCaption = 'عنوان الجدول';
$strLatexContent = 'محتوييات الجدول __TABLE__';
$strLatexContinued = '(تابع)';
$strLatexContinuedCaption = 'عنوان جدول تابع';
$strLatexIncludeCaption = 'أضف عنواناً للجدول';
$strLatexLabel = 'Label key';
$strLatexStructure = 'بنية الجدول __TABLE__';
$strLengthSet = 'الطول/القيمه*';
$strLimitNumRows = 'رقم السجلات لكل صفحه';
$strLinesTerminatedBy = 'خطوط مفصوله بـ';
$strLinkNotFound = 'لم يمكن إيجاد الوصلة';
$strLinksTo = 'مرتبط بـ';
$strLithuanian = 'الليتوانية';
$strLocalhost = 'محلي';
$strLocationTextfile = 'مكان ملف نصي';
$strLogPassword = 'كلمة السر:';
$strLogServer = 'خادم السجلّ';
$strLogUsername = 'إسم المُستخدم:';
$strLogin = 'دخول';
$strLoginInformation = 'بيانات الدخول';
$strLogout = 'تسجيل خروج';
 
$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\' أو \'a\\\'b\'(.';
$strMIME_without = 'أنواع MIME التي تظهر بحروف مائلة ليس لها وظيفة تحويل منفصلة';
$strModifications = 'تمت التعديلات';
$strModify = 'تعديل';
$strModifyIndexTopic = 'تعديل الفهرسه';
$strMoveTable = 'نقل جدول إلى (قاعدة بيانات<b>.</b>جدول):';
$strMoveTableOK = '%s جدول تم نقله إلى %s.';
$strMoveTableSameNames = 'لايمكن نقل الجدول إلى نفسه!';
$strMultilingual = 'متعدد اللغات';
$strMySQLCharset = 'شيفرة أحرف MySQL';
$strMySQLSaid = 'MySQL قال: ';
$strMySQLShowProcess = 'عرض العمليات';
$strMySQLShowStatus = 'عرض حالة المزود MySQL';
$strMySQLShowVars ='عرض متغيرات المزود MySQL';
 
$strName = 'الإسم';
$strNext = 'التالي';
$strNo = 'لا';
$strNoDatabases = 'لايوجد قواعد بيانات';
$strNoDatabasesSelected = 'لا قواعد بيانات محددة';
$strNoDescription = 'بدون وصف';
$strNoDropDatabases = 'معطل "حذف قاعدة بيانات"الأمر ';
$strNoExplain = 'تخطّي شرح SQL';
$strNoFrames = 'phpMyAdmin أكثر تفهماً مع مستعرض <b>الإطارات</b>.';
$strNoIndex = 'فهرس غير معرف!';
$strNoIndexPartsDefined = 'إجزاء الفهرسه غير معرفه!';
$strNoModification = 'لا تغييرات';
$strNoOptions = 'هذا التنسيق ليس له أي خيارات';
$strNoPassword = 'لا كلمة سر';
$strNoPermission = 'خادأ£ الوب ليس لديه صلاحية لحفظ الملف %s.';
$strNoPhp = 'بدون شيفرة PHP';
$strNoPrivileges = 'إمتياز غير موجود';
$strNoRights = 'ليس لديك الحقوق الكافيه بأن تكون هنا الآن!';
$strNoSpace = 'لا يوجد مساحة كافية لحفظ الملف %s.';
$strNoTablesFound = 'لايوجد جداول متوفره في قاعدة البيانات هذه!.';
$strNoUsersFound = 'المستخدم(ـين) لم يتم إيجادهم.';
$strNoValidateSQL = 'تخطّي التأكّد من SQL';
$strNone = 'لاشئ';
$strNotNumber = 'هذا ليس رقم!';
$strNotOK = 'ليس صالحاً';
$strNotSet = 'الجدول <b>%s</b> غير موجود أو محدد في %s';
$strNull = 'خالي';
$strNumSearchResultsInTable = '%s مطابقة في الجدول <i>%s</i>';
$strNumSearchResultsTotal = '<b>المجموع:</b> <i>%s</i>مطابقة';
$strNumTables = 'جداول';
 
$strOK = 'موافق';
$strOperations = 'عمليّات';
$strOptimizeTable = 'ضغط الجدول';
$strOr = 'أو';
$strOverhead = 'الفوقي';
$strOverwriteExisting = 'خزن على الملفات الموجودة أصلاً';
 
$strPHP40203 = 'أنت تستخدم الإصدار 4.2.3 من PHP والذي يحتوي على خلّل خطير في التعامل مع النصوص ثنائية البايت (mbstring). أنظر في تقرير خلل PHP رقم 19404. لا ينصح باستخدام هذه النسخة من PHP مع phpMyAdmin.';
$strPHPVersion = ' PHP إصدارة';
$strPageNumber = 'صفحة رقم:';
$strPaperSize = 'حجم الورق';
$strPartialText = 'نصوص جزئيه';
$strPassword = 'كلمة السر';
$strPasswordChanged = 'تم تغيير كلمة المرور لـ %s بنجاح.';
$strPasswordEmpty = 'كلمة السر فارغة !';
$strPasswordNotSame = 'كلمتا السر غير متشابهتان !';
$strPdfDbSchema = 'بناء قاعدة البيانات "%s" - الصفحة %s';
$strPdfInvalidTblName = 'الجدول "%s" غير موجود!';
$strPdfNoTables = 'لا يوجد جداول';
$strPerHour = 'لكل ساعة';
$strPerMinute = 'لكل دقيقة';
$strPerSecond = 'لكل ثانية';
$strPhoneBook = 'دفتر الهاتف';
$strPhp = 'أنشئ شيفرة PHP';
$strPmaDocumentation = 'مستندات وثائقيه لـ phpMyAdmin (بالإنجليزية)';
$strPmaUriError = 'المتغير <span dir="ltr"><tt>$cfg[\'PmaAbsoluteUri\']</tt></span> يجب تعديله في ملف الكوفيك !';
$strPortrait = 'طول الصفحة';
$strPos1 = 'بداية';
$strPrevious = 'سابق';
$strPrimary = 'أساسي';
$strPrimaryKeyHasBeenDropped = 'لقد تم حذف المفتاح الأساسي';
$strPrimaryKeyName = 'إسم المفتاح الأساسي يجب أن يكون أساسي... PRIMARY!';
$strPrimaryKeyWarning = '("الأساسي" <b>يجب</b> يجب أن يكون الأسم <b>وأيضاً فقط</b> المفتاح الأساسي!)';
$strPrint = 'إطبع';
$strPrintView = 'عرض نسخة للطباعة';
$strPrintViewFull = 'عرض الطباعة (مع النصوص الكاملة).';
$strPrivDescAllPrivileges = 'يتضمّن كل الصلاحيّات عدا GRANT.';
$strPrivDescAlter = 'يسمح بتعديل بناء الجداول الموجودة مسبقاً.';
$strPrivDescCreateDb = 'يسمح بإنشاء قواعد بيانات وجداول جديدة.';
$strPrivDescCreateTbl = 'يسمح بإنشاء جداول جديدة.';
$strPrivDescCreateTmpTable = 'يسمح بإنشاء جداول مؤقّتة.';
$strPrivDescDelete = 'يسمح بحذف البيانات.';
$strPrivDescDropDb = 'يسمح بحذف قواعد البيانات.';
$strPrivDescDropTbl = 'يسمح بحذف الجداول.';
$strPrivDescExecute = 'يسمح بتشغيل الإجراءات المخزّنة )stored procedures(، ليس له أي تأثير في هذه النسخة من خادم MySQL.';
$strPrivDescFile = 'يسمح باستيراد وتصدير البيانات من وإلى الملفّات.';
$strPrivDescGrant = 'يسمح بإضافة المستخدمين والصلاحيات دون إعادة قراءة جداول الصلاحيات.';
$strPrivDescIndex = 'يسمح بإنشاء وحذف الفهارس.';
$strPrivDescInsert = 'يسمح بإضافة واستبدال البيانات.';
$strPrivDescLockTables = 'يسمح بقفل الجداول للعمليّة الحاليّة.';
$strPrivDescMaxConnections = 'يحدّ من عدد الاتصالات الجديدة التي يمكن للمستخدم فتحها بكل ساعة.';
$strPrivDescMaxQuestions = 'يحدّ عدد الاستعلامات التي يستطيع المستخدم إرسالها إلى الخادم بكل ساعة.';
$strPrivDescMaxUpdates = 'يحدّ عدد الأوامر التي ينفذها المستخدم بكل ساعة، والتي تغير أي جدول أو قاعدة بيانات.';
$strPrivDescProcess3 = 'يسمح بإيقاف عمليّات المستخدمين الأخرين.';
$strPrivDescProcess4 = 'يسمح بعرض الاستعلام بالكامل في سرد العمليات.';
$strPrivDescReferences = 'ليس له أي تأثير في نسخة MySQL الحاليّة.';
$strPrivDescReload = 'يسمح بإعادة تحميل إعدادات الخادم وتفريغ كاش الخادم.';
$strPrivDescReplClient = 'يعطي الحق للمستخدم بالسؤال عن مكان وجود slaves/masters.';
$strPrivDescReplSlave = 'مطلوب لتوابع لاستنساخ.';
$strPrivDescSelect = 'يسمح بقراءة البيانات.';
$strPrivDescShowDb = 'يسمح بالوصول لقائمة أسماء جميع قواعد البيانات.';
$strPrivDescShutdown = 'يسمح بإيقاف عمل الخادم.';
$strPrivDescSuper = 'يسمح بالاتصال، حتى لو وصل حدّ عدد الاتصالات للأقصى.، مطلوب للمهام الإدارية كضبط الإعدادات العامّة other users.';
$strPrivDescUpdate = 'يسمح بتعديل البيانات.';
$strPrivDescUsage = 'لا صلاحيات.';
$strPrivileges = 'الإمتيازات';
$strPrivilegesReloaded = 'تم إعادة قراءة الصلاحيات بنجاح.';
$strProcesslist = 'سرد العمليّات';
$strPutColNames = 'ضع أسماء الحقول في السطر الأول';
 
$strQBE = 'إستعلام بواسطة مثال';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'نافذة الاستعلام';
$strQueryOnDb = 'في قاعدة البيانات SQL-إستعلام <b>%s</b>:';
$strQuerySQLHistory = 'نصوص SQL سابقة';
$strQueryStatistics = '<b>إحصائيات الاستعلام</b>: %s استعلام أرسل إلى الخادم منذ تشغيله.';
$strQueryTime = 'استغرف الاستعلام %01.4f ثانية';
$strQueryType = 'نوع الاستعلام';
$strQueryWindowLock = 'لا تخزن على هذا الاستعلام من خارج النافذة';
 
$strReType = 'أعد كتابه';
$strReceived = 'استُلِم';
$strRecords = 'التسجيلات';
$strReferentialIntegrity = 'تحديد التكامل المرجعي:';
$strRelationNotWorking = 'تمّ تعطيل المزايا الإضافية للعمل بالجداول المترابطة. لمعرفة السبب إضغط %sهنا%s.';
$strRelationView = 'عرض الروابط';
$strRelationalSchema = 'بناء الإرتباطات';
$strRelations = 'الروابط';
$strReloadMySQL = 'إعادة تحميل MySQL';
$strReloadingThePrivileges = 'قيد إعادة قراءة الصلاحيات.';
$strRemoveSelectedUsers = 'إحذف المستخدمين المحددين';
$strRenameTable = 'تغيير إسم جدول إلى';
$strRenameTableOK = 'تم تغيير إسمهم إلى %s جدول%s';
$strRepairTable = 'إصلاح الجدول';
$strReplaceNULLBy = 'استبدل NULL بـ';
$strReplaceTable = 'إستبدال بيانات الجدول بالملف';
$strReset = 'إلغاء';
$strResourceLimits = 'حدود المصادر';
$strRevoke = 'إبطال';
$strRevokeAndDelete = 'استرجع كل الصلاحيات الفعالة من المستخدمين ثم احذفهم بعد ذلك.';
$strRevokeAndDeleteDescr = 'سوف تبقى الصلاحية USAGE لدى المستخدمين حتى يتم إعادة قراءة الصلاحيات.';
$strRevokeMessage = 'لقد أبطلت الأمتيازات لـ %s';
$strRowLength = 'طول الصف';
$strRowSize = ' مقاس الصف ';
$strRows = 'صفوف';
$strRowsFrom = 'صفوف تبدأ من';
$strRowsModeFlippedHorizontal = ')عناوين ملتفّة( أفقياً';
$strRowsModeHorizontal = 'أفقي';
$strRowsModeOptions = ' %s و إعادة الرؤوس بعد %s حقل';
$strRowsModeVertical = 'عمودي';
$strRowsStatistic = 'إحصائيات';
$strRunQuery = 'إرسال الإستعلام';
$strRunSQLQuery = 'تنفيذ إستعلام/إستعلامات SQL على قاعدة بيانات %s';
$strRunning = ' على المزود %s';
$strRussian = 'الروسية';
 
$strSQL = 'SQL';
$strSQLExportType = 'نوع التصدير';
$strSQLOptions = 'خيارات SQL';
$strSQLParserBugMessage = 'هناك احتمال أنك عثرت على خلل في مدققّ SQL. رجاءً اختبر استعلامك بدقّة، وتأكّد من أن علامات التنصيص صحيحة ومتطابقة. بعض أسباب الإخفاق الأخرى قد تكون أنك تحاول تحميل ملف يحتوي على بيانات غير نصّية خارج منطقة التنصيص. يمكنك أيضاً تجربة استعلامك بواسطة سطر أوامر MySQL. قد تساعدك رسالة خطأ خادم MySQL أدناه، إن كانت هناك واحدة، على تشخيص المشكلة. إن بقي هناك مشاكل أو إن أخفق المدقّق في حين نجح استخدام سطر الأوامر، رجاءً قلّص حجم استعلامك لاستعلام واحد يسبب المشكلة، وقم بإرسال تقرير خلل مع جزء البيانات في منطقة القصّ أدناه:';
$strSQLParserUserError = 'يبدو أن هناك خطأ في استعلام SQL. سوف تساعدك رسالة الخطأ من خادم MySQL أدناه في تشخيص المشكلة، إن كان هناك واحدة،.';
$strSQLQuery = 'إستعلام-SQL';
$strSQLResult = 'ناتج استعلام SQL';
$strSQPBugInvalidIdentifer = 'معرّف غير صالح';
$strSQPBugUnclosedQuote = 'علامة تنصيص غير مغلقة';
$strSQPBugUnknownPunctuation = 'نص تنقيط غير معروف';
$strSave = 'حفــظ';
$strSaveOnServer = 'إحفظ على الخادم في الدليل %s';
$strScaleFactorSmall = 'نسبة الحجم المحددة صغيرة جدا لملائمة المخطط في صفحة واحدة.';
$strSearch = 'إبحث';
$strSearchFormTitle = 'إبحث في قاعدة البيانات';
$strSearchInTables = 'داخل الجدول)الجداول(:';
$strSearchNeedle = 'الكلمات أو القيم المطلوب البحث عنها (wildcard: "%"):';
$strSearchOption1 = 'على الأقل أحد الكلمات';
$strSearchOption2 = 'كل الكلمات';
$strSearchOption3 = 'الجملة بالضبط';
$strSearchOption4 = 'كصيغة مطابقة';
$strSearchResultsFor = 'إبحث في النتائج عن "<i>%s</i>" %s:';
$strSearchType = 'إبحث:';
$strSecretRequired = 'يحتاج ملف الإعداد الآن إلى كلمة المرور السريّة.';
$strSelectADb = 'إختر قاعدة بيانات من القائمة';
$strSelectAll = 'تحديد الكل';
$strSelectFields = 'إختيار حقول (على الأقل واحد):';
$strSelectNumRows = 'في الإستعلام';
$strSelectTables = 'إختر الجداول';
$strSend = 'حفظ كملف';
$strSent = 'أُرسِل';
$strServer = 'خادم';
$strServerChoice = 'إختيار الخادم';
$strServerStatus = 'بيانات التشغيل';
$strServerStatusUptime = 'مضى على عمل خادم MySQL مدة %s. بدأ العمل في %s.';
$strServerTabProcesslist = 'معالَجات';
$strServerTabVariables = 'متغيّرات';
$strServerTrafficNotes = '<b>سيْر الخادم</b>: تظهر هذه الجداول إحصائيات سيْر بيانات الشبكة لهذا الخادم منذ تشغيله.';
$strServerVars = 'متغيّرات وأعدادات الخادم';
$strServerVersion = 'إصدارة المزود';
$strSessionValue = 'قيمة الجلسة';
$strSetEnumVal = 'إذا كان نوع الحقل هو "enum" أو "set", الرجاء إدخال القيم بإستخدام هذا التنسيق: \'a\',\'b\',\'c\'...<br />إذا كنت تحتاج بأن تضع علامة الشرطه المائله لليسار ("\") أو علامة الإقتباس الفرديه ("\'") فيما بين تلك القيم, إجعلها كشرطه مائله لليسار (مثلاً \'\\\\xyz\' أو \'a\\\'b\').';
$strShow = 'عرض';
$strShowAll = 'شاهد الكل';
$strShowColor = 'أظهر اللون';
$strShowDatadictAs = 'تنسيق قامون البيانات';
$strShowFullQueries = 'إعرض الاستعلامات كاملة';
$strShowGrid = 'أظهر تخطيط الجدول';
$strShowPHPInfo = 'عرض المعلومات المتعلقة ب PHP';
$strShowTableDimension = 'إظهار أبعاد الجداول';
$strShowTables = 'شاهد الجدول';
$strShowThisQuery = ' عرض هذا الإستعلام هنا مرة أخرى ';
$strShowingRecords = 'مشاهدة السجلات ';
$strSimplifiedChinese = 'الصينية المبسطة';
$strSingly = '(فردي)';
$strSize = 'الحجم';
$strSort = 'تصنيف';
$strSortByKey = 'رتّب حسب المفتاح';
$strSpaceUsage = 'المساحة المستغلة';
$strSplitWordsWithSpace = 'الكلمات مفصولة بحرف مسافة (" ").';
$strStatCheckTime = 'التحقق الأخير';
$strStatCreateTime = 'الإنشاء';
$strStatUpdateTime = 'التحديث الأخير';
$strStatement = 'أوامر';
$strStatus = 'وضْع';
$strStrucCSV = 'بيانات CSV';
$strStrucData = 'البنية والبيانات';
$strStrucDrop = ' إضافة \'حذف جدول إذا كان موجودا\' في البداية';
$strStrucExcelCSV = 'بيانات CSV لبرنامج ميكروسوفت إكسل';
$strStrucOnly = 'البنية فقط';
$strStructPropose = 'اقترح بناء الجدول';
$strStructure = 'بناء';
$strSubmit = 'إرسال';
$strSuccess = 'الخاص بك تم تنفيذه بنجاح SQL-إستعلام';
$strSum = 'المجموع';
$strSwedish = 'السويدية';
$strSwitchToTable = 'بدّل إلى الجدول المنسوخ';
 
$strTable = 'الجدول ';
$strTableComments = 'تعليقات على الجدول';
$strTableEmpty = 'إسم الجدول فارغ!';
$strTableHasBeenDropped = 'جدول %s حُذفت';
$strTableHasBeenEmptied = 'جدول %s أُفرغت محتوياتها';
$strTableHasBeenFlushed = 'لقد تم إعادة تحميل الجدول %s بنجاح';
$strTableMaintenance = 'صيانة الجدول';
$strTableOfContents = 'جدول المحتويات';
$strTableOptions = 'خيارات الجدول';
$strTableStructure = 'بنية الجدول';
$strTableType = 'نوع الجدول';
$strTables = '%s جدول (جداول)';
$strTblPrivileges = 'صلاحيات خاصة بالجدول';
$strTextAreaLength = ' بسبب طوله,<br /> فمن المحتمل أن هذا الحقل غير قابل للتحرير ';
$strThai = 'التايلندية';
$strThisHost = 'هذا المضيف';
$strThisNotDirectory = 'لم يكن هذا دليلاً';
$strThreadSuccessfullyKilled = 'تم إيقاف العمليّة %s بنجاح.';
$strTime = 'وقت';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'المجموع';
$strTotalUC = 'مجموع كلّي';
$strTraditionalChinese = 'الصينية التقليدية';
$strTraffic = 'بيانات سير';
$strTransformation_image_jpeg__inline = 'يظهر صورة مصغرة للضغط عليها، الخيارات: العرض، الارتفاع بالبكسل )ويبقي التناسب الأصلي للحجم(.';
$strTransformation_image_jpeg__link = 'يظهر رابطاً لهذه الصورة (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'إعرض صور/jpeg: بنفس السطر';
$strTransformation_text_plain__dateformat = 'يتطلّب TIME, TIMESTAMP أو DATETIME والتنسيق باستخدام تنسيق التاريخ المحلي الخاص بك. الخيار الأول هو التعديل )بالساعات) والذي سوف يضاف إلى timestamp )صفر بشكل افتراضي(. الخيار الثاني هو تنسيق تاريخ مختلف بناءً على المتغيرات المتوفرة لـPHP strftime().';
$strTransformation_text_plain__external = 'لينكس فقط: يشغّل تطبيقاً خارجياً و يقوم بتغذية بيانات الحقل عبر المدخل الافتراضي. يسترجع مخرجات التطبيق الافتراضية. القيمة الافتراضية هي Tidy، كي تطبع شيفرة نص HTML بشكل جميل. لأسباب أمنية، عليك أن تقوم بتعديل الملف libraries/transformations/text_plain__external.inc.php وإضافة الأدوات التي تريد أن تسمح لها بالعمل. الخيار الأول عند ذلك هو رقم البرنامج الذي تريد أن تستخدمه والخيار الثاني هو المتغيرات للبرنامج. سوف يقوم الخيار الثالث، إن حدد بقيمة 1، بتحويل المخرجات باستخدام htmlspecialchars() )القيمة الافتراضية 1(. متغير رابع، إن حدد بقيمة 1 سوف يضيف الصفة NOWRAP إلى الخلية الحاوية حتى يصبح المخرج بأكمله بدن إعادة تنسيق )القيمة الافتراضية 1(.';
$strTransformation_text_plain__formatted = 'يُبقي التنسيق الأصلي للحقل. لا يتم عمل أي Escaping.';
$strTransformation_text_plain__imagelink = 'تظهر صورة ورابط، يتحوي الحقل على إسم الملف، الخيار الأول هو سابقة مثل "http://domain.com/"، والخيار الثاني هو العرض بالبكسل، والثالث هو الارتفاع.';
$strTransformation_text_plain__link = 'تظهر رابطاً، الحقل يحتوي إسم الملف، والخيار الأول هو سابقة مثل "http://domain.com/"، والخيار الثاني هو العنوان للرابط.';
$strTransformation_text_plain__substr = 'يظهر فقط جزءً من النص. الخيار الأول يحدد مكان بدء ظهور النص )صفر بشكل افتراضي(. الخيار الثاني هو تعديل كمّ النص المسترجع. إن كان فارغاً، يسترجع كل النص الباقي. الخيار الثالث يعرف أي من الأحرف سوف تضاف إلى المخرجات عند استرجاع جزء من النص )... بشكل افتراضي(.';
$strTruncateQueries = 'إحذف الاستعلامات المعروضة';
$strTurkish = 'التركية';
$strType = 'النوع';
 
$strUkrainian = 'الأكرانية';
$strUncheckAll = 'إلغاء تحديد الكل';
$strUnicode = 'يونيكود';
$strUnique = 'مميز';
$strUnknown = 'غير معروفة';
$strUnselectAll = 'إلغاء تحديد الكل';
$strUpdComTab = 'رجاء راجع التوثيق لكيفية تحديث جدول Column_comments.';
$strUpdatePrivMessage = 'لقد جددت وحدثت الإمتيازات لـ %s.';
$strUpdateProfileMessage = 'لقد تم تجديد العرض الجانبي.';
$strUpdateQuery = 'تجديد إستعلام';
$strUpgrade = 'عليك التحديث إلى %s %s أو لاحقا.';
$strUsage = 'المساحة';
$strUseBackquotes = 'حماية أسماء الجداول و الحقول ب "`" ';
$strUseHostTable = 'استخدم الجدول المضيف';
$strUseTables = 'إستخدم الجدول';
$strUseTextField = 'استخدم حقل نصّ';
$strUseThisValue = 'استخدم هذه القيمة';
$strUser = 'المستخدم';
$strUserAlreadyExists = 'إسم المستخدم %s موجود مسبقاً!';
$strUserEmpty = 'إسم المستخدم فارغ!';
$strUserName = 'إسم المستخدم';
$strUserNotFound = 'المستخدم المحدد غير موجود في جدول الصلاحيات.';
$strUserOverview = 'معلومات المستخدم';
$strUsersDeleted = 'تم حذف المستخدمين المحددين بنجاح.';
$strUsersHavingAccessToDb = 'المستخدمين ذوي صلاحية الوصول إلى &quot;%s&quot;';
 
$strValidateSQL = 'التحقق من استعلام SQL';
$strValidatorError = 'لم يمكن تشغيل محقق SQL. الرجاء التأكد مما إذا كنت ثبّتْت إضافات PHP كما هو مشروح في %sالتوثيق%s.';
$strValue = 'القيمه';
$strVar = 'متغيّر';
$strViewDump = 'عرض بنية الجدول ';
$strViewDumpDB = 'عرض بنية قاعدة البيانات';
$strViewDumpDatabases = 'إعرض أو إحفظ بناء قواعد البيانات.';
 
$strWebServerUploadDirectory = 'دليل تحميل الملفات على خادم الشبكة';
$strWebServerUploadDirectoryError = 'الدليل الذي حددته لتحميل عملك لا يمكن الوصول إليه.';
$strWelcome = 'أهلاً بك في %s';
$strWestEuropean = 'أوروبا الغربية';
$strWildcard = 'حرف شامل';
$strWindowNotFound = 'لم يمكن تحديث نافذة المتصفح المستهدفة. يبدو أنك أغلقت الرئيسية أو أن مستعرضك يمنع التحديث عبر النوافذ بسبب إعدادات الأمان.';
$strWithChecked = ': على المحدد';
$strWritingCommentNotPossible = 'كتابة التعليق غير ممكن';
$strWritingRelationNotPossible = 'كتابة العلاقة غير ممكنة';
$strWrongUser = 'خطأ إسم المستخدم/كلمة السر. الدخول ممنوع.';
 
$strXML = 'XML';
 
$strYes = 'نعم';
 
$strZeroRemovesTheLimit = 'ملاحظة: تغيير هذه الخيارات للرقم 0 )صفر( يلغي الحدّ.';
$strZip = '"zipped" "مضغوط"';
 
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/arabic-windows-1256.inc.php
0,0 → 1,984
<?php
/* $Id: arabic-windows-1256.inc.php,v 2.117.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
/**
* Original translation to Arabic by Fisal <fisal77 at hotmail.com>
* Update by Tarik kallida <kallida at caramail.com>
* Final Update on November 25, 2003 by Ossama Khayat <okhayat at yahoo.com>
*/
 
$charset = 'windows-1256';
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('ÈÇíÊ', 'ßíáæÈÇíÊ', 'ãíÌÇÈÇíÊ', 'ÛíÛÇÈÇíÊ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('ÇáÃÍÏ', 'ÇáÅËäíä', 'ÇáËáÇËÇÁ', 'ÇáÃÑÈÚÇÁ', 'ÇáÎãíÓ', 'ÇáÌãÚÉ', 'ÇáÓÈÊ');
$month = array('íäÇíÑ', 'ÝÈÑÇíÑ', 'ãÇÑÓ', 'ÃÈÑíá', 'ãÇíæ', 'íæäíæ', 'íæáíæ', 'ÃÛÓØÓ', 'ÓÈÊãÈÑ', 'ÃßÊæÈÑ', 'äæÝãÈÑ', 'ÏíÓãÈÑ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ÇáÓÇÚÉ %H:%M';
 
$timespanfmt = '%s íæã¡ %s ÓÇÚÉ¡ %s ÏÞíÞÉ æ%s ËÇäíÉ';
 
$strAPrimaryKey = 'áÞÏ ÃõÖíÝ ÇáãÝÊÇÍ ÇáÃÓÇÓí Ýí %s';
$strAbortedClients = 'ÃáÛí';
$strAbsolutePathToDocSqlDir = 'ÇáÑÌÇÁ ßÊÇÈÉ ÇáãÓÇÑ ÇáãØáÞ Úáì ÎÇÏã ÇáÔÈßÉ Åáì Ïáíá docSQL';
$strAccessDenied = 'ÛíÑ ãÓãæÍ';
$strAccessDeniedExplanation = 'ÍÇæá phpMyAdmin ÇáÇÊÕÇá ÈÎÇÏã MySQL¡ æÑÝÖ ÇáÎÇÏã ÇáÇÊÕÇá. Úáíß Ãä ÊÊÍÞÞ ãä ÇáãÓÊÖíÝ¡ Ãæ ÇÓã ÇáãÓÊÎÏã æßáãÉ ÇáãÑæÑ Ýí ãáÝ ÇáÅÚÏÇÏ config.inc.php æÊÊÃßÏ ÃäåÇ ãØÇÈÞÉ ááãÚáæãÇÊ ÇáãÚØÇÉ Åáíß ãä ÞÈá ÇáãÓÄæá Úä ÎÇÏã MySQL.';
$strAction = 'ÇáÚãáíÉ';
$strAddAutoIncrement = 'ÃÖÝ ÞíãÉ AUTO_INCREMENT';
$strAddConstraints = 'ÃÖÝ ÞíæÏÇð';
$strAddDeleteColumn = 'ÅÖÇÝå/ÍÐÝ ÚãæÏ ÍÞá';
$strAddDeleteRow = 'ÅÖÇÝå/ÍÐÝ ÕÝ ÓÌá';
$strAddDropDatabase = 'ÃÖÝ Ãæ ÇÍÐÝ ÞÇÚÏÉ ÈíÇäÇÊ';
$strAddIntoComments = 'ÃÖÝ Åáì ÇáãáÇÍÙÇÊ';
$strAddNewField = 'ÅÖÇÝÉ ÍÞá ÌÏíÏ';
$strAddPrivilegesOnDb = 'ÅÖÇÝÉ ÇáÕáÇÍíÇÊ Úáì ÞÇÚÏÉ ÇáÈíÇäÇÊ ÇáÊÇáíÉ';
$strAddPrivilegesOnTbl = 'ÅÖÇÝÉ ÇáÕáÇÍíÇÊ Úáì ÇáÌÏæá ÇáÊÇáí';
$strAddSearchConditions = 'ÃÖÝ ÔÑæØ ÇáÈÍË (ÌÓã ãä ÇáÝÞÑå "where" clause):';
$strAddToIndex = 'ÅÖÇÝå ßÝåÑÓ &nbsp;%s&nbsp;ÕÝ(ÜæÝ)';
$strAddUser = 'ÃÖÝ ãÓÊÎÏã ÌÏíÏ';
$strAddUserMessage = 'áÞÏ ÃÖÝÊ ãÓÊÎÏã ÌÏíÏ.';
$strAddedColumnComment = 'Êã ÅÖÇÝÉ ÇáÊÚáíÞ ááÚãæÏ';
$strAddedColumnRelation = 'Êã ÅÖÇÝÉ ÇáÚáÇÞÉ ááÚãæÏ';
$strAdministration = 'ÅÏÇÑÉ';
$strAffectedRows = 'ÕÝæÝ ãÄËÑå:';
$strAfter = 'ÈÚÏ %s';
$strAfterInsertBack = 'ÇáÑÌæÚ Åáì ÇáÕÝÍÉ ÇáÓÇÈÞÉ';
$strAfterInsertNewInsert = 'ÅÏÎÇá ÊÓÌíá ÌÏíÏ';
$strAll = 'Çáßá';
$strAllTableSameWidth = 'ÃÙåÑ ßá ÇáÌÏæÇá ÈäÝÓ ÇáÚÑÖ¿';
$strAlterOrderBy = 'ÊÚÏíá ÊÑÊíÈ ÇáÌÏæá ÈÜ';
$strAnIndex = 'áÞÏ ÃõÖíÝ ÇáÝåÑÓ Ýí %s';
$strAnalyzeTable = 'ÊÍáíá ÇáÌÏæá';
$strAnd = 'æ';
$strAny = 'Ãí';
$strAnyHost = 'Ãí ãÒæÏ';
$strAnyUser = 'Ãí ãÓÊÎÏã';
$strArabic = 'ÇáÚÑÈíÉ';
$strArmenian = 'ÇáÃÑãäíÉ';
$strAscending = 'ÊÕÇÚÏíÇð';
$strAtBeginningOfTable = 'Ýí ÈÏÇíÉ ÇáÌÏæá';
$strAtEndOfTable = 'Ýí äåÇíÉ ÇáÌÏæá';
$strAttr = 'ÇáÎæÇÕ';
$strAutodetect = 'ÇáÊÝÍÕ ÇáÊáÞÇÆí';
$strAutomaticLayout = 'ãÙåÑ ÊáÞÇÆí';
 
$strBack = 'ÑÌæÚ';
$strBaltic = 'ÇáÈáØíÞ';
$strBeginCut = 'ÈÏÁ ÇáÞÕø';
$strBeginRaw = 'ÈÏÁ ÈíÇäÇÊ ÃÕáíøÉ';
$strBinary = 'ËäÇÆí';
$strBinaryDoNotEdit = 'ËäÇÆí - áÇÊÍÑÑå';
$strBookmarkAllUsers = 'ÇÓãÍ áßá ÇáãÓÊÎÏãíä ÇáæÕæá Åáì åÐå ÇáÚáÇãÉ ÇáãÑÌÚíÉ';
$strBookmarkDeleted = 'áÞÏ ÍõÐÝÊ ÇáÚáÇãå ÇáãÑÌÚíå.';
$strBookmarkLabel = 'ÚáÇãå';
$strBookmarkQuery = 'ÚáÇãå ãÑÌÚíå SQL-ÅÓÊÚáÇã';
$strBookmarkThis = 'ÅÌÚá ÚáÇãå ãÑÌÚíå SQL-ÅÓÊÚáÇã';
$strBookmarkView = 'ÚÑÖ ÝÞØ';
$strBrowse = 'ÅÓÊÚÑÇÖ';
$strBrowseForeignValues = 'ÇÓÊÚÑÖ ÇáÞíã ÇáÛÑíÈÉ';
$strBulgarian = 'ÇáÈáÛÇÑíÉ';
$strBzError = 'áã íÓÊØÚ phpMyAdmin ÖÛØ ßãø ÇáÈíÇäÇÊ ÈÓÈÈ ÚØá Ýí ÇãÊÏÇÏ Bz2 Ýí ÅÕÏÇÑ PHP. íõÝÖøá Ãä ÊÛíøÑ ÞíãÉ ÊæÌíå <code>$cfg[\'BZipDump\']</code> Ýí ãáÝ ÅÚÏÇÏÇÊ phpMyAdmin Åáì <code>FALSE</code>. Åä ßäÊ ÊÑíÏ ÇÓÊÎÏÇã ãÒÇíÇ ÖÛØ Bz2¡ Úáíß ÈÇáÊÍÏíË Åáì ÅÕÏÇÑ ÌÏíÏ ãä PHP. áãÒíÏ ãä ÇáÊÝÇÕíá¡ ÃäÙÑ Ýí ÊÞÑíÑ Îáá PHP %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'ÎíÇÑÇÊ ÇáÞíã ÇáãÝÕæáÉ ÈÝæÇÕá )CSV(';
$strCannotLogin = 'áÇ íãßä ÇáÏÎæá Åáì ÎÇÏã MySQL';
$strCantLoad = 'áÇ íãßä ÞÑÇÁÉ ÇáÇãÊÏÇÏ %s¡<br />ÑÌÇÁ ÊÃßÏ ãä ÅÚÏÇÏÇÊ PHP.';
$strCantLoadRecodeIconv = 'áã íãßä ÊÍãíá iconv Ãæ ÅÚÇÏÉ ÊÔÝíÑ ÇáÅãÊÏÇÏ ÇáãØáæÈ áÊÍæíá ÔíÝÑÉ ÇáÃÍÑÝ¡ ÇáÑÌÇÁ ÅÚÏÇÏ PHP áíÓãÍ ÈÇÓÊÎÏÇã åÐå ÇáÅãÊÏÇÏÇÊ Ãæ ÚØá Úãá ÇáÊÍæíá Ýí phpMyAdmin.';
$strCantRenameIdxToPrimary = 'áÇíãßä ÊÛííÑ ÅÓã ÇáÝåÑÓ Åáì ÇáÃÓÇÓí!';
$strCantUseRecodeIconv = 'áÇ íãßä ÇÓÊÎÏÇã iconv æáÇ libiconv æáÇ ÚãáíÉ recode_string Ýí Ííä íÍÏÏ ÇáÇãÊÏÇÏ Ãäå ãÍãøá. ÊÃßøÏ ãä ÅÚÏÇÏÇÊ PHP.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'ÛíÑ ÍÓÇÓ áÍÇáÉ ÇáÃÍÑÝ';
$strCaseSensitive = 'ÍÓÇÓ áÍÇáÉ ÇáÃÍÑÝ';
$strCentralEuropean = 'ÃæÑæÈÇ ÇáæÓØì';
$strChange = 'ÊÛííÑ';
$strChangeCopyMode = 'ÃÖÝ ÇÓã ãÓÊÎÏã ÌÏíÏ ÈäÝÓ ÇáÕáÇÍíÇÊ æ...';
$strChangeCopyModeCopy = ' ... ÃÈÞ ÇáÞÏíã.';
$strChangeCopyModeDeleteAndReload = ' ... ÅÍÐÝ ÇáÞÏíãíä ãä ÌÏÇæá ÇáãÓÊÎÏãíä æÃÚÏ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÈÚÏ Ðáß.';
$strChangeCopyModeJustDelete = ' ... ÅÍÐÝ ÇáÞÏíã ãä ÌÏÇæá ÇáãÓÊÎÏãíä.';
$strChangeCopyModeRevoke = ' ... ÇÓÊÚÏ ßá ÇáÕáÇÍíÇÊ ÇáÝÚÇáÉ ãä ÇáÞÏíãíä æÇÍÐåã ÈÚÏ Ðáß.';
$strChangeCopyUser = 'ÛíøÑ ãÚáæãÇÊ ÇáÏÎæá / ÅäÓÎ ÇÓã ãÓÊÎÏã';
$strChangeDisplay = 'ÇÎÊÑ ÇáÍÞá áÅÙåÇÑå';
$strChangePassword = 'ÊÛííÑ ßáãÉ ÇáÓÑ';
$strCharset = 'ãÌãæÚÉ ÇáãÍÇÑÝ';
$strCharsetOfFile = 'ÔíÝÑÉ ÃÍÑÝ ÇáãáÝ:';
$strCharsets = 'ãÌãæÚÇÊ ÇáãÍÇÑÝ';
$strCharsetsAndCollations = 'ãÌãæÚÇÊ ÇáãÍÇÑÝ æCollations';
$strCheckAll = 'ÅÎÊÑ Çáßá';
$strCheckOverhead = 'ÊÍÞÞ ãä overhead';
$strCheckPrivs = 'ÊÍÞÞ ãä ÇáÕáÇÍíÇÊ';
$strCheckPrivsLong = 'ÊÍÞÞ ãä ÇáÕáÇÍíÇÊ áÞÇÚÏÉ ÈíÇäÇÊ &quot;%s&quot;.';
$strCheckTable = 'ÇáÊÍÞÞ ãä ÇáÌÏæá';
$strChoosePage = 'ÑÌÇÁð ÇÎÊÑ ÕÝÍÉ áÊÚÏíáåÇ';
$strColComFeat = 'ÅÙåÇÑ ÊÚáíÞÇÊ ÇáÚãæÏ';
$strCollation = 'Collation';
$strColumnNames = 'ÅÓã ÇáÚãæÏ';
$strColumnPrivileges = 'ÕáÇÍíÇÊ ÎÇÕÉ ÈÇáÍÞá';
$strCommand = 'ÃãúÑ';
$strComments = 'ÊÚáíÞÇÊ';
$strCompleteInserts = 'ÇáÅÏÎÇá áÞÏ ÅßÊãá';
$strCompression = 'ÇáÖÛØ';
$strConfigFileError = 'áã íÓÊØÚ phpMyAdmin Ãä íÞÑà ãáÝ ÅÚÏÇÏÇÊß!<br />ÞÏ íßæä åÐÇ ÈÓÈÈ Ãä PHP æÌÏ ÎØà Ýí ÇáÅÚÑÇÈ Ýíå Ãæ Ãäå áÇ íÓÊØíÚ Ãä íÌÏ ÇáãáÝ.<br />ÑÌÇÁð ÇÞÑà ÇáãáÝ ÈÔßá ãÈÇÔÑ ÈÇÓÊÎÏÇã ÇáæÕáÉ ÃÏäÇå æÇÞÑà ÑÓÇáÉ ÇáÎØà ÇáäÇÊÌÉ. Ýí ãÚÙã ÇáÍÇáÇÊ ÞÏ Êßæä ÚáÇãÉ ÇáÊäÕíÕ Ãæ ÚáÇãÉ ÇáÝÇÕáÉ ÇáãäÞæØÉ äÇÞÕÉ Ýí ãßÇä ãÇ.<br />Åä ÍÕáÊ Úáì ÕÝÍÉ ÝÇÑÛÉ¡ Ýßáø ÔíÁ Úáì ãÇ íÑÇã.';
$strConfigureTableCoord = 'ÑÌÇÁ ÅÚÏÇÏ ÇáãæÞÚ ááÌÏæá %s';
$strConnections = 'ÇÊÕÇáÇÊ';
$strConstraintsForDumped = 'ÞíæÏ ÇáÌÏÇæá ÇáãÍÝæÙÉ';
$strConstraintsForTable = 'ÇáÞíæÏ ááÌÏæá';
$strCookiesRequired = 'íÌÈ ÊÝÚíá ÏÚã ÇáßæßíÒ Ýí åÐå ÇáãÑÍáÉ.';
$strCopyTable = 'äÓÎ ÇáÌÏæá Åáì';
$strCopyTableOK = 'ÇáÌÏæá %s áÞÏ Êã äÓÎå Åáì %s.';
$strCopyTableSameNames = 'áÇ íãßä äÓÎ ÇáÌÏæá Åáì äÝÓå!';
$strCouldNotKill = 'áã íÓÊØÚ phpMyAdmin ÅíÞÇÝ ÇáÚãáíøÉ %s. íÈÏæ ÃäåÇ ÃæÞÝÊ ãÓÈÞÇð.';
$strCreate = 'Êßæíä';
$strCreateIndex = 'ÊÕãíã ÝåÑÓå Úáì&nbsp;%s&nbsp;ÚãæÏ';
$strCreateIndexTopic = 'ÊÕãíã ÝåÑÓå ÌÏíÏå';
$strCreateNewDatabase = 'Êßæíä ÞÇÚÏÉ ÈíÇäÇÊ ÌÏíÏÉ';
$strCreateNewTable = 'Êßæíä ÌÏæá ÌÏíÏ Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ %s';
$strCreatePage = 'ÃäÔÆ ÕÝÍÉ ÌÏíÏÉ';
$strCreatePdfFeat = 'ÅäÔÇÁ ãáÝÇÊ PDF';
$strCreationDates = 'ÊæÇÑíÎ ÇáÅäÔÇÁ/ÇáÊÍÏíË/ÇáÊÍÞøÞ';
$strCriteria = 'ÇáãÚÇííÑ';
$strCroatian = 'ÇáßÑæÇÊíÉ';
$strCyrillic = 'ÇáÓíÑíáíÉ';
$strCzech = 'ÇáÊÔíßíÉ';
 
$strDBComment = 'ãáÇÍÙÉ ÞÇÚÏÉ ÇáÈíÇäÇÊ: ';
$strDBGContext = 'ÇáÓíÇÞ';
$strDBGContextID = 'ÑÞã ÇáÓíÇÞ';
$strDBGHits = 'ÇÓÊÎÏÇãÇÊ';
$strDBGLine = 'ÓØÑ';
$strDBGMaxTimeMs = 'ÃÞÕì æÞÊ¡ ãË';
$strDBGMinTimeMs = 'ÃÞá æÞÊ¡ ãË';
$strDBGModule = 'æöÍúÏÉ';
$strDBGTimePerHitMs = 'æÞÊ/ÇÓÊÎÏÇã¡ ãË';
$strDBGTotalTimeMs = 'ÇáæÞÊ Çáßáí¡ ãË';
$strDanish = 'ÇáÏäãÑßíÉ';
$strData = 'ÈíÇäÇÊ';
$strDataDict = 'ÞÇãæÓ ÇáÈíÇäÇÊ';
$strDataOnly = 'ÈíÇäÇÊ ÝÞØ';
$strDatabase = 'ÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strDatabaseExportOptions = 'ÎíÇÑÇÊ ÊÕÏíÑ ÞÇÚÏÉ ÈíÇäÇÊ';
$strDatabaseHasBeenDropped = 'ÞÇÚÏÉ ÈíÇäÇÊ %s ãÍÐæÝå.';
$strDatabaseNoTable = 'áÇ ÊÍÊæí ÞÇÚÏÉ ÇáÈíÇäÇÊ åÐå Úáì ÌÏÇæá!';
$strDatabases = 'ÞÇÚÏÉ ÈíÇäÇÊ';
$strDatabasesDropped = 'Êã ÍÐÝ ÞæÇÚÏ ÇáÈíÇäÇÊ %s ÈäÌÇÍ.';
$strDatabasesStats = 'ÅÍÕÇÆíÇÊ ÞæÇÚÏ ÇáÈíÇäÇÊ';
$strDatabasesStatsDisable = 'ÃæÞÝ ÇáÅÍÕÇÆíÇÊ';
$strDatabasesStatsEnable = 'ãßøä ÇáÅÍÕÇÆíÇÊ';
$strDatabasesStatsHeavyTraffic = 'ãáÇÍÙÉ: Êãßíä ÅÍÕÇÆíÇÊ ÞæÇÚÏ ÇáÈíÇäÇÊ åäÇ ÞÏ íÓÈÈ ÊÏÝÞ ÈíÇäÇÊ ËÞíá Èíä ÎÇÏã ÇáæÈ æÎÇÏã MySQL.';
$strDbPrivileges = 'ÕáÇÍíÇÊ ÎÇÕÉ ÈÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strDbSpecific = 'ÎÇÕ ÈÞÇÚÏÉ ÈíÇäÇÊ';
$strDefault = 'ÅÝÊÑÇÖí';
$strDefaultValueHelp = 'ááÞíã ÇáÇÝÊÑÇÖíÉ¡ ÇáÑÌÇÁ ÃÏÎá ÞíãÉ ãÝÑÏÉ¡ Ïæä ÚáÇãÇÊ åÑæÈ Ãæ ÊäÕíÕ¡ ÈÇÓÊÎÏÇã ÇáÊäÓíÞ: a';
$strDelOld = 'ÊÍÊæí ÇáÕÝÍÉ ÇáÍÇáíÉ ãÑÇÌÚ áÌÏÇæá áã ÊÚÏ ãæÌæÏÉ. åá ÊæÏ ÍÐÝ åÐå ÇáãÑÇÌÚ¿';
$strDelayedInserts = 'ÇÓÊÎÏã ÇáÅÖÇÝÇÊ ÇáãÊÃÎÑÉ';
$strDelete = 'ÍÐÝ';
$strDeleteAndFlush = 'ÇÍÐÝ ÇáãÓÊÎÏãíä æÞã ÈÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÈÚÏ Ðáß.';
$strDeleteAndFlushDescr = 'åÐå åí ÃäÙÝ ØÑíÞÉ¡ áßä ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÞÏ íÊØáøÈ ÈÚÖ ÇáæÞÊ.';
$strDeleted = 'áÞÏ Êã ÍÐÝ ÇáÕÝ';
$strDeletedRows = 'ÇáÕÝæÝ ÇáãÍÐæÝå:';
$strDeleting = 'ÞíúÏ ÍÐúÝ %s';
$strDescending = 'ÊäÇÒáíÇð';
$strDescription = 'ÇáæÕÝ';
$strDictionary = 'ÞÇãæÓ';
$strDisabled = 'ãÚØøá';
$strDisplayFeat = 'ÅÙåÇÑ ÇáãÒÇíÇ';
$strDisplayOrder = 'ÊÑÊíÈ ÇáÚÑÖ:';
$strDisplayPDF = 'ÅÙåÇÑ ÈäÇÁ ãáÝ PDF';
$strDoAQuery = 'ÊÌÚá "ÅÓÊÚáÇã ÈæÇÓØÉ ÇáãËÇá" (wildcard: "%")';
$strDoYouReally = 'åá ÊÑíÏ ÍÞÇð ÊäÝíÐ';
$strDocu = 'ãÓÊäÏÇÊ æËÇÆÞíå';
$strDrop = 'ÍÐÝ';
$strDropUsersDb = 'ÅÍÐÝ ÞæÇÚÏ ÇáÈíÇäÇÊ ÇáÊí áåÇ äÝÓ ÅÓãÇÁ ÇáãÓÊÎÏãíä.';
$strDumpSaved = 'Êã ÍÝÙ ÇáÜDump Åáì ÇáãáÝ %s.';
$strDumpXRows = 'ÅÍÏÝ %s ÓØÑ ÈÏÁð ãä ÇáÓØÑ %s.';
$strDumpingData = 'ÅÑÌÇÚ Ãæ ÅÓÊíÑÇÏ ÈíÇäÇÊ ÇáÌÏæá';
$strDynamic = 'ÏíäÇãíßí';
 
$strEdit = 'ÊÍÑíÑ';
$strEditPDFPages = 'ÚÏøá ÕÝÍÇÊ PDF';
$strEditPrivileges = 'ÊÍÑíÑ ÇáÅãÊíÇÒÇÊ';
$strEffective = 'ÝÚÇá';
$strEmpty = 'ÅÝÑÇÛ ãÍÊæì';
$strEmptyResultSet = 'MySQL ÞÇã ÈÅÑÌÇÚ äÊíÌÉ ÅÚÏÇÏ ÝÇÑÛå (ãËáÇð. ÕÝ ÕÝÑí).';
$strEnabled = 'ããßøä';
$strEnd = 'äåÇíå';
$strEndCut = 'ÇäÊåÇÁ ÇáÞÕø';
$strEndRaw = 'ÇäÊåÇÁ ÇáÈíÇäÇÊ ÇáÃÕáíÉ';
$strEnglish = 'ÇáÅäÌáíÒíÉ';
$strEnglishPrivileges = ' ãáÇÍÙå: ÅÓã ÇáÅãÊíÇÒ áÜMySQL íÙåÑ æíõÞÑà ÈÇááÛå ÇáÅäÌáíÒíå ÝÞØ ';
$strError = 'ÎØÃ';
$strEstonian = 'ÇáÅÓÊæäíÉ';
$strExcelEdition = 'ÅÕÏÇÑÉ ÅßÓá';
$strExcelOptions = 'ÎíÇÑÇÊ ÅßÓá';
$strExecuteBookmarked = 'äÝøÐ ÇÓÊÚáÇã ãÍÝæÙ ÈÚáÇãÉ ãÑÌÚíÉ';
$strExplain = 'ÅÔÑÍ SQL';
$strExport = 'ÊÕÏíÑ';
$strExtendedInserts = 'ÅÏÎÇá ãõÏÏ';
$strExtra = 'ÅÖÇÝí';
 
$strFailedAttempts = 'ãÍÇæáÇÊ ÃÎÝÞÊ';
$strField = 'ÇáÍÞá';
$strFieldHasBeenDropped = 'ÍÞá ãÍÐæÝ %s';
$strFields = ' ÚÏÏ ÇáÍÞæá';
$strFieldsEmpty = ' ÊÚÏÇÏ ÇáÍÞá ÝÇÑÛ! ';
$strFieldsEnclosedBy = 'ÍÞá ãÖãä ÈÜ';
$strFieldsEscapedBy = 'ÍÞá ãõÊÌÇåá ÈÜ';
$strFieldsTerminatedBy = 'ÍÞá ãÝÕæá ÈÜ';
$strFileAlreadyExists = 'ÇáãÝ %s ãæÌæÏ ÇÕáÇð Úáì ÇáÎÇÏã. ÛíÑ ÇáÇÓã Ãæ ÍÏÏ ÎíÇÑ ÇáÊÓÌíá Úáì ÇáãáÝ ÇáãæÌæÏ.';
$strFileCouldNotBeRead = 'áã íãßä ÞÑÇÁÉ ÇáãáÝ';
$strFileNameTemplate = 'ÞÇáÈ ÅÓã ÇáãáÝ';
$strFileNameTemplateRemember = 'ÊÐßÑ ÇáÞÇáÈ';
$strFixed = 'ãËÈÊ';
$strFlushPrivilegesNote = 'ãáÇÍÙÉ: íÞÑà phpMyAdmin ÕáÇÍíÇÊ ÇáãÓÊÎÏãíä ãä ÌÏÇæá ÇáÕáÇÍíÇÊ ãä ÎÇÏã MySQL ãÈÇÔÑÉð. ãÍÊæíÇÊ åÐå ÇáÌÏÇæá ÞÏ ÊÎÊáÝ Úä ÇáÕáÇÍíÇÊ ÇáÊí íÓÊÎÏãåÇ ÇáÎÇÏã ÅÐÇ ãÇ Êãø ÇáÊÚÏíá ÚáíåÇ íÏæíøÇð. Ýí åÐå ÇáÍÇáÉ¡ Úáíß %s ÈÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ %s ÞÈá Ãä Êßãá.';
$strFlushTable = 'ÅÚÇÏÉ ÊÍãíá ÇáÌÏæá ("FLUSH")';
$strFormEmpty = 'íæÌÏ Þíãå ãÝÞæÏå ÈÇáäãæÐÌ !';
$strFormat = 'ÕíÛå';
$strFullText = 'äÕæÕ ßÇãáå';
$strFunction = 'ÏÇáÉ';
 
$strGenBy = 'ÃäÔÆ ÈæÇÓØÉ';
$strGenTime = 'ÃäÔÆ Ýí';
$strGeneralRelationFeat = 'ÇáãÒÇíÇ ÇáÚÇãøÉ ááÑÇÈØ';
$strGerman = 'ÇáÃáãÇäíÉ';
$strGlobal = 'ÚÇãø';
$strGlobalPrivileges = 'ÕáÇÍíøÇÊ ÚÇãøÉ';
$strGlobalValue = 'ÞíãÉ ÚÇãøÉ';
$strGo = '&nbsp;ÊäÝíÜÜÐ&nbsp;';
$strGrantOption = 'ãóäúÍú';
$strGreek = 'ÇáíæäÇäíÉ';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'áÞÏ ÚõÏöá.';
$strHasBeenCreated = 'áÞÏ Êßæä.';
$strHaveToShow = 'Úáíß ÇÎÊíÇÑ ÚãæÏ æÇÍÏ Úáì ÇáÃÞá ááÚÑÖ';
$strHebrew = 'ÇáÚÈÑíÉ';
$strHome = 'ÇáÕÝÍÉ ÇáÑÆíÓíÉ';
$strHomepageOfficial = 'ÇáÕÝÍÉ ÇáÑÆíÓíÉ ÇáÑÓãíÉ áÜ phpMyAdmin';
$strHost = 'ÇáãÒæÏ';
$strHostEmpty = 'ÅÓã ÇáãÓÊÖíÝ ÝÇÑÛ!';
$strHungarian = 'ÇáåäÛÇÑíÉ';
 
$strId = 'ÑÞã';
$strIdxFulltext = 'ÇáäÕ ßÇãáÇð';
$strIgnore = 'ÊÌÇåá';
$strIgnoringFile = 'ÊÌÇåá ÇáãáÝ %s';
$strImportDocSQL = 'ÇÓÊíÑÇÏ ãáÝÇÊ docSQL';
$strImportFiles = 'ÇÓÊæÑÏ ÇáãáÝÇÊ';
$strInUse = 'ÞíÏ ÇáÅÓÊÚãÇá';
$strIndex = 'ÝåÑÓÊ';
$strIndexHasBeenDropped = 'ÝåÑÓå ãÍÐæÝå %s';
$strIndexName = 'ÅÓã ÇáÝåÑÓ&nbsp;:';
$strIndexType = 'äæÚ ÇáÝåÑÓ&nbsp;:';
$strIndexes = 'ÝåÇÑÓ';
$strInnodbStat = 'æÖÚ InnoDB';
$strInsecureMySQL = 'íÍÊæí ãáÝ ÇáÅÚÏÇÏÊ ÇáÎÇÕ Èß ÊÚííäÇÊ )ÇáãÓÊÎÏã root Ïæä ßáãÉ ãÑæÑ( æÇáÐí íÔíÑ Åáì ÍÓÇÈ ÇáãÓÊÎÏã ÇáÑÆíÓí áÜMySQL. ÎÇÏã MySQL ÇáÐí íÚãá ÈåÐå ÇáÅÚÏÇÏÊ ÇáÇÝÊÑÇÖíÉ ãÚÑÖ áÎØÑ ÇáÇÞÊÍÇã¡ æÚáíß Ãä ÊÞæã ÈÅÕáÇÍ ËÛÑÉ ÇáÃãÇä åÐå Ýí ÃÞÑÈ æÞÊ ããßä.';
$strInsert = 'ÅÏÎÇá';
$strInsertAsNewRow = 'ÅÏÎÇá ßÊÓÌíá ÌÏíÏ';
$strInsertNewRow = 'ÅÖÇÝÉ ÊÓÌíá ÌÏíÏ';
$strInsertedRowId = 'ÑÞã ãÚÑøÝ ÇáÓøØÑ ÇáãÖÇÝ:';
$strInsertedRows = 'ÕÝæÝ ãÏÎáå:';
$strInternalNotNecessary = '* ÇáÚáÇÞÉ ÇáÏÇÎáíÉ ÛíÑ ÖÑæÑíÉ ÚäÏãÇ Êßæä ãæÌæÏÉ ãÓÈÞÇð Ýí InnoDB.';
$strInternalRelations = 'ÇáÚáÇÞÇÊ ÇáÏÇÎáíÉ';
 
$strJapanese = 'ÇáíÇÈÇäíÉ';
$strJumpToDB = 'ÅÐåÈ Åáì ÞÇÚÏÉ ÈíÇäÇÊ &quot;%s&quot;.';
$strJustDelete = 'ÝÞØ Þã ÈÍÐÝ ÇáãÓÊÎÏãíä ãä ÌÏæá ÇáÕáÇÍíÇÊ.';
$strJustDeleteDescr = 'ÓæÝ íÈÞì ÇáãÓÊÎÏãæä &quot;ÇáãÍÐæÝæä&quot; ÞÇÏÑæä Úáì ÇáæÕæá ááÎÇÏã ßÇáÚÇÏÉ ÍÊì íÊã ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ.';
 
$strKeepPass = 'áÇÊÛíÑ ßáãÉ ÇáÓÑ';
$strKeyname = 'ÅÓã ÇáãÝÊÇÍ';
$strKill = 'ÅÈØÇá';
$strKorean = 'ÇáßæÑíÉ';
 
$strLaTeX = 'áÇÊößúÓú';
$strLaTeXOptions = 'ÎíÇÑÇÊ áÇÊßÓ';
$strLandscape = 'ÚÑÖ ÇáÕÝÍÉ';
$strLatexCaption = 'ÚäæÇä ÇáÌÏæá';
$strLatexContent = 'ãÍÊæííÇÊ ÇáÌÏæá __TABLE__';
$strLatexContinued = '(ÊÇÈÚ)';
$strLatexContinuedCaption = 'ÚäæÇä ÌÏæá ÊÇÈÚ';
$strLatexIncludeCaption = 'ÃÖÝ ÚäæÇäÇð ááÌÏæá';
$strLatexLabel = 'Label key';
$strLatexStructure = 'ÈäíÉ ÇáÌÏæá __TABLE__';
$strLengthSet = 'ÇáØæá/ÇáÞíãå*';
$strLimitNumRows = 'ÑÞã ÇáÓÌáÇÊ áßá ÕÝÍå';
$strLinesTerminatedBy = 'ÎØæØ ãÝÕæáå ÈÜ';
$strLinkNotFound = 'áã íãßä ÅíÌÇÏ ÇáæÕáÉ';
$strLinksTo = 'ãÑÊÈØ ÈÜ';
$strLithuanian = 'ÇááíÊæÇäíÉ';
$strLocalhost = 'ãÍáí';
$strLocationTextfile = 'ãßÇä ãáÝ äÕí';
$strLogPassword = 'ßáãÉ ÇáÓÑ:';
$strLogServer = 'ÎÇÏã ÇáÓÌáø';
$strLogUsername = 'ÅÓã ÇáãõÓÊÎÏã:';
$strLogin = 'ÏÎæá';
$strLoginInformation = 'ÈíÇäÇÊ ÇáÏÎæá';
$strLogout = 'ÊÓÌíá ÎÑæÌ';
 
$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\' Ãæ \'a\\\'b\'(.';
$strMIME_without = 'ÃäæÇÚ MIME ÇáÊí ÊÙåÑ ÈÍÑæÝ ãÇÆáÉ áíÓ áåÇ æÙíÝÉ ÊÍæíá ãäÝÕáÉ';
$strModifications = 'ÊãÊ ÇáÊÚÏíáÇÊ';
$strModify = 'ÊÚÏíá';
$strModifyIndexTopic = 'ÊÚÏíá ÇáÝåÑÓå';
$strMoveTable = 'äÞá ÌÏæá Åáì (ÞÇÚÏÉ ÈíÇäÇÊ<b>.</b>ÌÏæá):';
$strMoveTableOK = '%s ÌÏæá Êã äÞáå Åáì %s.';
$strMoveTableSameNames = 'áÇíãßä äÞá ÇáÌÏæá Åáì äÝÓå!';
$strMultilingual = 'ãÊÚÏÏ ÇááÛÇÊ';
$strMySQLCharset = 'ÔíÝÑÉ ÃÍÑÝ MySQL';
$strMySQLSaid = 'MySQL ÞÇá: ';
$strMySQLShowProcess = 'ÚÑÖ ÇáÚãáíÇÊ';
$strMySQLShowStatus = 'ÚÑÖ ÍÇáÉ ÇáãÒæÏ MySQL';
$strMySQLShowVars ='ÚÑÖ ãÊÛíÑÇÊ ÇáãÒæÏ MySQL';
 
$strName = 'ÇáÅÓã';
$strNext = 'ÇáÊÇáí';
$strNo = 'áÇ';
$strNoDatabases = 'áÇíæÌÏ ÞæÇÚÏ ÈíÇäÇÊ';
$strNoDatabasesSelected = 'áÇ ÞæÇÚÏ ÈíÇäÇÊ ãÍÏÏÉ';
$strNoDescription = 'ÈÏæä æÕÝ';
$strNoDropDatabases = 'ãÚØá "ÍÐÝ ÞÇÚÏÉ ÈíÇäÇÊ"ÇáÃãÑ ';
$strNoExplain = 'ÊÎØøí ÔÑÍ SQL';
$strNoFrames = 'phpMyAdmin ÃßËÑ ÊÝåãÇð ãÚ ãÓÊÚÑÖ <b>ÇáÅØÇÑÇÊ</b>.';
$strNoIndex = 'ÝåÑÓ ÛíÑ ãÚÑÝ!';
$strNoIndexPartsDefined = 'ÅÌÒÇÁ ÇáÝåÑÓå ÛíÑ ãÚÑÝå!';
$strNoModification = 'áÇ ÊÛííÑÇÊ';
$strNoOptions = 'åÐÇ ÇáÊäÓíÞ áíÓ áå Ãí ÎíÇÑÇÊ';
$strNoPassword = 'áÇ ßáãÉ ÓÑ';
$strNoPermission = 'ÎÇÏã ÇáæÈ áíÓ áÏíå ÕáÇÍíÉ áÍÝÙ ÇáãáÝ %s.';
$strNoPhp = 'ÈÏæä ÔíÝÑÉ PHP';
$strNoPrivileges = 'ÅãÊíÇÒ ÛíÑ ãæÌæÏ';
$strNoRights = 'áíÓ áÏíß ÇáÍÞæÞ ÇáßÇÝíå ÈÃä Êßæä åäÇ ÇáÂä!';
$strNoSpace = 'áÇ íæÌÏ ãÓÇÍÉ ßÇÝíÉ áÍÝÙ ÇáãáÝ %s.';
$strNoTablesFound = 'áÇíæÌÏ ÌÏÇæá ãÊæÝÑå Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ åÐå!.';
$strNoUsersFound = 'ÇáãÓÊÎÏã(Üíä) áã íÊã ÅíÌÇÏåã.';
$strNoValidateSQL = 'ÊÎØøí ÇáÊÃßøÏ ãä SQL';
$strNone = 'áÇÔÆ';
$strNotNumber = 'åÐÇ áíÓ ÑÞã!';
$strNotOK = 'áíÓ ÕÇáÍÇð';
$strNotSet = 'ÇáÌÏæá <b>%s</b> ÛíÑ ãæÌæÏ Ãæ ãÍÏÏ Ýí %s';
$strNull = 'ÎÇáí';
$strNumSearchResultsInTable = '%s ãØÇÈÞÉ Ýí ÇáÌÏæá <i>%s</i>';
$strNumSearchResultsTotal = '<b>ÇáãÌãæÚ:</b> <i>%s</i>ãØÇÈÞÉ';
$strNumTables = 'ÌÏÇæá';
 
$strOK = 'ãæÇÝÞ';
$strOperations = 'ÚãáíøÇÊ';
$strOptimizeTable = 'ÖÛØ ÇáÌÏæá';
$strOr = 'Ãæ';
$strOverhead = 'ÇáÝæÞí';
$strOverwriteExisting = 'ÎÒä Úáì ÇáãáÝÇÊ ÇáãæÌæÏÉ ÃÕáÇð';
 
$strPHP40203 = 'ÃäÊ ÊÓÊÎÏã ÇáÅÕÏÇÑ 4.2.3 ãä PHP æÇáÐí íÍÊæí Úáì Îáøá ÎØíÑ Ýí ÇáÊÚÇãá ãÚ ÇáäÕæÕ ËäÇÆíÉ ÇáÈÇíÊ (mbstring). ÃäÙÑ Ýí ÊÞÑíÑ Îáá PHP ÑÞã 19404. áÇ íäÕÍ ÈÇÓÊÎÏÇã åÐå ÇáäÓÎÉ ãä PHP ãÚ phpMyAdmin.';
$strPHPVersion = ' PHP ÅÕÏÇÑÉ';
$strPageNumber = 'ÕÝÍÉ ÑÞã:';
$strPaperSize = 'ÍÌã ÇáæÑÞ';
$strPartialText = 'äÕæÕ ÌÒÆíå';
$strPassword = 'ßáãÉ ÇáÓÑ';
$strPasswordChanged = 'Êã ÊÛííÑ ßáãÉ ÇáãÑæÑ áÜ %s ÈäÌÇÍ.';
$strPasswordEmpty = 'ßáãÉ ÇáÓÑ ÝÇÑÛÉ !';
$strPasswordNotSame = 'ßáãÊÇ ÇáÓÑ ÛíÑ ãÊÔÇÈåÊÇä !';
$strPdfDbSchema = 'ÈäÇÁ ÞÇÚÏÉ ÇáÈíÇäÇÊ "%s" - ÇáÕÝÍÉ %s';
$strPdfInvalidTblName = 'ÇáÌÏæá "%s" ÛíÑ ãæÌæÏ!';
$strPdfNoTables = 'áÇ íæÌÏ ÌÏÇæá';
$strPerHour = 'áßá ÓÇÚÉ';
$strPerMinute = 'áßá ÏÞíÞÉ';
$strPerSecond = 'áßá ËÇäíÉ';
$strPhoneBook = 'ÏÝÊÑ ÇáåÇÊÝ';
$strPhp = 'ÃäÔÆ ÔíÝÑÉ PHP';
$strPmaDocumentation = 'ãÓÊäÏÇÊ æËÇÆÞíå áÜ phpMyAdmin (ÈÇáÅäÌáíÒíÉ)';
$strPmaUriError = 'ÇáãÊÛíÑ <span dir="ltr"><tt>$cfg[\'PmaAbsoluteUri\']</tt></span> íÌÈ ÊÚÏíáå Ýí ãáÝ ÇáßæÝíß !';
$strPortrait = 'Øæá ÇáÕÝÍÉ';
$strPos1 = 'ÈÏÇíÉ';
$strPrevious = 'ÓÇÈÞ';
$strPrimary = 'ÃÓÇÓí';
$strPrimaryKeyHasBeenDropped = 'áÞÏ Êã ÍÐÝ ÇáãÝÊÇÍ ÇáÃÓÇÓí';
$strPrimaryKeyName = 'ÅÓã ÇáãÝÊÇÍ ÇáÃÓÇÓí íÌÈ Ãä íßæä ÃÓÇÓí... PRIMARY!';
$strPrimaryKeyWarning = '("ÇáÃÓÇÓí" <b>íÌÈ</b> íÌÈ Ãä íßæä ÇáÃÓã <b>æÃíÖÇð ÝÞØ</b> ÇáãÝÊÇÍ ÇáÃÓÇÓí!)';
$strPrint = 'ÅØÈÚ';
$strPrintView = 'ÚÑÖ äÓÎÉ ááØÈÇÚÉ';
$strPrintViewFull = 'ÚÑÖ ÇáØÈÇÚÉ (ãÚ ÇáäÕæÕ ÇáßÇãáÉ).';
$strPrivDescAllPrivileges = 'íÊÖãøä ßá ÇáÕáÇÍíøÇÊ ÚÏÇ GRANT.';
$strPrivDescAlter = 'íÓãÍ ÈÊÚÏíá ÈäÇÁ ÇáÌÏÇæá ÇáãæÌæÏÉ ãÓÈÞÇð.';
$strPrivDescCreateDb = 'íÓãÍ ÈÅäÔÇÁ ÞæÇÚÏ ÈíÇäÇÊ æÌÏÇæá ÌÏíÏÉ.';
$strPrivDescCreateTbl = 'íÓãÍ ÈÅäÔÇÁ ÌÏÇæá ÌÏíÏÉ.';
$strPrivDescCreateTmpTable = 'íÓãÍ ÈÅäÔÇÁ ÌÏÇæá ãÄÞøÊÉ.';
$strPrivDescDelete = 'íÓãÍ ÈÍÐÝ ÇáÈíÇäÇÊ.';
$strPrivDescDropDb = 'íÓãÍ ÈÍÐÝ ÞæÇÚÏ ÇáÈíÇäÇÊ.';
$strPrivDescDropTbl = 'íÓãÍ ÈÍÐÝ ÇáÌÏÇæá.';
$strPrivDescExecute = 'íÓãÍ ÈÊÔÛíá ÇáÅÌÑÇÁÇÊ ÇáãÎÒøäÉ )stored procedures(¡ áíÓ áå Ãí ÊÃËíÑ Ýí åÐå ÇáäÓÎÉ ãä ÎÇÏã MySQL.';
$strPrivDescFile = 'íÓãÍ ÈÇÓÊíÑÇÏ æÊÕÏíÑ ÇáÈíÇäÇÊ ãä æÅáì ÇáãáÝøÇÊ.';
$strPrivDescGrant = 'íÓãÍ ÈÅÖÇÝÉ ÇáãÓÊÎÏãíä æÇáÕáÇÍíÇÊ Ïæä ÅÚÇÏÉ ÞÑÇÁÉ ÌÏÇæá ÇáÕáÇÍíÇÊ.';
$strPrivDescIndex = 'íÓãÍ ÈÅäÔÇÁ æÍÐÝ ÇáÝåÇÑÓ.';
$strPrivDescInsert = 'íÓãÍ ÈÅÖÇÝÉ æÇÓÊÈÏÇá ÇáÈíÇäÇÊ.';
$strPrivDescLockTables = 'íÓãÍ ÈÞÝá ÇáÌÏÇæá ááÚãáíøÉ ÇáÍÇáíøÉ.';
$strPrivDescMaxConnections = 'íÍÏø ãä ÚÏÏ ÇáÇÊÕÇáÇÊ ÇáÌÏíÏÉ ÇáÊí íãßä ááãÓÊÎÏã ÝÊÍåÇ Èßá ÓÇÚÉ.';
$strPrivDescMaxQuestions = 'íÍÏø ÚÏÏ ÇáÇÓÊÚáÇãÇÊ ÇáÊí íÓÊØíÚ ÇáãÓÊÎÏã ÅÑÓÇáåÇ Åáì ÇáÎÇÏã Èßá ÓÇÚÉ.';
$strPrivDescMaxUpdates = 'íÍÏø ÚÏÏ ÇáÃæÇãÑ ÇáÊí íäÝÐåÇ ÇáãÓÊÎÏã Èßá ÓÇÚÉ¡ æÇáÊí ÊÛíÑ Ãí ÌÏæá Ãæ ÞÇÚÏÉ ÈíÇäÇÊ.';
$strPrivDescProcess3 = 'íÓãÍ ÈÅíÞÇÝ ÚãáíøÇÊ ÇáãÓÊÎÏãíä ÇáÃÎÑíä.';
$strPrivDescProcess4 = 'íÓãÍ ÈÚÑÖ ÇáÇÓÊÚáÇã ÈÇáßÇãá Ýí ÓÑÏ ÇáÚãáíÇÊ.';
$strPrivDescReferences = 'áíÓ áå Ãí ÊÃËíÑ Ýí äÓÎÉ MySQL ÇáÍÇáíøÉ.';
$strPrivDescReload = 'íÓãÍ ÈÅÚÇÏÉ ÊÍãíá ÅÚÏÇÏÇÊ ÇáÎÇÏã æÊÝÑíÛ ßÇÔ ÇáÎÇÏã.';
$strPrivDescReplClient = 'íÚØí ÇáÍÞ ááãÓÊÎÏã ÈÇáÓÄÇá Úä ãßÇä æÌæÏ slaves/masters.';
$strPrivDescReplSlave = 'ãØáæÈ áÊæÇÈÚ áÇÓÊäÓÇÎ.';
$strPrivDescSelect = 'íÓãÍ ÈÞÑÇÁÉ ÇáÈíÇäÇÊ.';
$strPrivDescShowDb = 'íÓãÍ ÈÇáæÕæá áÞÇÆãÉ ÃÓãÇÁ ÌãíÚ ÞæÇÚÏ ÇáÈíÇäÇÊ.';
$strPrivDescShutdown = 'íÓãÍ ÈÅíÞÇÝ Úãá ÇáÎÇÏã.';
$strPrivDescSuper = 'íÓãÍ ÈÇáÇÊÕÇá¡ ÍÊì áæ æÕá ÍÏø ÚÏÏ ÇáÇÊÕÇáÇÊ ááÃÞÕì.¡ ãØáæÈ ááãåÇã ÇáÅÏÇÑíÉ ßÖÈØ ÇáÅÚÏÇÏÇÊ ÇáÚÇãøÉ other users.';
$strPrivDescUpdate = 'íÓãÍ ÈÊÚÏíá ÇáÈíÇäÇÊ.';
$strPrivDescUsage = 'áÇ ÕáÇÍíÇÊ.';
$strPrivileges = 'ÇáÅãÊíÇÒÇÊ';
$strPrivilegesReloaded = 'Êã ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ ÈäÌÇÍ.';
$strProcesslist = 'ÓÑÏ ÇáÚãáíøÇÊ';
$strPutColNames = 'ÖÚ ÃÓãÇÁ ÇáÍÞæá Ýí ÇáÓØÑ ÇáÃæá';
 
$strQBE = 'ÅÓÊÚáÇã ÈæÇÓØÉ ãËÇá';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'äÇÝÐÉ ÇáÇÓÊÚáÇã';
$strQueryOnDb = 'Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ SQL-ÅÓÊÚáÇã <b>%s</b>:';
$strQuerySQLHistory = 'äÕæÕ SQL ÓÇÈÞÉ';
$strQueryStatistics = '<b>ÅÍÕÇÆíÇÊ ÇáÇÓÊÚáÇã</b>: %s ÇÓÊÚáÇã ÃÑÓá Åáì ÇáÎÇÏã ãäÐ ÊÔÛíáå.';
$strQueryTime = 'ÇÓÊÛÑÝ ÇáÇÓÊÚáÇã %01.4f ËÇäíÉ';
$strQueryType = 'äæÚ ÇáÇÓÊÚáÇã';
$strQueryWindowLock = 'áÇ ÊÎÒä Úáì åÐÇ ÇáÇÓÊÚáÇã ãä ÎÇÑÌ ÇáäÇÝÐÉ';
 
$strReType = 'ÃÚÏ ßÊÇÈå';
$strReceived = 'ÇÓÊõáöã';
$strRecords = 'ÇáÊÓÌíáÇÊ';
$strReferentialIntegrity = 'ÊÍÏíÏ ÇáÊßÇãá ÇáãÑÌÚí:';
$strRelationNotWorking = 'Êãø ÊÚØíá ÇáãÒÇíÇ ÇáÅÖÇÝíÉ ááÚãá ÈÇáÌÏÇæá ÇáãÊÑÇÈØÉ. áãÚÑÝÉ ÇáÓÈÈ ÅÖÛØ %såäÇ%s.';
$strRelationView = 'ÚÑÖ ÇáÑæÇÈØ';
$strRelationalSchema = 'ÈäÇÁ ÇáÅÑÊÈÇØÇÊ';
$strRelations = 'ÇáÑæÇÈØ';
$strReloadMySQL = 'ÅÚÇÏÉ ÊÍãíá MySQL';
$strReloadingThePrivileges = 'ÞíÏ ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ.';
$strRemoveSelectedUsers = 'ÅÍÐÝ ÇáãÓÊÎÏãíä ÇáãÍÏÏíä';
$strRenameTable = 'ÊÛííÑ ÅÓã ÌÏæá Åáì';
$strRenameTableOK = 'Êã ÊÛííÑ ÅÓãåã Åáì %s ÌÏæá%s';
$strRepairTable = 'ÅÕáÇÍ ÇáÌÏæá';
$strReplaceNULLBy = 'ÇÓÊÈÏá NULL ÈÜ';
$strReplaceTable = 'ÅÓÊÈÏÇá ÈíÇäÇÊ ÇáÌÏæá ÈÇáãáÝ';
$strReset = 'ÅáÛÇÁ';
$strResourceLimits = 'ÍÏæÏ ÇáãÕÇÏÑ';
$strRevoke = 'ÅÈØÇá';
$strRevokeAndDelete = 'ÇÓÊÑÌÚ ßá ÇáÕáÇÍíÇÊ ÇáÝÚÇáÉ ãä ÇáãÓÊÎÏãíä Ëã ÇÍÐÝåã ÈÚÏ Ðáß.';
$strRevokeAndDeleteDescr = 'ÓæÝ ÊÈÞì ÇáÕáÇÍíÉ USAGE áÏì ÇáãÓÊÎÏãíä ÍÊì íÊã ÅÚÇÏÉ ÞÑÇÁÉ ÇáÕáÇÍíÇÊ.';
$strRevokeMessage = 'áÞÏ ÃÈØáÊ ÇáÃãÊíÇÒÇÊ áÜ %s';
$strRowLength = 'Øæá ÇáÕÝ';
$strRowSize = ' ãÞÇÓ ÇáÕÝ ';
$strRows = 'ÕÝæÝ';
$strRowsFrom = 'ÕÝæÝ ÊÈÏà ãä';
$strRowsModeFlippedHorizontal = ')ÚäÇæíä ãáÊÝøÉ( ÃÝÞíÇð';
$strRowsModeHorizontal = 'ÃÝÞí';
$strRowsModeOptions = ' %s æ ÅÚÇÏÉ ÇáÑÄæÓ ÈÚÏ %s ÍÞá';
$strRowsModeVertical = 'ÚãæÏí';
$strRowsStatistic = 'ÅÍÕÇÆíÇÊ';
$strRunQuery = 'ÅÑÓÇá ÇáÅÓÊÚáÇã';
$strRunSQLQuery = 'ÊäÝíÐ ÅÓÊÚáÇã/ÅÓÊÚáÇãÇÊ SQL Úáì ÞÇÚÏÉ ÈíÇäÇÊ %s';
$strRunning = ' Úáì ÇáãÒæÏ %s';
$strRussian = 'ÇáÑæÓíÉ';
 
$strSQL = 'SQL';
$strSQLExportType = 'äæÚ ÇáÊÕÏíÑ';
$strSQLOptions = 'ÎíÇÑÇÊ SQL';
$strSQLParserBugMessage = 'åäÇß ÇÍÊãÇá Ãäß ÚËÑÊ Úáì Îáá Ýí ãÏÞÞø SQL. ÑÌÇÁð ÇÎÊÈÑ ÇÓÊÚáÇãß ÈÏÞøÉ¡ æÊÃßøÏ ãä Ãä ÚáÇãÇÊ ÇáÊäÕíÕ ÕÍíÍÉ æãÊØÇÈÞÉ. ÈÚÖ ÃÓÈÇÈ ÇáÅÎÝÇÞ ÇáÃÎÑì ÞÏ Êßæä Ãäß ÊÍÇæá ÊÍãíá ãáÝ íÍÊæí Úáì ÈíÇäÇÊ ÛíÑ äÕøíÉ ÎÇÑÌ ãäØÞÉ ÇáÊäÕíÕ. íãßäß ÃíÖÇð ÊÌÑÈÉ ÇÓÊÚáÇãß ÈæÇÓØÉ ÓØÑ ÃæÇãÑ MySQL. ÞÏ ÊÓÇÚÏß ÑÓÇáÉ ÎØà ÎÇÏã MySQL ÃÏäÇå¡ Åä ßÇäÊ åäÇß æÇÍÏÉ¡ Úáì ÊÔÎíÕ ÇáãÔßáÉ. Åä ÈÞí åäÇß ãÔÇßá Ãæ Åä ÃÎÝÞ ÇáãÏÞøÞ Ýí Ííä äÌÍ ÇÓÊÎÏÇã ÓØÑ ÇáÃæÇãÑ¡ ÑÌÇÁð ÞáøÕ ÍÌã ÇÓÊÚáÇãß áÇÓÊÚáÇã æÇÍÏ íÓÈÈ ÇáãÔßáÉ¡ æÞã ÈÅÑÓÇá ÊÞÑíÑ Îáá ãÚ ÌÒÁ ÇáÈíÇäÇÊ Ýí ãäØÞÉ ÇáÞÕø ÃÏäÇå:';
$strSQLParserUserError = 'íÈÏæ Ãä åäÇß ÎØà Ýí ÇÓÊÚáÇã SQL. ÓæÝ ÊÓÇÚÏß ÑÓÇáÉ ÇáÎØà ãä ÎÇÏã MySQL ÃÏäÇå Ýí ÊÔÎíÕ ÇáãÔßáÉ¡ Åä ßÇä åäÇß æÇÍÏÉ¡.';
$strSQLQuery = 'ÅÓÊÚáÇã-SQL';
$strSQLResult = 'äÇÊÌ ÇÓÊÚáÇã SQL';
$strSQPBugInvalidIdentifer = 'ãÚÑøÝ ÛíÑ ÕÇáÍ';
$strSQPBugUnclosedQuote = 'ÚáÇãÉ ÊäÕíÕ ÛíÑ ãÛáÞÉ';
$strSQPBugUnknownPunctuation = 'äÕ ÊäÞíØ ÛíÑ ãÚÑæÝ';
$strSave = 'ÍÝÜÜÙ';
$strSaveOnServer = 'ÅÍÝÙ Úáì ÇáÎÇÏã Ýí ÇáÏáíá %s';
$strScaleFactorSmall = 'äÓÈÉ ÇáÍÌã ÇáãÍÏÏÉ ÕÛíÑÉ ÌÏÇ áãáÇÆãÉ ÇáãÎØØ Ýí ÕÝÍÉ æÇÍÏÉ.';
$strSearch = 'ÅÈÍË';
$strSearchFormTitle = 'ÅÈÍË Ýí ÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strSearchInTables = 'ÏÇÎá ÇáÌÏæá)ÇáÌÏÇæá(:';
$strSearchNeedle = 'ÇáßáãÇÊ Ãæ ÇáÞíã ÇáãØáæÈ ÇáÈÍË ÚäåÇ (wildcard: "%"):';
$strSearchOption1 = 'Úáì ÇáÃÞá ÃÍÏ ÇáßáãÇÊ';
$strSearchOption2 = 'ßá ÇáßáãÇÊ';
$strSearchOption3 = 'ÇáÌãáÉ ÈÇáÖÈØ';
$strSearchOption4 = 'ßÕíÛÉ ãØÇÈÞÉ';
$strSearchResultsFor = 'ÅÈÍË Ýí ÇáäÊÇÆÌ Úä "<i>%s</i>" %s:';
$strSearchType = 'ÅÈÍË:';
$strSecretRequired = 'íÍÊÇÌ ãáÝ ÇáÅÚÏÇÏ ÇáÂä Åáì ßáãÉ ÇáãÑæÑ ÇáÓÑíøÉ.';
$strSelectADb = 'ÅÎÊÑ ÞÇÚÏÉ ÈíÇäÇÊ ãä ÇáÞÇÆãÉ';
$strSelectAll = 'ÊÍÏíÏ Çáßá';
$strSelectFields = 'ÅÎÊíÇÑ ÍÞæá (Úáì ÇáÃÞá æÇÍÏ):';
$strSelectNumRows = 'Ýí ÇáÅÓÊÚáÇã';
$strSelectTables = 'ÅÎÊÑ ÇáÌÏÇæá';
$strSend = 'ÍÝÙ ßãáÝ';
$strSent = 'ÃõÑÓöá';
$strServer = 'ÎÇÏã';
$strServerChoice = 'ÅÎÊíÇÑ ÇáÎÇÏã';
$strServerStatus = 'ÈíÇäÇÊ ÇáÊÔÛíá';
$strServerStatusUptime = 'ãÖì Úáì Úãá ÎÇÏã MySQL ãÏÉ %s. ÈÏà ÇáÚãá Ýí %s.';
$strServerTabProcesslist = 'ãÚÇáóÌÇÊ';
$strServerTabVariables = 'ãÊÛíøÑÇÊ';
$strServerTrafficNotes = '<b>ÓíúÑ ÇáÎÇÏã</b>: ÊÙåÑ åÐå ÇáÌÏÇæá ÅÍÕÇÆíÇÊ ÓíúÑ ÈíÇäÇÊ ÇáÔÈßÉ áåÐÇ ÇáÎÇÏã ãäÐ ÊÔÛíáå.';
$strServerVars = 'ãÊÛíøÑÇÊ æÃÚÏÇÏÇÊ ÇáÎÇÏã';
$strServerVersion = 'ÅÕÏÇÑÉ ÇáãÒæÏ';
$strSessionValue = 'ÞíãÉ ÇáÌáÓÉ';
$strSetEnumVal = 'ÅÐÇ ßÇä äæÚ ÇáÍÞá åæ "enum" Ãæ "set", ÇáÑÌÇÁ ÅÏÎÇá ÇáÞíã ÈÅÓÊÎÏÇã åÐÇ ÇáÊäÓíÞ: \'a\',\'b\',\'c\'...<br />ÅÐÇ ßäÊ ÊÍÊÇÌ ÈÃä ÊÖÚ ÚáÇãÉ ÇáÔÑØå ÇáãÇÆáå ááíÓÇÑ ("\") Ãæ ÚáÇãÉ ÇáÅÞÊÈÇÓ ÇáÝÑÏíå ("\'") ÝíãÇ Èíä Êáß ÇáÞíã, ÅÌÚáåÇ ßÔÑØå ãÇÆáå ááíÓÇÑ (ãËáÇð \'\\\\xyz\' Ãæ \'a\\\'b\').';
$strShow = 'ÚÑÖ';
$strShowAll = 'ÔÇåÏ Çáßá';
$strShowColor = 'ÃÙåÑ Çááæä';
$strShowDatadictAs = 'ÊäÓíÞ ÞÇãæä ÇáÈíÇäÇÊ';
$strShowFullQueries = 'ÅÚÑÖ ÇáÇÓÊÚáÇãÇÊ ßÇãáÉ';
$strShowGrid = 'ÃÙåÑ ÊÎØíØ ÇáÌÏæá';
$strShowPHPInfo = 'ÚÑÖ ÇáãÚáæãÇÊ ÇáãÊÚáÞÉ È PHP';
$strShowTableDimension = 'ÅÙåÇÑ ÃÈÚÇÏ ÇáÌÏÇæá';
$strShowTables = 'ÔÇåÏ ÇáÌÏæá';
$strShowThisQuery = ' ÚÑÖ åÐÇ ÇáÅÓÊÚáÇã åäÇ ãÑÉ ÃÎÑì ';
$strShowingRecords = 'ãÔÇåÏÉ ÇáÓÌáÇÊ ';
$strSimplifiedChinese = 'ÇáÕíäíÉ ÇáãÈÓØÉ';
$strSingly = '(ÝÑÏí)';
$strSize = 'ÇáÍÌã';
$strSort = 'ÊÕäíÝ';
$strSortByKey = 'ÑÊøÈ ÍÓÈ ÇáãÝÊÇÍ';
$strSpaceUsage = 'ÇáãÓÇÍÉ ÇáãÓÊÛáÉ';
$strSplitWordsWithSpace = 'ÇáßáãÇÊ ãÝÕæáÉ ÈÍÑÝ ãÓÇÝÉ (" ").';
$strStatCheckTime = 'ÇáÊÍÞÞ ÇáÃÎíÑ';
$strStatCreateTime = 'ÇáÅäÔÇÁ';
$strStatUpdateTime = 'ÇáÊÍÏíË ÇáÃÎíÑ';
$strStatement = 'ÃæÇãÑ';
$strStatus = 'æÖúÚ';
$strStrucCSV = 'ÈíÇäÇÊ CSV';
$strStrucData = 'ÇáÈäíÉ æÇáÈíÇäÇÊ';
$strStrucDrop = ' ÅÖÇÝÉ \'ÍÐÝ ÌÏæá ÅÐÇ ßÇä ãæÌæÏÇ\' Ýí ÇáÈÏÇíÉ';
$strStrucExcelCSV = 'ÈíÇäÇÊ CSV áÈÑäÇãÌ ãíßÑæÓæÝÊ ÅßÓá';
$strStrucOnly = 'ÇáÈäíÉ ÝÞØ';
$strStructPropose = 'ÇÞÊÑÍ ÈäÇÁ ÇáÌÏæá';
$strStructure = 'ÈäÇÁ';
$strSubmit = 'ÅÑÓÇá';
$strSuccess = 'ÇáÎÇÕ Èß Êã ÊäÝíÐå ÈäÌÇÍ SQL-ÅÓÊÚáÇã';
$strSum = 'ÇáãÌãæÚ';
$strSwedish = 'ÇáÓæíÏíÉ';
$strSwitchToTable = 'ÈÏøá Åáì ÇáÌÏæá ÇáãäÓæÎ';
 
$strTable = 'ÇáÌÏæá ';
$strTableComments = 'ÊÚáíÞÇÊ Úáì ÇáÌÏæá';
$strTableEmpty = 'ÅÓã ÇáÌÏæá ÝÇÑÛ!';
$strTableHasBeenDropped = 'ÌÏæá %s ÍõÐÝÊ';
$strTableHasBeenEmptied = 'ÌÏæá %s ÃõÝÑÛÊ ãÍÊæíÇÊåÇ';
$strTableHasBeenFlushed = 'áÞÏ Êã ÅÚÇÏÉ ÊÍãíá ÇáÌÏæá %s ÈäÌÇÍ';
$strTableMaintenance = 'ÕíÇäÉ ÇáÌÏæá';
$strTableOfContents = 'ÌÏæá ÇáãÍÊæíÇÊ';
$strTableOptions = 'ÎíÇÑÇÊ ÇáÌÏæá';
$strTableStructure = 'ÈäíÉ ÇáÌÏæá';
$strTableType = 'äæÚ ÇáÌÏæá';
$strTables = '%s ÌÏæá (ÌÏÇæá)';
$strTblPrivileges = 'ÕáÇÍíÇÊ ÎÇÕÉ ÈÇáÌÏæá';
$strTextAreaLength = ' ÈÓÈÈ Øæáå,<br /> Ýãä ÇáãÍÊãá Ãä åÐÇ ÇáÍÞá ÛíÑ ÞÇÈá ááÊÍÑíÑ ';
$strThai = 'ÇáÊÇíáäÏíÉ';
$strThisHost = 'åÐÇ ÇáãÖíÝ';
$strThisNotDirectory = 'áã íßä åÐÇ ÏáíáÇð';
$strThreadSuccessfullyKilled = 'Êã ÅíÞÇÝ ÇáÚãáíøÉ %s ÈäÌÇÍ.';
$strTime = 'æÞÊ';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'ÇáãÌãæÚ';
$strTotalUC = 'ãÌãæÚ ßáøí';
$strTraditionalChinese = 'ÇáÕíäíÉ ÇáÊÞáíÏíÉ';
$strTraffic = 'ÈíÇäÇÊ ÓíÑ';
$strTransformation_image_jpeg__inline = 'íÙåÑ ÕæÑÉ ãÕÛÑÉ ááÖÛØ ÚáíåÇ¡ ÇáÎíÇÑÇÊ: ÇáÚÑÖ¡ ÇáÇÑÊÝÇÚ ÈÇáÈßÓá )æíÈÞí ÇáÊäÇÓÈ ÇáÃÕáí ááÍÌã(.';
$strTransformation_image_jpeg__link = 'íÙåÑ ÑÇÈØÇð áåÐå ÇáÕæÑÉ (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'ÅÚÑÖ ÕæÑ/jpeg: ÈäÝÓ ÇáÓØÑ';
$strTransformation_text_plain__dateformat = 'íÊØáøÈ TIME, TIMESTAMP Ãæ DATETIME æÇáÊäÓíÞ ÈÇÓÊÎÏÇã ÊäÓíÞ ÇáÊÇÑíÎ ÇáãÍáí ÇáÎÇÕ Èß. ÇáÎíÇÑ ÇáÃæá åæ ÇáÊÚÏíá )ÈÇáÓÇÚÇÊ) æÇáÐí ÓæÝ íÖÇÝ Åáì timestamp )ÕÝÑ ÈÔßá ÇÝÊÑÇÖí(. ÇáÎíÇÑ ÇáËÇäí åæ ÊäÓíÞ ÊÇÑíÎ ãÎÊáÝ ÈäÇÁð Úáì ÇáãÊÛíÑÇÊ ÇáãÊæÝÑÉ áÜPHP strftime().';
$strTransformation_text_plain__external = 'áíäßÓ ÝÞØ: íÔÛøá ÊØÈíÞÇð ÎÇÑÌíÇð æ íÞæã ÈÊÛÐíÉ ÈíÇäÇÊ ÇáÍÞá ÚÈÑ ÇáãÏÎá ÇáÇÝÊÑÇÖí. íÓÊÑÌÚ ãÎÑÌÇÊ ÇáÊØÈíÞ ÇáÇÝÊÑÇÖíÉ. ÇáÞíãÉ ÇáÇÝÊÑÇÖíÉ åí Tidy¡ ßí ÊØÈÚ ÔíÝÑÉ äÕ HTML ÈÔßá Ìãíá. áÃÓÈÇÈ ÃãäíÉ¡ Úáíß Ãä ÊÞæã ÈÊÚÏíá ÇáãáÝ libraries/transformations/text_plain__external.inc.php æÅÖÇÝÉ ÇáÃÏæÇÊ ÇáÊí ÊÑíÏ Ãä ÊÓãÍ áåÇ ÈÇáÚãá. ÇáÎíÇÑ ÇáÃæá ÚäÏ Ðáß åæ ÑÞã ÇáÈÑäÇãÌ ÇáÐí ÊÑíÏ Ãä ÊÓÊÎÏãå æÇáÎíÇÑ ÇáËÇäí åæ ÇáãÊÛíÑÇÊ ááÈÑäÇãÌ. ÓæÝ íÞæã ÇáÎíÇÑ ÇáËÇáË¡ Åä ÍÏÏ ÈÞíãÉ 1¡ ÈÊÍæíá ÇáãÎÑÌÇÊ ÈÇÓÊÎÏÇã htmlspecialchars() )ÇáÞíãÉ ÇáÇÝÊÑÇÖíÉ 1(. ãÊÛíÑ ÑÇÈÚ¡ Åä ÍÏÏ ÈÞíãÉ 1 ÓæÝ íÖíÝ ÇáÕÝÉ NOWRAP Åáì ÇáÎáíÉ ÇáÍÇæíÉ ÍÊì íÕÈÍ ÇáãÎÑÌ ÈÃßãáå ÈÏä ÅÚÇÏÉ ÊäÓíÞ )ÇáÞíãÉ ÇáÇÝÊÑÇÖíÉ 1(.';
$strTransformation_text_plain__formatted = 'íõÈÞí ÇáÊäÓíÞ ÇáÃÕáí ááÍÞá. áÇ íÊã Úãá Ãí Escaping.';
$strTransformation_text_plain__imagelink = 'ÊÙåÑ ÕæÑÉ æÑÇÈØ¡ íÊÍæí ÇáÍÞá Úáì ÅÓã ÇáãáÝ¡ ÇáÎíÇÑ ÇáÃæá åæ ÓÇÈÞÉ ãËá "http://domain.com/"¡ æÇáÎíÇÑ ÇáËÇäí åæ ÇáÚÑÖ ÈÇáÈßÓá¡ æÇáËÇáË åæ ÇáÇÑÊÝÇÚ.';
$strTransformation_text_plain__link = 'ÊÙåÑ ÑÇÈØÇð¡ ÇáÍÞá íÍÊæí ÅÓã ÇáãáÝ¡ æÇáÎíÇÑ ÇáÃæá åæ ÓÇÈÞÉ ãËá "http://domain.com/"¡ æÇáÎíÇÑ ÇáËÇäí åæ ÇáÚäæÇä ááÑÇÈØ.';
$strTransformation_text_plain__substr = 'íÙåÑ ÝÞØ ÌÒÁð ãä ÇáäÕ. ÇáÎíÇÑ ÇáÃæá íÍÏÏ ãßÇä ÈÏÁ ÙåæÑ ÇáäÕ )ÕÝÑ ÈÔßá ÇÝÊÑÇÖí(. ÇáÎíÇÑ ÇáËÇäí åæ ÊÚÏíá ßãø ÇáäÕ ÇáãÓÊÑÌÚ. Åä ßÇä ÝÇÑÛÇð¡ íÓÊÑÌÚ ßá ÇáäÕ ÇáÈÇÞí. ÇáÎíÇÑ ÇáËÇáË íÚÑÝ Ãí ãä ÇáÃÍÑÝ ÓæÝ ÊÖÇÝ Åáì ÇáãÎÑÌÇÊ ÚäÏ ÇÓÊÑÌÇÚ ÌÒÁ ãä ÇáäÕ )... ÈÔßá ÇÝÊÑÇÖí(.';
$strTruncateQueries = 'ÅÍÐÝ ÇáÇÓÊÚáÇãÇÊ ÇáãÚÑæÖÉ';
$strTurkish = 'ÇáÊÑßíÉ';
$strType = 'ÇáäæÚ';
 
$strUkrainian = 'ÇáÃßÑÇäíÉ';
$strUncheckAll = 'ÅáÛÇÁ ÊÍÏíÏ Çáßá';
$strUnicode = 'íæäíßæÏ';
$strUnique = 'ããíÒ';
$strUnknown = 'ÛíÑ ãÚÑæÝÉ';
$strUnselectAll = 'ÅáÛÇÁ ÊÍÏíÏ Çáßá';
$strUpdComTab = 'ÑÌÇÁ ÑÇÌÚ ÇáÊæËíÞ áßíÝíÉ ÊÍÏíË ÌÏæá Column_comments.';
$strUpdatePrivMessage = 'áÞÏ ÌÏÏÊ æÍÏËÊ ÇáÅãÊíÇÒÇÊ áÜ %s.';
$strUpdateProfileMessage = 'áÞÏ Êã ÊÌÏíÏ ÇáÚÑÖ ÇáÌÇäÈí.';
$strUpdateQuery = 'ÊÌÏíÏ ÅÓÊÚáÇã';
$strUpgrade = 'Úáíß ÇáÊÍÏíË Åáì %s %s Ãæ áÇÍÞÇ.';
$strUsage = 'ÇáãÓÇÍÉ';
$strUseBackquotes = 'ÍãÇíÉ ÃÓãÇÁ ÇáÌÏÇæá æ ÇáÍÞæá È "`" ';
$strUseHostTable = 'ÇÓÊÎÏã ÇáÌÏæá ÇáãÖíÝ';
$strUseTables = 'ÅÓÊÎÏã ÇáÌÏæá';
$strUseTextField = 'ÇÓÊÎÏã ÍÞá äÕø';
$strUseThisValue = 'ÇÓÊÎÏã åÐå ÇáÞíãÉ';
$strUser = 'ÇáãÓÊÎÏã';
$strUserAlreadyExists = 'ÅÓã ÇáãÓÊÎÏã %s ãæÌæÏ ãÓÈÞÇð!';
$strUserEmpty = 'ÅÓã ÇáãÓÊÎÏã ÝÇÑÛ!';
$strUserName = 'ÅÓã ÇáãÓÊÎÏã';
$strUserNotFound = 'ÇáãÓÊÎÏã ÇáãÍÏÏ ÛíÑ ãæÌæÏ Ýí ÌÏæá ÇáÕáÇÍíÇÊ.';
$strUserOverview = 'ãÚáæãÇÊ ÇáãÓÊÎÏã';
$strUsersDeleted = 'Êã ÍÐÝ ÇáãÓÊÎÏãíä ÇáãÍÏÏíä ÈäÌÇÍ.';
$strUsersHavingAccessToDb = 'ÇáãÓÊÎÏãíä Ðæí ÕáÇÍíÉ ÇáæÕæá Åáì &quot;%s&quot;';
 
$strValidateSQL = 'ÇáÊÍÞÞ ãä ÇÓÊÚáÇã SQL';
$strValidatorError = 'áã íãßä ÊÔÛíá ãÍÞÞ SQL. ÇáÑÌÇÁ ÇáÊÃßÏ ããÇ ÅÐÇ ßäÊ ËÈøÊúÊ ÅÖÇÝÇÊ PHP ßãÇ åæ ãÔÑæÍ Ýí %sÇáÊæËíÞ%s.';
$strValue = 'ÇáÞíãå';
$strVar = 'ãÊÛíøÑ';
$strViewDump = 'ÚÑÖ ÈäíÉ ÇáÌÏæá ';
$strViewDumpDB = 'ÚÑÖ ÈäíÉ ÞÇÚÏÉ ÇáÈíÇäÇÊ';
$strViewDumpDatabases = 'ÅÚÑÖ Ãæ ÅÍÝÙ ÈäÇÁ ÞæÇÚÏ ÇáÈíÇäÇÊ.';
 
$strWebServerUploadDirectory = 'Ïáíá ÊÍãíá ÇáãáÝÇÊ Úáì ÎÇÏã ÇáÔÈßÉ';
$strWebServerUploadDirectoryError = 'ÇáÏáíá ÇáÐí ÍÏÏÊå áÊÍãíá Úãáß áÇ íãßä ÇáæÕæá Åáíå.';
$strWelcome = 'ÃåáÇð Èß Ýí %s';
$strWestEuropean = 'ÃæÑæÈÇ ÇáÛÑÈíÉ';
$strWildcard = 'ÍÑÝ ÔÇãá';
$strWindowNotFound = 'áã íãßä ÊÍÏíË äÇÝÐÉ ÇáãÊÕÝÍ ÇáãÓÊåÏÝÉ. íÈÏæ Ãäß ÃÛáÞÊ ÇáÑÆíÓíÉ Ãæ Ãä ãÓÊÚÑÖß íãäÚ ÇáÊÍÏíË ÚÈÑ ÇáäæÇÝÐ ÈÓÈÈ ÅÚÏÇÏÇÊ ÇáÃãÇä.';
$strWithChecked = ': Úáì ÇáãÍÏÏ';
$strWritingCommentNotPossible = 'ßÊÇÈÉ ÇáÊÚáíÞ ÛíÑ ããßä';
$strWritingRelationNotPossible = 'ßÊÇÈÉ ÇáÚáÇÞÉ ÛíÑ ããßäÉ';
$strWrongUser = 'ÎØà ÅÓã ÇáãÓÊÎÏã/ßáãÉ ÇáÓÑ. ÇáÏÎæá ããäæÚ.';
 
$strXML = 'XML';
 
$strYes = 'äÚã';
 
$strZeroRemovesTheLimit = 'ãáÇÍÙÉ: ÊÛííÑ åÐå ÇáÎíÇÑÇÊ ááÑÞã 0 )ÕÝÑ( íáÛí ÇáÍÏø.';
$strZip = '"zipped" "ãÖÛæØ"';
 
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/azerbaijani-iso-8859-9.inc.php
0,0 → 1,1002
<?php
/* $Id: azerbaijani-iso-8859-9.inc.php,v 2.118.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
// tercümedeki eksiklerimi ve ya sehv olduðunu düþündüyünüz yerleri shehriyari@trcomm.net adresine göndere bilersiniz...
// Þehriyar Ýmanov 30 Avqust 2003... Shehi
 
$charset = 'iso-8859-9';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'QB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Baz', 'Baz Ert', 'Çerþ Axþ', 'Çerþ', 'Cüme Axþ', 'Cüme', 'Þen');
$month = array('Yan', 'Fev', 'Mar', 'Apr', 'May', 'Ýyun', 'Ýyul', 'Avq', 'Sent', 'Okt', 'Noy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y saat %H:%M';
$timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye';
 
$strAbortedClients = 'Dayandýrýlmýþ Elaqeler';
$strAbsolutePathToDocSqlDir = 'Xahiþ edirik, docSQL direktoriyasýna webserver-deki mütleq yolu (absolute path) gösterin.';
$strAccessDenied = 'Giriþ Tesdiq Edilmedi';
$strAction = 'Fealiyyetler';
$strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et';
$strAddDeleteColumn = 'Sahe Sütunlarýný Elave Et/Sil';
$strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil';
$strAddDropDatabase = 'DROP DATABASE elave et';
$strAddedColumnComment = 'Bu sütun üçün qýsa izahat elave edildi';
$strAddedColumnRelation = 'Sütun üçün elaqe elave edildi';
$strAddHeaderComment = 'Baþlýða xülase me\'lumatý elave et (\\n yeni setire keçir)';
$strAddIfNotExists = 'IF NOT EXISTS elave et';
$strAddIntoComments = 'Xülaseye elave et';
$strAddNewField = 'Yeni sahe elave et';
$strAddPrivilegesOnDb = 'Aþaðýdaký me\'lumat bazasý üçün selahiyyet müeyyen et';
$strAddPrivilegesOnTbl = 'Aþaðýdaký cedvel üçün selahiyyetler müeyyen et';
$strAddSearchConditions = 'Axtarýþ þertlerini gir ("where" ifadesinin esas metni):';
$strAddToIndex = 'Ýndekse &nbsp;%s&nbsp;sütun elave et';
$strAddUserMessage = 'Yeni istifadeçi elave etdiniz.';
$strAddUser = 'Yeni Ýstifadeçi elave Et';
$strAdministration = 'Administrasiya';
$strAffectedRows = 'Deyiþen setir sayý:';
$strAfterInsertBack = 'Evvelki sehifeye qayýt';
$strAfterInsertNewInsert = 'Teze bir setir daha gir';
$strAfterInsertNext = 'Bir sonraký setre keç';
$strAfterInsertSame = 'Bu sehifeye geri dön';
$strAfter = 'Sonra: %s';
$strAll = 'All';
$strAllTableSameWidth = 'eyni enli bütün cedveller gösterilsinmi?';
$strAlterOrderBy = 'Cedvel sýrasýna buna göre yeniden qur';
$strAnalyzeTable = 'Cedveli analiz et';
$strAnd = 'Ve';
$strAnIndex = '%s üzerine indeks elave edildi';
$strAny = 'Her hansý';
$strAnyHost = 'Her hansý host';
$strAnyUser = 'Her hansý istifadeçi';
$strAPrimaryKey = '%s üzerine Birinci Dereceli Açar elave edildi.';
$strArabic = 'Ereb';
$strArmenian = 'Ermeni';
$strAscending = 'Artan sýrada';
$strAtBeginningOfTable = 'Cedvelin baþýna';
$strAtEndOfTable = 'Cedvelin sonuna';
$strAttr = 'Xüsusiyyetler';
$strAutodetect = 'Avtomatik';
$strAutomaticLayout = 'Automatik þablon';
 
$strBack = 'Geri';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - deyiþiklik etme';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Bookmark-lanmýþ SQL sorðusu';
$strBookmarkThis = 'Bu SQL sorðusunu bookmark-la';
$strBookmarkView = 'Sadece göster';
$strBrowse = 'Ýçindekiler';
$strBulgarian = 'Bolqar Dili';
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.';
$strBzip = '"bzip"lenmiþ';
 
$strCannotLogin = 'MySQL server-e gire bilmirem';
$strCantLoadRecodeIconv = 'Charset çevirmeleri üçün lazým olan iconv ve ya recode uzantýlarýný yükleye bilmirem; ya php-ni bu uzantýlarý istifade ede bilmesi üçün yeniden quraþdýrýn ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün.';
$strCantLoad = '%s uzantýsýný (extension) yükleye bilmirem,<br />xahiþ edirem PHP Konfiqurasiyaný gözden keçir.';
$strCantRenameIdxToPrimary = 'Ýndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandýra bilmirem!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Cardinality';
$strCentralEuropean = 'Merkezi Avropa';
$strChangeCopyModeCopy = '... köhnesini saxla.';
$strChangeCopyModeDeleteAndReload = ' ... istifadeçi cedvellerinden köhnesini sil ve ardýndan selahiyyetleri yeniden yükle.';
$strChangeCopyMode = 'Eyni selahiyyetlere sahib yeni istifadeçi qur ve ...';
$strChangeCopyModeJustDelete = ' ... istifadeçi cedvellerinden köhnesini sil.';
$strChangeCopyModeRevoke = ' ... köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil.';
$strChangeCopyUser = 'Sistem Giriþ Me\'lumatýný Deyiþdir / Ýstifadeçini Kopyala';
$strChange = 'Deyiþdir';
$strChangeDisplay = 'Gösterilecek Saheni Seç';
$strChangePassword = 'Parolu Deyiþdir';
$strCharset = 'Charset';
$strCharsetOfFile = 'Faylýn Charset-i:';
$strCheckAll = 'Hamýsýný Seç';
$strCheckPrivsLong = '&quot;%s&quot; bazasý üçün selahiyyetleri gözden keçir.';
$strCheckPrivs = 'Selahiyyetleri Gözden Keçir';
$strCheckTable = 'Cedveli yoxla';
$strChoosePage = 'Xahiþ edirem, deyiþdirilecek Sehifeni seç';
$strColComFeat = 'Sütun Qýsa Ýzahatýný Deyiþdir';
$strColumnNames = 'Sütun adlarý';
$strColumnPrivileges = 'Sütunaxas Selahiyyetler';
$strCommand = 'Komanda Tipi';
$strComments = 'Qýsa Ýzahatlar';
$strCompleteInserts = 'Tam giriþli';
$strCompression = 'Sýxýþdýrma';
$strConfigFileError = 'phpMyAdmin konfiqurasiya faylýnýzý oxuya bilmedi!<br />Bunun sebebi fayldaký parse error ya da faylýn mövcud olmamasý ola biler.<br />Xahiþ edirem aþaðýdaký link-i istifade ederek konfiqurasiya faylýný çaðýrýn ve aldýðýnýz php xeta mesaj(lar)ýný oxuyun. Bir çox halda ya tek dýrnaq ya da nöqteli vergül eksikliyi vardýr.<br />Eger boþ sehife ile qarþýlaþsanýz, demek ki, her þey qaydasýndadýr.';
$strConfigureTableCoord = 'Xahiþ edirem, %s cedveli üçün koordinatlarý yeniden müeyyen et.';
$strConnectionError = 'Elaqe qura bilmirem: yalnýþ quruluþ.';
$strConnections = 'Elaqeler';
$strCookiesRequired = 'Sisteme girebilmeniz üçün çerez fayllarý (cookie-ler) aktiv olmalýdýr.';
$strCopyTable = 'Cedveli kopyala (me\'lumat bazasý<b>.</b>cedvel):';
$strCopyTableOK = '%s cedveli %s - e kopyalandý.';
$strCopyTableSameNames = 'Cedveli eynisinin üzerine kopyalaya bilmerem!';
$strCouldNotKill = 'phpMyAdmin %s emeliyyat thread-ini söndüre (kill) bilmedi. Böyük ehtimal artýq söndürülmüþdür.';
$strCreateIndex = '&nbsp;%s&nbsp;sütunda indeks yarat';
$strCreateIndexTopic = 'Yeni indeks qur';
$strCreateNewDatabase = 'Yeni me\'lumat bazasý qur';
$strCreateNewTable = '%s bazasýnda yeni cedvel qur';
$strCreatePage = 'Yeni Sehife qur';
$strCreatePdfFeat = 'PDF-lerin qurulmasý';
$strCreate = 'Qur';
$strCreationDates = 'Quruluþ/Deyiþdirilme/Yoxlama tarixleri';
$strCriteria = 'Kriteriyalar';
$strCroatian = 'Xorvat Dili';
$strCSVOptions = 'CSV variantlarý';
$strCyrillic = 'Kiril';
$strCzechSlovak = 'Çex-Slovak';
 
$strDatabaseExportOptions = 'Me\'lumat bazasý eksport variantlarý';
$strDatabaseHasBeenDropped = '%s bazasý leðv edildi.';
$strDatabase = 'Me\'lumat Bazasý';
$strDatabasesDropped = '%s bazasý müveffeqiyyetle leðv edildi.';
$strDatabases = 'Me\'lumat Bazalarý';
$strDatabasesStatsDisable = 'Statistikalarý Söndür';
$strDatabasesStatsEnable = 'Statistikalarý Aktivleþdir';
$strDatabasesStatsHeavyTraffic = 'Qeyd: Me\'lumat Bazasý statistikalarýný burada aktivleþdirmekle webserver-le MySQL server arasýnda aðýr neqliyyata sebeb ola bilersiniz.';
$strDatabasesStats = 'Me\'lumat Bazasý Statistikalarý';
$strDataDict = 'Me\'lumat lüðeti';
$strData = 'Me\'lumat';
$strDataOnly = 'Sadece me\'lumat';
$strDBComment = 'Baza qýsa izahatý: ';
$strDBGContextID = 'Kontekst Nömresi';
$strDBGContext = 'Metn (kontekst)';
$strDBGHits = 'Hit-ler';
$strDBGLine = 'Setr';
$strDBGMaxTimeMs = 'Min. müddet, ms';
$strDBGMinTimeMs = 'Maks. müddet, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vaxt/Hit, ms';
$strDBGTotalTimeMs = 'Toplam müddet, ms';
$strDbPrivileges = 'Me\'lumat Bazasýna Mexsus Selahiyyetler';
$strDbSpecific = 'bazayaxas';
$strDefault = 'Baþlanðýc deyeri';
$strDefaultEngine = '%s bu MySQL serverinde esas depolama motoru olaraq qurulmuþdur.';
$strDefaultValueHelp = 'Baþlanðýc deyer girerken, sadece deyeri girin, ters kesr escape-leme ya da dýrnaqdan istifade etmeyin, bu formatý te\'qib edin: a';
$strDeleteAndFlush = 'Bütün istifadeçileri sil ve ardýndan selahiyyetleri yeniden yükle.';
$strDeleteAndFlushDescr = 'Bu en temiz yoldur, amma selahiyyetlerin yeniden yüklenmesi zaman teleb ede biler.';
$strDeletedRows = 'Silinen setir sayý:';
$strDeleted = 'Setir silindi';
$strDelete = 'Sil';
$strDeleting = '%s silinir';
$strDelOld = 'Hal-hazýrki sehifen artýq mövcud olmayan Cedvellere baðlýdýr. Bu elaqelerin silinmesini istermisiniz?';
$strDescending = 'Azalan sýrada';
$strDisabled = 'Söndürülüb';
$strDisplayFeat = 'Xüsusiyyetleri Göster';
$strDisplayOrder = 'Sýralama þekli:';
$strDisplayPDF = 'PDF sxemini göster';
$strDoAQuery = '"nümuneye göre sorðu" gönderin (xüsusi iþare: "%")';
$strDocu = 'Dokumentasiya';
$strDoYouReally = 'Aþaðýdaký sorðunu icra etdirmekten eminsiniz ';
$strDropDatabaseStrongWarning = 'Bütün bazaný YOX ETMEK üzeresiniz!';
$strDrop = 'Leðv et';
$strDropUsersDb = 'Ýstifadeçilerle eyni adlý me\'lumat bazalarýný leðv et.';
$strDumpingData = 'Sxemi çýxarýlan cedvel';
$strDumpSaved = 'Sxem %s faylýna qeyd edildi.';
$strDumpXRows = '%s setri %s nömreli qeydden baþlayaraq göster.';
$strDynamic = 'dinamik';
 
$strEdit = 'Deyiþdir';
$strEditPDFPages = 'PDF Sehifelerini Deyiþdir';
$strEditPrivileges = 'Selahiyyetleri Deyiþdir';
$strEffective = 'Effektiv';
$strEmpty = 'Boþalt';
$strEmptyResultSet = 'MySQL boþ netice çoxluðu gönderdi (ye\'ni sýfýr setir).';
$strEnabled = 'Enabled';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineDisabled = '%s motoru bu serverde söndürülmüþdür.';
$strEngines = 'Motorlar';
$strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.';
$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adlarý ingilis dilinde ifade edilmiþdir ';
$strEnglish = 'Ýngilis Dili';
$strError = 'Xeta';
$strEstonian = 'Eston Dili';
$strExcelEdition = 'Excel versiyasý';
$strExcelOptions = 'Excel variantlarý';
$strExplain = 'SQL-i Ýzah Et';
$strExport = 'Eksport';
$strExtendedInserts = 'Geniþletilmiþ giriþli';
$strExtra = 'Elave Xüs.';
 
$strFailedAttempts = 'Uðursuz Cehdler';
$strFieldHasBeenDropped = '%s sahesi leðv edildi';
$strField = 'Sahe';
$strFieldsEmpty = ' Sahe sayðacý boþdur! ';
$strFieldsEnclosedBy = 'Saheler ehate edildiyi iþare';
$strFieldsEscapedBy = 'Sahelerin escape edildiyi iþare';
$strFields = 'Sahe sayý';
$strFieldsTerminatedBy = 'Sahelerin yox edildiyi (terminate) iþare';
$strFileAlreadyExists = '%s faylý serverda onsuz da mövcuddur, ya faylýn adýný deyiþdir ya da üzerine yazma variantlarýný.';
$strFileCouldNotBeRead = 'Fayl oxuna bilmir';
$strFileNameTemplate = 'Fayl adý nomenklaturasý';
$strFileNameTemplateRemember = 'nomenklaturaný unutma';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaþa MySQL-in selahiyyetler cedvellerinden almaqdadýr. Eger elle nizamlamalar edilmiþse, bu cedvellerin içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu halda, davam etmeden evvel, selahiyyetleri yeniden yüklemelisiniz.';
$strFlushTable = 'Cedveli flush-la ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Formda eksik girilmiþ deyer var!';
$strFullText = 'Tam Metnler (Full Text)';
$strFunction = 'Funksiya';
 
$strGenBy = 'Qurucu';
$strGeneralRelationFeat = 'Ümumi elaqe variantlarý';
$strGenTime = 'Hazýrlanma Vaxtý';
$strGeorgian = 'Gürcü';
$strGlobalPrivileges = 'Qlobal selahiyyetler';
$strGlobal = 'qlobal';
$strGlobalValue = 'Qlobal deyer';
$strGo = 'Davam';
$strGrantOption = 'Ýcaze ver';
$strGzip = '"gzip"lenmiþ';
 
$strHasBeenAltered = 'deyiþdirildi.';
$strHasBeenCreated = 'quruldu.';
$strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz';
$strHebrew = 'Ýbrani Dili';
$strHexForBinary = 'Ýkili saheler üçün hekzadesimaldan istifade et';
$strHome = 'Baþlanðýc';
$strHomepageOfficial = 'phpMyAdmin Resmi Ýnternet Sehifesi';
$strHostEmpty = 'Host adý boþdur!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksport variantlarý';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksport variantlarý';
$strHungarian = 'Macar Dili';
 
$strId = 'Nömre';
$strIdxFulltext = 'Tam metn (Fulltext)';
$strIgnore = 'Diqqete Alma';
$strIgnoringFile = '%s Diqqete Almama (Ignore) faylý';
$strImportDocSQL = 'docSQL Fayllarýný Ýmport Et';
$strImportFiles = 'Fayllarý import et';
$strIndexes = 'Indeksler';
$strIndexHasBeenDropped = '%s indeksi leðv edildi';
$strIndexName = 'Ýndex adý&nbsp;:';
$strIndexType = 'Ýndex tipi&nbsp;:';
$strIndex = 'Ýndeks';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Konfiqurasiya faylýnýzda MySQL baþlanðýc deyerleri (parolsuz root istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e\'tibarlý deyildir.';
$strInsertAsNewRow = 'Yeni setir olaraq elave et';
$strInsertedRowId = 'Elave edilen setir nömresi (id):';
$strInsertedRows = 'Elave edilen setir sayý:';
$strInsert = 'Elave et';
$strInsertNewRow = 'Yeni setir elave et';
$strInUse = 'istifadede';
 
$strJumpToDB = '&quot;%s&quot; me\'lumat bazasýna keç.';
$strJustDeleteDescr = '&quot;Silinmiþ&quot; istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.';
$strJustDelete = 'Sadece olaraq selahiyyet cedvellerindeki istifadeçileri sil.';
 
$strKeepPass = 'Parolu deyiþdirme';
$strKeyname = 'Açar söz';
$strKill = 'Söndür';
 
$strLandscape = 'Landþaft';
$strLatexCaption = 'Cedvel baþlýðý';
$strLatexContinuedCaption = 'Cedvel baþlýðýnýn davamý';
$strLatexContinued = '(davamý)';
$strLatexIncludeCaption = 'Cedvel baþlýðýný daxil et';
$strLatexLabel = 'Etiket açarý';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX variantlarý';
$strLengthSet = 'Uzunluq/Deyerler*';
$strLimitNumRows = 'Sehife baþýna düþen setir sayý';
$strLinesTerminatedBy = 'Setir leðvedicisi (Lines terminated by)';
$strLinkNotFound = 'Link tapýlmadý';
$strLinksTo = 'Links to';
$strLithuanian = 'Litva Dili';
$strLocalhost = 'Yerli';
$strLocationTextfile = 'tekst faylýndan yükleyerek';
$strLoginInformation = 'Sisteme Giriþ Me\'lumatý';
$strLogin = 'Sisteme Giriþ';
$strLogout = 'Sistemden Çýxýþ';
$strLogPassword = 'Parol:';
$strLogUsername = 'Ýstifadeçi Adý:';
 
$strMaximumSize = 'En çox: %s%s';
$strMIME_available_mime = 'Mövcud olan MIME-tipleri';
$strMIME_available_transform = 'Mövcud transformasiyalar';
$strMIME_description = 'Haqqýnda';
$strMIME_MIMEtype = 'MIME-tipi';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$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\').';
$strMIME_transformation_options = 'Transformasiya variantlarý';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Cedveli daþý (me\'lumat bazasý<b>.</b>cedvel):';
$strMoveTableOK = '%s cedveli %s - e daþýnmýþdýr.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMyISAMMaxExtraSortFileSize = 'Ýndeks yaradýlarken istifade olunan keçici fayllarýn maksimum boyu';
$strMyISAMMaxSortFileSize = 'Keçici sýralama fayllarýnýn maksimum boyu';
$strMyISAMRecoverOptions = 'Avtomatik qurtarma rejimi';
$strMyISAMSortBufferSize = 'Sýralama buferinin (keçici yaddaþýnýn) boyu';
$strMySQLCharset = 'MySQL charset';
$strMySQLSaid = 'MySQL deyir: ';
$strMySQLShowProcess = 'Prosesleri göster';
$strMySQLShowStatus = 'MySQL runtime me\'lumatýný göster';
$strMySQLShowVars = 'MySQL sistem deyiþenlerini göster';
 
$strName = 'Adý';
$strNext = 'Sonraký';
$strNoDatabases = 'Baza seçilmemiþdir ve ya mövcud deyildir.';
$strNoDatabasesSelected = 'Heç bir baza seçilmemiþdir.';
$strNoDescription = 'Haqqýnda me\'lumat (description) mövcud deyildir';
$strNoDetailsForEngine = 'Bu depolama motoru haqqýnda etrafli status me\'lumatý mövcud deyildir.';
$strNoDropDatabases = '"DROP DATABASE" ifadeleri söndürülmüþdür (disabled).';
$strNoExplain = 'SQL Ýzah Et-i Keç';
$strNoFrames = 'phpMyAdmin <b>frame-destekli</b> görüntüleyicilerle (browser) daha yaxþý iþleyir.';
$strNoIndexPartsDefined = 'Ýndeks qisimleri te\'yin edilmedi!';
$strNoIndex = 'Ýndeks te\'yin edilmedi!';
$strNoModification = 'Deyiþiklik Yoxdur';
$strNone = 'Heç biri';
$strNoOptions = 'Bu formatýn variantlarý yoxdur';
$strNoPassword = 'Parol Yoxdur';
$strNoPermission = 'Webserver-in %s faylýný saxlama izni yoxdur.';
$strNoPhp = 'PHP Kodunu Gösterme';
$strNoPrivileges = 'Selahiyyet çatýþmazlýðý';
$strNoRights = 'Burada olma haqqýnýz yoxdur!';
$strNoSpace = '%s faylýný saxlamaq üçün lazým olan yer çatýþmýr.';
$strNoTablesFound = 'Me\'lumat bazasýnda cedvel yoxdur.';
$strNotNumber = 'Bu reqem deyildir!';
$strNotOK = 'Müveffeqiyyetsiz';
$strNotSet = '<b>%s</b> cedveli %s içerisinde ya <b>tapýlmadý</b> ya da qurulmamýþdýr';
$strNoUsersFound = 'Ýstifadeçi(ler) tapýlmadý.';
$strNoValidateSQL = 'SQL Ýfadesini Yoxlama';
$strNo = 'Xeyir';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s uyðunluq tapýldý (<i>%s</i> cedvelinde)';
$strNumSearchResultsTotal = '<b>Cemi:</b> <i>%s</i> uyðunluq';
$strNumTables = 'Cedveller';
 
$strOK = 'Müveffeqiyyetle';
$strOperations = 'Emeliyyatlar';
$strOptimizeTable = 'Cedveli optimallaþdýr';
$strOr = 'ya da';
$strOverhead = 'Aþma deyeri';
$strOverwriteExisting = 'Mövcud fayl(lar)ýn üzerine yaz';
 
$strPageNumber = 'Sehife Nömresi:';
$strPartialText = 'Qismi Metnler';
$strPasswordChanged = '%s üçün parol müveffeqiyyetle deyiþdirilmiþdir.';
$strPasswordEmpty = 'Parol boþdur!';
$strPasswordNotSame = 'Girdiyiniz parollar eyni deyil!';
$strPassword = 'Parol';
$strPdfDbSchema = '"%s" bazanýn sxemi - Sehife %s';
$strPdfInvalidTblName = '"%s" cedveli mövcud deyil!';
$strPdfNoTables = 'Cedvel yoxdur';
$strPerHour = 'saatda';
$strPerMinute = 'deqiqede';
$strPerSecond = 'saniyede';
$strPHP40203 = 'Siz içerisinde ciddi multi-bayt strinqleri (mbstring) ile elaqedar xetalar olan PHP 4.2.3 versiyasýný istifade edirsiniz. Etraflý melumat üçün PHP xeta raportu 19404-e baxýn. PHP-nin bu versiyasý PhpMyAdmin ile istifade üçün tövsiye edilmir.';
$strPhp = 'PHP Kodunu Hazýrla';
$strPHPVersion = 'PHP Versiyasý';
$strPmaDocumentation = 'phpMyAdmin dokumentasiyasý (etraflý me\'lumat üçün)';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivi PMA konfiqurasiya faylýnýzda QURULMAMIÞDIR!';
$strPortrait = 'Portret';
$strPos1 = 'Baþla';
$strPrevious = 'Evvelki';
$strPrimary = 'Birinci Dereceli';
$strPrimaryKeyHasBeenDropped = 'Birinci dereceli açar leðv edildi';
$strPrimaryKeyName = 'Birinci dereceli açarýn adý... BÝRÝNCÝ DERECELÝ (PRIMARY) olmalýdýr!';
$strPrimaryKeyWarning = '("PRIMARY" sadece birinci dereceli açarýn adý <b>olmalýdýr</b>!)';
$strPrint = 'Çap et';
$strPrintView = 'Çap görüntüsü';
$strPrivDescAllPrivileges = 'GRANT-dan baþqa bütün selahiyyetler daxildir.';
$strPrivDescAlter = 'Mövcud olan cedvellerin strukturunu deyiþdirmeye icaze verir.';
$strPrivDescCreateDb = 'Yeni bazalar ve cedveller qurmaða icaze verir.';
$strPrivDescCreateTbl = 'Yeni cedveller qurmaða icaze verir.';
$strPrivDescCreateTmpTable = 'Keçici cedveller qurmaða icaze verir.';
$strPrivDescDelete = 'Me\'lumat silmeye icaze verir.';
$strPrivDescDropDb = 'Baza ve cedvel leðv etmeye icaze verir.';
$strPrivDescDropTbl = 'Cedvelleri leðv etmeye icaze verir.';
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'Selahiyyet te\'yin edilmedi.';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strPrivileges = 'Selahiyyetler';
$strProcesslist = 'Proses Siyahýsý';
$strPutColNames = 'Sahe adlarýný birinci setre yerleþdir';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Sorðu';
$strQueryFrame = 'Sorðu penceresi';
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-tarixçesi';
$strQueryStatistics = '<b>Sorðu Statistikasý</b>: Açýldýqdan bu yana, bu servere %s sorðu gönderilmiþdir.';
$strQueryTime = 'sorðu %01.4f saniyede icra edildi';
$strQueryType = 'Sorðu tipi';
 
$strReceived = 'Alýndý';
$strRecords = 'Setr sayý';
$strReferentialIntegrity = 'Check referential integrity:';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Elaqelendirilmiþ cedveller üçün nezerde tutulmuþ be\'zi xüsusiyyetler passivleþdirilmiþdir. Sebebini aydýnlaþdýrmaq üçün %sbax%s.';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameTable = 'Cedveli yeniden adlandýr';
$strRenameTableOK = '%s cedveli %s olaraq yeniden adlandýrýlmýþdýr';
$strRepairTable = 'Cedveli te\'mir et';
$strReplaceNULLBy = 'NULL-u bununla deyiþdir';
$strReplaceTable = 'Replace table data with file';
$strReset = 'Yenile';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRowLength = 'Sýra uzunluðu';
$strRowsFrom = 'setri göster; baþlangýç qeydiyyat nömresi';
$strRowSize = ' Sýra boyu ';
$strRowsModeFlippedHorizontal = 'üfüqi (tekrarlanan baþlýqlar)';
$strRowsModeHorizontal = 'üfüqi';
$strRowsModeOptions = '%s rejimde, baþlýqlar %s blokdan bir tekrar ederek';
$strRowsModeVertical = 'þaquli';
$strRowsStatistic = 'Sýra Statistikasý';
$strRows = 'Sýra sayý';
$strRunning = '%s üzerinde iþlemektedir';
$strRunQuery = 'Emri Ýcra Et';
$strRunSQLQuery = '%s me\'lumat bazasýna SQL sorðusu(-larý) gönder';
 
$strSaveOnServer = 'Serverdeki %s direktoriyasýna qeyd et';
$strSave = 'Qeyd Et';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearch = 'Axtarýþ';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Axtarmaq üçün söz(ler) ve ya deyer(ler) (wildcard: "%"):';
$strSearchOption1 = 'sözlerin en azýndan birini';
$strSearchOption2 = 'bütün sözleri';
$strSearchOption3 = 'tamamile eyni sözü';
$strSearchOption4 = 'requlyar ifade (regular expression) olaraq';
$strSearchResultsFor = '"<i>%s</i>" üçün axtarýþ neticeleri %s:';
$strSearchType = 'Tap:';
$strSelectADb = 'Me\'lumat bazasý seç';
$strSelectAll = 'Hamýsýný Seç';
$strSelectFields = 'Sahe seçin (en az birini):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Fayl olaraq qeyd et';
$strSent = 'Gönderildi';
$strServerChoice = 'Quraþdýrýlmýþ Serverler';
$strServer = 'Server';
$strServerStatus = 'Runtime Me\'lumatý';
$strServerStatusUptime = 'Bu MySQL server %sdir iþlemektedir. Server %s-de açýlmýþdýr.';
$strServerTabProcesslist = 'Prosesler';
$strServerTabVariables = 'Deyiþenler';
$strServerTrafficNotes = '<b>Server Neqliyyatý</b>: Bu cedveller serverin açýlýþýndan beri elde edilen me\'lumat axýþý miqdarýný göstermektedir.';
$strServerVars = 'Server Deyiþenleri Ve Variantlarý';
$strServerVersion = 'Server versiyasý';
$strSessionValue = 'Sessiya deyeri';
$strSetEnumVal = 'Sahe tipi "enum" ve ya "set" ise, deyerleri bu formatda girin: \'a\',\'b\',\'c\'...<br />Eger bu deyerlerde ters-kesr ("\") ve ya tek dýrnaq ("\'") istifade etmek isteyirsinizse, onlarý ters-kesrle escape-leyin (meselen \'\\\\xyz\' ve ya \'a\\\'b\').';
$strShowAll = 'Hamýsýný göster';
$strShowColor = 'Rengini göster';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Emrleri Tam Olaraq Göster';
$strShow = 'Göster';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Gösterilen setirler';
$strShowPHPInfo = 'PHPInfo() me\'lumatýný göster';
$strShowTableDimension = 'Cedvellerin ölçülerini göster';
$strShowTables = 'Cedvelleri göster';
$strShowThisQuery = ' Bu sorðunu burada yene göster ';
$strSingly = '(tek-tek)';
$strSize = 'Boy';
$strSort = 'Sýrala';
$strSpaceUsage = 'Yer istifadesi';
$strSplitWordsWithSpace = 'Sözler boþluq ifadesi (" ") ile ayrýlmýþdýr.';
$strSQLExportType = 'Eksport þekli';
$strSQLOptions = 'SQL variantlarý';
$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 sorðusu';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'En son yoxlama';
$strStatCreateTime = 'Quruluþ';
$strStatement = 'Variantlar';
$strStatUpdateTime = 'En son yenilenme';
$strStatus = 'Status';
$strStorageEngine = 'Depolama Motorlarý';
$strStorageEngines = 'MySQL Depolama Motorlarý';
$strStrucCSV = 'CSV verilenleri';
$strStrucData = 'Quruluþ ve me\'lumat';
$strStrucDrop = '\'Cedveli leðv et\' elaveli';
$strStrucExcelCSV = 'MS Excel verilenleri üçün CSV';
$strStrucOnly = 'Sadece quruluþ';
$strStructPropose = 'Alternativ cedvel strukturu';
$strStructure = 'Quruluþ';
$strSubmit = 'Submit';
$strSuccess = 'SQL sorðunuz müveffeqiyyetle icra edilmiþdir';
$strSum = 'Cemi';
$strSwitchToTable = 'Kopyalanmýþ cedvele keç';
 
$strTable = 'Cedvel';
$strTableComments = 'Cedvel haqqýnda qýsa izahat';
$strTableEmpty = 'Cedveli adý boþdur!';
$strTableHasBeenDropped = '%s cedveli leðv edildi';
$strTableHasBeenEmptied = '%s cedveli boþaldýldý';
$strTableHasBeenFlushed = '%s cedveli flush-landý';
$strTableMaintenance = 'Cedvel temizliyi';
$strTableOfContents = 'Ýçindekiler Cedveli';
$strTables = '%s cedvel';
$strTableStructure = 'Table structure for table';
$strTableType = 'Cedvel tipi';
$strTblPrivileges = 'Cedvelexas selahiyyetler';
$strTextAreaLength = ' Uzun olduðuna göre,<br /> bu sahedeki me\'lumatlar deyiþdirilmeye biler ';
$strThisHost = 'Bu Host';
$strThisNotDirectory = 'Bu direktoriya deyildi';
$strThreadSuccessfullyKilled = 'Thread %s uðurla söndürüldü (killed).';
$strTime = 'Müddet';
$strTotal = 'cemi';
$strTotalUC = 'Cemi';
$strTraditionalChinese = 'Enenevi Çin Dili';
$strTraffic = 'Neqliyyat';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Türk Dili';
$strType = 'Tip';
 
$strUkrainian = 'Ukrayna Dili';
$strUncheckAll = 'Heç Birini Seçme';
$strUnique = 'Unikal';
$strUnselectAll = 'Heç birini seçme';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'Profil yenilendi.';
$strUpdateQuery = 'Sorðunu Yenile';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUsage = 'Miqdar';
$strUseBackquotes = 'Cedvel ve sahe adlarýný tek dýrnaq arasýna al';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = '%s istifadeçisi mövcuddur!';
$strUserEmpty = 'Ýstifadeçi adý boþ qaldý!';
$strUserName = 'Ýstifadeçi adý';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'Ýstifadeçi';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
 
$strValidateSQL = 'SQL Tesdiqle';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
$strValue = 'Deyer';
$strVar = 'Deyiþen';
$strViewDump = 'Cedvelin sxemini göster';
$strViewDumpDatabases = 'Me\'lumat bazalarýnýn sxemini göster';
$strViewDumpDB = 'Me\'lumat bazasýnýn sxemini göster';
 
$strWebServerUploadDirectoryError = 'Upload iþleri üçün te\'yin etdiyiniz direktoriya tapýlmadý';
$strWebServerUploadDirectory = 'web-server upload direktoriyasý';
$strWelcome = '%s - e Xoþ Gelmiþsiniz!';
$strWestEuropean = 'Qerbi Avropa';
$strWildcard = 'xüsusi iþare';
$strWithChecked = 'Seçilenleri:';
$strWritingCommentNotPossible = 'Qýsa izahat yazýlýþý mümkün deyil';
$strWritingRelationNotPossible = 'Elaqe yazýlýþý mümkün deyil';
$strWrongUser = 'Yanlýþ istifadeçi adý ve ya parol. Giriþ tesdiq edilmedi.';
 
$strXML = 'XML';
 
$strYes = 'Beli';
 
$strZeroRemovesTheLimit = 'Qeyd: Bu variantlarý 0 (sýfýr)-a çevirmek hüdudu (limiti) qaldýracaq.';
$strZip = '"zip"lenmiþ';
 
// To translate:
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAndThen = 'and then'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCalendar = 'Calendar'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strCzech = 'Czech'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGerman = 'German'; //to translate
$strGreek = 'Greek'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJapanese = 'Japanese'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatvian = 'Latvian'; //to translate
$strLogServer = 'Server'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strPolish = 'Polish'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
 
$strTableOptions = 'Table options'; //to translate
$strTakeIt = 'take it'; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseTabKey = 'TAB düymesine basaraq bir sonraký deyere, ve ya CTRL+Ox kombinasiyasýný istifade ederek istediyiniz yöne keçe bilersiniz.'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/azerbaijani-utf-8.inc.php
0,0 → 1,1003
<?php
/* $Id: azerbaijani-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
// tercümedeki eksiklerimi ve ya sehv olduğunu düşündüyünüz yerleri shehriyari@trcomm.net adresine göndere bilersiniz...
// Şehriyar İmanov 30 Avqust 2003... Shehi
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'QB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Baz', 'Baz Ert', 'Çerş Axş', 'Çerş', 'Cüme Axş', 'Cüme', 'Şen');
$month = array('Yan', 'Fev', 'Mar', 'Apr', 'May', 'İyun', 'İyul', 'Avq', 'Sent', 'Okt', 'Noy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y saat %H:%M';
$timespanfmt = '%s gün, %s saat, %s deqiqe ve %s saniye';
 
$strAbortedClients = 'Dayandırılmış Elaqeler';
$strAbsolutePathToDocSqlDir = 'Xahiş edirik, docSQL direktoriyasına webserver-deki mütleq yolu (absolute path) gösterin.';
$strAccessDenied = 'Giriş Tesdiq Edilmedi';
$strAction = 'Fealiyyetler';
$strAddAutoIncrement = 'AUTO_INCREMENT deyeri elave et';
$strAddDeleteColumn = 'Sahe Sütunlarını Elave Et/Sil';
$strAddDeleteRow = 'Kriteria Setirlerini Elave Et/Sil';
$strAddDropDatabase = 'DROP DATABASE elave et';
$strAddedColumnComment = 'Bu sütun üçün qısa izahat elave edildi';
$strAddedColumnRelation = 'Sütun üçün elaqe elave edildi';
$strAddHeaderComment = 'Başlığa xülase me\'lumatı elave et (\\n yeni setire keçir)';
$strAddIfNotExists = 'IF NOT EXISTS elave et';
$strAddIntoComments = 'Xülaseye elave et';
$strAddNewField = 'Yeni sahe elave et';
$strAddPrivilegesOnDb = 'Aşağıdakı me\'lumat bazası üçün selahiyyet müeyyen et';
$strAddPrivilegesOnTbl = 'Aşağıdakı cedvel üçün selahiyyetler müeyyen et';
$strAddSearchConditions = 'Axtarış şertlerini gir ("where" ifadesinin esas metni):';
$strAddToIndex = 'İndekse &nbsp;%s&nbsp;sütun elave et';
$strAddUserMessage = 'Yeni istifadeçi elave etdiniz.';
$strAddUser = 'Yeni İstifadeçi elave Et';
$strAdministration = 'Administrasiya';
$strAffectedRows = 'Deyişen setir sayı:';
$strAfterInsertBack = 'Evvelki sehifeye qayıt';
$strAfterInsertNewInsert = 'Teze bir setir daha gir';
$strAfterInsertNext = 'Bir sonrakı setre keç';
$strAfterInsertSame = 'Bu sehifeye geri dön';
$strAfter = 'Sonra: %s';
$strAll = 'All';
$strAllTableSameWidth = 'eyni enli bütün cedveller gösterilsinmi?';
$strAlterOrderBy = 'Cedvel sırasına buna göre yeniden qur';
$strAnalyzeTable = 'Cedveli analiz et';
$strAnd = 'Ve';
$strAnIndex = '%s üzerine indeks elave edildi';
$strAny = 'Her hansı';
$strAnyHost = 'Her hansı host';
$strAnyUser = 'Her hansı istifadeçi';
$strAPrimaryKey = '%s üzerine Birinci Dereceli Açar elave edildi.';
$strArabic = 'Ereb';
$strArmenian = 'Ermeni';
$strAscending = 'Artan sırada';
$strAtBeginningOfTable = 'Cedvelin başına';
$strAtEndOfTable = 'Cedvelin sonuna';
$strAttr = 'Xüsusiyyetler';
$strAutodetect = 'Avtomatik';
$strAutomaticLayout = 'Automatik şablon';
 
$strBack = 'Geri';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - deyişiklik etme';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = 'Bookmark-lanmış SQL sorğusu';
$strBookmarkThis = 'Bu SQL sorğusunu bookmark-la';
$strBookmarkView = 'Sadece göster';
$strBrowse = 'İçindekiler';
$strBulgarian = 'Bolqar Dili';
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.';
$strBzip = '"bzip"lenmiş';
 
$strCannotLogin = 'MySQL server-e gire bilmirem';
$strCantLoadRecodeIconv = 'Charset çevirmeleri üçün lazım olan iconv ve ya recode uzantılarını yükleye bilmirem; ya php-ni bu uzantıları istifade ede bilmesi üçün yeniden quraşdırın ya da phpMyAdmin-de charset çevirme xüsusiyyetini söndürün.';
$strCantLoad = '%s uzantısını (extension) yükleye bilmirem,<br />xahiş edirem PHP Konfiqurasiyanı gözden keçir.';
$strCantRenameIdxToPrimary = 'İndeksi Birinci Dereceli (PRIMARY) olaraq yeniden adlandıra bilmirem!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Cardinality';
$strCentralEuropean = 'Merkezi Avropa';
$strChangeCopyModeCopy = '... köhnesini saxla.';
$strChangeCopyModeDeleteAndReload = ' ... istifadeçi cedvellerinden köhnesini sil ve ardından selahiyyetleri yeniden yükle.';
$strChangeCopyMode = 'Eyni selahiyyetlere sahib yeni istifadeçi qur ve ...';
$strChangeCopyModeJustDelete = ' ... istifadeçi cedvellerinden köhnesini sil.';
$strChangeCopyModeRevoke = ' ... köhne istifadeçinin selahiyyetlerini elinden alaraq onu sil.';
$strChangeCopyUser = 'Sistem Giriş Me\'lumatını Deyişdir / İstifadeçini Kopyala';
$strChange = 'Deyişdir';
$strChangeDisplay = 'Gösterilecek Saheni Seç';
$strChangePassword = 'Parolu Deyişdir';
$strCharset = 'Charset';
$strCharsetOfFile = 'Faylın Charset-i:';
$strCheckAll = 'Hamısını Seç';
$strCheckPrivsLong = '&quot;%s&quot; bazası üçün selahiyyetleri gözden keçir.';
$strCheckPrivs = 'Selahiyyetleri Gözden Keçir';
$strCheckTable = 'Cedveli yoxla';
$strChoosePage = 'Xahiş edirem, deyişdirilecek Sehifeni seç';
$strColComFeat = 'Sütun Qısa İzahatını Deyişdir';
$strColumnNames = 'Sütun adları';
$strColumnPrivileges = 'Sütunaxas Selahiyyetler';
$strCommand = 'Komanda Tipi';
$strComments = 'Qısa İzahatlar';
$strCompleteInserts = 'Tam girişli';
$strCompression = 'Sıxışdırma';
$strConfigFileError = 'phpMyAdmin konfiqurasiya faylınızı oxuya bilmedi!<br />Bunun sebebi fayldakı parse error ya da faylın mövcud olmaması ola biler.<br />Xahiş edirem aşağıdakı link-i istifade ederek konfiqurasiya faylını çağırın ve aldığınız php xeta mesaj(lar)ını oxuyun. Bir çox halda ya tek dırnaq ya da nöqteli vergül eksikliyi vardır.<br />Eger boş sehife ile qarşılaşsanız, demek ki, her şey qaydasındadır.';
$strConfigureTableCoord = 'Xahiş edirem, %s cedveli üçün koordinatları yeniden müeyyen et.';
$strConnectionError = 'Elaqe qura bilmirem: yalnış quruluş.';
$strConnections = 'Elaqeler';
$strCookiesRequired = 'Sisteme girebilmeniz üçün çerez faylları (cookie-ler) aktiv olmalıdır.';
$strCopyTable = 'Cedveli kopyala (me\'lumat bazası<b>.</b>cedvel):';
$strCopyTableOK = '%s cedveli %s - e kopyalandı.';
$strCopyTableSameNames = 'Cedveli eynisinin üzerine kopyalaya bilmerem!';
$strCouldNotKill = 'phpMyAdmin %s emeliyyat thread-ini söndüre (kill) bilmedi. Böyük ehtimal artıq söndürülmüşdür.';
$strCreateIndex = '&nbsp;%s&nbsp;sütunda indeks yarat';
$strCreateIndexTopic = 'Yeni indeks qur';
$strCreateNewDatabase = 'Yeni me\'lumat bazası qur';
$strCreateNewTable = '%s bazasında yeni cedvel qur';
$strCreatePage = 'Yeni Sehife qur';
$strCreatePdfFeat = 'PDF-lerin qurulması';
$strCreate = 'Qur';
$strCreationDates = 'Quruluş/Deyişdirilme/Yoxlama tarixleri';
$strCriteria = 'Kriteriyalar';
$strCroatian = 'Xorvat Dili';
$strCSVOptions = 'CSV variantları';
$strCyrillic = 'Kiril';
$strCzechSlovak = 'Çex-Slovak';
 
$strDatabaseExportOptions = 'Me\'lumat bazası eksport variantları';
$strDatabaseHasBeenDropped = '%s bazası leğv edildi.';
$strDatabase = 'Me\'lumat Bazası';
$strDatabasesDropped = '%s bazası müveffeqiyyetle leğv edildi.';
$strDatabases = 'Me\'lumat Bazaları';
$strDatabasesStatsDisable = 'Statistikaları Söndür';
$strDatabasesStatsEnable = 'Statistikaları Aktivleşdir';
$strDatabasesStatsHeavyTraffic = 'Qeyd: Me\'lumat Bazası statistikalarını burada aktivleşdirmekle webserver-le MySQL server arasında ağır neqliyyata sebeb ola bilersiniz.';
$strDatabasesStats = 'Me\'lumat Bazası Statistikaları';
$strDataDict = 'Me\'lumat lüğeti';
$strData = 'Me\'lumat';
$strDataOnly = 'Sadece me\'lumat';
$strDBComment = 'Baza qısa izahatı: ';
$strDBGContextID = 'Kontekst Nömresi';
$strDBGContext = 'Metn (kontekst)';
$strDBGHits = 'Hit-ler';
$strDBGLine = 'Setr';
$strDBGMaxTimeMs = 'Min. müddet, ms';
$strDBGMinTimeMs = 'Maks. müddet, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vaxt/Hit, ms';
$strDBGTotalTimeMs = 'Toplam müddet, ms';
$strDbPrivileges = 'Me\'lumat Bazasına Mexsus Selahiyyetler';
$strDbSpecific = 'bazayaxas';
$strDefault = 'Başlanğıc deyeri';
$strDefaultEngine = '%s bu MySQL serverinde esas depolama motoru olaraq qurulmuşdur.';
$strDefaultValueHelp = 'Başlanğıc deyer girerken, sadece deyeri girin, ters kesr escape-leme ya da dırnaqdan istifade etmeyin, bu formatı te\'qib edin: a';
$strDeleteAndFlush = 'Bütün istifadeçileri sil ve ardından selahiyyetleri yeniden yükle.';
$strDeleteAndFlushDescr = 'Bu en temiz yoldur, amma selahiyyetlerin yeniden yüklenmesi zaman teleb ede biler.';
$strDeletedRows = 'Silinen setir sayı:';
$strDeleted = 'Setir silindi';
$strDelete = 'Sil';
$strDeleting = '%s silinir';
$strDelOld = 'Hal-hazırki sehifen artıq mövcud olmayan Cedvellere bağlıdır. Bu elaqelerin silinmesini istermisiniz?';
$strDescending = 'Azalan sırada';
$strDisabled = 'Söndürülüb';
$strDisplayFeat = 'Xüsusiyyetleri Göster';
$strDisplayOrder = 'Sıralama şekli:';
$strDisplayPDF = 'PDF sxemini göster';
$strDoAQuery = '"nümuneye göre sorğu" gönderin (xüsusi işare: "%")';
$strDocu = 'Dokumentasiya';
$strDoYouReally = 'Aşağıdakı sorğunu icra etdirmekten eminsiniz ';
$strDropDatabaseStrongWarning = 'Bütün bazanı YOX ETMEK üzeresiniz!';
$strDrop = 'Leğv et';
$strDropUsersDb = 'İstifadeçilerle eyni adlı me\'lumat bazalarını leğv et.';
$strDumpingData = 'Sxemi çıxarılan cedvel';
$strDumpSaved = 'Sxem %s faylına qeyd edildi.';
$strDumpXRows = '%s setri %s nömreli qeydden başlayaraq göster.';
$strDynamic = 'dinamik';
 
$strEdit = 'Deyişdir';
$strEditPDFPages = 'PDF Sehifelerini Deyişdir';
$strEditPrivileges = 'Selahiyyetleri Deyişdir';
$strEffective = 'Effektiv';
$strEmpty = 'Boşalt';
$strEmptyResultSet = 'MySQL boş netice çoxluğu gönderdi (ye\'ni sıfır setir).';
$strEnabled = 'Enabled';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineDisabled = '%s motoru bu serverde söndürülmüşdür.';
$strEngines = 'Motorlar';
$strEngineUnsupported = 'Bu MySQL server %s depolama motorunu desteklememektedir.';
$strEnglishPrivileges = ' Qeyd: MySQL selahiyyet adları ingilis dilinde ifade edilmişdir ';
$strEnglish = 'İngilis Dili';
$strError = 'Xeta';
$strEstonian = 'Eston Dili';
$strExcelEdition = 'Excel versiyası';
$strExcelOptions = 'Excel variantları';
$strExplain = 'SQL-i İzah Et';
$strExport = 'Eksport';
$strExtendedInserts = 'Genişletilmiş girişli';
$strExtra = 'Elave Xüs.';
 
$strFailedAttempts = 'Uğursuz Cehdler';
$strFieldHasBeenDropped = '%s sahesi leğv edildi';
$strField = 'Sahe';
$strFieldsEmpty = ' Sahe sayğacı boşdur! ';
$strFieldsEnclosedBy = 'Saheler ehate edildiyi işare';
$strFieldsEscapedBy = 'Sahelerin escape edildiyi işare';
$strFields = 'Sahe sayı';
$strFieldsTerminatedBy = 'Sahelerin yox edildiyi (terminate) işare';
$strFileAlreadyExists = '%s faylı serverda onsuz da mövcuddur, ya faylın adını deyişdir ya da üzerine yazma variantlarını.';
$strFileCouldNotBeRead = 'Fayl oxuna bilmir';
$strFileNameTemplate = 'Fayl adı nomenklaturası';
$strFileNameTemplateRemember = 'nomenklaturanı unutma';
$strFixed = 'fixed';
$strFlushPrivilegesNote = 'Qeyd: phpMyAdmin istifadeçi selahiyyetlerini birbaşa MySQL-in selahiyyetler cedvellerinden almaqdadır. Eger elle nizamlamalar edilmişse, bu cedvellerin içerisindekiler webserver-in istifade etdiklerinden ferqli ola biler. Bu halda, davam etmeden evvel, selahiyyetleri yeniden yüklemelisiniz.';
$strFlushTable = 'Cedveli flush-la ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Formda eksik girilmiş deyer var!';
$strFullText = 'Tam Metnler (Full Text)';
$strFunction = 'Funksiya';
 
$strGenBy = 'Qurucu';
$strGeneralRelationFeat = 'Ümumi elaqe variantları';
$strGenTime = 'Hazırlanma Vaxtı';
$strGeorgian = 'Gürcü';
$strGlobalPrivileges = 'Qlobal selahiyyetler';
$strGlobal = 'qlobal';
$strGlobalValue = 'Qlobal deyer';
$strGo = 'Davam';
$strGrantOption = 'İcaze ver';
$strGzip = '"gzip"lenmiş';
 
$strHasBeenAltered = 'deyişdirildi.';
$strHasBeenCreated = 'quruldu.';
$strHaveToShow = 'Gösterilmesi üçün en az bir sütun seçmelisiniz';
$strHebrew = 'İbrani Dili';
$strHexForBinary = 'İkili saheler üçün hekzadesimaldan istifade et';
$strHome = 'Başlanğıc';
$strHomepageOfficial = 'phpMyAdmin Resmi İnternet Sehifesi';
$strHostEmpty = 'Host adı boşdur!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksport variantları';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksport variantları';
$strHungarian = 'Macar Dili';
 
$strId = 'Nömre';
$strIdxFulltext = 'Tam metn (Fulltext)';
$strIgnore = 'Diqqete Alma';
$strIgnoringFile = '%s Diqqete Almama (Ignore) faylı';
$strImportDocSQL = 'docSQL Fayllarını İmport Et';
$strImportFiles = 'Faylları import et';
$strIndexes = 'Indeksler';
$strIndexHasBeenDropped = '%s indeksi leğv edildi';
$strIndexName = 'İndex adı&nbsp;:';
$strIndexType = 'İndex tipi&nbsp;:';
$strIndex = 'İndeks';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Konfiqurasiya faylınızda MySQL başlanğıc deyerleri (parolsuz root istifadeçisi) mövcuddur ki, bu da tehlükesizlik nöqteyi nezerinden e\'tibarlı deyildir.';
$strInsertAsNewRow = 'Yeni setir olaraq elave et';
$strInsertedRowId = 'Elave edilen setir nömresi (id):';
$strInsertedRows = 'Elave edilen setir sayı:';
$strInsert = 'Elave et';
$strInsertNewRow = 'Yeni setir elave et';
$strInUse = 'istifadede';
 
$strJumpToDB = '&quot;%s&quot; me\'lumat bazasına keç.';
$strJustDeleteDescr = '&quot;Silinmiş&quot; istifadeçiler selahiyyetler yeniden yüklenene qeder server-e gire bilecekler.';
$strJustDelete = 'Sadece olaraq selahiyyet cedvellerindeki istifadeçileri sil.';
 
$strKeepPass = 'Parolu deyişdirme';
$strKeyname = 'Açar söz';
$strKill = 'Söndür';
 
$strLandscape = 'Landşaft';
$strLatexCaption = 'Cedvel başlığı';
$strLatexContinuedCaption = 'Cedvel başlığının davamı';
$strLatexContinued = '(davamı)';
$strLatexIncludeCaption = 'Cedvel başlığını daxil et';
$strLatexLabel = 'Etiket açarı';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX variantları';
$strLengthSet = 'Uzunluq/Deyerler*';
$strLimitNumRows = 'Sehife başına düşen setir sayı';
$strLinesTerminatedBy = 'Setir leğvedicisi (Lines terminated by)';
$strLinkNotFound = 'Link tapılmadı';
$strLinksTo = 'Links to';
$strLithuanian = 'Litva Dili';
$strLocalhost = 'Yerli';
$strLocationTextfile = 'tekst faylından yükleyerek';
$strLoginInformation = 'Sisteme Giriş Me\'lumatı';
$strLogin = 'Sisteme Giriş';
$strLogout = 'Sistemden Çıxış';
$strLogPassword = 'Parol:';
$strLogUsername = 'İstifadeçi Adı:';
 
$strMaximumSize = 'En çox: %s%s';
$strMIME_available_mime = 'Mövcud olan MIME-tipleri';
$strMIME_available_transform = 'Mövcud transformasiyalar';
$strMIME_description = 'Haqqında';
$strMIME_MIMEtype = 'MIME-tipi';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$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\').';
$strMIME_transformation_options = 'Transformasiya variantları';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Cedveli daşı (me\'lumat bazası<b>.</b>cedvel):';
$strMoveTableOK = '%s cedveli %s - e daşınmışdır.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMyISAMMaxExtraSortFileSize = 'İndeks yaradılarken istifade olunan keçici faylların maksimum boyu';
$strMyISAMMaxSortFileSize = 'Keçici sıralama fayllarının maksimum boyu';
$strMyISAMRecoverOptions = 'Avtomatik qurtarma rejimi';
$strMyISAMSortBufferSize = 'Sıralama buferinin (keçici yaddaşının) boyu';
$strMySQLCharset = 'MySQL charset';
$strMySQLSaid = 'MySQL deyir: ';
$strMySQLShowProcess = 'Prosesleri göster';
$strMySQLShowStatus = 'MySQL runtime me\'lumatını göster';
$strMySQLShowVars = 'MySQL sistem deyişenlerini göster';
 
$strName = 'Adı';
$strNext = 'Sonrakı';
$strNoDatabases = 'Baza seçilmemişdir ve ya mövcud deyildir.';
$strNoDatabasesSelected = 'Heç bir baza seçilmemişdir.';
$strNoDescription = 'Haqqında me\'lumat (description) mövcud deyildir';
$strNoDetailsForEngine = 'Bu depolama motoru haqqında etrafli status me\'lumatı mövcud deyildir.';
$strNoDropDatabases = '"DROP DATABASE" ifadeleri söndürülmüşdür (disabled).';
$strNoExplain = 'SQL İzah Et-i Keç';
$strNoFrames = 'phpMyAdmin <b>frame-destekli</b> görüntüleyicilerle (browser) daha yaxşı işleyir.';
$strNoIndexPartsDefined = 'İndeks qisimleri te\'yin edilmedi!';
$strNoIndex = 'İndeks te\'yin edilmedi!';
$strNoModification = 'Deyişiklik Yoxdur';
$strNone = 'Heç biri';
$strNoOptions = 'Bu formatın variantları yoxdur';
$strNoPassword = 'Parol Yoxdur';
$strNoPermission = 'Webserver-in %s faylını saxlama izni yoxdur.';
$strNoPhp = 'PHP Kodunu Gösterme';
$strNoPrivileges = 'Selahiyyet çatışmazlığı';
$strNoRights = 'Burada olma haqqınız yoxdur!';
$strNoSpace = '%s faylını saxlamaq üçün lazım olan yer çatışmır.';
$strNoTablesFound = 'Me\'lumat bazasında cedvel yoxdur.';
$strNotNumber = 'Bu reqem deyildir!';
$strNotOK = 'Müveffeqiyyetsiz';
$strNotSet = '<b>%s</b> cedveli %s içerisinde ya <b>tapılmadı</b> ya da qurulmamışdır';
$strNoUsersFound = 'İstifadeçi(ler) tapılmadı.';
$strNoValidateSQL = 'SQL İfadesini Yoxlama';
$strNo = 'Xeyir';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s uyğunluq tapıldı (<i>%s</i> cedvelinde)';
$strNumSearchResultsTotal = '<b>Cemi:</b> <i>%s</i> uyğunluq';
$strNumTables = 'Cedveller';
 
$strOK = 'Müveffeqiyyetle';
$strOperations = 'Emeliyyatlar';
$strOptimizeTable = 'Cedveli optimallaşdır';
$strOr = 'ya da';
$strOverhead = 'Aşma deyeri';
$strOverwriteExisting = 'Mövcud fayl(lar)ın üzerine yaz';
 
$strPageNumber = 'Sehife Nömresi:';
$strPartialText = 'Qismi Metnler';
$strPasswordChanged = '%s üçün parol müveffeqiyyetle deyişdirilmişdir.';
$strPasswordEmpty = 'Parol boşdur!';
$strPasswordNotSame = 'Girdiyiniz parollar eyni deyil!';
$strPassword = 'Parol';
$strPdfDbSchema = '"%s" bazanın sxemi - Sehife %s';
$strPdfInvalidTblName = '"%s" cedveli mövcud deyil!';
$strPdfNoTables = 'Cedvel yoxdur';
$strPerHour = 'saatda';
$strPerMinute = 'deqiqede';
$strPerSecond = 'saniyede';
$strPHP40203 = 'Siz içerisinde ciddi multi-bayt strinqleri (mbstring) ile elaqedar xetalar olan PHP 4.2.3 versiyasını istifade edirsiniz. Etraflı melumat üçün PHP xeta raportu 19404-e baxın. PHP-nin bu versiyası PhpMyAdmin ile istifade üçün tövsiye edilmir.';
$strPhp = 'PHP Kodunu Hazırla';
$strPHPVersion = 'PHP Versiyası';
$strPmaDocumentation = 'phpMyAdmin dokumentasiyası (etraflı me\'lumat üçün)';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivi PMA konfiqurasiya faylınızda QURULMAMIŞDIR!';
$strPortrait = 'Portret';
$strPos1 = 'Başla';
$strPrevious = 'Evvelki';
$strPrimary = 'Birinci Dereceli';
$strPrimaryKeyHasBeenDropped = 'Birinci dereceli açar leğv edildi';
$strPrimaryKeyName = 'Birinci dereceli açarın adı... BİRİNCİ DERECELİ (PRIMARY) olmalıdır!';
$strPrimaryKeyWarning = '("PRIMARY" sadece birinci dereceli açarın adı <b>olmalıdır</b>!)';
$strPrint = 'Çap et';
$strPrintView = 'Çap görüntüsü';
$strPrivDescAllPrivileges = 'GRANT-dan başqa bütün selahiyyetler daxildir.';
$strPrivDescAlter = 'Mövcud olan cedvellerin strukturunu deyişdirmeye icaze verir.';
$strPrivDescCreateDb = 'Yeni bazalar ve cedveller qurmağa icaze verir.';
$strPrivDescCreateTbl = 'Yeni cedveller qurmağa icaze verir.';
$strPrivDescCreateTmpTable = 'Keçici cedveller qurmağa icaze verir.';
$strPrivDescDelete = 'Me\'lumat silmeye icaze verir.';
$strPrivDescDropDb = 'Baza ve cedvel leğv etmeye icaze verir.';
$strPrivDescDropTbl = 'Cedvelleri leğv etmeye icaze verir.';
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'Selahiyyet te\'yin edilmedi.';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strPrivileges = 'Selahiyyetler';
$strProcesslist = 'Proses Siyahısı';
$strPutColNames = 'Sahe adlarını birinci setre yerleşdir';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Sorğu';
$strQueryFrame = 'Sorğu penceresi';
$strQueryOnDb = 'SQL-query on database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-tarixçesi';
$strQueryStatistics = '<b>Sorğu Statistikası</b>: Açıldıqdan bu yana, bu servere %s sorğu gönderilmişdir.';
$strQueryTime = 'sorğu %01.4f saniyede icra edildi';
$strQueryType = 'Sorğu tipi';
 
$strReceived = 'Alındı';
$strRecords = 'Setr sayı';
$strReferentialIntegrity = 'Check referential integrity:';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Elaqelendirilmiş cedveller üçün nezerde tutulmuş be\'zi xüsusiyyetler passivleşdirilmişdir. Sebebini aydınlaşdırmaq üçün %sbax%s.';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameTable = 'Cedveli yeniden adlandır';
$strRenameTableOK = '%s cedveli %s olaraq yeniden adlandırılmışdır';
$strRepairTable = 'Cedveli te\'mir et';
$strReplaceNULLBy = 'NULL-u bununla deyişdir';
$strReplaceTable = 'Replace table data with file';
$strReset = 'Yenile';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRowLength = 'Sıra uzunluğu';
$strRowsFrom = 'setri göster; başlangıç qeydiyyat nömresi';
$strRowSize = ' Sıra boyu ';
$strRowsModeFlippedHorizontal = 'üfüqi (tekrarlanan başlıqlar)';
$strRowsModeHorizontal = 'üfüqi';
$strRowsModeOptions = '%s rejimde, başlıqlar %s blokdan bir tekrar ederek';
$strRowsModeVertical = 'şaquli';
$strRowsStatistic = 'Sıra Statistikası';
$strRows = 'Sıra sayı';
$strRunning = '%s üzerinde işlemektedir';
$strRunQuery = 'Emri İcra Et';
$strRunSQLQuery = '%s me\'lumat bazasına SQL sorğusu(-ları) gönder';
 
$strSaveOnServer = 'Serverdeki %s direktoriyasına qeyd et';
$strSave = 'Qeyd Et';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearch = 'Axtarış';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Axtarmaq üçün söz(ler) ve ya deyer(ler) (wildcard: "%"):';
$strSearchOption1 = 'sözlerin en azından birini';
$strSearchOption2 = 'bütün sözleri';
$strSearchOption3 = 'tamamile eyni sözü';
$strSearchOption4 = 'requlyar ifade (regular expression) olaraq';
$strSearchResultsFor = '"<i>%s</i>" üçün axtarış neticeleri %s:';
$strSearchType = 'Tap:';
$strSelectADb = 'Me\'lumat bazası seç';
$strSelectAll = 'Hamısını Seç';
$strSelectFields = 'Sahe seçin (en az birini):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Fayl olaraq qeyd et';
$strSent = 'Gönderildi';
$strServerChoice = 'Quraşdırılmış Serverler';
$strServer = 'Server';
$strServerStatus = 'Runtime Me\'lumatı';
$strServerStatusUptime = 'Bu MySQL server %sdir işlemektedir. Server %s-de açılmışdır.';
$strServerTabProcesslist = 'Prosesler';
$strServerTabVariables = 'Deyişenler';
$strServerTrafficNotes = '<b>Server Neqliyyatı</b>: Bu cedveller serverin açılışından beri elde edilen me\'lumat axışı miqdarını göstermektedir.';
$strServerVars = 'Server Deyişenleri Ve Variantları';
$strServerVersion = 'Server versiyası';
$strSessionValue = 'Sessiya deyeri';
$strSetEnumVal = 'Sahe tipi "enum" ve ya "set" ise, deyerleri bu formatda girin: \'a\',\'b\',\'c\'...<br />Eger bu deyerlerde ters-kesr ("\") ve ya tek dırnaq ("\'") istifade etmek isteyirsinizse, onları ters-kesrle escape-leyin (meselen \'\\\\xyz\' ve ya \'a\\\'b\').';
$strShowAll = 'Hamısını göster';
$strShowColor = 'Rengini göster';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Emrleri Tam Olaraq Göster';
$strShow = 'Göster';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Gösterilen setirler';
$strShowPHPInfo = 'PHPInfo() me\'lumatını göster';
$strShowTableDimension = 'Cedvellerin ölçülerini göster';
$strShowTables = 'Cedvelleri göster';
$strShowThisQuery = ' Bu sorğunu burada yene göster ';
$strSingly = '(tek-tek)';
$strSize = 'Boy';
$strSort = 'Sırala';
$strSpaceUsage = 'Yer istifadesi';
$strSplitWordsWithSpace = 'Sözler boşluq ifadesi (" ") ile ayrılmışdır.';
$strSQLExportType = 'Eksport şekli';
$strSQLOptions = 'SQL variantları';
$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 sorğusu';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'En son yoxlama';
$strStatCreateTime = 'Quruluş';
$strStatement = 'Variantlar';
$strStatUpdateTime = 'En son yenilenme';
$strStatus = 'Status';
$strStorageEngine = 'Depolama Motorları';
$strStorageEngines = 'MySQL Depolama Motorları';
$strStrucCSV = 'CSV verilenleri';
$strStrucData = 'Quruluş ve me\'lumat';
$strStrucDrop = '\'Cedveli leğv et\' elaveli';
$strStrucExcelCSV = 'MS Excel verilenleri üçün CSV';
$strStrucOnly = 'Sadece quruluş';
$strStructPropose = 'Alternativ cedvel strukturu';
$strStructure = 'Quruluş';
$strSubmit = 'Submit';
$strSuccess = 'SQL sorğunuz müveffeqiyyetle icra edilmişdir';
$strSum = 'Cemi';
$strSwitchToTable = 'Kopyalanmış cedvele keç';
 
$strTable = 'Cedvel';
$strTableComments = 'Cedvel haqqında qısa izahat';
$strTableEmpty = 'Cedveli adı boşdur!';
$strTableHasBeenDropped = '%s cedveli leğv edildi';
$strTableHasBeenEmptied = '%s cedveli boşaldıldı';
$strTableHasBeenFlushed = '%s cedveli flush-landı';
$strTableMaintenance = 'Cedvel temizliyi';
$strTableOfContents = 'İçindekiler Cedveli';
$strTables = '%s cedvel';
$strTableStructure = 'Table structure for table';
$strTableType = 'Cedvel tipi';
$strTblPrivileges = 'Cedvelexas selahiyyetler';
$strTextAreaLength = ' Uzun olduğuna göre,<br /> bu sahedeki me\'lumatlar deyişdirilmeye biler ';
$strThisHost = 'Bu Host';
$strThisNotDirectory = 'Bu direktoriya deyildi';
$strThreadSuccessfullyKilled = 'Thread %s uğurla söndürüldü (killed).';
$strTime = 'Müddet';
$strTotal = 'cemi';
$strTotalUC = 'Cemi';
$strTraditionalChinese = 'Enenevi Çin Dili';
$strTraffic = 'Neqliyyat';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Türk Dili';
$strType = 'Tip';
 
$strUkrainian = 'Ukrayna Dili';
$strUncheckAll = 'Heç Birini Seçme';
$strUnique = 'Unikal';
$strUnselectAll = 'Heç birini seçme';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'Profil yenilendi.';
$strUpdateQuery = 'Sorğunu Yenile';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUsage = 'Miqdar';
$strUseBackquotes = 'Cedvel ve sahe adlarını tek dırnaq arasına al';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = '%s istifadeçisi mövcuddur!';
$strUserEmpty = 'İstifadeçi adı boş qaldı!';
$strUserName = 'İstifadeçi adı';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'İstifadeçi';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
 
$strValidateSQL = 'SQL Tesdiqle';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.';
$strValue = 'Deyer';
$strVar = 'Deyişen';
$strViewDump = 'Cedvelin sxemini göster';
$strViewDumpDatabases = 'Me\'lumat bazalarının sxemini göster';
$strViewDumpDB = 'Me\'lumat bazasının sxemini göster';
 
$strWebServerUploadDirectoryError = 'Upload işleri üçün te\'yin etdiyiniz direktoriya tapılmadı';
$strWebServerUploadDirectory = 'web-server upload direktoriyası';
$strWelcome = '%s - e Xoş Gelmişsiniz!';
$strWestEuropean = 'Qerbi Avropa';
$strWildcard = 'xüsusi işare';
$strWithChecked = 'Seçilenleri:';
$strWritingCommentNotPossible = 'Qısa izahat yazılışı mümkün deyil';
$strWritingRelationNotPossible = 'Elaqe yazılışı mümkün deyil';
$strWrongUser = 'Yanlış istifadeçi adı ve ya parol. Giriş tesdiq edilmedi.';
 
$strXML = 'XML';
 
$strYes = 'Beli';
 
$strZeroRemovesTheLimit = 'Qeyd: Bu variantları 0 (sıfır)-a çevirmek hüdudu (limiti) qaldıracaq.';
$strZip = '"zip"lenmiş';
 
// To translate:
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strAndThen = 'and then'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCalendar = 'Calendar'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCopy = 'Copy'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$strCzech = 'Czech'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDataPages = 'Pages containing data'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEngineAvailable = '%s bu MySQL serverde quruludur.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strGenerate = 'Generate'; //to translate
$strGeneratePassword = 'Generate Password'; //to translate
$strGerman = 'German'; //to translate
$strGreek = 'Greek'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJapanese = 'Japanese'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatvian = 'Latvian'; //to translate
$strLogServer = 'Server'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPersian = 'Persian'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strPolish = 'Polish'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
 
$strTableOptions = 'Table options'; //to translate
$strTakeIt = 'take it'; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
 
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseTabKey = 'TAB düymesine basaraq bir sonrakı deyere, ve ya CTRL+Ox kombinasiyasını istifade ederek istediyiniz yöne keçe bilersiniz.'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/basque-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: basque-iso-8859-1.inc.php,v 2.111.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Iga', 'Astel', 'Astea', 'Astez', 'Oste', 'Osti', 'Lar');
$month = array('Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'Urr', 'Aza', 'Abe');
// Ikus http://www.php.net/manual/es/function.strftime.php zehazteko
// hurrengo aldagaia
$datefmt = '%Y-%m-%d, %H:%M:%S';
$timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu';
 
$strAPrimaryKey = 'Lehen mailako gakoa gehitu da hemen: %s';
$strAbortedClients = 'Deuseztatua';
$strAbsolutePathToDocSqlDir = 'Mesedez, docSQL direktorioaren zerbitzariko helbide absolutoa idatzi';
$strAccessDenied = 'Sarbidea ukatua';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.';
$strAction = 'Ekintza';
$strAddAutoIncrement = 'Gehitu AUTO_INCREMENT balioa';
$strAddConstraints = 'Murrizketak gehitu';
$strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea';
$strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada';
$strAddDropDatabase = 'Gehitu DROP DATABASE';
$strAddIntoComments = 'Iruzkinetan gehitu';
$strAddNewField = 'Eremu berria gehitu';
$strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan';
$strAddPrivilegesOnTbl = 'Pribilegioak gehitu taula honetan ';
$strAddSearchConditions = 'Bilatzeko baldintzak txertatu ("where" klausularen gorputza):';
$strAddToIndex = '&nbsp;%s&nbsp; zutabe indizean gehituta';
$strAddUser = 'Erabiltzaile berria gehitu';
$strAddUserMessage = 'Erabiltzaile berria gehitu duzu.';
$strAddedColumnComment = 'Zutabearentzako iruzkin bat gehitu da';
$strAddedColumnRelation = 'Zutabearentzako erlazio bat gehitu da';
$strAdministration = 'Kudeaketa';
$strAffectedRows = 'Eragindako errenkadak: ';
$strAfter = '%s(a)ren ondoren';
$strAfterInsertBack = 'Itzuli';
$strAfterInsertNewInsert = 'Erregistro berria gehitu';
$strAll = 'Guztiak';
$strAllTableSameWidth = 'Zabalera berdina duten taula guztiak erakutsi?';
$strAlterOrderBy = 'Taularen "Order By" aldatu';
$strAnIndex = 'Indize bat gehitu da hemen: %s';
$strAnalyzeTable = 'Taula aztertu';
$strAnd = 'eta';
$strAny = 'edozein';
$strAnyHost = 'Edozein zerbitzari';
$strAnyUser = 'Edozein erabiltzaile';
$strArabic = 'Arabiera';
$strArmenian = 'Armeniera';
$strAscending = 'Goranzko';
$strAtBeginningOfTable = 'Taularen hasiera';
$strAtEndOfTable = 'Taularen amaiera';
$strAttr = 'Ezaugarriak';
$strAutodetect = 'Autodetektatu';
$strAutomaticLayout = 'Diseinu automatikoa';
 
$strBack = 'Itzuli';
$strBaltic = 'Baltikera';
$strBeginCut = 'EBAKINAREN HASIERA';
$strBeginRaw = 'IRAULKETAREN HASIERA';
$strBinary = ' Binarioa ';
$strBinaryDoNotEdit = ' Binarioa - ez editatu! ';
$strBookmarkAllUsers = 'Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri ';
$strBookmarkDeleted = 'Gordetako kontsulta ezabatu da.';
$strBookmarkLabel = 'Etiketa';
$strBookmarkQuery = 'Kontsulta gogokoetan gordea';
$strBookmarkThis = 'Kontsulta hau gogokoetan gorde';
$strBookmarkView = 'Soilik ikusi';
$strBrowse = 'Arakatu';
$strBulgarian = 'Bulgariera';
$strBzError = 'phpMyAdmin-ek ezinezko izan du iraulketa trinkotzea php bertsio honen Bz2 luzapena hondatuta dagoelako. Zinez gomendatzen dizugu zure phpMyAdmin-en konfigurazio-fitxategian <code>$cfg[\'BZipDump\']</code> parametroa era honetan <code>FALSE</code> ezartzea.Bz2 trinkotzeko hobespenak erabili nahi badituzu, zure php-a bertsio berri batera gaurkotu beharko duzu. Detaileak ikusi nahi izanez gero begira erroreen txostena.';
$strBzip = '"Bzip-ez trinkotua"';
 
$strCSVOptions = 'CSV aukerak';
$strCannotLogin = 'Ezinezkoa MySql zerbitzarian saioa hastea';
$strCantLoad = 'ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren konfigurazioa.';
$strCantLoadRecodeIconv = 'Ezinezkoa iconv kargatzea edota karaktere-jokoaren bihurketarako beharrezkoa den luzapena berkodifikatzea, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea';
$strCantUseRecodeIconv = 'Ezin dira erabili ez iconv, ez libiconv ezta recode_string funtzioa luzapenen txostena kargatzen den bitartean. Berpasatu php-ren konfigurazioa.';
$strCardinality = 'Kardinalitatea';
$strCaseInsensitive = 'Maiuskulak ez ditu bereizten';
$strCaseSensitive = 'Maiuskulak bereizten ditu';
$strCentralEuropean = 'Erdialdeko europearra';
$strChange = 'Aldatu';
$strChangeCopyMode = 'Erabiltzaile berri bat sortu pribilegio berdinekin eta ...';
$strChangeCopyModeCopy = '... mantendu aurrekoa.';
$strChangeCopyModeDeleteAndReload = ' ... zaharra ezabatu erabiltzaileen tauletatik eta ondoren berkargatu pribilegioak.';
$strChangeCopyModeJustDelete = ' ... zaharra ezabatu erabiltzaileen tauletatik.';
$strChangeCopyModeRevoke = ' ... zaharraren pribilegio aktibo guztiak errebokatu eta ondoren ezabatu.';
$strChangeCopyUser = 'Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu';
$strChangeDisplay = 'Aukeratu erakutsi beharreko eremua';
$strChangePassword = 'Pasahitza aldatu';
$strCharset = 'Karaktere-jokoa';
$strCharsetOfFile = 'Fitxategiaren karaktereen kodeketa:';
$strCharsets = 'Karaktere-multzoa';
$strCharsetsAndCollations = 'Karaktere-multzoak eta ordenamenduak';
$strCheckAll = 'Guztiak egiaztatu';
$strCheckOverhead = 'Arazteko hondakinak egiaztatu';
$strCheckPrivs = 'Pribilegioak egiaztatu';
$strCheckPrivsLong = '&quot;%s&quot; datu-basearen pribilegioak egiaztatu.';
$strCheckTable = 'Taula egiaztatu';
$strChoosePage = 'Aukeratu editatzeko orria mesedez';
$strColComFeat = 'Zutabearen iruzkinak erakusten';
$strCollation = 'Ordenamendua';
$strColumnNames = 'Zutabe izenak';
$strColumnPrivileges = 'Zutabearen pribilegio espezifikoak';
$strCommand = 'Komandoa';
$strComments = 'Iruzkinak';
$strCompleteInserts = '"Insert"ak osatu';
$strCompression = 'Trinkotzea';
$strConfigFileError = 'phpMyAdmin-ek ezin izan du zure konfigurazio fitxategia irakurri!<br />Hau gerta liteke php-k sintasi errore bat aurkitzen badio edota php-k fitxategia ezin izan duelako aurkitu.<br />Faborez, saiatu konfigurazio fitxategia zuzenean deitzen hurrengo esteka erabiliz eta irakurri jaso lite(z)keen php-ren errore mezua(k). Kasu gehienetan komatxo edo puntu eta komaren bat nonbait ez egoteak sortzen du arazoa.<br />Orria txuriz jasoz gero, dena ondo legoke.';
$strConfigureTableCoord = 'Mesedez, %s taularentzako koordinatuak konfiguratu';
$strConnections = 'Konexioak';
$strConstraintsForDumped = 'Iraulitako taulentzako murrizketak';
$strConstraintsForTable = 'Taularentzako murrizketak';
$strCookiesRequired = 'Puntu honetarako cookie-ek gaituta egon behar dute.';
$strCopyTable = 'Taula hona kopiatu: (datu-base<b>.</b>taula):';
$strCopyTableOK = '%s taula hona kopiatua izan da: %s.';
$strCopyTableSameNames = 'Ezinezkoa da taula berberera kopiatzea!';
$strCouldNotKill = 'phpMyAdmin-ek ezin izan du %s haria deuseztatu. Seguruena aurretik itxia izatea.';
$strCreate = 'Sortu';
$strCreateIndex = 'Indize bat sortu &nbsp;%s&nbsp; zutabetan';
$strCreateIndexTopic = 'Indize berri bat sortu';
$strCreateNewDatabase = 'Datu-base berri bat sortu';
$strCreateNewTable = 'Taula berri bat sortu %s datu-basean';
$strCreatePage = 'Orri berri bat sortu';
$strCreatePdfFeat = 'PDF-en sorrera';
$strCreationDates = 'Sortu/Eguneratu/Egiaztatu datak';
$strCriteria = 'Irizpidea';
$strCroatian = 'Croaziera';
$strCyrillic = 'Zirilikoa';
$strCzech = 'Txekiera';
 
$strDBComment = 'Datu-basearen iruzkina: ';
$strDBGContext = 'Testuingurua';
$strDBGContextID = 'Testuinguruaren IDa';
$strDBGHits = 'Atzialdiak';
$strDBGLine = 'Lerroa';
$strDBGMaxTimeMs = 'Denbora Min , ms';
$strDBGMinTimeMs = 'Denbora Max, ms';
$strDBGModule = 'Modulua';
$strDBGTimePerHitMs = 'Denbora/Atzialdi, ms';
$strDBGTotalTimeMs = 'Denbora orokorra, ms';
$strDanish = 'Danesa';
$strData = 'Datuak';
$strDataDict = 'Datu-hiztegia';
$strDataOnly = 'Datuak soilik';
$strDatabase = 'Datu-basea';
$strDatabaseExportOptions = 'Datu-basea esportatzeko aukerak';
$strDatabaseHasBeenDropped = '%s datu-basea ezabatua izan da.';
$strDatabaseNoTable = 'Datu-base honek ez dauka taularik!';
$strDatabases = 'Datu-baseak';
$strDatabasesDropped = '%s datu-base arrakastaz ezabatu dira.';
$strDatabasesStats = 'Datu-baseen estatistikak';
$strDatabasesStatsDisable = 'Estatistikak ezgaitu';
$strDatabasesStatsEnable = 'Estatistikak gaitu';
$strDatabasesStatsHeavyTraffic = 'Oharra: Datu-basearen estatistikak hemen gaituz gero web-zerbitzaria eta MySQL-arenaren arteko trafiko handia sor liteke.';
$strDbPrivileges = 'Datu-basearen pribilegio espezifikoak';
$strDbSpecific = 'Datubasearentzat espezifikoa';
$strDefault = 'Lehenetsia';
$strDefaultValueHelp = 'Lehenetsitako balioak erabiltzeko, mesedez sartu balio bakar bat, komatxo edota alderantzikaturiko barrarik gabe, formato hau erabiliz: a';
$strDelOld = 'Orri honek existitzen ez diren taulekiko erreferentziak dauzka. Erreferentziok ezabatu nahi al dituzu?';
$strDelayedInserts = 'Use delayed inserts';
$strDelete = 'Ezabatu';
$strDeleteAndFlush = 'Erabiltzaileak ezabatu eta ondoren pribilegioak berkargatu.';
$strDeleteAndFlushDescr = 'Hau da biderik garbiena, baina pribilegioak berkargatzeak denbora behar du.';
$strDeleted = 'Errenkada ezabatua izan da';
$strDeletedRows = 'Ezabatutako errenkadak:';
$strDeleting = '%s ezabatzen';
$strDescending = 'Beherantz';
$strDescription = 'Deskribapena';
$strDictionary = 'hiztegia';
$strDisabled = 'Ezgaituta';
$strDisplayFeat = 'Eginbideak erakutsi';
$strDisplayOrder = 'Ordena erakutsi:';
$strDisplayPDF = 'PDF eskema erakutsi';
$strDoAQuery = '"Adibide moduan" kontsulta bat egin (komodina: "%")';
$strDoYouReally = 'Benetan nahi al duzu ';
$strDocu = 'Dokumentazioa';
$strDrop = 'Ezabatu';
$strDropUsersDb = 'Erabiltzaileen izen berdina duten datu-baseak ezabatu.';
$strDumpSaved = 'Iraulketa %s fitxategian gorde da.';
$strDumpXRows = '%s errenkada irauli, erregistro honetatik hasita: # %s.';
$strDumpingData = 'Taula honen datuak irauli';
$strDynamic = 'dinamikoa';
 
$strEdit = 'Editatu';
$strEditPDFPages = 'Editatu PDF Orriak';
$strEditPrivileges = 'Editatu Pribilegioak';
$strEffective = 'Eraginkorra';
$strEmpty = 'Hutsik';
$strEmptyResultSet = 'MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada).';
$strEnabled = 'Gaituta';
$strEnd = 'Amaiera';
$strEndCut = 'EBAKINAREN AMAIERA';
$strEndRaw = 'IRAULKETAREN AMAIERA';
$strEnglish = 'Ingelesa';
$strEnglishPrivileges = ' Oharra: MySQL-ren pribilegioen izenak ingelesez adierazita daude';
$strError = 'Errorea';
$strEstonian = 'Estoniera';
$strExcelEdition = 'Excel edizioa';
$strExcelOptions = 'Excel hobespenak';
$strExecuteBookmarked = 'Exekutatu aurretik aukeratutako kontsulta';
$strExplain = 'SQL-a azaldu';
$strExport = 'Esportatu';
$strExtendedInserts = '"insert" hedatuak';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Erratutako saiakerak';
$strField = 'Eremua';
$strFieldHasBeenDropped = '%s eremua ezabatu da';
$strFields = 'Eremuak';
$strFieldsEmpty = ' Eremuen kontaketa hutsik dago! ';
$strFieldsEnclosedBy = 'Eremuak honekin mugatuta:';
$strFieldsEscapedBy = 'Eremuak escaped by:';
$strFieldsTerminatedBy = 'Eremuak honekin bukatuak:';
$strFileAlreadyExists = '%s fitxategia aurretik bazegoen zerbitzarian, izena aldatu edo aukeratu gainean idazteko hobespena.';
$strFileCouldNotBeRead = 'Ezinezkoa fitxategia irakurtzea';
$strFileNameTemplate = 'Txantiloi-fitxategiaren izena';
$strFileNameTemplateRemember = 'txantiloia gogoratu';
$strFixed = 'finkoa';
$strFlushPrivilegesNote = 'Oharra: phpMyAdmin-ek erabiltzaileen pribilegioak\' zuzenean MySQL-ren pribilegioen taulatik\' eskuratzen ditu. Taula hauen edukiak, tartean eskuz aldaketarik egon bada, zerbitzariak erabiltzen dituenak ez bezelakoak izan daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s beharko zenituzke.';
$strFlushTable = 'Taularen cachea hustu ("FLUSH")';
$strFormEmpty = 'Balioa bat falta da formularioan!';
$strFormat = 'Formatoa';
$strFullText = 'Testu osoak';
$strFunction = 'Funtzioak';
 
$strGenBy = 'Egilea:';
$strGenTime = 'Sortzeko denbora';
$strGeneralRelationFeat = 'Erlazioen ezaaugarri orokorrak';
$strGerman = 'Alemaniera';
$strGlobal = 'orokorra';
$strGlobalPrivileges = 'Pribilegio orokorrak';
$strGlobalValue = 'Balio orokorra';
$strGo = 'Joan';
$strGrantOption = 'Baimendu';
$strGreek = 'Grekiera';
$strGzip = '"gzip-ez trinkotuta"';
 
$strHasBeenAltered = 'aldatua izan da.';
$strHasBeenCreated = 'sortu da.';
$strHaveToShow = 'Gutxienez bistaratzeko Zutabe bat hautatu duzu.';
$strHebrew = 'Hebreera';
$strHome = 'Hasiera-orria';
$strHomepageOfficial = 'phpMyAdmin-en webgune ofiziala';
$strHost = 'Zerbitzaria';
$strHostEmpty = 'Zerbitzariaren izena hutsik dago!';
$strHungarian = 'Hungariera';
 
$strId = 'ID';
$strIdxFulltext = 'Testu osoa';
$strIgnore = 'Ezikusi';
$strIgnoringFile = '%s fitxategia ezikusten';
$strImportDocSQL = 'docSQL Fitxategiak inportatu';
$strImportFiles = 'Fitxategiak inportatu';
$strInUse = 'lanean';
$strIndex = 'Indizea';
$strIndexHasBeenDropped = '%s indizea ezabatu da';
$strIndexName = 'Indizearen izena&nbsp;:';
$strIndexType = 'Indize mota&nbsp;:';
$strIndexes = 'Indizeak';
$strInnodbStat = 'InnoDB Egoera';
$strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.';
$strInsert = 'Txertatu';
$strInsertAsNewRow = 'Txertatu errenkada berri batean';
$strInsertNewRow = 'Errenkada berri bat txertatu';
$strInsertedRowId = 'Txertatutako errenkararen id-a:';
$strInsertedRows = 'Txartatutako errenkadak:';
$strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.';
$strInternalRelations = 'Barne-erlazioak';
 
$strJapanese = 'Japoniera';
$strJumpToDB = '&quot;%s&quot; datu-basera joan.';
$strJustDelete = 'Pribilegioen taulatik erabiltzaileak ezabatzea besterik ez duzu.';
$strJustDeleteDescr = '&quot;Ezabatutako&quot; erabiltzaileak ohizko eran zerbitzarira sartzeko aukera izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
 
$strKeepPass = 'Pasahitza ez aldatu';
$strKeyname = 'Klabearen hitza';
$strKill = 'Hil';
$strKorean = 'Koreera';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX hobespenak';
$strLatexCaption = 'Taularen epigrafea';
$strLatexContent = '__TABLE__ taularen edukina';
$strLatexIncludeCaption = 'Taularen epigrafea gehitu';
$strLatexStructure = '__TABLE__ taularen egitura';
$strLengthSet = 'Luzera/Balioak*';
$strLimitNumRows = 'Errenkada kopurua orriko';
$strLinesTerminatedBy = 'Honetan bukatutako lerroak: ';
$strLinkNotFound = 'Esteka aurkitugabea';
$strLinksTo = 'Estekak honi:';
$strLithuanian = 'Lithuaniera';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Testu-fitxategiaren kokapena';
$strLogPassword = 'Pasahitza:';
$strLogServer = 'Zerbitzaria';
$strLogUsername = 'Erabiltzaile-izena:';
$strLogin = 'Hasi saioa';
$strLoginInformation = 'Saioa hasteko informazioa';
$strLogout = 'Saioa bukatu';
 
$strMIME_MIMEtype = 'MIME-mota';
$strMIME_available_mime = 'MIME-mota erabilgarriak';
$strMIME_available_transform = 'Eraldaketa erabilgarriak';
$strMIME_description = 'Deskribapena';
$strMIME_nodescription = 'Eraldaketa honentzako deskribapenik ez dago erabilgarri.<br />Mesedez egileari galdetu, %s-(e)k zer egiten duen.';
$strMIME_transformation = 'Nabigatzailearen eraldaketa';
$strMIME_transformation_note = 'Eraldaketen hobespen eta haien MIME-mota eraldaketen zerrendarako, egizu klik hemen %stransformation descriptions%s';
$strMIME_transformation_options = 'Eraldaketen hobespenak';
$strMIME_transformation_options_note = 'Mesedez, formato honi jarraiki, sartu itzazu eraldaketen hobespenentzako balioak: \'a\',\'b\',\'c\'...<br />Noizbait alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'Etzanez inprimaturiko MIME-motek ez dute eraldaketa-funtzio berezirik';
$strModifications = 'Aldaketak gorde dira';
$strModify = 'Aldatu';
$strModifyIndexTopic = 'Indize bat aldatu';
$strMoveTable = 'Taula hona mugitu (datu-basea<b>.</b>taula):';
$strMoveTableOK = '%s taula hona mugitu da: %s.';
$strMoveTableSameNames = 'Ezin taula berberara mugitu!';
$strMultilingual = 'eleanitza';
$strMySQLCharset = 'MySQL karaktere-multzoa';
$strMySQLSaid = 'MySQL-ek zera dio: ';
$strMySQLShowProcess = 'Erakutsi prozesuak';
$strMySQLShowStatus = 'MySQL-ren funtzionamenduari buruzko informazioa erakutsi';
$strMySQLShowVars = 'MySQL-ren sistema-aldagaiak erakutsi';
 
$strName = 'Izena';
$strNext = 'Hurrengoa';
$strNo = 'Ez';
$strNoDatabases = 'Datu-baserik ez';
$strNoDatabasesSelected = 'Ez dago datu-baserik aukeratuta.';
$strNoDescription = 'Deskribapenik ez';
$strNoDropDatabases = '"DROP DATABASE" sententziak ezgaituta daude.';
$strNoExplain = 'SQL-ren azalpena saltatu';
$strNoFrames = 'phpMyAdmin askoz erabilerraza da <b>frame-ak onartzen duen</b> nabigatzaile batekin.';
$strNoIndex = 'Ez dago indizerik definituta!';
$strNoIndexPartsDefined = 'Ez da indiziaren zatiak definitu!';
$strNoModification = 'Aldaketarik ez';
$strNoOptions = 'Formato honek ez du aukerarik';
$strNoPassword = 'Pasahitzik ez';
$strNoPermission = 'Web-zerbitzariak dio %s fitxategia gordetzeko baimenik ez duzula.';
$strNoPhp = 'PHP Koderik gabe';
$strNoPrivileges = 'Pribilegiorik gabe';
$strNoRights = 'Ez daukazu baimen nahikorik hemen orain egoteko!';
$strNoSpace = 'Ez dago leku-disko nahikoa %s fitxategia gordetzeko.';
$strNoTablesFound = 'Ez da taularik aurkitu datu-basean.';
$strNoUsersFound = 'Ez da erabiltzailerik aurkitu.';
$strNoValidateSQL = 'SQL-ren balidapena saltatu';
$strNone = 'Batez';
$strNotNumber = 'Hau ez da zenbaki bat!';
$strNotOK = 'Okerra';
$strNotSet = '<b>%s</b> taula ez da aurkitu edo ez da definitu hemen: %s';
$strNull = 'Nulua';
$strNumSearchResultsInTable = '%s emaitza(k) <i>%s</i> taulan';
$strNumSearchResultsTotal = '<b>Guztira:</b> <i>%s</i> emaitza(k)';
$strNumTables = 'Taulak';
 
$strOK = 'Zuzena';
$strOperations = 'Eragiketak';
$strOptimizeTable = 'Taula optimizatu';
$strOr = 'Edo';
$strOverhead = 'Arazteko hondakina';
$strOverwriteExisting = 'Gainean idatzi aurretik badiren fitxategiak';
 
$strPHP40203 = 'PHP 4.2.3 erabiltzen ari zara, zeinek multi-byte kateekin (mbstring) arazo handia duena. Ikus PHP-ren 19404 errore-txostena. PHPren bertsio hau ez dago gomendatuta phpMyAdmin-arekin batera erabiltzeko.';
$strPHPVersion = 'PHP Bertsioa';
$strPageNumber = 'Orri zenbakia:';
$strPaperSize = 'Paperaren tamaina';
$strPartialText = 'Testu partzialak';
$strPassword = 'Pasahitza';
$strPasswordChanged = '%s-arentzako pasahitza arrakastaz aldatua izan da.';
$strPasswordEmpty = 'Pasahitza hutsik dago!';
$strPasswordNotSame = 'Pasahitzek ez dute bat egiten!';
$strPdfDbSchema = '"%s" datu-basearen eskema- Orria %s';
$strPdfInvalidTblName = '"%s" taula ez da existitzen!';
$strPdfNoTables = 'Taularik ez';
$strPerHour = 'orduko';
$strPerMinute = 'minutuko';
$strPerSecond = 'segunduko';
$strPhoneBook = 'Telefono-agenda';
$strPhp = 'PHP kodea sortu';
$strPmaDocumentation = 'phpMyAdmin dokumentazioa';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktibak zure konfigurazio fitxategian zehaztuta behar du egon!';
$strPortrait = 'Bertikal';
$strPos1 = 'Hasi';
$strPrevious = 'Aurrekoa';
$strPrimary = 'Lehen mailakoa';
$strPrimaryKeyHasBeenDropped = 'Lehen mailako gakoa ezabatu da';
$strPrimaryKeyName = 'Lehen mailako gakoaren izenak behar du izan... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY"-k, <b>soilik</b>, lehen mailako gako baten izena izan <b>behar</b> du!)';
$strPrint = 'Inprimatu';
$strPrintView = 'Inprimatzeko ikuspegia';
$strPrintViewFull = 'Inprimatzeko ikuspena (testu osoak)';
$strPrivDescAllPrivileges = 'Pribilegio guztiak, GRANT(baimendu) izanezik, dauzka.';
$strPrivDescAlter = 'Uneko taulen egiturak aldatzea baimentzen du.';
$strPrivDescCreateDb = 'Datu-base eta taula berriak sortzea baimentzen du.';
$strPrivDescCreateTbl = 'Taula berriak sortzea baimentzen du.';
$strPrivDescCreateTmpTable = 'Aldi baterako taulak sortzea baimentzen du.';
$strPrivDescDelete = 'Datuak ezabatzea baimentzen du.';
$strPrivDescDropDb = 'Datu-base eta taulak ezabatzea baimentzen du.';
$strPrivDescDropTbl = 'Taulak ezabatzea baimentzen du.';
$strPrivDescExecute = 'Gordetako prozedurak exekutatzea baimentzen du; Ez du eraginik MySQL bertsio honetan.';
$strPrivDescFile = 'Datuak fitxategietatik inportatzea eta fitxategietara esportatzea baimentzen du.';
$strPrivDescGrant = 'Erabiltzaileak eta pribilegioak gehitzea baimentzen du pribilegioen taula berkargatu gabe.';
$strPrivDescIndex = 'Indizeak sortu eta ezabatzea baimentzen du.';
$strPrivDescInsert = 'Datuak txertatu eta ordezkatzea baimentzen du.';
$strPrivDescLockTables = 'Momentuko harian taulak blokeatzea baimentzen du.';
$strPrivDescMaxConnections = 'Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du.';
$strPrivDescMaxQuestions = 'Erabiltzaileak orduko zerbitzarira bidali dezakeen kontsulta kopurua mugatzen du.';
$strPrivDescMaxUpdates = 'Erabiltzaileak orduko exekuta dezakeen taula edo datu-baserik alda dezaketen komando kopurua mugatzen du.';
$strPrivDescProcess3 = 'Beste erabiltzaileen prosezuak hiltzen baimentzen du.';
$strPrivDescProcess4 = 'Kontsulta osoak prozesuen zerrendan ikustea baimentzen du.';
$strPrivDescReferences = 'Ez du eraginik MySQL bertsio honetan.';
$strPrivDescReload = 'Zerbitzariaren hobespenak berkargatu eta beraren cacheak hustea baimentzen du.';
$strPrivDescReplClient = 'Erabiltzailea baimentzen du morroiak / nagusiak non dauden galdetzeko.';
$strPrivDescReplSlave = 'Erreplikazio morroientzat beharrezkoa.';
$strPrivDescSelect = 'Datuak irakurtzea baimentzen du.';
$strPrivDescShowDb = 'Datu-base zenrrenda osorako sarrera ahalbidetzen du.';
$strPrivDescShutdown = 'Zerbitzaria amatatzea baimentzen du.';
$strPrivDescSuper = 'Konektatzea baimentzen du, baita konexio kopuru maximora ailegatuta ere; Aldagai orokorrak zehaztu edota beste erabiltzaileen hariak hiltzeko bezalako kudeaketa-eragiketa gehienentzat beharrezkoa da.';
$strPrivDescUpdate = 'Datuak aldatzea baimentzen du.';
$strPrivDescUsage = 'Pribilegiorik ez.';
$strPrivileges = 'Probilegioak';
$strPrivilegesReloaded = 'Pribilegioak arrakastaz berkargatu dira.';
$strProcesslist = 'Prozesuen zerrenda';
$strPutColNames = 'Eremuen izenak lehenengo errenkadan jarri';
 
$strQBE = 'Kontsulta';
$strQBEDel = 'Ezabatu';
$strQBEIns = 'Txertatu';
$strQueryFrame = 'Kontsulta-leihoa';
$strQueryOnDb = 'SQL-kontsulta <b>%s</b> datu-basean:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kontsultaren estatistikak</b>: Bere hasieratik, %s kontsulta zerbitzarira bidali dira.';
$strQueryTime = 'Kontsulta exekutatzeko denbora %01.4f seg';
$strQueryType = 'Kontsulta mota';
$strQueryWindowLock = 'Kontsulta hau ez idatzi gainean leihotik kanpo';
 
$strReType = 'Berridatzi';
$strReceived = 'Jasota';
$strRecords = 'Erregistroak';
$strReferentialIntegrity = 'Erreferentzien integritatea egiaztatu:';
$strRelationNotWorking = 'Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . Zergatia jakiteko egizu klik %shemen%s.';
$strRelationView = 'Erlazioen ikuspegia';
$strRelationalSchema = 'Erlazio-eskema';
$strRelations = 'Erlazioak';
$strReloadMySQL = 'MySQL berrabiarazi';
$strReloadingThePrivileges = 'Pribilegioak berkargatzen';
$strRemoveSelectedUsers = 'Hautatutako erabiltzaileak baztertu';
$strRenameTable = 'Taula berrizendatu izen honetara: ';
$strRenameTableOK = '%s taula %s-(e)ra berrizendatua izan da';
$strRepairTable = 'Taula konpondu';
$strReplaceNULLBy = 'NULL ordezkatu honen ordez:';
$strReplaceTable = 'Taularen datuak fitxategiarekin ordezkatu ';
$strReset = 'Reset egin';
$strResourceLimits = 'Baliabideen mugak';
$strRevoke = 'Ezeztatu';
$strRevokeAndDelete = 'Erabiltzaileen pribilegio aktibo guztiak ezeztatu eta ondoren denak ezabatu.';
$strRevokeAndDeleteDescr = 'Erabiltzaileak USAGE pribilegioa izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
$strRevokeMessage = 'Zuk %s-(r)en pribilegioak ezeztatu dituzu';
$strRowLength = 'Errenkadaren luzera';
$strRowSize = ' Errenkadaren tamaina ';
$strRows = 'Errenkadak';
$strRowsFrom = 'errenkada(k) # erregistrotik hasita';
$strRowsModeFlippedHorizontal = 'horizontal (goiburukoak biratuta)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s moduan eta goiburukoak errepikatu %s zeldaka';
$strRowsModeVertical = 'bertikal';
$strRowsStatistic = 'Errenkadaren estatistikak';
$strRunQuery = 'Kontsulta bidali';
$strRunSQLQuery = 'SQL kontsulta(k) exekutatu %s datu-basean';
$strRunning = 'hemen ibiltzen: %s';
$strRussian = 'Errusiera';
 
$strSQL = 'SQL';
$strSQLExportType = 'Esportazio mota';
$strSQLOptions = 'SQL hobespenak';
$strSQLParserBugMessage = 'Baliteke zuk SQL analizatzailean errore bat topatu izana. Mesedez arretaz aztertu zure kontsulta, eta egiaztatu komatxoak zuzen erabiliak eta bikoitiak direla. Akatsaren bestelako jatorri bat izan liteke zu datu binariodun fitxategi bat igotzen saiatzea mugatutako testu-eremutik at. Zure kontsulta MySQL-ren komando-interfazean ere exekutatzen saia zenezake. MySql zeritzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake. Arazoak bere horretan badirau edota komando-interfazeak arrakasta duen lekuan analizatzaileak huts egiten badu, mesedez murriztu ezazu zure SQL kontsulta arazoa sortzen duen zatira, eta bidal ezazu errore-txosten bat behean seinalaturiko MOZKETA atalean datu-katea paratuz:';
$strSQLParserUserError = 'Ematen du zure SQL kontsultan errore bat dagoela. MySQL zerbitzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake';
$strSQLQuery = 'SQL kontsulta';
$strSQLResult = 'SQL emaitza';
$strSQPBugInvalidIdentifer = 'Indentifikatzaile okerra';
$strSQPBugUnclosedQuote = 'Itxi gabeko komatxoak';
$strSQPBugUnknownPunctuation = 'Puntuazio ikurra ezezaguna';
$strSave = 'Gorde';
$strSaveOnServer = 'Zerbitzariren %s direktorioan gorde';
$strScaleFactorSmall = 'Eskalaren faktorea txikiegia da eskema orri bakar batean azaltzeko';
$strSearch = 'Bilatu';
$strSearchFormTitle = 'Datu-basean bilatu';
$strSearchInTables = 'Taul(ar)en barnean:';
$strSearchNeedle = 'Bilaketa egiteko hitza(k) edo balioa(k) (komodina: "%"):';
$strSearchOption1 = 'hitz hauetariko bat gutxienez';
$strSearchOption2 = 'hitz guztiak';
$strSearchOption3 = 'esaldi zehatza';
$strSearchOption4 = 'adierazpen erregular moduan';
$strSearchResultsFor = 'Bilaketaren emaitzak: "<i>%s</i>" %s:';
$strSearchType = 'Aurkitu:';
$strSecretRequired = 'Konfigurazio-fitxategiak orain ezkutuko pasahitz bat behar du (blowfish_secret).';
$strSelectADb = 'Datu-base bat hautatu mesedez';
$strSelectAll = 'Dena hautatu';
$strSelectFields = 'Eremuak hautatu (bat gutxienez):';
$strSelectNumRows = 'kontsultan';
$strSelectTables = 'Taulak hautatu';
$strSend = 'Bidali';
$strSent = 'Bidalita';
$strServer = 'Zerbitzaria';
$strServerChoice = 'Zerbitzariaren hautaketa';
$strServerStatusUptime = 'MySQL zerbitzari hau martxan egon da %s. %s abiaratu zelarik.';
$strServerTabProcesslist = 'Prozesuak';
$strServerTabVariables = 'Aldagaiak';
$strServerTrafficNotes = '<b>Zerbitzariaren trafikoa</b>: Taula hauek erakusten dituzte MySQL zerbitzari honen sare-trafikoaren estatistikak bere hasieratzetik.';
$strServerVars = 'Zerbitzariaren aldagai eta ezarpenak';
$strServerVersion = 'Zerbitzariaren bertsioa';
$strSessionValue = 'Saioaren balioa';
$strSetEnumVal = 'Eremu-mota "enum" edo "set" bada, mesedez idatzi balioak formato hau erabiliz: \'a\',\'b\',\'c\'...<br />Noizbait balio horien artean alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Erakutsi';
$strShowAll = 'Dena erakutsi';
$strShowColor = 'Kolorea erakutsi';
$strShowDatadictAs = 'Datuen hiztegiaren formateoa';
$strShowFullQueries = 'Kontsulta osoak erakutsi';
$strShowGrid = 'Sareta erakutsi';
$strShowPHPInfo = 'PHP informazioa erakutsi';
$strShowTableDimension = 'Taulen dimentsioak erakutsi';
$strShowTables = 'Taulak erakutsi';
$strShowThisQuery = ' Kontsulta hau hemen berriz erakutsi';
$strShowingRecords = 'Errenkadak erakusten';
$strSimplifiedChinese = 'Txinera erraztua';
$strSingly = '(soilik)';
$strSize = 'Tamaina';
$strSort = 'Ordenatu';
$strSortByKey = 'Gakoaren arabera ordenatu';
$strSpaceUsage = 'Erabilitako lekua';
$strSplitWordsWithSpace = 'Hitzak "zuriune" karakterrarekin bereiztuta daude (" ").';
$strStatCheckTime = 'Azken egiaztapena';
$strStatCreateTime = 'Sortzea';
$strStatUpdateTime = 'Azken eguneraketa';
$strStatement = 'Sententziak';
$strStatus = 'Egoera';
$strStrucCSV = 'CSV datuak';
$strStrucData = 'Egitura eta datuak';
$strStrucDrop = 'Gehitu DROP TABLE';
$strStrucExcelCSV = 'MS Excel datuentzako CSV';
$strStrucOnly = 'Egitura soilik';
$strStructPropose = 'Taularen egituraren proposamena ';
$strStructure = 'Egitura';
$strSubmit = 'Bidali';
$strSuccess = 'Zure SQL-kontsula arrakastaz burutu da';
$strSum = 'Gehiketa';
$strSwedish = 'Suediera';
$strSwitchToTable = 'Kopiatutako taulara aldatu';
 
$strTable = 'Taula';
$strTableComments = 'Taularen iruzkinak';
$strTableEmpty = 'Taularen izena hutsik dago!';
$strTableHasBeenDropped = '%s taula ezabatu egin da';
$strTableHasBeenEmptied = '%s taula hustu egin da';
$strTableHasBeenFlushed = '%s taularen cachea hustu egin da';
$strTableMaintenance = 'Taularen mantenua';
$strTableOfContents = 'Edukinen taula';
$strTableOptions = 'Taularen hobespenak';
$strTableStructure = 'Taularen egitura taula honentzat: ';
$strTableType = 'Taula mota';
$strTables = '%s taula(k)';
$strTblPrivileges = 'Taularen pribilegio espezifikoak';
$strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria ';
$strThai = 'Thailandiarra';
$strThisHost = 'Host hau';
$strThisNotDirectory = 'Hau ez zen direktorio bat';
$strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.';
$strTime = 'Denbora';
$strToggleScratchboard = 'Aldatu "scratchboard"-a';
$strTotal = 'guztira';
$strTotalUC = 'Gutira';
$strTraditionalChinese = 'Txinera tradizionala';
$strTraffic = 'Trafikoa';
$strTransformation_image_jpeg__inline = 'Miniatura klikagarri bat erakusten du; aukerak: luzera,altuera pixeletan (jatorrizko erlazioa mantentzen du)';
$strTransformation_image_jpeg__link = 'Irudi honi zuzendutako esketa bat erakusten du(blob deskarga zuzena, i.e.).';
$strTransformation_image_png__inline = 'Ikusi image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'TIME, TIMESTAMP edo DATETIME eremu bat hartu eta zure data lokalaren formateo mota erabiliz formateatzen du. Lehenengo aukera orduari gehitu beharreko aldea (orduetan) da (Lehenetsia: 0). Bigarren aukera dataren formateo ezberdin bat da, PHPren strftime() funtzioaren eskuragarri dauden parametroen arabera.';
$strTransformation_text_plain__external = 'LINUX SOILIK: Kanpoko aplikazio bat abiaratzen du eta datu-eremua sarrera estandarraren bidez osatzen du. Aplikazioaren irteera estandarra itzultzen du. Lehenetsitakoa Tidy da, HTML kodea txukun pantailaratzeko. Segurtasun arrazoiengatik, libraries/transformations/text_plain__external.inc.php fitxategia eskuz editatu beharko duzu eta hor zehaztu zein tresna exekutatzea baimentzen duzun. Lehenengo aukera erabili nahi duzun programaren zenbakia da eta bigarren aukera programarentzako parametroak dira . Hirugarren parametroa, 1 izanez gero irteera bihurtuko du htmlspecialchars() funtzioa erabiliz (Lehenetsia: 1). Laugarren parametroa, 1 izanez gero NOWRAP bat ezarriko dio edukin-gelaxkari, beraz irteera osoa berformateatu barik erakutsiko da(Lehenetsi 1)';
$strTransformation_text_plain__formatted = 'Eremuaren jatorrizko formateoa mantentzen du. Aldaketarik egin gabe.';
$strTransformation_text_plain__imagelink = 'Irudi eta esteka bana erakusten ditu, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da, bigarren aukera pixeletan neurtutako zabalera da, hirugarrena altuera da.';
$strTransformation_text_plain__link = 'Esteka bat erakusten du, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da , bigarren aukera estekaren izenburua da.';
$strTransformation_text_plain__substr = 'Soilik katearen zati bat erakutsi. Lehenengo aukerak zehazten du non hasten den zure testuaren desplazamendua (lehenetsi 0). Bigarren aukerak itzultzeko karaktere kopurua erakusten du. Hutsik badago, gainerako testu guztia bueltatuko du. Hirugarren aukerak zehazten du zeintzuk karaktere txertatuko diren irteerara azpikate bat itzultzen denean (Lehenetsia: ...) .';
$strTruncateQueries = 'Erakutsitako kontultak moztu';
$strTurkish = 'Turkiera';
$strType = 'Mota';
 
$strUkrainian = 'Ukraniera';
$strUncheckAll = 'Desautatu dena';
$strUnicode = 'Unicode';
$strUnique = 'Bakarra';
$strUnknown = 'ezezaguna';
$strUnselectAll = 'Desautatu dena';
$strUpdComTab = 'Mesedez, Dokumentazioa begiratu zure zutabeen iruzkinen Taula nola eguneratzeko';
$strUpdatePrivMessage = '%s-aren pribilegioak eguneratu dituzu.';
$strUpdateProfileMessage = 'Profila eguneratua izan da.';
$strUpdateQuery = 'Kontsulta eguneratu';
$strUpgrade = '%s %s bertsiora edo handiago batera eguneratu beharko zenuke.';
$strUsage = 'Erabilpena';
$strUseBackquotes = '"Backquotes" erabili taula eta eremuen izenekin ';
$strUseHostTable = 'Host taula erabili';
$strUseTables = 'Taulak erabili';
$strUseTextField = 'Testu-eremua erabili';
$strUseThisValue = 'Erabili balio hau';
$strUser = 'Erabiltzailea';
$strUserAlreadyExists = '%s erabiltzailea badago lehendik ere!';
$strUserEmpty = 'Erabiltzailearen izena hutsik dago!';
$strUserName = 'Erabiltzaile-izena';
$strUserNotFound = 'Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu.';
$strUserOverview = 'Erabiltzailearen info orokorra';
$strUsersDeleted = 'Hautatutako erabiltzaileak arrakastaz ezabatu dira.';
$strUsersHavingAccessToDb = '&quot;%s&quot;-(e)ra sarbidea duten erabiltzaileak';
 
$strValidateSQL = 'SQL balidatu';
$strValidatorError = 'Ezin izan da SQl balidatzailea hasieratu. Mesedez egiazta ezazu ea beharrezkoak diren php luzapenak instalatu dituzun %sdokumentazioan%s azaltzen den moduan.';
$strValue = 'balioa';
$strVar = 'Aldagaia';
$strViewDump = 'Ikusi taularen iraulketa (eskema)';
$strViewDumpDB = 'Ikusi datu-basearen iraulketa (eskema)';
$strViewDumpDatabases = 'Ikusi datu-baseen iraulketa (eskema)';
 
$strWebServerUploadDirectory = 'Fitxategiak igotzeko web-zerbitzariaren direktorioa';
$strWebServerUploadDirectoryError = 'Igoerentzat ezarri duzun direktorioa ez dago eskuragarri';
$strWelcome = 'Ongietorriak %s(e)ra';
$strWestEuropean = 'Mendebaldeko europearra';
$strWildcard = 'komodina';
$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';
$strWithChecked = 'Ikurdunak:';
$strWritingCommentNotPossible = 'Ezin izan da iruzkina idatzi';
$strWritingRelationNotPossible = 'Ezin izan da erlazioa idatzi';
$strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.';
 
$strXML = 'XML';
 
$strYes = 'Bai';
 
$strZeroRemovesTheLimit = 'Oharra: Aukera hauek zerora ezarriz gero muga kentzen da.';
$strZip = '"zipatuta"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strGeorgian = 'Georgian'; //to translate
 
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
 
$strServerStatus = 'Runtime Information'; //to translate
 
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/basque-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: basque-utf-8.inc.php,v 2.111.2.3 2006/03/23 17:42:09 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Iga', 'Astel', 'Astea', 'Astez', 'Oste', 'Osti', 'Lar');
$month = array('Urt', 'Ots', 'Mar', 'Api', 'Mai', 'Eka', 'Uzt', 'Abu', 'Ira', 'Urr', 'Aza', 'Abe');
// Ikus http://www.php.net/manual/es/function.strftime.php zehazteko
// hurrengo aldagaia
$datefmt = '%Y-%m-%d, %H:%M:%S';
$timespanfmt = '%s egun, %s ordu, %s minutu eta %s segundu';
 
$strAPrimaryKey = 'Lehen mailako gakoa gehitu da hemen: %s';
$strAbortedClients = 'Deuseztatua';
$strAbsolutePathToDocSqlDir = 'Mesedez, docSQL direktorioaren zerbitzariko helbide absolutoa idatzi';
$strAccessDenied = 'Sarbidea ukatua';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL zerbitzariarekin konektatzen saiatu zen, eta zerbitzariak konexioa ukatu zuen. Config.inc.php fitxategian host-a, erabiltzaile-izena eta pasahitza berpasatu beharko dituzu eta MySQL zerbitzariaren administratzaileak emaniko informazioarekin bat egiten dutela ziurtatu.';
$strAction = 'Ekintza';
$strAddAutoIncrement = 'Gehitu AUTO_INCREMENT balioa';
$strAddConstraints = 'Murrizketak gehitu';
$strAddDeleteColumn = 'Gehitu/ezabatu irizpide-zutabea';
$strAddDeleteRow = 'Gehitu/ezabatu irizpide-errenkada';
$strAddDropDatabase = 'Gehitu DROP DATABASE';
$strAddIntoComments = 'Iruzkinetan gehitu';
$strAddNewField = 'Eremu berria gehitu';
$strAddPrivilegesOnDb = 'Pribilegioak gehitu datu-base honetan';
$strAddPrivilegesOnTbl = 'Pribilegioak gehitu taula honetan ';
$strAddSearchConditions = 'Bilatzeko baldintzak txertatu ("where" klausularen gorputza):';
$strAddToIndex = '&nbsp;%s&nbsp; zutabe indizean gehituta';
$strAddUser = 'Erabiltzaile berria gehitu';
$strAddUserMessage = 'Erabiltzaile berria gehitu duzu.';
$strAddedColumnComment = 'Zutabearentzako iruzkin bat gehitu da';
$strAddedColumnRelation = 'Zutabearentzako erlazio bat gehitu da';
$strAdministration = 'Kudeaketa';
$strAffectedRows = 'Eragindako errenkadak: ';
$strAfter = '%s(a)ren ondoren';
$strAfterInsertBack = 'Itzuli';
$strAfterInsertNewInsert = 'Erregistro berria gehitu';
$strAll = 'Guztiak';
$strAllTableSameWidth = 'Zabalera berdina duten taula guztiak erakutsi?';
$strAlterOrderBy = 'Taularen "Order By" aldatu';
$strAnIndex = 'Indize bat gehitu da hemen: %s';
$strAnalyzeTable = 'Taula aztertu';
$strAnd = 'eta';
$strAny = 'edozein';
$strAnyHost = 'Edozein zerbitzari';
$strAnyUser = 'Edozein erabiltzaile';
$strArabic = 'Arabiera';
$strArmenian = 'Armeniera';
$strAscending = 'Goranzko';
$strAtBeginningOfTable = 'Taularen hasiera';
$strAtEndOfTable = 'Taularen amaiera';
$strAttr = 'Ezaugarriak';
$strAutodetect = 'Autodetektatu';
$strAutomaticLayout = 'Diseinu automatikoa';
 
$strBack = 'Itzuli';
$strBaltic = 'Baltikera';
$strBeginCut = 'EBAKINAREN HASIERA';
$strBeginRaw = 'IRAULKETAREN HASIERA';
$strBinary = ' Binarioa ';
$strBinaryDoNotEdit = ' Binarioa - ez editatu! ';
$strBookmarkAllUsers = 'Gogokoen erregistro hau edozein erabiltzailearentzat erabilgarri ';
$strBookmarkDeleted = 'Gordetako kontsulta ezabatu da.';
$strBookmarkLabel = 'Etiketa';
$strBookmarkQuery = 'Kontsulta gogokoetan gordea';
$strBookmarkThis = 'Kontsulta hau gogokoetan gorde';
$strBookmarkView = 'Soilik ikusi';
$strBrowse = 'Arakatu';
$strBulgarian = 'Bulgariera';
$strBzError = 'phpMyAdmin-ek ezinezko izan du iraulketa trinkotzea php bertsio honen Bz2 luzapena hondatuta dagoelako. Zinez gomendatzen dizugu zure phpMyAdmin-en konfigurazio-fitxategian <code>$cfg[\'BZipDump\']</code> parametroa era honetan <code>FALSE</code> ezartzea.Bz2 trinkotzeko hobespenak erabili nahi badituzu, zure php-a bertsio berri batera gaurkotu beharko duzu. Detaileak ikusi nahi izanez gero begira erroreen txostena.';
$strBzip = '"Bzip-ez trinkotua"';
 
$strCSVOptions = 'CSV aukerak';
$strCannotLogin = 'Ezinezkoa MySql zerbitzarian saioa hastea';
$strCantLoad = 'ezinezkoa %s luzapena kargatzea ,<br />mesedez, berpasatu zure PHPren konfigurazioa.';
$strCantLoadRecodeIconv = 'Ezinezkoa iconv kargatzea edota karaktere-jokoaren bihurketarako beharrezkoa den luzapena berkodifikatzea, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Ezinezkoa indizearen izena ¡PRIMARY! berrizendatzea';
$strCantUseRecodeIconv = 'Ezin dira erabili ez iconv, ez libiconv ezta recode_string funtzioa luzapenen txostena kargatzen den bitartean. Berpasatu php-ren konfigurazioa.';
$strCardinality = 'Kardinalitatea';
$strCaseInsensitive = 'Maiuskulak ez ditu bereizten';
$strCaseSensitive = 'Maiuskulak bereizten ditu';
$strCentralEuropean = 'Erdialdeko europearra';
$strChange = 'Aldatu';
$strChangeCopyMode = 'Erabiltzaile berri bat sortu pribilegio berdinekin eta ...';
$strChangeCopyModeCopy = '... mantendu aurrekoa.';
$strChangeCopyModeDeleteAndReload = ' ... zaharra ezabatu erabiltzaileen tauletatik eta ondoren berkargatu pribilegioak.';
$strChangeCopyModeJustDelete = ' ... zaharra ezabatu erabiltzaileen tauletatik.';
$strChangeCopyModeRevoke = ' ... zaharraren pribilegio aktibo guztiak errebokatu eta ondoren ezabatu.';
$strChangeCopyUser = 'Aldatu saioa hasteko informazioa / Erabiltzailea kopiatu';
$strChangeDisplay = 'Aukeratu erakutsi beharreko eremua';
$strChangePassword = 'Pasahitza aldatu';
$strCharset = 'Karaktere-jokoa';
$strCharsetOfFile = 'Fitxategiaren karaktereen kodeketa:';
$strCharsets = 'Karaktere-multzoa';
$strCharsetsAndCollations = 'Karaktere-multzoak eta ordenamenduak';
$strCheckAll = 'Guztiak egiaztatu';
$strCheckOverhead = 'Arazteko hondakinak egiaztatu';
$strCheckPrivs = 'Pribilegioak egiaztatu';
$strCheckPrivsLong = '&quot;%s&quot; datu-basearen pribilegioak egiaztatu.';
$strCheckTable = 'Taula egiaztatu';
$strChoosePage = 'Aukeratu editatzeko orria mesedez';
$strColComFeat = 'Zutabearen iruzkinak erakusten';
$strCollation = 'Ordenamendua';
$strColumnNames = 'Zutabe izenak';
$strColumnPrivileges = 'Zutabearen pribilegio espezifikoak';
$strCommand = 'Komandoa';
$strComments = 'Iruzkinak';
$strCompleteInserts = '"Insert"ak osatu';
$strCompression = 'Trinkotzea';
$strConfigFileError = 'phpMyAdmin-ek ezin izan du zure konfigurazio fitxategia irakurri!<br />Hau gerta liteke php-k sintasi errore bat aurkitzen badio edota php-k fitxategia ezin izan duelako aurkitu.<br />Faborez, saiatu konfigurazio fitxategia zuzenean deitzen hurrengo esteka erabiliz eta irakurri jaso lite(z)keen php-ren errore mezua(k). Kasu gehienetan komatxo edo puntu eta komaren bat nonbait ez egoteak sortzen du arazoa.<br />Orria txuriz jasoz gero, dena ondo legoke.';
$strConfigureTableCoord = 'Mesedez, %s taularentzako koordinatuak konfiguratu';
$strConnections = 'Konexioak';
$strConstraintsForDumped = 'Iraulitako taulentzako murrizketak';
$strConstraintsForTable = 'Taularentzako murrizketak';
$strCookiesRequired = 'Puntu honetarako cookie-ek gaituta egon behar dute.';
$strCopyTable = 'Taula hona kopiatu: (datu-base<b>.</b>taula):';
$strCopyTableOK = '%s taula hona kopiatua izan da: %s.';
$strCopyTableSameNames = 'Ezinezkoa da taula berberera kopiatzea!';
$strCouldNotKill = 'phpMyAdmin-ek ezin izan du %s haria deuseztatu. Seguruena aurretik itxia izatea.';
$strCreate = 'Sortu';
$strCreateIndex = 'Indize bat sortu &nbsp;%s&nbsp; zutabetan';
$strCreateIndexTopic = 'Indize berri bat sortu';
$strCreateNewDatabase = 'Datu-base berri bat sortu';
$strCreateNewTable = 'Taula berri bat sortu %s datu-basean';
$strCreatePage = 'Orri berri bat sortu';
$strCreatePdfFeat = 'PDF-en sorrera';
$strCreationDates = 'Sortu/Eguneratu/Egiaztatu datak';
$strCriteria = 'Irizpidea';
$strCroatian = 'Croaziera';
$strCyrillic = 'Zirilikoa';
$strCzech = 'Txekiera';
 
$strDBComment = 'Datu-basearen iruzkina: ';
$strDBGContext = 'Testuingurua';
$strDBGContextID = 'Testuinguruaren IDa';
$strDBGHits = 'Atzialdiak';
$strDBGLine = 'Lerroa';
$strDBGMaxTimeMs = 'Denbora Min , ms';
$strDBGMinTimeMs = 'Denbora Max, ms';
$strDBGModule = 'Modulua';
$strDBGTimePerHitMs = 'Denbora/Atzialdi, ms';
$strDBGTotalTimeMs = 'Denbora orokorra, ms';
$strDanish = 'Danesa';
$strData = 'Datuak';
$strDataDict = 'Datu-hiztegia';
$strDataOnly = 'Datuak soilik';
$strDatabase = 'Datu-basea';
$strDatabaseExportOptions = 'Datu-basea esportatzeko aukerak';
$strDatabaseHasBeenDropped = '%s datu-basea ezabatua izan da.';
$strDatabaseNoTable = 'Datu-base honek ez dauka taularik!';
$strDatabases = 'Datu-baseak';
$strDatabasesDropped = '%s datu-base arrakastaz ezabatu dira.';
$strDatabasesStats = 'Datu-baseen estatistikak';
$strDatabasesStatsDisable = 'Estatistikak ezgaitu';
$strDatabasesStatsEnable = 'Estatistikak gaitu';
$strDatabasesStatsHeavyTraffic = 'Oharra: Datu-basearen estatistikak hemen gaituz gero web-zerbitzaria eta MySQL-arenaren arteko trafiko handia sor liteke.';
$strDbPrivileges = 'Datu-basearen pribilegio espezifikoak';
$strDbSpecific = 'Datubasearentzat espezifikoa';
$strDefault = 'Lehenetsia';
$strDefaultValueHelp = 'Lehenetsitako balioak erabiltzeko, mesedez sartu balio bakar bat, komatxo edota alderantzikaturiko barrarik gabe, formato hau erabiliz: a';
$strDelOld = 'Orri honek existitzen ez diren taulekiko erreferentziak dauzka. Erreferentziok ezabatu nahi al dituzu?';
$strDelayedInserts = 'Use delayed inserts';
$strDelete = 'Ezabatu';
$strDeleteAndFlush = 'Erabiltzaileak ezabatu eta ondoren pribilegioak berkargatu.';
$strDeleteAndFlushDescr = 'Hau da biderik garbiena, baina pribilegioak berkargatzeak denbora behar du.';
$strDeleted = 'Errenkada ezabatua izan da';
$strDeletedRows = 'Ezabatutako errenkadak:';
$strDeleting = '%s ezabatzen';
$strDescending = 'Beherantz';
$strDescription = 'Deskribapena';
$strDictionary = 'hiztegia';
$strDisabled = 'Ezgaituta';
$strDisplayFeat = 'Eginbideak erakutsi';
$strDisplayOrder = 'Ordena erakutsi:';
$strDisplayPDF = 'PDF eskema erakutsi';
$strDoAQuery = '"Adibide moduan" kontsulta bat egin (komodina: "%")';
$strDoYouReally = 'Benetan nahi al duzu ';
$strDocu = 'Dokumentazioa';
$strDrop = 'Ezabatu';
$strDropUsersDb = 'Erabiltzaileen izen berdina duten datu-baseak ezabatu.';
$strDumpSaved = 'Iraulketa %s fitxategian gorde da.';
$strDumpXRows = '%s errenkada irauli, erregistro honetatik hasita: # %s.';
$strDumpingData = 'Taula honen datuak irauli';
$strDynamic = 'dinamikoa';
 
$strEdit = 'Editatu';
$strEditPDFPages = 'Editatu PDF Orriak';
$strEditPrivileges = 'Editatu Pribilegioak';
$strEffective = 'Eraginkorra';
$strEmpty = 'Hutsik';
$strEmptyResultSet = 'MySQL-k emaitza hutsa itzuli du. (i.e. zero errenkada).';
$strEnabled = 'Gaituta';
$strEnd = 'Amaiera';
$strEndCut = 'EBAKINAREN AMAIERA';
$strEndRaw = 'IRAULKETAREN AMAIERA';
$strEnglish = 'Ingelesa';
$strEnglishPrivileges = ' Oharra: MySQL-ren pribilegioen izenak ingelesez adierazita daude';
$strError = 'Errorea';
$strEstonian = 'Estoniera';
$strExcelEdition = 'Excel edizioa';
$strExcelOptions = 'Excel hobespenak';
$strExecuteBookmarked = 'Exekutatu aurretik aukeratutako kontsulta';
$strExplain = 'SQL-a azaldu';
$strExport = 'Esportatu';
$strExtendedInserts = '"insert" hedatuak';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Erratutako saiakerak';
$strField = 'Eremua';
$strFieldHasBeenDropped = '%s eremua ezabatu da';
$strFields = 'Eremuak';
$strFieldsEmpty = ' Eremuen kontaketa hutsik dago! ';
$strFieldsEnclosedBy = 'Eremuak honekin mugatuta:';
$strFieldsEscapedBy = 'Eremuak escaped by:';
$strFieldsTerminatedBy = 'Eremuak honekin bukatuak:';
$strFileAlreadyExists = '%s fitxategia aurretik bazegoen zerbitzarian, izena aldatu edo aukeratu gainean idazteko hobespena.';
$strFileCouldNotBeRead = 'Ezinezkoa fitxategia irakurtzea';
$strFileNameTemplate = 'Txantiloi-fitxategiaren izena';
$strFileNameTemplateRemember = 'txantiloia gogoratu';
$strFixed = 'finkoa';
$strFlushPrivilegesNote = 'Oharra: phpMyAdmin-ek erabiltzaileen pribilegioak\' zuzenean MySQL-ren pribilegioen taulatik\' eskuratzen ditu. Taula hauen edukiak, tartean eskuz aldaketarik egon bada, zerbitzariak erabiltzen dituenak ez bezelakoak izan daitezke. Kasu honetan, jarraitu aurretik %spribilegioak berkargatu%s beharko zenituzke.';
$strFlushTable = 'Taularen cachea hustu ("FLUSH")';
$strFormEmpty = 'Balioa bat falta da formularioan!';
$strFormat = 'Formatoa';
$strFullText = 'Testu osoak';
$strFunction = 'Funtzioak';
 
$strGenBy = 'Egilea:';
$strGenTime = 'Sortzeko denbora';
$strGeneralRelationFeat = 'Erlazioen ezaaugarri orokorrak';
$strGerman = 'Alemaniera';
$strGlobal = 'orokorra';
$strGlobalPrivileges = 'Pribilegio orokorrak';
$strGlobalValue = 'Balio orokorra';
$strGo = 'Joan';
$strGrantOption = 'Baimendu';
$strGreek = 'Grekiera';
$strGzip = '"gzip-ez trinkotuta"';
 
$strHasBeenAltered = 'aldatua izan da.';
$strHasBeenCreated = 'sortu da.';
$strHaveToShow = 'Gutxienez bistaratzeko Zutabe bat hautatu duzu.';
$strHebrew = 'Hebreera';
$strHome = 'Hasiera-orria';
$strHomepageOfficial = 'phpMyAdmin-en webgune ofiziala';
$strHost = 'Zerbitzaria';
$strHostEmpty = 'Zerbitzariaren izena hutsik dago!';
$strHungarian = 'Hungariera';
 
$strId = 'ID';
$strIdxFulltext = 'Testu osoa';
$strIgnore = 'Ezikusi';
$strIgnoringFile = '%s fitxategia ezikusten';
$strImportDocSQL = 'docSQL Fitxategiak inportatu';
$strImportFiles = 'Fitxategiak inportatu';
$strInUse = 'lanean';
$strIndex = 'Indizea';
$strIndexHasBeenDropped = '%s indizea ezabatu da';
$strIndexName = 'Indizearen izena&nbsp;:';
$strIndexType = 'Indize mota&nbsp;:';
$strIndexes = 'Indizeak';
$strInnodbStat = 'InnoDB Egoera';
$strInsecureMySQL = 'Zure konfigurazio fitxategiak MySQL-ren kontu pribilegiatuari dagozkion ezarpenak (root pasahitzik gabe) dauzka . Zure MySQL zerbitzaria lehenetsitako balio hauekin ari da lanean; atzipen-saiakera arrotzei irekita beraz. Segurtasun-zulo hau konpondu beharko zenuke.';
$strInsert = 'Txertatu';
$strInsertAsNewRow = 'Txertatu errenkada berri batean';
$strInsertNewRow = 'Errenkada berri bat txertatu';
$strInsertedRowId = 'Txertatutako errenkararen id-a:';
$strInsertedRows = 'Txartatutako errenkadak:';
$strInternalNotNecessary = '* Barne-erlaziorik ez da beharrezkoa InnoDB-en ere existitzen denean.';
$strInternalRelations = 'Barne-erlazioak';
 
$strJapanese = 'Japoniera';
$strJumpToDB = '&quot;%s&quot; datu-basera joan.';
$strJustDelete = 'Pribilegioen taulatik erabiltzaileak ezabatzea besterik ez duzu.';
$strJustDeleteDescr = '&quot;Ezabatutako&quot; erabiltzaileak ohizko eran zerbitzarira sartzeko aukera izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
 
$strKeepPass = 'Pasahitza ez aldatu';
$strKeyname = 'Klabearen hitza';
$strKill = 'Hil';
$strKorean = 'Koreera';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX hobespenak';
$strLatexCaption = 'Taularen epigrafea';
$strLatexContent = '__TABLE__ taularen edukina';
$strLatexIncludeCaption = 'Taularen epigrafea gehitu';
$strLatexStructure = '__TABLE__ taularen egitura';
$strLengthSet = 'Luzera/Balioak*';
$strLimitNumRows = 'Errenkada kopurua orriko';
$strLinesTerminatedBy = 'Honetan bukatutako lerroak: ';
$strLinkNotFound = 'Esteka aurkitugabea';
$strLinksTo = 'Estekak honi:';
$strLithuanian = 'Lithuaniera';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Testu-fitxategiaren kokapena';
$strLogPassword = 'Pasahitza:';
$strLogServer = 'Zerbitzaria';
$strLogUsername = 'Erabiltzaile-izena:';
$strLogin = 'Hasi saioa';
$strLoginInformation = 'Saioa hasteko informazioa';
$strLogout = 'Saioa bukatu';
 
$strMIME_MIMEtype = 'MIME-mota';
$strMIME_available_mime = 'MIME-mota erabilgarriak';
$strMIME_available_transform = 'Eraldaketa erabilgarriak';
$strMIME_description = 'Deskribapena';
$strMIME_nodescription = 'Eraldaketa honentzako deskribapenik ez dago erabilgarri.<br />Mesedez egileari galdetu, %s-(e)k zer egiten duen.';
$strMIME_transformation = 'Nabigatzailearen eraldaketa';
$strMIME_transformation_note = 'Eraldaketen hobespen eta haien MIME-mota eraldaketen zerrendarako, egizu klik hemen %stransformation descriptions%s';
$strMIME_transformation_options = 'Eraldaketen hobespenak';
$strMIME_transformation_options_note = 'Mesedez, formato honi jarraiki, sartu itzazu eraldaketen hobespenentzako balioak: \'a\',\'b\',\'c\'...<br />Noizbait alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'Etzanez inprimaturiko MIME-motek ez dute eraldaketa-funtzio berezirik';
$strModifications = 'Aldaketak gorde dira';
$strModify = 'Aldatu';
$strModifyIndexTopic = 'Indize bat aldatu';
$strMoveTable = 'Taula hona mugitu (datu-basea<b>.</b>taula):';
$strMoveTableOK = '%s taula hona mugitu da: %s.';
$strMoveTableSameNames = 'Ezin taula berberara mugitu!';
$strMultilingual = 'eleanitza';
$strMySQLCharset = 'MySQL karaktere-multzoa';
$strMySQLSaid = 'MySQL-ek zera dio: ';
$strMySQLShowProcess = 'Erakutsi prozesuak';
$strMySQLShowStatus = 'MySQL-ren funtzionamenduari buruzko informazioa erakutsi';
$strMySQLShowVars = 'MySQL-ren sistema-aldagaiak erakutsi';
 
$strName = 'Izena';
$strNext = 'Hurrengoa';
$strNo = 'Ez';
$strNoDatabases = 'Datu-baserik ez';
$strNoDatabasesSelected = 'Ez dago datu-baserik aukeratuta.';
$strNoDescription = 'Deskribapenik ez';
$strNoDropDatabases = '"DROP DATABASE" sententziak ezgaituta daude.';
$strNoExplain = 'SQL-ren azalpena saltatu';
$strNoFrames = 'phpMyAdmin askoz erabilerraza da <b>frame-ak onartzen duen</b> nabigatzaile batekin.';
$strNoIndex = 'Ez dago indizerik definituta!';
$strNoIndexPartsDefined = 'Ez da indiziaren zatiak definitu!';
$strNoModification = 'Aldaketarik ez';
$strNoOptions = 'Formato honek ez du aukerarik';
$strNoPassword = 'Pasahitzik ez';
$strNoPermission = 'Web-zerbitzariak dio %s fitxategia gordetzeko baimenik ez duzula.';
$strNoPhp = 'PHP Koderik gabe';
$strNoPrivileges = 'Pribilegiorik gabe';
$strNoRights = 'Ez daukazu baimen nahikorik hemen orain egoteko!';
$strNoSpace = 'Ez dago leku-disko nahikoa %s fitxategia gordetzeko.';
$strNoTablesFound = 'Ez da taularik aurkitu datu-basean.';
$strNoUsersFound = 'Ez da erabiltzailerik aurkitu.';
$strNoValidateSQL = 'SQL-ren balidapena saltatu';
$strNone = 'Batez';
$strNotNumber = 'Hau ez da zenbaki bat!';
$strNotOK = 'Okerra';
$strNotSet = '<b>%s</b> taula ez da aurkitu edo ez da definitu hemen: %s';
$strNull = 'Nulua';
$strNumSearchResultsInTable = '%s emaitza(k) <i>%s</i> taulan';
$strNumSearchResultsTotal = '<b>Guztira:</b> <i>%s</i> emaitza(k)';
$strNumTables = 'Taulak';
 
$strOK = 'Zuzena';
$strOperations = 'Eragiketak';
$strOptimizeTable = 'Taula optimizatu';
$strOr = 'Edo';
$strOverhead = 'Arazteko hondakina';
$strOverwriteExisting = 'Gainean idatzi aurretik badiren fitxategiak';
 
$strPHP40203 = 'PHP 4.2.3 erabiltzen ari zara, zeinek multi-byte kateekin (mbstring) arazo handia duena. Ikus PHP-ren 19404 errore-txostena. PHPren bertsio hau ez dago gomendatuta phpMyAdmin-arekin batera erabiltzeko.';
$strPHPVersion = 'PHP Bertsioa';
$strPageNumber = 'Orri zenbakia:';
$strPaperSize = 'Paperaren tamaina';
$strPartialText = 'Testu partzialak';
$strPassword = 'Pasahitza';
$strPasswordChanged = '%s-arentzako pasahitza arrakastaz aldatua izan da.';
$strPasswordEmpty = 'Pasahitza hutsik dago!';
$strPasswordNotSame = 'Pasahitzek ez dute bat egiten!';
$strPdfDbSchema = '"%s" datu-basearen eskema- Orria %s';
$strPdfInvalidTblName = '"%s" taula ez da existitzen!';
$strPdfNoTables = 'Taularik ez';
$strPerHour = 'orduko';
$strPerMinute = 'minutuko';
$strPerSecond = 'segunduko';
$strPhoneBook = 'Telefono-agenda';
$strPhp = 'PHP kodea sortu';
$strPmaDocumentation = 'phpMyAdmin dokumentazioa';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktibak zure konfigurazio fitxategian zehaztuta behar du egon!';
$strPortrait = 'Bertikal';
$strPos1 = 'Hasi';
$strPrevious = 'Aurrekoa';
$strPrimary = 'Lehen mailakoa';
$strPrimaryKeyHasBeenDropped = 'Lehen mailako gakoa ezabatu da';
$strPrimaryKeyName = 'Lehen mailako gakoaren izenak behar du izan... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY"-k, <b>soilik</b>, lehen mailako gako baten izena izan <b>behar</b> du!)';
$strPrint = 'Inprimatu';
$strPrintView = 'Inprimatzeko ikuspegia';
$strPrintViewFull = 'Inprimatzeko ikuspena (testu osoak)';
$strPrivDescAllPrivileges = 'Pribilegio guztiak, GRANT(baimendu) izanezik, dauzka.';
$strPrivDescAlter = 'Uneko taulen egiturak aldatzea baimentzen du.';
$strPrivDescCreateDb = 'Datu-base eta taula berriak sortzea baimentzen du.';
$strPrivDescCreateTbl = 'Taula berriak sortzea baimentzen du.';
$strPrivDescCreateTmpTable = 'Aldi baterako taulak sortzea baimentzen du.';
$strPrivDescDelete = 'Datuak ezabatzea baimentzen du.';
$strPrivDescDropDb = 'Datu-base eta taulak ezabatzea baimentzen du.';
$strPrivDescDropTbl = 'Taulak ezabatzea baimentzen du.';
$strPrivDescExecute = 'Gordetako prozedurak exekutatzea baimentzen du; Ez du eraginik MySQL bertsio honetan.';
$strPrivDescFile = 'Datuak fitxategietatik inportatzea eta fitxategietara esportatzea baimentzen du.';
$strPrivDescGrant = 'Erabiltzaileak eta pribilegioak gehitzea baimentzen du pribilegioen taula berkargatu gabe.';
$strPrivDescIndex = 'Indizeak sortu eta ezabatzea baimentzen du.';
$strPrivDescInsert = 'Datuak txertatu eta ordezkatzea baimentzen du.';
$strPrivDescLockTables = 'Momentuko harian taulak blokeatzea baimentzen du.';
$strPrivDescMaxConnections = 'Erabiltzaileak orduko ireki dezakeen konexio berrien kopurua mugatzen du.';
$strPrivDescMaxQuestions = 'Erabiltzaileak orduko zerbitzarira bidali dezakeen kontsulta kopurua mugatzen du.';
$strPrivDescMaxUpdates = 'Erabiltzaileak orduko exekuta dezakeen taula edo datu-baserik alda dezaketen komando kopurua mugatzen du.';
$strPrivDescProcess3 = 'Beste erabiltzaileen prosezuak hiltzen baimentzen du.';
$strPrivDescProcess4 = 'Kontsulta osoak prozesuen zerrendan ikustea baimentzen du.';
$strPrivDescReferences = 'Ez du eraginik MySQL bertsio honetan.';
$strPrivDescReload = 'Zerbitzariaren hobespenak berkargatu eta beraren cacheak hustea baimentzen du.';
$strPrivDescReplClient = 'Erabiltzailea baimentzen du morroiak / nagusiak non dauden galdetzeko.';
$strPrivDescReplSlave = 'Erreplikazio morroientzat beharrezkoa.';
$strPrivDescSelect = 'Datuak irakurtzea baimentzen du.';
$strPrivDescShowDb = 'Datu-base zenrrenda osorako sarrera ahalbidetzen du.';
$strPrivDescShutdown = 'Zerbitzaria amatatzea baimentzen du.';
$strPrivDescSuper = 'Konektatzea baimentzen du, baita konexio kopuru maximora ailegatuta ere; Aldagai orokorrak zehaztu edota beste erabiltzaileen hariak hiltzeko bezalako kudeaketa-eragiketa gehienentzat beharrezkoa da.';
$strPrivDescUpdate = 'Datuak aldatzea baimentzen du.';
$strPrivDescUsage = 'Pribilegiorik ez.';
$strPrivileges = 'Probilegioak';
$strPrivilegesReloaded = 'Pribilegioak arrakastaz berkargatu dira.';
$strProcesslist = 'Prozesuen zerrenda';
$strPutColNames = 'Eremuen izenak lehenengo errenkadan jarri';
 
$strQBE = 'Kontsulta';
$strQBEDel = 'Ezabatu';
$strQBEIns = 'Txertatu';
$strQueryFrame = 'Kontsulta-leihoa';
$strQueryOnDb = 'SQL-kontsulta <b>%s</b> datu-basean:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kontsultaren estatistikak</b>: Bere hasieratik, %s kontsulta zerbitzarira bidali dira.';
$strQueryTime = 'Kontsulta exekutatzeko denbora %01.4f seg';
$strQueryType = 'Kontsulta mota';
$strQueryWindowLock = 'Kontsulta hau ez idatzi gainean leihotik kanpo';
 
$strReType = 'Berridatzi';
$strReceived = 'Jasota';
$strRecords = 'Erregistroak';
$strReferentialIntegrity = 'Erreferentzien integritatea egiaztatu:';
$strRelationNotWorking = 'Estekatutako taulekin lan egiteko hobespen gehigarriak ezgaitu dira . Zergatia jakiteko egizu klik %shemen%s.';
$strRelationView = 'Erlazioen ikuspegia';
$strRelationalSchema = 'Erlazio-eskema';
$strRelations = 'Erlazioak';
$strReloadMySQL = 'MySQL berrabiarazi';
$strReloadingThePrivileges = 'Pribilegioak berkargatzen';
$strRemoveSelectedUsers = 'Hautatutako erabiltzaileak baztertu';
$strRenameTable = 'Taula berrizendatu izen honetara: ';
$strRenameTableOK = '%s taula %s-(e)ra berrizendatua izan da';
$strRepairTable = 'Taula konpondu';
$strReplaceNULLBy = 'NULL ordezkatu honen ordez:';
$strReplaceTable = 'Taularen datuak fitxategiarekin ordezkatu ';
$strReset = 'Reset egin';
$strResourceLimits = 'Baliabideen mugak';
$strRevoke = 'Ezeztatu';
$strRevokeAndDelete = 'Erabiltzaileen pribilegio aktibo guztiak ezeztatu eta ondoren denak ezabatu.';
$strRevokeAndDeleteDescr = 'Erabiltzaileak USAGE pribilegioa izaten jarraituko dute harik eta pribilegioak berkargatu arte.';
$strRevokeMessage = 'Zuk %s-(r)en pribilegioak ezeztatu dituzu';
$strRowLength = 'Errenkadaren luzera';
$strRowSize = ' Errenkadaren tamaina ';
$strRows = 'Errenkadak';
$strRowsFrom = 'errenkada(k) # erregistrotik hasita';
$strRowsModeFlippedHorizontal = 'horizontal (goiburukoak biratuta)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s moduan eta goiburukoak errepikatu %s zeldaka';
$strRowsModeVertical = 'bertikal';
$strRowsStatistic = 'Errenkadaren estatistikak';
$strRunQuery = 'Kontsulta bidali';
$strRunSQLQuery = 'SQL kontsulta(k) exekutatu %s datu-basean';
$strRunning = 'hemen ibiltzen: %s';
$strRussian = 'Errusiera';
 
$strSQL = 'SQL';
$strSQLExportType = 'Esportazio mota';
$strSQLOptions = 'SQL hobespenak';
$strSQLParserBugMessage = 'Baliteke zuk SQL analizatzailean errore bat topatu izana. Mesedez arretaz aztertu zure kontsulta, eta egiaztatu komatxoak zuzen erabiliak eta bikoitiak direla. Akatsaren bestelako jatorri bat izan liteke zu datu binariodun fitxategi bat igotzen saiatzea mugatutako testu-eremutik at. Zure kontsulta MySQL-ren komando-interfazean ere exekutatzen saia zenezake. MySql zeritzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake. Arazoak bere horretan badirau edota komando-interfazeak arrakasta duen lekuan analizatzaileak huts egiten badu, mesedez murriztu ezazu zure SQL kontsulta arazoa sortzen duen zatira, eta bidal ezazu errore-txosten bat behean seinalaturiko MOZKETA atalean datu-katea paratuz:';
$strSQLParserUserError = 'Ematen du zure SQL kontsultan errore bat dagoela. MySQL zerbitzariak itzulitako erroreak, baldin badago, arazoa diagnostikatzen lagundu zaitzake';
$strSQLQuery = 'SQL kontsulta';
$strSQLResult = 'SQL emaitza';
$strSQPBugInvalidIdentifer = 'Indentifikatzaile okerra';
$strSQPBugUnclosedQuote = 'Itxi gabeko komatxoak';
$strSQPBugUnknownPunctuation = 'Puntuazio ikurra ezezaguna';
$strSave = 'Gorde';
$strSaveOnServer = 'Zerbitzariren %s direktorioan gorde';
$strScaleFactorSmall = 'Eskalaren faktorea txikiegia da eskema orri bakar batean azaltzeko';
$strSearch = 'Bilatu';
$strSearchFormTitle = 'Datu-basean bilatu';
$strSearchInTables = 'Taul(ar)en barnean:';
$strSearchNeedle = 'Bilaketa egiteko hitza(k) edo balioa(k) (komodina: "%"):';
$strSearchOption1 = 'hitz hauetariko bat gutxienez';
$strSearchOption2 = 'hitz guztiak';
$strSearchOption3 = 'esaldi zehatza';
$strSearchOption4 = 'adierazpen erregular moduan';
$strSearchResultsFor = 'Bilaketaren emaitzak: "<i>%s</i>" %s:';
$strSearchType = 'Aurkitu:';
$strSecretRequired = 'Konfigurazio-fitxategiak orain ezkutuko pasahitz bat behar du (blowfish_secret).';
$strSelectADb = 'Datu-base bat hautatu mesedez';
$strSelectAll = 'Dena hautatu';
$strSelectFields = 'Eremuak hautatu (bat gutxienez):';
$strSelectNumRows = 'kontsultan';
$strSelectTables = 'Taulak hautatu';
$strSend = 'Bidali';
$strSent = 'Bidalita';
$strServer = 'Zerbitzaria';
$strServerChoice = 'Zerbitzariaren hautaketa';
$strServerStatusUptime = 'MySQL zerbitzari hau martxan egon da %s. %s abiaratu zelarik.';
$strServerTabProcesslist = 'Prozesuak';
$strServerTabVariables = 'Aldagaiak';
$strServerTrafficNotes = '<b>Zerbitzariaren trafikoa</b>: Taula hauek erakusten dituzte MySQL zerbitzari honen sare-trafikoaren estatistikak bere hasieratzetik.';
$strServerVars = 'Zerbitzariaren aldagai eta ezarpenak';
$strServerVersion = 'Zerbitzariaren bertsioa';
$strSessionValue = 'Saioaren balioa';
$strSetEnumVal = 'Eremu-mota "enum" edo "set" bada, mesedez idatzi balioak formato hau erabiliz: \'a\',\'b\',\'c\'...<br />Noizbait balio horien artean alderantzikaturiko barra ("\") edo barra arrunta ("\'") erabili beharko bazenu, beti erabili alderantzikaturiko barra (adibidez \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Erakutsi';
$strShowAll = 'Dena erakutsi';
$strShowColor = 'Kolorea erakutsi';
$strShowDatadictAs = 'Datuen hiztegiaren formateoa';
$strShowFullQueries = 'Kontsulta osoak erakutsi';
$strShowGrid = 'Sareta erakutsi';
$strShowPHPInfo = 'PHP informazioa erakutsi';
$strShowTableDimension = 'Taulen dimentsioak erakutsi';
$strShowTables = 'Taulak erakutsi';
$strShowThisQuery = ' Kontsulta hau hemen berriz erakutsi';
$strShowingRecords = 'Errenkadak erakusten';
$strSimplifiedChinese = 'Txinera erraztua';
$strSingly = '(soilik)';
$strSize = 'Tamaina';
$strSort = 'Ordenatu';
$strSortByKey = 'Gakoaren arabera ordenatu';
$strSpaceUsage = 'Erabilitako lekua';
$strSplitWordsWithSpace = 'Hitzak "zuriune" karakterrarekin bereiztuta daude (" ").';
$strStatCheckTime = 'Azken egiaztapena';
$strStatCreateTime = 'Sortzea';
$strStatUpdateTime = 'Azken eguneraketa';
$strStatement = 'Sententziak';
$strStatus = 'Egoera';
$strStrucCSV = 'CSV datuak';
$strStrucData = 'Egitura eta datuak';
$strStrucDrop = 'Gehitu DROP TABLE';
$strStrucExcelCSV = 'MS Excel datuentzako CSV';
$strStrucOnly = 'Egitura soilik';
$strStructPropose = 'Taularen egituraren proposamena ';
$strStructure = 'Egitura';
$strSubmit = 'Bidali';
$strSuccess = 'Zure SQL-kontsula arrakastaz burutu da';
$strSum = 'Gehiketa';
$strSwedish = 'Suediera';
$strSwitchToTable = 'Kopiatutako taulara aldatu';
 
$strTable = 'Taula';
$strTableComments = 'Taularen iruzkinak';
$strTableEmpty = 'Taularen izena hutsik dago!';
$strTableHasBeenDropped = '%s taula ezabatu egin da';
$strTableHasBeenEmptied = '%s taula hustu egin da';
$strTableHasBeenFlushed = '%s taularen cachea hustu egin da';
$strTableMaintenance = 'Taularen mantenua';
$strTableOfContents = 'Edukinen taula';
$strTableOptions = 'Taularen hobespenak';
$strTableStructure = 'Taularen egitura taula honentzat: ';
$strTableType = 'Taula mota';
$strTables = '%s taula(k)';
$strTblPrivileges = 'Taularen pribilegio espezifikoak';
$strTextAreaLength = ' Bere luzeragatik,<br /> eremu hau ez da editagarria ';
$strThai = 'Thailandiarra';
$strThisHost = 'Host hau';
$strThisNotDirectory = 'Hau ez zen direktorio bat';
$strThreadSuccessfullyKilled = '%s haria arrakastaz ezabatu da.';
$strTime = 'Denbora';
$strToggleScratchboard = 'Aldatu "scratchboard"-a';
$strTotal = 'guztira';
$strTotalUC = 'Gutira';
$strTraditionalChinese = 'Txinera tradizionala';
$strTraffic = 'Trafikoa';
$strTransformation_image_jpeg__inline = 'Miniatura klikagarri bat erakusten du; aukerak: luzera,altuera pixeletan (jatorrizko erlazioa mantentzen du)';
$strTransformation_image_jpeg__link = 'Irudi honi zuzendutako esketa bat erakusten du(blob deskarga zuzena, i.e.).';
$strTransformation_image_png__inline = 'Ikusi image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'TIME, TIMESTAMP edo DATETIME eremu bat hartu eta zure data lokalaren formateo mota erabiliz formateatzen du. Lehenengo aukera orduari gehitu beharreko aldea (orduetan) da (Lehenetsia: 0). Bigarren aukera dataren formateo ezberdin bat da, PHPren strftime() funtzioaren eskuragarri dauden parametroen arabera.';
$strTransformation_text_plain__external = 'LINUX SOILIK: Kanpoko aplikazio bat abiaratzen du eta datu-eremua sarrera estandarraren bidez osatzen du. Aplikazioaren irteera estandarra itzultzen du. Lehenetsitakoa Tidy da, HTML kodea txukun pantailaratzeko. Segurtasun arrazoiengatik, libraries/transformations/text_plain__external.inc.php fitxategia eskuz editatu beharko duzu eta hor zehaztu zein tresna exekutatzea baimentzen duzun. Lehenengo aukera erabili nahi duzun programaren zenbakia da eta bigarren aukera programarentzako parametroak dira . Hirugarren parametroa, 1 izanez gero irteera bihurtuko du htmlspecialchars() funtzioa erabiliz (Lehenetsia: 1). Laugarren parametroa, 1 izanez gero NOWRAP bat ezarriko dio edukin-gelaxkari, beraz irteera osoa berformateatu barik erakutsiko da(Lehenetsi 1)';
$strTransformation_text_plain__formatted = 'Eremuaren jatorrizko formateoa mantentzen du. Aldaketarik egin gabe.';
$strTransformation_text_plain__imagelink = 'Irudi eta esteka bana erakusten ditu, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da, bigarren aukera pixeletan neurtutako zabalera da, hirugarrena altuera da.';
$strTransformation_text_plain__link = 'Esteka bat erakusten du, eremuak fitxategiaren izena dauka; lehenengo aukera "http://domain.com/" moduko aurrizki bat da , bigarren aukera estekaren izenburua da.';
$strTransformation_text_plain__substr = 'Soilik katearen zati bat erakutsi. Lehenengo aukerak zehazten du non hasten den zure testuaren desplazamendua (lehenetsi 0). Bigarren aukerak itzultzeko karaktere kopurua erakusten du. Hutsik badago, gainerako testu guztia bueltatuko du. Hirugarren aukerak zehazten du zeintzuk karaktere txertatuko diren irteerara azpikate bat itzultzen denean (Lehenetsia: ...) .';
$strTruncateQueries = 'Erakutsitako kontultak moztu';
$strTurkish = 'Turkiera';
$strType = 'Mota';
 
$strUkrainian = 'Ukraniera';
$strUncheckAll = 'Desautatu dena';
$strUnicode = 'Unicode';
$strUnique = 'Bakarra';
$strUnknown = 'ezezaguna';
$strUnselectAll = 'Desautatu dena';
$strUpdComTab = 'Mesedez, Dokumentazioa begiratu zure zutabeen iruzkinen Taula nola eguneratzeko';
$strUpdatePrivMessage = '%s-aren pribilegioak eguneratu dituzu.';
$strUpdateProfileMessage = 'Profila eguneratua izan da.';
$strUpdateQuery = 'Kontsulta eguneratu';
$strUpgrade = '%s %s bertsiora edo handiago batera eguneratu beharko zenuke.';
$strUsage = 'Erabilpena';
$strUseBackquotes = '"Backquotes" erabili taula eta eremuen izenekin ';
$strUseHostTable = 'Host taula erabili';
$strUseTables = 'Taulak erabili';
$strUseTextField = 'Testu-eremua erabili';
$strUseThisValue = 'Erabili balio hau';
$strUser = 'Erabiltzailea';
$strUserAlreadyExists = '%s erabiltzailea badago lehendik ere!';
$strUserEmpty = 'Erabiltzailearen izena hutsik dago!';
$strUserName = 'Erabiltzaile-izena';
$strUserNotFound = 'Hautatutako erabiltzailea ez da pribilegioen taulan aurkitu.';
$strUserOverview = 'Erabiltzailearen info orokorra';
$strUsersDeleted = 'Hautatutako erabiltzaileak arrakastaz ezabatu dira.';
$strUsersHavingAccessToDb = '&quot;%s&quot;-(e)ra sarbidea duten erabiltzaileak';
 
$strValidateSQL = 'SQL balidatu';
$strValidatorError = 'Ezin izan da SQl balidatzailea hasieratu. Mesedez egiazta ezazu ea beharrezkoak diren php luzapenak instalatu dituzun %sdokumentazioan%s azaltzen den moduan.';
$strValue = 'balioa';
$strVar = 'Aldagaia';
$strViewDump = 'Ikusi taularen iraulketa (eskema)';
$strViewDumpDB = 'Ikusi datu-basearen iraulketa (eskema)';
$strViewDumpDatabases = 'Ikusi datu-baseen iraulketa (eskema)';
 
$strWebServerUploadDirectory = 'Fitxategiak igotzeko web-zerbitzariaren direktorioa';
$strWebServerUploadDirectoryError = 'Igoerentzat ezarri duzun direktorioa ez dago eskuragarri';
$strWelcome = 'Ongietorriak %s(e)ra';
$strWestEuropean = 'Mendebaldeko europearra';
$strWildcard = 'komodina';
$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';
$strWithChecked = 'Ikurdunak:';
$strWritingCommentNotPossible = 'Ezin izan da iruzkina idatzi';
$strWritingRelationNotPossible = 'Ezin izan da erlazioa idatzi';
$strWrongUser = 'Erabiltzaile-izena/pasahitza okerra. Atzipena ukatuta.';
 
$strXML = 'XML';
 
$strYes = 'Bai';
 
$strZeroRemovesTheLimit = 'Oharra: Aukera hauek zerora ezarriz gero muga kentzen da.';
$strZip = '"zipatuta"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strGeorgian = 'Georgian'; //to translate
 
$strLandscape = 'Horizontal'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
 
$strServerStatus = 'Runtime Information'; //to translate
 
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/belarusian_cyrillic-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: belarusian_cyrillic-utf-8.inc.php,v 1.49.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Jaska Zedlik <jz53 at zedlik.com>
* http://www.zedlik.com
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$right_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Б', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЭБ');
 
$day_of_week = array('Ндз', 'Пан', 'Аўт', 'Сер', 'Цач', 'Пят', 'Суб');
$month = array('Сту', 'Лют', 'Сак', 'Кра', 'Тра', 'Чэр', 'Ліп', 'Жні', 'Вер', 'Кас', 'Ліс', 'Сьн');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s дзён, %s гадзінаў, %s хвілінаў і %s сэкундаў';
 
$strAbortedClients = 'Спынена';
$strAbsolutePathToDocSqlDir = 'Калі ласка, пазначце поўны шлях на вэб-сэрвэры да тэчкі docSQL';
$strAccessDeniedCreateConfig = 'Імаверна, прычына гэтага ў тым, што ня створаны канфігурацыйны файл. Каб яго стварыць, можна выкарыстаць %1$sналадачны скрыпт%2$s.';
$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';
$strAddIntoComments = 'Дадаць у камэнтары';
$strAddNewField = 'Дадаць новае поле';
$strAddPrivilegesOnDb = 'Дадаць прывілеі на наступную базу';
$strAddPrivilegesOnTbl = 'Дадаць прывілеі на наступную табліцу';
$strAddSearchConditions = 'Дадаць умовы пошуку (цела для ўмовы "where"):';
$strAddToIndex = 'Дадаць да індэкса &nbsp;%s&nbsp;калёнку(і)';
$strAddUser = 'Дадаць новага карыстальніка';
$strAddUserMessage = 'Быў дададзены новы карыстальнік.';
$strAdministration = 'Адміністраваньне';
$strAffectedRows = 'Закранутыя радкі:';
$strAfter = 'Пасьля %s';
$strAfterInsertBack = 'Перайсьці да папярэдняй старонкі';
$strAfterInsertNewInsert = 'Дадаць яшчэ адзін радок';
$strAfterInsertNext = 'Рэдагаваць наступны радок';
$strAfterInsertSame = 'Вярнуцца да гэтай старонкі';
$strAll = 'Усе';
$strAllowInterrupt = 'Дазволіць спыненьне імпартаваньня ў выпадку, калі скрыпт высьветліць, што скончваецца час выкананьня. Гэта можа быць добрым спосабам імпартаваньня вялікіх файлаў, аднак, гэта можа перапыніць транзакцыі.';
$strAllTableSameWidth = 'Паказаць усе табліцы аднолькавай шырыні?';
$strAlterOrderBy = 'Зьмяніць парадак табліцы';
$strAnalyzeTable = 'Аналізаваць табліцу';
$strAnd = 'І';
$strAndThen = 'і пасьля';
$strAnIndex = 'Быў дададзены індэкс для %s';
$strAny = 'Любы';
$strAnyHost = 'Любы хост';
$strAnyUser = 'Любы карыстальнік';
$strApproximateCount = 'Можа быць прыблізным. Гл. FAQ 3.11';
$strAPrimaryKey = 'Першасны ключ быў дададзены да %s';
$strArabic = 'Арабская';
$strArmenian = 'Армянская';
$strAscending = 'прамы';
$strAtBeginningOfTable = 'У пачатку табліцы';
$strAtEndOfTable = 'У канцы табліцы';
$strAttr = 'Атрыбуты';
$strAutodetect = 'Аўтавызначэньне';
$strAutomaticLayout = 'Аўтаматычнае разьмяшчэньне';
 
$strBack = 'Назад';
$strBaltic = 'Балтыйская';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Двойкавы';
$strBinaryDoNotEdit = 'Двойкавыя дадзеныя — не рэдагуюцца';
$strBinaryLog = 'Двойкавы лог';
$strBinLogEventType = 'Тып падзеі';
$strBinLogInfo = 'Інфармацыя';
$strBinLogName = 'Імя логу';
$strBinLogOriginalPosition = 'Першапачатковая пазыцыя';
$strBinLogPosition = 'Пазыцыя';
$strBinLogServerId = 'ID сэрвэра';
$strBookmarkAllUsers = 'Даць кожнаму карыстальніку доступ да гэтай закладкі';
$strBookmarkCreated = 'Закладка %s створаная';
$strBookmarkDeleted = 'Закладка была выдаленая.';
$strBookmarkLabel = 'Метка';
$strBookmarkQuery = 'Закладзены SQL-запыт';
$strBookmarkReplace = 'Замяніць існую закладку з такім жа імем';
$strBookmarkThis = 'Дадаць гэты SQL-запыт у закладкі';
$strBookmarkView = 'Толькі прагляд';
$strBrowseDistinctValues = 'Прагляд розных значэньняў';
$strBrowseForeignValues = 'Праглядзець зьнешнія значэньні';
$strBrowse = 'Прагляд';
$strBufferPoolActivity = 'Актыўнасьць пулу буфэру';
$strBufferPool = 'Пул буфэру';
$strBufferPoolUsage = 'Выкарыстаньне пулу буфэру';
$strBufferReadMisses = 'Пропускаў чытаньня';
$strBufferReadMissesInPercent = 'Пропускаў чытаньня ў %';
$strBufferWriteWaits = 'Затрымак запісу';
$strBufferWriteWaitsInPercent = 'Затрымак запісу ў %';
$strBulgarian = 'Баўгарская';
$strBusyPages = 'Занятых старонак';
$strBzError = 'phpMyAdmin ня можа сьціснуць дамп з-за праблемаў з пашырэньнем Bz2 у гэтай вэрсіі PHP. Строга рэкамэндуецца вызначыць значэньне дырэктывы <code>$cfg[\'BZipDump\']</code> у вашым канфігурацыйным файле phpMyAdmin як <code>FALSE</code>. Калі вы жадаеце выкарыстоўваць Bz2-сьціск, вам неабходна абнавіць вэрсію PHP. Зьварніцеся да PHP bug report %s для больш падрабязнай інфармацыі.';
$strBzip = 'сьціскаць у bzip';
 
$strCalendar = 'Каляндар';
$strCanNotLoadImportPlugins = 'Немагчыма загрузіць плагіны імпартаваньня, калі ласка, праверце ўсталёўку!';
$strCannotLogin = 'Немагчыма залагавацца на сэрвэр MySQL';
$strCantLoad = 'немагчыма загрузіць пашырэньне %s;<br />калі ласка, праверце канфігурацыю PHP';
$strCantLoadRecodeIconv = 'Немагчыма загрузіць пашырэньне iconv або пашырэньне recode, неабходныя для перакадаваньня сымбаляў. Наладзьце PHP на выкарыстаньне гэтых пашырэньняў або ўвогуле адключыце перакадаваньне сымбаляў у phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Немагчыма перайменаваць індэкс у PRIMARY!';
$strCantUseRecodeIconv = 'Немагчыма выкарыстаць ні функцыю iconv, ні libiconvr, ні recode_string у той час, як пашырэньне паведамляе, што яно загружанае. Праверце вашую канфігурацыю PHP.';
$strCardinality = 'Колькасьць элемэнтаў';
$strCaseInsensitive = 'без уліку рэгістру';
$strCaseSensitive = 'з улікам рэгістру';
$strCentralEuropean = 'Цэнтральнаэўрапейская';
$strChangeCopyModeCopy = '... пакінуць старога.';
$strChangeCopyModeDeleteAndReload = ' ... выдаліць старога з табліцы карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strChangeCopyModeJustDelete = ' ... выдаліць старога з табліцы карыстальнікаў.';
$strChangeCopyMode = 'Стварыць новага карыстальніка з такімі ж прывілеямі і ...';
$strChangeCopyModeRevoke = ' ... ануляваць усе актыўныя прывілеі старога і пасьля выдаліць яго.';
$strChangeCopyUser = 'Зьмяніць рэгістрацыйную інфармацыю / Капіяваць карыстальніка';
$strChange = 'Зьмяніць';
$strChangeDisplay = 'Выберыце поле для адлюстраваньня';
$strChangePassword = 'Зьмяніць пароль';
$strCharset = 'Кадыроўка';
$strCharsetOfFile = 'Кадыроўка файла:';
$strCharsetsAndCollations = 'Раскладкі і супастаўленьні';
$strCharsets = 'Кадыроўкі';
$strCheckAll = 'Адзначыць усё';
$strCheckOverhead = 'Адзначыць тыя, што патрабуюць аптымізацыі';
$strCheckPrivs = 'Праверыць прывілеі';
$strCheckPrivsLong = 'Праверыць прывілеі для базы &quot;%s&quot;.';
$strCheckTable = 'Праверыць табліцу';
$strChoosePage = 'Калі ласка, выберыце старонку для рэдагаваньня';
$strColComFeat = 'Паказваць камэнтары калёнак';
$strCollation = 'Супастаўленьне';
$strColumnNames = 'Назвы калёнак';
$strColumnPrivileges = 'Спэцыфічныя прывілеі калёнак';
$strCommand = 'Каманда';
$strComments = 'Камэнтары';
$strCommentsForTable = 'Камэнтары да табліцы';
$strCompatibleHashing = 'Сумяшчальнае з MySQL&nbsp;4.0';
$strCompleteInserts = 'Поўная ўстаўка';
$strCompression = 'Сьціск';
$strCompressionWillBeDetected = 'Мэтад сьціску імпартаванага файла будзе вызначаная аўтаматычна з: %s';
$strConfigDefaultFileError = 'Немагчыма загрузіць канфігурацыю па змоўчаньні з: "%1$s"';
$strConfigFileError = 'phpMyAdmin ня можа прачытаць канфігурацыйны файл!<br />Гэта можа адбыцца ў выпадку, калі PHP знойдзе сынтаксычную памылку ў ім або калі PHP ня можа знайсьці файл.<br />Калі ласка, загрузіце канфігурацыйны файл непасрэдна, выкарыстоўваючы спасылку, прыведзеную ніжэй, і прачытайце паведамленьні PHP пра памылкі. У большасьці выпадкаў, недзе прапушчаны апостраф або кропка з коскай.<br />Калі вы атрымаеце чыстую старонку, значыць, усё добра.';
$strConfigureTableCoord = 'Калі ласка, сканфігуруйце каардынаты для табліцы %s';
$strConnectionError = 'Немагчыма падлучыцца: няправільныя налады.';
$strConnections = 'Падлучэньні';
$strConstraintsForDumped = 'Абмежаваньні для экспартаваных табліц';
$strConstraintsForTable = 'Абмежаваньні для табліцы';
$strCookiesRequired = 'Cookies мусяць быць уключанымі пасьля гэтага месца.';
$strCopyDatabaseOK = 'База дадзеных %s была скапіяваная ў %s';
$strCopy = 'Скапіяваць';
$strCopyTable = 'Скапіяваць табліцу ў (база дадзеных<b>.</b>табліца):';
$strCopyTableOK = 'Табліца %s была скапіяваная ў %s.';
$strCopyTableSameNames = 'Немагчыма скапіяваць табліцу ў саму сябе!';
$strCouldNotKill = 'phpMyAdmin ня можа спыніць працэс %s. Напэўна, ён ужо спынены.';
$strCreateDatabaseBeforeCopying = 'выканаць CREATE DATABASE перад капіяваньнем';
$strCreateIndex = 'Стварыць індэкс на&nbsp;%s&nbsp;калёнках';
$strCreateIndexTopic = 'Стварыць новы індэкс';
$strCreateNewDatabase = 'Стварыць новую базу дадзеных';
$strCreateNewTable = 'Стварыць новую табліцу ў БД %s';
$strCreate = 'Стварыць';
$strCreatePage = 'Стварыць новую старонку';
$strCreatePdfFeat = 'Стварэньне PDF-файлаў';
$strCreationDates = 'Стварэньне/Абнаўленьне/Праверка дат';
$strCriteria = 'Крытэр';
$strCroatian = 'Харвацкая';
$strCSV = 'CSV';
$strCSVImportOptions = 'Опцыі CSV';
$strCSVOptions = 'Опцыі CSV';
$strCyrillic = 'Кірылічная';
$strCzechSlovak = 'Чэхаславацкая';
$strCzech = 'Чэская';
 
$strDanish = 'Дацкая';
$strData = 'Дадзеныя';
$strDatabase = 'База дадзеных';
$strDatabaseEmpty = 'Імя базы дадзеных не пазначанае!';
$strDatabaseExportOptions = 'Налады экспарту базы дадзеных';
$strDatabaseHasBeenDropped = 'База дадзеных %s была выдаленая.';
$strDatabaseNoTable = 'Гэта база дадзеных ня ўтрымлівае табліц!';
$strDatabases = 'Базы дадзеных';
$strDatabasesDropped = '%s базаў дадзеных былі пасьпяхова выдаленыя.';
$strDatabasesStatsDisable = 'Адключыць статыстыку';
$strDatabasesStatsEnable = 'Уключыць статыстыку';
$strDatabasesStatsHeavyTraffic = 'Заўвага: Уключэньне статыстыкі базы дадзеных можа выклікаць вялікую колькасьць трафіку паміж вэб-сэрвэрам і сэрвэрам MySQL.';
$strDatabasesStats = 'Статыстыка базаў дадзеных';
$strDataDict = 'Слоўнік дадзеных';
$strDataOnly = 'Толькі дадзеныя';
$strDataPages = 'Старонак з дадзенымі';
$strDBComment = 'Камэнтар да базы дадзеных: ';
$strDBCopy = 'Капіяваць базу дадзеных у';
$strDBGContext = 'Кантэкст';
$strDBGContextID = 'Кантэкст ID';
$strDBGHits = 'Зваротаў';
$strDBGLine = 'Радок';
$strDBGMaxTimeMs = 'Максымальны час, мс';
$strDBGMinTimeMs = 'Мінімальны час, мс';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Час/Зварот, мс';
$strDBGTotalTimeMs = 'Агульны час, мс';
$strDbPrivileges = 'Спэцыфічныя прывілеі базы дадзеных';
$strDBRename = 'Перайменаваць базу дадзеных у';
$strDbSpecific = 'спэцыфічны для базы дадзеных';
$strDefaultEngine = '%s зьяўляецца машынай захаваньня дадзеных па змоўчаньні на гэтым MySQL-сэрвэры.';
$strDefault = 'Па змоўчаньні';
$strDefaultValueHelp = 'Для значэньняў па змоўчаньні, калі ласка, увядзіце проста значэньне, без выкарыстаньня зваротных слэшаў і двукосься, выкарыстоўваючы фармат: a';
$strDefragment = 'Дэфрагмэнтаваць табліцу';
$strDelayedInserts = 'Выкарыстоўваць адкладзеныя ўстаўкі';
$strDeleteAndFlush = 'Выдаліць карыстальнікаў і пасьля перазагрузіць прывілеі.';
$strDeleteAndFlushDescr = 'Гэта лепшы спосаб, але перазагрузка прывілеяў можа заняць пэўны час.';
$strDelete = 'Выдаліць';
$strDeleted = 'Радок быў выдалены';
$strDeletedRows = 'Выдаленыя радкі:';
$strDeleteNoUsersSelected = 'На выбраныя карыстальнікі для выдаленьня!';
$strDeleting = 'Выдаленьне %s';
$strDelOld = 'Бягучая старонка ўтрымлівае спасылкі на табліцы, якія больш не існуюць. Ці жадаеце вы выдаліць гэтыя спасылкі?';
$strDescending = 'адваротны';
$strDescription = 'Апісаньне';
$strDictionary = 'слоўнік';
$strDirtyPages = 'Брудных старонак';
$strDisabled = 'Адключана';
$strDisableForeignChecks = 'Адключыць праверку зьнешніх ключоў';
$strDisplayFeat = 'Паказваць магчымасьці';
$strDisplayOrder = 'Парадак прагляду:';
$strDisplayPDF = 'Паказаць PDF-схему';
$strDoAQuery = 'Выканаць "запыт згодна прыклада" (сымбаль падстаноўкі: "%")';
$strDocu = 'Дакумэнтацыя';
$strDoYouReally = 'Ці сапраўды вы жадаеце ';
$strDrop = 'Выдаліць';
$strDropDatabaseStrongWarning = 'Вы зьбіраеце ВЫДАЛІЦЬ базу дадзеных цалкам!';
$strDropUsersDb = 'Выдаліць базы дадзеных, якія маюць такія ж імёны як і карыстальнікі.';
$strDumpingData = 'Дамп дадзеных табліцы';
$strDumpSaved = 'Дамп захаваны ў файл %s.';
$strDumpXRows = 'Дамп %s радкоў, пачынаючы з %s.';
$strDynamic = 'дынамічны';
 
$strEditPDFPages = 'Рэдагаваць PDF-старонкі';
$strEditPrivileges = 'Рэдагаваць прывілеі';
$strEdit = 'Рэдагаваць';
$strEffective = 'Эфэктыўнасьць';
$strEmpty = 'Ачысьціць';
$strEmptyResultSet = 'MySQL вярнула пусты вынік (то бок нуль радкоў).';
$strEnabled = 'Уключана';
$strEncloseInTransaction = 'Экспартаваць за адну транзакцыю';
$strEndCut = 'END CUT';
$strEnd = 'Канец';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s даступная на гэтым MySQL-сэрвэры.';
$strEngineDisabled = '%s была адключаная для рэтага MySQL-сэрвэра.';
$strEngines = 'Машыны';
$strEngineUnsupported = 'Гэты сэрвэр MySQL не падтрымлівае машыну захаваньня дадзеных %s.';
$strEnglish = 'Ангельская';
$strEnglishPrivileges = ' Заўвага: імёны прывілеяў MySQL задаюцца па-ангельску ';
$strError = 'Памылка';
$strErrorInZipFile = 'Памылка ў ZIP-архіве:';
$strEscapeWildcards = 'Сымбалі падстаноўкі _ і % мусяць быць экранаванымі сымбалем \ для іх літаральнага выкарыстаньня';
$strEsperanto = 'Эспэранта';
$strEstonian = 'Эстонская';
$strExcelEdition = 'Вэрсія Excel';
$strExcelOptions = 'Опцыі Excel';
$strExecuteBookmarked = 'Выканаць запыт з закладак';
$strExplain = 'Тлумачыць SQL';
$strExport = 'Экспарт';
$strExtendedInserts = 'Пашыраныя ўстаўкі';
$strExtra = 'Дадаткова';
 
$strFailedAttempts = 'Няўдалых спробаў';
$strFieldHasBeenDropped = 'Поле %s было выдаленае';
$strField = 'Поле';
$strFieldsEmpty = ' Ня ўведзеная колькасьць палёў! ';
$strFieldsEnclosedBy = 'Палі ўзятыя ў';
$strFieldsEscapedBy = 'Палі экрануюцца';
$strFields = 'Палі';
$strFieldsTerminatedBy = 'Палі падзеленыя';
$strFileAlreadyExists = 'Файл %s ужо існуе на сэрвэры, зьмяніце імя файла або праверце опцыю перазапісу.';
$strFileCouldNotBeRead = 'Немагчыма прачытаць файл';
$strFileNameTemplateDescription = 'Гэтае значэньне інтэрпрэтуецца з выкарыстаньнем %1$sstrftime%2$s, таму можна выкарыстоўваць радкі фарматаваньня часу. Апроч гэтага, будуць праведзеныя наступныя зьмены: %3$s. Астатні тэкст застанецца як ёсьць.';
$strFileNameTemplateDescriptionDatabase = 'імя базы дадзеных';
$strFileNameTemplateDescriptionServer = 'імя сэрвэра';
$strFileNameTemplateDescriptionTable = 'імя табліцы';
$strFileNameTemplate = 'Шаблён назвы файла';
$strFileNameTemplateRemember = 'запомніць шаблён';
$strFileToImport = 'Імпартаваць файл';
$strFixed = 'фіксаваны';
$strFlushPrivilegesNote = 'Заўвага: phpMyAdmin атрымлівае прывілеі карыстальнікаў наўпростава з табліц прывілеяў MySQL. Зьмесьціва гэтых табліц можа адрозьнівацца ад прывілеяў, якія выкарыстоўвае сэрвэр, калі яны былі зьмененыя ўручную. У гэтым выпадку вам трэба %sперазагрузіць прывілеі%s да таго, як вы працягнеце.';
$strFlushQueryCache = 'Скінуць кэш запытаў';
$strFlushTable = 'Скінуць кэш табліцы ("FLUSH")';
$strFlushTables = 'Скінуць (закрыць) усе табліцы';
$strFormat = 'Фармат';
$strFormEmpty = 'Не зададзенае значэньне ў форме!';
$strFreePages = 'Вольных старонак';
$strFullText = 'Поўныя тэксты';
$strFunction = 'Функцыя';
 
$strGenBy = 'Створаны';
$strGeneralRelationFeat = 'Магчымасьці асноўных сувязяў';
$strGenerate = 'Згэнэраваць';
$strGeneratePassword = 'Згэнэраваць пароль';
$strGenTime = 'Час стварэньня';
$strGeorgian = 'Грузінская';
$strGerman = 'Нямецкая';
$strGlobal = 'глябальны';
$strGlobalPrivileges = 'Глябальныя прывілеі';
$strGlobalValue = 'Глябальнае значэньне';
$strGo = 'Панеслася';
$strGrantOption = 'Grant';
$strGreek = 'Грэцкая';
$strGzip = 'архіваваны ў gzip';
 
$strHandler = 'Апрацоўнік';
$strHasBeenAltered = 'была зьмененая.';
$strHasBeenCreated = 'была створаная.';
$strHaveToShow = 'Вам неабходна выбраць прынамсі адну калёнку для адлюстраваньня';
$strHebrew = 'Габрэйская';
$strHexForBinary = 'Выкарыстоўваць шаснаццаткавыя лікі для двойкавых палёў';
$strHome = 'Да пачатку';
$strHomepageOfficial = 'Афіцыйная старонка phpMyAdmin';
$strHostEmpty = 'Пустое імя хосту!';
$strHost = 'Хост';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Опцыі Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Опцыі Microsoft Word 2000';
$strHungarian = 'Вугорская';
 
$strIcelandic = 'Ісьляндзкая';
$strId = 'ID';
$strIdxFulltext = 'Поўнатэкстэкставае';
$strIgnore = 'Ігнараваць';
$strIgnoreDuplicates = 'Ігнараваць радкі, якія паўтараюцца';
$strIgnoreInserts = 'Выкарыстоўваць устаўкі ігнараваньняў';
$strIgnoringFile = 'Файл %s праігнараваны';
$strImport = 'Імрарт';
$strImportDocSQL = 'Імпартаваць файлы docSQL';
$strImportFiles = 'Імпартаваць файлы';
$strImportFormat = 'Фармат імпартаванага файла';
$strImportSuccessfullyFinished = 'Імпартраваньне пасьпяхова завершанае, выканана %d запытаў.';
$strIndex = 'Індэкс';
$strIndexes = 'Індэксы';
$strIndexHasBeenDropped = 'Індэкс %s быў выдалены';
$strIndexName = 'Імя індэкса:';
$strIndexType = 'Тып індэкса:';
$strIndexWarningMultiple = 'Больш за адзін %s ключ быў створаны для калёнкі `%s`';
$strIndexWarningPrimary = 'Абодва ключы PRIMARY і INDEX павінны быць вызначаны для калёнкі `%s`';
$strIndexWarningTable = 'Праблемы з індэксамі для табліцы `%s`';
$strIndexWarningUnique = 'Абодва ключы UNIQUE і INDEX павінны быць вызначаны для калёнкі `%s`';
$strInnoDBAutoextendIncrement = 'Аўтапашыральнае прыпашчэньне';
$strInnoDBAutoextendIncrementDesc = ' Памер прырашчэньня для пашырэньня памеру прасторы аўтапашыральнай табліцы, калі яна запоўніцца.';
$strInnoDBBufferPoolSizeDesc = 'Памер буфэру ў памяці, які InnoDB выкарыстоўвае для кэшаваньня дадзеных і індэксаў табліц.';
$strInnoDBBufferPoolSize = 'Памер пулу буфэру';
$strInnoDBDataFilePath = 'Файлы дадзеных';
$strInnoDBDataHomeDirDesc = 'Агульная частка шляху тэчкі да ўсіх файлаў дадзеных InnoDB.';
$strInnoDBDataHomeDir = 'Хатняя тэчка дадзеных';
$strInnoDBPages = 'старонак';
$strInnodbStat = 'Стан InnoDB';
$strInsecureMySQL = 'Ваш канфігурацыйны файл утрымлівае налады (карыстальнік root без паролю), якія адпавядаюць прывілеяванаму карыстальніку MySQL па змоўчаньні. Ваш сэрвэр MySQL працуе з гэтай наладай па змоўчаньні і зьяўляецца адкрытым для зьнешняга ўрываньня, і таму вам абавязкова трэба выправіць гэтую хібу ў бясьпецы.';
$strInsertAsNewRow = 'Уставіць як новы радок';
$strInsertedRowId = 'Id устаўленага радка:';
$strInsertedRows = 'Даданыя радкі:';
$strInsertNewRow = 'Уставіць новы радок';
$strInsert = 'Уставіць';
$strInternalNotNecessary = '* Унутраная сувязь не зьяўляецца абавязковай, калі яна ўжо існуе ў InnoDB.';
$strInternalRelations = 'Унутраныя сувязі';
$strInUse = 'выкарыстоўваецца';
$strInvalidAuthMethod = 'У канфігурацыі вызначаны некарэктны мэтад аўтэнтыфікацыі:';
$strInvalidColumn = 'Вызначаная некарэктная калёнка (%s)!';
$strInvalidColumnCount = 'Колькасьць калёнак мусіць быць большай за нуль.';
$strInvalidCSVFieldCount = 'Няправільная колькасьць палёў у CSV-дадзеных у радку %d.';
$strInvalidCSVFormat = 'Некарэктны фармат CSV-дадзеных у радку %d.';
$strInvalidCSVParameter = 'Недапушчальны парэмэтар для імпарту дадзеных у CSV: %s';
$strInvalidFieldAddCount = 'Трэба дадаць прынамсі адно поле.';
$strInvalidFieldCount = 'Табліца мусіць мець прынамсі адно поле.';
$strInvalidLDIImport = 'Гэты плагін не падтрымлівае сьціснутыя дадзеныя!';
$strInvalidRowNumber = '%d не зьяўляецца карэктным нумарам радка.';
$strInvalidServerHostname = 'Няправільнае імя хосту для сэрвэра %1$s. Калі ласка, праверце канфігурыцыю.';
$strInvalidServerIndex = 'Некарэктны індэкс сэрвэра: "%s"';
 
$strJapanese = 'Японская';
$strJoins = 'Аб\'яднаньні';
$strJumpToDB = 'Перайсьці да базы дадзеных &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Выдаленыя&quot; карыстальнікі ўсё яшчэ змогуць атрымаць доступ да сэрвэра як звычайна, пакуль прывілеі ня будуць перазагружаныя.';
$strJustDelete = 'Проста выдаліць карыстальнікаў з табліц прывілеяў.';
 
$strKeepPass = 'Не зьмяняць пароль';
$strKeyCache = 'Кэш ключоў';
$strKeyname = 'Імя ключа';
$strKill = 'Спыніць';
$strKorean = 'Карэйская';
 
$strLandscape = 'Краявід';
$strLanguageFileNotFound = 'Моўны файл "%1$s" ня знойдзены.';
$strLanguageUnknown = 'Невядомая мова: %1$s.';
$strLatchedPages = 'Фіксаваныя старонкі';
$strLatexCaption = 'Загаловак табліцы';
$strLatexContent = 'Зьмесьціва табліцы __TABLE__';
$strLatexContinuedCaption = 'Працягнуты загаловак табліцы';
$strLatexContinued = '(працяг)';
$strLatexIncludeCaption = 'Уключыць загаловак табліцы';
$strLatexLabel = 'Ключ меткі';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Опцыі LaTeX';
$strLatexStructure = 'Структура табліцы __TABLE__';
$strLatvian = 'Латвійская';
$strLDI = 'CSV з выкарыстаньнем LOAD DATA';
$strLDIImportOptions = 'Опцыі CSV-імпартаваньня, выкарыстоўваючы LOAD DATA';
$strLDILocal = 'Выкарыстоўваць ключавое слова LOCAL';
$strLengthSet = 'Даўжыня/Значэньні*';
$strLimitNumRows = 'Колькасьць радкоў на старонку';
$strLinesTerminatedBy = 'Радкі падзеленыя';
$strLinkNotFound = 'Сувязь ня знойдзеная';
$strLinksTo = 'Зьвязаная з';
$strLithuanian = 'Літоўская';
$strLocalhost = 'Лякальны';
$strLocationTextfile = 'Месцазнаходжаньне тэкставага файла';
$strLoginInformation = 'Інфармацыя пра ўваход';
$strLogin = 'Уваход у сыстэму';
$strLogout = 'Выйсьці з сыстэмы';
$strLogPassword = 'Пароль:';
$strLogServer = 'Сэрвэр';
$strLogUsername = 'Імя карыстальніка:';
$strLongOperation = 'Гэтая апэрацыя можа заняць шмат часу. Працягваць?';
 
$strMaxConnects = 'максымум адначасовых злучэньняў';
$strMaximalQueryLength = 'Максымальная даўжыня створанага запыту';
$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-тыпы, вылучаныя курсівам, ня маюць асобнай функцыі пераўтварэньня';
$strModifications = 'Мадыфікацыі былі захаваныя';
$strModify = 'Зьмяніць';
$strModifyIndexTopic = 'Зьмяніць індэкс';
$strMoveTable = 'Перанесьці табліцу ў (база дадзеных<b>.</b>табліца):';
$strMoveTableOK = 'Табліца %s была перанесеная ў %s.';
$strMoveTableSameNames = 'Немагчыма перанесьці табліцу ў саму сябе!';
$strMultilingual = 'шматмоўная';
$strMyISAMDataPointerSizeDesc = 'Значэньне па змоўчаньні памеру ўказальніка ў байтах, для выкарыстаньня ў CREATE TABLE для табліц MyISAM, калі ня вызначаная опцыя MAX_ROWS.';
$strMyISAMDataPointerSize = 'Памер указальніка на дадзеныя';
$strMyISAMMaxExtraSortFileSizeDesc = 'Калі памер часовага файла, які выкарыстоўваецца для хуткага стварэньня індэксу MyISAM, будзе большы, чым выкарыстаньне для кэшу ключоў памеру, пазначанага тут, выберыце мэтад кэшаваньня ключоў.';
$strMyISAMMaxExtraSortFileSize = 'Максымальны памер часовых файлаў для стварэньня індэксу';
$strMyISAMMaxSortFileSizeDesc = 'Максымальны памер часовага файла MySQL, які дазволена выкарыстоўваць для перастварэньня індэксу MyISAM (падчас REPAIR TABLE, ALTER TABLE, або LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Максымальны памер для часовых файлаў сартаваньня';
$strMyISAMRecoverOptionsDesc = 'Рэжым для аўтаматычнага ўзнаўленьня пашкоджаных табліц MyISAM, як вызначаны праз опцыю --myisam-recover загрузкі сэрвэра.';
$strMyISAMRecoverOptions = 'Рэжым аўтаматычнага ўзнаўленьня';
$strMyISAMRepairThreadsDesc = 'Калі гэтае значэньне большае за 1, індэксы табліц MyISAM будуць стварацца паралельна (кожны індэкс у сваім уласным патоку) падчас узнаўленьня працэсам сартаваньня.';
$strMyISAMRepairThreads = 'Патокаў узнаўленьня';
$strMyISAMSortBufferSizeDesc = 'Буфэр, які выдзяляецца для сартаваньня індэксаў MyISAM падчас REPAIR TABLE або падчас стварэньня індэксаў, выкарыстоўваючы CREATE INDEX ці ALTER TABLE.';
$strMyISAMSortBufferSize = 'Памер буфэру сартаваньня';
$strMySQLCharset = 'Кадыроўка MySQL';
$strMysqlClientVersion = 'Вэрсія кліента MySQL';
$strMySQLConnectionCollation = 'Супастаўленьне падлучэньня да MySQL';
$strMySQLSaid = 'Адказ MySQL: ';
$strMySQLShowProcess = 'Паказаць працэсы';
$strMySQLShowStatus = 'Паказаць стан MySQL';
$strMySQLShowVars = 'Паказаць сыстэмныя зьменныя MySQL';
 
$strName = 'Назва';
$strNext = 'Наступны';
$strNoActivity = 'Не было аніякай актыўнасьці на працягу %s сэкундаў. Калі ласка, увайдзіце зноў';
$strNoDatabases = 'Базы дадзеных адсутнічаюць';
$strNoDatabasesSelected = 'Ня выбраная база дадзеных.';
$strNoDescription = 'няма апісаньня';
$strNoDetailsForEngine = 'Для гэтай машыны захаваньня дадзеных дэтальная інфармацыя не даступная.';
$strNoDropDatabases = 'Каманды "DROP DATABASE" адключаныя.';
$strNoExplain = 'Не тлумачыць SQL';
$strNoFilesFoundInZip = 'Файлы ў ZIP-архіве ня знойдзеныя!';
$strNoFrames = 'Для работы phpMyAdmin патрэбны браўзэр з падтрымкай <b>фрэймаў</b>.';
$strNo = 'Не';
$strNoIndex = 'Індэкс ня вызначаны!';
$strNoIndexPartsDefined = 'Часткі індэксу ня вызначаныя!';
$strNoModification = 'Няма зьменаў';
$strNone = 'Няма';
$strNoOptions = 'Гэты фармат ня мае опцыяў';
$strNoPassword = 'Без пароля';
$strNoPermission = 'Вэб-сэрвэр ня мае дазволу для захаваньня ў файл %s.';
$strNoPhp = 'Без PHP-коду';
$strNoPrivileges = 'Без прывілеяў';
$strNoRights = 'Вы ня маеце дастатковых прывілеяў быць у гэтым месцы ў гэты час!';
$strNoRowsSelected = 'Ніводны радок ня выбраны';
$strNoSpace = 'Недастаткова месца для захаваньня ў файл %s.';
$strNoTablesFound = 'У базе дадзеных табліц ня выяўлена.';
$strNoThemeSupport = 'Тэмы не падтрымліваюцца; калі ласка, праверце вашую канфігурацыю і/або вашыя тэмы ў тэчцы %s.';
$strNothingToImport = 'Дадзеныя для імпартаваньня ня ўведзеныя!';
$strNotNumber = 'Гэта ня лік!';
$strNotOK = 'не OK';
$strNotSet = 'Табліца <b>%s</b> ня знойдзеная або ня вызначаная ў %s';
$strNoUsersFound = 'Не знойдзены карыстальнік.';
$strNoValidateSQL = 'Не правяраць SQL';
$strNull = 'Нуль';
$strNumberOfFields = 'Колькасьць палёў';
$strNumSearchResultsInTable = '%s супадзеньняў у табліцы <i>%s</i>';
$strNumSearchResultsTotal = '<b>Агулам:</b> <i>%s</i> супадзеньняў';
$strNumTables = 'Табліц';
 
$strOK = 'OK';
$strOpenNewWindow = 'Адкрыць новае акно phpMyAdmin';
$strOperations = 'Апэрацыі';
$strOperator = 'Апэратар';
$strOptimizeTable = 'Аптымізаваць табліцу';
$strOr = 'Або';
$strOverhead = 'Выкарыстаньне рэсурсаў';
$strOverwriteExisting = 'Перазапісваць існуючы(я) файл(ы)';
 
$strPageNumber = 'Старонка:';
$strPagesToBeFlushed = 'Скінуць кэш старонак';
$strPaperSize = 'Памер паперы';
$strPartialImport = 'Частковы імпарт';
$strPartialText = 'Частковыя тэксты';
$strPasswordChanged = 'Пароль для %s пасьпяхова зьменены.';
$strPasswordEmpty = 'Пусты пароль!';
$strPasswordHashing = 'Хэшаваньне паролю';
$strPassword = 'Пароль';
$strPasswordNotSame = 'Паролі не супадаюць!';
$strPdfDbSchema = 'Структура базы "%s" — старонка %s';
$strPdfInvalidTblName = 'Табліцы "%s" не існуе!';
$strPdfNoTables = 'Няма табліц';
$strPDFOptions = 'Парамэтры PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Загаловак справаздачы';
$strPerHour = 'у гадзіну';
$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> яго!)';
$strPrint = 'Друк';
$strPrintView = 'Вэрсія для друку';
$strPrintViewFull = 'Вэрсія для друку (з усім тэкстам)';
$strPrivDescAllPrivileges = 'Уключае ўсе прывілеі, апроч GRANT.';
$strPrivDescAlter = 'Дазваляе зьмяняць структуру існых табліц.';
$strPrivDescAlterRoutine = 'Дазваляе зьмяняць і выдаляць праграмы, якія захоўваюцца.';
$strPrivDescCreateDb = 'Дазваляе ствараць новыя базы дадзеных і табліцы.';
$strPrivDescCreateRoutine = 'Дазваляе ствараць праграмы, якія захоўваюцца.';
$strPrivDescCreateTbl = 'Дазваляе ствараць новыя табліцы.';
$strPrivDescCreateTmpTable = 'Дазваляе ствараць часовыя табліцы.';
$strPrivDescCreateUser = 'Дазваляе ствараць, выдаляць і пераймяноўваць уліковыя запісы карыстальнікаў';
$strPrivDescCreateView = 'Дазваляе ствараць новыя прагляды.';
$strPrivDescDelete = 'Дазваляе выдаляць дадзеныя.';
$strPrivDescDropDb = 'Дазваляе выдаляць базы дадзеных і табліцы.';
$strPrivDescDropTbl = 'Дазваляе выдаляць табліцы.';
$strPrivDescExecute5 = 'Дазваляе выкананьне праграмаў, якія захоўваюцца.';
$strPrivDescExecute = 'Дазваляе выкананьне захаваных працэдур; Не працуе ў гэтай вэрсіі MySQL.';
$strPrivDescFile = 'Дазваляе імпартаваць дадзеныя з файлаў і экспартаваць дадзеныя ў файлы.';
$strPrivDescGrant = 'Дазваляе дадаваць карыстальнікаў і прывілеі без перазагрузкі табліц прывілеяў.';
$strPrivDescIndex = 'Дазваляе ствараць і выдаляць індэксы.';
$strPrivDescInsert = 'Дазваляе ўстаўляць і замяняць дадзеныя.';
$strPrivDescLockTables = 'Дазваляе блякаваць табліцы для бягучага патоку.';
$strPrivDescMaxConnections = 'Абмяжоўвае колькасьць новых злучэньняў, якія карыстальнік можа адкрыць на працягу гадзіны.';
$strPrivDescMaxQuestions = 'Абмяжоўвае колькасьць запытаў, якія карыстальнік можа адправіць на сэрвэр на працягу гадзіны.';
$strPrivDescMaxUpdates = 'Абмяжоўвае колькасьць камандаў, зьмяняючых любую табліцу або базу дадзеных, якія карыстальнік можа выканаць на працягу гадзіны.';
$strPrivDescMaxUserConnections = 'Абмяжоўвае колькасьць адначасовых злучэньняў, якія можа мець карыстальнік.';
$strPrivDescProcess3 = 'Дазваляе спыняць працэсы іншых карыстальнікаў.';
$strPrivDescProcess4 = 'Дазваляе праглядаць поўныя запыты ў сьпісе працэсаў.';
$strPrivDescReferences = 'Не працуе ў гэтай вэрсіі MySQL.';
$strPrivDescReload = 'Дазваляе перазагружаць налады сэрвэра і ачышчаць кэш сэрвэра.';
$strPrivDescReplClient = 'Дазваляе карыстальніку пытацца, дзе знаходзяцца slaves / masters.';
$strPrivDescReplSlave = 'Неабходна для рэплікацыі slaves.';
$strPrivDescSelect = 'Дазваляе чытаць дадзеныя.';
$strPrivDescShowDb = 'Дае доступ да поўнага сьпісу базаў дадзеных.';
$strPrivDescShowView = 'Дазваляе выкананьне запытаў SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Дазваляе спыняць сэрвэр.';
$strPrivDescSuper = 'Дазваляе падлучэньне, нават калі дасягнуты максымальны лік падлучэньняў; Патрабуецца для большасьці адміністратыўных апэрацыяў, такіх як вызначэньне глябальных зьменных або спыненьне патокаў іншых карыстальнікаў.';
$strPrivDescUpdate = 'Дазваляе зьмяняць дадзеныя.';
$strPrivDescUsage = 'Без прывілеяў.';
$strPrivileges = 'Прывілеі';
$strPrivilegesReloaded = 'Прывілеі былі пасьпяхова перазагружаныя.';
$strProcesslist = 'Сьпіс працэсаў';
$strProtocolVersion = 'Вэрсія пратаколу';
$strPutColNames = 'Пазначыць назвы палёў у першым радку';
 
$strQBE = 'Запыт згодна прыкладу';
$strQBEDel = 'Выдаліць';
$strQBEIns = 'Уставіць';
$strQueryCache = 'Кэш запытаў';
$strQueryFrame = 'Акно запыту';
$strQueryOnDb = 'SQL-запыт да БД <b>%s</b>:';
$strQuerySQLHistory = 'Гісторыя SQL';
$strQueryStatistics = '<b>Статыстыка запытаў</b>: З моманту запуску %s запытаў было адпраўлена на сэрвэр.';
$strQueryTime = 'Запыт выконваўся %01.4f сэк';
$strQueryType = 'Тып запыту';
$strQueryWindowLock = 'Не перазапісвайце гэты запыт у іншых вокнах';
 
$strReadRequests = 'Запыты чытаньня';
$strReceived = 'Атрымана';
$strRecords = 'Запісы';
$strReferentialIntegrity = 'Праверыць цэласнасьць дадзеных:';
$strRefresh = 'Абнавіць';
$strRelationalSchema = 'Рэляцыйная схема';
$strRelationNotWorking = 'Дадатковыя магчымасьці работы з зьвязанымі табліцамі былі адключаныя. Каб высьветліць чаму, націсьніце %sтут%s.';
$strRelationsForTable = 'Сувязі ў табліцы';
$strRelations = 'Сувязі';
$strRelationView = 'Прагляд залежнасьцяў';
$strReloadingThePrivileges = 'Перазагрузіць прывілеі';
$strReloadMySQL = 'Перазагрузіць MySQL';
$strRemoveSelectedUsers = 'Выдаліць выбраных карыстальнікаў';
$strRenameDatabaseOK = 'База дадзеных %s была перайменаваная ў %s';
$strRenameTable = 'Перайменаваць табліцу ў';
$strRenameTableOK = 'Табліца %s была перайменаваная ў %s';
$strRepairTable = 'Рамантаваць табліцу';
$strReplaceNULLBy = 'Замяняць NULL на';
$strReplaceTable = 'Замяніць дадзеныя табліцы дадзенымі з файла';
$strReplication = 'Рэплікацыя';
$strReset = 'Скінуць';
$strResourceLimits = 'Абмежаваньні рэсурсаў';
$strReType = 'Пацьверджаньне';
$strRevoke = 'Ануляваць';
$strRevokeAndDelete = 'Ануляваць усе актыўныя прывілеі карыстальнікаў і пасьля выдаліць іх.';
$strRevokeAndDeleteDescr = 'Карыстальнікі ўсё яшчэ будуць мець прывілеі карыстаньня (USAGE), пакуль прывілеі ня будуць перазагружаныя.';
$strRevokeMessage = 'Вы анулявалі прывілеі для %s';
$strRomanian = 'Румынская';
$strRowLength = 'Даўжыня радка';
$strRows = 'Радкі';
$strRowsFrom = 'радкоў, пачынаючы з запісу #';
$strRowSize = ' Памер радка ';
$strRowsModeFlippedHorizontal = 'гарызантальна (павернутыя загалоўкі)';
$strRowsModeHorizontal = 'гарызантальна';
$strRowsModeOptions = 'у рэжыме %s і паўтараць загалоўкі праз кожныя %s радкоў';
$strRowsModeVertical = 'вэртыкальна';
$strRowsStatistic = 'Статыстыка радку';
$strRunning = 'на %s';
$strRunQuery = 'Адправіць запыт';
$strRunSQLQuery = 'Выканаць SQL-запыт(ы) на базе дадзеных %s';
$strRunSQLQueryOnServer = 'Выканаць SQL-запыт(ы) на сэрвэры %s';
$strRussian = 'Расейская';
 
$strSave = 'Захаваць';
$strSaveOnServer = 'Захаваць на сэрвэры ў тэчцы %s';
$strScaleFactorSmall = 'Маштаб замалы для таго, каб схема займала ўсю старонку';
$strSearchFormTitle = 'Пошук у базе дадзеных';
$strSearch = 'Пошук';
$strSearchInTables = 'У табліцы(ах):';
$strSearchNeedle = 'Слова(ы) або значэньне(і) для пошуку (маска: "%"):';
$strSearchOption1 = 'прынамсі адно з словаў';
$strSearchOption2 = 'усе словы';
$strSearchOption3 = 'дакладную фразу';
$strSearchOption4 = 'рэгулярны выраз';
$strSearchResultsFor = 'Вынікі пошуку "<i>%s</i>" %s:';
$strSearchType = 'Знайсьці:';
$strSecretRequired = 'Канфігурацыйнаму файлу зараз патрэбная сакрэтная фраза (blowfish_secret).';
$strSelectADb = 'Калі ласка, выберыце базу дадзеных';
$strSelectAll = 'Выбраць усё';
$strSelectBinaryLog = 'Вылучыце двойкавы лог для прагляду';
$strSelectFields = 'Выбраць палі (прынамсі адно):';
$strSelectNumRows = 'па запыту';
$strSelectTables = 'Выберыце табліцу(ы)';
$strSend = 'Захаваць як файл';
$strSent = 'Адпраўлена';
$strServerChoice = 'Выбар сэрвэра';
$strServerNotResponding = 'Сэрвэр не адказвае';
$strServer = 'Сэрвэр';
$strServerStatus = 'Бягучая інфармацыя';
$strServerStatusDelayedInserts = 'Адкладзеныя ўстаўкі';
$strServerStatusUptime = 'Гэты сэрвэр MySQL працуе %s. Ён быў запушчаны %s.';
$strServerTabProcesslist = 'Працэсы';
$strServerTabVariables = 'Зьменныя';
$strServerTrafficNotes = '<b>Трафік сэрвэра</b>: Гэтыя табліцы паказваюць статыстыку сеткавага трафіку гэтага сэрвэра MySQL ад моманту ягонага запуску.';
$strServerVars = 'Налады і зьменныя сэрвэра';
$strServerVersion = 'Вэрсія сэрвэра';
$strSessionValue = 'Значэньне сэсіі';
$strSetEnumVal = 'Калі тып поля "enum" або "set", калі ласка, уводзьце значэньні выкарыстоўваючы гэты фармат: \'a\',\'b\',\'c\'...<br />Калі вам патрэбна ўжыць зваротны слэш ("\") або апостраф ("\'") сярод гэтых значэньняў, пастаўце перад імі зваротны слэш (напрыклад, \'\\\\xyz\' або \'a\\\'b\').';
$strShowAll = 'Паказаць усе';
$strShowColor = 'Паказаць колер';
$strShowDatadictAs = 'Фармат слоўніка дадзеных';
$strShowFullQueries = 'Паказаць поўныя запыты';
$strShowGrid = 'Паказаць сетку';
$strShow = 'Паказаць';
$strShowingBookmark = 'Паказваючы закладку';
$strShowingRecords = 'Паказаныя запісы';
$strShowOpenTables = 'Паказаць адкрытыя табліцы';
$strShowPHPInfo = 'Паказаць інфармацыю пра PHP';
$strShowSlaveHosts = 'Паказаць залежныя сэрвэры';
$strShowSlaveStatus = 'Паказаць стан залежных сэрвэраў';
$strShowStatusBinlog_cache_disk_useDescr = 'Колькасьць транзакцыяў, якія выкарыстоўвалі часовы двойкавы кэш запытаў, але якія перавысілі значэньне binlog_cache_size і выкарыстоўвалі часовы файл для захоўваньня выразаў транзакцыі.';
$strShowStatusBinlog_cache_useDescr = 'Колькасьць транзакцыяў, якія выкарыстоўвалі часовы двойкавы кэш запытаў.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Колькасьць часовых табліц на дыску, створаных аўтаматычна сэрвэрам падчас выкананьня выразаў. Калі лік Created_tmp_disk_tables вялікі, вы можаце павялічыць значэньне tmp_table_size, каб часовыя табліцы захоўваліся ў памяці, а не на дыску.';
$strShowStatusCreated_tmp_filesDescr = 'Колькасьць часовых файлаў, створаных mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Колькасьць часовых табліц, разьмешчаных у памяці, якія былі аўтаматычна створаныя сэрвэрам падчас выкананьня выразаў.';
$strShowStatusDelayed_errorsDescr = 'Колькасьць радкоў, запісаных з INSERT DELAYED, з-за якіх адбыліся пэўныя памылкі (пэўна, дубляваныя ключы).';
$strShowStatusDelayed_insert_threadsDescr = 'Колькасьць апрацоўнікаў патокаў INSERT DELAYED, якія выкарыстоўваюцца. Кожная табліца, на якой выконваецца INSERT DELAYED атрымлівае свой уласны паток.';
$strShowStatusDelayed_writesDescr = 'Колькасьць запісаных INSERT DELAYED радкоў.';
$strShowStatusFlush_commandsDescr = 'Колькасьць выкананых FLUSH-выразаў.';
$strShowStatusHandler_commitDescr = 'Колькасьць унутраных COMMIT-выразаў.';
$strShowStatusHandler_deleteDescr = 'Колькасьць разоў выдаленьня радка з табліцы.';
$strShowStatusHandler_discoverDescr = 'Сэрвэр MySQL можа запытацца машыну захаваньня дадзеных NDB Cluster, ці ведае яна табліцу з дадзеным імем. Гэта называецца высьвятленьнем. Handler_discover паказвае колькасьць высьвятленьняў табліц.';
$strShowStatusHandler_read_firstDescr = 'Колькасьць разоў першы запіс быў прачытаны з індэксу. Калі гэтае значэньне вялікае, сэрвэру рэкамэндуецца рабіць вялікую колькасьць паўнаіндэксавых сканаваньняў; напрыклад, SELECT col1 FROM foo, улічваючы, што col1 індэксаваная.';
$strShowStatusHandler_read_keyDescr = 'Колькасьць запытаў на чытаньне радка з выкарыстаньнем ключа. Калі яна вялікая, гэта добрая прыкмета таго, што запыты і табліцы добра індэксаваныя.';
$strShowStatusHandler_read_nextDescr = 'Колькасьць запытаў чытаньня наступны радок у ключавым парадку. Яна павялічваецца, калі выконваецца запыт на індэксаваную калёнку з шэрагам абмежаваньняў або калі адбываецца сканаваньне індэксаў.';
$strShowStatusHandler_read_prevDescr = 'Колькасьць запытаў чытаньня папярэдні радок у ключавым парадку. Гэты мэтад чытаньня выкарыстоўваецца пераважна для аптымізацыі ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Колькасьць запытаў чытаньня радка фіксаванай пазыцыі. Яна вялікая, калі выконваецца шмат запытаў, якія патрабуюць сартаваньне вынікаў. Магчыма, прысутнічае шмат запытаў, якія патрабуюць ад MySQL перагляд табліцы цалкам або выконваюцца аб\'яднаньні, якія няправільна выкарыстоўваюць ключы.';
$strShowStatusHandler_read_rnd_nextDescr = 'Колькасьць запытаў чытаньня наступнага радка ў файле дадзеных. Яна вялікая, калі выконваецца шмат праглядаў табліцы. У агульным выпадку гэта азначае, што табліцы індэксаваныя няправільна або запыты не напісаныя так, каб выкарыстоўваць перавагі індэксаў.';
$strShowStatusHandler_rollbackDescr = 'Колькасьць унутраных выразаў ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Колькасьць запытаў абнаўленьня радка ў табліцы.';
$strShowStatusHandler_writeDescr = 'Колькасьць запытаў устаўкі радка ў табліцу.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Колькасьць старонак, якія ўтрымліваюць дадзеныя (зьмененых або нязьмененых).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Колькасьць зьмененых старонак.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Колькасьць старонак буфэрнага пулу, на якія быў атрыманы запыт на скід.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Колькасьць вольных старонак.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Колькасьць старонак, якія ўтрымліваюцца ў буфэрным пуле InnoDB. Гэта старонкі, якія ў бягучы момант чытаюцца ці запісваюцца або якія ня могуць быць скінутыя ці выдаленыя з-за пэўнай прычыны.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Колькасьць занятых старонак таму, што яны былі вызначаныя як адміністрыцыйныя дадзеныя такія, як блякаваньне радкоў або адаптыўны хэшаваны індэкс. Гэтае значэньне таксама можа быць вылічанае як Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Агульны памер буфэрнага пулу, у старонках.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Колькасьць «выпадковых» папярэдніх чытаньняў, зробленых InnoDB. Гэта адбываецца, калі запыт праглядае значную частку табліцы, але ў выпадковым парадку.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Колькасьць пасьлядоўных папярэдніх чытаньняў, зробленых InnoDB. Гэта адбываецца, калі InnoDB выконвае пасьлядоўны поўны прагляд табліцы.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Колькасьць лягічных запытаў чытаньня, зробленых InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Колькасьць лягічных чытаньняў, якія InnoDB не змагла аднавіць з буфэрнага пулу, а таму зрабіла аднастаронкавае чытаньне.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Звычайна, запісы ў буфэрны пул InnoDB, зробленыя ў фоне. Аднак, калі неабходна прачытаць або стварыьць старонку і чыстыя старонкі адсутнічаюць, неабхочна пачакаць, пакуль пэўныя старонкі ня будуць скінутыя. Гэты кампутар падлічвае колькасьць такіх чаканьняў. Калі памер буфэру быў вызначаны правільна, гэтае значэньне мусіць быць маленькім.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Колькасьць запісаў, зробленых у буфэрны пул InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Колькасьць апэрацыяў fsync() на бягучы момант.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Бягучая колькасьць апэрацыяў fsync(), якія чакаюць выкананьня.';
$strShowStatusInnodb_data_pending_readsDescr = 'Бягучая колькасьць чытаньняў, якія чакаюць выкананьня.';
$strShowStatusInnodb_data_pending_writesDescr = 'Бягучая колькасьць запісаў, якія чакаюць выкананьня.';
$strShowStatusInnodb_data_readDescr = 'Колькасьць прачытаных на бягучы момант дадзеных, у байтах.';
$strShowStatusInnodb_data_readsDescr = 'Агульная колькасьць чытаньняў дадзеных.';
$strShowStatusInnodb_data_writesDescr = 'Агульная колькасьць запісаў дадзеных.';
$strShowStatusInnodb_data_writtenDescr = 'Колькасьць запісаных на бягучы момант дадзеных, у байтах.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Колькасьць падвойных запісаў, якія былі выкананыя, і колькасьць старонак, якія былі запісаныя для гэтай мэты.';
$strShowStatusInnodb_dblwr_writesDescr = 'Колькасьць падвойных запісаў, якія былі выкананыя, і колькасьць старонак, якія былі запісаныя для гэтай мэты.';
$strShowStatusInnodb_log_waitsDescr = 'Колькасьць выпадкаў чаканьня з-за таго, што буфэр логу быў занадта малы, і таму давялося чакаць, пакуль ён не ачысьціцца.';
$strShowStatusInnodb_log_write_requestsDescr = 'Колькасьць запісаў у лог.';
$strShowStatusInnodb_log_writesDescr = 'Колькасьць фізычна выкананых запісаў у лог-файл.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Колькасьць сынхранізавыных запісаў, зробленых у лог-файл.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Колькасьць сынхранізаваньняў лог-файла, якія чакаюць выкананьня.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Колькасьць запісаў у лог-файл, якія чакаюць выкананьня.';
$strShowStatusInnodb_os_log_writtenDescr = 'Колькасьць байтаў, запісаных у лог-файл.';
$strShowStatusInnodb_pages_createdDescr = 'Колькасьць створаных старонак.';
$strShowStatusInnodb_page_sizeDescr = 'Памер закампіляванай старонкі InnoDB (па змоўчаньні 16КБ). Пэўныя велічыні вымяраюцца ў старонках; памер старонкі дазваляе хутка перавесьці яго ў байты.';
$strShowStatusInnodb_pages_readDescr = 'Колькасьць прачытаных старонак.';
$strShowStatusInnodb_pages_writtenDescr = 'Колькасьць запісаных старонак.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Колькасьць блякаваньняў радкоў, чаканьне якіх адбываецца на бягучы момант.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Сярэдні час атрыманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_timeDescr = 'Агульны час чаканьня атрыманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Максымальны час атраманьня магчымасьці блякаваньня радку, у мілісэкундах.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Колькасьць разоў, калі даводзілася чакаць блякаваньне радку.';
$strShowStatusInnodb_rows_deletedDescr = 'Колькасьць радкоў, выдаленых з табліц InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Колькасьць радкоў, устаўленых у табліцы InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Колькась радкоў, прачытаных з табліц InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Колькасьць радкоў, абноўленых у табліцах InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Колькасьць блёкаў у кэшы ключоў, якія былі зьмененыя, але яшчэ не былі скінутыя на дыск. Выкарыстоўваецца як значэньне Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Колькасьць нявыкарыстаных блёкаў у кэшы ключоў. Гэтае значэньне можна выкарыстоўваць для вызначэньня ступені выкарыстаньня кэшу ключоў.';
$strShowStatusKey_blocks_usedDescr = 'Колькасьць выкарыстаных блёкаў у кэшы ключоў. Гэтае значэньне з дастатковай ступеньню пэўнасьці сьведчыць пра максымальную за ўвесь час колькасьць блёкаў, якія выкарастоўваліся адначасова.';
$strShowStatusKey_read_requestsDescr = 'Колькасьць запытаў на чытаньне блёку ключоў з кэшу.';
$strShowStatusKey_readsDescr = 'Колькасьць фізычных чытаньняў блёку ключоў з дыска. Калі значэньне Key_reads вялікае, значэньне key_buffer_size, відаць, вельмі малое. Колькасьць промахаў у кэш можна вылічыць як Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Колькасьць запытаў на запіс блёку ключоў у кэш.';
$strShowStatusKey_writesDescr = 'Колькасьць фізычных запісаў блёку ключоў на дыск.';
$strShowStatusLast_query_costDescr = 'Агульны кошт апошняга зкампіляванага запыту, падлічанага аптымізатарам запытаў. Карысна для параўнаньня розных спосабаў рэалізацыі аднаго запыту. Значэньне па змоўчаньні 0 азначае, што ніводны запыт яшчэ ня быў зкампіляваны.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Колькасьць радкоў для запісу, адкладзеных запытамі INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Колькасьць табліц, якія былі адкрытыя. Калі адкрытыя табліцы вялікія, значэньне кэшу табліц імаверна вельмі малое.';
$strShowStatusOpen_filesDescr = 'Колькасьць адкрытых файлаў.';
$strShowStatusOpen_streamsDescr = 'Колькасьць адкрытых патокаў (выкарыстоўваюцца пераважна для лагаваньня).';
$strShowStatusOpen_tablesDescr = 'Колькасьць адкрытых табліц.';
$strShowStatusQcache_free_blocksDescr = 'Колькасьць вольных блёкаў памяці ў кэшы запытаў.';
$strShowStatusQcache_free_memoryDescr = 'Колькасьць вольнай памяці для кэшу запытаў.';
$strShowStatusQcache_hitsDescr = 'Колькасьць зваротаў да кэшу.';
$strShowStatusQcache_insertsDescr = 'Колькасьць запытаў, якія былі даданыя ў кэш.';
$strShowStatusQcache_lowmem_prunesDescr = 'Колкасьць запытаў, якія былі выдаленыя з кэшу, каб вызваліць памяць для кэшаваньня новых запытаў. Гэтыя зьвесткі могуць дапамагчы вызначыць памер кэшу запытаў. Кэш запытаў выкарыстоўвае статэгію элемэнта, які выкарыстоўваўся найменш (LRU) для вызначэньня, якія запыты трэба выдаляць з кэшу.';
$strShowStatusQcache_not_cachedDescr = 'Колькасьць некэшавальных запытаў (некэшавальных або некэшаваных з-за значэньня дырэктывы query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Колькасьць запытаў, якія прысутнічаюць у кэшы.';
$strShowStatusQcache_total_blocksDescr = 'Агульная колькасьць блёкаў у кэшы запытыў.';
$strShowStatusReset = 'Скінуць статыстыку';
$strShowStatusRpl_statusDescr = 'Стан абароненай ад памылак рэплікацыі (яшчэ не рэалізаваная).';
$strShowStatusSelect_full_joinDescr = 'Колькасьць аб\'яднаньняў, якія не выкарыстоўвяюць індэксы. Калі гэтае значэньне ня роўнае 0, варта праверыць індэксы ў табліцах.';
$strShowStatusSelect_full_range_joinDescr = 'Колькасьць аб\'яднаньняў, якія выкарыстоўвалі пошук па масцы ў мэтавай табліцы.';
$strShowStatusSelect_range_checkDescr = 'Колькасьць аб\'яднаньняў без выкарыстаньня ключоў, якія правяралі наяўнасьць ключа пасьля кожнага радка. (Калі гэтае значэньне ня роўнае 0, варта праверыць індэксы ў табліцах.)';
$strShowStatusSelect_rangeDescr = 'Колькасьць аб\'яднаньняў, якія выкарыстоўвалі спалучэньні палёў у першай табліцы. (Звычайна не крытычна, нават калі гэтае значэньне вялікае.)';
$strShowStatusSelect_scanDescr = 'Колькасьць аб\'яднаньняў, якія правялі поўны прагляд першай табліцы.';
$strShowStatusSlave_open_temp_tablesDescr = 'Колькасьць часовых табліц, якія ў бягучы момант адкрытыя залежным SQL-патокам.';
$strShowStatusSlave_retried_transactionsDescr = 'Агульная (ад загрузкі) колькасьць разоў, калі залежны SQL-паток рэплікацыі паўтараў транзакцыі.';
$strShowStatusSlave_runningDescr = 'Гэтае значэньне роўнае "ON", калі сэрвэр зьяўляецца залежным і падлучаным да сэрвэра, які яго кантралюе.';
$strShowStatusSlow_launch_threadsDescr = 'Колькасьць патокаў, якім спатрэбілася больш за slow_launch_time сэкундаў для стварэньня.';
$strShowStatusSlow_queriesDescr = 'Колькасьць запытаў, на выканантне якіх спатрэбілася больш, чым long_query_time сэкундаў.';
$strShowStatusSort_merge_passesDescr = 'Колькасьць праходаў, якія былі зробленыя альгарытмам сартаваньня. Калі гэтае значэньне вялікае, варта разгледзіць павелічэньне значэньня сыстэмнай зьменнай sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Колькасьць сартаваньняў, якія былі зробленыя з выкарыстаньнем некалькіх слупкоў.';
$strShowStatusSort_rowsDescr = 'Колькасьць адсартаваных радкоў.';
$strShowStatusSort_scanDescr = 'Колькасьць сартаваньняў, якія былі зробленыя падчас прагляду табліцы.';
$strShowStatusTable_locks_immediateDescr = 'Колькасьць разоў, калі блякаваньне табліцы было зробленае імгненна.';
$strShowStatusTable_locks_waitedDescr = 'Колькасьць разоў, калі блякаваньне табліцы немагчыма было ажыцьцявіць імгненна і пэўны час пайшоў на чаканьне. Калі гэтае значэньне вялікае, і існуюць праблемы з прадукцыйнасьцю, варта спачатку аптымізаваць запыты, а пасьля або падзяліць табліцу або табліцы, або выкарыстоўваць рэплікацыю.';
$strShowStatusThreads_cachedDescr = 'Колькасьць патокаў у кэшы патокаў. Ступень трапляньня ў кэш можа быць вылічаная як Threads_created/Connections. Калі гэтае значэньне пафарбаванае ў чырвоны колер, варта павялічыць значэньне thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Колькасьць адкрытых на бягучы момант злучэньняў.';
$strShowStatusThreads_createdDescr = 'Колькасьць патокаў, створаных для кіраваньня злучэньнямі. Калі значэньне Threads_created вялікае, магчыма, варта павялічыць значэньне thread_cache_size. (Звычайна, гэта не дае якога-небудзь заўважнага павелічэньня прадукцыйнасьці, калі прысутнічае добрая рэалізацыя патокаў.)';
$strShowStatusThreads_runningDescr = 'Колькасьць патокаў, якія не зьяўляюцца сьпячымі.';
$strShowTableDimension = 'Паказаць разьмернасьць табліц';
$strShowTables = 'Паказаць табліцы';
$strShowThisQuery = ' Паказаць гэты запыт зноў ';
$strSimplifiedChinese = 'Кітайская спрошчаная';
$strSingly = '(асобна)';
$strSize = 'Памер';
$strSkipQueries = 'Колькасьць (запытаў), якія трэба прапусьціць ад пачатку';
$strSlovak = 'Славацкая';
$strSlovenian = 'Славенская';
$strSocketProblem = '(або сокет лякальнага сэрвэра MySQL не сканфігураваны правільна)';
$strSortByKey = 'Сартаваць па ключу';
$strSort = 'Парадак';
$strSorting = 'Сартаваньне';
$strSpaceUsage = 'Выкарыстаньне прасторы';
$strSpanish = 'Гішпанская';
$strSplitWordsWithSpace = 'Словы падзеленыя прагалам (" ").';
$strSQLExportCompatibility = 'Сумяшчальнасьць экспартаванага SQL';
$strSQLExportType = 'Тып экспарту';
$strSQLImportOptions = 'Парамэтры SQL';
$strSQLOptions = 'Опцыі SQL';
$strSQLParserBugMessage = 'Магчыма, вы знайшлі памылку ў SQL-парсэры. Калі ласка, уважліва праверце выш запыт і адпаведнасьць двукосьсяў у ім. Іншай магчымай прычынай памылкі можа быць тое, што вы загрузілі файл з двойкавымі дадзенымі па-за межамі тэксту, вылучанага двукосьсямі. Вы таксама можаце паспрабаваць адправіць ваш запыт з каманднага радка MySQL. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, можа таксама дапамагчы вам высьветліць прычыну праблему. Калі вы ўсё яшчэ маеце праблемы або парсэр паведамляе пра памылку, а з каманднага радку запыт выконваецца, калі ласка, скараціце ваш уведзены SQL-запыт да аднаго запыту, які выклікае памылку, і адпраўце паведамленьне пра памылку з блёкам дадзеных, пададзеных у сэкыці CUT ніжэй:';
$strSQLParserUserError = 'Здаецца, ваш SQL-запыт утрымлівае памылку. Паведамленьне пра памылку сэрвэра MySQL прыведзенае ніжэй, магчыма, таксама дапаможа вам высьветліць прычыну памылкі';
$strSQLQuery = 'SQL-запыт';
$strSQLResult = 'SQL-вынік';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Няправільны ідэнтыфікатар';
$strSQPBugUnclosedQuote = 'Незакрытае двукосьсе';
$strSQPBugUnknownPunctuation = 'Невядомы сымбаль пунктуацыі';
$strStatCheckTime = 'Апошняя праверка';
$strStatCreateTime = 'Створаная';
$strStatement = 'Выразы';
$strStatisticsOverrun = 'На загружаным сэрвэры байтавыя лічыльнікі могуць пераскокваць кола, таму статыстыка, якую паказвае MySQL-сэрвэр, можа быць няправільнай.';
$strStatUpdateTime = 'Апошняе абнаўленьне';
$strStatus = 'Стан';
$strStorageEngine = 'Машына захаваньня дадзеных';
$strStorageEngines = 'Машыны захаваньня дадзеных';
$strStrucCSV = 'CSV';
$strStrucData = 'Структуру і дадзеныя';
$strStrucDrop = 'Дадаць выдаленьне табліцы';
$strStrucExcelCSV = 'CSV для дадзеных MS Excel';
$strStrucNativeExcel = 'Родны фармат MS Excel';
$strStrucOnly = 'Толькі структуру';
$strStructPropose = 'Прапанаваная структура табліцы';
$strStructure = 'Структура';
$strSubmit = 'Адправіць';
$strSuccess = 'Ваш SQL-запыт быў пасьпяхова выкананы';
$strSum = 'Усяго';
$strSwedish = 'Швэдзкая';
$strSwitchToDatabase = 'Перайсьці да скапіяванай базы дадзеных';
$strSwitchToTable = 'Перайсьці да скапіяванай табліцы';
 
$strTableAlreadyExists = 'Табліца %s ужо існуе!';
$strTableComments = 'Камэнтар да табліцы';
$strTableEmpty = 'Пустая назва табліцы!';
$strTableHasBeenDropped = 'Табліца %s была выдаленая';
$strTableHasBeenEmptied = 'Табліца %s была ачышчаная';
$strTableHasBeenFlushed = 'Кэш табліцы %s быў ачышчаны';
$strTableMaintenance = 'Абслугоўваньне табліцы';
$strTable = 'Табліца';
$strTableOfContents = 'Зьмест';
$strTableOptions = 'Опцыі табліцы';
$strTables = '%s табліц(ы)';
$strTableStructure = 'Структура табліцы';
$strTableType = 'Тып табліцы';
$strTakeIt = 'гэтая';
$strTblPrivileges = 'Прывілеі, спэцыфічныя для табліцы';
$strTempData = 'Часовыя дадзеныя';
$strTextAreaLength = ' З-за вялікай даўжыні,<br /> гэтае поле ня можа быць адрэдагаванае ';
$strThai = 'Тайляндзкая';
$strThemeDefaultNotFound = 'Тэма па змоўчаньні %s ня знойдзеная!';
$strThemeNoPreviewAvailable = 'Папярэдні прагляд недаступны.';
$strThemeNotFound = 'Тэма %s ня знойдзеная!';
$strThemeNoValidImgPath = 'Дапушчальны шлях да малюнкаў тэмы %s ня знойдзены!';
$strTheme = 'Тэма / Стыль';
$strThemePathNotFound = 'Ня знойдзены шлях да тэмы %s!';
$strThisHost = 'Гэты хост';
$strThisNotDirectory = 'Гэта ня тэчка';
$strThreads = 'Патокі';
$strThreadSuccessfullyKilled = 'Паток %s быў пасьпяхова спынены.';
$strTime = 'Час';
$strTimeoutInfo = 'Папярэдняе імпартаваньне спынілася з-за недахопу часу. Пасьля новай загрузкі імпартаваньне будзе працягнутае з пазыцыі %d.';
$strTimeoutNothingParsed = 'Аднак, падчас апошняга выкананьня ніякія дадзеныя былі апрацаваныя. Гэта звычайна значыць, што phpMyAdmin ня зможа скончыць гэтае імпартаваньня, калі вы не павялічыце ліміты выкананьня php-скрыптоў.';
$strTimeoutPassed = 'Выйшаў дазволены час выкананьня скрыпта. Калі вы хочаце завершыць імпартаваньне, калі ласка, загрузіце файл зноў і імпартаваньне ўзнавіцца.';
$strToggleScratchboard = 'Паказаць папярэдні прагляд';
$strTotal = 'усяго';
$strTotalUC = 'Агулам';
$strTraditionalChinese = 'Традыцыйная кітайская';
$strTraditionalSpanish = 'Традыцыйная гішпанская';
$strTraffic = 'Трафік';
$strTransactionCoordinator = 'Каардынатар перакладу';
$strTransformation_application_octetstream__download = 'Паказвае спасылку для загрузкі двойкавых дадзеных поля. Вы можаце выкарыстоўваць першую опцыю для вызначэньня імя файла або выкарыстоўвайце другую опцыю як імя поля, якое ўтрымлівае імя файла. Калі вы выкарыстоўваеце другую опцыю, вам трэба пакінуць першае поле пустым';
$strTransformation_application_octetstream__hex = 'Паказвае дадзеныя ў шаснаццаткавым выглядзе.';
$strTransformation_image_jpeg__inline = 'Паказвае націскальны эскіз; Опцыі — максымальная шырыня і вышыня ў піксэлах. Захоўваюцца пачатковыя прапорцыі.';
$strTransformation_image_jpeg__link = 'Паказвае спасылку для загрузкі гэтага малюнку.';
$strTransformation_image_png__inline = 'Праглядзець малюнак image/jpeg: убудаваны';
$strTransformation_text_plain__dateformat = 'Паказвае дадзеныя з поля TIME, TIMESTAMP або DATETIME і фарматуе іх згодна вашага лякальнага фармату даты. Першая опцыя — прамежак часу (у гадзінах), які будзе дададзены да меткі часу (Па змоўчаньні: 0). Выкарыстоўвайце другую опцыю, каб вызначыць іншы фармат даты; глядзіце дакумэнтацыю да функцыі PHP strftime().';
$strTransformation_text_plain__external = 'ТОЛЬКІ ДЛЯ LINUX: Запускае зьнешнюю праграму і перадае ёй дадзеныя поля праз стандартны ўвод. Вяртае стандартны вывад праграмы. Праграма па змоўчаньні — Tidy, якая друкуе чысты HTML-код. Зь меркаваньняў бясьпекі, вам трэба ўручную адрэдагаваць файл libraries/transformations/text_plain__external.inc.php і пазначыць сьпіс праграмаў, якія вы хочаце зрабіць даступнымі. Першая опцыя — тады нумар праграмы, якую вы хочаце выкарыстоўваць, другая опцыя — парамэтры для праграмы. Трэцяя опцыя, калі вызначаная як 1, сканвэртуе дадзеныя з стандартнага вываду выкарыстоўваючы htmlspecialchars() (Па змоўчаньні 1). Чацьвертая опцыя, калі вызначаная як 1, прадухіліць перанос па словах, каб пераканацца, што ўвесь выхадны паток будзе выведзены ў адзін радок (Па змоўчаньні 1).';
$strTransformation_text_plain__formatted = 'Паказвае зьмесьціва поля як-ёсьць, без апрацоўкі яго функцыяй htmlspecialchars(). Таму разумеецца, што поле ўтрымлівае карэктны HTML-код.';
$strTransformation_text_plain__imagelink = 'Паказвае малюнак і спасылку, поле зьмяшчае назву файла. Першая опцыя — прэфікс адрасу кшталту "http://www.example.com/". Другая і трэцяя опцыі — шырыня і вышыня ў піксэлах.';
$strTransformation_text_plain__link = 'Паказвае спасылку; поле зьмяшчае назву файла. Першая опцыя — прэфікс адрасу кшталту "http://www.example.com/". Другая опцыя — назва спасылкі.';
$strTransformation_text_plain__sql = 'Фарматуе тэкст як SQL-запыт з падсьвечаным сынтаксісам.';
$strTransformation_text_plain__substr = 'Паказвае толькі частку радка. Першая опцыя — колькасьць сымбаляў ад пачатку радка, якія трэба прапусьціць (Па змоўчаньні 0). Другая опцыя — колькасьць сымбаляў, якія трэба вярнуць (Па змоўчаньні: да канца радка). Трэцяя опцыя — радок, які трэба далучыць да канца і/або з пачатку радка, калі адбудзецца ўсячэньне (Па змоўчаньні: "...") .';
$strTruncateQueries = 'Абразаць паказаныя запыты';
$strTurkish = 'Турэцкая';
$strType = 'Тып';
 
$strUkrainian = 'Украінская';
$strUncheckAll = 'Зьняць усе адзнакі';
$strUnicode = 'Юнікод';
$strUnique = 'Унікальнае';
$strUnknown = 'невядома';
$strUnselectAll = 'Зьняць усе адзнакі';
$strUnsupportedCompressionDetected = 'Вы паспрабавалі загрузіць файл з мэтадам сьціску, які непадтрымліваецца (%s). Ягоная падтрымка або не рэалізаваная, або адключаная ў вашай канфігурацыі.';
$strUpdatePrivMessage = 'Вы зьмянілі прывілеі для %s.';
$strUpdateProfileMessage = 'Профіль быў адноўлены.';
$strUpdateQuery = 'Абнавіць запыт';
$strUpdComTab = 'За інфармацыяй як абнавіць табліцу column_comments зьвярніцеся, калі ласка, да дакумэнтацыі';
$strUpgrade = 'Вам трэба абнавіць %s да вэрсіі %s ці пазьнейшай.';
$strUploadLimit = 'Вы, мусіць, паспрабавалі загрузіць вельмі вялікі файл. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s для высьвятленьня спосабаў абыйсьці гэтае абмежаваньне.';
$strUsage = 'Выкарыстаньне';
$strUseBackquotes = 'Зваротнае двукосьсе ў імёнах табліц і палёў';
$strUsedPhpExtensions = 'Выкарыстоўваюцца пашырэньні PHP';
$strUseHostTable = 'Выкарыстоўваць табліцу хостаў';
$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.';
$strValue = 'Значэньне';
$strVar = 'Зьменная';
$strVersionInformation = 'Інфармацыя пра вэрсію';
$strView = 'Выгляд';
$strViewDumpDatabases = 'Праглядзець дамп (схему) базаў дадзеных';
$strViewDumpDB = 'Праглядзець дамп (схуму) базы дадзеных';
$strViewDump = 'Праглядзець дамп (схему) табліцы';
$strViewHasBeenDropped = 'Выгляд %s быў выдалены';
$strViewMaxExactCount = 'У гэтым праглядзе больш за %d радкоў. Калі ласка, зьвярніцеся да %sдакумэнтацыі%s.';
 
$strWebServerUploadDirectoryError = 'Немагчыма адкрыць пазначаную вамі тэчку для загрузкі файлаў';
$strWebServerUploadDirectory = 'тэчка вэб-сэрвэра для загрузкі файлаў';
$strWelcome = 'Запрашаем у %s';
$strWestEuropean = 'Заходнеэўрапейская';
$strWildcard = 'шаблён';
$strWindowNotFound = 'Немагчыма абнавіць мэтавае акно браўзэра. Магчыма, вы закрылі бацькоўскае акно або налады бясьпекі вашага браўзэра сканфігураныя на блякаваньне міжваконных ўзаемадзеяньняў';
$strWithChecked = 'З адзначанымі:';
$strWriteRequests = 'Запытаў запісу';
$strWritingCommentNotPossible = 'Немагчыма дадаць камэнтар';
$strWritingRelationNotPossible = 'Немагчыма дадаць сувязь';
$strWrongUser = 'Няправільны лагін/пароль. У доступе адмоўлена.';
 
$strXML = 'XML';
 
$strYes = 'Так';
 
$strZeroRemovesTheLimit = 'Заўвага: Пазначэньне гэтых опцыяў як 0 (нуль) здымае абмежаваньне.';
$strZip = 'архіваваны ў zip';
 
?>
/Web/Maintenance/phpMyAdmin/lang/belarusian_cyrillic-windows-1251.inc.php
0,0 → 1,982
<?php
/* $Id: belarusian_cyrillic-windows-1251.inc.php,v 1.49.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Jaska Zedlik <jz53 at zedlik.com>
* http://www.zedlik.com
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$right_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Á', 'ÊÁ', 'ÌÁ', 'ÃÁ', 'ÒÁ', 'ÏÁ', 'ÝÁ');
 
$day_of_week = array('Íäç', 'Ïàí', 'À¢ò', 'Ñåð', 'Öà÷', 'Ïÿò', 'Ñóá');
$month = array('Ñòó', 'Ëþò', 'Ñàê', 'Êðà', 'Òðà', '×ýð', '˳ï', 'Æí³', 'Âåð', 'Êàñ', '˳ñ', 'Ñüí');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s äç¸í, %s ãàäç³íà¢, %s õâ³ë³íࢠ³ %s ñýêóíäà¢';
 
$strAbortedClients = 'Ñïûíåíà';
$strAbsolutePathToDocSqlDir = 'Êàë³ ëàñêà, ïàçíà÷öå ïî¢íû øëÿõ íà âýá-ñýðâýðû äà òý÷ê³ docSQL';
$strAccessDeniedCreateConfig = '²ìàâåðíà, ïðû÷ûíà ãýòàãà ¢ òûì, øòî íÿ ñòâîðàíû êàíô³ãóðàöûéíû ôàéë. Êàá ÿãî ñòâàðûöü, ìîæíà âûêàðûñòàöü %1$síàëàäà÷íû ñêðûïò%2$s.';
$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';
$strAddIntoComments = 'Äàäàöü ó êàìýíòàðû';
$strAddNewField = 'Äàäàöü íîâàå ïîëå';
$strAddPrivilegesOnDb = 'Äàäàöü ïðûâ³ëå³ íà íàñòóïíóþ áàçó';
$strAddPrivilegesOnTbl = 'Äàäàöü ïðûâ³ëå³ íà íàñòóïíóþ òàáë³öó';
$strAddSearchConditions = 'Äàäàöü óìîâû ïîøóêó (öåëà äëÿ ¢ìîâû "where"):';
$strAddToIndex = 'Äàäàöü äà ³íäýêñà &nbsp;%s&nbsp;êàë¸íêó(³)';
$strAddUser = 'Äàäàöü íîâàãà êàðûñòàëüí³êà';
$strAddUserMessage = 'Áû¢ äàäàäçåíû íîâû êàðûñòàëüí³ê.';
$strAdministration = 'Àäì³í³ñòðàâàíüíå';
$strAffectedRows = 'Çàêðàíóòûÿ ðàäê³:';
$strAfter = 'Ïàñüëÿ %s';
$strAfterInsertBack = 'Ïåðàéñüö³ äà ïàïÿðýäíÿé ñòàðîíê³';
$strAfterInsertNewInsert = 'Äàäàöü ÿø÷ý àäç³í ðàäîê';
$strAfterInsertNext = 'Ðýäàãàâàöü íàñòóïíû ðàäîê';
$strAfterInsertSame = 'Âÿðíóööà äà ãýòàé ñòàðîíê³';
$strAll = 'Óñå';
$strAllowInterrupt = 'Äàçâîë³öü ñïûíåíüíå ³ìïàðòàâàíüíÿ ¢ âûïàäêó, êàë³ ñêðûïò âûñüâåòë³öü, øòî ñêîí÷âàåööà ÷àñ âûêàíàíüíÿ. Ãýòà ìîæà áûöü äîáðûì ñïîñàáàì ³ìïàðòàâàíüíÿ âÿë³ê³õ ôàéëà¢, àäíàê, ãýòà ìîæà ïåðàïûí³öü òðàíçàêöû³.';
$strAllTableSameWidth = 'Ïàêàçàöü óñå òàáë³öû àäíîëüêàâàé øûðûí³?';
$strAlterOrderBy = 'Çüìÿí³öü ïàðàäàê òàáë³öû';
$strAnalyzeTable = 'Àíàë³çàâàöü òàáë³öó';
$strAnd = '²';
$strAndThen = '³ ïàñüëÿ';
$strAnIndex = 'Áû¢ äàäàäçåíû ³íäýêñ äëÿ %s';
$strAny = 'Ëþáû';
$strAnyHost = 'Ëþáû õîñò';
$strAnyUser = 'Ëþáû êàðûñòàëüí³ê';
$strApproximateCount = 'Ìîæà áûöü ïðûáë³çíûì. Ãë. FAQ 3.11';
$strAPrimaryKey = 'Ïåðøàñíû êëþ÷ áû¢ äàäàäçåíû äà %s';
$strArabic = 'Àðàáñêàÿ';
$strArmenian = 'Àðìÿíñêàÿ';
$strAscending = 'ïðàìû';
$strAtBeginningOfTable = 'Ó ïà÷àòêó òàáë³öû';
$strAtEndOfTable = 'Ó êàíöû òàáë³öû';
$strAttr = 'Àòðûáóòû';
$strAutodetect = 'À¢òàâûçíà÷ýíüíå';
$strAutomaticLayout = 'À¢òàìàòû÷íàå ðàçüìÿø÷ýíüíå';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòûéñêàÿ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Äâîéêàâû';
$strBinaryDoNotEdit = 'Äâîéêàâûÿ äàäçåíûÿ — íå ðýäàãóþööà';
$strBinaryLog = 'Äâîéêàâû ëîã';
$strBinLogEventType = 'Òûï ïàäçå³';
$strBinLogInfo = '²íôàðìàöûÿ';
$strBinLogName = '²ìÿ ëîãó';
$strBinLogOriginalPosition = 'Ïåðøàïà÷àòêîâàÿ ïàçûöûÿ';
$strBinLogPosition = 'Ïàçûöûÿ';
$strBinLogServerId = 'ID ñýðâýðà';
$strBookmarkAllUsers = 'Äàöü êîæíàìó êàðûñòàëüí³êó äîñòóï äà ãýòàé çàêëàäê³';
$strBookmarkCreated = 'Çàêëàäêà %s ñòâîðàíàÿ';
$strBookmarkDeleted = 'Çàêëàäêà áûëà âûäàëåíàÿ.';
$strBookmarkLabel = 'Ìåòêà';
$strBookmarkQuery = 'Çàêëàäçåíû SQL-çàïûò';
$strBookmarkReplace = 'Çàìÿí³öü ³ñíóþ çàêëàäêó ç òàê³ì æà ³ìåì';
$strBookmarkThis = 'Äàäàöü ãýòû SQL-çàïûò ó çàêëàäê³';
$strBookmarkView = 'Òîëüê³ ïðàãëÿä';
$strBrowseDistinctValues = 'Ïðàãëÿä ðîçíûõ çíà÷ýíüíÿ¢';
$strBrowseForeignValues = 'Ïðàãëÿäçåöü çüíåøí³ÿ çíà÷ýíüí³';
$strBrowse = 'Ïðàãëÿä';
$strBufferPoolActivity = 'Àêòû¢íàñüöü ïóëó áóôýðó';
$strBufferPool = 'Ïóë áóôýðó';
$strBufferPoolUsage = 'Âûêàðûñòàíüíå ïóëó áóôýðó';
$strBufferReadMisses = 'Ïðîïóñêࢠ÷ûòàíüíÿ';
$strBufferReadMissesInPercent = 'Ïðîïóñêࢠ÷ûòàíüíÿ ¢ %';
$strBufferWriteWaits = 'Çàòðûìàê çàï³ñó';
$strBufferWriteWaitsInPercent = 'Çàòðûìàê çàï³ñó ¢ %';
$strBulgarian = 'Áà¢ãàðñêàÿ';
$strBusyPages = 'Çàíÿòûõ ñòàðîíàê';
$strBzError = 'phpMyAdmin íÿ ìîæà ñüö³ñíóöü äàìï ç-çà ïðàáëåìࢠç ïàøûðýíüíåì Bz2 ó ãýòàé âýðñ³³ PHP. Ñòðîãà ðýêàìýíäóåööà âûçíà÷ûöü çíà÷ýíüíå äûðýêòûâû <code>$cfg[\'BZipDump\']</code> ó âàøûì êàíô³ãóðàöûéíûì ôàéëå phpMyAdmin ÿê <code>FALSE</code>. Êàë³ âû æàäàåöå âûêàðûñòî¢âàöü Bz2-ñüö³ñê, âàì íåàáõîäíà àáíàâ³öü âýðñ³þ PHP. Çüâàðí³öåñÿ äà PHP bug report %s äëÿ áîëüø ïàäðàáÿçíàé ³íôàðìàöû³.';
$strBzip = 'ñüö³ñêàöü ó bzip';
 
$strCalendar = 'Êàëÿíäàð';
$strCanNotLoadImportPlugins = 'Íåìàã÷ûìà çàãðóç³öü ïëàã³íû ³ìïàðòàâàíüíÿ, êàë³ ëàñêà, ïðàâåðöå ¢ñòà븢êó!';
$strCannotLogin = 'Íåìàã÷ûìà çàëàãàâàööà íà ñýðâýð MySQL';
$strCantLoad = 'íåìàã÷ûìà çàãðóç³öü ïàøûðýíüíå %s;<br />êàë³ ëàñêà, ïðàâåðöå êàíô³ãóðàöûþ PHP';
$strCantLoadRecodeIconv = 'Íåìàã÷ûìà çàãðóç³öü ïàøûðýíüíå iconv àáî ïàøûðýíüíå recode, íåàáõîäíûÿ äëÿ ïåðàêàäàâàíüíÿ ñûìáàëÿ¢. Íàëàäçüöå PHP íà âûêàðûñòàíüíå ãýòûõ ïàøûðýíüíÿ¢ àáî ¢âîãóëå àäêëþ÷ûöå ïåðàêàäàâàíüíå ñûìáàëÿ¢ ó phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íåìàã÷ûìà ïåðàéìåíàâàöü ³íäýêñ ó PRIMARY!';
$strCantUseRecodeIconv = 'Íåìàã÷ûìà âûêàðûñòàöü í³ ôóíêöûþ iconv, í³ libiconvr, í³ recode_string ó òîé ÷àñ, ÿê ïàøûðýíüíå ïàâåäàìëÿå, øòî ÿíî çàãðóæàíàå. Ïðàâåðöå âàøóþ êàíô³ãóðàöûþ PHP.';
$strCardinality = 'Êîëüêàñüöü ýëåìýíòà¢';
$strCaseInsensitive = 'áåç óë³êó ðýã³ñòðó';
$strCaseSensitive = 'ç óë³êàì ðýã³ñòðó';
$strCentralEuropean = 'Öýíòðàëüíàý¢ðàïåéñêàÿ';
$strChangeCopyModeCopy = '... ïàê³íóöü ñòàðîãà.';
$strChangeCopyModeDeleteAndReload = ' ... âûäàë³öü ñòàðîãà ç òàáë³öû êàðûñòàëüí³êࢠ³ ïàñüëÿ ïåðàçàãðóç³öü ïðûâ³ëå³.';
$strChangeCopyModeJustDelete = ' ... âûäàë³öü ñòàðîãà ç òàáë³öû êàðûñòàëüí³êà¢.';
$strChangeCopyMode = 'Ñòâàðûöü íîâàãà êàðûñòàëüí³êà ç òàê³ì³ æ ïðûâ³ëåÿì³ ³ ...';
$strChangeCopyModeRevoke = ' ... àíóëÿâàöü óñå àêòû¢íûÿ ïðûâ³ëå³ ñòàðîãà ³ ïàñüëÿ âûäàë³öü ÿãî.';
$strChangeCopyUser = 'Çüìÿí³öü ðýã³ñòðàöûéíóþ ³íôàðìàöûþ / Êàï³ÿâàöü êàðûñòàëüí³êà';
$strChange = 'Çüìÿí³öü';
$strChangeDisplay = 'Âûáåðûöå ïîëå äëÿ àäëþñòðàâàíüíÿ';
$strChangePassword = 'Çüìÿí³öü ïàðîëü';
$strCharset = 'Êàäûðî¢êà';
$strCharsetOfFile = 'Êàäûðî¢êà ôàéëà:';
$strCharsetsAndCollations = 'Ðàñêëàäê³ ³ ñóïàñòà¢ëåíüí³';
$strCharsets = 'Êàäûðî¢ê³';
$strCheckAll = 'Àäçíà÷ûöü óñ¸';
$strCheckOverhead = 'Àäçíà÷ûöü òûÿ, øòî ïàòðàáóþöü àïòûì³çàöû³';
$strCheckPrivs = 'Ïðàâåðûöü ïðûâ³ëå³';
$strCheckPrivsLong = 'Ïðàâåðûöü ïðûâ³ëå³ äëÿ áàçû &quot;%s&quot;.';
$strCheckTable = 'Ïðàâåðûöü òàáë³öó';
$strChoosePage = 'Êàë³ ëàñêà, âûáåðûöå ñòàðîíêó äëÿ ðýäàãàâàíüíÿ';
$strColComFeat = 'Ïàêàçâàöü êàìýíòàðû êàë¸íàê';
$strCollation = 'Ñóïàñòà¢ëåíüíå';
$strColumnNames = 'Íàçâû êàë¸íàê';
$strColumnPrivileges = 'Ñïýöûô³÷íûÿ ïðûâ³ëå³ êàë¸íàê';
$strCommand = 'Êàìàíäà';
$strComments = 'Êàìýíòàðû';
$strCommentsForTable = 'Êàìýíòàðû äà òàáë³öû';
$strCompatibleHashing = 'Ñóìÿø÷àëüíàå ç MySQL&nbsp;4.0';
$strCompleteInserts = 'Ïî¢íàÿ ¢ñòà¢êà';
$strCompression = 'Ñüö³ñê';
$strCompressionWillBeDetected = 'Ìýòàä ñüö³ñêó ³ìïàðòàâàíàãà ôàéëà áóäçå âûçíà÷àíàÿ à¢òàìàòû÷íà ç: %s';
$strConfigDefaultFileError = 'Íåìàã÷ûìà çàãðóç³öü êàíô³ãóðàöûþ ïà çìî¢÷àíüí³ ç: "%1$s"';
$strConfigFileError = 'phpMyAdmin íÿ ìîæà ïðà÷ûòàöü êàíô³ãóðàöûéíû ôàéë!<br />Ãýòà ìîæà àäáûööà ¢ âûïàäêó, êàë³ PHP çíîéäçå ñûíòàêñû÷íóþ ïàìûëêó ¢ ³ì àáî êàë³ PHP íÿ ìîæà çíàéñüö³ ôàéë.<br />Êàë³ ëàñêà, çàãðóç³öå êàíô³ãóðàöûéíû ôàéë íåïàñðýäíà, âûêàðûñòî¢âàþ÷û ñïàñûëêó, ïðûâåäçåíóþ í³æýé, ³ ïðà÷ûòàéöå ïàâåäàìëåíüí³ PHP ïðà ïàìûëê³. Ó áîëüøàñüö³ âûïàäêà¢, íåäçå ïðàïóø÷àíû àïîñòðàô àáî êðîïêà ç êîñêàé.<br />Êàë³ âû àòðûìàåöå ÷ûñòóþ ñòàðîíêó, çíà÷ûöü, óñ¸ äîáðà.';
$strConfigureTableCoord = 'Êàë³ ëàñêà, ñêàíô³ãóðóéöå êààðäûíàòû äëÿ òàáë³öû %s';
$strConnectionError = 'Íåìàã÷ûìà ïàäëó÷ûööà: íÿïðàâ³ëüíûÿ íàëàäû.';
$strConnections = 'Ïàäëó÷ýíüí³';
$strConstraintsForDumped = 'Àáìåæàâàíüí³ äëÿ ýêñïàðòàâàíûõ òàáë³ö';
$strConstraintsForTable = 'Àáìåæàâàíüí³ äëÿ òàáë³öû';
$strCookiesRequired = 'Cookies ìóñÿöü áûöü óêëþ÷àíûì³ ïàñüëÿ ãýòàãà ìåñöà.';
$strCopyDatabaseOK = 'Áàçà äàäçåíûõ %s áûëà ñêàï³ÿâàíàÿ ¢ %s';
$strCopy = 'Ñêàï³ÿâàöü';
$strCopyTable = 'Ñêàï³ÿâàöü òàáë³öó ¢ (áàçà äàäçåíûõ<b>.</b>òàáë³öà):';
$strCopyTableOK = 'Òàáë³öà %s áûëà ñêàï³ÿâàíàÿ ¢ %s.';
$strCopyTableSameNames = 'Íåìàã÷ûìà ñêàï³ÿâàöü òàáë³öó ¢ ñàìó ñÿáå!';
$strCouldNotKill = 'phpMyAdmin íÿ ìîæà ñïûí³öü ïðàöýñ %s. Íàïý¢íà, ¸í óæî ñïûíåíû.';
$strCreateDatabaseBeforeCopying = 'âûêàíàöü CREATE DATABASE ïåðàä êàï³ÿâàíüíåì';
$strCreateIndex = 'Ñòâàðûöü ³íäýêñ íà&nbsp;%s&nbsp;êàë¸íêàõ';
$strCreateIndexTopic = 'Ñòâàðûöü íîâû ³íäýêñ';
$strCreateNewDatabase = 'Ñòâàðûöü íîâóþ áàçó äàäçåíûõ';
$strCreateNewTable = 'Ñòâàðûöü íîâóþ òàáë³öó ¢ ÁÄ %s';
$strCreate = 'Ñòâàðûöü';
$strCreatePage = 'Ñòâàðûöü íîâóþ ñòàðîíêó';
$strCreatePdfFeat = 'Ñòâàðýíüíå PDF-ôàéëà¢';
$strCreationDates = 'Ñòâàðýíüíå/Àáíà¢ëåíüíå/Ïðàâåðêà äàò';
$strCriteria = 'Êðûòýð';
$strCroatian = 'Õàðâàöêàÿ';
$strCSV = 'CSV';
$strCSVImportOptions = 'Îïöû³ CSV';
$strCSVOptions = 'Îïöû³ CSV';
$strCyrillic = 'ʳðûë³÷íàÿ';
$strCzechSlovak = '×ýõàñëàâàöêàÿ';
$strCzech = '×ýñêàÿ';
 
$strDanish = 'Äàöêàÿ';
$strData = 'Äàäçåíûÿ';
$strDatabase = 'Áàçà äàäçåíûõ';
$strDatabaseEmpty = '²ìÿ áàçû äàäçåíûõ íå ïàçíà÷àíàå!';
$strDatabaseExportOptions = 'Íàëàäû ýêñïàðòó áàçû äàäçåíûõ';
$strDatabaseHasBeenDropped = 'Áàçà äàäçåíûõ %s áûëà âûäàëåíàÿ.';
$strDatabaseNoTable = 'Ãýòà áàçà äàäçåíûõ íÿ ¢òðûìë³âàå òàáë³ö!';
$strDatabases = 'Áàçû äàäçåíûõ';
$strDatabasesDropped = '%s áàçࢠäàäçåíûõ áûë³ ïàñüïÿõîâà âûäàëåíûÿ.';
$strDatabasesStatsDisable = 'Àäêëþ÷ûöü ñòàòûñòûêó';
$strDatabasesStatsEnable = 'Óêëþ÷ûöü ñòàòûñòûêó';
$strDatabasesStatsHeavyTraffic = 'Çà¢âàãà: Óêëþ÷ýíüíå ñòàòûñòûê³ áàçû äàäçåíûõ ìîæà âûêë³êàöü âÿë³êóþ êîëüêàñüöü òðàô³êó ïàì³æ âýá-ñýðâýðàì ³ ñýðâýðàì MySQL.';
$strDatabasesStats = 'Ñòàòûñòûêà áàçࢠäàäçåíûõ';
$strDataDict = 'Ñëî¢í³ê äàäçåíûõ';
$strDataOnly = 'Òîëüê³ äàäçåíûÿ';
$strDataPages = 'Ñòàðîíàê ç äàäçåíûì³';
$strDBComment = 'Êàìýíòàð äà áàçû äàäçåíûõ: ';
$strDBCopy = 'Êàï³ÿâàöü áàçó äàäçåíûõ ó';
$strDBGContext = 'Êàíòýêñò';
$strDBGContextID = 'Êàíòýêñò ID';
$strDBGHits = 'Çâàðîòà¢';
$strDBGLine = 'Ðàäîê';
$strDBGMaxTimeMs = 'Ìàêñûìàëüíû ÷àñ, ìñ';
$strDBGMinTimeMs = '̳í³ìàëüíû ÷àñ, ìñ';
$strDBGModule = 'Ìîäóëü';
$strDBGTimePerHitMs = '×àñ/Çâàðîò, ìñ';
$strDBGTotalTimeMs = 'Àãóëüíû ÷àñ, ìñ';
$strDbPrivileges = 'Ñïýöûô³÷íûÿ ïðûâ³ëå³ áàçû äàäçåíûõ';
$strDBRename = 'Ïåðàéìåíàâàöü áàçó äàäçåíûõ ó';
$strDbSpecific = 'ñïýöûô³÷íû äëÿ áàçû äàäçåíûõ';
$strDefaultEngine = '%s çüÿ¢ëÿåööà ìàøûíàé çàõàâàíüíÿ äàäçåíûõ ïà çìî¢÷àíüí³ íà ãýòûì MySQL-ñýðâýðû.';
$strDefault = 'Ïà çìî¢÷àíüí³';
$strDefaultValueHelp = 'Äëÿ çíà÷ýíüíÿ¢ ïà çìî¢÷àíüí³, êàë³ ëàñêà, óâÿäç³öå ïðîñòà çíà÷ýíüíå, áåç âûêàðûñòàíüíÿ çâàðîòíûõ ñëýøࢠ³ äâóêîñüñÿ, âûêàðûñòî¢âàþ÷û ôàðìàò: a';
$strDefragment = 'Äýôðàãìýíòàâàöü òàáë³öó';
$strDelayedInserts = 'Âûêàðûñòî¢âàöü àäêëàäçåíûÿ ¢ñòà¢ê³';
$strDeleteAndFlush = 'Âûäàë³öü êàðûñòàëüí³êࢠ³ ïàñüëÿ ïåðàçàãðóç³öü ïðûâ³ëå³.';
$strDeleteAndFlushDescr = 'Ãýòà ëåïøû ñïîñàá, àëå ïåðàçàãðóçêà ïðûâ³ëåÿ¢ ìîæà çàíÿöü ïý¢íû ÷àñ.';
$strDelete = 'Âûäàë³öü';
$strDeleted = 'Ðàäîê áû¢ âûäàëåíû';
$strDeletedRows = 'Âûäàëåíûÿ ðàäê³:';
$strDeleteNoUsersSelected = 'Íà âûáðàíûÿ êàðûñòàëüí³ê³ äëÿ âûäàëåíüíÿ!';
$strDeleting = 'Âûäàëåíüíå %s';
$strDelOld = 'Áÿãó÷àÿ ñòàðîíêà ¢òðûìë³âàå ñïàñûëê³ íà òàáë³öû, ÿê³ÿ áîëüø íå ³ñíóþöü. Ö³ æàäàåöå âû âûäàë³öü ãýòûÿ ñïàñûëê³?';
$strDescending = 'àäâàðîòíû';
$strDescription = 'Àï³ñàíüíå';
$strDictionary = 'ñëî¢í³ê';
$strDirtyPages = 'Áðóäíûõ ñòàðîíàê';
$strDisabled = 'Àäêëþ÷àíà';
$strDisableForeignChecks = 'Àäêëþ÷ûöü ïðàâåðêó çüíåøí³õ êëþ÷î¢';
$strDisplayFeat = 'Ïàêàçâàöü ìàã÷ûìàñüö³';
$strDisplayOrder = 'Ïàðàäàê ïðàãëÿäó:';
$strDisplayPDF = 'Ïàêàçàöü PDF-ñõåìó';
$strDoAQuery = 'Âûêàíàöü "çàïûò çãîäíà ïðûêëàäà" (ñûìáàëü ïàäñòàíî¢ê³: "%")';
$strDocu = 'Äàêóìýíòàöûÿ';
$strDoYouReally = 'Ö³ ñàïðà¢äû âû æàäàåöå ';
$strDrop = 'Âûäàë³öü';
$strDropDatabaseStrongWarning = 'Âû çüá³ðàåöå ÂÛÄÀ˲ÖÜ áàçó äàäçåíûõ öàëêàì!';
$strDropUsersDb = 'Âûäàë³öü áàçû äàäçåíûõ, ÿê³ÿ ìàþöü òàê³ÿ æ ³ì¸íû ÿê ³ êàðûñòàëüí³ê³.';
$strDumpingData = 'Äàìï äàäçåíûõ òàáë³öû';
$strDumpSaved = 'Äàìï çàõàâàíû ¢ ôàéë %s.';
$strDumpXRows = 'Äàìï %s ðàäêî¢, ïà÷ûíàþ÷û ç %s.';
$strDynamic = 'äûíàì³÷íû';
 
$strEditPDFPages = 'Ðýäàãàâàöü PDF-ñòàðîíê³';
$strEditPrivileges = 'Ðýäàãàâàöü ïðûâ³ëå³';
$strEdit = 'Ðýäàãàâàöü';
$strEffective = 'Ýôýêòû¢íàñüöü';
$strEmpty = 'À÷ûñüö³öü';
$strEmptyResultSet = 'MySQL âÿðíóëà ïóñòû âûí³ê (òî áîê íóëü ðàäêî¢).';
$strEnabled = 'Óêëþ÷àíà';
$strEncloseInTransaction = 'Ýêñïàðòàâàöü çà àäíó òðàíçàêöûþ';
$strEndCut = 'END CUT';
$strEnd = 'Êàíåö';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s äàñòóïíàÿ íà ãýòûì MySQL-ñýðâýðû.';
$strEngineDisabled = '%s áûëà àäêëþ÷àíàÿ äëÿ ðýòàãà MySQL-ñýðâýðà.';
$strEngines = 'Ìàøûíû';
$strEngineUnsupported = 'Ãýòû ñýðâýð MySQL íå ïàäòðûìë³âàå ìàøûíó çàõàâàíüíÿ äàäçåíûõ %s.';
$strEnglish = 'Àíãåëüñêàÿ';
$strEnglishPrivileges = ' Çà¢âàãà: ³ì¸íû ïðûâ³ëåÿ¢ MySQL çàäàþööà ïà-àíãåëüñêó ';
$strError = 'Ïàìûëêà';
$strErrorInZipFile = 'Ïàìûëêà ¢ ZIP-àðõ³âå:';
$strEscapeWildcards = 'Ñûìáàë³ ïàäñòàíî¢ê³ _ ³ % ìóñÿöü áûöü ýêðàíàâàíûì³ ñûìáàëåì \ äëÿ ³õ ë³òàðàëüíàãà âûêàðûñòàíüíÿ';
$strEsperanto = 'Ýñïýðàíòà';
$strEstonian = 'Ýñòîíñêàÿ';
$strExcelEdition = 'Âýðñ³ÿ Excel';
$strExcelOptions = 'Îïöû³ Excel';
$strExecuteBookmarked = 'Âûêàíàöü çàïûò ç çàêëàäàê';
$strExplain = 'Òëóìà÷ûöü SQL';
$strExport = 'Ýêñïàðò';
$strExtendedInserts = 'Ïàøûðàíûÿ ¢ñòà¢ê³';
$strExtra = 'Äàäàòêîâà';
 
$strFailedAttempts = 'Íÿ¢äàëûõ ñïðîáà¢';
$strFieldHasBeenDropped = 'Ïîëå %s áûëî âûäàëåíàå';
$strField = 'Ïîëå';
$strFieldsEmpty = ' Íÿ ¢âåäçåíàÿ êîëüêàñüöü ïà븢! ';
$strFieldsEnclosedBy = 'Ïàë³ ¢çÿòûÿ ¢';
$strFieldsEscapedBy = 'Ïàë³ ýêðàíóþööà';
$strFields = 'Ïàë³';
$strFieldsTerminatedBy = 'Ïàë³ ïàäçåëåíûÿ';
$strFileAlreadyExists = 'Ôàéë %s óæî ³ñíóå íà ñýðâýðû, çüìÿí³öå ³ìÿ ôàéëà àáî ïðàâåðöå îïöûþ ïåðàçàï³ñó.';
$strFileCouldNotBeRead = 'Íåìàã÷ûìà ïðà÷ûòàöü ôàéë';
$strFileNameTemplateDescription = 'Ãýòàå çíà÷ýíüíå ³íòýðïðýòóåööà ç âûêàðûñòàíüíåì %1$sstrftime%2$s, òàìó ìîæíà âûêàðûñòî¢âàöü ðàäê³ ôàðìàòàâàíüíÿ ÷àñó. Àïðî÷ ãýòàãà, áóäóöü ïðàâåäçåíûÿ íàñòóïíûÿ çüìåíû: %3$s. Àñòàòí³ òýêñò çàñòàíåööà ÿê ¸ñüöü.';
$strFileNameTemplateDescriptionDatabase = '³ìÿ áàçû äàäçåíûõ';
$strFileNameTemplateDescriptionServer = '³ìÿ ñýðâýðà';
$strFileNameTemplateDescriptionTable = '³ìÿ òàáë³öû';
$strFileNameTemplate = 'Øàáë¸í íàçâû ôàéëà';
$strFileNameTemplateRemember = 'çàïîìí³öü øàáë¸í';
$strFileToImport = '²ìïàðòàâàöü ôàéë';
$strFixed = 'ô³êñàâàíû';
$strFlushPrivilegesNote = 'Çà¢âàãà: phpMyAdmin àòðûìë³âàå ïðûâ³ëå³ êàðûñòàëüí³êࢠíà¢ïðîñòàâà ç òàáë³ö ïðûâ³ëåÿ¢ MySQL. Çüìåñüö³âà ãýòûõ òàáë³ö ìîæà àäðîçüí³âàööà àä ïðûâ³ëåÿ¢, ÿê³ÿ âûêàðûñòî¢âàå ñýðâýð, êàë³ ÿíû áûë³ çüìåíåíûÿ ¢ðó÷íóþ. Ó ãýòûì âûïàäêó âàì òðýáà %sïåðàçàãðóç³öü ïðûâ³ëå³%s äà òàãî, ÿê âû ïðàöÿãíåöå.';
$strFlushQueryCache = 'Ñê³íóöü êýø çàïûòà¢';
$strFlushTable = 'Ñê³íóöü êýø òàáë³öû ("FLUSH")';
$strFlushTables = 'Ñê³íóöü (çàêðûöü) óñå òàáë³öû';
$strFormat = 'Ôàðìàò';
$strFormEmpty = 'Íå çàäàäçåíàå çíà÷ýíüíå ¢ ôîðìå!';
$strFreePages = 'Âîëüíûõ ñòàðîíàê';
$strFullText = 'Ïî¢íûÿ òýêñòû';
$strFunction = 'Ôóíêöûÿ';
 
$strGenBy = 'Ñòâîðàíû';
$strGeneralRelationFeat = 'Ìàã÷ûìàñüö³ àñíî¢íûõ ñóâÿçÿ¢';
$strGenerate = 'Çãýíýðàâàöü';
$strGeneratePassword = 'Çãýíýðàâàöü ïàðîëü';
$strGenTime = '×àñ ñòâàðýíüíÿ';
$strGeorgian = 'Ãðóç³íñêàÿ';
$strGerman = 'Íÿìåöêàÿ';
$strGlobal = 'ãëÿáàëüíû';
$strGlobalPrivileges = 'Ãëÿáàëüíûÿ ïðûâ³ëå³';
$strGlobalValue = 'Ãëÿáàëüíàå çíà÷ýíüíå';
$strGo = 'Ïàíåñëàñÿ';
$strGrantOption = 'Grant';
$strGreek = 'Ãðýöêàÿ';
$strGzip = 'àðõ³âàâàíû ¢ gzip';
 
$strHandler = 'Àïðàöî¢í³ê';
$strHasBeenAltered = 'áûëà çüìåíåíàÿ.';
$strHasBeenCreated = 'áûëà ñòâîðàíàÿ.';
$strHaveToShow = 'Âàì íåàáõîäíà âûáðàöü ïðûíàìñ³ àäíó êàë¸íêó äëÿ àäëþñòðàâàíüíÿ';
$strHebrew = 'Ãàáðýéñêàÿ';
$strHexForBinary = 'Âûêàðûñòî¢âàöü øàñíàööàòêàâûÿ ë³ê³ äëÿ äâîéêàâûõ ïà븢';
$strHome = 'Äà ïà÷àòêó';
$strHomepageOfficial = 'Àô³öûéíàÿ ñòàðîíêà phpMyAdmin';
$strHostEmpty = 'Ïóñòîå ³ìÿ õîñòó!';
$strHost = 'Õîñò';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Îïöû³ Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Îïöû³ Microsoft Word 2000';
$strHungarian = 'Âóãîðñêàÿ';
 
$strIcelandic = '²ñüëÿíäçêàÿ';
$strId = 'ID';
$strIdxFulltext = 'Ïî¢íàòýêñòýêñòàâàå';
$strIgnore = '²ãíàðàâàöü';
$strIgnoreDuplicates = '²ãíàðàâàöü ðàäê³, ÿê³ÿ ïà¢òàðàþööà';
$strIgnoreInserts = 'Âûêàðûñòî¢âàöü óñòà¢ê³ ³ãíàðàâàíüíÿ¢';
$strIgnoringFile = 'Ôàéë %s ïðà³ãíàðàâàíû';
$strImport = '²ìðàðò';
$strImportDocSQL = '²ìïàðòàâàöü ôàéëû docSQL';
$strImportFiles = '²ìïàðòàâàöü ôàéëû';
$strImportFormat = 'Ôàðìàò ³ìïàðòàâàíàãà ôàéëà';
$strImportSuccessfullyFinished = '²ìïàðòðàâàíüíå ïàñüïÿõîâà çàâåðøàíàå, âûêàíàíà %d çàïûòà¢.';
$strIndex = '²íäýêñ';
$strIndexes = '²íäýêñû';
$strIndexHasBeenDropped = '²íäýêñ %s áû¢ âûäàëåíû';
$strIndexName = '²ìÿ ³íäýêñà:';
$strIndexType = 'Òûï ³íäýêñà:';
$strIndexWarningMultiple = 'Áîëüø çà àäç³í %s êëþ÷ áû¢ ñòâîðàíû äëÿ êàë¸íê³ `%s`';
$strIndexWarningPrimary = 'Àáîäâà êëþ÷û PRIMARY ³ INDEX ïàâ³ííû áûöü âûçíà÷àíû äëÿ êàë¸íê³ `%s`';
$strIndexWarningTable = 'Ïðàáëåìû ç ³íäýêñàì³ äëÿ òàáë³öû `%s`';
$strIndexWarningUnique = 'Àáîäâà êëþ÷û UNIQUE ³ INDEX ïàâ³ííû áûöü âûçíà÷àíû äëÿ êàë¸íê³ `%s`';
$strInnoDBAutoextendIncrement = 'À¢òàïàøûðàëüíàå ïðûïàø÷ýíüíå';
$strInnoDBAutoextendIncrementDesc = ' Ïàìåð ïðûðàø÷ýíüíÿ äëÿ ïàøûðýíüíÿ ïàìåðó ïðàñòîðû à¢òàïàøûðàëüíàé òàáë³öû, êàë³ ÿíà çàïî¢í³ööà.';
$strInnoDBBufferPoolSizeDesc = 'Ïàìåð áóôýðó ¢ ïàìÿö³, ÿê³ InnoDB âûêàðûñòî¢âàå äëÿ êýøàâàíüíÿ äàäçåíûõ ³ ³íäýêñࢠòàáë³ö.';
$strInnoDBBufferPoolSize = 'Ïàìåð ïóëó áóôýðó';
$strInnoDBDataFilePath = 'Ôàéëû äàäçåíûõ';
$strInnoDBDataHomeDirDesc = 'Àãóëüíàÿ ÷àñòêà øëÿõó òý÷ê³ äà ¢ñ³õ ôàéëࢠäàäçåíûõ InnoDB.';
$strInnoDBDataHomeDir = 'Õàòíÿÿ òý÷êà äàäçåíûõ';
$strInnoDBPages = 'ñòàðîíàê';
$strInnodbStat = 'Ñòàí InnoDB';
$strInsecureMySQL = 'Âàø êàíô³ãóðàöûéíû ôàéë óòðûìë³âàå íàëàäû (êàðûñòàëüí³ê root áåç ïàðîëþ), ÿê³ÿ àäïàâÿäàþöü ïðûâ³ëåÿâàíàìó êàðûñòàëüí³êó MySQL ïà çìî¢÷àíüí³. Âàø ñýðâýð MySQL ïðàöóå ç ãýòàé íàëàäàé ïà çìî¢÷àíüí³ ³ çüÿ¢ëÿåööà àäêðûòûì äëÿ çüíåøíÿãà ¢ðûâàíüíÿ, ³ òàìó âàì àáàâÿçêîâà òðýáà âûïðàâ³öü ãýòóþ õ³áó ¢ áÿñüïåöû.';
$strInsertAsNewRow = 'Óñòàâ³öü ÿê íîâû ðàäîê';
$strInsertedRowId = 'Id óñòà¢ëåíàãà ðàäêà:';
$strInsertedRows = 'Äàäàíûÿ ðàäê³:';
$strInsertNewRow = 'Óñòàâ³öü íîâû ðàäîê';
$strInsert = 'Óñòàâ³öü';
$strInternalNotNecessary = '* Óíóòðàíàÿ ñóâÿçü íå çüÿ¢ëÿåööà àáàâÿçêîâàé, êàë³ ÿíà ¢æî ³ñíóå ¢ InnoDB.';
$strInternalRelations = 'Óíóòðàíûÿ ñóâÿç³';
$strInUse = 'âûêàðûñòî¢âàåööà';
$strInvalidAuthMethod = 'Ó êàíô³ãóðàöû³ âûçíà÷àíû íåêàðýêòíû ìýòàä à¢òýíòûô³êàöû³:';
$strInvalidColumn = 'Âûçíà÷àíàÿ íåêàðýêòíàÿ êàë¸íêà (%s)!';
$strInvalidColumnCount = 'Êîëüêàñüöü êàë¸íàê ìóñ³öü áûöü áîëüøàé çà íóëü.';
$strInvalidCSVFieldCount = 'Íÿïðàâ³ëüíàÿ êîëüêàñüöü ïà븢 ó CSV-äàäçåíûõ ó ðàäêó %d.';
$strInvalidCSVFormat = 'Íåêàðýêòíû ôàðìàò CSV-äàäçåíûõ ó ðàäêó %d.';
$strInvalidCSVParameter = 'Íåäàïóø÷àëüíû ïàðýìýòàð äëÿ ³ìïàðòó äàäçåíûõ ó CSV: %s';
$strInvalidFieldAddCount = 'Òðýáà äàäàöü ïðûíàìñ³ àäíî ïîëå.';
$strInvalidFieldCount = 'Òàáë³öà ìóñ³öü ìåöü ïðûíàìñ³ àäíî ïîëå.';
$strInvalidLDIImport = 'Ãýòû ïëàã³í íå ïàäòðûìë³âàå ñüö³ñíóòûÿ äàäçåíûÿ!';
$strInvalidRowNumber = '%d íå çüÿ¢ëÿåööà êàðýêòíûì íóìàðàì ðàäêà.';
$strInvalidServerHostname = 'Íÿïðàâ³ëüíàå ³ìÿ õîñòó äëÿ ñýðâýðà %1$s. Êàë³ ëàñêà, ïðàâåðöå êàíô³ãóðûöûþ.';
$strInvalidServerIndex = 'Íåêàðýêòíû ³íäýêñ ñýðâýðà: "%s"';
 
$strJapanese = 'ßïîíñêàÿ';
$strJoins = 'Àá\'ÿäíàíüí³';
$strJumpToDB = 'Ïåðàéñüö³ äà áàçû äàäçåíûõ &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Âûäàëåíûÿ&quot; êàðûñòàëüí³ê³ ¢ñ¸ ÿø÷ý çìîãóöü àòðûìàöü äîñòóï äà ñýðâýðà ÿê çâû÷àéíà, ïàêóëü ïðûâ³ëå³ íÿ áóäóöü ïåðàçàãðóæàíûÿ.';
$strJustDelete = 'Ïðîñòà âûäàë³öü êàðûñòàëüí³êࢠç òàáë³ö ïðûâ³ëåÿ¢.';
 
$strKeepPass = 'Íå çüìÿíÿöü ïàðîëü';
$strKeyCache = 'Êýø êëþ÷î¢';
$strKeyname = '²ìÿ êëþ÷à';
$strKill = 'Ñïûí³öü';
$strKorean = 'Êàðýéñêàÿ';
 
$strLandscape = 'Êðàÿâ³ä';
$strLanguageFileNotFound = 'Ìî¢íû ôàéë "%1$s" íÿ çíîéäçåíû.';
$strLanguageUnknown = 'Íåâÿäîìàÿ ìîâà: %1$s.';
$strLatchedPages = 'Ô³êñàâàíûÿ ñòàðîíê³';
$strLatexCaption = 'Çàãàëîâàê òàáë³öû';
$strLatexContent = 'Çüìåñüö³âà òàáë³öû __TABLE__';
$strLatexContinuedCaption = 'Ïðàöÿãíóòû çàãàëîâàê òàáë³öû';
$strLatexContinued = '(ïðàöÿã)';
$strLatexIncludeCaption = 'Óêëþ÷ûöü çàãàëîâàê òàáë³öû';
$strLatexLabel = 'Êëþ÷ ìåòê³';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Îïöû³ LaTeX';
$strLatexStructure = 'Ñòðóêòóðà òàáë³öû __TABLE__';
$strLatvian = 'Ëàòâ³éñêàÿ';
$strLDI = 'CSV ç âûêàðûñòàíüíåì LOAD DATA';
$strLDIImportOptions = 'Îïöû³ CSV-³ìïàðòàâàíüíÿ, âûêàðûñòî¢âàþ÷û LOAD DATA';
$strLDILocal = 'Âûêàðûñòî¢âàöü êëþ÷àâîå ñëîâà LOCAL';
$strLengthSet = 'Äà¢æûíÿ/Çíà÷ýíüí³*';
$strLimitNumRows = 'Êîëüêàñüöü ðàäêî¢ íà ñòàðîíêó';
$strLinesTerminatedBy = 'Ðàäê³ ïàäçåëåíûÿ';
$strLinkNotFound = 'Ñóâÿçü íÿ çíîéäçåíàÿ';
$strLinksTo = 'Çüâÿçàíàÿ ç';
$strLithuanian = '˳òî¢ñêàÿ';
$strLocalhost = 'Ëÿêàëüíû';
$strLocationTextfile = 'Ìåñöàçíàõîäæàíüíå òýêñòàâàãà ôàéëà';
$strLoginInformation = '²íôàðìàöûÿ ïðà ¢âàõîä';
$strLogin = 'Óâàõîä ó ñûñòýìó';
$strLogout = 'Âûéñüö³ ç ñûñòýìû';
$strLogPassword = 'Ïàðîëü:';
$strLogServer = 'Ñýðâýð';
$strLogUsername = '²ìÿ êàðûñòàëüí³êà:';
$strLongOperation = 'Ãýòàÿ àïýðàöûÿ ìîæà çàíÿöü øìàò ÷àñó. Ïðàöÿãâàöü?';
 
$strMaxConnects = 'ìàêñûìóì àäíà÷àñîâûõ çëó÷ýíüíÿ¢';
$strMaximalQueryLength = 'Ìàêñûìàëüíàÿ äà¢æûíÿ ñòâîðàíàãà çàïûòó';
$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-òûïû, âûëó÷àíûÿ êóðñ³âàì, íÿ ìàþöü àñîáíàé ôóíêöû³ ïåðà¢òâàðýíüíÿ';
$strModifications = 'Ìàäûô³êàöû³ áûë³ çàõàâàíûÿ';
$strModify = 'Çüìÿí³öü';
$strModifyIndexTopic = 'Çüìÿí³öü ³íäýêñ';
$strMoveTable = 'Ïåðàíåñüö³ òàáë³öó ¢ (áàçà äàäçåíûõ<b>.</b>òàáë³öà):';
$strMoveTableOK = 'Òàáë³öà %s áûëà ïåðàíåñåíàÿ ¢ %s.';
$strMoveTableSameNames = 'Íåìàã÷ûìà ïåðàíåñüö³ òàáë³öó ¢ ñàìó ñÿáå!';
$strMultilingual = 'øìàòìî¢íàÿ';
$strMyISAMDataPointerSizeDesc = 'Çíà÷ýíüíå ïà çìî¢÷àíüí³ ïàìåðó ¢êàçàëüí³êà ¢ áàéòàõ, äëÿ âûêàðûñòàíüíÿ ¢ CREATE TABLE äëÿ òàáë³ö MyISAM, êàë³ íÿ âûçíà÷àíàÿ îïöûÿ MAX_ROWS.';
$strMyISAMDataPointerSize = 'Ïàìåð óêàçàëüí³êà íà äàäçåíûÿ';
$strMyISAMMaxExtraSortFileSizeDesc = 'Êàë³ ïàìåð ÷àñîâàãà ôàéëà, ÿê³ âûêàðûñòî¢âàåööà äëÿ õóòêàãà ñòâàðýíüíÿ ³íäýêñó MyISAM, áóäçå áîëüøû, ÷ûì âûêàðûñòàíüíå äëÿ êýøó êëþ÷î¢ ïàìåðó, ïàçíà÷àíàãà òóò, âûáåðûöå ìýòàä êýøàâàíüíÿ êëþ÷î¢.';
$strMyISAMMaxExtraSortFileSize = 'Ìàêñûìàëüíû ïàìåð ÷àñîâûõ ôàéëࢠäëÿ ñòâàðýíüíÿ ³íäýêñó';
$strMyISAMMaxSortFileSizeDesc = 'Ìàêñûìàëüíû ïàìåð ÷àñîâàãà ôàéëà MySQL, ÿê³ äàçâîëåíà âûêàðûñòî¢âàöü äëÿ ïåðàñòâàðýíüíÿ ³íäýêñó MyISAM (ïàä÷àñ REPAIR TABLE, ALTER TABLE, àáî LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Ìàêñûìàëüíû ïàìåð äëÿ ÷àñîâûõ ôàéëࢠñàðòàâàíüíÿ';
$strMyISAMRecoverOptionsDesc = 'Ðýæûì äëÿ à¢òàìàòû÷íàãà ¢çíà¢ëåíüíÿ ïàøêîäæàíûõ òàáë³ö MyISAM, ÿê âûçíà÷àíû ïðàç îïöûþ --myisam-recover çàãðóçê³ ñýðâýðà.';
$strMyISAMRecoverOptions = 'Ðýæûì à¢òàìàòû÷íàãà ¢çíà¢ëåíüíÿ';
$strMyISAMRepairThreadsDesc = 'Êàë³ ãýòàå çíà÷ýíüíå áîëüøàå çà 1, ³íäýêñû òàáë³ö MyISAM áóäóöü ñòâàðàööà ïàðàëåëüíà (êîæíû ³íäýêñ ó ñâà³ì óëàñíûì ïàòîêó) ïàä÷àñ óçíà¢ëåíüíÿ ïðàöýñàì ñàðòàâàíüíÿ.';
$strMyISAMRepairThreads = 'Ïàòîêࢠóçíà¢ëåíüíÿ';
$strMyISAMSortBufferSizeDesc = 'Áóôýð, ÿê³ âûäçÿëÿåööà äëÿ ñàðòàâàíüíÿ ³íäýêñࢠMyISAM ïàä÷àñ REPAIR TABLE àáî ïàä÷àñ ñòâàðýíüíÿ ³íäýêñà¢, âûêàðûñòî¢âàþ÷û CREATE INDEX ö³ ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ïàìåð áóôýðó ñàðòàâàíüíÿ';
$strMySQLCharset = 'Êàäûðî¢êà MySQL';
$strMysqlClientVersion = 'Âýðñ³ÿ êë³åíòà MySQL';
$strMySQLConnectionCollation = 'Ñóïàñòà¢ëåíüíå ïàäëó÷ýíüíÿ äà MySQL';
$strMySQLSaid = 'Àäêàç MySQL: ';
$strMySQLShowProcess = 'Ïàêàçàöü ïðàöýñû';
$strMySQLShowStatus = 'Ïàêàçàöü ñòàí MySQL';
$strMySQLShowVars = 'Ïàêàçàöü ñûñòýìíûÿ çüìåííûÿ MySQL';
 
$strName = 'Íàçâà';
$strNext = 'Íàñòóïíû';
$strNoActivity = 'Íå áûëî àí³ÿêàé àêòû¢íàñüö³ íà ïðàöÿãó %s ñýêóíäà¢. Êàë³ ëàñêà, óâàéäç³öå çíî¢';
$strNoDatabases = 'Áàçû äàäçåíûõ àäñóòí³÷àþöü';
$strNoDatabasesSelected = 'Íÿ âûáðàíàÿ áàçà äàäçåíûõ.';
$strNoDescription = 'íÿìà àï³ñàíüíÿ';
$strNoDetailsForEngine = 'Äëÿ ãýòàé ìàøûíû çàõàâàíüíÿ äàäçåíûõ äýòàëüíàÿ ³íôàðìàöûÿ íå äàñòóïíàÿ.';
$strNoDropDatabases = 'Êàìàíäû "DROP DATABASE" àäêëþ÷àíûÿ.';
$strNoExplain = 'Íå òëóìà÷ûöü SQL';
$strNoFilesFoundInZip = 'Ôàéëû ¢ ZIP-àðõ³âå íÿ çíîéäçåíûÿ!';
$strNoFrames = 'Äëÿ ðàáîòû phpMyAdmin ïàòðýáíû áðà¢çýð ç ïàäòðûìêàé <b>ôðýéìà¢</b>.';
$strNo = 'Íå';
$strNoIndex = '²íäýêñ íÿ âûçíà÷àíû!';
$strNoIndexPartsDefined = '×àñòê³ ³íäýêñó íÿ âûçíà÷àíûÿ!';
$strNoModification = 'Íÿìà çüìåíà¢';
$strNone = 'Íÿìà';
$strNoOptions = 'Ãýòû ôàðìàò íÿ ìàå îïöûÿ¢';
$strNoPassword = 'Áåç ïàðîëÿ';
$strNoPermission = 'Âýá-ñýðâýð íÿ ìàå äàçâîëó äëÿ çàõàâàíüíÿ ¢ ôàéë %s.';
$strNoPhp = 'Áåç PHP-êîäó';
$strNoPrivileges = 'Áåç ïðûâ³ëåÿ¢';
$strNoRights = 'Âû íÿ ìàåöå äàñòàòêîâûõ ïðûâ³ëåÿ¢ áûöü ó ãýòûì ìåñöû ¢ ãýòû ÷àñ!';
$strNoRowsSelected = 'ͳâîäíû ðàäîê íÿ âûáðàíû';
$strNoSpace = 'Íåäàñòàòêîâà ìåñöà äëÿ çàõàâàíüíÿ ¢ ôàéë %s.';
$strNoTablesFound = 'Ó áàçå äàäçåíûõ òàáë³ö íÿ âûÿ¢ëåíà.';
$strNoThemeSupport = 'Òýìû íå ïàäòðûìë³âàþööà; êàë³ ëàñêà, ïðàâåðöå âàøóþ êàíô³ãóðàöûþ ³/àáî âàøûÿ òýìû ¢ òý÷öû %s.';
$strNothingToImport = 'Äàäçåíûÿ äëÿ ³ìïàðòàâàíüíÿ íÿ ¢âåäçåíûÿ!';
$strNotNumber = 'Ãýòà íÿ ë³ê!';
$strNotOK = 'íå OK';
$strNotSet = 'Òàáë³öà <b>%s</b> íÿ çíîéäçåíàÿ àáî íÿ âûçíà÷àíàÿ ¢ %s';
$strNoUsersFound = 'Íå çíîéäçåíû êàðûñòàëüí³ê.';
$strNoValidateSQL = 'Íå ïðàâÿðàöü SQL';
$strNull = 'Íóëü';
$strNumberOfFields = 'Êîëüêàñüöü ïà븢';
$strNumSearchResultsInTable = '%s ñóïàäçåíüíÿ¢ ó òàáë³öû <i>%s</i>';
$strNumSearchResultsTotal = '<b>Àãóëàì:</b> <i>%s</i> ñóïàäçåíüíÿ¢';
$strNumTables = 'Òàáë³ö';
 
$strOK = 'OK';
$strOpenNewWindow = 'Àäêðûöü íîâàå àêíî phpMyAdmin';
$strOperations = 'Àïýðàöû³';
$strOperator = 'Àïýðàòàð';
$strOptimizeTable = 'Àïòûì³çàâàöü òàáë³öó';
$strOr = 'Àáî';
$strOverhead = 'Âûêàðûñòàíüíå ðýñóðñà¢';
$strOverwriteExisting = 'Ïåðàçàï³ñâàöü ³ñíóþ÷û(ÿ) ôàéë(û)';
 
$strPageNumber = 'Ñòàðîíêà:';
$strPagesToBeFlushed = 'Ñê³íóöü êýø ñòàðîíàê';
$strPaperSize = 'Ïàìåð ïàïåðû';
$strPartialImport = '×àñòêîâû ³ìïàðò';
$strPartialText = '×àñòêîâûÿ òýêñòû';
$strPasswordChanged = 'Ïàðîëü äëÿ %s ïàñüïÿõîâà çüìåíåíû.';
$strPasswordEmpty = 'Ïóñòû ïàðîëü!';
$strPasswordHashing = 'Õýøàâàíüíå ïàðîëþ';
$strPassword = 'Ïàðîëü';
$strPasswordNotSame = 'Ïàðîë³ íå ñóïàäàþöü!';
$strPdfDbSchema = 'Ñòðóêòóðà áàçû "%s" — ñòàðîíêà %s';
$strPdfInvalidTblName = 'Òàáë³öû "%s" íå ³ñíóå!';
$strPdfNoTables = 'Íÿìà òàáë³ö';
$strPDFOptions = 'Ïàðàìýòðû PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Çàãàëîâàê ñïðàâàçäà÷û';
$strPerHour = 'ó ãàäç³íó';
$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> ÿãî!)';
$strPrint = 'Äðóê';
$strPrintView = 'Âýðñ³ÿ äëÿ äðóêó';
$strPrintViewFull = 'Âýðñ³ÿ äëÿ äðóêó (ç óñ³ì òýêñòàì)';
$strPrivDescAllPrivileges = 'Óêëþ÷àå ¢ñå ïðûâ³ëå³, àïðî÷ GRANT.';
$strPrivDescAlter = 'Äàçâàëÿå çüìÿíÿöü ñòðóêòóðó ³ñíûõ òàáë³ö.';
$strPrivDescAlterRoutine = 'Äàçâàëÿå çüìÿíÿöü ³ âûäàëÿöü ïðàãðàìû, ÿê³ÿ çàõî¢âàþööà.';
$strPrivDescCreateDb = 'Äàçâàëÿå ñòâàðàöü íîâûÿ áàçû äàäçåíûõ ³ òàáë³öû.';
$strPrivDescCreateRoutine = 'Äàçâàëÿå ñòâàðàöü ïðàãðàìû, ÿê³ÿ çàõî¢âàþööà.';
$strPrivDescCreateTbl = 'Äàçâàëÿå ñòâàðàöü íîâûÿ òàáë³öû.';
$strPrivDescCreateTmpTable = 'Äàçâàëÿå ñòâàðàöü ÷àñîâûÿ òàáë³öû.';
$strPrivDescCreateUser = 'Äàçâàëÿå ñòâàðàöü, âûäàëÿöü ³ ïåðàéìÿíî¢âàöü óë³êîâûÿ çàï³ñû êàðûñòàëüí³êà¢';
$strPrivDescCreateView = 'Äàçâàëÿå ñòâàðàöü íîâûÿ ïðàãëÿäû.';
$strPrivDescDelete = 'Äàçâàëÿå âûäàëÿöü äàäçåíûÿ.';
$strPrivDescDropDb = 'Äàçâàëÿå âûäàëÿöü áàçû äàäçåíûõ ³ òàáë³öû.';
$strPrivDescDropTbl = 'Äàçâàëÿå âûäàëÿöü òàáë³öû.';
$strPrivDescExecute5 = 'Äàçâàëÿå âûêàíàíüíå ïðàãðàìà¢, ÿê³ÿ çàõî¢âàþööà.';
$strPrivDescExecute = 'Äàçâàëÿå âûêàíàíüíå çàõàâàíûõ ïðàöýäóð; Íå ïðàöóå ¢ ãýòàé âýðñ³³ MySQL.';
$strPrivDescFile = 'Äàçâàëÿå ³ìïàðòàâàöü äàäçåíûÿ ç ôàéëࢠ³ ýêñïàðòàâàöü äàäçåíûÿ ¢ ôàéëû.';
$strPrivDescGrant = 'Äàçâàëÿå äàäàâàöü êàðûñòàëüí³êࢠ³ ïðûâ³ëå³ áåç ïåðàçàãðóçê³ òàáë³ö ïðûâ³ëåÿ¢.';
$strPrivDescIndex = 'Äàçâàëÿå ñòâàðàöü ³ âûäàëÿöü ³íäýêñû.';
$strPrivDescInsert = 'Äàçâàëÿå ¢ñòà¢ëÿöü ³ çàìÿíÿöü äàäçåíûÿ.';
$strPrivDescLockTables = 'Äàçâàëÿå áëÿêàâàöü òàáë³öû äëÿ áÿãó÷àãà ïàòîêó.';
$strPrivDescMaxConnections = 'Àáìÿæî¢âàå êîëüêàñüöü íîâûõ çëó÷ýíüíÿ¢, ÿê³ÿ êàðûñòàëüí³ê ìîæà àäêðûöü íà ïðàöÿãó ãàäç³íû.';
$strPrivDescMaxQuestions = 'Àáìÿæî¢âàå êîëüêàñüöü çàïûòà¢, ÿê³ÿ êàðûñòàëüí³ê ìîæà àäïðàâ³öü íà ñýðâýð íà ïðàöÿãó ãàäç³íû.';
$strPrivDescMaxUpdates = 'Àáìÿæî¢âàå êîëüêàñüöü êàìàíäà¢, çüìÿíÿþ÷ûõ ëþáóþ òàáë³öó àáî áàçó äàäçåíûõ, ÿê³ÿ êàðûñòàëüí³ê ìîæà âûêàíàöü íà ïðàöÿãó ãàäç³íû.';
$strPrivDescMaxUserConnections = 'Àáìÿæî¢âàå êîëüêàñüöü àäíà÷àñîâûõ çëó÷ýíüíÿ¢, ÿê³ÿ ìîæà ìåöü êàðûñòàëüí³ê.';
$strPrivDescProcess3 = 'Äàçâàëÿå ñïûíÿöü ïðàöýñû ³íøûõ êàðûñòàëüí³êà¢.';
$strPrivDescProcess4 = 'Äàçâàëÿå ïðàãëÿäàöü ïî¢íûÿ çàïûòû ¢ ñüï³ñå ïðàöýñà¢.';
$strPrivDescReferences = 'Íå ïðàöóå ¢ ãýòàé âýðñ³³ MySQL.';
$strPrivDescReload = 'Äàçâàëÿå ïåðàçàãðóæàöü íàëàäû ñýðâýðà ³ à÷ûø÷àöü êýø ñýðâýðà.';
$strPrivDescReplClient = 'Äàçâàëÿå êàðûñòàëüí³êó ïûòàööà, äçå çíàõîäçÿööà slaves / masters.';
$strPrivDescReplSlave = 'Íåàáõîäíà äëÿ ðýïë³êàöû³ slaves.';
$strPrivDescSelect = 'Äàçâàëÿå ÷ûòàöü äàäçåíûÿ.';
$strPrivDescShowDb = 'Äàå äîñòóï äà ïî¢íàãà ñüï³ñó áàçࢠäàäçåíûõ.';
$strPrivDescShowView = 'Äàçâàëÿå âûêàíàíüíå çàïûòࢠSHOW CREATE VIEW.';
$strPrivDescShutdown = 'Äàçâàëÿå ñïûíÿöü ñýðâýð.';
$strPrivDescSuper = 'Äàçâàëÿå ïàäëó÷ýíüíå, íàâàò êàë³ äàñÿãíóòû ìàêñûìàëüíû ë³ê ïàäëó÷ýíüíÿ¢; Ïàòðàáóåööà äëÿ áîëüøàñüö³ àäì³í³ñòðàòû¢íûõ àïýðàöûÿ¢, òàê³õ ÿê âûçíà÷ýíüíå ãëÿáàëüíûõ çüìåííûõ àáî ñïûíåíüíå ïàòîêࢠ³íøûõ êàðûñòàëüí³êà¢.';
$strPrivDescUpdate = 'Äàçâàëÿå çüìÿíÿöü äàäçåíûÿ.';
$strPrivDescUsage = 'Áåç ïðûâ³ëåÿ¢.';
$strPrivileges = 'Ïðûâ³ëå³';
$strPrivilegesReloaded = 'Ïðûâ³ëå³ áûë³ ïàñüïÿõîâà ïåðàçàãðóæàíûÿ.';
$strProcesslist = 'Ñüï³ñ ïðàöýñà¢';
$strProtocolVersion = 'Âýðñ³ÿ ïðàòàêîëó';
$strPutColNames = 'Ïàçíà÷ûöü íàçâû ïà븢 ó ïåðøûì ðàäêó';
 
$strQBE = 'Çàïûò çãîäíà ïðûêëàäó';
$strQBEDel = 'Âûäàë³öü';
$strQBEIns = 'Óñòàâ³öü';
$strQueryCache = 'Êýø çàïûòà¢';
$strQueryFrame = 'Àêíî çàïûòó';
$strQueryOnDb = 'SQL-çàïûò äà ÁÄ <b>%s</b>:';
$strQuerySQLHistory = 'óñòîðûÿ SQL';
$strQueryStatistics = '<b>Ñòàòûñòûêà çàïûòà¢</b>: Ç ìîìàíòó çàïóñêó %s çàïûòࢠáûëî àäïðà¢ëåíà íà ñýðâýð.';
$strQueryTime = 'Çàïûò âûêîíâà¢ñÿ %01.4f ñýê';
$strQueryType = 'Òûï çàïûòó';
$strQueryWindowLock = 'Íå ïåðàçàï³ñâàéöå ãýòû çàïûò ó ³íøûõ âîêíàõ';
 
$strReadRequests = 'Çàïûòû ÷ûòàíüíÿ';
$strReceived = 'Àòðûìàíà';
$strRecords = 'Çàï³ñû';
$strReferentialIntegrity = 'Ïðàâåðûöü öýëàñíàñüöü äàäçåíûõ:';
$strRefresh = 'Àáíàâ³öü';
$strRelationalSchema = 'Ðýëÿöûéíàÿ ñõåìà';
$strRelationNotWorking = 'Äàäàòêîâûÿ ìàã÷ûìàñüö³ ðàáîòû ç çüâÿçàíûì³ òàáë³öàì³ áûë³ àäêëþ÷àíûÿ. Êàá âûñüâåòë³öü ÷àìó, íàö³ñüí³öå %sòóò%s.';
$strRelationsForTable = 'Ñóâÿç³ ¢ òàáë³öû';
$strRelations = 'Ñóâÿç³';
$strRelationView = 'Ïðàãëÿä çàëåæíàñüöÿ¢';
$strReloadingThePrivileges = 'Ïåðàçàãðóç³öü ïðûâ³ëå³';
$strReloadMySQL = 'Ïåðàçàãðóç³öü MySQL';
$strRemoveSelectedUsers = 'Âûäàë³öü âûáðàíûõ êàðûñòàëüí³êà¢';
$strRenameDatabaseOK = 'Áàçà äàäçåíûõ %s áûëà ïåðàéìåíàâàíàÿ ¢ %s';
$strRenameTable = 'Ïåðàéìåíàâàöü òàáë³öó ¢';
$strRenameTableOK = 'Òàáë³öà %s áûëà ïåðàéìåíàâàíàÿ ¢ %s';
$strRepairTable = 'Ðàìàíòàâàöü òàáë³öó';
$strReplaceNULLBy = 'Çàìÿíÿöü NULL íà';
$strReplaceTable = 'Çàìÿí³öü äàäçåíûÿ òàáë³öû äàäçåíûì³ ç ôàéëà';
$strReplication = 'Ðýïë³êàöûÿ';
$strReset = 'Ñê³íóöü';
$strResourceLimits = 'Àáìåæàâàíüí³ ðýñóðñà¢';
$strReType = 'Ïàöüâåðäæàíüíå';
$strRevoke = 'Àíóëÿâàöü';
$strRevokeAndDelete = 'Àíóëÿâàöü óñå àêòû¢íûÿ ïðûâ³ëå³ êàðûñòàëüí³êࢠ³ ïàñüëÿ âûäàë³öü ³õ.';
$strRevokeAndDeleteDescr = 'Êàðûñòàëüí³ê³ ¢ñ¸ ÿø÷ý áóäóöü ìåöü ïðûâ³ëå³ êàðûñòàíüíÿ (USAGE), ïàêóëü ïðûâ³ëå³ íÿ áóäóöü ïåðàçàãðóæàíûÿ.';
$strRevokeMessage = 'Âû àíóëÿâàë³ ïðûâ³ëå³ äëÿ %s';
$strRomanian = 'Ðóìûíñêàÿ';
$strRowLength = 'Äà¢æûíÿ ðàäêà';
$strRows = 'Ðàäê³';
$strRowsFrom = 'ðàäêî¢, ïà÷ûíàþ÷û ç çàï³ñó #';
$strRowSize = ' Ïàìåð ðàäêà ';
$strRowsModeFlippedHorizontal = 'ãàðûçàíòàëüíà (ïàâåðíóòûÿ çàãàëî¢ê³)';
$strRowsModeHorizontal = 'ãàðûçàíòàëüíà';
$strRowsModeOptions = 'ó ðýæûìå %s ³ ïà¢òàðàöü çàãàëî¢ê³ ïðàç êîæíûÿ %s ðàäêî¢';
$strRowsModeVertical = 'âýðòûêàëüíà';
$strRowsStatistic = 'Ñòàòûñòûêà ðàäêó';
$strRunning = 'íà %s';
$strRunQuery = 'Àäïðàâ³öü çàïûò';
$strRunSQLQuery = 'Âûêàíàöü SQL-çàïûò(û) íà áàçå äàäçåíûõ %s';
$strRunSQLQueryOnServer = 'Âûêàíàöü SQL-çàïûò(û) íà ñýðâýðû %s';
$strRussian = 'Ðàñåéñêàÿ';
 
$strSave = 'Çàõàâàöü';
$strSaveOnServer = 'Çàõàâàöü íà ñýðâýðû ¢ òý÷öû %s';
$strScaleFactorSmall = 'Ìàøòàá çàìàëû äëÿ òàãî, êàá ñõåìà çàéìàëà ¢ñþ ñòàðîíêó';
$strSearchFormTitle = 'Ïîøóê ó áàçå äàäçåíûõ';
$strSearch = 'Ïîøóê';
$strSearchInTables = 'Ó òàáë³öû(àõ):';
$strSearchNeedle = 'Ñëîâà(û) àáî çíà÷ýíüíå(³) äëÿ ïîøóêó (ìàñêà: "%"):';
$strSearchOption1 = 'ïðûíàìñ³ àäíî ç ñëîâà¢';
$strSearchOption2 = 'óñå ñëîâû';
$strSearchOption3 = 'äàêëàäíóþ ôðàçó';
$strSearchOption4 = 'ðýãóëÿðíû âûðàç';
$strSearchResultsFor = 'Âûí³ê³ ïîøóêó "<i>%s</i>" %s:';
$strSearchType = 'Çíàéñüö³:';
$strSecretRequired = 'Êàíô³ãóðàöûéíàìó ôàéëó çàðàç ïàòðýáíàÿ ñàêðýòíàÿ ôðàçà (blowfish_secret).';
$strSelectADb = 'Êàë³ ëàñêà, âûáåðûöå áàçó äàäçåíûõ';
$strSelectAll = 'Âûáðàöü óñ¸';
$strSelectBinaryLog = 'Âûëó÷ûöå äâîéêàâû ëîã äëÿ ïðàãëÿäó';
$strSelectFields = 'Âûáðàöü ïàë³ (ïðûíàìñ³ àäíî):';
$strSelectNumRows = 'ïà çàïûòó';
$strSelectTables = 'Âûáåðûöå òàáë³öó(û)';
$strSend = 'Çàõàâàöü ÿê ôàéë';
$strSent = 'Àäïðà¢ëåíà';
$strServerChoice = 'Âûáàð ñýðâýðà';
$strServerNotResponding = 'Ñýðâýð íå àäêàçâàå';
$strServer = 'Ñýðâýð';
$strServerStatus = 'Áÿãó÷àÿ ³íôàðìàöûÿ';
$strServerStatusDelayedInserts = 'Àäêëàäçåíûÿ ¢ñòà¢ê³';
$strServerStatusUptime = 'Ãýòû ñýðâýð MySQL ïðàöóå %s. ¨í áû¢ çàïóø÷àíû %s.';
$strServerTabProcesslist = 'Ïðàöýñû';
$strServerTabVariables = 'Çüìåííûÿ';
$strServerTrafficNotes = '<b>Òðàô³ê ñýðâýðà</b>: Ãýòûÿ òàáë³öû ïàêàçâàþöü ñòàòûñòûêó ñåòêàâàãà òðàô³êó ãýòàãà ñýðâýðà MySQL àä ìîìàíòó ÿãîíàãà çàïóñêó.';
$strServerVars = 'Íàëàäû ³ çüìåííûÿ ñýðâýðà';
$strServerVersion = 'Âýðñ³ÿ ñýðâýðà';
$strSessionValue = 'Çíà÷ýíüíå ñýñ³³';
$strSetEnumVal = 'Êàë³ òûï ïîëÿ "enum" àáî "set", êàë³ ëàñêà, óâîäçüöå çíà÷ýíüí³ âûêàðûñòî¢âàþ÷û ãýòû ôàðìàò: \'a\',\'b\',\'c\'...<br />Êàë³ âàì ïàòðýáíà ¢æûöü çâàðîòíû ñëýø ("\") àáî àïîñòðàô ("\'") ñÿðîä ãýòûõ çíà÷ýíüíÿ¢, ïàñòà¢öå ïåðàä ³ì³ çâàðîòíû ñëýø (íàïðûêëàä, \'\\\\xyz\' àáî \'a\\\'b\').';
$strShowAll = 'Ïàêàçàöü óñå';
$strShowColor = 'Ïàêàçàöü êîëåð';
$strShowDatadictAs = 'Ôàðìàò ñëî¢í³êà äàäçåíûõ';
$strShowFullQueries = 'Ïàêàçàöü ïî¢íûÿ çàïûòû';
$strShowGrid = 'Ïàêàçàöü ñåòêó';
$strShow = 'Ïàêàçàöü';
$strShowingBookmark = 'Ïàêàçâàþ÷û çàêëàäêó';
$strShowingRecords = 'Ïàêàçàíûÿ çàï³ñû';
$strShowOpenTables = 'Ïàêàçàöü àäêðûòûÿ òàáë³öû';
$strShowPHPInfo = 'Ïàêàçàöü ³íôàðìàöûþ ïðà PHP';
$strShowSlaveHosts = 'Ïàêàçàöü çàëåæíûÿ ñýðâýðû';
$strShowSlaveStatus = 'Ïàêàçàöü ñòàí çàëåæíûõ ñýðâýðà¢';
$strShowStatusBinlog_cache_disk_useDescr = 'Êîëüêàñüöü òðàíçàêöûÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ÷àñîâû äâîéêàâû êýø çàïûòà¢, àëå ÿê³ÿ ïåðàâûñ³ë³ çíà÷ýíüíå binlog_cache_size ³ âûêàðûñòî¢âàë³ ÷àñîâû ôàéë äëÿ çàõî¢âàíüíÿ âûðàçࢠòðàíçàêöû³.';
$strShowStatusBinlog_cache_useDescr = 'Êîëüêàñüöü òðàíçàêöûÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ÷àñîâû äâîéêàâû êýø çàïûòà¢.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Êîëüêàñüöü ÷àñîâûõ òàáë³ö íà äûñêó, ñòâîðàíûõ à¢òàìàòû÷íà ñýðâýðàì ïàä÷àñ âûêàíàíüíÿ âûðàçà¢. Êàë³ ë³ê Created_tmp_disk_tables âÿë³ê³, âû ìîæàöå ïàâÿë³÷ûöü çíà÷ýíüíå tmp_table_size, êàá ÷àñîâûÿ òàáë³öû çàõî¢âàë³ñÿ ¢ ïàìÿö³, à íå íà äûñêó.';
$strShowStatusCreated_tmp_filesDescr = 'Êîëüêàñüöü ÷àñîâûõ ôàéëà¢, ñòâîðàíûõ mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Êîëüêàñüöü ÷àñîâûõ òàáë³ö, ðàçüìåø÷àíûõ ó ïàìÿö³, ÿê³ÿ áûë³ à¢òàìàòû÷íà ñòâîðàíûÿ ñýðâýðàì ïàä÷àñ âûêàíàíüíÿ âûðàçà¢.';
$strShowStatusDelayed_errorsDescr = 'Êîëüêàñüöü ðàäêî¢, çàï³ñàíûõ ç INSERT DELAYED, ç-çà ÿê³õ àäáûë³ñÿ ïý¢íûÿ ïàìûëê³ (ïý¢íà, äóáëÿâàíûÿ êëþ÷û).';
$strShowStatusDelayed_insert_threadsDescr = 'Êîëüêàñüöü àïðàöî¢í³êࢠïàòîêࢠINSERT DELAYED, ÿê³ÿ âûêàðûñòî¢âàþööà. Êîæíàÿ òàáë³öà, íà ÿêîé âûêîíâàåööà INSERT DELAYED àòðûìë³âàå ñâîé óëàñíû ïàòîê.';
$strShowStatusDelayed_writesDescr = 'Êîëüêàñüöü çàï³ñàíûõ INSERT DELAYED ðàäêî¢.';
$strShowStatusFlush_commandsDescr = 'Êîëüêàñüöü âûêàíàíûõ FLUSH-âûðàçà¢.';
$strShowStatusHandler_commitDescr = 'Êîëüêàñüöü óíóòðàíûõ COMMIT-âûðàçà¢.';
$strShowStatusHandler_deleteDescr = 'Êîëüêàñüöü ðàçî¢ âûäàëåíüíÿ ðàäêà ç òàáë³öû.';
$strShowStatusHandler_discoverDescr = 'Ñýðâýð MySQL ìîæà çàïûòàööà ìàøûíó çàõàâàíüíÿ äàäçåíûõ NDB Cluster, ö³ âåäàå ÿíà òàáë³öó ç äàäçåíûì ³ìåì. Ãýòà íàçûâàåööà âûñüâÿòëåíüíåì. Handler_discover ïàêàçâàå êîëüêàñüöü âûñüâÿòëåíüíÿ¢ òàáë³ö.';
$strShowStatusHandler_read_firstDescr = 'Êîëüêàñüöü ðàçî¢ ïåðøû çàï³ñ áû¢ ïðà÷ûòàíû ç ³íäýêñó. Êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå, ñýðâýðó ðýêàìýíäóåööà ðàá³öü âÿë³êóþ êîëüêàñüöü ïà¢íà³íäýêñàâûõ ñêàíàâàíüíÿ¢; íàïðûêëàä, SELECT col1 FROM foo, óë³÷âàþ÷û, øòî col1 ³íäýêñàâàíàÿ.';
$strShowStatusHandler_read_keyDescr = 'Êîëüêàñüöü çàïûòࢠíà ÷ûòàíüíå ðàäêà ç âûêàðûñòàíüíåì êëþ÷à. Êàë³ ÿíà âÿë³êàÿ, ãýòà äîáðàÿ ïðûêìåòà òàãî, øòî çàïûòû ³ òàáë³öû äîáðà ³íäýêñàâàíûÿ.';
$strShowStatusHandler_read_nextDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ íàñòóïíû ðàäîê ó êëþ÷àâûì ïàðàäêó. ßíà ïàâÿë³÷âàåööà, êàë³ âûêîíâàåööà çàïûò íà ³íäýêñàâàíóþ êàë¸íêó ç øýðàãàì àáìåæàâàíüíÿ¢ àáî êàë³ àäáûâàåööà ñêàíàâàíüíå ³íäýêñà¢.';
$strShowStatusHandler_read_prevDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ ïàïÿðýäí³ ðàäîê ó êëþ÷àâûì ïàðàäêó. Ãýòû ìýòàä ÷ûòàíüíÿ âûêàðûñòî¢âàåööà ïåðàâàæíà äëÿ àïòûì³çàöû³ ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ ðàäêà ô³êñàâàíàé ïàçûöû³. ßíà âÿë³êàÿ, êàë³ âûêîíâàåööà øìàò çàïûòà¢, ÿê³ÿ ïàòðàáóþöü ñàðòàâàíüíå âûí³êà¢. Ìàã÷ûìà, ïðûñóòí³÷àå øìàò çàïûòà¢, ÿê³ÿ ïàòðàáóþöü àä MySQL ïåðàãëÿä òàáë³öû öàëêàì àáî âûêîíâàþööà àá\'ÿäíàíüí³, ÿê³ÿ íÿïðàâ³ëüíà âûêàðûñòî¢âàþöü êëþ÷û.';
$strShowStatusHandler_read_rnd_nextDescr = 'Êîëüêàñüöü çàïûòࢠ÷ûòàíüíÿ íàñòóïíàãà ðàäêà ¢ ôàéëå äàäçåíûõ. ßíà âÿë³êàÿ, êàë³ âûêîíâàåööà øìàò ïðàãëÿäࢠòàáë³öû. Ó àãóëüíûì âûïàäêó ãýòà àçíà÷àå, øòî òàáë³öû ³íäýêñàâàíûÿ íÿïðàâ³ëüíà àáî çàïûòû íå íàï³ñàíûÿ òàê, êàá âûêàðûñòî¢âàöü ïåðàâàã³ ³íäýêñà¢.';
$strShowStatusHandler_rollbackDescr = 'Êîëüêàñüöü óíóòðàíûõ âûðàçࢠROLLBACK.';
$strShowStatusHandler_updateDescr = 'Êîëüêàñüöü çàïûòࢠàáíà¢ëåíüíÿ ðàäêà ¢ òàáë³öû.';
$strShowStatusHandler_writeDescr = 'Êîëüêàñüöü çàïûòࢠóñòà¢ê³ ðàäêà ¢ òàáë³öó.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Êîëüêàñüöü ñòàðîíàê, ÿê³ÿ ¢òðûìë³âàþöü äàäçåíûÿ (çüìåíåíûõ àáî íÿçüìåíåíûõ).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Êîëüêàñüöü çüìåíåíûõ ñòàðîíàê.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Êîëüêàñüöü ñòàðîíàê áóôýðíàãà ïóëó, íà ÿê³ÿ áû¢ àòðûìàíû çàïûò íà ñê³ä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Êîëüêàñüöü âîëüíûõ ñòàðîíàê.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Êîëüêàñüöü ñòàðîíàê, ÿê³ÿ ¢òðûìë³âàþööà ¢ áóôýðíûì ïóëå InnoDB. Ãýòà ñòàðîíê³, ÿê³ÿ ¢ áÿãó÷û ìîìàíò ÷ûòàþööà ö³ çàï³ñâàþööà àáî ÿê³ÿ íÿ ìîãóöü áûöü ñê³íóòûÿ ö³ âûäàëåíûÿ ç-çà ïý¢íàé ïðû÷ûíû.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Êîëüêàñüöü çàíÿòûõ ñòàðîíàê òàìó, øòî ÿíû áûë³ âûçíà÷àíûÿ ÿê àäì³í³ñòðûöûéíûÿ äàäçåíûÿ òàê³ÿ, ÿê áëÿêàâàíüíå ðàäêî¢ àáî àäàïòû¢íû õýøàâàíû ³íäýêñ. Ãýòàå çíà÷ýíüíå òàêñàìà ìîæà áûöü âûë³÷àíàå ÿê Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Àãóëüíû ïàìåð áóôýðíàãà ïóëó, ó ñòàðîíêàõ.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Êîëüêàñüöü «âûïàäêîâûõ» ïàïÿðýäí³õ ÷ûòàíüíÿ¢, çðîáëåíûõ InnoDB. Ãýòà àäáûâàåööà, êàë³ çàïûò ïðàãëÿäàå çíà÷íóþ ÷àñòêó òàáë³öû, àëå ¢ âûïàäêîâûì ïàðàäêó.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Êîëüêàñüöü ïàñüëÿäî¢íûõ ïàïÿðýäí³õ ÷ûòàíüíÿ¢, çðîáëåíûõ InnoDB. Ãýòà àäáûâàåööà, êàë³ InnoDB âûêîíâàå ïàñüëÿäî¢íû ïî¢íû ïðàãëÿä òàáë³öû.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Êîëüêàñüöü ëÿã³÷íûõ çàïûòࢠ÷ûòàíüíÿ, çðîáëåíûõ InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Êîëüêàñüöü ëÿã³÷íûõ ÷ûòàíüíÿ¢, ÿê³ÿ InnoDB íå çìàãëà àäíàâ³öü ç áóôýðíàãà ïóëó, à òàìó çðàá³ëà àäíàñòàðîíêàâàå ÷ûòàíüíå.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Çâû÷àéíà, çàï³ñû ¢ áóôýðíû ïóë InnoDB, çðîáëåíûÿ ¢ ôîíå. Àäíàê, êàë³ íåàáõîäíà ïðà÷ûòàöü àáî ñòâàðûüöü ñòàðîíêó ³ ÷ûñòûÿ ñòàðîíê³ àäñóòí³÷àþöü, íåàáõî÷íà ïà÷àêàöü, ïàêóëü ïý¢íûÿ ñòàðîíê³ íÿ áóäóöü ñê³íóòûÿ. Ãýòû êàìïóòàð ïàäë³÷âàå êîëüêàñüöü òàê³õ ÷àêàíüíÿ¢. Êàë³ ïàìåð áóôýðó áû¢ âûçíà÷àíû ïðàâ³ëüíà, ãýòàå çíà÷ýíüíå ìóñ³öü áûöü ìàëåíüê³ì.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Êîëüêàñüöü çàï³ñà¢, çðîáëåíûõ ó áóôýðíû ïóë InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Êîëüêàñüöü àïýðàöûÿ¢ fsync() íà áÿãó÷û ìîìàíò.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Áÿãó÷àÿ êîëüêàñüöü àïýðàöûÿ¢ fsync(), ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_data_pending_readsDescr = 'Áÿãó÷àÿ êîëüêàñüöü ÷ûòàíüíÿ¢, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_data_pending_writesDescr = 'Áÿãó÷àÿ êîëüêàñüöü çàï³ñà¢, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_data_readDescr = 'Êîëüêàñüöü ïðà÷ûòàíûõ íà áÿãó÷û ìîìàíò äàäçåíûõ, ó áàéòàõ.';
$strShowStatusInnodb_data_readsDescr = 'Àãóëüíàÿ êîëüêàñüöü ÷ûòàíüíÿ¢ äàäçåíûõ.';
$strShowStatusInnodb_data_writesDescr = 'Àãóëüíàÿ êîëüêàñüöü çàï³ñࢠäàäçåíûõ.';
$strShowStatusInnodb_data_writtenDescr = 'Êîëüêàñüöü çàï³ñàíûõ íà áÿãó÷û ìîìàíò äàäçåíûõ, ó áàéòàõ.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Êîëüêàñüöü ïàäâîéíûõ çàï³ñà¢, ÿê³ÿ áûë³ âûêàíàíûÿ, ³ êîëüêàñüöü ñòàðîíàê, ÿê³ÿ áûë³ çàï³ñàíûÿ äëÿ ãýòàé ìýòû.';
$strShowStatusInnodb_dblwr_writesDescr = 'Êîëüêàñüöü ïàäâîéíûõ çàï³ñà¢, ÿê³ÿ áûë³ âûêàíàíûÿ, ³ êîëüêàñüöü ñòàðîíàê, ÿê³ÿ áûë³ çàï³ñàíûÿ äëÿ ãýòàé ìýòû.';
$strShowStatusInnodb_log_waitsDescr = 'Êîëüêàñüöü âûïàäêࢠ÷àêàíüíÿ ç-çà òàãî, øòî áóôýð ëîãó áû¢ çàíàäòà ìàëû, ³ òàìó äàâÿëîñÿ ÷àêàöü, ïàêóëü ¸í íå à÷ûñüö³ööà.';
$strShowStatusInnodb_log_write_requestsDescr = 'Êîëüêàñüöü çàï³ñࢠó ëîã.';
$strShowStatusInnodb_log_writesDescr = 'Êîëüêàñüöü ô³çû÷íà âûêàíàíûõ çàï³ñࢠó ëîã-ôàéë.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Êîëüêàñüöü ñûíõðàí³çàâûíûõ çàï³ñà¢, çðîáëåíûõ ó ëîã-ôàéë.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Êîëüêàñüöü ñûíõðàí³çàâàíüíÿ¢ ëîã-ôàéëà, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Êîëüêàñüöü çàï³ñࢠó ëîã-ôàéë, ÿê³ÿ ÷àêàþöü âûêàíàíüíÿ.';
$strShowStatusInnodb_os_log_writtenDescr = 'Êîëüêàñüöü áàéòà¢, çàï³ñàíûõ ó ëîã-ôàéë.';
$strShowStatusInnodb_pages_createdDescr = 'Êîëüêàñüöü ñòâîðàíûõ ñòàðîíàê.';
$strShowStatusInnodb_page_sizeDescr = 'Ïàìåð çàêàìï³ëÿâàíàé ñòàðîíê³ InnoDB (ïà çìî¢÷àíüí³ 16ÊÁ). Ïý¢íûÿ âåë³÷ûí³ âûìÿðàþööà ¢ ñòàðîíêàõ; ïàìåð ñòàðîíê³ äàçâàëÿå õóòêà ïåðàâåñüö³ ÿãî ¢ áàéòû.';
$strShowStatusInnodb_pages_readDescr = 'Êîëüêàñüöü ïðà÷ûòàíûõ ñòàðîíàê.';
$strShowStatusInnodb_pages_writtenDescr = 'Êîëüêàñüöü çàï³ñàíûõ ñòàðîíàê.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Êîëüêàñüöü áëÿêàâàíüíÿ¢ ðàäêî¢, ÷àêàíüíå ÿê³õ àäáûâàåööà íà áÿãó÷û ìîìàíò.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Ñÿðýäí³ ÷àñ àòðûìàíüíÿ ìàã÷ûìàñüö³ áëÿêàâàíüíÿ ðàäêó, ó ì³ë³ñýêóíäàõ.';
$strShowStatusInnodb_row_lock_timeDescr = 'Àãóëüíû ÷àñ ÷àêàíüíÿ àòðûìàíüíÿ ìàã÷ûìàñüö³ áëÿêàâàíüíÿ ðàäêó, ó ì³ë³ñýêóíäàõ.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Ìàêñûìàëüíû ÷àñ àòðàìàíüíÿ ìàã÷ûìàñüö³ áëÿêàâàíüíÿ ðàäêó, ó ì³ë³ñýêóíäàõ.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Êîëüêàñüöü ðàçî¢, êàë³ äàâîäç³ëàñÿ ÷àêàöü áëÿêàâàíüíå ðàäêó.';
$strShowStatusInnodb_rows_deletedDescr = 'Êîëüêàñüöü ðàäêî¢, âûäàëåíûõ ç òàáë³ö InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Êîëüêàñüöü ðàäêî¢, óñòà¢ëåíûõ ó òàáë³öû InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Êîëüêàñü ðàäêî¢, ïðà÷ûòàíûõ ç òàáë³ö InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Êîëüêàñüöü ðàäêî¢, àáíî¢ëåíûõ ó òàáë³öàõ InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Êîëüêàñüöü áë¸êࢠó êýøû êëþ÷î¢, ÿê³ÿ áûë³ çüìåíåíûÿ, àëå ÿø÷ý íå áûë³ ñê³íóòûÿ íà äûñê. Âûêàðûñòî¢âàåööà ÿê çíà÷ýíüíå Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Êîëüêàñüöü íÿâûêàðûñòàíûõ áë¸êࢠó êýøû êëþ÷î¢. Ãýòàå çíà÷ýíüíå ìîæíà âûêàðûñòî¢âàöü äëÿ âûçíà÷ýíüíÿ ñòóïåí³ âûêàðûñòàíüíÿ êýøó êëþ÷î¢.';
$strShowStatusKey_blocks_usedDescr = 'Êîëüêàñüöü âûêàðûñòàíûõ áë¸êࢠó êýøû êëþ÷î¢. Ãýòàå çíà÷ýíüíå ç äàñòàòêîâàé ñòóïåíüíþ ïý¢íàñüö³ ñüâåä÷ûöü ïðà ìàêñûìàëüíóþ çà ¢âåñü ÷àñ êîëüêàñüöü áë¸êà¢, ÿê³ÿ âûêàðàñòî¢âàë³ñÿ àäíà÷àñîâà.';
$strShowStatusKey_read_requestsDescr = 'Êîëüêàñüöü çàïûòࢠíà ÷ûòàíüíå áë¸êó êëþ÷î¢ ç êýøó.';
$strShowStatusKey_readsDescr = 'Êîëüêàñüöü ô³çû÷íûõ ÷ûòàíüíÿ¢ áë¸êó êëþ÷î¢ ç äûñêà. Êàë³ çíà÷ýíüíå Key_reads âÿë³êàå, çíà÷ýíüíå key_buffer_size, â³äàöü, âåëüì³ ìàëîå. Êîëüêàñüöü ïðîìàõࢠó êýø ìîæíà âûë³÷ûöü ÿê Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Êîëüêàñüöü çàïûòࢠíà çàï³ñ áë¸êó êëþ÷î¢ ó êýø.';
$strShowStatusKey_writesDescr = 'Êîëüêàñüöü ô³çû÷íûõ çàï³ñࢠáë¸êó êëþ÷î¢ íà äûñê.';
$strShowStatusLast_query_costDescr = 'Àãóëüíû êîøò àïîøíÿãà çêàìï³ëÿâàíàãà çàïûòó, ïàäë³÷àíàãà àïòûì³çàòàðàì çàïûòà¢. Êàðûñíà äëÿ ïàðà¢íàíüíÿ ðîçíûõ ñïîñàáࢠðýàë³çàöû³ àäíàãî çàïûòó. Çíà÷ýíüíå ïà çìî¢÷àíüí³ 0 àçíà÷àå, øòî í³âîäíû çàïûò ÿø÷ý íÿ áû¢ çêàìï³ëÿâàíû.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Êîëüêàñüöü ðàäêî¢ äëÿ çàï³ñó, àäêëàäçåíûõ çàïûòàì³ INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Êîëüêàñüöü òàáë³ö, ÿê³ÿ áûë³ àäêðûòûÿ. Êàë³ àäêðûòûÿ òàáë³öû âÿë³ê³ÿ, çíà÷ýíüíå êýøó òàáë³ö ³ìàâåðíà âåëüì³ ìàëîå.';
$strShowStatusOpen_filesDescr = 'Êîëüêàñüöü àäêðûòûõ ôàéëà¢.';
$strShowStatusOpen_streamsDescr = 'Êîëüêàñüöü àäêðûòûõ ïàòîêࢠ(âûêàðûñòî¢âàþööà ïåðàâàæíà äëÿ ëàãàâàíüíÿ).';
$strShowStatusOpen_tablesDescr = 'Êîëüêàñüöü àäêðûòûõ òàáë³ö.';
$strShowStatusQcache_free_blocksDescr = 'Êîëüêàñüöü âîëüíûõ áë¸êࢠïàìÿö³ ¢ êýøû çàïûòà¢.';
$strShowStatusQcache_free_memoryDescr = 'Êîëüêàñüöü âîëüíàé ïàìÿö³ äëÿ êýøó çàïûòà¢.';
$strShowStatusQcache_hitsDescr = 'Êîëüêàñüöü çâàðîòࢠäà êýøó.';
$strShowStatusQcache_insertsDescr = 'Êîëüêàñüöü çàïûòà¢, ÿê³ÿ áûë³ äàäàíûÿ ¢ êýø.';
$strShowStatusQcache_lowmem_prunesDescr = 'Êîëêàñüöü çàïûòà¢, ÿê³ÿ áûë³ âûäàëåíûÿ ç êýøó, êàá âûçâàë³öü ïàìÿöü äëÿ êýøàâàíüíÿ íîâûõ çàïûòà¢. Ãýòûÿ çüâåñòê³ ìîãóöü äàïàìàã÷û âûçíà÷ûöü ïàìåð êýøó çàïûòà¢. Êýø çàïûòࢠâûêàðûñòî¢âàå ñòàòýã³þ ýëåìýíòà, ÿê³ âûêàðûñòî¢âà¢ñÿ íàéìåíø (LRU) äëÿ âûçíà÷ýíüíÿ, ÿê³ÿ çàïûòû òðýáà âûäàëÿöü ç êýøó.';
$strShowStatusQcache_not_cachedDescr = 'Êîëüêàñüöü íåêýøàâàëüíûõ çàïûòࢠ(íåêýøàâàëüíûõ àáî íåêýøàâàíûõ ç-çà çíà÷ýíüíÿ äûðýêòûâû query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Êîëüêàñüöü çàïûòà¢, ÿê³ÿ ïðûñóòí³÷àþöü ó êýøû.';
$strShowStatusQcache_total_blocksDescr = 'Àãóëüíàÿ êîëüêàñüöü áë¸êࢠó êýøû çàïûòû¢.';
$strShowStatusReset = 'Ñê³íóöü ñòàòûñòûêó';
$strShowStatusRpl_statusDescr = 'Ñòàí àáàðîíåíàé àä ïàìûëàê ðýïë³êàöû³ (ÿø÷ý íå ðýàë³çàâàíàÿ).';
$strShowStatusSelect_full_joinDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ íå âûêàðûñòî¢âÿþöü ³íäýêñû. Êàë³ ãýòàå çíà÷ýíüíå íÿ ðî¢íàå 0, âàðòà ïðàâåðûöü ³íäýêñû ¢ òàáë³öàõ.';
$strShowStatusSelect_full_range_joinDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ïîøóê ïà ìàñöû ¢ ìýòàâàé òàáë³öû.';
$strShowStatusSelect_range_checkDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢ áåç âûêàðûñòàíüíÿ êëþ÷î¢, ÿê³ÿ ïðàâÿðàë³ íàÿ¢íàñüöü êëþ÷à ïàñüëÿ êîæíàãà ðàäêà. (Êàë³ ãýòàå çíà÷ýíüíå íÿ ðî¢íàå 0, âàðòà ïðàâåðûöü ³íäýêñû ¢ òàáë³öàõ.)';
$strShowStatusSelect_rangeDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ âûêàðûñòî¢âàë³ ñïàëó÷ýíüí³ ïà븢 ó ïåðøàé òàáë³öû. (Çâû÷àéíà íå êðûòû÷íà, íàâàò êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå.)';
$strShowStatusSelect_scanDescr = 'Êîëüêàñüöü àá\'ÿäíàíüíÿ¢, ÿê³ÿ ïðàâÿë³ ïî¢íû ïðàãëÿä ïåðøàé òàáë³öû.';
$strShowStatusSlave_open_temp_tablesDescr = 'Êîëüêàñüöü ÷àñîâûõ òàáë³ö, ÿê³ÿ ¢ áÿãó÷û ìîìàíò àäêðûòûÿ çàëåæíûì SQL-ïàòîêàì.';
$strShowStatusSlave_retried_transactionsDescr = 'Àãóëüíàÿ (àä çàãðóçê³) êîëüêàñüöü ðàçî¢, êàë³ çàëåæíû SQL-ïàòîê ðýïë³êàöû³ ïà¢òàðࢠòðàíçàêöû³.';
$strShowStatusSlave_runningDescr = 'Ãýòàå çíà÷ýíüíå ðî¢íàå "ON", êàë³ ñýðâýð çüÿ¢ëÿåööà çàëåæíûì ³ ïàäëó÷àíûì äà ñýðâýðà, ÿê³ ÿãî êàíòðàëþå.';
$strShowStatusSlow_launch_threadsDescr = 'Êîëüêàñüöü ïàòîêà¢, ÿê³ì ñïàòðýá³ëàñÿ áîëüø çà slow_launch_time ñýêóíäࢠäëÿ ñòâàðýíüíÿ.';
$strShowStatusSlow_queriesDescr = 'Êîëüêàñüöü çàïûòà¢, íà âûêàíàíòíå ÿê³õ ñïàòðýá³ëàñÿ áîëüø, ÷ûì long_query_time ñýêóíäà¢.';
$strShowStatusSort_merge_passesDescr = 'Êîëüêàñüöü ïðàõîäà¢, ÿê³ÿ áûë³ çðîáëåíûÿ àëüãàðûòìàì ñàðòàâàíüíÿ. Êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå, âàðòà ðàçãëåäç³öü ïàâåë³÷ýíüíå çíà÷ýíüíÿ ñûñòýìíàé çüìåííàé sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Êîëüêàñüöü ñàðòàâàíüíÿ¢, ÿê³ÿ áûë³ çðîáëåíûÿ ç âûêàðûñòàíüíåì íåêàëüê³õ ñëóïêî¢.';
$strShowStatusSort_rowsDescr = 'Êîëüêàñüöü àäñàðòàâàíûõ ðàäêî¢.';
$strShowStatusSort_scanDescr = 'Êîëüêàñüöü ñàðòàâàíüíÿ¢, ÿê³ÿ áûë³ çðîáëåíûÿ ïàä÷àñ ïðàãëÿäó òàáë³öû.';
$strShowStatusTable_locks_immediateDescr = 'Êîëüêàñüöü ðàçî¢, êàë³ áëÿêàâàíüíå òàáë³öû áûëî çðîáëåíàå ³ìãíåííà.';
$strShowStatusTable_locks_waitedDescr = 'Êîëüêàñüöü ðàçî¢, êàë³ áëÿêàâàíüíå òàáë³öû íåìàã÷ûìà áûëî àæûöüöÿâ³öü ³ìãíåííà ³ ïý¢íû ÷àñ ïàéøî¢ íà ÷àêàíüíå. Êàë³ ãýòàå çíà÷ýíüíå âÿë³êàå, ³ ³ñíóþöü ïðàáëåìû ç ïðàäóêöûéíàñüöþ, âàðòà ñïà÷àòêó àïòûì³çàâàöü çàïûòû, à ïàñüëÿ àáî ïàäçÿë³öü òàáë³öó àáî òàáë³öû, àáî âûêàðûñòî¢âàöü ðýïë³êàöûþ.';
$strShowStatusThreads_cachedDescr = 'Êîëüêàñüöü ïàòîêࢠó êýøû ïàòîêà¢. Ñòóïåíü òðàïëÿíüíÿ ¢ êýø ìîæà áûöü âûë³÷àíàÿ ÿê Threads_created/Connections. Êàë³ ãýòàå çíà÷ýíüíå ïàôàðáàâàíàå ¢ ÷ûðâîíû êîëåð, âàðòà ïàâÿë³÷ûöü çíà÷ýíüíå thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Êîëüêàñüöü àäêðûòûõ íà áÿãó÷û ìîìàíò çëó÷ýíüíÿ¢.';
$strShowStatusThreads_createdDescr = 'Êîëüêàñüöü ïàòîêà¢, ñòâîðàíûõ äëÿ ê³ðàâàíüíÿ çëó÷ýíüíÿì³. Êàë³ çíà÷ýíüíå Threads_created âÿë³êàå, ìàã÷ûìà, âàðòà ïàâÿë³÷ûöü çíà÷ýíüíå thread_cache_size. (Çâû÷àéíà, ãýòà íå äàå ÿêîãà-íåáóäçü çà¢âàæíàãà ïàâåë³÷ýíüíÿ ïðàäóêöûéíàñüö³, êàë³ ïðûñóòí³÷àå äîáðàÿ ðýàë³çàöûÿ ïàòîêà¢.)';
$strShowStatusThreads_runningDescr = 'Êîëüêàñüöü ïàòîêà¢, ÿê³ÿ íå çüÿ¢ëÿþööà ñüïÿ÷ûì³.';
$strShowTableDimension = 'Ïàêàçàöü ðàçüìåðíàñüöü òàáë³ö';
$strShowTables = 'Ïàêàçàöü òàáë³öû';
$strShowThisQuery = ' Ïàêàçàöü ãýòû çàïûò çíî¢ ';
$strSimplifiedChinese = 'ʳòàéñêàÿ ñïðîø÷àíàÿ';
$strSingly = '(àñîáíà)';
$strSize = 'Ïàìåð';
$strSkipQueries = 'Êîëüêàñüöü (çàïûòà¢), ÿê³ÿ òðýáà ïðàïóñüö³öü àä ïà÷àòêó';
$strSlovak = 'Ñëàâàöêàÿ';
$strSlovenian = 'Ñëàâåíñêàÿ';
$strSocketProblem = '(àáî ñîêåò ëÿêàëüíàãà ñýðâýðà MySQL íå ñêàíô³ãóðàâàíû ïðàâ³ëüíà)';
$strSortByKey = 'Ñàðòàâàöü ïà êëþ÷ó';
$strSort = 'Ïàðàäàê';
$strSorting = 'Ñàðòàâàíüíå';
$strSpaceUsage = 'Âûêàðûñòàíüíå ïðàñòîðû';
$strSpanish = 'óøïàíñêàÿ';
$strSplitWordsWithSpace = 'Ñëîâû ïàäçåëåíûÿ ïðàãàëàì (" ").';
$strSQLExportCompatibility = 'Ñóìÿø÷àëüíàñüöü ýêñïàðòàâàíàãà SQL';
$strSQLExportType = 'Òûï ýêñïàðòó';
$strSQLImportOptions = 'Ïàðàìýòðû SQL';
$strSQLOptions = 'Îïöû³ SQL';
$strSQLParserBugMessage = 'Ìàã÷ûìà, âû çíàéøë³ ïàìûëêó ¢ SQL-ïàðñýðû. Êàë³ ëàñêà, óâàæë³âà ïðàâåðöå âûø çàïûò ³ àäïàâåäíàñüöü äâóêîñüñÿ¢ ó ³ì. ²íøàé ìàã÷ûìàé ïðû÷ûíàé ïàìûëê³ ìîæà áûöü òîå, øòî âû çàãðóç³ë³ ôàéë ç äâîéêàâûì³ äàäçåíûì³ ïà-çà ìåæàì³ òýêñòó, âûëó÷àíàãà äâóêîñüñÿì³. Âû òàêñàìà ìîæàöå ïàñïðàáàâàöü àäïðàâ³öü âàø çàïûò ç êàìàíäíàãà ðàäêà MySQL. Ïàâåäàìëåíüíå ïðà ïàìûëêó ñýðâýðà MySQL ïðûâåäçåíàå í³æýé, ìîæà òàêñàìà äàïàìàã÷û âàì âûñüâåòë³öü ïðû÷ûíó ïðàáëåìó. Êàë³ âû ¢ñ¸ ÿø÷ý ìàåöå ïðàáëåìû àáî ïàðñýð ïàâåäàìëÿå ïðà ïàìûëêó, à ç êàìàíäíàãà ðàäêó çàïûò âûêîíâàåööà, êàë³ ëàñêà, ñêàðàö³öå âàø óâåäçåíû SQL-çàïûò äà àäíàãî çàïûòó, ÿê³ âûêë³êàå ïàìûëêó, ³ àäïðà¢öå ïàâåäàìëåíüíå ïðà ïàìûëêó ç áë¸êàì äàäçåíûõ, ïàäàäçåíûõ ó ñýêûö³ CUT í³æýé:';
$strSQLParserUserError = 'Çäàåööà, âàø SQL-çàïûò óòðûìë³âàå ïàìûëêó. Ïàâåäàìëåíüíå ïðà ïàìûëêó ñýðâýðà MySQL ïðûâåäçåíàå í³æýé, ìàã÷ûìà, òàêñàìà äàïàìîæà âàì âûñüâåòë³öü ïðû÷ûíó ïàìûëê³';
$strSQLQuery = 'SQL-çàïûò';
$strSQLResult = 'SQL-âûí³ê';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Íÿïðàâ³ëüíû ³äýíòûô³êàòàð';
$strSQPBugUnclosedQuote = 'Íåçàêðûòàå äâóêîñüñå';
$strSQPBugUnknownPunctuation = 'Íåâÿäîìû ñûìáàëü ïóíêòóàöû³';
$strStatCheckTime = 'Àïîøíÿÿ ïðàâåðêà';
$strStatCreateTime = 'Ñòâîðàíàÿ';
$strStatement = 'Âûðàçû';
$strStatisticsOverrun = 'Íà çàãðóæàíûì ñýðâýðû áàéòàâûÿ ë³÷ûëüí³ê³ ìîãóöü ïåðàñêîêâàöü êîëà, òàìó ñòàòûñòûêà, ÿêóþ ïàêàçâàå MySQL-ñýðâýð, ìîæà áûöü íÿïðàâ³ëüíàé.';
$strStatUpdateTime = 'Àïîøíÿå àáíà¢ëåíüíå';
$strStatus = 'Ñòàí';
$strStorageEngine = 'Ìàøûíà çàõàâàíüíÿ äàäçåíûõ';
$strStorageEngines = 'Ìàøûíû çàõàâàíüíÿ äàäçåíûõ';
$strStrucCSV = 'CSV';
$strStrucData = 'Ñòðóêòóðó ³ äàäçåíûÿ';
$strStrucDrop = 'Äàäàöü âûäàëåíüíå òàáë³öû';
$strStrucExcelCSV = 'CSV äëÿ äàäçåíûõ MS Excel';
$strStrucNativeExcel = 'Ðîäíû ôàðìàò MS Excel';
$strStrucOnly = 'Òîëüê³ ñòðóêòóðó';
$strStructPropose = 'Ïðàïàíàâàíàÿ ñòðóêòóðà òàáë³öû';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Àäïðàâ³öü';
$strSuccess = 'Âàø SQL-çàïûò áû¢ ïàñüïÿõîâà âûêàíàíû';
$strSum = 'Óñÿãî';
$strSwedish = 'Øâýäçêàÿ';
$strSwitchToDatabase = 'Ïåðàéñüö³ äà ñêàï³ÿâàíàé áàçû äàäçåíûõ';
$strSwitchToTable = 'Ïåðàéñüö³ äà ñêàï³ÿâàíàé òàáë³öû';
 
$strTableAlreadyExists = 'Òàáë³öà %s óæî ³ñíóå!';
$strTableComments = 'Êàìýíòàð äà òàáë³öû';
$strTableEmpty = 'Ïóñòàÿ íàçâà òàáë³öû!';
$strTableHasBeenDropped = 'Òàáë³öà %s áûëà âûäàëåíàÿ';
$strTableHasBeenEmptied = 'Òàáë³öà %s áûëà à÷ûø÷àíàÿ';
$strTableHasBeenFlushed = 'Êýø òàáë³öû %s áû¢ à÷ûø÷àíû';
$strTableMaintenance = 'Àáñëóãî¢âàíüíå òàáë³öû';
$strTable = 'Òàáë³öà';
$strTableOfContents = 'Çüìåñò';
$strTableOptions = 'Îïöû³ òàáë³öû';
$strTables = '%s òàáë³ö(û)';
$strTableStructure = 'Ñòðóêòóðà òàáë³öû';
$strTableType = 'Òûï òàáë³öû';
$strTakeIt = 'ãýòàÿ';
$strTblPrivileges = 'Ïðûâ³ëå³, ñïýöûô³÷íûÿ äëÿ òàáë³öû';
$strTempData = '×àñîâûÿ äàäçåíûÿ';
$strTextAreaLength = ' Ç-çà âÿë³êàé äà¢æûí³,<br /> ãýòàå ïîëå íÿ ìîæà áûöü àäðýäàãàâàíàå ';
$strThai = 'Òàéëÿíäçêàÿ';
$strThemeDefaultNotFound = 'Òýìà ïà çìî¢÷àíüí³ %s íÿ çíîéäçåíàÿ!';
$strThemeNoPreviewAvailable = 'Ïàïÿðýäí³ ïðàãëÿä íåäàñòóïíû.';
$strThemeNotFound = 'Òýìà %s íÿ çíîéäçåíàÿ!';
$strThemeNoValidImgPath = 'Äàïóø÷àëüíû øëÿõ äà ìàëþíêࢠòýìû %s íÿ çíîéäçåíû!';
$strTheme = 'Òýìà / Ñòûëü';
$strThemePathNotFound = 'Íÿ çíîéäçåíû øëÿõ äà òýìû %s!';
$strThisHost = 'Ãýòû õîñò';
$strThisNotDirectory = 'Ãýòà íÿ òý÷êà';
$strThreads = 'Ïàòîê³';
$strThreadSuccessfullyKilled = 'Ïàòîê %s áû¢ ïàñüïÿõîâà ñïûíåíû.';
$strTime = '×àñ';
$strTimeoutInfo = 'Ïàïÿðýäíÿå ³ìïàðòàâàíüíå ñïûí³ëàñÿ ç-çà íåäàõîïó ÷àñó. Ïàñüëÿ íîâàé çàãðóçê³ ³ìïàðòàâàíüíå áóäçå ïðàöÿãíóòàå ç ïàçûöû³ %d.';
$strTimeoutNothingParsed = 'Àäíàê, ïàä÷àñ àïîøíÿãà âûêàíàíüíÿ í³ÿê³ÿ äàäçåíûÿ áûë³ àïðàöàâàíûÿ. Ãýòà çâû÷àéíà çíà÷ûöü, øòî phpMyAdmin íÿ çìîæà ñêîí÷ûöü ãýòàå ³ìïàðòàâàíüíÿ, êàë³ âû íå ïàâÿë³÷ûöå ë³ì³òû âûêàíàíüíÿ php-ñêðûïòî¢.';
$strTimeoutPassed = 'Âûéøࢠäàçâîëåíû ÷àñ âûêàíàíüíÿ ñêðûïòà. Êàë³ âû õî÷àöå çàâåðøûöü ³ìïàðòàâàíüíå, êàë³ ëàñêà, çàãðóç³öå ôàéë çíî¢ ³ ³ìïàðòàâàíüíå ¢çíàâ³ööà.';
$strToggleScratchboard = 'Ïàêàçàöü ïàïÿðýäí³ ïðàãëÿä';
$strTotal = 'óñÿãî';
$strTotalUC = 'Àãóëàì';
$strTraditionalChinese = 'Òðàäûöûéíàÿ ê³òàéñêàÿ';
$strTraditionalSpanish = 'Òðàäûöûéíàÿ ã³øïàíñêàÿ';
$strTraffic = 'Òðàô³ê';
$strTransactionCoordinator = 'Êààðäûíàòàð ïåðàêëàäó';
$strTransformation_application_octetstream__download = 'Ïàêàçâàå ñïàñûëêó äëÿ çàãðóçê³ äâîéêàâûõ äàäçåíûõ ïîëÿ. Âû ìîæàöå âûêàðûñòî¢âàöü ïåðøóþ îïöûþ äëÿ âûçíà÷ýíüíÿ ³ìÿ ôàéëà àáî âûêàðûñòî¢âàéöå äðóãóþ îïöûþ ÿê ³ìÿ ïîëÿ, ÿêîå ¢òðûìë³âàå ³ìÿ ôàéëà. Êàë³ âû âûêàðûñòî¢âàåöå äðóãóþ îïöûþ, âàì òðýáà ïàê³íóöü ïåðøàå ïîëå ïóñòûì';
$strTransformation_application_octetstream__hex = 'Ïàêàçâàå äàäçåíûÿ ¢ øàñíàööàòêàâûì âûãëÿäçå.';
$strTransformation_image_jpeg__inline = 'Ïàêàçâàå íàö³ñêàëüíû ýñê³ç; Îïöû³ — ìàêñûìàëüíàÿ øûðûíÿ ³ âûøûíÿ ¢ ï³êñýëàõ. Çàõî¢âàþööà ïà÷àòêîâûÿ ïðàïîðöû³.';
$strTransformation_image_jpeg__link = 'Ïàêàçâàå ñïàñûëêó äëÿ çàãðóçê³ ãýòàãà ìàëþíêó.';
$strTransformation_image_png__inline = 'Ïðàãëÿäçåöü ìàëþíàê image/jpeg: óáóäàâàíû';
$strTransformation_text_plain__dateformat = 'Ïàêàçâàå äàäçåíûÿ ç ïîëÿ TIME, TIMESTAMP àáî DATETIME ³ ôàðìàòóå ³õ çãîäíà âàøàãà ëÿêàëüíàãà ôàðìàòó äàòû. Ïåðøàÿ îïöûÿ — ïðàìåæàê ÷àñó (ó ãàäç³íàõ), ÿê³ áóäçå äàäàäçåíû äà ìåòê³ ÷àñó (Ïà çìî¢÷àíüí³: 0). Âûêàðûñòî¢âàéöå äðóãóþ îïöûþ, êàá âûçíà÷ûöü ³íøû ôàðìàò äàòû; ãëÿäç³öå äàêóìýíòàöûþ äà ôóíêöû³ PHP strftime().';
$strTransformation_text_plain__external = 'ÒÎËÜʲ ÄËß LINUX: Çàïóñêàå çüíåøíþþ ïðàãðàìó ³ ïåðàäàå ¸é äàäçåíûÿ ïîëÿ ïðàç ñòàíäàðòíû ¢âîä. Âÿðòàå ñòàíäàðòíû âûâàä ïðàãðàìû. Ïðàãðàìà ïà çìî¢÷àíüí³ — Tidy, ÿêàÿ äðóêóå ÷ûñòû HTML-êîä. Çü ìåðêàâàíüíÿ¢ áÿñüïåê³, âàì òðýáà ¢ðó÷íóþ àäðýäàãàâàöü ôàéë libraries/transformations/text_plain__external.inc.php ³ ïàçíà÷ûöü ñüï³ñ ïðàãðàìà¢, ÿê³ÿ âû õî÷àöå çðàá³öü äàñòóïíûì³. Ïåðøàÿ îïöûÿ — òàäû íóìàð ïðàãðàìû, ÿêóþ âû õî÷àöå âûêàðûñòî¢âàöü, äðóãàÿ îïöûÿ — ïàðàìýòðû äëÿ ïðàãðàìû. Òðýöÿÿ îïöûÿ, êàë³ âûçíà÷àíàÿ ÿê 1, ñêàíâýðòóå äàäçåíûÿ ç ñòàíäàðòíàãà âûâàäó âûêàðûñòî¢âàþ÷û htmlspecialchars() (Ïà çìî¢÷àíüí³ 1). ×àöüâåðòàÿ îïöûÿ, êàë³ âûçíà÷àíàÿ ÿê 1, ïðàäóõ³ë³öü ïåðàíîñ ïà ñëîâàõ, êàá ïåðàêàíàööà, øòî ¢âåñü âûõàäíû ïàòîê áóäçå âûâåäçåíû ¢ àäç³í ðàäîê (Ïà çìî¢÷àíüí³ 1).';
$strTransformation_text_plain__formatted = 'Ïàêàçâàå çüìåñüö³âà ïîëÿ ÿê-¸ñüöü, áåç àïðàöî¢ê³ ÿãî ôóíêöûÿé htmlspecialchars(). Òàìó ðàçóìååööà, øòî ïîëå ¢òðûìë³âàå êàðýêòíû HTML-êîä.';
$strTransformation_text_plain__imagelink = 'Ïàêàçâàå ìàëþíàê ³ ñïàñûëêó, ïîëå çüìÿø÷àå íàçâó ôàéëà. Ïåðøàÿ îïöûÿ — ïðýô³êñ àäðàñó êøòàëòó "http://www.example.com/". Äðóãàÿ ³ òðýöÿÿ îïöû³ — øûðûíÿ ³ âûøûíÿ ¢ ï³êñýëàõ.';
$strTransformation_text_plain__link = 'Ïàêàçâàå ñïàñûëêó; ïîëå çüìÿø÷àå íàçâó ôàéëà. Ïåðøàÿ îïöûÿ — ïðýô³êñ àäðàñó êøòàëòó "http://www.example.com/". Äðóãàÿ îïöûÿ — íàçâà ñïàñûëê³.';
$strTransformation_text_plain__sql = 'Ôàðìàòóå òýêñò ÿê SQL-çàïûò ç ïàäñüâå÷àíûì ñûíòàêñ³ñàì.';
$strTransformation_text_plain__substr = 'Ïàêàçâàå òîëüê³ ÷àñòêó ðàäêà. Ïåðøàÿ îïöûÿ — êîëüêàñüöü ñûìáàëÿ¢ àä ïà÷àòêó ðàäêà, ÿê³ÿ òðýáà ïðàïóñüö³öü (Ïà çìî¢÷àíüí³ 0). Äðóãàÿ îïöûÿ — êîëüêàñüöü ñûìáàëÿ¢, ÿê³ÿ òðýáà âÿðíóöü (Ïà çìî¢÷àíüí³: äà êàíöà ðàäêà). Òðýöÿÿ îïöûÿ — ðàäîê, ÿê³ òðýáà äàëó÷ûöü äà êàíöà ³/àáî ç ïà÷àòêó ðàäêà, êàë³ àäáóäçåööà ¢ñÿ÷ýíüíå (Ïà çìî¢÷àíüí³: "...") .';
$strTruncateQueries = 'Àáðàçàöü ïàêàçàíûÿ çàïûòû';
$strTurkish = 'Òóðýöêàÿ';
$strType = 'Òûï';
 
$strUkrainian = 'Óêðà³íñêàÿ';
$strUncheckAll = 'Çüíÿöü óñå àäçíàê³';
$strUnicode = 'Þí³êîä';
$strUnique = 'Óí³êàëüíàå';
$strUnknown = 'íåâÿäîìà';
$strUnselectAll = 'Çüíÿöü óñå àäçíàê³';
$strUnsupportedCompressionDetected = 'Âû ïàñïðàáàâàë³ çàãðóç³öü ôàéë ç ìýòàäàì ñüö³ñêó, ÿê³ íåïàäòðûìë³âàåööà (%s). ßãîíàÿ ïàäòðûìêà àáî íå ðýàë³çàâàíàÿ, àáî àäêëþ÷àíàÿ ¢ âàøàé êàíô³ãóðàöû³.';
$strUpdatePrivMessage = 'Âû çüìÿí³ë³ ïðûâ³ëå³ äëÿ %s.';
$strUpdateProfileMessage = 'Ïðîô³ëü áû¢ àäíî¢ëåíû.';
$strUpdateQuery = 'Àáíàâ³öü çàïûò';
$strUpdComTab = 'Çà ³íôàðìàöûÿé ÿê àáíàâ³öü òàáë³öó column_comments çüâÿðí³öåñÿ, êàë³ ëàñêà, äà äàêóìýíòàöû³';
$strUpgrade = 'Âàì òðýáà àáíàâ³öü %s äà âýðñ³³ %s ö³ ïàçüíåéøàé.';
$strUploadLimit = 'Âû, ìóñ³öü, ïàñïðàáàâàë³ çàãðóç³öü âåëüì³ âÿë³ê³ ôàéë. Êàë³ ëàñêà, çüâÿðí³öåñÿ äà %säàêóìýíòàöû³%s äëÿ âûñüâÿòëåíüíÿ ñïîñàáࢠàáûéñüö³ ãýòàå àáìåæàâàíüíå.';
$strUsage = 'Âûêàðûñòàíüíå';
$strUseBackquotes = 'Çâàðîòíàå äâóêîñüñå ¢ ³ì¸íàõ òàáë³ö ³ ïà븢';
$strUsedPhpExtensions = 'Âûêàðûñòî¢âàþööà ïàøûðýíüí³ PHP';
$strUseHostTable = 'Âûêàðûñòî¢âàöü òàáë³öó õîñòà¢';
$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.';
$strValue = 'Çíà÷ýíüíå';
$strVar = 'Çüìåííàÿ';
$strVersionInformation = '²íôàðìàöûÿ ïðà âýðñ³þ';
$strView = 'Âûãëÿä';
$strViewDumpDatabases = 'Ïðàãëÿäçåöü äàìï (ñõåìó) áàçࢠäàäçåíûõ';
$strViewDumpDB = 'Ïðàãëÿäçåöü äàìï (ñõóìó) áàçû äàäçåíûõ';
$strViewDump = 'Ïðàãëÿäçåöü äàìï (ñõåìó) òàáë³öû';
$strViewHasBeenDropped = 'Âûãëÿä %s áû¢ âûäàëåíû';
$strViewMaxExactCount = 'Ó ãýòûì ïðàãëÿäçå áîëüø çà %d ðàäêî¢. Êàë³ ëàñêà, çüâÿðí³öåñÿ äà %säàêóìýíòàöû³%s.';
 
$strWebServerUploadDirectoryError = 'Íåìàã÷ûìà àäêðûöü ïàçíà÷àíóþ âàì³ òý÷êó äëÿ çàãðóçê³ ôàéëà¢';
$strWebServerUploadDirectory = 'òý÷êà âýá-ñýðâýðà äëÿ çàãðóçê³ ôàéëà¢';
$strWelcome = 'Çàïðàøàåì ó %s';
$strWestEuropean = 'Çàõîäíåý¢ðàïåéñêàÿ';
$strWildcard = 'øàáë¸í';
$strWindowNotFound = 'Íåìàã÷ûìà àáíàâ³öü ìýòàâàå àêíî áðà¢çýðà. Ìàã÷ûìà, âû çàêðûë³ áàöüêî¢ñêàå àêíî àáî íàëàäû áÿñüïåê³ âàøàãà áðà¢çýðà ñêàíô³ãóðàíûÿ íà áëÿêàâàíüíå ì³æâàêîííûõ ¢çàåìàäçåÿíüíÿ¢';
$strWithChecked = 'Ç àäçíà÷àíûì³:';
$strWriteRequests = 'Çàïûòࢠçàï³ñó';
$strWritingCommentNotPossible = 'Íåìàã÷ûìà äàäàöü êàìýíòàð';
$strWritingRelationNotPossible = 'Íåìàã÷ûìà äàäàöü ñóâÿçü';
$strWrongUser = 'Íÿïðàâ³ëüíû ëàã³í/ïàðîëü. Ó äîñòóïå àäìî¢ëåíà.';
 
$strXML = 'XML';
 
$strYes = 'Òàê';
 
$strZeroRemovesTheLimit = 'Çà¢âàãà: Ïàçíà÷ýíüíå ãýòûõ îïöûÿ¢ ÿê 0 (íóëü) çäûìàå àáìåæàâàíüíå.';
$strZip = 'àðõ³âàâàíû ¢ zip';
 
?>
/Web/Maintenance/phpMyAdmin/lang/belarusian_latin-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: belarusian_latin-utf-8.inc.php,v 1.49.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Jaska Zedlik <jz53 at zedlik.com>
* http://www.zedlik.com
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$right_font_family = 'verdana, tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ndz', 'Pan', 'Aŭt', 'Sier', 'Cač', 'Piat', 'Sub');
$month = array('Stu', 'Lut', 'Sak', 'Kra', 'Tra', 'Čer', 'Lip', 'Žni', 'Vier', 'Kas', 'Lis', 'Śn');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dzion, %s hadzinaŭ, %s chvilinaŭ i %s sekundaŭ';
 
$strAbortedClients = 'Spyniena';
$strAbsolutePathToDocSqlDir = 'Kali łaska, paznačcie poŭny šlach na veb-servery da tečki docSQL';
$strAccessDeniedCreateConfig = 'Imavierna, pryčyna hetaha ŭ tym, što nia stvorany kanfihuracyjny fajł. Kab jaho stvaryć, možna vykarystać %1$snaładačny skrypt%2$s.';
$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';
$strAddIntoComments = 'Dadać u kamentary';
$strAddNewField = 'Dadać novaje pole';
$strAddPrivilegesOnDb = 'Dadać pryvilei na nastupnuju bazu';
$strAddPrivilegesOnTbl = 'Dadać pryvilei na nastupnuju tablicu';
$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.';
$strAdministration = 'Administravańnie';
$strAffectedRows = 'Zakranutyja radki:';
$strAfterInsertBack = 'Pierajści da papiaredniaj staronki';
$strAfterInsertNewInsert = 'Dadać jašče adzin radok';
$strAfterInsertNext = 'Redagavać nastupny radok';
$strAfterInsertSame = 'Viarnucca da hetaj staronki';
$strAfter = 'Paśla %s';
$strAllowInterrupt = 'Dazvolić spynieńnie impartavańnia ŭ vypadku, kali skrypt vyśvietlić, što skončvajecca čas vykanańnia. Heta moža być dobrym sposabam impartavańnia vialikich fajłaŭ, adnak, heta moža pierapynić tranzakcyi.';
$strAllTableSameWidth = 'Pakazać usie tablicy adnolkavaj šyryni?';
$strAll = 'Usie';
$strAlterOrderBy = 'Źmianić paradak tablicy';
$strAnalyzeTable = 'Analizavać tablicu';
$strAnd = 'I';
$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';
$strAtBeginningOfTable = 'U pačatku tablicy';
$strAtEndOfTable = 'U kancy tablicy';
$strAttr = 'Atrybuty';
$strAutodetect = 'Aŭtavyznačeńnie';
$strAutomaticLayout = 'Aŭtamatyčnaje raźmiaščeńnie';
 
$strBack = 'Nazad';
$strBaltic = 'Bałtyjskaja';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinaryDoNotEdit = 'Dvojkavyja dadzienyja — nie redagujucca';
$strBinary = 'Dvojkavy';
$strBinaryLog = 'Dvojkavy łoh';
$strBinLogEventType = 'Typ padziei';
$strBinLogInfo = 'Infarmacyja';
$strBinLogName = 'Imia łohu';
$strBinLogOriginalPosition = 'Pieršapačatkovaja pazycyja';
$strBinLogPosition = 'Pazycyja';
$strBinLogServerId = 'ID servera';
$strBookmarkAllUsers = 'Dać kožnamu karystalniku dostup da hetaj zakładki';
$strBookmarkCreated = 'Zakładka %s stvoranaja';
$strBookmarkDeleted = 'Zakładka była vydalenaja.';
$strBookmarkLabel = 'Mietka';
$strBookmarkQuery = 'Zakładzieny SQL-zapyt';
$strBookmarkReplace = 'Zamianić isnuju zakładku z takim ža imiem';
$strBookmarkThis = 'Dadać hety SQL-zapyt u zakładki';
$strBookmarkView = 'Tolki prahlad';
$strBrowseDistinctValues = 'Prahlad roznych značeńniaŭ';
$strBrowseForeignValues = 'Prahladzieć źniešnija značeńni';
$strBrowse = 'Prahlad';
$strBufferPoolActivity = 'Aktyŭnaść pułu buferu';
$strBufferPool = 'Puł buferu';
$strBufferPoolUsage = 'Vykarystańnie pułu buferu';
$strBufferReadMissesInPercent = 'Propuskaŭ čytańnia ŭ %';
$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';
 
$strCalendar = 'Kalandar';
$strCanNotLoadImportPlugins = 'Niemahčyma zahruzić płahiny impartavańnia, kali łaska, praviercie ŭstaloŭku!';
$strCannotLogin = 'Niemahčyma załahavacca na server MySQL';
$strCantLoad = 'niemahčyma zahruzić pašyreńnie %s;<br />kali łaska, praviercie kanfihuracyju PHP';
$strCantLoadRecodeIconv = 'Niemahčyma zahruzić pašyreńnie iconv abo pašyreńnie recode, nieabchodnyja dla pierakadavańnia symbalaŭ. Naładźcie PHP na vykarystańnie hetych pašyreńniaŭ abo ŭvohule adklučycie pierakadavańnie symbalaŭ u phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Niemahčyma pierajmienavać indeks u PRIMARY!';
$strCantUseRecodeIconv = 'Niemahčyma vykarystać ni funkcyju iconv, ni libiconvr, ni recode_string u toj čas, jak pašyreńnie paviedamlaje, što jano zahružanaje. Praviercie vašuju kanfihuracyju PHP.';
$strCardinality = 'Kolkaść elementaŭ';
$strCaseInsensitive = 'biez uliku rehistru';
$strCaseSensitive = 'z ulikam rehistru';
$strCentralEuropean = 'Centralnaeŭrapiejskaja';
$strChange = 'Źmianić';
$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ć rehistracyjnuju infarmacyju / Kapijavać karystalnika';
$strChangeDisplay = 'Vybierycie pole dla adlustravańnia';
$strChangePassword = 'Źmianić parol';
$strCharset = 'Kadyroŭka';
$strCharsetOfFile = 'Kadyroŭka fajła:';
$strCharsetsAndCollations = 'Raskładki i supastaŭleńni';
$strCharsets = 'Kadyroŭki';
$strCheckAll = 'Adznačyć usio';
$strCheckOverhead = 'Adznačyć tyja, što patrabujuć aptymizacyi';
$strCheckPrivsLong = 'Pravieryć pryvilei dla bazy "%s".';
$strCheckPrivs = 'Pravieryć pryvilei';
$strCheckTable = 'Pravieryć tablicu';
$strChoosePage = 'Kali łaska, vybierycie staronku dla redagavańnia';
$strColComFeat = 'Pakazvać kamentary kalonak';
$strCollation = 'Supastaŭleńnie';
$strColumnNames = 'Nazvy kalonak';
$strColumnPrivileges = 'Specyfičnyja pryvilei kalonak';
$strCommand = 'Kamanda';
$strCommentsForTable = 'Kamentary da tablicy';
$strComments = 'Kamentary';
$strCompatibleHashing = 'Sumiaščalnaje z MySQL 4.0';
$strCompleteInserts = 'Poŭnaja ŭstaŭka';
$strCompression = 'Ścisk';
$strCompressionWillBeDetected = 'Metad ścisku impartavanaha fajła budzie vyznačanaja aŭtamatyčna z: %s';
$strConfigDefaultFileError = 'Niemahčyma zahruzić kanfihuracyju pa zmoŭčańni z: "%1$s"';
$strConfigFileError = 'phpMyAdmin nia moža pračytać kanfihuracyjny fajł!<br />Heta moža adbycca ŭ vypadku, kali PHP znojdzie syntaksyčnuju pamyłku ŭ im abo kali PHP nia moža znajści fajł.<br />Kali łaska, zahruzicie kanfihuracyjny fajł niepasredna, vykarystoŭvajučy spasyłku, pryviedzienuju nižej, i pračytajcie paviedamleńni PHP pra pamyłki. U bolšaści vypadkaŭ, niedzie prapuščany apostraf abo kropka z koskaj.<br />Kali vy atrymajecie čystuju staronku, značyć, usio dobra.';
$strConfigureTableCoord = 'Kali łaska, skanfihurujcie kaardynaty dla tablicy %s';
$strConnectionError = 'Niemahčyma padłučycca: niapravilnyja nałady.';
$strConnections = 'Padłučeńni';
$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';
$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.';
$strCreateDatabaseBeforeCopying = 'vykanać CREATE DATABASE pierad kapijavańniem';
$strCreateIndex = 'Stvaryć indeks na %s kalonkach';
$strCreateIndexTopic = 'Stvaryć novy indeks';
$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';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcyi CSV';
$strCSVOptions = 'Opcyi CSV';
$strCyrillic = 'Kiryličnaja';
$strCzech = 'Českaja';
$strCzechSlovak = 'Čechasłavackaja';
 
$strDanish = 'Dackaja';
$strDatabase = 'Baza dadzienych';
$strDatabaseEmpty = 'Imia bazy dadzienych nie paznačanaje!';
$strDatabaseExportOptions = 'Nałady ekspartu bazy dadzienych';
$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.';
$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';
$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 = 'Defrahmentavać tablicu';
$strDelayedInserts = 'Vykarystoŭvać adkładzienyja ŭstaŭki';
$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:';
$strDeleteNoUsersSelected = 'Na vybranyja karystalniki dla vydaleńnia!';
$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';
$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: "%")';
$strDocu = 'Dakumentacyja';
$strDoYouReally = 'Ci sapraŭdy vy žadajecie ';
$strDropDatabaseStrongWarning = 'Vy źbirajecie VYDALIĆ bazu dadzienych całkam!';
$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.';
$strDynamic = 'dynamičny';
 
$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';
$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.';
$strEngines = 'Mašyny';
$strEngineUnsupported = 'Hety server MySQL nie padtrymlivaje mašynu zachavańnia dadzienych %s.';
$strEnglish = 'Anhielskaja';
$strEnglishPrivileges = ' Zaŭvaha: imiony pryvilejaŭ MySQL zadajucca pa-anhielsku ';
$strErrorInZipFile = 'Pamyłka ŭ ZIP-archivie:';
$strError = 'Pamyłka';
$strEscapeWildcards = 'Symbali padstanoŭki _ i % musiać być ekranavanymi symbalem \ dla ich litaralnaha vykarystańnia';
$strEsperanto = 'Esperanta';
$strEstonian = 'Estonskaja';
$strExcelEdition = 'Versija Excel';
$strExcelOptions = 'Opcyi Excel';
$strExecuteBookmarked = 'Vykanać zapyt z zakładak';
$strExplain = 'Tłumačyć SQL';
$strExport = 'Ekspart';
$strExtendedInserts = 'Pašyranyja ŭstaŭki';
$strExtra = 'Dadatkova';
 
$strFailedAttempts = 'Niaŭdałych sprobaŭ';
$strFieldHasBeenDropped = 'Pole %s było vydalenaje';
$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ł';
$strFileNameTemplate = 'Šablon nazvy fajła';
$strFileNameTemplateDescriptionDatabase = 'imia bazy dadzienych';
$strFileNameTemplateDescription = 'Hetaje značeńnie interpretujecca z vykarystańniem %1$sstrftime%2$s, tamu možna vykarystoŭvać radki farmatavańnia času. Aproč hetaha, buduć praviedzienyja nastupnyja źmieny: %3$s. Astatni tekst zastaniecca jak jość.';
$strFileNameTemplateDescriptionServer = 'imia servera';
$strFileNameTemplateDescriptionTable = 'imia tablicy';
$strFileNameTemplateRemember = 'zapomnić šablon';
$strFileToImport = 'Impartavać fajł';
$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.';
$strFlushQueryCache = 'Skinuć keš zapytaŭ';
$strFlushTable = 'Skinuć keš tablicy ("FLUSH")';
$strFlushTables = 'Skinuć (zakryć) usie tablicy';
$strFormat = 'Farmat';
$strFormEmpty = 'Nie zadadzienaje značeńnie ŭ formie!';
$strFreePages = 'Volnych staronak';
$strFullText = 'Poŭnyja teksty';
$strFunction = 'Funkcyja';
 
$strGenBy = 'Stvorany';
$strGeneralRelationFeat = 'Mahčymaści asnoŭnych suviaziaŭ';
$strGeneratePassword = 'Zheneravać parol';
$strGenerate = 'Zheneravać';
$strGenTime = 'Čas stvareńnia';
$strGeorgian = 'Hruzinskaja';
$strGerman = 'Niamieckaja';
$strGlobal = 'hlabalny';
$strGlobalPrivileges = 'Hlabalnyja pryvilei';
$strGlobalValue = 'Hlabalnaje značeńnie';
$strGo = 'Paniesłasia';
$strGrantOption = 'Grant';
$strGreek = 'Hreckaja';
$strGzip = 'archivavany ŭ gzip';
 
$strHandler = 'Apracoŭnik';
$strHasBeenAltered = 'była źmienienaja.';
$strHasBeenCreated = 'była stvoranaja.';
$strHaveToShow = 'Vam nieabchodna vybrać prynamsi adnu kalonku dla adlustravańnia';
$strHebrew = 'Habrejskaja';
$strHexForBinary = 'Vykarystoŭvać šasnaccatkavyja liki dla dvojkavych paloŭ';
$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 = 'Iślandzkaja';
$strId = 'ID';
$strIdxFulltext = 'Poŭnatekstekstavaje';
$strIgnoreDuplicates = 'Ignaravać radki, jakija paŭtarajucca';
$strIgnore = 'Ihnaravać';
$strIgnoreInserts = 'Vykarystoŭvać ustaŭki ihnaravańniaŭ';
$strIgnoringFile = 'Fajł %s praihnaravany';
$strImportDocSQL = 'Impartavać fajły docSQL';
$strImportFiles = 'Impartavać fajły';
$strImportFormat = 'Farmat impartavanaha fajła';
$strImport = 'Imrart';
$strImportSuccessfullyFinished = 'Impartravańnie paśpiachova zavieršanaje, vykanana %d zapytaŭ.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Indeks %s byŭ vydaleny';
$strIndex = 'Indeks';
$strIndexName = 'Imia 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`';
$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.';
$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.';
$strInsertAsNewRow = 'Ustavić jak novy radok';
$strInsertedRowId = 'Id ustaŭlenaha radka:';
$strInsertedRows = 'Dadanyja radki:';
$strInsertNewRow = 'Ustavić novy radok';
$strInsert = 'Ustavić';
$strInternalNotNecessary = '* Unutranaja suviaź nie źjaŭlajecca abaviazkovaj, kali jana ŭžo isnuje ŭ InnoDB.';
$strInternalRelations = 'Unutranyja suviazi';
$strInUse = 'vykarystoŭvajecca';
$strInvalidAuthMethod = 'U kanfihuracyi vyznačany niekarektny metad aŭtentyfikacyi:';
$strInvalidColumnCount = 'Kolkaść kalonak musić być bolšaj za nul.';
$strInvalidColumn = 'Vyznačanaja niekarektnaja kalonka (%s)!';
$strInvalidCSVFieldCount = 'Niapravilnaja kolkaść paloŭ u CSV-dadzienych u radku %d.';
$strInvalidCSVFormat = 'Niekarektny farmat CSV-dadzienych u radku %d.';
$strInvalidCSVParameter = 'Niedapuščalny paremetar dla impartu dadzienych u CSV: %s';
$strInvalidFieldAddCount = 'Treba dadać prynamsi adno pole.';
$strInvalidFieldCount = 'Tablica musić mieć prynamsi adno pole.';
$strInvalidLDIImport = 'Hety płahin nie padtrymlivaje ścisnutyja dadzienyja!';
$strInvalidRowNumber = '%d nie źjaŭlajecca karektnym numaram radka.';
$strInvalidServerHostname = 'Niapravilnaje imia chostu dla servera %1$s. Kali łaska, praviercie kanfihurycyju.';
$strInvalidServerIndex = 'Niekarektny indeks servera: "%s"';
 
$strJapanese = 'Japonskaja';
$strJoins = 'Ab\'jadnańni';
$strJumpToDB = 'Pierajści da bazy dadzienych "%s".';
$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';
$strKeyCache = 'Keš klučoŭ';
$strKeyname = 'Imia kluča';
$strKill = 'Spynić';
$strKorean = 'Karejskaja';
 
$strLandscape = 'Krajavid';
$strLanguageFileNotFound = 'Moŭny fajł "%1$s" nia znojdzieny.';
$strLanguageUnknown = 'Nieviadomaja mova: %1$s.';
$strLatchedPages = 'Fiksavanyja staronki';
$strLatexCaption = 'Zahałovak tablicy';
$strLatexContent = 'Źmieściva tablicy __TABLE__';
$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';
$strLDI = 'CSV z vykarystańniem LOAD DATA';
$strLDIImportOptions = 'Opcyi CSV-impartavańnia, vykarystoŭvajučy LOAD DATA';
$strLDILocal = 'Vykarystoŭvać klučavoje słova LOCAL';
$strLengthSet = 'Daŭžynia/Značeńni*';
$strLimitNumRows = 'Kolkaść radkoŭ na staronku';
$strLinesTerminatedBy = 'Radki padzielenyja';
$strLinkNotFound = 'Suviaź nia znojdzienaja';
$strLinksTo = 'Źviazanaja z';
$strLithuanian = 'Litoŭskaja';
$strLocalhost = 'Lakalny';
$strLocationTextfile = 'Miescaznachodžańnie tekstavaha fajła';
$strLoginInformation = 'Infarmacyja pra ŭvachod';
$strLogin = 'Uvachod u systemu';
$strLogout = 'Vyjści z systemy';
$strLogPassword = 'Parol:';
$strLogServer = 'Server';
$strLogUsername = 'Imia karystalnika:';
$strLongOperation = 'Hetaja aperacyja moža zaniać šmat času. Praciahvać?';
 
$strMaxConnects = 'maksymum adnačasovych złučeńniaŭ';
$strMaximalQueryLength = 'Maksymalnaja daŭžynia stvoranaha zapytu';
$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';
$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';
$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.';
$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ŭ.';
$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).';
$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.';
$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.';
$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';
$strMysqlClientVersion = 'Versija klijenta MySQL';
$strMySQLConnectionCollation = 'Supastaŭleńnie padłučeńnia da MySQL';
$strMySQLSaid = 'Adkaz MySQL: ';
$strMySQLShowProcess = 'Pakazać pracesy';
$strMySQLShowStatus = 'Pakazać stan MySQL';
$strMySQLShowVars = 'Pakazać systemnyja źmiennyja MySQL';
 
$strName = 'Nazva';
$strNext = 'Nastupny';
$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.';
$strNoDescription = 'niama apisańnia';
$strNoDetailsForEngine = 'Dla hetaj mašyny zachavańnia dadzienych detalnaja infarmacyja nie dastupnaja.';
$strNoDropDatabases = 'Kamandy "DROP DATABASE" adklučanyja.';
$strNoExplain = 'Nie tłumačyć SQL';
$strNoFilesFoundInZip = 'Fajły ŭ ZIP-archivie nia znojdzienyja!';
$strNoFrames = 'Dla raboty phpMyAdmin patrebny braŭzer z padtrymkaj <b>frejmaŭ</b>.';
$strNoIndex = 'Indeks 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.';
$strNoPhp = 'Biez PHP-kodu';
$strNoPrivileges = 'Biez pryvilejaŭ';
$strNoRights = 'Vy nia majecie dastatkovych pryvilejaŭ być u hetym miescy ŭ hety čas!';
$strNoRowsSelected = 'Nivodny radok nia vybrany';
$strNoSpace = 'Niedastatkova miesca dla zachavańnia ŭ fajł %s.';
$strNoTablesFound = 'U bazie dadzienych tablic nia vyjaŭlena.';
$strNoThemeSupport = 'Temy nie padtrymlivajucca; kali łaska, praviercie vašuju kanfihuracyju i/abo vašyja temy ŭ tečcy %s.';
$strNothingToImport = 'Dadzienyja dla impartavańnia nia ŭviedzienyja!';
$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';
$strNumberOfFields = 'Kolkaść paloŭ';
$strNumSearchResultsInTable = '%s supadzieńniaŭ u tablicy <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ahułam:</b> <i>%s</i> supadzieńniaŭ';
$strNumTables = 'Tablic';
 
$strOK = 'OK';
$strOpenNewWindow = 'Adkryć novaje akno phpMyAdmin';
$strOperations = 'Aperacyi';
$strOperator = 'Aperatar';
$strOptimizeTable = 'Aptymizavać tablicu';
$strOr = 'Abo';
$strOverhead = 'Vykarystańnie resursaŭ';
$strOverwriteExisting = 'Pierazapisvać isnujučy(ja) fajł(y)';
 
$strPageNumber = 'Staronka:';
$strPagesToBeFlushed = 'Skinuć keš staronak';
$strPaperSize = 'Pamier papiery';
$strPartialImport = 'Častkovy impart';
$strPartialText = 'Častkovyja teksty';
$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';
$strPDFOptions = 'Parametry PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Zahałovak spravazdačy';
$strPerHour = 'u hadzinu';
$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';
$strPrimaryKeyHasBeenDropped = 'Pieršasny kluč byŭ vydaleny';
$strPrimaryKeyName = 'Imia 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';
$strPrintViewFull = 'Versija dla druku (z usim tekstam)';
$strPrintView = 'Versija dla druku';
$strPrivDescAllPrivileges = 'Uklučaje ŭsie pryvilei, aproč GRANT.';
$strPrivDescAlter = 'Dazvalaje źmianiać strukturu isnych tablic.';
$strPrivDescAlterRoutine = 'Dazvalaje źmianiać i vydalać prahramy, jakija zachoŭvajucca.';
$strPrivDescCreateDb = 'Dazvalaje stvarać novyja bazy dadzienych i tablicy.';
$strPrivDescCreateRoutine = 'Dazvalaje stvarać prahramy, jakija zachoŭvajucca.';
$strPrivDescCreateTbl = 'Dazvalaje stvarać novyja tablicy.';
$strPrivDescCreateTmpTable = 'Dazvalaje stvarać časovyja tablicy.';
$strPrivDescCreateUser = 'Dazvalaje stvarać, vydalać i pierajmianoŭvać ulikovyja zapisy karystalnikaŭ';
$strPrivDescCreateView = 'Dazvalaje stvarać novyja prahlady.';
$strPrivDescDelete = 'Dazvalaje vydalać dadzienyja.';
$strPrivDescDropDb = 'Dazvalaje vydalać bazy dadzienych i tablicy.';
$strPrivDescDropTbl = 'Dazvalaje vydalać tablicy.';
$strPrivDescExecute5 = 'Dazvalaje vykanańnie prahramaŭ, 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.';
$strPrivDescInsert = 'Dazvalaje ŭstaŭlać i zamianiać dadzienyja.';
$strPrivDescLockTables = 'Dazvalaje blakavać tablicy dla biahučaha patoku.';
$strPrivDescMaxConnections = 'Abmiažoŭvaje kolkaść novych złučeńniaŭ, jakija karystalnik moža adkryć na praciahu hadziny.';
$strPrivDescMaxQuestions = 'Abmiažoŭvaje kolkaść zapytaŭ, jakija karystalnik moža adpravić na server na praciahu hadziny.';
$strPrivDescMaxUpdates = 'Abmiažoŭvaje kolkaść kamandaŭ, źmianiajučych lubuju tablicu abo bazu dadzienych, jakija karystalnik moža vykanać na praciahu hadziny.';
$strPrivDescMaxUserConnections = 'Abmiažoŭvaje kolkaść adnačasovych złučeńniaŭ, jakija moža mieć karystalnik.';
$strPrivDescProcess3 = 'Dazvalaje spyniać pracesy inšych karystalnikaŭ.';
$strPrivDescProcess4 = 'Dazvalaje prahladać poŭnyja zapyty ŭ śpisie pracesaŭ.';
$strPrivDescReferences = 'Nie pracuje ŭ hetaj versii MySQL.';
$strPrivDescReload = 'Dazvalaje pierazahružać nałady servera i ačyščać keš servera.';
$strPrivDescReplClient = 'Dazvalaje karystalniku pytacca, dzie znachodziacca slaves / masters.';
$strPrivDescReplSlave = 'Nieabchodna dla replikacyi slaves.';
$strPrivDescSelect = 'Dazvalaje čytać dadzienyja.';
$strPrivDescShowDb = 'Daje dostup da poŭnaha śpisu bazaŭ dadzienych.';
$strPrivDescShowView = 'Dazvalaje vykanańnie zapytaŭ SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Dazvalaje spyniać server.';
$strPrivDescSuper = 'Dazvalaje padłučeńnie, navat kali dasiahnuty maksymalny lik padłučeńniaŭ; Patrabujecca dla bolšaści administratyŭnych aperacyjaŭ, takich jak vyznačeńnie hlabalnych źmiennych abo spynieńnie patokaŭ inšych karystalnikaŭ.';
$strPrivDescUpdate = 'Dazvalaje źmianiać dadzienyja.';
$strPrivDescUsage = 'Biez pryvilejaŭ.';
$strPrivileges = 'Pryvilei';
$strPrivilegesReloaded = 'Pryvilei byli paśpiachova pierazahružanyja.';
$strProcesslist = 'Śpis pracesaŭ';
$strProtocolVersion = 'Versija pratakołu';
$strPutColNames = 'Paznačyć nazvy paloŭ u pieršym radku';
 
$strQBEDel = 'Vydalić';
$strQBEIns = 'Ustavić';
$strQBE = 'Zapyt zhodna prykładu';
$strQueryCache = 'Keš zapytaŭ';
$strQueryFrame = 'Akno zapytu';
$strQueryOnDb = 'SQL-zapyt da BD <b>%s</b>:';
$strQuerySQLHistory = 'Historyja SQL';
$strQueryStatistics = '<b>Statystyka zapytaŭ</b>: Z momantu zapusku %s zapytaŭ było adpraŭlena na server.';
$strQueryTime = 'Zapyt vykonvaŭsia %01.4f sek';
$strQueryType = 'Typ zapytu';
$strQueryWindowLock = 'Nie pierazapisvajcie hety zapyt u inšych voknach';
 
$strReadRequests = 'Zapyty čytańnia';
$strReceived = 'Atrymana';
$strRecords = 'Zapisy';
$strReferentialIntegrity = 'Pravieryć cełasnaść dadzienych:';
$strRefresh = 'Abnavić';
$strRelationalSchema = 'Relacyjnaja schiema';
$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ŭ';
$strReloadingThePrivileges = 'Pierazahruzić pryvilei';
$strReloadMySQL = 'Pierazahruzić MySQL';
$strRemoveSelectedUsers = 'Vydalić vybranych karystalnikaŭ';
$strRenameDatabaseOK = 'Baza dadzienych %s była pierajmienavanaja ŭ %s';
$strRenameTableOK = 'Tablica %s była pierajmienavanaja ŭ %s';
$strRenameTable = 'Pierajmienavać tablicu ŭ';
$strRepairTable = 'Ramantavać tablicu';
$strReplaceNULLBy = 'Zamianiać NULL na';
$strReplaceTable = 'Zamianić dadzienyja tablicy dadzienymi z fajła';
$strReplication = 'Replikacyja';
$strReset = 'Skinuć';
$strResourceLimits = 'Abmiežavańni resursaŭ';
$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';
$strRowLength = 'Daŭžynia radka';
$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';
$strRunSQLQueryOnServer = 'Vykanać SQL-zapyt(y) na servery %s';
$strRunSQLQuery = 'Vykanać SQL-zapyt(y) na bazie dadzienych %s';
$strRussian = 'Rasiejskaja';
 
$strSaveOnServer = 'Zachavać na servery ŭ tečcy %s';
$strSave = 'Zachavać';
$strScaleFactorSmall = 'Maštab zamały dla taho, kab schiema zajmała ŭsiu staronku';
$strSearchFormTitle = 'Pošuk u bazie dadzienych';
$strSearchInTables = 'U tablicy(ach):';
$strSearchNeedle = 'Słova(y) abo značeńnie(i) dla pošuku (maska: "%"):';
$strSearchOption1 = 'prynamsi adno z słovaŭ';
$strSearchOption2 = 'usie słovy';
$strSearchOption3 = 'dakładnuju frazu';
$strSearchOption4 = 'rehularny 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).';
$strSelectADb = 'Kali łaska, vybierycie bazu dadzienych';
$strSelectAll = 'Vybrać usio';
$strSelectBinaryLog = 'Vyłučycie dvojkavy łoh dla prahladu';
$strSelectFields = 'Vybrać pali (prynamsi adno):';
$strSelectNumRows = 'pa zapytu';
$strSelectTables = 'Vybierycie tablicu(y)';
$strSend = 'Zachavać jak fajł';
$strSent = 'Adpraŭlena';
$strServerChoice = 'Vybar servera';
$strServerNotResponding = 'Server nie adkazvaje';
$strServer = 'Server';
$strServerStatus = 'Biahučaja infarmacyja';
$strServerStatusDelayedInserts = 'Adkładzienyja ŭstaŭki';
$strServerStatusUptime = 'Hety server MySQL pracuje %s. Jon byŭ zapuščany %s.';
$strServerTabProcesslist = 'Pracesy';
$strServerTabVariables = 'Źmiennyja';
$strServerTrafficNotes = '<b>Trafik servera</b>: Hetyja tablicy pakazvajuć statystyku sietkavaha trafiku hetaha servera MySQL ad momantu jahonaha zapusku.';
$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\').';
$strShowAll = 'Pakazać usie';
$strShowColor = 'Pakazać koler';
$strShowDatadictAs = 'Farmat słoŭnika dadzienych';
$strShowFullQueries = 'Pakazać poŭnyja zapyty';
$strShowGrid = 'Pakazać sietku';
$strShowingBookmark = 'Pakazvajučy zakładku';
$strShowingRecords = 'Pakazanyja zapisy';
$strShowOpenTables = 'Pakazać adkrytyja tablicy';
$strShow = 'Pakazać';
$strShowPHPInfo = 'Pakazać infarmacyju pra PHP';
$strShowSlaveHosts = 'Pakazać zaležnyja servery';
$strShowSlaveStatus = 'Pakazać stan zaležnych serveraŭ';
$strShowStatusBinlog_cache_disk_useDescr = 'Kolkaść tranzakcyjaŭ, jakija vykarystoŭvali časovy dvojkavy keš zapytaŭ, ale jakija pieravysili značeńnie binlog_cache_size i vykarystoŭvali časovy fajł dla zachoŭvańnia vyrazaŭ tranzakcyi.';
$strShowStatusBinlog_cache_useDescr = 'Kolkaść tranzakcyjaŭ, jakija vykarystoŭvali časovy dvojkavy keš zapytaŭ.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Kolkaść časovych tablic na dysku, stvoranych aŭtamatyčna serveram padčas vykanańnia vyrazaŭ. Kali lik Created_tmp_disk_tables vialiki, vy možacie pavialičyć značeńnie tmp_table_size, kab časovyja tablicy zachoŭvalisia ŭ pamiaci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Kolkaść časovych fajłaŭ, stvoranych mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Kolkaść časovych tablic, raźmieščanych u pamiaci, jakija byli aŭtamatyčna stvoranyja serveram padčas vykanańnia vyrazaŭ.';
$strShowStatusDelayed_errorsDescr = 'Kolkaść radkoŭ, zapisanych z INSERT DELAYED, z-za jakich adbylisia peŭnyja pamyłki (peŭna, dublavanyja klučy).';
$strShowStatusDelayed_insert_threadsDescr = 'Kolkaść apracoŭnikaŭ patokaŭ INSERT DELAYED, jakija vykarystoŭvajucca. Kožnaja tablica, na jakoj vykonvajecca INSERT DELAYED atrymlivaje svoj ułasny patok.';
$strShowStatusDelayed_writesDescr = 'Kolkaść zapisanych INSERT DELAYED radkoŭ.';
$strShowStatusFlush_commandsDescr = 'Kolkaść vykananych FLUSH-vyrazaŭ.';
$strShowStatusHandler_commitDescr = 'Kolkaść unutranych COMMIT-vyrazaŭ.';
$strShowStatusHandler_deleteDescr = 'Kolkaść razoŭ vydaleńnia radka z tablicy.';
$strShowStatusHandler_discoverDescr = 'Server MySQL moža zapytacca mašynu zachavańnia dadzienych NDB Cluster, ci viedaje jana tablicu z dadzienym imiem. Heta nazyvajecca vyśviatleńniem. Handler_discover pakazvaje kolkaść vyśviatleńniaŭ tablic.';
$strShowStatusHandler_read_firstDescr = 'Kolkaść razoŭ pieršy zapis byŭ pračytany z indeksu. Kali hetaje značeńnie vialikaje, serveru rekamendujecca rabić vialikuju kolkaść paŭnaindeksavych skanavańniaŭ; naprykład, SELECT col1 FROM foo, uličvajučy, što col1 indeksavanaja.';
$strShowStatusHandler_read_keyDescr = 'Kolkaść zapytaŭ na čytańnie radka z vykarystańniem kluča. Kali jana vialikaja, heta dobraja prykmieta taho, što zapyty i tablicy dobra indeksavanyja.';
$strShowStatusHandler_read_nextDescr = 'Kolkaść zapytaŭ čytańnia nastupny radok u klučavym paradku. Jana pavialičvajecca, kali vykonvajecca zapyt na indeksavanuju kalonku z šeraham abmiežavańniaŭ abo kali adbyvajecca skanavańnie indeksaŭ.';
$strShowStatusHandler_read_prevDescr = 'Kolkaść zapytaŭ čytańnia papiaredni radok u klučavym paradku. Hety metad čytańnia vykarystoŭvajecca pieravažna dla aptymizacyi ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Kolkaść zapytaŭ čytańnia radka fiksavanaj pazycyi. Jana vialikaja, kali vykonvajecca šmat zapytaŭ, jakija patrabujuć sartavańnie vynikaŭ. Mahčyma, prysutničaje šmat zapytaŭ, jakija patrabujuć ad MySQL pierahlad tablicy całkam abo vykonvajucca ab\'jadnańni, jakija niapravilna vykarystoŭvajuć klučy.';
$strShowStatusHandler_read_rnd_nextDescr = 'Kolkaść zapytaŭ čytańnia nastupnaha radka ŭ fajle dadzienych. Jana vialikaja, kali vykonvajecca šmat prahladaŭ tablicy. U ahulnym vypadku heta aznačaje, što tablicy indeksavanyja niapravilna abo zapyty nie napisanyja tak, kab vykarystoŭvać pieravahi indeksaŭ.';
$strShowStatusHandler_rollbackDescr = 'Kolkaść unutranych vyrazaŭ ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Kolkaść zapytaŭ abnaŭleńnia radka ŭ tablicy.';
$strShowStatusHandler_writeDescr = 'Kolkaść zapytaŭ ustaŭki radka ŭ tablicu.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Kolkaść staronak, jakija ŭtrymlivajuć dadzienyja (źmienienych abo niaźmienienych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Kolkaść źmienienych staronak.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Kolkaść staronak bufernaha pułu, na jakija byŭ atrymany zapyt na skid.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Kolkaść volnych staronak.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Kolkaść staronak, jakija ŭtrymlivajucca ŭ bufernym pule InnoDB. Heta staronki, jakija ŭ biahučy momant čytajucca ci zapisvajucca abo jakija nia mohuć być skinutyja ci vydalenyja z-za peŭnaj pryčyny.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kolkaść zaniatych staronak tamu, što jany byli vyznačanyja jak administrycyjnyja dadzienyja takija, jak blakavańnie radkoŭ abo adaptyŭny chešavany indeks. Hetaje značeńnie taksama moža być vyličanaje jak Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Ahulny pamier bufernaha pułu, u staronkach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Kolkaść «vypadkovych» papiarednich čytańniaŭ, zroblenych InnoDB. Heta adbyvajecca, kali zapyt prahladaje značnuju častku tablicy, ale ŭ vypadkovym paradku.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Kolkaść paśladoŭnych papiarednich čytańniaŭ, zroblenych InnoDB. Heta adbyvajecca, kali InnoDB vykonvaje paśladoŭny poŭny prahlad tablicy.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Kolkaść lagičnych zapytaŭ čytańnia, zroblenych InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Kolkaść lagičnych čytańniaŭ, jakija InnoDB nie zmahła adnavić z bufernaha pułu, a tamu zrabiła adnastaronkavaje čytańnie.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zvyčajna, zapisy ŭ buferny puł InnoDB, zroblenyja ŭ fonie. Adnak, kali nieabchodna pračytać abo stvaryć staronku i čystyja staronki adsutničajuć, nieabchočna pačakać, pakul peŭnyja staronki nia buduć skinutyja. Hety kamputar padličvaje kolkaść takich čakańniaŭ. Kali pamier buferu byŭ vyznačany pravilna, hetaje značeńnie musić być maleńkim.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Kolkaść zapisaŭ, zroblenych u buferny puł InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Kolkaść aperacyjaŭ fsync() na biahučy momant.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Biahučaja kolkaść aperacyjaŭ fsync(), jakija čakajuć vykanańnia.';
$strShowStatusInnodb_data_pending_readsDescr = 'Biahučaja kolkaść čytańniaŭ, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_data_pending_writesDescr = 'Biahučaja kolkaść zapisaŭ, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_data_readDescr = 'Kolkaść pračytanych na biahučy momant dadzienych, u bajtach.';
$strShowStatusInnodb_data_readsDescr = 'Ahulnaja kolkaść čytańniaŭ dadzienych.';
$strShowStatusInnodb_data_writesDescr = 'Ahulnaja kolkaść zapisaŭ dadzienych.';
$strShowStatusInnodb_data_writtenDescr = 'Kolkaść zapisanych na biahučy momant dadzienych, u bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, jakija byli zapisanyja dla hetaj mety.';
$strShowStatusInnodb_dblwr_writesDescr = 'Kolkaść padvojnych zapisaŭ, jakija byli vykananyja, i kolkaść staronak, jakija byli zapisanyja dla hetaj mety.';
$strShowStatusInnodb_log_waitsDescr = 'Kolkaść vypadkaŭ čakańnia z-za taho, što bufer łogu byŭ zanadta mały, i tamu daviałosia čakać, pakul jon nie ačyścicca.';
$strShowStatusInnodb_log_write_requestsDescr = 'Kolkaść zapisaŭ u łog.';
$strShowStatusInnodb_log_writesDescr = 'Kolkaść fizyčna vykananych zapisaŭ u łog-fajł.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Kolkaść synchranizavynych zapisaŭ, zroblenych u łog-fajł.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Kolkaść synchranizavańniaŭ łog-fajła, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Kolkaść zapisaŭ u łog-fajł, jakija čakajuć vykanańnia.';
$strShowStatusInnodb_os_log_writtenDescr = 'Kolkaść bajtaŭ, zapisanych u łog-fajł.';
$strShowStatusInnodb_pages_createdDescr = 'Kolkaść stvoranych staronak.';
$strShowStatusInnodb_page_sizeDescr = 'Pamier zakampilavanaj staronki InnoDB (pa zmoŭčańni 16KB). Peŭnyja vieličyni vymiarajucca ŭ staronkach; pamier staronki dazvalaje chutka pieravieści jaho ŭ bajty.';
$strShowStatusInnodb_pages_readDescr = 'Kolkaść pračytanych staronak.';
$strShowStatusInnodb_pages_writtenDescr = 'Kolkaść zapisanych staronak.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Kolkaść blakavańniaŭ radkoŭ, čakańnie jakich adbyvajecca na biahučy momant.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Siaredni čas atrymańnia mahčymaści blakavańnia radku, u milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ahulny čas čakańnia atrymańnia mahčymaści blakavańnia radku, u milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny čas atramańnia mahčymaści blakavańnia radku, u milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Kolkaść razoŭ, kali davodziłasia čakać blakavańnie radku.';
$strShowStatusInnodb_rows_deletedDescr = 'Kolkaść radkoŭ, vydalenych z tablic InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Kolkaść radkoŭ, ustaŭlenych u tablicy InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Kolkaś radkoŭ, pračytanych z tablic InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Kolkaść radkoŭ, abnoŭlenych u tablicach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Kolkaść blokaŭ u kešy klučoŭ, jakija byli źmienienyja, ale jašče nie byli skinutyja na dysk. Vykarystoŭvajecca jak značeńnie Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Kolkaść niavykarystanych blokaŭ u kešy klučoŭ. Hetaje značeńnie možna vykarystoŭvać dla vyznačeńnia stupieni vykarystańnia kešu klučoŭ.';
$strShowStatusKey_blocks_usedDescr = 'Kolkaść vykarystanych blokaŭ u kešy klučoŭ. Hetaje značeńnie z dastatkovaj stupieńniu peŭnaści śviedčyć pra maksymalnuju za ŭvieś čas kolkaść blokaŭ, jakija vykarastoŭvalisia adnačasova.';
$strShowStatusKey_read_requestsDescr = 'Kolkaść zapytaŭ na čytańnie bloku klučoŭ z kešu.';
$strShowStatusKey_readsDescr = 'Kolkaść fizyčnych čytańniaŭ bloku klučoŭ z dyska. Kali značeńnie Key_reads vialikaje, značeńnie key_buffer_size, vidać, vielmi małoje. Kolkaść promachaŭ u keš možna vyličyć jak Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Kolkaść zapytaŭ na zapis bloku klučoŭ u keš.';
$strShowStatusKey_writesDescr = 'Kolkaść fizyčnych zapisaŭ bloku klučoŭ na dysk.';
$strShowStatusLast_query_costDescr = 'Ahulny košt apošniaha zkampilavanaha zapytu, padličanaha aptymizataram zapytaŭ. Karysna dla paraŭnańnia roznych sposabaŭ realizacyi adnaho zapytu. Značeńnie pa zmoŭčańni 0 aznačaje, što nivodny zapyt jašče nia byŭ zkampilavany.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Kolkaść radkoŭ dla zapisu, adkładzienych zapytami INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Kolkaść tablic, jakija byli adkrytyja. Kali adkrytyja tablicy vialikija, značeńnie kešu tablic imavierna vielmi małoje.';
$strShowStatusOpen_filesDescr = 'Kolkaść adkrytych fajłaŭ.';
$strShowStatusOpen_streamsDescr = 'Kolkaść adkrytych patokaŭ (vykarystoŭvajucca pieravažna dla łahavańnia).';
$strShowStatusOpen_tablesDescr = 'Kolkaść adkrytych tablic.';
$strShowStatusQcache_free_blocksDescr = 'Kolkaść volnych blokaŭ pamiaci ŭ kešy zapytaŭ.';
$strShowStatusQcache_free_memoryDescr = 'Kolkaść volnaj pamiaci dla kešu zapytaŭ.';
$strShowStatusQcache_hitsDescr = 'Kolkaść zvarotaŭ da kešu.';
$strShowStatusQcache_insertsDescr = 'Kolkaść zapytaŭ, jakija byli dadanyja ŭ keš.';
$strShowStatusQcache_lowmem_prunesDescr = 'Kołkaść zapytaŭ, jakija byli vydalenyja z kešu, kab vyzvalić pamiać dla kešavańnia novych zapytaŭ. Hetyja źviestki mohuć dapamahčy vyznačyć pamier kešu zapytaŭ. Keš zapytaŭ vykarystoŭvaje statehiju elementa, jaki vykarystoŭvaŭsia najmienš (LRU) dla vyznačeńnia, jakija zapyty treba vydalać z kešu.';
$strShowStatusQcache_not_cachedDescr = 'Kolkaść niekešavalnych zapytaŭ (niekešavalnych abo niekešavanych z-za značeńnia dyrektyvy query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Kolkaść zapytaŭ, jakija prysutničajuć u kešy.';
$strShowStatusQcache_total_blocksDescr = 'Ahulnaja kolkaść blokaŭ u kešy zapytyŭ.';
$strShowStatusReset = 'Skinuć statystyku';
$strShowStatusRpl_statusDescr = 'Stan abaronienaj ad pamyłak replikacyi (jašče nie realizavanaja).';
$strShowStatusSelect_full_joinDescr = 'Kolkaść ab\'jadnańniaŭ, jakija nie vykarystoŭviajuć indeksy. Kali hetaje značeńnie nia roŭnaje 0, varta pravieryć indeksy ŭ tablicach.';
$strShowStatusSelect_full_range_joinDescr = 'Kolkaść ab\'jadnańniaŭ, jakija vykarystoŭvali pošuk pa mascy ŭ metavaj tablicy.';
$strShowStatusSelect_range_checkDescr = 'Kolkaść ab\'jadnańniaŭ biez vykarystańnia klučoŭ, jakija praviarali najaŭnaść kluča paśla kožnaha radka. (Kali hetaje značeńnie nia roŭnaje 0, varta pravieryć indeksy ŭ tablicach.)';
$strShowStatusSelect_rangeDescr = 'Kolkaść ab\'jadnańniaŭ, jakija vykarystoŭvali spałučeńni paloŭ u pieršaj tablicy. (Zvyčajna nie krytyčna, navat kali hetaje značeńnie vialikaje.)';
$strShowStatusSelect_scanDescr = 'Kolkaść ab\'jadnańniaŭ, jakija praviali poŭny prahlad pieršaj tablicy.';
$strShowStatusSlave_open_temp_tablesDescr = 'Kolkaść časovych tablic, jakija ŭ biahučy momant adkrytyja zaležnym SQL-patokam.';
$strShowStatusSlave_retried_transactionsDescr = 'Ahulnaja (ad zahruzki) kolkaść razoŭ, kali zaležny SQL-patok replikacyi paŭtaraŭ tranzakcyi.';
$strShowStatusSlave_runningDescr = 'Hetaje značeńnie roŭnaje "ON", kali server źjaŭlajecca zaležnym i padłučanym da servera, jaki jaho kantraluje.';
$strShowStatusSlow_launch_threadsDescr = 'Kolkaść patokaŭ, jakim spatrebiłasia bolš za slow_launch_time sekundaŭ dla stvareńnia.';
$strShowStatusSlow_queriesDescr = 'Kolkaść zapytaŭ, na vykanantnie jakich spatrebiłasia bolš, čym long_query_time sekundaŭ.';
$strShowStatusSort_merge_passesDescr = 'Kolkaść prachodaŭ, jakija byli zroblenyja algarytmam sartavańnia. Kali hetaje značeńnie vialikaje, varta razhledzić pavieličeńnie značeńnia systemnaj źmiennaj sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Kolkaść sartavańniaŭ, jakija byli zroblenyja z vykarystańniem niekalkich słupkoŭ.';
$strShowStatusSort_rowsDescr = 'Kolkaść adsartavanych radkoŭ.';
$strShowStatusSort_scanDescr = 'Kolkaść sartavańniaŭ, jakija byli zroblenyja padčas prahladu tablicy.';
$strShowStatusTable_locks_immediateDescr = 'Kolkaść razoŭ, kali blakavańnie tablicy było zroblenaje imhnienna.';
$strShowStatusTable_locks_waitedDescr = 'Kolkaść razoŭ, kali blakavańnie tablicy niemahčyma było ažyćciavić imhnienna i peŭny čas pajšoŭ na čakańnie. Kali hetaje značeńnie vialikaje, i isnujuć prablemy z pradukcyjnaściu, varta spačatku aptymizavać zapyty, a paśla abo padzialić tablicu abo tablicy, abo vykarystoŭvać replikacyju.';
$strShowStatusThreads_cachedDescr = 'Kolkaść patokaŭ u kešy patokaŭ. Stupień traplańnia ŭ keš moža być vyličanaja jak Threads_created/Connections. Kali hetaje značeńnie pafarbavanaje ŭ čyrvony koler, varta pavialičyć značeńnie thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Kolkaść adkrytych na biahučy momant złučeńniaŭ.';
$strShowStatusThreads_createdDescr = 'Kolkaść patokaŭ, stvoranych dla kiravańnia złučeńniami. Kali značeńnie Threads_created vialikaje, mahčyma, varta pavialičyć značeńnie thread_cache_size. (Zvyčajna, heta nie daje jakoha-niebudź zaŭvažnaha pavieličeńnia pradukcyjnaści, kali prysutničaje dobraja realizacyja patokaŭ.)';
$strShowStatusThreads_runningDescr = 'Kolkaść patokaŭ, jakija nie źjaŭlajucca śpiačymi.';
$strShowTableDimension = 'Pakazać raźmiernaść tablic';
$strShowTables = 'Pakazać tablicy';
$strShowThisQuery = ' Pakazać hety zapyt znoŭ ';
$strSimplifiedChinese = 'Kitajskaja sproščanaja';
$strSingly = '(asobna)';
$strSize = 'Pamier';
$strSkipQueries = 'Kolkaść (zapytaŭ), jakija treba prapuścić ad pačatku';
$strSlovak = 'Słavackaja';
$strSlovenian = 'Słavienskaja';
$strSocketProblem = '(abo sokiet lakalnaha servera MySQL nie skanfihuravany pravilna)';
$strSortByKey = 'Sartavać pa kluču';
$strSorting = 'Sartavańnie';
$strSort = 'Paradak';
$strSpaceUsage = 'Vykarystańnie prastory';
$strSpanish = 'Hišpanskaja';
$strSplitWordsWithSpace = 'Słovy padzielenyja prahałam (" ").';
$strSQLExportCompatibility = 'Sumiaščalnaść ekspartavanaha SQL';
$strSQLExportType = 'Typ ekspartu';
$strSQLImportOptions = 'Parametry SQL';
$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';
$strStatement = 'Vyrazy';
$strStatisticsOverrun = 'Na zahružanym servery bajtavyja ličylniki mohuć pieraskokvać koła, tamu statystyka, jakuju pakazvaje MySQL-server, moža być niapravilnaj.';
$strStatUpdateTime = 'Apošniaje abnaŭleńnie';
$strStatus = 'Stan';
$strStorageEngine = 'Mašyna zachavańnia dadzienych';
$strStorageEngines = 'Mašyny zachavańnia dadzienych';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu i dadzienyja';
$strStrucDrop = 'Dadać vydaleńnie tablicy';
$strStrucExcelCSV = 'CSV dla dadzienych MS Excel';
$strStrucNativeExcel = 'Rodny farmat MS Excel';
$strStrucOnly = 'Tolki strukturu';
$strStructPropose = 'Prapanavanaja struktura tablicy';
$strStructure = 'Struktura';
$strSubmit = 'Adpravić';
$strSuccess = 'Vaš SQL-zapyt byŭ paśpiachova vykanany';
$strSum = 'Usiaho';
$strSwedish = 'Švedzkaja';
$strSwitchToDatabase = 'Pierajści da skapijavanaj bazy dadzienych';
$strSwitchToTable = 'Pierajści da skapijavanaj tablicy';
 
$strTableAlreadyExists = 'Tablica %s užo isnuje!';
$strTableComments = 'Kamentar da tablicy';
$strTableEmpty = 'Pustaja nazva tablicy!';
$strTableHasBeenDropped = 'Tablica %s była vydalenaja';
$strTableHasBeenEmptied = 'Tablica %s była ačyščanaja';
$strTableHasBeenFlushed = 'Keš tablicy %s byŭ ačyščany';
$strTableMaintenance = 'Absłuhoŭvańnie tablicy';
$strTableOfContents = 'Źmiest';
$strTableOptions = 'Opcyi tablicy';
$strTables = '%s tablic(y)';
$strTableStructure = 'Struktura tablicy';
$strTable = 'Tablica';
$strTableType = 'Typ tablicy';
$strTakeIt = 'hetaja';
$strTblPrivileges = 'Pryvilei, specyfičnyja dla tablicy';
$strTempData = 'Časovyja dadzienyja';
$strTextAreaLength = ' Z-za vialikaj daŭžyni,<br /> hetaje pole nia moža być adredagavanaje ';
$strThai = 'Tajlandzkaja';
$strThemeDefaultNotFound = 'Tema pa zmoŭčańni %s nia znojdzienaja!';
$strThemeNoPreviewAvailable = 'Papiaredni prahlad niedastupny.';
$strThemeNotFound = 'Tema %s nia znojdzienaja!';
$strThemeNoValidImgPath = 'Dapuščalny šlach da malunkaŭ temy %s nia znojdzieny!';
$strThemePathNotFound = 'Nia znojdzieny šlach da temy %s!';
$strTheme = 'Tema / Styl';
$strThisHost = 'Hety chost';
$strThisNotDirectory = 'Heta nia tečka';
$strThreads = 'Patoki';
$strThreadSuccessfullyKilled = 'Patok %s byŭ paśpiachova spynieny.';
$strTime = 'Čas';
$strTimeoutInfo = 'Papiaredniaje impartavańnie spyniłasia z-za niedachopu času. Paśla novaj zahruzki impartavańnie budzie praciahnutaje z pazycyi %d.';
$strTimeoutNothingParsed = 'Adnak, padčas apošniaha vykanańnia nijakija dadzienyja byli apracavanyja. Heta zvyčajna značyć, što phpMyAdmin nia zmoža skončyć hetaje impartavańnia, kali vy nie pavialičycie limity vykanańnia php-skryptoŭ.';
$strTimeoutPassed = 'Vyjšaŭ dazvoleny čas vykanańnia skrypta. Kali vy chočacie zavieršyć impartavańnie, kali łaska, zahruzicie fajł znoŭ i impartavańnie ŭznavicca.';
$strToggleScratchboard = 'Pakazać papiaredni prahlad';
$strTotalUC = 'Ahułam';
$strTotal = 'usiaho';
$strTraditionalChinese = 'Tradycyjnaja kitajskaja';
$strTraditionalSpanish = 'Tradycyjnaja hišpanskaja';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Kaardynatar pierakładu';
$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';
$strTransformation_text_plain__dateformat = 'Pakazvaje dadzienyja z pola TIME, TIMESTAMP abo DATETIME i farmatuje ich zhodna vašaha lakalnaha farmatu daty. Pieršaja opcyja — pramiežak času (u hadzinach), jaki budzie dadadzieny da mietki času (Pa zmoŭčańni: 0). Vykarystoŭvajcie druhuju opcyju, kab vyznačyć inšy farmat daty; hladzicie dakumentacyju da funkcyi PHP strftime().';
$strTransformation_text_plain__external = 'TOLKI DLA LINUX: Zapuskaje źniešniuju prahramu i pieradaje joj dadzienyja pola praz standartny ŭvod. Viartaje standartny vyvad prahramy. Prahrama pa zmoŭčańni — Tidy, jakaja drukuje čysty HTML-kod. Ź mierkavańniaŭ biaśpieki, vam treba ŭručnuju adredagavać fajł libraries/transformations/text_plain__external.inc.php i paznačyć śpis prahramaŭ, jakija vy chočacie zrabić dastupnymi. Pieršaja opcyja — tady numar prahramy, jakuju vy chočacie vykarystoŭvać, druhaja opcyja — parametry dla prahramy. Treciaja opcyja, kali vyznačanaja jak 1, skanvertuje dadzienyja z standartnaha vyvadu vykarystoŭvajučy htmlspecialchars() (Pa zmoŭčańni 1). Čaćviertaja opcyja, kali vyznačanaja jak 1, praduchilić pieranos pa słovach, kab pierakanacca, što ŭvieś vychadny patok budzie vyviedzieny ŭ adzin radok (Pa zmoŭčańni 1).';
$strTransformation_text_plain__formatted = 'Pakazvaje źmieściva pola jak-jość, biez apracoŭki jaho funkcyjaj htmlspecialchars(). Tamu razumiejecca, što pole ŭtrymlivaje karektny HTML-kod.';
$strTransformation_text_plain__imagelink = 'Pakazvaje malunak i spasyłku, pole źmiaščaje nazvu fajła. Pieršaja opcyja — prefiks adrasu kštałtu "http://www.example.com/". Druhaja i treciaja opcyi — šyrynia i vyšynia ŭ piksełach.';
$strTransformation_text_plain__link = 'Pakazvaje spasyłku; pole źmiaščaje nazvu fajła. Pieršaja opcyja — prefiks adrasu kštałtu "http://www.example.com/". Druhaja opcyja — nazva spasyłki.';
$strTransformation_text_plain__sql = 'Farmatuje tekst jak SQL-zapyt z padśviečanym syntaksisam.';
$strTransformation_text_plain__substr = 'Pakazvaje tolki častku radka. Pieršaja opcyja — kolkaść symbalaŭ ad pačatku radka, jakija treba prapuścić (Pa zmoŭčańni 0). Druhaja opcyja — kolkaść symbalaŭ, jakija treba viarnuć (Pa zmoŭčańni: da kanca radka). Treciaja opcyja — radok, jaki treba dałučyć da kanca i/abo z pačatku radka, kali adbudziecca ŭsiačeńnie (Pa zmoŭčańni: "...") .';
$strTruncateQueries = 'Abrazać pakazanyja zapyty';
$strTurkish = 'Tureckaja';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainskaja';
$strUncheckAll = 'Źniać usie adznaki';
$strUnicode = 'Junikod';
$strUnique = 'Unikalnaje';
$strUnknown = 'nieviadoma';
$strUnselectAll = 'Źniać usie adznaki';
$strUnsupportedCompressionDetected = 'Vy pasprabavali zahruzić fajł z metadam ścisku, jaki niepadtrymlivajecca (%s). Jahonaja padtrymka abo nie realizavanaja, abo adklučanaja ŭ vašaj kanfihuracyi.';
$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.';
$strUploadLimit = 'Vy, musić, pasprabavali zahruzić vielmi vialiki fajł. Kali łaska, źviarniciesia da %sdakumentacyi%s dla vyśviatleńnia sposabaŭ abyjści hetaje abmiežavańnie.';
$strUsage = 'Vykarystańnie';
$strUseBackquotes = 'Zvarotnaje dvukośsie ŭ imionach tablic i paloŭ';
$strUsedPhpExtensions = 'Vykarystoŭvajucca pašyreńni PHP';
$strUseHostTable = 'Vykarystoŭvać tablicu chostaŭ';
$strUserAlreadyExists = 'Karystalnik %s užo isnuje!';
$strUserEmpty = 'Pustoje imia karystalnika!';
$strUser = 'Karystalnik';
$strUserName = 'Imia 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 = 'Infarmacyja pra versiju';
$strViewDumpDatabases = 'Prahladzieć damp (schiemu) bazaŭ dadzienych';
$strViewDumpDB = 'Prahladzieć damp (schumu) bazy dadzienych';
$strViewDump = 'Prahladzieć damp (schiemu) tablicy';
$strViewHasBeenDropped = 'Vyhlad %s byŭ vydaleny';
$strViewMaxExactCount = 'U hetym prahladzie bolš za %d radkoŭ. Kali łaska, źviarniciesia da %sdakumentacyi%s.';
$strView = 'Vyhlad';
 
$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';
$strWindowNotFound = 'Niemahčyma abnavić metavaje akno braŭzera. Mahčyma, vy zakryli baćkoŭskaje akno abo nałady biaśpieki vašaha braŭzera skanfihuranyja na blakavańnie mižvakonnych ŭzajemadziejańniaŭ';
$strWithChecked = 'Z adznačanymi:';
$strWriteRequests = 'Zapytaŭ zapisu';
$strWritingCommentNotPossible = 'Niemahčyma dadać kamentar';
$strWritingRelationNotPossible = 'Niemahčyma dadać suviaź';
$strWrongUser = 'Niapravilny łahin/parol. U dostupie admoŭlena.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Zaŭvaha: Paznačeńnie hetych opcyjaŭ jak 0 (nul) zdymaje abmiežavańnie.';
$strZip = 'archivavany ŭ zip';
 
?>
/Web/Maintenance/phpMyAdmin/lang/bosnian-utf-8.inc.php
0,0 → 1,990
<?php
/* $Id: bosnian-utf-8.inc.php,v 2.115.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Samir Kobiljak <kobiljak@aon.at>
* http://www.kobiljak.com
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajta', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAPrimaryKey = 'Osnovni ključ je upravo dodan %s';
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
$strAccessDenied = 'Ulaz nije dozvoljen';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisničko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterij';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijedećoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na slijedećoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (dio "WHERE" upita):';
$strAddToIndex = 'Dodaj u ključ &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAddedColumnComment = 'Dodan je komentar koloni';
$strAddedColumnRelation = 'Dodana je relacija koloni';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaćeno redova:';
$strAfter = 'Poslije %s';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAll = 'Sve';
$strAllTableSameWidth = 'prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promijeni redoslijed u tabeli';
$strAnIndex = 'Ključ je upravo dodan %s';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji host';
$strAnyUser = 'Bilo koji korisnik';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastući';
$strAtBeginningOfTable = 'Na početku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltički';
$strBeginCut = 'POČETAK REZ';
$strBeginRaw = 'POČETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne mijenjaj';
$strBookmarkDeleted = 'Obilježivač je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Obilježen SQL-upit';
$strBookmarkThis = 'Obilježi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
$strBulgarian = 'Bugarski';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporučuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašem phpMyAdmin konfiguracionom fajlu na <code>FALSE</code>. Ako želite da koristite mogućnosti BZ2 kompresije, trebalo bi da pređete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCSVOptions = 'CSV opcije';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChange = 'Promijeni';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeCopy = '... sačuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsets = 'Kodne strane';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCheckAll = 'Označi sve';
$strCheckPrivs = 'Provjeri privilegije';
$strCheckPrivsLong = 'Provjeri privilegije za bazu &quot;%s&quot;.';
$strCheckTable = 'Provjeri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strComments = 'Komentari';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da pročita vaš konfiguracioni fajl!<br />Ovo se može destiti ako PHP nađe grešku u procesiranju ili ne može da pronađe fajl.<br />Pozovite konfiguracioni fajl direktno koristeći donji link u pročitajte poruke o grešci koje dobijate. U većini slučajeve negde nedostaje navodnik ili tačka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnections = 'Konekcije';
$strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivirani.';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Vjerovatno je već zatvoren.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi ključ na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi ključ';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCyrillic = 'Ćirilični';
$strCzech = 'Češki';
 
$strDBComment = 'Komentar baze:';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vrijeme, ms';
$strDBGMinTimeMs = 'Min vrijeme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
$strDanish = 'Danski';
$strData = 'Podaci';
$strDataDict = 'Rečnik podataka';
$strDataOnly = 'Samo podaci';
$strDatabase = 'Baza podataka';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspješno odbačena.';
$strDatabasesStats = 'Statistika baze';
$strDatabasesStatsDisable = 'Isključi statistike';
$strDatabasesStatsEnable = 'Uključi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki protok podataka između web i MySQL servera.';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDbSpecific = 'Specifično za bazu';
$strDefault = 'Podrazumjevano';
$strDefaultValueHelp = 'Za podrazumjevanu vrijednost, unesite samo jednu vrijednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDelete = 'Obriši';
$strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
$strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDeleting = 'Brišem %s';
$strDescending = 'Opadajući';
$strDescription = 'Opis';
$strDictionary = 'riječnik';
$strDisabled = 'Onemogućeno';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primjeru" (džoker: "%")';
$strDoYouReally = 'Da li stvarno hoćete da ';
$strDocu = 'Dokumentacija';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpSaved = 'Sadržaj baze je sačuvan u fajl %s.';
$strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
$strDumpingData = 'Prikaz podataka tabele';
$strDynamic = 'dinamički';
 
$strEdit = 'Promeni';
$strEditPDFPages = 'Izmena PDF strana';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omogućeno';
$strEnd = 'Kraj';
$strEndCut = 'KRAJ REZ';
$strEndRaw = 'KRAJ SIROVO';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEstonian = 'Estonski';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamćen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strFields = 'Polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ograničena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promijenite ime datoteke ili uključite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'urađeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su izvršene ručne izmjene. U tom slučaju %sponovo učitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osvježi tabelu ("FLUSH")';
$strFormEmpty = 'Nedostaje vrijednost u obrascu!';
$strFormat = 'Format';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generirao';
$strGenTime = 'Vrijeme kreiranja';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGerman = 'Njemački';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omogući';
$strGreek = 'Grčki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promijenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Jevrejski';
$strHome = 'Početna strana';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHost = 'Host';
$strHostEmpty = 'Ime hosta je prazno!';
$strHungarian = 'Mađarski';
 
$strId = 'ID';
$strIdxFulltext = 'Tekst ključ';
$strIgnore = 'Ignoriši';
$strIgnoringFile = 'Ignorišem fajl %s';
$strImportDocSQL = 'Uvoz docSQL fajlova';
$strImportFiles = 'Uvoz fajlova';
$strInUse = 'se koristi';
$strIndex = 'Ključ';
$strIndexHasBeenDropped = 'Ključ %s je obrisan';
$strIndexName = 'Ime ključa :';
$strIndexType = 'Tip ključa :';
$strIndexes = 'Ključevi';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaš konfiguracioni fajl sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsert = 'Novi zapis';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertNewRow = 'Unesi novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Pređi na bazu &quot;%s&quot;.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
 
$strKeepPass = 'Nemoj da mijenjaš lozinku';
$strKeyname = 'Ime ključa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLandscape = 'Položeno';
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronađena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisničko ime:';
$strLogin = 'Prijavljivanje';
$strLoginInformation = 'Podatci o prijavi';
$strLogout = 'Odjavljivanje';
 
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation = 'Tranformacije čitača';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation_options_note = 'Molimo unesite vrijednosti za opcije transformacije koristeći ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na primjer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_without = 'MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmjene su sačuvane';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Izmijeni ključ';
$strMoveTable = 'Pomjeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je pomjerena u %s.';
$strMoveTableSameNames = 'Ne mogu da premjestim tabelu u samu sebe!';
$strMultilingual = 'višejezički';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLSaid = 'MySQL kaže: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Slijedeći';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
$strNoExplain = 'Preskoči objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
$strNoIndex = 'Ključ nije definisan!';
$strNoIndexPartsDefined = 'Dijelovi ključa nisu definisani!';
$strNoModification = 'Nema izmjena';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovdje!';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronađene u bazi.';
$strNoUsersFound = 'Korisnik nije nađen.';
$strNoValidateSQL = 'Preskoči provjeru SQL-a';
$strNone = 'nema';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOptimizeTable = 'Optimiziraj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoračenje';
$strOverwriteExisting = 'Prepiši postojeće fajlove';
 
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljnu gresku sa višebajtnim stringovima (mbstring). Pogledajte izvještaj o grešci br. 19404. Ova verzija PHP-a se ne preporučuje za korišćenje sa phpMyAdmin.';
$strPHPVersion = 'verzija PHP-a';
$strPageNumber = 'Broj strane:';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordChanged = 'Lozinka za %s je uspješno promjenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinke nisu identične!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minuti';
$strPerSecond = 'u sekundi';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Napravi PHP kod';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podješena u konfiguracionoj datoteci!';
$strPortrait = 'Uspravno';
$strPos1 = 'Početak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
$strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
$strPrint = 'Štampaj';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmjenu struktura postojećih tabela.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamjenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
$strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava čitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBE = 'Upit po primeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReType = 'Ponovite unos';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationView = 'Relacioni pogled';
$strRelationalSchema = 'Relaciona shema';
$strRelations = 'Relacije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameTable = 'Promjeni ime tabele u ';
$strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zamijeni NULL sa';
$strReplaceTable = 'Zamijeni podatke u tabeli sa podatcima iz datoteke';
$strReset = 'Resetuj';
$strResourceLimits = 'Ograničenja resursa';
$strRevoke = 'Zabrani';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRowLength = 'Dužina reda';
$strRowSize = 'Veličina reda';
$strRows = 'Redova';
$strRowsFrom = ' redova počev od reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistike reda';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRunning = 'na serveru %s';
$strRussian = 'Ruski';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli gresku u SQL parseru. Molimo ispitajte svoj upit pažljivo, i provjerite da su navodnici ispravni i da ne nedostaju. Ostali mogući razlozi greške mogu biti da ste poslali binarni fajl van oblasti za običan tekst. Možete probati svoj upit u MySQL interfejsu komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoći u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspjeva tamo gde uspeva interfejs komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izvještaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoći u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strSave = 'Sačuvaj';
$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearch = 'Pretraživanje';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Riječi ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od riječi';
$strSearchOption2 = 'sve riječi';
$strSearchOption3 = 'tačan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Sačuvaj kao datoteku';
$strSent = 'Poslato';
$strServer = 'Server';
$strServerChoice = 'Izbor servera';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promjenljive';
$strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrijednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbjegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format riječnika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strShowingRecords = 'Prikaz zapisa';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSplitWordsWithSpace = 'Riječi se odvajaju razmakom (" ").';
$strStatCheckTime = 'Posljednja provjera';
$strStatCreateTime = 'Napravljeno';
$strStatUpdateTime = 'Posljednja izmjena';
$strStatement = 'Ime';
$strStatus = 'Status';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podatci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToTable = 'Pređi na kopiranu tabelu';
 
$strTable = 'Tabela';
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbačena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Tip tabele';
$strTables = '%s tabela';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
$strThai = 'Tajlandski ';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
$strTime = 'Vrijeme';
$strToggleScratchboard = 'Uključuje/isključuje scratchboard';
$strTotal = 'ukupno';
$strTotalUC = 'Ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraffic = 'Saobraćaj';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeći lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je različit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreće eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraća standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ručno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treći parametar postavi na 1 izlaz će biti konvertovan koristeći htmlspecialchars() (podrazumevano je 1). Ako je četvrti parametar postavljen na 1, NOWRAP će biti dodato ćeliji sa sadržajem tako da će izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treća je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje samo deo stringa. Prva opcija je ofset koji definiše gde počinje izlaz vašeg teksta (podrazumevano 0). Druga opcija je ofset koji pokazuje koliko će teksta biti prikazano. Ako je nema, sav preostali tekst će biti prikazan. Treća opcija određuje koji će znaci biti dodati izlazu kada se prikaže podstring (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraćene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promjenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUsage = 'Zauzeće';
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
$strUseHostTable = 'Koristi tabelu hosta';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrijednost';
$strUser = 'Korisnik';
$strUserAlreadyExists = 'Korisnik %s već postoji!';
$strUserEmpty = 'Ime korisnika nije unijeto!';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspješno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
 
$strValidateSQL = 'Provjeri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrijednost';
$strVar = 'Promjenljiva';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
 
$strWebServerUploadDirectory = 'direkcija za slanje web servera ';
$strWebServerUploadDirectoryError = 'Direkcija koju ste izabrali za slanje nije dostupna';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'Džoker';
$strWindowNotFound = 'Odredišnji prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš preraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Označeno:';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguće';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguće';
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Ulaz nije dozvoljen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
$strZip = '"zipovano"';
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLogServer = 'Server'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
 
$strSortByKey = 'Sort by key'; //to translate
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
 
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bosnian-windows-1250.inc.php
0,0 → 1,989
<?php
/* $Id: bosnian-windows-1250.inc.php,v 2.115.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by:
* Samir Kobiljak <kobiljak@aon.at>
* http://www.kobiljak.com
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajta', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Èet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAPrimaryKey = 'Osnovni kljuè je upravo dodan %s';
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direkcije docSQL na veb serveru';
$strAccessDenied = 'Ulaz nije dozvoljen';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Provjerite naziv hosta, korisnièko ime i lozinku u config.inc.php i uvjerite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrijednost';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterij';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na slijedeæoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na slijedeæoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (dio "WHERE" upita):';
$strAddToIndex = 'Dodaj u kljuè &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAddedColumnComment = 'Dodan je komentar koloni';
$strAddedColumnRelation = 'Dodana je relacija koloni';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaæeno redova:';
$strAfter = 'Poslije %s';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAll = 'Sve';
$strAllTableSameWidth = 'prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promijeni redoslijed u tabeli';
$strAnIndex = 'Kljuè je upravo dodan %s';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji host';
$strAnyUser = 'Bilo koji korisnik';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltièki';
$strBeginCut = 'POÈETAK REZ';
$strBeginRaw = 'POÈETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne mijenjaj';
$strBookmarkDeleted = 'Obilježivaè je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Obilježen SQL-upit';
$strBookmarkThis = 'Obilježi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBrowseForeignValues = 'Pregledaj strane vrijednosti';
$strBulgarian = 'Bugarski';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporuèuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašem phpMyAdmin konfiguracionom fajlu na <code>FALSE</code>. Ako želite da koristite moguænosti BZ2 kompresije, trebalo bi da preðete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCSVOptions = 'CSV opcije';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da uèitam ekstenziju %s,<br />molim provjerite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da uèitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišæenje ovih ekstenzija ili onemoguæite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim kljuè u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je uèitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChange = 'Promijeni';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeCopy = '... saèuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo uèitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsets = 'Kodne strane';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCheckAll = 'Oznaèi sve';
$strCheckPrivs = 'Provjeri privilegije';
$strCheckPrivsLong = 'Provjeri privilegije za bazu &quot;%s&quot;.';
$strCheckTable = 'Provjeri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strComments = 'Komentari';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da proèita vaš konfiguracioni fajl!<br />Ovo se može destiti ako PHP naðe grešku u procesiranju ili ne može da pronaðe fajl.<br />Pozovite konfiguracioni fajl direktno koristeæi donji link u proèitajte poruke o grešci koje dobijate. U veæini sluèajeve negde nedostaje navodnik ili taèka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnections = 'Konekcije';
$strCookiesRequired = 'Kolaèiæi (Cookies) moraju u ovom sluèaju biti aktivirani.';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Vjerovatno je veæ zatvoren.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi kljuè na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCyrillic = 'Æirilièni';
$strCzech = 'Èeški';
 
$strDBComment = 'Komentar baze:';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vrijeme, ms';
$strDBGMinTimeMs = 'Min vrijeme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vrijeme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vrijeme, ms';
$strDanish = 'Danski';
$strData = 'Podaci';
$strDataDict = 'Reènik podataka';
$strDataOnly = 'Samo podaci';
$strDatabase = 'Baza podataka';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbaèena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspješno odbaèena.';
$strDatabasesStats = 'Statistika baze';
$strDatabasesStatsDisable = 'Iskljuèi statistike';
$strDatabasesStatsEnable = 'Ukljuèi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: ukljuèivanje statistika može prouzrokovati veliki protok podataka izmeðu web i MySQL servera.';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDbSpecific = 'Specifièno za bazu';
$strDefault = 'Podrazumjevano';
$strDefaultValueHelp = 'Za podrazumjevanu vrijednost, unesite samo jednu vrijednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDelete = 'Obriši';
$strDeleteAndFlush = 'Obriši korisnike i ponovo uèitaj privilegije.';
$strDeleteAndFlushDescr = 'Ovo je najèistiji naèin, ali ponovno uèitavanje privilegina može da potraje.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDeleting = 'Brišem %s';
$strDescending = 'Opadajuæi';
$strDescription = 'Opis';
$strDictionary = 'rijeènik';
$strDisabled = 'Onemoguæeno';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primjeru" (džoker: "%")';
$strDoYouReally = 'Da li stvarno hoæete da ';
$strDocu = 'Dokumentacija';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpSaved = 'Sadržaj baze je saèuvan u fajl %s.';
$strDumpXRows = 'Prikaži %s redova poèevši od reda %s.';
$strDumpingData = 'Prikaz podataka tabele';
$strDynamic = 'dinamièki';
 
$strEdit = 'Promeni';
$strEditPDFPages = 'Izmena PDF strana';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omoguæeno';
$strEnd = 'Kraj';
$strEndCut = 'KRAJ REZ';
$strEndRaw = 'KRAJ SIROVO';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEstonian = 'Estonski';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamæen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strFields = 'Polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ogranièena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s veæ postoji na serveru, promijenite ime datoteke ili ukljuèite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguæe proèitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'uraðeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su izvršene ruène izmjene. U tom sluèaju %sponovo uèitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osvježi tabelu ("FLUSH")';
$strFormEmpty = 'Nedostaje vrijednost u obrascu!';
$strFormat = 'Format';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generirao';
$strGenTime = 'Vrijeme kreiranja';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGerman = 'Njemaèki';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omoguæi';
$strGreek = 'Grèki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promijenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Jevrejski';
$strHome = 'Poèetna strana';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHost = 'Host';
$strHostEmpty = 'Ime hosta je prazno!';
$strHungarian = 'Maðarski';
 
$strId = 'ID';
$strIdxFulltext = 'Tekst kljuè';
$strIgnore = 'Ignoriši';
$strIgnoringFile = 'Ignorišem fajl %s';
$strImportDocSQL = 'Uvoz docSQL fajlova';
$strImportFiles = 'Uvoz fajlova';
$strInUse = 'se koristi';
$strIndex = 'Kljuè';
$strIndexHasBeenDropped = 'Kljuè %s je obrisan';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Tip kljuèa :';
$strIndexes = 'Kljuèevi';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaš konfiguracioni fajl sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za hakovanje, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsert = 'Novi zapis';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertNewRow = 'Unesi novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Preði na bazu &quot;%s&quot;.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici æe i dalje imati pristup serveru dok privilegije ne budu ponovo uèitane.';
 
$strKeepPass = 'Nemoj da mijenjaš lozinku';
$strKeyname = 'Ime kljuèa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLandscape = 'Položeno';
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronaðena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisnièko ime:';
$strLogin = 'Prijavljivanje';
$strLoginInformation = 'Podatci o prijavi';
$strLogout = 'Odjavljivanje';
 
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation = 'Tranformacije èitaèa';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation_options_note = 'Molimo unesite vrijednosti za opcije transformacije koristeæi ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrijednosti, stavite obrnutu kosu crtu ispred njih (na primjer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_without = 'MIME-tipovi prikazani u kursivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmjene su saèuvane';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Izmijeni kljuè';
$strMoveTable = 'Pomjeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je pomjerena u %s.';
$strMoveTableSameNames = 'Ne mogu da premjestim tabelu u samu sebe!';
$strMultilingual = 'višejezièki';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLSaid = 'MySQL kaže: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Slijedeæi';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemoguæena.';
$strNoExplain = 'Preskoèi objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira èitaèe koji podržavaju okvire.';
$strNoIndex = 'Kljuè nije definisan!';
$strNoIndexPartsDefined = 'Dijelovi kljuèa nisu definisani!';
$strNoModification = 'Nema izmjena';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da saèuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovdje!';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronaðene u bazi.';
$strNoUsersFound = 'Korisnik nije naðen.';
$strNoValidateSQL = 'Preskoèi provjeru SQL-a';
$strNone = 'nema';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronaðena ili nije postavljena u %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOptimizeTable = 'Optimiziraj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
$strOverwriteExisting = 'Prepiši postojeæe fajlove';
 
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljnu gresku sa višebajtnim stringovima (mbstring). Pogledajte izvještaj o grešci br. 19404. Ova verzija PHP-a se ne preporuèuje za korišæenje sa phpMyAdmin.';
$strPHPVersion = 'verzija PHP-a';
$strPageNumber = 'Broj strane:';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordChanged = 'Lozinka za %s je uspješno promjenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinke nisu identiène!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minuti';
$strPerSecond = 'u sekundi';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Napravi PHP kod';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podješena u konfiguracionoj datoteci!';
$strPortrait = 'Uspravno';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je obrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog kljuèa!)';
$strPrint = 'Štampaj';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Ukljuèuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmjenu struktura postojeæih tabela.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute = 'Dozvoljava pokretanje saèuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog uèitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje kljuèeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamjenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zakljuèavanje tabela tekuæim procesima.';
$strPrivDescMaxConnections = 'Ogranièava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ogranièava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ogranièava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno uèitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoæni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoænih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava èitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za veæinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo uèitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBE = 'Upit po primeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReType = 'Ponovite unos';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRelationNotWorking = 'Dodatne moguænosti za rad sa povezanim tabelama su iskljuèene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationView = 'Relacioni pogled';
$strRelationalSchema = 'Relaciona shema';
$strRelations = 'Relacije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strReloadingThePrivileges = 'Ponovo uèitavam privilegije';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameTable = 'Promjeni ime tabele u ';
$strRenameTableOK = 'Tabeli %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zamijeni NULL sa';
$strReplaceTable = 'Zamijeni podatke u tabeli sa podatcima iz datoteke';
$strReset = 'Resetuj';
$strResourceLimits = 'Ogranièenja resursa';
$strRevoke = 'Zabrani';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeAndDeleteDescr = 'Korisnici æe i dalje imati USAGE privilegije dok se privilegije ponovo ne uèitaju.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRowLength = 'Dužina reda';
$strRowSize = 'Velièina reda';
$strRows = 'Redova';
$strRowsFrom = ' redova poèev od reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistike reda';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRunning = 'na serveru %s';
$strRussian = 'Ruski';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji moguænost da ste pronašli gresku u SQL parseru. Molimo ispitajte svoj upit pažljivo, i provjerite da su navodnici ispravni i da ne nedostaju. Ostali moguæi razlozi greške mogu biti da ste poslali binarni fajl van oblasti za obièan tekst. Možete probati svoj upit u MySQL interfejsu komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoæi u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspjeva tamo gde uspeva interfejs komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izvještaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoæi u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strSave = 'Saèuvaj';
$strSaveOnServer = 'Saèuvaj na server u direktorijum %s';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearch = 'Pretraživanje';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Rijeèi ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od rijeèi';
$strSearchOption2 = 'sve rijeèi';
$strSearchOption3 = 'taèan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahtjeva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Saèuvaj kao datoteku';
$strSent = 'Poslato';
$strServer = 'Server';
$strServerChoice = 'Izbor servera';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi veæ %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promjenljive';
$strServerTrafficNotes = '<b>Saobraæaj servera</b>: Tabele pokazuju statistike mrežnog saobraæaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrijednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbjegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format rijeènika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strShowingRecords = 'Prikaz zapisa';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSplitWordsWithSpace = 'Rijeèi se odvajaju razmakom (" ").';
$strStatCheckTime = 'Posljednja provjera';
$strStatCreateTime = 'Napravljeno';
$strStatUpdateTime = 'Posljednja izmjena';
$strStatement = 'Ime';
$strStatus = 'Status';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podatci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToTable = 'Preði na kopiranu tabelu';
 
$strTable = 'Tabela';
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbaèena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Tip tabele';
$strTables = '%s tabela';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove velièine, polje<br />možda neæete moæi da izmenite';
$strThai = 'Tajlandski ';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspješno prekinut.';
$strTime = 'Vrijeme';
$strToggleScratchboard = 'Ukljuèuje/iskljuèuje scratchboard';
$strTotal = 'ukupno';
$strTotalUC = 'Ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraffic = 'Saobraæaj';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguæe kliknuti; opcije: širina, visina u pikselima (èuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeæi lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je razlièit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreæe eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraæa standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ruèno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treæi parametar postavi na 1 izlaz æe biti konvertovan koristeæi htmlspecialchars() (podrazumevano je 1). Ako je èetvrti parametar postavljen na 1, NOWRAP æe biti dodato æeliji sa sadržajem tako da æe izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Èuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treæa je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje samo deo stringa. Prva opcija je ofset koji definiše gde poèinje izlaz vašeg teksta (podrazumevano 0). Druga opcija je ofset koji pokazuje koliko æe teksta biti prikazano. Ako je nema, sav preostali tekst æe biti prikazan. Treæa opcija odreðuje koji æe znaci biti dodati izlazu kada se prikaže podstring (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraæene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promjenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUseHostTable = 'Koristi tabelu hosta';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrijednost';
$strUser = 'Korisnik';
$strUserAlreadyExists = 'Korisnik %s veæ postoji!';
$strUserEmpty = 'Ime korisnika nije unijeto!';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronaðen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspješno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
 
$strValidateSQL = 'Provjeri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrijednost';
$strVar = 'Promjenljiva';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
 
$strWebServerUploadDirectory = 'direkcija za slanje web servera ';
$strWebServerUploadDirectoryError = 'Direkcija koju ste izabrali za slanje nije dostupna';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'Džoker';
$strWindowNotFound = 'Odredišnji prozor pretraživaèa nije mogao da bude ažuriran. Možda ste zatvorili matièni prozor, ili vaš preraživaè onemoguæava ažuriranje meðu prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Oznaèeno:';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguæe';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguæe';
$strWrongUser = 'Pogrešno korisnièko ime/lozinka. Ulaz nije dozvoljen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja limite.';
$strZip = '"zipovano"';
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLogServer = 'Server'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
 
$strSortByKey = 'Sort by key'; //to translate
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
 
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/brazilian_portuguese-iso-8859-1.inc.php
0,0 → 1,990
<?php
/* $Id: brazilian_portuguese-iso-8859-1.inc.php,v 2.118.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* translated by:
Renato Lins <thbest at information4u.com> DESCONTINUED
Airon Luis Pereira <aironp@pop.com.br> start from v2.6.0
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
 
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y as %I:%M %p';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web';
$strAccessDenied = 'Acesso negado';
$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.';
$strAction = 'Ações';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar restrições';
$strAddDeleteColumn = 'Adicionar/Remover colunas';
$strAddDeleteRow = 'Adicionar/Remover condições de busca';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddedColumnComment = 'Adicionado comentário para a coluna';
$strAddedColumnRelation = 'Adicionada relação para a coluna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)';
$strAddIfNotExists = 'Adicionar IF NOT EXISTS';
$strAddIntoComments = 'Adicionar nos comentários';
$strAddNewField = 'Adicionar novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios nas seguintes Banco de Dados';
$strAddPrivilegesOnTbl = 'Adicionar privilégios nas seguintes tabelas';
$strAddSearchConditions = 'Condição de Pesquisa (complemento da cláusula "onde"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar novo usuário';
$strAddUserMessage = 'Adicionado usuário';
$strAdministration = 'Administração';
$strAffectedRows = 'Registro(s) afetado(s):';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Retornar';
$strAfterInsertNewInsert = 'Inserir novo registro';
$strAfterInsertNext = 'Editar próximo registro';
$strAfterInsertSame = 'Voltar para esta página';
$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnyHost = 'Qualquer servidor';
$strAny = 'Qualquer';
$strAnyUser = 'Qualquer usuário';
$strApproximateCount = 'Pode ser aproximado. Veja o FAQ 3.11';
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armêno';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No início da tabela';
$strAtEndOfTable = 'No final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Auto-detectar';
$strAutomaticLayout = 'Leiaute automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO CORTE';
$strBeginRaw = 'INICIO CRU';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não edite ';
$strBinaryLog = 'Log binário';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Informação';
$strBinLogName = 'Nome do log';
$strBinLogOriginalPosition = 'Posição original';
$strBinLogPosition = 'Posição';
$strBinLogServerId = 'ID do Servidor';
$strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador';
$strBookmarkDeleted = 'O marcador foi removido.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'Consulta SQL gravada';
$strBookmarkThis = 'Gravar essa consulta SQL';
$strBookmarkView = 'Apenas visualizar';
$strBrowseForeignValues = 'Visualizar valores estrangeiros';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Atividade do Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Uso do Buffer Pool';
$strBufferReadMissesInPercent = 'Leitura falhou em %';
$strBufferReadMisses = 'Leitura falhou';
$strBufferWriteWaits = 'Escrita esperada'; // erro de traducao? fiquei na duvida, sera Escrever espera ?
$strBufferWriteWaitsInPercent = 'Escrita esperada em %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Página ocupadas';
$strBzError = 'phpMyAdmin não foi capaz de comprimir o dump devido a um defeito na extensão Bz2 desta versão do php. É extremamente recomendado configurar a diretiva <code>$cfg[\'BZipDump\']</code> do arquivo de configuração do phpMyAdmin para <code>FALSE</code>. Se você quiser usar os recursos de compressão Bz2, você terá que atualizar para uma versão mais nova do PHP. Veja os relatórios de bug %s do php para detalhes.';
$strBzip = '"compactado com bzip"';
 
$strCalendar = 'Calendário';
$strCannotLogin = 'Não foi possível se logar no servidor MySQL';
$strCantLoad = 'não carregou extensão %s,<br />verifique a configurações do php';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Conjunto de Caracteres, configure o PHP de modo a permitir utilizar estas extensões ou desligue a conversão do Conjunto de Caracteres no phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'Não diferencia maiúsculas/minúsculas';
$strCaseSensitive = 'Diferencia maiúsculas/minúsculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Alterar';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyMode = 'Criar um novo usuário com os mesmos privilégios e ...';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo da tabela de usuários e depois recarregar os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo da tabela de usuários.';
$strChangeCopyModeRevoke = ' ... revogar todos privilégios do usuário antigo e depois apagar ele.';
$strChangeCopyUser = 'Mudar informações de login / Copiar usuário';
$strChangeDisplay = 'Escolha o campo para exibir';
$strChangePassword = 'Alterar a senha';
$strCharset = 'Conjunto de caracteres';
$strCharsetOfFile = 'Conjunto de caracteres do arquivo';
$strCharsetsAndCollations = 'Conjuntos de caracteres e Collations';
$strCharsets = 'Conjuntos de caracteres';
$strCheckAll = 'Marcar todos';
$strCheckOverhead = 'Verificar sobre-carga';
$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados &quot;%s&quot;.';
$strCheckPrivs = 'Verificar privilégios';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha a página para editar';
$strColComFeat = 'Exibindo comentários da coluna';
$strCollation = 'Collation';
$strColumnNames = 'Nome das colunas';
$strColumnPrivileges = 'Privilégios específicos da coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCommentsForTable = 'COMENTÁRIOS PARA A TABELA';
$strCompatibleHashing = 'Compatível com MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserções completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o arquivo.<br />Chame o arquivo de configuração diretamente usando o <i>link</i> abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula errado.<br />Se receber uma página em branco, está tudo certo.';
$strConfigureTableCoord = 'Configure as coordenadas para a tabela %s';
$strConnectionError = 'Não pode conectar: configurações inválidas.';
$strConnections = 'Conexões';
$strConstraintsForDumped = 'Restrições para as tabelas dumpadas';
$strConstraintsForTable = 'Restrições para a tabela';
$strCookiesRequired = 'Cookies devem estar ativos após este ponto.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'Banco de Dados %s copiado para %s';
$strCopyTable = 'Copiar tabela para (Banco de Dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não pode copiar a tabela para ela mesma!';
$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o thread %s. É possível que ele já esteja fechado.';
$strCreate = 'Criar';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE antes de copiar';
$strCreateIndex = 'Criar um índice em&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar novo Banco de Dados';
$strCreateNewTable = 'Criar nova tabela no Banco de Dados %s';
$strCreatePage = 'Criar uma nova página';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Criar/Atualizar/Verificar datas';
$strCriteria = 'Critério';
$strCroatian = 'Croata';
$strCSVOptions = 'Opções CSV';
$strCyrillic = 'Cirílico';
$strCzechSlovak = 'Tcheco-Eslováquio';
$strCzech = 'Tcheco';
 
$strDanish = 'Dinamarquês';
$strDatabase = 'Banco de Dados';
$strDatabaseEmpty = 'O nome do Banco de Dados está em branco!';
$strDatabaseExportOptions = 'Opções de exportação do Banco de Dados';
$strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.';
$strDatabaseNoTable = 'Esse Banco de Dados não possui tabelas!';
$strDatabases = 'Banco de Dados';
$strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!';
$strDatabasesStatsDisable = 'Disabilitar estatísticas';
$strDatabasesStatsEnable = 'Habilitar estatísticas';
$strDatabasesStats = 'Estatísticas do Banco de Dados';
$strDatabasesStatsHeavyTraffic = 'Nota: Ativar as estatísticas pode causar um grande volume de tráfego de dados entre o servidor web e o servidor MySQL.';
$strData = 'Dados';
$strDataDict = 'Dicionário de dados';
$strDataOnly = 'Dados apenas';
$strDataPages = 'Páginas contendo dados';
$strDBComment = 'Comentário do Banco de Dados: ';
$strDBCopy = 'Copiar Banco de Dados para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilégios específicos do Banco de Dados';
$strDBRename = 'Renomear Banco de Dados para';
$strDbSpecific = 'Específico do Banco de Dados';
$strDefaultEngine = '%s é o stored engine padrão neste servidor MySQL.';
$strDefault = 'Padrão';
$strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a';
$strDefragment = 'Desfragmentar tabela';
$strDelayedInserts = 'Usar inserções demoradas';
$strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.';
$strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.';
$strDeleted = 'Registro eliminado';
$strDeletedRows = 'Registros eliminados:';
$strDelete = 'Remover';
$strDeleting = 'Eliminando %s';
$strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDirtyPages = 'Páginas sujas';
$strDisabled = 'Desabilitado';
$strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras';
$strDisplayFeat = 'Exibir recursos';
$strDisplayOrder = 'Ordenado por:';
$strDisplayPDF = 'Exibir esquema PDF';
$strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")';
$strDocu = 'Documentação';
$strDoYouReally = 'Confirmar: ';
$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar o Banco de Dados que possui o mesmo nome dos usuários.';
$strDumpingData = 'Extraindo dados da tabela';
$strDumpSaved = 'Dump foi salvo no arquivo %s.';
$strDumpXRows = 'Dumpar %s registros, começando pelo registro %s.';
$strDynamic = 'dinâmico';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar Páginas PDF';
$strEditPrivileges = 'Editar Privilégios';
$strEffective = 'Efetivo';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Encapsular exportação numa transação';
$strEndCut = 'FIM CORTE';
$strEnd = 'Fim';
$strEndRaw = 'FIM CRU';
$strEngineAvailable = '%s está disponível neste servidor MySQL.';
$strEngineDisabled = '%s está desabilitado neste servidor MySQL.';
$strEngines = 'Engines';
$strEngineUnsupported = 'Esse servidor MySQL não suporta o stored engine %s.';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
$strError = 'Erro';
$strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição do Excel';
$strExcelOptions = 'Opções do Excel';
$strExecuteBookmarked = 'Executar consulta marcada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Inserções extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falharam';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Campo %s foi deletado';
$strFields = 'Campos';
$strFieldsEmpty = ' O campo count esta vazio! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos contornados por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.';
$strFileCouldNotBeRead = 'O arquivo não pode ser lido';
$strFileNameTemplate = 'Nome do arquivo do modelo';
$strFileNameTemplateRemember = 'lembrar modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode divergir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sRELOAD PRIVILEGES%s antes de continuar..';
$strFlushTable = 'Limpar a tabela ("LIMPAR")';
$strFormat = 'Formato';
$strFormEmpty = 'Faltando valores no formulário!';
$strFreePages = 'Páginas livres';
$strFullText = 'Textos completos';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGeneralRelationFeat = 'Recursos de relações gerais';
$strGenerate = 'Gerar';
$strGeneratePassword = 'Gerar Senha';
$strGenTime = 'Tempo de Geração';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilégios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"compactado com gzip"';
 
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi criado.';
$strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para campos binários';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHome = 'Principal';
$strHostEmpty = 'O nome do servidor está vazio!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opções de exportação: Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opções de exportação: Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandês';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar inserções ignoradas';
$strIgnoringFile = 'Ignorar arquivo %s';
$strImportDocSQL = 'Importar arquivos docSQL';
$strImportFiles = 'Importar arquivos';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Índice %s foi eliminado';
$strIndex = 'Índice';
$strIndexName = 'Nome do índice:';
$strIndexType = 'Tipo de índice:';
$strIndexWarningMultiple = 'Mais de uma %s chave foi criada para a coluna `%s`';
$strIndexWarningPrimary = 'Chaves PRIMARY e INDEX não podem ser usadas juntas para a coluna `%s`';
$strIndexWarningTable = 'Problemas com o índice da tabela `%s`';
$strIndexWarningUnique = 'Chaves UNIQUE e INDEX não podem ser usadas juntas para a coluna `%s`';
$strInnoDBAutoextendIncrementDesc = 'O tamanho do incremento para extender o tamanho de um tamanho de tabela autoextendida quando ela começar à ficar cheia.';
$strInnoDBAutoextendIncrement = 'Incremento autoextendido';
$strInnoDBBufferPoolSizeDesc = 'O tamanho do buffer de memória que o InnoDB usa para dados do cache e índices nas suas tabelas.';
$strInnoDBBufferPoolSize = 'Tamanho do Buffer Pool';
$strInnoDBDataFilePath = 'Arquivos de dados';
$strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.';
$strInnoDBDataHomeDir = 'Diretório raiz de dados';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Status do InnoDB';
$strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.';
$strInsertAsNewRow = 'Inserir uma nova coluna';
$strInsertedRowId = 'Inserir ID do registro:';
$strInsertedRows = 'Registros inseridos:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Insere novo registro';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
$strInUse = 'em uso';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Ir para o Banco de Dados &quot;%s&quot;.';
$strJustDelete = 'Apenas apagar o usuário da tabela de privilégios';
$strJustDeleteDescr = 'O usuário &quot;apagado&quot; ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Não mudar a senha';
$strKeyname = 'Nome chave';
$strKill = 'Matar';
$strKorean = 'Coreano';
 
$strLandscape = 'Paisagem';
$strLatchedPages = 'Páginas trancadas';
$strLatexCaption = 'Leganda da Tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexContinued = '(continuação)';
$strLatexIncludeCaption = 'Incluir legenda da tabela';
$strLatexLabel = 'Rótulo da chave';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opções LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonês';
$strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituânio';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo texto';
$strLogin = 'Autenticação';
$strLoginInformation = 'Informação de login';
$strLogout = 'Sair';
$strLogPassword = 'Senha:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuário:';
$strLongOperation = 'Esta operação pode ser demorada. Deseja prosseguir?';
 
$strMaximumSize = 'Tamanho máximo: %s%s';
$strMbExtensionMissing = 'A extensão mbstring do PHP não foi encontrada e você parece estar usando conjuntos de caracteres multibyte. Sem a extensão mbstring o phpMyAdmin não será capaz de dividir as strings corretamente isso pode causar resultados inesperados.';
$strMbOverloadWarning = 'Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é incompatível com o phpMyAdmin e certamente causará a perda de algum dado!';
$strMIME_available_mime = 'MIME-type disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_MIMEtype = 'MIME-type'; // MIME-types nao tem traducao
$strMIME_nodescription = 'Sem descrição disponível para essa transformação.<br />Pergunte ao autor o que %s faz.';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type, clique em %sdescrição de transformações%s';
$strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar inserir uma contra-barra ("\") ou aspas ("\'") no meio desses valores, faça-o usando outra contra-barra (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opções de transformação';
$strMIME_transformation = 'Transformações do navegador';
$strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS';
$strMIME_without = 'MIME-types em itálico não têm uma função de transformação separada';
$strModifications = 'Modificações foram salvas';
$strModifyIndexTopic = 'Modificar um índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabela para (Banco de Dados<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não pode mover a tabela para ela mesma!';
$strMultilingual = 'multi-linguagem';
$strMyISAMDataPointerSizeDesc = 'O tamanho padrão do ponteiro em bytes, para ser usado por CREATE TABLE para tabelas MyISAM quando a opção MAX_ROWS não é especificada.';
$strMyISAMDataPointerSize = 'Tamanho do ponteiro de dados';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se os arquivos temporários usados para rápida criação de índices MyISAM forem maiores do que usando a chave do cache pela quantidade especificada aqui, prefira o método chave do cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamanho máximo para arquivos temporários na criação do índice';
$strMyISAMMaxSortFileSizeDesc = 'O tamanho máximo do arquivo temporário MySQL que é permitido usar quando for recriar um índice MyISAM (durante REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamanho máximo para os arquivos temporários de ordenação';
$strMyISAMRecoverOptionsDesc = 'O modo para recuperação automática de tabelas MyISAM danificadas, como configurado pela opção de inicialização do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperação automático';
$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio thread) durante o Reparo pelo processo de ordenação.';
$strMyISAMRepairThreads = 'Threads de reparo';
$strMyISAMSortBufferSizeDesc = 'O buffer que é alocado quando são ordenados índices MyISAM durante um REPAIR TABLE ou quando são criados índices com CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamanho do buffer de ordenação';
$strMySQLCharset = 'Conjunto de caracteres MySQL';
$strMySQLConnectionCollation = 'Collation de conexão do MySQL'; // Collation nao tem traducao
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostrar os Processos';
$strMySQLShowStatus = 'Mostrar informação de runtime do MySQL';
$strMySQLShowVars = 'Mostrar variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente';
$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.';
$strNoDatabases = 'Sem bases';
$strNoDescription = 'sem Descrição';
$strNoDetailsForEngine = 'Não há nenhuma informação detalhada do status disponível para esta storage engine.';
$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.';
$strNoExplain = 'Pular Explicação SQL';
$strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.';
$strNoIndex = 'Nenhum índice definido!';
$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!';
$strNoModification = 'Sem Mudança';
$strNo = 'Não';
$strNone = 'Nenhum';
$strNoOptions = 'Esse formato não tem opções';
$strNoPassword = 'Sem senha';
$strNoPermission = 'O servidor web não tem permissão para salvar o arquivo %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem privilégios';
$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!';
$strNoRowsSelected = 'Nenhum registro selecionado';
$strNoSpace = 'Espaço insuficiente para salvar o arquivo %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada no Banco de Dados';
$strNoThemeSupport = 'Sem suporte a Temas, verifique suas configurações e/ou seus Temas no diretório %s.';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = '<b>%s</b> tabela não encontrada ou não configurada em %s';
$strNoUsersFound = 'Nenhum usuário(s) encontrado.';
$strNoValidateSQL = 'Pular validação SQL';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK';
$strOperations = 'Operações';
$strOperator = 'Operador';
$strOptimizeTable = 'Otimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Sobrecarga';
$strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)';
 
$strPageNumber = 'Numero da página:';
$strPagesToBeFlushed = 'Páginas para serem niveladas';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'A senha para %s foi modificada com sucesso.';
$strPasswordEmpty = 'A senhas está em branco!';
$strPasswordHashing = 'Hashing da senha'; // Hashing nao tem traducao
$strPasswordNotSame = 'As senhas não são iguais!';
$strPassword = 'Senha';
$strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tabelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Pérsa';
$strPhoneBook = 'Agenda de telefones';
$strPHP40203 = 'Você está usando o PHP 4.2.3, que possui um grave defeito usando strings multi-byte (mbstring). Veja relatório 19404 de erros do PHP. Essa versão não é recomendada para uso com o phpMyAdmin.';
$strPhp = 'Criar código PHP';
$strPHPVersion = 'Versão do PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin ';
$strPmaUriError = 'A variável <tt>$cfg[\'PmaAbsoluteUri\']</tt> deve ser setada';
$strPolish = 'Polonês';
$strPortrait = 'Retrato';
$strPos1 = 'Início';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome <b>de</b> e <b>apenas da</b> chave primária!)';
$strPrimary = 'Primária';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Ver impressão (com textos completos)';
$strPrintView = 'Visualização para impressão';
$strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.';
$strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.';
$strPrivDescAlterRoutine = 'Permitir alterar e apagar stored routines.';
$strPrivDescCreateDb = 'Permitir criar novas tabelas e Banco de Dados.';
$strPrivDescCreateRoutine = 'Permitir criar stored routines.';
$strPrivDescCreateTbl = 'Permitir criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permitir criar tabelas temporárias.';
$strPrivDescCreateUser = 'Permitir criar, apagar e renomear contas dos usuários.';
$strPrivDescCreateView = 'Permitir criar novas visões.';
$strPrivDescDelete = 'Permitir apagar dados.';
$strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.';
$strPrivDescDropTbl = 'Permitir eliminar tabelas.';
$strPrivDescExecute5 = 'Permitir executar stored routines.';
$strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.';
$strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.';
$strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permitir criar e eliminar índices.';
$strPrivDescInsert = 'Permitir inserir e substituir dados.';
$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.';
$strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.';
$strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.';
$strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Bancos de Dados ou tabelas que o usuário pode executar por hora.';
$strPrivDescProcess3 = 'Permitir matar os processos de outros usuários.';
$strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.';
$strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.';
$strPrivDescReload = 'Permitir recarregar configurações do servidor e descarregar o cache do servidor.';
$strPrivDescReplClient = 'Permitir que o usuário pergunte onde estão os escravos / mestres.';
$strPrivDescReplSlave = 'Precisar dos escravos de replicação.';
$strPrivDescSelect = 'Permitir leitura dos dados.';
$strPrivDescShowDb = 'Permitir acesso completo à lista de Bancos de Dados.';
$strPrivDescShowView = 'Permitir executar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permitir desligar o servidor.';
$strPrivDescSuper = 'Permitir conectar, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar threads de outros usuários.';
$strPrivDescUpdate = 'Permitir modificar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de processos';
$strPutColNames = 'Colocar nome do campo na primeira linha';
 
$strQBEDel = 'Del'; // (used in tbl_qbe.php)
$strQBEIns = 'Ins'; // (used in tbl_qbe.php)
$strQBE = 'Procurar por exemplo';
$strQueryFrame = 'Janela de consulta';
$strQueryOnDb = 'Consulta no Banco de Dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico de consultas';
$strQueryStatistics = '<b>Estatísticas das consultas</b>: Desde o início, %s consultas foram enviadas para o servidor.';
$strQueryTime = 'Consulta levou %01.4f segundos';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela';
 
$strReadRequests = 'Leitura requisitada';
$strReceived = 'Recebido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Verificar integridade referencial:';
$strRefresh = 'Atualizar';
$strRelationalSchema = 'Esquema relacional';
$strRelationNotWorking = 'Os recursos adicionais para trabalhar com tabelas linkadas foram desativadas. Para descobrir o motivo clique %saqui%s.';
$strRelationsForTable = 'RELAÇÕES PARA A TABELA';
$strRelations = 'Relações';
$strRelationView = 'Ver relações';
$strReloadingThePrivileges = 'Recarregando os privilégios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Remover os usuários selecionados';
$strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRenameTable = 'Renomear a tabela para ';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Resetar';
$strResourceLimits = 'Limite dos recursos';
$strReType = 'Re-digite';
$strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.';
$strRevokeMessage = 'Você revogou os privilégios para %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romêno';
$strRowLength = 'Tamanho da coluna';
$strRows = 'Colunas';
$strRowsFrom = 'colunas começando de';
$strRowSize = ' Tamanho do registro ';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rotacionados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da coluna';
$strRunning = 'Rodando em %s';
$strRunQuery = 'Enviar consulta SQL';
$strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salvar no servidor no diretório %s';
$strSave = 'Salvar';
$strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página';
$strSearchFormTitle = 'Procurar no Banco de Dados';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para procurar (coringa: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exata';
$strSearchOption4 = 'como expressão regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar resultados por "<i>%s</i>" %s:';
$strSearchType = 'Encontrar:';
$strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).';
$strSelectADb = 'Selecionar um Banco de Dados';
$strSelectAll = 'Selecionar Todos';
$strSelectBinaryLog = 'Selecionar log binário para exibir';
$strSelectFields = 'Selecionar os campos (no mínimo 1)';
$strSelectNumRows = 'na consulta';
$strSelectTables = 'Tabelas selecionadas';
$strSend = 'Enviado';
$strSent = 'Enviar';
$strServerChoice = 'Seleção do Servidor';
$strServerNotResponding = 'O servidor não está respondendo';
$strServer = 'Servidor';
$strServerStatus = 'Informações de Runtime';
$strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Essas tabelas mostram as estatísticas do tráfico da rede neste servidor MySQL desde o início.';
$strServerVars = 'Variáveis e configurações do servidor';
$strServerVersion = 'Versão do Servidor';
$strSessionValue = 'Valor da sessão';
$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...<br />Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Mostrar todos';
$strShowColor = 'Mostrar cor';
$strShowDatadictAs = 'Formato do dicionário de dados';
$strShowFullQueries = 'Mostrar consultas completas';
$strShowGrid = 'Mostrar grade';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowPHPInfo = 'Mostrar informações do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostrar tabelas';
$strShowThisQuery = ' Mostrar esta consulta SQL novamente ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(singularmente)';
$strSize = 'Tamanho';
$strSlovak = 'Eslováquio';
$strSlovenian = 'Eslovênio';
$strSocketProblem = '(ou o soquete do servidor MySQL local não está configurado corretamente)';
$strSortByKey = 'Ordenar pela chave';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espaço';
$strSpanish = 'Espanhol';
$strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").';
$strSQLExportCompatibility = 'Compatibilidade de exportação SQL';
$strSQLExportType = 'Tipo de exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com atenção, e verifique se as aspas estão corretas e não estão desencontradas. Outra possibilidade de falha é o fato de estar tentando subir um arquivo com saída binária de uma área de texto citada. Pode também experimentar a sua consulta SQL no prompt de comandos do MySQL. A saída de erro do MySQL, isto se existir alguma, também poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da consulta SQL até aquele que causou o problema, e envie o relatório de bug com os dados do chunk da seção CORTE abaixo:';
$strSQLParserUserError = 'Parece haver um erro na sua consulta SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspas não fechada';
$strSQPBugUnknownPunctuation = 'String de pontuação desconhecida';
$strStatCheckTime = 'Última verificação';
$strStatCreateTime = 'Criação';
$strStatement = 'Comandos';
$strStatUpdateTime = 'Última atualização';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines'; // sem traducao
$strStorageEngine = 'Storage Engine'; // sem traducao
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adicionar \'Sobrescrever\'';
$strStrucExcelCSV = 'CSV para dados MS Excel';
$strStrucNativeExcel = 'Dados nativos do MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor estrutura da tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'Seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Suéco';
$strSwitchToDatabase = 'Mudar para o Banco de Dados copiado';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O Nome da Tabela está vazio!';
$strTableHasBeenDropped = 'Tabela %s foi eliminada';
$strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
$strTableHasBeenFlushed = 'Tabela %s foi limpa';
$strTableMaintenance = 'Tabela de Manutenção';
$strTableOfContents = 'Tabela de conteúdos';
$strTableOptions = 'Opções da tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da Tabela';
$strTakeIt = 'tome';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável ';
$strThai = 'Thailandês';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Esse Host';
$strThisNotDirectory = 'Isso não é um diretório';
$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.';
$strTime = 'Tempo';
$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; // traducao literal, isso ta muito errado, mas nao descobri o q eh
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinês Tradicional';
$strTraditionalSpanish = 'Espanhol Traditional';
$strTraffic = 'Tráfego';
$strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binários do campo. Primeira opção é o nome do arquivo binário. Segunda opção é um possível nome de campo de uma linha da tabela que contém o nome do arquivo. Se você usar a segunda opção precisa colocar na primeira opção uma string em branco';
$strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Use um campo TIME, TIMESTAMP ou DATETIME e formate usando sua formatação de data local. Primeira opção é o offset (em horas) que será adicionado ao timestamp (Padrão: 0). Segunda opção é uma formatação de data diferente de acordo com os parâmetros disponíveis no strftime() do PHP.';
$strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplicação externa e alimente os campos de dados pela entrada padrão. Retorna a saída padrão da aplicação. Padrão é Limpo, para uma bonita impressão do código HTML. Por razões de segurança, você deve editar manualmente o arquivo libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que você permite rodar. A primeira opção é o número do programa que você quer rodar e a segunda opção são os parâmetros para o programa. A terceira opção, se setada para 1 irá converter a saída usando htmlspecialchars() (Padrão é 1). A quarta opção, se setada como 1 irá por um NOWRAP para o conteúdo da célula, de forma que a saída inteira será mostrada sem reformatação(Padrão é 1)';
$strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.';
$strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contém um nome de arquivo; primeira opção é um prefixo tipo "http://domain.com/", segunda opção é a largura em pixels, o terceiro é a altura.';
$strTransformation_text_plain__link = 'Mostrar um link, o campo contém o nome do arquivo, primeira opção é um prefixo tipo "http://domain.com/", segunda opção é um título para o link.';
$strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opção é um offset para definir onde a saída do seu texto deve iniciar (Padrão: 0). Segunda opção é o quanto do texto deverá ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opção define quais caracteres serão acrescentados na substring retornada (Padrão: ...).';
$strTruncateQueries = 'Truncar as consultas SQL exibidas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Desmarcar Todos';
$strUpdatePrivMessage = 'Você mudou os priviléios para %s.';
$strUpdateProfileMessage = 'A configuração foi atualizada.';
$strUpdateQuery = 'Atualizar a consulta SQL';
$strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments';
$strUpgrade = 'Você deveria atualizar para %s %s ou posterior.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos';
$strUseHostTable = 'Usar Tabela de Host';
$strUserAlreadyExists = 'O usuário %s já existe!';
$strUserEmpty = 'O nome do usuário está em branco!';
$strUserName = 'Nome do usuário';
$strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de privilégios.';
$strUserOverview = 'Avaliação dos usuários';
$strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Usuários que têm acesso à &quot;%s&quot;';
$strUser = 'Usuário';
$strUseTabKey = 'Usar a teclar TAB para se mover de valor em valor, ou CTRL+setas para mover em qualquer direção';
$strUseTables = 'Usar tabelas';
$strUseTextField = 'Usar campo texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'O Validador SQL não pode ser inicializado. Verifique se você instalou a extenção necessária do php conforme está escrito em %sdocumentation%s.';
$strValue = 'Valor';
$strVar = 'Variáveis';
$strVersionInformation = 'Informações da versão';
$strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados';
$strViewDumpDB = 'Ver o esquema do Banco de Dados';
$strViewDump = 'Ver o esquema da tabela';
$strViewHasBeenDropped = 'Visão %s foi apagada';
$strView = 'Visão';
 
$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.';
$strWebServerUploadDirectory = 'Servidor web subiu o diretório';
$strWelcome = 'Bem vindo ao %s';
$strWestEuropean = 'Oeste Europeu';
$strWildcard = 'coringa';
$strWindowNotFound = 'A janela alvo do navegador não pode ser atualizada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas nas configurações de segurança.';
$strWithChecked = 'Com marcados:';
$strWriteRequests = 'Escrita requisitada';
$strWritingCommentNotPossible = 'Não foi possível escrever o comentário';
$strWritingRelationNotPossible = 'Não foi possível escrever a relação';
$strWrongUser = 'Usuário ou senha incorreta. Acesso negado.';
 
$strXML = 'XML';
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.';
$strZip = '"compactado com zip"';
 
// To translate:
$strAndThen = 'and then'; //to translate
 
 
 
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/brazilian_portuguese-utf-8.inc.php
0,0 → 1,989
<?php
/* $Id: brazilian_portuguese-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* translated by:
Renato Lins <thbest at information4u.com> DESCONTINUED
Airon Luis Pereira <aironp@pop.com.br> start from v2.6.0
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
 
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y as %I:%M %p';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Digite o caminho absoluto do diretório docSQL do servidor Web';
$strAccessDenied = 'Acesso negado';
$strAccessDeniedExplanation = 'phpMyAdmin tentou se conectar no servidor MySQL e a conxão foi recusada. Você deve checar o host, nome de usuário e senha no config.inc.php e se certificar que correspondam com as informações fornecidas pelo administrador do servidor MySQL.';
$strAction = 'Ações';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar restrições';
$strAddDeleteColumn = 'Adicionar/Remover colunas';
$strAddDeleteRow = 'Adicionar/Remover condições de busca';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddedColumnComment = 'Adicionado comentário para a coluna';
$strAddedColumnRelation = 'Adicionada relação para a coluna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar comentário pessoal no cabeçalho (\\n quebra linhas)';
$strAddIfNotExists = 'Adicionar IF NOT EXISTS';
$strAddIntoComments = 'Adicionar nos comentários';
$strAddNewField = 'Adicionar novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios nas seguintes Banco de Dados';
$strAddPrivilegesOnTbl = 'Adicionar privilégios nas seguintes tabelas';
$strAddSearchConditions = 'Condição de Pesquisa (complemento da cláusula "onde"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar novo usuário';
$strAddUserMessage = 'Adicionado usuário';
$strAdministration = 'Administração';
$strAffectedRows = 'Registro(s) afetado(s):';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Retornar';
$strAfterInsertNewInsert = 'Inserir novo registro';
$strAfterInsertNext = 'Editar próximo registro';
$strAfterInsertSame = 'Voltar para esta página';
$strAllTableSameWidth = 'mostrar todas as tabelas com o mesmo tamanho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Alterar tabela ordenada por';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnyHost = 'Qualquer servidor';
$strAny = 'Qualquer';
$strAnyUser = 'Qualquer usuário';
$strApproximateCount = 'Pode ser aproximado. Veja o FAQ 3.11';
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armêno';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No início da tabela';
$strAtEndOfTable = 'No final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Auto-detectar';
$strAutomaticLayout = 'Leiaute automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO CORTE';
$strBeginRaw = 'INICIO CRU';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não edite ';
$strBinaryLog = 'Log binário';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Informação';
$strBinLogName = 'Nome do log';
$strBinLogOriginalPosition = 'Posição original';
$strBinLogPosition = 'Posição';
$strBinLogServerId = 'ID do Servidor';
$strBookmarkAllUsers = 'Deixar qualquer usuário acessar esse marcador';
$strBookmarkDeleted = 'O marcador foi removido.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'Consulta SQL gravada';
$strBookmarkThis = 'Gravar essa consulta SQL';
$strBookmarkView = 'Apenas visualizar';
$strBrowseForeignValues = 'Visualizar valores estrangeiros';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Atividade do Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Uso do Buffer Pool';
$strBufferReadMissesInPercent = 'Leitura falhou em %';
$strBufferReadMisses = 'Leitura falhou';
$strBufferWriteWaits = 'Escrita esperada'; // erro de traducao? fiquei na duvida, sera Escrever espera ?
$strBufferWriteWaitsInPercent = 'Escrita esperada em %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Página ocupadas';
$strBzError = 'phpMyAdmin não foi capaz de comprimir o dump devido a um defeito na extensão Bz2 desta versão do php. É extremamente recomendado configurar a diretiva <code>$cfg[\'BZipDump\']</code> do arquivo de configuração do phpMyAdmin para <code>FALSE</code>. Se você quiser usar os recursos de compressão Bz2, você terá que atualizar para uma versão mais nova do PHP. Veja os relatórios de bug %s do php para detalhes.';
$strBzip = '"compactado com bzip"';
 
$strCalendar = 'Calendário';
$strCannotLogin = 'Não foi possível se logar no servidor MySQL';
$strCantLoad = 'não carregou extensão %s,<br />verifique a configurações do php';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Conjunto de Caracteres, configure o PHP de modo a permitir utilizar estas extensões ou desligue a conversão do Conjunto de Caracteres no phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Não foi possível renomear o índice para "PRIMARY"!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'Não diferencia maiúsculas/minúsculas';
$strCaseSensitive = 'Diferencia maiúsculas/minúsculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Alterar';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyMode = 'Criar um novo usuário com os mesmos privilégios e ...';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo da tabela de usuários e depois recarregar os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo da tabela de usuários.';
$strChangeCopyModeRevoke = ' ... revogar todos privilégios do usuário antigo e depois apagar ele.';
$strChangeCopyUser = 'Mudar informações de login / Copiar usuário';
$strChangeDisplay = 'Escolha o campo para exibir';
$strChangePassword = 'Alterar a senha';
$strCharset = 'Conjunto de caracteres';
$strCharsetOfFile = 'Conjunto de caracteres do arquivo';
$strCharsetsAndCollations = 'Conjuntos de caracteres e Collations';
$strCharsets = 'Conjuntos de caracteres';
$strCheckAll = 'Marcar todos';
$strCheckOverhead = 'Verificar sobre-carga';
$strCheckPrivsLong = 'Verificar privilégios para a Banco de Dados &quot;%s&quot;.';
$strCheckPrivs = 'Verificar privilégios';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha a página para editar';
$strColComFeat = 'Exibindo comentários da coluna';
$strCollation = 'Collation';
$strColumnNames = 'Nome das colunas';
$strColumnPrivileges = 'Privilégios específicos da coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCommentsForTable = 'COMENTÁRIOS PARA A TABELA';
$strCompatibleHashing = 'Compatível com MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserções completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o arquivo de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o arquivo.<br />Chame o arquivo de configuração diretamente usando o <i>link</i> abaixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula errado.<br />Se receber uma página em branco, está tudo certo.';
$strConfigureTableCoord = 'Configure as coordenadas para a tabela %s';
$strConnectionError = 'Não pode conectar: configurações inválidas.';
$strConnections = 'Conexões';
$strConstraintsForDumped = 'Restrições para as tabelas dumpadas';
$strConstraintsForTable = 'Restrições para a tabela';
$strCookiesRequired = 'Cookies devem estar ativos após este ponto.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'Banco de Dados %s copiado para %s';
$strCopyTable = 'Copiar tabela para (Banco de Dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não pode copiar a tabela para ela mesma!';
$strCouldNotKill = 'phpMyAdmin não foi capaz de matar o thread %s. É possível que ele já esteja fechado.';
$strCreate = 'Criar';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE antes de copiar';
$strCreateIndex = 'Criar um índice em&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar novo Banco de Dados';
$strCreateNewTable = 'Criar nova tabela no Banco de Dados %s';
$strCreatePage = 'Criar uma nova página';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Criar/Atualizar/Verificar datas';
$strCriteria = 'Critério';
$strCroatian = 'Croata';
$strCSVOptions = 'Opções CSV';
$strCyrillic = 'Cirílico';
$strCzechSlovak = 'Tcheco-Eslováquio';
$strCzech = 'Tcheco';
 
$strDanish = 'Dinamarquês';
$strDatabase = 'Banco de Dados';
$strDatabaseEmpty = 'O nome do Banco de Dados está em branco!';
$strDatabaseExportOptions = 'Opções de exportação do Banco de Dados';
$strDatabaseHasBeenDropped = 'Banco de Dados %s foi eliminado.';
$strDatabaseNoTable = 'Esse Banco de Dados não possui tabelas!';
$strDatabases = 'Banco de Dados';
$strDatabasesDropped = 'Banco de Dados %s foi eliminado com sucesso!';
$strDatabasesStatsDisable = 'Disabilitar estatísticas';
$strDatabasesStatsEnable = 'Habilitar estatísticas';
$strDatabasesStats = 'Estatísticas do Banco de Dados';
$strDatabasesStatsHeavyTraffic = 'Nota: Ativar as estatísticas pode causar um grande volume de tráfego de dados entre o servidor web e o servidor MySQL.';
$strData = 'Dados';
$strDataDict = 'Dicionário de dados';
$strDataOnly = 'Dados apenas';
$strDataPages = 'Páginas contendo dados';
$strDBComment = 'Comentário do Banco de Dados: ';
$strDBCopy = 'Copiar Banco de Dados para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilégios específicos do Banco de Dados';
$strDBRename = 'Renomear Banco de Dados para';
$strDbSpecific = 'Específico do Banco de Dados';
$strDefaultEngine = '%s é o stored engine padrão neste servidor MySQL.';
$strDefault = 'Padrão';
$strDefaultValueHelp = 'Para valores padrão, digite um valor simples, sem barras de escape ou aspas, use este formato: a';
$strDefragment = 'Desfragmentar tabela';
$strDelayedInserts = 'Usar inserções demoradas';
$strDeleteAndFlush = 'Apagar usuário e depois recarregar os privilégios.';
$strDeleteAndFlushDescr = 'Esse é o caminho mais claro, mas recarregar os privilégios pode demorar um pouco.';
$strDeleted = 'Registro eliminado';
$strDeletedRows = 'Registros eliminados:';
$strDelete = 'Remover';
$strDeleting = 'Eliminando %s';
$strDelOld = 'A Página atual contêm referências para uma tabela que não existe. Gostaria de eliminar estas referências?';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDirtyPages = 'Páginas sujas';
$strDisabled = 'Desabilitado';
$strDisableForeignChecks = 'Desabilitar verificação de chaves estrangeiras';
$strDisplayFeat = 'Exibir recursos';
$strDisplayOrder = 'Ordenado por:';
$strDisplayPDF = 'Exibir esquema PDF';
$strDoAQuery = 'Faça uma "consulta por exemplo" (coringa: "%")';
$strDocu = 'Documentação';
$strDoYouReally = 'Confirmar: ';
$strDropDatabaseStrongWarning = 'Você está prestes à DESTRUIR completamente o Banco de Dados!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar o Banco de Dados que possui o mesmo nome dos usuários.';
$strDumpingData = 'Extraindo dados da tabela';
$strDumpSaved = 'Dump foi salvo no arquivo %s.';
$strDumpXRows = 'Dumpar %s registros, começando pelo registro %s.';
$strDynamic = 'dinâmico';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar Páginas PDF';
$strEditPrivileges = 'Editar Privilégios';
$strEffective = 'Efetivo';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL retornou um conjunto vazio (ex. zero registros).';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Encapsular exportação numa transação';
$strEndCut = 'FIM CORTE';
$strEnd = 'Fim';
$strEndRaw = 'FIM CRU';
$strEngineAvailable = '%s está disponível neste servidor MySQL.';
$strEngineDisabled = '%s está desabilitado neste servidor MySQL.';
$strEngines = 'Engines';
$strEngineUnsupported = 'Esse servidor MySQL não suporta o stored engine %s.';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: nomes de privilégios do MySQL são expressos em inglês ';
$strError = 'Erro';
$strEscapeWildcards = 'Coringas _ e % precisam ser precedidos com uma \ para serem usados literalmente';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição do Excel';
$strExcelOptions = 'Opções do Excel';
$strExecuteBookmarked = 'Executar consulta marcada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Inserções extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falharam';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Campo %s foi deletado';
$strFields = 'Campos';
$strFieldsEmpty = ' O campo count esta vazio! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos contornados por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O arquivo %s já existe no servidor, mude o nome do arquivo ou verifique sua opção de sobrescrever.';
$strFileCouldNotBeRead = 'O arquivo não pode ser lido';
$strFileNameTemplate = 'Nome do arquivo do modelo';
$strFileNameTemplateRemember = 'lembrar modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos usuário diretamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode divergir dos privilégios que o servidor usa se alterações manuais forem feitas nele. Neste caso, você deve usar %sRELOAD PRIVILEGES%s antes de continuar..';
$strFlushTable = 'Limpar a tabela ("LIMPAR")';
$strFormat = 'Formato';
$strFormEmpty = 'Faltando valores no formulário!';
$strFreePages = 'Páginas livres';
$strFullText = 'Textos completos';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGeneralRelationFeat = 'Recursos de relações gerais';
$strGenerate = 'Gerar';
$strGeneratePassword = 'Gerar Senha';
$strGenTime = 'Tempo de Geração';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilégios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"compactado com gzip"';
 
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi criado.';
$strHaveToShow = 'Deve escolher pelo menos uma coluna para exibir';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para campos binários';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHome = 'Principal';
$strHostEmpty = 'O nome do servidor está vazio!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opções de exportação: Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opções de exportação: Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandês';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar inserções ignoradas';
$strIgnoringFile = 'Ignorar arquivo %s';
$strImportDocSQL = 'Importar arquivos docSQL';
$strImportFiles = 'Importar arquivos';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Índice %s foi eliminado';
$strIndex = 'Índice';
$strIndexName = 'Nome do índice:';
$strIndexType = 'Tipo de índice:';
$strIndexWarningMultiple = 'Mais de uma %s chave foi criada para a coluna `%s`';
$strIndexWarningPrimary = 'Chaves PRIMARY e INDEX não podem ser usadas juntas para a coluna `%s`';
$strIndexWarningTable = 'Problemas com o índice da tabela `%s`';
$strIndexWarningUnique = 'Chaves UNIQUE e INDEX não podem ser usadas juntas para a coluna `%s`';
$strInnoDBAutoextendIncrementDesc = 'O tamanho do incremento para extender o tamanho de um tamanho de tabela autoextendida quando ela começar à ficar cheia.';
$strInnoDBAutoextendIncrement = 'Incremento autoextendido';
$strInnoDBBufferPoolSizeDesc = 'O tamanho do buffer de memória que o InnoDB usa para dados do cache e índices nas suas tabelas.';
$strInnoDBBufferPoolSize = 'Tamanho do Buffer Pool';
$strInnoDBDataFilePath = 'Arquivos de dados';
$strInnoDBDataHomeDirDesc = 'A parte comum do caminho do diretório para todos os arquivos de dados do InnoDB.';
$strInnoDBDataHomeDir = 'Diretório raiz de dados';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Status do InnoDB';
$strInsecureMySQL = 'O seu arquivo de configuração contém configurações (root sem senha) que correspondem à conta privilegiada padrão do MySQL. O servidor MySQL rodando com esse padrão estará aberto a invasões, você realmente deveria corrigir este furo de segurança.';
$strInsertAsNewRow = 'Inserir uma nova coluna';
$strInsertedRowId = 'Inserir ID do registro:';
$strInsertedRows = 'Registros inseridos:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Insere novo registro';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
$strInUse = 'em uso';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Ir para o Banco de Dados &quot;%s&quot;.';
$strJustDelete = 'Apenas apagar o usuário da tabela de privilégios';
$strJustDeleteDescr = 'O usuário &quot;apagado&quot; ainda podera continuar acessando o servidor normalmente até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Não mudar a senha';
$strKeyname = 'Nome chave';
$strKill = 'Matar';
$strKorean = 'Coreano';
 
$strLandscape = 'Paisagem';
$strLatchedPages = 'Páginas trancadas';
$strLatexCaption = 'Leganda da Tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexContinued = '(continuação)';
$strLatexIncludeCaption = 'Incluir legenda da tabela';
$strLatexLabel = 'Rótulo da chave';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opções LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonês';
$strLengthSet = 'Tamanho/Definir*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituânio';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo texto';
$strLogin = 'Autenticação';
$strLoginInformation = 'Informação de login';
$strLogout = 'Sair';
$strLogPassword = 'Senha:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuário:';
$strLongOperation = 'Esta operação pode ser demorada. Deseja prosseguir?';
 
$strMaximumSize = 'Tamanho máximo: %s%s';
$strMbExtensionMissing = 'A extensão mbstring do PHP não foi encontrada e você parece estar usando conjuntos de caracteres multibyte. Sem a extensão mbstring o phpMyAdmin não será capaz de dividir as strings corretamente isso pode causar resultados inesperados.';
$strMbOverloadWarning = 'Você habilitou mbstring.func_overload nas configurações do PHP. Essa opção é incompatível com o phpMyAdmin e certamente causará a perda de algum dado!';
$strMIME_available_mime = 'MIME-type disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_MIMEtype = 'MIME-type'; // MIME-types nao tem traducao
$strMIME_nodescription = 'Sem descrição disponível para essa transformação.<br />Pergunte ao autor o que %s faz.';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type, clique em %sdescrição de transformações%s';
$strMIME_transformation_options_note = 'Digite os valores para as opções de transformação usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar inserir uma contra-barra ("\") ou aspas ("\'") no meio desses valores, faça-o usando outra contra-barra (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opções de transformação';
$strMIME_transformation = 'Transformações do navegador';
$strMIMETypesForTable = 'MIME-TYPES PARA AS TABELAS';
$strMIME_without = 'MIME-types em itálico não têm uma função de transformação separada';
$strModifications = 'Modificações foram salvas';
$strModifyIndexTopic = 'Modificar um índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabela para (Banco de Dados<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não pode mover a tabela para ela mesma!';
$strMultilingual = 'multi-linguagem';
$strMyISAMDataPointerSizeDesc = 'O tamanho padrão do ponteiro em bytes, para ser usado por CREATE TABLE para tabelas MyISAM quando a opção MAX_ROWS não é especificada.';
$strMyISAMDataPointerSize = 'Tamanho do ponteiro de dados';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se os arquivos temporários usados para rápida criação de índices MyISAM forem maiores do que usando a chave do cache pela quantidade especificada aqui, prefira o método chave do cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamanho máximo para arquivos temporários na criação do índice';
$strMyISAMMaxSortFileSizeDesc = 'O tamanho máximo do arquivo temporário MySQL que é permitido usar quando for recriar um índice MyISAM (durante REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamanho máximo para os arquivos temporários de ordenação';
$strMyISAMRecoverOptionsDesc = 'O modo para recuperação automática de tabelas MyISAM danificadas, como configurado pela opção de inicialização do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperação automático';
$strMyISAMRepairThreadsDesc = 'Se este valor for maior que 1, índices das tabelas MyISAM são criados em paralelo (cada índice tem seu próprio thread) durante o Reparo pelo processo de ordenação.';
$strMyISAMRepairThreads = 'Threads de reparo';
$strMyISAMSortBufferSizeDesc = 'O buffer que é alocado quando são ordenados índices MyISAM durante um REPAIR TABLE ou quando são criados índices com CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamanho do buffer de ordenação';
$strMySQLCharset = 'Conjunto de caracteres MySQL';
$strMySQLConnectionCollation = 'Collation de conexão do MySQL'; // Collation nao tem traducao
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostrar os Processos';
$strMySQLShowStatus = 'Mostrar informação de runtime do MySQL';
$strMySQLShowVars = 'Mostrar variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNoActivity = 'Sem atividade por %s segundos ou mais, faça o login novamente';
$strNoDatabasesSelected = 'Nenhum Banco de Dados selecionado.';
$strNoDatabases = 'Sem bases';
$strNoDescription = 'sem Descrição';
$strNoDetailsForEngine = 'Não há nenhuma informação detalhada do status disponível para esta storage engine.';
$strNoDropDatabases = 'O comando "DROP DATABASE" está desabilitado.';
$strNoExplain = 'Pular Explicação SQL';
$strNoFrames = 'phpMyAdmin é mais amigável com um navegador <b>capaz de exibir frames</b>.';
$strNoIndex = 'Nenhum índice definido!';
$strNoIndexPartsDefined = 'Nenhuma parte de índice definida!';
$strNoModification = 'Sem Mudança';
$strNo = 'Não';
$strNone = 'Nenhum';
$strNoOptions = 'Esse formato não tem opções';
$strNoPassword = 'Sem senha';
$strNoPermission = 'O servidor web não tem permissão para salvar o arquivo %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem privilégios';
$strNoRights = 'Você não tem direitos suficientes para estar aqui agora!';
$strNoRowsSelected = 'Nenhum registro selecionado';
$strNoSpace = 'Espaço insuficiente para salvar o arquivo %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada no Banco de Dados';
$strNoThemeSupport = 'Sem suporte a Temas, verifique suas configurações e/ou seus Temas no diretório %s.';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = '<b>%s</b> tabela não encontrada ou não configurada em %s';
$strNoUsersFound = 'Nenhum usuário(s) encontrado.';
$strNoValidateSQL = 'Pular validação SQL';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK';
$strOperations = 'Operações';
$strOperator = 'Operador';
$strOptimizeTable = 'Otimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Sobrecarga';
$strOverwriteExisting = 'Sobrescrever arquivo(s) existente(s)';
 
$strPageNumber = 'Numero da página:';
$strPagesToBeFlushed = 'Páginas para serem niveladas';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'A senha para %s foi modificada com sucesso.';
$strPasswordEmpty = 'A senhas está em branco!';
$strPasswordHashing = 'Hashing da senha'; // Hashing nao tem traducao
$strPasswordNotSame = 'As senhas não são iguais!';
$strPassword = 'Senha';
$strPdfDbSchema = 'Esquema do Banco de Dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tabelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Pérsa';
$strPhoneBook = 'Agenda de telefones';
$strPHP40203 = 'Você está usando o PHP 4.2.3, que possui um grave defeito usando strings multi-byte (mbstring). Veja relatório 19404 de erros do PHP. Essa versão não é recomendada para uso com o phpMyAdmin.';
$strPhp = 'Criar código PHP';
$strPHPVersion = 'Versão do PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin ';
$strPmaUriError = 'A variável <tt>$cfg[\'PmaAbsoluteUri\']</tt> deve ser setada';
$strPolish = 'Polonês';
$strPortrait = 'Retrato';
$strPos1 = 'Início';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi deletada';
$strPrimaryKeyName = 'O nome da chave primária deve ser... "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>precisa</b> ser o nome <b>de</b> e <b>apenas da</b> chave primária!)';
$strPrimary = 'Primária';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Ver impressão (com textos completos)';
$strPrintView = 'Visualização para impressão';
$strPrivDescAllPrivileges = 'Incluir todos os privilégios, exceto GRANT.';
$strPrivDescAlter = 'Permitir alterar a estrutura das tabelas existentes.';
$strPrivDescAlterRoutine = 'Permitir alterar e apagar stored routines.';
$strPrivDescCreateDb = 'Permitir criar novas tabelas e Banco de Dados.';
$strPrivDescCreateRoutine = 'Permitir criar stored routines.';
$strPrivDescCreateTbl = 'Permitir criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permitir criar tabelas temporárias.';
$strPrivDescCreateUser = 'Permitir criar, apagar e renomear contas dos usuários.';
$strPrivDescCreateView = 'Permitir criar novas visões.';
$strPrivDescDelete = 'Permitir apagar dados.';
$strPrivDescDropDb = 'Permitir eliminar Banco de Dados e tabelas.';
$strPrivDescDropTbl = 'Permitir eliminar tabelas.';
$strPrivDescExecute5 = 'Permitir executar stored routines.';
$strPrivDescExecute = 'Permitir rodar "stored procedures"; Sem efeitos nesta versão do MySQL.';
$strPrivDescFile = 'Permitir importar dados e exportar dados em arquivos.';
$strPrivDescGrant = 'Permitir adicionar usuários e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permitir criar e eliminar índices.';
$strPrivDescInsert = 'Permitir inserir e substituir dados.';
$strPrivDescLockTables = 'Permitir bloquear tabelas para a thread atual.';
$strPrivDescMaxConnections = 'Limitar o numero de novas conexões que o usuário pode abrir por hora.';
$strPrivDescMaxQuestions = 'Limitar o número de consultas que podem ser enviadas ao servidor por hora.';
$strPrivDescMaxUpdates = 'Limitar o número de comandos que alteram Bancos de Dados ou tabelas que o usuário pode executar por hora.';
$strPrivDescProcess3 = 'Permitir matar os processos de outros usuários.';
$strPrivDescProcess4 = 'Permitir visualizar consultas completas da lista de processos.';
$strPrivDescReferences = 'Sem efeitos nesta versão do MySQL.';
$strPrivDescReload = 'Permitir recarregar configurações do servidor e descarregar o cache do servidor.';
$strPrivDescReplClient = 'Permitir que o usuário pergunte onde estão os escravos / mestres.';
$strPrivDescReplSlave = 'Precisar dos escravos de replicação.';
$strPrivDescSelect = 'Permitir leitura dos dados.';
$strPrivDescShowDb = 'Permitir acesso completo à lista de Bancos de Dados.';
$strPrivDescShowView = 'Permitir executar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permitir desligar o servidor.';
$strPrivDescSuper = 'Permitir conectar, se o numero máximo de conexões for alcançado; Necessário para muitas operações administrativas, como setar variáveis globais e matar threads de outros usuários.';
$strPrivDescUpdate = 'Permitir modificar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'Os privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de processos';
$strPutColNames = 'Colocar nome do campo na primeira linha';
 
$strQBEDel = 'Del'; // (used in tbl_qbe.php)
$strQBEIns = 'Ins'; // (used in tbl_qbe.php)
$strQBE = 'Procurar por exemplo';
$strQueryFrame = 'Janela de consulta';
$strQueryOnDb = 'Consulta no Banco de Dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico de consultas';
$strQueryStatistics = '<b>Estatísticas das consultas</b>: Desde o início, %s consultas foram enviadas para o servidor.';
$strQueryTime = 'Consulta levou %01.4f segundos';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'Não sobrescrever esta consulta fora desta janela';
 
$strReadRequests = 'Leitura requisitada';
$strReceived = 'Recebido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Verificar integridade referencial:';
$strRefresh = 'Atualizar';
$strRelationalSchema = 'Esquema relacional';
$strRelationNotWorking = 'Os recursos adicionais para trabalhar com tabelas linkadas foram desativadas. Para descobrir o motivo clique %saqui%s.';
$strRelationsForTable = 'RELAÇÕES PARA A TABELA';
$strRelations = 'Relações';
$strRelationView = 'Ver relações';
$strReloadingThePrivileges = 'Recarregando os privilégios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Remover os usuários selecionados';
$strRenameDatabaseOK = 'O Banco de Dados %s foi renomeado para %s';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRenameTable = 'Renomear a tabela para ';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Resetar';
$strResourceLimits = 'Limite dos recursos';
$strReType = 'Re-digite';
$strRevokeAndDeleteDescr = 'Os usuários manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeAndDelete = 'Revogar todos os privilégios ativos dos usuarios e depois apagar eles.';
$strRevokeMessage = 'Você revogou os privilégios para %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romêno';
$strRowLength = 'Tamanho da coluna';
$strRows = 'Colunas';
$strRowsFrom = 'colunas começando de';
$strRowSize = ' Tamanho do registro ';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rotacionados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'no modo %s e repetindo cabeçalhos após %s células';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da coluna';
$strRunning = 'Rodando em %s';
$strRunQuery = 'Enviar consulta SQL';
$strRunSQLQuery = 'Fazer consulta SQL no Banco de Dados %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salvar no servidor no diretório %s';
$strSave = 'Salvar';
$strScaleFactorSmall = 'A escala é muito pequena para ajustar o esquema em uma página';
$strSearchFormTitle = 'Procurar no Banco de Dados';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para procurar (coringa: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exata';
$strSearchOption4 = 'como expressão regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar resultados por "<i>%s</i>" %s:';
$strSearchType = 'Encontrar:';
$strSecretRequired = 'O arquivo de configuração agora precisa de uma frase secreta com senha (blowfish_secret).';
$strSelectADb = 'Selecionar um Banco de Dados';
$strSelectAll = 'Selecionar Todos';
$strSelectBinaryLog = 'Selecionar log binário para exibir';
$strSelectFields = 'Selecionar os campos (no mínimo 1)';
$strSelectNumRows = 'na consulta';
$strSelectTables = 'Tabelas selecionadas';
$strSend = 'Enviado';
$strSent = 'Enviar';
$strServerChoice = 'Seleção do Servidor';
$strServerNotResponding = 'O servidor não está respondendo';
$strServer = 'Servidor';
$strServerStatus = 'Informações de Runtime';
$strServerStatusUptime = 'Esse servidor MySQL está rodando por %s. Ele foi iniciado em %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Essas tabelas mostram as estatísticas do tráfico da rede neste servidor MySQL desde o início.';
$strServerVars = 'Variáveis e configurações do servidor';
$strServerVersion = 'Versão do Servidor';
$strSessionValue = 'Valor da sessão';
$strSetEnumVal = 'Se um tipo de campo é "enum" ou "set", por favor entre valores usando este formato: \'a\',\'b\',\'c\'...<br />Se você for colocar uma barra contrária ("\") ou aspas simples ("\'") entre os valores, coloque uma barra contrária antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Mostrar todos';
$strShowColor = 'Mostrar cor';
$strShowDatadictAs = 'Formato do dicionário de dados';
$strShowFullQueries = 'Mostrar consultas completas';
$strShowGrid = 'Mostrar grade';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowPHPInfo = 'Mostrar informações do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostrar tabelas';
$strShowThisQuery = ' Mostrar esta consulta SQL novamente ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(singularmente)';
$strSize = 'Tamanho';
$strSlovak = 'Eslováquio';
$strSlovenian = 'Eslovênio';
$strSocketProblem = '(ou o soquete do servidor MySQL local não está configurado corretamente)';
$strSortByKey = 'Ordenar pela chave';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espaço';
$strSpanish = 'Espanhol';
$strSplitWordsWithSpace = 'Palavras são separadas por um caracter de espaço (" ").';
$strSQLExportCompatibility = 'Compatibilidade de exportação SQL';
$strSQLExportType = 'Tipo de exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise a sua Consulta SQL com atenção, e verifique se as aspas estão corretas e não estão desencontradas. Outra possibilidade de falha é o fato de estar tentando subir um arquivo com saída binária de uma área de texto citada. Pode também experimentar a sua consulta SQL no prompt de comandos do MySQL. A saída de erro do MySQL, isto se existir alguma, também poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada da consulta SQL até aquele que causou o problema, e envie o relatório de bug com os dados do chunk da seção CORTE abaixo:';
$strSQLParserUserError = 'Parece haver um erro na sua consulta SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspas não fechada';
$strSQPBugUnknownPunctuation = 'String de pontuação desconhecida';
$strStatCheckTime = 'Última verificação';
$strStatCreateTime = 'Criação';
$strStatement = 'Comandos';
$strStatUpdateTime = 'Última atualização';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines'; // sem traducao
$strStorageEngine = 'Storage Engine'; // sem traducao
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adicionar \'Sobrescrever\'';
$strStrucExcelCSV = 'CSV para dados MS Excel';
$strStrucNativeExcel = 'Dados nativos do MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor estrutura da tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'Seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Suéco';
$strSwitchToDatabase = 'Mudar para o Banco de Dados copiado';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O Nome da Tabela está vazio!';
$strTableHasBeenDropped = 'Tabela %s foi eliminada';
$strTableHasBeenEmptied = 'Tabela %s foi esvaziada';
$strTableHasBeenFlushed = 'Tabela %s foi limpa';
$strTableMaintenance = 'Tabela de Manutenção';
$strTableOfContents = 'Tabela de conteúdos';
$strTableOptions = 'Opções da tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da Tabela';
$strTakeIt = 'tome';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Por causa da sua largura,<br /> esse campo pode não ser editável ';
$strThai = 'Thailandês';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Esse Host';
$strThisNotDirectory = 'Isso não é um diretório';
$strThreadSuccessfullyKilled = 'Thread %s foi morta com sucesso.';
$strTime = 'Tempo';
$strToggleScratchboard = 'pino de madeira do quadro de rascunho'; // traducao literal, isso ta muito errado, mas nao descobri o q eh
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinês Tradicional';
$strTraditionalSpanish = 'Espanhol Traditional';
$strTraffic = 'Tráfego';
$strTransformation_application_octetstream__download = 'Mostrar o link para baixar os dados binários do campo. Primeira opção é o nome do arquivo binário. Segunda opção é um possível nome de campo de uma linha da tabela que contém o nome do arquivo. Se você usar a segunda opção precisa colocar na primeira opção uma string em branco';
$strTransformation_image_jpeg__inline = 'Mostrar uma miniatura clicável; opções: largura,altura em pixels (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostrar o link para esta imagem (ex.: blob download direto).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Use um campo TIME, TIMESTAMP ou DATETIME e formate usando sua formatação de data local. Primeira opção é o offset (em horas) que será adicionado ao timestamp (Padrão: 0). Segunda opção é uma formatação de data diferente de acordo com os parâmetros disponíveis no strftime() do PHP.';
$strTransformation_text_plain__external = 'LINUX APENAS: Rode uma aplicação externa e alimente os campos de dados pela entrada padrão. Retorna a saída padrão da aplicação. Padrão é Limpo, para uma bonita impressão do código HTML. Por razões de segurança, você deve editar manualmente o arquivo libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que você permite rodar. A primeira opção é o número do programa que você quer rodar e a segunda opção são os parâmetros para o programa. A terceira opção, se setada para 1 irá converter a saída usando htmlspecialchars() (Padrão é 1). A quarta opção, se setada como 1 irá por um NOWRAP para o conteúdo da célula, de forma que a saída inteira será mostrada sem reformatação(Padrão é 1)';
$strTransformation_text_plain__formatted = 'Preservar a formatação original campo. Sem escape.';
$strTransformation_text_plain__imagelink = 'Mostrar uma imagem e um link, o campo contém um nome de arquivo; primeira opção é um prefixo tipo "http://domain.com/", segunda opção é a largura em pixels, o terceiro é a altura.';
$strTransformation_text_plain__link = 'Mostrar um link, o campo contém o nome do arquivo, primeira opção é um prefixo tipo "http://domain.com/", segunda opção é um título para o link.';
$strTransformation_text_plain__substr = 'Mostrar apenas parte da string. Primeira opção é um offset para definir onde a saída do seu texto deve iniciar (Padrão: 0). Segunda opção é o quanto do texto deverá ser retornado. Se estiver em branco, retorna todo o restante do texto. Terceira opção define quais caracteres serão acrescentados na substring retornada (Padrão: ...).';
$strTruncateQueries = 'Truncar as consultas SQL exibidas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Desmarcar Todos';
$strUpdatePrivMessage = 'Você mudou os priviléios para %s.';
$strUpdateProfileMessage = 'A configuração foi atualizada.';
$strUpdateQuery = 'Atualizar a consulta SQL';
$strUpdComTab = 'Consulte a documentação sobre como atualizar sua tabela Column_comments';
$strUpgrade = 'Você deveria atualizar para %s %s ou posterior.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar aspas simples nos nomes de tabelas e campos';
$strUseHostTable = 'Usar Tabela de Host';
$strUserAlreadyExists = 'O usuário %s já existe!';
$strUserEmpty = 'O nome do usuário está em branco!';
$strUserName = 'Nome do usuário';
$strUserNotFound = 'O usuário selecionado não foi encontrado na tabela de privilégios.';
$strUserOverview = 'Avaliação dos usuários';
$strUsersDeleted = 'Os usuários selecionados foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Usuários que têm acesso à &quot;%s&quot;';
$strUser = 'Usuário';
$strUseTabKey = 'Usar a teclar TAB para se mover de valor em valor, ou CTRL+setas para mover em qualquer direção';
$strUseTables = 'Usar tabelas';
$strUseTextField = 'Usar campo texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'O Validador SQL não pode ser inicializado. Verifique se você instalou a extenção necessária do php conforme está escrito em %sdocumentation%s.';
$strValue = 'Valor';
$strVar = 'Variáveis';
$strVersionInformation = 'Informações da versão';
$strViewDumpDatabases = 'Ver dump (esquema) dos Bancos de Dados';
$strViewDumpDB = 'Ver o esquema do Banco de Dados';
$strViewDump = 'Ver o esquema da tabela';
$strViewHasBeenDropped = 'Visão %s foi apagada';
$strView = 'Visão';
 
$strWebServerUploadDirectoryError = 'O diretório que você especificou para subir arquivos não foi encontrado.';
$strWebServerUploadDirectory = 'Servidor web subiu o diretório';
$strWelcome = 'Bem vindo ao %s';
$strWestEuropean = 'Oeste Europeu';
$strWildcard = 'coringa';
$strWindowNotFound = 'A janela alvo do navegador não pode ser atualizada. Talvez você tenha fechado a janela alvo ou o seu navegador tenha bloqueado a comunicação entre janelas nas configurações de segurança.';
$strWithChecked = 'Com marcados:';
$strWriteRequests = 'Escrita requisitada';
$strWritingCommentNotPossible = 'Não foi possível escrever o comentário';
$strWritingRelationNotPossible = 'Não foi possível escrever a relação';
$strWrongUser = 'Usuário ou senha incorreta. Acesso negado.';
 
$strXML = 'XML';
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.';
$strZip = '"compactado com zip"';
 
// To translate:
$strAndThen = 'and then'; //to translate
 
$strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate
$strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate
$strInvalidFieldCount = 'Table must have at least one field.'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bulgarian-koi8-r.inc.php
0,0 → 1,1003
<?php
/* $Id: bulgarian-koi8-r.inc.php,v 2.123.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by Stanislav Yordanov <stanprog at stanprog.com>
* Based on translation made by Georgi Georgiev <chutz at chubaka.homeip.net>
*/
 
$charset = 'koi8-r';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ÂÁÊÔÁ', 'ëâ', 'íâ', 'çâ', 'ôâ', 'ðâ', 'åâ');
 
$day_of_week = array('ÎÄ', 'ÐÎ', '×Ô', 'ÓÒ', 'ÞÔ', 'ÐÔ', 'ÓÂ');
$month = array('ÑÎÕÁÒÉ', 'ÆÅ×ÒÕÁÒÉ', 'ÍÁÒÔ', 'ÁÐÒÉÌ', 'ÍÁÊ', 'ÀÎÉ', 'ÀÌÉ', 'Á×ÇÕÓÔ', 'ÓÅÐÔÅÍ×ÒÉ', 'ÏËÔÏÍ×ÒÉ', 'ÎÏÅÍ×ÒÉ', 'ÄÅËÅÍ×ÒÉ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%e %B %Y × %H:%M';
 
$timespanfmt = '%s ÄÅÎÁ, %s ÞÁÓÁ, %s ÍÉÎÕÔÉ É %s ÓÅËÕÎÄÉ';
 
$strAbortedClients = 'ðÒÅËßÓÎÁÔÉ';
$strAbsolutePathToDocSqlDir = 'íÏÌÑ ×ß×ÅÄÅÔÅ ÁÂÓÏÌÀÔÎÉÑ ÐßÔ ÎÁ ÕÅ ÓßÒ×ßÒÁ ÄÏ docSQL ÄÉÒÅËÔÏÒÉÑÔÁ';
$strAccessDeniedExplanation = 'phpMyAdmin ÎÁÐÒÁ×É ÏÐÉÔ ÄÁ ÓÅ Ó×ßÒÖÅ ËßÍ MySQL ÓßÒ×ßÒÁ, ÎÏ ÓßÒ×ßÒÁ ÏÔÈ×ßÒÌÉ ËÏÎÅËÃÉÑÔÁ. ôÒÑÂ×Á ÄÁ ÐÒÏ×ÅÒÉÔÅ ÈÏÓÔÁ, ÐÏÔÒÅÂÉÔÅÌÓËÏÔÏ ÉÍÅ É ÐÁÒÏÌÁÔÁ × config.inc.php ÆÁÊÌÁ É ÄÁ ÓÅ Õ×ÅÒÉÔÅ, ÞÅ ÔÅ ÏÔÇÏ×ÁÒÑÔ ÎÁ ÉÎÆÏÒÍÁÃÉÑÔÁ ÐÒÅÄÏÓÔÁ×ÅÎÁ ÏÔ ÁÄÍÉÎÉÓÔÒÁÔÏÒÁ ÎÁ MySQL ÓßÒ×ßÒÁ.';
$strAccessDenied = 'ïÔËÁÚÁÎ ÄÏÓÔßÐ';
$strAction = 'äÅÊÓÔ×ÉÅ';
$strAddAutoIncrement = 'äÏÂÁ×ÑÎÅ ÎÁ AUTO_INCREMENT';
$strAddConstraints = 'äÏÂÁ×ÑÎÅ ÎÁ ÏÇÒÁÎÉÞÅÎÉÅ';
$strAddDeleteColumn = 'äÏÂÁ×É/ÉÚÔÒÉÊ ËÏÌÏÎÁ ÐÏ ËÒÉÔÅÒÉÊ';
$strAddDeleteRow = 'äÏÂÁ×É/ÉÚÔÒÉÊ ÒÅÄ ÐÏ ËÒÉÔÅÒÉÊ';
$strAddDropDatabase = 'äÏÂÁ×ÑÎÅ ÎÁ DROP DATABASE';
$strAddedColumnComment = 'äÏÂÁ×ÅÎ ËÏÍÅÎÔÁÒ ËßÍ ËÏÌÏÎÁ';
$strAddedColumnRelation = 'äÏÂÁ×ÅÎÁ ÒÅÌÁÃÉÁ ËßÍ ËÏÌÏÎÁ';
$strAddFields = 'äÏÂÁ×ÑÎÅ ÎÁ %s ÐÏÌÅ(ÔÁ)';
$strAddHeaderComment = 'äÏÂÁ×ÑÎÅ ÎÁ ËÏÍÅÎÔÁÒ × ÈÅÄßÒÁ (\\n ÎÏ× ÒÅÄ)';
$strAddIfNotExists = 'äÏÂÁ×ÑÎÅ ÎÁ IF NOT EXISTS';
$strAddIntoComments = 'äÏÂÁ×É × ËÏÍÅÎÔÁÒÉÔÅ';
$strAddNewField = 'äÏÂÁ×ÑÎÅ ÎÁ ÎÏ×Ï ÐÏÌÅ';
$strAddPrivilegesOnDb = 'äÏÂÁ×ÑÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉ ËßÍ ÓÌÅÄÎÁÔÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strAddPrivilegesOnTbl = 'äÏÂÁ×ÑÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉ ËßÍ ÓÌÅÄÎÁÔÁ ÔÁÂÌÉÃÁ';
$strAddSearchConditions = 'äÏÂÁ×ÅÔÅ ÕÓÌÏ×ÉÅ ÚÁ ÔßÒÓÅÎÅ (ÓßÄßÒÖÁÎÉÅ ÎÁ "where" ËÌÁÕÚÁÔÁ):';
$strAddToIndex = ' &nbsp;%s&nbsp;ËÏÌÏÎÁ(É) ÂÅÛÅ(ÑÈÁ)ÄÏÂÁ×ÅÎÉ ËßÍ ÉÎÄÅËÓÁ ';
$strAddUserMessage = '÷ÉÅ ÄÏÂÁ×ÉÈÔÅ ÎÏ× ÐÏÔÒÅÂÉÔÅÌ.';
$strAddUser = 'äÏÂÁ×ÑÎÅ ÎÁ ÎÏ× ÐÏÔÒÅÂÉÔÅÌ.';
$strAdministration = 'áÄÍÉÎÉÓÔÒÁÃÉÑ';
$strAffectedRows = 'úÁÓÅÇÎÁÔÉ ÒÅÄÏ×Å:';
$strAfterInsertBack = '×ÒßÝÁÎÅ ÏÂÒÁÔÎÏ';
$strAfterInsertNewInsert = '×ÍßË×ÁÎÅ ÎÁ ÎÏ× ÚÁÐÉÓ';
$strAfterInsertNext = 'ÒÅÄÁËÔÉÒÁÎÅ ÎÁ ÓÌÅÄ×ÁÝÉÑ ÒÅÄ';
$strAfterInsertSame = '×ÒßÝÁÎÅ ËßÍ ÔÁÚÉ ÓÔÒÁÎÉÃÁ';
$strAfter = 'ÓÌÅÄ %s';
$strAll = '×ÓÉÞËÉ';
$strAllTableSameWidth = 'ÐÏËÁÚ×ÁÎÅ ÎÁ ×ÓÉÞËÉ ôÁÂÌÉÃÉ Ó ÅÄÎÁ É ÓßÝÁ ÛÉÒÉÎÁ?';
$strAlterOrderBy = 'ðÏÄÒÅÖÄÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ ÐÏ';
$strAnalyzeTable = 'áÎÁÌÉÚÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strAndThen = 'É ÓÌÅÄ ÔÏ×Á';
$strAnd = 'É';
$strAnIndex = 'âÅÛÅ ÄÏÂÁ×ÅÎ ÉÎÄÅËÓ ÎÁ %s';
$strAny = '×ÓÅËÉ';
$strAnyHost = '÷ÓÅËÉ ÈÏÓÔ';
$strAnyUser = '÷ÓÅËÉ ÐÏÔÒÅÂÉÔÅÌ';
$strApproximateCount = 'íÏÖÅ ÄÁ ÉÍÁ ÐÒÉÂÌÉÚÉÔÅÌÎÁ ÓÔÏÊÎÏÓÔ. ÷ÉÖ FAQ 3.11';
$strAPrimaryKey = 'âÅÛÅ ÄÏÂÁ×ÅÎ ÐßÒ×ÉÞÅÎ ËÌÀÞ ËßÍ ';
$strArabic = 'áÒÁÂÓËÉ';
$strArmenian = 'áÒÍÅÎÓËÉ';
$strAscending = '÷ßÚÈÏÄÑÝÏ';
$strAtBeginningOfTable = '× ÎÁÞÁÌÏÔÏ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strAtEndOfTable = '× ËÒÁÑ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strAttr = 'áÔÒÉÂÕÔÉ';
$strAutodetect = 'Á×ÔÏÍÁÔÉÞÎÏ ÏÔËÒÉ×ÁÎÅ';
$strAutomaticLayout = 'á×ÔÏÍÁÔÉÞÅÎ ÌÅÊÁÕÔ';
 
$strBack = 'îÁÚÁÄ';
$strBaltic = 'âÁÌÔÉÊÓËÉ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' ä×ÏÉÞÎÏ ';
$strBinaryDoNotEdit = ' ä×ÏÉÞÎÏ - ÎÅ ÓÅ ÒÅÄÁËÔÉÒÁ ';
$strBookmarkAllUsers = 'îÅËÁ ×ÓÅËÉ ÐÏÔÒÅÂÉÔÅÌ ÉÍÁ ÄÏÓÔßÐ ÄÏ ÔÏÚÉ ÐÏËÁÚÁÌÅÃ';
$strBookmarkCreated = 'ðÏËÁÚÁÌÅà %s ÂÅÛÅ ÓßÚÄÁÄÅÎ ÕÓÐÅÛÎÏ';
$strBookmarkDeleted = 'ðÏËÁÚÁÌÅÃßÔ ÂÅÛÅ ÉÚÔÒÉÔ.';
$strBookmarkLabel = 'åÔÉËÅÔ';
$strBookmarkQuery = 'úÁÐÁÚ×ÁÎÅ ÎÁ SQL ÚÁÑ×ËÁ';
$strBookmarkReplace = 'ðÒÅÐÏËÒÉ×ÁÎÅ ÎÅ ÓßÝÅÓÔ×Õ×ÁÝÉÑ ÐÏËÁÚÁÌÅà ÓßÓ ÓßÝÏÔÏ ÉÍÅ';
$strBookmarkThis = 'úÁÐÁÚÉ ÔÁÚÉ SQL ÚÁÑ×ËÁ';
$strBookmarkView = 'óÁÍÏ ÐÏËÁÚ×ÁÎÅ';
$strBrowseForeignValues = 'ðÒÅÇÌÅÖÄÁÎÅ ÎÁ ×ßÎÛÎÉÔÅ(foreign) ÓÔÏÊÎÏÓÔÉ';
$strBrowse = 'ðÒÅÌÉÓÔ×ÁÎÅ';
$strBulgarian = 'âßÌÇÁÒÓËÉ';
$strBzError = 'phpMyAdmin ÎÅ ÍÏÖÅ ÄÁ ËÏÍÐÒÅÓÉÒÁ ÓÈÅÍÁÔÁ(dump) ÚÁÒÁÄÉ ÇÒÅÛËÁ × Bz2 ÒÁÚÛÉÒÅÎÉÅÔÏ × ÔÁÚÉ ×ÅÒÓÉÑ ÎÁ PHP. çÏÒÅÝÏ ÓÅ ÐÒÅÐÏÒßÞ×Á ÄÁ ÕÓÔÁÎÏ×ÉÔÅ ÓÔÏÊÎÏÓÔÔÁ ÎÁ <code>$cfg[\'BZipDump\']</code> ÄÉÒÅËÔÉ×ÁÔÁ × ËÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑ ÆÁÊÌ ÎÁ ×ÁÛÉÑ phpMyAdmin ÎÁ <code>FALSE</code>. áËÏ ÉÓËÁÔÅ ÄÁ ÓÅ ÉÚÐÏÌÚ×ÁÔÅ ×ßÚÍÏÖÎÏÓÔÉÔÅ ÎÁ Bz2 ËÏÍÐÒÅÓÉÑÔÁ, ÝÅ ÔÒÑÂ×Á ÄÁ ßÐÇÒÅÊÄÎÅÔÅ ÄÏ ÐÏ-ÎÏ×Á ×ÅÒÓÉÑ ÎÁ PHP. ÷ÉÖÔÅ ÓßÏÂÝÅÎÉÅ %s ÚÁ ÐÏ×ÅÞÅ ÉÎÆÏÒÍÁÃÉÑ.';
$strBzip = '"bzip-ÎÁÔÏ"';
 
$strCalendar = 'ëÁÌÅÎÄÁÒ';
$strCannotLogin = 'îÅ ÍÏÇÁ ÄÁ ÓÅ ÌÏÇÎÁ ËßÍ MySQL ÓßÒ×ßÒÁ';
$strCantLoad = 'ÎÅ ÍÏÇÁ ÄÁ ÚÁÒÅÄÑ ÒÁÚÛÉÒÅÎÉÅÔÏ %s,<br />ÍÏÌÑ ÐÒÏ×ÅÒÅÔÅ ËÏÎÆÉÇÕÒÁÃÉÑÔÁ ÎÁ PHP';
$strCantLoadRecodeIconv = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ÚÁÒÅÄÑÔ iconv ÉÌÉ recode ÒÁÚÛÉÒÅÎÉÑÔÁ ÎÅÏÂÈÏÄÉÍÉ ÚÁ ËÏÎ×ÅÒÔÉÒÁÎÅ ÎÁ ÎÁÂÏÒÁ ÏÔ ÓÉÍ×ÏÌÉ(charset), ËÏÎÆÉÇÕÒÉÒÁÊÔÅ PHP ÔÁËÁ, ÞÅ ÄÁ ÐÏÚ×ÏÌÑ×Á ÉÚÐÏÌÚ×ÁÎÅ ÎÁ ÔÅÚÉ ÒÁÚÛÉÒÅÎÉÑ ÉÌÉ ÏÔÍÅÎÅÔÅ ËÏÎ×ÅÒÔÉÒÁÎÅÔÏ ÎÁ ÎÁÂÏÒÁ ÏÔ ÓÉÍ×ÏÌÉ(charset) × phpMyAdmin.';
$strCantRenameIdxToPrimary = 'îÅ ÍÏÇÁ ÄÁ ÐÒÅÉÍÅÎÕ×ÁÍ ÉÎÄÅËÓÁ ÎÁ PRIMARY!';
$strCantUseRecodeIconv = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ÉÚÐÏÌÚ×Á ÎÉÔÏ iconv ÎÉÔÏ libiconv ÎÉÔÏ recode_string ÆÕÎËÃÉÑÔÁ ÄÏËÁÔÏ ÐÒÏÔÏËÏÌÉÔÅ ÚÁ ÒÁÚÛÉÒÅÎÉÑÔÁ ÓÁ ÚÁÒÅÄÅÎÉ. ðÒÏ×ÅÒÅÔÅ ËÏÎÆÉÇÕÒÁÃÉÑÔÁ ÎÁ PHP.';
$strCardinality = 'îÁÄÅÖÄÎÏÓÔ';
$strCaseInsensitive = 'ÎÅÞÕ×ÓÔ×ÉÔÅÌÎÏ ËßÍ ÒÅÇÉÓÔßÒÁ';
$strCaseSensitive = 'ÞÕ×ÓÔ×ÉÔÅÌÎÏ ËßÍ ÒÅÇÉÓÔßÒÁ';
$strCentralEuropean = 'ãÅÎÔÒÁÌÎÏ Å×ÒÏÐÅÊÓËÉ';
$strChangeCopyModeCopy = '... ÚÁÐÁÚ×ÁÎÅ ÎÁ ÓÔÁÒÉÑ.';
$strChangeCopyModeDeleteAndReload = ' ... ÉÚÔÒÉ×ÁÎÅ ÎÁ ÓÔÁÒÉÑ ÏÔ ÔÁÂÌÉÃÁÔÁ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ É ÓÌÅÄ ÔÏ×Á ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strChangeCopyModeJustDelete = ' ... ÉÚÔÒÉ×ÁÎÅ ÎÁ ÓÔÁÒÉÑ ÏÔ ÔÁÂÌÉÃÁÔÁ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ.';
$strChangeCopyMode = 'óßÚÄÁ×ÁÎÅ ÎÏ× ÐÏÔÒÅÂÉÔÅÌ ÓßÓ ÓßÝÉÔÅ ÐÒÉ×ÉÌÅÇÉÉ É ...';
$strChangeCopyModeRevoke = ' ... ÏÔÍÅÎÑÎÅ ÎÁ ×ÓÉÞËÉ ÁËÔÉ×ÎÉ ÐÒÉ×ÉÌÅÇÉÉ ÏÔ ÓÔÁÒÉÑ É ÓÌÅÄ ÔÏ×Á ÉÚÔÒÉ×ÁÎÅ.';
$strChangeCopyUser = 'ðÒÏÍÑÎÁ ÎÁ ÌÏÇÉÎ ÉÎÆÏÒÍÁÃÉÑÔÁ / ëÏÐÉÒÁÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌ';
$strChangeDisplay = 'éÚÂÅÒÅÔÅ ðÏÌÅÔÁ ÚÁ ÐÏËÁÚ×ÁÎÅ';
$strChange = 'ðÒÏÍÅÎÑÎÅ';
$strChangePassword = 'óÍÑÎÁ ÎÁ ÐÁÒÏÌÁÔÁ';
$strCharsetOfFile = 'îÁÂÏÒ ÏÔ ÓÉÍ×ÏÌÉ ÎÁ ÆÁÊÌÁ:';
$strCharsetsAndCollations = 'îÁÂÏÒÉ ÏÔ ÓÉÍ×ÏÌÉ É ËÏÌÁÃÉÉ';
$strCharsets = 'îÁÂÏÒÉ ÏÔ ÓÉÍ×ÏÌÉ';
$strCharset = 'îÁÂÏÒ ÏÔ ÓÉÍ×ÏÌÉ';
$strCheckAll = 'íÁÒËÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strCheckOverhead = 'íÁÒËÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÉÔÅ ÓßÓ ÚÁÇÕÂÅÎÏ ÍÑÓÔÏ';
$strCheckPrivsLong = 'ðÒÏ×ÅÒÉ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÚÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ &quot;%s&quot;.';
$strCheckPrivs = 'ðÒÏ×ÅÒËÁ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ';
$strCheckTable = 'ðÒÏ×ÅÒËÁ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strChoosePage = 'íÏÌÑ ÉÚÂÅÒÅÔÅ ÓÔÒÁÎÉÃÁ ÚÁ ÒÅÄÁËÔÉÒÁÎÅ';
$strColComFeat = 'ðÏËÁÚ×ÁÎÅ ÎÁ ËÏÍÅÎÔÁÒÉ ËßÍ ëÏÌÏÎÉÔÅ';
$strCollation = 'ëÏÌÁÃÉÑ';
$strColumnNames = 'éÍÅ ÎÁ ËÏÌÏÎÁ';
$strColumnPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ ÓÐÅÃÉÆÉÞÎÉ ÚÁ ËÏÌÏÎÁÔÁ';
$strCommand = 'ëÏÍÁÎÄÁ';
$strCommentsForTable = 'ëïíåîôáòé úá ôáâìéãá';
$strComments = 'ëÏÍÅÎÔÁÒÉ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 Óß×ÍÅÓÔÉÍÏ';
$strCompleteInserts = 'ðßÌÎÉ INSERT-É';
$strCompression = 'ëÏÍÐÒÅÓÉÑ';
$strConfigFileError = 'phpMyAdmin ÎÅ ÍÏÖÅ ÄÁ ÐÒÏÞÅÔÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑÔ ÷É ÆÁÊÌ!<br />ôÏ×Á ÍÏÖÅ ÄÁ ÓÅ ÓÌÕÞÉ ÁËÏ PHP ÏÔËÒÉÅ ÓÉÎÔÁËÔÉÞÎÁ ÇÒÅÛËÁ × ÎÅÇÏ ÉÌÉ ÎÅ ÍÏÖÅ ÄÁ ÏÔËÒÉÅ ÆÁÊÌÁ.<br />íÏÌÑ ÉÚ×ÉËÁÊÔÅ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑ ÆÁÊÌ ÄÉÒÅËÔÎÏ ËÁÔÏ ÉÚÐÏÌÚ×ÁÔÅ ÌÉÎËÁ ÐÏ-ÄÏÌÕ É ÐÒÏÞÅÔÅÔÅ ÓßÏÂÝÅÎÉÅÔÏ ÚÁ ÇÒÅÛËÁ ËÏÅÔÏ PHP ×ÒßÝÁ. ÷ ÐÏ-ÇÏÌÑÍÁ ÞÁÓÔ ÏÔ ÓÌÕÞÁÉÔÅ, ÎÑËßÄÅ ÌÉÐÓ×ÁÔ ËÁ×ÉÞËÉ ÉÌÉ ÔÏÞËÁ É ÚÁÐÅÔÁÑ.<br />áËÏ ÓÅ ÉÚ×ÅÄÅ ÐÒÁÚÎÁ ÓÔÒÁÎÉÃÁ, ×ÓÉÞËÉ Å ÎÁÒÅÄ.';
$strConfigureTableCoord = 'íÏÌÑ ËÏÎÆÉÇÕÒÉÒÁÊÔÅ ËÏÏÒÄÉÎÁÔÉÔÅ ÚÁ ÔÁÂÌÉÃÁ %s';
$strConnectionError = '÷ÒßÚËÁÔÁ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÏÓßÝÅÓÔ×ÅÎÁ: ÎÅ×ÁÌÉÄÎÉ ÎÁÓÔÒÏÊËÉ.';
$strConnections = 'ëÏÎÅËÃÉÉ';
$strConstraintsForDumped = 'ïÇÒÁÎÉÞÅÎÉÑ ÚÁ ÄßÍÐÎÁÔÉ ÔÁÂÌÉÃÉ';
$strConstraintsForTable = 'ïÇÒÁÎÉÞÅÎÉÑ ÚÁ ÔÁÂÌÉÃÁ';
$strCookiesRequired = 'ïÔÔÕË ÎÁÔÁÔßË ÓÁ ÎÅÏÂÈÏÄÉÍÉ "Cookies".';
$strCopyDatabaseOK = 'âÁÚÁ ÏÔ ÄÁÎÎÉ %s ÂÅÛÅ ËÏÐÉÒÁÎÁ ËÁÔÏ %s';
$strCopyTableOK = 'ôÁÂÌÉÃÁ %s ÂÅÛÅ ËÏÐÉÒÁÎÁ × %s.';
$strCopyTableSameNames = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ËÏÐÉÒÁ ÔÁÂÌÉÃÁÔÁ ËßÍ ÓÅÂÅ ÓÉ!';
$strCopyTable = 'ëÏÐÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÁ (ÂÁÚÁ ÏÔ ÄÁÎÎÉ<b>.</b>ÔÁÂÌÉÃÁ):';
$strCopy = 'ëÏÐÉÒÁÎÅ';
$strCouldNotKill = 'phpMyAdmin ÎÅ ÍÏÖÁ ÄÁ ÓÐÒÅ ÎÉÛËÁ %s. ÷ÅÒÏÑÔÎÏ ×ÅÞÅ Å ÂÉÌÁ ÚÁÔ×ÏÒÅÎÁ.';
$strCreateDatabaseBeforeCopying = 'éÚÐßÌÎÑ×ÁÎÅ ÎÁ CREATE DATABASE ÐÒÅÄÉ ËÏÐÉÒÁÎÅÔÏ';
$strCreateIndex = 'óßÚÄÁ×ÁÎÅ ÎÁ ÉÎÄÅËÓ ×ßÒÈÕ &nbsp;%s&nbsp;ËÏÌÏÎÉ';
$strCreateIndexTopic = 'óßÚÄÁÊ ÎÏ× ÉÎÄÅËÓ';
$strCreateNewDatabase = 'óßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×Á âä';
$strCreateNewTable = 'óßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×Á ÔÁÂÌÉÃÁ × âä %s';
$strCreate = 'óßÚÄÁÊ';
$strCreatePage = 'óßÚÄÁÊ ÎÏ×Á óÔÒÁÎÉÃÁ';
$strCreatePdfFeat = 'óßÚÄÁ×ÁÎÅ ÎÁ PDF-É';
$strCreationDates = 'óßÚÄÁ×ÁÎÅ/ïÂÎÏ×Ñ×ÁÎÅ/ðÒÏ×ÅÒËÁ ÎÁ ÄÁÔÉ';
$strCriteria = 'ëÒÉÔÅÒÉÊ';
$strCroatian = 'èßÒ×ÁÔÓËÉ';
$strCSVImportOptions = 'CSV ÏÐÃÉÉ';
$strCSVOptions = 'CSV ÏÐÃÉÉ';
$strCyrillic = 'ëÉÒÉÌÉÃÁ';
$strCzech = 'þÅÛËÉ';
$strCzechSlovak = 'þÅÈÏÓÌÏ×ÁÛËÉ';
 
$strDanish = 'äÁÔÓËÉ';
$strDatabase = 'âä';
$strDatabaseEmpty = 'éÍÅÔÏ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ Å ÐÒÁÚÎÏ!';
$strDatabaseExportOptions = 'ïÐÃÉÉ ÚÁ ÅËÓÐÏÒÔÉÒÁÎÅ ÎÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strDatabaseHasBeenDropped = 'âÁÚÁÔÁ ÄÁÎÎÉ %s ÂÅÛÅ ÉÚÔÒÉÔÁ.';
$strDatabaseNoTable = 'âÁÚÁÔÁ ÄÁÎÎÉ ÎÅ ÓßÄßÒÖÁ ÔÁÂÌÉÃÁ!';
$strDatabasesDropped = '%s ÂÁÚÉ ÏÔ ÄÁÎÎÉ ÂÑÈÁ ÉÚÔÒÉÔÉ ÕÓÐÅÛÎÏ.';
$strDatabasesStatsDisable = 'úÁÂÒÁÎÉ ÓÔÁÔÉÓÔÉËÁ';
$strDatabasesStatsEnable = 'òÁÚÒÅÛÉ ÓÔÁÔÉÓÔÉËÁ';
$strDatabasesStatsHeavyTraffic = 'úÁÂÅÌÅÖËÁ: òÁÚÒÅÛÁ×ÁÎÅÔÏ ÎÁ ÓÔÁÔÉÓÔÉËÁ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ÍÏÖÅ ÄÁ ËÏÓÔ×Á ÍÎÏÇÏ ÇÏÌÑÍ ÔÒÁÆÉË ÍÅÖÄÕ ÕÅ ÓßÒ×ßÒÁ É MySQL ÓßÒ×ßÒÁ.';
$strDatabasesStats = ' óÔÁÔÉÓÔÉËÁ ÚÁ ÂÁÚÉÔÅ ÄÁÎÎÉ';
$strDatabases = 'âÁÚÉ ÏÔ ÄÁÎÎÉ';
$strDataDict = 'òÅÞÎÉË ÎÁ ÄÁÎÎÉÔÅ';
$strData = 'äÁÎÎÉ';
$strDataOnly = 'óÁÍÏ ÄÁÎÎÉ';
$strDBComment = 'ëÏÍÅÎÔÁÒ ËßÍ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ: ';
$strDBCopy = 'ëÏÐÉÒÁÎÅ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ×';
$strDBGContextID = 'ëÏÎÔÅËÓÔÎÏ ID';
$strDBGContext = 'ëÏÎÔÅËÓÔ';
$strDBGHits = 'ðÏÐÁÄÅÎÉÑ';
$strDBGLine = 'ìÉÎÉÑ';
$strDBGMaxTimeMs = 'íÁËÓ. ×ÒÅÍÅ, ms';
$strDBGMinTimeMs = 'íÉÎ. ×ÒÅÍÅ, ms';
$strDBGModule = 'íÏÄÕÌ';
$strDBGTimePerHitMs = '÷ÒÅÍÅ/ðÏÐÁÄÅÎÉÅ, ms';
$strDBGTotalTimeMs = 'ïÂÝÏ ×ÒÅÍÅ, ms';
$strDbPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ ÓÐÅÃÉÆÉÞÎÉ ÚÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strDBRename = 'ðÒÅÉÍÅÎÕ×ÁÎÅ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ÎÁ';
$strDbSpecific = 'ÓÐÅÃÉÆÉÞÎÉ ÚÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strDefaultEngine = '%s Å ÈÒÁÎÉÌÉÝÅÔÏ ÎÁ ÄÁÎÎÉ ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ ÎÁ ÔÏÚÉ MySQL ÓßÒ×ßÒ.';
$strDefaultValueHelp = 'úÁ ÓÔÏÊÎÏÓÔÉÔÅ ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ, ÍÏÌÑ ×ß×ÅÄÅÔÅ ÓÁÍÏ ÅÄÎÁ ÓÔÏÊÎÏÓÔ, ÂÅÚ ÏÂÒÁÔÎÉ ÞÅÒÔÉ ÉÌÉ ÁÐÏÓÔÒÏÆ, ÉÚÐÏÌÚ×ÁÊËÉ ÓÌÅÄÎÉÑ ÆÏÒÍÁÔ: a';
$strDefault = 'ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ';
$strDefragment = 'äÅÆÒÁÇÍÅÎÔÉÒÁÎÅ ÎÁ ÔÁÂÌÉÃÁ';
$strDelayedInserts = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ÏÔÌÏÖÅÎÉ ×ÍßË×ÁÎÉÑ';
$strDeleteAndFlushDescr = 'ôÏ×Á Å ÎÁÊ-ÞÉÓÔÉÑ ÎÁÞÉÎ, ÎÏ ÐÒÅÚÁÒÅÖÄÁÎÅÔÏ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÍÏÖÅ ÄÁ ÏÔÎÅÍÅ ÉÚ×ÅÓÔÎÏ ×ÒÅÍÅ.';
$strDeleteAndFlush = 'éÚÔÒÉ×ÁÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ É ÓÌÅÄ ÔÏ×Á ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strDeleted = 'òÅÄßÔ ÂÅÛÅ ÉÚÔÒÉÔ';
$strDeletedRows = 'éÚÔÒÉÔÉ ÒÅÄÏ×Å:';
$strDelete = 'éÚÔÒÉ×ÁÎÅ';
$strDeleting = 'éÚÔÒÉ×ÁÎÅ ÎÁ %s';
$strDelOld = 'ôÅËÕÝÁÔÁ óÔÒÁÎÉÃÁ ÉÍÁ òÅÆÅÒÅÎÃÉÉ ËßÍ ôÁÂÌÉÃÉ ËÏÉÔÏ ×ÅÞÅ ÎÅ ÓßÝÅÓÔ×Õ×ÁÔ. öÅÌÁÅÔÅ ÌÉ ÄÁ ÉÚÔÒÉÅÔÅ ÔÅÚÉ òÅÆÅÒÅÎÃÉÉ?';
$strDescending = 'îÉÚÈÏÄÑÝÏ';
$strDescription = 'ïÐÉÓÁÎÉÅ';
$strDictionary = 'ÒÅÞÎÉË';
$strDisabled = 'úÁÂÒÁÎÅÎÏ';
$strDisableForeignChecks = 'úÁÂÒÁÎÑ×ÁÎÅ ÎÁ ÐÒÏ×ÅÒËÉÔÅ ÚÁ ×ßÎÛÅÎ ËÌÀÞ';
$strDisplayFeat = 'ðÏËÁÖÉ ×ßÚÍÏÖÎÏÓÔÉÔÅ';
$strDisplayOrder = 'ðÏÄÒÅÖÄÁÎÅ ÐÏ:';
$strDisplayPDF = 'ðÏËÁÖÉ PDF ÓÈÅÍÁ';
$strDoAQuery = 'éÚÐßÌÎÉ "ÚÁÑ×ËÁ ÐÏ ÛÁÂÌÏÎ" (ÓÉÍ×ÏÌ ÚÁ ÚÁÍÅÓÔ×ÁÎÅ: "%")';
$strDocu = 'äÏËÕÍÅÎÔÁÃÉÑ';
$strDoYouReally = 'äÅÊÓÔ×ÉÔÅÌÎÏ ÌÉ ÖÅÌÁÅÔÅ ÄÁ ÉÚÐßÌÎÉÔÅ ÚÁÑ×ËÁÔÁ';
$strDropDatabaseStrongWarning = '÷ÉÅ ÝÅ õîéýïöéôå ÃÑÌÁÔÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ!';
$strDrop = 'õÎÉÝÏÖÁ×ÁÎÅ';
$strDropUsersDb = 'éÚÔÒÉ×ÁÎÅ ÎÁ ÂÁÚÉÔÅ ÏÔ ÄÁÎÎÉ ËÏÉÔÏ ÉÍÁÔ ÉÍÅÎÁ ËÁÔÏ ÔÅÚÉ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ.';
$strDumpingData = 'äßÍÐ (ÓÈÅÍÁ) ÎÁ ÄÁÎÎÉÔÅ × ÔÁÂÌÉÃÁÔÁ';
$strDumpSaved = 'óÈÅÍÁÔÁ(ÄßÍÐ) ÂÅÛÅ ÚÁÐÉÓÁÎÁ ×ß× ÆÁÊÌ %s.';
$strDumpXRows = 'äßÍÐ-ÎÉ %s ÒÅÄÁ ËÁÔÏ ÚÁÐÏÞÎÅÛ ÏÔ %s.';
$strDynamic = 'ÄÉÎÁÍÉÞÅÎ';
 
$strEdit = 'òÅÄÁËÔÉÒÁÎÅ';
$strEditPDFPages = 'òÅÄÁËÔÉÒÁÎÅ ÎÁ PDF óÔÒÁÎÉÃÉ';
$strEditPrivileges = 'òÅÄÁËÔÉÒÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ';
$strEffective = 'åÆÅËÔÉ×ÎÉ';
$strEmpty = 'éÚÞÉÓÔ×ÁÎÅ';
$strEmptyResultSet = 'MySQL ×ßÒÎÁ ÐÒÁÚÅÎ ÒÅÚÕÌÔÁÔ (Ô.Å. ÎÕÌÁ ÒÅÄÏ×Å).';
$strEnabled = 'ðÏÚ×ÏÌÅÎÏ';
$strEncloseInTransaction = 'éÚÏÌÉÒÁÎÅ ÎÁ ÅËÓÐÏÒÔÁ × ÔÒÁÎÚÁËÃÉÑ';
$strEndCut = 'END CUT';
$strEnd = 'ëÒÁÊ';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s Å ÒÁÚÒÅÛÅÎ ÎÁ ÔÏÚÉ MySQL ÓßÒ×ßÒ.';
$strEngineDisabled = '%s Å ÉÚËÌÀÞÅÎ ÚÁ ÔÏÚÉ MySQL ÓßÒ×ßÒ.';
$strEngines = 'èÒÁÎÉÌÉÝÁ';
$strEngineUnsupported = 'ôÏÚÉ MySQL ÓßÒ×ßÒ ÎÅ ÐÏÄÄßÒÖÁ ÈÒÁÎÉÌÉÝÅÔÏ ÎÁ ÄÁÎÎÉ %s.';
$strEnglish = 'áÎÇÌÉÊÓËÉ';
$strEnglishPrivileges = ' úÁÂÅÌÅÖËÁ: éÍÅÎÁÔÁ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÎÁ MySQL ÓÁ ÐÏËÁÚÁÎÉ ÎÁ ÁÎÇÌÉÊÓËÉ. ';
$strErrorInZipFile = 'çÒÅÛËÁ × ZIP ÁÒÈÉ×Á:';
$strError = 'çÒÅÛËÁ';
$strEsperanto = 'åÓÐÅÒÁÎÔÏ';
$strEstonian = 'åÓÔÏÎÓËÉ';
$strExcelEdition = '÷ÅÒÓÉÑ ÎÁ Excel';
$strExcelOptions = 'ïÐÃÉÉ ÎÁ Excel';
$strExecuteBookmarked = 'óÔÁÒÔÉÒÁÎÅ ÎÁ ÚÁÐÁÚÅÎÁ SQL-ÚÁÑ×ËÁ';
$strExplain = 'Explain SQL';
$strExport = 'åËÓÐÏÒÔÉÒÁÎÅ';
$strExtendedInserts = 'òÁÚÛÉÒÅÎÉ INSERT-É';
$strExtra = 'äÏÐßÌÎÉÔÅÌÎÏ';
 
$strFailedAttempts = 'ðÒÏ×ÁÌÉÌÉ ÓÅ ÏÐÉÔÉ';
$strFieldHasBeenDropped = 'ðÏÌÅÔÏ %s ÂÅÛÅ ÉÚÔÒÉÔÏ';
$strFieldsEmpty = ' âÒÏÑÞÁ ÎÁ ÐÏÌÅÔÁÔÁ Å ÐÒÁÚÅÎ! ';
$strFieldsEnclosedBy = 'ðÏÌÅÔÁÔÁ ÓÁ ÏÇÒÁÄÅÎÉ ÓßÓ';
$strFieldsEscapedBy = 'ðÒÅÄÓÔÁ×ËÁ ÎÁ ÓÐÅÃÉÁÌÎÉÔÅ ÓÉÍ×ÏÌÉ';
$strFieldsTerminatedBy = 'ðÏÌÅÔÁÔÁ ÚÁ×ßÒÛ×ÁÔ ÓßÓ';
$strFields = 'ðÏÌÅÔÁ';
$strField = 'ðÏÌÅ';
$strFileAlreadyExists = 'æÁÊÌßÔ %s ×ÅÞÅ ÓßÝÅÓÔ×Õ×Á ÎÁ ÓßÒ×ßÒÁ, ÓÍÅÎÅÔÅ ÉÍÅÔÏ ÎÁ ÆÁÊÌÁ ÉÌÉ ×ËÌÀÞÅÔÅ ÏÐÃÉÑÔÁ ÚÁ ÐÒÅÐÏËÒÉ×ÁÎÅ.';
$strFileCouldNotBeRead = 'æÁÊÌßÔ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÐÒÏÞÅÔÅÎ';
$strFileNameTemplateRemember = 'ÚÁÐÏÍÎÑÎÅ ÎÁ ÛÁÂÌÏÎÁ';
$strFileNameTemplate = 'ûÁÂÌÏÎ ÎÁ ÆÁÊÌÏ×ÏÔÏ ÉÍÅ';
$strFileToImport = 'æÁÊÌ ÚÁ ÉÍÐÏÒÔÉÒÁÎÅ';
$strFixed = 'æÉËÓÉÒÁÎ';
$strFlushPrivilegesNote = 'úÁÂÅÌÅÖËÁ: phpMyAdmin ×ÚÅÍÁ ÐÏÔÒÅÂÉÔÅÌÓËÉÔÅ ÐÒÉ×ÉÌÅÇÉÉ ÄÉÒÅËÔÎÏ ÏÔ ÔÁÂÌÉÃÁÔÁ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÎÁ MySQL. óßÄßÒÖÁÎÉÅÔÏ ÎÁ ÔÁÚÉ ÔÁÂÌÉÃÁ ÍÏÖÅ ÄÁ ÓÅ ÒÁÚÌÉÞÁ×Á ÏÔ ÐÒÉ×ÉÌÅÇÉÉÔÅ ËÏÉÔÏ ÉÚÐÏÌÚ×Á ÓßÒ×ßÒÁ ÁËÏ ËßÍ ÎÅÇÏ ÓÁ ÎÁÐÒÁ×ÅÎÉ ÐÒÏÍÅÎÉ ÎÁ ÒßËÁ. ÷ ÔÏÚÉ ÓÌÕÞÁÊ, ÔÒÑÂ×Á ÄÁ %sÐÒÅÚÁÒÅÄÉÔÅ ÐÒÉ×ÉÌÅÇÉÉÔÅ%s ÐÒÅÄÉ ÄÁ ÐÒÏÄßÌÖÉÔÅ.';
$strFlushTable = 'éÚÞÉÓÔ×ÁÎÅ ÎÁ ËÅÛÁ ÎÁ ÔÁÂÌÉÃÁÔÁ ("FLUSH")';
$strFormat = 'æÏÒÍÁÔ';
$strFormEmpty = 'ìÉÐÓ×Á ÓÔÏÊÎÏÓÔ ×ß× ÐÏÌÅÔÏ ÎÁ ÆÏÒÍÁÔÁ!';
$strFullText = 'ðßÌÎÉ ÔÅËÓÔÏ×Å';
$strFunction = 'æÕÎËÃÉÑ';
 
$strGenBy = 'çÅÎÅÒÉÒÁÎÏ ÏÔ';
$strGeneralRelationFeat = 'ïÂÝÉ ×ßÚÍÏÖÎÏÓÔÉ ÎÁ ÒÅÌÁÃÉÉÔÅ';
$strGenerate = 'çÅÎÅÒÉÒÁÎÅ';
$strGeneratePassword = 'çÅÎÅÒÉÒÁÎÅ ÎÁ ÐÁÒÏÌÁ';
$strGenTime = '÷ÒÅÍÅ ÎÁ ÇÅÎÅÒÉÒÁÎÅ';
$strGeorgian = 'çÒÕÚÉÎÓËÉ';
$strGerman = 'îÅÍÓËÉ';
$strGlobal = 'ÇÌÏÂÁÌÅÎ';
$strGlobalPrivileges = 'çÌÏÂÁÌÎÉ ÐÒÉ×ÉÌÅÇÉÉ';
$strGlobalValue = 'çÌÏÂÁÌÎÁ ÓÔÏÊÎÏÓÔ';
$strGo = 'éÚÐßÌÎÅÎÉÅ';
$strGrantOption = 'äÁÄÅÎÉ';
$strGreek = 'çÒßÃËÉ';
$strGzip = '"gzip-ÎÁÔÏ"';
 
$strHasBeenAltered = 'ÂÅÛÅ ÐÒÏÍÅÎÅÎÁ.';
$strHasBeenCreated = 'ÂÅÛÅ ÓßÚÄÁÄÅÎÁ.';
$strHaveToShow = 'ôÒÑÂ×Á ÄÁ ÉÚÂÅÒÅÔÅ ÐÏÎÅ ÅÄÎÁ ëÏÌÏÎÁ ÚÁ ÐÏËÁÚ×ÁÎÅ';
$strHebrew = 'é×ÒÉÔ';
$strHexForBinary = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ÛÅÓÔÎÁÄÅÓÅÔÉÞÎÏ ÐÒÅÄÓÔÁ×ÑÎÅ ÚÁ Ä×ÏÉÞÎÉÔÅ ÐÏÌÅÔÁ';
$strHome = 'îÁÞÁÌÏ';
$strHomepageOfficial = 'ïÆÉÃÉÁÌÎÁÔÁ ÕÅ ÓÔÒÁÎÉÃÁ ÎÁ phpMyAdmin ';
$strHostEmpty = 'éÍÅÔÏ ÎÁ ÈÏÓÔÁ Å ÐÒÁÚÎÏ!';
$strHost = 'èÏÓÔ';
$strHTMLExcelOptions = 'ïÐÃÉÉ ÚÁ ÅËÓÐÏÒÔÉÒÁÎÅ ËßÍ Microsoft Excel 2000';
$strHungarian = 'õÎÇÁÒÓËÉ';
 
$strIcelandic = 'éÓÌÁÎÄÓËÉ';
$strId = 'ID';
$strIdxFulltext = 'ðßÌÎÏÔÅËÓÔÏ×Ï';
$strIgnore = 'éÇÎÏÒÉÒÁÎÅ';
$strIgnoreDuplicates = 'éÇÎÏÒÉÒÁÎÅ ÎÁ ÄÕÂÌÉÒÁÝÉÔÅ ÓÅ ÒÅÄÏ×Å';
$strIgnoreInserts = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ INSERT IGNORE';
$strIgnoringFile = 'éÇÎÏÒÉÒÁÎÅ ÎÁ ÆÁÊÌ %s';
$strImportDocSQL = 'éÍÐÏÒÔÉÒÁÊ docSQL ÆÁÊÌÏ×ÅÔÅ';
$strImportFiles = 'éÍÐÏÒÔÉÒÁÎÅ ÎÁ ÆÁÊÌÏ×Å';
$strImportFormat = 'æÏÒÍÁÔ ÎÁ ÉÎÐÏÒÔÉÒÁÎÉÑ ÆÁÊÌ';
$strImport = 'éÍÐÏÒÔÉÒÁÎÅ';
$strIndexes = 'éÎÄÅËÓÉ';
$strIndexHasBeenDropped = 'éÎÄÅËÓÁ %s ÂÅÛÅ ÉÚÔÒÉÔ';
$strIndexName = 'éÍÅ ÎÁ ÉÎÄÅËÓÁ&nbsp;:';
$strIndex = 'éÎÄÅËÓ';
$strIndexType = 'ôÉÐ ÎÁ ÉÎÄÅËÓÁ&nbsp;:';
$strIndexWarningMultiple = 'ðÏ×ÅÞÅ ÏÔ ÅÄÉÎ %s ËÌÀÞ ÂÅÛÅ ÓßÚÄÁÄÅÎ ÚÁ ËÏÌÏÎÁ `%s`';
$strIndexWarningPrimary = 'ëÏÌÏÎÁ `%s` ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÅÄÎÏ×ÒÅÍÅÎÎÏ ÐßÒ×ÉÞÅÎ É ×ßÎÛÅÎ ËÌÀÞ';
$strIndexWarningTable = 'ðÒÏÂÌÅÍ Ó ÉÎÄÅËÓÉÔÅ ÎÁ ÔÁÂÌÉÃÁ `%s`';
$strInnoDBPages = 'ÓÔÒÁÎÉÃÉ';
$strInnodbStat = 'InnoDB óßÓÔÏÑÎÉÅ';
$strInsecureMySQL = '÷ÁÛÉÑÔ ËÏÎÆÉÇÕÒÁÃÉÏÎÅÎ ÆÁÊÌ ÓßÄßÒÖÁ ÎÁÓÔÒÏÊËÉ (root ÂÅÚ ÐÁÒÏÌÁ), ËÏÉÔÏ ÓßÏÔ×ÅÔÓÔ×ÁÔ ÎÁ ÐÒÉ×ÉÌÅÇÉÒÏ×ÁÎÉÑ ÁËÁÕÎÔ ÎÁ MySQL ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ. ÷ÁÛÉÑÔ MySQL ÓßÒ×ßÒ Å ÓÔÁÒÔÉÒÁÎ Ó ÔÏ×Á ÐÏ ÐÏÄÒÁÚÂÉÒÁÎÅ É ÍÏÖÅ ÄÁ ÂßÄÅ ÌÅÓÎÏ ÈÁËÎÁÔ. ôÒÑÂ×Á ÄÁ ÏÐÒÁ×ÉÔÅ ÔÁÚÉ ÄÕÐËÁ × ÓÉÇÕÒÎÏÓÔÔÁ.';
$strInsertAsNewRow = '÷ÍßË×ÁÎÅ ËÁÔÏ ÎÏ× ÒÅÄ';
$strInsertedRowId = '÷ÍßËÎÁÔÏ ID ÎÁ ÒÅÄÁ:';
$strInsertedRows = '÷ÍßËÎÁÔÉ ÒÅÄÁ:';
$strInsertNewRow = '÷ÍßË×ÁÎÅ ÎÁ ÎÏ× ÒÅÄ';
$strInsert = '÷ÍßË×ÁÎÅ';
$strInternalNotNecessary = '* ÷ßÔÒÅÛÎÁÔÁ ÒÅÌÁÃÉÑ ÎÅ Å ÎÅÏÂÈÏÄÉÍÁ ËÏÇÁÔÏ ÓßÝÅÓÔ×Õ×Á ÓßÝÏ × InnoDB.';
$strInternalRelations = '÷ßÔÒÅÛÎÉ ÒÅÌÁÃÉÉ';
$strInUse = 'úÁÅÔÏ';
$strInvalidColumn = 'îÅ×ÁÌÉÄÎÁ ËÏÌÏÎÁ (%s)!';
$strInvalidColumnCount = 'âÒÏÑ ÎÁ ËÏÌÏÎÉÔÅ ÔÒÑÂ×Á ÄÁ Å ÐÏ-ÇÏÌÑÍ ÏÔ ÎÕÌÁ.';
$strInvalidFieldAddCount = 'ôÒÑÂ×Á ÄÁ ÄÏÂÁ×ÉÔÅ ÐÏÎÅ ÅÄÎÏ ÐÏÌÅ.';
$strInvalidFieldCount = 'ôÁÂÌÉÃÁÔÁ ÔÒÑÂ×Á ÄÁ ÉÍÁ ÐÏÎÅ ÅÄÎÏ ÐÏÌÅ.';
$strInvalidRowNumber = '%d ÎÅ Å ×ÁÌÉÄÅÎ ÎÏÍÅÒ ÎÁ ÒÅÄ.';
 
$strJapanese = 'ñÐÏÎÓËÉ';
$strJumpToDB = 'óËÏÞÉ ËßÍ ÂÁÚÁ ÏÔ ÄÁÎÎÉ &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;éÚÔÒÉÔÉÔÅ&quot; ÐÏÔÒÅÂÉÔÅÌÉ ÝÅ ÉÍÁÔ ÄÏÓÔßÐ ÄÏ ÓßÒ×ßÒÁ ËÁËÔÏ ÏÂÉËÎÏ×ÅÎÏ, ÄÏËÁÔÏ ÎÅ ÓÅ ÐÒÅÚÁÒÅÄÑÔ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strJustDelete = 'éÚÔÒÉ×ÁÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ ÏÔ ÔÁÂÌÉÃÁÔÁ Ó ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
 
$strKeepPass = 'äÁ ÎÅ ÓÅ ÓÍÅÎÑ ÐÁÒÏÌÁÔÁ';
$strKeyname = 'éÍÅ ÎÁ ËÌÀÞÁ';
$strKill = 'óôïð';
$strKorean = 'ëÏÒÅÊÓËÉ';
 
$strLandscape = 'ðÅÊÚÁÖÎÏ';
$strLatexCaption = 'úÁÇÌÁ×ÉÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strLatexContent = 'óßÄßÒÖÁÎÉÅ ÎÁ ÔÁÂÌÉÃÁ __TABLE__';
$strLatexContinuedCaption = 'ðÒÏÄßÌÖÅÎÉÅ ÎÁ ÚÁÇÌÁ×ÉÅÔÏ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strLatexContinued = '(ÐÒÏÄßÌÖÅÎÉÅ)';
$strLatexIncludeCaption = '÷ËÌÀÞ×ÁÎÅ ÎÁ ÚÁÇÌÁ×ÉÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strLatexLabel = 'åÔÉËÅÔ ÎÁ ËÌÀÞÁ';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX ÏÐÃÉÉ';
$strLatexStructure = 'óÔÒÕËÔÕÒÁ ÎÁ ÔÁÂÌÉÃÁ __TABLE__';
$strLatvian = 'ìÁÔ×ÉÊÓËÉ';
$strLDI = 'CSV Ó LOAD DATA';
$strLDIImportOptions = 'ïÐÃÉÉ ÚÁ CSV ÉÍÐÏÒÔÉÒÁÎÅÔÏ Ó LOAD DATA';
$strLDILocal = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ËÌÀÞÏ×ÁÔÁ ÄÕÍÁ LOCAL ';
$strLengthSet = 'äßÌÖÉÎÁ/óÔÏÊÎÏÓÔ*';
$strLimitNumRows = 'ÒÅÄÏ×Å ÎÁ ÓÔÒÁÎÉÃÁ';
$strLinesTerminatedBy = 'òÅÄÏ×ÅÔÅ ÚÁ×ßÒÛ×ÁÔ Ó';
$strLinkNotFound = '÷ÒßÚËÉÔÅ ÎÅ ÓÁ ÎÁÍÅÒÅÎÉ';
$strLinksTo = 'óÏÞÉ ËßÍ';
$strLithuanian = 'ìÉÔÏ×ÓËÉ';
$strLocalhost = 'ìÏËÁÌÅÎ';
$strLocationTextfile = 'íÅÓÔÏÐÏÌÏÖÅÎÉÅ ÎÁ ÔÅËÓÔÏ×ÉÑ ÆÁÊÌ';
$strLoginInformation = 'éÎÆÏÒÍÁÃÉÑ ÚÁ ÌÏÇ×ÁÎÅ';
$strLogin = '÷ÈÏÄ';
$strLogout = 'éÚÈÏÄ ÏÔ ÓÉÓÔÅÍÁÔÁ';
$strLogPassword = 'ðÁÒÏÌÁ:';
$strLogServer = 'óßÒ×ßÒ';
$strLogUsername = 'éÍÅ:';
$strLongOperation = 'ïÐÅÒÁÃÉÑÔÁ ÍÏÖÅ ÄÁ ÐÒÏÄßÌÖÉ ÄßÌÇÏ. äÁ ÐÒÏÄßÌÖÉ ÌÉ ×ßÐÒÅËÉ ÔÏ×Á?';
 
$strMaxConnects = 'ÍÁËÓÉÍÁÌÅÎ ÂÒÏÊ ÎÁ ÅÄÎÏ×ÒÅÍÅÎÎÉÔÅ ËÏÎÅËÃÉÉ';
$strMaximalQueryLength = 'íÁËÓÉÍÁÌÎÁ ÄßÌÖÉÎÁ ÎÁ ÓßÚÄÁÄÅÎÁÔÁ ÚÁÑ×ËÁ';
$strMaximumSize = 'íÁËÓÉÍÁÌÅÎ ÒÁÚÍÅÒ: %s%s';
$strMIME_available_mime = 'äÏÓÔßÐÎÉ MIME-ÔÉÐÏ×Å';
$strMIME_available_transform = 'äÏÓÔßÐÎÉ ÔÒÁÎÓÆÏÒÍÁÃÉÉ';
$strMIME_description = 'ïÐÉÓÁÎÉÅ';
$strMIME_MIMEtype = 'MIME-ÔÉÐ';
$strMIME_nodescription = 'îÑÍÁ ïÐÉÓÁÎÉÅ ÚÁ ÔÁÚÉ ÔÒÁÎÓÆÏÒÍÁÃÉÑ.<br />íÏÌÑ ÏÂßÒÎÅÔÅ ÓÅ ËßÍ Á×ÔÏÒÁ ÏÔÎÏÓÎÏ ÔÏ×Á ËÁË×Ï ÐÒÁ×É %s.';
$strMIME_transformation = 'âÒÁÕÚßÒÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑ';
$strMIME_transformation_note = 'úÁ ÓÐÉÓßËÁ ÎÁ ÄÏÓÔßÐÎÉÔÅ ÏÐÃÉÉ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ É ÔÅÈÎÉÔÅ MIME-type ÔÒÁÎÓÆÏÒÍÁÃÉÉ ËÌÉËÎÅÔÅ ÎÁ %sÏÐÉÓÁÎÉÑ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ%s';
$strMIME_transformation_options_note = 'íÏÌÑ ×ß×ÅÄÅÔÅ ÓÔÏÊÎÏÓÔÉÔÅ ÚÁ ÏÐÃÉÉÔÅ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ ËÁÔÏ ÉÚÐÏÌÚ×ÁÔÅ ÓÌÅÄÎÉÑ ÆÏÒÍÁÔ: \'a\',\'b\',\'c\'...<br />áËÏ ÔÒÑÂ×Á ÄÁ ÐÏÓÔÁ×ÉÔÅ ÏÂÒÁÔÎÏ ÎÁËÌÏÎÅÎÁ ÞÅÒÔÁ ("\") ÉÌÉ ÅÄÉÎÉÞÎÁ ËÁ×ÉÞËÁ ("\'") ÍÅÖÄÕ ÔÅÚÉ ÓÔÏÊÎÏÓÔÉ, ÐÏÓÔÁ×ÅÔÅ ÐÒÅÄ ÔÑÈ ÄÏÐßÌÎÉÔÅÌÎÁ ÏÂÒÁÔÎÏ ÎÁËÌÏÎÅÎÁ ÞÅÒÔÁ (ÎÁÐÒÉÍÅÒ \'\\\\xyz\' ÉÌÉ \'a\\\'b\').';
$strMIME_transformation_options = 'ïÐÃÉÉ ÎÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑÔÁ';
$strMIMETypesForTable = 'MIME ôéðï÷å úá ôáâìéãá';
$strMIME_without = 'MIME-types ÐÏËÁÚÁÎÉ × ÎÁËÌÏÎÅÎ ÛÒÉÆÔ ÎÅ ÐÒÉÔÅÖÁ×ÁÔ ÏÔÄÅÌÎÁ ÆÕÎËÃÉÑ ÚÁ ÔÒÁÎÓÆÏÒÍÁÃÉÑ';
$strModifications = 'ðÒÏÍÅÎÉÔÅ ÂÑÈÁ ÓßÈÒÁÎÅÎÉ';
$strModifyIndexTopic = 'ðÒÏÍÑÎÁ ÎÁ ÉÎÄÅËÓ';
$strModify = 'ðÒÏÍÅÎÉ';
$strMoveTable = 'ðÒÅÍÅÓÔ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÁ ËßÍ (ÂÁÚÁ ÏÔ ÄÁÎÎÉ<b>.</b>ÔÁÂÌÉÃÁ):';
$strMoveTableOK = 'ôÁÂÌÉÃÁÔÁ %s ÂÅÛÅ ÐÒÅÍÅÓÔÅÎÁ ËßÍ %s.';
$strMoveTableSameNames = 'îÅ ÍÏÖÅ ÄÁ ÓÅ ÐÒÅÍÅÓÔÉ ÔÁÂÌÉÃÁÔÁ ËßÍ ÓÅÂÅ ÓÉ!';
$strMultilingual = 'ÍÎÏÇÏÅÚÉÞÅÎ';
$strMyISAMMaxExtraSortFileSize = 'íÁËÓÉÍÁÌÅÎ ÒÁÚÍÅÒ ÎÁ ×ÒÅÍÅÎÎÉÔÅ ÆÁÊÌÏ×Å ÐÒÉ ÓßÚÄÁ×ÁÎÅ ÎÁ ÉÎÄÅËÓ';
$strMyISAMRecoverOptions = 'òÅÖÉÍ ÎÁ Á×ÔÏÍÁÔÉÞÎÏ ×ßÚÓÔÁÎÏ×Ñ×ÁÎÅ';
$strMyISAMRepairThreads = 'ðÏÐÒÁ×ËÁ ÎÁ ÎÉÛËÉÔÅ';
$strMyISAMSortBufferSize = 'òÁÚÍÅÒ ÎÁ ÂÕÆÅÒÁ ÚÁ ÓÏÒÔÉÒÁÎÅ';
$strMySQLCharset = 'îÁÂÏÒ ÏÔ ÓÉÍ×ÏÌÉ ÎÁ MySQL';
$strMySQLConnectionCollation = 'ëÏÌÁÃÉÑ ÎÁ MySQL';
$strMySQLSaid = 'MySQL ÏÔÇÏ×ÏÒÉ: ';
$strMySQLShowProcess = 'MySQL ÐÒÏÃÅÓÉ';
$strMySQLShowStatus = 'éÎÆÏÒÍÁÃÉÑ ÚÁ ÓßÓÔÏÑÎÉÅÔÏ ÎÁ MySQL ÓßÒ×ßÒÁ';
$strMySQLShowVars = 'óÉÓÔÅÍÎÉ ÐÒÏÍÅÎÌÉ×É ÎÁ MySQL';
 
$strName = 'éÍÅ';
$strNext = 'óÌÅÄ×ÁÝ';
$strNoDatabases = 'îÑÍÁ ÂÁÚÉ ÏÔ ÄÁÎÎÉ';
$strNoDatabasesSelected = 'îÑÍÁ ÉÚÂÒÁÎÉ ÂÁÚÉ ÏÔ ÄÁÎÎÉ.';
$strNoDescription = 'ÎÑÍÁ ïÐÉÓÁÎÉÅ';
$strNoDetailsForEngine = 'îÑÍÁ ÄÅÔÁÊÌÎÁ ÉÎÆÏÒÍÁÃÉÑ ÚÁ ÓßÓÔÏÑÎÉÅÔÏ ÎÁ ÔÏ×Á ÈÒÁÎÉÌÉÝÅ ÎÁ ÄÁÎÎÉ.';
$strNoDropDatabases = '"DROP DATABASE" ÚÁÑ×ËÁÔÁ Å ÚÁÂÒÁÎÅÎÁ.';
$strNoExplain = 'ðÒÏÐÕÓÎÉ Explain SQL';
$strNoFilesFoundInZip = 'îÅ ÓÁ ÏÔËÒÉÔÉ ÆÁÊÌÏ×Å × ZIP ÁÒÈÉ×Á!';
$strNoFrames = 'phpMyAdmin Å ÐÏ ÄÒÕÖÅÌÀÂÅÎ ÁËÏ ÉÚÐÏÌÚ×ÁÔÅ ÂÒÁÕÚßÒ, ËÏÊÔÏ ÐÏÄÄßÒÖÁ <b>frames</b>.';
$strNoIndexPartsDefined = 'îÅ ÓÁ ÄÅÆÉÎÉÒÁÎÉ ÞÁÓÔÉ ÎÁ ÉÎÄÅËÓ!';
$strNoIndex = 'îÅ Å ÄÅÆÉÎÉÒÁÎ ÉÎÄÅËÓ!';
$strNoModification = 'îÑÍÁ ÐÒÏÍÑÎÁ';
$strNone = 'îÑÍÁ';
$strNo = 'ÎÅ';
$strNoOptions = 'ôÏÚÉ ÆÏÒÍÁÔ ÎÑÍÁ ÏÐÃÉÉ';
$strNoPassword = 'îÑÍÁ ÐÁÒÏÌÁ';
$strNoPermission = 'õÅ ÓßÒ×ßÒÁ ÎÑÍÁ ÐÒÁ×Á ÚÁ ÚÁÐÉÓ ÎÁ ÆÁÊÌÁ %s.';
$strNoPhp = 'ÂÅÚ PHP ËÏÄ';
$strNoPrivileges = 'îÑÍÁ ÐÒÉ×ÉÌÅÇÉÉ';
$strNoRights = '÷ ÍÏÍÅÎÔÁ ÎÅ ÒÁÚÐÏÌÁÇÁÔÅ Ó ÄÏÓÔÁÔßÞÎÏ ÐÒÁ×Á ÚÁ ÄÁ ÓÅ ÎÁÍÉÒÁÔÅ ÔÕË!';
$strNoRowsSelected = 'îÑÍÁ ×ßÒÎÁÔÉ ÒÅÄÏ×Å';
$strNoSpace = 'îÅÄÏÓÔÁÔßÞÎÏ Ó×ÏÂÏÄÎÏ ÐÒÏÓÔÒÁÎÓÔ×Ï ÚÁ ÚÁÐÉÓ×ÁÎÅ ÎÁ ÆÁÊÌÁ %s.';
$strNoTablesFound = '÷ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ ÎÑÍÁ ÔÁÂÌÉÃÉ.';
$strNotNumber = 'ôÏ×Á ÎÅ Å ÞÉÓÌÏ!';
$strNotOK = 'ÎÅ Å OK';
$strNotSet = 'ÔÁÂÌÉÃÁ <b>%s</b> ÎÅ Å ÎÁÍÅÒÅÎÁ ÉÌÉ ÎÅ Å ÕÓÔÁÎÏ×ÅÎÁ × %s';
$strNoUsersFound = 'îÑÍÁ ÐÏÔÒÅÂÉÔÅÌ(É).';
$strNoValidateSQL = 'ðÒÏÐÕÓÎÉ Validate SQL';
$strNull = 'ðÒÁÚÎÏ';
$strNumberOfFields = 'âÒÏÊ ÎÁ ÐÏÌÅÔÁÔÁ';
$strNumSearchResultsInTable = '%s Óß×ÐÁÄÅÎÉÅ(Ñ) × ÔÁÂÌÉÃÁ <i>%s</i>';
$strNumSearchResultsTotal = '<b>ïÂÝÏ:</b> <i>%s</i> Óß×ÐÁÄÅÎÉÅ(Ñ)';
$strNumTables = 'ôÁÂÌÉÃÉ';
 
$strOK = 'OK';
$strOperations = 'ïÐÅÒÁÃÉÉ';
$strOperator = 'ïÐÅÒÁÔÏÒ';
$strOptimizeTable = 'ïÐÔÉÍÉÚÁÃÉÑ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strOr = 'ÉÌÉ';
$strOverhead = 'úÁÇÕÂÅÎÏ ÍÑÓÔÏ';
$strOverwriteExisting = 'ðÒÅÐÏËÒÉ×ÁÎÅ ÎÁ ÓßÝÅÓÔ×Õ×ÁÝÉÔÅ ÆÁÊÌÏ×Å';
 
$strPageNumber = 'îÏÍÅÒ ÎÁ ÓÔÒÁÎÉÃÁÔÁ:';
$strPaperSize = 'òÁÚÍÅÒ ÎÁ ÈÁÒÔÉÑÔÁ';
$strPartialImport = 'þÁÓÔÉÞÎÏ ÉÍÐÏÒÔÉÒÁÎÅ';
$strPartialText = 'þÁÓÔÉÞÎÉ ÔÅËÓÔÏ×Å';
$strPasswordChanged = 'ðÁÒÏÌÁÔÁ ÎÁ %s ÂÅÛÅ ÐÒÏÍÅÎÅÎÁ ÕÓÐÅÛÎÏ.';
$strPasswordEmpty = 'ðÁÒÏÌÁÔÁ Å ÐÒÁÚÎÁ!';
$strPasswordNotSame = 'ðÁÒÏÌÁÔÁ ÎÅ Å ÓßÝÁÔÁ!';
$strPassword = 'ðÁÒÏÌÁ';
$strPdfDbSchema = 'óÈÅÍÁÔÁ ÎÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ "%s" - óÔÒÁÎÉÃÁ %s';
$strPdfInvalidTblName = 'ôÁÂÌÉÃÁ "%s" ÎÅ ÓßÝÅÓÔ×Õ×Á!';
$strPdfNoTables = 'îÑÍÁ ÔÁÂÌÉÃÉ';
$strPerHour = 'ÎÁ ÞÁÓ';
$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 = 'ðÒÅÄÉÛÅÎ';
$strPrimaryKeyHasBeenDropped = ' çÌÁ×ÎÉÑ ËÌÀÞ ÂÅÛÅ ÉÚÔÒÉÔ.';
$strPrimaryKeyName = 'éÍÅÔÏ ÎÁ ÇÌÁ×ÎÉÑ ËÌÀÞ ÔÒÑÂ×Á ÄÁ Å... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ÔÒÑÂ×Á</b> ÄÁ Å ÉÍÅÔÏ ÎÁ <b>É ÅÄÉÎÓÔ×ÅÎÏ ÎÁ</b> ÇÌÁ×ÎÉÑ ËÌÀÞ!)';
$strPrimary = 'PRIMARY';
$strPrint = 'ðÅÞÁÔ';
$strPrintView = 'éÚÇÌÅÄ ÚÁ ÐÅÞÁÔ';
$strPrintViewFull = 'ðÒÅÇÌÅÄ ÚÁ ÐÅÞÁÔ (Ó ÐßÌÎÉÔÅ ÔÅËÓÔÏ×Å)';
$strPrivDescAllPrivileges = '÷ËÌÀÞ×Á ×ÓÉÞËÉ ÐÒÉ×ÉÌÅÇÉÉ ÏÓ×ÅÎ GRANT.';
$strPrivDescAlterRoutine = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÐÒÏÍÅÎÑÎÅ É ÉÚÄÒÉ×ÁÎÅ ÎÁ óßÈÒÁÎÅÎÉ ðÒÏÃÅÄÕÒÉ.';
$strPrivDescAlter = 'ðÏÚ×ÏÌÑ×Á ÐÒÏÍÅÎÑÎÅ ÎÁ ÓÔÒÕËÔÕÒÁÔÁ ÎÁ ÓßÝÅÓÔ×Õ×ÁÝÉ ÔÁÂÌÉÃÉ.';
$strPrivDescCreateDb = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×É ÂÁÚÉ ÏÔ ÄÁÎÎÉ É ÔÁÂÌÉÃÉ.';
$strPrivDescCreateRoutine = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓßÚÄÁ×ÁÎÅÔÏ ÎÁ óßÈÒÁÎÅÎÉ ðÒÏÃÅÄÕÒÉ.';
$strPrivDescCreateTbl = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅ ÎÁ ÎÏ×É ÔÁÂÌÉÃÉ.';
$strPrivDescCreateTmpTable = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅÔÏ ÎÁ ×ÒÅÍÅÎÎÉ ÔÁÂÌÉÃÉ.';
$strPrivDescCreateUser = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓßÚÄÁ×ÁÎÅÔÏ, ÉÚÔÒÉ×ÁÎÅÔÏ É ÐÒÅÉÍÅÎÕ×ÁÎÅÔÏ ÎÁ ÐÏÔÒÅÂÉÔÅÌÓËÉ ÁËÁÕÎÔÉ.';
$strPrivDescCreateView = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓßÚÄÁ×ÁÎÅÔÏ ÎÁ ÎÏ×É éÚÇÌÅÄÉ.';
$strPrivDescDelete = 'ðÏÚ×ÏÌÑ×Á ÉÚÔÒÉ×ÁÎÅ ÎÁ ÄÁÎÎÉ.';
$strPrivDescDropDb = 'ðÏÚ×ÏÌÑ×Á ÉÚÔÒÉ×ÁÎÅ ÎÁ ÂÁÚÉ ÏÔ ÄÁÎÎÉ É ÔÁÂÌÉÃÉ.';
$strPrivDescDropTbl = 'ðÏÚ×ÏÌÑ×Á ÉÚÔÒÉ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÉ.';
$strPrivDescExecute5 = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÓÔÁÒÔÉÒÁÎÅÔÏ ÎÁ óßÈÒÁÎÅÎÉ ðÒÏÃÅÄÕÒÉ.';
$strPrivDescExecute = 'ðÏÚ×ÏÌÑ×Á ÓÔÁÒÔÉÒÁÎÅÔÏ ÎÁ ÓßÈÒÁÎÅÎÉ ÐÒÏÃÅÄÕÒÉ; îÑÍÁ ÅÆÅËÔ × ÔÁÚÉ ×ÅÒÓÉÑ ÎÁ MySQL.';
$strPrivDescFile = 'ðÏÚ×ÏÌÑ×Á ÉÍÐÏÒÔÉÒÁÎÅ ÎÁ ÄÁÎÎÉ ÏÔ É ÅËÓÐÏÒÔÉÒÁÎÅ ÎÁ ÄÁÎÎÉ ×ß× ÆÁÊÌÏ×Å.';
$strPrivDescGrant = 'ðÏÚ×ÏÌÑ×Á ÄÏÂÁ×ÑÎÅ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉ É ÐÒÉ×ÉÌÅÇÉÉ ÂÅÚ ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ Ó ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strPrivDescIndex = 'ðÏÚ×ÏÌÑ×Á ÓßÚÄÁ×ÁÎÅ É ÐÒÅÍÁÈ×ÁÎÅ ÎÁ ÉÎÄÅËÓÉ.';
$strPrivDescInsert = 'ðÏÚ×ÏÌÑ×Á ×ÍßË×ÁÎÅ É ÚÁÍÅÎÑÎÅ ÎÁ ÄÁÎÎÉ.';
$strPrivDescLockTables = 'ðÏÚ×ÏÌÑ×Á ÚÁËÌÀÞ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÉ ÚÁ ÔÅËÕÝÁÔÁ ÎÉÛËÁ.';
$strPrivDescMaxConnections = 'ïÇÒÁÎÉÞÁ×Á ÂÒÏÑ ÎÁ ÎÏ×ÉÔÅ ËÏÎÅËÃÉÉ, ËÏÉÔÏ ÐÏÔÒÅÂÉÔÅÌÑ ÍÏÖÅ ÄÁ ÏÔ×ÏÒÉ ÎÁ ÞÁÓ.';
$strPrivDescMaxQuestions = 'ïÇÒÁÎÉÞÁ×Á ÂÒÏÑ ÎÁ ÚÁÑ×ËÉÔÅ, ËÏÉÔÏ ÐÏÔÒÅÂÉÔÅÌÑ ÍÏÖÅ ÄÁ ÉÚÐÒÁÔÉ ËßÍ ÓßÒ×ßÒÁ ÎÁ ÞÁÓ.';
$strPrivDescMaxUpdates = 'ïÇÒÁÎÉÞÁ×Á ÂÒÏÑ ÎÁ ËÏÍÁÎÄÉÔÅ, ËÏÉÔÏ ÐÒÏÍÅÎÑÔ ÎÑËÏÑ ÔÁÂÌÉÃÁ ÉÌÉ ÂÁÚÁ ÏÔ ÄÁÎÎÉ, ËÏÉÔÏ ÄÁÄÅÎ ÐÏÔÒÅÂÉÔÅÌ ÍÏÖÅ ÄÁ ÓÔÁÒÔÉÒÁ ÚÁ ÞÁÓ.';
$strPrivDescProcess3 = 'ðÏÚ×ÏÌÑ×Á ÓÐÉÒÁÎÅÔÏ ÎÁ ÐÒÏÃÅÓÉ ÎÁ ÄÒÕÇÉ ÐÏÔÒÅÂÉÔÅÌÉ.';
$strPrivDescProcess4 = 'ðÏÚ×ÏÌÑ×Á ÐÒÅÇÌÅÄ ÎÁ ÃÅÌÉÔÅ ÚÁÑ×ËÉ × ÓÐÉÓßËÁ Ó ÐÒÏÃÅÓÉÔÅ.';
$strPrivDescReferences = 'îÑÍÁ ÅÆÅËÔ × ÔÁÚÉ ×ÅÒÓÉÑ ÎÁ MySQL.';
$strPrivDescReload = 'ðÏÚ×ÏÌÑ×Á ÐÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÓßÒ×ßÒÎÉÔÅ ÎÁÓÔÒÏÊËÉ É ÉÚÞÉÓÔ×ÁÎÅ(flashing) ÎÁ ËÅÛÁ ÎÁ ÓßÒ×ßÒÁ.';
$strPrivDescReplClient = 'äÁ×Á ÐÒÁ×ÏÔÏ ÎÁ ÐÏÔÒÅÂÉÔÅÌ ÄÁ ÚÎÁÅ ËßÄÅ ÓÁ slaves / masters.';
$strPrivDescReplSlave = 'îÕÖÎÏ ÚÁ replication slaves.';
$strPrivDescSelect = 'ðÏÚ×ÏÌÑ×Á ÞÅÔÅÎÅ ÎÁ ÄÁÎÎÉ.';
$strPrivDescShowDb = 'äÁ×Á ÄÏÓÔßÐ ÄÏ ÐßÌÎÉÑ ÓÐÉÓßË ÎÁ ÂÁÚÉÔÅ ÄÁÎÎÉ.';
$strPrivDescShowView = 'ðÏÚ×ÏÌÑ×ÁÎÅ ÎÁ ÉÚÐßÌÎÅÎÉÅÔÏ ÎÁ SHOW CREATE VIEW ÚÁÑ×ËÉ.';
$strPrivDescShutdown = 'ðÏÚ×ÏÌÑ×Á ÓÐÉÒÁÎÅ ÎÁ ÓßÒ×ßÒÁ.';
$strPrivDescSuper = 'ðÏÚ×ÏÌÑ×Á ËÏÎÅËÔ×ÎÅ, ÄÏÒÉ ÁËÏ Å ÄÏÓÔÉÇÎÁÔ ÍÁËÓÉÍÁÌÎÉÑ ÂÒÏÊ ÎÁ ËÏÎÅËÃÉÉÔÅ; éÚÉÓË×Á ÓÅ ÚÁ ÐÏ×ÅÞÅÔÏ ÁÄÍÉÎÉÓÔÒÁÔÉ×ÎÉ ÏÐÅÒÁÃÉÉ, ËÁÔÏ ÕÓÔÁÎÏ×Ñ×ÁÎÅ ÎÁ ÇÌÏÂÁÌÎÉ ÐÒÏÍÅÎÌÉ×É ÉÌÉ ÓÐÉÒÁÎÅ ÎÁ ÎÉÛËÁ ÎÁ ÄÒÕÇÉ ÐÏÔÒÅÂÉÔÅÌÉ.';
$strPrivDescUpdate = 'ðÏÚ×ÏÌÑ×Á ÐÒÏÍÑÎÁ ÎÁ ÄÁÎÎÉ.';
$strPrivDescUsage = 'îÑÍÁ ÐÒÉ×ÉÌÅÇÉÉ.';
$strPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ';
$strPrivilegesReloaded = 'ðÒÉ×ÉÌÅÇÉÉÔÅ ÂÑÈÁ ÐÒÅÚÁÒÅÄÅÎÉ ÕÓÐÅÛÎÏ.';
$strProcesslist = 'óÐÉÓßË ÎÁ ÐÒÏÃÅÓÉÔÅ';
$strPutColNames = 'ðÏÓÔÁ×ÑÎÅ ÉÍÅÎÁÔÁ ÎÁ ÐÏÌÅÔÁÔÁ ÎÁ ÐßÒ×ÉÑ ÒÅÄ';
 
$strQBEDel = 'éÚÔÒÉÊ';
$strQBEIns = '÷ÍßËÎÉ';
$strQBE = 'úÁÐÉÔ×ÁÎÅ ÐÏ ÐÒÉÍÅÒ';
$strQueryCache = 'ëÅÛ ÎÁ ÚÁÑ×ËÉÔÅ';
$strQueryFrame = 'ðÒÏÚÏÒÅà ÚÁ ÚÁÑ×ËÉ';
$strQueryOnDb = 'SQL-ÚÁÑ×ËÁ ËßÍ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ <b>%s</b>:';
$strQuerySQLHistory = 'SQL-ÈÒÏÎÏÌÏÇÉÑ';
$strQueryStatistics = '<b>óÔÁÔÉÓÔÉËÁ ÎÁ ÚÁÑ×ËÉÔÅ</b>: ïÔ ËÁËÔÏ Å ÓÔÁÒÔÉÒÁÎ, %s ÚÁÑ×ËÉ ÓÁ ÉÚÐÒÁÔÅÎÉ ËßÍ ÓßÒ×ßÒÁ.';
$strQueryTime = 'úÁÑ×ËÁÔÁ ÏÔÎÅ %01.4f ÓÅËÕÎÄÉ';
$strQueryType = 'ôÉÐ ÎÁ ÚÁÑ×ËÁÔÁ';
$strQueryWindowLock = 'îÅ ÐÒÅÐÏËÒÉ×ÁÊÔÅ ÔÁÚÉ ÚÁÑ×ËÁ ÉÚ×ßÎ ÔÏÚÉ ÐÒÏÚÏÒÅÃ';
 
$strReceived = 'ðÏÌÕÞÅÎÉ';
$strRecords = 'úÁÐÉÓÉ';
$strReferentialIntegrity = 'ðÒÏ×ÅÒËÁ ÎÁ ÉÎÔÅÇÒÉÔÅÔÁ ÎÁ ×ÒßÚËÉÔÅ';
$strRefresh = 'ðÒÅÚÁÒÅÖÄÁÎÅ';
$strRelationalSchema = 'òÅÌÁÃÉÏÎÎÁ ÓÈÅÍÁ';
$strRelationNotWorking = 'äÏÐßÌÎÉÔÅÌÎÉÔÅ ×ßÚÍÏÖÎÏÓÔÉ ÚÁ ÒÁÂÏÔÁ ÓßÓ Ó×ßÒÚÁÎÉ (linked) ÔÁÂÌÉÃÉ ÓÁ ÄÅÁËÔÉ×ÉÒÁÎÉ. úÁ ÄÁ ÒÁÚÂÅÒÅÔÅ ÚÁÝÏ ËÌÉËÎÅÔÅ %sÔÕË%s.';
$strRelations = 'òÅÌÁÃÉÉ';
$strRelationsForTable = 'òåìáãéé úá ôáâìéãá';
$strRelationView = 'éÚÇÌÅÄ ÎÁ ÒÅÌÁÃÉÉÔÅ';
$strReloadingThePrivileges = 'ðÒÅÚÁÒÅÖÄÁÎÅ ÎÁ ÐÒÉ×ÉÌÅÇÉÉÔÅ';
$strReloadMySQL = 'ðÒÅÚÁÒÅÖÄÁÎÅ ÎÁ MySQL';
$strRemoveSelectedUsers = 'ïÔÓÔÒÁÎÑ×ÁÎÅ ÎÁ ÉÚÂÒÁÎÉÔÅ ÐÏÔÒÅÂÉÔÅÌÉ';
$strRenameDatabaseOK = 'âÁÚÁÔÁ ÄÁÎÎÉ %s ÂÅÛÅ ÐÒÅÉÍÅÎÕ×ÁÎÁ ÎÁ %s';
$strRenameTable = 'ðÒÅÉÍÅÎÕ×ÁÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ ÎÁ';
$strRenameTableOK = 'ôÁÂÌÉÃÁ %s ÂÅÛÅ ÐÒÅÉÍÅÎÕ×ÁÎÁ ÎÁ %s';
$strRepairTable = 'ðÏÐÒÁ×ÑÎÅ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strReplaceNULLBy = 'úÁÍÅÎÑÊ NULL Ó';
$strReplaceTable = 'úÁÍÅÓÔÉ ÄÁÎÎÉÔÅ ÏÔ ÔÁÂÌÉÃÁÔÁ Ó ÄÁÎÎÉÔÅ ÏÔ ÆÁÊÌÁ';
$strReplication = 'òÅÐÌÉËÁÃÉÑ';
$strReset = 'éÚÞÉÓÔ×ÁÎÅ';
$strResourceLimits = 'òÅÓÕÒÓÎÉ ÏÇÒÁÎÉÞÅÎÉÑ';
$strReType = 'ïÔÎÏ×Ï';
$strRevokeAndDeleteDescr = 'ðÏÔÒÅÂÉÔÅÌÉÔÅ ×ÓÅ ÏÝÅ ÝÅ ÉÍÁÔ USAGE ÐÒÉ×ÉÌÅÇÉÑ ÄÏËÁÔÏ ÎÅ ÓÅ ÐÒÅÚÁÒÅÄÑÔ ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strRevokeAndDelete = 'ïÔÍÑÎÁ ÎÁ ×ÓÉÞËÉ ÁËÔÉ×ÎÉ ÐÒÉ×ÉÌÅÇÉÉ ÏÔ ÐÏÔÒÅÂÉÔÅÌÉÔÅ É ÓÌÅÄ ÔÏ×Á ÉÚÔÒÉ×ÁÎÅ.';
$strRevokeMessage = '÷ÉÅ ÏÔÍÅÎÉÈÔÅ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÚÁ %s';
$strRevoke = 'ïÔÍÅÎÑÎÅ';
$strRomanian = 'òÕÍßÎÓËÉ';
$strRowLength = 'äßÌÖÉÎÁ ÎÁ ÒÅÄÁ';
$strRows = 'òÅÄÏ×Å';
$strRowsFrom = 'ÒÅÄÁ ÚÁÐÏÞ×ÁÊËÉ ÏÔ';
$strRowSize = ' òÁÚÍÅÒ ÎÁ ÒÅÄ ';
$strRowsModeFlippedHorizontal = 'ÈÏÒÉÚÏÎÔÁÌÅÎ (ÏÂßÒÎÁÔÉ ÈÅÄßÒÉ)';
$strRowsModeHorizontal = 'ÈÏÒÉÚÏÎÔÁÌÅÎ';
$strRowsModeOptions = '× %s ×ÉÄ É ÐÏ×ÔÁÒÑÎÅ ÎÁ ÉÍÅÎÁÔÁ ÎÁ ËÏÌÏÎÉÔÅ ÐÒÅÚ ×ÓÅËÉ %s<br />';
$strRowsModeVertical = '×ÅÒÔÉËÁÌÅÎ';
$strRowsStatistic = 'óÔÁÔÉÓÔÉËÁ ÚÁ ÒÅÄÏ×ÅÔÅ';
$strRunning = 'ÒÁÂÏÔÉ ÎÁ %s';
$strRunQuery = 'éÚÐßÌÎÉ ÚÁÑ×ËÁÔÁ';
$strRunSQLQuery = 'óÔÁÒÔÉÒÁÎÅ SQL ÚÁÑ×ËÁ/ÚÁÑ×ËÉ ËßÍ ÂÁÚÁ ÏÔ ÄÁÎÎÉ %s';
$strRussian = 'òÕÓËÉ';
 
$strSaveOnServer = 'úÁÐÉÓ×ÁÎÅ ÎÁ ÓßÒ×ßÒÁ × ÄÉÒÅËÔÏÒÉÑ %s';
$strSave = 'úÁÐÉÓ×ÁÎÅ';
$strScaleFactorSmall = 'íÁÝÁÂÁ Å Ô×ßÒÄÅ ÍÁÌßË ÚÁ ÄÁ ÓÅ ÓßÂÅÒÅ ÓÈÅÍÁÔÁ ÎÁ ÅÄÎÁ ÓÔÒÁÎÉÃÁ';
$strSearchFormTitle = 'ôßÒÓÅÎÅ × ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strSearchInTables = '÷ ÔÁÂÌÉÃÉÔÅ:';
$strSearchNeedle = 'äÕÍÉ ÉÌÉ ÓÔÏÊÎÏÓÔÉ ÚÁ ÔßÒÓÅÎÅ (ÓÉÍ×ÏÌ ÚÁ ÚÁÍÅÓÔ×ÁÎÅ: "%"):';
$strSearch = 'ôßÒÓÅÎÅ';
$strSearchOption1 = 'ÐÏÎÅ ÅÄÎÁ ÏÔ ÄÕÍÉÔÅ';
$strSearchOption2 = '×ÓÉÞËÉ ÄÕÍÉ';
$strSearchOption3 = 'ÔÏÞÎÁÔÁ ÆÒÁÚÁ';
$strSearchOption4 = 'ËÁÔÏ ÒÅÇÕÌÑÒÅÎ ÉÚÒÁÚ';
$strSearchResultsFor = 'òÅÚÕÌÔÁÔÉ ÏÔ ÔßÒÓÅÎÅÔÏ ÎÁ "<i>%s</i>" %s:';
$strSearchType = 'îÁÍÅÒÉ:';
$strSecretRequired = 'ëÏÎÆÉÇÕÒÁÃÉÏÎÎÉÑ ÆÁÊÌ ÉÍÁ ÎÕÖÄÁ ÏÔ ÔÁÊÎÁ ÐÁÒÏÌÁ (blowfish_secret).';
$strSelectADb = 'íÏÌÑ ÉÚÂÅÒÅÔÅ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strSelectAll = 'óÅÌÅËÔÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strSelectBinaryLog = 'éÚÂÅÒÅÔÅ Ä×ÏÉÞÅÎ ÖÕÒÎÁÌ ÚÁ ÐÒÅÇÌÅÄ';
$strSelectFields = 'éÚÂÅÒÅÔÅ ÐÏÌÅ (ÐÏÎÅ ÅÄÎÏ):';
$strSelectNumRows = '× ÚÁÐÉÔ×ÁÎÅÔÏ';
$strSelectTables = 'éÚÂÅÒÉ ÔÁÂÌÉÃÉ';
$strSend = 'éÚÐÒÁÝÁÎÅ';
$strSent = 'éÚÐÒÁÔÅÎÉ';
$strServerChoice = 'éÚÂÏÒ ÎÁ ÓßÒ×ßÒ';
$strServer = 'óßÒ×ßÒ';
$strServerNotResponding = 'îÑÍÁ ÏÔÇÏ×ÏÒ ÏÔ ÓßÒ×ßÒÁ';
$strServerStatus = 'éÎÆÏÒÍÁÃÉÑ ÚÁ ÓßÓÔÏÑÎÉÅÔÏ ÎÁ MySQL ÓßÒ×ßÒÁ';
$strServerStatusUptime = 'ôÏÚÉ MySQL ÓßÒ×ßÒ ÒÁÂÏÔÉ ÏÔ %s. óÔÁÒÔÉÒÁÎ Å ÎÁ %s.';
$strServerTabProcesslist = 'ðÒÏÃÅÓÉ';
$strServerTabVariables = 'ðÒÏÍÅÎÌÉ×É';
$strServerTrafficNotes = '<b>ôÒÁÆÉË ÎÁ ÓßÒ×ßÒÁ</b>: ôÅÚÉ ÔÁÂÌÉÃÉ ÐÏËÁÚ×ÁÔ ÓÔÁÔÉÓÔÉËÁ ÚÁ ÍÒÅÖÏ×ÉÑ ÔÒÁÆÉË ÎÁ MySQL ÓßÒ×ßÒÁ ÏÔ ËÁËÔÏ Å ÓÔÁÒÔÉÒÁÎ.';
$strServerVars = 'óßÒ×ßÒÎÉ ÐÒÏÍÅÎÌÉ×É É ÎÁÓÔÒÏÊËÉ';
$strServerVersion = '÷ÅÒÓÉÑ ÎÁ ÓßÒ×ßÒÁ';
$strSessionValue = 'óÅÓÉÊÎÁ ÓÔÏÊÎÏÓÔ';
$strSetEnumVal = 'áËÏ ÔÉÐÁ ÎÁ ÐÏÌÅÔÏ Å "enum" ÉÌÉ "set", ÍÏÌÑ ×ß×ÅÄÅÔÅ ÓÔÏÊÎÏÓÔÉÔÅ ÉÚÐÏÌÚ×ÁÊËÉ ÔÏÚÉ ÆÏÒÍÁÔ: \'a\',\'b\',\'c\'...<br />áËÏ Å ÎÅÏÂÈÏÄÉÍÏ ÄÁ ÓÌÏÖÉÔÅ ÏÂÒÁÔÎÁ ÞÅÒÔÁ ("\") ÉÌÉ ÁÐÏÓÔÒÏÆ ("\'") ÍÅÖÄÕ ÔÅÚÉ ÓÔÏÊÎÏÓÔÉ, ÓÌÏÖÉÔÅ ÏÂÒÁÔÎÁ ÞÅÒÔÁ ÐÒÅÄ ÔÑÈ (ÎÁÐÒÉÍÅÒ: \'\\\\xyz\' ÉÌÉ \'a\\\'b\').';
$strShowAll = 'ðÏËÁÖÉ ×ÓÉÞËÉ';
$strShowColor = 'ðÏËÁÖÉ Ã×ÑÔ';
$strShowDatadictAs = 'æÏÒÍÁÔ ÎÁ ÒÅÞÎÉËÁ ÎÁ ÄÁÎÎÉÔÅ';
$strShowFullQueries = 'ðÏËÁÚ×ÁÎÅ ÎÁ ÐßÌÎÉÔÅ ÚÁÑ×ËÉ';
$strShowGrid = 'ðÏËÁÖÉ ÍÒÅÖÁ';
$strShowingRecords = 'ðÏËÁÚ×ÁÎÅ ÎÁ ÚÁÐÉÓÉ ';
$strShowOpenTables = 'ðÏËÁÚ×ÁÎÅ ÎÁ ÏÔ×ÏÒÅÎÉÔÅ ÔÅÂÌÉÃÉ';
$strShowPHPInfo = 'éÎÆÏÒÍÁÃÉÑ ÚÁ PHP ';
$strShowTableDimension = 'ðÏËÁÖÉ ÒÁÚÍÅÒÎÏÓÔÔÁ ÎÁ ÔÁÂÌÉÃÉÔÅ';
$strShowTables = 'ðÏËÁÖÉ ÔÁÂÌÉÃÉÔÅ';
$strShowThisQuery = ' ðÏËÁÚ×ÁÎÅ ÎÁ ÚÁÑ×ËÁÔÁ ÏÔÎÏ×Ï';
$strShow = 'ðÏËÁÚ×ÁÎÅ';
$strSimplifiedChinese = 'ïÐÒÏÓÔÅÎ ËÉÔÁÊÓËÉ';
$strSingly = '(ÅÄÎÏËÒÁÔÎÏ)';
$strSize = 'òÁÚÍÅÒ';
$strSlovak = 'óÌÏ×ÁÛËÉ';
$strSlovenian = 'óÌÏ×ÅÎÓËÉ';
$strSortByKey = 'óÏÒÔÉÒÁÎÅ ÐÏ ËÌÀÞ';
$strSorting = 'óÏÒÔÉÒÁÎÅ';
$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 = 'äÁÔÁ ÎÁ ÓßÚÄÁ×ÁÎÅ';
$strStatement = 'úÁÑ×ÌÅÎÉÅ';
$strStatUpdateTime = 'ðÏÓÌÅÄÎÏ ÏÂÎÏ×ÌÅÎÉÅ';
$strStatus = 'óßÓÔÏÑÎÉÅ';
$strStorageEngine = 'èÒÁÎÉÌÉÝÅ ÎÁ ÄÁÎÎÉ';
$strStorageEngines = 'èÒÁÎÉÌÉÝÁ ÎÁ ÄÁÎÎÉ';
$strStrucCSV = 'CSV ÄÁÎÎÉ';
$strStrucData = 'óÔÒÕËÔÕÒÁÔÁ É ÄÁÎÎÉÔÅ';
$strStrucDrop = 'äÏÂÁ×ÑÎÅ ÎÁ \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV ÚÁ MS Excel ÄÁÎÎÉ';
$strStrucOnly = 'óÁÍÏ ÓÔÒÕËÔÕÒÁÔÁ';
$strStructPropose = 'áÎÁÌÉÚ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strStructure = 'óÔÒÕËÔÕÒÁ';
$strSubmit = 'éÚÐßÌÎÅÎÉÅ';
$strSuccess = 'SQL ÚÁÑ×ËÁÔÁ ÂÅÛÅ ÉÚÐßÌÎÅÎÁ ÕÓÐÅÛÎÏ';
$strSum = 'óÕÍÁ';
$strSwedish = 'û×ÅÄÓËÉ';
$strSwitchToDatabase = 'ðÒÅÈ×ßÒÌÑÎÁ ËßÍ ËÏÐÉÒÁÎÁÔÁ ÂÁÚÁ ÏÔ ÄÁÎÎÉ';
$strSwitchToTable = 'ðÒÅ×ËÌÀÞ×ÁÎÅ ËßÍ ËÏÐÉÒÁÎÁÔÁ ÔÁÂÌÉÃÁ';
 
$strTableAlreadyExists = 'ôÁÂÌÉÃÁ %s ×ÅÞÅ ÓßÝÅÓÔ×Õ×Á!';
$strTableComments = 'ëÏÍÅÎÔÁÒÉ ËßÍ ÔÁÂÌÉÃÁÔÁ';
$strTableEmpty = 'éÍÅÔÏ ÎÁ ÔÁÂÌÉÃÁÔÁ Å ÐÒÁÚÎÏ!';
$strTableHasBeenDropped = 'ôÁÂÌÉÃÁÔÁ %s ÂÅÛÅ ÉÚÔÒÉÔÁ';
$strTableHasBeenEmptied = 'ôÁÂÌÉÃÁÔÁ %s ÂÅÛÅ ÉÚÞÉÓÔÅÎÁ';
$strTableHasBeenFlushed = 'ëÅÛÁ ÎÁ ÔÁÂÌÉÃÁ %s ÂÅÛÅ ÉÚÞÉÓÔÅÎ';
$strTableMaintenance = 'ðÏÄÄÒßÖËÁ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strTableOfContents = 'óßÄßÒÖÁÎÉÅ';
$strTableOptions = 'ïÐÃÉÉ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strTables = '%s ÔÁÂÌÉÃÁ(É)';
$strTableStructure = 'óÔÒÕËÔÕÒÁ ÎÁ ÔÁÂÌÉÃÁ';
$strTableType = 'ôÉÐ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strTable = 'ôÁÂÌÉÃÁ ';
$strTblPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ ÓÐÅÃÉÆÉÞÎÉ ÚÁ ÔÁÂÌÉÃÁÔÁ';
$strTempData = '÷ÒÅÍÅÎÎÉ ÄÁÎÎÉ';
$strTextAreaLength = ' ðÏÒÁÄÉ ÄßÌÖÉÎÁÔÁ ÓÉ,<br /> ÔÏ×Á ÐÏÌÅ ÍÏÖÅ ÄÁ ÎÅ Å ÒÅÄÁËÔÉÒÕÅÍÏ ';
$strThai = 'ôÁÊÌÁÎÄÓËÉ';
$strTheme = 'ôÅÍÁ / óÔÉÌ';
$strThisHost = 'ôÏÚÉ èÏÓÔ';
$strThisNotDirectory = 'ôÏ×Á ÎÅ ÂÅÛÅ ÄÉÒÅËÔÏÒÉÑ';
$strThreadSuccessfullyKilled = 'îÉÛËÁ %s ÂÅÛÅ ÕÓÐÅÛÎÏ ÏÔÓÔÒÁÎÅÎÁ.';
$strThreads = 'îÉÛËÉ';
$strTime = '÷ÒÅÍÅ';
$strTotal = 'ïÂÝÏ';
$strTotalUC = 'ïÂÝÏ';
$strTraditionalChinese = 'ôÒÁÄÉÃÉÏÎÅÎ ËÉÔÁÊÓËÉ';
$strTraditionalSpanish = 'ôÒÁÄÉÃÉÏÎÅÎ éÓÐÁÎÓËÉ';
$strTraffic = 'ôÒÁÆÉË';
$strTransformation_application_octetstream__download = 'ðÏËÁÚ×Á ×ÒßÚËÁ ÚÁ Ó×ÁÌÑÎÅ ÎÁ Ä×ÏÉÞÎÉÔÅ ÄÁÎÎÉ Îa ÐÏÌÅÔÏ. ðßÒ×ÁÔÁ ÏÐÃÉÑ Å ÆÁÊÌÏ×ÏÔÏ ÉÍÅ ÎÁ Ä×ÏÉÞÎÉÑ ÆÁÊÌ. ÷ÔÏÒÁÔÁ ÏÐÃÉÑ Å ×ÅÒÏÑÔÎÏÔÏ ÉÍÅ ÎÁ ÐÏÌÅÔÏ ÎÁ ÒÅÄÁ ÎÁ ÔÁÂÌÉÃÁÔÁ ÓßÄßÒÖÁÝÏ ÆÁÊÌÏ×ÏÔÏ ÉÍÅ. áËÏ ÎÁÐÉÛÅÔÅ ×ÔÏÒÁ ÏÐÃÉÑ, ÔÒÑÂ×Á ÐßÒ×ÁÔÁ ×É ÏÐÃÉÑ ÄÁ Å ÕÓÔÁÎÏ×ÅÎÁ ÎÁ ÐÒÁÚÅÎ ÎÉÚ.';
$strTransformation_application_octetstream__hex = 'ðÏËÁÚ×Á ÛÅÓÔÎÁÄÅÓÅÔÉÞÎÏ ÐÒÅÄÓÔÁ×ÑÎÅ ÎÁ ÄÁÎÎÉÔÅ.';
$strTransformation_image_jpeg__inline = 'ðÏËÁÚ×Á thumbnail; ÏÐÃÉÉ: ÛÉÒÉÎÁ, ×ÉÓÏÞÉÎÁ × ÐÉËÓÅÌÉ (ÚÁÐÁÚ×Á ÏÒÉÇÉÎÁÌÎÁÔÁ ÐÒÏÐÏÒÃÉÑ)';
$strTransformation_image_jpeg__link = 'ðÏËÁÚ×Á ×ÒßÚËÁÔÁ ÎÁ ÔÏ×Á ÉÚÏÂÒÁÖÅÎÉÅ (ÚÁ ÄÉÒÅËÔÎÏ Ó×ÁÌÑÎÅ, i.e.).';
$strTransformation_image_png__inline = '÷ÉÖ image/jpeg: inline';
$strTransformation_text_plain__dateformat = '÷ÚÅÍÁ ÐÏÌÅ TIME, TIMESTAMP ÉÌÉ DATETIME É ÇÏ ÆÏÒÍÁÔÉÒÁ ËÁÔÏ ÉÚÐÏÌÚ×Á ÌÏËÁÌÎÉÑ ÆÏÒÍÁÔ ÚÁ ÄÁÔÁ. ðßÒ×ÁÔÁ ÏÐÃÉÑ Å ÏÔÍÅÓÔ×ÁÎÅÔÏ (× ÞÁÓÏ×Å) ËÏÑÔÏ ÝÅ ÂßÄÅ ÄÏÂÁ×ÅÎÁ ËßÍ ×ÒÅÍÅÔÏ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ: 0). ÷ÔÏÒÁÔÁ ÏÐÃÉÑ ÐÒÅÄÓÔÁ×ÌÑ×Á ÒÁÚÌÉÞÅÎ ÆÏÒÍÁÔ ÎÁ ÄÁÔÁÔÁ × ÚÁ×ÉÓÉÍÏÓÔ ÏÔ ÐÁÒÁÍÅÔÒÉÔÅ ÎÁ ÆÕÎËÃÉÑÔÁ ÎÁ PHP - strftime().';
$strTransformation_text_plain__external = 'óáíï úá ìéîõëó: óÔÁÒÔÉÒÁ ×ßÎÛÎÏÔÏ ÐÒÉÌÏÖÅÎÉÅ É ÐÏÐßÌ×Á ÄÁÎÎÉÔÅ × ÐÏÌÅÔÁÔÁ ÞÒÅÚ ÓÔÁÎÄÁÒÔÎÉÑ ×ÈÏÄ. ÷ÒßÝÁ ÓÔÁÎÄÁÒÔÎÉÑ ÉÚÈÏÄ ÎÁ ÐÒÉÌÏÖÅÎÉÅÔÏ. ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å Tidy, ÚÁ ÄÁ ÐÏËÁÖÅ HTML ËÏÄÁ. ïÔ ÓßÏÂÒÁÖÅÎÉÑ ÚÁ ÓÉÇÕÒÎÏÓÔ, ÔÒÑÂ×Á ÒßÞÎÏ ÄÁ ÒÅÄÁËÔÉÒÁÔÅ ÆÁÊÌÁ libraries/transformations/text_plain__external.inc.php É ÄÁ ×ÍßËÎÅÔÅ ÐÒÏÇÒÁÍÉÔÅ ÎÁ ËÏÉÔÏ ×ÉÅ ÐÏÚ×ÏÌÑ×ÁÔÅ ÄÁ ÂßÄÁÔ ÓÔÁÒÔÉÒÁÎÉ. ðßÒ×ÁÔÁ ÏÐÃÉÑ ÔÏÇÁ×Á Å ÎÏÍÅÒÁ ÎÁ ÐÒÏÇÒÁÍÁÔÁ ËÏÑÔÏ ÂÉÈÔÅ ÉÓËÁÌÉ ÄÁ ÉÚÐÏÌÚ×ÁÔÅ Á ×ÔÏÒÁÔÁ ÏÐÃÉÑ ÓÁ ÐÁÒÁÍÅÔÒÉÔÅ ÚÁ ÐÒÏÇÒÁÍÁÔÁ. áËÏ ÔÒÅÔÉÑÔ ÐÁÒÁÍÅÔßÒ Å ÕÓÔÁÎÏ×ÅÎ × 1, ÝÅ ËÏÎ×ÅÒÔÉÒÁ ÉÚÈÏÄÁ ÉÚÐÏÌÚ×ÁÊËÉ htmlspecialchars() (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å 1). áËÏ ÞÅÔ×ßÒÔÉÑÔ ÐÁÒÁÍÅÔßÒ Å ÕÓÔÁÎÏ×ÅÎ × 1, ÝÅ ÐÏÓÔÁ×É NOWRAP ÎÁ ËÌÅÔËÁÔÁ ÎÁ ÓßÄßÒÖÁÎÉÅÔÏ, ÔÁËÁ ÞÅ ÃÅÌÉÑ ÉÚÈÏÄ ÝÅ ÂßÄÅ ÐÏËÁÚÁÎ ÂÅÚ ÐÒÅÆÏÒÍÁÔÉÒÁÎÅ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å 1)';
$strTransformation_text_plain__formatted = 'úÁÐÁÚ×Á ÏÒÉÇÉÎÁÌÎÏÔÏ ÆÏÒÍÁÔÉÒÁÎÅ ÎÁ ÐÏÌÅÔÏ.';
$strTransformation_text_plain__imagelink = 'ðÏËÁÚ×Á ÉÚÏÂÒÁÖÅÎÉÅ É ×ÒßÚËÁ ÎÁ ÐÏÌÅÔÏ ÓßÄßÒÖÁÝÏ ÆÁÊÌÏ×Ï ÉÍÅ; ÐßÒ×ÁÔÁ ÏÐÃÉÑ Å ÐÒÅÆÉËÓ ËÁÔÏ "http://domain.com/", ×ÔÏÒÁÔÁ ÏÐÃÉÑ Å ÛÉÒÉÎÁÔÁ × ÐÉËÓÅÌÉ, ÔÒÅÔÁÔÁ Å ×ÉÓÏÞÉÎÁÔÁ.';
$strTransformation_text_plain__link = 'ðÏËÁÚ×Á ×ÒßÚËÁÔÁ ÎÁ ÐÏÌÅÔÏ ÓßÄßÒÖÁÝÏ ÆÁÊÌÏ×Ï ÉÍÅ; ÐßÒ×ÁÔÁ ÏÐÃÉÑ Å ÐÒÅÆÉËÓ ËÁÔÏ "http://domain.com/", ×ÔÏÒÁÔÁ ÏÐÃÉÑ Å ÚÁÇÌÁ×ÉÅÔÏ ÎÁ ×ÒßÚËÁÔÁ.';
$strTransformation_text_plain__substr = 'ðÏËÁÚ×Á ÞÁÓÔ ÏÔ ÎÉÚ. ðßÒ×ÁÔÁ ÏÐÃÉÑ Å ÏÔÍÅÓÔ×ÁÎÅÔÏ ÏÔ ËÏÅÔÏ ÝÅ ÓÅ ÉÚ×ÅÖÄÁ ×ÁÛÉÑÔ ÔÅËÓÔ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ Å 0). ÷ÔÏÒÁÔÁ ÏÐÃÉÑ ÕËÁÚ×Á ËÏÌËÏ ÔÅËÓÔ ÝÅ ÓÅ ÉÚ×ÅÄÅ. áËÏ Å ÐÒÁÚÎÁ, ÓÅ ×ÒßÝÁ ÃÅÌÉÑ ÏÓÔÁ×ÁÝ ÔÅËÓÔ. ôÒÅÔÁÔÁ ÏÐÃÉÑ ÕËÁÚ×Á ËÏÉ ÓÉÍ×ÏÌÉ ÝÅ ÂßÄÁÔ ÉÚ×ÅÄÅÎÉ (ðÏ ÐÏÄÒÁÚÂÉÒÁÎÅ: ...) .';
$strTruncateQueries = 'óßËÒÁÝÁ×ÁÎÅ ÎÁ ÐÏËÁÚÁÎÉÔÅ ÚÁÑ×ËÉ';
$strTurkish = 'ôÕÒÓËÉ';
$strType = 'ôÉÐ';
 
$strUkrainian = 'õËÒÁÉÎÓËÉ';
$strUncheckAll = 'òÁÚÍÁÒËÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strUnicode = 'Unicode';
$strUnique = 'õÎÉËÁÌÎÏ';
$strUnknown = 'ÎÅÐÏÚÎÁÔ';
$strUnselectAll = 'äÅÓÅÌÅËÔÉÒÁÎÅ ÎÁ ×ÓÉÞËÏ';
$strUpdatePrivMessage = '÷ÉÅ ÐÒÏÍÅÎÉÈÔÅ ÐÒÉ×ÉÌÅÇÉÉÔÅ ÚÁ %s.';
$strUpdateProfileMessage = 'ðÒÏÆÉÌÁ ÂÅÛÅ ÏÂÎÏ×ÅÎ.';
$strUpdateQuery = 'äÏÐßÌÎÉ úÁÐÉÔ×ÁÎÅÔÏ';
$strUpdComTab = 'íÏÌÑ ÐÒÅÇÌÅÄÁÊÔÅ ÉÎÆÏÒÍÁÃÉÑÔÁ × äÏËÕÍÅÎÔÁÃÉÑÔÁ ÏÔÎÏÓÎÏ ÔÏ×Á ËÁË ÄÁ ÏÂÎÏ×ÉÔÅ ×ÁÛÁÔÁ Column_comments ÔÁÂÌÉÃÁ';
$strUpgrade = 'ôÒÑÂ×Á ÄÁ ßÐÇÒÅÊÄÎÅÔÅ ËßÍ %s %s ÉÌÉ ÐÏ-ËßÓÎÏ.';
$strUsage = 'éÚÐÏÌÚ×ÁÎÉ';
$strUseBackquotes = 'éÚÐÏÌÚ×ÁÎÅ ÎÁ ÏÂÒÁÔÎÉ ËÁ×ÉÞËÉ ÏËÏÌÏ ÉÍÅÎÁ ÎÁ ÔÁÂÌÉÃÉ É ÐÏÌÅÔÁ';
$strUseHostTable = 'éÚÐÏÌÚ×ÁÊ ÔÁÂÌÉÃÁ Host';
$strUserAlreadyExists = 'ðÏÔÒÅÂÉÔÅÌ %s ×ÅÞÅ ÓßÝÅÓÔ×Õ×Á!';
$strUserEmpty = 'ðÏÔÒÅÂÉÔÅÌÓËÏÔÏ ÉÍÅ Å ÐÒÁÚÎÏ!';
$strUserName = 'ðÏÔÒÅÂÉÔÅÌÓËÏ ÉÍÅ';
$strUserNotFound = 'éÚÂÒÁÎÉÑ ÐÏÔÒÅÂÉÔÅÌ ÎÅ ÂÅÛÅ ÏÔËÒÉÔ × ÔÁÂÌÉÃÁÔÁ Ó ÐÒÉ×ÉÌÅÇÉÉÔÅ.';
$strUserOverview = 'ðÒÅÇÌÅÄ ÎÁ ÐÏÔÒÅÂÉÔÅÌÉÔÅ';
$strUsersDeleted = 'éÚÂÒÁÎÉÔÅ ÐÏÔÒÅÂÉÔÅÌÉ ÂÑÈÁ ÉÚÔÒÉÔÉ ÕÓÐÅÛÎÏ.';
$strUsersHavingAccessToDb = 'ðÏÔÒÅÂÉÔÅÌÉ ËÏÉÔÏ ÉÍÁÔ ÄÏÓÔßÐ ÄÏ &quot;%s&quot;';
$strUser = 'ðÏÔÒÅÂÉÔÅÌ';
$strUseTabKey = 'éÚÐÏÌÚ×ÁÊÔÅ ËÌÁ×ÉÛÁ TAB ÚÁ ÄÁ ÐÒÅÍÅÓÔ×ÁÔÅ ËÒÕÒÓÏÒÁ ÏÔ ÓÔÏÊÎÏÓÔ ÎÁ ÓÔÏÊÎÏÓÔ ÉÌÉ CTRL+ÓÔÒÅÌËÁ ÚÁ ÄÁ ÐÒÅÍÅÓÔ×ÁÔÅ ËÕÒÓÏÒÁ × ÓßÏÔ×ÅÔÎÁÔÁ ÐÏÓÏËÁ';
$strUseTables = 'éÚÐÏÌÚ×ÁÊ ÔÁÂÌÉÃÁÔÁ';
$strUseTextField = 'éÚÐÏÌÚ×ÁÊ ÔÅËÓÔÏ×ÏÔÏ ÐÏÌÅ';
$strUseThisValue = 'éÚÐÏÌÚ×ÁÈÔÅ ÔÁÚÉ ÓÔÏÊÎÏÓÔ';
 
$strValidateSQL = '÷ÁÌÉÄÉÒÁÊ SQL-Á';
$strValidatorError = 'SQL ×ÁÌÉÄÁÔÏÒÁ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÉÎÉÃÉÁÌÉÚÉÒÁÎ. íÏÌÑ ÐÒÏ×ÅÒÅÔÅ ÄÁÌÉ ÓÔÅ ÉÎÓÔÁÌÉÒÁÌÉ ÎÅÏÂÈÏÄÉÍÉÔÅ PHP ÒÁÚÛÉÒÅÎÉÑ, ÔÁËÁ ËÁËÔÏ Å ÏÐÉÓÁÎÏ × %sÄÏËÕÍÅÎÔÁÃÉÑÔÁ%s.';
$strValue = 'óÔÏÊÎÏÓÔ';
$strVar = 'ðÒÏÍÅÎÌÉ×Á';
$strViewDumpDatabases = 'ðÒÅÇÌÅÄ ÎÁ ÓÈÅÍÁÔÁ ÎÁ ÂÁÚÁÔÁ ÏÔ ÄÁÎÎÉ';
$strViewDumpDB = 'óÈÅÍÁ ÎÁ âä';
$strViewDump = 'óÈÅÍÁ ÎÁ ÔÁÂÌÉÃÁÔÁ';
$strViewHasBeenDropped = 'éÚÇÌÅÄ %s ÂÅÛÅ ÉÚÔÒÉÔ';
 
$strWebServerUploadDirectoryError = 'äÉÒÅËÔÏÒÉÑÔÁ ËÏÑÔÏ ÓÔÅ ÕËÁÚÁÌÉ ÚÁ upload ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÄÏÓÔÉÇÎÁÔÁ';
$strWebServerUploadDirectory = 'ÄÉÒÅËÔÏÒÉÑÔÁ ÚÁ upload ÎÁ ÕÅ ÓßÒ×ßÒÁ';
$strWelcome = 'äÏÂÒÅ ÄÏÛÌÉ × %s';
$strWestEuropean = 'úÁÐÁÄÎÏ-Å×ÒÏÐÅÊÓËÉ';
$strWildcard = 'ÓÉÍ×ÏÌ ÚÁ ÚÁÍÅÓÔ×ÁÎÅ';
$strWindowNotFound = 'ðÒÏÚÏÒÅÃÁ ÎÁ ÂÒÁÕÚßÒÁ ÎÅ ÍÏÖÅ ÄÁ ÂßÄÅ ÏÂÎÏ×ÅÎ. íÏÖÅ ÂÉ ÓÔÅ ÚÁÔ×ÏÒÉÌÉ ÏÔ×ÁÒÑÝÉÑÔ ÇÏ ÐÒÏÚÏÒÅà ÉÌÉ ÂÒÁÕÚßÒßÔ ÷É Å ÂÌÏËÉÒÁÌ ÏÂÎÏ×Ñ×ÁÎÅ ÎÁ ÄÁÎÎÉ ÏÔ ÅÄÉÎ ÐÒÏÚÏÒÅÃ × ÄÒÕÇ ÏÔ ÓßÏÂÒÁÖÅÎÉÑ ÚÁ ÓÉÇÕÒÎÏÓÔ';
$strWithChecked = 'ëÏÇÁÔÏ ÉÍÁ ÏÔÍÅÔËÁ:';
$strWritingCommentNotPossible = 'úÁÐÉÓÁ ÎÁ ËÏÍÅÎÔÁÒ ÎÅ Å ×ßÚÍÏÖÅÎ';
$strWritingRelationNotPossible = 'úÁÐÉÓÁ ÎÁ ÒÅÌÁÃÉÑÔÁ ÎÅ Å ×ßÚÍÏÖÅÎ';
$strWrongUser = 'çÒÅÛÎÏ ÉÍÅ/ÐÁÒÏÌÁ. äÏÓÔßÐ ÏÔËÁÚÁÎ.';
 
$strXML = 'XML';
 
$strYes = 'ÄÁ';
 
$strZeroRemovesTheLimit = 'úÁÂÅÌÅÖËÁ: õÓÔÁÎÏ×Ñ×ÁÎÅÔÏ ÎÁ ÔÅÚÉ ÏÐÃÉÉ Ó 0 (ÎÕÌÁ) ÐÒÅÍÁÈ×Á ÏÇÒÁÎÉÞÅÎÉÅÔÏ.';
$strZip = '"zip-ÎÁÔÏ"';
 
// 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
 
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCSV = 'CSV'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strFreePages = 'Free pages'; //to translate
 
$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
 
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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
$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
$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
$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
$strShowStatusReset = 'Reset'; //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_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_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_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
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //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
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //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
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bulgarian-utf-8.inc.php
0,0 → 1,1004
<?php
/* $Id: bulgarian-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:10 lem9 Exp $ */
 
/**
* Translated by Stanislav Yordanov <stanprog at stanprog.com>
* Based on translation made by Georgi Georgiev <chutz at chubaka.homeip.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('байта', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЕБ');
 
$day_of_week = array('нд', 'пн', 'вт', 'ср', 'чт', 'пт', 'сб');
$month = array('януари', 'февруари', 'март', 'април', 'май', 'юни', 'юли', 'август', 'септември', 'октомври', 'ноември', 'декември');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%e %B %Y в %H:%M';
 
$timespanfmt = '%s дена, %s часа, %s минути и %s секунди';
 
$strAbortedClients = 'Прекъснати';
$strAbsolutePathToDocSqlDir = 'Моля въведете абсолютния път на уеб сървъра до docSQL директорията';
$strAccessDeniedExplanation = 'phpMyAdmin направи опит да се свърже към MySQL сървъра, но сървъра отхвърли конекцията. Трябва да проверите хоста, потребителското име и паролата в config.inc.php файла и да се уверите, че те отговарят на информацията предоставена от администратора на MySQL сървъра.';
$strAccessDenied = 'Отказан достъп';
$strAction = 'Действие';
$strAddAutoIncrement = 'Добавяне на AUTO_INCREMENT';
$strAddConstraints = 'Добавяне на ограничение';
$strAddDeleteColumn = 'Добави/изтрий колона по критерий';
$strAddDeleteRow = 'Добави/изтрий ред по критерий';
$strAddDropDatabase = 'Добавяне на DROP DATABASE';
$strAddedColumnComment = 'Добавен коментар към колона';
$strAddedColumnRelation = 'Добавена релациа към колона';
$strAddFields = 'Добавяне на %s поле(та)';
$strAddHeaderComment = 'Добавяне на коментар в хедъра (\\n нов ред)';
$strAddIfNotExists = 'Добавяне на IF NOT EXISTS';
$strAddIntoComments = 'Добави в коментарите';
$strAddNewField = 'Добавяне на ново поле';
$strAddPrivilegesOnDb = 'Добавяне на привилегии към следната база от данни';
$strAddPrivilegesOnTbl = 'Добавяне на привилегии към следната таблица';
$strAddSearchConditions = 'Добавете условие за търсене (съдържание на "where" клаузата):';
$strAddToIndex = ' &nbsp;%s&nbsp;колона(и) беше(яха)добавени към индекса ';
$strAddUserMessage = 'Вие добавихте нов потребител.';
$strAddUser = 'Добавяне на нов потребител.';
$strAdministration = 'Администрация';
$strAffectedRows = 'Засегнати редове:';
$strAfterInsertBack = 'връщане обратно';
$strAfterInsertNewInsert = 'вмъкване на нов запис';
$strAfterInsertNext = 'редактиране на следващия ред';
$strAfterInsertSame = 'връщане към тази страница';
$strAfter = 'след %s';
$strAll = 'всички';
$strAllTableSameWidth = 'показване на всички Таблици с една и съща ширина?';
$strAlterOrderBy = 'Подреждане на таблицата по';
$strAnalyzeTable = 'Анализиране на таблицата';
$strAndThen = 'и след това';
$strAnd = 'и';
$strAnIndex = 'Беше добавен индекс на %s';
$strAny = 'всеки';
$strAnyHost = 'Всеки хост';
$strAnyUser = 'Всеки потребител';
$strApproximateCount = 'Може да има приблизителна стойност. Виж FAQ 3.11';
$strAPrimaryKey = 'Беше добавен първичен ключ към ';
$strArabic = 'Арабски';
$strArmenian = 'Арменски';
$strAscending = 'Възходящо';
$strAtBeginningOfTable = 'в началото на таблицата';
$strAtEndOfTable = 'в края на таблицата';
$strAttr = 'Атрибути';
$strAutodetect = 'автоматично откриване';
$strAutomaticLayout = 'Автоматичен лейаут';
 
$strBack = 'Назад';
$strBaltic = 'Балтийски';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Двоично ';
$strBinaryDoNotEdit = ' Двоично - не се редактира ';
$strBookmarkAllUsers = 'Нека всеки потребител има достъп до този показалец';
$strBookmarkCreated = 'Показалец %s беше създаден успешно';
$strBookmarkDeleted = 'Показалецът беше изтрит.';
$strBookmarkLabel = 'Етикет';
$strBookmarkQuery = 'Запазване на SQL заявка';
$strBookmarkReplace = 'Препокриване не съществуващия показалец със същото име';
$strBookmarkThis = 'Запази тази SQL заявка';
$strBookmarkView = 'Само показване';
$strBrowseForeignValues = 'Преглеждане на външните(foreign) стойности';
$strBrowse = 'Прелистване';
$strBulgarian = 'Български';
$strBzError = 'phpMyAdmin не може да компресира схемата(dump) заради грешка в Bz2 разширението в тази версия на PHP. Горещо се препоръчва да установите стойността на <code>$cfg[\'BZipDump\']</code> директивата в конфигурационния файл на вашия phpMyAdmin на <code>FALSE</code>. Ако искате да се използвате възможностите на Bz2 компресията, ще трябва да ъпгрейднете до по-нова версия на PHP. Вижте съобщение %s за повече информация.';
$strBzip = '"bzip-нато"';
 
$strCalendar = 'Календар';
$strCannotLogin = 'Не мога да се логна към MySQL сървъра';
$strCantLoad = 'не мога да заредя разширението %s,<br />моля проверете конфигурацията на PHP';
$strCantLoadRecodeIconv = 'Не може да се заредят iconv или recode разширенията необходими за конвертиране на набора от символи(charset), конфигурирайте PHP така, че да позволява използване на тези разширения или отменете конвертирането на набора от символи(charset) в phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Не мога да преименувам индекса на PRIMARY!';
$strCantUseRecodeIconv = 'Не може да се използва нито iconv нито libiconv нито recode_string функцията докато протоколите за разширенията са заредени. Проверете конфигурацията на PHP.';
$strCardinality = 'Надеждност';
$strCaseInsensitive = 'нечувствително към регистъра';
$strCaseSensitive = 'чувствително към регистъра';
$strCentralEuropean = 'Централно европейски';
$strChangeCopyModeCopy = '... запазване на стария.';
$strChangeCopyModeDeleteAndReload = ' ... изтриване на стария от таблицата на потребителите и след това презареждане на привилегиите.';
$strChangeCopyModeJustDelete = ' ... изтриване на стария от таблицата на потребителите.';
$strChangeCopyMode = 'Създаване нов потребител със същите привилегии и ...';
$strChangeCopyModeRevoke = ' ... отменяне на всички активни привилегии от стария и след това изтриване.';
$strChangeCopyUser = 'Промяна на логин информацията / Копиране на потребител';
$strChangeDisplay = 'Изберете Полета за показване';
$strChange = 'Променяне';
$strChangePassword = 'Смяна на паролата';
$strCharsetOfFile = 'Набор от символи на файла:';
$strCharsetsAndCollations = 'Набори от символи и колации';
$strCharsets = 'Набори от символи';
$strCharset = 'Набор от символи';
$strCheckAll = 'Маркиране на всичко';
$strCheckOverhead = 'Маркиране на таблиците със загубено място';
$strCheckPrivsLong = 'Провери привилегиите за база от данни &quot;%s&quot;.';
$strCheckPrivs = 'Проверка на привилегиите';
$strCheckTable = 'Проверка на таблицата';
$strChoosePage = 'Моля изберете страница за редактиране';
$strColComFeat = 'Показване на коментари към Колоните';
$strCollation = 'Колация';
$strColumnNames = 'Име на колона';
$strColumnPrivileges = 'Привилегии специфични за колоната';
$strCommand = 'Команда';
$strCommentsForTable = 'КОМЕНТАРИ ЗА ТАБЛИЦА';
$strComments = 'Коментари';
$strCompatibleHashing = 'MySQL&nbsp;4.0 съвместимо';
$strCompleteInserts = 'Пълни INSERT-и';
$strCompression = 'Компресия';
$strConfigFileError = 'phpMyAdmin не може да прочете конфигурационният Ви файл!<br />Това може да се случи ако PHP открие синтактична грешка в него или не може да открие файла.<br />Моля извикайте конфигурационния файл директно като използвате линка по-долу и прочетете съобщението за грешка което PHP връща. В по-голяма част от случаите, някъде липсват кавички или точка и запетая.<br />Ако се изведе празна страница, всички е наред.';
$strConfigureTableCoord = 'Моля конфигурирайте координатите за таблица %s';
$strConnectionError = 'Връзката не може да бъде осъществена: невалидни настройки.';
$strConnections = 'Конекции';
$strConstraintsForDumped = 'Ограничения за дъмпнати таблици';
$strConstraintsForTable = 'Ограничения за таблица';
$strCookiesRequired = 'Оттук нататък са необходими "Cookies".';
$strCopyDatabaseOK = 'База от данни %s беше копирана като %s';
$strCopyTableOK = 'Таблица %s беше копирана в %s.';
$strCopyTableSameNames = 'Не може да се копира таблицата към себе си!';
$strCopyTable = 'Копиране на таблица (база от данни<b>.</b>таблица):';
$strCopy = 'Копиране';
$strCouldNotKill = 'phpMyAdmin не можа да спре нишка %s. Вероятно вече е била затворена.';
$strCreateDatabaseBeforeCopying = 'Изпълняване на CREATE DATABASE преди копирането';
$strCreateIndex = 'Създаване на индекс върху &nbsp;%s&nbsp;колони';
$strCreateIndexTopic = 'Създай нов индекс';
$strCreateNewDatabase = 'Създаване на нова БД';
$strCreateNewTable = 'Създаване на нова таблица в БД %s';
$strCreate = 'Създай';
$strCreatePage = 'Създай нова Страница';
$strCreatePdfFeat = 'Създаване на PDF-и';
$strCreationDates = 'Създаване/Обновяване/Проверка на дати';
$strCriteria = 'Критерий';
$strCroatian = 'Хърватски';
$strCSVImportOptions = 'CSV опции';
$strCSVOptions = 'CSV опции';
$strCyrillic = 'Кирилица';
$strCzech = 'Чешки';
$strCzechSlovak = 'Чехословашки';
 
$strDanish = 'Датски';
$strDatabase = 'БД';
$strDatabaseEmpty = 'Името на базата от данни е празно!';
$strDatabaseExportOptions = 'Опции за експортиране на база от данни';
$strDatabaseHasBeenDropped = 'Базата данни %s беше изтрита.';
$strDatabaseNoTable = 'Базата данни не съдържа таблица!';
$strDatabasesDropped = '%s бази от данни бяха изтрити успешно.';
$strDatabasesStatsDisable = 'Забрани статистика';
$strDatabasesStatsEnable = 'Разреши статистика';
$strDatabasesStatsHeavyTraffic = 'Забележка: Разрешаването на статистика на базата от данни може да коства много голям трафик между уеб сървъра и MySQL сървъра.';
$strDatabasesStats = ' Статистика за базите данни';
$strDatabases = 'Бази от данни';
$strDataDict = 'Речник на данните';
$strData = 'Данни';
$strDataOnly = 'Само данни';
$strDBComment = 'Коментар към базата от данни: ';
$strDBCopy = 'Копиране на базата от данни в';
$strDBGContextID = 'Контекстно ID';
$strDBGContext = 'Контекст';
$strDBGHits = 'Попадения';
$strDBGLine = 'Линия';
$strDBGMaxTimeMs = 'Макс. време, ms';
$strDBGMinTimeMs = 'Мин. време, ms';
$strDBGModule = 'Модул';
$strDBGTimePerHitMs = 'Време/Попадение, ms';
$strDBGTotalTimeMs = 'Общо време, ms';
$strDbPrivileges = 'Привилегии специфични за базата от данни';
$strDBRename = 'Преименуване на базата от данни на';
$strDbSpecific = 'специфични за базата от данни';
$strDefaultEngine = '%s е хранилището на данни по подразбиране на този MySQL сървър.';
$strDefaultValueHelp = 'За стойностите по подразбиране, моля въведете само една стойност, без обратни черти или апостроф, използвайки следния формат: a';
$strDefault = 'По подразбиране';
$strDefragment = 'Дефрагментиране на таблица';
$strDelayedInserts = 'Използване на отложени вмъквания';
$strDeleteAndFlushDescr = 'Това е най-чистия начин, но презареждането на привилегиите може да отнеме известно време.';
$strDeleteAndFlush = 'Изтриване на потребителите и след това презареждане на привилегиите.';
$strDeleted = 'Редът беше изтрит';
$strDeletedRows = 'Изтрити редове:';
$strDelete = 'Изтриване';
$strDeleting = 'Изтриване на %s';
$strDelOld = 'Текущата Страница има Референции към Таблици които вече не съществуват. Желаете ли да изтриете тези Референции?';
$strDescending = 'Низходящо';
$strDescription = 'Описание';
$strDictionary = 'речник';
$strDisabled = 'Забранено';
$strDisableForeignChecks = 'Забраняване на проверките за външен ключ';
$strDisplayFeat = 'Покажи възможностите';
$strDisplayOrder = 'Подреждане по:';
$strDisplayPDF = 'Покажи PDF схема';
$strDoAQuery = 'Изпълни "заявка по шаблон" (символ за заместване: "%")';
$strDocu = 'Документация';
$strDoYouReally = 'Действително ли желаете да изпълните заявката';
$strDropDatabaseStrongWarning = 'Вие ще УНИЩОЖИТЕ цялата база от данни!';
$strDrop = 'Унищожаване';
$strDropUsersDb = 'Изтриване на базите от данни които имат имена като тези на потребителите.';
$strDumpingData = 'Дъмп (схема) на данните в таблицата';
$strDumpSaved = 'Схемата(дъмп) беше записана във файл %s.';
$strDumpXRows = 'Дъмп-ни %s реда като започнеш от %s.';
$strDynamic = 'динамичен';
 
$strEdit = 'Редактиране';
$strEditPDFPages = 'Редактиране на PDF Страници';
$strEditPrivileges = 'Редактиране на привилегиите';
$strEffective = 'Ефективни';
$strEmpty = 'Изчистване';
$strEmptyResultSet = 'MySQL върна празен резултат (т.е. нула редове).';
$strEnabled = 'Позволено';
$strEncloseInTransaction = 'Изолиране на експорта в транзакция';
$strEndCut = 'END CUT';
$strEnd = 'Край';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s е разрешен на този MySQL сървър.';
$strEngineDisabled = '%s е изключен за този MySQL сървър.';
$strEngines = 'Хранилища';
$strEngineUnsupported = 'Този MySQL сървър не поддържа хранилището на данни %s.';
$strEnglish = 'Английски';
$strEnglishPrivileges = ' Забележка: Имената на привилегиите на MySQL са показани на английски. ';
$strErrorInZipFile = 'Грешка в ZIP архива:';
$strError = 'Грешка';
$strEsperanto = 'Есперанто';
$strEstonian = 'Естонски';
$strExcelEdition = 'Версия на Excel';
$strExcelOptions = 'Опции на Excel';
$strExecuteBookmarked = 'Стартиране на запазена SQL-заявка';
$strExplain = 'Explain SQL';
$strExport = 'Експортиране';
$strExtendedInserts = 'Разширени INSERT-и';
$strExtra = 'Допълнително';
 
$strFailedAttempts = 'Провалили се опити';
$strFieldHasBeenDropped = 'Полето %s беше изтрито';
$strFieldsEmpty = ' Брояча на полетата е празен! ';
$strFieldsEnclosedBy = 'Полетата са оградени със';
$strFieldsEscapedBy = 'Представка на специалните символи';
$strFieldsTerminatedBy = 'Полетата завършват със';
$strFields = 'Полета';
$strField = 'Поле';
$strFileAlreadyExists = 'Файлът %s вече съществува на сървъра, сменете името на файла или включете опцията за препокриване.';
$strFileCouldNotBeRead = 'Файлът не може да бъде прочетен';
$strFileNameTemplateRemember = 'запомняне на шаблона';
$strFileNameTemplate = 'Шаблон на файловото име';
$strFileToImport = 'Файл за импортиране';
$strFixed = 'Фиксиран';
$strFlushPrivilegesNote = 'Забележка: phpMyAdmin взема потребителските привилегии директно от таблицата на привилегиите на MySQL. Съдържанието на тази таблица може да се различава от привилегиите които използва сървъра ако към него са направени промени на ръка. В този случай, трябва да %sпрезаредите привилегиите%s преди да продължите.';
$strFlushTable = 'Изчистване на кеша на таблицата ("FLUSH")';
$strFormat = 'Формат';
$strFormEmpty = 'Липсва стойност във полето на формата!';
$strFullText = 'Пълни текстове';
$strFunction = 'Функция';
 
$strGenBy = 'Генерирано от';
$strGeneralRelationFeat = 'Общи възможности на релациите';
$strGenerate = 'Генериране';
$strGeneratePassword = 'Генериране на парола';
$strGenTime = 'Време на генериране';
$strGeorgian = 'Грузински';
$strGerman = 'Немски';
$strGlobal = 'глобален';
$strGlobalPrivileges = 'Глобални привилегии';
$strGlobalValue = 'Глобална стойност';
$strGo = 'Изпълнение';
$strGrantOption = 'Дадени';
$strGreek = 'Гръцки';
$strGzip = '"gzip-нато"';
 
$strHasBeenAltered = 'беше променена.';
$strHasBeenCreated = 'беше създадена.';
$strHaveToShow = 'Трябва да изберете поне една Колона за показване';
$strHebrew = 'Иврит';
$strHexForBinary = 'Използване на шестнадесетично представяне за двоичните полета';
$strHome = 'Начало';
$strHomepageOfficial = 'Официалната уеб страница на phpMyAdmin ';
$strHostEmpty = 'Името на хоста е празно!';
$strHost = 'Хост';
$strHTMLExcelOptions = 'Опции за експортиране към Microsoft Excel 2000';
$strHungarian = 'Унгарски';
 
$strIcelandic = 'Исландски';
$strId = 'ID';
$strIdxFulltext = 'Пълнотекстово';
$strIgnore = 'Игнориране';
$strIgnoreDuplicates = 'Игнориране на дублиращите се редове';
$strIgnoreInserts = 'Използване на INSERT IGNORE';
$strIgnoringFile = 'Игнориране на файл %s';
$strImportDocSQL = 'Импортирай docSQL файловете';
$strImportFiles = 'Импортиране на файлове';
$strImportFormat = 'Формат на инпортирания файл';
$strImport = 'Импортиране';
$strIndexes = 'Индекси';
$strIndexHasBeenDropped = 'Индекса %s беше изтрит';
$strIndexName = 'Име на индекса&nbsp;:';
$strIndex = 'Индекс';
$strIndexType = 'Тип на индекса&nbsp;:';
$strIndexWarningMultiple = 'Повече от един %s ключ беше създаден за колона `%s`';
$strIndexWarningPrimary = 'Колона `%s` не може да бъде едновременно първичен и външен ключ';
$strIndexWarningTable = 'Проблем с индексите на таблица `%s`';
$strInnoDBPages = 'страници';
$strInnodbStat = 'InnoDB Състояние';
$strInsecureMySQL = 'Вашият конфигурационен файл съдържа настройки (root без парола), които съответстват на привилегирования акаунт на MySQL по подразбиране. Вашият MySQL сървър е стартиран с това по подразбиране и може да бъде лесно хакнат. Трябва да оправите тази дупка в сигурността.';
$strInsertAsNewRow = 'Вмъкване като нов ред';
$strInsertedRowId = 'Вмъкнато ID на реда:';
$strInsertedRows = 'Вмъкнати реда:';
$strInsertNewRow = 'Вмъкване на нов ред';
$strInsert = 'Вмъкване';
$strInternalNotNecessary = '* Вътрешната релация не е необходима когато съществува също в InnoDB.';
$strInternalRelations = 'Вътрешни релации';
$strInUse = 'Заето';
$strInvalidColumn = 'Невалидна колона (%s)!';
$strInvalidColumnCount = 'Броя на колоните трябва да е по-голям от нула.';
$strInvalidFieldAddCount = 'Трябва да добавите поне едно поле.';
$strInvalidFieldCount = 'Таблицата трябва да има поне едно поле.';
$strInvalidRowNumber = '%d не е валиден номер на ред.';
 
$strJapanese = 'Японски';
$strJumpToDB = 'Скочи към база от данни &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Изтритите&quot; потребители ще имат достъп до сървъра както обикновено, докато не се презаредят привилегиите.';
$strJustDelete = 'Изтриване на потребителите от таблицата с привилегиите.';
 
$strKeepPass = 'Да не се сменя паролата';
$strKeyname = 'Име на ключа';
$strKill = 'СТОП';
$strKorean = 'Корейски';
 
$strLandscape = 'Пейзажно';
$strLatexCaption = 'Заглавие на таблицата';
$strLatexContent = 'Съдържание на таблица __TABLE__';
$strLatexContinuedCaption = 'Продължение на заглавието на таблицата';
$strLatexContinued = '(продължение)';
$strLatexIncludeCaption = 'Включване на заглавие на таблицата';
$strLatexLabel = 'Етикет на ключа';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX опции';
$strLatexStructure = 'Структура на таблица __TABLE__';
$strLatvian = 'Латвийски';
$strLDI = 'CSV с LOAD DATA';
$strLDIImportOptions = 'Опции за CSV импортирането с LOAD DATA';
$strLDILocal = 'Използване на ключовата дума LOCAL ';
$strLengthSet = 'Дължина/Стойност*';
$strLimitNumRows = 'редове на страница';
$strLinesTerminatedBy = 'Редовете завършват с';
$strLinkNotFound = 'Връзките не са намерени';
$strLinksTo = 'Сочи към';
$strLithuanian = 'Литовски';
$strLocalhost = 'Локален';
$strLocationTextfile = 'Местоположение на текстовия файл';
$strLoginInformation = 'Информация за логване';
$strLogin = 'Вход';
$strLogout = 'Изход от системата';
$strLogPassword = 'Парола:';
$strLogServer = 'Сървър';
$strLogUsername = 'Име:';
$strLongOperation = 'Операцията може да продължи дълго. Да продължи ли въпреки това?';
 
$strMaxConnects = 'максимален брой на едновременните конекции';
$strMaximalQueryLength = 'Максимална дължина на създадената заявка';
$strMaximumSize = 'Максимален размер: %s%s';
$strMIME_available_mime = 'Достъпни MIME-типове';
$strMIME_available_transform = 'Достъпни трансформации';
$strMIME_description = 'Описание';
$strMIME_MIMEtype = 'MIME-тип';
$strMIME_nodescription = 'Няма Описание за тази трансформация.<br />Моля обърнете се към автора относно това какво прави %s.';
$strMIME_transformation = 'Браузърна трансформация';
$strMIME_transformation_note = 'За списъка на достъпните опции на трансформацията и техните MIME-type трансформации кликнете на %sописания на трансформацията%s';
$strMIME_transformation_options_note = 'Моля въведете стойностите за опциите на трансформацията като използвате следния формат: \'a\',\'b\',\'c\'...<br />Ако трябва да поставите обратно наклонена черта ("\") или единична кавичка ("\'") между тези стойности, поставете пред тях допълнителна обратно наклонена черта (например \'\\\\xyz\' или \'a\\\'b\').';
$strMIME_transformation_options = 'Опции на трансформацията';
$strMIMETypesForTable = 'MIME ТИПОВЕ ЗА ТАБЛИЦА';
$strMIME_without = 'MIME-types показани в наклонен шрифт не притежават отделна функция за трансформация';
$strModifications = 'Промените бяха съхранени';
$strModifyIndexTopic = 'Промяна на индекс';
$strModify = 'Промени';
$strMoveTable = 'Преместване на таблица към (база от данни<b>.</b>таблица):';
$strMoveTableOK = 'Таблицата %s беше преместена към %s.';
$strMoveTableSameNames = 'Не може да се премести таблицата към себе си!';
$strMultilingual = 'многоезичен';
$strMyISAMMaxExtraSortFileSize = 'Максимален размер на временните файлове при създаване на индекс';
$strMyISAMRecoverOptions = 'Режим на автоматично възстановяване';
$strMyISAMRepairThreads = 'Поправка на нишките';
$strMyISAMSortBufferSize = 'Размер на буфера за сортиране';
$strMySQLCharset = 'Набор от символи на MySQL';
$strMySQLConnectionCollation = 'Колация на MySQL';
$strMySQLSaid = 'MySQL отговори: ';
$strMySQLShowProcess = 'MySQL процеси';
$strMySQLShowStatus = 'Информация за състоянието на MySQL сървъра';
$strMySQLShowVars = 'Системни променливи на MySQL';
 
$strName = 'Име';
$strNext = 'Следващ';
$strNoDatabases = 'Няма бази от данни';
$strNoDatabasesSelected = 'Няма избрани бази от данни.';
$strNoDescription = 'няма Описание';
$strNoDetailsForEngine = 'Няма детайлна информация за състоянието на това хранилище на данни.';
$strNoDropDatabases = '"DROP DATABASE" заявката е забранена.';
$strNoExplain = 'Пропусни Explain SQL';
$strNoFilesFoundInZip = 'Не са открити файлове в ZIP архива!';
$strNoFrames = 'phpMyAdmin е по дружелюбен ако използвате браузър, който поддържа <b>frames</b>.';
$strNoIndexPartsDefined = 'Не са дефинирани части на индекс!';
$strNoIndex = 'Не е дефиниран индекс!';
$strNoModification = 'Няма промяна';
$strNone = 'Няма';
$strNo = 'не';
$strNoOptions = 'Този формат няма опции';
$strNoPassword = 'Няма парола';
$strNoPermission = 'Уеб сървъра няма права за запис на файла %s.';
$strNoPhp = 'без PHP код';
$strNoPrivileges = 'Няма привилегии';
$strNoRights = 'В момента не разполагате с достатъчно права за да се намирате тук!';
$strNoRowsSelected = 'Няма върнати редове';
$strNoSpace = 'Недостатъчно свободно пространство за записване на файла %s.';
$strNoTablesFound = 'В базата от данни няма таблици.';
$strNotNumber = 'Това не е число!';
$strNotOK = 'не е OK';
$strNotSet = 'таблица <b>%s</b> не е намерена или не е установена в %s';
$strNoUsersFound = 'Няма потребител(и).';
$strNoValidateSQL = 'Пропусни Validate SQL';
$strNull = 'Празно';
$strNumberOfFields = 'Брой на полетата';
$strNumSearchResultsInTable = '%s съвпадение(я) в таблица <i>%s</i>';
$strNumSearchResultsTotal = '<b>Общо:</b> <i>%s</i> съвпадение(я)';
$strNumTables = 'Таблици';
 
$strOK = 'OK';
$strOperations = 'Операции';
$strOperator = 'Оператор';
$strOptimizeTable = 'Оптимизация на таблицата';
$strOr = 'или';
$strOverhead = 'Загубено място';
$strOverwriteExisting = 'Препокриване на съществуващите файлове';
 
$strPageNumber = 'Номер на страницата:';
$strPaperSize = 'Размер на хартията';
$strPartialImport = 'Частично импортиране';
$strPartialText = 'Частични текстове';
$strPasswordChanged = 'Паролата на %s беше променена успешно.';
$strPasswordEmpty = 'Паролата е празна!';
$strPasswordNotSame = 'Паролата не е същата!';
$strPassword = 'Парола';
$strPdfDbSchema = 'Схемата на база от данни "%s" - Страница %s';
$strPdfInvalidTblName = 'Таблица "%s" не съществува!';
$strPdfNoTables = 'Няма таблици';
$strPerHour = 'на час';
$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 = 'Предишен';
$strPrimaryKeyHasBeenDropped = ' Главния ключ беше изтрит.';
$strPrimaryKeyName = 'Името на главния ключ трябва да е... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>трябва</b> да е името на <b>и единствено на</b> главния ключ!)';
$strPrimary = 'PRIMARY';
$strPrint = 'Печат';
$strPrintView = 'Изглед за печат';
$strPrintViewFull = 'Преглед за печат (с пълните текстове)';
$strPrivDescAllPrivileges = 'Включва всички привилегии освен GRANT.';
$strPrivDescAlterRoutine = 'Позволяване на променяне и издриване на Съхранени Процедури.';
$strPrivDescAlter = 'Позволява променяне на структурата на съществуващи таблици.';
$strPrivDescCreateDb = 'Позволява създаване на нови бази от данни и таблици.';
$strPrivDescCreateRoutine = 'Позволяване на създаването на Съхранени Процедури.';
$strPrivDescCreateTbl = 'Позволява създаване на нови таблици.';
$strPrivDescCreateTmpTable = 'Позволява създаването на временни таблици.';
$strPrivDescCreateUser = 'Позволяване на създаването, изтриването и преименуването на потребителски акаунти.';
$strPrivDescCreateView = 'Позволяване на създаването на нови Изгледи.';
$strPrivDescDelete = 'Позволява изтриване на данни.';
$strPrivDescDropDb = 'Позволява изтриване на бази от данни и таблици.';
$strPrivDescDropTbl = 'Позволява изтриване на таблици.';
$strPrivDescExecute5 = 'Позволяване на стартирането на Съхранени Процедури.';
$strPrivDescExecute = 'Позволява стартирането на съхранени процедури; Няма ефект в тази версия на MySQL.';
$strPrivDescFile = 'Позволява импортиране на данни от и експортиране на данни във файлове.';
$strPrivDescGrant = 'Позволява добавяне на потребители и привилегии без презареждане на таблицата с привилегиите.';
$strPrivDescIndex = 'Позволява създаване и премахване на индекси.';
$strPrivDescInsert = 'Позволява вмъкване и заменяне на данни.';
$strPrivDescLockTables = 'Позволява заключване на таблици за текущата нишка.';
$strPrivDescMaxConnections = 'Ограничава броя на новите конекции, които потребителя може да отвори на час.';
$strPrivDescMaxQuestions = 'Ограничава броя на заявките, които потребителя може да изпрати към сървъра на час.';
$strPrivDescMaxUpdates = 'Ограничава броя на командите, които променят някоя таблица или база от данни, които даден потребител може да стартира за час.';
$strPrivDescProcess3 = 'Позволява спирането на процеси на други потребители.';
$strPrivDescProcess4 = 'Позволява преглед на целите заявки в списъка с процесите.';
$strPrivDescReferences = 'Няма ефект в тази версия на MySQL.';
$strPrivDescReload = 'Позволява презареждане на сървърните настройки и изчистване(flashing) на кеша на сървъра.';
$strPrivDescReplClient = 'Дава правото на потребител да знае къде са slaves / masters.';
$strPrivDescReplSlave = 'Нужно за replication slaves.';
$strPrivDescSelect = 'Позволява четене на данни.';
$strPrivDescShowDb = 'Дава достъп до пълния списък на базите данни.';
$strPrivDescShowView = 'Позволяване на изпълнението на SHOW CREATE VIEW заявки.';
$strPrivDescShutdown = 'Позволява спиране на сървъра.';
$strPrivDescSuper = 'Позволява конектвне, дори ако е достигнат максималния брой на конекциите; Изисква се за повечето административни операции, като установяване на глобални променливи или спиране на нишка на други потребители.';
$strPrivDescUpdate = 'Позволява промяна на данни.';
$strPrivDescUsage = 'Няма привилегии.';
$strPrivileges = 'Привилегии';
$strPrivilegesReloaded = 'Привилегиите бяха презаредени успешно.';
$strProcesslist = 'Списък на процесите';
$strPutColNames = 'Поставяне имената на полетата на първия ред';
 
$strQBEDel = 'Изтрий';
$strQBEIns = 'Вмъкни';
$strQBE = 'Запитване по пример';
$strQueryCache = 'Кеш на заявките';
$strQueryFrame = 'Прозорец за заявки';
$strQueryOnDb = 'SQL-заявка към базата от данни <b>%s</b>:';
$strQuerySQLHistory = 'SQL-хронология';
$strQueryStatistics = '<b>Статистика на заявките</b>: От както е стартиран, %s заявки са изпратени към сървъра.';
$strQueryTime = 'Заявката отне %01.4f секунди';
$strQueryType = 'Тип на заявката';
$strQueryWindowLock = 'Не препокривайте тази заявка извън този прозорец';
 
$strReceived = 'Получени';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Проверка на интегритета на връзките';
$strRefresh = 'Презареждане';
$strRelationalSchema = 'Релационна схема';
$strRelationNotWorking = 'Допълнителните възможности за работа със свързани (linked) таблици са деактивирани. За да разберете защо кликнете %sтук%s.';
$strRelations = 'Релации';
$strRelationsForTable = 'РЕЛАЦИИ ЗА ТАБЛИЦА';
$strRelationView = 'Изглед на релациите';
$strReloadingThePrivileges = 'Презареждане на привилегиите';
$strReloadMySQL = 'Презареждане на MySQL';
$strRemoveSelectedUsers = 'Отстраняване на избраните потребители';
$strRenameDatabaseOK = 'Базата данни %s беше преименувана на %s';
$strRenameTable = 'Преименуване на таблицата на';
$strRenameTableOK = 'Таблица %s беше преименувана на %s';
$strRepairTable = 'Поправяне на таблицата';
$strReplaceNULLBy = 'Заменяй NULL с';
$strReplaceTable = 'Замести данните от таблицата с данните от файла';
$strReplication = 'Репликация';
$strReset = 'Изчистване';
$strResourceLimits = 'Ресурсни ограничения';
$strReType = 'Отново';
$strRevokeAndDeleteDescr = 'Потребителите все още ще имат USAGE привилегия докато не се презаредят привилегиите.';
$strRevokeAndDelete = 'Отмяна на всички активни привилегии от потребителите и след това изтриване.';
$strRevokeMessage = 'Вие отменихте привилегиите за %s';
$strRevoke = 'Отменяне';
$strRomanian = 'Румънски';
$strRowLength = 'Дължина на реда';
$strRows = 'Редове';
$strRowsFrom = 'реда започвайки от';
$strRowSize = ' Размер на ред ';
$strRowsModeFlippedHorizontal = 'хоризонтален (обърнати хедъри)';
$strRowsModeHorizontal = 'хоризонтален';
$strRowsModeOptions = 'в %s вид и повтаряне на имената на колоните през всеки %s<br />';
$strRowsModeVertical = 'вертикален';
$strRowsStatistic = 'Статистика за редовете';
$strRunning = 'работи на %s';
$strRunQuery = 'Изпълни заявката';
$strRunSQLQuery = 'Стартиране SQL заявка/заявки към база от данни %s';
$strRussian = 'Руски';
 
$strSaveOnServer = 'Записване на сървъра в директория %s';
$strSave = 'Записване';
$strScaleFactorSmall = 'Мащаба е твърде малък за да се събере схемата на една страница';
$strSearchFormTitle = 'Търсене в базата от данни';
$strSearchInTables = 'В таблиците:';
$strSearchNeedle = 'Думи или стойности за търсене (символ за заместване: "%"):';
$strSearch = 'Търсене';
$strSearchOption1 = 'поне една от думите';
$strSearchOption2 = 'всички думи';
$strSearchOption3 = 'точната фраза';
$strSearchOption4 = 'като регулярен израз';
$strSearchResultsFor = 'Резултати от търсенето на "<i>%s</i>" %s:';
$strSearchType = 'Намери:';
$strSecretRequired = 'Конфигурационния файл има нужда от тайна парола (blowfish_secret).';
$strSelectADb = 'Моля изберете база от данни';
$strSelectAll = 'Селектиране на всичко';
$strSelectBinaryLog = 'Изберете двоичен журнал за преглед';
$strSelectFields = 'Изберете поле (поне едно):';
$strSelectNumRows = 'в запитването';
$strSelectTables = 'Избери таблици';
$strSend = 'Изпращане';
$strSent = 'Изпратени';
$strServerChoice = 'Избор на сървър';
$strServer = 'Сървър';
$strServerNotResponding = 'Няма отговор от сървъра';
$strServerStatus = 'Информация за състоянието на MySQL сървъра';
$strServerStatusUptime = 'Този MySQL сървър работи от %s. Стартиран е на %s.';
$strServerTabProcesslist = 'Процеси';
$strServerTabVariables = 'Променливи';
$strServerTrafficNotes = '<b>Трафик на сървъра</b>: Тези таблици показват статистика за мрежовия трафик на MySQL сървъра от както е стартиран.';
$strServerVars = 'Сървърни променливи и настройки';
$strServerVersion = 'Версия на сървъра';
$strSessionValue = 'Сесийна стойност';
$strSetEnumVal = 'Ако типа на полето е "enum" или "set", моля въведете стойностите използвайки този формат: \'a\',\'b\',\'c\'...<br />Ако е необходимо да сложите обратна черта ("\") или апостроф ("\'") между тези стойности, сложите обратна черта пред тях (например: \'\\\\xyz\' или \'a\\\'b\').';
$strShowAll = 'Покажи всички';
$strShowColor = 'Покажи цвят';
$strShowDatadictAs = 'Формат на речника на данните';
$strShowFullQueries = 'Показване на пълните заявки';
$strShowGrid = 'Покажи мрежа';
$strShowingRecords = 'Показване на записи ';
$strShowOpenTables = 'Показване на отворените теблици';
$strShowPHPInfo = 'Информация за PHP ';
$strShowTableDimension = 'Покажи размерността на таблиците';
$strShowTables = 'Покажи таблиците';
$strShowThisQuery = ' Показване на заявката отново';
$strShow = 'Показване';
$strSimplifiedChinese = 'Опростен китайски';
$strSingly = '(еднократно)';
$strSize = 'Размер';
$strSlovak = 'Словашки';
$strSlovenian = 'Словенски';
$strSortByKey = 'Сортиране по ключ';
$strSorting = 'Сортиране';
$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 = 'Дата на създаване';
$strStatement = 'Заявление';
$strStatUpdateTime = 'Последно обновление';
$strStatus = 'Състояние';
$strStorageEngine = 'Хранилище на данни';
$strStorageEngines = 'Хранилища на данни';
$strStrucCSV = 'CSV данни';
$strStrucData = 'Структурата и данните';
$strStrucDrop = 'Добавяне на \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV за MS Excel данни';
$strStrucOnly = 'Само структурата';
$strStructPropose = 'Анализ на таблицата';
$strStructure = 'Структура';
$strSubmit = 'Изпълнение';
$strSuccess = 'SQL заявката беше изпълнена успешно';
$strSum = 'Сума';
$strSwedish = 'Шведски';
$strSwitchToDatabase = 'Прехвърляна към копираната база от данни';
$strSwitchToTable = 'Превключване към копираната таблица';
 
$strTableAlreadyExists = 'Таблица %s вече съществува!';
$strTableComments = 'Коментари към таблицата';
$strTableEmpty = 'Името на таблицата е празно!';
$strTableHasBeenDropped = 'Таблицата %s беше изтрита';
$strTableHasBeenEmptied = 'Таблицата %s беше изчистена';
$strTableHasBeenFlushed = 'Кеша на таблица %s беше изчистен';
$strTableMaintenance = 'Поддръжка на таблицата';
$strTableOfContents = 'Съдържание';
$strTableOptions = 'Опции на таблицата';
$strTables = '%s таблица(и)';
$strTableStructure = 'Структура на таблица';
$strTableType = 'Тип на таблицата';
$strTable = 'Таблица ';
$strTblPrivileges = 'Привилегии специфични за таблицата';
$strTempData = 'Временни данни';
$strTextAreaLength = ' Поради дължината си,<br /> това поле може да не е редактируемо ';
$strThai = 'Тайландски';
$strTheme = 'Тема / Стил';
$strThisHost = 'Този Хост';
$strThisNotDirectory = 'Това не беше директория';
$strThreadSuccessfullyKilled = 'Нишка %s беше успешно отстранена.';
$strThreads = 'Нишки';
$strTime = 'Време';
$strTotal = 'Общо';
$strTotalUC = 'Общо';
$strTraditionalChinese = 'Традиционен китайски';
$strTraditionalSpanish = 'Традиционен Испански';
$strTraffic = 'Трафик';
$strTransformation_application_octetstream__download = 'Показва връзка за сваляне на двоичните данни нa полето. Първата опция е файловото име на двоичния файл. Втората опция е вероятното име на полето на реда на таблицата съдържащо файловото име. Ако напишете втора опция, трябва първата ви опция да е установена на празен низ.';
$strTransformation_application_octetstream__hex = 'Показва шестнадесетично представяне на данните.';
$strTransformation_image_jpeg__inline = 'Показва thumbnail; опции: ширина, височина в пиксели (запазва оригиналната пропорция)';
$strTransformation_image_jpeg__link = 'Показва връзката на това изображение (за директно сваляне, i.e.).';
$strTransformation_image_png__inline = 'Виж image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Взема поле TIME, TIMESTAMP или DATETIME и го форматира като използва локалния формат за дата. Първата опция е отместването (в часове) която ще бъде добавена към времето (По подразбиране: 0). Втората опция представлява различен формат на датата в зависимост от параметрите на функцията на PHP - strftime().';
$strTransformation_text_plain__external = 'САМО ЗА ЛИНУКС: Стартира външното приложение и попълва данните в полетата чрез стандартния вход. Връща стандартния изход на приложението. По подразбиране е Tidy, за да покаже HTML кода. От съображения за сигурност, трябва ръчно да редактирате файла libraries/transformations/text_plain__external.inc.php и да вмъкнете програмите на които вие позволявате да бъдат стартирани. Първата опция тогава е номера на програмата която бихте искали да използвате а втората опция са параметрите за програмата. Ако третият параметър е установен в 1, ще конвертира изхода използвайки htmlspecialchars() (По подразбиране е 1). Ако четвъртият параметър е установен в 1, ще постави NOWRAP на клетката на съдържанието, така че целия изход ще бъде показан без преформатиране (По подразбиране е 1)';
$strTransformation_text_plain__formatted = 'Запазва оригиналното форматиране на полето.';
$strTransformation_text_plain__imagelink = 'Показва изображение и връзка на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е ширината в пиксели, третата е височината.';
$strTransformation_text_plain__link = 'Показва връзката на полето съдържащо файлово име; първата опция е префикс като "http://domain.com/", втората опция е заглавието на връзката.';
$strTransformation_text_plain__substr = 'Показва част от низ. Първата опция е отместването от което ще се извежда вашият текст (По подразбиране е 0). Втората опция указва колко текст ще се изведе. Ако е празна, се връща целия оставащ текст. Третата опция указва кои символи ще бъдат изведени (По подразбиране: ...) .';
$strTruncateQueries = 'Съкращаване на показаните заявки';
$strTurkish = 'Турски';
$strType = 'Тип';
 
$strUkrainian = 'Украински';
$strUncheckAll = 'Размаркиране на всичко';
$strUnicode = 'Unicode';
$strUnique = 'Уникално';
$strUnknown = 'непознат';
$strUnselectAll = 'Деселектиране на всичко';
$strUpdatePrivMessage = 'Вие променихте привилегиите за %s.';
$strUpdateProfileMessage = 'Профила беше обновен.';
$strUpdateQuery = 'Допълни Запитването';
$strUpdComTab = 'Моля прегледайте информацията в Документацията относно това как да обновите вашата Column_comments таблица';
$strUpgrade = 'Трябва да ъпгрейднете към %s %s или по-късно.';
$strUsage = 'Използвани';
$strUseBackquotes = 'Използване на обратни кавички около имена на таблици и полета';
$strUseHostTable = 'Използвай таблица Host';
$strUserAlreadyExists = 'Потребител %s вече съществува!';
$strUserEmpty = 'Потребителското име е празно!';
$strUserName = 'Потребителско име';
$strUserNotFound = 'Избрания потребител не беше открит в таблицата с привилегиите.';
$strUserOverview = 'Преглед на потребителите';
$strUsersDeleted = 'Избраните потребители бяха изтрити успешно.';
$strUsersHavingAccessToDb = 'Потребители които имат достъп до &quot;%s&quot;';
$strUser = 'Потребител';
$strUseTabKey = 'Използвайте клавиша TAB за да премествате крурсора от стойност на стойност или CTRL+стрелка за да премествате курсора в съответната посока';
$strUseTables = 'Използвай таблицата';
$strUseTextField = 'Използвай текстовото поле';
$strUseThisValue = 'Използвахте тази стойност';
 
$strValidateSQL = 'Валидирай SQL-а';
$strValidatorError = 'SQL валидатора не може да бъде инициализиран. Моля проверете дали сте инсталирали необходимите PHP разширения, така както е описано в %sдокументацията%s.';
$strValue = 'Стойност';
$strVar = 'Променлива';
$strViewDumpDatabases = 'Преглед на схемата на базата от данни';
$strViewDumpDB = 'Схема на БД';
$strViewDump = 'Схема на таблицата';
$strViewHasBeenDropped = 'Изглед %s беше изтрит';
 
$strWebServerUploadDirectoryError = 'Директорията която сте указали за upload не може да бъде достигната';
$strWebServerUploadDirectory = 'директорията за upload на уеб сървъра';
$strWelcome = 'Добре дошли в %s';
$strWestEuropean = 'Западно-европейски';
$strWildcard = 'символ за заместване';
$strWindowNotFound = 'Прозореца на браузъра не може да бъде обновен. Може би сте затворили отварящият го прозорец или браузърът Ви е блокирал обновяване на данни от един прозорец в друг от съображения за сигурност';
$strWithChecked = 'Когато има отметка:';
$strWritingCommentNotPossible = 'Записа на коментар не е възможен';
$strWritingRelationNotPossible = 'Записа на релацията не е възможен';
$strWrongUser = 'Грешно име/парола. Достъп отказан.';
 
$strXML = 'XML';
 
$strYes = 'да';
 
$strZeroRemovesTheLimit = 'Забележка: Установяването на тези опции с 0 (нула) премахва ограничението.';
$strZip = '"zip-нато"';
 
// 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
 
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCSV = 'CSV'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strFreePages = 'Free pages'; //to translate
 
$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
 
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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
$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
$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
$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
$strShowStatusReset = 'Reset'; //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_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_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_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
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //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
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //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
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/bulgarian-windows-1251.inc.php
0,0 → 1,1003
<?php
/* $Id: bulgarian-windows-1251.inc.php,v 2.123.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translated by Stanislav Yordanov <stanprog at stanprog.com>
* Based on translation made by Georgi Georgiev <chutz at chubaka.homeip.net>
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('áàéòà', 'ÊÁ', 'ÌÁ', 'ÃÁ', 'ÒÁ', 'ÏÁ', 'ÅÁ');
 
$day_of_week = array('íä', 'ïí', 'âò', 'ñð', '÷ò', 'ïò', 'ñá');
$month = array('ÿíóàðè', 'ôåâðóàðè', 'ìàðò', 'àïðèë', 'ìàé', 'þíè', 'þëè', 'àâãóñò', 'ñåïòåìâðè', 'îêòîìâðè', 'íîåìâðè', 'äåêåìâðè');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%e %B %Y â %H:%M';
 
$timespanfmt = '%s äåíà, %s ÷àñà, %s ìèíóòè è %s ñåêóíäè';
 
$strAbortedClients = 'Ïðåêúñíàòè';
$strAbsolutePathToDocSqlDir = 'Ìîëÿ âúâåäåòå àáñîëþòíèÿ ïúò íà óåá ñúðâúðà äî docSQL äèðåêòîðèÿòà';
$strAccessDeniedExplanation = 'phpMyAdmin íàïðàâè îïèò äà ñå ñâúðæå êúì MySQL ñúðâúðà, íî ñúðâúðà îòõâúðëè êîíåêöèÿòà. Òðÿáâà äà ïðîâåðèòå õîñòà, ïîòðåáèòåëñêîòî èìå è ïàðîëàòà â config.inc.php ôàéëà è äà ñå óâåðèòå, ÷å òå îòãîâàðÿò íà èíôîðìàöèÿòà ïðåäîñòàâåíà îò àäìèíèñòðàòîðà íà MySQL ñúðâúðà.';
$strAccessDenied = 'Îòêàçàí äîñòúï';
$strAction = 'Äåéñòâèå';
$strAddAutoIncrement = 'Äîáàâÿíå íà AUTO_INCREMENT';
$strAddConstraints = 'Äîáàâÿíå íà îãðàíè÷åíèå';
$strAddDeleteColumn = 'Äîáàâè/èçòðèé êîëîíà ïî êðèòåðèé';
$strAddDeleteRow = 'Äîáàâè/èçòðèé ðåä ïî êðèòåðèé';
$strAddDropDatabase = 'Äîáàâÿíå íà DROP DATABASE';
$strAddedColumnComment = 'Äîáàâåí êîìåíòàð êúì êîëîíà';
$strAddedColumnRelation = 'Äîáàâåíà ðåëàöèà êúì êîëîíà';
$strAddFields = 'Äîáàâÿíå íà %s ïîëå(òà)';
$strAddHeaderComment = 'Äîáàâÿíå íà êîìåíòàð â õåäúðà (\\n íîâ ðåä)';
$strAddIfNotExists = 'Äîáàâÿíå íà IF NOT EXISTS';
$strAddIntoComments = 'Äîáàâè â êîìåíòàðèòå';
$strAddNewField = 'Äîáàâÿíå íà íîâî ïîëå';
$strAddPrivilegesOnDb = 'Äîáàâÿíå íà ïðèâèëåãèè êúì ñëåäíàòà áàçà îò äàííè';
$strAddPrivilegesOnTbl = 'Äîáàâÿíå íà ïðèâèëåãèè êúì ñëåäíàòà òàáëèöà';
$strAddSearchConditions = 'Äîáàâåòå óñëîâèå çà òúðñåíå (ñúäúðæàíèå íà "where" êëàóçàòà):';
$strAddToIndex = ' &nbsp;%s&nbsp;êîëîíà(è) áåøå(ÿõà)äîáàâåíè êúì èíäåêñà ';
$strAddUserMessage = 'Âèå äîáàâèõòå íîâ ïîòðåáèòåë.';
$strAddUser = 'Äîáàâÿíå íà íîâ ïîòðåáèòåë.';
$strAdministration = 'Àäìèíèñòðàöèÿ';
$strAffectedRows = 'Çàñåãíàòè ðåäîâå:';
$strAfterInsertBack = 'âðúùàíå îáðàòíî';
$strAfterInsertNewInsert = 'âìúêâàíå íà íîâ çàïèñ';
$strAfterInsertNext = 'ðåäàêòèðàíå íà ñëåäâàùèÿ ðåä';
$strAfterInsertSame = 'âðúùàíå êúì òàçè ñòðàíèöà';
$strAfter = 'ñëåä %s';
$strAll = 'âñè÷êè';
$strAllTableSameWidth = 'ïîêàçâàíå íà âñè÷êè Òàáëèöè ñ åäíà è ñúùà øèðèíà?';
$strAlterOrderBy = 'Ïîäðåæäàíå íà òàáëèöàòà ïî';
$strAnalyzeTable = 'Àíàëèçèðàíå íà òàáëèöàòà';
$strAndThen = 'è ñëåä òîâà';
$strAnd = 'è';
$strAnIndex = 'Áåøå äîáàâåí èíäåêñ íà %s';
$strAny = 'âñåêè';
$strAnyHost = 'Âñåêè õîñò';
$strAnyUser = 'Âñåêè ïîòðåáèòåë';
$strApproximateCount = 'Ìîæå äà èìà ïðèáëèçèòåëíà ñòîéíîñò. Âèæ FAQ 3.11';
$strAPrimaryKey = 'Áåøå äîáàâåí ïúðâè÷åí êëþ÷ êúì ';
$strArabic = 'Àðàáñêè';
$strArmenian = 'Àðìåíñêè';
$strAscending = 'Âúçõîäÿùî';
$strAtBeginningOfTable = 'â íà÷àëîòî íà òàáëèöàòà';
$strAtEndOfTable = 'â êðàÿ íà òàáëèöàòà';
$strAttr = 'Àòðèáóòè';
$strAutodetect = 'àâòîìàòè÷íî îòêðèâàíå';
$strAutomaticLayout = 'Àâòîìàòè÷åí ëåéàóò';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòèéñêè';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Äâîè÷íî ';
$strBinaryDoNotEdit = ' Äâîè÷íî - íå ñå ðåäàêòèðà ';
$strBookmarkAllUsers = 'Íåêà âñåêè ïîòðåáèòåë èìà äîñòúï äî òîçè ïîêàçàëåö';
$strBookmarkCreated = 'Ïîêàçàëåö %s áåøå ñúçäàäåí óñïåøíî';
$strBookmarkDeleted = 'Ïîêàçàëåöúò áåøå èçòðèò.';
$strBookmarkLabel = 'Åòèêåò';
$strBookmarkQuery = 'Çàïàçâàíå íà SQL çàÿâêà';
$strBookmarkReplace = 'Ïðåïîêðèâàíå íå ñúùåñòâóâàùèÿ ïîêàçàëåö ñúñ ñúùîòî èìå';
$strBookmarkThis = 'Çàïàçè òàçè SQL çàÿâêà';
$strBookmarkView = 'Ñàìî ïîêàçâàíå';
$strBrowseForeignValues = 'Ïðåãëåæäàíå íà âúíøíèòå(foreign) ñòîéíîñòè';
$strBrowse = 'Ïðåëèñòâàíå';
$strBulgarian = 'Áúëãàðñêè';
$strBzError = 'phpMyAdmin íå ìîæå äà êîìïðåñèðà ñõåìàòà(dump) çàðàäè ãðåøêà â Bz2 ðàçøèðåíèåòî â òàçè âåðñèÿ íà PHP. Ãîðåùî ñå ïðåïîðú÷âà äà óñòàíîâèòå ñòîéíîñòòà íà <code>$cfg[\'BZipDump\']</code> äèðåêòèâàòà â êîíôèãóðàöèîííèÿ ôàéë íà âàøèÿ phpMyAdmin íà <code>FALSE</code>. Àêî èñêàòå äà ñå èçïîëçâàòå âúçìîæíîñòèòå íà Bz2 êîìïðåñèÿòà, ùå òðÿáâà äà úïãðåéäíåòå äî ïî-íîâà âåðñèÿ íà PHP. Âèæòå ñúîáùåíèå %s çà ïîâå÷å èíôîðìàöèÿ.';
$strBzip = '"bzip-íàòî"';
 
$strCalendar = 'Êàëåíäàð';
$strCannotLogin = 'Íå ìîãà äà ñå ëîãíà êúì MySQL ñúðâúðà';
$strCantLoad = 'íå ìîãà äà çàðåäÿ ðàçøèðåíèåòî %s,<br />ìîëÿ ïðîâåðåòå êîíôèãóðàöèÿòà íà PHP';
$strCantLoadRecodeIconv = 'Íå ìîæå äà ñå çàðåäÿò iconv èëè recode ðàçøèðåíèÿòà íåîáõîäèìè çà êîíâåðòèðàíå íà íàáîðà îò ñèìâîëè(charset), êîíôèãóðèðàéòå PHP òàêà, ÷å äà ïîçâîëÿâà èçïîëçâàíå íà òåçè ðàçøèðåíèÿ èëè îòìåíåòå êîíâåðòèðàíåòî íà íàáîðà îò ñèìâîëè(charset) â phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íå ìîãà äà ïðåèìåíóâàì èíäåêñà íà PRIMARY!';
$strCantUseRecodeIconv = 'Íå ìîæå äà ñå èçïîëçâà íèòî iconv íèòî libiconv íèòî recode_string ôóíêöèÿòà äîêàòî ïðîòîêîëèòå çà ðàçøèðåíèÿòà ñà çàðåäåíè. Ïðîâåðåòå êîíôèãóðàöèÿòà íà PHP.';
$strCardinality = 'Íàäåæäíîñò';
$strCaseInsensitive = 'íå÷óâñòâèòåëíî êúì ðåãèñòúðà';
$strCaseSensitive = '÷óâñòâèòåëíî êúì ðåãèñòúðà';
$strCentralEuropean = 'Öåíòðàëíî åâðîïåéñêè';
$strChangeCopyModeCopy = '... çàïàçâàíå íà ñòàðèÿ.';
$strChangeCopyModeDeleteAndReload = ' ... èçòðèâàíå íà ñòàðèÿ îò òàáëèöàòà íà ïîòðåáèòåëèòå è ñëåä òîâà ïðåçàðåæäàíå íà ïðèâèëåãèèòå.';
$strChangeCopyModeJustDelete = ' ... èçòðèâàíå íà ñòàðèÿ îò òàáëèöàòà íà ïîòðåáèòåëèòå.';
$strChangeCopyMode = 'Ñúçäàâàíå íîâ ïîòðåáèòåë ñúñ ñúùèòå ïðèâèëåãèè è ...';
$strChangeCopyModeRevoke = ' ... îòìåíÿíå íà âñè÷êè àêòèâíè ïðèâèëåãèè îò ñòàðèÿ è ñëåä òîâà èçòðèâàíå.';
$strChangeCopyUser = 'Ïðîìÿíà íà ëîãèí èíôîðìàöèÿòà / Êîïèðàíå íà ïîòðåáèòåë';
$strChangeDisplay = 'Èçáåðåòå Ïîëåòà çà ïîêàçâàíå';
$strChange = 'Ïðîìåíÿíå';
$strChangePassword = 'Ñìÿíà íà ïàðîëàòà';
$strCharsetOfFile = 'Íàáîð îò ñèìâîëè íà ôàéëà:';
$strCharsetsAndCollations = 'Íàáîðè îò ñèìâîëè è êîëàöèè';
$strCharsets = 'Íàáîðè îò ñèìâîëè';
$strCharset = 'Íàáîð îò ñèìâîëè';
$strCheckAll = 'Ìàðêèðàíå íà âñè÷êî';
$strCheckOverhead = 'Ìàðêèðàíå íà òàáëèöèòå ñúñ çàãóáåíî ìÿñòî';
$strCheckPrivsLong = 'Ïðîâåðè ïðèâèëåãèèòå çà áàçà îò äàííè &quot;%s&quot;.';
$strCheckPrivs = 'Ïðîâåðêà íà ïðèâèëåãèèòå';
$strCheckTable = 'Ïðîâåðêà íà òàáëèöàòà';
$strChoosePage = 'Ìîëÿ èçáåðåòå ñòðàíèöà çà ðåäàêòèðàíå';
$strColComFeat = 'Ïîêàçâàíå íà êîìåíòàðè êúì Êîëîíèòå';
$strCollation = 'Êîëàöèÿ';
$strColumnNames = 'Èìå íà êîëîíà';
$strColumnPrivileges = 'Ïðèâèëåãèè ñïåöèôè÷íè çà êîëîíàòà';
$strCommand = 'Êîìàíäà';
$strCommentsForTable = 'ÊÎÌÅÍÒÀÐÈ ÇÀ ÒÀÁËÈÖÀ';
$strComments = 'Êîìåíòàðè';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ñúâìåñòèìî';
$strCompleteInserts = 'Ïúëíè INSERT-è';
$strCompression = 'Êîìïðåñèÿ';
$strConfigFileError = 'phpMyAdmin íå ìîæå äà ïðî÷åòå êîíôèãóðàöèîííèÿò Âè ôàéë!<br />Òîâà ìîæå äà ñå ñëó÷è àêî PHP îòêðèå ñèíòàêòè÷íà ãðåøêà â íåãî èëè íå ìîæå äà îòêðèå ôàéëà.<br />Ìîëÿ èçâèêàéòå êîíôèãóðàöèîííèÿ ôàéë äèðåêòíî êàòî èçïîëçâàòå ëèíêà ïî-äîëó è ïðî÷åòåòå ñúîáùåíèåòî çà ãðåøêà êîåòî PHP âðúùà.  ïî-ãîëÿìà ÷àñò îò ñëó÷àèòå, íÿêúäå ëèïñâàò êàâè÷êè èëè òî÷êà è çàïåòàÿ.<br />Àêî ñå èçâåäå ïðàçíà ñòðàíèöà, âñè÷êè å íàðåä.';
$strConfigureTableCoord = 'Ìîëÿ êîíôèãóðèðàéòå êîîðäèíàòèòå çà òàáëèöà %s';
$strConnectionError = 'Âðúçêàòà íå ìîæå äà áúäå îñúùåñòâåíà: íåâàëèäíè íàñòðîéêè.';
$strConnections = 'Êîíåêöèè';
$strConstraintsForDumped = 'Îãðàíè÷åíèÿ çà äúìïíàòè òàáëèöè';
$strConstraintsForTable = 'Îãðàíè÷åíèÿ çà òàáëèöà';
$strCookiesRequired = 'Îòòóê íàòàòúê ñà íåîáõîäèìè "Cookies".';
$strCopyDatabaseOK = 'Áàçà îò äàííè %s áåøå êîïèðàíà êàòî %s';
$strCopyTableOK = 'Òàáëèöà %s áåøå êîïèðàíà â %s.';
$strCopyTableSameNames = 'Íå ìîæå äà ñå êîïèðà òàáëèöàòà êúì ñåáå ñè!';
$strCopyTable = 'Êîïèðàíå íà òàáëèöà (áàçà îò äàííè<b>.</b>òàáëèöà):';
$strCopy = 'Êîïèðàíå';
$strCouldNotKill = 'phpMyAdmin íå ìîæà äà ñïðå íèøêà %s. Âåðîÿòíî âå÷å å áèëà çàòâîðåíà.';
$strCreateDatabaseBeforeCopying = 'Èçïúëíÿâàíå íà CREATE DATABASE ïðåäè êîïèðàíåòî';
$strCreateIndex = 'Ñúçäàâàíå íà èíäåêñ âúðõó &nbsp;%s&nbsp;êîëîíè';
$strCreateIndexTopic = 'Ñúçäàé íîâ èíäåêñ';
$strCreateNewDatabase = 'Ñúçäàâàíå íà íîâà ÁÄ';
$strCreateNewTable = 'Ñúçäàâàíå íà íîâà òàáëèöà â ÁÄ %s';
$strCreate = 'Ñúçäàé';
$strCreatePage = 'Ñúçäàé íîâà Ñòðàíèöà';
$strCreatePdfFeat = 'Ñúçäàâàíå íà PDF-è';
$strCreationDates = 'Ñúçäàâàíå/Îáíîâÿâàíå/Ïðîâåðêà íà äàòè';
$strCriteria = 'Êðèòåðèé';
$strCroatian = 'Õúðâàòñêè';
$strCSVImportOptions = 'CSV îïöèè';
$strCSVOptions = 'CSV îïöèè';
$strCyrillic = 'Êèðèëèöà';
$strCzech = '×åøêè';
$strCzechSlovak = '×åõîñëîâàøêè';
 
$strDanish = 'Äàòñêè';
$strDatabase = 'ÁÄ';
$strDatabaseEmpty = 'Èìåòî íà áàçàòà îò äàííè å ïðàçíî!';
$strDatabaseExportOptions = 'Îïöèè çà åêñïîðòèðàíå íà áàçà îò äàííè';
$strDatabaseHasBeenDropped = 'Áàçàòà äàííè %s áåøå èçòðèòà.';
$strDatabaseNoTable = 'Áàçàòà äàííè íå ñúäúðæà òàáëèöà!';
$strDatabasesDropped = '%s áàçè îò äàííè áÿõà èçòðèòè óñïåøíî.';
$strDatabasesStatsDisable = 'Çàáðàíè ñòàòèñòèêà';
$strDatabasesStatsEnable = 'Ðàçðåøè ñòàòèñòèêà';
$strDatabasesStatsHeavyTraffic = 'Çàáåëåæêà: Ðàçðåøàâàíåòî íà ñòàòèñòèêà íà áàçàòà îò äàííè ìîæå äà êîñòâà ìíîãî ãîëÿì òðàôèê ìåæäó óåá ñúðâúðà è MySQL ñúðâúðà.';
$strDatabasesStats = ' Ñòàòèñòèêà çà áàçèòå äàííè';
$strDatabases = 'Áàçè îò äàííè';
$strDataDict = 'Ðå÷íèê íà äàííèòå';
$strData = 'Äàííè';
$strDataOnly = 'Ñàìî äàííè';
$strDBComment = 'Êîìåíòàð êúì áàçàòà îò äàííè: ';
$strDBCopy = 'Êîïèðàíå íà áàçàòà îò äàííè â';
$strDBGContextID = 'Êîíòåêñòíî ID';
$strDBGContext = 'Êîíòåêñò';
$strDBGHits = 'Ïîïàäåíèÿ';
$strDBGLine = 'Ëèíèÿ';
$strDBGMaxTimeMs = 'Ìàêñ. âðåìå, ms';
$strDBGMinTimeMs = 'Ìèí. âðåìå, ms';
$strDBGModule = 'Ìîäóë';
$strDBGTimePerHitMs = 'Âðåìå/Ïîïàäåíèå, ms';
$strDBGTotalTimeMs = 'Îáùî âðåìå, ms';
$strDbPrivileges = 'Ïðèâèëåãèè ñïåöèôè÷íè çà áàçàòà îò äàííè';
$strDBRename = 'Ïðåèìåíóâàíå íà áàçàòà îò äàííè íà';
$strDbSpecific = 'ñïåöèôè÷íè çà áàçàòà îò äàííè';
$strDefaultEngine = '%s å õðàíèëèùåòî íà äàííè ïî ïîäðàçáèðàíå íà òîçè MySQL ñúðâúð.';
$strDefaultValueHelp = 'Çà ñòîéíîñòèòå ïî ïîäðàçáèðàíå, ìîëÿ âúâåäåòå ñàìî åäíà ñòîéíîñò, áåç îáðàòíè ÷åðòè èëè àïîñòðîô, èçïîëçâàéêè ñëåäíèÿ ôîðìàò: a';
$strDefault = 'Ïî ïîäðàçáèðàíå';
$strDefragment = 'Äåôðàãìåíòèðàíå íà òàáëèöà';
$strDelayedInserts = 'Èçïîëçâàíå íà îòëîæåíè âìúêâàíèÿ';
$strDeleteAndFlushDescr = 'Òîâà å íàé-÷èñòèÿ íà÷èí, íî ïðåçàðåæäàíåòî íà ïðèâèëåãèèòå ìîæå äà îòíåìå èçâåñòíî âðåìå.';
$strDeleteAndFlush = 'Èçòðèâàíå íà ïîòðåáèòåëèòå è ñëåä òîâà ïðåçàðåæäàíå íà ïðèâèëåãèèòå.';
$strDeleted = 'Ðåäúò áåøå èçòðèò';
$strDeletedRows = 'Èçòðèòè ðåäîâå:';
$strDelete = 'Èçòðèâàíå';
$strDeleting = 'Èçòðèâàíå íà %s';
$strDelOld = 'Òåêóùàòà Ñòðàíèöà èìà Ðåôåðåíöèè êúì Òàáëèöè êîèòî âå÷å íå ñúùåñòâóâàò. Æåëàåòå ëè äà èçòðèåòå òåçè Ðåôåðåíöèè?';
$strDescending = 'Íèçõîäÿùî';
$strDescription = 'Îïèñàíèå';
$strDictionary = 'ðå÷íèê';
$strDisabled = 'Çàáðàíåíî';
$strDisableForeignChecks = 'Çàáðàíÿâàíå íà ïðîâåðêèòå çà âúíøåí êëþ÷';
$strDisplayFeat = 'Ïîêàæè âúçìîæíîñòèòå';
$strDisplayOrder = 'Ïîäðåæäàíå ïî:';
$strDisplayPDF = 'Ïîêàæè PDF ñõåìà';
$strDoAQuery = 'Èçïúëíè "çàÿâêà ïî øàáëîí" (ñèìâîë çà çàìåñòâàíå: "%")';
$strDocu = 'Äîêóìåíòàöèÿ';
$strDoYouReally = 'Äåéñòâèòåëíî ëè æåëàåòå äà èçïúëíèòå çàÿâêàòà';
$strDropDatabaseStrongWarning = 'Âèå ùå ÓÍÈÙÎÆÈÒÅ öÿëàòà áàçà îò äàííè!';
$strDrop = 'Óíèùîæàâàíå';
$strDropUsersDb = 'Èçòðèâàíå íà áàçèòå îò äàííè êîèòî èìàò èìåíà êàòî òåçè íà ïîòðåáèòåëèòå.';
$strDumpingData = 'Äúìï (ñõåìà) íà äàííèòå â òàáëèöàòà';
$strDumpSaved = 'Ñõåìàòà(äúìï) áåøå çàïèñàíà âúâ ôàéë %s.';
$strDumpXRows = 'Äúìï-íè %s ðåäà êàòî çàïî÷íåø îò %s.';
$strDynamic = 'äèíàìè÷åí';
 
$strEdit = 'Ðåäàêòèðàíå';
$strEditPDFPages = 'Ðåäàêòèðàíå íà PDF Ñòðàíèöè';
$strEditPrivileges = 'Ðåäàêòèðàíå íà ïðèâèëåãèèòå';
$strEffective = 'Åôåêòèâíè';
$strEmpty = 'Èç÷èñòâàíå';
$strEmptyResultSet = 'MySQL âúðíà ïðàçåí ðåçóëòàò (ò.å. íóëà ðåäîâå).';
$strEnabled = 'Ïîçâîëåíî';
$strEncloseInTransaction = 'Èçîëèðàíå íà åêñïîðòà â òðàíçàêöèÿ';
$strEndCut = 'END CUT';
$strEnd = 'Êðàé';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s å ðàçðåøåí íà òîçè MySQL ñúðâúð.';
$strEngineDisabled = '%s å èçêëþ÷åí çà òîçè MySQL ñúðâúð.';
$strEngines = 'Õðàíèëèùà';
$strEngineUnsupported = 'Òîçè MySQL ñúðâúð íå ïîääúðæà õðàíèëèùåòî íà äàííè %s.';
$strEnglish = 'Àíãëèéñêè';
$strEnglishPrivileges = ' Çàáåëåæêà: Èìåíàòà íà ïðèâèëåãèèòå íà MySQL ñà ïîêàçàíè íà àíãëèéñêè. ';
$strErrorInZipFile = 'Ãðåøêà â ZIP àðõèâà:';
$strError = 'Ãðåøêà';
$strEsperanto = 'Åñïåðàíòî';
$strEstonian = 'Åñòîíñêè';
$strExcelEdition = 'Âåðñèÿ íà Excel';
$strExcelOptions = 'Îïöèè íà Excel';
$strExecuteBookmarked = 'Ñòàðòèðàíå íà çàïàçåíà SQL-çàÿâêà';
$strExplain = 'Explain SQL';
$strExport = 'Åêñïîðòèðàíå';
$strExtendedInserts = 'Ðàçøèðåíè INSERT-è';
$strExtra = 'Äîïúëíèòåëíî';
 
$strFailedAttempts = 'Ïðîâàëèëè ñå îïèòè';
$strFieldHasBeenDropped = 'Ïîëåòî %s áåøå èçòðèòî';
$strFieldsEmpty = ' Áðîÿ÷à íà ïîëåòàòà å ïðàçåí! ';
$strFieldsEnclosedBy = 'Ïîëåòàòà ñà îãðàäåíè ñúñ';
$strFieldsEscapedBy = 'Ïðåäñòàâêà íà ñïåöèàëíèòå ñèìâîëè';
$strFieldsTerminatedBy = 'Ïîëåòàòà çàâúðøâàò ñúñ';
$strFields = 'Ïîëåòà';
$strField = 'Ïîëå';
$strFileAlreadyExists = 'Ôàéëúò %s âå÷å ñúùåñòâóâà íà ñúðâúðà, ñìåíåòå èìåòî íà ôàéëà èëè âêëþ÷åòå îïöèÿòà çà ïðåïîêðèâàíå.';
$strFileCouldNotBeRead = 'Ôàéëúò íå ìîæå äà áúäå ïðî÷åòåí';
$strFileNameTemplateRemember = 'çàïîìíÿíå íà øàáëîíà';
$strFileNameTemplate = 'Øàáëîí íà ôàéëîâîòî èìå';
$strFileToImport = 'Ôàéë çà èìïîðòèðàíå';
$strFixed = 'Ôèêñèðàí';
$strFlushPrivilegesNote = 'Çàáåëåæêà: phpMyAdmin âçåìà ïîòðåáèòåëñêèòå ïðèâèëåãèè äèðåêòíî îò òàáëèöàòà íà ïðèâèëåãèèòå íà MySQL. Ñúäúðæàíèåòî íà òàçè òàáëèöà ìîæå äà ñå ðàçëè÷àâà îò ïðèâèëåãèèòå êîèòî èçïîëçâà ñúðâúðà àêî êúì íåãî ñà íàïðàâåíè ïðîìåíè íà ðúêà.  òîçè ñëó÷àé, òðÿáâà äà %sïðåçàðåäèòå ïðèâèëåãèèòå%s ïðåäè äà ïðîäúëæèòå.';
$strFlushTable = 'Èç÷èñòâàíå íà êåøà íà òàáëèöàòà ("FLUSH")';
$strFormat = 'Ôîðìàò';
$strFormEmpty = 'Ëèïñâà ñòîéíîñò âúâ ïîëåòî íà ôîðìàòà!';
$strFullText = 'Ïúëíè òåêñòîâå';
$strFunction = 'Ôóíêöèÿ';
 
$strGenBy = 'Ãåíåðèðàíî îò';
$strGeneralRelationFeat = 'Îáùè âúçìîæíîñòè íà ðåëàöèèòå';
$strGenerate = 'Ãåíåðèðàíå';
$strGeneratePassword = 'Ãåíåðèðàíå íà ïàðîëà';
$strGenTime = 'Âðåìå íà ãåíåðèðàíå';
$strGeorgian = 'Ãðóçèíñêè';
$strGerman = 'Íåìñêè';
$strGlobal = 'ãëîáàëåí';
$strGlobalPrivileges = 'Ãëîáàëíè ïðèâèëåãèè';
$strGlobalValue = 'Ãëîáàëíà ñòîéíîñò';
$strGo = 'Èçïúëíåíèå';
$strGrantOption = 'Äàäåíè';
$strGreek = 'Ãðúöêè';
$strGzip = '"gzip-íàòî"';
 
$strHasBeenAltered = 'áåøå ïðîìåíåíà.';
$strHasBeenCreated = 'áåøå ñúçäàäåíà.';
$strHaveToShow = 'Òðÿáâà äà èçáåðåòå ïîíå åäíà Êîëîíà çà ïîêàçâàíå';
$strHebrew = 'Èâðèò';
$strHexForBinary = 'Èçïîëçâàíå íà øåñòíàäåñåòè÷íî ïðåäñòàâÿíå çà äâîè÷íèòå ïîëåòà';
$strHome = 'Íà÷àëî';
$strHomepageOfficial = 'Îôèöèàëíàòà óåá ñòðàíèöà íà phpMyAdmin ';
$strHostEmpty = 'Èìåòî íà õîñòà å ïðàçíî!';
$strHost = 'Õîñò';
$strHTMLExcelOptions = 'Îïöèè çà åêñïîðòèðàíå êúì Microsoft Excel 2000';
$strHungarian = 'Óíãàðñêè';
 
$strIcelandic = 'Èñëàíäñêè';
$strId = 'ID';
$strIdxFulltext = 'Ïúëíîòåêñòîâî';
$strIgnore = 'Èãíîðèðàíå';
$strIgnoreDuplicates = 'Èãíîðèðàíå íà äóáëèðàùèòå ñå ðåäîâå';
$strIgnoreInserts = 'Èçïîëçâàíå íà INSERT IGNORE';
$strIgnoringFile = 'Èãíîðèðàíå íà ôàéë %s';
$strImportDocSQL = 'Èìïîðòèðàé docSQL ôàéëîâåòå';
$strImportFiles = 'Èìïîðòèðàíå íà ôàéëîâå';
$strImportFormat = 'Ôîðìàò íà èíïîðòèðàíèÿ ôàéë';
$strImport = 'Èìïîðòèðàíå';
$strIndexes = 'Èíäåêñè';
$strIndexHasBeenDropped = 'Èíäåêñà %s áåøå èçòðèò';
$strIndexName = 'Èìå íà èíäåêñà&nbsp;:';
$strIndex = 'Èíäåêñ';
$strIndexType = 'Òèï íà èíäåêñà&nbsp;:';
$strIndexWarningMultiple = 'Ïîâå÷å îò åäèí %s êëþ÷ áåøå ñúçäàäåí çà êîëîíà `%s`';
$strIndexWarningPrimary = 'Êîëîíà `%s` íå ìîæå äà áúäå åäíîâðåìåííî ïúðâè÷åí è âúíøåí êëþ÷';
$strIndexWarningTable = 'Ïðîáëåì ñ èíäåêñèòå íà òàáëèöà `%s`';
$strInnoDBPages = 'ñòðàíèöè';
$strInnodbStat = 'InnoDB Ñúñòîÿíèå';
$strInsecureMySQL = 'Âàøèÿò êîíôèãóðàöèîíåí ôàéë ñúäúðæà íàñòðîéêè (root áåç ïàðîëà), êîèòî ñúîòâåòñòâàò íà ïðèâèëåãèðîâàíèÿ àêàóíò íà MySQL ïî ïîäðàçáèðàíå. Âàøèÿò MySQL ñúðâúð å ñòàðòèðàí ñ òîâà ïî ïîäðàçáèðàíå è ìîæå äà áúäå ëåñíî õàêíàò. Òðÿáâà äà îïðàâèòå òàçè äóïêà â ñèãóðíîñòòà.';
$strInsertAsNewRow = 'Âìúêâàíå êàòî íîâ ðåä';
$strInsertedRowId = 'Âìúêíàòî ID íà ðåäà:';
$strInsertedRows = 'Âìúêíàòè ðåäà:';
$strInsertNewRow = 'Âìúêâàíå íà íîâ ðåä';
$strInsert = 'Âìúêâàíå';
$strInternalNotNecessary = '* Âúòðåøíàòà ðåëàöèÿ íå å íåîáõîäèìà êîãàòî ñúùåñòâóâà ñúùî â InnoDB.';
$strInternalRelations = 'Âúòðåøíè ðåëàöèè';
$strInUse = 'Çàåòî';
$strInvalidColumn = 'Íåâàëèäíà êîëîíà (%s)!';
$strInvalidColumnCount = 'Áðîÿ íà êîëîíèòå òðÿáâà äà å ïî-ãîëÿì îò íóëà.';
$strInvalidFieldAddCount = 'Òðÿáâà äà äîáàâèòå ïîíå åäíî ïîëå.';
$strInvalidFieldCount = 'Òàáëèöàòà òðÿáâà äà èìà ïîíå åäíî ïîëå.';
$strInvalidRowNumber = '%d íå å âàëèäåí íîìåð íà ðåä.';
 
$strJapanese = 'ßïîíñêè';
$strJumpToDB = 'Ñêî÷è êúì áàçà îò äàííè &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Èçòðèòèòå&quot; ïîòðåáèòåëè ùå èìàò äîñòúï äî ñúðâúðà êàêòî îáèêíîâåíî, äîêàòî íå ñå ïðåçàðåäÿò ïðèâèëåãèèòå.';
$strJustDelete = 'Èçòðèâàíå íà ïîòðåáèòåëèòå îò òàáëèöàòà ñ ïðèâèëåãèèòå.';
 
$strKeepPass = 'Äà íå ñå ñìåíÿ ïàðîëàòà';
$strKeyname = 'Èìå íà êëþ÷à';
$strKill = 'ÑÒÎÏ';
$strKorean = 'Êîðåéñêè';
 
$strLandscape = 'Ïåéçàæíî';
$strLatexCaption = 'Çàãëàâèå íà òàáëèöàòà';
$strLatexContent = 'Ñúäúðæàíèå íà òàáëèöà __TABLE__';
$strLatexContinuedCaption = 'Ïðîäúëæåíèå íà çàãëàâèåòî íà òàáëèöàòà';
$strLatexContinued = '(ïðîäúëæåíèå)';
$strLatexIncludeCaption = 'Âêëþ÷âàíå íà çàãëàâèå íà òàáëèöàòà';
$strLatexLabel = 'Åòèêåò íà êëþ÷à';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX îïöèè';
$strLatexStructure = 'Ñòðóêòóðà íà òàáëèöà __TABLE__';
$strLatvian = 'Ëàòâèéñêè';
$strLDI = 'CSV ñ LOAD DATA';
$strLDIImportOptions = 'Îïöèè çà CSV èìïîðòèðàíåòî ñ LOAD DATA';
$strLDILocal = 'Èçïîëçâàíå íà êëþ÷îâàòà äóìà LOCAL ';
$strLengthSet = 'Äúëæèíà/Ñòîéíîñò*';
$strLimitNumRows = 'ðåäîâå íà ñòðàíèöà';
$strLinesTerminatedBy = 'Ðåäîâåòå çàâúðøâàò ñ';
$strLinkNotFound = 'Âðúçêèòå íå ñà íàìåðåíè';
$strLinksTo = 'Ñî÷è êúì';
$strLithuanian = 'Ëèòîâñêè';
$strLocalhost = 'Ëîêàëåí';
$strLocationTextfile = 'Ìåñòîïîëîæåíèå íà òåêñòîâèÿ ôàéë';
$strLoginInformation = 'Èíôîðìàöèÿ çà ëîãâàíå';
$strLogin = 'Âõîä';
$strLogout = 'Èçõîä îò ñèñòåìàòà';
$strLogPassword = 'Ïàðîëà:';
$strLogServer = 'Ñúðâúð';
$strLogUsername = 'Èìå:';
$strLongOperation = 'Îïåðàöèÿòà ìîæå äà ïðîäúëæè äúëãî. Äà ïðîäúëæè ëè âúïðåêè òîâà?';
 
$strMaxConnects = 'ìàêñèìàëåí áðîé íà åäíîâðåìåííèòå êîíåêöèè';
$strMaximalQueryLength = 'Ìàêñèìàëíà äúëæèíà íà ñúçäàäåíàòà çàÿâêà';
$strMaximumSize = 'Ìàêñèìàëåí ðàçìåð: %s%s';
$strMIME_available_mime = 'Äîñòúïíè MIME-òèïîâå';
$strMIME_available_transform = 'Äîñòúïíè òðàíñôîðìàöèè';
$strMIME_description = 'Îïèñàíèå';
$strMIME_MIMEtype = 'MIME-òèï';
$strMIME_nodescription = 'Íÿìà Îïèñàíèå çà òàçè òðàíñôîðìàöèÿ.<br />Ìîëÿ îáúðíåòå ñå êúì àâòîðà îòíîñíî òîâà êàêâî ïðàâè %s.';
$strMIME_transformation = 'Áðàóçúðíà òðàíñôîðìàöèÿ';
$strMIME_transformation_note = 'Çà ñïèñúêà íà äîñòúïíèòå îïöèè íà òðàíñôîðìàöèÿòà è òåõíèòå MIME-type òðàíñôîðìàöèè êëèêíåòå íà %sîïèñàíèÿ íà òðàíñôîðìàöèÿòà%s';
$strMIME_transformation_options_note = 'Ìîëÿ âúâåäåòå ñòîéíîñòèòå çà îïöèèòå íà òðàíñôîðìàöèÿòà êàòî èçïîëçâàòå ñëåäíèÿ ôîðìàò: \'a\',\'b\',\'c\'...<br />Àêî òðÿáâà äà ïîñòàâèòå îáðàòíî íàêëîíåíà ÷åðòà ("\") èëè åäèíè÷íà êàâè÷êà ("\'") ìåæäó òåçè ñòîéíîñòè, ïîñòàâåòå ïðåä òÿõ äîïúëíèòåëíà îáðàòíî íàêëîíåíà ÷åðòà (íàïðèìåð \'\\\\xyz\' èëè \'a\\\'b\').';
$strMIME_transformation_options = 'Îïöèè íà òðàíñôîðìàöèÿòà';
$strMIMETypesForTable = 'MIME ÒÈÏÎÂÅ ÇÀ ÒÀÁËÈÖÀ';
$strMIME_without = 'MIME-types ïîêàçàíè â íàêëîíåí øðèôò íå ïðèòåæàâàò îòäåëíà ôóíêöèÿ çà òðàíñôîðìàöèÿ';
$strModifications = 'Ïðîìåíèòå áÿõà ñúõðàíåíè';
$strModifyIndexTopic = 'Ïðîìÿíà íà èíäåêñ';
$strModify = 'Ïðîìåíè';
$strMoveTable = 'Ïðåìåñòâàíå íà òàáëèöà êúì (áàçà îò äàííè<b>.</b>òàáëèöà):';
$strMoveTableOK = 'Òàáëèöàòà %s áåøå ïðåìåñòåíà êúì %s.';
$strMoveTableSameNames = 'Íå ìîæå äà ñå ïðåìåñòè òàáëèöàòà êúì ñåáå ñè!';
$strMultilingual = 'ìíîãîåçè÷åí';
$strMyISAMMaxExtraSortFileSize = 'Ìàêñèìàëåí ðàçìåð íà âðåìåííèòå ôàéëîâå ïðè ñúçäàâàíå íà èíäåêñ';
$strMyISAMRecoverOptions = 'Ðåæèì íà àâòîìàòè÷íî âúçñòàíîâÿâàíå';
$strMyISAMRepairThreads = 'Ïîïðàâêà íà íèøêèòå';
$strMyISAMSortBufferSize = 'Ðàçìåð íà áóôåðà çà ñîðòèðàíå';
$strMySQLCharset = 'Íàáîð îò ñèìâîëè íà MySQL';
$strMySQLConnectionCollation = 'Êîëàöèÿ íà MySQL';
$strMySQLSaid = 'MySQL îòãîâîðè: ';
$strMySQLShowProcess = 'MySQL ïðîöåñè';
$strMySQLShowStatus = 'Èíôîðìàöèÿ çà ñúñòîÿíèåòî íà MySQL ñúðâúðà';
$strMySQLShowVars = 'Ñèñòåìíè ïðîìåíëèâè íà MySQL';
 
$strName = 'Èìå';
$strNext = 'Ñëåäâàù';
$strNoDatabases = 'Íÿìà áàçè îò äàííè';
$strNoDatabasesSelected = 'Íÿìà èçáðàíè áàçè îò äàííè.';
$strNoDescription = 'íÿìà Îïèñàíèå';
$strNoDetailsForEngine = 'Íÿìà äåòàéëíà èíôîðìàöèÿ çà ñúñòîÿíèåòî íà òîâà õðàíèëèùå íà äàííè.';
$strNoDropDatabases = '"DROP DATABASE" çàÿâêàòà å çàáðàíåíà.';
$strNoExplain = 'Ïðîïóñíè Explain SQL';
$strNoFilesFoundInZip = 'Íå ñà îòêðèòè ôàéëîâå â ZIP àðõèâà!';
$strNoFrames = 'phpMyAdmin å ïî äðóæåëþáåí àêî èçïîëçâàòå áðàóçúð, êîéòî ïîääúðæà <b>frames</b>.';
$strNoIndexPartsDefined = 'Íå ñà äåôèíèðàíè ÷àñòè íà èíäåêñ!';
$strNoIndex = 'Íå å äåôèíèðàí èíäåêñ!';
$strNoModification = 'Íÿìà ïðîìÿíà';
$strNone = 'Íÿìà';
$strNo = 'íå';
$strNoOptions = 'Òîçè ôîðìàò íÿìà îïöèè';
$strNoPassword = 'Íÿìà ïàðîëà';
$strNoPermission = 'Óåá ñúðâúðà íÿìà ïðàâà çà çàïèñ íà ôàéëà %s.';
$strNoPhp = 'áåç PHP êîä';
$strNoPrivileges = 'Íÿìà ïðèâèëåãèè';
$strNoRights = ' ìîìåíòà íå ðàçïîëàãàòå ñ äîñòàòú÷íî ïðàâà çà äà ñå íàìèðàòå òóê!';
$strNoRowsSelected = 'Íÿìà âúðíàòè ðåäîâå';
$strNoSpace = 'Íåäîñòàòú÷íî ñâîáîäíî ïðîñòðàíñòâî çà çàïèñâàíå íà ôàéëà %s.';
$strNoTablesFound = 'Â áàçàòà îò äàííè íÿìà òàáëèöè.';
$strNotNumber = 'Òîâà íå å ÷èñëî!';
$strNotOK = 'íå å OK';
$strNotSet = 'òàáëèöà <b>%s</b> íå å íàìåðåíà èëè íå å óñòàíîâåíà â %s';
$strNoUsersFound = 'Íÿìà ïîòðåáèòåë(è).';
$strNoValidateSQL = 'Ïðîïóñíè Validate SQL';
$strNull = 'Ïðàçíî';
$strNumberOfFields = 'Áðîé íà ïîëåòàòà';
$strNumSearchResultsInTable = '%s ñúâïàäåíèå(ÿ) â òàáëèöà <i>%s</i>';
$strNumSearchResultsTotal = '<b>Îáùî:</b> <i>%s</i> ñúâïàäåíèå(ÿ)';
$strNumTables = 'Òàáëèöè';
 
$strOK = 'OK';
$strOperations = 'Îïåðàöèè';
$strOperator = 'Îïåðàòîð';
$strOptimizeTable = 'Îïòèìèçàöèÿ íà òàáëèöàòà';
$strOr = 'èëè';
$strOverhead = 'Çàãóáåíî ìÿñòî';
$strOverwriteExisting = 'Ïðåïîêðèâàíå íà ñúùåñòâóâàùèòå ôàéëîâå';
 
$strPageNumber = 'Íîìåð íà ñòðàíèöàòà:';
$strPaperSize = 'Ðàçìåð íà õàðòèÿòà';
$strPartialImport = '×àñòè÷íî èìïîðòèðàíå';
$strPartialText = '×àñòè÷íè òåêñòîâå';
$strPasswordChanged = 'Ïàðîëàòà íà %s áåøå ïðîìåíåíà óñïåøíî.';
$strPasswordEmpty = 'Ïàðîëàòà å ïðàçíà!';
$strPasswordNotSame = 'Ïàðîëàòà íå å ñúùàòà!';
$strPassword = 'Ïàðîëà';
$strPdfDbSchema = 'Ñõåìàòà íà áàçà îò äàííè "%s" - Ñòðàíèöà %s';
$strPdfInvalidTblName = 'Òàáëèöà "%s" íå ñúùåñòâóâà!';
$strPdfNoTables = 'Íÿìà òàáëèöè';
$strPerHour = 'íà ÷àñ';
$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 = 'Ïðåäèøåí';
$strPrimaryKeyHasBeenDropped = ' Ãëàâíèÿ êëþ÷ áåøå èçòðèò.';
$strPrimaryKeyName = 'Èìåòî íà ãëàâíèÿ êëþ÷ òðÿáâà äà å... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>òðÿáâà</b> äà å èìåòî íà <b>è åäèíñòâåíî íà</b> ãëàâíèÿ êëþ÷!)';
$strPrimary = 'PRIMARY';
$strPrint = 'Ïå÷àò';
$strPrintView = 'Èçãëåä çà ïå÷àò';
$strPrintViewFull = 'Ïðåãëåä çà ïå÷àò (ñ ïúëíèòå òåêñòîâå)';
$strPrivDescAllPrivileges = 'Âêëþ÷âà âñè÷êè ïðèâèëåãèè îñâåí GRANT.';
$strPrivDescAlterRoutine = 'Ïîçâîëÿâàíå íà ïðîìåíÿíå è èçäðèâàíå íà Ñúõðàíåíè Ïðîöåäóðè.';
$strPrivDescAlter = 'Ïîçâîëÿâà ïðîìåíÿíå íà ñòðóêòóðàòà íà ñúùåñòâóâàùè òàáëèöè.';
$strPrivDescCreateDb = 'Ïîçâîëÿâà ñúçäàâàíå íà íîâè áàçè îò äàííè è òàáëèöè.';
$strPrivDescCreateRoutine = 'Ïîçâîëÿâàíå íà ñúçäàâàíåòî íà Ñúõðàíåíè Ïðîöåäóðè.';
$strPrivDescCreateTbl = 'Ïîçâîëÿâà ñúçäàâàíå íà íîâè òàáëèöè.';
$strPrivDescCreateTmpTable = 'Ïîçâîëÿâà ñúçäàâàíåòî íà âðåìåííè òàáëèöè.';
$strPrivDescCreateUser = 'Ïîçâîëÿâàíå íà ñúçäàâàíåòî, èçòðèâàíåòî è ïðåèìåíóâàíåòî íà ïîòðåáèòåëñêè àêàóíòè.';
$strPrivDescCreateView = 'Ïîçâîëÿâàíå íà ñúçäàâàíåòî íà íîâè Èçãëåäè.';
$strPrivDescDelete = 'Ïîçâîëÿâà èçòðèâàíå íà äàííè.';
$strPrivDescDropDb = 'Ïîçâîëÿâà èçòðèâàíå íà áàçè îò äàííè è òàáëèöè.';
$strPrivDescDropTbl = 'Ïîçâîëÿâà èçòðèâàíå íà òàáëèöè.';
$strPrivDescExecute5 = 'Ïîçâîëÿâàíå íà ñòàðòèðàíåòî íà Ñúõðàíåíè Ïðîöåäóðè.';
$strPrivDescExecute = 'Ïîçâîëÿâà ñòàðòèðàíåòî íà ñúõðàíåíè ïðîöåäóðè; Íÿìà åôåêò â òàçè âåðñèÿ íà MySQL.';
$strPrivDescFile = 'Ïîçâîëÿâà èìïîðòèðàíå íà äàííè îò è åêñïîðòèðàíå íà äàííè âúâ ôàéëîâå.';
$strPrivDescGrant = 'Ïîçâîëÿâà äîáàâÿíå íà ïîòðåáèòåëè è ïðèâèëåãèè áåç ïðåçàðåæäàíå íà òàáëèöàòà ñ ïðèâèëåãèèòå.';
$strPrivDescIndex = 'Ïîçâîëÿâà ñúçäàâàíå è ïðåìàõâàíå íà èíäåêñè.';
$strPrivDescInsert = 'Ïîçâîëÿâà âìúêâàíå è çàìåíÿíå íà äàííè.';
$strPrivDescLockTables = 'Ïîçâîëÿâà çàêëþ÷âàíå íà òàáëèöè çà òåêóùàòà íèøêà.';
$strPrivDescMaxConnections = 'Îãðàíè÷àâà áðîÿ íà íîâèòå êîíåêöèè, êîèòî ïîòðåáèòåëÿ ìîæå äà îòâîðè íà ÷àñ.';
$strPrivDescMaxQuestions = 'Îãðàíè÷àâà áðîÿ íà çàÿâêèòå, êîèòî ïîòðåáèòåëÿ ìîæå äà èçïðàòè êúì ñúðâúðà íà ÷àñ.';
$strPrivDescMaxUpdates = 'Îãðàíè÷àâà áðîÿ íà êîìàíäèòå, êîèòî ïðîìåíÿò íÿêîÿ òàáëèöà èëè áàçà îò äàííè, êîèòî äàäåí ïîòðåáèòåë ìîæå äà ñòàðòèðà çà ÷àñ.';
$strPrivDescProcess3 = 'Ïîçâîëÿâà ñïèðàíåòî íà ïðîöåñè íà äðóãè ïîòðåáèòåëè.';
$strPrivDescProcess4 = 'Ïîçâîëÿâà ïðåãëåä íà öåëèòå çàÿâêè â ñïèñúêà ñ ïðîöåñèòå.';
$strPrivDescReferences = 'Íÿìà åôåêò â òàçè âåðñèÿ íà MySQL.';
$strPrivDescReload = 'Ïîçâîëÿâà ïðåçàðåæäàíå íà ñúðâúðíèòå íàñòðîéêè è èç÷èñòâàíå(flashing) íà êåøà íà ñúðâúðà.';
$strPrivDescReplClient = 'Äàâà ïðàâîòî íà ïîòðåáèòåë äà çíàå êúäå ñà slaves / masters.';
$strPrivDescReplSlave = 'Íóæíî çà replication slaves.';
$strPrivDescSelect = 'Ïîçâîëÿâà ÷åòåíå íà äàííè.';
$strPrivDescShowDb = 'Äàâà äîñòúï äî ïúëíèÿ ñïèñúê íà áàçèòå äàííè.';
$strPrivDescShowView = 'Ïîçâîëÿâàíå íà èçïúëíåíèåòî íà SHOW CREATE VIEW çàÿâêè.';
$strPrivDescShutdown = 'Ïîçâîëÿâà ñïèðàíå íà ñúðâúðà.';
$strPrivDescSuper = 'Ïîçâîëÿâà êîíåêòâíå, äîðè àêî å äîñòèãíàò ìàêñèìàëíèÿ áðîé íà êîíåêöèèòå; Èçèñêâà ñå çà ïîâå÷åòî àäìèíèñòðàòèâíè îïåðàöèè, êàòî óñòàíîâÿâàíå íà ãëîáàëíè ïðîìåíëèâè èëè ñïèðàíå íà íèøêà íà äðóãè ïîòðåáèòåëè.';
$strPrivDescUpdate = 'Ïîçâîëÿâà ïðîìÿíà íà äàííè.';
$strPrivDescUsage = 'Íÿìà ïðèâèëåãèè.';
$strPrivileges = 'Ïðèâèëåãèè';
$strPrivilegesReloaded = 'Ïðèâèëåãèèòå áÿõà ïðåçàðåäåíè óñïåøíî.';
$strProcesslist = 'Ñïèñúê íà ïðîöåñèòå';
$strPutColNames = 'Ïîñòàâÿíå èìåíàòà íà ïîëåòàòà íà ïúðâèÿ ðåä';
 
$strQBEDel = 'Èçòðèé';
$strQBEIns = 'Âìúêíè';
$strQBE = 'Çàïèòâàíå ïî ïðèìåð';
$strQueryCache = 'Êåø íà çàÿâêèòå';
$strQueryFrame = 'Ïðîçîðåö çà çàÿâêè';
$strQueryOnDb = 'SQL-çàÿâêà êúì áàçàòà îò äàííè <b>%s</b>:';
$strQuerySQLHistory = 'SQL-õðîíîëîãèÿ';
$strQueryStatistics = '<b>Ñòàòèñòèêà íà çàÿâêèòå</b>: Îò êàêòî å ñòàðòèðàí, %s çàÿâêè ñà èçïðàòåíè êúì ñúðâúðà.';
$strQueryTime = 'Çàÿâêàòà îòíå %01.4f ñåêóíäè';
$strQueryType = 'Òèï íà çàÿâêàòà';
$strQueryWindowLock = 'Íå ïðåïîêðèâàéòå òàçè çàÿâêà èçâúí òîçè ïðîçîðåö';
 
$strReceived = 'Ïîëó÷åíè';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïðîâåðêà íà èíòåãðèòåòà íà âðúçêèòå';
$strRefresh = 'Ïðåçàðåæäàíå';
$strRelationalSchema = 'Ðåëàöèîííà ñõåìà';
$strRelationNotWorking = 'Äîïúëíèòåëíèòå âúçìîæíîñòè çà ðàáîòà ñúñ ñâúðçàíè (linked) òàáëèöè ñà äåàêòèâèðàíè. Çà äà ðàçáåðåòå çàùî êëèêíåòå %sòóê%s.';
$strRelations = 'Ðåëàöèè';
$strRelationsForTable = 'ÐÅËÀÖÈÈ ÇÀ ÒÀÁËÈÖÀ';
$strRelationView = 'Èçãëåä íà ðåëàöèèòå';
$strReloadingThePrivileges = 'Ïðåçàðåæäàíå íà ïðèâèëåãèèòå';
$strReloadMySQL = 'Ïðåçàðåæäàíå íà MySQL';
$strRemoveSelectedUsers = 'Îòñòðàíÿâàíå íà èçáðàíèòå ïîòðåáèòåëè';
$strRenameDatabaseOK = 'Áàçàòà äàííè %s áåøå ïðåèìåíóâàíà íà %s';
$strRenameTable = 'Ïðåèìåíóâàíå íà òàáëèöàòà íà';
$strRenameTableOK = 'Òàáëèöà %s áåøå ïðåèìåíóâàíà íà %s';
$strRepairTable = 'Ïîïðàâÿíå íà òàáëèöàòà';
$strReplaceNULLBy = 'Çàìåíÿé NULL ñ';
$strReplaceTable = 'Çàìåñòè äàííèòå îò òàáëèöàòà ñ äàííèòå îò ôàéëà';
$strReplication = 'Ðåïëèêàöèÿ';
$strReset = 'Èç÷èñòâàíå';
$strResourceLimits = 'Ðåñóðñíè îãðàíè÷åíèÿ';
$strReType = 'Îòíîâî';
$strRevokeAndDeleteDescr = 'Ïîòðåáèòåëèòå âñå îùå ùå èìàò USAGE ïðèâèëåãèÿ äîêàòî íå ñå ïðåçàðåäÿò ïðèâèëåãèèòå.';
$strRevokeAndDelete = 'Îòìÿíà íà âñè÷êè àêòèâíè ïðèâèëåãèè îò ïîòðåáèòåëèòå è ñëåä òîâà èçòðèâàíå.';
$strRevokeMessage = 'Âèå îòìåíèõòå ïðèâèëåãèèòå çà %s';
$strRevoke = 'Îòìåíÿíå';
$strRomanian = 'Ðóìúíñêè';
$strRowLength = 'Äúëæèíà íà ðåäà';
$strRows = 'Ðåäîâå';
$strRowsFrom = 'ðåäà çàïî÷âàéêè îò';
$strRowSize = ' Ðàçìåð íà ðåä ';
$strRowsModeFlippedHorizontal = 'õîðèçîíòàëåí (îáúðíàòè õåäúðè)';
$strRowsModeHorizontal = 'õîðèçîíòàëåí';
$strRowsModeOptions = 'â %s âèä è ïîâòàðÿíå íà èìåíàòà íà êîëîíèòå ïðåç âñåêè %s<br />';
$strRowsModeVertical = 'âåðòèêàëåí';
$strRowsStatistic = 'Ñòàòèñòèêà çà ðåäîâåòå';
$strRunning = 'ðàáîòè íà %s';
$strRunQuery = 'Èçïúëíè çàÿâêàòà';
$strRunSQLQuery = 'Ñòàðòèðàíå SQL çàÿâêà/çàÿâêè êúì áàçà îò äàííè %s';
$strRussian = 'Ðóñêè';
 
$strSaveOnServer = 'Çàïèñâàíå íà ñúðâúðà â äèðåêòîðèÿ %s';
$strSave = 'Çàïèñâàíå';
$strScaleFactorSmall = 'Ìàùàáà å òâúðäå ìàëúê çà äà ñå ñúáåðå ñõåìàòà íà åäíà ñòðàíèöà';
$strSearchFormTitle = 'Òúðñåíå â áàçàòà îò äàííè';
$strSearchInTables = 'Â òàáëèöèòå:';
$strSearchNeedle = 'Äóìè èëè ñòîéíîñòè çà òúðñåíå (ñèìâîë çà çàìåñòâàíå: "%"):';
$strSearch = 'Òúðñåíå';
$strSearchOption1 = 'ïîíå åäíà îò äóìèòå';
$strSearchOption2 = 'âñè÷êè äóìè';
$strSearchOption3 = 'òî÷íàòà ôðàçà';
$strSearchOption4 = 'êàòî ðåãóëÿðåí èçðàç';
$strSearchResultsFor = 'Ðåçóëòàòè îò òúðñåíåòî íà "<i>%s</i>" %s:';
$strSearchType = 'Íàìåðè:';
$strSecretRequired = 'Êîíôèãóðàöèîííèÿ ôàéë èìà íóæäà îò òàéíà ïàðîëà (blowfish_secret).';
$strSelectADb = 'Ìîëÿ èçáåðåòå áàçà îò äàííè';
$strSelectAll = 'Ñåëåêòèðàíå íà âñè÷êî';
$strSelectBinaryLog = 'Èçáåðåòå äâîè÷åí æóðíàë çà ïðåãëåä';
$strSelectFields = 'Èçáåðåòå ïîëå (ïîíå åäíî):';
$strSelectNumRows = 'â çàïèòâàíåòî';
$strSelectTables = 'Èçáåðè òàáëèöè';
$strSend = 'Èçïðàùàíå';
$strSent = 'Èçïðàòåíè';
$strServerChoice = 'Èçáîð íà ñúðâúð';
$strServer = 'Ñúðâúð';
$strServerNotResponding = 'Íÿìà îòãîâîð îò ñúðâúðà';
$strServerStatus = 'Èíôîðìàöèÿ çà ñúñòîÿíèåòî íà MySQL ñúðâúðà';
$strServerStatusUptime = 'Òîçè MySQL ñúðâúð ðàáîòè îò %s. Ñòàðòèðàí å íà %s.';
$strServerTabProcesslist = 'Ïðîöåñè';
$strServerTabVariables = 'Ïðîìåíëèâè';
$strServerTrafficNotes = '<b>Òðàôèê íà ñúðâúðà</b>: Òåçè òàáëèöè ïîêàçâàò ñòàòèñòèêà çà ìðåæîâèÿ òðàôèê íà MySQL ñúðâúðà îò êàêòî å ñòàðòèðàí.';
$strServerVars = 'Ñúðâúðíè ïðîìåíëèâè è íàñòðîéêè';
$strServerVersion = 'Âåðñèÿ íà ñúðâúðà';
$strSessionValue = 'Ñåñèéíà ñòîéíîñò';
$strSetEnumVal = 'Àêî òèïà íà ïîëåòî å "enum" èëè "set", ìîëÿ âúâåäåòå ñòîéíîñòèòå èçïîëçâàéêè òîçè ôîðìàò: \'a\',\'b\',\'c\'...<br />Àêî å íåîáõîäèìî äà ñëîæèòå îáðàòíà ÷åðòà ("\") èëè àïîñòðîô ("\'") ìåæäó òåçè ñòîéíîñòè, ñëîæèòå îáðàòíà ÷åðòà ïðåä òÿõ (íàïðèìåð: \'\\\\xyz\' èëè \'a\\\'b\').';
$strShowAll = 'Ïîêàæè âñè÷êè';
$strShowColor = 'Ïîêàæè öâÿò';
$strShowDatadictAs = 'Ôîðìàò íà ðå÷íèêà íà äàííèòå';
$strShowFullQueries = 'Ïîêàçâàíå íà ïúëíèòå çàÿâêè';
$strShowGrid = 'Ïîêàæè ìðåæà';
$strShowingRecords = 'Ïîêàçâàíå íà çàïèñè ';
$strShowOpenTables = 'Ïîêàçâàíå íà îòâîðåíèòå òåáëèöè';
$strShowPHPInfo = 'Èíôîðìàöèÿ çà PHP ';
$strShowTableDimension = 'Ïîêàæè ðàçìåðíîñòòà íà òàáëèöèòå';
$strShowTables = 'Ïîêàæè òàáëèöèòå';
$strShowThisQuery = ' Ïîêàçâàíå íà çàÿâêàòà îòíîâî';
$strShow = 'Ïîêàçâàíå';
$strSimplifiedChinese = 'Îïðîñòåí êèòàéñêè';
$strSingly = '(åäíîêðàòíî)';
$strSize = 'Ðàçìåð';
$strSlovak = 'Ñëîâàøêè';
$strSlovenian = 'Ñëîâåíñêè';
$strSortByKey = 'Ñîðòèðàíå ïî êëþ÷';
$strSorting = 'Ñîðòèðàíå';
$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 = 'Äàòà íà ñúçäàâàíå';
$strStatement = 'Çàÿâëåíèå';
$strStatUpdateTime = 'Ïîñëåäíî îáíîâëåíèå';
$strStatus = 'Ñúñòîÿíèå';
$strStorageEngine = 'Õðàíèëèùå íà äàííè';
$strStorageEngines = 'Õðàíèëèùà íà äàííè';
$strStrucCSV = 'CSV äàííè';
$strStrucData = 'Ñòðóêòóðàòà è äàííèòå';
$strStrucDrop = 'Äîáàâÿíå íà \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV çà MS Excel äàííè';
$strStrucOnly = 'Ñàìî ñòðóêòóðàòà';
$strStructPropose = 'Àíàëèç íà òàáëèöàòà';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Èçïúëíåíèå';
$strSuccess = 'SQL çàÿâêàòà áåøå èçïúëíåíà óñïåøíî';
$strSum = 'Ñóìà';
$strSwedish = 'Øâåäñêè';
$strSwitchToDatabase = 'Ïðåõâúðëÿíà êúì êîïèðàíàòà áàçà îò äàííè';
$strSwitchToTable = 'Ïðåâêëþ÷âàíå êúì êîïèðàíàòà òàáëèöà';
 
$strTableAlreadyExists = 'Òàáëèöà %s âå÷å ñúùåñòâóâà!';
$strTableComments = 'Êîìåíòàðè êúì òàáëèöàòà';
$strTableEmpty = 'Èìåòî íà òàáëèöàòà å ïðàçíî!';
$strTableHasBeenDropped = 'Òàáëèöàòà %s áåøå èçòðèòà';
$strTableHasBeenEmptied = 'Òàáëèöàòà %s áåøå èç÷èñòåíà';
$strTableHasBeenFlushed = 'Êåøà íà òàáëèöà %s áåøå èç÷èñòåí';
$strTableMaintenance = 'Ïîääðúæêà íà òàáëèöàòà';
$strTableOfContents = 'Ñúäúðæàíèå';
$strTableOptions = 'Îïöèè íà òàáëèöàòà';
$strTables = '%s òàáëèöà(è)';
$strTableStructure = 'Ñòðóêòóðà íà òàáëèöà';
$strTableType = 'Òèï íà òàáëèöàòà';
$strTable = 'Òàáëèöà ';
$strTblPrivileges = 'Ïðèâèëåãèè ñïåöèôè÷íè çà òàáëèöàòà';
$strTempData = 'Âðåìåííè äàííè';
$strTextAreaLength = ' Ïîðàäè äúëæèíàòà ñè,<br /> òîâà ïîëå ìîæå äà íå å ðåäàêòèðóåìî ';
$strThai = 'Òàéëàíäñêè';
$strTheme = 'Òåìà / Ñòèë';
$strThisHost = 'Òîçè Õîñò';
$strThisNotDirectory = 'Òîâà íå áåøå äèðåêòîðèÿ';
$strThreadSuccessfullyKilled = 'Íèøêà %s áåøå óñïåøíî îòñòðàíåíà.';
$strThreads = 'Íèøêè';
$strTime = 'Âðåìå';
$strTotal = 'Îáùî';
$strTotalUC = 'Îáùî';
$strTraditionalChinese = 'Òðàäèöèîíåí êèòàéñêè';
$strTraditionalSpanish = 'Òðàäèöèîíåí Èñïàíñêè';
$strTraffic = 'Òðàôèê';
$strTransformation_application_octetstream__download = 'Ïîêàçâà âðúçêà çà ñâàëÿíå íà äâîè÷íèòå äàííè ía ïîëåòî. Ïúðâàòà îïöèÿ å ôàéëîâîòî èìå íà äâîè÷íèÿ ôàéë. Âòîðàòà îïöèÿ å âåðîÿòíîòî èìå íà ïîëåòî íà ðåäà íà òàáëèöàòà ñúäúðæàùî ôàéëîâîòî èìå. Àêî íàïèøåòå âòîðà îïöèÿ, òðÿáâà ïúðâàòà âè îïöèÿ äà å óñòàíîâåíà íà ïðàçåí íèç.';
$strTransformation_application_octetstream__hex = 'Ïîêàçâà øåñòíàäåñåòè÷íî ïðåäñòàâÿíå íà äàííèòå.';
$strTransformation_image_jpeg__inline = 'Ïîêàçâà thumbnail; îïöèè: øèðèíà, âèñî÷èíà â ïèêñåëè (çàïàçâà îðèãèíàëíàòà ïðîïîðöèÿ)';
$strTransformation_image_jpeg__link = 'Ïîêàçâà âðúçêàòà íà òîâà èçîáðàæåíèå (çà äèðåêòíî ñâàëÿíå, i.e.).';
$strTransformation_image_png__inline = 'Âèæ image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Âçåìà ïîëå TIME, TIMESTAMP èëè DATETIME è ãî ôîðìàòèðà êàòî èçïîëçâà ëîêàëíèÿ ôîðìàò çà äàòà. Ïúðâàòà îïöèÿ å îòìåñòâàíåòî (â ÷àñîâå) êîÿòî ùå áúäå äîáàâåíà êúì âðåìåòî (Ïî ïîäðàçáèðàíå: 0). Âòîðàòà îïöèÿ ïðåäñòàâëÿâà ðàçëè÷åí ôîðìàò íà äàòàòà â çàâèñèìîñò îò ïàðàìåòðèòå íà ôóíêöèÿòà íà PHP - strftime().';
$strTransformation_text_plain__external = 'ÑÀÌÎ ÇÀ ËÈÍÓÊÑ: Ñòàðòèðà âúíøíîòî ïðèëîæåíèå è ïîïúëâà äàííèòå â ïîëåòàòà ÷ðåç ñòàíäàðòíèÿ âõîä. Âðúùà ñòàíäàðòíèÿ èçõîä íà ïðèëîæåíèåòî. Ïî ïîäðàçáèðàíå å Tidy, çà äà ïîêàæå HTML êîäà. Îò ñúîáðàæåíèÿ çà ñèãóðíîñò, òðÿáâà ðú÷íî äà ðåäàêòèðàòå ôàéëà libraries/transformations/text_plain__external.inc.php è äà âìúêíåòå ïðîãðàìèòå íà êîèòî âèå ïîçâîëÿâàòå äà áúäàò ñòàðòèðàíè. Ïúðâàòà îïöèÿ òîãàâà å íîìåðà íà ïðîãðàìàòà êîÿòî áèõòå èñêàëè äà èçïîëçâàòå à âòîðàòà îïöèÿ ñà ïàðàìåòðèòå çà ïðîãðàìàòà. Àêî òðåòèÿò ïàðàìåòúð å óñòàíîâåí â 1, ùå êîíâåðòèðà èçõîäà èçïîëçâàéêè htmlspecialchars() (Ïî ïîäðàçáèðàíå å 1). Àêî ÷åòâúðòèÿò ïàðàìåòúð å óñòàíîâåí â 1, ùå ïîñòàâè NOWRAP íà êëåòêàòà íà ñúäúðæàíèåòî, òàêà ÷å öåëèÿ èçõîä ùå áúäå ïîêàçàí áåç ïðåôîðìàòèðàíå (Ïî ïîäðàçáèðàíå å 1)';
$strTransformation_text_plain__formatted = 'Çàïàçâà îðèãèíàëíîòî ôîðìàòèðàíå íà ïîëåòî.';
$strTransformation_text_plain__imagelink = 'Ïîêàçâà èçîáðàæåíèå è âðúçêà íà ïîëåòî ñúäúðæàùî ôàéëîâî èìå; ïúðâàòà îïöèÿ å ïðåôèêñ êàòî "http://domain.com/", âòîðàòà îïöèÿ å øèðèíàòà â ïèêñåëè, òðåòàòà å âèñî÷èíàòà.';
$strTransformation_text_plain__link = 'Ïîêàçâà âðúçêàòà íà ïîëåòî ñúäúðæàùî ôàéëîâî èìå; ïúðâàòà îïöèÿ å ïðåôèêñ êàòî "http://domain.com/", âòîðàòà îïöèÿ å çàãëàâèåòî íà âðúçêàòà.';
$strTransformation_text_plain__substr = 'Ïîêàçâà ÷àñò îò íèç. Ïúðâàòà îïöèÿ å îòìåñòâàíåòî îò êîåòî ùå ñå èçâåæäà âàøèÿò òåêñò (Ïî ïîäðàçáèðàíå å 0). Âòîðàòà îïöèÿ óêàçâà êîëêî òåêñò ùå ñå èçâåäå. Àêî å ïðàçíà, ñå âðúùà öåëèÿ îñòàâàù òåêñò. Òðåòàòà îïöèÿ óêàçâà êîè ñèìâîëè ùå áúäàò èçâåäåíè (Ïî ïîäðàçáèðàíå: ...) .';
$strTruncateQueries = 'Ñúêðàùàâàíå íà ïîêàçàíèòå çàÿâêè';
$strTurkish = 'Òóðñêè';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðàèíñêè';
$strUncheckAll = 'Ðàçìàðêèðàíå íà âñè÷êî';
$strUnicode = 'Unicode';
$strUnique = 'Óíèêàëíî';
$strUnknown = 'íåïîçíàò';
$strUnselectAll = 'Äåñåëåêòèðàíå íà âñè÷êî';
$strUpdatePrivMessage = 'Âèå ïðîìåíèõòå ïðèâèëåãèèòå çà %s.';
$strUpdateProfileMessage = 'Ïðîôèëà áåøå îáíîâåí.';
$strUpdateQuery = 'Äîïúëíè Çàïèòâàíåòî';
$strUpdComTab = 'Ìîëÿ ïðåãëåäàéòå èíôîðìàöèÿòà â Äîêóìåíòàöèÿòà îòíîñíî òîâà êàê äà îáíîâèòå âàøàòà Column_comments òàáëèöà';
$strUpgrade = 'Òðÿáâà äà úïãðåéäíåòå êúì %s %s èëè ïî-êúñíî.';
$strUsage = 'Èçïîëçâàíè';
$strUseBackquotes = 'Èçïîëçâàíå íà îáðàòíè êàâè÷êè îêîëî èìåíà íà òàáëèöè è ïîëåòà';
$strUseHostTable = 'Èçïîëçâàé òàáëèöà Host';
$strUserAlreadyExists = 'Ïîòðåáèòåë %s âå÷å ñúùåñòâóâà!';
$strUserEmpty = 'Ïîòðåáèòåëñêîòî èìå å ïðàçíî!';
$strUserName = 'Ïîòðåáèòåëñêî èìå';
$strUserNotFound = 'Èçáðàíèÿ ïîòðåáèòåë íå áåøå îòêðèò â òàáëèöàòà ñ ïðèâèëåãèèòå.';
$strUserOverview = 'Ïðåãëåä íà ïîòðåáèòåëèòå';
$strUsersDeleted = 'Èçáðàíèòå ïîòðåáèòåëè áÿõà èçòðèòè óñïåøíî.';
$strUsersHavingAccessToDb = 'Ïîòðåáèòåëè êîèòî èìàò äîñòúï äî &quot;%s&quot;';
$strUser = 'Ïîòðåáèòåë';
$strUseTabKey = 'Èçïîëçâàéòå êëàâèøà TAB çà äà ïðåìåñòâàòå êðóðñîðà îò ñòîéíîñò íà ñòîéíîñò èëè CTRL+ñòðåëêà çà äà ïðåìåñòâàòå êóðñîðà â ñúîòâåòíàòà ïîñîêà';
$strUseTables = 'Èçïîëçâàé òàáëèöàòà';
$strUseTextField = 'Èçïîëçâàé òåêñòîâîòî ïîëå';
$strUseThisValue = 'Èçïîëçâàõòå òàçè ñòîéíîñò';
 
$strValidateSQL = 'Âàëèäèðàé SQL-à';
$strValidatorError = 'SQL âàëèäàòîðà íå ìîæå äà áúäå èíèöèàëèçèðàí. Ìîëÿ ïðîâåðåòå äàëè ñòå èíñòàëèðàëè íåîáõîäèìèòå PHP ðàçøèðåíèÿ, òàêà êàêòî å îïèñàíî â %säîêóìåíòàöèÿòà%s.';
$strValue = 'Ñòîéíîñò';
$strVar = 'Ïðîìåíëèâà';
$strViewDumpDatabases = 'Ïðåãëåä íà ñõåìàòà íà áàçàòà îò äàííè';
$strViewDumpDB = 'Ñõåìà íà ÁÄ';
$strViewDump = 'Ñõåìà íà òàáëèöàòà';
$strViewHasBeenDropped = 'Èçãëåä %s áåøå èçòðèò';
 
$strWebServerUploadDirectoryError = 'Äèðåêòîðèÿòà êîÿòî ñòå óêàçàëè çà upload íå ìîæå äà áúäå äîñòèãíàòà';
$strWebServerUploadDirectory = 'äèðåêòîðèÿòà çà upload íà óåá ñúðâúðà';
$strWelcome = 'Äîáðå äîøëè â %s';
$strWestEuropean = 'Çàïàäíî-åâðîïåéñêè';
$strWildcard = 'ñèìâîë çà çàìåñòâàíå';
$strWindowNotFound = 'Ïðîçîðåöà íà áðàóçúðà íå ìîæå äà áúäå îáíîâåí. Ìîæå áè ñòå çàòâîðèëè îòâàðÿùèÿò ãî ïðîçîðåö èëè áðàóçúðúò Âè å áëîêèðàë îáíîâÿâàíå íà äàííè îò åäèí ïðîçîðåö â äðóã îò ñúîáðàæåíèÿ çà ñèãóðíîñò';
$strWithChecked = 'Êîãàòî èìà îòìåòêà:';
$strWritingCommentNotPossible = 'Çàïèñà íà êîìåíòàð íå å âúçìîæåí';
$strWritingRelationNotPossible = 'Çàïèñà íà ðåëàöèÿòà íå å âúçìîæåí';
$strWrongUser = 'Ãðåøíî èìå/ïàðîëà. Äîñòúï îòêàçàí.';
 
$strXML = 'XML';
 
$strYes = 'äà';
 
$strZeroRemovesTheLimit = 'Çàáåëåæêà: Óñòàíîâÿâàíåòî íà òåçè îïöèè ñ 0 (íóëà) ïðåìàõâà îãðàíè÷åíèåòî.';
$strZip = '"zip-íàòî"';
 
// 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
 
$strBinaryLog = 'Binary log'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
$strCSV = 'CSV'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strFlushQueryCache = 'Flush query cache'; //to translate
$strFlushTables = 'Flush (close) all tables'; //to translate
$strFreePages = 'Free pages'; //to translate
 
$strHandler = 'Handler'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
 
$strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowSlaveHosts = 'Show slave hosts'; //to translate
$strShowSlaveStatus = 'Show slave status'; //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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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
$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
$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
$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
$strShowStatusReset = 'Reset'; //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_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_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_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
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //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
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //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
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/catalan-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: catalan-iso-8859-1.inc.php,v 2.130.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// abreviatures de Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s dies, %s hores, %s minuts i %s segons';
 
$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Djs', 'Div', 'Dis');
$month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Dec');
// Veure http://www.php.net/manual/es/function.strftime.php per a definir
// la variable seguent
$datefmt = '%d-%m-%Y a les %H:%M:%S';
 
$strAbortedClients = 'Avortat';
$strAbsolutePathToDocSqlDir = 'S\'ha d\'entrar el camí absolut en el servidor web per el directori de docSQL';
$strAccessDenied = 'Accés denegat';
$strAccessDeniedCreateConfig = 'La raó més probable d\'aixó és que no heu creat l\'arxiu de configuració. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.';
$strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexió. Comprova el host, el num d\' usuari i la contrasenya al fitxer config.inc.php i mira que es correspongui amb la informació facilitada per l\' administrador del servidor de MySQL.';
$strAction = 'Acció';
$strAddAutoIncrement = 'Afegir valor AUTO_INCREMENT';
$strAddConstraints = 'Afegir restriccions';
$strAddDeleteColumn = 'Afegir/esborrar Camps de Columna';
$strAddDeleteRow = 'Afegir/esborrar fila de criteri';
$strAddDropDatabase = 'Afegir DROP DATABASE';
$strAddedColumnComment = 'Afegit comentari per la columna';
$strAddedColumnRelation = 'Afegida relació per la columna';
$strAddFields = 'Afegir %s camp(s)';
$strAddHeaderComment = 'Afegir comentari personalitzat a la capçalera (\\n divideix linies)';
$strAddIfNotExists = 'Afegir IF NOT EXISTS';
$strAddIntoComments = 'Afegir en comentaris';
$strAddNewField = 'Afegir un camp nou';
$strAddPrivilegesOnDb = 'Afegir permissos a la següent base de dades';
$strAddPrivilegesOnTbl = 'Afegir permissos a la següent taula';
$strAddSearchConditions = 'Afegeix condicions de recerca (cos de la clàusula "WHERE"):';
$strAddToIndex = 'Afegir columna(es) a l\'índex %s &nbsp;';
$strAddUser = 'Afegir un usuari nou';
$strAddUserMessage = 'Has afegit un usuari nou.';
$strAdministration = 'Administració';
$strAffectedRows = 'Files afectades:';
$strAfter = 'Després %s';
$strAfterInsertBack = 'Tornar';
$strAfterInsertNewInsert = 'Insereix un nou registre';
$strAfterInsertNext = 'Editar el següent registre';
$strAfterInsertSame = 'Tornar a aquesta plana';
$strAllowInterrupt = 'Permetre l\'interrupció de l\'importació en cas de que l\'arxiu d\'ordres detecti que s\'acosta el limit del temps. Pot ser una bona solució per importar arxius grans, però pot trencar transaccions.';
$strAllTableSameWidth = 'Mostrar totes les taules amb la mateixa amplada?';
$strAll = 'Tot';
$strAlterOrderBy = 'Altera la taula i ordena per';
$strAnalyzeTable = 'Analitza la taula';
$strAnd = 'I';
$strAndThen = 'i llavors';
$strAnIndex = 'S\'ha afegit un índex a %s';
$strAnyHost = 'Qualsevol servidor';
$strAny = 'Qualsevol';
$strAnyUser = 'Qualsevol usuari';
$strApproximateCount = 'Pot ser aproximat. Veure FAQ 3.11';
$strAPrimaryKey = 'S\'ha afegit una clau principal a %s';
$strArabic = 'Àrab';
$strArmenian = 'Armeni';
$strAscending = 'Ascendent';
$strAtBeginningOfTable = 'Al principi de la taula';
$strAtEndOfTable = 'Al final de la taula';
$strAttr = 'Atributs';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Disseny automàtic';
 
$strBack = 'Enrere';
$strBaltic = 'Bàltic';
$strBeginCut = 'INICI DEL TALL';
$strBeginRaw = 'INICI DEL VOLCAT';
$strBinary = ' Binari ';
$strBinaryDoNotEdit = ' Binari - no editeu ';
$strBinaryLog = 'Registre binari';
$strBinLogEventType = 'Tipus d\'event';
$strBinLogInfo = 'Informació';
$strBinLogName = 'Nom del registre';
$strBinLogOriginalPosition = 'Posició original';
$strBinLogPosition = 'Posició';
$strBinLogServerId = 'ID de Servidor';
$strBookmarkAllUsers = 'Deixar accedir a cada usuari a aquesta consulta desada';
$strBookmarkCreated = '%s creat com a consulta desada';
$strBookmarkDeleted = 'S\'ha esborrat la consulta desada.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta SQL desada';
$strBookmarkReplace = 'Reemplaçar una consulta desada ja existent amb el mateix nom';
$strBookmarkThis = 'Desa aquesta consulta SQL';
$strBookmarkView = 'Només mirar';
$strBrowseDistinctValues = 'Navega per valors diferents';
$strBrowseForeignValues = 'Navega valors externs';
$strBrowse = 'Navega';
$strBufferPool = 'Grup de memòries intermitges';
$strBufferPoolUsage = 'Ús del grup de memòries intermitges';
$strBulgarian = 'Búlgar';
$strBusyPages = 'Planes ocupades';
$strBzError = 'phpMyAdmin és incapaç de comprimir el volcat degut a una extensió Bz2 incorrecta en aquesta versió de php. És molt recomenable posar a la directiva <code>$cfg[\'BZipDump\']</code> el valor <code>FALSE</code> al fitxer de configuració de phpMyAdmin. Si vols utilitzar les facilitats de compresió Bz2, és necessari actualitzar el php a la darrera versió disponible. Es pot consultar el informe d\'errada %s de php per a més detalls.';
$strBzip = '"comprimit amb bzip"';
 
$strCalendar = 'Calendari';
$strCanNotLoadImportPlugins = 'No es poden carregar les extensions d\'importació, comproveu l\'instal.lació!';
$strCannotLogin = 'No podem connectar amb el servidor MySQL';
$strCantLoad = 'No puc carregar la extensió %s,<br />comprova la configuració de PHP.';
$strCantLoadRecodeIconv = 'No es pot carregar iconv o recodificar una extensió necessària per la conversió de jocs de caràcters, configura php per permetre l\'ús d\'aquestes extensions o bé desactiva la conversió de jocs de caràcters en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No pots canviar el nom d\'un índex a "PRIMARY"!';
$strCantUseRecodeIconv = 'No es pot utilitzar iconv ni libiconv ni la funció recode_string mentre es carrega l\'extensió d\'informes. Comprova la configuració de php.';
$strCardinality = 'Cardinalitat';
$strCaseInsensitive = 'No sensible a majúscules';
$strCaseSensitive = 'sensible a majúscules';
$strCentralEuropean = 'Europa Central';
$strChange = 'Canvi';
$strChangeCopyModeCopy = '... respecta l\'antic.';
$strChangeCopyMode = 'Crea un nou usuari amb els mateixos permissos i ...';
$strChangeCopyModeDeleteAndReload = ' ... esborra l\'antic de les taules d\'usuaris i recarrega els permissos després.';
$strChangeCopyModeJustDelete = ' ... esborra l\'antic de les taules d\'usuaris.';
$strChangeCopyModeRevoke = ' ... treu tots els permissos actius de l\'antic i esborra\'l després.';
$strChangeCopyUser = 'Canvi d\'Informació de Connexió / Copia d\'Usuari';
$strChangeDisplay = 'Tria el camp a mostrar';
$strChangePassword = 'Canvi de contrasenya';
$strCharset = 'Joc de Caracters';
$strCharsetOfFile = 'Joc de caràcters de l\'arxiu:';
$strCharsetsAndCollations = 'Jocs de Caracters i ordenacions';
$strCharsets = 'Jocs de caracters';
$strCheckAll = 'Verificar-ho tot';
$strCheckOverhead = 'Comprovar taules desfragmentades';
$strCheckPrivs = 'Comprova els Permissos';
$strCheckPrivsLong = 'Comprova els Permissos per la Base de dades &quot;%s&quot;.';
$strCheckTable = 'Verifica la taula';
$strChoosePage = 'Tria una pàgina per editar';
$strColComFeat = 'Mostrant comentaris de les columnes';
$strCollation = 'Ordenaciò';
$strColumnNames = 'Nom de les columnes';
$strColumnPrivileges = 'Permissos específics de columna';
$strCommand = 'Ordre';
$strComments = 'Comentaris';
$strCommentsForTable = 'COMENTARIS PER LA TAULA';
$strCompatibleHashing = 'Compatible amb MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar insercions';
$strCompression = 'Compressió';
$strCompressionWillBeDetected = 'La compresió de l\'arxiu importat es detectarà automàticament des de: %s';
$strConfigDefaultFileError = 'No es pot carregar la configuració per defecte des de: "%1$s"';
$strConfigFileError = 'phpMyAdmin és incapaç de llegir el fitxer de configuració!<br />Això pot succeir si php troba un error sintàctic en ell o bé php no pot trobar el fitxer.<br />Intenta obrir el fitxer de configuració directament fent servir l\'enllaç següent i comprova el(s) missatge(s) d\'error que reps. En moltes ocasions una coma o punt i coma falta en algun lloc.<br />Si reps una plana en blanc, tot està bé.';
$strConfigureTableCoord = 'Configura les coordinades per la taula %s';
$strConnectionError = 'No puc connectar: paràmetres incorrectes.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Restriccions per taules volcades';
$strConstraintsForTable = 'Restriccions per la taula';
$strCookiesRequired = 'A partir d\'aquest punt és necessari tenir les galetes (cookies) activades.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La Base de dades %s s\'ha copiat a %s';
$strCopyTable = 'Copia taula a (base-de-dades<b>.</b>taula):';
$strCopyTableOK = 'La taula %s s\'ha copiat a %s.';
$strCopyTableSameNames = 'No es pot copiar la taula sobre ella mateixa';
$strCouldNotKill = 'phpMyAdmin no pot cancel.lar el fil %s. Probablement, ja és tancat.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE abans de copiar';
$strCreateIndex = 'Crea un índex a la columna:&nbsp;%s';
$strCreateIndexTopic = 'Crea un nou índex';
$strCreateNewDatabase = 'Crea una nova base de dades';
$strCreateNewTable = 'Crear una taula nova a la base de dades %s';
$strCreatePage = 'Crea una nova Pàgina';
$strCreatePdfFeat = 'Creació de PDFs';
$strCreationDates = 'Datas de Creació/Modificació/Comprovació';
$strCriteria = 'Criteris';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcions de CSV';
$strCSVOptions = 'Opcions CSV';
$strCyrillic = 'Ciríl.lic';
$strCzechSlovak = 'Txec-Eslovac';
$strCzech = 'Txec';
 
$strDanish = 'Danès';
$strDatabase = 'Base de dades';
$strDatabaseEmpty = 'El nom de la base de dades és buit!';
$strDatabaseExportOptions = 'Opcions d\'exportació de Bases de Dades';
$strDatabaseHasBeenDropped = 'La Base de Dades %s s\'ha eliminat.';
$strDatabaseNoTable = 'Aquesta base de dades no té taules!';
$strDatabases = 'bases de dades';
$strDatabasesDropped = '%s Bases de dades s\'han esborrat correctament.';
$strDatabasesStatsDisable = 'Desactiva Estadístiques';
$strDatabasesStatsEnable = 'Activa Estadístiques';
$strDatabasesStats = 'Estadístiques de les bases de dades';
$strDatabasesStatsHeavyTraffic = 'Nota: Activant les estadístiques de Base de Dades aqui pot provocar elevat tràfic entre el servidor Web i el de MySQL.';
$strData = 'Dades';
$strDataDict = 'Diccionari de Dades';
$strDataOnly = 'Només dades';
$strDataPages = 'Planes contenint dades';
$strDBComment = 'Comentaris de la Base de Dades: ';
$strDBCopy = 'Copiar base de dades a';
$strDBGContext = 'Contexte';
$strDBGContextID = 'ID de contexte';
$strDBGHits = 'Accessos';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Temps max, ms';
$strDBGMinTimeMs = 'Temps min, ms';
$strDBGModule = 'Módul';
$strDBGTimePerHitMs = 'Temps/Accés, ms';
$strDBGTotalTimeMs = 'Temps total, ms';
$strDbPrivileges = 'Permissos especifics de Base de dades';
$strDBRename = 'Reanomenar base de dades a';
$strDbSpecific = 'específic de la base de dades';
$strDefault = 'Defecte';
$strDefaultEngine = '%s és el motor d\'emmagatzematge per defecte en aquest servidor MySQL.';
$strDefaultValueHelp = 'Per a valors per defecte, només entra un valor, sense barres invertides ni cometes, fent servir aquest format: a';
$strDefragment = 'Desfragmentar taula';
$strDelayedInserts = 'Usa insercions diferides';
$strDeleteAndFlushDescr = 'Aquesta és la forma més clara, pero recarregar els permissos pot tardar una mica.';
$strDeleteAndFlush = 'Esborra els usuaris i recarrega els permissos seguidament.';
$strDeleted = 'La fila ha estat esborrada';
$strDeletedRows = 'Files esborrades:';
$strDelete = 'Esborrar';
$strDeleteNoUsersSelected = 'No hi ha usuaris sel.leccionats per esborrar!';
$strDeleting = 'Esborrant %s';
$strDelOld = 'La plana actual té referències a taules que no existeixen. Vols esborrar aquestes referències?';
$strDescending = 'Descendent';
$strDescription = 'Descripció';
$strDictionary = 'diccionari';
$strDirtyPages = 'Planes brutes';
$strDisabled = 'Desactivat';
$strDisableForeignChecks = 'Desactivar comprovacions de claus externes';
$strDisplayFeat = 'Mostrar característiques';
$strDisplayOrder = 'Ordre del llistat:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Fer una "petició segons exemple" (comodí: "%")';
$strDocu = 'Documentació';
$strDoYouReally = 'Realment vols fer?';
$strDropDatabaseStrongWarning = 'Ets a punt d\' ELIMINAR completament una base de dades!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Esborra les bases de dades que tenen els mateixos noms que els usuaris.';
$strDumpingData = 'Volcant dades de la taula';
$strDumpSaved = 'El volcat s\'ha guardat amb el nom d\'arxiu %s.';
$strDumpXRows = 'Volcar %s files començant a la fila %s.';
$strDynamic = 'dinàmic';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar pàgines PDF';
$strEditPrivileges = 'Editar permissos';
$strEffective = 'Efectiu';
$strEmpty = 'Buidar';
$strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Incloure exportació en la transacció';
$strEndCut = 'FI DEL TALL';
$strEnd = 'Final';
$strEndRaw = 'FI DEL VOLCAT';
$strEngineAvailable = '%s està disponible en aquest servidor MySQL.';
$strEngineDisabled = '%s s\'ha desactivat en aquest servidor MySQL.';
$strEngines = 'Motors';
$strEngineUnsupported = 'Aquest servidor MySQL no soporta el motor d\'emmagatzematge %s.';
$strEnglish = 'Anglès';
$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en llengua anglesa ';
$strError = 'Errada';
$strErrorInZipFile = 'Error en arxiu ZIP:';
$strEscapeWildcards = 'Els comodins _ i % han de marcar-se amb una \ per usar-los literalment';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonià ';
$strExcelEdition = 'Edició per Excel';
$strExcelOptions = 'Opcions d\'Excel';
$strExecuteBookmarked = 'Executa una consulta desada';
$strExplain = 'Explicació de l\'SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercions ampliades';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intents erronis';
$strField = 'Camp';
$strFieldHasBeenDropped = 'S\'ha esborrat el camp %s';
$strFields = 'Camps';
$strFieldsEmpty = ' El comptador de camps és buit! ';
$strFieldsEnclosedBy = 'Camps englobats per';
$strFieldsEscapedBy = 'Camps amb marca d\'escapada';
$strFieldsTerminatedBy = 'Camps acabats per';
$strFileAlreadyExists = 'L\'arxiu %s ja existeix al servidor, canvia el nom o marca l\'opció de sobreescriure.';
$strFileCouldNotBeRead = 'No es pot llegir el fitxer';
$strFileNameTemplateDescription = 'Aquest valor es interpretat usant %1$sstrftime%2$s, pel que podeu usar les cadenes de formateig de temps. Ademès, es faràn aquestes transformacions: %3$s. Altre text es deixarà sense variació.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de dades';
$strFileNameTemplateDescriptionServer = 'nom de servidor';
$strFileNameTemplateDescriptionTable = 'nom de taula';
$strFileNameTemplate = 'Nom de fitxer de plantilla';
$strFileNameTemplateRemember = 'Recordar plantilla';
$strFileToImport = 'Arxiu a importar';
$strFixed = 'fixa';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obté els permissos de l\'usuari directament de les taules de permissos de l\' MySQL. El contingut d\'aquestes taules pot diferir dels permissos que utilitza el servidor si s\'han fet canvis manualment. En aquest cas, es necessari %srecarregar els permissos%s abans de continuar.';
$strFlushQueryCache = 'Buidar la memòria intermèdia de consultes';
$strFlushTable = 'Buidar la memòria cau de la taula ("FLUSH")';
$strFlushTables = 'Sincronitzar (tancar) totes les taules';
$strFormat = 'Format';
$strFormEmpty = 'Falta un valor al formulari !';
$strFreePages = 'Planes lliures';
$strFullText = 'Textos sencers';
$strFunction = 'Funció';
 
$strGenBy = 'Generat per';
$strGeneralRelationFeat = 'Característiques generals de relacions';
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar Contrasenya';
$strGenTime = 'Temps de generació';
$strGeorgian = 'Georgià';
$strGerman = 'Alemany';
$strGlobal = 'global';
$strGlobalPrivileges = 'Permissos generals';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Atorgar';
$strGreek = 'Grec';
$strGzip = '"comprimit amb gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'ha estat alterada.';
$strHasBeenCreated = 'ha estat creada.';
$strHaveToShow = 'Has d\'escollir al menys una columna per mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usa hexadecimal per camps binaris';
$strHome = 'Inici';
$strHomepageOfficial = 'Plana oficial del phpMyAdmin';
$strHostEmpty = 'El nom del servidor és buit!';
$strHost = 'Servidor';
$strHungarian = 'Húngar';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Text sencer';
$strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilitzar "ignore inserts"';
$strIgnoringFile = 'Ignorant fitxer %s';
$strImportDocSQL = 'Importa Arxius docSQL';
$strImportFiles = 'Importar fitxers';
$strImportFormat = 'Format de l\'arxiu importat';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'Importació finalitzada correctament, %d consultes executades.';
$strIndexes = 'Indexos';
$strIndexHasBeenDropped = 'S\'ha esborrat l\'índex %s';
$strIndex = 'Índex';
$strIndexName = 'Nom d\'índex:';
$strIndexType = 'Tipus d\'índex:';
$strIndexWarningMultiple = 'Més d\'una clau %s s\'ha creat per a la columna `%s`';
$strIndexWarningPrimary = 'Les claus PRIMARY i INDEX no es poden establir alhora per a la columna `%s`';
$strIndexWarningTable = 'Problemes amb els index de la taula `%s`';
$strIndexWarningUnique = 'Les claus UNIQUE i INDEX no es poden establir alhora per a la columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La quantitat a incrementar per ampliar el tamany d\'una taula autoextensible quan estigui a punt d\'omplir-se.';
$strInnoDBAutoextendIncrement = 'Increment d\'autoextensió';
$strInnoDBDataFilePath = 'Arxius de dades';
$strInnoDBDataHomeDirDesc = 'La part comuna de la ruta al directori per tots els arxius de dades InnoDB.';
$strInnoDBDataHomeDir = 'Directori local de dades';
$strInnodbStat = 'Estat InnoDB';
$strInsecureMySQL = 'El vostre fitxer de configuració té paràmetres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL està funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparació urgent d\'aquest forat de seguretat.';
$strInsertAsNewRow = 'Inserir com a nova fila';
$strInsertedRowId = 'Id de la fila inserida:';
$strInsertedRows = 'Files Inserides:';
$strInsert = 'Insereix';
$strInsertNewRow = 'Inserir nova fila';
$strInternalNotNecessary = '* No es necessita una relació interna si ja existeix a InnoDB.';
$strInternalRelations = 'Relacions internes';
$strInUse = 'en ús';
$strInvalidAuthMethod = 'Mètode d\'identificació incorrecte establert a la configuració:';
$strInvalidColumnCount = 'El comptador de columnes ha de ser més gran que zero.';
$strInvalidColumn = 'S\'ha especificat una columna incorrecta (%s)!';
$strInvalidCSVFieldCount = 'Comptador de camps incorrecte en l\'entrada CSV a la línia %d.';
$strInvalidCSVFormat = 'Format incorrecte a l\'entrada CSV a la línia %d.';
$strInvalidCSVParameter = 'Paràmetre incorrecte per importació CSV: %s';
$strInvalidFieldAddCount = 'Heu d\'afegir al menys un camp.';
$strInvalidFieldCount = 'La taula ha de tenir al menys un camp.';
$strInvalidLDIImport = 'Aquesta extensió no suporta importacions comprimides!';
$strInvalidRowNumber = '%d no és un num. vàlid de fila.';
$strInvalidServerHostname = 'Nom de host invàlid pel servidor %1$s. Si us plau, reviseu la configuració.';
$strInvalidServerIndex = 'Index de servidor invàlid: "%s"';
 
$strJapanese = 'Japonès';
$strJoins = 'Unions';
$strJumpToDB = 'Vés a la Base de Dades &quot;%s&quot;.';
$strJustDeleteDescr = 'Els usuaris &quot;esborrats&quot; encara tindrán accés al servidor com fins ara mentre no es recarreguin els permissos.';
$strJustDelete = 'Només esborra els usuaris de les taules de permissos.';
 
$strKeepPass = 'No canviïs la contrasenya';
$strKeyCache = 'Memòria intermèdia de claus';
$strKeyname = 'Nom Clau';
$strKill = 'Finalitzar';
$strKorean = 'Coreà';
 
$strLandscape = 'Horitzontal';
$strLanguageFileNotFound = 'Arxiu d\'idioma "%1$s" no trobat.';
$strLanguageUnknown = 'Idioma desconegut: %1$s.';
$strLatchedPages = 'Planes inalterables';
$strLatexCaption = 'Titol de Taula';
$strLatexContent = 'Contingut de la taula __TABLE__';
$strLatexContinuedCaption = 'Continuació del Titol de taula';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Inclusió del titol de taula';
$strLatexLabel = 'Etiqueta de clau';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcions LaTeX';
$strLatexStructure = 'Estructura de la taula __TABLE__';
$strLatvian = 'Letó';
$strLDI = 'CSV usant LOAD DATA';
$strLDIImportOptions = 'Opcions per importació CSV usant LOAD DATA';
$strLDILocal = 'Usa clau LOCAL';
$strLengthSet = 'Longitud/Valors*';
$strLimitNumRows = 'registres per plana';
$strLinesTerminatedBy = 'Línies acabades amb';
$strLinkNotFound = 'No s\'ha trobat l\'enllaç ';
$strLinksTo = 'Enllaços a';
$strLithuanian = 'Lituà ';
$strLocalhost = 'Local';
$strLocationTextfile = 'Ubicació del fitxer de text';
$strLogin = 'Identificació';
$strLoginInformation = 'Informació d\'Identificació';
$strLogout = 'Sortir';
$strLogPassword = 'Contrasenya:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nom d\'Usuari:';
$strLongOperation = 'Aquesta operació pot ser bastant llarga. Procedim igualment?';
 
$strMaxConnects = 'max. connexions simultànies';
$strMaximalQueryLength = 'Tamany màxim de la consulta creada';
$strMaximumSize = 'Tamany Màxim: %s%s';
$strMbExtensionMissing = 'No s\'ha trobat la extensió de PHP mbstring i sembla que feu servir un joc de caracters multibyte. Sense la extensió mbstring, phpMyAdmin és incapaç de dividir cadenes de text correctament i pot generar resultats inesperats.';
$strMbOverloadWarning = 'Teniu activada la funció mbstring.func_overload a la configuració del vostre PHP. Aquesta opció és incompatible amb phpMyAdmin i pot provocar la perdua de dades!';
$strMIME_available_mime = 'Tipus MIME disponibles';
$strMIME_available_transform = 'Transformacions disponibles';
$strMIME_description = 'Descripció';
$strMIME_MIMEtype = 'Tipus MIME';
$strMIME_nodescription = 'No hi ha cap descripció disponible per a aquesta transformació.<br />Demana a l\'autor qué fa %s.';
$strMIME_transformation_note = 'Per veure una llista d\'opcions de transformació disponibles i els seus tipus MIME de transformació, clica a %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Entra els valors per a transformar utilitzant aquest format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure una barra invertida ("\") o un apòstrof ("\'") entre aquests valors, posa una barra invertida devant (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opcions de Transformació';
$strMIME_transformation = 'Transformació del Navegador';
$strMIMETypesForTable = 'TIPUS MIME PER LA TAULA';
$strMIME_without = 'Els tipus MIME en cursiva no tenen funcions de transformació a part';
$strModifications = 'Les modificacions han estat guardades';
$strModifyIndexTopic = 'Modifica un índex';
$strModify = 'Modificar';
$strMoveTable = 'Mou taula a (base-de-dades<b>.</b>taula):';
$strMoveTableOK = 'Taula %s moguda a %s.';
$strMoveTableSameNames = 'No es pot moure la taula sobre ella mateixa!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamany per defecte de l\'apuntador en bytes, usat en CREATE TABLE per a taules MyISAM quan no s\'especifica l\'opció MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamany de l\'apuntador de dades';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si l\'arxiu temporal usat per creació ràpida d\'un índex MyISAM pot ser més gran que usant el cau principal per la quantitat especificada aquí, es recomana fer servir el cau principal.';
$strMyISAMMaxExtraSortFileSize = 'Màxim tamany per arxius temporals en creació d\'índex';
$strMyISAMMaxSortFileSizeDesc = 'El tamany màxim per arxius temporals de MySQL es permet usar-lo mentre es torna acrear un índex MyISAM (mentre es fa un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamany màxim per arxius temporals de classificació';
$strMyISAMRecoverOptionsDesc = 'El modus per a recuperació automàtica en taules MyISAM corruptes, com s\'estableix via l\'opció d\'inici del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modus de recuperació automàtic';
$strMyISAMRepairThreadsDesc = 'Si aquest valor és més gran que 1, els índexos de taules MyISAM es creen en paralel (cada índex en el seu propi fil) mentre s\'executa el procés de reparació per classificació.';
$strMyISAMRepairThreads = 'Reparar fils';
$strMyISAMSortBufferSizeDesc = 'Ârea assignada per classificar índexos MyISAM mentre es fa un REPAIR TABLE o mentre es creen índexos amb CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamany de l\'àrea de classificació';
$strMySQLCharset = 'Joc de caràcters de MySQL';
$strMysqlClientVersion = 'Versió del client MySQL';
$strMySQLConnectionCollation = 'Ordenació de la connexió MySQL';
$strMySQLSaid = 'MySQL diu: ';
$strMySQLShowProcess = 'Mostrar processos';
$strMySQLShowStatus = 'Mostra la informació de funcionament del MySQL';
$strMySQLShowVars = 'Mostra les variables de sistema del MySQL';
 
$strName = 'Nom';
$strNext = 'Següent';
$strNoActivity = 'Sense activitat des de fa %s segons o més, entra de nou';
$strNoDatabases = 'No hi ha Bases de Dades';
$strNoDatabasesSelected = 'No hi han Bases de dades sel.leccionades.';
$strNoDescription = 'Sense Descripció';
$strNoDetailsForEngine = 'No hi ha informació detallada de l\'estat disponible per a aquest motor d\'emmagatzematge.';
$strNoDropDatabases = 'Instrucció "DROP DATABASE" desactivada.';
$strNoExplain = 'Saltar l\'explicació de l\'SQL';
$strNoFilesFoundInZip = 'No s\'han trobat arxius dins de l\'arxiu ZIP!';
$strNoFrames = 'phpMyAdmin és més fàcil amb un navegador que <b>suporti marcs (frames)</b>.';
$strNoIndex = 'No s\'ha definit l\'índex!';
$strNoIndexPartsDefined = 'No s\'han definit parts de l\'índex!';
$strNoModification = 'Sense canvis';
$strNone = 'Res';
$strNo = 'No';
$strNoOptions = 'Aquest format no té opcions';
$strNoPassword = 'Sense contrasenya';
$strNoPermission = 'El servidor web no té permissos per a guardar l\'arxiu %s.';
$strNoPhp = 'Sense codi PHP';
$strNoPrivileges = 'Sense permissos';
$strNoRights = 'No tens prou permissos per visualitzar aquesta informació!';
$strNoRowsSelected = 'No s\'han seleccionat files';
$strNoSpace = 'No hi ha prou espai per guardar l\'arxiu %s.';
$strNoTablesFound = 'Base de dades sense taules.';
$strNoThemeSupport = 'No hi ha suport pels temes, si et plau comprova la teva configuració i/o els teus temes al directori %s.';
$strNothingToImport = 'No heu entrat dades per importar!';
$strNotNumber = 'Aquest valor no és un número!';
$strNotOK = 'Incorrecte';
$strNotSet = 'Taula <b>%s</b> no trobada o no definida a %s';
$strNoUsersFound = 'No s\'han trobat usuaris.';
$strNoValidateSQL = 'Saltar la Validació de l\'SQL';
$strNull = 'Nul';
$strNumberOfFields = 'Nombre de camps';
$strNumSearchResultsInTable = '%s resultat(s) a la taula <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultat(s)';
$strNumTables = 'Taules';
 
$strOK = 'Correcte';
$strOpenNewWindow = 'Obrir nova finestra de phpMyAdmin';
$strOperations = 'Operacions';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimitza la taula';
$strOr = 'O';
$strOverhead = 'Defragmentat';
$strOverwriteExisting = 'Sobreescriure arxiu(s) existent(s)';
 
$strPageNumber = 'Número de pàgina:';
$strPagesToBeFlushed = 'Planes per a purgar';
$strPaperSize = 'Tamany de paper';
$strPartialImport = 'Importació parcial';
$strPartialText = 'Textos Parcials';
$strPasswordChanged = 'La contrasenya per a %s s\'ha canviat correctament.';
$strPassword = 'Contrasenya';
$strPasswordEmpty = 'La contrasenya és buida!';
$strPasswordHashing = 'Contrasenya Hashing';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!';
$strPdfDbSchema = 'Esquema de la base de dades "%s" - Pàgina %s';
$strPdfInvalidTblName = 'La taula "%s" no existeix!';
$strPdfNoTables = 'No hi ha taules';
$strPDFOptions = 'Opcions PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Títol de llistat';
$strPerHour = 'per hora';
$strPerMinute = 'per minut';
$strPerSecond = 'per segon';
$strPersian = 'Persa';
$strPhoneBook = 'Libreta d\' adreces';
$strPHP40203 = 'S\'esta fent servir la versió 4.2.3 de PHP, que té un serios error amb cadenes de multi-byte (mbstring). Mira l\'informe d\'error 19404 de PHP. No es recomana aquesta versió de PHP per treballar amb phpMyAdmin.';
$strPhp = 'Crear codi PHP';
$strPHPVersion = 'PHP versió';
$strPmaDocumentation = 'Documentació de phpMyAdmin';
$strPmaUriError = 'La directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> HA d\'estar al fitxer de configuració!';
$strPolish = 'Polac';
$strPortrait = 'Vertical';
$strPos1 = 'Inici';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'S\'ha esborrat la clau principal';
$strPrimaryKeyName = 'El nom de la clau principal ha de ser ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ha de ser</b> el nom i <b>només</b> el nom de la clau principal!)';
$strPrimary = 'Principal';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista d\'impresió (amb texts sencers)';
$strPrintView = 'Imprimir vista';
$strPrivDescAllPrivileges = 'Inclou tots els permissos excepte GRANT (atorgar).';
$strPrivDescAlter = 'Permet alterar l\'estructura de taules existents.';
$strPrivDescAlterRoutine = 'Permet alterar i esborrar rutines enmagatzemades.';
$strPrivDescCreateDb = 'Permet crear noves bases de dades i taules.';
$strPrivDescCreateRoutine = 'Permet crear rutines enmgatzemades.';
$strPrivDescCreateTbl = 'Permet crear noves taules.';
$strPrivDescCreateTmpTable = 'Permet crear taules temporals.';
$strPrivDescCreateUser = 'Permet crear, esborrar i reanomenar comptes d\'usuari.';
$strPrivDescCreateView = 'Permet crear noves vistes.';
$strPrivDescDelete = 'Permet esborrar dades.';
$strPrivDescDropDb = 'Permet eliminar bases de dades i taules.';
$strPrivDescDropTbl = 'Permet eliminar taules.';
$strPrivDescExecute5 = 'Permet executar rutines enmagatzemades.';
$strPrivDescExecute = 'Permet executar processos enmagatzemats (stored procedures); No té efecte en aquesta versió de MySQL.';
$strPrivDescFile = 'Permet importar i exportar dades amb fitxers externs.';
$strPrivDescGrant = 'Permet afegir usuaris i permissos sense tenir que recarregar les taules de permissos.';
$strPrivDescIndex = 'Permet crear i eliminar indexos.';
$strPrivDescInsert = 'Permet inserir i modificar dades.';
$strPrivDescLockTables = 'Permet bloquejar taules per l\'actual fil d\'execució.';
$strPrivDescMaxConnections = 'Limita el numero de noves connexions que pot obrir l\'usuari per hora.';
$strPrivDescMaxQuestions = 'Limita el numero de consultes que pot enviar l\'usuari al servidor per hora.';
$strPrivDescMaxUpdates = 'Limita el numero d\'ordres que pot executar l\'usuari canviant qualsevol taula o base de dades per hora.';
$strPrivDescMaxUserConnections = 'Límita el nombre de connexions simultànies que l\'usuari pot tenir.';
$strPrivDescProcess3 = 'Permet cancel.lar processos d\'altres usuaris.';
$strPrivDescProcess4 = 'Permet veure completament les consultes a la llista de processos.';
$strPrivDescReferences = 'No té efecte en aquesta versió de MySQL.';
$strPrivDescReload = 'Permet recarregar les configuracions del servidor i buidar les seves memòries cau.';
$strPrivDescReplClient = 'Dona el dret a l\'usuari de preguntar quins servidors mestres / esclaus hi ha.';
$strPrivDescReplSlave = 'Es necessari per a la replicació en servidors esclaus.';
$strPrivDescSelect = 'Permet llegir dades.';
$strPrivDescShowDb = 'Dona accés a la llista completa de bases de dades.';
$strPrivDescShowView = 'Permet fer consultes de tipus SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permet parar el servidor.';
$strPrivDescSuper = 'Permet connectar, encara que s\'hagi arribat al máxim numero de connexions permés; Es necessari per moltes operacions d\'administració com ara establir variables globals o bé cancel.lar fils d\'execució d\'altres usuaris.';
$strPrivDescUpdate = 'Permet canviar dades.';
$strPrivDescUsage = 'Sense permissos.';
$strPrivileges = 'Permissos';
$strPrivilegesReloaded = 'Els permissos s\'han recarregat correctament.';
$strProcesslist = 'Llista de processos';
$strProtocolVersion = 'Versió del protocol';
$strPutColNames = 'Posa els noms de camp a la primera fila';
 
$strQBE = 'Consulta segons exemple';
$strQBEDel = 'Sup';
$strQBEIns = 'Ins';
$strQueryCache = 'Memòria intermèdia de consultes';
$strQueryFrame = 'Finestra de la Consulta';
$strQueryOnDb = 'Consulta SQL a la base de dades <b>%s</b>:';
$strQuerySQLHistory = 'Historial SQL';
$strQueryStatistics = '<b>Estadístiques de Consultes</b>: Des de l\'últim inici, s\'han enviat %s consultes al servidor.';
$strQueryTime = 'La consulta tarda %s seg';
$strQueryType = 'Tipus de consulta';
$strQueryWindowLock = 'No sobreescriure aquesta consulta des de fora de la finestra';
 
$strReceived = 'Rebut';
$strRecords = 'Registres';
$strReferentialIntegrity = 'Comprova la integritat referencial:';
$strRefresh = 'Actualitzar';
$strRelationalSchema = 'Esquema Relacional';
$strRelationNotWorking = 'Les característiques addicionals per treballar amb taules enllaçades s\'han desactivat. Per saber perquè clica %saquí%s.';
$strRelationsForTable = 'RELACIONS DE LA TAULA';
$strRelations = 'Relacions';
$strRelationView = 'Vista de Relacions';
$strReloadingThePrivileges = 'Recarregant permissos';
$strReloadMySQL = 'Rellegir el MySQL';
$strRemoveSelectedUsers = 'Treure els usuaris sel.leccionats';
$strRenameDatabaseOK = 'Base de dades %s reanomenada a %s';
$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s';
$strRenameTable = 'Renombrar les taules a';
$strRepairTable = 'Reparar taula';
$strReplaceNULLBy = 'Substitueix NULL per';
$strReplaceTable = 'Substituir les dades de la taula pel fitxer ';
$strReplication = 'Replicació';
$strReset = 'Esborrar';
$strResourceLimits = 'Limit de recursos';
$strReType = 'Reescriure';
$strRevokeAndDelete = 'Denega tots els permissos actius dels usuaris i els esborra després.';
$strRevokeAndDeleteDescr = 'Els usuaris encara tindran el permís USAGE fins que es recarreguin els permissos.';
$strRevokeMessage = 'Has tret els permissos per %s';
$strRevoke = 'Treure';
$strRomanian = 'Romanés';
$strRowLength = 'Longitud de fila';
$strRows = 'Fila';
$strRowsFrom = 'Files començant des de';
$strRowSize = 'Mida de fila ';
$strRowsModeFlippedHorizontal = 'horizontal (capçaleres rotades)';
$strRowsModeHorizontal = 'horitzontal';
$strRowsModeOptions = ' en mode %s i repeteix capçaleres després de %s cel·les ';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadística de files';
$strRunning = 'funcionant a %s';
$strRunQuery = 'Executa consulta';
$strRunSQLQuery = 'Executa consulta/s SQL a la Base de Dades %s';
$strRunSQLQueryOnServer = 'Executar consulta/es SQL al servidor %s';
$strRussian = 'Rus';
 
$strSave = 'Guardar';
$strSaveOnServer = 'Guardar al servidor al directori %s';
$strScaleFactorSmall = 'El factor de l\'escala és massa petit per posar l\'esquema en una pàgina';
$strSearch = 'Cercar';
$strSearchFormTitle = 'Cercar a la base de dades';
$strSearchInTables = 'A la(les) taula(es):';
$strSearchNeedle = 'Paraula(es) o valor(s) a cercar (comodí: "%"):';
$strSearchOption1 = 'al menys una d\'aquestes paraules';
$strSearchOption2 = 'Totes les paraules';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'com a expressió regular';
$strSearchResultsFor = 'Resultats de la recerca per a "<i>%s</i>" %s:';
$strSearchType = 'Trobat:';
$strSecretRequired = 'El fitxer de configuració necessita ara una frase de pas secreta (blowfish_secret).';
$strSelectADb = 'Selecciona una Base de Dades';
$strSelectAll = 'Selecciona Tot';
$strSelectBinaryLog = 'Selecciona el registre binari per veure';
$strSelectFields = 'Selecciona els camps (un com a mínim):';
$strSelectNumRows = 'en consulta';
$strSelectTables = 'Selecciona Taules';
$strSend = 'enviar';
$strSent = 'Enviat';
$strServerChoice = 'Elecció de Servidor';
$strServerNotResponding = 'El servidor no respon';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercions demorades';
$strServerStatus = 'Informació d\'execució';
$strServerStatusUptime = 'Aquest servidor MySQL és en marxa durant %s. Es va iniciar en %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Ocupació de servidor</b>: Aquestes taules mostren la ocupació de la xarxa d\'aquest servidor MySQL des de l\'últim inici.';
$strServerVars = 'Variables i configuracions del servidor';
$strServerVersion = 'Versió del servidor';
$strSessionValue = 'Valor de sessió';
$strSetEnumVal = 'Si el tipus de camp és "enum" o "set", entra els valors fent servir el format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure la barra invertida ("\") o la cometa simple ("\'") abans d\'aquests valors, escriu barres invertides (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tot';
$strShowColor = 'Mostra color';
$strShowDatadictAs = 'Format del Diccionari de Dades';
$strShowFullQueries = 'Mostra Consultes completes';
$strShowGrid = 'Mostra graella';
$strShowingBookmark = 'Mostrant consultes desades';
$strShowingRecords = 'Mostrant registres: ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostrar taules obertes';
$strShowPHPInfo = 'Mostra informació de PHP';
$strShowSlaveHosts = 'Mostrar servidors esclaus';
$strShowSlaveStatus = 'Mostrar estat d\'esclaus';
$strShowStatusBinlog_cache_disk_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal però que excedeixen el valor de binlog_cache_size i usen un arxiu temporal per desar elements de la transacció.';
$strShowStatusBinlog_cache_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El nombre de taules temporals en disc creades automàticament per el servidor mentre executa instruccions. Si Created_tmp_disk_tables és gran, potser vols incrementar el valor de tmp_table_size per fer que les taules temporals treballin en memòria en lloc de treballar en disc.';
$strShowStatusCreated_tmp_filesDescr = 'Cuànts arxius temporals ha creat mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El nombre de taules temporals creades en memòria per el servidor mentre executa instruccions.';
$strShowStatusDelayed_errorsDescr = 'El nombre de files escrites amb INSERT DELAYED en les que s\'ha detectar algun error (possile clau duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El nombre de gestors de fils de INSERT DELAYED en ús. Cada taula diferent ón s\'usa INSERT DELAYED té el seu propi fil.';
$strShowStatusDelayed_writesDescr = 'El nombre de files escrites amb INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'El nombre d\'instruccions FLUSH executades.';
$strShowStatusHandler_commitDescr = 'El nombre d\'instruccions COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'El nombre de vegades que s\'ha esborrat una fila d\'una taula.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL pot preguntar al motor d\'enmagatzemament NDB Cluster si coneix quelcom taula amb el nom especificat. Aixó s\'anomena descobriment. Handler_discover indica el nombre de taules descobertes.';
$strShowStatusHandler_read_firstDescr = 'El nombre de vegades que s\'ha llegit la primera entrada des d\'un índex. Si és alt, suggereix que el servidor està fent moltes cerques de full index; per exemple, SELECT col1 FROM foo, assumint que col1 és indexat.';
$strShowStatusHandler_read_keyDescr = 'El nombre de peticions basades en una clau per llegir una fila. Si és alt, és una bona indicació de que les consultes i taules estàn indexades adequadament.';
$strShowStatusHandler_read_nextDescr = 'El nombre de peticions per llegir la següent fila en l\'ordre de la clau. Aixó s\'incrementa si s\'està consultant una columna d\'index amb limitació de rang o si s\'està fent una cerca d\'index.';
$strShowStatusHandler_read_prevDescr = 'El nombre de peticions per llegir la fila anterior en l\'ordre de la clau. Aquest mètode de lectura s\'utilitza principalment per optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El nombre de peticions per llegir una fila basada en una posició fixa. Aixó és alt si es fan moltes consultes que requereixen ordenació del resultat. Probablement tens moltes consultes que fan que MySQL cerqui les taules senceres o bé hi ha joins que no fan servir les claus adequadament.';
$strShowStatusHandler_read_rnd_nextDescr = 'El nombre de peticions per llegir la següent fila a l\'arxiu de dades. Aixó és alt si es fan moltes cerques de taula. Generalment, suggereix que les taules no estàn indexades adequadament o bé les consultes no estàn fetes per aprofitar les avantatges dels índexos definits.';
$strShowStatusHandler_rollbackDescr = 'El nombre d\'instruccions ROLLBACK.';
$strShowStatusHandler_updateDescr = 'El nombre de peticions per a actualitzar una fila en una taula.';
$strShowStatusHandler_writeDescr = 'El nombre de peticions per a insertar una fila en una taula.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El nombre de planes contenint dades (brutes o netes).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El nombre de planes actualment brutes.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El nombre de planes a la memòria intermitja que s\'han demanat per ser actualitzades.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El nombre de planes lliures.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El nombre de planes bloquejades a la memòria intermitja de InnoDB. Aquestes planes s\'estàn llegint o escrivint actualment o no es poden actualitzar o esborrar per qualsevol altra raó.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El nombre de planes en ús degut a que s\'han marcat per tasques administratives com a bloqueixos de files o l\'index del hash adaptatiu. Aquest valor es pot calcular com Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamany total de la memòria intermitja, en planes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El nombre de lectures aleatòries d\'InnoDB iniciades. Aixó passa quan una consulta cerca en una gran part de una taula però en ordre aleatori.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El nombre de lectures secuencials d\'InnoDB iniciades. Aixó passa quan InnoDB fa una cerca secuencial a la taula sencera.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El nombre de peticions de lectures lògiques que InnoDB ha fet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El nombre de peticions de lectures lògiques que InnoDB no pot satisfer de la memòria intermitja i ha de fer lectures de planes individuals.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalment, les escritures a la memòria intermitja d\'InnoDB es fan en segon pla. En canvi, si és necessari llegir o crear una plana i no hi ha planes netes disponibles, fa falta esperar a que primer s\'actualitzin planes. Aquest comptador mostra instàncies d\'aquestes esperes. Si el tamany de la memòria intermitja és adequat, aquest valor sól ser petit.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El nombre d\'escriptures fetes a la memòria intermitja d\'InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El nombre d\'operacions fsync() aproximades.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El nombre actual d\'operacions fsync() pendents.';
$strShowStatusInnodb_data_pending_readsDescr = 'El nombre actual de lectures pendents.';
$strShowStatusInnodb_data_pending_writesDescr = 'El nombre actual d\'escritures pendents.';
$strShowStatusInnodb_data_readDescr = 'La quantitat aproximada de dades llegides, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El nombre total de dades llegides.';
$strShowStatusInnodb_data_writesDescr = 'El nombre total de dades escrites.';
$strShowStatusInnodb_data_writtenDescr = 'La quantitat aproximada de dades escrites, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_dblwr_writesDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_log_waitsDescr = 'El nombre d\'esperes fetes degut al petit tamany de la memòria intermèdia del registre i a esperar a que s\'actualitzés abans de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El nombre de peticions d\'escriptura al registre.';
$strShowStatusInnodb_log_writesDescr = 'El nombre d\'escriptures físiques a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El nombre d\'escriptures fsync fetes a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El nombre d\'operacions fsync pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escriptures pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_writtenDescr = 'El nombre de bytes escrits a l\'arxiu de registre.';
$strShowStatusInnodb_pages_createdDescr = 'El nombre de planes creades.';
$strShowStatusInnodb_page_sizeDescr = 'El tamany de plana d\'InnoDB compilat (per defecte 16KB). Bastants valors es comptabilitzen en planes; el tamany de plana permet convertir-lo fàcilment a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El nombre de planes llegides.';
$strShowStatusInnodb_pages_writtenDescr = 'El nombre de planes escrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El nombre de bloquejos de files actualment en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El temps promig en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_timeDescr = 'El temps total emprat en fer bloquejos de files, en milisegons.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El temps màxim en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El nombre de vegades que un bloqueig de fila ha estat en espera.';
$strShowStatusInnodb_rows_deletedDescr = 'El nombre de files esborrades de taules InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El nombre de files afegides a taules InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El nombre de files llegides de taules InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El nombre de fles actualitzades en taules InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El nombre de bloquejos de clau a la memòria cau de les claus que han canviat però que encara no han estat actualitzades a disc. Es coneix com a Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El nombre de blocs no usats a la memòria cau de les claus. Aquest valor es pot fer servir per saber quànta memòria cau de les claus s\'utilitza.';
$strShowStatusKey_blocks_usedDescr = 'El nombre de blocs usats a la memòria cau de les claus. Aquest valor és la marca indicativa del màxim nombre de blocs usats mai a l\'hora.';
$strShowStatusKey_read_requestsDescr = 'El nombre de peticions de lectura d\'un bloc de clau de la memòria cau.';
$strShowStatusKey_readsDescr = 'El nombre de lectures físiques d\'un bloc de clau del disc. Si Key_reads és gran, llavors el valor de key_buffer_size probablement és massa petit. El rati de la memòria cau es pot calcular com Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El nombre de peticions d\'escriptura d\'un bloc de clau a la memòria cau.';
$strShowStatusKey_writesDescr = 'El nombre d\'escriptures físiques d\'un bloc de clau a disc.';
$strShowStatusLast_query_costDescr = 'El cost total de la darrera consulta compilada tal com el valora l\'optimitzador de consultes. És útil per comparar el cost de diferents plans de consulta per a la mateixa consulta. El valor 0 vol dr que encara no s\'ha compilat cap consulta.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El nombre de files esperant a ser escrites en cues INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El nombre de taules que han estat obertes. Si el nombre de taules obertes és gran, probablement el valor de memòria cau de taula és massa petit.';
$strShowStatusOpen_filesDescr = 'El nombre d\'arxius que estàn oberts.';
$strShowStatusOpen_streamsDescr = 'El nombre de fluxes que estàn oberts (usats principalment per a registre).';
$strShowStatusOpen_tablesDescr = 'El nombre de taules que estàn obertes.';
$strShowStatusQcache_free_blocksDescr = 'El nombre de blocs de memòria lliures a la memòria cau de consultes.';
$strShowStatusQcache_free_memoryDescr = 'La quantitat de memòria liure per a memòria cau de consultes.';
$strShowStatusQcache_hitsDescr = 'El nombre d\'encerts a memòria cau.';
$strShowStatusQcache_insertsDescr = 'El nombre de consultes afegides a la memòria cau.';
$strShowStatusQcache_lowmem_prunesDescr = 'El nombre de consultes tretes de la memòria cau per alliberar memòria per deixar lloc a noves consultes. Aquesta informació pot ajudar a ajustar el tamany de la memòria cau de consultes. La memòria cau de consultes utilitza l\'estratègia menys recentment usada(least recently used - LRU) per decidir quines consultes treure de la memòria cau.';
$strShowStatusQcache_not_cachedDescr = 'El nombre de consultes no enviades a la memòria cau (no enviables, o no enviades degut al paràmetre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El nombre de consultes registrades a la memòria cau.';
$strShowStatusQcache_total_blocksDescr = 'El nombre total de blocs a la memòria cau de consultes.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'L\'estat de la replicació a prova d\'errades (no implementat encara).';
$strShowStatusSelect_full_joinDescr = 'El nombre de joins que no usen indexos. Si aquest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.';
$strShowStatusSelect_full_range_joinDescr = 'El nombre de joins que han usat un rang de cerca en una taula de referència.';
$strShowStatusSelect_range_checkDescr = 'El nombre de joins sense claus que comproven per l\'ús de claus després de cada fila. (Si aquiest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.)';
$strShowStatusSelect_rangeDescr = 'El nombre de joins que han usat rangs a la primera taula. (Normalment no és crític si el valor no és molt gran.)';
$strShowStatusSelect_scanDescr = 'El nombre de joins que han fet una cerca a la primera taula sencera.';
$strShowStatusSlave_open_temp_tablesDescr = 'El nombre de taules temporals obertes actualment pel fil esclau de SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre total (des de l\'arrencada) de vegades que el fil esclau de replicació de SQL ha recuperat transaccions.';
$strShowStatusSlave_runningDescr = 'Aixó és ACTIU (ON) si aquest servidor és un esclau que està connectat a un mestre.';
$strShowStatusSlow_launch_threadsDescr = 'El nombre de fils que han tardat més que slow_launch_time segons a crear.';
$strShowStatusSlow_queriesDescr = 'El nombre de consultes que han tardat més que long_query_time segons.';
$strShowStatusSort_merge_passesDescr = 'El nombre de passades d\'intercal.lació que l\'algorisme de classificació ha hagut de fer. Si aquest valor és gran, s\'hauria de considerar incrementar el valor de la variable de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El nombre de classificacions fetes amb rangs.';
$strShowStatusSort_rowsDescr = 'El nombre de files classificades.';
$strShowStatusSort_scanDescr = 'El nombre de classificacions fetes cercant la taula.';
$strShowStatusTable_locks_immediateDescr = 'El nombre de vegades que un bloqueig de taula s\'ha fet immediatament.';
$strShowStatusTable_locks_waitedDescr = 'El nombre de vegades que un bloqueig de taula no s\'ha pogut fer immediatament i s\'ha necessitat una espera. Si aixó és alt, i es detecten problemes de rendiment, s\'hauria de considerar l\'optimització de les consultes, o també dividir la taula o taules en vàries o bé utilitzar la replicació.';
$strShowStatusThreads_cachedDescr = ' El nombre de fils a la memòria cau de fil. L\'index de memòria cau es pot comptar com Threads_created/Connections. Si aquest valor és vermell s\'hauria d\'augmentar el valor de thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El nombre de connexions obertes simultàniament.';
$strShowStatusThreads_createdDescr = ' El nombre de fils creats per gestionar connexions. Si Threads_created és gran, pots voler augmentar el valor de thread_cache_size. (Normalment això no dóna una millora de rendiment notable si es té una bona aplicació de fil.)';
$strShowStatusThreads_runningDescr = 'El nombre de fils que no estàn dormint.';
$strShowTableDimension = 'Mostra dimensió de les taules';
$strShowTables = 'Mostra taules';
$strShowThisQuery = ' Mostra aquesta consulta de nou ';
$strSimplifiedChinese = 'Xinés Simplificat';
$strSingly = '(només)';
$strSize = 'Mida';
$strSkipQueries = 'Nombre de registres(consultes) a saltar des de l\'inici';
$strSlovak = 'Eslovac';
$strSlovenian = 'Eslové';
$strSocketProblem = '(o el sòcol del servidor local MySQL no està configurat correctament)';
$strSortByKey = 'Classifica per la clau';
$strSort = 'Classificació';
$strSorting = 'Classificant';
$strSpaceUsage = 'Utilització d\'espai';
$strSpanish = 'Espanyol';
$strSplitWordsWithSpace = 'Paraules separades per un espai (" ").';
$strSQLExportCompatibility = 'Compatibilitat d\'exportació SQL';
$strSQLExportType = 'Tipus d\' Exportació';
$strSQLImportOptions = 'Opcions SQL';
$strSQLOptions = 'Opcions SQL';
$strSQLParserBugMessage = 'És possible que hagueu trobat un error a l\'intèrpret SQL. Si us plau, comproveu la sintaxi de la consulta i verifiqueu que les cometes estiguin al seu lloc i facin parelles. Un altra possible causa de l\'errada és que estigueu pujant un arxiu amb dades binàries per fora de l\'àrea de text delimitada. També podeu provar la consulta a la interfície de comandes de MySQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema. Si encara teniu problemes o si l\'intèrpret falla i l\'interfície de comandes funciona, reduïu la consulta a la part de l\'SQL que produeix l\'errada, i envieu un informe d\'error amb la cadena de dades de la secció de TALL indicada avall:';
$strSQLParserUserError = 'Sembla que hi ha un error a la consulta SQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema';
$strSQLQuery = 'crida SQL';
$strSQLResult = 'Resultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador Incorrecte';
$strSQPBugUnclosedQuote = 'Cometa no tancada';
$strSQPBugUnknownPunctuation = 'Signe de puntuació desconegut';
$strStatCheckTime = 'Darrera comprovació';
$strStatCreateTime = 'Creació';
$strStatement = 'Sentències';
$strStatisticsOverrun = 'En un servidor ocupat, els comptadors de bytes poden excedir el seu tamany, llavors les estadístiques donades pel servidor MySQL poden ser incorrectes.';
$strStatUpdateTime = 'Darrera actualització';
$strStatus = 'Estat';
$strStorageEngine = 'Motor d\'emmagatzematge';
$strStorageEngines = 'Motors d\'emmagatzematge';
$strStrucCSV = 'dades CSV ';
$strStrucData = 'Estructura i dades';
$strStrucDrop = 'Afegir DROP TABLE';
$strStrucExcelCSV = 'CSV per dades de MS Excel';
$strStrucNativeExcel = 'Dades Natives MS Excel';
$strStrucOnly = 'Només l\'estructura';
$strStructPropose = 'Proposa una estructura de taula';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'La vostra comanda SQL ha estat executada amb èxit';
$strSum = 'Suma';
$strSwedish = 'Suec';
$strSwitchToDatabase = 'Canviar a la base de dades copiada';
$strSwitchToTable = 'Canvia a una taula copiada';
 
$strTableAlreadyExists = 'La taula %s ja existeix!';
$strTableComments = 'Comentaris de la taula';
$strTableEmpty = 'El nom de la taula és buit!';
$strTableHasBeenDropped = 'S\'ha esborrat la taula %s';
$strTableHasBeenEmptied = 'S\'ha buidat la taula %s';
$strTableHasBeenFlushed = 'S\'ha buidat la memòria cau de la taula %s';
$strTableMaintenance = 'Manteniment de la taula';
$strTableOfContents = 'Taula de continguts';
$strTableOptions = 'Opcions de Taula';
$strTables = '%s taula(es)';
$strTableStructure = 'Estructura de la taula';
$strTable = 'Taula';
$strTableType = 'Tipus de taula';
$strTakeIt = 'agafa';
$strTblPrivileges = 'Permissos especifics de taula';
$strTempData = 'Dades temporals';
$strTextAreaLength = ' A causa de la seva longitud,<br /> aquest camp pot no ser editable ';
$strThai = 'Tailandès';
$strThemeDefaultNotFound = 'Tema per defecte %s no trobat!';
$strThemeNoPreviewAvailable = 'No hi ha vista prèvia disponible.';
$strThemeNotFound = 'Tema %s no trobat!';
$strThemeNoValidImgPath = 'El camí de les imatges del tema %s és incorrecte!';
$strThemePathNotFound = 'No s\'ha trobat el camí de les imatges del tema %s!';
$strTheme = 'Tema / Estil';
$strThisHost = 'Aquest Host';
$strThisNotDirectory = 'Aixó no és un directori';
$strThreads = 'Fils';
$strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.';
$strTimeoutInfo = 'La darrera importació ha esgotat el temps, després de reenviar continuarà des de la posició %d.';
$strTimeoutNothingParsed = 'Però a la darrera importació no s\'han processat dades, el que normalment indica que phpMyAdmin no ha pogut finalitzar aquesta importació a menys que incrementeu els límits de temps de php.';
$strTimeoutPassed = 'Temps exaurit de l\'arxiu d\'ordres, si voleu finalitzar l\'importació, torneu a enviar el mateix arxiu a importar i el procés continuarà.';
$strTime = 'Temps';
$strToggleScratchboard = 'Canvia l\' scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Xinés Tradicional';
$strTraditionalSpanish = 'Espanyol Tradicional';
$strTraffic = 'Tràfic';
$strTransactionCoordinator = 'Coordinador de transaccions';
$strTransformation_application_octetstream__download = 'Mostra un enllaç per descarregar les dades binàries d\'un camp. La primera dada és el nom d\'arxiu binari. La segona dada és un possible nom de camp d\'una taula que contingui el nom d\'arxiu. Si es facilita la segona dada és necessari tenir la primera dada buida';
$strTransformation_application_octetstream__hex = 'Mostra la representació hexadecimal de les dades.';
$strTransformation_image_jpeg__inline = 'Mostra una miniatura am enllaç; opcions: ample,alt en pixels (respecta la proporció original)';
$strTransformation_image_jpeg__link = 'Es mostra com a enllaç a la imatge.';
$strTransformation_image_png__inline = 'Veure image/jpeg: en linia';
$strTransformation_text_plain__dateformat = 'Pren un camp TIME, TIMESTAMP o DATETIME i li dona format utilitzant el format d\'hora local. La primera opció es la diferència (en hores) que s\'ha d\'afegir a l\'hora (Per defecte: 0). La segona opció és un format de data diferent d\'acord als paràmetres disponibles per a la funció de PHP strftime().';
$strTransformation_text_plain__external = 'NOMÉS LINUX: Llença una aplicació externa i facilita el camp de dades via standard input. Retorna per standard output de l\'aplicacióo. El defecte és Tidy, per interpretar codi HTML. Per raons de seguretat, has d\' editar manualment el fitxer libraries/transformations/text_plain__external.inc.php i afegir les eines que vulguis fer servir. La primera opció és, llavors, el numero del programa que vols fer servir i la segona opció són els paràmetres per el programa. El tercer paràmetre, si es posa a 1, convertirà la sortida fent servir htmlspecialchars() (El defecte és 1). El quart paràmetre, si val 1, posarà un NOWRAP al contingut de les cel.les de forma que la sortida sencera es mostrarà sense reformatejar (Per defecte 1)';
$strTransformation_text_plain__formatted = 'Conserva el format original del camp. No es fa cap canvi.';
$strTransformation_text_plain__imagelink = 'Mostra una imatge i un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és l\'amplada en pixels, la tercera és l\'alçada.';
$strTransformation_text_plain__link = 'Mostra un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és el titol del enllaç.';
$strTransformation_text_plain__sql = 'Formateig del text com a consulta SQL amb resaltat de sintaxi.';
$strTransformation_text_plain__substr = 'Mostra una part d\'una cadena de text. La primera opció és el nombre de caracters a saltar des de l\'inici de la cadena (Per defecte 0). La segona opció és el nombre de caracters a retornar (Per defecte: fins al final de la cadena). La tercera opció és la cadena a afegir a l\'inici o al final quan hi ha truncament (Per defecte: "...").';
$strTruncateQueries = 'Talla les consultes mostrades';
$strTurkish = 'Turc';
$strType = 'Tipus';
 
$strUkrainian = 'Ucrainès ';
$strUncheckAll = 'Desmarcar tot';
$strUnicode = 'Unicode';
$strUnique = 'Única';
$strUnknown = 'Desconegut';
$strUnselectAll = 'Desmarca tot';
$strUnsupportedCompressionDetected = 'Intenteu carregar un arxiu amb una compresió no suportada (%s). O bé aquest suport no s\'ha implementat encara o bé el teniu desactivat a la configuració.';
$strUpdatePrivMessage = 'Heu actualitzat els permissos de %s.';
$strUpdateProfileMessage = 'S\'ha actualitzat el perfil.';
$strUpdateQuery = 'Actualitza consulta';
$strUpdComTab = 'Mira a la documentació com actualitzar la teva Taula de Comentaris de les Columnes';
$strUpgrade = 'Es necessari actualitzar a %s %s o posterior.';
$strUploadLimit = 'Probablement has triat d\'enviar un arxiu massa gran. Consulta la %sdocumentació%s per trobar formes de modificar aquest límit.';
$strUsage = 'Ús';
$strUseBackquotes = 'Usa &quot;backquotes&quot; amb taules i noms de camps';
$strUsedPhpExtensions = 'Extensions de PHP usades';
$strUseHostTable = 'Utilitza la Taula de Hosts';
$strUserAlreadyExists = 'L\'usuari %s ja existeix!';
$strUserEmpty = 'El nom d\'usuari és buit!';
$strUserName = 'Nom d\'usuari';
$strUserNotFound = 'No s\'ha trobat l\'usuari sel.leccionat a la taula de permissos.';
$strUserOverview = 'Informació general de l\'usuari';
$strUsersDeleted = 'S\'han esborrat correctament els usuaris sel.leccionats.';
$strUsersHavingAccessToDb = 'Usuaris amb accés a &quot;%s&quot;';
$strUser = 'Usuari';
$strUseTabKey = 'Usa la tecla TAB per moure\'t de valor en valor, o CTRL+fletxes per moure\'t on vulguis';
$strUseTables = 'Usa Taules';
$strUseTextField = 'Usa camp de texte';
$strUseThisValue = 'Fes servir aquest valor';
 
$strValidateSQL = 'Validar l\'SQL';
$strValidatorError = 'No s\'ha pogut iniciar el validador SQL. Si us plau, comproveu que teniu instal·lats els mòduls de PHP necessaris tal i com s\'indica a la %sdocumentació%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Informació de Versió';
$strViewDumpDatabases = 'Veure volcat (esquema) de les bases de dades';
$strViewDumpDB = 'Veure l\'esquema de la base de dades';
$strViewDump = 'Veure un esquema de la taula';
$strViewHasBeenDropped = 'Vista %s esborrada';
$strViewMaxExactCount = 'Aquesta vista té més de %d files. Consulteu a %sdocumentació%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'Directori de pujada d\'arxius del servidor web';
$strWebServerUploadDirectoryError = 'No està disponible el directori indicat per pujar arxius';
$strWelcome = 'Benvingut a %s';
$strWestEuropean = 'Europa Occidental';
$strWildcard = 'comodins';
$strWindowNotFound = 'La finestra destí del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o bé el teu navegador bloqueja actualitzacions entre finestres per la teva configuració de seguretat';
$strWithChecked = 'Amb marca:';
$strWritingCommentNotPossible = 'No es pot gravar aquest comentari';
$strWritingRelationNotPossible = 'No es pot gravar aquesta relació';
$strWrongUser = 'Usuari i/o clau erronis. Accés denegat.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/catalan-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: catalan-utf-8.inc.php,v 2.130.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// abreviatures de Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s dies, %s hores, %s minuts i %s segons';
 
$day_of_week = array('Diu', 'Dll', 'Dma', 'Dcr', 'Djs', 'Div', 'Dis');
$month = array('Gen', 'Feb', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Dec');
// Veure http://www.php.net/manual/es/function.strftime.php per a definir
// la variable seguent
$datefmt = '%d-%m-%Y a les %H:%M:%S';
 
$strAbortedClients = 'Avortat';
$strAbsolutePathToDocSqlDir = 'S\'ha d\'entrar el camí absolut en el servidor web per el directori de docSQL';
$strAccessDenied = 'Accés denegat';
$strAccessDeniedCreateConfig = 'La raó més probable d\'aixó és que no heu creat l\'arxiu de configuració. Podriau voler utilitzar %1$ssetup script%2$s per crear-ne un.';
$strAccessDeniedExplanation = 'phpMyAdmin ha intentat connectar amb el servidor de MySQL, pero el servidor ha rebutjat la connexió. Comprova el host, el num d\' usuari i la contrasenya al fitxer config.inc.php i mira que es correspongui amb la informació facilitada per l\' administrador del servidor de MySQL.';
$strAction = 'Acció';
$strAddAutoIncrement = 'Afegir valor AUTO_INCREMENT';
$strAddConstraints = 'Afegir restriccions';
$strAddDeleteColumn = 'Afegir/esborrar Camps de Columna';
$strAddDeleteRow = 'Afegir/esborrar fila de criteri';
$strAddDropDatabase = 'Afegir DROP DATABASE';
$strAddedColumnComment = 'Afegit comentari per la columna';
$strAddedColumnRelation = 'Afegida relació per la columna';
$strAddFields = 'Afegir %s camp(s)';
$strAddHeaderComment = 'Afegir comentari personalitzat a la capçalera (\\n divideix linies)';
$strAddIfNotExists = 'Afegir IF NOT EXISTS';
$strAddIntoComments = 'Afegir en comentaris';
$strAddNewField = 'Afegir un camp nou';
$strAddPrivilegesOnDb = 'Afegir permissos a la següent base de dades';
$strAddPrivilegesOnTbl = 'Afegir permissos a la següent taula';
$strAddSearchConditions = 'Afegeix condicions de recerca (cos de la clàusula "WHERE"):';
$strAddToIndex = 'Afegir columna(es) a l\'índex %s &nbsp;';
$strAddUser = 'Afegir un usuari nou';
$strAddUserMessage = 'Has afegit un usuari nou.';
$strAdministration = 'Administració';
$strAffectedRows = 'Files afectades:';
$strAfter = 'Després %s';
$strAfterInsertBack = 'Tornar';
$strAfterInsertNewInsert = 'Insereix un nou registre';
$strAfterInsertNext = 'Editar el següent registre';
$strAfterInsertSame = 'Tornar a aquesta plana';
$strAllowInterrupt = 'Permetre l\'interrupció de l\'importació en cas de que l\'arxiu d\'ordres detecti que s\'acosta el limit del temps. Pot ser una bona solució per importar arxius grans, però pot trencar transaccions.';
$strAllTableSameWidth = 'Mostrar totes les taules amb la mateixa amplada?';
$strAll = 'Tot';
$strAlterOrderBy = 'Altera la taula i ordena per';
$strAnalyzeTable = 'Analitza la taula';
$strAnd = 'I';
$strAndThen = 'i llavors';
$strAnIndex = 'S\'ha afegit un índex a %s';
$strAnyHost = 'Qualsevol servidor';
$strAny = 'Qualsevol';
$strAnyUser = 'Qualsevol usuari';
$strApproximateCount = 'Pot ser aproximat. Veure FAQ 3.11';
$strAPrimaryKey = 'S\'ha afegit una clau principal a %s';
$strArabic = 'Àrab';
$strArmenian = 'Armeni';
$strAscending = 'Ascendent';
$strAtBeginningOfTable = 'Al principi de la taula';
$strAtEndOfTable = 'Al final de la taula';
$strAttr = 'Atributs';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Disseny automàtic';
 
$strBack = 'Enrere';
$strBaltic = 'Bàltic';
$strBeginCut = 'INICI DEL TALL';
$strBeginRaw = 'INICI DEL VOLCAT';
$strBinary = ' Binari ';
$strBinaryDoNotEdit = ' Binari - no editeu ';
$strBinaryLog = 'Registre binari';
$strBinLogEventType = 'Tipus d\'event';
$strBinLogInfo = 'Informació';
$strBinLogName = 'Nom del registre';
$strBinLogOriginalPosition = 'Posició original';
$strBinLogPosition = 'Posició';
$strBinLogServerId = 'ID de Servidor';
$strBookmarkAllUsers = 'Deixar accedir a cada usuari a aquesta consulta desada';
$strBookmarkCreated = '%s creat com a consulta desada';
$strBookmarkDeleted = 'S\'ha esborrat la consulta desada.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta SQL desada';
$strBookmarkReplace = 'Reemplaçar una consulta desada ja existent amb el mateix nom';
$strBookmarkThis = 'Desa aquesta consulta SQL';
$strBookmarkView = 'Només mirar';
$strBrowseDistinctValues = 'Navega per valors diferents';
$strBrowseForeignValues = 'Navega valors externs';
$strBrowse = 'Navega';
$strBufferPool = 'Grup de memòries intermitges';
$strBufferPoolUsage = 'Ús del grup de memòries intermitges';
$strBulgarian = 'Búlgar';
$strBusyPages = 'Planes ocupades';
$strBzError = 'phpMyAdmin és incapaç de comprimir el volcat degut a una extensió Bz2 incorrecta en aquesta versió de php. És molt recomenable posar a la directiva <code>$cfg[\'BZipDump\']</code> el valor <code>FALSE</code> al fitxer de configuració de phpMyAdmin. Si vols utilitzar les facilitats de compresió Bz2, és necessari actualitzar el php a la darrera versió disponible. Es pot consultar el informe d\'errada %s de php per a més detalls.';
$strBzip = '"comprimit amb bzip"';
 
$strCalendar = 'Calendari';
$strCanNotLoadImportPlugins = 'No es poden carregar les extensions d\'importació, comproveu l\'instal.lació!';
$strCannotLogin = 'No podem connectar amb el servidor MySQL';
$strCantLoad = 'No puc carregar la extensió %s,<br />comprova la configuració de PHP.';
$strCantLoadRecodeIconv = 'No es pot carregar iconv o recodificar una extensió necessària per la conversió de jocs de caràcters, configura php per permetre l\'ús d\'aquestes extensions o bé desactiva la conversió de jocs de caràcters en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No pots canviar el nom d\'un índex a "PRIMARY"!';
$strCantUseRecodeIconv = 'No es pot utilitzar iconv ni libiconv ni la funció recode_string mentre es carrega l\'extensió d\'informes. Comprova la configuració de php.';
$strCardinality = 'Cardinalitat';
$strCaseInsensitive = 'No sensible a majúscules';
$strCaseSensitive = 'sensible a majúscules';
$strCentralEuropean = 'Europa Central';
$strChange = 'Canvi';
$strChangeCopyModeCopy = '... respecta l\'antic.';
$strChangeCopyMode = 'Crea un nou usuari amb els mateixos permissos i ...';
$strChangeCopyModeDeleteAndReload = ' ... esborra l\'antic de les taules d\'usuaris i recarrega els permissos després.';
$strChangeCopyModeJustDelete = ' ... esborra l\'antic de les taules d\'usuaris.';
$strChangeCopyModeRevoke = ' ... treu tots els permissos actius de l\'antic i esborra\'l després.';
$strChangeCopyUser = 'Canvi d\'Informació de Connexió / Copia d\'Usuari';
$strChangeDisplay = 'Tria el camp a mostrar';
$strChangePassword = 'Canvi de contrasenya';
$strCharset = 'Joc de Caracters';
$strCharsetOfFile = 'Joc de caràcters de l\'arxiu:';
$strCharsetsAndCollations = 'Jocs de Caracters i ordenacions';
$strCharsets = 'Jocs de caracters';
$strCheckAll = 'Verificar-ho tot';
$strCheckOverhead = 'Comprovar taules desfragmentades';
$strCheckPrivs = 'Comprova els Permissos';
$strCheckPrivsLong = 'Comprova els Permissos per la Base de dades &quot;%s&quot;.';
$strCheckTable = 'Verifica la taula';
$strChoosePage = 'Tria una pàgina per editar';
$strColComFeat = 'Mostrant comentaris de les columnes';
$strCollation = 'Ordenaciò';
$strColumnNames = 'Nom de les columnes';
$strColumnPrivileges = 'Permissos específics de columna';
$strCommand = 'Ordre';
$strComments = 'Comentaris';
$strCommentsForTable = 'COMENTARIS PER LA TAULA';
$strCompatibleHashing = 'Compatible amb MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar insercions';
$strCompression = 'Compressió';
$strCompressionWillBeDetected = 'La compresió de l\'arxiu importat es detectarà automàticament des de: %s';
$strConfigDefaultFileError = 'No es pot carregar la configuració per defecte des de: "%1$s"';
$strConfigFileError = 'phpMyAdmin és incapaç de llegir el fitxer de configuració!<br />Això pot succeir si php troba un error sintàctic en ell o bé php no pot trobar el fitxer.<br />Intenta obrir el fitxer de configuració directament fent servir l\'enllaç següent i comprova el(s) missatge(s) d\'error que reps. En moltes ocasions una coma o punt i coma falta en algun lloc.<br />Si reps una plana en blanc, tot està bé.';
$strConfigureTableCoord = 'Configura les coordinades per la taula %s';
$strConnectionError = 'No puc connectar: paràmetres incorrectes.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Restriccions per taules volcades';
$strConstraintsForTable = 'Restriccions per la taula';
$strCookiesRequired = 'A partir d\'aquest punt és necessari tenir les galetes (cookies) activades.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La Base de dades %s s\'ha copiat a %s';
$strCopyTable = 'Copia taula a (base-de-dades<b>.</b>taula):';
$strCopyTableOK = 'La taula %s s\'ha copiat a %s.';
$strCopyTableSameNames = 'No es pot copiar la taula sobre ella mateixa';
$strCouldNotKill = 'phpMyAdmin no pot cancel.lar el fil %s. Probablement, ja és tancat.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE abans de copiar';
$strCreateIndex = 'Crea un índex a la columna:&nbsp;%s';
$strCreateIndexTopic = 'Crea un nou índex';
$strCreateNewDatabase = 'Crea una nova base de dades';
$strCreateNewTable = 'Crear una taula nova a la base de dades %s';
$strCreatePage = 'Crea una nova Pàgina';
$strCreatePdfFeat = 'Creació de PDFs';
$strCreationDates = 'Datas de Creació/Modificació/Comprovació';
$strCriteria = 'Criteris';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcions de CSV';
$strCSVOptions = 'Opcions CSV';
$strCyrillic = 'Ciríl.lic';
$strCzechSlovak = 'Txec-Eslovac';
$strCzech = 'Txec';
 
$strDanish = 'Danès';
$strDatabase = 'Base de dades';
$strDatabaseEmpty = 'El nom de la base de dades és buit!';
$strDatabaseExportOptions = 'Opcions d\'exportació de Bases de Dades';
$strDatabaseHasBeenDropped = 'La Base de Dades %s s\'ha eliminat.';
$strDatabaseNoTable = 'Aquesta base de dades no té taules!';
$strDatabases = 'bases de dades';
$strDatabasesDropped = '%s Bases de dades s\'han esborrat correctament.';
$strDatabasesStatsDisable = 'Desactiva Estadístiques';
$strDatabasesStatsEnable = 'Activa Estadístiques';
$strDatabasesStats = 'Estadístiques de les bases de dades';
$strDatabasesStatsHeavyTraffic = 'Nota: Activant les estadístiques de Base de Dades aqui pot provocar elevat tràfic entre el servidor Web i el de MySQL.';
$strData = 'Dades';
$strDataDict = 'Diccionari de Dades';
$strDataOnly = 'Només dades';
$strDataPages = 'Planes contenint dades';
$strDBComment = 'Comentaris de la Base de Dades: ';
$strDBCopy = 'Copiar base de dades a';
$strDBGContext = 'Contexte';
$strDBGContextID = 'ID de contexte';
$strDBGHits = 'Accessos';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Temps max, ms';
$strDBGMinTimeMs = 'Temps min, ms';
$strDBGModule = 'Módul';
$strDBGTimePerHitMs = 'Temps/Accés, ms';
$strDBGTotalTimeMs = 'Temps total, ms';
$strDbPrivileges = 'Permissos especifics de Base de dades';
$strDBRename = 'Reanomenar base de dades a';
$strDbSpecific = 'específic de la base de dades';
$strDefault = 'Defecte';
$strDefaultEngine = '%s és el motor d\'emmagatzematge per defecte en aquest servidor MySQL.';
$strDefaultValueHelp = 'Per a valors per defecte, només entra un valor, sense barres invertides ni cometes, fent servir aquest format: a';
$strDefragment = 'Desfragmentar taula';
$strDelayedInserts = 'Usa insercions diferides';
$strDeleteAndFlushDescr = 'Aquesta és la forma més clara, pero recarregar els permissos pot tardar una mica.';
$strDeleteAndFlush = 'Esborra els usuaris i recarrega els permissos seguidament.';
$strDeleted = 'La fila ha estat esborrada';
$strDeletedRows = 'Files esborrades:';
$strDelete = 'Esborrar';
$strDeleteNoUsersSelected = 'No hi ha usuaris sel.leccionats per esborrar!';
$strDeleting = 'Esborrant %s';
$strDelOld = 'La plana actual té referències a taules que no existeixen. Vols esborrar aquestes referències?';
$strDescending = 'Descendent';
$strDescription = 'Descripció';
$strDictionary = 'diccionari';
$strDirtyPages = 'Planes brutes';
$strDisabled = 'Desactivat';
$strDisableForeignChecks = 'Desactivar comprovacions de claus externes';
$strDisplayFeat = 'Mostrar característiques';
$strDisplayOrder = 'Ordre del llistat:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Fer una "petició segons exemple" (comodí: "%")';
$strDocu = 'Documentació';
$strDoYouReally = 'Realment vols fer?';
$strDropDatabaseStrongWarning = 'Ets a punt d\' ELIMINAR completament una base de dades!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Esborra les bases de dades que tenen els mateixos noms que els usuaris.';
$strDumpingData = 'Volcant dades de la taula';
$strDumpSaved = 'El volcat s\'ha guardat amb el nom d\'arxiu %s.';
$strDumpXRows = 'Volcar %s files començant a la fila %s.';
$strDynamic = 'dinàmic';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar pàgines PDF';
$strEditPrivileges = 'Editar permissos';
$strEffective = 'Efectiu';
$strEmpty = 'Buidar';
$strEmptyResultSet = 'MySQL ha retornat un conjunt buit (p.e. cap fila).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Incloure exportació en la transacció';
$strEndCut = 'FI DEL TALL';
$strEnd = 'Final';
$strEndRaw = 'FI DEL VOLCAT';
$strEngineAvailable = '%s està disponible en aquest servidor MySQL.';
$strEngineDisabled = '%s s\'ha desactivat en aquest servidor MySQL.';
$strEngines = 'Motors';
$strEngineUnsupported = 'Aquest servidor MySQL no soporta el motor d\'emmagatzematge %s.';
$strEnglish = 'Anglès';
$strEnglishPrivileges = ' Nota: Els noms dels privilegis del MySQL són en llengua anglesa ';
$strError = 'Errada';
$strErrorInZipFile = 'Error en arxiu ZIP:';
$strEscapeWildcards = 'Els comodins _ i % han de marcar-se amb una \ per usar-los literalment';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonià ';
$strExcelEdition = 'Edició per Excel';
$strExcelOptions = 'Opcions d\'Excel';
$strExecuteBookmarked = 'Executa una consulta desada';
$strExplain = 'Explicació de l\'SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercions ampliades';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intents erronis';
$strField = 'Camp';
$strFieldHasBeenDropped = 'S\'ha esborrat el camp %s';
$strFields = 'Camps';
$strFieldsEmpty = ' El comptador de camps és buit! ';
$strFieldsEnclosedBy = 'Camps englobats per';
$strFieldsEscapedBy = 'Camps amb marca d\'escapada';
$strFieldsTerminatedBy = 'Camps acabats per';
$strFileAlreadyExists = 'L\'arxiu %s ja existeix al servidor, canvia el nom o marca l\'opció de sobreescriure.';
$strFileCouldNotBeRead = 'No es pot llegir el fitxer';
$strFileNameTemplateDescription = 'Aquest valor es interpretat usant %1$sstrftime%2$s, pel que podeu usar les cadenes de formateig de temps. Ademès, es faràn aquestes transformacions: %3$s. Altre text es deixarà sense variació.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de dades';
$strFileNameTemplateDescriptionServer = 'nom de servidor';
$strFileNameTemplateDescriptionTable = 'nom de taula';
$strFileNameTemplate = 'Nom de fitxer de plantilla';
$strFileNameTemplateRemember = 'Recordar plantilla';
$strFileToImport = 'Arxiu a importar';
$strFixed = 'fixa';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obté els permissos de l\'usuari directament de les taules de permissos de l\' MySQL. El contingut d\'aquestes taules pot diferir dels permissos que utilitza el servidor si s\'han fet canvis manualment. En aquest cas, es necessari %srecarregar els permissos%s abans de continuar.';
$strFlushQueryCache = 'Buidar la memòria intermèdia de consultes';
$strFlushTable = 'Buidar la memòria cau de la taula ("FLUSH")';
$strFlushTables = 'Sincronitzar (tancar) totes les taules';
$strFormat = 'Format';
$strFormEmpty = 'Falta un valor al formulari !';
$strFreePages = 'Planes lliures';
$strFullText = 'Textos sencers';
$strFunction = 'Funció';
 
$strGenBy = 'Generat per';
$strGeneralRelationFeat = 'Característiques generals de relacions';
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar Contrasenya';
$strGenTime = 'Temps de generació';
$strGeorgian = 'Georgià';
$strGerman = 'Alemany';
$strGlobal = 'global';
$strGlobalPrivileges = 'Permissos generals';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Atorgar';
$strGreek = 'Grec';
$strGzip = '"comprimit amb gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'ha estat alterada.';
$strHasBeenCreated = 'ha estat creada.';
$strHaveToShow = 'Has d\'escollir al menys una columna per mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usa hexadecimal per camps binaris';
$strHome = 'Inici';
$strHomepageOfficial = 'Plana oficial del phpMyAdmin';
$strHostEmpty = 'El nom del servidor és buit!';
$strHost = 'Servidor';
$strHungarian = 'Húngar';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Text sencer';
$strIgnoreDuplicates = 'Ignorar files duplicades';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilitzar "ignore inserts"';
$strIgnoringFile = 'Ignorant fitxer %s';
$strImportDocSQL = 'Importa Arxius docSQL';
$strImportFiles = 'Importar fitxers';
$strImportFormat = 'Format de l\'arxiu importat';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'Importació finalitzada correctament, %d consultes executades.';
$strIndexes = 'Indexos';
$strIndexHasBeenDropped = 'S\'ha esborrat l\'índex %s';
$strIndex = 'Índex';
$strIndexName = 'Nom d\'índex:';
$strIndexType = 'Tipus d\'índex:';
$strIndexWarningMultiple = 'Més d\'una clau %s s\'ha creat per a la columna `%s`';
$strIndexWarningPrimary = 'Les claus PRIMARY i INDEX no es poden establir alhora per a la columna `%s`';
$strIndexWarningTable = 'Problemes amb els index de la taula `%s`';
$strIndexWarningUnique = 'Les claus UNIQUE i INDEX no es poden establir alhora per a la columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La quantitat a incrementar per ampliar el tamany d\'una taula autoextensible quan estigui a punt d\'omplir-se.';
$strInnoDBAutoextendIncrement = 'Increment d\'autoextensió';
$strInnoDBDataFilePath = 'Arxius de dades';
$strInnoDBDataHomeDirDesc = 'La part comuna de la ruta al directori per tots els arxius de dades InnoDB.';
$strInnoDBDataHomeDir = 'Directori local de dades';
$strInnodbStat = 'Estat InnoDB';
$strInsecureMySQL = 'El vostre fitxer de configuració té paràmetres (root sense contrasenya) que corresponen al compte privilegiat predetermitat de MySQL. El servidor MySQL està funcionant amb aquests valors, el que significa un forat de seguretat, i s\'exposa a intrusions, pel que recomanem la reparació urgent d\'aquest forat de seguretat.';
$strInsertAsNewRow = 'Inserir com a nova fila';
$strInsertedRowId = 'Id de la fila inserida:';
$strInsertedRows = 'Files Inserides:';
$strInsert = 'Insereix';
$strInsertNewRow = 'Inserir nova fila';
$strInternalNotNecessary = '* No es necessita una relació interna si ja existeix a InnoDB.';
$strInternalRelations = 'Relacions internes';
$strInUse = 'en ús';
$strInvalidAuthMethod = 'Mètode d\'identificació incorrecte establert a la configuració:';
$strInvalidColumnCount = 'El comptador de columnes ha de ser més gran que zero.';
$strInvalidColumn = 'S\'ha especificat una columna incorrecta (%s)!';
$strInvalidCSVFieldCount = 'Comptador de camps incorrecte en l\'entrada CSV a la línia %d.';
$strInvalidCSVFormat = 'Format incorrecte a l\'entrada CSV a la línia %d.';
$strInvalidCSVParameter = 'Paràmetre incorrecte per importació CSV: %s';
$strInvalidFieldAddCount = 'Heu d\'afegir al menys un camp.';
$strInvalidFieldCount = 'La taula ha de tenir al menys un camp.';
$strInvalidLDIImport = 'Aquesta extensió no suporta importacions comprimides!';
$strInvalidRowNumber = '%d no és un num. vàlid de fila.';
$strInvalidServerHostname = 'Nom de host invàlid pel servidor %1$s. Si us plau, reviseu la configuració.';
$strInvalidServerIndex = 'Index de servidor invàlid: "%s"';
 
$strJapanese = 'Japonès';
$strJoins = 'Unions';
$strJumpToDB = 'Vés a la Base de Dades &quot;%s&quot;.';
$strJustDeleteDescr = 'Els usuaris &quot;esborrats&quot; encara tindrán accés al servidor com fins ara mentre no es recarreguin els permissos.';
$strJustDelete = 'Només esborra els usuaris de les taules de permissos.';
 
$strKeepPass = 'No canviïs la contrasenya';
$strKeyCache = 'Memòria intermèdia de claus';
$strKeyname = 'Nom Clau';
$strKill = 'Finalitzar';
$strKorean = 'Coreà';
 
$strLandscape = 'Horitzontal';
$strLanguageFileNotFound = 'Arxiu d\'idioma "%1$s" no trobat.';
$strLanguageUnknown = 'Idioma desconegut: %1$s.';
$strLatchedPages = 'Planes inalterables';
$strLatexCaption = 'Titol de Taula';
$strLatexContent = 'Contingut de la taula __TABLE__';
$strLatexContinuedCaption = 'Continuació del Titol de taula';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Inclusió del titol de taula';
$strLatexLabel = 'Etiqueta de clau';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcions LaTeX';
$strLatexStructure = 'Estructura de la taula __TABLE__';
$strLatvian = 'Letó';
$strLDI = 'CSV usant LOAD DATA';
$strLDIImportOptions = 'Opcions per importació CSV usant LOAD DATA';
$strLDILocal = 'Usa clau LOCAL';
$strLengthSet = 'Longitud/Valors*';
$strLimitNumRows = 'registres per plana';
$strLinesTerminatedBy = 'Línies acabades amb';
$strLinkNotFound = 'No s\'ha trobat l\'enllaç ';
$strLinksTo = 'Enllaços a';
$strLithuanian = 'Lituà ';
$strLocalhost = 'Local';
$strLocationTextfile = 'Ubicació del fitxer de text';
$strLogin = 'Identificació';
$strLoginInformation = 'Informació d\'Identificació';
$strLogout = 'Sortir';
$strLogPassword = 'Contrasenya:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nom d\'Usuari:';
$strLongOperation = 'Aquesta operació pot ser bastant llarga. Procedim igualment?';
 
$strMaxConnects = 'max. connexions simultànies';
$strMaximalQueryLength = 'Tamany màxim de la consulta creada';
$strMaximumSize = 'Tamany Màxim: %s%s';
$strMbExtensionMissing = 'No s\'ha trobat la extensió de PHP mbstring i sembla que feu servir un joc de caracters multibyte. Sense la extensió mbstring, phpMyAdmin és incapaç de dividir cadenes de text correctament i pot generar resultats inesperats.';
$strMbOverloadWarning = 'Teniu activada la funció mbstring.func_overload a la configuració del vostre PHP. Aquesta opció és incompatible amb phpMyAdmin i pot provocar la perdua de dades!';
$strMIME_available_mime = 'Tipus MIME disponibles';
$strMIME_available_transform = 'Transformacions disponibles';
$strMIME_description = 'Descripció';
$strMIME_MIMEtype = 'Tipus MIME';
$strMIME_nodescription = 'No hi ha cap descripció disponible per a aquesta transformació.<br />Demana a l\'autor qué fa %s.';
$strMIME_transformation_note = 'Per veure una llista d\'opcions de transformació disponibles i els seus tipus MIME de transformació, clica a %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Entra els valors per a transformar utilitzant aquest format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure una barra invertida ("\") o un apòstrof ("\'") entre aquests valors, posa una barra invertida devant (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opcions de Transformació';
$strMIME_transformation = 'Transformació del Navegador';
$strMIMETypesForTable = 'TIPUS MIME PER LA TAULA';
$strMIME_without = 'Els tipus MIME en cursiva no tenen funcions de transformació a part';
$strModifications = 'Les modificacions han estat guardades';
$strModifyIndexTopic = 'Modifica un índex';
$strModify = 'Modificar';
$strMoveTable = 'Mou taula a (base-de-dades<b>.</b>taula):';
$strMoveTableOK = 'Taula %s moguda a %s.';
$strMoveTableSameNames = 'No es pot moure la taula sobre ella mateixa!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamany per defecte de l\'apuntador en bytes, usat en CREATE TABLE per a taules MyISAM quan no s\'especifica l\'opció MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamany de l\'apuntador de dades';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si l\'arxiu temporal usat per creació ràpida d\'un índex MyISAM pot ser més gran que usant el cau principal per la quantitat especificada aquí, es recomana fer servir el cau principal.';
$strMyISAMMaxExtraSortFileSize = 'Màxim tamany per arxius temporals en creació d\'índex';
$strMyISAMMaxSortFileSizeDesc = 'El tamany màxim per arxius temporals de MySQL es permet usar-lo mentre es torna acrear un índex MyISAM (mentre es fa un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamany màxim per arxius temporals de classificació';
$strMyISAMRecoverOptionsDesc = 'El modus per a recuperació automàtica en taules MyISAM corruptes, com s\'estableix via l\'opció d\'inici del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modus de recuperació automàtic';
$strMyISAMRepairThreadsDesc = 'Si aquest valor és més gran que 1, els índexos de taules MyISAM es creen en paralel (cada índex en el seu propi fil) mentre s\'executa el procés de reparació per classificació.';
$strMyISAMRepairThreads = 'Reparar fils';
$strMyISAMSortBufferSizeDesc = 'Ârea assignada per classificar índexos MyISAM mentre es fa un REPAIR TABLE o mentre es creen índexos amb CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamany de l\'àrea de classificació';
$strMySQLCharset = 'Joc de caràcters de MySQL';
$strMysqlClientVersion = 'Versió del client MySQL';
$strMySQLConnectionCollation = 'Ordenació de la connexió MySQL';
$strMySQLSaid = 'MySQL diu: ';
$strMySQLShowProcess = 'Mostrar processos';
$strMySQLShowStatus = 'Mostra la informació de funcionament del MySQL';
$strMySQLShowVars = 'Mostra les variables de sistema del MySQL';
 
$strName = 'Nom';
$strNext = 'Següent';
$strNoActivity = 'Sense activitat des de fa %s segons o més, entra de nou';
$strNoDatabases = 'No hi ha Bases de Dades';
$strNoDatabasesSelected = 'No hi han Bases de dades sel.leccionades.';
$strNoDescription = 'Sense Descripció';
$strNoDetailsForEngine = 'No hi ha informació detallada de l\'estat disponible per a aquest motor d\'emmagatzematge.';
$strNoDropDatabases = 'Instrucció "DROP DATABASE" desactivada.';
$strNoExplain = 'Saltar l\'explicació de l\'SQL';
$strNoFilesFoundInZip = 'No s\'han trobat arxius dins de l\'arxiu ZIP!';
$strNoFrames = 'phpMyAdmin és més fàcil amb un navegador que <b>suporti marcs (frames)</b>.';
$strNoIndex = 'No s\'ha definit l\'índex!';
$strNoIndexPartsDefined = 'No s\'han definit parts de l\'índex!';
$strNoModification = 'Sense canvis';
$strNone = 'Res';
$strNo = 'No';
$strNoOptions = 'Aquest format no té opcions';
$strNoPassword = 'Sense contrasenya';
$strNoPermission = 'El servidor web no té permissos per a guardar l\'arxiu %s.';
$strNoPhp = 'Sense codi PHP';
$strNoPrivileges = 'Sense permissos';
$strNoRights = 'No tens prou permissos per visualitzar aquesta informació!';
$strNoRowsSelected = 'No s\'han seleccionat files';
$strNoSpace = 'No hi ha prou espai per guardar l\'arxiu %s.';
$strNoTablesFound = 'Base de dades sense taules.';
$strNoThemeSupport = 'No hi ha suport pels temes, si et plau comprova la teva configuració i/o els teus temes al directori %s.';
$strNothingToImport = 'No heu entrat dades per importar!';
$strNotNumber = 'Aquest valor no és un número!';
$strNotOK = 'Incorrecte';
$strNotSet = 'Taula <b>%s</b> no trobada o no definida a %s';
$strNoUsersFound = 'No s\'han trobat usuaris.';
$strNoValidateSQL = 'Saltar la Validació de l\'SQL';
$strNull = 'Nul';
$strNumberOfFields = 'Nombre de camps';
$strNumSearchResultsInTable = '%s resultat(s) a la taula <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultat(s)';
$strNumTables = 'Taules';
 
$strOK = 'Correcte';
$strOpenNewWindow = 'Obrir nova finestra de phpMyAdmin';
$strOperations = 'Operacions';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimitza la taula';
$strOr = 'O';
$strOverhead = 'Defragmentat';
$strOverwriteExisting = 'Sobreescriure arxiu(s) existent(s)';
 
$strPageNumber = 'Número de pàgina:';
$strPagesToBeFlushed = 'Planes per a purgar';
$strPaperSize = 'Tamany de paper';
$strPartialImport = 'Importació parcial';
$strPartialText = 'Textos Parcials';
$strPasswordChanged = 'La contrasenya per a %s s\'ha canviat correctament.';
$strPassword = 'Contrasenya';
$strPasswordEmpty = 'La contrasenya és buida!';
$strPasswordHashing = 'Contrasenya Hashing';
$strPasswordNotSame = 'Les contrasenyes no coincideixen!';
$strPdfDbSchema = 'Esquema de la base de dades "%s" - Pàgina %s';
$strPdfInvalidTblName = 'La taula "%s" no existeix!';
$strPdfNoTables = 'No hi ha taules';
$strPDFOptions = 'Opcions PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Títol de llistat';
$strPerHour = 'per hora';
$strPerMinute = 'per minut';
$strPerSecond = 'per segon';
$strPersian = 'Persa';
$strPhoneBook = 'Libreta d\' adreces';
$strPHP40203 = 'S\'esta fent servir la versió 4.2.3 de PHP, que té un serios error amb cadenes de multi-byte (mbstring). Mira l\'informe d\'error 19404 de PHP. No es recomana aquesta versió de PHP per treballar amb phpMyAdmin.';
$strPhp = 'Crear codi PHP';
$strPHPVersion = 'PHP versió';
$strPmaDocumentation = 'Documentació de phpMyAdmin';
$strPmaUriError = 'La directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> HA d\'estar al fitxer de configuració!';
$strPolish = 'Polac';
$strPortrait = 'Vertical';
$strPos1 = 'Inici';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'S\'ha esborrat la clau principal';
$strPrimaryKeyName = 'El nom de la clau principal ha de ser ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ha de ser</b> el nom i <b>només</b> el nom de la clau principal!)';
$strPrimary = 'Principal';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista d\'impresió (amb texts sencers)';
$strPrintView = 'Imprimir vista';
$strPrivDescAllPrivileges = 'Inclou tots els permissos excepte GRANT (atorgar).';
$strPrivDescAlter = 'Permet alterar l\'estructura de taules existents.';
$strPrivDescAlterRoutine = 'Permet alterar i esborrar rutines enmagatzemades.';
$strPrivDescCreateDb = 'Permet crear noves bases de dades i taules.';
$strPrivDescCreateRoutine = 'Permet crear rutines enmgatzemades.';
$strPrivDescCreateTbl = 'Permet crear noves taules.';
$strPrivDescCreateTmpTable = 'Permet crear taules temporals.';
$strPrivDescCreateUser = 'Permet crear, esborrar i reanomenar comptes d\'usuari.';
$strPrivDescCreateView = 'Permet crear noves vistes.';
$strPrivDescDelete = 'Permet esborrar dades.';
$strPrivDescDropDb = 'Permet eliminar bases de dades i taules.';
$strPrivDescDropTbl = 'Permet eliminar taules.';
$strPrivDescExecute5 = 'Permet executar rutines enmagatzemades.';
$strPrivDescExecute = 'Permet executar processos enmagatzemats (stored procedures); No té efecte en aquesta versió de MySQL.';
$strPrivDescFile = 'Permet importar i exportar dades amb fitxers externs.';
$strPrivDescGrant = 'Permet afegir usuaris i permissos sense tenir que recarregar les taules de permissos.';
$strPrivDescIndex = 'Permet crear i eliminar indexos.';
$strPrivDescInsert = 'Permet inserir i modificar dades.';
$strPrivDescLockTables = 'Permet bloquejar taules per l\'actual fil d\'execució.';
$strPrivDescMaxConnections = 'Limita el numero de noves connexions que pot obrir l\'usuari per hora.';
$strPrivDescMaxQuestions = 'Limita el numero de consultes que pot enviar l\'usuari al servidor per hora.';
$strPrivDescMaxUpdates = 'Limita el numero d\'ordres que pot executar l\'usuari canviant qualsevol taula o base de dades per hora.';
$strPrivDescMaxUserConnections = 'Límita el nombre de connexions simultànies que l\'usuari pot tenir.';
$strPrivDescProcess3 = 'Permet cancel.lar processos d\'altres usuaris.';
$strPrivDescProcess4 = 'Permet veure completament les consultes a la llista de processos.';
$strPrivDescReferences = 'No té efecte en aquesta versió de MySQL.';
$strPrivDescReload = 'Permet recarregar les configuracions del servidor i buidar les seves memòries cau.';
$strPrivDescReplClient = 'Dona el dret a l\'usuari de preguntar quins servidors mestres / esclaus hi ha.';
$strPrivDescReplSlave = 'Es necessari per a la replicació en servidors esclaus.';
$strPrivDescSelect = 'Permet llegir dades.';
$strPrivDescShowDb = 'Dona accés a la llista completa de bases de dades.';
$strPrivDescShowView = 'Permet fer consultes de tipus SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permet parar el servidor.';
$strPrivDescSuper = 'Permet connectar, encara que s\'hagi arribat al máxim numero de connexions permés; Es necessari per moltes operacions d\'administració com ara establir variables globals o bé cancel.lar fils d\'execució d\'altres usuaris.';
$strPrivDescUpdate = 'Permet canviar dades.';
$strPrivDescUsage = 'Sense permissos.';
$strPrivileges = 'Permissos';
$strPrivilegesReloaded = 'Els permissos s\'han recarregat correctament.';
$strProcesslist = 'Llista de processos';
$strProtocolVersion = 'Versió del protocol';
$strPutColNames = 'Posa els noms de camp a la primera fila';
 
$strQBE = 'Consulta segons exemple';
$strQBEDel = 'Sup';
$strQBEIns = 'Ins';
$strQueryCache = 'Memòria intermèdia de consultes';
$strQueryFrame = 'Finestra de la Consulta';
$strQueryOnDb = 'Consulta SQL a la base de dades <b>%s</b>:';
$strQuerySQLHistory = 'Historial SQL';
$strQueryStatistics = '<b>Estadístiques de Consultes</b>: Des de l\'últim inici, s\'han enviat %s consultes al servidor.';
$strQueryTime = 'La consulta tarda %s seg';
$strQueryType = 'Tipus de consulta';
$strQueryWindowLock = 'No sobreescriure aquesta consulta des de fora de la finestra';
 
$strReceived = 'Rebut';
$strRecords = 'Registres';
$strReferentialIntegrity = 'Comprova la integritat referencial:';
$strRefresh = 'Actualitzar';
$strRelationalSchema = 'Esquema Relacional';
$strRelationNotWorking = 'Les característiques addicionals per treballar amb taules enllaçades s\'han desactivat. Per saber perquè clica %saquí%s.';
$strRelationsForTable = 'RELACIONS DE LA TAULA';
$strRelations = 'Relacions';
$strRelationView = 'Vista de Relacions';
$strReloadingThePrivileges = 'Recarregant permissos';
$strReloadMySQL = 'Rellegir el MySQL';
$strRemoveSelectedUsers = 'Treure els usuaris sel.leccionats';
$strRenameDatabaseOK = 'Base de dades %s reanomenada a %s';
$strRenameTableOK = 'La taula %s ha canviat de nom. Ara es diu %s';
$strRenameTable = 'Renombrar les taules a';
$strRepairTable = 'Reparar taula';
$strReplaceNULLBy = 'Substitueix NULL per';
$strReplaceTable = 'Substituir les dades de la taula pel fitxer ';
$strReplication = 'Replicació';
$strReset = 'Esborrar';
$strResourceLimits = 'Limit de recursos';
$strReType = 'Reescriure';
$strRevokeAndDelete = 'Denega tots els permissos actius dels usuaris i els esborra després.';
$strRevokeAndDeleteDescr = 'Els usuaris encara tindran el permís USAGE fins que es recarreguin els permissos.';
$strRevokeMessage = 'Has tret els permissos per %s';
$strRevoke = 'Treure';
$strRomanian = 'Romanés';
$strRowLength = 'Longitud de fila';
$strRows = 'Fila';
$strRowsFrom = 'Files començant des de';
$strRowSize = 'Mida de fila ';
$strRowsModeFlippedHorizontal = 'horizontal (capçaleres rotades)';
$strRowsModeHorizontal = 'horitzontal';
$strRowsModeOptions = ' en mode %s i repeteix capçaleres després de %s cel·les ';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadística de files';
$strRunning = 'funcionant a %s';
$strRunQuery = 'Executa consulta';
$strRunSQLQuery = 'Executa consulta/s SQL a la Base de Dades %s';
$strRunSQLQueryOnServer = 'Executar consulta/es SQL al servidor %s';
$strRussian = 'Rus';
 
$strSave = 'Guardar';
$strSaveOnServer = 'Guardar al servidor al directori %s';
$strScaleFactorSmall = 'El factor de l\'escala és massa petit per posar l\'esquema en una pàgina';
$strSearch = 'Cercar';
$strSearchFormTitle = 'Cercar a la base de dades';
$strSearchInTables = 'A la(les) taula(es):';
$strSearchNeedle = 'Paraula(es) o valor(s) a cercar (comodí: "%"):';
$strSearchOption1 = 'al menys una d\'aquestes paraules';
$strSearchOption2 = 'Totes les paraules';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'com a expressió regular';
$strSearchResultsFor = 'Resultats de la recerca per a "<i>%s</i>" %s:';
$strSearchType = 'Trobat:';
$strSecretRequired = 'El fitxer de configuració necessita ara una frase de pas secreta (blowfish_secret).';
$strSelectADb = 'Selecciona una Base de Dades';
$strSelectAll = 'Selecciona Tot';
$strSelectBinaryLog = 'Selecciona el registre binari per veure';
$strSelectFields = 'Selecciona els camps (un com a mínim):';
$strSelectNumRows = 'en consulta';
$strSelectTables = 'Selecciona Taules';
$strSend = 'enviar';
$strSent = 'Enviat';
$strServerChoice = 'Elecció de Servidor';
$strServerNotResponding = 'El servidor no respon';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercions demorades';
$strServerStatus = 'Informació d\'execució';
$strServerStatusUptime = 'Aquest servidor MySQL és en marxa durant %s. Es va iniciar en %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Ocupació de servidor</b>: Aquestes taules mostren la ocupació de la xarxa d\'aquest servidor MySQL des de l\'últim inici.';
$strServerVars = 'Variables i configuracions del servidor';
$strServerVersion = 'Versió del servidor';
$strSessionValue = 'Valor de sessió';
$strSetEnumVal = 'Si el tipus de camp és "enum" o "set", entra els valors fent servir el format: \'a\',\'b\',\'c\'...<br />Si mai necessites escriure la barra invertida ("\") o la cometa simple ("\'") abans d\'aquests valors, escriu barres invertides (per exemple \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tot';
$strShowColor = 'Mostra color';
$strShowDatadictAs = 'Format del Diccionari de Dades';
$strShowFullQueries = 'Mostra Consultes completes';
$strShowGrid = 'Mostra graella';
$strShowingBookmark = 'Mostrant consultes desades';
$strShowingRecords = 'Mostrant registres: ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostrar taules obertes';
$strShowPHPInfo = 'Mostra informació de PHP';
$strShowSlaveHosts = 'Mostrar servidors esclaus';
$strShowSlaveStatus = 'Mostrar estat d\'esclaus';
$strShowStatusBinlog_cache_disk_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal però que excedeixen el valor de binlog_cache_size i usen un arxiu temporal per desar elements de la transacció.';
$strShowStatusBinlog_cache_useDescr = 'El nombre de transaccions que han fet servir el registre binari temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El nombre de taules temporals en disc creades automàticament per el servidor mentre executa instruccions. Si Created_tmp_disk_tables és gran, potser vols incrementar el valor de tmp_table_size per fer que les taules temporals treballin en memòria en lloc de treballar en disc.';
$strShowStatusCreated_tmp_filesDescr = 'Cuànts arxius temporals ha creat mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El nombre de taules temporals creades en memòria per el servidor mentre executa instruccions.';
$strShowStatusDelayed_errorsDescr = 'El nombre de files escrites amb INSERT DELAYED en les que s\'ha detectar algun error (possile clau duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El nombre de gestors de fils de INSERT DELAYED en ús. Cada taula diferent ón s\'usa INSERT DELAYED té el seu propi fil.';
$strShowStatusDelayed_writesDescr = 'El nombre de files escrites amb INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'El nombre d\'instruccions FLUSH executades.';
$strShowStatusHandler_commitDescr = 'El nombre d\'instruccions COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'El nombre de vegades que s\'ha esborrat una fila d\'una taula.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL pot preguntar al motor d\'enmagatzemament NDB Cluster si coneix quelcom taula amb el nom especificat. Aixó s\'anomena descobriment. Handler_discover indica el nombre de taules descobertes.';
$strShowStatusHandler_read_firstDescr = 'El nombre de vegades que s\'ha llegit la primera entrada des d\'un índex. Si és alt, suggereix que el servidor està fent moltes cerques de full index; per exemple, SELECT col1 FROM foo, assumint que col1 és indexat.';
$strShowStatusHandler_read_keyDescr = 'El nombre de peticions basades en una clau per llegir una fila. Si és alt, és una bona indicació de que les consultes i taules estàn indexades adequadament.';
$strShowStatusHandler_read_nextDescr = 'El nombre de peticions per llegir la següent fila en l\'ordre de la clau. Aixó s\'incrementa si s\'està consultant una columna d\'index amb limitació de rang o si s\'està fent una cerca d\'index.';
$strShowStatusHandler_read_prevDescr = 'El nombre de peticions per llegir la fila anterior en l\'ordre de la clau. Aquest mètode de lectura s\'utilitza principalment per optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El nombre de peticions per llegir una fila basada en una posició fixa. Aixó és alt si es fan moltes consultes que requereixen ordenació del resultat. Probablement tens moltes consultes que fan que MySQL cerqui les taules senceres o bé hi ha joins que no fan servir les claus adequadament.';
$strShowStatusHandler_read_rnd_nextDescr = 'El nombre de peticions per llegir la següent fila a l\'arxiu de dades. Aixó és alt si es fan moltes cerques de taula. Generalment, suggereix que les taules no estàn indexades adequadament o bé les consultes no estàn fetes per aprofitar les avantatges dels índexos definits.';
$strShowStatusHandler_rollbackDescr = 'El nombre d\'instruccions ROLLBACK.';
$strShowStatusHandler_updateDescr = 'El nombre de peticions per a actualitzar una fila en una taula.';
$strShowStatusHandler_writeDescr = 'El nombre de peticions per a insertar una fila en una taula.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El nombre de planes contenint dades (brutes o netes).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El nombre de planes actualment brutes.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El nombre de planes a la memòria intermitja que s\'han demanat per ser actualitzades.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El nombre de planes lliures.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El nombre de planes bloquejades a la memòria intermitja de InnoDB. Aquestes planes s\'estàn llegint o escrivint actualment o no es poden actualitzar o esborrar per qualsevol altra raó.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El nombre de planes en ús degut a que s\'han marcat per tasques administratives com a bloqueixos de files o l\'index del hash adaptatiu. Aquest valor es pot calcular com Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamany total de la memòria intermitja, en planes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El nombre de lectures aleatòries d\'InnoDB iniciades. Aixó passa quan una consulta cerca en una gran part de una taula però en ordre aleatori.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El nombre de lectures secuencials d\'InnoDB iniciades. Aixó passa quan InnoDB fa una cerca secuencial a la taula sencera.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El nombre de peticions de lectures lògiques que InnoDB ha fet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El nombre de peticions de lectures lògiques que InnoDB no pot satisfer de la memòria intermitja i ha de fer lectures de planes individuals.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalment, les escritures a la memòria intermitja d\'InnoDB es fan en segon pla. En canvi, si és necessari llegir o crear una plana i no hi ha planes netes disponibles, fa falta esperar a que primer s\'actualitzin planes. Aquest comptador mostra instàncies d\'aquestes esperes. Si el tamany de la memòria intermitja és adequat, aquest valor sól ser petit.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El nombre d\'escriptures fetes a la memòria intermitja d\'InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El nombre d\'operacions fsync() aproximades.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El nombre actual d\'operacions fsync() pendents.';
$strShowStatusInnodb_data_pending_readsDescr = 'El nombre actual de lectures pendents.';
$strShowStatusInnodb_data_pending_writesDescr = 'El nombre actual d\'escritures pendents.';
$strShowStatusInnodb_data_readDescr = 'La quantitat aproximada de dades llegides, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El nombre total de dades llegides.';
$strShowStatusInnodb_data_writesDescr = 'El nombre total de dades escrites.';
$strShowStatusInnodb_data_writtenDescr = 'La quantitat aproximada de dades escrites, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_dblwr_writesDescr = 'El nombre de dobles escriptures realitzades i el nombre de planes escrites per a aquest propòsit.';
$strShowStatusInnodb_log_waitsDescr = 'El nombre d\'esperes fetes degut al petit tamany de la memòria intermèdia del registre i a esperar a que s\'actualitzés abans de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El nombre de peticions d\'escriptura al registre.';
$strShowStatusInnodb_log_writesDescr = 'El nombre d\'escriptures físiques a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El nombre d\'escriptures fsync fetes a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El nombre d\'operacions fsync pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escriptures pendents a l\'arxiu de registre.';
$strShowStatusInnodb_os_log_writtenDescr = 'El nombre de bytes escrits a l\'arxiu de registre.';
$strShowStatusInnodb_pages_createdDescr = 'El nombre de planes creades.';
$strShowStatusInnodb_page_sizeDescr = 'El tamany de plana d\'InnoDB compilat (per defecte 16KB). Bastants valors es comptabilitzen en planes; el tamany de plana permet convertir-lo fàcilment a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El nombre de planes llegides.';
$strShowStatusInnodb_pages_writtenDescr = 'El nombre de planes escrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El nombre de bloquejos de files actualment en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El temps promig en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_timeDescr = 'El temps total emprat en fer bloquejos de files, en milisegons.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El temps màxim en fer un bloqueig de fila, en milisegons.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El nombre de vegades que un bloqueig de fila ha estat en espera.';
$strShowStatusInnodb_rows_deletedDescr = 'El nombre de files esborrades de taules InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El nombre de files afegides a taules InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El nombre de files llegides de taules InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El nombre de fles actualitzades en taules InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El nombre de bloquejos de clau a la memòria cau de les claus que han canviat però que encara no han estat actualitzades a disc. Es coneix com a Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El nombre de blocs no usats a la memòria cau de les claus. Aquest valor es pot fer servir per saber quànta memòria cau de les claus s\'utilitza.';
$strShowStatusKey_blocks_usedDescr = 'El nombre de blocs usats a la memòria cau de les claus. Aquest valor és la marca indicativa del màxim nombre de blocs usats mai a l\'hora.';
$strShowStatusKey_read_requestsDescr = 'El nombre de peticions de lectura d\'un bloc de clau de la memòria cau.';
$strShowStatusKey_readsDescr = 'El nombre de lectures físiques d\'un bloc de clau del disc. Si Key_reads és gran, llavors el valor de key_buffer_size probablement és massa petit. El rati de la memòria cau es pot calcular com Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El nombre de peticions d\'escriptura d\'un bloc de clau a la memòria cau.';
$strShowStatusKey_writesDescr = 'El nombre d\'escriptures físiques d\'un bloc de clau a disc.';
$strShowStatusLast_query_costDescr = 'El cost total de la darrera consulta compilada tal com el valora l\'optimitzador de consultes. És útil per comparar el cost de diferents plans de consulta per a la mateixa consulta. El valor 0 vol dr que encara no s\'ha compilat cap consulta.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El nombre de files esperant a ser escrites en cues INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El nombre de taules que han estat obertes. Si el nombre de taules obertes és gran, probablement el valor de memòria cau de taula és massa petit.';
$strShowStatusOpen_filesDescr = 'El nombre d\'arxius que estàn oberts.';
$strShowStatusOpen_streamsDescr = 'El nombre de fluxes que estàn oberts (usats principalment per a registre).';
$strShowStatusOpen_tablesDescr = 'El nombre de taules que estàn obertes.';
$strShowStatusQcache_free_blocksDescr = 'El nombre de blocs de memòria lliures a la memòria cau de consultes.';
$strShowStatusQcache_free_memoryDescr = 'La quantitat de memòria liure per a memòria cau de consultes.';
$strShowStatusQcache_hitsDescr = 'El nombre d\'encerts a memòria cau.';
$strShowStatusQcache_insertsDescr = 'El nombre de consultes afegides a la memòria cau.';
$strShowStatusQcache_lowmem_prunesDescr = 'El nombre de consultes tretes de la memòria cau per alliberar memòria per deixar lloc a noves consultes. Aquesta informació pot ajudar a ajustar el tamany de la memòria cau de consultes. La memòria cau de consultes utilitza l\'estratègia menys recentment usada(least recently used - LRU) per decidir quines consultes treure de la memòria cau.';
$strShowStatusQcache_not_cachedDescr = 'El nombre de consultes no enviades a la memòria cau (no enviables, o no enviades degut al paràmetre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El nombre de consultes registrades a la memòria cau.';
$strShowStatusQcache_total_blocksDescr = 'El nombre total de blocs a la memòria cau de consultes.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'L\'estat de la replicació a prova d\'errades (no implementat encara).';
$strShowStatusSelect_full_joinDescr = 'El nombre de joins que no usen indexos. Si aquest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.';
$strShowStatusSelect_full_range_joinDescr = 'El nombre de joins que han usat un rang de cerca en una taula de referència.';
$strShowStatusSelect_range_checkDescr = 'El nombre de joins sense claus que comproven per l\'ús de claus després de cada fila. (Si aquiest valor no és 0, s\'haurien de comprovar acuradament els indexos de les taules.)';
$strShowStatusSelect_rangeDescr = 'El nombre de joins que han usat rangs a la primera taula. (Normalment no és crític si el valor no és molt gran.)';
$strShowStatusSelect_scanDescr = 'El nombre de joins que han fet una cerca a la primera taula sencera.';
$strShowStatusSlave_open_temp_tablesDescr = 'El nombre de taules temporals obertes actualment pel fil esclau de SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre total (des de l\'arrencada) de vegades que el fil esclau de replicació de SQL ha recuperat transaccions.';
$strShowStatusSlave_runningDescr = 'Aixó és ACTIU (ON) si aquest servidor és un esclau que està connectat a un mestre.';
$strShowStatusSlow_launch_threadsDescr = 'El nombre de fils que han tardat més que slow_launch_time segons a crear.';
$strShowStatusSlow_queriesDescr = 'El nombre de consultes que han tardat més que long_query_time segons.';
$strShowStatusSort_merge_passesDescr = 'El nombre de passades d\'intercal.lació que l\'algorisme de classificació ha hagut de fer. Si aquest valor és gran, s\'hauria de considerar incrementar el valor de la variable de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El nombre de classificacions fetes amb rangs.';
$strShowStatusSort_rowsDescr = 'El nombre de files classificades.';
$strShowStatusSort_scanDescr = 'El nombre de classificacions fetes cercant la taula.';
$strShowStatusTable_locks_immediateDescr = 'El nombre de vegades que un bloqueig de taula s\'ha fet immediatament.';
$strShowStatusTable_locks_waitedDescr = 'El nombre de vegades que un bloqueig de taula no s\'ha pogut fer immediatament i s\'ha necessitat una espera. Si aixó és alt, i es detecten problemes de rendiment, s\'hauria de considerar l\'optimització de les consultes, o també dividir la taula o taules en vàries o bé utilitzar la replicació.';
$strShowStatusThreads_cachedDescr = ' El nombre de fils a la memòria cau de fil. L\'index de memòria cau es pot comptar com Threads_created/Connections. Si aquest valor és vermell s\'hauria d\'augmentar el valor de thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El nombre de connexions obertes simultàniament.';
$strShowStatusThreads_createdDescr = ' El nombre de fils creats per gestionar connexions. Si Threads_created és gran, pots voler augmentar el valor de thread_cache_size. (Normalment això no dóna una millora de rendiment notable si es té una bona aplicació de fil.)';
$strShowStatusThreads_runningDescr = 'El nombre de fils que no estàn dormint.';
$strShowTableDimension = 'Mostra dimensió de les taules';
$strShowTables = 'Mostra taules';
$strShowThisQuery = ' Mostra aquesta consulta de nou ';
$strSimplifiedChinese = 'Xinés Simplificat';
$strSingly = '(només)';
$strSize = 'Mida';
$strSkipQueries = 'Nombre de registres(consultes) a saltar des de l\'inici';
$strSlovak = 'Eslovac';
$strSlovenian = 'Eslové';
$strSocketProblem = '(o el sòcol del servidor local MySQL no està configurat correctament)';
$strSortByKey = 'Classifica per la clau';
$strSort = 'Classificació';
$strSorting = 'Classificant';
$strSpaceUsage = 'Utilització d\'espai';
$strSpanish = 'Espanyol';
$strSplitWordsWithSpace = 'Paraules separades per un espai (" ").';
$strSQLExportCompatibility = 'Compatibilitat d\'exportació SQL';
$strSQLExportType = 'Tipus d\' Exportació';
$strSQLImportOptions = 'Opcions SQL';
$strSQLOptions = 'Opcions SQL';
$strSQLParserBugMessage = 'És possible que hagueu trobat un error a l\'intèrpret SQL. Si us plau, comproveu la sintaxi de la consulta i verifiqueu que les cometes estiguin al seu lloc i facin parelles. Un altra possible causa de l\'errada és que estigueu pujant un arxiu amb dades binàries per fora de l\'àrea de text delimitada. També podeu provar la consulta a la interfície de comandes de MySQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema. Si encara teniu problemes o si l\'intèrpret falla i l\'interfície de comandes funciona, reduïu la consulta a la part de l\'SQL que produeix l\'errada, i envieu un informe d\'error amb la cadena de dades de la secció de TALL indicada avall:';
$strSQLParserUserError = 'Sembla que hi ha un error a la consulta SQL. La sortida següent generada pel servidor MySQL, si n\'hi ha, pot ajudar-vos a diagnosticar el problema';
$strSQLQuery = 'crida SQL';
$strSQLResult = 'Resultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificador Incorrecte';
$strSQPBugUnclosedQuote = 'Cometa no tancada';
$strSQPBugUnknownPunctuation = 'Signe de puntuació desconegut';
$strStatCheckTime = 'Darrera comprovació';
$strStatCreateTime = 'Creació';
$strStatement = 'Sentències';
$strStatisticsOverrun = 'En un servidor ocupat, els comptadors de bytes poden excedir el seu tamany, llavors les estadístiques donades pel servidor MySQL poden ser incorrectes.';
$strStatUpdateTime = 'Darrera actualització';
$strStatus = 'Estat';
$strStorageEngine = 'Motor d\'emmagatzematge';
$strStorageEngines = 'Motors d\'emmagatzematge';
$strStrucCSV = 'dades CSV ';
$strStrucData = 'Estructura i dades';
$strStrucDrop = 'Afegir DROP TABLE';
$strStrucExcelCSV = 'CSV per dades de MS Excel';
$strStrucNativeExcel = 'Dades Natives MS Excel';
$strStrucOnly = 'Només l\'estructura';
$strStructPropose = 'Proposa una estructura de taula';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'La vostra comanda SQL ha estat executada amb èxit';
$strSum = 'Suma';
$strSwedish = 'Suec';
$strSwitchToDatabase = 'Canviar a la base de dades copiada';
$strSwitchToTable = 'Canvia a una taula copiada';
 
$strTableAlreadyExists = 'La taula %s ja existeix!';
$strTableComments = 'Comentaris de la taula';
$strTableEmpty = 'El nom de la taula és buit!';
$strTableHasBeenDropped = 'S\'ha esborrat la taula %s';
$strTableHasBeenEmptied = 'S\'ha buidat la taula %s';
$strTableHasBeenFlushed = 'S\'ha buidat la memòria cau de la taula %s';
$strTableMaintenance = 'Manteniment de la taula';
$strTableOfContents = 'Taula de continguts';
$strTableOptions = 'Opcions de Taula';
$strTables = '%s taula(es)';
$strTableStructure = 'Estructura de la taula';
$strTable = 'Taula';
$strTableType = 'Tipus de taula';
$strTakeIt = 'agafa';
$strTblPrivileges = 'Permissos especifics de taula';
$strTempData = 'Dades temporals';
$strTextAreaLength = ' A causa de la seva longitud,<br /> aquest camp pot no ser editable ';
$strThai = 'Tailandès';
$strThemeDefaultNotFound = 'Tema per defecte %s no trobat!';
$strThemeNoPreviewAvailable = 'No hi ha vista prèvia disponible.';
$strThemeNotFound = 'Tema %s no trobat!';
$strThemeNoValidImgPath = 'El camí de les imatges del tema %s és incorrecte!';
$strThemePathNotFound = 'No s\'ha trobat el camí de les imatges del tema %s!';
$strTheme = 'Tema / Estil';
$strThisHost = 'Aquest Host';
$strThisNotDirectory = 'Aixó no és un directori';
$strThreads = 'Fils';
$strThreadSuccessfullyKilled = 'Fil %s cancel.lat correctament.';
$strTimeoutInfo = 'La darrera importació ha esgotat el temps, després de reenviar continuarà des de la posició %d.';
$strTimeoutNothingParsed = 'Però a la darrera importació no s\'han processat dades, el que normalment indica que phpMyAdmin no ha pogut finalitzar aquesta importació a menys que incrementeu els límits de temps de php.';
$strTimeoutPassed = 'Temps exaurit de l\'arxiu d\'ordres, si voleu finalitzar l\'importació, torneu a enviar el mateix arxiu a importar i el procés continuarà.';
$strTime = 'Temps';
$strToggleScratchboard = 'Canvia l\' scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Xinés Tradicional';
$strTraditionalSpanish = 'Espanyol Tradicional';
$strTraffic = 'Tràfic';
$strTransactionCoordinator = 'Coordinador de transaccions';
$strTransformation_application_octetstream__download = 'Mostra un enllaç per descarregar les dades binàries d\'un camp. La primera dada és el nom d\'arxiu binari. La segona dada és un possible nom de camp d\'una taula que contingui el nom d\'arxiu. Si es facilita la segona dada és necessari tenir la primera dada buida';
$strTransformation_application_octetstream__hex = 'Mostra la representació hexadecimal de les dades.';
$strTransformation_image_jpeg__inline = 'Mostra una miniatura am enllaç; opcions: ample,alt en pixels (respecta la proporció original)';
$strTransformation_image_jpeg__link = 'Es mostra com a enllaç a la imatge.';
$strTransformation_image_png__inline = 'Veure image/jpeg: en linia';
$strTransformation_text_plain__dateformat = 'Pren un camp TIME, TIMESTAMP o DATETIME i li dona format utilitzant el format d\'hora local. La primera opció es la diferència (en hores) que s\'ha d\'afegir a l\'hora (Per defecte: 0). La segona opció és un format de data diferent d\'acord als paràmetres disponibles per a la funció de PHP strftime().';
$strTransformation_text_plain__external = 'NOMÉS LINUX: Llença una aplicació externa i facilita el camp de dades via standard input. Retorna per standard output de l\'aplicacióo. El defecte és Tidy, per interpretar codi HTML. Per raons de seguretat, has d\' editar manualment el fitxer libraries/transformations/text_plain__external.inc.php i afegir les eines que vulguis fer servir. La primera opció és, llavors, el numero del programa que vols fer servir i la segona opció són els paràmetres per el programa. El tercer paràmetre, si es posa a 1, convertirà la sortida fent servir htmlspecialchars() (El defecte és 1). El quart paràmetre, si val 1, posarà un NOWRAP al contingut de les cel.les de forma que la sortida sencera es mostrarà sense reformatejar (Per defecte 1)';
$strTransformation_text_plain__formatted = 'Conserva el format original del camp. No es fa cap canvi.';
$strTransformation_text_plain__imagelink = 'Mostra una imatge i un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és l\'amplada en pixels, la tercera és l\'alçada.';
$strTransformation_text_plain__link = 'Mostra un enllaç, el camp conté el nom del fitxer; la primera opció és un prefixe com "http://domini.com/", la segona opció és el titol del enllaç.';
$strTransformation_text_plain__sql = 'Formateig del text com a consulta SQL amb resaltat de sintaxi.';
$strTransformation_text_plain__substr = 'Mostra una part d\'una cadena de text. La primera opció és el nombre de caracters a saltar des de l\'inici de la cadena (Per defecte 0). La segona opció és el nombre de caracters a retornar (Per defecte: fins al final de la cadena). La tercera opció és la cadena a afegir a l\'inici o al final quan hi ha truncament (Per defecte: "...").';
$strTruncateQueries = 'Talla les consultes mostrades';
$strTurkish = 'Turc';
$strType = 'Tipus';
 
$strUkrainian = 'Ucrainès ';
$strUncheckAll = 'Desmarcar tot';
$strUnicode = 'Unicode';
$strUnique = 'Única';
$strUnknown = 'Desconegut';
$strUnselectAll = 'Desmarca tot';
$strUnsupportedCompressionDetected = 'Intenteu carregar un arxiu amb una compresió no suportada (%s). O bé aquest suport no s\'ha implementat encara o bé el teniu desactivat a la configuració.';
$strUpdatePrivMessage = 'Heu actualitzat els permissos de %s.';
$strUpdateProfileMessage = 'S\'ha actualitzat el perfil.';
$strUpdateQuery = 'Actualitza consulta';
$strUpdComTab = 'Mira a la documentació com actualitzar la teva Taula de Comentaris de les Columnes';
$strUpgrade = 'Es necessari actualitzar a %s %s o posterior.';
$strUploadLimit = 'Probablement has triat d\'enviar un arxiu massa gran. Consulta la %sdocumentació%s per trobar formes de modificar aquest límit.';
$strUsage = 'Ús';
$strUseBackquotes = 'Usa &quot;backquotes&quot; amb taules i noms de camps';
$strUsedPhpExtensions = 'Extensions de PHP usades';
$strUseHostTable = 'Utilitza la Taula de Hosts';
$strUserAlreadyExists = 'L\'usuari %s ja existeix!';
$strUserEmpty = 'El nom d\'usuari és buit!';
$strUserName = 'Nom d\'usuari';
$strUserNotFound = 'No s\'ha trobat l\'usuari sel.leccionat a la taula de permissos.';
$strUserOverview = 'Informació general de l\'usuari';
$strUsersDeleted = 'S\'han esborrat correctament els usuaris sel.leccionats.';
$strUsersHavingAccessToDb = 'Usuaris amb accés a &quot;%s&quot;';
$strUser = 'Usuari';
$strUseTabKey = 'Usa la tecla TAB per moure\'t de valor en valor, o CTRL+fletxes per moure\'t on vulguis';
$strUseTables = 'Usa Taules';
$strUseTextField = 'Usa camp de texte';
$strUseThisValue = 'Fes servir aquest valor';
 
$strValidateSQL = 'Validar l\'SQL';
$strValidatorError = 'No s\'ha pogut iniciar el validador SQL. Si us plau, comproveu que teniu instal·lats els mòduls de PHP necessaris tal i com s\'indica a la %sdocumentació%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Informació de Versió';
$strViewDumpDatabases = 'Veure volcat (esquema) de les bases de dades';
$strViewDumpDB = 'Veure l\'esquema de la base de dades';
$strViewDump = 'Veure un esquema de la taula';
$strViewHasBeenDropped = 'Vista %s esborrada';
$strViewMaxExactCount = 'Aquesta vista té més de %d files. Consulteu a %sdocumentació%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'Directori de pujada d\'arxius del servidor web';
$strWebServerUploadDirectoryError = 'No està disponible el directori indicat per pujar arxius';
$strWelcome = 'Benvingut a %s';
$strWestEuropean = 'Europa Occidental';
$strWildcard = 'comodins';
$strWindowNotFound = 'La finestra destí del navegador no s\'ha pogut actualitzar. Potser has tancat la finestra "pare" o bé el teu navegador bloqueja actualitzacions entre finestres per la teva configuració de seguretat';
$strWithChecked = 'Amb marca:';
$strWritingCommentNotPossible = 'No es pot gravar aquest comentari';
$strWritingRelationNotPossible = 'No es pot gravar aquesta relació';
$strWrongUser = 'Usuari i/o clau erronis. Accés denegat.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Establint aquestes opcions a 0 (zero) treu el limit.';
$strZip = '"comprimit amb zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/check_lang.sh
0,0 → 1,62
#!/bin/sh
# $Id: check_lang.sh,v 2.2 2004/06/29 08:20:47 nijel Exp $
##
# Shell script to check that all language files are syncronized
# Catches duplicate/missing strings
#
# Robin Johnson <robbat2@users.sourceforge.net>
# August 9, 2002
##
 
MASTER="english-iso-8859-1.inc.php"
TMPDIR="tmp-check"
FILEPAT="*.inc.php"
STRINGMATCH='^[[:space:]]*\$[[:alnum:]_]+[[:blank:]]+='
IGNOREMATCH='strEncto|strKanjiEncodConvert|strXkana|allow_recoding'
 
if [ "`which diffstat`" = "" ] ; then
echo 'You need diffstat to use this!'
exit 1
fi
 
rm -rf $TMPDIR
mkdir -p $TMPDIR
 
# Build the list of variables in each file
echo "Building data"
for f in $FILEPAT;
do
awk "/$STRINGMATCH/ && ! /$IGNOREMATCH/ { print \$1 }" $f | sort > $TMPDIR/$f
done
 
 
# Build the diff files used for checking
# And if there are no differences, delete the empty files
echo "Comparing data"
for f in $FILEPAT;
do
if [ ! $MASTER = $f ]; then
if diff -u $TMPDIR/$MASTER $TMPDIR/$f >$TMPDIR/$f.diff ; then
rm -f $TMPDIR/$f.diff $TMPDIR/$f
fi
fi
done
 
# Cleanup
rm -f $TMPDIR/$MASTER
 
# Build the nice difference table
echo "Differences"
diffstat -f 0 $TMPDIR/*.diff >$TMPDIR/diffstat 2>/dev/null
echo "Dupe Miss Filename"
head -n -1 $TMPDIR/diffstat | \
while read filename sep change add plus sub minus edits exclaim;
do
echo "$add $sub $filename";
done
 
echo
echo "Dupe = Duplicate Variables"
echo "Miss = Missing Variables"
echo "For exact problem listings, look in the $TMPDIR/ directory"
echo "Please remember to remove '$TMPDIR/' once you are done"
/Web/Maintenance/phpMyAdmin/lang/chinese_simplified-gb2312.inc.php
0,0 → 1,998
<?php
/* $Id: chinese_simplified-gb2312.inc.php,v 2.85.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Funda Wang <fundawang@en2china.com>
* update by Simon <simon@venustech.com.cn>
*/
 
$charset = 'gb2312';
$text_dir = 'ltr';
$left_font_family = 'simsun, ËÎÌå';
$right_font_family = 'simsun';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('×Ö½Ú', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('ÖÜÈÕ', 'ÖÜÒ»', 'Öܶþ', 'ÖÜÈý', 'ÖÜËÄ', 'ÖÜÎå', 'ÖÜÁù');
$month = array('Ò»ÔÂ', '¶þÔÂ', 'ÈýÔÂ', 'ËÄÔÂ', 'ÎåÔÂ', 'ÁùÔÂ', 'ÆßÔÂ', '°ËÔÂ', '¾ÅÔÂ', 'Ê®ÔÂ', 'ʮһÔÂ', 'Ê®¶þÔÂ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%Y Äê %m ÔÂ %d ÈÕ %H:%M';
 
$timespanfmt = '%s Ìì %s Сʱ£¬%s ·Ö %s Ãë';
 
$strAPrimaryKey = 'Ö÷¼üÒѾ­Ìí¼Óµ½ %s';
$strAbortedClients = 'ÖÐÖ¹';
$strAbsolutePathToDocSqlDir = 'ÇëÊäÈë docSQL Ŀ¼ÔÚÍøÕ¾·þÎñÆ÷µÄ¾ø¶Ô·¾¶';
$strAccessDenied = '·ÃÎʱ»¾Ü¾ø';
$strAccessDeniedExplanation = 'phpMyAdmin ÊÔͼÁ¬½Óµ½ MySQL ·þÎñÆ÷£¬µ«·þÎñÆ÷¾Ü¾øÁ¬½Ó¡£ÄúÓ¦¸Ã¼ì²é config.inc.php ÖеÄÖ÷»ú¡¢Óû§ÃûºÍÃÜÂ룬²¢ÇÒÈ·¶¨ÕâЩÐÅÏ¢Óë MySQL ·þÎñÆ÷µÄ¹ÜÀíÔ±Ëù¸ø³öµÄÐÅÏ¢Ò»Ö¡£';
$strAction = '²Ù×÷';
$strAddAutoIncrement = 'Ìí¼Ó AUTO_INCREMENT Öµ';
$strAddConstraints = 'Ç¿ÖÆÌí¼Ó';
$strAddDeleteColumn = 'Ìí¼Ó/ɾ³ý×Ö¶ÎÁÐ';
$strAddDeleteRow = 'Ìí¼Ó/ɾ³ýÌõ¼þÐÐ';
$strAddDropDatabase = 'Ìí¼Ó DROP DATABASE';
$strAddFields = 'Ìí¼Ó %s ×Ö¶Î';
$strAddHeaderComment = 'ÔÚ±êÌâÖÐÔö¼ÓÒ»¸ö¶¨ÖƵÄ×¢ÊÍ (\\n ÐиôÀë·û)';
$strAddIfNotExists = 'Èç¹û²»´æÔÚ¾ÍÔö¼Ó';
$strAddIntoComments = 'Ìí¼Ó½ø×¢ÊÍ';
$strAddNewField = 'Ìí¼ÓÐÂ×Ö¶Î';
$strAddPrivilegesOnDb = 'ÔÚÏÂÁÐÊý¾Ý¿âÌí¼ÓȨÏÞ';
$strAddPrivilegesOnTbl = 'ÔÚÏÂÁбíÌí¼ÓȨÏÞ';
$strAddSearchConditions = 'Ìí¼ÓËÑË÷Ìõ¼þ(¡°where¡±Óï¾äµÄÖ÷Ìå)£º';
$strAddToIndex = 'Ìí¼Óµ½ %s ÁÐ';
$strAddUser = 'Ìí¼ÓÐÂÓû§';
$strAddUserMessage = 'ÄúÒÑÌí¼ÓÁËÒ»¸öÐÂÓû§¡£';
$strAddedColumnComment = 'ÒÑÌí¼ÓÁÐ×¢ÊÍ';
$strAddedColumnRelation = 'ÒÑÌí¼ÓÁйØϵ';
$strAdministration = '¹ÜÀí';
$strAffectedRows = 'Ó°ÏìÁÐÊý£º';
$strAfter = 'ÓÚ %s Ö®ºó';
$strAfterInsertBack = 'ºóÍ˵½ÉÏÒ»Ò³';
$strAfterInsertNewInsert = '²åÈëеÄÒ»ÐÐ';
$strAfterInsertNext = '±à¼­ÏÂÒ»ÐÐ';
$strAfterInsertSame = '·µ»ØÕâÒ»Ò³';
$strAll = 'È«²¿';
$strAllTableSameWidth = 'ÒÔÏàͬ¿í¶ÈÏÔʾËùÓбíÂð?';
$strAlterOrderBy = '¸ü¸Ä±í˳Ðò£¬ÒÀ¾Ý';
$strAnIndex = 'Ë÷ÒýÒѾ­Ìí¼Óµ½ %s';
$strAnalyzeTable = '·ÖÎö±í';
$strAnd = 'Óë';
$strAny = 'ÈÎÒâ';
$strAnyHost = 'ÈÎÒâÖ÷»ú';
$strAnyUser = 'ÈÎÒâÓû§';
$strApproximateCount = '¿ÉÄܽӽü. Çë²Î¿´ FAQ 3.11';
$strArabic = '°¢À­²®Óï';
$strArmenian = 'ÑÇÃÀÄáÑÇÓï';
$strAscending = 'µÝÔö';
$strAtBeginningOfTable = 'ÓÚ±í¿ªÍ·';
$strAtEndOfTable = 'ÓÚ±í½áβ';
$strAttr = 'ÊôÐÔ';
$strAutodetect = '×Ô¶¯¼ì²â';
$strAutomaticLayout = '×Ô¶¯Ì×Óøñʽ';
 
$strBack = '·µ»Ø';
$strBaltic = '°ÍÀ­¿ËÓï';
$strBeginCut = '¿ªÊ¼¼ôÇÐ';
$strBeginRaw = '¿ªÊ¼Ô­ÎÄ';
$strBinLogEventType = 'ʼþÀàÐÍ';
$strBinLogInfo = 'ÐÅÏ¢';
$strBinLogName = 'ÈÕÖ¾ÎļþÃû';
$strBinLogOriginalPosition = '³õʼλÖÃ';
$strBinLogPosition = 'λÖÃ';
$strBinLogServerId = '·þÎñÆ÷ID';
$strBinary = '¶þ½øÖÆ';
$strBinaryDoNotEdit = '¶þ½øÖÆ - ÎÞ·¨±à¼­';
$strBinaryLog = '¶þ½øÖÆÈÕÖ¾';
$strBookmarkAllUsers = 'ÈÃÿ¸öÓû§¶¼¿ÉÒÔ·ÃÎÊÕâ¸öÊéÇ©';
$strBookmarkDeleted = 'ÊéÇ©ÒѾ­É¾³ý¡£';
$strBookmarkLabel = '±êÇ©';
$strBookmarkQuery = 'ÒѼÓÊéÇ©µÄ SQL ²éѯ';
$strBookmarkThis = '½«´Ë SQL ²éѯ¼ÓΪÊéÇ©';
$strBookmarkView = 'Ö»²é¿´';
$strBrowse = 'ä¯ÀÀ';
$strBrowseForeignValues = 'ä¯ÀÀ²»Ïà¹ØµÄÖµ';
$strBulgarian = '±£¼ÓÀûÑÇÓï';
$strBzError = 'phpMyAdmin ÎÞ·¨Ñ¹Ëõת´æ£¬Ô­ÒòÊÇ´Ë°æ±¾ php ÖÐµÄ Bz2 Ä£¿éË𻵡£Ç¿Öƽ« phpMyAdmin ÅäÖÃÎļþÖÐµÄ <code>$cfg[\'BZipDump\']</code> ÉèÖÃΪ <code>FALSE</code>¡£Èç¹ûÄúÏëʹÓà Bz2 ѹËõ¹¦ÄÜ£¬Çë¸üРphp µÄ°æ±¾¡£ÏêÇéÇë²Î¿´ php ´íÎ󱨸æ %s¡£';
$strBzip = 'bzip ѹËõ';
 
$strCSVOptions = 'CSV Ñ¡Ïî';
$strCalendar = 'ÈÕÀú';
$strCannotLogin = 'ÎÞ·¨µÇÈë MySQL ·þÎñÆ÷';
$strCantLoad = 'ÎÞ·¨ÔØÈë %s À©Õ¹£¬<br />Çë¼ì²é PHP ÅäÖÃ';
$strCantLoadRecodeIconv = 'ÎÞ·¨ÔØÈë iconv »òÕß½øÐÐ×Ö·û¼¯×ª»»ËùÐèµÄÖرàÂëÀ©Õ¹³ÌÐò£¬ÇëÅäÖà php ÔÊÐíʹÓÃÕâЩÀ©Õ¹»òÕßÔÚ phpMyAdmin ÖнûÓÃ×Ö·û¼¯×ª»»¹¦ÄÜ¡£';
$strCantRenameIdxToPrimary = 'ÎÞ·¨½«Ë÷Òý¸üÃûΪ PRIMARY£¡';
$strCantUseRecodeIconv = 'ÔØÈëÀ©Õ¹±¨¸æʱ iconv£¬libiconv ºÍ recode_string ¶¼ÎÞ·¨Ê¹Óá£Çë¼ì²éÄúµÄ php ÅäÖá£';
$strCardinality = '»ùÊý';
$strCaseInsensitive = '²»Çø·Ö´óСд';
$strCaseSensitive = 'Çø·Ö´óСд';
$strCentralEuropean = 'ÖÐÅ·';
$strChange = '¸ü¸Ä';
$strChangeCopyMode = '´´½¨´øÓÐÏàͬȨÏÞµÄÐÂÓû§²¢ ...';
$strChangeCopyModeCopy = '... ±£Áô¾ÉÓû§¡£';
$strChangeCopyModeDeleteAndReload = ' ... ´ÓÓû§±íÖÐɾ³ý¾ÉÓû§£¬È»ºóÖØÐÂÔØÈëȨÏÞ¡£';
$strChangeCopyModeJustDelete = ' ... ´ÓÓû§±íÖÐɾ³ý¾ÉÓû§¡£';
$strChangeCopyModeRevoke = ' ... ÊջؾÉÓû§µÄËùÓ줻îȨÏÞ£¬È»ºóɾ³ý¾ÉÓû§¡£';
$strChangeCopyUser = '¸ü¸ÄµÇ¼ÐÅÏ¢/¸´ÖÆÓû§';
$strChangeDisplay = 'Ñ¡ÔñÒªÏÔʾµÄ×Ö¶Î';
$strChangePassword = '¸ü¸ÄÃÜÂë';
$strCharset = '×Ö·û¼¯';
$strCharsetOfFile = 'ÎļþµÄ×Ö·û¼¯£º';
$strCharsets = '×Ö·û¼¯';
$strCharsetsAndCollations = '×Ö·û¼¯ºÍÕûÀí';
$strCheckAll = 'ȫѡ';
$strCheckOverhead = '³¹µ×¼ì²é';
$strCheckPrivs = '¼ì²éȨÏÞ';
$strCheckPrivsLong = '¼ì²éÊý¾Ý¿â¡°%s¡±µÄȨÏÞ¡£';
$strCheckTable = '¼ì²é±í';
$strChoosePage = 'ÇëÑ¡ÔñÐèÒª±à¼­µÄÒ³ºÅ';
$strColComFeat = 'ÏÔʾÁÐ×¢½â';
$strCollation = 'ÕûÀí';
$strColumnNames = 'ÁÐÃû';
$strColumnPrivileges = '°´ÁÐÖ¸¶¨È¨ÏÞ';
$strCommand = 'ÃüÁî';
$strComments = '×¢ÊÍ';
$strCommentsForTable = '±íµÄ×¢ÊÍ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ¼æÈÝ';
$strCompleteInserts = 'ÍêÕû²åÈë';
$strCompression = 'ѹËõ';
$strConfigFileError = 'phpMyAdmin ÎÞ·¨¶ÁÈ¡ÄúµÄÅäÖÃÎļþ£¡<br />Õâ¿ÉÄÜÊÇÒòΪ php ·¢ÏÖÁËÓï·¨´íÎó»ò php δÄÜÕÒµ½Îĵµ¡£<br />ÇëÖ±½ÓʹÓÃÏÂÃæµÄÁ´½Óµ÷ÓÃÅäÖÃÎļþ£¬È»ºó¶ÁÈ¡ÄúÊÕµ½µÄ php ´íÎóÌáʾ¡£Í¨³£µÄ´íÎó¶¼ÊÇÒòΪij´¦Â©ÁËÒýºÅ»ò·ÖºÅ¡£<br />Èç¹ûÄú¿´µ½µÄÊÇÒ»¸ö¿Õ°×Ò³£¬Ôò´ú±íûÓÐÈκÎÎÊÌâ¡£';
$strConfigureTableCoord = 'ÇëÅäÖñí %s µÄ×ø±ê';
$strConnectionError = 'ÎÞ·¨Á¬½Ó£º·Ç·¨ÉèÖá£';
$strConnections = 'Á¬½Ó';
$strConstraintsForDumped = 'ÏÞÖƵ¼³öµÄ±í';
$strConstraintsForTable = 'ÏÞÖƱí';
$strCookiesRequired = 'Cookies ±ØÐëÆôÓòÅÄܵÇÈë¡£';
$strCopyDatabaseOK = 'Êý¾Ý¿â %sÒѾ­±»¸´ÖƵ½%s';
$strCopyTable = '½«±í¸´ÖƵ½(Êý¾Ý¿âÃû<b>.</b>±íÃû)£º';
$strCopyTableOK = '±í %s ÒѾ­³É¹¦¸´ÖÆΪ %s¡£';
$strCopyTableSameNames = 'ÎÞ·¨½«±í¸´ÖÆΪÏàͬÃû³Æ£¡';
$strCouldNotKill = 'phpMyAdmin ÎÞ·¨É±ËÀÏß³Ì %s¡£¿ÉÄܸÃÏß³ÌÒѾ­¹Ø±Õ¡£';
$strCreate = '´´½¨';
$strCreateIndex = 'ÔÚµÚ %s Áд´½¨Ë÷Òý';
$strCreateIndexTopic = '´´½¨ÐÂË÷Òý';
$strCreateNewDatabase = '´´½¨Ò»¸öеÄÊý¾Ý¿â';
$strCreateNewTable = 'ÔÚÊý¾Ý¿â %s Öд´½¨Ò»¸öбí';
$strCreatePage = '´´½¨ÐÂÒ³';
$strCreatePdfFeat = '´´½¨ PDF';
$strCreationDates = '´´½¨/¸üÐÂ/ÈÕÆÚ¼ì²é';
$strCriteria = 'Ìõ¼þ';
$strCroatian = '¿ËÂÞµØÑÇÓï';
$strCyrillic = 'Î÷Àï¶ûÓï';
$strCzech = '½Ý¿ËÓï';
$strCzechSlovak = '½Ý¿Ë˹Âå·¥¿ËÓï';
 
$strDBComment = 'Êý¾Ý¿â×¢ÊÍ£º';
$strDBCopy = '¸´ÖÆÊý¾Ý¿âµ½';
$strDBGContext = 'ÉÏÏÂÎÄ';
$strDBGContextID = 'ÉÏÏÂÎÄ ID';
$strDBGHits = '´ÎÊý';
$strDBGLine = 'ÐÐ';
$strDBGMaxTimeMs = '×î´óʱ¼ä£¬ºÁÃë';
$strDBGMinTimeMs = '×îСʱ¼ä£¬ºÁÃë';
$strDBGModule = 'Ä£¿é';
$strDBGTimePerHitMs = 'ʱ¼ä/´Î£¬ºÁÃë';
$strDBGTotalTimeMs = '×ܼÆʱ¼ä£¬ºÁÃë';
$strDBRename = 'ÖØÐÂÃüÃûÊý¾Ý¿âΪ ';
$strDanish = 'µ¤ÂóÓï';
$strData = 'Êý¾Ý';
$strDataDict = 'Êý¾Ý×Öµä';
$strDataOnly = 'Ö»ÓÐÊý¾Ý';
$strDatabase = 'Êý¾Ý¿â';
$strDatabaseEmpty = 'Õâ¸öÊý¾Ý¿âÃû×ÖÊÇ¿Õ£¡';
$strDatabaseExportOptions = 'Êý¾Ý¿âµ¼³öÑ¡Ïî';
$strDatabaseHasBeenDropped = 'Êý¾Ý¿â %s Òѱ»É¾³ý¡£';
$strDatabaseNoTable = '´ËÊý¾Ý¿âÖÐûÓÐ±í£¡';
$strDatabases = 'Êý¾Ý¿â';
$strDatabasesDropped = 'ÒѾ­³É¹¦É¾³ýÁË %s ¸öÊý¾Ý¿â¡£';
$strDatabasesStats = 'Êý¾Ý¿âͳ¼Æ';
$strDatabasesStatsDisable = '½ûÓÃͳ¼Æ';
$strDatabasesStatsEnable = 'ÆôÓÃͳ¼Æ';
$strDatabasesStatsHeavyTraffic = '×¢Ò⣺ÔÚ´ËÆôÓÃÊý¾Ý¿âͳ¼Æ¿ÉÄܵ¼ÖÂÍøÕ¾·þÎñÆ÷ºÍ MySQL ·þÎñÆ÷Ö®¼äµÄÁ÷Á¿ÖèÔö¡£';
$strDbPrivileges = '°´Êý¾Ý¿âÖ¸¶¨È¨ÏÞ';
$strDbSpecific = '°´Êý¾Ý¿âÖ¸¶¨';
$strDefault = 'ĬÈÏ';
$strDefaultValueHelp = '¶ÔÓÚĬÈÏÖµ£¬ÇëÖ»ÊäÈëµ¥¸öÖµ£¬²»Òª¼Ó·´Ð±Ïß»òÒýºÅ£¬ÇëÓô˸ñʽ£ºa';
$strDefragment = 'ÕûÀí±íËéƬ';
$strDelOld = 'µ±Ç°Ò³ËùÒýÓÃµÄ±í²»´æÔÚÁË¡£ÄúÊÇ·ñÏëҪɾ³ýÕâЩÒýÓÃ?';
$strDelayedInserts = 'ÑÓʱ²åÈë';
$strDelete = 'ɾ³ý';
$strDeleteAndFlush = 'ɾ³ýÓû§²¢ÖØжÁȡȨÏÞ¡£';
$strDeleteAndFlushDescr = 'ÕâÊÇÒ»¸ö×î¸É¾»µÄ×ö·¨£¬µ«ÖØжÁȡȨÏÞÐèÒ»¶Îʱ¼ä¡£';
$strDeleted = '¸ÃÐÐÒѾ­±»É¾³ý¡£';
$strDeletedRows = 'ÒÑɾ³ýÐÐÊý£º';
$strDeleting = 'ÕýÔÚɾ³ý %s';
$strDescending = 'µÝ¼õ';
$strDescription = 'ÃèÊö';
$strDictionary = '×Öµä';
$strDisableForeignChecks = '½ûֹѡ¶¨²»Ïà¹ØµÄÖ÷¼ü';
$strDisabled = 'ÒѽûÓÃ';
$strDisplayFeat = 'ÏÔʾÌØÐÔ';
$strDisplayOrder = 'ÏÔʾ˳Ðò';
$strDisplayPDF = 'ÏÔʾ PDF ´ó¸Ù';
$strDoAQuery = 'Ö´ÐС°°´Àý²éѯ¡±(ͨÅä·û£º¡°%¡±)';
$strDoYouReally = 'ÄúÕæµÄÒª';
$strDocu = 'Îĵµ';
$strDrop = 'ɾ³ý';
$strDropDatabaseStrongWarning = 'Äú½«ÒªÉ¾³ýÒ»¸öÍêÕûµÄÊý¾Ý¿â£¡';
$strDropUsersDb = 'ɾ³ýÓëÓû§Ãû³ÆÏàͬµÄÊý¾Ý¿â¡£';
$strDumpSaved = 'ת´æÒѾ­±£´æµ½Îļþ %s ÖÐÁË¡£';
$strDumpXRows = 'ת´æ %s ÐУ¬´Ó¼Ç¼ #%s ¿ªÊ¼¡£';
$strDumpingData = 'µ¼³ö±íÖеÄÊý¾Ý';
$strDynamic = '¶¯Ì¬';
 
$strEdit = '±à¼­';
$strEditPDFPages = '±à¼­ PDF Ò³';
$strEditPrivileges = '±à¼­È¨ÏÞ';
$strEffective = 'ÓÐЧ';
$strEmpty = 'Çå¿Õ';
$strEmptyResultSet = 'MySQL ·µ»ØµÄ²éѯ½á¹ûΪ¿Õ(¼´ÁãÐÐ)¡£';
$strEnabled = 'ÒÑÆôÓÃ';
$strEncloseInTransaction = '´¦ÀíÊÂÎñÖзâ×°Êä³ö';
$strEnd = '½áÊø';
$strEndCut = '½áÊø¼ôÇÐ';
$strEndRaw = '½áÊøÔ­ÎÄ';
$strEnglish = 'Ó¢Óï';
$strEnglishPrivileges = ' ×¢Ò⣺MySQL ȨÏÞÃû³Æ»áÒÔÓ¢ÎÄÏÔʾ ';
$strError = '´íÎó';
$strEscapeWildcards = 'ͨÅä·û _ ¼° % Ó¦ÕýÈ·µØ¼ÓÈë \ ';
$strEstonian = '°®É³ÄáÑÇÓï';
$strExcelEdition = 'Excel °æ±¾';
$strExcelOptions = 'Excel Ñ¡Ïî';
$strExecuteBookmarked = 'Ö´ÐÐÊéÇ©ÖеIJéѯ';
$strExplain = '½âÊÍ SQL';
$strExport = 'µ¼³ö';
$strExtendedInserts = 'À©Õ¹²åÈë';
$strExtra = '¶îÍâ';
 
$strFailedAttempts = '³¢ÊÔʧ°Ü';
$strField = '×Ö¶Î';
$strFieldHasBeenDropped = '×ֶΠ%s Òѱ»É¾³ý';
$strFields = '×Ö¶ÎÊý';
$strFieldsEmpty = ' ×Ö¶Î×ÜÊýÊǿյģ¡';
$strFieldsEnclosedBy = '°ü¹ü×ֶεÄ×Ö·û';
$strFieldsEscapedBy = 'תÒå×ֶεÄ×Ö·û';
$strFieldsTerminatedBy = '·Ö¸ô×ֶεÄ×Ö·û';
$strFileAlreadyExists = 'Îļþ %s ÒѾ­´æÔÚÓÚ·þÎñÆ÷ÉÏ£¬Çë¸ü¸ÄÎļþÃû»òÕßÑ¡Öи²¸ÇÑ¡Ïî¡£';
$strFileCouldNotBeRead = 'ÎļþÎÞ·¨¶ÁÈ¡';
$strFileNameTemplate = 'ÎļþÃûÄ£°å';
$strFileNameTemplateRemember = '¼Çסģ°å';
$strFixed = '¹Ì¶¨';
$strFlushPrivilegesNote = '×¢Ò⣺phpMyAdmin Ö±½ÓÓÉ MySQL ȨÏÞ±íÈ¡µÃÓû§È¨ÏÞ¡£Èç¹ûÓû§ÊÖ¶¯¸ü¸Ä±í£¬±íÄÚÈݽ«¿ÉÄÜÓë·þÎñÆ÷ʹÓõÄÓû§È¨ÏÞÓÐÒì¡£ÔÚÕâÖÖÇé¿öÏ£¬ÄúÓ¦ÔÚ¼ÌÐøÇ°%sÖØÐÂÔØÈëȨÏÞ%s¡£';
$strFlushTable = 'Ç¿ÖƸüÐÂ×ÊÁϱí("FLUSH")';
$strFormEmpty = '±íµ¥ÄÚȱÉÙÖµ£¡';
$strFormat = '¸ñʽ';
$strFullText = 'ÍêÕûÎÄ×Ö';
$strFunction = 'º¯Êý';
 
$strGenBy = 'Éú³ÉÕß';
$strGenTime = 'Éú³ÉÈÕÆÚ';
$strGeneralRelationFeat = 'Ò»°ã¹ØϵÌØÐÔ';
$strGeorgian = 'ÇÇÖÎÑÇÓï';
$strGerman = 'µÂÓï';
$strGlobal = 'È«¾Ö';
$strGlobalPrivileges = 'È«¾ÖȨÏÞ';
$strGlobalValue = 'È«¾ÖÖµ';
$strGo = 'Ö´ÐÐ';
$strGrantOption = 'ÊÚȨ';
$strGreek = 'Ï£À°Óï';
$strGzip = 'gzip ѹËõ';
 
$strHasBeenAltered = 'ÒѾ­±»Ð޸ġ£';
$strHasBeenCreated = 'ÒѾ­½¨Á¢¡£';
$strHaveToShow = 'ÄúÐèÒª×îÉÙÑ¡ÔñÏÔʾһÁÐ';
$strHebrew = 'Ï£²®À´Óï';
$strHexForBinary = '¶þ½øÖÆÇøÓòʹÓÃÊ®Áù½øÖÆÏÔʾ';
$strHome = 'Ö÷Ŀ¼';
$strHomepageOfficial = 'phpMyAdmin ¹Ù·½ÍøÕ¾';
$strHost = 'Ö÷»ú';
$strHostEmpty = 'Ö÷»úÃû³ÆÊǿյģ¡';
$strHungarian = 'ÐÙÑÀÀûÓï';
 
$strIcelandic = '±ùµºÓï';
$strId = 'ID'; // use eng
$strIdxFulltext = 'È«ÎÄËÑË÷';
$strIgnore = 'ºöÂÔ';
$strIgnoreInserts = 'ºöÂÔ²åÈë';
$strIgnoringFile = 'ºöÂÔÎļþ %s';
$strImportDocSQL = 'µ¼Èë docSQL Îĵµ';
$strImportFiles = 'µ¼ÈëÎļþ';
$strInUse = 'ʹÓÃÖÐ';
$strIndex = 'Ë÷Òý';
$strIndexHasBeenDropped = 'Ë÷Òý %s Òѱ»É¾³ý';
$strIndexName = 'Ë÷ÒýÃû³Æ£º';
$strIndexType = 'Ë÷ÒýÀàÐÍ£º';
$strIndexWarningMultiple = '¾¯¸æ£º³¬¹ýÒ»¸ö %s ¼ü±»ÉèÔÚ×ֶΠ`%s`ÖÐ';
$strIndexWarningPrimary = '¾¯¸æ£ºÖ÷¼üPRIMARYÓëË÷Òý¼üINDEX²»Ó¦Í¬Ê±ÉèÔÚ×ֶΠ`%s` ÖÐ';
$strIndexWarningTable = '¾¯¸æ£ºÊý¾Ý±í `%s`µÄË÷Òý´æÔÚÎÊÌâ';
$strIndexWarningUnique = '¾¯¸æ£ºÎ¨Ò»¼üUNIQUEÓëË÷Òý¼üINDEX²»Ó¦Í¬Ê±ÉèÔÚ×ֶΠ`%s` ÖÐ';
$strIndexes = 'Ë÷Òý';
$strInnodbStat = 'InnoDB ״̬';
$strInsecureMySQL = 'ÄúÅäÖÃÎļþÖеÄÉ趨Óë MySQL ĬÈÏȨÏÞÕË»§¶ÔÓ¦(ûÓÐÃÜÂëµÄ root)¡£ÄúµÄ MySQL ·þÎñÆ÷ʹÓÃĬÈÏÖµÔËÐе±È»Ã»ÓÐÎÊÌ⣬²»¹ýÕâÑùµÄ»°£¬±»ÈëÇֵĿÉÄÜÐÔ»áºÜ´ó£¬ÄúÕæµÄÓ¦¸ÃÏȲ¹ÉÏÕâ¸ö°²È«Â©¶´¡£';
$strInsert = '²åÈë';
$strInsertAsNewRow = 'ÒÔÐÂÐвåÈë';
$strInsertNewRow = '²åÈëÐÂÐÐ';
$strInsertedRowId = '²åÈëÐÐ id£º';
$strInsertedRows = '²åÈëµÄÐÐÊý£º';
$strInternalNotNecessary = 'µ± * Ò²´æÔÚÓÚInnoDBÖеÄʱºò£¬ÄÚ²¿¹ØÁª²¢²»±ØÒª¡£';
$strInternalRelations = 'ÄÚÔÚÁªÏµ';
 
$strJapanese = 'ÈÕÓï';
$strJumpToDB = 'Ìøµ½Êý¾Ý¿â¡°%s¡±¡£';
$strJustDelete = 'Ö»´ÓȨÏÞÊý¾Ý¿âɾ³ýÓû§¡£';
$strJustDeleteDescr = '¡°É¾³ý¡±µÄÓû§ÈÔÈ»ÄÜÏñÍù³£Ò»ÑùµÇÈëÊý¾Ý¿â£¬Ö±ÖÁÖØÐÂÔØÈëȨÏÞ¡£';
 
$strKeepPass = 'Çë²»Òª¸ü¸ÄÃÜÂë';
$strKeyname = '¼üÃû';
$strKill = 'Kill'; //should expressed in English
$strKorean = '³¯ÏÊÓï';
 
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX Ñ¡Ïî';
$strLandscape = 'ºáÏò';
$strLatexCaption = '±íµÄ±êÌâ';
$strLatexContent = '__TABLE__ ±íµÄÄÚÈÝ';
$strLatexContinued = '(ÑÓÐøµÄ)';
$strLatexContinuedCaption = 'ÑÓÐøµÄ±íµÄ±êÌâ';
$strLatexIncludeCaption = '°üº¬±íµÄ±êÌâ';
$strLatexLabel = '¹Ø¼ü±êÇ©';
$strLatexStructure = '__TABLE__ ±íµÄ½á¹¹';
$strLatvian = 'À­ÍÑάÑÇÓï';
$strLengthSet = '³¤¶È/Öµ*';
$strLimitNumRows = 'ÿҳÐÐÊý';
$strLinesTerminatedBy = 'ÐÐÖÕÖ¹µÄ×Ö·û';
$strLinkNotFound = 'ÕÒ²»µ½Á´½Ó';
$strLinksTo = 'Á´½Óµ½';
$strLithuanian = 'Á¢ÌÕÍðÓï';
$strLocalhost = '±¾µØ';
$strLocationTextfile = 'Îı¾ÎļþµÄλÖÃ';
$strLogPassword = 'ÃÜÂ룺';
$strLogServer = '·þÎñÆ÷';
$strLogUsername = 'µÇÈëÃû³Æ£º';
$strLogin = 'µÇÈë';
$strLoginInformation = 'µÇÈëÐÅÏ¢';
$strLogout = 'µÇ³ö';
 
$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\' »ò \'a\\\'b\')¡£';
$strMIME_without = 'ÒÔбÌå´òÓ¡µÄ MIME ÀàÐÍûÓе¥¶ÀµÄ±ä»»º¯Êý';
$strMaximumSize = '×î´óÏÞÖÆ£º%s %s';
$strMbExtensionMissing = 'ûÓз¢ÏÖ PHP µÄÀ©Õ¹ÉèÖÃmbstring£¬ ¶øµ±Ç°ÏµÍ³ºÃÏñÔÚʹÓÿí×Ö·û¼¯¡£Ã»ÓÐ mbstring À©Õ¹µÄ phpMyAdmin ²»ÄÜÕýȷʶ±ð×Ö·û´®£¬¿ÉÄܲúÉú²»¿ÉÒâÁϵĽá¹û.';
$strMbOverloadWarning = '¾¯¸æ£ºÄãÔÚPHPÉèÖÃÎļþÖÐÉèÖÃÁË mbstring.func_overload. Õâ¸öÑ¡ÏîºÍphpMyAdmin²»¼æÈÝ£¬¿ÉÄܻᵼÖÂһЩÊý¾Ý±»½Ø¶Ï!';
$strModifications = 'ÐÞ¸ÄÒѾ­±£´æ¡£';
$strModify = 'ÐÞ¸Ä';
$strModifyIndexTopic = 'ÐÞ¸ÄË÷Òý';
$strMoveTable = '½«±íÒƶ¯µ½(Êý¾Ý¿âÃû<b>.</b>±íÃû)£º';
$strMoveTableOK = '±í %s ÒѾ­Òƶ¯µ½ %s¡£';
$strMoveTableSameNames = 'ÎÞ·¨½«±íÒƶ¯ÎªÏàͬÃû³Æ£¡';
$strMultilingual = '¶àÓïÑÔ';
$strMySQLCharset = 'MySQL ×Ö·û¼¯';
$strMySQLConnectionCollation = 'MySQL Á¬½ÓУ¶Ô';
$strMySQLSaid = 'MySQL ·µ»Ø£º';
$strMySQLShowProcess = 'ÏÔʾ½ø³Ì';
$strMySQLShowStatus = 'ÏÔʾ MySQL µÄÔËÐÐÐÅÏ¢';
$strMySQLShowVars = 'ÏÔʾ MySQL µÄϵͳ±äÁ¿';
 
$strName = 'Ãû×Ö';
$strNext = 'ÏÂÒ»¸ö';
$strNo = '·ñ';
$strNoActivity = '³ÖÐø %s ÃëÒÔÉϵķǻ״̬£¬µ¼Ö³¬Ê±£¬ÇëÖØеǼ';
$strNoDatabases = 'ÎÞÊý¾Ý¿â';
$strNoDatabasesSelected = 'ûÓÐÑ¡ÖÐÊý¾Ý¿â¡£';
$strNoDescription = 'ÎÞÃèÊö';
$strNoDropDatabases = 'ÒѾ­½ûÓá°DROP DATABASE¡±Óï¾ä¡£';
$strNoExplain = 'ÂÔ¹ý½âÊÍ SQL';
$strNoFrames = 'phpMyAdmin ¸üÊʺÏÔÚÖ§³Ö<b>¿ò¼Ü</b>µÄä¯ÀÀÆ÷ÖÐʹÓá£';
$strNoIndex = 'ûÓÐÒѶ¨ÒåµÄË÷Òý£¡';
$strNoIndexPartsDefined = 'ûÓж¨ÒåµÄË÷Òý²¿·Ö£¡';
$strNoModification = 'ÎÞ¸ü¸Ä';
$strNoOptions = 'ÕâÖÖ¸ñʽ²¢ÎÞÑ¡Ïî';
$strNoPassword = 'ÎÞÃÜÂë';
$strNoPermission = 'ÍøÕ¾·þÎñÆ÷²»ÔÊÐí±£´æÎļþ %s¡£';
$strNoPhp = 'ÎÞ PHP ´úÂë';
$strNoPrivileges = 'ÎÞȨÏÞ';
$strNoRights = 'ÄúÏÖÔÚûÓÐ×ã¹»µÄȨÏÞÔڴ˳öÏÖ£¡';
$strNoRowsSelected = 'δѡÔñÐÐ';
$strNoSpace = 'ûÓÐ×ã¹»µÄ¿Õ¼ä±£´æÎļþ %s¡£';
$strNoTablesFound = 'Êý¾Ý¿âÖÐûÓÐ±í¡£';
$strNoThemeSupport = '²»Ö§³ÖÖ÷Ì⣬¼ì²éÄãµÄÉèÖÃÒÔ¼°Ö÷ÌâÎļþ¼Ð %s.';
$strNoUsersFound = 'ÕÒ²»µ½Óû§¡£';
$strNoValidateSQL = 'ÂÔ¹ýУÑé SQL';
$strNone = 'ÎÞ';
$strNotNumber = 'Õâ²»ÊÇÒ»¸öÊý×Ö£¡';
$strNotOK = '²»ºÃ';
$strNotSet = '<b>%s</b> ±íÕÒ²»µ½»ò»¹Î´ÔÚ %s É趨';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s ¸öÆ¥ÅäÏî - ÓÚ±í <i>%s</i> ÖÐ';
$strNumSearchResultsTotal = '<b>×ܼƣº</b> <i>%s</i> ¸öÆ¥ÅäÏî';
$strNumTables = '¸ö±í';
 
$strOK = 'È·¶¨';
$strOperations = '²Ù×÷';
$strOperator = '²Ù×÷Ô±';
$strOptimizeTable = 'ÓÅ»¯±í';
$strOr = '»ò';
$strOverhead = '¶àÓà';
$strOverwriteExisting = '¸²¸ÇÒÑÓÐÎļþ';
 
$strPHP40203 = 'ÄúÕýʹÓà PHP °æ±¾ 4.2.3£¬¸Ã°æ±¾ÓÐÒ»¸öË«×Ö½Ú×Ö·û(mbstring)µÄÑÏÖØ´íÎó¡£Çë²ÎÔÄ PHP ³ô³æ±¨¸æ 19404¡£phpMyAdmin ²¢²»½¨ÒéʹÓÃÕâ¸ö°æ±¾µÄ PHP¡£';
$strPHPVersion = 'PHP °æ±¾';
$strPageNumber = 'Ò³ºÅ£º';
$strPaperSize = 'Ö½ÕÅ´óС';
$strPartialText = '²¿·ÖÎÄ×Ö';
$strPassword = 'ÃÜÂë';
$strPasswordChanged = '%s µÄÃÜÂëÒѳɹ¦¸ü¸Ä¡£';
$strPasswordEmpty = 'ÃÜÂëÊǿյģ¡';
$strPasswordHashing = 'ÃÜÂë¹þÏ£';
$strPasswordNotSame = 'ÃÜÂë²¢·ÇÏàͬ£¡';
$strPdfDbSchema = '¡°%s¡±Êý¾Ý¿â´ó¸Ù - µÚ %s Ò³';
$strPdfInvalidTblName = '±í¡°%s¡±²»´æÔÚ£¡';
$strPdfNoTables = 'ûÓбí';
$strPerHour = 'ÿСʱ';
$strPerMinute = 'ÿ·ÖÖÓ';
$strPerSecond = 'ÿÃë';
$strPersian = '²¨Ë¹Óï';
$strPhoneBook = 'µç»°±¾';
$strPhp = '´´½¨ PHP ´úÂë';
$strPmaDocumentation = 'phpMyAdmin Îĵµ';
$strPmaUriError = '±ØÐëÔÚÄúµÄÅäÖÃÎļþÖÐÉ趨 <tt>$cfg[\'PmaAbsoluteUri\']</tt> Ö¸Á';
$strPolish = '²¨À¼Óï';
$strPortrait = '×ÝÏò';
$strPos1 = '¿ªÊ¼';
$strPrevious = 'Ç°Ò»¸ö';
$strPrimary = 'Ö÷¼ü';
$strPrimaryKeyHasBeenDropped = 'Ö÷¼üÒѱ»É¾³ý';
$strPrimaryKeyName = 'Ö÷¼üµÄÃû³Æ±ØÐë³ÆΪ PRIMARY£¡';
$strPrimaryKeyWarning = '(¡°PRIMARY¡±<b>±ØÐë</b>ÊÇÖ÷¼üµÄÃû³Æ£¬²¢ÇÒÖ÷¼ü±ØÐë<b>Ψһ</b>£¡)';
$strPrint = '´òÓ¡';
$strPrintView = '´òÓ¡Ô¤ÀÀ';
$strPrintViewFull = '´òÓ¡Ô¤ÀÀ (È«ÎÄÏÔʾ)';
$strPrivDescAllPrivileges = '°üÀ¨ËùÓÐȨÏÞ³ýÁËÊÚȨ (GRANT)¡£';
$strPrivDescAlter = 'ÔÊÐíÐÞ¸ÄÏÖÓбíµÄ½á¹¹¡£';
$strPrivDescCreateDb = 'ÔÊÐí´´½¨ÐÂÊý¾Ý¿âºÍ±í¡£';
$strPrivDescCreateTbl = 'ÔÊÐí´´½¨ÐÂ±í¡£';
$strPrivDescCreateTmpTable = 'ÔÊÐí´´½¨ÔÝʱ±í¡£';
$strPrivDescDelete = 'ÔÊÐíɾ³ýÊý¾Ý¡£';
$strPrivDescDropDb = 'ÔÊÐíɾ³ýÊý¾Ý¿âºÍ±í¡£';
$strPrivDescDropTbl = 'ÔÊÐíɾ³ý±í¡£';
$strPrivDescExecute = 'ÔÊÐíÔËÐд洢¹ý³Ì£»ÔÚ´Ë°æ±¾µÄ MySQL ÖÐÎÞЧ¡£';
$strPrivDescFile = 'ÔÊÐí´ÓÎļþÖе¼ÈëÊý¾ÝÒÔ¼°½«Êý¾Ýµ¼³öÖÁÎļþ¡£';
$strPrivDescGrant = 'ÔÊÐíÌí¼ÓÓû§ºÍȨÏÞ£¬¶ø²»ÔÊÐíÖØÐÂÔØÈëȨÏÞ±í¡£';
$strPrivDescIndex = 'ÔÊÐí´´½¨ºÍɾ³ýË÷Òý¡£';
$strPrivDescInsert = 'ÔÊÐí²åÈëºÍÌæ»»Êý¾Ý¡£';
$strPrivDescLockTables = 'ÔÊÐíËøסµ±Ç°ÏßË÷µÄ±í¡£';
$strPrivDescMaxConnections = 'ÏÞÖÆÓû§Ã¿Ð¡Ê±´ò¿ªµÄÐÂÁ¬½ÓÊý¡£';
$strPrivDescMaxQuestions = 'ÏÞÖÆÓû§Ã¿Ð¡Ê±¿É·¢Ë͵IJéѯÊý¡£';
$strPrivDescMaxUpdates = 'ÏÞÖÆÓû§Ã¿Ð¡Ê±¿ÉÖ´ÐеĽ«»á¸ü¸ÄÈκαí»òÊý¾Ý¿âµÄÃüÁîÊý¡£';
$strPrivDescProcess3 = 'ÔÊÐíɱËÀÆäËüÓû§µÄ½ø³Ì¡£';
$strPrivDescProcess4 = 'ÔÊÐí²é¿´½ø³ÌÁбíÖеÄÍêÕû²éѯ¡£';
$strPrivDescReferences = 'ÔÚ´Ë°æ±¾µÄ MySQL ÖÐÎÞЧ¡£';
$strPrivDescReload = 'ÔÊÐíÖØÐÂÔØÈë·þÎñÆ÷ÉèÖò¢Ë¢Ð·þÎñÆ÷µÄ»º´æ¡£';
$strPrivDescReplClient = 'Óû§ÓÐȨѯÎʸ½ÊôÕß/¿ØÖÆÕßÔÚÄÄÀï¡£';
$strPrivDescReplSlave = '»Ø¸´¸½ÊôÕßËùÐè¡£';
$strPrivDescSelect = 'ÔÊÐí¶ÁÈ¡Êý¾Ý¡£';
$strPrivDescShowDb = 'ÔÊÐí·ÃÎÊÍêÕûµÄÊý¾Ý¿âÁÐ±í¡£';
$strPrivDescShutdown = 'ÔÊÐí¹Ø±Õ·þÎñÆ÷¡£';
$strPrivDescSuper = 'ÔÊÐíÔÚ´ïµ½×î´óÔÊÐíÊýĿʱÈÔ½øÐÐÁ¬½Ó£»¶ÔÓÚ´ó¶àÊýÏñÉèÖÃÈ«¾Ö±äÁ¿»òɱËÀÆäËüÓû§Ïß³ÌÕâÑùµÄ¹ÜÀí²Ù×÷ÊDZØÐèµÄ¡£';
$strPrivDescUpdate = 'ÔÊÐí¸ü¸ÄÊý¾Ý¡£';
$strPrivDescUsage = 'ÎÞȨÏÞ¡£';
$strPrivileges = 'ȨÏÞ';
$strPrivilegesReloaded = 'ȨÏÞÒѾ­³É¹¦ÔØÈë¡£';
$strProcesslist = '½ø³ÌÁбí';
$strPutColNames = '½«×Ö¶ÎÃû³Æ·ÅÔÚÊ×ÐÐ';
 
$strQBE = '²éѯ';
$strQBEDel = 'ɾ³ý';
$strQBEIns = 'Ìí¼Ó';
$strQueryFrame = '²éѯ´°¿Ú';
$strQueryOnDb = 'ÔÚÊý¾Ý¿â <b>%s</b> Ö´ÐÐ SQL Óï¾ä£º';
$strQuerySQLHistory = 'SQL ÀúÊ·';
$strQueryStatistics = '<b>²éѯͳ¼Æ</b>£º×Ô´ÓÆô¶¯ºó£¬·þÎñÆ÷¹²ÊÕµ½ÁË %s ´Î²éѯ¡£';
$strQueryTime = '²éѯ»¨·Ñ %01.4f Ãë';
$strQueryType = '²éѯ·½Ê½';
$strQueryWindowLock = '²»´Ó´°¿ÚÍ⸲¸Ç´Ë²éѯ';
 
$strReType = 'ÖØÐÂÊäÈë';
$strReceived = 'ÒÑÊÕµ½';
$strRecords = '¼Ç¼Êý';
$strReferentialIntegrity = '¼ì²éÒýÓÃÍêÕûÐÔ£º';
$strRefresh = 'Ë¢ÐÂ';
$strRelationNotWorking = 'ʹÓÃÁ´½Ó±íµÄ¶îÍâÌØÐÔÉÐδ¼¤»î¡£Òª²é³öÔ­Òò£¬Çëµ¥»÷%s´Ë´¦%s¡£';
$strRelationView = '¹Øϵ²é¿´';
$strRelationalSchema = '¹Øϵ´ó¸Ù';
$strRelations = '¹Øϵ';
$strRelationsForTable = '±íµÄ¹ØÁª';
$strReloadMySQL = 'ÖØÆô MySQL';
$strReloadingThePrivileges = 'ÖØÐÂÔØÈëȨÏÞ';
$strRemoveSelectedUsers = 'ɾ³ýÑ¡ÖÐÓû§';
$strRenameDatabaseOK = 'Êý¾Ý¿â %s ÒѾ­±»ÖØÃüÃûΪ %s';
$strRenameTable = '½«±í¸ÄÃûΪ';
$strRenameTableOK = '±í %s Ãû×ÖÒѾ­±»¸Ä³É %s¡£';
$strRepairTable = 'ÐÞ¸´±í';
$strReplaceNULLBy = '½« NULL Ì滻Ϊ';
$strReplaceTable = '½«±íµÄÊý¾ÝÓôËÎļþÌæ»»£º';
$strReset = 'ÖØÖÃ';
$strResourceLimits = '×ÊÔ´ÏÞÖÆ';
$strRevoke = 'ÊÕ»Ø';
$strRevokeAndDelete = 'ÊÕ»ØÓû§µÄËùÓ줻îȨÏÞ£¬È»ºóɾ³ýÓû§¡£';
$strRevokeAndDeleteDescr = 'Óû§ÈÔȻӵÓÐ USAGE ȨÏÞ£¬Ö±µ½È¨ÏÞÖØÔØ¡£';
$strRevokeMessage = 'ÄúÒÑÊÕ»Ø %s µÄȨÏÞ';
$strRomanian = 'ÂÞÂíÄáÑÇÓï';
$strRowLength = 'Ð㤶È';
$strRowSize = ' ÐдóС ';
$strRows = 'ÐÐÊý';
$strRowsFrom = 'ÐУ¬¿ªÊ¼ÐÐÊý£º';
$strRowsModeFlippedHorizontal = 'ˮƽ(Ðýת±êÌâ)';
$strRowsModeHorizontal = 'ˮƽ';
$strRowsModeOptions = 'ÒÔ %s ģʽÏÔʾ£¬²¢ÇÒÔÚ %s ¸öµ¥Ôª¸ñºóÖظ´±êÌâ';
$strRowsModeVertical = '´¹Ö±';
$strRowsStatistic = 'ÐÐͳ¼Æ';
$strRunQuery = 'Ìá½»²éѯ';
$strRunSQLQuery = 'ÔÚÊý¾Ý¿â %s ÔËÐÐ SQL ²éѯ';
$strRunning = 'ÔËÐÐÓÚ %s';
$strRussian = '¶íÓï';
 
$strSQL = 'SQL'; // should express in english
$strSQLExportCompatibility = 'Ö§³Ö SQL À©Õ¹';
$strSQLExportType = 'µ¼³öÀàÐÍ';
$strSQLOptions = 'SQL Ñ¡Ïî';
$strSQLParserBugMessage = 'ÓпÉÄÜÄú·¢ÏÖÁË SQL ·ÖÎöÆ÷µÄ³ô³æ¡£Çë×Ðϸ¼ì²éÄúµÄ²éѯ£¬°üÀ¨ÒýºÅÊÇ·ñÕýÈ·¼°ÊÇ·ñÆ¥Åä¡£ÆäËü¿ÉÄܵÄʧ°ÜÔ­Òò¿ÉÄÜÓÉÓÚÄúÉÏ´«Á˳¬¹ýÒýÓÃÎı¾ÇøÓòÍâµÄ¶þ½øÖÆÊý¾Ý¡£Äú»¹¿ÉÒÔÔÚ MySQL ÃüÁîÐнçÃæÊÔÒ»ÏÂÄúµÄ²éѯ¡£Èç¹û¿ÉÄܵĻ°£¬ÒÔÏ»áÁгö MySQL ·þÎñÆ÷µÄ´íÎóÊä³ö£¬Õâ¿ÉÄܶÔÄú½â¾öÎÊÌâÓÐÒ»¶¨µÄ°ïÖú×÷Óá£Èç¹ûÄúÈÔÈ»ÓÐÎÊÌ⣬»òÕßÃüÁîÐнçÃæÖ´Ðгɹ¦¶ø·ÖÎöÆ÷³ö´í£¬Ç뽫ÄúµÄ SQL ²éѯËõ¼õµ½µ¼ÖÂÎÊÌâµÄijһÌõÓï¾ä£¬È»ºóºÍÏÂÃæ¼ôÇÐÇøÖеÄÊý¾ÝÒ»ÆðÌá½»Ò»¸ö³ô³æ±¨¸æ£º';
$strSQLParserUserError = 'ÄúµÄ SQL ²éѯ¿ÉÄÜÓÐ´í¡£Èç¹û¿ÉÄܵĻ°£¬ÒÔÏ»áÁгö MySQL ·þÎñÆ÷µÄ´íÎóÊä³ö£¬Õâ¿ÉÄܶÔÄú½â¾öÎÊÌâÓÐÒ»¶¨µÄ°ïÖú×÷Óá£';
$strSQLQuery = 'SQL ²éѯ';
$strSQLResult = 'SQL ²éѯ½á¹û';
$strSQPBugInvalidIdentifer = 'ÎÞЧµÄ±êʶ·û';
$strSQPBugUnclosedQuote = 'ÒýºÅ²»Åä¶Ô';
$strSQPBugUnknownPunctuation = 'δ֪µÄ±êµã·ûºÅ×Ö·û´®';
$strSave = '±£´æ';
$strSaveOnServer = '±£´æÓÚ·þÎñÆ÷µÄ %s Ŀ¼';
$strScaleFactorSmall = '±ÈÀýÒò×Ó̫С£¬ÎÞ·¨ÔÚÒ»Ò³ÖÐÏÔʾ´ó¸Ù';
$strSearch = 'ËÑË÷';
$strSearchFormTitle = 'ËÑË÷Êý¾Ý¿â';
$strSearchInTables = 'ÓÚÒÔÏÂ±í£º';
$strSearchNeedle = '²éÕÒµÄÎÄ×Ö»òÊýÖµ(ͨÅä·û£º¡°%¡±)£º';
$strSearchOption1 = 'ÖÁÉÙÒ»¸öµ¥´Ê';
$strSearchOption2 = 'ËùÓе¥´Ê';
$strSearchOption3 = '¾«È·¶ÌÓï';
$strSearchOption4 = '°´Õý¹æ±í´ïʽ';
$strSearchResultsFor = '¡°<i>%s</i>¡±µÄËÑË÷½á¹û %s£º';
$strSearchType = '²éÕÒ£º';
$strSecretRequired = 'ÅäÖÃÎļþÏÖÔÚÐèÒª¾øÃܵĶÌÓïÃÜÂë(blowfish_secret)¡£';
$strSelectADb = 'ÇëÑ¡ÔñÊý¾Ý¿â';
$strSelectAll = 'ȫѡ';
$strSelectBinaryLog = 'Ñ¡Ôñ²é¿´¶þ½øÖÆÈÕÖ¾';
$strSelectFields = 'ÖÁÉÙÑ¡ÔñÒ»¸ö×ֶΣº';
$strSelectNumRows = '²éѯÖÐ';
$strSelectTables = 'Ñ¡Ôñ±í';
$strSend = 'Áí´æΪÎļþ';
$strSent = 'Ëͳö';
$strServer = '·þÎñÆ÷';
$strServerChoice = 'Ñ¡Ôñ·þÎñÆ÷';
$strServerNotResponding = '·þÎñÆ÷ûÓÐÏìÓ¦';
$strServerStatus = 'ÔËÐÐÐÅÏ¢';
$strServerStatusUptime = '´Ë MySQL ·þÎñÆ÷ÒѾ­ÔËÐÐÁË %s£¬Æô¶¯Ê±¼äΪ %s¡£';
$strServerTabProcesslist = '½ø³Ì';
$strServerTabVariables = '±äÁ¿';
$strServerTrafficNotes = '<b>·þÎñÆ÷Á÷Á¿</b>£ºÕâЩ±íÏÔʾÁË´Ë MySQL ·þÎñÆ÷×ÔÆô¶¯ÒÔÀ´µÄÍøÂçÁ÷Á¿Í³¼Æ¡£';
$strServerVars = '·þÎñÆ÷±äÁ¿ºÍÉèÖÃ';
$strServerVersion = '·þÎñÆ÷°æ±¾';
$strSessionValue = '»á»°Öµ';
$strSetEnumVal = 'Èç×Ö¶ÎÀàÐÍÊÇ¡°enum¡±»ò¡°set¡±£¬ÇëʹÓÃÒÔϵĸñʽÊäÈ룺\'a\',\'b\',\'c\'...<br />Èç¹ûÄúÐèÒªÔÚÖµÖÐÊäÈ뷴бÏß(¡°\¡±)»òÕßµ¥ÒýºÅ(¡°\'¡±)£¬ÇëÔÚÇ°Ãæ¼ÓÉÏ·´Ð±Ïß(Èç \'\\\\xyz\' »ò \'a\\\'b\')¡£';
$strShow = 'ÏÔʾ';
$strShowAll = 'È«²¿ÏÔʾ';
$strShowColor = 'ÏÔʾÑÕÉ«';
$strShowDatadictAs = 'Êý¾Ý×Öµä¸ñʽ';
$strShowFullQueries = 'ÏÔʾÍêÕû²éѯ';
$strShowGrid = 'ÏÔʾÍø¸ñ';
$strShowPHPInfo = 'ÏÔʾ PHP ÐÅÏ¢';
$strShowTableDimension = 'ÏÔʾ±í¸ñ´óС';
$strShowTables = 'ÏÔʾ±í';
$strShowThisQuery = ' ÔÚ´ËÔÙ´ÎÏÔʾ´Ë²éѯ ';
$strShowingRecords = 'ÏÔʾÐÐ';
$strSimplifiedChinese = '¼òÌåÖÐÎÄ';
$strSingly = '(ÖðÒ»)';
$strSize = '´óС';
$strSlovak = '˹Âå·¥¿ËÓï';
$strSlovenian = '˹ÂåÎÄÄáÑÇÓï';
$strSort = 'ÅÅÐò';
$strSortByKey = 'Ö÷¼üÅÅÐò';
$strSpaceUsage = 'ÒÑʹÓÿռä';
$strSpanish = 'Î÷°àÑÀÓï';
$strSplitWordsWithSpace = 'ÿ¸öµ¥´ÊÒÔ¿Õ¸ñ (" ") ·Ö¸ô¡£';
$strStatCheckTime = '×îºó¼ì²éʱ¼ä';
$strStatCreateTime = '´´½¨Ê±¼ä';
$strStatUpdateTime = '×îºó¸üÐÂʱ¼ä';
$strStatement = 'Óï¾ä';
$strStatus = '״̬';
$strStrucCSV = 'CSV Êý¾Ý';
$strStrucData = '½á¹¹ºÍÊý¾Ý';
$strStrucDrop = 'Ìí¼Ó DROP TABLE';
$strStrucExcelCSV = 'MS Excel µÄ CSV ¸ñʽ';
$strStrucNativeExcel = '±¾µØ MS Excel Êý¾Ý';
$strStrucOnly = 'Ö»½á¹¹';
$strStructPropose = '¹æ»®±í½á¹¹';
$strStructure = '½á¹¹';
$strSubmit = 'Ìá½»';
$strSuccess = 'ÄúÔËÐÐµÄ SQL Óï¾äÒѾ­³É¹¦ÔËÐÐÁË¡£';
$strSum = '×ܼÆ';
$strSwedish = 'ÈðµäÓï';
$strSwitchToDatabase = 'Ñ¡Ôñ±»¸´ÖƵÄÊý¾Ý¿â';
$strSwitchToTable = 'Çл»µ½¸´ÖƵıí';
 
$strTable = '±í ';
$strTableComments = '±í×¢ÊÍ';
$strTableEmpty = '±íÃû³ÆÊǿյģ¡';
$strTableHasBeenDropped = '±í %s Òѱ»É¾³ý';
$strTableHasBeenEmptied = '±í %s Òѱ»Çå¿Õ';
$strTableHasBeenFlushed = '±í %s Òѱ»Ç¿ÖƸüÐÂ';
$strTableMaintenance = '±íά»¤';
$strTableOfContents = 'Ŀ¼';
$strTableOptions = '±íÑ¡Ïî';
$strTableStructure = '±íµÄ½á¹¹';
$strTableType = '±íÀàÐÍ';
$strTables = '%s ¸ö±í';
$strTakeIt = '¶Ï¶¨';
$strTblPrivileges = '°´±íÖ¸¶¨È¨ÏÞ';
$strTextAreaLength = ' ÓÉÓÚ³¤¶ÈÏÞÖÆ<br />´Ë×ֶοÉÄÜÎÞ·¨±à¼­ ';
$strThai = 'Ì©Óï';
$strTheme = 'Ö÷Ìâ / ·ç¸ñ';
$strThisHost = '´ËÖ÷»ú';
$strThisNotDirectory = 'Õâ²¢²»ÊÇÒ»¸öĿ¼';
$strThreadSuccessfullyKilled = 'Ïß³Ì %s Òѳɹ¦É±ËÀ¡£';
$strTime = 'ʱ¼ä';
$strToggleScratchboard = 'Çл»¹Î°å';
$strTotal = '×ܼÆ';
$strTotalUC = 'ͳ¼Æ';
$strTraditionalChinese = '·±ÌåÖÐÎÄ';
$strTraditionalSpanish = '´«Í³Î÷°àÑÀÓï';
$strTraffic = 'Á÷Á¿';
$strTransformation_application_octetstream__download = '×Ö¶ÎÖÐÏÔʾһ¸ö¶þ½øÖÆÎļþµÄÏÂÔØÁ¬½Ó¡£µÚÒ»¸öÑ¡ÏîÊǶþ½øÖÆÊý¾ÝµÄÃû×Ö¡£µÚ¶þ¸öÑ¡ÏîÊDZíÁÐÖпÉÄÜ°üº¬ÎļþÃûµÄ×ֶΡ£ Èç¹ûÄãÌṩµÚ¶þ¸öÑ¡ÏîÄÇôµÚÒ»¸öÑ¡Ïî±ØÐëÉèÖÃΪ¿Õ×Ö·û´®¡£';
$strTransformation_image_jpeg__inline = 'ÏÔʾ¿Éµã»÷µÄËõÂÔͼ£»Ñ¡ÏÒÔÏñËØÖ¸¶¨µÄ¿í¶È¡¢¸ß¶È(±£ÁôÔ­ÓбÈÀý)';
$strTransformation_image_jpeg__link = 'ÏÔʾµ½´ËͼÏñµÄÁ´½Ó(¼´Ö±½Ó¶þ½øÖÆÏÂÔØ)¡£';
$strTransformation_image_png__inline = '²é¿´ image/jpeg: ǶÈë';
$strTransformation_text_plain__dateformat = 'Ñ¡Ôñ TIME£¬TIMESTAMP »ò DATETIME ×ֶβ¢½«ÆäÓÃÄúµÄ±¾µØÈÕÆÚ¸ñʽ½øÐиñʽ»¯¡£µÚÒ»¸öÑ¡ÏîÊǽ«»á¼ÓÈ뵽ʱ¼ä´ÁÖеÄÆ«ÒÆÁ¿(ÒÔСʱΪµ¥Î»£¬Ä¬ÈÏΪ 0)¡£µÚ¶þ¸öÑ¡ÏîÊǸù¾Ý PHP µÄ strftime() º¯Êý²ÎÊýµÄ¸ñʽ±àдµÄ²»Í¬ÈÕÆÚ¸ñʽ¡£';
$strTransformation_text_plain__external = 'Ö»¶Ô LINUX£ºµ÷ÓÃÍⲿ³ÌÐò²¢Í¨¹ý±ê×¼ÊäÈëÌî³ä×Ö¶ÎÊý¾Ý¡£·µ»Ø´ËÓ¦ÓóÌÐòµÄ±ê×¼Êä³ö¡£Ä¬ÈÏΪ Tidy£¬¿ÉÒԺܺõĴòÓ¡ HTML ´úÂ롣ΪÁË°²È«Æð¼û£¬ÄúÐèÒªÊÖ¶¯±à¼­Îļþ libraries/transformations/text_plain__external.inc.php È»ºó²åÈëÔÊÐíÄúÔËÐеŤ¾ß¡£µÚÒ»¸öÑ¡ÏîÊÇÄúÏëҪʹÓõijÌÐò±àºÅ£¬¶øµÚ¶þ¸öÑ¡ÏîÊdzÌÐòµÄ²ÎÊý¡£ÖÁÓÚµÚÈý¸ö²ÎÊý£¬Èç¹ûÉèΪ 1 µÄ»°½«»áÓà htmlspecialchars() ת»»ÆäÊä³ö(ĬÈÏΪ 1)¡£µÚËĸö²ÎÊýÈç¹ûÉèΪ 1 µÄ»°£¬½«»áÔÚÄÚÈݵ¥Ôª¸ñÖÐÊä³ö NOWRAP£¬ÕâÑùÈ«²¿Êä³ö¾Í»á²»¾­ÖØиñʽ»¯Ö±½ÓÊä³öÁË(ĬÈÏΪ 1)';
$strTransformation_text_plain__formatted = '±£Áô×ֶεÄԭʼ¸ñʽ¡£²»½øÐÐתÂë¡£';
$strTransformation_text_plain__imagelink = 'ÏÔʾͼÏñºÍÁ´½Ó£¬×Ö¶ÎÄÚ°üº¬ÎļþÃû£»µÚÒ»¸öÑ¡ÏîÊÇÀàËÆ¡°http://domain.com/¡±ÕâÑùµÄǰ׺£¬µÚ¶þ¸öÑ¡ÏîÊÇÒÔÏñËØΪµ¥Î»µÄ¿í¶È£¬µÚÈý¸ö²ÎÊýÊǸ߶ȡ£';
$strTransformation_text_plain__link = 'ÏÔʾÁ´½Ó£¬×Ö¶ÎÄÚ°üº¬ÎļþÃû£»µÚÒ»¸öÑ¡ÏîÊÇÀàËÆ¡°http://domain.com/¡±ÕâÑùµÄǰ׺£¬µÚ¶þ¸öÑ¡ÏîÊÇÁ´½ÓµÄ±êÌâ(µ¯³öÌáʾ)¡£';
$strTransformation_text_plain__substr = 'Ö»ÏÔʾ×Ö·û´®µÄÒ»²¿·Ö¡£µÚÒ»¸öÑ¡ÏÒåÁËÎı¾¿ªÊ¼Êä³öµÄÆ«ÒÆÁ¿(ĬÈÏΪ 0)¡£µÚ¶þ¸öÑ¡ÏîÊÇËù·µ»ØÎÄ×ÖÊýÁ¿µÄÆ«ÒÆÁ¿¡£Èç¹ûΪ¿ÕµÄ»°£¬½«·µ»ØʣϵÄËùÓÐÎı¾¡£µÚÈý¸öÑ¡ÏîÊǽ«»á×·¼Óµ½×Ó×Ö·û´®Ö®ºóµÄÊä³ö(ĬÈÏΪ£º...) .';
$strTruncateQueries = '½Ø¶ÏÏÔʾµÄ²éѯ';
$strTurkish = 'ÍÁ¶úÆäÓï';
$strType = 'ÀàÐÍ';
 
$strUkrainian = 'ÎÚ¿ËÀ¼Óï';
$strUncheckAll = 'È«²¿²»Ñ¡';
$strUnicode = 'Unicode'; //USE ENG
$strUnique = 'Ψһ';
$strUnknown = 'δ֪';
$strUnselectAll = 'È«²¿²»Ñ¡';
$strUpdComTab = 'Çë²Î¿´ÎĵµÖйØÓÚÈçºÎ¸üÐÂÄúµÄ Column_comments ±íµÄ²¿·Ö';
$strUpdatePrivMessage = 'ÄúÒѾ­¸üÐÂÁË %s µÄȨÏÞ¡£';
$strUpdateProfileMessage = 'ÅäÖÃÎļþ¼º¸üС£';
$strUpdateQuery = '¸üвéѯ';
$strUpgrade = 'ÄúÓ¦¸ÃÉý¼¶µ½ %s %s »òÕ߸ü¸ß¡£';
$strUsage = 'Ó÷¨';
$strUseBackquotes = 'ÇëÔÚ±íÃû¼°×Ö¶ÎÃûʹÓÃÒýºÅ';
$strUseHostTable = 'ʹÓÃÖ÷»ú±í';
$strUseTabKey = '°´ TAB ¼üÌøµ½ÏÂÒ»¸öÊýÖµ, »ò CTRL+·½Ïò¼ü ×÷ËæÒâÒƶ¯';
$strUseTables = 'ʹÓñí';
$strUseTextField = 'ʹÓÃÎı¾Óò';
$strUseThisValue = 'ʹÓôËÖµ';
$strUser = 'Óû§';
$strUserAlreadyExists = 'Óû§ %s ¼º´æÔÚ£¡';
$strUserEmpty = 'Óû§Ãû³ÆÊǿյģ¡';
$strUserName = '̞';
$strUserNotFound = 'Ñ¡ÖеÄÓû§ÔÚȨÏÞ±íÄÚÕÒ²»µ½¡£';
$strUserOverview = 'Óû§Ò»ÀÀ';
$strUsersDeleted = 'Ñ¡ÖеÄÓû§Òѳɹ¦É¾³ý¡£';
$strUsersHavingAccessToDb = 'Óû§¿É·ÃÎÊ¡°%s¡±';
 
$strValidateSQL = 'УÑé SQL';
$strValidatorError = 'SQL УÑé³ÌÐòÎÞ·¨³õʼ»¯¡£Çë¼ì²éÊÇ·ñÒѾ­°²×°ÁË%sÎĵµ%sÄÚÃèÊöµÄ±ØÐè PHP À©Õ¹¡£';
$strValue = 'ֵ';
$strVar = '±äÁ¿';
$strViewDump = '²é¿´±íµÄת´æ(´ó¸Ù)¡£';
$strViewDumpDB = '²é¿´Êý¾Ý¿âµÄת´æ(´ó¸Ù)¡£';
$strViewDumpDatabases = '²é¿´Êý¾Ý¿âµÄת´æ(´ó¸Ù)';
 
$strWebServerUploadDirectory = 'ÍøÕ¾·þÎñÆ÷ÉÏÔØĿ¼';
$strWebServerUploadDirectoryError = 'É趨µÄÉÏÔØĿ¼´íÎó£¬Î´ÄÜʹÓÃ';
$strWelcome = '»¶Ó­Ê¹Óà %s';
$strWestEuropean = 'Î÷Å·';
$strWildcard = 'ͨÅä·û';
$strWindowNotFound = 'Ä¿±êä¯ÀÀ´°¿Ú²»¿É¸üС£¿ÉÄÜÄãÒѾ­¹Ø±ÕÁ˸¸´°¿Ú»òÕßÄúä¯ÀÀÆ÷µÄ°²È«ÉèÖÃ×è¶ÏÁ˸üд°¿Ú¡£';
$strWithChecked = 'Ñ¡ÖÐÏ';
$strWritingCommentNotPossible = '²»ÄÜдעÊÍ';
$strWritingRelationNotPossible = '²»ÄÜд¹Øϵ';
$strWrongUser = 'Óû§Ãû/ÃÜÂë´íÎ󣬷ÃÎʱ»¾Ü¾ø¡£';
 
$strXML = 'XML'; //USE ENG
 
$strYes = 'ÊÇ';
 
$strZeroRemovesTheLimit = '×¢Ò⣺½«ÕâЩѡÏîÉèΪ 0(Áã) ½«É¾³ýÏÞÖÆ¡£';
$strZip = 'zip ѹËõ';
 
// To translate:
 
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngines = 'Engines'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/chinese_simplified-utf-8.inc.php
0,0 → 1,999
<?php
/* $Id: chinese_simplified-utf-8.inc.php,v 2.86.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Funda Wang <fundawang@en2china.com>
* update by Simon <simon@venustech.com.cn>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'simsun, 宋体';
$right_font_family = 'simsun';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('字节', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('周日', '周一', '周二', '周三', '周四', '周五', '周六');
$month = array('一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%Y 年 %m 月 %d 日 %H:%M';
 
$timespanfmt = '%s 天 %s 小时,%s 分 %s 秒';
 
$strAPrimaryKey = '主键已经添加到 %s';
$strAbortedClients = '中止';
$strAbsolutePathToDocSqlDir = '请输入 docSQL 目录在网站服务器的绝对路径';
$strAccessDenied = '访问被拒绝';
$strAccessDeniedExplanation = 'phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。';
$strAction = '操作';
$strAddAutoIncrement = '添加 AUTO_INCREMENT 值';
$strAddConstraints = '强制添加';
$strAddDeleteColumn = '添加/删除字段列';
$strAddDeleteRow = '添加/删除条件行';
$strAddDropDatabase = '添加 DROP DATABASE';
$strAddFields = '添加 %s 字段';
$strAddHeaderComment = '在标题中增加一个定制的注释 (\\n 行隔离符)';
$strAddIfNotExists = '如果不存在就增加';
$strAddIntoComments = '添加进注释';
$strAddNewField = '添加新字段';
$strAddPrivilegesOnDb = '在下列数据库添加权限';
$strAddPrivilegesOnTbl = '在下列表添加权限';
$strAddSearchConditions = '添加搜索条件(“where”语句的主体):';
$strAddToIndex = '添加到 %s 列';
$strAddUser = '添加新用户';
$strAddUserMessage = '您已添加了一个新用户。';
$strAddedColumnComment = '已添加列注释';
$strAddedColumnRelation = '已添加列关系';
$strAdministration = '管理';
$strAffectedRows = '影响列数:';
$strAfter = '于 %s 之后';
$strAfterInsertBack = '后退到上一页';
$strAfterInsertNewInsert = '插入新的一行';
$strAfterInsertNext = '编辑下一行';
$strAfterInsertSame = '返回这一页';
$strAll = '全部';
$strAllTableSameWidth = '以相同宽度显示所有表吗?';
$strAlterOrderBy = '更改表顺序,依据';
$strAnIndex = '索引已经添加到 %s';
$strAnalyzeTable = '分析表';
$strAnd = '与';
$strAny = '任意';
$strAnyHost = '任意主机';
$strAnyUser = '任意用户';
$strApproximateCount = '可能接近. 请参看 FAQ 3.11';
$strArabic = '阿拉伯语';
$strArmenian = '亚美尼亚语';
$strAscending = '递增';
$strAtBeginningOfTable = '于表开头';
$strAtEndOfTable = '于表结尾';
$strAttr = '属性';
$strAutodetect = '自动检测';
$strAutomaticLayout = '自动套用格式';
 
$strBack = '返回';
$strBaltic = '巴拉克语';
$strBeginCut = '开始剪切';
$strBeginRaw = '开始原文';
$strBinLogEventType = '事件类型';
$strBinLogInfo = '信息';
$strBinLogName = '日志文件名';
$strBinLogOriginalPosition = '初始位置';
$strBinLogPosition = '位置';
$strBinLogServerId = '服务器ID';
$strBinary = '二进制';
$strBinaryDoNotEdit = '二进制 - 无法编辑';
$strBinaryLog = '二进制日志';
$strBookmarkAllUsers = '让每个用户都可以访问这个书签';
$strBookmarkDeleted = '书签已经删除。';
$strBookmarkLabel = '标签';
$strBookmarkQuery = '已加书签的 SQL 查询';
$strBookmarkThis = '将此 SQL 查询加为书签';
$strBookmarkView = '只查看';
$strBrowse = '浏览';
$strBrowseForeignValues = '浏览不相关的值';
$strBulgarian = '保加利亚语';
$strBzError = 'phpMyAdmin 无法压缩转存,原因是此版本 php 中的 Bz2 模块损坏。强制将 phpMyAdmin 配置文件中的 <code>$cfg[\'BZipDump\']</code> 设置为 <code>FALSE</code>。如果您想使用 Bz2 压缩功能,请更新 php 的版本。详情请参看 php 错误报告 %s。';
$strBzip = 'bzip 压缩';
 
$strCSVOptions = 'CSV 选项';
$strCalendar = '日历';
$strCannotLogin = '无法登入 MySQL 服务器';
$strCantLoad = '无法载入 %s 扩展,<br />请检查 PHP 配置';
$strCantLoadRecodeIconv = '无法载入 iconv 或者进行字符集转换所需的重编码扩展程序,请配置 php 允许使用这些扩展或者在 phpMyAdmin 中禁用字符集转换功能。';
$strCantRenameIdxToPrimary = '无法将索引更名为 PRIMARY!';
$strCantUseRecodeIconv = '载入扩展报告时 iconv,libiconv 和 recode_string 都无法使用。请检查您的 php 配置。';
$strCardinality = '基数';
$strCaseInsensitive = '不区分大小写';
$strCaseSensitive = '区分大小写';
$strCentralEuropean = '中欧';
$strChange = '更改';
$strChangeCopyMode = '创建带有相同权限的新用户并 ...';
$strChangeCopyModeCopy = '... 保留旧用户。';
$strChangeCopyModeDeleteAndReload = ' ... 从用户表中删除旧用户,然后重新载入权限。';
$strChangeCopyModeJustDelete = ' ... 从用户表中删除旧用户。';
$strChangeCopyModeRevoke = ' ... 收回旧用户的所有激活权限,然后删除旧用户。';
$strChangeCopyUser = '更改登录信息/复制用户';
$strChangeDisplay = '选择要显示的字段';
$strChangePassword = '更改密码';
$strCharset = '字符集';
$strCharsetOfFile = '文件的字符集:';
$strCharsets = '字符集';
$strCharsetsAndCollations = '字符集和整理';
$strCheckAll = '全选';
$strCheckOverhead = '彻底检查';
$strCheckPrivs = '检查权限';
$strCheckPrivsLong = '检查数据库“%s”的权限。';
$strCheckTable = '检查表';
$strChoosePage = '请选择需要编辑的页号';
$strColComFeat = '显示列注解';
$strCollation = '整理';
$strColumnNames = '列名';
$strColumnPrivileges = '按列指定权限';
$strCommand = '命令';
$strComments = '注释';
$strCommentsForTable = '表的注释';
$strCompatibleHashing = 'MySQL&nbsp;4.0 兼容';
$strCompleteInserts = '完整插入';
$strCompression = '压缩';
$strConfigFileError = 'phpMyAdmin 无法读取您的配置文件!<br />这可能是因为 php 发现了语法错误或 php 未能找到文档。<br />请直接使用下面的链接调用配置文件,然后读取您收到的 php 错误提示。通常的错误都是因为某处漏了引号或分号。<br />如果您看到的是一个空白页,则代表没有任何问题。';
$strConfigureTableCoord = '请配置表 %s 的坐标';
$strConnectionError = '无法连接:非法设置。';
$strConnections = '连接';
$strConstraintsForDumped = '限制导出的表';
$strConstraintsForTable = '限制表';
$strCookiesRequired = 'Cookies 必须启用才能登入。';
$strCopyDatabaseOK = '数据库 %s已经被复制到%s';
$strCopyTable = '将表复制到(数据库名<b>.</b>表名):';
$strCopyTableOK = '表 %s 已经成功复制为 %s。';
$strCopyTableSameNames = '无法将表复制为相同名称!';
$strCouldNotKill = 'phpMyAdmin 无法杀死线程 %s。可能该线程已经关闭。';
$strCreate = '创建';
$strCreateIndex = '在第 %s 列创建索引';
$strCreateIndexTopic = '创建新索引';
$strCreateNewDatabase = '创建一个新的数据库';
$strCreateNewTable = '在数据库 %s 中创建一个新表';
$strCreatePage = '创建新页';
$strCreatePdfFeat = '创建 PDF';
$strCreationDates = '创建/更新/日期检查';
$strCriteria = '条件';
$strCroatian = '克罗地亚语';
$strCyrillic = '西里尔语';
$strCzech = '捷克语';
$strCzechSlovak = '捷克斯洛伐克语';
 
$strDBComment = '数据库注释:';
$strDBCopy = '复制数据库到';
$strDBGContext = '上下文';
$strDBGContextID = '上下文 ID';
$strDBGHits = '次数';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大时间,毫秒';
$strDBGMinTimeMs = '最小时间,毫秒';
$strDBGModule = '模块';
$strDBGTimePerHitMs = '时间/次,毫秒';
$strDBGTotalTimeMs = '总计时间,毫秒';
$strDBRename = '重新命名数据库为 ';
$strDanish = '丹麦语';
$strData = '数据';
$strDataDict = '数据字典';
$strDataOnly = '只有数据';
$strDatabase = '数据库';
$strDatabaseEmpty = '这个数据库名字是空!';
$strDatabaseExportOptions = '数据库导出选项';
$strDatabaseHasBeenDropped = '数据库 %s 已被删除。';
$strDatabaseNoTable = '此数据库中没有表!';
$strDatabases = '数据库';
$strDatabasesDropped = '已经成功删除了 %s 个数据库。';
$strDatabasesStats = '数据库统计';
$strDatabasesStatsDisable = '禁用统计';
$strDatabasesStatsEnable = '启用统计';
$strDatabasesStatsHeavyTraffic = '注意:在此启用数据库统计可能导致网站服务器和 MySQL 服务器之间的流量骤增。';
$strDbPrivileges = '按数据库指定权限';
$strDbSpecific = '按数据库指定';
$strDefault = '默认';
$strDefaultValueHelp = '对于默认值,请只输入单个值,不要加反斜线或引号,请用此格式:a';
$strDefragment = '整理表碎片';
$strDelOld = '当前页所引用的表不存在了。您是否想要删除这些引用?';
$strDelayedInserts = '延时插入';
$strDelete = '删除';
$strDeleteAndFlush = '删除用户并重新读取权限。';
$strDeleteAndFlushDescr = '这是一个最干净的做法,但重新读取权限需一段时间。';
$strDeleted = '该行已经被删除。';
$strDeletedRows = '已删除行数:';
$strDeleting = '正在删除 %s';
$strDescending = '递减';
$strDescription = '描述';
$strDictionary = '字典';
$strDisableForeignChecks = '禁止选定不相关的主键';
$strDisabled = '已禁用';
$strDisplayFeat = '显示特性';
$strDisplayOrder = '显示顺序';
$strDisplayPDF = '显示 PDF 大纲';
$strDoAQuery = '执行“按例查询”(通配符:“%”)';
$strDoYouReally = '您真的要';
$strDocu = '文档';
$strDrop = '删除';
$strDropDatabaseStrongWarning = '您将要删除一个完整的数据库!';
$strDropUsersDb = '删除与用户名称相同的数据库。';
$strDumpSaved = '转存已经保存到文件 %s 中了。';
$strDumpXRows = '转存 %s 行,从记录 #%s 开始。';
$strDumpingData = '导出表中的数据';
$strDynamic = '动态';
 
$strEdit = '编辑';
$strEditPDFPages = '编辑 PDF 页';
$strEditPrivileges = '编辑权限';
$strEffective = '有效';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 返回的查询结果为空(即零行)。';
$strEnabled = '已启用';
$strEncloseInTransaction = '处理事务中封装输出';
$strEnd = '结束';
$strEndCut = '结束剪切';
$strEndRaw = '结束原文';
$strEnglish = '英语';
$strEnglishPrivileges = ' 注意:MySQL 权限名称会以英文显示 ';
$strError = '错误';
$strEscapeWildcards = '通配符 _ 及 % 应正确地加入 \ ';
$strEstonian = '爱沙尼亚语';
$strExcelEdition = 'Excel 版本';
$strExcelOptions = 'Excel 选项';
$strExecuteBookmarked = '执行书签中的查询';
$strExplain = '解释 SQL';
$strExport = '导出';
$strExtendedInserts = '扩展插入';
$strExtra = '额外';
 
$strFailedAttempts = '尝试失败';
$strField = '字段';
$strFieldHasBeenDropped = '字段 %s 已被删除';
$strFields = '字段数';
$strFieldsEmpty = ' 字段总数是空的!';
$strFieldsEnclosedBy = '包裹字段的字符';
$strFieldsEscapedBy = '转义字段的字符';
$strFieldsTerminatedBy = '分隔字段的字符';
$strFileAlreadyExists = '文件 %s 已经存在于服务器上,请更改文件名或者选中覆盖选项。';
$strFileCouldNotBeRead = '文件无法读取';
$strFileNameTemplate = '文件名模板';
$strFileNameTemplateRemember = '记住模板';
$strFixed = '固定';
$strFlushPrivilegesNote = '注意:phpMyAdmin 直接由 MySQL 权限表取得用户权限。如果用户手动更改表,表内容将可能与服务器使用的用户权限有异。在这种情况下,您应在继续前%s重新载入权限%s。';
$strFlushTable = '强制更新资料表("FLUSH")';
$strFormEmpty = '表单内缺少值!';
$strFormat = '格式';
$strFullText = '完整文字';
$strFunction = '函数';
 
$strGenBy = '生成者';
$strGenTime = '生成日期';
$strGeneralRelationFeat = '一般关系特性';
$strGeorgian = '乔治亚语';
$strGerman = '德语';
$strGlobal = '全局';
$strGlobalPrivileges = '全局权限';
$strGlobalValue = '全局值';
$strGo = '执行';
$strGrantOption = '授权';
$strGreek = '希腊语';
$strGzip = 'gzip 压缩';
 
$strHasBeenAltered = '已经被修改。';
$strHasBeenCreated = '已经建立。';
$strHaveToShow = '您需要最少选择显示一列';
$strHebrew = '希伯来语';
$strHexForBinary = '二进制区域使用十六进制显示';
$strHome = '主目录';
$strHomepageOfficial = 'phpMyAdmin 官方网站';
$strHost = '主机';
$strHostEmpty = '主机名称是空的!';
$strHungarian = '匈牙利语';
 
$strIcelandic = '冰岛语';
$strId = 'ID'; // use eng
$strIdxFulltext = '全文搜索';
$strIgnore = '忽略';
$strIgnoreInserts = '忽略插入';
$strIgnoringFile = '忽略文件 %s';
$strImportDocSQL = '导入 docSQL 文档';
$strImportFiles = '导入文件';
$strInUse = '使用中';
$strIndex = '索引';
$strIndexHasBeenDropped = '索引 %s 已被删除';
$strIndexName = '索引名称:';
$strIndexType = '索引类型:';
$strIndexWarningMultiple = '警告:超过一个 %s 键被设在字段 `%s`中';
$strIndexWarningPrimary = '警告:主键PRIMARY与索引键INDEX不应同时设在字段 `%s` 中';
$strIndexWarningTable = '警告:数据表 `%s`的索引存在问题';
$strIndexWarningUnique = '警告:唯一键UNIQUE与索引键INDEX不应同时设在字段 `%s` 中';
$strIndexes = '索引';
$strInnodbStat = 'InnoDB 状态';
$strInsecureMySQL = '您配置文件中的设定与 MySQL 默认权限账户对应(没有密码的 root)。您的 MySQL 服务器使用默认值运行当然没有问题,不过这样的话,被入侵的可能性会很大,您真的应该先补上这个安全漏洞。';
$strInsert = '插入';
$strInsertAsNewRow = '以新行插入';
$strInsertNewRow = '插入新行';
$strInsertedRowId = '插入行 id:';
$strInsertedRows = '插入的行数:';
$strInternalNotNecessary = '当 * 也存在于InnoDB中的时候,内部关联并不必要。';
$strInternalRelations = '内在联系';
 
$strJapanese = '日语';
$strJumpToDB = '跳到数据库“%s”。';
$strJustDelete = '只从权限数据库删除用户。';
$strJustDeleteDescr = '“删除”的用户仍然能像往常一样登入数据库,直至重新载入权限。';
 
$strKeepPass = '请不要更改密码';
$strKeyname = '键名';
$strKill = 'Kill'; //should expressed in English
$strKorean = '朝鲜语';
 
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX 选项';
$strLandscape = '横向';
$strLatexCaption = '表的标题';
$strLatexContent = '__TABLE__ 表的内容';
$strLatexContinued = '(延续的)';
$strLatexContinuedCaption = '延续的表的标题';
$strLatexIncludeCaption = '包含表的标题';
$strLatexLabel = '关键标签';
$strLatexStructure = '__TABLE__ 表的结构';
$strLatvian = '拉脱维亚语';
$strLengthSet = '长度/值*';
$strLimitNumRows = '每页行数';
$strLinesTerminatedBy = '行终止的字符';
$strLinkNotFound = '找不到链接';
$strLinksTo = '链接到';
$strLithuanian = '立陶宛语';
$strLocalhost = '本地';
$strLocationTextfile = '文本文件的位置';
$strLogPassword = '密码:';
$strLogServer = '服务器';
$strLogUsername = '登入名称:';
$strLogin = '登入';
$strLoginInformation = '登入信息';
$strLogout = '登出';
 
$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\' 或 \'a\\\'b\')。';
$strMIME_without = '以斜体打印的 MIME 类型没有单独的变换函数';
$strMaximumSize = '最大限制:%s %s';
$strMbExtensionMissing = '没有发现 PHP 的扩展设置mbstring, 而当前系统好像在使用宽字符集。没有 mbstring 扩展的 phpMyAdmin 不能正确识别字符串,可能产生不可意料的结果.';
$strMbOverloadWarning = '警告:你在PHP设置文件中设置了 mbstring.func_overload. 这个选项和phpMyAdmin不兼容,可能会导致一些数据被截断!';
$strModifications = '修改已经保存。';
$strModify = '修改';
$strModifyIndexTopic = '修改索引';
$strMoveTable = '将表移动到(数据库名<b>.</b>表名):';
$strMoveTableOK = '表 %s 已经移动到 %s。';
$strMoveTableSameNames = '无法将表移动为相同名称!';
$strMultilingual = '多语言';
$strMySQLCharset = 'MySQL 字符集';
$strMySQLConnectionCollation = 'MySQL 连接校对';
$strMySQLSaid = 'MySQL 返回:';
$strMySQLShowProcess = '显示进程';
$strMySQLShowStatus = '显示 MySQL 的运行信息';
$strMySQLShowVars = '显示 MySQL 的系统变量';
 
$strName = '名字';
$strNext = '下一个';
$strNo = '否';
$strNoActivity = '持续 %s 秒以上的非活动状态,导致超时,请重新登录';
$strNoDatabases = '无数据库';
$strNoDatabasesSelected = '没有选中数据库。';
$strNoDescription = '无描述';
$strNoDropDatabases = '已经禁用“DROP DATABASE”语句。';
$strNoExplain = '略过解释 SQL';
$strNoFrames = 'phpMyAdmin 更适合在支持<b>框架</b>的浏览器中使用。';
$strNoIndex = '没有已定义的索引!';
$strNoIndexPartsDefined = '没有定义的索引部分!';
$strNoModification = '无更改';
$strNoOptions = '这种格式并无选项';
$strNoPassword = '无密码';
$strNoPermission = '网站服务器不允许保存文件 %s。';
$strNoPhp = '无 PHP 代码';
$strNoPrivileges = '无权限';
$strNoRights = '您现在没有足够的权限在此出现!';
$strNoRowsSelected = '未选择行';
$strNoSpace = '没有足够的空间保存文件 %s。';
$strNoTablesFound = '数据库中没有表。';
$strNoThemeSupport = '不支持主题,检查你的设置以及主题文件夹 %s.';
$strNoUsersFound = '找不到用户。';
$strNoValidateSQL = '略过校验 SQL';
$strNone = '无';
$strNotNumber = '这不是一个数字!';
$strNotOK = '不好';
$strNotSet = '<b>%s</b> 表找不到或还未在 %s 设定';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s 个匹配项 - 于表 <i>%s</i> 中';
$strNumSearchResultsTotal = '<b>总计:</b> <i>%s</i> 个匹配项';
$strNumTables = '个表';
 
$strOK = '确定';
$strOperations = '操作';
$strOperator = '操作员';
$strOptimizeTable = '优化表';
$strOr = '或';
$strOverhead = '多余';
$strOverwriteExisting = '覆盖已有文件';
 
$strPHP40203 = '您正使用 PHP 版本 4.2.3,该版本有一个双字节字符(mbstring)的严重错误。请参阅 PHP 臭虫报告 19404。phpMyAdmin 并不建议使用这个版本的 PHP。';
$strPHPVersion = 'PHP 版本';
$strPageNumber = '页号:';
$strPaperSize = '纸张大小';
$strPartialText = '部分文字';
$strPassword = '密码';
$strPasswordChanged = '%s 的密码已成功更改。';
$strPasswordEmpty = '密码是空的!';
$strPasswordHashing = '密码哈希';
$strPasswordNotSame = '密码并非相同!';
$strPdfDbSchema = '“%s”数据库大纲 - 第 %s 页';
$strPdfInvalidTblName = '表“%s”不存在!';
$strPdfNoTables = '没有表';
$strPerHour = '每小时';
$strPerMinute = '每分钟';
$strPerSecond = '每秒';
$strPersian = '波斯语';
$strPhoneBook = '电话本';
$strPhp = '创建 PHP 代码';
$strPmaDocumentation = 'phpMyAdmin 文档';
$strPmaUriError = '必须在您的配置文件中设定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 指令!';
$strPolish = '波兰语';
$strPortrait = '纵向';
$strPos1 = '开始';
$strPrevious = '前一个';
$strPrimary = '主键';
$strPrimaryKeyHasBeenDropped = '主键已被删除';
$strPrimaryKeyName = '主键的名称必须称为 PRIMARY!';
$strPrimaryKeyWarning = '(“PRIMARY”<b>必须</b>是主键的名称,并且主键必须<b>唯一</b>!)';
$strPrint = '打印';
$strPrintView = '打印预览';
$strPrintViewFull = '打印预览 (全文显示)';
$strPrivDescAllPrivileges = '包括所有权限除了授权 (GRANT)。';
$strPrivDescAlter = '允许修改现有表的结构。';
$strPrivDescCreateDb = '允许创建新数据库和表。';
$strPrivDescCreateTbl = '允许创建新表。';
$strPrivDescCreateTmpTable = '允许创建暂时表。';
$strPrivDescDelete = '允许删除数据。';
$strPrivDescDropDb = '允许删除数据库和表。';
$strPrivDescDropTbl = '允许删除表。';
$strPrivDescExecute = '允许运行存储过程;在此版本的 MySQL 中无效。';
$strPrivDescFile = '允许从文件中导入数据以及将数据导出至文件。';
$strPrivDescGrant = '允许添加用户和权限,而不允许重新载入权限表。';
$strPrivDescIndex = '允许创建和删除索引。';
$strPrivDescInsert = '允许插入和替换数据。';
$strPrivDescLockTables = '允许锁住当前线索的表。';
$strPrivDescMaxConnections = '限制用户每小时打开的新连接数。';
$strPrivDescMaxQuestions = '限制用户每小时可发送的查询数。';
$strPrivDescMaxUpdates = '限制用户每小时可执行的将会更改任何表或数据库的命令数。';
$strPrivDescProcess3 = '允许杀死其它用户的进程。';
$strPrivDescProcess4 = '允许查看进程列表中的完整查询。';
$strPrivDescReferences = '在此版本的 MySQL 中无效。';
$strPrivDescReload = '允许重新载入服务器设置并刷新服务器的缓存。';
$strPrivDescReplClient = '用户有权询问附属者/控制者在哪里。';
$strPrivDescReplSlave = '回复附属者所需。';
$strPrivDescSelect = '允许读取数据。';
$strPrivDescShowDb = '允许访问完整的数据库列表。';
$strPrivDescShutdown = '允许关闭服务器。';
$strPrivDescSuper = '允许在达到最大允许数目时仍进行连接;对于大多数像设置全局变量或杀死其它用户线程这样的管理操作是必需的。';
$strPrivDescUpdate = '允许更改数据。';
$strPrivDescUsage = '无权限。';
$strPrivileges = '权限';
$strPrivilegesReloaded = '权限已经成功载入。';
$strProcesslist = '进程列表';
$strPutColNames = '将字段名称放在首行';
 
$strQBE = '查询';
$strQBEDel = '删除';
$strQBEIns = '添加';
$strQueryFrame = '查询窗口';
$strQueryOnDb = '在数据库 <b>%s</b> 执行 SQL 语句:';
$strQuerySQLHistory = 'SQL 历史';
$strQueryStatistics = '<b>查询统计</b>:自从启动后,服务器共收到了 %s 次查询。';
$strQueryTime = '查询花费 %01.4f 秒';
$strQueryType = '查询方式';
$strQueryWindowLock = '不从窗口外覆盖此查询';
 
$strReType = '重新输入';
$strReceived = '已收到';
$strRecords = '记录数';
$strReferentialIntegrity = '检查引用完整性:';
$strRefresh = '刷新';
$strRelationNotWorking = '使用链接表的额外特性尚未激活。要查出原因,请单击%s此处%s。';
$strRelationView = '关系查看';
$strRelationalSchema = '关系大纲';
$strRelations = '关系';
$strRelationsForTable = '表的关联';
$strReloadMySQL = '重启 MySQL';
$strReloadingThePrivileges = '重新载入权限';
$strRemoveSelectedUsers = '删除选中用户';
$strRenameDatabaseOK = '数据库 %s 已经被重命名为 %s';
$strRenameTable = '将表改名为';
$strRenameTableOK = '表 %s 名字已经被改成 %s。';
$strRepairTable = '修复表';
$strReplaceNULLBy = '将 NULL 替换为';
$strReplaceTable = '将表的数据用此文件替换:';
$strReset = '重置';
$strResourceLimits = '资源限制';
$strRevoke = '收回';
$strRevokeAndDelete = '收回用户的所有激活权限,然后删除用户。';
$strRevokeAndDeleteDescr = '用户仍然拥有 USAGE 权限,直到权限重载。';
$strRevokeMessage = '您已收回 %s 的权限';
$strRomanian = '罗马尼亚语';
$strRowLength = '行长度';
$strRowSize = ' 行大小 ';
$strRows = '行数';
$strRowsFrom = '行,开始行数:';
$strRowsModeFlippedHorizontal = '水平(旋转标题)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '以 %s 模式显示,并且在 %s 个单元格后重复标题';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '行统计';
$strRunQuery = '提交查询';
$strRunSQLQuery = '在数据库 %s 运行 SQL 查询';
$strRunning = '运行于 %s';
$strRussian = '俄语';
 
$strSQL = 'SQL'; // should express in english
$strSQLExportCompatibility = '支持 SQL 扩展';
$strSQLExportType = '导出类型';
$strSQLOptions = 'SQL 选项';
$strSQLParserBugMessage = '有可能您发现了 SQL 分析器的臭虫。请仔细检查您的查询,包括引号是否正确及是否匹配。其它可能的失败原因可能由于您上传了超过引用文本区域外的二进制数据。您还可以在 MySQL 命令行界面试一下您的查询。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。如果您仍然有问题,或者命令行界面执行成功而分析器出错,请将您的 SQL 查询缩减到导致问题的某一条语句,然后和下面剪切区中的数据一起提交一个臭虫报告:';
$strSQLParserUserError = '您的 SQL 查询可能有错。如果可能的话,以下会列出 MySQL 服务器的错误输出,这可能对您解决问题有一定的帮助作用。';
$strSQLQuery = 'SQL 查询';
$strSQLResult = 'SQL 查询结果';
$strSQPBugInvalidIdentifer = '无效的标识符';
$strSQPBugUnclosedQuote = '引号不配对';
$strSQPBugUnknownPunctuation = '未知的标点符号字符串';
$strSave = '保存';
$strSaveOnServer = '保存于服务器的 %s 目录';
$strScaleFactorSmall = '比例因子太小,无法在一页中显示大纲';
$strSearch = '搜索';
$strSearchFormTitle = '搜索数据库';
$strSearchInTables = '于以下表:';
$strSearchNeedle = '查找的文字或数值(通配符:“%”):';
$strSearchOption1 = '至少一个单词';
$strSearchOption2 = '所有单词';
$strSearchOption3 = '精确短语';
$strSearchOption4 = '按正规表达式';
$strSearchResultsFor = '“<i>%s</i>”的搜索结果 %s:';
$strSearchType = '查找:';
$strSecretRequired = '配置文件现在需要绝密的短语密码(blowfish_secret)。';
$strSelectADb = '请选择数据库';
$strSelectAll = '全选';
$strSelectBinaryLog = '选择查看二进制日志';
$strSelectFields = '至少选择一个字段:';
$strSelectNumRows = '查询中';
$strSelectTables = '选择表';
$strSend = '另存为文件';
$strSent = '送出';
$strServer = '服务器';
$strServerChoice = '选择服务器';
$strServerNotResponding = '服务器没有响应';
$strServerStatus = '运行信息';
$strServerStatusUptime = '此 MySQL 服务器已经运行了 %s,启动时间为 %s。';
$strServerTabProcesslist = '进程';
$strServerTabVariables = '变量';
$strServerTrafficNotes = '<b>服务器流量</b>:这些表显示了此 MySQL 服务器自启动以来的网络流量统计。';
$strServerVars = '服务器变量和设置';
$strServerVersion = '服务器版本';
$strSessionValue = '会话值';
$strSetEnumVal = '如字段类型是“enum”或“set”,请使用以下的格式输入:\'a\',\'b\',\'c\'...<br />如果您需要在值中输入反斜线(“\”)或者单引号(“\'”),请在前面加上反斜线(如 \'\\\\xyz\' 或 \'a\\\'b\')。';
$strShow = '显示';
$strShowAll = '全部显示';
$strShowColor = '显示颜色';
$strShowDatadictAs = '数据字典格式';
$strShowFullQueries = '显示完整查询';
$strShowGrid = '显示网格';
$strShowPHPInfo = '显示 PHP 信息';
$strShowTableDimension = '显示表格大小';
$strShowTables = '显示表';
$strShowThisQuery = ' 在此再次显示此查询 ';
$strShowingRecords = '显示行';
$strSimplifiedChinese = '简体中文';
$strSingly = '(逐一)';
$strSize = '大小';
$strSlovak = '斯洛伐克语';
$strSlovenian = '斯洛文尼亚语';
$strSort = '排序';
$strSortByKey = '主键排序';
$strSpaceUsage = '已使用空间';
$strSpanish = '西班牙语';
$strSplitWordsWithSpace = '每个单词以空格 (" ") 分隔。';
$strStatCheckTime = '最后检查时间';
$strStatCreateTime = '创建时间';
$strStatUpdateTime = '最后更新时间';
$strStatement = '语句';
$strStatus = '状态';
$strStrucCSV = 'CSV 数据';
$strStrucData = '结构和数据';
$strStrucDrop = '添加 DROP TABLE';
$strStrucExcelCSV = 'MS Excel 的 CSV 格式';
$strStrucNativeExcel = '本地 MS Excel 数据';
$strStrucOnly = '只结构';
$strStructPropose = '规划表结构';
$strStructure = '结构';
$strSubmit = '提交';
$strSuccess = '您运行的 SQL 语句已经成功运行了。';
$strSum = '总计';
$strSwedish = '瑞典语';
$strSwitchToDatabase = '选择被复制的数据库';
$strSwitchToTable = '切换到复制的表';
 
$strTable = '表 ';
$strTableComments = '表注释';
$strTableEmpty = '表名称是空的!';
$strTableHasBeenDropped = '表 %s 已被删除';
$strTableHasBeenEmptied = '表 %s 已被清空';
$strTableHasBeenFlushed = '表 %s 已被强制更新';
$strTableMaintenance = '表维护';
$strTableOfContents = '目录';
$strTableOptions = '表选项';
$strTableStructure = '表的结构';
$strTableType = '表类型';
$strTables = '%s 个表';
$strTakeIt = '断定';
$strTblPrivileges = '按表指定权限';
$strTextAreaLength = ' 由于长度限制<br />此字段可能无法编辑 ';
$strThai = '泰语';
$strTheme = '主题 / 风格';
$strThisHost = '此主机';
$strThisNotDirectory = '这并不是一个目录';
$strThreadSuccessfullyKilled = '线程 %s 已成功杀死。';
$strTime = '时间';
$strToggleScratchboard = '切换刮板';
$strTotal = '总计';
$strTotalUC = '统计';
$strTraditionalChinese = '繁体中文';
$strTraditionalSpanish = '传统西班牙语';
$strTraffic = '流量';
$strTransformation_application_octetstream__download = '字段中显示一个二进制文件的下载连接。第一个选项是二进制数据的名字。第二个选项是表列中可能包含文件名的字段。 如果你提供第二个选项那么第一个选项必须设置为空字符串。';
$strTransformation_image_jpeg__inline = '显示可点击的缩略图;选项:以像素指定的宽度、高度(保留原有比例)';
$strTransformation_image_jpeg__link = '显示到此图像的链接(即直接二进制下载)。';
$strTransformation_image_png__inline = '查看 image/jpeg: 嵌入';
$strTransformation_text_plain__dateformat = '选择 TIME,TIMESTAMP 或 DATETIME 字段并将其用您的本地日期格式进行格式化。第一个选项是将会加入到时间戳中的偏移量(以小时为单位,默认为 0)。第二个选项是根据 PHP 的 strftime() 函数参数的格式编写的不同日期格式。';
$strTransformation_text_plain__external = '只对 LINUX:调用外部程序并通过标准输入填充字段数据。返回此应用程序的标准输出。默认为 Tidy,可以很好的打印 HTML 代码。为了安全起见,您需要手动编辑文件 libraries/transformations/text_plain__external.inc.php 然后插入允许您运行的工具。第一个选项是您想要使用的程序编号,而第二个选项是程序的参数。至于第三个参数,如果设为 1 的话将会用 htmlspecialchars() 转换其输出(默认为 1)。第四个参数如果设为 1 的话,将会在内容单元格中输出 NOWRAP,这样全部输出就会不经重新格式化直接输出了(默认为 1)';
$strTransformation_text_plain__formatted = '保留字段的原始格式。不进行转码。';
$strTransformation_text_plain__imagelink = '显示图像和链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是以像素为单位的宽度,第三个参数是高度。';
$strTransformation_text_plain__link = '显示链接,字段内包含文件名;第一个选项是类似“http://domain.com/”这样的前缀,第二个选项是链接的标题(弹出提示)。';
$strTransformation_text_plain__substr = '只显示字符串的一部分。第一个选项定义了文本开始输出的偏移量(默认为 0)。第二个选项是所返回文字数量的偏移量。如果为空的话,将返回剩下的所有文本。第三个选项是将会追加到子字符串之后的输出(默认为:...) .';
$strTruncateQueries = '截断显示的查询';
$strTurkish = '土耳其语';
$strType = '类型';
 
$strUkrainian = '乌克兰语';
$strUncheckAll = '全部不选';
$strUnicode = 'Unicode'; //USE ENG
$strUnique = '唯一';
$strUnknown = '未知';
$strUnselectAll = '全部不选';
$strUpdComTab = '请参看文档中关于如何更新您的 Column_comments 表的部分';
$strUpdatePrivMessage = '您已经更新了 %s 的权限。';
$strUpdateProfileMessage = '配置文件己更新。';
$strUpdateQuery = '更新查询';
$strUpgrade = '您应该升级到 %s %s 或者更高。';
$strUsage = '用法';
$strUseBackquotes = '请在表名及字段名使用引号';
$strUseHostTable = '使用主机表';
$strUseTabKey = '按 TAB 键跳到下一个数值, 或 CTRL+方向键 作随意移动';
$strUseTables = '使用表';
$strUseTextField = '使用文本域';
$strUseThisValue = '使用此值';
$strUser = '用户';
$strUserAlreadyExists = '用户 %s 己存在!';
$strUserEmpty = '用户名称是空的!';
$strUserName = '用户名';
$strUserNotFound = '选中的用户在权限表内找不到。';
$strUserOverview = '用户一览';
$strUsersDeleted = '选中的用户已成功删除。';
$strUsersHavingAccessToDb = '用户可访问“%s”';
 
$strValidateSQL = '校验 SQL';
$strValidatorError = 'SQL 校验程序无法初始化。请检查是否已经安装了%s文档%s内描述的必需 PHP 扩展。';
$strValue = '值';
$strVar = '变量';
$strViewDump = '查看表的转存(大纲)。';
$strViewDumpDB = '查看数据库的转存(大纲)。';
$strViewDumpDatabases = '查看数据库的转存(大纲)';
 
$strWebServerUploadDirectory = '网站服务器上载目录';
$strWebServerUploadDirectoryError = '设定的上载目录错误,未能使用';
$strWelcome = '欢迎使用 %s';
$strWestEuropean = '西欧';
$strWildcard = '通配符';
$strWindowNotFound = '目标浏览窗口不可更新。可能你已经关闭了父窗口或者您浏览器的安全设置阻断了更新窗口。';
$strWithChecked = '选中项:';
$strWritingCommentNotPossible = '不能写注释';
$strWritingRelationNotPossible = '不能写关系';
$strWrongUser = '用户名/密码错误,访问被拒绝。';
 
$strXML = 'XML'; //USE ENG
 
$strYes = '是';
 
$strZeroRemovesTheLimit = '注意:将这些选项设为 0(零) 将删除限制。';
$strZip = 'zip 压缩';
 
// To translate:
 
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngines = 'Engines'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
 
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
 
$strVersionInformation = 'Version information'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
 
$strWriteRequests = 'Write requests'; //to translate
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/chinese_traditional-big5.inc.php
0,0 → 1,994
<?php
/* $Id: chinese_traditional-big5.inc.php,v 2.88.2.4 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Siu Sun <siusun@best-view.net>
* Follow by the original translation of Taiyen Hung ¬x®õ¤¸<yen789@pchome.com.tw>
*/
 
$charset = 'big5';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y, %I:%M %p';
 
$timespanfmt = '%s ¤é, %s ¤p®É, %s ¤ÀÄÁ %s ¬í';
 
 
$strAbortedClients = '¨ú®ø';
$strAbsolutePathToDocSqlDir = '½Ð¿é¤J docSQL ¥Ø¿ý©óºô­¶¦øªA¾¹ªºµ´¹ï¸ô®|';
$strAccessDeniedCreateConfig = '¦³¥i¯à§A¥¼«Ø¥ß³]©wÀÉ. §A¥i§Q¥Î¦¹ %1$s¦w¸Ëµ{§Ç%2$s «Ø¥ß³]©wÀÉ.';
$strAccessDeniedExplanation = 'phpMyAdmin ¹Á¸Õ³s½u¨ì MySQL ¦øªA¾¹, ¦ý¦øªA¾¹©Úµ´¤F³s½u. ±zÀ³©ó config.inc.php ¤ºÀˬd¥D¾÷¦WºÙ, µn¤J¦WºÙ¤Î±K½X¤Î½T«O³o¨Ç¸ê®Æ¬O»P¨t²ÎºÞ²z¤H­û©Ò´£¨Ñªº MySQL ¦øªA¾¹¸ê®Æ¬Û¦P';
$strAccessDenied = '©Úµ´¦s¨ú';
$strAction = '°õ¦æ';
$strAddAutoIncrement = "·s¼W AUTO_INCREMENT ¼Æ­È";
$strAddConstraints = '¥[¤J­­¨î';
$strAddDeleteColumn = '·s¼W/´î¤Ö ¿ï¾ÜÄæ';
$strAddDeleteRow = '·s¼W/´î¤Ö ¿z¿ï¦C';
$strAddDropDatabase = '¥[¤J \'§R°£¸ê®Æªí\' »yªk';
$strAddedColumnComment = '©ó¥H¤UÄæ¦ì¥[¤Jµù¸Ñ¤å¦r';
$strAddedColumnRelation = '©ó¥H¤UÄæ¦ì¥[¤JÃöÁp';
$strAddFields = '·s¼W %s ­ÓÄæ¦ì';
$strAddHeaderComment = '©ó¼ÐÃD¥[¤J­Ó¤Hµù¸Ñ (\\n ¶}·s¦æ)';
$strAddIfNotExists = '¥[¤J IF NOT EXISTS';
$strAddIntoComments = '¥[¤Jµù¸Ñ¤å¦r';
$strAddNewField = '¼W¥[·sÄæ¦ì';
$strAddPrivilegesOnDb = '©ó¥H¤U¸ê®Æ®w¥[¤JÅv­­';
$strAddPrivilegesOnTbl = '©ó¥H¤U¸ê®Æªí¥[¤JÅv­­';
$strAddSearchConditions = '¼W¥[À˯Á±ø¥ó ("where" ¤l¥yªº¥DÅé)';
$strAddToIndex = '·s¼W &nbsp;%s&nbsp; ²Õ¯Á¤ÞÄæ';
$strAddUserMessage = '±z¤w·s¼W¤F¤@­Ó·s¨Ï¥ÎªÌ.';
$strAddUser = '·s¼W¨Ï¥ÎªÌ';
$strAdministration = '¨t²ÎºÞ²z';
$strAffectedRows = '¼vÅT¦C¼Æ: ';
$strAfterInsertBack = 'ªð¦^';
$strAfterInsertNewInsert = '·s¼W¤@µ§°O¿ý';
$strAfterInsertNext = '½s¿è·s¤@¦C';
$strAfterInsertSame = 'ªð¦^³o­¶';
$strAfter = '¦b %s ¤§«á';
$strAllTableSameWidth = '¥H¬Û¦P¼e«×Åã¥Ü©Ò¦³¸ê®Æªí?';
$strAll = '¥þ³¡';
$strAlterOrderBy = '®Ú¾ÚÄæ¦ì¤º®e±Æ§Ç°O¿ý';
$strAnalyzeTable = '¤ÀªR¸ê®Æªí';
$strAnd = '»P';
$strAndThen = 'µM«á';
$strAnIndex = '¯Á¤Þ¤w¸g·s¼W¨ì %s';
$strAnyHost = '¥ô¦ó¥D¾÷';
$strAny = '¥ô¦ó';
$strAnyUser = '¥ô¦ó¨Ï¥ÎªÌ';
$strApproximateCount = '¥i¯à±µªñ. ½Ð°Ñ¬Ý FAQ 3.11';
$strAPrimaryKey = '¥DÁä¤w¸g·s¼W¨ì %s';
$strArabic = 'ªü©Ô§B»y';
$strArmenian = '¬ü¦¡­^»y';
$strAscending = '»¼¼W';
$strAtBeginningOfTable = '©ó¸ê®Æªí¶}ÀY';
$strAtEndOfTable = '©ó¸ê®Æªí§ÀºÝ';
$strAttr = 'ÄÝ©Ê';
$strAutodetect = '¦Û°Ê°»´ú';
$strAutomaticLayout = '¦Û°Ê®æ¦¡';
 
$strBack = '¦^¤W¤@­¶';
$strBaltic = 'ªiùªº®ü»y';
$strBeginCut = '¶}©l °Å¨ú';
$strBeginRaw = '¶}©l ­ì©l¸ê®Æ';
$strBinaryDoNotEdit = '¤G¶i¨î½X - ¤£¯à½s¿è';
$strBinary = '¤G¶i¨î½X';
$strBinaryLog = '¤G¶i¨î°O¿ý';
$strBinLogEventType = '¨Æ¥ó¤è¦¡';
$strBinLogInfo = '¸ê®Æ';
$strBinLogName = '°O¿ýÀɮ׺Ù';
$strBinLogOriginalPosition = '­ì¦³¦ì¸m';
$strBinLogPosition = '¦ì¸m';
$strBinLogServerId = '¦øªA¾¹ ID';
$strBookmarkAllUsers = '©Ò¦³¥ÎªÌ¥iŪ¨ú¦¹®ÑÅÒ';
$strBookmarkCreated = '®ÑÅÒ %s ¤w«Ø¥ß';
$strBookmarkDeleted = '®ÑÅÒ¤w¸g§R°£.';
$strBookmarkLabel = '®ÑÅÒ¦WºÙ';
$strBookmarkQuery = 'SQL »yªk®ÑÅÒ';
$strBookmarkReplace = '¨ú¥N¬Û¦P¦WºÙ¤§®ÑÅÒ';
$strBookmarkThis = '±N¦¹ SQL »yªk¥[¤J®ÑÅÒ';
$strBookmarkView = '¬d¬Ý';
$strBrowse = 'ÂsÄý';
$strBrowseDistinctValues = 'ÂsÄý¤£¦P¼Æ­È';
$strBrowseForeignValues = 'ÂsÄý¥~¨Ó­È';
$strBufferPoolActivity = '½w½Ä°Ï¬¡°Ê²v';
$strBufferPool = '½w½Ä°Ï';
$strBufferPoolUsage = '½w½Ä°Ï¨Ï¥ÎªÅ¶¡';
$strBufferReadMisses = 'Ū¨ú¿òº|';
$strBufferReadMissesInPercent = 'Ū¨ú¿òº| %';
$strBufferWriteWaitsInPercent = '¼g¤Jµ¥­Ô %';
$strBufferWriteWaits = '¼g¤Jµ¥­Ô';
$strBulgarian = '«O¥[§Q¨È»y';
$strBusyPages = 'Ác¦£­¶';
$strBzError = 'phpMyAdmin µLªkÀ£ÁY¦]©ó³o­Ó php ª©¥»ªº Bz2 ¼Ò²Õ¿ù»~. ±j¦C­n¨D©ó phpMyAdmin ³]©wÀɳ]©w <code>$cfg[\'BZipDump\']</code> ¬°<code>FALSE</code>. ¦pªG·Q¨Ï¥Î Bz2 À£ÁY¥\¯à,½Ð§ó·s php ¨ì³Ì·sª©¥». ¸Ô±¡½Ð°Ñ¬Ý php ¿ù»~³ø³ø %s .';
$strBzip = '"bzipped"';
 
$strCalendar = '¤é¾ä';
$strCanNotLoadImportPlugins = 'µLªkŪ¨ú¸ü¤Jªº¥~±¾µ{¦¡, ½ÐÀˬd¦w¸Ëµ{§Ç!';
$strCannotLogin = 'µLªkµn¤J MySQL ¦øªA¾¹';
$strCantLoad = 'µLªkŪ¨ú %s ¼Ò²Õ,<br />½ÐÀˬd PHP ³]©w';
$strCantLoadRecodeIconv = '¥¼¯àŪ¨ú iconv ©Î­«·s½s½Xµ{¦¡¨Ó§@¤å¦r½s½XÂà´«, ½Ð³]©w php ¨Ó±Ò°Ê³o¨Ç¼Ò²Õ©Î¨ú®ø phpMyAdmin ¨Ï¥Î¤å¦r½s½XÂà´«¥\¯à.';
$strCantRenameIdxToPrimary = 'µLªk±N¯Á¤Þ§ó¦W¬° PRIMARY!';
$strCantUseRecodeIconv = '·í¤å½s½X¼Ò²ÕŪ¨ú«á,¥¼¯à¨Ï¥Î iconv, libiconv ©Î recode_string ¥\¯à. ½ÐÀˬd±zªº php ³]©w.';
$strCardinality = '²Õ§O';
$strCaseInsensitive = '¤j¤p¼g¤£¬Û²Å';
$strCaseSensitive = '¤j¤p¼g¬Û²Å';
$strCentralEuropean = '¤¤¼Ú»y';
$strChangeCopyModeCopy = '... «O¯d¨ϥΪÌ.';
$strChangeCopyModeDeleteAndReload = ' ... §R°£Â¨ϥΪ̤έ«·sŪ¨úÅv­­¸ê®Æªí.';
$strChangeCopyModeJustDelete = ' ... §R°£Â¨ϥΪÌ.';
$strChangeCopyMode = '«Ø¥ß·s¨Ï¥ÎªÌ¤Î¨Ï¥Î¬Û¦P¤§Åv­­, ¤Î ...';
$strChangeCopyModeRevoke = ' ... ¼o°£©Ò¦³Â¨ϥΪ̦³®Ä¤§Åv­­¨Ã§R°£.';
$strChangeCopyUser = '§ó§ïµn¤J¸ê°T / ½Æ»s¨Ï¥ÎªÌ';
$strChangeDisplay = '¿ï¾ÜÅã¥Ü¤§Äæ¦ì';
$strChange = '­×§ï';
$strChangePassword = '§ó§ï±K½X';
$strCharset = '¤å¦r½s½X (Charset)';
$strCharsetOfFile = '¤å¦r½s½XÀÉ®×:';
$strCharsetsAndCollations = '¤å¦r½s½X¤Î®Õ¹ï';
$strCharsets = '¤å¦r½s½X';
$strCheckAll = '¥þ¿ï';
$strCheckOverhead = 'ÀˬdÃB¥~°O¿ý (overhead)'; // nor sure yet.
$strCheckPrivs = '¬d¸ßÅv­­';
$strCheckPrivsLong = '¬d¸ß¸ê®Æ®w &quot;%s&quot; ¤§Åv­­.';
$strCheckTable = 'Àˬd¸ê®Æªí';
$strChoosePage = '½Ð¿ï¾Ü»Ý­n½s¿èªº­¶½X';
$strColComFeat = 'Åã¥ÜÄæ¦ìµù¸Ñ';
$strCollation = '®Õ¹ï';
$strColumnNames = 'Äæ¦ì¦WºÙ';
$strColumnPrivileges = '«ü©wÄæ¦ìÅv­­';
$strCommand = '«ü¥O';
$strCommentsForTable = 'COMMENTS FOR TABLE'; // keep in SQL statement
$strComments = 'µù¸Ñ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ¬Û®e';
$strCompleteInserts = '¨Ï¥Î§¹¾ã·s¼W«ü¥O';
$strCompression = 'À£ÁY';
$strCompressionWillBeDetected = '¸ü¤JÀÉ®×À£ÁY·|¦Û°ÊÀˬd: %s';
$strConfigDefaultFileError = 'µLªkŪ¨ú¹w³]³]©w: "%1$s"';
$strConfigFileError = 'phpMyAdmin ¥¼¯àŪ¨ú±zªº³]©wÀÉ! ³o¥i¯à¬O¦]¬° php §ä¨ì»yªk¤Wªº¿ù»~©Î php ¥¼¯à§ä¨ìÀɮצӦ¨.<br />½Ð¹Á¸Õª½±µ«ö¤U¤U¤èªº³sµ²¶}±Ò¨Ã¬d¬Ý php ªº¿ù»~«H®§. ³q±`ªº¿ù»~³£¨Ó¦Û¬Y³Bº|¤F¤Þ¸¹©Î¤À§O.<br />¦pªG«ö¤U³sµ²«á¥X²{ªÅ¥Õ­¶, §Y¥Nªí¨S¦³¥ô¦ó°ÝÃD.';
$strConfigureTableCoord = '½Ð³]©wªí®æ %s ¤ºªº§¤¼Ð';
$strConnectionError = 'µLªk³s½u: ¿ù»~³]©w.';
$strConnections = '³s½u';
$strConstraintsForDumped = '³Æ¥÷¸ê®Æªí­­¨î';
$strConstraintsForTable = '¸ê®Æªí­­¨î';
$strCookiesRequired = 'Cookies ¥²¶·±Ò°Ê¤~¯àµn¤J.';
$strCopyDatabaseOK = '¸ê®Æ®w %s ¤w½Æ»s¨ì %s';
$strCopy = '½Æ»s';
$strCopyTable = '½Æ»s¸ê®Æªí¨ì¡G (®æ¦¡¬° ¸ê®Æ®w¦WºÙ<b>.</b>¸ê®Æªí¦WºÙ):';
$strCopyTableOK = '¤w¸g±N¸ê®Æªí %s ½Æ»s¬° %s.';
$strCopyTableSameNames = 'µLªk½Æ»s¨ì¬Û¦P¸ê®Æªí!';
$strCouldNotKill = 'phpMyAdmin µLªk¤¤Â_«ü¥O %s. ¥i¯à³o«ü¥O¤w¸gµ²§ô.';
$strCreateDatabaseBeforeCopying = '½Æ»s«e«Ø¥ß¸ê®Æ®w (CREATE DATABASE)';
$strCreateIndex = '·s¼W &nbsp;%s&nbsp; ²Õ¯Á¤ÞÄæ';
$strCreateIndexTopic = '·s¼W¤@²Õ¯Á¤Þ';
$strCreateNewDatabase = '«Ø¥ß·s¸ê®Æ®w';
$strCreateNewTable = '«Ø¥ß·s¸ê®Æªí©ó¸ê®Æ®w %s';
$strCreate = '«Ø¥ß';
$strCreatePage = '«Ø¥ß·s¤@­¶';
$strCreatePdfFeat = '«Ø¥ß PDF';
$strCreationDates = '«Ø¥ß/§ó·s/Àˬd ¤é´Á';
$strCriteria = '¿z¿ï';
$strCroatian = '§Jù¦è¨È»y';
$strCSV = 'CSV'; //USE ENG
$strCSVImportOptions = 'CSV ¿ï¶µ';
$strCSVOptions = 'CSV ¿ï¶µ';
$strCyrillic = '¦è¨½º¸»y';
$strCzech = '±¶§J»y';
$strCzechSlovak = '±¶§J»y';
 
$strDanish = '¤¦³Á»y';
$strDatabaseEmpty = '¸ê®Æ®w¦WºÙ¨Ã¥¼¿é¤J!!';
$strDatabaseExportOptions = '¸ê®Æ®w¿é¥X¿ï¶µ';
$strDatabaseHasBeenDropped = '¸ê®Æ®w %s ¤w³Q§R°£';
$strDatabaseNoTable = '³o¸ê®Æ®w¨S¦³¸ê®Æªí!';
$strDatabasesDropped = '%s ­Ó¸ê®Æ®w¤w¦¨¥\§R°£.';
$strDatabasesStatsDisable = '°±¤î²Î­p¼Æ¾Ú';
$strDatabasesStatsEnable = '±Ò°Ê²Î­p¼Æ¾Ú';
$strDatabasesStatsHeavyTraffic = 'µù: ±Ò°Ê¸ê®Æ®w²Î­p¼Æ¾Ú¥i¯à·|²£¥Í¤j¶q¥Ñ Web ¦øªA¾¹¤Î MySQL ¤§¶¡ªº¬y¶q.';
$strDatabasesStats = '¸ê®Æ®w²Î­p';
$strDatabases = '¸ê®Æ®w';
$strDatabase = '¸ê®Æ®w';
$strDataDict = '¼Æ¾Ú¦r¨å';
$strDataOnly = '¥u¦³¸ê®Æ';
$strDataPages = '¥]§t¸ê®Æ­¶';
$strData = '¸ê®Æ';
$strDBComment = '¸ê®Æ®wµù¸Ñ¤å¦r: ';
$strDBCopy = '½Æ»s¸ê®Æ®w¨ì';
$strDBGContext = '¥»¤å (Context)';
$strDBGContextID = '¥»¤å (Context) ID';
$strDBGHits = '¦¸¼Æ';
$strDBGLine = '¦æ';
$strDBGMaxTimeMs = '³Ì¤j®É¶¡, ms';
$strDBGMinTimeMs = '³Ì¤p®É¶¡, ms';
$strDBGModule = '¼Ò²Õ';
$strDBGTimePerHitMs = '®É¶¡/¦¸, ms';
$strDBGTotalTimeMs = 'Á`®É¶¡, ms';
$strDbPrivileges = '«ü©w¸ê®Æ®wÅv­­';
$strDBRename = '§ó§ï¸ê®Æ®w¦WºÙ¨ì';
$strDbSpecific = '«ü©w¸ê®Æ®w';
$strDefault = '¹w³]­È';
$strDefaultEngine = '³o MySQL ¦øªA¾¹ªº¹w³]Àx¦s¤ÞÀº¬O %s ';
$strDefaultValueHelp = '¹w³]­È: ½Ð¥u¿é¤J¸Ó¹w³]­È, µL»Ý¥[¤W¥ô¦ó¤Ï±×½u©Î¤Þ¸¹';
$strDefragment = '¾ã²z¸ê®Æªí';
$strDelayedInserts = '¨Ï¥Î©µ¿ð¦¡·s¼W';
$strDeleteAndFlushDescr = '³o¬O¤@­Ó³Ì²M¼äªº°µªk,¦ý­«·sŪ¨úÅv­­»Ý¤@¬q®É¶¡.';
$strDeleteAndFlush = '§R°£¨Ï¥ÎªÌ¤Î­«·sŪ¨úÅv­­.';
$strDeleted = '°O¿ý¤w³Q§R°£';
$strDeletedRows = '¤w§R°£Äæ¼Æ:';
$strDeleteNoUsersSelected = '¨Ã¥¼¿ï¾Ü»Ý­n§R°£¤§¨Ï¥ÎªÌ!';
$strDelete = '§R°£';
$strDeleting = '§R°£ %s';
$strDelOld = '¥»­¶ªº°Ñ¦Ò¨ì¸ê®Æªí¤w¤£¦s¦b. ±z§Æ±æ§R°£³o¨Ç°Ñ¦Ò¶Ü?';
$strDescending = '»¼´î';
$strDescription = '»¡©ú';
$strDictionary = '¦r¨å';
$strDirtyPages = '°ÝÃD­¶';
$strDisabled = '¥¼±Ò°Ê';
$strDisableForeignChecks = '¼È©w¥~¨ÓÁä (Foreign Key) Àˬd';
$strDisplayFeat = '¥\¯àÅã¥Ü';
$strDisplayOrder = 'Åã¥Ü¦¸§Ç';
$strDisplayPDF = 'Åã¥Ü PDF ·§­n';
$strDoAQuery = '¥H½d¨Ò¬d¸ß (¸U¥Î¦r¤¸ : "%")';
$strDocu = '»¡©ú¤å¥ó';
$strDoYouReally = '±z½T©w­n ';
$strDropDatabaseStrongWarning = '±z±N·|§R°£¾ã­Ó¸ê®Æ®w!';
$strDrop = '§R°£';
$strDropUsersDb = '§R°£»P¨Ï¥ÎªÌ¬Û¦P¦WºÙ¤§¸ê®Æ®w.';
$strDumpingData = '¦C¥X¥H¤U¸ê®Æ®wªº¼Æ¾Ú¡G';
$strDumpSaved = '³Æ¥÷¤wÀx¨ìÀÉ®× %s.';
$strDumpXRows = '³Æ¥÷ %s ¦æ, ¥Ñ %s ¦æ¶}©l.';
$strDynamic = '°ÊºA';
 
$strEdit = '½s¿è';
$strEditPDFPages = '½s¿è PDF ­¶½X';
$strEditPrivileges = '½s¿èÅv­­';
$strEffective = '¹ê»Ú';
$strEmpty = '²MªÅ';
$strEmptyResultSet = 'MySQL ¶Ç¦^ªº¬d¸ßµ²ªG¬°ªÅ (­ì¦]¥i¯à¬°¡G¨S¦³§ä¨ì²Å¦X±ø¥óªº°O¿ý)';
$strEnabled = '±Ò°Ê';
$strEncloseInTransaction = '¨Ï¥Î¨Æ°È¶ô (Transaction) ¤è¦¡';
$strEnd = '³Ì«á¤@­¶';
$strEndCut = 'µ²§ô °Å¨ú';
$strEndRaw = 'µ²§ô ­ì©l¸ê®Æ';
$strEngineAvailable = '%s ¤w¤ä´©³o MySQL ¦øªA¾¹.';
$strEngineDisabled = '%s ¤v©ó³o­Ó MySQL ¦øªA¾¹¤¤°±¥Î.';
$strEngines = '¤ÞÀº';
$strEngineUnsupported = '³o MySQL ª©¥»¨Ã¤£±µ¨ü %s Àx¦s¤ÞÀº.';
$strEnglishPrivileges = 'ª`·N: MySQL Åv­­¦WºÙ·|¥H­^»yÅã¥Ü';
$strEnglish = '­^»y';
$strErrorInZipFile = 'ZIP Àɮ׿ù»~:';
$strError = '¿ù»~';
$strEscapeWildcards = '¸U¥Î²Å¸¹ _ ¤Î % À³¥¿½T¦a¥[¤J \ ';
$strEsperanto = '¥@¬É»y';
$strEstonian = '·R¨F¥§¨È»y';
$strExcelEdition = 'Excel ª©¥»';
$strExcelOptions = 'Excel ¿ï¶µ';
$strExecuteBookmarked = '°õ¦æ®ÑÅÒ¬d¸ß';
$strExplain = '»¡©ú SQL';
$strExport = '¿é¥X';
$strExtendedInserts = '¦ù©µ·s¼W¼Ò¦¡';
$strExtra = 'ªþ¥[';
 
$strFailedAttempts = '¹Á¸Õ¥¢±Ñ';
$strField = 'Äæ¦ì';
$strFieldHasBeenDropped = '¸ê®Æªí %s ¤w³Q§R°£';
$strFields = 'Äæ¦ì';
$strFieldsEmpty = ' Äæ¦ìÁ`¼Æ¬OªÅªº! ';
$strFieldsEnclosedBy = '¡uÄæ¦ì¡v¨Ï¥Î¦r¤¸¡G';
$strFieldsEscapedBy = '¡uESCAPE¡v¨Ï¥Î¦r¤¸¡G';
$strFieldsTerminatedBy = '¡uÄæ¦ì¤À¹j¡v¨Ï¥Î¦r¤¸¡G';
$strFileAlreadyExists = 'ÀÉ®× %s ¤w¦s¦b,½Ð§ó§ïÀɮצWºÙ©Î¿ï¾Ü¡uÂмg¤v¦s¦bÀɮסv¿ï¶µ.';
$strFileCouldNotBeRead = 'Ū®×µLªkŪ¨ú';
$strFileNameTemplate = 'ÀɮצWºÙ¼Ë¦¡';
$strFileNameTemplateDescriptionDatabase = '¸ê®Æ®w¦WºÙ';
$strFileNameTemplateDescriptionServer = '¦øªA¾¹¦WºÙ';
$strFileNameTemplateDescriptionTable = '¸ê®Æªí¦WºÙ';
$strFileNameTemplateRemember = '«O¯d¼Ë¦¡¦WºÙ';
$strFileToImport = '¸ü¤JÀÉ®×';
$strFixed = '©T©w';
$strFlushPrivilegesNote = 'µù: phpMyAdmin ª½±µ¥Ñ MySQL Åv­­¸ê®Æªí¨ú±o¨Ï¥ÎªÌÅv­­. ¦pªG¨Ï¥ÎªÌ¦Û¦æ§ó§ï¸ê®Æªí, ¸ê®Æªí¤º®e±N¥i¯à»P¹ê»Ú¨Ï¥ÎªÌ±¡ªp¦³²§. ¦b³o±¡ªp¤U, ±zÀ³¦bÄ~Äò«e %s­«·s¸ü¤J%s Åv­­¸ê®Æªí.';
$strFlushQueryCache = '±j­¢§ó·s»yªk§Ö¨ú';
$strFlushTable = '±j­¢§ó·s¸ê®Æªí ("FLUSH")';
$strFlushTables = '±j­¢§ó·s (Ãö³¬) ©Ò¦³¸ê®Æªí';
$strFormat = '®æ¦¡';
$strFormEmpty = 'ªí®æ¤ºº|¶ñ¤@¨Ç¸ê®Æ!';
$strFreePages = '¶¢¸m­¶';
$strFullText = 'Åã¥Ü§¹¾ã¤å¦r';
$strFunction = '¨ç¼Æ';
 
$strGenBy = '«Ø¥ß';
$strGeneralRelationFeat = '¤@¯ëÃöÁp¥\¯à';
$strGenerate = '²£¥Í';
$strGeneratePassword = '²£¥Í±K½X';
$strGenTime = '«Ø¥ß¤é´Á';
$strGeorgian = '®æ¾|¦N¨È»y';
$strGerman = '¼w»y';
$strGlobalPrivileges = '¾ãÅéÅv­­';
$strGlobalValue = '¾ãÅé­È';
$strGlobal = '¾ãÅé';
$strGo = '°õ¦æ';
$strGrantOption = '±ÂÅv';
$strGreek = '§Æþ»y';
$strGzip = '"gzipped"';
 
$strHandler = '¾Þ§@ªÌ';
$strHasBeenAltered = '¤w¸g­×§ï';
$strHasBeenCreated = '¤w¸g«Ø¥ß';
$strHaveToShow = '±z»Ý­n¿ï¾Ü³Ì¤ÖÅã¥Ü¤@¦æÄæ¦ì';
$strHebrew = '§Æ§B¨Ó»y';
$strHexForBinary = '¥H¤Q¤»¶i¨î¼Æ­ÈÅã¥Ü¤G¶i¨îÄæ¦ì';
$strHome = '¥D¥Ø¿ý';
$strHomepageOfficial = 'phpMyAdmin ©x¤èºô¯¸';
$strHost = '¥D¾÷';
$strHostEmpty = '½Ð¿é¤J¥D¾÷¦WºÙ!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ¿é¥X¿ï¶µ';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ¿é¥X¿ï¶µ';
$strHungarian = '¦I¤ú§Q»y';
 
$strIcelandic = '¦B®q»y';
$strId = 'ID'; // use eng
$strIdxFulltext = '¥þ¤åÀ˯Á';
$strIgnore = '©¿²¤';
$strIgnoreDuplicates = '²¤¹L­«ÂЦC';
$strIgnoreInserts = '¨Ï¥Î©¿²¤¥[¤J (insert)';
$strIgnoringFile = '©¿²¤ÀÉ®× %s';
$strImportDocSQL = 'Ū¨ú docSQL ÀÉ®×';
$strImportFiles = '¿é¤JÀÉ®×';
$strImportFormat = '¸ü¤JÀɮ׮榡';
$strImportSuccessfullyFinished = '¸ü¤J¦¨¥\, ¦@ %d ¥y»yªk¤w°õ¦æ.';
$strImport = '¸ü¤J';
$strIndex = '¯Á¤ÞÁä INDEX';
$strIndexes = '¯Á¤Þ';
$strIndexHasBeenDropped = '¯Á¤Þ %s ¤w³Q§R°£';
$strIndexName = '¯Á¤Þ¦WºÙ&nbsp;:';
$strIndexType = '¯Á¤ÞÃþ«¬&nbsp;:';
$strIndexWarningMultiple = '¦h¹L¤@­Ó %s Áä¤w«Ø¥ß¨ìÄæ¦ì `%s` ¤¤';
$strIndexWarningPrimary = '¥DÁä PRIMARY ¤Î ¯Á¤ÞÁä INDEX ¤£À³¦P®É¶¡³]©wÄæ¦ì `%s` ¤¤';
$strIndexWarningTable = '©ó¸ê®Æªí `%s` ¤¤¦³¯Á¤Þ°ÝÃD';
$strIndexWarningUnique = '°ß¤@Áä UNIQUE ¤Î ¯Á¤ÞÁä INDEX ¤£À³¦P®É¶¡³]©wÄæ¦ì `%s` ¤¤';
$strInnoDBAutoextendIncrementDesc = '·í¸ê®Æªí®e¶q±µªñº¡®É, ¦Û°Ê¼W¤j®e¶qªº¤j¤p.';
$strInnoDBAutoextendIncrement = '¦Û°Ê¦ù©µ¤j¤p';
$strInnoDBBufferPoolSizeDesc = 'InnoDB ¸ê®Æªí¥Î©ó§Ö¨ú¸ê®Æ¤Î¯Á¤Þ®É¨Ï¥Îªº°O¾ÐÅéºþ½w½Ä¤j¤p.';
$strInnoDBBufferPoolSize = '½w½Ä°Ï¤j¤p';
$strInnoDBDataFilePath = '¸ê®ÆÀÉ®×';
$strInnoDBDataHomeDirDesc = '©Ò¦³ InnoDB ¸ê®ÆÀɮתº¥D¸ê®Æ¥Ø¿ý¦ì¸m.';
$strInnoDBDataHomeDir = '¸ê®Æ¥D¥Ø¿ý';
$strInnoDBPages = '­¶';
$strInnodbStat = 'InnoDB ª¬ºA';
$strInsecureMySQL = '³]©wÀɤº¦³Ãö³]©w (rootµn¤J¤Î¨S¦³±K½X) »P¹w³]ªº MySQL Åv­­¤á¤f¬Û¦P¡C MySQL ¦øªA¾¹¦b³o¹w³]ªº³]©w¹B¦æªº¸Ü·|«Ü®e©ö³Q¤J«I¡A±zÀ³§ó§ï¦³Ãö³]©w¥h¨¾¤î¦w¥þº|¬}¡C';
$strInsertAsNewRow = 'Àx¦s¬°·s°O¿ý';
$strInsertedRowId = '·s¼W¸ê®Æ¦C id:';
$strInsertedRows = '·s¼W¦C¼Æ:';
$strInsertNewRow = '·s¼W¤@µ§°O¿ý';
$strInsert = '·s¼W';
$strInternalNotNecessary = '* ·í¤º³¡ÃöÁp¦b InnoDB ¤w¦s¦b®É¬OµL»Ý­nªº.';
$strInternalRelations = '¤º³¡ÃöÁp';
$strInUse = '¨Ï¥Î¤¤';
$strInvalidAuthMethod = '©ó³]©w¤º³]©w¿ù»~»{ÃҤ覡:';
$strInvalidColumn = 'Äæ (%s) °Ï¤À¿ù»~.!';
$strInvalidColumnCount = 'Äæ¦ì¼Æ¥Ø»Ý­n¤j©ó¹s.';
$strInvalidCSVFieldCount = 'CSV ÀÉ®×²Ä %d ¦æ¤¤¤§Äæ¦ìÁ`¼Æ¿ù»~.';
$strInvalidCSVFormat = 'Invalid format of CSV ÀÉ®×²Ä %d ¦æ¤¤¤§®æ¦¡¿ù»~.';
$strInvalidCSVParameter = 'CSV ¸ü¤J®É°Ñ¼Æ¿ù»~: %s';
$strInvalidFieldAddCount = '§A³Ì¤Ö­n¥[¤J¤@­ÓÄæ¦ì.';
$strInvalidFieldCount = '¸ê®Æªí³Ì¤Ö»Ý­n¦³¤@­ÓÄæ¦ì.';
$strInvalidLDIImport = '³o¥~±¾µ{¦¡¤£¤ä´©À£ÁY¿é¤J!';
$strInvalidRowNumber = '%d ¤£¬O¤@­Ó¦³®Äªº¦C¼Æ¼Æ¥Ø.';
$strInvalidServerHostname = '¦øªA¾¹ %1$s ¥D¾÷¦WºÙ¿ù»~, ½Ð½¬d³]©w­È.';
$strInvalidServerIndex = '¦øªA¾¹¯Á¤Þ¿ù»~: "%s"';
 
$strJapanese = '¤é»y';
$strJoins = 'µ²¦X';
$strJumpToDB = '¸õ¨ì¸ê®Æ®w &quot;%s&quot;.';
$strJustDeleteDescr = ' &quot;§R°£&quot; ªº¨Ï¥ÎªÌ¤´µM¯à°÷µn¤J¸ê®Æ®wª½¦Ü­«·s¸ü¤J¸ê®Æ®w¬°¤î.';
$strJustDelete = '¥u±qÅv­­¸ê®Æ®w§R°£¨Ï¥ÎªÌ.';
 
$strKeepPass = '½Ð¤£­n§ó§ï±K½X';
$strKeyCache = 'Áä§Ö¨ú';
$strKeyname = 'Áä¦W';
$strKill = 'Kill'; //should expressed in English
$strKorean = 'Áú»y';
 
$strLandscape = '¾î¦V';
$strLanguageFileNotFound = '§ä¤£¨ì»y¨¥ÀÉ®× "%1$s".';
$strLanguageUnknown = '¤£ª¾¦W»y¨¥: %1$s.';
$strLatchedPages = 'Âê¤W­¶';
$strLatexCaption = '¸ê®Æªí¼ÐÃD';
$strLatexContent = '¸ê®Æªí __TABLE__ ¤º®e';
$strLatexContinued = '(³sÄò)';
$strLatexContinuedCaption = '³sÄò¸ê®Æªí¼ÐÃD';
$strLatexIncludeCaption = '¥]¬A¸ê®Æªí¼ÐÃD';
$strLatexLabel = '¼Ð°OÁä¦W';
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX ¿ï¶µ';
$strLatexStructure = '¸ê®Æªí __TABLE__ µ²ºc';
$strLatvian = '©Ô²æºû¨È»y';
$strLDI = 'CSV ¨Ï¥Î LOAD DATA';
$strLDIImportOptions = 'CSV ¿é¤J¨Ï¥Î LOAD DATA ¿ï¶µ';
$strLDILocal = '¨Ï¥Î LOCAL ÃöÁä¦r';
$strLengthSet = 'ªø«×/¶°¦X*';
$strLimitNumRows = 'µ§°O¿ý/¨C­¶';
$strLinesTerminatedBy = '¡u¤U¤@¦æ¡v¨Ï¥Î¦r¤¸¡G';
$strLinkNotFound = '§ä¤£¨ì³sµ²';
$strLinksTo = '³sµ²¨ì';
$strLithuanian = '¥ß³³©{»y';
$strLocalhost = '¥»¦a';
$strLocationTextfile = '¤å¦rÀɮתº¦ì¸m';
$strLoginInformation = 'µn¤J¸ê°T';
$strLogin = 'µn¤J';
$strLogout = 'µn¥X¨t²Î';
$strLogPassword = '±K½X:';
$strLogServer = '¦øªA¾¹';
$strLogUsername = 'µn¤J¦WºÙ:';
$strLongOperation = '³o­Ó§@·~©Ò¥Î®É¶¡·|¸ûªø, Ä~Äò?';
 
$strMaxConnects = '³Ì¤j³s½u¼Æ¥Ø';
$strMaximalQueryLength = '«Ø¥ß¤§¬d¸ß³Ì¤jªø«×';
$strMaximumSize = '³Ì¤j®e¶q: %s%s';
$strMbExtensionMissing = '§ä¤£¨ì PHP ¤ºªº mbstring ½s½X¼Ò²Õ, ¨S¦³³o­Ó¼Ò²Õ, phpMyAdmin µLªk·Ç½T¦a¤À³ÎÂù¦r¤¸¤å¦r, ¦Ó¥i¯à²£¥Í°ÝÃD.';
$strMbOverloadWarning = '§A¦b PHP ³]©w¤º±Ò°Ê¤F mbstring.func_overload ¿ï¶µ, ³o­Ó¿ï¶µ¼È®É¤£­Ý®e phpMyAdmin , §A¥i¯à·|·l¥¢³¡¥÷¸ê®Æ!';
$strMIME_available_mime = '¥i¨Ï¥Î MIME Ãþ«¬';
$strMIME_available_transform = '¥i¨Ï¥ÎÂà´«¤è¦¡';
$strMIME_description = '»¡©ú';
$strMIME_MIMEtype = 'MIME Ãþ«¬';
$strMIME_nodescription = '³o­ÓÂà´«¤è¦¡¨S¦³»¡©ú.<br />½Ð¦V§@ªÌ¬d¸ß %s ¬O¬Æ»ò¥Î³~.';
$strMIME_transformation = 'ÂsÄý¾¹Âà´«¤è¦¡';
$strMIME_transformation_note = '¦³Ãö¥i¨Ï¥Î¤§Âà´«¤è¦¡¿ï¶µ¤Î MINE Ãþ«¬Âà´«¿ï¶µ, ½Ð¬d¬Ý %sÂà´«¤è¦¡»¡©ú%s';
$strMIME_transformation_options = 'Âà´«¤è¦¡¿ï¶µ';
$strMIME_transformation_options_note = '½Ð¥Î¥H¤Uªº®æ¦¡¿é¤JÂà´«¿ï¶µ­È: \'a\',\'b\',\'c\'...<br />¦p±z»Ý­n¿é¤J¤Ï±×½u ("\") ©Î³æ¤Þ¸¹ ("\'") ½Ð¦A¥[¤W¤Ï±×½u (¨Ò¦p \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; // keep in SQL statement
$strMIME_without = 'MIME Ãþ«¬¥H±×ÅéÅã¥Ü¬O¨S¦³¤À¹jÂà´«¥\¯à';
$strModifications = '­×§ï¤wÀx¦s';
$strModify = '­×§ï';
$strModifyIndexTopic = '­×§ï¯Á¤Þ';
$strMoveTable = '²¾°Ê¸ê®Æªí¨ì¡G(®æ¦¡¬° ¸ê®Æ®w¦WºÙ<b>.</b>¸ê®Æªí¦WºÙ)';
$strMoveTableOK = '¸ê®Æªí %s ¤w¸g²¾°Ê¨ì %s.';
$strMoveTableSameNames = 'µLªk²¾°Ê¨ì¬Û¦P¸ê®Æªí!';
$strMultilingual = '¦h»y¨¥';
$strMyISAMDataPointerSizeDesc = '¹w³]ªº¸ê®Æ«ü¼Ð¤j¤p®É·í¥H CREATE TABLE «Ø¥ß MyISAM ¸ê®Æªí, ¦Ó¨ÃµL³]©w³Ì¤j¦C¼Æ (MAX_ROWS) ®É, ±N·|¥H¦ì§¹²Õ¬°³]©w¤j¤p';
$strMyISAMDataPointerSize = '¸ê®Æ«ü¼Ð¤j¤p';
$strMyISAMMaxExtraSortFileSize = 'Á{®ÉÀɮ׫إ߯Á¤Þ®É³Ì¤jªº®e¶q';
$strMyISAMMaxExtraSortFileSizeDesc = '¦pÁ{®ÉÀɮץΧ@§Ö³t MyISAM ¯Á¤Þ®É¤j©ó³o­Ó³]©wªº®e¶q, «Øij¨Ï¥ÎÁä¦W§Ö¨ú¤è¦¡.';
$strMyISAMMaxSortFileSize = 'Á{®É±Æ§ÇÀɮ׳̤j®e¶q';
$strMyISAMMaxSortFileSizeDesc = 'MySQL ¥Î©ó­««Ø MyISAM ¯Á¤Þ (REPAIR TABLE, ALTER TABLE, ©Î LOAD DATA INFILE) ®ÉªºÁ{®ÉÀɮפj¤p.';
$strMyISAMRecoverOptionsDesc = '³o­Ó¼Ò¦¡±N·|¦Û°Ê­×´_·lÃa¤§ MyISAM ¸ê®Æªí, ¦p¦P©ó¦øªA¾¹±Ò°Ê³]©w¥[¤J --myisam-recover ¿ï¶µ.';
$strMyISAMRecoverOptions = '¦Û°Ê­×´_¼Ò¦¡';
$strMyISAMRepairThreadsDesc = '¦p¼Æ­È¤j©ó 1 , MyISAM ¸ê®Æªí©ó­×´_®É¤§¯Á¤Þ±N·|¥H¦P¨B«Ø¥ß.';
$strMyISAMRepairThreads = '­×´_¤u§@';
$strMyISAMSortBufferSize = '±Æ§Ç½w½Ä¤j¤p';
$strMyISAMSortBufferSizeDesc = '³o­Ó½w½Ä¤j¤p¬O¤À°tµ¹¦b°õ¦æ­×´_¸ê®Æªí«ü¥O (REPAIR TABLE) ¡B°õ¦æ CREATE INDEX ©Î ALTER TABLE «ü¥O®É, ¥Î©ó±Æ§Ç MyISAM ¯Á¤Þ¤§¥Î';
$strMySQLCharset = 'MySQL ¤å¦r½s½X';
$strMysqlClientVersion = 'MySQL «È¤áºÝª©¥»';
$strMySQLConnectionCollation = 'MySQL ³s½u®Õ¹ï';
$strMySQLSaid = 'MySQL ¶Ç¦^¡G ';
$strMySQLShowProcess = 'Åã¥Üµ{§Ç (Process)';
$strMySQLShowStatus = 'Åã¥Ü MySQL °õ¦æª¬ºA';
$strMySQLShowVars = 'Åã¥Ü MySQL ¨t²ÎÅܼÆ';
 
$strName = '¦WºÙ';
$strNext = '¤U¤@­Ó';
$strNo = ' §_ ';
$strNoActivity = '¥Ñ©ó¤w¶¢¸m¤F¹F %s ¬í, ½Ð­«·sµn¤J';
$strNoDatabasesSelected = '¨S¦³¸ê®Æ®w¿ï¾Ü.';
$strNoDatabases = '¨S¦³¸ê®Æ®w';
$strNoDescription = '¨S¦³»¡©ú';
$strNoDetailsForEngine = '³oÀx¦s¤ÞÀº¨ÃµL¸Ô²Óªºª¬ºA¸ê®Æ.';
$strNoDropDatabases = '"DROP DATABASE" «ü¥O¤w¸g°±¥Î.';
$strNoExplain = '²¤¹L»¡©ú SQL';
$strNoFilesFoundInZip = '©ó ZIP Àɮפº§ä¤£¨ì¥ô¦óÀÉ®×!';
$strNoFrames = 'phpMyAdmin ¸û¬°¾A¦X¨Ï¥Î¦b¤ä´©<b>­¶®Ø</b>ªºÂsÄý¾¹.';
$strNoIndexPartsDefined = '³¡¥÷¯Á¤Þ¸ê®ÆÁÙ¥¼©w¸q!';
$strNoIndex = '¨S¦³¤w©w¸qªº¯Á¤Þ!';
$strNoModification = '¨S¦³Åܧó';
$strNone = '¤£¾A¥Î';
$strNoOptions = '³oºØ®æ¦¡¨ÃµL¿ï¶µ';
$strNoPassword = '¤£¥Î±K½X';
$strNoPermission = 'Web ¦øªA¾¹¨S¦³Åv­­Àx¦sÀÉ®× %s.';
$strNoPhp = '²¾°£ PHP µ{¦¡½X';
$strNoPrivileges = '¨S¦³Åv­­';
$strNoRights = '±z²{¦b¨S¦³¨¬°÷ªºÅv­­!';
$strNoRowsSelected = '¨ÃµL¸ê®Æ¦C¤w¿ï¾Ü';
$strNoSpace = 'ªÅ¶¡¤£¨¬Àx¦sÀÉ®× %s.';
$strNoTablesFound = '¸ê®Æ®w¤¤¨S¦³¸ê®Æªí';
$strNoThemeSupport = '¤£¤ä´©´Ú¦¡¥\¯à, ½Ð¬d¬Ý³]©w®×¤ÎÀx¦s´Ú¦¡Àɮתº¸ê®Æ§¨ %s.';
$strNothingToImport = '§A¨Ã¥¼¶ñ¼g¸ê®Æ, µLªk¸ü¤J!';
$strNotNumber = '³o¤£¬O¤@­Ó¼Æ¦r!';
$strNotOK = '¥¼¯à½T©w';
$strNotSet = '<b>%s</b> ¸ê®Æªí§ä¤£¨ì©ÎÁÙ¥¼¦b %s ³]©w';
$strNoUsersFound = '§ä¤£¨ì¨Ï¥ÎªÌ';
$strNoValidateSQL = '²¤¹LÀˬd SQL';
$strNull = 'Null'; //should expressed in English
$strNumberOfFields = 'Äæ¦ì¼Æ¥Ø';
$strNumSearchResultsInTable = '%s ¶µ¸ê®Æ²Å¦X - ©ó¸ê®Æªí <i>%s</i>';
$strNumSearchResultsTotal = '<b>Á`­p:</b> <i>%s</i> ¶µ¸ê®Æ²Å¦X';
$strNumTables = '­Ó¸ê®Æªí';
 
$strOK = '½T©w';
$strOpenNewWindow = '¶}±Ò·s phpMyAdmin µøµ¡';
$strOperations = 'ºÞ²z';
$strOperator = '¾Þ§@­û';
$strOptimizeTable = '³Ì¨Î¤Æ¸ê®Æªí';
$strOr = '©Î';
$strOverhead = '¦h¾l';
$strOverwriteExisting = 'Âмg¤w¦s¦bÀÉ®×';
 
$strPageNumber = '­¶½X:';
$strPagesToBeFlushed = '±j­¢§ó·s­¶';
$strPaperSize = '¯È±i¤j¤p';
$strPartialImport = '³¡¥÷¸ü¤J';
$strPartialText = 'Åã¥Ü³¡¥÷¤å¦r';
$strPasswordChanged = '%s ªº±K½X¤w¦¨¥\§ó§ï.';
$strPasswordEmpty = '½Ð¿é¤J±K½X!';
$strPasswordHashing = '±K½XÂø´ê';
$strPassword = '±K½X';
$strPasswordNotSame = '²Ä¤G¦¸¿é¤Jªº±K½X¤£¦P!';
$strPdfDbSchema = '"%s" ¸ê®Æ®w·§­n - ²Ä %s ­¶';
$strPdfInvalidTblName = '¸ê®Æªí "%s" ¤£¦s¦b!';
$strPdfNoTables = '¨S¦³¸ê®Æªí';
$strPDFOptions = 'PDF ¿ï¶µ';
$strPDF = 'PDF'; // USE ENG
$strPDFReportTitle = '³ø§i¼ÐÃD';
$strPerHour = '¨C¤p®É';
$strPerMinute = '¨C¤ÀÄÁ';
$strPerSecond = '¨C¬í';
$strPersian = 'ªi´µ»y';
$strPhoneBook = '¹q¸Üï';
$strPHP40203 = '±z¥¿¨Ï¥Î PHP ª©¥» 4.2.3, ³oª©¥»¦³¤@­ÓÂù¦r¸`¦r¤¸ªºÄY­«¿ù»~(mbstring). ½Ð°Ñ¾\ PHP ¯äÂγø§i½s¸¹ 19404. phpMyAdmin ¨Ã¤£«Øij¨Ï¥Î³o­Óª©¥»ªº PHP .';
$strPhp = '«Ø¥ß PHP µ{¦¡½X';
$strPHPVersion = 'PHP ª©¥»';
$strPmaDocumentation = 'phpMyAdmin »¡©ú¤å¥ó';
$strPmaUriError = ' ¥²¶·¦b³]©wÀɤº³]©w <tt>$cfg[\'PmaAbsoluteUri\']</tt> !';
$strPolish = 'ªiÄõ»y';
$strPortrait = 'ª½¦V';
$strPos1 = '²Ä¤@­¶';
$strPrevious = '«e¤@­¶';
$strPrimary = '¥DÁä PRIMARY';
$strPrimaryKeyHasBeenDropped = '¥DÁä¤w³Q§R°£';
$strPrimaryKeyName = '¥DÁ䪺¦WºÙ¥²¶·ºÙ¬° PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>¥²¶·</b>¬O¥DÁ䪺¦WºÙ¥H¤Î¬O<b>°ß¤@</b>¤@²Õ¥DÁä!)';
$strPrint = '¦C¦L';
$strPrintViewFull = '¦C¦LÀ˵ø (Åã¥Ü§¹¾ã¤å¦r)';
$strPrintView = '¦C¦LÀ˵ø';
$strPrivDescAllPrivileges = '¥]¬A©Ò¦³Åv­­°£¤F±ÂÅv (GRNANT).';
$strPrivDescAlter = '®e³\­×§ï²{¦³¸ê®Æªíªºµ²ºc.';
$strPrivDescAlterRoutine = '®e³\­×§ï¤Î§R°£Àx¦sµ{§Ç.';
$strPrivDescCreateDb = '®e³\«Ø¥ß·s¸ê®Æ®w¤Î¸ê®Æªí.';
$strPrivDescCreateRoutine = '®e³\«Ø¥ßÀx¦sµ{§Ç';
$strPrivDescCreateTbl = '®e³\«Ø¥ß·s¸ê®Æªí.';
$strPrivDescCreateTmpTable = '®e³\«Ø¥ß¼È®É©Ê¸ê®Æªí.';
$strPrivDescCreateUser = '®e³\«Ø¥ß¡B§R°£¤Î­«·s©R¦W¨Ï¥ÎªÌ¤á¤f.';
$strPrivDescCreateView = '®e³\«Ø¥ß·sªºÀ˵ø.';
$strPrivDescDelete = '®e³\§R°£°O¿ý.';
$strPrivDescDropDb = '®e³\§R°£¸ê®Æ®w¤Î¸ê®Æªí.';
$strPrivDescDropTbl = '®e³\§R°£¸ê®Æªí.';
$strPrivDescExecute5 = '®e³\°õ¦æÀx¦sµ{§Ç.';
$strPrivDescExecute = '®e³\ °õ¦æ¹w¥ýÀx¦s¤§µ{¦¡. ©ó¥» MySQL ª©¥»µL®Ä.';
$strPrivDescFile = '®e³\¿é¤J¤Î¿é¥X¼Æ¾Ú¨ìÀÉ®×.';
$strPrivDescGrant = '®e³\·s¼W¨Ï¥ÎªÌ¤ÎÅv­­¦ÓµL»Ý­«·sŪ¨úÅv­­¸ê®Æªí.';
$strPrivDescIndex = '®e³\«Ø¥ß¤Î§R°£¯Á¤Þ.';
$strPrivDescInsert = '®e³\·s¼W¤Î¨ú¥N¼Æ¾Ú.';
$strPrivDescLockTables = '®e³\Âê¤W²{®É³s½u¤§¸ê®Æªí.';
$strPrivDescMaxConnections = '­­¨î¨C¤p®É¨Ï¥ÎªÌ¶}±Ò·s³s½uªº¼Æ¥Ø.';
$strPrivDescMaxQuestions = '­­¨î¨C¤p®É¨Ï¥ÎªÌ¬d¸ßªº¼Æ¥Ø.';
$strPrivDescMaxUpdates = '­­¨î¨C¤p®É¨Ï¥ÎªÌ§ó§ï¸ê®Æªí¤Î¼Æ¾Úªí¤§«ü¥Oªº¼Æ¥Ø.';
$strPrivDescMaxUserConnections = '­­¨î¨C­Ó¨Ï¥ÎªÌ¤§¦P¨B³s½u.';
$strPrivDescProcess3 = '®e³\¤¤¤î¨ä¥L¨Ï¥ÎªÌ¤§µ{§Ç.';
$strPrivDescProcess4 = '®e³\À˵ø¨t²Î°õ¦æ²M³æ§¹¾ã¤§¬d¸ß.';
$strPrivDescReferences = '©ó¥» MySQL ª©¥»µL®Ä.';
$strPrivDescReload = '®e³\­«·sŪ¨ú¦øªA¾¹³]©w¤Î±j¦æ§ó·s¦øªA¾¹§Ö¨ú°O¾Ð.';
$strPrivDescReplClient = '®e³\¥Î¤á¬d¸ß slaves / masters ¦b¦ó³B.';
$strPrivDescReplSlave = '»Ý­n½Æ»sªº slaves.';
$strPrivDescSelect = '®e³\Ū¨ú¼Æ¾Ú.';
$strPrivDescShowDb = '¥iŪ¨ú¾ã­Ó¸ê®Æ®w²M³æ.';
$strPrivDescShowView = '®e³\°õ¦æ SHOW CREATE VIEW ¬d¸ß.';
$strPrivDescShutdown = '®e³\°±¤î¦øªA¾¹.';
$strPrivDescSuper = '®e³\³s½u, ´Nºâ¶W¹L¤F³Ì¤j³s½u­­¨î; ¥Î©ó³Ì°ª¨t²ÎºÞ²z¦p³]©w¾ãÅéÅv­­©Î¤¤¤î¨ä¥L¨Ï¥ÎªÌ«ü¥O.';
$strPrivDescUpdate = '®e³\§ó·s¼Æ¾Ú.';
$strPrivDescUsage = '¨S¦³Åv­­.';
$strPrivileges = 'Åv­­';
$strPrivilegesReloaded = 'Åv­­¤w¦¨¥\­«·sŪ¨ú.';
$strProcesses = '³B²z';
$strProcesslist = '¨t²Î°õ¦æ²M³æ';
$strProtocolVersion = '³q°T¨ó©wª©¥»';
$strPutColNames = '±NÄæ¦ì¦WºÙ©ñ¦b­º¦æ';
 
$strQBEDel = '²¾°£';
$strQBEIns = '·s¼W';
$strQBE = '¨Ì½d¨Ò¬d¸ß (QBE)';
$strQueryCache = '¬d¸ß§Ö¨ú';
$strQueryFrame = '¬d¸ßµøµ¡';
$strQueryOnDb = '¦b¸ê®Æ®w <b>%s</b> °õ¦æ SQL »yªk:';
$strQueryResultsOperations = '¬d¸ßµ²ªG¾Þ§@';
$strQuerySQLHistory = 'SQL ¾úµ{';
$strQueryStatistics = '<b>¬d¸Ú²Î­p</b>: ·í²Î­p±Ò°Ê«á, ¦@¦³ %s ­Ó¬d¸ß¶Ç°e¨ì¦¹¦øªA¾¹.';
$strQueryTime = '¬d¸ß»Ý®É %01.4f ¬í';
$strQueryType = '¬d¸ß¤è¦¡';
$strQueryWindowLock = '¤£­n±N³o»yªkÂл\¨ì¥»µøµ¡¥~ªºSQL»yªk';
 
$strReadRequests = 'Ū¨ú­n¨D';
$strReceived = '±µ¦¬';
$strRecords = '°O¿ý';
$strReferentialIntegrity = 'Àˬd«ü¥Ü§¹¾ã©Ê:';
$strRefresh = '§ó·s';
$strRelationalSchema = 'ÃöÁp·§­n';
$strRelationNotWorking = 'ÃöÁp¸ê®Æªíªºªþ¥[¥\¯à¥¼¯à±Ò°Ê, %s½Ð«ö¦¹%s ¬d¥X°ÝÃD­ì¦].';
$strRelations = 'ÃöÁp';
$strRelationsForTable = 'RELATIONS FOR TABLE'; // keep in SQL statement
$strRelationView = 'ÃöÁpÀ˵ø';
$strReloadingThePrivileges = '­«·sŪ¨úÅv­­';
$strReloadMySQL = '­«·s¸ü¤J MySQL';
$strReloadPrivileges = '­«·sŪ¨úÅv­­';
$strRemoveSelectedUsers = '²¾°£¤w¿ï¾Ü¨Ï¥ÎªÌ';
$strRenameDatabaseOK = '¸ê®Æ®w %s ¤w§ó§ï¦WºÙ¬° %s';
$strRenameTable = '±N¸ê®Æªí§ï¦W¬°';
$strRenameTableOK = '¤w¸g±N¸ê®Æªí %s §ï¦W¦¨ %s';
$strRepairTable = '­×´_¸ê®Æªí';
$strReplaceNULLBy = '±N NULL ¨ú¥N¬°';
$strReplaceTable = '¥HÀɮרú¥N¸ê®Æªí¸ê®Æ';
$strReplication = '½Æ»s';
$strReset = '­«¸m';
$strResourceLimits = '¸ê·½­­¨î';
$strReType = '½T»{±K½X';
$strRevoke = '²¾°£';
$strRevokeAndDeleteDescr = '¨Ï¥ÎªÌ¤´µM¦³ USAGE Åv­­ª½¦ÜÅv­­¸ê®Æªí§ó·sŪ¨ú.';
$strRevokeAndDelete = '¼o°£¨Ï¥ÎªÌ©Ò¦³¦³®Ä¤§Åv­­¨Ã§R°£.';
$strRevokeMessage = '±z¤w²¾°£³o¦ì¨Ï¥ÎªÌªºÅv­­: %s';
$strRomanian = 'ù°¨¥§¨È»y';
$strRowLength = '¸ê®Æ¦Cªø«×';
$strRowsFrom = 'µ§°O¿ý¡A¶}©l¦C¼Æ:';
$strRowSize = '¸ê®Æ¦C¤j¤p';
$strRowsModeFlippedHorizontal = '««ª½ (±ÛÂà¼ÐÃD)';
$strRowsModeHorizontal = '¤ô¥­';
$strRowsModeOptions = 'Åã¥Ü¬° %s ¤è¦¡ ¤Î ¨C¹j %s ¦æÅã¥ÜÄæ¦W';
$strRowsModeVertical = '««ª½';
$strRowsStatistic = '¸ê®Æ¦C²Î­p¼Æ­È';
$strRows = '¸ê®Æ¦C¦C¼Æ';
$strRunning = '¦b %s °õ¦æ';
$strRunQuery = '°õ¦æ»yªk';
$strRunSQLQueryOnServer = '©ó¦øªA¾¹ %s °õ¦æ SQL »yªk';
$strRunSQLQuery = '¦b¸ê®Æ®w %s °õ¦æ¥H¤U«ü¥O';
$strRussian = '«X»y';
 
$strSave = 'Àx¦s';
$strSaveOnServer = 'Àx¦s¨ì¦øªA¾¹©ó %s ¥Ø¿ý';
$strScaleFactorSmall = '¤ñ¨Ò­¿¼Æ¤Ó²Ó, µLªk±N¹Ïªí©ñ¦b¤@­¶¤º';
$strSearchFormTitle = '·j¯Á¸ê®Æ®w';
$strSearchInTables = '©ó¥H¤U¸ê®Æªí:';
$strSearch = '·j¯Á';
$strSearchNeedle = '´M§ä¤§¤å¦r©Î¼Æ­È (¸U¥Î¦r¤¸: "%"):';
$strSearchOption1 = '¥ô¦ó¤@²Õ¤å¦r';
$strSearchOption2 = '©Ò¦³¤å¦r';
$strSearchOption3 = '§¹¾ãµü»y';
$strSearchOption4 = '¥H³W«hªí¥Üªk (regular expression) ·j¯Á';
$strSearchResultsFor = '·j¯Á "<i>%s</i>" ªºµ²ªG %s:';
$strSearchType = '´M§ä:';
$strSecretRequired = '³]©wÀɮײ{¦b»Ý­n±K½X (passphrase) (blowfish_secret).';
$strSelectADb = '½Ð¿ï¾Ü¸ê®Æ®w';
$strSelectAll = '¥þ¿ï';
$strSelectBinaryLog = '¿ï¾ÜÀ˵ø¤G¶i¨î°O¿ý';
$strSelectFields = '¿ï¾ÜÄæ¦ì (¦Ü¤Ö¤@­Ó)';
$strSelectNumRows = '¬d¸ß¤¤';
$strSelectTables = '¿ï¾Ü¸ê®Æªí';
$strSend = '¤U¸üÀx¦s';
$strSent = '°e¥X';
$strServerChoice = '¿ï¾Ü¦øªA¾¹';
$strServerNotResponding = '¦øªA¾¹¨ÃµL¦^À³';
$strServer = '¦øªA¾¹';
$strServerStatus = '¹B¦æ¸ê°T';
$strServerStatusDelayedInserts = '©µ¿ð´¡¤J';
$strServerStatusUptime = '³o MySQL ¦øªA¾¹¤w±Ò°Ê¤F %s. ¦øªA¾¹©ó %s ±Ò°Ê.';
$strServerTabProcesslist = '³B²z';
$strServerTabVariables = '¸ê°T';
$strServerTrafficNotes = '<b>¦øªA¾¹¬y¶q</b>: ³o¨ÇªíÅã¥Ü¤F¦¹ MySQL ¦øªA¾¹¦Û±Ò°Ê¥H¨Óªººôµ¸¬y¶q²Î­p¡C';
$strServerVars = '¦øªA¾¹¸ê°T¤Î³]©w';
$strServerVersion = '¦øªA¾¹ª©¥»';
$strSessionValue = 'µ{§Ç¼Æ­È';
$strSetEnumVal = '¦pÄæ¦ì®æ¦¡¬O "enum" ©Î "set", ½Ð¨Ï¥Î¥H¤Uªº®æ¦¡¿é¤J: \'a\',\'b\',\'c\'...<br />¦p¦b¼Æ­È¤W»Ý­n¿é¤J¤Ï±×½u (\) ©Î³æ¤Þ¸¹ (\') , ½Ð¦A¥[¤W¤Ï±×½u (¨Ò¦p \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Åã¥Ü';
$strShowAll = 'Åã¥Ü¥þ³¡';
$strShowColor = 'Åã¥ÜÃC¦â';
$strShowDatadictAs = '¼Æ¾Ú¦r¨å®æ¦¡';
$strShowFullQueries = 'Åã¥Ü§¹¾ã¬d¸ß';
$strShowGrid = 'Åã¥Ü®Ø®æ';
$strShowingBookmark = 'Åã¥Ü®ÑÅÒ';
$strShowingRecords = 'Åã¥Ü°O¿ý';
$strShowOpenTables = 'Åã¥Ü¶}±Ò¸ê®Æªí';
$strShowPHPInfo = 'Åã¥Ü PHP ¸ê°T';
$strShowSlaveHosts = 'Åã¥Ü slave ¥D¾÷';
$strShowSlaveStatus = 'Åã¥Ü slave ª¬ºA';
$strShowStatusReset = '­«³]';
$strShowTableDimension = 'Åã¥Üªí®æ¤j¤p';
$strShowTables = 'Åã¥Ü¸ê®Æªí';
$strShowThisQuery = '­«·sÅã¥Ü SQL »yªk ';
$strSimplifiedChinese = '²Å餤¤å';
$strSingly = '(¥u·|±Æ§Ç²{®Éªº°O¿ý)';
$strSize = '¤j¤p';
$strSkipQueries = '¶}©l®É²¤¹L¦h¤Ö¦æ°O¿ý (»yªk)';
$strSlovak = '´µ¬¥¥ï§J»y';
$strSlovenian = '´µ¬¥¤å¥§¨È»y';
$strSocketProblem = '( ©ÎªÌ¥»¾÷ MySQL ¦øªA¾¹¤§ socket ¨Ã¥¼¥¿½T³]©w)';
$strSort = '±Æ§Ç';
$strSortByKey = '¨ÌÁä¦W±Æ§Ç';
$strSorting = '±Æ§Ç';
$strSpaceUsage = '¤w¨Ï¥ÎªÅ¶¡';
$strSpanish = '¦è¯Z¤ú»y';
$strSplitWordsWithSpace = '¨C²Õ¤å¦r¥HªÅ®æ (" ") ¤À¹j.';
$strSQLCompatibility = 'SQL ­Ý®e¼Ò¦¡';
$strSQLExportCompatibility = 'SQL ¿é¥X­Ý®e';
$strSQLExportType = '¿é¥X¤è¦¡';
$strSQLImportOptions = 'SQL ¿ï¶µ';
$strSQLOptions = 'SQL ¿ï¶µ';
$strSQLParserBugMessage = '³o¥i¯à¬O±z§ä¨ì¤F SQL ¤ÀªRµ{¦¡ªº¤@¨Çµ{¦¡¿ù»~¡A½Ð²Ó¤ß¬d¬Ý±zªº»yªk¡AÀˬd¤@¤U¤Þ¸¹¬O¥¿½T¤Î¨S¦³¿òº|¡A¨ä¥L¥i¯à¥X¿ùªº­ì¦]¥i¯à¨Ó¦Û±z¤W¸üÀɮ׮ɦb¤Þ¸¹¥~ªº¦a¤è¨Ï¥Î¤F¤G¶i¨î½X¡C±z¥i¥H¹Á¸Õ¦b MySQL ©R¥O¦C¤¶­±°õ¦æ¸Ó»yªk¡C¦p MySQL ¦øªA¾¹µo¥X¿ù»~«H®§¡A³o¥i¯àÀ°§U±z¥h§ä¥X°ÝÃD©Ò¦b¡C¦p±z¤´µM¥¼¯à¸Ñ¨M°ÝÃD¡A©Î¦b¤ÀªRµ{¦¡¥X²{¿ù»~¡A¦ý¦b©R¥O¦C¼Ò¦¡¯à¥¿±`°õ¦æ¡A½Ð±N¸Ó¥y¥X²{¿ù»~ªº SQL »yªk©â¥X¡A¨Ã±N¥H¤Uªº"°Å¨ú"³¡¥÷¤@¦P´£¥æ¨ì¯ä¦ä°Ï:';
$strSQLParserUserError = '¥i¯à¬O±zªº SQL »yªk¥X²{¿ù»~¡A¦p MySQL ¦øªA¾¹µo¥X¿ù»~«H®§¡A³o¥i¯àÀ°§U±z¥h§ä¥X°ÝÃD©Ò¦b¡C';
$strSQLQuery = 'SQL »yªk';
$strSQLResult = 'SQL ¬d¸ßµ²ªG';
$strSQL = 'SQL'; // should express in english
$strSQPBugInvalidIdentifer = 'µL®ÄªºÃѧO½X (Invalid Identifer)';
$strSQPBugUnclosedQuote = '¥¼§¹µ²ªº¤Þ¸¹ (Unclosed quote)';
$strSQPBugUnknownPunctuation = '¤£ª¾©úªº¼ÐÂI²Å¸¹ (Unknown Punctuation String)';
$strStatCheckTime = '³Ì«áÀˬd';
$strStatCreateTime = '«Ø¥ß';
$strStatement = '±Ô­z';
$strStatisticsOverrun = '©ó¸ûÁc¦£ªº¦øªA¾¹, ­pºâ¾¹¥i¯à·|·¸¥X, ¥O MySQL ¦øªA¾¹´£¨Ñ¤§²Î­p¦³»~®t.';
$strStatUpdateTime = '³Ì«á§ó·s';
$strStatus = 'ª¬ºA';
$strStorageEngine = 'Àx¦s¤ÞÀº';
$strStorageEngines = 'Àx¦s¤ÞÀº';
$strStrucCSV = 'CSV ¸ê®Æ';
$strStrucData = 'µ²ºc»P¸ê®Æ';
$strStrucDrop = '¥[¤J \'§R°£¸ê®Æªí\' »yªk';
$strStrucExcelCSV = 'MS Excel ªº CSV ®æ¦¡';
$strStrucNativeExcel = '­ì©l MS Excel ¸ê®Æ';
$strStrucOnly = '¥u¦³µ²ºc';
$strStructPropose = '¤ÀªR¸ê®Æªíµ²ºc';
$strStructure = 'µ²ºc';
$strSubmit = '°e¥X';
$strSuccess = '±zªºSQL»yªk¤w¶¶§Q°õ¦æ';
$strSum = 'Á`­p';
$strSwedish = '·ç¨å»y';
$strSwitchToDatabase = 'Âಾ¨ì½Æ»s¤§¸ê®Æ®w';
$strSwitchToTable = '¸õ¨ì¤w½Æ»s¤§¸ê®Æªí';
 
$strTableAlreadyExists = '¸ê®Æªí %s ¤w¦s¦b!';
$strTableComments = '¸ê®Æªíµù¸Ñ¤å¦r';
$strTableEmpty = '½Ð¿é¤J¸ê®Æªí¦WºÙ!';
$strTableHasBeenDropped = '¸ê®Æªí %s ¤w³Q§R°£';
$strTableHasBeenEmptied = '¸ê®Æªí %s ¤w³Q²MªÅ';
$strTableHasBeenFlushed = '¸ê®Æªí %s ¤w³Q±j­¢§ó·s';
$strTableMaintenance = '¸ê®ÆªíºûÅ@';
$strTableOfContents = '¥Ø¿ý';
$strTableOptions = '¸ê®Æªí¿ï¶µ';
$strTables = '%s ¸ê®Æªí';
$strTableStructure = '¸ê®Æªí®æ¦¡¡G';
$strTableType = '¸ê®ÆªíÃþ«¬';
$strTable = '¸ê®Æªí';
$strTakeIt = '¿ï¥Î';
$strTblPrivileges = '«ü©w¸ê®ÆªíÅv­­';
$strTempData = '¼È¦s¸ê®Æ';
$strTextAreaLength = ' ¥Ñ©óªø«×­­¨î<br /> ¦¹Äæ¦ì¤£¯à½s¿è ';
$strThai = '®õ»y';
$strThemeDefaultNotFound = '§ä¤£¨ì¹w³]§G´º¥DÃD %s !';
$strThemeNoPreviewAvailable = '¨ÃµL¹wÄý.';
$strThemeNotFound = '§ä¤£¨ì§G´º¥DÃD %s !';
$strThemeNoValidImgPath = '§ä¤£¨ì§G´º¥DÃD %s ³]©w¹Ï¹³¤§¸ô®|!';
$strThemePathNotFound = '§ä¤£¨ì§G´º¥DÃD %s ¤§³]©w¸ô®|!';
$strTheme = '´Ú¦¡';
$strThisHost = '«ü©w¥D¾÷';
$strThisNotDirectory = '³o¨Ã¤£¬O¤@­Ó¥Ø¿ý';
$strThreads = '½uµ{';
$strThreadSuccessfullyKilled = '«ü¥O %s ¤w¦¨¥\¤¤¤î.';
$strTime = '®É¶¡';
$strToggleScratchboard = 'Âà´««K±ø';
$strTotal = 'Á`­p';
$strTotalUC = 'Á`¦@';
$strTraditionalChinese = 'ÁcÅ餤¤å';
$strTraditionalSpanish = '¶Ç²Î¦è¯Z¤ú»y';
$strTraffic = '¬y¶q';
$strTransactionCoordinator = '¥æ©ö¨ó½Õ¾¹';
$strTransformation_application_octetstream__download = '©óÄæ¦ìÅã¥Ü³s½u¨Ó¤U¸ü¤G¶i¨î¸ê®Æ. ²Ä¤@­Ó¿ï¶µ¬O¤G¶i¨îªºÀɮצWºÙ. ²Ä¤G­Ó¿ï¶µ¥i³]©w¥i¥ÎªºÄæ¦ì¦WºÙ¥Î§@ÀɮצWºÙ. ¦p±z³]©w¤F²Ä¤G­Ó¿ï¶µ, ²Ä¤@­Ó¿ï¶µµL»Ý³]©w';
$strTransformation_application_octetstream__hex = '¥H¤Q¤»¶i¨î¤è¦¡Åã¥Ü.';
$strTransformation_image_jpeg__inline = 'Åã¥Ü¥i«ö¦¡¹Ï¹³; ¿ï¶µ; ¼e«×,°ª«×[¥H¹³¯À¬°³æ¦ì] («O®É­ì¦³¤ñ¨Ò)';
$strTransformation_image_jpeg__link = 'Åã¥Ü¹Ï¹³ªº³s½u (ª½±µ¤U¸ü).';
$strTransformation_image_png__inline = '°Ñ¬Ý image/jpeg: ¤º«Ø';
$strTransformation_text_plain__dateformat = '¨Ï¥Î TIME, TIMESTAMP ©Î DATETIME ¨Ã¥H¥»¦a®É°Ï®É¶¡Åã¥Ü. ²Ä¤@­Ó¿ï¶µ¬O­×¥¿ (¥H¤p®É¬°³æ¦ì) ¨Ó½Õ¾ãÅã¥Ü¤§®É¶¡ (¹w³]: 0). ²Ä¤G­Ó¿ï¶µ¬O¤é´Á®æ¦¡ [¸ò¾Ú PHPs strftime() ªº°Ñ¼Æ].';
$strTransformation_text_plain__external = '¥u­­©ó LINUX : °õ¦æ¥~³¡µ{¦¡¤Î±N¤º®e¥H¼Ð·Ç¿é¤J¼Ò¦¡¿é¤J. ¿é¥Xµ{¦¡¤§¼Ð·Ç¿é¥X. ¹w³]¬O¾ã»ôªº, ¤è«KÅã¥Ü HTML ½X. ¥Ñ©ó«O¦w²z¥Ñ, ±z»Ý­n¦Û¦æ½s¿è libraries/transformations/text_plain__external.inc.php ¤Î¥[¤J»Ý­n¨Ï¥Î¤u¨ã§@¬°°õ¦æ. ²Ä¤@­Ó¿ï¶µ¬°¦³¦h¤Ö­Óµ{¦¡»Ý­n¨Ï¥Î, ²Ä¤G­Ó¿ï¶µ¬°³o¦¡µ{¦¡ªº°Ñ¼Æ, ²Ä¤T­Ó¿ï¶µ, ¦p³]©w¬° 1 ±N·|¨Ï¥Î htmlspecialchars() Âà´«¿é¥X (¹w³]: 1). ²Ä¥|­Ó¿ï¶µ, ¦p³]©w¬° 1 ±N·|¥[¤J NOWRAP ©ó¤º®eªºªí®æ¤º, ¥O¿é¥X¤§©Ò¦³¤º®e³£¤£·|­«·s±Æ¦ì (¹w³]: 1)';
$strTransformation_text_plain__formatted = '«O¦s­ì¥»¤º®e¤§®æ¦¡. ¤£¶i¦æ¥ô¦ó Escaping ³B²z.';
$strTransformation_text_plain__imagelink = 'Åã¥Ü¹Ï¹³¤Î³sµ², ¼Æ¾Ú¤º®e¬OÀɮצWºÙ; ²Ä¤@­Ó¿ï¶µ¬Oºô§}«e¬q (¨Ò "http://domain.com/" ), ²Ä¤G­Ó¿ï¶µ¬O¼e«×ªº¹³¯À,²Ä¤T­Ó¿ï¶µ¬O°ª«×ªº¹³¯À.';
$strTransformation_text_plain__link = 'Åã¥Ü³sµ², ¼Æ¾Ú¤º®e¬OÀɮצWºÙ; ²Ä¤@­Ó¿ï¶µ¬Oºô§}«e¬q (¨Ò "http://domain.com/" ), ²Ä¤G¿ï¶µ¬O³sµ²ªº¼ÐÃD.';
$strTransformation_text_plain__sql = '®æ¦¡¤Æ¤å¦r¬° SQL ¬d¸ß¤Î¯S¥X»yªk.';
$strTransformation_text_plain__substr = '¥uÅã¥Ü³¡¥÷ªº¦r¦ê. ²Ä¤@­Ó¿ï¶µ¬°¦r¦ê¶}©l¿é¥Xªº¦ì¸m (offset) (¹w³]: 0). ²Ä¤G­Ó¿ï¶µ¬°¦h¤Ö­Ó¦r¦ê¿é¥X. ¯dªÅ¬°¿é¥X¾l¤U©Ò¦³¦r¦ê. ²Ä¤T­Ó¿ï¶µ¬°·í³¡¥÷¦r¦ê¨ú¦^«áÅã¥Ü¤°»ò¦r¦ê©óµ²§À (¹w³]: ...) .';
$strTruncateQueries = '§R°£¤wÅã¥Ü¬d¸ß';
$strTurkish = '¤g¦Õ¨ä»y';
$strType = '«¬ºA';
 
$strUkrainian = '¯Q§JÄõ»y';
$strUncheckAll = '¥þ³¡¨ú®ø';
$strUnicode = '²Î¤@½X (Unicode)';
$strUnique = '°ß¤@Áä UNIQUE';
$strUnknown = '¤£¸Ô';
$strUnselectAll = '¥þ³¡¨ú®ø';
$strUpdatePrivMessage = '±z¤w¸g§ó·s¤F %s ªºÅv­­.';
$strUpdateProfileMessage = '¸ê®Æ¤v¸g§ó·s.';
$strUpdateQuery = '§ó·s»yªk';
$strUpdComTab = '½Ð°Ñ¬Ý»¡©ú¤å¥ó¬d¸ß¦p¦ó§ó·s Column_comments ¸ê®Æªí';
$strUpgrade = '±zÀ³¸Ó§ó·s¨ì %s %s ©Î¤§«á.';
$strUploadLimit = '§A¥¿¹Á¸Õ¤W¸ü¤j®e¶qÀɮסA½Ð¬d¬Ý¦¹ %s¤å¥ó%s ¦p¦ó²¤¹L¦¹­­¨î.';
$strUsage = '¨Ï¥Î';
$strUseBackquotes = '¦b¸ê®Æªí¤ÎÄæ¦ì¨Ï¥Î¤Þ¸¹';
$strUsedPhpExtensions = '¤v¨Ï¥Î PHP ÂX¥Rªþ¥ó';
$strUseHostTable = '¨Ï¥Î¥D¾÷¸ê®Æªí';
$strUserAlreadyExists = '¨Ï¥ÎªÌ %s ¤v¦s¦b!';
$strUserEmpty = '½Ð¿é¤J¨Ï¥ÎªÌ¦WºÙ!';
$strUserName = '¨Ï¥ÎªÌ¦WºÙ';
$strUserNotFound = '¿ï¾Üªº¨Ï¥ÎªÌ¦bÅv­­¸ê®Æªí¤º§ä¤£¨ì.';
$strUserOverview = '¨Ï¥ÎªÌ¤@Äý';
$strUsersDeleted = '¿ï¾Üªº¨Ï¥ÎªÌ¤w¦¨¥\§R°£.';
$strUsersHavingAccessToDb = '¥iŪ¨ú &quot;%s&quot; ¤§¨Ï¥ÎªÌ';
$strUser = '¨Ï¥ÎªÌ';
$strUseTabKey = '«ö TAB Áä¸õ¨ì¤U¤@­Ó¼Æ­È, ©Î CTRL+¤è¦VÁä §@ÀH·N²¾°Ê';
$strUseTables = '¨Ï¥Î¸ê®Æªí';
$strUseTextField = '¤å¦r¿é¤J';
$strUseThisValue = '¨Ï¥Î¦¹­È';
 
$strValidateSQL = 'Àˬd SQL';
$strValidatorError = 'SQL ¤ÀªRµ{¦¡¥¼¯à±Ò°Ê¡A½ÐÀˬd¬O§_¤w±N %s¤å¥ó%s ¤ºªº PHP Àɮצw¸Ë¡C';
$strValue = '­È';
$strVar = '¸ê°T';
$strVersionInformation = 'ª©¥»¸ê°T';
$strView = 'À˵ø';
$strViewDump = 'À˵ø¸ê®Æªíªº³Æ¥÷·§­n (dump schema)';
$strViewDumpDatabases = 'Åã¥Ü¸ê®Æ®w·§­n (schema)';
$strViewDumpDB = 'À˵ø¸ê®Æ®wªº³Æ¥÷·§­n (dump schema)';
$strViewHasBeenDropped = 'À˵ø %s ¤v³Q§R°£.';
$strViewMaxExactCount = '³o­ÓÀˬd¤w¶W¹L %s ¦C, ¸Ô±¡½Ð°Ñ¬Ý¦¹%s¤å¥ó%s.';
 
$strWebServerUploadDirectoryError = '³]©w¤§¤W¸ü¥Ø¿ý¿ù»~¡A¥¼¯à¨Ï¥Î';
$strWebServerUploadDirectory = 'Web ¦øªA¾¹¤W¸ü¥Ø¿ý';
$strWelcome = 'Åwªï¨Ï¥Î %s';
$strWestEuropean = '¦è¼Ú»y¤å';
$strWildcard = '¸U¥Î¦r¤¸';
$strWindowNotFound = '¥Ø¦aªºµøµ¡µLªk§ó·s. ¥i¯à§A¤wÃö³¬¦¹µøµ¡©Î§AªºÂsÄý¾¹©ó¦w¥þ³]©w¤º±Ò°Ê¤FµLªk¸óµøµ¡§ó·s';
$strWithChecked = '¿ï¾Üªº¸ê®Æªí¡G';
$strWriteRequests = '¼g¤J­n¨D';
$strWritingCommentNotPossible = 'µLªkÀx¦sµù¸Ñ¤å¦r';
$strWritingRelationNotPossible = 'µLªkÀx¦sÃöÁp';
$strWrongUser = '¿ù»~ªº¨Ï¥ÎªÌ¦WºÙ©Î±K½X¡A©Úµ´¦s¨ú';
 
$strXML = 'XML'; //USE ENG
 
$strYes = ' ¬O ';
 
$strZeroRemovesTheLimit = 'µù: ³]©w³o¨Ç¿ï¶µ¬° 0 (¹s) ¥i¸Ñ°£­­¨î.';
$strZip = '"zipped"';
 
// 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
 
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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
$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
$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
$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_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_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_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
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //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
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //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
 
?>
/Web/Maintenance/phpMyAdmin/lang/chinese_traditional-utf-8.inc.php
0,0 → 1,996
<?php
/* $Id: chinese_traditional-utf-8.inc.php,v 2.88.2.4 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Last translation by: Siu Sun <siusun@best-view.net>
* Follow by the original translation of Taiyen Hung 洪泰元<yen789@pchome.com.tw>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y, %I:%M %p';
 
$timespanfmt = '%s 日, %s 小時, %s 分鐘 %s 秒';
 
 
$strAbortedClients = '取消';
$strAbsolutePathToDocSqlDir = '請輸入 docSQL 目錄於網頁伺服器的絕對路徑';
$strAccessDenied = '拒絕存取';
$strAccessDeniedCreateConfig = '有可能你未建立設定檔. 你可利用此 %1$s安裝程序%2$s 建立設定檔.';
$strAccessDeniedExplanation = 'phpMyAdmin 嘗試連線到 MySQL 伺服器, 但伺服器拒絕了連線. 您應於 config.inc.php 內檢查主機名稱, 登入名稱及密碼及確保這些資料是與系統管理人員所提供的 MySQL 伺服器資料相同';
$strAction = '執行';
$strAddAutoIncrement = "新增 AUTO_INCREMENT 數值";
$strAddConstraints = '加入限制';
$strAddDeleteColumn = '新增/減少 選擇欄';
$strAddDeleteRow = '新增/減少 篩選列';
$strAddDropDatabase = '加入 \'刪除資料表\' 語法';
$strAddedColumnComment = '於以下欄位加入註解文字';
$strAddedColumnRelation = '於以下欄位加入關聯';
$strAddFields = '新增 %s 個欄位';
$strAddHeaderComment = '於標題加入個人註解 (\\n 開新行)';
$strAddIfNotExists = '加入 IF NOT EXISTS';
$strAddIntoComments = '加入註解文字';
$strAddNewField = '增加新欄位';
$strAddPrivilegesOnDb = '於以下資料庫加入權限';
$strAddPrivilegesOnTbl = '於以下資料表加入權限';
$strAddSearchConditions = '增加檢索條件 ("where" 子句的主體)';
$strAddToIndex = '新增 &nbsp;%s&nbsp; 組索引欄';
$strAddUser = '新增使用者';
$strAddUserMessage = '您已新增了一個新使用者.';
$strAdministration = '系統管理';
$strAffectedRows = '影響列數: ';
$strAfter = '在 %s 之後';
$strAfterInsertBack = '返回';
$strAfterInsertNewInsert = '新增一筆記錄';
$strAfterInsertNext = '編輯新一列';
$strAfterInsertSame = '返回這頁';
$strAll = '全部';
$strAllTableSameWidth = '以相同寬度顯示所有資料表?';
$strAlterOrderBy = '根據欄位內容排序記錄';
$strAnalyzeTable = '分析資料表';
$strAnd = '與';
$strAndThen = '然後';
$strAnIndex = '索引已經新增到 %s';
$strAny = '任何';
$strAnyHost = '任何主機';
$strAnyUser = '任何使用者';
$strApproximateCount = '可能接近. 請參看 FAQ 3.11';
$strAPrimaryKey = '主鍵已經新增到 %s';
$strArabic = '阿拉伯語';
$strArmenian = '美式英語';
$strAscending = '遞增';
$strAtBeginningOfTable = '於資料表開頭';
$strAtEndOfTable = '於資料表尾端';
$strAttr = '屬性';
$strAutodetect = '自動偵測';
$strAutomaticLayout = '自動格式';
 
$strBack = '回上一頁';
$strBaltic = '波羅的海語';
$strBeginCut = '開始 剪取';
$strBeginRaw = '開始 原始資料';
$strBinary = '二進制碼';
$strBinaryDoNotEdit = '二進制碼 - 不能編輯';
$strBinaryLog = '二進制記錄';
$strBinLogEventType = '事件方式';
$strBinLogInfo = '資料';
$strBinLogName = '記錄檔案稱';
$strBinLogOriginalPosition = '原有位置';
$strBinLogPosition = '位置';
$strBinLogServerId = '伺服器 ID';
$strBookmarkAllUsers = '所有用者可讀取此書籤';
$strBookmarkCreated = '書籤 %s 已建立';
$strBookmarkDeleted = '書籤已經刪除.';
$strBookmarkLabel = '書籤名稱';
$strBookmarkQuery = 'SQL 語法書籤';
$strBookmarkReplace = '取代相同名稱之書籤';
$strBookmarkThis = '將此 SQL 語法加入書籤';
$strBookmarkView = '查看';
$strBrowse = '瀏覽';
$strBrowseDistinctValues = '瀏覽不同數值';
$strBrowseForeignValues = '瀏覽外來值';
$strBufferPoolActivity = '緩衝區活動率';
$strBufferPool = '緩衝區';
$strBufferPoolUsage = '緩衝區使用空間';
$strBufferReadMisses = '讀取遺漏';
$strBufferReadMissesInPercent = '讀取遺漏 %';
$strBufferWriteWaits = '寫入等候';
$strBufferWriteWaitsInPercent = '寫入等候 %';
$strBulgarian = '保加利亞語';
$strBusyPages = '繁忙頁';
$strBzError = 'phpMyAdmin 無法壓縮因於這個 php 版本的 Bz2 模組錯誤. 強列要求於 phpMyAdmin 設定檔設定 <code>$cfg[\'BZipDump\']</code> 為<code>FALSE</code>. 如果想使用 Bz2 壓縮功能,請更新 php 到最新版本. 詳情請參看 php 錯誤報報 %s .';
$strBzip = '"bzipped"';
 
$strCalendar = '日曆';
$strCanNotLoadImportPlugins = '無法讀取載入的外掛程式, 請檢查安裝程序!';
$strCannotLogin = '無法登入 MySQL 伺服器';
$strCantLoad = '無法讀取 %s 模組,<br />請檢查 PHP 設定';
$strCantLoadRecodeIconv = '未能讀取 iconv 或重新編碼程式來作文字編碼轉換, 請設定 php 來啟動這些模組或取消 phpMyAdmin 使用文字編碼轉換功能.';
$strCantRenameIdxToPrimary = '無法將索引更名為 PRIMARY!';
$strCantUseRecodeIconv = '當文編碼模組讀取後,未能使用 iconv, libiconv 或 recode_string 功能. 請檢查您的 php 設定.';
$strCardinality = '組別';
$strCaseInsensitive = '大小寫不相符';
$strCaseSensitive = '大小寫相符';
$strCentralEuropean = '中歐語';
$strChange = '修改';
$strChangeCopyMode = '建立新使用者及使用相同之權限, 及 ...';
$strChangeCopyModeCopy = '... 保留舊使用者.';
$strChangeCopyModeDeleteAndReload = ' ... 刪除舊使用者及重新讀取權限資料表.';
$strChangeCopyModeJustDelete = ' ... 刪除舊使用者.';
$strChangeCopyModeRevoke = ' ... 廢除所有舊使用者有效之權限並刪除.';
$strChangeCopyUser = '更改登入資訊 / 複製使用者';
$strChangeDisplay = '選擇顯示之欄位';
$strChangePassword = '更改密碼';
$strCharset = '文字編碼 (Charset)';
$strCharsetOfFile = '文字編碼檔案:';
$strCharsets = '文字編碼';
$strCharsetsAndCollations = '文字編碼及校對';
$strCheckAll = '全選';
$strCheckOverhead = '檢查額外記錄 (overhead)'; // nor sure yet.
$strCheckPrivs = '查詢權限';
$strCheckPrivsLong = '查詢資料庫 &quot;%s&quot; 之權限.';
$strCheckTable = '檢查資料表';
$strChoosePage = '請選擇需要編輯的頁碼';
$strColComFeat = '顯示欄位註解';
$strCollation = '校對';
$strColumnNames = '欄位名稱';
$strColumnPrivileges = '指定欄位權限';
$strCommand = '指令';
$strComments = '註解';
$strCommentsForTable = 'COMMENTS FOR TABLE'; // keep in SQL statement
$strCompatibleHashing = 'MySQL&nbsp;4.0 相容';
$strCompleteInserts = '使用完整新增指令';
$strCompression = '壓縮';
$strCompressionWillBeDetected = '載入檔案壓縮會自動檢查: %s';
$strConfigDefaultFileError = '無法讀取預設設定: "%1$s"';
$strConfigFileError = 'phpMyAdmin 未能讀取您的設定檔! 這可能是因為 php 找到語法上的錯誤或 php 未能找到檔案而成.<br />請嘗試直接按下下方的連結開啟並查看 php 的錯誤信息. 通常的錯誤都來自某處漏了引號或分別.<br />如果按下連結後出現空白頁, 即代表沒有任何問題.';
$strConfigureTableCoord = '請設定表格 %s 內的坐標';
$strConnectionError = '無法連線: 錯誤設定.';
$strConnections = '連線';
$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';
$strCreatePage = '建立新一頁';
$strCreatePdfFeat = '建立 PDF';
$strCreationDates = '建立/更新/檢查 日期';
$strCriteria = '篩選';
$strCroatian = '克羅西亞語';
$strCSV = 'CSV'; //USE ENG
$strCSVImportOptions = 'CSV 選項';
$strCSVOptions = 'CSV 選項';
$strCyrillic = '西里爾語';
$strCzech = '捷克語';
$strCzechSlovak = '捷克語';
 
$strDanish = '丹麥語';
$strDatabase = '資料庫';
$strDatabaseEmpty = '資料庫名稱並未輸入!!';
$strDatabaseExportOptions = '資料庫輸出選項';
$strDatabaseHasBeenDropped = '資料庫 %s 已被刪除';
$strDatabaseNoTable = '這資料庫沒有資料表!';
$strDatabasesDropped = '%s 個資料庫已成功刪除.';
$strDatabases = '資料庫';
$strDatabasesStatsDisable = '停止統計數據';
$strDatabasesStats = '資料庫統計';
$strDatabasesStatsEnable = '啟動統計數據';
$strDatabasesStatsHeavyTraffic = '註: 啟動資料庫統計數據可能會產生大量由 Web 伺服器及 MySQL 之間的流量.';
$strDataDict = '數據字典';
$strData = '資料';
$strDataOnly = '只有資料';
$strDataPages = '包含資料頁';
$strDBComment = '資料庫註解文字: ';
$strDBCopy = '複製資料庫到';
$strDBGContext = '本文 (Context)';
$strDBGContextID = '本文 (Context) ID';
$strDBGHits = '次數';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大時間, ms';
$strDBGMinTimeMs = '最小時間, ms';
$strDBGModule = '模組';
$strDBGTimePerHitMs = '時間/次, ms';
$strDBGTotalTimeMs = '總時間, ms';
$strDbPrivileges = '指定資料庫權限';
$strDBRename = '更改資料庫名稱到';
$strDbSpecific = '指定資料庫';
$strDefault = '預設值';
$strDefaultEngine = '這 MySQL 伺服器的預設儲存引擎是 %s ';
$strDefaultValueHelp = '預設值: 請只輸入該預設值, 無需加上任何反斜線或引號';
$strDefragment = '整理資料表';
$strDelayedInserts = '使用延遲式新增';
$strDelete = '刪除';
$strDeleteAndFlush = '刪除使用者及重新讀取權限.';
$strDeleteAndFlushDescr = '這是一個最清潔的做法,但重新讀取權限需一段時間.';
$strDeleted = '記錄已被刪除';
$strDeletedRows = '已刪除欄數:';
$strDeleteNoUsersSelected = '並未選擇需要刪除之使用者!';
$strDeleting = '刪除 %s';
$strDelOld = '本頁的參考到資料表已不存在. 您希望刪除這些參考嗎?';
$strDescending = '遞減';
$strDescription = '說明';
$strDictionary = '字典';
$strDirtyPages = '問題頁';
$strDisabled = '未啟動';
$strDisableForeignChecks = '暫定外來鍵 (Foreign Key) 檢查';
$strDisplayFeat = '功能顯示';
$strDisplayOrder = '顯示次序';
$strDisplayPDF = '顯示 PDF 概要';
$strDoAQuery = '以範例查詢 (萬用字元 : "%")';
$strDocu = '說明文件';
$strDoYouReally = '您確定要 ';
$strDrop = '刪除';
$strDropDatabaseStrongWarning = '您將會刪除整個資料庫!';
$strDropUsersDb = '刪除與使用者相同名稱之資料庫.';
$strDumpingData = '列出以下資料庫的數據:';
$strDumpSaved = '備份已儲到檔案 %s.';
$strDumpXRows = '備份 %s 行, 由 %s 行開始.';
$strDynamic = '動態';
 
$strEdit = '編輯';
$strEditPDFPages = '編輯 PDF 頁碼';
$strEditPrivileges = '編輯權限';
$strEffective = '實際';
$strEmpty = '清空';
$strEmptyResultSet = 'MySQL 傳回的查詢結果為空 (原因可能為:沒有找到符合條件的記錄)';
$strEnabled = '啟動';
$strEncloseInTransaction = '使用事務塊 (Transaction) 方式';
$strEnd = '最後一頁';
$strEndCut = '結束 剪取';
$strEndRaw = '結束 原始資料';
$strEngineAvailable = '%s 已支援這 MySQL 伺服器.';
$strEngineDisabled = '%s 己於這個 MySQL 伺服器中停用.';
$strEngines = '引擎';
$strEngineUnsupported = '這 MySQL 版本並不接受 %s 儲存引擎.';
$strEnglish = '英語';
$strEnglishPrivileges = '注意: MySQL 權限名稱會以英語顯示';
$strError = '錯誤';
$strErrorInZipFile = 'ZIP 檔案錯誤:';
$strEscapeWildcards = '萬用符號 _ 及 % 應正確地加入 \ ';
$strEsperanto = '世界語';
$strEstonian = '愛沙尼亞語';
$strExcelEdition = 'Excel 版本';
$strExcelOptions = 'Excel 選項';
$strExecuteBookmarked = '執行書籤查詢';
$strExplain = '說明 SQL';
$strExport = '輸出';
$strExtendedInserts = '伸延新增模式';
$strExtra = '附加';
 
$strFailedAttempts = '嘗試失敗';
$strField = '欄位';
$strFieldHasBeenDropped = '資料表 %s 已被刪除';
$strFields = '欄位';
$strFieldsEmpty = ' 欄位總數是空的! ';
$strFieldsEnclosedBy = '「欄位」使用字元:';
$strFieldsEscapedBy = '「ESCAPE」使用字元:';
$strFieldsTerminatedBy = '「欄位分隔」使用字元:';
$strFileAlreadyExists = '檔案 %s 已存在,請更改檔案名稱或選擇「覆寫己存在檔案」選項.';
$strFileCouldNotBeRead = '讀案無法讀取';
$strFileNameTemplate = '檔案名稱樣式';
$strFileNameTemplateDescriptionDatabase = '資料庫名稱';
$strFileNameTemplateDescriptionServer = '伺服器名稱';
$strFileNameTemplateDescriptionTable = '資料表名稱';
$strFileNameTemplateRemember = '保留樣式名稱';
$strFileToImport = '載入檔案';
$strFixed = '固定';
$strFlushPrivilegesNote = '註: phpMyAdmin 直接由 MySQL 權限資料表取得使用者權限. 如果使用者自行更改資料表, 資料表內容將可能與實際使用者情況有異. 在這情況下, 您應在繼續前 %s重新載入%s 權限資料表.';
$strFlushQueryCache = '強迫更新語法快取';
$strFlushTable = '強迫更新資料表 ("FLUSH")';
$strFlushTables = '強迫更新 (關閉) 所有資料表';
$strFormat = '格式';
$strFormEmpty = '表格內漏填一些資料!';
$strFreePages = '閒置頁';
$strFullText = '顯示完整文字';
$strFunction = '函數';
 
$strGenBy = '建立';
$strGeneralRelationFeat = '一般關聯功能';
$strGenerate = '產生';
$strGeneratePassword = '產生密碼';
$strGenTime = '建立日期';
$strGeorgian = '格魯吉亞語';
$strGerman = '德語';
$strGlobal = '整體';
$strGlobalPrivileges = '整體權限';
$strGlobalValue = '整體值';
$strGo = '執行';
$strGrantOption = '授權';
$strGreek = '希臘語';
$strGzip = '"gzipped"';
 
$strHandler = '操作者';
$strHasBeenAltered = '已經修改';
$strHasBeenCreated = '已經建立';
$strHaveToShow = '您需要選擇最少顯示一行欄位';
$strHebrew = '希伯來語';
$strHexForBinary = '以十六進制數值顯示二進制欄位';
$strHome = '主目錄';
$strHomepageOfficial = 'phpMyAdmin 官方網站';
$strHost = '主機';
$strHostEmpty = '請輸入主機名稱!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 輸出選項';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 輸出選項';
$strHungarian = '匈牙利語';
 
$strIcelandic = '冰島語';
$strId = 'ID'; // use eng
$strIdxFulltext = '全文檢索';
$strIgnore = '忽略';
$strIgnoreDuplicates = '略過重覆列';
$strIgnoreInserts = '使用忽略加入 (insert)';
$strIgnoringFile = '忽略檔案 %s';
$strImportDocSQL = '讀取 docSQL 檔案';
$strImport = '載入';
$strImportFiles = '輸入檔案';
$strImportFormat = '載入檔案格式';
$strImportSuccessfullyFinished = '載入成功, 共 %d 句語法已執行.';
$strIndex = '索引鍵 INDEX';
$strIndexes = '索引';
$strIndexHasBeenDropped = '索引 %s 已被刪除';
$strIndexName = '索引名稱&nbsp;:';
$strIndexType = '索引類型&nbsp;:';
$strIndexWarningMultiple = '多過一個 %s 鍵已建立到欄位 `%s` 中';
$strIndexWarningPrimary = '主鍵 PRIMARY 及 索引鍵 INDEX 不應同時間設定欄位 `%s` 中';
$strIndexWarningTable = '於資料表 `%s` 中有索引問題';
$strIndexWarningUnique = '唯一鍵 UNIQUE 及 索引鍵 INDEX 不應同時間設定欄位 `%s` 中';
$strInnoDBAutoextendIncrementDesc = '當資料表容量接近滿時, 自動增大容量的大小.';
$strInnoDBAutoextendIncrement = '自動伸延大小';
$strInnoDBBufferPoolSize = '緩衝區大小';
$strInnoDBBufferPoolSizeDesc = 'InnoDB 資料表用於快取資料及索引時使用的記憶體綬緩衝大小.';
$strInnoDBDataFilePath = '資料檔案';
$strInnoDBDataHomeDirDesc = '所有 InnoDB 資料檔案的主資料目錄位置.';
$strInnoDBDataHomeDir = '資料主目錄';
$strInnoDBPages = '頁';
$strInnodbStat = 'InnoDB 狀態';
$strInsecureMySQL = '設定檔內有關設定 (root登入及沒有密碼) 與預設的 MySQL 權限戶口相同。 MySQL 伺服器在這預設的設定運行的話會很容易被入侵,您應更改有關設定去防止安全漏洞。';
$strInsert = '新增';
$strInsertAsNewRow = '儲存為新記錄';
$strInsertedRowId = '新增資料列 id:';
$strInsertedRows = '新增列數:';
$strInsertNewRow = '新增一筆記錄';
$strInternalNotNecessary = '* 當內部關聯在 InnoDB 已存在時是無需要的.';
$strInternalRelations = '內部關聯';
$strInUse = '使用中';
$strInvalidAuthMethod = '於設定內設定錯誤認證方式:';
$strInvalidColumn = '欄 (%s) 區分錯誤.!';
$strInvalidColumnCount = '欄位數目需要大於零.';
$strInvalidCSVFieldCount = 'CSV 檔案第 %d 行中之欄位總數錯誤.';
$strInvalidCSVFormat = 'Invalid format of CSV 檔案第 %d 行中之格式錯誤.';
$strInvalidCSVParameter = 'CSV 載入時參數錯誤: %s';
$strInvalidFieldAddCount = '你最少要加入一個欄位.';
$strInvalidFieldCount = '資料表最少需要有一個欄位.';
$strInvalidLDIImport = '這外掛程式不支援壓縮輸入!';
$strInvalidRowNumber = '%d 不是一個有效的列數數目.';
$strInvalidServerHostname = '伺服器 %1$s 主機名稱錯誤, 請翻查設定值.';
$strInvalidServerIndex = '伺服器索引錯誤: "%s"';
 
$strJapanese = '日語';
$strJoins = '結合';
$strJumpToDB = '跳到資料庫 &quot;%s&quot;.';
$strJustDelete = '只從權限資料庫刪除使用者.';
$strJustDeleteDescr = ' &quot;刪除&quot; 的使用者仍然能夠登入資料庫直至重新載入資料庫為止.';
 
$strKeepPass = '請不要更改密碼';
$strKeyCache = '鍵快取';
$strKeyname = '鍵名';
$strKill = 'Kill'; //should expressed in English
$strKorean = '韓語';
 
$strLandscape = '橫向';
$strLanguageFileNotFound = '找不到語言檔案 "%1$s".';
$strLanguageUnknown = '不知名語言: %1$s.';
$strLatchedPages = '鎖上頁';
$strLatexCaption = '資料表標題';
$strLatexContent = '資料表 __TABLE__ 內容';
$strLatexContinuedCaption = '連續資料表標題';
$strLatexContinued = '(連續)';
$strLatexIncludeCaption = '包括資料表標題';
$strLatexLabel = '標記鍵名';
$strLaTeX = 'LaTeX'; // use eng
$strLaTeXOptions = 'LaTeX 選項';
$strLatexStructure = '資料表 __TABLE__ 結構';
$strLatvian = '拉脫維亞語';
$strLDI = 'CSV 使用 LOAD DATA';
$strLDIImportOptions = 'CSV 輸入使用 LOAD DATA 選項';
$strLDILocal = '使用 LOCAL 關鍵字';
$strLengthSet = '長度/集合*';
$strLimitNumRows = '筆記錄/每頁';
$strLinesTerminatedBy = '「下一行」使用字元:';
$strLinkNotFound = '找不到連結';
$strLinksTo = '連結到';
$strLithuanian = '立陶宛語';
$strLocalhost = '本地';
$strLocationTextfile = '文字檔案的位置';
$strLogin = '登入';
$strLoginInformation = '登入資訊';
$strLogout = '登出系統';
$strLogPassword = '密碼:';
$strLogServer = '伺服器';
$strLogUsername = '登入名稱:';
$strLongOperation = '這個作業所用時間會較長, 繼續?';
 
$strMaxConnects = '最大連線數目';
$strMaximalQueryLength = '建立之查詢最大長度';
$strMaximumSize = '最大容量: %s%s';
$strMbExtensionMissing = '找不到 PHP 內的 mbstring 編碼模組, 沒有這個模組, 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 = '瀏覽器轉換方式';
$strMIME_transformation_note = '有關可使用之轉換方式選項及 MINE 類型轉換選項, 請查看 %s轉換方式說明%s';
$strMIME_transformation_options = '轉換方式選項';
$strMIME_transformation_options_note = '請用以下的格式輸入轉換選項值: \'a\',\'b\',\'c\'...<br />如您需要輸入反斜線 ("\") 或單引號 ("\'") 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; // keep in SQL statement
$strMIME_without = 'MIME 類型以斜體顯示是沒有分隔轉換功能';
$strModifications = '修改已儲存';
$strModify = '修改';
$strModifyIndexTopic = '修改索引';
$strMoveTable = '移動資料表到:(格式為 資料庫名稱<b>.</b>資料表名稱)';
$strMoveTableOK = '資料表 %s 已經移動到 %s.';
$strMoveTableSameNames = '無法移動到相同資料表!';
$strMultilingual = '多語言';
$strMyISAMDataPointerSizeDesc = '預設的資料指標大小時當以 CREATE TABLE 建立 MyISAM 資料表, 而並無設定最大列數 (MAX_ROWS) 時, 將會以位完組為設定大小';
$strMyISAMDataPointerSize = '資料指標大小';
$strMyISAMMaxExtraSortFileSizeDesc = '如臨時檔案用作快速 MyISAM 索引時大於這個設定的容量, 建議使用鍵名快取方式.';
$strMyISAMMaxExtraSortFileSize = '臨時檔案建立索引時最大的容量';
$strMyISAMMaxSortFileSizeDesc = 'MySQL 用於重建 MyISAM 索引 (REPAIR TABLE, ALTER TABLE, 或 LOAD DATA INFILE) 時的臨時檔案大小.';
$strMyISAMMaxSortFileSize = '臨時排序檔案最大容量';
$strMyISAMRecoverOptionsDesc = '這個模式將會自動修復損壞之 MyISAM 資料表, 如同於伺服器啟動設定加入 --myisam-recover 選項.';
$strMyISAMRecoverOptions = '自動修復模式';
$strMyISAMRepairThreads = '修復工作';
$strMyISAMRepairThreadsDesc = '如數值大於 1 , MyISAM 資料表於修復時之索引將會以同步建立.';
$strMyISAMSortBufferSize = '排序緩衝大小';
$strMyISAMSortBufferSizeDesc = '這個緩衝大小是分配給在執行修復資料表指令 (REPAIR TABLE) 、執行 CREATE INDEX 或 ALTER TABLE 指令時, 用於排序 MyISAM 索引之用';
$strMySQLCharset = 'MySQL 文字編碼';
$strMysqlClientVersion = 'MySQL 客戶端版本';
$strMySQLConnectionCollation = 'MySQL 連線校對';
$strMySQLSaid = 'MySQL 傳回: ';
$strMySQLShowProcess = '顯示程序 (Process)';
$strMySQLShowStatus = '顯示 MySQL 執行狀態';
$strMySQLShowVars = '顯示 MySQL 系統變數';
 
$strName = '名稱';
$strNext = '下一個';
$strNoActivity = '由於已閒置了達 %s 秒, 請重新登入';
$strNo = ' 否 ';
$strNoDatabases = '沒有資料庫';
$strNoDatabasesSelected = '沒有資料庫選擇.';
$strNoDescription = '沒有說明';
$strNoDetailsForEngine = '這儲存引擎並無詳細的狀態資料.';
$strNoDropDatabases = '"DROP DATABASE" 指令已經停用.';
$strNoExplain = '略過說明 SQL';
$strNoFilesFoundInZip = '於 ZIP 檔案內找不到任何檔案!';
$strNoFrames = 'phpMyAdmin 較為適合使用在支援<b>頁框</b>的瀏覽器.';
$strNoIndex = '沒有已定義的索引!';
$strNoIndexPartsDefined = '部份索引資料還未定義!';
$strNoModification = '沒有變更';
$strNone = '不適用';
$strNoOptions = '這種格式並無選項';
$strNoPassword = '不用密碼';
$strNoPermission = 'Web 伺服器沒有權限儲存檔案 %s.';
$strNoPhp = '移除 PHP 程式碼';
$strNoPrivileges = '沒有權限';
$strNoRights = '您現在沒有足夠的權限!';
$strNoRowsSelected = '並無資料列已選擇';
$strNoSpace = '空間不足儲存檔案 %s.';
$strNoTablesFound = '資料庫中沒有資料表';
$strNoThemeSupport = '不支援款式功能, 請查看設定案及儲存款式檔案的資料夾 %s.';
$strNothingToImport = '你並未填寫資料, 無法載入!';
$strNotNumber = '這不是一個數字!';
$strNotOK = '未能確定';
$strNotSet = '<b>%s</b> 資料表找不到或還未在 %s 設定';
$strNoUsersFound = '找不到使用者';
$strNoValidateSQL = '略過檢查 SQL';
$strNull = 'Null'; //should expressed in English
$strNumberOfFields = '欄位數目';
$strNumSearchResultsInTable = '%s 項資料符合 - 於資料表 <i>%s</i>';
$strNumSearchResultsTotal = '<b>總計:</b> <i>%s</i> 項資料符合';
$strNumTables = '個資料表';
 
$strOK = '確定';
$strOpenNewWindow = '開啟新 phpMyAdmin 視窗';
$strOperations = '管理';
$strOperator = '操作員';
$strOptimizeTable = '最佳化資料表';
$strOr = '或';
$strOverhead = '多餘';
$strOverwriteExisting = '覆寫已存在檔案';
 
$strPageNumber = '頁碼:';
$strPagesToBeFlushed = '強迫更新頁';
$strPaperSize = '紙張大小';
$strPartialImport = '部份載入';
$strPartialText = '顯示部份文字';
$strPassword = '密碼';
$strPasswordChanged = '%s 的密碼已成功更改.';
$strPasswordEmpty = '請輸入密碼!';
$strPasswordHashing = '密碼雜湊';
$strPasswordNotSame = '第二次輸入的密碼不同!';
$strPdfDbSchema = '"%s" 資料庫概要 - 第 %s 頁';
$strPdfInvalidTblName = '資料表 "%s" 不存在!';
$strPdfNoTables = '沒有資料表';
$strPDFOptions = 'PDF 選項';
$strPDF = 'PDF'; // USE ENG
$strPDFReportTitle = '報告標題';
$strPerHour = '每小時';
$strPerMinute = '每分鐘';
$strPerSecond = '每秒';
$strPersian = '波斯語';
$strPhoneBook = '電話簿';
$strPHP40203 = '您正使用 PHP 版本 4.2.3, 這版本有一個雙字節字元的嚴重錯誤(mbstring). 請參閱 PHP 臭蟲報告編號 19404. phpMyAdmin 並不建議使用這個版本的 PHP .';
$strPhp = '建立 PHP 程式碼';
$strPHPVersion = 'PHP 版本';
$strPmaDocumentation = 'phpMyAdmin 說明文件';
$strPmaUriError = ' 必須在設定檔內設定 <tt>$cfg[\'PmaAbsoluteUri\']</tt> !';
$strPolish = '波蘭語';
$strPortrait = '直向';
$strPos1 = '第一頁';
$strPrevious = '前一頁';
$strPrimary = '主鍵 PRIMARY';
$strPrimaryKeyHasBeenDropped = '主鍵已被刪除';
$strPrimaryKeyName = '主鍵的名稱必須稱為 PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>必須</b>是主鍵的名稱以及是<b>唯一</b>一組主鍵!)';
$strPrint = '列印';
$strPrintView = '列印檢視';
$strPrintViewFull = '列印檢視 (顯示完整文字)';
$strPrivDescAllPrivileges = '包括所有權限除了授權 (GRNANT).';
$strPrivDescAlter = '容許修改現有資料表的結構.';
$strPrivDescAlterRoutine = '容許修改及刪除儲存程序.';
$strPrivDescCreateDb = '容許建立新資料庫及資料表.';
$strPrivDescCreateRoutine = '容許建立儲存程序';
$strPrivDescCreateTbl = '容許建立新資料表.';
$strPrivDescCreateTmpTable = '容許建立暫時性資料表.';
$strPrivDescCreateUser = '容許建立、刪除及重新命名使用者戶口.';
$strPrivDescCreateView = '容許建立新的檢視.';
$strPrivDescDelete = '容許刪除記錄.';
$strPrivDescDropDb = '容許刪除資料庫及資料表.';
$strPrivDescDropTbl = '容許刪除資料表.';
$strPrivDescExecute5 = '容許執行儲存程序.';
$strPrivDescExecute = '容許 執行預先儲存之程式. 於本 MySQL 版本無效.';
$strPrivDescFile = '容許輸入及輸出數據到檔案.';
$strPrivDescGrant = '容許新增使用者及權限而無需重新讀取權限資料表.';
$strPrivDescIndex = '容許建立及刪除索引.';
$strPrivDescInsert = '容許新增及取代數據.';
$strPrivDescLockTables = '容許鎖上現時連線之資料表.';
$strPrivDescMaxConnections = '限制每小時使用者開啟新連線的數目.';
$strPrivDescMaxQuestions = '限制每小時使用者查詢的數目.';
$strPrivDescMaxUpdates = '限制每小時使用者更改資料表及數據表之指令的數目.';
$strPrivDescMaxUserConnections = '限制每個使用者之同步連線.';
$strPrivDescProcess3 = '容許中止其他使用者之程序.';
$strPrivDescProcess4 = '容許檢視系統執行清單完整之查詢.';
$strPrivDescReferences = '於本 MySQL 版本無效.';
$strPrivDescReload = '容許重新讀取伺服器設定及強行更新伺服器快取記憶.';
$strPrivDescReplClient = '容許用戶查詢 slaves / masters 在何處.';
$strPrivDescReplSlave = '需要複製的 slaves.';
$strPrivDescSelect = '容許讀取數據.';
$strPrivDescShowDb = '可讀取整個資料庫清單.';
$strPrivDescShowView = '容許執行 SHOW CREATE VIEW 查詢.';
$strPrivDescShutdown = '容許停止伺服器.';
$strPrivDescSuper = '容許連線, 就算超過了最大連線限制; 用於最高系統管理如設定整體權限或中止其他使用者指令.';
$strPrivDescUpdate = '容許更新數據.';
$strPrivDescUsage = '沒有權限.';
$strPrivileges = '權限';
$strPrivilegesReloaded = '權限已成功重新讀取.';
$strProcesses = '處理';
$strProcesslist = '系統執行清單';
$strProtocolVersion = '通訊協定版本';
$strPutColNames = '將欄位名稱放在首行';
 
$strQBE = '依範例查詢 (QBE)';
$strQBEDel = '移除';
$strQBEIns = '新增';
$strQueryCache = '查詢快取';
$strQueryFrame = '查詢視窗';
$strQueryOnDb = '在資料庫 <b>%s</b> 執行 SQL 語法:';
$strQueryResultsOperations = '查詢結果操作';
$strQuerySQLHistory = 'SQL 歷程';
$strQueryStatistics = '<b>查詣統計</b>: 當統計啟動後, 共有 %s 個查詢傳送到此伺服器.';
$strQueryTime = '查詢需時 %01.4f 秒';
$strQueryType = '查詢方式';
$strQueryWindowLock = '不要將這語法覆蓋到本視窗外的SQL語法';
 
$strReadRequests = '讀取要求';
$strReceived = '接收';
$strRecords = '記錄';
$strReferentialIntegrity = '檢查指示完整性:';
$strRefresh = '更新';
$strRelationalSchema = '關聯概要';
$strRelationNotWorking = '關聯資料表的附加功能未能啟動, %s請按此%s 查出問題原因.';
$strRelations = '關聯';
$strRelationsForTable = 'RELATIONS FOR TABLE'; // keep in SQL statement
$strRelationView = '關聯檢視';
$strReloadingThePrivileges = '重新讀取權限';
$strReloadMySQL = '重新載入 MySQL';
$strRemoveSelectedUsers = '移除已選擇使用者';
$strRenameDatabaseOK = '資料庫 %s 已更改名稱為 %s';
$strRenameTable = '將資料表改名為';
$strRenameTableOK = '已經將資料表 %s 改名成 %s';
$strRepairTable = '修復資料表';
$strReplaceNULLBy = '將 NULL 取代為';
$strReplaceTable = '以檔案取代資料表資料';
$strReplication = '複製';
$strReset = '重置';
$strResourceLimits = '資源限制';
$strReType = '確認密碼';
$strRevokeAndDelete = '廢除使用者所有有效之權限並刪除.';
$strRevokeAndDeleteDescr = '使用者仍然有 USAGE 權限直至權限資料表更新讀取.';
$strRevoke = '移除';
$strRevokeMessage = '您已移除這位使用者的權限: %s';
$strRomanian = '羅馬尼亞語';
$strRowLength = '資料列長度';
$strRows = '資料列列數';
$strRowsFrom = '筆記錄,開始列數:';
$strRowSize = '資料列大小';
$strRowsModeFlippedHorizontal = '垂直 (旋轉標題)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '顯示為 %s 方式 及 每隔 %s 行顯示欄名';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '資料列統計數值';
$strRunning = '在 %s 執行';
$strRunQuery = '執行語法';
$strRunSQLQuery = '在資料庫 %s 執行以下指令';
$strRunSQLQueryOnServer = '於伺服器 %s 執行 SQL 語法';
$strRussian = '俄語';
 
$strSave = '儲存';
$strSaveOnServer = '儲存到伺服器於 %s 目錄';
$strScaleFactorSmall = '比例倍數太細, 無法將圖表放在一頁內';
$strSearch = '搜索';
$strSearchFormTitle = '搜索資料庫';
$strSearchInTables = '於以下資料表:';
$strSearchNeedle = '尋找之文字或數值 (萬用字元: "%"):';
$strSearchOption1 = '任何一組文字';
$strSearchOption2 = '所有文字';
$strSearchOption3 = '完整詞語';
$strSearchOption4 = '以規則表示法 (regular expression) 搜索';
$strSearchResultsFor = '搜索 "<i>%s</i>" 的結果 %s:';
$strSearchType = '尋找:';
$strSecretRequired = '設定檔案現在需要密碼 (passphrase) (blowfish_secret).';
$strSelectADb = '請選擇資料庫';
$strSelectAll = '全選';
$strSelectBinaryLog = '選擇檢視二進制記錄';
$strSelectFields = '選擇欄位 (至少一個)';
$strSelectNumRows = '查詢中';
$strSelectTables = '選擇資料表';
$strSend = '下載儲存';
$strSent = '送出';
$strServer = '伺服器';
$strServerChoice = '選擇伺服器';
$strServerNotResponding = '伺服器並無回應';
$strServerStatusDelayedInserts = '延遲插入';
$strServerStatus = '運行資訊';
$strServerStatusUptime = '這 MySQL 伺服器已啟動了 %s. 伺服器於 %s 啟動.';
$strServerTabProcesslist = '處理';
$strServerTabVariables = '資訊';
$strServerTrafficNotes = '<b>伺服器流量</b>: 這些表顯示了此 MySQL 伺服器自啟動以來的網絡流量統計。';
$strServerVars = '伺服器資訊及設定';
$strServerVersion = '伺服器版本';
$strSessionValue = '程序數值';
$strSetEnumVal = '如欄位格式是 "enum" 或 "set", 請使用以下的格式輸入: \'a\',\'b\',\'c\'...<br />如在數值上需要輸入反斜線 (\) 或單引號 (\') , 請再加上反斜線 (例如 \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = '顯示全部';
$strShowColor = '顯示顏色';
$strShowDatadictAs = '數據字典格式';
$strShow = '顯示';
$strShowFullQueries = '顯示完整查詢';
$strShowGrid = '顯示框格';
$strShowingBookmark = '顯示書籤';
$strShowingRecords = '顯示記錄';
$strShowOpenTables = '顯示開啟資料表';
$strShowPHPInfo = '顯示 PHP 資訊';
$strShowSlaveHosts = '顯示 slave 主機';
$strShowSlaveStatus = '顯示 slave 狀態';
$strShowStatusReset = '重設';
$strShowTableDimension = '顯示表格大小';
$strShowTables = '顯示資料表';
$strShowThisQuery = '重新顯示 SQL 語法 ';
$strSimplifiedChinese = '簡體中文';
$strSingly = '(只會排序現時的記錄)';
$strSize = '大小';
$strSkipQueries = '開始時略過多少行記錄 (語法)';
$strSlovak = '斯洛伐克語';
$strSlovenian = '斯洛文尼亞語';
$strSocketProblem = '( 或者本機 MySQL 伺服器之 socket 並未正確設定)';
$strSort = '排序';
$strSortByKey = '依鍵名排序';
$strSorting = '排序';
$strSpaceUsage = '已使用空間';
$strSpanish = '西班牙語';
$strSplitWordsWithSpace = '每組文字以空格 (" ") 分隔.';
$strSQLCompatibility = 'SQL 兼容模式';
$strSQLExportCompatibility = 'SQL 輸出兼容';
$strSQLExportType = '輸出方式';
$strSQLImportOptions = 'SQL 選項';
$strSQLOptions = 'SQL 選項';
$strSQLParserBugMessage = '這可能是您找到了 SQL 分析程式的一些程式錯誤,請細心查看您的語法,檢查一下引號是正確及沒有遺漏,其他可能出錯的原因可能來自您上載檔案時在引號外的地方使用了二進制碼。您可以嘗試在 MySQL 命令列介面執行該語法。如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。如您仍然未能解決問題,或在分析程式出現錯誤,但在命令列模式能正常執行,請將該句出現錯誤的 SQL 語法抽出,並將以下的"剪取"部份一同提交到臭虫區:';
$strSQLParserUserError = '可能是您的 SQL 語法出現錯誤,如 MySQL 伺服器發出錯誤信息,這可能幫助您去找出問題所在。';
$strSQLQuery = 'SQL 語法';
$strSQLResult = 'SQL 查詢結果';
$strSQL = 'SQL'; // should express in english
$strSQPBugInvalidIdentifer = '無效的識別碼 (Invalid Identifer)';
$strSQPBugUnclosedQuote = '未完結的引號 (Unclosed quote)';
$strSQPBugUnknownPunctuation = '不知明的標點符號 (Unknown Punctuation String)';
$strStatCheckTime = '最後檢查';
$strStatCreateTime = '建立';
$strStatement = '敘述';
$strStatisticsOverrun = '於較繁忙的伺服器, 計算器可能會溢出, 令 MySQL 伺服器提供之統計有誤差.';
$strStatUpdateTime = '最後更新';
$strStatus = '狀態';
$strStorageEngine = '儲存引擎';
$strStorageEngines = '儲存引擎';
$strStrucCSV = 'CSV 資料';
$strStrucData = '結構與資料';
$strStrucDrop = '加入 \'刪除資料表\' 語法';
$strStrucExcelCSV = 'MS Excel 的 CSV 格式';
$strStrucNativeExcel = '原始 MS Excel 資料';
$strStrucOnly = '只有結構';
$strStructPropose = '分析資料表結構';
$strStructure = '結構';
$strSubmit = '送出';
$strSuccess = '您的SQL語法已順利執行';
$strSum = '總計';
$strSwedish = '瑞典語';
$strSwitchToDatabase = '轉移到複製之資料庫';
$strSwitchToTable = '跳到已複製之資料表';
 
$strTableAlreadyExists = '資料表 %s 已存在!';
$strTableComments = '資料表註解文字';
$strTable = '資料表';
$strTableEmpty = '請輸入資料表名稱!';
$strTableHasBeenDropped = '資料表 %s 已被刪除';
$strTableHasBeenEmptied = '資料表 %s 已被清空';
$strTableHasBeenFlushed = '資料表 %s 已被強迫更新';
$strTableMaintenance = '資料表維護';
$strTableOfContents = '目錄';
$strTableOptions = '資料表選項';
$strTables = '%s 資料表';
$strTableStructure = '資料表格式:';
$strTableType = '資料表類型';
$strTakeIt = '選用';
$strTblPrivileges = '指定資料表權限';
$strTempData = '暫存資料';
$strTextAreaLength = ' 由於長度限制<br /> 此欄位不能編輯 ';
$strThai = '泰語';
$strTheme = '款式';
$strThemeDefaultNotFound = '找不到預設佈景主題 %s !';
$strThemeNoPreviewAvailable = '並無預覽.';
$strThemeNotFound = '找不到佈景主題 %s !';
$strThemeNoValidImgPath = '找不到佈景主題 %s 設定圖像之路徑!';
$strThemePathNotFound = '找不到佈景主題 %s 之設定路徑!';
$strThisHost = '指定主機';
$strThisNotDirectory = '這並不是一個目錄';
$strThreads = '線程';
$strThreadSuccessfullyKilled = '指令 %s 已成功中止.';
$strTime = '時間';
$strToggleScratchboard = '轉換便條';
$strTotal = '總計';
$strTotalUC = '總共';
$strTraditionalChinese = '繁體中文';
$strTraditionalSpanish = '傳統西班牙語';
$strTraffic = '流量';
$strTransactionCoordinator = '交易協調器';
$strTransformation_application_octetstream__download = '於欄位顯示連線來下載二進制資料. 第一個選項是二進制的檔案名稱. 第二個選項可設定可用的欄位名稱用作檔案名稱. 如您設定了第二個選項, 第一個選項無需設定';
$strTransformation_application_octetstream__hex = '以十六進制方式顯示.';
$strTransformation_image_jpeg__inline = '顯示可按式圖像; 選項; 寬度,高度[以像素為單位] (保時原有比例)';
$strTransformation_image_jpeg__link = '顯示圖像的連線 (直接下載).';
$strTransformation_image_png__inline = '參看 image/jpeg: 內建';
$strTransformation_text_plain__dateformat = '使用 TIME, TIMESTAMP 或 DATETIME 並以本地時區時間顯示. 第一個選項是修正 (以小時為單位) 來調整顯示之時間 (預設: 0). 第二個選項是日期格式 [跟據 PHPs strftime() 的參數].';
$strTransformation_text_plain__external = '只限於 LINUX : 執行外部程式及將內容以標準輸入模式輸入. 輸出程式之標準輸出. 預設是整齊的, 方便顯示 HTML 碼. 由於保安理由, 您需要自行編輯 libraries/transformations/text_plain__external.inc.php 及加入需要使用工具作為執行. 第一個選項為有多少個程式需要使用, 第二個選項為這式程式的參數, 第三個選項, 如設定為 1 將會使用 htmlspecialchars() 轉換輸出 (預設: 1). 第四個選項, 如設定為 1 將會加入 NOWRAP 於內容的表格內, 令輸出之所有內容都不會重新排位 (預設: 1)';
$strTransformation_text_plain__formatted = '保存原本內容之格式. 不進行任何 Escaping 處理.';
$strTransformation_text_plain__imagelink = '顯示圖像及連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二個選項是寬度的像素,第三個選項是高度的像素.';
$strTransformation_text_plain__link = '顯示連結, 數據內容是檔案名稱; 第一個選項是網址前段 (例 "http://domain.com/" ), 第二選項是連結的標題.';
$strTransformation_text_plain__sql = '格式化文字為 SQL 查詢及特出語法.';
$strTransformation_text_plain__substr = '只顯示部份的字串. 第一個選項為字串開始輸出的位置 (offset) (預設: 0). 第二個選項為多少個字串輸出. 留空為輸出餘下所有字串. 第三個選項為當部份字串取回後顯示什麼字串於結尾 (預設: ...) .';
$strTruncateQueries = '刪除已顯示查詢';
$strTurkish = '土耳其語';
$strType = '型態';
 
$strUkrainian = '烏克蘭語';
$strUncheckAll = '全部取消';
$strUnicode = '統一碼 (Unicode)';
$strUnique = '唯一鍵 UNIQUE';
$strUnknown = '不詳';
$strUnselectAll = '全部取消';
$strUpdatePrivMessage = '您已經更新了 %s 的權限.';
$strUpdateProfileMessage = '資料己經更新.';
$strUpdateQuery = '更新語法';
$strUpdComTab = '請參看說明文件查詢如何更新 Column_comments 資料表';
$strUpgrade = '您應該更新到 %s %s 或之後.';
$strUploadLimit = '你正嘗試上載大容量檔案,請查看此 %s文件%s 如何略過此限制.';
$strUsage = '使用';
$strUseBackquotes = '在資料表及欄位使用引號';
$strUsedPhpExtensions = '己使用 PHP 擴充附件';
$strUseHostTable = '使用主機資料表';
$strUserAlreadyExists = '使用者 %s 己存在!';
$strUser = '使用者';
$strUserEmpty = '請輸入使用者名稱!';
$strUserName = '使用者名稱';
$strUserNotFound = '選擇的使用者在權限資料表內找不到.';
$strUserOverview = '使用者一覽';
$strUsersDeleted = '選擇的使用者已成功刪除.';
$strUsersHavingAccessToDb = '可讀取 &quot;%s&quot; 之使用者';
$strUseTabKey = '按 TAB 鍵跳到下一個數值, 或 CTRL+方向鍵 作隨意移動';
$strUseTables = '使用資料表';
$strUseTextField = '文字輸入';
$strUseThisValue = '使用此值';
 
$strValidateSQL = '檢查 SQL';
$strValidatorError = 'SQL 分析程式未能啟動,請檢查是否已將 %s文件%s 內的 PHP 檔案安裝。';
$strValue = '值';
$strVar = '資訊';
$strVersionInformation = '版本資訊';
$strView = '檢視';
$strViewDump = '檢視資料表的備份概要 (dump schema)';
$strViewDumpDatabases = '顯示資料庫概要 (schema)';
$strViewDumpDB = '檢視資料庫的備份概要 (dump schema)';
$strViewHasBeenDropped = '檢視 %s 己被刪除.';
$strViewMaxExactCount = '這個檢查已超過 %s 列, 詳情請參看此%s文件%s.';
 
$strWebServerUploadDirectoryError = '設定之上載目錄錯誤,未能使用';
$strWebServerUploadDirectory = 'Web 伺服器上載目錄';
$strWelcome = '歡迎使用 %s';
$strWestEuropean = '西歐語文';
$strWildcard = '萬用字元';
$strWindowNotFound = '目地的視窗無法更新. 可能你已關閉此視窗或你的瀏覽器於安全設定內啟動了無法跨視窗更新';
$strWithChecked = '選擇的資料表:';
$strWriteRequests = '寫入要求';
$strWritingCommentNotPossible = '無法儲存註解文字';
$strWritingRelationNotPossible = '無法儲存關聯';
$strWrongUser = '錯誤的使用者名稱或密碼,拒絕存取';
 
$strXML = 'XML'; //USE ENG
 
$strYes = ' 是 ';
 
$strZeroRemovesTheLimit = '註: 設定這些選項為 0 (零) 可解除限制.';
$strZip = '"zipped"';
 
// 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
 
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
 
$strReloadPrivileges = '重新讀取權限'; //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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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
$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
$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
$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_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_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_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
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //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
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //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
 
?>
/Web/Maintenance/phpMyAdmin/lang/croatian-iso-8859-2.inc.php
0,0 → 1,1004
<?php
/* $Id: croatian-iso-8859-2.inc.php,v 2.116.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translation made by: Sime Essert <sime@nofrx.org>
*/
 
$charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Èet', 'Pet', 'Sub');
$month = array('Sij', 'Vel', 'O¾u', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
 
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddDeleteColumn = 'Dodaj/izbri¹i stupac';
$strAddDeleteRow = 'Dodaj/izbri¹i polje za kriterij';
$strAddNewField = 'Dodaj novi stupac';
$strAddSearchConditions = 'Dodaj uvjete pretra¾ivanja (dio "where" upita):';
$strAddToIndex = 'Dodaj kljuè';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Korisnik dodan';
$strAffectedRows = 'Promijenjeno redaka:';
$strAfter = 'Nakon %s';
$strAfterInsertBack = 'Natrag na prethodnu stranicu';
$strAfterInsertNewInsert = 'Dodaj jo¹ jedan red';
$strAll = 'Sve';
$strAlterOrderBy = 'Promijeni redoslijed u tablici';
$strAnalyzeTable = 'Analiziraj tablicu';
$strAnd = 'i';
$strAnIndex = 'Kljuè je upravo dodan %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji server';
$strAnyUser = 'Bilo koji korisnik';
$strAPrimaryKey = 'Primarni kljuè je upravo dodan %s';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tablice';
$strAtEndOfTable = 'Na kraju tablice';
$strAttr = 'Svojstva';
 
$strBack = 'Nazad';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
$strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Oznaèeni SQL-upit';
$strBookmarkThis = 'Oznaèi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBzip = '"bzip-ano"';
 
$strCantRenameIdxToPrimary = 'Ne mogu promijeniti kljuè u PRIMARY (primarni) !';
$strCardinality = 'Kardinalnost';
$strChange = 'Promijeni';
$strChangePassword = 'Promijeni ¹ifru';
$strCheckAll = 'Oznaèi sve';
$strCheckTable = 'Provjeri tablicu';
$strColumnNames = 'Imena stupaca';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCookiesRequired = '<i>Cookies</i> moraju biti omoguæeni.';
$strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi kljuè sa&nbsp;%s&nbsp;stupcem(aca)';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreateNewDatabase = 'Napravi bazu podataka';
$strCreateNewTable = 'Napravi novu tablicu u bazi ';
$strCriteria = 'Kriterij';
 
$strData = 'Podaci';
$strDatabase = 'Baza podataka';
$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
$strDatabases = 'baze';
$strDatabasesStats = 'Statistika baze';
$strDataOnly = 'Samo podaci';
$strDefault = 'Default';
$strDelete = 'Izbri¹i';
$strDeleted = 'Red je izbrisan';
$strDeletedRows = 'Izbrisani redovi:';
$strDescending = 'Opadajuæi';
$strDisplayOrder = 'Redoslijed prikaza:';
$strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno ¾elite ';
$strDrop = 'Izbri¹i';
$strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
$strDynamic = 'dinamièno';
 
$strEdit = 'Promijeni';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivno';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
$strEnd = 'Kraj';
$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
$strError = 'Gre¹ka';
$strExtendedInserts = 'Pro¹ireni INSERT';
$strExtra = 'Dodatno';
 
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s izbrisano';
$strFields = 'Broj polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Podaci ograðeni sa';
$strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Podaci razdvojeni sa';
$strFixed = 'sreðeno';
$strFlushTable = 'Osvje¾i tablicu';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrijednost u formi !';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenTime = 'Vrijeme podizanja';
$strGo = 'Kreni';
$strGzip = '"gzip-ano"';
 
$strHasBeenAltered = 'je promijenjen.';
$strHasBeenCreated = 'je kreiran/a.';
$strHome = 'Poèetna stranica';
$strHomepageOfficial = 'phpMyAdmin WEB site';
$strHost = 'Host (domena)';
$strHostEmpty = 'Ime domene je prazno!';
 
$strIdxFulltext = 'Puni tekst';
$strIgnore = 'Ignoriraj';
$strIndex = 'Kljuè';
$strIndexes = 'Kljuèevi';
$strIndexHasBeenDropped = 'Kljuè %s je izbrisan';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Vrsta kljuèa :';
$strInsert = 'Novi redak';
$strInsertAsNewRow = 'Unesi kao novi redak';
$strInsertedRows = 'Uneseni reci:';
$strInsertNewRow = 'Unesi novi redak';
$strInUse = 'se koristi';
 
$strKeepPass = 'Ne mijenjaj lozinku';
$strKeyname = 'Ime Kljuèa';
$strKill = 'Zaustavi';
 
$strLengthSet = 'Du¾ina/Vrijednost*';
$strLimitNumRows = 'Broj redaka po stranici';
$strLinesTerminatedBy = 'Linije zavr¹avaju na';
$strLinksTo = 'Links to';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogin = 'Prijava';
$strLogout = 'Odjava';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisnièko ime:';
 
$strModifications = 'Izmjene su spremljene';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Promijeni kljuè';
$strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
$strMoveTableOK = 'Tablica %s se sada zove %s.';
$strMySQLSaid = 'MySQL poruka: ';
$strMySQLShowProcess = 'Prika¾i listu procesa';
$strMySQLShowStatus = 'Prika¾i MySQL runtime informacije';
$strMySQLShowVars = 'Prika¾i MySQL sistemske varijable';
 
$strName = 'Ime';
$strNext = 'Sljedeæi';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguæena.';
$strNoFrames = 'phpMyAdmin preferira preglednike koji podr¾avaju frame-ove.';
$strNoIndex = 'Kljuè nije definiran!';
$strNoIndexPartsDefined = 'Dijelovi kljuèa nisu definirani!';
$strNoModification = 'Nema nikakvih promjena';
$strNone = 'Ni¹ta';
$strNoPassword = 'Nema lozinke';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nemate dovoljno prava za ovo podruèje!';
$strNoTablesFound = 'Tablica nije pronaðena u bazi.';
$strNotNumber = 'To nije broj!';
$strNoUsersFound = 'Korisnik(ci) nije pronaðen.';
$strNull = 'Null';
 
$strOptimizeTable = 'Optimiziraj tablicu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
 
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinka se ne podudara!';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namje¹ten u konfiguracijskoj datoteci (config.inc.php)!';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je izbrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog kljuèa!)';
$strPrintView = 'Sa¾etak';
$strPrivileges = 'Privilegije';
 
$strQBE = 'Upit po primjeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
 
$strRecords = 'Reci';
$strReferentialIntegrity = 'Provjeri ispravnost veza:';
$strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
$strRenameTable = 'Promijeni ime tablice u ';
$strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tablicu';
$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
$strReset = 'Resetiraj';
$strReType = 'Ponovite unos';
$strRevoke = 'Opozovi';
$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRowLength = 'Du¾ina retka';
$strRows = 'Redaka';
$strRowsFrom = ' redaka poèev¹i od retka';
$strRowSize = ' Velièina retka ';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s naèinu i ispi¹i zaglavlje poslije svakog %s retka';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistika redaka';
$strRunning = 'pokrenuto na %s';
$strRunQuery = 'Izvr¹i SQL upit';
$strRunSQLQuery = 'Izvr¹i SQL upit(e) na bazi ';
 
$strSave = 'Spremi';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Oznaèi sve';
$strSelectFields = 'Izaberite polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSend = 'Spremi u datoteku';
$strServerChoice = 'Izbor servera';
$strServerVersion = 'Verzija servera';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeæi <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prika¾i';
$strShowAll = 'Prika¾i sve';
$strShowingRecords = 'Prikaz redaka';
$strShowPHPInfo = 'Prika¾i informacije o PHP-u';
$strShowTables = 'Prika¾i tablice';
$strShowThisQuery = ' Prika¾i ovaj upit ponovo ';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSQLQuery = 'SQL-upit';
$strStatement = 'Ime';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strSubmit = 'Pokreni';
$strSuccess = 'Va¹ SQL upit je uspje¹no izvr¹en';
$strSum = 'Ukupno';
 
$strTable = 'Tablica';
$strTableComments = 'Komentar tablice';
$strTableEmpty = 'Ime tablice je prazno!';
$strTableHasBeenDropped = 'Tablica %s je izbrisana';
$strTableHasBeenEmptied = 'Tablica %s je ispra¾njena';
$strTableHasBeenFlushed = 'Tablica %s je osvje¾ena';
$strTableMaintenance = 'Radnje na tablici';
$strTables = '%s tablica/e';
$strTableStructure = 'Struktura tablice';
$strTableType = 'Vrsta tablice';
$strTextAreaLength = ' Zbog velièine ovog polja,<br /> polje mo¾da neæete moæi mijenjati ';
$strTotal = 'ukupno';
$strType = 'Vrsta';
 
$strUncheckAll = 'Makni oznake';
$strUnique = 'Jedinstveni kljuè';
$strUnselectAll = 'Makni oznake';
$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promijenjen.';
$strUpdateQuery = 'Promijeni SQL-upit';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUser = 'Korisnik';
$strUserEmpty = 'Ime korisnika je prazno!';
$strUserName = 'Ime korisnika';
$strUseTables = 'Koristi tablice';
 
$strValue = 'Vrijednost';
$strViewDump = 'Prika¾i dump (shemu) tablice';
$strViewDumpDB = 'Prika¾i dump (shemu) baze';
 
$strWelcome = 'Dobrodo¹li u %s';
$strWithChecked = 'Oznaèeno:';
$strWrongUser = 'Pogre¹no korisnièko ime/lozinka. Pristup odbijen.';
 
$strYes = 'Da';
 
$strZip = '"zip-ano"';
// To translate
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strComments = 'Comments'; //to translate
$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 recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
 
$strEditPDFPages = 'Edit PDF Pages'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strExport = 'Export'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
 
$strLinkNotFound = 'Link not found'; //to translate
 
$strMySQLCharset = 'MySQL Charset'; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoPhp = 'without PHP Code'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; //to translate
 
$strPageNumber = 'Page number:'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
$strPdfNoTables = 'No tables'; //to translate
$strPhp = 'Create PHP Code'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearch = 'Search';//to translate
$strSearchFormTitle = 'Search in database';//to translate
$strSearchInTables = 'Inside table(s):';//to translate
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
$strSearchOption1 = 'at least one of the words';//to translate
$strSearchOption2 = 'all words';//to translate
$strSearchOption3 = 'the exact phrase';//to translate
$strSearchOption4 = 'as regular expression';//to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSearchType = 'Find:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
$strSQL = 'SQL'; //to translate
$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:'; //to translate
$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'; //to translate
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strStructure = 'Structure'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/croatian-utf-8.inc.php
0,0 → 1,1005
<?php
/* $Id: croatian-utf-8.inc.php,v 2.116.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translation made by: Sime Essert <sime@nofrx.org>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Čet', 'Pet', 'Sub');
$month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
 
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddDeleteColumn = 'Dodaj/izbriši stupac';
$strAddDeleteRow = 'Dodaj/izbriši polje za kriterij';
$strAddNewField = 'Dodaj novi stupac';
$strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):';
$strAddToIndex = 'Dodaj ključ';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Korisnik dodan';
$strAffectedRows = 'Promijenjeno redaka:';
$strAfter = 'Nakon %s';
$strAfterInsertBack = 'Natrag na prethodnu stranicu';
$strAfterInsertNewInsert = 'Dodaj još jedan red';
$strAll = 'Sve';
$strAlterOrderBy = 'Promijeni redoslijed u tablici';
$strAnalyzeTable = 'Analiziraj tablicu';
$strAnd = 'i';
$strAnIndex = 'Ključ je upravo dodan %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji server';
$strAnyUser = 'Bilo koji korisnik';
$strAPrimaryKey = 'Primarni ključ je upravo dodan %s';
$strAscending = 'Rastući';
$strAtBeginningOfTable = 'Na početku tablice';
$strAtEndOfTable = 'Na kraju tablice';
$strAttr = 'Svojstva';
 
$strBack = 'Nazad';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
$strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Označeni SQL-upit';
$strBookmarkThis = 'Označi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBzip = '"bzip-ano"';
 
$strCantRenameIdxToPrimary = 'Ne mogu promijeniti ključ u PRIMARY (primarni) !';
$strCardinality = 'Kardinalnost';
$strChange = 'Promijeni';
$strChangePassword = 'Promijeni šifru';
$strCheckAll = 'Označi sve';
$strCheckTable = 'Provjeri tablicu';
$strColumnNames = 'Imena stupaca';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCookiesRequired = '<i>Cookies</i> moraju biti omogućeni.';
$strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi ključ sa&nbsp;%s&nbsp;stupcem(aca)';
$strCreateIndexTopic = 'Napravi novi ključ';
$strCreateNewDatabase = 'Napravi bazu podataka';
$strCreateNewTable = 'Napravi novu tablicu u bazi ';
$strCriteria = 'Kriterij';
 
$strData = 'Podaci';
$strDatabase = 'Baza podataka';
$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
$strDatabases = 'baze';
$strDatabasesStats = 'Statistika baze';
$strDataOnly = 'Samo podaci';
$strDefault = 'Default';
$strDelete = 'Izbriši';
$strDeleted = 'Red je izbrisan';
$strDeletedRows = 'Izbrisani redovi:';
$strDescending = 'Opadajući';
$strDisplayOrder = 'Redoslijed prikaza:';
$strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno želite ';
$strDrop = 'Izbriši';
$strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
$strDynamic = 'dinamično';
 
$strEdit = 'Promijeni';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivno';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
$strEnd = 'Kraj';
$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
$strError = 'Greška';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s izbrisano';
$strFields = 'Broj polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Podaci ograđeni sa';
$strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Podaci razdvojeni sa';
$strFixed = 'sređeno';
$strFlushTable = 'Osvježi tablicu';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrijednost u formi !';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenTime = 'Vrijeme podizanja';
$strGo = 'Kreni';
$strGzip = '"gzip-ano"';
 
$strHasBeenAltered = 'je promijenjen.';
$strHasBeenCreated = 'je kreiran/a.';
$strHome = 'Početna stranica';
$strHomepageOfficial = 'phpMyAdmin WEB site';
$strHost = 'Host (domena)';
$strHostEmpty = 'Ime domene je prazno!';
 
$strIdxFulltext = 'Puni tekst';
$strIgnore = 'Ignoriraj';
$strIndex = 'Ključ';
$strIndexes = 'Ključevi';
$strIndexHasBeenDropped = 'Ključ %s je izbrisan';
$strIndexName = 'Ime ključa :';
$strIndexType = 'Vrsta ključa :';
$strInsert = 'Novi redak';
$strInsertAsNewRow = 'Unesi kao novi redak';
$strInsertedRows = 'Uneseni reci:';
$strInsertNewRow = 'Unesi novi redak';
$strInUse = 'se koristi';
 
$strKeepPass = 'Ne mijenjaj lozinku';
$strKeyname = 'Ime Ključa';
$strKill = 'Zaustavi';
 
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redaka po stranici';
$strLinesTerminatedBy = 'Linije završavaju na';
$strLinksTo = 'Links to';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogin = 'Prijava';
$strLogout = 'Odjava';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisničko ime:';
 
$strModifications = 'Izmjene su spremljene';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Promijeni ključ';
$strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
$strMoveTableOK = 'Tablica %s se sada zove %s.';
$strMySQLSaid = 'MySQL poruka: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL runtime informacije';
$strMySQLShowVars = 'Prikaži MySQL sistemske varijable';
 
$strName = 'Ime';
$strNext = 'Sljedeći';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDropDatabases = '"DROP DATABASE" naredba je onemogućena.';
$strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.';
$strNoIndex = 'Ključ nije definiran!';
$strNoIndexPartsDefined = 'Dijelovi ključa nisu definirani!';
$strNoModification = 'Nema nikakvih promjena';
$strNone = 'Ništa';
$strNoPassword = 'Nema lozinke';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nemate dovoljno prava za ovo područje!';
$strNoTablesFound = 'Tablica nije pronađena u bazi.';
$strNotNumber = 'To nije broj!';
$strNoUsersFound = 'Korisnik(ci) nije pronađen.';
$strNull = 'Null';
 
$strOptimizeTable = 'Optimiziraj tablicu';
$strOr = 'ili';
$strOverhead = 'Prekoračenje';
 
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinka se ne podudara!';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!';
$strPos1 = 'Početak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je izbrisan';
$strPrimaryKeyName = 'Ime primarnog ključa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog ključa!)';
$strPrintView = 'Sažetak';
$strPrivileges = 'Privilegije';
 
$strQBE = 'Upit po primjeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
 
$strRecords = 'Reci';
$strReferentialIntegrity = 'Provjeri ispravnost veza:';
$strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
$strRenameTable = 'Promijeni ime tablice u ';
$strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tablicu';
$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
$strReset = 'Resetiraj';
$strReType = 'Ponovite unos';
$strRevoke = 'Opozovi';
$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRowLength = 'Dužina retka';
$strRows = 'Redaka';
$strRowsFrom = ' redaka počevši od retka';
$strRowSize = ' Veličina retka ';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s načinu i ispiši zaglavlje poslije svakog %s retka';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistika redaka';
$strRunning = 'pokrenuto na %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi ';
 
$strSave = 'Spremi';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Označi sve';
$strSelectFields = 'Izaberite polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSend = 'Spremi u datoteku';
$strServerChoice = 'Izbor servera';
$strServerVersion = 'Verzija servera';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeći <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowingRecords = 'Prikaz redaka';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTables = 'Prikaži tablice';
$strShowThisQuery = ' Prikaži ovaj upit ponovo ';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSQLQuery = 'SQL-upit';
$strStatement = 'Ime';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strSubmit = 'Pokreni';
$strSuccess = 'Vaš SQL upit je uspješno izvršen';
$strSum = 'Ukupno';
 
$strTable = 'Tablica';
$strTableComments = 'Komentar tablice';
$strTableEmpty = 'Ime tablice je prazno!';
$strTableHasBeenDropped = 'Tablica %s je izbrisana';
$strTableHasBeenEmptied = 'Tablica %s je ispražnjena';
$strTableHasBeenFlushed = 'Tablica %s je osvježena';
$strTableMaintenance = 'Radnje na tablici';
$strTables = '%s tablica/e';
$strTableStructure = 'Struktura tablice';
$strTableType = 'Vrsta tablice';
$strTextAreaLength = ' Zbog veličine ovog polja,<br /> polje možda nećete moći mijenjati ';
$strTotal = 'ukupno';
$strType = 'Vrsta';
 
$strUncheckAll = 'Makni oznake';
$strUnique = 'Jedinstveni ključ';
$strUnselectAll = 'Makni oznake';
$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promijenjen.';
$strUpdateQuery = 'Promijeni SQL-upit';
$strUsage = 'Zauzeće';
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
$strUser = 'Korisnik';
$strUserEmpty = 'Ime korisnika je prazno!';
$strUserName = 'Ime korisnika';
$strUseTables = 'Koristi tablice';
 
$strValue = 'Vrijednost';
$strViewDump = 'Prikaži dump (shemu) tablice';
$strViewDumpDB = 'Prikaži dump (shemu) baze';
 
$strWelcome = 'Dobrodošli u %s';
$strWithChecked = 'Označeno:';
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
 
$strYes = 'Da';
 
$strZip = '"zip-ano"';
// To translate
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strComments = 'Comments'; //to translate
$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 recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
 
$strEditPDFPages = 'Edit PDF Pages'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strExport = 'Export'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
 
$strLinkNotFound = 'Link not found'; //to translate
 
$strMySQLCharset = 'MySQL Charset'; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoPhp = 'without PHP Code'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; //to translate
 
$strPageNumber = 'Page number:'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
$strPdfNoTables = 'No tables'; //to translate
$strPhp = 'Create PHP Code'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearch = 'Search';//to translate
$strSearchFormTitle = 'Search in database';//to translate
$strSearchInTables = 'Inside table(s):';//to translate
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
$strSearchOption1 = 'at least one of the words';//to translate
$strSearchOption2 = 'all words';//to translate
$strSearchOption3 = 'the exact phrase';//to translate
$strSearchOption4 = 'as regular expression';//to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSearchType = 'Find:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
$strSQL = 'SQL'; //to translate
$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:'; //to translate
$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'; //to translate
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strStructure = 'Structure'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/croatian-windows-1250.inc.php
0,0 → 1,1004
<?php
/* $Id: croatian-windows-1250.inc.php,v 2.117.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Translation made by: Sime Essert <sime@nofrx.org>
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', 'Èet', 'Pet', 'Sub');
$month = array('Sij', 'Vel', 'Ožu', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
 
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddDeleteColumn = 'Dodaj/izbriši stupac';
$strAddDeleteRow = 'Dodaj/izbriši polje za kriterij';
$strAddNewField = 'Dodaj novi stupac';
$strAddSearchConditions = 'Dodaj uvjete pretraživanja (dio "where" upita):';
$strAddToIndex = 'Dodaj kljuè';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Korisnik dodan';
$strAffectedRows = 'Promijenjeno redaka:';
$strAfter = 'Nakon %s';
$strAfterInsertBack = 'Natrag na prethodnu stranicu';
$strAfterInsertNewInsert = 'Dodaj još jedan red';
$strAll = 'Sve';
$strAlterOrderBy = 'Promijeni redoslijed u tablici';
$strAnalyzeTable = 'Analiziraj tablicu';
$strAnd = 'i';
$strAnIndex = 'Kljuè je upravo dodan %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji server';
$strAnyUser = 'Bilo koji korisnik';
$strAPrimaryKey = 'Primarni kljuè je upravo dodan %s';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tablice';
$strAtEndOfTable = 'Na kraju tablice';
$strAttr = 'Svojstva';
 
$strBack = 'Nazad';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
$strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Oznaèeni SQL-upit';
$strBookmarkThis = 'Oznaèi SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowse = 'Pregled';
$strBzip = '"bzip-ano"';
 
$strCantRenameIdxToPrimary = 'Ne mogu promijeniti kljuè u PRIMARY (primarni) !';
$strCardinality = 'Kardinalnost';
$strChange = 'Promijeni';
$strChangePassword = 'Promijeni šifru';
$strCheckAll = 'Oznaèi sve';
$strCheckTable = 'Provjeri tablicu';
$strColumnNames = 'Imena stupaca';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCookiesRequired = '<i>Cookies</i> moraju biti omoguæeni.';
$strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
$strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
$strCreate = 'Napravi';
$strCreateIndex = 'Napravi kljuè sa&nbsp;%s&nbsp;stupcem(aca)';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreateNewDatabase = 'Napravi bazu podataka';
$strCreateNewTable = 'Napravi novu tablicu u bazi ';
$strCriteria = 'Kriterij';
 
$strData = 'Podaci';
$strDatabase = 'Baza podataka';
$strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
$strDatabases = 'baze';
$strDatabasesStats = 'Statistika baze';
$strDataOnly = 'Samo podaci';
$strDefault = 'Default';
$strDelete = 'Izbriši';
$strDeleted = 'Red je izbrisan';
$strDeletedRows = 'Izbrisani redovi:';
$strDescending = 'Opadajuæi';
$strDisplayOrder = 'Redoslijed prikaza:';
$strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno želite ';
$strDrop = 'Izbriši';
$strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
$strDynamic = 'dinamièno';
 
$strEdit = 'Promijeni';
$strEditPrivileges = 'Promijeni privilegije';
$strEffective = 'Efektivno';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
$strEnd = 'Kraj';
$strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
$strError = 'Greška';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s izbrisano';
$strFields = 'Broj polja';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Podaci ograðeni sa';
$strFieldsEscapedBy = '<i>Escape</i> znak &nbsp; &nbsp; &nbsp;';
$strFieldsTerminatedBy = 'Podaci razdvojeni sa';
$strFixed = 'sreðeno';
$strFlushTable = 'Osvježi tablicu';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrijednost u formi !';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenTime = 'Vrijeme podizanja';
$strGo = 'Kreni';
$strGzip = '"gzip-ano"';
 
$strHasBeenAltered = 'je promijenjen.';
$strHasBeenCreated = 'je kreiran/a.';
$strHome = 'Poèetna stranica';
$strHomepageOfficial = 'phpMyAdmin WEB site';
$strHost = 'Host (domena)';
$strHostEmpty = 'Ime domene je prazno!';
 
$strIdxFulltext = 'Puni tekst';
$strIgnore = 'Ignoriraj';
$strIndex = 'Kljuè';
$strIndexes = 'Kljuèevi';
$strIndexHasBeenDropped = 'Kljuè %s je izbrisan';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Vrsta kljuèa :';
$strInsert = 'Novi redak';
$strInsertAsNewRow = 'Unesi kao novi redak';
$strInsertedRows = 'Uneseni reci:';
$strInsertNewRow = 'Unesi novi redak';
$strInUse = 'se koristi';
 
$strKeepPass = 'Ne mijenjaj lozinku';
$strKeyname = 'Ime Kljuèa';
$strKill = 'Zaustavi';
 
$strLengthSet = 'Dužina/Vrijednost*';
$strLimitNumRows = 'Broj redaka po stranici';
$strLinesTerminatedBy = 'Linije završavaju na';
$strLinksTo = 'Links to';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLogin = 'Prijava';
$strLogout = 'Odjava';
$strLogPassword = 'Lozinka:';
$strLogUsername = 'Korisnièko ime:';
 
$strModifications = 'Izmjene su spremljene';
$strModify = 'Promijeni';
$strModifyIndexTopic = 'Promijeni kljuè';
$strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
$strMoveTableOK = 'Tablica %s se sada zove %s.';
$strMySQLSaid = 'MySQL poruka: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL runtime informacije';
$strMySQLShowVars = 'Prikaži MySQL sistemske varijable';
 
$strName = 'Ime';
$strNext = 'Sljedeæi';
$strNo = 'Ne';
$strNoDatabases = 'Baza ne postoji';
$strNoDropDatabases = '"DROP DATABASE" naredba je onemoguæena.';
$strNoFrames = 'phpMyAdmin preferira preglednike koji podržavaju frame-ove.';
$strNoIndex = 'Kljuè nije definiran!';
$strNoIndexPartsDefined = 'Dijelovi kljuèa nisu definirani!';
$strNoModification = 'Nema nikakvih promjena';
$strNone = 'Ništa';
$strNoPassword = 'Nema lozinke';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nemate dovoljno prava za ovo podruèje!';
$strNoTablesFound = 'Tablica nije pronaðena u bazi.';
$strNotNumber = 'To nije broj!';
$strNoUsersFound = 'Korisnik(ci) nije pronaðen.';
$strNull = 'Null';
 
$strOptimizeTable = 'Optimiziraj tablicu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
 
$strPartialText = 'Dio teksta';
$strPassword = 'Lozinka';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordNotSame = 'Lozinka se ne podudara!';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namješten u konfiguracijskoj datoteci (config.inc.php)!';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je izbrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog kljuèa!)';
$strPrintView = 'Sažetak';
$strPrivileges = 'Privilegije';
 
$strQBE = 'Upit po primjeru';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
 
$strRecords = 'Reci';
$strReferentialIntegrity = 'Provjeri ispravnost veza:';
$strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
$strRenameTable = 'Promijeni ime tablice u ';
$strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
$strRepairTable = 'Popravi tablicu';
$strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
$strReset = 'Resetiraj';
$strReType = 'Ponovite unos';
$strRevoke = 'Opozovi';
$strRevokeMessage = 'Opozvali ste privilegije za %s';
$strRowLength = 'Dužina retka';
$strRows = 'Redaka';
$strRowsFrom = ' redaka poèevši od retka';
$strRowSize = ' Velièina retka ';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s naèinu i ispiši zaglavlje poslije svakog %s retka';
$strRowsModeVertical = 'vertikalnom';
$strRowsStatistic = 'Statistika redaka';
$strRunning = 'pokrenuto na %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi ';
 
$strSave = 'Spremi';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Oznaèi sve';
$strSelectFields = 'Izaberite polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSend = 'Spremi u datoteku';
$strServerChoice = 'Izbor servera';
$strServerVersion = 'Verzija servera';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koristeæi <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
$strShow = 'Prikaži';
$strShowAll = 'Prikaži sve';
$strShowingRecords = 'Prikaz redaka';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShowTables = 'Prikaži tablice';
$strShowThisQuery = ' Prikaži ovaj upit ponovo ';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSQLQuery = 'SQL-upit';
$strStatement = 'Ime';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucOnly = 'Samo struktura';
$strSubmit = 'Pokreni';
$strSuccess = 'Vaš SQL upit je uspješno izvršen';
$strSum = 'Ukupno';
 
$strTable = 'Tablica';
$strTableComments = 'Komentar tablice';
$strTableEmpty = 'Ime tablice je prazno!';
$strTableHasBeenDropped = 'Tablica %s je izbrisana';
$strTableHasBeenEmptied = 'Tablica %s je ispražnjena';
$strTableHasBeenFlushed = 'Tablica %s je osvježena';
$strTableMaintenance = 'Radnje na tablici';
$strTables = '%s tablica/e';
$strTableStructure = 'Struktura tablice';
$strTableType = 'Vrsta tablice';
$strTextAreaLength = ' Zbog velièine ovog polja,<br /> polje možda neæete moæi mijenjati ';
$strTotal = 'ukupno';
$strType = 'Vrsta';
 
$strUncheckAll = 'Makni oznake';
$strUnique = 'Jedinstveni kljuè';
$strUnselectAll = 'Makni oznake';
$strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promijenjen.';
$strUpdateQuery = 'Promijeni SQL-upit';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUser = 'Korisnik';
$strUserEmpty = 'Ime korisnika je prazno!';
$strUserName = 'Ime korisnika';
$strUseTables = 'Koristi tablice';
 
$strValue = 'Vrijednost';
$strViewDump = 'Prikaži dump (shemu) tablice';
$strViewDumpDB = 'Prikaži dump (shemu) baze';
 
$strWelcome = 'Dobrodošli u %s';
$strWithChecked = 'Oznaèeno:';
$strWrongUser = 'Pogrešno korisnièko ime/lozinka. Pristup odbijen.';
 
$strYes = 'Da';
 
$strZip = '"zip-ano"';
// To translate
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strChoosePage = 'Please choose a Page to edit'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strComments = 'Comments'; //to translate
$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 recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCreatePage = 'Create a new Page'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
 
$strEditPDFPages = 'Edit PDF Pages'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
$strExport = 'Export'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
 
$strLinkNotFound = 'Link not found'; //to translate
 
$strMySQLCharset = 'MySQL Charset'; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoPhp = 'without PHP Code'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOperations = 'Operations'; //to translate
 
$strPageNumber = 'Page number:'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table does not exist!'; //to translate
$strPdfNoTables = 'No tables'; //to translate
$strPhp = 'Create PHP Code'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearch = 'Search';//to translate
$strSearchFormTitle = 'Search in database';//to translate
$strSearchInTables = 'Inside table(s):';//to translate
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
$strSearchOption1 = 'at least one of the words';//to translate
$strSearchOption2 = 'all words';//to translate
$strSearchOption3 = 'the exact phrase';//to translate
$strSearchOption4 = 'as regular expression';//to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSearchType = 'Find:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowColor = 'Show color'; //to translate
$strShowGrid = 'Show grid'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
$strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
$strSQL = 'SQL'; //to translate
$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:'; //to translate
$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'; //to translate
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strStructure = 'Structure'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/czech-iso-8859-2.inc.php
0,0 → 1,982
<?php
/* $Id: czech-iso-8859-2.inc.php,v 2.166.2.2 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Czech language file by
* Michal Èihaø <michal@cihar.com>
*/
 
$charset = 'iso-8859-2';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtù', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nedìle', 'Pondìlí', 'Úterý', 'Støeda', 'Ètvrtek', 'Pátek', 'Sobota');
$month = array('ledna', 'února', 'bøezna', 'dubna', 'kvìtna', 'èervna', 'èervence', 'srpna', 'záøí', 'øíjna', 'listopadu', 'prosince');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%a %d. %b %Y, %H:%M';
 
$timespanfmt = '%s dnù, %s hodin, %s minut a %s sekund';
 
$strAbortedClients = 'Pøeru¹ené';
$strAbsolutePathToDocSqlDir = 'docSQL adresáø';
$strAccessDeniedCreateConfig = 'Pravdìpodobná pøíèina je, ¾e nemáte vytvoøený konfiguraèní soubor. Pro jeho vytvoøení by se vám mohl hodit %1$snastavovací skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil pøipojit k&nbsp;MySQL serveru, a ten odmítl pøipojení. Zkontrolujte jméno serveru, u¾ivatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistìte se, ¾e jsou toto¾né s&nbsp;tìmi, které máte od administrátora MySQL serveru.';
$strAccessDenied = 'Pøístup odepøen';
$strAction = 'Akce';
$strAddAutoIncrement = 'Pøidat hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Pøidat integritní omezení';
$strAddDeleteColumn = 'Pøidat nebo odebrat sloupec';
$strAddDeleteRow = 'Pøidat nebo odebrat øádek';
$strAddDropDatabase = 'Pøidat DROP DATABASE';
$strAddedColumnComment = 'Pøidán komentáø ke sloupci';
$strAddedColumnRelation = 'Pøidána relace pro sloupec';
$strAddFields = 'Pøidat %s sloupcù';
$strAddHeaderComment = 'Pøidat vlastní komentáø do hlavièky (\\n oddìluje øádky)';
$strAddIfNotExists = 'Pøidat IF NOT EXISTS';
$strAddIntoComments = 'Do komentáøù pøidat';
$strAddNewField = 'Pøidat sloupec';
$strAddPrivilegesOnDb = 'Pøidat oprávnìní pro databázi';
$strAddPrivilegesOnTbl = 'Pøidat oprávnìní pro tabulku';
$strAddSearchConditions = 'Pøidat vyhledávací parametry (èást dotazu po pøíkazu &bdquo;WHERE&ldquo;):';
$strAddToIndex = 'Pøidat %s sloupcù do indexu';
$strAddUserMessage = 'U¾ivatel byl pøidán.';
$strAddUser = 'Pøidat nového u¾ivatele';
$strAdministration = 'Správa';
$strAffectedRows = 'Ovlivnìné øádky:';
$strAfterInsertBack = 'Návrat na pøedchozí stránku';
$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';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;tabulce %s byl pøidán index';
$strAnyHost = 'Jakýkoliv poèítaè';
$strAny = 'Jakýkoliv';
$strAnyUser = 'Jakýkoliv u¾ivatel';
$strApproximateCount = 'Mù¾e být nepøesné, viz FAQ 3.11';
$strAPrimaryKey = 'V&nbsp;tabulce %s byl vytvoøen primární klíè';
$strArabic = 'Arab¹tina';
$strArmenian = 'Armén¹tina';
$strAscending = 'Vzestupnì';
$strAtBeginningOfTable = 'Na zaèátku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Vlastnosti';
$strAutodetect = 'Automaticky zjistit';
$strAutomaticLayout = 'automatické rozvr¾ení';
 
$strBack = 'Zpìt';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈÁTEK VÝPISU';
$strBeginRaw = 'ZAÈÁTEK VÝPISU';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
$strBinLogOriginalPosition = 'Pùvodní pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBookmarkAllUsers = 'Umo¾nit v¹em u¾ivatelùm pou¾ívat tuto polo¾ku';
$strBookmarkCreated = 'Vytvoøen oblíbený dotaz %s';
$strBookmarkDeleted = 'Polo¾ka byla smazána z&nbsp;oblíbených.';
$strBookmarkLabel = 'Název';
$strBookmarkQuery = 'Oblíbený SQL dotaz';
$strBookmarkReplace = 'Pøepsat existující oblíbený dotaz stejného jména';
$strBookmarkThis = 'Pøidat tento SQL dotaz do oblíbených';
$strBookmarkView = 'Zobrazit';
$strBrowseDistinctValues = 'Procházet odli¹né hodnoty';
$strBrowseForeignValues = 'Projít hodnoty cizích klíèù';
$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&nbsp;%';
$strBufferReadMisses = 'Výpadkù pøi ètení';
$strBufferWriteWaits = 'Èekání na zápis';
$strBufferWriteWaitsInPercent = 'Èekání na zápis v&nbsp;%';
$strBulgarian = 'Bulhar¹tina';
$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 = '&bdquo;zabzipováno&ldquo;';
 
$strCalendar = 'Kalendáø';
$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 &bdquo;PRIMARY&ldquo;!';
$strCantUseRecodeIconv = 'Nelze pou¾ít funkce iconv ani libiconv ani recode_string, pøesto¾e roz¹íøení jsou nahrána. Zkontrolujte nastavení PHP.';
$strCardinality = 'Mohutnost';
$strCaseInsensitive = 'nerozli¹ovat velká a malá písmena';
$strCaseSensitive = 'rozli¹ovat velká a malá písmena';
$strCentralEuropean = 'Støední Evropa';
$strChangeCopyModeCopy = '... zachovat pùvodního u¾ivatele.';
$strChangeCopyModeDeleteAndReload = ' ... smazat u¾ivatele a poté znovu naèíst oprávnìní.';
$strChangeCopyModeJustDelete = ' ... smazat pùvodního u¾ivatele ze v¹ech tabulek.';
$strChangeCopyModeRevoke = ' ... odebrat v¹echna oprávnìní pùvodnímu u¾ivateli a poté ho smazat.';
$strChangeCopyMode = 'Vytvoøit nového u¾ivatele se stejnými oprávnìními a ...';
$strChangeCopyUser = 'Zmìnit informace o&nbsp;u¾ivateli / Kopírovat u¾ivatele';
$strChangeDisplay = 'Zvolte které sloupce zobrazit';
$strChangePassword = 'Zmìnit heslo';
$strChange = 'Zmìnit';
$strCharsetOfFile = 'Znaková sada souboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávání';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Za¹krtnout v¹e';
$strCheckOverhead = 'Za¹krtnout neoptimální';
$strCheckPrivsLong = 'Zkontrolovat oprávnìní pro databázi &bdquo;%s&ldquo;.';
$strCheckPrivs = 'Zkontrolovat oprávnìní';
$strCheckTable = 'Zkontrolovat tabulku';
$strChoosePage = 'Zvolte stránku, kterou chcete zmìnit';
$strColComFeat = 'Zobrazuji komentáøe sloupcù';
$strCollation = 'Porovnávání';
$strColumnNames = 'Názvy sloupcù';
$strColumnPrivileges = 'Oprávnìní pro jednotlivé sloupce';
$strCommand = 'Pøíkaz';
$strCommentsForTable = 'KOMENTÁØE PRO TABULKU';
$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';
$strConfigDefaultFileError = 'Nepodaøilo se nahrát výchozí konfiguraci ze soubouru: "%1$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í.';
$strConnections = 'Pøipojení';
$strConstraintsForDumped = 'Omezení pro exportované tabulky';
$strConstraintsForTable = 'Omezení pro tabulku';
$strCookiesRequired = 'Pøihlá¹ení vy¾aduje povolené cookies.';
$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopy = 'Kopírovat';
$strCopyTable = 'Kopírovat tabulku do (databáze<b>.</b>tabulka):';
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!';
$strCouldNotKill = 'phpMyAdminovi se nepodaøilo ukonèit vlákno %s. Pravdìpodobnì jeho bìh ji¾ skonèil.';
$strCreateDatabaseBeforeCopying = 'Vytvoøit databázi pøed kopírováním (CREATE DATABASE)';
$strCreateIndexTopic = 'Vytvoøit nový index';
$strCreateIndex = 'Vytvoøit index na&nbsp;%s&nbsp;sloupcích';
$strCreateNewDatabase = 'Vytvoøit novou databázi';
$strCreateNewTable = 'Vytvoøit novou tabulku v&nbsp;databázi %s';
$strCreatePage = 'Vytvoøit novou stránku';
$strCreatePdfFeat = 'Vytváøení PDF';
$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';
$strCzechSlovak = 'Èe¹tina/Sloven¹tina';
 
$strDanish = 'Dán¹tina';
$strDatabase = 'Databáze';
$strDatabaseEmpty = 'Jméno databáze je prázdné!';
$strDatabaseExportOptions = 'Nastavení exportu databází';
$strDatabaseHasBeenDropped = 'Databáze %s byla zru¹ena.';
$strDatabaseNoTable = 'Tato databáze neobsahuje ¾ádné tabulky!';
$strDatabases = 'Databáze';
$strDatabasesDropped = '%s databáze byla úspì¹nì zru¹ena.';
$strDatabasesStatsDisable = 'Skrýt podrobnosti';
$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o&nbsp;databázích mù¾e zpùsobit znaèné zvý¹ení provozu mezi webserverem a MySQL serverem.';
$strDatabasesStats = 'Statistiky databází';
$strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentáø k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahù';
$strDBGLine = 'Øádka';
$strDBGMaxTimeMs = 'Min. èas, ms';
$strDBGMinTimeMs = 'Max. èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnìní pro jednotlivé databáze';
$strDBRename = 'Pøejmenovat databázi na';
$strDbSpecific = 'závislé na databázi';
$strDefaultEngine = '%s je výchozí úlo¾i¹tì na tomto MySQL serveru.';
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znakù, napøíklad: a';
$strDefault = 'Výchozí';
$strDefragment = 'Defragmentovat tabulku';
$strDelayedInserts = 'Pou¾ívat zpo¾dìné inserty';
$strDeleteAndFlushDescr = 'Toto je nejèist¹í øe¹ení, ale naèítání oprávnìní mù¾e trvat dlouho.';
$strDeleteAndFlush = 'Odstranit u¾ivatele a znovunaèíst oprávnìní.';
$strDeleted = 'Øádek byl smazán';
$strDeletedRows = 'Smazané øádky:';
$strDeleteNoUsersSelected = 'Musíte vybrat u¾ivatele, které chcete odstranit!';
$strDelete = 'Odstranit';
$strDeleting = 'Odstraòuji %s';
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které ji¾ neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupnì';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmìnìných stránek';
$strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíèù';
$strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seøadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF';
$strDoAQuery = 'Provést &bdquo;dotaz podle pøíkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si pøejete vykonat pøíkaz';
$strDropDatabaseStrongWarning = 'Chystáte se ZRU©IT celou databázi!';
$strDrop = 'Odstranit';
$strDropUsersDb = 'Odstranit databáze se stejnými jmény jako u¾ivatelé.';
$strDumpingData = 'Vypisuji data pro tabulku';
$strDumpSaved = 'Výpis byl ulo¾en do souboru %s.';
$strDumpXRows = 'Vypsat %s øádkù od %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravit PDF stránky';
$strEditPrivileges = 'Upravit oprávnìní';
$strEdit = 'Upravit';
$strEffective = 'Efektivní';
$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový poèet øádkù).';
$strEmpty = 'Vyprázdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavøít pøíkazy v&nbsp;transakci';
$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC VÝPISU';
$strEngineAvailable = 'Úlo¾i¹tì %s je dostupné na tomto MySQL serveru.';
$strEngineDisabled = 'Úlo¾i¹tì %s je vypnuté na tomto MySQL serveru.';
$strEngines = 'Úlo¾i¹tì';
$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';
$strEsperanto = 'Esperanto';
$strEstonian = 'Eston¹tina';
$strExcelEdition = 'Verze Excelu';
$strExcelOptions = 'Nastavení exportu do Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvìtlit dotaz';
$strExport = 'Export';
$strExtendedInserts = 'Roz¹íøené inserty';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepovedených pokusù';
$strFieldHasBeenDropped = 'Sloupec %s byl odstranìn';
$strFieldsEmpty = ' Nebyl zadán poèet sloupcù! ';
$strFieldsEnclosedBy = 'Názvy sloupcù uzavøené';
$strFieldsEscapedBy = 'Názvy sloupcù escapovány';
$strField = 'Sloupec';
$strFields = 'Sloupce';
$strFieldsTerminatedBy = 'Sloupce oddìlené';
$strFileAlreadyExists = 'Soubor %s ji¾ na serveru existuje, zmìòte jméno souboru, nebo zvolte pøepsání souboru.';
$strFileCouldNotBeRead = 'Soubor nelze pøeèíst';
$strFileNameTemplateDescriptionDatabase = 'jméno databáze';
$strFileNameTemplateDescriptionServer = 'jméno serveru';
$strFileNameTemplateDescriptionTable = 'jméno tabulky';
$strFileNameTemplateDescription = 'Tato hodnota je interpretována pomocí %1$sstrftime%2$s, tak¾e mù¾ete pou¾ít libovolné øetìzce pro formátování data a èasu. Dále budou provedena následující nahrazení: %3$s. Jakýkoliv jiný text zùstane zachován beze zmìny.';
$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 (&bdquo;FLUSH&ldquo;)';
$strFormat = 'Formát';
$strFormEmpty = 'Chybìjící hodnota ve formuláøi!';
$strFreePages = 'Volných stránek';
$strFullText = 'Celé texty';
$strFunction = 'Funkce';
 
$strGenBy = 'Vygeneroval';
$strGeneralRelationFeat = 'Obecné funkce relací';
$strGeneratePassword = 'Vytvoøit heslo';
$strGenerate = 'Vytvoøit';
$strGenTime = 'Vygenerováno';
$strGeorgian = 'Gruzín¹tina';
$strGerman = 'Nìmecky';
$strGlobal = 'globální';
$strGlobalPrivileges = 'Globální oprávnìní';
$strGlobalValue = 'Globální hodnota';
$strGo = 'Proveï';
$strGrantOption = 'Pøidìlování';
$strGreek = 'Øeètina';
$strGzip = '&bdquo;zagzipováno&ldquo;';
 
$strHandler = 'Obslu¾né rutiny';
$strHasBeenAltered = 'byla zmìnìna.';
$strHasBeenCreated = 'byla vytvoøena.';
$strHaveToShow = 'Musíte zvolit alespoò jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrej¹tina';
$strHexForBinary = 'Binární pole vypisovat ¹estnáctkovì';
$strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
$strHostEmpty = 'Jméno poèítaèe je prázdné!';
$strHost = 'Poèítaè';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Nastavení exportu pro Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Nastavení exportu pro Microsoft Word 2000';
$strHungarian = 'Maïar¹tina';
 
$strIcelandic = 'Island¹tina';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitní øádky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Pou¾ít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import byl úspì¹nì dokonèen, bylo provedeno %d dotazù.';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstranìn';
$strIndex = 'Index';
$strIndexName = 'Jméno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pro sloupec `%s` je vytvoøeno více indexù';
$strIndexWarningPrimary = 'Sloupec `%s` by nemìl být zároveò obsa¾en v&nbsp;PRIMARY a INDEX klíèi';
$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 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.';
$strInnoDBDataHomeDir = 'Domovský adresáø pro data';
$strInnoDBPages = 'stránek';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla u¾ivatele root v&nbsp;MySQL. Doporuèujeme zmìnit toto nastavení a tím podstatnì zvý¹it bezpeènost Va¹eho serveru.';
$strInsertAsNewRow = 'Vlo¾it jako nový øádek';
$strInsertedRowId = 'Id vlo¾eného øádku:';
$strInsertedRows = 'Vlo¾eno øádkù:';
$strInsertNewRow = 'Vlo¾it nový øádek';
$strInsert = 'Vlo¾it';
$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.';
$strInvalidCSVFieldCount = 'Chybný poèet polo¾ek v&nbsp;CSV datech na øádku %d.';
$strInvalidCSVFormat = 'Chybný formát CSV dat na øádku %d.';
$strInvalidCSVParameter = 'Neznámý parametr pro import CSV: %s';
$strInvalidFieldAddCount = 'Musíte pøidat alespoò jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoò jeden sloupec.';
$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!';
$strInvalidRowNumber = '%d není platné èíslo øádku.';
$strInvalidServerHostname = 'Chybné jméno serveru pro server %1$s. Prosím zkontrolujte nastavení.';
$strInvalidServerIndex = 'Chybný index serveru: "%s"';
 
$strJapanese = 'Japon¹tina';
$strJoins = 'Pou¾ité výbìry';
$strJumpToDB = 'Pøejít na databázi &bdquo;%s&ldquo;.';
$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&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';
 
$strLandscape = 'Na ¹íøku';
$strLanguageFileNotFound = 'Jazykový soubor "%1$s" nebyl nalezen.';
$strLanguageUnknown = 'Neznámý jazyk: %1$s.';
$strLatchedPages = 'Zamèených stránek';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinuedCaption = 'Titulek pokraèování tabulky';
$strLatexContinued = '(pokraèování)';
$strLatexIncludeCaption = 'Pou¾ít titulek tabulky';
$strLatexLabel = 'Návìstí';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavení exportu do LaTeXu';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLatvian = 'Loty¹tina';
$strLDI = 'CSV pomocí LOAD DATA';
$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA';
$strLDILocal = 'Pou¾ít klíèové slovo LOCAL';
$strLengthSet = 'Délka/Mno¾ina';
$strLimitNumRows = 'záznamù na stránku';
$strLinesTerminatedBy = 'Øádky ukonèené';
$strLinkNotFound = 'Odkaz nenalezen';
$strLinksTo = 'Odkazuje na';
$strLithuanian = 'Litev¹tina';
$strLocalhost = 'Lokální';
$strLocationTextfile = 'textový soubor';
$strLoginInformation = 'Pøihla¹ování';
$strLogin = 'Pøihlá¹ení';
$strLogout = 'Odhlásit se';
$strLogPassword = 'Heslo:';
$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í';
$strMaximalQueryLength = 'Maximální velikost vytvoøeného dotazu';
$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!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformace';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Pro tuto transformaci není dostupný ¾ádný popis.<br />Zeptejte se autora co %s dìlá.';
$strMIME_transformation_note = 'Pro seznam dostupných parametrù transformací a jejich MIME typù kliknìte na %spopisy transformací%s';
$strMIME_transformation_options_note = 'Zadejte parametry transformací v&nbsp;následujícím tvaru: \'a\',\'b\',\'c\'...<br />Pokud potøebujete pou¾ít zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, vlo¾te pøed nì zpìtné lomítko (napøíklad \'\\\\xyz\' nebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametry transformace';
$strMIME_transformation = 'Transformace pøi prohlí¾ení';
$strMIMETypesForTable = 'MIME TYPY PRO TABULKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformaèní funkci';
$strModifications = 'Zmìny byly ulo¾eny';
$strModifyIndexTopic = 'Upravit index';
$strModify = 'Úpravy';
$strMoveTableOK = 'Tabulka %s byla pøesunuta do %s.';
$strMoveTable = 'Pøesunout tabulku do (databáze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze pøesunout tabulku na sebe samu!';
$strMultilingual = 'mnohojazyèný';
$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 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í';
$strMyISAMRecoverOptions = 'Automatický re¾im obnovy';
$strMyISAMRecoverOptionsDesc = 'Re¾im automatické obnovy po¹kozených MyISAM tabulek. Nastavuje se parametrem --myisam-recover pøi spou¹tìní serveru.';
$strMyISAMRepairThreadsDesc = 'Pokud je tato hodnota vìt¹í ne¾ 1, indexy v&nbsp;MyISAM tabulkách jsou vytváøeny paralelenì (ka¾dý index vlastním threadem) pøi obnovì nebo øazení.';
$strMyISAMRepairThreads = 'Threadù pro opravování';
$strMyISAMSortBufferSizeDesc = 'Pamì», která je alokována pøi øazení MyISAM indexù bìhem jejich vytváøení nebo opravování.';
$strMyISAMSortBufferSize = 'Velikost pamìti pro øazení';
$strMySQLCharset = 'Znaková sada v&nbsp;MySQL';
$strMysqlClientVersion = 'Verze MySQL klienta';
$strMySQLConnectionCollation = 'Porovnávání pro toto pøipojení k&nbsp;MySQL';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Systémové promìnné MySQL';
 
$strName = 'Název';
$strNext = 'Dal¹í';
$strNoActivity = 'Byli jste pøíli¹ dlouho neaktivní (déle ne¾ %s sekund), prosím pøihlaste se znovu';
$strNoDatabasesSelected = 'Nebyla vybrána ¾ádná databáze.';
$strNoDatabases = '®ádné databáze';
$strNoDescription = '¾ádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnìj¹í informace o tomto úlo¾i¹ti.';
$strNoDropDatabases = 'Pøíkaz &bdquo;DROP DATABASE&ldquo; 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 (&bdquo;FRAME&ldquo;).';
$strNoIndexPartsDefined = 'Nebyla zadána ¾ádná èást indexu!';
$strNoIndex = 'Tabulka nemá ¾ádný index!';
$strNoModification = '®ádná zmìna';
$strNo = 'Ne';
$strNone = '®ádná';
$strNoOptions = 'Tento formát nemá ¾ádná nastavení';
$strNoPassword = '®ádné heslo';
$strNoPermission = 'Web server nemá oprávnìní ulo¾it výpis do souboru %s.';
$strNoPhp = 'Bez PHP kódu';
$strNoPrivileges = 'Nemáte oprávnìní';
$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&nbsp;adresáøi %s.';
$strNothingToImport = 'Nebyla zadána ¾ádná data pro import!';
$strNotNumber = 'Nebylo zadáno èíslo!';
$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';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet sloupcù';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ù) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ù)';
$strNumTables = 'Tabulek';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otevøít nové okno phpMyAdmina';
$strOperations = 'Úpravy';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOr = 'nebo';
$strOverhead = 'Navíc';
$strOverwriteExisting = 'Pøepsat existující soubor(y)';
 
$strPageNumber = 'Strana èíslo:';
$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é!';
$strPasswordHashing = 'Ha¹ovací funkce pro heslo';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Hesla nejsou stejná!';
$strPdfDbSchema = 'Schéma databáze &bdquo;%s&ldquo; - Strana %s';
$strPdfInvalidTblName = 'Tabulka &bdquo;%s&ldquo; neexistuje!';
$strPdfNoTables = '¾ádné tabulky';
$strPDFOptions = 'Nastavení PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Název výpisu';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minutu';
$strPerSecond = 'za sekundu';
$strPersian = 'Per¹tina';
$strPhoneBook = 'adresáø';
$strPHP40203 = 'Pou¾íváte PHP 4.2.3, které má záva¾nou chybu pøi práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP èíslo 19404. Nedoporuèujeme pou¾ívat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP kód';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguraèním souboru!';
$strPolish = 'Pol¹tina';
$strPortrait = 'Na vý¹ku';
$strPos1 = 'Zaèátek';
$strPrevious = 'Pøedchozí';
$strPrimaryKeyHasBeenDropped = 'Primární klíè byl odstranìn';
$strPrimaryKeyName = 'Jméno primárního klíèe musí být &bdquo;PRIMARY"!';
$strPrimaryKeyWarning = '(&bdquo;PRIMARY&ldquo; <b>musí</b> být jméno <b>pouze</b> primárního klíèe!)';
$strPrimary = 'Primární';
$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.';
$strPrivDescAlterRoutine = 'Umo¾òuje mìnit a ru¹it ulo¾ené procedury.';
$strPrivDescAlter = 'Umo¾òuje mìnit strukturu existujících tabulek.';
$strPrivDescCreateDb = 'Umo¾òuje vytváøet nové databáze a tabulky.';
$strPrivDescCreateRoutine = 'Umo¾òuje vytváøet ulo¾ené procedury.';
$strPrivDescCreateTbl = 'Umo¾òuje vytváøet nové tabulky.';
$strPrivDescCreateTmpTable = 'Umo¾òuje vytváøet doèasné tabulky.';
$strPrivDescCreateUser = 'Umo¾òuje vytváøet, ru¹it a pøejmenovávat úèty u¾ivatelù.';
$strPrivDescCreateView = 'Umo¾òuje vytváøet nové pohledy.';
$strPrivDescDelete = 'Umo¾òuje mazat data.';
$strPrivDescDropDb = 'Umo¾òuje odstranit databáze a tabulky.';
$strPrivDescDropTbl = 'Umo¾òuje odstranit tabulky.';
$strPrivDescExecute5 = 'Umo¾òuje spou¹tìt ulo¾ené procedury.';
$strPrivDescExecute = 'Umo¾òuje spou¹tìt ulo¾ené procedury. V&nbsp;této verzi MySQL se nepou¾ívá.';
$strPrivDescFile = 'Umo¾òuje importovat a exportovat data z/do souborù na serveru.';
$strPrivDescGrant = 'Umo¾òuje pøidávat u¾ivatele a oprávnìní bez znovunaèítání tabulek s&nbsp;oprávnìními.';
$strPrivDescIndex = 'Umo¾òuje vytváøet a ru¹it indexy.';
$strPrivDescInsert = 'Umo¾òuje vkládat a pøepisovat data.';
$strPrivDescLockTables = 'Umo¾òuje zamknout tabulku pro aktuální thread.';
$strPrivDescMaxConnections = 'Omezuje poèet nových pøipojení, která mù¾e u¾ivatel vytvoøit za hodinu.';
$strPrivDescMaxQuestions = 'Omezuje, kolik dotazù mù¾e u¾ivatel odeslat serveru za hodinu.';
$strPrivDescMaxUpdates = 'Omezuje, kolik dotazù mìnících nìjakou tabulku nebo databázi mù¾e u¾ivatel spustit za hodinu.';
$strPrivDescMaxUserConnections = 'Omezuje poèet souèasných pøipojení u¾ivatele.';
$strPrivDescProcess3 = 'Umo¾òuje ukonèit procesy jiným u¾ivatelùm.';
$strPrivDescProcess4 = 'Umo¾òuje vidìt celé dotazy v&nbsp;seznamu procesù.';
$strPrivDescReferences = 'Nemá ¾ádný vliv v&nbsp;této verzi MySQL.';
$strPrivDescReload = 'Umo¾òuje znovunaètení nastavení a vyprázdnìní vyrovnávacích pamìtí MySQL serveru.';
$strPrivDescReplClient = 'Umo¾ní u¾ivateli zjistit, kde je hlavní / pomocný server.';
$strPrivDescReplSlave = 'Potøebné pro replikaci pomocných serverù.';
$strPrivDescSelect = 'Umo¾òuje vybírat data.';
$strPrivDescShowDb = 'Umo¾òuje pøístup k&nbsp;úplnému seznamu databází.';
$strPrivDescShowView = 'Umo¾òuje spu¹tìní dotazu SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Umo¾òuje vypnout server.';
$strPrivDescSuper = 'Umo¾òuje pøipojení, i kdy¾ je dosa¾en maximální poèet pøipojení. Potøebné pro vìt¹inu operací pro správu serveru jako nastavování globálních promìnných a zabíjení threadù jiných u¾ivatelù.';
$strPrivDescUpdate = 'Umo¾òuje mìnit data.';
$strPrivDescUsage = '®ádná oprávnìní.';
$strPrivileges = 'Oprávnìní';
$strPrivilegesReloaded = 'Oprávnìní byla znovunaètena úspì¹nì.';
$strProcesslist = 'Seznam procesù';
$strProtocolVersion = 'Verze protokolu';
$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';
$strQueryStatistics = '<b>Statistika dotazù</b>: Od spu¹tìní bylo serveru posláno %s dotazù.';
$strQueryTime = 'Dotaz zabral %01.4f sekund';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Nepøepisovat tento dotaz z&nbsp;hlavního okna';
 
$strReadRequests = 'Po¾adavkù na zápis';
$strReceived = 'Pøijato';
$strRecords = 'Záznamù';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazù:';
$strRefresh = 'Obnovit';
$strRelationalSchema = 'Relaèní schéma';
$strRelationNotWorking = 'Nìkteré z&nbsp;roz¹íøených funkcí phpMyAdmina nelze pou¾ívat. %sZde%s zjistíte proè.';
$strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace';
$strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovunaèítám oprávnìní';
$strReloadMySQL = 'Znovunaètení MySQL';
$strRemoveSelectedUsers = 'Odstranit vybrané u¾ivatele';
$strRenameDatabaseOK = 'Databáze %s byla pøejmenována na %s';
$strRenameTableOK = 'Tabulka %s byla pøejmenována na %s';
$strRenameTable = 'Pøejmenovat tabulku na';
$strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$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í &bdquo;USAGE&ldquo; (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&nbsp;tabulek.';
$strRevokeMessage = 'Byla zru¹ena práva pro %s';
$strRevoke = 'Zru¹it';
$strRomanian = 'Rumun¹tina';
$strRowLength = 'Délka øádku';
$strRowsFrom = 'øádkù zaèínající od';
$strRowSize = ' Velikost øádku ';
$strRowsModeFlippedHorizontal = 'vodorovném (otoèené hlavièky)';
$strRowsModeHorizontal = 'vodorovném';
$strRowsModeOptions = 've %s re¾imu a opakovat hlavièky po %s øádcích.';
$strRowsModeVertical = 'svislém';
$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&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';
$strSearchInTables = 'V&nbsp;tabulkách:';
$strSearchNeedle = 'Slova nebo hodnoty, které chcete vyhledat (zástupný znak: &bdquo;%&ldquo;):';
$strSearchOption1 = 'alespoò jedno ze slov';
$strSearchOption2 = 'v¹echna slova';
$strSearchOption3 = 'pøesnou frázi';
$strSearchOption4 = 'jako regulární výraz';
$strSearchResultsFor = 'Výsledky vyhledávání pro &bdquo;<i>%s</i>&ldquo; %s:';
$strSearchType = 'Najít:';
$strSearch = 'Vyhledávání';
$strSecretRequired = 'Nastavte klíè pro ¹ifrování cookies (blowfish_secret) v&nbsp;konfiguraèním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat v¹e';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoò jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru';
$strSent = 'Odesláno';
$strServerChoice = 'Server';
$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';
$strServerTabVariables = 'Promìnné';
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o&nbsp;sí»ovém provozu MySQL serveru od jeho spu¹tìní.';
$strServerVars = 'Promìnné a nastavení serveru';
$strServerVersion = 'Verze MySQL';
$strSessionValue = 'Hodnota sezení';
$strSetEnumVal = 'Pokud je sloupec typu &bdquo;enum&ldquo; nebo &bdquo;set", zadávejte hodnoty v&nbsp;následujícím formátu: \'a\',\'b\',\'c\'...<br />Pokud potøebujete zadat zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, napi¹te pøed nì zpìtné lomítko (pøíklad: \'\\\\xyz\' nebo \'a\\\'b\').';
$strShowAll = 'Zobrazit v¹e';
$strShowColor = 'Barevné ¹ipky';
$strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit møí¾ku';
$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
$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_buffer_pool_pages_miscDescr = 'Poèet stránek zablokovaných pro administrativní úèely jako zamykání øádkù nebo hashe indexù. Tato hodnota také mù¾e být vypoèítána jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celková velikost InnoDB bufferù, ve stránkách.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet provedených &bdquo;náhodných&ldquo; dopøedných ètení. Tato situace nastává pokud dotaz prochází velkou èást tabulky v&nbsp;náhodném poøadí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet provedených sekvenèních dopøedných ètení. Toto nastává pokud InnoDB musí procházet celou tabulku.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet provedených logických ètení.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických ètení, které nemohly být uspokojeny z&nbsp;bufferu, ale bylo nutné pøeèíst stránku ze souboru.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Poèet èekání na zápis do InnoDB bufferù. Tyto zápisy obvykle probíhají na pozadí, ale pokud je nutné pøeèíst nebo vytvoøit stránku a ¾ádná volná není k&nbsp;dispozici, musí se èekat. Pokud je velikost bufferù nastavena správnì, mìla by tato hodnota být malá.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisù provedených do InnoDB bufferu.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet provedených synchronizací.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Poèet nevyøízených synchronizací.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet nevyøízených ètení.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet nevyøízených zápisù.';
$strShowStatusInnodb_data_readDescr = 'Velikost pøeètených dat, v&nbsp;bajtech.';
$strShowStatusInnodb_data_readsDescr = 'Poèet provedenách ètení dat.';
$strShowStatusInnodb_data_writesDescr = 'Poèet provedenách zápisù dat.';
$strShowStatusInnodb_data_writtenDescr = 'Velikost zapsaných dat, v&nbsp;bajtech.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èekání kvùli plnému bufferu logu, který musel být vyprázdnìn pøed pokraèováním.';
$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&nbsp;souèasné dobì èeká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Prùmìrný èas potøebný pro získání zámku øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas strávený èekáním na zámek øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální èas potøebný pro získání zámku øádku, v&nbsp;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&nbsp;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&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet øádkù aktualizovaných v&nbsp;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&nbsp;vyrovnávací pamìti.';
$strShowStatusKey_readsDescr = 'Poèet skuteèných ètení bloku zklíèe z&nbsp;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&nbsp;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&nbsp;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';
$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';
$strSplitWordsWithSpace = 'Slova jsou oddìlena mezerou (&bdquo; &ldquo;).';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvoøených dotazù';
$strSQLImportOptions = 'Nastavení SQL importu';
$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&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';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Chybný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzavøené uvozovky';
$strSQPBugUnknownPunctuation = 'Neznámé interpunkèní znaménko';
$strStatCheckTime = 'Poslední kontrola';
$strStatCreateTime = 'Vytvoøení';
$strStatement = 'Údaj';
$strStatisticsOverrun = 'Na hodnì zatí¾eném serveru mohou èítaèe pøetéct, tak¾e statistiky MySQL serveru mohou být nepøesné.';
$strStatUpdateTime = 'Poslední zmìna';
$strStatus = 'Stav';
$strStorageEngines = 'Úlo¾i¹tì';
$strStorageEngine = 'Úlo¾i¹tì';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'Pøidat DROP TABLE';
$strStrucExcelCSV = 'CSV pro MS Excel';
$strStrucNativeExcel = 'Nativní formát MS Excelu';
$strStrucOnly = 'Pouze strukturu';
$strStructPropose = 'Navrhnout strukturu tabulky';
$strStructure = 'Struktura';
$strSubmit = 'Provést';
$strSuccess = 'Vá¹ SQL-dotaz byl úspì¹nì vykonán';
$strSum = 'Celkem';
$strSwedish = '©véd¹tina';
$strSwitchToDatabase = 'Pøepnout na zkopírovanou databázi';
$strSwitchToTable = 'Pøepnout na zkopírovanou tabulku';
 
$strTableAlreadyExists = 'Tabulka %s ji¾ existuje!';
$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';
$strTableHasBeenFlushed = 'Vyrovnávací pamì» pro tabulku %s byla vyprázdnìna';
$strTableMaintenance = ' Údr¾ba tabulky ';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek';
$strTableStructure = 'Struktura tabulky';
$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';
$strThemeDefaultNotFound = 'Výchozí vzhled %s nebyl nalezen!';
$strThemeNoPreviewAvailable = 'Náhled není k&nbsp;dispozici.';
$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkùm pro vzhled %s!';
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
$strTheme = 'Vzhled';
$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';
$strTransactionCoordinator = 'Koordinátor transakcí';
$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).';
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí datum nebo èas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v&nbsp;hodinách), který bude pøidán k&nbsp;èasu (výchozí je 0). Druhý parametr je formátovací øetìzec pro funkci strftime().';
$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup po¹le obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pìknì zformátuje HTML. Z&nbsp;bezpeènostních dùvodù musíte jména povolených programù zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je èíslo programu, který má být spu¹tìn a druhý parametr udává parametry tohoto programu. Tøetí parametr urèuje, zda mají být ve výstupu nahrazeny HTML entity (napø. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy pøevádìt na entity), ètvrtý (pøi nastavení na 1) zajistí pøidání parametru NOWRAP k&nbsp;vypisovanému textu, èím¾ se zachová formátování (výchozí je 1).';
$strTransformation_text_plain__formatted = 'Zachová pùvodní formátování sloupce, tak jak je ulo¾en v&nbsp;databázi.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z&nbsp;pole obsahujícího odkaz na obrázek. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý a tøetí urèuje ¹íøku a vý¹ku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z&nbsp;pole obsahujícího odkaz. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý text odkazu.';
$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazòováním syntaxe.';
$strTransformation_text_plain__substr = 'Zobrazí jen èást textu. První parametr je posun od zaèátku (výchozí je 0) a druhý urèuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Tøetí parametr urèuje, jaký text má být pøidán za zkrácený text (výchozí je ...).';
$strTruncateQueries = 'Zobrazit zkrácené dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajin¹tina';
$strUncheckAll = 'Od¹krtnout v¹e';
$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';
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)';
$strUpgrade = 'Mìli byste aktualizovat %s na verzi %s nebo vy¹¹í.';
$strUploadLimit = 'Pravdìpodobnì jste se pokusili nahrát pøíli¹ velký soubor. Pøeètìte si prosím %sdokumentaci%s, jak toto omezení obejít.';
$strUsage = 'Pou¾ívá';
$strUseBackquotes = 'Pou¾ít zpìtné uvozovky u&nbsp;jmen tabulek a sloupcù';
$strUsedPhpExtensions = 'Pou¾itá roz¹íøení PHP';
$strUseHostTable = 'Pou¾ít tabulku s&nbsp;poèítaèi';
$strUserAlreadyExists = 'U¾ivatel %s ji¾ existuje!';
$strUserEmpty = 'Jméno u¾ivatele je prázdné!';
$strUserName = 'Jméno u¾ivatele';
$strUserNotFound = 'Zvolený u¾ivatel nebyl nalezen v&nbsp;tabulce oprávnìní.';
$strUserOverview = 'Pøehled u¾ivatelù';
$strUsersDeleted = 'Vybraní u¾ivatelé byli úspì¹nì odstranìni.';
$strUsersHavingAccessToDb = 'U¾ivatelé mající pøístup k&nbsp;&bdquo;%s&ldquo;';
$strUser = 'U¾ivatel';
$strUseTabKey = 'Pou¾ijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+¹ipky po pohyb v¹emi smìry.';
$strUseTables = 'Pou¾ít tabulky';
$strUseTextField = 'Pou¾ít textové pole';
$strUseThisValue = 'Pou¾ít tuto hodnotu';
 
$strValidateSQL = 'Zkontrolovat SQL';
$strValidatorError = 'SQL validátor nemohl být inicializován. Prosím zkontrolujte, jestli máte po¾adovaná roz¹íøení PHP, která jsou uvedena v&nbsp;%sdokumentaci%s.';
$strValue = 'Hodnota';
$strVar = 'Promìnná';
$strVersionInformation = 'Informace o&nbsp;verzi';
$strViewDumpDatabases = 'Export databází';
$strViewDumpDB = 'Export databáze';
$strViewDump = 'Export tabulky';
$strViewHasBeenDropped = 'Pohled %s byl odstranìn';
$strViewMaxExactCount = 'Tento pohled má více ne¾ %d záznamù. Viz %sdokumentace%s.';
$strView = 'Pohled';
 
$strWebServerUploadDirectoryError = 'Adresáø urèený pro upload souborù nemohl být otevøen';
$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&nbsp;dùvodu bezpeènostních nastavení.';
$strWithChecked = 'Za¹krtnuté:';
$strWriteRequests = 'Po¾adavkù na ètení';
$strWritingCommentNotPossible = 'Nelze zapsat komentáø';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = '©patné u¾ivatelské jméno nebo heslo. Pøístup odepøen.';
 
$strXML = 'XML';
 
$strYes = 'Ano';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavení tìchto parametrù na 0 (nulu) odstraní omezení.';
$strZip = '&bdquo;zazipováno&ldquo;';
 
?>
/Web/Maintenance/phpMyAdmin/lang/czech-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: czech-utf-8.inc.php,v 2.166.2.2 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Czech language file by
* Michal Čihař <michal@cihar.com>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtů', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Neděle', 'Pondělí', 'Úterý', 'Středa', 'Čtvrtek', 'Pátek', 'Sobota');
$month = array('ledna', 'února', 'března', 'dubna', 'května', 'června', 'července', 'srpna', 'září', 'října', 'listopadu', 'prosince');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%a %d. %b %Y, %H:%M';
 
$timespanfmt = '%s dnů, %s hodin, %s minut a %s sekund';
 
$strAbortedClients = 'Přerušené';
$strAbsolutePathToDocSqlDir = 'docSQL adresář';
$strAccessDeniedCreateConfig = 'Pravděpodobná příčina je, že nemáte vytvořený konfigurační soubor. Pro jeho vytvoření by se vám mohl hodit %1$snastavovací skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil připojit k&nbsp;MySQL serveru, a ten odmítl připojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistěte se, že jsou totožné s&nbsp;těmi, které máte od administrátora MySQL serveru.';
$strAccessDenied = 'Přístup odepřen';
$strAction = 'Akce';
$strAddAutoIncrement = 'Přidat hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Přidat integritní omezení';
$strAddDeleteColumn = 'Přidat nebo odebrat sloupec';
$strAddDeleteRow = 'Přidat nebo odebrat řádek';
$strAddDropDatabase = 'Přidat DROP DATABASE';
$strAddedColumnComment = 'Přidán komentář ke sloupci';
$strAddedColumnRelation = 'Přidána relace pro sloupec';
$strAddFields = 'Přidat %s sloupců';
$strAddHeaderComment = 'Přidat vlastní komentář do hlavičky (\\n odděluje řádky)';
$strAddIfNotExists = 'Přidat IF NOT EXISTS';
$strAddIntoComments = 'Do komentářů přidat';
$strAddNewField = 'Přidat sloupec';
$strAddPrivilegesOnDb = 'Přidat oprávnění pro databázi';
$strAddPrivilegesOnTbl = 'Přidat oprávnění pro tabulku';
$strAddSearchConditions = 'Přidat vyhledávací parametry (část dotazu po příkazu &bdquo;WHERE&ldquo;):';
$strAddToIndex = 'Přidat %s sloupců do indexu';
$strAddUserMessage = 'Uživatel byl přidán.';
$strAddUser = 'Přidat nového uživatele';
$strAdministration = 'Správa';
$strAffectedRows = 'Ovlivněné řádky:';
$strAfterInsertBack = 'Návrat na předchozí stránku';
$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';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;tabulce %s byl přidán index';
$strAnyHost = 'Jakýkoliv počítač';
$strAny = 'Jakýkoliv';
$strAnyUser = 'Jakýkoliv uživatel';
$strApproximateCount = 'Může být nepřesné, viz FAQ 3.11';
$strAPrimaryKey = 'V&nbsp;tabulce %s byl vytvořen primární klíč';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzestupně';
$strAtBeginningOfTable = 'Na začátku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Vlastnosti';
$strAutodetect = 'Automaticky zjistit';
$strAutomaticLayout = 'automatické rozvržení';
 
$strBack = 'Zpět';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAČÁTEK VÝPISU';
$strBeginRaw = 'ZAČÁTEK VÝPISU';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
$strBinLogOriginalPosition = 'Původní pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBookmarkAllUsers = 'Umožnit všem uživatelům používat tuto položku';
$strBookmarkCreated = 'Vytvořen oblíbený dotaz %s';
$strBookmarkDeleted = 'Položka byla smazána z&nbsp;oblíbených.';
$strBookmarkLabel = 'Název';
$strBookmarkQuery = 'Oblíbený SQL dotaz';
$strBookmarkReplace = 'Přepsat existující oblíbený dotaz stejného jména';
$strBookmarkThis = 'Přidat tento SQL dotaz do oblíbených';
$strBookmarkView = 'Zobrazit';
$strBrowseDistinctValues = 'Procházet odlišné hodnoty';
$strBrowseForeignValues = 'Projít hodnoty cizích klíčů';
$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&nbsp;%';
$strBufferReadMisses = 'Výpadků při čtení';
$strBufferWriteWaits = 'Čekání na zápis';
$strBufferWriteWaitsInPercent = 'Čekání na zápis v&nbsp;%';
$strBulgarian = 'Bulharština';
$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 = '&bdquo;zabzipováno&ldquo;';
 
$strCalendar = 'Kalendář';
$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 &bdquo;PRIMARY&ldquo;!';
$strCantUseRecodeIconv = 'Nelze použít funkce iconv ani libiconv ani recode_string, přestože rozšíření jsou nahrána. Zkontrolujte nastavení PHP.';
$strCardinality = 'Mohutnost';
$strCaseInsensitive = 'nerozlišovat velká a malá písmena';
$strCaseSensitive = 'rozlišovat velká a malá písmena';
$strCentralEuropean = 'Střední Evropa';
$strChangeCopyModeCopy = '... zachovat původního uživatele.';
$strChangeCopyModeDeleteAndReload = ' ... smazat uživatele a poté znovu načíst oprávnění.';
$strChangeCopyModeJustDelete = ' ... smazat původního uživatele ze všech tabulek.';
$strChangeCopyModeRevoke = ' ... odebrat všechna oprávnění původnímu uživateli a poté ho smazat.';
$strChangeCopyMode = 'Vytvořit nového uživatele se stejnými oprávněními a ...';
$strChangeCopyUser = 'Změnit informace o&nbsp;uživateli / Kopírovat uživatele';
$strChangeDisplay = 'Zvolte které sloupce zobrazit';
$strChangePassword = 'Změnit heslo';
$strChange = 'Změnit';
$strCharsetOfFile = 'Znaková sada souboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávání';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Zaškrtnout vše';
$strCheckOverhead = 'Zaškrtnout neoptimální';
$strCheckPrivsLong = 'Zkontrolovat oprávnění pro databázi &bdquo;%s&ldquo;.';
$strCheckPrivs = 'Zkontrolovat oprávnění';
$strCheckTable = 'Zkontrolovat tabulku';
$strChoosePage = 'Zvolte stránku, kterou chcete změnit';
$strColComFeat = 'Zobrazuji komentáře sloupců';
$strCollation = 'Porovnávání';
$strColumnNames = 'Názvy sloupců';
$strColumnPrivileges = 'Oprávnění pro jednotlivé sloupce';
$strCommand = 'Příkaz';
$strCommentsForTable = 'KOMENTÁŘE PRO TABULKU';
$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';
$strConfigDefaultFileError = 'Nepodařilo se nahrát výchozí konfiguraci ze soubouru: "%1$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í.';
$strConnections = 'Připojení';
$strConstraintsForDumped = 'Omezení pro exportované tabulky';
$strConstraintsForTable = 'Omezení pro tabulku';
$strCookiesRequired = 'Přihlášení vyžaduje povolené cookies.';
$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopy = 'Kopírovat';
$strCopyTable = 'Kopírovat tabulku do (databáze<b>.</b>tabulka):';
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!';
$strCouldNotKill = 'phpMyAdminovi se nepodařilo ukončit vlákno %s. Pravděpodobně jeho běh již skončil.';
$strCreateDatabaseBeforeCopying = 'Vytvořit databázi před kopírováním (CREATE DATABASE)';
$strCreateIndexTopic = 'Vytvořit nový index';
$strCreateIndex = 'Vytvořit index na&nbsp;%s&nbsp;sloupcích';
$strCreateNewDatabase = 'Vytvořit novou databázi';
$strCreateNewTable = 'Vytvořit novou tabulku v&nbsp;databázi %s';
$strCreatePage = 'Vytvořit novou stránku';
$strCreatePdfFeat = 'Vytváření PDF';
$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';
$strCzechSlovak = 'Čeština/Slovenština';
 
$strDanish = 'Dánština';
$strDatabase = 'Databáze';
$strDatabaseEmpty = 'Jméno databáze je prázdné!';
$strDatabaseExportOptions = 'Nastavení exportu databází';
$strDatabaseHasBeenDropped = 'Databáze %s byla zrušena.';
$strDatabaseNoTable = 'Tato databáze neobsahuje žádné tabulky!';
$strDatabases = 'Databáze';
$strDatabasesDropped = '%s databáze byla úspěšně zrušena.';
$strDatabasesStatsDisable = 'Skrýt podrobnosti';
$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o&nbsp;databázích může způsobit značné zvýšení provozu mezi webserverem a MySQL serverem.';
$strDatabasesStats = 'Statistiky databází';
$strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentář k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahů';
$strDBGLine = 'Řádka';
$strDBGMaxTimeMs = 'Min. čas, ms';
$strDBGMinTimeMs = 'Max. čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový čas, ms';
$strDbPrivileges = 'Oprávnění pro jednotlivé databáze';
$strDBRename = 'Přejmenovat databázi na';
$strDbSpecific = 'závislé na databázi';
$strDefaultEngine = '%s je výchozí úložiště na tomto MySQL serveru.';
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znaků, například: a';
$strDefault = 'Výchozí';
$strDefragment = 'Defragmentovat tabulku';
$strDelayedInserts = 'Používat zpožděné inserty';
$strDeleteAndFlushDescr = 'Toto je nejčistší řešení, ale načítání oprávnění může trvat dlouho.';
$strDeleteAndFlush = 'Odstranit uživatele a znovunačíst oprávnění.';
$strDeleted = 'Řádek byl smazán';
$strDeletedRows = 'Smazané řádky:';
$strDeleteNoUsersSelected = 'Musíte vybrat uživatele, které chcete odstranit!';
$strDelete = 'Odstranit';
$strDeleting = 'Odstraňuji %s';
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupně';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Změněných stránek';
$strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíčů';
$strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seřadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF';
$strDoAQuery = 'Provést &bdquo;dotaz podle příkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si přejete vykonat příkaz';
$strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!';
$strDrop = 'Odstranit';
$strDropUsersDb = 'Odstranit databáze se stejnými jmény jako uživatelé.';
$strDumpingData = 'Vypisuji data pro tabulku';
$strDumpSaved = 'Výpis byl uložen do souboru %s.';
$strDumpXRows = 'Vypsat %s řádků od %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravit PDF stránky';
$strEditPrivileges = 'Upravit oprávnění';
$strEdit = 'Upravit';
$strEffective = 'Efektivní';
$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový počet řádků).';
$strEmpty = 'Vyprázdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavřít příkazy v&nbsp;transakci';
$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC VÝPISU';
$strEngineAvailable = 'Úložiště %s je dostupné na tomto MySQL serveru.';
$strEngineDisabled = 'Úložiště %s je vypnuté na tomto MySQL serveru.';
$strEngines = 'Úložiště';
$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';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonština';
$strExcelEdition = 'Verze Excelu';
$strExcelOptions = 'Nastavení exportu do Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvětlit dotaz';
$strExport = 'Export';
$strExtendedInserts = 'Rozšířené inserty';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepovedených pokusů';
$strFieldHasBeenDropped = 'Sloupec %s byl odstraněn';
$strFieldsEmpty = ' Nebyl zadán počet sloupců! ';
$strFieldsEnclosedBy = 'Názvy sloupců uzavřené';
$strFieldsEscapedBy = 'Názvy sloupců escapovány';
$strField = 'Sloupec';
$strFields = 'Sloupce';
$strFieldsTerminatedBy = 'Sloupce oddělené';
$strFileAlreadyExists = 'Soubor %s již na serveru existuje, změňte jméno souboru, nebo zvolte přepsání souboru.';
$strFileCouldNotBeRead = 'Soubor nelze přečíst';
$strFileNameTemplateDescriptionDatabase = 'jméno databáze';
$strFileNameTemplateDescriptionServer = 'jméno serveru';
$strFileNameTemplateDescriptionTable = 'jméno tabulky';
$strFileNameTemplateDescription = 'Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže můžete použít libovolné řetězce pro formátování data a času. Dále budou provedena následující nahrazení: %3$s. Jakýkoliv jiný text zůstane zachován beze změny.';
$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 (&bdquo;FLUSH&ldquo;)';
$strFormat = 'Formát';
$strFormEmpty = 'Chybějící hodnota ve formuláři!';
$strFreePages = 'Volných stránek';
$strFullText = 'Celé texty';
$strFunction = 'Funkce';
 
$strGenBy = 'Vygeneroval';
$strGeneralRelationFeat = 'Obecné funkce relací';
$strGeneratePassword = 'Vytvořit heslo';
$strGenerate = 'Vytvořit';
$strGenTime = 'Vygenerováno';
$strGeorgian = 'Gruzínština';
$strGerman = 'Německy';
$strGlobal = 'globální';
$strGlobalPrivileges = 'Globální oprávnění';
$strGlobalValue = 'Globální hodnota';
$strGo = 'Proveď';
$strGrantOption = 'Přidělování';
$strGreek = 'Řečtina';
$strGzip = '&bdquo;zagzipováno&ldquo;';
 
$strHandler = 'Obslužné rutiny';
$strHasBeenAltered = 'byla změněna.';
$strHasBeenCreated = 'byla vytvořena.';
$strHaveToShow = 'Musíte zvolit alespoň jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrejština';
$strHexForBinary = 'Binární pole vypisovat šestnáctkově';
$strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
$strHostEmpty = 'Jméno počítače je prázdné!';
$strHost = 'Počítač';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Nastavení exportu pro Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Nastavení exportu pro Microsoft Word 2000';
$strHungarian = 'Maďarština';
 
$strIcelandic = 'Islandština';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitní řádky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Použít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import byl úspěšně dokončen, bylo provedeno %d dotazů.';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstraněn';
$strIndex = 'Index';
$strIndexName = 'Jméno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pro sloupec `%s` je vytvořeno více indexů';
$strIndexWarningPrimary = 'Sloupec `%s` by neměl být zároveň obsažen v&nbsp;PRIMARY a INDEX klíči';
$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 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.';
$strInnoDBDataHomeDir = 'Domovský adresář pro data';
$strInnoDBPages = 'stránek';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v&nbsp;MySQL. Doporučujeme změnit toto nastavení a tím podstatně zvýšit bezpečnost Vašeho serveru.';
$strInsertAsNewRow = 'Vložit jako nový řádek';
$strInsertedRowId = 'Id vloženého řádku:';
$strInsertedRows = 'Vloženo řádků:';
$strInsertNewRow = 'Vložit nový řádek';
$strInsert = 'Vložit';
$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.';
$strInvalidCSVFieldCount = 'Chybný počet položek v&nbsp;CSV datech na řádku %d.';
$strInvalidCSVFormat = 'Chybný formát CSV dat na řádku %d.';
$strInvalidCSVParameter = 'Neznámý parametr pro import CSV: %s';
$strInvalidFieldAddCount = 'Musíte přidat alespoň jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoň jeden sloupec.';
$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!';
$strInvalidRowNumber = '%d není platné číslo řádku.';
$strInvalidServerHostname = 'Chybné jméno serveru pro server %1$s. Prosím zkontrolujte nastavení.';
$strInvalidServerIndex = 'Chybný index serveru: "%s"';
 
$strJapanese = 'Japonština';
$strJoins = 'Použité výběry';
$strJumpToDB = 'Přejít na databázi &bdquo;%s&ldquo;.';
$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&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';
 
$strLandscape = 'Na šířku';
$strLanguageFileNotFound = 'Jazykový soubor "%1$s" nebyl nalezen.';
$strLanguageUnknown = 'Neznámý jazyk: %1$s.';
$strLatchedPages = 'Zamčených stránek';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinuedCaption = 'Titulek pokračování tabulky';
$strLatexContinued = '(pokračování)';
$strLatexIncludeCaption = 'Použít titulek tabulky';
$strLatexLabel = 'Návěstí';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavení exportu do LaTeXu';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLatvian = 'Lotyština';
$strLDI = 'CSV pomocí LOAD DATA';
$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA';
$strLDILocal = 'Použít klíčové slovo LOCAL';
$strLengthSet = 'Délka/Množina';
$strLimitNumRows = 'záznamů na stránku';
$strLinesTerminatedBy = 'Řádky ukončené';
$strLinkNotFound = 'Odkaz nenalezen';
$strLinksTo = 'Odkazuje na';
$strLithuanian = 'Litevština';
$strLocalhost = 'Lokální';
$strLocationTextfile = 'textový soubor';
$strLoginInformation = 'Přihlašování';
$strLogin = 'Přihlášení';
$strLogout = 'Odhlásit se';
$strLogPassword = 'Heslo:';
$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í';
$strMaximalQueryLength = 'Maximální velikost vytvořeného dotazu';
$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!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformace';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %s dělá.';
$strMIME_transformation_note = 'Pro seznam dostupných parametrů transformací a jejich MIME typů klikněte na %spopisy transformací%s';
$strMIME_transformation_options_note = 'Zadejte parametry transformací v&nbsp;následujícím tvaru: \'a\',\'b\',\'c\'...<br />Pokud potřebujete použít zpětné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi těmito hodnotami, vložte před ně zpětné lomítko (například \'\\\\xyz\' nebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametry transformace';
$strMIME_transformation = 'Transformace při prohlížení';
$strMIMETypesForTable = 'MIME TYPY PRO TABULKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformační funkci';
$strModifications = 'Změny byly uloženy';
$strModifyIndexTopic = 'Upravit index';
$strModify = 'Úpravy';
$strMoveTableOK = 'Tabulka %s byla přesunuta do %s.';
$strMoveTable = 'Přesunout tabulku do (databáze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze přesunout tabulku na sebe samu!';
$strMultilingual = 'mnohojazyčný';
$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 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í';
$strMyISAMRecoverOptions = 'Automatický režim obnovy';
$strMyISAMRecoverOptionsDesc = 'Režim automatické obnovy poškozených MyISAM tabulek. Nastavuje se parametrem --myisam-recover při spouštění serveru.';
$strMyISAMRepairThreadsDesc = 'Pokud je tato hodnota větší než 1, indexy v&nbsp;MyISAM tabulkách jsou vytvářeny paraleleně (každý index vlastním threadem) při obnově nebo řazení.';
$strMyISAMRepairThreads = 'Threadů pro opravování';
$strMyISAMSortBufferSizeDesc = 'Paměť, která je alokována při řazení MyISAM indexů během jejich vytváření nebo opravování.';
$strMyISAMSortBufferSize = 'Velikost paměti pro řazení';
$strMySQLCharset = 'Znaková sada v&nbsp;MySQL';
$strMysqlClientVersion = 'Verze MySQL klienta';
$strMySQLConnectionCollation = 'Porovnávání pro toto připojení k&nbsp;MySQL';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Systémové proměnné MySQL';
 
$strName = 'Název';
$strNext = 'Další';
$strNoActivity = 'Byli jste příliš dlouho neaktivní (déle než %s sekund), prosím přihlaste se znovu';
$strNoDatabasesSelected = 'Nebyla vybrána žádná databáze.';
$strNoDatabases = 'Žádné databáze';
$strNoDescription = 'žádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnější informace o tomto úložišti.';
$strNoDropDatabases = 'Příkaz &bdquo;DROP DATABASE&ldquo; 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 (&bdquo;FRAME&ldquo;).';
$strNoIndexPartsDefined = 'Nebyla zadána žádná část indexu!';
$strNoIndex = 'Tabulka nemá žádný index!';
$strNoModification = 'Žádná změna';
$strNo = 'Ne';
$strNone = 'Žádná';
$strNoOptions = 'Tento formát nemá žádná nastavení';
$strNoPassword = 'Žádné heslo';
$strNoPermission = 'Web server nemá oprávnění uložit výpis do souboru %s.';
$strNoPhp = 'Bez PHP kódu';
$strNoPrivileges = 'Nemáte oprávnění';
$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&nbsp;adresáři %s.';
$strNothingToImport = 'Nebyla zadána žádná data pro import!';
$strNotNumber = 'Nebylo zadáno číslo!';
$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';
$strNull = 'Nulový';
$strNumberOfFields = 'Počet sloupců';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ů) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ů)';
$strNumTables = 'Tabulek';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otevřít nové okno phpMyAdmina';
$strOperations = 'Úpravy';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOr = 'nebo';
$strOverhead = 'Navíc';
$strOverwriteExisting = 'Přepsat existující soubor(y)';
 
$strPageNumber = 'Strana číslo:';
$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é!';
$strPasswordHashing = 'Hašovací funkce pro heslo';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Hesla nejsou stejná!';
$strPdfDbSchema = 'Schéma databáze &bdquo;%s&ldquo; - Strana %s';
$strPdfInvalidTblName = 'Tabulka &bdquo;%s&ldquo; neexistuje!';
$strPdfNoTables = 'žádné tabulky';
$strPDFOptions = 'Nastavení PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Název výpisu';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minutu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresář';
$strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu při práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP číslo 19404. Nedoporučujeme používat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP kód';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguračním souboru!';
$strPolish = 'Polština';
$strPortrait = 'Na výšku';
$strPos1 = 'Začátek';
$strPrevious = 'Předchozí';
$strPrimaryKeyHasBeenDropped = 'Primární klíč byl odstraněn';
$strPrimaryKeyName = 'Jméno primárního klíče musí být &bdquo;PRIMARY"!';
$strPrimaryKeyWarning = '(&bdquo;PRIMARY&ldquo; <b>musí</b> být jméno <b>pouze</b> primárního klíče!)';
$strPrimary = 'Primární';
$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.';
$strPrivDescAlterRoutine = 'Umožňuje měnit a rušit uložené procedury.';
$strPrivDescAlter = 'Umožňuje měnit strukturu existujících tabulek.';
$strPrivDescCreateDb = 'Umožňuje vytvářet nové databáze a tabulky.';
$strPrivDescCreateRoutine = 'Umožňuje vytvářet uložené procedury.';
$strPrivDescCreateTbl = 'Umožňuje vytvářet nové tabulky.';
$strPrivDescCreateTmpTable = 'Umožňuje vytvářet dočasné tabulky.';
$strPrivDescCreateUser = 'Umožňuje vytvářet, rušit a přejmenovávat účty uživatelů.';
$strPrivDescCreateView = 'Umožňuje vytvářet nové pohledy.';
$strPrivDescDelete = 'Umožňuje mazat data.';
$strPrivDescDropDb = 'Umožňuje odstranit databáze a tabulky.';
$strPrivDescDropTbl = 'Umožňuje odstranit tabulky.';
$strPrivDescExecute5 = 'Umožňuje spouštět uložené procedury.';
$strPrivDescExecute = 'Umožňuje spouštět uložené procedury. V&nbsp;této verzi MySQL se nepoužívá.';
$strPrivDescFile = 'Umožňuje importovat a exportovat data z/do souborů na serveru.';
$strPrivDescGrant = 'Umožňuje přidávat uživatele a oprávnění bez znovunačítání tabulek s&nbsp;oprávněními.';
$strPrivDescIndex = 'Umožňuje vytvářet a rušit indexy.';
$strPrivDescInsert = 'Umožňuje vkládat a přepisovat data.';
$strPrivDescLockTables = 'Umožňuje zamknout tabulku pro aktuální thread.';
$strPrivDescMaxConnections = 'Omezuje počet nových připojení, která může uživatel vytvořit za hodinu.';
$strPrivDescMaxQuestions = 'Omezuje, kolik dotazů může uživatel odeslat serveru za hodinu.';
$strPrivDescMaxUpdates = 'Omezuje, kolik dotazů měnících nějakou tabulku nebo databázi může uživatel spustit za hodinu.';
$strPrivDescMaxUserConnections = 'Omezuje počet současných připojení uživatele.';
$strPrivDescProcess3 = 'Umožňuje ukončit procesy jiným uživatelům.';
$strPrivDescProcess4 = 'Umožňuje vidět celé dotazy v&nbsp;seznamu procesů.';
$strPrivDescReferences = 'Nemá žádný vliv v&nbsp;této verzi MySQL.';
$strPrivDescReload = 'Umožňuje znovunačtení nastavení a vyprázdnění vyrovnávacích pamětí MySQL serveru.';
$strPrivDescReplClient = 'Umožní uživateli zjistit, kde je hlavní / pomocný server.';
$strPrivDescReplSlave = 'Potřebné pro replikaci pomocných serverů.';
$strPrivDescSelect = 'Umožňuje vybírat data.';
$strPrivDescShowDb = 'Umožňuje přístup k&nbsp;úplnému seznamu databází.';
$strPrivDescShowView = 'Umožňuje spuštění dotazu SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Umožňuje vypnout server.';
$strPrivDescSuper = 'Umožňuje připojení, i když je dosažen maximální počet připojení. Potřebné pro většinu operací pro správu serveru jako nastavování globálních proměnných a zabíjení threadů jiných uživatelů.';
$strPrivDescUpdate = 'Umožňuje měnit data.';
$strPrivDescUsage = 'Žádná oprávnění.';
$strPrivileges = 'Oprávnění';
$strPrivilegesReloaded = 'Oprávnění byla znovunačtena úspěšně.';
$strProcesslist = 'Seznam procesů';
$strProtocolVersion = 'Verze protokolu';
$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';
$strQueryStatistics = '<b>Statistika dotazů</b>: Od spuštění bylo serveru posláno %s dotazů.';
$strQueryTime = 'Dotaz zabral %01.4f sekund';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Nepřepisovat tento dotaz z&nbsp;hlavního okna';
 
$strReadRequests = 'Požadavků na zápis';
$strReceived = 'Přijato';
$strRecords = 'Záznamů';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazů:';
$strRefresh = 'Obnovit';
$strRelationalSchema = 'Relační schéma';
$strRelationNotWorking = 'Některé z&nbsp;rozšířených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proč.';
$strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace';
$strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovunačítám oprávnění';
$strReloadMySQL = 'Znovunačtení MySQL';
$strRemoveSelectedUsers = 'Odstranit vybrané uživatele';
$strRenameDatabaseOK = 'Databáze %s byla přejmenována na %s';
$strRenameTableOK = 'Tabulka %s byla přejmenována na %s';
$strRenameTable = 'Přejmenovat tabulku na';
$strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$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í &bdquo;USAGE&ldquo; (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&nbsp;tabulek.';
$strRevokeMessage = 'Byla zrušena práva pro %s';
$strRevoke = 'Zrušit';
$strRomanian = 'Rumunština';
$strRowLength = 'Délka řádku';
$strRowsFrom = 'řádků začínající od';
$strRowSize = ' Velikost řádku ';
$strRowsModeFlippedHorizontal = 'vodorovném (otočené hlavičky)';
$strRowsModeHorizontal = 'vodorovném';
$strRowsModeOptions = 've %s režimu a opakovat hlavičky po %s řádcích.';
$strRowsModeVertical = 'svislém';
$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&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';
$strSearchInTables = 'V&nbsp;tabulkách:';
$strSearchNeedle = 'Slova nebo hodnoty, které chcete vyhledat (zástupný znak: &bdquo;%&ldquo;):';
$strSearchOption1 = 'alespoň jedno ze slov';
$strSearchOption2 = 'všechna slova';
$strSearchOption3 = 'přesnou frázi';
$strSearchOption4 = 'jako regulární výraz';
$strSearchResultsFor = 'Výsledky vyhledávání pro &bdquo;<i>%s</i>&ldquo; %s:';
$strSearchType = 'Najít:';
$strSearch = 'Vyhledávání';
$strSecretRequired = 'Nastavte klíč pro šifrování cookies (blowfish_secret) v&nbsp;konfiguračním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoň jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru';
$strSent = 'Odesláno';
$strServerChoice = 'Server';
$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';
$strServerTabVariables = 'Proměnné';
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o&nbsp;síťovém provozu MySQL serveru od jeho spuštění.';
$strServerVars = 'Proměnné a nastavení serveru';
$strServerVersion = 'Verze MySQL';
$strSessionValue = 'Hodnota sezení';
$strSetEnumVal = 'Pokud je sloupec typu &bdquo;enum&ldquo; nebo &bdquo;set", zadávejte hodnoty v&nbsp;následujícím formátu: \'a\',\'b\',\'c\'...<br />Pokud potřebujete zadat zpětné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi těmito hodnotami, napište před ně zpětné lomítko (příklad: \'\\\\xyz\' nebo \'a\\\'b\').';
$strShowAll = 'Zobrazit vše';
$strShowColor = 'Barevné šipky';
$strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit mřížku';
$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
$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_buffer_pool_pages_miscDescr = 'Počet stránek zablokovaných pro administrativní účely jako zamykání řádků nebo hashe indexů. Tato hodnota také může být vypočítána jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celková velikost InnoDB bufferů, ve stránkách.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Počet provedených &bdquo;náhodných&ldquo; dopředných čtení. Tato situace nastává pokud dotaz prochází velkou část tabulky v&nbsp;náhodném pořadí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Počet provedených sekvenčních dopředných čtení. Toto nastává pokud InnoDB musí procházet celou tabulku.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Počet provedených logických čtení.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Počet logických čtení, které nemohly být uspokojeny z&nbsp;bufferu, ale bylo nutné přečíst stránku ze souboru.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Počet čekání na zápis do InnoDB bufferů. Tyto zápisy obvykle probíhají na pozadí, ale pokud je nutné přečíst nebo vytvořit stránku a žádná volná není k&nbsp;dispozici, musí se čekat. Pokud je velikost bufferů nastavena správně, měla by tato hodnota být malá.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Počet zápisů provedených do InnoDB bufferu.';
$strShowStatusInnodb_data_fsyncsDescr = 'Počet provedených synchronizací.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Počet nevyřízených synchronizací.';
$strShowStatusInnodb_data_pending_readsDescr = 'Počet nevyřízených čtení.';
$strShowStatusInnodb_data_pending_writesDescr = 'Počet nevyřízených zápisů.';
$strShowStatusInnodb_data_readDescr = 'Velikost přečtených dat, v&nbsp;bajtech.';
$strShowStatusInnodb_data_readsDescr = 'Počet provedenách čtení dat.';
$strShowStatusInnodb_data_writesDescr = 'Počet provedenách zápisů dat.';
$strShowStatusInnodb_data_writtenDescr = 'Velikost zapsaných dat, v&nbsp;bajtech.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Počet provedených dvojitých zapsání a počet stránek, které byly takto zapsány.';
$strShowStatusInnodb_dblwr_writesDescr = 'Počet provedených dvojitých zapsání a počet stránek, které byly takto zapsány.';
$strShowStatusInnodb_log_waitsDescr = 'Počet čekání kvůli plnému bufferu logu, který musel být vyprázdněn před pokračováním.';
$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&nbsp;současné době čeká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Průměrný čas potřebný pro získání zámku řádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový čas strávený čekáním na zámek řádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální čas potřebný pro získání zámku řádku, v&nbsp;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&nbsp;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&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Počet řádků aktualizovaných v&nbsp;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&nbsp;vyrovnávací paměti.';
$strShowStatusKey_readsDescr = 'Počet skutečných čtení bloku zklíče z&nbsp;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&nbsp;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&nbsp;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';
$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';
$strSplitWordsWithSpace = 'Slova jsou oddělena mezerou (&bdquo; &ldquo;).';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvořených dotazů';
$strSQLImportOptions = 'Nastavení SQL importu';
$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&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';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Chybný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzavřené uvozovky';
$strSQPBugUnknownPunctuation = 'Neznámé interpunkční znaménko';
$strStatCheckTime = 'Poslední kontrola';
$strStatCreateTime = 'Vytvoření';
$strStatement = 'Údaj';
$strStatisticsOverrun = 'Na hodně zatíženém serveru mohou čítače přetéct, takže statistiky MySQL serveru mohou být nepřesné.';
$strStatUpdateTime = 'Poslední změna';
$strStatus = 'Stav';
$strStorageEngines = 'Úložiště';
$strStorageEngine = 'Úložiště';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'Přidat DROP TABLE';
$strStrucExcelCSV = 'CSV pro MS Excel';
$strStrucNativeExcel = 'Nativní formát MS Excelu';
$strStrucOnly = 'Pouze strukturu';
$strStructPropose = 'Navrhnout strukturu tabulky';
$strStructure = 'Struktura';
$strSubmit = 'Provést';
$strSuccess = 'Váš SQL-dotaz byl úspěšně vykonán';
$strSum = 'Celkem';
$strSwedish = 'Švédština';
$strSwitchToDatabase = 'Přepnout na zkopírovanou databázi';
$strSwitchToTable = 'Přepnout na zkopírovanou tabulku';
 
$strTableAlreadyExists = 'Tabulka %s již existuje!';
$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';
$strTableHasBeenFlushed = 'Vyrovnávací paměť pro tabulku %s byla vyprázdněna';
$strTableMaintenance = ' Údržba tabulky ';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek';
$strTableStructure = 'Struktura tabulky';
$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';
$strThemeDefaultNotFound = 'Výchozí vzhled %s nebyl nalezen!';
$strThemeNoPreviewAvailable = 'Náhled není k&nbsp;dispozici.';
$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkům pro vzhled %s!';
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
$strTheme = 'Vzhled';
$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';
$strTransactionCoordinator = 'Koordinátor transakcí';
$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).';
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí datum nebo čas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v&nbsp;hodinách), který bude přidán k&nbsp;času (výchozí je 0). Druhý parametr je formátovací řetězec pro funkci strftime().';
$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup pošle obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pěkně zformátuje HTML. Z&nbsp;bezpečnostních důvodů musíte jména povolených programů zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je číslo programu, který má být spuštěn a druhý parametr udává parametry tohoto programu. Třetí parametr určuje, zda mají být ve výstupu nahrazeny HTML entity (např. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy převádět na entity), čtvrtý (při nastavení na 1) zajistí přidání parametru NOWRAP k&nbsp;vypisovanému textu, čímž se zachová formátování (výchozí je 1).';
$strTransformation_text_plain__formatted = 'Zachová původní formátování sloupce, tak jak je uložen v&nbsp;databázi.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z&nbsp;pole obsahujícího odkaz na obrázek. První parametr je prefix URL (například &bdquo;http://mojedomena.cz/&ldquo;), druhý a třetí určuje šířku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z&nbsp;pole obsahujícího odkaz. První parametr je prefix URL (například &bdquo;http://mojedomena.cz/&ldquo;), druhý text odkazu.';
$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazňováním syntaxe.';
$strTransformation_text_plain__substr = 'Zobrazí jen část textu. První parametr je posun od začátku (výchozí je 0) a druhý určuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Třetí parametr určuje, jaký text má být přidán za zkrácený text (výchozí je ...).';
$strTruncateQueries = 'Zobrazit zkrácené dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinština';
$strUncheckAll = 'Odškrtnout vše';
$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';
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)';
$strUpgrade = 'Měli byste aktualizovat %s na verzi %s nebo vyšší.';
$strUploadLimit = 'Pravděpodobně jste se pokusili nahrát příliš velký soubor. Přečtěte si prosím %sdokumentaci%s, jak toto omezení obejít.';
$strUsage = 'Používá';
$strUseBackquotes = 'Použít zpětné uvozovky u&nbsp;jmen tabulek a sloupců';
$strUsedPhpExtensions = 'Použitá rozšíření PHP';
$strUseHostTable = 'Použít tabulku s&nbsp;počítači';
$strUserAlreadyExists = 'Uživatel %s již existuje!';
$strUserEmpty = 'Jméno uživatele je prázdné!';
$strUserName = 'Jméno uživatele';
$strUserNotFound = 'Zvolený uživatel nebyl nalezen v&nbsp;tabulce oprávnění.';
$strUserOverview = 'Přehled uživatelů';
$strUsersDeleted = 'Vybraní uživatelé byli úspěšně odstraněni.';
$strUsersHavingAccessToDb = 'Uživatelé mající přístup k&nbsp;&bdquo;%s&ldquo;';
$strUser = 'Uživatel';
$strUseTabKey = 'Použijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+šipky po pohyb všemi směry.';
$strUseTables = 'Použít tabulky';
$strUseTextField = 'Použít textové pole';
$strUseThisValue = 'Použít tuto hodnotu';
 
$strValidateSQL = 'Zkontrolovat SQL';
$strValidatorError = 'SQL validátor nemohl být inicializován. Prosím zkontrolujte, jestli máte požadovaná rozšíření PHP, která jsou uvedena v&nbsp;%sdokumentaci%s.';
$strValue = 'Hodnota';
$strVar = 'Proměnná';
$strVersionInformation = 'Informace o&nbsp;verzi';
$strViewDumpDatabases = 'Export databází';
$strViewDumpDB = 'Export databáze';
$strViewDump = 'Export tabulky';
$strViewHasBeenDropped = 'Pohled %s byl odstraněn';
$strViewMaxExactCount = 'Tento pohled má více než %d záznamů. Viz %sdokumentace%s.';
$strView = 'Pohled';
 
$strWebServerUploadDirectoryError = 'Adresář určený pro upload souborů nemohl být otevřen';
$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&nbsp;důvodu bezpečnostních nastavení.';
$strWithChecked = 'Zaškrtnuté:';
$strWriteRequests = 'Požadavků na čtení';
$strWritingCommentNotPossible = 'Nelze zapsat komentář';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = 'Špatné uživatelské jméno nebo heslo. Přístup odepřen.';
 
$strXML = 'XML';
 
$strYes = 'Ano';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.';
$strZip = '&bdquo;zazipováno&ldquo;';
 
?>
/Web/Maintenance/phpMyAdmin/lang/czech-windows-1250.inc.php
0,0 → 1,982
<?php
/* $Id: czech-windows-1250.inc.php,v 2.168.2.2 2006/03/23 17:42:11 lem9 Exp $ */
 
/**
* Czech language file by
* Michal Èihaø <michal@cihar.com>
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtù', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nedìle', 'Pondìlí', 'Úterý', 'Støeda', 'Ètvrtek', 'Pátek', 'Sobota');
$month = array('ledna', 'února', 'bøezna', 'dubna', 'kvìtna', 'èervna', 'èervence', 'srpna', 'záøí', 'øíjna', 'listopadu', 'prosince');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%a %d. %b %Y, %H:%M';
 
$timespanfmt = '%s dnù, %s hodin, %s minut a %s sekund';
 
$strAbortedClients = 'Pøerušené';
$strAbsolutePathToDocSqlDir = 'docSQL adresáø';
$strAccessDeniedCreateConfig = 'Pravdìpodobná pøíèina je, že nemáte vytvoøený konfiguraèní soubor. Pro jeho vytvoøení by se vám mohl hodit %1$snastavovací skript%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin se pokusil pøipojit k&nbsp;MySQL serveru, a ten odmítl pøipojení. Zkontrolujte jméno serveru, uživatelské jméno a heslo v&nbsp;souboru config.inc.php a ujistìte se, že jsou totožné s&nbsp;tìmi, které máte od administrátora MySQL serveru.';
$strAccessDenied = 'Pøístup odepøen';
$strAction = 'Akce';
$strAddAutoIncrement = 'Pøidat hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Pøidat integritní omezení';
$strAddDeleteColumn = 'Pøidat nebo odebrat sloupec';
$strAddDeleteRow = 'Pøidat nebo odebrat øádek';
$strAddDropDatabase = 'Pøidat DROP DATABASE';
$strAddedColumnComment = 'Pøidán komentáø ke sloupci';
$strAddedColumnRelation = 'Pøidána relace pro sloupec';
$strAddFields = 'Pøidat %s sloupcù';
$strAddHeaderComment = 'Pøidat vlastní komentáø do hlavièky (\\n oddìluje øádky)';
$strAddIfNotExists = 'Pøidat IF NOT EXISTS';
$strAddIntoComments = 'Do komentáøù pøidat';
$strAddNewField = 'Pøidat sloupec';
$strAddPrivilegesOnDb = 'Pøidat oprávnìní pro databázi';
$strAddPrivilegesOnTbl = 'Pøidat oprávnìní pro tabulku';
$strAddSearchConditions = 'Pøidat vyhledávací parametry (èást dotazu po pøíkazu &bdquo;WHERE&ldquo;):';
$strAddToIndex = 'Pøidat %s sloupcù do indexu';
$strAddUserMessage = 'Uživatel byl pøidán.';
$strAddUser = 'Pøidat nového uživatele';
$strAdministration = 'Správa';
$strAffectedRows = 'Ovlivnìné øádky:';
$strAfterInsertBack = 'Návrat na pøedchozí stránku';
$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';
$strAnalyzeTable = 'Analyzovat tabulku';
$strAnd = 'a';
$strAndThen = 'a poté';
$strAnIndex = 'K&nbsp;tabulce %s byl pøidán index';
$strAnyHost = 'Jakýkoliv poèítaè';
$strAny = 'Jakýkoliv';
$strAnyUser = 'Jakýkoliv uživatel';
$strApproximateCount = 'Mùže být nepøesné, viz FAQ 3.11';
$strAPrimaryKey = 'V&nbsp;tabulce %s byl vytvoøen primární klíè';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzestupnì';
$strAtBeginningOfTable = 'Na zaèátku tabulky';
$strAtEndOfTable = 'Na konci tabulky';
$strAttr = 'Vlastnosti';
$strAutodetect = 'Automaticky zjistit';
$strAutomaticLayout = 'automatické rozvržení';
 
$strBack = 'Zpìt';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈÁTEK VÝPISU';
$strBeginRaw = 'ZAÈÁTEK VÝPISU';
$strBinary = ' Binární ';
$strBinaryDoNotEdit = ' Binární - neupravujte ';
$strBinaryLog = 'Binární log';
$strBinLogEventType = 'Typ události';
$strBinLogInfo = 'Informace';
$strBinLogName = 'Jméno logu';
$strBinLogOriginalPosition = 'Pùvodní pozice';
$strBinLogPosition = 'Pozice';
$strBinLogServerId = 'ID serveru';
$strBookmarkAllUsers = 'Umožnit všem uživatelùm používat tuto položku';
$strBookmarkCreated = 'Vytvoøen oblíbený dotaz %s';
$strBookmarkDeleted = 'Položka byla smazána z&nbsp;oblíbených.';
$strBookmarkLabel = 'Název';
$strBookmarkQuery = 'Oblíbený SQL dotaz';
$strBookmarkReplace = 'Pøepsat existující oblíbený dotaz stejného jména';
$strBookmarkThis = 'Pøidat tento SQL dotaz do oblíbených';
$strBookmarkView = 'Zobrazit';
$strBrowseDistinctValues = 'Procházet odlišné hodnoty';
$strBrowseForeignValues = 'Projít hodnoty cizích klíèù';
$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&nbsp;%';
$strBufferReadMisses = 'Výpadkù pøi ètení';
$strBufferWriteWaits = 'Èekání na zápis';
$strBufferWriteWaitsInPercent = 'Èekání na zápis v&nbsp;%';
$strBulgarian = 'Bulharština';
$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 = '&bdquo;zabzipováno&ldquo;';
 
$strCalendar = 'Kalendáø';
$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 &bdquo;PRIMARY&ldquo;!';
$strCantUseRecodeIconv = 'Nelze použít funkce iconv ani libiconv ani recode_string, pøestože rozšíøení jsou nahrána. Zkontrolujte nastavení PHP.';
$strCardinality = 'Mohutnost';
$strCaseInsensitive = 'nerozlišovat velká a malá písmena';
$strCaseSensitive = 'rozlišovat velká a malá písmena';
$strCentralEuropean = 'Støední Evropa';
$strChangeCopyModeCopy = '... zachovat pùvodního uživatele.';
$strChangeCopyModeDeleteAndReload = ' ... smazat uživatele a poté znovu naèíst oprávnìní.';
$strChangeCopyModeJustDelete = ' ... smazat pùvodního uživatele ze všech tabulek.';
$strChangeCopyModeRevoke = ' ... odebrat všechna oprávnìní pùvodnímu uživateli a poté ho smazat.';
$strChangeCopyMode = 'Vytvoøit nového uživatele se stejnými oprávnìními a ...';
$strChangeCopyUser = 'Zmìnit informace o&nbsp;uživateli / Kopírovat uživatele';
$strChangeDisplay = 'Zvolte které sloupce zobrazit';
$strChangePassword = 'Zmìnit heslo';
$strChange = 'Zmìnit';
$strCharsetOfFile = 'Znaková sada souboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávání';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Zaškrtnout vše';
$strCheckOverhead = 'Zaškrtnout neoptimální';
$strCheckPrivsLong = 'Zkontrolovat oprávnìní pro databázi &bdquo;%s&ldquo;.';
$strCheckPrivs = 'Zkontrolovat oprávnìní';
$strCheckTable = 'Zkontrolovat tabulku';
$strChoosePage = 'Zvolte stránku, kterou chcete zmìnit';
$strColComFeat = 'Zobrazuji komentáøe sloupcù';
$strCollation = 'Porovnávání';
$strColumnNames = 'Názvy sloupcù';
$strColumnPrivileges = 'Oprávnìní pro jednotlivé sloupce';
$strCommand = 'Pøíkaz';
$strCommentsForTable = 'KOMENTÁØE PRO TABULKU';
$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';
$strConfigDefaultFileError = 'Nepodaøilo se nahrát výchozí konfiguraci ze soubouru: "%1$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í.';
$strConnections = 'Pøipojení';
$strConstraintsForDumped = 'Omezení pro exportované tabulky';
$strConstraintsForTable = 'Omezení pro tabulku';
$strCookiesRequired = 'Pøihlášení vyžaduje povolené cookies.';
$strCopyDatabaseOK = 'Databáze %s byla zkopírována na %s';
$strCopy = 'Kopírovat';
$strCopyTable = 'Kopírovat tabulku do (databáze<b>.</b>tabulka):';
$strCopyTableOK = 'Tabulka %s byla zkopírována do %s.';
$strCopyTableSameNames = 'Nelze kopírovat tabulku na sebe samu!';
$strCouldNotKill = 'phpMyAdminovi se nepodaøilo ukonèit vlákno %s. Pravdìpodobnì jeho bìh již skonèil.';
$strCreateDatabaseBeforeCopying = 'Vytvoøit databázi pøed kopírováním (CREATE DATABASE)';
$strCreateIndexTopic = 'Vytvoøit nový index';
$strCreateIndex = 'Vytvoøit index na&nbsp;%s&nbsp;sloupcích';
$strCreateNewDatabase = 'Vytvoøit novou databázi';
$strCreateNewTable = 'Vytvoøit novou tabulku v&nbsp;databázi %s';
$strCreatePage = 'Vytvoøit novou stránku';
$strCreatePdfFeat = 'Vytváøení PDF';
$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';
$strCzechSlovak = 'Èeština/Slovenština';
 
$strDanish = 'Dánština';
$strDatabase = 'Databáze';
$strDatabaseEmpty = 'Jméno databáze je prázdné!';
$strDatabaseExportOptions = 'Nastavení exportu databází';
$strDatabaseHasBeenDropped = 'Databáze %s byla zrušena.';
$strDatabaseNoTable = 'Tato databáze neobsahuje žádné tabulky!';
$strDatabases = 'Databáze';
$strDatabasesDropped = '%s databáze byla úspìšnì zrušena.';
$strDatabasesStatsDisable = 'Skrýt podrobnosti';
$strDatabasesStatsEnable = 'Zobrazit podrobnosti';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Zobrazení podrobností o&nbsp;databázích mùže zpùsobit znaèné zvýšení provozu mezi webserverem a MySQL serverem.';
$strDatabasesStats = 'Statistiky databází';
$strData = 'Data';
$strDataDict = 'Datový slovník';
$strDataOnly = ' Jen data';
$strDataPages = 'Stránek obshahujících data';
$strDBComment = 'Komentáø k&nbsp;databázi: ';
$strDBCopy = 'Zkopírovat databázi na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahù';
$strDBGLine = 'Øádka';
$strDBGMaxTimeMs = 'Min. èas, ms';
$strDBGMinTimeMs = 'Max. èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnìní pro jednotlivé databáze';
$strDBRename = 'Pøejmenovat databázi na';
$strDbSpecific = 'závislé na databázi';
$strDefaultEngine = '%s je výchozí úložištì na tomto MySQL serveru.';
$strDefaultValueHelp = 'Výchozí hodnotu zadejte jen jednu hodnotu bez uvozovek a escapování znakù, napøíklad: a';
$strDefault = 'Výchozí';
$strDefragment = 'Defragmentovat tabulku';
$strDelayedInserts = 'Používat zpoždìné inserty';
$strDeleteAndFlushDescr = 'Toto je nejèistší øešení, ale naèítání oprávnìní mùže trvat dlouho.';
$strDeleteAndFlush = 'Odstranit uživatele a znovunaèíst oprávnìní.';
$strDeleted = 'Øádek byl smazán';
$strDeletedRows = 'Smazané øádky:';
$strDeleteNoUsersSelected = 'Musíte vybrat uživatele, které chcete odstranit!';
$strDelete = 'Odstranit';
$strDeleting = 'Odstraòuji %s';
$strDelOld = 'Aktuální stránka se odkazuje na tabulky, které již neexistují. Chcete odstranit tyto odkazy?';
$strDescending = 'Sestupnì';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmìnìných stránek';
$strDisabled = 'Vypnuto';
$strDisableForeignChecks = 'Vypnout kontrolu cizích klíèù';
$strDisplayFeat = 'Zobrazení funkcí';
$strDisplayOrder = 'Seøadit podle:';
$strDisplayPDF = 'Zobrazit jako schéma v&nbsp;PDF';
$strDoAQuery = 'Provést &bdquo;dotaz podle pøíkladu&ldquo; (zástupný znak: &bdquo;%&ldquo;)';
$strDocu = 'Dokumentace';
$strDoYouReally = 'Opravdu si pøejete vykonat pøíkaz';
$strDropDatabaseStrongWarning = 'Chystáte se ZRUŠIT celou databázi!';
$strDrop = 'Odstranit';
$strDropUsersDb = 'Odstranit databáze se stejnými jmény jako uživatelé.';
$strDumpingData = 'Vypisuji data pro tabulku';
$strDumpSaved = 'Výpis byl uložen do souboru %s.';
$strDumpXRows = 'Vypsat %s øádkù od %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravit PDF stránky';
$strEditPrivileges = 'Upravit oprávnìní';
$strEdit = 'Upravit';
$strEffective = 'Efektivní';
$strEmptyResultSet = 'MySQL vrátil prázdný výsledek (tj. nulový poèet øádkù).';
$strEmpty = 'Vyprázdnit';
$strEnabled = 'Zapnuto';
$strEncloseInTransaction = 'Uzavøít pøíkazy v&nbsp;transakci';
$strEndCut = 'KONEC VÝPISU';
$strEnd = 'Konec';
$strEndRaw = 'KONEC VÝPISU';
$strEngineAvailable = 'Úložištì %s je dostupné na tomto MySQL serveru.';
$strEngineDisabled = 'Úložištì %s je vypnuté na tomto MySQL serveru.';
$strEngines = 'Úložištì';
$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';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonština';
$strExcelEdition = 'Verze Excelu';
$strExcelOptions = 'Nastavení exportu do Excelu';
$strExecuteBookmarked = 'Spustit oblíbený dotaz';
$strExplain = 'Vysvìtlit dotaz';
$strExport = 'Export';
$strExtendedInserts = 'Rozšíøené inserty';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepovedených pokusù';
$strFieldHasBeenDropped = 'Sloupec %s byl odstranìn';
$strFieldsEmpty = ' Nebyl zadán poèet sloupcù! ';
$strFieldsEnclosedBy = 'Názvy sloupcù uzavøené';
$strFieldsEscapedBy = 'Názvy sloupcù escapovány';
$strField = 'Sloupec';
$strFields = 'Sloupce';
$strFieldsTerminatedBy = 'Sloupce oddìlené';
$strFileAlreadyExists = 'Soubor %s již na serveru existuje, zmìòte jméno souboru, nebo zvolte pøepsání souboru.';
$strFileCouldNotBeRead = 'Soubor nelze pøeèíst';
$strFileNameTemplateDescriptionDatabase = 'jméno databáze';
$strFileNameTemplateDescriptionServer = 'jméno serveru';
$strFileNameTemplateDescriptionTable = 'jméno tabulky';
$strFileNameTemplateDescription = 'Tato hodnota je interpretována pomocí %1$sstrftime%2$s, takže mùžete použít libovolné øetìzce pro formátování data a èasu. Dále budou provedena následující nahrazení: %3$s. Jakýkoliv jiný text zùstane zachován beze zmìny.';
$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 (&bdquo;FLUSH&ldquo;)';
$strFormat = 'Formát';
$strFormEmpty = 'Chybìjící hodnota ve formuláøi!';
$strFreePages = 'Volných stránek';
$strFullText = 'Celé texty';
$strFunction = 'Funkce';
 
$strGenBy = 'Vygeneroval';
$strGeneralRelationFeat = 'Obecné funkce relací';
$strGeneratePassword = 'Vytvoøit heslo';
$strGenerate = 'Vytvoøit';
$strGenTime = 'Vygenerováno';
$strGeorgian = 'Gruzínština';
$strGerman = 'Nìmecky';
$strGlobal = 'globální';
$strGlobalPrivileges = 'Globální oprávnìní';
$strGlobalValue = 'Globální hodnota';
$strGo = 'Proveï';
$strGrantOption = 'Pøidìlování';
$strGreek = 'Øeètina';
$strGzip = '&bdquo;zagzipováno&ldquo;';
 
$strHandler = 'Obslužné rutiny';
$strHasBeenAltered = 'byla zmìnìna.';
$strHasBeenCreated = 'byla vytvoøena.';
$strHaveToShow = 'Musíte zvolit alespoò jeden sloupec, který chcete zobrazit.';
$strHebrew = 'Hebrejština';
$strHexForBinary = 'Binární pole vypisovat šestnáctkovì';
$strHome = 'Hlavní strana';
$strHomepageOfficial = 'Oficiální stránka phpMyAdmina';
$strHostEmpty = 'Jméno poèítaèe je prázdné!';
$strHost = 'Poèítaè';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Nastavení exportu pro Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Nastavení exportu pro Microsoft Word 2000';
$strHungarian = 'Maïarština';
 
$strIcelandic = 'Islandština';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignorovat duplicitní øádky';
$strIgnore = 'Ignorovat';
$strIgnoreInserts = 'Použít IGNORE';
$strIgnoringFile = 'Ignoruji soubor %s';
$strImportDocSQL = 'Importovat soubory docSQL';
$strImportFiles = 'Importovat soubory';
$strImportFormat = 'Formát importovaného souboru';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import byl úspìšnì dokonèen, bylo provedeno %d dotazù.';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index %s byl odstranìn';
$strIndex = 'Index';
$strIndexName = 'Jméno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pro sloupec `%s` je vytvoøeno více indexù';
$strIndexWarningPrimary = 'Sloupec `%s` by nemìl být zároveò obsažen v&nbsp;PRIMARY a INDEX klíèi';
$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 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.';
$strInnoDBDataHomeDir = 'Domovský adresáø pro data';
$strInnoDBPages = 'stránek';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Máte standardní nastavení hesla uživatele root v&nbsp;MySQL. Doporuèujeme zmìnit toto nastavení a tím podstatnì zvýšit bezpeènost Vašeho serveru.';
$strInsertAsNewRow = 'Vložit jako nový øádek';
$strInsertedRowId = 'Id vloženého øádku:';
$strInsertedRows = 'Vloženo øádkù:';
$strInsertNewRow = 'Vložit nový øádek';
$strInsert = 'Vložit';
$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.';
$strInvalidCSVFieldCount = 'Chybný poèet položek v&nbsp;CSV datech na øádku %d.';
$strInvalidCSVFormat = 'Chybný formát CSV dat na øádku %d.';
$strInvalidCSVParameter = 'Neznámý parametr pro import CSV: %s';
$strInvalidFieldAddCount = 'Musíte pøidat alespoò jeden sloupec.';
$strInvalidFieldCount = 'Tabulka musí mít alespoò jeden sloupec.';
$strInvalidLDIImport = 'Tento plugin nepodporuje komprimované soubory!';
$strInvalidRowNumber = '%d není platné èíslo øádku.';
$strInvalidServerHostname = 'Chybné jméno serveru pro server %1$s. Prosím zkontrolujte nastavení.';
$strInvalidServerIndex = 'Chybný index serveru: "%s"';
 
$strJapanese = 'Japonština';
$strJoins = 'Použité výbìry';
$strJumpToDB = 'Pøejít na databázi &bdquo;%s&ldquo;.';
$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&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';
 
$strLandscape = 'Na šíøku';
$strLanguageFileNotFound = 'Jazykový soubor "%1$s" nebyl nalezen.';
$strLanguageUnknown = 'Neznámý jazyk: %1$s.';
$strLatchedPages = 'Zamèených stránek';
$strLatexCaption = 'Titulek tabulky';
$strLatexContent = 'Obsah tabulky __TABLE__';
$strLatexContinuedCaption = 'Titulek pokraèování tabulky';
$strLatexContinued = '(pokraèování)';
$strLatexIncludeCaption = 'Použít titulek tabulky';
$strLatexLabel = 'Návìstí';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavení exportu do LaTeXu';
$strLatexStructure = 'Struktura tabulky __TABLE__';
$strLatvian = 'Lotyština';
$strLDI = 'CSV pomocí LOAD DATA';
$strLDIImportOptions = 'Nastavení CSV importu pomocí LOAD DATA';
$strLDILocal = 'Použít klíèové slovo LOCAL';
$strLengthSet = 'Délka/Množina';
$strLimitNumRows = 'záznamù na stránku';
$strLinesTerminatedBy = 'Øádky ukonèené';
$strLinkNotFound = 'Odkaz nenalezen';
$strLinksTo = 'Odkazuje na';
$strLithuanian = 'Litevština';
$strLocalhost = 'Lokální';
$strLocationTextfile = 'textový soubor';
$strLoginInformation = 'Pøihlašování';
$strLogin = 'Pøihlášení';
$strLogout = 'Odhlásit se';
$strLogPassword = 'Heslo:';
$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í';
$strMaximalQueryLength = 'Maximální velikost vytvoøeného dotazu';
$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!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformace';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Pro tuto transformaci není dostupný žádný popis.<br />Zeptejte se autora co %s dìlá.';
$strMIME_transformation_note = 'Pro seznam dostupných parametrù transformací a jejich MIME typù kliknìte na %spopisy transformací%s';
$strMIME_transformation_options_note = 'Zadejte parametry transformací v&nbsp;následujícím tvaru: \'a\',\'b\',\'c\'...<br />Pokud potøebujete použít zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, vložte pøed nì zpìtné lomítko (napøíklad \'\\\\xyz\' nebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametry transformace';
$strMIME_transformation = 'Transformace pøi prohlížení';
$strMIMETypesForTable = 'MIME TYPY PRO TABULKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemají vlastní transformaèní funkci';
$strModifications = 'Zmìny byly uloženy';
$strModifyIndexTopic = 'Upravit index';
$strModify = 'Úpravy';
$strMoveTableOK = 'Tabulka %s byla pøesunuta do %s.';
$strMoveTable = 'Pøesunout tabulku do (databáze<b>.</b>tabulka):';
$strMoveTableSameNames = 'Nelze pøesunout tabulku na sebe samu!';
$strMultilingual = 'mnohojazyèný';
$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 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í';
$strMyISAMRecoverOptions = 'Automatický režim obnovy';
$strMyISAMRecoverOptionsDesc = 'Režim automatické obnovy poškozených MyISAM tabulek. Nastavuje se parametrem --myisam-recover pøi spouštìní serveru.';
$strMyISAMRepairThreadsDesc = 'Pokud je tato hodnota vìtší než 1, indexy v&nbsp;MyISAM tabulkách jsou vytváøeny paralelenì (každý index vlastním threadem) pøi obnovì nebo øazení.';
$strMyISAMRepairThreads = 'Threadù pro opravování';
$strMyISAMSortBufferSizeDesc = 'Pamì, která je alokována pøi øazení MyISAM indexù bìhem jejich vytváøení nebo opravování.';
$strMyISAMSortBufferSize = 'Velikost pamìti pro øazení';
$strMySQLCharset = 'Znaková sada v&nbsp;MySQL';
$strMysqlClientVersion = 'Verze MySQL klienta';
$strMySQLConnectionCollation = 'Porovnávání pro toto pøipojení k&nbsp;MySQL';
$strMySQLSaid = 'MySQL hlásí: ';
$strMySQLShowProcess = 'Zobrazit procesy';
$strMySQLShowStatus = 'Informace o&nbsp;stavu MySQL';
$strMySQLShowVars = 'Systémové promìnné MySQL';
 
$strName = 'Název';
$strNext = 'Další';
$strNoActivity = 'Byli jste pøíliš dlouho neaktivní (déle než %s sekund), prosím pøihlaste se znovu';
$strNoDatabasesSelected = 'Nebyla vybrána žádná databáze.';
$strNoDatabases = 'Žádné databáze';
$strNoDescription = 'žádný popisek';
$strNoDetailsForEngine = 'Nejsou dostupné podrobnìjší informace o tomto úložišti.';
$strNoDropDatabases = 'Pøíkaz &bdquo;DROP DATABASE&ldquo; 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 (&bdquo;FRAME&ldquo;).';
$strNoIndexPartsDefined = 'Nebyla zadána žádná èást indexu!';
$strNoIndex = 'Tabulka nemá žádný index!';
$strNoModification = 'Žádná zmìna';
$strNo = 'Ne';
$strNone = 'Žádná';
$strNoOptions = 'Tento formát nemá žádná nastavení';
$strNoPassword = 'Žádné heslo';
$strNoPermission = 'Web server nemá oprávnìní uložit výpis do souboru %s.';
$strNoPhp = 'Bez PHP kódu';
$strNoPrivileges = 'Nemáte oprávnìní';
$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&nbsp;adresáøi %s.';
$strNothingToImport = 'Nebyla zadána žádná data pro import!';
$strNotNumber = 'Nebylo zadáno èíslo!';
$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';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet sloupcù';
$strNumSearchResultsInTable = '%s odpovídající(ch) záznam(ù) v&nbsp;tabulce <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkem:</b> <i>%s</i> odpovídající(ch) záznam(ù)';
$strNumTables = 'Tabulek';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otevøít nové okno phpMyAdmina';
$strOperations = 'Úpravy';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovat tabulku';
$strOr = 'nebo';
$strOverhead = 'Navíc';
$strOverwriteExisting = 'Pøepsat existující soubor(y)';
 
$strPageNumber = 'Strana èíslo:';
$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é!';
$strPasswordHashing = 'Hašovací funkce pro heslo';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Hesla nejsou stejná!';
$strPdfDbSchema = 'Schéma databáze &bdquo;%s&ldquo; - Strana %s';
$strPdfInvalidTblName = 'Tabulka &bdquo;%s&ldquo; neexistuje!';
$strPdfNoTables = 'žádné tabulky';
$strPDFOptions = 'Nastavení PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Název výpisu';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minutu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresáø';
$strPHP40203 = 'Používáte PHP 4.2.3, které má závažnou chybu pøi práci s&nbsp;vícebajtovými znaky (mbstring), jedná se o&nbsp;chybu PHP èíslo 19404. Nedoporuèujeme používat tuto verzi PHP s&nbsp;phpMyAdminem.';
$strPHPVersion = 'Verze PHP';
$strPhp = 'Zobrazit PHP kód';
$strPmaDocumentation = 'Dokumentace phpMyAdmina';
$strPmaUriError = 'Parametr <tt>$cfg[\'PmaAbsoluteUri\']</tt> MUSÍ být nastaven v&nbsp;konfiguraèním souboru!';
$strPolish = 'Polština';
$strPortrait = 'Na výšku';
$strPos1 = 'Zaèátek';
$strPrevious = 'Pøedchozí';
$strPrimaryKeyHasBeenDropped = 'Primární klíè byl odstranìn';
$strPrimaryKeyName = 'Jméno primárního klíèe musí být &bdquo;PRIMARY"!';
$strPrimaryKeyWarning = '(&bdquo;PRIMARY&ldquo; <b>musí</b> být jméno <b>pouze</b> primárního klíèe!)';
$strPrimary = 'Primární';
$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.';
$strPrivDescAlterRoutine = 'Umožòuje mìnit a rušit uložené procedury.';
$strPrivDescAlter = 'Umožòuje mìnit strukturu existujících tabulek.';
$strPrivDescCreateDb = 'Umožòuje vytváøet nové databáze a tabulky.';
$strPrivDescCreateRoutine = 'Umožòuje vytváøet uložené procedury.';
$strPrivDescCreateTbl = 'Umožòuje vytváøet nové tabulky.';
$strPrivDescCreateTmpTable = 'Umožòuje vytváøet doèasné tabulky.';
$strPrivDescCreateUser = 'Umožòuje vytváøet, rušit a pøejmenovávat úèty uživatelù.';
$strPrivDescCreateView = 'Umožòuje vytváøet nové pohledy.';
$strPrivDescDelete = 'Umožòuje mazat data.';
$strPrivDescDropDb = 'Umožòuje odstranit databáze a tabulky.';
$strPrivDescDropTbl = 'Umožòuje odstranit tabulky.';
$strPrivDescExecute5 = 'Umožòuje spouštìt uložené procedury.';
$strPrivDescExecute = 'Umožòuje spouštìt uložené procedury. V&nbsp;této verzi MySQL se nepoužívá.';
$strPrivDescFile = 'Umožòuje importovat a exportovat data z/do souborù na serveru.';
$strPrivDescGrant = 'Umožòuje pøidávat uživatele a oprávnìní bez znovunaèítání tabulek s&nbsp;oprávnìními.';
$strPrivDescIndex = 'Umožòuje vytváøet a rušit indexy.';
$strPrivDescInsert = 'Umožòuje vkládat a pøepisovat data.';
$strPrivDescLockTables = 'Umožòuje zamknout tabulku pro aktuální thread.';
$strPrivDescMaxConnections = 'Omezuje poèet nových pøipojení, která mùže uživatel vytvoøit za hodinu.';
$strPrivDescMaxQuestions = 'Omezuje, kolik dotazù mùže uživatel odeslat serveru za hodinu.';
$strPrivDescMaxUpdates = 'Omezuje, kolik dotazù mìnících nìjakou tabulku nebo databázi mùže uživatel spustit za hodinu.';
$strPrivDescMaxUserConnections = 'Omezuje poèet souèasných pøipojení uživatele.';
$strPrivDescProcess3 = 'Umožòuje ukonèit procesy jiným uživatelùm.';
$strPrivDescProcess4 = 'Umožòuje vidìt celé dotazy v&nbsp;seznamu procesù.';
$strPrivDescReferences = 'Nemá žádný vliv v&nbsp;této verzi MySQL.';
$strPrivDescReload = 'Umožòuje znovunaètení nastavení a vyprázdnìní vyrovnávacích pamìtí MySQL serveru.';
$strPrivDescReplClient = 'Umožní uživateli zjistit, kde je hlavní / pomocný server.';
$strPrivDescReplSlave = 'Potøebné pro replikaci pomocných serverù.';
$strPrivDescSelect = 'Umožòuje vybírat data.';
$strPrivDescShowDb = 'Umožòuje pøístup k&nbsp;úplnému seznamu databází.';
$strPrivDescShowView = 'Umožòuje spuštìní dotazu SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Umožòuje vypnout server.';
$strPrivDescSuper = 'Umožòuje pøipojení, i když je dosažen maximální poèet pøipojení. Potøebné pro vìtšinu operací pro správu serveru jako nastavování globálních promìnných a zabíjení threadù jiných uživatelù.';
$strPrivDescUpdate = 'Umožòuje mìnit data.';
$strPrivDescUsage = 'Žádná oprávnìní.';
$strPrivileges = 'Oprávnìní';
$strPrivilegesReloaded = 'Oprávnìní byla znovunaètena úspìšnì.';
$strProcesslist = 'Seznam procesù';
$strProtocolVersion = 'Verze protokolu';
$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';
$strQueryStatistics = '<b>Statistika dotazù</b>: Od spuštìní bylo serveru posláno %s dotazù.';
$strQueryTime = 'Dotaz zabral %01.4f sekund';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Nepøepisovat tento dotaz z&nbsp;hlavního okna';
 
$strReadRequests = 'Požadavkù na zápis';
$strReceived = 'Pøijato';
$strRecords = 'Záznamù';
$strReferentialIntegrity = 'Zkontrolovat integritu odkazù:';
$strRefresh = 'Obnovit';
$strRelationalSchema = 'Relaèní schéma';
$strRelationNotWorking = 'Nìkteré z&nbsp;rozšíøených funkcí phpMyAdmina nelze používat. %sZde%s zjistíte proè.';
$strRelationsForTable = 'RELACE PRO TABULKU';
$strRelations = 'Relace';
$strRelationView = 'Zobrazit relace';
$strReloadingThePrivileges = 'Znovunaèítám oprávnìní';
$strReloadMySQL = 'Znovunaètení MySQL';
$strRemoveSelectedUsers = 'Odstranit vybrané uživatele';
$strRenameDatabaseOK = 'Databáze %s byla pøejmenována na %s';
$strRenameTableOK = 'Tabulka %s byla pøejmenována na %s';
$strRenameTable = 'Pøejmenovat tabulku na';
$strRepairTable = 'Opravit tabulku';
$strReplaceNULLBy = 'Nahradit NULL hodnoty';
$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í &bdquo;USAGE&ldquo; (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&nbsp;tabulek.';
$strRevokeMessage = 'Byla zrušena práva pro %s';
$strRevoke = 'Zrušit';
$strRomanian = 'Rumunština';
$strRowLength = 'Délka øádku';
$strRowsFrom = 'øádkù zaèínající od';
$strRowSize = ' Velikost øádku ';
$strRowsModeFlippedHorizontal = 'vodorovném (otoèené hlavièky)';
$strRowsModeHorizontal = 'vodorovném';
$strRowsModeOptions = 've %s režimu a opakovat hlavièky po %s øádcích.';
$strRowsModeVertical = 'svislém';
$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&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';
$strSearchInTables = 'V&nbsp;tabulkách:';
$strSearchNeedle = 'Slova nebo hodnoty, které chcete vyhledat (zástupný znak: &bdquo;%&ldquo;):';
$strSearchOption1 = 'alespoò jedno ze slov';
$strSearchOption2 = 'všechna slova';
$strSearchOption3 = 'pøesnou frázi';
$strSearchOption4 = 'jako regulární výraz';
$strSearchResultsFor = 'Výsledky vyhledávání pro &bdquo;<i>%s</i>&ldquo; %s:';
$strSearchType = 'Najít:';
$strSearch = 'Vyhledávání';
$strSecretRequired = 'Nastavte klíè pro šifrování cookies (blowfish_secret) v&nbsp;konfiguraèním souboru (config.inc.php).';
$strSelectADb = 'Prosím vyberte databázi';
$strSelectAll = 'Vybrat vše';
$strSelectBinaryLog = 'Zvolte binární log pro zobrazení';
$strSelectFields = 'Zvolte sloupec (alespoò jeden):';
$strSelectNumRows = 'v&nbsp;dotazu';
$strSelectTables = 'Vybrat tabulky';
$strSend = 'Do souboru';
$strSent = 'Odesláno';
$strServerChoice = 'Server';
$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';
$strServerTabVariables = 'Promìnné';
$strServerTrafficNotes = '<b>Provoz serveru</b>: Informace o&nbsp;síovém provozu MySQL serveru od jeho spuštìní.';
$strServerVars = 'Promìnné a nastavení serveru';
$strServerVersion = 'Verze MySQL';
$strSessionValue = 'Hodnota sezení';
$strSetEnumVal = 'Pokud je sloupec typu &bdquo;enum&ldquo; nebo &bdquo;set", zadávejte hodnoty v&nbsp;následujícím formátu: \'a\',\'b\',\'c\'...<br />Pokud potøebujete zadat zpìtné lomítko (&bdquo;\&ldquo;) nebo jednoduché uvozovky (&bdquo;\'&ldquo;) mezi tìmito hodnotami, napište pøed nì zpìtné lomítko (pøíklad: \'\\\\xyz\' nebo \'a\\\'b\').';
$strShowAll = 'Zobrazit vše';
$strShowColor = 'Barevné šipky';
$strShowDatadictAs = 'Formát datového slovníku';
$strShowFullQueries = 'Zobrazit celé dotazy';
$strShowGrid = 'Zobrazit møížku';
$strShowingBookmark = 'Zobrazuji oblíbený dotaz';
$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_buffer_pool_pages_miscDescr = 'Poèet stránek zablokovaných pro administrativní úèely jako zamykání øádkù nebo hashe indexù. Tato hodnota také mùže být vypoèítána jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celková velikost InnoDB bufferù, ve stránkách.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet provedených &bdquo;náhodných&ldquo; dopøedných ètení. Tato situace nastává pokud dotaz prochází velkou èást tabulky v&nbsp;náhodném poøadí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet provedených sekvenèních dopøedných ètení. Toto nastává pokud InnoDB musí procházet celou tabulku.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet provedených logických ètení.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických ètení, které nemohly být uspokojeny z&nbsp;bufferu, ale bylo nutné pøeèíst stránku ze souboru.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Poèet èekání na zápis do InnoDB bufferù. Tyto zápisy obvykle probíhají na pozadí, ale pokud je nutné pøeèíst nebo vytvoøit stránku a žádná volná není k&nbsp;dispozici, musí se èekat. Pokud je velikost bufferù nastavena správnì, mìla by tato hodnota být malá.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisù provedených do InnoDB bufferu.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet provedených synchronizací.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Poèet nevyøízených synchronizací.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet nevyøízených ètení.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet nevyøízených zápisù.';
$strShowStatusInnodb_data_readDescr = 'Velikost pøeètených dat, v&nbsp;bajtech.';
$strShowStatusInnodb_data_readsDescr = 'Poèet provedenách ètení dat.';
$strShowStatusInnodb_data_writesDescr = 'Poèet provedenách zápisù dat.';
$strShowStatusInnodb_data_writtenDescr = 'Velikost zapsaných dat, v&nbsp;bajtech.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet provedených dvojitých zapsání a poèet stránek, které byly takto zapsány.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èekání kvùli plnému bufferu logu, který musel být vyprázdnìn pøed pokraèováním.';
$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&nbsp;souèasné dobì èeká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Prùmìrný èas potøebný pro získání zámku øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas strávený èekáním na zámek øádku, v&nbsp;milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximální èas potøebný pro získání zámku øádku, v&nbsp;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&nbsp;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&nbsp;InnoDB tabulek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet øádkù aktualizovaných v&nbsp;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&nbsp;vyrovnávací pamìti.';
$strShowStatusKey_readsDescr = 'Poèet skuteèných ètení bloku zklíèe z&nbsp;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&nbsp;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&nbsp;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';
$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';
$strSplitWordsWithSpace = 'Slova jsou oddìlena mezerou (&bdquo; &ldquo;).';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvoøených dotazù';
$strSQLImportOptions = 'Nastavení SQL importu';
$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&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';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Chybný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzavøené uvozovky';
$strSQPBugUnknownPunctuation = 'Neznámé interpunkèní znaménko';
$strStatCheckTime = 'Poslední kontrola';
$strStatCreateTime = 'Vytvoøení';
$strStatement = 'Údaj';
$strStatisticsOverrun = 'Na hodnì zatíženém serveru mohou èítaèe pøetéct, takže statistiky MySQL serveru mohou být nepøesné.';
$strStatUpdateTime = 'Poslední zmìna';
$strStatus = 'Stav';
$strStorageEngines = 'Úložištì';
$strStorageEngine = 'Úložištì';
$strStrucCSV = 'CSV';
$strStrucData = 'Strukturu a data';
$strStrucDrop = 'Pøidat DROP TABLE';
$strStrucExcelCSV = 'CSV pro MS Excel';
$strStrucNativeExcel = 'Nativní formát MS Excelu';
$strStrucOnly = 'Pouze strukturu';
$strStructPropose = 'Navrhnout strukturu tabulky';
$strStructure = 'Struktura';
$strSubmit = 'Provést';
$strSuccess = 'VᚠSQL-dotaz byl úspìšnì vykonán';
$strSum = 'Celkem';
$strSwedish = 'Švédština';
$strSwitchToDatabase = 'Pøepnout na zkopírovanou databázi';
$strSwitchToTable = 'Pøepnout na zkopírovanou tabulku';
 
$strTableAlreadyExists = 'Tabulka %s již existuje!';
$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';
$strTableHasBeenFlushed = 'Vyrovnávací pamì pro tabulku %s byla vyprázdnìna';
$strTableMaintenance = ' Údržba tabulky ';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametry tabulky';
$strTables = '%s tabulek';
$strTableStructure = 'Struktura tabulky';
$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';
$strThemeDefaultNotFound = 'Výchozí vzhled %s nebyl nalezen!';
$strThemeNoPreviewAvailable = 'Náhled není k&nbsp;dispozici.';
$strThemeNotFound = 'Vzhled %s nebyl nalezen!';
$strThemeNoValidImgPath = 'Nebyla nalezena platná cesta k obrázkùm pro vzhled %s!';
$strThemePathNotFound = 'Nebyla nalezena platná cesta k vzhledu %s!';
$strTheme = 'Vzhled';
$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';
$strTransactionCoordinator = 'Koordinátor transakcí';
$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).';
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí datum nebo èas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v&nbsp;hodinách), který bude pøidán k&nbsp;èasu (výchozí je 0). Druhý parametr je formátovací øetìzec pro funkci strftime().';
$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup pošle obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pìknì zformátuje HTML. Z&nbsp;bezpeènostních dùvodù musíte jména povolených programù zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je èíslo programu, který má být spuštìn a druhý parametr udává parametry tohoto programu. Tøetí parametr urèuje, zda mají být ve výstupu nahrazeny HTML entity (napø. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy pøevádìt na entity), ètvrtý (pøi nastavení na 1) zajistí pøidání parametru NOWRAP k&nbsp;vypisovanému textu, èímž se zachová formátování (výchozí je 1).';
$strTransformation_text_plain__formatted = 'Zachová pùvodní formátování sloupce, tak jak je uložen v&nbsp;databázi.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z&nbsp;pole obsahujícího odkaz na obrázek. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý a tøetí urèuje šíøku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z&nbsp;pole obsahujícího odkaz. První parametr je prefix URL (napøíklad &bdquo;http://mojedomena.cz/&ldquo;), druhý text odkazu.';
$strTransformation_text_plain__sql = 'Zobrazí text jako SQL dotaz se zvýrazòováním syntaxe.';
$strTransformation_text_plain__substr = 'Zobrazí jen èást textu. První parametr je posun od zaèátku (výchozí je 0) a druhý urèuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Tøetí parametr urèuje, jaký text má být pøidán za zkrácený text (výchozí je ...).';
$strTruncateQueries = 'Zobrazit zkrácené dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinština';
$strUncheckAll = 'Odškrtnout vše';
$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';
$strUpdComTab = 'Podívejte se prosím do dokumentace, jak aktualizovat tabulku s&nbsp;informacemi o&nbsp;sloupcích (tabulka column_comments)';
$strUpgrade = 'Mìli byste aktualizovat %s na verzi %s nebo vyšší.';
$strUploadLimit = 'Pravdìpodobnì jste se pokusili nahrát pøíliš velký soubor. Pøeètìte si prosím %sdokumentaci%s, jak toto omezení obejít.';
$strUsage = 'Používá';
$strUseBackquotes = 'Použít zpìtné uvozovky u&nbsp;jmen tabulek a sloupcù';
$strUsedPhpExtensions = 'Použitá rozšíøení PHP';
$strUseHostTable = 'Použít tabulku s&nbsp;poèítaèi';
$strUserAlreadyExists = 'Uživatel %s již existuje!';
$strUserEmpty = 'Jméno uživatele je prázdné!';
$strUserName = 'Jméno uživatele';
$strUserNotFound = 'Zvolený uživatel nebyl nalezen v&nbsp;tabulce oprávnìní.';
$strUserOverview = 'Pøehled uživatelù';
$strUsersDeleted = 'Vybraní uživatelé byli úspìšnì odstranìni.';
$strUsersHavingAccessToDb = 'Uživatelé mající pøístup k&nbsp;&bdquo;%s&ldquo;';
$strUser = 'Uživatel';
$strUseTabKey = 'Použijte klávesu TAB pro pohyb mezi hodnotami nebo CTRL+šipky po pohyb všemi smìry.';
$strUseTables = 'Použít tabulky';
$strUseTextField = 'Použít textové pole';
$strUseThisValue = 'Použít tuto hodnotu';
 
$strValidateSQL = 'Zkontrolovat SQL';
$strValidatorError = 'SQL validátor nemohl být inicializován. Prosím zkontrolujte, jestli máte požadovaná rozšíøení PHP, která jsou uvedena v&nbsp;%sdokumentaci%s.';
$strValue = 'Hodnota';
$strVar = 'Promìnná';
$strVersionInformation = 'Informace o&nbsp;verzi';
$strViewDumpDatabases = 'Export databází';
$strViewDumpDB = 'Export databáze';
$strViewDump = 'Export tabulky';
$strViewHasBeenDropped = 'Pohled %s byl odstranìn';
$strViewMaxExactCount = 'Tento pohled má více než %d záznamù. Viz %sdokumentace%s.';
$strView = 'Pohled';
 
$strWebServerUploadDirectoryError = 'Adresáø urèený pro upload souborù nemohl být otevøen';
$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&nbsp;dùvodu bezpeènostních nastavení.';
$strWithChecked = 'Zaškrtnuté:';
$strWriteRequests = 'Požadavkù na ètení';
$strWritingCommentNotPossible = 'Nelze zapsat komentáø';
$strWritingRelationNotPossible = 'Nelze zapsat relaci';
$strWrongUser = 'Špatné uživatelské jméno nebo heslo. Pøístup odepøen.';
 
$strXML = 'XML';
 
$strYes = 'Ano';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavení tìchto parametrù na 0 (nulu) odstraní omezení.';
$strZip = '&bdquo;zazipováno&ldquo;';
 
?>
/Web/Maintenance/phpMyAdmin/lang/danish-iso-8859-1.inc.php
0,0 → 1,975
<?php
/* $Id: danish-iso-8859-1.inc.php,v 2.135.2.3 2006/03/23 17:42:11 lem9 Exp $ */ /* Dansk v 2.136 (english 2.130) 10/02-2006 00:00:00 - oversætter AlleyKat kan kontaktes på < phpmyadmin (at) phpbb2.dk > */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// forkortelser for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// Se http://www.php.net/manual/en/function.strftime.php
// for at definere variablen herunder
$datefmt = '%d/%m %Y kl. %H:%M:%S';
$timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Afbrudt';
$strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti på webserveren til docSQL mappen';
$strAccessDenied = 'Adgang Nægtet';
$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$ssetupscriptet%2$s til at oprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du bør tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fået af administratoren af MySQL-serveren.';
$strAction = 'Handling';
$strAddAutoIncrement = 'Tilføj AUTO_INCREMENT værdi';
$strAddConstraints = 'Tilføj begrænsninger';
$strAddDeleteColumn = 'Tilføj/Slet felt-kolonne';
$strAddDeleteRow = 'Tilføj/Slet kriterie-række';
$strAddDropDatabase = 'Tilføj DROP DATABASE';
$strAddedColumnComment = 'Tilføjet kommentar til kolonne';
$strAddedColumnRelation = 'Tilføjet relation til kolonne';
$strAddFields = 'Tilføj %s felt(er)';
$strAddHeaderComment = 'Tilføj tilpassede kommentarer i headeren (\\n deler linjer)';
$strAddIfNotExists = 'Tilføj IF NOT EXISTS';
$strAddIntoComments = 'Tilføj til kommentarer';
$strAddNewField = 'Tilføj nyt felt';
$strAddPrivilegesOnDb = 'Tilføj privilegier på følgende database';
$strAddPrivilegesOnTbl = 'Tilføj privileges på følgende tabel';
$strAddSearchConditions = 'Tilføj søgekriterier (kroppen af "WHERE" sætningen):';
$strAddToIndex = 'Føj til indeks &nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Tilføj en ny bruger';
$strAddUserMessage = 'Du har tilføjet en ny bruger.';
$strAdministration = 'Administration';
$strAffectedRows = 'Berørte rækker:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Tilbage til foregående side';
$strAfterInsertNewInsert = 'Indsæt endnu en ny række';
$strAfterInsertNext = 'Redigér næste række';
$strAfterInsertSame = 'Gå tilbage til denne side';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillad afbrydelse af import hvis scriptet er tæt på tidsgrænsen. Dette kan være en god metode til at importere større filer, men kan knække transaktioner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Arrangér tabelrækkefølge efter';
$strAnalyzeTable = 'Analysér tabel';
$strAnd = 'Og';
$strAndThen = 'og derefter';
$strAnIndex = 'Der er tilføjet et indeks til %s';
$strAny = 'Enhver';
$strAnyHost = 'Enhver vært';
$strAnyUser = 'Enhver bruger';
$strApproximateCount = 'Kan være anslået. Se FAQ 3.11';
$strAPrimaryKey = 'En primær nøgle er blevet tilføjet til %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'I begyndelsen af tabel';
$strAtEndOfTable = 'I slutningen af tabel';
$strAttr = 'Attributter';
$strAutodetect = 'Fastslå automatisk';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Tilbage';
$strBaltic = 'Baltisk';
$strBeginCut = 'BEGYND KLIP';
$strBeginRaw = 'BEGYND RÅ';
$strBinary = ' Binært ';
$strBinaryDoNotEdit = ' Binært - må ikke ændres ';
$strBinaryLog = 'Binær log';
$strBinLogEventType = 'Hændelsestype';
$strBinLogInfo = 'Information';
$strBinLogName = 'Lognavn';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Lad alle brugere bruge dette bogmærke';
$strBookmarkCreated = 'Bogmærke %s oprettet';
$strBookmarkDeleted = 'Bogmærket er fjernet.';
$strBookmarkLabel = 'Mærke';
$strBookmarkQuery = 'SQL-forespørgsel med bogmærke';
$strBookmarkReplace = 'Erstat eksisterende bogmærke af samme navn';
$strBookmarkThis = 'Lav bogmærke til denne SQL-forespørgsel';
$strBookmarkView = 'Kun oversigt';
$strBrowse = 'Vis';
$strBrowseDistinctValues = 'Gennemse bestemte værdier';
$strBrowseForeignValues = 'Bladr i fremmede værdier';
$strBufferPoolActivity = 'Buffer Pool Aktivitet';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Forbrug';
$strBufferReadMissesInPercent = 'Read misses i %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits i %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarsk';
$strBusyPages = 'Travle sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet på grund af en ødelagt Bz2 extension i denne PHP version. Det anbefales kraftigt at sætte <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurationsfil til <code>FALSE</code>. Hvis du vil bruge Bz2 komprimeringsfeatures, bør du opdatere til en nyere PHP version. Se PHP bug report %s for detaljer.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunne ikke indlæse import plugins, check venligst din installation!';
$strCannotLogin = 'Kan ikke logge ind på MySQL-serveren';
$strCantLoad = 'Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP konfiguration.';
$strCantLoadRecodeIconv = 'Kan ikke indlæse iconv eller omkode nødvendig udvidelse til tegnsæt-konvertering, konfigurer php til at tillade brug af disse udvidelser eller slå tegnsæt-konvertering fra i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke omdøbe indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at være indlæst. Check din php-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'ingen forskel på store/små bogstaver';
$strCaseSensitive = 'forskel på store/små bogstaver';
$strCentralEuropean = 'Centraleuropæisk';
$strChange = 'Ændre';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyMode = 'Opret en bruger med samme privilegier og ...';
$strChangeCopyModeDeleteAndReload = ' ... slet den gamle fra brugertabellerne og genindlæs privilegierne efterfølgende.';
$strChangeCopyModeJustDelete = ' ... slet den gamle fra brugertabellerne.';
$strChangeCopyModeRevoke = ' ... tilbagekald alle aktive privilegier fra den gamle og slet den efterfølgende.';
$strChangeCopyUser = 'Ret Login-information / Kopiér bruger';
$strChangeDisplay = 'Vælg felt der skal vises';
$strChangePassword = 'Ændre kodeord';
$strCharset = 'Tegnsæt';
$strCharsetOfFile = 'Tegnsæt for filen:';
$strCharsetsAndCollations = 'Tegnsæt og kollationer (Collations)';
$strCharsets = 'Tegnsæt';
$strCheckAll = 'Afmærk alt';
$strCheckOverhead = 'Check tabeller der har overhead';
$strCheckPrivs = 'Check Privilegier';
$strCheckPrivsLong = 'Check privilegier for database &quot;%s&quot;.';
$strCheckTable = 'Tjek tabel';
$strChoosePage = 'Vælg en side der skal redigeres';
$strColComFeat = 'Viser kolonne-kommentarer';
$strCollation = 'Kollation (Collation)';
$strColumnNames = 'Kolonnenavne';
$strColumnPrivileges = 'Kolonne-specifikke privilegier';
$strCommand = 'Kommando';
$strComments = 'Kommentarer';
$strCommentsForTable = 'COMMENTS FOR TABLE (tabel-kommentarer)';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette inserts';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importeret fil-komprimering vil blive automatisk registreret fra: %s';
$strConfigDefaultFileError = 'Kunne ikke indlæse standardkonfiguration fra: \"%1$s\"';
$strConfigFileError = 'phpMyAdmin kunne ikke læse din konfigurationsfil!<br />Dette kan ske hvis php finder en parser-fejl i den, eller php kan ikke finde filen.<br />Kald konfigurationsfilen direkte fra nedenstående link og læs de(n) phpfejlmeddelse(r) du får. I de fleste tilfælde mangler der et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side, er alt i orden.';
$strConfigureTableCoord = 'Konfigurér venligst koordinaterne for tabel %s';
$strConnectionError = 'Kan ikke forbinde: ugyldige indstillinger.';
$strConnections = 'Forbindelser';
$strConstraintsForDumped = 'Begrænsninger for dumpede tabeller';
$strConstraintsForTable = 'Begrænsninger for tabel';
$strCookiesRequired = 'Herefter skal cookies være slået til.';
$strCopy = 'Kopi';
$strCopyDatabaseOK = 'Database %s er blevet kopieret til %s';
$strCopyTable = 'Kopier tabel til (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til den samme!';
$strCouldNotKill = 'phpMyAdmin kunne ikke dræbe tråden %s. Den er sandsynligvis allerede lukket.';
$strCreate = 'Opret';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Dan et indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lav et nyt indeks';
$strCreateNewDatabase = 'Opret ny database';
$strCreateNewTable = 'Opret ny tabel i database %s';
$strCreatePage = 'Opret en ny side';
$strCreatePdfFeat = 'Oprettelse af PDFer';
$strCreationDates = 'Oprettet/Opdateret/Check datoer';
$strCriteria = 'Kriterier';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV (kommasepareret)';
$strCSVImportOptions = 'CSV indstillinger';
$strCSVOptions = 'CSV-indstillinger';
$strCyrillic = 'Kyrillisk';
$strCzech = 'Tjekkisk';
$strCzechSlovak = 'Tjekkisk-Slovakisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasenavnet er tomt!';
$strDatabaseExportOptions = 'Database eksportindstillinger';
$strDatabaseHasBeenDropped = 'Database %s er slettet.';
$strDatabaseNoTable = 'Denne database indeholder ikke nogen tabel!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser er blevet droppet korrekt.';
$strDatabasesStats = 'Databasestatistik';
$strDatabasesStatsDisable = 'Slå Statistikker fra';
$strDatabasesStatsEnable = 'Slå Statistikker til';
$strDatabasesStatsHeavyTraffic = 'Bemærk: At slå databasestatistikkerne til her kan forårsage tung trafik mellem webserveren og MySQL-serveren.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Kun data';
$strDataPages = 'Sider der indeholder data';
$strDBComment = 'Databasekommentar: ';
$strDBCopy = 'Kopiér database til';
$strDBGContext = 'Sammenhæng';
$strDBGContextID = 'Sammenhæng-ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Hit, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-specifikke privilegier';
$strDBRename = 'Omdøb database til';
$strDbSpecific = 'database-specifik';
$strDefault = 'Standardværdi';
$strDefaultEngine = '%s er standard datalageret på denne MySQL-server.';
$strDefaultValueHelp = 'For standardværdier, indtast venligst kun en enkelt værdi, uden backslash escaping eller quotes, ud fra følgende format: a';
$strDefragment = 'Defragmentér tabel';
$strDelayedInserts = 'Brug forsinkede indsættelser';
$strDeleteAndFlush = 'Slet brugerne og genindlæs privilegier bagefter.';
$strDeleteAndFlushDescr = 'Dette er den sikreste metode, men genindlæsning af privilegierne kan tage noget tid.';
$strDelete = 'Slet';
$strDeletedRows = 'Slettede rækker:';
$strDeleted = 'Rækken er slettet!';
$strDeleteNoUsersSelected = 'Ingen brugere valgt til sletning!';
$strDeleting = 'Sletter %s';
$strDelOld = 'Nuværende side har referencer til tabeller der ikke længere eksisterer. Vil du slette disse referencer?';
$strDescending = 'Faldende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbog';
$strDirtyPages = 'Beskidte sider';
$strDisabled = 'Slået fra';
$strDisableForeignChecks = 'Slå fremmednøgle-checks fra';
$strDisplayFeat = 'Vis muligheder';
$strDisplayOrder = 'Rækkefølge af visning:';
$strDisplayPDF = 'Vis PDF skematik';
$strDoAQuery = 'Kør en forespørgsel på felter (jokertegn: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Er du sikker på at du vil ';
$strDropDatabaseStrongWarning = 'Du er ved at DESTRUERE en komplet database!';
$strDrop = 'Slet';
$strDropUsersDb = 'Drop databaser der har samme navne som brugernes.';
$strDumpingData = 'Data dump for tabellen';
$strDumpSaved = 'Dump er blevet gemt i filen %s.';
$strDumpXRows = 'Dump %s rækker startende med række %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ret';
$strEditPDFPages = 'Redigér PDF-sider';
$strEditPrivileges = 'Ret privilegier';
$strEffective = 'Effektiv';
$strEmpty = 'Tøm';
$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
$strEnabled = 'Slået til';
$strEncloseInTransaction = 'Inkludér eksport i en transaktion';
$strEndCut = 'SLUT KLIP';
$strEnd = 'Slut';
$strEndRaw = 'SLUT RÅ';
$strEngineAvailable = '%s er tilgængelig på denne MySQL-server.';
$strEngineDisabled = '%s er slået fra på denne MySQL-server.';
$strEngines = 'Lagre';
$strEngineUnsupported = 'Denne MySQL-server understøtter ikke %s datalager.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' NB: Navne på MySQL privilegier er på engelsk ';
$strError = 'Fejl';
$strErrorInZipFile = 'Fejl i ZIP arkiv:';
$strEscapeWildcards = 'Jokertegn _ og % skal være escaped med en \ foran for at bruge dem bogstaveligt';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estisk';
$strExcelEdition = 'Excel-udgave';
$strExcelOptions = 'Excel-indstillinger';
$strExecuteBookmarked = 'Udfør forespørgsel iflg. bogmærke';
$strExplain = 'Forklar SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Udvidede inserts';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Mislykkede forsøg';
$strField = 'Feltnavn';
$strFieldHasBeenDropped = 'Felt %s er slettet';
$strFieldsEmpty = ' Felttallet har ingen værdi! ';
$strFieldsEnclosedBy = 'Felter indrammet med';
$strFieldsEscapedBy = 'Felter escaped med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter afsluttet med';
$strFileAlreadyExists = 'Filen %s findes allerede på serveren, ændr filnavn eller tillad at der overskrives.';
$strFileCouldNotBeRead = 'Filen kunne ikke læses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescriptionServer = 'servernavn';
$strFileNameTemplateDescriptionTable = 'tabelnavn';
$strFileNameTemplateDescription = 'Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst vil blive bevaret som det er.';
$strFileNameTemplate = 'Skabelon for filnavn';
$strFileNameTemplateRemember = 'husk skabelonen';
$strFileToImport = 'Fil til import';
$strFixed = 'ordnet';
$strFlushPrivilegesNote = 'Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra privilegierne serveren bruger hvis der er lavet manuelle ændringer i den. Hvis det er tilfældet, bør du %sgenindlæse privilegierne%s før du fortsætter.';
$strFlushQueryCache = 'Flush forespørgsel-mellemlager (query cache)';
$strFlushTable = 'Flush tabellen ("FLUSH")';
$strFlushTables = 'Flush (luk) alle tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Ingen værdi i formularen !';
$strFreePages = 'Frie sider';
$strFullText = 'Komplette tekster';
$strFunction = 'Funktion';
 
$strGenBy = 'Genereret af';
$strGeneralRelationFeat = 'Generelle relationsmuligheder';
$strGenerate = 'Generér';
$strGeneratePassword = 'Generér Kodeord';
$strGenTime = 'Genereringstid';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global værdi';
$strGo = 'Udfør';
$strGrantOption = 'Tildel';
$strGreek = 'Græsk';
$strGzip = '"gzipped"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er ændret.';
$strHasBeenCreated = 'er oprettet.';
$strHaveToShow = 'Du skal vælge mindst en kolonne der skal vises';
$strHebrew = 'Hebræisk';
$strHexForBinary = 'Brug hexadecimal til binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
$strHostEmpty = 'Der er intet værtsnavn!';
$strHost = 'Vært';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportindstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportindstillinger';
$strHungarian = 'Ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fuldtekst';
$strIgnoreDuplicates = 'Ignorér gentagne rækker';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Brug ignorér inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL Filer';
$strImportFiles = 'Importér filer';
$strImportFormat = 'Format på importeret fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Import er korrekt gennemført, %d forespørgsler udført.';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s er blevet slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mere end en %s nøgle blev skabt for kolonne `%s`';
$strIndexWarningPrimary = 'PRIMARY og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene på tabel `%s`';
$strIndexWarningUnique = 'UNIQUE og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend forøgelse';
$strInnoDBAutoextendIncrementDesc = ' Størrelsen på den udvidelse der vil forekomme, når pladsen i en autoudvidende tabel udvides fordi den løber fuld.';
$strInnoDBBufferPoolSize = 'Buffer pool størrelse';
$strInnoDBBufferPoolSizeDesc = 'Størrelse på memorybufferen InnoDB bruger til at cache data og indeks på dets tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Data hovedmappe';
$strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og uden kodeord) som svarer til en standard MySQL priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, <u>er åben for indtrængen</u>, og du bør virkelig gøre noget ved dette sikkerhedshul.';
$strInsertAsNewRow = 'Indsæt som ny række';
$strInsertedRowId = 'Indsat række-id:';
$strInsertedRows = 'Indsatte rækker:';
$strInsert = 'Indsæt';
$strInsertNewRow = 'Indsæt ny række';
$strInternalNotNecessary = '* En intern relation er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relationer';
$strInUse = 'i brug';
$strInvalidAuthMethod = 'Ugyldig autorisationsmetode sat i konfiguration:';
$strInvalidColumnCount = 'Kolonnetælling skal være større end nul.';
$strInvalidColumn = 'Ugyldig kolonne (%s) specificeret!';
$strInvalidCSVFieldCount = 'Ugyldigt feltantal i CSV-input på linie %d.';
$strInvalidCSVFormat = 'Ugyldigt format for CSV-input på linie %d.';
$strInvalidCSVParameter = 'Ugyldigt parameter for CSV-import: %s';
$strInvalidFieldAddCount = 'Du skal tilføje mindst ét felt.';
$strInvalidFieldCount = 'Tabellen skal indeholde mindst ét felt.';
$strInvalidLDIImport = 'Denne plugin understøtter ikke komprimerede importer!';
$strInvalidRowNumber = '%d er ikke gyldigt rækkenummer.';
$strInvalidServerHostname = 'Ugyldigt hostnavn for server %1$s. Gennemgå venligst din konfiguration.';
$strInvalidServerIndex = 'Ugyldigt server indeks: \"%s\"';
 
$strJapanese = 'Japansk';
$strJoins = 'Joins';
$strJumpToDB = 'Hop til database &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;slettede&quot; brugere kan stadig tilgå serveren som de plejer indtil privilegierne genindlæses.';
$strJustDelete = 'Bare slet brugerne fra privilegietabellerne.';
 
$strKeepPass = 'Kodeord må ikke ændres';
$strKeyCache = 'Nøglemellemlager (key cache)';
$strKeyname = 'Nøglenavn';
$strKill = 'Dræb (Kill)';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggende';
$strLanguageFileNotFound = 'Sprogfil \"%1$s\" ikke fundet.';
$strLanguageUnknown = 'Ukendt sprog: %1$s.';
$strLatchedPages = 'Eksklusivt låste (latched) sider';
$strLatexCaption = 'Tabeloverskrift';
$strLatexContent = 'Indhold af tabel __TABLE__';
$strLatexContinuedCaption = 'Fortsat tabeloverskrift';
$strLatexContinued = '(fortsættes)';
$strLatexIncludeCaption = 'Inkluder tabeloverskrift';
$strLatexLabel = 'Mærke nøgle';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX indstillinger';
$strLatexStructure = 'Struktur for tabel __TABLE__';
$strLatvian = 'Lettisk';
$strLDI = 'CSV vha. LOAD DATA';
$strLDIImportOptions = 'Indstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Brug LOCAL nøgleord';
$strLengthSet = 'Længde/Værdi*';
$strLimitNumRows = 'poster pr. side';
$strLinesTerminatedBy = 'Linjer afsluttet med';
$strLinkNotFound = 'Link ikke fundet';
$strLinksTo = 'Linker til';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Tekstfilens placering';
$strLoginInformation = 'Login-information';
$strLogin = 'Login';
$strLogout = 'Log af';
$strLogPassword = 'Kodeord:';
$strLogServer = 'Server';
$strLogUsername = 'Brugernavn:';
$strLongOperation = 'Denne operation kan tage lang tid. Fortsæt alligevel?';
 
$strMaxConnects = 'maks. samtidige forbindelser';
$strMaximalQueryLength = 'Maksimal længde på oprettet forespørgsel';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP-udvidelsen mbstring blev ikke fundet og du ser ud til at bruge et multibyte tegnsæt. Uden mbstring-udvidelsen er phpMyAdmin ude af stand til at opdele strenge korrekt og dette kan forårsage uventede resultater';
$strMbOverloadWarning = 'Du har mbstring.func_overload slået til i din PHP-konfiguration. Denne indstilling er ikke kompatibel med phpMyAdmin og kan forårsage ødelæggelse af nogle data!';
$strMIME_available_mime = 'Tilgængelige MIME-typer';
$strMIME_available_transform = 'Tilgængelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Der er ingen beskrivelse af denne transformation.<br />Spørg venligst forfatteren, hvad %s gør.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For en liste over mulige transformationsindstillinger og deres MIME-type transformationer, klik på %stransformationsbeskrivelser%s';
$strMIME_transformation_options_note = 'Indtast værdier for transformationsindstillinger ud fra følgende format: \'a\',\'b\',\'c\'...<br />Skulle du få brug for at indsætte en backslash ("\") eller en apostrof ("\'") i værdierne, backslash det (for eksempel \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformationsindstillinger';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE (MIME-typer for tabellen)';
$strMIME_without = 'MIME-typer skrevet med kursiv har ikke en separat transformationsfunktion';
$strModifications = 'Rettelserne er gemt!';
$strModifyIndexTopic = 'Ændring af et indeks';
$strModify = 'Ret';
$strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s er flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til den samme!';
$strMultilingual = 'flersproget';
$strMyISAMDataPointerSize = 'Data pointer størrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pointerstørrelse i bytes, til brug ved CREATE TABLE for MyISAM tabeller når der ikke er specificeret nogen MAX_ROWS indstilling.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fil der bruges til hurtig MyISAM indeks-oprettelse ville være større end ved brug af key cache med størrelsen angivet her, foretræk key cache-metoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimal størrelse for midlertidige filer ved oprettelse af indeks';
$strMyISAMMaxSortFileSizeDesc = 'Maksimal størrelse for den midlertidige fil MySQL har lov til at bruge under genetablering af et MyISAM indeks (under REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimal størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk genopretnings-modus';
$strMyISAMRecoverOptionsDesc = 'Modus for automatisk genetablering af crashede MyISAM tabeller, som sat via --myisam-recover server opstartsindstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne værdi er større end 1, oprettes MyISAM tabel-indeks parallelt (hvert indeks i dets egen tråd) under Reparation ved sortering-processen.';
$strMyISAMRepairThreads = 'Reparér tråde';
$strMyISAMSortBufferSizeDesc = 'Bufferen der allokeres ved sortering af MyISAM indeks under en REPAIR TABLE eller når indeks oprettes med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorterings-bufferstørrelse';
$strMySQLCharset = 'MySQL Tegnsæt';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'MySQL forbindelses-sammenkøring';
$strMySQLSaid = 'MySQL returnerede: ';
$strMySQLShowProcess = 'Vis tråde';
$strMySQLShowStatus = 'Vis MySQL runtime-information';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Næste';
$strNoActivity = 'Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Der er ingen detaljerede statusinformationer tilgængelige for dette datalager.';
$strNoDropDatabases = '"DROP DATABASE" erklæringer kan ikke bruges.';
$strNoExplain = 'Spring over Forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer fundet i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.';
$strNoIndex = 'Intet indeks defineret!';
$strNoIndexPartsDefined = 'Ingen dele af indeks er defineret!';
$strNoModification = 'Ingen ændring';
$strNone = 'Intet';
$strNo = 'Nej';
$strNoOptions = 'Dette format har ingen indstillinger';
$strNoPassword = 'Intet kodeord';
$strNoPermission = 'Webserveren har ikke tilladelse til at gemme filen %s.';
$strNoPhp = 'uden PHP-kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke tilstrækkelige rettigheder til at være her!';
$strNoRowsSelected = 'Ingen rækker valgt';
$strNoSpace = 'Utilstrækkeligt plads til at gemme filen %s.';
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
$strNoThemeSupport = 'Ingen tema/layout-understøttelse, tjek venligst din konfiguration og/eller dine temaer i mappen %s.';
$strNothingToImport = 'Du har ikke angivet nogen data der skal importeres!';
$strNotNumber = 'Dette er ikke et tal!';
$strNotOK = 'ikke OK';
$strNotSet = 'Tabel <b>%s</b> findes ikke eller er ikke sat i %s';
$strNoUsersFound = 'Ingen bruger(e) fundet.';
$strNoValidateSQL = 'Spring over Validér SQL';
$strNull = 'Nulværdi';
$strNumberOfFields = 'Antal felter';
$strNumSearchResultsInTable = '%s hit(s) i tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> hit(s)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åbn nyt phpMyAdmin vindue';
$strOperations = 'Operationer';
$strOperator = 'Operatør';
$strOptimizeTable = 'Optimer tabel';
$strOr = 'Eller';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overskriv eksisterende fil(er)';
 
$strPageNumber = 'Side nummer:';
$strPagesToBeFlushed = 'Sider der står til at blive tømt';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis import';
$strPartialText = 'Delvise tekster';
$strPasswordChanged = 'Kodeordet for %s blev korrekt udskiftet.';
$strPasswordEmpty = 'Der er ikke angivet noget kodeord!';
$strPasswordHashing = 'Kodeord Hashing';
$strPasswordNotSame = 'De to kodeord er ikke ens!';
$strPassword = 'Kodeord';
$strPdfDbSchema = 'Skematik for databasen "%s" - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" findes ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF-indstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttitel';
$strPerHour = 'pr. time';
$strPerMinute = 'pr. minut';
$strPerSecond = 'pr. sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonbog';
$strPHP40203 = 'Du bruger PHP 4.2.3, som har en alvorlig fejl med multi-byte strenge (mbstring). Se PHP bug report 19404. Denne version af PHP kan ikke anbefales at bruge med phpMyAdmin.';
$strPhp = 'Fremstil PHP-kode';
$strPHPVersion = 'PHP version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivet SKAL være sat i din konfigurationsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Stående';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøglen er slettet';
$strPrimaryKeyName = 'Navnet på primærnøglen skal være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>skal</b> være navnet på og <b>kun på</b> en primær nøgle!)';
$strPrimary = 'Primær';
$strPrint = 'Print';
$strPrintViewFull = 'Udskrift-visning (med fulde tekster)';
$strPrintView = 'Vis (udskriftvenlig)';
$strPrivDescAllPrivileges = 'Inkluderer alle privilegier pånær GRANT.';
$strPrivDescAlter = 'Tillader ændring af strukturen på eksisterende tabeller.';
$strPrivDescAlterRoutine = 'Tillader ændring og sletning af gemte rutiner.';
$strPrivDescCreateDb = 'Tillader oprettelse af nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillader oprettelse af gemte rutiner.';
$strPrivDescCreateTbl = 'Tillader oprettelse af nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillader oprettelse af midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillader oprettelse, sletning og omdøbning af brugerkonti.';
$strPrivDescCreateView = 'Tillader oprettelse af nye Allows creating new views.';
$strPrivDescDelete = 'Tillader sletning af data.';
$strPrivDescDropDb = 'Tillader at droppe databaser og tabeller.';
$strPrivDescDropTbl = 'Tillader at droppe tabeller.';
$strPrivDescExecute5 = 'Tillader udførelse af gemte rutiner.';
$strPrivDescExecute = 'Tillader kørsel af gemte procedurer; Har ingen effekt i denne MySQL-version.';
$strPrivDescFile = 'Tillader import af data fra og eksport af data til filer.';
$strPrivDescGrant = 'Tillader oprettelse af brugere og privilegier uden at genindlæse privilegie-tabellerne.';
$strPrivDescIndex = 'Tillader at skabe og droppe indeks.';
$strPrivDescInsert = 'Tillader indsættelse og erstatning af data.';
$strPrivDescLockTables = 'Tillader låsning af tabeller for nuværende tråd.';
$strPrivDescMaxConnections = 'Begrænser antallet af nye forbindelser brugeren må åbne pr. time.';
$strPrivDescMaxQuestions = 'Begrænser antallet af forespørgsler brugeren må sende til serveren pr. time.';
$strPrivDescMaxUpdates = 'Begrænser antallet af kommandoer som ændrer enhver tabel eller database brugeren må udføre pr. time.';
$strPrivDescMaxUserConnections = 'Begrænser antallet af samtidige forbindelser brugere må have.';
$strPrivDescProcess3 = 'Tillader at dræbe andre brugeres processer.';
$strPrivDescProcess4 = 'Tillader at se komplette forespørgsler i proceslisten.';
$strPrivDescReferences = 'Har ingen effekt i denne MySQL version.';
$strPrivDescReload = 'Tillader genindlæsning af serverindstillinger og tømning af caches.';
$strPrivDescReplClient = 'Giver brugeren rettigheder til at spørge hvor Slaves / Masters er.';
$strPrivDescReplSlave = 'Nødvendigt for replikationsslaverne.';
$strPrivDescSelect = 'Tillader læsning af data.';
$strPrivDescShowDb = 'Giver adgang til den fuldstændige liste over databaser.';
$strPrivDescShowView = 'Tillader udførelse af SHOW CREATE VIEW forespørgsler.';
$strPrivDescShutdown = 'Tillader nedlukning af serveren.';
$strPrivDescSuper = 'Tillader forbindelse, selv hvis maksimalt antal forbindelser er nået; Nødvendigt for de fleste administrative operationer som indstilling af globale variabler eller for at dræbe andre brugeres tråde.';
$strPrivDescUpdate = 'Tillader ændring af data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierne blev korrekt genindlæst.';
$strProcesslist = 'Procesliste';
$strProtocolVersion = 'Protokolversion';
$strPutColNames = 'Indsæt feltnavne i første række';
 
$strQBEDel = 'Del (Slet)';
$strQBEIns = 'Ins(Indsæt)';
$strQBE = 'Foresp. via eks.';
$strQueryCache = 'Forespørgsel-mellemlager';
$strQueryFrame = 'Foresp. vindue';
$strQueryOnDb = 'SQL-forespørgsel til database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Forespørgselsstatistikker</b>: Siden opstarten er der blevet sendt %s forespørgsler til serveren.';
$strQueryTime = 'Forepørgsel tog %01.4f sek';
$strQueryType = 'Forespørgselstype';
$strQueryWindowLock = 'Overskriv ikke denne forespørgsel fra udenfor vinduet';
 
$strReadRequests = 'Read-anmodninger';
$strReceived = 'Modtaget';
$strRecords = 'Poster';
$strReferentialIntegrity = 'Check reference-integriteten';
$strRefresh = 'Opdatér';
$strRelationalSchema = 'Relationel skematik';
$strRelationNotWorking = 'De ekstra features for at arbejde med linkede tabeller er deaktiveret. For at se hvorfor, klik %sher%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE (Relationer for tabellen)';
$strRelations = 'Relationer';
$strRelationView = 'Se Relationer';
$strReloadingThePrivileges = 'Genindlæs privilegierne';
$strReloadMySQL = 'Genstart MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brugere';
$strRenameDatabaseOK = 'Database %s er blevet omdøbt til %s';
$strRenameTableOK = 'Tabellen %s er nu omdøbt til %s';
$strRenameTable = 'Omdøb tabel til';
$strRepairTable = 'Reparer tabel';
$strReplaceNULLBy = 'Erstat NULL med';
$strReplaceTable = 'Erstat data i tabellen med filens data';
$strReplication = 'Replikering';
$strReset = 'Nulstil';
$strResourceLimits = 'Ressourcebegrænsninger';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Bruger(e) vil fortsat have USAGE-privilegiet indtil privilegierne genindlæses.';
$strRevokeAndDelete = 'Tilbagekald alle aktive privileiger fra brugerne og slet dem efterfølgende.';
$strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
$strRevoke = 'Tilbagekald';
$strRomanian = 'Rumænsk';
$strRowLength = 'Rækkelængde';
$strRowsFrom = 'rækker startende fra post #';
$strRowSize = ' Rækkestørrelse ';
$strRowsModeFlippedHorizontal = 'horisontalt (roterede overskrifter)';
$strRowsModeHorizontal = 'vandret';
$strRowsModeOptions = '%s og gentag overskrifter efter %s celler';
$strRowsModeVertical = 'lodret';
$strRows = 'Rækker';
$strRowsStatistic = 'Række-statistik';
$strRunning = 'kører på %s';
$strRunQuery = 'Send forespørgsel';
$strRunSQLQueryOnServer = 'Kør SQL-forespørgsel/forespørgsler på server %s';
$strRunSQLQuery = 'Kør SQL-forspørgsel(er) på database %s';
$strRussian = 'Russisk';
 
$strSaveOnServer = 'Gem på serveren i mappen %s ';
$strSave = 'Gem';
$strScaleFactorSmall = 'Skaleringsfaktoren er for lille til at tilpasse skematikken til en side';
$strSearchFormTitle = 'Søg i databasen';
$strSearchInTables = 'Indeni tabel(ler):';
$strSearchNeedle = 'Ord eller værdi(er) (jokertegn: "%"):';
$strSearchOption1 = 'mindst et af ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'den nøjagtige sætning';
$strSearchOption4 = 'som regulært udtryk';
$strSearchResultsFor = 'Søgeresultater for "<i>%s</i>" %s:';
$strSearch = 'Søg';
$strSearchType = 'Find:';
$strSecretRequired = 'Konfigurationsfilen skal nu bruge et hemmeligt kodeord (blowfish_secret).';
$strSelectADb = 'Vælg en database';
$strSelectAll = 'Vælg alle';
$strSelectBinaryLog = 'Vælg binærlog til gennemsyn';
$strSelectFields = 'Vælg mindst eet felt:';
$strSelectNumRows = 'i forespørgsel';
$strSelectTables = 'Vælg Tabeller';
$strSend = 'Send (download)';
$strSent = 'Sendt';
$strServerChoice = 'Server valg';
$strServerNotResponding = 'Serveren svarer ikke';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Forsinkede inserts';
$strServerStatus = 'Runtime-information';
$strServerStatusUptime = 'Denne MySQL-server har kørt i %s. Den startede op den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Disse tabeller viser netværkstrafik-statistikkerne for denne MySQL-server siden dens opstart.';
$strServerVars = 'Server-variabler og indstillinger';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsværdi';
$strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal værdierne angives på formen: \'a\',\'b\',\'c\'...<br />Skulle du få brug for en backslash ("\") eller et enkelt anførselstegn ("\'") blandt disse værdier, så tilføj en ekstra backslash (fx \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alt';
$strShowColor = 'Vis farve';
$strShowDatadictAs = 'Data Dictionary-format';
$strShowFullQueries = 'Vis fuldstændige forespørgsler';
$strShowGrid = 'Vis gitter';
$strShowingBookmark = 'Viser bogmærke';
$strShowingRecords = 'Viser poster ';
$strShowOpenTables = 'Vis åbne tabeller';
$strShowPHPInfo = 'Vis PHP information';
$strShow = 'Vis';
$strShowSlaveHosts = 'Vis slave værter';
$strShowSlaveStatus = 'Vis slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager men overskred værdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antal midlertidige tabeller på disken oprettet automatisk af serveren under udførelse af statements. Hvis Created_tmp_disk_tables er stor, skal du overveje at forøge tmp_table_size værdien for at gøre midlertidige tabeller hukommelses-baserede i stedet for disk-baserede.';
$strShowStatusCreated_tmp_filesDescr = 'Hvor mange midlertidige filer mysqld har oprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antal i-hukommelsen midlertidige tabeller oprettet automatisk af serveren under udførelse af statements.';
$strShowStatusDelayed_errorsDescr = 'Antal rækker skrevet med INSERT DELAYED (forsinket indsættelse) under hvilke der opstod fejl (sandsynligvis dublerede nøgler).';
$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler tråde i brug. Hver forskellig tabel hvorpå en bruger INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antallet af INSERT DELAYED rækker skrevet.';
$strShowStatusFlush_commandsDescr = 'Antallet af udførte FLUSH statements.';
$strShowStatusHandler_commitDescr = 'Antallet af interne COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'Antallet af gange en række blev slettet fra en tabel.';
$strShowStatusHandler_discoverDescr = 'MySQL serveren kan spørge en NDB Cluster storage engine om den kender til en tabel med et givent navn. Dette kaldes opdagelse. Handler_discover indikerer antallet af gange tabeller er blevet opdaget.';
$strShowStatusHandler_read_firstDescr = 'Antallet af gange første indlæg blev læst fra et indeks. Hvis denne er høj, antyder det at serveren laver mange fulde indeks scans; for eksempel, SELECT col1 FROM foo, antagende at col1 er indekseret.';
$strShowStatusHandler_read_keyDescr = 'Antallet af anmodninger om at læse en række baseret på en nøgle. Hvis denne er høj, er det en god indikation af at dine forespørgsler og tabeller er ordentligt indekserede.';
$strShowStatusHandler_read_nextDescr = 'Antallet af anmodninger om at læse næste række i nøgleorden. Denne forøges hvis du forespørger på en indekskolonne med en range-begrænsning eller hvis du udfører et indeks scan.';
$strShowStatusHandler_read_prevDescr = 'Antallet af anmodninger om at læse foregående række i nøgleorden. Denne læsemetode bruges hovedsageligt til at optimere ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antallet af anmodninger om at læse en række baseret på en fast position. Denne er høj hvis du laver mange forespørgsler der kræver sortering af resultatet. Du har sandsynligvis mange forespørgsler der forlanger at MySQL scanner hele tabeller eller du har joins der ikke bruger nøgler ordentligt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antallet af anmodninger om læsning af næste række i datafilen. Denne er høj hvis du laver mange tabelscanninger. Generelt antyder dette at dine tabeller enten ikke er ordentligt indekserede eller at dine forespørgsler ikke er skrevet til at drage fordel af de indeks du har.';
$strShowStatusHandler_rollbackDescr = 'Antallet af interne ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'Antallet af anmodninger om at opdatere en række i en tabel.';
$strShowStatusHandler_writeDescr = 'Antallet af anmodninger om at indsætte en række i en tabel.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antallet af sider der indeholder data (beskidte eller rene).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antallet af såkaldt beskidte sider.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antallet af buffer pool sider der er anmodet om at skulle flushes.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antallet af frie sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet af eksklusivt låste (latched) sider i InnoDB buffer pool. Dette er sider der i øjeblikket læses eller skrives eller som ikke kan flushes eller fjernes af andre årsager.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antallet af travle sider fordi de er blevet allokeret til administrativ overhead så som rækkelåse eller det adaptive hash indeks. Denne værdi kan også beregnes som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på buffer pool, i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antallet af "tilfældige" read-aheads InnoDB initierede. Dette sker når en forespørgsel skal scanne en større del af en tabel men i tilfældig rækkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antallet af sekventielle read-aheads InnoDB initierede. Dette sker når InnoDB laver en sekventiel fuld tabelscanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antallet af logiske read anmodninger InnoDB har lavet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antallet af logiske reads som InnoDB ikke kunne tilfredsstille fra buffer pool og måtte lave en enkelt-side read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivninger til InnoDB buffer poolen i baggrunden. Men, hvis der er brug for at læse eller oprette en side og der ikke er nogen rene sider tilgængelige, er det nødvendigt at vente på at der bliver flushet sider først. Denne tæller tæller hvor mange gange det er sket. Hvis buffer pool størrelsen er sat ordentligt, skulle denne værdi være lille.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antallet af skrivninger til InnoDB buffer poolen.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antallet af fsync() operationer indtil nu.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuværende antal ventende fsync() operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuværende antal af ventende reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuværende antal af ventende writes.';
$strShowStatusInnodb_data_readDescr = 'Mængden af data læst indtil nu, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Det totale antal af data reads.';
$strShowStatusInnodb_data_writesDescr = 'Det totale antal af data writes.';
$strShowStatusInnodb_data_writtenDescr = 'Mængden af data skrevet indtil nu, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_log_waitsDescr = 'Antallet af waits vi har haft fordi log buffer var for lille og vi skulle vente på at den blev flushed før vi kunne fortsætte.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antallet af log write anmodninger.';
$strShowStatusInnodb_log_writesDescr = 'Antallet af fysiske skrivninger til log filen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antallet af fsyncs skrivninger lavet til log filen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antallet af ventende log fil fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende log fil skrivninger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antallet af bytes skrevet til log filen.';
$strShowStatusInnodb_pages_createdDescr = 'Antallet af sider oprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den indkompilerede InnoDB sidestørrelse (standard 16KB). Mange værdier tælles i sider; sidestørrelsen gør at man let kan omregne dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antallet af sider læst.';
$strShowStatusInnodb_pages_writtenDescr = 'Antallet af sider skrevet.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antallet af rækkelåse der ventes på i øjeblikket.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gennemsnitstiden for at få en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brugt på at hente rækkelåse, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimale tid for at hente en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antallet af gange der skulle ventes på en rækkelås.';
$strShowStatusInnodb_rows_deletedDescr = 'Antallet af rækker slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antallet af rækker indsat i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antallet af rækker læst fra InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'Antallet af rækker opdateret i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antallet af nøgleblokeringer i nøglemellemlageret der har ændret sig men endnu ikke er blevet flushet til disk. Det hed tidligere Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antallet af ubrugte blokke i nøglemellemlageret. Du kan bruge denne værdi til at fastslå hvor meget af nøglemellemlagere der er i brug.';
$strShowStatusKey_blocks_usedDescr = 'Antallet af brugte blokke i nøglemellemlageret. Denne værdi er et højvande-mærke der indikerer det maksimale antal blokke der på noget tidspunkt har været i brug på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antallet af anmodninger om at læse en nøgleblok fra mellemlageret.';
$strShowStatusKey_readsDescr = 'Antallet af fysiske læsninger af en nøgleblok fra disk. Hvis Key_reads er stor, er din key_buffer_size værdi sandsynligvis for lille. Mellemlager miss raten kan beregnes som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antallet af anmodninger om at skrive en nøgleblok til mellemlageret.';
$strShowStatusKey_writesDescr = 'Antallet af fysiske skrivninger af en nøgleblok til disk.';
$strShowStatusLast_query_costDescr = 'Totale omkostninger for den seneste kompilerede forespørgsel som beregnet af forespørgsels-optimeringsrutinen. Brugbart til at sammenligne omkostninger på forskellige forespørgselsplaner for den samme forespørgsel. En standardværdi på 0 betyder at der ikke er kompileret nogen forespørgsler endnu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antallet af rækker der venter på at blive skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antallet af tabeller der er blevet åbnet. Hvis åbnede tabeller er stor, er dit tabelmellemlager sandsynligvis for lille.';
$strShowStatusOpen_filesDescr = 'Antallet af filer der er åbne.';
$strShowStatusOpen_streamsDescr = 'Antallet af streams der er åbne (bruges hovedsageligt til logning).';
$strShowStatusOpen_tablesDescr = 'Antallet af tabeller der er åbne.';
$strShowStatusQcache_free_blocksDescr = 'Antallet af frie hukommelsesblokke i forespørgsels-mellemlageret.';
$strShowStatusQcache_free_memoryDescr = 'Mængden af fri hukommelse til forespørgselsmellemlageret.';
$strShowStatusQcache_hitsDescr = 'Antallet af mellemlager hits.';
$strShowStatusQcache_insertsDescr = 'Antallet af forespørgsler tilføjet til mellemlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antallet af forespørgsler der er blevet fjernet fra mellemlageret for at rydde hukommelse til mellemlagring af nye forespørgsler. Denne information kan hjælpe dig med at tune forespørgselsmellemlagerets størrelse. Forespørgselsmellemlageret bruger en mindst nyligt brugt (LRU) strategi til at afgøre hvilke forespørgsler der skal fjernes fra mellemlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet af ikke-mellemlagrede forespørgsler (ikke mulige at mellemlagre eller ikke mellemlagret grundet query_cache_type indstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antallet af forespørgsler registreret i mellemlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totalt antal blokke i forespørgsels-mellemlageret.';
$strShowStatusReset = 'Nulstil';
$strShowStatusRpl_statusDescr = 'Status på failsafe replikering (endnu ikke implementeret).';
$strShowStatusSelect_full_joinDescr = 'Antallet af joins der ikke bruger indeks. Hvis denne værdi ikke er 0, bør du nøje tjekke indeksene på dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antallet af joins der brugte en range søgning på en reference tabel.';
$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. (Hvis denne ikek er 0, bør du nøje tjekke indeks på dine tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antallet af joins der brugte ranges på den første tabel. (Normalt ikke kritisk selvom tallet er stort.)';
$strShowStatusSelect_scanDescr = 'Antallet af joins som lavede en fuld scan af den første tabel.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antallet af midlertidige tabeller i øjeblikket åbne af SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (siden opstart) antal gange replikeringsslave SQL tråden har gen-forsøgt transaktioner.';
$strShowStatusSlave_runningDescr = 'Dette er TIL hvis denne server er en slave der er forbundet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antallet af tråde der har taget mere end slow_launch_time sekunder at oprette.';
$strShowStatusSlow_queriesDescr = 'Antallet af forespørgsler der har taget mere end long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antallet af sammenlægningskørsler sorteringsalgoritmen skulle lave. Hvis denne værdi er høj, bør du overveje at forøge værdien af sort_buffer_size systemvariablen.';
$strShowStatusSort_rangeDescr = 'Antallet af sorteringer lavet med ranges.';
$strShowStatusSort_rowsDescr = 'Antallet af sorterede rækker.';
$strShowStatusSort_scanDescr = 'Antallet af sorteringer udført ved scanning af tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabellås blev givet æjeblikkeligt.';
$strShowStatusTable_locks_waitedDescr = 'Antallet af gange en tabellås ikke kunne fås øjeblikkeligt og en wait var nødvendig. Hvis denne er høj, og du har ydelsesproblemer, bør du først optimere dine forespørgsler, og derefter enten opdele din tabel eller tabeller, eller bruge replikering.';
$strShowStatusThreads_cachedDescr = 'Antallet af tråde i tråd-mellemlageret. Mellemlager-hitraten kan udregnes som Threads_created/Forbindelser. Hvis denne værdi er rød bør du forøge din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antallet af i øjeblikket åbne forbindelser.';
$strShowStatusThreads_createdDescr = 'Antallet af tråde oprettet til at håndtere forbindelser. Hvis Threads_created er stor, kan du vælge at forøge thread_cache_size værdien. (Normalt giver dette ingen nævneværdig ydelsesforbedring hvis du har god tråd-implementering.)';
$strShowStatusThreads_runningDescr = 'Antallet af tråde der ikke sover.';
$strShowTableDimension = 'Vis tabellernes dimensioner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis forespørgslen her igen ';
$strSimplifiedChinese = 'Simplificeret Kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antal poster (queries) der skal springes over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL servers socket er ikke korrekt konfigureret)';
$strSortByKey = 'Sorteringsnøgle';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Pladsforbrug';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord adskilles af mellemrums-karakter (" ").';
$strSQLExportCompatibility = 'SQL eksport-kompatibilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL-indstillinger';
$strSQLOptions = 'SQL-indstillinger';
$strSQLParserBugMessage = 'Det er muligt at du har fundet en fejl i SQL-parseren. Undersøg venligst din forespørgsel nøje, og check at anførselstegn er rigtige og ikke giver konflikter. Andre fejlårsager kan være at du uploader en fil med binær udenfor et lukket tekstområde. Du kan også prøve din forespørgsel i MySQL kommandolinje-interfacet. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet. Hvis du stadig har probemer eller hvis parseren fejler hvor kommandolinjeinterfacet lykkes, reducer din SQL-forespørgselsinput til den ene forespørgsel der forårsager problemet, og indsend en fejlrapport med datablokken i KLIP-sektionen herunder:';
$strSQLParserUserError = 'Der ser ud til at være en fejl i din SQL-forespørgsel. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet.';
$strSQLQuery = 'SQL-forespørgsel';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Ikke-lukket quote';
$strSQPBugUnknownPunctuation = 'Ukendt tegnsætnings-streng';
$strStatCheckTime = 'Sidste check';
$strStatCreateTime = 'Oprettelse';
$strStatement = 'Erklæringer';
$strStatisticsOverrun = 'På en travl server er der risiko for at bytetællerne løber over, så disse statistikker som rapporteret af MySQL-serveren kan være forkerte.';
$strStatUpdateTime = 'Sidste opdatering';
$strStatus = 'Status';
$strStorageEngines = 'Datalagre';
$strStorageEngine = 'Datalager';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Tilføj DROP TABLE';
$strStrucExcelCSV = 'CSV til MS Excel-data';
$strStrucNativeExcel = 'Fødte MS Excel-data';
$strStrucOnly = 'Kun strukturen';
$strStructPropose = 'Foreslå tabelstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Din SQL-forespørgsel blev udført korrekt';
$strSum = 'Sum';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Skift til den kopierede database';
$strSwitchToTable = 'Skift til den kopierede tabel';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Tabel kommentarer';
$strTableEmpty = 'Intet tabelnavn!';
$strTableHasBeenDropped = 'Tabel %s er slettet';
$strTableHasBeenEmptied = 'Tabel %s er tømt';
$strTableHasBeenFlushed = 'Tabel %s er blevet flushet';
$strTableMaintenance = 'Tabelvedligeholdelse';
$strTableOfContents = 'Indholdsfortegnelse';
$strTableOptions = 'Tabel-indstillinger';
$strTables = '%s tabel(ler)';
$strTableStructure = 'Struktur-dump for tabellen';
$strTable = 'Tabel';
$strTableType = 'Tabel type';
$strTakeIt = 'tag det';
$strTblPrivileges = 'Tabel-specifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grund af feltets længde,<br /> kan det muligvis ikke ændres ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Standardtema %s ikke fundet!';
$strThemeNoPreviewAvailable = 'Intet billede til rådighed.';
$strThemeNotFound = 'Tema %s ikke fundet!';
$strThemeNoValidImgPath = 'Ingen gyldig billedsti for tema %s fundet!';
$strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!';
$strTheme = 'Tema / Layout';
$strThisHost = 'Denne Host';
$strThisNotDirectory = 'Dette var ikke en mappe';
$strThreads = 'Tråde';
$strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.';
$strTimeoutInfo = 'Foregående import timede ud, efter genindsendelse vil fortsætte fra position %d.';
$strTimeoutNothingParsed = 'Desværre blev der ikke parset nogen data ved sidste kørsel, dette betyder normalt at phpMyAdmin ikke vil være i stand til at gennemføre importen med mindre du forøger php tidsbegrænsningerne.';
$strTimeoutPassed = 'Script timeout nået, hvis du vil afslutte importen, indsend venligst samme fil igen og importen vil fortsætte hvor den slap.';
$strTime = 'Tid';
$strToggleScratchboard = 'tegnebræt til/fra';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditionelt Kinesisk';
$strTraditionalSpanish = 'Traditionelt Spansk';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionskoordinator';
$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binære data. Første mulighed er filnavnet på den binære fil. Anden mulighed er et muligt feltnavn fra en tabelrække indeholdende filnavnet. Hvis du bruger anden mulighed, er feltet til den første mulighed nødt til at være sat til en tom streng.';
$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data.';
$strTransformation_image_jpeg__inline = 'Viser et klikbart minibilled; indstillinger: bredde,højde i pixel (bevarer det originale perspektiv)';
$strTransformation_image_jpeg__link = 'Viser et link til dette billede (f.eks. direkte blob-download).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Første parameter er offset (i timer) som lægges til tidsstemplet (Default: 0). Andte parameter er et andet datoformat ud fra PHPs strftime() definition.';
$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og føder feltdata via standard input. Returnerer standardoutputtet for applikationen. Default er Tidy, for korrekt printet HTML-kode. Af sikkerhedsårsager er du nødt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indsætte de værktøjer du vil tillade kørsel af. Første indstilling er så nummeret på det program du vil bruge og den anden indstilling er parametrene for det program. Tredie parameter, hvis sat til 1 vil konvertere outputtet vha. htmlspecialchars() (Default er 1). Et fjerde parameter, hvis sat til 1 vil sætte et NOWRAP om cellens indhold så hele outputtet bliver vist uden omformattering (Default 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formattering af feltet. Der laves ikke nogen Escaping.';
$strTransformation_text_plain__imagelink = 'Viser et billed og et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er højden.';
$strTransformation_text_plain__link = 'Viser et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er en titel på linket.';
$strTransformation_text_plain__sql = 'Formatterer tekst som SQL-forespørgsel med syntaks farvemarkering.';
$strTransformation_text_plain__substr = 'Viser en del af en streng. Første parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke karakterer der skal føjes til foran eller efter outputtet når en substring (understreng) returneres (Standard: "...") .';
$strTruncateQueries = 'Trunkér viste forespørgsler';
$strTurkish = 'Tyrkisk';
$strType = 'Datatype';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Fjern alle mærker';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukendt';
$strUnselectAll = 'Fravælg alle';
$strUnsupportedCompressionDetected = 'Du forsøgte at indlæse en fil med u-understøttet komprimering (%s). Understøttelse af denne funktion er ikke implementeret eller ikke slået til for din konfiguration.';
$strUpdatePrivMessage = 'Du har opdateret privilegierne for %s.';
$strUpdateProfileMessage = 'Profilen er blevet opdateret.';
$strUpdateQuery = 'Opdater forespørgsel';
$strUpdComTab = 'Se venligst Dokumentationen for oplysninger om hvordan du opdaterer din Column_comments (kolonne-kommentarer) tabel';
$strUpgrade = 'Du burde opdatere til %s %s eller senere.';
$strUploadLimit = 'Du har sandsynligvis forsøgt at uploade en for stor fil. Se venligst %sdokumentationen%s for måder hvorpå du kan arbejde dig uden om denne begrænsning.';
$strUsage = 'Benyttelse';
$strUseBackquotes = 'Brug "backquotes" omkring tabeller og felters navne';
$strUsedPhpExtensions = 'Brugte PHP-udvidelser';
$strUseHostTable = 'Brug Host Tabel';
$strUserAlreadyExists = 'Brugeren %s findes i forvejen!';
$strUserEmpty = 'Intet brugernavn!';
$strUserName = 'Brugernavn';
$strUserNotFound = 'Den valgte bruger blev ikke fundet i privilegietabellen.';
$strUserOverview = 'Brugeroversigt';
$strUsersDeleted = 'De valgte brugere er blevet korrekt slettet.';
$strUsersHavingAccessToDb = 'Brugere med adgang til &quot;%s&quot;';
$strUser = 'Bruger';
$strUseTabKey = 'Brug TAB tasten for at flytte dig fra værdi til værdi, eller CTRL+piletasterne til at flytte frit omkring';
$strUseTables = 'Benyt tabeller';
$strUseTextField = 'Brug tekstfelt';
$strUseThisValue = 'Brug denne værdi';
 
$strValidateSQL = 'Validér SQL';
$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.';
$strValue = 'Værdi';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Vis dump (skema) for databaser';
$strViewDumpDB = 'Vis dump (skema) af database';
$strViewDump = 'Vis dump (skema) over tabel';
$strViewHasBeenDropped = 'Visning %s er blevet droppet';
$strViewMaxExactCount = 'Denne visning har mere end %d rækker. Se venligst %sdokumentationen%s.';
$strView = 'Visning';
 
$strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes';
$strWebServerUploadDirectory = 'web-server upload mappe';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'Vesteuropæisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. Måske har du lukket det overliggende vindue eller din browser blokerer for tvær-vindue opdateringer i sikkerhedsindstillingerne';
$strWithChecked = 'Med det markerede:';
$strWriteRequests = 'Write-anmodninger';
$strWritingCommentNotPossible = 'Skrivning af kommentar ikke muligt';
$strWritingRelationNotPossible = 'Skrivning af relation ikke muligt';
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang nægtet.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zippet"';
?>
/Web/Maintenance/phpMyAdmin/lang/danish-utf-8.inc.php
0,0 → 1,976
<?php
/* $Id: danish-utf-8.inc.php,v 2.135.2.3 2006/03/23 17:42:11 lem9 Exp $ */ /* Dansk v 2.136 (english 2.130) 10/02-2006 00:00:00 - oversætter AlleyKat kan kontaktes på < phpmyadmin (at) phpbb2.dk > */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// forkortelser for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('søn', 'man', 'tir', 'ons', 'tor', 'fre', 'lør');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'aug', 'sep', 'okt', 'nov', 'dec');
// Se http://www.php.net/manual/en/function.strftime.php
// for at definere variablen herunder
$datefmt = '%d/%m %Y kl. %H:%M:%S';
$timespanfmt = '%s dage, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Afbrudt';
$strAbsolutePathToDocSqlDir = 'Indtast venligst absolut sti på webserveren til docSQL mappen';
$strAccessDenied = 'Adgang Nægtet';
$strAccessDeniedCreateConfig = 'Sandsynlig årsag til dette er at du ikke har oprettet en konfigurationsfil. Du kan bruge %1$ssetupscriptet%2$s til at oprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøgte at forbinde til MySQL-serveren, og serveren afviste forbindelsen. Du bør tjekke host, brugernavn og kodeord i config.inc.php og sikre dig at de svarer til den information du har fået af administratoren af MySQL-serveren.';
$strAction = 'Handling';
$strAddAutoIncrement = 'Tilføj AUTO_INCREMENT værdi';
$strAddConstraints = 'Tilføj begrænsninger';
$strAddDeleteColumn = 'Tilføj/Slet felt-kolonne';
$strAddDeleteRow = 'Tilføj/Slet kriterie-række';
$strAddDropDatabase = 'Tilføj DROP DATABASE';
$strAddedColumnComment = 'Tilføjet kommentar til kolonne';
$strAddedColumnRelation = 'Tilføjet relation til kolonne';
$strAddFields = 'Tilføj %s felt(er)';
$strAddHeaderComment = 'Tilføj tilpassede kommentarer i headeren (\\n deler linjer)';
$strAddIfNotExists = 'Tilføj IF NOT EXISTS';
$strAddIntoComments = 'Tilføj til kommentarer';
$strAddNewField = 'Tilføj nyt felt';
$strAddPrivilegesOnDb = 'Tilføj privilegier på følgende database';
$strAddPrivilegesOnTbl = 'Tilføj privileges på følgende tabel';
$strAddSearchConditions = 'Tilføj søgekriterier (kroppen af "WHERE" sætningen):';
$strAddToIndex = 'Føj til indeks &nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Tilføj en ny bruger';
$strAddUserMessage = 'Du har tilføjet en ny bruger.';
$strAdministration = 'Administration';
$strAffectedRows = 'Berørte rækker:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Tilbage til foregående side';
$strAfterInsertNewInsert = 'Indsæt endnu en ny række';
$strAfterInsertNext = 'Redigér næste række';
$strAfterInsertSame = 'Gå tilbage til denne side';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillad afbrydelse af import hvis scriptet er tæt på tidsgrænsen. Dette kan være en god metode til at importere større filer, men kan knække transaktioner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Arrangér tabelrækkefølge efter';
$strAnalyzeTable = 'Analysér tabel';
$strAnd = 'Og';
$strAndThen = 'og derefter';
$strAnIndex = 'Der er tilføjet et indeks til %s';
$strAny = 'Enhver';
$strAnyHost = 'Enhver vært';
$strAnyUser = 'Enhver bruger';
$strApproximateCount = 'Kan være anslået. Se FAQ 3.11';
$strAPrimaryKey = 'En primær nøgle er blevet tilføjet til %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'I begyndelsen af tabel';
$strAtEndOfTable = 'I slutningen af tabel';
$strAttr = 'Attributter';
$strAutodetect = 'Fastslå automatisk';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Tilbage';
$strBaltic = 'Baltisk';
$strBeginCut = 'BEGYND KLIP';
$strBeginRaw = 'BEGYND RÅ';
$strBinary = ' Binært ';
$strBinaryDoNotEdit = ' Binært - må ikke ændres ';
$strBinaryLog = 'Binær log';
$strBinLogEventType = 'Hændelsestype';
$strBinLogInfo = 'Information';
$strBinLogName = 'Lognavn';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Lad alle brugere bruge dette bogmærke';
$strBookmarkCreated = 'Bogmærke %s oprettet';
$strBookmarkDeleted = 'Bogmærket er fjernet.';
$strBookmarkLabel = 'Mærke';
$strBookmarkQuery = 'SQL-forespørgsel med bogmærke';
$strBookmarkReplace = 'Erstat eksisterende bogmærke af samme navn';
$strBookmarkThis = 'Lav bogmærke til denne SQL-forespørgsel';
$strBookmarkView = 'Kun oversigt';
$strBrowse = 'Vis';
$strBrowseDistinctValues = 'Gennemse bestemte værdier';
$strBrowseForeignValues = 'Bladr i fremmede værdier';
$strBufferPoolActivity = 'Buffer Pool Aktivitet';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Forbrug';
$strBufferReadMissesInPercent = 'Read misses i %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits i %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarsk';
$strBusyPages = 'Travle sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpet på grund af en ødelagt Bz2 extension i denne PHP version. Det anbefales kraftigt at sætte <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurationsfil til <code>FALSE</code>. Hvis du vil bruge Bz2 komprimeringsfeatures, bør du opdatere til en nyere PHP version. Se PHP bug report %s for detaljer.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunne ikke indlæse import plugins, check venligst din installation!';
$strCannotLogin = 'Kan ikke logge ind på MySQL-serveren';
$strCantLoad = 'Kan ikke indlæse [a@http://php.net/%1$s@Dokumentation][em]%1$s[/em][/a] udvidelsen. Tjek venligst din PHP konfiguration.';
$strCantLoadRecodeIconv = 'Kan ikke indlæse iconv eller omkode nødvendig udvidelse til tegnsæt-konvertering, konfigurer php til at tillade brug af disse udvidelser eller slå tegnsæt-konvertering fra i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke omdøbe indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruge iconv ejheller libiconv eller recode_string funktionen omend udvidelsen ser ud til at være indlæst. Check din php-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'ingen forskel på store/små bogstaver';
$strCaseSensitive = 'forskel på store/små bogstaver';
$strCentralEuropean = 'Centraleuropæisk';
$strChange = 'Ændre';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyMode = 'Opret en bruger med samme privilegier og ...';
$strChangeCopyModeDeleteAndReload = ' ... slet den gamle fra brugertabellerne og genindlæs privilegierne efterfølgende.';
$strChangeCopyModeJustDelete = ' ... slet den gamle fra brugertabellerne.';
$strChangeCopyModeRevoke = ' ... tilbagekald alle aktive privilegier fra den gamle og slet den efterfølgende.';
$strChangeCopyUser = 'Ret Login-information / Kopiér bruger';
$strChangeDisplay = 'Vælg felt der skal vises';
$strChangePassword = 'Ændre kodeord';
$strCharset = 'Tegnsæt';
$strCharsetOfFile = 'Tegnsæt for filen:';
$strCharsetsAndCollations = 'Tegnsæt og kollationer (Collations)';
$strCharsets = 'Tegnsæt';
$strCheckAll = 'Afmærk alt';
$strCheckOverhead = 'Check tabeller der har overhead';
$strCheckPrivs = 'Check Privilegier';
$strCheckPrivsLong = 'Check privilegier for database &quot;%s&quot;.';
$strCheckTable = 'Tjek tabel';
$strChoosePage = 'Vælg en side der skal redigeres';
$strColComFeat = 'Viser kolonne-kommentarer';
$strCollation = 'Kollation (Collation)';
$strColumnNames = 'Kolonnenavne';
$strColumnPrivileges = 'Kolonne-specifikke privilegier';
$strCommand = 'Kommando';
$strComments = 'Kommentarer';
$strCommentsForTable = 'COMMENTS FOR TABLE (tabel-kommentarer)';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette inserts';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importeret fil-komprimering vil blive automatisk registreret fra: %s';
$strConfigDefaultFileError = 'Kunne ikke indlæse standardkonfiguration fra: \"%1$s\"';
$strConfigFileError = 'phpMyAdmin kunne ikke læse din konfigurationsfil!<br />Dette kan ske hvis php finder en parser-fejl i den, eller php kan ikke finde filen.<br />Kald konfigurationsfilen direkte fra nedenstående link og læs de(n) phpfejlmeddelse(r) du får. I de fleste tilfælde mangler der et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side, er alt i orden.';
$strConfigureTableCoord = 'Konfigurér venligst koordinaterne for tabel %s';
$strConnectionError = 'Kan ikke forbinde: ugyldige indstillinger.';
$strConnections = 'Forbindelser';
$strConstraintsForDumped = 'Begrænsninger for dumpede tabeller';
$strConstraintsForTable = 'Begrænsninger for tabel';
$strCookiesRequired = 'Herefter skal cookies være slået til.';
$strCopy = 'Kopi';
$strCopyDatabaseOK = 'Database %s er blevet kopieret til %s';
$strCopyTable = 'Kopier tabel til (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabellen %s er nu kopieret til: %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til den samme!';
$strCouldNotKill = 'phpMyAdmin kunne ikke dræbe tråden %s. Den er sandsynligvis allerede lukket.';
$strCreate = 'Opret';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Dan et indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lav et nyt indeks';
$strCreateNewDatabase = 'Opret ny database';
$strCreateNewTable = 'Opret ny tabel i database %s';
$strCreatePage = 'Opret en ny side';
$strCreatePdfFeat = 'Oprettelse af PDFer';
$strCreationDates = 'Oprettet/Opdateret/Check datoer';
$strCriteria = 'Kriterier';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV (kommasepareret)';
$strCSVImportOptions = 'CSV indstillinger';
$strCSVOptions = 'CSV-indstillinger';
$strCyrillic = 'Kyrillisk';
$strCzech = 'Tjekkisk';
$strCzechSlovak = 'Tjekkisk-Slovakisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasenavnet er tomt!';
$strDatabaseExportOptions = 'Database eksportindstillinger';
$strDatabaseHasBeenDropped = 'Database %s er slettet.';
$strDatabaseNoTable = 'Denne database indeholder ikke nogen tabel!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser er blevet droppet korrekt.';
$strDatabasesStats = 'Databasestatistik';
$strDatabasesStatsDisable = 'Slå Statistikker fra';
$strDatabasesStatsEnable = 'Slå Statistikker til';
$strDatabasesStatsHeavyTraffic = 'Bemærk: At slå databasestatistikkerne til her kan forårsage tung trafik mellem webserveren og MySQL-serveren.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Kun data';
$strDataPages = 'Sider der indeholder data';
$strDBComment = 'Databasekommentar: ';
$strDBCopy = 'Kopiér database til';
$strDBGContext = 'Sammenhæng';
$strDBGContextID = 'Sammenhæng-ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Hit, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-specifikke privilegier';
$strDBRename = 'Omdøb database til';
$strDbSpecific = 'database-specifik';
$strDefault = 'Standardværdi';
$strDefaultEngine = '%s er standard datalageret på denne MySQL-server.';
$strDefaultValueHelp = 'For standardværdier, indtast venligst kun en enkelt værdi, uden backslash escaping eller quotes, ud fra følgende format: a';
$strDefragment = 'Defragmentér tabel';
$strDelayedInserts = 'Brug forsinkede indsættelser';
$strDeleteAndFlush = 'Slet brugerne og genindlæs privilegier bagefter.';
$strDeleteAndFlushDescr = 'Dette er den sikreste metode, men genindlæsning af privilegierne kan tage noget tid.';
$strDelete = 'Slet';
$strDeletedRows = 'Slettede rækker:';
$strDeleted = 'Rækken er slettet!';
$strDeleteNoUsersSelected = 'Ingen brugere valgt til sletning!';
$strDeleting = 'Sletter %s';
$strDelOld = 'Nuværende side har referencer til tabeller der ikke længere eksisterer. Vil du slette disse referencer?';
$strDescending = 'Faldende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbog';
$strDirtyPages = 'Beskidte sider';
$strDisabled = 'Slået fra';
$strDisableForeignChecks = 'Slå fremmednøgle-checks fra';
$strDisplayFeat = 'Vis muligheder';
$strDisplayOrder = 'Rækkefølge af visning:';
$strDisplayPDF = 'Vis PDF skematik';
$strDoAQuery = 'Kør en forespørgsel på felter (jokertegn: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Er du sikker på at du vil ';
$strDropDatabaseStrongWarning = 'Du er ved at DESTRUERE en komplet database!';
$strDrop = 'Slet';
$strDropUsersDb = 'Drop databaser der har samme navne som brugernes.';
$strDumpingData = 'Data dump for tabellen';
$strDumpSaved = 'Dump er blevet gemt i filen %s.';
$strDumpXRows = 'Dump %s rækker startende med række %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ret';
$strEditPDFPages = 'Redigér PDF-sider';
$strEditPrivileges = 'Ret privilegier';
$strEffective = 'Effektiv';
$strEmpty = 'Tøm';
$strEmptyResultSet = 'MySQL returnerede ingen data (fx ingen rækker).';
$strEnabled = 'Slået til';
$strEncloseInTransaction = 'Inkludér eksport i en transaktion';
$strEndCut = 'SLUT KLIP';
$strEnd = 'Slut';
$strEndRaw = 'SLUT RÅ';
$strEngineAvailable = '%s er tilgængelig på denne MySQL-server.';
$strEngineDisabled = '%s er slået fra på denne MySQL-server.';
$strEngines = 'Lagre';
$strEngineUnsupported = 'Denne MySQL-server understøtter ikke %s datalager.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' NB: Navne på MySQL privilegier er på engelsk ';
$strError = 'Fejl';
$strErrorInZipFile = 'Fejl i ZIP arkiv:';
$strEscapeWildcards = 'Jokertegn _ og % skal være escaped med en \ foran for at bruge dem bogstaveligt';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estisk';
$strExcelEdition = 'Excel-udgave';
$strExcelOptions = 'Excel-indstillinger';
$strExecuteBookmarked = 'Udfør forespørgsel iflg. bogmærke';
$strExplain = 'Forklar SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Udvidede inserts';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Mislykkede forsøg';
$strField = 'Feltnavn';
$strFieldHasBeenDropped = 'Felt %s er slettet';
$strFieldsEmpty = ' Felttallet har ingen værdi! ';
$strFieldsEnclosedBy = 'Felter indrammet med';
$strFieldsEscapedBy = 'Felter escaped med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter afsluttet med';
$strFileAlreadyExists = 'Filen %s findes allerede på serveren, ændr filnavn eller tillad at der overskrives.';
$strFileCouldNotBeRead = 'Filen kunne ikke læses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescriptionServer = 'servernavn';
$strFileNameTemplateDescriptionTable = 'tabelnavn';
$strFileNameTemplateDescription = 'Denne værdi fortolkes via %1$sstrftime%2$s, så du kan bruge tidsformatterede strenge. Ydermere vil følgende transformationer foregå: %3$s. Anden tekst vil blive bevaret som det er.';
$strFileNameTemplate = 'Skabelon for filnavn';
$strFileNameTemplateRemember = 'husk skabelonen';
$strFileToImport = 'Fil til import';
$strFixed = 'ordnet';
$strFlushPrivilegesNote = 'Bemærk: phpMyAdmin henter brugernes privilegier direkte fra MySQLs privilegietabeller. Indholdet af disse tabeller kan være forskelligt fra privilegierne serveren bruger hvis der er lavet manuelle ændringer i den. Hvis det er tilfældet, bør du %sgenindlæse privilegierne%s før du fortsætter.';
$strFlushQueryCache = 'Flush forespørgsel-mellemlager (query cache)';
$strFlushTable = 'Flush tabellen ("FLUSH")';
$strFlushTables = 'Flush (luk) alle tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Ingen værdi i formularen !';
$strFreePages = 'Frie sider';
$strFullText = 'Komplette tekster';
$strFunction = 'Funktion';
 
$strGenBy = 'Genereret af';
$strGeneralRelationFeat = 'Generelle relationsmuligheder';
$strGenerate = 'Generér';
$strGeneratePassword = 'Generér Kodeord';
$strGenTime = 'Genereringstid';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global værdi';
$strGo = 'Udfør';
$strGrantOption = 'Tildel';
$strGreek = 'Græsk';
$strGzip = '"gzipped"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er ændret.';
$strHasBeenCreated = 'er oprettet.';
$strHaveToShow = 'Du skal vælge mindst en kolonne der skal vises';
$strHebrew = 'Hebræisk';
$strHexForBinary = 'Brug hexadecimal til binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
$strHostEmpty = 'Der er intet værtsnavn!';
$strHost = 'Vært';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportindstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportindstillinger';
$strHungarian = 'Ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fuldtekst';
$strIgnoreDuplicates = 'Ignorér gentagne rækker';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Brug ignorér inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL Filer';
$strImportFiles = 'Importér filer';
$strImportFormat = 'Format på importeret fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Import er korrekt gennemført, %d forespørgsler udført.';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s er blevet slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mere end en %s nøgle blev skabt for kolonne `%s`';
$strIndexWarningPrimary = 'PRIMARY og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene på tabel `%s`';
$strIndexWarningUnique = 'UNIQUE og INDEX nøgler burde ikke begge være sat for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend forøgelse';
$strInnoDBAutoextendIncrementDesc = ' Størrelsen på den udvidelse der vil forekomme, når pladsen i en autoudvidende tabel udvides fordi den løber fuld.';
$strInnoDBBufferPoolSize = 'Buffer pool størrelse';
$strInnoDBBufferPoolSizeDesc = 'Størrelse på memorybufferen InnoDB bruger til at cache data og indeks på dets tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Data hovedmappe';
$strInnoDBDataHomeDirDesc = 'Den fælles del af stien til mappen med alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurationsfil indeholder indstillinger (root og uden kodeord) som svarer til en standard MySQL priviligeret brugerkonto. Din MySQL server kører med denne standardindstilling, <u>er åben for indtrængen</u>, og du bør virkelig gøre noget ved dette sikkerhedshul.';
$strInsertAsNewRow = 'Indsæt som ny række';
$strInsertedRowId = 'Indsat række-id:';
$strInsertedRows = 'Indsatte rækker:';
$strInsert = 'Indsæt';
$strInsertNewRow = 'Indsæt ny række';
$strInternalNotNecessary = '* En intern relation er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relationer';
$strInUse = 'i brug';
$strInvalidAuthMethod = 'Ugyldig autorisationsmetode sat i konfiguration:';
$strInvalidColumnCount = 'Kolonnetælling skal være større end nul.';
$strInvalidColumn = 'Ugyldig kolonne (%s) specificeret!';
$strInvalidCSVFieldCount = 'Ugyldigt feltantal i CSV-input på linie %d.';
$strInvalidCSVFormat = 'Ugyldigt format for CSV-input på linie %d.';
$strInvalidCSVParameter = 'Ugyldigt parameter for CSV-import: %s';
$strInvalidFieldAddCount = 'Du skal tilføje mindst ét felt.';
$strInvalidFieldCount = 'Tabellen skal indeholde mindst ét felt.';
$strInvalidLDIImport = 'Denne plugin understøtter ikke komprimerede importer!';
$strInvalidRowNumber = '%d er ikke gyldigt rækkenummer.';
$strInvalidServerHostname = 'Ugyldigt hostnavn for server %1$s. Gennemgå venligst din konfiguration.';
$strInvalidServerIndex = 'Ugyldigt server indeks: \"%s\"';
 
$strJapanese = 'Japansk';
$strJoins = 'Joins';
$strJumpToDB = 'Hop til database &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;slettede&quot; brugere kan stadig tilgå serveren som de plejer indtil privilegierne genindlæses.';
$strJustDelete = 'Bare slet brugerne fra privilegietabellerne.';
 
$strKeepPass = 'Kodeord må ikke ændres';
$strKeyCache = 'Nøglemellemlager (key cache)';
$strKeyname = 'Nøglenavn';
$strKill = 'Dræb (Kill)';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggende';
$strLanguageFileNotFound = 'Sprogfil \"%1$s\" ikke fundet.';
$strLanguageUnknown = 'Ukendt sprog: %1$s.';
$strLatchedPages = 'Eksklusivt låste (latched) sider';
$strLatexCaption = 'Tabeloverskrift';
$strLatexContent = 'Indhold af tabel __TABLE__';
$strLatexContinuedCaption = 'Fortsat tabeloverskrift';
$strLatexContinued = '(fortsættes)';
$strLatexIncludeCaption = 'Inkluder tabeloverskrift';
$strLatexLabel = 'Mærke nøgle';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX indstillinger';
$strLatexStructure = 'Struktur for tabel __TABLE__';
$strLatvian = 'Lettisk';
$strLDI = 'CSV vha. LOAD DATA';
$strLDIImportOptions = 'Indstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Brug LOCAL nøgleord';
$strLengthSet = 'Længde/Værdi*';
$strLimitNumRows = 'poster pr. side';
$strLinesTerminatedBy = 'Linjer afsluttet med';
$strLinkNotFound = 'Link ikke fundet';
$strLinksTo = 'Linker til';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Tekstfilens placering';
$strLoginInformation = 'Login-information';
$strLogin = 'Login';
$strLogout = 'Log af';
$strLogPassword = 'Kodeord:';
$strLogServer = 'Server';
$strLogUsername = 'Brugernavn:';
$strLongOperation = 'Denne operation kan tage lang tid. Fortsæt alligevel?';
 
$strMaxConnects = 'maks. samtidige forbindelser';
$strMaximalQueryLength = 'Maksimal længde på oprettet forespørgsel';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP-udvidelsen mbstring blev ikke fundet og du ser ud til at bruge et multibyte tegnsæt. Uden mbstring-udvidelsen er phpMyAdmin ude af stand til at opdele strenge korrekt og dette kan forårsage uventede resultater';
$strMbOverloadWarning = 'Du har mbstring.func_overload slået til i din PHP-konfiguration. Denne indstilling er ikke kompatibel med phpMyAdmin og kan forårsage ødelæggelse af nogle data!';
$strMIME_available_mime = 'Tilgængelige MIME-typer';
$strMIME_available_transform = 'Tilgængelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Der er ingen beskrivelse af denne transformation.<br />Spørg venligst forfatteren, hvad %s gør.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For en liste over mulige transformationsindstillinger og deres MIME-type transformationer, klik på %stransformationsbeskrivelser%s';
$strMIME_transformation_options_note = 'Indtast værdier for transformationsindstillinger ud fra følgende format: \'a\',\'b\',\'c\'...<br />Skulle du få brug for at indsætte en backslash ("\") eller en apostrof ("\'") i værdierne, backslash det (for eksempel \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformationsindstillinger';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE (MIME-typer for tabellen)';
$strMIME_without = 'MIME-typer skrevet med kursiv har ikke en separat transformationsfunktion';
$strModifications = 'Rettelserne er gemt!';
$strModifyIndexTopic = 'Ændring af et indeks';
$strModify = 'Ret';
$strMoveTable = 'Flyt tabel til (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s er flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til den samme!';
$strMultilingual = 'flersproget';
$strMyISAMDataPointerSize = 'Data pointer størrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pointerstørrelse i bytes, til brug ved CREATE TABLE for MyISAM tabeller når der ikke er specificeret nogen MAX_ROWS indstilling.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fil der bruges til hurtig MyISAM indeks-oprettelse ville være større end ved brug af key cache med størrelsen angivet her, foretræk key cache-metoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimal størrelse for midlertidige filer ved oprettelse af indeks';
$strMyISAMMaxSortFileSizeDesc = 'Maksimal størrelse for den midlertidige fil MySQL har lov til at bruge under genetablering af et MyISAM indeks (under REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimal størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk genopretnings-modus';
$strMyISAMRecoverOptionsDesc = 'Modus for automatisk genetablering af crashede MyISAM tabeller, som sat via --myisam-recover server opstartsindstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne værdi er større end 1, oprettes MyISAM tabel-indeks parallelt (hvert indeks i dets egen tråd) under Reparation ved sortering-processen.';
$strMyISAMRepairThreads = 'Reparér tråde';
$strMyISAMSortBufferSizeDesc = 'Bufferen der allokeres ved sortering af MyISAM indeks under en REPAIR TABLE eller når indeks oprettes med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorterings-bufferstørrelse';
$strMySQLCharset = 'MySQL Tegnsæt';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'MySQL forbindelses-sammenkøring';
$strMySQLSaid = 'MySQL returnerede: ';
$strMySQLShowProcess = 'Vis tråde';
$strMySQLShowStatus = 'Vis MySQL runtime-information';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Næste';
$strNoActivity = 'Ingen aktivitet i de seneste %s sekunder eller mere, log venligst ind igen';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Der er ingen detaljerede statusinformationer tilgængelige for dette datalager.';
$strNoDropDatabases = '"DROP DATABASE" erklæringer kan ikke bruges.';
$strNoExplain = 'Spring over Forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer fundet i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mere brugervenlig med en browser, der kan klare <b>frames</b>.';
$strNoIndex = 'Intet indeks defineret!';
$strNoIndexPartsDefined = 'Ingen dele af indeks er defineret!';
$strNoModification = 'Ingen ændring';
$strNone = 'Intet';
$strNo = 'Nej';
$strNoOptions = 'Dette format har ingen indstillinger';
$strNoPassword = 'Intet kodeord';
$strNoPermission = 'Webserveren har ikke tilladelse til at gemme filen %s.';
$strNoPhp = 'uden PHP-kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke tilstrækkelige rettigheder til at være her!';
$strNoRowsSelected = 'Ingen rækker valgt';
$strNoSpace = 'Utilstrækkeligt plads til at gemme filen %s.';
$strNoTablesFound = 'Ingen tabeller fundet i databasen.';
$strNoThemeSupport = 'Ingen tema/layout-understøttelse, tjek venligst din konfiguration og/eller dine temaer i mappen %s.';
$strNothingToImport = 'Du har ikke angivet nogen data der skal importeres!';
$strNotNumber = 'Dette er ikke et tal!';
$strNotOK = 'ikke OK';
$strNotSet = 'Tabel <b>%s</b> findes ikke eller er ikke sat i %s';
$strNoUsersFound = 'Ingen bruger(e) fundet.';
$strNoValidateSQL = 'Spring over Validér SQL';
$strNull = 'Nulværdi';
$strNumberOfFields = 'Antal felter';
$strNumSearchResultsInTable = '%s hit(s) i tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> hit(s)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åbn nyt phpMyAdmin vindue';
$strOperations = 'Operationer';
$strOperator = 'Operatør';
$strOptimizeTable = 'Optimer tabel';
$strOr = 'Eller';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overskriv eksisterende fil(er)';
 
$strPageNumber = 'Side nummer:';
$strPagesToBeFlushed = 'Sider der står til at blive tømt';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis import';
$strPartialText = 'Delvise tekster';
$strPasswordChanged = 'Kodeordet for %s blev korrekt udskiftet.';
$strPasswordEmpty = 'Der er ikke angivet noget kodeord!';
$strPasswordHashing = 'Kodeord Hashing';
$strPasswordNotSame = 'De to kodeord er ikke ens!';
$strPassword = 'Kodeord';
$strPdfDbSchema = 'Skematik for databasen "%s" - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" findes ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF-indstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttitel';
$strPerHour = 'pr. time';
$strPerMinute = 'pr. minut';
$strPerSecond = 'pr. sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonbog';
$strPHP40203 = 'Du bruger PHP 4.2.3, som har en alvorlig fejl med multi-byte strenge (mbstring). Se PHP bug report 19404. Denne version af PHP kan ikke anbefales at bruge med phpMyAdmin.';
$strPhp = 'Fremstil PHP-kode';
$strPHPVersion = 'PHP version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktivet SKAL være sat i din konfigurationsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Stående';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøglen er slettet';
$strPrimaryKeyName = 'Navnet på primærnøglen skal være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>skal</b> være navnet på og <b>kun på</b> en primær nøgle!)';
$strPrimary = 'Primær';
$strPrint = 'Print';
$strPrintViewFull = 'Udskrift-visning (med fulde tekster)';
$strPrintView = 'Vis (udskriftvenlig)';
$strPrivDescAllPrivileges = 'Inkluderer alle privilegier pånær GRANT.';
$strPrivDescAlter = 'Tillader ændring af strukturen på eksisterende tabeller.';
$strPrivDescAlterRoutine = 'Tillader ændring og sletning af gemte rutiner.';
$strPrivDescCreateDb = 'Tillader oprettelse af nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillader oprettelse af gemte rutiner.';
$strPrivDescCreateTbl = 'Tillader oprettelse af nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillader oprettelse af midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillader oprettelse, sletning og omdøbning af brugerkonti.';
$strPrivDescCreateView = 'Tillader oprettelse af nye Allows creating new views.';
$strPrivDescDelete = 'Tillader sletning af data.';
$strPrivDescDropDb = 'Tillader at droppe databaser og tabeller.';
$strPrivDescDropTbl = 'Tillader at droppe tabeller.';
$strPrivDescExecute5 = 'Tillader udførelse af gemte rutiner.';
$strPrivDescExecute = 'Tillader kørsel af gemte procedurer; Har ingen effekt i denne MySQL-version.';
$strPrivDescFile = 'Tillader import af data fra og eksport af data til filer.';
$strPrivDescGrant = 'Tillader oprettelse af brugere og privilegier uden at genindlæse privilegie-tabellerne.';
$strPrivDescIndex = 'Tillader at skabe og droppe indeks.';
$strPrivDescInsert = 'Tillader indsættelse og erstatning af data.';
$strPrivDescLockTables = 'Tillader låsning af tabeller for nuværende tråd.';
$strPrivDescMaxConnections = 'Begrænser antallet af nye forbindelser brugeren må åbne pr. time.';
$strPrivDescMaxQuestions = 'Begrænser antallet af forespørgsler brugeren må sende til serveren pr. time.';
$strPrivDescMaxUpdates = 'Begrænser antallet af kommandoer som ændrer enhver tabel eller database brugeren må udføre pr. time.';
$strPrivDescMaxUserConnections = 'Begrænser antallet af samtidige forbindelser brugere må have.';
$strPrivDescProcess3 = 'Tillader at dræbe andre brugeres processer.';
$strPrivDescProcess4 = 'Tillader at se komplette forespørgsler i proceslisten.';
$strPrivDescReferences = 'Har ingen effekt i denne MySQL version.';
$strPrivDescReload = 'Tillader genindlæsning af serverindstillinger og tømning af caches.';
$strPrivDescReplClient = 'Giver brugeren rettigheder til at spørge hvor Slaves / Masters er.';
$strPrivDescReplSlave = 'Nødvendigt for replikationsslaverne.';
$strPrivDescSelect = 'Tillader læsning af data.';
$strPrivDescShowDb = 'Giver adgang til den fuldstændige liste over databaser.';
$strPrivDescShowView = 'Tillader udførelse af SHOW CREATE VIEW forespørgsler.';
$strPrivDescShutdown = 'Tillader nedlukning af serveren.';
$strPrivDescSuper = 'Tillader forbindelse, selv hvis maksimalt antal forbindelser er nået; Nødvendigt for de fleste administrative operationer som indstilling af globale variabler eller for at dræbe andre brugeres tråde.';
$strPrivDescUpdate = 'Tillader ændring af data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierne blev korrekt genindlæst.';
$strProcesslist = 'Procesliste';
$strProtocolVersion = 'Protokolversion';
$strPutColNames = 'Indsæt feltnavne i første række';
 
$strQBEDel = 'Del (Slet)';
$strQBEIns = 'Ins(Indsæt)';
$strQBE = 'Foresp. via eks.';
$strQueryCache = 'Forespørgsel-mellemlager';
$strQueryFrame = 'Foresp. vindue';
$strQueryOnDb = 'SQL-forespørgsel til database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Forespørgselsstatistikker</b>: Siden opstarten er der blevet sendt %s forespørgsler til serveren.';
$strQueryTime = 'Forepørgsel tog %01.4f sek';
$strQueryType = 'Forespørgselstype';
$strQueryWindowLock = 'Overskriv ikke denne forespørgsel fra udenfor vinduet';
 
$strReadRequests = 'Read-anmodninger';
$strReceived = 'Modtaget';
$strRecords = 'Poster';
$strReferentialIntegrity = 'Check reference-integriteten';
$strRefresh = 'Opdatér';
$strRelationalSchema = 'Relationel skematik';
$strRelationNotWorking = 'De ekstra features for at arbejde med linkede tabeller er deaktiveret. For at se hvorfor, klik %sher%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE (Relationer for tabellen)';
$strRelations = 'Relationer';
$strRelationView = 'Se Relationer';
$strReloadingThePrivileges = 'Genindlæs privilegierne';
$strReloadMySQL = 'Genstart MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brugere';
$strRenameDatabaseOK = 'Database %s er blevet omdøbt til %s';
$strRenameTableOK = 'Tabellen %s er nu omdøbt til %s';
$strRenameTable = 'Omdøb tabel til';
$strRepairTable = 'Reparer tabel';
$strReplaceNULLBy = 'Erstat NULL med';
$strReplaceTable = 'Erstat data i tabellen med filens data';
$strReplication = 'Replikering';
$strReset = 'Nulstil';
$strResourceLimits = 'Ressourcebegrænsninger';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Bruger(e) vil fortsat have USAGE-privilegiet indtil privilegierne genindlæses.';
$strRevokeAndDelete = 'Tilbagekald alle aktive privileiger fra brugerne og slet dem efterfølgende.';
$strRevokeMessage = 'Du har tilbagekaldt privilegierne for %s';
$strRevoke = 'Tilbagekald';
$strRomanian = 'Rumænsk';
$strRowLength = 'Rækkelængde';
$strRowsFrom = 'rækker startende fra post #';
$strRowSize = ' Rækkestørrelse ';
$strRowsModeFlippedHorizontal = 'horisontalt (roterede overskrifter)';
$strRowsModeHorizontal = 'vandret';
$strRowsModeOptions = '%s og gentag overskrifter efter %s celler';
$strRowsModeVertical = 'lodret';
$strRows = 'Rækker';
$strRowsStatistic = 'Række-statistik';
$strRunning = 'kører på %s';
$strRunQuery = 'Send forespørgsel';
$strRunSQLQueryOnServer = 'Kør SQL-forespørgsel/forespørgsler på server %s';
$strRunSQLQuery = 'Kør SQL-forspørgsel(er) på database %s';
$strRussian = 'Russisk';
 
$strSaveOnServer = 'Gem på serveren i mappen %s ';
$strSave = 'Gem';
$strScaleFactorSmall = 'Skaleringsfaktoren er for lille til at tilpasse skematikken til en side';
$strSearchFormTitle = 'Søg i databasen';
$strSearchInTables = 'Indeni tabel(ler):';
$strSearchNeedle = 'Ord eller værdi(er) (jokertegn: "%"):';
$strSearchOption1 = 'mindst et af ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'den nøjagtige sætning';
$strSearchOption4 = 'som regulært udtryk';
$strSearchResultsFor = 'Søgeresultater for "<i>%s</i>" %s:';
$strSearch = 'Søg';
$strSearchType = 'Find:';
$strSecretRequired = 'Konfigurationsfilen skal nu bruge et hemmeligt kodeord (blowfish_secret).';
$strSelectADb = 'Vælg en database';
$strSelectAll = 'Vælg alle';
$strSelectBinaryLog = 'Vælg binærlog til gennemsyn';
$strSelectFields = 'Vælg mindst eet felt:';
$strSelectNumRows = 'i forespørgsel';
$strSelectTables = 'Vælg Tabeller';
$strSend = 'Send (download)';
$strSent = 'Sendt';
$strServerChoice = 'Server valg';
$strServerNotResponding = 'Serveren svarer ikke';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Forsinkede inserts';
$strServerStatus = 'Runtime-information';
$strServerStatusUptime = 'Denne MySQL-server har kørt i %s. Den startede op den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Disse tabeller viser netværkstrafik-statistikkerne for denne MySQL-server siden dens opstart.';
$strServerVars = 'Server-variabler og indstillinger';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsværdi';
$strSetEnumVal = 'Hvis et felt er af typen "enum" eller "set", skal værdierne angives på formen: \'a\',\'b\',\'c\'...<br />Skulle du få brug for en backslash ("\") eller et enkelt anførselstegn ("\'") blandt disse værdier, så tilføj en ekstra backslash (fx \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alt';
$strShowColor = 'Vis farve';
$strShowDatadictAs = 'Data Dictionary-format';
$strShowFullQueries = 'Vis fuldstændige forespørgsler';
$strShowGrid = 'Vis gitter';
$strShowingBookmark = 'Viser bogmærke';
$strShowingRecords = 'Viser poster ';
$strShowOpenTables = 'Vis åbne tabeller';
$strShowPHPInfo = 'Vis PHP information';
$strShow = 'Vis';
$strShowSlaveHosts = 'Vis slave værter';
$strShowSlaveStatus = 'Vis slave status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager men overskred værdien for binlog_cache_size og brugte en midlertidig fil til at gemme statements fra transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antal transaktioner der brugte det midlertidige binære log mellemlager.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antal midlertidige tabeller på disken oprettet automatisk af serveren under udførelse af statements. Hvis Created_tmp_disk_tables er stor, skal du overveje at forøge tmp_table_size værdien for at gøre midlertidige tabeller hukommelses-baserede i stedet for disk-baserede.';
$strShowStatusCreated_tmp_filesDescr = 'Hvor mange midlertidige filer mysqld har oprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antal i-hukommelsen midlertidige tabeller oprettet automatisk af serveren under udførelse af statements.';
$strShowStatusDelayed_errorsDescr = 'Antal rækker skrevet med INSERT DELAYED (forsinket indsættelse) under hvilke der opstod fejl (sandsynligvis dublerede nøgler).';
$strShowStatusDelayed_insert_threadsDescr = 'Antallet af INSERT DELAYED handler tråde i brug. Hver forskellig tabel hvorpå en bruger INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antallet af INSERT DELAYED rækker skrevet.';
$strShowStatusFlush_commandsDescr = 'Antallet af udførte FLUSH statements.';
$strShowStatusHandler_commitDescr = 'Antallet af interne COMMIT statements.';
$strShowStatusHandler_deleteDescr = 'Antallet af gange en række blev slettet fra en tabel.';
$strShowStatusHandler_discoverDescr = 'MySQL serveren kan spørge en NDB Cluster storage engine om den kender til en tabel med et givent navn. Dette kaldes opdagelse. Handler_discover indikerer antallet af gange tabeller er blevet opdaget.';
$strShowStatusHandler_read_firstDescr = 'Antallet af gange første indlæg blev læst fra et indeks. Hvis denne er høj, antyder det at serveren laver mange fulde indeks scans; for eksempel, SELECT col1 FROM foo, antagende at col1 er indekseret.';
$strShowStatusHandler_read_keyDescr = 'Antallet af anmodninger om at læse en række baseret på en nøgle. Hvis denne er høj, er det en god indikation af at dine forespørgsler og tabeller er ordentligt indekserede.';
$strShowStatusHandler_read_nextDescr = 'Antallet af anmodninger om at læse næste række i nøgleorden. Denne forøges hvis du forespørger på en indekskolonne med en range-begrænsning eller hvis du udfører et indeks scan.';
$strShowStatusHandler_read_prevDescr = 'Antallet af anmodninger om at læse foregående række i nøgleorden. Denne læsemetode bruges hovedsageligt til at optimere ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antallet af anmodninger om at læse en række baseret på en fast position. Denne er høj hvis du laver mange forespørgsler der kræver sortering af resultatet. Du har sandsynligvis mange forespørgsler der forlanger at MySQL scanner hele tabeller eller du har joins der ikke bruger nøgler ordentligt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antallet af anmodninger om læsning af næste række i datafilen. Denne er høj hvis du laver mange tabelscanninger. Generelt antyder dette at dine tabeller enten ikke er ordentligt indekserede eller at dine forespørgsler ikke er skrevet til at drage fordel af de indeks du har.';
$strShowStatusHandler_rollbackDescr = 'Antallet af interne ROLLBACK statements.';
$strShowStatusHandler_updateDescr = 'Antallet af anmodninger om at opdatere en række i en tabel.';
$strShowStatusHandler_writeDescr = 'Antallet af anmodninger om at indsætte en række i en tabel.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antallet af sider der indeholder data (beskidte eller rene).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antallet af såkaldt beskidte sider.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antallet af buffer pool sider der er anmodet om at skulle flushes.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antallet af frie sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet af eksklusivt låste (latched) sider i InnoDB buffer pool. Dette er sider der i øjeblikket læses eller skrives eller som ikke kan flushes eller fjernes af andre årsager.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antallet af travle sider fordi de er blevet allokeret til administrativ overhead så som rækkelåse eller det adaptive hash indeks. Denne værdi kan også beregnes som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på buffer pool, i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antallet af "tilfældige" read-aheads InnoDB initierede. Dette sker når en forespørgsel skal scanne en større del af en tabel men i tilfældig rækkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antallet af sekventielle read-aheads InnoDB initierede. Dette sker når InnoDB laver en sekventiel fuld tabelscanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antallet af logiske read anmodninger InnoDB har lavet.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antallet af logiske reads som InnoDB ikke kunne tilfredsstille fra buffer pool og måtte lave en enkelt-side read.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivninger til InnoDB buffer poolen i baggrunden. Men, hvis der er brug for at læse eller oprette en side og der ikke er nogen rene sider tilgængelige, er det nødvendigt at vente på at der bliver flushet sider først. Denne tæller tæller hvor mange gange det er sket. Hvis buffer pool størrelsen er sat ordentligt, skulle denne værdi være lille.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antallet af skrivninger til InnoDB buffer poolen.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antallet af fsync() operationer indtil nu.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuværende antal ventende fsync() operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuværende antal af ventende reads.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuværende antal af ventende writes.';
$strShowStatusInnodb_data_readDescr = 'Mængden af data læst indtil nu, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Det totale antal af data reads.';
$strShowStatusInnodb_data_writesDescr = 'Det totale antal af data writes.';
$strShowStatusInnodb_data_writtenDescr = 'Mængden af data skrevet indtil nu, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet af doublewrite skrivninger der er udført og antallet af sider der er blevet skrevet til dette formål.';
$strShowStatusInnodb_log_waitsDescr = 'Antallet af waits vi har haft fordi log buffer var for lille og vi skulle vente på at den blev flushed før vi kunne fortsætte.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antallet af log write anmodninger.';
$strShowStatusInnodb_log_writesDescr = 'Antallet af fysiske skrivninger til log filen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antallet af fsyncs skrivninger lavet til log filen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antallet af ventende log fil fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende log fil skrivninger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antallet af bytes skrevet til log filen.';
$strShowStatusInnodb_pages_createdDescr = 'Antallet af sider oprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den indkompilerede InnoDB sidestørrelse (standard 16KB). Mange værdier tælles i sider; sidestørrelsen gør at man let kan omregne dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antallet af sider læst.';
$strShowStatusInnodb_pages_writtenDescr = 'Antallet af sider skrevet.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antallet af rækkelåse der ventes på i øjeblikket.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gennemsnitstiden for at få en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brugt på at hente rækkelåse, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimale tid for at hente en rækkelås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antallet af gange der skulle ventes på en rækkelås.';
$strShowStatusInnodb_rows_deletedDescr = 'Antallet af rækker slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antallet af rækker indsat i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antallet af rækker læst fra InnoDB tables.';
$strShowStatusInnodb_rows_updatedDescr = 'Antallet af rækker opdateret i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antallet af nøgleblokeringer i nøglemellemlageret der har ændret sig men endnu ikke er blevet flushet til disk. Det hed tidligere Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antallet af ubrugte blokke i nøglemellemlageret. Du kan bruge denne værdi til at fastslå hvor meget af nøglemellemlagere der er i brug.';
$strShowStatusKey_blocks_usedDescr = 'Antallet af brugte blokke i nøglemellemlageret. Denne værdi er et højvande-mærke der indikerer det maksimale antal blokke der på noget tidspunkt har været i brug på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antallet af anmodninger om at læse en nøgleblok fra mellemlageret.';
$strShowStatusKey_readsDescr = 'Antallet af fysiske læsninger af en nøgleblok fra disk. Hvis Key_reads er stor, er din key_buffer_size værdi sandsynligvis for lille. Mellemlager miss raten kan beregnes som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antallet af anmodninger om at skrive en nøgleblok til mellemlageret.';
$strShowStatusKey_writesDescr = 'Antallet af fysiske skrivninger af en nøgleblok til disk.';
$strShowStatusLast_query_costDescr = 'Totale omkostninger for den seneste kompilerede forespørgsel som beregnet af forespørgsels-optimeringsrutinen. Brugbart til at sammenligne omkostninger på forskellige forespørgselsplaner for den samme forespørgsel. En standardværdi på 0 betyder at der ikke er kompileret nogen forespørgsler endnu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antallet af rækker der venter på at blive skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antallet af tabeller der er blevet åbnet. Hvis åbnede tabeller er stor, er dit tabelmellemlager sandsynligvis for lille.';
$strShowStatusOpen_filesDescr = 'Antallet af filer der er åbne.';
$strShowStatusOpen_streamsDescr = 'Antallet af streams der er åbne (bruges hovedsageligt til logning).';
$strShowStatusOpen_tablesDescr = 'Antallet af tabeller der er åbne.';
$strShowStatusQcache_free_blocksDescr = 'Antallet af frie hukommelsesblokke i forespørgsels-mellemlageret.';
$strShowStatusQcache_free_memoryDescr = 'Mængden af fri hukommelse til forespørgselsmellemlageret.';
$strShowStatusQcache_hitsDescr = 'Antallet af mellemlager hits.';
$strShowStatusQcache_insertsDescr = 'Antallet af forespørgsler tilføjet til mellemlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antallet af forespørgsler der er blevet fjernet fra mellemlageret for at rydde hukommelse til mellemlagring af nye forespørgsler. Denne information kan hjælpe dig med at tune forespørgselsmellemlagerets størrelse. Forespørgselsmellemlageret bruger en mindst nyligt brugt (LRU) strategi til at afgøre hvilke forespørgsler der skal fjernes fra mellemlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet af ikke-mellemlagrede forespørgsler (ikke mulige at mellemlagre eller ikke mellemlagret grundet query_cache_type indstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antallet af forespørgsler registreret i mellemlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totalt antal blokke i forespørgsels-mellemlageret.';
$strShowStatusReset = 'Nulstil';
$strShowStatusRpl_statusDescr = 'Status på failsafe replikering (endnu ikke implementeret).';
$strShowStatusSelect_full_joinDescr = 'Antallet af joins der ikke bruger indeks. Hvis denne værdi ikke er 0, bør du nøje tjekke indeksene på dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antallet af joins der brugte en range søgning på en reference tabel.';
$strShowStatusSelect_range_checkDescr = 'Antallet af joins uden nøgler der tjekker for nøglebrug efter hver række. (Hvis denne ikek er 0, bør du nøje tjekke indeks på dine tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antallet af joins der brugte ranges på den første tabel. (Normalt ikke kritisk selvom tallet er stort.)';
$strShowStatusSelect_scanDescr = 'Antallet af joins som lavede en fuld scan af den første tabel.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antallet af midlertidige tabeller i øjeblikket åbne af SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (siden opstart) antal gange replikeringsslave SQL tråden har gen-forsøgt transaktioner.';
$strShowStatusSlave_runningDescr = 'Dette er TIL hvis denne server er en slave der er forbundet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antallet af tråde der har taget mere end slow_launch_time sekunder at oprette.';
$strShowStatusSlow_queriesDescr = 'Antallet af forespørgsler der har taget mere end long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antallet af sammenlægningskørsler sorteringsalgoritmen skulle lave. Hvis denne værdi er høj, bør du overveje at forøge værdien af sort_buffer_size systemvariablen.';
$strShowStatusSort_rangeDescr = 'Antallet af sorteringer lavet med ranges.';
$strShowStatusSort_rowsDescr = 'Antallet af sorterede rækker.';
$strShowStatusSort_scanDescr = 'Antallet af sorteringer udført ved scanning af tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antallet af gange en tabellås blev givet æjeblikkeligt.';
$strShowStatusTable_locks_waitedDescr = 'Antallet af gange en tabellås ikke kunne fås øjeblikkeligt og en wait var nødvendig. Hvis denne er høj, og du har ydelsesproblemer, bør du først optimere dine forespørgsler, og derefter enten opdele din tabel eller tabeller, eller bruge replikering.';
$strShowStatusThreads_cachedDescr = 'Antallet af tråde i tråd-mellemlageret. Mellemlager-hitraten kan udregnes som Threads_created/Forbindelser. Hvis denne værdi er rød bør du forøge din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antallet af i øjeblikket åbne forbindelser.';
$strShowStatusThreads_createdDescr = 'Antallet af tråde oprettet til at håndtere forbindelser. Hvis Threads_created er stor, kan du vælge at forøge thread_cache_size værdien. (Normalt giver dette ingen nævneværdig ydelsesforbedring hvis du har god tråd-implementering.)';
$strShowStatusThreads_runningDescr = 'Antallet af tråde der ikke sover.';
$strShowTableDimension = 'Vis tabellernes dimensioner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis forespørgslen her igen ';
$strSimplifiedChinese = 'Simplificeret Kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antal poster (queries) der skal springes over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL servers socket er ikke korrekt konfigureret)';
$strSortByKey = 'Sorteringsnøgle';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Pladsforbrug';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord adskilles af mellemrums-karakter (" ").';
$strSQLExportCompatibility = 'SQL eksport-kompatibilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL-indstillinger';
$strSQLOptions = 'SQL-indstillinger';
$strSQLParserBugMessage = 'Det er muligt at du har fundet en fejl i SQL-parseren. Undersøg venligst din forespørgsel nøje, og check at anførselstegn er rigtige og ikke giver konflikter. Andre fejlårsager kan være at du uploader en fil med binær udenfor et lukket tekstområde. Du kan også prøve din forespørgsel i MySQL kommandolinje-interfacet. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet. Hvis du stadig har probemer eller hvis parseren fejler hvor kommandolinjeinterfacet lykkes, reducer din SQL-forespørgselsinput til den ene forespørgsel der forårsager problemet, og indsend en fejlrapport med datablokken i KLIP-sektionen herunder:';
$strSQLParserUserError = 'Der ser ud til at være en fejl i din SQL-forespørgsel. MySQL-serverens fejlmelding der følger herunder, hvis der er nogen, kan også hjælpe dig med at finde problemet.';
$strSQLQuery = 'SQL-forespørgsel';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Ikke-lukket quote';
$strSQPBugUnknownPunctuation = 'Ukendt tegnsætnings-streng';
$strStatCheckTime = 'Sidste check';
$strStatCreateTime = 'Oprettelse';
$strStatement = 'Erklæringer';
$strStatisticsOverrun = 'På en travl server er der risiko for at bytetællerne løber over, så disse statistikker som rapporteret af MySQL-serveren kan være forkerte.';
$strStatUpdateTime = 'Sidste opdatering';
$strStatus = 'Status';
$strStorageEngines = 'Datalagre';
$strStorageEngine = 'Datalager';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Tilføj DROP TABLE';
$strStrucExcelCSV = 'CSV til MS Excel-data';
$strStrucNativeExcel = 'Fødte MS Excel-data';
$strStrucOnly = 'Kun strukturen';
$strStructPropose = 'Foreslå tabelstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Din SQL-forespørgsel blev udført korrekt';
$strSum = 'Sum';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Skift til den kopierede database';
$strSwitchToTable = 'Skift til den kopierede tabel';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Tabel kommentarer';
$strTableEmpty = 'Intet tabelnavn!';
$strTableHasBeenDropped = 'Tabel %s er slettet';
$strTableHasBeenEmptied = 'Tabel %s er tømt';
$strTableHasBeenFlushed = 'Tabel %s er blevet flushet';
$strTableMaintenance = 'Tabelvedligeholdelse';
$strTableOfContents = 'Indholdsfortegnelse';
$strTableOptions = 'Tabel-indstillinger';
$strTables = '%s tabel(ler)';
$strTableStructure = 'Struktur-dump for tabellen';
$strTable = 'Tabel';
$strTableType = 'Tabel type';
$strTakeIt = 'tag det';
$strTblPrivileges = 'Tabel-specifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grund af feltets længde,<br /> kan det muligvis ikke ændres ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Standardtema %s ikke fundet!';
$strThemeNoPreviewAvailable = 'Intet billede til rådighed.';
$strThemeNotFound = 'Tema %s ikke fundet!';
$strThemeNoValidImgPath = 'Ingen gyldig billedsti for tema %s fundet!';
$strThemePathNotFound = 'Sti til tema ikke fundet for tema %s!';
$strTheme = 'Tema / Layout';
$strThisHost = 'Denne Host';
$strThisNotDirectory = 'Dette var ikke en mappe';
$strThreads = 'Tråde';
$strThreadSuccessfullyKilled = 'Tråd %s blev stoppet.';
$strTimeoutInfo = 'Foregående import timede ud, efter genindsendelse vil fortsætte fra position %d.';
$strTimeoutNothingParsed = 'Desværre blev der ikke parset nogen data ved sidste kørsel, dette betyder normalt at phpMyAdmin ikke vil være i stand til at gennemføre importen med mindre du forøger php tidsbegrænsningerne.';
$strTimeoutPassed = 'Script timeout nået, hvis du vil afslutte importen, indsend venligst samme fil igen og importen vil fortsætte hvor den slap.';
$strTime = 'Tid';
$strToggleScratchboard = 'tegnebræt til/fra';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditionelt Kinesisk';
$strTraditionalSpanish = 'Traditionelt Spansk';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionskoordinator';
$strTransformation_application_octetstream__download = 'Viser et link til at downloade et felts binære data. Første mulighed er filnavnet på den binære fil. Anden mulighed er et muligt feltnavn fra en tabelrække indeholdende filnavnet. Hvis du bruger anden mulighed, er feltet til den første mulighed nødt til at være sat til en tom streng.';
$strTransformation_application_octetstream__hex = 'Viser hexadecimal udgave af data.';
$strTransformation_image_jpeg__inline = 'Viser et klikbart minibilled; indstillinger: bredde,højde i pixel (bevarer det originale perspektiv)';
$strTransformation_image_jpeg__link = 'Viser et link til dette billede (f.eks. direkte blob-download).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tager et TIME, TIMESTAMP eller DATETIME-felt og formatterer det til dit lokale datoformat. Første parameter er offset (i timer) som lægges til tidsstemplet (Default: 0). Andte parameter er et andet datoformat ud fra PHPs strftime() definition.';
$strTransformation_text_plain__external = 'KUN LINUX: Starter en ekstern applikation og føder feltdata via standard input. Returnerer standardoutputtet for applikationen. Default er Tidy, for korrekt printet HTML-kode. Af sikkerhedsårsager er du nødt til manuelt at redigere filen libraries/transformations/text_plain__external.inc.php og indsætte de værktøjer du vil tillade kørsel af. Første indstilling er så nummeret på det program du vil bruge og den anden indstilling er parametrene for det program. Tredie parameter, hvis sat til 1 vil konvertere outputtet vha. htmlspecialchars() (Default er 1). Et fjerde parameter, hvis sat til 1 vil sætte et NOWRAP om cellens indhold så hele outputtet bliver vist uden omformattering (Default 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formattering af feltet. Der laves ikke nogen Escaping.';
$strTransformation_text_plain__imagelink = 'Viser et billed og et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er bredde i pixel, tredie er højden.';
$strTransformation_text_plain__link = 'Viser et link, feltet indeholder filnavnet; første indstilling er et præfiks som "http://domain.com/", anden indstilling er en titel på linket.';
$strTransformation_text_plain__sql = 'Formatterer tekst som SQL-forespørgsel med syntaks farvemarkering.';
$strTransformation_text_plain__substr = 'Viser en del af en streng. Første parameter er antal tegn der skal springes over fra begyndelsen af en streng (Standard 0). Andet parameter er antal tegn der returneres (Standard indtil enden af strengen). Det tredie parameter definerer hvilke karakterer der skal føjes til foran eller efter outputtet når en substring (understreng) returneres (Standard: "...") .';
$strTruncateQueries = 'Trunkér viste forespørgsler';
$strTurkish = 'Tyrkisk';
$strType = 'Datatype';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Fjern alle mærker';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukendt';
$strUnselectAll = 'Fravælg alle';
$strUnsupportedCompressionDetected = 'Du forsøgte at indlæse en fil med u-understøttet komprimering (%s). Understøttelse af denne funktion er ikke implementeret eller ikke slået til for din konfiguration.';
$strUpdatePrivMessage = 'Du har opdateret privilegierne for %s.';
$strUpdateProfileMessage = 'Profilen er blevet opdateret.';
$strUpdateQuery = 'Opdater forespørgsel';
$strUpdComTab = 'Se venligst Dokumentationen for oplysninger om hvordan du opdaterer din Column_comments (kolonne-kommentarer) tabel';
$strUpgrade = 'Du burde opdatere til %s %s eller senere.';
$strUploadLimit = 'Du har sandsynligvis forsøgt at uploade en for stor fil. Se venligst %sdokumentationen%s for måder hvorpå du kan arbejde dig uden om denne begrænsning.';
$strUsage = 'Benyttelse';
$strUseBackquotes = 'Brug "backquotes" omkring tabeller og felters navne';
$strUsedPhpExtensions = 'Brugte PHP-udvidelser';
$strUseHostTable = 'Brug Host Tabel';
$strUserAlreadyExists = 'Brugeren %s findes i forvejen!';
$strUserEmpty = 'Intet brugernavn!';
$strUserName = 'Brugernavn';
$strUserNotFound = 'Den valgte bruger blev ikke fundet i privilegietabellen.';
$strUserOverview = 'Brugeroversigt';
$strUsersDeleted = 'De valgte brugere er blevet korrekt slettet.';
$strUsersHavingAccessToDb = 'Brugere med adgang til &quot;%s&quot;';
$strUser = 'Bruger';
$strUseTabKey = 'Brug TAB tasten for at flytte dig fra værdi til værdi, eller CTRL+piletasterne til at flytte frit omkring';
$strUseTables = 'Benyt tabeller';
$strUseTextField = 'Brug tekstfelt';
$strUseThisValue = 'Brug denne værdi';
 
$strValidateSQL = 'Validér SQL';
$strValidatorError = 'SQL-validatoren kunne ikke initialiseres. Check venligst at du har de nødvendige php-udvidelser installeret som beskrevet i %sdokumentationen%s.';
$strValue = 'Værdi';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Vis dump (skema) for databaser';
$strViewDumpDB = 'Vis dump (skema) af database';
$strViewDump = 'Vis dump (skema) over tabel';
$strViewHasBeenDropped = 'Visning %s er blevet droppet';
$strViewMaxExactCount = 'Denne visning har mere end %d rækker. Se venligst %sdokumentationen%s.';
$strView = 'Visning';
 
$strWebServerUploadDirectoryError = 'Mappen du har sat til upload-arbejde kan ikke findes';
$strWebServerUploadDirectory = 'web-server upload mappe';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'Vesteuropæisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Det angivne browservindue kunne ikke opdateres. Måske har du lukket det overliggende vindue eller din browser blokerer for tvær-vindue opdateringer i sikkerhedsindstillingerne';
$strWithChecked = 'Med det markerede:';
$strWriteRequests = 'Write-anmodninger';
$strWritingCommentNotPossible = 'Skrivning af kommentar ikke muligt';
$strWritingRelationNotPossible = 'Skrivning af relation ikke muligt';
$strWrongUser = 'Forkert brugernavn/kodeord. Adgang nægtet.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.';
$strZip = '"zippet"';
?>
/Web/Maintenance/phpMyAdmin/lang/dutch-iso-8859-1.inc.php
0,0 → 1,980
<?php
/* $Id: dutch-iso-8859-1.inc.php,v 2.122.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
/*
* Updated by "CaliMonk" <calimonk at gmx.net> on 2005/01/04.
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
 
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
$strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDenied = 'Toegang geweigerd ';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAction = 'Actie';
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
$strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIfNotExists = 'Voeg IF NOT EXISTS toe';
$strAddIntoComments = 'Voeg toe in commentaar';
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database';
$strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel';
$strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):';
$strAddToIndex = 'Voeg &nbsp;%s&nbsp; kolom(men) toe aan index';
$strAddUser = 'Voeg een nieuwe gebruiker toe';
$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAdministration = 'Administratie';
$strAffectedRows = 'Getroffen rijen:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAfterInsertNext = 'Bewerk volgende rij';
$strAfterInsertSame = 'Ga terug naar deze pagina';
$strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
$strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAny = 'Elke'; //! Willekeurige?
$strAnyHost = 'Een willekeurige host';
$strAnyUser = 'Een willekeurige gebruiker';
$strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11';
$strArabic = 'Arabisch';
$strArmenian = 'Armeens';
$strAscending = 'Oplopend';
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strAutodetect = 'Auto detectie';
$strAutomaticLayout = 'Automatische lay-out';
 
$strBack = 'Terug';
$strBaltic = 'Baltisch';
$strBeginCut = 'Begin KNIP';
$strBeginRaw = 'Begin RAW';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Log naam';
$strBinLogOriginalPosition = 'Originele positie';
$strBinLogPosition = 'Positie';
$strBinLogServerId = 'Server ID';
$strBinary = ' Binair ';
$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
$strBinaryLog = 'Binaire log';
$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
$strBrowse = 'Verkennen';
$strBrowseForeignValues = 'Bekijk vreemde waardes';
$strBulgarian = 'Bulgaars';
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
$strBzip = '"ge-bzipt"';
 
$strCSVOptions = 'CSV opties';
$strCalendar = 'Kalender';
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
$strCantLoadRecodeIconv = 'Kan iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
$strCardinality = 'Kardinaliteit';
$strCaseInsensitive = 'hoofdletter ongevoelig';
$strCaseSensitive = 'hoofdletter gevoelig';
$strCentralEuropean = 'Centraal Europees';
$strChange = 'Veranderen';
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
$strChangeCopyModeCopy = '... behoud de oude.';
$strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.';
$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
$strChangeDisplay = 'Kies weer te geven veld';
$strChangePassword = 'Wijzig wachtwoord';
$strCharset = 'Karakterset';
$strCharsetOfFile = 'Karakter set van het bestand:';
$strCharsets = 'Karaktersets';
$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCheckAll = 'Selecteer alles';
$strCheckOverhead = 'Selecteer tabellen met overhead';
$strCheckPrivs = 'Controleer privileges';
$strCheckPrivsLong = 'Controleer privileges voor database &quot;%s&quot;.';
$strCheckTable = 'Controleer tabel';
$strChoosePage = 'Kies een pagina om aan te passen';
$strColComFeat = 'Toon kolom commentaar';
$strCollation = 'Collatie';
$strColumnNames = 'Kolom namen';
$strColumnPrivileges = 'Kolom-specifieke privileges';
$strCommand = 'Commando';
$strComments = 'Commentaar';
$strCommentsForTable = 'COMMENTAAR VOOR TABEL';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatibel';
$strCompleteInserts = 'Invoegen voltooid';
$strCompression = 'Compressie';
$strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen! <br />Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.<br />Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.<br /> Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.';
$strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s';
$strConnectionError = 'Kan niet verbinden: ongeldige instellingen.';
$strConnections = 'Connecties';
$strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
$strConstraintsForTable = 'Beperkingen voor tabel';
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
$strCreate = 'Aanmaken';
$strCreateIndex = 'Creëer een index op kolommen&nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Creëer een nieuwe index';
$strCreateNewDatabase = 'Nieuwe database aanmaken';
$strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
$strCreatePage = 'Creëer een nieuwe pagina';
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
$strCreationDates = 'Creatie/Update/Controleer datum';
$strCriteria = 'Criteria';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Cyrillisch';
$strCzech = 'Tsjechisch';
$strCzechSlovak = 'Tsjechische-Slowaak';
 
$strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDBRename = 'Hernoem database naar';
$strDanish = 'Deens';
$strData = 'Data';
$strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'De database naam is leeg!';
$strDatabaseExportOptions = 'Database export opties';
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
$strDatabases = 'databases';
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
$strDatabasesStats = 'Database statistieken';
$strDatabasesStatsDisable = 'Statistieken uitzetten';
$strDatabasesStatsEnable = 'Statistieken aanzetten';
$strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.';
$strDbPrivileges = 'Database-specifieke privileges';
$strDbSpecific = 'database-specifiek';
$strDefault = 'Standaardwaarde';
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
$strDefragment = 'Defragment tabel';
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDelayedInserts = 'Gebruik vertraagde inserts';
$strDelete = 'Verwijderen';
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
$strDeleted = 'De rij is verwijderd';
$strDeletedRows = 'Verwijder rijen:';
$strDeleting = 'Verwijderen van %s';
$strDescending = 'Aflopend';
$strDescription = 'Beschrijving';
$strDictionary = 'Woordenboek';
$strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen';
$strDisabled = 'Uitgeschakeld';
$strDisplayFeat = 'Toon Opties';
$strDisplayOrder = 'Weergave volgorde:';
$strDisplayPDF = 'Geef het PDF schema weer';
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDoYouReally = 'Weet u zeker dat u dit wilt ';
$strDocu = 'Documentatie';
$strDrop = 'Verwijderen';
$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!';
$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
$strDumpSaved = 'Dump is bewaard als %s.';
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamisch';
 
$strEdit = 'Wijzigen';
$strEditPDFPages = 'PDF Pagina\'s aanpassen';
$strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effectief';
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
$strEnabled = 'Ingeschakeld';
$strEncloseInTransaction = 'Sluit de export in een transactie';
$strEnd = 'Einde';
$strEndCut = 'Einde KNIP';
$strEndRaw = 'Einde RAW';
$strEnglish = 'Engels';
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
$strError = 'Fout';
$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
$strEstonian = 'Estlands';
$strExcelEdition = 'Excel editie';
$strExcelOptions = 'Excel opties';
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
$strExplain = 'Verklaar SQL';
$strExport = 'Exporteer';
$strExtendedInserts = 'Uitgebreide invoegingen';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Mislukte pogingen';
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is vervallen';
$strFields = 'Velden';
$strFieldsEmpty = ' Het velden aantal is leeg! ';
$strFieldsEnclosedBy = 'Velden ingesloten door';
$strFieldsEscapedBy = 'Velden ontsnapt door';
$strFieldsTerminatedBy = 'Velden beëindigd door';
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
$strFileNameTemplate = 'File naam template';
$strFileNameTemplateRemember = 'Onthoud template';
$strFixed = 'vast';
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.';
$strFlushTable = 'Schoon de tabel ("FLUSH")';
$strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
$strFormat = 'Formatteren';
$strFullText = 'Volledige teksten';
$strFunction = 'Functie';
 
$strGenBy = 'Gegenereerd door';
$strGenTime = 'Generatie Tijd';
$strGeneralRelationFeat = 'Basis relatie opties';
$strGeorgian = 'Georgisch';
$strGerman = 'Duits';
$strGlobal = 'globaal';
$strGlobalPrivileges = 'Globale privileges';
$strGlobalValue = 'Globale waarde';
$strGo = 'Start';
$strGrantOption = 'Toekennen';
$strGreek = 'Grieks';
$strGzip = '"ge-gzipt"';
 
$strHasBeenAltered = 'is veranderd.';
$strHasBeenCreated = 'is aangemaakt.';
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
$strHebrew = 'Hebreeuws';
$strHexForBinary = 'Gebruik hexadecimale voor binaire velden';
$strHome = 'Home';
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
$strHost = 'Host';
$strHostEmpty = 'De host naam is leeg!';
$strHungarian = 'Hongaars';
 
$strIcelandic = 'IJslands';
$strId = 'ID';
$strIdxFulltext = 'Volledige tekst';
$strIgnore = 'Negeer';
$strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden';
$strInUse = 'in gebruik';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s is vervallen';
$strIndexName = 'Index naam&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$strIndexWarningMultiple = 'Meer dan 1 %s sleutel was gecreëerd voor de kolom `%s`';
$strIndexWarningPrimary = 'PRIMARY en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
$strIndexWarningUnique = 'UNIQUE en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexes = 'Indexen';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
$strInsert = 'Invoegen';
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsertNewRow = 'Nieuwe rij invoegen';
$strInsertedRowId = 'Ingevoegde rij id:';
$strInsertedRows = 'Ingevoegde rijen:';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties';
 
$strJapanese = 'Japans';
$strJumpToDB = 'Ga naar database &quot;%s&quot;.';
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
$strJustDeleteDescr = 'De &quot;verwijderde&quot; gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
 
$strKeepPass = 'Wijzig het wachtwoord niet';
$strKeyname = 'Sleutel naam';
$strKill = 'stop proces';
$strKorean = 'Koreaans';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opties';
$strLandscape = 'Landschap';
$strLatexCaption = 'Tabel titel';
$strLatexContent = 'Content van tabel __TABLE__';
$strLatexContinued = '(vervolgd)';
$strLatexContinuedCaption = 'Vervolgde tabel titel';
$strLatexIncludeCaption = 'Voeg tabel titel toe';
$strLatexLabel = 'Label sleutel';
$strLatexStructure = 'Structuur van de tabel __TABLE__';
$strLatvian = 'Lets';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLinesTerminatedBy = 'Regels beëindigd door';
$strLinkNotFound = 'Link niet gevonden';
$strLinksTo = 'Gelinkt naar';
$strLithuanian = 'Litouws';
$strLocalhost = 'lokaal';
$strLocationTextfile = 'Locatie van het tekstbestand';
$strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:';
$strLogin = 'Inloggen';
$strLoginInformation = 'Login Informatie';
$strLogout = 'Uitloggen';
 
$strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Beschikbare MIME-types';
$strMIME_available_transform = 'Beschikbare transformaties';
$strMIME_description = 'Beschrijving';
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
$strMIME_transformation = 'Browser transformaties';
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
$strMIME_transformation_options = 'Transformatie opties';
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies';
$strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
$strMbOverloadWarning = 'U heeft mbstring.func_overload ingeschakeld in uw PHP configuratie. Deze optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige data corrupt raakt!';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Aanpassen';
$strModifyIndexTopic = 'Wijzig een index';
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
$strMultilingual = 'meertalig';
$strMySQLCharset = 'MySQL Karakterset';
$strMySQLConnectionCollation = 'MySQL verbindingscollatie';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
$strMySQLShowStatus = 'MySQL runtime informatie';
$strMySQLShowVars = 'MySQL systeemvariabelen';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
$strNoDatabases = 'Geen databases';
$strNoDatabasesSelected = 'Er is geen databases geselecteerd.';
$strNoDescription = 'Geen beschrijving aanwezig';
$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.';
$strNoExplain = 'Uitleg SQL overslaan';
$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b>frames</b> aan kan.';
$strNoIndex = 'Geen index gedefinieerd!';
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
$strNoModification = 'Geen verandering';
$strNoOptions = 'Dit format heeft geen opties';
$strNoPassword = 'Geen wachtwoord';
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
$strNoPhp = 'zonder PHP Code';
$strNoPrivileges = 'Geen rechten';
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
$strNoRowsSelected = 'Geen rijen geselecteerd';
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
$strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.';
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
$strNoValidateSQL = 'SQL validatie overslaan';
$strNone = 'Geen';
$strNotNumber = 'Dit is geen cijfer!';
$strNotOK = 'Niet Goed';
$strNotSet = '<b>%s</b> tabel niet gevonden of niet ingesteld in %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel<i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> overeenkomst(en)';
$strNumTables = 'Tabellen';
 
$strOK = 'Correct';
$strOperations = 'Handelingen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
 
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPaperSize = 'Papier grootte';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.';
$strPasswordEmpty = 'Het wachtwoord is leeg!';
$strPasswordHashing = 'Wachtwoord Hashing';
$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPerHour = 'per uur';
$strPerMinute = 'per minuut';
$strPerSecond = 'per seconde';
$strPersian = 'Perzisch';
$strPhoneBook = 'Telefoonboek';
$strPhp = 'Creëer PHP Code';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPolish = 'Pools';
$strPortrait = 'Portret';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
$strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.';
$strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.';
$strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.';
$strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.';
$strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.';
$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
$strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.';
$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.';
$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.';
$strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.';
$strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.';
$strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.';
$strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.';
$strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.';
$strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.';
$strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.';
$strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.';
$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.';
$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.';
$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.';
$strPrivDescSelect = 'Maakt het lezen van data mogelijk.';
$strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.';
$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.';
$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.';
$strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.';
$strPrivDescUsage = 'Geen privileges.';
$strPrivileges = 'Rechten';
$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd';
$strProcesslist = 'Process lijst';
$strPutColNames = 'Plaats veldnamen in de eerste rij';
 
$strQBE = 'Query opbouwen';
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-geschiedenis';
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
$strQueryTime = 'Query duurde %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
 
$strReType = 'Type opnieuw';
$strReceived = 'Ontvangen';
$strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRefresh = 'Vernieuw';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht';
$strRelationalSchema = 'Relationeel schema';
$strRelations = 'Relaties';
$strRelationsForTable = 'RELATIES VOOR TABEL';
$strReloadMySQL = 'MySQL opnieuw laden.';
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
$strRenameDatabaseOK = 'Database %s is hernoemed naar %s';
$strRenameTable = 'Tabel hernoemen naar';
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
$strRepairTable = 'Repareer tabel';
$strReplaceNULLBy = 'Vervang NULL door';
$strReplaceTable = 'Vervang tabel gegevens met het bestand';
$strReset = 'Opnieuw';
$strResourceLimits = 'Resource beperkingen';
$strRevoke = 'Ongedaan maken';
$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.';
$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
$strRomanian = 'Roemeens';
$strRowLength = 'Lengte van de rij';
$strRowSize = ' Grootte van de rij';
$strRows = 'Rijen';
$strRowsFrom = 'rijen beginnend bij';
$strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)';
$strRowsModeHorizontal = 'horizontaal';
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
$strRowsModeVertical = 'verticaal';
$strRowsStatistic = 'Rij statistiek';
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
$strRunning = 'wordt uitgevoerd op %s';
$strRussian = 'Russisch';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL export compatibiliteit';
$strSQLExportType = 'Export type';
$strSQLOptions = 'SQL opties';
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
$strSave = 'Opslaan';
$strSaveOnServer = 'Bewaar op de server in %s directory';
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
$strSearch = 'Zoeken';
$strSearchFormTitle = 'Zoeken in de database';
$strSearchInTables = 'In de tabel(len):';
$strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van de woorden';
$strSearchOption2 = 'alle woorden';
$strSearchOption3 = 'de exacte zin';
$strSearchOption4 = 'als een reguliere expressie';
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
$strSearchType = 'Zoek:';
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
$strSelectADb = 'Selecteer A.U.B. een database';
$strSelectAll = 'Selecteer alles';
$strSelectBinaryLog = 'Selecteer de te bekijken binaire log';
$strSelectFields = 'Selecteer velden (tenminste 1):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Selecteer tabellen';
$strSend = 'verzenden';
$strSent = 'Verzonden';
$strServer = 'Server';
$strServerChoice = 'Server keuze';
$strServerNotResponding = 'De server reageert niet';
$strServerStatus = 'Runtime Informatie';
$strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.';
$strServerTabProcesslist = 'Processen';
$strServerTabVariables = 'Variabelen';
$strServerTrafficNotes = '<b>Server verkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart';
$strServerVars = 'Server variabelen en instellingen';
$strServerVersion = 'Server versie';
$strSessionValue = 'Sessie variabelen';
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strShow = 'Toon';
$strShowAll = 'Toon alles';
$strShowColor = 'Toon kleur';
$strShowDatadictAs = 'Data Dictionary Formaat';
$strShowFullQueries = 'Toon volledige Queries';
$strShowGrid = 'Toon grid';
$strShowPHPInfo = 'Laat informatie over PHP zien';
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
$strShowTables = 'Toon tabellen';
$strShowThisQuery = ' Laat deze query hier zien ';
$strShowingRecords = 'Toon Records';
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
$strSingly = '(apart)';
$strSize = 'Grootte';
$strSlovak = 'Slowaak';
$strSlovenian = 'Sloveens';
$strSort = 'Sorteren';
$strSortByKey = 'Sorteren op sleutel';
$strSpaceUsage = 'Ruimte gebruik';
$strSpanish = 'Spaans';
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
$strStatCheckTime = 'Laatst gecontroleerd';
$strStatCreateTime = 'Gecreëerd';
$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatement = 'Opdrachten';
$strStatus = 'Status';
$strStrucCSV = 'CSV gegevens';
$strStrucData = 'Structuur en gegevens';
$strStrucDrop = 'DROP TABLE toevoegen';
$strStrucExcelCSV = 'CSV voor MS Excel data';
$strStrucNativeExcel = 'Native MS Excel data';
$strStrucOnly = 'Alleen structuur';
$strStructPropose = 'Tabel structuur voorstellen';
$strStructure = 'Structuur';
$strSubmit = 'Verzenden';
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
$strSum = 'Som';
$strSwedish = 'Zweeds';
$strSwitchToDatabase = 'Schakel naar de gekopieerde database';
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel opmerkingen';
$strTableEmpty = 'De tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is vervallen';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
$strTableMaintenance = 'Tabel onderhoud';
$strTableOfContents = 'Inhoudsopgave';
$strTableOptions = 'Tabel opties';
$strTableStructure = 'Tabel structuur voor tabel';
$strTableType = 'Tabel type';
$strTables = '%s tabel(len)';
$strTakeIt = 'neem het';
$strTblPrivileges = 'Tabel-specifieke privileges';
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
$strThai = 'Thais';
$strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'totaal';
$strTotalUC = 'Totaal';
$strTraditionalChinese = 'Traditioneel Chinees';
$strTraditionalSpanish = 'Traditioneel Spaans';
$strTraffic = 'Verkeer';
$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.';
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datum formaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datum formaat volgens de parameters beschikbaar volgens PHPs strftime().';
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
$strTruncateQueries = 'Truncate getoonde Queries';
$strTurkish = 'Turks';
$strType = 'Type';
 
$strUkrainian = 'Oekraïens';
$strUncheckAll = 'Deselecteer alles';
$strUnicode = 'Unicode';
$strUnique = 'Unieke waarde';
$strUnknown = 'onbekend';
$strUnselectAll = 'Deselecteer alles';
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
$strUpdateProfileMessage = 'Het profiel is aangepast.';
$strUpdateQuery = 'Wijzig Query';
$strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
$strUseHostTable = 'Gebruik Host Tabel';
$strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren';
$strUseTables = 'Gebruik tabellen';
$strUseTextField = 'Gebruik tekstveld';
$strUseThisValue = 'Gebruik deze waarde';
$strUser = 'Gebruiker';
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
$strUserEmpty = 'De gebruikersnaam is leeg!';
$strUserName = 'Gebruikersnaam';
$strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel';
$strUserOverview = 'Gebruikers Overzicht';
$strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.';
$strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot &quot;%s&quot;';
 
$strValidateSQL = 'Valideer SQL';
$strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.';
$strValue = 'Waarde';
$strVar = 'Variabelen';
$strViewDump = 'Bekijk een dump (schema) van tabel';
$strViewDumpDB = 'Bekijk een dump (schema) van database';
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
 
$strWebServerUploadDirectory = 'web-server upload directory';
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
$strWelcome = 'Welkom op %s';
$strWestEuropean = 'West Europees';
$strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
$strZip = '"Gezipt"';
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/dutch-iso-8859-15.inc.php
0,0 → 1,980
<?php
/* $Id: dutch-iso-8859-15.inc.php,v 2.51.2.3 2006/03/23 17:42:11 lem9 Exp $ */
 
/*
* Updated by "CaliMonk" <calimonk at gmx.net> on 2005/01/04.
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
 
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
$strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDenied = 'Toegang geweigerd ';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAction = 'Actie';
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
$strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIfNotExists = 'Voeg IF NOT EXISTS toe';
$strAddIntoComments = 'Voeg toe in commentaar';
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database';
$strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel';
$strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):';
$strAddToIndex = 'Voeg &nbsp;%s&nbsp; kolom(men) toe aan index';
$strAddUser = 'Voeg een nieuwe gebruiker toe';
$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAdministration = 'Administratie';
$strAffectedRows = 'Getroffen rijen:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAfterInsertNext = 'Bewerk volgende rij';
$strAfterInsertSame = 'Ga terug naar deze pagina';
$strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
$strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAny = 'Elke'; //! Willekeurige?
$strAnyHost = 'Een willekeurige host';
$strAnyUser = 'Een willekeurige gebruiker';
$strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11';
$strArabic = 'Arabisch';
$strArmenian = 'Armeens';
$strAscending = 'Oplopend';
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strAutodetect = 'Auto detectie';
$strAutomaticLayout = 'Automatische lay-out';
 
$strBack = 'Terug';
$strBaltic = 'Baltisch';
$strBeginCut = 'Begin KNIP';
$strBeginRaw = 'Begin RAW';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Log naam';
$strBinLogOriginalPosition = 'Originele positie';
$strBinLogPosition = 'Positie';
$strBinLogServerId = 'Server ID';
$strBinary = ' Binair ';
$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
$strBinaryLog = 'Binaire log';
$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
$strBrowse = 'Verkennen';
$strBrowseForeignValues = 'Bekijk vreemde waardes';
$strBulgarian = 'Bulgaars';
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
$strBzip = '"ge-bzipt"';
 
$strCSVOptions = 'CSV opties';
$strCalendar = 'Kalender';
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
$strCantLoadRecodeIconv = 'Kan iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
$strCardinality = 'Kardinaliteit';
$strCaseInsensitive = 'hoofdletter ongevoelig';
$strCaseSensitive = 'hoofdletter gevoelig';
$strCentralEuropean = 'Centraal Europees';
$strChange = 'Veranderen';
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
$strChangeCopyModeCopy = '... behoud de oude.';
$strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.';
$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
$strChangeDisplay = 'Kies weer te geven veld';
$strChangePassword = 'Wijzig wachtwoord';
$strCharset = 'Karakterset';
$strCharsetOfFile = 'Karakter set van het bestand:';
$strCharsets = 'Karaktersets';
$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCheckAll = 'Selecteer alles';
$strCheckOverhead = 'Selecteer tabellen met overhead';
$strCheckPrivs = 'Controleer privileges';
$strCheckPrivsLong = 'Controleer privileges voor database &quot;%s&quot;.';
$strCheckTable = 'Controleer tabel';
$strChoosePage = 'Kies een pagina om aan te passen';
$strColComFeat = 'Toon kolom commentaar';
$strCollation = 'Collatie';
$strColumnNames = 'Kolom namen';
$strColumnPrivileges = 'Kolom-specifieke privileges';
$strCommand = 'Commando';
$strComments = 'Commentaar';
$strCommentsForTable = 'COMMENTAAR VOOR TABEL';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatibel';
$strCompleteInserts = 'Invoegen voltooid';
$strCompression = 'Compressie';
$strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen! <br />Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.<br />Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.<br /> Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.';
$strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s';
$strConnectionError = 'Kan niet verbinden: ongeldige instellingen.';
$strConnections = 'Connecties';
$strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
$strConstraintsForTable = 'Beperkingen voor tabel';
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
$strCreate = 'Aanmaken';
$strCreateIndex = 'Creëer een index op kolommen&nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Creëer een nieuwe index';
$strCreateNewDatabase = 'Nieuwe database aanmaken';
$strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
$strCreatePage = 'Creëer een nieuwe pagina';
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
$strCreationDates = 'Creatie/Update/Controleer datum';
$strCriteria = 'Criteria';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Cyrillisch';
$strCzech = 'Tsjechisch';
$strCzechSlovak = 'Tsjechische-Slowaak';
 
$strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDBRename = 'Hernoem database naar';
$strDanish = 'Deens';
$strData = 'Data';
$strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'De database naam is leeg!';
$strDatabaseExportOptions = 'Database export opties';
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
$strDatabases = 'databases';
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
$strDatabasesStats = 'Database statistieken';
$strDatabasesStatsDisable = 'Statistieken uitzetten';
$strDatabasesStatsEnable = 'Statistieken aanzetten';
$strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.';
$strDbPrivileges = 'Database-specifieke privileges';
$strDbSpecific = 'database-specifiek';
$strDefault = 'Standaardwaarde';
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
$strDefragment = 'Defragment tabel';
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDelayedInserts = 'Gebruik vertraagde inserts';
$strDelete = 'Verwijderen';
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
$strDeleted = 'De rij is verwijderd';
$strDeletedRows = 'Verwijder rijen:';
$strDeleting = 'Verwijderen van %s';
$strDescending = 'Aflopend';
$strDescription = 'Beschrijving';
$strDictionary = 'Woordenboek';
$strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen';
$strDisabled = 'Uitgeschakeld';
$strDisplayFeat = 'Toon Opties';
$strDisplayOrder = 'Weergave volgorde:';
$strDisplayPDF = 'Geef het PDF schema weer';
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDoYouReally = 'Weet u zeker dat u dit wilt ';
$strDocu = 'Documentatie';
$strDrop = 'Verwijderen';
$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!';
$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
$strDumpSaved = 'Dump is bewaard als %s.';
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamisch';
 
$strEdit = 'Wijzigen';
$strEditPDFPages = 'PDF Pagina\'s aanpassen';
$strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effectief';
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
$strEnabled = 'Ingeschakeld';
$strEncloseInTransaction = 'Sluit de export in een transactie';
$strEnd = 'Einde';
$strEndCut = 'Einde KNIP';
$strEndRaw = 'Einde RAW';
$strEnglish = 'Engels';
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
$strError = 'Fout';
$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
$strEstonian = 'Estlands';
$strExcelEdition = 'Excel editie';
$strExcelOptions = 'Excel opties';
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
$strExplain = 'Verklaar SQL';
$strExport = 'Exporteer';
$strExtendedInserts = 'Uitgebreide invoegingen';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Mislukte pogingen';
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is vervallen';
$strFields = 'Velden';
$strFieldsEmpty = ' Het velden aantal is leeg! ';
$strFieldsEnclosedBy = 'Velden ingesloten door';
$strFieldsEscapedBy = 'Velden ontsnapt door';
$strFieldsTerminatedBy = 'Velden beëindigd door';
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
$strFileNameTemplate = 'File naam template';
$strFileNameTemplateRemember = 'Onthoud template';
$strFixed = 'vast';
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.';
$strFlushTable = 'Schoon de tabel ("FLUSH")';
$strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
$strFormat = 'Formatteren';
$strFullText = 'Volledige teksten';
$strFunction = 'Functie';
 
$strGenBy = 'Gegenereerd door';
$strGenTime = 'Generatie Tijd';
$strGeneralRelationFeat = 'Basis relatie opties';
$strGeorgian = 'Georgisch';
$strGerman = 'Duits';
$strGlobal = 'globaal';
$strGlobalPrivileges = 'Globale privileges';
$strGlobalValue = 'Globale waarde';
$strGo = 'Start';
$strGrantOption = 'Toekennen';
$strGreek = 'Grieks';
$strGzip = '"ge-gzipt"';
 
$strHasBeenAltered = 'is veranderd.';
$strHasBeenCreated = 'is aangemaakt.';
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
$strHebrew = 'Hebreeuws';
$strHexForBinary = 'Gebruik hexadecimale voor binaire velden';
$strHome = 'Home';
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
$strHost = 'Host';
$strHostEmpty = 'De host naam is leeg!';
$strHungarian = 'Hongaars';
 
$strIcelandic = 'IJslands';
$strId = 'ID';
$strIdxFulltext = 'Volledige tekst';
$strIgnore = 'Negeer';
$strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden';
$strInUse = 'in gebruik';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s is vervallen';
$strIndexName = 'Index naam&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$strIndexWarningMultiple = 'Meer dan 1 %s sleutel was gecreëerd voor de kolom `%s`';
$strIndexWarningPrimary = 'PRIMARY en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
$strIndexWarningUnique = 'UNIQUE en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexes = 'Indexen';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
$strInsert = 'Invoegen';
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsertNewRow = 'Nieuwe rij invoegen';
$strInsertedRowId = 'Ingevoegde rij id:';
$strInsertedRows = 'Ingevoegde rijen:';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties';
 
$strJapanese = 'Japans';
$strJumpToDB = 'Ga naar database &quot;%s&quot;.';
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
$strJustDeleteDescr = 'De &quot;verwijderde&quot; gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
 
$strKeepPass = 'Wijzig het wachtwoord niet';
$strKeyname = 'Sleutel naam';
$strKill = 'stop proces';
$strKorean = 'Koreaans';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opties';
$strLandscape = 'Landschap';
$strLatexCaption = 'Tabel titel';
$strLatexContent = 'Content van tabel __TABLE__';
$strLatexContinued = '(vervolgd)';
$strLatexContinuedCaption = 'Vervolgde tabel titel';
$strLatexIncludeCaption = 'Voeg tabel titel toe';
$strLatexLabel = 'Label sleutel';
$strLatexStructure = 'Structuur van de tabel __TABLE__';
$strLatvian = 'Lets';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLinesTerminatedBy = 'Regels beëindigd door';
$strLinkNotFound = 'Link niet gevonden';
$strLinksTo = 'Gelinkt naar';
$strLithuanian = 'Litouws';
$strLocalhost = 'lokaal';
$strLocationTextfile = 'Locatie van het tekstbestand';
$strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:';
$strLogin = 'Inloggen';
$strLoginInformation = 'Login Informatie';
$strLogout = 'Uitloggen';
 
$strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Beschikbare MIME-types';
$strMIME_available_transform = 'Beschikbare transformaties';
$strMIME_description = 'Beschrijving';
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
$strMIME_transformation = 'Browser transformaties';
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
$strMIME_transformation_options = 'Transformatie opties';
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies';
$strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
$strMbOverloadWarning = 'U heeft mbstring.func_overload ingeschakeld in uw PHP configuratie. Deze optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige data corrupt raakt!';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Aanpassen';
$strModifyIndexTopic = 'Wijzig een index';
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
$strMultilingual = 'meertalig';
$strMySQLCharset = 'MySQL Karakterset';
$strMySQLConnectionCollation = 'MySQL verbindingscollatie';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
$strMySQLShowStatus = 'MySQL runtime informatie';
$strMySQLShowVars = 'MySQL systeemvariabelen';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
$strNoDatabases = 'Geen databases';
$strNoDatabasesSelected = 'Er is geen databases geselecteerd.';
$strNoDescription = 'Geen beschrijving aanwezig';
$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.';
$strNoExplain = 'Uitleg SQL overslaan';
$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b>frames</b> aan kan.';
$strNoIndex = 'Geen index gedefinieerd!';
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
$strNoModification = 'Geen verandering';
$strNoOptions = 'Dit format heeft geen opties';
$strNoPassword = 'Geen wachtwoord';
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
$strNoPhp = 'zonder PHP Code';
$strNoPrivileges = 'Geen rechten';
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
$strNoRowsSelected = 'Geen rijen geselecteerd';
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
$strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.';
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
$strNoValidateSQL = 'SQL validatie overslaan';
$strNone = 'Geen';
$strNotNumber = 'Dit is geen cijfer!';
$strNotOK = 'Niet Goed';
$strNotSet = '<b>%s</b> tabel niet gevonden of niet ingesteld in %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel<i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> overeenkomst(en)';
$strNumTables = 'Tabellen';
 
$strOK = 'Correct';
$strOperations = 'Handelingen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
 
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPaperSize = 'Papier grootte';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.';
$strPasswordEmpty = 'Het wachtwoord is leeg!';
$strPasswordHashing = 'Wachtwoord Hashing';
$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPerHour = 'per uur';
$strPerMinute = 'per minuut';
$strPerSecond = 'per seconde';
$strPersian = 'Perzisch';
$strPhoneBook = 'Telefoonboek';
$strPhp = 'Creëer PHP Code';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPolish = 'Pools';
$strPortrait = 'Portret';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
$strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.';
$strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.';
$strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.';
$strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.';
$strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.';
$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
$strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.';
$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.';
$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.';
$strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.';
$strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.';
$strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.';
$strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.';
$strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.';
$strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.';
$strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.';
$strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.';
$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.';
$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.';
$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.';
$strPrivDescSelect = 'Maakt het lezen van data mogelijk.';
$strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.';
$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.';
$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.';
$strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.';
$strPrivDescUsage = 'Geen privileges.';
$strPrivileges = 'Rechten';
$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd';
$strProcesslist = 'Process lijst';
$strPutColNames = 'Plaats veldnamen in de eerste rij';
 
$strQBE = 'Query opbouwen';
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-geschiedenis';
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
$strQueryTime = 'Query duurde %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
 
$strReType = 'Type opnieuw';
$strReceived = 'Ontvangen';
$strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRefresh = 'Vernieuw';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht';
$strRelationalSchema = 'Relationeel schema';
$strRelations = 'Relaties';
$strRelationsForTable = 'RELATIES VOOR TABEL';
$strReloadMySQL = 'MySQL opnieuw laden.';
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
$strRenameDatabaseOK = 'Database %s is hernoemed naar %s';
$strRenameTable = 'Tabel hernoemen naar';
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
$strRepairTable = 'Repareer tabel';
$strReplaceNULLBy = 'Vervang NULL door';
$strReplaceTable = 'Vervang tabel gegevens met het bestand';
$strReset = 'Opnieuw';
$strResourceLimits = 'Resource beperkingen';
$strRevoke = 'Ongedaan maken';
$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.';
$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
$strRomanian = 'Roemeens';
$strRowLength = 'Lengte van de rij';
$strRowSize = ' Grootte van de rij';
$strRows = 'Rijen';
$strRowsFrom = 'rijen beginnend bij';
$strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)';
$strRowsModeHorizontal = 'horizontaal';
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
$strRowsModeVertical = 'verticaal';
$strRowsStatistic = 'Rij statistiek';
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
$strRunning = 'wordt uitgevoerd op %s';
$strRussian = 'Russisch';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL export compatibiliteit';
$strSQLExportType = 'Export type';
$strSQLOptions = 'SQL opties';
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
$strSave = 'Opslaan';
$strSaveOnServer = 'Bewaar op de server in %s directory';
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
$strSearch = 'Zoeken';
$strSearchFormTitle = 'Zoeken in de database';
$strSearchInTables = 'In de tabel(len):';
$strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van de woorden';
$strSearchOption2 = 'alle woorden';
$strSearchOption3 = 'de exacte zin';
$strSearchOption4 = 'als een reguliere expressie';
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
$strSearchType = 'Zoek:';
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
$strSelectADb = 'Selecteer A.U.B. een database';
$strSelectAll = 'Selecteer alles';
$strSelectBinaryLog = 'Selecteer de te bekijken binaire log';
$strSelectFields = 'Selecteer velden (tenminste 1):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Selecteer tabellen';
$strSend = 'verzenden';
$strSent = 'Verzonden';
$strServer = 'Server';
$strServerChoice = 'Server keuze';
$strServerNotResponding = 'De server reageert niet';
$strServerStatus = 'Runtime Informatie';
$strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.';
$strServerTabProcesslist = 'Processen';
$strServerTabVariables = 'Variabelen';
$strServerTrafficNotes = '<b>Server verkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart';
$strServerVars = 'Server variabelen en instellingen';
$strServerVersion = 'Server versie';
$strSessionValue = 'Sessie variabelen';
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strShow = 'Toon';
$strShowAll = 'Toon alles';
$strShowColor = 'Toon kleur';
$strShowDatadictAs = 'Data Dictionary Formaat';
$strShowFullQueries = 'Toon volledige Queries';
$strShowGrid = 'Toon grid';
$strShowPHPInfo = 'Laat informatie over PHP zien';
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
$strShowTables = 'Toon tabellen';
$strShowThisQuery = ' Laat deze query hier zien ';
$strShowingRecords = 'Toon Records';
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
$strSingly = '(apart)';
$strSize = 'Grootte';
$strSlovak = 'Slowaak';
$strSlovenian = 'Sloveens';
$strSort = 'Sorteren';
$strSortByKey = 'Sorteren op sleutel';
$strSpaceUsage = 'Ruimte gebruik';
$strSpanish = 'Spaans';
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
$strStatCheckTime = 'Laatst gecontroleerd';
$strStatCreateTime = 'Gecreëerd';
$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatement = 'Opdrachten';
$strStatus = 'Status';
$strStrucCSV = 'CSV gegevens';
$strStrucData = 'Structuur en gegevens';
$strStrucDrop = 'DROP TABLE toevoegen';
$strStrucExcelCSV = 'CSV voor MS Excel data';
$strStrucNativeExcel = 'Native MS Excel data';
$strStrucOnly = 'Alleen structuur';
$strStructPropose = 'Tabel structuur voorstellen';
$strStructure = 'Structuur';
$strSubmit = 'Verzenden';
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
$strSum = 'Som';
$strSwedish = 'Zweeds';
$strSwitchToDatabase = 'Schakel naar de gekopieerde database';
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel opmerkingen';
$strTableEmpty = 'De tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is vervallen';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
$strTableMaintenance = 'Tabel onderhoud';
$strTableOfContents = 'Inhoudsopgave';
$strTableOptions = 'Tabel opties';
$strTableStructure = 'Tabel structuur voor tabel';
$strTableType = 'Tabel type';
$strTables = '%s tabel(len)';
$strTakeIt = 'neem het';
$strTblPrivileges = 'Tabel-specifieke privileges';
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
$strThai = 'Thais';
$strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'totaal';
$strTotalUC = 'Totaal';
$strTraditionalChinese = 'Traditioneel Chinees';
$strTraditionalSpanish = 'Traditioneel Spaans';
$strTraffic = 'Verkeer';
$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.';
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datum formaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datum formaat volgens de parameters beschikbaar volgens PHPs strftime().';
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
$strTruncateQueries = 'Truncate getoonde Queries';
$strTurkish = 'Turks';
$strType = 'Type';
 
$strUkrainian = 'Oekraïens';
$strUncheckAll = 'Deselecteer alles';
$strUnicode = 'Unicode';
$strUnique = 'Unieke waarde';
$strUnknown = 'onbekend';
$strUnselectAll = 'Deselecteer alles';
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
$strUpdateProfileMessage = 'Het profiel is aangepast.';
$strUpdateQuery = 'Wijzig Query';
$strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
$strUseHostTable = 'Gebruik Host Tabel';
$strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren';
$strUseTables = 'Gebruik tabellen';
$strUseTextField = 'Gebruik tekstveld';
$strUseThisValue = 'Gebruik deze waarde';
$strUser = 'Gebruiker';
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
$strUserEmpty = 'De gebruikersnaam is leeg!';
$strUserName = 'Gebruikersnaam';
$strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel';
$strUserOverview = 'Gebruikers Overzicht';
$strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.';
$strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot &quot;%s&quot;';
 
$strValidateSQL = 'Valideer SQL';
$strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.';
$strValue = 'Waarde';
$strVar = 'Variabelen';
$strViewDump = 'Bekijk een dump (schema) van tabel';
$strViewDumpDB = 'Bekijk een dump (schema) van database';
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
 
$strWebServerUploadDirectory = 'web-server upload directory';
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
$strWelcome = 'Welkom op %s';
$strWestEuropean = 'West Europees';
$strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
$strZip = '"Gezipt"';
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/dutch-utf-8.inc.php
0,0 → 1,981
<?php
/* $Id: dutch-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
/*
* Updated by "CaliMonk" <calimonk at gmx.net> on 2005/01/04.
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sept', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y om %H:%M';
$timespanfmt = '%s dagen, %s uren, %s minuten en %s seconden';
 
$strAPrimaryKey = 'Een primaire sleutel is toegevoegd aan %s';
$strAbortedClients = 'Afgehaakte';
$strAbsolutePathToDocSqlDir = 'Geef een absoluut pad op de webserver aan naar de docSQL directory';
$strAccessDenied = 'Toegang geweigerd ';
$strAccessDeniedExplanation = 'phpMyAdmin probeerde met de MySQL server te verbinden maar de server weigerde de verbinding. Controleer de host, de gebruikersnaam en het wachtwoord in config.inc.php en zorg er voor dat deze overeenkomen met de informatie die u van de Beheerder van de MySQL server kreeg.';
$strAction = 'Actie';
$strAddAutoIncrement = 'Voeg AUTO_INCREMENT waarde toe';
$strAddConstraints = 'Voeg beperkingen toe';
$strAddDeleteColumn = 'Toevoegen/Verwijderen Veld Kolommen';
$strAddDeleteRow = 'Toevoegen/Verwijderen Criteria Rij';
$strAddDropDatabase = 'Voeg DROP DATABASE toe';
$strAddFields = 'Voeg %s veld(en) toe';
$strAddHeaderComment = 'Voeg een commentaar toe in de header (\\n om regels af te breken';
$strAddIfNotExists = 'Voeg IF NOT EXISTS toe';
$strAddIntoComments = 'Voeg toe in commentaar';
$strAddNewField = 'Nieuw veld toevoegen';
$strAddPrivilegesOnDb = 'Voeg privileges toe aan de volgende database';
$strAddPrivilegesOnTbl = 'Voeg privileges toe aan de volgende tabel';
$strAddSearchConditions = 'Zoek condities toevoegen (het "where" gedeelte van de query):';
$strAddToIndex = 'Voeg &nbsp;%s&nbsp; kolom(men) toe aan index';
$strAddUser = 'Voeg een nieuwe gebruiker toe';
$strAddUserMessage = 'U heeft een nieuwe gebruiker toegevoegd.';
$strAddedColumnComment = 'Voeg commentaar toe aan de kolom';
$strAddedColumnRelation = 'Voeg een relatie toe aan de kolom';
$strAdministration = 'Administratie';
$strAffectedRows = 'Getroffen rijen:';
$strAfter = 'Na %s';
$strAfterInsertBack = 'Terug';
$strAfterInsertNewInsert = 'Voeg een nieuw record toe';
$strAfterInsertNext = 'Bewerk volgende rij';
$strAfterInsertSame = 'Ga terug naar deze pagina';
$strAll = 'Alle';
$strAllTableSameWidth = 'Alle tabellen weergeven met dezelfde breedte?';
$strAlterOrderBy = 'Wijzig het "Sorteren op/Order by" van de tabel';
$strAnIndex = 'Een index is toegevoegd aan %s';
$strAnalyzeTable = 'Analyseer tabel';
$strAnd = 'En';
$strAny = 'Elke'; //! Willekeurige?
$strAnyHost = 'Een willekeurige host';
$strAnyUser = 'Een willekeurige gebruiker';
$strApproximateCount = 'Kan ongeveer zijn. Zie FAQ 3.11';
$strArabic = 'Arabisch';
$strArmenian = 'Armeens';
$strAscending = 'Oplopend';
$strAtBeginningOfTable = 'Aan het begin van de tabel';
$strAtEndOfTable = 'Aan het eind van de tabel';
$strAttr = 'Attributen';
$strAutodetect = 'Auto detectie';
$strAutomaticLayout = 'Automatische lay-out';
 
$strBack = 'Terug';
$strBaltic = 'Baltisch';
$strBeginCut = 'Begin KNIP';
$strBeginRaw = 'Begin RAW';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Log naam';
$strBinLogOriginalPosition = 'Originele positie';
$strBinLogPosition = 'Positie';
$strBinLogServerId = 'Server ID';
$strBinary = ' Binair ';
$strBinaryDoNotEdit = ' Binair - niet aanpassen ';
$strBinaryLog = 'Binaire log';
$strBookmarkAllUsers = 'Geef elke gebruiker toegang tot deze bookmark';
$strBookmarkDeleted = 'De boekenlegger (Bookmark) is verwijderd.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Opgeslagen SQL-query';
$strBookmarkThis = 'Sla deze SQL-query op';
$strBookmarkView = 'Alleen bekijken';
$strBrowse = 'Verkennen';
$strBrowseForeignValues = 'Bekijk vreemde waardes';
$strBulgarian = 'Bulgaars';
$strBzError = 'phpMyAdmin is er niet in geslaagd om de dump te comprimeren doordat de Bz2 extensie in deze php versie niet functioneert. Het wordt sterk aangeraden om de instelling <code>$cfg[\'BZipDump\']</code> in uw phpMyAdmin configuratie bestand op <code>FALSE</code> te zetten. Als u Bz2 compressie wilt gebruiken zult u moeten upgraden naar een latere php versie. Zie php bug report %s voor meer informatie.';
$strBzip = '"ge-bzipt"';
 
$strCSVOptions = 'CSV opties';
$strCalendar = 'Kalender';
$strCannotLogin = 'Kan niet inloggen op de MySQL server';
$strCantLoad = 'Kan de %s extentie niet laden,<br />Controleer de PHP Configuratie';
$strCantLoadRecodeIconv = 'Kan iconv of recode extensies niet laden die nodig zijn voor de Karakterset conversie, configureer php om deze extensies toe te laten of schakel Karakterset conversie uit in phpMyAdmin';
$strCantRenameIdxToPrimary = 'Kan index niet naar PRIMARY hernoemen';
$strCantUseRecodeIconv = 'Kan iconv, libiconv en recode_string functies niet gebruiken zolang de extensies geladen moeten worden. Controleer de php configuratie.';
$strCardinality = 'Kardinaliteit';
$strCaseInsensitive = 'hoofdletter ongevoelig';
$strCaseSensitive = 'hoofdletter gevoelig';
$strCentralEuropean = 'Centraal Europees';
$strChange = 'Veranderen';
$strChangeCopyMode = 'Maak een nieuwe gebruiker aan met dezelfde privileges en ...';
$strChangeCopyModeCopy = '... behoud de oude.';
$strChangeCopyModeDeleteAndReload = ' ... verwijder de oude van de user tabellen en vernieuw de privileges achteraf.';
$strChangeCopyModeJustDelete = ' ... verwijder de oude van de user tabellen.';
$strChangeCopyModeRevoke = ' ... herstel alle actieve privileges van de oude en verwijder deze daarna.';
$strChangeCopyUser = 'Wijzig de Login Informatie / Kopieer gebruiker';
$strChangeDisplay = 'Kies weer te geven veld';
$strChangePassword = 'Wijzig wachtwoord';
$strCharset = 'Karakterset';
$strCharsetOfFile = 'Karakter set van het bestand:';
$strCharsets = 'Karaktersets';
$strCharsetsAndCollations = 'Karakter Sets en Collaties';
$strCheckAll = 'Selecteer alles';
$strCheckOverhead = 'Selecteer tabellen met overhead';
$strCheckPrivs = 'Controleer privileges';
$strCheckPrivsLong = 'Controleer privileges voor database &quot;%s&quot;.';
$strCheckTable = 'Controleer tabel';
$strChoosePage = 'Kies een pagina om aan te passen';
$strColComFeat = 'Toon kolom commentaar';
$strCollation = 'Collatie';
$strColumnNames = 'Kolom namen';
$strColumnPrivileges = 'Kolom-specifieke privileges';
$strCommand = 'Commando';
$strComments = 'Commentaar';
$strCommentsForTable = 'COMMENTAAR VOOR TABEL';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatibel';
$strCompleteInserts = 'Invoegen voltooid';
$strCompression = 'Compressie';
$strConfigFileError = 'phpMyAdmin kon het configuratie bestand niet lezen! <br />Dit kan gebeuren als php een parse error in dit bestand aantreft of dit bestand helemaal niet gevonden kan worden.<br />Roep het configuratie bestand direct aan met de snelkoppeling hieronder en lees de php foutmelding(en). In de meeste gevallen ontbreekt er ergens bijvoorbeeld een quote.<br /> Wanneer er een blanco pagina wordt weergegeven zijn er geen problemen.';
$strConfigureTableCoord = 'Configureer de coördinaten voor de tabel %s';
$strConnectionError = 'Kan niet verbinden: ongeldige instellingen.';
$strConnections = 'Connecties';
$strConstraintsForDumped = 'Beperkingen voor gedumpte tabellen';
$strConstraintsForTable = 'Beperkingen voor tabel';
$strCookiesRequired = 'Cookies moeten aan staan voorbij dit punt.';
$strCopyDatabaseOK = 'Database %s is gekopieerd naar %s';
$strCopyTable = 'Kopieer tabel naar (database<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s is gekopieerd naar %s.';
$strCopyTableSameNames = 'Kan de tabel niet naar dezelfde kopiëren!';
$strCouldNotKill = 'phpMyAdmin is er niet in geslaagd om de %s te sluiten.Waarschijnlijk is het al gesloten.';
$strCreate = 'Aanmaken';
$strCreateIndex = 'Creëer een index op kolommen&nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Creëer een nieuwe index';
$strCreateNewDatabase = 'Nieuwe database aanmaken';
$strCreateNewTable = 'Nieuwe tabel aanmaken in database %s';
$strCreatePage = 'Creëer een nieuwe pagina';
$strCreatePdfFeat = 'Aanmaken van PDF bestanden';
$strCreationDates = 'Creatie/Update/Controleer datum';
$strCriteria = 'Criteria';
$strCroatian = 'Kroatisch';
$strCyrillic = 'Cyrillisch';
$strCzech = 'Tsjechisch';
$strCzechSlovak = 'Tsjechische-Slowaak';
 
$strDBComment = 'Database commentaar: ';
$strDBCopy = 'Kopieer database naar';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Regel';
$strDBGMaxTimeMs = 'Max tijd, ms';
$strDBGMinTimeMs = 'Min tijd, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Tijd/Hit, ms';
$strDBGTotalTimeMs = 'Totaal tijd, ms';
$strDBRename = 'Hernoem database naar';
$strDanish = 'Deens';
$strData = 'Data';
$strDataDict = 'Data Woordenboek';
$strDataOnly = 'Alleen data';
$strDatabase = 'Database';
$strDatabaseEmpty = 'De database naam is leeg!';
$strDatabaseExportOptions = 'Database export opties';
$strDatabaseHasBeenDropped = 'Database %s is vervallen.';
$strDatabaseNoTable = 'Deze database bevat geen tabel!';
$strDatabases = 'databases';
$strDatabasesDropped = '%s databases zijn succesvol verwijderd.';
$strDatabasesStats = 'Database statistieken';
$strDatabasesStatsDisable = 'Statistieken uitzetten';
$strDatabasesStatsEnable = 'Statistieken aanzetten';
$strDatabasesStatsHeavyTraffic = 'Attentie: Indien u hier Database statistieken aanzet kan dit zorgen voor veel data verkeer tussen de webserver en de MySQL server.';
$strDbPrivileges = 'Database-specifieke privileges';
$strDbSpecific = 'database-specifiek';
$strDefault = 'Standaardwaarde';
$strDefaultValueHelp = 'Voer voor standaard waarden aub een enkele waarde in, zonder backslash of aanhalingstekens, gebruik makend van dit formaat: a';
$strDefragment = 'Defragment tabel';
$strDelOld = 'De huidige pagina heeft referenties met tabellen die niet langer bestaan. Wilt u deze referenties verwijderen?';
$strDelayedInserts = 'Gebruik vertraagde inserts';
$strDelete = 'Verwijderen';
$strDeleteAndFlush = 'Verwijder de gebruikers en vernieuw de privileges daarna.';
$strDeleteAndFlushDescr = 'Dit is de nette manier, maar het vernieuwen van de privileges kan even duren.';
$strDeleted = 'De rij is verwijderd';
$strDeletedRows = 'Verwijder rijen:';
$strDeleting = 'Verwijderen van %s';
$strDescending = 'Aflopend';
$strDescription = 'Beschrijving';
$strDictionary = 'Woordenboek';
$strDisableForeignChecks = 'controle op vreemde sleutels uitschakelen';
$strDisabled = 'Uitgeschakeld';
$strDisplayFeat = 'Toon Opties';
$strDisplayOrder = 'Weergave volgorde:';
$strDisplayPDF = 'Geef het PDF schema weer';
$strDoAQuery = 'Voer een query op basis van een vergelijking uit (wildcard: "%")';
$strDoYouReally = 'Weet u zeker dat u dit wilt ';
$strDocu = 'Documentatie';
$strDrop = 'Verwijderen';
$strDropDatabaseStrongWarning = 'U staat op het punt een complete database te DESTROY-en!';
$strDropUsersDb = 'Verwijder de databases die dezelfde naam hebben als de gebruikers.';
$strDumpSaved = 'Dump is bewaard als %s.';
$strDumpXRows = '%s rijen aan het dumpen, start bij rij %s.';
$strDumpingData = 'Gegevens worden uitgevoerd voor tabel';
$strDynamic = 'dynamisch';
 
$strEdit = 'Wijzigen';
$strEditPDFPages = 'PDF Pagina\'s aanpassen';
$strEditPrivileges = 'Wijzig rechten';
$strEffective = 'Effectief';
$strEmpty = 'Legen';
$strEmptyResultSet = 'MySQL gaf een lege resultaat set terug (0 rijen).';
$strEnabled = 'Ingeschakeld';
$strEncloseInTransaction = 'Sluit de export in een transactie';
$strEnd = 'Einde';
$strEndCut = 'Einde KNIP';
$strEndRaw = 'Einde RAW';
$strEnglish = 'Engels';
$strEnglishPrivileges = ' Aantekening: de namen van de MySQL rechten zijn uitgelegd in het Engels ';
$strError = 'Fout';
$strEscapeWildcards = 'Wildcards _ en % moeten worden ge-escaped met een \ om ze letterlijk te gebruiken';
$strEstonian = 'Estlands';
$strExcelEdition = 'Excel editie';
$strExcelOptions = 'Excel opties';
$strExecuteBookmarked = 'Voor de gebookmarkte query uit';
$strExplain = 'Verklaar SQL';
$strExport = 'Exporteer';
$strExtendedInserts = 'Uitgebreide invoegingen';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Mislukte pogingen';
$strField = 'Veld';
$strFieldHasBeenDropped = 'Veld %s is vervallen';
$strFields = 'Velden';
$strFieldsEmpty = ' Het velden aantal is leeg! ';
$strFieldsEnclosedBy = 'Velden ingesloten door';
$strFieldsEscapedBy = 'Velden ontsnapt door';
$strFieldsTerminatedBy = 'Velden beëindigd door';
$strFileAlreadyExists = 'Bestaand %s bestaat al op de server, verander de bestandsnaam of controleer overschrijf opties.';
$strFileCouldNotBeRead = 'Bestand kon niet worden gelezen';
$strFileNameTemplate = 'File naam template';
$strFileNameTemplateRemember = 'Onthoud template';
$strFixed = 'vast';
$strFlushPrivilegesNote = 'Opmerking: phpMyAdmin krijgt de rechten voor de gebruikers uit de MySQL privileges tabel. De content van deze tabel kan verschillen met de rechten van de server als er handmatig aanpassingen zijn aangebracht. Mocht dit het geval zijn dan moet men %sde privilege tabel vernieuwen%s voordat men verder gaat.';
$strFlushTable = 'Schoon de tabel ("FLUSH")';
$strFormEmpty = 'Er ontbreekt een waarde in het formulier!';
$strFormat = 'Formatteren';
$strFullText = 'Volledige teksten';
$strFunction = 'Functie';
 
$strGenBy = 'Gegenereerd door';
$strGenTime = 'Generatie Tijd';
$strGeneralRelationFeat = 'Basis relatie opties';
$strGeorgian = 'Georgisch';
$strGerman = 'Duits';
$strGlobal = 'globaal';
$strGlobalPrivileges = 'Globale privileges';
$strGlobalValue = 'Globale waarde';
$strGo = 'Start';
$strGrantOption = 'Toekennen';
$strGreek = 'Grieks';
$strGzip = '"ge-gzipt"';
 
$strHasBeenAltered = 'is veranderd.';
$strHasBeenCreated = 'is aangemaakt.';
$strHaveToShow = 'Er moet ten minste 1 weer te geven kolom worden gekozen';
$strHebrew = 'Hebreeuws';
$strHexForBinary = 'Gebruik hexadecimale voor binaire velden';
$strHome = 'Home';
$strHomepageOfficial = 'Officiële phpMyAdmin Website';
$strHost = 'Host';
$strHostEmpty = 'De host naam is leeg!';
$strHungarian = 'Hongaars';
 
$strIcelandic = 'IJslands';
$strId = 'ID';
$strIdxFulltext = 'Volledige tekst';
$strIgnore = 'Negeer';
$strIgnoreInserts = 'Gebruik ignore inserts';
$strIgnoringFile = 'Negeer bestand %s';
$strImportDocSQL = 'Importeer docSQL Bestanden';
$strImportFiles = 'Importeren bestanden';
$strInUse = 'in gebruik';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s is vervallen';
$strIndexName = 'Index naam&nbsp;:';
$strIndexType = 'Index type&nbsp;:';
$strIndexWarningMultiple = 'Meer dan 1 %s sleutel was gecreëerd voor de kolom `%s`';
$strIndexWarningPrimary = 'PRIMARY en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexWarningTable = 'Problemen met de index(en) van de tabel `%s`';
$strIndexWarningUnique = 'UNIQUE en INDEX sleutels behoren niet beide ingesteld te zijn voor de kolom `%s`';
$strIndexes = 'Indexen';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Uw configuratie bestand bevat instellingen (root zonder wachtwoord) die betrekking hebben tot de standaard MySQL account. Uw MySQL server draait met deze standaard waardes, en is open voor ongewilde toegang, het wordt dus aangeraden dit op te lossen.';
$strInsert = 'Invoegen';
$strInsertAsNewRow = 'Voeg toe als nieuwe rij';
$strInsertNewRow = 'Nieuwe rij invoegen';
$strInsertedRowId = 'Ingevoegde rij id:';
$strInsertedRows = 'Ingevoegde rijen:';
$strInternalNotNecessary = '* Een interne relatie is niet nodig wanneer er ook een InnoDB aanwezig is.';
$strInternalRelations = 'Interne relaties';
 
$strJapanese = 'Japans';
$strJumpToDB = 'Ga naar database &quot;%s&quot;.';
$strJustDelete = 'Verwijder gewoon de gebruikers van de privileges tabel.';
$strJustDeleteDescr = 'De &quot;verwijderde&quot; gebruikers zullen de server kunnen gebruiken zoals altijd zolang de privileges nog niet zijn vernieuwd.';
 
$strKeepPass = 'Wijzig het wachtwoord niet';
$strKeyname = 'Sleutel naam';
$strKill = 'stop proces';
$strKorean = 'Koreaans';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opties';
$strLandscape = 'Landschap';
$strLatexCaption = 'Tabel titel';
$strLatexContent = 'Content van tabel __TABLE__';
$strLatexContinued = '(vervolgd)';
$strLatexContinuedCaption = 'Vervolgde tabel titel';
$strLatexIncludeCaption = 'Voeg tabel titel toe';
$strLatexLabel = 'Label sleutel';
$strLatexStructure = 'Structuur van de tabel __TABLE__';
$strLatvian = 'Lets';
$strLengthSet = 'Lengte/Waardes*';
$strLimitNumRows = 'records per pagina';
$strLinesTerminatedBy = 'Regels beëindigd door';
$strLinkNotFound = 'Link niet gevonden';
$strLinksTo = 'Gelinkt naar';
$strLithuanian = 'Litouws';
$strLocalhost = 'lokaal';
$strLocationTextfile = 'Locatie van het tekstbestand';
$strLogPassword = 'Wachtwoord:';
$strLogServer = 'Server';
$strLogUsername = 'Gebruikers naam:';
$strLogin = 'Inloggen';
$strLoginInformation = 'Login Informatie';
$strLogout = 'Uitloggen';
 
$strMIMETypesForTable = 'MIME TYPES VOOR TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Beschikbare MIME-types';
$strMIME_available_transform = 'Beschikbare transformaties';
$strMIME_description = 'Beschrijving';
$strMIME_nodescription = 'Geen beschrijving beschikbaar voor deze transformatie.<br />Raadpleeg de maker over wat %s doet.';
$strMIME_transformation = 'Browser transformaties';
$strMIME_transformation_note = 'Voor een lijst met beschikbare transformatie opties en MIME-type transformaties, klik op %sTransformatie opties%s';
$strMIME_transformation_options = 'Transformatie opties';
$strMIME_transformation_options_note = 'Voeg de waardes voor transformatie optie in het volgende formaat in: \'a\',\'b\',\'c\'...<br />Wanneer u een backslash ("\") of een enkele quote ("\'") moet invoegen in deze waardes, backslashes het dan (bijvoorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strMIME_without = 'MIME-types die in italic staan (Schuin) hebben geen aparte transformatie functies';
$strMaximumSize = 'Maximale grootte: %s%s';
$strMbExtensionMissing = 'De mbstring PHP extensie werd niet gevonden en u lijkt een multibyte charset te gebruiken. Zonder de mbstring extensie kan phpMyAdmin strings niet correct splitsen wat tot onverwachte resultaten kan leiden.';
$strMbOverloadWarning = 'U heeft mbstring.func_overload ingeschakeld in uw PHP configuratie. Deze optie is incompatibel met phpMyAdmin en kan ervoor zorgen dat sommige data corrupt raakt!';
$strModifications = 'Wijzigingen opgeslagen.';
$strModify = 'Aanpassen';
$strModifyIndexTopic = 'Wijzig een index';
$strMoveTable = 'Verplaats tabel naar (database<b>.</b>tabel):';
$strMoveTableOK = 'Tabel %s is verplaatst naar %s.';
$strMoveTableSameNames = 'Kan de tabel niet naar dezelfde verplaatsen!';
$strMultilingual = 'meertalig';
$strMySQLCharset = 'MySQL Karakterset';
$strMySQLConnectionCollation = 'MySQL verbindingscollatie';
$strMySQLSaid = 'MySQL retourneerde: ';
$strMySQLShowProcess = 'Laat processen zien';
$strMySQLShowStatus = 'MySQL runtime informatie';
$strMySQLShowVars = 'MySQL systeemvariabelen';
 
$strName = 'Naam';
$strNext = 'Volgende';
$strNo = 'Nee';
$strNoActivity = 'Geen activiteit voor %s seconden of meer, log a.u.b. opnieuw in';
$strNoDatabases = 'Geen databases';
$strNoDatabasesSelected = 'Er is geen databases geselecteerd.';
$strNoDescription = 'Geen beschrijving aanwezig';
$strNoDropDatabases = '"DROP DATABASE" opdrachten zijn niet mogelijk.';
$strNoExplain = 'Uitleg SQL overslaan';
$strNoFrames = 'phpMyAdmin is werkt gebruiksvriendelijker met een browser die <b>frames</b> aan kan.';
$strNoIndex = 'Geen index gedefinieerd!';
$strNoIndexPartsDefined = 'Geen index delen gedefinieerd!';
$strNoModification = 'Geen verandering';
$strNoOptions = 'Dit format heeft geen opties';
$strNoPassword = 'Geen wachtwoord';
$strNoPermission = 'De web server heeft geen rechten om het bestand %s op te slaan.';
$strNoPhp = 'zonder PHP Code';
$strNoPrivileges = 'Geen rechten';
$strNoRights = 'U heeft niet genoeg rechten om hier te zijn!';
$strNoRowsSelected = 'Geen rijen geselecteerd';
$strNoSpace = 'Onvoldoende ruimte om het bestand %s op te slaan.';
$strNoTablesFound = 'Geen tabellen gevonden in de database.';
$strNoThemeSupport = 'Geen ondersteuning voor thema\'s, controleer uw configuratie en/of de thema\'s in de directory %s.';
$strNoUsersFound = 'Geen gebruiker(s) gevonden.';
$strNoValidateSQL = 'SQL validatie overslaan';
$strNone = 'Geen';
$strNotNumber = 'Dit is geen cijfer!';
$strNotOK = 'Niet Goed';
$strNotSet = '<b>%s</b> tabel niet gevonden of niet ingesteld in %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s overeenkomst(en) in de tabel<i>%s</i>';
$strNumSearchResultsTotal = '<b>Totaal:</b> <i>%s</i> overeenkomst(en)';
$strNumTables = 'Tabellen';
 
$strOK = 'Correct';
$strOperations = 'Handelingen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimaliseer tabel';
$strOr = 'Of';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Overschrijf bestaande bestand (en)';
 
$strPHP40203 = 'U gebruikt PHP 4.2.3, deze versie bevat een grote fout in de multi-byte strings (mbstring). Voor meer informatie zie PHP bug report 19404. Het wordt sterk afgeraden deze versie van PHP te gebruiken met phpMyAdmin.';
$strPHPVersion = 'PHP Versie';
$strPageNumber = 'Pagina nummer:';
$strPaperSize = 'Papier grootte';
$strPartialText = 'Gedeeltelijke teksten';
$strPassword = 'Wachtwoord';
$strPasswordChanged = 'Het wachtwoord voor %s is met succes veranderd.';
$strPasswordEmpty = 'Het wachtwoord is leeg!';
$strPasswordHashing = 'Wachtwoord Hashing';
$strPasswordNotSame = 'De wachtwoorden zijn niet gelijk!';
$strPdfDbSchema = 'Schema van de "%s" database - Pagina %s';
$strPdfInvalidTblName = 'De tabel "%s" bestaat niet!';
$strPdfNoTables = 'Geen Tabellen';
$strPerHour = 'per uur';
$strPerMinute = 'per minuut';
$strPerSecond = 'per seconde';
$strPersian = 'Perzisch';
$strPhoneBook = 'Telefoonboek';
$strPhp = 'Creëer PHP Code';
$strPmaDocumentation = 'phpMyAdmin Documentatie';
$strPmaUriError = 'De <tt>$cfg[\'PmaAbsoluteUri\']</tt> richtlijn MOET gezet zijn in het configuratie bestand!';
$strPolish = 'Pools';
$strPortrait = 'Portret';
$strPos1 = 'Begin';
$strPrevious = 'Vorige';
$strPrimary = 'Primaire sleutel';
$strPrimaryKeyHasBeenDropped = 'De primaire sleutel is vervallen';
$strPrimaryKeyName = 'De naam van de primaire sleutel moet PRIMARY zijn!';
$strPrimaryKeyWarning = '("PRIMARY" <b>moet</b> de naam van en <b>alleen van</b> een primaire sleutel zijn!)';
$strPrint = 'Afdrukken';
$strPrintView = 'Printopmaak';
$strPrintViewFull = 'Print overzicht (met volledige teksten)';
$strPrivDescAllPrivileges = 'Bevat alle privileges behalve GRANT.';
$strPrivDescAlter = 'Maakt het mogelijk de structuur van bestaande tabellen aan te passen.';
$strPrivDescCreateDb = 'Maakt het mogelijk om nieuwe databases en tabellen te maken.';
$strPrivDescCreateTbl = 'Maakt het mogelijk nieuwe tabellen te maken.';
$strPrivDescCreateTmpTable = 'Maakt het mogelijk om tijdelijke tabellen te maken.';
$strPrivDescDelete = 'Maakt het mogelijk om data te verwijderen.';
$strPrivDescDropDb = 'Maakt het mogelijk om databases en tabellen te verwijderen.';
$strPrivDescDropTbl = 'Maakt het mogelijk tabellen te verwijderen.';
$strPrivDescExecute = 'Maakt het mogelijk om opgeslagen procedures uit te voeren; Heeft geen effect in deze MySQL versie.';
$strPrivDescFile = 'Maakt het mogelijk om data te importeren en te exporteren van en naar bestanden.';
$strPrivDescGrant = 'Maakt het mogelijk dat gebruikers en privileges toe te voegen zonder de privileges tabel opnieuw op te vragen.';
$strPrivDescIndex = 'Maakt het mogelijk om indexen te creëren en te verwijderen.';
$strPrivDescInsert = 'Maakt het mogelijk om data in te voegen en te vervangen.';
$strPrivDescLockTables = 'Maakt het mogelijk tabellen op slot te zetten voor de huidige thread.';
$strPrivDescMaxConnections = 'Limiteert het aantal nieuwe connecties die een gebruiker per uur mag openen.';
$strPrivDescMaxQuestions = 'Limiteert het aantal queries dat een gebruiker mag versturen per uur.';
$strPrivDescMaxUpdates = 'Limiteert het aantal commando\'s, welke een database of tabel veranderen, die een gebruiker per uur mag uitvoeren.';
$strPrivDescProcess3 = 'Maakt het mogelijk processen te stoppen voor andere gebruikers.';
$strPrivDescProcess4 = 'Maakt het mogelijk om complete queries in de process lijst te zien.';
$strPrivDescReferences = 'Heeft geen effect in deze MySQL versie.';
$strPrivDescReload = 'Maakt het mogelijk om de server instellingen opnieuw op te vragen en de cache van de server leeg te maken.';
$strPrivDescReplClient = 'Geeft het recht aan de gebruiker om te vragen waar de slaves (slaven) / masters (meesters) zijn.';
$strPrivDescReplSlave = 'Nodig om slaves (slaven) de repliceren.';
$strPrivDescSelect = 'Maakt het lezen van data mogelijk.';
$strPrivDescShowDb = 'Geeft toegang tot de complete lijst van databases.';
$strPrivDescShutdown = 'Maakt het mogelijk de server te stoppen.';
$strPrivDescSuper = 'Maakt het mogelijk verbinding te maken, zelfs als het maximaal aantal verbindingen als is bereikt; Dit is vereist voor de meeste administratieve opties zoals het instellen van globale variabelen of het stoppen van threads van andere gebruikers.';
$strPrivDescUpdate = 'Maakt het mogelijk data aan te passen.';
$strPrivDescUsage = 'Geen privileges.';
$strPrivileges = 'Rechten';
$strPrivilegesReloaded = 'De privileges zijn met succes vernieuwd';
$strProcesslist = 'Process lijst';
$strPutColNames = 'Plaats veldnamen in de eerste rij';
 
$strQBE = 'Query opbouwen';
$strQBEDel = 'Verwijder';
$strQBEIns = 'Toevoegen';
$strQueryFrame = 'Query window';
$strQueryOnDb = 'SQL-query op database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-geschiedenis';
$strQueryStatistics = '<b>Query statistieken</b>: Sinds het opstarten zijn er, %s queries gestuurd naar de server.';
$strQueryTime = 'Query duurde %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Overschrijf deze query niet van buitenaf dit scherm';
 
$strReType = 'Type opnieuw';
$strReceived = 'Ontvangen';
$strRecords = 'Records';
$strReferentialIntegrity = 'Controleer referentiële integriteit';
$strRefresh = 'Vernieuw';
$strRelationNotWorking = 'Extra opties om met tabellen te werken die gelinkt zijn, zijn uitgeschakeld. Om te weten te komen waarom klik %shier%s.';
$strRelationView = 'Relatie overzicht';
$strRelationalSchema = 'Relationeel schema';
$strRelations = 'Relaties';
$strRelationsForTable = 'RELATIES VOOR TABEL';
$strReloadMySQL = 'MySQL opnieuw laden.';
$strReloadingThePrivileges = 'Bezig de privileges te vernieuwen';
$strRemoveSelectedUsers = 'Verwijder de geselecteerde gebruikers';
$strRenameDatabaseOK = 'Database %s is hernoemed naar %s';
$strRenameTable = 'Tabel hernoemen naar';
$strRenameTableOK = 'Tabel %s is hernoemt naar %s';
$strRepairTable = 'Repareer tabel';
$strReplaceNULLBy = 'Vervang NULL door';
$strReplaceTable = 'Vervang tabel gegevens met het bestand';
$strReset = 'Opnieuw';
$strResourceLimits = 'Resource beperkingen';
$strRevoke = 'Ongedaan maken';
$strRevokeAndDelete = 'Trek alle actieve privileges in van alle gebruikers en verwijder ze daarna.';
$strRevokeAndDeleteDescr = 'De gebruikers zullen nog steeds het USAGE (gebruik) privilege hebben zolang de privileges nog niet zijn vernieuwd.';
$strRevokeMessage = 'U heeft de rechten ingetrokken voor %s';
$strRomanian = 'Roemeens';
$strRowLength = 'Lengte van de rij';
$strRowSize = ' Grootte van de rij';
$strRows = 'Rijen';
$strRowsFrom = 'rijen beginnend bij';
$strRowsModeFlippedHorizontal = 'horizontaal (geroteerde headers)';
$strRowsModeHorizontal = 'horizontaal';
$strRowsModeOptions = 'in %s modus en herhaal kopregels na %s cellen';
$strRowsModeVertical = 'verticaal';
$strRowsStatistic = 'Rij statistiek';
$strRunQuery = 'Query uitvoeren';
$strRunSQLQuery = 'Draai SQL query/queries op database %s';
$strRunning = 'wordt uitgevoerd op %s';
$strRussian = 'Russisch';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL export compatibiliteit';
$strSQLExportType = 'Export type';
$strSQLOptions = 'SQL opties';
$strSQLParserBugMessage = 'Er is een kans dat u een fout heeft aangetroffen in de SQL parser. Let er goed op, dat de query op de correcte plaatsen quotes heeft. Een ander mogelijkheid voor deze foutmelding kan zijn dat u het ge-quote text gedeelte in binairy mode heeft. U kunt ook uw query proberen in de command line van MySQL. De MySQL server foutmelding hieronder, mocht die aanwezig zijn, kan ook helpen met het opsporen van fouten. Blijft u problemen houden of als de parser fouten geeft terwijl het goed gaat in de command line van MySQL, probeer dan de SQL query in te korten en een bug report met het stukje data te sturen van het CUT gedeelte hieronder:';
$strSQLParserUserError = 'Er schijnt een fout te zijn in uw SQL query. Mocht de MySQL server een error hebben terug gegeven, probeer dan of uw hiermee uw fout kunt oplossen.';
$strSQLQuery = 'SQL-query';
$strSQLResult = 'SQL resultaat';
$strSQPBugInvalidIdentifer = 'Ongeldig herkenningsteken';
$strSQPBugUnclosedQuote = 'Quote niet afgesloten';
$strSQPBugUnknownPunctuation = 'Onbekende Punctuatie String';
$strSave = 'Opslaan';
$strSaveOnServer = 'Bewaar op de server in %s directory';
$strScaleFactorSmall = 'De schaal factor is te klein om het schema op een pagina te zetten';
$strSearch = 'Zoeken';
$strSearchFormTitle = 'Zoeken in de database';
$strSearchInTables = 'In de tabel(len):';
$strSearchNeedle = 'Woord(en) of waarde(s) waarnaar gezocht moet worden (wildcard: "%"):';
$strSearchOption1 = 'ten minste een van de woorden';
$strSearchOption2 = 'alle woorden';
$strSearchOption3 = 'de exacte zin';
$strSearchOption4 = 'als een reguliere expressie';
$strSearchResultsFor = 'Zoek resultaten voor "<i>%s</i>" %s:';
$strSearchType = 'Zoek:';
$strSecretRequired = 'Het configuratie bestand heeft nu een geheime wachtwoord zin nodig (blowfish_secret).';
$strSelectADb = 'Selecteer A.U.B. een database';
$strSelectAll = 'Selecteer alles';
$strSelectBinaryLog = 'Selecteer de te bekijken binaire log';
$strSelectFields = 'Selecteer velden (tenminste 1):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Selecteer tabellen';
$strSend = 'verzenden';
$strSent = 'Verzonden';
$strServer = 'Server';
$strServerChoice = 'Server keuze';
$strServerNotResponding = 'De server reageert niet';
$strServerStatus = 'Runtime Informatie';
$strServerStatusUptime = 'Deze MySQL server draait inmiddels %s. Hij is gestart op %s.';
$strServerTabProcesslist = 'Processen';
$strServerTabVariables = 'Variabelen';
$strServerTrafficNotes = '<b>Server verkeer</b>: Deze tabellen geven statistieken weer van het verkeer van deze MySQL server vanaf het moment dat hij is gestart';
$strServerVars = 'Server variabelen en instellingen';
$strServerVersion = 'Server versie';
$strSessionValue = 'Sessie variabelen';
$strSetEnumVal = 'Als het veld type "enum" of "set" is, voer dan de waardes in volgens dit formaat: \'a\',\'b\',\'c\'...<br />Als u ooit een backslash moet plaatsen ("\") of een enkel aanhalingsteken ("\'") bij deze waardes, backslash het (voorbeeld \'\\\\xyz\' of \'a\\\'b\').';
$strShow = 'Toon';
$strShowAll = 'Toon alles';
$strShowColor = 'Toon kleur';
$strShowDatadictAs = 'Data Dictionary Formaat';
$strShowFullQueries = 'Toon volledige Queries';
$strShowGrid = 'Toon grid';
$strShowPHPInfo = 'Laat informatie over PHP zien';
$strShowTableDimension = 'Geef de dimensies van de tabellen weer';
$strShowTables = 'Toon tabellen';
$strShowThisQuery = ' Laat deze query hier zien ';
$strShowingRecords = 'Toon Records';
$strSimplifiedChinese = 'Vereenvoudigd Chinese';
$strSingly = '(apart)';
$strSize = 'Grootte';
$strSlovak = 'Slowaak';
$strSlovenian = 'Sloveens';
$strSort = 'Sorteren';
$strSortByKey = 'Sorteren op sleutel';
$strSpaceUsage = 'Ruimte gebruik';
$strSpanish = 'Spaans';
$strSplitWordsWithSpace = 'Woorden worden gesplit door een spatie karakter (" ").';
$strStatCheckTime = 'Laatst gecontroleerd';
$strStatCreateTime = 'Gecreëerd';
$strStatUpdateTime = 'Laatst bijgewerkt';
$strStatement = 'Opdrachten';
$strStatus = 'Status';
$strStrucCSV = 'CSV gegevens';
$strStrucData = 'Structuur en gegevens';
$strStrucDrop = 'DROP TABLE toevoegen';
$strStrucExcelCSV = 'CSV voor MS Excel data';
$strStrucNativeExcel = 'Native MS Excel data';
$strStrucOnly = 'Alleen structuur';
$strStructPropose = 'Tabel structuur voorstellen';
$strStructure = 'Structuur';
$strSubmit = 'Verzenden';
$strSuccess = 'Uw SQL-query is succesvol uitgevoerd.';
$strSum = 'Som';
$strSwedish = 'Zweeds';
$strSwitchToDatabase = 'Schakel naar de gekopieerde database';
$strSwitchToTable = 'Wissel naar de gekopieerde tabel';
 
$strTable = 'Tabel';
$strTableComments = 'Tabel opmerkingen';
$strTableEmpty = 'De tabel naam is leeg!';
$strTableHasBeenDropped = 'Tabel %s is vervallen';
$strTableHasBeenEmptied = 'Tabel %s is leeg gemaakt';
$strTableHasBeenFlushed = 'Tabel %s is geschoond';
$strTableMaintenance = 'Tabel onderhoud';
$strTableOfContents = 'Inhoudsopgave';
$strTableOptions = 'Tabel opties';
$strTableStructure = 'Tabel structuur voor tabel';
$strTableType = 'Tabel type';
$strTables = '%s tabel(len)';
$strTakeIt = 'neem het';
$strTblPrivileges = 'Tabel-specifieke privileges';
$strTextAreaLength = ' Vanwege z\'n lengte,<br /> is dit veld misschien niet te wijzigen ';
$strThai = 'Thais';
$strTheme = 'Thema / Stijl';
$strThisHost = 'Deze Host';
$strThisNotDirectory = 'Dit was geen directory';
$strThreadSuccessfullyKilled = 'Thread %s is met succes afgesloten.';
$strTime = 'Tijd';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'totaal';
$strTotalUC = 'Totaal';
$strTraditionalChinese = 'Traditioneel Chinees';
$strTraditionalSpanish = 'Traditioneel Spaans';
$strTraffic = 'Verkeer';
$strTransformation_application_octetstream__download = 'Toon een link om de binaire data van een veld te downloaden. Eerste optie is de bestandsnaam van het binaire bestand. De tweede optie is een mogelijke veldnaam van een rij van de tabel welke de bestandsnaam bevat. Wanneer de tweede optie wordt gekozen is het vereist dat de eerste optie leeg is.';
$strTransformation_image_jpeg__inline = 'Toont een klik bare thumbnail; opties: width,height in pixels (houdt de originele ratio)';
$strTransformation_image_jpeg__link = 'Toont een link naar deze image (directe blob download, i.e.).';
$strTransformation_image_png__inline = 'Zie image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Neemt een TIME, TIMESTAMP of DATETIME veld en vormt het naar uw lokale datum formaat. Eerst optie is de offset (in uren) welke zal worden toegevoegd aan de timestamp (Default: 0). De tweede opties is een ander datum formaat volgens de parameters beschikbaar volgens PHPs strftime().';
$strTransformation_text_plain__external = 'ALLEEN LINUX: Lanceert een externe applicatie en voed het de veld data via standaard input. Geeft standaard output van de applicatie terug. Default is Netjes, om nette HTML code te tonen. Om beveiligings redenen zult u handmatig het bestand libraries/transformations/text_plain__external.inc.php moeten aanpassen en de tools die u mag draaien invoegen. De eerste opties is het nummer van het programma wat u wilt gebruiken, de tweede optie zijn de parameters voor dit programma. Het derde parameter, wanneer ingesteld op 1, zal de output omzetten door middel van htmlspecialchars() (Standaard is 1). Een vierde parameter, wanneer ingesteld als 1 zal NOWRAP aan de content cell toevoegen, zodat de gehele output getoond zal worden zonder te herstructureren (Standaard 1)';
$strTransformation_text_plain__formatted = 'Preserveert het originele formaat van het veld. Er wordt geen Escaping toegepast.';
$strTransformation_text_plain__imagelink = 'Toont een plaatje en een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de breedte in pixels, de derde is de hoogte.';
$strTransformation_text_plain__link = 'Toont een link, het veld bevat de bestandsnaam; De eerste optie is een prefix als "http://domein.com/", de tweede optie is de titel voor de link.';
$strTransformation_text_plain__substr = 'Toont alleen een stuk van een string. De eerst optie is een offset om te bepalen waar de output van uw tekst start (Standaard 0). De tweede optie is een offset van de hoeveel tekst die terug wordt gegeven. Wanneer leeg, zal het alle overgebleven tekst teruggeven. De derde optie defineerd welke karakters worden toegevoegd aan de output wanneer een substring wordt teruggegeven (Standaard: ...) .';
$strTruncateQueries = 'Truncate getoonde Queries';
$strTurkish = 'Turks';
$strType = 'Type';
 
$strUkrainian = 'Oekraïens';
$strUncheckAll = 'Deselecteer alles';
$strUnicode = 'Unicode';
$strUnique = 'Unieke waarde';
$strUnknown = 'onbekend';
$strUnselectAll = 'Deselecteer alles';
$strUpdComTab = 'Raadpleeg de Documentatie over hoe u uw Column_comments tabel bijwerkt.';
$strUpdatePrivMessage = 'U heeft de rechten aangepast voor %s.';
$strUpdateProfileMessage = 'Het profiel is aangepast.';
$strUpdateQuery = 'Wijzig Query';
$strUpgrade = 'U moet opwaarderen (Upgraden) naar %s of hoger.';
$strUsage = 'Gebruik';
$strUseBackquotes = 'Gebruik backquotes (`) bij tabellen en velden\' namen';
$strUseHostTable = 'Gebruik Host Tabel';
$strUseTabKey = 'Gebruik de TAB knop om van waarde naar waarde te verplaatsen, of CTRL+pijltjes om vrijuit te navigeren';
$strUseTables = 'Gebruik tabellen';
$strUseTextField = 'Gebruik tekstveld';
$strUseThisValue = 'Gebruik deze waarde';
$strUser = 'Gebruiker';
$strUserAlreadyExists = 'De gebruiker %s bestaat al!';
$strUserEmpty = 'De gebruikersnaam is leeg!';
$strUserName = 'Gebruikersnaam';
$strUserNotFound = 'De geselecteerde gebruiker werd niet aangetroffen in de privileges tabel';
$strUserOverview = 'Gebruikers Overzicht';
$strUsersDeleted = 'De geselecteerde gebruikers zijn met succes verwijderd.';
$strUsersHavingAccessToDb = 'Gebruikers die toegang hebben tot &quot;%s&quot;';
 
$strValidateSQL = 'Valideer SQL';
$strValidatorError = 'De SQL validatie kon niet worden geinitialiseerd. Controleer of u de nodige php extensies heeft geinstalleerd zoals beschreven in de %sdocumentatie%s.';
$strValue = 'Waarde';
$strVar = 'Variabelen';
$strViewDump = 'Bekijk een dump (schema) van tabel';
$strViewDumpDB = 'Bekijk een dump (schema) van database';
$strViewDumpDatabases = 'Bekijk dump (schema) van de databases';
 
$strWebServerUploadDirectory = 'web-server upload directory';
$strWebServerUploadDirectoryError = 'De directory die u heeft ingesteld om te uploaden kan niet worden bereikt.';
$strWelcome = 'Welkom op %s';
$strWestEuropean = 'West Europees';
$strWildcard = 'joker teken';
$strWindowNotFound = 'Het doel browser scherm kon niet worden bijgewerkt. Misschien heeft u het scherm gesloten of uw browser blokkeert bijwerkingen van uw browser beveiliging';
$strWithChecked = 'Met geselecteerd:';
$strWritingCommentNotPossible = 'Het toevoegen van commentaar is niet mogelijk';
$strWritingRelationNotPossible = 'Toevoegen van een relatie is niet mogelijk';
$strWrongUser = 'Verkeerde gebruikersnaam/wachtwoord. Toegang geweigerd.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Opmerking: Het instellen van deze waarden op 0 (nul) verwijderd het limiet.';
$strZip = '"Gezipt"';
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/english-iso-8859-1.inc.php
0,0 → 1,976
<?php
/* $Id: english-iso-8859-1.inc.php,v 2.130.2.4 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
 
$strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';
$strAction = 'Action';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'Add DROP DATABASE';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIfNotExists = 'Add IF NOT EXISTS';
$strAddIntoComments = 'Add into comments';
$strAddNewField = 'Add new field';
$strAddPrivilegesOnDb = 'Add privileges on the following database';
$strAddPrivilegesOnTbl = 'Add privileges on the following table';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser = 'Add a new User';
$strAddUserMessage = 'You have added a new user.';
$strAdministration = 'Administration';
$strAffectedRows = 'Affected rows:';
$strAfter = 'After %s';
$strAfterInsertBack = 'Go back to previous page';
$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';
$strAnd = 'And';
$strAndThen = 'and then';
$strAnIndex = 'An index has been added on %s';
$strAny = 'Any';
$strAnyHost = 'Any host';
$strAnyUser = 'Any user';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strAutodetect = 'Autodetect';
$strAutomaticLayout = 'Automatic layout';
 
$strBack = 'Back';
$strBaltic = 'Baltic';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Bookmarked SQL query';
$strBookmarkReplace = 'Replace existing bookmark of same name';
$strBookmarkThis = 'Bookmark this SQL query';
$strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Usage';
$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarian';
$strBusyPages = 'Busy pages';
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this PHP version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a newer PHP version. See PHP bug report %s for details.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your 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.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'Change';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strColComFeat = 'Displaying Column Comments';
$strCollation = 'Collation';
$strColumnNames = 'Column names';
$strColumnPrivileges = 'Column-specific privileges';
$strCommand = 'Command';
$strComments = 'Comments';
$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';
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$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.';
$strConnections = 'Connections';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopy = 'Copy';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Copy table to (database<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
$strCreate = 'Create';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page';
$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';
$strCzechSlovak = 'Czech-Slovak';
 
$strDanish = 'Danish';
$strDatabase = 'Database';
$strDatabaseEmpty = 'The database name is empty!';
$strDatabaseExportOptions = 'Database export options';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
$strDatabaseNoTable = 'This database contains no table!';
$strDatabases = 'Databases';
$strDatabasesDropped = '%s databases have been dropped successfully.';
$strDatabasesStats = 'Databases statistics';
$strDatabasesStatsDisable = 'Disable Statistics';
$strDatabasesStatsEnable = 'Enable Statistics';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Data only';
$strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific';
$strDefault = 'Default';
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment = 'Defragment table';
$strDelayedInserts = 'Use delayed inserts';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDelete = 'Delete';
$strDeletedRows = 'Deleted rows:';
$strDeleted = 'The row has been deleted';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleting = 'Deleting %s';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'Description';
$strDictionary = 'dictionary';
$strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
$strDumpingData = 'Dumping data for table';
$strDumpSaved = 'Dump has been saved to file %s.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
$strDynamic = 'dynamic';
 
$strEdit = 'Edit';
$strEditPDFPages = 'Edit PDF Pages';
$strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective';
$strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = '%s has been disabled for this MySQL server.';
$strEngines = 'Engines';
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
$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';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
$strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL';
$strExport = 'Export';
$strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldsEmpty = ' The field count is empty! ';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
$strFields = 'Fields';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplateDescriptionDatabase = 'database name';
$strFileNameTemplateDescriptionServer = 'server name';
$strFileNameTemplateDescriptionTable = 'table name';
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';
$strFileNameTemplate = 'File name template';
$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';
$strFullText = 'Full Texts';
$strFunction = 'Function';
 
$strGenBy = 'Generated by';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'Generate';
$strGeneratePassword = 'Generate Password';
$strGenTime = 'Generation Time';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';
$strGlobalValue = 'Global value';
$strGo = 'Go';
$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';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export options';
$strHungarian = 'Hungarian';
 
$strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
$strIndexName = 'Index name:';
$strIndexType = 'Index type:';
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';
$strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';
$strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInsertNewRow = 'Insert new row';
$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!';
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';
$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.';
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';
$strInvalidServerIndex = 'Invalid server index: "%s"';
 
$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';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Language file "%1$s" not found.';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
$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';
$strLinesTerminatedBy = 'Lines terminated by';
$strLinkNotFound = 'Link not found';
$strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Location of the text file';
$strLoginInformation = 'Login Information';
$strLogin = 'Log in';
$strLogout = 'Log out';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
 
$strMaxConnects = 'max. concurrent connections';
$strMaximalQueryLength = 'Maximal length of created query';
$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!';
$strMIME_available_mime = 'Available MIME types';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSize = 'Data pointer size';
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
$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.';
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
$strMyISAMRecoverOptions = 'Automatic recovery mode';
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.';
$strMyISAMRepairThreads = 'Repair threads';
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sort buffer size';
$strMySQLCharset = 'MySQL charset';
$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes';
$strMySQLShowStatus = 'Show MySQL runtime information';
$strMySQLShowVars = 'Show MySQL system variables';
 
$strName = 'Name';
$strNext = 'Next';
$strNoActivity = 'No activity within %s seconds; please log in again';
$strNoDatabases = 'No databases';
$strNoDatabasesSelected = 'No databases selected.';
$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!';
$strNoModification = 'No change';
$strNone = 'None';
$strNo = 'No';
$strNoOptions = 'This format has no options';
$strNoPassword = 'No Password';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'Without PHP Code';
$strNoPrivileges = 'No Privileges';
$strNoRights = 'You don\'t have sufficient privileges to be here right now!';
$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';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
$strNumberOfFields = 'Number of fields';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Open new phpMyAdmin window';
$strOperations = 'Operations';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Or';
$strOverhead = 'Overhead';
$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!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'No tables';
$strPDFOptions = 'PDF options';
$strPDF = 'PDF';
$strPDFReportTitle = 'Report title';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'Previous';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrimary = 'Primary';
$strPrint = 'Print';
$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Allows creating new databases and tables.';
$strPrivDescCreateRoutine = 'Allows creating stored routines.';
$strPrivDescCreateTbl = 'Allows creating new tables.';
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';
$strPrivDescCreateView = 'Allows creating new views.';
$strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'No privileges.';
$strPrivileges = 'Privileges';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strProcesslist = 'Process list';
$strProtocolVersion = 'Protocol version';
$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';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
 
$strReadRequests = 'Read requests';
$strReceived = 'Received';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
$strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRomanian = 'Romanian';
$strRowLength = 'Row length';
$strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical';
$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';
 
$strSaveOnServer = 'Save on server in %s directory';
$strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
$strSearchOption1 = 'at least one of the words';
$strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearch = 'Search';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Save as file';
$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';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingBookmark = 'Showing bookmark';
$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';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQLExportCompatibility = 'SQL export compatibility';
$strSQLExportType = 'Export type';
$strSQLImportOptions = 'SQL options';
$strSQLOptions = 'SQL options';
$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 query';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation';
$strStatement = 'Statements';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucDrop = 'Add DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'Structure only';
$strStructPropose = 'Propose table structure';
$strStructure = 'Structure';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSum = 'Sum';
$strSwedish = 'Swedish';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
$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';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style';
$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';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese';
$strTraditionalSpanish = 'Traditional Spanish';
$strTraffic = 'Traffic';
$strTransactionCoordinator = 'Transaction coordinator';
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';
$strTransformation_image_jpeg__link = 'Displays a link to download this image.';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Turkish';
$strType = 'Type';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Uncheck All';
$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';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUsedPhpExtensions = 'Used PHP extensions';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'User name';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'User';
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
$strUseThisValue = 'Use this value';
 
$strValidateSQL = 'Validate SQL';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';
$strValue = 'Value';
$strVar = 'Variable';
$strVersionInformation = 'Version information';
$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewDumpDB = 'View dump (schema) of database';
$strViewDump = 'View dump (schema) of table';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
$strView = 'View';
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWebServerUploadDirectory = 'web server upload directory';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWildcard = 'wildcard';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';
$strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.';
 
$strXML = 'XML';
 
$strYes = 'Yes';
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/english-iso-8859-15.inc.php
0,0 → 1,976
<?php
/* $Id: english-iso-8859-15.inc.php,v 2.55.2.4 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-15';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
 
$strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';
$strAction = 'Action';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'Add DROP DATABASE';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIfNotExists = 'Add IF NOT EXISTS';
$strAddIntoComments = 'Add into comments';
$strAddNewField = 'Add new field';
$strAddPrivilegesOnDb = 'Add privileges on the following database';
$strAddPrivilegesOnTbl = 'Add privileges on the following table';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser = 'Add a new User';
$strAddUserMessage = 'You have added a new user.';
$strAdministration = 'Administration';
$strAffectedRows = 'Affected rows:';
$strAfter = 'After %s';
$strAfterInsertBack = 'Go back to previous page';
$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';
$strAnd = 'And';
$strAndThen = 'and then';
$strAnIndex = 'An index has been added on %s';
$strAny = 'Any';
$strAnyHost = 'Any host';
$strAnyUser = 'Any user';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strAutodetect = 'Autodetect';
$strAutomaticLayout = 'Automatic layout';
 
$strBack = 'Back';
$strBaltic = 'Baltic';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Bookmarked SQL query';
$strBookmarkReplace = 'Replace existing bookmark of same name';
$strBookmarkThis = 'Bookmark this SQL query';
$strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Usage';
$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarian';
$strBusyPages = 'Busy pages';
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this PHP version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a newer PHP version. See PHP bug report %s for details.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your 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.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'Change';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strColComFeat = 'Displaying Column Comments';
$strCollation = 'Collation';
$strColumnNames = 'Column names';
$strColumnPrivileges = 'Column-specific privileges';
$strCommand = 'Command';
$strComments = 'Comments';
$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';
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$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.';
$strConnections = 'Connections';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopy = 'Copy';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Copy table to (database<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
$strCreate = 'Create';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page';
$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';
$strCzechSlovak = 'Czech-Slovak';
 
$strDanish = 'Danish';
$strDatabase = 'Database';
$strDatabaseEmpty = 'The database name is empty!';
$strDatabaseExportOptions = 'Database export options';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
$strDatabaseNoTable = 'This database contains no table!';
$strDatabases = 'Databases';
$strDatabasesDropped = '%s databases have been dropped successfully.';
$strDatabasesStats = 'Databases statistics';
$strDatabasesStatsDisable = 'Disable Statistics';
$strDatabasesStatsEnable = 'Enable Statistics';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Data only';
$strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific';
$strDefault = 'Default';
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment = 'Defragment table';
$strDelayedInserts = 'Use delayed inserts';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDelete = 'Delete';
$strDeletedRows = 'Deleted rows:';
$strDeleted = 'The row has been deleted';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleting = 'Deleting %s';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'Description';
$strDictionary = 'dictionary';
$strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
$strDumpingData = 'Dumping data for table';
$strDumpSaved = 'Dump has been saved to file %s.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
$strDynamic = 'dynamic';
 
$strEdit = 'Edit';
$strEditPDFPages = 'Edit PDF Pages';
$strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective';
$strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = '%s has been disabled for this MySQL server.';
$strEngines = 'Engines';
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
$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';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
$strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL';
$strExport = 'Export';
$strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldsEmpty = ' The field count is empty! ';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
$strFields = 'Fields';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplateDescriptionDatabase = 'database name';
$strFileNameTemplateDescriptionServer = 'server name';
$strFileNameTemplateDescriptionTable = 'table name';
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';
$strFileNameTemplate = 'File name template';
$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';
$strFullText = 'Full Texts';
$strFunction = 'Function';
 
$strGenBy = 'Generated by';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'Generate';
$strGeneratePassword = 'Generate Password';
$strGenTime = 'Generation Time';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';
$strGlobalValue = 'Global value';
$strGo = 'Go';
$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';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export options';
$strHungarian = 'Hungarian';
 
$strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
$strIndexName = 'Index name:';
$strIndexType = 'Index type:';
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';
$strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';
$strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInsertNewRow = 'Insert new row';
$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!';
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';
$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.';
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';
$strInvalidServerIndex = 'Invalid server index: "%s"';
 
$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';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Language file "%1$s" not found.';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
$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';
$strLinesTerminatedBy = 'Lines terminated by';
$strLinkNotFound = 'Link not found';
$strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Location of the text file';
$strLoginInformation = 'Login Information';
$strLogin = 'Log in';
$strLogout = 'Log out';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
 
$strMaxConnects = 'max. concurrent connections';
$strMaximalQueryLength = 'Maximal length of created query';
$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!';
$strMIME_available_mime = 'Available MIME types';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSize = 'Data pointer size';
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
$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.';
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
$strMyISAMRecoverOptions = 'Automatic recovery mode';
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.';
$strMyISAMRepairThreads = 'Repair threads';
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sort buffer size';
$strMySQLCharset = 'MySQL charset';
$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes';
$strMySQLShowStatus = 'Show MySQL runtime information';
$strMySQLShowVars = 'Show MySQL system variables';
 
$strName = 'Name';
$strNext = 'Next';
$strNoActivity = 'No activity within %s seconds; please log in again';
$strNoDatabases = 'No databases';
$strNoDatabasesSelected = 'No databases selected.';
$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!';
$strNoModification = 'No change';
$strNone = 'None';
$strNo = 'No';
$strNoOptions = 'This format has no options';
$strNoPassword = 'No Password';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'Without PHP Code';
$strNoPrivileges = 'No Privileges';
$strNoRights = 'You don\'t have sufficient privileges to be here right now!';
$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';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
$strNumberOfFields = 'Number of fields';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Open new phpMyAdmin window';
$strOperations = 'Operations';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Or';
$strOverhead = 'Overhead';
$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!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'No tables';
$strPDFOptions = 'PDF options';
$strPDF = 'PDF';
$strPDFReportTitle = 'Report title';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'Previous';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrimary = 'Primary';
$strPrint = 'Print';
$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Allows creating new databases and tables.';
$strPrivDescCreateRoutine = 'Allows creating stored routines.';
$strPrivDescCreateTbl = 'Allows creating new tables.';
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';
$strPrivDescCreateView = 'Allows creating new views.';
$strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'No privileges.';
$strPrivileges = 'Privileges';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strProcesslist = 'Process list';
$strProtocolVersion = 'Protocol version';
$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';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
 
$strReadRequests = 'Read requests';
$strReceived = 'Received';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
$strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRomanian = 'Romanian';
$strRowLength = 'Row length';
$strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical';
$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';
 
$strSaveOnServer = 'Save on server in %s directory';
$strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
$strSearchOption1 = 'at least one of the words';
$strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearch = 'Search';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Save as file';
$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';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingBookmark = 'Showing bookmark';
$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';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQLExportCompatibility = 'SQL export compatibility';
$strSQLExportType = 'Export type';
$strSQLImportOptions = 'SQL options';
$strSQLOptions = 'SQL options';
$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 query';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation';
$strStatement = 'Statements';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucDrop = 'Add DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'Structure only';
$strStructPropose = 'Propose table structure';
$strStructure = 'Structure';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSum = 'Sum';
$strSwedish = 'Swedish';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
$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';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style';
$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';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese';
$strTraditionalSpanish = 'Traditional Spanish';
$strTraffic = 'Traffic';
$strTransactionCoordinator = 'Transaction coordinator';
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';
$strTransformation_image_jpeg__link = 'Displays a link to download this image.';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Turkish';
$strType = 'Type';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Uncheck All';
$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';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUsedPhpExtensions = 'Used PHP extensions';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'User name';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'User';
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
$strUseThisValue = 'Use this value';
 
$strValidateSQL = 'Validate SQL';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';
$strValue = 'Value';
$strVar = 'Variable';
$strVersionInformation = 'Version information';
$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewDumpDB = 'View dump (schema) of database';
$strViewDump = 'View dump (schema) of table';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
$strView = 'View';
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWebServerUploadDirectory = 'web server upload directory';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWildcard = 'wildcard';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';
$strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.';
 
$strXML = 'XML';
 
$strYes = 'Yes';
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/english-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: english-utf-8.inc.php,v 2.131.2.4 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds';
 
$strAbortedClients = 'Aborted';
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on the web server to the docSQL directory';
$strAccessDenied = 'Access denied';
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.';
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';
$strAction = 'Action';
$strAddAutoIncrement = 'Add AUTO_INCREMENT value';
$strAddConstraints = 'Add constraints';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'Add DROP DATABASE';
$strAddedColumnComment = 'Added comment for column';
$strAddedColumnRelation = 'Added relation for column';
$strAddFields = 'Add %s field(s)';
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';
$strAddIfNotExists = 'Add IF NOT EXISTS';
$strAddIntoComments = 'Add into comments';
$strAddNewField = 'Add new field';
$strAddPrivilegesOnDb = 'Add privileges on the following database';
$strAddPrivilegesOnTbl = 'Add privileges on the following table';
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):';
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)';
$strAddUser = 'Add a new User';
$strAddUserMessage = 'You have added a new user.';
$strAdministration = 'Administration';
$strAffectedRows = 'Affected rows:';
$strAfter = 'After %s';
$strAfterInsertBack = 'Go back to previous page';
$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';
$strAnd = 'And';
$strAndThen = 'and then';
$strAnIndex = 'An index has been added on %s';
$strAny = 'Any';
$strAnyHost = 'Any host';
$strAnyUser = 'Any user';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = 'A primary key has been added on %s';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Ascending';
$strAtBeginningOfTable = 'At Beginning of Table';
$strAtEndOfTable = 'At End of Table';
$strAttr = 'Attributes';
$strAutodetect = 'Autodetect';
$strAutomaticLayout = 'Automatic layout';
 
$strBack = 'Back';
$strBaltic = 'Baltic';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binary';
$strBinaryDoNotEdit = 'Binary - do not edit';
$strBinaryLog = 'Binary log';
$strBinLogEventType = 'Event type';
$strBinLogInfo = 'Information';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Original position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Let every user access this bookmark';
$strBookmarkCreated = 'Bookmark %s created';
$strBookmarkDeleted = 'The bookmark has been deleted.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Bookmarked SQL query';
$strBookmarkReplace = 'Replace existing bookmark of same name';
$strBookmarkThis = 'Bookmark this SQL query';
$strBookmarkView = 'View only';
$strBrowse = 'Browse';
$strBrowseDistinctValues = 'Browse distinct values';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPoolActivity = 'Buffer Pool Activity';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Buffer Pool Usage';
$strBufferReadMissesInPercent = 'Read misses in %';
$strBufferReadMisses = 'Read misses';
$strBufferWriteWaitsInPercent = 'Write waits in %';
$strBufferWriteWaits = 'Write waits';
$strBulgarian = 'Bulgarian';
$strBusyPages = 'Busy pages';
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this PHP version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a newer PHP version. See PHP bug report %s for details.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Calendar';
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!';
$strCannotLogin = 'Cannot log in to the MySQL server';
$strCantLoad = 'Cannot load [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] extension. Please check your 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.';
$strCantRenameIdxToPrimary = 'Can\'t rename index to PRIMARY!';
$strCantUseRecodeIconv = 'Couldn\'t use either the iconv, libiconv or recode_string functions, although the necessary extensions appear to be loaded. Check your PHP configuration.';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Central European';
$strChange = 'Change';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Choose field to display';
$strChangePassword = 'Change password';
$strCharset = 'Charset';
$strCharsetOfFile = 'Character set of the file:';
$strCharsetsAndCollations = 'Character Sets and Collations';
$strCharsets = 'Charsets';
$strCheckAll = 'Check All';
$strCheckOverhead = 'Check tables having overhead';
$strCheckPrivs = 'Check Privileges';
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.';
$strCheckTable = 'Check table';
$strChoosePage = 'Please choose a page to edit';
$strColComFeat = 'Displaying Column Comments';
$strCollation = 'Collation';
$strColumnNames = 'Column names';
$strColumnPrivileges = 'Column-specific privileges';
$strCommand = 'Command';
$strComments = 'Comments';
$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';
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$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.';
$strConnections = 'Connections';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopy = 'Copy';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Copy table to (database<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.';
$strCreate = 'Create';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying';
$strCreateIndex = 'Create an index on&nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Create a new index';
$strCreateNewDatabase = 'Create new database';
$strCreateNewTable = 'Create new table on database %s';
$strCreatePage = 'Create a new page';
$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';
$strCzechSlovak = 'Czech-Slovak';
 
$strDanish = 'Danish';
$strDatabase = 'Database';
$strDatabaseEmpty = 'The database name is empty!';
$strDatabaseExportOptions = 'Database export options';
$strDatabaseHasBeenDropped = 'Database %s has been dropped.';
$strDatabaseNoTable = 'This database contains no table!';
$strDatabases = 'Databases';
$strDatabasesDropped = '%s databases have been dropped successfully.';
$strDatabasesStats = 'Databases statistics';
$strDatabasesStatsDisable = 'Disable Statistics';
$strDatabasesStatsEnable = 'Enable Statistics';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the database statistics here might cause heavy traffic between the web server and the MySQL server.';
$strData = 'Data';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Data only';
$strDataPages = 'Pages containing data';
$strDBComment = 'Database comment: ';
$strDBCopy = 'Copy database to';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Max time, ms';
$strDBGMinTimeMs = 'Min time, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Total time, ms';
$strDbPrivileges = 'Database-specific privileges';
$strDBRename = 'Rename database to';
$strDbSpecific = 'database-specific';
$strDefault = 'Default';
$strDefaultEngine = '%s is the default storage engine on this MySQL server.';
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';
$strDefragment = 'Defragment table';
$strDelayedInserts = 'Use delayed inserts';
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDelete = 'Delete';
$strDeletedRows = 'Deleted rows:';
$strDeleted = 'The row has been deleted';
$strDeleteNoUsersSelected = 'No users selected for deleting!';
$strDeleting = 'Deleting %s';
$strDelOld = 'The current page has references to tables that no longer exist. Would you like to delete those references?';
$strDescending = 'Descending';
$strDescription = 'Description';
$strDictionary = 'dictionary';
$strDirtyPages = 'Dirty pages';
$strDisabled = 'Disabled';
$strDisableForeignChecks = 'Disable foreign key checks';
$strDisplayFeat = 'Display Features';
$strDisplayOrder = 'Display order:';
$strDisplayPDF = 'Display PDF schema';
$strDoAQuery = 'Do a "query by example" (wildcard: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Do you really want to ';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDrop = 'Drop';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
$strDumpingData = 'Dumping data for table';
$strDumpSaved = 'Dump has been saved to file %s.';
$strDumpXRows = 'Dump %s row(s) starting at record # %s.';
$strDynamic = 'dynamic';
 
$strEdit = 'Edit';
$strEditPDFPages = 'Edit PDF Pages';
$strEditPrivileges = 'Edit Privileges';
$strEffective = 'Effective';
$strEmpty = 'Empty';
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).';
$strEnabled = 'Enabled';
$strEncloseInTransaction = 'Enclose export in a transaction';
$strEndCut = 'END CUT';
$strEnd = 'End';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s is available on this MySQL server.';
$strEngineDisabled = '%s has been disabled for this MySQL server.';
$strEngines = 'Engines';
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';
$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';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonian';
$strExcelEdition = 'Excel edition';
$strExcelOptions = 'Excel options';
$strExecuteBookmarked = 'Execute bookmarked query';
$strExplain = 'Explain SQL';
$strExport = 'Export';
$strExtendedInserts = 'Extended inserts';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s has been dropped';
$strFieldsEmpty = ' The field count is empty! ';
$strFieldsEnclosedBy = 'Fields enclosed by';
$strFieldsEscapedBy = 'Fields escaped by';
$strFields = 'Fields';
$strFieldsTerminatedBy = 'Fields terminated by';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplateDescriptionDatabase = 'database name';
$strFileNameTemplateDescriptionServer = 'server name';
$strFileNameTemplateDescriptionTable = 'table name';
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.';
$strFileNameTemplate = 'File name template';
$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';
$strFullText = 'Full Texts';
$strFunction = 'Function';
 
$strGenBy = 'Generated by';
$strGeneralRelationFeat = 'General relation features';
$strGenerate = 'Generate';
$strGeneratePassword = 'Generate Password';
$strGenTime = 'Generation Time';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Global privileges';
$strGlobalValue = 'Global value';
$strGo = 'Go';
$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';
$strHebrew = 'Hebrew';
$strHexForBinary = 'Use hexadecimal for binary fields';
$strHome = 'Home';
$strHomepageOfficial = 'Official phpMyAdmin Homepage';
$strHostEmpty = 'The host name is empty!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export options';
$strHungarian = 'Hungarian';
 
$strIcelandic = 'Icelandic';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnoreDuplicates = 'Ignore duplicate rows';
$strIgnore = 'Ignore';
$strIgnoreInserts = 'Use ignore inserts';
$strIgnoringFile = 'Ignoring file %s';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Import files';
$strImportFormat = 'Format of imported file';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.';
$strIndexes = 'Indexes';
$strIndexHasBeenDropped = 'Index %s has been dropped';
$strIndex = 'Index';
$strIndexName = 'Index name:';
$strIndexType = 'Index type:';
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';
$strIndexWarningTable = 'Problems with indexes of table `%s`';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strInnoDBAutoextendIncrement = 'Autoextend increment';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSize = 'Buffer pool size';
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';
$strInnoDBDataFilePath = 'Data files';
$strInnoDBDataHomeDir = 'Data home directory';
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';
$strInnoDBPages = 'pages';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.';
$strInsertAsNewRow = 'Insert as new row';
$strInsertedRowId = 'Inserted row id:';
$strInsertedRows = 'Inserted rows:';
$strInsert = 'Insert';
$strInsertNewRow = 'Insert new row';
$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!';
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.';
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.';
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s';
$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.';
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.';
$strInvalidServerIndex = 'Invalid server index: "%s"';
 
$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';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Language file "%1$s" not found.';
$strLanguageUnknown = 'Unknown language: %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Table caption';
$strLatexContent = 'Content of table __TABLE__';
$strLatexContinuedCaption = 'Continued table caption';
$strLatexContinued = '(continued)';
$strLatexIncludeCaption = 'Include table caption';
$strLatexLabel = 'Label key';
$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';
$strLinesTerminatedBy = 'Lines terminated by';
$strLinkNotFound = 'Link not found';
$strLinksTo = 'Links to';
$strLithuanian = 'Lithuanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Location of the text file';
$strLoginInformation = 'Login Information';
$strLogin = 'Log in';
$strLogout = 'Log out';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Username:';
$strLongOperation = 'This operation could take a long time. Proceed anyway?';
 
$strMaxConnects = 'max. concurrent connections';
$strMaximalQueryLength = 'Maximal length of created query';
$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!';
$strMIME_available_mime = 'Available MIME types';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'MIME type';
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s';
$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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Transformation options';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function';
$strModifications = 'Modifications have been saved';
$strModifyIndexTopic = 'Modify an index';
$strModify = 'Modify';
$strMoveTable = 'Move table to (database<b>.</b>table):';
$strMoveTableOK = 'Table %s has been moved to %s.';
$strMoveTableSameNames = 'Can\'t move table to same one!';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSize = 'Data pointer size';
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';
$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.';
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';
$strMyISAMRecoverOptions = 'Automatic recovery mode';
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.';
$strMyISAMRepairThreads = 'Repair threads';
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sort buffer size';
$strMySQLCharset = 'MySQL charset';
$strMysqlClientVersion = 'MySQL client version';
$strMySQLConnectionCollation = 'MySQL connection collation';
$strMySQLSaid = 'MySQL said: ';
$strMySQLShowProcess = 'Show processes';
$strMySQLShowStatus = 'Show MySQL runtime information';
$strMySQLShowVars = 'Show MySQL system variables';
 
$strName = 'Name';
$strNext = 'Next';
$strNoActivity = 'No activity within %s seconds; please log in again';
$strNoDatabases = 'No databases';
$strNoDatabasesSelected = 'No databases selected.';
$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!';
$strNoModification = 'No change';
$strNone = 'None';
$strNo = 'No';
$strNoOptions = 'This format has no options';
$strNoPassword = 'No Password';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'Without PHP Code';
$strNoPrivileges = 'No Privileges';
$strNoRights = 'You don\'t have sufficient privileges to be here right now!';
$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';
$strNoUsersFound = 'No user(s) found.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNull = 'Null';
$strNumberOfFields = 'Number of fields';
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Open new phpMyAdmin window';
$strOperations = 'Operations';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Or';
$strOverhead = 'Overhead';
$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!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'The passwords aren\'t the same!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s';
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!';
$strPdfNoTables = 'No tables';
$strPDFOptions = 'PDF options';
$strPDF = 'PDF';
$strPDFReportTitle = 'Report title';
$strPerHour = 'per hour';
$strPerMinute = 'per minute';
$strPerSecond = 'per second';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPhp = 'Create PHP Code';
$strPHPVersion = 'PHP Version';
$strPmaDocumentation = 'phpMyAdmin documentation';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'Begin';
$strPrevious = 'Previous';
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped';
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)';
$strPrimary = 'Primary';
$strPrint = 'Print';
$strPrintViewFull = 'Print view (with full texts)';
$strPrintView = 'Print view';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Allows altering the structure of existing tables.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Allows creating new databases and tables.';
$strPrivDescCreateRoutine = 'Allows creating stored routines.';
$strPrivDescCreateTbl = 'Allows creating new tables.';
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.';
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.';
$strPrivDescCreateView = 'Allows creating new views.';
$strPrivDescDelete = 'Allows deleting data.';
$strPrivDescDropDb = 'Allows dropping databases and tables.';
$strPrivDescDropTbl = 'Allows dropping tables.';
$strPrivDescExecute5 = 'Allows executing stored routines.';
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Allows creating and dropping indexes.';
$strPrivDescInsert = 'Allows inserting and replacing data.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Allows reading data.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.';
$strPrivDescShutdown = 'Allows shutting down the server.';
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate = 'Allows changing data.';
$strPrivDescUsage = 'No privileges.';
$strPrivileges = 'Privileges';
$strPrivilegesReloaded = 'The privileges were reloaded successfully.';
$strProcesslist = 'Process list';
$strProtocolVersion = 'Protocol version';
$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';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Query took %01.4f sec';
$strQueryType = 'Query type';
$strQueryWindowLock = 'Do not overwrite this query from outside the window';
 
$strReadRequests = 'Read requests';
$strReceived = 'Received';
$strRecords = 'Records';
$strReferentialIntegrity = 'Check referential integrity:';
$strRefresh = 'Refresh';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'The additional features for working with linked tables have been deactivated. To find out why click %shere%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relations';
$strRelationView = 'Relation view';
$strReloadingThePrivileges = 'Reloading the privileges';
$strReloadMySQL = 'Reload MySQL';
$strRemoveSelectedUsers = 'Remove selected users';
$strRenameDatabaseOK = 'Database %s has been renamed to %s';
$strRenameTableOK = 'Table %s has been renamed to %s';
$strRenameTable = 'Rename table to';
$strRepairTable = 'Repair table';
$strReplaceNULLBy = 'Replace NULL by';
$strReplaceTable = 'Replace table data with file';
$strReplication = 'Replication';
$strReset = 'Reset';
$strResourceLimits = 'Resource limits';
$strReType = 'Re-type';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRevoke = 'Revoke';
$strRomanian = 'Romanian';
$strRowLength = 'Row length';
$strRowsFrom = 'row(s) starting from record #';
$strRowSize = ' Row size ';
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells';
$strRowsModeVertical = 'vertical';
$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';
 
$strSaveOnServer = 'Save on server in %s directory';
$strSave = 'Save';
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';
$strSearchFormTitle = 'Search in database';
$strSearchInTables = 'Inside table(s):';
$strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';
$strSearchOption1 = 'at least one of the words';
$strSearchOption2 = 'all words';
$strSearchOption3 = 'the exact phrase';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';
$strSearch = 'Search';
$strSearchType = 'Find:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Please select a database';
$strSelectAll = 'Select All';
$strSelectBinaryLog = 'Select binary log to view';
$strSelectFields = 'Select fields (at least one):';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'Save as file';
$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';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings';
$strServerVersion = 'Server version';
$strSessionValue = 'Session value';
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShowAll = 'Show all';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Show Full Queries';
$strShowGrid = 'Show grid';
$strShowingBookmark = 'Showing bookmark';
$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';
$strSplitWordsWithSpace = 'Words are separated by a space character (" ").';
$strSQLExportCompatibility = 'SQL export compatibility';
$strSQLExportType = 'Export type';
$strSQLImportOptions = 'SQL options';
$strSQLOptions = 'SQL options';
$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 query';
$strSQLResult = 'SQL result';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Unclosed quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strStatCheckTime = 'Last check';
$strStatCreateTime = 'Creation';
$strStatement = 'Statements';
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.';
$strStatUpdateTime = 'Last update';
$strStatus = 'Status';
$strStorageEngines = 'Storage Engines';
$strStorageEngine = 'Storage Engine';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure and data';
$strStrucDrop = 'Add DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel';
$strStrucNativeExcel = 'Native MS Excel format';
$strStrucOnly = 'Structure only';
$strStructPropose = 'Propose table structure';
$strStructure = 'Structure';
$strSubmit = 'Submit';
$strSuccess = 'Your SQL query has been executed successfully';
$strSum = 'Sum';
$strSwedish = 'Swedish';
$strSwitchToDatabase = 'Switch to copied database';
$strSwitchToTable = 'Switch to copied table';
 
$strTableAlreadyExists = 'Table %s already exists!';
$strTableComments = 'Table comments';
$strTableEmpty = 'The table name is empty!';
$strTableHasBeenDropped = 'Table %s has been dropped';
$strTableHasBeenEmptied = 'Table %s has been emptied';
$strTableHasBeenFlushed = 'Table %s has been flushed';
$strTableMaintenance = 'Table maintenance';
$strTableOfContents = 'Table of contents';
$strTableOptions = 'Table options';
$strTables = '%s table(s)';
$strTableStructure = 'Table structure for table';
$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';
$strThemeDefaultNotFound = 'Default theme %s not found!';
$strThemeNoPreviewAvailable = 'No preview available.';
$strThemeNotFound = 'Theme %s not found!';
$strThemeNoValidImgPath = 'No valid image path for theme %s found!';
$strThemePathNotFound = 'Theme path not found for theme %s!';
$strTheme = 'Theme / Style';
$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';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Traditional Chinese';
$strTraditionalSpanish = 'Traditional Spanish';
$strTraffic = 'Traffic';
$strTransactionCoordinator = 'Transaction coordinator';
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.';
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.';
$strTransformation_image_jpeg__link = 'Displays a link to download this image.';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).';
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.';
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.';
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.';
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Turkish';
$strType = 'Type';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Uncheck All';
$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';
$strUpdComTab = 'Please see the documentation on how to update your column_comments table';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.';
$strUsage = 'Usage';
$strUseBackquotes = 'Enclose table and field names with backquotes';
$strUsedPhpExtensions = 'Used PHP extensions';
$strUseHostTable = 'Use Host Table';
$strUserAlreadyExists = 'The user %s already exists!';
$strUserEmpty = 'The user name is empty!';
$strUserName = 'User name';
$strUserNotFound = 'The selected user was not found in the privilege table.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'The selected users have been deleted successfully.';
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';
$strUser = 'User';
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';
$strUseTables = 'Use Tables';
$strUseTextField = 'Use text field';
$strUseThisValue = 'Use this value';
 
$strValidateSQL = 'Validate SQL';
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.';
$strValue = 'Value';
$strVar = 'Variable';
$strVersionInformation = 'Version information';
$strViewDumpDatabases = 'View dump (schema) of databases';
$strViewDumpDB = 'View dump (schema) of database';
$strViewDump = 'View dump (schema) of table';
$strViewHasBeenDropped = 'View %s has been dropped';
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.';
$strView = 'View';
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';
$strWebServerUploadDirectory = 'web server upload directory';
$strWelcome = 'Welcome to %s';
$strWestEuropean = 'West European';
$strWildcard = 'wildcard';
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.';
$strWithChecked = 'With selected:';
$strWriteRequests = 'Write requests';
$strWritingCommentNotPossible = 'Writing of comment not possible';
$strWritingRelationNotPossible = 'Writing of relation not possible';
$strWrongUser = 'Wrong username/password. Access denied.';
 
$strXML = 'XML';
 
$strYes = 'Yes';
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.';
$strZip = '"zipped"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/estonian-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: estonian-iso-8859-1.inc.php,v 2.126.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Püh', 'Esm', 'Tei', 'Kol', 'Nel', 'Ree', 'Lau');
$month = array('Jan', 'Veb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Det');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y kell %H:%M:%S';
$timespanfmt = '%s päeva, %s tundi, %s minutit ja %s sekundit';
 
$strAbortedClients = 'Katkestatud';
$strAbsolutePathToDocSqlDir = 'Palun sisestage absoluutne tee webiserveris docSQL kataloogini';
$strAccessDeniedExplanation = 'phpMyAdmin proovis ühenduda MySQL serveriga ja server lükkas ühenduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori käest.';
$strAccessDenied = 'Ligipääs keelatud';
$strAction = 'Tegevus';
$strAddAutoIncrement = 'Lisa AUTO_INCREMENT väärtus';
$strAddConstraints = 'Lisa piirangud';
$strAddDeleteColumn = 'Lisa/Kustuta välja veerud';
$strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida';
$strAddDropDatabase = 'Lisa DROP DATABASE';
$strAddedColumnComment = 'Kommentaar lisatud väljale';
$strAddedColumnRelation = 'Sõltuvus lisatud väljale';
$strAddFields = 'Lisa %s väli(jad)';
$strAddHeaderComment = 'Lisa vaba kommentaar päisesse (\\n eraldab read)';
$strAddIfNotExists = 'Lisa IF NOT EXISTS';
$strAddIntoComments = 'Lisa kommentaaridesse';
$strAddNewField = 'Lisa uus väli';
$strAddPrivilegesOnDb = 'Lisa privileegid antud andmebaasile';
$strAddPrivilegesOnTbl = 'Lisa privileegid antud tabelile';
$strAddSearchConditions = 'Lisa otsinguparameetrid ("WHERE" lause sisu):';
$strAddToIndex = 'Lisa indeksisse &nbsp;%s&nbsp;rida/read';
$strAddUser = 'Lisa uus kasutaja';
$strAddUserMessage = 'Te lisasite uue kasutaja.';
$strAdministration = 'Administreerimine';
$strAffectedRows = 'Mõjutatud read:';
$strAfterInsertBack = 'Mine eelmisele lehele tagasi';
$strAfterInsertNewInsert = 'Lisa järgmine uus rida';
$strAfterInsertNext = 'Muuda järgmist rida';
$strAfterInsertSame = 'Mine tagasi sellele lehele';
$strAfter = 'Peale %s';
$strAll = 'Kõik';
$strAllowInterrupt = 'Luba katkestada Import juhul kui skript leiab et ajalimiit on ületamisel. See võib olla hea viis suurte failide importimisel, kuigi võib katkestada ülekanded.';
$strAllTableSameWidth = 'kuva kõik tabelid sama laiusega?';
$strAlterOrderBy = 'Muuda tabeli sorteeringut';
$strAnalyzeTable = 'Analüüsi tabelit';
$strAnd = 'ja';
$strAndThen = 'ja siis';
$strAnIndex = 'Indeks lisati %s';
$strAnyHost = 'Kõik masinad';
$strAny = 'kõik';
$strAnyUser = 'Kõik kasutajad';
$strApproximateCount = 'Võib olla umbkaudne. Vaadake FAQ 3.11';
$strAPrimaryKey = 'Primaarne võti lisati %s';
$strArabic = 'Araabia';
$strArmenian = 'Armeenia';
$strAscending = 'Kasvav';
$strAtBeginningOfTable = 'Tabeli algusesse';
$strAtEndOfTable = 'Tabeli lõppu';
$strAttr = 'Parameetrid';
$strAutodetect = 'Automaatne tuvastus';
$strAutomaticLayout = 'Automaatne väljund';
 
$strBack = 'Tagasi';
$strBaltic = 'Balti';
$strBeginCut = 'ALUSTA LÕIGET';
$strBeginRaw = 'ALUSTA PUHAST';
$strBinary = 'Binaarne';
$strBinaryDoNotEdit = 'Binaarne - ärge muutke';
$strBinaryLog = 'Binaarne logi';
$strBinLogEventType = 'Sündmuse tüüp';
$strBinLogInfo = 'Informatsioon';
$strBinLogName = 'Logi nimi';
$strBinLogOriginalPosition = 'Originaal positioon';
$strBinLogPosition = 'Positsioon';
$strBinLogServerId = 'Serveri ID';
$strBookmarkAllUsers = 'Anna kõikidele kasutajatele juurdepääs sellele järjehodjale';
$strBookmarkCreated = 'Järjehoidja %s loodud';
$strBookmarkDeleted = 'Järjehodja kustutati.';
$strBookmarkLabel = 'Nimetus';
$strBookmarkQuery = 'Järjehodjaga SQL päring';
$strBookmarkReplace = 'Kirjuta samanimeline järjehoidja üle';
$strBookmarkThis = 'Lisa see SQL päring järjehoidjasse';
$strBookmarkView = 'Vaata ainult';
$strBrowseForeignValues = 'Vaata väliseid väärtuseid';
$strBrowse = 'Vaata';
$strBufferPoolActivity = 'Puhverdusala aktiivsus';
$strBufferPool = 'Puhverdusala';
$strBufferPoolUsage = 'Puhverdusala kasutamine';
$strBufferReadMissesInPercent = 'Lugemis vigasid %';
$strBufferReadMisses = 'Lugemis vigasid';
$strBufferWriteWaitsInPercent = 'Kirjutamine ootab %';
$strBufferWriteWaits = 'Kirjutamine ootab';
$strBulgarian = 'Bulgaaria';
$strBusyPages = 'Hõivatud lehed';
$strBzError = 'phpMyAdmin ei suutnud pakkida seda andmebaasiväljundit kuna Bz2 moodul on vigane selles PHP versioonis. Me soovitame tungivalt oma phpMyAdmini konfiguratsioonifailis panna lipu <code>$cfg[\'BZipDump\']</code> väärtuseks <code>FALSE</code>. Kui te soovite kasutada Bz2 pakkimist peaksite te oma PHP versiooni uuendama viimasele versioonile. Lugege PHP vea %s raportit täpsemaks infoks.';
$strBzip = '"bzipitud"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Pole võimalik Importida mooduleid (plugins), palun kontrolli seadeid!';
$strCannotLogin = 'Eei suuda MySQL serverisse logida';
$strCantLoad = 'ei suutnud lugeda moodulit %s,<br />palun kontrollige PHP konfiguratsiooni';
$strCantLoadRecodeIconv = 'Ei suuda lugeda iconv või recode moodulit mida on vaja tähetabeli konvertimiseks, konfigureerige PHP-d nii, et see sisaldaks antud mooduleid või keelake tähetabeli konvertimine phpMyAdminis.';
$strCantRenameIdxToPrimary = 'Ei suuda muuta indeksit PRIMAARSEKS!';
$strCantUseRecodeIconv = 'Ei suuda kasutada iconv-d või libiconvi või recode_string funktsiooni kuigi moodul on installitud Kontrollige oma PHP konfiguratsiooni.';
$strCardinality = 'Kasulikkus';
$strCaseInsensitive = 'tõstutundetu';
$strCaseSensitive = 'tõstutundlik';
$strCentralEuropean = 'Kesk-Euroopa';
$strChangeCopyModeCopy = '... hoia vana alles.';
$strChangeCopyModeDeleteAndReload = ' ... kustuta vana kasutajate tabelist ja taaslae privileegid pärast seda.';
$strChangeCopyModeJustDelete = ' ... kustuta vana kasutajate tabelist.';
$strChangeCopyMode = 'Loo uus kasutaja samade privileegidega ja ...';
$strChangeCopyModeRevoke = ' ... kanna kõik aktiivsed privileegid üle vanast ja kustuta see pärast.';
$strChangeCopyUser = 'Vaheta logimisinformatsiooni / Kopeeri kasutaja';
$strChangeDisplay = 'Vali väli mida kuvada';
$strChange = 'Muuda';
$strChangePassword = 'Muuda parooli';
$strCharsetOfFile = 'Faili tähetabel:';
$strCharsetsAndCollations = 'Tähetabelid ja määrangud';
$strCharsets = 'Tähetabelid';
$strCharset = 'Tähetabel';
$strCheckAll = 'Märgista kõik';
$strCheckOverhead = 'Kontrolli ülekulusid';
$strCheckPrivs = 'Kontrollige privileege';
$strCheckPrivsLong = 'Kontrolli privileege andmebaasile &quot;%s&quot;.';
$strCheckTable = 'Kontrolli tabelit';
$strChoosePage = 'Palun valige leht muutmiseks';
$strColComFeat = 'Näitan veeru kommentaare';
$strCollation = 'Määrang';
$strColumnNames = 'Väljade nimed';
$strColumnPrivileges = 'Väli-spetsiifilised privileegid';
$strCommand = 'Käsk';
$strCommentsForTable = 'KOMMENTAARID TABELILE';
$strComments = 'Kommentaarid';
$strCompatibleHashing = 'MySQL&nbsp;4.0-iga ühilduv';
$strCompleteInserts = 'Täispikk INSERT';
$strCompression = 'Pakkimine';
$strCompressionWillBeDetected = 'Imporditava faili pakkimise meetod leitakse automaatselt: %s';
$strConfigDefaultFileError = 'Pole võimalik laadida vaikimisi seadete faili: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei suutnud lugeda Teie konfiguratsioonifaili!<br />See võib juhtuda kui PHP leiab vea selles või PHP ei leia antud faili üles.<br />Palun kutsuge konfiguratsioonifail välja otseselt kasutades linki allpool ja lugege PHP veateadet(eid) mis teile öeldakse. Enamustel juhtudel on kuskilt puudu ülakoma või semikoolon.<br />Kui Teile kuvatakse tühi leht on kõik korras.';
$strConfigureTableCoord = 'Palun seadke koordinaadid tabelile %s';
$strConnectionError = 'Ei saa ühendust: vigased seaded.';
$strConnections = 'Ühendused';
$strConstraintsForDumped = 'Piirangud salvestatud tabelitele';
$strConstraintsForTable = 'Piirangud tabelile';
$strCookiesRequired = 'Küpsised(cookies) peavad alates sellest momendist lubatud olema.';
$strCopyDatabaseOK = 'Andmebaas %s on kopeeritud %s';
$strCopy = 'Kopeeri';
$strCopyTable = 'Kopeeri tabel (andmebaas<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s on kopeeritud andmebaasi %s.';
$strCopyTableSameNames = 'Ei saa tabelit iseendasse kopeerida!';
$strCouldNotKill = 'phpMyAdmin ei suutnud katkestada protsessi %s. Tõenäoliselt on see juba suletud.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE enne kopeerimist';
$strCreateIndex = 'Loo indeks &nbsp;%s&nbsp;väljadest';
$strCreateIndexTopic = 'Loo uus indeks';
$strCreate = 'Loo';
$strCreateNewDatabase = 'Loo uus andmebaas';
$strCreateNewTable = 'Loo uus tabel andmebaasi %s';
$strCreatePage = 'Loo uus leht';
$strCreatePdfFeat = 'PDF-ide tegemine';
$strCreationDates = 'Loo/muuda/kontrolli kuupäevi';
$strCriteria = 'Kriteerium';
$strCroatian = 'Horvaatia';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV seaded';
$strCSVOptions = 'CSV seaded';
$strCyrillic = 'Kirillitsa';
$strCzechSlovak = 'Tsehhi-Slovaki';
$strCzech = 'Tsehhi';
 
$strDanish = 'Taani';
$strData = 'Andmed';
$strDatabase = 'Andmebaas';
$strDatabaseEmpty = 'Andmebaasi nimi on tühi!';
$strDatabaseExportOptions = 'Andmebaasi eksportimise seaded';
$strDatabaseHasBeenDropped = 'Andmebaas %s kustutatud.';
$strDatabaseNoTable = 'See andmebaas ei sisalda tabelit!';
$strDatabases = 'andmebaasid';
$strDatabasesDropped = 'andmebaasid %s kustutati õnnestunult.';
$strDatabasesStats = 'Andmebaaside statistika';
$strDatabasesStatsDisable = 'Keelake statistika';
$strDatabasesStatsEnable = 'Lubage statistika';
$strDatabasesStatsHeavyTraffic = 'Märkus: Lubades siin andmebaasi statistika võite tekitada väga koormava liikuse webiserveri ja MySQL-i vahel.';
$strDataDict = 'Andmesõnastik';
$strDataOnly = 'Ainult andmed';
$strDataPages = 'Lehed andmetega';
$strDBComment = 'Andmebaasi kommentaar: ';
$strDBCopy = 'Kopeeri andmebaas';
$strDBGContextID = 'Sisu ID';
$strDBGContext = 'Sisu';
$strDBGHits = 'Vajutusi';
$strDBGLine = 'Rida';
$strDBGMaxTimeMs = 'Max aeg, ms';
$strDBGMinTimeMs = 'Min aeg, ms';
$strDBGModule = 'Moodul';
$strDBGTimePerHitMs = 'Aeg/vajutus, ms';
$strDBGTotalTimeMs = 'Koguaeg, ms';
$strDbPrivileges = 'Andmebaas-spetsiifilised privileegid';
$strDBRename = 'Nimeta andmebaas ümber';
$strDbSpecific = 'andmebaasipõhine';
$strDefaultEngine = '%s on vaikimisi varundusmootor sellele MySQL serverile.';
$strDefault = 'Vaikimisi';
$strDefaultValueHelp = 'Vaikimisi väärtuse jaoks sisestage lihtsalt üksik väärtus, ilma kaldkriipsudega varjestamata ning jutumärkideta, kasutades järgmist kirjakuju: a';
$strDefragment = 'Defrgamenteeri tabel';
$strDelayedInserts = 'Kasuta ajastatud lisamisi';
$strDeleteAndFlushDescr = 'See on parim tee, kuid privileegide taaslaadimine võib võtta aega.';
$strDeleteAndFlush = 'Kustutage kasutajad ja taaslaadige privileegid pärast seda.';
$strDeleted = 'Rida kustutatud';
$strDeletedRows = 'Kustuta read:';
$strDelete = 'Kustuta';
$strDeleteNoUsersSelected = 'Ühtegi kasutajat pole valitud kustutamiseks!';
$strDeleting = 'Kustutan %s';
$strDelOld = 'Antud lehel on viiteid tabelitele mida enam ei ole. Kas te soovite kustutada need viited?';
$strDescending = 'Kahanev';
$strDescription = 'Kirjeldus';
$strDictionary = 'sõnaraamat';
$strDirtyPages = 'Mustad lehed';
$strDisabled = 'Keelatud';
$strDisableForeignChecks = 'Keela foreign keyde kontroll';
$strDisplayFeat = 'Kuva võimalused';
$strDisplayOrder = 'Näitamise järjekord:';
$strDisplayPDF = 'Näita PDF skeemi';
$strDoAQuery = 'Tee "päring näite järgi" (lühend: "%")';
$strDocu = 'Dokumentatsioon';
$strDoYouReally = 'Kas te tõesti tahate ';
$strDropDatabaseStrongWarning = 'Tähelepanu! Te HÄVITATE kogu andmebaasi!';
$strDrop = 'Kustuta';
$strDropUsersDb = 'Kustuta andmebaasid millel on samad nimed nagu kasutajatel.';
$strDumpingData = 'Tabeli andmete salvestamine';
$strDumpSaved = 'Väljavõte salvestati faili %s.';
$strDumpXRows = 'Päri %s rida alustades reast %s.';
$strDynamic = 'dünaamiline';
 
$strEdit = 'Muuda';
$strEditPDFPages = 'Muuda PDF lehti';
$strEditPrivileges = 'Muuda privileege';
$strEffective = 'Efektiivne';
$strEmptyResultSet = 'MySQL tagastas tühja tulemuse (s.t. null rida).';
$strEmpty = 'Tühjenda';
$strEnabled = 'Lubatud';
$strEncloseInTransaction = 'Lisa eksport ülekandesse';
$strEndCut = 'LÕPETA LÕIGE';
$strEnd = 'Lõpp';
$strEndRaw = 'LÕPETA PUHAS';
$strEngineAvailable = '%s on saadaval selles MySQL serveris.';
$strEngineDisabled = '%s on keelatud selles MySQL serveris.';
$strEngines = 'Mootor';
$strEngineUnsupported = 'See MySQL server ei toeta %s varundusmootorit.';
$strEnglish = 'Inglise';
$strEnglishPrivileges = ' Märkus: MySQL privileegide nimed on ingliskeelsed ';
$strErrorInZipFile = 'Viga ZIP arhiivis:';
$strError = 'Viga';
$strEscapeWildcards = 'Metamärgid _ ja % peaksid olema varjestatud märgiga \, kui soovite neid sisestada';
$strEsperanto = 'Esperanto';
$strEstonian = 'Eesti';
$strExcelEdition = 'Exceli versioon';
$strExcelOptions = 'Excel\'i seaded';
$strExecuteBookmarked = 'Käivita salvestatud päring';
$strExplain = 'Seleta SQL-i';
$strExport = 'Ekspordi';
$strExtendedInserts = 'Laiendatud lisamised';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Ebaõnnestunud üritused';
$strFieldHasBeenDropped = 'Väli %s kustutatud';
$strFieldsEmpty = ' Väljade loetelu on tühi! ';
$strFieldsEnclosedBy = 'Väljad ümbritsetud';
$strFieldsEscapedBy = 'Väljad varjatud';
$strFieldsTerminatedBy = 'Väljad eraldatud';
$strFields = 'Väljade arv';
$strField = 'Väli';
$strFileAlreadyExists = 'Fail %s on juba serveris olemas, muutke faili nime või kontrollige ülekirjutamise seadeid.';
$strFileCouldNotBeRead = 'Faili ei suudetud lugeda';
$strFileNameTemplateDescriptionDatabase = 'andmebaasi nimi';
$strFileNameTemplateDescription = 'Seda väärtust on tõlgendatud kasutades %1$sstrftime%2$s, sa võid kasutada sama aja(time) formaati. Lisaks tulevad ka järgnevad muudatused: %3$s. Ülejäänud teks jääb nii nagu ta on.';
$strFileNameTemplateDescriptionServer = 'serveri nimi';
$strFileNameTemplateDescriptionTable = 'tabeli nimi';
$strFileNameTemplate = 'Faili nime template';
$strFileNameTemplateRemember = 'jäta template meelde';
$strFileToImport = 'Imporditav Fail';
$strFixed = 'parandatud';
$strFlushPrivilegesNote = 'Märkus: phpMyAdmin võtab kasutajate privileegid otse MySQL privileges tabelist. Tabeli sisu võib erineda sellest, mida server hetkel kasutab, seda juhul kui olete käsitsi muudatusi teinud. Sellisel juhul peaksite te privileegid %staaslaadima%s enne jätkamist.';
$strFlushQueryCache = 'Tühjenda päringute vahemälu';
$strFlushTables = 'Tühjenda (sulge) kõik tabelid';
$strFlushTable = 'Ühtlusta tabelid ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Puuduv väärtus vormis !';
$strFreePages = 'Vabad lehed';
$strFullText = 'Täistekstid';
$strFunction = 'Funktsioon';
 
$strGenBy = 'Genereerija ';
$strGeneralRelationFeat = 'Peamised seoste võimalused';
$strGenerate = 'Genereeri';
$strGeneratePassword = 'Genereeri parool';
$strGenTime = 'Tegemisaeg';
$strGeorgian = 'Gruusia';
$strGerman = 'Saksa';
$strGlobal = 'globaalne';
$strGlobalPrivileges = 'Globaalsed privileegid';
$strGlobalValue = 'Üldine väärtus';
$strGo = 'Mine';
$strGrantOption = 'Õigused';
$strGreek = 'Kreeka';
$strGzip = '"gzipitud"';
 
$strHandler = 'Töötleja';
$strHasBeenAltered = 'on muudetud.';
$strHasBeenCreated = 'on loodud.';
$strHaveToShow = 'Te peate valima vähemalt ühe veeru kuvamiseks';
$strHebrew = 'Heebrea';
$strHexForBinary = 'Kasuta 16nd koodi binaarväljades';
$strHome = 'Esileht';
$strHomepageOfficial = 'Ametlik phpMyAdmini koduleht';
$strHostEmpty = 'Masin on tühi!';
$strHost = 'Masin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ekspordi seaded';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ekspordi seaded';
$strHungarian = 'Ungari';
 
$strIcelandic = 'Islandi';
$strId = 'ID';
$strIdxFulltext = 'Täistekst';
$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnore = 'Ignoreeri';
$strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi';
$strIgnoringFile = 'Jätan vahele faili %s';
$strImportDocSQL = 'docSQL failide importimine';
$strImportFiles = 'Importige failid';
$strImportFormat = 'Imporditud faili formaat';
$strImport = 'Import';
$strIndexes = 'Indeksid';
$strIndexHasBeenDropped = 'Indeks %s kustutatud';
$strIndex = 'Indeks';
$strIndexName = 'Indeksi nimi&nbsp;:';
$strIndexType = 'Indeksi tüüp&nbsp;:';
$strIndexWarningMultiple = 'Rohkem kui üks %s võti loodi väljale `%s`';
$strIndexWarningPrimary = 'PRIMARY ja INDEX võtmed ei tohiks mõlemad olla määratud väljale `%s`';
$strIndexWarningTable = 'Probleemid tabeli `%s` indeksitega';
$strIndexWarningUnique = 'UNIQUE ja INDEX ei tohiks mõlemad olla määratud väljale `%s`';
$strInnoDBAutoextendIncrement = 'Automaatne suurenduse laiendus';
$strInnoDBAutoextendIncrementDesc = ' Automaatselt suurenev suurus mis lisatakse automaatselt suurenevale tabeliruumile kui see täitub.';
$strInnoDBBufferPoolSizeDesc = 'Mälupuhvri suurus mida InnoDB kasutab oma andmete ja indeksite puhverdamiseks.';
$strInnoDBBufferPoolSize = 'Puhverdusala suurus';
$strInnoDBDataFilePath = 'Andmefailid';
$strInnoDBDataHomeDir = 'Andmete kodukataloog';
$strInnoDBDataHomeDirDesc = 'Ühine kataloogi nimeosa kõigi InnoDB andmefailide jaoks.';
$strInnoDBPages = 'lehti';
$strInnodbStat = 'InnoDB staatus';
$strInsecureMySQL = 'Teie konfiguratsioonifail sisaldab seadeid (root kasutaja ilma paroolita) mis vastab MySQL-i vaikimisi priviligeeritud kasutajale. Kui Teie MySQL-i server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see turvaauk kiiresti parandada.';
$strInsertAsNewRow = 'Lisa uue reana';
$strInsertedRowId = 'Lisatud rea id:';
$strInsertedRows = 'Lisatud read:';
$strInsert = 'Lisa';
$strInsertNewRow = 'Lisa uus rida';
$strInternalNotNecessary = '* Sisene seos ei ole vajalik kui ta eksisteerib ka InnoDB-s.';
$strInternalRelations = 'Sisesed seosed';
$strInUse = 'kasutusel';
$strInvalidAuthMethod = 'Vigane autoriseerimise meetod konfiguratsioonifailis:';
$strInvalidColumnCount = 'Veergude arv peab olema nullist suurem.';
$strInvalidColumn = 'Vigased välja veerud (%s) valitud!';
$strInvalidCSVParameter = 'Vigane parameeter CSV importimisel: %s';
$strInvalidFieldAddCount = 'Peate lisama vähemalt ühe välja.';
$strInvalidFieldCount = 'Tabelil peab olema vähemalt üks väli.';
$strInvalidLDIImport = 'See plugin ei toeta pakitud importe!';
$strInvalidRowNumber = '%d ei ole õige reanumber.';
$strInvalidServerHostname = 'Vigane hostname serverile %1$s. Palun kontrolli seadeid.';
$strInvalidServerIndex = 'Vigane serveri indeks: "%s"';
 
$strJapanese = 'Jaapani';
$strJoins = 'Liited';
$strJumpToDB = 'Hüppa andmebaasile &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Kustutatud&quot; kasutajad võivad ikka veel ligi pääseda serverile, kuni privileegid pole uuesti sisse loetud.';
$strJustDelete = 'Lihtsalt kustutage kasutajad privilege tabelist.';
 
$strKeepPass = 'Ärge muutke parooli';
$strKeyCache = 'Võtme vahemälu';
$strKeyname = 'Võtme nimi';
$strKill = 'Tapa';
$strKorean = 'Korea';
 
$strLandscape = 'Laipilt';
$strLanguageFileNotFound = 'Ei leia keele fail "%1$s" .';
$strLanguageUnknown = 'Tundmatu keel: %1$s.';
$strLatchedPages = 'Lukustatud lehed';
$strLatexCaption = 'Tabeli seletus';
$strLatexContent = 'Tabeli __TABLE__ sisu';
$strLatexContinuedCaption = 'Jätkuva tabeli seletus';
$strLatexContinued = '(jätkub)';
$strLatexIncludeCaption = 'Lisa tabeli seletus';
$strLatexLabel = 'Nimetuse võti';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX\'i seaded';
$strLatexStructure = 'Tabeli __TABLE__ struktuur';
$strLatvian = 'Läti';
$strLDI = 'CSV kasutades LOAD DATA';
$strLDIImportOptions = 'Seaded CSV impordiks kasutades LOAD DATA';
$strLDILocal = 'kasuta LOCAL võtmesõna';
$strLengthSet = 'Pikkus/Väärtused*';
$strLimitNumRows = 'Ridade arv lehel';
$strLinesTerminatedBy = 'Read lõpetatud';
$strLinkNotFound = 'Linki ei leitud';
$strLinksTo = 'Lingib ';
$strLithuanian = 'Leedu';
$strLocalhost = 'Lokaalne';
$strLocationTextfile = 'tekstifaili asukoht';
$strLoginInformation = 'Logimise informatsioon';
$strLogin = 'Sisselogimine';
$strLogout = 'Logi välja';
$strLogPassword = 'Parool:';
$strLogServer = 'Server';
$strLogUsername = 'Kasutajanimi:';
$strLongOperation = 'See tegevus võib võtta kaua aega. Jätkan?';
 
$strMaxConnects = 'maks. parallel ühendusi';
$strMaximalQueryLength = 'Loodud päringu maksimaalne pikkus';
$strMaximumSize = 'Maksimaalne suurus: %s%s';
$strMbExtensionMissing = 'Ei leitud mbstring PHP lisa ja tundub, et te kasutate mitmebaidilist tähetabelit. Ilma mbstring lisata ei suuda phpMyAdmin poolitada teksti korrektselt ja tulemus võib olla ootustele mittevastav.';
$strMbOverloadWarning = 'Te olete lubanud mbstring.func_overload oma PHP konfiguratsioonis. See seade ei ühildu phpMyAdminiga ja võib osade andmete kadumist põhjustada!';
$strMIME_available_mime = 'Olemasolevad MIME-tüübid';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Kirjeldus';
$strMIME_MIMEtype = 'MIME-tüüp';
$strMIME_nodescription = 'Selle transformatsiooni jaoks ei ole kirjeldust.<br />Palun küsige autorilt, mida %s teeb.';
$strMIME_transformation = 'Browseri transformatsioon';
$strMIME_transformation_note = 'Transformatsiooni võimaluste ja tema MIME-tüübi transformatsiooni nimekirjaks vajutage %stransformatsiooni kirjeldusele%s';
$strMIME_transformation_options_note = 'Palun sisestage transformatsiooniks vajalikud väärtused, kasutades järgmist formaati: \'a\',\'b\',\'c\'...<br />Kui teil on vaja edastada kaldkriips ("\") või ülakoma ("\'") nende väärtuste seas, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strMIME_transformation_options = 'Transformeerimise seaded';
$strMIMETypesForTable = 'MIME TÜÜBID TABELILE';
$strMIME_without = 'MIME-tüübid kursiivis ei oma eraldi transofrmatsiooni funktsiooni';
$strModifications = 'Muutused salvestatud';
$strModifyIndexTopic = 'Muuda indeksit';
$strModify = 'Muuda';
$strMoveTableOK = 'Tabel %s viidu üle andmebaasi %s.';
$strMoveTableSameNames = 'Ei saa tabelit iseendasse liigutada!';
$strMoveTable = 'Vii tabel üle (andmebaas<b>.</b>tabel):';
$strMultilingual = 'mitmekeelne';
$strMyISAMDataPointerSize = 'Andmeviida suurus';
$strMyISAMDataPointerSizeDesc = 'Vaikimisi viida suurus baitides, mida kasutatakse CREATE TABLE käsuga MyISAM tabelite jaoks kui MAX_ROWS seade on määramata.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Kui ajutine fail mida kasutatakse kiire MyISAM indeksi loomiseks on suurem kui kasutada siin määratud võtmecache suurust, siis eelistage võtmecache meetodit.';
$strMyISAMMaxExtraSortFileSize = 'Maksimaalne failisuurus ajutiste failide jaoks indeksi genereerimisel';
$strMyISAMMaxSortFileSizeDesc = 'Maksimaalne failisuurus MySQL-i ajutise faili jaoks mida kasutatakse MyISAM indeksi uuesti genereerimiseks (REPAIR TABLE, ALTER TABLE või LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimaalne suurus ajutiste sorteeringufailide jaoks';
$strMyISAMRecoverOptions = 'Automaatne taastamine';
$strMyISAMRecoverOptionsDesc = 'Automaatne taastamine purunenud MyISAM tabelitele, aktiveeritakse võtmega --myisam-recover serveri käivitamisel.';
$strMyISAMRepairThreadsDesc = 'Kui see väärtus on suurem kui 1 siis MyISAM tabeli indeksid luuakse paralleelselt (iga indeks oma lõimus) sorteerimise teel parandamise ajal.';
$strMyISAMRepairThreads = 'Paranda lõimud';
$strMyISAMSortBufferSizeDesc = 'Puhver mis hõivatakse kui sorteeritakse MyISAM indekseid REPAIR TABLE ajal või kui luuakse indekseid CREATE INDEX või ALTER TABLE käskudega.';
$strMyISAMSortBufferSize = 'Sordi puhvri suurus';
$strMySQLCharset = 'MySQLi tähetabel';
$strMysqlClientVersion = 'MySQL kliendi versioon';
$strMySQLConnectionCollation = 'MySQL ühenduse kollatsioon';
$strMySQLSaid = 'MySQL ütles: ';
$strMySQLShowProcess = 'Näita protsesse';
$strMySQLShowStatus = 'Näita MySQL-i jooksvat informatsiooni';
$strMySQLShowVars = 'Näita MySQL süsteemseid muutujaid';
 
$strName = 'Nimi';
$strNext = 'Järgmine';
$strNoActivity = 'Ebaaktiivne %s sekundit või rohkem, palun sisenege uuesti';
$strNoDatabases = 'Pole andmebaase';
$strNoDatabasesSelected = 'Ühtegi andmebaasi ei ole valitud.';
$strNoDescription = 'pole kirjeldust';
$strNoDetailsForEngine = 'Detailne seisuinformatsioon antud varundusmootori kohta puudub.';
$strNoDropDatabases = '"DROP DATABASE" käsud keelatud.';
$strNo = 'Ei';
$strNoExplain = 'Jäta SQL-i seletamine vahele';
$strNoFilesFoundInZip = 'Ei leidnud ühtegi faili ZIP arhiivist!';
$strNoFrames = 'phpMyAdmin on sõbralikum <b>frame toetava</b> browseriga.';
$strNoIndex = 'Indeksit pole defineeritud!';
$strNoIndexPartsDefined = 'Indeksi osad pole defineeritud!';
$strNoModification = 'Ei muudetud';
$strNone = 'Pole';
$strNoOptions = 'Sellel formaadil pole seadeid';
$strNoPassword = 'Ilma paroolita';
$strNoPermission = 'Webiserver ei oma õigusi , et salvestada fail %s.';
$strNoPhp = 'ilma PHP koodita';
$strNoPrivileges = 'Ei oma ühtegi privileegi';
$strNoRights = 'Teil pole piisavalt õigusi, et hetkel siin olla!';
$strNoRowsSelected = 'Ridu pole valitud';
$strNoSpace = 'Liiga vähe kettaruumi, et salvestada fail %s.';
$strNoTablesFound = 'Andmebaasist ei leitud tabeleid.';
$strNoThemeSupport = 'Teemade tugi puudub, palun kontrollige oma seadeid ja/või oma teemade kataloogi %s.';
$strNothingToImport = 'Te ei sisestanud andmeid Importimiseks!';
$strNotNumber = 'See pole number!';
$strNotOK = 'Ei ole korras';
$strNotSet = '<b>%s</b> tabelit ei leitud või ei eksisteeri %s';
$strNoUsersFound = 'Ei leitud ühtegi kasutajat.';
$strNoValidateSQL = 'Jäta SQL-i kontroll vahele';
$strNull = 'Null';
$strNumberOfFields = 'Väljade arv';
$strNumSearchResultsInTable = '%s vaste(t) tabelis <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kokku:</b> <i>%s</i> vaste(t)';
$strNumTables = 'Tabelid';
 
$strOK = 'Korras';
$strOpenNewWindow = 'Ava uus phpMyAdmin aken';
$strOperations = 'Tegevused';
$strOperator = 'Operaator';
$strOptimizeTable = 'Optimiseeri tabelit';
$strOr = 'või';
$strOverhead = 'Ülejääv';
$strOverwriteExisting = 'Kirjuta olemasolev(ad) fail(id) üle';
 
$strPageNumber = 'Lehenumber:';
$strPagesToBeFlushed = 'Lehed ühtlustamiseks';
$strPaperSize = 'Paberi suurus';
$strPartialImport = 'Osaline import';
$strPartialText = 'Lühendatud tekstid';
$strPasswordChanged = 'Kasutaja %s parool vahetati õnnestunult.';
$strPasswordEmpty = 'Parool on tühi!';
$strPasswordHashing = 'Parooli tärkimine';
$strPasswordNotSame = 'Paroolid ei ühti!';
$strPassword = 'Parool';
$strPdfDbSchema = 'Andmebaasi "%s" skeem - lehekülg %s';
$strPdfInvalidTblName = '"%s" tabel ei eksisteeri!';
$strPdfNoTables = 'Pole tabeleid';
$strPDFOptions = 'PDF seaded';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raporti pealkiri';
$strPerHour = 'tunni kohta';
$strPerMinute = 'minutis';
$strPerSecond = 'sekundis';
$strPersian = 'Pärsia';
$strPhoneBook = 'telefoniraamat';
$strPHP40203 = 'Te kasutate PHP 4.2.3, milles on tõsine viga mitmebaidiste tekstidega (mbstring). Vaadake PHP vearaportit 19404. Seda PHP versiooni ei soovitata kasutada phpMyAdminiga.';
$strPhp = 'Loo PHP kood';
$strPHPVersion = 'PHP versioon';
$strPmaDocumentation = 'phpMyAdmini dokumentatsioon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> konstant peab teie konfiguratsioonifailis määratud olema!';
$strPolish = 'Poola';
$strPortrait = 'Portreepilt';
$strPos1 = 'Algus';
$strPrevious = 'Eelmine';
$strPrimaryKeyHasBeenDropped = 'Primaarne võti kustutatud';
$strPrimaryKeyName = 'Primaarse võtme nimi peab olema... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>peab</b> olema ja <b>ainult</b> olema primaarse võtme nimi!)';
$strPrimary = 'Primaarne';
$strPrint = 'Prindi';
$strPrintViewFull = 'Trükivaade (täispikkade tekstidega)';
$strPrintView = 'Trükivaade';
$strPrivDescAllPrivileges = 'Sisaldab kõiki privileege peale GRANT.';
$strPrivDescAlter = 'Lubab muuta olemasolevate tabelite struktuure.';
$strPrivDescAlterRoutine = 'Lubabu salvestatud rutiinide muutmise ja kustutamise.';
$strPrivDescCreateDb = 'Lubab luua uusi andmebaase ja tabeleid.';
$strPrivDescCreateRoutine = 'Lubab salvestatud rutiinide loomise.';
$strPrivDescCreateTbl = 'Lubab luua uusi tabeleid.';
$strPrivDescCreateTmpTable = 'Lubab luua ajutisi tabeleid.';
$strPrivDescCreateUser = 'Lubab kasutajakontode loomise, kustutamise ja muutmise.';
$strPrivDescCreateView = 'Lubab uute vaadete loomist.';
$strPrivDescDelete = 'Lubab kustutada infot.';
$strPrivDescDropDb = 'Lubab kustuada andmebaase ja tabeleid.';
$strPrivDescDropTbl = 'Lubab kustutada tabeleid..';
$strPrivDescExecute5 = 'Lubab salvestatud rutiinide käivituse.';
$strPrivDescExecute = 'Lubab käivitada salvestatud protseduure; Ei oma mingit effekti antud MySQL versioonis.';
$strPrivDescFile = 'Lubab andmete eksportimist faili ja andmete importimist failidest.';
$strPrivDescGrant = 'Lubab lisada kasutajaid ja privileege ilma privileges tabelit taaskäivitamata.';
$strPrivDescIndex = 'Lubab luua ja kustutada indekseid.';
$strPrivDescInsert = 'Lubab lisada ja muuta infot.';
$strPrivDescLockTables = 'Lubab lukustada tabeleid aktiivse päringu tarbeks.';
$strPrivDescMaxConnections = 'Limiteerib ühenduste arvu tunnis kasutaja jaoks.';
$strPrivDescMaxQuestions = 'Limiteerib päringute arvu tunnis kasutaja jaoks.';
$strPrivDescMaxUpdates = 'Limiteerib käskude, mis muudavad suvalist tabelit või andmebaasi, arvu tunnis kasutaja jaoks';
$strPrivDescMaxUserConnections = 'Piirab ühenduste arvu mida kasutajal võib korraga olla.';
$strPrivDescProcess3 = 'Lubab tappa kasutajate protsesse.';
$strPrivDescProcess4 = 'Lubab vaadata täielikult päringuid protsessitabelis.';
$strPrivDescReferences = 'Ei oma antud MySQL versioonis mingit effekti.';
$strPrivDescReload = 'Lubab taaslaadida serveri seadmeid ja puhastada serveri cachet.';
$strPrivDescReplClient = 'Lubab kasutajal küsida kus on slaved/masterid.';
$strPrivDescReplSlave = 'Vajalik slavede paljundamiseks.';
$strPrivDescSelect = 'Lubab lugeda infot.';
$strPrivDescShowDb = 'Annab ligipääsu kogu andmebaasilistingule.';
$strPrivDescShowView = 'Lubab SHOW CREATE VIEW päringute käivitamise.';
$strPrivDescShutdown = 'Lubab serverit maha lasta.';
$strPrivDescSuper = 'Lubab ühenduda, isegi kui maksimaalne ühenduste arv on saavutatud; Vajalik enamike administratiivsete operatsioonide jaoks, nagu globaalsete muutujate seadmine või teiste kasutajate ühenduste tapmine.';
$strPrivDescUpdate = 'Lubab muuta infot.';
$strPrivDescUsage = 'Mitte ühtegi privileegi.';
$strPrivileges = 'Privileegid';
$strPrivilegesReloaded = 'Privileegid taaslaeti edukalt.';
$strProcesslist = 'Protsessinimekiri';
$strProtocolVersion = 'Protokolli versioon';
$strPutColNames = 'Pange väljade nimed esimesse ritta';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Päring näite järgi';
$strQueryCache = 'Päringute vahemälu';
$strQueryFrame = 'Päringuaken';
$strQueryOnDb = 'SQL-päring andmebaasist <b>%s</b>:';
$strQuerySQLHistory = 'SQL-ajalugu';
$strQueryStatistics = '<b>Päringu statistika</b>: Alates stardist, %s päringut on saadetud serverile.';
$strQueryTime = 'Päring kestis %01.4f sek';
$strQueryType = 'Päringu tüüp';
$strQueryWindowLock = 'Antud päringut mitte muuta väljaspool akent.';
 
$strReadRequests = 'Pöördumised lugemiseks';
$strReceived = 'Saadud';
$strRecords = 'Kirjeid';
$strReferentialIntegrity = 'Kontrolli pärinevust:';
$strRefresh = 'Uuenda';
$strRelationalSchema = 'Seoseskeem';
$strRelationNotWorking = 'Lisavõimalused töötamiseks lingitud tabelitega on deaktiveeritud. Et lugeda miks see nii on, vajutage %ssiia%s.';
$strRelationsForTable = 'SEOSED TABELILE';
$strRelations = 'Suhted';
$strRelationView = 'Pärinevuse vaade';
$strReloadingThePrivileges = 'Taaslaen privileege';
$strReloadMySQL = 'Taaslae MySQL';
$strRemoveSelectedUsers = 'Eemalda valitud kasutajad';
$strRenameDatabaseOK = 'Andmebaas %s on ümber nimetatud %s';
$strRenameTable = 'Nimeta tabel ümber';
$strRenameTableOK = 'Tabel %s on ümber nimetatud %s';
$strRepairTable = 'Paranda tabelit';
$strReplaceNULLBy = 'Asenda NULL ';
$strReplaceTable = 'Asenda tabeli andmed failiga';
$strReplication = 'Tiražeerimine';
$strReset = 'Tühista';
$strResourceLimits = 'Ressursilimiidid';
$strReType = 'Sisesta uuesti';
$strRevokeAndDeleteDescr = 'Kasutajatel on ikka veel USAGE privileeg, kuni privileegid pole taaslaetud.';
$strRevokeAndDelete = 'Eemalda kõik aktiivsed privileegid kasutajatelt ning kustuta nad pärast seda.';
$strRevokeMessage = 'Te võtsite tagasi privileegid %s-lt';
$strRevoke = 'Võta tagasi';
$strRomanian = 'Rumeenia';
$strRowLength = 'Rea pikkus';
$strRowsFrom = 'read alates';
$strRowSize = ' rea suurus ';
$strRowsModeFlippedHorizontal = 'horisontaalne (pööratud päis)';
$strRowsModeHorizontal = 'horisontaalselt';
$strRowsModeOptions = 'näita %s and korda pealkirju iga %s järel';
$strRowsModeVertical = 'vertikaalselt';
$strRows = 'Ridu';
$strRowsStatistic = 'Rea statistika';
$strRunning = 'jookseb masinas %s';
$strRunQuery = 'Lae päring';
$strRunSQLQueryOnServer = 'Käivita SQL käsk/käsud Masinas %s';
$strRunSQLQuery = 'Päri SQL päring(uid) andmebaasist %s';
$strRussian = 'Vene';
 
$strSaveOnServer = 'Salvestage serverisse kataloogi %s';
$strSave = 'Salvesta';
$strScaleFactorSmall = 'Skalaarfaktor on liiga väike, et skeem mahuks ühele lehele.';
$strSearchFormTitle = 'Otsi andmebaasist';
$strSearchInTables = 'Otsi tabeli(te)st:';
$strSearchNeedle = 'Sõna(d) või väärtus(ed) otsinguks (lühend: "%"):';
$strSearchOption1 = 'vähemalt üks sõnadest';
$strSearchOption2 = 'kõik sõnadest';
$strSearchOption3 = 'täpne fraas';
$strSearchOption4 = 'regulaaravaldisena';
$strSearch = 'Otsi';
$strSearchResultsFor = 'Otsingu tulemused "<i>%s</i>" %s:';
$strSearchType = 'Leia:';
$strSecretRequired = 'Konfiguratsioonifail nõuab nüüd salajast võtmesõna (blowfish_secret).';
$strSelectADb = 'Valige andmebaas';
$strSelectAll = 'Märgista kõik';
$strSelectBinaryLog = 'Valige binaarne logi vaatamiseks';
$strSelectFields = 'Vali väljad (vähemalt üks):';
$strSelectNumRows = 'päringus';
$strSelectTables = 'Vali tabelid';
$strSend = 'Salvesta failina';
$strSent = 'Saadetud';
$strServerChoice = 'Serveri valik';
$strServerNotResponding = 'Server ei vasta';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Ajastatud lisamised';
$strServerStatus = 'Jooksev informatsioon';
$strServerStatusUptime = 'See MySQL server on käinud %s. Käivitusaeg %s.';
$strServerTabProcesslist = 'Protsessid';
$strServerTabVariables = 'Muutujad';
$strServerTrafficNotes = '<b>Serveri liiklus</b>: Need tabelid näitavad võrguliikluse statistikat selle MySQL serveri jaoks alates tema käivitamisest.';
$strServerVars = 'Serveri muutujad ja seaded.';
$strServerVersion = 'Serveri versioon';
$strSessionValue = 'Sessiooni väärtus';
$strSetEnumVal = 'Kui välja tüüp on "enum" või "set", palun sisestage väärtused kasutades järgmist paigutust: \'a\',\'b\',\'c\'...<br />Kui te peate lisama kaldkriipsu ("\") või ülakoma ("\'") sinna paigutusse, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strShowAll = 'Näita kõiki';
$strShowColor = 'Näita värvi';
$strShowDatadictAs = 'Andmesõnastiku formaat';
$strShowFullQueries = 'Näita täispikkasid päringuid';
$strShowGrid = 'Näita võrgustiku';
$strShowingBookmark = 'Näitan järjehoidjat';
$strShowingRecords = 'Näita ridu';
$strShow = 'Näita';
$strShowOpenTables = 'Näita avatud tabeleid';
$strShowPHPInfo = 'Näita PHP informatsiooni';
$strShowSlaveHosts = 'Näita alluvaid(slave)';
$strShowSlaveStatus = 'Näita alluvate(slave) staatust';
$strShowStatusBinlog_cache_disk_useDescr = 'Ülekannete number mida kasutab ajutise binaar logi vahemälu kuid ületab binlog_cache_size suurust ja kasutatakse ajutist faili et salvestada ülekande Käske (päringuid).';
$strShowStatusBinlog_cache_useDescr = 'Ülekannete number mis kasutasid ajutist binaar logi vahemälu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Ajutiste tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades. Kui Created_tmp_disk_tables on suur, sa võid tahta suurendada tmp_table_size väärtust et olla mälul baseeruv mitte kettal.';
$strShowStatusCreated_tmp_filesDescr = 'Mitu ajutist faili mysqld on loonud.';
$strShowStatusCreated_tmp_tablesDescr = 'Ajutiste mälul baseeruvate tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades.';
$strShowStatusDelayed_errorsDescr = 'Mitu rida on loodud käsuga INSERT DELAYED milles toimus viga (arvatavasti korduv võti).';
$strShowStatusDelayed_insert_threadsDescr = 'Mitu INSERT DELAYED töötleja (handler) lõimu on kasutuses. Iga erinev tabel mis kasutab INSERT DELAYED saab oma lõimu.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ridasid loodud.';
$strShowStatusFlush_commandsDescr = 'FLUSH käskude arv.';
$strShowStatusHandler_commitDescr = 'Sisemiste COMMIT käskude arv.';
$strShowStatusHandler_deleteDescr = 'Mitu korda rida kustutati tabelist.';
$strShowStatusHandler_discoverDescr = 'MySQLi server võib küsida "NDB Cluster storage engine" (klaster salvestus mootor) kas ta teab tabelit etteantud nimega. Seda kutsutakse avastus(discovery). Handler_discover annab mitu korda on tabel leitud.';
$strShowStatusHandler_read_firstDescr = 'Mitu korda loeti esimene tulemus indeksist. Kui see on suur, see soovitab et server teeb palju täis indeksi skaneerimist; näitkes, SELECT col1 FROM foo, arvates et col1 indekseeritud.';
$strShowStatusHandler_read_keyDescr = 'Mitu korda loeti rida võtme järgi. Kui see on suur, see on hea näitaja et sinu päringud ja tabelid on korralikult indekseeritud.';
$strShowStatusHandler_read_nextDescr = 'Mitu korda saadi käsk lugeda võtme järgi järgmine rida. See on suurenev kui sa pärid indekseeritud piiratud välja või sa teed indeksi skaneerimist.';
$strShowStatusHandler_read_prevDescr = 'Mitu korda saadi käsk lugeda võtme järgi eelnev rida. See lugemise meetod on peamiselt kasutatud optimiseerimiseks ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Mitu korda saadi käsk lugeda kindel rida. See on suur kui sa teed palju päringuid mis vajavad tulemuse sorteerimist. Sa kasutad kindlasti päringuid mis vajavad MySQLi et skaneerida kogu tabelit või liited(joins) mis ei kasuta võtmeid korralikult.';
$strShowStatusHandler_read_rnd_nextDescr = 'Mitu korda saadi käsk lugeda järgmine rida andmefailist. See on suur kui sa teed palju tabeli skaneerimisi. Enamasti see soovitab et sinu tabelid pole korralikult indekseeritud või sinu päringud pole kirjutatud nii et võtta eeliseid sinu loodud indeksitest.';
$strShowStatusHandler_rollbackDescr = 'Mitu korda käivitati sisemine ROLLBACK lausung.';
$strShowStatusHandler_updateDescr = 'Mitu korda uuendati tabeli rida.';
$strShowStatusHandler_writeDescr = 'Mitu korda lisati uus rida tabelisse.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Mitu lehekülge sisaldab andmeid (puhast või musta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Mitu lehekülge on mustad.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Mitu puhvri lehekülge on määratud puhastamisele.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Mitu puu lehekülge.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Mitu lukus lehte on InnoDB puhvris. Need lehed on hetkel lugemisel või kirjutamisel ja pole võimalik puhastada või kustutada mingil põhjusel.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Mitu lehte on hetkel kasutuses kuna nad reserveeritud nagu rea lukustus või kohanemisvõimeline indeks. Seda summat saab ka arvutada nii Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Kogu puhvris suurus, lehtedes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Mitu InnoDB juhuslikku(random) ette-lugemisi on töös. See juhtub kui päring on skaneerida suur osa tabelist kuid juhuslikus järjekorras.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Mitu InnoDB järjestikku ette-lugemisi on töös. See juhtub kui InnoDB teeb järjestikulist kogu tabeli skaneerimist.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Mitu loogilist lugemist InnoDB on teinud.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Mitu loogilist lugemist InnoDB polnud võimalik puhvris poolt rahuldada ja tegi üksiku lehe lugemise.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavaliselt, kirjutab InnoDB puhvri taustal. Kuid, kui vajalik kirjutada leht ja ühtegi puhast lehte pole saadaval, on vajalik oodata et lehed oleksid enne ühtlustatud. See This loendur loeb kõiki neid ootamisi. Kui puhvri suurus on seatud korralikult, se number peaks olema väike.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Mitu korda kirjutas InnoDB puhvrisse.';
$strShowStatusInnodb_data_fsyncsDescr = 'Mitu fsync() operatsiooni siiani.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Mitu hetkel ootel fsync() operatsiooni.';
$strShowStatusInnodb_data_pending_readsDescr = 'Mitu ootel lugemist.';
$strShowStatusInnodb_data_pending_writesDescr = 'Mitu ootel kirjutamist.';
$strShowStatusInnodb_data_readDescr = 'Suurus kui palju andmeid on loetud siiani, baitides.';
$strShowStatusInnodb_data_readsDescr = 'Mitu korda loetud.';
$strShowStatusInnodb_data_writesDescr = 'Mitu korda andmeid kirjutati.';
$strShowStatusInnodb_data_writtenDescr = 'Suurus palju andmeid on kirjutatud, baitides.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Mitu korda tehti topeltkirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Mitu korda tehti topeltkirjutamise kirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_log_waitsDescr = 'Mitu ootamist on olnud sellepärast et logi puhver oli liiga väike ja pidi ootama enne ühtlustamist et jätkata.';
$strShowStatusInnodb_log_write_requestsDescr = 'Mitu logi kirjutamise soovi.';
$strShowStatusInnodb_log_writesDescr = 'Mitu füüsilist kirjutamist logi faili.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Mitu fsyncs kirjutamist tehtud logi faili.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Mitu ootel logi faili fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ootel logifaili kirjutamisi.';
$strShowStatusInnodb_os_log_writtenDescr = 'Mitu baiti on kirjutatud logi faili.';
$strShowStatusInnodb_pages_createdDescr = 'Lehti loodud.';
$strShowStatusInnodb_page_sizeDescr = 'Sisse-kompileeritud InnoDB lehe suurus (vaikimisi 16KB). Paljud väärtused on loetud lehtedes; lehe suurus lubab neid lihtsalt arvutada baitidesse.';
$strShowStatusInnodb_pages_readDescr = 'Lehti loetud.';
$strShowStatusInnodb_pages_writtenDescr = 'Lehti kirjutatud.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Mitu rea lukustamist on hetkel ootel.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Keskimne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_timeDescr = 'Aeg mis on raisatud pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimaalne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Mitu korda pidi rea lukustus ootama.';
$strShowStatusInnodb_rows_deletedDescr = 'Mitu rida kustutatud InnoDB tabelitest.';
$strShowStatusInnodb_rows_insertedDescr = 'Mitu rida lisati InnoDB tabelitesse.';
$strShowStatusInnodb_rows_readDescr = 'Mitu rida loetud InnoDB tabelitest.';
$strShowStatusInnodb_rows_updatedDescr = 'Mitu rida uuendati InnoDB tabelites.';
$strShowStatusKey_blocks_not_flushedDescr = 'Mitu võtme plokki on võtme vahemälus muutunud kui pole veel kettale kirjutatud. Tuntud nagu Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Mitu kasutamatta võtme plokki on võtme vahemälus. Sa saad kasutatda seda väärtust et teada saada kui palju võtme vahemälust on kasutuses.';
$strShowStatusKey_blocks_usedDescr = 'Mitu kasutatud plokki on võtme vahemälus. See väärtus näitab maksimaalse plokkide arvu mis on kunagi olnud kasutuses.';
$strShowStatusKey_read_requestsDescr = 'Mitu päringut et lugeda võtme plokk vahemälust.';
$strShowStatusKey_readsDescr = 'Mitu füüsilist lugemist lugeda võtme plokk kettalt. kui Key_reads on suur, siis sinu key_buffer_size näitaja on kindlasti väike. Vahemälus möödaminek on võimalik arvutada nii Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Mitu päringut et kirjutada võtme plokk vahemällu.';
$strShowStatusKey_writesDescr = 'Mitu füüsilist kirjutamist kirjutada võtme plokk kettale.';
$strShowStatusLast_query_costDescr = 'Viimase kompileeritud päringu arvuatud tulemus päringu optimiseerija vastu. Kasulik võrdlemaks erinevaid päringu plaane ühelt ja samalt päringult. Vaikimisi väärtus 0 tähendab et päring pole veel töödeldud.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Mitu rida on ootel INSERT DELAY päringutes.';
$strShowStatusOpened_tablesDescr = 'Mitu tabelit on avatud. Avatud tabeleid on palju siis sinu tabeli vahemälus kindlasti liiga väike.';
$strShowStatusOpen_filesDescr = 'Mitu faili on avatud.';
$strShowStatusOpen_streamsDescr = 'Mitu voogu on hetkel avatud (enamasti logimiseks).';
$strShowStatusOpen_tablesDescr = 'Mitu tabelit on hetkel avatud.';
$strShowStatusQcache_free_blocksDescr = 'Vabad mälu plokid päringute vahemälus.';
$strShowStatusQcache_free_memoryDescr = 'Vaba mälu päringute vahemälus.';
$strShowStatusQcache_hitsDescr = 'Leitud Puhvrist.';
$strShowStatusQcache_insertsDescr = 'Mitu päringut on lisatud vahemällu.';
$strShowStatusQcache_lowmem_prunesDescr = 'Mitu päringut kustutati puhvrist et vabastada mälu uutele päringutele. See informatsioon aitab sind päringute-puhvri suuruse seadistamisel. Päringute vahemälu kasutab viimati kasutatud strateegiat(LRU) et otsustada millised päringud eemaldada puhvrist.';
$strShowStatusQcache_not_cachedDescr = 'Mitu mitte-puhverdatud päringut (pole salvestatud vahemällu, või sõltuvalt query_cache_type sätetest mitte puhverdatud).';
$strShowStatusQcache_queries_in_cacheDescr = 'Mitu päringut on registreeritud vahemälus.';
$strShowStatusQcache_total_blocksDescr = 'Plokkide koguarv päringute vahemälus.';
$strShowStatusReset = 'Nulli';
$strShowStatusRpl_statusDescr = 'See staatus on tõrkekindel tiraþeerimine (failsafe replication) (pole veel kasutuses).';
$strShowStatusSelect_full_joinDescr = 'Liited(joins) mis ei kasuta indekseid. Kui see näitaja on 0, peaksid ettevaatlikult kontrollima oma tabelites indekseid.';
$strShowStatusSelect_full_range_joinDescr = 'Liidete arv mida kasutati piirkonna otsimisel eelistatud tabelist.';
$strShowStatusSelect_range_checkDescr = 'Ilma võtmeta liidete(joins) arv mis konrollivad peale igat rida võtme kasutamist. (Kui see pole 0 siis peaksid ettevaatlikult kontrollima oma tabelite indekseid.)';
$strShowStatusSelect_rangeDescr = 'Liidete arv mida kasutati esimese tabeli piirides. (Pole eriti kriitiline kui see on väga suur.)';
$strShowStatusSelect_scanDescr = 'Liidete arv mis tegid täielikku skaneerimist esimesest tabelist.';
$strShowStatusSlave_open_temp_tablesDescr = 'Ajutiste tabelite arv mis on hetkel avatud alam-lõimu(replication slave) poolt.';
$strShowStatusSlave_retried_transactionsDescr = 'Kogusumma (alates käivitamisest) mitu korda tiraþeerimise(replication) SQL alam-lõim(replication slave) proovis ülekandeid.';
$strShowStatusSlave_runningDescr = 'Kui see on ON kui serveril on alam server(masin) mis on ühenduses masteriga.';
$strShowStatusSlow_launch_threadsDescr = 'Lõimude arv mis võtsid rohkem aega käivitamiseks kui slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Päringute arv mis võtsid rohkem aega kui long_query_time sekundites.';
$strShowStatusSort_merge_passesDescr = 'Edukate ühinemiste(merge) arv millega lühike algoritm on tegelenud. Kui see väärtuse on suur, sa peaksid mõtlema sort_buffer_size väärtuse suurendamist.';
$strShowStatusSort_rangeDescr = 'Sorteerimiste arv mis on tehtud piirkonna ulatuses.';
$strShowStatusSort_rowsDescr = 'Sorteritud ridade arv.';
$strShowStatusSort_scanDescr = 'Sorteerimiste arv mis on tehtud tabeli skaneerimist kasutades.';
$strShowStatusTable_locks_immediateDescr = 'Mitu korda tabeli lukustus jõustus koheselt.';
$strShowStatusTable_locks_waitedDescr = 'Mitu korda tabeli lukustus ei jõustunud koheselt ja pandi ootele. Kui see on suur ja jõudlusega on probleeme, sa peaksid optimiseerima oma päringuid või poolitama oma tabelid või kasutama tiraþeerimist(replication).';
$strShowStatusThreads_cachedDescr = 'Lõimude arv Lõimude vahemälus. Vahemälu kasutamist(hit) on võimalik arvutada nii Threads_created/Connections. Kui see on punane paksid suurendama thread_cache_size suurust.';
$strShowStatusThreads_connectedDescr = 'Hetkel avatud ühendusi.';
$strShowStatusThreads_createdDescr = 'Lõimude arv mis on loodud ühenduste haldamiseks. Kui Threads_created on suur siis suurenda thread_cache_size väärtust. (Tavaliselt see ei anna märgatavat kiiruse tõusu kui Lõimude teostus on korralik.)';
$strShowStatusThreads_runningDescr = 'Lõimude arv mis mis hetkel ei maga.';
$strShowTableDimension = 'Näita tabelite dimensiooni';
$strShowTables = 'Näita tabeleid';
$strShowThisQuery = ' Näita päringut siin uuesti ';
$strSimplifiedChinese = 'Lihtsustatud Hiina';
$strSingly = '(üksikult)';
$strSize = 'Suurus';
$strSkipQueries = 'Käske (päringuid) mida algusest vahele jätta';
$strSlovak = 'Slovaki';
$strSlovenian = 'Sloveenia';
$strSocketProblem = '(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)';
$strSortByKey = 'Sorteeri võtme järgi';
$strSorting = 'Järjestamine';
$strSort = 'Sorteeri';
$strSpaceUsage = 'Ruumivõtt';
$strSpanish = 'Hispaania';
$strSplitWordsWithSpace = 'Sõnad on eraldatud tühikuga (" ").';
$strSQLExportCompatibility = 'SQL ekspordiga ühilduvus';
$strSQLExportType = 'Ekspordi tüüp';
$strSQLOptions = 'SQL seaded';
$strSQLParserBugMessage = 'On võimalus, et te leidsite vea SQL parseris. Palun kontrollige oma päringut täpsemalt ja kontrollige, et jutumärgid/ülakomad oleks korrektselt lõpetatud. Veel on võimalik, et te loete sisse faili kus on binaarne info väljaspool varjestatud tekstiala. Samuti võiksite te proovida oma päringut MySQLi käsureal. MySQLi viga väljastatakse päringu all, kui seal tõesti on mõni viga, siis see võib aidata teil leida vea algpõhjuseid. Kui teil on peale seda ikka veel probleeme või kui mu parser keeldub töötamast ning MySQL käsurida töötab, siis palun vähendage oma päringuid üksiku päringuni, mis põhjustab probleeme ja sisestage vea raport koos viga põhjustanud päringuga LÕIGET sektsioonis allpool:';
$strSQLParserUserError = 'Tundub, et teie SQL päringus on viga. MySQLi serveri error peaks ilmuma allpool, kui seal on midagi, siis peaks see teil aitama leia vea põhjust.';
$strSQLQuery = 'SQL-päring';
$strSQLResult = 'SQL tulemus';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Vigane identifikaator';
$strSQPBugUnclosedQuote = 'Sulgemata jutumärk/ülakoma';
$strSQPBugUnknownPunctuation = 'Tundmatu suunav tekst';
$strStatCheckTime = 'Viimane vaatamine';
$strStatCreateTime = 'Loodud';
$strStatement = 'Parameerid';
$strStatUpdateTime = 'Viimane muudatus';
$strStatus = 'Staatus';
$strStorageEngines = 'Varundusmootorid';
$strStorageEngine = 'Varundusmootor';
$strStrucCSV = 'CSV andmed';
$strStrucData = 'Struktuur ja andmed';
$strStrucDrop = 'Lisa DROP TABLE';
$strStrucExcelCSV = 'CSV MS Exceli jaoks';
$strStrucNativeExcel = 'Loomulikud MS Exceli andmed';
$strStrucOnly = 'Ainult struktuur';
$strStructPropose = 'Soovita tabeli struktuuri';
$strStructure = 'Struktuur';
$strSubmit = 'Vali';
$strSuccess = 'Teie SQL päring täideti edukalt';
$strSum = 'Summa';
$strSwedish = 'Rootsi';
$strSwitchToDatabase = 'Mine kopeeritud andmebaasile';
$strSwitchToTable = 'Mine üle kopeeritud tabelile';
 
$strTableAlreadyExists = 'tabel %s on juba olemas!';
$strTableComments = 'Tabeli kommentaarid';
$strTableEmpty = 'Tabeli nimi on tühi!';
$strTableHasBeenDropped = 'Tabel %s kustutatud';
$strTableHasBeenEmptied = 'Tabel %s tühjendatud';
$strTableHasBeenFlushed = 'Tabel %s ühtlustatud';
$strTableMaintenance = 'Tabeli hooldus';
$strTableOfContents = 'Sisukord';
$strTableOptions = 'Tabeli seaded';
$strTables = '%s tabel(it)';
$strTableStructure = 'Struktuur tabelile';
$strTable = 'Tabel';
$strTableType = 'Tabeli tüüp';
$strTakeIt = 'võta see';
$strTblPrivileges = 'Tabel-spetsiifilised privileegid';
$strTempData = 'Ajutised andmed ';
$strTextAreaLength = ' Oma suuruse tõttu<br /> võib see väli olla mittemuudetav ';
$strThai = 'Tai';
$strThemeNoPreviewAvailable = 'Eelvaade pole saadaval.';
$strTheme = 'Teema / Stiil';
$strThisHost = 'Antud host';
$strThisNotDirectory = 'See ei olnud kataloog';
$strThreads = 'Lõimud';
$strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.';
$strTime = 'Aeg';
$strTimeoutInfo = 'Eelmine Import aegus, peale uuesti postitamist jätkub asukohast %d.';
$strTimeoutNothingParsed = 'Kuigi viimasel laadimisel andmeid ei töödeldud, see tähendab enamasti et phpMyAdmin pole võimeline Importi lõpetama, kui sa php skripti aega ei pikenda.';
$strTimeoutPassed = 'Skripti ajalimiit on ületatud, kui soovid importimist jätkata, palun lae sama fail uuesti ja import jätkub.';
$strToggleScratchboard = 'vaheta märkmetahvlit';
$strTotal = 'kokku';
$strTotalUC = 'Kokku';
$strTraditionalChinese = 'Traditsionaalne Hiina';
$strTraditionalSpanish = 'Traditsionaalne Hispaania';
$strTraffic = 'Liiklus';
$strTransactionCoordinator = 'Ülekande kordinaator';
$strTransformation_application_octetstream__download = 'Näita linki millega laadida alla välja binaarne info. Esimene seade on binaarse faili nimi. Teine seade on võimalik väljanimi tabelis mis sisaldab failinime. Kui te määrate teise seade siis peab esimene seade olema tühi tekst';
$strTransformation_application_octetstream__hex = 'Kuvab andmed 16nd süsteemis.';
$strTransformation_image_jpeg__inline = 'Kuvab lingitud väikepildi; seaded: laius,kõrgus pikslites (hoiab alles originaalpildi laiuse-kõrguse suhte)';
$strTransformation_image_jpeg__link = 'Kuvab lingi sellele pildile (otsene binaarne allalaadimine, jne.).';
$strTransformation_image_png__inline = 'Vaata image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Võtab TIME, TIMESTAMP või DATETIME tüüpi välja ja teisendab selle Teie lokaalse ajaseade järgi. Esimene seade on lisa (tundides) , mis lisatakse ajale (vaikimisi: 0). Teine seade on teistsugune ajamäärang vastavalt PHP strftime() funktsioonile.';
$strTransformation_text_plain__external = 'AINULT LINUXILE: Käivitab välise aplikatsiooni ja annab talle standard sisendisse ette välja sisu. Tagastab aplikatsiooni standard väljundi. Vaikimisi on selleks Tidy, et kuvada ilusti formaaditud HTML koodi. Turvariskide maandamiseks peate te käsitsi muutma faili libraries/transformations/text_plain__external.inc.php ja lisama sinna programmid mida te lasete käivitada. Esimene seade on siis kasutatava programmi number, teine seade on programmi parameetrid. Kui kolmas seade on 1 siis töödeldakse väljund funktsiooniga htmlspecialchars() (vaikimisi 1). Kui neljas seade on 1 pannakse NOWRAP sisu lahtrile nii, et kogu väljund kuvatakse ilma formaati muutmata(vaikimisi 1)';
$strTransformation_text_plain__formatted = 'Hoiab alles originaalset välja formaati. Ei varjestata.';
$strTransformation_text_plain__imagelink = 'Kuvab pildi ja lingi, väli sisaldab failinime; esimene seade on eelnev tekst nagu "http://domain.com/", teine seade on laius pikslites, kolmas on kõrgus.';
$strTransformation_text_plain__link = 'Kuvab lingi, väli sisaldab failinime; esimene seade on eelnev tekst näiteks "http://domain.com/", teine seade on nimi lingile.';
$strTransformation_text_plain__sql = 'Vormib SQL päringu tekstiks esile tõstetuna.';
$strTransformation_text_plain__substr = 'Näitab ainult osa tekstist. Esimene seade on määrang kust positsioonilt teie teksti kuva hakkab.(vaikimisi 0). Teine seade on kuipalju teksti tagastatakse, kui see tühjaks jätta, tagastatakse kogu allesjäänud tekst. Kolmas seade defineerib mis tekst lisatakse väljundi lõppu kui saadud tekst tagastatakse. (vaikimisi: ...) .';
$strTruncateQueries = 'Lühenda näidatavad päringud';
$strTurkish = 'Türgi';
$strType = 'Tüüp';
 
$strUkrainian = 'Ukraina';
$strUncheckAll = 'Puhasta kõik';
$strUnicode = 'Unikaalne';
$strUnique = 'Unikaalne';
$strUnknown = 'tundmatu';
$strUnselectAll = 'Puhasta kõik';
$strUnsupportedCompressionDetected = 'Proovisid laadida faili tundmatu pakkimisega (%s). Võimalik et toetus ei ole veel lisatud või on sinu seadetes keelatud.';
$strUpdatePrivMessage = 'Te uuendasite privileege %s-l.';
$strUpdateProfileMessage = 'Profiil uuendatud.';
$strUpdateQuery = 'Uuenda päringut';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUpgrade = 'Te peaksite uuendama %s -i versioonini %s või uuemaks.';
$strUploadLimit = 'Te kindlasti proovisite laadida liiga suurt faili. Palun uuri dokumentatsiooni %sdocumentation%s selle limiidi seadmiseks.';
$strUsage = 'Kasutus';
$strUseBackquotes = 'Kasutage tagurpidi kaldkriipse tabelites või tabelinimedes';
$strUsedPhpExtensions = 'Kasutatud PHP laiendid';
$strUseHostTable = 'Kasuta host tabelit';
$strUserAlreadyExists = 'Kasutaja %s on juba olemas!';
$strUserEmpty = 'Kasutajanimi on tühi!';
$strUser = 'Kasutaja';
$strUserName = 'Kasutajanimi';
$strUserNotFound = 'Valitud kasutajat ei leitud privileegide tabelist.';
$strUserOverview = 'Kasutaja ülevaade';
$strUsersDeleted = 'Valitud kasutajad on õnnestunult kustutatud.';
$strUsersHavingAccessToDb = 'Kasutajad kellel on ligipääs &quot;%s&quot;';
$strUseTabKey = 'Kasutage TAB klahvi, et liikuda ühelt väärtuselt teisele või CTRL+nool, et liikuda noole suunas';
$strUseTables = 'Kasuta tabeleid';
$strUseTextField = 'Kasutage tekstivälja';
$strUseThisValue = 'Kasuta seda väärtust';
 
$strValidateSQL = 'Kontrolli SQL-i';
$strValidatorError = 'SQL-i valideerijat ei suudetud avada. Palun kontrollige, et te olete installinud vastavad php moodulid nagu on kirjeldatud %sdokumentatsioonis%s.';
$strValue = 'Väärtus';
$strVar = 'Muutuja';
$strVersionInformation = 'Versiooni info';
$strViewDumpDatabases = 'Näita andmebaaside sisu (skeemi)';
$strViewDumpDB = 'Vaata andmebaasi väljundit (skeemi)';
$strViewDump = 'Vaata tabeli väljundit (skeemi)';
$strViewHasBeenDropped = 'Vaade %s on kustutatud';
$strView = 'Vaade';
 
$strWebServerUploadDirectoryError = 'Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav';
$strWebServerUploadDirectory = 'webiserveri üleslaadimiskataloogi';
$strWelcome = 'Tere tulemast %s';
$strWestEuropean = 'Lääne-Euroopa';
$strWildcard = 'metamärk';
$strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. Võibolla Te olete peaakna sulgenud või Teie sirvija ei luba akendevahelist suhtlist tänu turvaseadetele.';
$strWithChecked = 'Valitud:';
$strWriteRequests = 'Pöördumised kirjutamiseks';
$strWritingCommentNotPossible = 'Kommentaaride kirjutamine ei ole võimalik.';
$strWritingRelationNotPossible = 'Sõltuvuse kirjutamine ei ole võimalik';
$strWrongUser = 'Vale kasutajanimi/parool. Ligipääs keelatud.';
 
$strXML = 'XML';
 
$strYes = 'Jah';
 
$strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate limiidi.';
$strZip = '"zipitud"';
 
// To translate:
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
 
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
 
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
 
$strSQLImportOptions = 'SQL options'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
 
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/estonian-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: estonian-utf-8.inc.php,v 2.126.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Püh', 'Esm', 'Tei', 'Kol', 'Nel', 'Ree', 'Lau');
$month = array('Jan', 'Veb', 'Mär', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Det');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y kell %H:%M:%S';
$timespanfmt = '%s päeva, %s tundi, %s minutit ja %s sekundit';
 
$strAbortedClients = 'Katkestatud';
$strAbsolutePathToDocSqlDir = 'Palun sisestage absoluutne tee webiserveris docSQL kataloogini';
$strAccessDeniedExplanation = 'phpMyAdmin proovis ühenduda MySQL serveriga ja server lükkas ühenduse tagasi. Te peaksite kontrollima serverit, kasutajanime ja parooli config.inc.php failis ning kontrollima, et need vastaks infole mis te saite oma MySQL serveri administraatori käest.';
$strAccessDenied = 'Ligipääs keelatud';
$strAction = 'Tegevus';
$strAddAutoIncrement = 'Lisa AUTO_INCREMENT väärtus';
$strAddConstraints = 'Lisa piirangud';
$strAddDeleteColumn = 'Lisa/Kustuta välja veerud';
$strAddDeleteRow = 'Lisa/Kustuta kriteeriumirida';
$strAddDropDatabase = 'Lisa DROP DATABASE';
$strAddedColumnComment = 'Kommentaar lisatud väljale';
$strAddedColumnRelation = 'Sõltuvus lisatud väljale';
$strAddFields = 'Lisa %s väli(jad)';
$strAddHeaderComment = 'Lisa vaba kommentaar päisesse (\\n eraldab read)';
$strAddIfNotExists = 'Lisa IF NOT EXISTS';
$strAddIntoComments = 'Lisa kommentaaridesse';
$strAddNewField = 'Lisa uus väli';
$strAddPrivilegesOnDb = 'Lisa privileegid antud andmebaasile';
$strAddPrivilegesOnTbl = 'Lisa privileegid antud tabelile';
$strAddSearchConditions = 'Lisa otsinguparameetrid ("WHERE" lause sisu):';
$strAddToIndex = 'Lisa indeksisse &nbsp;%s&nbsp;rida/read';
$strAddUser = 'Lisa uus kasutaja';
$strAddUserMessage = 'Te lisasite uue kasutaja.';
$strAdministration = 'Administreerimine';
$strAffectedRows = 'Mõjutatud read:';
$strAfterInsertBack = 'Mine eelmisele lehele tagasi';
$strAfterInsertNewInsert = 'Lisa järgmine uus rida';
$strAfterInsertNext = 'Muuda järgmist rida';
$strAfterInsertSame = 'Mine tagasi sellele lehele';
$strAfter = 'Peale %s';
$strAll = 'Kõik';
$strAllowInterrupt = 'Luba katkestada Import juhul kui skript leiab et ajalimiit on ületamisel. See võib olla hea viis suurte failide importimisel, kuigi võib katkestada ülekanded.';
$strAllTableSameWidth = 'kuva kõik tabelid sama laiusega?';
$strAlterOrderBy = 'Muuda tabeli sorteeringut';
$strAnalyzeTable = 'Analüüsi tabelit';
$strAnd = 'ja';
$strAndThen = 'ja siis';
$strAnIndex = 'Indeks lisati %s';
$strAnyHost = 'Kõik masinad';
$strAny = 'kõik';
$strAnyUser = 'Kõik kasutajad';
$strApproximateCount = 'Võib olla umbkaudne. Vaadake FAQ 3.11';
$strAPrimaryKey = 'Primaarne võti lisati %s';
$strArabic = 'Araabia';
$strArmenian = 'Armeenia';
$strAscending = 'Kasvav';
$strAtBeginningOfTable = 'Tabeli algusesse';
$strAtEndOfTable = 'Tabeli lõppu';
$strAttr = 'Parameetrid';
$strAutodetect = 'Automaatne tuvastus';
$strAutomaticLayout = 'Automaatne väljund';
 
$strBack = 'Tagasi';
$strBaltic = 'Balti';
$strBeginCut = 'ALUSTA LÕIGET';
$strBeginRaw = 'ALUSTA PUHAST';
$strBinary = 'Binaarne';
$strBinaryDoNotEdit = 'Binaarne - ärge muutke';
$strBinaryLog = 'Binaarne logi';
$strBinLogEventType = 'Sündmuse tüüp';
$strBinLogInfo = 'Informatsioon';
$strBinLogName = 'Logi nimi';
$strBinLogOriginalPosition = 'Originaal positioon';
$strBinLogPosition = 'Positsioon';
$strBinLogServerId = 'Serveri ID';
$strBookmarkAllUsers = 'Anna kõikidele kasutajatele juurdepääs sellele järjehodjale';
$strBookmarkCreated = 'Järjehoidja %s loodud';
$strBookmarkDeleted = 'Järjehodja kustutati.';
$strBookmarkLabel = 'Nimetus';
$strBookmarkQuery = 'Järjehodjaga SQL päring';
$strBookmarkReplace = 'Kirjuta samanimeline järjehoidja üle';
$strBookmarkThis = 'Lisa see SQL päring järjehoidjasse';
$strBookmarkView = 'Vaata ainult';
$strBrowseForeignValues = 'Vaata väliseid väärtuseid';
$strBrowse = 'Vaata';
$strBufferPoolActivity = 'Puhverdusala aktiivsus';
$strBufferPool = 'Puhverdusala';
$strBufferPoolUsage = 'Puhverdusala kasutamine';
$strBufferReadMissesInPercent = 'Lugemis vigasid %';
$strBufferReadMisses = 'Lugemis vigasid';
$strBufferWriteWaitsInPercent = 'Kirjutamine ootab %';
$strBufferWriteWaits = 'Kirjutamine ootab';
$strBulgarian = 'Bulgaaria';
$strBusyPages = 'Hõivatud lehed';
$strBzError = 'phpMyAdmin ei suutnud pakkida seda andmebaasiväljundit kuna Bz2 moodul on vigane selles PHP versioonis. Me soovitame tungivalt oma phpMyAdmini konfiguratsioonifailis panna lipu <code>$cfg[\'BZipDump\']</code> väärtuseks <code>FALSE</code>. Kui te soovite kasutada Bz2 pakkimist peaksite te oma PHP versiooni uuendama viimasele versioonile. Lugege PHP vea %s raportit täpsemaks infoks.';
$strBzip = '"bzipitud"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Pole võimalik Importida mooduleid (plugins), palun kontrolli seadeid!';
$strCannotLogin = 'Eei suuda MySQL serverisse logida';
$strCantLoad = 'ei suutnud lugeda moodulit %s,<br />palun kontrollige PHP konfiguratsiooni';
$strCantLoadRecodeIconv = 'Ei suuda lugeda iconv või recode moodulit mida on vaja tähetabeli konvertimiseks, konfigureerige PHP-d nii, et see sisaldaks antud mooduleid või keelake tähetabeli konvertimine phpMyAdminis.';
$strCantRenameIdxToPrimary = 'Ei suuda muuta indeksit PRIMAARSEKS!';
$strCantUseRecodeIconv = 'Ei suuda kasutada iconv-d või libiconvi või recode_string funktsiooni kuigi moodul on installitud Kontrollige oma PHP konfiguratsiooni.';
$strCardinality = 'Kasulikkus';
$strCaseInsensitive = 'tõstutundetu';
$strCaseSensitive = 'tõstutundlik';
$strCentralEuropean = 'Kesk-Euroopa';
$strChangeCopyModeCopy = '... hoia vana alles.';
$strChangeCopyModeDeleteAndReload = ' ... kustuta vana kasutajate tabelist ja taaslae privileegid pärast seda.';
$strChangeCopyModeJustDelete = ' ... kustuta vana kasutajate tabelist.';
$strChangeCopyMode = 'Loo uus kasutaja samade privileegidega ja ...';
$strChangeCopyModeRevoke = ' ... kanna kõik aktiivsed privileegid üle vanast ja kustuta see pärast.';
$strChangeCopyUser = 'Vaheta logimisinformatsiooni / Kopeeri kasutaja';
$strChangeDisplay = 'Vali väli mida kuvada';
$strChange = 'Muuda';
$strChangePassword = 'Muuda parooli';
$strCharsetOfFile = 'Faili tähetabel:';
$strCharsetsAndCollations = 'Tähetabelid ja määrangud';
$strCharsets = 'Tähetabelid';
$strCharset = 'Tähetabel';
$strCheckAll = 'Märgista kõik';
$strCheckOverhead = 'Kontrolli ülekulusid';
$strCheckPrivs = 'Kontrollige privileege';
$strCheckPrivsLong = 'Kontrolli privileege andmebaasile &quot;%s&quot;.';
$strCheckTable = 'Kontrolli tabelit';
$strChoosePage = 'Palun valige leht muutmiseks';
$strColComFeat = 'Näitan veeru kommentaare';
$strCollation = 'Määrang';
$strColumnNames = 'Väljade nimed';
$strColumnPrivileges = 'Väli-spetsiifilised privileegid';
$strCommand = 'Käsk';
$strCommentsForTable = 'KOMMENTAARID TABELILE';
$strComments = 'Kommentaarid';
$strCompatibleHashing = 'MySQL&nbsp;4.0-iga ühilduv';
$strCompleteInserts = 'Täispikk INSERT';
$strCompression = 'Pakkimine';
$strCompressionWillBeDetected = 'Imporditava faili pakkimise meetod leitakse automaatselt: %s';
$strConfigDefaultFileError = 'Pole võimalik laadida vaikimisi seadete faili: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei suutnud lugeda Teie konfiguratsioonifaili!<br />See võib juhtuda kui PHP leiab vea selles või PHP ei leia antud faili üles.<br />Palun kutsuge konfiguratsioonifail välja otseselt kasutades linki allpool ja lugege PHP veateadet(eid) mis teile öeldakse. Enamustel juhtudel on kuskilt puudu ülakoma või semikoolon.<br />Kui Teile kuvatakse tühi leht on kõik korras.';
$strConfigureTableCoord = 'Palun seadke koordinaadid tabelile %s';
$strConnectionError = 'Ei saa ühendust: vigased seaded.';
$strConnections = 'Ühendused';
$strConstraintsForDumped = 'Piirangud salvestatud tabelitele';
$strConstraintsForTable = 'Piirangud tabelile';
$strCookiesRequired = 'Küpsised(cookies) peavad alates sellest momendist lubatud olema.';
$strCopyDatabaseOK = 'Andmebaas %s on kopeeritud %s';
$strCopy = 'Kopeeri';
$strCopyTable = 'Kopeeri tabel (andmebaas<b>.</b>tabel):';
$strCopyTableOK = 'Tabel %s on kopeeritud andmebaasi %s.';
$strCopyTableSameNames = 'Ei saa tabelit iseendasse kopeerida!';
$strCouldNotKill = 'phpMyAdmin ei suutnud katkestada protsessi %s. Tõenäoliselt on see juba suletud.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE enne kopeerimist';
$strCreateIndex = 'Loo indeks &nbsp;%s&nbsp;väljadest';
$strCreateIndexTopic = 'Loo uus indeks';
$strCreate = 'Loo';
$strCreateNewDatabase = 'Loo uus andmebaas';
$strCreateNewTable = 'Loo uus tabel andmebaasi %s';
$strCreatePage = 'Loo uus leht';
$strCreatePdfFeat = 'PDF-ide tegemine';
$strCreationDates = 'Loo/muuda/kontrolli kuupäevi';
$strCriteria = 'Kriteerium';
$strCroatian = 'Horvaatia';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV seaded';
$strCSVOptions = 'CSV seaded';
$strCyrillic = 'Kirillitsa';
$strCzechSlovak = 'Tsehhi-Slovaki';
$strCzech = 'Tsehhi';
 
$strDanish = 'Taani';
$strData = 'Andmed';
$strDatabase = 'Andmebaas';
$strDatabaseEmpty = 'Andmebaasi nimi on tühi!';
$strDatabaseExportOptions = 'Andmebaasi eksportimise seaded';
$strDatabaseHasBeenDropped = 'Andmebaas %s kustutatud.';
$strDatabaseNoTable = 'See andmebaas ei sisalda tabelit!';
$strDatabases = 'andmebaasid';
$strDatabasesDropped = 'andmebaasid %s kustutati õnnestunult.';
$strDatabasesStats = 'Andmebaaside statistika';
$strDatabasesStatsDisable = 'Keelake statistika';
$strDatabasesStatsEnable = 'Lubage statistika';
$strDatabasesStatsHeavyTraffic = 'Märkus: Lubades siin andmebaasi statistika võite tekitada väga koormava liikuse webiserveri ja MySQL-i vahel.';
$strDataDict = 'Andmesõnastik';
$strDataOnly = 'Ainult andmed';
$strDataPages = 'Lehed andmetega';
$strDBComment = 'Andmebaasi kommentaar: ';
$strDBCopy = 'Kopeeri andmebaas';
$strDBGContextID = 'Sisu ID';
$strDBGContext = 'Sisu';
$strDBGHits = 'Vajutusi';
$strDBGLine = 'Rida';
$strDBGMaxTimeMs = 'Max aeg, ms';
$strDBGMinTimeMs = 'Min aeg, ms';
$strDBGModule = 'Moodul';
$strDBGTimePerHitMs = 'Aeg/vajutus, ms';
$strDBGTotalTimeMs = 'Koguaeg, ms';
$strDbPrivileges = 'Andmebaas-spetsiifilised privileegid';
$strDBRename = 'Nimeta andmebaas ümber';
$strDbSpecific = 'andmebaasipõhine';
$strDefaultEngine = '%s on vaikimisi varundusmootor sellele MySQL serverile.';
$strDefault = 'Vaikimisi';
$strDefaultValueHelp = 'Vaikimisi väärtuse jaoks sisestage lihtsalt üksik väärtus, ilma kaldkriipsudega varjestamata ning jutumärkideta, kasutades järgmist kirjakuju: a';
$strDefragment = 'Defrgamenteeri tabel';
$strDelayedInserts = 'Kasuta ajastatud lisamisi';
$strDeleteAndFlushDescr = 'See on parim tee, kuid privileegide taaslaadimine võib võtta aega.';
$strDeleteAndFlush = 'Kustutage kasutajad ja taaslaadige privileegid pärast seda.';
$strDeleted = 'Rida kustutatud';
$strDeletedRows = 'Kustuta read:';
$strDelete = 'Kustuta';
$strDeleteNoUsersSelected = 'Ühtegi kasutajat pole valitud kustutamiseks!';
$strDeleting = 'Kustutan %s';
$strDelOld = 'Antud lehel on viiteid tabelitele mida enam ei ole. Kas te soovite kustutada need viited?';
$strDescending = 'Kahanev';
$strDescription = 'Kirjeldus';
$strDictionary = 'sõnaraamat';
$strDirtyPages = 'Mustad lehed';
$strDisabled = 'Keelatud';
$strDisableForeignChecks = 'Keela foreign keyde kontroll';
$strDisplayFeat = 'Kuva võimalused';
$strDisplayOrder = 'Näitamise järjekord:';
$strDisplayPDF = 'Näita PDF skeemi';
$strDoAQuery = 'Tee "päring näite järgi" (lühend: "%")';
$strDocu = 'Dokumentatsioon';
$strDoYouReally = 'Kas te tõesti tahate ';
$strDropDatabaseStrongWarning = 'Tähelepanu! Te HÄVITATE kogu andmebaasi!';
$strDrop = 'Kustuta';
$strDropUsersDb = 'Kustuta andmebaasid millel on samad nimed nagu kasutajatel.';
$strDumpingData = 'Tabeli andmete salvestamine';
$strDumpSaved = 'Väljavõte salvestati faili %s.';
$strDumpXRows = 'Päri %s rida alustades reast %s.';
$strDynamic = 'dünaamiline';
 
$strEdit = 'Muuda';
$strEditPDFPages = 'Muuda PDF lehti';
$strEditPrivileges = 'Muuda privileege';
$strEffective = 'Efektiivne';
$strEmptyResultSet = 'MySQL tagastas tühja tulemuse (s.t. null rida).';
$strEmpty = 'Tühjenda';
$strEnabled = 'Lubatud';
$strEncloseInTransaction = 'Lisa eksport ülekandesse';
$strEndCut = 'LÕPETA LÕIGE';
$strEnd = 'Lõpp';
$strEndRaw = 'LÕPETA PUHAS';
$strEngineAvailable = '%s on saadaval selles MySQL serveris.';
$strEngineDisabled = '%s on keelatud selles MySQL serveris.';
$strEngines = 'Mootor';
$strEngineUnsupported = 'See MySQL server ei toeta %s varundusmootorit.';
$strEnglish = 'Inglise';
$strEnglishPrivileges = ' Märkus: MySQL privileegide nimed on ingliskeelsed ';
$strErrorInZipFile = 'Viga ZIP arhiivis:';
$strError = 'Viga';
$strEscapeWildcards = 'Metamärgid _ ja % peaksid olema varjestatud märgiga \, kui soovite neid sisestada';
$strEsperanto = 'Esperanto';
$strEstonian = 'Eesti';
$strExcelEdition = 'Exceli versioon';
$strExcelOptions = 'Excel\'i seaded';
$strExecuteBookmarked = 'Käivita salvestatud päring';
$strExplain = 'Seleta SQL-i';
$strExport = 'Ekspordi';
$strExtendedInserts = 'Laiendatud lisamised';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Ebaõnnestunud üritused';
$strFieldHasBeenDropped = 'Väli %s kustutatud';
$strFieldsEmpty = ' Väljade loetelu on tühi! ';
$strFieldsEnclosedBy = 'Väljad ümbritsetud';
$strFieldsEscapedBy = 'Väljad varjatud';
$strFieldsTerminatedBy = 'Väljad eraldatud';
$strFields = 'Väljade arv';
$strField = 'Väli';
$strFileAlreadyExists = 'Fail %s on juba serveris olemas, muutke faili nime või kontrollige ülekirjutamise seadeid.';
$strFileCouldNotBeRead = 'Faili ei suudetud lugeda';
$strFileNameTemplateDescriptionDatabase = 'andmebaasi nimi';
$strFileNameTemplateDescription = 'Seda väärtust on tõlgendatud kasutades %1$sstrftime%2$s, sa võid kasutada sama aja(time) formaati. Lisaks tulevad ka järgnevad muudatused: %3$s. Ülejäänud teks jääb nii nagu ta on.';
$strFileNameTemplateDescriptionServer = 'serveri nimi';
$strFileNameTemplateDescriptionTable = 'tabeli nimi';
$strFileNameTemplate = 'Faili nime template';
$strFileNameTemplateRemember = 'jäta template meelde';
$strFileToImport = 'Imporditav Fail';
$strFixed = 'parandatud';
$strFlushPrivilegesNote = 'Märkus: phpMyAdmin võtab kasutajate privileegid otse MySQL privileges tabelist. Tabeli sisu võib erineda sellest, mida server hetkel kasutab, seda juhul kui olete käsitsi muudatusi teinud. Sellisel juhul peaksite te privileegid %staaslaadima%s enne jätkamist.';
$strFlushQueryCache = 'Tühjenda päringute vahemälu';
$strFlushTables = 'Tühjenda (sulge) kõik tabelid';
$strFlushTable = 'Ühtlusta tabelid ("FLUSH")';
$strFormat = 'Formaat';
$strFormEmpty = 'Puuduv väärtus vormis !';
$strFreePages = 'Vabad lehed';
$strFullText = 'Täistekstid';
$strFunction = 'Funktsioon';
 
$strGenBy = 'Genereerija ';
$strGeneralRelationFeat = 'Peamised seoste võimalused';
$strGenerate = 'Genereeri';
$strGeneratePassword = 'Genereeri parool';
$strGenTime = 'Tegemisaeg';
$strGeorgian = 'Gruusia';
$strGerman = 'Saksa';
$strGlobal = 'globaalne';
$strGlobalPrivileges = 'Globaalsed privileegid';
$strGlobalValue = 'Üldine väärtus';
$strGo = 'Mine';
$strGrantOption = 'Õigused';
$strGreek = 'Kreeka';
$strGzip = '"gzipitud"';
 
$strHandler = 'Töötleja';
$strHasBeenAltered = 'on muudetud.';
$strHasBeenCreated = 'on loodud.';
$strHaveToShow = 'Te peate valima vähemalt ühe veeru kuvamiseks';
$strHebrew = 'Heebrea';
$strHexForBinary = 'Kasuta 16nd koodi binaarväljades';
$strHome = 'Esileht';
$strHomepageOfficial = 'Ametlik phpMyAdmini koduleht';
$strHostEmpty = 'Masin on tühi!';
$strHost = 'Masin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ekspordi seaded';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ekspordi seaded';
$strHungarian = 'Ungari';
 
$strIcelandic = 'Islandi';
$strId = 'ID';
$strIdxFulltext = 'Täistekst';
$strIgnoreDuplicates = 'Ignoreeri korduvaid ridasid';
$strIgnore = 'Ignoreeri';
$strIgnoreInserts = 'Kasutaja ignoreeritavaid lisamisi';
$strIgnoringFile = 'Jätan vahele faili %s';
$strImportDocSQL = 'docSQL failide importimine';
$strImportFiles = 'Importige failid';
$strImportFormat = 'Imporditud faili formaat';
$strImport = 'Import';
$strIndexes = 'Indeksid';
$strIndexHasBeenDropped = 'Indeks %s kustutatud';
$strIndex = 'Indeks';
$strIndexName = 'Indeksi nimi&nbsp;:';
$strIndexType = 'Indeksi tüüp&nbsp;:';
$strIndexWarningMultiple = 'Rohkem kui üks %s võti loodi väljale `%s`';
$strIndexWarningPrimary = 'PRIMARY ja INDEX võtmed ei tohiks mõlemad olla määratud väljale `%s`';
$strIndexWarningTable = 'Probleemid tabeli `%s` indeksitega';
$strIndexWarningUnique = 'UNIQUE ja INDEX ei tohiks mõlemad olla määratud väljale `%s`';
$strInnoDBAutoextendIncrement = 'Automaatne suurenduse laiendus';
$strInnoDBAutoextendIncrementDesc = ' Automaatselt suurenev suurus mis lisatakse automaatselt suurenevale tabeliruumile kui see täitub.';
$strInnoDBBufferPoolSizeDesc = 'Mälupuhvri suurus mida InnoDB kasutab oma andmete ja indeksite puhverdamiseks.';
$strInnoDBBufferPoolSize = 'Puhverdusala suurus';
$strInnoDBDataFilePath = 'Andmefailid';
$strInnoDBDataHomeDir = 'Andmete kodukataloog';
$strInnoDBDataHomeDirDesc = 'Ühine kataloogi nimeosa kõigi InnoDB andmefailide jaoks.';
$strInnoDBPages = 'lehti';
$strInnodbStat = 'InnoDB staatus';
$strInsecureMySQL = 'Teie konfiguratsioonifail sisaldab seadeid (root kasutaja ilma paroolita) mis vastab MySQL-i vaikimisi priviligeeritud kasutajale. Kui Teie MySQL-i server jookseb sellise seadega on ta avatud rünnakutele, soovitav on see turvaauk kiiresti parandada.';
$strInsertAsNewRow = 'Lisa uue reana';
$strInsertedRowId = 'Lisatud rea id:';
$strInsertedRows = 'Lisatud read:';
$strInsert = 'Lisa';
$strInsertNewRow = 'Lisa uus rida';
$strInternalNotNecessary = '* Sisene seos ei ole vajalik kui ta eksisteerib ka InnoDB-s.';
$strInternalRelations = 'Sisesed seosed';
$strInUse = 'kasutusel';
$strInvalidAuthMethod = 'Vigane autoriseerimise meetod konfiguratsioonifailis:';
$strInvalidColumnCount = 'Veergude arv peab olema nullist suurem.';
$strInvalidColumn = 'Vigased välja veerud (%s) valitud!';
$strInvalidCSVParameter = 'Vigane parameeter CSV importimisel: %s';
$strInvalidFieldAddCount = 'Peate lisama vähemalt ühe välja.';
$strInvalidFieldCount = 'Tabelil peab olema vähemalt üks väli.';
$strInvalidLDIImport = 'See plugin ei toeta pakitud importe!';
$strInvalidRowNumber = '%d ei ole õige reanumber.';
$strInvalidServerHostname = 'Vigane hostname serverile %1$s. Palun kontrolli seadeid.';
$strInvalidServerIndex = 'Vigane serveri indeks: "%s"';
 
$strJapanese = 'Jaapani';
$strJoins = 'Liited';
$strJumpToDB = 'Hüppa andmebaasile &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Kustutatud&quot; kasutajad võivad ikka veel ligi pääseda serverile, kuni privileegid pole uuesti sisse loetud.';
$strJustDelete = 'Lihtsalt kustutage kasutajad privilege tabelist.';
 
$strKeepPass = 'Ärge muutke parooli';
$strKeyCache = 'Võtme vahemälu';
$strKeyname = 'Võtme nimi';
$strKill = 'Tapa';
$strKorean = 'Korea';
 
$strLandscape = 'Laipilt';
$strLanguageFileNotFound = 'Ei leia keele fail "%1$s" .';
$strLanguageUnknown = 'Tundmatu keel: %1$s.';
$strLatchedPages = 'Lukustatud lehed';
$strLatexCaption = 'Tabeli seletus';
$strLatexContent = 'Tabeli __TABLE__ sisu';
$strLatexContinuedCaption = 'Jätkuva tabeli seletus';
$strLatexContinued = '(jätkub)';
$strLatexIncludeCaption = 'Lisa tabeli seletus';
$strLatexLabel = 'Nimetuse võti';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX\'i seaded';
$strLatexStructure = 'Tabeli __TABLE__ struktuur';
$strLatvian = 'Läti';
$strLDI = 'CSV kasutades LOAD DATA';
$strLDIImportOptions = 'Seaded CSV impordiks kasutades LOAD DATA';
$strLDILocal = 'kasuta LOCAL võtmesõna';
$strLengthSet = 'Pikkus/Väärtused*';
$strLimitNumRows = 'Ridade arv lehel';
$strLinesTerminatedBy = 'Read lõpetatud';
$strLinkNotFound = 'Linki ei leitud';
$strLinksTo = 'Lingib ';
$strLithuanian = 'Leedu';
$strLocalhost = 'Lokaalne';
$strLocationTextfile = 'tekstifaili asukoht';
$strLoginInformation = 'Logimise informatsioon';
$strLogin = 'Sisselogimine';
$strLogout = 'Logi välja';
$strLogPassword = 'Parool:';
$strLogServer = 'Server';
$strLogUsername = 'Kasutajanimi:';
$strLongOperation = 'See tegevus võib võtta kaua aega. Jätkan?';
 
$strMaxConnects = 'maks. parallel ühendusi';
$strMaximalQueryLength = 'Loodud päringu maksimaalne pikkus';
$strMaximumSize = 'Maksimaalne suurus: %s%s';
$strMbExtensionMissing = 'Ei leitud mbstring PHP lisa ja tundub, et te kasutate mitmebaidilist tähetabelit. Ilma mbstring lisata ei suuda phpMyAdmin poolitada teksti korrektselt ja tulemus võib olla ootustele mittevastav.';
$strMbOverloadWarning = 'Te olete lubanud mbstring.func_overload oma PHP konfiguratsioonis. See seade ei ühildu phpMyAdminiga ja võib osade andmete kadumist põhjustada!';
$strMIME_available_mime = 'Olemasolevad MIME-tüübid';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Kirjeldus';
$strMIME_MIMEtype = 'MIME-tüüp';
$strMIME_nodescription = 'Selle transformatsiooni jaoks ei ole kirjeldust.<br />Palun küsige autorilt, mida %s teeb.';
$strMIME_transformation = 'Browseri transformatsioon';
$strMIME_transformation_note = 'Transformatsiooni võimaluste ja tema MIME-tüübi transformatsiooni nimekirjaks vajutage %stransformatsiooni kirjeldusele%s';
$strMIME_transformation_options_note = 'Palun sisestage transformatsiooniks vajalikud väärtused, kasutades järgmist formaati: \'a\',\'b\',\'c\'...<br />Kui teil on vaja edastada kaldkriips ("\") või ülakoma ("\'") nende väärtuste seas, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strMIME_transformation_options = 'Transformeerimise seaded';
$strMIMETypesForTable = 'MIME TÜÜBID TABELILE';
$strMIME_without = 'MIME-tüübid kursiivis ei oma eraldi transofrmatsiooni funktsiooni';
$strModifications = 'Muutused salvestatud';
$strModifyIndexTopic = 'Muuda indeksit';
$strModify = 'Muuda';
$strMoveTableOK = 'Tabel %s viidu üle andmebaasi %s.';
$strMoveTableSameNames = 'Ei saa tabelit iseendasse liigutada!';
$strMoveTable = 'Vii tabel üle (andmebaas<b>.</b>tabel):';
$strMultilingual = 'mitmekeelne';
$strMyISAMDataPointerSize = 'Andmeviida suurus';
$strMyISAMDataPointerSizeDesc = 'Vaikimisi viida suurus baitides, mida kasutatakse CREATE TABLE käsuga MyISAM tabelite jaoks kui MAX_ROWS seade on määramata.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Kui ajutine fail mida kasutatakse kiire MyISAM indeksi loomiseks on suurem kui kasutada siin määratud võtmecache suurust, siis eelistage võtmecache meetodit.';
$strMyISAMMaxExtraSortFileSize = 'Maksimaalne failisuurus ajutiste failide jaoks indeksi genereerimisel';
$strMyISAMMaxSortFileSizeDesc = 'Maksimaalne failisuurus MySQL-i ajutise faili jaoks mida kasutatakse MyISAM indeksi uuesti genereerimiseks (REPAIR TABLE, ALTER TABLE või LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimaalne suurus ajutiste sorteeringufailide jaoks';
$strMyISAMRecoverOptions = 'Automaatne taastamine';
$strMyISAMRecoverOptionsDesc = 'Automaatne taastamine purunenud MyISAM tabelitele, aktiveeritakse võtmega --myisam-recover serveri käivitamisel.';
$strMyISAMRepairThreadsDesc = 'Kui see väärtus on suurem kui 1 siis MyISAM tabeli indeksid luuakse paralleelselt (iga indeks oma lõimus) sorteerimise teel parandamise ajal.';
$strMyISAMRepairThreads = 'Paranda lõimud';
$strMyISAMSortBufferSizeDesc = 'Puhver mis hõivatakse kui sorteeritakse MyISAM indekseid REPAIR TABLE ajal või kui luuakse indekseid CREATE INDEX või ALTER TABLE käskudega.';
$strMyISAMSortBufferSize = 'Sordi puhvri suurus';
$strMySQLCharset = 'MySQLi tähetabel';
$strMysqlClientVersion = 'MySQL kliendi versioon';
$strMySQLConnectionCollation = 'MySQL ühenduse kollatsioon';
$strMySQLSaid = 'MySQL ütles: ';
$strMySQLShowProcess = 'Näita protsesse';
$strMySQLShowStatus = 'Näita MySQL-i jooksvat informatsiooni';
$strMySQLShowVars = 'Näita MySQL süsteemseid muutujaid';
 
$strName = 'Nimi';
$strNext = 'Järgmine';
$strNoActivity = 'Ebaaktiivne %s sekundit või rohkem, palun sisenege uuesti';
$strNoDatabases = 'Pole andmebaase';
$strNoDatabasesSelected = 'Ühtegi andmebaasi ei ole valitud.';
$strNoDescription = 'pole kirjeldust';
$strNoDetailsForEngine = 'Detailne seisuinformatsioon antud varundusmootori kohta puudub.';
$strNoDropDatabases = '"DROP DATABASE" käsud keelatud.';
$strNo = 'Ei';
$strNoExplain = 'Jäta SQL-i seletamine vahele';
$strNoFilesFoundInZip = 'Ei leidnud ühtegi faili ZIP arhiivist!';
$strNoFrames = 'phpMyAdmin on sõbralikum <b>frame toetava</b> browseriga.';
$strNoIndex = 'Indeksit pole defineeritud!';
$strNoIndexPartsDefined = 'Indeksi osad pole defineeritud!';
$strNoModification = 'Ei muudetud';
$strNone = 'Pole';
$strNoOptions = 'Sellel formaadil pole seadeid';
$strNoPassword = 'Ilma paroolita';
$strNoPermission = 'Webiserver ei oma õigusi , et salvestada fail %s.';
$strNoPhp = 'ilma PHP koodita';
$strNoPrivileges = 'Ei oma ühtegi privileegi';
$strNoRights = 'Teil pole piisavalt õigusi, et hetkel siin olla!';
$strNoRowsSelected = 'Ridu pole valitud';
$strNoSpace = 'Liiga vähe kettaruumi, et salvestada fail %s.';
$strNoTablesFound = 'Andmebaasist ei leitud tabeleid.';
$strNoThemeSupport = 'Teemade tugi puudub, palun kontrollige oma seadeid ja/või oma teemade kataloogi %s.';
$strNothingToImport = 'Te ei sisestanud andmeid Importimiseks!';
$strNotNumber = 'See pole number!';
$strNotOK = 'Ei ole korras';
$strNotSet = '<b>%s</b> tabelit ei leitud või ei eksisteeri %s';
$strNoUsersFound = 'Ei leitud ühtegi kasutajat.';
$strNoValidateSQL = 'Jäta SQL-i kontroll vahele';
$strNull = 'Null';
$strNumberOfFields = 'Väljade arv';
$strNumSearchResultsInTable = '%s vaste(t) tabelis <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kokku:</b> <i>%s</i> vaste(t)';
$strNumTables = 'Tabelid';
 
$strOK = 'Korras';
$strOpenNewWindow = 'Ava uus phpMyAdmin aken';
$strOperations = 'Tegevused';
$strOperator = 'Operaator';
$strOptimizeTable = 'Optimiseeri tabelit';
$strOr = 'või';
$strOverhead = 'Ülejääv';
$strOverwriteExisting = 'Kirjuta olemasolev(ad) fail(id) üle';
 
$strPageNumber = 'Lehenumber:';
$strPagesToBeFlushed = 'Lehed ühtlustamiseks';
$strPaperSize = 'Paberi suurus';
$strPartialImport = 'Osaline import';
$strPartialText = 'Lühendatud tekstid';
$strPasswordChanged = 'Kasutaja %s parool vahetati õnnestunult.';
$strPasswordEmpty = 'Parool on tühi!';
$strPasswordHashing = 'Parooli tärkimine';
$strPasswordNotSame = 'Paroolid ei ühti!';
$strPassword = 'Parool';
$strPdfDbSchema = 'Andmebaasi "%s" skeem - lehekülg %s';
$strPdfInvalidTblName = '"%s" tabel ei eksisteeri!';
$strPdfNoTables = 'Pole tabeleid';
$strPDFOptions = 'PDF seaded';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raporti pealkiri';
$strPerHour = 'tunni kohta';
$strPerMinute = 'minutis';
$strPerSecond = 'sekundis';
$strPersian = 'Pärsia';
$strPhoneBook = 'telefoniraamat';
$strPHP40203 = 'Te kasutate PHP 4.2.3, milles on tõsine viga mitmebaidiste tekstidega (mbstring). Vaadake PHP vearaportit 19404. Seda PHP versiooni ei soovitata kasutada phpMyAdminiga.';
$strPhp = 'Loo PHP kood';
$strPHPVersion = 'PHP versioon';
$strPmaDocumentation = 'phpMyAdmini dokumentatsioon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> konstant peab teie konfiguratsioonifailis määratud olema!';
$strPolish = 'Poola';
$strPortrait = 'Portreepilt';
$strPos1 = 'Algus';
$strPrevious = 'Eelmine';
$strPrimaryKeyHasBeenDropped = 'Primaarne võti kustutatud';
$strPrimaryKeyName = 'Primaarse võtme nimi peab olema... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>peab</b> olema ja <b>ainult</b> olema primaarse võtme nimi!)';
$strPrimary = 'Primaarne';
$strPrint = 'Prindi';
$strPrintViewFull = 'Trükivaade (täispikkade tekstidega)';
$strPrintView = 'Trükivaade';
$strPrivDescAllPrivileges = 'Sisaldab kõiki privileege peale GRANT.';
$strPrivDescAlter = 'Lubab muuta olemasolevate tabelite struktuure.';
$strPrivDescAlterRoutine = 'Lubabu salvestatud rutiinide muutmise ja kustutamise.';
$strPrivDescCreateDb = 'Lubab luua uusi andmebaase ja tabeleid.';
$strPrivDescCreateRoutine = 'Lubab salvestatud rutiinide loomise.';
$strPrivDescCreateTbl = 'Lubab luua uusi tabeleid.';
$strPrivDescCreateTmpTable = 'Lubab luua ajutisi tabeleid.';
$strPrivDescCreateUser = 'Lubab kasutajakontode loomise, kustutamise ja muutmise.';
$strPrivDescCreateView = 'Lubab uute vaadete loomist.';
$strPrivDescDelete = 'Lubab kustutada infot.';
$strPrivDescDropDb = 'Lubab kustuada andmebaase ja tabeleid.';
$strPrivDescDropTbl = 'Lubab kustutada tabeleid..';
$strPrivDescExecute5 = 'Lubab salvestatud rutiinide käivituse.';
$strPrivDescExecute = 'Lubab käivitada salvestatud protseduure; Ei oma mingit effekti antud MySQL versioonis.';
$strPrivDescFile = 'Lubab andmete eksportimist faili ja andmete importimist failidest.';
$strPrivDescGrant = 'Lubab lisada kasutajaid ja privileege ilma privileges tabelit taaskäivitamata.';
$strPrivDescIndex = 'Lubab luua ja kustutada indekseid.';
$strPrivDescInsert = 'Lubab lisada ja muuta infot.';
$strPrivDescLockTables = 'Lubab lukustada tabeleid aktiivse päringu tarbeks.';
$strPrivDescMaxConnections = 'Limiteerib ühenduste arvu tunnis kasutaja jaoks.';
$strPrivDescMaxQuestions = 'Limiteerib päringute arvu tunnis kasutaja jaoks.';
$strPrivDescMaxUpdates = 'Limiteerib käskude, mis muudavad suvalist tabelit või andmebaasi, arvu tunnis kasutaja jaoks';
$strPrivDescMaxUserConnections = 'Piirab ühenduste arvu mida kasutajal võib korraga olla.';
$strPrivDescProcess3 = 'Lubab tappa kasutajate protsesse.';
$strPrivDescProcess4 = 'Lubab vaadata täielikult päringuid protsessitabelis.';
$strPrivDescReferences = 'Ei oma antud MySQL versioonis mingit effekti.';
$strPrivDescReload = 'Lubab taaslaadida serveri seadmeid ja puhastada serveri cachet.';
$strPrivDescReplClient = 'Lubab kasutajal küsida kus on slaved/masterid.';
$strPrivDescReplSlave = 'Vajalik slavede paljundamiseks.';
$strPrivDescSelect = 'Lubab lugeda infot.';
$strPrivDescShowDb = 'Annab ligipääsu kogu andmebaasilistingule.';
$strPrivDescShowView = 'Lubab SHOW CREATE VIEW päringute käivitamise.';
$strPrivDescShutdown = 'Lubab serverit maha lasta.';
$strPrivDescSuper = 'Lubab ühenduda, isegi kui maksimaalne ühenduste arv on saavutatud; Vajalik enamike administratiivsete operatsioonide jaoks, nagu globaalsete muutujate seadmine või teiste kasutajate ühenduste tapmine.';
$strPrivDescUpdate = 'Lubab muuta infot.';
$strPrivDescUsage = 'Mitte ühtegi privileegi.';
$strPrivileges = 'Privileegid';
$strPrivilegesReloaded = 'Privileegid taaslaeti edukalt.';
$strProcesslist = 'Protsessinimekiri';
$strProtocolVersion = 'Protokolli versioon';
$strPutColNames = 'Pange väljade nimed esimesse ritta';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Päring näite järgi';
$strQueryCache = 'Päringute vahemälu';
$strQueryFrame = 'Päringuaken';
$strQueryOnDb = 'SQL-päring andmebaasist <b>%s</b>:';
$strQuerySQLHistory = 'SQL-ajalugu';
$strQueryStatistics = '<b>Päringu statistika</b>: Alates stardist, %s päringut on saadetud serverile.';
$strQueryTime = 'Päring kestis %01.4f sek';
$strQueryType = 'Päringu tüüp';
$strQueryWindowLock = 'Antud päringut mitte muuta väljaspool akent.';
 
$strReadRequests = 'Pöördumised lugemiseks';
$strReceived = 'Saadud';
$strRecords = 'Kirjeid';
$strReferentialIntegrity = 'Kontrolli pärinevust:';
$strRefresh = 'Uuenda';
$strRelationalSchema = 'Seoseskeem';
$strRelationNotWorking = 'Lisavõimalused töötamiseks lingitud tabelitega on deaktiveeritud. Et lugeda miks see nii on, vajutage %ssiia%s.';
$strRelationsForTable = 'SEOSED TABELILE';
$strRelations = 'Suhted';
$strRelationView = 'Pärinevuse vaade';
$strReloadingThePrivileges = 'Taaslaen privileege';
$strReloadMySQL = 'Taaslae MySQL';
$strRemoveSelectedUsers = 'Eemalda valitud kasutajad';
$strRenameDatabaseOK = 'Andmebaas %s on ümber nimetatud %s';
$strRenameTable = 'Nimeta tabel ümber';
$strRenameTableOK = 'Tabel %s on ümber nimetatud %s';
$strRepairTable = 'Paranda tabelit';
$strReplaceNULLBy = 'Asenda NULL ';
$strReplaceTable = 'Asenda tabeli andmed failiga';
$strReplication = 'Tiražeerimine';
$strReset = 'Tühista';
$strResourceLimits = 'Ressursilimiidid';
$strReType = 'Sisesta uuesti';
$strRevokeAndDeleteDescr = 'Kasutajatel on ikka veel USAGE privileeg, kuni privileegid pole taaslaetud.';
$strRevokeAndDelete = 'Eemalda kõik aktiivsed privileegid kasutajatelt ning kustuta nad pärast seda.';
$strRevokeMessage = 'Te võtsite tagasi privileegid %s-lt';
$strRevoke = 'Võta tagasi';
$strRomanian = 'Rumeenia';
$strRowLength = 'Rea pikkus';
$strRowsFrom = 'read alates';
$strRowSize = ' rea suurus ';
$strRowsModeFlippedHorizontal = 'horisontaalne (pööratud päis)';
$strRowsModeHorizontal = 'horisontaalselt';
$strRowsModeOptions = 'näita %s and korda pealkirju iga %s järel';
$strRowsModeVertical = 'vertikaalselt';
$strRows = 'Ridu';
$strRowsStatistic = 'Rea statistika';
$strRunning = 'jookseb masinas %s';
$strRunQuery = 'Lae päring';
$strRunSQLQueryOnServer = 'Käivita SQL käsk/käsud Masinas %s';
$strRunSQLQuery = 'Päri SQL päring(uid) andmebaasist %s';
$strRussian = 'Vene';
 
$strSaveOnServer = 'Salvestage serverisse kataloogi %s';
$strSave = 'Salvesta';
$strScaleFactorSmall = 'Skalaarfaktor on liiga väike, et skeem mahuks ühele lehele.';
$strSearchFormTitle = 'Otsi andmebaasist';
$strSearchInTables = 'Otsi tabeli(te)st:';
$strSearchNeedle = 'Sõna(d) või väärtus(ed) otsinguks (lühend: "%"):';
$strSearchOption1 = 'vähemalt üks sõnadest';
$strSearchOption2 = 'kõik sõnadest';
$strSearchOption3 = 'täpne fraas';
$strSearchOption4 = 'regulaaravaldisena';
$strSearch = 'Otsi';
$strSearchResultsFor = 'Otsingu tulemused "<i>%s</i>" %s:';
$strSearchType = 'Leia:';
$strSecretRequired = 'Konfiguratsioonifail nõuab nüüd salajast võtmesõna (blowfish_secret).';
$strSelectADb = 'Valige andmebaas';
$strSelectAll = 'Märgista kõik';
$strSelectBinaryLog = 'Valige binaarne logi vaatamiseks';
$strSelectFields = 'Vali väljad (vähemalt üks):';
$strSelectNumRows = 'päringus';
$strSelectTables = 'Vali tabelid';
$strSend = 'Salvesta failina';
$strSent = 'Saadetud';
$strServerChoice = 'Serveri valik';
$strServerNotResponding = 'Server ei vasta';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Ajastatud lisamised';
$strServerStatus = 'Jooksev informatsioon';
$strServerStatusUptime = 'See MySQL server on käinud %s. Käivitusaeg %s.';
$strServerTabProcesslist = 'Protsessid';
$strServerTabVariables = 'Muutujad';
$strServerTrafficNotes = '<b>Serveri liiklus</b>: Need tabelid näitavad võrguliikluse statistikat selle MySQL serveri jaoks alates tema käivitamisest.';
$strServerVars = 'Serveri muutujad ja seaded.';
$strServerVersion = 'Serveri versioon';
$strSessionValue = 'Sessiooni väärtus';
$strSetEnumVal = 'Kui välja tüüp on "enum" või "set", palun sisestage väärtused kasutades järgmist paigutust: \'a\',\'b\',\'c\'...<br />Kui te peate lisama kaldkriipsu ("\") või ülakoma ("\'") sinna paigutusse, varjestage see tagurpidi kaldkriipsuga (näiteks \'\\\\xyz\' või \'a\\\'b\').';
$strShowAll = 'Näita kõiki';
$strShowColor = 'Näita värvi';
$strShowDatadictAs = 'Andmesõnastiku formaat';
$strShowFullQueries = 'Näita täispikkasid päringuid';
$strShowGrid = 'Näita võrgustiku';
$strShowingBookmark = 'Näitan järjehoidjat';
$strShowingRecords = 'Näita ridu';
$strShow = 'Näita';
$strShowOpenTables = 'Näita avatud tabeleid';
$strShowPHPInfo = 'Näita PHP informatsiooni';
$strShowSlaveHosts = 'Näita alluvaid(slave)';
$strShowSlaveStatus = 'Näita alluvate(slave) staatust';
$strShowStatusBinlog_cache_disk_useDescr = 'Ülekannete number mida kasutab ajutise binaar logi vahemälu kuid ületab binlog_cache_size suurust ja kasutatakse ajutist faili et salvestada ülekande Käske (päringuid).';
$strShowStatusBinlog_cache_useDescr = 'Ülekannete number mis kasutasid ajutist binaar logi vahemälu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Ajutiste tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades. Kui Created_tmp_disk_tables on suur, sa võid tahta suurendada tmp_table_size väärtust et olla mälul baseeruv mitte kettal.';
$strShowStatusCreated_tmp_filesDescr = 'Mitu ajutist faili mysqld on loonud.';
$strShowStatusCreated_tmp_tablesDescr = 'Ajutiste mälul baseeruvate tabelite arv, loodud automaatselt serveri poolt, päringuid käivitades.';
$strShowStatusDelayed_errorsDescr = 'Mitu rida on loodud käsuga INSERT DELAYED milles toimus viga (arvatavasti korduv võti).';
$strShowStatusDelayed_insert_threadsDescr = 'Mitu INSERT DELAYED töötleja (handler) lõimu on kasutuses. Iga erinev tabel mis kasutab INSERT DELAYED saab oma lõimu.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ridasid loodud.';
$strShowStatusFlush_commandsDescr = 'FLUSH käskude arv.';
$strShowStatusHandler_commitDescr = 'Sisemiste COMMIT käskude arv.';
$strShowStatusHandler_deleteDescr = 'Mitu korda rida kustutati tabelist.';
$strShowStatusHandler_discoverDescr = 'MySQLi server võib küsida "NDB Cluster storage engine" (klaster salvestus mootor) kas ta teab tabelit etteantud nimega. Seda kutsutakse avastus(discovery). Handler_discover annab mitu korda on tabel leitud.';
$strShowStatusHandler_read_firstDescr = 'Mitu korda loeti esimene tulemus indeksist. Kui see on suur, see soovitab et server teeb palju täis indeksi skaneerimist; näitkes, SELECT col1 FROM foo, arvates et col1 indekseeritud.';
$strShowStatusHandler_read_keyDescr = 'Mitu korda loeti rida võtme järgi. Kui see on suur, see on hea näitaja et sinu päringud ja tabelid on korralikult indekseeritud.';
$strShowStatusHandler_read_nextDescr = 'Mitu korda saadi käsk lugeda võtme järgi järgmine rida. See on suurenev kui sa pärid indekseeritud piiratud välja või sa teed indeksi skaneerimist.';
$strShowStatusHandler_read_prevDescr = 'Mitu korda saadi käsk lugeda võtme järgi eelnev rida. See lugemise meetod on peamiselt kasutatud optimiseerimiseks ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Mitu korda saadi käsk lugeda kindel rida. See on suur kui sa teed palju päringuid mis vajavad tulemuse sorteerimist. Sa kasutad kindlasti päringuid mis vajavad MySQLi et skaneerida kogu tabelit või liited(joins) mis ei kasuta võtmeid korralikult.';
$strShowStatusHandler_read_rnd_nextDescr = 'Mitu korda saadi käsk lugeda järgmine rida andmefailist. See on suur kui sa teed palju tabeli skaneerimisi. Enamasti see soovitab et sinu tabelid pole korralikult indekseeritud või sinu päringud pole kirjutatud nii et võtta eeliseid sinu loodud indeksitest.';
$strShowStatusHandler_rollbackDescr = 'Mitu korda käivitati sisemine ROLLBACK lausung.';
$strShowStatusHandler_updateDescr = 'Mitu korda uuendati tabeli rida.';
$strShowStatusHandler_writeDescr = 'Mitu korda lisati uus rida tabelisse.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Mitu lehekülge sisaldab andmeid (puhast või musta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Mitu lehekülge on mustad.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Mitu puhvri lehekülge on määratud puhastamisele.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Mitu puu lehekülge.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Mitu lukus lehte on InnoDB puhvris. Need lehed on hetkel lugemisel või kirjutamisel ja pole võimalik puhastada või kustutada mingil põhjusel.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Mitu lehte on hetkel kasutuses kuna nad reserveeritud nagu rea lukustus või kohanemisvõimeline indeks. Seda summat saab ka arvutada nii Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Kogu puhvris suurus, lehtedes.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Mitu InnoDB juhuslikku(random) ette-lugemisi on töös. See juhtub kui päring on skaneerida suur osa tabelist kuid juhuslikus järjekorras.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Mitu InnoDB järjestikku ette-lugemisi on töös. See juhtub kui InnoDB teeb järjestikulist kogu tabeli skaneerimist.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Mitu loogilist lugemist InnoDB on teinud.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Mitu loogilist lugemist InnoDB polnud võimalik puhvris poolt rahuldada ja tegi üksiku lehe lugemise.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavaliselt, kirjutab InnoDB puhvri taustal. Kuid, kui vajalik kirjutada leht ja ühtegi puhast lehte pole saadaval, on vajalik oodata et lehed oleksid enne ühtlustatud. See This loendur loeb kõiki neid ootamisi. Kui puhvri suurus on seatud korralikult, se number peaks olema väike.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Mitu korda kirjutas InnoDB puhvrisse.';
$strShowStatusInnodb_data_fsyncsDescr = 'Mitu fsync() operatsiooni siiani.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Mitu hetkel ootel fsync() operatsiooni.';
$strShowStatusInnodb_data_pending_readsDescr = 'Mitu ootel lugemist.';
$strShowStatusInnodb_data_pending_writesDescr = 'Mitu ootel kirjutamist.';
$strShowStatusInnodb_data_readDescr = 'Suurus kui palju andmeid on loetud siiani, baitides.';
$strShowStatusInnodb_data_readsDescr = 'Mitu korda loetud.';
$strShowStatusInnodb_data_writesDescr = 'Mitu korda andmeid kirjutati.';
$strShowStatusInnodb_data_writtenDescr = 'Suurus palju andmeid on kirjutatud, baitides.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Mitu korda tehti topeltkirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Mitu korda tehti topeltkirjutamise kirjutamist ja mitu lehte on kirjutatud just sellel põhjusel.';
$strShowStatusInnodb_log_waitsDescr = 'Mitu ootamist on olnud sellepärast et logi puhver oli liiga väike ja pidi ootama enne ühtlustamist et jätkata.';
$strShowStatusInnodb_log_write_requestsDescr = 'Mitu logi kirjutamise soovi.';
$strShowStatusInnodb_log_writesDescr = 'Mitu füüsilist kirjutamist logi faili.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Mitu fsyncs kirjutamist tehtud logi faili.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Mitu ootel logi faili fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ootel logifaili kirjutamisi.';
$strShowStatusInnodb_os_log_writtenDescr = 'Mitu baiti on kirjutatud logi faili.';
$strShowStatusInnodb_pages_createdDescr = 'Lehti loodud.';
$strShowStatusInnodb_page_sizeDescr = 'Sisse-kompileeritud InnoDB lehe suurus (vaikimisi 16KB). Paljud väärtused on loetud lehtedes; lehe suurus lubab neid lihtsalt arvutada baitidesse.';
$strShowStatusInnodb_pages_readDescr = 'Lehti loetud.';
$strShowStatusInnodb_pages_writtenDescr = 'Lehti kirjutatud.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Mitu rea lukustamist on hetkel ootel.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Keskimne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_timeDescr = 'Aeg mis on raisatud pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimaalne aeg pärides rea lukustust, millisekundites.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Mitu korda pidi rea lukustus ootama.';
$strShowStatusInnodb_rows_deletedDescr = 'Mitu rida kustutatud InnoDB tabelitest.';
$strShowStatusInnodb_rows_insertedDescr = 'Mitu rida lisati InnoDB tabelitesse.';
$strShowStatusInnodb_rows_readDescr = 'Mitu rida loetud InnoDB tabelitest.';
$strShowStatusInnodb_rows_updatedDescr = 'Mitu rida uuendati InnoDB tabelites.';
$strShowStatusKey_blocks_not_flushedDescr = 'Mitu võtme plokki on võtme vahemälus muutunud kui pole veel kettale kirjutatud. Tuntud nagu Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Mitu kasutamatta võtme plokki on võtme vahemälus. Sa saad kasutatda seda väärtust et teada saada kui palju võtme vahemälust on kasutuses.';
$strShowStatusKey_blocks_usedDescr = 'Mitu kasutatud plokki on võtme vahemälus. See väärtus näitab maksimaalse plokkide arvu mis on kunagi olnud kasutuses.';
$strShowStatusKey_read_requestsDescr = 'Mitu päringut et lugeda võtme plokk vahemälust.';
$strShowStatusKey_readsDescr = 'Mitu füüsilist lugemist lugeda võtme plokk kettalt. kui Key_reads on suur, siis sinu key_buffer_size näitaja on kindlasti väike. Vahemälus möödaminek on võimalik arvutada nii Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Mitu päringut et kirjutada võtme plokk vahemällu.';
$strShowStatusKey_writesDescr = 'Mitu füüsilist kirjutamist kirjutada võtme plokk kettale.';
$strShowStatusLast_query_costDescr = 'Viimase kompileeritud päringu arvuatud tulemus päringu optimiseerija vastu. Kasulik võrdlemaks erinevaid päringu plaane ühelt ja samalt päringult. Vaikimisi väärtus 0 tähendab et päring pole veel töödeldud.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Mitu rida on ootel INSERT DELAY päringutes.';
$strShowStatusOpened_tablesDescr = 'Mitu tabelit on avatud. Avatud tabeleid on palju siis sinu tabeli vahemälus kindlasti liiga väike.';
$strShowStatusOpen_filesDescr = 'Mitu faili on avatud.';
$strShowStatusOpen_streamsDescr = 'Mitu voogu on hetkel avatud (enamasti logimiseks).';
$strShowStatusOpen_tablesDescr = 'Mitu tabelit on hetkel avatud.';
$strShowStatusQcache_free_blocksDescr = 'Vabad mälu plokid päringute vahemälus.';
$strShowStatusQcache_free_memoryDescr = 'Vaba mälu päringute vahemälus.';
$strShowStatusQcache_hitsDescr = 'Leitud Puhvrist.';
$strShowStatusQcache_insertsDescr = 'Mitu päringut on lisatud vahemällu.';
$strShowStatusQcache_lowmem_prunesDescr = 'Mitu päringut kustutati puhvrist et vabastada mälu uutele päringutele. See informatsioon aitab sind päringute-puhvri suuruse seadistamisel. Päringute vahemälu kasutab viimati kasutatud strateegiat(LRU) et otsustada millised päringud eemaldada puhvrist.';
$strShowStatusQcache_not_cachedDescr = 'Mitu mitte-puhverdatud päringut (pole salvestatud vahemällu, või sõltuvalt query_cache_type sätetest mitte puhverdatud).';
$strShowStatusQcache_queries_in_cacheDescr = 'Mitu päringut on registreeritud vahemälus.';
$strShowStatusQcache_total_blocksDescr = 'Plokkide koguarv päringute vahemälus.';
$strShowStatusReset = 'Nulli';
$strShowStatusRpl_statusDescr = 'See staatus on tõrkekindel tiraþeerimine (failsafe replication) (pole veel kasutuses).';
$strShowStatusSelect_full_joinDescr = 'Liited(joins) mis ei kasuta indekseid. Kui see näitaja on 0, peaksid ettevaatlikult kontrollima oma tabelites indekseid.';
$strShowStatusSelect_full_range_joinDescr = 'Liidete arv mida kasutati piirkonna otsimisel eelistatud tabelist.';
$strShowStatusSelect_range_checkDescr = 'Ilma võtmeta liidete(joins) arv mis konrollivad peale igat rida võtme kasutamist. (Kui see pole 0 siis peaksid ettevaatlikult kontrollima oma tabelite indekseid.)';
$strShowStatusSelect_rangeDescr = 'Liidete arv mida kasutati esimese tabeli piirides. (Pole eriti kriitiline kui see on väga suur.)';
$strShowStatusSelect_scanDescr = 'Liidete arv mis tegid täielikku skaneerimist esimesest tabelist.';
$strShowStatusSlave_open_temp_tablesDescr = 'Ajutiste tabelite arv mis on hetkel avatud alam-lõimu(replication slave) poolt.';
$strShowStatusSlave_retried_transactionsDescr = 'Kogusumma (alates käivitamisest) mitu korda tiraþeerimise(replication) SQL alam-lõim(replication slave) proovis ülekandeid.';
$strShowStatusSlave_runningDescr = 'Kui see on ON kui serveril on alam server(masin) mis on ühenduses masteriga.';
$strShowStatusSlow_launch_threadsDescr = 'Lõimude arv mis võtsid rohkem aega käivitamiseks kui slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Päringute arv mis võtsid rohkem aega kui long_query_time sekundites.';
$strShowStatusSort_merge_passesDescr = 'Edukate ühinemiste(merge) arv millega lühike algoritm on tegelenud. Kui see väärtuse on suur, sa peaksid mõtlema sort_buffer_size väärtuse suurendamist.';
$strShowStatusSort_rangeDescr = 'Sorteerimiste arv mis on tehtud piirkonna ulatuses.';
$strShowStatusSort_rowsDescr = 'Sorteritud ridade arv.';
$strShowStatusSort_scanDescr = 'Sorteerimiste arv mis on tehtud tabeli skaneerimist kasutades.';
$strShowStatusTable_locks_immediateDescr = 'Mitu korda tabeli lukustus jõustus koheselt.';
$strShowStatusTable_locks_waitedDescr = 'Mitu korda tabeli lukustus ei jõustunud koheselt ja pandi ootele. Kui see on suur ja jõudlusega on probleeme, sa peaksid optimiseerima oma päringuid või poolitama oma tabelid või kasutama tiraþeerimist(replication).';
$strShowStatusThreads_cachedDescr = 'Lõimude arv Lõimude vahemälus. Vahemälu kasutamist(hit) on võimalik arvutada nii Threads_created/Connections. Kui see on punane paksid suurendama thread_cache_size suurust.';
$strShowStatusThreads_connectedDescr = 'Hetkel avatud ühendusi.';
$strShowStatusThreads_createdDescr = 'Lõimude arv mis on loodud ühenduste haldamiseks. Kui Threads_created on suur siis suurenda thread_cache_size väärtust. (Tavaliselt see ei anna märgatavat kiiruse tõusu kui Lõimude teostus on korralik.)';
$strShowStatusThreads_runningDescr = 'Lõimude arv mis mis hetkel ei maga.';
$strShowTableDimension = 'Näita tabelite dimensiooni';
$strShowTables = 'Näita tabeleid';
$strShowThisQuery = ' Näita päringut siin uuesti ';
$strSimplifiedChinese = 'Lihtsustatud Hiina';
$strSingly = '(üksikult)';
$strSize = 'Suurus';
$strSkipQueries = 'Käske (päringuid) mida algusest vahele jätta';
$strSlovak = 'Slovaki';
$strSlovenian = 'Sloveenia';
$strSocketProblem = '(või kohaliku MySQL serveri soketid ei ole korrektselt seadistatud)';
$strSortByKey = 'Sorteeri võtme järgi';
$strSorting = 'Järjestamine';
$strSort = 'Sorteeri';
$strSpaceUsage = 'Ruumivõtt';
$strSpanish = 'Hispaania';
$strSplitWordsWithSpace = 'Sõnad on eraldatud tühikuga (" ").';
$strSQLExportCompatibility = 'SQL ekspordiga ühilduvus';
$strSQLExportType = 'Ekspordi tüüp';
$strSQLOptions = 'SQL seaded';
$strSQLParserBugMessage = 'On võimalus, et te leidsite vea SQL parseris. Palun kontrollige oma päringut täpsemalt ja kontrollige, et jutumärgid/ülakomad oleks korrektselt lõpetatud. Veel on võimalik, et te loete sisse faili kus on binaarne info väljaspool varjestatud tekstiala. Samuti võiksite te proovida oma päringut MySQLi käsureal. MySQLi viga väljastatakse päringu all, kui seal tõesti on mõni viga, siis see võib aidata teil leida vea algpõhjuseid. Kui teil on peale seda ikka veel probleeme või kui mu parser keeldub töötamast ning MySQL käsurida töötab, siis palun vähendage oma päringuid üksiku päringuni, mis põhjustab probleeme ja sisestage vea raport koos viga põhjustanud päringuga LÕIGET sektsioonis allpool:';
$strSQLParserUserError = 'Tundub, et teie SQL päringus on viga. MySQLi serveri error peaks ilmuma allpool, kui seal on midagi, siis peaks see teil aitama leia vea põhjust.';
$strSQLQuery = 'SQL-päring';
$strSQLResult = 'SQL tulemus';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Vigane identifikaator';
$strSQPBugUnclosedQuote = 'Sulgemata jutumärk/ülakoma';
$strSQPBugUnknownPunctuation = 'Tundmatu suunav tekst';
$strStatCheckTime = 'Viimane vaatamine';
$strStatCreateTime = 'Loodud';
$strStatement = 'Parameerid';
$strStatUpdateTime = 'Viimane muudatus';
$strStatus = 'Staatus';
$strStorageEngines = 'Varundusmootorid';
$strStorageEngine = 'Varundusmootor';
$strStrucCSV = 'CSV andmed';
$strStrucData = 'Struktuur ja andmed';
$strStrucDrop = 'Lisa DROP TABLE';
$strStrucExcelCSV = 'CSV MS Exceli jaoks';
$strStrucNativeExcel = 'Loomulikud MS Exceli andmed';
$strStrucOnly = 'Ainult struktuur';
$strStructPropose = 'Soovita tabeli struktuuri';
$strStructure = 'Struktuur';
$strSubmit = 'Vali';
$strSuccess = 'Teie SQL päring täideti edukalt';
$strSum = 'Summa';
$strSwedish = 'Rootsi';
$strSwitchToDatabase = 'Mine kopeeritud andmebaasile';
$strSwitchToTable = 'Mine üle kopeeritud tabelile';
 
$strTableAlreadyExists = 'tabel %s on juba olemas!';
$strTableComments = 'Tabeli kommentaarid';
$strTableEmpty = 'Tabeli nimi on tühi!';
$strTableHasBeenDropped = 'Tabel %s kustutatud';
$strTableHasBeenEmptied = 'Tabel %s tühjendatud';
$strTableHasBeenFlushed = 'Tabel %s ühtlustatud';
$strTableMaintenance = 'Tabeli hooldus';
$strTableOfContents = 'Sisukord';
$strTableOptions = 'Tabeli seaded';
$strTables = '%s tabel(it)';
$strTableStructure = 'Struktuur tabelile';
$strTable = 'Tabel';
$strTableType = 'Tabeli tüüp';
$strTakeIt = 'võta see';
$strTblPrivileges = 'Tabel-spetsiifilised privileegid';
$strTempData = 'Ajutised andmed ';
$strTextAreaLength = ' Oma suuruse tõttu<br /> võib see väli olla mittemuudetav ';
$strThai = 'Tai';
$strThemeNoPreviewAvailable = 'Eelvaade pole saadaval.';
$strTheme = 'Teema / Stiil';
$strThisHost = 'Antud host';
$strThisNotDirectory = 'See ei olnud kataloog';
$strThreads = 'Lõimud';
$strThreadSuccessfullyKilled = 'Protsess %s katkestati edukalt.';
$strTime = 'Aeg';
$strTimeoutInfo = 'Eelmine Import aegus, peale uuesti postitamist jätkub asukohast %d.';
$strTimeoutNothingParsed = 'Kuigi viimasel laadimisel andmeid ei töödeldud, see tähendab enamasti et phpMyAdmin pole võimeline Importi lõpetama, kui sa php skripti aega ei pikenda.';
$strTimeoutPassed = 'Skripti ajalimiit on ületatud, kui soovid importimist jätkata, palun lae sama fail uuesti ja import jätkub.';
$strToggleScratchboard = 'vaheta märkmetahvlit';
$strTotal = 'kokku';
$strTotalUC = 'Kokku';
$strTraditionalChinese = 'Traditsionaalne Hiina';
$strTraditionalSpanish = 'Traditsionaalne Hispaania';
$strTraffic = 'Liiklus';
$strTransactionCoordinator = 'Ülekande kordinaator';
$strTransformation_application_octetstream__download = 'Näita linki millega laadida alla välja binaarne info. Esimene seade on binaarse faili nimi. Teine seade on võimalik väljanimi tabelis mis sisaldab failinime. Kui te määrate teise seade siis peab esimene seade olema tühi tekst';
$strTransformation_application_octetstream__hex = 'Kuvab andmed 16nd süsteemis.';
$strTransformation_image_jpeg__inline = 'Kuvab lingitud väikepildi; seaded: laius,kõrgus pikslites (hoiab alles originaalpildi laiuse-kõrguse suhte)';
$strTransformation_image_jpeg__link = 'Kuvab lingi sellele pildile (otsene binaarne allalaadimine, jne.).';
$strTransformation_image_png__inline = 'Vaata image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Võtab TIME, TIMESTAMP või DATETIME tüüpi välja ja teisendab selle Teie lokaalse ajaseade järgi. Esimene seade on lisa (tundides) , mis lisatakse ajale (vaikimisi: 0). Teine seade on teistsugune ajamäärang vastavalt PHP strftime() funktsioonile.';
$strTransformation_text_plain__external = 'AINULT LINUXILE: Käivitab välise aplikatsiooni ja annab talle standard sisendisse ette välja sisu. Tagastab aplikatsiooni standard väljundi. Vaikimisi on selleks Tidy, et kuvada ilusti formaaditud HTML koodi. Turvariskide maandamiseks peate te käsitsi muutma faili libraries/transformations/text_plain__external.inc.php ja lisama sinna programmid mida te lasete käivitada. Esimene seade on siis kasutatava programmi number, teine seade on programmi parameetrid. Kui kolmas seade on 1 siis töödeldakse väljund funktsiooniga htmlspecialchars() (vaikimisi 1). Kui neljas seade on 1 pannakse NOWRAP sisu lahtrile nii, et kogu väljund kuvatakse ilma formaati muutmata(vaikimisi 1)';
$strTransformation_text_plain__formatted = 'Hoiab alles originaalset välja formaati. Ei varjestata.';
$strTransformation_text_plain__imagelink = 'Kuvab pildi ja lingi, väli sisaldab failinime; esimene seade on eelnev tekst nagu "http://domain.com/", teine seade on laius pikslites, kolmas on kõrgus.';
$strTransformation_text_plain__link = 'Kuvab lingi, väli sisaldab failinime; esimene seade on eelnev tekst näiteks "http://domain.com/", teine seade on nimi lingile.';
$strTransformation_text_plain__sql = 'Vormib SQL päringu tekstiks esile tõstetuna.';
$strTransformation_text_plain__substr = 'Näitab ainult osa tekstist. Esimene seade on määrang kust positsioonilt teie teksti kuva hakkab.(vaikimisi 0). Teine seade on kuipalju teksti tagastatakse, kui see tühjaks jätta, tagastatakse kogu allesjäänud tekst. Kolmas seade defineerib mis tekst lisatakse väljundi lõppu kui saadud tekst tagastatakse. (vaikimisi: ...) .';
$strTruncateQueries = 'Lühenda näidatavad päringud';
$strTurkish = 'Türgi';
$strType = 'Tüüp';
 
$strUkrainian = 'Ukraina';
$strUncheckAll = 'Puhasta kõik';
$strUnicode = 'Unikaalne';
$strUnique = 'Unikaalne';
$strUnknown = 'tundmatu';
$strUnselectAll = 'Puhasta kõik';
$strUnsupportedCompressionDetected = 'Proovisid laadida faili tundmatu pakkimisega (%s). Võimalik et toetus ei ole veel lisatud või on sinu seadetes keelatud.';
$strUpdatePrivMessage = 'Te uuendasite privileege %s-l.';
$strUpdateProfileMessage = 'Profiil uuendatud.';
$strUpdateQuery = 'Uuenda päringut';
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';
$strUpgrade = 'Te peaksite uuendama %s -i versioonini %s või uuemaks.';
$strUploadLimit = 'Te kindlasti proovisite laadida liiga suurt faili. Palun uuri dokumentatsiooni %sdocumentation%s selle limiidi seadmiseks.';
$strUsage = 'Kasutus';
$strUseBackquotes = 'Kasutage tagurpidi kaldkriipse tabelites või tabelinimedes';
$strUsedPhpExtensions = 'Kasutatud PHP laiendid';
$strUseHostTable = 'Kasuta host tabelit';
$strUserAlreadyExists = 'Kasutaja %s on juba olemas!';
$strUserEmpty = 'Kasutajanimi on tühi!';
$strUser = 'Kasutaja';
$strUserName = 'Kasutajanimi';
$strUserNotFound = 'Valitud kasutajat ei leitud privileegide tabelist.';
$strUserOverview = 'Kasutaja ülevaade';
$strUsersDeleted = 'Valitud kasutajad on õnnestunult kustutatud.';
$strUsersHavingAccessToDb = 'Kasutajad kellel on ligipääs &quot;%s&quot;';
$strUseTabKey = 'Kasutage TAB klahvi, et liikuda ühelt väärtuselt teisele või CTRL+nool, et liikuda noole suunas';
$strUseTables = 'Kasuta tabeleid';
$strUseTextField = 'Kasutage tekstivälja';
$strUseThisValue = 'Kasuta seda väärtust';
 
$strValidateSQL = 'Kontrolli SQL-i';
$strValidatorError = 'SQL-i valideerijat ei suudetud avada. Palun kontrollige, et te olete installinud vastavad php moodulid nagu on kirjeldatud %sdokumentatsioonis%s.';
$strValue = 'Väärtus';
$strVar = 'Muutuja';
$strVersionInformation = 'Versiooni info';
$strViewDumpDatabases = 'Näita andmebaaside sisu (skeemi)';
$strViewDumpDB = 'Vaata andmebaasi väljundit (skeemi)';
$strViewDump = 'Vaata tabeli väljundit (skeemi)';
$strViewHasBeenDropped = 'Vaade %s on kustutatud';
$strView = 'Vaade';
 
$strWebServerUploadDirectoryError = 'Kataloog mille Te üleslaadimiseks sättisite ei ole ligipääsetav';
$strWebServerUploadDirectory = 'webiserveri üleslaadimiskataloogi';
$strWelcome = 'Tere tulemast %s';
$strWestEuropean = 'Lääne-Euroopa';
$strWildcard = 'metamärk';
$strWindowNotFound = 'Vajaliku sirvija akent ei suudetud uuendada. Võibolla Te olete peaakna sulgenud või Teie sirvija ei luba akendevahelist suhtlist tänu turvaseadetele.';
$strWithChecked = 'Valitud:';
$strWriteRequests = 'Pöördumised kirjutamiseks';
$strWritingCommentNotPossible = 'Kommentaaride kirjutamine ei ole võimalik.';
$strWritingRelationNotPossible = 'Sõltuvuse kirjutamine ei ole võimalik';
$strWrongUser = 'Vale kasutajanimi/parool. Ligipääs keelatud.';
 
$strXML = 'XML';
 
$strYes = 'Jah';
 
$strZeroRemovesTheLimit = 'Märkus: Märkides antud seaded 0 (null) , eemaldate limiidi.';
$strZip = '"zipitud"';
 
// To translate:
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
 
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
 
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
 
$strSQLImportOptions = 'SQL options'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
 
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/finnish-iso-8859-1.inc.php
0,0 → 1,990
<?php
/* $Id: finnish-iso-8859-1.inc.php,v 2.124.2.4.4.1 2006/08/02 17:00:56 lem9 Exp $ */
 
/*
* Translated by Jouni Kähkönen, <address withdrawn>
* Previous translations by Visa Kopu, <visa@visakopu.net>
*
* Nov 2005: Several changes and fixes done (by Jouni Kähkönen)
* Toisinnon 2.7.0-dev käännöstyö valmis tänään 10.11.2005 kello 19:18
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('tavua', 'kt', 'Mt', 'Gt', 'Tt', 'Pt', 'Et');
 
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y klo %H:%M';
 
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
 
'Kertoo, kuinka monesti replikaation SQL-alisäie on uudelleen yrittänyt transkatioita kaikkiaan käynnistyksestä lähtien.';
 
$strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
$strAccessDenied = 'Pääsy kielletty';
$strAction = 'Toiminnot';
$strAddAutoIncrement = 'Lisää \'AUTO_INCREMENT\'-arvo';
$strAddConstraints = 'Lisää rajoitteet';
$strAddDeleteColumn = 'Lisää/poista sarakkeita';
$strAddDeleteRow = 'Lisää/poista hakuehtoja';
$strAddDropDatabase = 'Lisää \'DROP DATABASE\'';
$strAddedColumnComment = 'Lisätty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lisätty relaatio sarakkeeseen';
$strAddFields = 'Lisää %s kenttä(ä)';
$strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIfNotExists = 'Lisää \'IF NOT EXISTS\'';
$strAddIntoComments = 'Lisää kommentteihin';
$strAddNewField = 'Lisää sarake';
$strAddPrivilegesOnDb = 'Lisää käyttöoikeudet seuraavaan tietokantaan';
$strAddPrivilegesOnTbl = 'Lisää käyttöoikeudet seuraavaan tauluun';
$strAddSearchConditions = 'Lisää hakuehtoja ("where"-lauseen sisältö):';
$strAddToIndex = 'Lisää indeksiin %s sarake(tta)';
$strAddUser = 'Lisää uusi käyttäjä';
$strAddUserMessage = 'Olet lisännyt uuden käyttäjän.';
$strAdministration = 'Pääkäyttäjyys';
$strAffectedRows = 'Kohdistettuja rivejä:';
$strAfterInsertBack = 'Takaisin';
$strAfterInsertNewInsert = 'Lisää uusi rivi';
$strAfterInsertNext = 'Muokkaa seuraavaa riviä';
$strAfterInsertSame = 'Palaa tälle sivulle';
$strAfter = 'Jälkeen sarakkeen: %s';
$strAll = 'Kaikki';
$strAllowInterrupt = 'Salli tuonnin keskeyttäminen, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?';
$strAlterOrderBy = 'Järjestä taulu';
$strAnalyzeTable = 'Analysoi taulu';
$strAnd = 'Ja';
$strAndThen = 'ja sen jälkeen';
$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
$strAnyHost = 'Mikä tahansa palvelin';
$strAny = 'Mikä tahansa';
$strAnyUser = 'Mikä tahansa käyttäjä';
$strApproximateCount = 'Saattaa olla summittainen. Katso FAQ 3.11';
$strAPrimaryKey = 'Sarakkeelle %s on lisätty ensisijainen avain';
$strArabic = 'Arabialainen';
$strArmenian = 'Armenialainen';
$strAscending = 'Nouseva';
$strAtBeginningOfTable = 'Taulun alkuun';
$strAtEndOfTable = 'Taulun loppuun';
$strAttr = 'Attribuutit';
$strAutodetect = 'Määritä automaattisesti';
$strAutomaticLayout = 'Automaattinen ulkoasu';
 
$strBack = 'Takaisin';
$strBaltic = 'Baltilainen';
$strBeginCut = 'ALOITA CUT';
$strBeginRaw = 'ALOITA RAW';
$strBinary = 'Binääridata';
$strBinaryDoNotEdit = 'Binääridataa - älä muokkaa';
$strBinaryLog = 'Binääriloki';
$strBinLogEventType = 'Tapahtumatyyppi';
$strBinLogInfo = 'Informaatio';
$strBinLogName = 'Lokin nimi';
$strBinLogOriginalPosition = 'Alkuperäinen sijainti';
$strBinLogPosition = 'Sijainti';
$strBinLogServerId = 'Palvelimen ID';
$strBookmarkAllUsers = 'Anna kaikkien käyttäjien päästä käsiksi tähän kirjanmerkkiin';
$strBookmarkCreated = 'Kirjanmerkki %s luotu';
$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.';
$strBookmarkLabel = 'Tunniste';
$strBookmarkQuery = 'Tallennettu SQL-lause';
$strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki';
$strBookmarkThis = 'Tallenna SQL-lause';
$strBookmarkView = 'Näytä';
$strBrowseDistinctValues = 'Selaa erillisiä arvoja';
$strBrowseForeignValues = 'Selaa vieraita arvoja';
$strBrowse = 'Selaa';
$strBufferPoolActivity = 'Puskurisäiliön aktiivisuus';
$strBufferPool = "Puskurisäiliö";
$strBufferPoolUsage = "Puskurisäiliön käyttö";
$strBufferReadMisses = 'Epäonnistuneet lukuyritykset';
$strBufferReadMissesInPercent = 'Epäonnistuneet lukuyritykset: %';
$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBufferWriteWaits = 'Viive ennen kirjoitusta';
$strBulgarian = 'Bulgarialainen';
$strBusyPages = "Käytössä olevat sivut";
$strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinäisestä Bz2-laajennuksesta tässä php:n versiossa. On suositeltavaa asettaa <code>$cfg[\'BZipDump\']</code>-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi <code>FALSE</code>. Jos haluat käyttää Bz2-pakkauksen toimintoja, sinun pitää päivittää uusimpaan php:n versioon. Katso lisätietoja php bug reportista: %s .';
$strBzip = '"bzip-pakattu"';
 
$strCalendar = 'Kalenteri';
$strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asennuksen asetukset!';
$strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisään';
$strCantLoad = 'en voi ladata laajennusta %s,<br />ole hyvä, ja tarkista PHP:n asetukset';
$strCantLoadRecodeIconv = 'Merkistön konvertointiin tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ja salli näiden laajennusten käyttö tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.';
$strCantRenameIdxToPrimary = 'Indeksiä ei voi muuttaa PRIMARY-nimiseksi!';
$strCantUseRecodeIconv = 'iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista PHP:n asetukset.';
$strCardinality = 'Kardinaliteetti';
$strCaseInsensitive = 'Kirjainkoolla ei väliä';
$strCaseSensitive = 'Tarkka kirjainkoko';
$strCentralEuropean = 'Keskieurooppalainen';
$strChangeCopyModeCopy = '... säilytä vanha käyttäjä.';
$strChangeCopyModeDeleteAndReload = ' ... poista vanha käyttäjä käyttäjätauluista ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strChangeCopyModeJustDelete = ' ... poista vanha käyttäjä käyttäjätauluista.';
$strChangeCopyMode = 'Luo uusi käyttäjä samoilla käyttöoikeuksilla ja ...';
$strChangeCopyModeRevoke = ' ...peruuta kaikki aktiiviset käyttöoikeudet vanhalta käyttäjältä ja tuhoa se sen jälkeen.';
$strChangeCopyUser = 'Vaihda sisäänkirjautumistietoja / Kopioi käyttäjä';
$strChangeDisplay = 'Valitse näytettävä sarake';
$strChange = 'Muokkaa';
$strChangePassword = 'Vaihda salasanaa';
$strCharset = 'Merkistökoodaus';
$strCharsetOfFile = 'Tiedoston merkistö:';
$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
$strCharsets = 'Merkistöt';
$strCheckAll = 'Valitse kaikki';
$strCheckOverhead = 'Valitse käyttämättömät taulut'; //?
$strCheckPrivs = 'Hallitse käyttöoikeuksia';
$strCheckPrivsLong = 'Hallitse tietokannan &quot;%s&quot; käyttöoikeuksia.';
$strCheckTable = 'Tarkista taulu';
$strChoosePage = 'Valitse muokattava sivu';
$strColComFeat = 'Sarakkeiden kommentit näkyvissä';
$strCollation = 'Aakkosjärjestys';
$strColumnNames = 'Sarakkeiden nimet';
$strColumnPrivileges = 'Sarakekohtaiset käyttöoikeudet';
$strCommand = 'Komento';
$strCommentsForTable = 'KOMMENTIT TAULULLE';
$strComments = 'Kommentit';
$strCompatibleHashing = 'MySQL&nbsp;4.0 -yhteensopiva';
$strCompleteInserts = 'Kokonaiset insert-lauseet';
$strCompression = 'Pakkaus';
$strCompressionWillBeDetected = 'Seuraavat tiedostopakkausmuodot havaitaan automaattisesti: %s';
$strConfigDefaultFileError = 'En voi ladata oletusasetuksia kohteesta: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei pysty lukemaan asetustiedostoa.<br />Tämä saattaa johtua virheestä, jonka PHP löysi tiedostosta tai tiedoston puuttumisesta.<br />Voit avata tiedoston allaolevasta linkistä ja lukea mahdolliset PHP-virheilmoituikset. Todennäköisimmin joltain riviltä puuttuu lainausmerkki tai puolipiste.<br />Jos linkistä avautuva sivu on tyhjä, asetustiedostosta ei löytynyt virhettä.';
$strConfigureTableCoord = 'Määrittele koordinaatit taululle %s';
$strConnectionError = 'En voi yhdistää: virheelliset asetukset.';
$strConnections = 'Yhteydenotot';
$strConstraintsForDumped = 'Rajoitteet vedostauluille';
$strConstraintsForTable = 'Rajoitteet taululle';
$strCookiesRequired = 'Selaimessa pitää olla cookietuki päällä tästä eteenpäin.';
$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokannaksi %s';
$strCopy = 'Kopioi';
$strCopyTable = 'Kopioi taulu toiseen tauluun nimellä (tietokanta<b>.</b>taulu):';
$strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.';
$strCopyTableSameNames = 'Taulua ei voida kopioida itseensä!';
$strCouldNotKill = 'phpMyAdmin ei voinut lopettaa säiettä %s (thread). Se on todennäköisesti jo suljettu.';
$strCreateDatabaseBeforeCopying = 'Suorita CREATE DATABASE ennen kopioimista';
$strCreateIndex = 'Luo &nbsp;%s:n sarakkeen indeksi';
$strCreateIndexTopic = 'Luo uusi indeksi';
$strCreate = 'Luo';
$strCreateNewDatabase = 'Luo uusi tietokanta';
$strCreateNewTable = 'Luo uusi taulu tietokantaan %s';
$strCreatePage = 'Luo uusi sivu';
$strCreatePdfFeat = 'PDF-tiedostojen luonti';
$strCreationDates = 'Luonti/päivitys/tarkistus -päiväykset';
$strCriteria = 'Hakuehdot';
$strCroatian = 'Kroaatti';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-valinnat';
$strCSVOptions = 'CSV-valinnat';
$strCyrillic = 'Kyrillinen';
$strCzechSlovak = 'Tsekkoslovakialainen';
$strCzech = 'Tshekkiläinen';
 
$strDanish = 'Tanskalainen';
$strDatabaseEmpty = 'Tietokannan nimi on tyhjä!';
$strDatabaseExportOptions = 'Tietokannan tulostusvalinnat';
$strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.';
$strDatabaseNoTable = 'Tämä tietokanta ei sisällä yhtään taulua!';
$strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.';
$strDatabasesStatsDisable = 'Poista tilastot käytöstä';
$strDatabasesStatsEnable = 'Ota tilastot käyttöön';
$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välillä.';
$strDatabasesStats = 'Tietokantatilastot';
$strDatabases = 'Tietokannat';
$strDatabase = 'Tietokanta';
$strData = 'Data';
$strDataDict = 'Datasanakirja';
$strDataOnly = 'Vain data';
$strDataPages = "Dataa sisältävät sivut";
$strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
$strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen';
$strDefaultEngine = "%s on tämän MySQL-palvelimen oletusarvoinen tallennustilamoottori.";
$strDefault = 'Oletusarvo';
$strDefaultValueHelp = 'Syötä oletusarvoihin vain yksinäinen arvo (käyttämättä kenoviivamerkintöjä tai lainausmerkkejä) tässä muodossa: a';
$strDefragment = 'Eheytä taulu';
$strDelayedInserts = 'Käytä viivästettyjä insert-lauseita';
$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen saattaa kestää jonkin aikaa.';
$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strDeleted = 'Rivi on poistettu';
$strDeletedRows = 'Poistetut rivit:';
$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDelete = 'Poista';
$strDeleting = 'Poistetaan: %s';
$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDescending = 'Laskeva';
$strDescription = 'Kuvaus';
$strDictionary = 'sanakirja';
$strDirtyPages = "Epäsiistit sivut";
$strDisabled = 'Pois päältä';
$strDisableForeignChecks = 'Älä käytä vieraiden avainten tarkistusta';
$strDisplayFeat = 'Ulkoasun asetukset';
$strDisplayOrder = 'Lajittelujärjestys:';
$strDisplayPDF = 'Näytä PDF-kaavio';
$strDoAQuery = 'Suorita "esimerkin mukainen kysely" (jokerimerkki: "%")';
$strDocu = 'Ohjeet';
$strDoYouReally = 'Oletko varma että haluat ';
$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDrop = 'Pudota';
$strDropUsersDb = 'Pudota (poista) tietokannat, joilla on sama nimi kuin käyttäjillä.';
$strDumpingData = 'Vedostetaan dataa taulusta';
$strDumpSaved = 'Vedos tallennettiin tiedostoon %s.';
$strDumpXRows = 'Tee vedos %s rivistä, alkaen rivistä: %s.';
$strDynamic = 'dynaaminen';
 
$strEdit = 'Muokkaa';
$strEditPDFPages = 'Muokkaa PDF-sivuja';
$strEditPrivileges = 'Muokkaa käyttöoikeuksia';
$strEffective = 'Varsinainen';
$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen (ts. nolla riviä).';
$strEmpty = 'Tyhjennä';
$strEnabled = 'Päällä';
$strEncloseInTransaction = 'Lisää transaktio';
$strEndCut = 'LOPETA CUT';
$strEnd = 'Loppu';
$strEndRaw = 'LOPETA RAW';
$strEngineAvailable = "%s on käytettävissä tällä MySQL-palvelimella.";
$strEngineDisabled = "%s on otettu pois käytöstä tältä MySQL-palvelimelta.";
$strEngines = "Moottorit";
$strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennustilamoottoria.";
$strEnglish = 'Englantilainen';
$strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! ';
$strErrorInZipFile = 'Virhe ZIP-paketissa:';
$strError = 'Virhe';
$strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein';
$strEsperanto = 'Esperanto';
$strEstonian = 'Virolainen';
$strExcelEdition = 'Excel-muokkaus';
$strExcelOptions = 'Excel-valinnat';
$strExecuteBookmarked = 'Suorita kirjanmerkkeihin lisätty kysyntä';
$strExplain = 'Selitä SQL-lause';
$strExport = 'Vienti';
$strExtendedInserts = 'Yhteinen insert-lause';
$strExtra = 'Lisätiedot';
 
$strFailedAttempts = 'Epäonnistuneet yritykset';
$strFieldHasBeenDropped = 'Sarake %s on pudotettu';
$strField = 'Sarake';
$strFieldsEmpty = ' Sarakkeiden lukumäärä on nolla! ';
$strFieldsEnclosedBy = 'Sarakkeiden ympäröintimerkki';
$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
$strFields = 'Sarakkeet';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFileAlreadyExists = 'Tiedosto %s on jo olemassa palvelimella, vaihda tiedostonimeä tai tarkista korvaus-asetuksen tila.';
$strFileCouldNotBeRead = 'Tiedostoa ei voida lukea';
$strFileNameTemplateDescriptionDatabase = 'tietokannan nimi';
$strFileNameTemplateDescriptionServer = 'palvelimen nimi';
$strFileNameTemplateDescriptionTable = 'taulukon nimi';
$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettyjä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateRemember = 'muista pohja';
$strFileNameTemplate = 'Tiedostonimen pohja';
$strFileToImport = 'Tuotava tiedosto';
$strFixed = 'kiinteä';
$strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL:n käyttöoikeustauluista. Näiden taulujen sisältö saattaa erota palvelimen käyttämistä käyttöoikeuksista, jos niihin on tehty muutoksia manuaalisesti. Tällöin sinun on %sladattava käyttöoikeudet uudestaan%s ennen kuin jatkat.';
$strFlushQueryCache = 'Tyhjennä kyselymuisti';
$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")';
$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
$strFreePages = "Vapaat sivut";
$strFullText = 'Koko tekstit';
$strFunction = 'Funktio';
 
$strGenBy = 'Luontiympäristö';
$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
$strGenerate = 'Luo';
$strGeneratePassword = 'Luo salasana';
$strGenTime = 'Luontiaika';
$strGeorgian = 'Georgialainen';
$strGerman = 'Saksalainen';
$strGlobal = 'globaali';
$strGlobalPrivileges = 'Globaalit käyttöoikeudet';
$strGlobalValue = 'Globaali arvo';
$strGo = 'Siirry';
$strGrantOption = 'Oikeus (Grant)';
$strGreek = 'Kreikkalainen';
$strGzip = '"gzip-pakattu"';
 
$strHandler = 'Käsittelijä';
$strHasBeenAltered = 'on muutettu.';
$strHasBeenCreated = 'on luotu.';
$strHaveToShow = 'Valitse vähintään yksi sarake';
$strHebrew = 'Hebrealainen';
$strHexForBinary = 'Näytä binäärikentät heksalukuina';
$strHome = 'Etusivu';
$strHomepageOfficial = 'phpMyAdminin kotisivut';
$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHost = 'Palvelin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 -viennin valinnat';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 -viennin valinnat';
$strHungarian = 'Unkarilainen';
 
$strIcelandic = 'Islantilainen';
$strId = 'ID';
$strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
$strIgnore = 'Jätä huomiotta';
$strIgnoringFile = 'Jätetään tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
$strImport = 'Tuonti';
$strIndexes = 'Indeksit';
$strIndexHasBeenDropped = 'Indeksi %s on pudotettu';
$strIndex = 'Indeksi';
$strIndexName = 'Indeksin nimi:';
$strIndexType = 'Indeksin tyyppi:';
$strIndexWarningMultiple = 'Useampi kuin yksi %s-avain luotiin sarakkeelle `%s`';
$strIndexWarningPrimary = 'PRIMARY- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strIndexWarningTable = 'Taulun `%s` indeksien kanssa on ongelmia';
$strIndexWarningUnique = 'UNIQUE- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strInnoDBAutoextendIncrement = "Automaattisen laajentamisen koko";
$strInnoDBAutoextendIncrementDesc = "Laajentamiskoko automaattisesti suurenevan taulutilan koon laajentamiseksi sen täyttyessä.";
$strInnoDBBufferPoolSizeDesc = 'Muistipuskurin koko, jota InnoDB käyttää tauluissaan olevan datan ja indeksien siirtämiseen välimuistiin.';
$strInnoDBBufferPoolSize = 'Puskurisäiliön koko';
$strInnoDBDataFilePath = "Datatiedostot";
$strInnoDBDataHomeDir = "Datan kotihakemisto";
$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-datatiedostoille.";
$strInnoDBPages = 'sivua';
$strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL:n oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisilla asetuksilla käytettäessä MySQL-palvelin on arka hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!';
$strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Sijoitetun rivin id:';
$strInsertedRows = 'Lisätyt rivit:';
$strInsert = 'Lisää rivi';
$strInsertNewRow = 'Lisää uusi rivi';
$strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita silloin, kun sellainen on jo InnoDB:ssä.';
$strInternalRelations = 'Sisäiset relaatiot';
$strInUse = 'käytössä';
$strInvalidAuthMethod = 'Asetuksissa on virheellinen todennustapa:';
$strInvalidColumnCount = 'Sarakkeiden lukumäärän on oltava enemmän suurempi kuin nolla.';
$strInvalidColumn = 'Virheellinen sarake (%s) määritelty!';
$strInvalidCSVFieldCount = 'Virheellinen kenttien määrä CSV-syötteessä rivillä %d.';
$strInvalidCSVFormat = 'Virheellinen muoto CSV-syötteessä rivillä %d.';
$strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s';
$strInvalidFieldAddCount = 'Sinun on lisättävä vähintään yksi kenttä.';
$strInvalidFieldCount = 'Taulussa täytyy olla vähintään yksi kenttä.';
$strInvalidLDIImport = 'Tämä lisäosa ei tue pakattujen tuontien käyttöä!';
$strInvalidRowNumber = '%d on virheellinen rivinumero.';
$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.';
$strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"';
 
$strJapanese = 'Japanilainen';
$strJoins = 'Liitokset';
$strJumpToDB = 'Hyppää tietokantaan &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Poistetut&quot; käyttäjät voivat edelleen päästä tavallisesti käsiksi palvelimeen, kunnes käyttöoikeudet on ladattu uudestaan.';
$strJustDelete = 'Poista käyttäjät vain käyttöoikeustauluista.';
 
$strKeepPass = 'Älä vaihda salasanaa';
$strKeyCache = 'Avainvälimuisti';
$strKeyname = 'Avaimen nimi';
$strKill = 'Lopeta';
$strKorean = 'Korealainen';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei löydy.';
$strLanguageUnknown = 'Tuntematon kieli: %1$s.';
$strLatchedPages = "Lukitut sivut";
$strLatexCaption = 'Taulun otsikko';
$strLatexContent = 'Taulun __TABLE__ sisältö';
$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexContinued = '(jatkuu)';
$strLatexIncludeCaption = 'Sisällytä taulun otsikko';
$strLatexLabel = 'Tunniste';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-valinta-asetukset';
$strLatexStructure = 'Taulun __TABLE__ rakenne';
$strLatvian = 'Latvialainen';
$strLDI = 'CSV käyttäen LOAD DATA:aa';
$strLDIImportOptions = 'Valinnat CSV-tuonnille käyttäen LOAD DATA:aa';
$strLDILocal = 'Käytä LOCAL-avainsanaa';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'Rivejä sivua kohti';
$strLinesTerminatedBy = 'Rivien erotinmerkki';
$strLinkNotFound = 'Linkkiä ei löydy';
$strLinksTo = 'Linkitys sarakkeeseen:';
$strLithuanian = 'Liettualainen';
$strLocalhost = 'Paikallinen';
$strLocationTextfile = 'Tiedoston sijainti';
$strLoginInformation = 'Sisäänkirjautumistiedot';
$strLogin = 'Kirjaudu sisään';
$strLogout = 'Poistu';
$strLogPassword = 'Salasana:';
$strLogServer = 'Palvelin';
$strLogUsername = 'Käyttäjätunnus:';
$strLongOperation = "Tämä toimenpide saattaa kestää pitkään. Jatketaanko silti?";
 
$strMaxConnects = 'enim. yhtäaikaisia yhteyksiä';
$strMaximalQueryLength = 'Luotavan kyselyn enimmäispituus';
$strMaximumSize = 'Enimmäiskoko: %s%s';
$strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt ja vaikuttaa siltä, että käytät multibyte-merkistökoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tämä saattaa johtaa odottamattomiin tuloksiin.';
$strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!';
$strMIME_available_mime = 'Mahdolliset MIME-tyypit';
$strMIME_available_transform = 'Mahdolliset muunnokset';
$strMIME_description = 'Kuvaus';
$strMIME_MIMEtype = 'MIME-tyyppi';
$strMIME_nodescription = 'Tälle muunnokselle ei ole saatavilla yhtään kuvausta.<br />Ole hyvä, ja kysy tekijältä, mitä %s tekee.';
$strMIME_transformation_note = 'Nähdäksesi luettelon saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista, paina %smuunnoksen kuvaukset%s-kohtaa';
$strMIME_transformation_options = 'Muunnosvaihtoehdot';
$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä formaattia: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai yksittäistä lainausmerkkiä ("\'"), lisää merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strMIME_transformation = 'Selaimen muunnos (transformation)';
$strMIMETypesForTable = 'MIME-TYYPIT TAULULLE';
$strMIME_without = 'MIME-tyypeillä, jotka on kursivoitu, ei ole erillistä muunnostoimintoa';
$strModifications = 'Muutokset tallennettu';
$strModifyIndexTopic = 'Muokkaa indeksiä';
$strModify = 'Muokkaa';
$strMoveTableOK = 'Taulu %s on siirretty %s.';
$strMoveTableSameNames = 'Taulua ei voi siirtää itseensä!';
$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta<b>.</b>taulu):';
$strMultilingual = 'monikielinen';
$strMyISAMDataPointerSize = "Dataosoittimen koko";
$strMyISAMDataPointerSizeDesc = "Oletusarvoinen osoittimen koko tavuina, käytettäväksi CREATE TABLE -lauseen kanssa MyISAM-tauluissa, silloin kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luomiseen käytetty väliaikaistiedosto on suurempi kuin avainvälimuistin käyttäminen täällä määritellyn määrän mukaisesti, on suositeltavampaa käyttää välimuistimetodia.";
$strMyISAMMaxExtraSortFileSize = "Enimmäiskoko väliaikaisille tiedostoille indeksin luonnissa";
$strMyISAMMaxSortFileSizeDesc = "MySQL-palvelimen käyttöön tarkoitettu väliaikaistiedoston suurin koko MyISAM-indeksien uudelleen latausta varten (REPAIR TABLE, ALTER TABLE tai LOAD ADTA INFILE -toimintojen aikana).";
$strMyISAMMaxSortFileSize = "Enimmäiskoko väliaikaisille lajittelutiedostoille";
$strMyISAMRecoverOptions = "Automaattinen palautuminen";
$strMyISAMRecoverOptionsDesc = "Kaatuneiden MyISAM-taulujen automaattisen palauttamisen tila sellaisenaan kuin se on asetettu \"--myisam-recover\" -nimisen palvelimenkäynnistysasetuksen kautta.";
$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, lajitteluprosessi luo MyISAM-tauluindeksit rinnakkain (kukin indeksi omaan säikeeseensä), kun käytetään Korjaa-toimintoa.";
$strMyISAMRepairThreads = "Korjaussäikeet"; //not "Korjaa säikeet"
$strMyISAMSortBufferSizeDesc = "Puskuri joka varataan käyttöön lajitellessa MyISAM-indeksejä REPAIR TABLE:n aikana tai luotaessa indeksejä toiminnolla CREATE INDEX tai ALTER TABLE.";
$strMyISAMSortBufferSize = "Lajittelupuskurin koko";
$strMySQLCharset = 'MySQL:n merkistö';
$strMysqlClientVersion = 'MySQL-asiakasversio';
$strMySQLConnectionCollation = 'MySQL-yhteyden aakkosjärjestys';
$strMySQLSaid = 'MySQL ilmoittaa: ';
$strMySQLShowProcess = 'Näytä prosessit';
$strMySQLShowStatus = 'Näytä MySQL:n ajonaikaiset tiedot';
$strMySQLShowVars = 'Näytä MySQL:n järjestelmämuuttujat';
 
$strName = 'Nimi';
$strNext = 'Seuraava';
$strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmän. Kirjaudu sisään uudestaan.';
$strNoDatabases = 'Ei tietokantoja';
$strNoDatabasesSelected = 'Et valinnut yhtään tietokantaa.';
$strNoDescription = 'ei selitystä';
$strNoDetailsForEngine = "Tämän tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja.";
$strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.';
$strNo = 'Ei';
$strNoExplain = 'Älä selitä SQL-lausetta';
$strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!';
$strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksiä</b> tukevalla selaimella.';
$strNoIndex = 'Indeksiä ei ole määritelty!';
$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!';
$strNoModification = 'Ei muutoksia';
$strNone = 'Ei mitään';
$strNoOptions = 'Tälle tiedostomuodolle ei ole valinta-asetuksia';
$strNoPassword = 'Ei mitään salasanaa';
$strNoPermission = 'Internet-palvelimella ei ole lupaa tallentaa tiedostoa %s.';
$strNoPhp = 'Kätke PHP-koodi';
$strNoPrivileges = 'Ei käyttöoikeuksia';
$strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!';
$strNoRowsSelected = 'Ei yhtään riviä valittu';
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.';
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
$strNothingToImport = 'Et antanut mitään dataa tuotavaksi!';
$strNotNumber = 'Tämä ei ole numero!';
$strNotOK = 'Ei kunnossa';
$strNotSet = '<b>%s</b>-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa';
$strNoUsersFound = 'Käyttäjiä ei löytynyt.';
$strNoValidateSQL = 'Älä tarkista SQL-lausetta';
$strNull = 'Tyhjä';
$strNumberOfFields = 'Kenttien lukumäärä';
$strNumSearchResultsInTable = '%s hakutulosta taulussa <i>%s</i>';
$strNumSearchResultsTotal = '<b>Yhteensä:</b> <i>%s</i> hakutulosta';
$strNumTables = 'Taulut';
 
$strOK = 'Kunnossa';
$strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna';
$strOperations = 'Toiminnot';
$strOperator = 'Operaattori';
$strOptimizeTable = 'Optimoi taulu';
$strOr = 'Tai';
$strOverhead = 'Ylijäämä';
$strOverwriteExisting = 'Korvaa jo olemassa oleva(t) tiedosto(t)';
 
$strPageNumber = 'Sivunumero:';
$strPagesToBeFlushed = "Siistimistä vaativat sivut";
$strPaperSize = 'Paperin koko';
$strPartialImport = 'Osittainen tuonti';
$strPartialText = 'Osittaiset tekstit';
$strPasswordChanged = 'Salasanan vaihto käyttäjälle %s onnistui.';
$strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordHashing = 'Salasanan hashaus';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPassword = 'Salasana';
$strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s';
$strPdfInvalidTblName = 'Taulua "%s" ei löydy!';
$strPdfNoTables = 'Ei tauluja';
$strPDFOptions = 'PDF-valinnat';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raportin otsikko';
$strPerHour = 'tunnissa';
$strPerMinute = 'minuutissa';
$strPerSecond = 'sekunnissa';
$strPersian = 'Persialainen';
$strPhoneBook = 'puhelinluettelo';
$strPHP40203 = 'Käytössäsi on PHP 4.2.3, joka sisältää vakavan vian monitavuisissa merkkijonoissa (mbstring). Katso PHP:n virheraportti 19404. Tätä PHP:n versiota ei suositella käytettäväksi phpMyAdminin kanssa.';
$strPhp = 'Näytä PHP-koodi';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> täytyy määritellä asetustiedostossa!';
$strPolish = 'Puolalainen';
$strPortrait = 'Pystytasossa';
$strPos1 = 'Alkuun';
$strPrevious = 'Edellinen';
$strPrimary = 'Ensisijainen';
$strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu';
$strPrimaryKeyName = 'Ensisijaisen avaimen nimenä pitää olla PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" saa olla <b>vain ja ainoastaan</b>ensisijaisen avaimen nimenä!)';
$strPrint = 'Tulosta';
$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrintView = 'Tulostusversio';
$strPrivDescAllPrivileges = 'Sisältää kaikki käyttöoikeudet paitsi GRANT.';
$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescAlter = 'Sallii muuttaa nykyisten taulujen rakennetta.';
$strPrivDescCreateDb = 'Sallii uusien tietokantojen ja taulujen luomisen.';
$strPrivDescCreateRoutine = 'Sallii talletettujen rutiinien luomisen.';
$strPrivDescCreateTbl = 'Sallii uusien taulujen luomisen.';
$strPrivDescCreateTmpTable = 'Sallii väliaikaistaulujen luomisen.';
$strPrivDescCreateUser = 'Sallii käyttäjätilien luomisen, poistamisen ja uudelleen nimeämisen.';
$strPrivDescCreateView = 'Sallii uusien näkymisen luomisen.';
$strPrivDescDelete = 'Sallii datan poistamisen.';
$strPrivDescDropDb = 'Sallii tietokantojen ja taulujen pudottamisen.';
$strPrivDescDropTbl = 'Sallii taulujen pudottamisen.';
$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescExecute = 'Sallii talletettujen proseduurien suorittamisen; Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescFile = 'Sallii datan tuomisen ja viemisen tiedostosta/tiedostoon.';
$strPrivDescGrant = 'Sallii käyttäjien ja käyttöoikeuksien lisäämisen lataamatta käyttöoikeustauluja uudestaan.';
$strPrivDescIndex = 'Sallii indeksien luomisen ja pudottamisen.';
$strPrivDescInsert = 'Sallii datan lisäämisen ja korvaamisen.';
$strPrivDescLockTables = 'Sallii taulujen lukitsemisen nykyiselle säikeelle (thread).';
$strPrivDescMaxConnections = 'Rajoittaa uusien yhteyksien määrän, jonka käyttäjä voi luoda tunnin aikana.';
$strPrivDescMaxQuestions = 'Rajoittaa kyselyjen lukumäärän, jonka käyttäjä voi lähettää palvelimelle tunnin aikana.';
$strPrivDescMaxUpdates = 'Rajoittaa käyttäjältä sellaisten komentojen suorittamisen lukumäärän tunnin aikana, jotka tekevät muutoksia tauluihin tai tietokantoihin.';
$strPrivDescMaxUserConnections = 'Asettaa rajan käyttäjän yhtäaikaisten yhteyksien lukumäärälle.';
$strPrivDescProcess3 = 'Sallii muiden käyttäjien prosessien lopettamisen.';
$strPrivDescProcess4 = 'Sallii kokonaisten kyselyjen näyttämisen prosessilistassa.';
$strPrivDescReferences = 'Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescReload = 'Sallii palvelinasetusten uudelleen lataamisen ja palvelimen välimuistin tyhjentämisen.';
$strPrivDescReplClient = 'Antaa käyttäjälle oikeuden kysyä, missä ali-/pääpalvelimet ovat.';
$strPrivDescReplSlave = 'Tarvitaan replikaatio-alipalvelimia varten.';
$strPrivDescSelect = 'Sallii datan lukemisen.';
$strPrivDescShowDb = 'Sallii pääsyn kokonaiseen tietokantalistaan.';
$strPrivDescShowView = 'Sallii SHOW CREATE VIEW -kyselyjen suorittamisen.';
$strPrivDescShutdown = 'Sallii palvelimen sammuttamisen.';
$strPrivDescSuper = 'Sallii yhdistämisen silloinkin kun enimmäismäärä yhteyksiä on saavutettu; Tarvitaan useissa pääkäyttäjän toiminnoissa, kuten globaalien muuttujien asettamisessa ja muiden käyttäjien säikeiden (threads) lopettamisessa.';
$strPrivDescUpdate = 'Sallii datan muuttamisen.';
$strPrivDescUsage = 'Ei käyttöoikeuksia.';
$strPrivileges = 'Käyttöoikeudet';
$strPrivilegesReloaded = 'Käyttöoikeuksien uudelleen lataus onnistui.';
$strProcesslist = 'Prosessilista';
$strProtocolVersion = 'Protokollan versio';
$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville';
 
$strQBEDel = 'Poista';
$strQBE = 'Haku';
$strQBEIns = 'Lisää';
$strQueryCache = 'Kyselyvälimuisti';
$strQueryFrame = 'Kyselyikkuna';
$strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kyselytilastot</b>: Tälle palvelimelle on lähetetty viime käynnistyksestä lähtien %s kyselyä.';
$strQueryTime = 'kysely kesti %01.4f sek.';
$strQueryType = 'Kyselyn tyyppi';
$strQueryWindowLock = 'Älä korvaa tätä kyselyä ikkunan ulkopuolelta';
 
$strReadRequests = 'Hakupyynnöt';
$strReceived = 'Vastaanotettu';
$strRecords = 'Rivit';
$strReferentialIntegrity = 'Tarkista viitteiden eheys:';
$strRefresh = 'Päivitä';
$strRelationalSchema = 'Relaatioskeema';
$strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyvät lisäominaisuudet ovat poissa päältä. Katso %stästä%s lisätietoja.';
$strRelationsForTable = 'RELAATIOT TAULULLE';
$strRelations = 'Relaatiot';
$strRelationView = 'Relaationäkymä';
$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
$strReloadMySQL = 'Käynnistä MySQL uudelleen';
$strRemoveSelectedUsers = 'Poista valitut käyttäjät';
$strRenameDatabaseOK = 'Tietokannan %s uusi nimi on nyt %s';
$strRenameTable = 'Nimeä taulu uudelleen';
$strRenameTableOK = 'Taulun %s nimi on nyt %s';
$strRepairTable = 'Korjaa taulu';
$strReplaceNULLBy = 'Korvaa NULL-merkki tällä:';
$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
$strReplication = 'Replikaatio';
$strReset = 'Nollaa';
$strResourceLimits = 'Resurssirajoitukset';
$strReType = 'Kirjoita uudelleen';
$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus vielä niin kauan, kunnes käyttöoikeudet ladataan uudelleen.';
$strRevokeAndDelete = 'Peruuta kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
$strRevokeMessage = 'Olet peruuttanut käyttäjän %s käyttöoikeudet';
$strRevoke = 'Mitätöi';
$strRomanian = 'Romanialainen';
$strRowLength = 'Rivin pituus';
$strRowsFrom = 'riviä alkaen rivistä';
$strRowSize = ' Rivin koko ';
$strRows = 'Kpl rivejä';
$strRowsModeFlippedHorizontal = 'vaakatasossa (kierretyt otsikot)';
$strRowsModeHorizontal = 'vaakasuorassa';
$strRowsModeOptions = '%s, otsikoita toistetaan %s:n rivin välein';
$strRowsModeVertical = 'pystysuorassa';
$strRowsStatistic = 'Rivitilastot';
$strRunning = 'palvelimella %s';
$strRunQuery = 'Suorita';
$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s';
$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
$strRussian = 'Venäläinen';
 
$strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s';
$strSave = 'Tallenna';
$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tällä skaalauksella';
$strSearch = 'Etsi';
$strSearchFormTitle = 'Hae tietokannasta';
$strSearchInTables = 'Tauluista:';
$strSearchNeedle = 'Haettavat sanat tai arvot (%-merkkiä voi käyttää jokerimerkkinä):';
$strSearchOption1 = 'vähintään yksi sanoista';
$strSearchOption2 = 'kaikki sanat';
$strSearchOption3 = 'koko lause';
$strSearchOption4 = 'regexp-haku';
$strSearchResultsFor = 'Tulokset hakusanalla "<i>%s</i>" %s:';
$strSearchType = 'Hae:';
$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).';
$strSelectADb = 'Valitse tietokanta';
$strSelectAll = 'Valitse kaikki';
$strSelectBinaryLog = 'Valitse näytettävä binääriloki';
$strSelectFields = 'Valitse sarakkeet (vähintään yksi):';
$strSelectNumRows = 'lauseessa';
$strSelectTables = 'Valitse taulut';
$strSend = 'Tallenna tiedostoon';
$strSent = 'Lähetetty';
$strServerChoice = 'Valitse palvelin';
$strServerNotResponding = 'Palvelin ei vastaa';
$strServer = 'Palvelin';
$strServerStatus = 'Ajonaikaiset tiedot';
$strServerStatusDelayedInserts = 'Viivästetyt insert-lauseet';
$strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.';
$strServerTabProcesslist = 'Prosessit';
$strServerTabVariables = 'Muuttujat';
$strServerTrafficNotes = '<b>Palvelinliikenne</b>: Nämä taulukot näyttävät tämän MySQL-palvelimen verkkoliikennetilastot käynnistyksestä lähtien.';
$strServerVars = 'Palvelimen muuttujat ja asetukset';
$strServerVersion = 'Palvelimen versio';
$strSessionValue = 'Tämän istunnon arvo';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strShowAll = 'Näytä kaikki';
$strShowColor = 'Näytä värit';
$strShowDatadictAs = 'Datasanakirjan formaatti';
$strShowFullQueries = 'Näytä pyynnöt kokonaisuudessaan';
$strShowGrid = 'Näytä ruudukko';
$strShowingBookmark = 'Näytetään kirjanmerkki';
$strShowingRecords = 'Näkyvillä rivit ';
$strShow = 'Näytä';
$strShowOpenTables = 'Näytä avoimet taulut';
$strShowPHPInfo = 'Näytä PHP:n asetustiedot';
$strShowSlaveHosts = 'Näytä alipalvelimet';
$strShowSlaveStatus = 'Näytä alipalvelimen tila';
$strShowStatusBinlog_cache_disk_useDescr = 'Niiden transaktioiden lukumäärä, jotka ovat käyttäneet väliaikaista binaarilokivälimuistia, mutta jotka ovat ylittäneet "binlog_cache_size"-muuttujan arvon ja käyttäneet väliaikaista tiedostoa transaktiolausekkeiden tallettamiseen.';
$strShowStatusBinlog_cache_useDescr = 'Väliaikaista binäärilokivälimuistia käyttäneiden transaktioiden lukumäärä.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Levyllä sijaitsevien väliaikaisten taulujen lukumäärä, jotka palvelin loi automaattisesti lausekkeita suorittaessaan. Jos Created_tmp_disk_tables-parametrin arvo on liian suuri, nosta tmp_table_size:n arvoa, jotta väliaikaisia tauluja säilytettäisiin levyn sijasta muistissa.';
$strShowStatusCreated_tmp_filesDescr = 'Mysqld:n luomien väliaikaistiedostojen lukumäärä.';
$strShowStatusCreated_tmp_tablesDescr = 'Muistissa sijaitsevien väliaikaistaulujen lukumäärä, jotka palvelin on itsestään luonut lausekkeita suorittaessaan.';
$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED -lausekkeella kirjoitettujen rivien lukumäärä siten, että joitain virheitä tapahtui (todennäköisesti kaksinkertainen avain).';
$strShowStatusDelayed_insert_threadsDescr = 'Käytössä olevien INSERT DELAYED -käsittelijäsäikeiden lukumäärä. Joka ikinen INSERT DELAYED -lauseketta käyttävä taulu saa käyttöönsä oman säikeensä.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED -rivien kirjoitusten lukumäärä.';
$strShowStatusFlush_commandsDescr = 'FLUSH-lausekkeita suoritettu.';
$strShowStatusHandler_commitDescr = 'Sisäisten COMMIT-lausekkeiden lukumäärä.';
$strShowStatusHandler_deleteDescr = 'Rivien poistojen lukumäärä taulukosta.';
$strShowStatusHandler_discoverDescr = 'MySQL-palvelin voi kysyä NDB Cluster -tallennustilamoottorilta, tunteeko se tietyn nimisen taulun. Tätä toimintoa kutsutaan todentamiseksi (discovery). Handler_discover ilmaisee todennettujen taulujen lukumäärän.';
$strShowStatusHandler_read_firstDescr = 'Kertoo, kuinka monta kertaa ensimmäistä kohtaa on luettu indeksistä. Jos tämä on suuri, se kertoo siitä, että palvelin suorittaa runsaasti kokonaisia indeksien läpikäyntejä; esimerkiksi SELECT col1 FROM foo, olettaen col1:sen olevan indeksoitu sarake.';
$strShowStatusHandler_read_keyDescr = 'Kertoo, kuinka monta kertaa rivejä on luettu avaimen perusteella. Jos tämä on suuri, se kertoo siitä, että kyselyjesi ja taulujesi indeksointi suoritetaan oikein.';
$strShowStatusHandler_read_nextDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat seuraavan rivin avainjärjestyksessä. Tämän arvo kasvaa suorittaessasi kyselyitä indeksisarakkeeseen aluerajoitetta käyttäen tai suorittaessasi indeksihaun.';
$strShowStatusHandler_read_prevDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat edellisen rivin avainjärjestyksessä. Tätä lukumenetelmää käytetään lähinnä ORDER BY ... DESC -lauseella optimoimiseen.';
$strShowStatusHandler_read_rndDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat rivin kiinteän sijainnin perusteella. Tämä on suuri, jos suoritat paljon kyselyjä, jotka edellyttävät tulostietojen lajittelua. Käytät ehkä runsaasti sellaisia kyselyitä, jotka edellyttävät MySQL:ää käymään läpi kaikki taulukot, tai liitoksia, jotka käyttävät avaimia virheellisesti.';
$strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyyntöjen lukumäärä, jotka lukevat seuraavan rivin datatiedostosta. Tämä on suuri, jos käyt läpi paljon kokonaisia tauluja. Tämä luku kertoo yleensä siitä, että taulujasi ei indeksoida oikein tai että kyselyjä ei kirjoiteta siten, että ne hyödyntäisivät tekemiäsi indeksejä.';
$strShowStatusHandler_rollbackDescr = 'Sisäisten ROLLBACK-lausekkeiden lukumäärä.';
$strShowStatusHandler_updateDescr = 'Taulun rivien päivityspyyntöjen lukumäärä.';
$strShowStatusHandler_writeDescr = 'Niiden pyyntöjen lukumäärä, jotka sijoittavat (INSERT) rivin taulukkoon.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä,';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tällä hetkellä epäsiistinä olevien sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisäiliön sivujen lukumäärä, jotka on pyydetty siistiä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisäiliön lukittujen sivujen lukumäärä. Nämä ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden välimuistia ei voida tyhjentää syystä tai toisesta.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka on käytössä johtuen administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko, sivuina.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimähkäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun suoritetaan kysely, joka käy läpi suuria alueita taulukosta umpimähkäisessä järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perättäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun InnoDB käy läpi kokonaisen taulun järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntöjen lukumäärä.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumäärä, joihin InnoDB ei voinut vastata puskurisäiliöstä ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //öö?
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnöt InnoDB-puskurisäiliöön suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, että sivuja ensin tyhjennetään. Tämä laskuri laskee tällaisten odotustapausten määrän. Jos puskurisäiliön koko on asetettu sopivaksi, tämän arvon pitäisi olla alhainen.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisäiliöön tehtyjen kirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteitä tähän mennessä.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Tällä hetkellä käynnissä olevien fsync()-toimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_readsDescr = 'Tällä hetkellä meneillään olevien lukutoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_writesDescr = 'Tällä hetkellä meneillään olevien kirjoitustoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_readDescr = 'Tähän mennessä luetun datan määrä tavuina.';
$strShowStatusInnodb_data_readsDescr = 'Datalukujen kokonaismäärä.';
$strShowStatusInnodb_data_writesDescr = 'Datan kirjoitusten kokonaislukumäärä.';
$strShowStatusInnodb_data_writtenDescr = 'Datan kirjoitusten määrä tähän mennessä, tavuina.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_dblwr_writesDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_log_waitsDescr = 'Odotusten lukumäärä johtuen siitä, että lokipuskuri oli liian pieni ja meidän täytyi ennen jatkamista odottaa sen tyhjentämistä.';
$strShowStatusInnodb_log_write_requestsDescr = 'Lokikirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_log_writesDescr = 'Fyysisten lokitiedostoon kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Lokitiedostoon tehtyjen fsync-kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Käynnissä olevien lokitiedosto-fsync-synkronointien lukumäärä.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Käynnisä olevat lokitiedostokirjoitukset.';
$strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.';
$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumäärä.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.';
$strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumäärä.';
$strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten lukumäärä.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen saavuttamiseen kulunut aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_timeDescr = 'Rivilukitusten saavuttamiseen kulunut aika kaikkinaansa, millisekunteina.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Rivilukituksen saavuttamiseen kulunut aika enimmillään, millisekunteina.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Rivilukituksen odottamiseen kuluneiden aikojen lukumäärä.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB-tauluista poistettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB-tauluihin lisättyjen rivien lukumäärä.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB-tualukosta luettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB-taulun päivitettyjen rivien lukumäärä.';
$strShowStatusKey_blocks_not_flushedDescr = 'Niiden avainvälimuistissa sijaitsevien avainlohkojen lukumäärä, joihin on tehty muutoksia, mutta joita ei vielä ole tallennettu levylle. Tämä toiminto tunnetaan yleisesti nimellä Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Avainvälimuistissa sijaitsevien käyttämättömien lohkojen lukumäärä. Tämän arvon avulla voit määrittää, kuinka paljon avainvälimuistia halutaan olevan käytössä.';
$strShowStatusKey_blocks_usedDescr = 'Samaan aikaan avainvälimuistissa olleiden lohkojen lukumäärä korkeintaan.';
$strShowStatusKey_read_requestsDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat avainlohkon välimuistista.';
$strShowStatusKey_readsDescr = 'Kertoo, kuinka monta kertaa levyltä on fyysisesti luettu avainlohkoja. Jos Key_readsin arvo on suuri, key_buffer_size-muuttujaan on ehkä asetettu liian alhainen arvo. Välimuistin käyttötahti voidaan laskea näin: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Välimuistiin avainlohkon kirjoittaneiden pyyntöjen lukumäärä.';
$strShowStatusKey_writesDescr = 'Niiden pyyntöjen lukumäärä, jotka fyysisesti kirjoittavat levylle avainlohkon.';
$strShowStatusLast_query_costDescr = 'Viimeksi kootun (compiled) kyselyn kokonaiskulut sellaisenaan kuin kyselynoptimoija on ne laskenut. Hyödyllinen eri kyselysuunnitelmien vertailemiseksi samaa kyselyä varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole vielä koottu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Niiden rivien lukumäärä, joita odotetaan kirjoitettavan INSERT DELAY -jonoissa.';
$strShowStatusOpened_tablesDescr = 'Taulujen avausten lukumäärä. Jos lukumäärä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukumäärä.';
$strShowStatusOpen_streamsDescr = 'Avoinna olevien säikeiden lukumäärä (käytetään enimmäkseen kirjaukseen).';
$strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumäärä.';
$strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumäärä kyselyvälimuistissa.';
$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin määrä kyselyvälimuistin käyttöön.';
$strShowStatusQcache_hitsDescr = 'Välimuistiosumien lukumäärä.';
$strShowStatusQcache_insertsDescr = 'Välimuistiin sijoitettujen kyselyjen lukumäärä.';
$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -strategiaa päättämään, mitkä kyselyt poistetaan välimuistista.';
$strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumäärä, joita ei ole tallennettu välimuistiin (ei ole voitu tallentaa välimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Rekisteröityjen kyselyjen lukumäärä välimuistissa.';
$strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumäärä kyselyvälimuistissa.';
$strShowStatusReset = 'Nollaa';
$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu vielä).';
$strShowStatusSelect_full_joinDescr = 'Indeksejä käyttämättömien liitosten lukumäärä. Jos tämä arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.';
$strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumäärä, jotka käyttivät aluehakua viitetaulussa (reference table).';
$strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumäärä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)';
$strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumäärä, jotka käyttivät alueita ensimmäiseen tauluun. (Yleensä ei ole vakavaa, vaikka tämä arvo olisikin suuri.)';
$strShowStatusSelect_scanDescr = 'Liitosten lukumäärä, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.';
$strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen väliaikaistaulujen lukumäärä tällä hetkellä.';
$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisäikeen uudelleen yrittämien transkatioiden kokonaislukumäärä käynnistyksesä lähtien';
$strShowStatusSlave_runningDescr = 'Tämä on ON, mikäli kyseinen palvelin on pääpalvelimeen kytketty alipalvelin.';
$strShowStatusSlow_launch_threadsDescr = 'Niiden säikeiden lukumäärä, joiden luomiseen on kulunut aikaa enemmän kuin slow_launch_time sekuntia.';
$strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumäärä, joiden suorittamiseen on kulunut aikaa enemmän kuin long_query_time sekuntia.';
$strShowStatusSort_merge_passesDescr = 'Lajittelualgoritmiin tarvittavien yhdentymisten (eng. merge) lukumäärä. Jos tämä arvo on suuri, voit suurentaa sort_buffer-muuttujan arvoa.';
$strShowStatusSort_rangeDescr = 'Alueiden (ranges) kanssa suoritettujen lajittelujen lukumäärä.';
$strShowStatusSort_rowsDescr = 'Lajiteltujen rivien lukumäärä.';
$strShowStatusSort_scanDescr = 'Niiden lajittelutoimenpiteiden lukumäärä, jotka on suoritettu käymällä taulukko läpi.';
$strShowStatusTable_locks_immediateDescr = 'Tapausten, jolloin taulun lukitus on saatu heti suoritettua, määrä.';
$strShowStatusTable_locks_waitedDescr = 'Niiden tapausten määrä, jolloin taulun lukitusta ei ole saatu suoritettua heti ja siitä johtuen sitä on jouduttu odottamaan. Jos tämä on suuri, ja suorituskyvyn kanssa on pulmia, sinun kannattaisi ensiksi optimoida kyselysi ja sitten joko jakaa taulusi osiksi tai käyttää hyväksesi replikaatiota.';
$strShowStatusThreads_cachedDescr = 'Säievälimuistissa sijaitsevien säikeiden lukumäärä. Välimuistin käyttötahti voidaan laskea näin: Threads_created/yhteyksien lkm. Jos tämä arvo näkyy punaisena, thread_cache_size-muuttujan arvoa tulisi nostaa.';
$strShowStatusThreads_connectedDescr = 'Tällä hetkellä avoinna olevien yhteyksien lukumäärä.';
$strShowStatusThreads_createdDescr = 'Yhteyksien käsittelyä varten luotujen säikeiden lukumäärä. Jos Threads_created on suuri, kannattaa kasvattaa thread_cache_size:n arvoa. (Yleensä tällä ei ole kovin huomattavaa vaikutusta suorituskykyyn, jos säikeiden toteutus on toteutettu hyvin.)';
$strShowStatusThreads_runningDescr = 'Niiden säikeiden lukumäärä, jotka eivät ole unessa.';
$strShowTableDimension = 'Näytä taulujen ulottuvuus';
$strShowTables = 'Näytä taulut';
$strShowThisQuery = ' Näytä lause uudelleen ';
$strSimplifiedChinese = 'Yksinkertaistettu kiina';
$strSingly = '(yksitellen)';
$strSize = 'Koko';
$strSkipQueries = 'Tiedoston alusta ohitettavien merkintöjen (kyselyjen) määrä';
$strSlovak = 'Slovakialainen';
$strSlovenian = 'Slovenialainen';
$strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)";
$strSortByKey = 'Lajittele avaimen mukaan';
$strSorting = 'Lajittelu'; //or Lajitellaan...?
$strSort = 'Järjestys';
$strSpaceUsage = 'Levytilan käyttö';
$strSpanish = 'Espanjalainen';
$strSplitWordsWithSpace = 'Sanat erotellaan välilyönnillä.';
$strSQLExportCompatibility = 'SQL-viennin yhteensopivuus';
$strSQLExportType = 'Vientityyppi';
$strSQLImportOptions = 'SQL-valinnat';
$strSQLOptions = 'SQL-valinnat';
$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:';
$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi näyttää olevan jokin virhe. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi.';
$strSQLQuery = 'SQL-lause';
$strSQLResult = 'SQL-lauseen tulos';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Epäkelpo tunniste';
$strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta';
$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
$strStatCheckTime = 'Viimeksi tarkistettu';
$strStatCreateTime = 'Luotu';
$strStatement = 'Tieto';
$strStatisticsOverrun = 'Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä.';
$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatus = 'Tila';
$strStorageEngines = "Tallennustilamoottorit";
$strStorageEngine = "Tallennustilamoottori";
$strStrucCSV = 'CSV-muotoinen data';
$strStrucData = 'Rakenne ja data';
$strStrucDrop = 'Lisää \'DROP TABLE\' -rivit';
$strStrucExcelCSV = 'MS Excelin CSV-muoto';
$strStrucNativeExcel = 'Natiivi MS Excel -data';
$strStrucOnly = 'Vain rakenne';
$strStructPropose = 'Esitä taulun rakenne';
$strStructure = 'Rakenne';
$strSubmit = 'Lähetä';
$strSuccess = 'SQL-lause suoritettu';
$strSum = 'Summa';
$strSwedish = 'Ruotsalainen';
$strSwitchToDatabase = 'Siirry kopioituun tietokantaan';
$strSwitchToTable = 'Siirry kopioituun tauluun';
 
$strTableAlreadyExists = 'Taulu %s on jo olemassa!';
$strTableComments = 'Taulun kommentit';
$strTableEmpty = 'Taulun nimi puuttuu!';
$strTableHasBeenDropped = 'Taulu %s on pudotettu';
$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
$strTableHasBeenFlushed = 'Taulun %s välimuisti on tyhjennetty';
$strTableMaintenance = 'Taulun huolto';
$strTableOfContents = 'Sisällysluettelo';
$strTableOptions = 'Taulun valinnat';
$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
$strTable = 'Taulu';
$strTableType = 'Taulun muoto';
$strTakeIt = 'käytä tätä';
$strTblPrivileges = 'Taulukohtaiset käyttöoikeudet';
$strTempData = 'Väliaikainen data';
$strTextAreaLength = ' Pituudestaan johtuen<br /> tätä saraketta ei ehkä voi muokata ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Oletusteemaa %s ei löydy!';
$strThemeNoPreviewAvailable = 'Esikatselu ei ole saatavilla.';
$strThemeNotFound = 'Teemaa %s ei löydy!';
$strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei löytynyt.';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!';
$strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä';
$strThisNotDirectory = 'Tämä ei ole hakemisto';
$strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika';
$strTimeoutInfo = 'Edellinen tuonti keskeytyi aikakatkaisuun; lähetettyäsi tiedoston uudestaan jatkamme kohdasta %d.';
$strTimeoutNothingParsed = 'Viimeisestä suorituskerrasta huolimatta mitään dataa ei ole parsittu; tämä tarkoittaa yleensä sitä, että phpMyAdmin ei voi suorittaa tätä tuontia loppuun asti, ellei php:n suoritusaikarajaa kasvateta.';
$strTimeoutPassed = 'Skriptin suoritus aikakatkaistiin; jos haluat suorittaa tuonnin loppuun saakka, lähetä sama tiedosto uudestaan, ja tuomista voidaan jaktaa.';
$strToggleScratchboard = 'Näytä/kätke luonnospöytä (scratchboard)';
$strTotalUC = 'Yhteensä';
$strTotal = 'yhteensä';
$strTraditionalChinese = 'Perinteinen kiina';
$strTraditionalSpanish = 'Perinteinen espanja';
$strTraffic = 'Liikenne';
$strTransactionCoordinator = 'Transaktiokoordinaattori';
$strTransformation_application_octetstream__download = 'Näytä linkki kentän binääridatan imurointiin. Ensimmäinen valinta on binääritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttänimi, jolla tiedostonimi sijaitsee. Jos käytät toista (2) valintaa, sinun on asetettava ensimmäinen valinta tyhjäksi.';
$strTransformation_application_octetstream__hex = 'Näyttää datan heksadesimaalisena esitysmuotona.';
$strTransformation_image_jpeg__inline = 'Näyttää klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikseleinä (säilyttää alkuperäisen suhteen)';
$strTransformation_image_jpeg__link = 'Näyttää linkin tähän kuvaan (eli suora blob-imurointi).';
$strTransformation_image_png__inline = 'Katso image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ottaa TIME-, TIMESTAMP- tai DATETIME-kentän ja muotoilee sen paikallisen päiväysformaatin mukaiseksi. Ensimmäinen valinta on siirros (tunteina), joka lisätään aikamerkintään (Oletus: 0). Jälkimmäinen valinta on toisenlainen päiväysformaatti, jonka parametrit ovat PHP:n strftime()-funktion mukaisia.';
$strTransformation_text_plain__external = 'VAIN LINUXILLE: Käynnistää ulkoisen ohjelman ja syöttää kenttädatan oletusarvoisen syötteen kautta. Palauttaa ohjelman oletusarvoisen tulosteen. Oletusarvona on Tidy, HTML-koodin tulostamiseksi siististi. Tietoturvasyistä joudut manuaalisesti muokkaamaan tiedostoa libraries/transformations/text_plain__external.inc.php ja lisäämään ajettavaksi sallimasi työkalut. Ensimmäinen valinta on silloin haluamasi ohjelman numero ja toinen valinta määrittää ohjelmalle annettavat parametrit. Kolmannen parametrin ollessa yksi (1) tuloste konvertataan käyttäen htmlspecialchars()-funktiota (Oletus on 1). Neljännen parametrin ollessa yksi (1) sisältökennoon lisätään NOWRAP, jotta koko tuloste näkyy ilman mitään ennakkomuotoiluja (Oletus 1)';
$strTransformation_text_plain__formatted = 'Säilyttää kentän alkuperäiset muotoilut. Kenoviivoja ei käytetä erikoismerkkien edellä.';
$strTransformation_text_plain__imagelink = 'Näyttää kuvan ja linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on leveys pikseleinä, kolmas on korkeus.';
$strTransformation_text_plain__link = 'Näyttää linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on linkin otsikko.';
$strTransformation_text_plain__sql = 'Muotoilee SQL-pyynnön syntaksivärityksellä.';
$strTransformation_text_plain__substr = 'Näyttää vain osan merkkijonoa. Ensimmäinen valinta on tarkoitettu määrittelemään siirrosta, jonka kohdalta tekstin näyttäminen aloitetaan (Oletus: 0). Toinen valinta kertoo, kuinka monta merkkiä tekstistä näytetään. Tämän ollessa tyhjä merkkijonosta näytetään kaikki loput tekstit. Kolmas valinta määrittelee, mitä merkkejä merkkijonon perään lisätään sitä näytettäessä (Oletus: "...") .';
$strTruncateQueries = 'Näytä typistetyt pyynnöt';
$strTurkish = 'Turkkilainen';
$strType = 'Tyyppi';
 
$strUkrainian = 'Ukrainalainen';
$strUncheckAll = 'Poista valinta kaikista';
$strUnicode = 'Unicode';
$strUnique = 'Uniikki';
$strUnknown = 'tuntematon';
$strUnselectAll = 'Poista valinta kaikista';
$strUnsupportedCompressionDetected = 'Yritit ladata tiedostoa, joka käyttää tukematonta pakkausmuotoa (%s). Tukea kyseiselle muodolle ei joko ole toteutettu, tai se on poistettu käytöstä asetusten kautta.';
$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.';
$strUpdateProfileMessage = 'Profiili on päivitetty.';
$strUpdateQuery = 'Päivitä kysely';
$strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit päivittää Column_comments-taulusi';
$strUpgrade = 'Sinun pitäisi päivittää versioon %s %s tai myöhempään.';
$strUploadLimit = 'Yritit todennäköisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tämän rajoituksen muuttamisesta.';
$strUsage = 'Käyttö';
$strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin';
$strUsedPhpExtensions = 'Käytössä olevat PHP-laajennukset';
$strUseHostTable = 'Käytä host-taulua';
$strUserAlreadyExists = 'Käyttäjä %s on jo olemassa!';
$strUserEmpty = 'Käyttäjän nimi puuttuu!';
$strUser = 'Käyttäjä';
$strUserName = 'Käyttäjänimi';
$strUserNotFound = 'Valittua käyttäjää ei löytynyt käyttöoikeustaulusta.';
$strUserOverview = 'Käyttäjien yleiskatsaus';
$strUsersDeleted = 'Valitsemiesi käyttäjien poisto onnistui.';
$strUsersHavingAccessToDb = 'Käyttäjät, joilla on oikeus käyttää kohdetta &quot;%s&quot;';
$strUseTabKey = 'Käytä tabulaattoria siirtyäksesi arvojen välillä, tai CTRL+nuolia siirtäksesi mihin tahansa kohtaan';
$strUseTables = 'Käytä tauluja';
$strUseTextField = 'Käytä tekstikenttää';
$strUseThisValue = 'Käytä tätä arvoa';
 
$strValidateSQL = 'Tarkista SQL-lause';
$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.';
$strValue = 'Arvo';
$strVar = 'Muuttuja';
$strVersionInformation = "Versiotiedot";
$strViewDumpDatabases = 'Näytä vedos (skeema) tietokannoista';
$strViewDumpDB = 'Tee vedos tietokannasta';
$strViewDump = 'Tee vedos taulusta';
$strViewHasBeenDropped = "Näkymä %s on poistettu";
$strView = "Näkymä";
 
$strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu käyttää tiedostojen siirtämiseen';
$strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten';
$strWelcome = 'Tervetuloa, toivottaa %s';
$strWestEuropean = 'Länsieurooppalainen';
$strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.';
$strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynnöt';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.';
 
$strXML = 'XML';
 
$strYes = 'Kyllä';
 
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa raja-arvon.';
$strZip = '"zip-pakattu"';
 
// To translate:
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/finnish-iso-8859-15.inc.php
0,0 → 1,990
<?php
/* $Id: finnish-iso-8859-15.inc.php,v 2.59.2.4.4.1 2006/08/02 17:00:56 lem9 Exp $ */
 
/*
* Translated by Jouni Kähkönen, <address withdrawn>
* Previous translations by Visa Kopu, <visa@visakopu.net>
*
* Nov 2005: Several changes and fixes done (by Jouni Kähkönen)
* Toisinnon 2.7.0-dev käännöstyö valmis tänään 10.11.2005 kello 19:18
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('tavua', 'kt', 'Mt', 'Gt', 'Tt', 'Pt', 'Et');
 
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y klo %H:%M';
 
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
 
'Kertoo, kuinka monesti replikaation SQL-alisäie on uudelleen yrittänyt transkatioita kaikkiaan käynnistyksestä lähtien.';
 
$strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
$strAccessDenied = 'Pääsy kielletty';
$strAction = 'Toiminnot';
$strAddAutoIncrement = 'Lisää \'AUTO_INCREMENT\'-arvo';
$strAddConstraints = 'Lisää rajoitteet';
$strAddDeleteColumn = 'Lisää/poista sarakkeita';
$strAddDeleteRow = 'Lisää/poista hakuehtoja';
$strAddDropDatabase = 'Lisää \'DROP DATABASE\'';
$strAddedColumnComment = 'Lisätty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lisätty relaatio sarakkeeseen';
$strAddFields = 'Lisää %s kenttä(ä)';
$strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIfNotExists = 'Lisää \'IF NOT EXISTS\'';
$strAddIntoComments = 'Lisää kommentteihin';
$strAddNewField = 'Lisää sarake';
$strAddPrivilegesOnDb = 'Lisää käyttöoikeudet seuraavaan tietokantaan';
$strAddPrivilegesOnTbl = 'Lisää käyttöoikeudet seuraavaan tauluun';
$strAddSearchConditions = 'Lisää hakuehtoja ("where"-lauseen sisältö):';
$strAddToIndex = 'Lisää indeksiin %s sarake(tta)';
$strAddUser = 'Lisää uusi käyttäjä';
$strAddUserMessage = 'Olet lisännyt uuden käyttäjän.';
$strAdministration = 'Pääkäyttäjyys';
$strAffectedRows = 'Kohdistettuja rivejä:';
$strAfterInsertBack = 'Takaisin';
$strAfterInsertNewInsert = 'Lisää uusi rivi';
$strAfterInsertNext = 'Muokkaa seuraavaa riviä';
$strAfterInsertSame = 'Palaa tälle sivulle';
$strAfter = 'Jälkeen sarakkeen: %s';
$strAll = 'Kaikki';
$strAllowInterrupt = 'Salli tuonnin keskeyttäminen, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?';
$strAlterOrderBy = 'Järjestä taulu';
$strAnalyzeTable = 'Analysoi taulu';
$strAnd = 'Ja';
$strAndThen = 'ja sen jälkeen';
$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
$strAnyHost = 'Mikä tahansa palvelin';
$strAny = 'Mikä tahansa';
$strAnyUser = 'Mikä tahansa käyttäjä';
$strApproximateCount = 'Saattaa olla summittainen. Katso FAQ 3.11';
$strAPrimaryKey = 'Sarakkeelle %s on lisätty ensisijainen avain';
$strArabic = 'Arabialainen';
$strArmenian = 'Armenialainen';
$strAscending = 'Nouseva';
$strAtBeginningOfTable = 'Taulun alkuun';
$strAtEndOfTable = 'Taulun loppuun';
$strAttr = 'Attribuutit';
$strAutodetect = 'Määritä automaattisesti';
$strAutomaticLayout = 'Automaattinen ulkoasu';
 
$strBack = 'Takaisin';
$strBaltic = 'Baltilainen';
$strBeginCut = 'ALOITA CUT';
$strBeginRaw = 'ALOITA RAW';
$strBinary = 'Binääridata';
$strBinaryDoNotEdit = 'Binääridataa - älä muokkaa';
$strBinaryLog = 'Binääriloki';
$strBinLogEventType = 'Tapahtumatyyppi';
$strBinLogInfo = 'Informaatio';
$strBinLogName = 'Lokin nimi';
$strBinLogOriginalPosition = 'Alkuperäinen sijainti';
$strBinLogPosition = 'Sijainti';
$strBinLogServerId = 'Palvelimen ID';
$strBookmarkAllUsers = 'Anna kaikkien käyttäjien päästä käsiksi tähän kirjanmerkkiin';
$strBookmarkCreated = 'Kirjanmerkki %s luotu';
$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.';
$strBookmarkLabel = 'Tunniste';
$strBookmarkQuery = 'Tallennettu SQL-lause';
$strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki';
$strBookmarkThis = 'Tallenna SQL-lause';
$strBookmarkView = 'Näytä';
$strBrowseDistinctValues = 'Selaa erillisiä arvoja';
$strBrowseForeignValues = 'Selaa vieraita arvoja';
$strBrowse = 'Selaa';
$strBufferPoolActivity = 'Puskurisäiliön aktiivisuus';
$strBufferPool = "Puskurisäiliö";
$strBufferPoolUsage = "Puskurisäiliön käyttö";
$strBufferReadMisses = 'Epäonnistuneet lukuyritykset';
$strBufferReadMissesInPercent = 'Epäonnistuneet lukuyritykset: %';
$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBufferWriteWaits = 'Viive ennen kirjoitusta';
$strBulgarian = 'Bulgarialainen';
$strBusyPages = "Käytössä olevat sivut";
$strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinäisestä Bz2-laajennuksesta tässä php:n versiossa. On suositeltavaa asettaa <code>$cfg[\'BZipDump\']</code>-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi <code>FALSE</code>. Jos haluat käyttää Bz2-pakkauksen toimintoja, sinun pitää päivittää uusimpaan php:n versioon. Katso lisätietoja php bug reportista: %s .';
$strBzip = '"bzip-pakattu"';
 
$strCalendar = 'Kalenteri';
$strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asennuksen asetukset!';
$strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisään';
$strCantLoad = 'en voi ladata laajennusta %s,<br />ole hyvä, ja tarkista PHP:n asetukset';
$strCantLoadRecodeIconv = 'Merkistön konvertointiin tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ja salli näiden laajennusten käyttö tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.';
$strCantRenameIdxToPrimary = 'Indeksiä ei voi muuttaa PRIMARY-nimiseksi!';
$strCantUseRecodeIconv = 'iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista PHP:n asetukset.';
$strCardinality = 'Kardinaliteetti';
$strCaseInsensitive = 'Kirjainkoolla ei väliä';
$strCaseSensitive = 'Tarkka kirjainkoko';
$strCentralEuropean = 'Keskieurooppalainen';
$strChangeCopyModeCopy = '... säilytä vanha käyttäjä.';
$strChangeCopyModeDeleteAndReload = ' ... poista vanha käyttäjä käyttäjätauluista ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strChangeCopyModeJustDelete = ' ... poista vanha käyttäjä käyttäjätauluista.';
$strChangeCopyMode = 'Luo uusi käyttäjä samoilla käyttöoikeuksilla ja ...';
$strChangeCopyModeRevoke = ' ...peruuta kaikki aktiiviset käyttöoikeudet vanhalta käyttäjältä ja tuhoa se sen jälkeen.';
$strChangeCopyUser = 'Vaihda sisäänkirjautumistietoja / Kopioi käyttäjä';
$strChangeDisplay = 'Valitse näytettävä sarake';
$strChange = 'Muokkaa';
$strChangePassword = 'Vaihda salasanaa';
$strCharset = 'Merkistökoodaus';
$strCharsetOfFile = 'Tiedoston merkistö:';
$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
$strCharsets = 'Merkistöt';
$strCheckAll = 'Valitse kaikki';
$strCheckOverhead = 'Valitse käyttämättömät taulut'; //?
$strCheckPrivs = 'Hallitse käyttöoikeuksia';
$strCheckPrivsLong = 'Hallitse tietokannan &quot;%s&quot; käyttöoikeuksia.';
$strCheckTable = 'Tarkista taulu';
$strChoosePage = 'Valitse muokattava sivu';
$strColComFeat = 'Sarakkeiden kommentit näkyvissä';
$strCollation = 'Aakkosjärjestys';
$strColumnNames = 'Sarakkeiden nimet';
$strColumnPrivileges = 'Sarakekohtaiset käyttöoikeudet';
$strCommand = 'Komento';
$strCommentsForTable = 'KOMMENTIT TAULULLE';
$strComments = 'Kommentit';
$strCompatibleHashing = 'MySQL&nbsp;4.0 -yhteensopiva';
$strCompleteInserts = 'Kokonaiset insert-lauseet';
$strCompression = 'Pakkaus';
$strCompressionWillBeDetected = 'Seuraavat tiedostopakkausmuodot havaitaan automaattisesti: %s';
$strConfigDefaultFileError = 'En voi ladata oletusasetuksia kohteesta: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei pysty lukemaan asetustiedostoa.<br />Tämä saattaa johtua virheestä, jonka PHP löysi tiedostosta tai tiedoston puuttumisesta.<br />Voit avata tiedoston allaolevasta linkistä ja lukea mahdolliset PHP-virheilmoituikset. Todennäköisimmin joltain riviltä puuttuu lainausmerkki tai puolipiste.<br />Jos linkistä avautuva sivu on tyhjä, asetustiedostosta ei löytynyt virhettä.';
$strConfigureTableCoord = 'Määrittele koordinaatit taululle %s';
$strConnectionError = 'En voi yhdistää: virheelliset asetukset.';
$strConnections = 'Yhteydenotot';
$strConstraintsForDumped = 'Rajoitteet vedostauluille';
$strConstraintsForTable = 'Rajoitteet taululle';
$strCookiesRequired = 'Selaimessa pitää olla cookietuki päällä tästä eteenpäin.';
$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokannaksi %s';
$strCopy = 'Kopioi';
$strCopyTable = 'Kopioi taulu toiseen tauluun nimellä (tietokanta<b>.</b>taulu):';
$strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.';
$strCopyTableSameNames = 'Taulua ei voida kopioida itseensä!';
$strCouldNotKill = 'phpMyAdmin ei voinut lopettaa säiettä %s (thread). Se on todennäköisesti jo suljettu.';
$strCreateDatabaseBeforeCopying = 'Suorita CREATE DATABASE ennen kopioimista';
$strCreateIndex = 'Luo &nbsp;%s:n sarakkeen indeksi';
$strCreateIndexTopic = 'Luo uusi indeksi';
$strCreate = 'Luo';
$strCreateNewDatabase = 'Luo uusi tietokanta';
$strCreateNewTable = 'Luo uusi taulu tietokantaan %s';
$strCreatePage = 'Luo uusi sivu';
$strCreatePdfFeat = 'PDF-tiedostojen luonti';
$strCreationDates = 'Luonti/päivitys/tarkistus -päiväykset';
$strCriteria = 'Hakuehdot';
$strCroatian = 'Kroaatti';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-valinnat';
$strCSVOptions = 'CSV-valinnat';
$strCyrillic = 'Kyrillinen';
$strCzechSlovak = 'Tsekkoslovakialainen';
$strCzech = 'Tshekkiläinen';
 
$strDanish = 'Tanskalainen';
$strDatabaseEmpty = 'Tietokannan nimi on tyhjä!';
$strDatabaseExportOptions = 'Tietokannan tulostusvalinnat';
$strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.';
$strDatabaseNoTable = 'Tämä tietokanta ei sisällä yhtään taulua!';
$strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.';
$strDatabasesStatsDisable = 'Poista tilastot käytöstä';
$strDatabasesStatsEnable = 'Ota tilastot käyttöön';
$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välillä.';
$strDatabasesStats = 'Tietokantatilastot';
$strDatabases = 'Tietokannat';
$strDatabase = 'Tietokanta';
$strData = 'Data';
$strDataDict = 'Datasanakirja';
$strDataOnly = 'Vain data';
$strDataPages = "Dataa sisältävät sivut";
$strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
$strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen';
$strDefaultEngine = "%s on tämän MySQL-palvelimen oletusarvoinen tallennustilamoottori.";
$strDefault = 'Oletusarvo';
$strDefaultValueHelp = 'Syötä oletusarvoihin vain yksinäinen arvo (käyttämättä kenoviivamerkintöjä tai lainausmerkkejä) tässä muodossa: a';
$strDefragment = 'Eheytä taulu';
$strDelayedInserts = 'Käytä viivästettyjä insert-lauseita';
$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen saattaa kestää jonkin aikaa.';
$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strDeleted = 'Rivi on poistettu';
$strDeletedRows = 'Poistetut rivit:';
$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDelete = 'Poista';
$strDeleting = 'Poistetaan: %s';
$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDescending = 'Laskeva';
$strDescription = 'Kuvaus';
$strDictionary = 'sanakirja';
$strDirtyPages = "Epäsiistit sivut";
$strDisabled = 'Pois päältä';
$strDisableForeignChecks = 'Älä käytä vieraiden avainten tarkistusta';
$strDisplayFeat = 'Ulkoasun asetukset';
$strDisplayOrder = 'Lajittelujärjestys:';
$strDisplayPDF = 'Näytä PDF-kaavio';
$strDoAQuery = 'Suorita "esimerkin mukainen kysely" (jokerimerkki: "%")';
$strDocu = 'Ohjeet';
$strDoYouReally = 'Oletko varma että haluat ';
$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDrop = 'Pudota';
$strDropUsersDb = 'Pudota (poista) tietokannat, joilla on sama nimi kuin käyttäjillä.';
$strDumpingData = 'Vedostetaan dataa taulusta';
$strDumpSaved = 'Vedos tallennettiin tiedostoon %s.';
$strDumpXRows = 'Tee vedos %s rivistä, alkaen rivistä: %s.';
$strDynamic = 'dynaaminen';
 
$strEdit = 'Muokkaa';
$strEditPDFPages = 'Muokkaa PDF-sivuja';
$strEditPrivileges = 'Muokkaa käyttöoikeuksia';
$strEffective = 'Varsinainen';
$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen (ts. nolla riviä).';
$strEmpty = 'Tyhjennä';
$strEnabled = 'Päällä';
$strEncloseInTransaction = 'Lisää transaktio';
$strEndCut = 'LOPETA CUT';
$strEnd = 'Loppu';
$strEndRaw = 'LOPETA RAW';
$strEngineAvailable = "%s on käytettävissä tällä MySQL-palvelimella.";
$strEngineDisabled = "%s on otettu pois käytöstä tältä MySQL-palvelimelta.";
$strEngines = "Moottorit";
$strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennustilamoottoria.";
$strEnglish = 'Englantilainen';
$strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! ';
$strErrorInZipFile = 'Virhe ZIP-paketissa:';
$strError = 'Virhe';
$strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein';
$strEsperanto = 'Esperanto';
$strEstonian = 'Virolainen';
$strExcelEdition = 'Excel-muokkaus';
$strExcelOptions = 'Excel-valinnat';
$strExecuteBookmarked = 'Suorita kirjanmerkkeihin lisätty kysyntä';
$strExplain = 'Selitä SQL-lause';
$strExport = 'Vienti';
$strExtendedInserts = 'Yhteinen insert-lause';
$strExtra = 'Lisätiedot';
 
$strFailedAttempts = 'Epäonnistuneet yritykset';
$strFieldHasBeenDropped = 'Sarake %s on pudotettu';
$strField = 'Sarake';
$strFieldsEmpty = ' Sarakkeiden lukumäärä on nolla! ';
$strFieldsEnclosedBy = 'Sarakkeiden ympäröintimerkki';
$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
$strFields = 'Sarakkeet';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFileAlreadyExists = 'Tiedosto %s on jo olemassa palvelimella, vaihda tiedostonimeä tai tarkista korvaus-asetuksen tila.';
$strFileCouldNotBeRead = 'Tiedostoa ei voida lukea';
$strFileNameTemplateDescriptionDatabase = 'tietokannan nimi';
$strFileNameTemplateDescriptionServer = 'palvelimen nimi';
$strFileNameTemplateDescriptionTable = 'taulukon nimi';
$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettyjä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateRemember = 'muista pohja';
$strFileNameTemplate = 'Tiedostonimen pohja';
$strFileToImport = 'Tuotava tiedosto';
$strFixed = 'kiinteä';
$strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL:n käyttöoikeustauluista. Näiden taulujen sisältö saattaa erota palvelimen käyttämistä käyttöoikeuksista, jos niihin on tehty muutoksia manuaalisesti. Tällöin sinun on %sladattava käyttöoikeudet uudestaan%s ennen kuin jatkat.';
$strFlushQueryCache = 'Tyhjennä kyselymuisti';
$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")';
$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
$strFreePages = "Vapaat sivut";
$strFullText = 'Koko tekstit';
$strFunction = 'Funktio';
 
$strGenBy = 'Luontiympäristö';
$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
$strGenerate = 'Luo';
$strGeneratePassword = 'Luo salasana';
$strGenTime = 'Luontiaika';
$strGeorgian = 'Georgialainen';
$strGerman = 'Saksalainen';
$strGlobal = 'globaali';
$strGlobalPrivileges = 'Globaalit käyttöoikeudet';
$strGlobalValue = 'Globaali arvo';
$strGo = 'Siirry';
$strGrantOption = 'Oikeus (Grant)';
$strGreek = 'Kreikkalainen';
$strGzip = '"gzip-pakattu"';
 
$strHandler = 'Käsittelijä';
$strHasBeenAltered = 'on muutettu.';
$strHasBeenCreated = 'on luotu.';
$strHaveToShow = 'Valitse vähintään yksi sarake';
$strHebrew = 'Hebrealainen';
$strHexForBinary = 'Näytä binäärikentät heksalukuina';
$strHome = 'Etusivu';
$strHomepageOfficial = 'phpMyAdminin kotisivut';
$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHost = 'Palvelin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 -viennin valinnat';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 -viennin valinnat';
$strHungarian = 'Unkarilainen';
 
$strIcelandic = 'Islantilainen';
$strId = 'ID';
$strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
$strIgnore = 'Jätä huomiotta';
$strIgnoringFile = 'Jätetään tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
$strImport = 'Tuonti';
$strIndexes = 'Indeksit';
$strIndexHasBeenDropped = 'Indeksi %s on pudotettu';
$strIndex = 'Indeksi';
$strIndexName = 'Indeksin nimi:';
$strIndexType = 'Indeksin tyyppi:';
$strIndexWarningMultiple = 'Useampi kuin yksi %s-avain luotiin sarakkeelle `%s`';
$strIndexWarningPrimary = 'PRIMARY- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strIndexWarningTable = 'Taulun `%s` indeksien kanssa on ongelmia';
$strIndexWarningUnique = 'UNIQUE- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strInnoDBAutoextendIncrement = "Automaattisen laajentamisen koko";
$strInnoDBAutoextendIncrementDesc = "Laajentamiskoko automaattisesti suurenevan taulutilan koon laajentamiseksi sen täyttyessä.";
$strInnoDBBufferPoolSizeDesc = 'Muistipuskurin koko, jota InnoDB käyttää tauluissaan olevan datan ja indeksien siirtämiseen välimuistiin.';
$strInnoDBBufferPoolSize = 'Puskurisäiliön koko';
$strInnoDBDataFilePath = "Datatiedostot";
$strInnoDBDataHomeDir = "Datan kotihakemisto";
$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-datatiedostoille.";
$strInnoDBPages = 'sivua';
$strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL:n oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisilla asetuksilla käytettäessä MySQL-palvelin on arka hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!';
$strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Sijoitetun rivin id:';
$strInsertedRows = 'Lisätyt rivit:';
$strInsert = 'Lisää rivi';
$strInsertNewRow = 'Lisää uusi rivi';
$strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita silloin, kun sellainen on jo InnoDB:ssä.';
$strInternalRelations = 'Sisäiset relaatiot';
$strInUse = 'käytössä';
$strInvalidAuthMethod = 'Asetuksissa on virheellinen todennustapa:';
$strInvalidColumnCount = 'Sarakkeiden lukumäärän on oltava enemmän suurempi kuin nolla.';
$strInvalidColumn = 'Virheellinen sarake (%s) määritelty!';
$strInvalidCSVFieldCount = 'Virheellinen kenttien määrä CSV-syötteessä rivillä %d.';
$strInvalidCSVFormat = 'Virheellinen muoto CSV-syötteessä rivillä %d.';
$strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s';
$strInvalidFieldAddCount = 'Sinun on lisättävä vähintään yksi kenttä.';
$strInvalidFieldCount = 'Taulussa täytyy olla vähintään yksi kenttä.';
$strInvalidLDIImport = 'Tämä lisäosa ei tue pakattujen tuontien käyttöä!';
$strInvalidRowNumber = '%d on virheellinen rivinumero.';
$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.';
$strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"';
 
$strJapanese = 'Japanilainen';
$strJoins = 'Liitokset';
$strJumpToDB = 'Hyppää tietokantaan &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Poistetut&quot; käyttäjät voivat edelleen päästä tavallisesti käsiksi palvelimeen, kunnes käyttöoikeudet on ladattu uudestaan.';
$strJustDelete = 'Poista käyttäjät vain käyttöoikeustauluista.';
 
$strKeepPass = 'Älä vaihda salasanaa';
$strKeyCache = 'Avainvälimuisti';
$strKeyname = 'Avaimen nimi';
$strKill = 'Lopeta';
$strKorean = 'Korealainen';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei löydy.';
$strLanguageUnknown = 'Tuntematon kieli: %1$s.';
$strLatchedPages = "Lukitut sivut";
$strLatexCaption = 'Taulun otsikko';
$strLatexContent = 'Taulun __TABLE__ sisältö';
$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexContinued = '(jatkuu)';
$strLatexIncludeCaption = 'Sisällytä taulun otsikko';
$strLatexLabel = 'Tunniste';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-valinta-asetukset';
$strLatexStructure = 'Taulun __TABLE__ rakenne';
$strLatvian = 'Latvialainen';
$strLDI = 'CSV käyttäen LOAD DATA:aa';
$strLDIImportOptions = 'Valinnat CSV-tuonnille käyttäen LOAD DATA:aa';
$strLDILocal = 'Käytä LOCAL-avainsanaa';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'Rivejä sivua kohti';
$strLinesTerminatedBy = 'Rivien erotinmerkki';
$strLinkNotFound = 'Linkkiä ei löydy';
$strLinksTo = 'Linkitys sarakkeeseen:';
$strLithuanian = 'Liettualainen';
$strLocalhost = 'Paikallinen';
$strLocationTextfile = 'Tiedoston sijainti';
$strLoginInformation = 'Sisäänkirjautumistiedot';
$strLogin = 'Kirjaudu sisään';
$strLogout = 'Poistu';
$strLogPassword = 'Salasana:';
$strLogServer = 'Palvelin';
$strLogUsername = 'Käyttäjätunnus:';
$strLongOperation = "Tämä toimenpide saattaa kestää pitkään. Jatketaanko silti?";
 
$strMaxConnects = 'enim. yhtäaikaisia yhteyksiä';
$strMaximalQueryLength = 'Luotavan kyselyn enimmäispituus';
$strMaximumSize = 'Enimmäiskoko: %s%s';
$strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt ja vaikuttaa siltä, että käytät multibyte-merkistökoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tämä saattaa johtaa odottamattomiin tuloksiin.';
$strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!';
$strMIME_available_mime = 'Mahdolliset MIME-tyypit';
$strMIME_available_transform = 'Mahdolliset muunnokset';
$strMIME_description = 'Kuvaus';
$strMIME_MIMEtype = 'MIME-tyyppi';
$strMIME_nodescription = 'Tälle muunnokselle ei ole saatavilla yhtään kuvausta.<br />Ole hyvä, ja kysy tekijältä, mitä %s tekee.';
$strMIME_transformation_note = 'Nähdäksesi luettelon saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista, paina %smuunnoksen kuvaukset%s-kohtaa';
$strMIME_transformation_options = 'Muunnosvaihtoehdot';
$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä formaattia: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai yksittäistä lainausmerkkiä ("\'"), lisää merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strMIME_transformation = 'Selaimen muunnos (transformation)';
$strMIMETypesForTable = 'MIME-TYYPIT TAULULLE';
$strMIME_without = 'MIME-tyypeillä, jotka on kursivoitu, ei ole erillistä muunnostoimintoa';
$strModifications = 'Muutokset tallennettu';
$strModifyIndexTopic = 'Muokkaa indeksiä';
$strModify = 'Muokkaa';
$strMoveTableOK = 'Taulu %s on siirretty %s.';
$strMoveTableSameNames = 'Taulua ei voi siirtää itseensä!';
$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta<b>.</b>taulu):';
$strMultilingual = 'monikielinen';
$strMyISAMDataPointerSize = "Dataosoittimen koko";
$strMyISAMDataPointerSizeDesc = "Oletusarvoinen osoittimen koko tavuina, käytettäväksi CREATE TABLE -lauseen kanssa MyISAM-tauluissa, silloin kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luomiseen käytetty väliaikaistiedosto on suurempi kuin avainvälimuistin käyttäminen täällä määritellyn määrän mukaisesti, on suositeltavampaa käyttää välimuistimetodia.";
$strMyISAMMaxExtraSortFileSize = "Enimmäiskoko väliaikaisille tiedostoille indeksin luonnissa";
$strMyISAMMaxSortFileSizeDesc = "MySQL-palvelimen käyttöön tarkoitettu väliaikaistiedoston suurin koko MyISAM-indeksien uudelleen latausta varten (REPAIR TABLE, ALTER TABLE tai LOAD ADTA INFILE -toimintojen aikana).";
$strMyISAMMaxSortFileSize = "Enimmäiskoko väliaikaisille lajittelutiedostoille";
$strMyISAMRecoverOptions = "Automaattinen palautuminen";
$strMyISAMRecoverOptionsDesc = "Kaatuneiden MyISAM-taulujen automaattisen palauttamisen tila sellaisenaan kuin se on asetettu \"--myisam-recover\" -nimisen palvelimenkäynnistysasetuksen kautta.";
$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, lajitteluprosessi luo MyISAM-tauluindeksit rinnakkain (kukin indeksi omaan säikeeseensä), kun käytetään Korjaa-toimintoa.";
$strMyISAMRepairThreads = "Korjaussäikeet"; //not "Korjaa säikeet"
$strMyISAMSortBufferSizeDesc = "Puskuri joka varataan käyttöön lajitellessa MyISAM-indeksejä REPAIR TABLE:n aikana tai luotaessa indeksejä toiminnolla CREATE INDEX tai ALTER TABLE.";
$strMyISAMSortBufferSize = "Lajittelupuskurin koko";
$strMySQLCharset = 'MySQL:n merkistö';
$strMysqlClientVersion = 'MySQL-asiakasversio';
$strMySQLConnectionCollation = 'MySQL-yhteyden aakkosjärjestys';
$strMySQLSaid = 'MySQL ilmoittaa: ';
$strMySQLShowProcess = 'Näytä prosessit';
$strMySQLShowStatus = 'Näytä MySQL:n ajonaikaiset tiedot';
$strMySQLShowVars = 'Näytä MySQL:n järjestelmämuuttujat';
 
$strName = 'Nimi';
$strNext = 'Seuraava';
$strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmän. Kirjaudu sisään uudestaan.';
$strNoDatabases = 'Ei tietokantoja';
$strNoDatabasesSelected = 'Et valinnut yhtään tietokantaa.';
$strNoDescription = 'ei selitystä';
$strNoDetailsForEngine = "Tämän tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja.";
$strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.';
$strNo = 'Ei';
$strNoExplain = 'Älä selitä SQL-lausetta';
$strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!';
$strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksiä</b> tukevalla selaimella.';
$strNoIndex = 'Indeksiä ei ole määritelty!';
$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!';
$strNoModification = 'Ei muutoksia';
$strNone = 'Ei mitään';
$strNoOptions = 'Tälle tiedostomuodolle ei ole valinta-asetuksia';
$strNoPassword = 'Ei mitään salasanaa';
$strNoPermission = 'Internet-palvelimella ei ole lupaa tallentaa tiedostoa %s.';
$strNoPhp = 'Kätke PHP-koodi';
$strNoPrivileges = 'Ei käyttöoikeuksia';
$strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!';
$strNoRowsSelected = 'Ei yhtään riviä valittu';
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.';
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
$strNothingToImport = 'Et antanut mitään dataa tuotavaksi!';
$strNotNumber = 'Tämä ei ole numero!';
$strNotOK = 'Ei kunnossa';
$strNotSet = '<b>%s</b>-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa';
$strNoUsersFound = 'Käyttäjiä ei löytynyt.';
$strNoValidateSQL = 'Älä tarkista SQL-lausetta';
$strNull = 'Tyhjä';
$strNumberOfFields = 'Kenttien lukumäärä';
$strNumSearchResultsInTable = '%s hakutulosta taulussa <i>%s</i>';
$strNumSearchResultsTotal = '<b>Yhteensä:</b> <i>%s</i> hakutulosta';
$strNumTables = 'Taulut';
 
$strOK = 'Kunnossa';
$strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna';
$strOperations = 'Toiminnot';
$strOperator = 'Operaattori';
$strOptimizeTable = 'Optimoi taulu';
$strOr = 'Tai';
$strOverhead = 'Ylijäämä';
$strOverwriteExisting = 'Korvaa jo olemassa oleva(t) tiedosto(t)';
 
$strPageNumber = 'Sivunumero:';
$strPagesToBeFlushed = "Siistimistä vaativat sivut";
$strPaperSize = 'Paperin koko';
$strPartialImport = 'Osittainen tuonti';
$strPartialText = 'Osittaiset tekstit';
$strPasswordChanged = 'Salasanan vaihto käyttäjälle %s onnistui.';
$strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordHashing = 'Salasanan hashaus';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPassword = 'Salasana';
$strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s';
$strPdfInvalidTblName = 'Taulua "%s" ei löydy!';
$strPdfNoTables = 'Ei tauluja';
$strPDFOptions = 'PDF-valinnat';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raportin otsikko';
$strPerHour = 'tunnissa';
$strPerMinute = 'minuutissa';
$strPerSecond = 'sekunnissa';
$strPersian = 'Persialainen';
$strPhoneBook = 'puhelinluettelo';
$strPHP40203 = 'Käytössäsi on PHP 4.2.3, joka sisältää vakavan vian monitavuisissa merkkijonoissa (mbstring). Katso PHP:n virheraportti 19404. Tätä PHP:n versiota ei suositella käytettäväksi phpMyAdminin kanssa.';
$strPhp = 'Näytä PHP-koodi';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> täytyy määritellä asetustiedostossa!';
$strPolish = 'Puolalainen';
$strPortrait = 'Pystytasossa';
$strPos1 = 'Alkuun';
$strPrevious = 'Edellinen';
$strPrimary = 'Ensisijainen';
$strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu';
$strPrimaryKeyName = 'Ensisijaisen avaimen nimenä pitää olla PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" saa olla <b>vain ja ainoastaan</b>ensisijaisen avaimen nimenä!)';
$strPrint = 'Tulosta';
$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrintView = 'Tulostusversio';
$strPrivDescAllPrivileges = 'Sisältää kaikki käyttöoikeudet paitsi GRANT.';
$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescAlter = 'Sallii muuttaa nykyisten taulujen rakennetta.';
$strPrivDescCreateDb = 'Sallii uusien tietokantojen ja taulujen luomisen.';
$strPrivDescCreateRoutine = 'Sallii talletettujen rutiinien luomisen.';
$strPrivDescCreateTbl = 'Sallii uusien taulujen luomisen.';
$strPrivDescCreateTmpTable = 'Sallii väliaikaistaulujen luomisen.';
$strPrivDescCreateUser = 'Sallii käyttäjätilien luomisen, poistamisen ja uudelleen nimeämisen.';
$strPrivDescCreateView = 'Sallii uusien näkymisen luomisen.';
$strPrivDescDelete = 'Sallii datan poistamisen.';
$strPrivDescDropDb = 'Sallii tietokantojen ja taulujen pudottamisen.';
$strPrivDescDropTbl = 'Sallii taulujen pudottamisen.';
$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescExecute = 'Sallii talletettujen proseduurien suorittamisen; Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescFile = 'Sallii datan tuomisen ja viemisen tiedostosta/tiedostoon.';
$strPrivDescGrant = 'Sallii käyttäjien ja käyttöoikeuksien lisäämisen lataamatta käyttöoikeustauluja uudestaan.';
$strPrivDescIndex = 'Sallii indeksien luomisen ja pudottamisen.';
$strPrivDescInsert = 'Sallii datan lisäämisen ja korvaamisen.';
$strPrivDescLockTables = 'Sallii taulujen lukitsemisen nykyiselle säikeelle (thread).';
$strPrivDescMaxConnections = 'Rajoittaa uusien yhteyksien määrän, jonka käyttäjä voi luoda tunnin aikana.';
$strPrivDescMaxQuestions = 'Rajoittaa kyselyjen lukumäärän, jonka käyttäjä voi lähettää palvelimelle tunnin aikana.';
$strPrivDescMaxUpdates = 'Rajoittaa käyttäjältä sellaisten komentojen suorittamisen lukumäärän tunnin aikana, jotka tekevät muutoksia tauluihin tai tietokantoihin.';
$strPrivDescMaxUserConnections = 'Asettaa rajan käyttäjän yhtäaikaisten yhteyksien lukumäärälle.';
$strPrivDescProcess3 = 'Sallii muiden käyttäjien prosessien lopettamisen.';
$strPrivDescProcess4 = 'Sallii kokonaisten kyselyjen näyttämisen prosessilistassa.';
$strPrivDescReferences = 'Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescReload = 'Sallii palvelinasetusten uudelleen lataamisen ja palvelimen välimuistin tyhjentämisen.';
$strPrivDescReplClient = 'Antaa käyttäjälle oikeuden kysyä, missä ali-/pääpalvelimet ovat.';
$strPrivDescReplSlave = 'Tarvitaan replikaatio-alipalvelimia varten.';
$strPrivDescSelect = 'Sallii datan lukemisen.';
$strPrivDescShowDb = 'Sallii pääsyn kokonaiseen tietokantalistaan.';
$strPrivDescShowView = 'Sallii SHOW CREATE VIEW -kyselyjen suorittamisen.';
$strPrivDescShutdown = 'Sallii palvelimen sammuttamisen.';
$strPrivDescSuper = 'Sallii yhdistämisen silloinkin kun enimmäismäärä yhteyksiä on saavutettu; Tarvitaan useissa pääkäyttäjän toiminnoissa, kuten globaalien muuttujien asettamisessa ja muiden käyttäjien säikeiden (threads) lopettamisessa.';
$strPrivDescUpdate = 'Sallii datan muuttamisen.';
$strPrivDescUsage = 'Ei käyttöoikeuksia.';
$strPrivileges = 'Käyttöoikeudet';
$strPrivilegesReloaded = 'Käyttöoikeuksien uudelleen lataus onnistui.';
$strProcesslist = 'Prosessilista';
$strProtocolVersion = 'Protokollan versio';
$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville';
 
$strQBEDel = 'Poista';
$strQBE = 'Haku';
$strQBEIns = 'Lisää';
$strQueryCache = 'Kyselyvälimuisti';
$strQueryFrame = 'Kyselyikkuna';
$strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kyselytilastot</b>: Tälle palvelimelle on lähetetty viime käynnistyksestä lähtien %s kyselyä.';
$strQueryTime = 'kysely kesti %01.4f sek.';
$strQueryType = 'Kyselyn tyyppi';
$strQueryWindowLock = 'Älä korvaa tätä kyselyä ikkunan ulkopuolelta';
 
$strReadRequests = 'Hakupyynnöt';
$strReceived = 'Vastaanotettu';
$strRecords = 'Rivit';
$strReferentialIntegrity = 'Tarkista viitteiden eheys:';
$strRefresh = 'Päivitä';
$strRelationalSchema = 'Relaatioskeema';
$strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyvät lisäominaisuudet ovat poissa päältä. Katso %stästä%s lisätietoja.';
$strRelationsForTable = 'RELAATIOT TAULULLE';
$strRelations = 'Relaatiot';
$strRelationView = 'Relaationäkymä';
$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
$strReloadMySQL = 'Käynnistä MySQL uudelleen';
$strRemoveSelectedUsers = 'Poista valitut käyttäjät';
$strRenameDatabaseOK = 'Tietokannan %s uusi nimi on nyt %s';
$strRenameTable = 'Nimeä taulu uudelleen';
$strRenameTableOK = 'Taulun %s nimi on nyt %s';
$strRepairTable = 'Korjaa taulu';
$strReplaceNULLBy = 'Korvaa NULL-merkki tällä:';
$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
$strReplication = 'Replikaatio';
$strReset = 'Nollaa';
$strResourceLimits = 'Resurssirajoitukset';
$strReType = 'Kirjoita uudelleen';
$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus vielä niin kauan, kunnes käyttöoikeudet ladataan uudelleen.';
$strRevokeAndDelete = 'Peruuta kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
$strRevokeMessage = 'Olet peruuttanut käyttäjän %s käyttöoikeudet';
$strRevoke = 'Mitätöi';
$strRomanian = 'Romanialainen';
$strRowLength = 'Rivin pituus';
$strRowsFrom = 'riviä alkaen rivistä';
$strRowSize = ' Rivin koko ';
$strRows = 'Kpl rivejä';
$strRowsModeFlippedHorizontal = 'vaakatasossa (kierretyt otsikot)';
$strRowsModeHorizontal = 'vaakasuorassa';
$strRowsModeOptions = '%s, otsikoita toistetaan %s:n rivin välein';
$strRowsModeVertical = 'pystysuorassa';
$strRowsStatistic = 'Rivitilastot';
$strRunning = 'palvelimella %s';
$strRunQuery = 'Suorita';
$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s';
$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
$strRussian = 'Venäläinen';
 
$strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s';
$strSave = 'Tallenna';
$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tällä skaalauksella';
$strSearch = 'Etsi';
$strSearchFormTitle = 'Hae tietokannasta';
$strSearchInTables = 'Tauluista:';
$strSearchNeedle = 'Haettavat sanat tai arvot (%-merkkiä voi käyttää jokerimerkkinä):';
$strSearchOption1 = 'vähintään yksi sanoista';
$strSearchOption2 = 'kaikki sanat';
$strSearchOption3 = 'koko lause';
$strSearchOption4 = 'regexp-haku';
$strSearchResultsFor = 'Tulokset hakusanalla "<i>%s</i>" %s:';
$strSearchType = 'Hae:';
$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).';
$strSelectADb = 'Valitse tietokanta';
$strSelectAll = 'Valitse kaikki';
$strSelectBinaryLog = 'Valitse näytettävä binääriloki';
$strSelectFields = 'Valitse sarakkeet (vähintään yksi):';
$strSelectNumRows = 'lauseessa';
$strSelectTables = 'Valitse taulut';
$strSend = 'Tallenna tiedostoon';
$strSent = 'Lähetetty';
$strServerChoice = 'Valitse palvelin';
$strServerNotResponding = 'Palvelin ei vastaa';
$strServer = 'Palvelin';
$strServerStatus = 'Ajonaikaiset tiedot';
$strServerStatusDelayedInserts = 'Viivästetyt insert-lauseet';
$strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.';
$strServerTabProcesslist = 'Prosessit';
$strServerTabVariables = 'Muuttujat';
$strServerTrafficNotes = '<b>Palvelinliikenne</b>: Nämä taulukot näyttävät tämän MySQL-palvelimen verkkoliikennetilastot käynnistyksestä lähtien.';
$strServerVars = 'Palvelimen muuttujat ja asetukset';
$strServerVersion = 'Palvelimen versio';
$strSessionValue = 'Tämän istunnon arvo';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strShowAll = 'Näytä kaikki';
$strShowColor = 'Näytä värit';
$strShowDatadictAs = 'Datasanakirjan formaatti';
$strShowFullQueries = 'Näytä pyynnöt kokonaisuudessaan';
$strShowGrid = 'Näytä ruudukko';
$strShowingBookmark = 'Näytetään kirjanmerkki';
$strShowingRecords = 'Näkyvillä rivit ';
$strShow = 'Näytä';
$strShowOpenTables = 'Näytä avoimet taulut';
$strShowPHPInfo = 'Näytä PHP:n asetustiedot';
$strShowSlaveHosts = 'Näytä alipalvelimet';
$strShowSlaveStatus = 'Näytä alipalvelimen tila';
$strShowStatusBinlog_cache_disk_useDescr = 'Niiden transaktioiden lukumäärä, jotka ovat käyttäneet väliaikaista binaarilokivälimuistia, mutta jotka ovat ylittäneet "binlog_cache_size"-muuttujan arvon ja käyttäneet väliaikaista tiedostoa transaktiolausekkeiden tallettamiseen.';
$strShowStatusBinlog_cache_useDescr = 'Väliaikaista binäärilokivälimuistia käyttäneiden transaktioiden lukumäärä.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Levyllä sijaitsevien väliaikaisten taulujen lukumäärä, jotka palvelin loi automaattisesti lausekkeita suorittaessaan. Jos Created_tmp_disk_tables-parametrin arvo on liian suuri, nosta tmp_table_size:n arvoa, jotta väliaikaisia tauluja säilytettäisiin levyn sijasta muistissa.';
$strShowStatusCreated_tmp_filesDescr = 'Mysqld:n luomien väliaikaistiedostojen lukumäärä.';
$strShowStatusCreated_tmp_tablesDescr = 'Muistissa sijaitsevien väliaikaistaulujen lukumäärä, jotka palvelin on itsestään luonut lausekkeita suorittaessaan.';
$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED -lausekkeella kirjoitettujen rivien lukumäärä siten, että joitain virheitä tapahtui (todennäköisesti kaksinkertainen avain).';
$strShowStatusDelayed_insert_threadsDescr = 'Käytössä olevien INSERT DELAYED -käsittelijäsäikeiden lukumäärä. Joka ikinen INSERT DELAYED -lauseketta käyttävä taulu saa käyttöönsä oman säikeensä.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED -rivien kirjoitusten lukumäärä.';
$strShowStatusFlush_commandsDescr = 'FLUSH-lausekkeita suoritettu.';
$strShowStatusHandler_commitDescr = 'Sisäisten COMMIT-lausekkeiden lukumäärä.';
$strShowStatusHandler_deleteDescr = 'Rivien poistojen lukumäärä taulukosta.';
$strShowStatusHandler_discoverDescr = 'MySQL-palvelin voi kysyä NDB Cluster -tallennustilamoottorilta, tunteeko se tietyn nimisen taulun. Tätä toimintoa kutsutaan todentamiseksi (discovery). Handler_discover ilmaisee todennettujen taulujen lukumäärän.';
$strShowStatusHandler_read_firstDescr = 'Kertoo, kuinka monta kertaa ensimmäistä kohtaa on luettu indeksistä. Jos tämä on suuri, se kertoo siitä, että palvelin suorittaa runsaasti kokonaisia indeksien läpikäyntejä; esimerkiksi SELECT col1 FROM foo, olettaen col1:sen olevan indeksoitu sarake.';
$strShowStatusHandler_read_keyDescr = 'Kertoo, kuinka monta kertaa rivejä on luettu avaimen perusteella. Jos tämä on suuri, se kertoo siitä, että kyselyjesi ja taulujesi indeksointi suoritetaan oikein.';
$strShowStatusHandler_read_nextDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat seuraavan rivin avainjärjestyksessä. Tämän arvo kasvaa suorittaessasi kyselyitä indeksisarakkeeseen aluerajoitetta käyttäen tai suorittaessasi indeksihaun.';
$strShowStatusHandler_read_prevDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat edellisen rivin avainjärjestyksessä. Tätä lukumenetelmää käytetään lähinnä ORDER BY ... DESC -lauseella optimoimiseen.';
$strShowStatusHandler_read_rndDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat rivin kiinteän sijainnin perusteella. Tämä on suuri, jos suoritat paljon kyselyjä, jotka edellyttävät tulostietojen lajittelua. Käytät ehkä runsaasti sellaisia kyselyitä, jotka edellyttävät MySQL:ää käymään läpi kaikki taulukot, tai liitoksia, jotka käyttävät avaimia virheellisesti.';
$strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyyntöjen lukumäärä, jotka lukevat seuraavan rivin datatiedostosta. Tämä on suuri, jos käyt läpi paljon kokonaisia tauluja. Tämä luku kertoo yleensä siitä, että taulujasi ei indeksoida oikein tai että kyselyjä ei kirjoiteta siten, että ne hyödyntäisivät tekemiäsi indeksejä.';
$strShowStatusHandler_rollbackDescr = 'Sisäisten ROLLBACK-lausekkeiden lukumäärä.';
$strShowStatusHandler_updateDescr = 'Taulun rivien päivityspyyntöjen lukumäärä.';
$strShowStatusHandler_writeDescr = 'Niiden pyyntöjen lukumäärä, jotka sijoittavat (INSERT) rivin taulukkoon.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä,';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tällä hetkellä epäsiistinä olevien sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisäiliön sivujen lukumäärä, jotka on pyydetty siistiä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisäiliön lukittujen sivujen lukumäärä. Nämä ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden välimuistia ei voida tyhjentää syystä tai toisesta.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka on käytössä johtuen administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko, sivuina.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimähkäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun suoritetaan kysely, joka käy läpi suuria alueita taulukosta umpimähkäisessä järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perättäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun InnoDB käy läpi kokonaisen taulun järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntöjen lukumäärä.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumäärä, joihin InnoDB ei voinut vastata puskurisäiliöstä ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //öö?
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnöt InnoDB-puskurisäiliöön suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, että sivuja ensin tyhjennetään. Tämä laskuri laskee tällaisten odotustapausten määrän. Jos puskurisäiliön koko on asetettu sopivaksi, tämän arvon pitäisi olla alhainen.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisäiliöön tehtyjen kirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteitä tähän mennessä.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Tällä hetkellä käynnissä olevien fsync()-toimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_readsDescr = 'Tällä hetkellä meneillään olevien lukutoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_writesDescr = 'Tällä hetkellä meneillään olevien kirjoitustoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_readDescr = 'Tähän mennessä luetun datan määrä tavuina.';
$strShowStatusInnodb_data_readsDescr = 'Datalukujen kokonaismäärä.';
$strShowStatusInnodb_data_writesDescr = 'Datan kirjoitusten kokonaislukumäärä.';
$strShowStatusInnodb_data_writtenDescr = 'Datan kirjoitusten määrä tähän mennessä, tavuina.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_dblwr_writesDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_log_waitsDescr = 'Odotusten lukumäärä johtuen siitä, että lokipuskuri oli liian pieni ja meidän täytyi ennen jatkamista odottaa sen tyhjentämistä.';
$strShowStatusInnodb_log_write_requestsDescr = 'Lokikirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_log_writesDescr = 'Fyysisten lokitiedostoon kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Lokitiedostoon tehtyjen fsync-kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Käynnissä olevien lokitiedosto-fsync-synkronointien lukumäärä.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Käynnisä olevat lokitiedostokirjoitukset.';
$strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.';
$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumäärä.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.';
$strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumäärä.';
$strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten lukumäärä.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen saavuttamiseen kulunut aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_timeDescr = 'Rivilukitusten saavuttamiseen kulunut aika kaikkinaansa, millisekunteina.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Rivilukituksen saavuttamiseen kulunut aika enimmillään, millisekunteina.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Rivilukituksen odottamiseen kuluneiden aikojen lukumäärä.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB-tauluista poistettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB-tauluihin lisättyjen rivien lukumäärä.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB-tualukosta luettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB-taulun päivitettyjen rivien lukumäärä.';
$strShowStatusKey_blocks_not_flushedDescr = 'Niiden avainvälimuistissa sijaitsevien avainlohkojen lukumäärä, joihin on tehty muutoksia, mutta joita ei vielä ole tallennettu levylle. Tämä toiminto tunnetaan yleisesti nimellä Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Avainvälimuistissa sijaitsevien käyttämättömien lohkojen lukumäärä. Tämän arvon avulla voit määrittää, kuinka paljon avainvälimuistia halutaan olevan käytössä.';
$strShowStatusKey_blocks_usedDescr = 'Samaan aikaan avainvälimuistissa olleiden lohkojen lukumäärä korkeintaan.';
$strShowStatusKey_read_requestsDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat avainlohkon välimuistista.';
$strShowStatusKey_readsDescr = 'Kertoo, kuinka monta kertaa levyltä on fyysisesti luettu avainlohkoja. Jos Key_readsin arvo on suuri, key_buffer_size-muuttujaan on ehkä asetettu liian alhainen arvo. Välimuistin käyttötahti voidaan laskea näin: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Välimuistiin avainlohkon kirjoittaneiden pyyntöjen lukumäärä.';
$strShowStatusKey_writesDescr = 'Niiden pyyntöjen lukumäärä, jotka fyysisesti kirjoittavat levylle avainlohkon.';
$strShowStatusLast_query_costDescr = 'Viimeksi kootun (compiled) kyselyn kokonaiskulut sellaisenaan kuin kyselynoptimoija on ne laskenut. Hyödyllinen eri kyselysuunnitelmien vertailemiseksi samaa kyselyä varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole vielä koottu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Niiden rivien lukumäärä, joita odotetaan kirjoitettavan INSERT DELAY -jonoissa.';
$strShowStatusOpened_tablesDescr = 'Taulujen avausten lukumäärä. Jos lukumäärä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukumäärä.';
$strShowStatusOpen_streamsDescr = 'Avoinna olevien säikeiden lukumäärä (käytetään enimmäkseen kirjaukseen).';
$strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumäärä.';
$strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumäärä kyselyvälimuistissa.';
$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin määrä kyselyvälimuistin käyttöön.';
$strShowStatusQcache_hitsDescr = 'Välimuistiosumien lukumäärä.';
$strShowStatusQcache_insertsDescr = 'Välimuistiin sijoitettujen kyselyjen lukumäärä.';
$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -strategiaa päättämään, mitkä kyselyt poistetaan välimuistista.';
$strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumäärä, joita ei ole tallennettu välimuistiin (ei ole voitu tallentaa välimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Rekisteröityjen kyselyjen lukumäärä välimuistissa.';
$strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumäärä kyselyvälimuistissa.';
$strShowStatusReset = 'Nollaa';
$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu vielä).';
$strShowStatusSelect_full_joinDescr = 'Indeksejä käyttämättömien liitosten lukumäärä. Jos tämä arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.';
$strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumäärä, jotka käyttivät aluehakua viitetaulussa (reference table).';
$strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumäärä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)';
$strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumäärä, jotka käyttivät alueita ensimmäiseen tauluun. (Yleensä ei ole vakavaa, vaikka tämä arvo olisikin suuri.)';
$strShowStatusSelect_scanDescr = 'Liitosten lukumäärä, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.';
$strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen väliaikaistaulujen lukumäärä tällä hetkellä.';
$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisäikeen uudelleen yrittämien transkatioiden kokonaislukumäärä käynnistyksesä lähtien';
$strShowStatusSlave_runningDescr = 'Tämä on ON, mikäli kyseinen palvelin on pääpalvelimeen kytketty alipalvelin.';
$strShowStatusSlow_launch_threadsDescr = 'Niiden säikeiden lukumäärä, joiden luomiseen on kulunut aikaa enemmän kuin slow_launch_time sekuntia.';
$strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumäärä, joiden suorittamiseen on kulunut aikaa enemmän kuin long_query_time sekuntia.';
$strShowStatusSort_merge_passesDescr = 'Lajittelualgoritmiin tarvittavien yhdentymisten (eng. merge) lukumäärä. Jos tämä arvo on suuri, voit suurentaa sort_buffer-muuttujan arvoa.';
$strShowStatusSort_rangeDescr = 'Alueiden (ranges) kanssa suoritettujen lajittelujen lukumäärä.';
$strShowStatusSort_rowsDescr = 'Lajiteltujen rivien lukumäärä.';
$strShowStatusSort_scanDescr = 'Niiden lajittelutoimenpiteiden lukumäärä, jotka on suoritettu käymällä taulukko läpi.';
$strShowStatusTable_locks_immediateDescr = 'Tapausten, jolloin taulun lukitus on saatu heti suoritettua, määrä.';
$strShowStatusTable_locks_waitedDescr = 'Niiden tapausten määrä, jolloin taulun lukitusta ei ole saatu suoritettua heti ja siitä johtuen sitä on jouduttu odottamaan. Jos tämä on suuri, ja suorituskyvyn kanssa on pulmia, sinun kannattaisi ensiksi optimoida kyselysi ja sitten joko jakaa taulusi osiksi tai käyttää hyväksesi replikaatiota.';
$strShowStatusThreads_cachedDescr = 'Säievälimuistissa sijaitsevien säikeiden lukumäärä. Välimuistin käyttötahti voidaan laskea näin: Threads_created/yhteyksien lkm. Jos tämä arvo näkyy punaisena, thread_cache_size-muuttujan arvoa tulisi nostaa.';
$strShowStatusThreads_connectedDescr = 'Tällä hetkellä avoinna olevien yhteyksien lukumäärä.';
$strShowStatusThreads_createdDescr = 'Yhteyksien käsittelyä varten luotujen säikeiden lukumäärä. Jos Threads_created on suuri, kannattaa kasvattaa thread_cache_size:n arvoa. (Yleensä tällä ei ole kovin huomattavaa vaikutusta suorituskykyyn, jos säikeiden toteutus on toteutettu hyvin.)';
$strShowStatusThreads_runningDescr = 'Niiden säikeiden lukumäärä, jotka eivät ole unessa.';
$strShowTableDimension = 'Näytä taulujen ulottuvuus';
$strShowTables = 'Näytä taulut';
$strShowThisQuery = ' Näytä lause uudelleen ';
$strSimplifiedChinese = 'Yksinkertaistettu kiina';
$strSingly = '(yksitellen)';
$strSize = 'Koko';
$strSkipQueries = 'Tiedoston alusta ohitettavien merkintöjen (kyselyjen) määrä';
$strSlovak = 'Slovakialainen';
$strSlovenian = 'Slovenialainen';
$strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)";
$strSortByKey = 'Lajittele avaimen mukaan';
$strSorting = 'Lajittelu'; //or Lajitellaan...?
$strSort = 'Järjestys';
$strSpaceUsage = 'Levytilan käyttö';
$strSpanish = 'Espanjalainen';
$strSplitWordsWithSpace = 'Sanat erotellaan välilyönnillä.';
$strSQLExportCompatibility = 'SQL-viennin yhteensopivuus';
$strSQLExportType = 'Vientityyppi';
$strSQLImportOptions = 'SQL-valinnat';
$strSQLOptions = 'SQL-valinnat';
$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:';
$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi näyttää olevan jokin virhe. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi.';
$strSQLQuery = 'SQL-lause';
$strSQLResult = 'SQL-lauseen tulos';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Epäkelpo tunniste';
$strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta';
$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
$strStatCheckTime = 'Viimeksi tarkistettu';
$strStatCreateTime = 'Luotu';
$strStatement = 'Tieto';
$strStatisticsOverrun = 'Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä.';
$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatus = 'Tila';
$strStorageEngines = "Tallennustilamoottorit";
$strStorageEngine = "Tallennustilamoottori";
$strStrucCSV = 'CSV-muotoinen data';
$strStrucData = 'Rakenne ja data';
$strStrucDrop = 'Lisää \'DROP TABLE\' -rivit';
$strStrucExcelCSV = 'MS Excelin CSV-muoto';
$strStrucNativeExcel = 'Natiivi MS Excel -data';
$strStrucOnly = 'Vain rakenne';
$strStructPropose = 'Esitä taulun rakenne';
$strStructure = 'Rakenne';
$strSubmit = 'Lähetä';
$strSuccess = 'SQL-lause suoritettu';
$strSum = 'Summa';
$strSwedish = 'Ruotsalainen';
$strSwitchToDatabase = 'Siirry kopioituun tietokantaan';
$strSwitchToTable = 'Siirry kopioituun tauluun';
 
$strTableAlreadyExists = 'Taulu %s on jo olemassa!';
$strTableComments = 'Taulun kommentit';
$strTableEmpty = 'Taulun nimi puuttuu!';
$strTableHasBeenDropped = 'Taulu %s on pudotettu';
$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
$strTableHasBeenFlushed = 'Taulun %s välimuisti on tyhjennetty';
$strTableMaintenance = 'Taulun huolto';
$strTableOfContents = 'Sisällysluettelo';
$strTableOptions = 'Taulun valinnat';
$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
$strTable = 'Taulu';
$strTableType = 'Taulun muoto';
$strTakeIt = 'käytä tätä';
$strTblPrivileges = 'Taulukohtaiset käyttöoikeudet';
$strTempData = 'Väliaikainen data';
$strTextAreaLength = ' Pituudestaan johtuen<br /> tätä saraketta ei ehkä voi muokata ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Oletusteemaa %s ei löydy!';
$strThemeNoPreviewAvailable = 'Esikatselu ei ole saatavilla.';
$strThemeNotFound = 'Teemaa %s ei löydy!';
$strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei löytynyt.';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!';
$strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä';
$strThisNotDirectory = 'Tämä ei ole hakemisto';
$strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika';
$strTimeoutInfo = 'Edellinen tuonti keskeytyi aikakatkaisuun; lähetettyäsi tiedoston uudestaan jatkamme kohdasta %d.';
$strTimeoutNothingParsed = 'Viimeisestä suorituskerrasta huolimatta mitään dataa ei ole parsittu; tämä tarkoittaa yleensä sitä, että phpMyAdmin ei voi suorittaa tätä tuontia loppuun asti, ellei php:n suoritusaikarajaa kasvateta.';
$strTimeoutPassed = 'Skriptin suoritus aikakatkaistiin; jos haluat suorittaa tuonnin loppuun saakka, lähetä sama tiedosto uudestaan, ja tuomista voidaan jaktaa.';
$strToggleScratchboard = 'Näytä/kätke luonnospöytä (scratchboard)';
$strTotalUC = 'Yhteensä';
$strTotal = 'yhteensä';
$strTraditionalChinese = 'Perinteinen kiina';
$strTraditionalSpanish = 'Perinteinen espanja';
$strTraffic = 'Liikenne';
$strTransactionCoordinator = 'Transaktiokoordinaattori';
$strTransformation_application_octetstream__download = 'Näytä linkki kentän binääridatan imurointiin. Ensimmäinen valinta on binääritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttänimi, jolla tiedostonimi sijaitsee. Jos käytät toista (2) valintaa, sinun on asetettava ensimmäinen valinta tyhjäksi.';
$strTransformation_application_octetstream__hex = 'Näyttää datan heksadesimaalisena esitysmuotona.';
$strTransformation_image_jpeg__inline = 'Näyttää klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikseleinä (säilyttää alkuperäisen suhteen)';
$strTransformation_image_jpeg__link = 'Näyttää linkin tähän kuvaan (eli suora blob-imurointi).';
$strTransformation_image_png__inline = 'Katso image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ottaa TIME-, TIMESTAMP- tai DATETIME-kentän ja muotoilee sen paikallisen päiväysformaatin mukaiseksi. Ensimmäinen valinta on siirros (tunteina), joka lisätään aikamerkintään (Oletus: 0). Jälkimmäinen valinta on toisenlainen päiväysformaatti, jonka parametrit ovat PHP:n strftime()-funktion mukaisia.';
$strTransformation_text_plain__external = 'VAIN LINUXILLE: Käynnistää ulkoisen ohjelman ja syöttää kenttädatan oletusarvoisen syötteen kautta. Palauttaa ohjelman oletusarvoisen tulosteen. Oletusarvona on Tidy, HTML-koodin tulostamiseksi siististi. Tietoturvasyistä joudut manuaalisesti muokkaamaan tiedostoa libraries/transformations/text_plain__external.inc.php ja lisäämään ajettavaksi sallimasi työkalut. Ensimmäinen valinta on silloin haluamasi ohjelman numero ja toinen valinta määrittää ohjelmalle annettavat parametrit. Kolmannen parametrin ollessa yksi (1) tuloste konvertataan käyttäen htmlspecialchars()-funktiota (Oletus on 1). Neljännen parametrin ollessa yksi (1) sisältökennoon lisätään NOWRAP, jotta koko tuloste näkyy ilman mitään ennakkomuotoiluja (Oletus 1)';
$strTransformation_text_plain__formatted = 'Säilyttää kentän alkuperäiset muotoilut. Kenoviivoja ei käytetä erikoismerkkien edellä.';
$strTransformation_text_plain__imagelink = 'Näyttää kuvan ja linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on leveys pikseleinä, kolmas on korkeus.';
$strTransformation_text_plain__link = 'Näyttää linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on linkin otsikko.';
$strTransformation_text_plain__sql = 'Muotoilee SQL-pyynnön syntaksivärityksellä.';
$strTransformation_text_plain__substr = 'Näyttää vain osan merkkijonoa. Ensimmäinen valinta on tarkoitettu määrittelemään siirrosta, jonka kohdalta tekstin näyttäminen aloitetaan (Oletus: 0). Toinen valinta kertoo, kuinka monta merkkiä tekstistä näytetään. Tämän ollessa tyhjä merkkijonosta näytetään kaikki loput tekstit. Kolmas valinta määrittelee, mitä merkkejä merkkijonon perään lisätään sitä näytettäessä (Oletus: "...") .';
$strTruncateQueries = 'Näytä typistetyt pyynnöt';
$strTurkish = 'Turkkilainen';
$strType = 'Tyyppi';
 
$strUkrainian = 'Ukrainalainen';
$strUncheckAll = 'Poista valinta kaikista';
$strUnicode = 'Unicode';
$strUnique = 'Uniikki';
$strUnknown = 'tuntematon';
$strUnselectAll = 'Poista valinta kaikista';
$strUnsupportedCompressionDetected = 'Yritit ladata tiedostoa, joka käyttää tukematonta pakkausmuotoa (%s). Tukea kyseiselle muodolle ei joko ole toteutettu, tai se on poistettu käytöstä asetusten kautta.';
$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.';
$strUpdateProfileMessage = 'Profiili on päivitetty.';
$strUpdateQuery = 'Päivitä kysely';
$strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit päivittää Column_comments-taulusi';
$strUpgrade = 'Sinun pitäisi päivittää versioon %s %s tai myöhempään.';
$strUploadLimit = 'Yritit todennäköisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tämän rajoituksen muuttamisesta.';
$strUsage = 'Käyttö';
$strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin';
$strUsedPhpExtensions = 'Käytössä olevat PHP-laajennukset';
$strUseHostTable = 'Käytä host-taulua';
$strUserAlreadyExists = 'Käyttäjä %s on jo olemassa!';
$strUserEmpty = 'Käyttäjän nimi puuttuu!';
$strUser = 'Käyttäjä';
$strUserName = 'Käyttäjänimi';
$strUserNotFound = 'Valittua käyttäjää ei löytynyt käyttöoikeustaulusta.';
$strUserOverview = 'Käyttäjien yleiskatsaus';
$strUsersDeleted = 'Valitsemiesi käyttäjien poisto onnistui.';
$strUsersHavingAccessToDb = 'Käyttäjät, joilla on oikeus käyttää kohdetta &quot;%s&quot;';
$strUseTabKey = 'Käytä tabulaattoria siirtyäksesi arvojen välillä, tai CTRL+nuolia siirtäksesi mihin tahansa kohtaan';
$strUseTables = 'Käytä tauluja';
$strUseTextField = 'Käytä tekstikenttää';
$strUseThisValue = 'Käytä tätä arvoa';
 
$strValidateSQL = 'Tarkista SQL-lause';
$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.';
$strValue = 'Arvo';
$strVar = 'Muuttuja';
$strVersionInformation = "Versiotiedot";
$strViewDumpDatabases = 'Näytä vedos (skeema) tietokannoista';
$strViewDumpDB = 'Tee vedos tietokannasta';
$strViewDump = 'Tee vedos taulusta';
$strViewHasBeenDropped = "Näkymä %s on poistettu";
$strView = "Näkymä";
 
$strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu käyttää tiedostojen siirtämiseen';
$strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten';
$strWelcome = 'Tervetuloa, toivottaa %s';
$strWestEuropean = 'Länsieurooppalainen';
$strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.';
$strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynnöt';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.';
 
$strXML = 'XML';
 
$strYes = 'Kyllä';
 
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa raja-arvon.';
$strZip = '"zip-pakattu"';
 
// To translate:
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/finnish-utf-8.inc.php
0,0 → 1,991
<?php
/* $Id: finnish-utf-8.inc.php,v 2.124.2.4.4.1 2006/08/02 17:00:56 lem9 Exp $ */
 
/*
* Translated by Jouni Kähkönen, <address withdrawn>
* Previous translations by Visa Kopu, <visa@visakopu.net>
*
* Nov 2005: Several changes and fixes done (by Jouni Kähkönen)
* Toisinnon 2.7.0-dev käännöstyö valmis tänään 10.11.2005 kello 19:18
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('tavua', 'kt', 'Mt', 'Gt', 'Tt', 'Pt', 'Et');
 
$day_of_week = array('Su', 'Ma', 'Ti', 'Ke', 'To', 'Pe', 'La');
$month = array('Tammi', 'Helmi', 'Maalis', 'Huhti', 'Touko', 'Kesä', 'Heinä', 'Elo', 'Syys', 'Loka', 'Marras', 'Joulu');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y klo %H:%M';
 
$timespanfmt = '%s päivää, %s tuntia, %s minuuttia ja %s sekuntia';
 
'Kertoo, kuinka monesti replikaation SQL-alisäie on uudelleen yrittänyt transkatioita kaikkiaan käynnistyksestä lähtien.';
 
$strAbortedClients = 'Keskeytetty';
$strAbsolutePathToDocSqlDir = 'Anna täydellinen polku docSQL-hakemistoon Internet-palvelimella';
$strAccessDeniedCreateConfig = 'Todennäköinen syy tälle on se, ettet ole luonut asetustiedostoa. Voit käyttää %1$sasetusskriptiä%2$s asetustiedoston luomiseen.';
$strAccessDeniedExplanation = 'phpMyAdmin yritti saada yhteyden MySQL-palvelimeen, mutta se torjui yhteyden. Tarkista palvelin, käyttäjänimi ja salasana config.inc.php-tiedostosta ja varmista, että ne vastaavat MySQL-palvelimen järjestelmänvalvojan antamia tietoja.';
$strAccessDenied = 'Pääsy kielletty';
$strAction = 'Toiminnot';
$strAddAutoIncrement = 'Lisää \'AUTO_INCREMENT\'-arvo';
$strAddConstraints = 'Lisää rajoitteet';
$strAddDeleteColumn = 'Lisää/poista sarakkeita';
$strAddDeleteRow = 'Lisää/poista hakuehtoja';
$strAddDropDatabase = 'Lisää \'DROP DATABASE\'';
$strAddedColumnComment = 'Lisätty kommentti sarakkeeseen';
$strAddedColumnRelation = 'Lisätty relaatio sarakkeeseen';
$strAddFields = 'Lisää %s kenttä(ä)';
$strAddHeaderComment = 'Lisää oma kommentti otsikkoon (\\n on rivinvaihto)';
$strAddIfNotExists = 'Lisää \'IF NOT EXISTS\'';
$strAddIntoComments = 'Lisää kommentteihin';
$strAddNewField = 'Lisää sarake';
$strAddPrivilegesOnDb = 'Lisää käyttöoikeudet seuraavaan tietokantaan';
$strAddPrivilegesOnTbl = 'Lisää käyttöoikeudet seuraavaan tauluun';
$strAddSearchConditions = 'Lisää hakuehtoja ("where"-lauseen sisältö):';
$strAddToIndex = 'Lisää indeksiin %s sarake(tta)';
$strAddUser = 'Lisää uusi käyttäjä';
$strAddUserMessage = 'Olet lisännyt uuden käyttäjän.';
$strAdministration = 'Pääkäyttäjyys';
$strAffectedRows = 'Kohdistettuja rivejä:';
$strAfterInsertBack = 'Takaisin';
$strAfterInsertNewInsert = 'Lisää uusi rivi';
$strAfterInsertNext = 'Muokkaa seuraavaa riviä';
$strAfterInsertSame = 'Palaa tälle sivulle';
$strAfter = 'Jälkeen sarakkeen: %s';
$strAll = 'Kaikki';
$strAllowInterrupt = 'Salli tuonnin keskeyttäminen, mikäli skripti huomaa ylittävänsä aikarajoituksen. Tätä kannattaa käyttää suurten tiedostojen tuomiseen; se voi kuitenkin aiheuttaa häiriöitä transaktioihin.';
$strAllTableSameWidth = 'Näytä kaikki taulut samanlevyisinä?';
$strAlterOrderBy = 'Järjestä taulu';
$strAnalyzeTable = 'Analysoi taulu';
$strAnd = 'Ja';
$strAndThen = 'ja sen jälkeen';
$strAnIndex = 'Sarakkeelle %s on lisätty indeksi';
$strAnyHost = 'Mikä tahansa palvelin';
$strAny = 'Mikä tahansa';
$strAnyUser = 'Mikä tahansa käyttäjä';
$strApproximateCount = 'Saattaa olla summittainen. Katso FAQ 3.11';
$strAPrimaryKey = 'Sarakkeelle %s on lisätty ensisijainen avain';
$strArabic = 'Arabialainen';
$strArmenian = 'Armenialainen';
$strAscending = 'Nouseva';
$strAtBeginningOfTable = 'Taulun alkuun';
$strAtEndOfTable = 'Taulun loppuun';
$strAttr = 'Attribuutit';
$strAutodetect = 'Määritä automaattisesti';
$strAutomaticLayout = 'Automaattinen ulkoasu';
 
$strBack = 'Takaisin';
$strBaltic = 'Baltilainen';
$strBeginCut = 'ALOITA CUT';
$strBeginRaw = 'ALOITA RAW';
$strBinary = 'Binääridata';
$strBinaryDoNotEdit = 'Binääridataa - älä muokkaa';
$strBinaryLog = 'Binääriloki';
$strBinLogEventType = 'Tapahtumatyyppi';
$strBinLogInfo = 'Informaatio';
$strBinLogName = 'Lokin nimi';
$strBinLogOriginalPosition = 'Alkuperäinen sijainti';
$strBinLogPosition = 'Sijainti';
$strBinLogServerId = 'Palvelimen ID';
$strBookmarkAllUsers = 'Anna kaikkien käyttäjien päästä käsiksi tähän kirjanmerkkiin';
$strBookmarkCreated = 'Kirjanmerkki %s luotu';
$strBookmarkDeleted = 'Tallennettu SQL-lause on poistettu.';
$strBookmarkLabel = 'Tunniste';
$strBookmarkQuery = 'Tallennettu SQL-lause';
$strBookmarkReplace = 'Korvaa saman niminen, olemassa oleva kirjanmerkki';
$strBookmarkThis = 'Tallenna SQL-lause';
$strBookmarkView = 'Näytä';
$strBrowseDistinctValues = 'Selaa erillisiä arvoja';
$strBrowseForeignValues = 'Selaa vieraita arvoja';
$strBrowse = 'Selaa';
$strBufferPoolActivity = 'Puskurisäiliön aktiivisuus';
$strBufferPool = "Puskurisäiliö";
$strBufferPoolUsage = "Puskurisäiliön käyttö";
$strBufferReadMisses = 'Epäonnistuneet lukuyritykset';
$strBufferReadMissesInPercent = 'Epäonnistuneet lukuyritykset: %';
$strBufferWriteWaitsInPercent = 'Kirjoitusviipeet: %';
$strBufferWriteWaits = 'Viive ennen kirjoitusta';
$strBulgarian = 'Bulgarialainen';
$strBusyPages = "Käytössä olevat sivut";
$strBzError = 'phpMyAdmin ei voinut pakata vedosta johtuen rikkinäisestä Bz2-laajennuksesta tässä php:n versiossa. On suositeltavaa asettaa <code>$cfg[\'BZipDump\']</code>-direktiivi phpMyAdminin konfigurointitiedostosta arvoksi <code>FALSE</code>. Jos haluat käyttää Bz2-pakkauksen toimintoja, sinun pitää päivittää uusimpaan php:n versioon. Katso lisätietoja php bug reportista: %s .';
$strBzip = '"bzip-pakattu"';
 
$strCalendar = 'Kalenteri';
$strCanNotLoadImportPlugins = 'Tuontiin tarvittavaa lisäosaa ei voida tuoda, tarkista asennuksen asetukset!';
$strCannotLogin = 'MySQL-palvelimelle ei voitu kirjautua sisään';
$strCantLoad = 'en voi ladata laajennusta %s,<br />ole hyvä, ja tarkista PHP:n asetukset';
$strCantLoadRecodeIconv = 'Merkistön konvertointiin tarvittavaa iconv- tai recode-laajennusta ei voitu ladata. Muokkaa PHP:n asetuksia ja salli näiden laajennusten käyttö tai muuta phpMyAdminin asetuksia niin ettei konvertointia suoriteta.';
$strCantRenameIdxToPrimary = 'Indeksiä ei voi muuttaa PRIMARY-nimiseksi!';
$strCantUseRecodeIconv = 'iconv-, libiconv- tai recode_string-funktioita ei voitu käyttää. Tarkista PHP:n asetukset.';
$strCardinality = 'Kardinaliteetti';
$strCaseInsensitive = 'Kirjainkoolla ei väliä';
$strCaseSensitive = 'Tarkka kirjainkoko';
$strCentralEuropean = 'Keskieurooppalainen';
$strChangeCopyModeCopy = '... säilytä vanha käyttäjä.';
$strChangeCopyModeDeleteAndReload = ' ... poista vanha käyttäjä käyttäjätauluista ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strChangeCopyModeJustDelete = ' ... poista vanha käyttäjä käyttäjätauluista.';
$strChangeCopyMode = 'Luo uusi käyttäjä samoilla käyttöoikeuksilla ja ...';
$strChangeCopyModeRevoke = ' ...peruuta kaikki aktiiviset käyttöoikeudet vanhalta käyttäjältä ja tuhoa se sen jälkeen.';
$strChangeCopyUser = 'Vaihda sisäänkirjautumistietoja / Kopioi käyttäjä';
$strChangeDisplay = 'Valitse näytettävä sarake';
$strChange = 'Muokkaa';
$strChangePassword = 'Vaihda salasanaa';
$strCharset = 'Merkistökoodaus';
$strCharsetOfFile = 'Tiedoston merkistö:';
$strCharsetsAndCollations = 'Merkistökoodaukset ja aakkosjärjestykset';
$strCharsets = 'Merkistöt';
$strCheckAll = 'Valitse kaikki';
$strCheckOverhead = 'Valitse käyttämättömät taulut'; //?
$strCheckPrivs = 'Hallitse käyttöoikeuksia';
$strCheckPrivsLong = 'Hallitse tietokannan &quot;%s&quot; käyttöoikeuksia.';
$strCheckTable = 'Tarkista taulu';
$strChoosePage = 'Valitse muokattava sivu';
$strColComFeat = 'Sarakkeiden kommentit näkyvissä';
$strCollation = 'Aakkosjärjestys';
$strColumnNames = 'Sarakkeiden nimet';
$strColumnPrivileges = 'Sarakekohtaiset käyttöoikeudet';
$strCommand = 'Komento';
$strCommentsForTable = 'KOMMENTIT TAULULLE';
$strComments = 'Kommentit';
$strCompatibleHashing = 'MySQL&nbsp;4.0 -yhteensopiva';
$strCompleteInserts = 'Kokonaiset insert-lauseet';
$strCompression = 'Pakkaus';
$strCompressionWillBeDetected = 'Seuraavat tiedostopakkausmuodot havaitaan automaattisesti: %s';
$strConfigDefaultFileError = 'En voi ladata oletusasetuksia kohteesta: "%1$s"';
$strConfigFileError = 'phpMyAdmin ei pysty lukemaan asetustiedostoa.<br />Tämä saattaa johtua virheestä, jonka PHP löysi tiedostosta tai tiedoston puuttumisesta.<br />Voit avata tiedoston allaolevasta linkistä ja lukea mahdolliset PHP-virheilmoituikset. Todennäköisimmin joltain riviltä puuttuu lainausmerkki tai puolipiste.<br />Jos linkistä avautuva sivu on tyhjä, asetustiedostosta ei löytynyt virhettä.';
$strConfigureTableCoord = 'Määrittele koordinaatit taululle %s';
$strConnectionError = 'En voi yhdistää: virheelliset asetukset.';
$strConnections = 'Yhteydenotot';
$strConstraintsForDumped = 'Rajoitteet vedostauluille';
$strConstraintsForTable = 'Rajoitteet taululle';
$strCookiesRequired = 'Selaimessa pitää olla cookietuki päällä tästä eteenpäin.';
$strCopyDatabaseOK = 'Tietokanta %s on kopioitu tietokannaksi %s';
$strCopy = 'Kopioi';
$strCopyTable = 'Kopioi taulu toiseen tauluun nimellä (tietokanta<b>.</b>taulu):';
$strCopyTableOK = 'Taulu %s on kopioitu nimelle %s.';
$strCopyTableSameNames = 'Taulua ei voida kopioida itseensä!';
$strCouldNotKill = 'phpMyAdmin ei voinut lopettaa säiettä %s (thread). Se on todennäköisesti jo suljettu.';
$strCreateDatabaseBeforeCopying = 'Suorita CREATE DATABASE ennen kopioimista';
$strCreateIndex = 'Luo &nbsp;%s:n sarakkeen indeksi';
$strCreateIndexTopic = 'Luo uusi indeksi';
$strCreate = 'Luo';
$strCreateNewDatabase = 'Luo uusi tietokanta';
$strCreateNewTable = 'Luo uusi taulu tietokantaan %s';
$strCreatePage = 'Luo uusi sivu';
$strCreatePdfFeat = 'PDF-tiedostojen luonti';
$strCreationDates = 'Luonti/päivitys/tarkistus -päiväykset';
$strCriteria = 'Hakuehdot';
$strCroatian = 'Kroaatti';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-valinnat';
$strCSVOptions = 'CSV-valinnat';
$strCyrillic = 'Kyrillinen';
$strCzechSlovak = 'Tsekkoslovakialainen';
$strCzech = 'Tshekkiläinen';
 
$strDanish = 'Tanskalainen';
$strDatabaseEmpty = 'Tietokannan nimi on tyhjä!';
$strDatabaseExportOptions = 'Tietokannan tulostusvalinnat';
$strDatabaseHasBeenDropped = 'Tietokanta %s on pudotettu.';
$strDatabaseNoTable = 'Tämä tietokanta ei sisällä yhtään taulua!';
$strDatabasesDropped = '%s tietokantaa pudotettiin onnistuneesti.';
$strDatabasesStatsDisable = 'Poista tilastot käytöstä';
$strDatabasesStatsEnable = 'Ota tilastot käyttöön';
$strDatabasesStatsHeavyTraffic = 'Huom: Tietokantatilastojen käyttöönotto täältä käsin saattaa aiheuttaa runsaasti liikennettä Internet-palvelimen ja MySQL-palvelimen välillä.';
$strDatabasesStats = 'Tietokantatilastot';
$strDatabases = 'Tietokannat';
$strDatabase = 'Tietokanta';
$strData = 'Data';
$strDataDict = 'Datasanakirja';
$strDataOnly = 'Vain data';
$strDataPages = "Dataa sisältävät sivut";
$strDBComment = 'Tietokannan kommentti: ';
$strDBCopy = 'Luo tietokannasta toinen tietokanta nimellä:';
$strDBGContextID = 'Konteksti-ID';
$strDBGContext = 'Konteksti';
$strDBGHits = 'Osumat';
$strDBGLine = 'Rivi';
$strDBGMaxTimeMs = 'Maks. aika, ms';
$strDBGMinTimeMs = 'Min. aika, ms';
$strDBGModule = 'Moduuli';
$strDBGTimePerHitMs = 'Aika/osuma, ms';
$strDBGTotalTimeMs = 'Koko aika, ms';
$strDbPrivileges = 'Tietokantakohtaiset käyttöoikeudet';
$strDBRename = 'Muuta tietokannan nimi';
$strDbSpecific = 'tietokantakohtainen';
$strDefaultEngine = "%s on tämän MySQL-palvelimen oletusarvoinen tallennustilamoottori.";
$strDefault = 'Oletusarvo';
$strDefaultValueHelp = 'Syötä oletusarvoihin vain yksinäinen arvo (käyttämättä kenoviivamerkintöjä tai lainausmerkkejä) tässä muodossa: a';
$strDefragment = 'Eheytä taulu';
$strDelayedInserts = 'Käytä viivästettyjä insert-lauseita';
$strDeleteAndFlushDescr = 'Tämä on siivoin tapa, mutta käyttöoikeuksien lataaminen uudelleen saattaa kestää jonkin aikaa.';
$strDeleteAndFlush = 'Poista käyttäjät ja lataa käyttöoikeudet sen jälkeen uudelleen.';
$strDeleted = 'Rivi on poistettu';
$strDeletedRows = 'Poistetut rivit:';
$strDeleteNoUsersSelected = 'Yhtään käyttäjää ei valittu poistettavaksi!';
$strDelete = 'Poista';
$strDeleting = 'Poistetaan: %s';
$strDelOld = 'Nykyisellä sivulla on viittauksia tauluihin, joita ei enää ole olemassa. Haluatko poistaa nuo viittaukset?';
$strDescending = 'Laskeva';
$strDescription = 'Kuvaus';
$strDictionary = 'sanakirja';
$strDirtyPages = "Epäsiistit sivut";
$strDisabled = 'Pois päältä';
$strDisableForeignChecks = 'Älä käytä vieraiden avainten tarkistusta';
$strDisplayFeat = 'Ulkoasun asetukset';
$strDisplayOrder = 'Lajittelujärjestys:';
$strDisplayPDF = 'Näytä PDF-kaavio';
$strDoAQuery = 'Suorita "esimerkin mukainen kysely" (jokerimerkki: "%")';
$strDocu = 'Ohjeet';
$strDoYouReally = 'Oletko varma että haluat ';
$strDropDatabaseStrongWarning = 'Olet aikeissasi HÄVITTÄÄ kokonaisen tietokannan!';
$strDrop = 'Pudota';
$strDropUsersDb = 'Pudota (poista) tietokannat, joilla on sama nimi kuin käyttäjillä.';
$strDumpingData = 'Vedostetaan dataa taulusta';
$strDumpSaved = 'Vedos tallennettiin tiedostoon %s.';
$strDumpXRows = 'Tee vedos %s rivistä, alkaen rivistä: %s.';
$strDynamic = 'dynaaminen';
 
$strEdit = 'Muokkaa';
$strEditPDFPages = 'Muokkaa PDF-sivuja';
$strEditPrivileges = 'Muokkaa käyttöoikeuksia';
$strEffective = 'Varsinainen';
$strEmptyResultSet = 'MySQL palautti tyhjän vastauksen (ts. nolla riviä).';
$strEmpty = 'Tyhjennä';
$strEnabled = 'Päällä';
$strEncloseInTransaction = 'Lisää transaktio';
$strEndCut = 'LOPETA CUT';
$strEnd = 'Loppu';
$strEndRaw = 'LOPETA RAW';
$strEngineAvailable = "%s on käytettävissä tällä MySQL-palvelimella.";
$strEngineDisabled = "%s on otettu pois käytöstä tältä MySQL-palvelimelta.";
$strEngines = "Moottorit";
$strEngineUnsupported = "Tämä MySQL-palvelin ei tue %s-tallennustilamoottoria.";
$strEnglish = 'Englantilainen';
$strEnglishPrivileges = ' Huom! MySQL-käyttöoikeuksien nimet ovat englanniksi! ';
$strErrorInZipFile = 'Virhe ZIP-paketissa:';
$strError = 'Virhe';
$strEscapeWildcards = 'Jokerimerkkien _ ja % eteen on lisättävä \-merkki, jotta ne näkyisivät oikein';
$strEsperanto = 'Esperanto';
$strEstonian = 'Virolainen';
$strExcelEdition = 'Excel-muokkaus';
$strExcelOptions = 'Excel-valinnat';
$strExecuteBookmarked = 'Suorita kirjanmerkkeihin lisätty kysyntä';
$strExplain = 'Selitä SQL-lause';
$strExport = 'Vienti';
$strExtendedInserts = 'Yhteinen insert-lause';
$strExtra = 'Lisätiedot';
 
$strFailedAttempts = 'Epäonnistuneet yritykset';
$strFieldHasBeenDropped = 'Sarake %s on pudotettu';
$strField = 'Sarake';
$strFieldsEmpty = ' Sarakkeiden lukumäärä on nolla! ';
$strFieldsEnclosedBy = 'Sarakkeiden ympäröintimerkki';
$strFieldsEscapedBy = 'Koodinvaihtomerkki (escape)';
$strFields = 'Sarakkeet';
$strFieldsTerminatedBy = 'Sarakkeiden erotinmerkki';
$strFileAlreadyExists = 'Tiedosto %s on jo olemassa palvelimella, vaihda tiedostonimeä tai tarkista korvaus-asetuksen tila.';
$strFileCouldNotBeRead = 'Tiedostoa ei voida lukea';
$strFileNameTemplateDescriptionDatabase = 'tietokannan nimi';
$strFileNameTemplateDescriptionServer = 'palvelimen nimi';
$strFileNameTemplateDescriptionTable = 'taulukon nimi';
$strFileNameTemplateDescription = 'Tämä arvo on %1$sstrftime%2$s-funktion mukainen, joten voit käyttää ajanmuodostostukseen käytettyjä merkkijonoja. Lisäksi tapahtuu seuraavat muutokset: %3$s. Muu teksti pysyy alkuperäisenä.';
$strFileNameTemplateRemember = 'muista pohja';
$strFileNameTemplate = 'Tiedostonimen pohja';
$strFileToImport = 'Tuotava tiedosto';
$strFixed = 'kiinteä';
$strFlushPrivilegesNote = 'Huom: phpMyAdmin hakee käyttäjien käyttöoikeudet suoraan MySQL:n käyttöoikeustauluista. Näiden taulujen sisältö saattaa erota palvelimen käyttämistä käyttöoikeuksista, jos niihin on tehty muutoksia manuaalisesti. Tällöin sinun on %sladattava käyttöoikeudet uudestaan%s ennen kuin jatkat.';
$strFlushQueryCache = 'Tyhjennä kyselymuisti';
$strFlushTables = 'Tyhjennä (sulje) kaikki taulut';
$strFlushTable = 'Tyhjennä taulun välimuisti ("FLUSH")';
$strFormat = 'Muoto';
$strFormEmpty = 'Tarvittava tieto puuttuu lomakkeesta!';
$strFreePages = "Vapaat sivut";
$strFullText = 'Koko tekstit';
$strFunction = 'Funktio';
 
$strGenBy = 'Luontiympäristö';
$strGeneralRelationFeat = 'Yleiset relaatio-ominaisuudet';
$strGenerate = 'Luo';
$strGeneratePassword = 'Luo salasana';
$strGenTime = 'Luontiaika';
$strGeorgian = 'Georgialainen';
$strGerman = 'Saksalainen';
$strGlobal = 'globaali';
$strGlobalPrivileges = 'Globaalit käyttöoikeudet';
$strGlobalValue = 'Globaali arvo';
$strGo = 'Siirry';
$strGrantOption = 'Oikeus (Grant)';
$strGreek = 'Kreikkalainen';
$strGzip = '"gzip-pakattu"';
 
$strHandler = 'Käsittelijä';
$strHasBeenAltered = 'on muutettu.';
$strHasBeenCreated = 'on luotu.';
$strHaveToShow = 'Valitse vähintään yksi sarake';
$strHebrew = 'Hebrealainen';
$strHexForBinary = 'Näytä binäärikentät heksalukuina';
$strHome = 'Etusivu';
$strHomepageOfficial = 'phpMyAdminin kotisivut';
$strHostEmpty = 'Palvelimen nimi puuttuu!';
$strHost = 'Palvelin';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 -viennin valinnat';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 -viennin valinnat';
$strHungarian = 'Unkarilainen';
 
$strIcelandic = 'Islantilainen';
$strId = 'ID';
$strIdxFulltext = 'Koko teksti';
$strIgnoreDuplicates = 'Älä välitä kaksinkertaisista riveistä';
$strIgnoreInserts = 'Käytä IGNORE:a INSERT-komennoissa';
$strIgnore = 'Jätä huomiotta';
$strIgnoringFile = 'Jätetään tiedosto %s huolimatta';
$strImportDocSQL = 'Tuo docSQL-tiedostoja';
$strImportFiles = 'Tuo tiedostoja';
$strImportFormat = 'Tuotavan tiedoston muoto';
$strImportSuccessfullyFinished = 'Tuonti onnistui, %d kyselyä suoritettu.';
$strImport = 'Tuonti';
$strIndexes = 'Indeksit';
$strIndexHasBeenDropped = 'Indeksi %s on pudotettu';
$strIndex = 'Indeksi';
$strIndexName = 'Indeksin nimi:';
$strIndexType = 'Indeksin tyyppi:';
$strIndexWarningMultiple = 'Useampi kuin yksi %s-avain luotiin sarakkeelle `%s`';
$strIndexWarningPrimary = 'PRIMARY- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strIndexWarningTable = 'Taulun `%s` indeksien kanssa on ongelmia';
$strIndexWarningUnique = 'UNIQUE- ja INDEX-avaimia ei voi molempia asettaa sarakkeelle `%s`';
$strInnoDBAutoextendIncrement = "Automaattisen laajentamisen koko";
$strInnoDBAutoextendIncrementDesc = "Laajentamiskoko automaattisesti suurenevan taulutilan koon laajentamiseksi sen täyttyessä.";
$strInnoDBBufferPoolSizeDesc = 'Muistipuskurin koko, jota InnoDB käyttää tauluissaan olevan datan ja indeksien siirtämiseen välimuistiin.';
$strInnoDBBufferPoolSize = 'Puskurisäiliön koko';
$strInnoDBDataFilePath = "Datatiedostot";
$strInnoDBDataHomeDir = "Datan kotihakemisto";
$strInnoDBDataHomeDirDesc = "Hakemistopolun yhteinen osa kaikille InnoDB-datatiedostoille.";
$strInnoDBPages = 'sivua';
$strInnodbStat = 'InnoDB:n tila';
$strInsecureMySQL = 'Asetustiedostosi käyttää asetuksia, jotka viittaavat MySQL:n oletusarvoiseen käyttäjään (root ilman salasanaa). Tällaisilla asetuksilla käytettäessä MySQL-palvelin on arka hyökkäyksille. Tämä tietoturvariski olisi syytä korjata pikimmiten!';
$strInsertAsNewRow = 'Lisää uutena rivinä';
$strInsertedRowId = 'Sijoitetun rivin id:';
$strInsertedRows = 'Lisätyt rivit:';
$strInsert = 'Lisää rivi';
$strInsertNewRow = 'Lisää uusi rivi';
$strInternalNotNecessary = '* Sisäistä relaatiota ei tarvita silloin, kun sellainen on jo InnoDB:ssä.';
$strInternalRelations = 'Sisäiset relaatiot';
$strInUse = 'käytössä';
$strInvalidAuthMethod = 'Asetuksissa on virheellinen todennustapa:';
$strInvalidColumnCount = 'Sarakkeiden lukumäärän on oltava enemmän suurempi kuin nolla.';
$strInvalidColumn = 'Virheellinen sarake (%s) määritelty!';
$strInvalidCSVFieldCount = 'Virheellinen kenttien määrä CSV-syötteessä rivillä %d.';
$strInvalidCSVFormat = 'Virheellinen muoto CSV-syötteessä rivillä %d.';
$strInvalidCSVParameter = 'Virheellinen parametri CSV-tuonnille: %s';
$strInvalidFieldAddCount = 'Sinun on lisättävä vähintään yksi kenttä.';
$strInvalidFieldCount = 'Taulussa täytyy olla vähintään yksi kenttä.';
$strInvalidLDIImport = 'Tämä lisäosa ei tue pakattujen tuontien käyttöä!';
$strInvalidRowNumber = '%d on virheellinen rivinumero.';
$strInvalidServerHostname = 'Virheellinen nimi palvelimelle %1$s. Tarkista asetukset.';
$strInvalidServerIndex = 'Virheellinen palvelinindeksi: "%s"';
 
$strJapanese = 'Japanilainen';
$strJoins = 'Liitokset';
$strJumpToDB = 'Hyppää tietokantaan &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Poistetut&quot; käyttäjät voivat edelleen päästä tavallisesti käsiksi palvelimeen, kunnes käyttöoikeudet on ladattu uudestaan.';
$strJustDelete = 'Poista käyttäjät vain käyttöoikeustauluista.';
 
$strKeepPass = 'Älä vaihda salasanaa';
$strKeyCache = 'Avainvälimuisti';
$strKeyname = 'Avaimen nimi';
$strKill = 'Lopeta';
$strKorean = 'Korealainen';
 
$strLandscape = 'Landscape';
$strLanguageFileNotFound = 'Kielitiedostoa "%1$s" ei löydy.';
$strLanguageUnknown = 'Tuntematon kieli: %1$s.';
$strLatchedPages = "Lukitut sivut";
$strLatexCaption = 'Taulun otsikko';
$strLatexContent = 'Taulun __TABLE__ sisältö';
$strLatexContinuedCaption = 'Jatkettu taulun otsikko';
$strLatexContinued = '(jatkuu)';
$strLatexIncludeCaption = 'Sisällytä taulun otsikko';
$strLatexLabel = 'Tunniste';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-valinta-asetukset';
$strLatexStructure = 'Taulun __TABLE__ rakenne';
$strLatvian = 'Latvialainen';
$strLDI = 'CSV käyttäen LOAD DATA:aa';
$strLDIImportOptions = 'Valinnat CSV-tuonnille käyttäen LOAD DATA:aa';
$strLDILocal = 'Käytä LOCAL-avainsanaa';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'Rivejä sivua kohti';
$strLinesTerminatedBy = 'Rivien erotinmerkki';
$strLinkNotFound = 'Linkkiä ei löydy';
$strLinksTo = 'Linkitys sarakkeeseen:';
$strLithuanian = 'Liettualainen';
$strLocalhost = 'Paikallinen';
$strLocationTextfile = 'Tiedoston sijainti';
$strLoginInformation = 'Sisäänkirjautumistiedot';
$strLogin = 'Kirjaudu sisään';
$strLogout = 'Poistu';
$strLogPassword = 'Salasana:';
$strLogServer = 'Palvelin';
$strLogUsername = 'Käyttäjätunnus:';
$strLongOperation = "Tämä toimenpide saattaa kestää pitkään. Jatketaanko silti?";
 
$strMaxConnects = 'enim. yhtäaikaisia yhteyksiä';
$strMaximalQueryLength = 'Luotavan kyselyn enimmäispituus';
$strMaximumSize = 'Enimmäiskoko: %s%s';
$strMbExtensionMissing = 'PHP-laajennusta mbstring ei löytynyt ja vaikuttaa siltä, että käytät multibyte-merkistökoodausta. Ilman mbstring-laajennusta phpMyAdmin ei osaa jaotella merkkijonoja oikein, ja tämä saattaa johtaa odottamattomiin tuloksiin.';
$strMbOverloadWarning = 'PHP:n asetuksissa on "mbstring.func_overload" -valinta päällä. Tämä valinta ei sovi yhteen phpMyAdminin kanssa ja saattaa aiheuttaa jonkin datan hajoamiseen!';
$strMIME_available_mime = 'Mahdolliset MIME-tyypit';
$strMIME_available_transform = 'Mahdolliset muunnokset';
$strMIME_description = 'Kuvaus';
$strMIME_MIMEtype = 'MIME-tyyppi';
$strMIME_nodescription = 'Tälle muunnokselle ei ole saatavilla yhtään kuvausta.<br />Ole hyvä, ja kysy tekijältä, mitä %s tekee.';
$strMIME_transformation_note = 'Nähdäksesi luettelon saatavilla olevista muunnosvaihtoehdoista ja niiden MIME-tyyppien muunnoksista, paina %smuunnoksen kuvaukset%s-kohtaa';
$strMIME_transformation_options = 'Muunnosvaihtoehdot';
$strMIME_transformation_options_note = 'Syötä muunnosvalinnoille arvot käyttäen tätä formaattia: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai yksittäistä lainausmerkkiä ("\'"), lisää merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strMIME_transformation = 'Selaimen muunnos (transformation)';
$strMIMETypesForTable = 'MIME-TYYPIT TAULULLE';
$strMIME_without = 'MIME-tyypeillä, jotka on kursivoitu, ei ole erillistä muunnostoimintoa';
$strModifications = 'Muutokset tallennettu';
$strModifyIndexTopic = 'Muokkaa indeksiä';
$strModify = 'Muokkaa';
$strMoveTableOK = 'Taulu %s on siirretty %s.';
$strMoveTableSameNames = 'Taulua ei voi siirtää itseensä!';
$strMoveTable = 'Siirrä taulu toiseen tauluun (tietokanta<b>.</b>taulu):';
$strMultilingual = 'monikielinen';
$strMyISAMDataPointerSize = "Dataosoittimen koko";
$strMyISAMDataPointerSizeDesc = "Oletusarvoinen osoittimen koko tavuina, käytettäväksi CREATE TABLE -lauseen kanssa MyISAM-tauluissa, silloin kun MAX_ROWS-valintaa ei ole määritelty.";
$strMyISAMMaxExtraSortFileSizeDesc = "Jos MyISAM-indeksin nopeaan luomiseen käytetty väliaikaistiedosto on suurempi kuin avainvälimuistin käyttäminen täällä määritellyn määrän mukaisesti, on suositeltavampaa käyttää välimuistimetodia.";
$strMyISAMMaxExtraSortFileSize = "Enimmäiskoko väliaikaisille tiedostoille indeksin luonnissa";
$strMyISAMMaxSortFileSizeDesc = "MySQL-palvelimen käyttöön tarkoitettu väliaikaistiedoston suurin koko MyISAM-indeksien uudelleen latausta varten (REPAIR TABLE, ALTER TABLE tai LOAD ADTA INFILE -toimintojen aikana).";
$strMyISAMMaxSortFileSize = "Enimmäiskoko väliaikaisille lajittelutiedostoille";
$strMyISAMRecoverOptions = "Automaattinen palautuminen";
$strMyISAMRecoverOptionsDesc = "Kaatuneiden MyISAM-taulujen automaattisen palauttamisen tila sellaisenaan kuin se on asetettu \"--myisam-recover\" -nimisen palvelimenkäynnistysasetuksen kautta.";
$strMyISAMRepairThreadsDesc = "Jos tämä arvo on suurempi kuin 1, lajitteluprosessi luo MyISAM-tauluindeksit rinnakkain (kukin indeksi omaan säikeeseensä), kun käytetään Korjaa-toimintoa.";
$strMyISAMRepairThreads = "Korjaussäikeet"; //not "Korjaa säikeet"
$strMyISAMSortBufferSizeDesc = "Puskuri joka varataan käyttöön lajitellessa MyISAM-indeksejä REPAIR TABLE:n aikana tai luotaessa indeksejä toiminnolla CREATE INDEX tai ALTER TABLE.";
$strMyISAMSortBufferSize = "Lajittelupuskurin koko";
$strMySQLCharset = 'MySQL:n merkistö';
$strMysqlClientVersion = 'MySQL-asiakasversio';
$strMySQLConnectionCollation = 'MySQL-yhteyden aakkosjärjestys';
$strMySQLSaid = 'MySQL ilmoittaa: ';
$strMySQLShowProcess = 'Näytä prosessit';
$strMySQLShowStatus = 'Näytä MySQL:n ajonaikaiset tiedot';
$strMySQLShowVars = 'Näytä MySQL:n järjestelmämuuttujat';
 
$strName = 'Nimi';
$strNext = 'Seuraava';
$strNoActivity = 'Ollut toimettomana %s sekuntia tai enemmän. Kirjaudu sisään uudestaan.';
$strNoDatabases = 'Ei tietokantoja';
$strNoDatabasesSelected = 'Et valinnut yhtään tietokantaa.';
$strNoDescription = 'ei selitystä';
$strNoDetailsForEngine = "Tämän tallennustilamoottorin tilasta ei ole saatavilla tarkkoja tietoja.";
$strNoDropDatabases = '"DROP DATABASE"-lauseiden käyttö on estetty.';
$strNo = 'Ei';
$strNoExplain = 'Älä selitä SQL-lausetta';
$strNoFilesFoundInZip = 'ZIP-paketista ei löytynyt yhtään tiedostoa!';
$strNoFrames = 'phpMyAdmin toimii parhaiten <b>kehyksiä</b> tukevalla selaimella.';
$strNoIndex = 'Indeksiä ei ole määritelty!';
$strNoIndexPartsDefined = 'Indeksin osia ei ole määritelty!';
$strNoModification = 'Ei muutoksia';
$strNone = 'Ei mitään';
$strNoOptions = 'Tälle tiedostomuodolle ei ole valinta-asetuksia';
$strNoPassword = 'Ei mitään salasanaa';
$strNoPermission = 'Internet-palvelimella ei ole lupaa tallentaa tiedostoa %s.';
$strNoPhp = 'Kätke PHP-koodi';
$strNoPrivileges = 'Ei käyttöoikeuksia';
$strNoRights = 'Sinulla ei ole tarpeeksi oikeuksia!';
$strNoRowsSelected = 'Ei yhtään riviä valittu';
$strNoSpace = 'Liian vähän tilaa tiedoston %s tallentamiseen.';
$strNoTablesFound = 'Tietokannasta ei löytynyt yhtään taulua.';
$strNoThemeSupport = 'Ei tukea teemojen käyttöön. Tarkista konfiguraatiot ja/tai teemasi hakemistosta %s.';
$strNothingToImport = 'Et antanut mitään dataa tuotavaksi!';
$strNotNumber = 'Tämä ei ole numero!';
$strNotOK = 'Ei kunnossa';
$strNotSet = '<b>%s</b>-taulua ei löytynyt tai sitä ei ole määritelty %s-tiedostossa';
$strNoUsersFound = 'Käyttäjiä ei löytynyt.';
$strNoValidateSQL = 'Älä tarkista SQL-lausetta';
$strNull = 'Tyhjä';
$strNumberOfFields = 'Kenttien lukumäärä';
$strNumSearchResultsInTable = '%s hakutulosta taulussa <i>%s</i>';
$strNumSearchResultsTotal = '<b>Yhteensä:</b> <i>%s</i> hakutulosta';
$strNumTables = 'Taulut';
 
$strOK = 'Kunnossa';
$strOpenNewWindow = 'Avaa uusi phpMyAdmin-ikkuna';
$strOperations = 'Toiminnot';
$strOperator = 'Operaattori';
$strOptimizeTable = 'Optimoi taulu';
$strOr = 'Tai';
$strOverhead = 'Ylijäämä';
$strOverwriteExisting = 'Korvaa jo olemassa oleva(t) tiedosto(t)';
 
$strPageNumber = 'Sivunumero:';
$strPagesToBeFlushed = "Siistimistä vaativat sivut";
$strPaperSize = 'Paperin koko';
$strPartialImport = 'Osittainen tuonti';
$strPartialText = 'Osittaiset tekstit';
$strPasswordChanged = 'Salasanan vaihto käyttäjälle %s onnistui.';
$strPasswordEmpty = 'Salasana puuttuu!';
$strPasswordHashing = 'Salasanan hashaus';
$strPasswordNotSame = 'Salasanat eivät ole samat!';
$strPassword = 'Salasana';
$strPdfDbSchema = 'Kaavio tietokannasta "%s" - Sivu %s';
$strPdfInvalidTblName = 'Taulua "%s" ei löydy!';
$strPdfNoTables = 'Ei tauluja';
$strPDFOptions = 'PDF-valinnat';
$strPDF = 'PDF';
$strPDFReportTitle = 'Raportin otsikko';
$strPerHour = 'tunnissa';
$strPerMinute = 'minuutissa';
$strPerSecond = 'sekunnissa';
$strPersian = 'Persialainen';
$strPhoneBook = 'puhelinluettelo';
$strPHP40203 = 'Käytössäsi on PHP 4.2.3, joka sisältää vakavan vian monitavuisissa merkkijonoissa (mbstring). Katso PHP:n virheraportti 19404. Tätä PHP:n versiota ei suositella käytettäväksi phpMyAdminin kanssa.';
$strPhp = 'Näytä PHP-koodi';
$strPHPVersion = 'PHP:n versio';
$strPmaDocumentation = 'phpMyAdminin dokumentaatio';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> täytyy määritellä asetustiedostossa!';
$strPolish = 'Puolalainen';
$strPortrait = 'Pystytasossa';
$strPos1 = 'Alkuun';
$strPrevious = 'Edellinen';
$strPrimary = 'Ensisijainen';
$strPrimaryKeyHasBeenDropped = 'Ensisijainen avain on pudotettu';
$strPrimaryKeyName = 'Ensisijaisen avaimen nimenä pitää olla PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" saa olla <b>vain ja ainoastaan</b>ensisijaisen avaimen nimenä!)';
$strPrint = 'Tulosta';
$strPrintViewFull = 'Tulostusversio (kokonaisin tekstein)';
$strPrintView = 'Tulostusversio';
$strPrivDescAllPrivileges = 'Sisältää kaikki käyttöoikeudet paitsi GRANT.';
$strPrivDescAlterRoutine = 'Sallii talletettujen rutiinien muuntamisen ja poistamisen.';
$strPrivDescAlter = 'Sallii muuttaa nykyisten taulujen rakennetta.';
$strPrivDescCreateDb = 'Sallii uusien tietokantojen ja taulujen luomisen.';
$strPrivDescCreateRoutine = 'Sallii talletettujen rutiinien luomisen.';
$strPrivDescCreateTbl = 'Sallii uusien taulujen luomisen.';
$strPrivDescCreateTmpTable = 'Sallii väliaikaistaulujen luomisen.';
$strPrivDescCreateUser = 'Sallii käyttäjätilien luomisen, poistamisen ja uudelleen nimeämisen.';
$strPrivDescCreateView = 'Sallii uusien näkymisen luomisen.';
$strPrivDescDelete = 'Sallii datan poistamisen.';
$strPrivDescDropDb = 'Sallii tietokantojen ja taulujen pudottamisen.';
$strPrivDescDropTbl = 'Sallii taulujen pudottamisen.';
$strPrivDescExecute5 = 'Sallii talletettujen rutiinien suorittamisen.';
$strPrivDescExecute = 'Sallii talletettujen proseduurien suorittamisen; Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescFile = 'Sallii datan tuomisen ja viemisen tiedostosta/tiedostoon.';
$strPrivDescGrant = 'Sallii käyttäjien ja käyttöoikeuksien lisäämisen lataamatta käyttöoikeustauluja uudestaan.';
$strPrivDescIndex = 'Sallii indeksien luomisen ja pudottamisen.';
$strPrivDescInsert = 'Sallii datan lisäämisen ja korvaamisen.';
$strPrivDescLockTables = 'Sallii taulujen lukitsemisen nykyiselle säikeelle (thread).';
$strPrivDescMaxConnections = 'Rajoittaa uusien yhteyksien määrän, jonka käyttäjä voi luoda tunnin aikana.';
$strPrivDescMaxQuestions = 'Rajoittaa kyselyjen lukumäärän, jonka käyttäjä voi lähettää palvelimelle tunnin aikana.';
$strPrivDescMaxUpdates = 'Rajoittaa käyttäjältä sellaisten komentojen suorittamisen lukumäärän tunnin aikana, jotka tekevät muutoksia tauluihin tai tietokantoihin.';
$strPrivDescMaxUserConnections = 'Asettaa rajan käyttäjän yhtäaikaisten yhteyksien lukumäärälle.';
$strPrivDescProcess3 = 'Sallii muiden käyttäjien prosessien lopettamisen.';
$strPrivDescProcess4 = 'Sallii kokonaisten kyselyjen näyttämisen prosessilistassa.';
$strPrivDescReferences = 'Ei vaikutusta tässä MySQL:än versiossa.';
$strPrivDescReload = 'Sallii palvelinasetusten uudelleen lataamisen ja palvelimen välimuistin tyhjentämisen.';
$strPrivDescReplClient = 'Antaa käyttäjälle oikeuden kysyä, missä ali-/pääpalvelimet ovat.';
$strPrivDescReplSlave = 'Tarvitaan replikaatio-alipalvelimia varten.';
$strPrivDescSelect = 'Sallii datan lukemisen.';
$strPrivDescShowDb = 'Sallii pääsyn kokonaiseen tietokantalistaan.';
$strPrivDescShowView = 'Sallii SHOW CREATE VIEW -kyselyjen suorittamisen.';
$strPrivDescShutdown = 'Sallii palvelimen sammuttamisen.';
$strPrivDescSuper = 'Sallii yhdistämisen silloinkin kun enimmäismäärä yhteyksiä on saavutettu; Tarvitaan useissa pääkäyttäjän toiminnoissa, kuten globaalien muuttujien asettamisessa ja muiden käyttäjien säikeiden (threads) lopettamisessa.';
$strPrivDescUpdate = 'Sallii datan muuttamisen.';
$strPrivDescUsage = 'Ei käyttöoikeuksia.';
$strPrivileges = 'Käyttöoikeudet';
$strPrivilegesReloaded = 'Käyttöoikeuksien uudelleen lataus onnistui.';
$strProcesslist = 'Prosessilista';
$strProtocolVersion = 'Protokollan versio';
$strPutColNames = 'Laita sarakkeiden nimet ensimmäiselle riville';
 
$strQBEDel = 'Poista';
$strQBE = 'Haku';
$strQBEIns = 'Lisää';
$strQueryCache = 'Kyselyvälimuisti';
$strQueryFrame = 'Kyselyikkuna';
$strQueryOnDb = 'Suorita SQL-lause tietokannassa <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historia';
$strQueryStatistics = '<b>Kyselytilastot</b>: Tälle palvelimelle on lähetetty viime käynnistyksestä lähtien %s kyselyä.';
$strQueryTime = 'kysely kesti %01.4f sek.';
$strQueryType = 'Kyselyn tyyppi';
$strQueryWindowLock = 'Älä korvaa tätä kyselyä ikkunan ulkopuolelta';
 
$strReadRequests = 'Hakupyynnöt';
$strReceived = 'Vastaanotettu';
$strRecords = 'Rivit';
$strReferentialIntegrity = 'Tarkista viitteiden eheys:';
$strRefresh = 'Päivitä';
$strRelationalSchema = 'Relaatioskeema';
$strRelationNotWorking = 'Relaatioihin ja linkitettyihin tauluihin liittyvät lisäominaisuudet ovat poissa päältä. Katso %stästä%s lisätietoja.';
$strRelationsForTable = 'RELAATIOT TAULULLE';
$strRelations = 'Relaatiot';
$strRelationView = 'Relaationäkymä';
$strReloadingThePrivileges = 'Ladataan käyttöoikeuksia uudelleen';
$strReloadMySQL = 'Käynnistä MySQL uudelleen';
$strRemoveSelectedUsers = 'Poista valitut käyttäjät';
$strRenameDatabaseOK = 'Tietokannan %s uusi nimi on nyt %s';
$strRenameTable = 'Nimeä taulu uudelleen';
$strRenameTableOK = 'Taulun %s nimi on nyt %s';
$strRepairTable = 'Korjaa taulu';
$strReplaceNULLBy = 'Korvaa NULL-merkki tällä:';
$strReplaceTable = 'Korvaa taulun nykyiset rivit tiedostolla';
$strReplication = 'Replikaatio';
$strReset = 'Nollaa';
$strResourceLimits = 'Resurssirajoitukset';
$strReType = 'Kirjoita uudelleen';
$strRevokeAndDeleteDescr = 'Käyttäjillä on USAGE-käyttöoikeus vielä niin kauan, kunnes käyttöoikeudet ladataan uudelleen.';
$strRevokeAndDelete = 'Peruuta kaikki käyttäjän aktiiviset käyttöoikeudet, ja poista ne sen jälkeen.';
$strRevokeMessage = 'Olet peruuttanut käyttäjän %s käyttöoikeudet';
$strRevoke = 'Mitätöi';
$strRomanian = 'Romanialainen';
$strRowLength = 'Rivin pituus';
$strRowsFrom = 'riviä alkaen rivistä';
$strRowSize = ' Rivin koko ';
$strRows = 'Kpl rivejä';
$strRowsModeFlippedHorizontal = 'vaakatasossa (kierretyt otsikot)';
$strRowsModeHorizontal = 'vaakasuorassa';
$strRowsModeOptions = '%s, otsikoita toistetaan %s:n rivin välein';
$strRowsModeVertical = 'pystysuorassa';
$strRowsStatistic = 'Rivitilastot';
$strRunning = 'palvelimella %s';
$strRunQuery = 'Suorita';
$strRunSQLQueryOnServer = 'Suorita SQL-lause(ita) palvelimella %s';
$strRunSQLQuery = 'Suorita SQL-lauseita tietokannassa %s';
$strRussian = 'Venäläinen';
 
$strSaveOnServer = 'Tallenna palvelimelle hakemistoon %s';
$strSave = 'Tallenna';
$strScaleFactorSmall = 'Kaavio ei mahdu yhdelle sivulle tällä skaalauksella';
$strSearch = 'Etsi';
$strSearchFormTitle = 'Hae tietokannasta';
$strSearchInTables = 'Tauluista:';
$strSearchNeedle = 'Haettavat sanat tai arvot (%-merkkiä voi käyttää jokerimerkkinä):';
$strSearchOption1 = 'vähintään yksi sanoista';
$strSearchOption2 = 'kaikki sanat';
$strSearchOption3 = 'koko lause';
$strSearchOption4 = 'regexp-haku';
$strSearchResultsFor = 'Tulokset hakusanalla "<i>%s</i>" %s:';
$strSearchType = 'Hae:';
$strSecretRequired = 'Konfiguraatiotiedosto vaatii nyt salatunnusta (blowfish_secret).';
$strSelectADb = 'Valitse tietokanta';
$strSelectAll = 'Valitse kaikki';
$strSelectBinaryLog = 'Valitse näytettävä binääriloki';
$strSelectFields = 'Valitse sarakkeet (vähintään yksi):';
$strSelectNumRows = 'lauseessa';
$strSelectTables = 'Valitse taulut';
$strSend = 'Tallenna tiedostoon';
$strSent = 'Lähetetty';
$strServerChoice = 'Valitse palvelin';
$strServerNotResponding = 'Palvelin ei vastaa';
$strServer = 'Palvelin';
$strServerStatus = 'Ajonaikaiset tiedot';
$strServerStatusDelayedInserts = 'Viivästetyt insert-lauseet';
$strServerStatusUptime = 'Tämä MySQL-palvelin on ollut käynnissä %s. Se käynnistettiin %s.';
$strServerTabProcesslist = 'Prosessit';
$strServerTabVariables = 'Muuttujat';
$strServerTrafficNotes = '<b>Palvelinliikenne</b>: Nämä taulukot näyttävät tämän MySQL-palvelimen verkkoliikennetilastot käynnistyksestä lähtien.';
$strServerVars = 'Palvelimen muuttujat ja asetukset';
$strServerVersion = 'Palvelimen versio';
$strSessionValue = 'Tämän istunnon arvo';
$strSetEnumVal = 'Jos sarakkeen tietotyyppi on "enum" tai "set", syötä vaaditut arvot tässä muodossa: \'a\',\'b\',\'c\'...<br />Jos tarvitset arvoissa kenoviivaa ("\") tai heittomerkkiä ("\'"), laita merkin eteen kenoviiva (esim. \'\\\\xyz\' tai \'a\\\'b\').';
$strShowAll = 'Näytä kaikki';
$strShowColor = 'Näytä värit';
$strShowDatadictAs = 'Datasanakirjan formaatti';
$strShowFullQueries = 'Näytä pyynnöt kokonaisuudessaan';
$strShowGrid = 'Näytä ruudukko';
$strShowingBookmark = 'Näytetään kirjanmerkki';
$strShowingRecords = 'Näkyvillä rivit ';
$strShow = 'Näytä';
$strShowOpenTables = 'Näytä avoimet taulut';
$strShowPHPInfo = 'Näytä PHP:n asetustiedot';
$strShowSlaveHosts = 'Näytä alipalvelimet';
$strShowSlaveStatus = 'Näytä alipalvelimen tila';
$strShowStatusBinlog_cache_disk_useDescr = 'Niiden transaktioiden lukumäärä, jotka ovat käyttäneet väliaikaista binaarilokivälimuistia, mutta jotka ovat ylittäneet "binlog_cache_size"-muuttujan arvon ja käyttäneet väliaikaista tiedostoa transaktiolausekkeiden tallettamiseen.';
$strShowStatusBinlog_cache_useDescr = 'Väliaikaista binäärilokivälimuistia käyttäneiden transaktioiden lukumäärä.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Levyllä sijaitsevien väliaikaisten taulujen lukumäärä, jotka palvelin loi automaattisesti lausekkeita suorittaessaan. Jos Created_tmp_disk_tables-parametrin arvo on liian suuri, nosta tmp_table_size:n arvoa, jotta väliaikaisia tauluja säilytettäisiin levyn sijasta muistissa.';
$strShowStatusCreated_tmp_filesDescr = 'Mysqld:n luomien väliaikaistiedostojen lukumäärä.';
$strShowStatusCreated_tmp_tablesDescr = 'Muistissa sijaitsevien väliaikaistaulujen lukumäärä, jotka palvelin on itsestään luonut lausekkeita suorittaessaan.';
$strShowStatusDelayed_errorsDescr = 'INSERT DELAYED -lausekkeella kirjoitettujen rivien lukumäärä siten, että joitain virheitä tapahtui (todennäköisesti kaksinkertainen avain).';
$strShowStatusDelayed_insert_threadsDescr = 'Käytössä olevien INSERT DELAYED -käsittelijäsäikeiden lukumäärä. Joka ikinen INSERT DELAYED -lauseketta käyttävä taulu saa käyttöönsä oman säikeensä.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED -rivien kirjoitusten lukumäärä.';
$strShowStatusFlush_commandsDescr = 'FLUSH-lausekkeita suoritettu.';
$strShowStatusHandler_commitDescr = 'Sisäisten COMMIT-lausekkeiden lukumäärä.';
$strShowStatusHandler_deleteDescr = 'Rivien poistojen lukumäärä taulukosta.';
$strShowStatusHandler_discoverDescr = 'MySQL-palvelin voi kysyä NDB Cluster -tallennustilamoottorilta, tunteeko se tietyn nimisen taulun. Tätä toimintoa kutsutaan todentamiseksi (discovery). Handler_discover ilmaisee todennettujen taulujen lukumäärän.';
$strShowStatusHandler_read_firstDescr = 'Kertoo, kuinka monta kertaa ensimmäistä kohtaa on luettu indeksistä. Jos tämä on suuri, se kertoo siitä, että palvelin suorittaa runsaasti kokonaisia indeksien läpikäyntejä; esimerkiksi SELECT col1 FROM foo, olettaen col1:sen olevan indeksoitu sarake.';
$strShowStatusHandler_read_keyDescr = 'Kertoo, kuinka monta kertaa rivejä on luettu avaimen perusteella. Jos tämä on suuri, se kertoo siitä, että kyselyjesi ja taulujesi indeksointi suoritetaan oikein.';
$strShowStatusHandler_read_nextDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat seuraavan rivin avainjärjestyksessä. Tämän arvo kasvaa suorittaessasi kyselyitä indeksisarakkeeseen aluerajoitetta käyttäen tai suorittaessasi indeksihaun.';
$strShowStatusHandler_read_prevDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat edellisen rivin avainjärjestyksessä. Tätä lukumenetelmää käytetään lähinnä ORDER BY ... DESC -lauseella optimoimiseen.';
$strShowStatusHandler_read_rndDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat rivin kiinteän sijainnin perusteella. Tämä on suuri, jos suoritat paljon kyselyjä, jotka edellyttävät tulostietojen lajittelua. Käytät ehkä runsaasti sellaisia kyselyitä, jotka edellyttävät MySQL:ää käymään läpi kaikki taulukot, tai liitoksia, jotka käyttävät avaimia virheellisesti.';
$strShowStatusHandler_read_rnd_nextDescr = 'Sellaisten pyyntöjen lukumäärä, jotka lukevat seuraavan rivin datatiedostosta. Tämä on suuri, jos käyt läpi paljon kokonaisia tauluja. Tämä luku kertoo yleensä siitä, että taulujasi ei indeksoida oikein tai että kyselyjä ei kirjoiteta siten, että ne hyödyntäisivät tekemiäsi indeksejä.';
$strShowStatusHandler_rollbackDescr = 'Sisäisten ROLLBACK-lausekkeiden lukumäärä.';
$strShowStatusHandler_updateDescr = 'Taulun rivien päivityspyyntöjen lukumäärä.';
$strShowStatusHandler_writeDescr = 'Niiden pyyntöjen lukumäärä, jotka sijoittavat (INSERT) rivin taulukkoon.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Jotakin dataa (epäsiistiä tai siistiä) sisältävien sivujen lukumäärä,';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Tällä hetkellä epäsiistinä olevien sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Puskurisäiliön sivujen lukumäärä, jotka on pyydetty siistiä.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Vapaitten sivujen lukumäärä.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB-puskurisäiliön lukittujen sivujen lukumäärä. Nämä ovat sivuja, joita parhaillaan luetaan tai kirjoitetaan tai joita ei voida poistaa tai joiden välimuistia ei voida tyhjentää syystä tai toisesta.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Kertoo niiden sivujen lukumäärän, jotka on käytössä johtuen administratiivisen ylijäämän, kuten rivinlukitusten tai mukautuvien hash-indeksien, varaamisesta. Tämä arvo voidaan laskea myös näin: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puskurisäiliön kokonaiskoko, sivuina.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB:n alullepanemien umpimähkäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun suoritetaan kysely, joka käy läpi suuria alueita taulukosta umpimähkäisessä järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB:n alullepanemien perättäisten ennakkolukutapausten lukumäärä. Tämä tapahtuu silloin kun InnoDB käy läpi kokonaisen taulun järjestyksessä.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB:n suorittamien loogisten lukupyyntöjen lukumäärä.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Niiden loogisten lukutapausten lukumäärä, joihin InnoDB ei voinut vastata puskurisäiliöstä ja sen takia jouduttiin suorittamaan yksisivuinen luku.'; //öö?
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Tavallisesti kirjoituspyynnöt InnoDB-puskurisäiliöön suoritetaan taustalla. Jos on kuitenkin luettava tai luotava sivu ja puhtaita sivuja ei ole saatavilla, joudutaan odottamaan, että sivuja ensin tyhjennetään. Tämä laskuri laskee tällaisten odotustapausten määrän. Jos puskurisäiliön koko on asetettu sopivaksi, tämän arvon pitäisi olla alhainen.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB:n puskurisäiliöön tehtyjen kirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_data_fsyncsDescr = 'fsync()-toimenpiteitä tähän mennessä.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Tällä hetkellä käynnissä olevien fsync()-toimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_readsDescr = 'Tällä hetkellä meneillään olevien lukutoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_pending_writesDescr = 'Tällä hetkellä meneillään olevien kirjoitustoimenpiteiden lukumäärä.';
$strShowStatusInnodb_data_readDescr = 'Tähän mennessä luetun datan määrä tavuina.';
$strShowStatusInnodb_data_readsDescr = 'Datalukujen kokonaismäärä.';
$strShowStatusInnodb_data_writesDescr = 'Datan kirjoitusten kokonaislukumäärä.';
$strShowStatusInnodb_data_writtenDescr = 'Datan kirjoitusten määrä tähän mennessä, tavuina.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_dblwr_writesDescr = 'Suoritettujen kakinkertaisten kirjoitustapausten lukumäärä ja tätä varten kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_log_waitsDescr = 'Odotusten lukumäärä johtuen siitä, että lokipuskuri oli liian pieni ja meidän täytyi ennen jatkamista odottaa sen tyhjentämistä.';
$strShowStatusInnodb_log_write_requestsDescr = 'Lokikirjoituspyyntöjen lukumäärä.';
$strShowStatusInnodb_log_writesDescr = 'Fyysisten lokitiedostoon kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Lokitiedostoon tehtyjen fsync-kirjoitusten lukumäärä.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Käynnissä olevien lokitiedosto-fsync-synkronointien lukumäärä.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Käynnisä olevat lokitiedostokirjoitukset.';
$strShowStatusInnodb_os_log_writtenDescr = 'Lokitiedostoon kirjoitettujen tavujen määrä.';
$strShowStatusInnodb_pages_createdDescr = 'Luotujen sivujen lukumäärä.';
$strShowStatusInnodb_page_sizeDescr = 'InnoDB-sivun koko käännettynä (oletuksena 16KB). Useita arvoja lasketaan sivuina; ne voidaan sivun koon avulla muuttaa helposti tavuiksi.';
$strShowStatusInnodb_pages_readDescr = 'Luettujen rivien lukumäärä.';
$strShowStatusInnodb_pages_writtenDescr = 'Kirjoitettujen sivujen lukumäärä.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Tällä hetkellä odotettavien rivilukitusten lukumäärä.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Rivilukituksen saavuttamiseen kulunut aika keskimäärin, millisekunteina.';
$strShowStatusInnodb_row_lock_timeDescr = 'Rivilukitusten saavuttamiseen kulunut aika kaikkinaansa, millisekunteina.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Rivilukituksen saavuttamiseen kulunut aika enimmillään, millisekunteina.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Rivilukituksen odottamiseen kuluneiden aikojen lukumäärä.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB-tauluista poistettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB-tauluihin lisättyjen rivien lukumäärä.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB-tualukosta luettujen rivien lukumäärä.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB-taulun päivitettyjen rivien lukumäärä.';
$strShowStatusKey_blocks_not_flushedDescr = 'Niiden avainvälimuistissa sijaitsevien avainlohkojen lukumäärä, joihin on tehty muutoksia, mutta joita ei vielä ole tallennettu levylle. Tämä toiminto tunnetaan yleisesti nimellä Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Avainvälimuistissa sijaitsevien käyttämättömien lohkojen lukumäärä. Tämän arvon avulla voit määrittää, kuinka paljon avainvälimuistia halutaan olevan käytössä.';
$strShowStatusKey_blocks_usedDescr = 'Samaan aikaan avainvälimuistissa olleiden lohkojen lukumäärä korkeintaan.';
$strShowStatusKey_read_requestsDescr = 'Niiden pyyntöjen lukumäärä, jotka lukevat avainlohkon välimuistista.';
$strShowStatusKey_readsDescr = 'Kertoo, kuinka monta kertaa levyltä on fyysisesti luettu avainlohkoja. Jos Key_readsin arvo on suuri, key_buffer_size-muuttujaan on ehkä asetettu liian alhainen arvo. Välimuistin käyttötahti voidaan laskea näin: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Välimuistiin avainlohkon kirjoittaneiden pyyntöjen lukumäärä.';
$strShowStatusKey_writesDescr = 'Niiden pyyntöjen lukumäärä, jotka fyysisesti kirjoittavat levylle avainlohkon.';
$strShowStatusLast_query_costDescr = 'Viimeksi kootun (compiled) kyselyn kokonaiskulut sellaisenaan kuin kyselynoptimoija on ne laskenut. Hyödyllinen eri kyselysuunnitelmien vertailemiseksi samaa kyselyä varten. Oletusarvo 0 tarkoittaa, että yhtään kyselyä ei ole vielä koottu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Niiden rivien lukumäärä, joita odotetaan kirjoitettavan INSERT DELAY -jonoissa.';
$strShowStatusOpened_tablesDescr = 'Taulujen avausten lukumäärä. Jos lukumäärä on suuri, tauluvälimuistin arvo saattaa olla liian alhainen.';
$strShowStatusOpen_filesDescr = 'Avoinna olevien tiedostojen lukumäärä.';
$strShowStatusOpen_streamsDescr = 'Avoinna olevien säikeiden lukumäärä (käytetään enimmäkseen kirjaukseen).';
$strShowStatusOpen_tablesDescr = 'Avoinna olevien taulujen lukumäärä.';
$strShowStatusQcache_free_blocksDescr = 'Vapaitten muistilohkojen lukumäärä kyselyvälimuistissa.';
$strShowStatusQcache_free_memoryDescr = 'Vapaan muistin määrä kyselyvälimuistin käyttöön.';
$strShowStatusQcache_hitsDescr = 'Välimuistiosumien lukumäärä.';
$strShowStatusQcache_insertsDescr = 'Välimuistiin sijoitettujen kyselyjen lukumäärä.';
$strShowStatusQcache_lowmem_prunesDescr = 'Niiden kyselyjen lukumäärä, jotka on poistettu välimuistista muistin vapauttamiseksi, jotta uusia kyselyjä voitaisiin tallentaa välimuistiin. Tämän tiedon avulla voit asettaa kyselyvälimuistin koon sopivaksi. Kyselyvälimuisti käyttää LRU- eli "viimeksi vähiten käytetyt" -strategiaa päättämään, mitkä kyselyt poistetaan välimuistista.';
$strShowStatusQcache_not_cachedDescr = 'Niiden kyselyjen lukumäärä, joita ei ole tallennettu välimuistiin (ei ole voitu tallentaa välimuistiin, tai ei muuten vain ole tallennettu sinne query_cache_type-asetuksesta johtuen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Rekisteröityjen kyselyjen lukumäärä välimuistissa.';
$strShowStatusQcache_total_blocksDescr = 'Lohkojen kokonaislukumäärä kyselyvälimuistissa.';
$strShowStatusReset = 'Nollaa';
$strShowStatusRpl_statusDescr = 'Replikaation vikasietotila (ei toteutettu vielä).';
$strShowStatusSelect_full_joinDescr = 'Indeksejä käyttämättömien liitosten lukumäärä. Jos tämä arvo ei ole 0, sinun tulisi tarkistaa taulujesi indeksit tarkkaan.';
$strShowStatusSelect_full_range_joinDescr = 'Niiden liitosten lukumäärä, jotka käyttivät aluehakua viitetaulussa (reference table).';
$strShowStatusSelect_range_checkDescr = 'Avaimittomien liitosten lukumäärä, jotka varmistavat avaimien käytön joka rivin jälkeen. (Jos tämä ei ole 0, sinun tulisi tarkistaa taulujesi indeksit huolella.)';
$strShowStatusSelect_rangeDescr = 'Niiden liitosten lukumäärä, jotka käyttivät alueita ensimmäiseen tauluun. (Yleensä ei ole vakavaa, vaikka tämä arvo olisikin suuri.)';
$strShowStatusSelect_scanDescr = 'Liitosten lukumäärä, jotka suorittivat ensimmäisestä taulusta täydellisen tarkistuksen.';
$strShowStatusSlave_open_temp_tablesDescr = 'SQL-alisäikeen avointen väliaikaistaulujen lukumäärä tällä hetkellä.';
$strShowStatusSlave_retried_transactionsDescr = 'Replikaation SQL-alisäikeen uudelleen yrittämien transkatioiden kokonaislukumäärä käynnistyksesä lähtien';
$strShowStatusSlave_runningDescr = 'Tämä on ON, mikäli kyseinen palvelin on pääpalvelimeen kytketty alipalvelin.';
$strShowStatusSlow_launch_threadsDescr = 'Niiden säikeiden lukumäärä, joiden luomiseen on kulunut aikaa enemmän kuin slow_launch_time sekuntia.';
$strShowStatusSlow_queriesDescr = 'Niiden kyselyjen lukumäärä, joiden suorittamiseen on kulunut aikaa enemmän kuin long_query_time sekuntia.';
$strShowStatusSort_merge_passesDescr = 'Lajittelualgoritmiin tarvittavien yhdentymisten (eng. merge) lukumäärä. Jos tämä arvo on suuri, voit suurentaa sort_buffer-muuttujan arvoa.';
$strShowStatusSort_rangeDescr = 'Alueiden (ranges) kanssa suoritettujen lajittelujen lukumäärä.';
$strShowStatusSort_rowsDescr = 'Lajiteltujen rivien lukumäärä.';
$strShowStatusSort_scanDescr = 'Niiden lajittelutoimenpiteiden lukumäärä, jotka on suoritettu käymällä taulukko läpi.';
$strShowStatusTable_locks_immediateDescr = 'Tapausten, jolloin taulun lukitus on saatu heti suoritettua, määrä.';
$strShowStatusTable_locks_waitedDescr = 'Niiden tapausten määrä, jolloin taulun lukitusta ei ole saatu suoritettua heti ja siitä johtuen sitä on jouduttu odottamaan. Jos tämä on suuri, ja suorituskyvyn kanssa on pulmia, sinun kannattaisi ensiksi optimoida kyselysi ja sitten joko jakaa taulusi osiksi tai käyttää hyväksesi replikaatiota.';
$strShowStatusThreads_cachedDescr = 'Säievälimuistissa sijaitsevien säikeiden lukumäärä. Välimuistin käyttötahti voidaan laskea näin: Threads_created/yhteyksien lkm. Jos tämä arvo näkyy punaisena, thread_cache_size-muuttujan arvoa tulisi nostaa.';
$strShowStatusThreads_connectedDescr = 'Tällä hetkellä avoinna olevien yhteyksien lukumäärä.';
$strShowStatusThreads_createdDescr = 'Yhteyksien käsittelyä varten luotujen säikeiden lukumäärä. Jos Threads_created on suuri, kannattaa kasvattaa thread_cache_size:n arvoa. (Yleensä tällä ei ole kovin huomattavaa vaikutusta suorituskykyyn, jos säikeiden toteutus on toteutettu hyvin.)';
$strShowStatusThreads_runningDescr = 'Niiden säikeiden lukumäärä, jotka eivät ole unessa.';
$strShowTableDimension = 'Näytä taulujen ulottuvuus';
$strShowTables = 'Näytä taulut';
$strShowThisQuery = ' Näytä lause uudelleen ';
$strSimplifiedChinese = 'Yksinkertaistettu kiina';
$strSingly = '(yksitellen)';
$strSize = 'Koko';
$strSkipQueries = 'Tiedoston alusta ohitettavien merkintöjen (kyselyjen) määrä';
$strSlovak = 'Slovakialainen';
$strSlovenian = 'Slovenialainen';
$strSocketProblem = "(tai paikallisen MySQL-palvelimen sockettia ei ole konfiguroitu oikein)";
$strSortByKey = 'Lajittele avaimen mukaan';
$strSorting = 'Lajittelu'; //or Lajitellaan...?
$strSort = 'Järjestys';
$strSpaceUsage = 'Levytilan käyttö';
$strSpanish = 'Espanjalainen';
$strSplitWordsWithSpace = 'Sanat erotellaan välilyönnillä.';
$strSQLExportCompatibility = 'SQL-viennin yhteensopivuus';
$strSQLExportType = 'Vientityyppi';
$strSQLImportOptions = 'SQL-valinnat';
$strSQLOptions = 'SQL-valinnat';
$strSQLParserBugMessage = 'Olet mahdollisesti löytänyt ohjelmointivirheen SQL-parserista. Tarkista SQL-lauseesi, erityisesti lainausmerkit merkkijonojen alusta ja lopusta. Toinen mahdollinen virheen aiheuttaja on se, että olet siirtämässä tiedostoa, jossa on binääridataa lainausmerkkien ulkopuolella. Jos mahdollista, kokeile SQL-lausettasi suoraan komentoriviltä. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi. Jos lause toimi komentorivillä, mutta ei phpMyAdminissa, kokeile etsiä se rivi, joka virheilmoituksen aiheutti ja lähetä meille bugiraportti, johon liität alla olevan koodin:';
$strSQLParserUserError = 'SQL-lauseessasi oli virhe. SQL-haussasi näyttää olevan jokin virhe. MySQL:n antama virheilmoitus näkyy alla, jos palvelin sellaisen antoi.';
$strSQLQuery = 'SQL-lause';
$strSQLResult = 'SQL-lauseen tulos';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Epäkelpo tunniste';
$strSQPBugUnclosedQuote = 'Toinen lainausmerkki puuttuu merkkijonon lopusta';
$strSQPBugUnknownPunctuation = 'Tuntematon välimerkki';
$strStatCheckTime = 'Viimeksi tarkistettu';
$strStatCreateTime = 'Luotu';
$strStatement = 'Tieto';
$strStatisticsOverrun = 'Ruuhkaisten palvelinten tavulaskurit saattavat ylivuotaa, joten MySQL-palvelimen ilmoittamat tilastotiedot saattavat olla virheellisiä.';
$strStatUpdateTime = 'Viimeksi päivitetty';
$strStatus = 'Tila';
$strStorageEngines = "Tallennustilamoottorit";
$strStorageEngine = "Tallennustilamoottori";
$strStrucCSV = 'CSV-muotoinen data';
$strStrucData = 'Rakenne ja data';
$strStrucDrop = 'Lisää \'DROP TABLE\' -rivit';
$strStrucExcelCSV = 'MS Excelin CSV-muoto';
$strStrucNativeExcel = 'Natiivi MS Excel -data';
$strStrucOnly = 'Vain rakenne';
$strStructPropose = 'Esitä taulun rakenne';
$strStructure = 'Rakenne';
$strSubmit = 'Lähetä';
$strSuccess = 'SQL-lause suoritettu';
$strSum = 'Summa';
$strSwedish = 'Ruotsalainen';
$strSwitchToDatabase = 'Siirry kopioituun tietokantaan';
$strSwitchToTable = 'Siirry kopioituun tauluun';
 
$strTableAlreadyExists = 'Taulu %s on jo olemassa!';
$strTableComments = 'Taulun kommentit';
$strTableEmpty = 'Taulun nimi puuttuu!';
$strTableHasBeenDropped = 'Taulu %s on pudotettu';
$strTableHasBeenEmptied = 'Taulu %s on tyhjennetty';
$strTableHasBeenFlushed = 'Taulun %s välimuisti on tyhjennetty';
$strTableMaintenance = 'Taulun huolto';
$strTableOfContents = 'Sisällysluettelo';
$strTableOptions = 'Taulun valinnat';
$strTables = '%s taulu(a)';
$strTableStructure = 'Rakenne taululle';
$strTable = 'Taulu';
$strTableType = 'Taulun muoto';
$strTakeIt = 'käytä tätä';
$strTblPrivileges = 'Taulukohtaiset käyttöoikeudet';
$strTempData = 'Väliaikainen data';
$strTextAreaLength = ' Pituudestaan johtuen<br /> tätä saraketta ei ehkä voi muokata ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Oletusteemaa %s ei löydy!';
$strThemeNoPreviewAvailable = 'Esikatselu ei ole saatavilla.';
$strThemeNotFound = 'Teemaa %s ei löydy!';
$strThemeNoValidImgPath = 'Kelvollista polkua teemalle %s ei löytynyt.';
$strThemePathNotFound = 'Teeman %s polkua ei löydy!';
$strTheme = 'Teema/tyyli';
$strThisHost = 'Tämä isäntä';
$strThisNotDirectory = 'Tämä ei ole hakemisto';
$strThreads = 'Säikeet';
$strThreadSuccessfullyKilled = 'Säikeen %s (threadin) lopetus onnistui.';
$strTime = 'Aika';
$strTimeoutInfo = 'Edellinen tuonti keskeytyi aikakatkaisuun; lähetettyäsi tiedoston uudestaan jatkamme kohdasta %d.';
$strTimeoutNothingParsed = 'Viimeisestä suorituskerrasta huolimatta mitään dataa ei ole parsittu; tämä tarkoittaa yleensä sitä, että phpMyAdmin ei voi suorittaa tätä tuontia loppuun asti, ellei php:n suoritusaikarajaa kasvateta.';
$strTimeoutPassed = 'Skriptin suoritus aikakatkaistiin; jos haluat suorittaa tuonnin loppuun saakka, lähetä sama tiedosto uudestaan, ja tuomista voidaan jaktaa.';
$strToggleScratchboard = 'Näytä/kätke luonnospöytä (scratchboard)';
$strTotalUC = 'Yhteensä';
$strTotal = 'yhteensä';
$strTraditionalChinese = 'Perinteinen kiina';
$strTraditionalSpanish = 'Perinteinen espanja';
$strTraffic = 'Liikenne';
$strTransactionCoordinator = 'Transaktiokoordinaattori';
$strTransformation_application_octetstream__download = 'Näytä linkki kentän binääridatan imurointiin. Ensimmäinen valinta on binääritiedoston tiedostonimi. Toinen valinta on mahdollisen taulun rivin kenttänimi, jolla tiedostonimi sijaitsee. Jos käytät toista (2) valintaa, sinun on asetettava ensimmäinen valinta tyhjäksi.';
$strTransformation_application_octetstream__hex = 'Näyttää datan heksadesimaalisena esitysmuotona.';
$strTransformation_image_jpeg__inline = 'Näyttää klikattavan pikkukuvan; valinnat: leveyden,korkeuden pikseleinä (säilyttää alkuperäisen suhteen)';
$strTransformation_image_jpeg__link = 'Näyttää linkin tähän kuvaan (eli suora blob-imurointi).';
$strTransformation_image_png__inline = 'Katso image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ottaa TIME-, TIMESTAMP- tai DATETIME-kentän ja muotoilee sen paikallisen päiväysformaatin mukaiseksi. Ensimmäinen valinta on siirros (tunteina), joka lisätään aikamerkintään (Oletus: 0). Jälkimmäinen valinta on toisenlainen päiväysformaatti, jonka parametrit ovat PHP:n strftime()-funktion mukaisia.';
$strTransformation_text_plain__external = 'VAIN LINUXILLE: Käynnistää ulkoisen ohjelman ja syöttää kenttädatan oletusarvoisen syötteen kautta. Palauttaa ohjelman oletusarvoisen tulosteen. Oletusarvona on Tidy, HTML-koodin tulostamiseksi siististi. Tietoturvasyistä joudut manuaalisesti muokkaamaan tiedostoa libraries/transformations/text_plain__external.inc.php ja lisäämään ajettavaksi sallimasi työkalut. Ensimmäinen valinta on silloin haluamasi ohjelman numero ja toinen valinta määrittää ohjelmalle annettavat parametrit. Kolmannen parametrin ollessa yksi (1) tuloste konvertataan käyttäen htmlspecialchars()-funktiota (Oletus on 1). Neljännen parametrin ollessa yksi (1) sisältökennoon lisätään NOWRAP, jotta koko tuloste näkyy ilman mitään ennakkomuotoiluja (Oletus 1)';
$strTransformation_text_plain__formatted = 'Säilyttää kentän alkuperäiset muotoilut. Kenoviivoja ei käytetä erikoismerkkien edellä.';
$strTransformation_text_plain__imagelink = 'Näyttää kuvan ja linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on leveys pikseleinä, kolmas on korkeus.';
$strTransformation_text_plain__link = 'Näyttää linkin, kenttä sisältää tiedostonimen; ensimmäinen valinta on etuliite, eli esimerkiksi "http://domain.com/", toinen valinta on linkin otsikko.';
$strTransformation_text_plain__sql = 'Muotoilee SQL-pyynnön syntaksivärityksellä.';
$strTransformation_text_plain__substr = 'Näyttää vain osan merkkijonoa. Ensimmäinen valinta on tarkoitettu määrittelemään siirrosta, jonka kohdalta tekstin näyttäminen aloitetaan (Oletus: 0). Toinen valinta kertoo, kuinka monta merkkiä tekstistä näytetään. Tämän ollessa tyhjä merkkijonosta näytetään kaikki loput tekstit. Kolmas valinta määrittelee, mitä merkkejä merkkijonon perään lisätään sitä näytettäessä (Oletus: "...") .';
$strTruncateQueries = 'Näytä typistetyt pyynnöt';
$strTurkish = 'Turkkilainen';
$strType = 'Tyyppi';
 
$strUkrainian = 'Ukrainalainen';
$strUncheckAll = 'Poista valinta kaikista';
$strUnicode = 'Unicode';
$strUnique = 'Uniikki';
$strUnknown = 'tuntematon';
$strUnselectAll = 'Poista valinta kaikista';
$strUnsupportedCompressionDetected = 'Yritit ladata tiedostoa, joka käyttää tukematonta pakkausmuotoa (%s). Tukea kyseiselle muodolle ei joko ole toteutettu, tai se on poistettu käytöstä asetusten kautta.';
$strUpdatePrivMessage = 'Käyttäjän %s käyttöoikeudet on päivitetty.';
$strUpdateProfileMessage = 'Profiili on päivitetty.';
$strUpdateQuery = 'Päivitä kysely';
$strUpdComTab = 'Tarkista dokumentaatiosta, kuinka voit päivittää Column_comments-taulusi';
$strUpgrade = 'Sinun pitäisi päivittää versioon %s %s tai myöhempään.';
$strUploadLimit = 'Yritit todennäköisesti ladata palvelimelle liian suurta tiedostoa. Viittaa %sdokumentaatioon%s saadaksesi tietoja tämän rajoituksen muuttamisesta.';
$strUsage = 'Käyttö';
$strUseBackquotes = 'Pane taulujen ja sarakkeiden nimet lainausmerkkeihin';
$strUsedPhpExtensions = 'Käytössä olevat PHP-laajennukset';
$strUseHostTable = 'Käytä host-taulua';
$strUserAlreadyExists = 'Käyttäjä %s on jo olemassa!';
$strUserEmpty = 'Käyttäjän nimi puuttuu!';
$strUser = 'Käyttäjä';
$strUserName = 'Käyttäjänimi';
$strUserNotFound = 'Valittua käyttäjää ei löytynyt käyttöoikeustaulusta.';
$strUserOverview = 'Käyttäjien yleiskatsaus';
$strUsersDeleted = 'Valitsemiesi käyttäjien poisto onnistui.';
$strUsersHavingAccessToDb = 'Käyttäjät, joilla on oikeus käyttää kohdetta &quot;%s&quot;';
$strUseTabKey = 'Käytä tabulaattoria siirtyäksesi arvojen välillä, tai CTRL+nuolia siirtäksesi mihin tahansa kohtaan';
$strUseTables = 'Käytä tauluja';
$strUseTextField = 'Käytä tekstikenttää';
$strUseThisValue = 'Käytä tätä arvoa';
 
$strValidateSQL = 'Tarkista SQL-lause';
$strValidatorError = 'SQL-validaattoria ei voitu käynnistää. Tarkista, että olet asentanut tarpeelliset PHP-laajennukset. Lisää tietoa löytyy %sdokumentaatiosta%s.';
$strValue = 'Arvo';
$strVar = 'Muuttuja';
$strVersionInformation = "Versiotiedot";
$strViewDumpDatabases = 'Näytä vedos (skeema) tietokannoista';
$strViewDumpDB = 'Tee vedos tietokannasta';
$strViewDump = 'Tee vedos taulusta';
$strViewHasBeenDropped = "Näkymä %s on poistettu";
$strView = "Näkymä";
 
$strWebServerUploadDirectoryError = 'Valitsemaasi hakemistoa ei voitu käyttää tiedostojen siirtämiseen';
$strWebServerUploadDirectory = 'palvelimen hakemisto tiedostojen siirtoa varten';
$strWelcome = 'Tervetuloa, toivottaa %s';
$strWestEuropean = 'Länsieurooppalainen';
$strWildcard = 'jokerimerkki';
$strWindowNotFound = 'Kohdeselainikkunaa ei voitu päivittää. Syynä voi olla se, että olet sulkenut isäntäikkunan tai että selaimesi tietoturva-asetukset estävät ikkunoiden välisen päivittämisen.';
$strWithChecked = 'Valitut:';
$strWriteRequests = 'Kirjoituspyynnöt';
$strWritingCommentNotPossible = 'Kommentin kirjoittaminen ei ole mahdollista';
$strWritingRelationNotPossible = 'Relaation kirjoittaminen ei ole mahdollista';
$strWrongUser = 'Väärä käyttäjätunnus tai salasana. Pääsy kielletty.';
 
$strXML = 'XML';
 
$strYes = 'Kyllä';
 
$strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa raja-arvon.';
$strZip = '"zip-pakattu"';
 
// To translate:
 
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
 
?>
/Web/Maintenance/phpMyAdmin/lang/french-iso-8859-1.inc.php
0,0 → 1,977
<?php
/* $Id: french-iso-8859-1.inc.php,v 2.153.2.2 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo');
 
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous
$datefmt = '%A %d %B %Y à %H:%M';
 
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
 
$strAbortedClients = 'Arrêts prématurés';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du répertoire docSQL sur le serveur web';
$strAccessDenied = 'Accès refusé';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
$strAction = 'Action';
$strAddAutoIncrement = 'Inclure la valeur courante de l\'AUTO_INCREMENT';
$strAddConstraints = 'Inclure les contraintes de clés étrangères';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddDropDatabase = 'Ajouter DROP DATABASE';
$strAddedColumnComment = 'Commentaire ajouté pour la colonne';
$strAddedColumnRelation = 'Relation ajoutée pour la colonne';
$strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)';
$strAddIfNotExists = 'Ajouter "IF NOT EXISTS"';
$strAddIntoComments = 'Inclure sous forme de commentaires';
$strAddNewField = 'Ajouter un champ';
$strAddPrivilegesOnDb = 'Ajouter des privilèges sur cette base de données';
$strAddPrivilegesOnTbl = 'Ajouter des privilèges sur cette table';
$strAddSearchConditions = 'Critères de recherche (pour l\'énoncé "where"):';
$strAddToIndex = 'Ajouter à la clef&nbsp;%s&nbsp;colonne(s)';
$strAddUser = 'Ajouter un utilisateur';
$strAddUserMessage = 'Vous avez ajouté un utilisateur';
$strAdministration = 'Administration';
$strAffectedRows = 'Nombre d\'enregistrements affectés :';
$strAfter = 'Après %s';
$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';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAndThen = 'et ensuite';
$strAnIndex = 'Un index a été ajouté sur %s';
$strAnyHost = 'Tout serveur';
$strAny = 'N\'importe quel';
$strAnyUser = 'Tout utilisateur';
$strApproximateCount = 'Peut être approximatif. Voir FAQ 3.11';
$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strArabic = 'arabe';
$strArmenian = 'arménien';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En début de table';
$strAtEndOfTable = 'En fin de table';
$strAttr = 'Attributs';
$strAutodetect = 'Détection automatique';
$strAutomaticLayout = 'Mise en page automatique';
 
$strBack = 'Retour';
$strBaltic = 'baltique';
$strBeginCut = 'Début de la section à couper';
$strBeginRaw = 'Début des informations sur l\'anomalie';
$strBinary = 'Binaire';
$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
$strBinaryLog = 'Log binaire';
$strBinLogEventType = 'Type d\'évènement';
$strBinLogInfo = 'Information';
$strBinLogName = 'Nom du log binaire';
$strBinLogOriginalPosition = 'Position d\'origine';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'ID du serveur';
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
$strBookmarkCreated = 'Signet %s créé';
$strBookmarkDeleted = 'Le signet a été effacé.';
$strBookmarkLabel = 'Intitulé';
$strBookmarkQuery = 'Requêtes en signets';
$strBookmarkReplace = 'Remplacer un signet existant du même nom';
$strBookmarkThis = 'Conserver cette requête dans les signets';
$strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBrowseDistinctValues = 'Affiche les valeurs distinctes';
$strBrowseForeignValues = 'Afficher les valeurs de la table liée';
$strBufferPoolActivity = 'Activité de la mémoire-tampon';
$strBufferPool = 'Mémoire-tampon';
$strBufferPoolUsage = 'Utilisation de la mémoire-tampon';
$strBufferReadMissesInPercent = 'Lectures non-satisfaites en %';
$strBufferReadMisses = 'Lectures non-satisfaites';
$strBufferWriteWaitsInPercent = 'Nombre d\'attentes d\'écriture en %';
$strBufferWriteWaits = 'Nombre d\'attentes d\'écriture';
$strBulgarian = 'bulgare';
$strBusyPages = 'Pages occupées';
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
$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';
$strCantRenameIdxToPrimary = 'La clef ne peut être renommée PRIMARY&nbsp;!';
$strCantUseRecodeIconv = 'Erreur lors de l\'utilisation de iconv, libiconv et recode_string, alors que ces extensions semblent chargées. Veuillez vérifier votre configuration de PHP.';
$strCardinality = 'Cardinalité';
$strCaseInsensitive = 'insensible à la casse';
$strCaseSensitive = 'sensible à la casse';
$strCentralEuropean = 'Europe centrale';
$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
$strChangeCopyMode = 'Créer un nouvel utilisateur avec les mêmes privilèges et ...';
$strChangeCopyModeDeleteAndReload = ' ... supprimer l\'ancien utilisateur, puis recharger les privilèges au serveur.';
$strChangeCopyModeJustDelete = ' ... supprimer l\'ancien utilisateur.';
$strChangeCopyModeRevoke = ' ... effacer tous les privilèges de l\'ancien utilisateur, puis l\'effacer.';
$strChangeCopyUser = 'Changement des informations de connexion / Copie d\'utilisateur';
$strChangeDisplay = 'Champ à afficher';
$strChange = 'Modifier';
$strChangePassword = 'Modifier le mot de passe';
$strCharset = 'Jeu de caractères';
$strCharsetOfFile = 'Jeu de caractères du fichier:';
$strCharsetsAndCollations = 'Jeux de caractères et interclassement';
$strCharsets = 'Jeux de caractères';
$strCheckAll = 'Tout cocher';
$strCheckOverhead = 'Cocher tables avec pertes';
$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données &quot;%s&quot;.';
$strCheckPrivs = 'Vérifier les privilèges';
$strCheckTable = 'Vérifier la table';
$strChoosePage = 'Page à éditer';
$strColComFeat = 'Commentaires de colonnes';
$strCollation = 'Interclassement';
$strColumnNames = 'Nom des colonnes';
$strColumnPrivileges = 'Privilèges de colonnes';
$strCommand = 'Commande';
$strComments = 'Commentaires';
$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';
$strConfigDefaultFileError = 'Chargement de la configuration par défaut impossible depuis "%1$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.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Contraintes pour les tables exportées';
$strConstraintsForTable = 'Contraintes pour la table';
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
$strCopy = 'Copier';
$strCopyDatabaseOK = 'La base de données %s a été copiée sur %s';
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table)&nbsp;:';
$strCopyTableOK = 'La table %s a été copiée vers %s.';
$strCopyTableSameNames = 'On ne peut copier la table sur elle-même!';
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
$strCreate = 'Créer';
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
$strCreateIndex = 'Créer une clef sur&nbsp;%s&nbsp;colonne(s)';
$strCreateIndexTopic = 'Créer un nouvelle clef';
$strCreateNewDatabase = 'Créer une base de données';
$strCreateNewTable = '<b>Créer une nouvelle table</b> sur la base %s';
$strCreatePage = 'Créer une page';
$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';
$strCzech = 'tchèque';
 
$strDanish = 'danois';
$strDatabase = 'Base de données';
$strDatabaseEmpty = 'Le nom de la base de données est vide!';
$strDatabaseExportOptions = 'Options d\'exportation';
$strDatabaseHasBeenDropped = 'La base de données %s a été effacée.';
$strDatabaseNoTable = 'Cette base de données ne contient aucune table!';
$strDatabases = 'Bases de données';
$strDatabasesDropped = '%s bases de données ont été supprimées.';
$strDatabasesStatsDisable = 'Désactiver les statistiques';
$strDatabasesStatsEnable = 'Activer les statistiques';
$strDatabasesStatsHeavyTraffic = 'Note: L\'activation des statistiques peut causer un trafic important entre le serveur web et le serveur MySQL.';
$strDatabasesStats = 'Statistiques sur les bases de données';
$strDataDict = 'Dictionnaire de données';
$strData = 'Données';
$strDataOnly = 'Données seulement';
$strDataPages = 'Pages contenant des données';
$strDBComment = '<b>Commentaire</b> sur la base de données: ';
$strDBCopy = 'Copier la base de données vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Durée maximum, ms';
$strDBGMinTimeMs = 'Durée minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Durée/Occurence, ms';
$strDBGTotalTimeMs = 'Durée totale, ms';
$strDbPrivileges = 'Privilèges spécifiques à une base de données';
$strDBRename = '<b>Changer le nom</b> de la base de données pour';
$strDbSpecific = 'spécifique à cette base de données';
$strDefault = 'Défaut';
$strDefaultEngine = 'Sur ce serveur MySQL, le moteur de stockage par défaut est %s.';
$strDefaultValueHelp = 'Pour les valeurs par défaut, veuillez n\'entrer qu\'une seule valeur, sans caractère d\'échappement ou apostrophes, sous la forme: a';
$strDefragment = 'Défragmenter la table';
$strDelayedInserts = 'Insertions avec délais (DELAYED)';
$strDeleteAndFlushDescr = 'Ceci est la méthode la plus directe, mais le fait de recharger les privilèges pourrait prendre du temps.';
$strDeleteAndFlush = 'Effacer les utilisateurs, puis recharger les privilèges.';
$strDeleted = 'L\'enregistrement a été effacé';
$strDeletedRows = 'Nombre d\'enregistrements effacés :';
$strDelete = 'Effacer';
$strDeleteNoUsersSelected = 'Aucun utilisateur n\'a été choisi en vue de le détruire!';
$strDeleting = 'Destruction de %s';
$strDelOld = 'Cette page fait référence à des tables qui n\'existent plus. Voulez-vous effacer ces références?';
$strDescending = 'Décroissant';
$strDescription = 'Description';
$strDictionary = 'dictionnaire';
$strDirtyPages = 'Pages modifiées';
$strDisabled = 'désactivé';
$strDisableForeignChecks = 'Désactiver la vérification des clés étrangères';
$strDisplayFeat = 'Affichage infobulle';
$strDisplayOrder = 'Ordre d\'affichage :';
$strDisplayPDF = '<b>Afficher le schéma</b> en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Voulez-vous vraiment effectuer ';
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDrop = 'Supprimer';
$strDropUsersDb = 'Supprimer les bases de données portant le même nom que les utilisateurs';
$strDumpingData = 'Contenu de la table';
$strDumpSaved = 'Le fichier d\'exportation a été sauvegardé sous %s.';
$strDumpXRows = 'Exporte %s enregistrement(s) à partir du rang n° %s.';
$strDynamic = 'dynamique';
 
$strEdit = 'Modifier';
$strEditPDFPages = 'Préparer le schéma en PDF';
$strEditPrivileges = 'Changer les privilèges';
$strEffective = 'effectif';
$strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEmpty = 'Vider';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
$strEngineAvailable = '%s est disponible sur ce serveur MySQL.';
$strEngineDisabled = '%s a été désactivé sur ce serveur MySQL.';
$strEngines = 'Moteurs';
$strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage %s.';
$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';
$strEsperanto = 'Espéranto';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
$strExcelOptions = 'Options Excel';
$strExecuteBookmarked = 'Exécuter la requête en signets';
$strExplain = 'Expliquer SQL';
$strExport = 'Exporter';
$strExtendedInserts = 'Insertions étendues';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentatives échouées';
$strField = 'Champ';
$strFieldHasBeenDropped = 'Le champ %s a été effacé';
$strFields = 'Champs';
$strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFieldsEnclosedBy = 'Champs entourés par';
$strFieldsEscapedBy = 'Caractère spécial';
$strFieldsTerminatedBy = 'Champs terminés par';
$strFileAlreadyExists = 'Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher l\'option Écraser';
$strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
$strFileNameTemplateDescription = 'Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc utiliser des chaînes de format d\'heure. Ces transformations additionnelles vont se produire: %3$s. Tout autre texte sera conservé tel quel.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de données';
$strFileNameTemplateDescriptionServer = 'nom de serveur';
$strFileNameTemplateDescriptionTable = 'nom de table';
$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.';
$strFlushQueryCache = 'Vider la cache des requêtes';
$strFlushTable = 'Recharger la table ("FLUSH")';
$strFlushTables = 'Fermer toutes les tables';
$strFormat = 'format';
$strFormEmpty = 'Formulaire incomplet !';
$strFreePages = 'Pages libres';
$strFullText = 'Textes complets';
$strFunction = 'Fonction';
 
$strGenBy = 'Généré par';
$strGeneralRelationFeat = 'Fonctions relationnelles';
$strGenerate = 'Générer';
$strGeneratePassword = 'Générer un mot de passe';
$strGenTime = 'Généré le ';
$strGeorgian = 'géorgien';
$strGerman = 'allemand';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilèges globaux';
$strGlobalValue = 'Valeur globale';
$strGo = 'Exécuter';
$strGrantOption = '"Grant"';
$strGreek = 'grec';
$strGzip = '"gzippé"';
 
$strHandler = 'Gestionnaire';
$strHasBeenAltered = 'a été modifié(e).';
$strHasBeenCreated = 'a été créé(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne à afficher';
$strHebrew = 'hébreu';
$strHexForBinary = 'Encoder les champs binaires en hexadécimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHostEmpty = 'Le nom de serveur est vide';
$strHost = 'Serveur';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Options d\'exportation Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Options d\'exportation Microsoft Word 2000';
$strHungarian = 'hongrois';
 
$strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'L\'importation s\'est terminée avec succès, %d requêtes exécutées.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndex = 'Index';
$strIndexName = 'Nom de la clef&nbsp;:';
$strIndexType = 'Type de clef&nbsp;:';
$strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`';
$strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index';
$strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`';
$strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index';
$strInnoDBAutoextendIncrement = 'Auto-croissant: Taille de l\'incrément';
$strInnoDBAutoextendIncrementDesc = 'La valeur de l\'incrément lors de l\'agrandissement du fichier auto-croissant lorsqu\'il devient plein.';
$strInnoDBBufferPoolSizeDesc = 'La taille de la mémoire-tampon utilisée par InnoDB pour les opérations d\'antémoire sur les données et les index.';
$strInnoDBBufferPoolSize = 'Taille de la mémoire-tampon';
$strInnoDBDataFilePath = 'Fichiers de données';
$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$strInnoDBDataHomeDir = 'Répertoire des données';
$strInnoDBPages = 'pages';
$strInnodbStat = 'État InnoDB';
$strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:';
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
$strInsert = 'Insérer';
$strInsertNewRow = 'Insérer un nouvel enregistrement';
$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!';
$strInvalidCSVFieldCount = 'Nombre de champs invalide dans les données CSV à la ligne %d';
$strInvalidCSVFormat = 'Format invalide pour les données CSV à la ligne %d.';
$strInvalidCSVParameter = 'Paramètres invalides pour l\'importation CSV: %s';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidLDIImport = 'Ce greffon ne supporte pas les importations en format comprimé!';
$strInvalidRowNumber = '%d n\'est pas un numéro d\'enregistrement valable.';
$strInvalidServerHostname = 'Nom d\'hôte (hostname) invalide pour le serveur %1$s. Veuillez vérifier votre configuration.';
$strInvalidServerIndex = 'Indice de serveur invalide: "%s"';
 
$strJapanese = 'japonais';
$strJoins = 'Jointures';
$strJumpToDB = 'Aller à la base de données &quot;%s&quot;.';
$strJustDeleteDescr = 'Les utilisateurs &quot;effacés&quot; auront quand même accès au serveur, jusqu\'à ce que les privilèges soient rechargés.';
$strJustDelete = 'Seulement effacer les utilisateurs des tables de privilèges.';
 
$strKeepPass = 'Conserver le mot de passe';
$strKeyCache = 'Cache des clés';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strKorean = 'coréen';
 
$strLandscape = 'Paysage';
$strLanguageFileNotFound = 'Fichier de langue "%1$s" inexistant.';
$strLanguageUnknown = 'Langue inconnue: %1$s.';
$strLatchedPages = 'Pages verrouillées';
$strLatexCaption = 'Sous-titre de la table';
$strLatexContent = 'Contenu de la table __TABLE__';
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
$strLatexContinued = '(suite)';
$strLatexIncludeCaption = 'Inclure les sous-titres';
$strLatexLabel = 'Clé de l\'étiquette';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Options LaTeX';
$strLatexStructure = 'Structure de la table __TABLE__';
$strLatvian = 'letton';
$strLDI = 'CSV via LOAD DATA';
$strLDIImportOptions = 'Options pour l\'importation CSV via LOAD DATA';
$strLDILocal = 'Utiliser l\'option LOCAL';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLinesTerminatedBy = 'Lignes terminées par';
$strLinkNotFound = 'Lien absent';
$strLinksTo = 'Relié à';
$strLithuanian = 'lituanien';
$strLocalhost = 'Local';
$strLocationTextfile = 'Emplacement du fichier texte';
$strLogin = 'Connexion';
$strLoginInformation = 'Information pour la connexion';
$strLogout = 'Quitter';
$strLogPassword = 'Mot de passe&nbsp;:';
$strLogServer = 'Serveur';
$strLogUsername = 'Nom d\'utilisateur&nbsp;:';
$strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? ';
 
$strMaxConnects = 'max. de connexions simultanées';
$strMaximalQueryLength = 'Taille maximum de la requête générée';
$strMaximumSize = 'Taille maximum: %s%s';
$strMbExtensionMissing = 'L\'extension PHP mbstring n\'a pu être localisée et il semble que vous utilisiez un jeu de caractères multi-octets. Sans cette extension, phpMyAdmin est incapable de gérer correctement les caractères et il peut en résulter des problèmes.';
$strMbOverloadWarning = 'Vous avez activé mbstring.func_overload dans votre configuration PHP. Cette option est incompatible avec phpMyAdmin et peut nuire au traitement des données!';
$strMIME_available_mime = 'Types MIME disponibles';
$strMIME_available_transform = 'Transformations disponibles';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'Type MIME';
$strMIME_nodescription = 'Aucune description n\'est disponible pour cette transformation.<br />Veuillez demander à son auteur, des détails sur %s.';
$strMIME_transformation_note = 'La %sdescription des transformations%s explique les transformations possibles en fonction des types MIME.';
$strMIME_transformation_options_note = 'Veuillez entrer les valeurs des options de transformation en suivant ce format: \'a\',\'b\',\'c\'...<br />Si vous devez entrer un caractère ("\") ou une apostrophe ("\'") parmi ces valeurs, faites-le précéder du caractère d\'échappement, par exemple \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Options de transformation';
$strMIME_transformation = 'Transformation';
$strMIMETypesForTable = 'TYPES MIME POUR LA TABLE';
$strMIME_without = 'Les types MIME affichées en italiques ne possèdent pas de fonctions de transformation.';
$strModifications = 'Les modifications ont été sauvegardées.';
$strModifyIndexTopic = 'Modifier une clef';
$strModify = 'Modifier';
$strMoveTable = '<b>Déplacer</b> la table vers (base<b>.</b>table)&nbsp;:';
$strMoveTableOK = 'La table %s a été déplacée vers %s.';
$strMoveTableSameNames = 'On ne peut déplacer la table sur elle-même!';
$strMultilingual = 'multilingue';
$strMyISAMDataPointerSizeDesc = 'La taille du pointeur (en octets) qui servira lors d\'un CREATE TABLE sur une table MyISAM si aucune option MAX_ROWS n\'est indiquée';
$strMyISAMDataPointerSize = 'Taille du pointeur de données';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si le fichier temporaire utilisé pour la création rapide des index MyISAM devrait s\'avérer plus volumineux que d\'employer la cache des clés (la différence étant spécifiée ici), utiliser la méthode de cache des clés';
$strMyISAMMaxExtraSortFileSize = 'La taille maximum pour les fichiers temporaires utilisés lors de la création d\'index';
$strMyISAMMaxSortFileSizeDesc = 'La taille maximum du fichier temporaire qu\'il est permis à MySQL d\'allouer pour recréer un index MyISAM (durant un REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'Taille maximum pour les fichiers de tri temporaires';
$strMyISAMRecoverOptionsDesc = 'Le mode de recouvrement automatique en cas de tables MyISAM en mauvais état, tel que réglé via l\'option --myisam-recover au départ du serveur';
$strMyISAMRecoverOptions = 'Mode de recouvrement automatique';
$strMyISAMRepairThreadsDesc = 'Si cette valeur est plus grande que 1, les index de tables MyISAM sont créés en parallèle (chaque index dans son propre fil d\'exécution) lors d\'une réparation.';
$strMyISAMRepairThreads = 'Nombre de fils d\'exécution pour la réparation';
$strMyISAMSortBufferSizeDesc = 'La mémoire tampon qui est allouée pour trier les index MyISAM durant une opération REPAIR TABLE ou pour créer les index lors d\'un CREATE INDEX ou ALTER TABLE';
$strMyISAMSortBufferSize = 'Taille de la mémoire tampon';
$strMySQLCharset = 'Jeu de caractères pour MySQL';
$strMysqlClientVersion = 'Version du client MySQL';
$strMySQLConnectionCollation = 'Interclassement pour la connexion MySQL';
$strMySQLSaid = 'MySQL a répondu:';
$strMySQLShowProcess = 'Afficher les processus';
$strMySQLShowStatus = 'Afficher l\'état du serveur';
$strMySQLShowVars = 'Afficher les variables du serveur';
 
$strName = 'Nom';
$strNext = 'Suivant';
$strNoActivity = 'Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter';
$strNoDatabases = 'Aucune base de données';
$strNoDatabasesSelected = 'Aucune base de données n\'a été sélectionnée.';
$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;!';
$strNoModification = 'Pas de modifications';
$strNone = 'aucune';
$strNo = 'Non';
$strNoOptions = 'Ce format ne comporte pas d\'options';
$strNoPassword = 'aucun mot de passe';
$strNoPermission = 'Le serveur web n\'a pas les permissions nécessaires pour enregistrer le fichier %s.';
$strNoPhp = 'Sans source PHP';
$strNoPrivileges = 'aucun privilège';
$strNoRights = 'Vous n\'êtes pas autorisé à accéder à cette page';
$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';
$strNoUsersFound = 'Il n\'y a aucun utilisateur';
$strNoValidateSQL = 'Ne pas valider SQL';
$strNull = 'Null';
$strNumberOfFields = 'Nombre de champs';
$strNumSearchResultsInTable = '%s occurence(s) dans la table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total :</b> <i>%s</i> occurence(s)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Ouvrir une nouvelle fenêtre phpMyAdmin';
$strOperations = 'Opérations';
$strOperator = 'Opérateur';
$strOptimizeTable = 'Optimiser la table';
$strOr = 'Ou';
$strOverhead = 'Perte';
$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';
$strPasswordHashing = 'Hachage du mot de passe';
$strPassword = 'Mot de passe';
$strPasswordNotSame = 'Les mots de passe doivent être identiques';
$strPdfDbSchema = 'Schema de la base "%s" - Page %s';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPdfNoTables = 'Pas de table !';
$strPDFOptions = 'Options PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titre du rapport';
$strPerHour = 'par heure';
$strPerMinute = 'par minute';
$strPerSecond = 'par seconde';
$strPersian = 'perse';
$strPhoneBook = 'annuaire téléphonique';
$strPHP40203 = 'Vous utilisez PHP 4.2.3, et cette version a un sérieux problème avec les caractères multi-octets (mbstring), tel que décrit sur le rapport d\'anomalies 19404 chez PHP. Il n\'est pas recommandé d\'utiliser cette version de PHP avec phpMyAdmin.';
$strPhp = 'Créer source PHP';
$strPHPVersion = 'Version de PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPolish = 'polonais';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimaryKeyHasBeenDropped = 'La clé primaire a été effacée';
$strPrimaryKeyName = 'Le nom d\'une clef primaire doit être PRIMARY&nbsp;!';
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'une clef primaire&nbsp;!)';
$strPrimary = 'Primaire';
$strPrint = 'Imprimer';
$strPrintViewFull = 'Version imprimable (avec textes complets)';
$strPrintView = 'Version imprimable';
$strPrivDescAllPrivileges = 'Tous les privilèges sauf GRANT.';
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
$strPrivDescAlterRoutine = 'Permission de modifier et de supprimer des procédures stockées.';
$strPrivDescCreateDb = 'Permission de créer des bases de données et des tables.';
$strPrivDescCreateRoutine = 'Permission de créer des procédures stockées.';
$strPrivDescCreateTbl = 'Permission de créer des tables.';
$strPrivDescCreateTmpTable = 'Permission de créer des tables temporaires.';
$strPrivDescCreateUser = 'Permission de créer, supprimer et renommer des comptes utilisateurs';
$strPrivDescCreateView = 'Permission de créer des vues.';
$strPrivDescDelete = 'Permission de détruire des données';
$strPrivDescDropDb = 'Permission d\'effacer des bases de données et des tables.';
$strPrivDescDropTbl = 'Permission d\'effacer des tables.';
$strPrivDescExecute5 = 'Permission d\'exécuter des procédures stockées';
$strPrivDescExecute = 'Permission d\'exécuter des procédures. Non effectif dans cette version de MySQL.';
$strPrivDescFile = 'Permission d\'importer et d\'exporter des données à partir de / dans des fichiers.';
$strPrivDescGrant = 'Permission d\'ajouter des utilisateurs et des privilèges sans avoir besoin de recharger les privilèges.';
$strPrivDescIndex = 'Permission de créer et d\'effacer des index.';
$strPrivDescInsert = 'Permission d\'ajouter et de remplacer des données';
$strPrivDescLockTables = 'Permission de verrouiller des enregistrements dans le fil courant (unité d\'exécution).';
$strPrivDescMaxConnections = 'Limite du nombre de nouvelles connexions qu\'un utilisateur peut démarrer, par heure.';
$strPrivDescMaxQuestions = 'Limite du nombre de requêtes qu\'un utilisateur peut envoyer au serveur, par heure.';
$strPrivDescMaxUpdates = 'Limite du nombre de commandes changeant une table ou base de données, qu\'un utilisateur peut exécuter, par heure.';
$strPrivDescMaxUserConnections = 'Limite le nombre de connexions simultanées autorisées pour un utilisateur.';
$strPrivDescProcess3 = 'Permission de détruire les processus de d\'autres utilisateurs.';
$strPrivDescProcess4 = 'Permission de voir le texte complet des requêtes, dans la liste des processus.';
$strPrivDescReferences = 'Non effectif dans cette version de MySQL.';
$strPrivDescReload = 'Permission de recharger les réglages du serveur, et de vidanger la mémoire cache.';
$strPrivDescReplClient = 'Permission de demander où sont les maîtres et les esclaves (système de duplication).';
$strPrivDescReplSlave = 'Nécessaire pour les esclaves (système de duplication).';
$strPrivDescSelect = 'Permission de lire des données.';
$strPrivDescShowDb = 'Permission de voir la liste complète des noms de bases de données.';
$strPrivDescShowView = 'Permission d\'exécuter SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permission d\'arrêter le serveur MySQL.';
$strPrivDescSuper = 'Permission de se connecter, même si le nombre maximal de connexions permises a été atteint; ceci est requis pour la plupart des opérations de type administratif, par exemple les changements de variables globales ou la destruction de processus.';
$strPrivDescUpdate = 'Permission de changer des données.';
$strPrivDescUsage = 'Pas de privilèges';
$strPrivileges = 'Privilèges';
$strPrivilegesReloaded = 'Les privilèges ont été rechargés.';
$strProcesslist = 'Liste des processus';
$strProtocolVersion = 'Version du protocole';
$strPutColNames = 'Afficher les noms de champ en première ligne';
 
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQBE = 'Requête';
$strQueryCache = 'Cache des requêtes';
$strQueryFrame = 'Fenêtre SQL';
$strQueryOnDb = 'Requête SQL sur la base <b>%s</b>&nbsp;:';
$strQuerySQLHistory = 'Historique SQL';
$strQueryStatistics = '<b>Statistiques sur les requêtes</b>: Depuis son démarrage, %s requêtes ont été envoyées au serveur.';
$strQueryTime = 'traitement: %01.4f sec.';
$strQueryType = 'Type de requête';
$strQueryWindowLock = 'Ne pas écraser cette requête depuis une autre fenêtre';
 
$strReadRequests = 'Requêtes de lecture';
$strReceived = 'Reçu';
$strRecords = 'Enregistrements';
$strReferentialIntegrity = 'Vérifier l\'intégrité référentielle';
$strRefresh = 'Actualiser';
$strRelationalSchema = 'Schéma relationnel';
$strRelationNotWorking = 'Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez %sici%s.';
$strRelationsForTable = 'RELATIONS POUR LA TABLE';
$strRelations = 'Relations';
$strRelationView = 'Gestion des relations';
$strReloadingThePrivileges = 'Chargement des privilèges en cours.';
$strReloadMySQL = 'Recharger MySQL';
$strRemoveSelectedUsers = 'Effacer les utilisateurs sélectionnés.';
$strRenameDatabaseOK = 'La base de données %s a été renommée en %s';
$strRenameTable = '<b>Changer le nom</b> de la table pour';
$strRenameTableOK = 'La table %s se nomme maintenant %s';
$strRepairTable = 'Réparer la table';
$strReplaceNULLBy = 'Remplacer NULL par';
$strReplaceTable = 'Remplacer les données de la table avec le fichier';
$strReplication = 'Réplication';
$strReset = 'Réinitialiser les valeurs';
$strResourceLimits = 'Limites de ressources.';
$strReType = 'Entrer à nouveau';
$strRevokeAndDeleteDescr = 'Les utilisateurs auront le privilege "USAGE", jusqu\'à ce que les privilèges soient rechargés.';
$strRevokeAndDelete = 'Effacer tous les privilèges de ces utilisateurs, puis les effacer.';
$strRevokeMessage = 'Vous avez révoqué les privilèges pour %s';
$strRevoke = 'Révoquer';
$strRomanian = 'roumain';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'enregistrement(s) à partir de l\'enregistrement n°';
$strRowSize = ' Taille enr. ';
$strRowsModeFlippedHorizontal = 'horizontal (en-têtes pivotés)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en mode %s et répéter les en-têtes à chaque groupe de %s';
$strRowsModeVertical = 'vertical';
$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';
$strSave = 'Sauvegarder';
$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
$strSearchFormTitle = 'Effectuer une nouvelle recherche dans la base de données';
$strSearchInTables = 'Dans la(les) table(s) :';
$strSearchNeedle = 'Mot(s) ou Valeur à rechercher (passe-partout: "%") :';
$strSearchOption1 = 'au moins un mot';
$strSearchOption2 = 'tous les mots';
$strSearchOption3 = 'phrase exacte';
$strSearchOption4 = 'expression réguliére';
$strSearch = 'Rechercher';
$strSearchResultsFor = 'Résultats de la recherche de "<i>%s</i>" %s :';
$strSearchType = 'Type de recherche :';
$strSecretRequired = 'Vous devez ajouter dans le fichier de configuration une phrase de passe secrète (blowfish_secret).';
$strSelectADb = 'Choisissez une base de données';
$strSelectAll = 'Tout sélectionner';
$strSelectBinaryLog = 'Sélectionnez le log binaire à consulter';
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
$strSelectNumRows = 'dans la requête';
$strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre';
$strSent = 'Envoyé';
$strServerChoice = 'Choix du serveur';
$strServerNotResponding = 'Le serveur ne répond pas.';
$strServer = 'Serveur';
$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatus = 'Informations sur le serveur';
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
$strServerTabProcesslist = 'Processus';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
$strServerVars = 'Variables et réglages du serveur';
$strServerVersion = 'Version du serveur';
$strSessionValue = 'Valeur pour la session';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowFullQueries = 'Afficher les requêtes complètes';
$strShowGrid = 'Grille';
$strShowingBookmark = 'Affichage du signet';
$strShowingRecords = 'Affichage des enregistrements';
$strShowOpenTables = 'Montrer les tables ouvertes';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowSlaveHosts = 'Montrer les serveurs esclaves';
$strShowSlaveStatus = 'Montrer l\'état des serveurs esclaves';
$strShowStatusBinlog_cache_disk_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire mais qui ont excédé la valeur de binlog_cache_size et ont utilisé un fichier temporaire pour stocker les énoncés de la transaction.';
$strShowStatusBinlog_cache_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Le nombre de tables temporaires sur disque créées automatiquement par le serveur lors de l\'exécution d\'énoncés. Si la valeur du paramètre Created_tmp_disk_tables est trop grande, augmentez la valeur de tmp_table_size afin que les tables temporaires soient maintenues en mémoire au lieu d\'être sur disque.';
$strShowStatusCreated_tmp_filesDescr = 'Le nombre de fichiers temporaires créés par mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Le nombre de tables temporaires en mémoire créées automatiquement par le serveur lors de l\'exécution d\'énoncés.';
$strShowStatusDelayed_errorsDescr = 'Le nombre d\'enregistrements écrits avec INSERT DELAYED pour lesquels une erreur est survenue (probablement un doublon sur la clé).';
$strShowStatusDelayed_insert_threadsDescr = 'Le nombre de fils d\'exécution utilisés pour INSERT DELAYED. Un fil est utilisé pour chacune des tables sur lesquelles un INSERT DELAYED a lieu.';
$strShowStatusDelayed_writesDescr = 'Le nombre d\'enregistrements écrits via INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Le nombre de commandes FLUSH exécutées.';
$strShowStatusHandler_commitDescr = 'Le nombre de commandes COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'Le nombre de fois qu\'un enregistrement a été supprimé d\'une table.';
$strShowStatusHandler_discoverDescr = 'Le serveur MySQL peut demander au moteur de données NDB Cluster s\'il connaît une table portant un certain nom. Ceci est appelé &quot;découverte&quot;. Ce paramètre indique le nombre de fois que des tables ont été découvertes.';
$strShowStatusHandler_read_firstDescr = 'Le nombre de fois que la première entrée a été lue depuis un index. Si c\'est élevé, ceci suggère que le serveur effectue beaucoup de parcours complets d\'un index; par exemple, SELECT coll FROM foo, en assumant que coll est une colonne indexée.';
$strShowStatusHandler_read_keyDescr = 'Le nombre de requêtes pour lire un enregistrement via une clé. Si élevé, c\'est une bonne indication que vos tables sont correctement indexées.';
$strShowStatusHandler_read_nextDescr = 'Le nombre de requêtes de lecture du prochain enregistrement, en ordre de clé. Ceci est augmenté si vous interrogez une colonne indexée avec un critère de fourchette ou si vous parcourez l\'index.';
$strShowStatusHandler_read_prevDescr = 'Le nombre de requêtes de lecture de l\'enregistrement précédent, en ordre de clé. Utilisé surtout pour optimiser ORDER BY ... DESC';
$strShowStatusHandler_read_rndDescr = 'Le nombre de requêtes de lecture d\'un enregistrement basée sur une position fixe. Ce nombre est élevé si vous faites de nombreuses requêtes qui nécessitent de trier les résultats. Vous avez probablement un grand nombre de requêtes qui demandent à MySQL de parcourir des tables en entier, ou vous avez des jointures qui n\'utilisent pas correctement les clés.';
$strShowStatusHandler_read_rnd_nextDescr = 'Le nombre de requêtes de lecture du prochaine enregistrement dans le fichier. Élevé si vous faites plusieurs parcours de tables. Ceci suggère que vos tables ne sont pas correctement indexées ou que vos requêtes ne sont pas écrites de façon à tirer parti des index que vous avez définis.';
$strShowStatusHandler_rollbackDescr = 'Le nombre d\'énoncés ROLLBACK internes.';
$strShowStatusHandler_updateDescr = 'Le nombre de requêtes de mise à jour d\'enregistrements.';
$strShowStatusHandler_writeDescr = 'Le nombre de requêtes d\'insertion d\'enregistrements.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Le nombre de pages contenant des données.';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Le nombre de pages contenant des données "dirty"';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Le nombre de pages de mémoire-tampon qui ont été effacées.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Le nombre de pages libres';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Le nombre de pages dans la réserve InnoDB qui sont actuellement en train d\'être lues ou écrites, ou qui ne peuvent être supprimées pour une autre raison.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Le nombre de pages occupées car elles ont été déallouées en raison de verrous sur les enregistrements. Cette valeur peut également être calculée comme suit: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Taille totale de la réserve, en pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Le nombre de lectures discontinues effectuées par InnoDB. Ceci survient lorsqu\'une requête doit balayer une large portion de table en ordre discontinu.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Le nombre de lectures séquentielles effectuées par InnoDB. Ceci survient quand InnoDB fait un parcours séquentiel intégral de la table.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Le nombre de requêtes de lectures "logiques" effectuées par InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Le nombre de lectures que InnoDB n\'a pu faire à partir de la réserve, menant à une lecture directe d\'une page.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalement, l\'écriture dans la réserve InnoDB se passe en arrière-plan. Cependant, s\'il est nécessaire de lire ou de créer une page et qu\'aucune page n\'est disponible, InnoDB doit attendre que des pages soient libérées. Ceci compte le nombre de fois qu\'une telle attente a été nécessaire. Si la taille de la réserve est adéquate, cette valeur devrait être petite.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Le nombre d\'écritures faites dans la réserve InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Le nombre d\'opérations fsync() faites jusqu\'à présent.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Le nombre d\'opérations fsync() actuellement en attente.';
$strShowStatusInnodb_data_pending_readsDescr = 'Le nombre actuel de lectures en attente.';
$strShowStatusInnodb_data_pending_writesDescr = 'Le nombre actuel d\'écritures en attente.';
$strShowStatusInnodb_data_readDescr = 'La quantité d\'octets lus jusqu\'à présent.';
$strShowStatusInnodb_data_readsDescr = 'Le nombre total de lectures de données.';
$strShowStatusInnodb_data_writesDescr = 'Le nombre total d\'écritures de données.';
$strShowStatusInnodb_data_writtenDescr = 'La quantité d\'octets écrits jusqu\'à présent.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Le nombre de pages utilisées pour des écritures "doublewrite".';
$strShowStatusInnodb_dblwr_writesDescr = 'Le nombre d\'écritures "doublewrite" effectuées.';
$strShowStatusInnodb_log_waitsDescr = 'Le nombre d\'attentes en raison d\'un tampon du fichier témoin trop petit; il fallait attendre qu\'il se libère avant de continuer.';
$strShowStatusInnodb_log_write_requestsDescr = 'Le nombre de requêtes d\'écritures sur le fichier témoin.';
$strShowStatusInnodb_log_writesDescr = 'Le nombre d\'écritures physiques au fichier témoin.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Le nombre d\'écritures fsync() sur le fichier témoin.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Le nombre de fsync() du fichier témoin en attente.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Le nombre d\'écritures du fichier témoin en attente.';
$strShowStatusInnodb_os_log_writtenDescr = 'Le nombre d\'octets écrits sur le fichier témoin.';
$strShowStatusInnodb_pages_createdDescr = 'Le nombre de pages créées.';
$strShowStatusInnodb_page_sizeDescr = 'La taille de page InnoDB telle que compilée (16 Ko par défaut). Plusieurs valeurs sont comptées par page; la taille de page leur permet d\'être facilement converties en octets.';
$strShowStatusInnodb_pages_readDescr = 'Le nombre de pages lues.';
$strShowStatusInnodb_pages_writtenDescr = 'Le nombre de pages écrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Le nombre de verrous d\'enregistrements actuellement en attente.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Le temps d\'attente moyen pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_timeDescr = 'Le temps total utilisé pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Le temps d\'attente maximum pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Le nombre de fois qu\'on a dû attendre pour un verrou.';
$strShowStatusInnodb_rows_deletedDescr = 'Le nombre d\'enregistrements supprimés des tables InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Le nombre d\'enregistrements insérés dans des tables InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Le nombre d\'enregistrements lus dans des tables InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Le nombre d\'enregistrements mis à jour dans des tables InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Le nombre de blocs de clés dans la cache de clés qui ont été modifiés mais pas encore transférés sur disque.';
$strShowStatusKey_blocks_unusedDescr = 'Le nombre de blocs inutilisés dans la cache de clés. Vous pouvez utiliser cette valeur pour déterminer la proportion de la cache de clés qui est utilisée.';
$strShowStatusKey_blocks_usedDescr = 'Le nombre maximum de blocs qui ont été utilisés en même temps dans la cache de clés.';
$strShowStatusKey_read_requestsDescr = 'Le nombre de requêtes de lecture d\'un bloc de clés depuis la cache.';
$strShowStatusKey_readsDescr = 'Le nombre de lectures physiques d\'un bloc de clés depuis le disque. Si cette valeur est élevée, la taille de votre mémoire tampon de clés est trop petite. Le taux d\'échec de la cache peut être calculé par "Key reads/Key read requests".';
$strShowStatusKey_write_requestsDescr = 'Le nombre de requêtes en vue d\'écrire un bloc de clé dans la cache.';
$strShowStatusKey_writesDescr = 'Le nombre d\'écritures physiques d\'un bloc de clés vers le disque.';
$strShowStatusLast_query_costDescr = 'Le coût total de la dernière requête compilée, tel que calculé par l\'optimiseur de requêtes. Utile pour comparer le coût de diverses stratégies pour une même requête. La valeur de 0 indique qu\'aucune requête n\'a encore été compilée.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Le nombre d\'enregistrements en attente d\'écriture (INSERT DELAY).';
$strShowStatusOpened_tablesDescr = 'Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table est probablement trop petite.';
$strShowStatusOpen_filesDescr = 'Le nombre de fichiers qui sont ouverts.';
$strShowStatusOpen_streamsDescr = 'Le nombre de flux de données qui sont ouverts.';
$strShowStatusOpen_tablesDescr = 'Le nombre de tables qui sont ouvertes.';
$strShowStatusQcache_free_blocksDescr = 'Le nombre de blocs de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_free_memoryDescr = 'La quantité de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_hitsDescr = 'Le nombre de succès dans la cache.';
$strShowStatusQcache_insertsDescr = 'Le nombre de requêtes ajoutées à la cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Le nombre de requêtes qui ont été retirées de la cache pour libérer de la mémoire afin de mettre en cache de nouvelles requêtes. Peut être utilisé afin de peaufiner la taille de la cache. La stratégie utilisée pour déterminer quelles requêtes seront retirées est LRU (least recently used).';
$strShowStatusQcache_not_cachedDescr = 'Le nombre de requêtes non en cache (impossible à placer en cache, ou non cachée en raison du paramètre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Le nombre de requêtes enregistrées dans la cache.';
$strShowStatusQcache_total_blocksDescr = 'Le nombre total de blocs dans la cache de requêtes.';
$strShowStatusReset = 'Réinitialiser';
$strShowStatusRpl_statusDescr = 'L\'état de la réplication sans échec (pas encore implantée).';
$strShowStatusSelect_full_joinDescr = 'Le nombre de jointures qui n\'ont pas utilisé d\'index. Si cette valeur est supérieure à 0, vérifiez soigneusement les indexes de vos tables.';
$strShowStatusSelect_full_range_joinDescr = 'Le nombre de jointures qui ont utilisé une recherche par plage sur une table de référence.';
$strShowStatusSelect_range_checkDescr = 'Le nombre de jointures sans clés qui vérifient l\'utilisation de clé à chaque enregistrement. (Si ceci est supérieur à 0, vérifiez soigneusement les indexes de vos tables.)';
$strShowStatusSelect_rangeDescr = 'Le nombre de jointures qui ont utilisé des plages sur la première table. (Normalement non critique même si cette valeur est élevée.)';
$strShowStatusSelect_scanDescr = 'Le nombre de jointures qui ont nécessité le parcours complet de la première table.';
$strShowStatusSlave_open_temp_tablesDescr = 'Le nombre de tables temporaires actuellement ouvertes par le fil d\'exécution SQL de l\'esclave.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre de fois (depuis le démarrage) que le fil d\'exécution SQL de l\'esclave a envoyé à nouveau des transactions.';
$strShowStatusSlave_runningDescr = 'Ceci est à ON si ce serveur est un esclave connecté à un maître.';
$strShowStatusSlow_launch_threadsDescr = 'Le nombre de fils d\'exécution dont le temps de création a excédé slow_launch_time secondes.';
$strShowStatusSlow_queriesDescr = 'Le nombre de requêtes dont le temps d\'exécution a excédé long_query_time secondes.';
$strShowStatusSort_merge_passesDescr = 'Le nombre d\'opérations de fusion effectuées par l\'algorithme de tri. Si ce nombre est élevé, augmentez la valeur du paramètre sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Le nombre de tri effectués avec des plages.';
$strShowStatusSort_rowsDescr = 'Le nombre d\'enregistrements triés.';
$strShowStatusSort_scanDescr = 'Le nombre de tri effectués via un parcours de la table.';
$strShowStatusTable_locks_immediateDescr = 'Le nombre de fois qu\'un verrou de table a été acquis immédiatement.';
$strShowStatusTable_locks_waitedDescr = 'Le nombre de fois qu\'un verrou de table n\'a pu être acquis immédiatement, induisant un temps d\'attente. Si ce nombre est élevé et que vous éprouvez des problèmes de performance, commencez par optimiser vos requêtes, puis subdivisez vos tables ou encore utiliser la réplication.';
$strShowStatusThreads_cachedDescr = 'Le nombre de fils dans la cache des fils d\'exécution. Si cette valeur est en rouge, vous devriez augmenter la taille de cette cache.';
$strShowStatusThreads_connectedDescr = 'Le nombre de connexions ouvertes actuellement.';
$strShowStatusThreads_createdDescr = 'Le nombre de fils d\'exécution créés afin de gérer les connexions. Si ce nombre est trop grand, vous pourriez augmenter la valeur du paramètre thread_cache_size. (Normalement, ceci ne procure pas une amélioration perceptible de la performance si votre serveur gère correctement les fils d\'exécution.';
$strShowStatusThreads_runningDescr = 'Le nombre de fils d\'exécution non suspendus.';
$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$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)';
$strSortByKey = 'Trier sur l\'index';
$strSorting = 'Mécanisme de tri';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilisé';
$strSpanish = 'espagnol';
$strSplitWordsWithSpace = 'Séparer les mots par un espace (" ").';
$strSQLExportCompatibility = 'Compatibilité de l\'exportation';
$strSQLExportType = 'Type d\'exportation';
$strSQLImportOptions = 'Options SQL';
$strSQLOptions = 'options SQL';
$strSQLParserBugMessage = 'Il semble que vous ayiez trouvé une anomalie dans l\'analyseur syntaxique SQL. Veuillez examiner votre requête attentivement, et vérifier que vos apostrophes sont conformes. Il se pourrait aussi que vous ayiez chargé un fichier dont le contenu binaire n\'est pas entre apostrophes. Si vous avez accès à MySQL via son interface de commande en mode ligne, vous pouvez y essayer votre requête. Le message d\'erreur présenté plus bas pourrait vous indiquer la source du problème. En dernier recours, veuillez trouver la plus courte requête possible qui cause le problème, et soumettre un rapport d\'anomalie en incluant la section à couper:';
$strSQLParserUserError = 'Il semble qu\'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.';
$strSQLQuery = 'requête SQL';
$strSQLResult = 'Résultat de la requête SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificateur invalide';
$strSQPBugUnclosedQuote = 'Apostrophe non fermé';
$strSQPBugUnknownPunctuation = 'Ponctuation invalide';
$strStatCheckTime = 'Dernière vérification';
$strStatCreateTime = 'Création';
$strStatement = 'Information';
$strStatisticsOverrun = 'Sur un serveur surchargé, la capacité des compteurs d\'octets peut être dépassée, auquel cas les statistiques rapportées par MySQL peuvent être inexactes.';
$strStatUpdateTime = 'Dernière modification';
$strStatus = 'État';
$strStorageEngine = 'Moteur de stockage';
$strStorageEngines = 'Moteurs de stockage';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure et données';
$strStrucDrop = 'Inclure des énoncés "DROP TABLE"';
$strStrucExcelCSV = 'CSV pour MS Excel';
$strStrucNativeExcel = 'Données MS Excel (format natif)';
$strStrucOnly = 'Structure seule';
$strStructPropose = 'Suggérer des optimisations quant à la structure de la table';
$strStructure = 'Structure';
$strSubmit = 'Exécuter';
$strSuccess = 'Votre requête SQL a été exécutée avec succès';
$strSum = 'Somme';
$strSwedish = 'suédois';
$strSwitchToDatabase = 'Aller à la base de données copiée';
$strSwitchToTable = 'Aller à la table copiée';
 
$strTableAlreadyExists = 'La table %s existe déjà!';
$strTableComments = 'Commentaires sur la table';
$strTableEmpty = 'Le nom de la table est vide';
$strTableHasBeenDropped = 'La table %s a été effacée';
$strTableHasBeenEmptied = 'La table %s a été vidée';
$strTableHasBeenFlushed = 'La table %s a été rechargée';
$strTableMaintenance = '<b>Maintenance</b> de la table';
$strTableOfContents = 'Table des matières';
$strTableOptions = '<b>Options</b> pour cette table';
$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
$strTable = 'Table';
$strTableType = '<b>Type</b> de la table';
$strTakeIt = 'utiliser celui-ci';
$strTblPrivileges = 'Privilèges spécifiques à une table';
$strTempData = 'Données temporaires';
$strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas éditable<br />en raison de sa longueur';
$strThai = 'thaï';
$strThemeDefaultNotFound = 'Thème par défaut %s inexistant!';
$strThemeNoPreviewAvailable = 'Prévisualisation non disponible.';
$strThemeNotFound = 'Thème %s inexistant!';
$strThemeNoValidImgPath = 'Chemin des images inexistant pour le thème %s!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
$strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreads = 'Fils d\'exécution';
$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';
$strTraditionalChinese = 'chinois traditionnel';
$strTraditionalSpanish = 'espagnol traditionnel';
$strTraffic = 'Trafic';
$strTransactionCoordinator = 'Coordonnateur des transactions';
$strTransformation_application_octetstream__download = 'Affiche un lien pour télécharger le contenu binaire d\'une colonne. La première option est le nom du fichier binaire. La seconde option est le nom de la colonne contenant le nom du fichier. Si vous utilisez la seconde option, veuillez laisser la première option vide.';
$strTransformation_application_octetstream__hex = 'Affiche une représentation hexadécimale des données.';
$strTransformation_image_jpeg__inline = 'Affiche une image timbre-poste cliquable; les options sont: largeur,hauteur en pixels (conserve le rapport original)';
$strTransformation_image_jpeg__link = 'Affiche un lien vers cette image';
$strTransformation_image_png__inline = 'Voir image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Change le format des champs de type TIME, TIMESTAMP ou DATETIME selon votre format local de date/heure. La première option est le décalage horaire qui sera ajouté (par défaut 0). La seconde option est un format en accord avec les paramètres de la fonction PHP strftime().';
$strTransformation_text_plain__external = '(Linux seulement) Exécute un programme externe et lui envoit le contenu du champ via l\'entrée standard. Puis capture la sortie standard de ce programme externe. Le programme par défaut est tidy, pour un affichage embelli du code HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/transformations/text_plain__external.inc.php et y insérer les noms de programme externe possibles. La première option est le numéro du programme que vous voulez utiliser, la seconde option contient les paramètres pour ce programme. En troisième option, une valeur de 1 va convertir le résultat avec la fonction htmlspecialchars() (par défaut, 1). En option 4, une valeur de 1 va ajouter NOWRAP à la cellule affichée (par défaut, 1).';
$strTransformation_text_plain__formatted = 'Préserve le contenu original du champ, sans ajout de caractères d\'échappement.';
$strTransformation_text_plain__imagelink = 'Affiche une image et un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, la largeur en pixels, en troisième option la hauteur en pixels.';
$strTransformation_text_plain__link = 'Affiche un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, un titre pour le lien.';
$strTransformation_text_plain__sql = 'Affiche le texte comme une requête SQL avec embellissement de la syntaxe.';
$strTransformation_text_plain__substr = 'N\'affiche qu\'une partie du champ. En première option, la position de départ (par défaut, 0). En seconde option, le nombre de caractères à afficher (par défaut, le reste). En troisième option, des caractères à afficher à la fin du texte (par défaut: "...").';
$strTruncateQueries = 'Afficher les requêtes tronquées';
$strTurkish = 'turc';
$strType = 'Type';
 
$strUkrainian = 'ukrainien';
$strUncheckAll = 'Tout décocher';
$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';
$strUpdComTab = 'La documentation indique comment mettre à jour votre table Column_comments';
$strUpgrade = 'Vous devriez utiliser %s en version %s ou plus récente.';
$strUploadLimit = 'Vous avez probablement tenté de télécharger un fichier trop volumineux. Veuillez vous référer à la %sdocumentation%s pour des façons de contourner cette limite.';
$strUsage = 'Espace';
$strUseBackquotes = 'Protéger les noms des tables et des champs par des&nbsp;"`"';
$strUsedPhpExtensions = 'Extensions PHP utilisées';
$strUseHostTable = 'Utiliser la table Host';
$strUserAlreadyExists = 'L\'utilisateur %s existe déjà!';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
$strUserNotFound = 'L\'utilisateur choisi n\'existe pas dans la table des privilèges';
$strUserOverview = 'Vue d\'ensemble des utilisateurs';
$strUsersDeleted = 'Les utilisateurs sélectionnés ont été effacés.';
$strUsersHavingAccessToDb = 'Utilisateurs ayant accès à &quot;%s&quot;';
$strUser = 'Utilisateur';
$strUseTabKey = 'Utilisez la tabulation pour aller d\'une valeur à l\'autre, ou CTRL+flèches pour aller n\'importe où';
$strUseTables = 'Utiliser les tables';
$strUseTextField = 'Entrez une valeur';
$strUseThisValue = 'Utiliser cette valeur';
 
$strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu être initialisé. Vérifiez que les extensions PHP nécessaires ont bien été installées (voir la %sdocumentation%s).';
$strValue = 'Valeur';
$strVar = 'Variable';
$strVersionInformation = 'Information de version';
$strViewDump = '<b>Afficher le schéma</b> de la table';
$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewDumpDB = 'Schéma et données de la base ';
$strViewHasBeenDropped = 'La vue %s a été supprimée';
$strViewMaxExactCount = 'Cette vue comporte plus de %d enregistrements. Veuillez vous référer à la %sdocumentation%s.';
$strView = 'Vue';
 
$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWebServerUploadDirectory = 'répertoire de transfert du serveur Web';
$strWelcome = 'Bienvenue à %s ';
$strWestEuropean = 'Europe de l\'ouest';
$strWildcard = 'passepartout';
$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.';
$strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
 
$strXML = 'XML';
 
$strYes = 'Oui';
 
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/french-iso-8859-15.inc.php
0,0 → 1,977
<?php
/* $Id: french-iso-8859-15.inc.php,v 2.63.2.2 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo');
 
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous
$datefmt = '%A %d %B %Y à %H:%M';
 
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
 
$strAbortedClients = 'Arrêts prématurés';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du répertoire docSQL sur le serveur web';
$strAccessDenied = 'Accès refusé';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
$strAction = 'Action';
$strAddAutoIncrement = 'Inclure la valeur courante de l\'AUTO_INCREMENT';
$strAddConstraints = 'Inclure les contraintes de clés étrangères';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddDropDatabase = 'Ajouter DROP DATABASE';
$strAddedColumnComment = 'Commentaire ajouté pour la colonne';
$strAddedColumnRelation = 'Relation ajoutée pour la colonne';
$strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)';
$strAddIfNotExists = 'Ajouter "IF NOT EXISTS"';
$strAddIntoComments = 'Inclure sous forme de commentaires';
$strAddNewField = 'Ajouter un champ';
$strAddPrivilegesOnDb = 'Ajouter des privilèges sur cette base de données';
$strAddPrivilegesOnTbl = 'Ajouter des privilèges sur cette table';
$strAddSearchConditions = 'Critères de recherche (pour l\'énoncé "where"):';
$strAddToIndex = 'Ajouter à la clef&nbsp;%s&nbsp;colonne(s)';
$strAddUser = 'Ajouter un utilisateur';
$strAddUserMessage = 'Vous avez ajouté un utilisateur';
$strAdministration = 'Administration';
$strAffectedRows = 'Nombre d\'enregistrements affectés :';
$strAfter = 'Après %s';
$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';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAndThen = 'et ensuite';
$strAnIndex = 'Un index a été ajouté sur %s';
$strAnyHost = 'Tout serveur';
$strAny = 'N\'importe quel';
$strAnyUser = 'Tout utilisateur';
$strApproximateCount = 'Peut être approximatif. Voir FAQ 3.11';
$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strArabic = 'arabe';
$strArmenian = 'arménien';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En début de table';
$strAtEndOfTable = 'En fin de table';
$strAttr = 'Attributs';
$strAutodetect = 'Détection automatique';
$strAutomaticLayout = 'Mise en page automatique';
 
$strBack = 'Retour';
$strBaltic = 'baltique';
$strBeginCut = 'Début de la section à couper';
$strBeginRaw = 'Début des informations sur l\'anomalie';
$strBinary = 'Binaire';
$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
$strBinaryLog = 'Log binaire';
$strBinLogEventType = 'Type d\'évènement';
$strBinLogInfo = 'Information';
$strBinLogName = 'Nom du log binaire';
$strBinLogOriginalPosition = 'Position d\'origine';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'ID du serveur';
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
$strBookmarkCreated = 'Signet %s créé';
$strBookmarkDeleted = 'Le signet a été effacé.';
$strBookmarkLabel = 'Intitulé';
$strBookmarkQuery = 'Requêtes en signets';
$strBookmarkReplace = 'Remplacer un signet existant du même nom';
$strBookmarkThis = 'Conserver cette requête dans les signets';
$strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBrowseDistinctValues = 'Affiche les valeurs distinctes';
$strBrowseForeignValues = 'Afficher les valeurs de la table liée';
$strBufferPoolActivity = 'Activité de la mémoire-tampon';
$strBufferPool = 'Mémoire-tampon';
$strBufferPoolUsage = 'Utilisation de la mémoire-tampon';
$strBufferReadMissesInPercent = 'Lectures non-satisfaites en %';
$strBufferReadMisses = 'Lectures non-satisfaites';
$strBufferWriteWaitsInPercent = 'Nombre d\'attentes d\'écriture en %';
$strBufferWriteWaits = 'Nombre d\'attentes d\'écriture';
$strBulgarian = 'bulgare';
$strBusyPages = 'Pages occupées';
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
$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';
$strCantRenameIdxToPrimary = 'La clef ne peut être renommée PRIMARY&nbsp;!';
$strCantUseRecodeIconv = 'Erreur lors de l\'utilisation de iconv, libiconv et recode_string, alors que ces extensions semblent chargées. Veuillez vérifier votre configuration de PHP.';
$strCardinality = 'Cardinalité';
$strCaseInsensitive = 'insensible à la casse';
$strCaseSensitive = 'sensible à la casse';
$strCentralEuropean = 'Europe centrale';
$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
$strChangeCopyMode = 'Créer un nouvel utilisateur avec les mêmes privilèges et ...';
$strChangeCopyModeDeleteAndReload = ' ... supprimer l\'ancien utilisateur, puis recharger les privilèges au serveur.';
$strChangeCopyModeJustDelete = ' ... supprimer l\'ancien utilisateur.';
$strChangeCopyModeRevoke = ' ... effacer tous les privilèges de l\'ancien utilisateur, puis l\'effacer.';
$strChangeCopyUser = 'Changement des informations de connexion / Copie d\'utilisateur';
$strChangeDisplay = 'Champ à afficher';
$strChange = 'Modifier';
$strChangePassword = 'Modifier le mot de passe';
$strCharset = 'Jeu de caractères';
$strCharsetOfFile = 'Jeu de caractères du fichier:';
$strCharsetsAndCollations = 'Jeux de caractères et interclassement';
$strCharsets = 'Jeux de caractères';
$strCheckAll = 'Tout cocher';
$strCheckOverhead = 'Cocher tables avec pertes';
$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données &quot;%s&quot;.';
$strCheckPrivs = 'Vérifier les privilèges';
$strCheckTable = 'Vérifier la table';
$strChoosePage = 'Page à éditer';
$strColComFeat = 'Commentaires de colonnes';
$strCollation = 'Interclassement';
$strColumnNames = 'Nom des colonnes';
$strColumnPrivileges = 'Privilèges de colonnes';
$strCommand = 'Commande';
$strComments = 'Commentaires';
$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';
$strConfigDefaultFileError = 'Chargement de la configuration par défaut impossible depuis "%1$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.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Contraintes pour les tables exportées';
$strConstraintsForTable = 'Contraintes pour la table';
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
$strCopy = 'Copier';
$strCopyDatabaseOK = 'La base de données %s a été copiée sur %s';
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table)&nbsp;:';
$strCopyTableOK = 'La table %s a été copiée vers %s.';
$strCopyTableSameNames = 'On ne peut copier la table sur elle-même!';
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
$strCreate = 'Créer';
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
$strCreateIndex = 'Créer une clef sur&nbsp;%s&nbsp;colonne(s)';
$strCreateIndexTopic = 'Créer un nouvelle clef';
$strCreateNewDatabase = 'Créer une base de données';
$strCreateNewTable = '<b>Créer une nouvelle table</b> sur la base %s';
$strCreatePage = 'Créer une page';
$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';
$strCzech = 'tchèque';
 
$strDanish = 'danois';
$strDatabase = 'Base de données';
$strDatabaseEmpty = 'Le nom de la base de données est vide!';
$strDatabaseExportOptions = 'Options d\'exportation';
$strDatabaseHasBeenDropped = 'La base de données %s a été effacée.';
$strDatabaseNoTable = 'Cette base de données ne contient aucune table!';
$strDatabases = 'Bases de données';
$strDatabasesDropped = '%s bases de données ont été supprimées.';
$strDatabasesStatsDisable = 'Désactiver les statistiques';
$strDatabasesStatsEnable = 'Activer les statistiques';
$strDatabasesStatsHeavyTraffic = 'Note: L\'activation des statistiques peut causer un trafic important entre le serveur web et le serveur MySQL.';
$strDatabasesStats = 'Statistiques sur les bases de données';
$strDataDict = 'Dictionnaire de données';
$strData = 'Données';
$strDataOnly = 'Données seulement';
$strDataPages = 'Pages contenant des données';
$strDBComment = '<b>Commentaire</b> sur la base de données: ';
$strDBCopy = 'Copier la base de données vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Durée maximum, ms';
$strDBGMinTimeMs = 'Durée minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Durée/Occurence, ms';
$strDBGTotalTimeMs = 'Durée totale, ms';
$strDbPrivileges = 'Privilèges spécifiques à une base de données';
$strDBRename = '<b>Changer le nom</b> de la base de données pour';
$strDbSpecific = 'spécifique à cette base de données';
$strDefault = 'Défaut';
$strDefaultEngine = 'Sur ce serveur MySQL, le moteur de stockage par défaut est %s.';
$strDefaultValueHelp = 'Pour les valeurs par défaut, veuillez n\'entrer qu\'une seule valeur, sans caractère d\'échappement ou apostrophes, sous la forme: a';
$strDefragment = 'Défragmenter la table';
$strDelayedInserts = 'Insertions avec délais (DELAYED)';
$strDeleteAndFlushDescr = 'Ceci est la méthode la plus directe, mais le fait de recharger les privilèges pourrait prendre du temps.';
$strDeleteAndFlush = 'Effacer les utilisateurs, puis recharger les privilèges.';
$strDeleted = 'L\'enregistrement a été effacé';
$strDeletedRows = 'Nombre d\'enregistrements effacés :';
$strDelete = 'Effacer';
$strDeleteNoUsersSelected = 'Aucun utilisateur n\'a été choisi en vue de le détruire!';
$strDeleting = 'Destruction de %s';
$strDelOld = 'Cette page fait référence à des tables qui n\'existent plus. Voulez-vous effacer ces références?';
$strDescending = 'Décroissant';
$strDescription = 'Description';
$strDictionary = 'dictionnaire';
$strDirtyPages = 'Pages modifiées';
$strDisabled = 'désactivé';
$strDisableForeignChecks = 'Désactiver la vérification des clés étrangères';
$strDisplayFeat = 'Affichage infobulle';
$strDisplayOrder = 'Ordre d\'affichage :';
$strDisplayPDF = '<b>Afficher le schéma</b> en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Voulez-vous vraiment effectuer ';
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDrop = 'Supprimer';
$strDropUsersDb = 'Supprimer les bases de données portant le même nom que les utilisateurs';
$strDumpingData = 'Contenu de la table';
$strDumpSaved = 'Le fichier d\'exportation a été sauvegardé sous %s.';
$strDumpXRows = 'Exporte %s enregistrement(s) à partir du rang n° %s.';
$strDynamic = 'dynamique';
 
$strEdit = 'Modifier';
$strEditPDFPages = 'Préparer le schéma en PDF';
$strEditPrivileges = 'Changer les privilèges';
$strEffective = 'effectif';
$strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEmpty = 'Vider';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
$strEngineAvailable = '%s est disponible sur ce serveur MySQL.';
$strEngineDisabled = '%s a été désactivé sur ce serveur MySQL.';
$strEngines = 'Moteurs';
$strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage %s.';
$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';
$strEsperanto = 'Espéranto';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
$strExcelOptions = 'Options Excel';
$strExecuteBookmarked = 'Exécuter la requête en signets';
$strExplain = 'Expliquer SQL';
$strExport = 'Exporter';
$strExtendedInserts = 'Insertions étendues';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentatives échouées';
$strField = 'Champ';
$strFieldHasBeenDropped = 'Le champ %s a été effacé';
$strFields = 'Champs';
$strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFieldsEnclosedBy = 'Champs entourés par';
$strFieldsEscapedBy = 'Caractère spécial';
$strFieldsTerminatedBy = 'Champs terminés par';
$strFileAlreadyExists = 'Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher l\'option Écraser';
$strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
$strFileNameTemplateDescription = 'Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc utiliser des chaînes de format d\'heure. Ces transformations additionnelles vont se produire: %3$s. Tout autre texte sera conservé tel quel.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de données';
$strFileNameTemplateDescriptionServer = 'nom de serveur';
$strFileNameTemplateDescriptionTable = 'nom de table';
$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.';
$strFlushQueryCache = 'Vider la cache des requêtes';
$strFlushTable = 'Recharger la table ("FLUSH")';
$strFlushTables = 'Fermer toutes les tables';
$strFormat = 'format';
$strFormEmpty = 'Formulaire incomplet !';
$strFreePages = 'Pages libres';
$strFullText = 'Textes complets';
$strFunction = 'Fonction';
 
$strGenBy = 'Généré par';
$strGeneralRelationFeat = 'Fonctions relationnelles';
$strGenerate = 'Générer';
$strGeneratePassword = 'Générer un mot de passe';
$strGenTime = 'Généré le ';
$strGeorgian = 'géorgien';
$strGerman = 'allemand';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilèges globaux';
$strGlobalValue = 'Valeur globale';
$strGo = 'Exécuter';
$strGrantOption = '"Grant"';
$strGreek = 'grec';
$strGzip = '"gzippé"';
 
$strHandler = 'Gestionnaire';
$strHasBeenAltered = 'a été modifié(e).';
$strHasBeenCreated = 'a été créé(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne à afficher';
$strHebrew = 'hébreu';
$strHexForBinary = 'Encoder les champs binaires en hexadécimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHostEmpty = 'Le nom de serveur est vide';
$strHost = 'Serveur';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Options d\'exportation Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Options d\'exportation Microsoft Word 2000';
$strHungarian = 'hongrois';
 
$strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'L\'importation s\'est terminée avec succès, %d requêtes exécutées.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndex = 'Index';
$strIndexName = 'Nom de la clef&nbsp;:';
$strIndexType = 'Type de clef&nbsp;:';
$strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`';
$strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index';
$strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`';
$strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index';
$strInnoDBAutoextendIncrement = 'Auto-croissant: Taille de l\'incrément';
$strInnoDBAutoextendIncrementDesc = 'La valeur de l\'incrément lors de l\'agrandissement du fichier auto-croissant lorsqu\'il devient plein.';
$strInnoDBBufferPoolSizeDesc = 'La taille de la mémoire-tampon utilisée par InnoDB pour les opérations d\'antémoire sur les données et les index.';
$strInnoDBBufferPoolSize = 'Taille de la mémoire-tampon';
$strInnoDBDataFilePath = 'Fichiers de données';
$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$strInnoDBDataHomeDir = 'Répertoire des données';
$strInnoDBPages = 'pages';
$strInnodbStat = 'État InnoDB';
$strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:';
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
$strInsert = 'Insérer';
$strInsertNewRow = 'Insérer un nouvel enregistrement';
$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!';
$strInvalidCSVFieldCount = 'Nombre de champs invalide dans les données CSV à la ligne %d';
$strInvalidCSVFormat = 'Format invalide pour les données CSV à la ligne %d.';
$strInvalidCSVParameter = 'Paramètres invalides pour l\'importation CSV: %s';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidLDIImport = 'Ce greffon ne supporte pas les importations en format comprimé!';
$strInvalidRowNumber = '%d n\'est pas un numéro d\'enregistrement valable.';
$strInvalidServerHostname = 'Nom d\'hôte (hostname) invalide pour le serveur %1$s. Veuillez vérifier votre configuration.';
$strInvalidServerIndex = 'Indice de serveur invalide: "%s"';
 
$strJapanese = 'japonais';
$strJoins = 'Jointures';
$strJumpToDB = 'Aller à la base de données &quot;%s&quot;.';
$strJustDeleteDescr = 'Les utilisateurs &quot;effacés&quot; auront quand même accès au serveur, jusqu\'à ce que les privilèges soient rechargés.';
$strJustDelete = 'Seulement effacer les utilisateurs des tables de privilèges.';
 
$strKeepPass = 'Conserver le mot de passe';
$strKeyCache = 'Cache des clés';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strKorean = 'coréen';
 
$strLandscape = 'Paysage';
$strLanguageFileNotFound = 'Fichier de langue "%1$s" inexistant.';
$strLanguageUnknown = 'Langue inconnue: %1$s.';
$strLatchedPages = 'Pages verrouillées';
$strLatexCaption = 'Sous-titre de la table';
$strLatexContent = 'Contenu de la table __TABLE__';
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
$strLatexContinued = '(suite)';
$strLatexIncludeCaption = 'Inclure les sous-titres';
$strLatexLabel = 'Clé de l\'étiquette';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Options LaTeX';
$strLatexStructure = 'Structure de la table __TABLE__';
$strLatvian = 'letton';
$strLDI = 'CSV via LOAD DATA';
$strLDIImportOptions = 'Options pour l\'importation CSV via LOAD DATA';
$strLDILocal = 'Utiliser l\'option LOCAL';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLinesTerminatedBy = 'Lignes terminées par';
$strLinkNotFound = 'Lien absent';
$strLinksTo = 'Relié à';
$strLithuanian = 'lituanien';
$strLocalhost = 'Local';
$strLocationTextfile = 'Emplacement du fichier texte';
$strLogin = 'Connexion';
$strLoginInformation = 'Information pour la connexion';
$strLogout = 'Quitter';
$strLogPassword = 'Mot de passe&nbsp;:';
$strLogServer = 'Serveur';
$strLogUsername = 'Nom d\'utilisateur&nbsp;:';
$strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? ';
 
$strMaxConnects = 'max. de connexions simultanées';
$strMaximalQueryLength = 'Taille maximum de la requête générée';
$strMaximumSize = 'Taille maximum: %s%s';
$strMbExtensionMissing = 'L\'extension PHP mbstring n\'a pu être localisée et il semble que vous utilisiez un jeu de caractères multi-octets. Sans cette extension, phpMyAdmin est incapable de gérer correctement les caractères et il peut en résulter des problèmes.';
$strMbOverloadWarning = 'Vous avez activé mbstring.func_overload dans votre configuration PHP. Cette option est incompatible avec phpMyAdmin et peut nuire au traitement des données!';
$strMIME_available_mime = 'Types MIME disponibles';
$strMIME_available_transform = 'Transformations disponibles';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'Type MIME';
$strMIME_nodescription = 'Aucune description n\'est disponible pour cette transformation.<br />Veuillez demander à son auteur, des détails sur %s.';
$strMIME_transformation_note = 'La %sdescription des transformations%s explique les transformations possibles en fonction des types MIME.';
$strMIME_transformation_options_note = 'Veuillez entrer les valeurs des options de transformation en suivant ce format: \'a\',\'b\',\'c\'...<br />Si vous devez entrer un caractère ("\") ou une apostrophe ("\'") parmi ces valeurs, faites-le précéder du caractère d\'échappement, par exemple \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Options de transformation';
$strMIME_transformation = 'Transformation';
$strMIMETypesForTable = 'TYPES MIME POUR LA TABLE';
$strMIME_without = 'Les types MIME affichées en italiques ne possèdent pas de fonctions de transformation.';
$strModifications = 'Les modifications ont été sauvegardées.';
$strModifyIndexTopic = 'Modifier une clef';
$strModify = 'Modifier';
$strMoveTable = '<b>Déplacer</b> la table vers (base<b>.</b>table)&nbsp;:';
$strMoveTableOK = 'La table %s a été déplacée vers %s.';
$strMoveTableSameNames = 'On ne peut déplacer la table sur elle-même!';
$strMultilingual = 'multilingue';
$strMyISAMDataPointerSizeDesc = 'La taille du pointeur (en octets) qui servira lors d\'un CREATE TABLE sur une table MyISAM si aucune option MAX_ROWS n\'est indiquée';
$strMyISAMDataPointerSize = 'Taille du pointeur de données';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si le fichier temporaire utilisé pour la création rapide des index MyISAM devrait s\'avérer plus volumineux que d\'employer la cache des clés (la différence étant spécifiée ici), utiliser la méthode de cache des clés';
$strMyISAMMaxExtraSortFileSize = 'La taille maximum pour les fichiers temporaires utilisés lors de la création d\'index';
$strMyISAMMaxSortFileSizeDesc = 'La taille maximum du fichier temporaire qu\'il est permis à MySQL d\'allouer pour recréer un index MyISAM (durant un REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'Taille maximum pour les fichiers de tri temporaires';
$strMyISAMRecoverOptionsDesc = 'Le mode de recouvrement automatique en cas de tables MyISAM en mauvais état, tel que réglé via l\'option --myisam-recover au départ du serveur';
$strMyISAMRecoverOptions = 'Mode de recouvrement automatique';
$strMyISAMRepairThreadsDesc = 'Si cette valeur est plus grande que 1, les index de tables MyISAM sont créés en parallèle (chaque index dans son propre fil d\'exécution) lors d\'une réparation.';
$strMyISAMRepairThreads = 'Nombre de fils d\'exécution pour la réparation';
$strMyISAMSortBufferSizeDesc = 'La mémoire tampon qui est allouée pour trier les index MyISAM durant une opération REPAIR TABLE ou pour créer les index lors d\'un CREATE INDEX ou ALTER TABLE';
$strMyISAMSortBufferSize = 'Taille de la mémoire tampon';
$strMySQLCharset = 'Jeu de caractères pour MySQL';
$strMysqlClientVersion = 'Version du client MySQL';
$strMySQLConnectionCollation = 'Interclassement pour la connexion MySQL';
$strMySQLSaid = 'MySQL a répondu:';
$strMySQLShowProcess = 'Afficher les processus';
$strMySQLShowStatus = 'Afficher l\'état du serveur';
$strMySQLShowVars = 'Afficher les variables du serveur';
 
$strName = 'Nom';
$strNext = 'Suivant';
$strNoActivity = 'Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter';
$strNoDatabases = 'Aucune base de données';
$strNoDatabasesSelected = 'Aucune base de données n\'a été sélectionnée.';
$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;!';
$strNoModification = 'Pas de modifications';
$strNone = 'aucune';
$strNo = 'Non';
$strNoOptions = 'Ce format ne comporte pas d\'options';
$strNoPassword = 'aucun mot de passe';
$strNoPermission = 'Le serveur web n\'a pas les permissions nécessaires pour enregistrer le fichier %s.';
$strNoPhp = 'Sans source PHP';
$strNoPrivileges = 'aucun privilège';
$strNoRights = 'Vous n\'êtes pas autorisé à accéder à cette page';
$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';
$strNoUsersFound = 'Il n\'y a aucun utilisateur';
$strNoValidateSQL = 'Ne pas valider SQL';
$strNull = 'Null';
$strNumberOfFields = 'Nombre de champs';
$strNumSearchResultsInTable = '%s occurence(s) dans la table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total :</b> <i>%s</i> occurence(s)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Ouvrir une nouvelle fenêtre phpMyAdmin';
$strOperations = 'Opérations';
$strOperator = 'Opérateur';
$strOptimizeTable = 'Optimiser la table';
$strOr = 'Ou';
$strOverhead = 'Perte';
$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';
$strPasswordHashing = 'Hachage du mot de passe';
$strPassword = 'Mot de passe';
$strPasswordNotSame = 'Les mots de passe doivent être identiques';
$strPdfDbSchema = 'Schema de la base "%s" - Page %s';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPdfNoTables = 'Pas de table !';
$strPDFOptions = 'Options PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titre du rapport';
$strPerHour = 'par heure';
$strPerMinute = 'par minute';
$strPerSecond = 'par seconde';
$strPersian = 'perse';
$strPhoneBook = 'annuaire téléphonique';
$strPHP40203 = 'Vous utilisez PHP 4.2.3, et cette version a un sérieux problème avec les caractères multi-octets (mbstring), tel que décrit sur le rapport d\'anomalies 19404 chez PHP. Il n\'est pas recommandé d\'utiliser cette version de PHP avec phpMyAdmin.';
$strPhp = 'Créer source PHP';
$strPHPVersion = 'Version de PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPolish = 'polonais';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimaryKeyHasBeenDropped = 'La clé primaire a été effacée';
$strPrimaryKeyName = 'Le nom d\'une clef primaire doit être PRIMARY&nbsp;!';
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'une clef primaire&nbsp;!)';
$strPrimary = 'Primaire';
$strPrint = 'Imprimer';
$strPrintViewFull = 'Version imprimable (avec textes complets)';
$strPrintView = 'Version imprimable';
$strPrivDescAllPrivileges = 'Tous les privilèges sauf GRANT.';
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
$strPrivDescAlterRoutine = 'Permission de modifier et de supprimer des procédures stockées.';
$strPrivDescCreateDb = 'Permission de créer des bases de données et des tables.';
$strPrivDescCreateRoutine = 'Permission de créer des procédures stockées.';
$strPrivDescCreateTbl = 'Permission de créer des tables.';
$strPrivDescCreateTmpTable = 'Permission de créer des tables temporaires.';
$strPrivDescCreateUser = 'Permission de créer, supprimer et renommer des comptes utilisateurs';
$strPrivDescCreateView = 'Permission de créer des vues.';
$strPrivDescDelete = 'Permission de détruire des données';
$strPrivDescDropDb = 'Permission d\'effacer des bases de données et des tables.';
$strPrivDescDropTbl = 'Permission d\'effacer des tables.';
$strPrivDescExecute5 = 'Permission d\'exécuter des procédures stockées';
$strPrivDescExecute = 'Permission d\'exécuter des procédures. Non effectif dans cette version de MySQL.';
$strPrivDescFile = 'Permission d\'importer et d\'exporter des données à partir de / dans des fichiers.';
$strPrivDescGrant = 'Permission d\'ajouter des utilisateurs et des privilèges sans avoir besoin de recharger les privilèges.';
$strPrivDescIndex = 'Permission de créer et d\'effacer des index.';
$strPrivDescInsert = 'Permission d\'ajouter et de remplacer des données';
$strPrivDescLockTables = 'Permission de verrouiller des enregistrements dans le fil courant (unité d\'exécution).';
$strPrivDescMaxConnections = 'Limite du nombre de nouvelles connexions qu\'un utilisateur peut démarrer, par heure.';
$strPrivDescMaxQuestions = 'Limite du nombre de requêtes qu\'un utilisateur peut envoyer au serveur, par heure.';
$strPrivDescMaxUpdates = 'Limite du nombre de commandes changeant une table ou base de données, qu\'un utilisateur peut exécuter, par heure.';
$strPrivDescMaxUserConnections = 'Limite le nombre de connexions simultanées autorisées pour un utilisateur.';
$strPrivDescProcess3 = 'Permission de détruire les processus de d\'autres utilisateurs.';
$strPrivDescProcess4 = 'Permission de voir le texte complet des requêtes, dans la liste des processus.';
$strPrivDescReferences = 'Non effectif dans cette version de MySQL.';
$strPrivDescReload = 'Permission de recharger les réglages du serveur, et de vidanger la mémoire cache.';
$strPrivDescReplClient = 'Permission de demander où sont les maîtres et les esclaves (système de duplication).';
$strPrivDescReplSlave = 'Nécessaire pour les esclaves (système de duplication).';
$strPrivDescSelect = 'Permission de lire des données.';
$strPrivDescShowDb = 'Permission de voir la liste complète des noms de bases de données.';
$strPrivDescShowView = 'Permission d\'exécuter SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permission d\'arrêter le serveur MySQL.';
$strPrivDescSuper = 'Permission de se connecter, même si le nombre maximal de connexions permises a été atteint; ceci est requis pour la plupart des opérations de type administratif, par exemple les changements de variables globales ou la destruction de processus.';
$strPrivDescUpdate = 'Permission de changer des données.';
$strPrivDescUsage = 'Pas de privilèges';
$strPrivileges = 'Privilèges';
$strPrivilegesReloaded = 'Les privilèges ont été rechargés.';
$strProcesslist = 'Liste des processus';
$strProtocolVersion = 'Version du protocole';
$strPutColNames = 'Afficher les noms de champ en première ligne';
 
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQBE = 'Requête';
$strQueryCache = 'Cache des requêtes';
$strQueryFrame = 'Fenêtre SQL';
$strQueryOnDb = 'Requête SQL sur la base <b>%s</b>&nbsp;:';
$strQuerySQLHistory = 'Historique SQL';
$strQueryStatistics = '<b>Statistiques sur les requêtes</b>: Depuis son démarrage, %s requêtes ont été envoyées au serveur.';
$strQueryTime = 'traitement: %01.4f sec.';
$strQueryType = 'Type de requête';
$strQueryWindowLock = 'Ne pas écraser cette requête depuis une autre fenêtre';
 
$strReadRequests = 'Requêtes de lecture';
$strReceived = 'Reçu';
$strRecords = 'Enregistrements';
$strReferentialIntegrity = 'Vérifier l\'intégrité référentielle';
$strRefresh = 'Actualiser';
$strRelationalSchema = 'Schéma relationnel';
$strRelationNotWorking = 'Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez %sici%s.';
$strRelationsForTable = 'RELATIONS POUR LA TABLE';
$strRelations = 'Relations';
$strRelationView = 'Gestion des relations';
$strReloadingThePrivileges = 'Chargement des privilèges en cours.';
$strReloadMySQL = 'Recharger MySQL';
$strRemoveSelectedUsers = 'Effacer les utilisateurs sélectionnés.';
$strRenameDatabaseOK = 'La base de données %s a été renommée en %s';
$strRenameTable = '<b>Changer le nom</b> de la table pour';
$strRenameTableOK = 'La table %s se nomme maintenant %s';
$strRepairTable = 'Réparer la table';
$strReplaceNULLBy = 'Remplacer NULL par';
$strReplaceTable = 'Remplacer les données de la table avec le fichier';
$strReplication = 'Réplication';
$strReset = 'Réinitialiser les valeurs';
$strResourceLimits = 'Limites de ressources.';
$strReType = 'Entrer à nouveau';
$strRevokeAndDeleteDescr = 'Les utilisateurs auront le privilege "USAGE", jusqu\'à ce que les privilèges soient rechargés.';
$strRevokeAndDelete = 'Effacer tous les privilèges de ces utilisateurs, puis les effacer.';
$strRevokeMessage = 'Vous avez révoqué les privilèges pour %s';
$strRevoke = 'Révoquer';
$strRomanian = 'roumain';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'enregistrement(s) à partir de l\'enregistrement n°';
$strRowSize = ' Taille enr. ';
$strRowsModeFlippedHorizontal = 'horizontal (en-têtes pivotés)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en mode %s et répéter les en-têtes à chaque groupe de %s';
$strRowsModeVertical = 'vertical';
$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';
$strSave = 'Sauvegarder';
$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
$strSearchFormTitle = 'Effectuer une nouvelle recherche dans la base de données';
$strSearchInTables = 'Dans la(les) table(s) :';
$strSearchNeedle = 'Mot(s) ou Valeur à rechercher (passe-partout: "%") :';
$strSearchOption1 = 'au moins un mot';
$strSearchOption2 = 'tous les mots';
$strSearchOption3 = 'phrase exacte';
$strSearchOption4 = 'expression réguliére';
$strSearch = 'Rechercher';
$strSearchResultsFor = 'Résultats de la recherche de "<i>%s</i>" %s :';
$strSearchType = 'Type de recherche :';
$strSecretRequired = 'Vous devez ajouter dans le fichier de configuration une phrase de passe secrète (blowfish_secret).';
$strSelectADb = 'Choisissez une base de données';
$strSelectAll = 'Tout sélectionner';
$strSelectBinaryLog = 'Sélectionnez le log binaire à consulter';
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
$strSelectNumRows = 'dans la requête';
$strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre';
$strSent = 'Envoyé';
$strServerChoice = 'Choix du serveur';
$strServerNotResponding = 'Le serveur ne répond pas.';
$strServer = 'Serveur';
$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatus = 'Informations sur le serveur';
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
$strServerTabProcesslist = 'Processus';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
$strServerVars = 'Variables et réglages du serveur';
$strServerVersion = 'Version du serveur';
$strSessionValue = 'Valeur pour la session';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowFullQueries = 'Afficher les requêtes complètes';
$strShowGrid = 'Grille';
$strShowingBookmark = 'Affichage du signet';
$strShowingRecords = 'Affichage des enregistrements';
$strShowOpenTables = 'Montrer les tables ouvertes';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowSlaveHosts = 'Montrer les serveurs esclaves';
$strShowSlaveStatus = 'Montrer l\'état des serveurs esclaves';
$strShowStatusBinlog_cache_disk_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire mais qui ont excédé la valeur de binlog_cache_size et ont utilisé un fichier temporaire pour stocker les énoncés de la transaction.';
$strShowStatusBinlog_cache_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Le nombre de tables temporaires sur disque créées automatiquement par le serveur lors de l\'exécution d\'énoncés. Si la valeur du paramètre Created_tmp_disk_tables est trop grande, augmentez la valeur de tmp_table_size afin que les tables temporaires soient maintenues en mémoire au lieu d\'être sur disque.';
$strShowStatusCreated_tmp_filesDescr = 'Le nombre de fichiers temporaires créés par mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Le nombre de tables temporaires en mémoire créées automatiquement par le serveur lors de l\'exécution d\'énoncés.';
$strShowStatusDelayed_errorsDescr = 'Le nombre d\'enregistrements écrits avec INSERT DELAYED pour lesquels une erreur est survenue (probablement un doublon sur la clé).';
$strShowStatusDelayed_insert_threadsDescr = 'Le nombre de fils d\'exécution utilisés pour INSERT DELAYED. Un fil est utilisé pour chacune des tables sur lesquelles un INSERT DELAYED a lieu.';
$strShowStatusDelayed_writesDescr = 'Le nombre d\'enregistrements écrits via INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Le nombre de commandes FLUSH exécutées.';
$strShowStatusHandler_commitDescr = 'Le nombre de commandes COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'Le nombre de fois qu\'un enregistrement a été supprimé d\'une table.';
$strShowStatusHandler_discoverDescr = 'Le serveur MySQL peut demander au moteur de données NDB Cluster s\'il connaît une table portant un certain nom. Ceci est appelé &quot;découverte&quot;. Ce paramètre indique le nombre de fois que des tables ont été découvertes.';
$strShowStatusHandler_read_firstDescr = 'Le nombre de fois que la première entrée a été lue depuis un index. Si c\'est élevé, ceci suggère que le serveur effectue beaucoup de parcours complets d\'un index; par exemple, SELECT coll FROM foo, en assumant que coll est une colonne indexée.';
$strShowStatusHandler_read_keyDescr = 'Le nombre de requêtes pour lire un enregistrement via une clé. Si élevé, c\'est une bonne indication que vos tables sont correctement indexées.';
$strShowStatusHandler_read_nextDescr = 'Le nombre de requêtes de lecture du prochain enregistrement, en ordre de clé. Ceci est augmenté si vous interrogez une colonne indexée avec un critère de fourchette ou si vous parcourez l\'index.';
$strShowStatusHandler_read_prevDescr = 'Le nombre de requêtes de lecture de l\'enregistrement précédent, en ordre de clé. Utilisé surtout pour optimiser ORDER BY ... DESC';
$strShowStatusHandler_read_rndDescr = 'Le nombre de requêtes de lecture d\'un enregistrement basée sur une position fixe. Ce nombre est élevé si vous faites de nombreuses requêtes qui nécessitent de trier les résultats. Vous avez probablement un grand nombre de requêtes qui demandent à MySQL de parcourir des tables en entier, ou vous avez des jointures qui n\'utilisent pas correctement les clés.';
$strShowStatusHandler_read_rnd_nextDescr = 'Le nombre de requêtes de lecture du prochaine enregistrement dans le fichier. Élevé si vous faites plusieurs parcours de tables. Ceci suggère que vos tables ne sont pas correctement indexées ou que vos requêtes ne sont pas écrites de façon à tirer parti des index que vous avez définis.';
$strShowStatusHandler_rollbackDescr = 'Le nombre d\'énoncés ROLLBACK internes.';
$strShowStatusHandler_updateDescr = 'Le nombre de requêtes de mise à jour d\'enregistrements.';
$strShowStatusHandler_writeDescr = 'Le nombre de requêtes d\'insertion d\'enregistrements.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Le nombre de pages contenant des données.';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Le nombre de pages contenant des données "dirty"';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Le nombre de pages de mémoire-tampon qui ont été effacées.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Le nombre de pages libres';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Le nombre de pages dans la réserve InnoDB qui sont actuellement en train d\'être lues ou écrites, ou qui ne peuvent être supprimées pour une autre raison.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Le nombre de pages occupées car elles ont été déallouées en raison de verrous sur les enregistrements. Cette valeur peut également être calculée comme suit: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Taille totale de la réserve, en pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Le nombre de lectures discontinues effectuées par InnoDB. Ceci survient lorsqu\'une requête doit balayer une large portion de table en ordre discontinu.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Le nombre de lectures séquentielles effectuées par InnoDB. Ceci survient quand InnoDB fait un parcours séquentiel intégral de la table.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Le nombre de requêtes de lectures "logiques" effectuées par InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Le nombre de lectures que InnoDB n\'a pu faire à partir de la réserve, menant à une lecture directe d\'une page.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalement, l\'écriture dans la réserve InnoDB se passe en arrière-plan. Cependant, s\'il est nécessaire de lire ou de créer une page et qu\'aucune page n\'est disponible, InnoDB doit attendre que des pages soient libérées. Ceci compte le nombre de fois qu\'une telle attente a été nécessaire. Si la taille de la réserve est adéquate, cette valeur devrait être petite.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Le nombre d\'écritures faites dans la réserve InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Le nombre d\'opérations fsync() faites jusqu\'à présent.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Le nombre d\'opérations fsync() actuellement en attente.';
$strShowStatusInnodb_data_pending_readsDescr = 'Le nombre actuel de lectures en attente.';
$strShowStatusInnodb_data_pending_writesDescr = 'Le nombre actuel d\'écritures en attente.';
$strShowStatusInnodb_data_readDescr = 'La quantité d\'octets lus jusqu\'à présent.';
$strShowStatusInnodb_data_readsDescr = 'Le nombre total de lectures de données.';
$strShowStatusInnodb_data_writesDescr = 'Le nombre total d\'écritures de données.';
$strShowStatusInnodb_data_writtenDescr = 'La quantité d\'octets écrits jusqu\'à présent.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Le nombre de pages utilisées pour des écritures "doublewrite".';
$strShowStatusInnodb_dblwr_writesDescr = 'Le nombre d\'écritures "doublewrite" effectuées.';
$strShowStatusInnodb_log_waitsDescr = 'Le nombre d\'attentes en raison d\'un tampon du fichier témoin trop petit; il fallait attendre qu\'il se libère avant de continuer.';
$strShowStatusInnodb_log_write_requestsDescr = 'Le nombre de requêtes d\'écritures sur le fichier témoin.';
$strShowStatusInnodb_log_writesDescr = 'Le nombre d\'écritures physiques au fichier témoin.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Le nombre d\'écritures fsync() sur le fichier témoin.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Le nombre de fsync() du fichier témoin en attente.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Le nombre d\'écritures du fichier témoin en attente.';
$strShowStatusInnodb_os_log_writtenDescr = 'Le nombre d\'octets écrits sur le fichier témoin.';
$strShowStatusInnodb_pages_createdDescr = 'Le nombre de pages créées.';
$strShowStatusInnodb_page_sizeDescr = 'La taille de page InnoDB telle que compilée (16 Ko par défaut). Plusieurs valeurs sont comptées par page; la taille de page leur permet d\'être facilement converties en octets.';
$strShowStatusInnodb_pages_readDescr = 'Le nombre de pages lues.';
$strShowStatusInnodb_pages_writtenDescr = 'Le nombre de pages écrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Le nombre de verrous d\'enregistrements actuellement en attente.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Le temps d\'attente moyen pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_timeDescr = 'Le temps total utilisé pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Le temps d\'attente maximum pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Le nombre de fois qu\'on a dû attendre pour un verrou.';
$strShowStatusInnodb_rows_deletedDescr = 'Le nombre d\'enregistrements supprimés des tables InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Le nombre d\'enregistrements insérés dans des tables InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Le nombre d\'enregistrements lus dans des tables InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Le nombre d\'enregistrements mis à jour dans des tables InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Le nombre de blocs de clés dans la cache de clés qui ont été modifiés mais pas encore transférés sur disque.';
$strShowStatusKey_blocks_unusedDescr = 'Le nombre de blocs inutilisés dans la cache de clés. Vous pouvez utiliser cette valeur pour déterminer la proportion de la cache de clés qui est utilisée.';
$strShowStatusKey_blocks_usedDescr = 'Le nombre maximum de blocs qui ont été utilisés en même temps dans la cache de clés.';
$strShowStatusKey_read_requestsDescr = 'Le nombre de requêtes de lecture d\'un bloc de clés depuis la cache.';
$strShowStatusKey_readsDescr = 'Le nombre de lectures physiques d\'un bloc de clés depuis le disque. Si cette valeur est élevée, la taille de votre mémoire tampon de clés est trop petite. Le taux d\'échec de la cache peut être calculé par "Key reads/Key read requests".';
$strShowStatusKey_write_requestsDescr = 'Le nombre de requêtes en vue d\'écrire un bloc de clé dans la cache.';
$strShowStatusKey_writesDescr = 'Le nombre d\'écritures physiques d\'un bloc de clés vers le disque.';
$strShowStatusLast_query_costDescr = 'Le coût total de la dernière requête compilée, tel que calculé par l\'optimiseur de requêtes. Utile pour comparer le coût de diverses stratégies pour une même requête. La valeur de 0 indique qu\'aucune requête n\'a encore été compilée.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Le nombre d\'enregistrements en attente d\'écriture (INSERT DELAY).';
$strShowStatusOpened_tablesDescr = 'Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table est probablement trop petite.';
$strShowStatusOpen_filesDescr = 'Le nombre de fichiers qui sont ouverts.';
$strShowStatusOpen_streamsDescr = 'Le nombre de flux de données qui sont ouverts.';
$strShowStatusOpen_tablesDescr = 'Le nombre de tables qui sont ouvertes.';
$strShowStatusQcache_free_blocksDescr = 'Le nombre de blocs de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_free_memoryDescr = 'La quantité de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_hitsDescr = 'Le nombre de succès dans la cache.';
$strShowStatusQcache_insertsDescr = 'Le nombre de requêtes ajoutées à la cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Le nombre de requêtes qui ont été retirées de la cache pour libérer de la mémoire afin de mettre en cache de nouvelles requêtes. Peut être utilisé afin de peaufiner la taille de la cache. La stratégie utilisée pour déterminer quelles requêtes seront retirées est LRU (least recently used).';
$strShowStatusQcache_not_cachedDescr = 'Le nombre de requêtes non en cache (impossible à placer en cache, ou non cachée en raison du paramètre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Le nombre de requêtes enregistrées dans la cache.';
$strShowStatusQcache_total_blocksDescr = 'Le nombre total de blocs dans la cache de requêtes.';
$strShowStatusReset = 'Réinitialiser';
$strShowStatusRpl_statusDescr = 'L\'état de la réplication sans échec (pas encore implantée).';
$strShowStatusSelect_full_joinDescr = 'Le nombre de jointures qui n\'ont pas utilisé d\'index. Si cette valeur est supérieure à 0, vérifiez soigneusement les indexes de vos tables.';
$strShowStatusSelect_full_range_joinDescr = 'Le nombre de jointures qui ont utilisé une recherche par plage sur une table de référence.';
$strShowStatusSelect_range_checkDescr = 'Le nombre de jointures sans clés qui vérifient l\'utilisation de clé à chaque enregistrement. (Si ceci est supérieur à 0, vérifiez soigneusement les indexes de vos tables.)';
$strShowStatusSelect_rangeDescr = 'Le nombre de jointures qui ont utilisé des plages sur la première table. (Normalement non critique même si cette valeur est élevée.)';
$strShowStatusSelect_scanDescr = 'Le nombre de jointures qui ont nécessité le parcours complet de la première table.';
$strShowStatusSlave_open_temp_tablesDescr = 'Le nombre de tables temporaires actuellement ouvertes par le fil d\'exécution SQL de l\'esclave.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre de fois (depuis le démarrage) que le fil d\'exécution SQL de l\'esclave a envoyé à nouveau des transactions.';
$strShowStatusSlave_runningDescr = 'Ceci est à ON si ce serveur est un esclave connecté à un maître.';
$strShowStatusSlow_launch_threadsDescr = 'Le nombre de fils d\'exécution dont le temps de création a excédé slow_launch_time secondes.';
$strShowStatusSlow_queriesDescr = 'Le nombre de requêtes dont le temps d\'exécution a excédé long_query_time secondes.';
$strShowStatusSort_merge_passesDescr = 'Le nombre d\'opérations de fusion effectuées par l\'algorithme de tri. Si ce nombre est élevé, augmentez la valeur du paramètre sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Le nombre de tri effectués avec des plages.';
$strShowStatusSort_rowsDescr = 'Le nombre d\'enregistrements triés.';
$strShowStatusSort_scanDescr = 'Le nombre de tri effectués via un parcours de la table.';
$strShowStatusTable_locks_immediateDescr = 'Le nombre de fois qu\'un verrou de table a été acquis immédiatement.';
$strShowStatusTable_locks_waitedDescr = 'Le nombre de fois qu\'un verrou de table n\'a pu être acquis immédiatement, induisant un temps d\'attente. Si ce nombre est élevé et que vous éprouvez des problèmes de performance, commencez par optimiser vos requêtes, puis subdivisez vos tables ou encore utiliser la réplication.';
$strShowStatusThreads_cachedDescr = 'Le nombre de fils dans la cache des fils d\'exécution. Si cette valeur est en rouge, vous devriez augmenter la taille de cette cache.';
$strShowStatusThreads_connectedDescr = 'Le nombre de connexions ouvertes actuellement.';
$strShowStatusThreads_createdDescr = 'Le nombre de fils d\'exécution créés afin de gérer les connexions. Si ce nombre est trop grand, vous pourriez augmenter la valeur du paramètre thread_cache_size. (Normalement, ceci ne procure pas une amélioration perceptible de la performance si votre serveur gère correctement les fils d\'exécution.';
$strShowStatusThreads_runningDescr = 'Le nombre de fils d\'exécution non suspendus.';
$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$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)';
$strSortByKey = 'Trier sur l\'index';
$strSorting = 'Mécanisme de tri';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilisé';
$strSpanish = 'espagnol';
$strSplitWordsWithSpace = 'Séparer les mots par un espace (" ").';
$strSQLExportCompatibility = 'Compatibilité de l\'exportation';
$strSQLExportType = 'Type d\'exportation';
$strSQLImportOptions = 'Options SQL';
$strSQLOptions = 'options SQL';
$strSQLParserBugMessage = 'Il semble que vous ayiez trouvé une anomalie dans l\'analyseur syntaxique SQL. Veuillez examiner votre requête attentivement, et vérifier que vos apostrophes sont conformes. Il se pourrait aussi que vous ayiez chargé un fichier dont le contenu binaire n\'est pas entre apostrophes. Si vous avez accès à MySQL via son interface de commande en mode ligne, vous pouvez y essayer votre requête. Le message d\'erreur présenté plus bas pourrait vous indiquer la source du problème. En dernier recours, veuillez trouver la plus courte requête possible qui cause le problème, et soumettre un rapport d\'anomalie en incluant la section à couper:';
$strSQLParserUserError = 'Il semble qu\'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.';
$strSQLQuery = 'requête SQL';
$strSQLResult = 'Résultat de la requête SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificateur invalide';
$strSQPBugUnclosedQuote = 'Apostrophe non fermé';
$strSQPBugUnknownPunctuation = 'Ponctuation invalide';
$strStatCheckTime = 'Dernière vérification';
$strStatCreateTime = 'Création';
$strStatement = 'Information';
$strStatisticsOverrun = 'Sur un serveur surchargé, la capacité des compteurs d\'octets peut être dépassée, auquel cas les statistiques rapportées par MySQL peuvent être inexactes.';
$strStatUpdateTime = 'Dernière modification';
$strStatus = 'État';
$strStorageEngine = 'Moteur de stockage';
$strStorageEngines = 'Moteurs de stockage';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure et données';
$strStrucDrop = 'Inclure des énoncés "DROP TABLE"';
$strStrucExcelCSV = 'CSV pour MS Excel';
$strStrucNativeExcel = 'Données MS Excel (format natif)';
$strStrucOnly = 'Structure seule';
$strStructPropose = 'Suggérer des optimisations quant à la structure de la table';
$strStructure = 'Structure';
$strSubmit = 'Exécuter';
$strSuccess = 'Votre requête SQL a été exécutée avec succès';
$strSum = 'Somme';
$strSwedish = 'suédois';
$strSwitchToDatabase = 'Aller à la base de données copiée';
$strSwitchToTable = 'Aller à la table copiée';
 
$strTableAlreadyExists = 'La table %s existe déjà!';
$strTableComments = 'Commentaires sur la table';
$strTableEmpty = 'Le nom de la table est vide';
$strTableHasBeenDropped = 'La table %s a été effacée';
$strTableHasBeenEmptied = 'La table %s a été vidée';
$strTableHasBeenFlushed = 'La table %s a été rechargée';
$strTableMaintenance = '<b>Maintenance</b> de la table';
$strTableOfContents = 'Table des matières';
$strTableOptions = '<b>Options</b> pour cette table';
$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
$strTable = 'Table';
$strTableType = '<b>Type</b> de la table';
$strTakeIt = 'utiliser celui-ci';
$strTblPrivileges = 'Privilèges spécifiques à une table';
$strTempData = 'Données temporaires';
$strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas éditable<br />en raison de sa longueur';
$strThai = 'thaï';
$strThemeDefaultNotFound = 'Thème par défaut %s inexistant!';
$strThemeNoPreviewAvailable = 'Prévisualisation non disponible.';
$strThemeNotFound = 'Thème %s inexistant!';
$strThemeNoValidImgPath = 'Chemin des images inexistant pour le thème %s!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
$strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreads = 'Fils d\'exécution';
$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';
$strTraditionalChinese = 'chinois traditionnel';
$strTraditionalSpanish = 'espagnol traditionnel';
$strTraffic = 'Trafic';
$strTransactionCoordinator = 'Coordonnateur des transactions';
$strTransformation_application_octetstream__download = 'Affiche un lien pour télécharger le contenu binaire d\'une colonne. La première option est le nom du fichier binaire. La seconde option est le nom de la colonne contenant le nom du fichier. Si vous utilisez la seconde option, veuillez laisser la première option vide.';
$strTransformation_application_octetstream__hex = 'Affiche une représentation hexadécimale des données.';
$strTransformation_image_jpeg__inline = 'Affiche une image timbre-poste cliquable; les options sont: largeur,hauteur en pixels (conserve le rapport original)';
$strTransformation_image_jpeg__link = 'Affiche un lien vers cette image';
$strTransformation_image_png__inline = 'Voir image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Change le format des champs de type TIME, TIMESTAMP ou DATETIME selon votre format local de date/heure. La première option est le décalage horaire qui sera ajouté (par défaut 0). La seconde option est un format en accord avec les paramètres de la fonction PHP strftime().';
$strTransformation_text_plain__external = '(Linux seulement) Exécute un programme externe et lui envoit le contenu du champ via l\'entrée standard. Puis capture la sortie standard de ce programme externe. Le programme par défaut est tidy, pour un affichage embelli du code HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/transformations/text_plain__external.inc.php et y insérer les noms de programme externe possibles. La première option est le numéro du programme que vous voulez utiliser, la seconde option contient les paramètres pour ce programme. En troisième option, une valeur de 1 va convertir le résultat avec la fonction htmlspecialchars() (par défaut, 1). En option 4, une valeur de 1 va ajouter NOWRAP à la cellule affichée (par défaut, 1).';
$strTransformation_text_plain__formatted = 'Préserve le contenu original du champ, sans ajout de caractères d\'échappement.';
$strTransformation_text_plain__imagelink = 'Affiche une image et un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, la largeur en pixels, en troisième option la hauteur en pixels.';
$strTransformation_text_plain__link = 'Affiche un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, un titre pour le lien.';
$strTransformation_text_plain__sql = 'Affiche le texte comme une requête SQL avec embellissement de la syntaxe.';
$strTransformation_text_plain__substr = 'N\'affiche qu\'une partie du champ. En première option, la position de départ (par défaut, 0). En seconde option, le nombre de caractères à afficher (par défaut, le reste). En troisième option, des caractères à afficher à la fin du texte (par défaut: "...").';
$strTruncateQueries = 'Afficher les requêtes tronquées';
$strTurkish = 'turc';
$strType = 'Type';
 
$strUkrainian = 'ukrainien';
$strUncheckAll = 'Tout décocher';
$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';
$strUpdComTab = 'La documentation indique comment mettre à jour votre table Column_comments';
$strUpgrade = 'Vous devriez utiliser %s en version %s ou plus récente.';
$strUploadLimit = 'Vous avez probablement tenté de télécharger un fichier trop volumineux. Veuillez vous référer à la %sdocumentation%s pour des façons de contourner cette limite.';
$strUsage = 'Espace';
$strUseBackquotes = 'Protéger les noms des tables et des champs par des&nbsp;"`"';
$strUsedPhpExtensions = 'Extensions PHP utilisées';
$strUseHostTable = 'Utiliser la table Host';
$strUserAlreadyExists = 'L\'utilisateur %s existe déjà!';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
$strUserNotFound = 'L\'utilisateur choisi n\'existe pas dans la table des privilèges';
$strUserOverview = 'Vue d\'ensemble des utilisateurs';
$strUsersDeleted = 'Les utilisateurs sélectionnés ont été effacés.';
$strUsersHavingAccessToDb = 'Utilisateurs ayant accès à &quot;%s&quot;';
$strUser = 'Utilisateur';
$strUseTabKey = 'Utilisez la tabulation pour aller d\'une valeur à l\'autre, ou CTRL+flèches pour aller n\'importe où';
$strUseTables = 'Utiliser les tables';
$strUseTextField = 'Entrez une valeur';
$strUseThisValue = 'Utiliser cette valeur';
 
$strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu être initialisé. Vérifiez que les extensions PHP nécessaires ont bien été installées (voir la %sdocumentation%s).';
$strValue = 'Valeur';
$strVar = 'Variable';
$strVersionInformation = 'Information de version';
$strViewDump = '<b>Afficher le schéma</b> de la table';
$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewDumpDB = 'Schéma et données de la base ';
$strViewHasBeenDropped = 'La vue %s a été supprimée';
$strViewMaxExactCount = 'Cette vue comporte plus de %d enregistrements. Veuillez vous référer à la %sdocumentation%s.';
$strView = 'Vue';
 
$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWebServerUploadDirectory = 'répertoire de transfert du serveur Web';
$strWelcome = 'Bienvenue à %s ';
$strWestEuropean = 'Europe de l\'ouest';
$strWildcard = 'passepartout';
$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.';
$strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
 
$strXML = 'XML';
 
$strYes = 'Oui';
 
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/french-utf-8.inc.php
0,0 → 1,978
<?php
/* $Id: french-utf-8.inc.php,v 2.152.2.2 2006/03/23 17:42:12 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Octets', 'Ko', 'Mo', 'Go', 'To', 'Po', 'Eo');
 
$day_of_week = array('Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi');
$month = array('Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre');
// Voir http://www.php.net/manual/en/function.strftime.php pour la variable
// ci-dessous
$datefmt = '%A %d %B %Y à %H:%M';
 
$timespanfmt = '%s jours, %s heures, %s minutes et %s secondes';
 
$strAbortedClients = 'Arrêts prématurés';
$strAbsolutePathToDocSqlDir = 'Veuillez entrer le chemin absolu du répertoire docSQL sur le serveur web';
$strAccessDenied = 'Accès refusé';
$strAccessDeniedCreateConfig = 'La raison probable est que vous n\'avez pas créé de fichier de configuration. Vous pouvez utiliser le %1$sscript de configuration%2$s dans ce but.';
$strAccessDeniedExplanation = 'phpMyAdmin a tenté de se connecter au serveur MySQL, et le serveur a rejeté la connexion. Veuillez vérifier les valeurs de "host", "username" et "password" dans config.inc.php et vous assurer qu\'elles correspondent aux informations fournies par l\'administrateur du serveur MySQL.';
$strAction = 'Action';
$strAddAutoIncrement = 'Inclure la valeur courante de l\'AUTO_INCREMENT';
$strAddConstraints = 'Inclure les contraintes de clés étrangères';
$strAddDeleteColumn = 'Ajouter/effacer x colonne(s)';
$strAddDeleteRow = 'Ajouter/effacer x ligne(s)';
$strAddDropDatabase = 'Ajouter DROP DATABASE';
$strAddedColumnComment = 'Commentaire ajouté pour la colonne';
$strAddedColumnRelation = 'Relation ajoutée pour la colonne';
$strAddFields = 'Ajouter %s champ(s)';
$strAddHeaderComment = 'Commentaires mis en en-tête (\\n sépare les lignes)';
$strAddIfNotExists = 'Ajouter "IF NOT EXISTS"';
$strAddIntoComments = 'Inclure sous forme de commentaires';
$strAddNewField = 'Ajouter un champ';
$strAddPrivilegesOnDb = 'Ajouter des privilèges sur cette base de données';
$strAddPrivilegesOnTbl = 'Ajouter des privilèges sur cette table';
$strAddSearchConditions = 'Critères de recherche (pour l\'énoncé "where"):';
$strAddToIndex = 'Ajouter à la clef&nbsp;%s&nbsp;colonne(s)';
$strAddUser = 'Ajouter un utilisateur';
$strAddUserMessage = 'Vous avez ajouté un utilisateur';
$strAdministration = 'Administration';
$strAffectedRows = 'Nombre d\'enregistrements affectés :';
$strAfter = 'Après %s';
$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';
$strAnalyzeTable = 'Analyser la table';
$strAnd = 'et';
$strAndThen = 'et ensuite';
$strAnIndex = 'Un index a été ajouté sur %s';
$strAnyHost = 'Tout serveur';
$strAny = 'N\'importe quel';
$strAnyUser = 'Tout utilisateur';
$strApproximateCount = 'Peut être approximatif. Voir FAQ 3.11';
$strAPrimaryKey = 'Une clé primaire a été ajoutée sur %s';
$strArabic = 'arabe';
$strArmenian = 'arménien';
$strAscending = 'Croissant';
$strAtBeginningOfTable = 'En début de table';
$strAtEndOfTable = 'En fin de table';
$strAttr = 'Attributs';
$strAutodetect = 'Détection automatique';
$strAutomaticLayout = 'Mise en page automatique';
 
$strBack = 'Retour';
$strBaltic = 'baltique';
$strBeginCut = 'Début de la section à couper';
$strBeginRaw = 'Début des informations sur l\'anomalie';
$strBinary = 'Binaire';
$strBinaryDoNotEdit = 'Binaire - ne pas éditer';
$strBinaryLog = 'Log binaire';
$strBinLogEventType = 'Type d\'évènement';
$strBinLogInfo = 'Information';
$strBinLogName = 'Nom du log binaire';
$strBinLogOriginalPosition = 'Position d\'origine';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'ID du serveur';
$strBookmarkAllUsers = 'Signet visible pour les autres utilisateurs';
$strBookmarkCreated = 'Signet %s créé';
$strBookmarkDeleted = 'Le signet a été effacé.';
$strBookmarkLabel = 'Intitulé';
$strBookmarkQuery = 'Requêtes en signets';
$strBookmarkReplace = 'Remplacer un signet existant du même nom';
$strBookmarkThis = 'Conserver cette requête dans les signets';
$strBookmarkView = 'Voir uniquement';
$strBrowse = 'Afficher';
$strBrowseDistinctValues = 'Affiche les valeurs distinctes';
$strBrowseForeignValues = 'Afficher les valeurs de la table liée';
$strBufferPoolActivity = 'Activité de la mémoire-tampon';
$strBufferPool = 'Mémoire-tampon';
$strBufferPoolUsage = 'Utilisation de la mémoire-tampon';
$strBufferReadMissesInPercent = 'Lectures non-satisfaites en %';
$strBufferReadMisses = 'Lectures non-satisfaites';
$strBufferWriteWaitsInPercent = 'Nombre d\'attentes d\'écriture en %';
$strBufferWriteWaits = 'Nombre d\'attentes d\'écriture';
$strBulgarian = 'bulgare';
$strBusyPages = 'Pages occupées';
$strBzError = 'phpMyAdmin n\'a pu compresser le fichier exporté en raison d\'une composante Bz2 défaillante dans cette version de PHP. Il est recommandé de donner à <code>$cfg[\'BZipDump\']</code> dans votre fichier de configuration phpMyAdmin la valeur <code>FALSE</code>. Si vous voulez utiliser la compression en mode Bz2, veuillez mettre à niveau votre version de PHP. Ce rapport d\'anomalies PHP donne les détails: %s.';
$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';
$strCantRenameIdxToPrimary = 'La clef ne peut être renommée PRIMARY&nbsp;!';
$strCantUseRecodeIconv = 'Erreur lors de l\'utilisation de iconv, libiconv et recode_string, alors que ces extensions semblent chargées. Veuillez vérifier votre configuration de PHP.';
$strCardinality = 'Cardinalité';
$strCaseInsensitive = 'insensible à la casse';
$strCaseSensitive = 'sensible à la casse';
$strCentralEuropean = 'Europe centrale';
$strChangeCopyModeCopy = '... conserver intact l\'ancien utilisateur.';
$strChangeCopyMode = 'Créer un nouvel utilisateur avec les mêmes privilèges et ...';
$strChangeCopyModeDeleteAndReload = ' ... supprimer l\'ancien utilisateur, puis recharger les privilèges au serveur.';
$strChangeCopyModeJustDelete = ' ... supprimer l\'ancien utilisateur.';
$strChangeCopyModeRevoke = ' ... effacer tous les privilèges de l\'ancien utilisateur, puis l\'effacer.';
$strChangeCopyUser = 'Changement des informations de connexion / Copie d\'utilisateur';
$strChangeDisplay = 'Champ à afficher';
$strChange = 'Modifier';
$strChangePassword = 'Modifier le mot de passe';
$strCharset = 'Jeu de caractères';
$strCharsetOfFile = 'Jeu de caractères du fichier:';
$strCharsetsAndCollations = 'Jeux de caractères et interclassement';
$strCharsets = 'Jeux de caractères';
$strCheckAll = 'Tout cocher';
$strCheckOverhead = 'Cocher tables avec pertes';
$strCheckPrivsLong = 'Vérifier les privilèges pour la base de données &quot;%s&quot;.';
$strCheckPrivs = 'Vérifier les privilèges';
$strCheckTable = 'Vérifier la table';
$strChoosePage = 'Page à éditer';
$strColComFeat = 'Commentaires de colonnes';
$strCollation = 'Interclassement';
$strColumnNames = 'Nom des colonnes';
$strColumnPrivileges = 'Privilèges de colonnes';
$strCommand = 'Commande';
$strComments = 'Commentaires';
$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';
$strConfigDefaultFileError = 'Chargement de la configuration par défaut impossible depuis "%1$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.';
$strConnections = 'Connexions';
$strConstraintsForDumped = 'Contraintes pour les tables exportées';
$strConstraintsForTable = 'Contraintes pour la table';
$strCookiesRequired = 'Vous devez accepter les cookies pour poursuivre.';
$strCopy = 'Copier';
$strCopyDatabaseOK = 'La base de données %s a été copiée sur %s';
$strCopyTable = '<b>Copier</b> la table vers (base<b>.</b>table)&nbsp;:';
$strCopyTableOK = 'La table %s a été copiée vers %s.';
$strCopyTableSameNames = 'On ne peut copier la table sur elle-même!';
$strCouldNotKill = 'phpMyAdmin n\'a pu éliminer le processus %s. Il était probablement déjà fermé.';
$strCreate = 'Créer';
$strCreateDatabaseBeforeCopying = 'Faire CREATE DATABASE avant la copie';
$strCreateIndex = 'Créer une clef sur&nbsp;%s&nbsp;colonne(s)';
$strCreateIndexTopic = 'Créer un nouvelle clef';
$strCreateNewDatabase = 'Créer une base de données';
$strCreateNewTable = '<b>Créer une nouvelle table</b> sur la base %s';
$strCreatePage = 'Créer une page';
$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';
$strCzech = 'tchèque';
 
$strDanish = 'danois';
$strDatabase = 'Base de données';
$strDatabaseEmpty = 'Le nom de la base de données est vide!';
$strDatabaseExportOptions = 'Options d\'exportation';
$strDatabaseHasBeenDropped = 'La base de données %s a été effacée.';
$strDatabaseNoTable = 'Cette base de données ne contient aucune table!';
$strDatabases = 'Bases de données';
$strDatabasesDropped = '%s bases de données ont été supprimées.';
$strDatabasesStatsDisable = 'Désactiver les statistiques';
$strDatabasesStatsEnable = 'Activer les statistiques';
$strDatabasesStatsHeavyTraffic = 'Note: L\'activation des statistiques peut causer un trafic important entre le serveur web et le serveur MySQL.';
$strDatabasesStats = 'Statistiques sur les bases de données';
$strDataDict = 'Dictionnaire de données';
$strData = 'Données';
$strDataOnly = 'Données seulement';
$strDataPages = 'Pages contenant des données';
$strDBComment = '<b>Commentaire</b> sur la base de données: ';
$strDBCopy = 'Copier la base de données vers';
$strDBGContext = 'Contexte';
$strDBGContextID = 'Identificateur de contexte';
$strDBGHits = 'Occurences';
$strDBGLine = 'Ligne';
$strDBGMaxTimeMs = 'Durée maximum, ms';
$strDBGMinTimeMs = 'Durée minimum, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Durée/Occurence, ms';
$strDBGTotalTimeMs = 'Durée totale, ms';
$strDbPrivileges = 'Privilèges spécifiques à une base de données';
$strDBRename = '<b>Changer le nom</b> de la base de données pour';
$strDbSpecific = 'spécifique à cette base de données';
$strDefault = 'Défaut';
$strDefaultEngine = 'Sur ce serveur MySQL, le moteur de stockage par défaut est %s.';
$strDefaultValueHelp = 'Pour les valeurs par défaut, veuillez n\'entrer qu\'une seule valeur, sans caractère d\'échappement ou apostrophes, sous la forme: a';
$strDefragment = 'Défragmenter la table';
$strDelayedInserts = 'Insertions avec délais (DELAYED)';
$strDeleteAndFlushDescr = 'Ceci est la méthode la plus directe, mais le fait de recharger les privilèges pourrait prendre du temps.';
$strDeleteAndFlush = 'Effacer les utilisateurs, puis recharger les privilèges.';
$strDeleted = 'L\'enregistrement a été effacé';
$strDeletedRows = 'Nombre d\'enregistrements effacés :';
$strDelete = 'Effacer';
$strDeleteNoUsersSelected = 'Aucun utilisateur n\'a été choisi en vue de le détruire!';
$strDeleting = 'Destruction de %s';
$strDelOld = 'Cette page fait référence à des tables qui n\'existent plus. Voulez-vous effacer ces références?';
$strDescending = 'Décroissant';
$strDescription = 'Description';
$strDictionary = 'dictionnaire';
$strDirtyPages = 'Pages modifiées';
$strDisabled = 'désactivé';
$strDisableForeignChecks = 'Désactiver la vérification des clés étrangères';
$strDisplayFeat = 'Affichage infobulle';
$strDisplayOrder = 'Ordre d\'affichage :';
$strDisplayPDF = '<b>Afficher le schéma</b> en PDF';
$strDoAQuery = 'Recherche par valeur (passepartout: "%")';
$strDocu = 'Documentation';
$strDoYouReally = 'Voulez-vous vraiment effectuer ';
$strDropDatabaseStrongWarning = 'Vous êtes sur le point de DÉTRUIRE une base de données!';
$strDrop = 'Supprimer';
$strDropUsersDb = 'Supprimer les bases de données portant le même nom que les utilisateurs';
$strDumpingData = 'Contenu de la table';
$strDumpSaved = 'Le fichier d\'exportation a été sauvegardé sous %s.';
$strDumpXRows = 'Exporte %s enregistrement(s) à partir du rang n° %s.';
$strDynamic = 'dynamique';
 
$strEdit = 'Modifier';
$strEditPDFPages = 'Préparer le schéma en PDF';
$strEditPrivileges = 'Changer les privilèges';
$strEffective = 'effectif';
$strEmptyResultSet = 'MySQL n\'a retourné aucun enregistrement.';
$strEmpty = 'Vider';
$strEnabled = 'activé';
$strEncloseInTransaction = 'Utiliser le mode transactionnel';
$strEndCut = 'Fin de la section à couper';
$strEnd = 'Fin';
$strEndRaw = 'Fin des informations sur l\'anomalie';
$strEngineAvailable = '%s est disponible sur ce serveur MySQL.';
$strEngineDisabled = '%s a été désactivé sur ce serveur MySQL.';
$strEngines = 'Moteurs';
$strEngineUnsupported = 'Ce serveur MySQL ne supporte pas le moteur de stockage %s.';
$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';
$strEsperanto = 'Espéranto';
$strEstonian = 'estonien';
$strExcelEdition = 'Excel en version';
$strExcelOptions = 'Options Excel';
$strExecuteBookmarked = 'Exécuter la requête en signets';
$strExplain = 'Expliquer SQL';
$strExport = 'Exporter';
$strExtendedInserts = 'Insertions étendues';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentatives échouées';
$strField = 'Champ';
$strFieldHasBeenDropped = 'Le champ %s a été effacé';
$strFields = 'Champs';
$strFieldsEmpty = 'Il faut indiquer le nombre de champs';
$strFieldsEnclosedBy = 'Champs entourés par';
$strFieldsEscapedBy = 'Caractère spécial';
$strFieldsTerminatedBy = 'Champs terminés par';
$strFileAlreadyExists = 'Le fichier %s existe déjà sur le serveur, veuillez changer le nom, ou cocher l\'option Écraser';
$strFileCouldNotBeRead = 'Le fichier n\'a pu être lu';
$strFileNameTemplateDescription = 'Cette valeur est interprétée avec %1$sstrftime%2$s, vous pouvez donc utiliser des chaînes de format d\'heure. Ces transformations additionnelles vont se produire: %3$s. Tout autre texte sera conservé tel quel.';
$strFileNameTemplateDescriptionDatabase = 'nom de base de données';
$strFileNameTemplateDescriptionServer = 'nom de serveur';
$strFileNameTemplateDescriptionTable = 'nom de table';
$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.';
$strFlushQueryCache = 'Vider la cache des requêtes';
$strFlushTable = 'Recharger la table ("FLUSH")';
$strFlushTables = 'Fermer toutes les tables';
$strFormat = 'format';
$strFormEmpty = 'Formulaire incomplet !';
$strFreePages = 'Pages libres';
$strFullText = 'Textes complets';
$strFunction = 'Fonction';
 
$strGenBy = 'Généré par';
$strGeneralRelationFeat = 'Fonctions relationnelles';
$strGenerate = 'Générer';
$strGeneratePassword = 'Générer un mot de passe';
$strGenTime = 'Généré le ';
$strGeorgian = 'géorgien';
$strGerman = 'allemand';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilèges globaux';
$strGlobalValue = 'Valeur globale';
$strGo = 'Exécuter';
$strGrantOption = '"Grant"';
$strGreek = 'grec';
$strGzip = '"gzippé"';
 
$strHandler = 'Gestionnaire';
$strHasBeenAltered = 'a été modifié(e).';
$strHasBeenCreated = 'a été créé(e).';
$strHaveToShow = 'Vous devez choisir au moins une colonne à afficher';
$strHebrew = 'hébreu';
$strHexForBinary = 'Encoder les champs binaires en hexadécimal';
$strHome = 'Accueil';
$strHomepageOfficial = 'Site officiel de phpMyAdmin';
$strHostEmpty = 'Le nom de serveur est vide';
$strHost = 'Serveur';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Options d\'exportation Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Options d\'exportation Microsoft Word 2000';
$strHungarian = 'hongrois';
 
$strIcelandic = 'islandais';
$strId = 'ID';
$strIdxFulltext = 'Texte entier';
$strIgnoreDuplicates = 'Ignorer les doublons';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Ignorer les erreurs de doublons (INSERT IGNORE)';
$strIgnoringFile = 'Fichier %s ignoré';
$strImportDocSQL = 'Importer des fichiers docSQL';
$strImportFiles = 'Importe les fichiers';
$strImportFormat = 'Format du fichier d\'importation';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'L\'importation s\'est terminée avec succès, %d requêtes exécutées.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'L\'index %s a été effacé';
$strIndex = 'Index';
$strIndexName = 'Nom de la clef&nbsp;:';
$strIndexType = 'Type de clef&nbsp;:';
$strIndexWarningMultiple = 'Plus d\'un index de type %s existe pour la colonne `%s`';
$strIndexWarningPrimary = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé primaire et d\'une clé index';
$strIndexWarningTable = 'Il y a des problèmes avec les index de la table `%s`';
$strIndexWarningUnique = 'La colonne `%s` ne devrait pas faire partie à la fois d\'une clé unique et d\'une clé index';
$strInnoDBAutoextendIncrement = 'Auto-croissant: Taille de l\'incrément';
$strInnoDBAutoextendIncrementDesc = 'La valeur de l\'incrément lors de l\'agrandissement du fichier auto-croissant lorsqu\'il devient plein.';
$strInnoDBBufferPoolSizeDesc = 'La taille de la mémoire-tampon utilisée par InnoDB pour les opérations d\'antémoire sur les données et les index.';
$strInnoDBBufferPoolSize = 'Taille de la mémoire-tampon';
$strInnoDBDataFilePath = 'Fichiers de données';
$strInnoDBDataHomeDirDesc = 'Le chemin du répertoire pour tous les fichiers de données InnoDB.';
$strInnoDBDataHomeDir = 'Répertoire des données';
$strInnoDBPages = 'pages';
$strInnodbStat = 'État InnoDB';
$strInsecureMySQL = 'Votre fichier de configuration fait référence à l\'utilisateur root sans mot de passe, ce qui correspond à la valeur par défaut de MySQL. Votre serveur MySQL est donc ouvert aux intrusions, et vous devriez corriger ce problème de sécurité.';
$strInsertAsNewRow = 'Sauvegarder un nouvel enregistrement';
$strInsertedRowId = 'Identifiant de l\'enregistrement inséré:';
$strInsertedRows = 'Nombre d\'enregistrements insérés :';
$strInsert = 'Insérer';
$strInsertNewRow = 'Insérer un nouvel enregistrement';
$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!';
$strInvalidCSVFieldCount = 'Nombre de champs invalide dans les données CSV à la ligne %d';
$strInvalidCSVFormat = 'Format invalide pour les données CSV à la ligne %d.';
$strInvalidCSVParameter = 'Paramètres invalides pour l\'importation CSV: %s';
$strInvalidFieldAddCount = 'Vous devez ajouter au moins un champ';
$strInvalidFieldCount = 'La table doit comporter au moins un champ';
$strInvalidLDIImport = 'Ce greffon ne supporte pas les importations en format comprimé!';
$strInvalidRowNumber = '%d n\'est pas un numéro d\'enregistrement valable.';
$strInvalidServerHostname = 'Nom d\'hôte (hostname) invalide pour le serveur %1$s. Veuillez vérifier votre configuration.';
$strInvalidServerIndex = 'Indice de serveur invalide: "%s"';
 
$strJapanese = 'japonais';
$strJoins = 'Jointures';
$strJumpToDB = 'Aller à la base de données &quot;%s&quot;.';
$strJustDeleteDescr = 'Les utilisateurs &quot;effacés&quot; auront quand même accès au serveur, jusqu\'à ce que les privilèges soient rechargés.';
$strJustDelete = 'Seulement effacer les utilisateurs des tables de privilèges.';
 
$strKeepPass = 'Conserver le mot de passe';
$strKeyCache = 'Cache des clés';
$strKeyname = 'Nom de la clé';
$strKill = 'Supprimer';
$strKorean = 'coréen';
 
$strLandscape = 'Paysage';
$strLanguageFileNotFound = 'Fichier de langue "%1$s" inexistant.';
$strLanguageUnknown = 'Langue inconnue: %1$s.';
$strLatchedPages = 'Pages verrouillées';
$strLatexCaption = 'Sous-titre de la table';
$strLatexContent = 'Contenu de la table __TABLE__';
$strLatexContinuedCaption = 'Sous-titre de la table (suite)';
$strLatexContinued = '(suite)';
$strLatexIncludeCaption = 'Inclure les sous-titres';
$strLatexLabel = 'Clé de l\'étiquette';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Options LaTeX';
$strLatexStructure = 'Structure de la table __TABLE__';
$strLatvian = 'letton';
$strLDI = 'CSV via LOAD DATA';
$strLDIImportOptions = 'Options pour l\'importation CSV via LOAD DATA';
$strLDILocal = 'Utiliser l\'option LOCAL';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLinesTerminatedBy = 'Lignes terminées par';
$strLinkNotFound = 'Lien absent';
$strLinksTo = 'Relié à';
$strLithuanian = 'lituanien';
$strLocalhost = 'Local';
$strLocationTextfile = 'Emplacement du fichier texte';
$strLogin = 'Connexion';
$strLoginInformation = 'Information pour la connexion';
$strLogout = 'Quitter';
$strLogPassword = 'Mot de passe&nbsp;:';
$strLogServer = 'Serveur';
$strLogUsername = 'Nom d\'utilisateur&nbsp;:';
$strLongOperation = 'Cette opération pourrait être longue. Procéder quand même? ';
 
$strMaxConnects = 'max. de connexions simultanées';
$strMaximalQueryLength = 'Taille maximum de la requête générée';
$strMaximumSize = 'Taille maximum: %s%s';
$strMbExtensionMissing = 'L\'extension PHP mbstring n\'a pu être localisée et il semble que vous utilisiez un jeu de caractères multi-octets. Sans cette extension, phpMyAdmin est incapable de gérer correctement les caractères et il peut en résulter des problèmes.';
$strMbOverloadWarning = 'Vous avez activé mbstring.func_overload dans votre configuration PHP. Cette option est incompatible avec phpMyAdmin et peut nuire au traitement des données!';
$strMIME_available_mime = 'Types MIME disponibles';
$strMIME_available_transform = 'Transformations disponibles';
$strMIME_description = 'Description';
$strMIME_MIMEtype = 'Type MIME';
$strMIME_nodescription = 'Aucune description n\'est disponible pour cette transformation.<br />Veuillez demander à son auteur, des détails sur %s.';
$strMIME_transformation_note = 'La %sdescription des transformations%s explique les transformations possibles en fonction des types MIME.';
$strMIME_transformation_options_note = 'Veuillez entrer les valeurs des options de transformation en suivant ce format: \'a\',\'b\',\'c\'...<br />Si vous devez entrer un caractère ("\") ou une apostrophe ("\'") parmi ces valeurs, faites-le précéder du caractère d\'échappement, par exemple \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Options de transformation';
$strMIME_transformation = 'Transformation';
$strMIMETypesForTable = 'TYPES MIME POUR LA TABLE';
$strMIME_without = 'Les types MIME affichées en italiques ne possèdent pas de fonctions de transformation.';
$strModifications = 'Les modifications ont été sauvegardées.';
$strModifyIndexTopic = 'Modifier une clef';
$strModify = 'Modifier';
$strMoveTable = '<b>Déplacer</b> la table vers (base<b>.</b>table)&nbsp;:';
$strMoveTableOK = 'La table %s a été déplacée vers %s.';
$strMoveTableSameNames = 'On ne peut déplacer la table sur elle-même!';
$strMultilingual = 'multilingue';
$strMyISAMDataPointerSizeDesc = 'La taille du pointeur (en octets) qui servira lors d\'un CREATE TABLE sur une table MyISAM si aucune option MAX_ROWS n\'est indiquée';
$strMyISAMDataPointerSize = 'Taille du pointeur de données';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si le fichier temporaire utilisé pour la création rapide des index MyISAM devrait s\'avérer plus volumineux que d\'employer la cache des clés (la différence étant spécifiée ici), utiliser la méthode de cache des clés';
$strMyISAMMaxExtraSortFileSize = 'La taille maximum pour les fichiers temporaires utilisés lors de la création d\'index';
$strMyISAMMaxSortFileSizeDesc = 'La taille maximum du fichier temporaire qu\'il est permis à MySQL d\'allouer pour recréer un index MyISAM (durant un REPAIR TABLE, ALTER TABLE ou LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'Taille maximum pour les fichiers de tri temporaires';
$strMyISAMRecoverOptionsDesc = 'Le mode de recouvrement automatique en cas de tables MyISAM en mauvais état, tel que réglé via l\'option --myisam-recover au départ du serveur';
$strMyISAMRecoverOptions = 'Mode de recouvrement automatique';
$strMyISAMRepairThreadsDesc = 'Si cette valeur est plus grande que 1, les index de tables MyISAM sont créés en parallèle (chaque index dans son propre fil d\'exécution) lors d\'une réparation.';
$strMyISAMRepairThreads = 'Nombre de fils d\'exécution pour la réparation';
$strMyISAMSortBufferSizeDesc = 'La mémoire tampon qui est allouée pour trier les index MyISAM durant une opération REPAIR TABLE ou pour créer les index lors d\'un CREATE INDEX ou ALTER TABLE';
$strMyISAMSortBufferSize = 'Taille de la mémoire tampon';
$strMySQLCharset = 'Jeu de caractères pour MySQL';
$strMysqlClientVersion = 'Version du client MySQL';
$strMySQLConnectionCollation = 'Interclassement pour la connexion MySQL';
$strMySQLSaid = 'MySQL a répondu:';
$strMySQLShowProcess = 'Afficher les processus';
$strMySQLShowStatus = 'Afficher l\'état du serveur';
$strMySQLShowVars = 'Afficher les variables du serveur';
 
$strName = 'Nom';
$strNext = 'Suivant';
$strNoActivity = 'Aucune activité depuis %s secondes ou plus, veuillez vous reconnecter';
$strNoDatabases = 'Aucune base de données';
$strNoDatabasesSelected = 'Aucune base de données n\'a été sélectionnée.';
$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;!';
$strNoModification = 'Pas de modifications';
$strNone = 'aucune';
$strNo = 'Non';
$strNoOptions = 'Ce format ne comporte pas d\'options';
$strNoPassword = 'aucun mot de passe';
$strNoPermission = 'Le serveur web n\'a pas les permissions nécessaires pour enregistrer le fichier %s.';
$strNoPhp = 'Sans source PHP';
$strNoPrivileges = 'aucun privilège';
$strNoRights = 'Vous n\'êtes pas autorisé à accéder à cette page';
$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';
$strNoUsersFound = 'Il n\'y a aucun utilisateur';
$strNoValidateSQL = 'Ne pas valider SQL';
$strNull = 'Null';
$strNumberOfFields = 'Nombre de champs';
$strNumSearchResultsInTable = '%s occurence(s) dans la table <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total :</b> <i>%s</i> occurence(s)';
$strNumTables = 'Tables';
 
$strOK = 'OK';
$strOpenNewWindow = 'Ouvrir une nouvelle fenêtre phpMyAdmin';
$strOperations = 'Opérations';
$strOperator = 'Opérateur';
$strOptimizeTable = 'Optimiser la table';
$strOr = 'Ou';
$strOverhead = 'Perte';
$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';
$strPasswordHashing = 'Hachage du mot de passe';
$strPassword = 'Mot de passe';
$strPasswordNotSame = 'Les mots de passe doivent être identiques';
$strPdfDbSchema = 'Schema de la base "%s" - Page %s';
$strPdfInvalidTblName = 'La table "%s" n\'existe pas !';
$strPdfNoTables = 'Pas de table !';
$strPDFOptions = 'Options PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titre du rapport';
$strPerHour = 'par heure';
$strPerMinute = 'par minute';
$strPerSecond = 'par seconde';
$strPersian = 'perse';
$strPhoneBook = 'annuaire téléphonique';
$strPHP40203 = 'Vous utilisez PHP 4.2.3, et cette version a un sérieux problème avec les caractères multi-octets (mbstring), tel que décrit sur le rapport d\'anomalies 19404 chez PHP. Il n\'est pas recommandé d\'utiliser cette version de PHP avec phpMyAdmin.';
$strPhp = 'Créer source PHP';
$strPHPVersion = 'Version de PHP';
$strPmaDocumentation = 'Documentation de phpMyAdmin';
$strPmaUriError = 'Le paramètre <tt>$cfg[\'PmaAbsoluteUri\']</tt> DOIT être renseigné dans votre fichier de configuration !';
$strPolish = 'polonais';
$strPortrait = 'Portrait';
$strPos1 = 'Début';
$strPrevious = 'Précédent';
$strPrimaryKeyHasBeenDropped = 'La clé primaire a été effacée';
$strPrimaryKeyName = 'Le nom d\'une clef primaire doit être PRIMARY&nbsp;!';
$strPrimaryKeyWarning = '("PRIMARY" <b>doit et ne peut être</b> que le nom d\'une clef primaire&nbsp;!)';
$strPrimary = 'Primaire';
$strPrint = 'Imprimer';
$strPrintViewFull = 'Version imprimable (avec textes complets)';
$strPrintView = 'Version imprimable';
$strPrivDescAllPrivileges = 'Tous les privilèges sauf GRANT.';
$strPrivDescAlter = 'Permission de modifier la structure des tables existantes.';
$strPrivDescAlterRoutine = 'Permission de modifier et de supprimer des procédures stockées.';
$strPrivDescCreateDb = 'Permission de créer des bases de données et des tables.';
$strPrivDescCreateRoutine = 'Permission de créer des procédures stockées.';
$strPrivDescCreateTbl = 'Permission de créer des tables.';
$strPrivDescCreateTmpTable = 'Permission de créer des tables temporaires.';
$strPrivDescCreateUser = 'Permission de créer, supprimer et renommer des comptes utilisateurs';
$strPrivDescCreateView = 'Permission de créer des vues.';
$strPrivDescDelete = 'Permission de détruire des données';
$strPrivDescDropDb = 'Permission d\'effacer des bases de données et des tables.';
$strPrivDescDropTbl = 'Permission d\'effacer des tables.';
$strPrivDescExecute5 = 'Permission d\'exécuter des procédures stockées';
$strPrivDescExecute = 'Permission d\'exécuter des procédures. Non effectif dans cette version de MySQL.';
$strPrivDescFile = 'Permission d\'importer et d\'exporter des données à partir de / dans des fichiers.';
$strPrivDescGrant = 'Permission d\'ajouter des utilisateurs et des privilèges sans avoir besoin de recharger les privilèges.';
$strPrivDescIndex = 'Permission de créer et d\'effacer des index.';
$strPrivDescInsert = 'Permission d\'ajouter et de remplacer des données';
$strPrivDescLockTables = 'Permission de verrouiller des enregistrements dans le fil courant (unité d\'exécution).';
$strPrivDescMaxConnections = 'Limite du nombre de nouvelles connexions qu\'un utilisateur peut démarrer, par heure.';
$strPrivDescMaxQuestions = 'Limite du nombre de requêtes qu\'un utilisateur peut envoyer au serveur, par heure.';
$strPrivDescMaxUpdates = 'Limite du nombre de commandes changeant une table ou base de données, qu\'un utilisateur peut exécuter, par heure.';
$strPrivDescMaxUserConnections = 'Limite le nombre de connexions simultanées autorisées pour un utilisateur.';
$strPrivDescProcess3 = 'Permission de détruire les processus de d\'autres utilisateurs.';
$strPrivDescProcess4 = 'Permission de voir le texte complet des requêtes, dans la liste des processus.';
$strPrivDescReferences = 'Non effectif dans cette version de MySQL.';
$strPrivDescReload = 'Permission de recharger les réglages du serveur, et de vidanger la mémoire cache.';
$strPrivDescReplClient = 'Permission de demander où sont les maîtres et les esclaves (système de duplication).';
$strPrivDescReplSlave = 'Nécessaire pour les esclaves (système de duplication).';
$strPrivDescSelect = 'Permission de lire des données.';
$strPrivDescShowDb = 'Permission de voir la liste complète des noms de bases de données.';
$strPrivDescShowView = 'Permission d\'exécuter SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permission d\'arrêter le serveur MySQL.';
$strPrivDescSuper = 'Permission de se connecter, même si le nombre maximal de connexions permises a été atteint; ceci est requis pour la plupart des opérations de type administratif, par exemple les changements de variables globales ou la destruction de processus.';
$strPrivDescUpdate = 'Permission de changer des données.';
$strPrivDescUsage = 'Pas de privilèges';
$strPrivileges = 'Privilèges';
$strPrivilegesReloaded = 'Les privilèges ont été rechargés.';
$strProcesslist = 'Liste des processus';
$strProtocolVersion = 'Version du protocole';
$strPutColNames = 'Afficher les noms de champ en première ligne';
 
$strQBEDel = 'Effacer';
$strQBEIns = 'Ajouter';
$strQBE = 'Requête';
$strQueryCache = 'Cache des requêtes';
$strQueryFrame = 'Fenêtre SQL';
$strQueryOnDb = 'Requête SQL sur la base <b>%s</b>&nbsp;:';
$strQuerySQLHistory = 'Historique SQL';
$strQueryStatistics = '<b>Statistiques sur les requêtes</b>: Depuis son démarrage, %s requêtes ont été envoyées au serveur.';
$strQueryTime = 'traitement: %01.4f sec.';
$strQueryType = 'Type de requête';
$strQueryWindowLock = 'Ne pas écraser cette requête depuis une autre fenêtre';
 
$strReadRequests = 'Requêtes de lecture';
$strReceived = 'Reçu';
$strRecords = 'Enregistrements';
$strReferentialIntegrity = 'Vérifier l\'intégrité référentielle';
$strRefresh = 'Actualiser';
$strRelationalSchema = 'Schéma relationnel';
$strRelationNotWorking = 'Certaines fonctionnalités ayant trait aux tables reliées sont désactivées. Pour une analyse du problème, cliquez %sici%s.';
$strRelationsForTable = 'RELATIONS POUR LA TABLE';
$strRelations = 'Relations';
$strRelationView = 'Gestion des relations';
$strReloadingThePrivileges = 'Chargement des privilèges en cours.';
$strReloadMySQL = 'Recharger MySQL';
$strRemoveSelectedUsers = 'Effacer les utilisateurs sélectionnés.';
$strRenameDatabaseOK = 'La base de données %s a été renommée en %s';
$strRenameTable = '<b>Changer le nom</b> de la table pour';
$strRenameTableOK = 'La table %s se nomme maintenant %s';
$strRepairTable = 'Réparer la table';
$strReplaceNULLBy = 'Remplacer NULL par';
$strReplaceTable = 'Remplacer les données de la table avec le fichier';
$strReplication = 'Réplication';
$strReset = 'Réinitialiser les valeurs';
$strResourceLimits = 'Limites de ressources.';
$strReType = 'Entrer à nouveau';
$strRevokeAndDeleteDescr = 'Les utilisateurs auront le privilege "USAGE", jusqu\'à ce que les privilèges soient rechargés.';
$strRevokeAndDelete = 'Effacer tous les privilèges de ces utilisateurs, puis les effacer.';
$strRevokeMessage = 'Vous avez révoqué les privilèges pour %s';
$strRevoke = 'Révoquer';
$strRomanian = 'roumain';
$strRowLength = 'Longueur enr.';
$strRows = 'Enregistrements';
$strRowsFrom = 'enregistrement(s) à partir de l\'enregistrement n°';
$strRowSize = ' Taille enr. ';
$strRowsModeFlippedHorizontal = 'horizontal (en-têtes pivotés)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en mode %s et répéter les en-têtes à chaque groupe de %s';
$strRowsModeVertical = 'vertical';
$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';
$strSave = 'Sauvegarder';
$strScaleFactorSmall = 'Veuillez augmenter l\'échelle car le schéma déborde la page';
$strSearchFormTitle = 'Effectuer une nouvelle recherche dans la base de données';
$strSearchInTables = 'Dans la(les) table(s) :';
$strSearchNeedle = 'Mot(s) ou Valeur à rechercher (passe-partout: "%") :';
$strSearchOption1 = 'au moins un mot';
$strSearchOption2 = 'tous les mots';
$strSearchOption3 = 'phrase exacte';
$strSearchOption4 = 'expression réguliére';
$strSearch = 'Rechercher';
$strSearchResultsFor = 'Résultats de la recherche de "<i>%s</i>" %s :';
$strSearchType = 'Type de recherche :';
$strSecretRequired = 'Vous devez ajouter dans le fichier de configuration une phrase de passe secrète (blowfish_secret).';
$strSelectADb = 'Choisissez une base de données';
$strSelectAll = 'Tout sélectionner';
$strSelectBinaryLog = 'Sélectionnez le log binaire à consulter';
$strSelectFields = 'Choisir les champs à afficher (au moins un)';
$strSelectNumRows = 'dans la requête';
$strSelectTables = 'Choisissez les tables';
$strSend = 'Transmettre';
$strSent = 'Envoyé';
$strServerChoice = 'Choix du serveur';
$strServerNotResponding = 'Le serveur ne répond pas.';
$strServer = 'Serveur';
$strServerStatusDelayedInserts = 'Insertions avec délais';
$strServerStatus = 'Informations sur le serveur';
$strServerStatusUptime = 'Ce serveur MySQL fonctionne depuis %s. Il a démarré le %s.';
$strServerTabProcesslist = 'Processus';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Statistiques sur le trafic</b>: Ce tableau indique le trafic réseau observé sur ce serveur MySQL depuis son démarrage.';
$strServerVars = 'Variables et réglages du serveur';
$strServerVersion = 'Version du serveur';
$strSessionValue = 'Valeur pour la session';
$strSetEnumVal = 'Les différentes valeurs des champs de type enum/set sont à spécifier sous la forme \'a\',\'b\',\'c\'...<br />Pour utiliser un caractère "\\" ou "\'" dans l\'une de ces valeurs, faites-le précéder du caractère d\'échappement "\\" (par exemple \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Afficher';
$strShowAll = 'Tout afficher';
$strShowColor = 'Couleurs';
$strShowDatadictAs = 'Orientation du dictionnaire:';
$strShowFullQueries = 'Afficher les requêtes complètes';
$strShowGrid = 'Grille';
$strShowingBookmark = 'Affichage du signet';
$strShowingRecords = 'Affichage des enregistrements';
$strShowOpenTables = 'Montrer les tables ouvertes';
$strShowPHPInfo = 'Afficher les informations relatives à PHP';
$strShowSlaveHosts = 'Montrer les serveurs esclaves';
$strShowSlaveStatus = 'Montrer l\'état des serveurs esclaves';
$strShowStatusBinlog_cache_disk_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire mais qui ont excédé la valeur de binlog_cache_size et ont utilisé un fichier temporaire pour stocker les énoncés de la transaction.';
$strShowStatusBinlog_cache_useDescr = 'Le nombre de transactions qui ont utilisé la cache temporaire du log binaire.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Le nombre de tables temporaires sur disque créées automatiquement par le serveur lors de l\'exécution d\'énoncés. Si la valeur du paramètre Created_tmp_disk_tables est trop grande, augmentez la valeur de tmp_table_size afin que les tables temporaires soient maintenues en mémoire au lieu d\'être sur disque.';
$strShowStatusCreated_tmp_filesDescr = 'Le nombre de fichiers temporaires créés par mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Le nombre de tables temporaires en mémoire créées automatiquement par le serveur lors de l\'exécution d\'énoncés.';
$strShowStatusDelayed_errorsDescr = 'Le nombre d\'enregistrements écrits avec INSERT DELAYED pour lesquels une erreur est survenue (probablement un doublon sur la clé).';
$strShowStatusDelayed_insert_threadsDescr = 'Le nombre de fils d\'exécution utilisés pour INSERT DELAYED. Un fil est utilisé pour chacune des tables sur lesquelles un INSERT DELAYED a lieu.';
$strShowStatusDelayed_writesDescr = 'Le nombre d\'enregistrements écrits via INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Le nombre de commandes FLUSH exécutées.';
$strShowStatusHandler_commitDescr = 'Le nombre de commandes COMMIT internes.';
$strShowStatusHandler_deleteDescr = 'Le nombre de fois qu\'un enregistrement a été supprimé d\'une table.';
$strShowStatusHandler_discoverDescr = 'Le serveur MySQL peut demander au moteur de données NDB Cluster s\'il connaît une table portant un certain nom. Ceci est appelé &quot;découverte&quot;. Ce paramètre indique le nombre de fois que des tables ont été découvertes.';
$strShowStatusHandler_read_firstDescr = 'Le nombre de fois que la première entrée a été lue depuis un index. Si c\'est élevé, ceci suggère que le serveur effectue beaucoup de parcours complets d\'un index; par exemple, SELECT coll FROM foo, en assumant que coll est une colonne indexée.';
$strShowStatusHandler_read_keyDescr = 'Le nombre de requêtes pour lire un enregistrement via une clé. Si élevé, c\'est une bonne indication que vos tables sont correctement indexées.';
$strShowStatusHandler_read_nextDescr = 'Le nombre de requêtes de lecture du prochain enregistrement, en ordre de clé. Ceci est augmenté si vous interrogez une colonne indexée avec un critère de fourchette ou si vous parcourez l\'index.';
$strShowStatusHandler_read_prevDescr = 'Le nombre de requêtes de lecture de l\'enregistrement précédent, en ordre de clé. Utilisé surtout pour optimiser ORDER BY ... DESC';
$strShowStatusHandler_read_rndDescr = 'Le nombre de requêtes de lecture d\'un enregistrement basée sur une position fixe. Ce nombre est élevé si vous faites de nombreuses requêtes qui nécessitent de trier les résultats. Vous avez probablement un grand nombre de requêtes qui demandent à MySQL de parcourir des tables en entier, ou vous avez des jointures qui n\'utilisent pas correctement les clés.';
$strShowStatusHandler_read_rnd_nextDescr = 'Le nombre de requêtes de lecture du prochaine enregistrement dans le fichier. Élevé si vous faites plusieurs parcours de tables. Ceci suggère que vos tables ne sont pas correctement indexées ou que vos requêtes ne sont pas écrites de façon à tirer parti des index que vous avez définis.';
$strShowStatusHandler_rollbackDescr = 'Le nombre d\'énoncés ROLLBACK internes.';
$strShowStatusHandler_updateDescr = 'Le nombre de requêtes de mise à jour d\'enregistrements.';
$strShowStatusHandler_writeDescr = 'Le nombre de requêtes d\'insertion d\'enregistrements.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Le nombre de pages contenant des données.';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Le nombre de pages contenant des données "dirty"';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Le nombre de pages de mémoire-tampon qui ont été effacées.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Le nombre de pages libres';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Le nombre de pages dans la réserve InnoDB qui sont actuellement en train d\'être lues ou écrites, ou qui ne peuvent être supprimées pour une autre raison.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Le nombre de pages occupées car elles ont été déallouées en raison de verrous sur les enregistrements. Cette valeur peut également être calculée comme suit: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Taille totale de la réserve, en pages.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Le nombre de lectures discontinues effectuées par InnoDB. Ceci survient lorsqu\'une requête doit balayer une large portion de table en ordre discontinu.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Le nombre de lectures séquentielles effectuées par InnoDB. Ceci survient quand InnoDB fait un parcours séquentiel intégral de la table.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Le nombre de requêtes de lectures "logiques" effectuées par InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Le nombre de lectures que InnoDB n\'a pu faire à partir de la réserve, menant à une lecture directe d\'une page.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalement, l\'écriture dans la réserve InnoDB se passe en arrière-plan. Cependant, s\'il est nécessaire de lire ou de créer une page et qu\'aucune page n\'est disponible, InnoDB doit attendre que des pages soient libérées. Ceci compte le nombre de fois qu\'une telle attente a été nécessaire. Si la taille de la réserve est adéquate, cette valeur devrait être petite.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Le nombre d\'écritures faites dans la réserve InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Le nombre d\'opérations fsync() faites jusqu\'à présent.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Le nombre d\'opérations fsync() actuellement en attente.';
$strShowStatusInnodb_data_pending_readsDescr = 'Le nombre actuel de lectures en attente.';
$strShowStatusInnodb_data_pending_writesDescr = 'Le nombre actuel d\'écritures en attente.';
$strShowStatusInnodb_data_readDescr = 'La quantité d\'octets lus jusqu\'à présent.';
$strShowStatusInnodb_data_readsDescr = 'Le nombre total de lectures de données.';
$strShowStatusInnodb_data_writesDescr = 'Le nombre total d\'écritures de données.';
$strShowStatusInnodb_data_writtenDescr = 'La quantité d\'octets écrits jusqu\'à présent.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Le nombre de pages utilisées pour des écritures "doublewrite".';
$strShowStatusInnodb_dblwr_writesDescr = 'Le nombre d\'écritures "doublewrite" effectuées.';
$strShowStatusInnodb_log_waitsDescr = 'Le nombre d\'attentes en raison d\'un tampon du fichier témoin trop petit; il fallait attendre qu\'il se libère avant de continuer.';
$strShowStatusInnodb_log_write_requestsDescr = 'Le nombre de requêtes d\'écritures sur le fichier témoin.';
$strShowStatusInnodb_log_writesDescr = 'Le nombre d\'écritures physiques au fichier témoin.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Le nombre d\'écritures fsync() sur le fichier témoin.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Le nombre de fsync() du fichier témoin en attente.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Le nombre d\'écritures du fichier témoin en attente.';
$strShowStatusInnodb_os_log_writtenDescr = 'Le nombre d\'octets écrits sur le fichier témoin.';
$strShowStatusInnodb_pages_createdDescr = 'Le nombre de pages créées.';
$strShowStatusInnodb_page_sizeDescr = 'La taille de page InnoDB telle que compilée (16 Ko par défaut). Plusieurs valeurs sont comptées par page; la taille de page leur permet d\'être facilement converties en octets.';
$strShowStatusInnodb_pages_readDescr = 'Le nombre de pages lues.';
$strShowStatusInnodb_pages_writtenDescr = 'Le nombre de pages écrites.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Le nombre de verrous d\'enregistrements actuellement en attente.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Le temps d\'attente moyen pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_timeDescr = 'Le temps total utilisé pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Le temps d\'attente maximum pour acquérir un verrou, en millisecondes.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Le nombre de fois qu\'on a dû attendre pour un verrou.';
$strShowStatusInnodb_rows_deletedDescr = 'Le nombre d\'enregistrements supprimés des tables InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Le nombre d\'enregistrements insérés dans des tables InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Le nombre d\'enregistrements lus dans des tables InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Le nombre d\'enregistrements mis à jour dans des tables InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Le nombre de blocs de clés dans la cache de clés qui ont été modifiés mais pas encore transférés sur disque.';
$strShowStatusKey_blocks_unusedDescr = 'Le nombre de blocs inutilisés dans la cache de clés. Vous pouvez utiliser cette valeur pour déterminer la proportion de la cache de clés qui est utilisée.';
$strShowStatusKey_blocks_usedDescr = 'Le nombre maximum de blocs qui ont été utilisés en même temps dans la cache de clés.';
$strShowStatusKey_read_requestsDescr = 'Le nombre de requêtes de lecture d\'un bloc de clés depuis la cache.';
$strShowStatusKey_readsDescr = 'Le nombre de lectures physiques d\'un bloc de clés depuis le disque. Si cette valeur est élevée, la taille de votre mémoire tampon de clés est trop petite. Le taux d\'échec de la cache peut être calculé par "Key reads/Key read requests".';
$strShowStatusKey_write_requestsDescr = 'Le nombre de requêtes en vue d\'écrire un bloc de clé dans la cache.';
$strShowStatusKey_writesDescr = 'Le nombre d\'écritures physiques d\'un bloc de clés vers le disque.';
$strShowStatusLast_query_costDescr = 'Le coût total de la dernière requête compilée, tel que calculé par l\'optimiseur de requêtes. Utile pour comparer le coût de diverses stratégies pour une même requête. La valeur de 0 indique qu\'aucune requête n\'a encore été compilée.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Le nombre d\'enregistrements en attente d\'écriture (INSERT DELAY).';
$strShowStatusOpened_tablesDescr = 'Le nombre tables qui ont été ouvertes. Si trop élevé, votre cache de table est probablement trop petite.';
$strShowStatusOpen_filesDescr = 'Le nombre de fichiers qui sont ouverts.';
$strShowStatusOpen_streamsDescr = 'Le nombre de flux de données qui sont ouverts.';
$strShowStatusOpen_tablesDescr = 'Le nombre de tables qui sont ouvertes.';
$strShowStatusQcache_free_blocksDescr = 'Le nombre de blocs de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_free_memoryDescr = 'La quantité de mémoire libre dans la cache de requêtes.';
$strShowStatusQcache_hitsDescr = 'Le nombre de succès dans la cache.';
$strShowStatusQcache_insertsDescr = 'Le nombre de requêtes ajoutées à la cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Le nombre de requêtes qui ont été retirées de la cache pour libérer de la mémoire afin de mettre en cache de nouvelles requêtes. Peut être utilisé afin de peaufiner la taille de la cache. La stratégie utilisée pour déterminer quelles requêtes seront retirées est LRU (least recently used).';
$strShowStatusQcache_not_cachedDescr = 'Le nombre de requêtes non en cache (impossible à placer en cache, ou non cachée en raison du paramètre query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Le nombre de requêtes enregistrées dans la cache.';
$strShowStatusQcache_total_blocksDescr = 'Le nombre total de blocs dans la cache de requêtes.';
$strShowStatusReset = 'Réinitialiser';
$strShowStatusRpl_statusDescr = 'L\'état de la réplication sans échec (pas encore implantée).';
$strShowStatusSelect_full_joinDescr = 'Le nombre de jointures qui n\'ont pas utilisé d\'index. Si cette valeur est supérieure à 0, vérifiez soigneusement les indexes de vos tables.';
$strShowStatusSelect_full_range_joinDescr = 'Le nombre de jointures qui ont utilisé une recherche par plage sur une table de référence.';
$strShowStatusSelect_range_checkDescr = 'Le nombre de jointures sans clés qui vérifient l\'utilisation de clé à chaque enregistrement. (Si ceci est supérieur à 0, vérifiez soigneusement les indexes de vos tables.)';
$strShowStatusSelect_rangeDescr = 'Le nombre de jointures qui ont utilisé des plages sur la première table. (Normalement non critique même si cette valeur est élevée.)';
$strShowStatusSelect_scanDescr = 'Le nombre de jointures qui ont nécessité le parcours complet de la première table.';
$strShowStatusSlave_open_temp_tablesDescr = 'Le nombre de tables temporaires actuellement ouvertes par le fil d\'exécution SQL de l\'esclave.';
$strShowStatusSlave_retried_transactionsDescr = 'Nombre de fois (depuis le démarrage) que le fil d\'exécution SQL de l\'esclave a envoyé à nouveau des transactions.';
$strShowStatusSlave_runningDescr = 'Ceci est à ON si ce serveur est un esclave connecté à un maître.';
$strShowStatusSlow_launch_threadsDescr = 'Le nombre de fils d\'exécution dont le temps de création a excédé slow_launch_time secondes.';
$strShowStatusSlow_queriesDescr = 'Le nombre de requêtes dont le temps d\'exécution a excédé long_query_time secondes.';
$strShowStatusSort_merge_passesDescr = 'Le nombre d\'opérations de fusion effectuées par l\'algorithme de tri. Si ce nombre est élevé, augmentez la valeur du paramètre sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Le nombre de tri effectués avec des plages.';
$strShowStatusSort_rowsDescr = 'Le nombre d\'enregistrements triés.';
$strShowStatusSort_scanDescr = 'Le nombre de tri effectués via un parcours de la table.';
$strShowStatusTable_locks_immediateDescr = 'Le nombre de fois qu\'un verrou de table a été acquis immédiatement.';
$strShowStatusTable_locks_waitedDescr = 'Le nombre de fois qu\'un verrou de table n\'a pu être acquis immédiatement, induisant un temps d\'attente. Si ce nombre est élevé et que vous éprouvez des problèmes de performance, commencez par optimiser vos requêtes, puis subdivisez vos tables ou encore utiliser la réplication.';
$strShowStatusThreads_cachedDescr = 'Le nombre de fils dans la cache des fils d\'exécution. Si cette valeur est en rouge, vous devriez augmenter la taille de cette cache.';
$strShowStatusThreads_connectedDescr = 'Le nombre de connexions ouvertes actuellement.';
$strShowStatusThreads_createdDescr = 'Le nombre de fils d\'exécution créés afin de gérer les connexions. Si ce nombre est trop grand, vous pourriez augmenter la valeur du paramètre thread_cache_size. (Normalement, ceci ne procure pas une amélioration perceptible de la performance si votre serveur gère correctement les fils d\'exécution.';
$strShowStatusThreads_runningDescr = 'Le nombre de fils d\'exécution non suspendus.';
$strShowTableDimension = 'Dimension des tables';
$strShowTables = 'Afficher les tables';
$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)';
$strSortByKey = 'Trier sur l\'index';
$strSorting = 'Mécanisme de tri';
$strSort = 'Tri';
$strSpaceUsage = 'Espace utilisé';
$strSpanish = 'espagnol';
$strSplitWordsWithSpace = 'Séparer les mots par un espace (" ").';
$strSQLExportCompatibility = 'Compatibilité de l\'exportation';
$strSQLExportType = 'Type d\'exportation';
$strSQLImportOptions = 'Options SQL';
$strSQLOptions = 'options SQL';
$strSQLParserBugMessage = 'Il semble que vous ayiez trouvé une anomalie dans l\'analyseur syntaxique SQL. Veuillez examiner votre requête attentivement, et vérifier que vos apostrophes sont conformes. Il se pourrait aussi que vous ayiez chargé un fichier dont le contenu binaire n\'est pas entre apostrophes. Si vous avez accès à MySQL via son interface de commande en mode ligne, vous pouvez y essayer votre requête. Le message d\'erreur présenté plus bas pourrait vous indiquer la source du problème. En dernier recours, veuillez trouver la plus courte requête possible qui cause le problème, et soumettre un rapport d\'anomalie en incluant la section à couper:';
$strSQLParserUserError = 'Il semble qu\'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.';
$strSQLQuery = 'requête SQL';
$strSQLResult = 'Résultat de la requête SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificateur invalide';
$strSQPBugUnclosedQuote = 'Apostrophe non fermé';
$strSQPBugUnknownPunctuation = 'Ponctuation invalide';
$strStatCheckTime = 'Dernière vérification';
$strStatCreateTime = 'Création';
$strStatement = 'Information';
$strStatisticsOverrun = 'Sur un serveur surchargé, la capacité des compteurs d\'octets peut être dépassée, auquel cas les statistiques rapportées par MySQL peuvent être inexactes.';
$strStatUpdateTime = 'Dernière modification';
$strStatus = 'État';
$strStorageEngine = 'Moteur de stockage';
$strStorageEngines = 'Moteurs de stockage';
$strStrucCSV = 'CSV';
$strStrucData = 'Structure et données';
$strStrucDrop = 'Inclure des énoncés "DROP TABLE"';
$strStrucExcelCSV = 'CSV pour MS Excel';
$strStrucNativeExcel = 'Données MS Excel (format natif)';
$strStrucOnly = 'Structure seule';
$strStructPropose = 'Suggérer des optimisations quant à la structure de la table';
$strStructure = 'Structure';
$strSubmit = 'Exécuter';
$strSuccess = 'Votre requête SQL a été exécutée avec succès';
$strSum = 'Somme';
$strSwedish = 'suédois';
$strSwitchToDatabase = 'Aller à la base de données copiée';
$strSwitchToTable = 'Aller à la table copiée';
 
$strTableAlreadyExists = 'La table %s existe déjà!';
$strTableComments = 'Commentaires sur la table';
$strTableEmpty = 'Le nom de la table est vide';
$strTableHasBeenDropped = 'La table %s a été effacée';
$strTableHasBeenEmptied = 'La table %s a été vidée';
$strTableHasBeenFlushed = 'La table %s a été rechargée';
$strTableMaintenance = '<b>Maintenance</b> de la table';
$strTableOfContents = 'Table des matières';
$strTableOptions = '<b>Options</b> pour cette table';
$strTables = '%s table(s)';
$strTableStructure = 'Structure de la table';
$strTable = 'Table';
$strTableType = '<b>Type</b> de la table';
$strTakeIt = 'utiliser celui-ci';
$strTblPrivileges = 'Privilèges spécifiques à une table';
$strTempData = 'Données temporaires';
$strTextAreaLength = 'Il est possible que ce champ<br />ne soit pas éditable<br />en raison de sa longueur';
$strThai = 'thaï';
$strThemeDefaultNotFound = 'Thème par défaut %s inexistant!';
$strThemeNoPreviewAvailable = 'Prévisualisation non disponible.';
$strThemeNotFound = 'Thème %s inexistant!';
$strThemeNoValidImgPath = 'Chemin des images inexistant pour le thème %s!';
$strThemePathNotFound = 'Chemin non trouvé pour le thème %s!';
$strTheme = 'Thème / Style';
$strThisHost = 'Ce serveur';
$strThisNotDirectory = 'Ceci n\'est pas un répertoire';
$strThreads = 'Fils d\'exécution';
$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';
$strTraditionalChinese = 'chinois traditionnel';
$strTraditionalSpanish = 'espagnol traditionnel';
$strTraffic = 'Trafic';
$strTransactionCoordinator = 'Coordonnateur des transactions';
$strTransformation_application_octetstream__download = 'Affiche un lien pour télécharger le contenu binaire d\'une colonne. La première option est le nom du fichier binaire. La seconde option est le nom de la colonne contenant le nom du fichier. Si vous utilisez la seconde option, veuillez laisser la première option vide.';
$strTransformation_application_octetstream__hex = 'Affiche une représentation hexadécimale des données.';
$strTransformation_image_jpeg__inline = 'Affiche une image timbre-poste cliquable; les options sont: largeur,hauteur en pixels (conserve le rapport original)';
$strTransformation_image_jpeg__link = 'Affiche un lien vers cette image';
$strTransformation_image_png__inline = 'Voir image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Change le format des champs de type TIME, TIMESTAMP ou DATETIME selon votre format local de date/heure. La première option est le décalage horaire qui sera ajouté (par défaut 0). La seconde option est un format en accord avec les paramètres de la fonction PHP strftime().';
$strTransformation_text_plain__external = '(Linux seulement) Exécute un programme externe et lui envoit le contenu du champ via l\'entrée standard. Puis capture la sortie standard de ce programme externe. Le programme par défaut est tidy, pour un affichage embelli du code HTML. Pour des raisons de sécurité, vous devez éditer le script libraries/transformations/text_plain__external.inc.php et y insérer les noms de programme externe possibles. La première option est le numéro du programme que vous voulez utiliser, la seconde option contient les paramètres pour ce programme. En troisième option, une valeur de 1 va convertir le résultat avec la fonction htmlspecialchars() (par défaut, 1). En option 4, une valeur de 1 va ajouter NOWRAP à la cellule affichée (par défaut, 1).';
$strTransformation_text_plain__formatted = 'Préserve le contenu original du champ, sans ajout de caractères d\'échappement.';
$strTransformation_text_plain__imagelink = 'Affiche une image et un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, la largeur en pixels, en troisième option la hauteur en pixels.';
$strTransformation_text_plain__link = 'Affiche un lien, le champ contient le nom du fichier; en première option, un préfixe comme "http://domaine.com/", en seconde option, un titre pour le lien.';
$strTransformation_text_plain__sql = 'Affiche le texte comme une requête SQL avec embellissement de la syntaxe.';
$strTransformation_text_plain__substr = 'N\'affiche qu\'une partie du champ. En première option, la position de départ (par défaut, 0). En seconde option, le nombre de caractères à afficher (par défaut, le reste). En troisième option, des caractères à afficher à la fin du texte (par défaut: "...").';
$strTruncateQueries = 'Afficher les requêtes tronquées';
$strTurkish = 'turc';
$strType = 'Type';
 
$strUkrainian = 'ukrainien';
$strUncheckAll = 'Tout décocher';
$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';
$strUpdComTab = 'La documentation indique comment mettre à jour votre table Column_comments';
$strUpgrade = 'Vous devriez utiliser %s en version %s ou plus récente.';
$strUploadLimit = 'Vous avez probablement tenté de télécharger un fichier trop volumineux. Veuillez vous référer à la %sdocumentation%s pour des façons de contourner cette limite.';
$strUsage = 'Espace';
$strUseBackquotes = 'Protéger les noms des tables et des champs par des&nbsp;"`"';
$strUsedPhpExtensions = 'Extensions PHP utilisées';
$strUseHostTable = 'Utiliser la table Host';
$strUserAlreadyExists = 'L\'utilisateur %s existe déjà!';
$strUserEmpty = 'Le nom d\'utilisateur est vide';
$strUserName = 'Nom d\'utilisateur';
$strUserNotFound = 'L\'utilisateur choisi n\'existe pas dans la table des privilèges';
$strUserOverview = 'Vue d\'ensemble des utilisateurs';
$strUsersDeleted = 'Les utilisateurs sélectionnés ont été effacés.';
$strUsersHavingAccessToDb = 'Utilisateurs ayant accès à &quot;%s&quot;';
$strUser = 'Utilisateur';
$strUseTabKey = 'Utilisez la tabulation pour aller d\'une valeur à l\'autre, ou CTRL+flèches pour aller n\'importe où';
$strUseTables = 'Utiliser les tables';
$strUseTextField = 'Entrez une valeur';
$strUseThisValue = 'Utiliser cette valeur';
 
$strValidateSQL = 'Valider SQL';
$strValidatorError = 'Le validateur SQL n\'a pas pu être initialisé. Vérifiez que les extensions PHP nécessaires ont bien été installées (voir la %sdocumentation%s).';
$strValue = 'Valeur';
$strVar = 'Variable';
$strVersionInformation = 'Information de version';
$strViewDump = '<b>Afficher le schéma</b> de la table';
$strViewDumpDatabases = 'Schéma et/ou contenu des bases de données';
$strViewDumpDB = 'Schéma et données de la base ';
$strViewHasBeenDropped = 'La vue %s a été supprimée';
$strViewMaxExactCount = 'Cette vue comporte plus de %d enregistrements. Veuillez vous référer à la %sdocumentation%s.';
$strView = 'Vue';
 
$strWebServerUploadDirectoryError = 'Le répertoire de transfert est inaccessible';
$strWebServerUploadDirectory = 'répertoire de transfert du serveur Web';
$strWelcome = 'Bienvenue à %s ';
$strWestEuropean = 'Europe de l\'ouest';
$strWildcard = 'passepartout';
$strWindowNotFound = 'La fenêtre principale n\'a pu être mise à jour. Il est possible que vous l\'ayiez fermée, ou encore que votre navigateur bloque les mises à jour inter-fenêtres pour des raisons de sécurité.';
$strWithChecked = 'Pour la sélection :';
$strWriteRequests = 'Requêtes d\'écriture';
$strWritingCommentNotPossible = 'Ajout de commentaire impossible';
$strWritingRelationNotPossible = 'Ajout de relation impossible';
$strWrongUser = 'Erreur d\'utilisateur/mot de passe. Accès refusé';
 
$strXML = 'XML';
 
$strYes = 'Oui';
 
$strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.';
$strZip = '"zippé"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/galician-iso-8859-1.inc.php
0,0 → 1,981
<?php
/* $Id: galician-iso-8859-1.inc.php,v 2.129.2.5 2006/04/11 14:11:46 nijel Exp $ */
 
/**
* Translated by Xosé Calvo <xosecalvo at terra.es>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d de %B de %Y ás %H:%M';
 
$timespanfmt = '%s días, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Cancelado';
$strAbsolutePathToDocSqlDir = 'Introduza a rota absoluta completa ao directorio docSQL no servidor';
$strAccessDenied = 'Acceso Negado';
$strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non creou un ficheiro de configuración. Talvez queira utilizar %1$ssetup script%2$s para crear un.';
$strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexión. Deberá comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa información proporcionada polo administrador do servidor do MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Engadir o valor incremental (AUTO_INCREMENT)';
$strAddConstraints = 'Adicionar limitacións';
$strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo';
$strAddDeleteRow = 'Adicionar/Eliminar filas de criterios';
$strAddDropDatabase = 'Engadir "Eliminar a base de datos" (DROP DATABASE)';
$strAddedColumnComment = 'Púxoselle un comentario á columna';
$strAddedColumnRelation = 'Adicionóuselle unha relación á columna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n liñas diferentes)';
$strAddIfNotExists = 'Adicionar SE NON EXISTIR';
$strAddIntoComments = 'Engadir aos comentarios';
$strAddNewField = 'Adicionar un novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilexios para a esta base de datos';
$strAddPrivilegesOnTbl = 'Adicionar privilexios para a esta tabela';
$strAddSearchConditions = 'Condición da pesquisa (ou sexa, o complemento da cláusula "WHERE"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar un novo usuario';
$strAddUserMessage = 'Usuario adicionado.';
$strAdministration = 'Administración';
$strAffectedRows = 'Fileiras que se verán afectadas:';
$strAfter = 'Despois de %s';
$strAfterInsertBack = 'Voltar';
$strAfterInsertNewInsert = 'Inserir un novo rexistro';
$strAfterInsertNext = 'Modificar a fileira seguinte';
$strAfterInsertSame = 'Voltar para esta páxina';
$strAllowInterrupt = 'Permitir que se interrumpa a importación no caso de que o guión detecte que está perto do limite. Este podería ser un bon método para importar ficheiros longos, ainda que pode rachar transaccións.';
$strAllTableSameWidth = 'mostrar todas as tabelas co mesmo ancho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Ordenar a tabela por';
$strAnalyzeTable = 'Analizar a tabela';
$strAnd = 'E';
$strAndThen = 'e despois';
$strAnIndex = 'Adicionouse un índice a %s';
$strAny = 'Calquer';
$strAnyHost = 'Calquer servidor';
$strAnyUser = 'Calquer usuario';
$strApproximateCount = 'Pode ser aproximado. Consulte a FAQ 3.11';
$strAPrimaryKey = 'Adicionouse unha chave primaria a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No comezo da tabela';
$strAtEndOfTable = 'Ao final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Distribución automática';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'COMEZA O RECORTE';
$strBeginRaw = 'COMEZA O TEXTO SIMPLE ("RAW")';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - non editar ';
$strBinaryLog = 'Ficheiro de rexistro binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nome do ficheiro de rexistro';
$strBinLogOriginalPosition = 'Posición orixinal';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID do servidor';
$strBookmarkAllUsers = 'Permitir que calquer usuario poida acceder a este marcador';
$strBookmarkCreated = 'Creouse o marcador %s';
$strBookmarkDeleted = 'Eliminouse o marcador.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'A procura de SQL foi gardada';
$strBookmarkReplace = 'Substituir un marcador xa existente que ten o mesmo nome';
$strBookmarkThis = 'Gardar esta procura de SQL';
$strBookmarkView = 'Só visualizar';
$strBrowseDistinctValues = 'Examinar valores claramente distintos';
$strBrowseForeignValues = 'Visualizar valores alleos';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Actividade da reserva da memoria intermedia';
$strBufferPool = 'Reserva da memoria intermedia';
$strBufferPoolUsage = 'Uso da reserva da memoria intermedia';
$strBufferReadMisses = 'Fallos de lectura';
$strBufferReadMissesInPercent = 'Fallos de lectura en %';
$strBufferWriteWaits = 'Esperas para escreber';
$strBufferWriteWaitsInPercent = 'Esperas para escreber en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páxinas ocupadas';
$strBzError = 'phpMyAdmin foi incapaz de comprimir os resultados debido a que esta versión do php ten unha extensión de Bz2 con erros. Recoméndase que configure a directiva <code>$cfg[\'BZipDump\']</code> do seu ficheiro de configuración do phpMyAdmin para que sexa <code>FALSE</code>. Se quer usar a funcionalidade de compresión Bz2, actualice a unha versión posterior do php. Consulte o informe de erros %s para máis detalles.';
$strBzip = 'comprimido no formato "bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non se puideron importar as extensións - Comprobe a súa instalación!';
$strCannotLogin = 'Non podo conectar co servidor de MySQL';
$strCantLoad = 'Non se pode carregar a extensión %s.<br />Comprobe a configuración do PHP.';
$strCantLoadRecodeIconv = 'Non se puido carregar iconv ou precísase da extensión recode para a conversión do charset. Configure o php para que se poidan usar estas extensións ou indique que non se use a conversión de charset en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Non se pode facer que este índice sexa PRIMARIO!';
$strCantUseRecodeIconv = 'Non se puido usar nen iconv nen libiconv nen a función recode_stringf mentres haxa extensións por carregar. Comprobe a súa configuración do php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'sen distinguir maiúsculas de minúsculas';
$strCaseSensitive = 'distinguindo maiúsculas de minúsculas';
$strCentralEuropean = 'Centroeuropeu';
$strChangeCopyModeCopy = '... manter o anterior.';
$strChangeCopyMode = 'Crear un utilizador novo cos mesmos privilexios e...';
$strChangeCopyModeDeleteAndReload = ' ... eliminar o anterior das tabelas de utilizadores e recarregar os privilexios despóis.';
$strChangeCopyModeJustDelete = ' ... eliminar o anterior das tabelas de utilizadores.';
$strChangeCopyModeRevoke = ' ... retirar-lle todos os privilexios activos ao anterior e eliminalo despóis.';
$strChangeCopyUser = 'Modificar a información de acceso (login) / Copiar utilizador';
$strChangeDisplay = 'Escolla o campo que se há de mostrar';
$strChange = 'Mudar';
$strChangePassword = 'Trocar o contrasinal';
$strCharset = 'Conxunto de caracteres';
$strCharsetOfFile = 'Conxunto de caracteres do ficheiro:';
$strCharsetsAndCollations = 'Conxuntos de caracteres e Ordes alfabéticas';
$strCharsets = 'Conxuntos de caracteres';
$strCheckAll = 'Marcá-los todos';
$strCheckOverhead = 'Exceso na comprobación';
$strCheckPrivs = 'Comprobar os privilexios';
$strCheckPrivsLong = 'Comprobar os privilexios da base de datos &quot;%s&quot;.';
$strCheckTable = 'Verificar a tabela';
$strChoosePage = 'Escolla unha páxina para modificar';
$strColComFeat = 'Mostrando os comentarios das columnas';
$strCollation = 'Orde alfabética';
$strColumnNames = 'Nomes das Columnas';
$strColumnPrivileges = 'Privilexios proprios de columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA A TABELA';
$strCompatibleHashing = 'Compatíbel co MySQL&nbsp;4.0';
$strCompleteInserts = 'Insercións completas';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'A compresión do ficheiro importado detectarase automaticamente de: %s';
$strConfigDefaultFileError = 'Non se puido carregar a configuración desde: "%1$s"';
$strConfigFileError = 'phpMyAdmin non puido ler o seu ficheiro de configuración<br/>Isto podería deberse a que php atopou un erro nel ou a que php non puido atopar o ficheiro.<br/>Invoque o ficheiro de configuración directamente mediante o vínculo que hai máis abaixo e lea a mensaxe de erro de php que receba. Na maioría dos casos simplesmente faltan unha aspa ou un ponto e vírcula <br/>Se recebe unha páxina en branco é que todo está ben.';
$strConfigureTableCoord = 'Configure as coordenadas da tabela %s';
$strConnectionError = 'Non se pode conectar: os axustes non son válidos.';
$strConnections = 'Conexións';
$strConstraintsForDumped = 'Limitacións para os volcados das tabelas';
$strConstraintsForTable = 'Limitacións para a tabela';
$strCookiesRequired = 'A partir de aqui debe permitir cookies.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'A base de dastos %s copiouse para %s';
$strCopyTable = 'Copiar a tabela a (base_de_datos<b>.</b>tabela):';
$strCopyTableOK = 'A tabela \$table copiouse para \$new_name.';
$strCopyTableSameNames = 'Non se pode copiar unha tabela sobre si mesma';
$strCouldNotKill = 'phpMyAdmin foi incapaz de finalizar o fío %s. Probablemente xa está fechado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Crear un novo índice';
$strCreateNewDatabase = 'Crear unha nova base de datos';
$strCreateNewTable = 'Crear unha tabela nova na base de datos %s';
$strCreatePage = 'Crear unha páxina nova';
$strCreatePdfFeat = 'Creación de PDFs';
$strCreationDates = 'Datas de creación/actualización/comprobación';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcións de CSV';
$strCSVOptions = 'Opcións CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-eslovaco';
 
$strDanish = 'Dinamarqués';
$strDatabase = 'Banco de Datos';
$strDatabaseEmpty = 'O nome da base de datos non existe!';
$strDatabaseExportOptions = 'Opcións de exportación da base de datos';
$strDatabaseHasBeenDropped = 'A base de datos %s foi eliminada.';
$strDatabaseNoTable = 'Esta base de datos non contén nengunha tabela';
$strDatabases = 'Bancos de Datos';
$strDatabasesDropped = 'Elimináronse %s bases de datos sen problemas.';
$strDatabasesStatsDisable = 'Deshabilitar as estatísticas';
$strDatabasesStatsEnable = 'Habilitar as estatísticas';
$strDatabasesStats = 'Estatísticas das bases de datos';
$strDatabasesStatsHeavyTraffic = 'Nota: De habilitar as estatísticas da base de datos, ocasionará que se produza un tráfico denso entre o servidor web e o de MySQL.';
$strData = 'Datos';
$strDataDict = 'Dicionario de datos';
$strDataOnly = 'Só os datos';
$strDataPages = 'Páxinas con datos';
$strDBComment = 'Comentario da base de datos: ';
$strDBCopy = 'Copiar a base de datos para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Liña';
$strDBGMaxTimeMs = 'Tempo máximo, ms';
$strDBGMinTimeMs = 'Tempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilexios proprios de base de datos';
$strDBRename = 'Mudar o nome da base de datos para';
$strDbSpecific = 'específico da base de datos';
$strDefaultEngine = '%s é o motor de armacenamento predefinido neste servidor de MySQL.';
$strDefault = 'Padrón';
$strDefaultValueHelp = 'Para os valores por omisión, introduza un único valor, sen escapalo con barras ou aspas e usando este formato: a';
$strDefragment = 'Tabela de defragmentación';
$strDelayedInserts = 'Usar insercións demoradas';
$strDeleteAndFlushDescr = 'Este é o modo máis limpo, mais pode que recarregar os privilexios leve un pouco de tempo.';
$strDeleteAndFlush = 'Eliminar os usuarios e recarregar os privilexios a continuación.';
$strDeleted = 'Rexistro eliminado';
$strDeletedRows = 'Fileiras borradas:';
$strDelete = 'Eliminar';
$strDeleteNoUsersSelected = 'Non se seleccionaron utilizadores para eliminar!';
$strDeleting = 'A eliminar %s';
$strDelOld = 'Esta páxina ten referencias a tabelas que xa non existen. Quere eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descrición';
$strDictionary = 'dicionario';
$strDirtyPages = 'Páxinas suxas';
$strDisabled = 'Desactivado';
$strDisableForeignChecks = 'Desabilitar as comprobacións de chaves exteriores';
$strDisplayFeat = 'Mostrar as características';
$strDisplayOrder = 'Mostrar en orde:';
$strDisplayPDF = 'Mostrar o esquema PDF';
$strDoAQuery = 'Faga unha "procura por exemplo" (o comodín é "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Seguro? ';
$strDropDatabaseStrongWarning = 'Está a piques de DESTRUIR unha base de datos inteira!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar as bases de datos que teñan os mesmos nomes que os usuarios.';
$strDumpingData = 'Extraindo datos da tabela';
$strDumpSaved = 'O vaciado gardouse no ficheiro %s.';
$strDumpXRows = 'Pór %s fileiras a partir da fileira %s.';
$strDynamic = 'dinámico';
 
$strEdit = 'Modificar';
$strEditPDFPages = 'Editar as páxinas PDF';
$strEditPrivileges = 'Modificar privilexios';
$strEffective = 'Efectivo';
$strEmpty = 'Borrar';
$strEmptyResultSet = 'MySQL retornou un conxunto vacío (ex. cero rexistros).';
$strEnabled = 'Activado';
$strEncloseInTransaction = 'Incluir a exportación nunha transacción';
$strEndCut = 'FIN DO RECORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DO TEXTO SIMPLE ("RAW")';
$strEngineAvailable = '%s está disponíbel neste servidor de MySQL.';
$strEngineDisabled = '%s foi desactivado neste servidor de MySQL.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor de MySQL non acepta o motor de armacenamento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: os nomes de privilexios do MySQL están en inglés';
$strError = 'Erro';
$strErrorInZipFile = 'Erro no ficheiro ZIP:';
$strEscapeWildcards = 'Os caracteres comodín _ e % deberíanse escapar con \ para podelos usar literalmente';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición mediante MS-Excel';
$strExcelOptions = 'Opcións de Excel';
$strExecuteBookmarked = 'Efectuar a procura gardada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercións extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falidas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Eliminouse o campo %s';
$strFields = 'Campos';
$strFieldsEmpty = ' O reconto de campos di que non hai nengún! ';
$strFieldsEnclosedBy = 'Os campos delimítanse con';
$strFieldsEscapedBy = 'Os campos escápanse con';
$strFieldsTerminatedBy = 'Os campos rematan por';
$strFileAlreadyExists = 'O ficheiro %s xa existe no servidor - escolla outro nome ou seleccione a opción de eliminar.';
$strFileCouldNotBeRead = 'Non se puido ler o ficheiro';
$strFileNameTemplateDescriptionDatabase = 'nome da base de datos';
$strFileNameTemplateDescription = 'Este valor interprétase utilizando %1$sstrftime%2$s, de maneira que pode utilizar cadeas de formato de hora. Produciranse transformacións en consecuencia: %3$s. O resto do texto ficará como está.';
$strFileNameTemplateDescriptionServer = 'nome do servidor';
$strFileNameTemplateDescriptionTable = 'nome da tabela';
$strFileNameTemplate = 'Modelo para o nome de ficheiro';
$strFileNameTemplateRemember = 'lembrar o modelo';
$strFileToImport = 'Ficheiro a importar';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin recolle os privilexios dos usuarios directamente das tabelas de privilexios do MySQL. O contido destas tabelas pode diferir dos privilexios que usa o servidor se se levaron a cabo alteracións manuais. Neste caso, debería %svolver a carregar os privilexios%s antes de proseguir.';
$strFlushQueryCache = 'Limpar a caché da pesquisa';
$strFlushTable = 'Fechar a tabela ("FLUSH")';
$strFlushTables = 'Limpar (fechar) todas as tabelas';
$strFormat = 'Formato';
$strFormEmpty = 'Falta un valor no formulario!';
$strFreePages = 'Páxinas libres';
$strFullText = 'Textos completos';
$strFunction = 'Funcións';
 
$strGenBy = 'Xerado por';
$strGeneralRelationFeat = 'Características xerais das relacións';
$strGeneratePassword = 'Xerar un contrasinal';
$strGenerate = 'Xerar';
$strGenTime = 'Xerado en';
$strGeorgian = 'Xeorxiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilexios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder';
$strGreek = 'Grego';
$strGzip = 'comprimido no formato "gzip"';
 
$strHandler = 'Manipulador';
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi creado.';
$strHaveToShow = 'Ten que escoller polo menos unha columna para mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para os campos binários';
$strHome = 'Comezo ("Home")';
$strHomepageOfficial = 'Páxina Oficial do phpMyAdmin';
$strHostEmpty = 'O nome do servidor está vacío!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcións de exportación do Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcións de exportación do Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar insercións ignoradas';
$strIgnoringFile = 'A ignorar o ficheiro %s';
$strImportDocSQL = 'Importar ficheiros de docSQL';
$strImportFiles = 'Importar ficheiros';
$strImportFormat = 'Formato do ficheiro importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'A importación rematou sen problemas. Executáronse %d procuras.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Eliminouse o índice %s';
$strIndexName = 'Nome do índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Creouse máis dunha chave %s para a columna `%s`';
$strIndexWarningPrimary = 'Non se lle deberían asignar ambas as dúas chaves PRIMARY e INDEX á columna `%s`';
$strIndexWarningTable = 'Problemas cos índices da tabela `%s`';
$strIndexWarningUnique = 'Non se lle deberían asignar ambas as dúas chaves UNIQUE e INDEX á columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' Tamaño do incremento para extender o tamaño dun espazo de tabela cando se encha.';
$strInnoDBAutoextendIncrement = 'Incremento de Autoextend';
$strInnoDBBufferPoolSizeDesc = 'Tamaño da memoria intermedia que usa InnoDB para gardar provisoriamente os datos e índices das súas tabelas.';
$strInnoDBBufferPoolSize = 'Tamaño da reserva da memoria intermedia';
$strInnoDBDataFilePath = 'Ficheiros de datos';
$strInnoDBDataHomeDirDesc = 'Parte común do camiño do directorio que ten todos os ficheiros de datos de innoDB.';
$strInnoDBDataHomeDir = 'Directorio base dos datos';
$strInnoDBPages = 'páxinas';
$strInnodbStat = 'Estado de InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuário root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL está a rodar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.';
$strInsertAsNewRow = 'Inserir unha nova columna';
$strInsertedRowId = 'Identificador da fileira inserida:';
$strInsertedRows = 'Fileiras inseridas:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Inserir un novo rexistro';
$strInternalNotNecessary = '* Non se precisa dunha relación interna cando existe tamén en InnoDB.';
$strInternalRelations = 'Relacións internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'Na configuración indicouse un método de autenticación non válido::';
$strInvalidColumnCount = 'O número de columnas ten que ser maior de cero';
$strInvalidColumn = 'Especificouse unha columna non válida (%s)!';
$strInvalidCSVFieldCount = 'Contaxe de campos non válida na entrada de CSV na liña %d.';
$strInvalidCSVFormat = 'Formato de entrada de CSV non válido na liña %d.';
$strInvalidCSVParameter = 'Parámetro non válido para a importación de CSV: %s';
$strInvalidFieldAddCount = 'Ten que engadir un campo polo menos';
$strInvalidFieldCount = 'A tabela ha de ter, polo menos, un campo.';
$strInvalidLDIImport = 'Esta extensión non é capaz de realizar importacións comprimidas!';
$strInvalidRowNumber = '%d non é un número de fileira válido.';
$strInvalidServerHostname = 'Nome de servidor non válido para o servidor %1$s. Revise a configuración.';
$strInvalidServerIndex = 'Índice do servidor non válido: "%s"';
 
$strJapanese = 'Xaponés';
$strJoins = 'Unións';
$strJumpToDB = 'Saltar à base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Os usuarios &quot;eliminados&quot; poderán ainda acceder ao servidor como sempre atá que se recarreguen os privilexios.';
$strJustDelete = 'Elimine só os usuarios das tabelas de privilexios.';
 
$strKeepPass = 'Non mude o contrasinal';
$strKeyCache = 'caché da chave';
$strKeyname = 'Nome chave';
$strKill = 'Matar (kill)';
$strKorean = 'Coreano';
 
$strLandscape = 'Horizontal';
$strLanguageFileNotFound = 'Non se atopou o ficheiro da lingua "%1$s".';
$strLanguageUnknown = 'Linguaxe descoñecida: %1$s.';
$strLatchedPages = 'Páxinas fechadas';
$strLatexCaption = 'Título da tabela';
$strLatexContent = 'Contido da tabela __TABLE__';
$strLatexContinuedCaption = 'Título da tabela continuado';
$strLatexContinued = '(continuado)';
$strLatexIncludeCaption = 'Incluir o título da tabela';
$strLatexLabel = 'Chave da etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcións para LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonio';
$strLDI = 'CSV utilizando LOAD DATA';
$strLDIImportOptions = 'Opcións para a importación de CSV utilizando LOAD DATA';
$strLDILocal = 'Utilice a palabra chave LOCAL';
$strLengthSet = 'Tamaño/Definir*';
$strLimitNumRows = 'Número de rexistros por páxina:';
$strLinesTerminatedBy = 'As liñas rematan por';
$strLinkNotFound = 'Non se atopou o vínculo';
$strLinksTo = 'Vincúlase con';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización do arquivo de texto';
$strLogin = 'Entrada (login)';
$strLoginInformation = 'Información sobre o acceso (login)';
$strLogout = 'Sair';
$strLogPassword = 'Contrasinal:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nome de usuario:';
$strLongOperation = 'Esta operación pode que leve moito tempo. Procésase igual?';
 
$strMaxConnects = 'conexións simultáneas máximas';
$strMaximalQueryLength = 'Lonxitude máxima da procura creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'Non se atopou a extensión mbstring PHP e parece que está a usar un conxunto de caracteres multibyte. Sen a extensión mbstring, o phpMyAdmin é incapaz de partir cadeas correctamente e pode provocar resultados inesperados.';
$strMbOverloadWarning = 'Ten activada mbstring.func_overload na configuración do PHP. Esta opción é incompatíbel co phpMyAdmin e podería ocasionar danos nos datos';
$strMIME_available_mime = 'Tipos MIME disponíbeis';
$strMIME_available_transform = 'Transformacións disponíbeis';
$strMIME_description = 'Descrición';
$strMIME_MIMEtype = 'Tipo MIME';
$strMIME_nodescription = 'Non existe descrición desta transformación.<br />Pergunte-lle ao autor que é o que fai %s.';
$strMIME_transformation_note = 'Para unha lista das opcións de transformación disponíbeis e as súas transformacións de tipos MIME, faga clic sobre %sdescricións de transformacións%s';
$strMIME_transformation_options_note = 'Introduza os valores das opcións de transformación usando este formato:\'a\',\'b\',\'c\'...<br />Se necesita introducir unha barra para trás ("\") ou aspas simples ("\'") entre estes valores, preceda-os de barra para trás (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opcións de transformación';
$strMIME_transformation = 'Transformación do navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA A TABELA';
$strMIME_without = 'Os tipos MIME en cursiva non contan cunha función de transformación separada';
$strModifications = 'As modificacións foron gardadas';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover a tabela a (base_de_datos<b>.</b>tabela):';
$strMoveTableOK = 'Moveuse a tabela %s para %s.';
$strMoveTableSameNames = 'Non se pode mover unha tabela sobre si mesma';
$strMultilingual = 'multilíngüe';
$strMyISAMDataPointerSizeDesc = 'O tamaño por omisión do punteiro de datos en bytes; usarase con CREATE TABLE para tabelas MyISAM cando non se especifique a opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño do punteiro de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se o ficheiro temporario usado para a creación rápida dun índice de MyISAM for máis grande que se se usar o caché de chaves na cantidade que se especifique aquí, preferir o método da caché de chaves.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máixmo dos ficheiros temporarios no momento de crear índices';
$strMyISAMMaxSortFileSizeDesc = 'O tamaño máximo do ficheiro temporario que se lle permite utilizar a MySQL no momento de recrear un índice MyISAM (durante REPAIR TABLE, ALTER TABLE, ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo dos ficheiros de ordenación temporarios';
$strMyISAMRecoverOptionsDesc = 'O modo de recuperación automática de tabelas MyISAM escaralladas, tal e como se configura na opción de inicio do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Se este valor é maior que 1, os índices das tabelas MyISAM créanse en paralelo (cada índice no seu propio fío) durante o proceso Reparar ordenando.';
$strMyISAMRepairThreads = 'Reparar os fíos';
$strMyISAMSortBufferSizeDesc = 'Cantidade de memoria intermedia que se reserva ao ordenar os índices MyISAM durante unha instrución REPAIR TABLE ou ao crear índices con CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamaño da memoria intermedia de ordenación';
$strMySQLCharset = 'Código de caracteres (Charset) MySQL';
$strMysqlClientVersion = 'Versión do cliente de MySQL';
$strMySQLConnectionCollation = 'Codificación de caracteres (Collation) da conexión de MySQL';
$strMySQLSaid = 'Mensaxes do MySQL: ';
$strMySQLShowProcess = 'Mostrar os procesos';
$strMySQLShowStatus = 'Mostrar información de tempo de execución do MySQL';
$strMySQLShowVars = 'Mostrar as variábeis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Seguinte';
$strNoActivity = 'Non se rexistrou actividade algunha desde hai %s segundos ou máis. Terá que entrar de novo';
$strNoDatabases = 'Non hai nengunha base de datos';
$strNoDatabasesSelected = 'Non hai nengunha base de datos seleccionada.';
$strNoDescription = 'sen descrición';
$strNoDetailsForEngine = 'Non se conta con información de estado detallada sobre este motor de armacenamento.';
$strNoDropDatabases = 'Os comandos "Eliminar a base de datos" non están permitidos.';
$strNoExplain = 'Saltar a explicacion de SQL';
$strNoFilesFoundInZip = 'Non se atoparon ficheiros dentro do arquivo ZIP!';
$strNoFrames = 'phpMyAdmin usa-se mellor cun navegador que <b>acepte molduras</b>.';
$strNoIndex = 'Non se definiu un índice';
$strNoIndexPartsDefined = 'Non se definiron partes do índice';
$strNoModification = 'Sen cambios';
$strNone = 'Nengun';
$strNo = 'Non';
$strNoOptions = 'Este formato non ten opcións';
$strNoPassword = 'Sen Contrasinal';
$strNoPermission = 'O servidor web non ten permiso para gardar o ficheiro %s.';
$strNoPhp = 'sen código PHP';
$strNoPrivileges = 'Sen Privilexios';
$strNoRights = 'Non ten direitos suficientes para estar aquí agora!';
$strNoRowsSelected = 'Non hai fileiras seleccionadas';
$strNoSpace = 'Non hai espacio para gardar o ficheiro %s.';
$strNoTablesFound = 'Non se achou nengunha tabela na base de datos';
$strNoThemeSupport = 'Non ten a funcionalidade dos temas. Comprobe a configuración e/ou os seus temas no directorio %s.';
$strNothingToImport = 'Non introduciu os datos que quería importar!';
$strNotNumber = 'Non é un número!';
$strNotOK = 'non conforme';
$strNotSet = 'Non se atopou a tabela <b>%s</b>ou non se indicou en %s';
$strNoUsersFound = 'Non se achou nengun(s) usuario(s).';
$strNoValidateSQL = 'Saltarse a validacion de';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s ocorrencias(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> ocorrencia(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'Conforme';
$strOpenNewWindow = 'Abrir unha xanela nova co phpMyAdmin';
$strOperations = 'Operacións';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar a tabela';
$strOr = 'ou';
$strOverhead = 'De máis (Overhead)';
$strOverwriteExisting = 'Eliminar o(s) ficheiro(s) xa existente(s)';
 
$strPageNumber = 'Número de páxina:';
$strPagesToBeFlushed = 'Páxinas que se eliminarán';
$strPaperSize = 'Tama?o do papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'Modificou-se sen problemas o contrasinal de %s.';
$strPassword = 'Contrasinal';
$strPasswordEmpty = 'O contrasinal está vacío!';
$strPasswordHashing = 'Hash do contrasinal';
$strPasswordNotSame = 'Os contrasinais non son os mesmos!';
$strPdfDbSchema = 'Esquema da base de datos "%s" - Páxina %s';
$strPdfInvalidTblName = 'Non existe a tabela "%s".';
$strPdfNoTables = 'Sen tabelas';
$strPDFOptions = 'Opcións de PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título do informe';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Está a usar PHP 4.2.3, que contén un erro importante relacionado coas cadeas multi-byte (mbstring). Consulte o informe de erros número 19404. Non se recomenda usar esta versión do PHP co phpMyAdmin.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión do PHP';
$strPmaDocumentation = 'Documentación do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEBE estar asignada no seu ficheiro de configuración.';
$strPolish = 'Polonés';
$strPortrait = 'Vertical';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'Eliminouse a chave primaria';
$strPrimaryKeyName = 'O nome da chave primaria debe ser... PRIMARIA';
$strPrimaryKeyWarning = '("PRIMARIA" <b>debe</b> ser o nome de e <b>só de</b> unha chave primaria)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista previa da impresión (con textos completos)';
$strPrintView = 'Visualización previa da impresión';
$strPrivDescAllPrivileges = 'Inclue todos os privilexios a excepción de GRANT (Conceder).';
$strPrivDescAlter = 'Permite alterar a estrutura das tabelas xa existentes.';
$strPrivDescAlterRoutine = 'Permite alterar e eliminar rotinas armacenadas.';
$strPrivDescCreateDb = 'Permite crear novas bases de datos e tabelas.';
$strPrivDescCreateRoutine = 'Permite crear rotinas armacenadas.';
$strPrivDescCreateTbl = 'Permite crear tabelas novas.';
$strPrivDescCreateTmpTable = 'Permite crear tabelas temporais.';
$strPrivDescCreateUser = 'Permite crear, eliminar e mudar o nome das contas de usuario.';
$strPrivDescCreateView = 'Permite crear vistas novas.';
$strPrivDescDelete = 'Permite eliminar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos e tabelas.';
$strPrivDescDropTbl = 'Permite eliminar tabelas.';
$strPrivDescExecute5 = 'Permite executar rotinas armacenadas.';
$strPrivDescExecute = 'Permite facer correr procedimentos armacenados. Non funciona nesta versión do MySQL.';
$strPrivDescFile = 'Permite importar e exportar datos desde e para ficheiros.';
$strPrivDescGrant = 'Permite acrescentar usuarios e privilexios sen recarregar as tabelas de privilexios.';
$strPrivDescIndex = 'Permite crear e eliminar índices.';
$strPrivDescInsert = 'Permite inserir e substituir datos.';
$strPrivDescLockTables = 'Permite bloquear tabelas do fío en uso';
$strPrivDescMaxConnections = 'Limita o número de conexións novas por hora que pode abrir un usuario.';
$strPrivDescMaxQuestions = 'Limita o número de procuras por hora que pode enviar un usuario.';
$strPrivDescMaxUpdates = 'Limita o número de comandos que modifiquen unha tabela ou database por hora que pode executar un usuario.';
$strPrivDescMaxUserConnections = 'Limita o número de conexións simultáneas que pode ter o utilizador.';
$strPrivDescProcess3 = 'Permite matar procesos pertencentes a outros usuarios.';
$strPrivDescProcess4 = 'Permite ver as procuras completas na listaxe de procesos.';
$strPrivDescReferences = 'Non funciona nesta versión do MySQL.';
$strPrivDescReload = 'Permite recarregar a configuración do servidor e limpar a súa caché.';
$strPrivDescReplClient = 'Permite-lle ao usuario perguntar onde están os escravos e os masters.';
$strPrivDescReplSlave = 'Necesario para os escravos de replicación.';
$strPrivDescSelect = 'Permite gravar datos.';
$strPrivDescShowDb = 'Permite acceder á listaxe de bases de datos completa';
$strPrivDescShowView = 'Permite realizar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permite apagar o servidor.';
$strPrivDescSuper = 'Permite conexións, mesmo chegado ao número máximo de conexións. Ven requerido para a maioría das operación administracións, como configurar as variábeis globais ou matar os fíos doutros usuarios.';
$strPrivDescUpdate = 'Permite modificar datos.';
$strPrivDescUsage = 'Sen privilexios.';
$strPrivileges = 'Privilexios';
$strPrivilegesReloaded = 'Non houbo problemas ao recarregar os privilexios.';
$strProcesslist = 'Listaxe dos procesos';
$strProtocolVersion = 'Versión do protocolo';
$strPutColNames = 'Pór os nomes dos campos na primeira fileira';
 
$strQBEDel = 'Eliminar';
$strQBEIns = 'Inserir';
$strQBE = 'Procurar cun exemplo';
$strQueryCache = 'caché de procuras';
$strQueryFrame = 'Xanela de procuras';
$strQueryOnDb = 'Procura tipo SQL na base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial de SQL';
$strQueryStatistics = '<b>Estatística das procuras</b>: Desde que se iniciou, enviáronselle ao servidor %s procuras.';
$strQueryTime = 'A pesquisa levou %01.4f segundos';
$strQueryType = 'Tipo de procura';
$strQueryWindowLock = 'Non escreber sobre esta procura desde fora da xanela';
 
$strReadRequests = 'Peticións de lectura';
$strReceived = 'Recibido';
$strRecords = 'Rexistros';
$strReferentialIntegrity = 'Comprobar a integridade das referencias:';
$strRefresh = 'Refrescar';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Desactivouse a funcionalidade adicional para o traballo con tabelas vinculadas. Para saber o por que, faga click%saqu&iacute;%s.';
$strRelationsForTable = 'RELACIÓNS PARA A TABELA';
$strRelations = 'Relacións';
$strRelationView = 'Vista das relacións';
$strReloadingThePrivileges = 'A recarregar os privilexios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Eliminar os usuarios seleccionados';
$strRenameDatabaseOK = 'Mudou-se-lle o nome á base de datos %s para %s';
$strRenameTableOK = 'A tabela \$table renomeouse para \$new_name';
$strRenameTable = 'Renomear a tabela para';
$strRepairTable = 'Reparar a tabela';
$strReplaceNULLBy = 'Substituir NULL por ';
$strReplaceTable = 'Substituir os datos da tabela polos do ficheiro';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Limites de recursos';
$strReType = 'Reescreber';
$strRevokeAndDeleteDescr = 'Os usuarios terán ainda o privilexio USAGE até que se recarreguen os privilexios.';
$strRevokeAndDelete = 'Retirar-lles todos os privilexios activos aos usuarios e eliminá-los a continuación.';
$strRevokeMessage = 'Retirou-lle os privilexios a %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romeno';
$strRowLength = 'Lonxitude da fileira';
$strRows = 'Fileiras';
$strRowsFrom = 'fileiras, a comezar da';
$strRowSize = ' Tamaño da fileira ';
$strRowsModeFlippedHorizontal = 'horizontal (cabezallos rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s e repetir os cabezallos de cada %s celas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da Fileira';
$strRunning = 'a rodar no servidor %s';
$strRunQuery = 'Enviar esta procura';
$strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s';
$strRunSQLQueryOnServer = 'Executar procura/s SQL no servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Gardar';
$strSaveOnServer = 'Gardar no servidor no directorio %s';
$strScaleFactorSmall = 'O factor de reducción é demasiado pequeno para que o esquema caiba nunha única páxina';
$strSearchFormTitle = 'Procurar na base de datos';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palabras(s) ou valore(s) a procurar (o comodín é: "%"):';
$strSearchOption1 = 'polo menos unha das palabras';
$strSearchOption2 = 'todas as palabras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar os resultados para "<i>%s</i>" %s:';
$strSearchType = 'Atopar:';
$strSecretRequired = 'O ficheiro de configuración agora necesita un contrasinal secreto (blowfish_secret).';
$strSelectADb = 'Seleccione unha base de dados';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccione o ficheiro de rexistro binario que quer ver';
$strSelectFields = 'Seleccione os campos (mínimo 1)';
$strSelectNumRows = 'a procurar';
$strSelectTables = 'Seleccionar tabelas';
$strSend = 'Enviar <i>(gravar nun ficheiro)</i><br />';
$strSent = 'Enviado';
$strServerChoice = 'Escolla de Servidor';
$strServerNotResponding = 'O servidor non está a responder';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercións demoradas';
$strServerStatus = 'Información sobre o runtime';
$strServerStatusUptime = 'Este servidor de MySQL leva funcionando %s. Iniciouse às %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variábeis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Estas tabelas mostran as estatísticas do tráfico da rede neste servidor de MySQL desde que se iniciou.';
$strServerVars = 'Variábeis e configuración do servidor';
$strServerVersion = 'Versión do servidor';
$strSessionValue = 'Valor da sesión';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", introduza os valores usando este formato: \'a\',\'b\',\'c\'...<br />Se precisar pór unha barra invertida (" \ ") ou aspas simples (" \' ") entre estes valores, preceda a barra e as aspas de barras invertidas (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Ver todos os rexistros';
$strShowColor = 'Mostrar a cor';
$strShowDatadictAs = 'Formato do dicionario de datos';
$strShowFullQueries = 'Mostrar as procuras completas';
$strShowGrid = 'Mostrar a grella';
$strShowingBookmark = 'A mostrar o marcador';
$strShowingRecords = 'Mostrando rexistros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar as tabelas abertas';
$strShowPHPInfo = 'Mostrar información sobre o PHP';
$strShowSlaveHosts = 'Mostrar os servidores escravos';
$strShowSlaveStatus = 'Mostrar o estado dos escravos';
$strShowStatusBinlog_cache_disk_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario mais que excederon o valor de binlog_cache_size e utilizaron un ficheiro temporal para armacenar instrucións para a transacción.';
$strShowStatusBinlog_cache_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Número de tabelas temporais no disco creadas automaticamente polo servidor ao executar as instrucións. Se Created_tmp_disk_tables é grande, pode querer incrementar o valor de tmp_table_size para que as tabelas temporais se baseen na memoria en vez de no disco.';
$strShowStatusCreated_tmp_filesDescr = 'Cantos ficheiros temporais creou mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Número de tabelas temporais na-memoria creadas automaticamente polo servidor ao executar instrucións.';
$strShowStatusDelayed_errorsDescr = 'Número de fileiras escritas con INSERT DELAYED que sofriron algún erro (probabelmente unha chave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'Número de fíos de manipulación INSERT DELAYED en uso. Cada tabela diferente na que se utiliza INSERT DELAYED recebe o seu propio fío.';
$strShowStatusDelayed_writesDescr = 'Número de fileiras INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'Número de instrucións FLUSH executadas.';
$strShowStatusHandler_commitDescr = 'Número de instrucións COMMIT internas.';
$strShowStatusHandler_deleteDescr = 'Número de veces que se eliminou unha fileira dunha tabela.';
$strShowStatusHandler_discoverDescr = 'O servidor de MySQL pódelle perguntar ao motor de armacenamento NDB Cluster se sabe dunha tabela cun nome dado. Isto chámase descobrimento. Handler_discovery indica o número de veces que se descobriron tabelas.';
$strShowStatusHandler_read_firstDescr = 'Número de veces que se leu a primeira entrada dun índice. Se é alto, tamén suxire que o servidor está realizando un monte de de exames de índice completos; por exemplo, SELECT col FROM algo, supoñendo que col está indexada.';
$strShowStatusHandler_read_keyDescr = 'Número de peticións para ler unha fileira baseadas nunha chave. Se é alto, é unha boa indicación de que as procuras e tabelas están ben indexadas.';
$strShowStatusHandler_read_nextDescr = 'Número de peticións para ler a seguinte fileira na orde da chave. Isto increméntase se está procurando unha columna de índice cunha limitación de rango ou se está a examinar un índice.';
$strShowStatusHandler_read_prevDescr = 'Número de peticións para ler a fileira anterior na orde da chave. Este método de lectura utilízase sobre todo para optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Número de peticións para ler unha fileira baseadas nunha posición fixa. Isto é alto se está a realizar moitas procuras que requiren ordenar o resultado. Posibelmente terá un monte de procuras que esixen que MySQL examine tabelas completas ou ten unións que non usan as chaves apropiadamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Número de peticións para ler a seguinte fileira no ficheiro de datos. Isto é alto se está a realizar moitos exames de tabelas. Normalmente suxire que as tabelas non están indexadas apropiadamente ou que as súas procuras non están escritas para aproveitar os índices de que dispón.';
$strShowStatusHandler_rollbackDescr = 'Número de instrucións de ROLLBACK interno.';
$strShowStatusHandler_updateDescr = 'Número de peticións para actualizar unha fileira nunha tabela.';
$strShowStatusHandler_writeDescr = 'Número de peticións para inserir un ficheiro nunha tabela.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Número de páxinas que conteñen datos (suxos ou limpos).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Número de páxinas actualmente suxas.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Número de páxinas do buffer que se pediu que se limpasen.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Número de páxinas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Número de páxinas con seguro no buffer InnoDB buffer. Estas páxinas están actualmente a ser lidas ou escritas ou non se poden limpar ou eliminar por algunha outra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'O número de páxinas ocupadas porque se destinan a reserva administrativa, tais como bloqueos de fileiras ou o índice hash adaptativo. Este valor tamén se pode calcular así: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total do búfer, en páxinas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Número de pré-lecturas "aleatorias" iniciadas por InnoDB. Isto acontece cando unha procura vai examinar unha porción grande dunha tabela mais en orde aleatoria.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Número de pre-lecturas secuenciais iniciada por innoDB. Isto acontece cando InnoDB realiza un exame secuencial completo dunha tabela.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Número de peticións de lectura lóxicas feitas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Número de lecturas lóxicas que InnoDB non puido satisfacer do búfer e tivo que efectuar por medio de lecturas dunha única páxina.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, escríbese no búfer de InnoDB como tarefa de fondo. Porén, de se precisar ler ou crear unha páxina e non haber páxinas limpas disponíbeis, hai que agardar a que se limpen. Este contador vai contando cantas veces hai que esperar. Se o tamaño do búfer é o apropiado, este valor debería ser pequeno.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Número de veces que se escribiu no búfer InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Número de operacións fsync() até o momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Número actual de operacións fsync() pendentes.';
$strShowStatusInnodb_data_pending_readsDescr = 'Número actual de lecturas pendentes.';
$strShowStatusInnodb_data_pending_writesDescr = 'Número actual de escritas pendentes.';
$strShowStatusInnodb_data_readDescr = 'Cantidade de datos lida até o momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'Número total de lecturas de datos.';
$strShowStatusInnodb_data_writesDescr = 'Número total de escritas de datos.';
$strShowStatusInnodb_data_writtenDescr = 'Cantidade de datos escrita até o momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'Número de esperas debidas a que o búfer do rexistro é demasiado pequeno e houbo que agardar até que se limpase para continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'Número de peticións de escrita no rexistro.';
$strShowStatusInnodb_log_writesDescr = 'Número de escritas físicas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Número de escritas fsyncss feitas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Número de fsyncs do ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escritas no ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_writtenDescr = 'Número de bytes escritos no ficheiro de rexistro.';
$strShowStatusInnodb_pages_createdDescr = 'Número de páxinas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'O tamaño de páxina InnoDB incluído (por omisión 16KB). Moitos valores cóntanse en páxinas: o tamaño da páxina permite que se convirtan doadamente en bytes.';
$strShowStatusInnodb_pages_readDescr = 'Número de páxinas lidas.';
$strShowStatusInnodb_pages_writtenDescr = 'Número de páxinas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Número de bloqueo de fileiras polos que se está a aguardar agora mesmo.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Tempo que, de media, leva adquirir un bloqueo sobre unha fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'Tempo total empregado na adquisición de bloqueos sobre as fileiras, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Tempo máximo en adquirir un bloqueo de fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Número de veces que houbo que agardar polo bloqueo dunha fileira.';
$strShowStatusInnodb_rows_deletedDescr = 'Número de fileiras eliminadas das tabelas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Número de fileiras inseridas nas tabelas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Número de fileiras lidas das tabelas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Número de fileiras actualizadas en tabelas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Número de bloques chave na caché de chaves que se mudaron mais que ainda non se limparon para o disco. Antes era Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Número de bloques sen utilizar na caché de chaves. Pode utilizar este valor para determinar canta caché de chave está en uso.';
$strShowStatusKey_blocks_usedDescr = 'Número de bloques utilizados na caché de chaves. Este valor é unha referencia superior que indica o número máximo de bloques que se teñen empregado.';
$strShowStatusKey_read_requestsDescr = 'Número de peticións para ler un bloque chave da caché.';
$strShowStatusKey_readsDescr = 'Número de lecturas físicas dun bloque chave desde o disco. Se key_reads é grande, entón o valor de key_fuffer_size é posibelmente demasiado baixo. A relación de perdas da caché pódese calcular así: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Número de peticións para escribir un bloque chave na caché.';
$strShowStatusKey_writesDescr = 'Número de escritas físicas dun bloque chave no disco.';
$strShowStatusLast_query_costDescr = 'Custo total da última procura compilada tal e como se computa mediante o optimizador de procuras. Resulta útil para comparar o custo de planos de procura diferentes para a mesma pesquisa. O valor por omisión é 0, que significa que ainda non se compilou nengunha procura.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Número de procuras que están a agardar para seren escritas nas filas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Número de tabelas abertas en total. Se a cantidade é grande, o valor da caché de tabelas posibelmente é demasiado pequeno.';
$strShowStatusOpen_filesDescr = 'Número de ficheiros abertos.';
$strShowStatusOpen_streamsDescr = 'Número de fluxos abertos (utilizado principalmente para o rexistro).';
$strShowStatusOpen_tablesDescr = 'Número de tabelas abertas.';
$strShowStatusQcache_free_blocksDescr = 'Número de bloques de memoria libres na caché de procuras.';
$strShowStatusQcache_free_memoryDescr = 'Cantidade de memoria libre para a caché de procuras.';
$strShowStatusQcache_hitsDescr = 'Número de impactos na caché.';
$strShowStatusQcache_insertsDescr = 'Número de procuras adicionadas á caché.';
$strShowStatusQcache_lowmem_prunesDescr = 'Número de procuras eliminadas da caché para liberar memoria para deixar a caché para procuras novas. Esta información pode axudar a afinar o tamaño da caché de procuras. A caché de procuras utiliza unha estratexia de utilizado menos recentemente (LRU) para decidir que procuras debe eliminar da caché.';
$strShowStatusQcache_not_cachedDescr = 'Número de procuras non enviadas á caché (que non se poden enviar, debido á configuración de query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Número de procuras rexistradas na caché.';
$strShowStatusQcache_total_blocksDescr = 'Número total de bloques na caché de procuras.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'Estado da replicación en modo seguro (ainda non realizado).';
$strShowStatusSelect_full_joinDescr = 'Número de unións que non utilizan índices. Se este valor non é 0, debería comprobar con atención os índices das tabelas.';
$strShowStatusSelect_full_range_joinDescr = 'Número de unións que utilizaron un rango de procura nunha tabela de referencia.';
$strShowStatusSelect_range_checkDescr = 'Número de unións de chaves que comproban a utilización de chaves despois de cada fileira (se non é 0, debería comprobar con atención os índices das tabelas).';
$strShowStatusSelect_rangeDescr = 'Número de unións que utilizaron rangos na primeira tabela (Normalmente non é grave mesmo de ser grande)';
$strShowStatusSelect_scanDescr = 'Número de unións que realizaron un exame completo da primeira tabela.';
$strShowStatusSlave_open_temp_tablesDescr = 'Número de tabelas temporais actualmente abertas polo fío SQL escravo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde o inicio) que o fío de replicación SQL escravo reintentou as transaccións.';
$strShowStatusSlave_runningDescr = 'Isto está ON se este servidor é un escravo conectado a un máster.';
$strShowStatusSlow_launch_threadsDescr = 'Número de fíos aos que lles levou crearse máis de slow_launch_time segundos.';
$strShowStatusSlow_queriesDescr = 'Número de procuras ás que lles levou máis de long_query_time segundos.';
$strShowStatusSort_merge_passesDescr = 'Número de pasaxes de fusión que tivo que facer o algoritmo de ordenación. Se este valor é grande, debería considerar incrementar o valor da variábel de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Número de ordenacións feitas con rangos.';
$strShowStatusSort_rowsDescr = 'Número de fileiras ordenadas.';
$strShowStatusSort_scanDescr = 'Número de ordenacións realizadas examinando a tabela.';
$strShowStatusTable_locks_immediateDescr = 'Número de veces que se adquiriu inmediatamente un bloqueo de tabela.';
$strShowStatusTable_locks_waitedDescr = 'Número de veces que non se puido adquirir inmediatamente un bloqueo de tabela e houbo que agardar. De ser alto e ter observado problemas no desempeño, debería en primeiro lugar mellorar as procuras e despois, ora partir a tabela ou tabelas, ora utilizar replicación.';
$strShowStatusThreads_cachedDescr = 'Número de fíos na caché de fíos. A relación de impactos da caché pódese calcular como Threads_created/Connections. Se este valor é vermello debería aumentar a thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Número de conexións abertas neste momento.';
$strShowStatusThreads_createdDescr = 'Número de fíos creados para xerir as conexións. De ser Threads_created grande, pode querer aumentar o valor de thread_cache_size. (Normalmente isto non fornece unha mellora notábel no desempeño se ten unha boa implementación de fíos.)';
$strShowStatusThreads_runningDescr = 'Número de fíos que non están a durmir.';
$strShowTableDimension = 'Mostrar a dimensión das tabelas';
$strShowTables = 'Mostrar as tabelas';
$strShowThisQuery = ' Mostrar esta procura aquí outra vez ';
$strSimplifiedChinese = 'Chinés simplificado';
$strSingly = 'a refacer logo de insercións e destrucións (shingly)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de rexistros (procuras) a saltar desde o inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(ou o soquete local do servidor de MySQL non se configurou correctamente)';
$strSortByKey = 'Ordenar pola chave';
$strSorting = 'Ordenación';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espazo';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'As palabras divídense cun carácter de espazo (" ").';
$strSQLExportCompatibility = 'Compatibilidade coa exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opcións de SQL';
$strSQLOptions = 'Opcións SQL';
$strSQLParserBugMessage = 'Cabe a posibilidade de que atopase un erro no procesador de SQL. Examine a súa pesquisa con atención e comprobe que as aspas son correctas e que cada un ten o seu par. Outras causas posíbeis serían que tentase enviar un ficheiro con binario fora dunha área de texto entre aspas. Tamén pode tentar facer a súa pesquisa na liña de comandos do MySQL. A mensaxe de erro que lle envía o servidor de MySQL, e que aparece máis abaixo (de habela), tamén o pode axudar a diagnosticar o problema. Se persisten os erros ou se o procesador falla cando mesmo a liña de comandos vai ben,reduza o texto da pesquisa à parte concreta que produce o erro e envíe unha mensaxe de erro co texto da sección RECORTE que aparece a continuación:';
$strSQLParserUserError = 'Parece que houbo un problema na súa pesquisa en SQL. Se máis abaixo aparece unha mensaxe de erro do servidor de MySQL, isto pode axudar a diagnosticar o problema';
$strSQLQuery = 'comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'O identificador non é válido';
$strSQPBugUnclosedQuote = 'Falta pór a aspa final';
$strSQPBugUnknownPunctuation = 'Hai unha secuencia de puntuación que resulta descoñecida';
$strStatCheckTime = 'Comprobación máis recente';
$strStatCreateTime = 'Creación';
$strStatement = 'Informacións';
$strStatisticsOverrun = 'Nun servidor ocupado, os contadores de bytes poden sobrecarregarse, de maneria que esas estatísticas, tal e como as transmite o servidor de MySQL, poden resultar incorrectas.';
$strStatUpdateTime = 'Actualización máis recente';
$strStatus = 'Estado';
$strStorageEngine = 'Motor de armacenamento';
$strStorageEngines = 'Motores de armacenamento';
$strStrucCSV = 'Datos CSV';
$strStrucData = 'Estrutura e datos';
$strStrucDrop = 'Adicionar \'Eliminar a tabela anterior se xa existe\'';
$strStrucExcelCSV = 'CSV (para datos de MS Excel)';
$strStrucNativeExcel = 'Datos nativos de MS Excel';
$strStrucOnly = 'Só a estrutura';
$strStructPropose = 'Propor unha estrutura para a tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'O seu comando de SQL executou-se com éxito';
$strSum = 'Suma';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Pasar á base de datos copiada';
$strSwitchToTable = 'Ir à tabela copiada';
 
$strTableAlreadyExists = 'A tabela %s xa existe!!';
$strTableComments = 'Comentarios da tabela';
$strTableEmpty = 'O nome da tabela está vacío!';
$strTableHasBeenDropped = 'Eliminouse a tabela %s';
$strTableHasBeenEmptied = 'Vaciouse a tabela %s';
$strTableHasBeenFlushed = 'Fechouse a tabela %s';
$strTableMaintenance = 'Tabela de manutención';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opcións de tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da tabela';
$strTakeIt = 'colle-o';
$strTblPrivileges = 'Privilexios proprios de tabela';
$strTempData = 'Datos temporais';
$strTextAreaLength = ' Por causa da sua lonxitude,<br /> este campo pode non ser editábel ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = 'Non se atopou o tema por omisión %s!';
$strThemeNoPreviewAvailable = 'Non se dispón de ante-visión.';
$strThemeNotFound = 'Non se atopou o tema %s!';
$strThemeNoValidImgPath = 'Non hai unha rota válida de imaxe para o tema %s!';
$strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este servidor';
$strThisNotDirectory = 'Isto non era un directorio';
$strThreads = 'Fíos';
$strThreadSuccessfullyKilled = 'Finalizouse o fío %s.';
$strTimeoutInfo = 'A importación anterior excedeu do tempo permitido; unha vez reiniciada continuará desde a posición %d.';
$strTimeoutNothingParsed = 'Porén, na última executación non se examinou nada de datos, o que normalmente significa que o phpMyAdmin non poderá rematar esta importación a non ser que lle incrementen os limites de tempo de php.';
$strTimeoutPassed = 'Ultrapasouse o tempo de espera do guión. Se quer rematar a importación, volva a enviar o mesmo ficheiro e a importación continuará.';
$strTime = 'Tempo';
$strToggleScratchboard = 'conmutar o borrador';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinés tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador da transacción';
$strTransformation_application_octetstream__download = 'Mostrar un vínculo para baixar os datos binarios dun campo. A primeira opción é o nome do ficheiro binario. A segunda é un nome posíbel para o campo dunha fileira de tabela que conteña o nome do ficheiro. Se pretende seleccionar a segunda opción, a primeira deberá conter só unha cadea vacia';
$strTransformation_application_octetstream__hex = 'Mostra unha representación hexadecimal dos datos.';
$strTransformation_image_jpeg__inline = 'Mostra unha imaxe reducida vinculábel. Opcións: anchura,altura en píxeles (mantén a proporción orixinal)';
$strTransformation_image_jpeg__link = 'Mostra un vínculo a esta imaxe (ou sexa, baixada directa de blob).';
$strTransformation_image_png__inline = 'Ver image/jpeg: na liña';
$strTransformation_text_plain__dateformat = 'Colle un campo TIME, TIMESTAMP ou DATETIME e formata-o usando o seu formato de data local. A primeira opción é offset (en horas), que se engadirá á marca horaria (timestamp, por omisión, 0). A segunda opción é un formato de data diferente dependendo dos parámetros disponíbeis para a función strftime() do PHP.';
$strTransformation_text_plain__external = 'SÓ EN LINUX: Inícia unha aplicación externa e envia-lle o campo de datos por meio do input padrón. Devolve a saída padrón da aplicación. Por omisión é Tidy, para que resulte código HTML claro. Por razóns de seguranza, ten que editar manualmente o ficheiro libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que quer permitir que funcionen. A primeira opción, polo tanto, é o número do programa que quer usar e a segunda opción son os parámetros do programa. O terceiro parámetro, se é 1, usará htmlspecialchars() para convertir a saída (Por omisión é 1). Un cuarto parámetro, se é 1, porá un NOWRAP na cela de contidos para que toda a saída se mostre sen reformatar (Por omisión é 1)';
$strTransformation_text_plain__formatted = 'Mantén o formato orixinal do campo. Non hai Escape.';
$strTransformation_text_plain__imagelink = 'Mostra unha imaxe e un vínculo; o campo conte o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é o ancho en píxeles; a terceira é a altura.';
$strTransformation_text_plain__link = 'Mostra un vínculo; o campo contén o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é un título para o vínculo.';
$strTransformation_text_plain__sql = 'Formata texto como procura SQL e resalta a sintaxe.';
$strTransformation_text_plain__substr = 'Só mostra parte dunha cadea. A primeira opción é unha distancia para definir onde comeza a saída de texto (por omisión, 0). A segunda opción é unha distancia cando texto se devolve. Se é vacio, volve todo o texto que resta. A terceira opción define que caracteres se engadirán á saída cando se devolve unha subcadea (Por omisión: ...).';
$strTruncateQueries = 'Interrumpir as procuras mostradas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Quitar-lles as marcas a todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'descoñecido';
$strUnselectAll = 'Non seleccionar nada';
$strUnsupportedCompressionDetected = 'Tentou carregar un ficheiro cunha compresión descoñecida (%s). Ora non se sabe como descomprimir, ora está desactivada na configuración.';
$strUpdatePrivMessage = 'Acaba de actualizar os privilexios de %s.';
$strUpdateProfileMessage = 'Actualizouse o perfil.';
$strUpdateQuery = 'Actualizar a procura';
$strUpdComTab = 'Consulte a Documentación para saber como actualizar a tabela Column_comments';
$strUpgrade = 'Deberia actualizar a %s %s ou posterior.';
$strUploadLimit = 'Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a %sdocumentación%s para averiguar como evitar este limite.';
$strUsage = 'Uso';
$strUseBackquotes = 'Protexer os nomes das tabelas e dos campos con&nbsp;" ` "';
$strUsedPhpExtensions = 'Extensións de PHP utilizadas';
$strUseHostTable = 'Usar a tabela de Host';
$strUserAlreadyExists = 'O usuario %s xa existe';
$strUserEmpty = 'O nome do usuario está vacío!';
$strUserName = 'Nome do usuario';
$strUserNotFound = 'Non se atopou o usuario seleccionado na tabela de privilexios.';
$strUserOverview = 'Vista xeral dos usuarios';
$strUsersDeleted = 'Os usuarios seleccionados elimináron-se sen problemas.';
$strUsersHavingAccessToDb = 'Utilizadores que teñen acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use a tecla do tabulador para moverse de valor en valor ou a tecla CONTROL combinada cunha flecha para moverse a calquer sitio';
$strUseTables = 'Usar as tabelas';
$strUseTextField = 'Use campo de texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'Non foi posíbel iniciar o comprobador de SQL. Comprobe que ten instaladas todas as extensións de php tal e como se descrebe na %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Información sobre a versión';
$strViewDumpDatabases = 'Ver o volcado das bases de datos';
$strViewDumpDB = 'Ver o esquema do volcado da base de datos';
$strViewDump = 'Ver o esquema do volcado da tabela';
$strViewHasBeenDropped = 'Deixouse a vista %s';
$strViewMaxExactCount = 'Esta vista ten máis de %s fileiras. Consulte a %sdocumentación%.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directorio de subida (upload) do servidor web';
$strWebServerUploadDirectoryError = 'Non se pode acceder ao directorio que designou para as subidas (upload)';
$strWelcome = 'Benvida/o a %s';
$strWestEuropean = 'Europeu ocidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador está a bloquear as actualizacións entre xanelas xa que asi o pediu na configuración de seguranza do navegador.';
$strWithChecked = 'Todos os marcados';
$strWriteRequests = 'Peticións de escrita';
$strWritingCommentNotPossible = 'Non é posíbel escreber o comentario';
$strWritingRelationNotPossible = 'Non é posíbel escreber a relación';
$strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.';
$strZip = 'comprimido no formato "zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/galician-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: galician-utf-8.inc.php,v 2.129.2.5 2006/04/11 14:11:46 nijel Exp $ */
 
/**
* Translated by Xosé Calvo <xosecalvo at terra.es>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d de %B de %Y ás %H:%M';
 
$timespanfmt = '%s días, %s horas, %s minutos e %s segundos';
 
$strAbortedClients = 'Cancelado';
$strAbsolutePathToDocSqlDir = 'Introduza a rota absoluta completa ao directorio docSQL no servidor';
$strAccessDenied = 'Acceso Negado';
$strAccessDeniedCreateConfig = 'Isto débese, posibelmente, a que non creou un ficheiro de configuración. Talvez queira utilizar %1$ssetup script%2$s para crear un.';
$strAccessDeniedExplanation = 'O phpMyAdmin tentouse conectar ao servidor de MySQL, mais o servidor rexeitou a conexión. Deberá comprobar o nome do servidor, o nome de usuario e o contrasinal no ficheiro config.inc.php e asegurarse de que corresponden coa información proporcionada polo administrador do servidor do MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Engadir o valor incremental (AUTO_INCREMENT)';
$strAddConstraints = 'Adicionar limitacións';
$strAddDeleteColumn = 'Adicionar/Eliminar columnas de campo';
$strAddDeleteRow = 'Adicionar/Eliminar filas de criterios';
$strAddDropDatabase = 'Engadir "Eliminar a base de datos" (DROP DATABASE)';
$strAddedColumnComment = 'Púxoselle un comentario á columna';
$strAddedColumnRelation = 'Adicionóuselle unha relación á columna';
$strAddFields = 'Adicionar %s campo(s)';
$strAddHeaderComment = 'Adicionar un comentario proprio no cabezallo (\n liñas diferentes)';
$strAddIfNotExists = 'Adicionar SE NON EXISTIR';
$strAddIntoComments = 'Engadir aos comentarios';
$strAddNewField = 'Adicionar un novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilexios para a esta base de datos';
$strAddPrivilegesOnTbl = 'Adicionar privilexios para a esta tabela';
$strAddSearchConditions = 'Condición da pesquisa (ou sexa, o complemento da cláusula "WHERE"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Adicionar un novo usuario';
$strAddUserMessage = 'Usuario adicionado.';
$strAdministration = 'Administración';
$strAffectedRows = 'Fileiras que se verán afectadas:';
$strAfter = 'Despois de %s';
$strAfterInsertBack = 'Voltar';
$strAfterInsertNewInsert = 'Inserir un novo rexistro';
$strAfterInsertNext = 'Modificar a fileira seguinte';
$strAfterInsertSame = 'Voltar para esta páxina';
$strAllowInterrupt = 'Permitir que se interrumpa a importación no caso de que o guión detecte que está perto do limite. Este podería ser un bon método para importar ficheiros longos, ainda que pode rachar transaccións.';
$strAllTableSameWidth = 'mostrar todas as tabelas co mesmo ancho?';
$strAll = 'Todos';
$strAlterOrderBy = 'Ordenar a tabela por';
$strAnalyzeTable = 'Analizar a tabela';
$strAnd = 'E';
$strAndThen = 'e despois';
$strAnIndex = 'Adicionouse un índice a %s';
$strAny = 'Calquer';
$strAnyHost = 'Calquer servidor';
$strAnyUser = 'Calquer usuario';
$strApproximateCount = 'Pode ser aproximado. Consulte a FAQ 3.11';
$strAPrimaryKey = 'Adicionouse unha chave primaria a %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No comezo da tabela';
$strAtEndOfTable = 'Ao final da tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Distribución automática';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBeginCut = 'COMEZA O RECORTE';
$strBeginRaw = 'COMEZA O TEXTO SIMPLE ("RAW")';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - non editar ';
$strBinaryLog = 'Ficheiro de rexistro binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nome do ficheiro de rexistro';
$strBinLogOriginalPosition = 'Posición orixinal';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID do servidor';
$strBookmarkAllUsers = 'Permitir que calquer usuario poida acceder a este marcador';
$strBookmarkCreated = 'Creouse o marcador %s';
$strBookmarkDeleted = 'Eliminouse o marcador.';
$strBookmarkLabel = 'Nome';
$strBookmarkQuery = 'A procura de SQL foi gardada';
$strBookmarkReplace = 'Substituir un marcador xa existente que ten o mesmo nome';
$strBookmarkThis = 'Gardar esta procura de SQL';
$strBookmarkView = 'Só visualizar';
$strBrowseDistinctValues = 'Examinar valores claramente distintos';
$strBrowseForeignValues = 'Visualizar valores alleos';
$strBrowse = 'Visualizar';
$strBufferPoolActivity = 'Actividade da reserva da memoria intermedia';
$strBufferPool = 'Reserva da memoria intermedia';
$strBufferPoolUsage = 'Uso da reserva da memoria intermedia';
$strBufferReadMisses = 'Fallos de lectura';
$strBufferReadMissesInPercent = 'Fallos de lectura en %';
$strBufferWriteWaits = 'Esperas para escreber';
$strBufferWriteWaitsInPercent = 'Esperas para escreber en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páxinas ocupadas';
$strBzError = 'phpMyAdmin foi incapaz de comprimir os resultados debido a que esta versión do php ten unha extensión de Bz2 con erros. Recoméndase que configure a directiva <code>$cfg[\'BZipDump\']</code> do seu ficheiro de configuración do phpMyAdmin para que sexa <code>FALSE</code>. Se quer usar a funcionalidade de compresión Bz2, actualice a unha versión posterior do php. Consulte o informe de erros %s para máis detalles.';
$strBzip = 'comprimido no formato "bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non se puideron importar as extensións - Comprobe a súa instalación!';
$strCannotLogin = 'Non podo conectar co servidor de MySQL';
$strCantLoad = 'Non se pode carregar a extensión %s.<br />Comprobe a configuración do PHP.';
$strCantLoadRecodeIconv = 'Non se puido carregar iconv ou precísase da extensión recode para a conversión do charset. Configure o php para que se poidan usar estas extensións ou indique que non se use a conversión de charset en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Non se pode facer que este índice sexa PRIMARIO!';
$strCantUseRecodeIconv = 'Non se puido usar nen iconv nen libiconv nen a función recode_stringf mentres haxa extensións por carregar. Comprobe a súa configuración do php.';
$strCardinality = 'Cardinalidade';
$strCaseInsensitive = 'sen distinguir maiúsculas de minúsculas';
$strCaseSensitive = 'distinguindo maiúsculas de minúsculas';
$strCentralEuropean = 'Centroeuropeu';
$strChangeCopyModeCopy = '... manter o anterior.';
$strChangeCopyMode = 'Crear un utilizador novo cos mesmos privilexios e...';
$strChangeCopyModeDeleteAndReload = ' ... eliminar o anterior das tabelas de utilizadores e recarregar os privilexios despóis.';
$strChangeCopyModeJustDelete = ' ... eliminar o anterior das tabelas de utilizadores.';
$strChangeCopyModeRevoke = ' ... retirar-lle todos os privilexios activos ao anterior e eliminalo despóis.';
$strChangeCopyUser = 'Modificar a información de acceso (login) / Copiar utilizador';
$strChangeDisplay = 'Escolla o campo que se há de mostrar';
$strChange = 'Mudar';
$strChangePassword = 'Trocar o contrasinal';
$strCharset = 'Conxunto de caracteres';
$strCharsetOfFile = 'Conxunto de caracteres do ficheiro:';
$strCharsetsAndCollations = 'Conxuntos de caracteres e Ordes alfabéticas';
$strCharsets = 'Conxuntos de caracteres';
$strCheckAll = 'Marcá-los todos';
$strCheckOverhead = 'Exceso na comprobación';
$strCheckPrivs = 'Comprobar os privilexios';
$strCheckPrivsLong = 'Comprobar os privilexios da base de datos &quot;%s&quot;.';
$strCheckTable = 'Verificar a tabela';
$strChoosePage = 'Escolla unha páxina para modificar';
$strColComFeat = 'Mostrando os comentarios das columnas';
$strCollation = 'Orde alfabética';
$strColumnNames = 'Nomes das Columnas';
$strColumnPrivileges = 'Privilexios proprios de columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA A TABELA';
$strCompatibleHashing = 'Compatíbel co MySQL&nbsp;4.0';
$strCompleteInserts = 'Insercións completas';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'A compresión do ficheiro importado detectarase automaticamente de: %s';
$strConfigDefaultFileError = 'Non se puido carregar a configuración desde: "%1$s"';
$strConfigFileError = 'phpMyAdmin non puido ler o seu ficheiro de configuración<br/>Isto podería deberse a que php atopou un erro nel ou a que php non puido atopar o ficheiro.<br/>Invoque o ficheiro de configuración directamente mediante o vínculo que hai máis abaixo e lea a mensaxe de erro de php que receba. Na maioría dos casos simplesmente faltan unha aspa ou un ponto e vírcula <br/>Se recebe unha páxina en branco é que todo está ben.';
$strConfigureTableCoord = 'Configure as coordenadas da tabela %s';
$strConnectionError = 'Non se pode conectar: os axustes non son válidos.';
$strConnections = 'Conexións';
$strConstraintsForDumped = 'Limitacións para os volcados das tabelas';
$strConstraintsForTable = 'Limitacións para a tabela';
$strCookiesRequired = 'A partir de aqui debe permitir cookies.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'A base de dastos %s copiouse para %s';
$strCopyTable = 'Copiar a tabela a (base_de_datos<b>.</b>tabela):';
$strCopyTableOK = 'A tabela \$table copiouse para \$new_name.';
$strCopyTableSameNames = 'Non se pode copiar unha tabela sobre si mesma';
$strCouldNotKill = 'phpMyAdmin foi incapaz de finalizar o fío %s. Probablemente xa está fechado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;colunas';
$strCreateIndexTopic = 'Crear un novo índice';
$strCreateNewDatabase = 'Crear unha nova base de datos';
$strCreateNewTable = 'Crear unha tabela nova na base de datos %s';
$strCreatePage = 'Crear unha páxina nova';
$strCreatePdfFeat = 'Creación de PDFs';
$strCreationDates = 'Datas de creación/actualización/comprobación';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcións de CSV';
$strCSVOptions = 'Opcións CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-eslovaco';
 
$strDanish = 'Dinamarqués';
$strDatabase = 'Banco de Datos';
$strDatabaseEmpty = 'O nome da base de datos non existe!';
$strDatabaseExportOptions = 'Opcións de exportación da base de datos';
$strDatabaseHasBeenDropped = 'A base de datos %s foi eliminada.';
$strDatabaseNoTable = 'Esta base de datos non contén nengunha tabela';
$strDatabases = 'Bancos de Datos';
$strDatabasesDropped = 'Elimináronse %s bases de datos sen problemas.';
$strDatabasesStatsDisable = 'Deshabilitar as estatísticas';
$strDatabasesStatsEnable = 'Habilitar as estatísticas';
$strDatabasesStats = 'Estatísticas das bases de datos';
$strDatabasesStatsHeavyTraffic = 'Nota: De habilitar as estatísticas da base de datos, ocasionará que se produza un tráfico denso entre o servidor web e o de MySQL.';
$strData = 'Datos';
$strDataDict = 'Dicionario de datos';
$strDataOnly = 'Só os datos';
$strDataPages = 'Páxinas con datos';
$strDBComment = 'Comentario da base de datos: ';
$strDBCopy = 'Copiar a base de datos para';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID do contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Liña';
$strDBGMaxTimeMs = 'Tempo máximo, ms';
$strDBGMinTimeMs = 'Tempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDbPrivileges = 'Privilexios proprios de base de datos';
$strDBRename = 'Mudar o nome da base de datos para';
$strDbSpecific = 'específico da base de datos';
$strDefaultEngine = '%s é o motor de armacenamento predefinido neste servidor de MySQL.';
$strDefault = 'Padrón';
$strDefaultValueHelp = 'Para os valores por omisión, introduza un único valor, sen escapalo con barras ou aspas e usando este formato: a';
$strDefragment = 'Tabela de defragmentación';
$strDelayedInserts = 'Usar insercións demoradas';
$strDeleteAndFlushDescr = 'Este é o modo máis limpo, mais pode que recarregar os privilexios leve un pouco de tempo.';
$strDeleteAndFlush = 'Eliminar os usuarios e recarregar os privilexios a continuación.';
$strDeleted = 'Rexistro eliminado';
$strDeletedRows = 'Fileiras borradas:';
$strDelete = 'Eliminar';
$strDeleteNoUsersSelected = 'Non se seleccionaron utilizadores para eliminar!';
$strDeleting = 'A eliminar %s';
$strDelOld = 'Esta páxina ten referencias a tabelas que xa non existen. Quere eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descrición';
$strDictionary = 'dicionario';
$strDirtyPages = 'Páxinas suxas';
$strDisabled = 'Desactivado';
$strDisableForeignChecks = 'Desabilitar as comprobacións de chaves exteriores';
$strDisplayFeat = 'Mostrar as características';
$strDisplayOrder = 'Mostrar en orde:';
$strDisplayPDF = 'Mostrar o esquema PDF';
$strDoAQuery = 'Faga unha "procura por exemplo" (o comodín é "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Seguro? ';
$strDropDatabaseStrongWarning = 'Está a piques de DESTRUIR unha base de datos inteira!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar as bases de datos que teñan os mesmos nomes que os usuarios.';
$strDumpingData = 'Extraindo datos da tabela';
$strDumpSaved = 'O vaciado gardouse no ficheiro %s.';
$strDumpXRows = 'Pór %s fileiras a partir da fileira %s.';
$strDynamic = 'dinámico';
 
$strEdit = 'Modificar';
$strEditPDFPages = 'Editar as páxinas PDF';
$strEditPrivileges = 'Modificar privilexios';
$strEffective = 'Efectivo';
$strEmpty = 'Borrar';
$strEmptyResultSet = 'MySQL retornou un conxunto vacío (ex. cero rexistros).';
$strEnabled = 'Activado';
$strEncloseInTransaction = 'Incluir a exportación nunha transacción';
$strEndCut = 'FIN DO RECORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DO TEXTO SIMPLE ("RAW")';
$strEngineAvailable = '%s está disponíbel neste servidor de MySQL.';
$strEngineDisabled = '%s foi desactivado neste servidor de MySQL.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor de MySQL non acepta o motor de armacenamento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: os nomes de privilexios do MySQL están en inglés';
$strError = 'Erro';
$strErrorInZipFile = 'Erro no ficheiro ZIP:';
$strEscapeWildcards = 'Os caracteres comodín _ e % deberíanse escapar con \ para podelos usar literalmente';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición mediante MS-Excel';
$strExcelOptions = 'Opcións de Excel';
$strExecuteBookmarked = 'Efectuar a procura gardada';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Insercións extendidas';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativas falidas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Eliminouse o campo %s';
$strFields = 'Campos';
$strFieldsEmpty = ' O reconto de campos di que non hai nengún! ';
$strFieldsEnclosedBy = 'Os campos delimítanse con';
$strFieldsEscapedBy = 'Os campos escápanse con';
$strFieldsTerminatedBy = 'Os campos rematan por';
$strFileAlreadyExists = 'O ficheiro %s xa existe no servidor - escolla outro nome ou seleccione a opción de eliminar.';
$strFileCouldNotBeRead = 'Non se puido ler o ficheiro';
$strFileNameTemplateDescriptionDatabase = 'nome da base de datos';
$strFileNameTemplateDescription = 'Este valor interprétase utilizando %1$sstrftime%2$s, de maneira que pode utilizar cadeas de formato de hora. Produciranse transformacións en consecuencia: %3$s. O resto do texto ficará como está.';
$strFileNameTemplateDescriptionServer = 'nome do servidor';
$strFileNameTemplateDescriptionTable = 'nome da tabela';
$strFileNameTemplate = 'Modelo para o nome de ficheiro';
$strFileNameTemplateRemember = 'lembrar o modelo';
$strFileToImport = 'Ficheiro a importar';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin recolle os privilexios dos usuarios directamente das tabelas de privilexios do MySQL. O contido destas tabelas pode diferir dos privilexios que usa o servidor se se levaron a cabo alteracións manuais. Neste caso, debería %svolver a carregar os privilexios%s antes de proseguir.';
$strFlushQueryCache = 'Limpar a caché da pesquisa';
$strFlushTable = 'Fechar a tabela ("FLUSH")';
$strFlushTables = 'Limpar (fechar) todas as tabelas';
$strFormat = 'Formato';
$strFormEmpty = 'Falta un valor no formulario!';
$strFreePages = 'Páxinas libres';
$strFullText = 'Textos completos';
$strFunction = 'Funcións';
 
$strGenBy = 'Xerado por';
$strGeneralRelationFeat = 'Características xerais das relacións';
$strGeneratePassword = 'Xerar un contrasinal';
$strGenerate = 'Xerar';
$strGenTime = 'Xerado en';
$strGeorgian = 'Xeorxiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilexios globais';
$strGlobalValue = 'Valor global';
$strGo = 'Executar';
$strGrantOption = 'Conceder';
$strGreek = 'Grego';
$strGzip = 'comprimido no formato "gzip"';
 
$strHandler = 'Manipulador';
$strHasBeenAltered = 'foi alterado.';
$strHasBeenCreated = 'foi creado.';
$strHaveToShow = 'Ten que escoller polo menos unha columna para mostrar';
$strHebrew = 'Hebreu';
$strHexForBinary = 'Usar hexadecimal para os campos binários';
$strHome = 'Comezo ("Home")';
$strHomepageOfficial = 'Páxina Oficial do phpMyAdmin';
$strHostEmpty = 'O nome do servidor está vacío!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcións de exportación do Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcións de exportación do Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'ID';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignorar as fileiras duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar insercións ignoradas';
$strIgnoringFile = 'A ignorar o ficheiro %s';
$strImportDocSQL = 'Importar ficheiros de docSQL';
$strImportFiles = 'Importar ficheiros';
$strImportFormat = 'Formato do ficheiro importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'A importación rematou sen problemas. Executáronse %d procuras.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'Eliminouse o índice %s';
$strIndexName = 'Nome do índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Creouse máis dunha chave %s para a columna `%s`';
$strIndexWarningPrimary = 'Non se lle deberían asignar ambas as dúas chaves PRIMARY e INDEX á columna `%s`';
$strIndexWarningTable = 'Problemas cos índices da tabela `%s`';
$strIndexWarningUnique = 'Non se lle deberían asignar ambas as dúas chaves UNIQUE e INDEX á columna `%s`';
$strInnoDBAutoextendIncrementDesc = ' Tamaño do incremento para extender o tamaño dun espazo de tabela cando se encha.';
$strInnoDBAutoextendIncrement = 'Incremento de Autoextend';
$strInnoDBBufferPoolSizeDesc = 'Tamaño da memoria intermedia que usa InnoDB para gardar provisoriamente os datos e índices das súas tabelas.';
$strInnoDBBufferPoolSize = 'Tamaño da reserva da memoria intermedia';
$strInnoDBDataFilePath = 'Ficheiros de datos';
$strInnoDBDataHomeDirDesc = 'Parte común do camiño do directorio que ten todos os ficheiros de datos de innoDB.';
$strInnoDBDataHomeDir = 'Directorio base dos datos';
$strInnoDBPages = 'páxinas';
$strInnodbStat = 'Estado de InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuración contén axustes (en concreto, o usuário root non ten contrasinal) que corresponden coa conta con todos os privilexios que MySQL fai por omisión. O seu servidor de MySQL está a rodar con esta configuración, está aberto a intrusións e habería que mirar de solucionar este problema de seguranza.';
$strInsertAsNewRow = 'Inserir unha nova columna';
$strInsertedRowId = 'Identificador da fileira inserida:';
$strInsertedRows = 'Fileiras inseridas:';
$strInsert = 'Inserir';
$strInsertNewRow = 'Inserir un novo rexistro';
$strInternalNotNecessary = '* Non se precisa dunha relación interna cando existe tamén en InnoDB.';
$strInternalRelations = 'Relacións internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'Na configuración indicouse un método de autenticación non válido::';
$strInvalidColumnCount = 'O número de columnas ten que ser maior de cero';
$strInvalidColumn = 'Especificouse unha columna non válida (%s)!';
$strInvalidCSVFieldCount = 'Contaxe de campos non válida na entrada de CSV na liña %d.';
$strInvalidCSVFormat = 'Formato de entrada de CSV non válido na liña %d.';
$strInvalidCSVParameter = 'Parámetro non válido para a importación de CSV: %s';
$strInvalidFieldAddCount = 'Ten que engadir un campo polo menos';
$strInvalidFieldCount = 'A tabela ha de ter, polo menos, un campo.';
$strInvalidLDIImport = 'Esta extensión non é capaz de realizar importacións comprimidas!';
$strInvalidRowNumber = '%d non é un número de fileira válido.';
$strInvalidServerHostname = 'Nome de servidor non válido para o servidor %1$s. Revise a configuración.';
$strInvalidServerIndex = 'Índice do servidor non válido: "%s"';
 
$strJapanese = 'Xaponés';
$strJoins = 'Unións';
$strJumpToDB = 'Saltar à base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Os usuarios &quot;eliminados&quot; poderán ainda acceder ao servidor como sempre atá que se recarreguen os privilexios.';
$strJustDelete = 'Elimine só os usuarios das tabelas de privilexios.';
 
$strKeepPass = 'Non mude o contrasinal';
$strKeyCache = 'caché da chave';
$strKeyname = 'Nome chave';
$strKill = 'Matar (kill)';
$strKorean = 'Coreano';
 
$strLandscape = 'Horizontal';
$strLanguageFileNotFound = 'Non se atopou o ficheiro da lingua "%1$s".';
$strLanguageUnknown = 'Linguaxe descoñecida: %1$s.';
$strLatchedPages = 'Páxinas fechadas';
$strLatexCaption = 'Título da tabela';
$strLatexContent = 'Contido da tabela __TABLE__';
$strLatexContinuedCaption = 'Título da tabela continuado';
$strLatexContinued = '(continuado)';
$strLatexIncludeCaption = 'Incluir o título da tabela';
$strLatexLabel = 'Chave da etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcións para LaTeX';
$strLatexStructure = 'Estrutura da tabela __TABLE__';
$strLatvian = 'Letonio';
$strLDI = 'CSV utilizando LOAD DATA';
$strLDIImportOptions = 'Opcións para a importación de CSV utilizando LOAD DATA';
$strLDILocal = 'Utilice a palabra chave LOCAL';
$strLengthSet = 'Tamaño/Definir*';
$strLimitNumRows = 'Número de rexistros por páxina:';
$strLinesTerminatedBy = 'As liñas rematan por';
$strLinkNotFound = 'Non se atopou o vínculo';
$strLinksTo = 'Vincúlase con';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización do arquivo de texto';
$strLogin = 'Entrada (login)';
$strLoginInformation = 'Información sobre o acceso (login)';
$strLogout = 'Sair';
$strLogPassword = 'Contrasinal:';
$strLogServer = 'Servidor';
$strLogUsername = 'Nome de usuario:';
$strLongOperation = 'Esta operación pode que leve moito tempo. Procésase igual?';
 
$strMaxConnects = 'conexións simultáneas máximas';
$strMaximalQueryLength = 'Lonxitude máxima da procura creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'Non se atopou a extensión mbstring PHP e parece que está a usar un conxunto de caracteres multibyte. Sen a extensión mbstring, o phpMyAdmin é incapaz de partir cadeas correctamente e pode provocar resultados inesperados.';
$strMbOverloadWarning = 'Ten activada mbstring.func_overload na configuración do PHP. Esta opción é incompatíbel co phpMyAdmin e podería ocasionar danos nos datos';
$strMIME_available_mime = 'Tipos MIME disponíbeis';
$strMIME_available_transform = 'Transformacións disponíbeis';
$strMIME_description = 'Descrición';
$strMIME_MIMEtype = 'Tipo MIME';
$strMIME_nodescription = 'Non existe descrición desta transformación.<br />Pergunte-lle ao autor que é o que fai %s.';
$strMIME_transformation_note = 'Para unha lista das opcións de transformación disponíbeis e as súas transformacións de tipos MIME, faga clic sobre %sdescricións de transformacións%s';
$strMIME_transformation_options_note = 'Introduza os valores das opcións de transformación usando este formato:\'a\',\'b\',\'c\'...<br />Se necesita introducir unha barra para trás ("\") ou aspas simples ("\'") entre estes valores, preceda-os de barra para trás (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_transformation_options = 'Opcións de transformación';
$strMIME_transformation = 'Transformación do navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA A TABELA';
$strMIME_without = 'Os tipos MIME en cursiva non contan cunha función de transformación separada';
$strModifications = 'As modificacións foron gardadas';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover a tabela a (base_de_datos<b>.</b>tabela):';
$strMoveTableOK = 'Moveuse a tabela %s para %s.';
$strMoveTableSameNames = 'Non se pode mover unha tabela sobre si mesma';
$strMultilingual = 'multilíngüe';
$strMyISAMDataPointerSizeDesc = 'O tamaño por omisión do punteiro de datos en bytes; usarase con CREATE TABLE para tabelas MyISAM cando non se especifique a opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño do punteiro de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se o ficheiro temporario usado para a creación rápida dun índice de MyISAM for máis grande que se se usar o caché de chaves na cantidade que se especifique aquí, preferir o método da caché de chaves.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máixmo dos ficheiros temporarios no momento de crear índices';
$strMyISAMMaxSortFileSizeDesc = 'O tamaño máximo do ficheiro temporario que se lle permite utilizar a MySQL no momento de recrear un índice MyISAM (durante REPAIR TABLE, ALTER TABLE, ou LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo dos ficheiros de ordenación temporarios';
$strMyISAMRecoverOptionsDesc = 'O modo de recuperación automática de tabelas MyISAM escaralladas, tal e como se configura na opción de inicio do servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modo de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Se este valor é maior que 1, os índices das tabelas MyISAM créanse en paralelo (cada índice no seu propio fío) durante o proceso Reparar ordenando.';
$strMyISAMRepairThreads = 'Reparar os fíos';
$strMyISAMSortBufferSizeDesc = 'Cantidade de memoria intermedia que se reserva ao ordenar os índices MyISAM durante unha instrución REPAIR TABLE ou ao crear índices con CREATE INDEX ou ALTER TABLE.';
$strMyISAMSortBufferSize = 'Tamaño da memoria intermedia de ordenación';
$strMySQLCharset = 'Código de caracteres (Charset) MySQL';
$strMysqlClientVersion = 'Versión do cliente de MySQL';
$strMySQLConnectionCollation = 'Codificación de caracteres (Collation) da conexión de MySQL';
$strMySQLSaid = 'Mensaxes do MySQL: ';
$strMySQLShowProcess = 'Mostrar os procesos';
$strMySQLShowStatus = 'Mostrar información de tempo de execución do MySQL';
$strMySQLShowVars = 'Mostrar as variábeis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Seguinte';
$strNoActivity = 'Non se rexistrou actividade algunha desde hai %s segundos ou máis. Terá que entrar de novo';
$strNoDatabases = 'Non hai nengunha base de datos';
$strNoDatabasesSelected = 'Non hai nengunha base de datos seleccionada.';
$strNoDescription = 'sen descrición';
$strNoDetailsForEngine = 'Non se conta con información de estado detallada sobre este motor de armacenamento.';
$strNoDropDatabases = 'Os comandos "Eliminar a base de datos" non están permitidos.';
$strNoExplain = 'Saltar a explicacion de SQL';
$strNoFilesFoundInZip = 'Non se atoparon ficheiros dentro do arquivo ZIP!';
$strNoFrames = 'phpMyAdmin usa-se mellor cun navegador que <b>acepte molduras</b>.';
$strNoIndex = 'Non se definiu un índice';
$strNoIndexPartsDefined = 'Non se definiron partes do índice';
$strNoModification = 'Sen cambios';
$strNone = 'Nengun';
$strNo = 'Non';
$strNoOptions = 'Este formato non ten opcións';
$strNoPassword = 'Sen Contrasinal';
$strNoPermission = 'O servidor web non ten permiso para gardar o ficheiro %s.';
$strNoPhp = 'sen código PHP';
$strNoPrivileges = 'Sen Privilexios';
$strNoRights = 'Non ten direitos suficientes para estar aquí agora!';
$strNoRowsSelected = 'Non hai fileiras seleccionadas';
$strNoSpace = 'Non hai espacio para gardar o ficheiro %s.';
$strNoTablesFound = 'Non se achou nengunha tabela na base de datos';
$strNoThemeSupport = 'Non ten a funcionalidade dos temas. Comprobe a configuración e/ou os seus temas no directorio %s.';
$strNothingToImport = 'Non introduciu os datos que quería importar!';
$strNotNumber = 'Non é un número!';
$strNotOK = 'non conforme';
$strNotSet = 'Non se atopou a tabela <b>%s</b>ou non se indicou en %s';
$strNoUsersFound = 'Non se achou nengun(s) usuario(s).';
$strNoValidateSQL = 'Saltarse a validacion de';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s ocorrencias(s) dentro da tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> ocorrencia(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'Conforme';
$strOpenNewWindow = 'Abrir unha xanela nova co phpMyAdmin';
$strOperations = 'Operacións';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar a tabela';
$strOr = 'ou';
$strOverhead = 'De máis (Overhead)';
$strOverwriteExisting = 'Eliminar o(s) ficheiro(s) xa existente(s)';
 
$strPageNumber = 'Número de páxina:';
$strPagesToBeFlushed = 'Páxinas que se eliminarán';
$strPaperSize = 'Tama?o do papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciais';
$strPasswordChanged = 'Modificou-se sen problemas o contrasinal de %s.';
$strPassword = 'Contrasinal';
$strPasswordEmpty = 'O contrasinal está vacío!';
$strPasswordHashing = 'Hash do contrasinal';
$strPasswordNotSame = 'Os contrasinais non son os mesmos!';
$strPdfDbSchema = 'Esquema da base de datos "%s" - Páxina %s';
$strPdfInvalidTblName = 'Non existe a tabela "%s".';
$strPdfNoTables = 'Sen tabelas';
$strPDFOptions = 'Opcións de PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título do informe';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Está a usar PHP 4.2.3, que contén un erro importante relacionado coas cadeas multi-byte (mbstring). Consulte o informe de erros número 19404. Non se recomenda usar esta versión do PHP co phpMyAdmin.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión do PHP';
$strPmaDocumentation = 'Documentación do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEBE estar asignada no seu ficheiro de configuración.';
$strPolish = 'Polonés';
$strPortrait = 'Vertical';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimaryKeyHasBeenDropped = 'Eliminouse a chave primaria';
$strPrimaryKeyName = 'O nome da chave primaria debe ser... PRIMARIA';
$strPrimaryKeyWarning = '("PRIMARIA" <b>debe</b> ser o nome de e <b>só de</b> unha chave primaria)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Vista previa da impresión (con textos completos)';
$strPrintView = 'Visualización previa da impresión';
$strPrivDescAllPrivileges = 'Inclue todos os privilexios a excepción de GRANT (Conceder).';
$strPrivDescAlter = 'Permite alterar a estrutura das tabelas xa existentes.';
$strPrivDescAlterRoutine = 'Permite alterar e eliminar rotinas armacenadas.';
$strPrivDescCreateDb = 'Permite crear novas bases de datos e tabelas.';
$strPrivDescCreateRoutine = 'Permite crear rotinas armacenadas.';
$strPrivDescCreateTbl = 'Permite crear tabelas novas.';
$strPrivDescCreateTmpTable = 'Permite crear tabelas temporais.';
$strPrivDescCreateUser = 'Permite crear, eliminar e mudar o nome das contas de usuario.';
$strPrivDescCreateView = 'Permite crear vistas novas.';
$strPrivDescDelete = 'Permite eliminar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos e tabelas.';
$strPrivDescDropTbl = 'Permite eliminar tabelas.';
$strPrivDescExecute5 = 'Permite executar rotinas armacenadas.';
$strPrivDescExecute = 'Permite facer correr procedimentos armacenados. Non funciona nesta versión do MySQL.';
$strPrivDescFile = 'Permite importar e exportar datos desde e para ficheiros.';
$strPrivDescGrant = 'Permite acrescentar usuarios e privilexios sen recarregar as tabelas de privilexios.';
$strPrivDescIndex = 'Permite crear e eliminar índices.';
$strPrivDescInsert = 'Permite inserir e substituir datos.';
$strPrivDescLockTables = 'Permite bloquear tabelas do fío en uso';
$strPrivDescMaxConnections = 'Limita o número de conexións novas por hora que pode abrir un usuario.';
$strPrivDescMaxQuestions = 'Limita o número de procuras por hora que pode enviar un usuario.';
$strPrivDescMaxUpdates = 'Limita o número de comandos que modifiquen unha tabela ou database por hora que pode executar un usuario.';
$strPrivDescMaxUserConnections = 'Limita o número de conexións simultáneas que pode ter o utilizador.';
$strPrivDescProcess3 = 'Permite matar procesos pertencentes a outros usuarios.';
$strPrivDescProcess4 = 'Permite ver as procuras completas na listaxe de procesos.';
$strPrivDescReferences = 'Non funciona nesta versión do MySQL.';
$strPrivDescReload = 'Permite recarregar a configuración do servidor e limpar a súa caché.';
$strPrivDescReplClient = 'Permite-lle ao usuario perguntar onde están os escravos e os masters.';
$strPrivDescReplSlave = 'Necesario para os escravos de replicación.';
$strPrivDescSelect = 'Permite gravar datos.';
$strPrivDescShowDb = 'Permite acceder á listaxe de bases de datos completa';
$strPrivDescShowView = 'Permite realizar consultas SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permite apagar o servidor.';
$strPrivDescSuper = 'Permite conexións, mesmo chegado ao número máximo de conexións. Ven requerido para a maioría das operación administracións, como configurar as variábeis globais ou matar os fíos doutros usuarios.';
$strPrivDescUpdate = 'Permite modificar datos.';
$strPrivDescUsage = 'Sen privilexios.';
$strPrivileges = 'Privilexios';
$strPrivilegesReloaded = 'Non houbo problemas ao recarregar os privilexios.';
$strProcesslist = 'Listaxe dos procesos';
$strProtocolVersion = 'Versión do protocolo';
$strPutColNames = 'Pór os nomes dos campos na primeira fileira';
 
$strQBEDel = 'Eliminar';
$strQBEIns = 'Inserir';
$strQBE = 'Procurar cun exemplo';
$strQueryCache = 'caché de procuras';
$strQueryFrame = 'Xanela de procuras';
$strQueryOnDb = 'Procura tipo SQL na base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial de SQL';
$strQueryStatistics = '<b>Estatística das procuras</b>: Desde que se iniciou, enviáronselle ao servidor %s procuras.';
$strQueryTime = 'A pesquisa levou %01.4f segundos';
$strQueryType = 'Tipo de procura';
$strQueryWindowLock = 'Non escreber sobre esta procura desde fora da xanela';
 
$strReadRequests = 'Peticións de lectura';
$strReceived = 'Recibido';
$strRecords = 'Rexistros';
$strReferentialIntegrity = 'Comprobar a integridade das referencias:';
$strRefresh = 'Refrescar';
$strRelationalSchema = 'Relational schema';
$strRelationNotWorking = 'Desactivouse a funcionalidade adicional para o traballo con tabelas vinculadas. Para saber o por que, faga click%saqu&iacute;%s.';
$strRelationsForTable = 'RELACIÓNS PARA A TABELA';
$strRelations = 'Relacións';
$strRelationView = 'Vista das relacións';
$strReloadingThePrivileges = 'A recarregar os privilexios';
$strReloadMySQL = 'Reinicializar o MySQL';
$strRemoveSelectedUsers = 'Eliminar os usuarios seleccionados';
$strRenameDatabaseOK = 'Mudou-se-lle o nome á base de datos %s para %s';
$strRenameTableOK = 'A tabela \$table renomeouse para \$new_name';
$strRenameTable = 'Renomear a tabela para';
$strRepairTable = 'Reparar a tabela';
$strReplaceNULLBy = 'Substituir NULL por ';
$strReplaceTable = 'Substituir os datos da tabela polos do ficheiro';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Limites de recursos';
$strReType = 'Reescreber';
$strRevokeAndDeleteDescr = 'Os usuarios terán ainda o privilexio USAGE até que se recarreguen os privilexios.';
$strRevokeAndDelete = 'Retirar-lles todos os privilexios activos aos usuarios e eliminá-los a continuación.';
$strRevokeMessage = 'Retirou-lle os privilexios a %s';
$strRevoke = 'Revogar';
$strRomanian = 'Romeno';
$strRowLength = 'Lonxitude da fileira';
$strRows = 'Fileiras';
$strRowsFrom = 'fileiras, a comezar da';
$strRowSize = ' Tamaño da fileira ';
$strRowsModeFlippedHorizontal = 'horizontal (cabezallos rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s e repetir os cabezallos de cada %s celas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estatísticas da Fileira';
$strRunning = 'a rodar no servidor %s';
$strRunQuery = 'Enviar esta procura';
$strRunSQLQuery = 'Efectuar unha procura SQL na base de datos %s';
$strRunSQLQueryOnServer = 'Executar procura/s SQL no servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Gardar';
$strSaveOnServer = 'Gardar no servidor no directorio %s';
$strScaleFactorSmall = 'O factor de reducción é demasiado pequeno para que o esquema caiba nunha única páxina';
$strSearchFormTitle = 'Procurar na base de datos';
$strSearchInTables = 'Dentro da(s) tabela(s):';
$strSearchNeedle = 'Palabras(s) ou valore(s) a procurar (o comodín é: "%"):';
$strSearchOption1 = 'polo menos unha das palabras';
$strSearchOption2 = 'todas as palabras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearch = 'Procurar';
$strSearchResultsFor = 'Procurar os resultados para "<i>%s</i>" %s:';
$strSearchType = 'Atopar:';
$strSecretRequired = 'O ficheiro de configuración agora necesita un contrasinal secreto (blowfish_secret).';
$strSelectADb = 'Seleccione unha base de dados';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccione o ficheiro de rexistro binario que quer ver';
$strSelectFields = 'Seleccione os campos (mínimo 1)';
$strSelectNumRows = 'a procurar';
$strSelectTables = 'Seleccionar tabelas';
$strSend = 'Enviar <i>(gravar nun ficheiro)</i><br />';
$strSent = 'Enviado';
$strServerChoice = 'Escolla de Servidor';
$strServerNotResponding = 'O servidor non está a responder';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Insercións demoradas';
$strServerStatus = 'Información sobre o runtime';
$strServerStatusUptime = 'Este servidor de MySQL leva funcionando %s. Iniciouse às %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variábeis';
$strServerTrafficNotes = '<b>Tráfico do servidor</b>: Estas tabelas mostran as estatísticas do tráfico da rede neste servidor de MySQL desde que se iniciou.';
$strServerVars = 'Variábeis e configuración do servidor';
$strServerVersion = 'Versión do servidor';
$strSessionValue = 'Valor da sesión';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", introduza os valores usando este formato: \'a\',\'b\',\'c\'...<br />Se precisar pór unha barra invertida (" \ ") ou aspas simples (" \' ") entre estes valores, preceda a barra e as aspas de barras invertidas (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShowAll = 'Ver todos os rexistros';
$strShowColor = 'Mostrar a cor';
$strShowDatadictAs = 'Formato do dicionario de datos';
$strShowFullQueries = 'Mostrar as procuras completas';
$strShowGrid = 'Mostrar a grella';
$strShowingBookmark = 'A mostrar o marcador';
$strShowingRecords = 'Mostrando rexistros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar as tabelas abertas';
$strShowPHPInfo = 'Mostrar información sobre o PHP';
$strShowSlaveHosts = 'Mostrar os servidores escravos';
$strShowSlaveStatus = 'Mostrar o estado dos escravos';
$strShowStatusBinlog_cache_disk_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario mais que excederon o valor de binlog_cache_size e utilizaron un ficheiro temporal para armacenar instrucións para a transacción.';
$strShowStatusBinlog_cache_useDescr = 'Número de transaccións que utilizaron o caché do rexistro binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Número de tabelas temporais no disco creadas automaticamente polo servidor ao executar as instrucións. Se Created_tmp_disk_tables é grande, pode querer incrementar o valor de tmp_table_size para que as tabelas temporais se baseen na memoria en vez de no disco.';
$strShowStatusCreated_tmp_filesDescr = 'Cantos ficheiros temporais creou mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Número de tabelas temporais na-memoria creadas automaticamente polo servidor ao executar instrucións.';
$strShowStatusDelayed_errorsDescr = 'Número de fileiras escritas con INSERT DELAYED que sofriron algún erro (probabelmente unha chave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'Número de fíos de manipulación INSERT DELAYED en uso. Cada tabela diferente na que se utiliza INSERT DELAYED recebe o seu propio fío.';
$strShowStatusDelayed_writesDescr = 'Número de fileiras INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'Número de instrucións FLUSH executadas.';
$strShowStatusHandler_commitDescr = 'Número de instrucións COMMIT internas.';
$strShowStatusHandler_deleteDescr = 'Número de veces que se eliminou unha fileira dunha tabela.';
$strShowStatusHandler_discoverDescr = 'O servidor de MySQL pódelle perguntar ao motor de armacenamento NDB Cluster se sabe dunha tabela cun nome dado. Isto chámase descobrimento. Handler_discovery indica o número de veces que se descobriron tabelas.';
$strShowStatusHandler_read_firstDescr = 'Número de veces que se leu a primeira entrada dun índice. Se é alto, tamén suxire que o servidor está realizando un monte de de exames de índice completos; por exemplo, SELECT col FROM algo, supoñendo que col está indexada.';
$strShowStatusHandler_read_keyDescr = 'Número de peticións para ler unha fileira baseadas nunha chave. Se é alto, é unha boa indicación de que as procuras e tabelas están ben indexadas.';
$strShowStatusHandler_read_nextDescr = 'Número de peticións para ler a seguinte fileira na orde da chave. Isto increméntase se está procurando unha columna de índice cunha limitación de rango ou se está a examinar un índice.';
$strShowStatusHandler_read_prevDescr = 'Número de peticións para ler a fileira anterior na orde da chave. Este método de lectura utilízase sobre todo para optimizar ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Número de peticións para ler unha fileira baseadas nunha posición fixa. Isto é alto se está a realizar moitas procuras que requiren ordenar o resultado. Posibelmente terá un monte de procuras que esixen que MySQL examine tabelas completas ou ten unións que non usan as chaves apropiadamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Número de peticións para ler a seguinte fileira no ficheiro de datos. Isto é alto se está a realizar moitos exames de tabelas. Normalmente suxire que as tabelas non están indexadas apropiadamente ou que as súas procuras non están escritas para aproveitar os índices de que dispón.';
$strShowStatusHandler_rollbackDescr = 'Número de instrucións de ROLLBACK interno.';
$strShowStatusHandler_updateDescr = 'Número de peticións para actualizar unha fileira nunha tabela.';
$strShowStatusHandler_writeDescr = 'Número de peticións para inserir un ficheiro nunha tabela.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Número de páxinas que conteñen datos (suxos ou limpos).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Número de páxinas actualmente suxas.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Número de páxinas do buffer que se pediu que se limpasen.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Número de páxinas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Número de páxinas con seguro no buffer InnoDB buffer. Estas páxinas están actualmente a ser lidas ou escritas ou non se poden limpar ou eliminar por algunha outra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'O número de páxinas ocupadas porque se destinan a reserva administrativa, tais como bloqueos de fileiras ou o índice hash adaptativo. Este valor tamén se pode calcular así: Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total do búfer, en páxinas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Número de pré-lecturas "aleatorias" iniciadas por InnoDB. Isto acontece cando unha procura vai examinar unha porción grande dunha tabela mais en orde aleatoria.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Número de pre-lecturas secuenciais iniciada por innoDB. Isto acontece cando InnoDB realiza un exame secuencial completo dunha tabela.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Número de peticións de lectura lóxicas feitas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Número de lecturas lóxicas que InnoDB non puido satisfacer do búfer e tivo que efectuar por medio de lecturas dunha única páxina.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, escríbese no búfer de InnoDB como tarefa de fondo. Porén, de se precisar ler ou crear unha páxina e non haber páxinas limpas disponíbeis, hai que agardar a que se limpen. Este contador vai contando cantas veces hai que esperar. Se o tamaño do búfer é o apropiado, este valor debería ser pequeno.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Número de veces que se escribiu no búfer InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Número de operacións fsync() até o momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Número actual de operacións fsync() pendentes.';
$strShowStatusInnodb_data_pending_readsDescr = 'Número actual de lecturas pendentes.';
$strShowStatusInnodb_data_pending_writesDescr = 'Número actual de escritas pendentes.';
$strShowStatusInnodb_data_readDescr = 'Cantidade de datos lida até o momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'Número total de lecturas de datos.';
$strShowStatusInnodb_data_writesDescr = 'Número total de escritas de datos.';
$strShowStatusInnodb_data_writtenDescr = 'Cantidade de datos escrita até o momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'Número de escritas duplas realizadas e número de páxinas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'Número de esperas debidas a que o búfer do rexistro é demasiado pequeno e houbo que agardar até que se limpase para continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'Número de peticións de escrita no rexistro.';
$strShowStatusInnodb_log_writesDescr = 'Número de escritas físicas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Número de escritas fsyncss feitas no ficheiro de rexistro.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Número de fsyncs do ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escritas no ficheiro de rexistro pendentes.';
$strShowStatusInnodb_os_log_writtenDescr = 'Número de bytes escritos no ficheiro de rexistro.';
$strShowStatusInnodb_pages_createdDescr = 'Número de páxinas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'O tamaño de páxina InnoDB incluído (por omisión 16KB). Moitos valores cóntanse en páxinas: o tamaño da páxina permite que se convirtan doadamente en bytes.';
$strShowStatusInnodb_pages_readDescr = 'Número de páxinas lidas.';
$strShowStatusInnodb_pages_writtenDescr = 'Número de páxinas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Número de bloqueo de fileiras polos que se está a aguardar agora mesmo.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Tempo que, de media, leva adquirir un bloqueo sobre unha fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'Tempo total empregado na adquisición de bloqueos sobre as fileiras, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Tempo máximo en adquirir un bloqueo de fileira, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Número de veces que houbo que agardar polo bloqueo dunha fileira.';
$strShowStatusInnodb_rows_deletedDescr = 'Número de fileiras eliminadas das tabelas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Número de fileiras inseridas nas tabelas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Número de fileiras lidas das tabelas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Número de fileiras actualizadas en tabelas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Número de bloques chave na caché de chaves que se mudaron mais que ainda non se limparon para o disco. Antes era Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Número de bloques sen utilizar na caché de chaves. Pode utilizar este valor para determinar canta caché de chave está en uso.';
$strShowStatusKey_blocks_usedDescr = 'Número de bloques utilizados na caché de chaves. Este valor é unha referencia superior que indica o número máximo de bloques que se teñen empregado.';
$strShowStatusKey_read_requestsDescr = 'Número de peticións para ler un bloque chave da caché.';
$strShowStatusKey_readsDescr = 'Número de lecturas físicas dun bloque chave desde o disco. Se key_reads é grande, entón o valor de key_fuffer_size é posibelmente demasiado baixo. A relación de perdas da caché pódese calcular así: Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Número de peticións para escribir un bloque chave na caché.';
$strShowStatusKey_writesDescr = 'Número de escritas físicas dun bloque chave no disco.';
$strShowStatusLast_query_costDescr = 'Custo total da última procura compilada tal e como se computa mediante o optimizador de procuras. Resulta útil para comparar o custo de planos de procura diferentes para a mesma pesquisa. O valor por omisión é 0, que significa que ainda non se compilou nengunha procura.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Número de procuras que están a agardar para seren escritas nas filas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Número de tabelas abertas en total. Se a cantidade é grande, o valor da caché de tabelas posibelmente é demasiado pequeno.';
$strShowStatusOpen_filesDescr = 'Número de ficheiros abertos.';
$strShowStatusOpen_streamsDescr = 'Número de fluxos abertos (utilizado principalmente para o rexistro).';
$strShowStatusOpen_tablesDescr = 'Número de tabelas abertas.';
$strShowStatusQcache_free_blocksDescr = 'Número de bloques de memoria libres na caché de procuras.';
$strShowStatusQcache_free_memoryDescr = 'Cantidade de memoria libre para a caché de procuras.';
$strShowStatusQcache_hitsDescr = 'Número de impactos na caché.';
$strShowStatusQcache_insertsDescr = 'Número de procuras adicionadas á caché.';
$strShowStatusQcache_lowmem_prunesDescr = 'Número de procuras eliminadas da caché para liberar memoria para deixar a caché para procuras novas. Esta información pode axudar a afinar o tamaño da caché de procuras. A caché de procuras utiliza unha estratexia de utilizado menos recentemente (LRU) para decidir que procuras debe eliminar da caché.';
$strShowStatusQcache_not_cachedDescr = 'Número de procuras non enviadas á caché (que non se poden enviar, debido á configuración de query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Número de procuras rexistradas na caché.';
$strShowStatusQcache_total_blocksDescr = 'Número total de bloques na caché de procuras.';
$strShowStatusReset = 'Reiniciar';
$strShowStatusRpl_statusDescr = 'Estado da replicación en modo seguro (ainda non realizado).';
$strShowStatusSelect_full_joinDescr = 'Número de unións que non utilizan índices. Se este valor non é 0, debería comprobar con atención os índices das tabelas.';
$strShowStatusSelect_full_range_joinDescr = 'Número de unións que utilizaron un rango de procura nunha tabela de referencia.';
$strShowStatusSelect_range_checkDescr = 'Número de unións de chaves que comproban a utilización de chaves despois de cada fileira (se non é 0, debería comprobar con atención os índices das tabelas).';
$strShowStatusSelect_rangeDescr = 'Número de unións que utilizaron rangos na primeira tabela (Normalmente non é grave mesmo de ser grande)';
$strShowStatusSelect_scanDescr = 'Número de unións que realizaron un exame completo da primeira tabela.';
$strShowStatusSlave_open_temp_tablesDescr = 'Número de tabelas temporais actualmente abertas polo fío SQL escravo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde o inicio) que o fío de replicación SQL escravo reintentou as transaccións.';
$strShowStatusSlave_runningDescr = 'Isto está ON se este servidor é un escravo conectado a un máster.';
$strShowStatusSlow_launch_threadsDescr = 'Número de fíos aos que lles levou crearse máis de slow_launch_time segundos.';
$strShowStatusSlow_queriesDescr = 'Número de procuras ás que lles levou máis de long_query_time segundos.';
$strShowStatusSort_merge_passesDescr = 'Número de pasaxes de fusión que tivo que facer o algoritmo de ordenación. Se este valor é grande, debería considerar incrementar o valor da variábel de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Número de ordenacións feitas con rangos.';
$strShowStatusSort_rowsDescr = 'Número de fileiras ordenadas.';
$strShowStatusSort_scanDescr = 'Número de ordenacións realizadas examinando a tabela.';
$strShowStatusTable_locks_immediateDescr = 'Número de veces que se adquiriu inmediatamente un bloqueo de tabela.';
$strShowStatusTable_locks_waitedDescr = 'Número de veces que non se puido adquirir inmediatamente un bloqueo de tabela e houbo que agardar. De ser alto e ter observado problemas no desempeño, debería en primeiro lugar mellorar as procuras e despois, ora partir a tabela ou tabelas, ora utilizar replicación.';
$strShowStatusThreads_cachedDescr = 'Número de fíos na caché de fíos. A relación de impactos da caché pódese calcular como Threads_created/Connections. Se este valor é vermello debería aumentar a thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Número de conexións abertas neste momento.';
$strShowStatusThreads_createdDescr = 'Número de fíos creados para xerir as conexións. De ser Threads_created grande, pode querer aumentar o valor de thread_cache_size. (Normalmente isto non fornece unha mellora notábel no desempeño se ten unha boa implementación de fíos.)';
$strShowStatusThreads_runningDescr = 'Número de fíos que non están a durmir.';
$strShowTableDimension = 'Mostrar a dimensión das tabelas';
$strShowTables = 'Mostrar as tabelas';
$strShowThisQuery = ' Mostrar esta procura aquí outra vez ';
$strSimplifiedChinese = 'Chinés simplificado';
$strSingly = 'a refacer logo de insercións e destrucións (shingly)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de rexistros (procuras) a saltar desde o inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(ou o soquete local do servidor de MySQL non se configurou correctamente)';
$strSortByKey = 'Ordenar pola chave';
$strSorting = 'Ordenación';
$strSort = 'Ordenar';
$strSpaceUsage = 'Uso do espazo';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'As palabras divídense cun carácter de espazo (" ").';
$strSQLExportCompatibility = 'Compatibilidade coa exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opcións de SQL';
$strSQLOptions = 'Opcións SQL';
$strSQLParserBugMessage = 'Cabe a posibilidade de que atopase un erro no procesador de SQL. Examine a súa pesquisa con atención e comprobe que as aspas son correctas e que cada un ten o seu par. Outras causas posíbeis serían que tentase enviar un ficheiro con binario fora dunha área de texto entre aspas. Tamén pode tentar facer a súa pesquisa na liña de comandos do MySQL. A mensaxe de erro que lle envía o servidor de MySQL, e que aparece máis abaixo (de habela), tamén o pode axudar a diagnosticar o problema. Se persisten os erros ou se o procesador falla cando mesmo a liña de comandos vai ben,reduza o texto da pesquisa à parte concreta que produce o erro e envíe unha mensaxe de erro co texto da sección RECORTE que aparece a continuación:';
$strSQLParserUserError = 'Parece que houbo un problema na súa pesquisa en SQL. Se máis abaixo aparece unha mensaxe de erro do servidor de MySQL, isto pode axudar a diagnosticar o problema';
$strSQLQuery = 'comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'O identificador non é válido';
$strSQPBugUnclosedQuote = 'Falta pór a aspa final';
$strSQPBugUnknownPunctuation = 'Hai unha secuencia de puntuación que resulta descoñecida';
$strStatCheckTime = 'Comprobación máis recente';
$strStatCreateTime = 'Creación';
$strStatement = 'Informacións';
$strStatisticsOverrun = 'Nun servidor ocupado, os contadores de bytes poden sobrecarregarse, de maneria que esas estatísticas, tal e como as transmite o servidor de MySQL, poden resultar incorrectas.';
$strStatUpdateTime = 'Actualización máis recente';
$strStatus = 'Estado';
$strStorageEngine = 'Motor de armacenamento';
$strStorageEngines = 'Motores de armacenamento';
$strStrucCSV = 'Datos CSV';
$strStrucData = 'Estrutura e datos';
$strStrucDrop = 'Adicionar \'Eliminar a tabela anterior se xa existe\'';
$strStrucExcelCSV = 'CSV (para datos de MS Excel)';
$strStrucNativeExcel = 'Datos nativos de MS Excel';
$strStrucOnly = 'Só a estrutura';
$strStructPropose = 'Propor unha estrutura para a tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submeter';
$strSuccess = 'O seu comando de SQL executou-se com éxito';
$strSum = 'Suma';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Pasar á base de datos copiada';
$strSwitchToTable = 'Ir à tabela copiada';
 
$strTableAlreadyExists = 'A tabela %s xa existe!!';
$strTableComments = 'Comentarios da tabela';
$strTableEmpty = 'O nome da tabela está vacío!';
$strTableHasBeenDropped = 'Eliminouse a tabela %s';
$strTableHasBeenEmptied = 'Vaciouse a tabela %s';
$strTableHasBeenFlushed = 'Fechouse a tabela %s';
$strTableMaintenance = 'Tabela de manutención';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opcións de tabela';
$strTables = '%s tabela(s)';
$strTableStructure = 'Estrutura da tabela';
$strTable = 'Tabela';
$strTableType = 'Tipo da tabela';
$strTakeIt = 'colle-o';
$strTblPrivileges = 'Privilexios proprios de tabela';
$strTempData = 'Datos temporais';
$strTextAreaLength = ' Por causa da sua lonxitude,<br /> este campo pode non ser editábel ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = 'Non se atopou o tema por omisión %s!';
$strThemeNoPreviewAvailable = 'Non se dispón de ante-visión.';
$strThemeNotFound = 'Non se atopou o tema %s!';
$strThemeNoValidImgPath = 'Non hai unha rota válida de imaxe para o tema %s!';
$strThemePathNotFound = 'Non se atopou a rota do tema para o tema %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este servidor';
$strThisNotDirectory = 'Isto non era un directorio';
$strThreads = 'Fíos';
$strThreadSuccessfullyKilled = 'Finalizouse o fío %s.';
$strTimeoutInfo = 'A importación anterior excedeu do tempo permitido; unha vez reiniciada continuará desde a posición %d.';
$strTimeoutNothingParsed = 'Porén, na última executación non se examinou nada de datos, o que normalmente significa que o phpMyAdmin non poderá rematar esta importación a non ser que lle incrementen os limites de tempo de php.';
$strTimeoutPassed = 'Ultrapasouse o tempo de espera do guión. Se quer rematar a importación, volva a enviar o mesmo ficheiro e a importación continuará.';
$strTime = 'Tempo';
$strToggleScratchboard = 'conmutar o borrador';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chinés tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador da transacción';
$strTransformation_application_octetstream__download = 'Mostrar un vínculo para baixar os datos binarios dun campo. A primeira opción é o nome do ficheiro binario. A segunda é un nome posíbel para o campo dunha fileira de tabela que conteña o nome do ficheiro. Se pretende seleccionar a segunda opción, a primeira deberá conter só unha cadea vacia';
$strTransformation_application_octetstream__hex = 'Mostra unha representación hexadecimal dos datos.';
$strTransformation_image_jpeg__inline = 'Mostra unha imaxe reducida vinculábel. Opcións: anchura,altura en píxeles (mantén a proporción orixinal)';
$strTransformation_image_jpeg__link = 'Mostra un vínculo a esta imaxe (ou sexa, baixada directa de blob).';
$strTransformation_image_png__inline = 'Ver image/jpeg: na liña';
$strTransformation_text_plain__dateformat = 'Colle un campo TIME, TIMESTAMP ou DATETIME e formata-o usando o seu formato de data local. A primeira opción é offset (en horas), que se engadirá á marca horaria (timestamp, por omisión, 0). A segunda opción é un formato de data diferente dependendo dos parámetros disponíbeis para a función strftime() do PHP.';
$strTransformation_text_plain__external = 'SÓ EN LINUX: Inícia unha aplicación externa e envia-lle o campo de datos por meio do input padrón. Devolve a saída padrón da aplicación. Por omisión é Tidy, para que resulte código HTML claro. Por razóns de seguranza, ten que editar manualmente o ficheiro libraries/transformations/text_plain__external.inc.php e inserir as ferramentas que quer permitir que funcionen. A primeira opción, polo tanto, é o número do programa que quer usar e a segunda opción son os parámetros do programa. O terceiro parámetro, se é 1, usará htmlspecialchars() para convertir a saída (Por omisión é 1). Un cuarto parámetro, se é 1, porá un NOWRAP na cela de contidos para que toda a saída se mostre sen reformatar (Por omisión é 1)';
$strTransformation_text_plain__formatted = 'Mantén o formato orixinal do campo. Non hai Escape.';
$strTransformation_text_plain__imagelink = 'Mostra unha imaxe e un vínculo; o campo conte o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é o ancho en píxeles; a terceira é a altura.';
$strTransformation_text_plain__link = 'Mostra un vínculo; o campo contén o nome do ficheiro. A primeira opción é un prefixo do tipo "http://domain.com/"; a segunda opción é un título para o vínculo.';
$strTransformation_text_plain__sql = 'Formata texto como procura SQL e resalta a sintaxe.';
$strTransformation_text_plain__substr = 'Só mostra parte dunha cadea. A primeira opción é unha distancia para definir onde comeza a saída de texto (por omisión, 0). A segunda opción é unha distancia cando texto se devolve. Se é vacio, volve todo o texto que resta. A terceira opción define que caracteres se engadirán á saída cando se devolve unha subcadea (Por omisión: ...).';
$strTruncateQueries = 'Interrumpir as procuras mostradas';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Quitar-lles as marcas a todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'descoñecido';
$strUnselectAll = 'Non seleccionar nada';
$strUnsupportedCompressionDetected = 'Tentou carregar un ficheiro cunha compresión descoñecida (%s). Ora non se sabe como descomprimir, ora está desactivada na configuración.';
$strUpdatePrivMessage = 'Acaba de actualizar os privilexios de %s.';
$strUpdateProfileMessage = 'Actualizouse o perfil.';
$strUpdateQuery = 'Actualizar a procura';
$strUpdComTab = 'Consulte a Documentación para saber como actualizar a tabela Column_comments';
$strUpgrade = 'Deberia actualizar a %s %s ou posterior.';
$strUploadLimit = 'Posibelmente tentou enviar un ficheiro demasiado grande. Consulte a %sdocumentación%s para averiguar como evitar este limite.';
$strUsage = 'Uso';
$strUseBackquotes = 'Protexer os nomes das tabelas e dos campos con&nbsp;" ` "';
$strUsedPhpExtensions = 'Extensións de PHP utilizadas';
$strUseHostTable = 'Usar a tabela de Host';
$strUserAlreadyExists = 'O usuario %s xa existe';
$strUserEmpty = 'O nome do usuario está vacío!';
$strUserName = 'Nome do usuario';
$strUserNotFound = 'Non se atopou o usuario seleccionado na tabela de privilexios.';
$strUserOverview = 'Vista xeral dos usuarios';
$strUsersDeleted = 'Os usuarios seleccionados elimináron-se sen problemas.';
$strUsersHavingAccessToDb = 'Utilizadores que teñen acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use a tecla do tabulador para moverse de valor en valor ou a tecla CONTROL combinada cunha flecha para moverse a calquer sitio';
$strUseTables = 'Usar as tabelas';
$strUseTextField = 'Use campo de texto';
$strUseThisValue = 'Usar este valor';
 
$strValidateSQL = 'Validar SQL';
$strValidatorError = 'Non foi posíbel iniciar o comprobador de SQL. Comprobe que ten instaladas todas as extensións de php tal e como se descrebe na %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Información sobre a versión';
$strViewDumpDatabases = 'Ver o volcado das bases de datos';
$strViewDumpDB = 'Ver o esquema do volcado da base de datos';
$strViewDump = 'Ver o esquema do volcado da tabela';
$strViewHasBeenDropped = 'Deixouse a vista %s';
$strViewMaxExactCount = 'Esta vista ten máis de %s fileiras. Consulte a %sdocumentación%.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directorio de subida (upload) do servidor web';
$strWebServerUploadDirectoryError = 'Non se pode acceder ao directorio que designou para as subidas (upload)';
$strWelcome = 'Benvida/o a %s';
$strWestEuropean = 'Europeu ocidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'Non se puido modificar a xanela de destino do navegador. Talvez porque fechou a xanela da que depende ou porque o seu navegador está a bloquear as actualizacións entre xanelas xa que asi o pediu na configuración de seguranza do navegador.';
$strWithChecked = 'Todos os marcados';
$strWriteRequests = 'Peticións de escrita';
$strWritingCommentNotPossible = 'Non é posíbel escreber o comentario';
$strWritingRelationNotPossible = 'Non é posíbel escreber a relación';
$strWrongUser = 'Usuario ou contrasinal errado. Acceso negado.';
 
$strXML = 'XML';
 
$strYes = 'Si';
 
$strZeroRemovesTheLimit = 'Nota: Se estas opcións se configuran como 0 (cero) elimina-se o limite.';
$strZip = 'comprimido no formato "zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/georgian-utf-8.inc.php
0,0 → 1,1005
<?php
/* $Id: georgian-utf-8.inc.php,v 2.116.2.3 2006/03/23 17:42:12 lem9 Exp $ */
 
/**
* Translation by Kakha Mchedlidze <kakha at qartuli.com>
*
* It requires some special Unicode font faces that can downloaded at
* http://www.main.osgf.ge/eng/dounen.htm
* http://www.osgf.ge/resources/fonts/sylfaen.zip
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Sylfaen';
$right_font_family = 'Sylfaen';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ბაიტი', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAccessDenied = 'აკრძალულია';
$strAction = 'მოქმედება';
$strAddDeleteColumn = 'დაამატე/წაშალე სვეტის ველები';
$strAddDeleteRow = 'დაამატე/წაშალე სტრიქონის კრიტერია';
$strAddNewField = 'ახალი ველის დამატება.';
$strAddSearchConditions = 'ძებნის პარამეტრების დამატება ("where" ნაწილის ტანი):';
$strAddToIndex = '&nbsp;%s&nbsp;ამ ინდექსში სვეტის(სვეტების) დამატება';
$strAddUser = 'ახალი მომხმარებლის დამატება.';
$strAddUserMessage = 'თქვენ დაამატეთ ახალი მომხმარებელი.';
$strAffectedRows = 'გააქტიურებული რიგები:';
$strAfter = '%s შემდეგ';
$strAfterInsertBack = 'წინა გვერდზე დაბრუნება';
$strAfterInsertNewInsert = 'ახალი სვეტის ჩამატება';
$strAll = 'ყველა';
$strAlterOrderBy = 'შეცვლილი ცხრილი სორტირებული';
$strAnalyzeTable = 'ცხრილის ანალიზი';
$strAnd = 'და';
$strAnIndex = 'ინდექსი დამატებულია ველზე %s';
$strAny = 'ნებისმიერი.';
$strAnyHost = 'ნებისმიერი ჰოსტი';
$strAnyUser = 'ნებისმიერი მომხმარებელი';
$strAPrimaryKey = 'პირველადი გასაღები დამატებულია ველზე %s';
$strAscending = 'ამომავალი';
$strAtBeginningOfTable = 'ცხრილის დასაწყისში';
$strAtEndOfTable = 'ცხრილის დასასრულში';
$strAttr = 'ატრიბუტები';
 
$strBack = 'უკან';
$strBinary = 'ბინარული';
$strBinaryDoNotEdit = 'ბინარული - არ რედაქტირდება';
$strBookmarkDeleted = 'სანიშნი წაიშალა.';
$strBookmarkLabel = 'ჭდე';
$strBookmarkQuery = 'SQL-შეკითხვის(მოთხოვნის) სანიშნი';
$strBookmarkThis = 'მოცემული SQL-შეკითხვის(მოთხოვნის) სანიშნი';
$strBookmarkView = 'მხოლოდ დათვალიერება';
$strBrowse = 'ნახვა';
$strBzip = '"bzip შეკუმშვა"';
 
$strCantLoadRecodeIconv = 'ვერ ჩაიტვირთა iconv,რაც საჭიროა charset-ის ასამუშავებლად, შეცვალეთ php-ს კონფიგურირება თუ გინდათ ამ ფუნქციის გამოყენება, ან გამორთეთ charset ფუნქცია phpMyAdmin-ში';
$strCantRenameIdxToPrimary = 'PRIMARY-ში ინდექსის სახელის შეცვლა შეუძლებელია!';
$strCantUseRecodeIconv = 'iconv-ს ან libiconv-ს და recode_string-ს ვერ იყენებს, მაშინ როდესაც ფუნქცია ჩატვირთულია. შეამოწმეთ php კონფიგურაცია.';
$strCardinality = 'ელემენტების რაოდენობა';
$strChange = 'შეცვლა';
$strChangeDisplay = 'აირჩიეთ მონაცემი გვერდზე გამოსაჩენად';
$strChangePassword = 'შეცვალე პაროლი';
$strCheckAll = 'მონიშნე ყველა';
$strCheckTable = 'ცხრილის შემოწმება';
$strChoosePage = 'აირჩიეთ გვერდი რედაქტირებისთვის';
$strColumnNames = 'სვეტის სახელები';
$strComments = 'კომენტარი';
$strCompleteInserts = 'სრულყოფილი ჩამატება';
$strConfigFileError = 'phpMyAdmin-მა ვერ შეძლო კონფიგურაციის ფაილის წაკითხვა!<br/>ეს მაშინ ხდება თუ php-მ იპოვა parse შეცდომა, ან php-მ ვერ იპოვა ფაილი.<br />გამოიძახეთ კონფიგურაციის ფაილი და ქვევით ჩამოწერილი შეცდომები გაასწორეთ. უმეტეს შემთხვევაში წერტილ-მძიმე აკლია ხოლმე.<br />თუ ცარიელი გვერდი ჩამოიტვირთა, ესეიგი ყველაფერი რიგზეა.';
$strConfigureTableCoord = 'საჭიროა %s ცხრილის კოორდინატების კონფიგურირება';
$strCookiesRequired = 'ამ ადგილის შემდეგ Cookies უნდა ჩართოთ.';
$strCopyTable = 'ცხრილის კოპირება (ბაზა<b>.</b>ცხრილი):';
$strCopyTableOK = 'ცხრილი %s კოპირებულია %s ცხრილში.';
$strCreate = 'შექმნა';
$strCreateIndex = '&nbsp;%s&nbsp;ინდექსის შექმნა სვეტებზე';
$strCreateIndexTopic = 'ახალი ინდექსის შექმნა';
$strCreateNewDatabase = 'ახალი მონაცემთა ბაზის შექმნა';
$strCreateNewTable = 'მონაცემთა ბაზაში ახალი ცხრილის შექმნა %s';
$strCreatePage = 'შექმენი ახალი გვერდი';
$strCriteria = 'კრიტერია';
 
$strData = 'მონაცემები';
$strDatabase = 'მონაცემთა ბაზა';
$strDatabaseHasBeenDropped = 'მონაცემთა ბაზა %s წაიშალა.';
$strDatabases = 'ბაზები';
$strDatabasesStats = 'მონაცემთა ბაზის სტატისტიკა';
$strDataOnly = 'მხოლოდ მონაცემები';
$strDefault = 'ავტო მნიშვნელობა';
$strDelete = 'წაშლა';
$strDeleted = 'სტრიქონი წაიშალა';
$strDeletedRows = 'სტრიქონები წაიშალა:';
$strDescending = 'შუთავსებელი';
$strDisplayOrder = 'დათვალიერების წესი:';
$strDisplayPDF = 'PDF სქემის ჩვენება';
$strDoAQuery = 'შეასრულე "მოთხოვნა მაგალითის მოხედვით" (ნებისმიერი სიმბოლოს აღმნიშვნელია: "%")';
$strDocu = 'დოკუმენტაცია';
$strDoYouReally = 'დარწმუნებული ხართ, რომ გინდათ ';
$strDrop = 'წაშლა';
$strDumpingData = 'მონაცემები ცხრილიდან ';
$strDynamic = 'დინამიური';
 
$strEdit = 'შესწორება';
$strEditPDFPages = 'PDF გვერდების რედაქტირება';
$strEditPrivileges = 'პრივილეგიების რედაქტირება';
$strEffective = 'ეფექტური';
$strEmpty = 'ცარიელი';
$strEmptyResultSet = 'MySQL-ის მიერ დააბრუნებული ჩანაწერების რაოდენობაა 0.';
$strEnd = 'დასასრული';
$strEnglishPrivileges = ' შენიშვნა: MySQL-ის პრივილეგიები ენიჭება ინგლისურად ';
$strError = 'შეცდომა';
$strExport = 'ექსპორტი';
$strExtendedInserts = 'ჩამატების გაფართოება';
$strExtra = 'სხვა';
 
$strField = 'ველი';
$strFieldHasBeenDropped = 'ველი %s წაიშალა';
$strFields = 'ველები';
$strFieldsEmpty = ' ველების მთვლელი ცარიელია! ';
$strFieldsEnclosedBy = 'ველები ჩაკეტილია by';
$strFieldsEscapedBy = 'ველები გახსნილია by';
$strFieldsTerminatedBy = 'ველები განცალკავებულია by';
$strFixed = 'გამართულია';
$strFlushTable = 'კეში გადატანა ("FLUSH") ცხრილში';
$strFormat = 'ფორმატი';
$strFormEmpty = 'საჭიროა ფორმის აღმნიშვნელები!';
$strFullText = 'სრული ტექსტი';
$strFunction = 'ფუნქცია';
 
$strGenBy = 'შექმნილია by';
$strGenTime = 'შექმნის დრო';
$strGo = 'შესრულება';
$strGzip = '"gzip-ში შეკუმშვა"';
 
$strHasBeenAltered = 'შეიცვალა.';
$strHasBeenCreated = 'შეიქმნა.';
$strHaveToShow = 'თქვენ ერთი ცხრილი მაინც უნდა აირჩიოთ';
$strHome = 'დასაწყისი';
$strHomepageOfficial = 'phpMyAdmin ოფიციალური ვებგვერდი';
$strHost = 'ჰოსტი';
$strHostEmpty = 'ჰოსტის სახელი ცარიელია!';
 
$strIdxFulltext = 'სრული ტექსტი';
$strIgnore = 'იგნორირება';
$strIndex = 'ინდექსირება';
$strIndexes = 'ინდექსები';
$strIndexHasBeenDropped = 'ინდექსი %s წაიშალა';
$strIndexName = 'ინდექსის სახელი&nbsp;:';
$strIndexType = 'ინდექსის ტიპი&nbsp;:';
$strInsert = 'დამატება';
$strInsertAsNewRow = 'დამატება ახალ ჩანაწერად';
$strInsertedRows = 'სტრიქონების დამატება:';
$strInsertNewRow = 'დაამატე ახალი სტრიქონი';
$strInUse = 'გამოყენებულია';
 
$strKeepPass = 'არ შეცვალო ეს პაროლი';
$strKeyname = 'Keyname';
$strKill = 'Kill';
 
$strLengthSet = 'სიგრძე/მნიშვნელობა*';
$strLimitNumRows = 'სტრიქონის რაოდენობა თითოეულ გვერდზე';
$strLinesTerminatedBy = 'სტრიქონები დაყოფილია by';
$strLinkNotFound = 'ლინკი ვერ ვიპოვე';
$strLinksTo = 'ლინკები';
$strLocationTextfile = 'მიუთითეთ ტექსტური ფაილის მდებარეობა';
$strLogin = 'ლოგინი';
$strLogout = 'გასვლა';
$strLogPassword = 'პაროლი:';
$strLogUsername = 'სახელი:';
 
$strModifications = 'ცვლილებები შენახულია';
$strModify = 'შეცვალე';
$strModifyIndexTopic = 'ინდექსის შეცვლა';
$strMoveTable = 'გადაიტანე ცხრილები (მონაცემთა ბაზა<b>.</b>ცხრილი):';
$strMoveTableOK = 'ცხრილი %s გადატანილია %s ში.';
$strMySQLCharset = 'MySQL Charset-ი';
$strMySQLSaid = 'MySQL-მა თქვა: ';
$strMySQLShowProcess = 'პროცესების შვენება';
$strMySQLShowStatus = 'MySQL მონაცემთა ბაზის მდგომარეობის ჩვენება';
$strMySQLShowVars = 'MySQL მონაცემთა ბაზის სისტემური ცვლადები';
 
$strName = 'სახელი';
$strNext = 'შემდეგი';
$strNo = 'არა';
$strNoDatabases = 'ცარიელია';
$strNoDescription = 'შინაარსი არ არის';
$strNoDropDatabases = '"DROP DATABASE" ოპერატორები გათიშულია.';
$strNoFrames = 'phpMyAdmin-თან სამუშაოდ საჭიროა ისეთი ბროუზერი რომელიც <b>ფრეიმებთან</b> მუშაობს.';
$strNoIndex = 'ინდექსი არ არსებობს!';
$strNoIndexPartsDefined = 'ინდექსის ნაწილები არ არსებობს!';
$strNoModification = 'ცვლილებები არ მომხდარა';
$strNone = 'არა';
$strNoPassword = 'არ არის პარილი';
$strNoPhp = 'PHP კოდის გარეშე';
$strNoPrivileges = 'არ არის პრივილეგიები';
$strNoRights = 'თქვენ არაგაქვთ ამის უფლება!';
$strNoTablesFound = 'მონაცემთა ბაზა არ შეიცავს ცხრილებს.';
$strNotNumber = 'ეს რიცხვი არაა!';
$strNotSet = '<b>%s</b> ცხრილი ვერ ვიპვე ან უწესრიგობაა %s-ში';
$strNoUsersFound = 'მომხმარებელი არ არის ნაპოვნი.';
$strNull = 'ნული';
$strNumSearchResultsInTable = '%s შესაბამისობა ცხრილის შიგნით<i>%s</i>';
$strNumSearchResultsTotal = '<b>სულ:</b> <i>%s</i> შესაბამისობა';
 
$strOperations = 'ოპერაციები';
$strOptimizeTable = 'ცხრილის ოპტიმიზაცია';
$strOr = 'ან';
$strOverhead = 'ზედმეტი';
 
$strPageNumber = 'გვერდის ნომერი:';
$strPartialText = 'ტექსტების ნაწილი';
$strPassword = 'პაროლი';
$strPasswordEmpty = 'პაროლი ცარიელია!';
$strPasswordNotSame = 'პაროლები განსხვავდება!';
$strPdfDbSchema = '"%s"-ს სქემა %s მონაცემთა ბაზაში';
$strPdfInvalidTblName = 'The "%s" table does not exist!';
$strPhp = 'PHP კოდის შექმნა';
$strPHPVersion = 'PHP ვერსია';
$strPmaDocumentation = 'phpMyAdmin-ის დოკუმენტაცია';
$strPmaUriError = 'დირექტივა <tt>$cfgPmaAbsoluteUri</tt> უნდა დაყენდეს კონფიგურაციის ფაილში!';
$strPos1 = 'დასაწყისი';
$strPrevious = 'წინა';
$strPrimary = 'პირველადი';
$strPrimaryKeyHasBeenDropped = 'პირველი გასაღები წაშლილია';
$strPrimaryKeyName = 'პირველი გასაღების სახელი უნდა იყოს PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>უნდა იყოს მხოლოდ</b> პირველი გასაღების სახელი!)';
$strPrintView = 'ბეჭდვისთვის';
$strPrivileges = 'პრივილეგიები';
 
$strQBE = 'ამორჩევა მაგალითის მიხედვით';
$strQBEDel = 'წაშლა';
$strQBEIns = 'დამატება';
$strQueryOnDb = 'SQL-შეკითხვა <b>%s</b> მონაცემთა ბაზაში:';
 
$strRecords = 'ჩანაწერები';
$strReferentialIntegrity = 'მონაცემთა შემოწმება:';
$strRelationView = 'ურთიერთობათა სახე';
$strReloadMySQL = 'MySQL-ის გადატვირთვა';
$strRenameTable = 'სახელის შეცვლა';
$strRenameTableOK = 'ცხრილი %s გადაკეთდა %s-დ';
$strRepairTable = 'ცხრილის აღდგენა';
$strReplaceTable = 'შეცვალე ცხრილი მონაცემებით შემდეგი ფაილიდან';
$strReset = 'საწყისი მნიშვნელობები';
$strReType = 'დამოწმება';
$strRevoke = 'გაუქმება';
$strRevokeMessage = 'თქვენ შეცვალეთ პრივიკებიები %s-სთვის';
$strRowLength = 'სტრიქონის სიგრძე ';
$strRows = 'ჩანაწერები';
$strRowsFrom = 'სტრიქონი. საწყისი სტრიქონი:';
$strRowSize = ' სტრიქონის ზომა ';
$strRowsModeHorizontal = 'ჰორიზონტალური';
$strRowsModeOptions = '%s-ს რეჟიმში, სათაურები %s სვეტების სემდეგ';
$strRowsModeVertical = 'ვერტიკალური';
$strRowsStatistic = 'სტრიქონის სტატისტიკა';
$strRunning = 'გაშვებულია ჰოსტზე %s';
$strRunQuery = 'სესრულება';
$strRunSQLQuery = 'შეასრულე SQL მოთხოვნა/მოთხოვნები მონაცემთა ბაზაზე %s';
 
$strSave = 'შენახვა';
$strScaleFactorSmall = 'მაშტაბის ფაქტორი ძალიან პატარაა იმისთვის, რომ გვერდის სქემაში აისახოს';
$strSearch = 'ძებნა';
$strSearchFormTitle = 'ძებნა მონაცემთა ბაზაში';
$strSearchInTables = 'Inside ცხრილი:';
$strSearchNeedle = 'საძიებელი სიტყვები ან მნიშვნელობები (wildcard: "%"):';
$strSearchOption1 = 'ერთი სიტყვა მაინც';
$strSearchOption2 = 'ყველა სიტყვა';
$strSearchOption3 = 'ზუსტი ფრაზა';
$strSearchOption4 = 'როგორც სწორი ფრაზა';
$strSearchResultsFor = 'ძებნის შედეგი "<i>%s</i>" %s:';
$strSearchType = 'ძიება:';
$strSelectADb = 'გთხოვთ მონიშნეთ მონაცემთა ბაზა';
$strSelectAll = 'ყველას მონიშვნა';
$strSelectFields = 'აირჩიეთ ველები (მინიმუმ ერთი მაინც):';
$strSelectNumRows = 'მოთხოვნაში';
$strSelectTables = 'ცხრილის მონიშვნა';
$strSend = 'ფაილად შენახვა';
$strServerChoice = 'სერვერის არჩევა';
$strServerVersion = 'სერვერის ვერსია';
$strSetEnumVal = '"enum" ან "set" ტიპის ველებისათვის მონაცემები შეიყვანეთ შემდეგი ფორმატის მიხედვით: \'a\',\'b\',\'c\'...<br />თუ თქვენ დაგჭირდებათ დახრილი ხაზის ("\") ან დახრილი ხაზისა და აპოსტროფის ("\'") შეყვანა, ამ სიმბოლოების წინ და შორის ჩასვით დახრილი ხაზი ისე როგორც აქაა (for example \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'გამოიტანე';
$strShowAll = 'ყველას დათვალიერება';
$strShowColor = 'ფერების ჩვენება';
$strShowGrid = 'ჩვენების ბადე';
$strShowingRecords = 'ნაჩვენებია ჩანაწერები ';
$strShowPHPInfo = 'PHP ინფორმაცია';
$strShowTableDimension = 'ცხრილის ჩვენების ცვლილება';
$strShowTables = 'ცხრილების დათვალიერება';
$strShowThisQuery = ' მოცემული შეკითხვის ხელახლა ჩვენება ';
$strSingly = '(ცალკე)';
$strSize = 'ზომა';
$strSort = 'სორტირება';
$strSpaceUsage = 'გამოყენებული სივრცე';
$strSplitWordsWithSpace = 'სიტყვები არის დაშლილია ცალკეულ სიმბოლოენად (" ").';
$strSQL = 'SQL-ი';
$strSQLQuery = 'SQL-ის ამორჩევა';
$strSQLResult = 'SQL შედეგი';
$strStatement = 'აღწერა';
$strStrucCSV = 'CSV მონაცემები';
$strStrucData = 'სტრუქტურა და მონაცემები';
$strStrucDrop = 'არსებულის წაშლა და დამატება';
$strStrucExcelCSV = 'CSV MS Excel-ის მონაცემებისთვის ';
$strStrucOnly = 'მხოლოდ სტრუქტურა';
$strStructPropose = 'ცხრილის სტრუქტურის შეთავაზება';
$strStructure = 'სტრუქტურა';
$strSubmit = 'თანხმობა';
$strSuccess = 'თქვენი SQL მოთხოვნა წარმატებით შესრულდა';
$strSum = 'ჯამი';
 
$strTable = 'ცხრილი ';
$strTableComments = 'კომენტარი ცხრილზე';
$strTableEmpty = 'ცხრილის სახელი არა არის მითითებული!';
$strTableHasBeenDropped = 'ცხრილი %s წაიშალა';
$strTableHasBeenEmptied = 'ცხრილი %s დაცარიელდა';
$strTableHasBeenFlushed = 'ცხრილი %s კეშირებულია';
$strTableMaintenance = 'ცხრილის მომსახურება';
$strTables = '%s ცხრილი';
$strTableStructure = 'ცხრილის სტრუქტურა. ცხრილი:';
$strTableType = 'ცხრილის ტიპი';
$strTextAreaLength = ' მისი სიგრძის გამო,<br /> ეს ველი შეიძლება არ არის რედაქტირებადი ';
$strTotal = 'სულ ცხრილში';
$strType = 'ტიპი';
 
$strUncheckAll = 'Uncheck All';
$strUnique = 'უნიკალური';
$strUnselectAll = 'მონიშვნის გაუქმება';
$strUpdatePrivMessage = 'პრივილეგიები განახლდა %s-სთვის.';
$strUpdateProfileMessage = 'პროფაილი განახლდა.';
$strUpdateQuery = 'შეკითხვის (მოთხოვნის) განახლება';
$strUsage = 'მოცულობა';
$strUseBackquotes = 'შებრუნებული ბრჭყალები';
$strUser = 'მომხმარებელი';
$strUserEmpty = 'მომხმარებლის სახელი ცარიელია!';
$strUserName = 'მომხმარებლის სახელი';
$strUseTables = 'მომხმარებლის ცხრილები';
 
$strValue = 'მნიშვნელობა';
$strViewDump = 'ცხრილისი სქემა';
$strViewDumpDB = 'მონაცემთა ბაზის სქემა';
 
$strWelcome = 'კეთილი იყოს თქვენი მობრძანება %s';
$strWithChecked = 'მონიშნულებთან:';
$strWrongUser = 'არასწორი სახელი/პაროლი. მიმართვა ბლოკირებულია';
 
$strYes = 'კი';
 
$strZip = '"zip-ში შეკუმშვა"';
 
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
 
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
 
$strDisabled = 'Disabled'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
 
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strExplain = 'Explain SQL'; //to translate
 
$strGeneralRelationFeat = 'General relation features'; //to translate
 
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNotOK = 'not OK'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
 
$strOK = 'OK'; //to translate
 
$strPdfNoTables = 'No tables'; //to translate
 
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
 
$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:'; //to translate
$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'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
 
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strServer = 'Server'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strPrint = 'Print'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strCompression = 'Compression'; //to translate
$strNumTables = 'Tables'; //to translate
$strTotalUC = 'Total'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strLandscape = 'Landscape'; //to translate
$strPortrait = 'Portrait'; //to translate
 
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strConnections = 'Connections'; //to translate
$strFailedAttempts = 'Failed attempts'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strPerHour = 'per hour'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryType = 'Query type'; //to translate
$strReceived = 'Received'; //to translate
$strSent = 'Sent'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strTraffic = 'Traffic'; //to translate
$strVar = 'Variable'; //to translate
 
$strCommand = 'Command'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strId = 'ID'; //to translate
$strProcesslist = 'Process list'; //to translate
$strStatus = 'Status'; //to translate
$strTime = 'Time'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
 
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strLaTeX = 'LaTeX'; //to translate
 
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/german-iso-8859-1.inc.php
0,0 → 1,1004
<?php
/* $Id: german-iso-8859-1.inc.php,v 2.141.2.2 2006/03/23 17:42:13 lem9 Exp $ */
 
/**
* For suggestions concerning this file please contact
* Alexander M. Turek <rabus at users.sourceforge.net>.
*
* Bei Verbesserungsvorschlägen diese Datei betreffend wenden Sie sich bitte an
* Alexander M. Turek <rabus at users.sourceforge.net>.
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
$month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
 
$strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugefügt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugefügt';
$strAddFields = '%s Felder hinzufügen';
$strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIfNotExists = 'Mit \'IF NOT EXISTS\'';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzufügen';
$strAddPrivilegesOnDb = 'Rechte zu folgender Datenbank hinzufügen';
$strAddPrivilegesOnTbl = 'Rechte zu folgender Tabelle hinzufügen';
$strAddSearchConditions = 'Eigenes Filterkriterium (Argumente für den WHERE-Ausdruck):';
$strAddToIndex = '%s&nbsp;Spalten zum Index hinzufügen';
$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAddUser = 'Neuen Benutzer hinzufügen';
$strAdministration = 'Administration';
$strAffectedRows = ' Betroffene Datensätze: ';
$strAfterInsertBack = 'zurück';
$strAfterInsertNewInsert = 'anschließend einen weiteren Datensatz einfügen';
$strAfterInsertNext = 'nächste Zeile bearbeiten';
$strAfterInsertSame = 'Zurück zu dieser Seite';
$strAfter = 'Nach %s';
$strAll = 'Alle';
$strAllTableSameWidth = 'Sollen alle Tabellen mit der gleichen Breite angezeigt werden?';
$strAlterOrderBy = 'Tabelle sortieren nach';
$strAnalyzeTable = 'Analysiere Tabelle';
$strAnd = 'und';
$strAnIndex = 'Ein Index wurde in %s erzeugt';
$strAnyHost = 'Jeder Host';
$strAny = 'Jeder';
$strAnyUser = 'Jeder Benutzer';
$strApproximateCount = 'Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch FAQ 3.11';
$strAPrimaryKey = 'Ein Primärschlüssel wurde in %s erzeugt';
$strArabic = 'Arabisch';
$strArmenian = 'Armenisch';
$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strAutodetect = 'Autom. Erkennung';
$strAutomaticLayout = 'Automatische Anordnung';
 
$strBack = 'Zurück';
$strBaltic = 'Baltisch';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
$strBinaryLog = 'Binäres Protokoll';
$strBinLogEventType = 'Ereignistyp';
$strBinLogInfo = 'Information';
$strBinLogName = 'Protokoll';
$strBinLogOriginalPosition = 'Ursprungsposition';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen';
$strBufferPoolActivity = 'Speicherpuffer-Aktivität';
$strBufferPool = 'Speicherpuffer';
$strBufferPoolUsage = 'Auslastung des Speicherpuffers';
$strBufferReadMisses = 'Fehlgeschlagene Leseanfragen';
$strBufferReadMissesInPercent = 'Fehlgeschlagene Leseanfragen in %';
$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBufferWriteWaits = 'Schreibverzögerungen';
$strBulgarian = 'Bulgarisch';
$strBusyPages = 'Ausgelastete Seiten';
$strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweiterung in dieser php-Version nicht komprimieren. Es wird deshalb empfohlen die Einstellung <code>$cfg[\'BZipDump\']</code> in Ihrer phpMyAdmin-Konfiguration auf <code>FALSE</code> zu setzen. Falls Sie die Bz2-Kompressionsfunktionen dennoch nutzen wollen, so sollten Sie eine neuere php-Version installieren. Bitte lesen Sie auch den php-Bugreport %s für weitere Informationen.';
$strBzip = 'BZip-komprimiert';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.';
$strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.';
$strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCantLoadRecodeIconv = 'Die PHP-Erweiterungen iconv und recode, welche für die Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCantUseRecodeIconv = 'Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCardinality = 'Kardinalität';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Mitteleuropäisch';
$strChange = 'Ändern';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
$strChangeCopyModeDeleteAndReload = ' ... lösche den alten und lade anschließend die Benutzertabellen neu.';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeJustDelete = ' ... lösche den alten von den Benutzertabellen.';
$strChangeCopyModeRevoke = ' ... entziehe dem alten alle Rechte und lösche ihn anschließend.';
$strChangeCopyUser = 'Logininformation ändern / Benutzer kopieren';
$strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort ändern';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
$strCharsets = 'Zeichensätze';
$strCharset = 'Zeichensatz';
$strCheckAll = 'Alle auswählen';
$strCheckOverhead = 'Tabellen m. Überhang ausw.';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckTable = 'Überprüfe Tabelle';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Kollation';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
$strCommand = 'Befehl';
$strCommentsForTable = 'TABELLENKOMMENTARE';
$strComments = 'Kommentare';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Vollständige \'INSERT\'s';
$strCompression = 'Kompression';
$strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!<br />Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.<br />Bitte rufen Sie die Konfigurationsdatei über den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt bloß irgendwo ein Anführungszeichen oder Semikolon.<br />Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.';
$strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten für die Tabelle %s';
$strConnectionError = 'Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.';
$strConnections = 'Verbindungen';
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
$strConstraintsForTable = 'Constraints der Tabelle';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopy = 'Kopieren';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde nach %s kopiert.';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strCouldNotKill = 'phpMyAdmin konnte den Prozess %s nicht abbrechen. Er wurde wahrscheinlich bereits geschlossen.';
$strCreate = 'Anlegen';
$strCreateDatabaseBeforeCopying = 'Vor dem Kopieren CREATE DATABASE ausführen.';
$strCreateIndex = 'Index über&nbsp;%s&nbsp;Spalten anlegen';
$strCreateIndexTopic = 'Neuen Index anlegen';
$strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCSVOptions = 'CSV-Optionen';
$strCyrillic = 'Kyrillisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strCzech = 'Tschechisch';
 
$strDanish = 'Dänisch';
$strDatabase = 'Datenbank';
$strDatabaseEmpty = 'Der Datenbankname ist leer!';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
$strDatabasesStatsDisable = 'Datenbankstatistiken deaktivieren';
$strDatabasesStatsEnable = 'Datenbankstatistiken aktivieren';
$strDatabasesStatsHeavyTraffic = 'Bitte beachten Sie: Das Aktivieren der Datenbankstatistiken kann starken Traffic zwischen dem Web- und dem MySQL-Server zur Folge haben.';
$strDatabasesStats = 'Statistik über alle Datenbanken';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch';
$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Bitte geben Sie jeweils nur einen Standardwert ohne Escape- oder Anführungszeichen an.';
$strDefragment = 'Tabelle defragmentieren';
$strDelayedInserts = 'Verzögerten INSERT-Befehl verwenden';
$strDeleteAndFlushDescr = 'Dies ist zwar der sauberste Weg, jedoch kann es einige Zeit in Anspruch nehmen, die Benutzertabellen neu zu laden.';
$strDeleteAndFlush = 'Die Benutzer löschen und die Benutzertabellen anschließend neu laden.';
$strDeleted = 'Die Zeile wurde gelöscht.';
$strDeletedRows = 'Gelöschte Zeilen:';
$strDelete = 'Löschen';
$strDeleting = 'Lösche %s';
$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'Wörterbuch';
$strDirtyPages = 'Inkonsistente Seiten (&quot;dirty&quot;)';
$strDisabled = 'Deaktiviert';
$strDisableForeignChecks = 'Fremdschlüsselüberprüfung deaktivieren';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$strDrop = 'Löschen';
$strDropUsersDb = 'Die gleichnamigen Datenbanken löschen.';
$strDumpingData = 'Daten für Tabelle';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datensätze ab Zeile %s.';
$strDynamic = 'dynamisch';
 
$strEdit = 'Bearbeiten';
$strEditPDFPages = 'PDF-Seiten bearbeiten';
$strEditPrivileges = 'Rechte ändern';
$strEffective = 'Effektiv';
$strEmpty = 'Leeren';
$strEmptyResultSet = 'MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen).';
$strEnabled = 'Aktiviert';
$strEncloseInTransaction = 'Export in einer Transaktion zusammenfassen';
$strEndCut = 'AUSSCHNITTSENDE';
$strEnd = 'Ende';
$strEndRaw = 'ENDE DER AUSGABE';
$strEngineAvailable = '%s ist auf diesem MySQL-Server verfügbar.';
$strEngineDisabled = '%s wurde auf diesem MySQL-Server deaktiviert.';
$strEngines = 'Formate';
$strEngineUnsupported = 'Dieser MySQL-Server unterstützt %s nicht.';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewünschte Sonderzeichen einzubinden';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisch';
$strExcelEdition = 'Excel-Ausgabe';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExplain = 'SQL erklären';
$strExport = 'Exportieren';
$strExtendedInserts = 'Erweiterte \'INSERT\'s';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Fehlgeschlagen';
$strField = 'Feld';
$strFieldHasBeenDropped = 'Spalte %s wurde entfernt.';
$strFieldsEmpty = ' Sie müssen angeben wie viele Felder die Tabelle haben soll! ';
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$strFields = 'Felder';
$strFieldsTerminatedBy = 'Felder getrennt mit';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
$strFileCouldNotBeRead = 'Die Datei konnte nicht gelesen werden';
$strFileNameTemplate = 'Dateinamenskonvention';
$strFileNameTemplateRemember = 'Konvention merken';
$strFixed = 'starr';
$strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzprofilen, die MySQL z.Zt. verwendet, unterscheiden, wenn manuelle Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie Benutzerprofile neu laden%s bevor Sie fortfahren.';
$strFlushTable = 'Leeren des Tabellencaches ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
$strFreePages = 'Unbenutzte Seiten';
$strFullText = 'vollständige Textfelder';
$strFunction = 'Funktion';
 
$strGenBy = 'Erstellt von';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGenerate = 'Generieren';
$strGeneratePassword = 'Passwort generieren';
$strGenTime = 'Erstellungszeit';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
$strGo = 'OK';
$strGrantOption = 'Grant';
$strGreek = 'Griechisch';
$strGzip = 'GZip-komprimiert';
 
$strHasBeenAltered = 'wurde geändert.';
$strHasBeenCreated = 'wurde erzeugt.';
$strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte';
$strHebrew = 'Hebräisch';
$strHexForBinary = 'Hexadezimalschreibweise für Binärfelder verwenden';
$strHome = 'Home';
$strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Exportoptionen für Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Exportoptionen für Microsoft Word 2000';
$strHungarian = 'Ungarisch';
 
$strIcelandic = 'Isländisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
$strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport';
$strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndex = 'Index';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexWarningMultiple = 'Es sollte nicht mehr als ein Index des Typs %s für die Spalte `%s` gesetzt sein';
$strIndexWarningPrimary = 'Die Index-Typen INDEX und PRIMARY sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strIndexWarningTable = 'Warnungen bei den Indizes der Tabelle `%s`';
$strIndexWarningUnique = 'Die Index-Typen INDEX und UNIQUE sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strInnoDBAutoextendIncrement = 'Autoerweiterungs-Schrittgröße';
$strInnoDBAutoextendIncrementDesc = 'Die Größe, um die ein Tablespace erweitert wird, wenn er voll ist.';
$strInnoDBBufferPoolSizeDesc = 'Die Größe des Arbeitsspeicherpuffers, den InnoDB verwendet, um Daten und Indizes zwischenzuspeichern.';
$strInnoDBBufferPoolSize = 'Größe des Speicherpuffers';
$strInnoDBDataFilePath = 'Datendateien';
$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBDataHomeDir = 'Pfad für Datendateien';
$strInnoDBPages = 'Seiten';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInsert = 'Einfügen';
$strInsertNewRow = 'Neue Zeile einfügen';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelations = 'Interne Beziehungen';
$strInUse = 'in Benutzung';
$strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.';
 
$strJapanese = 'Japanisch';
$strJumpToDB = 'Zur Datenbank &quot;%s&quot; springen.';
$strJustDeleteDescr = 'Die &quot;gelöschten&quot; Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strJustDelete = 'Die Benutzer aus den Benutzertabellen löschen.';
 
$strKeepPass = 'Kennwort nicht verändert';
$strKeyname = 'Name';
$strKill = 'Beenden';
$strKorean = 'Koreanisch';
 
$strLandscape = 'Querformat';
$strLatchedPages = 'Belegte Seiten';
$strLatexCaption = 'Tabellenbeschriftung';
$strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinued = '(Fortsetzung)';
$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexLabel = 'Kennzeichen';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatvian = 'Lettisch';
$strLengthSet = 'Länge/Set';
$strLimitNumRows = 'Einträge pro Seite';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLoginInformation = 'Logininformationen';
$strLogin = 'Login';
$strLogout = 'Neu einloggen';
$strLogPassword = 'Kennwort:';
$strLogServer = 'Server';
$strLogUsername = 'Benutzername:';
$strLongOperation = 'Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?';
 
$strMaximumSize = 'Maximale Dateigröße: %s%s';
$strMbExtensionMissing = 'Die PHP-Erweiterung "mbstring" wurde nicht gefunden, trotzdem jedoch scheinen Sie einen Mehrbyte-Zeichensatz zu verwenden. Ohne besagte Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten Ergebnissen führen kann.';
$strMbOverloadWarning = 'Sie haben die Option "mbstring.func_overload" in Ihrer PHP-Konfiguration aktiviert. Diese ist nicht kompatibel zu phpMyAdmin, weshalb es zu Problemen und Datenverlust kommen kann.';
$strMIME_available_mime = 'Verfügbare MIME-Typen';
$strMIME_available_transform = 'Verfügbare Umwandlungen';
$strMIME_description = 'Beschreibung';
$strMIME_MIMEtype = 'MIME-Typ';
$strMIME_nodescription = 'Für diese Umwandlung ist keine Beschreibung verfügar.<br />Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion &quot;%s&quot;.';
$strMIME_transformation = 'Darstellungsumwandlung';
$strMIME_transformation_note = 'Um eine Liste aller verfügbaren MIME-Typen-Umwandlungen und deren Optionen zu sehen, klicken Sie bitte auf %sUmwandlungen%s';
$strMIME_transformation_options_note = 'Bitte die Werte für die Umwandlungsoptionen in folgendem Format angeben: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strMIME_transformation_options = 'Umwandlungsoptionen';
$strMIMETypesForTable = 'MIME TYPEN DER TABELLE';
$strMIME_without = 'Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen.';
$strModifications = 'Änderungen gespeichert.';
$strModifyIndexTopic = 'Index modifizieren';
$strModify = 'Verändern';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Pointers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$strMyISAMDataPointerSize = 'Größe des Datenpointers';
$strMyISAMMaxExtraSortFileSizeDesc = 'Wenn das Erzeugen der temporären Datei für schnelle Index-Erzeugung um diesen Wert größer sein würde als die Benutzung des Schlüssel-Caches, wird die Schlüssel-Cache-Methode bevorzugt.';
$strMyISAMMaxExtraSortFileSize = 'Maximum Größe temporärer Dateien bei Indexerstellung';
$strMyISAMMaxSortFileSizeDesc = 'Die maximale Größe der temporären Datei, die MySQL benutzen darf, während es den Index erzeugt (während REPAIR, ALTER TABLE oder LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximale Größe temporärer Dateien beim Sortieren';
$strMyISAMRecoverOptions = 'Autoreperatur-Modus';
$strMyISAMRecoverOptionsDesc = 'Der Modus der automatischen Wiederherstellung abgestürzter MyISAM-Tabellen, wie über den Startparameter --myisam-recover angegeben.';
$strMyISAMRepairThreadsDesc = 'Wenn dieser Wert größer als 1 ist, werden MyISAM-Tabellenindizes wärend einer Reperatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separaten Thread).';
$strMyISAMRepairThreads = 'Reperaturthreads';
$strMyISAMSortBufferSizeDesc = 'Der Puffer, der beim Sortieren des Indexes zugewiesen wird, wenn man ein REPAIR oder ausführt oder Indizes mit CREATE INDEX oder ALTER TABLE erzeugt.';
$strMyISAMSortBufferSize = 'Größe des Sortierungspuffers';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLConnectionCollation = 'Zeichensatz / Kollation der MySQL-Verbindung';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen';
$strMySQLShowVars = 'MySQL-System-Variablen anzeigen';
 
$strName = 'Name';
$strNext = 'Nächste';
$strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.';
$strNoDatabases = 'Keine Datenbanken';
$strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.';
$strNoDescription = 'keine Beschreibung';
$strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar';
$strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
$strNoExplain = 'SQL-Erklärung umgehen';
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-fähigen Browser.';
$strNoIndex = 'Kein Index definiert!';
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
$strNoModification = 'Keine Änderung';
$strNo = 'Nein';
$strNone = 'keine';
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
$strNoPassword = 'Kein Kennwort';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoPhp = 'ohne PHP-Code';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoRowsSelected = 'Es wurden keine Datensätze ausgewählt.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoThemeSupport = 'Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
$strNotNumber = 'Das ist keine Zahl!';
$strNotOK = 'fehlerhaft';
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoValidateSQL = 'SQL-Validierung umgehen';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s Treffer in der Tabelle <i>%s</i>';
$strNumSearchResultsTotal = '<b>Insgesamt</b> <i>%s</i> Treffer';
$strNumTables = 'Tabellen';
 
$strOK = 'OK';
$strOperations = 'Operationen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiere Tabelle';
$strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
 
$strPageNumber = 'Seite:';
$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
$strPaperSize = 'Papiergröße';
$strPartialText = 'gekürzte Textfelder';
$strPasswordChanged = 'Das Kennwort für %s wurde geändert.';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordHashing = 'Password-Verschlüsselung';
$strPassword = 'Kennwort';
$strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!';
$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPersian = 'Persisch';
$strPhoneBook = 'Telefonbuch';
$strPHP40203 = 'Sie verwenden die PHP-Version 4.2.3, welche leider fehlerhaft im Umgang mit Multibyte-Zeichenketten (mbstring) ist. Dieser Fehler ist in der PHP-Datenbank als Bug-Report #19404 dokumentiert. Aus diesem Grund wird diese PHP-Version nicht für den Betrieb von phpMyAdmin empfohlen.';
$strPhp = 'PHP-Code erzeugen';
$strPHPVersion = 'PHP-Version';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
$strPolish = 'Polnisch';
$strPortrait = 'Hochformat';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
$strPrimaryKeyHasBeenDropped = 'Der Primärschlüssel wurde gelöscht.';
$strPrimaryKeyName = 'Der Name des Primärschlüssels muss PRIMARY lauten!';
$strPrimaryKeyWarning = 'Der Name des Primärschlüssels darf <b>nur</b> "PRIMARY" lauten.';
$strPrimary = 'Primärschlüssel';
$strPrint = 'Drucken';
$strPrintView = 'Druckansicht';
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
$strPrivDescAllPrivileges = 'Enthält alle Rechte bis auf GRANT.';
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur bestehender Tabellen.';
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen temporärer Tabellen.';
$strPrivDescDelete = 'Erlaubt das Löschen von Daten.';
$strPrivDescDropDb = 'Erlaubt das Löschen ganzer Datenbanken und Tabellen.';
$strPrivDescDropTbl = 'Erlaubt das Löschen ganzer Tabellen.';
$strPrivDescExecute = 'Erlaubt das Ausführen gespeicherter Prozeduren; Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescFile = 'Erlaubt das Importieren von Daten aus und das Exportieren in externe Dateien.';
$strPrivDescGrant = 'Erlaubt das Hinzufügen von Benutzern und Rechten ohne den die Benutzerprofile neu laden zu müssen.';
$strPrivDescIndex = 'Erlaubt das Erstellen und Löschen von Indizes.';
$strPrivDescInsert = 'Erlaubt das Hinzufügen und Ersetzen von Daten.';
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Veränderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
$strPrivDescReferences = 'Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescReload = 'Erlaubt das erneute Laden von Servereinstellungen und das Leeren der Zwischenspeicher zur Laufzeit.';
$strPrivDescReplClient = 'Erlaubt dem Benutzer zu fragen, wo sich die Master- bzw. Slave-Systeme befinden';
$strPrivDescReplSlave = 'Wird für die Replication-Slave-Systeme benötigt.';
$strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
$strPrivDescShowDb = 'Gewährt Zugang zur vollständigen Datenbankliste.';
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird für viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
$strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.';
$strPrivDescUsage = 'Keine Rechte.';
$strPrivileges = 'Rechte';
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
$strProcesslist = 'Prozesse';
$strPutColNames = 'Feldnamen in die erste Zeile setzen';
 
$strQBE = 'Abfrageeditor';
$strQBEDel = 'Entf.';
$strQBEIns = 'Einf.';
$strQueryFrame = 'Abfragefenster';
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
 
$strReadRequests = 'Leseanfragen';
$strReceived = 'Empfangen';
$strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRefresh = 'Aktualisieren';
$strRelationalSchema = 'Beziehungsschema';
$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationsForTable = 'RELATIONEN DER TABELLE';
$strRelations = 'Tabellenverknüpfungen';
$strRelationView = 'Beziehungsübersicht';
$strReloadingThePrivileges = 'Lade die Benutzertabellen neu';
$strReloadMySQL = 'Benutzertabellen neu laden';
$strRemoveSelectedUsers = 'Die ausgewählten Benutzer löschen';
$strRenameDatabaseOK = 'Datenbank %s wurde umbenannt zu %s';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRenameTable = 'Tabelle umbenennen in';
$strRepairTable = 'Repariere Tabelle';
$strReplaceNULLBy = 'Ersetze NULL durch';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
$strReType = 'Wiederholen';
$strRevokeAndDelete = 'Den Benutzern alle Rechte entziehen und sie anschließend aus den Benutzertabellen löschen.';
$strRevokeAndDeleteDescr = 'Die Benutzer würden weiterhin das USAGE-Recht behalten, bis die Benutzertabellen neu geladen werden.';
$strRevoke = 'Entfernen';
$strRevokeMessage = 'Sie haben die Rechte für %s entfernt.';
$strRomanian = 'Rumänisch';
$strRowLength = 'Zeilenlänge';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowSize = 'Zeilengröße';
$strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)';
$strRowsModeHorizontal = 'untereinander';
$strRowsModeOptions = '%s angeordnet und wiederhole die Kopfzeilen nach %s Datensätzen.';
$strRowsModeVertical = 'nebeneinander';
$strRowsStatistic = 'Zeilenstatistik';
$strRows = 'Zeilen';
$strRunning = 'auf %s';
$strRunQuery = 'SQL-Befehl ausführen';
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausführen';
$strRussian = 'Russisch';
 
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
$strSearchFormTitle = 'Durchsuche die Datenbank';
$strSearchInTables = 'In der / den Tabelle(n):';
$strSearchNeedle = 'Zu suchende Wörter oder Werte (Platzhalter: "%"):';
$strSearchOption1 = 'mindestens eines der Wörter';
$strSearchOption2 = 'alle Wörter';
$strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "<i>%s</i>" %s:';
$strSearch = 'Suche';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelectADb = 'Bitte Datenbank auswählen';
$strSelectAll = 'Alle auswählen';
$strSelectBinaryLog = 'Binäre Protokolldatei zur Anzeige auswählen';
$strSelectFields = 'Felder auswählen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSelectTables = 'Tabellenauswahl';
$strSend = 'Senden';
$strSent = 'Gesendet';
$strServerChoice = 'Server Auswählen';
$strServerNotResponding = 'Der Server antwortet nicht.';
$strServer = 'Server';
$strServerStatus = 'Laufzeit-Informationen';
$strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.';
$strServerTabProcesslist = 'Prozesse';
$strServerTabVariables = 'Variablen';
$strServerTrafficNotes = '<b>Servertraffic</b>: In diesen Tabellen wird der Netzwerktraffic dieses MySQL-Servers seit dessen Start aufgeführt.';
$strServerVars = 'Servervariablen und -einstellungen';
$strServerVersion = 'Server Version';
$strSessionValue = 'Wert für diese Sitzung';
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte das Format: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strShowAll = 'Alles anzeigen';
$strShowColor = 'mehrfarbig';
$strShowDatadictAs = 'Format des Strukturverzeichnisses';
$strShowFullQueries = 'Zeige die SQL-Abfragen vollständig an';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowingRecords = 'Zeige Datensätze ';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
$strShow = 'Zeige';
$strSimplifiedChinese = 'Vereinfachtes Chinesisch';
$strSingly = '(einmalig)';
$strSize = 'Größe';
$strSlovak = 'Slovakisch';
$strSlovenian = 'Slovenisch';
$strSocketProblem = '(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt konfiguriert)';
$strSortByKey = 'Nach Schlüssel sortieren';
$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSpanish = 'Spanisch';
$strSplitWordsWithSpace = 'Die Wörter werden durch Leerzeichen (" ") getrennt.';
$strSQLExportCompatibility = 'SQL-Export-Kompatibilität';
$strSQLExportType = 'Exporttyp';
$strSQLOptions = 'SQL-Optionen';
$strSQLParserBugMessage = 'Möglicherweise haben Sie einen Bug im SQL-Parser entdeckt. Bitte überprüfen Sie Ihre Abfrage genaustens, insbesondere auf falsch gesetzte oder nicht geschlossene Anführungszeichen. Eine weitere Ursache könnte darin liegen, dass Sie versuchen eine Datei mit binären Daten, welche nicht von Anführungszeichen eingeschlossen sind, hochzuladen. Sie können alternativ versuchen Ihre Abfrage über das MySQL-Kommandozeileninterface zu senden. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. Falls Sie weiterhin Probleme haben sollten oder der Parser dort versagt, wo die Kommandozeile erfolgreich ist, so reduzieren Sie bitte Ihre Abfrage auf den Befehl, welcher die Probleme verursacht, und senden Sie uns einen Bugreport mit den Datenausschnitt, den Sie weiter unten auf dieser Seite finden.:';
$strSQLParserUserError = 'Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.';
$strSQLQuery = 'SQL-Befehl';
$strSQLResult = 'SQL-Abfrageergebnis';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strStatCheckTime = 'Letzter Check am';
$strStatCreateTime = 'Erzeugt am';
$strStatement = 'Angaben';
$strStatUpdateTime = 'Aktualisiert am';
$strStatus = 'Status';
$strStorageEngines = 'Tabellenformate';
$strStorageEngine = 'Tabellenformat';
$strStrucCSV = 'CSV-Daten';
$strStrucData = 'Struktur und Daten';
$strStrucDrop = 'Mit \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV-Daten für MS Excel';
$strStrucNativeExcel = 'Excel-Datei';
$strStrucOnly = 'Nur Struktur';
$strStructPropose = 'Tabellenstruktur analysieren';
$strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToDatabase = 'Zu kopierter Datenbank wechseln';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
 
$strTableComments = 'Tabellen-Kommentar';
$strTableEmpty = 'Der Tabellenname ist leer!';
$strTableHasBeenDropped = 'Die Tabelle %s wurde gelöscht.';
$strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTable = 'Tabelle';
$strTableType = 'Tabellentyp';
$strTakeIt = 'auswählen';
$strTblPrivileges = 'Tabellenspezifische Rechte';
$strTextAreaLength = 'Wegen seiner Länge ist dieses<br />Feld vielleicht nicht editierbar.';
$strThai = 'Thai';
$strTheme = 'Oberflächendesign';
$strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraditionalChinese = 'Traditionelles Chinesisch';
$strTraditionalSpanish = 'Traditionelles Spanisch';
$strTraffic = 'Traffic';
$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')';
$strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Höhe in Pixeln (berücksichtigt Seitenverhältnis)';
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Berücksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
$strTransformation_text_plain__formatted = 'Behält Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgeführt.';
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die Höhe des Bildes in Pixeln.';
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angehängt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
$strTurkish = 'Türkisch';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unbekannt';
$strUnselectAll = 'Auswahl entfernen';
$strUnsupportedCompressionDetected = 'Sie haben versucht, eine Datei zu laden, die mit einem nicht unterstützten Verfahren komprimiert wurde (%s). Entweder ist die Unterstützung für selbiges nicht implementiert oder in IHrer Konfiguration deaktiviert.';
$strUpdatePrivMessage = 'Die Rechte für %s wurden geändert.';
$strUpdateProfileMessage = 'Benutzer wurde geändert.';
$strUpdateQuery = 'Aktualisieren';
$strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können';
$strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.';
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen ';
$strUseHostTable = 'Verwende Hosttabelle';
$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
$strUser = 'Benutzer';
$strUserEmpty = 'Kein Benutzername eingegeben!';
$strUserName = 'Benutzername';
$strUserNotFound = 'Der gewählte Benutzer wurde in der Benutzertabelle nicht gefunden.';
$strUserOverview = 'Benutzerübersicht';
$strUsersDeleted = 'Die gewählten Benutzer wurden gelöscht.';
$strUsersHavingAccessToDb = 'Benutzer mit Zugriff auf &quot;%s&quot;';
$strUseTabKey = 'Mittels TAB-Taste von Feld zu Feld springen, oder mit STRG+Pfeiltasten beliebig bewegen';
$strUseTables = 'Verwendete Tabellen';
$strUseTextField = 'Textfeld verwenden';
$strUseThisValue = 'Diesen Wert verwenden';
 
$strValidateSQL = 'SQL validieren';
$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.';
$strValue = 'Wert';
$strVar = 'Variable';
$strVersionInformation = 'Versionsinformationen';
$strView = 'Ansicht';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht';
 
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWelcome = 'Willkommen bei %s';
$strWestEuropean = 'Westeuropäisch';
$strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
 
// To translate:
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.'; //recently translated
$strAndThen = 'und'; //recently translated
 
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
$strBookmarkReplace = 'Überschreibe gleichnamiges Bookmark'; //recently translated
 
$strCompressionWillBeDetected = 'Dateikomprimierung wird automatisch erkannt bei: %s'; //recently translated
$strCSV = 'CSV'; //recently translated
$strCSVImportOptions = 'CSV Optionen'; //recently translated
 
$strDeleteNoUsersSelected = 'Keine Benutzer zum Löschen ausgewählt!'; //recently translated
 
$strErrorInZipFile = 'Fehler im ZIP-Archive:'; //recently translated
 
$strFileToImport = 'Datei zum Importieren'; //recently translated
$strFlushQueryCache = 'Schreibe/Leere den Abfrage-Cache ("FLUSH")'; //recently translated
$strFlushTables = 'Leeren des gesamten Tabellencaches ("FLUSH")'; //recently translated
 
$strHandler = 'Handler'; //recently translated
 
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
$strImportFormat = 'Dateiformat'; //recently translated
$strImport = 'Importieren'; //recently translated
$strInvalidAuthMethod = 'Ungültige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.'; //recently translated
$strInvalidColumn = 'Ungültige Spalte (%s) angegeben!'; //recently translated
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
$strInvalidLDIImport = 'Dieses Plugin unterstützt keine Komprimierung!'; //recently translated
$strInvalidRowNumber = '%d ist keine gültige Zeilennummer.'; //recently translated
 
$strJoins = 'Tabellenverknüpfungen (joins)'; //recently translated
 
$strKeyCache = 'Schlüssel-Cache'; //recently translated
 
$strLDI = 'CSV mit LOAD DATA'; //recently translated
$strLDIImportOptions = 'Optionen für den CSV-Import mit LOAD DATA'; //recently translated
$strLDILocal = 'mit LOCAL'; //recently translated
 
$strMaxConnects = 'max. gleichzeitige Verbindungen'; //recently translated
$strMaximalQueryLength = 'Maximale Länge der erstellten Abfrage'; //recently translated
 
$strNoFilesFoundInZip = 'Keine Dateien im ZIP-Archive gefunden!'; //recently translated
$strNothingToImport = 'Keine Daten zum importieren gefunden!'; //recently translated
$strNumberOfFields = 'Anzahl der Felder'; //recently translated
 
$strPartialImport = 'Teilweiser Import'; //recently translated
$strPrivDescAlterRoutine = 'Erlaubt das Verändern und Löschen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateRoutine = 'Erlaubt das Erstellen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateUser = 'Erlaubt das Erstellen, Löschen und Umbenennen von Benutzern.'; //recently translated
$strPrivDescCreateView = 'Erlaubt das Erstellen von Ansichten (views).'; //recently translated
$strPrivDescExecute5 = 'Erlaubt das Ausführen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescMaxUserConnections = 'Beschränkt die Anzahl der gleichzeitigen Verbindungen für diesen Benutzer.'; //recently translated
$strPrivDescShowView = 'Erlaubt das Abfragen von \'SHOW CREATE VIEW\'.'; //recently translated
 
$strQueryCache = 'Abfrage-Cache'; //recently translated
 
$strReplication = 'Replikation'; //recently translated
$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen'; //recently translated
 
$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)'; //recently translated
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowOpenTables = 'Zeige alle offenen Tabellen'; //recently translated
$strShowSlaveHosts = 'Zeige alle Slave-Rechner'; //recently translated
$strShowSlaveStatus = 'Zeige den Slave-Status'; //recently translated
$strShowStatusBinlog_cache_disk_useDescr = 'Anzahl der Transaktionen die den Binärylog-Cache verwendet haben aber die Größe des Binarylog-Caches (binlog_cache_size) überschritten haben und eine temporäre Datei verwendet haben um die [statements] der Transaktion zu speichern.'; //recently translated
$strShowStatusBinlog_cache_useDescr = 'Anzahl der Transaktionen, die den temporären Binarylog-Cache verwendet haben.'; //recently translated
$strShowStatusCreated_tmp_disk_tablesDescr = 'Anzahl der (implizit) auf der Platte erzeugten temporären Tabellen bei der Ausführung von Statements. Wenn Created_tmp_disk_tables hoch ist, sollten Sie eventuell die tmp_table_size-Variable herauf setzen, damit temporäre Tabellen im Speicher erzeugt werden statt auf der Platte.'; //recently translated
$strShowStatusCreated_tmp_filesDescr = 'Wieviele temporäre Dateien mysqld erzeugt hat.'; //recently translated
$strShowStatusCreated_tmp_tablesDescr = 'Anzahl der (implizit) im Arbeitsspeicher erzeugten temporären Tabellen bei der Ausführung von Statements.'; //recently translated
$strShowStatusDelayed_errorsDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden, und bei denen irgend ein Fehler auftrat (wahrscheinlich duplicate key).'; //recently translated
$strShowStatusDelayed_insert_threadsDescr = 'Anzahl der verzögerten Insert-Handler-Threads in Benutzung. Jede einzelne Tabelle mit verzögerten Inserts bekommt einen eigenen Thread.'; //recently translated
$strShowStatusDelayed_writesDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden.'; //recently translated
$strShowStatusFlush_commandsDescr = 'Anzahl der ausgeführten FLUSH-Befehle.'; //recently translated
$strShowStatusHandler_commitDescr = 'Anzahl der Anfragen, ein COMMIT auszuführen.'; //recently translated
$strShowStatusHandler_deleteDescr = 'Wie oft eine Zeile aus einer Tabelle gelöscht wurde.'; //recently translated
$strShowStatusHandler_discoverDescr = 'Anzahl der gesuchten und gefundenen (discovered) Tabellen. Der MySQL-Server kann das NDB-Cluster-Storage-Engine fragen ob es eine bestimmte Tabelle kennt. Dieser Vorgang wird \'discovery\' genannt.'; //recently translated
$strShowStatusHandler_read_firstDescr = 'Wie oft der erste Eintrag aus einem Index gelesen wurde. Wenn dieser Wert hoch ist, legt das nahe, dass der Server viele komplette Index-Scans macht (zum Beispiel SELECT spalte1 FROM foo, unter der Annahme, dass spalte1 indiziert ist).'; //recently translated
$strShowStatusHandler_read_keyDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einem Schlüssel zu lesen. Wenn dieser Wert hoch ist, ist das ein gutes Indiz dafür, dass Ihre Anfragen und Tabellen korrekt indiziert sind.'; //recently translated
$strShowStatusHandler_read_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Reihenfolge des Schlüssels zu lesen. Dieser Wert wird herauf gezählt, wenn Sie eine Index-Spalte mit einer Bereichsbeschränkung (Limit) abfragen. Er wird ebenfalls herauf gezählt, wenn Sie einen Index-Scan durchführen.'; //recently translated
$strShowStatusHandler_read_prevDescr = 'Anzahl der Anfragen, die vorhergehende Zeile in der Reihenfolge des Schlüssels zu lesen. Diese Lese-Methode ist hauptsächlich zur Optimierung von ORDER BY ... DESC.'; //recently translated
$strShowStatusHandler_read_rndDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einer festen Position zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Anfragen ausführen, die erfordern, dass das Ergebnis sortiert wird. Wenn Handler_read_rnd hoch ist, haben Sie wahrscheinlich viele Anfragen, die MySQL zwingen, ganze Tabellen zu scannen, oder Sie haben Joins, die Schlüssel nicht richtig benutzen.'; //recently translated
$strShowStatusHandler_read_rnd_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Daten-Datei zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Tabellen-Scans durchführen. Im Allgemeinen weist das darauf hin, dass Ihre Tabellen nicht korrekt indiziert sind, oder dass Ihre Anfragen nicht so geschrieben sind, dass Sie Vorteile aus den Indexen ziehen, die Sie haben.'; //recently translated
$strShowStatusHandler_rollbackDescr = 'Anzahl der Anfragen, ein ROLLBACK auszuführen.'; //recently translated
$strShowStatusHandler_updateDescr = 'Anzahl der Anfragen, eine Zeile in einer Tabelle zu aktualisieren.'; //recently translated
$strShowStatusHandler_writeDescr = 'Anzahl der Anfragen, eine Zeile in eine Tabelle einzufügen.'; //recently translated
$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 = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
$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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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 = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
$strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen.'; //recently translated
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache.'; //recently translated
$strShowStatusKey_read_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block aus dem Cache zu lesen.'; //recently translated
$strShowStatusKey_readsDescr = 'Die Anzahl physikalischer Lesezugriffen eines Schlüssel-Blocks von der Platte. Wenn key_reads hoch ist, ist Ihr key_cache wahrscheinlich zu klein. Die Cache-Zugriffsrate kann mit key_reads / key_read_requests berechnet werden.'; //recently translated
$strShowStatusKey_write_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block in den Cache zu schreiben.'; //recently translated
$strShowStatusKey_writesDescr = 'Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte.'; //recently translated
$strShowStatusLast_query_costDescr = 'Die Kosten für die zuletzt verarbeitete Abfrage wie vom Abfrage-Optmierer berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde.'; //recently translated
$strShowStatusNot_flushed_delayed_rowsDescr = 'Anzahl der Zeilen, die in INSERT DELAY-Warteschleifen darauf warten, geschrieben zu werden.'; //recently translated
$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.'; //recently translated
$strShowStatusOpen_filesDescr = 'Anzahl der offenen Dateien.'; //recently translated
$strShowStatusOpen_streamsDescr = 'Anzahl der offenen Streams (hauptsächlich zum Loggen benutzt).'; //recently translated
$strShowStatusOpen_tablesDescr = 'Anzahl der offenen Tabellen.'; //recently translated
$strShowStatusQcache_free_blocksDescr = 'Freie Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_free_memoryDescr = 'Freier Speicher im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_hitsDescr = 'Abfrage-Cache-Zugriffsrate.'; //recently translated
$strShowStatusQcache_insertsDescr = 'Die Anzahl der Abfragen die dem Cache hinzugefügt wurden.'; //recently translated
$strShowStatusQcache_lowmem_prunesDescr = 'Die Anzahl der Abfragen die aus dem Cache entfernt wurden, um Speicher für neue Abfragen frei zu geben. Dieser Wert kann helfen die Abfrage-Cache-Größe zu optimieren. Der Abfrage-Cache verwendet die \'am wenigsten gebrauchte\' (least recently used (LRU)) Strategie um zu entscheiden welche Abfrage aus dem Cache gelöscht werden.'; //recently translated
$strShowStatusQcache_not_cachedDescr = 'Die Anzahl der nicht im Cache eingetragenen Abfragen (nicht möglich, oder aufgrund der query_cache_type Einstellung).'; //recently translated
$strShowStatusQcache_queries_in_cacheDescr = 'Die Anzahl der Abfragen im Cache.'; //recently translated
$strShowStatusQcache_total_blocksDescr = 'Die Anzahl aller Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusReset = 'Zurücksetzen'; //recently translated
$strShowStatusRpl_statusDescr = 'Der Status der ausfallsicheren Replikation.'; //recently translated
$strShowStatusSelect_full_joinDescr = 'Anzahl der Joins ohne Schlüssel. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_full_range_joinDescr = 'Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt fand.'; //recently translated
$strShowStatusSelect_range_checkDescr = 'Anzahl der Joins ohne Schlüssel, bei denen nach jeder Zeile auf Schlüsselbenutzung geprüft wurde. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_rangeDescr = 'Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. (Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)'; //recently translated
$strShowStatusSelect_scanDescr = 'Anzahl der Joins, bei denen die erste Tabelle gescannt wurde.'; //recently translated
$strShowStatusSlave_open_temp_tablesDescr = 'Anzahl der temporären Tabellen, die momentan vom Slave-Thread geöffnet sind.'; //recently translated
$strShowStatusSlave_retried_transactionsDescr = 'Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread widerversuchten Transaktionen.'; //recently translated
$strShowStatusSlave_runningDescr = 'Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master verbunden ist.'; //recently translated
$strShowStatusSlow_launch_threadsDescr = 'Anzahl der Threads, die länger als slow_launch_time brauchten, um sich zu verbinden.'; //recently translated
$strShowStatusSlow_queriesDescr = 'Anzahl der Anfragen, die länger als long_query_time benötigten.'; //recently translated
$strShowStatusSort_merge_passesDescr = 'Anzahl der Verschmelzungen (Merge), die von einem Sortiervorgang benötigt wurden. Wenn dieser Wert hoch ist, sollten Sie in Betracht ziehen, sort_buffer herauf zu setzen.'; //recently translated
$strShowStatusSort_rangeDescr = 'Anzahl der Sortiervorgänge, die mit Bereichen durchgeführt wurden.'; //recently translated
$strShowStatusSort_rowsDescr = 'Anzahl der sortierten Zeilen.'; //recently translated
$strShowStatusSort_scanDescr = 'Anzahl der Sortiervorgänge, die durchgeführt wurden, indem die Tabelle gescannt wurde.'; //recently translated
$strShowStatusTable_locks_immediateDescr = 'Wie oft eine Tabellensperre sofort erlangt wurde.'; //recently translated
$strShowStatusTable_locks_waitedDescr = 'Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet werden musst. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle(n) zerteilen oder Replikation benutzen.'; //recently translated
$strShowStatusThreads_cachedDescr = 'Anzahl der Threads im Thread-Cache. Die Cache-Zugriffsrate kann mit Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, sollte der thread_cache_size erhöht werden.'; //recently translated
$strShowStatusThreads_connectedDescr = 'Anzahl der momentan offenen Verbindungen.'; //recently translated
$strShowStatusThreads_createdDescr = 'Anzahl der Threads, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Thread-Implementierung vorliegt.)'; //recently translated
$strShowStatusThreads_runningDescr = 'Anzahl der Threads, die nicht schlafen.'; //recently translated
$strSkipQueries = 'Anzahl der am Anfang zu überspringenden Einträge (Abfragen)'; //recently translated
$strSorting = 'Sortierung'; //recently translated
 
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
$strTempData = 'Temporäre Daten'; //recently translated
$strThreads = 'Prozesse'; //recently translated
$strTimeoutInfo = 'Zeitüberschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchführen kann ohne das die maximale Scriptlaufzeit für php erhöht wird.'; //recently translated
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
 
$strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur Lösung diese Problems.'; //recently translated
 
$strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; //recently translated
$strInvalidServerHostname = 'Ungültiger Host-Name für Serverr %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; //recently translated
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protokoll-Version'; //recently translated
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.'; //recently translated
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
$strPDF = 'PDF'; //recently translated
$strPDFOptions = 'PDF Optionen'; //recently translated
$strPDFReportTitle = 'Report Titel'; //recently translated
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; //recently translated
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; //recently translated
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; //recently translated
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgeführt.'; //recently translated
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
$strThemeNoValidImgPath = 'Keinen gültiges Bilder-Verzeichnis für das Theme "%s" gefunden!'; //recently translated
$strThemePathNotFound = 'Verzeichnis für das theme "%s" nicht gefunden!'; //recently translated
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL Optionen'; //recently translated
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Zähler "überlaufen" (Wieder bei 0 beginnen), deshalb können diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
?>
/Web/Maintenance/phpMyAdmin/lang/german-iso-8859-15.inc.php
0,0 → 1,1004
<?php
/* $Id: german-iso-8859-15.inc.php,v 2.58.2.2 2006/03/23 17:42:13 lem9 Exp $ */
 
/**
* For suggestions concerning this file please contact
* Alexander M. Turek <rabus at users.sourceforge.net>.
*
* Bei Verbesserungsvorschlägen diese Datei betreffend wenden Sie sich bitte an
* Alexander M. Turek <rabus at users.sourceforge.net>.
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
$month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
 
$strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugefügt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugefügt';
$strAddFields = '%s Felder hinzufügen';
$strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIfNotExists = 'Mit \'IF NOT EXISTS\'';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzufügen';
$strAddPrivilegesOnDb = 'Rechte zu folgender Datenbank hinzufügen';
$strAddPrivilegesOnTbl = 'Rechte zu folgender Tabelle hinzufügen';
$strAddSearchConditions = 'Eigenes Filterkriterium (Argumente für den WHERE-Ausdruck):';
$strAddToIndex = '%s&nbsp;Spalten zum Index hinzufügen';
$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAddUser = 'Neuen Benutzer hinzufügen';
$strAdministration = 'Administration';
$strAffectedRows = ' Betroffene Datensätze: ';
$strAfterInsertBack = 'zurück';
$strAfterInsertNewInsert = 'anschließend einen weiteren Datensatz einfügen';
$strAfterInsertNext = 'nächste Zeile bearbeiten';
$strAfterInsertSame = 'Zurück zu dieser Seite';
$strAfter = 'Nach %s';
$strAll = 'Alle';
$strAllTableSameWidth = 'Sollen alle Tabellen mit der gleichen Breite angezeigt werden?';
$strAlterOrderBy = 'Tabelle sortieren nach';
$strAnalyzeTable = 'Analysiere Tabelle';
$strAnd = 'und';
$strAnIndex = 'Ein Index wurde in %s erzeugt';
$strAnyHost = 'Jeder Host';
$strAny = 'Jeder';
$strAnyUser = 'Jeder Benutzer';
$strApproximateCount = 'Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch FAQ 3.11';
$strAPrimaryKey = 'Ein Primärschlüssel wurde in %s erzeugt';
$strArabic = 'Arabisch';
$strArmenian = 'Armenisch';
$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strAutodetect = 'Autom. Erkennung';
$strAutomaticLayout = 'Automatische Anordnung';
 
$strBack = 'Zurück';
$strBaltic = 'Baltisch';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
$strBinaryLog = 'Binäres Protokoll';
$strBinLogEventType = 'Ereignistyp';
$strBinLogInfo = 'Information';
$strBinLogName = 'Protokoll';
$strBinLogOriginalPosition = 'Ursprungsposition';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen';
$strBufferPoolActivity = 'Speicherpuffer-Aktivität';
$strBufferPool = 'Speicherpuffer';
$strBufferPoolUsage = 'Auslastung des Speicherpuffers';
$strBufferReadMisses = 'Fehlgeschlagene Leseanfragen';
$strBufferReadMissesInPercent = 'Fehlgeschlagene Leseanfragen in %';
$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBufferWriteWaits = 'Schreibverzögerungen';
$strBulgarian = 'Bulgarisch';
$strBusyPages = 'Ausgelastete Seiten';
$strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweiterung in dieser php-Version nicht komprimieren. Es wird deshalb empfohlen die Einstellung <code>$cfg[\'BZipDump\']</code> in Ihrer phpMyAdmin-Konfiguration auf <code>FALSE</code> zu setzen. Falls Sie die Bz2-Kompressionsfunktionen dennoch nutzen wollen, so sollten Sie eine neuere php-Version installieren. Bitte lesen Sie auch den php-Bugreport %s für weitere Informationen.';
$strBzip = 'BZip-komprimiert';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.';
$strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.';
$strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCantLoadRecodeIconv = 'Die PHP-Erweiterungen iconv und recode, welche für die Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCantUseRecodeIconv = 'Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCardinality = 'Kardinalität';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Mitteleuropäisch';
$strChange = 'Ändern';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
$strChangeCopyModeDeleteAndReload = ' ... lösche den alten und lade anschließend die Benutzertabellen neu.';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeJustDelete = ' ... lösche den alten von den Benutzertabellen.';
$strChangeCopyModeRevoke = ' ... entziehe dem alten alle Rechte und lösche ihn anschließend.';
$strChangeCopyUser = 'Logininformation ändern / Benutzer kopieren';
$strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort ändern';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
$strCharsets = 'Zeichensätze';
$strCharset = 'Zeichensatz';
$strCheckAll = 'Alle auswählen';
$strCheckOverhead = 'Tabellen m. Überhang ausw.';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckTable = 'Überprüfe Tabelle';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Kollation';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
$strCommand = 'Befehl';
$strCommentsForTable = 'TABELLENKOMMENTARE';
$strComments = 'Kommentare';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Vollständige \'INSERT\'s';
$strCompression = 'Kompression';
$strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!<br />Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.<br />Bitte rufen Sie die Konfigurationsdatei über den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt bloß irgendwo ein Anführungszeichen oder Semikolon.<br />Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.';
$strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten für die Tabelle %s';
$strConnectionError = 'Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.';
$strConnections = 'Verbindungen';
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
$strConstraintsForTable = 'Constraints der Tabelle';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopy = 'Kopieren';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde nach %s kopiert.';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strCouldNotKill = 'phpMyAdmin konnte den Prozess %s nicht abbrechen. Er wurde wahrscheinlich bereits geschlossen.';
$strCreate = 'Anlegen';
$strCreateDatabaseBeforeCopying = 'Vor dem Kopieren CREATE DATABASE ausführen.';
$strCreateIndex = 'Index über&nbsp;%s&nbsp;Spalten anlegen';
$strCreateIndexTopic = 'Neuen Index anlegen';
$strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCSVOptions = 'CSV-Optionen';
$strCyrillic = 'Kyrillisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strCzech = 'Tschechisch';
 
$strDanish = 'Dänisch';
$strDatabase = 'Datenbank';
$strDatabaseEmpty = 'Der Datenbankname ist leer!';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
$strDatabasesStatsDisable = 'Datenbankstatistiken deaktivieren';
$strDatabasesStatsEnable = 'Datenbankstatistiken aktivieren';
$strDatabasesStatsHeavyTraffic = 'Bitte beachten Sie: Das Aktivieren der Datenbankstatistiken kann starken Traffic zwischen dem Web- und dem MySQL-Server zur Folge haben.';
$strDatabasesStats = 'Statistik über alle Datenbanken';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch';
$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Bitte geben Sie jeweils nur einen Standardwert ohne Escape- oder Anführungszeichen an.';
$strDefragment = 'Tabelle defragmentieren';
$strDelayedInserts = 'Verzögerten INSERT-Befehl verwenden';
$strDeleteAndFlushDescr = 'Dies ist zwar der sauberste Weg, jedoch kann es einige Zeit in Anspruch nehmen, die Benutzertabellen neu zu laden.';
$strDeleteAndFlush = 'Die Benutzer löschen und die Benutzertabellen anschließend neu laden.';
$strDeleted = 'Die Zeile wurde gelöscht.';
$strDeletedRows = 'Gelöschte Zeilen:';
$strDelete = 'Löschen';
$strDeleting = 'Lösche %s';
$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'Wörterbuch';
$strDirtyPages = 'Inkonsistente Seiten (&quot;dirty&quot;)';
$strDisabled = 'Deaktiviert';
$strDisableForeignChecks = 'Fremdschlüsselüberprüfung deaktivieren';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$strDrop = 'Löschen';
$strDropUsersDb = 'Die gleichnamigen Datenbanken löschen.';
$strDumpingData = 'Daten für Tabelle';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datensätze ab Zeile %s.';
$strDynamic = 'dynamisch';
 
$strEdit = 'Bearbeiten';
$strEditPDFPages = 'PDF-Seiten bearbeiten';
$strEditPrivileges = 'Rechte ändern';
$strEffective = 'Effektiv';
$strEmpty = 'Leeren';
$strEmptyResultSet = 'MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen).';
$strEnabled = 'Aktiviert';
$strEncloseInTransaction = 'Export in einer Transaktion zusammenfassen';
$strEndCut = 'AUSSCHNITTSENDE';
$strEnd = 'Ende';
$strEndRaw = 'ENDE DER AUSGABE';
$strEngineAvailable = '%s ist auf diesem MySQL-Server verfügbar.';
$strEngineDisabled = '%s wurde auf diesem MySQL-Server deaktiviert.';
$strEngines = 'Formate';
$strEngineUnsupported = 'Dieser MySQL-Server unterstützt %s nicht.';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewünschte Sonderzeichen einzubinden';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisch';
$strExcelEdition = 'Excel-Ausgabe';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExplain = 'SQL erklären';
$strExport = 'Exportieren';
$strExtendedInserts = 'Erweiterte \'INSERT\'s';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Fehlgeschlagen';
$strField = 'Feld';
$strFieldHasBeenDropped = 'Spalte %s wurde entfernt.';
$strFieldsEmpty = ' Sie müssen angeben wie viele Felder die Tabelle haben soll! ';
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$strFields = 'Felder';
$strFieldsTerminatedBy = 'Felder getrennt mit';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
$strFileCouldNotBeRead = 'Die Datei konnte nicht gelesen werden';
$strFileNameTemplate = 'Dateinamenskonvention';
$strFileNameTemplateRemember = 'Konvention merken';
$strFixed = 'starr';
$strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzprofilen, die MySQL z.Zt. verwendet, unterscheiden, wenn manuelle Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie Benutzerprofile neu laden%s bevor Sie fortfahren.';
$strFlushTable = 'Leeren des Tabellencaches ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
$strFreePages = 'Unbenutzte Seiten';
$strFullText = 'vollständige Textfelder';
$strFunction = 'Funktion';
 
$strGenBy = 'Erstellt von';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGenerate = 'Generieren';
$strGeneratePassword = 'Passwort generieren';
$strGenTime = 'Erstellungszeit';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
$strGo = 'OK';
$strGrantOption = 'Grant';
$strGreek = 'Griechisch';
$strGzip = 'GZip-komprimiert';
 
$strHasBeenAltered = 'wurde geändert.';
$strHasBeenCreated = 'wurde erzeugt.';
$strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte';
$strHebrew = 'Hebräisch';
$strHexForBinary = 'Hexadezimalschreibweise für Binärfelder verwenden';
$strHome = 'Home';
$strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Exportoptionen für Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Exportoptionen für Microsoft Word 2000';
$strHungarian = 'Ungarisch';
 
$strIcelandic = 'Isländisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
$strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport';
$strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndex = 'Index';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexWarningMultiple = 'Es sollte nicht mehr als ein Index des Typs %s für die Spalte `%s` gesetzt sein';
$strIndexWarningPrimary = 'Die Index-Typen INDEX und PRIMARY sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strIndexWarningTable = 'Warnungen bei den Indizes der Tabelle `%s`';
$strIndexWarningUnique = 'Die Index-Typen INDEX und UNIQUE sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strInnoDBAutoextendIncrement = 'Autoerweiterungs-Schrittgröße';
$strInnoDBAutoextendIncrementDesc = 'Die Größe, um die ein Tablespace erweitert wird, wenn er voll ist.';
$strInnoDBBufferPoolSizeDesc = 'Die Größe des Arbeitsspeicherpuffers, den InnoDB verwendet, um Daten und Indizes zwischenzuspeichern.';
$strInnoDBBufferPoolSize = 'Größe des Speicherpuffers';
$strInnoDBDataFilePath = 'Datendateien';
$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBDataHomeDir = 'Pfad für Datendateien';
$strInnoDBPages = 'Seiten';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInsert = 'Einfügen';
$strInsertNewRow = 'Neue Zeile einfügen';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelations = 'Interne Beziehungen';
$strInUse = 'in Benutzung';
$strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.';
 
$strJapanese = 'Japanisch';
$strJumpToDB = 'Zur Datenbank &quot;%s&quot; springen.';
$strJustDeleteDescr = 'Die &quot;gelöschten&quot; Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strJustDelete = 'Die Benutzer aus den Benutzertabellen löschen.';
 
$strKeepPass = 'Kennwort nicht verändert';
$strKeyname = 'Name';
$strKill = 'Beenden';
$strKorean = 'Koreanisch';
 
$strLandscape = 'Querformat';
$strLatchedPages = 'Belegte Seiten';
$strLatexCaption = 'Tabellenbeschriftung';
$strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinued = '(Fortsetzung)';
$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexLabel = 'Kennzeichen';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatvian = 'Lettisch';
$strLengthSet = 'Länge/Set';
$strLimitNumRows = 'Einträge pro Seite';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLoginInformation = 'Logininformationen';
$strLogin = 'Login';
$strLogout = 'Neu einloggen';
$strLogPassword = 'Kennwort:';
$strLogServer = 'Server';
$strLogUsername = 'Benutzername:';
$strLongOperation = 'Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?';
 
$strMaximumSize = 'Maximale Dateigröße: %s%s';
$strMbExtensionMissing = 'Die PHP-Erweiterung "mbstring" wurde nicht gefunden, trotzdem jedoch scheinen Sie einen Mehrbyte-Zeichensatz zu verwenden. Ohne besagte Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten Ergebnissen führen kann.';
$strMbOverloadWarning = 'Sie haben die Option "mbstring.func_overload" in Ihrer PHP-Konfiguration aktiviert. Diese ist nicht kompatibel zu phpMyAdmin, weshalb es zu Problemen und Datenverlust kommen kann.';
$strMIME_available_mime = 'Verfügbare MIME-Typen';
$strMIME_available_transform = 'Verfügbare Umwandlungen';
$strMIME_description = 'Beschreibung';
$strMIME_MIMEtype = 'MIME-Typ';
$strMIME_nodescription = 'Für diese Umwandlung ist keine Beschreibung verfügar.<br />Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion &quot;%s&quot;.';
$strMIME_transformation = 'Darstellungsumwandlung';
$strMIME_transformation_note = 'Um eine Liste aller verfügbaren MIME-Typen-Umwandlungen und deren Optionen zu sehen, klicken Sie bitte auf %sUmwandlungen%s';
$strMIME_transformation_options_note = 'Bitte die Werte für die Umwandlungsoptionen in folgendem Format angeben: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strMIME_transformation_options = 'Umwandlungsoptionen';
$strMIMETypesForTable = 'MIME TYPEN DER TABELLE';
$strMIME_without = 'Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen.';
$strModifications = 'Änderungen gespeichert.';
$strModifyIndexTopic = 'Index modifizieren';
$strModify = 'Verändern';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Pointers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$strMyISAMDataPointerSize = 'Größe des Datenpointers';
$strMyISAMMaxExtraSortFileSizeDesc = 'Wenn das Erzeugen der temporären Datei für schnelle Index-Erzeugung um diesen Wert größer sein würde als die Benutzung des Schlüssel-Caches, wird die Schlüssel-Cache-Methode bevorzugt.';
$strMyISAMMaxExtraSortFileSize = 'Maximum Größe temporärer Dateien bei Indexerstellung';
$strMyISAMMaxSortFileSizeDesc = 'Die maximale Größe der temporären Datei, die MySQL benutzen darf, während es den Index erzeugt (während REPAIR, ALTER TABLE oder LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximale Größe temporärer Dateien beim Sortieren';
$strMyISAMRecoverOptions = 'Autoreperatur-Modus';
$strMyISAMRecoverOptionsDesc = 'Der Modus der automatischen Wiederherstellung abgestürzter MyISAM-Tabellen, wie über den Startparameter --myisam-recover angegeben.';
$strMyISAMRepairThreadsDesc = 'Wenn dieser Wert größer als 1 ist, werden MyISAM-Tabellenindizes wärend einer Reperatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separaten Thread).';
$strMyISAMRepairThreads = 'Reperaturthreads';
$strMyISAMSortBufferSizeDesc = 'Der Puffer, der beim Sortieren des Indexes zugewiesen wird, wenn man ein REPAIR oder ausführt oder Indizes mit CREATE INDEX oder ALTER TABLE erzeugt.';
$strMyISAMSortBufferSize = 'Größe des Sortierungspuffers';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLConnectionCollation = 'Zeichensatz / Kollation der MySQL-Verbindung';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen';
$strMySQLShowVars = 'MySQL-System-Variablen anzeigen';
 
$strName = 'Name';
$strNext = 'Nächste';
$strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.';
$strNoDatabases = 'Keine Datenbanken';
$strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.';
$strNoDescription = 'keine Beschreibung';
$strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar';
$strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
$strNoExplain = 'SQL-Erklärung umgehen';
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-fähigen Browser.';
$strNoIndex = 'Kein Index definiert!';
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
$strNoModification = 'Keine Änderung';
$strNo = 'Nein';
$strNone = 'keine';
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
$strNoPassword = 'Kein Kennwort';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoPhp = 'ohne PHP-Code';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoRowsSelected = 'Es wurden keine Datensätze ausgewählt.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoThemeSupport = 'Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
$strNotNumber = 'Das ist keine Zahl!';
$strNotOK = 'fehlerhaft';
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoValidateSQL = 'SQL-Validierung umgehen';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s Treffer in der Tabelle <i>%s</i>';
$strNumSearchResultsTotal = '<b>Insgesamt</b> <i>%s</i> Treffer';
$strNumTables = 'Tabellen';
 
$strOK = 'OK';
$strOperations = 'Operationen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiere Tabelle';
$strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
 
$strPageNumber = 'Seite:';
$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
$strPaperSize = 'Papiergröße';
$strPartialText = 'gekürzte Textfelder';
$strPasswordChanged = 'Das Kennwort für %s wurde geändert.';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordHashing = 'Password-Verschlüsselung';
$strPassword = 'Kennwort';
$strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!';
$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPersian = 'Persisch';
$strPhoneBook = 'Telefonbuch';
$strPHP40203 = 'Sie verwenden die PHP-Version 4.2.3, welche leider fehlerhaft im Umgang mit Multibyte-Zeichenketten (mbstring) ist. Dieser Fehler ist in der PHP-Datenbank als Bug-Report #19404 dokumentiert. Aus diesem Grund wird diese PHP-Version nicht für den Betrieb von phpMyAdmin empfohlen.';
$strPhp = 'PHP-Code erzeugen';
$strPHPVersion = 'PHP-Version';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
$strPolish = 'Polnisch';
$strPortrait = 'Hochformat';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
$strPrimaryKeyHasBeenDropped = 'Der Primärschlüssel wurde gelöscht.';
$strPrimaryKeyName = 'Der Name des Primärschlüssels muss PRIMARY lauten!';
$strPrimaryKeyWarning = 'Der Name des Primärschlüssels darf <b>nur</b> "PRIMARY" lauten.';
$strPrimary = 'Primärschlüssel';
$strPrint = 'Drucken';
$strPrintView = 'Druckansicht';
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
$strPrivDescAllPrivileges = 'Enthält alle Rechte bis auf GRANT.';
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur bestehender Tabellen.';
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen temporärer Tabellen.';
$strPrivDescDelete = 'Erlaubt das Löschen von Daten.';
$strPrivDescDropDb = 'Erlaubt das Löschen ganzer Datenbanken und Tabellen.';
$strPrivDescDropTbl = 'Erlaubt das Löschen ganzer Tabellen.';
$strPrivDescExecute = 'Erlaubt das Ausführen gespeicherter Prozeduren; Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescFile = 'Erlaubt das Importieren von Daten aus und das Exportieren in externe Dateien.';
$strPrivDescGrant = 'Erlaubt das Hinzufügen von Benutzern und Rechten ohne den die Benutzerprofile neu laden zu müssen.';
$strPrivDescIndex = 'Erlaubt das Erstellen und Löschen von Indizes.';
$strPrivDescInsert = 'Erlaubt das Hinzufügen und Ersetzen von Daten.';
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Veränderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
$strPrivDescReferences = 'Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescReload = 'Erlaubt das erneute Laden von Servereinstellungen und das Leeren der Zwischenspeicher zur Laufzeit.';
$strPrivDescReplClient = 'Erlaubt dem Benutzer zu fragen, wo sich die Master- bzw. Slave-Systeme befinden';
$strPrivDescReplSlave = 'Wird für die Replication-Slave-Systeme benötigt.';
$strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
$strPrivDescShowDb = 'Gewährt Zugang zur vollständigen Datenbankliste.';
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird für viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
$strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.';
$strPrivDescUsage = 'Keine Rechte.';
$strPrivileges = 'Rechte';
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
$strProcesslist = 'Prozesse';
$strPutColNames = 'Feldnamen in die erste Zeile setzen';
 
$strQBE = 'Abfrageeditor';
$strQBEDel = 'Entf.';
$strQBEIns = 'Einf.';
$strQueryFrame = 'Abfragefenster';
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
 
$strReadRequests = 'Leseanfragen';
$strReceived = 'Empfangen';
$strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRefresh = 'Aktualisieren';
$strRelationalSchema = 'Beziehungsschema';
$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationsForTable = 'RELATIONEN DER TABELLE';
$strRelations = 'Tabellenverknüpfungen';
$strRelationView = 'Beziehungsübersicht';
$strReloadingThePrivileges = 'Lade die Benutzertabellen neu';
$strReloadMySQL = 'Benutzertabellen neu laden';
$strRemoveSelectedUsers = 'Die ausgewählten Benutzer löschen';
$strRenameDatabaseOK = 'Datenbank %s wurde umbenannt zu %s';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRenameTable = 'Tabelle umbenennen in';
$strRepairTable = 'Repariere Tabelle';
$strReplaceNULLBy = 'Ersetze NULL durch';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
$strReType = 'Wiederholen';
$strRevokeAndDelete = 'Den Benutzern alle Rechte entziehen und sie anschließend aus den Benutzertabellen löschen.';
$strRevokeAndDeleteDescr = 'Die Benutzer würden weiterhin das USAGE-Recht behalten, bis die Benutzertabellen neu geladen werden.';
$strRevoke = 'Entfernen';
$strRevokeMessage = 'Sie haben die Rechte für %s entfernt.';
$strRomanian = 'Rumänisch';
$strRowLength = 'Zeilenlänge';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowSize = 'Zeilengröße';
$strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)';
$strRowsModeHorizontal = 'untereinander';
$strRowsModeOptions = '%s angeordnet und wiederhole die Kopfzeilen nach %s Datensätzen.';
$strRowsModeVertical = 'nebeneinander';
$strRowsStatistic = 'Zeilenstatistik';
$strRows = 'Zeilen';
$strRunning = 'auf %s';
$strRunQuery = 'SQL-Befehl ausführen';
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausführen';
$strRussian = 'Russisch';
 
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
$strSearchFormTitle = 'Durchsuche die Datenbank';
$strSearchInTables = 'In der / den Tabelle(n):';
$strSearchNeedle = 'Zu suchende Wörter oder Werte (Platzhalter: "%"):';
$strSearchOption1 = 'mindestens eines der Wörter';
$strSearchOption2 = 'alle Wörter';
$strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "<i>%s</i>" %s:';
$strSearch = 'Suche';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelectADb = 'Bitte Datenbank auswählen';
$strSelectAll = 'Alle auswählen';
$strSelectBinaryLog = 'Binäre Protokolldatei zur Anzeige auswählen';
$strSelectFields = 'Felder auswählen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSelectTables = 'Tabellenauswahl';
$strSend = 'Senden';
$strSent = 'Gesendet';
$strServerChoice = 'Server Auswählen';
$strServerNotResponding = 'Der Server antwortet nicht.';
$strServer = 'Server';
$strServerStatus = 'Laufzeit-Informationen';
$strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.';
$strServerTabProcesslist = 'Prozesse';
$strServerTabVariables = 'Variablen';
$strServerTrafficNotes = '<b>Servertraffic</b>: In diesen Tabellen wird der Netzwerktraffic dieses MySQL-Servers seit dessen Start aufgeführt.';
$strServerVars = 'Servervariablen und -einstellungen';
$strServerVersion = 'Server Version';
$strSessionValue = 'Wert für diese Sitzung';
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte das Format: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strShowAll = 'Alles anzeigen';
$strShowColor = 'mehrfarbig';
$strShowDatadictAs = 'Format des Strukturverzeichnisses';
$strShowFullQueries = 'Zeige die SQL-Abfragen vollständig an';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowingRecords = 'Zeige Datensätze ';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
$strShow = 'Zeige';
$strSimplifiedChinese = 'Vereinfachtes Chinesisch';
$strSingly = '(einmalig)';
$strSize = 'Größe';
$strSlovak = 'Slovakisch';
$strSlovenian = 'Slovenisch';
$strSocketProblem = '(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt konfiguriert)';
$strSortByKey = 'Nach Schlüssel sortieren';
$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSpanish = 'Spanisch';
$strSplitWordsWithSpace = 'Die Wörter werden durch Leerzeichen (" ") getrennt.';
$strSQLExportCompatibility = 'SQL-Export-Kompatibilität';
$strSQLExportType = 'Exporttyp';
$strSQLOptions = 'SQL-Optionen';
$strSQLParserBugMessage = 'Möglicherweise haben Sie einen Bug im SQL-Parser entdeckt. Bitte überprüfen Sie Ihre Abfrage genaustens, insbesondere auf falsch gesetzte oder nicht geschlossene Anführungszeichen. Eine weitere Ursache könnte darin liegen, dass Sie versuchen eine Datei mit binären Daten, welche nicht von Anführungszeichen eingeschlossen sind, hochzuladen. Sie können alternativ versuchen Ihre Abfrage über das MySQL-Kommandozeileninterface zu senden. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. Falls Sie weiterhin Probleme haben sollten oder der Parser dort versagt, wo die Kommandozeile erfolgreich ist, so reduzieren Sie bitte Ihre Abfrage auf den Befehl, welcher die Probleme verursacht, und senden Sie uns einen Bugreport mit den Datenausschnitt, den Sie weiter unten auf dieser Seite finden.:';
$strSQLParserUserError = 'Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.';
$strSQLQuery = 'SQL-Befehl';
$strSQLResult = 'SQL-Abfrageergebnis';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strStatCheckTime = 'Letzter Check am';
$strStatCreateTime = 'Erzeugt am';
$strStatement = 'Angaben';
$strStatUpdateTime = 'Aktualisiert am';
$strStatus = 'Status';
$strStorageEngines = 'Tabellenformate';
$strStorageEngine = 'Tabellenformat';
$strStrucCSV = 'CSV-Daten';
$strStrucData = 'Struktur und Daten';
$strStrucDrop = 'Mit \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV-Daten für MS Excel';
$strStrucNativeExcel = 'Excel-Datei';
$strStrucOnly = 'Nur Struktur';
$strStructPropose = 'Tabellenstruktur analysieren';
$strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToDatabase = 'Zu kopierter Datenbank wechseln';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
 
$strTableComments = 'Tabellen-Kommentar';
$strTableEmpty = 'Der Tabellenname ist leer!';
$strTableHasBeenDropped = 'Die Tabelle %s wurde gelöscht.';
$strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTable = 'Tabelle';
$strTableType = 'Tabellentyp';
$strTakeIt = 'auswählen';
$strTblPrivileges = 'Tabellenspezifische Rechte';
$strTextAreaLength = 'Wegen seiner Länge ist dieses<br />Feld vielleicht nicht editierbar.';
$strThai = 'Thai';
$strTheme = 'Oberflächendesign';
$strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraditionalChinese = 'Traditionelles Chinesisch';
$strTraditionalSpanish = 'Traditionelles Spanisch';
$strTraffic = 'Traffic';
$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')';
$strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Höhe in Pixeln (berücksichtigt Seitenverhältnis)';
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Berücksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
$strTransformation_text_plain__formatted = 'Behält Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgeführt.';
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die Höhe des Bildes in Pixeln.';
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angehängt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
$strTurkish = 'Türkisch';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unbekannt';
$strUnselectAll = 'Auswahl entfernen';
$strUnsupportedCompressionDetected = 'Sie haben versucht, eine Datei zu laden, die mit einem nicht unterstützten Verfahren komprimiert wurde (%s). Entweder ist die Unterstützung für selbiges nicht implementiert oder in IHrer Konfiguration deaktiviert.';
$strUpdatePrivMessage = 'Die Rechte für %s wurden geändert.';
$strUpdateProfileMessage = 'Benutzer wurde geändert.';
$strUpdateQuery = 'Aktualisieren';
$strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können';
$strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.';
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen ';
$strUseHostTable = 'Verwende Hosttabelle';
$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
$strUser = 'Benutzer';
$strUserEmpty = 'Kein Benutzername eingegeben!';
$strUserName = 'Benutzername';
$strUserNotFound = 'Der gewählte Benutzer wurde in der Benutzertabelle nicht gefunden.';
$strUserOverview = 'Benutzerübersicht';
$strUsersDeleted = 'Die gewählten Benutzer wurden gelöscht.';
$strUsersHavingAccessToDb = 'Benutzer mit Zugriff auf &quot;%s&quot;';
$strUseTabKey = 'Mittels TAB-Taste von Feld zu Feld springen, oder mit STRG+Pfeiltasten beliebig bewegen';
$strUseTables = 'Verwendete Tabellen';
$strUseTextField = 'Textfeld verwenden';
$strUseThisValue = 'Diesen Wert verwenden';
 
$strValidateSQL = 'SQL validieren';
$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.';
$strValue = 'Wert';
$strVar = 'Variable';
$strVersionInformation = 'Versionsinformationen';
$strView = 'Ansicht';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht';
 
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWelcome = 'Willkommen bei %s';
$strWestEuropean = 'Westeuropäisch';
$strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
 
// To translate:
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.'; //recently translated
$strAndThen = 'und'; //recently translated
 
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
$strBookmarkReplace = 'Überschreibe gleichnamiges Bookmark'; //recently translated
 
$strCompressionWillBeDetected = 'Dateikomprimierung wird automatisch erkannt bei: %s'; //recently translated
$strCSV = 'CSV'; //recently translated
$strCSVImportOptions = 'CSV Optionen'; //recently translated
 
$strDeleteNoUsersSelected = 'Keine Benutzer zum Löschen ausgewählt!'; //recently translated
 
$strErrorInZipFile = 'Fehler im ZIP-Archive:'; //recently translated
 
$strFileToImport = 'Datei zum Importieren'; //recently translated
$strFlushQueryCache = 'Schreibe/Leere den Abfrage-Cache ("FLUSH")'; //recently translated
$strFlushTables = 'Leeren des gesamten Tabellencaches ("FLUSH")'; //recently translated
 
$strHandler = 'Handler'; //recently translated
 
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
$strImportFormat = 'Dateiformat'; //recently translated
$strImport = 'Importieren'; //recently translated
$strInvalidAuthMethod = 'Ungültige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.'; //recently translated
$strInvalidColumn = 'Ungültige Spalte (%s) angegeben!'; //recently translated
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
$strInvalidLDIImport = 'Dieses Plugin unterstützt keine Komprimierung!'; //recently translated
$strInvalidRowNumber = '%d ist keine gültige Zeilennummer.'; //recently translated
 
$strJoins = 'Tabellenverknüpfungen (joins)'; //recently translated
 
$strKeyCache = 'Schlüssel-Cache'; //recently translated
 
$strLDI = 'CSV mit LOAD DATA'; //recently translated
$strLDIImportOptions = 'Optionen für den CSV-Import mit LOAD DATA'; //recently translated
$strLDILocal = 'mit LOCAL'; //recently translated
 
$strMaxConnects = 'max. gleichzeitige Verbindungen'; //recently translated
$strMaximalQueryLength = 'Maximale Länge der erstellten Abfrage'; //recently translated
 
$strNoFilesFoundInZip = 'Keine Dateien im ZIP-Archive gefunden!'; //recently translated
$strNothingToImport = 'Keine Daten zum importieren gefunden!'; //recently translated
$strNumberOfFields = 'Anzahl der Felder'; //recently translated
 
$strPartialImport = 'Teilweiser Import'; //recently translated
$strPrivDescAlterRoutine = 'Erlaubt das Verändern und Löschen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateRoutine = 'Erlaubt das Erstellen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateUser = 'Erlaubt das Erstellen, Löschen und Umbenennen von Benutzern.'; //recently translated
$strPrivDescCreateView = 'Erlaubt das Erstellen von Ansichten (views).'; //recently translated
$strPrivDescExecute5 = 'Erlaubt das Ausführen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescMaxUserConnections = 'Beschränkt die Anzahl der gleichzeitigen Verbindungen für diesen Benutzer.'; //recently translated
$strPrivDescShowView = 'Erlaubt das Abfragen von \'SHOW CREATE VIEW\'.'; //recently translated
 
$strQueryCache = 'Abfrage-Cache'; //recently translated
 
$strReplication = 'Replikation'; //recently translated
$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen'; //recently translated
 
$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)'; //recently translated
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowOpenTables = 'Zeige alle offenen Tabellen'; //recently translated
$strShowSlaveHosts = 'Zeige alle Slave-Rechner'; //recently translated
$strShowSlaveStatus = 'Zeige den Slave-Status'; //recently translated
$strShowStatusBinlog_cache_disk_useDescr = 'Anzahl der Transaktionen die den Binärylog-Cache verwendet haben aber die Größe des Binarylog-Caches (binlog_cache_size) überschritten haben und eine temporäre Datei verwendet haben um die [statements] der Transaktion zu speichern.'; //recently translated
$strShowStatusBinlog_cache_useDescr = 'Anzahl der Transaktionen, die den temporären Binarylog-Cache verwendet haben.'; //recently translated
$strShowStatusCreated_tmp_disk_tablesDescr = 'Anzahl der (implizit) auf der Platte erzeugten temporären Tabellen bei der Ausführung von Statements. Wenn Created_tmp_disk_tables hoch ist, sollten Sie eventuell die tmp_table_size-Variable herauf setzen, damit temporäre Tabellen im Speicher erzeugt werden statt auf der Platte.'; //recently translated
$strShowStatusCreated_tmp_filesDescr = 'Wieviele temporäre Dateien mysqld erzeugt hat.'; //recently translated
$strShowStatusCreated_tmp_tablesDescr = 'Anzahl der (implizit) im Arbeitsspeicher erzeugten temporären Tabellen bei der Ausführung von Statements.'; //recently translated
$strShowStatusDelayed_errorsDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden, und bei denen irgend ein Fehler auftrat (wahrscheinlich duplicate key).'; //recently translated
$strShowStatusDelayed_insert_threadsDescr = 'Anzahl der verzögerten Insert-Handler-Threads in Benutzung. Jede einzelne Tabelle mit verzögerten Inserts bekommt einen eigenen Thread.'; //recently translated
$strShowStatusDelayed_writesDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden.'; //recently translated
$strShowStatusFlush_commandsDescr = 'Anzahl der ausgeführten FLUSH-Befehle.'; //recently translated
$strShowStatusHandler_commitDescr = 'Anzahl der Anfragen, ein COMMIT auszuführen.'; //recently translated
$strShowStatusHandler_deleteDescr = 'Wie oft eine Zeile aus einer Tabelle gelöscht wurde.'; //recently translated
$strShowStatusHandler_discoverDescr = 'Anzahl der gesuchten und gefundenen (discovered) Tabellen. Der MySQL-Server kann das NDB-Cluster-Storage-Engine fragen ob es eine bestimmte Tabelle kennt. Dieser Vorgang wird \'discovery\' genannt.'; //recently translated
$strShowStatusHandler_read_firstDescr = 'Wie oft der erste Eintrag aus einem Index gelesen wurde. Wenn dieser Wert hoch ist, legt das nahe, dass der Server viele komplette Index-Scans macht (zum Beispiel SELECT spalte1 FROM foo, unter der Annahme, dass spalte1 indiziert ist).'; //recently translated
$strShowStatusHandler_read_keyDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einem Schlüssel zu lesen. Wenn dieser Wert hoch ist, ist das ein gutes Indiz dafür, dass Ihre Anfragen und Tabellen korrekt indiziert sind.'; //recently translated
$strShowStatusHandler_read_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Reihenfolge des Schlüssels zu lesen. Dieser Wert wird herauf gezählt, wenn Sie eine Index-Spalte mit einer Bereichsbeschränkung (Limit) abfragen. Er wird ebenfalls herauf gezählt, wenn Sie einen Index-Scan durchführen.'; //recently translated
$strShowStatusHandler_read_prevDescr = 'Anzahl der Anfragen, die vorhergehende Zeile in der Reihenfolge des Schlüssels zu lesen. Diese Lese-Methode ist hauptsächlich zur Optimierung von ORDER BY ... DESC.'; //recently translated
$strShowStatusHandler_read_rndDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einer festen Position zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Anfragen ausführen, die erfordern, dass das Ergebnis sortiert wird. Wenn Handler_read_rnd hoch ist, haben Sie wahrscheinlich viele Anfragen, die MySQL zwingen, ganze Tabellen zu scannen, oder Sie haben Joins, die Schlüssel nicht richtig benutzen.'; //recently translated
$strShowStatusHandler_read_rnd_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Daten-Datei zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Tabellen-Scans durchführen. Im Allgemeinen weist das darauf hin, dass Ihre Tabellen nicht korrekt indiziert sind, oder dass Ihre Anfragen nicht so geschrieben sind, dass Sie Vorteile aus den Indexen ziehen, die Sie haben.'; //recently translated
$strShowStatusHandler_rollbackDescr = 'Anzahl der Anfragen, ein ROLLBACK auszuführen.'; //recently translated
$strShowStatusHandler_updateDescr = 'Anzahl der Anfragen, eine Zeile in einer Tabelle zu aktualisieren.'; //recently translated
$strShowStatusHandler_writeDescr = 'Anzahl der Anfragen, eine Zeile in eine Tabelle einzufügen.'; //recently translated
$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 = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
$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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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 = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
$strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen.'; //recently translated
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache.'; //recently translated
$strShowStatusKey_read_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block aus dem Cache zu lesen.'; //recently translated
$strShowStatusKey_readsDescr = 'Die Anzahl physikalischer Lesezugriffen eines Schlüssel-Blocks von der Platte. Wenn key_reads hoch ist, ist Ihr key_cache wahrscheinlich zu klein. Die Cache-Zugriffsrate kann mit key_reads / key_read_requests berechnet werden.'; //recently translated
$strShowStatusKey_write_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block in den Cache zu schreiben.'; //recently translated
$strShowStatusKey_writesDescr = 'Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte.'; //recently translated
$strShowStatusLast_query_costDescr = 'Die Kosten für die zuletzt verarbeitete Abfrage wie vom Abfrage-Optmierer berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde.'; //recently translated
$strShowStatusNot_flushed_delayed_rowsDescr = 'Anzahl der Zeilen, die in INSERT DELAY-Warteschleifen darauf warten, geschrieben zu werden.'; //recently translated
$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.'; //recently translated
$strShowStatusOpen_filesDescr = 'Anzahl der offenen Dateien.'; //recently translated
$strShowStatusOpen_streamsDescr = 'Anzahl der offenen Streams (hauptsächlich zum Loggen benutzt).'; //recently translated
$strShowStatusOpen_tablesDescr = 'Anzahl der offenen Tabellen.'; //recently translated
$strShowStatusQcache_free_blocksDescr = 'Freie Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_free_memoryDescr = 'Freier Speicher im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_hitsDescr = 'Abfrage-Cache-Zugriffsrate.'; //recently translated
$strShowStatusQcache_insertsDescr = 'Die Anzahl der Abfragen die dem Cache hinzugefügt wurden.'; //recently translated
$strShowStatusQcache_lowmem_prunesDescr = 'Die Anzahl der Abfragen die aus dem Cache entfernt wurden, um Speicher für neue Abfragen frei zu geben. Dieser Wert kann helfen die Abfrage-Cache-Größe zu optimieren. Der Abfrage-Cache verwendet die \'am wenigsten gebrauchte\' (least recently used (LRU)) Strategie um zu entscheiden welche Abfrage aus dem Cache gelöscht werden.'; //recently translated
$strShowStatusQcache_not_cachedDescr = 'Die Anzahl der nicht im Cache eingetragenen Abfragen (nicht möglich, oder aufgrund der query_cache_type Einstellung).'; //recently translated
$strShowStatusQcache_queries_in_cacheDescr = 'Die Anzahl der Abfragen im Cache.'; //recently translated
$strShowStatusQcache_total_blocksDescr = 'Die Anzahl aller Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusReset = 'Zurücksetzen'; //recently translated
$strShowStatusRpl_statusDescr = 'Der Status der ausfallsicheren Replikation.'; //recently translated
$strShowStatusSelect_full_joinDescr = 'Anzahl der Joins ohne Schlüssel. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_full_range_joinDescr = 'Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt fand.'; //recently translated
$strShowStatusSelect_range_checkDescr = 'Anzahl der Joins ohne Schlüssel, bei denen nach jeder Zeile auf Schlüsselbenutzung geprüft wurde. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_rangeDescr = 'Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. (Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)'; //recently translated
$strShowStatusSelect_scanDescr = 'Anzahl der Joins, bei denen die erste Tabelle gescannt wurde.'; //recently translated
$strShowStatusSlave_open_temp_tablesDescr = 'Anzahl der temporären Tabellen, die momentan vom Slave-Thread geöffnet sind.'; //recently translated
$strShowStatusSlave_retried_transactionsDescr = 'Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread widerversuchten Transaktionen.'; //recently translated
$strShowStatusSlave_runningDescr = 'Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master verbunden ist.'; //recently translated
$strShowStatusSlow_launch_threadsDescr = 'Anzahl der Threads, die länger als slow_launch_time brauchten, um sich zu verbinden.'; //recently translated
$strShowStatusSlow_queriesDescr = 'Anzahl der Anfragen, die länger als long_query_time benötigten.'; //recently translated
$strShowStatusSort_merge_passesDescr = 'Anzahl der Verschmelzungen (Merge), die von einem Sortiervorgang benötigt wurden. Wenn dieser Wert hoch ist, sollten Sie in Betracht ziehen, sort_buffer herauf zu setzen.'; //recently translated
$strShowStatusSort_rangeDescr = 'Anzahl der Sortiervorgänge, die mit Bereichen durchgeführt wurden.'; //recently translated
$strShowStatusSort_rowsDescr = 'Anzahl der sortierten Zeilen.'; //recently translated
$strShowStatusSort_scanDescr = 'Anzahl der Sortiervorgänge, die durchgeführt wurden, indem die Tabelle gescannt wurde.'; //recently translated
$strShowStatusTable_locks_immediateDescr = 'Wie oft eine Tabellensperre sofort erlangt wurde.'; //recently translated
$strShowStatusTable_locks_waitedDescr = 'Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet werden musst. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle(n) zerteilen oder Replikation benutzen.'; //recently translated
$strShowStatusThreads_cachedDescr = 'Anzahl der Threads im Thread-Cache. Die Cache-Zugriffsrate kann mit Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, sollte der thread_cache_size erhöht werden.'; //recently translated
$strShowStatusThreads_connectedDescr = 'Anzahl der momentan offenen Verbindungen.'; //recently translated
$strShowStatusThreads_createdDescr = 'Anzahl der Threads, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Thread-Implementierung vorliegt.)'; //recently translated
$strShowStatusThreads_runningDescr = 'Anzahl der Threads, die nicht schlafen.'; //recently translated
$strSkipQueries = 'Anzahl der am Anfang zu überspringenden Einträge (Abfragen)'; //recently translated
$strSorting = 'Sortierung'; //recently translated
 
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
$strTempData = 'Temporäre Daten'; //recently translated
$strThreads = 'Prozesse'; //recently translated
$strTimeoutInfo = 'Zeitüberschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchführen kann ohne das die maximale Scriptlaufzeit für php erhöht wird.'; //recently translated
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
 
$strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur Lösung diese Problems.'; //recently translated
 
$strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; //recently translated
$strInvalidServerHostname = 'Ungültiger Host-Name für Serverr %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; //recently translated
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protokoll-Version'; //recently translated
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.'; //recently translated
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
$strPDF = 'PDF'; //recently translated
$strPDFOptions = 'PDF Optionen'; //recently translated
$strPDFReportTitle = 'Report Titel'; //recently translated
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; //recently translated
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; //recently translated
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; //recently translated
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgeführt.'; //recently translated
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
$strThemeNoValidImgPath = 'Keinen gültiges Bilder-Verzeichnis für das Theme "%s" gefunden!'; //recently translated
$strThemePathNotFound = 'Verzeichnis für das theme "%s" nicht gefunden!'; //recently translated
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL Optionen'; //recently translated
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Zähler "überlaufen" (Wieder bei 0 beginnen), deshalb können diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
?>
/Web/Maintenance/phpMyAdmin/lang/german-utf-8.inc.php
0,0 → 1,1005
<?php
/* $Id: german-utf-8.inc.php,v 2.144.2.2 2006/03/23 17:42:13 lem9 Exp $ */
 
/**
* For suggestions concerning this file please contact
* Alexander M. Turek <rabus at users.sourceforge.net>.
*
* Bei Verbesserungsvorschlägen diese Datei betreffend wenden Sie sich bitte an
* Alexander M. Turek <rabus at users.sourceforge.net>.
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa');
$month = array('Januar', 'Februar', 'März', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Dezember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y um %H:%M';
$timespanfmt = '%s Tage, %s Stunden, %s Minuten und %s Sekunden';
 
$strAbortedClients = 'Abgebrochen';
$strAbsolutePathToDocSqlDir = 'Bitte geben Sie den vollständigen Pfad auf dem Webserver zum docSQL-Verzeichnis ein.';
$strAccessDeniedExplanation = 'phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen, jedoch hat dieser die Verbindung zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Kennwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, welche sie vom Administrator erhalten haben, entsprechen.';
$strAccessDenied = 'Zugriff verweigert.';
$strAction = 'Aktion';
$strAddAutoIncrement = 'AUTO_INCREMENT-Wert hinzufügen';
$strAddConstraints = 'Constraints hinzufügen';
$strAddDeleteColumn = 'Spalten hinzufügen/entfernen';
$strAddDeleteRow = 'Zeilen hinzufügen/entfernen';
$strAddDropDatabase = 'DROP DATABASE hinzufügen';
$strAddedColumnComment = 'Spaltenkommentar wurde hinzugefügt';
$strAddedColumnRelation = 'Spaltenbeziehung wurde hinzugefügt';
$strAddFields = '%s Felder hinzufügen';
$strAddHeaderComment = 'Individuelle Kommentare für den Kopfbereich (\\n erzeugt einen Zeilenumbruch)';
$strAddIfNotExists = 'Mit \'IF NOT EXISTS\'';
$strAddIntoComments = 'In Kommentarbereich einbeziehen';
$strAddNewField = 'Neue Felder hinzufügen';
$strAddPrivilegesOnDb = 'Rechte zu folgender Datenbank hinzufügen';
$strAddPrivilegesOnTbl = 'Rechte zu folgender Tabelle hinzufügen';
$strAddSearchConditions = 'Eigenes Filterkriterium (Argumente für den WHERE-Ausdruck):';
$strAddToIndex = '%s&nbsp;Spalten zum Index hinzufügen';
$strAddUserMessage = 'Der Benutzer wurde hinzugefügt.';
$strAddUser = 'Neuen Benutzer hinzufügen';
$strAdministration = 'Administration';
$strAffectedRows = ' Betroffene Datensätze: ';
$strAfterInsertBack = 'zurück';
$strAfterInsertNewInsert = 'anschließend einen weiteren Datensatz einfügen';
$strAfterInsertNext = 'nächste Zeile bearbeiten';
$strAfterInsertSame = 'Zurück zu dieser Seite';
$strAfter = 'Nach %s';
$strAll = 'Alle';
$strAllTableSameWidth = 'Sollen alle Tabellen mit der gleichen Breite angezeigt werden?';
$strAlterOrderBy = 'Tabelle sortieren nach';
$strAnalyzeTable = 'Analysiere Tabelle';
$strAnd = 'und';
$strAnIndex = 'Ein Index wurde in %s erzeugt';
$strAnyHost = 'Jeder Host';
$strAny = 'Jeder';
$strAnyUser = 'Jeder Benutzer';
$strApproximateCount = 'Es kann sich hierbei um Näherungswerte handeln. Bitte lesen Sie auch FAQ 3.11';
$strAPrimaryKey = 'Ein Primärschlüssel wurde in %s erzeugt';
$strArabic = 'Arabisch';
$strArmenian = 'Armenisch';
$strAscending = 'aufsteigend';
$strAtBeginningOfTable = 'An den Anfang der Tabelle';
$strAtEndOfTable = 'An das Ende der Tabelle';
$strAttr = 'Attribute';
$strAutodetect = 'Autom. Erkennung';
$strAutomaticLayout = 'Automatische Anordnung';
 
$strBack = 'Zurück';
$strBaltic = 'Baltisch';
$strBeginCut = 'AUSSCHNITTSANFANG';
$strBeginRaw = 'BEGINN DER AUSGABE';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - nicht editierbar!';
$strBinaryLog = 'Binäres Protokoll';
$strBinLogEventType = 'Ereignistyp';
$strBinLogInfo = 'Information';
$strBinLogName = 'Protokoll';
$strBinLogOriginalPosition = 'Ursprungsposition';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Diese gespeicherte SQL-Abfrage für jeden Benutzer verfügbar machen';
$strBookmarkDeleted = 'SQL-Abfrage wurde gelöscht.';
$strBookmarkLabel = 'Titel';
$strBookmarkQuery = 'Gespeicherte SQL-Abfrage';
$strBookmarkThis = 'SQL-Abfrage speichern';
$strBookmarkView = 'Nur zeigen';
$strBrowse = 'Anzeigen';
$strBrowseForeignValues = 'Fremdschlüsselwerte ansehen';
$strBufferPoolActivity = 'Speicherpuffer-Aktivität';
$strBufferPool = 'Speicherpuffer';
$strBufferPoolUsage = 'Auslastung des Speicherpuffers';
$strBufferReadMisses = 'Fehlgeschlagene Leseanfragen';
$strBufferReadMissesInPercent = 'Fehlgeschlagene Leseanfragen in %';
$strBufferWriteWaitsInPercent = 'Schreibverzögerungen in %';
$strBufferWriteWaits = 'Schreibverzögerungen';
$strBulgarian = 'Bulgarisch';
$strBusyPages = 'Ausgelastete Seiten';
$strBzError = 'phpMyAdmin konnte die Datei wegen eines Fehler in der Bz2-Erweiterung in dieser php-Version nicht komprimieren. Es wird deshalb empfohlen die Einstellung <code>$cfg[\'BZipDump\']</code> in Ihrer phpMyAdmin-Konfiguration auf <code>FALSE</code> zu setzen. Falls Sie die Bz2-Kompressionsfunktionen dennoch nutzen wollen, so sollten Sie eine neuere php-Version installieren. Bitte lesen Sie auch den php-Bugreport %s für weitere Informationen.';
$strBzip = 'BZip-komprimiert';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Die Import-Plugins konnten nicht geladen werden. Bitte überprüfen Sie Ihre phpMyAdmin-Installation.';
$strCannotLogin = 'Die Anmeldung am MySQL-Server ist fehlgeschlagen.';
$strCantLoad = 'Die Erweiterung [a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] kann nicht geladen werden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCantLoadRecodeIconv = 'Die PHP-Erweiterungen iconv und recode, welche für die Zeichensatzkonvertierung benötigt werden, konnten nicht geladen werden. Bitte ändern Sie Ihre PHP-Konfiguration und aktivieren Sie diese Erweiterungen oder deaktivieren Sie die Zeichensatzkonvertierung in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kann Index nicht in PRIMARY umbenennen!';
$strCantUseRecodeIconv = 'Weder die iconv- noch libiconv- oder recode_string-Funktion konnte verwandt werden, obwohl die benötigten php-Erweiterungen angeblich geladen wurden. Bitte überprüfen Sie Ihre PHP-Konfiguration.';
$strCardinality = 'Kardinalität';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Mitteleuropäisch';
$strChange = 'Ändern';
$strChangeCopyModeCopy = ' ... behalte den alten bei.';
$strChangeCopyModeDeleteAndReload = ' ... lösche den alten und lade anschließend die Benutzertabellen neu.';
$strChangeCopyMode = 'Erstelle einen neuen Benutzer mit identischen Rechten und ...';
$strChangeCopyModeJustDelete = ' ... lösche den alten von den Benutzertabellen.';
$strChangeCopyModeRevoke = ' ... entziehe dem alten alle Rechte und lösche ihn anschließend.';
$strChangeCopyUser = 'Logininformation ändern / Benutzer kopieren';
$strChangeDisplay = 'Anzuzeigende Spalte bestimmen';
$strChangePassword = 'Kennwort ändern';
$strCharsetOfFile = 'Zeichencodierung der Datei:';
$strCharsetsAndCollations = 'Zeichensätze und Kollationen';
$strCharsets = 'Zeichensätze';
$strCharset = 'Zeichensatz';
$strCheckAll = 'Alle auswählen';
$strCheckOverhead = 'Tabellen m. Überhang ausw.';
$strCheckPrivsLong = 'Überprüft die Rechte für die Datenbank &quot;%s&quot;.';
$strCheckPrivs = 'Rechte überprüfen';
$strCheckTable = 'Überprüfe Tabelle';
$strChoosePage = 'Bitte wählen Sie die zu bearbeitende Seite.';
$strColComFeat = 'Darstellung von Spaltenkommentaren';
$strCollation = 'Kollation';
$strColumnNames = 'Spaltennamen';
$strColumnPrivileges = 'Spaltenspezifische Rechte';
$strCommand = 'Befehl';
$strCommentsForTable = 'TABELLENKOMMENTARE';
$strComments = 'Kommentare';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Vollständige \'INSERT\'s';
$strCompression = 'Kompression';
$strConfigFileError = 'phpMyAdmin konnte Ihre Konfigurationsdatei nicht verarbeiten!<br />Dies kann passieren, wenn der PHP-Parser Syntaxfehler in ihr findet oder sie nicht existiert.<br />Bitte rufen Sie die Konfigurationsdatei über den unteren Link direkt auf und lesen Sie die PHP-Fehlermeldungen, die Sie erhalten. Meistens fehlt bloß irgendwo ein Anführungszeichen oder Semikolon.<br />Wenn Sie eine leere Seite erhalten, ist Ihre Konfigurationsdatei in Ordnung.';
$strConfigureTableCoord = 'Bitte konfigurieren Sie die Koordinaten für die Tabelle %s';
$strConnectionError = 'Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.';
$strConnections = 'Verbindungen';
$strConstraintsForDumped = 'Constraints der exportierten Tabellen';
$strConstraintsForTable = 'Constraints der Tabelle';
$strCookiesRequired = 'Ab diesem Punkt müssen Cookies aktiviert sein.';
$strCopyDatabaseOK = 'Datenbank %s wurde nach %s kopiert';
$strCopy = 'Kopieren';
$strCopyTable = 'Kopiere Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strCopyTableOK = 'Tabelle %s wurde nach %s kopiert.';
$strCopyTableSameNames = 'Tabelle kann nicht mit gleichem Namen kopiert werden!';
$strCouldNotKill = 'phpMyAdmin konnte den Prozess %s nicht abbrechen. Er wurde wahrscheinlich bereits geschlossen.';
$strCreate = 'Anlegen';
$strCreateDatabaseBeforeCopying = 'Vor dem Kopieren CREATE DATABASE ausführen.';
$strCreateIndex = 'Index über&nbsp;%s&nbsp;Spalten anlegen';
$strCreateIndexTopic = 'Neuen Index anlegen';
$strCreateNewDatabase = 'Neue Datenbank anlegen';
$strCreateNewTable = 'Neue Tabelle in Datenbank %s erstellen';
$strCreatePage = 'Neue Seite erstellen';
$strCreatePdfFeat = 'Erzeugen von PDFs';
$strCreationDates = 'Erzeugungs- / Aktualisierungs- / Überprüfungszeiten';
$strCriteria = 'Kriterium';
$strCroatian = 'Kroatisch';
$strCSVOptions = 'CSV-Optionen';
$strCyrillic = 'Kyrillisch';
$strCzechSlovak = 'Tschechoslowakisch';
$strCzech = 'Tschechisch';
 
$strDanish = 'Dänisch';
$strDatabase = 'Datenbank';
$strDatabaseEmpty = 'Der Datenbankname ist leer!';
$strDatabaseExportOptions = 'Export-Optionen der Datenbank';
$strDatabaseHasBeenDropped = 'Datenbank %s wurde gelöscht.';
$strDatabaseNoTable = 'Diese Datenbank enthält keine Tabelle!';
$strDatabases = 'Datenbanken';
$strDatabasesDropped = 'Es wurden %s Datenbanken gelöscht.';
$strDatabasesStatsDisable = 'Datenbankstatistiken deaktivieren';
$strDatabasesStatsEnable = 'Datenbankstatistiken aktivieren';
$strDatabasesStatsHeavyTraffic = 'Bitte beachten Sie: Das Aktivieren der Datenbankstatistiken kann starken Traffic zwischen dem Web- und dem MySQL-Server zur Folge haben.';
$strDatabasesStats = 'Statistik über alle Datenbanken';
$strData = 'Daten';
$strDataDict = 'Strukturverzeichnis';
$strDataOnly = 'Nur Daten';
$strDataPages = 'Daten enthaltende Seiten';
$strDBComment = 'Datenbankkommentar: ';
$strDBCopy = 'Datenbank kopieren nach';
$strDBGContextID = 'Kontext-ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Treffer';
$strDBGLine = 'Zeile';
$strDBGMaxTimeMs = 'Max. Zeit in ms';
$strDBGMinTimeMs = 'Min. Zeit in ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Zeit/Treffer in ms';
$strDBGTotalTimeMs = 'Gesamtzeit in ms';
$strDbPrivileges = 'Datenbankspezifische Rechte';
$strDBRename = 'Datenbank umbenennen in';
$strDbSpecific = 'datenbankspezifisch';
$strDefaultEngine = 'Neue Tabellen werden standardmäßig im Format %s angelegt.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Bitte geben Sie jeweils nur einen Standardwert ohne Escape- oder Anführungszeichen an.';
$strDefragment = 'Tabelle defragmentieren';
$strDelayedInserts = 'Verzögerten INSERT-Befehl verwenden';
$strDeleteAndFlushDescr = 'Dies ist zwar der sauberste Weg, jedoch kann es einige Zeit in Anspruch nehmen, die Benutzertabellen neu zu laden.';
$strDeleteAndFlush = 'Die Benutzer löschen und die Benutzertabellen anschließend neu laden.';
$strDeleted = 'Die Zeile wurde gelöscht.';
$strDeletedRows = 'Gelöschte Zeilen:';
$strDelete = 'Löschen';
$strDeleting = 'Lösche %s';
$strDelOld = 'Auf der aktuellen Seite bestehen Referenzen zu Tabellen, die nicht mehr existieren. Sollen diese Referenzen gelöscht werden?';
$strDescending = 'absteigend';
$strDescription = 'Beschreibung';
$strDictionary = 'Wörterbuch';
$strDirtyPages = 'Inkonsistente Seiten (&quot;dirty&quot;)';
$strDisabled = 'Deaktiviert';
$strDisableForeignChecks = 'Fremdschlüsselüberprüfung deaktivieren';
$strDisplayFeat = 'Anzeige verknüpfter Daten';
$strDisplayOrder = 'Sortierung nach:';
$strDisplayPDF = 'PDF-Schema anzeigen';
$strDoAQuery = 'Suche über Beispielwerte ("query by example") (Platzhalter: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Möchten Sie wirklich diese Abfrage ausführen ';
$strDropDatabaseStrongWarning = 'Sie sind dabei eine komplette Datenbank zu ZERSTÖREN!';
$strDrop = 'Löschen';
$strDropUsersDb = 'Die gleichnamigen Datenbanken löschen.';
$strDumpingData = 'Daten für Tabelle';
$strDumpSaved = 'Dump (Schema) wurde in Datei %s gespeichert.';
$strDumpXRows = 'Exportiere %s Datensätze ab Zeile %s.';
$strDynamic = 'dynamisch';
 
$strEdit = 'Bearbeiten';
$strEditPDFPages = 'PDF-Seiten bearbeiten';
$strEditPrivileges = 'Rechte ändern';
$strEffective = 'Effektiv';
$strEmpty = 'Leeren';
$strEmptyResultSet = 'MySQL lieferte ein leeres Resultat zurück (d.h. null Zeilen).';
$strEnabled = 'Aktiviert';
$strEncloseInTransaction = 'Export in einer Transaktion zusammenfassen';
$strEndCut = 'AUSSCHNITTSENDE';
$strEnd = 'Ende';
$strEndRaw = 'ENDE DER AUSGABE';
$strEngineAvailable = '%s ist auf diesem MySQL-Server verfügbar.';
$strEngineDisabled = '%s wurde auf diesem MySQL-Server deaktiviert.';
$strEngines = 'Formate';
$strEngineUnsupported = 'Dieser MySQL-Server unterstützt %s nicht.';
$strEnglish = 'Englisch';
$strEnglishPrivileges = ' Anmerkung: MySQL-Rechte werden auf Englisch angegeben. ';
$strError = 'Fehler';
$strEscapeWildcards = 'Platzhalter _ und % sollten mit einem \ escaped werden, um das gewünschte Sonderzeichen einzubinden';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisch';
$strExcelEdition = 'Excel-Ausgabe';
$strExcelOptions = 'Excel-Optionen';
$strExecuteBookmarked = 'Gespeicherte SQL-Anfrage ausführen';
$strExplain = 'SQL erklären';
$strExport = 'Exportieren';
$strExtendedInserts = 'Erweiterte \'INSERT\'s';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Fehlgeschlagen';
$strField = 'Feld';
$strFieldHasBeenDropped = 'Spalte %s wurde entfernt.';
$strFieldsEmpty = ' Sie müssen angeben wie viele Felder die Tabelle haben soll! ';
$strFieldsEnclosedBy = 'Felder eingeschlossen von';
$strFieldsEscapedBy = 'Felder escaped von';
$strFields = 'Felder';
$strFieldsTerminatedBy = 'Felder getrennt mit';
$strFileAlreadyExists = 'Die Datei %s besteht bereits auf dem Server. Bitte ändern Sie den Dateinamen oder wählen Sie die Überschreibungs-Option.';
$strFileCouldNotBeRead = 'Die Datei konnte nicht gelesen werden';
$strFileNameTemplate = 'Dateinamenskonvention';
$strFileNameTemplateRemember = 'Konvention merken';
$strFixed = 'starr';
$strFlushPrivilegesNote = 'Anmerkung: phpMyAdmin liest die Benutzerprofile direkt aus den entsprechenden MySQL-Tabellen aus. Der Inhalt dieser Tabellen kann sich von den Benutzprofilen, die MySQL z.Zt. verwendet, unterscheiden, wenn manuelle Änderungen vorgenommen wurden. In diesem Fall sollten Sie %sdie Benutzerprofile neu laden%s bevor Sie fortfahren.';
$strFlushTable = 'Leeren des Tabellencaches ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Das Formular ist leer !';
$strFreePages = 'Unbenutzte Seiten';
$strFullText = 'vollständige Textfelder';
$strFunction = 'Funktion';
 
$strGenBy = 'Erstellt von';
$strGeneralRelationFeat = 'Allgemeine Verknüpfungsfunktionen';
$strGenerate = 'Generieren';
$strGeneratePassword = 'Passwort generieren';
$strGenTime = 'Erstellungszeit';
$strGeorgian = 'Georgisch';
$strGerman = 'Deutsch';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale Rechte';
$strGlobalValue = 'Globaler Wert';
$strGo = 'OK';
$strGrantOption = 'Grant';
$strGreek = 'Griechisch';
$strGzip = 'GZip-komprimiert';
 
$strHasBeenAltered = 'wurde geändert.';
$strHasBeenCreated = 'wurde erzeugt.';
$strHaveToShow = 'Bitte wählen Sie mindestens eine anzuzeigende Spalte';
$strHebrew = 'Hebräisch';
$strHexForBinary = 'Hexadezimalschreibweise für Binärfelder verwenden';
$strHome = 'Home';
$strHomepageOfficial = ' Offizielle phpMyAdmin-Homepage ';
$strHostEmpty = 'Es wurde kein Host angegeben!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Exportoptionen für Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Exportoptionen für Microsoft Word 2000';
$strHungarian = 'Ungarisch';
 
$strIcelandic = 'Isländisch';
$strId = 'ID';
$strIdxFulltext = 'Volltext';
$strIgnore = 'Ignorieren';
$strIgnoreInserts = 'Fehlerübergehenden INSERT-Befehl verwenden';
$strIgnoringFile = 'Die Datei %s wird ignoriert';
$strImportDocSQL = 'docSQL-Dateien importieren';
$strImportFiles = 'Dateiimport';
$strIndexes = 'Indizes';
$strIndexHasBeenDropped = 'Index %s wurde entfernt.';
$strIndex = 'Index';
$strIndexName = 'Indexname:';
$strIndexType = 'Indextyp:';
$strIndexWarningMultiple = 'Es sollte nicht mehr als ein Index des Typs %s für die Spalte `%s` gesetzt sein';
$strIndexWarningPrimary = 'Die Index-Typen INDEX und PRIMARY sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strIndexWarningTable = 'Warnungen bei den Indizes der Tabelle `%s`';
$strIndexWarningUnique = 'Die Index-Typen INDEX und UNIQUE sollten nicht gleichzeitig für die Spalte `%s` gesetzt sein';
$strInnoDBAutoextendIncrement = 'Autoerweiterungs-Schrittgröße';
$strInnoDBAutoextendIncrementDesc = 'Die Größe, um die ein Tablespace erweitert wird, wenn er voll ist.';
$strInnoDBBufferPoolSizeDesc = 'Die Größe des Arbeitsspeicherpuffers, den InnoDB verwendet, um Daten und Indizes zwischenzuspeichern.';
$strInnoDBBufferPoolSize = 'Größe des Speicherpuffers';
$strInnoDBDataFilePath = 'Datendateien';
$strInnoDBDataHomeDirDesc = 'Der Pfad des Verzeichnisses, unter welchem alle InnoDB-Datendateien abgelegt werden.';
$strInnoDBDataHomeDir = 'Pfad für Datendateien';
$strInnoDBPages = 'Seiten';
$strInnodbStat = 'InnoDB-Status';
$strInsecureMySQL = 'Ihre Konfigurationsdatei enthält Einstellungen (Benutzer &quot;root&quot; ohne Passwort), welche denen des MySQL-Standardbenutzers entsprechen. Wird Ihr MySQL-Server mit diesen Einstellungen betrieben, so können Unbefugte leicht von außen auf ihn zugreifen. Sie sollten diese Sicherheitslücke unbedingt schließen!';
$strInsertAsNewRow = ' Als neuen Datensatz speichern ';
$strInsertedRowId = 'Letzte automatisch eingefügte ID:';
$strInsertedRows = 'Eingefügte Zeilen:';
$strInsert = 'Einfügen';
$strInsertNewRow = 'Neue Zeile einfügen';
$strInternalNotNecessary = '* Eine interne Beziehung ist nicht notwendig, wenn sie bereits im InnoDB-Format vorliegt.';
$strInternalRelations = 'Interne Beziehungen';
$strInUse = 'in Benutzung';
$strInvalidFieldAddCount = 'Sie müssen mindestens ein Feld hinzufügen.';
 
$strJapanese = 'Japanisch';
$strJumpToDB = 'Zur Datenbank &quot;%s&quot; springen.';
$strJustDeleteDescr = 'Die &quot;gelöschten&quot; Benutzer könnten weiterhin wie gewohnt auf den Server zugreifen, bis die Benutzertabellen neu geladen werden.';
$strJustDelete = 'Die Benutzer aus den Benutzertabellen löschen.';
 
$strKeepPass = 'Kennwort nicht verändert';
$strKeyname = 'Name';
$strKill = 'Beenden';
$strKorean = 'Koreanisch';
 
$strLandscape = 'Querformat';
$strLatchedPages = 'Belegte Seiten';
$strLatexCaption = 'Tabellenbeschriftung';
$strLatexContent = 'Inhalt der Tabelle __TABLE__';
$strLatexContinuedCaption = 'Fortgesetzte Tabellenbeschriftung';
$strLatexContinued = '(Fortsetzung)';
$strLatexIncludeCaption = 'Tabellenbeschriftung einfügen';
$strLatexLabel = 'Kennzeichen';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-Optionen';
$strLatexStructure = 'Struktur der Tabelle __TABLE__';
$strLatvian = 'Lettisch';
$strLengthSet = 'Länge/Set';
$strLimitNumRows = 'Einträge pro Seite';
$strLinesTerminatedBy = 'Zeilen getrennt mit';
$strLinkNotFound = 'Der Verweis wurde nicht gefunden.';
$strLinksTo = 'Verweise';
$strLithuanian = 'Litauisch';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Datei';
$strLoginInformation = 'Logininformationen';
$strLogin = 'Login';
$strLogout = 'Neu einloggen';
$strLogPassword = 'Kennwort:';
$strLogServer = 'Server';
$strLogUsername = 'Benutzername:';
$strLongOperation = 'Diese Operation könnte einige Zeit beanspruchen. Trotzdem weitermachen?';
 
$strMaximumSize = 'Maximale Dateigröße: %s%s';
$strMbExtensionMissing = 'Die PHP-Erweiterung "mbstring" wurde nicht gefunden, trotzdem jedoch scheinen Sie einen Mehrbyte-Zeichensatz zu verwenden. Ohne besagte Erweiterung ist phpMyAdmin nicht in der Lage Zeichenketten zu trennen, was zu unerwarteten Ergebnissen führen kann.';
$strMbOverloadWarning = 'Sie haben die Option "mbstring.func_overload" in Ihrer PHP-Konfiguration aktiviert. Diese ist nicht kompatibel zu phpMyAdmin, weshalb es zu Problemen und Datenverlust kommen kann.';
$strMIME_available_mime = 'Verfügbare MIME-Typen';
$strMIME_available_transform = 'Verfügbare Umwandlungen';
$strMIME_description = 'Beschreibung';
$strMIME_MIMEtype = 'MIME-Typ';
$strMIME_nodescription = 'Für diese Umwandlung ist keine Beschreibung verfügar.<br />Für weitere Informationen wenden Sie sich bitte an den Autoren der Funktion &quot;%s&quot;.';
$strMIME_transformation = 'Darstellungsumwandlung';
$strMIME_transformation_note = 'Um eine Liste aller verfügbaren MIME-Typen-Umwandlungen und deren Optionen zu sehen, klicken Sie bitte auf %sUmwandlungen%s';
$strMIME_transformation_options_note = 'Bitte die Werte für die Umwandlungsoptionen in folgendem Format angeben: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strMIME_transformation_options = 'Umwandlungsoptionen';
$strMIMETypesForTable = 'MIME TYPEN DER TABELLE';
$strMIME_without = 'Kursiv dargestellte MIME-Typen besitzen keine untergliederten Umwandlungen.';
$strModifications = 'Änderungen gespeichert.';
$strModifyIndexTopic = 'Index modifizieren';
$strModify = 'Verändern';
$strMoveTableOK = 'Tabelle %s wurde nach %s verschoben.';
$strMoveTableSameNames = 'Tabelle kann nicht mit gleichem Namen verschoben werden!';
$strMoveTable = 'Verschiebe Tabelle nach (Datenbank<b>.</b>Tabellenname):';
$strMultilingual = 'multilingual';
$strMyISAMDataPointerSizeDesc = 'Standardmäßige Größe des Pointers, welcher von CREATE TABLE für MyISAM-Tabellen verwendet wird, sofern die Option MAX_ROWS nicht angegeben wird.';
$strMyISAMDataPointerSize = 'Größe des Datenpointers';
$strMyISAMMaxExtraSortFileSizeDesc = 'Wenn das Erzeugen der temporären Datei für schnelle Index-Erzeugung um diesen Wert größer sein würde als die Benutzung des Schlüssel-Caches, wird die Schlüssel-Cache-Methode bevorzugt.';
$strMyISAMMaxExtraSortFileSize = 'Maximum Größe temporärer Dateien bei Indexerstellung';
$strMyISAMMaxSortFileSizeDesc = 'Die maximale Größe der temporären Datei, die MySQL benutzen darf, während es den Index erzeugt (während REPAIR, ALTER TABLE oder LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximale Größe temporärer Dateien beim Sortieren';
$strMyISAMRecoverOptions = 'Autoreperatur-Modus';
$strMyISAMRecoverOptionsDesc = 'Der Modus der automatischen Wiederherstellung abgestürzter MyISAM-Tabellen, wie über den Startparameter --myisam-recover angegeben.';
$strMyISAMRepairThreadsDesc = 'Wenn dieser Wert größer als 1 ist, werden MyISAM-Tabellenindizes wärend einer Reperatur oder eines Sortierungsprozesses parallel erstellt (jeder Index in einem separaten Thread).';
$strMyISAMRepairThreads = 'Reperaturthreads';
$strMyISAMSortBufferSizeDesc = 'Der Puffer, der beim Sortieren des Indexes zugewiesen wird, wenn man ein REPAIR oder ausführt oder Indizes mit CREATE INDEX oder ALTER TABLE erzeugt.';
$strMyISAMSortBufferSize = 'Größe des Sortierungspuffers';
$strMySQLCharset = 'MySQL-Zeichensatz';
$strMySQLConnectionCollation = 'Zeichensatz / Kollation der MySQL-Verbindung';
$strMySQLSaid = 'MySQL meldet: ';
$strMySQLShowProcess = 'Prozesse anzeigen';
$strMySQLShowStatus = 'MySQL-Laufzeit-Informationen anzeigen';
$strMySQLShowVars = 'MySQL-System-Variablen anzeigen';
 
$strName = 'Name';
$strNext = 'Nächste';
$strNoActivity = 'Da Sie seit mindestens %s Sekunden inaktiv waren, wurden Sie automatisch abgemeldet. Bitte melden Sie sich erneut an.';
$strNoDatabases = 'Keine Datenbanken';
$strNoDatabasesSelected = 'Es wurden keine Datenbanken ausgewählt.';
$strNoDescription = 'keine Beschreibung';
$strNoDetailsForEngine = 'Für dieses Tabellenformat sind keine Statusinformationen verfügbar';
$strNoDropDatabases = 'Die Anweisung "DROP DATABASE" wurde deaktiviert.';
$strNoExplain = 'SQL-Erklärung umgehen';
$strNoFrames = 'phpMyAdmin arbeitet besser mit einem <b>Frame</b>-fähigen Browser.';
$strNoIndex = 'Kein Index definiert!';
$strNoIndexPartsDefined = 'Keine Indizes definiert.';
$strNoModification = 'Keine Änderung';
$strNo = 'Nein';
$strNone = 'keine';
$strNoOptions = 'Für dieses Format sind keine Optionen vorhanden';
$strNoPassword = 'Kein Kennwort';
$strNoPermission = 'Der Webserver hat keine Schreibrechte um die Datei %s zu speichern.';
$strNoPhp = 'ohne PHP-Code';
$strNoPrivileges = 'Keine Rechte';
$strNoRights = 'Sie haben nicht genug Rechte um fortzufahren!';
$strNoRowsSelected = 'Es wurden keine Datensätze ausgewählt.';
$strNoSpace = 'Zu wenig Speicherplatz um die Datei %s zu speichern.';
$strNoTablesFound = 'Es wurden keine Tabellen in der Datenbank gefunden.';
$strNoThemeSupport = 'Die Unterstützung für Oberflächendesigns ist deaktiviert. Bitte überprüfen Sie Ihre Konfiguration und / oder Ihre Designs im Verzeichnis %s.';
$strNotNumber = 'Das ist keine Zahl!';
$strNotOK = 'fehlerhaft';
$strNotSet = 'Die Tabelle <b>%s</b> wurde entweder nicht gefunden oder in der Kofigurationsdatei %s nicht gesetzt.';
$strNoUsersFound = 'Es wurden keine Benutzer gefunden.';
$strNoValidateSQL = 'SQL-Validierung umgehen';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s Treffer in der Tabelle <i>%s</i>';
$strNumSearchResultsTotal = '<b>Insgesamt</b> <i>%s</i> Treffer';
$strNumTables = 'Tabellen';
 
$strOK = 'OK';
$strOperations = 'Operationen';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiere Tabelle';
$strOr = 'oder';
$strOverhead = 'Überhang';
$strOverwriteExisting = 'Bestehende Datei(en) überschreiben';
 
$strPageNumber = 'Seite:';
$strPagesToBeFlushed = 'Zurückzuschreibende Seiten';
$strPaperSize = 'Papiergröße';
$strPartialText = 'gekürzte Textfelder';
$strPasswordChanged = 'Das Kennwort für %s wurde geändert.';
$strPasswordEmpty = 'Es wurde kein Kennwort angegeben!';
$strPasswordHashing = 'Password-Verschlüsselung';
$strPassword = 'Kennwort';
$strPasswordNotSame = 'Die eingegebenen Kennwörter sind nicht identisch!';
$strPdfDbSchema = 'Schema der Datenbank "%s" - Seite %s';
$strPdfInvalidTblName = 'Die Tabelle "%s" existiert nicht!';
$strPdfNoTables = 'keine Tabellen';
$strPerHour = 'pro Stunde';
$strPerMinute = 'pro Minute';
$strPerSecond = 'pro Sekunde';
$strPersian = 'Persisch';
$strPhoneBook = 'Telefonbuch';
$strPHP40203 = 'Sie verwenden die PHP-Version 4.2.3, welche leider fehlerhaft im Umgang mit Multibyte-Zeichenketten (mbstring) ist. Dieser Fehler ist in der PHP-Datenbank als Bug-Report #19404 dokumentiert. Aus diesem Grund wird diese PHP-Version nicht für den Betrieb von phpMyAdmin empfohlen.';
$strPhp = 'PHP-Code erzeugen';
$strPHPVersion = 'PHP-Version';
$strPmaDocumentation = 'phpMyAdmin-Dokumentation';
$strPmaUriError = 'Das <tt>$cfg[\'PmaAbsoluteUri\']</tt>-Verzeichnis MUSS in Ihrer Konfigurationsdatei angegeben werden!';
$strPolish = 'Polnisch';
$strPortrait = 'Hochformat';
$strPos1 = 'Anfang';
$strPrevious = 'Vorherige';
$strPrimaryKeyHasBeenDropped = 'Der Primärschlüssel wurde gelöscht.';
$strPrimaryKeyName = 'Der Name des Primärschlüssels muss PRIMARY lauten!';
$strPrimaryKeyWarning = 'Der Name des Primärschlüssels darf <b>nur</b> "PRIMARY" lauten.';
$strPrimary = 'Primärschlüssel';
$strPrint = 'Drucken';
$strPrintView = 'Druckansicht';
$strPrintViewFull = 'Druckansicht (vollständige Textfelder)';
$strPrivDescAllPrivileges = 'Enthält alle Rechte bis auf GRANT.';
$strPrivDescAlter = 'Erlaubt das Verändern der Struktur bestehender Tabellen.';
$strPrivDescCreateDb = 'Erlaubt das Erstellen neuer Datenbanken und Tabellen.';
$strPrivDescCreateTbl = 'Erlaubt das Erstellen neuer Tabellen.';
$strPrivDescCreateTmpTable = 'Erlaubt das Erstellen temporärer Tabellen.';
$strPrivDescDelete = 'Erlaubt das Löschen von Daten.';
$strPrivDescDropDb = 'Erlaubt das Löschen ganzer Datenbanken und Tabellen.';
$strPrivDescDropTbl = 'Erlaubt das Löschen ganzer Tabellen.';
$strPrivDescExecute = 'Erlaubt das Ausführen gespeicherter Prozeduren; Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescFile = 'Erlaubt das Importieren von Daten aus und das Exportieren in externe Dateien.';
$strPrivDescGrant = 'Erlaubt das Hinzufügen von Benutzern und Rechten ohne den die Benutzerprofile neu laden zu müssen.';
$strPrivDescIndex = 'Erlaubt das Erstellen und Löschen von Indizes.';
$strPrivDescInsert = 'Erlaubt das Hinzufügen und Ersetzen von Daten.';
$strPrivDescLockTables = 'Erlaubt die Sperrung bestimmter Tabellen.';
$strPrivDescMaxConnections = 'Begrenzt die Anzahl neuer Verbindungen, welche ein Benutzer pro Stunde aufbauen darf.';
$strPrivDescMaxQuestions = 'Begrenzt die Anzahl der Abfragen, welche ein Benutzer pro Stunde senden darf.';
$strPrivDescMaxUpdates = 'Begrenzt die Anzahl der Veränderungen, welche ein Benutzer pro Stunde an allen Datenbanken und Tabellen vornehmen darf.';
$strPrivDescProcess3 = 'Erlaubt das Beenden fremder Prozesse.';
$strPrivDescProcess4 = 'Erlaubt das Anzeigen der vollen Abfragen in der Prozessliste.';
$strPrivDescReferences = 'Hat keinen Effekt in dieser MySQL-Version.';
$strPrivDescReload = 'Erlaubt das erneute Laden von Servereinstellungen und das Leeren der Zwischenspeicher zur Laufzeit.';
$strPrivDescReplClient = 'Erlaubt dem Benutzer zu fragen, wo sich die Master- bzw. Slave-Systeme befinden';
$strPrivDescReplSlave = 'Wird für die Replication-Slave-Systeme benötigt.';
$strPrivDescSelect = 'Erlaubt das Auslesen von Daten.';
$strPrivDescShowDb = 'Gewährt Zugang zur vollständigen Datenbankliste.';
$strPrivDescShutdown = 'Erlaubt das Beenden des Servers.';
$strPrivDescSuper = 'Erlaubt eine Verbindung, selbst wenn die maximale Anzahl an Verbindungen bereits erreicht ist; Wird für viele administrative Operationen, wie das Setzen globaler Variables oder das Beenden fremder Prozesse, vorausgesetzt.';
$strPrivDescUpdate = 'Erlaubt das Verändern von gespeicherten Daten.';
$strPrivDescUsage = 'Keine Rechte.';
$strPrivileges = 'Rechte';
$strPrivilegesReloaded = 'Die Benutzerprofile wurden neu geladen.';
$strProcesslist = 'Prozesse';
$strPutColNames = 'Feldnamen in die erste Zeile setzen';
 
$strQBE = 'Abfrageeditor';
$strQBEDel = 'Entf.';
$strQBEIns = 'Einf.';
$strQueryFrame = 'Abfragefenster';
$strQueryOnDb = ' SQL-Befehl in der Datenbank <b>%s</b>:';
$strQuerySQLHistory = 'SQL-Verlaufsprotokoll';
$strQueryStatistics = '<b>Abfragestatistik</b>: Seit seinem Start wurden %s Abfragen an diesen MySQL-Server gesandt.';
$strQueryTime = 'die Abfrage dauerte %01.4f sek';
$strQueryType = 'Abfrageart';
$strQueryWindowLock = 'Abfrage vor Änderungen außerhalb des Fensters schützen';
 
$strReadRequests = 'Leseanfragen';
$strReceived = 'Empfangen';
$strRecords = 'Einträge';
$strReferentialIntegrity = 'Prüfe referentielle Integrität:';
$strRefresh = 'Aktualisieren';
$strRelationalSchema = 'Beziehungsschema';
$strRelationNotWorking = 'Die zusätzlichen Funktionen für verknüpfte Tabellen wurden automatisch deaktiviert. Klicken Sie %shier%s um herauszufinden warum.';
$strRelationsForTable = 'RELATIONEN DER TABELLE';
$strRelations = 'Tabellenverknüpfungen';
$strRelationView = 'Beziehungsübersicht';
$strReloadingThePrivileges = 'Lade die Benutzertabellen neu';
$strReloadMySQL = 'Benutzertabellen neu laden';
$strRemoveSelectedUsers = 'Die ausgewählten Benutzer löschen';
$strRenameDatabaseOK = 'Datenbank %s wurde umbenannt zu %s';
$strRenameTableOK = 'Tabelle %s wurde umbenannt in %s.';
$strRenameTable = 'Tabelle umbenennen in';
$strRepairTable = 'Repariere Tabelle';
$strReplaceNULLBy = 'Ersetze NULL durch';
$strReplaceTable = 'Tabelleninhalt ersetzen';
$strReset = 'Zurücksetzen';
$strResourceLimits = 'Ressourcenbeschränkungen';
$strReType = 'Wiederholen';
$strRevokeAndDelete = 'Den Benutzern alle Rechte entziehen und sie anschließend aus den Benutzertabellen löschen.';
$strRevokeAndDeleteDescr = 'Die Benutzer würden weiterhin das USAGE-Recht behalten, bis die Benutzertabellen neu geladen werden.';
$strRevoke = 'Entfernen';
$strRevokeMessage = 'Sie haben die Rechte für %s entfernt.';
$strRomanian = 'Rumänisch';
$strRowLength = 'Zeilenlänge';
$strRowsFrom = 'Datensätze, beginnend ab';
$strRowSize = 'Zeilengröße';
$strRowsModeFlippedHorizontal = 'horizontal (gedrehte Bezeichner)';
$strRowsModeHorizontal = 'untereinander';
$strRowsModeOptions = '%s angeordnet und wiederhole die Kopfzeilen nach %s Datensätzen.';
$strRowsModeVertical = 'nebeneinander';
$strRowsStatistic = 'Zeilenstatistik';
$strRows = 'Zeilen';
$strRunning = 'auf %s';
$strRunQuery = 'SQL-Befehl ausführen';
$strRunSQLQuery = 'SQL-Befehl(e) in Datenbank %s ausführen';
$strRussian = 'Russisch';
 
$strSaveOnServer = 'Datei auf dem Server in Verzeichnis %s speichern';
$strSave = 'Speichern';
$strScaleFactorSmall = 'Der Skalierungsfaktor ist zu klein, sodass das Schema nicht auf eine Seite passt!';
$strSearchFormTitle = 'Durchsuche die Datenbank';
$strSearchInTables = 'In der / den Tabelle(n):';
$strSearchNeedle = 'Zu suchende Wörter oder Werte (Platzhalter: "%"):';
$strSearchOption1 = 'mindestens eines der Wörter';
$strSearchOption2 = 'alle Wörter';
$strSearchOption3 = 'genau diese Zeichenkette';
$strSearchOption4 = 'als regulären Ausdruck';
$strSearchResultsFor = 'Suchergebnisse für "<i>%s</i>" %s:';
$strSearch = 'Suche';
$strSearchType = 'Finde:';
$strSecretRequired = 'Ab sofort muss ein geheimes Passwort zur Verschlüsselung in der Konfigurationsdatei gesetzt werden (blowfish_secret).';
$strSelectADb = 'Bitte Datenbank auswählen';
$strSelectAll = 'Alle auswählen';
$strSelectBinaryLog = 'Binäre Protokolldatei zur Anzeige auswählen';
$strSelectFields = 'Felder auswählen (mind. eines):';
$strSelectNumRows = 'in der Abfrage';
$strSelectTables = 'Tabellenauswahl';
$strSend = 'Senden';
$strSent = 'Gesendet';
$strServerChoice = 'Server Auswählen';
$strServerNotResponding = 'Der Server antwortet nicht.';
$strServer = 'Server';
$strServerStatus = 'Laufzeit-Informationen';
$strServerStatusUptime = 'Dieser MySQL-Server läuft bereits %s. Er wurde am %s gestartet.';
$strServerTabProcesslist = 'Prozesse';
$strServerTabVariables = 'Variablen';
$strServerTrafficNotes = '<b>Servertraffic</b>: In diesen Tabellen wird der Netzwerktraffic dieses MySQL-Servers seit dessen Start aufgeführt.';
$strServerVars = 'Servervariablen und -einstellungen';
$strServerVersion = 'Server Version';
$strSessionValue = 'Wert für diese Sitzung';
$strSetEnumVal = 'Wenn das Feld vom Typ \'ENUM\' oder \'SET\' ist, benutzen Sie bitte das Format: \'a\',\'b\',\'c\',... Wann immer Sie ein Backslash ("\") oder ein einfaches Anführungszeichen ("\'") verwenden, setzen Sie bitte ein Backslash vor das Zeichen. (z. B.: \'\\\\xyz\' oder \'a\\\'b\').';
$strShowAll = 'Alles anzeigen';
$strShowColor = 'mehrfarbig';
$strShowDatadictAs = 'Format des Strukturverzeichnisses';
$strShowFullQueries = 'Zeige die SQL-Abfragen vollständig an';
$strShowGrid = 'Gitterlinien anzeigen';
$strShowingRecords = 'Zeige Datensätze ';
$strShowPHPInfo = 'PHP-Informationen anzeigen';
$strShowTableDimension = 'Tabellendimensionen anzeigen.';
$strShowTables = 'Tabellen anzeigen';
$strShowThisQuery = 'SQL-Befehl hier wieder anzeigen';
$strShow = 'Zeige';
$strSimplifiedChinese = 'Vereinfachtes Chinesisch';
$strSingly = '(einmalig)';
$strSize = 'Größe';
$strSlovak = 'Slovakisch';
$strSlovenian = 'Slovenisch';
$strSocketProblem = '(evtl. ist auch der Socket des lokalen MySQL-Servers socket nicht korrekt konfiguriert)';
$strSortByKey = 'Nach Schlüssel sortieren';
$strSort = 'Sortierung';
$strSpaceUsage = 'Speicherplatzverbrauch';
$strSpanish = 'Spanisch';
$strSplitWordsWithSpace = 'Die Wörter werden durch Leerzeichen (" ") getrennt.';
$strSQLExportCompatibility = 'SQL-Export-Kompatibilität';
$strSQLExportType = 'Exporttyp';
$strSQLOptions = 'SQL-Optionen';
$strSQLParserBugMessage = 'Möglicherweise haben Sie einen Bug im SQL-Parser entdeckt. Bitte überprüfen Sie Ihre Abfrage genaustens, insbesondere auf falsch gesetzte oder nicht geschlossene Anführungszeichen. Eine weitere Ursache könnte darin liegen, dass Sie versuchen eine Datei mit binären Daten, welche nicht von Anführungszeichen eingeschlossen sind, hochzuladen. Sie können alternativ versuchen Ihre Abfrage über das MySQL-Kommandozeileninterface zu senden. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen. Falls Sie weiterhin Probleme haben sollten oder der Parser dort versagt, wo die Kommandozeile erfolgreich ist, so reduzieren Sie bitte Ihre Abfrage auf den Befehl, welcher die Probleme verursacht, und senden Sie uns einen Bugreport mit den Datenausschnitt, den Sie weiter unten auf dieser Seite finden.:';
$strSQLParserUserError = 'Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.';
$strSQLQuery = 'SQL-Befehl';
$strSQLResult = 'SQL-Abfrageergebnis';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ungültiger Bezeichner';
$strSQPBugUnclosedQuote = 'Nicht geschlossene Anführungszeichen';
$strSQPBugUnknownPunctuation = 'Unbekannte Interpunktion';
$strStatCheckTime = 'Letzter Check am';
$strStatCreateTime = 'Erzeugt am';
$strStatement = 'Angaben';
$strStatUpdateTime = 'Aktualisiert am';
$strStatus = 'Status';
$strStorageEngines = 'Tabellenformate';
$strStorageEngine = 'Tabellenformat';
$strStrucCSV = 'CSV-Daten';
$strStrucData = 'Struktur und Daten';
$strStrucDrop = 'Mit \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV-Daten für MS Excel';
$strStrucNativeExcel = 'Excel-Datei';
$strStrucOnly = 'Nur Struktur';
$strStructPropose = 'Tabellenstruktur analysieren';
$strStructure = 'Struktur';
$strSubmit = 'Abschicken';
$strSuccess = 'Ihr SQL-Befehl wurde erfolgreich ausgeführt.';
$strSum = 'Gesamt';
$strSwedish = 'Schwedisch';
$strSwitchToDatabase = 'Zu kopierter Datenbank wechseln';
$strSwitchToTable = 'Zur kopierten Tabelle wechseln';
 
$strTableComments = 'Tabellen-Kommentar';
$strTableEmpty = 'Der Tabellenname ist leer!';
$strTableHasBeenDropped = 'Die Tabelle %s wurde gelöscht.';
$strTableHasBeenEmptied = 'Die Tabelle %s wurde geleert.';
$strTableHasBeenFlushed = 'Die Tabelle %s wurde geschlossen und zwischengespeicherte Daten gespeichert.';
$strTableMaintenance = 'Hilfsmittel';
$strTableOfContents = 'Inhalt';
$strTableOptions = 'Tabellenoptionen';
$strTables = '%s Tabellen';
$strTableStructure = 'Tabellenstruktur für Tabelle';
$strTable = 'Tabelle';
$strTableType = 'Tabellentyp';
$strTakeIt = 'auswählen';
$strTblPrivileges = 'Tabellenspezifische Rechte';
$strTextAreaLength = 'Wegen seiner Länge ist dieses<br />Feld vielleicht nicht editierbar.';
$strThai = 'Thai';
$strTheme = 'Oberflächendesign';
$strThisHost = 'Dieser Host';
$strThisNotDirectory = 'Dies ist kein Verzeichnis';
$strThreadSuccessfullyKilled = 'Der Prozess %s wurde erfolgreich abgebrochen.';
$strTime = 'Dauer';
$strToggleScratchboard = 'Klemmbrett anzeigen';
$strTotal = 'insgesamt';
$strTotalUC = 'Insgesamt';
$strTraditionalChinese = 'Traditionelles Chinesisch';
$strTraditionalSpanish = 'Traditionelles Spanisch';
$strTraffic = 'Traffic';
$strTransformation_application_octetstream__download = 'Zeigt einen Link an, um die binären Daten eines Feldes downloaden zu können. Die erste Option benennt den Dateinamen. Die zweite Option kann einen Spaltennamen der Tabelle benennen, aus dem der Dateiname geholt werden soll. Sollte die zweite Option gesetzt sein ist es notwendig, die erste Option auf einen Leerstring zu setzen (\'\')';
$strTransformation_image_jpeg__inline = 'Ein klickbares Vorschaubild anzeigen. Optionen: Breite, Höhe in Pixeln (berücksichtigt Seitenverhältnis)';
$strTransformation_image_jpeg__link = 'Einen Link zum Bild anzeigen, z.B. zum Download von BLOB-Daten.';
$strTransformation_image_png__inline = 'Siehe image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Wandelt ein TIME, TIMESTAMP oder DATETIME-Feld und formatiert es unter Berücksichtigung des lokalen Zeitformats. Erste Option: Differenz (in Stunden) zur Addition/Subtraktion der aktuellen Zeit (Standard: 0). Zweite Option: Zeitformat anstelle des lokalen, Variablen siehe PHPs strftime().';
$strTransformation_text_plain__external = 'Nur für LINUX: Startet ein externes Programm und verwendet die Daten des Feldes für die Standardeingabe. Stellt innerhalb von phpMyAdmin die Standardausgabe des externen Programmes dar. Die Voreinstellung wurde für Tidy optimiert, um HTML code optisch zu formatieren. Aus Sicherheitsgründen müssen Sie die Datei libraries/transformations/text_plain__external.inc.php von Hand bearbeiten um weitere Programme hinzuzufügen. Die erste Option ist die Nummer des dort hinterlegten Programmes und die zweite Option legt die Parameter für das externe Programm fest. Die dritte Option bestimmt, falls auf 1 gesetzt, dass die Ausgabe mit htmlspecialchars() formatiert wird (Standard: 1). Die vierte Option bestimmt, falls auf 1 gesetzt, ob ein NOWRAP-Parameter der Tabellenzelle hinzugefügt wird um einen automatischen Umbruch der Standardausgabe zu verhindern (Standard: 1)';
$strTransformation_text_plain__formatted = 'Behält Ursprungsformatierung des Feldes bei. Kein Escaping oder Umlautwandlung wird durchgeführt.';
$strTransformation_text_plain__imagelink = 'Benutzt den Inhalt eines Feldes um ein Bild und einen Link dazu darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist die Breite des Bildes, die dritte Option die Höhe des Bildes in Pixeln.';
$strTransformation_text_plain__link = 'Benutzt den Inhalt eines Feldes um einen Link darzustellen. Die erste Option ist ein Präfix vor dem eigentlichen Feldinhalt wie "http://www.domain.com". Zweite Option ist der darzustellende Titel des Links';
$strTransformation_text_plain__substr = 'Stellt nur einen Teil des Feldinhaltes dar. Die erste Option definiert die Position des Textes ab dem die Ausgabe startet (Standard: 0), die zweite Option gibt an wieviel Zeichen ab dort dargestellt werden sollen. Falls diese Option leer ist, wird der gesamte verbleibende Text dargestellt. Die dritte Option kann einen Text enthalten, der bei partieller Ausgabe des Textes angehängt wird, um eine Abschneidung kenntlich zu machen (Standard: ...).';
$strTruncateQueries = 'Zeige die SQL-Abfragen verkürzt an';
$strTurkish = 'Türkisch';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainisch';
$strUncheckAll = 'Auswahl entfernen';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'unbekannt';
$strUnselectAll = 'Auswahl entfernen';
$strUnsupportedCompressionDetected = 'Sie haben versucht, eine Datei zu laden, die mit einem nicht unterstützten Verfahren komprimiert wurde (%s). Entweder ist die Unterstützung für selbiges nicht implementiert oder in IHrer Konfiguration deaktiviert.';
$strUpdatePrivMessage = 'Die Rechte für %s wurden geändert.';
$strUpdateProfileMessage = 'Benutzer wurde geändert.';
$strUpdateQuery = 'Aktualisieren';
$strUpdComTab = 'Bitte lesen Sie in der Dokumentation nach, wie Sie die Struktur Ihrer Spaltenkommentartabelle aktualisieren können';
$strUpgrade = 'Sie sollten auf %s %s oder neuer umsteigen.';
$strUsage = 'Verbrauch';
$strUseBackquotes = ' Tabellen- und Feldnamen in einfachen Anführungszeichen ';
$strUseHostTable = 'Verwende Hosttabelle';
$strUserAlreadyExists = 'Der Benutzer %s existiert bereits!';
$strUser = 'Benutzer';
$strUserEmpty = 'Kein Benutzername eingegeben!';
$strUserName = 'Benutzername';
$strUserNotFound = 'Der gewählte Benutzer wurde in der Benutzertabelle nicht gefunden.';
$strUserOverview = 'Benutzerübersicht';
$strUsersDeleted = 'Die gewählten Benutzer wurden gelöscht.';
$strUsersHavingAccessToDb = 'Benutzer mit Zugriff auf &quot;%s&quot;';
$strUseTabKey = 'Mittels TAB-Taste von Feld zu Feld springen, oder mit STRG+Pfeiltasten beliebig bewegen';
$strUseTables = 'Verwendete Tabellen';
$strUseTextField = 'Textfeld verwenden';
$strUseThisValue = 'Diesen Wert verwenden';
 
$strValidateSQL = 'SQL validieren';
$strValidatorError = 'Bei der Initialisierung des SQL-Validators ist ein Fehler aufgetreten. Bitte überprüfen Sie, ob Sie die in der %sDokumentation%s beschriebenen php-Erweiterungen installiert haben.';
$strValue = 'Wert';
$strVar = 'Variable';
$strVersionInformation = 'Versionsinformationen';
$strView = 'Ansicht';
$strViewDumpDatabases = 'Dump (Schema) der Datenbanken anzeigen';
$strViewDumpDB = 'Dump (Schema) der Datenbank anzeigen';
$strViewDump = 'Dump (Schema) der Tabelle anzeigen';
$strViewHasBeenDropped = 'Die Ansicht %s wurde gelöscht';
 
$strWebServerUploadDirectoryError = 'Auf das festgelegte Upload-Verzeichnis kann nicht zugegriffen werden.';
$strWebServerUploadDirectory = 'Upload-Verzeichnis auf dem Webserver';
$strWelcome = 'Willkommen bei %s';
$strWestEuropean = 'Westeuropäisch';
$strWildcard = 'Platzhalter';
$strWindowNotFound = 'Das Ziel-Browserfenster konnte nicht aktualisiert werden. Möglicherweise wurde das Ursprungsfenster geschlossen oder der Browser verhindert den Zugriff aufgrund von Ihren Sicherheitseinstellungen.';
$strWithChecked = 'markierte:';
$strWriteRequests = 'Schreibanfragen';
$strWritingCommentNotPossible = 'Es können keine Kommentare geschrieben werden';
$strWritingRelationNotPossible = 'Es können keine Spaltenbeziehungen gespeichert werden.';
$strWrongUser = 'Falscher Benutzername/Kennwort. Zugriff verweigert.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anmerkung: Der Wert 0 (null) entfernt die Beschränkung.';
$strZip = 'Zip-komprimiert';
 
// To translate:
$strAllowInterrupt = 'Abbruch wenn die maximale Scriptlaufzeit errreicht wird. Damit ist es möglich große Dateien zu importieren, allerdings kann es Transaktionen zerstören.'; //recently translated
$strAndThen = 'und'; //recently translated
 
$strBookmarkCreated = 'Bookmark %s gespeichert'; //recently translated
$strBookmarkReplace = 'Überschreibe gleichnamiges Bookmark'; //recently translated
 
$strCompressionWillBeDetected = 'Dateikomprimierung wird automatisch erkannt bei: %s'; //recently translated
$strCSV = 'CSV'; //recently translated
$strCSVImportOptions = 'CSV Optionen'; //recently translated
 
$strDeleteNoUsersSelected = 'Keine Benutzer zum Löschen ausgewählt!'; //recently translated
 
$strErrorInZipFile = 'Fehler im ZIP-Archive:'; //recently translated
 
$strFileToImport = 'Datei zum Importieren'; //recently translated
$strFlushQueryCache = 'Schreibe/Leere den Abfrage-Cache ("FLUSH")'; //recently translated
$strFlushTables = 'Leeren des gesamten Tabellencaches ("FLUSH")'; //recently translated
 
$strHandler = 'Handler'; //recently translated
 
$strIgnoreDuplicates = 'Ignoriere doppelte Zeilen'; //recently translated
$strImportFormat = 'Dateiformat'; //recently translated
$strImport = 'Importieren'; //recently translated
$strInvalidAuthMethod = 'Ungültige Authentifizierungsmethode in der Konfiguration eingestellt:'; //recently translated
$strInvalidColumnCount = 'Die Spaltenanzahl muss größer als 0 sein.'; //recently translated
$strInvalidColumn = 'Ungültige Spalte (%s) angegeben!'; //recently translated
$strInvalidFieldCount = 'Die Tabelle muss mindestens ein Feld haben.'; //recently translated
$strInvalidLDIImport = 'Dieses Plugin unterstützt keine Komprimierung!'; //recently translated
$strInvalidRowNumber = '%d ist keine gültige Zeilennummer.'; //recently translated
 
$strJoins = 'Tabellenverknüpfungen (joins)'; //recently translated
 
$strKeyCache = 'Schlüssel-Cache'; //recently translated
 
$strLDI = 'CSV mit LOAD DATA'; //recently translated
$strLDIImportOptions = 'Optionen für den CSV-Import mit LOAD DATA'; //recently translated
$strLDILocal = 'mit LOCAL'; //recently translated
 
$strMaxConnects = 'max. gleichzeitige Verbindungen'; //recently translated
$strMaximalQueryLength = 'Maximale Länge der erstellten Abfrage'; //recently translated
 
$strNoFilesFoundInZip = 'Keine Dateien im ZIP-Archive gefunden!'; //recently translated
$strNothingToImport = 'Keine Daten zum importieren gefunden!'; //recently translated
$strNumberOfFields = 'Anzahl der Felder'; //recently translated
 
$strPartialImport = 'Teilweiser Import'; //recently translated
$strPrivDescAlterRoutine = 'Erlaubt das Verändern und Löschen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateRoutine = 'Erlaubt das Erstellen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescCreateUser = 'Erlaubt das Erstellen, Löschen und Umbenennen von Benutzern.'; //recently translated
$strPrivDescCreateView = 'Erlaubt das Erstellen von Ansichten (views).'; //recently translated
$strPrivDescExecute5 = 'Erlaubt das Ausführen von gespeicherten Prozeduren (stored procedures).'; //recently translated
$strPrivDescMaxUserConnections = 'Beschränkt die Anzahl der gleichzeitigen Verbindungen für diesen Benutzer.'; //recently translated
$strPrivDescShowView = 'Erlaubt das Abfragen von \'SHOW CREATE VIEW\'.'; //recently translated
 
$strQueryCache = 'Abfrage-Cache'; //recently translated
 
$strReplication = 'Replikation'; //recently translated
$strRunSQLQueryOnServer = 'SQL-Befehl(e) auf Server %s ausführen'; //recently translated
 
$strServerStatusDelayedInserts = 'Verzögertes Einfügen (delayed inserts)'; //recently translated
$strShowingBookmark = 'Showing bookmark'; //to translate
$strShowOpenTables = 'Zeige alle offenen Tabellen'; //recently translated
$strShowSlaveHosts = 'Zeige alle Slave-Rechner'; //recently translated
$strShowSlaveStatus = 'Zeige den Slave-Status'; //recently translated
$strShowStatusBinlog_cache_disk_useDescr = 'Anzahl der Transaktionen die den Binärylog-Cache verwendet haben aber die Größe des Binarylog-Caches (binlog_cache_size) überschritten haben und eine temporäre Datei verwendet haben um die [statements] der Transaktion zu speichern.'; //recently translated
$strShowStatusBinlog_cache_useDescr = 'Anzahl der Transaktionen, die den temporären Binarylog-Cache verwendet haben.'; //recently translated
$strShowStatusCreated_tmp_disk_tablesDescr = 'Anzahl der (implizit) auf der Platte erzeugten temporären Tabellen bei der Ausführung von Statements. Wenn Created_tmp_disk_tables hoch ist, sollten Sie eventuell die tmp_table_size-Variable herauf setzen, damit temporäre Tabellen im Speicher erzeugt werden statt auf der Platte.'; //recently translated
$strShowStatusCreated_tmp_filesDescr = 'Wieviele temporäre Dateien mysqld erzeugt hat.'; //recently translated
$strShowStatusCreated_tmp_tablesDescr = 'Anzahl der (implizit) im Arbeitsspeicher erzeugten temporären Tabellen bei der Ausführung von Statements.'; //recently translated
$strShowStatusDelayed_errorsDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden, und bei denen irgend ein Fehler auftrat (wahrscheinlich duplicate key).'; //recently translated
$strShowStatusDelayed_insert_threadsDescr = 'Anzahl der verzögerten Insert-Handler-Threads in Benutzung. Jede einzelne Tabelle mit verzögerten Inserts bekommt einen eigenen Thread.'; //recently translated
$strShowStatusDelayed_writesDescr = 'Anzahl der Zeilen, die mit INSERT DELAYED geschrieben wurden.'; //recently translated
$strShowStatusFlush_commandsDescr = 'Anzahl der ausgeführten FLUSH-Befehle.'; //recently translated
$strShowStatusHandler_commitDescr = 'Anzahl der Anfragen, ein COMMIT auszuführen.'; //recently translated
$strShowStatusHandler_deleteDescr = 'Wie oft eine Zeile aus einer Tabelle gelöscht wurde.'; //recently translated
$strShowStatusHandler_discoverDescr = 'Anzahl der gesuchten und gefundenen (discovered) Tabellen. Der MySQL-Server kann das NDB-Cluster-Storage-Engine fragen ob es eine bestimmte Tabelle kennt. Dieser Vorgang wird \'discovery\' genannt.'; //recently translated
$strShowStatusHandler_read_firstDescr = 'Wie oft der erste Eintrag aus einem Index gelesen wurde. Wenn dieser Wert hoch ist, legt das nahe, dass der Server viele komplette Index-Scans macht (zum Beispiel SELECT spalte1 FROM foo, unter der Annahme, dass spalte1 indiziert ist).'; //recently translated
$strShowStatusHandler_read_keyDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einem Schlüssel zu lesen. Wenn dieser Wert hoch ist, ist das ein gutes Indiz dafür, dass Ihre Anfragen und Tabellen korrekt indiziert sind.'; //recently translated
$strShowStatusHandler_read_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Reihenfolge des Schlüssels zu lesen. Dieser Wert wird herauf gezählt, wenn Sie eine Index-Spalte mit einer Bereichsbeschränkung (Limit) abfragen. Er wird ebenfalls herauf gezählt, wenn Sie einen Index-Scan durchführen.'; //recently translated
$strShowStatusHandler_read_prevDescr = 'Anzahl der Anfragen, die vorhergehende Zeile in der Reihenfolge des Schlüssels zu lesen. Diese Lese-Methode ist hauptsächlich zur Optimierung von ORDER BY ... DESC.'; //recently translated
$strShowStatusHandler_read_rndDescr = 'Anzahl der Anfragen, eine Zeile basierend auf einer festen Position zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Anfragen ausführen, die erfordern, dass das Ergebnis sortiert wird. Wenn Handler_read_rnd hoch ist, haben Sie wahrscheinlich viele Anfragen, die MySQL zwingen, ganze Tabellen zu scannen, oder Sie haben Joins, die Schlüssel nicht richtig benutzen.'; //recently translated
$strShowStatusHandler_read_rnd_nextDescr = 'Anzahl der Anfragen, die nächste Zeile in der Daten-Datei zu lesen. Dieser Wert wird hoch sein, wenn Sie viele Tabellen-Scans durchführen. Im Allgemeinen weist das darauf hin, dass Ihre Tabellen nicht korrekt indiziert sind, oder dass Ihre Anfragen nicht so geschrieben sind, dass Sie Vorteile aus den Indexen ziehen, die Sie haben.'; //recently translated
$strShowStatusHandler_rollbackDescr = 'Anzahl der Anfragen, ein ROLLBACK auszuführen.'; //recently translated
$strShowStatusHandler_updateDescr = 'Anzahl der Anfragen, eine Zeile in einer Tabelle zu aktualisieren.'; //recently translated
$strShowStatusHandler_writeDescr = 'Anzahl der Anfragen, eine Zeile in eine Tabelle einzufügen.'; //recently translated
$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 = 'Wieviel Daten bisher gelesen wurden, in Byte.'; //recently translated
$strShowStatusInnodb_data_readsDescr = 'Wie oft Daten gelesen wurden.'; //recently translated
$strShowStatusInnodb_data_writesDescr = 'Wie oft Daten geschrieben wurden.'; //recently translated
$strShowStatusInnodb_data_writtenDescr = 'Wieviel Daten bisher geschrieben wurden, in Byte.'; //recently translated
$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_pages_createdDescr = 'The number of pages created.'; //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_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_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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 = 'Anzahl der Zeilen die aus InnoDB-Tabellen gelesen wurden.'; //recently translated
$strShowStatusInnodb_rows_updatedDescr = 'Anzahl der Zeilen die in InnoDB-Tabellen aktualisiert wurden.'; //recently translated
$strShowStatusKey_blocks_not_flushedDescr = 'Schlüssel-Blöcke im Schlüssel-Cache, die verändert wurden, aber noch nicht auf die Platte zurück geschrieben (flush). Auch bekannt als Not_flushed_key_blocks.'; //recently translated
$strShowStatusKey_blocks_unusedDescr = 'Die Anzahl der unbenutzten Schlüssel-Blöcke im Schlüssel-Cache. Dieser Wert kann dazu dienen die Auslastung des Schlüssel-Cache zu bestimmen.'; //recently translated
$strShowStatusKey_blocks_usedDescr = 'Die Anzahl der maximal gleichzeitig benutzten Blocks im Schlüssel-Cache.'; //recently translated
$strShowStatusKey_read_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block aus dem Cache zu lesen.'; //recently translated
$strShowStatusKey_readsDescr = 'Die Anzahl physikalischer Lesezugriffen eines Schlüssel-Blocks von der Platte. Wenn key_reads hoch ist, ist Ihr key_cache wahrscheinlich zu klein. Die Cache-Zugriffsrate kann mit key_reads / key_read_requests berechnet werden.'; //recently translated
$strShowStatusKey_write_requestsDescr = 'Die Anzahl der Anfragen, einen Schlüssel-Block in den Cache zu schreiben.'; //recently translated
$strShowStatusKey_writesDescr = 'Die Anzahl physikalischer Schreibvorgänge eines Schlüssel-Blocks auf Platte.'; //recently translated
$strShowStatusLast_query_costDescr = 'Die Kosten für die zuletzt verarbeitete Abfrage wie vom Abfrage-Optmierer berechnet. Nützlich um verschiedene Formulierungen für eine Abfrage zu vergleichen. Der Wert 0 besagt das bisher keine Abfrage übersetzt wurde.'; //recently translated
$strShowStatusNot_flushed_delayed_rowsDescr = 'Anzahl der Zeilen, die in INSERT DELAY-Warteschleifen darauf warten, geschrieben zu werden.'; //recently translated
$strShowStatusOpened_tablesDescr = 'Anzahl der Tabellen, die geöffnet wurden. Wenn Opened_tables hoch ist, ist Ihre table_cache-Variable wahrscheinlich zu niedrig.'; //recently translated
$strShowStatusOpen_filesDescr = 'Anzahl der offenen Dateien.'; //recently translated
$strShowStatusOpen_streamsDescr = 'Anzahl der offenen Streams (hauptsächlich zum Loggen benutzt).'; //recently translated
$strShowStatusOpen_tablesDescr = 'Anzahl der offenen Tabellen.'; //recently translated
$strShowStatusQcache_free_blocksDescr = 'Freie Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_free_memoryDescr = 'Freier Speicher im Abfrage-Cache.'; //recently translated
$strShowStatusQcache_hitsDescr = 'Abfrage-Cache-Zugriffsrate.'; //recently translated
$strShowStatusQcache_insertsDescr = 'Die Anzahl der Abfragen die dem Cache hinzugefügt wurden.'; //recently translated
$strShowStatusQcache_lowmem_prunesDescr = 'Die Anzahl der Abfragen die aus dem Cache entfernt wurden, um Speicher für neue Abfragen frei zu geben. Dieser Wert kann helfen die Abfrage-Cache-Größe zu optimieren. Der Abfrage-Cache verwendet die \'am wenigsten gebrauchte\' (least recently used (LRU)) Strategie um zu entscheiden welche Abfrage aus dem Cache gelöscht werden.'; //recently translated
$strShowStatusQcache_not_cachedDescr = 'Die Anzahl der nicht im Cache eingetragenen Abfragen (nicht möglich, oder aufgrund der query_cache_type Einstellung).'; //recently translated
$strShowStatusQcache_queries_in_cacheDescr = 'Die Anzahl der Abfragen im Cache.'; //recently translated
$strShowStatusQcache_total_blocksDescr = 'Die Anzahl aller Speicherblöcke im Abfrage-Cache.'; //recently translated
$strShowStatusReset = 'Zurücksetzen'; //recently translated
$strShowStatusRpl_statusDescr = 'Der Status der ausfallsicheren Replikation.'; //recently translated
$strShowStatusSelect_full_joinDescr = 'Anzahl der Joins ohne Schlüssel. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_full_range_joinDescr = 'Anzahl der Joins, bei denen eine Bereichssuche auf die Referenztabelle statt fand.'; //recently translated
$strShowStatusSelect_range_checkDescr = 'Anzahl der Joins ohne Schlüssel, bei denen nach jeder Zeile auf Schlüsselbenutzung geprüft wurde. Wenn dieser Wert nicht 0 ist sollten die Indizes der Tabellen sorgfältig überprüft werden.'; //recently translated
$strShowStatusSelect_rangeDescr = 'Anzahl der Joins, bei denen Bereiche auf die erste Tabelle benutzt wurden. (Es ist normalerweise unkritisch, wenn dieser Wert hoch ist.)'; //recently translated
$strShowStatusSelect_scanDescr = 'Anzahl der Joins, bei denen die erste Tabelle gescannt wurde.'; //recently translated
$strShowStatusSlave_open_temp_tablesDescr = 'Anzahl der temporären Tabellen, die momentan vom Slave-Thread geöffnet sind.'; //recently translated
$strShowStatusSlave_retried_transactionsDescr = 'Gesamtzahl (seit Start des Servers) der vom Replikations-Slave-SQL-Thread widerversuchten Transaktionen.'; //recently translated
$strShowStatusSlave_runningDescr = 'Dieser Wert steht auf ON wenn dieser Server ein Slave ist und mit dem Master verbunden ist.'; //recently translated
$strShowStatusSlow_launch_threadsDescr = 'Anzahl der Threads, die länger als slow_launch_time brauchten, um sich zu verbinden.'; //recently translated
$strShowStatusSlow_queriesDescr = 'Anzahl der Anfragen, die länger als long_query_time benötigten.'; //recently translated
$strShowStatusSort_merge_passesDescr = 'Anzahl der Verschmelzungen (Merge), die von einem Sortiervorgang benötigt wurden. Wenn dieser Wert hoch ist, sollten Sie in Betracht ziehen, sort_buffer herauf zu setzen.'; //recently translated
$strShowStatusSort_rangeDescr = 'Anzahl der Sortiervorgänge, die mit Bereichen durchgeführt wurden.'; //recently translated
$strShowStatusSort_rowsDescr = 'Anzahl der sortierten Zeilen.'; //recently translated
$strShowStatusSort_scanDescr = 'Anzahl der Sortiervorgänge, die durchgeführt wurden, indem die Tabelle gescannt wurde.'; //recently translated
$strShowStatusTable_locks_immediateDescr = 'Wie oft eine Tabellensperre sofort erlangt wurde.'; //recently translated
$strShowStatusTable_locks_waitedDescr = 'Wie oft eine Tabellensperre nicht sofort erlangt werden konnte und gewartet werden musst. Wenn dieser Wert hoch ist und Sie Performance-Probleme haben, sollten Sie zunächst Ihre Anfragen optimieren und dann entweder Ihre Tabelle(n) zerteilen oder Replikation benutzen.'; //recently translated
$strShowStatusThreads_cachedDescr = 'Anzahl der Threads im Thread-Cache. Die Cache-Zugriffsrate kann mit Threads_created / Connections berechnet werden. Wenn dieser Wert rot ist, sollte der thread_cache_size erhöht werden.'; //recently translated
$strShowStatusThreads_connectedDescr = 'Anzahl der momentan offenen Verbindungen.'; //recently translated
$strShowStatusThreads_createdDescr = 'Anzahl der Threads, die zur Handhabung von Verbindungen erzeugt wurden. Wenn Threads_created hoch ist, sollten Sie eventuell die Thread_cache_size-Variable herauf setzen. (Normalerweise ergibt sich daraus keine bemerkbare Performance-Steigerung wenn eine gute Thread-Implementierung vorliegt.)'; //recently translated
$strShowStatusThreads_runningDescr = 'Anzahl der Threads, die nicht schlafen.'; //recently translated
$strSkipQueries = 'Anzahl der am Anfang zu überspringenden Einträge (Abfragen)'; //recently translated
$strSorting = 'Sortierung'; //recently translated
 
$strTableAlreadyExists = 'Die Tabelle %s existiert bereits!'; //recently translated
$strTempData = 'Temporäre Daten'; //recently translated
$strThreads = 'Prozesse'; //recently translated
$strTimeoutInfo = 'Zeitüberschreitung beim Importieren, durch erneutes senden wird an Position %d fortgesetzt.'; //recently translated
$strTimeoutNothingParsed = 'Allerdings wurden beim letzten durchlauf keine Daten verarbeited, dies bedeuted das phpMyAdmin den Import nicht durchführen kann ohne das die maximale Scriptlaufzeit für php erhöht wird.'; //recently translated
$strTimeoutPassed = 'Maximale Script-Laufzeit erreicht, senden Sie die Datei noch einmal zum Fertigstellen des Imports.'; //recently translated
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Daten in hexadezimaler Schreibweise darstellen.'; //recently translated
$strTransformation_text_plain__sql = 'Formatiert den Text als SQL mit Syntaxhervorhebung.'; //recently translated
 
$strUploadLimit = 'Möglicherweise wurde eine zu große Datei hochgeladen. Bitte schauen Sie in die %sDokumentation%s zur Lösung diese Problems.'; //recently translated
 
$strInvalidServerIndex = 'Ungültige Server-Nummer: "%s"'; //recently translated
$strInvalidServerHostname = 'Ungültiger Host-Name für Serverr %1$s. Bitte überprüfen Sie Ihre Konfiguration.'; //recently translated
$strFileNameTemplateDescriptionTable = 'Tabellen-Name'; //recently translated
$strFileNameTemplateDescriptionDatabase = 'Datenbank-Name'; //recently translated
$strFileNameTemplateDescriptionServer = 'Server-Name'; //recently translated
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protokoll-Version'; //recently translated
$strMysqlClientVersion = 'MySQL Client-Version'; //recently translated
$strUsedPhpExtensions = 'Verwendete php Erweiterungen'; //recently translated
$strOpenNewWindow = 'Neues phpMyAdmin Fenster'; //recently translated
$strLanguageUnknown = 'Unbekannte Sprache: "%1$s".'; //recently translated
$strLanguageFileNotFound = 'Sprachdatei "%1$s" nicht gefunden.'; //recently translated
$strThemeNoPreviewAvailable = 'Keine Vorschau verfügbar.'; //recently translated
$strConfigDefaultFileError = 'Fehelr beim laden der Standard-Konfiguration von: "%1$s"'; //recently translated
$strPDF = 'PDF'; //recently translated
$strPDFOptions = 'PDF Optionen'; //recently translated
$strPDFReportTitle = 'Report Titel'; //recently translated
$strInvalidCSVParameter = 'Ungültiger Parameter für CSV-Import: "%s"'; //recently translated
$strInvalidCSVFieldCount = 'Ungültige Anzahl an Feldern in Zeile %d.'; //recently translated
$strInvalidCSVFormat = 'Ungültiges Format in Zeile %d.'; //recently translated
$strImportSuccessfullyFinished = 'Der Import wurde erfolgreich beendet, %d Abfragen ausgeführt.'; //recently translated
$strThemeNotFound = 'Theme "%s" nicht gefunden!'; //recently translated
$strThemeDefaultNotFound = 'Standard-Theme "%s" nicht gefunden!'; //recently translated
$strThemeNoValidImgPath = 'Keinen gültiges Bilder-Verzeichnis für das Theme "%s" gefunden!'; //recently translated
$strThemePathNotFound = 'Verzeichnis für das theme "%s" nicht gefunden!'; //recently translated
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL Optionen'; //recently translated
$strBrowseDistinctValues = 'Zeige unterschiedliche Werte'; //recently translated
$strStatisticsOverrun = 'Auf stark frequentierten Server kann der Byte-Zähler "überlaufen" (Wieder bei 0 beginnen), deshalb können diese Werte wie sie vom MySQL Server ausgegeben werden falsch sein.'; //recently translated
$strViewMaxExactCount = 'Dieses View hat mehr als %d Zeilen. Bitte schlagen Sie im %sHandbuch%s nach.'; //recently translated
?>
/Web/Maintenance/phpMyAdmin/lang/greek-iso-8859-7.inc.php
0,0 → 1,985
<?php
/* $Id: greek-iso-8859-7.inc.php,v 2.116.2.3 2006/03/23 17:42:13 lem9 Exp $ */
 
/* Translated by Kyriakos Xagoraris <theremon at users.sourceforge.net> */
 
$charset = 'iso-8859-7';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Êõñ', 'Äåõ', 'Ôñé', 'Ôåô', 'Ðåì', 'Ðáñ', 'Óáâ');
$month = array('Éáí', 'Öåâ', 'ÌÜñ', 'Áðñ', 'ÌÜé', 'Éïýí', 'Éïýë', 'Áõã', 'Óåð', 'Ïêô', 'Íïå', 'Äåê');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, óôéò %I:%M %p';
 
// To Arrange
 
$timespanfmt = '%s ìÝñåò, %s þñåò, %s ëåðôÜ and %s äåõôåñüëåðôá';
 
$strAPrimaryKey = '¸íá ðñùôåýïí êëåéäß ðñïóôÝèçêå óôï %s';
$strAbortedClients = 'ÁêõñùìÝíåò óõíäÝóåéò';
$strAbsolutePathToDocSqlDir = 'Ðáñáêáëþ åéóÜãåôå ôçí áðüëõôç äéáäñïìÞ óôïí äéáêïìéóôÞ ãéá ôïí õðïêáôÜëïãï ôïõ docSQL';
$strAccessDenied = '\'Áñíçóç Ðñüóâáóçò';
$strAccessDeniedExplanation = 'Ôï phpMyAdmin ðñïóðÜèçóå íá óõíäåèåß ìå ôïí äéáêïìéóôÞ MySQL áëëÜ ï äéáêïìéóôÞò áðÝñéøå ôç óýíäåóç. Èá ðñÝðåé íá åëÝãîåôå ôçí äéåýèõíóç, ôï üíïìá ÷ñÞóôç êáé ôïí êùäéêü ðñüóâáóçò óôï áñ÷åßï ñõèìßóåùí config.inc.php êáé íá âåâáéùèåßôå üôé áíôéóôïé÷ïýí óå áõôÜ ðïõ óáò Ý÷åé äþóåé ï äéá÷åéñçóôÞò ôïõ äéáêïìéóôÞ MySQL.';
$strAction = 'ÅíÝñãåéá';
$strAddAutoIncrement = 'ÐñïóèÞêç ôéìÞò AUTO_INCREMENT';
$strAddDeleteColumn = 'ÐñïóèÞêç/Áöáßñåóç ÓôÞëçò Ðåäßïõ';
$strAddDeleteRow = 'ÐñïóèÞêç/Áöáßñåóç ÃñáììÞò Êñéôçñßùí';
$strAddDropDatabase = 'ÐñïóèÞêç DROP DATABASE';
$strAddIntoComments = 'ÐñïóèÞêç óôá ó÷üëéá';
$strAddNewField = 'ÐñïóèÞêç íÝïõ Ðåäßïõ';
$strAddPrivilegesOnDb = 'ÐñïóèÞêç ðñïíïìßùí óôçí áêüëïõèç âÜóç äåäïìÝíùí';
$strAddPrivilegesOnTbl = 'ÐñïóèÞêç äåäïìÝíùí óôïí áêüëïõèï ðßíáêá';
$strAddSearchConditions = 'ÐñïóèÞêç íÝïõ üñïõ (óþìá ôçò "where" ðñüôáóçò):';
$strAddToIndex = 'ÐñïóèÞêç óôï åõñåôÞñéï &nbsp;%s&nbsp;êïëþíáò(ùí)';
$strAddUser = 'ÐñïóèÞêç íÝïõ ×ñÞóôç';
$strAddUserMessage = 'ÐñïóèÝóáôå Ýíá íÝï ÷ñÞóôç.';
$strAddedColumnComment = 'Ôï ó÷üëéï ôçò óôÞëçò ðñïóôÝèçêå';
$strAddedColumnRelation = 'Ç óõó÷Ýôéóç ôçò óôÞëçò ðñïóôÝèçêå';
$strAdministration = 'Äéá÷åßñéóç';
$strAffectedRows = 'Åðçññåáæüìåíåò åããñáöÝò:';
$strAfter = 'ÌåôÜ ôï %s';
$strAfterInsertBack = 'ÅðéóôñïöÞ';
$strAfterInsertNewInsert = 'ÅéóáãùãÞ íÝáò åããñáöÞò';
$strAll = '¼ëá';
$strAllTableSameWidth = 'åìöÜíéóç üëùí ôùí ðéíÜêùí ìå ôï ßäéï ðëÜôïò;';
$strAlterOrderBy = 'ÁëëáãÞ ôáîéíüìçóçò Ðßíáêá êáôÜ';
$strAnIndex = '¸íá åõñåôÞñéï ðñïóôÝèçêå óôï %s';
$strAnalyzeTable = 'ÁíÜëõóç Ðßíáêá';
$strAnd = 'Êáé';
$strAny = 'ÏðïéïäÞðïôå';
$strAnyHost = 'ÏðïéïäÞðïôå Óýóôçìá';
$strAnyUser = 'ÏðïéïóäÞðïôå ×ñÞóôçò';
$strArabic = 'ÁñáâéêÜ';
$strArmenian = 'ÁñìåíéêÜ';
$strAscending = 'Áýîïõóá';
$strAtBeginningOfTable = 'Óôçí áñ÷Þ ôïõ Ðßíáêá';
$strAtEndOfTable = 'Óôï ôÝëïò ôïõ Ðßíáêá';
$strAttr = '×áñáêôçñéóôéêÜ';
$strAutodetect = 'Áõôüìáôç áíß÷íåõóç';
$strAutomaticLayout = 'Áõôüìáôç äéÜôáîç';
 
$strBack = 'ÅðéóôñïöÞ';
$strBaltic = 'ÂáëôéêÞò';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Äõáäéêü';
$strBinaryDoNotEdit = 'Äõáäéêü - ÷ùñßò äõíáôüôçôá åðåîåñãáóßáò';
$strBookmarkDeleted = 'Ç åôéêÝôá äéåãñÜöç.';
$strBookmarkLabel = 'Ôßôëïò';
$strBookmarkQuery = 'ÁðïèçêåõìÝíï åðåñþôçìá SQL';
$strBookmarkThis = 'ÁðïèÞêåõóç áõôïý ôïõ åðåñùôÞìáôïò SQL';
$strBookmarkView = 'Ìüíï áíÜãíùóç';
$strBrowse = 'ÐåñéÞãçóç';
$strBulgarian = 'ÂïõëãáñéêÜ';
$strBzError = 'Ôï phpMyAdmin äåí ìðüñåóå íá óõìðéÝóåé ôï áñ÷åßï åîüäïõ ëüãù ðñïâëÞìáôïò óôçí åðÝêôáóç Bz2 áõôÞò ôçò Ýêäïóçò php. Ðñïôåßíåôáé íá ïñßóåôå ôçí ôéìÞ ôçò ìåôáâëçôÞò <code>$cfg[\'BZipDump\']</code> óôï áñ÷åßï ñõèìßóåùí ôïõ phpMyAdmin óå <code>FALSE</code>. ÅÜí èÝëåôå íá ÷ñçóéìïðïéÞóåôå ëåéôïõñãßåò óõìðßåóçò ôýðïõ Bz2, èá ðñÝðåé íá áíáâáèìßóåôå ôçí php óå ìåôáãåíÝóôåñç Ýêäïóç. Äåßôå ôçí áíáöïñÜ ðñïâëÞìáôïò php %s ãéá ðåñéóóüôåñåò ëåðôïìÝñåéåò.';
$strBzip = 'óõìðßåóç «bzip»';
 
$strCSVOptions = 'ÅðéëïãÝò CSV';
$strCannotLogin = 'Äåí Þôáí äõíáôÞ ç óýíäåóç ìå ôïí äéáêïìéóôÞ MySQL';
$strCantLoad = 'äåí Þôáí äõíáôÞ ç öüñôùóç ôçò åðÝêôáóçò %s ,<br />ðáñáêáëþ åëÝãîôå ôéò ñõèìßóåéò ôçò PHP';
$strCantLoadRecodeIconv = 'Äåí åßíáé äõíáôÞ ç öüñôùóç ôçò åðÝêôáóçò iconv Þ recode ðïõ ÷ñåéÜæåôáé ãéá ôçí ìåôáôñïðÞ ôïõ óåô ÷áñáêôÞñùí. Ñõèìßóôå ôçí php íá åðéôñÝðåé ôçí ÷ñÞóç áõôþí ôùí åðåêôÜóåùí Þ áðáíåñãïðïéÞóôå ôçí ìåôáôñïðÞ ÷áñáêôÞñùí óôï phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Ç ìåôïíïìáóßá ôïõ åõñåôçñßïõ óå PRIMARY óå åßíáé åöéêôÞ!';
$strCantUseRecodeIconv = 'Äåí åßíáé äõíáôÞ ç ÷ñÞóç ôçò åðÝêôáóçò iconv ïýôå ôçò libiconv ïýôå ôçò ñïõôßíáò recode_string, åíþ ç åðÝêôáóç Ý÷åé öïñôùèåß. ÅëÝîôå ôéò ñõèìßóåéò ôçò php.';
$strCardinality = 'Ìïíáäéêüôçôá';
$strCentralEuropean = 'ÊåíôñéêÞò Åõñþðçò';
$strChange = 'ÁëëáãÞ';
$strChangeCopyMode = 'Äçìéïõñãßá íÝá ÷ñÞóôç ìå ôá ßäéá ðñïíüìéá êáé ...';
$strChangeCopyModeCopy = '... äéáôÞñçóç ôïõ ðáëéïý ÷ñÞóôç.';
$strChangeCopyModeDeleteAndReload = ' ... äéáãñáöÞ ôïõ ðáëéïý ÷ñÞóôç áðü ôïõò ðßíáêåò ÷ñçóôþí êáé åðáíáöüñôùóç ôùí ðñïíïìßùí.';
$strChangeCopyModeJustDelete = ' ... äéáãñáöÞ ôïõ ðáëéïý ÷ñÞóôç áðü ôïõò ðßíáêåò ÷ñçóôþí.';
$strChangeCopyModeRevoke = ' ... áíÜêëçóç ôùí ðñïíïìßùí ôïõ ðáëéïý ÷ñÞóôç êáé äéáãñáöÞ ôïõ.';
$strChangeCopyUser = 'ÁëëáãÞ Óôïé÷åßùí Ðñüóâáóçò / ÁíôéãñáöÞ ×ñÞóôç';
$strChangeDisplay = 'ÅðéëÝîôå ðåäßï ãéá åìöÜíéóç';
$strChangePassword = 'ÁëëáãÞ êùäéêïý ðñüóâáóçò';
$strCharset = 'Óåô ÷áñáêôÞñùí';
$strCharsetOfFile = 'Óåô ÷áñáêôÞñùí ôïõ áñ÷åßïõ:';
$strCharsets = 'Óåô ÷áñáêôÞñùí';
$strCheckAll = 'ÅðéëïãÞ üëùí';
$strCheckPrivs = '¸ëåã÷ïò Ðñïíïìßùí';
$strCheckPrivsLong = '¸ëåã÷ïò ðñïíïìßùí ãéá ôç âÜóç &quot;%s&quot;.';
$strCheckTable = '¸ëåã÷ïò ðßíáêá';
$strChoosePage = 'Ðáñáêáëþ åðéëÝîôå óåëßäá ãéá áëëáãÞ';
$strColComFeat = 'ÅìöÜíéóç ó÷ïëßùí ðåäßùí';
$strColumnNames = 'Ïíüìáôá óôçëþí';
$strColumnPrivileges = 'Ðñïíüìéá ðåäßùí';
$strCommand = 'ÅíôïëÞ';
$strComments = 'Ó÷üëéá';
$strCompleteInserts = 'ÏëïêëçñùìÝíåò åíôïëÝò «Insert»';
$strCompression = 'Óõìðßåóç';
$strConfigFileError = 'Ôï phpMyAdmin äåí ìðüñåóå íá äéáâÜóåé ôï áñ÷åßï ñõèìßóåùí!<br />Áõôü ìðïñåß íá óõìâåß åÜí ç php âñåé êÜðïéï ëÜèïò óôï áñ÷åßï Þ åÜí ç php äåí ìðïñåß íá âñåé ôï áñ÷åßï.<br />Ðáñáêáëþ êáëÝóôå ôï áñ÷åßï ñõèìßóåùí áð\' åõèåßáò ÷ñçóéìïðïéþíôáò ôï áêüëïõèï link êáé äéáâÜóôå ôá ìõíÞìáôá ëÜèïõò ðïõ èá åðéóôñÝøåé ç php. Óôéò ðåñéóóüôåñåò ðåñéðôþóåéò êÜðïõ ëåßðïõí åéóáãùãéêÜ (") Þ åñùôéìáôéêÜ (;).<br />ÅÜí ç php åðéóôñÝøåé ìéá ëåõêÞ óåëßäá, üëá åßíáé óùóôÜ.';
$strConfigureTableCoord = 'Ðáñáêáëþ ïñßóôå ôéò óõíôåôáãìÝíåò ãéá ôïí ðßíáêá %s';
$strConnections = 'ÓõíäÝóåéò';
$strCookiesRequired = 'Áðü áõôü ôï óçìåßï ðñÝðåé íá Ý÷åôå åíåñãïðïéçìÝíá cookies.';
$strCopyTable = 'ÁíôéãñáöÞ ðßíáêá óå (âÜóç<b>.</b>ðßíáêáò):';
$strCopyTableOK = 'Ï Ðßíáêáò %s áíôéãñÜöçêå óôï %s.';
$strCopyTableSameNames = 'Äåí åßíáé äõíáôÞ ç áíôéãñáöÞ ôïõ ðßíáêá óôïí åáõôü ôïõ!';
$strCouldNotKill = 'Ôï phpMyAdmin äåí ìðüñåóå íá äéáêüøåé ôç ëåéôïõñãßá %s. Ìðïñåß íá Ý÷åé Þäç óôáìáôÞóåé.';
$strCreate = 'Äçìéïõñãßá';
$strCreateIndex = 'Äçìéïõñãßá åõñåôçñßïõ óå &nbsp;%s&nbsp;ðåäßá';
$strCreateIndexTopic = 'Äçìéïõñãßá íÝïõ åõñåôçñßïõ';
$strCreateNewDatabase = 'Äçìéïõñãßá íÝáò âÜóçò';
$strCreateNewTable = 'Äçìéïõñãßá íÝïõ ðßíáêá óôç âÜóç %s';
$strCreatePage = 'Äçìéïõñãßá íÝáò óåëßäáò';
$strCreatePdfFeat = 'Äçìéïõñãßá áñ÷åßùí PDF';
$strCriteria = 'ÊñéôÞñéá';
$strCroatian = 'ÊñïáôéêÜ';
$strCyrillic = 'ÊõñéëëéêÜ';
$strCzech = 'Ôóå÷éêÜ';
 
$strDBComment = 'Ó÷üëéï âÜóçò: ';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'ÃñáììÞ';
$strDBGMaxTimeMs = 'Ìåã. ÷ñüíïò, ms';
$strDBGMinTimeMs = 'Åëá÷. ÷ñüíïò, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = '×ñüíïò/Hit, ms';
$strDBGTotalTimeMs = 'Óõíïë. ÷ñüíïõ, ms';
$strDanish = 'ÄáíéêÜ';
$strData = 'ÄåäïìÝíá';
$strDataDict = 'Ëåîéêü äåäïìÝíùí';
$strDataOnly = 'Ìüíï ôá äåäïìÝíá';
$strDatabase = 'ÂÜóç';
$strDatabaseExportOptions = 'ÅðéëïãÝò åîáãùãÞò âÜóçò äåäïìÝíùí';
$strDatabaseHasBeenDropped = 'Ç âÜóç äåäïìÝíùí %s äéåãñÜöç.';
$strDatabaseNoTable = 'ÁõôÞ ç âÜóç äåí ðåñéÝ÷åé ðßíáêåò!';
$strDatabases = 'ÂÜóåéò ÄåäïìÝíùí';
$strDatabasesDropped = '%s âÜóåéò äåäïìÝíùí äéåãñÜöçóáí åðéôõ÷þò.';
$strDatabasesStats = 'ÓôáôéóôéêÜ âÜóçò';
$strDatabasesStatsDisable = 'Áðåíåñãïðïßçóç Óôáôéóôéêþí';
$strDatabasesStatsEnable = 'Åíåñãïðïßçóç Óôáôéóôéêþí';
$strDatabasesStatsHeavyTraffic = 'Óçìåßùóç: Ç åíåñãïðïßçóç óôáôéóôéêþí ìðïñåß íá ðñïêáëÝóåé ìåãÜëç ìåôáöïñÜ äåäïìÝíùí ìåôáîý ôïõ äéáêïìéóôÞ äéáäéêôýïõ êáé ôïõ äéáêïìéóôÞ MySQL.';
$strDbPrivileges = 'Ðñïíüìéá âÜóçò äåäïìÝíùí';
$strDbSpecific = '×ñÞóôçò ÂÜóçò';
$strDefault = 'ÐñïêáèïñéóìÝíï';
$strDefaultValueHelp = 'Ãéá ðñïêáèïñéóìÝíåò ôéìÝò, ðáñáêáëþ åéóÜãåôå ìßá ôéìÞ, ÷ùñßò ÷áñáêôÞñåò äéáöõãÞò Þ åéóáãùãéêÜ, ÷ñçóéìïðïéþíôáò ôç ìïñöÞ: a';
$strDelOld = 'Ç ôñÝ÷ïõóá óåëßäá Ý÷åé áíáöïñÝò óå ðßíáêåò ðïõ äåí õðÜñ÷ïõí ðéá. ÈÝëåôå íá äéáãñáöÝò áõôÝò ïé áíáöïñÝò;';
$strDelete = 'ÄéáãñáöÞ';
$strDeleteAndFlush = 'ÄéáãñáöÞ ôùí ÷ñçóôþí êáé åðáíáöüñôùóç ôùí ðñïíïìßùí.';
$strDeleteAndFlushDescr = 'Áõôüò åßíáé ï ðéï "êáèáñüò" ôñüðïò, áëëÜ ç åðáíáöüñôùóç ôùí ðñïíïìßùí ìðïñåß íá êáèõóôåñÞóåé.';
$strDeleted = 'Ç ÅããñáöÞ Ý÷åé äéáãñáöåß';
$strDeletedRows = 'ÄéáãñáììÝíåò ÅããñáöÝò:';
$strDeleting = 'ÄéáãñáöÞ %s';
$strDescending = 'Öèßíïõóá';
$strDescription = 'ÐåñéãñáöÞ';
$strDictionary = 'ëåîéêü';
$strDisabled = 'ÁðåíåñãïðïéçìÝíï';
$strDisplayFeat = 'Ëåéôïõñãßåò åìöÜíéóçò';
$strDisplayOrder = 'ÓåéñÜ åìöÜíéóçò:';
$strDisplayPDF = 'ÅìöÜíéóç ó÷Þìáôïò PDF';
$strDoAQuery = 'ÅêôÝëåóå Ýíá «åðåñþôçìá êáôÜ ðáñÜäåéãìá» (÷áñáêôÞñáò ìðáëáíôÝñ "%")';
$strDoYouReally = 'ÈÝëåôå íá åêôåëÝóåôå ôçí åíôïëÞ';
$strDocu = 'Ôåêìçñßùóç';
$strDrop = 'ÄéáãñáöÞ';
$strDropUsersDb = 'ÄéáãñáöÞ âÜóåùí äåäïìÝíùí ðïõ Ý÷ïõí ßäéá ïíüìáôá ìå ÷ñÞóôåò.';
$strDumpSaved = 'Ôï áñ÷åßï åîüäïõ áðïèçêåýôçêå ùò %s.';
$strDumpXRows = 'ÅìöÜíéóç %s åããñáöþí îåêéíþíôáò áðü ôçí åããñáöÞ %s.';
$strDumpingData = '\'Áäåéáóìá äåäïìÝíùí ôïõ ðßíáêá';
$strDynamic = 'äõíáìéêÜ';
 
$strEdit = 'Åðåîåñãáóßá';
$strEditPDFPages = 'ÁëëáãÞ óåëßäùí PDF';
$strEditPrivileges = 'Åðåîåñãáóßá Ðñïíïìßùí';
$strEffective = 'Áðïôåëåóìáôéêüò';
$strEmpty = '\'Áäåéáóìá';
$strEmptyResultSet = 'Ç MySQL åðÝóôñåøå Ýíá Üäåéï óýíïëï áðïôåëåóìÜôùí (ð.÷. êáììßá åããñáöÞ).';
$strEnabled = 'ÅíåñãïðïéçìÝíï';
$strEnd = 'ÔÝëïò';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'ÁããëéêÜ';
$strEnglishPrivileges = ' Óçìåßùóç: Ôá ïíüìáôá ðñïíïìßùí ôçò MySQL åêöñÜæïíôáé óôá ÁããëéêÜ ';
$strError = 'ëÜèïò';
$strEstonian = 'ÅóèïíéêÜ';
$strExcelOptions = 'ÅðéëïãÝò Excel';
$strExecuteBookmarked = 'ÅêôÝëåóç áðïèçêåõìÝíïõ åðåñùôÞìáôïò';
$strExplain = 'ÁíÜëõóç SQL';
$strExport = 'ÅîáãùãÞ';
$strExtendedInserts = 'ÅêôåôáìÝíåò åíôïëÝò «Insert»';
$strExtra = 'Ðñüóèåôá';
 
$strFailedAttempts = 'Áðïôõ÷çìÝíåò ðñïóðÜèåéåò';
$strField = 'Ðåäßï';
$strFieldHasBeenDropped = 'Ôï ðåäßï %s äéåãñÜöç';
$strFields = 'Ðåäßá';
$strFieldsEmpty = ' Ç áðáñßèìçóç ôùí ðåäßùí åßíáé êåíÞ! ';
$strFieldsEnclosedBy = 'Ðåäßá ðïõ ðåñéêëåßïíôáé óå';
$strFieldsEscapedBy = 'Ôá ðåäßá ÷ñçóéìïðïéïýí ôï ÷áñáêôÞñá äéáöõãÞò ';
$strFieldsTerminatedBy = 'Ðåäßá ðïõ ôåëåéþíïõí óå';
$strFileAlreadyExists = 'Ôï áñ÷åßï %s õðÜñ÷åé Þäç óôïí äéáêïìéóôÞ. ÅðéëÝîôå äéáöïñåôéêü üíïìá áñ÷åßïõ Þ åíåñãïðïéÞóôå ôçí åðéëïãÞ áíôéêáôÜóôáóçò.';
$strFileCouldNotBeRead = 'Äåí Þôáí äõíáôÞ ç áíÜãíùóç ôïõ áñ÷åßïõ';
$strFileNameTemplate = 'ÌïñöÞ ïíüìáôïò áñ÷åßïõ';
$strFileNameTemplateRemember = 'áðïèÞêåõóç ìïñöÞò';
$strFixed = 'ðñïêáèïñéóìÝíïõ ìÞêïõò';
$strFlushPrivilegesNote = 'Óçìåßùóç: Ôï phpMyAdmin äéáâÜæåé ôá ðñïíüìéá ôùí ÷ñçóôþí áð\' åõèåßåáò áðü ôïõò ðßíáêåò ðñïíïìßùí ôçò MySQL. Ôï ðåñéå÷üìåíï áõôþí ôùí ðéíÜêùí ìðïñåß íá äéáöÝñåé áðü ôá ðñïíüìéá ðïõ ÷ñçóéìïðïéåß ï äéáêïìéóôÞò åÜí Ý÷ïõí ãßíåé áëëáãÝò ÷åéñïêßíçôá. Óå áõôÞí ôçí ðåñßðôùóç, èá ðñÝðåé íá %såðáíáöïñôþóåôå ôá ðñïíüìéá%s ðñéí óõíå÷ßóåôå.';
$strFlushTable = 'ÅêêáèÜñéóç ("FLUSH") ðßíáêá';
$strFormEmpty = 'ÅëëåéðÞò ôéìÞ óôï ðåäßï !';
$strFormat = 'Ìïñöïðïßçóç';
$strFullText = 'ÐëÞñç êåßìåíá';
$strFunction = '¸ëåã÷ïò';
 
$strGenBy = 'ÄçìéïõñãÞèçêå áðü:';
$strGenTime = '×ñüíïò äçìéïõñãßáò';
$strGeneralRelationFeat = 'ÃåíéêÝò ëåéôïõñãßåò óõó÷Ýôéóçò';
$strGerman = 'ÃåñìáíéêÜ';
$strGlobal = 'Ãåíéêüò';
$strGlobalPrivileges = 'ÃåíéêÜ ðñïíüìéá';
$strGlobalValue = 'ÃåíéêÞ ôéìÞ';
$strGo = 'ÅêôÝëåóç';
$strGrantOption = '×ïñÞãçóç'; // Grant
$strGreek = 'ÅëëçíéêÜ';
$strGzip = 'óõìðßåóç «gzip»';
 
$strHasBeenAltered = 'Ý÷åé áëëá÷èåß.';
$strHasBeenCreated = 'Ý÷åé äçìéïõñãçèåß.';
$strHaveToShow = 'ÐñÝðåé íá åðéëÝîåôå ôïõëÜ÷éóôïí ìßá óôÞëç ãéá åìöÜíéóç';
$strHebrew = 'ÅâñáúêÜ';
$strHome = 'ÊåíôñéêÞ óåëßäá';
$strHomepageOfficial = 'Åðßóçìç óåëßäá ôïõ phpMyAdmin';
$strHost = 'Óýóôçìá';
$strHostEmpty = 'Ôï üíïìá ôïõ ÓõóôÞìáôïò åßíáé êåíü!';
$strHungarian = 'ÏõããñéêÜ';
 
$strId = 'ID';
$strIdxFulltext = 'ÐëÞñåò êåßìåíï';
$strIgnore = 'ÐáñÜëçøç';
$strIgnoringFile = 'ÐáñÜêáìøç ôïõ áñ÷åßïõ %s';
$strImportDocSQL = 'ÅéóáãùãÞ áñ÷åßùí docSQL';
$strImportFiles = 'ÅéóáãùãÞ áñ÷åßùí';
$strInUse = 'óå ÷ñÞóç';
$strIndex = 'ÅõñåôÞñéï';
$strIndexHasBeenDropped = 'Ôï åõñåôÞñéï %s äéåãñÜöç';
$strIndexName = '¼íïìá åõñåôçñßïõ&nbsp;:';
$strIndexType = 'Ôýðïò åõñåôçñßïõ&nbsp;:';
$strIndexes = 'ÅõñåôÞñéá';
$strInnodbStat = 'ÊáôÜóôáóç InnoDB';
$strInsecureMySQL = 'Ôï áñ÷åßï ñõèìßóåþí óáò ðåñéÝ÷åé ñõèìßóåéò (÷ñÞóôçò root ÷ùñßò êùäéêü ðñüóâáóçò) ðïõ áíôéóôïé÷ïýí óôïí åî\' ïñéóìïý ëïãáñéáóìü ÷ñÞóôç MySQL. Ï äéáêïìéóôÞò MySQL óáò ðïõ ôñÝ÷åé ìå áõôÞ ôç ñýèìéóç, åßíáé áíïé÷ôüò óå åðéèÝóåéò êáé èá ðñÝðåé íá äéïñèþóåôå ôï ðñüâëçìá.';
$strInsert = 'ÅéóáãùãÞ';
$strInsertAsNewRow = 'ÅéóáãùãÞ ùò íÝá åããñáöÝò';
$strInsertNewRow = 'ÅéóáãùãÞ íÝáò åããñáöÞò';
$strInsertedRowId = 'id åéóáãìÝíçò åããñáöÞò:';
$strInsertedRows = 'Åéóáãüìåíåò åããñáöÝò:';
 
$strJapanese = 'ÉáðùíéêÜ';
$strJumpToDB = 'ÌåôáðÞäçóç óôçí âÜóç &quot;%s&quot;.';
$strJustDelete = 'ÁðëÞ äéáãñáöÞ ôùí ÷ñçóôþí áðü ôïõò ðßíáêåò ðñïíïìßùí.';
$strJustDeleteDescr = 'Ïé &quot;äéåãñáììÝíïé&quot; ÷ñÞóôåò èá óõíå÷ßóïõí íá Ý÷ïõí ðñüóâáóç óôïí äéáêïìéóôÞ ìÝ÷ñéò üôïõ íá åðáíáöïñôùèïýí ïé ðßíáêåò ðñïíïìßùí.';
 
$strKeepPass = 'ÄéáôÞñçóç êùäéêïý ðñüóâáóçò';
$strKeyname = '¼íïìá êëåéäéïý';
$strKill = 'Ôåñìáôéóìüò';
$strKorean = 'ÊïñåáôéêÜ';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'ÅðéëïãÝò LaTeX';
$strLandscape = 'Ïñéæüíôéá äéÜôáîç';
$strLengthSet = 'ÌÞêïò/ÔéìÝò*';
$strLimitNumRows = 'ÅããñáöÝò áíÜ óåëßäá';
$strLinesTerminatedBy = 'ÃñáììÝò ðïõ ôåëåéþíïõí óå';
$strLinkNotFound = 'Äåí âñÝèçêå ç óýíäåóç';
$strLinksTo = 'Óýíäåóç ìå';
$strLithuanian = 'ËéèïõáíéêÜ';
$strLocalhost = 'Ôïðéêü';
$strLocationTextfile = 'Ôïðïèåóßá ôïõ áñ÷åßïõ êåéìÝíïõ';
$strLogPassword = 'Êùäéêüò ðñüóâáóçò:';
$strLogUsername = '¼íïìá ÷ñÞóôç:';
$strLogin = 'Óýíäåóç';
$strLoginInformation = 'Ðëçñïöïñßåò Óýíäåóçò';
$strLogout = 'Áðïóýíäåóç';
 
$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\' Þ \'a\\\'b\').';
$strMIME_without = 'Ïé ôýðïé MIME ðïõ åìöáíßæïíôáé ìå ðëÜãéá ãñÜììáôá äåí Ý÷ïõí îå÷ùñéóôÞ ëåéôïõñãßá ìåôáôñïðÞò';
$strModifications = 'Ïé áëëáãÝò áðïèçêåýôçêáí';
$strModify = 'Ôñïðïðïßçóç';
$strModifyIndexTopic = 'ÁëëáãÞ åíüò åõñåôçñßïõ';
$strMoveTable = 'ÌåôáöïñÜ ðßíáêá óå (âÜóç<b>.</b>ðßíáêáò):';
$strMoveTableOK = 'Ï ðßíáêáò %s ìåôáöÝñèçêå óôï %s.';
$strMoveTableSameNames = 'Äåí åßíáé äõíáôÞ ç ìåôáöïñÜ ôïõ ðßíáêá óôïí åáõôü ôïõ!';
$strMultilingual = 'ðïëõãëùóóéêü';
$strMySQLCharset = 'Óåô ÷áñáêôÞñùí ôçò MySQL';
$strMySQLSaid = 'Ç MySQL åðÝóôñåøå ôï ìýíçìá: ';
$strMySQLShowProcess = 'ÅìöÜíéóç äéåñãáóéþí';
$strMySQLShowStatus = 'ÅìöÜíéóç ðëçñïöïñþí åêôÝëåóçò ôçò MySQL';
$strMySQLShowVars = 'ÅìöÜíéóç ìåôáâëçôþí ôçò MySQL';
 
$strName = '¼íïìá';
$strNext = 'Åðüìåíï';
$strNo = '¼÷é';
$strNoDatabases = 'Äåí õðÜñ÷ïõí âÜóåéò äåäïìÝíùí';
$strNoDatabasesSelected = 'Äåí Ý÷åôå åðéëÝîåé âÜóåéò.';
$strNoDescription = '÷ùñßò ðåñéãñáöÞ';
$strNoDropDatabases = 'Ïé åíôïëÝò «DROP DATABASE» Ý÷ïõí áðåíåñãïðïéçèåß.';
$strNoExplain = '×ùñßò áíÜëõóç SQL';
$strNoFrames = 'Ôï phpMyAdmin åßíáé ðéï öéëéêü ìå Ýíáí browser <b>ðïõ õðïóôçñßæåé frames</b>.';
$strNoIndex = 'Äåí ïñßóôçêå åõñåôÞñéï!';
$strNoIndexPartsDefined = 'Äåí ïñßóôçêáí ôá óôïé÷åßá ôïõ åõñåôçñßïõ!';
$strNoModification = '×ùñßò áëëáãÞ';
$strNoOptions = 'ÁõôÞ ç ìïñöÞ äåí Ý÷åé åðéëïãÝò';
$strNoPassword = '×ùñßò Êùäéêü Ðñüóâáóçò';
$strNoPermission = 'Ï äéáêïìéóôÞò äåí Ý÷åé äéêáéþìáôá áðïèÞêåõóçò ôïõ áñ÷åßïõ %s.';
$strNoPhp = '÷ùñßò êþäéêá PHP';
$strNoPrivileges = '×ùñßò Ðñïíüìéá';
$strNoRights = 'Äåí Ý÷åôå áñêåôÜ äéêáéþìáôá íá åßóáóôå åäþ ôþñá!';
$strNoSpace = 'Äåí õðÜñ÷åé äéáèÝóéìïò ÷þñïò ãéá ôçí áðïèÞêåõóç ôïõ áñ÷åßïõ %s.';
$strNoTablesFound = 'Äåí âñÝèçêáí Ðßíáêåò óôç âÜóç.';
$strNoUsersFound = 'Äåí âñÝèçêáí ÷ñÞóôåò.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNone = 'ÊáíÝíá';
$strNotNumber = 'Áõôü äåí åßíáé áñéèìüò!';
$strNotOK = 'ËÁÈÏÓ';
$strNotSet = 'Ï ðßíáêáò <b>%s</b> äåí âñÝèçêå Þ äåí ïñßóôçêå óôç %s';
$strNull = 'Êåíü';
$strNumSearchResultsInTable = '%s áðïôåëÝóìáôá óôïí ðßíáêá <i>%s</i>';
$strNumSearchResultsTotal = '<b>Óýíïëï:</b> <i>%s</i> áðïôåëÝóìáôá';
$strNumTables = 'Ðßíáêåò';
 
$strOK = 'OK';
$strOperations = 'Ëåéôïõñãßåò';
$strOptimizeTable = 'Âåëôéóôïðïßçóç Ðßíáêá';
$strOr = '¹';
$strOverhead = 'ÅðéâÜñõíóç';
$strOverwriteExisting = 'ÁíôéêáôÜóôáóç õðáñ÷üíôùí áñ÷åßùí';
 
$strPHP40203 = '×ñçóéìïðïéåßôå ôçí PHP 4.2.3, ç ïðïßá åß÷å Ýíá óïâáñü ðñüâëçìá ìå áëöáñéèìçôéêÜ ôýðïõ multi-byte (mbstring). Äåßôå ôï áíáöïñÜ ðñïâëÞìáôïò PHP 19404. ÁõôÞ ç Ýêäïóç ôçò PHP äåí ðñïôåßíåôáé ãéá ÷ñÞóç ìå ôï phpMyAdmin.';
$strPHPVersion = '¸êäïóç PHP';
$strPageNumber = 'Óåëßäá:';
$strPaperSize = 'ÌÝãåèïò ÷áñôéïý';
$strPartialText = 'ÅðéìÝñïõò êåßìåíá';
$strPassword = 'Êùäéêüò Ðñüóâáóçò';
$strPasswordChanged = 'Ï Êùäéêüò Ðñüóâáóçò ãéá ôïí ÷ñÞóôç %s Üëëáîå åðéôõ÷þò.';
$strPasswordEmpty = 'Ï Êùäéêüò Ðñüóâáóçò åßíáé êåíüò!';
$strPasswordNotSame = 'Ïé êùäéêïß ðñüóâáóçò äåí åßíáé ßäéïé!';
$strPdfDbSchema = 'Ó÷Þìá ôçò âÜóçò "%s" - Óåëßäá %s';
$strPdfInvalidTblName = 'Ï ðßíáêáò "%s" äåí õðÜñ÷åé!';
$strPdfNoTables = 'Äåí õðÜñ÷ïõí ðßíáêåò';
$strPerHour = 'áíÜ þñá';
$strPerMinute = 'áíÜ ëåðôü';
$strPerSecond = 'áíÜ äåõôåñüëåðôï';
$strPhoneBook = 'ôçë. êáôÜëïãïò';
$strPhp = 'Äçìéïõñãßá êþäéêá PHP';
$strPmaDocumentation = 'Ôåêìçñßùóç phpMyAdmin';
$strPmaUriError = 'Ç åíôïëÞ <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÐÑÅÐÅÉ íá ïñéóôåß óôï áñ÷åßï ñõèìßóåùí!';
$strPortrait = 'ÊÜèåôç äéÜôáîç';
$strPos1 = 'Áñ÷Þ';
$strPrevious = 'Ðñïçãïýìåíï';
$strPrimary = 'Ðñùôåýïí';
$strPrimaryKeyHasBeenDropped = 'Ôï ðñùôåýïí êëåéäß äéåãñÜöç';
$strPrimaryKeyName = 'Ôï üíïìá ôïõ ðñùôåýïíôïò êëåéäéïý ðñÝðåé íá åßíáé... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ðñÝðåé</b> íá åßíáé ôï üíïìá ôïõ ðñùôåýïíôïò êëåéäéïý êáé <b>ìüíï áõôïý</b> !)';
$strPrint = 'Åêôýðùóç';
$strPrintView = 'ÅìöÜíéóç ãéá åêôýðùóç';
$strPrivDescAllPrivileges = 'ÐåñéëáìâÜíåé üëá ôá ðñïíüìéá åêôüò áðü ôï GRANT.';
$strPrivDescAlter = 'ÅðéôñÝðåé ôçí áëëáãÞ äïìÞò ôùí õðáñ÷üíôùí ðéíÜêùí.';
$strPrivDescCreateDb = 'ÅðéôñÝðåé ôç äçìéïõñãßá íÝùí âÜóåùí êáé ðéíÜêùí.';
$strPrivDescCreateTbl = 'ÅðéôñÝðåé ôç äçìéïõñãßá íÝùí ðéíÜêùí.';
$strPrivDescCreateTmpTable = 'ÅðéôñÝðåé ôç äçìéïõñãßá ðñïóùñéíþí ðéíÜêùí.';
$strPrivDescDelete = 'ÅðéôñÝðåé ôç äéáãñáöÞ äåäïìÝíùí.';
$strPrivDescDropDb = 'ÅðéôñÝðåé ôç äéáãñáöÞ âÜóåùí êáé ðéíÜêùí.';
$strPrivDescDropTbl = 'ÅðéôñÝðåé ôç äéáãñáöÞ ðéíÜêùí.';
$strPrivDescExecute = 'ÅðéôñÝðåé ôçí åêôÝëåóç áðïèçêåõìÝíùí ñïõôéíþí. Äåí Ý÷åé ÷ñÞóç óå áõôÞí ôçí Ýêäïóç MySQL version.';
$strPrivDescFile = 'ÅðéôñÝðåé ôçí åéóáãùãÞ êáé åîáãùãÞ äåäïìÝíùí áðü êáé óå áñ÷åßá.';
$strPrivDescGrant = 'ÅðéôñÝðåé ôçí ðñïóèÞêç ÷ñçóôþí êáé ðñïíïìßùí ÷ùñßò íá åðáíáöïñôþóåôå ôïõò ðßíáêåò ðñïíïìßùí.';
$strPrivDescIndex = 'ÅðéôñÝðåé ôçí äçìéïõñãßá êáé ôçí äéáãñáöÞ åõñåôçñßùí.';
$strPrivDescInsert = 'ÅðéôñÝðåé ôçí åéóáãùãÞ êáé ôçí áíôéêáôÜóôáóç äåäïìÝíùí.';
$strPrivDescLockTables = 'ÅðéôñÝðåé ôï êëåßäùìá ðéíÜêùí ãéá ôçí ôñÝ÷ïõóá ëåéôïõñãßá.';
$strPrivDescMaxConnections = 'Ðåñéïñßæåé ôïí áñéèìü ôùí íÝùí óõíäÝóåùí ðïõ ï ÷ñÞóôçò ìðïñåß íá îåêéíÞóåé áíÜ þñá.';
$strPrivDescMaxQuestions = 'Ðåñéïñßæåé ôïí áñéèìü ôùí åðåñùôçìÜôùí ðïõ ï ÷ñÞóôçò ìðïñåß íá óôåßëåé óôïí äéáêïìéóôÞ áíÜ þñá.';
$strPrivDescMaxUpdates = 'Ðåñéïñßæåé ôïí áñéèìü ôùí áëëáãÞò ðéíÜêùí Þ âÜóåùí ðïõ ï ÷ñÞóôçò ìðïñåß íá åêåôåëÝóåé áíÜ þñá.';
$strPrivDescProcess3 = 'ÅðéôñÝðåé ôçí äéáêïðÞ äéåñãáóéþí Üëëùí ÷ñçóôþí.';
$strPrivDescProcess4 = 'ÅðéôñÝðåé ôçí åìöÜíéóç ïëïêëçñùìÝíùí åðåñùôçìÜôùí óôç ëßóôá äéåñãáóéþí.';
$strPrivDescReferences = 'Äåí Ý÷åé ÷ñÞóç óå áõôÞí ôçí Ýêäïóç MySQL.';
$strPrivDescReload = 'ÅðéôñÝðåé ôçí åðáíåêêßíçóç ôïõ äéáêïìéóôÞ êáé ôïí êáèáñéóìü ôùí ðñïóùñéíþí áñ÷åßùí ôïõ.';
$strPrivDescReplClient = 'Äßíåé ôï äéêáßùìá óôïí ÷ñÞóôç íá âñåé ðïõ åßíáé ïé êýñéïé êáé äåõôåñåýïíôåò äéáêïìéóôÝò.';
$strPrivDescReplSlave = 'Áðáéôåßôáé ãéá ôïõò äåõôåñåõüíôåò äéáêïìéóôÝò áíáðáñáãùãÞò.';
$strPrivDescSelect = 'ÅðéôñÝðåé ôçí áíÜãíùóç äåäïìÝíùí.';
$strPrivDescShowDb = 'Äßíåé ðñüóâáóç óôçí ðëÞñç ëßóôá ôùí âÜóåùí äåäïìÝíùí.';
$strPrivDescShutdown = 'ÅðéôñÝðåé ôçí äéáêïðÞ ëåéôïõñãßáò ôïõ äéáêïìéóôÞ.';
$strPrivDescSuper = 'ÅðéôñÝðåé ôç óýíäåóç, áêüìá êáé üôáí ï ìÝãéóôïò áñéèìüò óõíäÝóåùí Ý÷åé êáëõèöåß; Áðáéôåßôáé ãéá ôéò ðåñéóóüôåñåò ëåéôïõñãßåò äéá÷åßñéóçò üðùò ï ïñéóìüò ãåíéêþí ìåôáâëçôþí Þ ôç äéáêïðÞ ëåéôïõñãéþí Üëëùí ÷ñçóôþí.';
$strPrivDescUpdate = 'ÅðéôñÝðåé ôçí áëëáãÞ äåäïìÝíùí.';
$strPrivDescUsage = '×ùñßò ðñïíüìéá.';
$strPrivileges = 'Ðñïíüìéá';
$strPrivilegesReloaded = 'Ôá ðñïíüìéá åðáíáöïñôþèçêáí åðéôõ÷þò.';
$strProcesslist = 'Ëßóôá äéåñãáóéþí';
$strPutColNames = 'ÅìöÜíéóç ïíïìÜôùí ðåäßùí óôçí ðñþôç ãñáììÞ';
 
$strQBE = 'Åðåñþôçìá êáôÜ ðáñÜäåéãìá';
$strQBEDel = 'ÄéáãñáöÞ';
$strQBEIns = 'ÅéóáãùãÞ';
$strQueryFrame = 'ÐáñÜèõñï åðåñùôÞìáôïò';
$strQueryOnDb = 'ÅíôïëÞ SQL óôç âÜóç <b>%s</b>:';
$strQuerySQLHistory = 'Éóôïñéêü SQL';
$strQueryStatistics = '<b>ÓôáôéóôéêÜ åðåñùôçìÜôùí</b>: Áðü ôçí Ýíáñîç ëåéôïõñãßáò, %s åðåñùôÞìáôá Ý÷ïõí óôáëåß óôïí äéáêïìéóôÞ.';
$strQueryTime = 'Ôï åðåñþôçìá ÷ñåéÜóôçêå %01.4f äåõô/ôá';
$strQueryType = 'Ôýðïò åðåñùôÞìáôïò';
$strQueryWindowLock = 'Íá ìçí áëëÜîåé ôï åðåñþôçìá áðü åîùôåñéêÞ ðçãÞ';
 
$strReType = 'ÅðáíáåéóáãùãÞ';
$strReceived = 'ËÞöèçóáí';
$strRecords = 'ÅããñáöÝò';
$strReferentialIntegrity = '¸ëåã÷ïò áêåñáéüôçôáò ó÷Ýóåùí:';
$strRelationNotWorking = 'Ïé åðéðñüóèåôåò ëåéôïõñãßåò ãéá åñãáóßá ìå óõó÷åôéóìÝíïõò ðßíáêåò Ý÷ïõí áðåíåñãïðïéçèåß. Ãéá íá ìÜèåôå ãéáôß, ðáôÞóôå %såäþ%s.';
$strRelationView = 'ÅìöÜíéóç ó÷Ýóåùí';
$strRelationalSchema = 'Ó÷åóéáêü ó÷Þìá';
$strRelations = 'Ó÷Ýóåéò';
$strReloadMySQL = 'Åðáíåêêßíçóç ôçò MySQL';
$strReloadingThePrivileges = 'Åðáíáöüñôùóç ðñïíïìßùí';
$strRemoveSelectedUsers = 'ÄéáãñáöÞ ôùí åðéëåãìÝíùí ÷ñçóôþí';
$strRenameTable = 'Ìåôïíïìáóßá ðßíáêá óå';
$strRenameTableOK = 'Ï Ðßíáêáò %s ìåôïíïìÜóèçêå óå %s';
$strRepairTable = 'Åðéäéüñèùóç ðßíáêá';
$strReplaceNULLBy = 'ÁíôéêáôÜóôáóç ôéìÞò NULL ìå';
$strReplaceTable = 'ÁíôéêáôÜóôáóç äåäïìÝíùí Ðßíáêá ìå ôï áñ÷åßï';
$strReset = 'ÅðáíáöïñÜ';
$strResourceLimits = '¼ñéá ðüñùí';
$strRevoke = 'ÁíÜêëçóç';
$strRevokeAndDelete = 'ÁíÜêëçóç üëùí ôùí åíåñãþí ðñïíïìßùí áðü ôïõò ÷ñÞóôåò êáé äéáãñáöÞ ôïõò.';
$strRevokeAndDeleteDescr = 'Ïé ÷ñÞóôåò èá óõíå÷ßóïõí íá Ý÷ïõí ôï ðñïíüìéï USAGE ìÝ÷ñéò üôïõ åðáíáöïñôùèïýí ôá ðñïíüìéá.';
$strRevokeMessage = 'ÁíáêáëÝóáôå ôá ðñïíüìéá ãéá %s';
$strRowLength = 'ÌÝãåèïò ÃñáììÞò';
$strRowSize = ' ÌÝãåèïò ÅããñáöÞò ';
$strRows = 'ÅããñáöÝò';
$strRowsFrom = 'ÅããñáöÝò áñ÷ßæïíôáò áðü ôçí åããñáöÞ';
$strRowsModeFlippedHorizontal = 'ïñéæüíôéá (óôñáììÝíåò åðéêåöáëßäåò)';
$strRowsModeHorizontal = 'ïñéæüíôéá';
$strRowsModeOptions = 'óå %s ìïñöÞ ìå åðáíÜëçøç åðéêåöáëßäùí áíÜ %s êåëéÜ';
$strRowsModeVertical = 'êÜèåôç';
$strRowsStatistic = 'ÓôáôéóôéêÜ Åããñáöþí';
$strRunQuery = 'ÕðïâïëÞ åðåñùôÞìáôïò';
$strRunSQLQuery = 'ÅêôÝëåóç åíôïëÞò/åíôïëþí SQL óôç âÜóç äåäïìÝíùí %s';
$strRunning = 'ðïõ åêôåëåßôáé óôï %s';
$strRussian = 'ÑùóóéêÜ';
 
$strSQL = 'SQL';
$strSQLOptions = 'ÅðéëïãÝò SQL';
$strSQLParserBugMessage = 'ÕðÜñ÷åé ðåñßðôùóç íá åíôïðßóáôå Ýíá ðñüâëçìá óôïí SQL parser. Ðáñáêáëþ åîåôÜóôå ôï åðåñþôçìÜ óáò ðñïóåêôéêÜ êáé åëÝãîôå üôé üëá ôá åéóáãùãéêÜ áíïßãïõí êáé êëåßíïõí óùóôÜ. \'Áëëåò ðéèáíÝò áéôßåò ìðïñïýí íá åßíáé ç áðïóôïëÞ áñ÷åßïõ ìå äõáäéêü êþäéêá åêôüò åéóáãùãéêþí. Ìðïñåßôå åðßóçò íá äïêéìÜóåôå ôï åðåñþôçìÜ óáò óôç ãñáììÞ åíôïëþí ôçò MySQL. ÅÜí óõíå÷ßæåôå íá Ý÷åôå ðñüâëçìá, Þ åÜí ï parser áðïôõã÷Üíåé üðïõ ç ãñáììÞ åíôïëþí åðéôõã÷Üíåé, ðáñáêáëþ áðïìïíþóôå ôï åðåñþôçìá åêåßíï ðïõ äçìéïõñãåß ôï ðñüâëçìá êáé óôåßëôå áíáöïñÜ ëÜèïõò ìå ôá äåäïìÝíá ðïõ âñßóêïíôáé óôï ôìÞìá CUT ðïõ áêïëïõèåß:';
$strSQLParserUserError = 'Öáßíåôáé íá õðÜñ÷åé Ýíá ëÜèïò óôï åðåñþôçìÜ óáò. Ôï êÜôùèé ëÜèïò äéáêïìéóôÞ MySQL, åÜí õðÜñ÷åé êÜðïéï, ìðïñåß åðßóçò íá óáò âïçèÞóåé íá äéáãíþóåôå ôï ðñüâëçìá.';
$strSQLQuery = 'ÅíôïëÞ SQL';
$strSQLResult = 'áðïôÝëåóìá SQL';
$strSQPBugInvalidIdentifer = '\'Áãíùóôï Áíáãíùñéóôéêü';
$strSQPBugUnclosedQuote = 'Áíïé÷ôÜ åéóáãùãéêÜ';
$strSQPBugUnknownPunctuation = '\'Áãíùóôï óçìåßï óôßîçò';
$strSave = 'ÁðïèÞêåõóç';
$strSaveOnServer = 'ÁðïèÞêåõóç óôïí äéáêïìéóôÞ óôïí öÜêåëï %s';
$strScaleFactorSmall = 'Ç êëßìáêá åßíáé ðïëý ìéêñÞ ãéá íá åìöáíéóôåß ôï ó÷Þìá óå ìßá óåëßäá';
$strSearch = 'ÁíáæÞôçóç';
$strSearchFormTitle = 'ÁíáæÞôçóç óôç âÜóç';
$strSearchInTables = 'ÌÝóá óôïõò ðßíáêåò:';
$strSearchNeedle = '¼ñïé Þ ôéìÝò ãéá áíáæÞôçóç (ìðáëáíôÝñ: "%"):';
$strSearchOption1 = 'ôïõëÜ÷éóôïí Ýíáí áðü ôïõò üñïõò';
$strSearchOption2 = 'üëïõò ôïõò üñïõò';
$strSearchOption3 = 'ôçí áêñéâÞ öñÜóç';
$strSearchOption4 = 'ùò regular expression';
$strSearchResultsFor = 'ÁðïôåëÝóìáôá áíáæÞôçóçò ãéá "<i>%s</i>" %s:';
$strSearchType = '¸õñåóç:';
$strSecretRequired = 'Ôï áñ÷åßï ñõèìßóåùí ÷ñåéÜæåôáé ôþñá ìßá ìõóôéêÞ öñÜóç-êëåéäß (blowfish_secret).';
$strSelectADb = 'Ðáñáêáëþ åðéëÝîôå ìßá âÜóç äåäïìÝíùí';
$strSelectAll = 'ÅðéëïãÞ üëùí';
$strSelectFields = 'ÅðéëïãÞ ðåäßùí (ôïõëÜ÷éóôïí Ýíá)';
$strSelectNumRows = 'óôçí åíôïëÞ';
$strSelectTables = 'ÅðéëïãÞ ÐéíÜêùí';
$strSend = 'ÁðïóôïëÞ';
$strSent = 'ÅóôÜëçóáí';
$strServer = 'ÄéáêïìéóôÞò';
$strServerChoice = 'ÅðéëïãÞ ÄéáêïìéóôÞ';
$strServerStatus = 'Ðëçñïöïñßåò åêôÝëåóçò';
$strServerStatusUptime = 'Áõôüò ï äéáêïìéóôÞò MySQL ëåéôïõñãåß ãéá %s. Îåêßíçóå óôéò %s.';
$strServerTabProcesslist = 'Äéåñãáóßåò';
$strServerTabVariables = 'ÌåôáâëçôÝò';
$strServerTrafficNotes = '<b>Êßíçóç ÄéáêïìéóôÞ</b>: Áõôïß ïé ðßíáêåò äåß÷íïõí óôáôéóôéêÜ ÷ñÞóçò äéêôýïõ áõôïý ôïõ äéáêïìéóôÞ MySQL áðü ôçí Ýíáñîç ôçò ëåéôïõñãßáò ôïõ.';
$strServerVars = 'Ñõèìßóåéò êáé ìåôáâëçôÝò ôïõ äéáêïìéóôÞ';
$strServerVersion = '¸êäïóç ÄéáêïìéóôÞ';
$strSessionValue = 'ÔéìÞ Session';
$strSetEnumVal = 'Áí ï ôýðïò ôïõ ðåäßïõ åßíáé «enum» Þ «set», ðáñáêáëþ åéóÜãåôå ôéò ôéìÝò ÷ñçóéìïðïéþíôáò ôçí åîÞò ìïñöÞ: \'á\',\'â\',\'ã\'...<br /> Áí ÷ñåéÜæåôáé íá åéóÜãåôå ôçí áíÜðïäç êÜèåôï ("\") Þ áðëÜ åéóáãùãéêÜ ("\'"), ðñïèÝóôå ôá ìå áíÜðïäç êÜèåôï óôçí áñ÷Þ (ãéá ðáñÜäåéãìá \'\\\\÷øù\' Þ \'á\\\'â\').';
$strShow = 'ÅìöÜíéóç';
$strShowAll = 'ÅìöÜíéóç üëùí';
$strShowColor = 'ÅìöÜíéóç ÷ñùìÜôùí';
$strShowDatadictAs = 'ÌïñöÞ ëåîéêïý äåäïìÝíùí';
$strShowFullQueries = 'ÐëÞñçò åìöÜíéóç åðåñùôçìÜôùí';
$strShowGrid = 'ÅìöÜíéóç ðëÝãìáôïò';
$strShowPHPInfo = 'ÅìöÜíéóç ðëçñïöïñéþí ôçò PHP';
$strShowTableDimension = 'ÅìöÜíéóç äéáóôÜóåùí ðéíÜêùí';
$strShowTables = 'ÅìöÜíéóç ðéíÜêùí';
$strShowThisQuery = ' ÅìöÜíéóå åäþ îáíÜ áõôü ôï åðåñþôçìá';
$strShowingRecords = 'ÅìöÜíéóç åããñáöÞò ';
$strSimplifiedChinese = 'ÁðëïðïéçìÝíá ÊéíåæéêÜ';
$strSingly = '(ìïíáäéêÜ)';
$strSize = 'ÌÝãåèïò';
$strSort = 'Ôáîéíüìçóç';
$strSpaceUsage = '×ñÞóç ÷þñïõ';
$strSplitWordsWithSpace = 'Ïé ëÝîåéò ÷ùñßæïíôáé áðü ôïí ÷áñáêôÞñá äéáóôÞìáôïò (" ").';
$strStatCheckTime = 'ôåëåõôáßïò Ýëåã÷ïò';
$strStatCreateTime = 'Äçìéïõñãßá';
$strStatUpdateTime = 'Ôåëåõôáßá åíçìÝñùóç';
$strStatement = 'Äçëþóåéò';
$strStatus = 'ÊáôÜóôáóç';
$strStrucCSV = 'ÄåäïìÝíá CSV';
$strStrucData = 'ÄïìÞ êáé äåäïìÝíá';
$strStrucDrop = 'ÐñïóèÞêç «Drop Table»';
$strStrucExcelCSV = 'ÌïñöÞ CSV ãéá äåäïìÝíá MS Excel';
$strStrucOnly = 'Ìüíï ç äïìÞ';
$strStructPropose = 'Ðñïôåéíüìåíç äïìÞ ðßíáêá';
$strStructure = 'ÄïìÞ';
$strSubmit = 'ÁðïóôïëÞ';
$strSuccess = 'Ç SQL åíôïëÞ óáò åêôåëÝóèçêå åðéôõ÷þò';
$strSum = 'Óýíïëï';
$strSwedish = 'ÓïõçäéêÜ';
$strSwitchToTable = 'ÌåôáöïñÜ óôïí áíôåãñáììÝíï ðßíáêá';
 
$strTable = 'Ðßíáêáò ';
$strTableComments = 'Ó÷üëéá Ðßíáêá';
$strTableEmpty = 'Ôï üíïìá ôïõ Ðßíáêá åßíáé êåíü!';
$strTableHasBeenDropped = 'Ï Ðßíáêáò %s äéåãñÜöç';
$strTableHasBeenEmptied = 'Ï Ðßíáêáò %s Üäåéáóå';
$strTableHasBeenFlushed = 'Ï Ðßíáêáò %s åêêáèáñßóôéêå ("FLUSH")';
$strTableMaintenance = 'ÓõíôÞñçóç Ðßíáêá';
$strTableOfContents = 'Ðßíáêáò ðåñéå÷ïìÝíùí';
$strTableOptions = 'ÅðéëïãÝò ðßíáêá';
$strTableStructure = 'ÄïìÞ Ðßíáêá ãéá ôïí Ðßíáêá';
$strTableType = 'Ôýðïò Ðßíáêá';
$strTables = '%s Ðßíáêáò/Ðßíáêåò';
$strTblPrivileges = 'Ðñïíüìéá ðéíÜêùí';
$strTextAreaLength = ' Åîáéôßáò ôïõ ìåãÝèïò ôïõ,<br /> áõôü ôï ðåäßï ßóùò íá ìç ìðïñåß íá äéïñèùèåß ';
$strThai = 'ÔáûëáíäéêÜ';
$strThisHost = 'Áõôüò ï äéáêïìéóôÞò';
$strThisNotDirectory = 'Äåí Þôáí öÜêåëïò';
$strThreadSuccessfullyKilled = 'Ç ëåéôïõñãßá %s äéåêüðç.';
$strTime = '×ñüíïò';
$strToggleScratchboard = '(Áð)åíåñãïðïßçóç ðßíáêá ó÷åäéáóìïý';
$strTotal = 'óõíïëéêÜ';
$strTotalUC = 'Óýíïëï';
$strTraditionalChinese = 'ÐáñáäïóéáêÜ ÊéíåæéêÜ';
$strTraffic = 'Êßíçóç';
$strTransformation_image_jpeg__inline = 'Åìöáíßæåé ìéá åéêüíá ðñïåðéóêüðçóçò ìå óýíäåóìï; åðéëïãÝò: ðëÜôïò, ýøïò óå pixels (äéáôçñåß ôéò áñ÷éêÝò áíáëïãßåò)';
$strTransformation_image_jpeg__link = 'Åìöáíßæåé Ýíáí óýíäåóìï ãéá áõôÞí ôçí åéêüíá.';
$strTransformation_image_png__inline = 'Äåßôå image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ðáßñíåé Ýíá ðåäßï TIME, TIMESTAMP Þ DATETIME êáé ôï ìïñöïðïéåß ÷ñçóéìïðïéþíôáò ôçí ôïðéêÞ ìïñöÞ. Ç ðñþôç åðéëïãÞ åßíáé ç äéáöïñÜ (óå þñåò) ðïõ èá ðñïóôåèåß óôçí þñá (Åî\' ïñéóìïý: 0). Ç äåýôåñç åðéëïãÞ åßíáé ìïñöÞ çìåñïìçíßáò üðùò ïñßæåôáé áðü ôéò äéáèÝóéìåò ðáñáìÝôñïõò ôçò åíôïëÞò strftime() ôçò PHP.';
$strTransformation_text_plain__external = 'ÌÏÍÏ ÃÉÁ LINUX: Åêôåëåß ìßá åîùôåñéêÞ åöáñìïãÞ êáé óôÝëíåé ôá äåäïìÝíá ìÝóù \'standard input\'. ÅðéóôñÝöåé ôï áðïôÝëåóìá ôçò åöáñìïãÞò. Åî\' ïñéóìïý ôéìÞ åßíáé ôï Tidy, ðïõ ôõðþíåé ìïñöïðïéçìÝíï êþäéêá HTML. Ãéá ëüãïõò áóöáëåßåò, ðñÝðåé ÷åéñïêßíçôá íá áëëÜîåôå ôï áñ÷åßï libraries/transformations/text_plain__external.inc.php êáé íá åéóÜãåôå ôéò åöáñìïãÝò ðïõ åóåßò åðéôñÝðåôå íá åêôåëïýíôáé. Ç ðñþôç åðéëïãÞ åßíáé ï áñéèìüò ôçò åöáñìïãÞò ðïõ èÝëåôå íá ÷ñçóéìïðïéÞóåôå êáé ç äåýôåñç åðéëïãÞ åßíáé ïé ðáñÜìåôñïé ôçò. Ç ôñßôç åðéëïãÞ, áí ôåèåß óå 1 èá ìåôáôñÝøåé ôï áðïôÝëåóìá ÷ñçóéìïðïéþíôáò ôçí åíôïëÞ htmlspecialchars() (Åî\' ïñéóìïý ôéìÞ: 1). Ç ôÝôáñôç åðéëïãÞ, áí ôåèåß óå 1 èá åéóÜãåé NOWRAP óôï êåëß ðåñéå÷ïìÝíïõ ïýôùò þóôå üëï ôï áðïôÝëåóìá íá åìöáíéóôåß ÷ùñßò áëëáãÝò óôçí äéÜôáîç (Åî\' ïñéóìïý ôéìÞ: 1)';
$strTransformation_text_plain__formatted = 'Äéáôçñåß ôçí áñ÷éêÞ ìïñöïðïßçóç ôïõ ðåäßïõ. Äåí ÷ñçóéìïðïéïýíôáé ÷áñáêôÞñåò äéáöõãÞò.';
$strTransformation_text_plain__imagelink = 'Åìöáíßæåé ìßá åéêüíá êáé Ýíá óýíäåóìï, ôï ðåäßï ðåñéÝ÷åé ôï üíïìá áñ÷åßïõ. Ç ðñþôç åðéëïãÞ åßíáé Ýíá ðñüèåìá üðùò "http://domain.com/", ç äåýôåñç åðéëïãÞ åßíáé ôï ðëÜôïò óå pixels, ç ôñßôç åßíáé ôï ýøïò.';
$strTransformation_text_plain__link = 'Åìöáíßæåé Ýíá óýíäåóìï, ôï ðåäßï ðåñéÝ÷åé ôï üíïìá áñ÷åßïõ. Ç ðñþôç åðéëïãÞ åßíáé Ýíá ðñüèåìá üðùò "http://domain.com/", ç äåýôåñç åðéëïãÞ åßíáé Ýíáò ôßôëïò ãéá ôïí óýíäåóìï.';
$strTransformation_text_plain__substr = 'Åìöáíßæåé ìüíï ìÝñïò åíüò áëöáñéèìçôéêïý. Ç ðñþôç åðéëïãÞ åßíáé ç èÝóç óôçí ïðïßá îåêéíÜ ç åìöÜíéóç ôïõ êåéìÝíïõ (Åî\' ïñéóìïý 0). Ç äåýôåñç åðéëïãÞ åßíáé ôï ìÞêïò ôïõ êåéìÝíïõ. Áí ìåßíåé êåíü èá åðéóôñáöåß üëï ôï áëöáñéèìçôéêü. Ç ôñßôç åðéëïãÞ êáèïñßæåé ðïéïé ÷áñáêôÞñåò èá áêïëïõèïýí ôï êåßìåíï üôáí åìöáíßæåôáé ìÝñïò ôïõ (Åî\' ïñéóìïý: ...) .';
$strTruncateQueries = 'ÁðïêïðÞ åìöáíéæüìåíùí åðåñùôçìÜôùí';
$strTurkish = 'ÔïõñêéêÜ';
$strType = 'Ôýðïò';
 
$strUkrainian = 'ÏõêñáíéêÜ';
$strUncheckAll = 'ÁðåðéëïãÞ üëùí';
$strUnicode = 'Unicode';
$strUnique = 'Ìïíáäéêü';
$strUnknown = 'Üãíùóôï';
$strUnselectAll = 'ÁðåðéëïãÞ üëùí';
$strUpdComTab = 'Ðáñáêáëþ äéáâÜóôå óôçí ôåêìçñßùóç ãéá ôï ðùò ìðïñåßôå íá áíáíåþóåôå ôïí ðßíáêá Column_comments';
$strUpdatePrivMessage = 'Ôá ðñïíüìéá ôïõ ÷ñÞóôç %s åíçìåñþèçêáí.';
$strUpdateProfileMessage = 'Ôá óôïé÷åßá áíáíåþèçêáí.';
$strUpdateQuery = 'ÅíçìÝñùóç ôçò åíôïëÞò';
$strUsage = '×ñÞóç';
$strUseBackquotes = '×ñÞóç áíÜðïäùí åéóáãùãéêþí óôá ïíüìáôá ôùí ÐéíÜêùí êáé ôùí Ðåäßùí';
$strUseHostTable = 'Use Host Table';
$strUseTables = '×ñÞóç ÐéíÜêùí';
$strUseTextField = '×ñçóéìïðïéÞóôå ôï ðåäßï êåéìÝíïõ';
$strUseThisValue = '×ñÞóç áõôÞò ôçò ôéìÞò';
$strUser = '×ñÞóôçò';
$strUserAlreadyExists = 'Ï ÷ñÞóôçò %s õðÜñ÷åé Þäç!';
$strUserEmpty = 'Ôï üíïìá ôïõ ÷ñÞóôç åßíáé êåíü!';
$strUserName = '¼íïìá ÷ñÞóôç';
$strUserNotFound = 'Ï åðéëåãìÝíïò ÷ñÞóôçò äåí âñÝèçêå óôïí ðßíáêá ðñïíïìßùí.';
$strUserOverview = 'Ðåñßëçøç ÷ñçóôþí';
$strUsersDeleted = 'Ïé åðéëåãìÝíïé ÷ñÞóôåò äéåãñÜöçóáí åðéôõ÷þò.';
$strUsersHavingAccessToDb = '×ñÞóôåò ìå ðñüóâáóç óôç âÜóç &quot;%s&quot;';
 
$strValidateSQL = 'Åðéêýñùóç SQL';
$strValidatorError = 'Ï åðéêõñùôÞò SQL äåí ìðüñåóå íá åíåñãïðïéçèåß. Ðáñáêáëþ åëÝãîôå üôé Ý÷åôå åãêáôáóôÞóåé ôçò áðáñáßôçôåò åðåêôÜóåéò ôçò php üðùò ðåñéãñÜöåôáé óôçí %sdocumentation%s.';
$strValue = 'ÔéìÞ';
$strVar = 'ÌåôáâëçôÞ';
$strViewDump = 'ÅìöÜíéóç ó÷Þìáôïò ôïõ ðßíáêá';
$strViewDumpDB = 'ÅìöÜíéóç ó÷Þìáôïò ôçò âÜóçò';
$strViewDumpDatabases = 'ÅìöÜíéóçò ó÷Þìáôïò âÜóåùí';
 
$strWebServerUploadDirectory = 'ÕðïêáôÜëïãïò áðïèÞêåõóçò áñ÷åßùí äéáêïìéóôÞ';
$strWebServerUploadDirectoryError = 'Ï õðïêáôÜëïãïò ðïõ ïñßóáôå ãéá ôçí áðïèÞêåõóç áñ÷åßùí äåí ìðüñåóå íá âñåèåß';
$strWelcome = 'ÊáëùóÞñèáôå óôï %s';
$strWestEuropean = 'ÄõôéêÞò Åõñþðçò';
$strWildcard = 'ìðáëáíôÝñ';
$strWindowNotFound = 'Äåí Þôáí äõíáôü íá áíáíåùèåß ôï target ðáñÜèõñï ôïõ ðåñéçãçôÞ. ºóùò êëåßóáôå ôï parent ðáñÜèõñï Þ ï ðåñéçãçôÞò óáò äåí åðéôñÝðåé ôéò áíáíåþóåéò ìåôáîý ðáñáèýñùí ëüãù ñõèìßóåùí áóöáëåßáò.';
$strWithChecked = 'Ìå ôïõò åðéëåãìÝíïõò:';
$strWritingCommentNotPossible = 'Ç åããñáöÞ ôïõ ó÷ïëßïõ äåí Þôáí äõíáôÞ';
$strWritingRelationNotPossible = 'Ç åããñáöÞ ôçò ó÷Ýóçò äåí Þôáí äõíáôÞ';
$strWrongUser = 'ËáíèáóìÝíï üíïìá ÷ñÞóôç/êùäéêüò ðñüóâáóçò. \'Áñíçóç ðñüóâáóçò.';
 
$strXML = 'XML';
 
$strYes = 'Íáé';
 
$strZeroRemovesTheLimit = 'Óçìåßùóç: Áí ïñßóåôå áõôÝò ôéò åðéëïãÝò óå 0 (ìçäÝí) áöáéñåßôå ï ðåñéïñéóìüò.';
$strZip = 'óõìðßåóç «zip»';
// To Translate
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
 
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/greek-utf-8.inc.php
0,0 → 1,986
<?php
/* $Id: greek-utf-8.inc.php,v 2.116.2.3 2006/03/23 17:42:13 lem9 Exp $ */
 
/* Translated by Kyriakos Xagoraris <theremon at users.sourceforge.net> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ');
$month = array('Ιαν', 'Φεβ', 'Μάρ', 'Απρ', 'Μάι', 'Ιούν', 'Ιούλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, στις %I:%M %p';
 
// To Arrange
 
$timespanfmt = '%s μέρες, %s ώρες, %s λεπτά and %s δευτερόλεπτα';
 
$strAPrimaryKey = 'Ένα πρωτεύον κλειδί προστέθηκε στο %s';
$strAbortedClients = 'Ακυρωμένες συνδέσεις';
$strAbsolutePathToDocSqlDir = 'Παρακαλώ εισάγετε την απόλυτη διαδρομή στον διακομιστή για τον υποκατάλογο του docSQL';
$strAccessDenied = '\'Αρνηση Πρόσβασης';
$strAccessDeniedExplanation = 'Το phpMyAdmin προσπάθησε να συνδεθεί με τον διακομιστή MySQL αλλά ο διακομιστής απέριψε τη σύνδεση. Θα πρέπει να ελέγξετε την διεύθυνση, το όνομα χρήστη και τον κωδικό πρόσβασης στο αρχείο ρυθμίσεων config.inc.php και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο διαχειρηστής του διακομιστή MySQL.';
$strAction = 'Ενέργεια';
$strAddAutoIncrement = 'Προσθήκη τιμής AUTO_INCREMENT';
$strAddDeleteColumn = 'Προσθήκη/Αφαίρεση Στήλης Πεδίου';
$strAddDeleteRow = 'Προσθήκη/Αφαίρεση Γραμμής Κριτηρίων';
$strAddDropDatabase = 'Προσθήκη DROP DATABASE';
$strAddIntoComments = 'Προσθήκη στα σχόλια';
$strAddNewField = 'Προσθήκη νέου Πεδίου';
$strAddPrivilegesOnDb = 'Προσθήκη προνομίων στην ακόλουθη βάση δεδομένων';
$strAddPrivilegesOnTbl = 'Προσθήκη δεδομένων στον ακόλουθο πίνακα';
$strAddSearchConditions = 'Προσθήκη νέου όρου (σώμα της "where" πρότασης):';
$strAddToIndex = 'Προσθήκη στο ευρετήριο &nbsp;%s&nbsp;κολώνας(ων)';
$strAddUser = 'Προσθήκη νέου Χρήστη';
$strAddUserMessage = 'Προσθέσατε ένα νέο χρήστη.';
$strAddedColumnComment = 'Το σχόλιο της στήλης προστέθηκε';
$strAddedColumnRelation = 'Η συσχέτιση της στήλης προστέθηκε';
$strAdministration = 'Διαχείριση';
$strAffectedRows = 'Επηρρεαζόμενες εγγραφές:';
$strAfter = 'Μετά το %s';
$strAfterInsertBack = 'Επιστροφή';
$strAfterInsertNewInsert = 'Εισαγωγή νέας εγγραφής';
$strAll = 'Όλα';
$strAllTableSameWidth = 'εμφάνιση όλων των πινάκων με το ίδιο πλάτος;';
$strAlterOrderBy = 'Αλλαγή ταξινόμησης Πίνακα κατά';
$strAnIndex = 'Ένα ευρετήριο προστέθηκε στο %s';
$strAnalyzeTable = 'Ανάλυση Πίνακα';
$strAnd = 'Και';
$strAny = 'Οποιοδήποτε';
$strAnyHost = 'Οποιοδήποτε Σύστημα';
$strAnyUser = 'Οποιοσδήποτε Χρήστης';
$strArabic = 'Αραβικά';
$strArmenian = 'Αρμενικά';
$strAscending = 'Αύξουσα';
$strAtBeginningOfTable = 'Στην αρχή του Πίνακα';
$strAtEndOfTable = 'Στο τέλος του Πίνακα';
$strAttr = 'Χαρακτηριστικά';
$strAutodetect = 'Αυτόματη ανίχνευση';
$strAutomaticLayout = 'Αυτόματη διάταξη';
 
$strBack = 'Επιστροφή';
$strBaltic = 'Βαλτικής';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Δυαδικό';
$strBinaryDoNotEdit = 'Δυαδικό - χωρίς δυνατότητα επεξεργασίας';
$strBookmarkDeleted = 'Η ετικέτα διεγράφη.';
$strBookmarkLabel = 'Τίτλος';
$strBookmarkQuery = 'Αποθηκευμένο επερώτημα SQL';
$strBookmarkThis = 'Αποθήκευση αυτού του επερωτήματος SQL';
$strBookmarkView = 'Μόνο ανάγνωση';
$strBrowse = 'Περιήγηση';
$strBulgarian = 'Βουλγαρικά';
$strBzError = 'Το phpMyAdmin δεν μπόρεσε να συμπιέσει το αρχείο εξόδου λόγω προβλήματος στην επέκταση Bz2 αυτής της έκδοσης php. Προτείνεται να ορίσετε την τιμή της μεταβλητής <code>$cfg[\'BZipDump\']</code> στο αρχείο ρυθμίσεων του phpMyAdmin σε <code>FALSE</code>. Εάν θέλετε να χρησιμοποιήσετε λειτουργίες συμπίεσης τύπου Bz2, θα πρέπει να αναβαθμίσετε την php σε μεταγενέστερη έκδοση. Δείτε την αναφορά προβλήματος php %s για περισσότερες λεπτομέρειες.';
$strBzip = 'συμπίεση «bzip»';
 
$strCSVOptions = 'Επιλογές CSV';
$strCannotLogin = 'Δεν ήταν δυνατή η σύνδεση με τον διακομιστή MySQL';
$strCantLoad = 'δεν ήταν δυνατή η φόρτωση της επέκτασης %s ,<br />παρακαλώ ελέγξτε τις ρυθμίσεις της PHP';
$strCantLoadRecodeIconv = 'Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Η μετονομασία του ευρετηρίου σε PRIMARY σε είναι εφικτή!';
$strCantUseRecodeIconv = 'Δεν είναι δυνατή η χρήση της επέκτασης iconv ούτε της libiconv ούτε της ρουτίνας recode_string, ενώ η επέκταση έχει φορτωθεί. Ελέξτε τις ρυθμίσεις της php.';
$strCardinality = 'Μοναδικότητα';
$strCentralEuropean = 'Κεντρικής Ευρώπης';
$strChange = 'Αλλαγή';
$strChangeCopyMode = 'Δημιουργία νέα χρήστη με τα ίδια προνόμια και ...';
$strChangeCopyModeCopy = '... διατήρηση του παλιού χρήστη.';
$strChangeCopyModeDeleteAndReload = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών και επαναφόρτωση των προνομίων.';
$strChangeCopyModeJustDelete = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών.';
$strChangeCopyModeRevoke = ' ... ανάκληση των προνομίων του παλιού χρήστη και διαγραφή του.';
$strChangeCopyUser = 'Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη';
$strChangeDisplay = 'Επιλέξτε πεδίο για εμφάνιση';
$strChangePassword = 'Αλλαγή κωδικού πρόσβασης';
$strCharset = 'Σετ χαρακτήρων';
$strCharsetOfFile = 'Σετ χαρακτήρων του αρχείου:';
$strCharsets = 'Σετ χαρακτήρων';
$strCheckAll = 'Επιλογή όλων';
$strCheckPrivs = 'Έλεγχος Προνομίων';
$strCheckPrivsLong = 'Έλεγχος προνομίων για τη βάση &quot;%s&quot;.';
$strCheckTable = 'Έλεγχος πίνακα';
$strChoosePage = 'Παρακαλώ επιλέξτε σελίδα για αλλαγή';
$strColComFeat = 'Εμφάνιση σχολίων πεδίων';
$strColumnNames = 'Ονόματα στηλών';
$strColumnPrivileges = 'Προνόμια πεδίων';
$strCommand = 'Εντολή';
$strComments = 'Σχόλια';
$strCompleteInserts = 'Ολοκληρωμένες εντολές «Insert»';
$strCompression = 'Συμπίεση';
$strConfigFileError = 'Το phpMyAdmin δεν μπόρεσε να διαβάσει το αρχείο ρυθμίσεων!<br />Αυτό μπορεί να συμβεί εάν η php βρει κάποιο λάθος στο αρχείο ή εάν η php δεν μπορεί να βρει το αρχείο.<br />Παρακαλώ καλέστε το αρχείο ρυθμίσεων απ\' ευθείας χρησιμοποιώντας το ακόλουθο link και διαβάστε τα μυνήματα λάθους που θα επιστρέψει η php. Στις περισσότερες περιπτώσεις κάπου λείπουν εισαγωγικά (") ή ερωτιματικά (;).<br />Εάν η php επιστρέψει μια λευκή σελίδα, όλα είναι σωστά.';
$strConfigureTableCoord = 'Παρακαλώ ορίστε τις συντεταγμένες για τον πίνακα %s';
$strConnections = 'Συνδέσεις';
$strCookiesRequired = 'Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies.';
$strCopyTable = 'Αντιγραφή πίνακα σε (βάση<b>.</b>πίνακας):';
$strCopyTableOK = 'Ο Πίνακας %s αντιγράφηκε στο %s.';
$strCopyTableSameNames = 'Δεν είναι δυνατή η αντιγραφή του πίνακα στον εαυτό του!';
$strCouldNotKill = 'Το phpMyAdmin δεν μπόρεσε να διακόψει τη λειτουργία %s. Μπορεί να έχει ήδη σταματήσει.';
$strCreate = 'Δημιουργία';
$strCreateIndex = 'Δημιουργία ευρετηρίου σε &nbsp;%s&nbsp;πεδία';
$strCreateIndexTopic = 'Δημιουργία νέου ευρετηρίου';
$strCreateNewDatabase = 'Δημιουργία νέας βάσης';
$strCreateNewTable = 'Δημιουργία νέου πίνακα στη βάση %s';
$strCreatePage = 'Δημιουργία νέας σελίδας';
$strCreatePdfFeat = 'Δημιουργία αρχείων PDF';
$strCriteria = 'Κριτήρια';
$strCroatian = 'Κροατικά';
$strCyrillic = 'Κυριλλικά';
$strCzech = 'Τσεχικά';
 
$strDBComment = 'Σχόλιο βάσης: ';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Γραμμή';
$strDBGMaxTimeMs = 'Μεγ. χρόνος, ms';
$strDBGMinTimeMs = 'Ελαχ. χρόνος, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Χρόνος/Hit, ms';
$strDBGTotalTimeMs = 'Συνολ. χρόνου, ms';
$strDanish = 'Δανικά';
$strData = 'Δεδομένα';
$strDataDict = 'Λεξικό δεδομένων';
$strDataOnly = 'Μόνο τα δεδομένα';
$strDatabase = 'Βάση';
$strDatabaseExportOptions = 'Επιλογές εξαγωγής βάσης δεδομένων';
$strDatabaseHasBeenDropped = 'Η βάση δεδομένων %s διεγράφη.';
$strDatabaseNoTable = 'Αυτή η βάση δεν περιέχει πίνακες!';
$strDatabases = 'Βάσεις Δεδομένων';
$strDatabasesDropped = '%s βάσεις δεδομένων διεγράφησαν επιτυχώς.';
$strDatabasesStats = 'Στατιστικά βάσης';
$strDatabasesStatsDisable = 'Απενεργοποίηση Στατιστικών';
$strDatabasesStatsEnable = 'Ενεργοποίηση Στατιστικών';
$strDatabasesStatsHeavyTraffic = 'Σημείωση: Η ενεργοποίηση στατιστικών μπορεί να προκαλέσει μεγάλη μεταφορά δεδομένων μεταξύ του διακομιστή διαδικτύου και του διακομιστή MySQL.';
$strDbPrivileges = 'Προνόμια βάσης δεδομένων';
$strDbSpecific = 'Χρήστης Βάσης';
$strDefault = 'Προκαθορισμένο';
$strDefaultValueHelp = 'Για προκαθορισμένες τιμές, παρακαλώ εισάγετε μία τιμή, χωρίς χαρακτήρες διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a';
$strDelOld = 'Η τρέχουσα σελίδα έχει αναφορές σε πίνακες που δεν υπάρχουν πια. Θέλετε να διαγραφές αυτές οι αναφορές;';
$strDelete = 'Διαγραφή';
$strDeleteAndFlush = 'Διαγραφή των χρηστών και επαναφόρτωση των προνομίων.';
$strDeleteAndFlushDescr = 'Αυτός είναι ο πιο "καθαρός" τρόπος, αλλά η επαναφόρτωση των προνομίων μπορεί να καθυστερήσει.';
$strDeleted = 'Η Εγγραφή έχει διαγραφεί';
$strDeletedRows = 'Διαγραμμένες Εγγραφές:';
$strDeleting = 'Διαγραφή %s';
$strDescending = 'Φθίνουσα';
$strDescription = 'Περιγραφή';
$strDictionary = 'λεξικό';
$strDisabled = 'Απενεργοποιημένο';
$strDisplayFeat = 'Λειτουργίες εμφάνισης';
$strDisplayOrder = 'Σειρά εμφάνισης:';
$strDisplayPDF = 'Εμφάνιση σχήματος PDF';
$strDoAQuery = 'Εκτέλεσε ένα «επερώτημα κατά παράδειγμα» (χαρακτήρας μπαλαντέρ "%")';
$strDoYouReally = 'Θέλετε να εκτελέσετε την εντολή';
$strDocu = 'Τεκμηρίωση';
$strDrop = 'Διαγραφή';
$strDropUsersDb = 'Διαγραφή βάσεων δεδομένων που έχουν ίδια ονόματα με χρήστες.';
$strDumpSaved = 'Το αρχείο εξόδου αποθηκεύτηκε ως %s.';
$strDumpXRows = 'Εμφάνιση %s εγγραφών ξεκινώντας από την εγγραφή %s.';
$strDumpingData = '\'Αδειασμα δεδομένων του πίνακα';
$strDynamic = 'δυναμικά';
 
$strEdit = 'Επεξεργασία';
$strEditPDFPages = 'Αλλαγή σελίδων PDF';
$strEditPrivileges = 'Επεξεργασία Προνομίων';
$strEffective = 'Αποτελεσματικός';
$strEmpty = '\'Αδειασμα';
$strEmptyResultSet = 'Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή).';
$strEnabled = 'Ενεργοποιημένο';
$strEnd = 'Τέλος';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Αγγλικά';
$strEnglishPrivileges = ' Σημείωση: Τα ονόματα προνομίων της MySQL εκφράζονται στα Αγγλικά ';
$strError = 'λάθος';
$strEstonian = 'Εσθονικά';
$strExcelOptions = 'Επιλογές Excel';
$strExecuteBookmarked = 'Εκτέλεση αποθηκευμένου επερωτήματος';
$strExplain = 'Ανάλυση SQL';
$strExport = 'Εξαγωγή';
$strExtendedInserts = 'Εκτεταμένες εντολές «Insert»';
$strExtra = 'Πρόσθετα';
 
$strFailedAttempts = 'Αποτυχημένες προσπάθειες';
$strField = 'Πεδίο';
$strFieldHasBeenDropped = 'Το πεδίο %s διεγράφη';
$strFields = 'Πεδία';
$strFieldsEmpty = ' Η απαρίθμηση των πεδίων είναι κενή! ';
$strFieldsEnclosedBy = 'Πεδία που περικλείονται σε';
$strFieldsEscapedBy = 'Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής ';
$strFieldsTerminatedBy = 'Πεδία που τελειώνουν σε';
$strFileAlreadyExists = 'Το αρχείο %s υπάρχει ήδη στον διακομιστή. Επιλέξτε διαφορετικό όνομα αρχείου ή ενεργοποιήστε την επιλογή αντικατάστασης.';
$strFileCouldNotBeRead = 'Δεν ήταν δυνατή η ανάγνωση του αρχείου';
$strFileNameTemplate = 'Μορφή ονόματος αρχείου';
$strFileNameTemplateRemember = 'αποθήκευση μορφής';
$strFixed = 'προκαθορισμένου μήκους';
$strFlushPrivilegesNote = 'Σημείωση: Το phpMyAdmin διαβάζει τα προνόμια των χρηστών απ\' ευθείεας από τους πίνακες προνομίων της MySQL. Το περιεχόμενο αυτών των πινάκων μπορεί να διαφέρει από τα προνόμια που χρησιμοποιεί ο διακομιστής εάν έχουν γίνει αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε τα προνόμια%s πριν συνεχίσετε.';
$strFlushTable = 'Εκκαθάριση ("FLUSH") πίνακα';
$strFormEmpty = 'Ελλειπής τιμή στο πεδίο !';
$strFormat = 'Μορφοποίηση';
$strFullText = 'Πλήρη κείμενα';
$strFunction = 'Έλεγχος';
 
$strGenBy = 'Δημιουργήθηκε από:';
$strGenTime = 'Χρόνος δημιουργίας';
$strGeneralRelationFeat = 'Γενικές λειτουργίες συσχέτισης';
$strGerman = 'Γερμανικά';
$strGlobal = 'Γενικός';
$strGlobalPrivileges = 'Γενικά προνόμια';
$strGlobalValue = 'Γενική τιμή';
$strGo = 'Εκτέλεση';
$strGrantOption = 'Χορήγηση'; // Grant
$strGreek = 'Ελληνικά';
$strGzip = 'συμπίεση «gzip»';
 
$strHasBeenAltered = 'έχει αλλαχθεί.';
$strHasBeenCreated = 'έχει δημιουργηθεί.';
$strHaveToShow = 'Πρέπει να επιλέξετε τουλάχιστον μία στήλη για εμφάνιση';
$strHebrew = 'Εβραϊκά';
$strHome = 'Κεντρική σελίδα';
$strHomepageOfficial = 'Επίσημη σελίδα του phpMyAdmin';
$strHost = 'Σύστημα';
$strHostEmpty = 'Το όνομα του Συστήματος είναι κενό!';
$strHungarian = 'Ουγγρικά';
 
$strId = 'ID';
$strIdxFulltext = 'Πλήρες κείμενο';
$strIgnore = 'Παράληψη';
$strIgnoringFile = 'Παράκαμψη του αρχείου %s';
$strImportDocSQL = 'Εισαγωγή αρχείων docSQL';
$strImportFiles = 'Εισαγωγή αρχείων';
$strInUse = 'σε χρήση';
$strIndex = 'Ευρετήριο';
$strIndexHasBeenDropped = 'Το ευρετήριο %s διεγράφη';
$strIndexName = 'Όνομα ευρετηρίου&nbsp;:';
$strIndexType = 'Τύπος ευρετηρίου&nbsp;:';
$strIndexes = 'Ευρετήρια';
$strInnodbStat = 'Κατάσταση InnoDB';
$strInsecureMySQL = 'Το αρχείο ρυθμίσεών σας περιέχει ρυθμίσεις (χρήστης root χωρίς κωδικό πρόσβασης) που αντιστοιχούν στον εξ\' ορισμού λογαριασμό χρήστη MySQL. Ο διακομιστής MySQL σας που τρέχει με αυτή τη ρύθμιση, είναι ανοιχτός σε επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα.';
$strInsert = 'Εισαγωγή';
$strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφές';
$strInsertNewRow = 'Εισαγωγή νέας εγγραφής';
$strInsertedRowId = 'id εισαγμένης εγγραφής:';
$strInsertedRows = 'Εισαγόμενες εγγραφές:';
 
$strJapanese = 'Ιαπωνικά';
$strJumpToDB = 'Μεταπήδηση στην βάση &quot;%s&quot;.';
$strJustDelete = 'Απλή διαγραφή των χρηστών από τους πίνακες προνομίων.';
$strJustDeleteDescr = 'Οι &quot;διεγραμμένοι&quot; χρήστες θα συνεχίσουν να έχουν πρόσβαση στον διακομιστή μέχρις ότου να επαναφορτωθούν οι πίνακες προνομίων.';
 
$strKeepPass = 'Διατήρηση κωδικού πρόσβασης';
$strKeyname = 'Όνομα κλειδιού';
$strKill = 'Τερματισμός';
$strKorean = 'Κορεατικά';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Επιλογές LaTeX';
$strLandscape = 'Οριζόντια διάταξη';
$strLengthSet = 'Μήκος/Τιμές*';
$strLimitNumRows = 'Εγγραφές ανά σελίδα';
$strLinesTerminatedBy = 'Γραμμές που τελειώνουν σε';
$strLinkNotFound = 'Δεν βρέθηκε η σύνδεση';
$strLinksTo = 'Σύνδεση με';
$strLithuanian = 'Λιθουανικά';
$strLocalhost = 'Τοπικό';
$strLocationTextfile = 'Τοποθεσία του αρχείου κειμένου';
$strLogPassword = 'Κωδικός πρόσβασης:';
$strLogUsername = 'Όνομα χρήστη:';
$strLogin = 'Σύνδεση';
$strLoginInformation = 'Πληροφορίες Σύνδεσης';
$strLogout = 'Αποσύνδεση';
 
$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\' ή \'a\\\'b\').';
$strMIME_without = 'Οι τύποι MIME που εμφανίζονται με πλάγια γράμματα δεν έχουν ξεχωριστή λειτουργία μετατροπής';
$strModifications = 'Οι αλλαγές αποθηκεύτηκαν';
$strModify = 'Τροποποίηση';
$strModifyIndexTopic = 'Αλλαγή ενός ευρετηρίου';
$strMoveTable = 'Μεταφορά πίνακα σε (βάση<b>.</b>πίνακας):';
$strMoveTableOK = 'Ο πίνακας %s μεταφέρθηκε στο %s.';
$strMoveTableSameNames = 'Δεν είναι δυνατή η μεταφορά του πίνακα στον εαυτό του!';
$strMultilingual = 'πολυγλωσσικό';
$strMySQLCharset = 'Σετ χαρακτήρων της MySQL';
$strMySQLSaid = 'Η MySQL επέστρεψε το μύνημα: ';
$strMySQLShowProcess = 'Εμφάνιση διεργασιών';
$strMySQLShowStatus = 'Εμφάνιση πληροφορών εκτέλεσης της MySQL';
$strMySQLShowVars = 'Εμφάνιση μεταβλητών της MySQL';
 
$strName = 'Όνομα';
$strNext = 'Επόμενο';
$strNo = 'Όχι';
$strNoDatabases = 'Δεν υπάρχουν βάσεις δεδομένων';
$strNoDatabasesSelected = 'Δεν έχετε επιλέξει βάσεις.';
$strNoDescription = 'χωρίς περιγραφή';
$strNoDropDatabases = 'Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί.';
$strNoExplain = 'Χωρίς ανάλυση SQL';
$strNoFrames = 'Το phpMyAdmin είναι πιο φιλικό με έναν browser <b>που υποστηρίζει frames</b>.';
$strNoIndex = 'Δεν ορίστηκε ευρετήριο!';
$strNoIndexPartsDefined = 'Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!';
$strNoModification = 'Χωρίς αλλαγή';
$strNoOptions = 'Αυτή η μορφή δεν έχει επιλογές';
$strNoPassword = 'Χωρίς Κωδικό Πρόσβασης';
$strNoPermission = 'Ο διακομιστής δεν έχει δικαιώματα αποθήκευσης του αρχείου %s.';
$strNoPhp = 'χωρίς κώδικα PHP';
$strNoPrivileges = 'Χωρίς Προνόμια';
$strNoRights = 'Δεν έχετε αρκετά δικαιώματα να είσαστε εδώ τώρα!';
$strNoSpace = 'Δεν υπάρχει διαθέσιμος χώρος για την αποθήκευση του αρχείου %s.';
$strNoTablesFound = 'Δεν βρέθηκαν Πίνακες στη βάση.';
$strNoUsersFound = 'Δεν βρέθηκαν χρήστες.';
$strNoValidateSQL = 'Skip Validate SQL';
$strNone = 'Κανένα';
$strNotNumber = 'Αυτό δεν είναι αριθμός!';
$strNotOK = 'ΛΑΘΟΣ';
$strNotSet = 'Ο πίνακας <b>%s</b> δεν βρέθηκε ή δεν ορίστηκε στη %s';
$strNull = 'Κενό';
$strNumSearchResultsInTable = '%s αποτελέσματα στον πίνακα <i>%s</i>';
$strNumSearchResultsTotal = '<b>Σύνολο:</b> <i>%s</i> αποτελέσματα';
$strNumTables = 'Πίνακες';
 
$strOK = 'OK';
$strOperations = 'Λειτουργίες';
$strOptimizeTable = 'Βελτιστοποίηση Πίνακα';
$strOr = 'Ή';
$strOverhead = 'Επιβάρυνση';
$strOverwriteExisting = 'Αντικατάσταση υπαρχόντων αρχείων';
 
$strPHP40203 = 'Χρησιμοποιείτε την PHP 4.2.3, η οποία είχε ένα σοβαρό πρόβλημα με αλφαριθμητικά τύπου multi-byte (mbstring). Δείτε το αναφορά προβλήματος PHP 19404. Αυτή η έκδοση της PHP δεν προτείνεται για χρήση με το phpMyAdmin.';
$strPHPVersion = 'Έκδοση PHP';
$strPageNumber = 'Σελίδα:';
$strPaperSize = 'Μέγεθος χαρτιού';
$strPartialText = 'Επιμέρους κείμενα';
$strPassword = 'Κωδικός Πρόσβασης';
$strPasswordChanged = 'Ο Κωδικός Πρόσβασης για τον χρήστη %s άλλαξε επιτυχώς.';
$strPasswordEmpty = 'Ο Κωδικός Πρόσβασης είναι κενός!';
$strPasswordNotSame = 'Οι κωδικοί πρόσβασης δεν είναι ίδιοι!';
$strPdfDbSchema = 'Σχήμα της βάσης "%s" - Σελίδα %s';
$strPdfInvalidTblName = 'Ο πίνακας "%s" δεν υπάρχει!';
$strPdfNoTables = 'Δεν υπάρχουν πίνακες';
$strPerHour = 'ανά ώρα';
$strPerMinute = 'ανά λεπτό';
$strPerSecond = 'ανά δευτερόλεπτο';
$strPhoneBook = 'τηλ. κατάλογος';
$strPhp = 'Δημιουργία κώδικα PHP';
$strPmaDocumentation = 'Τεκμηρίωση phpMyAdmin';
$strPmaUriError = 'Η εντολή <tt>$cfg[\'PmaAbsoluteUri\']</tt> ΠΡΕΠΕΙ να οριστεί στο αρχείο ρυθμίσεων!';
$strPortrait = 'Κάθετη διάταξη';
$strPos1 = 'Αρχή';
$strPrevious = 'Προηγούμενο';
$strPrimary = 'Πρωτεύον';
$strPrimaryKeyHasBeenDropped = 'Το πρωτεύον κλειδί διεγράφη';
$strPrimaryKeyName = 'Το όνομα του πρωτεύοντος κλειδιού πρέπει να είναι... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>πρέπει</b> να είναι το όνομα του πρωτεύοντος κλειδιού και <b>μόνο αυτού</b> !)';
$strPrint = 'Εκτύπωση';
$strPrintView = 'Εμφάνιση για εκτύπωση';
$strPrivDescAllPrivileges = 'Περιλαμβάνει όλα τα προνόμια εκτός από το GRANT.';
$strPrivDescAlter = 'Επιτρέπει την αλλαγή δομής των υπαρχόντων πινάκων.';
$strPrivDescCreateDb = 'Επιτρέπει τη δημιουργία νέων βάσεων και πινάκων.';
$strPrivDescCreateTbl = 'Επιτρέπει τη δημιουργία νέων πινάκων.';
$strPrivDescCreateTmpTable = 'Επιτρέπει τη δημιουργία προσωρινών πινάκων.';
$strPrivDescDelete = 'Επιτρέπει τη διαγραφή δεδομένων.';
$strPrivDescDropDb = 'Επιτρέπει τη διαγραφή βάσεων και πινάκων.';
$strPrivDescDropTbl = 'Επιτρέπει τη διαγραφή πινάκων.';
$strPrivDescExecute = 'Επιτρέπει την εκτέλεση αποθηκευμένων ρουτινών. Δεν έχει χρήση σε αυτήν την έκδοση MySQL version.';
$strPrivDescFile = 'Επιτρέπει την εισαγωγή και εξαγωγή δεδομένων από και σε αρχεία.';
$strPrivDescGrant = 'Επιτρέπει την προσθήκη χρηστών και προνομίων χωρίς να επαναφορτώσετε τους πίνακες προνομίων.';
$strPrivDescIndex = 'Επιτρέπει την δημιουργία και την διαγραφή ευρετηρίων.';
$strPrivDescInsert = 'Επιτρέπει την εισαγωγή και την αντικατάσταση δεδομένων.';
$strPrivDescLockTables = 'Επιτρέπει το κλείδωμα πινάκων για την τρέχουσα λειτουργία.';
$strPrivDescMaxConnections = 'Περιορίζει τον αριθμό των νέων συνδέσεων που ο χρήστης μπορεί να ξεκινήσει ανά ώρα.';
$strPrivDescMaxQuestions = 'Περιορίζει τον αριθμό των επερωτημάτων που ο χρήστης μπορεί να στείλει στον διακομιστή ανά ώρα.';
$strPrivDescMaxUpdates = 'Περιορίζει τον αριθμό των αλλαγής πινάκων ή βάσεων που ο χρήστης μπορεί να εκετελέσει ανά ώρα.';
$strPrivDescProcess3 = 'Επιτρέπει την διακοπή διεργασιών άλλων χρηστών.';
$strPrivDescProcess4 = 'Επιτρέπει την εμφάνιση ολοκληρωμένων επερωτημάτων στη λίστα διεργασιών.';
$strPrivDescReferences = 'Δεν έχει χρήση σε αυτήν την έκδοση MySQL.';
$strPrivDescReload = 'Επιτρέπει την επανεκκίνηση του διακομιστή και τον καθαρισμό των προσωρινών αρχείων του.';
$strPrivDescReplClient = 'Δίνει το δικαίωμα στον χρήστη να βρει που είναι οι κύριοι και δευτερεύοντες διακομιστές.';
$strPrivDescReplSlave = 'Απαιτείται για τους δευτερευόντες διακομιστές αναπαραγωγής.';
$strPrivDescSelect = 'Επιτρέπει την ανάγνωση δεδομένων.';
$strPrivDescShowDb = 'Δίνει πρόσβαση στην πλήρη λίστα των βάσεων δεδομένων.';
$strPrivDescShutdown = 'Επιτρέπει την διακοπή λειτουργίας του διακομιστή.';
$strPrivDescSuper = 'Επιτρέπει τη σύνδεση, ακόμα και όταν ο μέγιστος αριθμός συνδέσεων έχει καλυθφεί; Απαιτείται για τις περισσότερες λειτουργίες διαχείρισης όπως ο ορισμός γενικών μεταβλητών ή τη διακοπή λειτουργιών άλλων χρηστών.';
$strPrivDescUpdate = 'Επιτρέπει την αλλαγή δεδομένων.';
$strPrivDescUsage = 'Χωρίς προνόμια.';
$strPrivileges = 'Προνόμια';
$strPrivilegesReloaded = 'Τα προνόμια επαναφορτώθηκαν επιτυχώς.';
$strProcesslist = 'Λίστα διεργασιών';
$strPutColNames = 'Εμφάνιση ονομάτων πεδίων στην πρώτη γραμμή';
 
$strQBE = 'Επερώτημα κατά παράδειγμα';
$strQBEDel = 'Διαγραφή';
$strQBEIns = 'Εισαγωγή';
$strQueryFrame = 'Παράθυρο επερωτήματος';
$strQueryOnDb = 'Εντολή SQL στη βάση <b>%s</b>:';
$strQuerySQLHistory = 'Ιστορικό SQL';
$strQueryStatistics = '<b>Στατιστικά επερωτημάτων</b>: Από την έναρξη λειτουργίας, %s επερωτήματα έχουν σταλεί στον διακομιστή.';
$strQueryTime = 'Το επερώτημα χρειάστηκε %01.4f δευτ/τα';
$strQueryType = 'Τύπος επερωτήματος';
$strQueryWindowLock = 'Να μην αλλάξει το επερώτημα από εξωτερική πηγή';
 
$strReType = 'Επαναεισαγωγή';
$strReceived = 'Λήφθησαν';
$strRecords = 'Εγγραφές';
$strReferentialIntegrity = 'Έλεγχος ακεραιότητας σχέσεων:';
$strRelationNotWorking = 'Οι επιπρόσθετες λειτουργίες για εργασία με συσχετισμένους πίνακες έχουν απενεργοποιηθεί. Για να μάθετε γιατί, πατήστε %sεδώ%s.';
$strRelationView = 'Εμφάνιση σχέσεων';
$strRelationalSchema = 'Σχεσιακό σχήμα';
$strRelations = 'Σχέσεις';
$strReloadMySQL = 'Επανεκκίνηση της MySQL';
$strReloadingThePrivileges = 'Επαναφόρτωση προνομίων';
$strRemoveSelectedUsers = 'Διαγραφή των επιλεγμένων χρηστών';
$strRenameTable = 'Μετονομασία πίνακα σε';
$strRenameTableOK = 'Ο Πίνακας %s μετονομάσθηκε σε %s';
$strRepairTable = 'Επιδιόρθωση πίνακα';
$strReplaceNULLBy = 'Αντικατάσταση τιμής NULL με';
$strReplaceTable = 'Αντικατάσταση δεδομένων Πίνακα με το αρχείο';
$strReset = 'Επαναφορά';
$strResourceLimits = 'Όρια πόρων';
$strRevoke = 'Ανάκληση';
$strRevokeAndDelete = 'Ανάκληση όλων των ενεργών προνομίων από τους χρήστες και διαγραφή τους.';
$strRevokeAndDeleteDescr = 'Οι χρήστες θα συνεχίσουν να έχουν το προνόμιο USAGE μέχρις ότου επαναφορτωθούν τα προνόμια.';
$strRevokeMessage = 'Ανακαλέσατε τα προνόμια για %s';
$strRowLength = 'Μέγεθος Γραμμής';
$strRowSize = ' Μέγεθος Εγγραφής ';
$strRows = 'Εγγραφές';
$strRowsFrom = 'Εγγραφές αρχίζοντας από την εγγραφή';
$strRowsModeFlippedHorizontal = 'οριζόντια (στραμμένες επικεφαλίδες)';
$strRowsModeHorizontal = 'οριζόντια';
$strRowsModeOptions = 'σε %s μορφή με επανάληψη επικεφαλίδων ανά %s κελιά';
$strRowsModeVertical = 'κάθετη';
$strRowsStatistic = 'Στατιστικά Εγγραφών';
$strRunQuery = 'Υποβολή επερωτήματος';
$strRunSQLQuery = 'Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s';
$strRunning = 'που εκτελείται στο %s';
$strRussian = 'Ρωσσικά';
 
$strSQL = 'SQL';
$strSQLOptions = 'Επιλογές SQL';
$strSQLParserBugMessage = 'Υπάρχει περίπτωση να εντοπίσατε ένα πρόβλημα στον SQL parser. Παρακαλώ εξετάστε το επερώτημά σας προσεκτικά και ελέγξτε ότι όλα τα εισαγωγικά ανοίγουν και κλείνουν σωστά. \'Αλλες πιθανές αιτίες μπορούν να είναι η αποστολή αρχείου με δυαδικό κώδικα εκτός εισαγωγικών. Μπορείτε επίσης να δοκιμάσετε το επερώτημά σας στη γραμμή εντολών της MySQL. Εάν συνεχίζετε να έχετε πρόβλημα, ή εάν ο parser αποτυγχάνει όπου η γραμμή εντολών επιτυγχάνει, παρακαλώ απομονώστε το επερώτημα εκείνο που δημιουργεί το πρόβλημα και στείλτε αναφορά λάθους με τα δεδομένα που βρίσκονται στο τμήμα CUT που ακολουθεί:';
$strSQLParserUserError = 'Φαίνεται να υπάρχει ένα λάθος στο επερώτημά σας. Το κάτωθι λάθος διακομιστή MySQL, εάν υπάρχει κάποιο, μπορεί επίσης να σας βοηθήσει να διαγνώσετε το πρόβλημα.';
$strSQLQuery = 'Εντολή SQL';
$strSQLResult = 'αποτέλεσμα SQL';
$strSQPBugInvalidIdentifer = '\'Αγνωστο Αναγνωριστικό';
$strSQPBugUnclosedQuote = 'Ανοιχτά εισαγωγικά';
$strSQPBugUnknownPunctuation = '\'Αγνωστο σημείο στίξης';
$strSave = 'Αποθήκευση';
$strSaveOnServer = 'Αποθήκευση στον διακομιστή στον φάκελο %s';
$strScaleFactorSmall = 'Η κλίμακα είναι πολύ μικρή για να εμφανιστεί το σχήμα σε μία σελίδα';
$strSearch = 'Αναζήτηση';
$strSearchFormTitle = 'Αναζήτηση στη βάση';
$strSearchInTables = 'Μέσα στους πίνακες:';
$strSearchNeedle = 'Όροι ή τιμές για αναζήτηση (μπαλαντέρ: "%"):';
$strSearchOption1 = 'τουλάχιστον έναν από τους όρους';
$strSearchOption2 = 'όλους τους όρους';
$strSearchOption3 = 'την ακριβή φράση';
$strSearchOption4 = 'ως regular expression';
$strSearchResultsFor = 'Αποτελέσματα αναζήτησης για "<i>%s</i>" %s:';
$strSearchType = 'Έυρεση:';
$strSecretRequired = 'Το αρχείο ρυθμίσεων χρειάζεται τώρα μία μυστική φράση-κλειδί (blowfish_secret).';
$strSelectADb = 'Παρακαλώ επιλέξτε μία βάση δεδομένων';
$strSelectAll = 'Επιλογή όλων';
$strSelectFields = 'Επιλογή πεδίων (τουλάχιστον ένα)';
$strSelectNumRows = 'στην εντολή';
$strSelectTables = 'Επιλογή Πινάκων';
$strSend = 'Αποστολή';
$strSent = 'Εστάλησαν';
$strServer = 'Διακομιστής';
$strServerChoice = 'Επιλογή Διακομιστή';
$strServerStatus = 'Πληροφορίες εκτέλεσης';
$strServerStatusUptime = 'Αυτός ο διακομιστής MySQL λειτουργεί για %s. Ξεκίνησε στις %s.';
$strServerTabProcesslist = 'Διεργασίες';
$strServerTabVariables = 'Μεταβλητές';
$strServerTrafficNotes = '<b>Κίνηση Διακομιστή</b>: Αυτοί οι πίνακες δείχνουν στατιστικά χρήσης δικτύου αυτού του διακομιστή MySQL από την έναρξη της λειτουργίας του.';
$strServerVars = 'Ρυθμίσεις και μεταβλητές του διακομιστή';
$strServerVersion = 'Έκδοση Διακομιστή';
$strSessionValue = 'Τιμή Session';
$strSetEnumVal = 'Αν ο τύπος του πεδίου είναι «enum» ή «set», παρακαλώ εισάγετε τις τιμές χρησιμοποιώντας την εξής μορφή: \'α\',\'β\',\'γ\'...<br /> Αν χρειάζεται να εισάγετε την ανάποδη κάθετο ("\") ή απλά εισαγωγικά ("\'"), προθέστε τα με ανάποδη κάθετο στην αρχή (για παράδειγμα \'\\\\χψω\' ή \'α\\\'β\').';
$strShow = 'Εμφάνιση';
$strShowAll = 'Εμφάνιση όλων';
$strShowColor = 'Εμφάνιση χρωμάτων';
$strShowDatadictAs = 'Μορφή λεξικού δεδομένων';
$strShowFullQueries = 'Πλήρης εμφάνιση επερωτημάτων';
$strShowGrid = 'Εμφάνιση πλέγματος';
$strShowPHPInfo = 'Εμφάνιση πληροφοριών της PHP';
$strShowTableDimension = 'Εμφάνιση διαστάσεων πινάκων';
$strShowTables = 'Εμφάνιση πινάκων';
$strShowThisQuery = ' Εμφάνισε εδώ ξανά αυτό το επερώτημα';
$strShowingRecords = 'Εμφάνιση εγγραφής ';
$strSimplifiedChinese = 'Απλοποιημένα Κινεζικά';
$strSingly = '(μοναδικά)';
$strSize = 'Μέγεθος';
$strSort = 'Ταξινόμηση';
$strSpaceUsage = 'Χρήση χώρου';
$strSplitWordsWithSpace = 'Οι λέξεις χωρίζονται από τον χαρακτήρα διαστήματος (" ").';
$strStatCheckTime = 'τελευταίος έλεγχος';
$strStatCreateTime = 'Δημιουργία';
$strStatUpdateTime = 'Τελευταία ενημέρωση';
$strStatement = 'Δηλώσεις';
$strStatus = 'Κατάσταση';
$strStrucCSV = 'Δεδομένα CSV';
$strStrucData = 'Δομή και δεδομένα';
$strStrucDrop = 'Προσθήκη «Drop Table»';
$strStrucExcelCSV = 'Μορφή CSV για δεδομένα MS Excel';
$strStrucOnly = 'Μόνο η δομή';
$strStructPropose = 'Προτεινόμενη δομή πίνακα';
$strStructure = 'Δομή';
$strSubmit = 'Αποστολή';
$strSuccess = 'Η SQL εντολή σας εκτελέσθηκε επιτυχώς';
$strSum = 'Σύνολο';
$strSwedish = 'Σουηδικά';
$strSwitchToTable = 'Μεταφορά στον αντεγραμμένο πίνακα';
 
$strTable = 'Πίνακας ';
$strTableComments = 'Σχόλια Πίνακα';
$strTableEmpty = 'Το όνομα του Πίνακα είναι κενό!';
$strTableHasBeenDropped = 'Ο Πίνακας %s διεγράφη';
$strTableHasBeenEmptied = 'Ο Πίνακας %s άδειασε';
$strTableHasBeenFlushed = 'Ο Πίνακας %s εκκαθαρίστικε ("FLUSH")';
$strTableMaintenance = 'Συντήρηση Πίνακα';
$strTableOfContents = 'Πίνακας περιεχομένων';
$strTableOptions = 'Επιλογές πίνακα';
$strTableStructure = 'Δομή Πίνακα για τον Πίνακα';
$strTableType = 'Τύπος Πίνακα';
$strTables = '%s Πίνακας/Πίνακες';
$strTblPrivileges = 'Προνόμια πινάκων';
$strTextAreaLength = ' Εξαιτίας του μεγέθος του,<br /> αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί ';
$strThai = 'Ταϋλανδικά';
$strThisHost = 'Αυτός ο διακομιστής';
$strThisNotDirectory = 'Δεν ήταν φάκελος';
$strThreadSuccessfullyKilled = 'Η λειτουργία %s διεκόπη.';
$strTime = 'Χρόνος';
$strToggleScratchboard = '(Απ)ενεργοποίηση πίνακα σχεδιασμού';
$strTotal = 'συνολικά';
$strTotalUC = 'Σύνολο';
$strTraditionalChinese = 'Παραδοσιακά Κινεζικά';
$strTraffic = 'Κίνηση';
$strTransformation_image_jpeg__inline = 'Εμφανίζει μια εικόνα προεπισκόπησης με σύνδεσμο; επιλογές: πλάτος, ύψος σε pixels (διατηρεί τις αρχικές αναλογίες)';
$strTransformation_image_jpeg__link = 'Εμφανίζει έναν σύνδεσμο για αυτήν την εικόνα.';
$strTransformation_image_png__inline = 'Δείτε image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Παίρνει ένα πεδίο TIME, TIMESTAMP ή DATETIME και το μορφοποιεί χρησιμοποιώντας την τοπική μορφή. Η πρώτη επιλογή είναι η διαφορά (σε ώρες) που θα προστεθεί στην ώρα (Εξ\' ορισμού: 0). Η δεύτερη επιλογή είναι μορφή ημερομηνίας όπως ορίζεται από τις διαθέσιμες παραμέτρους της εντολής strftime() της PHP.';
$strTransformation_text_plain__external = 'ΜΟΝΟ ΓΙΑ LINUX: Εκτελεί μία εξωτερική εφαρμογή και στέλνει τα δεδομένα μέσω \'standard input\'. Επιστρέφει το αποτέλεσμα της εφαρμογής. Εξ\' ορισμού τιμή είναι το Tidy, που τυπώνει μορφοποιημένο κώδικα HTML. Για λόγους ασφαλείες, πρέπει χειροκίνητα να αλλάξετε το αρχείο libraries/transformations/text_plain__external.inc.php και να εισάγετε τις εφαρμογές που εσείς επιτρέπετε να εκτελούνται. Η πρώτη επιλογή είναι ο αριθμός της εφαρμογής που θέλετε να χρησιμοποιήσετε και η δεύτερη επιλογή είναι οι παράμετροι της. Η τρίτη επιλογή, αν τεθεί σε 1 θα μετατρέψει το αποτέλεσμα χρησιμοποιώντας την εντολή htmlspecialchars() (Εξ\' ορισμού τιμή: 1). Η τέταρτη επιλογή, αν τεθεί σε 1 θα εισάγει NOWRAP στο κελί περιεχομένου ούτως ώστε όλο το αποτέλεσμα να εμφανιστεί χωρίς αλλαγές στην διάταξη (Εξ\' ορισμού τιμή: 1)';
$strTransformation_text_plain__formatted = 'Διατηρεί την αρχική μορφοποίηση του πεδίου. Δεν χρησιμοποιούνται χαρακτήρες διαφυγής.';
$strTransformation_text_plain__imagelink = 'Εμφανίζει μία εικόνα και ένα σύνδεσμο, το πεδίο περιέχει το όνομα αρχείου. Η πρώτη επιλογή είναι ένα πρόθεμα όπως "http://domain.com/", η δεύτερη επιλογή είναι το πλάτος σε pixels, η τρίτη είναι το ύψος.';
$strTransformation_text_plain__link = 'Εμφανίζει ένα σύνδεσμο, το πεδίο περιέχει το όνομα αρχείου. Η πρώτη επιλογή είναι ένα πρόθεμα όπως "http://domain.com/", η δεύτερη επιλογή είναι ένας τίτλος για τον σύνδεσμο.';
$strTransformation_text_plain__substr = 'Εμφανίζει μόνο μέρος ενός αλφαριθμητικού. Η πρώτη επιλογή είναι η θέση στην οποία ξεκινά η εμφάνιση του κειμένου (Εξ\' ορισμού 0). Η δεύτερη επιλογή είναι το μήκος του κειμένου. Αν μείνει κενό θα επιστραφεί όλο το αλφαριθμητικό. Η τρίτη επιλογή καθορίζει ποιοι χαρακτήρες θα ακολουθούν το κείμενο όταν εμφανίζεται μέρος του (Εξ\' ορισμού: ...) .';
$strTruncateQueries = 'Αποκοπή εμφανιζόμενων επερωτημάτων';
$strTurkish = 'Τουρκικά';
$strType = 'Τύπος';
 
$strUkrainian = 'Ουκρανικά';
$strUncheckAll = 'Απεπιλογή όλων';
$strUnicode = 'Unicode';
$strUnique = 'Μοναδικό';
$strUnknown = 'άγνωστο';
$strUnselectAll = 'Απεπιλογή όλων';
$strUpdComTab = 'Παρακαλώ διαβάστε στην τεκμηρίωση για το πως μπορείτε να ανανεώσετε τον πίνακα Column_comments';
$strUpdatePrivMessage = 'Τα προνόμια του χρήστη %s ενημερώθηκαν.';
$strUpdateProfileMessage = 'Τα στοιχεία ανανεώθηκαν.';
$strUpdateQuery = 'Ενημέρωση της εντολής';
$strUsage = 'Χρήση';
$strUseBackquotes = 'Χρήση ανάποδων εισαγωγικών στα ονόματα των Πινάκων και των Πεδίων';
$strUseHostTable = 'Use Host Table';
$strUseTables = 'Χρήση Πινάκων';
$strUseTextField = 'Χρησιμοποιήστε το πεδίο κειμένου';
$strUseThisValue = 'Χρήση αυτής της τιμής';
$strUser = 'Χρήστης';
$strUserAlreadyExists = 'Ο χρήστης %s υπάρχει ήδη!';
$strUserEmpty = 'Το όνομα του χρήστη είναι κενό!';
$strUserName = 'Όνομα χρήστη';
$strUserNotFound = 'Ο επιλεγμένος χρήστης δεν βρέθηκε στον πίνακα προνομίων.';
$strUserOverview = 'Περίληψη χρηστών';
$strUsersDeleted = 'Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς.';
$strUsersHavingAccessToDb = 'Χρήστες με πρόσβαση στη βάση &quot;%s&quot;';
 
$strValidateSQL = 'Επικύρωση SQL';
$strValidatorError = 'Ο επικυρωτής SQL δεν μπόρεσε να ενεργοποιηθεί. Παρακαλώ ελέγξτε ότι έχετε εγκαταστήσει της απαραίτητες επεκτάσεις της php όπως περιγράφεται στην %sdocumentation%s.';
$strValue = 'Τιμή';
$strVar = 'Μεταβλητή';
$strViewDump = 'Εμφάνιση σχήματος του πίνακα';
$strViewDumpDB = 'Εμφάνιση σχήματος της βάσης';
$strViewDumpDatabases = 'Εμφάνισης σχήματος βάσεων';
 
$strWebServerUploadDirectory = 'Υποκατάλογος αποθήκευσης αρχείων διακομιστή';
$strWebServerUploadDirectoryError = 'Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί';
$strWelcome = 'Καλωσήρθατε στο %s';
$strWestEuropean = 'Δυτικής Ευρώπης';
$strWildcard = 'μπαλαντέρ';
$strWindowNotFound = 'Δεν ήταν δυνατό να ανανεωθεί το target παράθυρο του περιηγητή. Ίσως κλείσατε το parent παράθυρο ή ο περιηγητής σας δεν επιτρέπει τις ανανεώσεις μεταξύ παραθύρων λόγω ρυθμίσεων ασφαλείας.';
$strWithChecked = 'Με τους επιλεγμένους:';
$strWritingCommentNotPossible = 'Η εγγραφή του σχολίου δεν ήταν δυνατή';
$strWritingRelationNotPossible = 'Η εγγραφή της σχέσης δεν ήταν δυνατή';
$strWrongUser = 'Λανθασμένο όνομα χρήστη/κωδικός πρόσβασης. \'Αρνηση πρόσβασης.';
 
$strXML = 'XML';
 
$strYes = 'Ναι';
 
$strZeroRemovesTheLimit = 'Σημείωση: Αν ορίσετε αυτές τις επιλογές σε 0 (μηδέν) αφαιρείτε ο περιορισμός.';
$strZip = 'συμπίεση «zip»';
// To Translate
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
 
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hebrew-iso-8859-8-i.inc.php
0,0 → 1,998
<?php
/* $Id: hebrew-iso-8859-8-i.inc.php,v 2.118.2.4 2006/03/23 17:42:13 lem9 Exp $
* Translated by Hadar Porat <hadar at banner.co.il> */
 
$charset = 'iso-8859-8-i';
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('éåí øàùåï', 'éåí ùðé', 'éåí ùìéùé', 'éåí øáéòé', 'éåí çîéùé', 'éåí ùéùé', 'ùáú');
$month = array('éðåàø', 'ôáøåàø', 'îøõ', 'àôøéì', 'îàé', 'éåðé', 'éåìé', 'àåâåñè', 'ñôèîáø', 'àå÷èåáø', 'ðåáîáø', 'ãöîáø');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s éîéí, %s ùòåú, %s ã÷åú å- %s ùðéåú';
 
$strAbortedClients = 'áåèì';
$strAbsolutePathToDocSqlDir = 'àðà äëðñ àú äðúéá äîåçìè àì úé÷ééú docSQL';
$strAccessDenied = 'âéùä ðãúçä';
$strAccessDeniedExplanation = 'phpMyAdmin ðéñä ìú÷ùø òí ùøú MySQL, åäùøú ãçä àú äçéáåø. àúä öøéê ìáãå÷ àú ëúåáú äùøú, ùí îùúîù åäñéñîà á÷åáõ config.inc.php åìååãà ëé äí úåàîéí ìîéãò ù÷éáìú ò"é àçøàé äùøú ùì MySQL.';
$strAction = 'ôòåìä';
$strAddAutoIncrement = 'äåñôú òøê AUTO_INCREMENT (îñôåø àåèåîèé)';
$strAddConstraints = 'äåñôú äâáìåú';
$strAddDeleteColumn = 'äåñôú/îçé÷ú òîåãåú ùãä';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'äåñôú DROP DATABASE';
$strAddedColumnComment = 'ðåñôä äòøä ìòîåãä';
$strAddedColumnRelation = 'ðåñó ÷ùø ìòîåãä';
$strAddFields = 'äåñôú %s úàéí';
$strAddHeaderComment = 'äåñôú äòøä îåúàîú àì ôúéçä(\\n ìùáéøú ùåøåú)';
$strAddIfNotExists = 'äåñôú IF NOT EXISTS';
$strAddIntoComments = 'äåñôä àì äòøåú';
$strAddNewField = 'äåñôú ùãä çãù';
$strAddPrivilegesOnDb = 'äåñôú äøùàåú ìîàâø äðúåðéí äáà';
$strAddPrivilegesOnTbl = 'äåñôú äøàùàåú ìèáìä äáàä';
$strAddSearchConditions = 'äåñôú úðàé çéôåù (äâåó ùì úðàé "where"):';
$strAddToIndex = 'äåñôä ìàéðã÷ñ &nbsp;%s&nbsp;ùåøä/ùåøåú';
$strAddUser = 'äåñôú îùúîù çãù';
$strAddUserMessage = 'îùúîù çãù ðåñó.';
$strAdministration = 'ðéäåì';
$strAffectedRows = 'ùåøåú äåùôòå:';
$strAfterInsertBack = 'çæøä ìòîåã ä÷åãí';
$strAfterInsertNewInsert = 'äåñôä ðåñôú ùì ùåøä çãùä';
$strAfterInsertNext = 'òøéëú äùåøä äáàä';
$strAfterInsertSame = 'çæøä àçåøä ìòîåã æä';
$strAfter = 'ìàçø %s';
$strAll = 'äëì';
$strAllTableSameWidth = 'äöâú ëì äèáìàåú áøåçá ãåîä?';
$strAlterOrderBy = 'ùéðåé ñãø äèáìä ìôé';
$strAnalyzeTable = 'ðéúåç èáìä';
$strAnd = 'åâí';
$strAndThen = 'åàæ';
$strAnIndex = 'àéðã÷ñ ðåñó àì %s';
$strAny = 'ëì ãáø';
$strAnyHost = 'ëì ùøú îàøç';
$strAnyUser = 'ëì îùúîù';
$strApproximateCount = 'éëåì ìäéåú äòøëä. øàä FAQ 3.11';
$strAPrimaryKey = 'îôúç øàùé ðåñó àì %s';
$strArabic = 'òøáéú';
$strArmenian = 'àøîðéú';
$strAscending = 'òåìä';
$strAtBeginningOfTable = 'áúçéìú èáìä';
$strAtEndOfTable = 'áñåó èáìä';
$strAttr = 'úëåðåú';
$strAutodetect = 'æéäåé àåèåîèé';
$strAutomaticLayout = 'òéöåá àåèåîèé';
 
$strBack = 'çæøä';
$strBaltic = 'áìèéú';
$strBeginCut = 'äúçìú çéúåê';
$strBeginRaw = 'äúçìú RAW';
$strBinary = 'áéðàøé';
$strBinaryDoNotEdit = 'áéðàøé - àéï ìòøåê';
$strBinaryLog = 'ãå"ç áéðàøé';
$strBinLogEventType = 'ñåâ àéøåò';
$strBinLogInfo = 'îéãò';
$strBinLogName = 'ùí ãå"ç';
$strBinLogOriginalPosition = 'îé÷åí î÷åøé';
$strBinLogPosition = 'îé÷åí';
$strBinLogServerId = '÷åã ùøú (ID)';
$strBookmarkAllUsers = 'àôùø ìëì îùúîù ìâùú ìëúåáú îåòãôú æàú';
$strBookmarkDeleted = 'ëúåáú îåòãôú ðîç÷ä.';
$strBookmarkLabel = 'úååéú';
$strBookmarkQuery = 'ùàéìúåú SQL îåòãôåú';
$strBookmarkThis = 'äëðñ ùàéìúú SQL æàú ìîåòãôéí';
$strBookmarkView = 'øàä ø÷';
$strBrowse = 'òéåï';
$strBulgarian = 'áåìâøéú';
$strBusyPages = 'òîåãéí òñå÷éí';
$strBzError = 'phpMyAdmin ðëùì áãçéñú äðúåðéí îùåí ùúåñôú Bz2 ìà ú÷éðä áâøñú PHP äðåëçéú. æä îàåã øöåé ëé úâãéø àú äâãøú <code>$cfg[\'BZipDump\']</code> á÷åáõ äâãøåú phpMyAdmin àì <code>FALSE</code>. àí àúä øåöä ìäùúîù áúëåðåú ãçéñú Bz2, òìéê ìùãøâ ìâøñú PHP çãéùä éåúø. øàä ãéååç ùâéàåú PHP %s ìôøèéí ðåñôéí.';
$strBzip = '"bzipped"';
 
$strCalendar = 'ìåç ùðä';
$strCannotLogin = 'ðëùì áëðéñä ìùøú MySQL';
$strCantLoadRecodeIconv = 'ðëùì áèòéú úåñôú iconv àå recode äãøåùä ìäîøú ÷éãåãéí. àå ùúâãéø àú PHP ìäôòéì àú úåñôåú àìå, àå ùúáèì àú äîøú ä÷éãåãéí áúåê phpMyAdmin.';
$strCantLoad = 'äúåñôú %s ìà ðèòðä áäöìçä,<br />àðà áãå÷ àú äâãøåú ä- PHP ùìê.';
$strCantRenameIdxToPrimary = 'ìà ðéúï ìùðåú ùí àéðã÷ñ àì PRIMARY!';
$strCantUseRecodeIconv = 'ðëùì áùéîåù áôåð÷öéåú iconv, libiconv àå recode, ìîøåú ùæä ðøàä ëé äúåñôåú äãøåùåú ðèòðå. áãå÷ àú äâãøåú PHP ùìê.';
$strCardinality = 'îñôåø';
$strCaseInsensitive = 'àéï çùéáåú ìøéùéåú (case)';
$strCaseSensitive = 'éù çùéáåú ìøéùéåú (case)';
$strChange = 'ùéðåé';
$strChangeCopyMode = 'éöéøú îùúîù çãù òí àåúï ääøùàåú åâí ...';
$strChangeCopyModeCopy = '... ùîéøú äéùï.';
$strChangeCopyModeDeleteAndReload = ' ... îçé÷ú äéùï îèáìàåú äîùúîùéí åèòï îçãù àú ääøùàåú ìàçø îëï.';
$strChangeCopyModeJustDelete = ' ... îçé÷ú äéùï îèáìàåú äîùúîùéí.';
$strChangeCopyModeRevoke = ' ... áèì àú ëì ääøùàåú äôòéìåú îäéùï åîç÷ àåúå ìàçø îëï.';
$strChangeCopyUser = 'ùéðåé îéãò ëðéñä / äòú÷ú îùúîù';
$strChangeDisplay = 'áçéøú ùãä ìäöâä';
$strChangePassword = 'ùéðåé ñéñîà';
$strCharset = '÷éãåã';
$strCharsetOfFile = 'çáéìú ä÷éãåã ùì ä÷åáõ:';
$strCharsets = '÷éãåãéí';
$strCharsetsAndCollations = 'çáéìåú ÷éãåã';
$strCheckAll = 'áçéøú äëì';
$strCheckOverhead = 'áãé÷ú èáìàåú òáåø ú÷åøä';
$strCheckPrivs = 'áãé÷ú äøùàåú';
$strCheckPrivsLong = 'áãé÷ú äøàùåú òáåø îàâø ðúåðéí &quot;%s&quot;.';
$strCheckTable = 'áãé÷ú èáìä';
$strChoosePage = 'àðà áçø òîåã ìòøéëä';
$strColComFeat = 'îöéâ äòøåú òîåãä';
$strCollation = '÷éãåã';
$strColumnNames = 'ùîåú òîåãä';
$strColumnPrivileges = 'äøùàåú ñôöéôéåú-ìòîåãä';
$strCommand = 'ô÷åãä';
$strComments = 'äòøåú';
$strCommentsForTable = 'äòøåú òáåø èáìä';
$strCompatibleHashing = 'úåàí MySQL&nbsp;4.0';
$strCompleteInserts = 'äùìí äëðñåú';
$strCompression = 'ãçéñä';
$strConfigFileError = 'phpMyAdmin ìà äöìéç ì÷øåà àú ÷åáõ ääâãøåú ùìê! îöá æä éúëï àí PHP îåöà èòåú á÷åã ä÷åáõ àå àí äåà ìà îåöà àú ä÷åáõ.<br /> àðà ÷øà ì÷åáõ ä÷åðôéâåøöéä éùéøåú áòæøú ä÷éùåø îúçú ìäåãòä æå å÷øà àú äåãòú PHP ùäéðê î÷áì. áøåá äîéìéí âøù àå ð÷åãä-ôñé÷ çñøéí áî÷åí ëìùäå.<br /> àí äéðê î÷áì ãó øé÷, äëì áñãø.';
$strConfigureTableCoord = 'àðà äâãø ð÷åãåú öéåï òáåø èáìä %s';
$strConnectionError = 'çéáåø ðëùì: äâãøåú ìà ú÷éðåú.';
$strConnections = 'çéáåøéí';
$strConstraintsForDumped = 'äâáìåú ìèáìàåú ùäåöàå';
$strConstraintsForTable = 'äâáìåú ìèáìä';
$strCookiesRequired = 'òåâéåú (Cookies) çééáåú ìôòåì îð÷åãä æàú.';
$strCopy = 'äòú÷ä';
$strCopyDatabaseOK = 'îàâø ðúåðéí %s äåòú÷ àì %s';
$strCopyTable = 'äòú÷ú èáìä àì (îñã ðúåðéí<b>.</b>èáìä):';
$strCopyTableOK = 'èáìä %s äåòú÷ä àì %s.';
$strCopyTableSameNames = 'ìà ðéúï ìäòúé÷ èáìä àì àåúä àçú!';
$strCouldNotKill = 'phpMyAdmin ðëùì áçéñåì áäìéê %s. øåá äñéëåééí ùäåà ëáø ðñâø.';
$strCreate = 'éöéøä';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE ìôðé äòú÷ä';
$strCreateIndex = 'éöéøú àéðã÷ñ òì&nbsp;%s&nbsp; òîåãåú';
$strCreateIndexTopic = 'éöéøú àéðã÷ñ çãù';
$strCreateNewDatabase = 'éöéøú îàâø ðúåðéí çãù';
$strCreateNewTable = 'éöéøú èáìä çãùä òì îàâø ðúåðéí %s';
$strCreatePage = 'éöéøú òîåã çãù';
$strCreatePdfFeat = 'éöéøä ùì ÷áöé PDF';
$strCreationDates = 'éöéøú/òãëåï/áãé÷ú úàøéëéí';
$strCriteria = '÷øéèøéåï';
$strCroatian = '÷øåàèéú';
$strCSVOptions = 'àôùøåéåú CSV';
$strCyrillic = '÷éøéìéú';
$strCzech = 'ö\'éëéú';
 
$strDanish = 'ãðéú';
$strData = 'ðúåðéí';
$strDatabase = 'îàâø ðúåðéí';
$strDatabaseEmpty = 'ùí îàâø äðúåðéí øé÷!';
$strDatabaseExportOptions = 'àôùøåéåú ééöåà îàâø ðúåðéí';
$strDatabaseHasBeenDropped = 'îñã äðúåðéí %s ðîç÷.';
$strDatabaseNoTable = 'îàâø äðúåðéí îëéì ùåí èáìä!';
$strDatabases = 'îàâøé ðúåðéí';
$strDatabasesDropped = '%s îñãé ðúåðéí ðîç÷å áäöìçä.';
$strDatabasesStats = 'ñèèéñèé÷ú îñã äðúåðéí';
$strDatabasesStatsDisable = 'áéèåì ñèèéñèé÷ä';
$strDatabasesStatsEnable = 'äôòìú ñèèéñèé÷ä';
$strDatabasesStatsHeavyTraffic = 'äòøä: äôòìú ñèèéñèé÷åú îàâø ðúåðéí ëàï éëåìåú ìâøåí ìúòáåøä ëáãä áéï äùøú äàéðèøðè ìùøú MySQL.';
$strDataDict = 'îéìåï îéãò';
$strDataOnly = 'îéãò áìáã';
$strDataPages = 'ãôéí îëéìéí îéãò';
$strDBComment = 'äòøä òì îàâø äðúåðéí: ';
$strDBCopy = 'äòú÷ú îàâø ðúåðéí àì';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'ìçéöåú';
$strDBGLine = 'ùåøä';
$strDBGMaxTimeMs = 'æîï îéøáé, ms';
$strDBGMinTimeMs = 'æîï îéæòøé, ms';
$strDBGModule = 'îåãåì';
$strDBGTimePerHitMs = 'æîï/ìçéöä, ms';
$strDBGTotalTimeMs = 'ñä"ë æîï, ms';
$strDbPrivileges = 'äøùàåú ñôöéôéåú ìîàâø ðúåðéí';
$strDBRename = 'ùéðåé ùí îàâø ðúåðéí àì';
$strDbSpecific = 'ñôöéôé ìîàâø äðúåðéí';
$strDefault = 'áøéøú îçãì';
$strDefaultEngine = '%s äåà îðåò äàçñåï áøéøú äîçãùì ùì ùøú MySQL æä.';
$strDefaultValueHelp = 'ìòøëé áøéøú îçãì, àðà äëðñ ø÷ òøê áåãã, ììà ñéîðé öéèåè àå ìåëñðéí, äùúîù áúáðéú äæàú : a';
$strDefragment = 'àéçåé èáìä';
$strDelayedInserts = 'äùúîù áäëðñåú îòåëáåú';
$strDelete = 'îçé÷ä';
$strDeleteAndFlush = 'îçé÷ú äîùúîùéí åèòéðä îçãù ùì ääøùàåú ìàçø îëï.';
$strDeleteAndFlushDescr = 'æäå äùéèä äð÷ééä áéåúø, àáì èòéðä ùì ääøùàåú éëåìä ì÷çú æîï îä.';
$strDeleted = 'äùåøä ðîç÷ä';
$strDeletedRows = 'ùåøåú ðîç÷å:';
$strDeleting = 'îåç÷ %s';
$strDelOld = 'ìòîåã äðåëçé éù äôðéåú ìèáìàåú ùëáø ìà ÷ééîåú. äàí àúä øåöä ìîçå÷ àú äôðéåú àìå?';
$strDescending = 'éåøã';
$strDescription = 'úéàåø';
$strDictionary = 'îéìåï';
$strDirtyPages = 'ãôéí îìåëìëéí';
$strDisabled = 'îáåèì';
$strDisplayFeat = 'äöâú úëåðåú';
$strDisplayOrder = 'ñãø úöåâä:';
$strDisplayPDF = 'äöâú úøùéí PDF';
$strDoAQuery = 'áéöåò "ùàéìúä ìãåâîä" (úå ëììé: "%")';
$strDocu = 'úéòåã';
$strDoYouReally = 'äàí àúä áàîú øåöä ';
$strDrop = 'äñøä';
$strDropDatabaseStrongWarning = 'àúä òåîã ìäøåñ îàâø ðúåðéí ùìí!';
$strDropUsersDb = 'äñøú îàâøé ðúåðéí ùéù ìäí ùîåú ãåîéí ëîå ìîùúîùéí.';
$strDumpingData = 'äåöàú îéãò òáåø èáìä';
$strDumpSaved = 'äåöàä ðùîøä àì ÷åáõ %s.';
$strDumpXRows = 'äåöàú %s ùåøåú îúçéìú øùåîä îñôø %s.';
$strDynamic = 'ãéðàîé';
 
$strEdit = 'òøéëä';
$strEditPDFPages = 'òøéëú ãôé PDG';
$strEditPrivileges = 'òøéëú äøùàåú';
$strEffective = 'éòéì';
$strEmpty = 'øé÷åï';
$strEmptyResultSet = 'MySQL äçæéø çáéìú úåöàåú øé÷ä (ìãåâîà, àôñ ùåøåú).';
$strEnabled = 'îåôòì';
$strEnd = 'ñéåí';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s æîéï òì ùøú MySQL æä.';
$strEngineDisabled = '%s îåáèì òì ùøú MySQL æä.';
$strEngines = 'îðåòéí';
$strEngineUnsupported = 'ùøú MySQL ìà úåîê áîðåò àçñåï %s.';
$strEnglish = 'àðâìéú';
$strEnglishPrivileges = ' äòøä: ùîåú äøùàåú MySQL îåáèàåú áàðâìéú ';
$strError = 'ùâéàä';
$strEscapeWildcards = 'úååéí ëììéí _ åâí % öøéëéí ìáåà áéçã òí \ òì îðú ìäùúîù áäí áàîú';
$strEstonian = 'àñèåðéú';
$strExcelEdition = 'îäãåøú Excel';
$strExcelOptions = 'àôùøåéåú Excel';
$strExecuteBookmarked = 'äøöú ùàéìúä îåòãôú';
$strExplain = 'äñáøú SQL';
$strExport = 'ééöåà';
$strExtendedInserts = 'äëðñåú îåøçáåú';
$strExtra = 'úåñôú';
 
$strFailedAttempts = 'ðéñéåðåú ëåùìéí';
$strField = 'ùãä';
$strFieldHasBeenDropped = 'ùãä %s ðîç÷';
$strFields = 'ùãåú';
$strFieldsEmpty = 'ñôéøú äùãä àåôñä! ';
$strFieldsEnclosedBy = 'ùãåú îå÷ôéí ò"é';
$strFieldsEscapedBy = 'äåøãú ùãåú òí';
$strFieldsTerminatedBy = 'ñéåí ùãåú ò"é';
$strFileAlreadyExists = '÷åáõ %s ëáø ÷ééí òì äùøú, ùðä ùí ÷åáõ àå áãå÷ àåôöééú ëúéáä-òì.';
$strFileCouldNotBeRead = 'ðëùì á÷øéàú ä÷åáõ';
$strFileNameTemplate = 'úáðéú ùí ÷åáõ';
$strFileNameTemplateRemember = 'æëåø úáðéú';
$strFixed = 'úå÷ï';
$strFlushPrivilegesNote = 'äòøä: phpMyAdmin î÷áì äøùàåú îùúîù éùéøåú îèáìàåú äøùàåú ùì MySQL. äúåëï ùì äèáìàåú äàìå éëåì ìäéåú ùåðä îääøùàåú ùäùøú îùúîù áäï, àí äï ùåðå áàåôï éãðé. áî÷øä æä, àúä öøéê ìáöò %sèòéðä îçãù ùì äøùàåú%s ìôðé ùàúä îîùéê.';
$strFlushTable = 'øé÷åï èáìä ("FLUSH")';
$strFormat = 'úáðéú';
$strFormEmpty = 'òøê øé÷ áèåôñ!';
$strFreePages = 'ãôéí çåôùééí';
$strFullText = 'è÷ñèéí îìàéí';
$strFunction = 'ôåð÷öéä';
 
$strGenBy = 'ðåöø ò"é';
$strGeneralRelationFeat = 'úëåðåú ÷ùø ëììéåú';
$strGenerate = 'ééöåø';
$strGeneratePassword = 'ééöåø ñéñîà';
$strGenTime = 'æîï ééöåø';
$strGeorgian = 'âøåæéðéú';
$strGerman = 'âøîðéú';
$strGlobal = 'òåìîé';
$strGlobalPrivileges = 'äøùàåú âìåáìéåú';
$strGlobalValue = 'òøê âìåáìé';
$strGo = 'ñò';
$strGrantOption = 'äòð÷ä';
$strGreek = 'éååðéú';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'ùåðúä.';
$strHasBeenCreated = 'ðåöøä.';
$strHaveToShow = 'òìéê ìáçåø ìôçåú òîåãä àçú ìúöåâä';
$strHebrew = 'òáøéú';
$strHexForBinary = 'äùúîù áä÷ñãöéîìé ìùãåú áéðàøééí';
$strHome = 'áéú';
$strHomepageOfficial = 'ãó äáéú phpMyAdmin äøùîé';
$strHost = 'îàøç';
$strHostEmpty = 'ùí äîàøç øé÷!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'àôùøåéåú ééöåà Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'àôùøåéåú ééöåà Microsoft Word 2000';
$strHungarian = 'äåðâøéú';
 
$strIcelandic = 'àéñìðãéú';
$strId = '÷åã æéäåé';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'äúòìîåú';
$strIgnoreInserts = 'äùúîù áäòìîåú îäëðñåú';
$strIgnoringFile = 'îúòìí îä÷åáõ %s';
$strImportDocSQL = 'ééáåà ÷áöé docSQL';
$strImportFiles = '÷áöé ééáåà';
$strIndex = 'àéðã÷ñ';
$strIndexes = 'àéðã÷ñéí';
$strIndexHasBeenDropped = 'àéðã÷ñ %s äåñø';
$strIndexName = 'ùí àéðã÷ñ:';
$strIndexType = 'ñåâ àéðã÷ñ:';
$strIndexWarningMultiple = 'éåúø î- %s îôúçåú ðåöàå òáåø òîåãä `%s`';
$strIndexWarningTable = 'áòéåú òí àéðã÷ñéí ùì èáìä `%s`';
$strInnoDBDataFilePath = '÷áöé ðúåðéí';
$strInnoDBDataHomeDir = 'úé÷ééú áéú ùì ðúåðéí';
$strInnoDBPages = 'ãôéí';
$strInnodbStat = 'îöá InnoDB';
$strInsecureMySQL = '÷åáõ ääâãøåú ùìê îëéì äâãøåú (root ììà ñéñîà) àùø úåàîåú àú çùáåï äøùàä áøéøú îçãì ùì MySQL. ùøú MySQL ùìê ôåòì òí áøéøú îçãì æàú, åäåà ôúåç ìçãéøåú,åàúä îîù öøéê ìú÷ï àú çåø àáèçä æä.';
$strInsert = 'äëðñä';
$strInsertAsNewRow = 'äëðñä ëùåøä çãùä';
$strInsertedRowId = '÷åã ùåøä ùäåëðñä:';
$strInsertedRows = 'ùåøåú äåëðñå:';
$strInsertNewRow = 'äëðñú ùåøä çãùä';
$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 = 'ø÷ úîç÷ àú äîùúîùéí îèáìàåú ääøùàåú.';
 
$strKeepPass = 'àì úùðä àú äñéñîà';
 
$strLatexCaption = 'ëåúøú èáìä';
$strLatexContent = 'úåëï ùì èáìä __TABLE__';
$strLatexContinued = '(îåîùê)';
$strLatexContinuedCaption = 'ëåúøú èáìä îåîùê';
$strLatexIncludeCaption = 'ëìåì ëåúøú èáìä';
$strLatexLabel = 'îôúç úååéú';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'àôùøåéåú LaTeX';
$strLatexStructure = 'îáðä ùì èáìä __TABLE__';
$strLatvian = 'Latvian';
$strLengthSet = 'àåøê/òøëéí*';
$strLimitNumRows = 'îñôø ùì ùåøåú ìëì ãó';
$strLinesTerminatedBy = 'ùåøåú îñúééîåú ò"é';
$strLinkNotFound = '÷éùåø ìà ðîöà';
$strLinksTo = '÷éùåøéí àì';
$strLithuanian = 'ìéèàéú';
$strLocalhost = 'î÷åîé';
$strLocationTextfile = 'îé÷åí ùì ÷åáõ è÷ñè';
$strLogin = 'ëðéñä';
$strLoginInformation = 'îéãò ëðéñä';
$strLogout = 'éöéàä';
$strLogPassword = 'ñéñîà:';
$strLogServer = 'ùøú';
$strLogUsername = 'ùí îùúîù:';
$strLongOperation = 'úäìéê æä éëåì ì÷çú æîï øá. ìäîùéê áëì î÷øä?';
 
$strMaximumSize = 'îéøáé: %s%s';
$strMbExtensionMissing = 'úåñôú mbstring ìà ðîöàä åæä ðøàä ëé àúä îùúîù á÷éãåã multibyte. ììà úåñôú mbstring îåú÷ðú, phpMyAdmin àéðå éëåì ìçì÷ îçøåæåú áàåôï ú÷éï åæä éëåì ìâøåí ìúåöàåú ìà øöåéåú.';
$strMIME_available_mime = 'ñåâé MIME æîéðéí';
$strMIME_available_transform = 'ùéðåéé öåøä æîéðéí';
$strMIME_description = 'úéàåø';
$strMIME_MIMEtype = 'ñåâ MIME';
$strModifications = 'ùéðåééí ðùîøå';
$strModify = 'òøéëä';
$strModifyIndexTopic = 'òøéëú àéðã÷ñ';
$strMoveTable = 'äòáøú èáìä àì (îñã ðúåðéí<b>.</b>èáìä):';
$strMoveTableOK = 'äèáìä %s äåòáøä ì- %s.';
$strMySQLCharset = '÷éãåã MySQL';
$strMySQLConnectionCollation = '÷éãåã çéáåø MySQL';
$strMySQLSaid = 'MySQL àîø: ';
$strMySQLShowProcess = 'øàééú úäìéëéí';
$strMySQLShowStatus = 'øàééú îéãò æîï øéöä MySQL';
$strMySQLShowVars = 'øàééú îùúðé îòøëú MySQL';
 
$strName = 'ùí';
$strNext = 'äáà';
$strNo = 'ìà';
$strNoDatabases = 'àéï îàâøé ðúåðéí';
$strNoDatabasesSelected = 'àó îàâø ðúåðéí ìà ðáçø.';
$strNoDescription = 'ììà úéàåø';
$strNoDetailsForEngine = 'àéï îéãò îöá îôåøè òì îðåò àçñåï æä.';
$strNoDropDatabases = 'äåøàåú "DROP DATABASE" îáåèìåú.';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin éåúø éãéãåúé òí ãôãôï <b>frames-capable</b>.';
$strNoIndex = 'àéï àéðã÷ñéí îåâãøéí!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'ììà ùéðåé';
$strNone = 'ììà';
$strNoOptions = 'ìúáðéú æàú àéï àôùøåéåú';
$strNoPassword = 'ììà ñéñîà';
$strNoPermission = 'ìùøú àéï äøùàä ìùîåø àú ÷åáõ %s.';
$strNoPhp = 'ììà ÷åã PHP';
$strNoPrivileges = 'ììà äøùàåú';
$strNoRights = 'àéï ìê äøùàåú îñôé÷åú ìäéåú ëàï ëøâò!';
$strNoRowsSelected = 'ìà ðáçøå ùåøåú';
$strNoSpace = 'àïé îñôé÷ î÷åí ìùîåø àú ä÷åáõ %s.';
$strNoTablesFound = 'ìà ðîöàå èáìàåú áîàâø ðúåðéí.';
$strNotNumber = 'æä àéðå îñôø!';
$strNotOK = 'ìà áñãø';
$strNotSet = 'èáìä <b>%s</b> ìà ðîöàä àå ìà ÷ééîú áúåê %s';
$strNoUsersFound = 'ìà ðîöàå îùúîùéí.';
$strNull = 'Null';
$strNumSearchResultsTotal = '<b>ñä"ë:</b> <i>%s</i> ôøéèéí';
$strNumTables = 'èáìàåú';
 
$strOK = 'àéùåø';
$strOperations = 'ôòåìåú';
$strOptimizeTable = 'ééòåì èáìä';
$strOr = 'àå';
$strOverhead = 'ú÷åøä';
 
$strPageNumber = 'îñôø ãó:';
$strPagesToBeFlushed = 'ãôéí ìøé÷åï';
$strPaperSize = 'âåãì ãó';
$strPartialText = 'è÷ñèéí çì÷ééí';
$strPassword = 'ñéñîà';
$strPasswordChanged = 'äñéñîà òáåø %s ùåðúä áäöìçä.';
$strPasswordEmpty = 'äñéñîà øé÷ä!';
$strPasswordNotSame = 'äñéñîàåú àéðï æäåú!';
$strPdfInvalidTblName = 'äèáìä "%s" ìà ÷ééîú!';
$strPdfNoTables = 'àéï èáìàåú';
$strPerHour = 'ìùòä';
$strPerMinute = 'ìã÷ä';
$strPerSecond = 'ìùðééä';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$strPHP40203 = 'àúä îùúîù á- PHP 4.2.3, àùø ëåìì ú÷ìä øöéðéú òí îçøåæåú multibyte (mbstring). øàä ãéååç ùâéàä 19404 ùì PHP. âøñä æàú ùì PHP ìà îåîìöú ìùéîåù òí phpMyAdmin..';
$strPhp = 'ééöåø ÷åã PHP';
$strPHPVersion = 'âøñú PHP';
$strPmaDocumentation = 'úéòåã phpMyAdmin';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'äúçìä';
$strPrevious = 'ä÷åãí';
$strPrimary = 'øàùé';
$strPrimaryKeyHasBeenDropped = 'äîôúç äøàùé äåñø';
$strPrint = 'äãôñä';
$strPrintView = 'úöåâú äãôñä';
$strPrintViewFull = 'úöåâú äãôñä (òí è÷ñèéí îìàéí)';
$strPrivDescAllPrivileges = 'ëìåì ëì ääøùàåú çåõ î- GRANT.';
$strPrivDescAlter = 'îàôùø ùéðåé ùì îáðé äèáìàåú ä÷ééîåú.';
$strPrivDescCreateRoutine = 'îàôùø éöéøú ùâøåú îàåçñðåú.';
$strPrivDescCreateTbl = 'îàôùø éöéøú èáìàåú çãùåú.';
$strPrivDescCreateTmpTable = 'îàôùø éöéøú èáìàåú æîðéåú.';
$strPrivDescDelete = 'îàôùø îçé÷ú îéãò.';
$strPrivDescDropDb = 'îàôùø îçé÷ú îàâøé ðúåðéí åèáìàåú.';
$strPrivDescDropTbl = 'îàôùø îçé÷ú èáìàåú.';
$strPrivDescUsage = 'ììà äøùàåú.';
$strPrivileges = 'äøùàåú';
$strPrivilegesReloaded = 'ääøùàåú ðèòðå îçãù áäöìçä.';
$strProcesslist = 'øùéîú úäìéëéí';
 
$strQBE = 'ùàéìúä';
$strQBEDel = 'îçé÷ä';
$strQBEIns = 'äëðñä';
$strQueryFrame = 'çìåï ùàéìúä';
$strQuerySQLHistory = 'äéñèåøééú SQL';
$strQueryStatistics = '<b>ñèèéèé÷ú ùàéìúåú</b>: îàæ ääôòìä, %s ùàéìúåú ðùìçå ìùøú.';
$strQueryTime = 'ùàéìúä ì÷çä %01.4f ùðéåú';
$strQueryType = 'ñåâ ùàéìúä';
$strQueryWindowLock = 'àì úëúåá îçãù òì ùàéìúä æàú îçåõ ìçìåï æä';
 
$strReceived = 'äú÷áì';
$strRecords = 'øùåîåú';
$strRefresh = 'øòðåï';
$strRelationNotWorking = 'úëåðåú ðåñôåú ìòáåãä òí èáìàåú î÷åùøåú áåèìå. ìòåã îéãò ìîä ìçõ %sëàï%s.';
$strRelations = 'éçñéí';
$strRelationView = 'úöåâú éçñéí';
$strReloadingThePrivileges = 'èåòï îçãù äøùàåú';
$strReloadMySQL = 'èòéðä îçãù ùì MySQL';
$strRemoveSelectedUsers = 'äñøú îùúîùéí ùðáçøå';
$strRenameDatabaseOK = 'îàâø ðúåðéí %s ùåðä àì %s';
$strRenameTable = 'ùéðåé ùí èáìä àì';
$strRenameTableOK = 'èáìä %s ùåðúä àì %s';
$strRepairTable = 'úé÷åï èáìä';
$strReplaceNULLBy = 'äçìôú NULL ò"é';
$strReplaceTable = 'äçìôú ðúåðé äèáìä òí ä÷åáõ';
$strReset = 'àéôåñ';
$strResourceLimits = 'âáåìåú îùàáéí';
$strReType = 'ä÷ìãä ðåñôú';
$strRevoke = 'ùìéìä';
$strRevokeAndDelete = 'ùìéìú ëì ääøùàåú äôòéìåú îäîùúîùéí åîçé÷úí ìàçø îëï.';
$strRevokeMessage = 'àúä ùììú äøùàåú òáåø %s';
$strRomanian = 'øåîðéú';
$strRowLength = 'àåøê ùåøä';
$strRows = 'ùåøåú';
$strRowsFrom = 'ùåøåú äîúçéìåú îøùåîä #';
$strRowSize = ' âåãì ùåøä ';
$strRowsModeFlippedHorizontal = 'îàåæï (headers îñåááéí)';
$strRowsModeHorizontal = 'îàåæï';
$strRowsModeOptions = 'áîöá %s åçæåø àçøé Headers ìàçø %s úàéí';
$strRowsModeVertical = 'ðéöá';
$strRowsStatistic = 'ñèèéñèé÷ú ùåøä';
$strRunning = 'ôåòì òì %s';
$strRunQuery = 'ùìéçú ùàéìúä';
$strRunSQLQuery = 'äøöú àú ùàéìúä/ùàéìúåú òì îñã äðúåðéí %s';
$strRussian = 'øåñéú';
 
$strSave = 'ùîéøä';
$strSaveOnServer = 'ùîéøú ùøú áúåê úé÷ééú %s';
$strSearch = 'çéôåù';
$strSearchFormTitle = 'çôù áîñã äðúåðéí';
$strSearchInTables = 'áúåê äèáìä/äèáìàåú:';
$strSearchNeedle = 'îéìéí àå òøëéí òáåø çéôåù (úå ëììé: "%"):';
$strSearchOption1 = 'ìôçåú àçú îï äîéìéí';
$strSearchOption2 = 'ëì äîéìéí';
$strSearchOption3 = 'äáéèåé äîãåéé÷';
$strSearchOption4 = 'ëáéèåé øâéì';
$strSearchResultsFor = 'úåöàåú çéôåù òáåø "<i>%s</i>" %s:';
$strSearchType = 'îöà:';
$strSelectADb = 'àðà áçø îàâø ðúåðéí';
$strSelectAll = 'áçéøú äëì';
$strSelectFields = 'áçéøú ùãåú (ìôçåú àçã):';
$strSelectNumRows = 'áùàéìúä';
$strSelectTables = 'áçéøú èáìàåú';
$strSend = 'ùîéøä ë÷åáõ';
$strSent = 'ðùìç';
$strServer = 'ùøú';
$strServerChoice = 'áçéøú ùøú';
$strServerNotResponding = 'äùøú àéðå îâéá';
$strServerStatus = 'îéãò æîï øéöä';
$strServerStatusUptime = 'ùøú MySQL ôòéì áîùê %s. äåà äúçéì ìôòåì á- %s.';
$strServerTabProcesslist = 'úäìéëéí';
$strServerTabVariables = 'îùúðéí';
$strServerVars = 'îùúðé åäâãøåú ùøú';
$strServerVersion = 'âøñú ùøú';
$strSessionValue = 'òøê æîï çéáåø (Session)';
$strSetEnumVal = 'àí ñåâ äùãä äåà "enum" àå "set", àðà äùúîù áòøëéí áúáðéú äáàä : \'a\',\'b\',\'c\'...<br /> àí àúä öøéê ìäùúîù áàìëñåðéí ("\") àå áöéèåè éçéã ("\'") áéçã òí äòøëéí äàìä, äëðñ ìåëñï àçåøé ìôðéäí (ìãåâîà \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'øàééä';
$strShowAll = 'øàééú äëì';
$strShowColor = 'øàééú öáò';
$strShowDatadictAs = 'úáðéú îéãò îéìåï';
$strShowFullQueries = 'äøàä ùàéìúåú ùìîåú';
$strShowGrid = 'äøàä øùú';
$strShowingRecords = 'îøàä ùåøåú';
$strShowPHPInfo = 'øàééú îéãò PHP';
$strShowTableDimension = 'øàééú îîãéí ùì èáìàåú';
$strShowTables = 'øàééú èáìàåú';
$strShowThisQuery = ' äøàä àú ùàéìúä ëàï ùåá ';
$strSingly = '(singly)';
$strSize = 'âåãì';
$strSlovak = 'ñìåá÷éú';
$strSlovenian = 'ñìåáðéú';
$strSort = 'ñéãåø';
$strSpaceUsage = 'ùéîåù î÷åí';
$strSpanish = 'ñôøãéú';
$strSplitWordsWithSpace = 'îéìéí îåôøãåú ò"é úå øååç (" ").';
$strSQLExportCompatibility = 'úàéîåú ééöåà SQL';
$strSQLExportType = 'ñåâ ééöåà';
$strSQLOptions = 'àôùøåéåú SQL';
$strSQLQuery = 'ùàéìúú SQL';
$strSQLResult = 'úåöàú SQL';
$strSQL = 'SQL';
$strStatCheckTime = 'ðáã÷ ìàçøåðä';
$strStatCreateTime = 'éöéøä';
$strStatement = 'îùôèéí';
$strStatUpdateTime = 'òãëåï àçøåï';
$strStatus = 'îöá';
$strStorageEngine = 'îðåò àçñåï';
$strStorageEngines = 'îðåòé àçñåï';
$strStrucCSV = 'CSV';
$strStrucData = 'îáðä åîéãò';
$strStrucDrop = 'äåñôú DROP TABLE';
$strStrucExcelCSV = 'CSV òáåø MS Excel';
$strStrucNativeExcel = 'úáðéú MS Excel èáòéú';
$strStrucOnly = 'îáðä áìáã';
$strStructPropose = 'äöòú îáðä èáìä';
$strStructure = 'îáðä';
$strSubmit = 'ùìéçä';
$strSuccess = 'ùàéìúú SQL ùìê áåöòä áäöìçä';
$strSum = 'ñëåí';
$strSwedish = 'ùååãéú';
$strSwitchToDatabase = 'îòáø ìîàâø ðúåðéí ùäåòú÷';
$strSwitchToTable = 'îòáø ìèáìä ùäåòú÷ä';
 
$strTable = 'èáìä';
$strTableComments = 'äòøåú èáìä';
$strTableEmpty = 'ùí äèáìä øé÷!';
$strTableHasBeenDropped = 'èáìä %s ðîç÷ä';
$strTableHasBeenEmptied = 'èáìä %s øå÷ðä';
$strTableHasBeenFlushed = 'èáìä %s àåôñä';
$strTableMaintenance = 'àçæ÷ú èáìä';
$strTableOfContents = 'úåëï òðéðééí';
$strTableOptions = 'àôùøåéåú èáìä';
$strTables = '%s èáìàåú';
$strTableStructure = 'îáðä èáìä òáåø èáìä';
$strTableType = 'ñåâ èáìä';
$strTakeIt = '÷ç æàú';
$strTblPrivileges = 'äøùàåú ñôöéôéåú-ìèáìàåú';
$strTextAreaLength = ' îùåí àåøëí, <br /> äùãä äæä éëåì ìäéåú áìúé òøéê ';
$strTheme = 'úáðéú / ñâðåï';
$strThisHost = 'îàøç æä';
$strThisNotDirectory = 'æäå ìà úé÷ééä';
$strTime = 'æîï';
$strTotal = 'ñä"ë';
$strTotalUC = 'ñä"ë';
$strTraditionalChinese = 'ñéðéú îñåøúéú';
$strTraditionalSpanish = 'ñôøãéú îñåøúéú';
$strTraffic = 'Traffic';
$strTurkish = 'èåø÷éú';
$strType = 'ñåâ';
 
$strUkrainian = 'àå÷øàéðéú';
$strUncheckAll = 'áèì ñéîåï äëì';
$strUnicode = 'Unicode';
$strUnique = 'ééçåãé';
$strUnknown = 'ìà éãåò';
$strUnselectAll = 'áèì áçéøú äëì';
$strUpdatePrivMessage = 'àúä òãëðú äøùàåú òáåø %s.';
$strUpdateProfileMessage = 'äôøåôéì òåãëï áäöìçä.';
$strUpdateQuery = 'òãëåï ùàéìúä';
$strUpgrade = 'àúä öøéê ìùãøâ àì %s %s ìôçåú.';
$strUsage = 'ùéîåù';
$strUseBackquotes = 'öéøåó úåé öéèåè (backquotes) àì ùîåú èáìàåú åùãåú';
$strUseHostTable = 'Use Host Table';
$strUser = 'îùúîù';
$strUserAlreadyExists = 'ùí äîùúîù %s ëáø ÷ééí!';
$strUserEmpty = 'ùí äîùúîù øé÷ !';
$strUserName = 'ùí îùúîù';
$strUserNotFound = 'äîùúîù ùðáçø ìà ðîöà áèáìú ääøùàåú.';
$strUserOverview = 'ñ÷éøú îùúîùéí';
$strUseTables = 'äùúîù áèáìàåú';
$strUseTextField = 'äùúîù áùãä è÷ñè';
$strUseThisValue = 'äùúîù áòøê æä';
 
$strValidateSQL = 'áãé÷ú ú÷éðåú SQL';
$strValue = 'òøê';
$strVar = 'îùúðä';
$strVersionInformation = 'îéãò âøñàåú';
$strViewDump = 'øàééú äåöàä (úáðéú) ùì èáìä';
$strViewDumpDatabases = 'øàééú äåöàä (úáðéú) ùì îàâøé ðúåðéí';
$strViewDumpDB = 'øàééú äåöàä (úáðéú) ùì îàâø ðúåðéí';
 
$strWelcome = 'áøåê äáà àì %s';
$strWildcard = 'úå ëììé';
$strWithChecked = 'òí äðáçøéí:';
$strWriteRequests = 'á÷ùåú ëúéáä';
$strWritingCommentNotPossible = 'ëúéáú äòøä ìà àôùøéú';
$strWritingRelationNotPossible = 'ëúéáä ùì éçñ ìà àôùøéú';
$strWrongUser = 'ùí îùúîù/ñéñîä ùâåééí. äâéùä ðãçúä.';
 
$strXML = 'XML';
 
$strYes = 'ëï';
 
$strZeroRemovesTheLimit = 'äòøä: äâãøú àôùøåéåú àìå àì 0 (àôñ) éáèìå àú ääâáìä.';
$strZip = '"zipped"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strCentralEuropean = 'Central European'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`'; //to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
 
$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!'; //to translate
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate
$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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPutColNames = 'Put fields names in the first row'; //to translate
 
$strQueryOnDb = 'SQL query on database <b>%s</b>:'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$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:'; //to translate
$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'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
 
$strThai = 'Thai'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to download this image.'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.'; //to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).'; //to translate
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; //to translate
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
 
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strWebServerUploadDirectory = 'web server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.'; //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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'îñôø ùãåú';
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hebrew-utf-8.inc.php
0,0 → 1,999
<?php
/* $Id: hebrew-utf-8.inc.php,v 2.82.2.4 2006/03/23 17:42:13 lem9 Exp $
* Translated by Hadar Porat <hadar at banner.co.il> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום שישי', 'שבת');
$month = array('ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
$timespanfmt = '%s ימים, %s שעות, %s דקות ו- %s שניות';
 
$strAbortedClients = 'בוטל';
$strAbsolutePathToDocSqlDir = 'אנא הכנס את הנתיב המוחלט אל תיקיית docSQL';
$strAccessDenied = 'גישה נדתחה';
$strAccessDeniedExplanation = 'phpMyAdmin ניסה לתקשר עם שרת MySQL, והשרת דחה את החיבור. אתה צריך לבדוק את כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע שקיבלת ע"י אחראי השרת של MySQL.';
$strAction = 'פעולה';
$strAddAutoIncrement = 'הוספת ערך AUTO_INCREMENT (מספור אוטומטי)';
$strAddConstraints = 'הוספת הגבלות';
$strAddDeleteColumn = 'הוספת/מחיקת עמודות שדה';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = 'הוספת DROP DATABASE';
$strAddedColumnComment = 'נוספה הערה לעמודה';
$strAddedColumnRelation = 'נוסף קשר לעמודה';
$strAddFields = 'הוספת %s תאים';
$strAddHeaderComment = 'הוספת הערה מותאמת אל פתיחה(\\n לשבירת שורות)';
$strAddIfNotExists = 'הוספת IF NOT EXISTS';
$strAddIntoComments = 'הוספה אל הערות';
$strAddNewField = 'הוספת שדה חדש';
$strAddPrivilegesOnDb = 'הוספת הרשאות למאגר הנתונים הבא';
$strAddPrivilegesOnTbl = 'הוספת הראשאות לטבלה הבאה';
$strAddSearchConditions = 'הוספת תנאי חיפוש (הגוף של תנאי "where"):';
$strAddToIndex = 'הוספה לאינדקס &nbsp;%s&nbsp;שורה/שורות';
$strAddUser = 'הוספת משתמש חדש';
$strAddUserMessage = 'משתמש חדש נוסף.';
$strAdministration = 'ניהול';
$strAffectedRows = 'שורות הושפעו:';
$strAfterInsertBack = 'חזרה לעמוד הקודם';
$strAfterInsertNewInsert = 'הוספה נוספת של שורה חדשה';
$strAfterInsertNext = 'עריכת השורה הבאה';
$strAfterInsertSame = 'חזרה אחורה לעמוד זה';
$strAfter = 'לאחר %s';
$strAll = 'הכל';
$strAllTableSameWidth = 'הצגת כל הטבלאות ברוחב דומה?';
$strAlterOrderBy = 'שינוי סדר הטבלה לפי';
$strAnalyzeTable = 'ניתוח טבלה';
$strAnd = 'וגם';
$strAndThen = 'ואז';
$strAnIndex = 'אינדקס נוסף אל %s';
$strAny = 'כל דבר';
$strAnyHost = 'כל שרת מארח';
$strAnyUser = 'כל משתמש';
$strApproximateCount = 'יכול להיות הערכה. ראה FAQ 3.11';
$strAPrimaryKey = 'מפתח ראשי נוסף אל %s';
$strArabic = 'ערבית';
$strArmenian = 'ארמנית';
$strAscending = 'עולה';
$strAtBeginningOfTable = 'בתחילת טבלה';
$strAtEndOfTable = 'בסוף טבלה';
$strAttr = 'תכונות';
$strAutodetect = 'זיהוי אוטומטי';
$strAutomaticLayout = 'עיצוב אוטומטי';
 
$strBack = 'חזרה';
$strBaltic = 'בלטית';
$strBeginCut = 'התחלת חיתוך';
$strBeginRaw = 'התחלת RAW';
$strBinary = 'בינארי';
$strBinaryDoNotEdit = 'בינארי - אין לערוך';
$strBinaryLog = 'דו"ח בינארי';
$strBinLogEventType = 'סוג אירוע';
$strBinLogInfo = 'מידע';
$strBinLogName = 'שם דו"ח';
$strBinLogOriginalPosition = 'מיקום מקורי';
$strBinLogPosition = 'מיקום';
$strBinLogServerId = 'קוד שרת (ID)';
$strBookmarkAllUsers = 'אפשר לכל משתמש לגשת לכתובת מועדפת זאת';
$strBookmarkDeleted = 'כתובת מועדפת נמחקה.';
$strBookmarkLabel = 'תווית';
$strBookmarkQuery = 'שאילתות SQL מועדפות';
$strBookmarkThis = 'הכנס שאילתת SQL זאת למועדפים';
$strBookmarkView = 'ראה רק';
$strBrowse = 'עיון';
$strBulgarian = 'בולגרית';
$strBusyPages = 'עמודים עסוקים';
$strBzError = 'phpMyAdmin נכשל בדחיסת הנתונים משום שתוספת Bz2 לא תקינה בגרסת PHP הנוכחית. זה מאוד רצוי כי תגדיר את הגדרת <code>$cfg[\'BZipDump\']</code> בקובץ הגדרות phpMyAdmin אל <code>FALSE</code>. אם אתה רוצה להשתמש בתכונות דחיסת Bz2, עליך לשדרג לגרסת PHP חדישה יותר. ראה דיווח שגיאות PHP %s לפרטים נוספים.';
$strBzip = '"bzipped"';
 
$strCalendar = 'לוח שנה';
$strCannotLogin = 'נכשל בכניסה לשרת MySQL';
$strCantLoadRecodeIconv = 'נכשל בטעית תוספת iconv או recode הדרושה להמרת קידודים. או שתגדיר את PHP להפעיל את תוספות אלו, או שתבטל את המרת הקידודים בתוך phpMyAdmin.';
$strCantLoad = 'התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך.';
$strCantRenameIdxToPrimary = 'לא ניתן לשנות שם אינדקס אל PRIMARY!';
$strCantUseRecodeIconv = 'נכשל בשימוש בפונקציות iconv, libiconv או recode, למרות שזה נראה כי התוספות הדרושות נטענו. בדוק את הגדרות PHP שלך.';
$strCardinality = 'מספור';
$strCaseInsensitive = 'אין חשיבות לרישיות (case)';
$strCaseSensitive = 'יש חשיבות לרישיות (case)';
$strChange = 'שינוי';
$strChangeCopyMode = 'יצירת משתמש חדש עם אותן ההרשאות וגם ...';
$strChangeCopyModeCopy = '... שמירת הישן.';
$strChangeCopyModeDeleteAndReload = ' ... מחיקת הישן מטבלאות המשתמשים וטען מחדש את ההרשאות לאחר מכן.';
$strChangeCopyModeJustDelete = ' ... מחיקת הישן מטבלאות המשתמשים.';
$strChangeCopyModeRevoke = ' ... בטל את כל ההרשאות הפעילות מהישן ומחק אותו לאחר מכן.';
$strChangeCopyUser = 'שינוי מידע כניסה / העתקת משתמש';
$strChangeDisplay = 'בחירת שדה להצגה';
$strChangePassword = 'שינוי סיסמא';
$strCharset = 'קידוד';
$strCharsetOfFile = 'חבילת הקידוד של הקובץ:';
$strCharsets = 'קידודים';
$strCharsetsAndCollations = 'חבילות קידוד';
$strCheckAll = 'בחירת הכל';
$strCheckOverhead = 'בדיקת טבלאות עבור תקורה';
$strCheckPrivs = 'בדיקת הרשאות';
$strCheckPrivsLong = 'בדיקת הראשות עבור מאגר נתונים &quot;%s&quot;.';
$strCheckTable = 'בדיקת טבלה';
$strChoosePage = 'אנא בחר עמוד לעריכה';
$strColComFeat = 'מציג הערות עמודה';
$strCollation = 'קידוד';
$strColumnNames = 'שמות עמודה';
$strColumnPrivileges = 'הרשאות ספציפיות-לעמודה';
$strCommand = 'פקודה';
$strComments = 'הערות';
$strCommentsForTable = 'הערות עבור טבלה';
$strCompatibleHashing = 'תואם MySQL&nbsp;4.0';
$strCompleteInserts = 'השלם הכנסות';
$strCompression = 'דחיסה';
$strConfigFileError = 'phpMyAdmin לא הצליח לקרוא את קובץ ההגדרות שלך! מצב זה יתכן אם PHP מוצא טעות בקוד הקובץ או אם הוא לא מוצא את הקובץ.<br /> אנא קרא לקובץ הקונפיגורציה ישירות בעזרת הקישור מתחת להודעה זו וקרא את הודעת PHP שהינך מקבל. ברוב המילים גרש או נקודה-פסיק חסרים במקום כלשהו.<br /> אם הינך מקבל דף ריק, הכל בסדר.';
$strConfigureTableCoord = 'אנא הגדר נקודות ציון עבור טבלה %s';
$strConnectionError = 'חיבור נכשל: הגדרות לא תקינות.';
$strConnections = 'חיבורים';
$strConstraintsForDumped = 'הגבלות לטבלאות שהוצאו';
$strConstraintsForTable = 'הגבלות לטבלה';
$strCookiesRequired = 'עוגיות (Cookies) חייבות לפעול מנקודה זאת.';
$strCopy = 'העתקה';
$strCopyDatabaseOK = 'מאגר נתונים %s הועתק אל %s';
$strCopyTable = 'העתקת טבלה אל (מסד נתונים<b>.</b>טבלה):';
$strCopyTableOK = 'טבלה %s הועתקה אל %s.';
$strCopyTableSameNames = 'לא ניתן להעתיק טבלה אל אותה אחת!';
$strCouldNotKill = 'phpMyAdmin נכשל בחיסול בהליך %s. רוב הסיכויים שהוא כבר נסגר.';
$strCreate = 'יצירה';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE לפני העתקה';
$strCreateIndex = 'יצירת אינדקס על&nbsp;%s&nbsp; עמודות';
$strCreateIndexTopic = 'יצירת אינדקס חדש';
$strCreateNewDatabase = 'יצירת מאגר נתונים חדש';
$strCreateNewTable = 'יצירת טבלה חדשה על מאגר נתונים %s';
$strCreatePage = 'יצירת עמוד חדש';
$strCreatePdfFeat = 'יצירה של קבצי PDF';
$strCreationDates = 'יצירת/עדכון/בדיקת תאריכים';
$strCriteria = 'קריטריון';
$strCroatian = 'קרואטית';
$strCSVOptions = 'אפשרויות CSV';
$strCyrillic = 'קירילית';
$strCzech = 'צ\'יכית';
 
$strDanish = 'דנית';
$strData = 'נתונים';
$strDatabase = 'מאגר נתונים';
$strDatabaseEmpty = 'שם מאגר הנתונים ריק!';
$strDatabaseExportOptions = 'אפשרויות ייצוא מאגר נתונים';
$strDatabaseHasBeenDropped = 'מסד הנתונים %s נמחק.';
$strDatabaseNoTable = 'מאגר הנתונים מכיל שום טבלה!';
$strDatabases = 'מאגרי נתונים';
$strDatabasesDropped = '%s מסדי נתונים נמחקו בהצלחה.';
$strDatabasesStats = 'סטטיסטיקת מסד הנתונים';
$strDatabasesStatsDisable = 'ביטול סטטיסטיקה';
$strDatabasesStatsEnable = 'הפעלת סטטיסטיקה';
$strDatabasesStatsHeavyTraffic = 'הערה: הפעלת סטטיסטיקות מאגר נתונים כאן יכולות לגרום לתעבורה כבדה בין השרת האינטרנט לשרת MySQL.';
$strDataDict = 'מילון מידע';
$strDataOnly = 'מידע בלבד';
$strDataPages = 'דפים מכילים מידע';
$strDBComment = 'הערה על מאגר הנתונים: ';
$strDBCopy = 'העתקת מאגר נתונים אל';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'לחיצות';
$strDBGLine = 'שורה';
$strDBGMaxTimeMs = 'זמן מירבי, ms';
$strDBGMinTimeMs = 'זמן מיזערי, ms';
$strDBGModule = 'מודול';
$strDBGTimePerHitMs = 'זמן/לחיצה, ms';
$strDBGTotalTimeMs = 'סה"כ זמן, ms';
$strDbPrivileges = 'הרשאות ספציפיות למאגר נתונים';
$strDBRename = 'שינוי שם מאגר נתונים אל';
$strDbSpecific = 'ספציפי למאגר הנתונים';
$strDefault = 'ברירת מחדל';
$strDefaultEngine = '%s הוא מנוע האחסון ברירת המחדשל של שרת MySQL זה.';
$strDefaultValueHelp = 'לערכי ברירת מחדל, אנא הכנס רק ערך בודד, ללא סימני ציטוט או לוכסנים, השתמש בתבנית הזאת : a';
$strDefragment = 'איחוי טבלה';
$strDelayedInserts = 'השתמש בהכנסות מעוכבות';
$strDelete = 'מחיקה';
$strDeleteAndFlush = 'מחיקת המשתמשים וטעינה מחדש של ההרשאות לאחר מכן.';
$strDeleteAndFlushDescr = 'זהו השיטה הנקייה ביותר, אבל טעינה של ההרשאות יכולה לקחת זמן מה.';
$strDeleted = 'השורה נמחקה';
$strDeletedRows = 'שורות נמחקו:';
$strDeleting = 'מוחק %s';
$strDelOld = 'לעמוד הנוכחי יש הפניות לטבלאות שכבר לא קיימות. האם אתה רוצה למחוק את הפניות אלו?';
$strDescending = 'יורד';
$strDescription = 'תיאור';
$strDictionary = 'מילון';
$strDirtyPages = 'דפים מלוכלכים';
$strDisabled = 'מבוטל';
$strDisplayFeat = 'הצגת תכונות';
$strDisplayOrder = 'סדר תצוגה:';
$strDisplayPDF = 'הצגת תרשים PDF';
$strDoAQuery = 'ביצוע "שאילתה לדוגמה" (תו כללי: "%")';
$strDocu = 'תיעוד';
$strDoYouReally = 'האם אתה באמת רוצה ';
$strDrop = 'הסרה';
$strDropDatabaseStrongWarning = 'אתה עומד להרוס מאגר נתונים שלם!';
$strDropUsersDb = 'הסרת מאגרי נתונים שיש להם שמות דומים כמו למשתמשים.';
$strDumpingData = 'הוצאת מידע עבור טבלה';
$strDumpSaved = 'הוצאה נשמרה אל קובץ %s.';
$strDumpXRows = 'הוצאת %s שורות מתחילת רשומה מספר %s.';
$strDynamic = 'דינאמי';
 
$strEdit = 'עריכה';
$strEditPDFPages = 'עריכת דפי PDG';
$strEditPrivileges = 'עריכת הרשאות';
$strEffective = 'יעיל';
$strEmpty = 'ריקון';
$strEmptyResultSet = 'MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות).';
$strEnabled = 'מופעל';
$strEnd = 'סיום';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s זמין על שרת MySQL זה.';
$strEngineDisabled = '%s מובטל על שרת MySQL זה.';
$strEngines = 'מנועים';
$strEngineUnsupported = 'שרת MySQL לא תומך במנוע אחסון %s.';
$strEnglish = 'אנגלית';
$strEnglishPrivileges = ' הערה: שמות הרשאות MySQL מובטאות באנגלית ';
$strError = 'שגיאה';
$strEscapeWildcards = 'תווים כללים _ וגם % צריכים לבוא ביחד עם \ על מנת להשתמש בהם באמת';
$strEstonian = 'אסטונית';
$strExcelEdition = 'מהדורת Excel';
$strExcelOptions = 'אפשרויות Excel';
$strExecuteBookmarked = 'הרצת שאילתה מועדפת';
$strExplain = 'הסברת SQL';
$strExport = 'ייצוא';
$strExtendedInserts = 'הכנסות מורחבות';
$strExtra = 'תוספת';
 
$strFailedAttempts = 'ניסיונות כושלים';
$strField = 'שדה';
$strFieldHasBeenDropped = 'שדה %s נמחק';
$strFields = 'שדות';
$strFieldsEmpty = 'ספירת השדה אופסה! ';
$strFieldsEnclosedBy = 'שדות מוקפים ע"י';
$strFieldsEscapedBy = 'הורדת שדות עם';
$strFieldsTerminatedBy = 'סיום שדות ע"י';
$strFileAlreadyExists = 'קובץ %s כבר קיים על השרת, שנה שם קובץ או בדוק אופציית כתיבה-על.';
$strFileCouldNotBeRead = 'נכשל בקריאת הקובץ';
$strFileNameTemplate = 'תבנית שם קובץ';
$strFileNameTemplateRemember = 'זכור תבנית';
$strFixed = 'תוקן';
$strFlushPrivilegesNote = 'הערה: phpMyAdmin מקבל הרשאות משתמש ישירות מטבלאות הרשאות של MySQL. התוכן של הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך.';
$strFlushTable = 'ריקון טבלה ("FLUSH")';
$strFormat = 'תבנית';
$strFormEmpty = 'ערך ריק בטופס!';
$strFreePages = 'דפים חופשיים';
$strFullText = 'טקסטים מלאים';
$strFunction = 'פונקציה';
 
$strGenBy = 'נוצר ע"י';
$strGeneralRelationFeat = 'תכונות קשר כלליות';
$strGenerate = 'ייצור';
$strGeneratePassword = 'ייצור סיסמא';
$strGenTime = 'זמן ייצור';
$strGeorgian = 'גרוזינית';
$strGerman = 'גרמנית';
$strGlobal = 'עולמי';
$strGlobalPrivileges = 'הרשאות גלובליות';
$strGlobalValue = 'ערך גלובלי';
$strGo = 'סע';
$strGrantOption = 'הענקה';
$strGreek = 'יוונית';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'שונתה.';
$strHasBeenCreated = 'נוצרה.';
$strHaveToShow = 'עליך לבחור לפחות עמודה אחת לתצוגה';
$strHebrew = 'עברית';
$strHexForBinary = 'השתמש בהקסדצימלי לשדות בינאריים';
$strHome = 'בית';
$strHomepageOfficial = 'דף הבית phpMyAdmin הרשמי';
$strHost = 'מארח';
$strHostEmpty = 'שם המארח ריק!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'אפשרויות ייצוא Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'אפשרויות ייצוא Microsoft Word 2000';
$strHungarian = 'הונגרית';
 
$strIcelandic = 'איסלנדית';
$strId = 'קוד זיהוי';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'התעלמות';
$strIgnoreInserts = 'השתמש בהעלמות מהכנסות';
$strIgnoringFile = 'מתעלם מהקובץ %s';
$strImportDocSQL = 'ייבוא קבצי docSQL';
$strImportFiles = 'קבצי ייבוא';
$strIndex = 'אינדקס';
$strIndexes = 'אינדקסים';
$strIndexHasBeenDropped = 'אינדקס %s הוסר';
$strIndexName = 'שם אינדקס:';
$strIndexType = 'סוג אינדקס:';
$strIndexWarningMultiple = 'יותר מ- %s מפתחות נוצאו עבור עמודה `%s`';
$strIndexWarningTable = 'בעיות עם אינדקסים של טבלה `%s`';
$strInnoDBDataFilePath = 'קבצי נתונים';
$strInnoDBDataHomeDir = 'תיקיית בית של נתונים';
$strInnoDBPages = 'דפים';
$strInnodbStat = 'מצב InnoDB';
$strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.';
$strInsert = 'הכנסה';
$strInsertAsNewRow = 'הכנסה כשורה חדשה';
$strInsertedRowId = 'קוד שורה שהוכנסה:';
$strInsertedRows = 'שורות הוכנסו:';
$strInsertNewRow = 'הכנסת שורה חדשה';
$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 = 'רק תמחק את המשתמשים מטבלאות ההרשאות.';
 
$strKeepPass = 'אל תשנה את הסיסמא';
 
$strLatexCaption = 'כותרת טבלה';
$strLatexContent = 'תוכן של טבלה __TABLE__';
$strLatexContinued = '(מומשך)';
$strLatexContinuedCaption = 'כותרת טבלה מומשך';
$strLatexIncludeCaption = 'כלול כותרת טבלה';
$strLatexLabel = 'מפתח תווית';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'אפשרויות LaTeX';
$strLatexStructure = 'מבנה של טבלה __TABLE__';
$strLatvian = 'Latvian';
$strLengthSet = 'אורך/ערכים*';
$strLimitNumRows = 'מספר של שורות לכל דף';
$strLinesTerminatedBy = 'שורות מסתיימות ע"י';
$strLinkNotFound = 'קישור לא נמצא';
$strLinksTo = 'קישורים אל';
$strLithuanian = 'ליטאית';
$strLocalhost = 'מקומי';
$strLocationTextfile = 'מיקום של קובץ טקסט';
$strLogin = 'כניסה';
$strLoginInformation = 'מידע כניסה';
$strLogout = 'יציאה';
$strLogPassword = 'סיסמא:';
$strLogServer = 'שרת';
$strLogUsername = 'שם משתמש:';
$strLongOperation = 'תהליך זה יכול לקחת זמן רב. להמשיך בכל מקרה?';
 
$strMaximumSize = 'מירבי: %s%s';
$strMbExtensionMissing = 'תוספת mbstring לא נמצאה וזה נראה כי אתה משתמש בקידוד multibyte. ללא תוספת mbstring מותקנת, phpMyAdmin אינו יכול לחלק מחרוזות באופן תקין וזה יכול לגרום לתוצאות לא רצויות.';
$strMIME_available_mime = 'סוגי MIME זמינים';
$strMIME_available_transform = 'שינויי צורה זמינים';
$strMIME_description = 'תיאור';
$strMIME_MIMEtype = 'סוג MIME';
$strModifications = 'שינויים נשמרו';
$strModify = 'עריכה';
$strModifyIndexTopic = 'עריכת אינדקס';
$strMoveTable = 'העברת טבלה אל (מסד נתונים<b>.</b>טבלה):';
$strMoveTableOK = 'הטבלה %s הועברה ל- %s.';
$strMySQLCharset = 'קידוד MySQL';
$strMySQLConnectionCollation = 'קידוד חיבור MySQL';
$strMySQLSaid = 'MySQL אמר: ';
$strMySQLShowProcess = 'ראיית תהליכים';
$strMySQLShowStatus = 'ראיית מידע זמן ריצה MySQL';
$strMySQLShowVars = 'ראיית משתני מערכת MySQL';
 
$strName = 'שם';
$strNext = 'הבא';
$strNo = 'לא';
$strNoDatabases = 'אין מאגרי נתונים';
$strNoDatabasesSelected = 'אף מאגר נתונים לא נבחר.';
$strNoDescription = 'ללא תיאור';
$strNoDetailsForEngine = 'אין מידע מצב מפורט על מנוע אחסון זה.';
$strNoDropDatabases = 'הוראות "DROP DATABASE" מבוטלות.';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin יותר ידידותי עם דפדפן <b>frames-capable</b>.';
$strNoIndex = 'אין אינדקסים מוגדרים!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'ללא שינוי';
$strNone = 'ללא';
$strNoOptions = 'לתבנית זאת אין אפשרויות';
$strNoPassword = 'ללא סיסמא';
$strNoPermission = 'לשרת אין הרשאה לשמור את קובץ %s.';
$strNoPhp = 'ללא קוד PHP';
$strNoPrivileges = 'ללא הרשאות';
$strNoRights = 'אין לך הרשאות מספיקות להיות כאן כרגע!';
$strNoRowsSelected = 'לא נבחרו שורות';
$strNoSpace = 'אןי מספיק מקום לשמור את הקובץ %s.';
$strNoTablesFound = 'לא נמצאו טבלאות במאגר נתונים.';
$strNotNumber = 'זה אינו מספר!';
$strNotOK = 'לא בסדר';
$strNotSet = 'טבלה <b>%s</b> לא נמצאה או לא קיימת בתוך %s';
$strNoUsersFound = 'לא נמצאו משתמשים.';
$strNull = 'Null';
$strNumSearchResultsTotal = '<b>סה"כ:</b> <i>%s</i> פריטים';
$strNumTables = 'טבלאות';
 
$strOK = 'אישור';
$strOperations = 'פעולות';
$strOptimizeTable = 'ייעול טבלה';
$strOr = 'או';
$strOverhead = 'תקורה';
 
$strPageNumber = 'מספר דף:';
$strPagesToBeFlushed = 'דפים לריקון';
$strPaperSize = 'גודל דף';
$strPartialText = 'טקסטים חלקיים';
$strPassword = 'סיסמא';
$strPasswordChanged = 'הסיסמא עבור %s שונתה בהצלחה.';
$strPasswordEmpty = 'הסיסמא ריקה!';
$strPasswordNotSame = 'הסיסמאות אינן זהות!';
$strPdfInvalidTblName = 'הטבלה "%s" לא קיימת!';
$strPdfNoTables = 'אין טבלאות';
$strPerHour = 'לשעה';
$strPerMinute = 'לדקה';
$strPerSecond = 'לשנייה';
$strPersian = 'Persian';
$strPhoneBook = 'phone book';
$strPHP40203 = 'אתה משתמש ב- PHP 4.2.3, אשר כולל תקלה רצינית עם מחרוזות multibyte (mbstring). ראה דיווח שגיאה 19404 של PHP. גרסה זאת של PHP לא מומלצת לשימוש עם phpMyAdmin..';
$strPhp = 'ייצור קוד PHP';
$strPHPVersion = 'גרסת PHP';
$strPmaDocumentation = 'תיעוד phpMyAdmin';
$strPolish = 'Polish';
$strPortrait = 'Portrait';
$strPos1 = 'התחלה';
$strPrevious = 'הקודם';
$strPrimary = 'ראשי';
$strPrimaryKeyHasBeenDropped = 'המפתח הראשי הוסר';
$strPrint = 'הדפסה';
$strPrintView = 'תצוגת הדפסה';
$strPrintViewFull = 'תצוגת הדפסה (עם טקסטים מלאים)';
$strPrivDescAllPrivileges = 'כלול כל ההרשאות חוץ מ- GRANT.';
$strPrivDescAlter = 'מאפשר שינוי של מבני הטבלאות הקיימות.';
$strPrivDescCreateRoutine = 'מאפשר יצירת שגרות מאוחסנות.';
$strPrivDescCreateTbl = 'מאפשר יצירת טבלאות חדשות.';
$strPrivDescCreateTmpTable = 'מאפשר יצירת טבלאות זמניות.';
$strPrivDescDelete = 'מאפשר מחיקת מידע.';
$strPrivDescDropDb = 'מאפשר מחיקת מאגרי נתונים וטבלאות.';
$strPrivDescDropTbl = 'מאפשר מחיקת טבלאות.';
$strPrivDescUsage = 'ללא הרשאות.';
$strPrivileges = 'הרשאות';
$strPrivilegesReloaded = 'ההרשאות נטענו מחדש בהצלחה.';
$strProcesslist = 'רשימת תהליכים';
 
$strQBE = 'שאילתה';
$strQBEDel = 'מחיקה';
$strQBEIns = 'הכנסה';
$strQueryFrame = 'חלון שאילתה';
$strQuerySQLHistory = 'היסטוריית SQL';
$strQueryStatistics = '<b>סטטיטיקת שאילתות</b>: מאז ההפעלה, %s שאילתות נשלחו לשרת.';
$strQueryTime = 'שאילתה לקחה %01.4f שניות';
$strQueryType = 'סוג שאילתה';
$strQueryWindowLock = 'אל תכתוב מחדש על שאילתה זאת מחוץ לחלון זה';
 
$strReceived = 'התקבל';
$strRecords = 'רשומות';
$strRefresh = 'רענון';
$strRelationNotWorking = 'תכונות נוספות לעבודה עם טבלאות מקושרות בוטלו. לעוד מידע למה לחץ %sכאן%s.';
$strRelations = 'יחסים';
$strRelationView = 'תצוגת יחסים';
$strReloadingThePrivileges = 'טוען מחדש הרשאות';
$strReloadMySQL = 'טעינה מחדש של MySQL';
$strRemoveSelectedUsers = 'הסרת משתמשים שנבחרו';
$strRenameDatabaseOK = 'מאגר נתונים %s שונה אל %s';
$strRenameTable = 'שינוי שם טבלה אל';
$strRenameTableOK = 'טבלה %s שונתה אל %s';
$strRepairTable = 'תיקון טבלה';
$strReplaceNULLBy = 'החלפת NULL ע"י';
$strReplaceTable = 'החלפת נתוני הטבלה עם הקובץ';
$strReset = 'איפוס';
$strResourceLimits = 'גבולות משאבים';
$strReType = 'הקלדה נוספת';
$strRevoke = 'שלילה';
$strRevokeAndDelete = 'שלילת כל ההרשאות הפעילות מהמשתמשים ומחיקתם לאחר מכן.';
$strRevokeMessage = 'אתה שללת הרשאות עבור %s';
$strRomanian = 'רומנית';
$strRowLength = 'אורך שורה';
$strRows = 'שורות';
$strRowsFrom = 'שורות המתחילות מרשומה #';
$strRowSize = ' גודל שורה ';
$strRowsModeFlippedHorizontal = 'מאוזן (headers מסובבים)';
$strRowsModeHorizontal = 'מאוזן';
$strRowsModeOptions = 'במצב %s וחזור אחרי Headers לאחר %s תאים';
$strRowsModeVertical = 'ניצב';
$strRowsStatistic = 'סטטיסטיקת שורה';
$strRunning = 'פועל על %s';
$strRunQuery = 'שליחת שאילתה';
$strRunSQLQuery = 'הרצת את שאילתה/שאילתות על מסד הנתונים %s';
$strRussian = 'רוסית';
 
$strSave = 'שמירה';
$strSaveOnServer = 'שמירת שרת בתוך תיקיית %s';
$strSearch = 'חיפוש';
$strSearchFormTitle = 'חפש במסד הנתונים';
$strSearchInTables = 'בתוך הטבלה/הטבלאות:';
$strSearchNeedle = 'מילים או ערכים עבור חיפוש (תו כללי: "%"):';
$strSearchOption1 = 'לפחות אחת מן המילים';
$strSearchOption2 = 'כל המילים';
$strSearchOption3 = 'הביטוי המדוייק';
$strSearchOption4 = 'כביטוי רגיל';
$strSearchResultsFor = 'תוצאות חיפוש עבור "<i>%s</i>" %s:';
$strSearchType = 'מצא:';
$strSelectADb = 'אנא בחר מאגר נתונים';
$strSelectAll = 'בחירת הכל';
$strSelectFields = 'בחירת שדות (לפחות אחד):';
$strSelectNumRows = 'בשאילתה';
$strSelectTables = 'בחירת טבלאות';
$strSend = 'שמירה כקובץ';
$strSent = 'נשלח';
$strServer = 'שרת';
$strServerChoice = 'בחירת שרת';
$strServerNotResponding = 'השרת אינו מגיב';
$strServerStatus = 'מידע זמן ריצה';
$strServerStatusUptime = 'שרת MySQL פעיל במשך %s. הוא התחיל לפעול ב- %s.';
$strServerTabProcesslist = 'תהליכים';
$strServerTabVariables = 'משתנים';
$strServerVars = 'משתני והגדרות שרת';
$strServerVersion = 'גרסת שרת';
$strSessionValue = 'ערך זמן חיבור (Session)';
$strSetEnumVal = 'אם סוג השדה הוא "enum" או "set", אנא השתמש בערכים בתבנית הבאה : \'a\',\'b\',\'c\'...<br /> אם אתה צריך להשתמש באלכסונים ("\") או בציטוט יחיד ("\'") ביחד עם הערכים האלה, הכנס לוכסן אחורי לפניהם (לדוגמא \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'ראייה';
$strShowAll = 'ראיית הכל';
$strShowColor = 'ראיית צבע';
$strShowDatadictAs = 'תבנית מידע מילון';
$strShowFullQueries = 'הראה שאילתות שלמות';
$strShowGrid = 'הראה רשת';
$strShowingRecords = 'מראה שורות';
$strShowPHPInfo = 'ראיית מידע PHP';
$strShowTableDimension = 'ראיית ממדים של טבלאות';
$strShowTables = 'ראיית טבלאות';
$strShowThisQuery = ' הראה את שאילתה כאן שוב ';
$strSingly = '(singly)';
$strSize = 'גודל';
$strSlovak = 'סלובקית';
$strSlovenian = 'סלובנית';
$strSort = 'סידור';
$strSpaceUsage = 'שימוש מקום';
$strSpanish = 'ספרדית';
$strSplitWordsWithSpace = 'מילים מופרדות ע"י תו רווח (" ").';
$strSQLExportCompatibility = 'תאימות ייצוא SQL';
$strSQLExportType = 'סוג ייצוא';
$strSQLOptions = 'אפשרויות SQL';
$strSQLQuery = 'שאילתת SQL';
$strSQLResult = 'תוצאת SQL';
$strSQL = 'SQL';
$strStatCheckTime = 'נבדק לאחרונה';
$strStatCreateTime = 'יצירה';
$strStatement = 'משפטים';
$strStatUpdateTime = 'עדכון אחרון';
$strStatus = 'מצב';
$strStorageEngine = 'מנוע אחסון';
$strStorageEngines = 'מנועי אחסון';
$strStrucCSV = 'CSV';
$strStrucData = 'מבנה ומידע';
$strStrucDrop = 'הוספת DROP TABLE';
$strStrucExcelCSV = 'CSV עבור MS Excel';
$strStrucNativeExcel = 'תבנית MS Excel טבעית';
$strStrucOnly = 'מבנה בלבד';
$strStructPropose = 'הצעת מבנה טבלה';
$strStructure = 'מבנה';
$strSubmit = 'שליחה';
$strSuccess = 'שאילתת SQL שלך בוצעה בהצלחה';
$strSum = 'סכום';
$strSwedish = 'שוודית';
$strSwitchToDatabase = 'מעבר למאגר נתונים שהועתק';
$strSwitchToTable = 'מעבר לטבלה שהועתקה';
 
$strTable = 'טבלה';
$strTableComments = 'הערות טבלה';
$strTableEmpty = 'שם הטבלה ריק!';
$strTableHasBeenDropped = 'טבלה %s נמחקה';
$strTableHasBeenEmptied = 'טבלה %s רוקנה';
$strTableHasBeenFlushed = 'טבלה %s אופסה';
$strTableMaintenance = 'אחזקת טבלה';
$strTableOfContents = 'תוכן עניניים';
$strTableOptions = 'אפשרויות טבלה';
$strTables = '%s טבלאות';
$strTableStructure = 'מבנה טבלה עבור טבלה';
$strTableType = 'סוג טבלה';
$strTakeIt = 'קח זאת';
$strTblPrivileges = 'הרשאות ספציפיות-לטבלאות';
$strTextAreaLength = ' משום אורכם, <br /> השדה הזה יכול להיות בלתי עריך ';
$strTheme = 'תבנית / סגנון';
$strThisHost = 'מארח זה';
$strThisNotDirectory = 'זהו לא תיקייה';
$strTime = 'זמן';
$strTotal = 'סה"כ';
$strTotalUC = 'סה"כ';
$strTraditionalChinese = 'סינית מסורתית';
$strTraditionalSpanish = 'ספרדית מסורתית';
$strTraffic = 'Traffic';
$strTurkish = 'טורקית';
$strType = 'סוג';
 
$strUkrainian = 'אוקראינית';
$strUncheckAll = 'בטל סימון הכל';
$strUnicode = 'Unicode';
$strUnique = 'ייחודי';
$strUnknown = 'לא ידוע';
$strUnselectAll = 'בטל בחירת הכל';
$strUpdatePrivMessage = 'אתה עדכנת הרשאות עבור %s.';
$strUpdateProfileMessage = 'הפרופיל עודכן בהצלחה.';
$strUpdateQuery = 'עדכון שאילתה';
$strUpgrade = 'אתה צריך לשדרג אל %s %s לפחות.';
$strUsage = 'שימוש';
$strUseBackquotes = 'צירוף תוי ציטוט (backquotes) אל שמות טבלאות ושדות';
$strUseHostTable = 'Use Host Table';
$strUser = 'משתמש';
$strUserAlreadyExists = 'שם המשתמש %s כבר קיים!';
$strUserEmpty = 'שם המשתמש ריק !';
$strUserName = 'שם משתמש';
$strUserNotFound = 'המשתמש שנבחר לא נמצא בטבלת ההרשאות.';
$strUserOverview = 'סקירת משתמשים';
$strUseTables = 'השתמש בטבלאות';
$strUseTextField = 'השתמש בשדה טקסט';
$strUseThisValue = 'השתמש בערך זה';
 
$strValidateSQL = 'בדיקת תקינות SQL';
$strValue = 'ערך';
$strVar = 'משתנה';
$strVersionInformation = 'מידע גרסאות';
$strViewDump = 'ראיית הוצאה (תבנית) של טבלה';
$strViewDumpDatabases = 'ראיית הוצאה (תבנית) של מאגרי נתונים';
$strViewDumpDB = 'ראיית הוצאה (תבנית) של מאגר נתונים';
 
$strWelcome = 'ברוך הבא אל %s';
$strWildcard = 'תו כללי';
$strWithChecked = 'עם הנבחרים:';
$strWriteRequests = 'בקשות כתיבה';
$strWritingCommentNotPossible = 'כתיבת הערה לא אפשרית';
$strWritingRelationNotPossible = 'כתיבה של יחס לא אפשרית';
$strWrongUser = 'שם משתמש/סיסמה שגויים. הגישה נדחתה.';
 
$strXML = 'XML';
 
$strYes = 'כן';
 
$strZeroRemovesTheLimit = 'הערה: הגדרת אפשרויות אלו אל 0 (אפס) יבטלו את ההגבלה.';
$strZip = '"zipped"';
 
// To translate:
 
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
 
$strCentralEuropean = 'Central European'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`'; //to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
 
$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!'; //to translate
$strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate
$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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
$strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPutColNames = 'Put fields names in the first row'; //to translate
 
$strQueryOnDb = 'SQL query on database <b>%s</b>:'; //to translate
 
$strReadRequests = 'Read requests'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
 
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$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:'; //to translate
$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'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
 
$strThai = 'Thai'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to download this image.'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string; see the documentation for PHP\'s strftime() function.'; //to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).'; //to translate
$strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; //to translate
$strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see the documentation on how to update your column_comments table'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
 
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary PHP extensions as described in the %sdocumentation%s.'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strView = 'View'; //to translate
 
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strWebServerUploadDirectory = 'web server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.'; //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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'מספר שדות';
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hindi-utf-8.inc.php
0,0 → 1,1009
<?php
/* $Id: hindi-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
// Hindi translation
// 1st release : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 08-Aug-2002
// 2nd updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 23-Aug-2002
// 3rd updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 09-Sep-2002
// 4th updates : by Girish Nair <girishn@nagpur.dot.net.in(outdated)> : 15-Nov-2002
// 5th updates : by Girish Nair <girishn2003_@_yahoo_._co_._in(latest), www.girishn.com> : 25-Nov-2003
 
$charset = 'utf-8';
$allow_recoding = FALSE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$byteUnits = array(' बैट्स', ' केबी', ' एमबी', ' जीबी','टीबी','पीबी','ईबी');
 
$day_of_week = array('रवी', 'सोम', 'मन्गल', 'बुध', 'गुरु', 'शुक्र', 'शनि');
$month = array('जनवरी', 'फरवरी', 'मार्च', 'अप्रैल', 'मई', 'जून', 'जुलाई', 'अगस्त', ' सितम्बर', 'अक्तूबर', 'नवम्बर', 'दिसमबर');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y को %I:%M %p';
 
$strAPrimaryKey = ' %s पर एक प्राईमरी की बनाया';
$strAccessDenied = 'प्रवेश निषेध';
$strAction = ' कार्य';
$strAddNewField = 'नया फील्ड जोडो';
$strAddPrivilegesOnDb = 'इन डाटाबेसों के लिये प्रिविलेज जोडिये';
$strAddPrivilegesOnTbl = 'इन टेबल के लिये प्रिविलेज जोडिये';
$strAddUser = 'नया यूसर बनाओ';
$strAddUserMessage = 'आपने नया यूसर बना लिया ।';
$strAddedColumnComment = 'कोलम पर टिप्पणि किया गया';
$strAfter = '%s के बाद में';
$strAfterInsertBack = 'पिछले पृष्ट पर वापस जाओ';
$strAfterInsertNewInsert = ' अगला नया रौ जोडे';
$strAll = 'सभी';
$strAlterOrderBy = ' टेबल ओरडर को बदलिये ';
$strAnIndex = ' %s पर एक इन्डेक्स बनाया';
$strAnalyzeTable = ' टेबल अनालैज करें';
$strAnd = 'और';
$strAny = 'कोई';
$strAnyHost = 'कोई भी होस्ट';
$strAnyUser = 'कोई भी यूसर';
$strArabic = 'पर्शियन';
$strAtBeginningOfTable = ' टेबल के शुरू में';
$strAtEndOfTable = ' टेबल के आखिर में';
$strAttr = ' विशेषता';
 
$strBack = 'वापस';
$strBinary = 'बइनरी';
$strBinaryDoNotEdit = 'बइनरी - एडिट मत करिये';
$strBookmarkDeleted = 'यह bookmark डिलीट कर दिया गया।';
$strBookmarkLabel = 'लेबल';
$strBookmarkQuery = 'Bookmark किया हुआ SQL-क्वरी';
$strBookmarkThis = 'इस SQL-क्वरी को bookmark कीजिये ';
$strBookmarkView = 'केवल देखिये';
$strBrowse = ' ब्रौस';
 
$strCantRenameIdxToPrimary = 'इन्डेक्स को PRIMARY नाम मे नहीं बदल सकते!';
$strChange = 'बदलिये';
$strChangePassword = 'पासव्रड बदलिये';
$strCheckAll = 'सभी को चेक करें';
$strCheckPrivs = 'प्रिविलेज चेक करें';
$strCheckPrivsLong = 'डाटाबेस के प्रिविलेज चेक करें &quot;%s&quot;.';
$strCheckTable = ' टेबल को चेक करें';
$strChoosePage = ' एडिट करने के लिये पेज़ चुने';
$strColumnNames = 'कोलम के नाम';
$strColumnPrivileges = ' केवल कोलम के प्रिविलेज';
$strComments = ' टिप्पणी';
$strCompleteInserts = 'पूरा इनसर्टस';
$strCopyTable = ' (database<b>.</b>table) में टेबल को कापी करें:';
$strCopyTableOK = ' %s टेबल को %s में कापी कर दिया.';
$strCouldNotKill = 'thread %s को मारने में phpMyAdmin असफल हुआ। शायद वह खतम हो चुका है।';
$strCreate = 'बनाइये';
$strCreateIndex = ' &nbsp;%s&nbsp; कोलम पर इन्डेक्स बनाऐं ';
$strCreateIndexTopic = 'एक नया इन्डेक्स बनाऐं';
$strCreateNewDatabase = ' नया डाटाबेस बनाओ';
$strCreateNewTable = ' डाटाबेस मे नया टेबल बनाओ';
$strCreatePage = 'नया पेज़ बनाऐं';
 
$strDBComment = 'डाटाबेस की टिप्पणि: ';
$strData = ' डाटा';
$strDataOnly = 'केवल डाटा';
$strDatabase = ' डाटाबेस';
$strDatabaseHasBeenDropped = 'डाटाबेस %s को ड्रोप कर दिया ।';
$strDatabaseNoTable = 'इस डाटाबेस में कोई टेबल नहीं है!';
$strDatabases = ' डाटाबेस';
$strDatabasesDropped = '%s डाटाबेस को सफलता से डिलीट कर दिया गया।';
$strDatabasesStats = ' डाटाबेसों के आँकडे';
$strDatabasesStatsDisable = 'आँकडे Disable करें';
$strDatabasesStatsEnable = 'आँकडे Enable करें';
$strDatabasesStatsHeavyTraffic = ' नोट: यहां डाटाबेस के आँकडे Enable करने से webserver और MySQL के बीच में ट्रेफिक बडने की संभावना है। ';
$strDbPrivileges = ' केवल डाटाबेस के प्रिविलेज';
$strDefault = 'Default';
$strDelete = 'डिलीट';
$strDeleted = 'रौ को डिलीट कर दिया';
$strDeletedRows = 'रौ डिलीट किया:';
$strDescription = 'वर्णन';
$strDictionary = 'शब्दकोश';
$strDisplayFeat = 'फीचरस दिखाओ';
$strDisplayOrder = 'क्रम से दिखाओ:';
$strDisplayPDF = 'PDF schema दिखाओ';
$strDoYouReally = 'क्या आप सचमुच चाहते है की';
$strDocu = 'डोक्युमेंटेशन';
$strDrop = ' ड्रोप';
$strDropUsersDb = 'Drop the databases that have the same names as the users.';
 
$strEdit = 'एडिट';
$strEditPDFPages = 'PDF पेज एडिट करें';
$strEditPrivileges = ' प्रिविलेज एडिट करें';
$strEffective = ' वास्तविक';
$strEmpty = 'खाली करें';
$strEnd = 'आखरी';
$strEnglish = 'अंग्रेजी';
$strEnglishPrivileges = ' नोट: MySQL प्रिविलेज नामों को अंग्रेजी मे लिखा गया है ';
$strError = 'गल्ती';
$strExplain = 'SQL की व्याख्या ';
$strExport = 'एक्सपोर्ट';
$strExtendedInserts = 'विस्तृत इनसर्टस';
$strExtra = ' अतिरिक्त';
 
$strField = ' फील्ड';
$strFieldHasBeenDropped = ' फील्ड %s ड्रोप कर दिया';
$strFields = ' फील्डस';
$strFlushTable = ' टेबल को Flush करें ("FLUSH")';
 
$strGenTime = 'समय पर बनाया';
$strGerman = 'जर्मन';
$strGreek = ' ग्रीक';
 
$strHasBeenAltered = 'को बदला गया। ';
$strHome = 'होम';
$strHomepageOfficial = 'phpMyAdmin का आधिकारिक होमपेज';
$strHost = 'होस्ट';
$strHostEmpty = 'होस्ट का नाम (hostname) खाली है!';
 
$strInsert = 'इनसर्ट';
$strInsertAsNewRow = 'इसको नया रौ में जोडे ';
$strInsertNewRow = 'नया रौ इनसर्ट करिये';
$strInsertedRows = ' रौ जोडे गये:';
 
$strJapanese = 'जापानी';
 
$strKeepPass = 'पासवर्ड मत बदलिये';
$strKorean = 'कोरियन';
 
$strLengthSet = 'लंबाई/अर्थ*';
$strLimitNumRows = 'प्रति पृष्ट कितने रौ';
$strLinesTerminatedBy = 'लाईन समाप्त होता है';
$strLocalhost = 'Local';
$strLogPassword = 'पासव्रड:';
$strLogUsername = 'यूसरनेम:';
$strLogin = 'लोगिन';
$strLogout = 'लोग औट';
 
$strMoveTable = ' टेबल को (database<b>.</b>table) में मूव करें:';
$strMoveTableOK = ' %s टेबल को %s में मूव कर दिया.';
$strMySQLShowProcess = 'प्रोसेस दिखाओ';
$strMySQLShowStatus = 'MySQL के runtime जानकारी दिखाओ';
$strMySQLShowVars = 'MySQL के system variables दिखाओ';
 
$strName = 'नाम';
$strNext = ' अगला';
$strNo = 'नहीं';
$strNoDatabases = 'कोइ डाटाबेस नहिं';
$strNoDatabasesSelected = ' कोइ डाटाबेस नहीं चुना गया है।';
$strNoModification = 'कोइ बदलाव नहीं';
$strNoPassword = 'पासवर्ड नहीं है';
$strNoPrivileges = 'कोइ प्रिविलेज नहीं';
$strNoTablesFound = 'डाटाबेस में कोई टेबल नहीं।';
$strNoUsersFound = 'कोई यूसर नहीं।';
$strNotNumber = 'यह नंबर नहीं है!';
 
$strOperations = 'कार्रवाई';
$strOptimizeTable = ' टेबल को Optimize करें';
$strOr = 'अथवा';
 
$strPdfNoTables = ' कोई टेबल नहीं';
$strPhp = 'PHP Code बनाओ';
$strPmaDocumentation = 'phpMyAdmin डोक्युमेंटेशन';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivileges = ' प्रिविलेज';
 
$strQBE = 'क्वरी';
$strQueryFrame = 'क्वरी पेज';
$strQuerySQLHistory = 'SQL- इतिहास';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'क्वरी को %01.4f सेकेंड का समय लगा';
 
$strRepairTable = ' टेबल को टीक करें';
$strRevoke = 'वापस लो';
$strRevokeMessage = 'आपने %s के privileges वापस ले लिया ';
$strRowLength = ' रौ की लंबाई';
$strRowsFrom = 'रौ, इस record से #';
$strRowsModeHorizontal = 'समतल';
$strRowsModeOptions = ' %s रूप में और %s सेल के बाद शीर्षक को दोहराईये';
$strRowsModeVertical = 'खडा';
$strRunSQLQuery = 'डाटाबेस %s में SQL query/queries चलाइये ';
$strRunning = ' %s पर चल रहा है';
$strRussian = 'रशियन';
 
$strSearch = 'सर्च';
$strSearchFormTitle = 'डाटाबेस में सर्च करें';
$strSearchInTables = ' टेबल में:';
$strSearchNeedle = 'शब्द अथवा वेल्यु जिसे सर्च करना है (wildcard: "%"):';
$strSearchOption1 = 'कोई भी एक शब्द';
$strSearchOption2 = 'सभी शब्द';
$strSearchOption3 = 'यथार्थ वाक्यांश';
$strSearchResultsFor = '"<i>%s</i>" %s के लिये सर्च के परिणाम :';
$strSearchType = 'खोजो:';
$strSelectADb = 'कृपया एक डाटाबेस चुनिये ';
$strSelectAll = ' सभी को सेल्कट करें';
$strSelectTables = ' टेबल चुनिये';
$strSend = 'फाईल मे सेव करें';
$strServerChoice = 'Server चुनिये';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strShow = 'दिखाओ';
$strShowAll = 'सभी दिखाओ';
$strShowColor = 'रंगीन दिखाओ';
$strShowGrid = 'grid दिखाओ';
$strShowPHPInfo = 'PHP कि जानकारी दिखाओ';
$strShowTableDimension = ' टेबल के परिमाण दिखाओ';
$strShowTables = ' टेबल दिखाओ';
$strShowThisQuery = ' यह query वापस यहीं दिखायें ';
$strShowingRecords = 'रौ देखिये';
$strSplitWordsWithSpace = 'शब्दों में space (" ") से अंतर करें.';
$strStrucData = 'संरचना और डाटा';
$strStrucOnly = 'केवल संरचना';
$strStructure = 'संरचना';
$strSuccess = 'आपकी SQL-query सफलता से पूरा किया';
$strSum = 'जोड';
 
$strTable = ' टेबल ';
$strTableComments = ' टेबल की टिप्पणि';
$strTableEmpty = ' टेबल का नाम खाली है!';
$strTableHasBeenDropped = ' टेबल %s को ड्रोप किया';
$strTableHasBeenEmptied = ' टेबल %s को खाली किया';
$strTableHasBeenFlushed = ' टेबल %s को flush किया';
$strTableMaintenance = ' टेबल रख-रखाव';
$strTableType = ' टेबल के प्रकार';
$strTables = ' %s टेबल(s)';
$strTblPrivileges = ' केवल टेबल के प्रिविलेज';
$strThreadSuccessfullyKilled = 'Thread %s को सफलता से मारा गया।';
$strTotal = ' कुल';
$strTurkish = 'तुर्क';
$strType = ' प्रकार';
 
$strUncheckAll = ' सभी को अनचेक करें';
$strUnselectAll = ' सभी को अनसेल्कट करें';
$strUpdatePrivMessage = 'आपने %s के प्रिविलेज अपडेट कर दिया ।';
$strUpdateProfileMessage = 'प्रोफाइल अपडेट कर दिया ।';
$strUpdateQuery = ' क्वरी अपडेट करो';
$strUsage = 'उपयोग';
$strUseBackquotes = ' टेबल और फील्ड के नाम को backquotes से Enclose करें';
$strUseTables = ' टेबल का उपयोग करो';
$strUser = 'यूसर';
$strUserEmpty = 'यूसरनेम खाली है!';
$strUserName = 'यूसर नेम';
 
$strValue = 'मूल्य';
 
$strWelcome = ' %s मे स्वागत है';
$strWithChecked = 'चुने हुओं को:';
$strWritingCommentNotPossible = 'टिप्पणि करना मुम्किन नहीं';
$strWrongUser = 'यूसरनेम/पासवर्ड गलत है। Access denied.';
 
$strYes = 'हाँ ';
 
// To translate
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDeleteColumn = 'Add/Delete Field Columns'; //to translate
$strAddDeleteRow = 'Add/Delete Criteria Row'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strAddSearchConditions = 'Add search conditions (body of the "where" clause):'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAdministration = 'Administration'; //to translate
$strAffectedRows = 'Affected rows:'; //to translate
$strAllTableSameWidth = 'display all Tables with same width?'; //to translate
$strArmenian = 'Armenian'; //to translate
$strAscending = 'Ascending'; //to translate
$strAutodetect = 'Autodetect'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
$strBzip = '"bzipped"'; //to translate
 
$strCSVOptions = 'CSV options';//to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeDisplay = 'Choose Field to display'; //to translate
$strCharset = 'Charset'; //to translate
$strCharsetOfFile = 'Character set of the file:'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strColComFeat = 'Displaying Column Comments'; //to translate
$strCollation = 'Collation'; //to translate
$strCommand = 'Command'; //to translate
$strCompression = 'Compression'; //to translate
$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 recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strConnections = 'Connections'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCriteria = 'Criteria'; //to translate
$strCroatian = 'Croatian'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
 
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDanish = 'Danish'; //to translate
$strDataDict = 'Data Dictionary'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strDescending = 'Descending'; //to translate
$strDisabled = 'Disabled'; //to translate
$strDoAQuery = 'Do a "query by example" (wildcard: "%")'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
$strDumpingData = 'Dumping data for table'; //to translate
$strDynamic = 'dynamic'; //to translate
 
$strEmptyResultSet = 'MySQL returned an empty result set (i.e. zero rows).'; //to translate
$strEnabled = 'Enabled'; //to translate
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
$strEstonian = 'Estonian'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFailedAttempts = 'Failed attempts'; //to translate
$strFieldsEmpty = ' The field count is empty! '; //to translate
$strFieldsEnclosedBy = 'Fields enclosed by'; //to translate
$strFieldsEscapedBy = 'Fields escaped by'; //to translate
$strFieldsTerminatedBy = 'Fields terminated by'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strFixed = 'fixed'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strFormEmpty = 'Missing value in the form !'; //to translate
$strFormat = 'Format'; //to translate
$strFullText = 'Full Texts'; //to translate
$strFunction = 'Function'; //to translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGo = 'Go'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGzip = '"gzipped"'; //to translate
 
$strHasBeenCreated = 'has been created.'; //to translate
$strHaveToShow = 'You have to choose at least one Column to display'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strHungarian = 'Hungarian'; //to translate
 
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; //to translate
$strIgnore = 'Ignore'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strImportFiles = 'Import files'; //to translate
$strInUse = 'in use'; //to translate
$strIndex = 'Index'; //to translate
$strIndexHasBeenDropped = 'Index %s has been dropped'; //to translate
$strIndexName = 'Index name&nbsp;:'; //to translate
$strIndexType = 'Index type&nbsp;:'; //to translate
$strIndexes = 'Indexes'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strKeyname = 'Keyname'; //to translate
$strKill = 'Kill'; //to translate
 
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLandscape = 'Landscape'; //to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLocationTextfile = 'Location of the textfile'; //to translate
$strLogServer = 'Server'; //to translate
$strLoginInformation = 'Login Information'; //to translate
 
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strModifications = 'Modifications have been saved'; //to translate
$strModify = 'Modify'; //to translate
$strModifyIndexTopic = 'Modify an index'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMySQLCharset = 'MySQL charset'; //to translate
$strMySQLSaid = 'MySQL said: '; //to translate
 
$strNoDescription = 'no Description'; //to translate
$strNoDropDatabases = '"DROP DATABASE" statements are disabled.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
$strNoIndex = 'No index defined!'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
$strNoOptions = 'This format has no options';//to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoPhp = 'Without PHP Code'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNone = 'None'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> table not found or not set in %s'; //to translate
$strNull = 'Null'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
$strNumTables = 'Tables'; //to translate
 
$strOK = 'OK'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strPHPVersion = 'PHP Version'; //to translate
$strPageNumber = 'Page number:'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strPartialText = 'Partial Texts'; //to translate
$strPassword = 'Password'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
$strPasswordEmpty = 'The password is empty!'; //to translate
$strPasswordNotSame = 'The passwords aren\'t the same!'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPdfInvalidTblName = 'The "%s" table doesn\'t exist!'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPhoneBook = 'phone book'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPos1 = 'Begin'; //to translate
$strPrevious = 'Previous'; //to translate
$strPrimary = 'Primary'; //to translate
$strPrimaryKeyHasBeenDropped = 'The primary key has been dropped'; //to translate
$strPrimaryKeyName = 'The name of the primary key must be... PRIMARY!'; //to translate
$strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
$strPrint = 'Print'; //to translate
$strPrintView = 'Print view'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strProcesslist = 'Process list'; //to translate
$strPutColNames = 'Put fields names at first row'; //to translate
 
$strQBEDel = 'Del'; //to translate
$strQBEIns = 'Ins'; //to translate
$strQueryOnDb = 'SQL-query on database <b>%s</b>:'; //to translate
$strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReType = 'Re-type'; //to translate
$strReceived = 'Received'; //to translate
$strRecords = 'Records'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
$strRelationView = 'Relation view'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelations = 'Relations'; //to translate
$strReloadMySQL = 'Reload MySQL'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameTable = 'Rename table to'; //to translate
$strRenameTableOK = 'Table %s has been renamed to %s'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strReplaceTable = 'Replace table data with file'; //to translate
$strReset = 'Reset'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strRowSize = ' Row size '; //to translate
$strRows = 'Rows'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strRowsStatistic = 'Row Statistic'; //to translate
$strRunQuery = 'Submit Query'; //to translate
 
$strSQL = 'SQL'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strSQLOptions = 'SQL options';//to translate
$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:'; //to translate
$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'; //to translate
$strSQLQuery = 'SQL-query'; //to translate
$strSQLResult = 'SQL result'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strSave = 'Save'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearchOption4 = 'as regular expression'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSelectFields = 'Select fields (at least one):'; //to translate
$strSelectNumRows = 'in query'; //to translate
$strSent = 'Sent'; //to translate
$strServer = 'Server'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
$strServerVersion = 'Server version'; //to translate
$strSessionValue = 'Session value'; //to translate
$strSetEnumVal = 'If field type is "enum" or "set", please enter the values 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
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSingly = '(singly)'; //to translate
$strSize = 'Size'; //to translate
$strSort = 'Sort'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpaceUsage = 'Space usage'; //to translate
$strStatCheckTime = 'Last check';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatement = 'Statements'; //to translate
$strStatus = 'Status'; //to translate
$strStrucCSV = 'CSV data'; //to translate
$strStrucDrop = 'Add DROP TABLE'; //to translate
$strStrucExcelCSV = 'CSV for MS Excel data'; //to translate
$strStructPropose = 'Propose table structure'; //to translate
$strSubmit = 'Submit'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
 
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strThai = 'Thai'; //to translate
$strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strTime = 'Time'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTotalUC = 'Total'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraffic = 'Traffic'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUkrainian = 'Ukrainian'; //to translate
$strUnicode = 'Unicode'; //to translate
$strUnique = 'Unique'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUseTextField = 'Use text field'; //to translate
$strUseThisValue = 'Use this value'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserOverview = 'User overview'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
 
$strValidateSQL = 'Validate SQL'; //to translate
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strVar = 'Variable'; //to translate
$strViewDump = 'View dump (schema) of table'; //to translate
$strViewDumpDB = 'View dump (schema) of database'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //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
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML';//to translate
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
$strZip = '"zipped"' ; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hungarian-iso-8859-2.inc.php
0,0 → 1,997
<?php
 
// Peter Bakondy <bakondyp@freemail.hu>
// Mihály Mészáros <necronix@freemail.hu>
 
$charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// Byte, Kilo, Mega, Giga, Tera, Peta, Exa rövidítései
$byteUnits = array('Bájt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
$month = array('Jan', 'Feb', 'Márc', 'Ápr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
// Leírás a $datefmt változó definiálásához:
// http://www.php.net/manual/en/function.strftime.php
$datefmt = '%Y. %B %d. %H:%M';
 
$timespanfmt = '%s nap, %s óra, %s perc, %s másodperc';
 
$strAbortedClients = 'Megszakítva';
$strAbsolutePathToDocSqlDir = 'Írja be az abszolút elérési utat a docSQL könyvtárhoz';
$strAccessDeniedExplanation = 'A phpMyAdmin megpróbált csatlakozni a MySQL szerverhez, de a szerver elutasította a kapcsolatot. Ellen&#337;rizze a host, username és jelszó mez&#337;ket a config.inc.php fájlban, és bizonyosodjon meg róla, hogy ezek megfelelnek a MySQL szerver adminisztrátorától kapott információknak.';
$strAccessDenied = 'Hozzáférés megtagadva';
$strAction = 'Parancs';
$strAddAutoIncrement = 'AUTO_INCREMENT érték hozzáadása';
$strAddConstraints = 'Megszorítás hozzáadása';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozzáad/Töröl';
$strAddDeleteRow = 'Kritérium Sort Hozzáad/Töröl';
$strAddDropDatabase = 'DROP DATABASE hozzáadása';
$strAddedColumnComment = 'Megjegyzés hozzáf&#369;zve az oszlophoz:';
$strAddedColumnRelation = 'Kapcsolat hozzáf&#369;zve az oszlophoz:';
$strAddFields = '%s mez&#337; hozzáadása';
$strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)';
$strAddIfNotExists = 'IF NOT EXISTS hozzáadása';
$strAddIntoComments = 'Hozzáadás a megjegyzéshez';
$strAddNewField = 'Új mez&#337; hozzáadása';
$strAddPrivilegesOnDb = 'Privilégiumok hozzáadása a következ&#337; adatbázison:';
$strAddPrivilegesOnTbl = 'Privilégiumok hozzáadása a következ&#337; táblán:';
$strAddSearchConditions = 'Keresési feltételek megadása (az "ahol" kikötések):';
$strAddToIndex = 'Adj az indexhez %s oszlopot';
$strAddUserMessage = 'Az új felhasználót felvettem.';
$strAddUser = 'Új felhasználó hozzáadása';
$strAdministration = 'Adminisztráció';
$strAffectedRows = 'Keresett sorok:';
$strAfterInsertBack = 'Vissza az el&#337;z&#337; oldalra';
$strAfterInsertNewInsert = 'Új sor beszúrása';
$strAfterInsertNext = 'Következ&#337; sor szerkesztése';
$strAfterInsertSame = 'Visszatérés az oldalra';
$strAfter = '%s után';
$strAll = 'Mind';
$strAllTableSameWidth = 'minden tábla ezzel a szélességgel jelenjen meg?';
$strAlterOrderBy = 'Tábla megváltozása rendezve e szerint:';
$strAnalyzeTable = 'Tábla vizsgálat';
$strAnd = 'És';
$strAnIndex = 'Indexet hozzáadtam: %s';
$strAny = 'Bármely';
$strAnyHost = 'Bármely hoszt';
$strAnyUser = 'Bármely felhasználó';
$strApproximateCount = 'Becsült érték lehet. Lásd: FAQ 3.11';
$strAPrimaryKey = 'Els&#337;dleges kulcsot hozzáadtam: %s';
$strArabic = 'Arab';
$strArmenian = 'Örmény';
$strAscending = 'Növekv&#337;';
$strAtBeginningOfTable = 'A tábla elejénél';
$strAtEndOfTable = 'A tábla végénél';
$strAttr = 'Tulajdonságok';
$strAutodetect = 'Automatikus felismerés';
$strAutomaticLayout = 'Automatikus elrendezés';
 
$strBack = 'Vissza';
$strBaltic = 'Balti';
$strBeginCut = 'Kivágás Kezdete';
$strBeginRaw = 'Feldolgozatlan Kezdete';
$strBinary = 'Bináris';
$strBinaryDoNotEdit = 'Bináris - nem szerkeszthet&#337;';
$strBinaryLog = 'Bináris napló';
$strBinLogEventType = 'Esemény típusa';
$strBinLogInfo = 'Információ';
$strBinLogName = 'Napló neve';
$strBinLogOriginalPosition = 'Eredeti pozíció';
$strBinLogPosition = 'Pozíció';
$strBinLogServerId = 'Szerver ID';
$strBookmarkAllUsers = 'Az összes felhasználónak engedélyezi a hozzáférést ehhez a könyvjelz&#337;höz';
$strBookmarkCreated = '%s könyvjelz&#337; elkészült';
$strBookmarkDeleted = 'A könyvjelz&#337;t töröltem.';
$strBookmarkLabel = 'Felirat';
$strBookmarkQuery = 'Feljegyzett SQL-kérés';
$strBookmarkReplace = 'Azonos nev&#369; könyvjelz&#337; felülírása';
$strBookmarkThis = 'Jegyezd fel az SQL-kérést';
$strBookmarkView = 'Csak megnézhet&#337;';
$strBrowseForeignValues = 'Idegen kulcsok böngészése';
$strBrowse = 'Tartalom';
$strBufferPoolActivity = 'Puffer tevékenység';
$strBufferPool = 'Puffer';
$strBufferPoolUsage = 'Puffer kihasználtsága';
$strBufferReadMisses = 'Olvasási hibák';
$strBufferWriteWaits = 'Írási várakozások';
$strBulgarian = 'Bolgár';
$strBzError = 'A phpMyAdmin nem tudta betömöríteni a dump-ot, mert nem megfelel&#337; a Bz2 kiterjesztés ebben a php verzióban. Er&#337;sen ajánlott a <code>$cfg[\'BZipDump\']</code> paramétert a phpMyAdmin konfigurációs fájlban <code>FALSE</code> értékre beállítani. Ha a Bz2 tömörítési eljárást használni szeretné, frissítse a php-t! Tekintse meg a %s php bug report-ot a részletekért.';
$strBzip = '"bzip-pel tömörítve"';
 
$strCalendar = 'Naptár';
$strCannotLogin = 'A belépés a MySQL szerverre sikertelen volt';
$strCantLoad = 'nem tudtam betölteni a %s kiterjesztést,<br />ellen&#337;rizze a PHP konfigurációt';
$strCantLoadRecodeIconv = 'Nem tudom betölteni az iconv vagy recode kiterjesztést a karakterkészlet-átalakításhoz, állítsd be a php-t, hogy engedélyezze ezeket a kiterjesztéseket vagy tiltsd le a karakterkészlet-átalakítást a phpMyAdmin-ban.';
$strCantRenameIdxToPrimary = 'Nem tudom átnevezni az indexet PRIMARY-vá!';
$strCantUseRecodeIconv = 'Nem tudom használni az iconv, libiconv sem a recode_string funkciókat mialatt a kiterjesztés-jelentéseket be kell tölteni. Ellen&#337;rizd a php konfigurációt.';
$strCardinality = 'Számosság';
$strCaseInsensitive = 'bet&#369;nagyságra nem érzékeny';
$strCaseSensitive = 'bet&#369;nagyság-érzékeny';
$strCentralEuropean = 'Közép-európai';
$strChangeCopyModeCopy = '... a régi meg&#337;rzése.';
$strChangeCopyModeDeleteAndReload = ' ... a régi törlése a felhasználói táblákból, és utána a privilégiumok újratöltése.';
$strChangeCopyModeJustDelete = ' ... a régi törlése a felhasználói táblákból.';
$strChangeCopyModeRevoke = ' ... az összes aktív privilégium visszaállítása a régib&#337;l, és utána törlésük.';
$strChangeCopyMode = 'Új felhasználó hozzáadása ezekkel a privilégiumokkal ...';
$strChangeCopyUser = 'Belépési információ megváltoztatása / Felhasználó másolása';
$strChangeDisplay = 'Válassz mez&#337;t a megjelenítéshez';
$strChangePassword = 'Jelszó megváltoztatása';
$strChange = 'Változtat';
$strCharset = 'Karakterkészlet';
$strCharsetOfFile = 'A fájl karakterkészlete:';
$strCharsetsAndCollations = 'Karakterkészletek és egybevetések';
$strCharsets = 'Karakterkészlet';
$strCheckAll = 'Összeset kijelöli';
$strCheckOverhead = 'Ellen&#337;rzés felfüggesztése';
$strCheckPrivsLong = 'Privilégiumok ellen&#337;rzése &quot;%s&quot; adatbázison.';
$strCheckPrivs = 'Privilégiumok ellen&#337;rzése';
$strCheckTable = 'Tábla ellen&#337;rzés';
$strChoosePage = 'Válassz oldalt a szerkesztéshez';
$strColComFeat = 'Oszlop megjegyzések megjelenítése';
$strCollation = 'Egybevetés';
$strColumnNames = 'Oszlop nevek';
$strColumnPrivileges = 'Oszlop-specifikus privilégiumok';
$strCommand = 'Parancs';
$strCommentsForTable = 'Tábla-megjegyzések';
$strComments = 'Megjegyzések';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis';
$strCompleteInserts = 'Mez&#337;neveket is hozzáadja';
$strCompression = 'Tömörítés';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigurációs fájlt!<br />Lehet, hogy a php szintaktikai hibát talált benne, vagy nem találja a fájlt.<br />Használd az alsó linket a konfigurációs fájl helyreállításához, olvasd el a kapott php hibaüzeneteket. Többnyire egy idéz&#337;jel vagy egy pontosvessz&#337; hiányzik valahol.<br />Ha üres oldalt kapsz, minden rendben.';
$strConfigureTableCoord = 'Állítsd be a(z) $s tábla koordinátáit';
$strConnectionError = 'Nem sikerült a csatlakozás: érvénytelen beállítások.';
$strConnections = 'Kapcsolat';
$strConstraintsForDumped = 'Kikötések a kiírt táblákhoz';
$strConstraintsForTable = 'Kikötések a táblához';
$strCookiesRequired = 'A Cookie-kat most engedélyezned kell.';
$strCopyDatabaseOK = '%s adatbázis átmásolva ide: %s';
$strCopy = 'Másolás';
$strCopyTableOK = '%s táblát ide másoltam: %s.';
$strCopyTableSameNames = 'Nem tudom a táblát ugyanarra másolni!';
$strCopyTable = 'Tábla másolása ide (adatbázis<b>.</b>tábla):';
$strCouldNotKill = 'phpMyAdmin nem tudta megszüntetni ez a szálat: %s. Meglehet, már véget ért.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE másolás el&#337;tt';
$strCreateIndex = 'Készíts egy indexet a(z) %s. oszlopon';
$strCreateIndexTopic = 'Új index létrehozása';
$strCreate = 'Létrehoz';
$strCreateNewDatabase = 'Új adatbázis létrehozása';
$strCreateNewTable = 'Új tábla létrehozása a(z) %s adatbázisban';
$strCreatePage = 'Új oldal készítése';
$strCreatePdfFeat = 'PDF készítése';
$strCreationDates = 'Dátum Készítés/Módosítás/Ellen&#337;rzés';
$strCriteria = 'Kritérium';
$strCroatian = 'Horvát';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV beállítások';
$strCSVOptions = 'CSV beállítások';
$strCyrillic = 'Cirill';
$strCzech = 'Cseh';
$strCzechSlovak = 'Szlovák';
 
$strDanish = 'Dán';
$strData = 'Adat';
$strDatabase = 'Adatbázis';
$strDatabaseEmpty = 'Az adatbázis néz mez&#337; üres!';
$strDatabaseExportOptions = 'Adatbázis export beállítások';
$strDatabaseHasBeenDropped = '%s adatbázist eldobtam.';
$strDatabaseNoTable = 'Az adatbázis nem tartalmaz táblákat!';
$strDatabases = 'adatbázisok';
$strDatabasesDropped = '%s adatbázist sikeresen töröltem.';
$strDatabasesStats = 'Adatbázis statisztika';
$strDatabasesStatsDisable = 'Statisztika tiltása';
$strDatabasesStatsEnable = 'Statisztika engedélyezése';
$strDatabasesStatsHeavyTraffic = 'Megjegyzés: az adatbázis statisztika engedélyezése nagy adatforgalomhoz vezethet a webszerver és a MySQL között.';
$strDataDict = 'Adatkönyvtár';
$strDataOnly = 'Csak adatok';
$strDataPages = 'Adatokat tartalmazó lapok';
$strDBComment = 'Adatbázis megjegyzés: ';
$strDBCopy = 'Adatbázis másolása ide';
$strDBGContextID = 'Tartalom ID';
$strDBGContext = 'Tartalom';
$strDBGHits = 'Találat';
$strDBGLine = 'Vonal';
$strDBGMaxTimeMs = 'Legnagyobb id&#337;, ms';
$strDBGMinTimeMs = 'Legkisebb id&#337;, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Id&#337;/Találat, ms';
$strDBGTotalTimeMs = 'Összes id&#337;, ms';
$strDbPrivileges = 'Adatbázis-specifikus privilégiumok';
$strDBRename = 'Adatbázis átnevezése';
$strDbSpecific = 'adatbázis-specifikus';
$strDefault = 'Alapértelmezett';
$strDefaultValueHelp = 'Az alapértelmezett értékekhez írjon be egy egyszer&#369; értéket, escape karakter és idéz&#337;jelek nélkül, ezt a formátumot követve: a';
$strDefragment = 'Tábla töredezettségmentesítése';
$strDelayedInserts = 'Id&#337;zített beszúrás használata';
$strDeleteAndFlushDescr = 'Ez a legtisztább út, de a privilégiumok újratöltése eltarthat egy ideig.';
$strDeleteAndFlush = 'Törölje a felhasználót, azután töltse be újra a privilégiumokat.';
$strDeleted = 'A sort töröltem';
$strDeletedRows = 'Törölt sorok:';
$strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!';
$strDelete = 'Töröl';
$strDeleting = '%s törlése';
$strDelOld = 'A jelenlegi oldalon a táblahivatkozások már nem élnek. Akarja ezeket törölni?';
$strDescending = 'Csökken&#337;';
$strDescription = 'Leírás';
$strDictionary = 'szótár';
$strDirtyPages = 'Piszkos lapok';
$strDisabled = 'Tiltott';
$strDisableForeignChecks = 'Idegen kulcsok ellen&#337;rzésének letiltása';
$strDisplayFeat = 'Megjelenítés tulajdonságok';
$strDisplayOrder = 'Megjelenítés rendezés:';
$strDisplayPDF = 'PDF séma kijelzése';
$strDoAQuery = 'Csinálj egy "lekérdezést" (helyettesít&#337; karakter: "%")';
$strDocu = 'Dokumentáció';
$strDoYouReally = 'Biztos ez akarod? ';
$strDropDatabaseStrongWarning = 'Ki akarod törölni az EGÉSZ adatbázist?';
$strDrop = 'Eldob';
$strDropUsersDb = 'Azon adatbázisok törlése, amelyek neve egyezik a felhasználókkal.';
$strDumpingData = 'Tábla adatok:';
$strDumpSaved = 'A kiírást elmetettem ebbe a fájlba: %s.';
$strDumpXRows = '%s sor kiírása a %s. sorral kezd&#337;dik';
$strDynamic = 'dinamikus';
 
$strEditPDFPages = 'PDF oldalak szerkesztése';
$strEditPrivileges = 'Privilégiumok szerkesztése';
$strEdit = 'Szerkeszt';
$strEffective = 'Hatályos';
$strEmpty = 'Kiürít';
$strEmptyResultSet = 'A MySQL üreset adott vissza (nincsenek sorok).';
$strEnabled = 'Engedélyezett';
$strEncloseInTransaction = 'Export lezárása a tranzakcióban';
$strEndCut = 'Kivágás Vége';
$strEndRaw = 'Feldolgozatlan Vége';
$strEnd = 'Vége';
$strEngineAvailable = '%s elérhet&#337; ezen a MySQL szerveren.';
$strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.';
$strEnglish = 'Angol';
$strEnglishPrivileges = ' Megjegyzés: A MySQL privilégium nevek az angolból származnak ';
$strError = 'Hiba';
$strErrorInZipFile = 'Hiba a ZIP archívumban:';
$strEsperanto = 'Eszperanto';
$strEstonian = 'Észt';
$strExcelEdition = 'Excel szerkesztés';
$strExcelOptions = 'Excel beállítások';
$strExecuteBookmarked = 'Elmentett eljárás futtatása';
$strExplain = 'SQL magyarázat';
$strExport = 'Export';
$strExtendedInserts = 'Kiterjesztett beszúrások';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Hibás próbálkozás';
$strFieldHasBeenDropped = '%s mez&#337;t eldobtam';
$strField = 'Mez&#337;';
$strFieldsEmpty = ' A mez&#337; számossága nulla! ';
$strFieldsEnclosedBy = 'Mez&#337; lezárás';
$strFieldsEscapedBy = 'Mez&#337; escape karakter';
$strFields = 'Mez&#337;k száma';
$strFieldsTerminatedBy = 'Mez&#337; vége';
$strFileAlreadyExists = '%s fájl már létezik a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírás opciót!';
$strFileCouldNotBeRead = 'A fájl nem olvasható';
$strFileNameTemplate = 'Átmeneti fájlnév';
$strFileNameTemplateRemember = 'emlékezzen az átmeneti névre';
$strFileToImport = 'Importálandó fájl';
$strFixed = 'rögzített';
$strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználói privilégiumokat közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver privilégiumoktól, ha ezt kézzel beállítottuk. Ebben az esetben érdemes %sújra betölteni a privilégiumokat%s a folytatás el&#337;tt.';
$strFlushQueryCache = 'Lekérdezés cache kiírása';
$strFlushTables = 'Összes tábla kirása (bezárása)';
$strFlushTable = 'Tábla kiírása ("FLUSH")';
$strFormat = 'Formátum';
$strFormEmpty = 'Hiányzó adat a form-ban !';
$strFreePages = 'Szabad lapok';
$strFullText = 'Teljes Szövegek';
$strFunction = 'Funkció';
 
$strGenBy = 'Készítette';
$strGeneralRelationFeat = 'Általános relációs jellemz&#337;k';
$strGenerate = 'Generálás';
$strGeneratePassword = 'Jelszó generálás';
$strGenTime = 'Létrehozás ideje';
$strGeorgian = 'Grúz';
$strGerman = 'Német';
$strGlobal = 'globális';
$strGlobalPrivileges = 'Globális privilégiumok';
$strGlobalValue = 'Globális változó';
$strGo = 'Végrehajt';
$strGrantOption = 'Grant';
$strGreek = 'Görög';
$strGzip = '"gzip-pel tömörítve"';
 
$strHasBeenAltered = 'megváltozott.';
$strHasBeenCreated = 'megszületett.';
$strHaveToShow = 'Legalább egy oszlopot választanod kell a megjelenítéshez';
$strHebrew = 'Héber';
$strHexForBinary = 'Bináris mez&#337;k hexadecimálisként';
$strHome = 'Kezd&#337;lap';
$strHomepageOfficial = 'Hivatalos phpMyAdmin Honlap';
$strHostEmpty = 'A hosztnév üres!';
$strHost = 'Hoszt';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export beállítások';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export beállítások';
$strHungarian = 'Magyar';
 
$strIcelandic = 'Izlandi';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Elutasít';
$strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata';
$strIgnoringFile = '%s fájl mell&#337;zése';
$strImportDocSQL = 'DocSQL fájlok importja';
$strImportFiles = 'Fájlok importja';
$strImportFormat = 'Importálandó fájl formátuma';
$strImport = 'Import';
$strIndexes = 'Indexek';
$strIndexHasBeenDropped = '%s indexet eldobtam';
$strIndex = 'Index';
$strIndexName = 'Index név:';
$strIndexType = 'Index típus:';
$strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel';
$strInnoDBDataFilePath = 'Adat fájlok';
$strInnodbStat = 'InnoDB állapot';
$strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.';
$strInsertAsNewRow = 'Beszúrás új sorként';
$strInsert = 'Beszúr';
$strInsertedRowId = 'A beszúrt rekord id-je:';
$strInsertedRows = 'Beszúrt sorok:';
$strInsertNewRow = 'Új sor beszúrása';
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'használatban';
$strInvalidColumnCount = 'A mez&#337;k számának nullánál nagyobbnak kell lennie.';
$strInvalidFieldAddCount = 'Legalább egy mez&#337;t meg kell adni.';
$strInvalidFieldCount = 'A táblázatnak legalább egy mez&#337;t kell tartalmaznia.';
$strInvalidLDIImport = 'Ez a plugin nem támogatja a tömörített bemenetet!';
 
$strJapanese = 'Japán';
$strJumpToDB = 'Ugrás a &quot;%s&quot; adatbázishoz.';
$strJustDeleteDescr = 'A &quot;törölt&quot; felhasználók még hozzáférhetnek a szerverhez, amíg a privilégiumok újratöltése nem történik meg.';
$strJustDelete = 'Egyszer&#369;en törölje a felhasználót a privilégium-táblákból.';
 
$strKeepPass = 'Ne változtasd meg a jelszót';
$strKeyname = 'Kulcsnév';
$strKill = 'Leállít';
$strKorean = 'Koreai';
 
$strLandscape = 'Fekv&#337;';
$strLatchedPages = 'Zárolt lapok';
$strLatexCaption = 'Táblacím';
$strLatexContent = 'tábla tartalom __TABLE__';
$strLatexContinuedCaption = 'Tábla cím folytatása';
$strLatexContinued = '(folytatás)';
$strLatexIncludeCaption = 'Tábla címe tartalmazza';
$strLatexLabel = 'Felirat kulcs';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX beállítások';
$strLatexStructure = 'Táblaszerkezet __TABLE__';
$strLatvian = 'Litván';
$strLDI = 'CSV (LOAD DATA használatával)';
$strLDIImportOptions = 'CSV import beállításai (LOAD DATA használatával)';
$strLDILocal = 'LOCAL kulcsszó használata';
$strLengthSet = 'Hossz/Érték*';
$strLimitNumRows = 'Sorok száma oldalanként';
$strLinesTerminatedBy = 'Sorok vége';
$strLinkNotFound = 'Link nem található';
$strLinksTo = 'Linkek:';
$strLithuanian = 'Litván';
$strLocalhost = 'Helyi';
$strLocationTextfile = 'A szövegfájl helye';
$strLogin = 'Belépés';
$strLoginInformation = 'Belépési információ';
$strLogout = 'Kilépés';
$strLogPassword = 'Jelszó:';
$strLogServer = 'Szerver';
$strLogUsername = 'Felhasználói név:';
$strLongOperation = 'A m&#369;velet sokáig eltarthat. Mindenképp folytatod?';
 
$strMaxConnects = 'max. egyidej&#369; kapcsolatok száma';
$strMaximalQueryLength = 'Lekérdezés maximális hossza';
$strMaximumSize = 'Legnagyobb méret: %s%s';
$strMbOverloadWarning = 'Engedélyezted a mbstring.func_overload funkciót a PHP konfigurációban. Ez inkompatibilis a phpMyAdmin-nal és adatvesztéssel járhat!';
$strMIME_available_mime = 'Elérhet&#337; MIME-típusok';
$strMIME_available_transform = 'Elérhet&#337; átalakítások';
$strMIME_description = 'Leírás';
$strMIME_MIMEtype = 'MIME-típus';
$strMIME_nodescription = 'Ehhez az átalakításhoz nem érhet&#337; el leírás.<br />Kérdezze a szerz&#337;t, aki készítette: %s.';
$strMIME_transformation = 'Böngész&#337; átalakítás';
$strMIME_transformation_note = 'Az elérhet&#337; átalakítási beállítások listájához és a hozzájuk tartozó MIME-típusokhoz kattintson ide: %stransformation descriptions%s';
$strMIME_transformation_options = 'Átalakítás beállítások';
$strMIME_transformation_options_note = 'Az átalakítás beállításokhoz írja be az értékeket a kovetkez&#337; formátumban: \'a\',\'b\',\'c\'...<br />Ha visszapert ("\") vagy idéz&#337;jelet ("\'") akar beszúrni, használjon visszapert (például: \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'Tábla MIME-típusok';
$strMIME_without = 'A d&#337;lttel írt MIME-típusok nem választják el az átalakítási funkciókat';
$strModifications = 'A változásokat elmentettem';
$strModifyIndexTopic = 'Index változása';
$strModify = 'Változás';
$strMoveTableOK = '%s táblát áthelyeztem ide: %s.';
$strMoveTableSameNames = 'Nem tudom a táblát ugyanarra mozgatni!';
$strMoveTable = 'Tábla áthelyezése ide (adatbázis<b>.</b>tábla):';
$strMultilingual = 'soknyelv&#369;';
$strMyISAMDataPointerSize = 'Adat mutató mérete';
$strMyISAMMaxExtraSortFileSize = 'Ideiglenes fájlok maximális mérete index készítésekor';
$strMyISAMRecoverOptions = 'Automatikus helyreállítási mód';
$strMySQLCharset = 'MySQL karakterkészlet';
$strMySQLConnectionCollation = 'MySQL kapcsolat egyeztetés';
$strMySQLSaid = 'MySQL jelzi: ';
$strMySQLShowProcess = 'Mutasd meg a folyamatokat';
$strMySQLShowStatus = 'Mutasd meg a MySQL futási információkat';
$strMySQLShowVars = 'Mutasd meg a MySQL rendszer változókat';
 
$strName = 'Név';
$strNext = 'Következ&#337;';
$strNoActivity = 'Nem volt semmi tevékenység %s másodperce, jelentkezz be újra';
$strNoDatabases = 'Nincs adatbázis';
$strNoDatabasesSelected = 'Nincs adatbázis kiválasztva.';
$strNoDescription = 'nincs leírás';
$strNoDropDatabases = '"DROP DATABASE" utasítás le van tiltva.';
$strNoExplain = 'SQL magyarázat átugrása';
$strNoFilesFoundInZip = 'Nincs fájl a ZIP archívumban!';
$strNoFrames = 'A phpMyAdmin használhatóbb egy <b>frame-kezel&#337;</b> böngész&#337;ben.';
$strNoIndex = 'Nincs index meghatározva!';
$strNoIndexPartsDefined = 'Nincs index darab meghatározva!';
$strNoModification = 'Nincs változás';
$strNo = 'Nem';
$strNone = 'Nincs';
$strNoOptions = 'Ennek nincs beállítási lehet&#337;sége';
$strNoPassword = 'Nincs jelszó';
$strNoPermission = 'A webszervernek nincs joga elmenteni a fájlt: %s.';
$strNoPhp = 'PHP kód nélkül';
$strNoPrivileges = 'Nincs privilégium';
$strNoRights = 'Nincs elég jogod ennek végrehajtására!';
$strNoRowsSelected = 'Nincs sor kiválasztva';
$strNoSpace = 'Nincs elég hely elmenteni a fájlt: %s.';
$strNoTablesFound = 'Nincs tábla az adatbázisban.';
$strNoThemeSupport = 'Nincs téma támogatás, ellen&#337;rizd a beállításokat és/vagy a témákat a %s könyvtárban.';
$strNothingToImport = 'Nem adtál meg importálandó adatot!';
$strNotNumber = 'Ez nem egy szám!';
$strNotOK = 'Nincs rendben';
$strNotSet = '<b>%s</b> táblát nem találtam vagy nincs benne: %s';
$strNoUsersFound = 'Nem találtam felhasználó(ka)t.';
$strNoValidateSQL = 'SQL jóváhagyás átugrása';
$strNull = 'Null';
$strNumberOfFields = 'Mez&#337;k száma';
$strNumSearchResultsInTable = '%s találat <i>%s</i> táblában';
$strNumSearchResultsTotal = '<b>Összes:</b> <i>%s</i> találat';
$strNumTables = 'Tábla';
 
$strOK = 'Rendben';
$strOperations = 'Tevékenységek';
$strOperator = 'Kezel&#337;';
$strOptimizeTable = 'Tábla optimalizálás';
$strOr = 'Vagy';
$strOverhead = 'Felülírás';
$strOverwriteExisting = 'Létez&#337; fájlok felülírása';
 
$strPageNumber = 'Oldalszám:';
$strPagesToBeFlushed = 'Kiírandó oldalak';
$strPaperSize = 'Papírméret';
$strPartialImport = 'Részleges importálás';
$strPartialText = 'Részleges Szövegek';
$strPasswordChanged = '%s jelszavát sikeresen megváltoztattam.';
$strPasswordEmpty = 'A jelszó mez&#337; üres!';
$strPassword = 'Jelszó';
$strPasswordNotSame = 'A jelszavak nem azonosak!';
$strPdfDbSchema = '"%s" adatbázis sémája - %s oldal';
$strPdfInvalidTblName = '"%s" tábla nem létezik!';
$strPdfNoTables = 'Nincs tábla';
$strPerHour = 'óránként';
$strPerMinute = 'percenként';
$strPerSecond = 'másodpercenként';
$strPersian = 'Perzsa';
$strPhoneBook = 'telefonkönyv';
$strPHP40203 = 'A PHP 4.2.3-as verziója fut, ami egy súlyos hibát tartalmaz a több-bájtos sztringek kezelésénél (mbstring). Nézze meg a következ&#337;t: PHP bug report 19404. A PHP ezen verzója nem ajánlott a phpMyAdminhoz.';
$strPhp = 'PHP kód készítése';
$strPHPVersion = 'PHP Verzió';
$strPmaDocumentation = 'phpMyAdmin dokumentáció';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> értékét a konfigurációs fájlban KELL beállítani!';
$strPolish = 'Lengyel';
$strPortrait = 'Álló';
$strPos1 = 'Kezdet';
$strPrevious = 'El&#337;z&#337;';
$strPrimary = 'Els&#337;dleges';
$strPrimaryKeyHasBeenDropped = 'Az els&#337;dleges kulcsot eldobtam';
$strPrimaryKeyName = 'Az els&#337;dleges kulcs nevének "PRIMARY"-nak kell lennie!';
$strPrimaryKeyWarning = '("PRIMARY"-nak <b>kell</b> lennie, és <b>csak annak</b> szabad lennie az els&#337;dleges kulcsnak!)';
$strPrint = 'Nyomtatás';
$strPrintViewFull = 'Nyomtatási nézet (összes szöveggel)';
$strPrintView = 'Nyomtatási nézet';
$strPrivDescAllPrivileges = 'Minden privilégiumot tartalmaz, kivéve a GRANT.';
$strPrivDescAlter = 'Engedélyezi a létez&#337; táblák szerkezetének megváltoztatását.';
$strPrivDescAlterRoutine = 'Engedélyezi tárolt eljárások módosítását és eldobását.';
$strPrivDescCreateDb = 'Engedélyezi új adatbázisok és táblák készítését.';
$strPrivDescCreateRoutine = 'Engedélyezi tárolt eljárások létrehozását.';
$strPrivDescCreateTbl = 'Engedélyezi új táblák készítését.';
$strPrivDescCreateTmpTable = 'Engedélyezi átmeneti táblák készítését.';
$strPrivDescCreateUser = 'Engedélyezi felhasználói fiókok létrehozását, törlését és átnevezését.';
$strPrivDescCreateView = 'Új nézetek létrehozásának engedélyezése.';
$strPrivDescDelete = 'Engedélyezi az adatok törlését.';
$strPrivDescDropDb = 'Engedélyezi adatbázisok és táblák törlését.';
$strPrivDescDropTbl = 'Engedélyezi táblák törlését.';
$strPrivDescExecute5 = 'Engedélyezi tárolt eljárások végrehajtását.';
$strPrivDescExecute = 'Engedélyezi tárolt eljárások futtatását; még nem valósult meg ebben a MySQL verzióban.';
$strPrivDescFile = 'Engedélyezi adatok export/importját fájlokba.';
$strPrivDescGrant = 'Engedélyezi felhasználók és privilégiumok hozzáadását a privilégiumi táblák újratöltése nélkül.';
$strPrivDescIndex = 'Engedélyezi indexek készítését és törlését.';
$strPrivDescInsert = 'Engedélyezi adatok beírását és megváltoztatását.';
$strPrivDescLockTables = 'Engedélyezi táblák blokkolását erre a szálra.';
$strPrivDescMaxConnections = 'Korlátozza az új kapcsolatok számát, amit a felhasználó óránként megnyithat.';
$strPrivDescMaxQuestions = 'Korlátozza a felhasználói lekérések számát óránként.';
$strPrivDescMaxUpdates = 'Korlátozza azon utasítások számát óránként, amelyek megváltoztatnak egy táblát vagy adatbázist.';
$strPrivDescMaxUserConnections = 'Korlátozza a felhasználó egyidej&#369; kapcsolatainak számát.';
$strPrivDescProcess3 = 'Engedélyezi más felhasználók folyamatainak megszüntetését.';
$strPrivDescProcess4 = 'Engedélyezi a teljes lekérések megtekintését a folyamatlistában.';
$strPrivDescReferences = 'Nem valósult meg ebben a MySQL verzióban';
$strPrivDescReload = 'Engedélyezi a szerver beállítások újratöltését és a szerver-cache törlését.';
$strPrivDescReplClient = 'Jogokat ad a felhasználónak, hogy lekérdezhessék a slave/master helyeket.';
$strPrivDescReplSlave = 'Szükséges a slave-ek másolásához.';
$strPrivDescSelect = 'Engedélyezi adatok olvasását.';
$strPrivDescShowDb = 'Hozzáférést ad az adatbázisok teljes listájához.';
$strPrivDescShowView = 'Engedélyezi SHOW CREATE VIEW lekérdezések végrehajtását.';
$strPrivDescShutdown = 'Engedélyezi a szerver leállítását.';
$strPrivDescSuper = 'Engedélyezi a kapcsolódást akkor is, ha a kapcsolatok száma a maximumot elérte. Ez szükséges a legfontosabb adminisztrációs m&#369;veletekhez, mint a globális változók beállítása vagy más felhasználók folyamatainak megszüntetése.';
$strPrivDescUpdate = 'Engedélyezi az adatok megváltoztatását.';
$strPrivDescUsage = 'Nincsenek privilégiumok.';
$strPrivileges = 'Privilégiumok';
$strPrivilegesReloaded = 'A privilégiumok újratöltése sikeres volt.';
$strProcesslist = 'Folyamatlista';
$strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz';
 
$strQBEDel = 'Töröl';
$strQBEIns = 'Beszúr';
$strQBE = 'Lekérdezés';
$strQueryCache = 'Lekérdezés cache';
$strQueryFrame = 'Lekérési ablak';
$strQueryOnDb = 'SQL-kérés <b>%s</b> adatbázison:';
$strQuerySQLHistory = 'SQL-el&#337;zmények';
$strQueryStatistics = '<b>Lekérési statisztika</b>: Az indulás óta %s kérés ment el a szerverhez.';
$strQueryTime = 'A lekérés lefutott %01.4f másodperc alatt';
$strQueryType = 'Lekérés típusa';
$strQueryWindowLock = 'Ne írja felül a lekérést az ablakon kívülr&#337;l';
 
$strReadRequests = 'Olvasási kérelmek';
$strReceived = 'Fogadott';
$strRecords = 'Sor';
$strReferentialIntegrity = 'Hivatkozási sértetlenség ellen&#337;rzése:';
$strRefresh = 'Frissítés';
$strRelationalSchema = 'Kapcsolati séma';
$strRelationNotWorking = 'A munka kiegészít&#337; tulajdonságai a vonatkozó táblákra meg lettek szüntetve. Az okokért kattints %side%s.';
$strRelationsForTable = 'Tábla-kapcsolatok';
$strRelations = 'Kapcsolatok';
$strRelationView = 'Reláció nézet';
$strReloadingThePrivileges = 'Privilégiumok újratöltése';
$strReloadMySQL = 'MySQL újratöltése';
$strRemoveSelectedUsers = 'A kiválasztott felhasználók törlése';
$strRenameDatabaseOK = '%s adatbázis átneveztem erre: %s';
$strRenameTableOK = '%s táblát átneveztem erre: %s';
$strRenameTable = 'Tábla átnevezése erre';
$strRepairTable = 'Tábla javítás';
$strReplaceNULLBy = 'NULL cseréje ezzel:';
$strReplaceTable = 'Tábla adatok és fájl cseréje';
$strReset = 'Töröl';
$strResourceLimits = 'Er&#337;forrás határok';
$strReType = 'Újraírás';
$strRevokeAndDelete = 'A felhasználók összes privilégiumának visszavonása, aztán törlésük.';
$strRevokeAndDeleteDescr = 'A felhasználóknak még használható privilégiumuk van, amíg nem történik meg a privilégiumok újratöltése.';
$strRevokeMessage = 'Visszavontam a %s privilégiumokat';
$strRevoke = 'Visszavon';
$strRomanian = 'Román';
$strRowLength = 'Sorhossz';
$strRowsFrom = 'sor kezdve ezzel:';
$strRowSize = ' Sorméret ';
$strRowsModeFlippedHorizontal = 'vízszintes (elforgatott fejléc)';
$strRowsModeHorizontal = 'vízszintes';
$strRowsModeOptions = '%s módon, a fejlécet %s soronként megismételve';
$strRowsModeVertical = 'függ&#337;leges';
$strRows = 'Sorok';
$strRowsStatistic = 'Sor-statisztika';
$strRunning = ': %s';
$strRunQuery = 'Kérés végrehajtása';
$strRunSQLQueryOnServer = 'SQL lekérdezés(ek) futtatása %s szerveren';
$strRunSQLQuery = 'SQL parancs(ok) futtatása a(z) %s adatbázison';
$strRussian = 'Orosz';
 
$strSave = 'Ment';
$strSaveOnServer = 'Mentés a szerver %s könyvtárába';
$strScaleFactorSmall = 'A méret elem túl kicsi, hogy megfelel&#337; legyen a sémához egy oldalon';
$strSearchFormTitle = 'Keresés az adatbázisban';
$strSearchInTables = 'Táblá(k)ban:';
$strSearch = 'Keresés';
$strSearchNeedle = 'Szavak vagy értékek a kereséshez (helyettesít&#337; karakter: "%"):';
$strSearchOption1 = 'legalább egy szó';
$strSearchOption2 = 'összes szó';
$strSearchOption3 = 'a helyes mondat';
$strSearchOption4 = 'reguláris kifejezésként';
$strSearchResultsFor = 'Keresési eredmények "<i>%s</i>" %s:';
$strSearchType = 'Keress:';
$strSecretRequired = 'A konfigurációs fájl egy titkos jelszó kifejezést vár (blowfish_secret).';
$strSelectADb = 'Válassz egy adatbázist';
$strSelectAll = 'Mindet kijelöli';
$strSelectFields = 'Mez&#337;k kiválasztása (legalább egyet):';
$strSelectNumRows = 'kérésben';
$strSelectTables = 'Táblák kiválasztása';
$strSend = 'Fájlnév megadása';
$strSent = 'Küldött';
$strServerChoice = 'Szerver Választás';
$strServerNotResponding = 'A szerver nem válaszol';
$strServerStatus = 'Futási információk';
$strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elindítva: %s.';
$strServer = 'Szerver';
$strServerTabProcesslist = 'Folyamatok';
$strServerTabVariables = 'Változók';
$strServerTrafficNotes = '<b>Szerver forgalom</b>: Ezek a táblák mutatják a MySQL szerver hálózati forgalom-statisztikáit az indulástól kezdve.';
$strServerVars = 'Szerver változók és beállítások';
$strServerVersion = 'Szerver verzió';
$strSessionValue = 'Session érték';
$strSetEnumVal = 'Ha a mez&#337; típusa "enum" vagy "set", akkor az értékeket ilyen formában írd be: \'a\',\'b\',\'c\'...<br />Ha backslash-t ("\") vagy aposztrófot ("\'") akarsz ezen értékek között használni, használd a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
$strShowAll = 'Mutasd mindet';
$strShowColor = 'Mutasd a színeket';
$strShowDatadictAs = 'Adatkönyvtár formátum';
$strShowFullQueries = 'Teljes lekérések mutatása';
$strShowGrid = 'Mutasd a rácsot';
$strShowingBookmark = 'Könyvjelz&#337; megmutatása';
$strShowingRecords = 'Sorok megjelenítése ';
$strShow = 'Mutat';
$strShowPHPInfo = 'PHP információ';
$strShowStatusCreated_tmp_filesDescr = 'mysqld által létrehozott ideiglenes fájlok száma.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor írások száma.';
$strShowStatusHandler_updateDescr = 'Sor frissítési kérések száma.';
$strShowStatusHandler_writeDescr = 'Sor beszúrási kérések száma.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Adatokat tartalmazó lapok száma (piszkos vagy tiszta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Jelenleg piszkos lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Szabad lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puffer teljes mérete lapokban.';
$strShowStatusInnodb_data_fsyncsDescr = 'Összes fsync() m&#369;velet száma.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Folyamatban lév&#337; fsync() m&#369;veletek száma.';
$strShowStatusInnodb_data_pending_readsDescr = 'Folyamatban lév&#337; olvasások száma.';
$strShowStatusInnodb_data_pending_writesDescr = 'Folyamatban lév&#337; írások száma.';
$strShowStatusInnodb_data_readDescr = 'Összes olvasott adat, bájtban.';
$strShowStatusInnodb_data_readsDescr = 'Összes olvasott adat.';
$strShowStatusInnodb_data_writesDescr = 'Összes írott adat.';
$strShowStatusInnodb_data_writtenDescr = 'Összes írott adat, bájtban.';
$strShowStatusInnodb_log_waitsDescr = 'Várakozások száma, amiket a naplópuffer kis mérete okozott és folytatás el&#337;tt meg kellett várni a kiírást.';
$strShowStatusInnodb_log_write_requestsDescr = 'Napló írási kérések száma.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban lév&#337; naplófájl fsync-ek száma.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban lév&#337; naplófájl írások száma.';
$strShowStatusInnodb_os_log_writtenDescr = 'Naplófájlba írt bájtok száma.';
$strShowStatusInnodb_pages_createdDescr = 'Létrehozott lapok száma.';
$strShowStatusInnodb_pages_readDescr = 'Olvasott lapok száma.';
$strShowStatusInnodb_pages_writtenDescr = 'Írott lapok száma.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB táblákból törölt sorok száma.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB táblákba beszúrt sorok száma.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB táblákból olvasott sorok száma.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB táblákban frissített sorok száma.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Írásra várakozó sorok az INSERT DELAY sorokban.';
$strShowStatusOpen_filesDescr = 'Megnyitott fájlok száma.';
$strShowStatusOpen_tablesDescr = 'Megnyitott táblák száma.';
$strShowStatusQcache_free_blocksDescr = 'Szabad memóriablokkok a lekérdezés cache-ben.';
$strShowStatusQcache_hitsDescr = 'Cache találatok száma.';
$strShowStatusQcache_insertsDescr = 'Cache-hez adott lekérdezések száma.';
$strShowStatusReset = 'Visszaállítás';
$strShowStatusSort_rowsDescr = 'Rendezett sorok száma.';
$strShowStatusThreads_runningDescr = 'Nem alvó szálak száma.';
$strShowTableDimension = 'Mutasd a táblák méretét';
$strShowTables = 'Mutasd a táblákat';
$strShowThisQuery = ' Mutasd a parancsot itt újra ';
$strSimplifiedChinese = 'Egyszer&#369;sített kínai';
$strSingly = '(egyenként)';
$strSize = 'Méret';
$strSlovak = 'Szlovák';
$strSlovenian = 'Szlovén';
$strSocketProblem = '(vagy a helyi MySQL szerver socketje nincs rendesen beállítva)';
$strSortByKey = 'Kulcs szerinti rendezés';
$strSorting = 'Rendezés';
$strSort = 'Sorrendezés';
$strSpaceUsage = 'Helyfoglalás';
$strSpanish = 'Spanyol';
$strSplitWordsWithSpace = 'A szavak fel vannak osztva szóköz karakter szerint (" ").';
$strSQLExportCompatibility = 'SQL export kompatibilitás';
$strSQLExportType = 'Export típus';
$strSQLOptions = 'SQL beállítások';
$strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemz&#337;ben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellen&#337;rizd, hogy az idéz&#337;jelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmez&#337;n kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hibát jelez, ahol a parancssoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszer&#369; lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben lev&#337; adatokkal együtt:';
$strSQLParserUserError = 'Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát';
$strSQLQuery = 'SQL-kérés';
$strSQLResult = 'SQL eredmény';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Érvénytelen azonosító';
$strSQPBugUnclosedQuote = 'Lezáratlan lekérdezés';
$strSQPBugUnknownPunctuation = 'Ismeretlen központozott sztring';
$strStatCheckTime = 'Utolsó ellen&#337;rzés';
$strStatCreateTime = 'Létrehozás';
$strStatement = 'Adatok';
$strStatUpdateTime = 'Utolsó módosítás';
$strStatus = 'Állapot';
$strStrucCSV = 'CSV adat';
$strStrucData = 'Szerkezet és adatok';
$strStrucDrop = '\'Tábla eldobás\' hozzáadása';
$strStrucExcelCSV = 'MS Excel CSV adat';
$strStrucNativeExcel = 'Natív MS Excel adat';
$strStrucOnly = 'Csak szerkezet';
$strStructPropose = 'Tábla struktúra ajánlat';
$strStructure = 'Struktúra';
$strSubmit = 'Végrehajt';
$strSuccess = 'Az SQL-kérést sikeresen végrehajtottam';
$strSum = 'Összesen';
$strSwedish = 'Svéd';
$strSwitchToDatabase = 'Váltás a másolt adatbázisra';
$strSwitchToTable = 'Váltás a másolt táblára';
 
$strTableAlreadyExists = '%s tábla már létezik!';
$strTableComments = 'Tábla megjegyzések';
$strTableEmpty = 'A táblanév helye üres!';
$strTableHasBeenDropped = '%s táblát eldobtam';
$strTableHasBeenEmptied = '%s táblát kiürítettem';
$strTableHasBeenFlushed = '%s táblát kiírtam';
$strTableMaintenance = 'Tábla karbantartás';
$strTableOfContents = 'Tartalomjegyzék';
$strTableOptions = 'Tábla opciók';
$strTables = '%s tábla';
$strTableStructure = 'Tábla szerkezet:';
$strTable = 'Tábla';
$strTableType = 'Tábla típusa';
$strTakeIt = 'csináld';
$strTblPrivileges = 'Tábla-specifikus privilégiumok';
$strTempData = 'Ideiglenes adatok';
$strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#337; ';
$strThai = 'Thai';
$strTheme = 'Téma / Stílus';
$strThisHost = 'Ez a gép';
$strThisNotDirectory = 'Ez nem alkönyvtár volt';
$strThreads = 'Szálak';
$strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.';
$strTime = 'Id&#337;';
$strToggleScratchboard = 'scratchboard kapcsolása';
$strTotal = 'Összesen';
$strTotalUC = 'Össz';
$strTraditionalChinese = 'Hagyományos kínai';
$strTraditionalSpanish = 'Hagyományos spanyol';
$strTraffic = 'Forgalom';
$strTransformation_application_octetstream__download = 'Egy linket jelenít meg a mez&#337; binári adaának letöltéséhez. Els&#337; opció a bináris fájl neve. Második a tábla sorának egy lehetséges mez&#337;neve fájlnév gyanánt. Ha beállítja a második opciót, akkor az els&#337;t üresen kell hagyni';
$strTransformation_image_jpeg__inline = 'Kattintható ikon mutatása; beállítások: szélesség,magasság pixelben (megtartja az eredeti képarányt)';
$strTransformation_image_jpeg__link = 'Egy linket mutat a képhez (közvetlen ablakos letöltés).';
$strTransformation_image_png__inline = 'image/jpeg megtekintése: bent';
$strTransformation_text_plain__dateformat = 'A TIME, TIMESTAMP vagy DATETIME mez&#337;k és formátumok az ön helyi dátumformátumát használják. Els&#337; opció az eltérés (órában), ami hozzáadódik az id&#337;höz (alapértelmezett: 0). A második egy különböz&#337; id&#337;formátum a PHP strftime() paramétere szerint.';
$strTransformation_text_plain__external = 'Csak LINUX: Elindít egy küls&#337; programot, ami megkapja az adatokat a standard inputon. Visszatér a program standard outputján. Alapértelmezett a Tidy, csinos HTML kódot kap. Biztonsági megfontolásokból kézzel kell szerkeszteni a libraries/transformations/text_plain__external.inc.php fájlt, és beírni a program nevét, amit futtatni akar. Az els&#337; opció a program száma, amit futtatni akar, a második a program paramáterei. A harmadik opció ha egyenl&#337; eggyel, akkor a kimenet konvertálva lesz a htmlspecialchars() eljárással (alapértelmezett 1). A negyedik opció ha egyre van beállítva, egy NOWRAP formázást ad minden mez&#337;höz, így a kimenet újratördelés nélkül látszik (alapértelmezett 1)';
$strTransformation_text_plain__formatted = 'A mez&#337; eredeti formázásának meg&#337;rzése. Nincs kivétel.';
$strTransformation_text_plain__imagelink = 'Egy képet es egy linket jelenít meg, a mez&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a szélesség pixelben, a harmadik pedig a magasság.';
$strTransformation_text_plain__link = 'Meg linket jelenít meg, a megz&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a link neve.';
$strTransformation_text_plain__substr = 'A szöveg egy részét mutatja. Els&#337; opció egy offszet, ami a kezd&#337;pozíciót állítja be (alapértelmezett: 0). A második azt adja meg, hogy mennyi szöveg jöjjön vissza. Ha üres, az összes visszamaradó szöveg átjön. A harmadik opcióban atokat a karaktereket lehet beállítani, amik a szöveg végére kerülnek, ha szövegrészt kapunk vissza (alapértelmezett: ...) .';
$strTruncateQueries = 'A mutatott kérések törlése';
$strTurkish = 'Török';
$strType = 'Típus';
 
$strUkrainian = 'Ukrán';
$strUncheckAll = 'Összeset törli';
$strUnicode = 'Unicode';
$strUnique = 'Egyedi';
$strUnknown = 'ismeretlen';
$strUnselectAll = 'Mindet törli';
$strUpdatePrivMessage = 'Frissítettem a(z) %s privilégiumokat.';
$strUpdateProfileMessage = 'A profilt frissítettem.';
$strUpdateQuery = 'Kérés frissítése';
$strUpdComTab = 'Olvassa el a Dokumentációt, hogyan tudja módosítani a Column_comments táblát';
$strUpgrade = 'Módosítás szükséges %s %s vagy kés&#337;bb.';
$strUsage = 'Méret';
$strUseBackquotes = 'Idéz&#337;jelek használata a tábla- és mez&#337;neveknél';
$strUseHostTable = 'Hoszt-tábla használata';
$strUserAlreadyExists = '%s felhasználó már létezik!';
$strUserEmpty = 'A felhasználói név mez&#337;je üres!';
$strUser = 'Felhasználó';
$strUserName = 'Felhasználói név';
$strUserNotFound = 'A kiválasztott felhasználót nem találtam a privilégium táblában.';
$strUserOverview = 'Felhasználó áttekintés';
$strUsersDeleted = 'A kiválasztott felhasználók törlése sikerült.';
$strUsersHavingAccessToDb = 'A felhasználóknak hozzáférésük van ehhez: &quot;%s&quot;';
$strUseTabKey = 'Használd a TAB billenty&#369;t, hogy értékr&#337;l értékre mozoghass, vagy CTRL+nyilakat, hogy bármerre mozoghass.';
$strUseTables = 'Táblák használata';
$strUseTextField = 'Szöveges mez&#337; használata';
$strUseThisValue = 'Ezen érték használata';
 
$strValidateSQL = 'SQL jóváhagyás';
$strValidatorError = 'Az SQL ellen&#337;rz&#337;t (SQL validator) nem sikerült elindítani. Ellen&#337;rizze a szükséges php kiterjesztést, ahogy itt le van írva: %sdocumentation%.';
$strValue = 'Érték';
$strVar = 'Változó';
$strVersionInformation = 'Verzió információk';
$strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése';
$strViewDumpDB = 'Adatbázis kiírás (vázlat) megnézése';
$strViewDump = 'Tábla kiírás (vázlat) megnézése';
$strViewHasBeenDropped = '%s nézet eldobva';
$strView = 'Nézet';
 
$strWebServerUploadDirectoryError = 'Az alkönyvtár, ami a feltöltésekhez be lett állítva, nem elérhet&#337;';
$strWebServerUploadDirectory = 'webszerver feltöltési könyvtár';
$strWelcome = 'Üdvözöl a %s';
$strWestEuropean = 'Nyugat-európai';
$strWildcard = 'helyettesít&#337; jel';
$strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést';
$strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:';
$strWriteRequests = 'Írási kérelmek';
$strWritingCommentNotPossible = 'Megjegyzés írása nem lehetséges';
$strWritingRelationNotPossible = 'Kapcsolat írása nem lehetséges';
$strWrongUser = 'Hibás felhasználói név/jelszó. Hozzáférés megtagadva.';
 
$strXML = 'XML';
 
$strYes = 'Igen';
 
$strZeroRemovesTheLimit = 'Megjegyzés: A 0 (nulla) beállítása törli a limitet.';
$strZip = '"zippel tömörítve"';
 
// 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
$strAndThen = 'and then'; //to translate
 
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
 
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
 
$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strHandler = 'Handler'; //to translate
 
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'lapok'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strReplication = 'Replication'; //to translate
 
$strSelectBinaryLog = 'Select binary log to view'; //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
$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_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
$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
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //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_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_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_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_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_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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
$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
$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
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query 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_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_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_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_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
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //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
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //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
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/hungarian-utf-8.inc.php
0,0 → 1,998
<?php
 
// Peter Bakondy <bakondyp@freemail.hu>
// Mihály Mészáros <necronix@freemail.hu>
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr': balról jobbra, 'rtl': jobbról balra)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// Byte, Kilo, Mega, Giga, Tera, Peta, Exa rövidítései
$byteUnits = array('Bájt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('V', 'H', 'K', 'Sze', 'Cs', 'P', 'Szo');
$month = array('Jan', 'Feb', 'Márc', 'Ápr', 'Máj', 'Jún', 'Júl', 'Aug', 'Szept', 'Okt', 'Nov', 'Dec');
// Leírás a $datefmt változó definiálásához:
// http://www.php.net/manual/en/function.strftime.php
$datefmt = '%Y. %B %d. %H:%M';
 
$timespanfmt = '%s nap, %s óra, %s perc, %s másodperc';
 
$strAbortedClients = 'Megszakítva';
$strAbsolutePathToDocSqlDir = 'Írja be az abszolút elérési utat a docSQL könyvtárhoz';
$strAccessDeniedExplanation = 'A phpMyAdmin megpróbált csatlakozni a MySQL szerverhez, de a szerver elutasította a kapcsolatot. Ellen&#337;rizze a host, username és jelszó mez&#337;ket a config.inc.php fájlban, és bizonyosodjon meg róla, hogy ezek megfelelnek a MySQL szerver adminisztrátorától kapott információknak.';
$strAccessDenied = 'Hozzáférés megtagadva';
$strAction = 'Parancs';
$strAddAutoIncrement = 'AUTO_INCREMENT érték hozzáadása';
$strAddConstraints = 'Megszorítás hozzáadása';
$strAddDeleteColumn = 'Mez&#337; Oszlopokat Hozzáad/Töröl';
$strAddDeleteRow = 'Kritérium Sort Hozzáad/Töröl';
$strAddDropDatabase = 'DROP DATABASE hozzáadása';
$strAddedColumnComment = 'Megjegyzés hozzáf&#369;zve az oszlophoz:';
$strAddedColumnRelation = 'Kapcsolat hozzáf&#369;zve az oszlophoz:';
$strAddFields = '%s mez&#337; hozzáadása';
$strAddHeaderComment = 'Egyedi megjegyzés hozzáadása a fejléchez (\\n töri a sorokat)';
$strAddIfNotExists = 'IF NOT EXISTS hozzáadása';
$strAddIntoComments = 'Hozzáadás a megjegyzéshez';
$strAddNewField = 'Új mez&#337; hozzáadása';
$strAddPrivilegesOnDb = 'Privilégiumok hozzáadása a következ&#337; adatbázison:';
$strAddPrivilegesOnTbl = 'Privilégiumok hozzáadása a következ&#337; táblán:';
$strAddSearchConditions = 'Keresési feltételek megadása (az "ahol" kikötések):';
$strAddToIndex = 'Adj az indexhez %s oszlopot';
$strAddUserMessage = 'Az új felhasználót felvettem.';
$strAddUser = 'Új felhasználó hozzáadása';
$strAdministration = 'Adminisztráció';
$strAffectedRows = 'Keresett sorok:';
$strAfterInsertBack = 'Vissza az el&#337;z&#337; oldalra';
$strAfterInsertNewInsert = 'Új sor beszúrása';
$strAfterInsertNext = 'Következ&#337; sor szerkesztése';
$strAfterInsertSame = 'Visszatérés az oldalra';
$strAfter = '%s után';
$strAll = 'Mind';
$strAllTableSameWidth = 'minden tábla ezzel a szélességgel jelenjen meg?';
$strAlterOrderBy = 'Tábla megváltozása rendezve e szerint:';
$strAnalyzeTable = 'Tábla vizsgálat';
$strAnd = 'És';
$strAnIndex = 'Indexet hozzáadtam: %s';
$strAny = 'Bármely';
$strAnyHost = 'Bármely hoszt';
$strAnyUser = 'Bármely felhasználó';
$strApproximateCount = 'Becsült érték lehet. Lásd: FAQ 3.11';
$strAPrimaryKey = 'Els&#337;dleges kulcsot hozzáadtam: %s';
$strArabic = 'Arab';
$strArmenian = 'Örmény';
$strAscending = 'Növekv&#337;';
$strAtBeginningOfTable = 'A tábla elejénél';
$strAtEndOfTable = 'A tábla végénél';
$strAttr = 'Tulajdonságok';
$strAutodetect = 'Automatikus felismerés';
$strAutomaticLayout = 'Automatikus elrendezés';
 
$strBack = 'Vissza';
$strBaltic = 'Balti';
$strBeginCut = 'Kivágás Kezdete';
$strBeginRaw = 'Feldolgozatlan Kezdete';
$strBinary = 'Bináris';
$strBinaryDoNotEdit = 'Bináris - nem szerkeszthet&#337;';
$strBinaryLog = 'Bináris napló';
$strBinLogEventType = 'Esemény típusa';
$strBinLogInfo = 'Információ';
$strBinLogName = 'Napló neve';
$strBinLogOriginalPosition = 'Eredeti pozíció';
$strBinLogPosition = 'Pozíció';
$strBinLogServerId = 'Szerver ID';
$strBookmarkAllUsers = 'Az összes felhasználónak engedélyezi a hozzáférést ehhez a könyvjelz&#337;höz';
$strBookmarkCreated = '%s könyvjelz&#337; elkészült';
$strBookmarkDeleted = 'A könyvjelz&#337;t töröltem.';
$strBookmarkLabel = 'Felirat';
$strBookmarkQuery = 'Feljegyzett SQL-kérés';
$strBookmarkReplace = 'Azonos nev&#369; könyvjelz&#337; felülírása';
$strBookmarkThis = 'Jegyezd fel az SQL-kérést';
$strBookmarkView = 'Csak megnézhet&#337;';
$strBrowseForeignValues = 'Idegen kulcsok böngészése';
$strBrowse = 'Tartalom';
$strBufferPoolActivity = 'Puffer tevékenység';
$strBufferPool = 'Puffer';
$strBufferPoolUsage = 'Puffer kihasználtsága';
$strBufferReadMisses = 'Olvasási hibák';
$strBufferWriteWaits = 'Írási várakozások';
$strBulgarian = 'Bolgár';
$strBzError = 'A phpMyAdmin nem tudta betömöríteni a dump-ot, mert nem megfelel&#337; a Bz2 kiterjesztés ebben a php verzióban. Er&#337;sen ajánlott a <code>$cfg[\'BZipDump\']</code> paramétert a phpMyAdmin konfigurációs fájlban <code>FALSE</code> értékre beállítani. Ha a Bz2 tömörítési eljárást használni szeretné, frissítse a php-t! Tekintse meg a %s php bug report-ot a részletekért.';
$strBzip = '"bzip-pel tömörítve"';
 
$strCalendar = 'Naptár';
$strCannotLogin = 'A belépés a MySQL szerverre sikertelen volt';
$strCantLoad = 'nem tudtam betölteni a %s kiterjesztést,<br />ellen&#337;rizze a PHP konfigurációt';
$strCantLoadRecodeIconv = 'Nem tudom betölteni az iconv vagy recode kiterjesztést a karakterkészlet-átalakításhoz, állítsd be a php-t, hogy engedélyezze ezeket a kiterjesztéseket vagy tiltsd le a karakterkészlet-átalakítást a phpMyAdmin-ban.';
$strCantRenameIdxToPrimary = 'Nem tudom átnevezni az indexet PRIMARY-vá!';
$strCantUseRecodeIconv = 'Nem tudom használni az iconv, libiconv sem a recode_string funkciókat mialatt a kiterjesztés-jelentéseket be kell tölteni. Ellen&#337;rizd a php konfigurációt.';
$strCardinality = 'Számosság';
$strCaseInsensitive = 'bet&#369;nagyságra nem érzékeny';
$strCaseSensitive = 'bet&#369;nagyság-érzékeny';
$strCentralEuropean = 'Közép-európai';
$strChangeCopyModeCopy = '... a régi meg&#337;rzése.';
$strChangeCopyModeDeleteAndReload = ' ... a régi törlése a felhasználói táblákból, és utána a privilégiumok újratöltése.';
$strChangeCopyModeJustDelete = ' ... a régi törlése a felhasználói táblákból.';
$strChangeCopyModeRevoke = ' ... az összes aktív privilégium visszaállítása a régib&#337;l, és utána törlésük.';
$strChangeCopyMode = 'Új felhasználó hozzáadása ezekkel a privilégiumokkal ...';
$strChangeCopyUser = 'Belépési információ megváltoztatása / Felhasználó másolása';
$strChangeDisplay = 'Válassz mez&#337;t a megjelenítéshez';
$strChangePassword = 'Jelszó megváltoztatása';
$strChange = 'Változtat';
$strCharset = 'Karakterkészlet';
$strCharsetOfFile = 'A fájl karakterkészlete:';
$strCharsetsAndCollations = 'Karakterkészletek és egybevetések';
$strCharsets = 'Karakterkészlet';
$strCheckAll = 'Összeset kijelöli';
$strCheckOverhead = 'Ellen&#337;rzés felfüggesztése';
$strCheckPrivsLong = 'Privilégiumok ellen&#337;rzése &quot;%s&quot; adatbázison.';
$strCheckPrivs = 'Privilégiumok ellen&#337;rzése';
$strCheckTable = 'Tábla ellen&#337;rzés';
$strChoosePage = 'Válassz oldalt a szerkesztéshez';
$strColComFeat = 'Oszlop megjegyzések megjelenítése';
$strCollation = 'Egybevetés';
$strColumnNames = 'Oszlop nevek';
$strColumnPrivileges = 'Oszlop-specifikus privilégiumok';
$strCommand = 'Parancs';
$strCommentsForTable = 'Tábla-megjegyzések';
$strComments = 'Megjegyzések';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilis';
$strCompleteInserts = 'Mez&#337;neveket is hozzáadja';
$strCompression = 'Tömörítés';
$strConfigFileError = 'A phpMyAdmin nem tudja olvasni a konfigurációs fájlt!<br />Lehet, hogy a php szintaktikai hibát talált benne, vagy nem találja a fájlt.<br />Használd az alsó linket a konfigurációs fájl helyreállításához, olvasd el a kapott php hibaüzeneteket. Többnyire egy idéz&#337;jel vagy egy pontosvessz&#337; hiányzik valahol.<br />Ha üres oldalt kapsz, minden rendben.';
$strConfigureTableCoord = 'Állítsd be a(z) $s tábla koordinátáit';
$strConnectionError = 'Nem sikerült a csatlakozás: érvénytelen beállítások.';
$strConnections = 'Kapcsolat';
$strConstraintsForDumped = 'Kikötések a kiírt táblákhoz';
$strConstraintsForTable = 'Kikötések a táblához';
$strCookiesRequired = 'A Cookie-kat most engedélyezned kell.';
$strCopyDatabaseOK = '%s adatbázis átmásolva ide: %s';
$strCopy = 'Másolás';
$strCopyTableOK = '%s táblát ide másoltam: %s.';
$strCopyTableSameNames = 'Nem tudom a táblát ugyanarra másolni!';
$strCopyTable = 'Tábla másolása ide (adatbázis<b>.</b>tábla):';
$strCouldNotKill = 'phpMyAdmin nem tudta megszüntetni ez a szálat: %s. Meglehet, már véget ért.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE másolás el&#337;tt';
$strCreateIndex = 'Készíts egy indexet a(z) %s. oszlopon';
$strCreateIndexTopic = 'Új index létrehozása';
$strCreate = 'Létrehoz';
$strCreateNewDatabase = 'Új adatbázis létrehozása';
$strCreateNewTable = 'Új tábla létrehozása a(z) %s adatbázisban';
$strCreatePage = 'Új oldal készítése';
$strCreatePdfFeat = 'PDF készítése';
$strCreationDates = 'Dátum Készítés/Módosítás/Ellen&#337;rzés';
$strCriteria = 'Kritérium';
$strCroatian = 'Horvát';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV beállítások';
$strCSVOptions = 'CSV beállítások';
$strCyrillic = 'Cirill';
$strCzech = 'Cseh';
$strCzechSlovak = 'Szlovák';
 
$strDanish = 'Dán';
$strData = 'Adat';
$strDatabase = 'Adatbázis';
$strDatabaseEmpty = 'Az adatbázis néz mez&#337; üres!';
$strDatabaseExportOptions = 'Adatbázis export beállítások';
$strDatabaseHasBeenDropped = '%s adatbázist eldobtam.';
$strDatabaseNoTable = 'Az adatbázis nem tartalmaz táblákat!';
$strDatabases = 'adatbázisok';
$strDatabasesDropped = '%s adatbázist sikeresen töröltem.';
$strDatabasesStats = 'Adatbázis statisztika';
$strDatabasesStatsDisable = 'Statisztika tiltása';
$strDatabasesStatsEnable = 'Statisztika engedélyezése';
$strDatabasesStatsHeavyTraffic = 'Megjegyzés: az adatbázis statisztika engedélyezése nagy adatforgalomhoz vezethet a webszerver és a MySQL között.';
$strDataDict = 'Adatkönyvtár';
$strDataOnly = 'Csak adatok';
$strDataPages = 'Adatokat tartalmazó lapok';
$strDBComment = 'Adatbázis megjegyzés: ';
$strDBCopy = 'Adatbázis másolása ide';
$strDBGContextID = 'Tartalom ID';
$strDBGContext = 'Tartalom';
$strDBGHits = 'Találat';
$strDBGLine = 'Vonal';
$strDBGMaxTimeMs = 'Legnagyobb id&#337;, ms';
$strDBGMinTimeMs = 'Legkisebb id&#337;, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Id&#337;/Találat, ms';
$strDBGTotalTimeMs = 'Összes id&#337;, ms';
$strDbPrivileges = 'Adatbázis-specifikus privilégiumok';
$strDBRename = 'Adatbázis átnevezése';
$strDbSpecific = 'adatbázis-specifikus';
$strDefault = 'Alapértelmezett';
$strDefaultValueHelp = 'Az alapértelmezett értékekhez írjon be egy egyszer&#369; értéket, escape karakter és idéz&#337;jelek nélkül, ezt a formátumot követve: a';
$strDefragment = 'Tábla töredezettségmentesítése';
$strDelayedInserts = 'Id&#337;zített beszúrás használata';
$strDeleteAndFlushDescr = 'Ez a legtisztább út, de a privilégiumok újratöltése eltarthat egy ideig.';
$strDeleteAndFlush = 'Törölje a felhasználót, azután töltse be újra a privilégiumokat.';
$strDeleted = 'A sort töröltem';
$strDeletedRows = 'Törölt sorok:';
$strDeleteNoUsersSelected = 'Nincs törlésre kijelölt felhasználó!';
$strDelete = 'Töröl';
$strDeleting = '%s törlése';
$strDelOld = 'A jelenlegi oldalon a táblahivatkozások már nem élnek. Akarja ezeket törölni?';
$strDescending = 'Csökken&#337;';
$strDescription = 'Leírás';
$strDictionary = 'szótár';
$strDirtyPages = 'Piszkos lapok';
$strDisabled = 'Tiltott';
$strDisableForeignChecks = 'Idegen kulcsok ellen&#337;rzésének letiltása';
$strDisplayFeat = 'Megjelenítés tulajdonságok';
$strDisplayOrder = 'Megjelenítés rendezés:';
$strDisplayPDF = 'PDF séma kijelzése';
$strDoAQuery = 'Csinálj egy "lekérdezést" (helyettesít&#337; karakter: "%")';
$strDocu = 'Dokumentáció';
$strDoYouReally = 'Biztos ez akarod? ';
$strDropDatabaseStrongWarning = 'Ki akarod törölni az EGÉSZ adatbázist?';
$strDrop = 'Eldob';
$strDropUsersDb = 'Azon adatbázisok törlése, amelyek neve egyezik a felhasználókkal.';
$strDumpingData = 'Tábla adatok:';
$strDumpSaved = 'A kiírást elmetettem ebbe a fájlba: %s.';
$strDumpXRows = '%s sor kiírása a %s. sorral kezd&#337;dik';
$strDynamic = 'dinamikus';
 
$strEditPDFPages = 'PDF oldalak szerkesztése';
$strEditPrivileges = 'Privilégiumok szerkesztése';
$strEdit = 'Szerkeszt';
$strEffective = 'Hatályos';
$strEmpty = 'Kiürít';
$strEmptyResultSet = 'A MySQL üreset adott vissza (nincsenek sorok).';
$strEnabled = 'Engedélyezett';
$strEncloseInTransaction = 'Export lezárása a tranzakcióban';
$strEndCut = 'Kivágás Vége';
$strEndRaw = 'Feldolgozatlan Vége';
$strEnd = 'Vége';
$strEngineAvailable = '%s elérhet&#337; ezen a MySQL szerveren.';
$strEngineDisabled = '%s le van tiltva ezen a MySQL szerveren.';
$strEnglish = 'Angol';
$strEnglishPrivileges = ' Megjegyzés: A MySQL privilégium nevek az angolból származnak ';
$strError = 'Hiba';
$strErrorInZipFile = 'Hiba a ZIP archívumban:';
$strEsperanto = 'Eszperanto';
$strEstonian = 'Észt';
$strExcelEdition = 'Excel szerkesztés';
$strExcelOptions = 'Excel beállítások';
$strExecuteBookmarked = 'Elmentett eljárás futtatása';
$strExplain = 'SQL magyarázat';
$strExport = 'Export';
$strExtendedInserts = 'Kiterjesztett beszúrások';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Hibás próbálkozás';
$strFieldHasBeenDropped = '%s mez&#337;t eldobtam';
$strField = 'Mez&#337;';
$strFieldsEmpty = ' A mez&#337; számossága nulla! ';
$strFieldsEnclosedBy = 'Mez&#337; lezárás';
$strFieldsEscapedBy = 'Mez&#337; escape karakter';
$strFields = 'Mez&#337;k száma';
$strFieldsTerminatedBy = 'Mez&#337; vége';
$strFileAlreadyExists = '%s fájl már létezik a szerveren, változtassa meg a fájlnevet, vagy állítsa be a felülírás opciót!';
$strFileCouldNotBeRead = 'A fájl nem olvasható';
$strFileNameTemplate = 'Átmeneti fájlnév';
$strFileNameTemplateRemember = 'emlékezzen az átmeneti névre';
$strFileToImport = 'Importálandó fájl';
$strFixed = 'rögzített';
$strFlushPrivilegesNote = 'Megjegyzés: a phpMyAdmin a felhasználói privilégiumokat közvetlenül a MySQL privilégium táblákból veszi. Ezen táblák tartalma eltérhet a szerver privilégiumoktól, ha ezt kézzel beállítottuk. Ebben az esetben érdemes %sújra betölteni a privilégiumokat%s a folytatás el&#337;tt.';
$strFlushQueryCache = 'Lekérdezés cache kiírása';
$strFlushTables = 'Összes tábla kirása (bezárása)';
$strFlushTable = 'Tábla kiírása ("FLUSH")';
$strFormat = 'Formátum';
$strFormEmpty = 'Hiányzó adat a form-ban !';
$strFreePages = 'Szabad lapok';
$strFullText = 'Teljes Szövegek';
$strFunction = 'Funkció';
 
$strGenBy = 'Készítette';
$strGeneralRelationFeat = 'Általános relációs jellemz&#337;k';
$strGenerate = 'Generálás';
$strGeneratePassword = 'Jelszó generálás';
$strGenTime = 'Létrehozás ideje';
$strGeorgian = 'Grúz';
$strGerman = 'Német';
$strGlobal = 'globális';
$strGlobalPrivileges = 'Globális privilégiumok';
$strGlobalValue = 'Globális változó';
$strGo = 'Végrehajt';
$strGrantOption = 'Grant';
$strGreek = 'Görög';
$strGzip = '"gzip-pel tömörítve"';
 
$strHasBeenAltered = 'megváltozott.';
$strHasBeenCreated = 'megszületett.';
$strHaveToShow = 'Legalább egy oszlopot választanod kell a megjelenítéshez';
$strHebrew = 'Héber';
$strHexForBinary = 'Bináris mez&#337;k hexadecimálisként';
$strHome = 'Kezd&#337;lap';
$strHomepageOfficial = 'Hivatalos phpMyAdmin Honlap';
$strHostEmpty = 'A hosztnév üres!';
$strHost = 'Hoszt';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 export beállítások';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 export beállítások';
$strHungarian = 'Magyar';
 
$strIcelandic = 'Izlandi';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Elutasít';
$strIgnoreInserts = 'Mell&#337;z&#337; beszúrások használata';
$strIgnoringFile = '%s fájl mell&#337;zése';
$strImportDocSQL = 'DocSQL fájlok importja';
$strImportFiles = 'Fájlok importja';
$strImportFormat = 'Importálandó fájl formátuma';
$strImport = 'Import';
$strIndexes = 'Indexek';
$strIndexHasBeenDropped = '%s indexet eldobtam';
$strIndex = 'Index';
$strIndexName = 'Index név:';
$strIndexType = 'Index típus:';
$strIndexWarningTable = 'Probléma a(z) `%s` tábla indexeivel';
$strInnoDBDataFilePath = 'Adat fájlok';
$strInnodbStat = 'InnoDB állapot';
$strInsecureMySQL = 'A konfigurációs fájl beállítása (root hozzáférés jelszó nélkül) az alapértelmezett MySQL beállítás. A MySQL szerver most ezzel fut, ami alkalmat ad a betörésre. Sürg&#337;sen javítani kell ezt a biztonsági rést.';
$strInsertAsNewRow = 'Beszúrás új sorként';
$strInsert = 'Beszúr';
$strInsertedRowId = 'A beszúrt rekord id-je:';
$strInsertedRows = 'Beszúrt sorok:';
$strInsertNewRow = 'Új sor beszúrása';
$strInternalNotNecessary = '* Egy bels&#337; kapcsolat nem szükséges, ha az létezik az InnoDB-ben is.';
$strInternalRelations = 'Bels&#337; kapcsolatok';
$strInUse = 'használatban';
$strInvalidColumnCount = 'A mez&#337;k számának nullánál nagyobbnak kell lennie.';
$strInvalidFieldAddCount = 'Legalább egy mez&#337;t meg kell adni.';
$strInvalidFieldCount = 'A táblázatnak legalább egy mez&#337;t kell tartalmaznia.';
$strInvalidLDIImport = 'Ez a plugin nem támogatja a tömörített bemenetet!';
 
$strJapanese = 'Japán';
$strJumpToDB = 'Ugrás a &quot;%s&quot; adatbázishoz.';
$strJustDeleteDescr = 'A &quot;törölt&quot; felhasználók még hozzáférhetnek a szerverhez, amíg a privilégiumok újratöltése nem történik meg.';
$strJustDelete = 'Egyszer&#369;en törölje a felhasználót a privilégium-táblákból.';
 
$strKeepPass = 'Ne változtasd meg a jelszót';
$strKeyname = 'Kulcsnév';
$strKill = 'Leállít';
$strKorean = 'Koreai';
 
$strLandscape = 'Fekv&#337;';
$strLatchedPages = 'Zárolt lapok';
$strLatexCaption = 'Táblacím';
$strLatexContent = 'tábla tartalom __TABLE__';
$strLatexContinuedCaption = 'Tábla cím folytatása';
$strLatexContinued = '(folytatás)';
$strLatexIncludeCaption = 'Tábla címe tartalmazza';
$strLatexLabel = 'Felirat kulcs';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX beállítások';
$strLatexStructure = 'Táblaszerkezet __TABLE__';
$strLatvian = 'Litván';
$strLDI = 'CSV (LOAD DATA használatával)';
$strLDIImportOptions = 'CSV import beállításai (LOAD DATA használatával)';
$strLDILocal = 'LOCAL kulcsszó használata';
$strLengthSet = 'Hossz/Érték*';
$strLimitNumRows = 'Sorok száma oldalanként';
$strLinesTerminatedBy = 'Sorok vége';
$strLinkNotFound = 'Link nem található';
$strLinksTo = 'Linkek:';
$strLithuanian = 'Litván';
$strLocalhost = 'Helyi';
$strLocationTextfile = 'A szövegfájl helye';
$strLogin = 'Belépés';
$strLoginInformation = 'Belépési információ';
$strLogout = 'Kilépés';
$strLogPassword = 'Jelszó:';
$strLogServer = 'Szerver';
$strLogUsername = 'Felhasználói név:';
$strLongOperation = 'A m&#369;velet sokáig eltarthat. Mindenképp folytatod?';
 
$strMaxConnects = 'max. egyidej&#369; kapcsolatok száma';
$strMaximalQueryLength = 'Lekérdezés maximális hossza';
$strMaximumSize = 'Legnagyobb méret: %s%s';
$strMbOverloadWarning = 'Engedélyezted a mbstring.func_overload funkciót a PHP konfigurációban. Ez inkompatibilis a phpMyAdmin-nal és adatvesztéssel járhat!';
$strMIME_available_mime = 'Elérhet&#337; MIME-típusok';
$strMIME_available_transform = 'Elérhet&#337; átalakítások';
$strMIME_description = 'Leírás';
$strMIME_MIMEtype = 'MIME-típus';
$strMIME_nodescription = 'Ehhez az átalakításhoz nem érhet&#337; el leírás.<br />Kérdezze a szerz&#337;t, aki készítette: %s.';
$strMIME_transformation = 'Böngész&#337; átalakítás';
$strMIME_transformation_note = 'Az elérhet&#337; átalakítási beállítások listájához és a hozzájuk tartozó MIME-típusokhoz kattintson ide: %stransformation descriptions%s';
$strMIME_transformation_options = 'Átalakítás beállítások';
$strMIME_transformation_options_note = 'Az átalakítás beállításokhoz írja be az értékeket a kovetkez&#337; formátumban: \'a\',\'b\',\'c\'...<br />Ha visszapert ("\") vagy idéz&#337;jelet ("\'") akar beszúrni, használjon visszapert (például: \'\\\\xyz\' or \'a\\\'b\').';
$strMIMETypesForTable = 'Tábla MIME-típusok';
$strMIME_without = 'A d&#337;lttel írt MIME-típusok nem választják el az átalakítási funkciókat';
$strModifications = 'A változásokat elmentettem';
$strModifyIndexTopic = 'Index változása';
$strModify = 'Változás';
$strMoveTableOK = '%s táblát áthelyeztem ide: %s.';
$strMoveTableSameNames = 'Nem tudom a táblát ugyanarra mozgatni!';
$strMoveTable = 'Tábla áthelyezése ide (adatbázis<b>.</b>tábla):';
$strMultilingual = 'soknyelv&#369;';
$strMyISAMDataPointerSize = 'Adat mutató mérete';
$strMyISAMMaxExtraSortFileSize = 'Ideiglenes fájlok maximális mérete index készítésekor';
$strMyISAMRecoverOptions = 'Automatikus helyreállítási mód';
$strMySQLCharset = 'MySQL karakterkészlet';
$strMySQLConnectionCollation = 'MySQL kapcsolat egyeztetés';
$strMySQLSaid = 'MySQL jelzi: ';
$strMySQLShowProcess = 'Mutasd meg a folyamatokat';
$strMySQLShowStatus = 'Mutasd meg a MySQL futási információkat';
$strMySQLShowVars = 'Mutasd meg a MySQL rendszer változókat';
 
$strName = 'Név';
$strNext = 'Következ&#337;';
$strNoActivity = 'Nem volt semmi tevékenység %s másodperce, jelentkezz be újra';
$strNoDatabases = 'Nincs adatbázis';
$strNoDatabasesSelected = 'Nincs adatbázis kiválasztva.';
$strNoDescription = 'nincs leírás';
$strNoDropDatabases = '"DROP DATABASE" utasítás le van tiltva.';
$strNoExplain = 'SQL magyarázat átugrása';
$strNoFilesFoundInZip = 'Nincs fájl a ZIP archívumban!';
$strNoFrames = 'A phpMyAdmin használhatóbb egy <b>frame-kezel&#337;</b> böngész&#337;ben.';
$strNoIndex = 'Nincs index meghatározva!';
$strNoIndexPartsDefined = 'Nincs index darab meghatározva!';
$strNoModification = 'Nincs változás';
$strNo = 'Nem';
$strNone = 'Nincs';
$strNoOptions = 'Ennek nincs beállítási lehet&#337;sége';
$strNoPassword = 'Nincs jelszó';
$strNoPermission = 'A webszervernek nincs joga elmenteni a fájlt: %s.';
$strNoPhp = 'PHP kód nélkül';
$strNoPrivileges = 'Nincs privilégium';
$strNoRights = 'Nincs elég jogod ennek végrehajtására!';
$strNoRowsSelected = 'Nincs sor kiválasztva';
$strNoSpace = 'Nincs elég hely elmenteni a fájlt: %s.';
$strNoTablesFound = 'Nincs tábla az adatbázisban.';
$strNoThemeSupport = 'Nincs téma támogatás, ellen&#337;rizd a beállításokat és/vagy a témákat a %s könyvtárban.';
$strNothingToImport = 'Nem adtál meg importálandó adatot!';
$strNotNumber = 'Ez nem egy szám!';
$strNotOK = 'Nincs rendben';
$strNotSet = '<b>%s</b> táblát nem találtam vagy nincs benne: %s';
$strNoUsersFound = 'Nem találtam felhasználó(ka)t.';
$strNoValidateSQL = 'SQL jóváhagyás átugrása';
$strNull = 'Null';
$strNumberOfFields = 'Mez&#337;k száma';
$strNumSearchResultsInTable = '%s találat <i>%s</i> táblában';
$strNumSearchResultsTotal = '<b>Összes:</b> <i>%s</i> találat';
$strNumTables = 'Tábla';
 
$strOK = 'Rendben';
$strOperations = 'Tevékenységek';
$strOperator = 'Kezel&#337;';
$strOptimizeTable = 'Tábla optimalizálás';
$strOr = 'Vagy';
$strOverhead = 'Felülírás';
$strOverwriteExisting = 'Létez&#337; fájlok felülírása';
 
$strPageNumber = 'Oldalszám:';
$strPagesToBeFlushed = 'Kiírandó oldalak';
$strPaperSize = 'Papírméret';
$strPartialImport = 'Részleges importálás';
$strPartialText = 'Részleges Szövegek';
$strPasswordChanged = '%s jelszavát sikeresen megváltoztattam.';
$strPasswordEmpty = 'A jelszó mez&#337; üres!';
$strPassword = 'Jelszó';
$strPasswordNotSame = 'A jelszavak nem azonosak!';
$strPdfDbSchema = '"%s" adatbázis sémája - %s oldal';
$strPdfInvalidTblName = '"%s" tábla nem létezik!';
$strPdfNoTables = 'Nincs tábla';
$strPerHour = 'óránként';
$strPerMinute = 'percenként';
$strPerSecond = 'másodpercenként';
$strPersian = 'Perzsa';
$strPhoneBook = 'telefonkönyv';
$strPHP40203 = 'A PHP 4.2.3-as verziója fut, ami egy súlyos hibát tartalmaz a több-bájtos sztringek kezelésénél (mbstring). Nézze meg a következ&#337;t: PHP bug report 19404. A PHP ezen verzója nem ajánlott a phpMyAdminhoz.';
$strPhp = 'PHP kód készítése';
$strPHPVersion = 'PHP Verzió';
$strPmaDocumentation = 'phpMyAdmin dokumentáció';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> értékét a konfigurációs fájlban KELL beállítani!';
$strPolish = 'Lengyel';
$strPortrait = 'Álló';
$strPos1 = 'Kezdet';
$strPrevious = 'El&#337;z&#337;';
$strPrimary = 'Els&#337;dleges';
$strPrimaryKeyHasBeenDropped = 'Az els&#337;dleges kulcsot eldobtam';
$strPrimaryKeyName = 'Az els&#337;dleges kulcs nevének "PRIMARY"-nak kell lennie!';
$strPrimaryKeyWarning = '("PRIMARY"-nak <b>kell</b> lennie, és <b>csak annak</b> szabad lennie az els&#337;dleges kulcsnak!)';
$strPrint = 'Nyomtatás';
$strPrintViewFull = 'Nyomtatási nézet (összes szöveggel)';
$strPrintView = 'Nyomtatási nézet';
$strPrivDescAllPrivileges = 'Minden privilégiumot tartalmaz, kivéve a GRANT.';
$strPrivDescAlter = 'Engedélyezi a létez&#337; táblák szerkezetének megváltoztatását.';
$strPrivDescAlterRoutine = 'Engedélyezi tárolt eljárások módosítását és eldobását.';
$strPrivDescCreateDb = 'Engedélyezi új adatbázisok és táblák készítését.';
$strPrivDescCreateRoutine = 'Engedélyezi tárolt eljárások létrehozását.';
$strPrivDescCreateTbl = 'Engedélyezi új táblák készítését.';
$strPrivDescCreateTmpTable = 'Engedélyezi átmeneti táblák készítését.';
$strPrivDescCreateUser = 'Engedélyezi felhasználói fiókok létrehozását, törlését és átnevezését.';
$strPrivDescCreateView = 'Új nézetek létrehozásának engedélyezése.';
$strPrivDescDelete = 'Engedélyezi az adatok törlését.';
$strPrivDescDropDb = 'Engedélyezi adatbázisok és táblák törlését.';
$strPrivDescDropTbl = 'Engedélyezi táblák törlését.';
$strPrivDescExecute5 = 'Engedélyezi tárolt eljárások végrehajtását.';
$strPrivDescExecute = 'Engedélyezi tárolt eljárások futtatását; még nem valósult meg ebben a MySQL verzióban.';
$strPrivDescFile = 'Engedélyezi adatok export/importját fájlokba.';
$strPrivDescGrant = 'Engedélyezi felhasználók és privilégiumok hozzáadását a privilégiumi táblák újratöltése nélkül.';
$strPrivDescIndex = 'Engedélyezi indexek készítését és törlését.';
$strPrivDescInsert = 'Engedélyezi adatok beírását és megváltoztatását.';
$strPrivDescLockTables = 'Engedélyezi táblák blokkolását erre a szálra.';
$strPrivDescMaxConnections = 'Korlátozza az új kapcsolatok számát, amit a felhasználó óránként megnyithat.';
$strPrivDescMaxQuestions = 'Korlátozza a felhasználói lekérések számát óránként.';
$strPrivDescMaxUpdates = 'Korlátozza azon utasítások számát óránként, amelyek megváltoztatnak egy táblát vagy adatbázist.';
$strPrivDescMaxUserConnections = 'Korlátozza a felhasználó egyidej&#369; kapcsolatainak számát.';
$strPrivDescProcess3 = 'Engedélyezi más felhasználók folyamatainak megszüntetését.';
$strPrivDescProcess4 = 'Engedélyezi a teljes lekérések megtekintését a folyamatlistában.';
$strPrivDescReferences = 'Nem valósult meg ebben a MySQL verzióban';
$strPrivDescReload = 'Engedélyezi a szerver beállítások újratöltését és a szerver-cache törlését.';
$strPrivDescReplClient = 'Jogokat ad a felhasználónak, hogy lekérdezhessék a slave/master helyeket.';
$strPrivDescReplSlave = 'Szükséges a slave-ek másolásához.';
$strPrivDescSelect = 'Engedélyezi adatok olvasását.';
$strPrivDescShowDb = 'Hozzáférést ad az adatbázisok teljes listájához.';
$strPrivDescShowView = 'Engedélyezi SHOW CREATE VIEW lekérdezések végrehajtását.';
$strPrivDescShutdown = 'Engedélyezi a szerver leállítását.';
$strPrivDescSuper = 'Engedélyezi a kapcsolódást akkor is, ha a kapcsolatok száma a maximumot elérte. Ez szükséges a legfontosabb adminisztrációs m&#369;veletekhez, mint a globális változók beállítása vagy más felhasználók folyamatainak megszüntetése.';
$strPrivDescUpdate = 'Engedélyezi az adatok megváltoztatását.';
$strPrivDescUsage = 'Nincsenek privilégiumok.';
$strPrivileges = 'Privilégiumok';
$strPrivilegesReloaded = 'A privilégiumok újratöltése sikeres volt.';
$strProcesslist = 'Folyamatlista';
$strPutColNames = 'Tegye a mez&#337;neveket az els&#337; sorhoz';
 
$strQBEDel = 'Töröl';
$strQBEIns = 'Beszúr';
$strQBE = 'Lekérdezés';
$strQueryCache = 'Lekérdezés cache';
$strQueryFrame = 'Lekérési ablak';
$strQueryOnDb = 'SQL-kérés <b>%s</b> adatbázison:';
$strQuerySQLHistory = 'SQL-el&#337;zmények';
$strQueryStatistics = '<b>Lekérési statisztika</b>: Az indulás óta %s kérés ment el a szerverhez.';
$strQueryTime = 'A lekérés lefutott %01.4f másodperc alatt';
$strQueryType = 'Lekérés típusa';
$strQueryWindowLock = 'Ne írja felül a lekérést az ablakon kívülr&#337;l';
 
$strReadRequests = 'Olvasási kérelmek';
$strReceived = 'Fogadott';
$strRecords = 'Sor';
$strReferentialIntegrity = 'Hivatkozási sértetlenség ellen&#337;rzése:';
$strRefresh = 'Frissítés';
$strRelationalSchema = 'Kapcsolati séma';
$strRelationNotWorking = 'A munka kiegészít&#337; tulajdonságai a vonatkozó táblákra meg lettek szüntetve. Az okokért kattints %side%s.';
$strRelationsForTable = 'Tábla-kapcsolatok';
$strRelations = 'Kapcsolatok';
$strRelationView = 'Reláció nézet';
$strReloadingThePrivileges = 'Privilégiumok újratöltése';
$strReloadMySQL = 'MySQL újratöltése';
$strRemoveSelectedUsers = 'A kiválasztott felhasználók törlése';
$strRenameDatabaseOK = '%s adatbázis átneveztem erre: %s';
$strRenameTableOK = '%s táblát átneveztem erre: %s';
$strRenameTable = 'Tábla átnevezése erre';
$strRepairTable = 'Tábla javítás';
$strReplaceNULLBy = 'NULL cseréje ezzel:';
$strReplaceTable = 'Tábla adatok és fájl cseréje';
$strReset = 'Töröl';
$strResourceLimits = 'Er&#337;forrás határok';
$strReType = 'Újraírás';
$strRevokeAndDelete = 'A felhasználók összes privilégiumának visszavonása, aztán törlésük.';
$strRevokeAndDeleteDescr = 'A felhasználóknak még használható privilégiumuk van, amíg nem történik meg a privilégiumok újratöltése.';
$strRevokeMessage = 'Visszavontam a %s privilégiumokat';
$strRevoke = 'Visszavon';
$strRomanian = 'Román';
$strRowLength = 'Sorhossz';
$strRowsFrom = 'sor kezdve ezzel:';
$strRowSize = ' Sorméret ';
$strRowsModeFlippedHorizontal = 'vízszintes (elforgatott fejléc)';
$strRowsModeHorizontal = 'vízszintes';
$strRowsModeOptions = '%s módon, a fejlécet %s soronként megismételve';
$strRowsModeVertical = 'függ&#337;leges';
$strRows = 'Sorok';
$strRowsStatistic = 'Sor-statisztika';
$strRunning = ': %s';
$strRunQuery = 'Kérés végrehajtása';
$strRunSQLQueryOnServer = 'SQL lekérdezés(ek) futtatása %s szerveren';
$strRunSQLQuery = 'SQL parancs(ok) futtatása a(z) %s adatbázison';
$strRussian = 'Orosz';
 
$strSave = 'Ment';
$strSaveOnServer = 'Mentés a szerver %s könyvtárába';
$strScaleFactorSmall = 'A méret elem túl kicsi, hogy megfelel&#337; legyen a sémához egy oldalon';
$strSearchFormTitle = 'Keresés az adatbázisban';
$strSearchInTables = 'Táblá(k)ban:';
$strSearch = 'Keresés';
$strSearchNeedle = 'Szavak vagy értékek a kereséshez (helyettesít&#337; karakter: "%"):';
$strSearchOption1 = 'legalább egy szó';
$strSearchOption2 = 'összes szó';
$strSearchOption3 = 'a helyes mondat';
$strSearchOption4 = 'reguláris kifejezésként';
$strSearchResultsFor = 'Keresési eredmények "<i>%s</i>" %s:';
$strSearchType = 'Keress:';
$strSecretRequired = 'A konfigurációs fájl egy titkos jelszó kifejezést vár (blowfish_secret).';
$strSelectADb = 'Válassz egy adatbázist';
$strSelectAll = 'Mindet kijelöli';
$strSelectFields = 'Mez&#337;k kiválasztása (legalább egyet):';
$strSelectNumRows = 'kérésben';
$strSelectTables = 'Táblák kiválasztása';
$strSend = 'Fájlnév megadása';
$strSent = 'Küldött';
$strServerChoice = 'Szerver Választás';
$strServerNotResponding = 'A szerver nem válaszol';
$strServerStatus = 'Futási információk';
$strServerStatusUptime = 'Ez a MySQL szerver fut: %s. Elindítva: %s.';
$strServer = 'Szerver';
$strServerTabProcesslist = 'Folyamatok';
$strServerTabVariables = 'Változók';
$strServerTrafficNotes = '<b>Szerver forgalom</b>: Ezek a táblák mutatják a MySQL szerver hálózati forgalom-statisztikáit az indulástól kezdve.';
$strServerVars = 'Szerver változók és beállítások';
$strServerVersion = 'Szerver verzió';
$strSessionValue = 'Session érték';
$strSetEnumVal = 'Ha a mez&#337; típusa "enum" vagy "set", akkor az értékeket ilyen formában írd be: \'a\',\'b\',\'c\'...<br />Ha backslash-t ("\") vagy aposztrófot ("\'") akarsz ezen értékek között használni, használd a backslash escape karaktert (pl.: \'\\\\xyz\' vagy \'a\\\'b\').';
$strShowAll = 'Mutasd mindet';
$strShowColor = 'Mutasd a színeket';
$strShowDatadictAs = 'Adatkönyvtár formátum';
$strShowFullQueries = 'Teljes lekérések mutatása';
$strShowGrid = 'Mutasd a rácsot';
$strShowingBookmark = 'Könyvjelz&#337; megmutatása';
$strShowingRecords = 'Sorok megjelenítése ';
$strShow = 'Mutat';
$strShowPHPInfo = 'PHP információ';
$strShowStatusCreated_tmp_filesDescr = 'mysqld által létrehozott ideiglenes fájlok száma.';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED sor írások száma.';
$strShowStatusHandler_updateDescr = 'Sor frissítési kérések száma.';
$strShowStatusHandler_writeDescr = 'Sor beszúrási kérések száma.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Adatokat tartalmazó lapok száma (piszkos vagy tiszta).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Jelenleg piszkos lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Szabad lapok száma.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Puffer teljes mérete lapokban.';
$strShowStatusInnodb_data_fsyncsDescr = 'Összes fsync() m&#369;velet száma.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Folyamatban lév&#337; fsync() m&#369;veletek száma.';
$strShowStatusInnodb_data_pending_readsDescr = 'Folyamatban lév&#337; olvasások száma.';
$strShowStatusInnodb_data_pending_writesDescr = 'Folyamatban lév&#337; írások száma.';
$strShowStatusInnodb_data_readDescr = 'Összes olvasott adat, bájtban.';
$strShowStatusInnodb_data_readsDescr = 'Összes olvasott adat.';
$strShowStatusInnodb_data_writesDescr = 'Összes írott adat.';
$strShowStatusInnodb_data_writtenDescr = 'Összes írott adat, bájtban.';
$strShowStatusInnodb_log_waitsDescr = 'Várakozások száma, amiket a naplópuffer kis mérete okozott és folytatás el&#337;tt meg kellett várni a kiírást.';
$strShowStatusInnodb_log_write_requestsDescr = 'Napló írási kérések száma.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Folyamatban lév&#337; naplófájl fsync-ek száma.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Folyamatban lév&#337; naplófájl írások száma.';
$strShowStatusInnodb_os_log_writtenDescr = 'Naplófájlba írt bájtok száma.';
$strShowStatusInnodb_pages_createdDescr = 'Létrehozott lapok száma.';
$strShowStatusInnodb_pages_readDescr = 'Olvasott lapok száma.';
$strShowStatusInnodb_pages_writtenDescr = 'Írott lapok száma.';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB táblákból törölt sorok száma.';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB táblákba beszúrt sorok száma.';
$strShowStatusInnodb_rows_readDescr = 'InnoDB táblákból olvasott sorok száma.';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB táblákban frissített sorok száma.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Írásra várakozó sorok az INSERT DELAY sorokban.';
$strShowStatusOpen_filesDescr = 'Megnyitott fájlok száma.';
$strShowStatusOpen_tablesDescr = 'Megnyitott táblák száma.';
$strShowStatusQcache_free_blocksDescr = 'Szabad memóriablokkok a lekérdezés cache-ben.';
$strShowStatusQcache_hitsDescr = 'Cache találatok száma.';
$strShowStatusQcache_insertsDescr = 'Cache-hez adott lekérdezések száma.';
$strShowStatusReset = 'Visszaállítás';
$strShowStatusSort_rowsDescr = 'Rendezett sorok száma.';
$strShowStatusThreads_runningDescr = 'Nem alvó szálak száma.';
$strShowTableDimension = 'Mutasd a táblák méretét';
$strShowTables = 'Mutasd a táblákat';
$strShowThisQuery = ' Mutasd a parancsot itt újra ';
$strSimplifiedChinese = 'Egyszer&#369;sített kínai';
$strSingly = '(egyenként)';
$strSize = 'Méret';
$strSlovak = 'Szlovák';
$strSlovenian = 'Szlovén';
$strSocketProblem = '(vagy a helyi MySQL szerver socketje nincs rendesen beállítva)';
$strSortByKey = 'Kulcs szerinti rendezés';
$strSorting = 'Rendezés';
$strSort = 'Sorrendezés';
$strSpaceUsage = 'Helyfoglalás';
$strSpanish = 'Spanyol';
$strSplitWordsWithSpace = 'A szavak fel vannak osztva szóköz karakter szerint (" ").';
$strSQLExportCompatibility = 'SQL export kompatibilitás';
$strSQLExportType = 'Export típus';
$strSQLOptions = 'SQL beállítások';
$strSQLParserBugMessage = 'Esély van rá, hogy egy hibát találhattál az SQL szintaktikai elemz&#337;ben (parser). Vizsgáld meg gondosan a lekérdezésedet, ellen&#337;rizd, hogy az idéz&#337;jelek jók és jól illeszkednek. Más lehetséges hiba oka lehet, hogy binárisan töltöttél fel egy fájlt az idézett szövegmez&#337;n kívül. Kipróbálhatod a lekérésedet a MySQL parancssoros felületén. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát. Ha még mindig gondjaid vannak, vagy a szintaktiaki elemz&#337; (parser) hibát jelez, ahol a parancssoros felületen végrehajtódik, redukáld a problémát okozó SQL lekérdezést egy egyszer&#369; lekérdezéssé, és küldd el egy hibajelzésben (bug report) az alsó Kivágás részben lev&#337; adatokkal együtt:';
$strSQLParserUserError = 'Úgy látszik az SQL lekérdezésedben van egy hiba. A MySQL szerver hibakimenete alul látható, ha van ott valami, az segíthet felderíteni a hiba okát';
$strSQLQuery = 'SQL-kérés';
$strSQLResult = 'SQL eredmény';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Érvénytelen azonosító';
$strSQPBugUnclosedQuote = 'Lezáratlan lekérdezés';
$strSQPBugUnknownPunctuation = 'Ismeretlen központozott sztring';
$strStatCheckTime = 'Utolsó ellen&#337;rzés';
$strStatCreateTime = 'Létrehozás';
$strStatement = 'Adatok';
$strStatUpdateTime = 'Utolsó módosítás';
$strStatus = 'Állapot';
$strStrucCSV = 'CSV adat';
$strStrucData = 'Szerkezet és adatok';
$strStrucDrop = '\'Tábla eldobás\' hozzáadása';
$strStrucExcelCSV = 'MS Excel CSV adat';
$strStrucNativeExcel = 'Natív MS Excel adat';
$strStrucOnly = 'Csak szerkezet';
$strStructPropose = 'Tábla struktúra ajánlat';
$strStructure = 'Struktúra';
$strSubmit = 'Végrehajt';
$strSuccess = 'Az SQL-kérést sikeresen végrehajtottam';
$strSum = 'Összesen';
$strSwedish = 'Svéd';
$strSwitchToDatabase = 'Váltás a másolt adatbázisra';
$strSwitchToTable = 'Váltás a másolt táblára';
 
$strTableAlreadyExists = '%s tábla már létezik!';
$strTableComments = 'Tábla megjegyzések';
$strTableEmpty = 'A táblanév helye üres!';
$strTableHasBeenDropped = '%s táblát eldobtam';
$strTableHasBeenEmptied = '%s táblát kiürítettem';
$strTableHasBeenFlushed = '%s táblát kiírtam';
$strTableMaintenance = 'Tábla karbantartás';
$strTableOfContents = 'Tartalomjegyzék';
$strTableOptions = 'Tábla opciók';
$strTables = '%s tábla';
$strTableStructure = 'Tábla szerkezet:';
$strTable = 'Tábla';
$strTableType = 'Tábla típusa';
$strTakeIt = 'csináld';
$strTblPrivileges = 'Tábla-specifikus privilégiumok';
$strTempData = 'Ideiglenes adatok';
$strTextAreaLength = ' Mivel ez a hossz,<br /> ez a mez&#337; nem szerkeszthet&#337; ';
$strThai = 'Thai';
$strTheme = 'Téma / Stílus';
$strThisHost = 'Ez a gép';
$strThisNotDirectory = 'Ez nem alkönyvtár volt';
$strThreads = 'Szálak';
$strThreadSuccessfullyKilled = 'A %s. szálat sikerült megszüntetni.';
$strTime = 'Id&#337;';
$strToggleScratchboard = 'scratchboard kapcsolása';
$strTotal = 'Összesen';
$strTotalUC = 'Össz';
$strTraditionalChinese = 'Hagyományos kínai';
$strTraditionalSpanish = 'Hagyományos spanyol';
$strTraffic = 'Forgalom';
$strTransformation_application_octetstream__download = 'Egy linket jelenít meg a mez&#337; binári adaának letöltéséhez. Els&#337; opció a bináris fájl neve. Második a tábla sorának egy lehetséges mez&#337;neve fájlnév gyanánt. Ha beállítja a második opciót, akkor az els&#337;t üresen kell hagyni';
$strTransformation_image_jpeg__inline = 'Kattintható ikon mutatása; beállítások: szélesség,magasság pixelben (megtartja az eredeti képarányt)';
$strTransformation_image_jpeg__link = 'Egy linket mutat a képhez (közvetlen ablakos letöltés).';
$strTransformation_image_png__inline = 'image/jpeg megtekintése: bent';
$strTransformation_text_plain__dateformat = 'A TIME, TIMESTAMP vagy DATETIME mez&#337;k és formátumok az ön helyi dátumformátumát használják. Els&#337; opció az eltérés (órában), ami hozzáadódik az id&#337;höz (alapértelmezett: 0). A második egy különböz&#337; id&#337;formátum a PHP strftime() paramétere szerint.';
$strTransformation_text_plain__external = 'Csak LINUX: Elindít egy küls&#337; programot, ami megkapja az adatokat a standard inputon. Visszatér a program standard outputján. Alapértelmezett a Tidy, csinos HTML kódot kap. Biztonsági megfontolásokból kézzel kell szerkeszteni a libraries/transformations/text_plain__external.inc.php fájlt, és beírni a program nevét, amit futtatni akar. Az els&#337; opció a program száma, amit futtatni akar, a második a program paramáterei. A harmadik opció ha egyenl&#337; eggyel, akkor a kimenet konvertálva lesz a htmlspecialchars() eljárással (alapértelmezett 1). A negyedik opció ha egyre van beállítva, egy NOWRAP formázást ad minden mez&#337;höz, így a kimenet újratördelés nélkül látszik (alapértelmezett 1)';
$strTransformation_text_plain__formatted = 'A mez&#337; eredeti formázásának meg&#337;rzése. Nincs kivétel.';
$strTransformation_text_plain__imagelink = 'Egy képet es egy linket jelenít meg, a mez&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a szélesség pixelben, a harmadik pedig a magasság.';
$strTransformation_text_plain__link = 'Meg linket jelenít meg, a megz&#337; tartalmazza a fájlnevet; az els&#337; opcíó egy el&#337;tag, mint pl.: "http://domain.com/", a második a link neve.';
$strTransformation_text_plain__substr = 'A szöveg egy részét mutatja. Els&#337; opció egy offszet, ami a kezd&#337;pozíciót állítja be (alapértelmezett: 0). A második azt adja meg, hogy mennyi szöveg jöjjön vissza. Ha üres, az összes visszamaradó szöveg átjön. A harmadik opcióban atokat a karaktereket lehet beállítani, amik a szöveg végére kerülnek, ha szövegrészt kapunk vissza (alapértelmezett: ...) .';
$strTruncateQueries = 'A mutatott kérések törlése';
$strTurkish = 'Török';
$strType = 'Típus';
 
$strUkrainian = 'Ukrán';
$strUncheckAll = 'Összeset törli';
$strUnicode = 'Unicode';
$strUnique = 'Egyedi';
$strUnknown = 'ismeretlen';
$strUnselectAll = 'Mindet törli';
$strUpdatePrivMessage = 'Frissítettem a(z) %s privilégiumokat.';
$strUpdateProfileMessage = 'A profilt frissítettem.';
$strUpdateQuery = 'Kérés frissítése';
$strUpdComTab = 'Olvassa el a Dokumentációt, hogyan tudja módosítani a Column_comments táblát';
$strUpgrade = 'Módosítás szükséges %s %s vagy kés&#337;bb.';
$strUsage = 'Méret';
$strUseBackquotes = 'Idéz&#337;jelek használata a tábla- és mez&#337;neveknél';
$strUseHostTable = 'Hoszt-tábla használata';
$strUserAlreadyExists = '%s felhasználó már létezik!';
$strUserEmpty = 'A felhasználói név mez&#337;je üres!';
$strUser = 'Felhasználó';
$strUserName = 'Felhasználói név';
$strUserNotFound = 'A kiválasztott felhasználót nem találtam a privilégium táblában.';
$strUserOverview = 'Felhasználó áttekintés';
$strUsersDeleted = 'A kiválasztott felhasználók törlése sikerült.';
$strUsersHavingAccessToDb = 'A felhasználóknak hozzáférésük van ehhez: &quot;%s&quot;';
$strUseTabKey = 'Használd a TAB billenty&#369;t, hogy értékr&#337;l értékre mozoghass, vagy CTRL+nyilakat, hogy bármerre mozoghass.';
$strUseTables = 'Táblák használata';
$strUseTextField = 'Szöveges mez&#337; használata';
$strUseThisValue = 'Ezen érték használata';
 
$strValidateSQL = 'SQL jóváhagyás';
$strValidatorError = 'Az SQL ellen&#337;rz&#337;t (SQL validator) nem sikerült elindítani. Ellen&#337;rizze a szükséges php kiterjesztést, ahogy itt le van írva: %sdocumentation%.';
$strValue = 'Érték';
$strVar = 'Változó';
$strVersionInformation = 'Verzió információk';
$strViewDumpDatabases = 'Adatbázis kiírás (séma) megtekintése';
$strViewDumpDB = 'Adatbázis kiírás (vázlat) megnézése';
$strViewDump = 'Tábla kiírás (vázlat) megnézése';
$strViewHasBeenDropped = '%s nézet eldobva';
$strView = 'Nézet';
 
$strWebServerUploadDirectoryError = 'Az alkönyvtár, ami a feltöltésekhez be lett állítva, nem elérhet&#337;';
$strWebServerUploadDirectory = 'webszerver feltöltési könyvtár';
$strWelcome = 'Üdvözöl a %s';
$strWestEuropean = 'Nyugat-európai';
$strWildcard = 'helyettesít&#337; jel';
$strWindowNotFound = 'A cél böngész&#337;ablakot nem tudtam újratölteni. Talán a szül&#337;ablak be lett zárva, vagy a böngész&#337; biztonsági beállítása tiltja az ablakok közti újratöltést';
$strWithChecked = 'A kijelöltekkel végzend&#337; m&#369;velet:';
$strWriteRequests = 'Írási kérelmek';
$strWritingCommentNotPossible = 'Megjegyzés írása nem lehetséges';
$strWritingRelationNotPossible = 'Kapcsolat írása nem lehetséges';
$strWrongUser = 'Hibás felhasználói név/jelszó. Hozzáférés megtagadva.';
 
$strXML = 'XML';
 
$strYes = 'Igen';
 
$strZeroRemovesTheLimit = 'Megjegyzés: A 0 (nulla) beállítása törli a limitet.';
$strZip = '"zippel tömörítve"';
 
// 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
$strAndThen = 'and then'; //to translate
 
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
$strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
 
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
 
$strEngines = 'Engines'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
 
$strHandler = 'Handler'; //to translate
 
$strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBPages = 'lapok'; //to translate
$strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
$strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
$strInvalidRowNumber = '%d is not valid row number.'; //to translate
 
$strJoins = 'Joins'; //to translate
 
$strKeyCache = 'Key cache'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
 
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strReplication = 'Replication'; //to translate
 
$strSelectBinaryLog = 'Select binary log to view'; //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
$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_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
$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
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //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_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_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_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_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_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
$strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
$strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, 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
$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
$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
$strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
$strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query 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_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_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_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_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
$strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
 
$strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //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
$strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //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
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
 
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/indonesian-iso-8859-1.inc.php
0,0 → 1,976
<?php
/* $Id: indonesian-iso-8859-1.inc.php,v 2.125.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu');
$month = array('Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'Nopember', 'Desember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y jam %H:%M';
$timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
 
$strAbortedClients = 'Pembatalan';
$strAbsolutePathToDocSqlDir = 'Silakan menentukan Absolute Path pada webserver yang menunjuk ke direktori docSQL';
$strAccessDenied = 'Akses ditolak';
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.';
$strAction = 'Aksi';
$strAddAutoIncrement = 'Menambahkan nilai AUTO_INCREMENT';
$strAddConstraints = 'Menambahkan pembatas';
$strAddDeleteColumn = 'Menambahkan/Hapus kolom';
$strAddDeleteRow = 'Menambahkan/Hapus baris';
$strAddDropDatabase = 'Menambahkan DROP DATABASE';
$strAddedColumnComment = 'Komentar untuk kolum telah ditambahkan';
$strAddedColumnRelation = 'Relasi untuk kolum telah ditambahkan';
$strAddFields = 'Menambahkan %s field(s)';
$strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)';
$strAddIfNotExists = 'Berikut IF \'NOT EXISTS\'';
$strAddIntoComments = 'Penambahkan pada komentar:';
$strAddNewField = 'Menambahkan field baru';
$strAddPrivilegesOnDb = 'Menambahkan hak (privileges) pada database berikut';
$strAddPrivilegesOnTbl = 'Menambahkan hak (privileges) pada tabel berikut';
$strAddSearchConditions = 'Menambahkan kriteria pencarian (Argumen untuk WHERE-Statement):';
$strAddToIndex = 'Menambahkan ke indeks &nbsp;%s&nbsp;kolom';
$strAddUser = 'Menambahkan pengguna baru';
$strAddUserMessage = 'Pengguna baru telah ditambahkan.';
$strAdministration = 'Administrasi';
$strAffectedRows = 'Baris yang terlibat:';
$strAfterInsertBack = 'kembali';
$strAfterInsertNewInsert = 'sisipkan baris baru berikutnya';
$strAfterInsertNext = 'Edit baris berikut';
$strAfterInsertSame = 'Kembali ke halaman ini';
$strAfter = 'sisipkan setelah %s';
$strAll = 'Semua';
$strAllTableSameWidth = 'Tampilkan seluruh tabel dengan lebar yang sama?';
$strAlterOrderBy = 'Urutkan tabel berdasarkan';
$strAnalyzeTable = 'Analisa tabel';
$strAnd = 'dan';
$strAndThen = 'selanjutnya';
$strAnIndex = 'Indeks telah ditambahkan pada %s';
$strAnyHost = 'Setiap host';
$strAny = 'Setiap';
$strAnyUser = 'Setiap pengguna';
$strApproximateCount = 'Kemungkinan hanya perkiraan saja. Lihat FAQ 3.11';
$strAPrimaryKey = 'Primary key telah ditambahkan pada %s';
$strArabic = 'Bahasa Arab';
$strArmenian = 'Bahasa Armenia';
$strAscending = 'Urutan menaik';
$strAtBeginningOfTable = 'pada awal tabel';
$strAtEndOfTable = 'pada akhir tabel';
$strAttr = 'Atribut';
$strAutodetect = 'Deteksi otomatis';
$strAutomaticLayout = 'Layout otomatis';
 
$strBack = 'Kembali';
$strBaltic = 'Bahasa Baltik';
$strBeginCut = 'Mulai potong (CUT)';
$strBeginRaw = 'MULAI mentah (RAW)';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jangan di-edit';
$strBinaryLog = 'Log binari';
$strBinLogEventType = 'Tipe Kejadian';
$strBinLogInfo = 'Informasi';
$strBinLogName = 'Catat nama';
$strBinLogOriginalPosition = 'Posisi aslinya';
$strBinLogPosition = 'Posisi';
$strBinLogServerId = 'ID Server';
$strBookmarkAllUsers = 'Izinkan semua pengguna untuk mengakses simpanan ini';
$strBookmarkDeleted = 'Penyimpanan telah dihapus.';
$strBookmarkLabel = 'Judul';
$strBookmarkQuery = 'Ingat pada pencarian SQL ';
$strBookmarkThis = 'Simpan pencarian SQL ini';
$strBookmarkView = 'Hanya melihat';
$strBrowse = 'Browse';
$strBrowseForeignValues = 'Menjelajahi nilai luar';
$strBufferPoolActivity = 'Aktifitas penampungan Buffer';
$strBufferPool = 'Penampungan Buffer';
$strBufferPoolUsage = 'Penggunaan penampungan Buffer';
$strBufferReadMissesInPercent = 'Pembacaan yang kelewat dalam %';
$strBufferReadMisses = 'Pembacaan yang kelewat';
$strBufferWriteWaitsInPercent = 'Penundaan penulisan dalam %';
$strBufferWriteWaits = 'Penundaan penulisan';
$strBulgarian = 'Bahasa Bulgaria';
$strBusyPages = 'Halaman yang sibuk';
$strBzError = 'phpMyAdmin gagal mengkompres Dump (Skema) disebabkan ekstensi Bz2 dalam versi PHP yang digunakan. Disarankan untuk merubah direktif <code>$cfg[\'BZipDump\']</code> dalam file konfigurasi phpMyAdmin Anda ke <code>FALSE</code>. Bila Anda ingin menggunakan fasilitas kompresi Bz2 disarankan untuk meng-upgrade versi PHP yang lebih tinggi. Perhatikan PHP Bug Report %s untuk informasi yang lebih detail.';
$strBzip = '"Dikompress dengan BZip"';
 
$strCalendar = 'Kalender';
$strCannotLogin = 'Gagal login ke MySQL server';
$strCantLoad = 'gagal loading ekstensi %s,<br />mohon periksa kembali konfigurasi PHP.';
$strCantLoadRecodeIconv = 'Gagal loading iconv atau perubahan kode extension untuk konversi charset diperlukan. Silakan konfigurasikan php untuk menggunakan extensions yang diperlukan atau matikan fasilitas konversi Charset pada phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Gagal ubah nama Indeks ke PRIMARY!';
$strCantUseRecodeIconv = 'Gagal menggunakan iconv, libiconv atau fungsi recode_string selama ekstensi masih dalam keadaan di-load. Periksa kembali konfigurasi PHP.';
$strCardinality = 'Bilangan Pokok';
$strCaseInsensitive = 'peka terhadap huruf besar/kecil';
$strCaseSensitive = 'tidak peka terhadap huruf besar/kecil';
$strCentralEuropean = 'Eropa Tengah';
$strChangeCopyMode = 'Ciptakan pengguna baru dengan hak-hak yang sama dan ...';
$strChangeCopyModeCopy = '... mempertahankan yang lama.';
$strChangeCopyModeDeleteAndReload = ' ... hapuskan yang lama dari User Table, kemudian reload hak-hak.';
$strChangeCopyModeJustDelete = ' ... hapus yang lama dari User Table.';
$strChangeCopyModeRevoke = ' ... cabut seluruh hak yang aktif, kemudian hapuskan yang lama.';
$strChangeCopyUser = 'Ubah informasi Login / Salip pengguna';
$strChangeDisplay = 'Pilih Field untuk ditampilkan';
$strChangePassword = 'Ubah Kata Sandi';
$strChange = 'Ubah';
$strCharsetOfFile = 'Penyusunan karakter dalam file:';
$strCharset = 'Perangkat karakter (Charset)';
$strCharsetsAndCollations = 'Penyusunan karakter dan tabel urutan';
$strCharsets = 'Penyusunan Karakter';
$strCheckAll = 'Pilih semua';
$strCheckOverhead = 'Periksa Overheaded';
$strCheckPrivsLong = 'Periksa hak-hak untuk database &quot;%s&quot;.';
$strCheckPrivs = 'Periksa hak-hak';
$strCheckTable = 'Periksa tabel';
$strChoosePage = 'Silakan pilih halaman untuk diubah';
$strColComFeat = 'Tampilkan komentar kolom';
$strCollation = 'Penyortiran';
$strColumnNames = 'Nama kolom';
$strColumnPrivileges = 'Hak (privileges) khusus terhadap kolum';
$strCommand = 'Perintah';
$strCommentsForTable = 'KOMENTAR UNTUK TABEL';
$strComments = 'Komentar';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'INSERT lengkap';
$strCompression = 'Kompresi';
$strConfigFileError = 'phpMyAdmin gagal membaca file konfigurasi!<br />Hal ini diakibatkan oleh Parse Error atau file tidak ditemukan.<br />Silakan bukakan file konfigurasi dengan cara mengunakan link dibawah ini. Mohon perhatikan PHP Error Message(s) yang akan ditampilkan. Seringkali sebuah tanda kutip atau titik-koma ketinggalan.<br />Jika muncul sebuah halaman kosong, artinya tidak ada masalah.';
$strConfigureTableCoord = 'Silakan konfigurasikan koordinasi bagi tabel %s';
$strConnectionError = 'Koneksi gagal: Stelan tidak berlaku.';
$strConnections = 'Koneksi';
$strConstraintsForDumped = 'Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)';
$strConstraintsForTable = 'Ketidakleluasaan untuk tabel';
$strCookiesRequired = 'Mulai dari sini Cookies harus diaktifkan.';
$strCopyDatabaseOK = 'Database %s telah disalin ke %s';
$strCopy = 'Salin';
$strCopyTableOK = 'Tabel %s telah disalin ke %s.';
$strCopyTable = 'Salin tabel ke (database<b>.</b>nama tabel):';
$strCopyTableSameNames = 'Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!';
$strCouldNotKill = 'phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah ditutup terlebih dahulu';
$strCreate = 'Ciptakan';
$strCreateDatabaseBeforeCopying = 'CIPTAKAN DATABASE sebelum menyalin';
$strCreateIndex = 'Ciptakan indeks pada kolom &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Ciptakan indeks baru';
$strCreateNewDatabase = 'Ciptakan database baru';
$strCreateNewTable = 'Ciptakan tabel baru pada database %s';
$strCreatePage = 'Ciptakan halaman baru';
$strCreatePdfFeat = 'Penciptaan PDF';
$strCreationDates = 'Tanggal Penciptaan/Update/Pemeriksaan';
$strCriteria = 'Kriteria';
$strCroatian = 'Bahasa Kroatia';
$strCSVOptions = 'Pilihan CSV';
$strCyrillic = 'Bahasa Kirilia';
$strCzech = 'Bahasa Ceko';
$strCzechSlovak = 'Cecko-Slovakia';
 
$strDanish = 'Bahasa Denmark';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Nama database kosong!';
$strDatabaseExportOptions = 'Pilihan cara untuk mengekspor Database';
$strDatabaseHasBeenDropped = 'Database %s telah dihapus.';
$strDatabaseNoTable = 'Database ini tidak mengandung tabel!';
$strDatabases = 'Database';
$strDatabasesDropped = 'Sukses menghapus database %s.';
$strDatabasesStatsDisable = 'Mencacatkan Statistik';
$strDatabasesStatsEnable = 'Menggiatkan Statistik';
$strDatabasesStatsHeavyTraffic = 'Perhatian: Menggiatkan statistik database dengan kemungkinan besar mengakibatkan traffic yang cukup tinggi antara webserver dan server MySQL.';
$strDatabasesStats = 'Statistik Database';
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data saja';
$strDataPages = 'Halaman yang berisi data';
$strDBComment = 'Komentar Database: ';
$strDBCopy = 'Salin database ke';
$strDBGContextID = 'Susunan ID';
$strDBGContext = 'Susunan';
$strDBGHits = 'Hits';
$strDBGLine = 'Baris';
$strDBGMaxTimeMs = 'Maks waktu, ms';
$strDBGMinTimeMs = 'Min waktu, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Waktu/Hit, ms';
$strDBGTotalTimeMs = 'Jumlah Waktu, ms';
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
$strDBRename = 'Ubah nama database menjadi';
$strDbSpecific = 'database-spesifik';
$strDefault = 'Default';
$strDefaultEngine = '%s adalah mesin penyimpan utama pada server MySQL ini.';
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
$strDefragment = 'Defragmentasikan tabel';
$strDelayedInserts = 'Gunakan perintah INSERT memperlambat';
$strDeleteAndFlushDescr = 'Ini cara yang terbaik tetapi akan memakan waktu cukup lama.';
$strDeleteAndFlush = 'Hapus pengguna, lantas Reload hak-hak (Privileges).';
$strDeleted = 'Baris telah dihapus';
$strDeletedRows = 'Baris yang dihapus:';
$strDelete = 'Hapus';
$strDeleting = 'Menghapus %s';
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
$strDescending = 'Urutan menurun';
$strDescription = 'Deskripsi';
$strDictionary = 'kamus';
$strDirtyPages = 'Halaman yang kotor';
$strDisabled = 'Tidak aktif';
$strDisableForeignChecks = 'Tanpa pemeriksaan kunci asing';
$strDisplayFeat = 'Tampilkan ciri-ciri';
$strDisplayOrder = 'Urut tampilan berdasarkan:';
$strDisplayPDF = 'Tampilkan skema PDF';
$strDoAQuery = 'cari berdasarkan data contoh ("query by example") (wildcard: "%")';
$strDocu = 'Dokumentasi';
$strDoYouReally = 'Apakah anda ingin ';
$strDropDatabaseStrongWarning = 'Anda akan MENGHAPUS SELURUH database!';
$strDrop = 'Hapus';
$strDropUsersDb = 'Hapus database yang memiliki nama yang sama dengan pengguna.';
$strDumpingData = 'Dumping data untuk tabel';
$strDumpSaved = 'Dump (Skema) disimpan pada file %s.';
$strDumpXRows = 'Dump %s baris bermula pada baris %s.';
$strDynamic = 'dinamis';
 
$strEditPDFPages = 'Ubah halaman PDF';
$strEditPrivileges = 'Ubah hak akses (privilege)';
$strEdit = 'Ubah';
$strEffective = 'Efektif';
$strEmpty = 'Mengosongkan';
$strEmptyResultSet = 'MySQL balikkan hasil kosong (a.k. baris yang kosong).';
$strEnabled = 'Aktif';
$strEncloseInTransaction = 'Menyertakan ekspor dalam transaksi';
$strEndCut = 'Akhiri potong (CUT)';
$strEndRaw = 'AKHIRI mentah (RAW)';
$strEnd = 'Terakhir';
$strEngineAvailable = '%s siap untuk digunakan pada server MySQL ini.';
$strEngineDisabled = '%s dimatikan untuk server MySQL ini.';
$strEngines = 'Mesin';
$strEngineUnsupported = 'Server MySQL ini tidak mendukung mesin penyimpan %s.';
$strEnglish = 'Bahasa Ingris';
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
$strError = 'Error';
$strEscapeWildcards = 'Wildcard _ dan % sebaiknya diakhiri dengan tanda \ untuk mengunakannya secara harfiah';
$strEstonian = 'Bahasa Estonia';
$strExcelEdition = 'Edisi Excel';
$strExcelOptions = 'Pilihan Excel';
$strExecuteBookmarked = 'Eksekusikan pencarian dengan mengikuti penunjuk halaman';
$strExplain = 'Terangkan SQL';
$strExport = 'Ekspor';
$strExtendedInserts = 'INSERT memperluas';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Gagal';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s telah dihapus';
$strFieldsEmpty = ' Jumlah field dalam tabel harus ditentukan! ';
$strFieldsEnclosedBy = 'Field ditutup dengan';
$strFieldsEscapedBy = 'Field dikembalikan oleh';
$strFields = 'Field';
$strFieldsTerminatedBy = 'Fields diputus oleh';
$strFileAlreadyExists = 'File %s sudah ada pada server. Gantikan nama file atau periksa pilihan Overwrite.';
$strFileCouldNotBeRead = 'Gagal membaca File';
$strFileNameTemplate = 'Konvensi nama file';
$strFileNameTemplateRemember = 'ingat konvensi';
$strFixed = 'telah diperbaiki';
$strFlushPrivilegesNote = 'Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil pengguna yang digunakan oleh Server pada saat ini bila tabel tsb. pernah diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum melanjut.';
$strFlushTable = 'Tutup tabel ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Data dalam form kurang !';
$strFreePages = 'Halaman yang bebas';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Diciptakan oleh';
$strGeneralRelationFeat = 'Ciri-ciri dari General Relation';
$strGenerate = 'Menghasilkan';
$strGeneratePassword = 'Menghasilkan kata sandi';
$strGenTime = 'Waktu pembuatan';
$strGeorgian = 'Georgia';
$strGerman = 'Bahasa Jerman';
$strGlobal = 'global';
$strGlobalPrivileges = 'Hak Istimewa (Privileges) Global';
$strGlobalValue = 'Nilai Global';
$strGo = 'Go';
$strGrantOption = 'Izin';
$strGreek = 'Bahasa Yunani';
$strGzip = 'Dikompress dengan GZip';
 
$strHasBeenAltered = 'telah diubah.';
$strHasBeenCreated = 'telah diciptakan.';
$strHaveToShow = 'Sekurang-kurangnya satu kolom harus dipilih untuk ditampilkan';
$strHebrew = 'Bahasa Yahudi';
$strHexForBinary = 'Gunakan cara hexadesimal untuk field binari';
$strHome = 'Home';
$strHomepageOfficial = 'Homepage resmi phpMyAdmin';
$strHostEmpty = 'Nama Host harus diisi!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Pilihan ekspor untuk Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Pilihan ekspor untuk Microsoft Word 2000';
$strHungarian = 'Bahasa Hongaria';
 
$strIcelandic = 'Islandia';
$strId = 'ID';
$strIdxFulltext = 'Teks penuh';
$strIgnore = 'Abaikan';
$strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
$strIgnoringFile = 'Abaikan file %s';
$strImportDocSQL = 'Impor file docSQL';
$strImportFiles = 'Impor file';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah dihapus';
$strIndex = 'Indeks';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Tipe indeks&nbsp;:';
$strIndexWarningMultiple = 'Lebih dari satu kunci %s untuk kolom `%s` telah dibuat ';
$strIndexWarningPrimary = 'Kunci PRIMARY dan INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strIndexWarningTable = 'Ditemukan masalah dengan indeks dalam tabel `%s`';
$strIndexWarningUnique = 'Kunci UNIK and INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strInnoDBAutoextendIncrementDesc = ' Ukuran bertahap dari pembesaran ruang tabel otomatis bila ia mempenuh.';
$strInnoDBAutoextendIncrement = 'Pembesaran otomatis';
$strInnoDBBufferPoolSizeDesc = 'Ukuran Memory Buffer yang digunakan oleh InnoDB untuk meng-cache data dan indeks dari tabelnya.';
$strInnoDBBufferPoolSize = 'Ukuran penampungan buffer';
$strInnoDBDataFilePath = 'File data';
$strInnoDBDataHomeDirDesc = 'Bagian lazim dari Directory Path untuk seluruh file data milik InnoDB.';
$strInnoDBDataHomeDir = 'Home direktori data';
$strInnoDBPages = 'halaman';
$strInnodbStat = 'Status dari InnoDB';
$strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.';
$strInsertAsNewRow = 'Sisipkan sebagai baris baru';
$strInsertedRowId = 'Menyisip baris id:';
$strInsertedRows = 'Baris yang disisipkan:';
$strInsertNewRow = 'Sisipkan baris baru';
$strInsert = 'Sisipkan';
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
$strInternalRelations = 'Relasi internal';
$strInUse = 'sedang digunakan';
$strInvalidColumnCount = 'Perhitungan kolom wajib lebih besar dari nol.';
$strInvalidFieldAddCount = 'Anda perlu menambahkan sedikitnya satu Field.';
$strInvalidFieldCount = 'Tabel wajib mengandung sesedikitnya satu Field.';
$strInvalidRowNumber = '%d bukanlah nomor baris yang berlaku.';
 
$strJapanese = 'Bahasa Jepang';
$strJumpToDB = 'Lompat langsung ke database &quot;%s&quot;.';
$strJustDeleteDescr = 'Pengguna yang &quot;dihapus&quot; tetap berhak untuk mengakses Server seperti biasa sampai Hak Istimewa (Privileges) di-reload.';
$strJustDelete = 'Hapus pengguna dari dari tabel daftar pengguna.';
 
$strKeepPass = 'Jangan ubah Kata Sandi';
$strKeyname = 'Nama Kunci';
$strKill = 'Tutup';
$strKorean = 'Bahasa Korea';
 
$strLandscape = 'Landscape';
$strLatchedPages = 'Halaman yang dipalang';
$strLatexCaption = 'Judul halaman';
$strLatexContent = 'Isi dari tabel __TABLE__';
$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
$strLatexContinued = '(dilanjutkan)';
$strLatexIncludeCaption = 'Masukkan judul halaman tabel';
$strLatexLabel = 'Kunci nama';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Pilihan LaTeX';
$strLatexStructure = 'Struktur dari tabel __TABLE__';
$strLatvian = 'Latvia';
$strLengthSet = 'Ukuran Panjang/Nilai*';
$strLimitNumRows = 'Jumlah baris per halaman';
$strLinesTerminatedBy = 'Garis diputuskan oleh';
$strLinkNotFound = 'Link tidak ditemukan';
$strLinksTo = 'Link ke';
$strLithuanian = 'Bahasa Lithuania';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'dari File';
$strLoginInformation = 'Informasi Login';
$strLogin = 'Login';
$strLogout = 'Logout';
$strLogPassword = 'Kata Sandi:';
$strLogServer = 'Server';
$strLogUsername = 'Nama Pengguna:';
$strLongOperation = 'Aktifitas ini membutuhkan waktu yang lama. Tetap melanjutkan?';
 
$strMaximumSize = 'Batas ukuran: %s%s';
$strMbExtensionMissing = 'Ekstensi PHP mbstring tidak ditemukan dan rupanya Anda menggunakan Charset Multibyte. Tanpa ekstensi mbstring phpMyAdmin tidak sanggup untuk membagikan baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang tidak diinginkan.';
$strMbOverloadWarning = 'Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!';
$strMIME_available_mime = 'Tipe MIME yang tersedia';
$strMIME_available_transform = 'Transformasi yang tersedia';
$strMIME_description = 'Deskripsi';
$strMIME_MIMEtype = 'Tipe MIME';
$strMIME_nodescription = 'Tidak ada deskripsi untuk transformasi ini.<br />Mohon ditanyakan kepada penulis tentang artinya %s.';
$strMIME_transformation_note = 'Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis MIME-nya, silakan klik pada %sDeskripsi Transformasi%s';
$strMIME_transformation_options_note = 'Mohon masukkan nilai untuk pilihan transformasi dengan menggunakan format sbb.: \'a\',\'b\',\'c\'...<br />Bila sebuah Backslash ("\") atau Single Quote ("\'") diperlukan di antara nilai tersebut, mohon gunakan tanda Backslash (contoh: \'\\\\xyz\' atau \'a\\\'b\').';
$strMIME_transformation_options = 'Pilihan transformasi';
$strMIME_transformation = 'Transformasi Browser';
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
$strMIME_without = 'Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi';
$strModifications = 'Modifikasi telah disimpan';
$strModifyIndexTopic = 'Ubah indeks';
$strModify = 'Ubah';
$strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
$strMoveTable = 'Pindahkan tabel ke (database<b>.</b>tabel):';
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
$strMultilingual = 'berbagai bahasa';
$strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
$strMyISAMDataPointerSize = 'Ukuran petunjuk data (Data Pointer)';
$strMyISAMMaxExtraSortFileSizeDesc = 'Jika ukuran file sementara untuk pembuatan Indeks MyISAM Cepat lebih besar dibandingkan dengan ukuran Key Cache yang disebut disini, disarankan untuk menggunakan metode Key Cache.';
$strMyISAMMaxExtraSortFileSize = 'Ukuran maksimal untuk file sementara pada pembuatan indeks';
$strMyISAMMaxSortFileSizeDesc = 'Ukuran maksimal untuk file sementara yang diperbolehkan untuk digunakan oleh MySQL pada saat pembuatan ulang sebuah indeks MyISAM (sewaktu menjalankan REPAIR TABLE, ALTER TABLE, atau LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Ukuran maksimal untuk penyortiran file sementara';
$strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
$strMyISAMRecoverOptions = 'Modus restorasi otomatis';
$strMyISAMRepairThreadsDesc = 'Jika nilai ini lebih besar dari 1, pembuatan indeks MyISAM akan dijalankan dalam modus paralel (setiap indeks memiliki proses tersendiri) selama perbaikan dijalankan oleh proses penyortiran.';
$strMyISAMRepairThreads = 'Perbaiki proses';
$strMyISAMSortBufferSizeDesc = 'Buffer yang dialokasikan bila menyortir indeks MyISAM pada saat REPAIR TABLE atau pada saat membuat indeks dengan cara CREATE INDEX atau cara ALTER TABLE.';
$strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
$strMySQLCharset = 'Charset MySQL';
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
$strMySQLSaid = 'MySQL menyatakan: ';
$strMySQLShowProcess = 'Tampilkan Proses';
$strMySQLShowStatus = 'Tampilkan informasi runtime MySQL';
$strMySQLShowVars = 'Tampilkan variabel sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikutnya';
$strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login kembali';
$strNoDatabases = 'Database tidak ditemukan';
$strNoDatabasesSelected = 'Database belum dipilih.';
$strNoDescription = 'tanpa keterangan';
$strNoDetailsForEngine = 'Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan.';
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
$strNoExplain = 'Melewati keterangan SQL';
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
$strNoIndex = 'Indeks belum ditentukan!';
$strNoIndexPartsDefined = 'Bagian indeks belum diberi definisin!';
$strNoModification = 'Tidak ada perubahan';
$strNone = 'tanpa';
$strNoOptions = 'Format ini tidak ada pilihannya';
$strNoPassword = 'Kata Sandi belum ditetapkan';
$strNoPermission = 'Webserver tidak memilik hak (permission) untuk menyimpan file %s.';
$strNoPhp = 'Kode PHP tidak ditemukan';
$strNoPrivileges = 'Tidak ada Hak Akses (privilege)';
$strNoRights = 'Hak Akses Anda untuk melanjut tidak cukup!';
$strNoRowsSelected = 'Tidak ada baris yang dipilih';
$strNoSpace = 'Tidak cukup ruang untuk menyimpan %s.';
$strNoTablesFound = 'Tidak ada tabel dalam database.';
$strNoThemeSupport = 'Tidak ada dukungan untuk desain penampilan. Mohon periksa kembali konfigurasi dan/atau desain penampilan dalam direktori %s.';
$strNo = 'Tidak';
$strNotNumber = 'Ini bukan angka!';
$strNotOK = 'tidak oke';
$strNotSet = '<b>%s</b> tabel tidak ditemukan atau tidak diset di %s';
$strNoUsersFound = 'Pengguna tidak ditemukan.';
$strNoValidateSQL = 'Melewati pengesahan (validation) SQL';
$strNull = 'Kosong';
$strNumSearchResultsInTable = '%s catatan dalam tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah:</b> <i>%s</i> rekord';
$strNumTables = 'Tabel';
 
$strOK = 'Oke';
$strOperations = 'Operasi';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimasikan tabel';
$strOr = 'Atau';
$strOverhead = 'Kelebihan (Overhead)';
$strOverwriteExisting = 'Timpahkan (Overwrite) file(s) yang ada';
 
$strPageNumber = 'Halaman no.:';
$strPagesToBeFlushed = 'Halaman yang akan di-flush';
$strPaperSize = 'Ukuran kertas';
$strPartialText = 'Teks yang disingkat';
$strPasswordChanged = 'Sukses mengubah Kata Sandi untuk %s .';
$strPasswordEmpty = 'Kata Sandi kosong!';
$strPasswordHashing = 'Pengernaian Kata Sandi (Password Hashing)';
$strPassword = 'Kata Sandi';
$strPasswordNotSame = 'Kata Sandi tidak sama!';
$strPdfDbSchema = 'Skema dari database "%s" - Halaman %s';
$strPdfInvalidTblName = 'Tabel "%s" tidak ditemukan!';
$strPdfNoTables = 'Tabel tidak ditemukan';
$strPerHour = 'dalam sejam';
$strPerMinute = 'per menit';
$strPerSecond = 'per detik';
$strPersian = 'Persia';
$strPhoneBook = 'buku telpon';
$strPHP40203 = 'Anda menggunakan PHP versi 4.2.3 yang diketahui mengandung Bug yang serius pada multi-byte strings (mbstring). Perhatikan PHP Bug Report nomor 19404. Versi PHP ini tidak disarankan untuk digunakan dengan program phpMyAdmin.';
$strPhp = 'Ciptakan kode PHP';
$strPHPVersion = 'Versi PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = 'Directif <tt>$cfg[\'PmaAbsoluteUri\']</tt> WAJIB diset dalam file konfigurasi!';
$strPolish = 'Polandia';
$strPortrait = 'Gambaran';
$strPos1 = 'Awal';
$strPrevious = 'Sebelumnya';
$strPrimaryKeyHasBeenDropped = 'Kunci utama telah dihapus';
$strPrimaryKeyName = 'Nama Kunci utama diwajibkan... PRIMARY!';
$strPrimaryKeyWarning = '(Tanda nama "PRIMARY" <b>wajib</b> sebagai satu-satunya nama dan <b>hanya</b> sebagai Kunci utama saja!)';
$strPrimary = 'Kunci Utama';
$strPrint = 'Cetak';
$strPrintViewFull = 'Pandangan cetak (dengan teks lengkap)';
$strPrintView = 'Pandangan cetak';
$strPrivDescAllPrivileges = 'Menggunakan seluruh Hak Istimewa (Privileges) selain GRANT.';
$strPrivDescAlter = 'Mengizinkan untuk merubah struktur dari tabel yang ada.';
$strPrivDescAlterRoutine = 'Mengizinkan perubahan dan penghapusan dari Routines yang tersimpan.';
$strPrivDescCreateDb = 'Mengizinkan untuk menciptakan database dan tabel baru.';
$strPrivDescCreateRoutine = 'Mengizinkan penciptaan Routines yang akan disimpan.';
$strPrivDescCreateTbl = 'Mengizinkan untuk menciptakan tabel baru.';
$strPrivDescCreateTmpTable = 'Mengizinkan untuk menciptakan tabel yang bersifat temporer.';
$strPrivDescCreateUser = 'Mengizinkan penciptaan, penghapusan dan perubahan account pengguna.';
$strPrivDescCreateView = 'Mengizinkan untuk menciptakan pandangan baru.';
$strPrivDescDelete = 'Mengizinkan untuk hapus data.';
$strPrivDescDropDb = 'Mengizinkan untuk hapus database dan tabel.';
$strPrivDescDropTbl = 'Mengizinkan untuk hapus tabel.';
$strPrivDescExecute5 = 'Mengizinkan eksekusi Routines yang tersimpan.';
$strPrivDescExecute = 'Mengizinkan untuk berjalan dengan prosedur yang tersimpan; tidak ada efek dalam versi MySQL ini.';
$strPrivDescFile = 'Mengizinkan untuk impor data dari file dan ekspor data kedalam file.';
$strPrivDescGrant = 'Mengizinkan untuk menambah pengguna dan Hak Istimewa (Privileges) tanpa harus me-reload ulang tabel Hak Istimewa.';
$strPrivDescIndex = 'Mengizinkan untuk menciptakan dan hapus Indeks.';
$strPrivDescInsert = 'Mengizinkan untuk tambah dan ganti data.';
$strPrivDescLockTables = 'Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan.';
$strPrivDescMaxConnections = 'Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxQuestions = 'Membatasi jumlah pencarian (Queries) yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxUpdates = 'Membatasi jumlah perintah untuk merubah sebuah tabel atau database untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescProcess3 = 'Mengizinkan untuk hentikan proses yang dimiliki pengguna lain.';
$strPrivDescProcess4 = 'Mengizinkan untuk tampilkan seluruh pencarian dalam daftar proses.';
$strPrivDescReferences = 'Tidak ada efek dalam versi MySQL yang digunakan.';
$strPrivDescReload = 'Mengizinkan untuk reload stelan dari server dan untuk flush cache dari server.';
$strPrivDescReplClient = 'Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters.';
$strPrivDescReplSlave = 'Digunakan untuk replikasi dari slaves.';
$strPrivDescSelect = 'Mengizinkan untuk baca data.';
$strPrivDescShowDb = 'Memberi akses ke seluruh daftar database.';
$strPrivDescShowView = 'Mengizinkan pencarian dengan cara SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Mengizinkan untuk shut-down server.';
$strPrivDescSuper = 'Mengizinkan untuk tetap konek meskipun jumlah batas koneksi telah tercapai; diperlukan untuk hampir semua operasi administratif seperti stelan variabel global atau untuk mematikan sebuah Thread yang dimiliki oleh pengguna lain.';
$strPrivDescUpdate = 'Mengizinkan untuk ubah data.';
$strPrivDescUsage = 'Tanpa Hak Istimewa (Privileges).';
$strPrivileges = 'Hak Akses';
$strPrivilegesReloaded = 'Sukses reload Hak Istimewa (Privileges).';
$strProcesslist = 'Daftar proses';
$strPutColNames = 'Letakkan nama Fields pada baris pertama';
 
$strQBE = 'Cari berdasarkan data contoh';
$strQBEDel = 'Hapus';
$strQBEIns = 'Sisipkan';
$strQueryFrame = 'Jendela Pencarian';
$strQueryOnDb = 'Pencarian SQL dalam database <b>%s</b>:';
$strQuerySQLHistory = 'Sejarah SQL';
$strQueryStatistics = '<b>Informasi statistik</b>: Sejak dihidupkan, %s pencarian telah dikirim kepada server.';
$strQueryTime = 'pencarian membutuhkan waktu %01.4f detik';
$strQueryType = 'Tipe Pencarian';
$strQueryWindowLock = 'Jangan timpahkan pencarian ini dari jendela luar';
 
$strReadRequests = 'Permintaan pembacaan';
$strReceived = 'Penerimaan';
$strRecords = 'Catatan';
$strReferentialIntegrity = 'Cek integriti referensial:';
$strRefresh = 'Menyegarkan';
$strRelationalSchema = 'Skema Relational';
$strRelationNotWorking = 'Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. Untuk mengetahui sebabnya silakan klik %sdisini%s.';
$strRelationsForTable = 'RELASI UNTUK TABEL';
$strRelations = 'Tabel Relasi';
$strRelationView = 'Tampilan relasi';
$strReloadingThePrivileges = 'Reload Hak Istimewa (Privileges)';
$strReloadMySQL = 'Panggil ulang tabel pengguna';
$strRemoveSelectedUsers = 'Hapus pengguna yang dipilih';
$strRenameDatabaseOK = 'Nama database %s telah diubah menjadi %s';
$strRenameTableOK = 'Nama tabel %s telah diubah menjadi %s';
$strRenameTable = 'Ubah nama tabel menjadi ';
$strRepairTable = 'Perbaiki tabel';
$strReplaceNULLBy = 'Menggantikan NULL dengan';
$strReplaceTable = 'Ganti data tabel dengan file';
$strReset = 'Reset';
$strResourceLimits = 'Batas dari sumber';
$strReType = 'Ketik ulang';
$strRevokeAndDelete = 'Cabut seluruh Hak Istimewa (Privileges) dari pengguna, lantas hapus pengguna tsb. dari daftar tabel pengguna.';
$strRevokeAndDeleteDescr = 'Pengguna yang bersangkutan tetap memiliki hak untuk USAGE sampai seluruh Hak Istimewa (Privileges) di-reload kembali.';
$strRevoke = 'Cabut';
$strRevokeMessage = 'Hak akses untuk %s telah dicabut';
$strRomanian = 'Romania';
$strRowLength = 'Panjangnya baris';
$strRows = 'Baris';
$strRowsFrom = 'baris dimulai dari rekord #';
$strRowSize = ' Besarnya baris ';
$strRowsModeFlippedHorizontal = 'horisontal (rotated headers)';
$strRowsModeHorizontal = 'horisontal';
$strRowsModeOptions = 'diatur dengan urutan %s dan mengulang header setelah %s sel.';
$strRowsModeVertical = 'vertikal';
$strRowsStatistic = 'Statistik Baris';
$strRunning = 'dijalankan pada %s';
$strRunQuery = 'Jalankan pencarian SQL';
$strRunSQLQuery = 'Melaksanakan perintah SQL pada database %s';
$strRussian = 'Bahasa Rusia';
 
$strSaveOnServer = 'Simpan pada server dalam direktori %s';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari dalam database';
$strSearchInTables = 'Cari dalam tabel:';
$strSearchNeedle = 'Kata atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya salah satu kata';
$strSearchOption2 = 'seluruh kata';
$strSearchOption3 = 'kata-kata tepat';
$strSearchOption4 = 'sebagai regular expression';
$strSearchResultsFor = 'Hasil pencarian untuk "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSecretRequired = 'File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret).';
$strSelectADb = 'Silakan pilih database';
$strSelectAll = 'Pilih semua';
$strSelectBinaryLog = 'Pilih Log binari untuk ditinjau';
$strSelectFields = 'Pilihan field (min. satu):';
$strSelectNumRows = 'dalam susunan pemeriksaan';
$strSelectTables = 'Pilih tabel';
$strSend = 'Kirimkan ke';
$strSent = 'Pengiriman';
$strServerChoice = 'Pilihan Server';
$strServerNotResponding = 'Server tidak menjawab';
$strServer = 'Server';
$strServerStatus = 'Informasi Runtime';
$strServerStatusUptime = 'MySQL server ini telah berjalan secara berturut-turut selama %s. Server dijalankan pada tanggal %s.';
$strServerTabProcesslist = 'Proses Aktif';
$strServerTabVariables = 'Variabel';
$strServerTrafficNotes = '<b>Server traffic</b>: Tabel ini menampilkan statistik jaringan lalu-lintas server MySQL sejak dihidupkan.';
$strServerVars = 'Variabel dan penyetelan server';
$strServerVersion = 'Versi Server';
$strSessionValue = 'Nilai dari Session';
$strSetEnumVal = 'Jika tipe field sama dengan "enum" atau "set", silakan masukkan nilai dengan format: \'a\',\'b\',\'c\'...<br />Jika sebuah backslash ("\") atau suatu tanda kutip ("\'") diperlukan, tanda tersebut perlu ditutupi dengan tanda backslash (seb. contoh \'\\\\xyz\' atau \'a\\\'b\').';
$strShowAll = 'Tampilkan semua';
$strShowColor = 'Tampilkan warna';
$strShowDatadictAs = 'Format dari kamus data';
$strShowFullQueries = 'Tampilkan pencarian yang lengkap';
$strShowGrid = 'Tampilkan garis';
$strShowingRecords = 'Tampilan baris';
$strShowPHPInfo = 'Tampilkan informasi PHP';
$strShowTableDimension = 'Tampilkan ukuran dari tabel';
$strShowTables = 'Tampilkan tabel';
$strShow = 'Tampilkan';
$strShowThisQuery = ' Tampilkan ulang perintah SQL ';
$strSimplifiedChinese = 'Bahasa Cina sederhana';
$strSingly = '(unik)';
$strSize = 'Ukuran';
$strSlovak = 'Slovakia';
$strSlovenian = 'Slovenia';
$strSocketProblem = '(atau konfigurasi socket dari server MySQL tidak benar)';
$strSortByKey = 'Urut berdasarkan kunci';
$strSort = 'Urutkan';
$strSpaceUsage = 'Penggunaan tempat';
$strSpanish = 'Bahasa Spanyol';
$strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
$strSQLExportCompatibility = 'Kompatibilitas terhadap pengeksporan SQL';
$strSQLExportType = 'Jenis Ekspor';
$strSQLOptions = 'Pilihan SQL';
$strSQLParserBugMessage = 'Mungkin Anda telah temukan sebuah Bug dalam parser SQL. Mohon periksa ulang pencarian SQL dengan teliti dan perhatikan apakah seluruh tanda kutip benar dan seimbang. Penyebab kegagalan bisa terjadi bila Anda meng-upload sebuah file binari diluar teks kutipan. Silakan menjalankan ulang pencarian tersebut dengan menggunakan command line interface. Hasil dari MySQL server error, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari masalah ini. Bila masalah ini tetap muncul atau Parser dari kami masih juga gagal meskipun pencarian melalui command line interface berhasil mohon kurangi input pada SQL query sampai pencarian yang menyebabkan masalah ini ditemukan. Mohon kirimkan sebuah Bug Report dengan cara menyisipkan data di bagian bawah ini kepada kami:';
$strSQLParserUserError = 'Rupanya ada Error pada Query SQL. Hasil dari MySQL server error dibawa ini, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari problem tersebut.';
$strSQLQuery = 'Pencarian SQL';
$strSQLResult = 'Hasil SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identifer tidak valid';
$strSQPBugUnclosedQuote = 'Tanda kutip tidak ditutup';
$strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
$strStatCheckTime = 'Pemeriksaan terakhir';
$strStatCreateTime = 'Pembuatan';
$strStatement = 'Keterangan';
$strStatUpdateTime = 'Update terakhir';
$strStatus = 'Status';
$strStorageEngine = 'Mesin Penyimpan';
$strStorageEngines = 'Mesin Penyimpan';
$strStrucCSV = 'Data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
$strStrucExcelCSV = 'CSV untuk data MS Excel';
$strStrucNativeExcel = 'Data asli MS Excel';
$strStrucOnly = 'Struktur saja';
$strStructPropose = 'Menganalisa struktur tabel';
$strStructure = 'Struktur';
$strSubmit = 'Kirim';
$strSuccess = 'Sukses menjalankan perintah SQL';
$strSum = 'Jumlah';
$strSwedish = 'Bahasa Swedia';
$strSwitchToDatabase = 'Pindah ke database yang disalin';
$strSwitchToTable = 'Pindah ke tabel salinan';
 
$strTableComments = 'Komentar tabel';
$strTableEmpty = 'Nama tabel kosong!';
$strTableHasBeenDropped = 'Tabel %s telah dihapus';
$strTableHasBeenEmptied = 'Tabel %s telah dikosongkan';
$strTableHasBeenFlushed = 'Tabel %s telah dibuang';
$strTableMaintenance = 'Pemeliharaan tabel';
$strTableOfContents = 'Daftar Isi';
$strTableOptions = 'Pilihan untuk tabel';
$strTables = 'tabel %s';
$strTableStructure = 'Struktur dari tabel';
$strTable = 'Tabel';
$strTableType = 'Jenis tabel';
$strTakeIt = 'ambil';
$strTblPrivileges = 'Hak (privileges) khusus terhadap tabel';
$strTextAreaLength = ' Disebabkan ukuran panjangnya,<br /> field ini tidak dapat di-edit ulang. ';
$strThai = 'Bahasa Thailand';
$strTheme = 'Desain Penampilan';
$strThisHost = 'Host yang ini';
$strThisNotDirectory = 'Ini bukan direktori';
$strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.';
$strTime = 'Jangka Waktu';
$strToggleScratchboard = 'pindah buku catatan (Scratchboard)';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraditionalChinese = 'Bahasa Cina tradisional';
$strTraditionalSpanish = 'Spanyol tradisional';
$strTraffic = 'Lalu-Lintas';
$strTransformation_application_octetstream__download = 'Tampilkan Link untuk men-download data binari dari Field. Pilihan pertama adalah nama dari file binari tersebut. Pilihan kedua adalah nama Field dari sebuah baris tabel yang memiliki nama file. Bila Anda menetapkan pilihan kedua, pilihan pertama harus ditepatkan ke sebuah string yang kosong';
$strTransformation_application_octetstream__hex = 'Menampilkan representasi data heksadesimal.';
$strTransformation_image_jpeg__inline = 'Tampilkan Thumbnail yang bisa diklik; pilihan: lebar, tinggi dalam piksel (rasio asli dipertahankan)';
$strTransformation_image_jpeg__link = 'Tampilkan link ke gambar ini (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Lihat image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Menggunakan format waktu setempat untuk field TIME, TIMESTAMP atau DATETIME. Pilihan pertama adalah Offset (dalam jam) yang akan ditambahkan pada Timestamp (Default: 0). Pilihan kedua adalah Dateformat yang berbeda sesuai dengan parameter yang tersedia pada strftime() dari PHP.';
$strTransformation_text_plain__external = 'HANYA UNTUK LINUX: Luncurkan aplikasi eksternal dan mengisi data Field dengan cara standar. Menghasilkan output standar dari aplikasi yang bersangkutan. Default-nya adalah Tidy untuk mempercantik kode HTML cetakan. Dengan alasan pengamanan sistem, Anda perlu meng-edit file libraries/transformations/text_plain__external.inc.php dan menambahkan Tools yang akan diizinkan secara manual. Pilihan pertama adalah jumlah dari program yang ingin digunakan dan pilihan kedua adalah parameter untuk program-program tersebut. Parameter ketiga, bila diset ke 1 akan mengubah output dengan menggunakan htmlspecialchars() (Default adalah 1). Parameter keempat, bila diset ke 1 akan menambahkan sebuah NOWRAP pada Content Cell dengan hasil output yang akan ditampilkan tanpa keperluan untuk me-format ulang (Default 1)';
$strTransformation_text_plain__formatted = 'Menyimpan format asli dari field. Escaping tidak dilakukan.';
$strTransformation_text_plain__imagelink = 'Tampilkan sebuah gambar dan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah lebar dalam piksel, pilihan ketiga adalah tingginya.';
$strTransformation_text_plain__link = 'Tampilkan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah judul untuk Link tersebut.';
$strTransformation_text_plain__substr = 'Hanya menampilkan sebagian dari sebuah String. Pilihan pertama adalah sebuah Offset untuk menentukan tempat dari permulaan teks Anda (Default 0). Pilihan kedua adalah sebuah Offset untuk menentukan jumlah teks yang akan dikembalikan. Bila ditinggal kosong, seluruh teks yang tersisa akan dibalikkan. Pilihan ketiga mendefinisikan Chars yang akan ditambahkan pada Output bila sebuah Substring dibalikkan (Default: ...) .';
$strTruncateQueries = 'Potongkan pencarian yang ditampilkan';
$strTurkish = 'Bahasa Turki';
$strType = 'Jenis';
 
$strUkrainian = 'Bahasa Ukrainia';
$strUncheckAll = 'Balik pilihan';
$strUnicode = 'Unikode';
$strUnique = 'Unik';
$strUnknown = 'tidak diketahui';
$strUnselectAll = 'Unselect semua';
$strUpdatePrivMessage = 'Hak Akses (privilege) untuk %s telah di-update.';
$strUpdateProfileMessage = 'Profil pengguna telah di-update.';
$strUpdateQuery = 'Update proses pencarian';
$strUpdComTab = 'Mohon belajari dokumentasi untuk mengetahui cara meng-update tabel Column_comments Anda';
$strUpgrade = 'Disarankan untuk meng-update ke %s versi %s atau lebih baru.';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Nama tabel dan nama field dalam tanda kutip biasa';
$strUseHostTable = 'Gunakan Host Table';
$strUserAlreadyExists = 'Pengguna %s telah terdaftar!';
$strUserEmpty = 'Nama pengguna masih kosong!';
$strUserName = 'Nama pengguna';
$strUserNotFound = 'Pengguna yang dipilih tidak ditemukan pada tabel hak (privilege table).';
$strUserOverview = 'Pandangan Umum Pengguna';
$strUser = 'Pengguna';
$strUsersDeleted = 'Sukses menghapus Pengguna yang dipilih.';
$strUsersHavingAccessToDb = 'Pengguna memiliki akses ke &quot;%s&quot;';
$strUseTabKey = 'Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah untuk maju kemana saja';
$strUseTables = 'Gunakan tabel';
$strUseTextField = 'Gunakan text field';
$strUseThisValue = 'gunakan nilai ini';
 
$strValidateSQL = 'Mengesahkan (validate) SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
$strValue = 'Nilai';
$strVar = 'Variabel';
$strVersionInformation = 'Informasi tentang versi';
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
$strView = 'Gambarkan';
$strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
 
$strWebServerUploadDirectory = 'direktori upload pada web-server';
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
$strWelcome = 'Selamat Datang di %s';
$strWestEuropean = 'Eropa Barat';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window';
$strWithChecked = 'yang ditandai:';
$strWriteRequests = 'Permintaan penulisan';
$strWritingCommentNotPossible = 'Penulisan komentar tidak dapat dilaksanakan';
$strWritingRelationNotPossible = 'Penulisan relasi tidak dapat dilaksanakan';
$strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.';
 
$strXML = 'XML';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/indonesian-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: indonesian-utf-8.inc.php,v 2.125.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Minggu', 'Senin', 'Selasa', 'Rabu', 'Kamis', 'Jumat', 'Sabtu');
$month = array('Januari', 'Februari', 'Maret', 'April', 'Mei', 'Juni', 'Juli', 'Agustus', 'September', 'Oktober', 'Nopember', 'Desember');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y jam %H:%M';
$timespanfmt = '%s hari, %s jam, %s menit dan %s detik';
 
$strAbortedClients = 'Pembatalan';
$strAbsolutePathToDocSqlDir = 'Silakan menentukan Absolute Path pada webserver yang menunjuk ke direktori docSQL';
$strAccessDenied = 'Akses ditolak';
$strAccessDeniedExplanation = 'phpMyAdmin telah berusaha untuk membuka koneksi ke server MySQL tetapi koneksi ditolak oleh server. Silakan periksa kembali nama host, nama pengguna dan kata sandi pada file config.inc.php untuk memastikan kecocokannya dengan informasi yang telah diberikan oleh administrator server MySQL.';
$strAction = 'Aksi';
$strAddAutoIncrement = 'Menambahkan nilai AUTO_INCREMENT';
$strAddConstraints = 'Menambahkan pembatas';
$strAddDeleteColumn = 'Menambahkan/Hapus kolom';
$strAddDeleteRow = 'Menambahkan/Hapus baris';
$strAddDropDatabase = 'Menambahkan DROP DATABASE';
$strAddedColumnComment = 'Komentar untuk kolum telah ditambahkan';
$strAddedColumnRelation = 'Relasi untuk kolum telah ditambahkan';
$strAddFields = 'Menambahkan %s field(s)';
$strAddHeaderComment = 'Menambahkan komentar individual pada Header (\\n membelahkan garis)';
$strAddIfNotExists = 'Berikut IF \'NOT EXISTS\'';
$strAddIntoComments = 'Penambahkan pada komentar:';
$strAddNewField = 'Menambahkan field baru';
$strAddPrivilegesOnDb = 'Menambahkan hak (privileges) pada database berikut';
$strAddPrivilegesOnTbl = 'Menambahkan hak (privileges) pada tabel berikut';
$strAddSearchConditions = 'Menambahkan kriteria pencarian (Argumen untuk WHERE-Statement):';
$strAddToIndex = 'Menambahkan ke indeks &nbsp;%s&nbsp;kolom';
$strAddUser = 'Menambahkan pengguna baru';
$strAddUserMessage = 'Pengguna baru telah ditambahkan.';
$strAdministration = 'Administrasi';
$strAffectedRows = 'Baris yang terlibat:';
$strAfterInsertBack = 'kembali';
$strAfterInsertNewInsert = 'sisipkan baris baru berikutnya';
$strAfterInsertNext = 'Edit baris berikut';
$strAfterInsertSame = 'Kembali ke halaman ini';
$strAfter = 'sisipkan setelah %s';
$strAll = 'Semua';
$strAllTableSameWidth = 'Tampilkan seluruh tabel dengan lebar yang sama?';
$strAlterOrderBy = 'Urutkan tabel berdasarkan';
$strAnalyzeTable = 'Analisa tabel';
$strAnd = 'dan';
$strAndThen = 'selanjutnya';
$strAnIndex = 'Indeks telah ditambahkan pada %s';
$strAnyHost = 'Setiap host';
$strAny = 'Setiap';
$strAnyUser = 'Setiap pengguna';
$strApproximateCount = 'Kemungkinan hanya perkiraan saja. Lihat FAQ 3.11';
$strAPrimaryKey = 'Primary key telah ditambahkan pada %s';
$strArabic = 'Bahasa Arab';
$strArmenian = 'Bahasa Armenia';
$strAscending = 'Urutan menaik';
$strAtBeginningOfTable = 'pada awal tabel';
$strAtEndOfTable = 'pada akhir tabel';
$strAttr = 'Atribut';
$strAutodetect = 'Deteksi otomatis';
$strAutomaticLayout = 'Layout otomatis';
 
$strBack = 'Kembali';
$strBaltic = 'Bahasa Baltik';
$strBeginCut = 'Mulai potong (CUT)';
$strBeginRaw = 'MULAI mentah (RAW)';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jangan di-edit';
$strBinaryLog = 'Log binari';
$strBinLogEventType = 'Tipe Kejadian';
$strBinLogInfo = 'Informasi';
$strBinLogName = 'Catat nama';
$strBinLogOriginalPosition = 'Posisi aslinya';
$strBinLogPosition = 'Posisi';
$strBinLogServerId = 'ID Server';
$strBookmarkAllUsers = 'Izinkan semua pengguna untuk mengakses simpanan ini';
$strBookmarkDeleted = 'Penyimpanan telah dihapus.';
$strBookmarkLabel = 'Judul';
$strBookmarkQuery = 'Ingat pada pencarian SQL ';
$strBookmarkThis = 'Simpan pencarian SQL ini';
$strBookmarkView = 'Hanya melihat';
$strBrowse = 'Browse';
$strBrowseForeignValues = 'Menjelajahi nilai luar';
$strBufferPoolActivity = 'Aktifitas penampungan Buffer';
$strBufferPool = 'Penampungan Buffer';
$strBufferPoolUsage = 'Penggunaan penampungan Buffer';
$strBufferReadMissesInPercent = 'Pembacaan yang kelewat dalam %';
$strBufferReadMisses = 'Pembacaan yang kelewat';
$strBufferWriteWaitsInPercent = 'Penundaan penulisan dalam %';
$strBufferWriteWaits = 'Penundaan penulisan';
$strBulgarian = 'Bahasa Bulgaria';
$strBusyPages = 'Halaman yang sibuk';
$strBzError = 'phpMyAdmin gagal mengkompres Dump (Skema) disebabkan ekstensi Bz2 dalam versi PHP yang digunakan. Disarankan untuk merubah direktif <code>$cfg[\'BZipDump\']</code> dalam file konfigurasi phpMyAdmin Anda ke <code>FALSE</code>. Bila Anda ingin menggunakan fasilitas kompresi Bz2 disarankan untuk meng-upgrade versi PHP yang lebih tinggi. Perhatikan PHP Bug Report %s untuk informasi yang lebih detail.';
$strBzip = '"Dikompress dengan BZip"';
 
$strCalendar = 'Kalender';
$strCannotLogin = 'Gagal login ke MySQL server';
$strCantLoad = 'gagal loading ekstensi %s,<br />mohon periksa kembali konfigurasi PHP.';
$strCantLoadRecodeIconv = 'Gagal loading iconv atau perubahan kode extension untuk konversi charset diperlukan. Silakan konfigurasikan php untuk menggunakan extensions yang diperlukan atau matikan fasilitas konversi Charset pada phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Gagal ubah nama Indeks ke PRIMARY!';
$strCantUseRecodeIconv = 'Gagal menggunakan iconv, libiconv atau fungsi recode_string selama ekstensi masih dalam keadaan di-load. Periksa kembali konfigurasi PHP.';
$strCardinality = 'Bilangan Pokok';
$strCaseInsensitive = 'peka terhadap huruf besar/kecil';
$strCaseSensitive = 'tidak peka terhadap huruf besar/kecil';
$strCentralEuropean = 'Eropa Tengah';
$strChangeCopyMode = 'Ciptakan pengguna baru dengan hak-hak yang sama dan ...';
$strChangeCopyModeCopy = '... mempertahankan yang lama.';
$strChangeCopyModeDeleteAndReload = ' ... hapuskan yang lama dari User Table, kemudian reload hak-hak.';
$strChangeCopyModeJustDelete = ' ... hapus yang lama dari User Table.';
$strChangeCopyModeRevoke = ' ... cabut seluruh hak yang aktif, kemudian hapuskan yang lama.';
$strChangeCopyUser = 'Ubah informasi Login / Salip pengguna';
$strChangeDisplay = 'Pilih Field untuk ditampilkan';
$strChangePassword = 'Ubah Kata Sandi';
$strChange = 'Ubah';
$strCharsetOfFile = 'Penyusunan karakter dalam file:';
$strCharset = 'Perangkat karakter (Charset)';
$strCharsetsAndCollations = 'Penyusunan karakter dan tabel urutan';
$strCharsets = 'Penyusunan Karakter';
$strCheckAll = 'Pilih semua';
$strCheckOverhead = 'Periksa Overheaded';
$strCheckPrivsLong = 'Periksa hak-hak untuk database &quot;%s&quot;.';
$strCheckPrivs = 'Periksa hak-hak';
$strCheckTable = 'Periksa tabel';
$strChoosePage = 'Silakan pilih halaman untuk diubah';
$strColComFeat = 'Tampilkan komentar kolom';
$strCollation = 'Penyortiran';
$strColumnNames = 'Nama kolom';
$strColumnPrivileges = 'Hak (privileges) khusus terhadap kolum';
$strCommand = 'Perintah';
$strCommentsForTable = 'KOMENTAR UNTUK TABEL';
$strComments = 'Komentar';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'INSERT lengkap';
$strCompression = 'Kompresi';
$strConfigFileError = 'phpMyAdmin gagal membaca file konfigurasi!<br />Hal ini diakibatkan oleh Parse Error atau file tidak ditemukan.<br />Silakan bukakan file konfigurasi dengan cara mengunakan link dibawah ini. Mohon perhatikan PHP Error Message(s) yang akan ditampilkan. Seringkali sebuah tanda kutip atau titik-koma ketinggalan.<br />Jika muncul sebuah halaman kosong, artinya tidak ada masalah.';
$strConfigureTableCoord = 'Silakan konfigurasikan koordinasi bagi tabel %s';
$strConnectionError = 'Koneksi gagal: Stelan tidak berlaku.';
$strConnections = 'Koneksi';
$strConstraintsForDumped = 'Ketidakleluasaan untuk tabel pelimpahan (Dumped Tables)';
$strConstraintsForTable = 'Ketidakleluasaan untuk tabel';
$strCookiesRequired = 'Mulai dari sini Cookies harus diaktifkan.';
$strCopyDatabaseOK = 'Database %s telah disalin ke %s';
$strCopy = 'Salin';
$strCopyTableOK = 'Tabel %s telah disalin ke %s.';
$strCopyTable = 'Salin tabel ke (database<b>.</b>nama tabel):';
$strCopyTableSameNames = 'Penyalinan tabel pada diri-sendiri tidak bisa dilakukan!';
$strCouldNotKill = 'phpMyAdmin gagal menutup Thread %s. Kemungkinan Thread tersebut sudah ditutup terlebih dahulu';
$strCreate = 'Ciptakan';
$strCreateDatabaseBeforeCopying = 'CIPTAKAN DATABASE sebelum menyalin';
$strCreateIndex = 'Ciptakan indeks pada kolom &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Ciptakan indeks baru';
$strCreateNewDatabase = 'Ciptakan database baru';
$strCreateNewTable = 'Ciptakan tabel baru pada database %s';
$strCreatePage = 'Ciptakan halaman baru';
$strCreatePdfFeat = 'Penciptaan PDF';
$strCreationDates = 'Tanggal Penciptaan/Update/Pemeriksaan';
$strCriteria = 'Kriteria';
$strCroatian = 'Bahasa Kroatia';
$strCSVOptions = 'Pilihan CSV';
$strCyrillic = 'Bahasa Kirilia';
$strCzech = 'Bahasa Ceko';
$strCzechSlovak = 'Cecko-Slovakia';
 
$strDanish = 'Bahasa Denmark';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Nama database kosong!';
$strDatabaseExportOptions = 'Pilihan cara untuk mengekspor Database';
$strDatabaseHasBeenDropped = 'Database %s telah dihapus.';
$strDatabaseNoTable = 'Database ini tidak mengandung tabel!';
$strDatabases = 'Database';
$strDatabasesDropped = 'Sukses menghapus database %s.';
$strDatabasesStatsDisable = 'Mencacatkan Statistik';
$strDatabasesStatsEnable = 'Menggiatkan Statistik';
$strDatabasesStatsHeavyTraffic = 'Perhatian: Menggiatkan statistik database dengan kemungkinan besar mengakibatkan traffic yang cukup tinggi antara webserver dan server MySQL.';
$strDatabasesStats = 'Statistik Database';
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data saja';
$strDataPages = 'Halaman yang berisi data';
$strDBComment = 'Komentar Database: ';
$strDBCopy = 'Salin database ke';
$strDBGContextID = 'Susunan ID';
$strDBGContext = 'Susunan';
$strDBGHits = 'Hits';
$strDBGLine = 'Baris';
$strDBGMaxTimeMs = 'Maks waktu, ms';
$strDBGMinTimeMs = 'Min waktu, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Waktu/Hit, ms';
$strDBGTotalTimeMs = 'Jumlah Waktu, ms';
$strDbPrivileges = 'Hak (privileges) khusus terhadap Database';
$strDBRename = 'Ubah nama database menjadi';
$strDbSpecific = 'database-spesifik';
$strDefault = 'Default';
$strDefaultEngine = '%s adalah mesin penyimpan utama pada server MySQL ini.';
$strDefaultValueHelp = 'Untuk nilai (value) default cukup diisi single value saja tanpa menggunakan backslash, escaping atau quotes dan dengan menggunakan format sbb.: a';
$strDefragment = 'Defragmentasikan tabel';
$strDelayedInserts = 'Gunakan perintah INSERT memperlambat';
$strDeleteAndFlushDescr = 'Ini cara yang terbaik tetapi akan memakan waktu cukup lama.';
$strDeleteAndFlush = 'Hapus pengguna, lantas Reload hak-hak (Privileges).';
$strDeleted = 'Baris telah dihapus';
$strDeletedRows = 'Baris yang dihapus:';
$strDelete = 'Hapus';
$strDeleting = 'Menghapus %s';
$strDelOld = 'Halaman ini berisi referensi tentang tabel yang sudah tidak ada. Apakah Anda ingin hapus referensi yang bersangkutan?';
$strDescending = 'Urutan menurun';
$strDescription = 'Deskripsi';
$strDictionary = 'kamus';
$strDirtyPages = 'Halaman yang kotor';
$strDisabled = 'Tidak aktif';
$strDisableForeignChecks = 'Tanpa pemeriksaan kunci asing';
$strDisplayFeat = 'Tampilkan ciri-ciri';
$strDisplayOrder = 'Urut tampilan berdasarkan:';
$strDisplayPDF = 'Tampilkan skema PDF';
$strDoAQuery = 'cari berdasarkan data contoh ("query by example") (wildcard: "%")';
$strDocu = 'Dokumentasi';
$strDoYouReally = 'Apakah anda ingin ';
$strDropDatabaseStrongWarning = 'Anda akan MENGHAPUS SELURUH database!';
$strDrop = 'Hapus';
$strDropUsersDb = 'Hapus database yang memiliki nama yang sama dengan pengguna.';
$strDumpingData = 'Dumping data untuk tabel';
$strDumpSaved = 'Dump (Skema) disimpan pada file %s.';
$strDumpXRows = 'Dump %s baris bermula pada baris %s.';
$strDynamic = 'dinamis';
 
$strEditPDFPages = 'Ubah halaman PDF';
$strEditPrivileges = 'Ubah hak akses (privilege)';
$strEdit = 'Ubah';
$strEffective = 'Efektif';
$strEmpty = 'Mengosongkan';
$strEmptyResultSet = 'MySQL balikkan hasil kosong (a.k. baris yang kosong).';
$strEnabled = 'Aktif';
$strEncloseInTransaction = 'Menyertakan ekspor dalam transaksi';
$strEndCut = 'Akhiri potong (CUT)';
$strEndRaw = 'AKHIRI mentah (RAW)';
$strEnd = 'Terakhir';
$strEngineAvailable = '%s siap untuk digunakan pada server MySQL ini.';
$strEngineDisabled = '%s dimatikan untuk server MySQL ini.';
$strEngines = 'Mesin';
$strEngineUnsupported = 'Server MySQL ini tidak mendukung mesin penyimpan %s.';
$strEnglish = 'Bahasa Ingris';
$strEnglishPrivileges = ' Catatan: Nama privilege MySQL dalam bahasa Ingris ';
$strError = 'Error';
$strEscapeWildcards = 'Wildcard _ dan % sebaiknya diakhiri dengan tanda \ untuk mengunakannya secara harfiah';
$strEstonian = 'Bahasa Estonia';
$strExcelEdition = 'Edisi Excel';
$strExcelOptions = 'Pilihan Excel';
$strExecuteBookmarked = 'Eksekusikan pencarian dengan mengikuti penunjuk halaman';
$strExplain = 'Terangkan SQL';
$strExport = 'Ekspor';
$strExtendedInserts = 'INSERT memperluas';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Gagal';
$strField = 'Field';
$strFieldHasBeenDropped = 'Field %s telah dihapus';
$strFieldsEmpty = ' Jumlah field dalam tabel harus ditentukan! ';
$strFieldsEnclosedBy = 'Field ditutup dengan';
$strFieldsEscapedBy = 'Field dikembalikan oleh';
$strFields = 'Field';
$strFieldsTerminatedBy = 'Fields diputus oleh';
$strFileAlreadyExists = 'File %s sudah ada pada server. Gantikan nama file atau periksa pilihan Overwrite.';
$strFileCouldNotBeRead = 'Gagal membaca File';
$strFileNameTemplate = 'Konvensi nama file';
$strFileNameTemplateRemember = 'ingat konvensi';
$strFixed = 'telah diperbaiki';
$strFlushPrivilegesNote = 'Perhatian: phpMyAdmin membaca data tentang pengguna secara langsung dari tabel profil pengguna MySQL. Isi dari tabel bisa saja berbeda dengan profil pengguna yang digunakan oleh Server pada saat ini bila tabel tsb. pernah diubah secara manual. Disarankan untuk %sme-reload profil pengguna%s sebelum melanjut.';
$strFlushTable = 'Tutup tabel ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Data dalam form kurang !';
$strFreePages = 'Halaman yang bebas';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Diciptakan oleh';
$strGeneralRelationFeat = 'Ciri-ciri dari General Relation';
$strGenerate = 'Menghasilkan';
$strGeneratePassword = 'Menghasilkan kata sandi';
$strGenTime = 'Waktu pembuatan';
$strGeorgian = 'Georgia';
$strGerman = 'Bahasa Jerman';
$strGlobal = 'global';
$strGlobalPrivileges = 'Hak Istimewa (Privileges) Global';
$strGlobalValue = 'Nilai Global';
$strGo = 'Go';
$strGrantOption = 'Izin';
$strGreek = 'Bahasa Yunani';
$strGzip = 'Dikompress dengan GZip';
 
$strHasBeenAltered = 'telah diubah.';
$strHasBeenCreated = 'telah diciptakan.';
$strHaveToShow = 'Sekurang-kurangnya satu kolom harus dipilih untuk ditampilkan';
$strHebrew = 'Bahasa Yahudi';
$strHexForBinary = 'Gunakan cara hexadesimal untuk field binari';
$strHome = 'Home';
$strHomepageOfficial = 'Homepage resmi phpMyAdmin';
$strHostEmpty = 'Nama Host harus diisi!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Pilihan ekspor untuk Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Pilihan ekspor untuk Microsoft Word 2000';
$strHungarian = 'Bahasa Hongaria';
 
$strIcelandic = 'Islandia';
$strId = 'ID';
$strIdxFulltext = 'Teks penuh';
$strIgnore = 'Abaikan';
$strIgnoreInserts = 'Gunakan perintah INSERT dengan mengabaikan kesalahan';
$strIgnoringFile = 'Abaikan file %s';
$strImportDocSQL = 'Impor file docSQL';
$strImportFiles = 'Impor file';
$strIndexes = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah dihapus';
$strIndex = 'Indeks';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Tipe indeks&nbsp;:';
$strIndexWarningMultiple = 'Lebih dari satu kunci %s untuk kolom `%s` telah dibuat ';
$strIndexWarningPrimary = 'Kunci PRIMARY dan INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strIndexWarningTable = 'Ditemukan masalah dengan indeks dalam tabel `%s`';
$strIndexWarningUnique = 'Kunci UNIK and INDEKS sebaiknya jangan di-set secara bersamaan untuk kolom `%s`';
$strInnoDBAutoextendIncrementDesc = ' Ukuran bertahap dari pembesaran ruang tabel otomatis bila ia mempenuh.';
$strInnoDBAutoextendIncrement = 'Pembesaran otomatis';
$strInnoDBBufferPoolSizeDesc = 'Ukuran Memory Buffer yang digunakan oleh InnoDB untuk meng-cache data dan indeks dari tabelnya.';
$strInnoDBBufferPoolSize = 'Ukuran penampungan buffer';
$strInnoDBDataFilePath = 'File data';
$strInnoDBDataHomeDirDesc = 'Bagian lazim dari Directory Path untuk seluruh file data milik InnoDB.';
$strInnoDBDataHomeDir = 'Home direktori data';
$strInnoDBPages = 'halaman';
$strInnodbStat = 'Status dari InnoDB';
$strInsecureMySQL = 'File konfigurasi Anda ditentukan dengan pengguna Root dan tanpa adanya Kata Sandi (sama dengan Default MySQL Privileged Account). Jika MySQL-Server dijalankan dengan sedemikian, server Anda terbuka lebar untuk suatu penyerangan. Disarankan untuk memperbaiki kelemahan keamanan (security hole) ini.';
$strInsertAsNewRow = 'Sisipkan sebagai baris baru';
$strInsertedRowId = 'Menyisip baris id:';
$strInsertedRows = 'Baris yang disisipkan:';
$strInsertNewRow = 'Sisipkan baris baru';
$strInsert = 'Sisipkan';
$strInternalNotNecessary = '* Relasi internal tidak dibutuhkan bila ia telah berada dalam InnoDB.';
$strInternalRelations = 'Relasi internal';
$strInUse = 'sedang digunakan';
$strInvalidColumnCount = 'Perhitungan kolom wajib lebih besar dari nol.';
$strInvalidFieldAddCount = 'Anda perlu menambahkan sedikitnya satu Field.';
$strInvalidFieldCount = 'Tabel wajib mengandung sesedikitnya satu Field.';
$strInvalidRowNumber = '%d bukanlah nomor baris yang berlaku.';
 
$strJapanese = 'Bahasa Jepang';
$strJumpToDB = 'Lompat langsung ke database &quot;%s&quot;.';
$strJustDeleteDescr = 'Pengguna yang &quot;dihapus&quot; tetap berhak untuk mengakses Server seperti biasa sampai Hak Istimewa (Privileges) di-reload.';
$strJustDelete = 'Hapus pengguna dari dari tabel daftar pengguna.';
 
$strKeepPass = 'Jangan ubah Kata Sandi';
$strKeyname = 'Nama Kunci';
$strKill = 'Tutup';
$strKorean = 'Bahasa Korea';
 
$strLandscape = 'Landscape';
$strLatchedPages = 'Halaman yang dipalang';
$strLatexCaption = 'Judul halaman';
$strLatexContent = 'Isi dari tabel __TABLE__';
$strLatexContinuedCaption = 'Lanjutan dari judul halaman tabel';
$strLatexContinued = '(dilanjutkan)';
$strLatexIncludeCaption = 'Masukkan judul halaman tabel';
$strLatexLabel = 'Kunci nama';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Pilihan LaTeX';
$strLatexStructure = 'Struktur dari tabel __TABLE__';
$strLatvian = 'Latvia';
$strLengthSet = 'Ukuran Panjang/Nilai*';
$strLimitNumRows = 'Jumlah baris per halaman';
$strLinesTerminatedBy = 'Garis diputuskan oleh';
$strLinkNotFound = 'Link tidak ditemukan';
$strLinksTo = 'Link ke';
$strLithuanian = 'Bahasa Lithuania';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'dari File';
$strLoginInformation = 'Informasi Login';
$strLogin = 'Login';
$strLogout = 'Logout';
$strLogPassword = 'Kata Sandi:';
$strLogServer = 'Server';
$strLogUsername = 'Nama Pengguna:';
$strLongOperation = 'Aktifitas ini membutuhkan waktu yang lama. Tetap melanjutkan?';
 
$strMaximumSize = 'Batas ukuran: %s%s';
$strMbExtensionMissing = 'Ekstensi PHP mbstring tidak ditemukan dan rupanya Anda menggunakan Charset Multibyte. Tanpa ekstensi mbstring phpMyAdmin tidak sanggup untuk membagikan baris-baris dengan cara yang benar. Hal ini mampu mengakibatkan hasil yang tidak diinginkan.';
$strMbOverloadWarning = 'Fungsi mbstring.func_overload aktif pada konfigurasi PHP Anda. Pilihan ini tidak cocok dengan phpMyAdmin dan mampu merusak sebagian data!';
$strMIME_available_mime = 'Tipe MIME yang tersedia';
$strMIME_available_transform = 'Transformasi yang tersedia';
$strMIME_description = 'Deskripsi';
$strMIME_MIMEtype = 'Tipe MIME';
$strMIME_nodescription = 'Tidak ada deskripsi untuk transformasi ini.<br />Mohon ditanyakan kepada penulis tentang artinya %s.';
$strMIME_transformation_note = 'Untuk tampilan daftar tentang pilihan transformasi dan transformasi jenis MIME-nya, silakan klik pada %sDeskripsi Transformasi%s';
$strMIME_transformation_options_note = 'Mohon masukkan nilai untuk pilihan transformasi dengan menggunakan format sbb.: \'a\',\'b\',\'c\'...<br />Bila sebuah Backslash ("\") atau Single Quote ("\'") diperlukan di antara nilai tersebut, mohon gunakan tanda Backslash (contoh: \'\\\\xyz\' atau \'a\\\'b\').';
$strMIME_transformation_options = 'Pilihan transformasi';
$strMIME_transformation = 'Transformasi Browser';
$strMIMETypesForTable = 'TIPE MIME UNTUK TABEL';
$strMIME_without = 'Jenis MIME yang dicetak dalam huruf miring tidak memiliki fungsi transformasi';
$strModifications = 'Modifikasi telah disimpan';
$strModifyIndexTopic = 'Ubah indeks';
$strModify = 'Ubah';
$strMoveTableOK = 'Tabel %s telah dipindahkan ke %s.';
$strMoveTable = 'Pindahkan tabel ke (database<b>.</b>tabel):';
$strMoveTableSameNames = 'Memindahkan tabel ke diri-sendiri tidak bisa dilakukan!';
$strMultilingual = 'berbagai bahasa';
$strMyISAMDataPointerSizeDesc = 'Ukuran standar dari petunjuk (Pointer) dalam Byte untuk digunakan oleh CREATE TABLE untuk tabel jenis MyISAM bila pilihan MAX_ROWS tidak ditentukan.';
$strMyISAMDataPointerSize = 'Ukuran petunjuk data (Data Pointer)';
$strMyISAMMaxExtraSortFileSizeDesc = 'Jika ukuran file sementara untuk pembuatan Indeks MyISAM Cepat lebih besar dibandingkan dengan ukuran Key Cache yang disebut disini, disarankan untuk menggunakan metode Key Cache.';
$strMyISAMMaxExtraSortFileSize = 'Ukuran maksimal untuk file sementara pada pembuatan indeks';
$strMyISAMMaxSortFileSizeDesc = 'Ukuran maksimal untuk file sementara yang diperbolehkan untuk digunakan oleh MySQL pada saat pembuatan ulang sebuah indeks MyISAM (sewaktu menjalankan REPAIR TABLE, ALTER TABLE, atau LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Ukuran maksimal untuk penyortiran file sementara';
$strMyISAMRecoverOptionsDesc = 'Modus untuk restorasi secara otomatis sebuah tabel MyISAM yang telah runtuh sesuai dengan pengaturan melalui pilihan --myisam-recover pada startup server.';
$strMyISAMRecoverOptions = 'Modus restorasi otomatis';
$strMyISAMRepairThreadsDesc = 'Jika nilai ini lebih besar dari 1, pembuatan indeks MyISAM akan dijalankan dalam modus paralel (setiap indeks memiliki proses tersendiri) selama perbaikan dijalankan oleh proses penyortiran.';
$strMyISAMRepairThreads = 'Perbaiki proses';
$strMyISAMSortBufferSizeDesc = 'Buffer yang dialokasikan bila menyortir indeks MyISAM pada saat REPAIR TABLE atau pada saat membuat indeks dengan cara CREATE INDEX atau cara ALTER TABLE.';
$strMyISAMSortBufferSize = 'Urutkan ukuran Buffer';
$strMySQLCharset = 'Charset MySQL';
$strMySQLConnectionCollation = 'Penyortiran koneksi MySQL';
$strMySQLSaid = 'MySQL menyatakan: ';
$strMySQLShowProcess = 'Tampilkan Proses';
$strMySQLShowStatus = 'Tampilkan informasi runtime MySQL';
$strMySQLShowVars = 'Tampilkan variabel sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikutnya';
$strNoActivity = 'Tidak ada aktifitas selama %s detik atau lebih. Silakan login kembali';
$strNoDatabases = 'Database tidak ditemukan';
$strNoDatabasesSelected = 'Database belum dipilih.';
$strNoDescription = 'tanpa keterangan';
$strNoDetailsForEngine = 'Informasi secara rinci tentang keadaan mesin penyimpan ini tidak ditemukan.';
$strNoDropDatabases = 'Perintah "HAPUS DATABASE" dimatikan.';
$strNoExplain = 'Melewati keterangan SQL';
$strNoFrames = 'Lebih mudah untuk menggunakan phpMyAdmin dengan browser yang <b>mendukung frame</b>.';
$strNoIndex = 'Indeks belum ditentukan!';
$strNoIndexPartsDefined = 'Bagian indeks belum diberi definisin!';
$strNoModification = 'Tidak ada perubahan';
$strNone = 'tanpa';
$strNoOptions = 'Format ini tidak ada pilihannya';
$strNoPassword = 'Kata Sandi belum ditetapkan';
$strNoPermission = 'Webserver tidak memilik hak (permission) untuk menyimpan file %s.';
$strNoPhp = 'Kode PHP tidak ditemukan';
$strNoPrivileges = 'Tidak ada Hak Akses (privilege)';
$strNoRights = 'Hak Akses Anda untuk melanjut tidak cukup!';
$strNoRowsSelected = 'Tidak ada baris yang dipilih';
$strNoSpace = 'Tidak cukup ruang untuk menyimpan %s.';
$strNoTablesFound = 'Tidak ada tabel dalam database.';
$strNoThemeSupport = 'Tidak ada dukungan untuk desain penampilan. Mohon periksa kembali konfigurasi dan/atau desain penampilan dalam direktori %s.';
$strNo = 'Tidak';
$strNotNumber = 'Ini bukan angka!';
$strNotOK = 'tidak oke';
$strNotSet = '<b>%s</b> tabel tidak ditemukan atau tidak diset di %s';
$strNoUsersFound = 'Pengguna tidak ditemukan.';
$strNoValidateSQL = 'Melewati pengesahan (validation) SQL';
$strNull = 'Kosong';
$strNumSearchResultsInTable = '%s catatan dalam tabel <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah:</b> <i>%s</i> rekord';
$strNumTables = 'Tabel';
 
$strOK = 'Oke';
$strOperations = 'Operasi';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimasikan tabel';
$strOr = 'Atau';
$strOverhead = 'Kelebihan (Overhead)';
$strOverwriteExisting = 'Timpahkan (Overwrite) file(s) yang ada';
 
$strPageNumber = 'Halaman no.:';
$strPagesToBeFlushed = 'Halaman yang akan di-flush';
$strPaperSize = 'Ukuran kertas';
$strPartialText = 'Teks yang disingkat';
$strPasswordChanged = 'Sukses mengubah Kata Sandi untuk %s .';
$strPasswordEmpty = 'Kata Sandi kosong!';
$strPasswordHashing = 'Pengernaian Kata Sandi (Password Hashing)';
$strPassword = 'Kata Sandi';
$strPasswordNotSame = 'Kata Sandi tidak sama!';
$strPdfDbSchema = 'Skema dari database "%s" - Halaman %s';
$strPdfInvalidTblName = 'Tabel "%s" tidak ditemukan!';
$strPdfNoTables = 'Tabel tidak ditemukan';
$strPerHour = 'dalam sejam';
$strPerMinute = 'per menit';
$strPerSecond = 'per detik';
$strPersian = 'Persia';
$strPhoneBook = 'buku telpon';
$strPHP40203 = 'Anda menggunakan PHP versi 4.2.3 yang diketahui mengandung Bug yang serius pada multi-byte strings (mbstring). Perhatikan PHP Bug Report nomor 19404. Versi PHP ini tidak disarankan untuk digunakan dengan program phpMyAdmin.';
$strPhp = 'Ciptakan kode PHP';
$strPHPVersion = 'Versi PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = 'Directif <tt>$cfg[\'PmaAbsoluteUri\']</tt> WAJIB diset dalam file konfigurasi!';
$strPolish = 'Polandia';
$strPortrait = 'Gambaran';
$strPos1 = 'Awal';
$strPrevious = 'Sebelumnya';
$strPrimaryKeyHasBeenDropped = 'Kunci utama telah dihapus';
$strPrimaryKeyName = 'Nama Kunci utama diwajibkan... PRIMARY!';
$strPrimaryKeyWarning = '(Tanda nama "PRIMARY" <b>wajib</b> sebagai satu-satunya nama dan <b>hanya</b> sebagai Kunci utama saja!)';
$strPrimary = 'Kunci Utama';
$strPrint = 'Cetak';
$strPrintViewFull = 'Pandangan cetak (dengan teks lengkap)';
$strPrintView = 'Pandangan cetak';
$strPrivDescAllPrivileges = 'Menggunakan seluruh Hak Istimewa (Privileges) selain GRANT.';
$strPrivDescAlter = 'Mengizinkan untuk merubah struktur dari tabel yang ada.';
$strPrivDescAlterRoutine = 'Mengizinkan perubahan dan penghapusan dari Routines yang tersimpan.';
$strPrivDescCreateDb = 'Mengizinkan untuk menciptakan database dan tabel baru.';
$strPrivDescCreateRoutine = 'Mengizinkan penciptaan Routines yang akan disimpan.';
$strPrivDescCreateTbl = 'Mengizinkan untuk menciptakan tabel baru.';
$strPrivDescCreateTmpTable = 'Mengizinkan untuk menciptakan tabel yang bersifat temporer.';
$strPrivDescCreateUser = 'Mengizinkan penciptaan, penghapusan dan perubahan account pengguna.';
$strPrivDescCreateView = 'Mengizinkan untuk menciptakan pandangan baru.';
$strPrivDescDelete = 'Mengizinkan untuk hapus data.';
$strPrivDescDropDb = 'Mengizinkan untuk hapus database dan tabel.';
$strPrivDescDropTbl = 'Mengizinkan untuk hapus tabel.';
$strPrivDescExecute5 = 'Mengizinkan eksekusi Routines yang tersimpan.';
$strPrivDescExecute = 'Mengizinkan untuk berjalan dengan prosedur yang tersimpan; tidak ada efek dalam versi MySQL ini.';
$strPrivDescFile = 'Mengizinkan untuk impor data dari file dan ekspor data kedalam file.';
$strPrivDescGrant = 'Mengizinkan untuk menambah pengguna dan Hak Istimewa (Privileges) tanpa harus me-reload ulang tabel Hak Istimewa.';
$strPrivDescIndex = 'Mengizinkan untuk menciptakan dan hapus Indeks.';
$strPrivDescInsert = 'Mengizinkan untuk tambah dan ganti data.';
$strPrivDescLockTables = 'Mengizinkan untuk mengunci tabel dalam Thread yang lagi berjalan.';
$strPrivDescMaxConnections = 'Membatasi jumlah koneksi baru yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxQuestions = 'Membatasi jumlah pencarian (Queries) yang diperbolehkan untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescMaxUpdates = 'Membatasi jumlah perintah untuk merubah sebuah tabel atau database untuk setiap pengguna dalam batas waktu satu jam.';
$strPrivDescProcess3 = 'Mengizinkan untuk hentikan proses yang dimiliki pengguna lain.';
$strPrivDescProcess4 = 'Mengizinkan untuk tampilkan seluruh pencarian dalam daftar proses.';
$strPrivDescReferences = 'Tidak ada efek dalam versi MySQL yang digunakan.';
$strPrivDescReload = 'Mengizinkan untuk reload stelan dari server dan untuk flush cache dari server.';
$strPrivDescReplClient = 'Memberi hak kepada pengguna untuk menanyakan lokasi dari slaves / masters.';
$strPrivDescReplSlave = 'Digunakan untuk replikasi dari slaves.';
$strPrivDescSelect = 'Mengizinkan untuk baca data.';
$strPrivDescShowDb = 'Memberi akses ke seluruh daftar database.';
$strPrivDescShowView = 'Mengizinkan pencarian dengan cara SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Mengizinkan untuk shut-down server.';
$strPrivDescSuper = 'Mengizinkan untuk tetap konek meskipun jumlah batas koneksi telah tercapai; diperlukan untuk hampir semua operasi administratif seperti stelan variabel global atau untuk mematikan sebuah Thread yang dimiliki oleh pengguna lain.';
$strPrivDescUpdate = 'Mengizinkan untuk ubah data.';
$strPrivDescUsage = 'Tanpa Hak Istimewa (Privileges).';
$strPrivileges = 'Hak Akses';
$strPrivilegesReloaded = 'Sukses reload Hak Istimewa (Privileges).';
$strProcesslist = 'Daftar proses';
$strPutColNames = 'Letakkan nama Fields pada baris pertama';
 
$strQBE = 'Cari berdasarkan data contoh';
$strQBEDel = 'Hapus';
$strQBEIns = 'Sisipkan';
$strQueryFrame = 'Jendela Pencarian';
$strQueryOnDb = 'Pencarian SQL dalam database <b>%s</b>:';
$strQuerySQLHistory = 'Sejarah SQL';
$strQueryStatistics = '<b>Informasi statistik</b>: Sejak dihidupkan, %s pencarian telah dikirim kepada server.';
$strQueryTime = 'pencarian membutuhkan waktu %01.4f detik';
$strQueryType = 'Tipe Pencarian';
$strQueryWindowLock = 'Jangan timpahkan pencarian ini dari jendela luar';
 
$strReadRequests = 'Permintaan pembacaan';
$strReceived = 'Penerimaan';
$strRecords = 'Catatan';
$strReferentialIntegrity = 'Cek integriti referensial:';
$strRefresh = 'Menyegarkan';
$strRelationalSchema = 'Skema Relational';
$strRelationNotWorking = 'Fasilitas penambahan untuk bekerja dengan tabel yang di-link di nonaktifkan. Untuk mengetahui sebabnya silakan klik %sdisini%s.';
$strRelationsForTable = 'RELASI UNTUK TABEL';
$strRelations = 'Tabel Relasi';
$strRelationView = 'Tampilan relasi';
$strReloadingThePrivileges = 'Reload Hak Istimewa (Privileges)';
$strReloadMySQL = 'Panggil ulang tabel pengguna';
$strRemoveSelectedUsers = 'Hapus pengguna yang dipilih';
$strRenameDatabaseOK = 'Nama database %s telah diubah menjadi %s';
$strRenameTableOK = 'Nama tabel %s telah diubah menjadi %s';
$strRenameTable = 'Ubah nama tabel menjadi ';
$strRepairTable = 'Perbaiki tabel';
$strReplaceNULLBy = 'Menggantikan NULL dengan';
$strReplaceTable = 'Ganti data tabel dengan file';
$strReset = 'Reset';
$strResourceLimits = 'Batas dari sumber';
$strReType = 'Ketik ulang';
$strRevokeAndDelete = 'Cabut seluruh Hak Istimewa (Privileges) dari pengguna, lantas hapus pengguna tsb. dari daftar tabel pengguna.';
$strRevokeAndDeleteDescr = 'Pengguna yang bersangkutan tetap memiliki hak untuk USAGE sampai seluruh Hak Istimewa (Privileges) di-reload kembali.';
$strRevoke = 'Cabut';
$strRevokeMessage = 'Hak akses untuk %s telah dicabut';
$strRomanian = 'Romania';
$strRowLength = 'Panjangnya baris';
$strRows = 'Baris';
$strRowsFrom = 'baris dimulai dari rekord #';
$strRowSize = ' Besarnya baris ';
$strRowsModeFlippedHorizontal = 'horisontal (rotated headers)';
$strRowsModeHorizontal = 'horisontal';
$strRowsModeOptions = 'diatur dengan urutan %s dan mengulang header setelah %s sel.';
$strRowsModeVertical = 'vertikal';
$strRowsStatistic = 'Statistik Baris';
$strRunning = 'dijalankan pada %s';
$strRunQuery = 'Jalankan pencarian SQL';
$strRunSQLQuery = 'Melaksanakan perintah SQL pada database %s';
$strRussian = 'Bahasa Rusia';
 
$strSaveOnServer = 'Simpan pada server dalam direktori %s';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala yang dipilih terlalu kecil untuk dimuat dalam skema satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari dalam database';
$strSearchInTables = 'Cari dalam tabel:';
$strSearchNeedle = 'Kata atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya salah satu kata';
$strSearchOption2 = 'seluruh kata';
$strSearchOption3 = 'kata-kata tepat';
$strSearchOption4 = 'sebagai regular expression';
$strSearchResultsFor = 'Hasil pencarian untuk "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSecretRequired = 'File konfigurasi membutuhkan susunan kata-kata rahasia (blowfish_secret).';
$strSelectADb = 'Silakan pilih database';
$strSelectAll = 'Pilih semua';
$strSelectBinaryLog = 'Pilih Log binari untuk ditinjau';
$strSelectFields = 'Pilihan field (min. satu):';
$strSelectNumRows = 'dalam susunan pemeriksaan';
$strSelectTables = 'Pilih tabel';
$strSend = 'Kirimkan ke';
$strSent = 'Pengiriman';
$strServerChoice = 'Pilihan Server';
$strServerNotResponding = 'Server tidak menjawab';
$strServer = 'Server';
$strServerStatus = 'Informasi Runtime';
$strServerStatusUptime = 'MySQL server ini telah berjalan secara berturut-turut selama %s. Server dijalankan pada tanggal %s.';
$strServerTabProcesslist = 'Proses Aktif';
$strServerTabVariables = 'Variabel';
$strServerTrafficNotes = '<b>Server traffic</b>: Tabel ini menampilkan statistik jaringan lalu-lintas server MySQL sejak dihidupkan.';
$strServerVars = 'Variabel dan penyetelan server';
$strServerVersion = 'Versi Server';
$strSessionValue = 'Nilai dari Session';
$strSetEnumVal = 'Jika tipe field sama dengan "enum" atau "set", silakan masukkan nilai dengan format: \'a\',\'b\',\'c\'...<br />Jika sebuah backslash ("\") atau suatu tanda kutip ("\'") diperlukan, tanda tersebut perlu ditutupi dengan tanda backslash (seb. contoh \'\\\\xyz\' atau \'a\\\'b\').';
$strShowAll = 'Tampilkan semua';
$strShowColor = 'Tampilkan warna';
$strShowDatadictAs = 'Format dari kamus data';
$strShowFullQueries = 'Tampilkan pencarian yang lengkap';
$strShowGrid = 'Tampilkan garis';
$strShowingRecords = 'Tampilan baris';
$strShowPHPInfo = 'Tampilkan informasi PHP';
$strShowTableDimension = 'Tampilkan ukuran dari tabel';
$strShowTables = 'Tampilkan tabel';
$strShow = 'Tampilkan';
$strShowThisQuery = ' Tampilkan ulang perintah SQL ';
$strSimplifiedChinese = 'Bahasa Cina sederhana';
$strSingly = '(unik)';
$strSize = 'Ukuran';
$strSlovak = 'Slovakia';
$strSlovenian = 'Slovenia';
$strSocketProblem = '(atau konfigurasi socket dari server MySQL tidak benar)';
$strSortByKey = 'Urut berdasarkan kunci';
$strSort = 'Urutkan';
$strSpaceUsage = 'Penggunaan tempat';
$strSpanish = 'Bahasa Spanyol';
$strSplitWordsWithSpace = 'Kata dipisahkan oleh karakter spasi (" ").';
$strSQLExportCompatibility = 'Kompatibilitas terhadap pengeksporan SQL';
$strSQLExportType = 'Jenis Ekspor';
$strSQLOptions = 'Pilihan SQL';
$strSQLParserBugMessage = 'Mungkin Anda telah temukan sebuah Bug dalam parser SQL. Mohon periksa ulang pencarian SQL dengan teliti dan perhatikan apakah seluruh tanda kutip benar dan seimbang. Penyebab kegagalan bisa terjadi bila Anda meng-upload sebuah file binari diluar teks kutipan. Silakan menjalankan ulang pencarian tersebut dengan menggunakan command line interface. Hasil dari MySQL server error, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari masalah ini. Bila masalah ini tetap muncul atau Parser dari kami masih juga gagal meskipun pencarian melalui command line interface berhasil mohon kurangi input pada SQL query sampai pencarian yang menyebabkan masalah ini ditemukan. Mohon kirimkan sebuah Bug Report dengan cara menyisipkan data di bagian bawah ini kepada kami:';
$strSQLParserUserError = 'Rupanya ada Error pada Query SQL. Hasil dari MySQL server error dibawa ini, jika tertampil, akan menolong Anda untuk mengetahui penyebab dari problem tersebut.';
$strSQLQuery = 'Pencarian SQL';
$strSQLResult = 'Hasil SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identifer tidak valid';
$strSQPBugUnclosedQuote = 'Tanda kutip tidak ditutup';
$strSQPBugUnknownPunctuation = 'Punctation String tidak dikenali';
$strStatCheckTime = 'Pemeriksaan terakhir';
$strStatCreateTime = 'Pembuatan';
$strStatement = 'Keterangan';
$strStatUpdateTime = 'Update terakhir';
$strStatus = 'Status';
$strStorageEngine = 'Mesin Penyimpan';
$strStorageEngines = 'Mesin Penyimpan';
$strStrucCSV = 'Data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Berikut \'HAPUS TABEL\'';
$strStrucExcelCSV = 'CSV untuk data MS Excel';
$strStrucNativeExcel = 'Data asli MS Excel';
$strStrucOnly = 'Struktur saja';
$strStructPropose = 'Menganalisa struktur tabel';
$strStructure = 'Struktur';
$strSubmit = 'Kirim';
$strSuccess = 'Sukses menjalankan perintah SQL';
$strSum = 'Jumlah';
$strSwedish = 'Bahasa Swedia';
$strSwitchToDatabase = 'Pindah ke database yang disalin';
$strSwitchToTable = 'Pindah ke tabel salinan';
 
$strTableComments = 'Komentar tabel';
$strTableEmpty = 'Nama tabel kosong!';
$strTableHasBeenDropped = 'Tabel %s telah dihapus';
$strTableHasBeenEmptied = 'Tabel %s telah dikosongkan';
$strTableHasBeenFlushed = 'Tabel %s telah dibuang';
$strTableMaintenance = 'Pemeliharaan tabel';
$strTableOfContents = 'Daftar Isi';
$strTableOptions = 'Pilihan untuk tabel';
$strTables = 'tabel %s';
$strTableStructure = 'Struktur dari tabel';
$strTable = 'Tabel';
$strTableType = 'Jenis tabel';
$strTakeIt = 'ambil';
$strTblPrivileges = 'Hak (privileges) khusus terhadap tabel';
$strTextAreaLength = ' Disebabkan ukuran panjangnya,<br /> field ini tidak dapat di-edit ulang. ';
$strThai = 'Bahasa Thailand';
$strTheme = 'Desain Penampilan';
$strThisHost = 'Host yang ini';
$strThisNotDirectory = 'Ini bukan direktori';
$strThreadSuccessfullyKilled = 'Sukses hentikan Thread %s.';
$strTime = 'Jangka Waktu';
$strToggleScratchboard = 'pindah buku catatan (Scratchboard)';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraditionalChinese = 'Bahasa Cina tradisional';
$strTraditionalSpanish = 'Spanyol tradisional';
$strTraffic = 'Lalu-Lintas';
$strTransformation_application_octetstream__download = 'Tampilkan Link untuk men-download data binari dari Field. Pilihan pertama adalah nama dari file binari tersebut. Pilihan kedua adalah nama Field dari sebuah baris tabel yang memiliki nama file. Bila Anda menetapkan pilihan kedua, pilihan pertama harus ditepatkan ke sebuah string yang kosong';
$strTransformation_application_octetstream__hex = 'Menampilkan representasi data heksadesimal.';
$strTransformation_image_jpeg__inline = 'Tampilkan Thumbnail yang bisa diklik; pilihan: lebar, tinggi dalam piksel (rasio asli dipertahankan)';
$strTransformation_image_jpeg__link = 'Tampilkan link ke gambar ini (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Lihat image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Menggunakan format waktu setempat untuk field TIME, TIMESTAMP atau DATETIME. Pilihan pertama adalah Offset (dalam jam) yang akan ditambahkan pada Timestamp (Default: 0). Pilihan kedua adalah Dateformat yang berbeda sesuai dengan parameter yang tersedia pada strftime() dari PHP.';
$strTransformation_text_plain__external = 'HANYA UNTUK LINUX: Luncurkan aplikasi eksternal dan mengisi data Field dengan cara standar. Menghasilkan output standar dari aplikasi yang bersangkutan. Default-nya adalah Tidy untuk mempercantik kode HTML cetakan. Dengan alasan pengamanan sistem, Anda perlu meng-edit file libraries/transformations/text_plain__external.inc.php dan menambahkan Tools yang akan diizinkan secara manual. Pilihan pertama adalah jumlah dari program yang ingin digunakan dan pilihan kedua adalah parameter untuk program-program tersebut. Parameter ketiga, bila diset ke 1 akan mengubah output dengan menggunakan htmlspecialchars() (Default adalah 1). Parameter keempat, bila diset ke 1 akan menambahkan sebuah NOWRAP pada Content Cell dengan hasil output yang akan ditampilkan tanpa keperluan untuk me-format ulang (Default 1)';
$strTransformation_text_plain__formatted = 'Menyimpan format asli dari field. Escaping tidak dilakukan.';
$strTransformation_text_plain__imagelink = 'Tampilkan sebuah gambar dan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah lebar dalam piksel, pilihan ketiga adalah tingginya.';
$strTransformation_text_plain__link = 'Tampilkan sebuah Link, nama file berada dalam field; pilihan utama adalah awalan seperti "http://domain.com/", pilihan kedua adalah judul untuk Link tersebut.';
$strTransformation_text_plain__substr = 'Hanya menampilkan sebagian dari sebuah String. Pilihan pertama adalah sebuah Offset untuk menentukan tempat dari permulaan teks Anda (Default 0). Pilihan kedua adalah sebuah Offset untuk menentukan jumlah teks yang akan dikembalikan. Bila ditinggal kosong, seluruh teks yang tersisa akan dibalikkan. Pilihan ketiga mendefinisikan Chars yang akan ditambahkan pada Output bila sebuah Substring dibalikkan (Default: ...) .';
$strTruncateQueries = 'Potongkan pencarian yang ditampilkan';
$strTurkish = 'Bahasa Turki';
$strType = 'Jenis';
 
$strUkrainian = 'Bahasa Ukrainia';
$strUncheckAll = 'Balik pilihan';
$strUnicode = 'Unikode';
$strUnique = 'Unik';
$strUnknown = 'tidak diketahui';
$strUnselectAll = 'Unselect semua';
$strUpdatePrivMessage = 'Hak Akses (privilege) untuk %s telah di-update.';
$strUpdateProfileMessage = 'Profil pengguna telah di-update.';
$strUpdateQuery = 'Update proses pencarian';
$strUpdComTab = 'Mohon belajari dokumentasi untuk mengetahui cara meng-update tabel Column_comments Anda';
$strUpgrade = 'Disarankan untuk meng-update ke %s versi %s atau lebih baru.';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Nama tabel dan nama field dalam tanda kutip biasa';
$strUseHostTable = 'Gunakan Host Table';
$strUserAlreadyExists = 'Pengguna %s telah terdaftar!';
$strUserEmpty = 'Nama pengguna masih kosong!';
$strUserName = 'Nama pengguna';
$strUserNotFound = 'Pengguna yang dipilih tidak ditemukan pada tabel hak (privilege table).';
$strUserOverview = 'Pandangan Umum Pengguna';
$strUser = 'Pengguna';
$strUsersDeleted = 'Sukses menghapus Pengguna yang dipilih.';
$strUsersHavingAccessToDb = 'Pengguna memiliki akses ke &quot;%s&quot;';
$strUseTabKey = 'Gunakan tombol TAB untuk maju dari angka ke angka atau gunakan CTRL+panah untuk maju kemana saja';
$strUseTables = 'Gunakan tabel';
$strUseTextField = 'Gunakan text field';
$strUseThisValue = 'gunakan nilai ini';
 
$strValidateSQL = 'Mengesahkan (validate) SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Mohon periksa kembali ekstension PHP yang diperlukan seperti yang tercatat dalam %sdokumentasi%s.';
$strValue = 'Nilai';
$strVar = 'Variabel';
$strVersionInformation = 'Informasi tentang versi';
$strViewDumpDatabases = 'Tampilkan Dump (skema) dari database';
$strViewDumpDB = 'Tampilkan Dump (Skema) dari database';
$strViewDump = 'Tampilkan Dump (Skema) dari tabel';
$strView = 'Gambarkan';
$strViewHasBeenDropped = 'Pandangan %s telah dibubarkan';
 
$strWebServerUploadDirectory = 'direktori upload pada web-server';
$strWebServerUploadDirectoryError = 'Direktori yang telah ditetapkan untuk meng-upload tidak dapat dihubungi';
$strWelcome = 'Selamat Datang di %s';
$strWestEuropean = 'Eropa Barat';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Mengupdate jendela browser gagal. Ada kemungkinan Anda telah menutup jendela induknya atau pilihan keamanan pada browser Anda melarang untuk mengupdate dengan cara Cross-Window';
$strWithChecked = 'yang ditandai:';
$strWriteRequests = 'Permintaan penulisan';
$strWritingCommentNotPossible = 'Penulisan komentar tidak dapat dilaksanakan';
$strWritingRelationNotPossible = 'Penulisan relasi tidak dapat dilaksanakan';
$strWrongUser = 'Nama Pengguna/Kata Sandi salah. Akses ditolak.';
 
$strXML = 'XML';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/italian-iso-8859-1.inc.php
0,0 → 1,982
<?php
/* $Id: italian-iso-8859-1.inc.php,v 2.124.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* translated by: Pietro Danesi <danone at users.sourceforge.net> 2002-03-29
* Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
* Revised by: "Luca Rebellato" <rebeluca at users.sourceforge.net> 2005-11-27
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
 
$strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL';
$strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
$strAction = 'Azione';
$strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT';
$strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddDropDatabase = 'Aggiungi DROP DATABASE';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIfNotExists = 'Aggiunge IF NOT EXISTS';
$strAddIntoComments = 'Aggiungi nei commenti';
$strAddNewField = 'Aggiungi un nuovo campo';
$strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database';
$strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella';
$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
$strAddToIndex = 'Aggiungi all\'indice &nbsp;%s&nbsp;colonna/e';
$strAddUser = 'Aggiungi un nuovo utente';
$strAddUserMessage = 'Hai aggiunto un nuovo utente.';
$strAdministration = 'Amministrazione';
$strAffectedRows = 'Righe interessate:';
$strAfter = 'Dopo %s';
$strAfterInsertBack = 'Indietro';
$strAfterInsertNewInsert = 'Inserisci un nuovo record';
$strAfterInsertNext = 'Modifica il record successivo';
$strAfterInsertSame = 'Torna a questa pagina';
$strAllowInterrupt = 'Permette di interrompere il processo di importazione nel caso lo script rilevi che è troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
$strAll = 'Tutti';
$strAlterOrderBy = 'Altera tabella ordinata per';
$strAnalyzeTable = 'Analizza tabella';
$strAnd = 'E';
$strAndThen = 'e quindi';
$strAnIndex = 'Un indice è stato aggiunto in %s';
$strAnyHost = 'Qualsiasi host';
$strAny = 'Qualsiasi';
$strAnyUser = 'Qualsiasi utente';
$strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11';
$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
$strArabic = 'Arabo';
$strArmenian = 'Armeno';
$strAscending = 'Crescente';
$strAtBeginningOfTable = 'All\'inizio della tabella';
$strAtEndOfTable = 'Alla fine della tabella';
$strAttr = 'Attributi';
$strAutodetect = 'Autorilevazione';
$strAutomaticLayout = 'Impaginazione automatica';
 
$strBack = 'Indietro';
$strBaltic = 'Baltico';
$strBeginCut = 'INIZIO CUT';
$strBeginRaw = 'INIZIO RAW';
$strBinary = 'Binario';
$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo di evento';
$strBinLogInfo = 'Informazioni';
$strBinLogName = 'Nome del Log';
$strBinLogOriginalPosition = 'Posizione originale';
$strBinLogPosition = 'Posizione';
$strBinLogServerId = 'ID del server';
$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
$strBookmarkCreated = 'Segnalibro %s creato';
$strBookmarkDeleted = 'Il bookmark è stato cancellato.';
$strBookmarkLabel = 'Etichetta';
$strBookmarkQuery = 'Query SQL aggiunte ai preferiti';
$strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome';
$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL';
$strBookmarkView = 'Visualizza solo';
$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT';
$strBrowseForeignValues = 'Sfoglia le opzioni straniere';
$strBrowse = 'Mostra';
$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Utilizzo del Buffer Pool';
$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferReadMisses = 'Non letto';
$strBufferWriteWaits = 'In attesa di scrittura';
$strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Pagine occupate';
$strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro <code>$cfg[\'BZipDump\']</code> nel vostro file di configurazione di phpMyAdmin a <code>FALSE</code>. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.';
$strBzip = '"compresso con bzip2"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
$strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
$strCantLoad = 'Impossibile caricare l\'estensione %s,<br />prego controllare la configurazione di PHP';
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
$strCardinality = 'Cardinalità';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europeo Centrale';
$strChangeCopyModeCopy = '... mantieni quello vecchio.';
$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
$strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.';
$strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.';
$strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.';
$strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente';
$strChangeDisplay = 'Scegli il campo da mostrare';
$strChange = 'Modifica';
$strChangePassword = 'Cambia password';
$strCharsetOfFile = 'Set di caratteri del file:';
$strCharsetsAndCollations = 'Set di Caratteri e Collations';
$strCharset = 'Set di caratteri';
$strCharsets = 'Set di caratteri';
$strCheckAll = 'Seleziona tutti';
$strCheckOverhead = 'Controllo addizionale';
$strCheckPrivs = 'Controlla i privilegi';
$strCheckPrivsLong = 'Controlla i privilegi per il database &quot;%s&quot;.';
$strCheckTable = 'Controlla tabella';
$strChoosePage = 'Prego scegliere una Page da modificare';
$strColComFeat = 'Visualizzazione commenti delle colonne';
$strCollation = 'Collation';
$strColumnNames = 'Nomi delle colonne';
$strColumnPrivileges = 'Privilegi relativi alle colonne';
$strCommand = 'Comando';
$strComments = 'Commenti';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Compatibile con MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserimenti completi';
$strCompression = 'Compressione';
$strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s';
$strConfigDefaultFileError = 'Non posso leggere la configurazione da: "%1$s"';
$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!<br />Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.<br />Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.<br />Se ricevete una pagina bianca, allora è tutto a posto.';
$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
$strConnectionError = 'Impossibile connettersi: impostazioni non valide.';
$strConnections = 'Connessioni';
$strConstraintsForDumped = 'Limiti per le tabelle scaricate';
$strConstraintsForTable = 'Limiti per la tabella';
$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.';
$strCopy = 'Copia';
$strCopyDatabaseOK = 'Il Database %s è stato copiato in %s';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
$strCopyTableOK = 'La tabella %s è stata copiata su %s.';
$strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!';
$strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.';
$strCreate = 'Crea';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare';
$strCreateIndex = 'Crea un indice su &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Crea un nuovo indice';
$strCreateNewDatabase = 'Crea un nuovo database';
$strCreateNewTable = 'Crea una nuova tabella nel database %s';
$strCreatePage = 'Crea una nuova Page';
$strCreatePdfFeat = 'Creazione di PDF';
$strCreationDates = 'Creazione/Aggiornamento/Controllo date';
$strCriteria = 'Criterio';
$strCroatian = 'Croato';
$strCSV = 'CSV';
$strCSVImportOptions = 'opzioni CSV';
$strCSVOptions = 'Opzioni CSV';
$strCyrillic = 'Cirillico';
$strCzech = 'Ceco';
$strCzechSlovak = 'Ceco-Slovacco';
 
$strDanish = 'Danese';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
$strDatabaseExportOptions = 'Opzioni di esportazione del database';
$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
$strDatabaseNoTable = 'Questo database non contiene tabelle!';
$strDatabases = 'Database';
$strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
$strDatabasesStatsDisable = 'Disabilita le Statistiche';
$strDatabasesStatsEnable = 'Abilita le Statistiche';
$strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.';
$strDatabasesStats = 'Statistiche dei databases';
$strData = 'Dati';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database';
$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
$strDefault = 'Predefinito';
$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a';
$strDefragment = 'Deframmenta la tabella';
$strDelayedInserts = 'Utilizza inserimenti ritardati';
$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
$strDelete = 'Cancella';
$strDeleted = 'La riga è stata cancellata';
$strDeletedRows = 'Righe cancellate:';
$strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
$strDeleting = 'Cancellazione in corso di %s';
$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDescending = 'Decrescente';
$strDescription = 'Descrizione';
$strDictionary = 'dizionario';
$strDirtyPages = 'Pagine sporche';
$strDisabled = 'Disabilitata';
$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
$strDisplayFeat = 'Mostra Caratteristiche';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: ';
$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$strDrop = 'Elimina';
$strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.';
$strDumpingData = 'Dump dei dati per la tabella';
$strDumpSaved = 'Il dump è stato salvato sul file %s.';
$strDumpXRows = 'Dump di %s righe a partire dalla riga %s.';
$strDynamic = 'dinamico';
 
$strEdit = 'Modifica';
$strEditPDFPages = 'Modifica pagine PDF';
$strEditPrivileges = 'Modifica Privilegi';
$strEffective = 'Effettivo';
$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
$strEmpty = 'Svuota';
$strEnabled = 'Abilitata';
$strEncloseInTransaction = 'Includi export in una transazione';
$strEndCut = 'FINE CUT';
$strEnd = 'Fine';
$strEndRaw = 'FINE RAW';
$strEngineAvailable = '%s è disponibile su questo server MySQL.';
$strEngineDisabled = '%s è stato disabilitato su questo server MySQL.';
$strEngines = 'Motori';
$strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.';
$strEnglish = 'Inglese';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore';
$strErrorInZipFile = 'Errore nell\'archivio ZIP:';
$strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estone';
$strExcelEdition = 'Edizione Excel';
$strExcelOptions = 'Opzioni di Excel';
$strExecuteBookmarked = 'Esegue la query dalle preferite';
$strExplain = 'Spiega SQL';
$strExport = 'Esporta';
$strExtendedInserts = 'Inserimenti estesi';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativi falliti';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Il campo %s è stato eliminato';
$strFields = 'Campi';
$strFieldsEmpty = ' Il contatore dei campi è vuoto! ';
$strFieldsEnclosedBy = 'Campo composto da';
$strFieldsEscapedBy = 'Campo impedito da';
$strFieldsTerminatedBy = 'Campo terminato da';
$strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".';
$strFileCouldNotBeRead = 'Il file non può essere letto';
$strFileNameTemplateDescriptionDatabase = 'nome database';
$strFileNameTemplateDescription = 'Questo valore è interpretato usando %1$sstrftime%2$s, in questo modo puoi usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato.';
$strFileNameTemplateDescriptionServer = 'nome server';
$strFileNameTemplateDescriptionTable = 'nome tabella';
$strFileNameTemplate = 'Nome file template';
$strFileNameTemplateRemember = 'ricorda il template';
$strFileToImport = 'File importato';
$strFixed = 'fisso';
$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.';
$strFlushQueryCache = 'Rinfresca la cache delle query';
$strFlushTable = 'Inizializza ("FLUSH") la tabella';
$strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFreePages = 'Pagine libere';
$strFullText = 'Testo completo';
$strFunction = 'Funzione';
 
$strGenBy = 'Generato da';
$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
$strGenerate = 'Genera';
$strGeneratePassword = 'Genera Password';
$strGenTime = 'Generato il';
$strGeorgian = 'Georgiano';
$strGerman = 'Tedesco';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Privilegi globali';
$strGlobalValue = 'Valore globale';
$strGo = 'Esegui';
$strGrantOption = 'Grant';
$strGreek = 'Greco';
$strGzip = '"compresso con gzip"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'è stato modificato.';
$strHasBeenCreated = 'è stato creato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
$strHebrew = 'Ebreo';
$strHexForBinary = 'Usa l\'esadecimale per i dati binari';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
$strHostEmpty = 'Il nome di host è vuoto!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opzioni di esportazione di Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opzioni di esportazione di Microsoft Word 2000';
$strHungarian = 'Ungherese';
 
$strIcelandic = 'Islandese';
$strId = 'ID';
$strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato';
$strImport = 'Importa';
$strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d queries eseguite.';
$strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndex = 'Indice';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`';
$strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
$strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
$strInnoDBAutoextendIncrement = 'Incremento autoextend';
$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
$strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
$strInnoDBDataFilePath = 'File dati';
$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati';
$strInnoDBPages = 'pagine';
$strInnodbStat = 'Stato InnoDB';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRowId = 'Inserito id riga:';
$strInsertedRows = 'Righe inserite:';
$strInsert = 'Inserisci';
$strInsertNewRow = 'Inserisci una nuova riga';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelations = 'Relazioni interne';
$strInUse = 'in uso';
$strInvalidAuthMethod = 'Metodo di autenticazione settato nella configurazione non valido:';
$strInvalidColumn = 'Colonna specificata (%s) invalida!';
$strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
$strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.';
$strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.';
$strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s';
$strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
$strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
$strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!';
$strInvalidRowNumber = '%d non è un numero valido di righe.';
$strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.';
$strInvalidServerIndex = 'Server index non valido: "%s"';
 
$strJapanese = 'Giapponese';
$strJoins = 'Joins';
$strJumpToDB = 'Passa al database &quot;%s&quot;.';
$strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.';
$strJustDeleteDescr = 'Gli utenti &quot;cancellati&quot; saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.';
 
$strKeepPass = 'Non cambiare la password';
$strKeyCache = 'Key cache';
$strKeyname = 'Nome chiave';
$strKill = 'Rimuovi';
$strKorean = 'Coreano';
 
$strLandscape = 'Orizzontale';
$strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.';
$strLanguageUnknown = 'Lingua non conosciuta : %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Sottotitolo della tabella';
$strLatexContent = 'Contenuto della tabella __TABLE__';
$strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
$strLatexContinued = '(continua)';
$strLatexIncludeCaption = 'Includi sottotitolo della tabella';
$strLatexLabel = 'Chiave etichetta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opzioni LaTeX';
$strLatexStructure = 'Struttura della tabella __TABLE__';
$strLatvian = 'Lituano';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Opzione per importazione CSV usando LOAD DATA';
$strLDILocal = 'Usa LOCAL keyword';
$strLengthSet = 'Lunghezza/Set*';
$strLimitNumRows = 'record per pagina';
$strLinesTerminatedBy = 'Linee terminate da';
$strLinkNotFound = 'Link non trovato';
$strLinksTo = 'Collegamenti a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Locale';
$strLocationTextfile = 'Percorso del file';
$strLogin = 'Connetti';
$strLoginInformation = 'Informazioni di Login';
$strLogout = 'Disconnetti';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Nome utente:';
$strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
 
$strMaxConnects = 'max. connessioni contemporanee';
$strMaximalQueryLength = 'Lunghezza massima di una query creata';
$strMaximumSize = 'Dimensione massima: %s%s';
$strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.';
$strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!';
$strMIME_available_mime = 'Tipi-MIME disponibili';
$strMIME_available_transform = 'Trasformazioni disponibili';
$strMIME_description = 'Descrizione';
$strMIME_MIMEtype = 'tipo MIME';
$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.<br />Prego, chiedere all\'autore cosa %s faccia.';
$strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s';
$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...<br />Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Opzioni di Transformation';
$strMIME_transformation = 'Trasformazione del Browser';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
$strModifications = 'Le modifiche sono state salvate';
$strModifyIndexTopic = 'Modifica un indice';
$strModify = 'Modifica';
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMultilingual = 'multilingua';
$strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.';
$strMyISAMDataPointerSize = 'Domensione del puntatore dati';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.';
$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice';
$strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento';
$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalità di ripristino automatico';
$strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.';
$strMyISAMRepairThreads = 'Thread di riparazione';
$strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
$strMySQLCharset = 'Set di caratteri MySQL';
$strMysqlClientVersion = 'Versione MySQL client';
$strMySQLConnectionCollation = 'collazione della connessione di MySQL';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL';
$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL';
 
$strName = 'Nome';
$strNext = 'Prossimo';
$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
$strNoDatabases = 'Nessun database';
$strNoDatabasesSelected = 'Nessun database selezionato.';
$strNoDescription = 'nessuna Description';
$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoExplain = 'Non Spiegare SQL';
$strNoFilesFoundInZip = 'Non sono stati trovati file ZIP all\'interno dell\'archivio!';
$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
$strNoIndex = 'Nessun indice definito!';
$strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
$strNoModification = 'Nessun cambiamento';
$strNone = 'Nessuno';
$strNo = ' No ';
$strNoOptions = 'Questo formato non ha opzioni';
$strNoPassword = 'Nessuna Password';
$strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.';
$strNoPhp = 'senza codice PHP';
$strNoPrivileges = 'Nessun Privilegio';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
$strNoRowsSelected = 'Nessuna riga selezionata';
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
$strNoTablesFound = 'Non ci sono tabelle nel database.';
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
$strNothingToImport = 'Non hai inserito alcun dato da importare';
$strNotNumber = 'Questo non è un numero!';
$strNotOK = 'non OK';
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
$strNoUsersFound = 'Nessun utente trovato.';
$strNoValidateSQL = 'Non Validare SQL';
$strNull = 'Null';
$strNumberOfFields = 'Numero di campi';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
 
$strOK = 'OK';
$strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin';
$strOperations = 'Operazioni';
$strOperator = 'Operatore';
$strOptimizeTable = 'Ottimizza tabella';
$strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
 
$strPageNumber = 'Numero pagina:';
$strPagesToBeFlushed = 'Pagine che devono essere flushate';
$strPaperSize = 'Dimensioni carta';
$strPartialImport = 'Importazione parziale';
$strPartialText = 'Testo parziale';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'La password non coincide!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPDFOptions = 'Opzioni PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titolo del Report';
$strPerHour = 'all\'ora';
$strPerMinute = 'al minuto';
$strPerSecond = 'al secondo';
$strPersian = 'Persiano';
$strPhoneBook = 'rubrica';
$strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.';
$strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPmaUriError = 'La direttiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEVE essere impostata nel file di configurazione!';
$strPolish = 'Polacco';
$strPortrait = 'Verticale';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Stampa';
$strPrintViewFull = 'Vista stampa (con full text)';
$strPrintView = 'Visualizza per stampa';
$strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.';
$strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.';
$strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.';
$strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.';
$strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.';
$strPrivDescCreateTbl = 'Permette di creare nuove tabelle.';
$strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.';
$strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.';
$strPrivDescCreateView = 'Permette la creazione di nuove viste.';
$strPrivDescDelete = 'Permette di cancellare dati.';
$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
$strPrivDescDropTbl = 'Permette di eliminare tabelle.';
$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
$strPrivDescFile = 'Permette di importare dati da e esportare dati in files.';
$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
$strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.';
$strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.';
$strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.';
$strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.';
$strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.';
$strPrivDescMaxUserConnections = 'Limite di connessioni simultanee che un utente può fare.';
$strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.';
$strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.';
$strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.';
$strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.';
$strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.';
$strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.';
$strPrivDescSelect = 'Permette di leggere i dati.';
$strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.';
$strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permette di chiudere il server.';
$strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.';
$strPrivDescUpdate = 'Permette di cambiare i dati.';
$strPrivDescUsage = 'Nessun privilegio.';
$strPrivileges = 'Privilegi';
$strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.';
$strProcesslist = 'Lista Processi';
$strProtocolVersion = 'Versione protocollo';
$strPutColNames = 'Mette i nomi delle colonne alla prima riga';
 
$strQBEDel = 'Cancella';
$strQBEIns = 'Aggiungi';
$strQBE = 'Query da esempio';
$strQueryCache = 'Cache delle query';
$strQueryFrame = 'Finestra della Query';
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
$strQuerySQLHistory = 'Storico dell\'SQL';
$strQueryStatistics = '<b>Query delle Statistiche</b>: Dall\'avvio, %s queries sono state effettuate sul server.';
$strQueryTime = 'La query ha impiegato %01.4f sec';
$strQueryType = 'Tipo di Query';
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
 
$strReadRequests = 'Richieste di lettura';
$strReceived = 'Ricevuti';
$strRecords = 'Record';
$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRefresh = 'Aggiorna';
$strRelationalSchema = 'Schema relazionale';
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relazioni';
$strRelationView = 'Vedi relazioni';
$strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
$strReloadMySQL = 'Riavvia MySQL';
$strRemoveSelectedUsers = 'Rimuove gli utenti selezionati';
$strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s';
$strRenameTableOK = 'La tabella %s è stata rinominata %s';
$strRenameTable = 'Rinomina la tabella in';
$strRepairTable = 'Ripara tabella';
$strReplaceNULLBy = 'Sostituisci NULL con';
$strReplaceTable = 'Sostituisci i dati della tabella col file';
$strReplication = 'Replicazione';
$strReset = 'Riavvia';
$strResourceLimits = 'Limiti di risorse';
$strReType = 'Reinserisci';
$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
$strRevokeMessage = 'Hai revocato i privilegi per %s';
$strRevoke = 'Revoca';
$strRomanian = 'Rumeno';
$strRowLength = 'Lunghezza riga';
$strRowsFrom = 'righe a partire da';
$strRowSize = 'Dimensione riga';
$strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)';
$strRowsModeHorizontal = ' orizzontale ';
$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
$strRowsModeVertical = ' verticale ';
$strRows = 'Righe';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
$strRunQuery = 'Invia Query';
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strRunSQLQueryOnServer = 'Eseguendo query SQL sul server %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salva sul server nella directory %s';
$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
$strSearch = 'Cerca';
$strSearchFormTitle = 'Cerca nel database';
$strSearchInTables = 'Nella/e tabella/e:';
$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):';
$strSearchOption1 = 'almeno una delle parole';
$strSearchOption2 = 'tutte le parole';
$strSearchOption3 = 'la frase esatta';
$strSearchOption4 = 'come espressione regolare';
$strSearchResultsFor = 'Cerca i risultati per "<i>%s</i>" %s:';
$strSearchType = 'Trova:';
$strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto';
$strSelectBinaryLog = 'Selezionare il log binario da visualizzare';
$strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query';
$strSelectTables = 'Seleziona Tables';
$strSend = 'Salva con nome...';
$strSent = 'Spediti';
$strServerChoice = 'Scelta del server';
$strServerNotResponding = 'Il server non risponde';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabProcesslist = 'Processi';
$strServerTabVariables = 'Variabili';
$strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL';
$strSessionValue = 'Valore sessione';
$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowDatadictAs = 'Formato del Data Dictionary';
$strShowFullQueries = 'Mostra query complete';
$strShowGrid = 'Mostra la griglia';
$strShowingBookmark = 'Mostrando i segnalibri';
$strShowingRecords = 'Visualizzazione record ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostra le tabelle aperte';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowSlaveHosts = 'Mostra gli hosts slave';
$strShowSlaveStatus = 'Mostra lo stato degli slave';
$strShowStatusBinlog_cache_disk_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario, ma che oltrepassano il valore di binlog_cache_size e usano un file temporaneo per salvare gli statements dalle transazioni.';
$strShowStatusBinlog_cache_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Il numero delle tabelle temporanee create automaticamente sul disco dal server mentre esegue i comandi. Se il valore Created_tmp_disk_tables è grande, potresti voler aumentare il valore tmp_table_size, per fare im modo che le tabelle temporanee siano memory-based anzichè disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'Numero di files temporanei che mysqld ha creato.';
$strShowStatusCreated_tmp_tablesDescr = 'Il numero di tabelle temporanee create automaticamente in memoria dal server durante l\'esecuzione dei comandi.';
$strShowStatusDelayed_errorsDescr = 'Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori (probabilmete chiave dublicata).';
$strShowStatusDelayed_insert_threadsDescr = 'Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato INSERT DELAYED occupa un thread.';
$strShowStatusDelayed_writesDescr = 'Il numero di righe INSERT DELAYED scritte.';
$strShowStatusFlush_commandsDescr = 'Il numero di comandi FLUSH eseguiti.';
$strShowStatusHandler_commitDescr = 'Il numero di comandi interni COMMIT eseguiti.';
$strShowStatusHandler_deleteDescr = 'Il numero di volte in cui una riga è stata cancellata da una tabella.';
$strShowStatusHandler_discoverDescr = 'Il server MySQL può chiedere al motore di storage NDB Cluster se conosce una tabella sulla base di un nome dato. Questo è chaiamto discovery. Handler_discover indica il numero di volte che una tabella è stata trovata.';
$strShowStatusHandler_read_firstDescr = 'Il numero di volte che il primo valore è stato letto da un indice. Se è troppo alto è probabile che il server stia facendo molte scansioni complete degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia indicizzata.';
$strShowStatusHandler_read_keyDescr = 'Il numero di richieste per leggere una riga basata su di una chiave. Se è alta, è un buon indice che le tue query e le tue tabelle sono correttamente indicizzate.';
$strShowStatusHandler_read_nextDescr = 'Il numero di richieste per leggere la riga successiva nell\'ordine delle chiavi. Questo valore è incrementato se stai facendo una query su di una colonna indice con un range costante, oppure se stai facendo una scansione degli indici.';
$strShowStatusHandler_read_prevDescr = 'Il numero di richieste per leggere la riga precedente nell\'ordine delle chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Il numero di richieste per leggere una riga basata su una posizione fissa. Questo valore è alto se stai facendo molte richieste che richiedono un ordinamento dei risultati. Probabilmente hai molte query che che richiedono a MySQL di leggere l\'intera tabella oppure ci sono dei joins che non usano le chiavi correttamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Il numero di richieste per leggere la riga successiva in un file di dati. Questo valore è alto se stai facendo molte scansioni della tabella. Generalmente è un segnale che le tue tabelle non sono correttamente indicizzate, o che le query non sono state scritte per trarre vantaggi dagli indici che hai.';
$strShowStatusHandler_rollbackDescr = 'Il numero di comandi ROLLBACK interni.';
$strShowStatusHandler_updateDescr = 'Il numero di richieste per aggiornare una riga in una tabella.';
$strShowStatusHandler_writeDescr = 'Il numero di richieste per inserire una riga in una tabella.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Il numero di pagine che contengono dati (sporchi o puliti).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Il numero di pagine attualmente sporche.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Il numero di buffer pool pages che hanno avuto richiesta di essere aggiornate.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Il numero di pagine libere.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Il numero di pagine bloccate in un InnoDB buffer pool. Queste pagine sono attualmente in lettura o in scittura e non possono essere aggiornate o rimosse per altre ragioni.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Il numero di pagine occupate perchè sono state allocate per amministrazione, come row locks o per hash index adattivi. Questo valore può essere calcolato come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Il numero totale di buffer pool, in pagine.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Il numero di read-aheads "random" InnoDB iniziate. Questo accade quando una query legge una porzione di una tabella, ma in ordine casuale.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB esegue una scansione completa sequenziale di una tabella.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Il numero di richieste logiche che InnoDb ha fatto.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool e che devono fare una lettura di una pagina singola.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente le sritture nel buffer pool InnoDB vengono effettuate in background. Tuttavia se è necessario leggere o creare una pagina, e non sono disponibile pagine pulite è necessario attendere che le pagine siano aggiornate prima. Questo contatore conta le istanze di queste attese. Se la dimesione del buffer pool è stata settata correttamente questo valore dovrebbe essere basso.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Il numero di scritture effettuate nel buffer pool InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Il numero delle operazioni fsync() fino ad ora.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Il numero di operazioni fsync() in attesa.';
$strShowStatusInnodb_data_pending_readsDescr = 'Il numero di letture in attesa.';
$strShowStatusInnodb_data_pending_writesDescr = 'Il numero di scritture in attesa.';
$strShowStatusInnodb_data_readDescr = 'La quantità di dati letti fino ad ora, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'Il numero totale di dati letti.';
$strShowStatusInnodb_data_writesDescr = 'Il numero totale di dati scritti.';
$strShowStatusInnodb_data_writtenDescr = 'La quantità di dati scritti fino ad ora, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_dblwr_writesDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_log_waitsDescr = 'Il numero di attese che abbiamo avuto perchè il buffer di log era troppo piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare.';
$strShowStatusInnodb_log_write_requestsDescr = 'Il numero di richieste di scrittura dei log.';
$strShowStatusInnodb_log_writesDescr = 'Il numero scritture fisiche del log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte sul log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Il numero degli fsyncs in sospeso sul log file.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Il numero di scritture in sospeso sul log file.';
$strShowStatusInnodb_os_log_writtenDescr = 'Il numero di bytes scritti sul log file.';
$strShowStatusInnodb_pages_createdDescr = 'Il numero di pagine create.';
$strShowStatusInnodb_page_sizeDescr = 'La dimesione di-compilazione delle pagine InnoDB (default 16KB). Molti valori sono conteggiati nelle pagine; la dimesione delle pagine permette di convertirli facilmente in bytes.';
$strShowStatusInnodb_pages_readDescr = 'Il numero di pagine lette.';
$strShowStatusInnodb_pages_writtenDescr = 'Il numero di pagine scritte.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Il numero di row locks attualmente in attesa.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_timeDescr = 'Il tempo totale per l\'acquisizione di un row locks, in millisecondi.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Il tempo massimo per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Il numero di volte che un row lock ha dovuto attendere.';
$strShowStatusInnodb_rows_deletedDescr = 'Il numero di righe cancellate da una tabella InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Il numero di righe inserite da una tabella InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Il numero di righe lette da una tabella InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Il numero di righe aggiornate da una tabella InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Il numero di blocchi chaive aggiunti nella cache chiave che sono stati cambiati, ma che non sono stai aggiornati su disco. E\' conosciuto con il nome di Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore per determinare quanta cache chiave è in uso.';
$strShowStatusKey_blocks_usedDescr = 'Il numero di blocchi usati nella cache chiave. The number of used blocks in the key cache. Questo valore è un\'importante segnale che indica il numero massimo di blocchi che sono stati in uso contemporaneamente.';
$strShowStatusKey_read_requestsDescr = 'Il numero di richieste per le ggere un blocco chiave dalla cache.';
$strShowStatusKey_readsDescr = 'Il numero di letture fisiche dal disco di un blocco chiave. Se Key_reads è grande allora il valore key_buffer_size è probabilmente troppo piccolo. IIl rapporto di cache miss rate può essere calcolato come Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una blocco chiave nella cache.';
$strShowStatusKey_writesDescr = 'Il numero di scritture fisiche di un blocco chiave sul disco.';
$strShowStatusLast_query_costDescr = 'Il costo totale dell\'ultima query compilata così come computato dall\'ottimizzatore delle query. Utile per comparare il costo di differenti query per la stessa operazione di query. Il valore di default è 0, che significa che nessuna query è stata ancora compilata.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'In numero di righe in attesa di essere scritte nella coda INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
$strShowStatusOpen_filesDescr = 'Il numero di files che sono aperti.';
$strShowStatusOpen_streamsDescr = 'il numero di stream che sono aperti (usato principalmente per il logging).';
$strShowStatusOpen_tablesDescr = 'Il numero di tabelle che sono aperte.';
$strShowStatusQcache_free_blocksDescr = 'Il numero di blocchi di memoria liberi nella cache delle query.';
$strShowStatusQcache_free_memoryDescr = 'L\'ammontare di memoria libera nella cache delle query.';
$strShowStatusQcache_hitsDescr = 'Il numero di cache hits.';
$strShowStatusQcache_insertsDescr = 'Il numero di query aggiunte alla cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Il numero di query che sono state rimosse dalla cache per liberare memoria per la cache di nuove query. Questa informazione può aiutarti per parametrare la dimensione della cache delle query. La cache delle query usa una strategia di "meno usate recentemente" (LRU - least recently used) per decidere quali query rimuovere dalla cache.';
$strShowStatusQcache_not_cachedDescr = 'Il numero di query non in cache (impossibilità di inserirle nella cache oppure non inserite per i settaggi del parametro query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Il numero di query registrate nella cache.';
$strShowStatusQcache_total_blocksDescr = 'Il numero totale di blocchi nella cache delle query.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'Lo sato delle repliche failsafe (non ancora implementato).';
$strShowStatusSelect_full_joinDescr = 'Il numero di joins che non usano gli indici. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_full_range_joinDescr = 'Il numero di joins che usano una ricerca limitata su di una tabella di riferimento.';
$strShowStatusSelect_range_checkDescr = 'Il numero di joins senza chiavi che controllano per l\'uso di una chiave dopo ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_rangeDescr = 'Il numero di joins che usano un range sulla prima tabella. (Non è, solitamente, un valore critico anche se è grande.)';
$strShowStatusSelect_scanDescr = 'Il numero di join che hanno effettuato una scansione completa della prima tabella.';
$strShowStatusSlave_open_temp_tablesDescr = 'Il numero di tabelle temporaneamente aperte da processi SQL slave.';
$strShowStatusSlave_retried_transactionsDescr = 'Numero totale di volte (dalla partenza) in cui la replica slave SQL ha ritentato una transazione.';
$strShowStatusSlave_runningDescr = 'Questa chiave è ON se questo è un server slave connesso ad un server master.';
$strShowStatusSlow_launch_threadsDescr = 'Numero di processi che hanno impiegato più di "slow_launch_time" secondi per partire.';
$strShowStatusSlow_queriesDescr = 'Numero di query che hanno impiegato più di "long_query_time" seconds.';
$strShowStatusSort_merge_passesDescr = 'Il numero di fusioni passate all\'algoritmo di ordianemento che sono state fatte. Se questo valore è grande, dovresti incrementare la variabile di sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Il numero di ordinamenti che sono stati eseguiti in un intervallo.';
$strShowStatusSort_rowsDescr = 'Il numero di righe ordinate.';
$strShowStatusSort_scanDescr = 'Il numero di ordinamenti che sono stati fatti leggendo la tabella.';
$strShowStatusTable_locks_immediateDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente.';
$strShowStatusTable_locks_waitedDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente ed era necessaria un\'attesa. Se è alto, potresti avere dei problemi con le performance, dovresti prima ottimizzare le query, oppure sia utilizzare le repliche, sia dividere le tabelle.';
$strShowStatusThreads_cachedDescr = 'Il numero dei processi nella cache dei processi. L\'hit rate della cache può essere calcolato come processi_creati/connessioni. Se questo valore è rosso devi aumentare la tua thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Il numero di connessioni correntemente aperte.';
$strShowStatusThreads_createdDescr = 'Il numero di processi creati per gestire le connessioni. Se Threads_created è grosso, devi probabilmente aumentare il valore thread_cache_size. (Normalmente questo non fornisce un significatico incremento delle performace se hai una buona implementazione dei processi.)';
$strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSimplifiedChinese = 'Cinese Semplificato';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
$strSkipQueries = 'Numero di record (query) da saltare a partire dall\'inizio';
$strSlovak = 'Slovacco';
$strSlovenian = 'Sloveno';
$strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
$strSortByKey = 'Ordina per chiave';
$strSorting = 'Ordinando';
$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSpanish = 'Spagnolo';
$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").';
$strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL';
$strSQLExportType = 'Tipo di esportazione';
$strSQLImportOptions = 'Opzioni SQL';
$strSQLOptions = 'Opzioni SQL';
$strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:';
$strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Risultato SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
$strStatCheckTime = 'Ultimo controllo';
$strStatCreateTime = 'Creazione';
$strStatement = 'Istruzioni';
$strStatisticsOverrun = 'Su di un server sovraccarico, il contatore dei bytes potrebbe incrementarsi, e per questa ragione le statistiche riportate dal server MySQL potrebbero non essere corrette.';
$strStatUpdateTime = 'Ultimo cambiamento';
$strStatus = 'Stato';
$strStorageEngine = 'Motore di Memorizzazione';
$strStorageEngines = 'Motori di Memorizzazione';
$strStrucCSV = 'dati CSV';
$strStrucData = 'Struttura e dati';
$strStrucDrop = 'Aggiungi DROP TABLE';
$strStrucExcelCSV = 'CSV per dati MS Excel';
$strStrucNativeExcel = 'Dati nativi di MS Excel';
$strStrucOnly = 'Solo struttura';
$strStructPropose = 'Proponi la struttura della tabella';
$strStructure = 'Struttura';
$strSubmit = 'Invia';
$strSuccess = 'La query è stata eseguita con successo';
$strSum = 'Totali';
$strSwedish = 'Svedese';
$strSwitchToDatabase = 'Passare al Database copiato';
$strSwitchToTable = 'Passa alla tabella copiata';
 
$strTableAlreadyExists = 'La tabella %s esiste già!';
$strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella è vuoto!';
$strTableHasBeenDropped = 'La tabella %s è stata eliminata';
$strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
$strTableMaintenance = 'Amministrazione tabella';
$strTableOfContents = 'Tabella dei contenuti';
$strTableOptions = 'Opzioni della tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
$strTable = 'Tabella';
$strTableType = 'Tipo tabella';
$strTakeIt = 'prendilo';
$strTblPrivileges = 'Privilegi relativi alle tabelle';
$strTempData = 'Dati temporanei';
$strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non può essere modificato ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Tema di default %s non trovato!';
$strThemeNoPreviewAvailable = 'Nessuna preview disponibile.';
$strThemeNotFound = 'Tema %s non trovato!';
$strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovato!';
$strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non è una directory';
$strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
$strTimeoutNothingParsed = 'Nell\'ultima esecuzione nessun dato è stato processato, questo, solitamente, vuole dire che che phpMyAdmin non è in grado di ultimare l\'operazione fino a che non verrà aumentato il parametro php time limits.';
$strTimeoutPassed = 'Superato il tempo limite dello script, se vuoi finire l\'importazione inoltra nuovamente il file e il processo riprenderà.';
$strTime = 'Tempo';
$strToggleScratchboard = '(dis)attiva scratchboard';
$strTotal = 'Totali';
$strTotalUC = 'Totale';
$strTraditionalChinese = 'Cinese Tradizionale';
$strTraditionalSpanish = 'Spagnolo tradizionale';
$strTraffic = 'Traffico';
$strTransactionCoordinator = 'Coordinatore delle transazioni';
$strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota';
$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati.';
$strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)';
$strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).';
$strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.';
$strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)';
$strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.';
$strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.';
$strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.';
$strTransformation_text_plain__sql = 'Formatta il testo come query SQL con evidenziazione della sintassi.';
$strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .';
$strTruncateQueries = 'Tronca le Query Mostrate';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraino';
$strUncheckAll = 'Deseleziona tutti';
$strUnicode = 'Unicode';
$strUnique = 'Unica';
$strUnknown = 'sconosciuto';
$strUnselectAll = 'Deseleziona Tutto';
$strUnsupportedCompressionDetected = 'Stai cercando di importare un file con un tipo di compressione non supportato. Altrimenti il supporto per questo tipo di compressione non è stato ancora implementato o è stato disabilitato dalla tua configurazione.';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
$strUpdateProfileMessage = 'Il profilo è stato aggiornato.';
$strUpdateQuery = 'Aggiorna Query';
$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
$strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.';
$strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.';
$strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUsedPhpExtensions = 'Estensioni PHP usate';
$strUseHostTable = 'Utilizza la Tabella dell\'Host';
$strUserAlreadyExists = 'L\'utente %s esiste già!';
$strUserEmpty = 'Il nome utente è vuoto!';
$strUserName = 'Nome utente';
$strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.';
$strUserOverview = 'Vista d\'insieme dell\'utente';
$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
$strUsersHavingAccessToDb = 'Utenti che hanno accesso a &quot;%s&quot;';
$strUser = 'Utente';
$strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove';
$strUseTables = 'Utilizza tabelle';
$strUseTextField = 'Utilizza campo text';
$strUseThisValue = 'Usa questa opzione';
 
$strValidateSQL = 'Valida SQL';
$strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.';
$strValue = 'Valore';
$strVar = 'Variabile';
$strVersionInformation = 'Informazioni sulla versione';
$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
$strViewDumpDB = 'Visualizza dump (schema) del database';
$strViewDump = 'Visualizza dump (schema) della tabella';
$strViewHasBeenDropped = 'La vista %s è stata eliminata';
$strViewMaxExactCount = 'Questa vista ha più di %d righe. Per informazioni fare riferimento a %sdocumentation%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directory di upload del web-server';
$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
$strWelcome = 'Benvenuto in %s';
$strWestEuropean = 'Europeo Occidentale';
$strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
 
$strXML = 'XML';
 
$strYes = 'Sì';
 
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/italian-iso-8859-15.inc.php
0,0 → 1,982
<?php
/* $Id: italian-iso-8859-15.inc.php,v 2.52.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* translated by: Pietro Danesi <danone at users.sourceforge.net> 2002-03-29
* Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
* Revised by: "Luca Rebellato" <rebeluca at users.sourceforge.net> 2005-11-27
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
 
$strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL';
$strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
$strAction = 'Azione';
$strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT';
$strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddDropDatabase = 'Aggiungi DROP DATABASE';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIfNotExists = 'Aggiunge IF NOT EXISTS';
$strAddIntoComments = 'Aggiungi nei commenti';
$strAddNewField = 'Aggiungi un nuovo campo';
$strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database';
$strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella';
$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
$strAddToIndex = 'Aggiungi all\'indice &nbsp;%s&nbsp;colonna/e';
$strAddUser = 'Aggiungi un nuovo utente';
$strAddUserMessage = 'Hai aggiunto un nuovo utente.';
$strAdministration = 'Amministrazione';
$strAffectedRows = 'Righe interessate:';
$strAfter = 'Dopo %s';
$strAfterInsertBack = 'Indietro';
$strAfterInsertNewInsert = 'Inserisci un nuovo record';
$strAfterInsertNext = 'Modifica il record successivo';
$strAfterInsertSame = 'Torna a questa pagina';
$strAllowInterrupt = 'Permette di interrompere il processo di importazione nel caso lo script rilevi che è troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
$strAll = 'Tutti';
$strAlterOrderBy = 'Altera tabella ordinata per';
$strAnalyzeTable = 'Analizza tabella';
$strAnd = 'E';
$strAndThen = 'e quindi';
$strAnIndex = 'Un indice è stato aggiunto in %s';
$strAnyHost = 'Qualsiasi host';
$strAny = 'Qualsiasi';
$strAnyUser = 'Qualsiasi utente';
$strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11';
$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
$strArabic = 'Arabo';
$strArmenian = 'Armeno';
$strAscending = 'Crescente';
$strAtBeginningOfTable = 'All\'inizio della tabella';
$strAtEndOfTable = 'Alla fine della tabella';
$strAttr = 'Attributi';
$strAutodetect = 'Autorilevazione';
$strAutomaticLayout = 'Impaginazione automatica';
 
$strBack = 'Indietro';
$strBaltic = 'Baltico';
$strBeginCut = 'INIZIO CUT';
$strBeginRaw = 'INIZIO RAW';
$strBinary = 'Binario';
$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo di evento';
$strBinLogInfo = 'Informazioni';
$strBinLogName = 'Nome del Log';
$strBinLogOriginalPosition = 'Posizione originale';
$strBinLogPosition = 'Posizione';
$strBinLogServerId = 'ID del server';
$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
$strBookmarkCreated = 'Segnalibro %s creato';
$strBookmarkDeleted = 'Il bookmark è stato cancellato.';
$strBookmarkLabel = 'Etichetta';
$strBookmarkQuery = 'Query SQL aggiunte ai preferiti';
$strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome';
$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL';
$strBookmarkView = 'Visualizza solo';
$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT';
$strBrowseForeignValues = 'Sfoglia le opzioni straniere';
$strBrowse = 'Mostra';
$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Utilizzo del Buffer Pool';
$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferReadMisses = 'Non letto';
$strBufferWriteWaits = 'In attesa di scrittura';
$strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Pagine occupate';
$strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro <code>$cfg[\'BZipDump\']</code> nel vostro file di configurazione di phpMyAdmin a <code>FALSE</code>. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.';
$strBzip = '"compresso con bzip2"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
$strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
$strCantLoad = 'Impossibile caricare l\'estensione %s,<br />prego controllare la configurazione di PHP';
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
$strCardinality = 'Cardinalità';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europeo Centrale';
$strChangeCopyModeCopy = '... mantieni quello vecchio.';
$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
$strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.';
$strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.';
$strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.';
$strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente';
$strChangeDisplay = 'Scegli il campo da mostrare';
$strChange = 'Modifica';
$strChangePassword = 'Cambia password';
$strCharsetOfFile = 'Set di caratteri del file:';
$strCharsetsAndCollations = 'Set di Caratteri e Collations';
$strCharset = 'Set di caratteri';
$strCharsets = 'Set di caratteri';
$strCheckAll = 'Seleziona tutti';
$strCheckOverhead = 'Controllo addizionale';
$strCheckPrivs = 'Controlla i privilegi';
$strCheckPrivsLong = 'Controlla i privilegi per il database &quot;%s&quot;.';
$strCheckTable = 'Controlla tabella';
$strChoosePage = 'Prego scegliere una Page da modificare';
$strColComFeat = 'Visualizzazione commenti delle colonne';
$strCollation = 'Collation';
$strColumnNames = 'Nomi delle colonne';
$strColumnPrivileges = 'Privilegi relativi alle colonne';
$strCommand = 'Comando';
$strComments = 'Commenti';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Compatibile con MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserimenti completi';
$strCompression = 'Compressione';
$strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s';
$strConfigDefaultFileError = 'Non posso leggere la configurazione da: "%1$s"';
$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!<br />Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.<br />Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.<br />Se ricevete una pagina bianca, allora è tutto a posto.';
$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
$strConnectionError = 'Impossibile connettersi: impostazioni non valide.';
$strConnections = 'Connessioni';
$strConstraintsForDumped = 'Limiti per le tabelle scaricate';
$strConstraintsForTable = 'Limiti per la tabella';
$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.';
$strCopy = 'Copia';
$strCopyDatabaseOK = 'Il Database %s è stato copiato in %s';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
$strCopyTableOK = 'La tabella %s è stata copiata su %s.';
$strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!';
$strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.';
$strCreate = 'Crea';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare';
$strCreateIndex = 'Crea un indice su &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Crea un nuovo indice';
$strCreateNewDatabase = 'Crea un nuovo database';
$strCreateNewTable = 'Crea una nuova tabella nel database %s';
$strCreatePage = 'Crea una nuova Page';
$strCreatePdfFeat = 'Creazione di PDF';
$strCreationDates = 'Creazione/Aggiornamento/Controllo date';
$strCriteria = 'Criterio';
$strCroatian = 'Croato';
$strCSV = 'CSV';
$strCSVImportOptions = 'opzioni CSV';
$strCSVOptions = 'Opzioni CSV';
$strCyrillic = 'Cirillico';
$strCzech = 'Ceco';
$strCzechSlovak = 'Ceco-Slovacco';
 
$strDanish = 'Danese';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
$strDatabaseExportOptions = 'Opzioni di esportazione del database';
$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
$strDatabaseNoTable = 'Questo database non contiene tabelle!';
$strDatabases = 'Database';
$strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
$strDatabasesStatsDisable = 'Disabilita le Statistiche';
$strDatabasesStatsEnable = 'Abilita le Statistiche';
$strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.';
$strDatabasesStats = 'Statistiche dei databases';
$strData = 'Dati';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database';
$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
$strDefault = 'Predefinito';
$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a';
$strDefragment = 'Deframmenta la tabella';
$strDelayedInserts = 'Utilizza inserimenti ritardati';
$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
$strDelete = 'Cancella';
$strDeleted = 'La riga è stata cancellata';
$strDeletedRows = 'Righe cancellate:';
$strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
$strDeleting = 'Cancellazione in corso di %s';
$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDescending = 'Decrescente';
$strDescription = 'Descrizione';
$strDictionary = 'dizionario';
$strDirtyPages = 'Pagine sporche';
$strDisabled = 'Disabilitata';
$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
$strDisplayFeat = 'Mostra Caratteristiche';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: ';
$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$strDrop = 'Elimina';
$strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.';
$strDumpingData = 'Dump dei dati per la tabella';
$strDumpSaved = 'Il dump è stato salvato sul file %s.';
$strDumpXRows = 'Dump di %s righe a partire dalla riga %s.';
$strDynamic = 'dinamico';
 
$strEdit = 'Modifica';
$strEditPDFPages = 'Modifica pagine PDF';
$strEditPrivileges = 'Modifica Privilegi';
$strEffective = 'Effettivo';
$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
$strEmpty = 'Svuota';
$strEnabled = 'Abilitata';
$strEncloseInTransaction = 'Includi export in una transazione';
$strEndCut = 'FINE CUT';
$strEnd = 'Fine';
$strEndRaw = 'FINE RAW';
$strEngineAvailable = '%s è disponibile su questo server MySQL.';
$strEngineDisabled = '%s è stato disabilitato su questo server MySQL.';
$strEngines = 'Motori';
$strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.';
$strEnglish = 'Inglese';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore';
$strErrorInZipFile = 'Errore nell\'archivio ZIP:';
$strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estone';
$strExcelEdition = 'Edizione Excel';
$strExcelOptions = 'Opzioni di Excel';
$strExecuteBookmarked = 'Esegue la query dalle preferite';
$strExplain = 'Spiega SQL';
$strExport = 'Esporta';
$strExtendedInserts = 'Inserimenti estesi';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativi falliti';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Il campo %s è stato eliminato';
$strFields = 'Campi';
$strFieldsEmpty = ' Il contatore dei campi è vuoto! ';
$strFieldsEnclosedBy = 'Campo composto da';
$strFieldsEscapedBy = 'Campo impedito da';
$strFieldsTerminatedBy = 'Campo terminato da';
$strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".';
$strFileCouldNotBeRead = 'Il file non può essere letto';
$strFileNameTemplateDescriptionDatabase = 'nome database';
$strFileNameTemplateDescription = 'Questo valore è interpretato usando %1$sstrftime%2$s, in questo modo puoi usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato.';
$strFileNameTemplateDescriptionServer = 'nome server';
$strFileNameTemplateDescriptionTable = 'nome tabella';
$strFileNameTemplate = 'Nome file template';
$strFileNameTemplateRemember = 'ricorda il template';
$strFileToImport = 'File importato';
$strFixed = 'fisso';
$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.';
$strFlushQueryCache = 'Rinfresca la cache delle query';
$strFlushTable = 'Inizializza ("FLUSH") la tabella';
$strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFreePages = 'Pagine libere';
$strFullText = 'Testo completo';
$strFunction = 'Funzione';
 
$strGenBy = 'Generato da';
$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
$strGenerate = 'Genera';
$strGeneratePassword = 'Genera Password';
$strGenTime = 'Generato il';
$strGeorgian = 'Georgiano';
$strGerman = 'Tedesco';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Privilegi globali';
$strGlobalValue = 'Valore globale';
$strGo = 'Esegui';
$strGrantOption = 'Grant';
$strGreek = 'Greco';
$strGzip = '"compresso con gzip"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'è stato modificato.';
$strHasBeenCreated = 'è stato creato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
$strHebrew = 'Ebreo';
$strHexForBinary = 'Usa l\'esadecimale per i dati binari';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
$strHostEmpty = 'Il nome di host è vuoto!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opzioni di esportazione di Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opzioni di esportazione di Microsoft Word 2000';
$strHungarian = 'Ungherese';
 
$strIcelandic = 'Islandese';
$strId = 'ID';
$strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato';
$strImport = 'Importa';
$strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d queries eseguite.';
$strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndex = 'Indice';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`';
$strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
$strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
$strInnoDBAutoextendIncrement = 'Incremento autoextend';
$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
$strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
$strInnoDBDataFilePath = 'File dati';
$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati';
$strInnoDBPages = 'pagine';
$strInnodbStat = 'Stato InnoDB';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRowId = 'Inserito id riga:';
$strInsertedRows = 'Righe inserite:';
$strInsert = 'Inserisci';
$strInsertNewRow = 'Inserisci una nuova riga';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelations = 'Relazioni interne';
$strInUse = 'in uso';
$strInvalidAuthMethod = 'Metodo di autenticazione settato nella configurazione non valido:';
$strInvalidColumn = 'Colonna specificata (%s) invalida!';
$strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
$strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.';
$strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.';
$strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s';
$strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
$strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
$strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!';
$strInvalidRowNumber = '%d non è un numero valido di righe.';
$strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.';
$strInvalidServerIndex = 'Server index non valido: "%s"';
 
$strJapanese = 'Giapponese';
$strJoins = 'Joins';
$strJumpToDB = 'Passa al database &quot;%s&quot;.';
$strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.';
$strJustDeleteDescr = 'Gli utenti &quot;cancellati&quot; saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.';
 
$strKeepPass = 'Non cambiare la password';
$strKeyCache = 'Key cache';
$strKeyname = 'Nome chiave';
$strKill = 'Rimuovi';
$strKorean = 'Coreano';
 
$strLandscape = 'Orizzontale';
$strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.';
$strLanguageUnknown = 'Lingua non conosciuta : %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Sottotitolo della tabella';
$strLatexContent = 'Contenuto della tabella __TABLE__';
$strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
$strLatexContinued = '(continua)';
$strLatexIncludeCaption = 'Includi sottotitolo della tabella';
$strLatexLabel = 'Chiave etichetta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opzioni LaTeX';
$strLatexStructure = 'Struttura della tabella __TABLE__';
$strLatvian = 'Lituano';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Opzione per importazione CSV usando LOAD DATA';
$strLDILocal = 'Usa LOCAL keyword';
$strLengthSet = 'Lunghezza/Set*';
$strLimitNumRows = 'record per pagina';
$strLinesTerminatedBy = 'Linee terminate da';
$strLinkNotFound = 'Link non trovato';
$strLinksTo = 'Collegamenti a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Locale';
$strLocationTextfile = 'Percorso del file';
$strLogin = 'Connetti';
$strLoginInformation = 'Informazioni di Login';
$strLogout = 'Disconnetti';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Nome utente:';
$strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
 
$strMaxConnects = 'max. connessioni contemporanee';
$strMaximalQueryLength = 'Lunghezza massima di una query creata';
$strMaximumSize = 'Dimensione massima: %s%s';
$strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.';
$strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!';
$strMIME_available_mime = 'Tipi-MIME disponibili';
$strMIME_available_transform = 'Trasformazioni disponibili';
$strMIME_description = 'Descrizione';
$strMIME_MIMEtype = 'tipo MIME';
$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.<br />Prego, chiedere all\'autore cosa %s faccia.';
$strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s';
$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...<br />Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Opzioni di Transformation';
$strMIME_transformation = 'Trasformazione del Browser';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
$strModifications = 'Le modifiche sono state salvate';
$strModifyIndexTopic = 'Modifica un indice';
$strModify = 'Modifica';
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMultilingual = 'multilingua';
$strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.';
$strMyISAMDataPointerSize = 'Domensione del puntatore dati';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.';
$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice';
$strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento';
$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalità di ripristino automatico';
$strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.';
$strMyISAMRepairThreads = 'Thread di riparazione';
$strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
$strMySQLCharset = 'Set di caratteri MySQL';
$strMysqlClientVersion = 'Versione MySQL client';
$strMySQLConnectionCollation = 'collazione della connessione di MySQL';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL';
$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL';
 
$strName = 'Nome';
$strNext = 'Prossimo';
$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
$strNoDatabases = 'Nessun database';
$strNoDatabasesSelected = 'Nessun database selezionato.';
$strNoDescription = 'nessuna Description';
$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoExplain = 'Non Spiegare SQL';
$strNoFilesFoundInZip = 'Non sono stati trovati file ZIP all\'interno dell\'archivio!';
$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
$strNoIndex = 'Nessun indice definito!';
$strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
$strNoModification = 'Nessun cambiamento';
$strNone = 'Nessuno';
$strNo = ' No ';
$strNoOptions = 'Questo formato non ha opzioni';
$strNoPassword = 'Nessuna Password';
$strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.';
$strNoPhp = 'senza codice PHP';
$strNoPrivileges = 'Nessun Privilegio';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
$strNoRowsSelected = 'Nessuna riga selezionata';
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
$strNoTablesFound = 'Non ci sono tabelle nel database.';
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
$strNothingToImport = 'Non hai inserito alcun dato da importare';
$strNotNumber = 'Questo non è un numero!';
$strNotOK = 'non OK';
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
$strNoUsersFound = 'Nessun utente trovato.';
$strNoValidateSQL = 'Non Validare SQL';
$strNull = 'Null';
$strNumberOfFields = 'Numero di campi';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
 
$strOK = 'OK';
$strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin';
$strOperations = 'Operazioni';
$strOperator = 'Operatore';
$strOptimizeTable = 'Ottimizza tabella';
$strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
 
$strPageNumber = 'Numero pagina:';
$strPagesToBeFlushed = 'Pagine che devono essere flushate';
$strPaperSize = 'Dimensioni carta';
$strPartialImport = 'Importazione parziale';
$strPartialText = 'Testo parziale';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'La password non coincide!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPDFOptions = 'Opzioni PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titolo del Report';
$strPerHour = 'all\'ora';
$strPerMinute = 'al minuto';
$strPerSecond = 'al secondo';
$strPersian = 'Persiano';
$strPhoneBook = 'rubrica';
$strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.';
$strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPmaUriError = 'La direttiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEVE essere impostata nel file di configurazione!';
$strPolish = 'Polacco';
$strPortrait = 'Verticale';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Stampa';
$strPrintViewFull = 'Vista stampa (con full text)';
$strPrintView = 'Visualizza per stampa';
$strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.';
$strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.';
$strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.';
$strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.';
$strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.';
$strPrivDescCreateTbl = 'Permette di creare nuove tabelle.';
$strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.';
$strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.';
$strPrivDescCreateView = 'Permette la creazione di nuove viste.';
$strPrivDescDelete = 'Permette di cancellare dati.';
$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
$strPrivDescDropTbl = 'Permette di eliminare tabelle.';
$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
$strPrivDescFile = 'Permette di importare dati da e esportare dati in files.';
$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
$strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.';
$strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.';
$strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.';
$strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.';
$strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.';
$strPrivDescMaxUserConnections = 'Limite di connessioni simultanee che un utente può fare.';
$strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.';
$strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.';
$strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.';
$strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.';
$strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.';
$strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.';
$strPrivDescSelect = 'Permette di leggere i dati.';
$strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.';
$strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permette di chiudere il server.';
$strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.';
$strPrivDescUpdate = 'Permette di cambiare i dati.';
$strPrivDescUsage = 'Nessun privilegio.';
$strPrivileges = 'Privilegi';
$strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.';
$strProcesslist = 'Lista Processi';
$strProtocolVersion = 'Versione protocollo';
$strPutColNames = 'Mette i nomi delle colonne alla prima riga';
 
$strQBEDel = 'Cancella';
$strQBEIns = 'Aggiungi';
$strQBE = 'Query da esempio';
$strQueryCache = 'Cache delle query';
$strQueryFrame = 'Finestra della Query';
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
$strQuerySQLHistory = 'Storico dell\'SQL';
$strQueryStatistics = '<b>Query delle Statistiche</b>: Dall\'avvio, %s queries sono state effettuate sul server.';
$strQueryTime = 'La query ha impiegato %01.4f sec';
$strQueryType = 'Tipo di Query';
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
 
$strReadRequests = 'Richieste di lettura';
$strReceived = 'Ricevuti';
$strRecords = 'Record';
$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRefresh = 'Aggiorna';
$strRelationalSchema = 'Schema relazionale';
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relazioni';
$strRelationView = 'Vedi relazioni';
$strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
$strReloadMySQL = 'Riavvia MySQL';
$strRemoveSelectedUsers = 'Rimuove gli utenti selezionati';
$strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s';
$strRenameTableOK = 'La tabella %s è stata rinominata %s';
$strRenameTable = 'Rinomina la tabella in';
$strRepairTable = 'Ripara tabella';
$strReplaceNULLBy = 'Sostituisci NULL con';
$strReplaceTable = 'Sostituisci i dati della tabella col file';
$strReplication = 'Replicazione';
$strReset = 'Riavvia';
$strResourceLimits = 'Limiti di risorse';
$strReType = 'Reinserisci';
$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
$strRevokeMessage = 'Hai revocato i privilegi per %s';
$strRevoke = 'Revoca';
$strRomanian = 'Rumeno';
$strRowLength = 'Lunghezza riga';
$strRowsFrom = 'righe a partire da';
$strRowSize = 'Dimensione riga';
$strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)';
$strRowsModeHorizontal = ' orizzontale ';
$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
$strRowsModeVertical = ' verticale ';
$strRows = 'Righe';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
$strRunQuery = 'Invia Query';
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strRunSQLQueryOnServer = 'Eseguendo query SQL sul server %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salva sul server nella directory %s';
$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
$strSearch = 'Cerca';
$strSearchFormTitle = 'Cerca nel database';
$strSearchInTables = 'Nella/e tabella/e:';
$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):';
$strSearchOption1 = 'almeno una delle parole';
$strSearchOption2 = 'tutte le parole';
$strSearchOption3 = 'la frase esatta';
$strSearchOption4 = 'come espressione regolare';
$strSearchResultsFor = 'Cerca i risultati per "<i>%s</i>" %s:';
$strSearchType = 'Trova:';
$strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto';
$strSelectBinaryLog = 'Selezionare il log binario da visualizzare';
$strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query';
$strSelectTables = 'Seleziona Tables';
$strSend = 'Salva con nome...';
$strSent = 'Spediti';
$strServerChoice = 'Scelta del server';
$strServerNotResponding = 'Il server non risponde';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabProcesslist = 'Processi';
$strServerTabVariables = 'Variabili';
$strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL';
$strSessionValue = 'Valore sessione';
$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowDatadictAs = 'Formato del Data Dictionary';
$strShowFullQueries = 'Mostra query complete';
$strShowGrid = 'Mostra la griglia';
$strShowingBookmark = 'Mostrando i segnalibri';
$strShowingRecords = 'Visualizzazione record ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostra le tabelle aperte';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowSlaveHosts = 'Mostra gli hosts slave';
$strShowSlaveStatus = 'Mostra lo stato degli slave';
$strShowStatusBinlog_cache_disk_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario, ma che oltrepassano il valore di binlog_cache_size e usano un file temporaneo per salvare gli statements dalle transazioni.';
$strShowStatusBinlog_cache_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Il numero delle tabelle temporanee create automaticamente sul disco dal server mentre esegue i comandi. Se il valore Created_tmp_disk_tables è grande, potresti voler aumentare il valore tmp_table_size, per fare im modo che le tabelle temporanee siano memory-based anzichè disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'Numero di files temporanei che mysqld ha creato.';
$strShowStatusCreated_tmp_tablesDescr = 'Il numero di tabelle temporanee create automaticamente in memoria dal server durante l\'esecuzione dei comandi.';
$strShowStatusDelayed_errorsDescr = 'Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori (probabilmete chiave dublicata).';
$strShowStatusDelayed_insert_threadsDescr = 'Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato INSERT DELAYED occupa un thread.';
$strShowStatusDelayed_writesDescr = 'Il numero di righe INSERT DELAYED scritte.';
$strShowStatusFlush_commandsDescr = 'Il numero di comandi FLUSH eseguiti.';
$strShowStatusHandler_commitDescr = 'Il numero di comandi interni COMMIT eseguiti.';
$strShowStatusHandler_deleteDescr = 'Il numero di volte in cui una riga è stata cancellata da una tabella.';
$strShowStatusHandler_discoverDescr = 'Il server MySQL può chiedere al motore di storage NDB Cluster se conosce una tabella sulla base di un nome dato. Questo è chaiamto discovery. Handler_discover indica il numero di volte che una tabella è stata trovata.';
$strShowStatusHandler_read_firstDescr = 'Il numero di volte che il primo valore è stato letto da un indice. Se è troppo alto è probabile che il server stia facendo molte scansioni complete degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia indicizzata.';
$strShowStatusHandler_read_keyDescr = 'Il numero di richieste per leggere una riga basata su di una chiave. Se è alta, è un buon indice che le tue query e le tue tabelle sono correttamente indicizzate.';
$strShowStatusHandler_read_nextDescr = 'Il numero di richieste per leggere la riga successiva nell\'ordine delle chiavi. Questo valore è incrementato se stai facendo una query su di una colonna indice con un range costante, oppure se stai facendo una scansione degli indici.';
$strShowStatusHandler_read_prevDescr = 'Il numero di richieste per leggere la riga precedente nell\'ordine delle chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Il numero di richieste per leggere una riga basata su una posizione fissa. Questo valore è alto se stai facendo molte richieste che richiedono un ordinamento dei risultati. Probabilmente hai molte query che che richiedono a MySQL di leggere l\'intera tabella oppure ci sono dei joins che non usano le chiavi correttamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Il numero di richieste per leggere la riga successiva in un file di dati. Questo valore è alto se stai facendo molte scansioni della tabella. Generalmente è un segnale che le tue tabelle non sono correttamente indicizzate, o che le query non sono state scritte per trarre vantaggi dagli indici che hai.';
$strShowStatusHandler_rollbackDescr = 'Il numero di comandi ROLLBACK interni.';
$strShowStatusHandler_updateDescr = 'Il numero di richieste per aggiornare una riga in una tabella.';
$strShowStatusHandler_writeDescr = 'Il numero di richieste per inserire una riga in una tabella.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Il numero di pagine che contengono dati (sporchi o puliti).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Il numero di pagine attualmente sporche.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Il numero di buffer pool pages che hanno avuto richiesta di essere aggiornate.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Il numero di pagine libere.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Il numero di pagine bloccate in un InnoDB buffer pool. Queste pagine sono attualmente in lettura o in scittura e non possono essere aggiornate o rimosse per altre ragioni.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Il numero di pagine occupate perchè sono state allocate per amministrazione, come row locks o per hash index adattivi. Questo valore può essere calcolato come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Il numero totale di buffer pool, in pagine.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Il numero di read-aheads "random" InnoDB iniziate. Questo accade quando una query legge una porzione di una tabella, ma in ordine casuale.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB esegue una scansione completa sequenziale di una tabella.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Il numero di richieste logiche che InnoDb ha fatto.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool e che devono fare una lettura di una pagina singola.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente le sritture nel buffer pool InnoDB vengono effettuate in background. Tuttavia se è necessario leggere o creare una pagina, e non sono disponibile pagine pulite è necessario attendere che le pagine siano aggiornate prima. Questo contatore conta le istanze di queste attese. Se la dimesione del buffer pool è stata settata correttamente questo valore dovrebbe essere basso.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Il numero di scritture effettuate nel buffer pool InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Il numero delle operazioni fsync() fino ad ora.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Il numero di operazioni fsync() in attesa.';
$strShowStatusInnodb_data_pending_readsDescr = 'Il numero di letture in attesa.';
$strShowStatusInnodb_data_pending_writesDescr = 'Il numero di scritture in attesa.';
$strShowStatusInnodb_data_readDescr = 'La quantità di dati letti fino ad ora, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'Il numero totale di dati letti.';
$strShowStatusInnodb_data_writesDescr = 'Il numero totale di dati scritti.';
$strShowStatusInnodb_data_writtenDescr = 'La quantità di dati scritti fino ad ora, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_dblwr_writesDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_log_waitsDescr = 'Il numero di attese che abbiamo avuto perchè il buffer di log era troppo piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare.';
$strShowStatusInnodb_log_write_requestsDescr = 'Il numero di richieste di scrittura dei log.';
$strShowStatusInnodb_log_writesDescr = 'Il numero scritture fisiche del log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte sul log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Il numero degli fsyncs in sospeso sul log file.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Il numero di scritture in sospeso sul log file.';
$strShowStatusInnodb_os_log_writtenDescr = 'Il numero di bytes scritti sul log file.';
$strShowStatusInnodb_pages_createdDescr = 'Il numero di pagine create.';
$strShowStatusInnodb_page_sizeDescr = 'La dimesione di-compilazione delle pagine InnoDB (default 16KB). Molti valori sono conteggiati nelle pagine; la dimesione delle pagine permette di convertirli facilmente in bytes.';
$strShowStatusInnodb_pages_readDescr = 'Il numero di pagine lette.';
$strShowStatusInnodb_pages_writtenDescr = 'Il numero di pagine scritte.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Il numero di row locks attualmente in attesa.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_timeDescr = 'Il tempo totale per l\'acquisizione di un row locks, in millisecondi.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Il tempo massimo per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Il numero di volte che un row lock ha dovuto attendere.';
$strShowStatusInnodb_rows_deletedDescr = 'Il numero di righe cancellate da una tabella InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Il numero di righe inserite da una tabella InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Il numero di righe lette da una tabella InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Il numero di righe aggiornate da una tabella InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Il numero di blocchi chaive aggiunti nella cache chiave che sono stati cambiati, ma che non sono stai aggiornati su disco. E\' conosciuto con il nome di Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore per determinare quanta cache chiave è in uso.';
$strShowStatusKey_blocks_usedDescr = 'Il numero di blocchi usati nella cache chiave. The number of used blocks in the key cache. Questo valore è un\'importante segnale che indica il numero massimo di blocchi che sono stati in uso contemporaneamente.';
$strShowStatusKey_read_requestsDescr = 'Il numero di richieste per le ggere un blocco chiave dalla cache.';
$strShowStatusKey_readsDescr = 'Il numero di letture fisiche dal disco di un blocco chiave. Se Key_reads è grande allora il valore key_buffer_size è probabilmente troppo piccolo. IIl rapporto di cache miss rate può essere calcolato come Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una blocco chiave nella cache.';
$strShowStatusKey_writesDescr = 'Il numero di scritture fisiche di un blocco chiave sul disco.';
$strShowStatusLast_query_costDescr = 'Il costo totale dell\'ultima query compilata così come computato dall\'ottimizzatore delle query. Utile per comparare il costo di differenti query per la stessa operazione di query. Il valore di default è 0, che significa che nessuna query è stata ancora compilata.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'In numero di righe in attesa di essere scritte nella coda INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
$strShowStatusOpen_filesDescr = 'Il numero di files che sono aperti.';
$strShowStatusOpen_streamsDescr = 'il numero di stream che sono aperti (usato principalmente per il logging).';
$strShowStatusOpen_tablesDescr = 'Il numero di tabelle che sono aperte.';
$strShowStatusQcache_free_blocksDescr = 'Il numero di blocchi di memoria liberi nella cache delle query.';
$strShowStatusQcache_free_memoryDescr = 'L\'ammontare di memoria libera nella cache delle query.';
$strShowStatusQcache_hitsDescr = 'Il numero di cache hits.';
$strShowStatusQcache_insertsDescr = 'Il numero di query aggiunte alla cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Il numero di query che sono state rimosse dalla cache per liberare memoria per la cache di nuove query. Questa informazione può aiutarti per parametrare la dimensione della cache delle query. La cache delle query usa una strategia di "meno usate recentemente" (LRU - least recently used) per decidere quali query rimuovere dalla cache.';
$strShowStatusQcache_not_cachedDescr = 'Il numero di query non in cache (impossibilità di inserirle nella cache oppure non inserite per i settaggi del parametro query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Il numero di query registrate nella cache.';
$strShowStatusQcache_total_blocksDescr = 'Il numero totale di blocchi nella cache delle query.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'Lo sato delle repliche failsafe (non ancora implementato).';
$strShowStatusSelect_full_joinDescr = 'Il numero di joins che non usano gli indici. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_full_range_joinDescr = 'Il numero di joins che usano una ricerca limitata su di una tabella di riferimento.';
$strShowStatusSelect_range_checkDescr = 'Il numero di joins senza chiavi che controllano per l\'uso di una chiave dopo ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_rangeDescr = 'Il numero di joins che usano un range sulla prima tabella. (Non è, solitamente, un valore critico anche se è grande.)';
$strShowStatusSelect_scanDescr = 'Il numero di join che hanno effettuato una scansione completa della prima tabella.';
$strShowStatusSlave_open_temp_tablesDescr = 'Il numero di tabelle temporaneamente aperte da processi SQL slave.';
$strShowStatusSlave_retried_transactionsDescr = 'Numero totale di volte (dalla partenza) in cui la replica slave SQL ha ritentato una transazione.';
$strShowStatusSlave_runningDescr = 'Questa chiave è ON se questo è un server slave connesso ad un server master.';
$strShowStatusSlow_launch_threadsDescr = 'Numero di processi che hanno impiegato più di "slow_launch_time" secondi per partire.';
$strShowStatusSlow_queriesDescr = 'Numero di query che hanno impiegato più di "long_query_time" seconds.';
$strShowStatusSort_merge_passesDescr = 'Il numero di fusioni passate all\'algoritmo di ordianemento che sono state fatte. Se questo valore è grande, dovresti incrementare la variabile di sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Il numero di ordinamenti che sono stati eseguiti in un intervallo.';
$strShowStatusSort_rowsDescr = 'Il numero di righe ordinate.';
$strShowStatusSort_scanDescr = 'Il numero di ordinamenti che sono stati fatti leggendo la tabella.';
$strShowStatusTable_locks_immediateDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente.';
$strShowStatusTable_locks_waitedDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente ed era necessaria un\'attesa. Se è alto, potresti avere dei problemi con le performance, dovresti prima ottimizzare le query, oppure sia utilizzare le repliche, sia dividere le tabelle.';
$strShowStatusThreads_cachedDescr = 'Il numero dei processi nella cache dei processi. L\'hit rate della cache può essere calcolato come processi_creati/connessioni. Se questo valore è rosso devi aumentare la tua thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Il numero di connessioni correntemente aperte.';
$strShowStatusThreads_createdDescr = 'Il numero di processi creati per gestire le connessioni. Se Threads_created è grosso, devi probabilmente aumentare il valore thread_cache_size. (Normalmente questo non fornisce un significatico incremento delle performace se hai una buona implementazione dei processi.)';
$strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSimplifiedChinese = 'Cinese Semplificato';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
$strSkipQueries = 'Numero di record (query) da saltare a partire dall\'inizio';
$strSlovak = 'Slovacco';
$strSlovenian = 'Sloveno';
$strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
$strSortByKey = 'Ordina per chiave';
$strSorting = 'Ordinando';
$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSpanish = 'Spagnolo';
$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").';
$strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL';
$strSQLExportType = 'Tipo di esportazione';
$strSQLImportOptions = 'Opzioni SQL';
$strSQLOptions = 'Opzioni SQL';
$strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:';
$strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Risultato SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
$strStatCheckTime = 'Ultimo controllo';
$strStatCreateTime = 'Creazione';
$strStatement = 'Istruzioni';
$strStatisticsOverrun = 'Su di un server sovraccarico, il contatore dei bytes potrebbe incrementarsi, e per questa ragione le statistiche riportate dal server MySQL potrebbero non essere corrette.';
$strStatUpdateTime = 'Ultimo cambiamento';
$strStatus = 'Stato';
$strStorageEngine = 'Motore di Memorizzazione';
$strStorageEngines = 'Motori di Memorizzazione';
$strStrucCSV = 'dati CSV';
$strStrucData = 'Struttura e dati';
$strStrucDrop = 'Aggiungi DROP TABLE';
$strStrucExcelCSV = 'CSV per dati MS Excel';
$strStrucNativeExcel = 'Dati nativi di MS Excel';
$strStrucOnly = 'Solo struttura';
$strStructPropose = 'Proponi la struttura della tabella';
$strStructure = 'Struttura';
$strSubmit = 'Invia';
$strSuccess = 'La query è stata eseguita con successo';
$strSum = 'Totali';
$strSwedish = 'Svedese';
$strSwitchToDatabase = 'Passare al Database copiato';
$strSwitchToTable = 'Passa alla tabella copiata';
 
$strTableAlreadyExists = 'La tabella %s esiste già!';
$strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella è vuoto!';
$strTableHasBeenDropped = 'La tabella %s è stata eliminata';
$strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
$strTableMaintenance = 'Amministrazione tabella';
$strTableOfContents = 'Tabella dei contenuti';
$strTableOptions = 'Opzioni della tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
$strTable = 'Tabella';
$strTableType = 'Tipo tabella';
$strTakeIt = 'prendilo';
$strTblPrivileges = 'Privilegi relativi alle tabelle';
$strTempData = 'Dati temporanei';
$strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non può essere modificato ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Tema di default %s non trovato!';
$strThemeNoPreviewAvailable = 'Nessuna preview disponibile.';
$strThemeNotFound = 'Tema %s non trovato!';
$strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovato!';
$strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non è una directory';
$strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
$strTimeoutNothingParsed = 'Nell\'ultima esecuzione nessun dato è stato processato, questo, solitamente, vuole dire che che phpMyAdmin non è in grado di ultimare l\'operazione fino a che non verrà aumentato il parametro php time limits.';
$strTimeoutPassed = 'Superato il tempo limite dello script, se vuoi finire l\'importazione inoltra nuovamente il file e il processo riprenderà.';
$strTime = 'Tempo';
$strToggleScratchboard = '(dis)attiva scratchboard';
$strTotal = 'Totali';
$strTotalUC = 'Totale';
$strTraditionalChinese = 'Cinese Tradizionale';
$strTraditionalSpanish = 'Spagnolo tradizionale';
$strTraffic = 'Traffico';
$strTransactionCoordinator = 'Coordinatore delle transazioni';
$strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota';
$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati.';
$strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)';
$strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).';
$strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.';
$strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)';
$strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.';
$strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.';
$strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.';
$strTransformation_text_plain__sql = 'Formatta il testo come query SQL con evidenziazione della sintassi.';
$strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .';
$strTruncateQueries = 'Tronca le Query Mostrate';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraino';
$strUncheckAll = 'Deseleziona tutti';
$strUnicode = 'Unicode';
$strUnique = 'Unica';
$strUnknown = 'sconosciuto';
$strUnselectAll = 'Deseleziona Tutto';
$strUnsupportedCompressionDetected = 'Stai cercando di importare un file con un tipo di compressione non supportato. Altrimenti il supporto per questo tipo di compressione non è stato ancora implementato o è stato disabilitato dalla tua configurazione.';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
$strUpdateProfileMessage = 'Il profilo è stato aggiornato.';
$strUpdateQuery = 'Aggiorna Query';
$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
$strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.';
$strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.';
$strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUsedPhpExtensions = 'Estensioni PHP usate';
$strUseHostTable = 'Utilizza la Tabella dell\'Host';
$strUserAlreadyExists = 'L\'utente %s esiste già!';
$strUserEmpty = 'Il nome utente è vuoto!';
$strUserName = 'Nome utente';
$strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.';
$strUserOverview = 'Vista d\'insieme dell\'utente';
$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
$strUsersHavingAccessToDb = 'Utenti che hanno accesso a &quot;%s&quot;';
$strUser = 'Utente';
$strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove';
$strUseTables = 'Utilizza tabelle';
$strUseTextField = 'Utilizza campo text';
$strUseThisValue = 'Usa questa opzione';
 
$strValidateSQL = 'Valida SQL';
$strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.';
$strValue = 'Valore';
$strVar = 'Variabile';
$strVersionInformation = 'Informazioni sulla versione';
$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
$strViewDumpDB = 'Visualizza dump (schema) del database';
$strViewDump = 'Visualizza dump (schema) della tabella';
$strViewHasBeenDropped = 'La vista %s è stata eliminata';
$strViewMaxExactCount = 'Questa vista ha più di %d righe. Per informazioni fare riferimento a %sdocumentation%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directory di upload del web-server';
$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
$strWelcome = 'Benvenuto in %s';
$strWestEuropean = 'Europeo Occidentale';
$strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
 
$strXML = 'XML';
 
$strYes = 'Sì';
 
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/italian-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: italian-utf-8.inc.php,v 2.124.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* translated by: Pietro Danesi <danone at users.sourceforge.net> 2002-03-29
* Revised by: "DPhantom" <dphantom at users.sourceforge.net> 2002-04-16
* Revised by: "Luca Rebellato" <rebeluca at users.sourceforge.net> 2005-11-27
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mer', 'Gio', 'Ven', 'Sab'); //italian days
$month = array('Gen', 'Feb', 'Mar', 'Apr', 'Mag', 'Giu', 'Lug', 'Ago', 'Set', 'Ott', 'Nov', 'Dic'); //italian months
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B, %Y at %I:%M %p'; //italian time
$timespanfmt = '%s giorni, %s ore, %s minuti e %s secondi';
 
$strAbortedClients = 'Fallito';
$strAbsolutePathToDocSqlDir = 'Prego, immettere il path assoluto sul webserver alla directory di docSQL';
$strAccessDenied = 'Accesso negato';
$strAccessDeniedCreateConfig = 'La ragione di questo è che probabilmente non hai creato alcun file di configurazione. Potresti voler usare %1$ssetup script%2$s per crearne uno.';
$strAccessDeniedExplanation = 'phpMyAdmin ha provato a connettersi al server MySQL, e il server ha rifiutato la connessione. Si dovrebbe controllare il nome dell\'host, l\'username e la password nel file config.inc.php ed assicurarsi che corrispondano alle informazioni fornite dall\'amministratore del server MySQL.';
$strAction = 'Azione';
$strAddAutoIncrement = 'Aggiungi valore AUTO_INCREMENT';
$strAddConstraints = 'Aggiungi vincoli';
$strAddDeleteColumn = 'Aggiungi/Cancella campo';
$strAddDeleteRow = 'Aggiungi/Cancella criterio';
$strAddDropDatabase = 'Aggiungi DROP DATABASE';
$strAddedColumnComment = 'Agginto commento sulla colonna';
$strAddedColumnRelation = 'Aggiunta Relazione per la colonna';
$strAddFields = 'Aggiungi %s campo(i)';
$strAddHeaderComment = 'Aggiunge un commento personalizzato all\'header (\\n per tornare a capo)';
$strAddIfNotExists = 'Aggiunge IF NOT EXISTS';
$strAddIntoComments = 'Aggiungi nei commenti';
$strAddNewField = 'Aggiungi un nuovo campo';
$strAddPrivilegesOnDb = 'Aggiungi privilegi sul seguente database';
$strAddPrivilegesOnTbl = 'Aggiungi privilegi sulla seguente tabella';
$strAddSearchConditions = 'Aggiungi condizioni di ricerca (corpo della clausola "where"):';
$strAddToIndex = 'Aggiungi all\'indice &nbsp;%s&nbsp;colonna/e';
$strAddUser = 'Aggiungi un nuovo utente';
$strAddUserMessage = 'Hai aggiunto un nuovo utente.';
$strAdministration = 'Amministrazione';
$strAffectedRows = 'Righe interessate:';
$strAfter = 'Dopo %s';
$strAfterInsertBack = 'Indietro';
$strAfterInsertNewInsert = 'Inserisci un nuovo record';
$strAfterInsertNext = 'Modifica il record successivo';
$strAfterInsertSame = 'Torna a questa pagina';
$strAllowInterrupt = 'Permette di interrompere il processo di importazione nel caso lo script rilevi che è troppo vicino al tempo limite. Questo potrebbe essere un buon modo di importare grandi file, tuttavia potrebbe interrompere la transazione.';
$strAllTableSameWidth = 'mostra tutte le Tabelle con la stessa larghezza?';
$strAll = 'Tutti';
$strAlterOrderBy = 'Altera tabella ordinata per';
$strAnalyzeTable = 'Analizza tabella';
$strAnd = 'E';
$strAndThen = 'e quindi';
$strAnIndex = 'Un indice è stato aggiunto in %s';
$strAnyHost = 'Qualsiasi host';
$strAny = 'Qualsiasi';
$strAnyUser = 'Qualsiasi utente';
$strApproximateCount = 'Può essere approssimato. Vedere FAQ 3.11';
$strAPrimaryKey = 'Una chiave primaria è stata aggiunta in %s';
$strArabic = 'Arabo';
$strArmenian = 'Armeno';
$strAscending = 'Crescente';
$strAtBeginningOfTable = 'All\'inizio della tabella';
$strAtEndOfTable = 'Alla fine della tabella';
$strAttr = 'Attributi';
$strAutodetect = 'Autorilevazione';
$strAutomaticLayout = 'Impaginazione automatica';
 
$strBack = 'Indietro';
$strBaltic = 'Baltico';
$strBeginCut = 'INIZIO CUT';
$strBeginRaw = 'INIZIO RAW';
$strBinary = 'Binario';
$strBinaryDoNotEdit = 'Tipo di dato Binario - non modificare';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo di evento';
$strBinLogInfo = 'Informazioni';
$strBinLogName = 'Nome del Log';
$strBinLogOriginalPosition = 'Posizione originale';
$strBinLogPosition = 'Posizione';
$strBinLogServerId = 'ID del server';
$strBookmarkAllUsers = 'Permetti ad ogni utente di accedere a questo bookmark';
$strBookmarkCreated = 'Segnalibro %s creato';
$strBookmarkDeleted = 'Il bookmark è stato cancellato.';
$strBookmarkLabel = 'Etichetta';
$strBookmarkQuery = 'Query SQL aggiunte ai preferiti';
$strBookmarkReplace = 'Sostituzione dei segnalibri esistenti con lo stesso nome';
$strBookmarkThis = 'Aggiungi ai preferiti questa query SQL';
$strBookmarkView = 'Visualizza solo';
$strBrowseDistinctValues = 'Nviga tra i valori DISTINCT';
$strBrowseForeignValues = 'Sfoglia le opzioni straniere';
$strBrowse = 'Mostra';
$strBufferPoolActivity = 'Attività del Buffer Pool';
$strBufferPool = 'Buffer Pool';
$strBufferPoolUsage = 'Utilizzo del Buffer Pool';
$strBufferReadMissesInPercent = 'Non letto in %';
$strBufferReadMisses = 'Non letto';
$strBufferWriteWaits = 'In attesa di scrittura';
$strBufferWriteWaitsInPercent = 'In attesa di scrittura in %';
$strBulgarian = 'Bulgaro';
$strBusyPages = 'Pagine occupate';
$strBzError = 'phpMyAdmin non è capace di comprimere il dump a causa dell\'estensione Bz2 errata in questa versione di PHP. Vi raccomandiamo vivamente di settare il parametro <code>$cfg[\'BZipDump\']</code> nel vostro file di configurazione di phpMyAdmin a <code>FALSE</code>. Se volete utilizzare le capacità di compressione Bz2, dovreste aggiornare il PHP all\'ultima versione. Date un\'occhiata al bug report %s per uteriori dettagli.';
$strBzip = '"compresso con bzip2"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'Non posso caricare i plugins di importazione, controlla la tua configurazione!';
$strCannotLogin = 'Impossibile eseguire il login nel server MySQL';
$strCantLoad = 'Impossibile caricare l\'estensione %s,<br />prego controllare la configurazione di PHP';
$strCantLoadRecodeIconv = 'Impossibile caricare l\'estensione iconv o recode necessaria per la conversione del set di caratteri, configurare il PHP per permettere di utilizzare queste estenzioni o disabilitare la conversione dei set di caratteri in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Impossibile rinominare l\'indice a PRIMARIO!';
$strCantUseRecodeIconv = 'Impossibile utilizzare le funzioni iconv o libiconv o recode_string in quanto l\'estensione deve essere caricata. Controllare la configurazione del PHP.';
$strCardinality = 'Cardinalità';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Europeo Centrale';
$strChangeCopyModeCopy = '... mantieni quello vecchio.';
$strChangeCopyMode = 'Crea un nuovo utente con gli stessi privilegi e ...';
$strChangeCopyModeDeleteAndReload = ' ... cancella quello vecchio dalla tabella degli utenti e in seguito ricarica i privilegi.';
$strChangeCopyModeJustDelete = ' ... cancella quello vecchio dalla tabella degli utenti.';
$strChangeCopyModeRevoke = ' ... revoca tutti i privilegi attivi da quello vecchio e in seguito cancellalo.';
$strChangeCopyUser = 'Cambia le Informazioni di Login / Copia Utente';
$strChangeDisplay = 'Scegli il campo da mostrare';
$strChange = 'Modifica';
$strChangePassword = 'Cambia password';
$strCharsetOfFile = 'Set di caratteri del file:';
$strCharsetsAndCollations = 'Set di Caratteri e Collations';
$strCharset = 'Set di caratteri';
$strCharsets = 'Set di caratteri';
$strCheckAll = 'Seleziona tutti';
$strCheckOverhead = 'Controllo addizionale';
$strCheckPrivs = 'Controlla i privilegi';
$strCheckPrivsLong = 'Controlla i privilegi per il database &quot;%s&quot;.';
$strCheckTable = 'Controlla tabella';
$strChoosePage = 'Prego scegliere una Page da modificare';
$strColComFeat = 'Visualizzazione commenti delle colonne';
$strCollation = 'Collation';
$strColumnNames = 'Nomi delle colonne';
$strColumnPrivileges = 'Privilegi relativi alle colonne';
$strCommand = 'Comando';
$strComments = 'Commenti';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Compatibile con MySQL&nbsp;4.0';
$strCompleteInserts = 'Inserimenti completi';
$strCompression = 'Compressione';
$strCompressionWillBeDetected = 'Il tipo di compressione del file importato sarà automaticamente rilevato da: %s';
$strConfigDefaultFileError = 'Non posso leggere la configurazione da: "%1$s"';
$strConfigFileError = 'phpMyAdmin non riesce a leggere il file di configurazione!<br />Questo può accadere se il php trova un parse error in esso oppure il php non trova il file.<br />Richiamate il file di configurazione direttamente utilizzando il link sotto e leggete il/i messaggio/i di errore del php che ricevete. Nella maggior parte dei casi ci sono un apostrofo o una virgoletta mancanti.<br />Se ricevete una pagina bianca, allora è tutto a posto.';
$strConfigureTableCoord = 'Prego, configurare le coordinate per la tabella %s';
$strConnectionError = 'Impossibile connettersi: impostazioni non valide.';
$strConnections = 'Connessioni';
$strConstraintsForDumped = 'Limiti per le tabelle scaricate';
$strConstraintsForTable = 'Limiti per la tabella';
$strCookiesRequired = 'Da questo punto in poi, i cookies devono essere abilitati.';
$strCopy = 'Copia';
$strCopyDatabaseOK = 'Il Database %s è stato copiato in %s';
$strCopyTable = 'Copia la tabella nel (database<b>.</b>tabella):';
$strCopyTableOK = 'La tabella %s è stata copiata su %s.';
$strCopyTableSameNames = 'Impossibile copiare la tabella su se stessa!';
$strCouldNotKill = 'phpMyAdmin non è in grado di terminare il thread %s. Probabilmente è già stato terminato.';
$strCreate = 'Crea';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prima di copiare';
$strCreateIndex = 'Crea un indice su &nbsp;%s&nbsp;columns';
$strCreateIndexTopic = 'Crea un nuovo indice';
$strCreateNewDatabase = 'Crea un nuovo database';
$strCreateNewTable = 'Crea una nuova tabella nel database %s';
$strCreatePage = 'Crea una nuova Page';
$strCreatePdfFeat = 'Creazione di PDF';
$strCreationDates = 'Creazione/Aggiornamento/Controllo date';
$strCriteria = 'Criterio';
$strCroatian = 'Croato';
$strCSV = 'CSV';
$strCSVImportOptions = 'opzioni CSV';
$strCSVOptions = 'Opzioni CSV';
$strCyrillic = 'Cirillico';
$strCzech = 'Ceco';
$strCzechSlovak = 'Ceco-Slovacco';
 
$strDanish = 'Danese';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Il nome del DataBase è vuoto!';
$strDatabaseExportOptions = 'Opzioni di esportazione del database';
$strDatabaseHasBeenDropped = 'Il Database %s è stato eliminato.';
$strDatabaseNoTable = 'Questo database non contiene tabelle!';
$strDatabases = 'Database';
$strDatabasesDropped = '%s databases sono stati cancellati correttamente.';
$strDatabasesStatsDisable = 'Disabilita le Statistiche';
$strDatabasesStatsEnable = 'Abilita le Statistiche';
$strDatabasesStatsHeavyTraffic = 'N.B.: Abilitare qui le statistiche del Database potrebbe causare del traffico intenso fra il server web e MySQL.';
$strDatabasesStats = 'Statistiche dei databases';
$strData = 'Dati';
$strDataDict = 'Data Dictionary';
$strDataOnly = 'Solo dati';
$strDataPages = 'Pagine contenenti dati';
$strDBComment = 'Commento al Database: ';
$strDBCopy = 'Copia il Database in';
$strDBGContext = 'Contesto';
$strDBGContextID = 'ID del Contesto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linea';
$strDBGMaxTimeMs = 'Tempo massimo, ms';
$strDBGMinTimeMs = 'Tempo minimo, ms';
$strDBGModule = 'Modulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo totale, ms';
$strDbPrivileges = 'Privilegi specifici al database';
$strDBRename = 'Rinomina il DataBase in';
$strDbSpecific = 'specifico del database';
$strDefaultEngine = '%s è il motore di memorizzazione predefinito su questo server MySQL.';
$strDefault = 'Predefinito';
$strDefaultValueHelp = 'Per i valori predefiniti, prego inserire un singolo valore, senza backslashes escaping o virgolette, utilizzando questo formato: a';
$strDefragment = 'Deframmenta la tabella';
$strDelayedInserts = 'Utilizza inserimenti ritardati';
$strDeleteAndFlush = 'Cancella gli utenti e dopo ricarica i privilegi.';
$strDeleteAndFlushDescr = 'Questa è la vita più giusta, ma il caricamento dei privilegi può durare qualche secondo.';
$strDelete = 'Cancella';
$strDeleted = 'La riga è stata cancellata';
$strDeletedRows = 'Righe cancellate:';
$strDeleteNoUsersSelected = 'Nessun utente selezionato per la cancellazione!';
$strDeleting = 'Cancellazione in corso di %s';
$strDelOld = 'La Pagina corrente contiene Riferimenti a Tabelle che non esistono più. Volete cancellare questi Riferimenti?';
$strDescending = 'Decrescente';
$strDescription = 'Descrizione';
$strDictionary = 'dizionario';
$strDirtyPages = 'Pagine sporche';
$strDisabled = 'Disabilitata';
$strDisableForeignChecks = 'Disabilita i controlli sulle chiavi straniere';
$strDisplayFeat = 'Mostra Caratteristiche';
$strDisplayOrder = 'Ordine di visualizzazione:';
$strDisplayPDF = 'Mostra lo schema del PDF';
$strDoAQuery = 'Esegui "query da esempio" (carattere jolly: "%")';
$strDocu = 'Documentazione';
$strDoYouReally = 'Confermi: ';
$strDropDatabaseStrongWarning = 'Si sta per DISTRUGGERE COMPLETAMENTE un intero DataBase!';
$strDrop = 'Elimina';
$strDropUsersDb = 'Elimina i databases gli stessi nomi degli utenti.';
$strDumpingData = 'Dump dei dati per la tabella';
$strDumpSaved = 'Il dump è stato salvato sul file %s.';
$strDumpXRows = 'Dump di %s righe a partire dalla riga %s.';
$strDynamic = 'dinamico';
 
$strEdit = 'Modifica';
$strEditPDFPages = 'Modifica pagine PDF';
$strEditPrivileges = 'Modifica Privilegi';
$strEffective = 'Effettivo';
$strEmptyResultSet = 'MySQL ha restituito un insieme vuoto (i.e. zero righe).';
$strEmpty = 'Svuota';
$strEnabled = 'Abilitata';
$strEncloseInTransaction = 'Includi export in una transazione';
$strEndCut = 'FINE CUT';
$strEnd = 'Fine';
$strEndRaw = 'FINE RAW';
$strEngineAvailable = '%s è disponibile su questo server MySQL.';
$strEngineDisabled = '%s è stato disabilitato su questo server MySQL.';
$strEngines = 'Motori';
$strEngineUnsupported = 'Questo server MySQL non supporta il motore di memorizzazione %s.';
$strEnglish = 'Inglese';
$strEnglishPrivileges = 'Nota: i nomi dei privilegi di MySQL sono in Inglese';
$strError = 'Errore';
$strErrorInZipFile = 'Errore nell\'archivio ZIP:';
$strEscapeWildcards = 'I caratteri jolly _ e % dovrebbero essere preceduti da un \ per l\'utilizzo letterale';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estone';
$strExcelEdition = 'Edizione Excel';
$strExcelOptions = 'Opzioni di Excel';
$strExecuteBookmarked = 'Esegue la query dalle preferite';
$strExplain = 'Spiega SQL';
$strExport = 'Esporta';
$strExtendedInserts = 'Inserimenti estesi';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Tentativi falliti';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Il campo %s è stato eliminato';
$strFields = 'Campi';
$strFieldsEmpty = ' Il contatore dei campi è vuoto! ';
$strFieldsEnclosedBy = 'Campo composto da';
$strFieldsEscapedBy = 'Campo impedito da';
$strFieldsTerminatedBy = 'Campo terminato da';
$strFileAlreadyExists = 'Il file %s esiste già sul server: prego, cambiare nome del file o selezionare l\'opzione "sovrascrivi".';
$strFileCouldNotBeRead = 'Il file non può essere letto';
$strFileNameTemplateDescriptionDatabase = 'nome database';
$strFileNameTemplateDescription = 'Questo valore è interpretato usando %1$sstrftime%2$s, in questo modo puoi usare stringhe di formattazione per le date/tempi. Verranno anche aggiunte le seguenti trasformazioni: %3$s. Il testo rimanente resterà invariato.';
$strFileNameTemplateDescriptionServer = 'nome server';
$strFileNameTemplateDescriptionTable = 'nome tabella';
$strFileNameTemplate = 'Nome file template';
$strFileNameTemplateRemember = 'ricorda il template';
$strFileToImport = 'File importato';
$strFixed = 'fisso';
$strFlushPrivilegesNote = 'N.B.: phpMyAdmin legge i privilegi degli utenti direttamente nella tabella dei privilegi di MySQL. Il contenuto di questa tabella può differire dai privilegi usati dal server se sono stati fatti cambiamenti manuali. In questo caso, Si dovrebbero %srinfrescare i privilegi%s prima di continuare.';
$strFlushQueryCache = 'Rinfresca la cache delle query';
$strFlushTable = 'Inizializza ("FLUSH") la tabella';
$strFlushTables = 'Rinfresca (chiudi) tutte le tabelle';
$strFormat = 'Formato';
$strFormEmpty = 'Valore mancante nel form!';
$strFreePages = 'Pagine libere';
$strFullText = 'Testo completo';
$strFunction = 'Funzione';
 
$strGenBy = 'Generato da';
$strGeneralRelationFeat = 'Caratteristiche Generali di Relazione';
$strGenerate = 'Genera';
$strGeneratePassword = 'Genera Password';
$strGenTime = 'Generato il';
$strGeorgian = 'Georgiano';
$strGerman = 'Tedesco';
$strGlobal = 'globale';
$strGlobalPrivileges = 'Privilegi globali';
$strGlobalValue = 'Valore globale';
$strGo = 'Esegui';
$strGrantOption = 'Grant';
$strGreek = 'Greco';
$strGzip = '"compresso con gzip"';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'è stato modificato.';
$strHasBeenCreated = 'è stato creato.';
$strHaveToShow = 'Devi scegliere almeno una Colonna da mostrare';
$strHebrew = 'Ebreo';
$strHexForBinary = 'Usa l\'esadecimale per i dati binari';
$strHome = 'Home';
$strHomepageOfficial = 'Home page ufficiale di phpMyAdmin';
$strHostEmpty = 'Il nome di host è vuoto!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opzioni di esportazione di Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opzioni di esportazione di Microsoft Word 2000';
$strHungarian = 'Ungherese';
 
$strIcelandic = 'Islandese';
$strId = 'ID';
$strIdxFulltext = 'Testo completo';
$strIgnoreDuplicates = 'Ignora le righe duplicate';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizza gli IGNORE INSERTS';
$strIgnoringFile = 'File %s ignorato';
$strImportDocSQL = 'Importa Files docSQL';
$strImportFiles = 'Importa files';
$strImportFormat = 'Formato del file importato';
$strImport = 'Importa';
$strImportSuccessfullyFinished = 'Importazione eseguita con successo, %d queries eseguite.';
$strIndexes = 'Indici';
$strIndexHasBeenDropped = 'L\'indice %s è stato eliminato';
$strIndex = 'Indice';
$strIndexName = 'Nome dell\'indice&nbsp;:';
$strIndexType = 'Tipo di indice&nbsp;:';
$strIndexWarningMultiple = 'Più di una chiave %s è stata creata per la colonna `%s`';
$strIndexWarningPrimary = 'Le chiavi PRIMARY e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strIndexWarningTable = 'Problemi con gli indici della tabella `%s`';
$strIndexWarningUnique = 'Le chiavi UNIQUE e INDEX non dovrebbero essere assegnate entrambe per la colonna `%s`';
$strInnoDBAutoextendIncrementDesc = ' La dimensione di incremento per aumentare la dimensione di una tabella autoextending quando diventa piena.';
$strInnoDBAutoextendIncrement = 'Incremento autoextend';
$strInnoDBBufferPoolSizeDesc = 'La dimensione del buffer di memoria InnoDB cacha dati e indici delle proprie tabelle.';
$strInnoDBBufferPoolSize = 'Dimensione del Buffer pool';
$strInnoDBDataFilePath = 'File dati';
$strInnoDBDataHomeDirDesc = 'La parte comune del path della directory per tutti i file dati InnoDB.';
$strInnoDBDataHomeDir = 'Home directory dei dati';
$strInnoDBPages = 'pagine';
$strInnodbStat = 'Stato InnoDB';
$strInsecureMySQL = 'Il file di configurazione in uso contiene impostazioni (root con nessuna password) che corrispondono ai privilegi dell\'account MySQL predefinito. Un server MySQL funzionante con queste impostazioni è aperto a intrusioni, e si dovrebbe realmente riparare a questa falla nella sicurezza.';
$strInsertAsNewRow = 'Inserisci come nuova riga';
$strInsertedRowId = 'Inserito id riga:';
$strInsertedRows = 'Righe inserite:';
$strInsert = 'Inserisci';
$strInsertNewRow = 'Inserisci una nuova riga';
$strInternalNotNecessary = '* Non è necessaria una relazione interna quando già esiste in InnoDB.';
$strInternalRelations = 'Relazioni interne';
$strInUse = 'in uso';
$strInvalidAuthMethod = 'Metodo di autenticazione settato nella configurazione non valido:';
$strInvalidColumn = 'Colonna specificata (%s) invalida!';
$strInvalidColumnCount = 'Il contatore delle colonne deve essere superiore a 0.';
$strInvalidCSVFieldCount = 'Contatore di campo non valido nell\'input CSV alla linea %d.';
$strInvalidCSVFormat = 'Formato non valido per l\'input CSV alla linea %d.';
$strInvalidCSVParameter = 'Parametro non valido per importazione CSV: %s';
$strInvalidFieldAddCount = 'Deviaggiungere come minimo un campo.';
$strInvalidFieldCount = 'la tabella deve avere come minimo un dato.';
$strInvalidLDIImport = 'Questo plugin non supporta importazioni di dati compressi!';
$strInvalidRowNumber = '%d non è un numero valido di righe.';
$strInvalidServerHostname = 'Nome host per il server %1$s non valido. Controlla la tua configurazione.';
$strInvalidServerIndex = 'Server index non valido: "%s"';
 
$strJapanese = 'Giapponese';
$strJoins = 'Joins';
$strJumpToDB = 'Passa al database &quot;%s&quot;.';
$strJustDelete = 'Cancella soltanto gli utenti dalle tabelle dei privilegi.';
$strJustDeleteDescr = 'Gli utenti &quot;cancellati&quot; saranno ancora in grado di accedere al servercome al solito finché i privilegi non verraanno ricaricati.';
 
$strKeepPass = 'Non cambiare la password';
$strKeyCache = 'Key cache';
$strKeyname = 'Nome chiave';
$strKill = 'Rimuovi';
$strKorean = 'Coreano';
 
$strLandscape = 'Orizzontale';
$strLanguageFileNotFound = 'File di lingua "%1$s" non trovato.';
$strLanguageUnknown = 'Lingua non conosciuta : %1$s.';
$strLatchedPages = 'Latched pages';
$strLatexCaption = 'Sottotitolo della tabella';
$strLatexContent = 'Contenuto della tabella __TABLE__';
$strLatexContinuedCaption = 'Sottotitolo della tabella continuato';
$strLatexContinued = '(continua)';
$strLatexIncludeCaption = 'Includi sottotitolo della tabella';
$strLatexLabel = 'Chiave etichetta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opzioni LaTeX';
$strLatexStructure = 'Struttura della tabella __TABLE__';
$strLatvian = 'Lituano';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Opzione per importazione CSV usando LOAD DATA';
$strLDILocal = 'Usa LOCAL keyword';
$strLengthSet = 'Lunghezza/Set*';
$strLimitNumRows = 'record per pagina';
$strLinesTerminatedBy = 'Linee terminate da';
$strLinkNotFound = 'Link non trovato';
$strLinksTo = 'Collegamenti a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Locale';
$strLocationTextfile = 'Percorso del file';
$strLogin = 'Connetti';
$strLoginInformation = 'Informazioni di Login';
$strLogout = 'Disconnetti';
$strLogPassword = 'Password:';
$strLogServer = 'Server';
$strLogUsername = 'Nome utente:';
$strLongOperation = 'Questa operazione potrebbe impiegare molto tempo. Procedere comunque?';
 
$strMaxConnects = 'max. connessioni contemporanee';
$strMaximalQueryLength = 'Lunghezza massima di una query creata';
$strMaximumSize = 'Dimensione massima: %s%s';
$strMbExtensionMissing = 'L\'estensione PHP mbstring non è stata trovata e sembra che si stia utilizzando un set di caratteri multibyte. Senza l\'estensione mbstring, phpMyAdmin non è in grado di dividere correttamente le stringhe di caratteri e questo può portare a risultati inaspettati.';
$strMbOverloadWarning = 'Avete abilitato mbstring.func_overload nella configurazione del PHP. Questa opzione è incompatibile con phpMyAdmin e potrebbe causare la corruzione di alcuni dati!';
$strMIME_available_mime = 'Tipi-MIME disponibili';
$strMIME_available_transform = 'Trasformazioni disponibili';
$strMIME_description = 'Descrizione';
$strMIME_MIMEtype = 'tipo MIME';
$strMIME_nodescription = 'Nessuna descrizione è disponibile per questa trasformazione.<br />Prego, chiedere all\'autore cosa %s faccia.';
$strMIME_transformation_note = 'Per una lista di opzioni di trasformazione disponibili e le loro rispettive trasformazioni di tipi-MIME, cliccate su %strasformazione descrizioni%s';
$strMIME_transformation_options_note = 'Prego, immettere i valori per le opzioni di trasformazioneutilizzando questo formato: \'a\',\'b\',\'c\'...<br />Se c\'è la necessità di immettere un backslash ("\") o un apostrofo ("\'") tra questi valori, essi vanno backslashati (per es. \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_transformation_options = 'Opzioni di Transformation';
$strMIME_transformation = 'Trasformazione del Browser';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'Tipi-MIME stampati in italics non hanno una funzione di trasformazione separata';
$strModifications = 'Le modifiche sono state salvate';
$strModifyIndexTopic = 'Modifica un indice';
$strModify = 'Modifica';
$strMoveTableOK = 'La tabella %s è stata spostata in %s.';
$strMoveTableSameNames = 'Impossibile spostare la tabella su se stessa!';
$strMoveTable = 'Sposta la tabella nel (database<b>.</b>tabella):';
$strMultilingual = 'multilingua';
$strMyISAMDataPointerSizeDesc = 'Dimensione del puntatore predefinito in Bytes, che deve essere usata da CREATE TABLE per le tabelle MyISAM quando non è stata specificata l\'opzione MAX_ROWS.';
$strMyISAMDataPointerSize = 'Domensione del puntatore dati';
$strMyISAMMaxExtraSortFileSizeDesc = 'Se il file temporaneo è usato per la creazione veloce di un indice MyISAM, occuperebbe più spazio dell\'utilizzo del metodo key cache con la quantità ivi specificata: perciò si deve prediligere il metodo key cache.';
$strMyISAMMaxExtraSortFileSize = 'Dimensione massima per i files temporanei nella creazione di un indice';
$strMyISAMMaxSortFileSizeDesc = 'La dimensione massima dei file temporanei MySQL può essere utilizzata nella rigenerazione di un indice MyISAM (durante un REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Dimensione massima dei file temporanei di ordinamento';
$strMyISAMRecoverOptionsDesc = 'La modalità di irppristino automatico di tabelle MyISAM corrotte, come impostato tramite l\'opzione di lan cio del server --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalità di ripristino automatico';
$strMyISAMRepairThreadsDesc = 'Se questo valore è maggiore di 1, gli indici della tabella MyISAM vengono creati in parallelo (ogni indice nel suo thread) durante il processo di ordinamento Repair by.';
$strMyISAMRepairThreads = 'Thread di riparazione';
$strMyISAMSortBufferSizeDesc = 'Il buffer che viene allocato nell\'ordinamento degli indici MyISAM durante un REPAIR TABLE o nella creazione degli indici con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ordina la dimensione del buffer';
$strMySQLCharset = 'Set di caratteri MySQL';
$strMysqlClientVersion = 'Versione MySQL client';
$strMySQLConnectionCollation = 'collazione della connessione di MySQL';
$strMySQLSaid = 'Messaggio di MySQL: ';
$strMySQLShowProcess = 'Visualizza processi in esecuzione';
$strMySQLShowStatus = 'Visualizza informazioni di runtime di MySQL';
$strMySQLShowVars = 'Visualizza variabili di sistema di MySQL';
 
$strName = 'Nome';
$strNext = 'Prossimo';
$strNoActivity = 'Nessuna attività da %s secondi o più, si prega di autenticarsi nuovamente';
$strNoDatabases = 'Nessun database';
$strNoDatabasesSelected = 'Nessun database selezionato.';
$strNoDescription = 'nessuna Description';
$strNoDetailsForEngine = 'Non è disponibile nessuna informazione dettagliata sullo stato di questo motore di memorizzazione.';
$strNoDropDatabases = 'I comandi "DROP DATABASE" sono disabilitati.';
$strNoExplain = 'Non Spiegare SQL';
$strNoFilesFoundInZip = 'Non sono stati trovati file ZIP all\'interno dell\'archivio!';
$strNoFrames = 'phpMyAdmin funziona meglio con browser che supportano frames';
$strNoIndex = 'Nessun indice definito!';
$strNoIndexPartsDefined = 'Nessuna parte di indice definita!';
$strNoModification = 'Nessun cambiamento';
$strNone = 'Nessuno';
$strNo = ' No ';
$strNoOptions = 'Questo formato non ha opzioni';
$strNoPassword = 'Nessuna Password';
$strNoPermission = 'Il server web non possiede i privilegi per salvare il file %s.';
$strNoPhp = 'senza codice PHP';
$strNoPrivileges = 'Nessun Privilegio';
$strNoRights = 'Non hai i permessi per effettuare questa operazione!';
$strNoRowsSelected = 'Nessuna riga selezionata';
$strNoSpace = 'Spazio insufficiente per salvare il file %s.';
$strNoTablesFound = 'Non ci sono tabelle nel database.';
$strNoThemeSupport = 'Nessun supporto per i temi, si prega di controllare la configurazione e/o i temi nella cartella %s.';
$strNothingToImport = 'Non hai inserito alcun dato da importare';
$strNotNumber = 'Questo non è un numero!';
$strNotOK = 'non OK';
$strNotSet = '<b>%s</b> tabella non trovata o non settata in %s';
$strNoUsersFound = 'Nessun utente trovato.';
$strNoValidateSQL = 'Non Validare SQL';
$strNull = 'Null';
$strNumberOfFields = 'Numero di campi';
$strNumSearchResultsInTable = '%s corrisponde/ono nella tabella <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totale:</b> <i>%s</i> corrispondenza/e';
$strNumTables = 'Tabelle';
 
$strOK = 'OK';
$strOpenNewWindow = 'Apri una nuova finestra di PhpMyAdmin';
$strOperations = 'Operazioni';
$strOperator = 'Operatore';
$strOptimizeTable = 'Ottimizza tabella';
$strOr = 'Oppure';
$strOverhead = 'In eccesso';
$strOverwriteExisting = 'Sovrascrivi file(s) esistente/i';
 
$strPageNumber = 'Numero pagina:';
$strPagesToBeFlushed = 'Pagine che devono essere flushate';
$strPaperSize = 'Dimensioni carta';
$strPartialImport = 'Importazione parziale';
$strPartialText = 'Testo parziale';
$strPasswordChanged = 'La password per l\'utente %s è cambiata con successo.';
$strPasswordEmpty = 'La password è vuota!';
$strPasswordHashing = 'Password Hashing';
$strPasswordNotSame = 'La password non coincide!';
$strPassword = 'Password';
$strPdfDbSchema = 'Schema del database "%s" - Pagina %s';
$strPdfInvalidTblName = 'La tabella "%s" non esiste!';
$strPdfNoTables = 'Nessuna Tabella';
$strPDFOptions = 'Opzioni PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Titolo del Report';
$strPerHour = 'all\'ora';
$strPerMinute = 'al minuto';
$strPerSecond = 'al secondo';
$strPersian = 'Persiano';
$strPhoneBook = 'rubrica';
$strPHP40203 = 'Si sta utilizzando PHP 4.2.3, che presenta un serio bug con le stringhe multi-byte (mbstring). Vedi report PHP 19404. Questa versione di PHP non è raccomandata per l\'utilizzo con phpMyAdmin.';
$strPhp = 'Crea il codice PHP';
$strPHPVersion = 'Versione PHP';
$strPmaDocumentation = 'Documentazione di phpMyAdmin';
$strPmaUriError = 'La direttiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> DEVE essere impostata nel file di configurazione!';
$strPolish = 'Polacco';
$strPortrait = 'Verticale';
$strPos1 = 'Inizio';
$strPrevious = 'Precedente';
$strPrimaryKeyHasBeenDropped = 'La chiave primaria è stata eliminata';
$strPrimaryKeyName = 'Il nome della chiave primaria deve essere... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>deve</b> essere il nome di, e <b>solo di</b>, una chiave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Stampa';
$strPrintViewFull = 'Vista stampa (con full text)';
$strPrintView = 'Visualizza per stampa';
$strPrivDescAllPrivileges = 'Comprende tutti i privilegi tranne GRANT.';
$strPrivDescAlter = 'Permette di alterare la struttura di tabelle esistenti.';
$strPrivDescAlterRoutine = 'Permette l\'alterazione e l\'eliminazione di routines memorizzate.';
$strPrivDescCreateDb = 'Permette di creare nuove tabelle e nuovi databases.';
$strPrivDescCreateRoutine = 'Permette la creazione di routines memorizzate.';
$strPrivDescCreateTbl = 'Permette di creare nuove tabelle.';
$strPrivDescCreateTmpTable = 'Permette di creare tabelle temporanee.';
$strPrivDescCreateUser = 'Permette di creare, cancellare e rinominare gli account utente.';
$strPrivDescCreateView = 'Permette la creazione di nuove viste.';
$strPrivDescDelete = 'Permette di cancellare dati.';
$strPrivDescDropDb = 'Permette di eliminare databases e tabelle.';
$strPrivDescDropTbl = 'Permette di eliminare tabelle.';
$strPrivDescExecute5 = 'Permette l\'esecuzione di routines memorizzate.';
$strPrivDescExecute = 'Permette di eseguire procedure memorizzate; Non ha effetto in questa versione di MySQL.';
$strPrivDescFile = 'Permette di importare dati da e esportare dati in files.';
$strPrivDescGrant = 'Permette di aggiungere utenti e privilegi senza ricaricare le tabelle dei privilegi.';
$strPrivDescIndex = 'Permette di creare ed eliminare gli indici.';
$strPrivDescInsert = 'Permette di inserire e sovrascrivere dati.';
$strPrivDescLockTables = 'Permette di bloccare le tabelle per il thread corrente.';
$strPrivDescMaxConnections = 'Limita il numero di nuove connessioni che un utente può aprire in un\'ora.';
$strPrivDescMaxQuestions = 'Limita il numero di queries che un utente può mandare al server in un\'ora.';
$strPrivDescMaxUpdates = 'Limita il numero di comandi che possono cambiare una tabella o un database che un utente può eseguire in un\'ora.';
$strPrivDescMaxUserConnections = 'Limite di connessioni simultanee che un utente può fare.';
$strPrivDescProcess3 = 'Permette di killare i processi di altri utenti.';
$strPrivDescProcess4 = 'Permette di vedere le queries complete nella lista dei processi.';
$strPrivDescReferences = 'Non ha alcun effetto in questa versione di MySQL.';
$strPrivDescReload = 'Permette di ricaricare i parametri del server e di resettare la cache del server.';
$strPrivDescReplClient = 'Accorda il diritto ad un utente di domandare dove sono i masters/slaves.';
$strPrivDescReplSlave = 'Necessario per la replicazione degli slaves.';
$strPrivDescSelect = 'Permette di leggere i dati.';
$strPrivDescShowDb = 'Accorda l\'accesso alla lista completa dei databases.';
$strPrivDescShowView = 'Permette di effettuare query del tipo SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Permette di chiudere il server.';
$strPrivDescSuper = 'Permette altre connessioni, anche se è stato raggiunto il massimo numero di connessioni; Necessario per molte operazioni di amministrazione come il settaggio di variabili globali o la cancellazione dei threads di altri utenti.';
$strPrivDescUpdate = 'Permette di cambiare i dati.';
$strPrivDescUsage = 'Nessun privilegio.';
$strPrivileges = 'Privilegi';
$strPrivilegesReloaded = 'I privilegi sono stati ricaricati con successo.';
$strProcesslist = 'Lista Processi';
$strProtocolVersion = 'Versione protocollo';
$strPutColNames = 'Mette i nomi delle colonne alla prima riga';
 
$strQBEDel = 'Cancella';
$strQBEIns = 'Aggiungi';
$strQBE = 'Query da esempio';
$strQueryCache = 'Cache delle query';
$strQueryFrame = 'Finestra della Query';
$strQueryOnDb = 'SQL-query sul database <b>%s</b>:';
$strQuerySQLHistory = 'Storico dell\'SQL';
$strQueryStatistics = '<b>Query delle Statistiche</b>: Dall\'avvio, %s queries sono state effettuate sul server.';
$strQueryTime = 'La query ha impiegato %01.4f sec';
$strQueryType = 'Tipo di Query';
$strQueryWindowLock = 'Non sovrascrivere questa query da fuori della finestra';
 
$strReadRequests = 'Richieste di lettura';
$strReceived = 'Ricevuti';
$strRecords = 'Record';
$strReferentialIntegrity = 'Controlla l\'integrità delle referenze:';
$strRefresh = 'Aggiorna';
$strRelationalSchema = 'Schema relazionale';
$strRelationNotWorking = 'Le caratteristiche aggiuntive sono state disattivate per funzionare con le tabelle linkate. Per scoprire perché clicca %squi%s.';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'Relazioni';
$strRelationView = 'Vedi relazioni';
$strReloadingThePrivileges = 'Caricamento dei privilegi in corso';
$strReloadMySQL = 'Riavvia MySQL';
$strRemoveSelectedUsers = 'Rimuove gli utenti selezionati';
$strRenameDatabaseOK = 'Il DataBase %s è stato rinominato in %s';
$strRenameTableOK = 'La tabella %s è stata rinominata %s';
$strRenameTable = 'Rinomina la tabella in';
$strRepairTable = 'Ripara tabella';
$strReplaceNULLBy = 'Sostituisci NULL con';
$strReplaceTable = 'Sostituisci i dati della tabella col file';
$strReplication = 'Replicazione';
$strReset = 'Riavvia';
$strResourceLimits = 'Limiti di risorse';
$strReType = 'Reinserisci';
$strRevokeAndDeleteDescr = 'Gli utenti UTILIZZERANNO comunque il privilegio finché i privilegi non saranno ricaricati.';
$strRevokeAndDelete = 'Revoca tutti i privilegi attivi agli utenti e dopo li cancella.';
$strRevokeMessage = 'Hai revocato i privilegi per %s';
$strRevoke = 'Revoca';
$strRomanian = 'Rumeno';
$strRowLength = 'Lunghezza riga';
$strRowsFrom = 'righe a partire da';
$strRowSize = 'Dimensione riga';
$strRowsModeFlippedHorizontal = 'orizzontale (headers ruotati)';
$strRowsModeHorizontal = ' orizzontale ';
$strRowsModeOptions = ' in modalità %s e ripeti gli headers dopo %s celle ';
$strRowsModeVertical = ' verticale ';
$strRows = 'Righe';
$strRowsStatistic = 'Statistiche righe';
$strRunning = 'in esecuzione su %s';
$strRunQuery = 'Invia Query';
$strRunSQLQuery = 'Esegui la/e query SQL sul database %s';
$strRunSQLQueryOnServer = 'Eseguendo query SQL sul server %s';
$strRussian = 'Russo';
 
$strSaveOnServer = 'Salva sul server nella directory %s';
$strSave = 'Salva';
$strScaleFactorSmall = 'Il fattore di scala è troppo piccolo per riempire lo schema nella pagina';
$strSearch = 'Cerca';
$strSearchFormTitle = 'Cerca nel database';
$strSearchInTables = 'Nella/e tabella/e:';
$strSearchNeedle = 'parola/e o valore/i da cercare (carattere jolly: "%"):';
$strSearchOption1 = 'almeno una delle parole';
$strSearchOption2 = 'tutte le parole';
$strSearchOption3 = 'la frase esatta';
$strSearchOption4 = 'come espressione regolare';
$strSearchResultsFor = 'Cerca i risultati per "<i>%s</i>" %s:';
$strSearchType = 'Trova:';
$strSecretRequired = 'Adesso c\'è bisogno di una password per il file di configurazione (blowfish_secret).';
$strSelectADb = 'Prego, selezionare un database';
$strSelectAll = 'Seleziona Tutto';
$strSelectBinaryLog = 'Selezionare il log binario da visualizzare';
$strSelectFields = 'Seleziona campi (almeno uno):';
$strSelectNumRows = 'nella query';
$strSelectTables = 'Seleziona Tables';
$strSend = 'Salva con nome...';
$strSent = 'Spediti';
$strServerChoice = 'Scelta del server';
$strServerNotResponding = 'Il server non risponde';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Inserimento ritardato';
$strServerStatus = 'Informazioni di Runtime';
$strServerStatusUptime = 'Questo server MySQL sta girando da %s. E\' stato avviato il %s.';
$strServerTabProcesslist = 'Processi';
$strServerTabVariables = 'Variabili';
$strServerTrafficNotes = '<b>Traffico del server</b>: Queste tabelle mostrano le statistiche del traffico di retedi questo server MySQL dal momento del suo avvio.';
$strServerVars = 'Variabili e parametri del Server';
$strServerVersion = 'Versione MySQL';
$strSessionValue = 'Valore sessione';
$strSetEnumVal = 'Se il tipo di campo è "enum" o "set", immettere i valori usando il formato: \'a\',\'b\',\'c\'...<br />Se comunque dovete mettere dei backslashes ("\") o dei single quote ("\'") davanti a questi valori, backslashateli (per esempio \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostra tutti';
$strShowColor = 'Mostra il colore';
$strShowDatadictAs = 'Formato del Data Dictionary';
$strShowFullQueries = 'Mostra query complete';
$strShowGrid = 'Mostra la griglia';
$strShowingBookmark = 'Mostrando i segnalibri';
$strShowingRecords = 'Visualizzazione record ';
$strShow = 'Mostra';
$strShowOpenTables = 'Mostra le tabelle aperte';
$strShowPHPInfo = 'Mostra le info sul PHP';
$strShowSlaveHosts = 'Mostra gli hosts slave';
$strShowSlaveStatus = 'Mostra lo stato degli slave';
$strShowStatusBinlog_cache_disk_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario, ma che oltrepassano il valore di binlog_cache_size e usano un file temporaneo per salvare gli statements dalle transazioni.';
$strShowStatusBinlog_cache_useDescr = 'Il numero delle transazioni che usano la cache temporanea del log binario.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Il numero delle tabelle temporanee create automaticamente sul disco dal server mentre esegue i comandi. Se il valore Created_tmp_disk_tables è grande, potresti voler aumentare il valore tmp_table_size, per fare im modo che le tabelle temporanee siano memory-based anzichè disk-based.';
$strShowStatusCreated_tmp_filesDescr = 'Numero di files temporanei che mysqld ha creato.';
$strShowStatusCreated_tmp_tablesDescr = 'Il numero di tabelle temporanee create automaticamente in memoria dal server durante l\'esecuzione dei comandi.';
$strShowStatusDelayed_errorsDescr = 'Numero di righe scritte con INSERT DELAYED in cui ci sono stati degli errori (probabilmete chiave dublicata).';
$strShowStatusDelayed_insert_threadsDescr = 'Il numero di processi INSERT DELAYED in uso. Ciascuna tabella su cui è usato INSERT DELAYED occupa un thread.';
$strShowStatusDelayed_writesDescr = 'Il numero di righe INSERT DELAYED scritte.';
$strShowStatusFlush_commandsDescr = 'Il numero di comandi FLUSH eseguiti.';
$strShowStatusHandler_commitDescr = 'Il numero di comandi interni COMMIT eseguiti.';
$strShowStatusHandler_deleteDescr = 'Il numero di volte in cui una riga è stata cancellata da una tabella.';
$strShowStatusHandler_discoverDescr = 'Il server MySQL può chiedere al motore di storage NDB Cluster se conosce una tabella sulla base di un nome dato. Questo è chaiamto discovery. Handler_discover indica il numero di volte che una tabella è stata trovata.';
$strShowStatusHandler_read_firstDescr = 'Il numero di volte che il primo valore è stato letto da un indice. Se è troppo alto è probabile che il server stia facendo molte scansioni complete degli indici; per esempio, SELECT col1 FROM foo, assumento che col1 sia indicizzata.';
$strShowStatusHandler_read_keyDescr = 'Il numero di richieste per leggere una riga basata su di una chiave. Se è alta, è un buon indice che le tue query e le tue tabelle sono correttamente indicizzate.';
$strShowStatusHandler_read_nextDescr = 'Il numero di richieste per leggere la riga successiva nell\'ordine delle chiavi. Questo valore è incrementato se stai facendo una query su di una colonna indice con un range costante, oppure se stai facendo una scansione degli indici.';
$strShowStatusHandler_read_prevDescr = 'Il numero di richieste per leggere la riga precedente nell\'ordine delle chiavi. Questo metodo di lettura è principalmente utilizzato per ottimizzare ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Il numero di richieste per leggere una riga basata su una posizione fissa. Questo valore è alto se stai facendo molte richieste che richiedono un ordinamento dei risultati. Probabilmente hai molte query che che richiedono a MySQL di leggere l\'intera tabella oppure ci sono dei joins che non usano le chiavi correttamente.';
$strShowStatusHandler_read_rnd_nextDescr = 'Il numero di richieste per leggere la riga successiva in un file di dati. Questo valore è alto se stai facendo molte scansioni della tabella. Generalmente è un segnale che le tue tabelle non sono correttamente indicizzate, o che le query non sono state scritte per trarre vantaggi dagli indici che hai.';
$strShowStatusHandler_rollbackDescr = 'Il numero di comandi ROLLBACK interni.';
$strShowStatusHandler_updateDescr = 'Il numero di richieste per aggiornare una riga in una tabella.';
$strShowStatusHandler_writeDescr = 'Il numero di richieste per inserire una riga in una tabella.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Il numero di pagine che contengono dati (sporchi o puliti).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Il numero di pagine attualmente sporche.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Il numero di buffer pool pages che hanno avuto richiesta di essere aggiornate.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Il numero di pagine libere.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Il numero di pagine bloccate in un InnoDB buffer pool. Queste pagine sono attualmente in lettura o in scittura e non possono essere aggiornate o rimosse per altre ragioni.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Il numero di pagine occupate perchè sono state allocate per amministrazione, come row locks o per hash index adattivi. Questo valore può essere calcolato come Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Il numero totale di buffer pool, in pagine.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Il numero di read-aheads "random" InnoDB iniziate. Questo accade quando una query legge una porzione di una tabella, ma in ordine casuale.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Il numero di read-aheads InnoDB sequanziali. Questo accade quando InnoDB esegue una scansione completa sequenziale di una tabella.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Il numero di richieste logiche che InnoDb ha fatto.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Il numero di richieste logiche che InnoDB non può soddisfare dal buffer pool e che devono fare una lettura di una pagina singola.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente le sritture nel buffer pool InnoDB vengono effettuate in background. Tuttavia se è necessario leggere o creare una pagina, e non sono disponibile pagine pulite è necessario attendere che le pagine siano aggiornate prima. Questo contatore conta le istanze di queste attese. Se la dimesione del buffer pool è stata settata correttamente questo valore dovrebbe essere basso.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Il numero di scritture effettuate nel buffer pool InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Il numero delle operazioni fsync() fino ad ora.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Il numero di operazioni fsync() in attesa.';
$strShowStatusInnodb_data_pending_readsDescr = 'Il numero di letture in attesa.';
$strShowStatusInnodb_data_pending_writesDescr = 'Il numero di scritture in attesa.';
$strShowStatusInnodb_data_readDescr = 'La quantità di dati letti fino ad ora, in bytes.';
$strShowStatusInnodb_data_readsDescr = 'Il numero totale di dati letti.';
$strShowStatusInnodb_data_writesDescr = 'Il numero totale di dati scritti.';
$strShowStatusInnodb_data_writtenDescr = 'La quantità di dati scritti fino ad ora, in bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_dblwr_writesDescr = 'Il numero di scritture doublewrite che sono state eseguite ed il numero che sono state scritte a questo scopo.';
$strShowStatusInnodb_log_waitsDescr = 'Il numero di attese che abbiamo avuto perchè il buffer di log era troppo piccolo e abbiamo duvuto attendere che fosse aggiornato prima di continuare.';
$strShowStatusInnodb_log_write_requestsDescr = 'Il numero di richieste di scrittura dei log.';
$strShowStatusInnodb_log_writesDescr = 'Il numero scritture fisiche del log file.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Il numero di scritture fsync fatte sul log file.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Il numero degli fsyncs in sospeso sul log file.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Il numero di scritture in sospeso sul log file.';
$strShowStatusInnodb_os_log_writtenDescr = 'Il numero di bytes scritti sul log file.';
$strShowStatusInnodb_pages_createdDescr = 'Il numero di pagine create.';
$strShowStatusInnodb_page_sizeDescr = 'La dimesione di-compilazione delle pagine InnoDB (default 16KB). Molti valori sono conteggiati nelle pagine; la dimesione delle pagine permette di convertirli facilmente in bytes.';
$strShowStatusInnodb_pages_readDescr = 'Il numero di pagine lette.';
$strShowStatusInnodb_pages_writtenDescr = 'Il numero di pagine scritte.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Il numero di row locks attualmente in attesa.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Il tempo medio per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_timeDescr = 'Il tempo totale per l\'acquisizione di un row locks, in millisecondi.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Il tempo massimo per l\'acquisizione di un row lock, in millisecondi.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Il numero di volte che un row lock ha dovuto attendere.';
$strShowStatusInnodb_rows_deletedDescr = 'Il numero di righe cancellate da una tabella InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Il numero di righe inserite da una tabella InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Il numero di righe lette da una tabella InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Il numero di righe aggiornate da una tabella InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Il numero di blocchi chaive aggiunti nella cache chiave che sono stati cambiati, ma che non sono stai aggiornati su disco. E\' conosciuto con il nome di Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Il numero di blocchi non usati nella cache chiave. Puoi usare questo valore per determinare quanta cache chiave è in uso.';
$strShowStatusKey_blocks_usedDescr = 'Il numero di blocchi usati nella cache chiave. The number of used blocks in the key cache. Questo valore è un\'importante segnale che indica il numero massimo di blocchi che sono stati in uso contemporaneamente.';
$strShowStatusKey_read_requestsDescr = 'Il numero di richieste per le ggere un blocco chiave dalla cache.';
$strShowStatusKey_readsDescr = 'Il numero di letture fisiche dal disco di un blocco chiave. Se Key_reads è grande allora il valore key_buffer_size è probabilmente troppo piccolo. IIl rapporto di cache miss rate può essere calcolato come Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Il numero di richieste per scrivere una blocco chiave nella cache.';
$strShowStatusKey_writesDescr = 'Il numero di scritture fisiche di un blocco chiave sul disco.';
$strShowStatusLast_query_costDescr = 'Il costo totale dell\'ultima query compilata così come computato dall\'ottimizzatore delle query. Utile per comparare il costo di differenti query per la stessa operazione di query. Il valore di default è 0, che significa che nessuna query è stata ancora compilata.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'In numero di righe in attesa di essere scritte nella coda INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Il numero di tabelle che sono state aperte. Se il valore opened_tables è grande, probabilmente il valore di table cache è troppo piccolo.';
$strShowStatusOpen_filesDescr = 'Il numero di files che sono aperti.';
$strShowStatusOpen_streamsDescr = 'il numero di stream che sono aperti (usato principalmente per il logging).';
$strShowStatusOpen_tablesDescr = 'Il numero di tabelle che sono aperte.';
$strShowStatusQcache_free_blocksDescr = 'Il numero di blocchi di memoria liberi nella cache delle query.';
$strShowStatusQcache_free_memoryDescr = 'L\'ammontare di memoria libera nella cache delle query.';
$strShowStatusQcache_hitsDescr = 'Il numero di cache hits.';
$strShowStatusQcache_insertsDescr = 'Il numero di query aggiunte alla cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'Il numero di query che sono state rimosse dalla cache per liberare memoria per la cache di nuove query. Questa informazione può aiutarti per parametrare la dimensione della cache delle query. La cache delle query usa una strategia di "meno usate recentemente" (LRU - least recently used) per decidere quali query rimuovere dalla cache.';
$strShowStatusQcache_not_cachedDescr = 'Il numero di query non in cache (impossibilità di inserirle nella cache oppure non inserite per i settaggi del parametro query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Il numero di query registrate nella cache.';
$strShowStatusQcache_total_blocksDescr = 'Il numero totale di blocchi nella cache delle query.';
$strShowStatusReset = 'Reset';
$strShowStatusRpl_statusDescr = 'Lo sato delle repliche failsafe (non ancora implementato).';
$strShowStatusSelect_full_joinDescr = 'Il numero di joins che non usano gli indici. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_full_range_joinDescr = 'Il numero di joins che usano una ricerca limitata su di una tabella di riferimento.';
$strShowStatusSelect_range_checkDescr = 'Il numero di joins senza chiavi che controllano per l\'uso di una chiave dopo ogni riga. (Se questo valore non è 0, dovresti controllare attentamente gli indici delle tue tabelle.)';
$strShowStatusSelect_rangeDescr = 'Il numero di joins che usano un range sulla prima tabella. (Non è, solitamente, un valore critico anche se è grande.)';
$strShowStatusSelect_scanDescr = 'Il numero di join che hanno effettuato una scansione completa della prima tabella.';
$strShowStatusSlave_open_temp_tablesDescr = 'Il numero di tabelle temporaneamente aperte da processi SQL slave.';
$strShowStatusSlave_retried_transactionsDescr = 'Numero totale di volte (dalla partenza) in cui la replica slave SQL ha ritentato una transazione.';
$strShowStatusSlave_runningDescr = 'Questa chiave è ON se questo è un server slave connesso ad un server master.';
$strShowStatusSlow_launch_threadsDescr = 'Numero di processi che hanno impiegato più di "slow_launch_time" secondi per partire.';
$strShowStatusSlow_queriesDescr = 'Numero di query che hanno impiegato più di "long_query_time" seconds.';
$strShowStatusSort_merge_passesDescr = 'Il numero di fusioni passate all\'algoritmo di ordianemento che sono state fatte. Se questo valore è grande, dovresti incrementare la variabile di sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Il numero di ordinamenti che sono stati eseguiti in un intervallo.';
$strShowStatusSort_rowsDescr = 'Il numero di righe ordinate.';
$strShowStatusSort_scanDescr = 'Il numero di ordinamenti che sono stati fatti leggendo la tabella.';
$strShowStatusTable_locks_immediateDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente.';
$strShowStatusTable_locks_waitedDescr = 'Il numero di volte che un table lock è stato eseguito immediatamente ed era necessaria un\'attesa. Se è alto, potresti avere dei problemi con le performance, dovresti prima ottimizzare le query, oppure sia utilizzare le repliche, sia dividere le tabelle.';
$strShowStatusThreads_cachedDescr = 'Il numero dei processi nella cache dei processi. L\'hit rate della cache può essere calcolato come processi_creati/connessioni. Se questo valore è rosso devi aumentare la tua thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Il numero di connessioni correntemente aperte.';
$strShowStatusThreads_createdDescr = 'Il numero di processi creati per gestire le connessioni. Se Threads_created è grosso, devi probabilmente aumentare il valore thread_cache_size. (Normalmente questo non fornisce un significatico incremento delle performace se hai una buona implementazione dei processi.)';
$strShowStatusThreads_runningDescr = 'Il numero di processi non in attesa.';
$strShowTableDimension = 'Mostra la dimensione delle tabelle';
$strShowTables = 'Mostra le tabelle';
$strShowThisQuery = 'Mostra questa query di nuovo';
$strSimplifiedChinese = 'Cinese Semplificato';
$strSingly = '(singolarmente)';
$strSize = 'Dimensione';
$strSkipQueries = 'Numero di record (query) da saltare a partire dall\'inizio';
$strSlovak = 'Slovacco';
$strSlovenian = 'Sloveno';
$strSocketProblem = '(o il socket del server locale MySQL non è correttamente configurato)';
$strSortByKey = 'Ordina per chiave';
$strSorting = 'Ordinando';
$strSort = 'Ordinamento';
$strSpaceUsage = 'Spazio utilizzato';
$strSpanish = 'Spagnolo';
$strSplitWordsWithSpace = 'Le parole sono spezzate sulle spaziature (" ").';
$strSQLExportCompatibility = 'Compatibilità dell\'esportazione SQL';
$strSQLExportType = 'Tipo di esportazione';
$strSQLImportOptions = 'Opzioni SQL';
$strSQLOptions = 'Opzioni SQL';
$strSQLParserBugMessage = 'C\'è la possibilità che ci sia un bug nel parser SQL. Per favore, esaminate la query accuratamente, e controllate che le virgolette siano corrette e non sbagliate. Altre possibili cause d\'errori possono essere che si stia cercando di uploadare un file binario al di fuori di un\'area di testo virgolettata. Si può anche provare la query MySQL dalla riga di comando di MySQL. L\'errore qui sotto restituito dal server MySQL, se ce n\'è uno, può anche aiutare nella diagnostica del problema. Se ci sono ancora problemi, o se il parser SQL di phpMyAdmin sbaglia quando invece l\'interfaccia a riga di comando non mostra problemi, si può ridurre la query SQL in ingresso alla singola query che causa problemi, e inviare un bug report con i dati riportati nella sezione CUT qui sotto:';
$strSQLParserUserError = 'Pare che ci sia un errore nella query SQL immessa. L\'errore del server MySQL mostrato qui sotto, se c\'è, può anche aiutare nella risoluzione del problema';
$strSQLQuery = 'query SQL';
$strSQLResult = 'Risultato SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Identificatore Non Valido';
$strSQPBugUnclosedQuote = 'Virgolette Non Chiuse';
$strSQPBugUnknownPunctuation = 'Stringa di Punctuation Sconosciuta';
$strStatCheckTime = 'Ultimo controllo';
$strStatCreateTime = 'Creazione';
$strStatement = 'Istruzioni';
$strStatisticsOverrun = 'Su di un server sovraccarico, il contatore dei bytes potrebbe incrementarsi, e per questa ragione le statistiche riportate dal server MySQL potrebbero non essere corrette.';
$strStatUpdateTime = 'Ultimo cambiamento';
$strStatus = 'Stato';
$strStorageEngine = 'Motore di Memorizzazione';
$strStorageEngines = 'Motori di Memorizzazione';
$strStrucCSV = 'dati CSV';
$strStrucData = 'Struttura e dati';
$strStrucDrop = 'Aggiungi DROP TABLE';
$strStrucExcelCSV = 'CSV per dati MS Excel';
$strStrucNativeExcel = 'Dati nativi di MS Excel';
$strStrucOnly = 'Solo struttura';
$strStructPropose = 'Proponi la struttura della tabella';
$strStructure = 'Struttura';
$strSubmit = 'Invia';
$strSuccess = 'La query è stata eseguita con successo';
$strSum = 'Totali';
$strSwedish = 'Svedese';
$strSwitchToDatabase = 'Passare al Database copiato';
$strSwitchToTable = 'Passa alla tabella copiata';
 
$strTableAlreadyExists = 'La tabella %s esiste già!';
$strTableComments = 'Commenti sulla tabella';
$strTableEmpty = 'Il nome della tabella è vuoto!';
$strTableHasBeenDropped = 'La tabella %s è stata eliminata';
$strTableHasBeenEmptied = 'La tabella %s è stata svuotata';
$strTableHasBeenFlushed = 'La tabella %s è stata inizializzata';
$strTableMaintenance = 'Amministrazione tabella';
$strTableOfContents = 'Tabella dei contenuti';
$strTableOptions = 'Opzioni della tabella';
$strTables = '%s tabella(e)';
$strTableStructure = 'Struttura della tabella';
$strTable = 'Tabella';
$strTableType = 'Tipo tabella';
$strTakeIt = 'prendilo';
$strTblPrivileges = 'Privilegi relativi alle tabelle';
$strTempData = 'Dati temporanei';
$strTextAreaLength = ' A causa della sua lunghezza,<br /> questo campo non può essere modificato ';
$strThai = 'Thai';
$strThemeDefaultNotFound = 'Tema di default %s non trovato!';
$strThemeNoPreviewAvailable = 'Nessuna preview disponibile.';
$strThemeNotFound = 'Tema %s non trovato!';
$strThemeNoValidImgPath = 'Nessun percorso per le immagini per il tema %s trovato!';
$strThemePathNotFound = 'Percorso per il tema non trovato %s!';
$strTheme = 'Tema / Stile';
$strThisHost = 'Questo Host';
$strThisNotDirectory = 'Questa non è una directory';
$strThreads = 'Processi';
$strThreadSuccessfullyKilled = 'Il thread %s è stato terminato con successo.';
$strTimeoutInfo = 'Una precedente importazione è entrata in timeout, dopo un nuovo inoltro riprenderà dalla posizione: %d.';
$strTimeoutNothingParsed = 'Nell\'ultima esecuzione nessun dato è stato processato, questo, solitamente, vuole dire che che phpMyAdmin non è in grado di ultimare l\'operazione fino a che non verrà aumentato il parametro php time limits.';
$strTimeoutPassed = 'Superato il tempo limite dello script, se vuoi finire l\'importazione inoltra nuovamente il file e il processo riprenderà.';
$strTime = 'Tempo';
$strToggleScratchboard = '(dis)attiva scratchboard';
$strTotal = 'Totali';
$strTotalUC = 'Totale';
$strTraditionalChinese = 'Cinese Tradizionale';
$strTraditionalSpanish = 'Spagnolo tradizionale';
$strTraffic = 'Traffico';
$strTransactionCoordinator = 'Coordinatore delle transazioni';
$strTransformation_application_octetstream__download = 'Visualizza un collegamento per trasferire i dati di un campo in formato binario. La prima opzione è il nome del file binario. La seconda opzione è un nome di campo possibile di una riga della tabella che contiene il nome di schedario. Se fornite una seconda opzione dovete avere la prima opzione settata ad una stringa vuota';
$strTransformation_application_octetstream__hex = 'Mostra una rappresentazione esadecimale dei dati.';
$strTransformation_image_jpeg__inline = 'Mostra un thumbnalil cliccabile; opzioni: larghezza,altezza in pixel (mantiere la proporzione iniziale)';
$strTransformation_image_jpeg__link = 'Mostra un link a questa immagine (download blob diretto, i.e.).';
$strTransformation_image_png__inline = 'Vedi immagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Prende un campo TIME, TIMESTAMP o DATETIME e lo formatta utilizzando il formato data locale. La prima opzione è il time offset (in ore) il quale sarà aggiunto al timestamp (Predefinito: 0). La seconda opzione è un formato data in linea con i parametri disponibili per la funzione strftime() del PHP.';
$strTransformation_text_plain__external = 'SOLO PER LINUX: Lancia un\'applicazione esterna e riempie i dati dei campi tramite lo standard input. Restituisce lo standard output dell\'applicazione. L\'impostazione predefinita è Tidy, per stampare in maniera corretta il codice HTML. Per motivi di sicurezza, dovete editare manualmente il file libraries/transformations/text_plain__external.inc.php e inserire gli strumenti che permettete di utilizzare. La prima opzione è così il numero del programma che volete utilizzare e la seconda sono i parametri per il programma. Il terzo parametro, se impostato a 1 convertirà l\'output utilizzando htmlspecialchars() (Predefinito: 1). Un quarto parametro, se impostato a 1 inserirà un NOWRAP al contenuto della cella così che l\'intero output sarà mostrato senza essere riformattato (Predefinito: 1)';
$strTransformation_text_plain__formatted = 'Preserva l\'originale formattazione del campo. Nessun Escaping viene applicato.';
$strTransformation_text_plain__imagelink = 'Mostra un collegamento ad una immagine esterna; il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è la larghezza in pixel, la terza è l\'altezza.';
$strTransformation_text_plain__link = 'Mostra un collegamento, il campo contiene il nome del file; la prima opzione è un prefisso come "http://tuodominio.com/", la seconda opzione è un titolo per il collegamento.';
$strTransformation_text_plain__sql = 'Formatta il testo come query SQL con evidenziazione della sintassi.';
$strTransformation_text_plain__substr = 'Mostra soltanto una parte della stringa. La prima opzione è l\'offset che serve a definire dove inizia l\'output del vostro testo (Prefinito: 0). La seconda opzione è un offset che indica quanto testo viene restituito. Se vuoto, restituisce tutto il testo rimanente. La terza opzione definisce quali caratteri saranno aggiunti in fondo all\'output quando una soptto-stringa viene restituita (Predefinito: ...) .';
$strTruncateQueries = 'Tronca le Query Mostrate';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraino';
$strUncheckAll = 'Deseleziona tutti';
$strUnicode = 'Unicode';
$strUnique = 'Unica';
$strUnknown = 'sconosciuto';
$strUnselectAll = 'Deseleziona Tutto';
$strUnsupportedCompressionDetected = 'Stai cercando di importare un file con un tipo di compressione non supportato. Altrimenti il supporto per questo tipo di compressione non è stato ancora implementato o è stato disabilitato dalla tua configurazione.';
$strUpdatePrivMessage = 'Hai aggiornato i permessi per %s.';
$strUpdateProfileMessage = 'Il profilo è stato aggiornato.';
$strUpdateQuery = 'Aggiorna Query';
$strUpdComTab = 'Prego leggere la documentazione su come aggiornare la vostra tabella Column_comments';
$strUpgrade = 'Si dovrebbe aggiornare %s alla versione %s o successiva.';
$strUploadLimit = 'Stai probabilmente cercando di uplodare un file troppo grosso. Fai riferimento alla documentazione %sdocumentation%s Per i modi di aggirare questo limite.';
$strUsage = 'Utilizzo';
$strUseBackquotes = 'Usa i backquotes con i nomi delle tabelle e dei campi';
$strUsedPhpExtensions = 'Estensioni PHP usate';
$strUseHostTable = 'Utilizza la Tabella dell\'Host';
$strUserAlreadyExists = 'L\'utente %s esiste già!';
$strUserEmpty = 'Il nome utente è vuoto!';
$strUserName = 'Nome utente';
$strUserNotFound = 'L\'utente selezionato non è stato trovato nella tabella dei privilegi.';
$strUserOverview = 'Vista d\'insieme dell\'utente';
$strUsersDeleted = 'Gli utenti selezionati sono stati cancellati con successo.';
$strUsersHavingAccessToDb = 'Utenti che hanno accesso a &quot;%s&quot;';
$strUser = 'Utente';
$strUseTabKey = 'Usare il tasto TAB per spostare il cursore di valore in valore, o CTRL+frecce per spostarlo altrove';
$strUseTables = 'Utilizza tabelle';
$strUseTextField = 'Utilizza campo text';
$strUseThisValue = 'Usa questa opzione';
 
$strValidateSQL = 'Valida SQL';
$strValidatorError = 'L\' SQL validator non può essere inizializzato. Prego controllare di avere installato le estensioni php necessarie come descritto nella %sdocumentazione%s.';
$strValue = 'Valore';
$strVar = 'Variabile';
$strVersionInformation = 'Informazioni sulla versione';
$strViewDumpDatabases = 'Visualizza il dump (schema) dei databases';
$strViewDumpDB = 'Visualizza dump (schema) del database';
$strViewDump = 'Visualizza dump (schema) della tabella';
$strViewHasBeenDropped = 'La vista %s è stata eliminata';
$strViewMaxExactCount = 'Questa vista ha più di %d righe. Per informazioni fare riferimento a %sdocumentation%s.';
$strView = 'Vista';
 
$strWebServerUploadDirectory = 'directory di upload del web-server';
$strWebServerUploadDirectoryError = 'La directory impostata per l\'upload non può essere trovata';
$strWelcome = 'Benvenuto in %s';
$strWestEuropean = 'Europeo Occidentale';
$strWildcard = 'wildcard';
$strWindowNotFound = 'La finestra destinataria del browser non può essere aggiornata. Può darsi che sia stata chiusa la finestra madre o che il vostro browser stia bloccando gli aggiornamenti fra browsers a causa di qualche impostazione di sicurezza';
$strWithChecked = 'Se selezionati:';
$strWriteRequests = 'Richieste di scrittura';
$strWritingCommentNotPossible = 'Impossibile scrivere il commento';
$strWritingRelationNotPossible = 'Impossibile scrivere la Relazione';
$strWrongUser = 'Nome utente o password errati. Accesso negato.';
 
$strXML = 'XML';
 
$strYes = 'Sì';
 
$strZeroRemovesTheLimit = 'N.B.: 0 (zero) significa nessun limite.';
$strZip = '"compresso con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/japanese-euc.inc.php
0,0 → 1,985
<?php
/* $Id: japanese-euc.inc.php,v 2.127.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Yukihiro Kawada <kawada at den.fujifilm.co.jp>
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
* Kenichi Ishigaki <ishigaki at tcool.org>
*/
 
$charset = 'euc-jp';
$text_dir = 'ltr';
$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('¥Ð¥¤¥È', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Æü', '·î', '²Ð', '¿å', 'ÌÚ', '¶â', 'ÅÚ');
$month = array('1 ·î','2 ·î','3 ·î','4 ·î','5 ·î','6 ·î','7 ·î','8 ·î','9 ·î','10 ·î','11 ·î','12 ·î');
// See http://www.php.net/manual/ja/function.strftime.php to define the
// variable below
$datefmt = '%Y ǯ %B %d Æü %H:%M';
$timespanfmt = '%s Æü %s »þ´Ö %s ʬ %s ÉÃ';
 
$strAbortedClients = 'ÃæÃǤ·¤Þ¤·¤¿¡£';
$strAbsolutePathToDocSqlDir = 'docSQL ¤Ø¤ÎÀäÂХѥ¹¤òÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£';
$strAccessDenied = '¥¢¥¯¥»¥¹¤ÏµñÈݤµ¤ì¤Þ¤·¤¿¡£';
$strAccessDeniedCreateConfig = '¶²¤é¤¯¤³¤ÎÌäÂê¤ÎÍýͳ¤Ï¡¢ÀßÄê¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤Æ¤¤¤Ê¤¤¤¿¤á¤Ç¤¹¡£%1$s¥»¥Ã¥È¥¢¥Ã¥×¥¹¥¯¥ê¥×¥È%2$s ¤ò»ÈÍѤ·¤Æ¤Ò¤È¤ÄºîÀ®¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£';
$strAccessDeniedExplanation = 'phpMyAdmin ¤Ï¡¢MySQL ¥µ¡¼¥Ð¡¼¤ËÀܳ¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£¤½¤·¤Æ¡¢¥µ¡¼¥Ð¡¼¤ÏÀܳ¤òµñÀ䤷¤Þ¤·¤¿¡£config.inc.php ¤ÎÃæ¤Î¥Û¥¹¥È¡¢¥æ¡¼¥¶¡¼Ì¾¤ª¤è¤Ó¥Ñ¥¹¥ï¡¼¥É¤ò¥Á¥§¥Ã¥¯¤·¡¢MySQL ¥µ¡¼¥Ð¡¼¤Î´ÉÍý¼Ô¤«¤éÍ¿¤¨¤é¤ì¤¿¾ðÊó¤ËÁêÅö¤¹¤ë¤³¤È¤ò³Îǧ¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strAction = 'Áàºî';
$strAddAutoIncrement = '¡ÖAUTO_INCREMENT¡×ÃͤòÄɲ乤ë';
$strAddConstraints = 'À©¸Â¤òÄɲ乤ë';
$strAddDeleteColumn = '¥Õ¥£¡¼¥ë¥ÉÎó¤òÄɲᦺï½ü¤¹¤ë';
$strAddDeleteRow = '¾ò·ï¹Ô¤òÄɲᦺï½ü¤¹¤ë';
$strAddDropDatabase = '¡ÖDROP DATABASE¡×¤òÄɲ乤ë';
$strAddedColumnComment = '¥«¥é¥à¤Î¥³¥á¥ó¥ÈÄɲ䵤ì¤Þ¤·¤¿¡£';
$strAddedColumnRelation = '¥«¥é¥à¤Î¥ê¥ì¡¼¥·¥ç¥ó¤¬Äɲ䵤ì¤Þ¤·¤¿¡£';
$strAddFields = '%s ¸Ä¤Î¥Õ¥£¡¼¥ë¥É¤òÄɲ乤ë';
$strAddHeaderComment = '¥Ø¥Ã¥À¡¼¤Ø¥«¥¹¥¿¥à¥³¥á¥ó¥È¤òÄɲà (\\n ¤Ç²þ¹Ô)';
$strAddIfNotExists = '¡ÖIF NOT EXISTS¡×¤òÄɲ乤ë';
$strAddIntoComments = 'Äɲå³¥á¥ó¥È';
$strAddNewField = '¥Õ¥£¡¼¥ë¥É¤òÄɲ乤ë';
$strAddPrivilegesOnDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤ØÆø¢¤ÎÄɲ乤ë';
$strAddPrivilegesOnTbl = '¥Æ¡¼¥Ö¥ë¤ØÆø¢¤ÎÄɲ乤ë';
$strAddSearchConditions = '¸¡º÷¾ò·ïʸ¤òÄɲ䷤Ƥ¯¤À¤µ¤¤¡£("where"¤ÎÀáʸ):';
$strAddToIndex = ' &nbsp;%s&nbsp; ¤ÎÎó¤ò¥¤¥ó¥Ç¥Ã¥¯¥¹¤ËÄɲä·¤Þ¤·¤¿¡£';
$strAddUser = '¥æ¡¼¥¶¡¼¤òÄɲ乤ë';
$strAddUserMessage = '¥æ¡¼¥¶¡¼¤òÄɲä·¤Þ¤·¤¿¡£';
$strAdministration = '´ÉÍý';
$strAffectedRows = '±Æ¶Á¤µ¤ì¤¿¹Ô¿ô:';
$strAfterInsertBack = 'Ìá¤ë';
$strAfterInsertNewInsert = '¿·¥ì¥³¡¼¥É¤òÄɲ乤ë';
$strAfterInsertNext = '¼¡¤Î¹Ô¤òÊÔ½¸¤¹¤ë';
$strAfterInsertSame = '¤³¤Î¥Ú¡¼¥¸¤ËÌá¤ë';
$strAfter = '»ØÄꥫ¥é¥à¤Î¸å¤Ë %s';
$strAll = 'Á´Éô';
$strAllowInterrupt = '¤½¤ì¤ÎÀ©¸Â»þ´Ö¤¬¶á¤Å¤¤¤Æ¤ë¤³¤È¤ò¥¹¥¯¥ê¥×¥È¤¬¸¡ÃΤ·¤¿¾ì¹ç¡¢¥¤¥ó¥Ý¡¼¥È¤Ø¤Î³ä¹þ¤ß¤òµö²Ä¤·¤Þ¤¹¡£¤³¤ì¤ÏÂ礭¤Ê¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥Ý¡¼¥È¤¹¤ë¾ì¹ç¤Î¤è¤¤¼êÃʤ«¤â¤·¤ì¤Þ¤»¤ó¤¬¡¢¤½¤ì¤Ï¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤ò²õ¤¹¤³¤È¤Ë¤Ê¤ê¤Þ¤¹¡£';
$strAllTableSameWidth = '¤¹¤Ù¤Æ¤Î¥Æ¡¼¥Ö¥ë¤òƱ¤¸Éý¤Çɽ¼¨¤·¤Þ¤¹¤«?';
$strAlterOrderBy = '¥Æ¡¼¥Ö¥ë½çÈ֤ξò·ï';
$strAnalyzeTable = '¥Æ¡¼¥Ö¥ë¤òʬÀϤ¹¤ë';
$strAnd = 'AND';
$strAndThen = '¤½¤·¤Æ¤½¤Î¸å¤Ë';
$strAnIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬¡Ö%s¡×¤ËÄɲ䵤ì¤Æ¤¤¤Þ¤·¤¿¡£';
$strAny = '¤¹¤Ù¤Æ';
$strAnyHost = '¤¹¤Ù¤Æ¤Î¥Û¥¹¥È';
$strAnyUser = '¤¹¤Ù¤Æ¤Î¥æ¡¼¥¶¡¼';
$strApproximateCount = '¶á¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£FAQ 3.11 ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strAPrimaryKey = '¼ç¥­¡¼¤¬ %s ¤ËÄɲ䵤ì¤Þ¤·¤¿¡£';
$strArabic = '¥¢¥é¥Ó¥¢¸ì';
$strArmenian = '¥¢¥ë¥á¥Ë¥¢¸ì';
$strAscending = '¾º½ç';
$strAtBeginningOfTable = '¥Æ¡¼¥Ö¥ë¤ÎÀèƬ';
$strAtEndOfTable = '¥Æ¡¼¥Ö¥ë¤ÎËöÈø';
$strAttr = 'ɽ¼¨¤¹¤ë';
$strAutodetect = '¼«Æ°¸¡ÃΤ¹¤ë';
$strAutomaticLayout = '¼«Æ°¥ì¥¤¥¢¥¦¥È';
 
$strBack = 'Ìá¤ë';
$strBaltic = '¥Ð¥ë¥È½ô¸ì';
$strBeginCut = 'ÀÚ¤ê¼è¤ê³«»Ï';
$strBeginRaw = 'RAW ³«»Ï';
$strBinaryDoNotEdit = ' ¥Ð¥¤¥Ê¥ê - ½¤Àµ¤Ç¤­¤Þ¤»¤ó';
$strBinary = ' ¥Ð¥¤¥Ê¥ê ';
$strBinaryLog = '¥Ð¥¤¥Ê¥ê¥í¥°';
$strBinLogEventType = '¥¤¥Ù¥ó¥È¥¿¥¤¥×';
$strBinLogInfo = '¾ðÊó';
$strBinLogName = '¥í¥°Ì¾';
$strBinLogOriginalPosition = '¸µ¤Î°ÌÃÖ';
$strBinLogPosition = '°ÌÃÖ';
$strBinLogServerId = '¥µ¡¼¥Ð¡¼ ID';
$strBookmarkAllUsers = '¤¹¤Ù¤Æ¤Î¥æ¡¼¥¶¡¼¤¬¤³¤Î¥Ö¥Ã¥¯¥Þ¡¼¥¯¤ò¥¢¥¯¥»¥¹¤Ç¤­¤ë';
$strBookmarkCreated = '¥Ö¥Ã¥¯¥Þ¡¼¥¯ %s ¤òºîÀ®¤·¤Þ¤·¤¿';
$strBookmarkDeleted = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤òÀµ¾ï¤Ëºï½ü¤·¤Þ¤·¤¿¡£';
$strBookmarkLabel = '¥é¥Ù¥ë';
$strBookmarkQuery = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤ë SQL';
$strBookmarkReplace = '´û¤Ë¸ºß¤¹¤ëƱ¤¸Ì¾Á°¤Î¥Ö¥Ã¥¯¥Þ¡¼¥¯¤òÃÖ´¹¤¹¤ë';
$strBookmarkThis = 'SQL ¤ò¥Ö¥Ã¥¯¥Þ¡¼¥¯¤¹¤ë';
$strBookmarkView = 'ɽ¼¨¤Î¤ß';
$strBrowseDistinctValues = '¸ÄÊ̤ËÃͤòɽ¼¨¤¹¤ë';
$strBrowse = 'ɽ¼¨';
$strBrowseForeignValues = '³°Éô¥­¡¼¤òɽ¼¨¤¹¤ë';
$strBufferPoolActivity = '¥Ð¥Ã¥Õ¥¡¡¼¥×¡¼¥ë¤Î³èÀ­ÅÙ';
$strBufferPool = '¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë';
$strBufferPoolUsage = '¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Î»ÈÍÑÎÌ';
$strBufferReadMisses = 'Æɤ߹þ¤ß¥ß¥¹¿ô';
$strBufferReadMissesInPercent = '% ¤ÎÆɤ߹þ¤ß¥ß¥¹¿ô';
$strBufferWriteWaitsInPercent = '% ¤Î½ñ¤­¹þ¤ßÂÔ¤Á¿ô';
$strBufferWriteWaits = '½ñ¤­¹þ¤ßÂÔ¤Á¿ô';
$strBulgarian = '¥Ö¥ë¥¬¥ê¥¢¸ì';
$strBusyPages = '¥Ó¥¸¡¼¤Ê¥Ú¡¼¥¸¿ô';
$strBzError = '¤³¤Î php ¥Ð¡¼¥¸¥ç¥ó¤Ï Bz2 ³ÈÄ¥¤¬²õ¤ì¤Æ¤¤¤ë¤Î¤Ç phpMyAdmin ¤¬°µ½Ì¥À¥ó¥×¤Ç¤­¤Þ¤»¤ó¡£phpMyAdmin ¤Î¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó¥Õ¥¡¥¤¥ë¤Î <code>$cfg[\'BZipDump\']</code> ¤ò <code>FALSE</code>¤ËÀßÄꤷ¤Æ¤¯¤À¤µ¤¤¡£Bz2 °µ½Ìµ¡Ç½¤ò»È¤¤¤¿¤¤¾ì¹ç¤Ë¤Ï php ¤Î¥Ð¡¼¥¸¥ç¥ó¤ò¾å¤²¤Æ²¼¤µ¤¤¡£php ¥Ð¥°Êó¹ð %s ¾ÜºÙ¡£';
$strBzip = '"bzip Êý¼°"';
 
$strCalendar = '¥«¥ì¥ó¥À¡¼';
$strCanNotLoadImportPlugins = '¥¤¥ó¥Ý¡¼¥È¥×¥é¥°¥¤¥ó¤òÆɤ߹þ¤á¤Þ¤»¤ó¡£¥¤¥ó¥¹¥È¡¼¥ë¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤!';
$strCannotLogin = 'MySQL ¥µ¡¼¥Ð¡¼¤Ë¥í¥°¥¤¥ó¤Ç¤­¤Þ¤»¤ó';
$strCantLoadRecodeIconv = 'ʸ»ú¥»¥Ã¥ÈÊÑ´¹¤ò¹Ô¤¦¤¿¤á¤Ë¤ÏÁȤ߹þ¤Þ¤ì¤Æ¤¤¤Ê¤¤ iconv ¤Þ¤¿¤Ï GNU recode ¤Î³ÈÄ¥¤¬É¬ÍפǤ¹¡£php ¤Ë¡¢¤³¤Î³ÈÄ¥ÀßÄê¤ò¹Ô¤Ã¤Æ¤ª¤¯¤«¡¢phpMyAdmin ¤Ç¤Ïʸ»ú¥»¥Ã¥ÈÊÑ´¹¤ò¤·¤Ê¤¤ÀßÄê¤Ë¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strCantLoad = '°·¤¨¤Ê¤¤³ÈÄ¥»Ò¤Î¥Õ¥¡¥¤¥ë¤Ç¤¹,<br />PHP ¤ÎÀßÄê¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strCantRenameIdxToPrimary = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤Î̾Á°¤ò PRIMARY ¤ËÊѹ¹¤Ç¤­¤Þ¤»¤ó¡£';
$strCantUseRecodeIconv = 'iconv¡¢libiconv¡¢recode_string ¤Î¤¤¤º¤ì¤Î´Ø¿ô¤â»ÈÍѤǤ­¤Þ¤»¤ó¡£php ¤ÎÀßÄê¤ò¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strCardinality = '°ì°Õ¤ÊÃͤοô';
$strCaseInsensitive = '±Ñ»ú¤ÎÂç¾®¤ò¶èÊ̤·¤Ê¤¤';
$strCaseSensitive = '±Ñ»ú¤ÎÂç¾®¤ò¶èÊ̤¹¤ë';
$strCentralEuropean = 'Ãæ±û¥è¡¼¥í¥Ã¥Ñ¸ì';
$strChangeCopyMode = 'Ʊ¤¸Æø¢¤ò»ý¤Ã¤¿¿·µ¬¤Î¥æ¡¼¥¶¡¼¤òºî¤ë...';
$strChangeCopyModeCopy = '... ¸Å¤¤¤â¤Î¤ò°Ý»ý¤¹¤ë';
$strChangeCopyModeDeleteAndReload = ' ... ¥æ¡¼¥¶¡¼¥Æ¡¼¥Ö¥ë¤«¤é¸Å¤¤¤â¤Î¤òºï½ü¤·¡¢¸å¤ÇÆø¢¤ËºÆ¤Ó¥í¡¼¥É¤¹¤ë';
$strChangeCopyModeJustDelete = ' ... ¥æ¡¼¥¶¡¼¥Æ¡¼¥Ö¥ë¤«¤é¸Å¤¤¤â¤Î¤òºï½ü¤¹¤ë';
$strChangeCopyModeRevoke = ' ... ¸Å¤¤¤â¤Î¤«¤éÍ­¸ú¤ÊÆø¢¤ò¤¹¤Ù¤Æ̵¸ú¤Ë¤·¡¢¤½¤ì¤ò¸å¤Çºï½ü¤¹¤ë';
$strChangeCopyUser = '¥í¥°¥¤¥ó¾ðÊó¤ÎÊѹ¹ / ¥æ¡¼¥¶¡¼¥³¥Ô¡¼';
$strChangeDisplay = 'ɽ¼¨¤µ¤»¤ë¥Õ¥£¡¼¥ë¥É¤òÁª¤ó¤Ç²¼¤µ¤¤';
$strChange = 'Êѹ¹';
$strChangePassword = '¥Ñ¥¹¥ï¡¼¥É¤òÊѹ¹¤¹¤ë';
$strCharset = 'ʸ»ú¥»¥Ã¥È';
$strCharsetOfFile = '¥Õ¥¡¥¤¥ë¤Îʸ»ú¥»¥Ã¥È:';
$strCharsetsAndCollations = 'ʸ»ú¥»¥Ã¥È¤È¾È¹ç½ç½ø';
$strCharsets = 'ʸ»ú¥³¡¼¥É';
$strCheckAll = '¤¹¤Ù¤Æ¥Á¥§¥Ã¥¯¤¹¤ë';
$strCheckOverhead = '¥ª¡¼¥Ð¡¼¥Ø¥Ã¥É¤Î¸¡ºº¤ò¤¹¤ë';
$strCheckPrivs = 'Æø¢¤Î¥Á¥§¥Ã¥¯¤ò¤¹¤ë';
$strCheckPrivsLong = '¥Ç¡¼¥¿¥Ù¡¼¥¹ &quot;%s&quot; ¤ÎÆø¢¥Á¥§¥Ã¥¯¡£';
$strCheckTable = '¥Æ¡¼¥Ö¥ë¤ò¥Á¥§¥Ã¥¯¤¹¤ë';
$strChoosePage = 'ÊÔ½¸¤¹¤ë¥Ú¡¼¥¸¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strColComFeat = 'Îó¥³¥á¥ó¥Èɽ¼¨µ¡Ç½';
$strCollation = '¾È¹ç½ç½ø';
$strColumnNames = 'Îó(¥«¥é¥à)̾';
$strColumnPrivileges = '¥«¥é¥à»ØÄê¤ÎÆø¢';
$strCommand = '¥³¥Þ¥ó¥É';
$strComments = '¥³¥á¥ó¥È';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ¸ß´¹';
$strCompleteInserts = '´°Á´¤Ê INSERT ʸ¤òºîÀ®¤¹¤ë';
$strCompression = '°µ½Ì';
$strCompressionWillBeDetected = '¥¤¥ó¥Ý¡¼¥È¤µ¤ì¤¿¥Õ¥¡¥¤¥ë°µ½Ì¤Ï¡¢¼«Æ°Åª¤Ë¸¡ÃΤµ¤ì¤ë¤Ç¤·¤ç¤¦: %s';
$strConfigDefaultFileError = '¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤òÆɤ߹þ¤á¤Þ¤»¤ó¤Ç¤·¤¿: "%1$s"';
$strConfigFileError = 'phpMyAdmin ¤¬ÀßÄê¥Õ¥¡¥¤¥ë¤òÆɤ߹þ¤à¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó! <br />ʸˡ¥¨¥é¡¼¤¬È¯À¸¤·¤¿¤«¡¢¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£<br />²¼¤Î¥ê¥ó¥¯¤«¤éÀßÄê¥Õ¥¡¥¤¥ë¤òľÀÜÆɤ߹þ¤ó¤Ç¡¢PHP ¤Î¥¨¥é¡¼¥á¥Ã¥»¡¼¥¸¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£Â¿¤¯¤Î¾ì¹ç¡¢¶èÀÚ¤êʸ»ú¤ä¥»¥ß¥³¥í¥ó¤ò˺¤ì¤Æ¤¤¤Þ¤¹¡£<br />¤â¤·¶õÇò¤Î¥Ú¡¼¥¸¤¬¸½¤ì¤¿¤é¤¹¤Ù¤Æ¤¦¤Þ¤¯¹Ô¤Ã¤Æ¤¤¤Þ¤¹¡£';
$strConfigureTableCoord = '¥Æ¡¼¥Ö¥ë¡Ö%s¡×¥Æ¡¼¥Ö¥ë¤ÎÀßÄê¤òÄ´À°¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strConnectionError = 'Àܳ¤Ç¤­¤Þ¤»¤ó: ̵¸ú¤ÊÀßÄê¤Ç¤¹¡£';
$strConnections = 'Àܳ';
$strConstraintsForDumped = '¥À¥ó¥×ºÑ¥Æ¡¼¥Ö¥ë¤ÎÀ©¸Â';
$strConstraintsForTable = '¥Æ¡¼¥Ö¥ë¤ÎÀ©¸Â';
$strCookiesRequired = '¤³¤³¤«¤éÀè¤Ï¥¯¥Ã¥­¡¼¤¬µö²Ä¤µ¤ì¤Æ¤¤¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£';
$strCopy = '¥³¥Ô¡¼¤¹¤ë';
$strCopyDatabaseOK = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ï¡Ö%s¡×¤Ë¥³¥Ô¡¼¤µ¤ì¤Þ¤·¤¿¡£';
$strCopyTable = '¥Æ¡¼¥Ö¥ë¤ò(database<b>.</b>table)¤Ë¥³¥Ô¡¼¤¹¤ë:';
$strCopyTableOK = '¥Æ¡¼¥Ö¥ë¡Ö%s¡×¤ò¡Ö%s¡×¤Ë¥³¥Ô¡¼¤·¤Þ¤·¤¿¡£';
$strCopyTableSameNames = 'Ʊ¤¸¥Æ¡¼¥Ö¥ë¤Ë¥³¥Ô¡¼¤Ç¤­¤Þ¤»¤ó!';
$strCouldNotKill = 'phpMyAdmin ¤¬¥¹¥ì¥Ã¥É %s ¤ò½ªÎ»¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£¶²¤é¤¯¡¢´û¤Ë½ªÎ»¤·¤Æ¤¤¤Þ¤¹¡£';
$strCreateDatabaseBeforeCopying = '¥³¥Ô¡¼¤ÎÁ°¤Ë¡ÖCREATE DATABASE¡×¤¹¤ë';
$strCreateIndex = '&nbsp;%s&nbsp; ¤ÎÎó¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºîÀ®¤¹¤ë';
$strCreateIndexTopic = '¿·µ¬¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºîÀ®¤¹¤ë';
$strCreateNewDatabase = '¿·µ¬¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºîÀ®¤¹¤ë';
$strCreateNewTable = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ë¥Æ¡¼¥Ö¥ë¤ò¿·µ¬ºîÀ®¤¹¤ë';
$strCreate = 'ºîÀ®';
$strCreatePage = '¿·µ¬¥Ú¡¼¥¸¤òºîÀ®¤¹¤ë';
$strCreatePdfFeat = 'PDF ºîÀ®µ¡Ç½';
$strCreationDates = 'ºîÀ®/¹¹¿·/¸¡ºº¤ÎÆüÉÕ¤òÄɲ乤ë';
$strCriteria = '¹Ê¹þ¤ß´ð½à';
$strCroatian = '¥¯¥í¥¢¥Á¥¢¸ì';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV ¥ª¥×¥·¥ç¥ó';
$strCSVOptions = 'CSV ¥ª¥×¥·¥ç¥ó';
$strCyrillic = '¥­¥ê¥ëʸ»ú¥í¥·¥¢¸ì';
$strCzech = '¥Á¥§¥³¸ì';
$strCzechSlovak = '¥Á¥§¥³¤Î¥¹¥í¥Ð¥­¥¢¸ì';
 
$strDanish = '¥Ç¥ó¥Þ¡¼¥¯¸ì';
$strDatabase = '¥Ç¡¼¥¿¥Ù¡¼¥¹';
$strDatabaseEmpty = '¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾¤¬¶õ¤Ç¤¹!';
$strDatabaseExportOptions = '¥Ç¡¼¥¿¥Ù¡¼¥¹¥¨¥¯¥¹¥Ý¡¼¥È¥ª¥×¥·¥ç¥ó';
$strDatabaseHasBeenDropped = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤òÀµ¾ï¤Ëºï½ü¤·¤Þ¤·¤¿¡£';
$strDatabaseNoTable = '¤³¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ï¥Æ¡¼¥Ö¥ë¤ò´Þ¤ó¤Ç¤¤¤Þ¤»¤ó!';
$strDatabases = '¥Ç¡¼¥¿¥Ù¡¼¥¹';
$strDatabasesDropped = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£';
$strDatabasesStats = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÎÅý·×';
$strDatabasesStatsDisable = 'Åý·×¤ò̵¸ú¤Ë¤¹¤ë';
$strDatabasesStatsEnable = 'Åý·×¤òµö²Ä¤¹¤ë';
$strDatabasesStatsHeavyTraffic = 'Ãí°Õ: ¥Ç¡¼¥¿¥Ù¡¼¥¹Åý·×¤òµö²Ä¤¹¤ë¤È MySQL ¤È WEB¥µ¡¼¥Ð¡¼¤Î´Ö¤Ç½Å¤¤¥È¥é¥Õ¥£¥Ã¥¯¤¬È¯À¸¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£';
$strData = '¥Ç¡¼¥¿';
$strDataDict = '¥Ç¡¼¥¿¼­½ñ';
$strDataOnly = '¥Ç¡¼¥¿¤Î¤ß';
$strDataPages = '¥Ç¡¼¥¿¤ò´Þ¤à¥Ú¡¼¥¸¿ô';
$strDBComment = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥³¥á¥ó¥È: ';
$strDBCopy = '¤³¤Î̾Á°¤Ç¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò¥³¥Ô¡¼¤¹¤ë';
$strDBGContext = '¥³¥ó¥Æ¥­¥¹¥È';
$strDBGContextID = '¥³¥ó¥Æ¥­¥¹¥ÈID';
$strDBGHits = '¥Ò¥Ã¥È';
$strDBGLine = '¹Ô';
$strDBGMaxTimeMs = 'ºÇÂç»þ´Ö(¥ß¥êÉÃ)';
$strDBGMinTimeMs = 'ºÇ¾®»þ´Ö(¥ß¥êÉÃ)';
$strDBGModule = '¥â¥¸¥å¡¼¥ë';
$strDBGTimePerHitMs = '¥Ò¥Ã¥ÈΨ(¥ß¥êÉÃ)';
$strDBGTotalTimeMs = 'Áí·×»þ´Ö(¥ß¥êÉÃ)';
$strDbPrivileges = '¥Ç¡¼¥¿¥Ù¡¼¥¹ÆÃÄê Æø¢';
$strDBRename = '¤³¤Î̾Á°¤Ë¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾¤òÊѹ¹¤¹¤ë';
$strDbSpecific = '¥Ç¡¼¥¿¥Ù¡¼¥¹»ÅÍÍ';
$strDefaultEngine = '%s ¤Ï¡¢¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Î¥Ç¥Õ¥©¥ë¥È¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤Ç¤¹¡£';
$strDefaultValueHelp = '¥Ç¥Õ¥©¥ë¥ÈÃͤΤ¿¤á¤Ë¡¢¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¥¨¥¹¥±¡¼¥×¤ä°úÍÑÉä¤Ê¤·¤Î 1 ¸Ä¤À¤±¤ÎÃͤòÆþ¤ì¤Æ²¼¤µ¤¤, ¤³¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï: a';
$strDefault = '´ðËÜÃÍ';
$strDefragment = '¥Æ¡¼¥Ö¥ë¤Î¥Ç¥Õ¥é¥°';
$strDelayedInserts = 'Ãٱ䥤¥ó¥µ¡¼¥È¤ò»ÈÍѤ¹¤ë';
$strDeleteAndFlush = '¥æ¡¼¥¶¡¼¤òºï½ü¤·¤ÆÆø¢¤ò¥ê¥í¡¼¥É¤¹¤ë';
$strDeleteAndFlushDescr = '¤³¤ì¤Ï¥¯¥ê¥¢¡¼¤Ç¤¹¡£Æø¢¤ò¥ê¥í¡¼¥É¤¹¤ë¤Î¤Ç¾¯¡¹»þ´Ö¤¬¤«¤«¤ê¤Þ¤¹¡£';
$strDeleted = 'ÁªÂò¤·¤¿Îó¤òºï½ü¤·¤Þ¤·¤¿¡£';
$strDeletedRows = 'ºï½ü¤µ¤ì¤¿¹Ô¿ô:';
$strDeleteNoUsersSelected = 'ºï½ü¤¹¤ë¥æ¡¼¥¶¡¼¤òÁªÂò¤·¤Æ¤¤¤Þ¤»¤ó!';
$strDelete = 'ºï½ü';
$strDeleting = '%s ¤òºï½üÃæ¤Ç¤¹';
$strDelOld = '¸½ºß¤Î¥Ú¡¼¥¸¤Ï¡¢¤â¤Ï¤ä¸ºß¤·¤Ê¤¤¥Æ¡¼¥Ö¥ë¤Ë»²¾È¤¬¤¢¤ê¤Þ¤¹¡£¤½¤ì¤é¤Î»²¾È¤òºï½ü¤·¤¿¤¤¤Ç¤¹¤«?';
$strDescending = '¹ß½ç';
$strDescription = 'ÀâÌÀ';
$strDictionary = '¼­½ñ';
$strDirtyPages = 'ÉÔÀµ¤Ê¥Ú¡¼¥¸¿ô';
$strDisabled = '̵¸ú';
$strDisableForeignChecks = '³°Éô¥­¡¼¤Î¸¡ºº¤ò̵¸ú¤Ë¤¹¤ë';
$strDisplayFeat = '¥Æ¡¼¥Ö¥ë¾ðÊóɽ¼¨µ¡Ç½';
$strDisplayOrder = 'ɽ¼¨½ç½ø:';
$strDisplayPDF = 'PDF ¥¹¥­¡¼¥Þ¤Îɽ¼¨¤ò¤¹¤ë';
$strDoAQuery = '"Îã¤ÎQUERY"¤ò¼Â¹Ô (¥ï¥¤¥ë¥É¥«¡¼¥É: "%")';
$strDocu = '¥É¥­¥å¥á¥ó¥È';
$strDoYouReally = '¤³¤ì¤òËÜÅö¤Ë¼Â¹Ô¤·¤Æ¤âÎɤ¤¤Ç¤¹¤«?:';
$strDropDatabaseStrongWarning = '´°Á´¤Ë¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÇ˲õ¤¹¤ë¤Ç¤·¤ç¤¦!';
$strDrop = 'ºï½ü';
$strDropUsersDb = '¥æ¡¼¥¶¡¼¤ÈƱ¤¸Ì¾Á°¤ò»ý¤Ä¥Ç¡¼¥¿¥Ù¡¼¥¹¤òºï½ü¤¹¤ë';
$strDumpingData = '¥Æ¡¼¥Ö¥ë¤Î¥À¥ó¥×¥Ç¡¼¥¿';
$strDumpSaved = '¥À¥ó¥×¤ò¥Õ¥¡¥¤¥ë %s ¤ËÊݸ¤·¤Þ¤·¤¿¡£';
$strDumpXRows = '%s Îó¤ò¥À¥ó¥×¤·¤Þ¤¹¡£³«»ÏÎó¤Ï %s ¤Ç¤¹¡£';
$strDynamic = '¥À¥¤¥Ê¥ß¥Ã¥¯';
 
$strEdit = '½¤Àµ';
$strEditPDFPages = 'PDF ¥Ú¡¼¥¸¤òÊÔ½¸¤¹¤ë';
$strEditPrivileges = 'Æø¢¤ò½¤Àµ';
$strEffective = '¼Â¸ú';
$strEmpty = '¶õ¤Ë¤¹¤ë';
$strEmptyResultSet = 'MySQL ¤¬¶õ¤ÎÃͤòÊÖ¤·¤Þ¤·¤¿ (Î㤨¤Ð¹Ô¤¬¶õ¤À¤Ã¤¿)';
$strEnabled = 'Í­¸ú';
$strEncloseInTransaction = '¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Ç¥¨¥¯¥¹¥Ý¡¼¥È¤ò°Ï¤à';
$strEncto = '¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤ØÊÑ´¹¤¹¤ë'; // encoding convert
$strEndCut = 'ÀÚ¤ê¼è¤ê½ªÎ»';
$strEnd = 'ºÇ¸å';
$strEndRaw = 'RAW ½ªÎ»';
$strEngineAvailable = '%s ¤Ï¡¢¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤ÇÍøÍѲÄǽ¤Ç¤¹¡£';
$strEngineDisabled = '%s ¤Ï¡¢¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Ç¤Ï̵¸ú¤Ë¤µ¤ì¤Æ¤¤¤Þ¤¹¡£';
$strEngines = '¥¨¥ó¥¸¥ó';
$strEngineUnsupported = '¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Ï %s ¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£';
$strEnglish = '±Ñ¸ì';
$strEnglishPrivileges = ' Ãí°Õ: MySQL¤ÎÆø¢¤Î̾Á°¤Ï±Ñ¸ì¤Çɽ¼¨¤·¤Æ¤¤¤Þ¤¹¡£';
$strErrorInZipFile = 'ZIP ½ñ¸ËÃæ¤Ë¥¨¥é¡¼¤Ç¤¹:';
$strError = '¥¨¥é¡¼';
$strEscapeWildcards = '¥ï¥¤¥ë¥É¥«¡¼¥É¡Ö_¡×¤ª¤è¤Ó¡Ö%¡×¤Ï¤½¤ì¤é¤òʸ»úÄ̤ê¤Ë»ÈÍѤ¹¤ë¤¿¤á¤Ë¡Ö\¡×¤Ç¥¨¥¹¥±¡¼¥×(²óÈò)¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strEsperanto = '¹ñºÝ¸ì';
$strEstonian = '¥¨¥¹¥È¥Ë¥¢¸ì';
$strExcelEdition = 'Excel ¤Î¼ïÎà';
$strExcelOptions = 'Excel ¥ª¥×¥·¥ç¥ó';
$strExecuteBookmarked = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤µ¤ì¤¿¾È²ñ¤ò¼Â¹Ô¤¹¤ë';
$strExplain = 'SQL ¤òʬÀϤ¹¤ë';
$strExport = '¥¨¥¯¥¹¥Ý¡¼¥È';
$strExtendedInserts = '³ÈÄ¥ INSERT ʸ¤òºîÀ®¤¹¤ë';
$strExtra = '¤½¤Î¾';
 
$strFailedAttempts = '»î¤ß¤Ï¼ºÇÔ¤Þ¤·¤¿';
$strFieldHasBeenDropped = '¥Õ¥£¡¼¥ë¥É %s ¤¬Àµ¾ï¤Ëºï½ü¤µ¤ì¤Þ¤·¤¿';
$strField = '¥Õ¥£¡¼¥ë¥É';
$strFieldsEmpty = ' ¥Õ¥£¡¼¥ë¥É¿ô¤¬¶õ¤Ç¤¹¡£ ';
$strFieldsEnclosedBy = '¥Õ¥£¡¼¥ë¥É°Ï¤ßµ­¹æ';
$strFieldsEscapedBy = '¥Õ¥£¡¼¥ë¥É¤Î¥¨¥¹¥±¡¼¥×µ­¹æ';
$strFields = '¥Õ¥£¡¼¥ë¥É';
$strFieldsTerminatedBy = '¥Õ¥£¡¼¥ë¥É¶èÀڤ국¹æ';
$strFileAlreadyExists = '¥Õ¥¡¥¤¥ë¡Ö%s¡×¤Ï´û¤Ë¥µ¡¼¥Ð¡¼¤Ë¸ºß¤·¤·¤Þ¤¹¡£¥Õ¥¡¥¤¥ë̾¤òÊѹ¹¤¹¤ë¤«¡¢¾å½ñ¤­¥ª¥×¥·¥ç¥ó¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strFileCouldNotBeRead = '¥Õ¥¡¥¤¥ë¤òÆɤá¤Þ¤»¤ó¡£';
$strFileNameTemplateDescription = '¤³¤ÎÃÍ¤Ï %1$sstrftime%2$s ¤òÍѤ¤¤Æ¡¢È½ÃǤµ¤ì¤Þ¤¹¡£½¾¤Ã¤Æ¡¢»þ´Ö½ñ¼°¤Îʸ»úÎó¤ò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤µ¤é¤Ë¼¡¤Îʸ»úÎóÃÖ´¹¤¬µ¯¤³¤ë¤Ç¤·¤ç¤¦: %3$s¡£¤½¤Î¤Þ¤Þ¤Ë¾¤Î¥Æ¥­¥¹¥È¤Ï°Ý»ý¤µ¤ì¤ë¤Ç¤·¤ç¤¦¡£';
$strFileNameTemplateDescriptionDatabase = '¥Ç¡¼¥¿¥Ù¡¼¥¹Ì¾';
$strFileNameTemplateDescriptionServer = '¥µ¡¼¥Ð¡¼Ì¾';
$strFileNameTemplateDescriptionTable = '¥Æ¡¼¥Ö¥ë̾';
$strFileNameTemplate = '¥Õ¥¡¥¤¥ë̾¤Î¥Æ¥ó¥×¥ì¡¼¥È';
$strFileNameTemplateRemember = '¥Æ¥ó¥×¥ì¡¼¥È¤ò³Ð¤¨¤ë';
$strFileToImport = '¥Õ¥¡¥¤¥ë¤ò¥¤¥ó¥Ý¡¼¥È¤¹¤ë';
$strFixed = '¸ÇÄê';
$strFlushPrivilegesNote = 'Ãí°Õ: phpMyAdmin ¤Ï MySQL ¤ÎÆø¢¥Æ¡¼¥Ö¥ë¤«¤éľÀܤ˥桼¥¶¡¼Æø¢¤òÆÀ¤Þ¤¹¡£¤â¤·¥Þ¥Ë¥å¥¢¥ë¤ÇÆø¢¤¬Êѹ¹¤µ¤ì¤Æ¤¤¤ë¤È¡¢¤³¤Î¥Æ¡¼¥Ö¥ë¤ÎÆâÍƤȤϰۤʤ뤫¤â¤·¤ì¤Þ¤»¤ó¡£¤³¤Î¾ì¹ç¡¢Â³¤±¤ë¤Þ¤¨¤Ë %s Æø¢¥ê¥í¡¼¥É %s ¤ò¤¹¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£';
$strFlushQueryCache = '¾È²ñ¥­¥ã¥Ã¥·¥å¤ò¥Õ¥é¥Ã¥·¥å¤¹¤ë';
$strFlushTable = '¥Æ¡¼¥Ö¥ë¤Î¥­¥ã¥Ã¥·¥å¤ò¶õ¤Ë¤¹¤ë("FLUSH")';
$strFlushTables = '¤¹¤Ù¤Æ¤Î¥Æ¡¼¥Ö¥ë¤ò¥Õ¥é¥Ã¥·¥å¤¹¤ë(ÊĤ¸¤ë)';
$strFormat = '¥Õ¥©¡¼¥Þ¥Ã¥È';
$strFormEmpty = '¥Õ¥©¡¼¥à¤Ç¤ÏÃͤ¬¤¢¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strFreePages = '¥Õ¥ê¡¼¤Ê¥Ú¡¼¥¸¿ô';
$strFullText = 'Á´Ê¸';
$strFunction = '´Ø¿ô';
 
$strGenBy = 'À¸À®´Ä¶­';
$strGeneralRelationFeat = '¥ê¥ì¡¼¥·¥ç¥óµ¡Ç½';
$strGenerate = 'À¸À®¤¹¤ë';
$strGeneratePassword = '¥Ñ¥¹¥ï¡¼¥É¤òÀ¸À®¤¹¤ë';
$strGenTime = 'ºîÀ®¤Î»þ´Ö';
$strGeorgian = '¥°¥ë¥¸¥¢¸ì';
$strGerman = '¥É¥¤¥Ä¸ì';
$strGlobal = '¥°¥í¡¼¥Ð¥ë';
$strGlobalPrivileges = '¥°¥í¡¼¥Ð¥ëÆø¢';
$strGlobalValue = '¥°¥í¡¼¥Ð¥ëÃÍ';
$strGo = '¼Â¹Ô¤¹¤ë';
$strGrantOption = '¸¢¸Â°Ñ¾ù';
$strGreek = '¥®¥ê¥·¥¢¸ì';
$strGzip = '"gzip Êý¼°"';
 
$strHandler = 'ÆâÉô½èÍý';
$strHasBeenAltered = '¤òÊѹ¹¤·¤Þ¤·¤¿¡£';
$strHasBeenCreated = '¤òºîÀ®¤·¤Þ¤·¤¿¡£';
$strHaveToShow = 'ɽ¼¨¤¹¤ë¤¿¤á¤Ë¡¢¾¯¤Ê¤¯¤Æ¤â¤Ò¤È¤Ä¤Î¥«¥é¥à¤òÁªÂò¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£';
$strHebrew = '¥Ø¥Ö¥é¥¤¸ì';
$strHexForBinary = '¥Ð¥¤¥Ê¥ê¥Õ¥£¡¼¥ë¥É¤Ï 16 ¿Ê¿ô¤ò»ÈÍѤ¹¤ë';
$strHome = '¥á¥¤¥ó¥Ú¡¼¥¸¤Ø';
$strHomepageOfficial = 'phpMyAdmin ¥Û¡¼¥à';
$strHostEmpty = '¥Û¥¹¥È̾¤Ï¶õ¤Ç¤¹!';
$strHost = '¥Û¥¹¥È';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ¥¨¥¯¥¹¥Ý¡¼¥È¥ª¥×¥·¥ç¥ó';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ¥¨¥¯¥¹¥Ý¡¼¥È¥ª¥×¥·¥ç¥ó';
$strHungarian = '¥Ï¥ó¥¬¥ê¡¼¸ì';
 
$strIcelandic = '¥¢¥¤¥¹¥é¥ó¥É¸ì';
$strId = 'ID';
$strIdxFulltext = 'Á´Ê¸';
$strIgnoreDuplicates = '¹Ô¤ÎÊ£À½¤ò̵»ë¤¹¤ë';
$strIgnore = '̵»ë';
$strIgnoreInserts = '¡ÖINSERT IGNORE¡×¤ò»ÈÍѤ¹¤ë';
$strIgnoringFile = '¥Õ¥¡¥¤¥ë¤ò̵»ë %s';
$strImportDocSQL = 'docSQL ¥Õ¥¡¥¤¥ë¥¤¥ó¥Ý¡¼¥È';
$strImportFiles = '¥¤¥ó¥Ý¡¼¥È¥Õ¥¡¥¤¥ë';
$strImportFormat = '¥¤¥ó¥Ý¡¼¥ÈºÑ¥Õ¥¡¥¤¥ë¤Î½ñ¼°';
$strImport = '¥¤¥ó¥Ý¡¼¥È';
$strImportSuccessfullyFinished = '¥¤¥ó¥Ý¡¼¥È¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£%d ¸Ä¤Î¾È²ñ¤ò¼Â¹Ô¤·¤Þ¤·¤¿¡£';
$strIndexes = '¥¤¥ó¥Ç¥Ã¥¯¥¹¥µ¥¤¥º';
$strIndexHasBeenDropped = '¥¤¥ó¥Ç¥Ã¥¯¥¹ %s ¤¬ºï½ü¤µ¤ì¤Þ¤·¤¿';
$strIndexName = '¥¤¥ó¥Ç¥Ã¥¯¥¹Ì¾&nbsp;:';
$strIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹';
$strIndexType = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤Î¼ïÎà&nbsp;:';
$strIndexWarningMultiple = '1 ¸Ä¤ò±Û¤¨¤ë INDEX ¥­¡¼¤¬¥«¥é¥à `%s` ÍѤ˺îÀ®¤µ¤ì¤Þ¤·¤¿¡£';
$strIndexWarningPrimary = 'PRIMARY ¤È INDEX ¤Î¥­¡¼¤ÏξÊý¤È¤â¡¢¥«¥é¥à `%s` ¤ËÀßÄꤵ¤ì¤ë¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strIndexWarningTable = '¥Æ¡¼¥Ö¥ë `%s` ¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ë´Ø¤¹¤ëÌäÂê¤Ç¤¹¡£';
$strIndexWarningUnique = 'UNIQUE ¤È INDEX ¤Î¥­¡¼¤ÏξÊý¤È¤â¡¢¥«¥é¥à `%s` ¤ËÀßÄꤵ¤ì¤ë¤Ù¤­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strInnoDBAutoextendIncrementDesc = ' ¤½¤ì¤¬¤¤¤Ã¤Ñ¤¤¤Ë¤Ê¤ë¾ì¹ç¤Ë¡¢¼«Æ°³ÈÄ¥¤¹¤ë¥Æ¡¼¥Ö¥ë¥¹¥Ú¡¼¥¹¤Î¥µ¥¤¥º¤ò³ÈÄ¥¤¹¤ë¤¿¤á¤ÎÁýʬÎ̤Ǥ¹¡£';
$strInnoDBAutoextendIncrement = '¼«Æ°³ÈÄ¥¤ÎÄɲÃÁý²ÃÎÌ';
$strInnoDBBufferPoolSize = '¥Ð¥Ã¥Õ¥¡¡¼ÃßÀÑ¥µ¥¤¥º';
$strInnoDBBufferPoolSizeDesc = 'InnoDB ¤¬¥­¥ã¥Ã¥·¥å¥Ç¡¼¥¿¤È¤½¤Î¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ë»È¤¦¥Ð¥Ã¥Õ¥¡¥á¥â¥ê¤Î¥µ¥¤¥º¤Ç¤¹¡£';
$strInnoDBDataFilePath = '¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë';
$strInnoDBDataHomeDir = '¥Ç¡¼¥¿¥Û¡¼¥à¥Ç¥£¥ì¥¯¥È¥ê';
$strInnoDBDataHomeDirDesc = '¤¹¤Ù¤Æ¤Î InnoDB ¥Ç¡¼¥¿¥Õ¥¡¥¤¥ëÍѤΥǥ£¥ì¥¯¥È¥ê¥Ñ¥¹¤Î¶¦ÄÌÉôʬ¤Ç¤¹¡£';
$strInnoDBPages = '¥Ú¡¼¥¸';
$strInnodbStat = 'InnoDB ¥¹¥Æ¡¼¥¿¥¹';
$strInsecureMySQL = '¤¢¤Ê¤¿¤Î¥³¥ó¥Õ¥£¥°¥ì¡¼¥·¥ç¥ó¥Õ¥¡¥¤¥ë¤ÎÀßÄ꤬ MySQL ¥Ç¥Õ¥©¥ë¥È¤ÎÆø¢¥¢¥«¥¦¥ó¥È¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹ (root ¥æ¡¼¥¶¡¼¤Ç¥Ñ¥¹¥ï¡¼¥É¤Ê¤·) ¡£ MySQL ¥µ¡¼¥Ð¡¼¤â¤³¤Î¥Ç¥Õ¥©¥ë¥ÈÀßÄê¤ÇÆ°ºî¤·¤Æ¤¤¤ë¤Î¤Ç¡¢¿¯Æþ¼Ô¤ËÂФ·¤Æ̵ËÉÈ÷¤Ç¤¹¡£¤³¤Î¥»¥­¥å¥ê¥Æ¥£¡¼¥Û¡¼¥ë¤Ïɬ¤ºÊĤ¶¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strInsert = 'ÄɲÃ';
$strInsertAsNewRow = '¿·¤·¤¤¹Ô¤È¤·¤ÆÄɲ乤ë';
$strInsertedRowId = '¥¤¥ó¥µ¡¼¥È¤·¤¿¹Ô ID:';
$strInsertedRows = 'Äɲ䵤줿¹Ô¿ô:';
$strInsertNewRow = '¿·¤·¤¤¹Ô¤òÄɲ乤ë';
$strInternalNotNecessary = '* InnoDB ¤¬Â¸ºß¤¹¤ë¾ì¹ç¡¢ÆâÉô¥ê¥ì¡¼¥·¥ç¥ó¤ÏɬÍפǤϤ¢¤ê¤Þ¤»¤ó¡£';
$strInternalRelations = 'ÆâÉô¥ê¥ì¡¼¥·¥ç¥ó';
$strInUse = '»ÈÍÑÃæ';
$strInvalidAuthMethod = 'ÀßÄê¾å¤ÇÀµ¤·¤¯¤Ê¤¤Ç§¾ÚÊýË¡¤òÀßÄꤷ¤Æ¤¤¤Þ¤¹:';
$strInvalidColumn = 'Àµ¤·¤¯¤Ê¤¤Îó (%s) ¤¬»ØÄꤵ¤ì¤Þ¤·¤¿!';
$strInvalidColumnCount = '¥«¥é¥à¿ô¤Ï 0 ¤è¤êÂ礭¤¯¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£';
$strInvalidCSVFieldCount = 'CSV ÆþÎÏÃæ ¤Ë̵¸ú¤Ê¹àÌÜ¿ô¤¬¤¢¤ê¤Þ¤¹(¹Ô:%d)';
$strInvalidCSVFormat = 'CSV ÆþÎÏÃæ ¤Ë̵¸ú¤Ê½ñ¼°¤¬¤¢¤ê¤Þ¤¹(¹Ô:%d)';
$strInvalidCSVParameter = 'CSV ¥¤¥ó¥Ý¡¼¥È¤Î¥Ñ¥é¥á¡¼¥¿¡¼¤¬Ìµ¸ú¤Ç¤¹: %s';
$strInvalidFieldAddCount = '¾¯¤Ê¤¯¤È¤â¤Ò¤È¤Ä¤Î¥Õ¥£¡¼¥ë¥É¤òÄɲ䷤ʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£';
$strInvalidFieldCount = '¥Æ¡¼¥Ö¥ë¤Ï¾¯¤Ê¤¯¤È¤â¤Ò¤È¤Ä¤Î¥Õ¥£¡¼¥ë¥É¤¬É¬ÍפǤ¹¡£';
$strInvalidLDIImport = '¤³¤Î¥×¥é¥°¥¤¥ó¤Ï°µ½ÌºÑ¥¤¥ó¥Ý¡¼¥È¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó!';
$strInvalidRowNumber = '%d ¤ÏÀµ¤·¤¯¤Ê¤¤¹ÔÈÖ¹æ¤Ç¤¹¡£';
$strInvalidServerHostname = '¥µ¡¼¥Ð¡¼¡Ö%1$s¡×¤Î¥Û¥¹¥È̾¤¬Ìµ¸ú¤Ç¤¹¡£ÀßÄê¤òÄ´ºº¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strInvalidServerIndex = '̵¸ú¤Ê¥µ¡¼¥Ð¡¼¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ç¤¹: "%s"';
 
$strJapanese = 'ÆüËܸì';
$strJoins = '·ë¹ç';
$strJumpToDB = '&quot;%s&quot; ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ø¥¸¥ã¥ó¥×.';
$strJustDelete = 'Æø¢¥Æ¡¼¥Ö¥ë¤«¤é¥æ¡¼¥¶¡¼¤ò¨ºï½ü¤¹¤ë';
$strJustDeleteDescr = '&quot;ºï½üºÑ&quot; ¥æ¡¼¥¶¡¼¤ÏÆø¢¤¬¥ê¥í¡¼¥É¤µ¤ì¤ë¤Þ¤Ç¥µ¡¼¥Ð¡¼¤Ë¥¢¥¯¥»¥¹²Äǽ¤Ç¤¹¡£';
 
$strKanjiEncodConvert = '´Á»ú¥³¡¼¥ÉÊÑ´¹'; // kanji code convert
$strKeepPass = '¥Ñ¥¹¥ï¡¼¥É¤òÊѹ¹¤·¤Ê¤¤';
$strKeyCache = '¥­¡¼¥­¥ã¥Ã¥·¥å';
$strKeyname = '¥­¡¼Ì¾';
$strKill = 'Ää»ß';
$strKorean = '´Ú¹ñ¸ì';
 
$strLandscape = '¥é¥ó¥É¥¹¥±¡¼¥×';
$strLanguageFileNotFound = '¸À¸ì¥Õ¥¡¥¤¥ë¡Ö%1$s¡×¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£';
$strLanguageUnknown = 'ÉÔÌÀ¤Î¸À¸ì: %1$s.';
$strLatchedPages = '¥é¥Ã¥Á¤µ¤ì¤Æ¤¤¤ë¥Ú¡¼¥¸';
$strLatexCaption = '¥Æ¡¼¥Ö¥ë¥­¥ã¥×¥·¥ç¥ó';
$strLatexContent = '¥Æ¡¼¥Ö¥ë __TABLE__ ¤ÎÆâÍÆ';
$strLatexContinued = '(³¤±¤ë)';
$strLatexContinuedCaption = '·Ñ³»þ¤Î¥Æ¡¼¥Ö¥ë¥­¥ã¥×¥·¥ç¥ó';
$strLatexIncludeCaption = '¥Æ¡¼¥Ö¥ë¥­¥ã¥×¥·¥ç¥ó¤ò´Þ¤à';
$strLatexLabel = '¥é¥Ù¥ë¥­¡¼';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX ¥ª¥×¥·¥ç¥ó';
$strLatexStructure = '¥Æ¡¼¥Ö¥ë __TABLE__ ¤Î¹½Â¤';
$strLatvian = '¥é¥È¥Ó¥¢¸ì';
$strLDIImportOptions = 'LOAD DATA ¤òÍѤ¤¤Æ CSV ¤Î¥¤¥ó¥Ý¡¼¥È¤ò¤¹¤ë¥ª¥×¥·¥ç¥ó';
$strLDI = 'LOAD DATA ¤òÍѤ¤¤¿ CSV';
$strLDILocal = '¥í¡¼¥«¥ë¥­¡¼¥ï¡¼¥É¤ò»ÈÍѤ¹¤ë';
$strLengthSet = 'Ťµ/¥»¥Ã¥È*';
$strLimitNumRows = '¥Ú¡¼¥¸¤ÎºÇÂç¥ì¥³¡¼¥É¿ô';
$strLinesTerminatedBy = '¹Ô¤Î½ªÃ¼µ­¹æ';
$strLinkNotFound = '¥ê¥ó¥¯¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó';
$strLinksTo = '¥ê¥ó¥¯';
$strLithuanian = '¥ê¥È¥¢¥Ë¥¢¸ì';
$strLocalhost = '¥í¡¼¥«¥ë';
$strLocationTextfile = '¥Æ¥­¥¹¥È¥Õ¥¡¥¤¥ë¤Î¾ì½ê';
$strLoginInformation = '¥í¥°¥¤¥ó¾ðÊó';
$strLogin = '¥í¥°¥¤¥ó';
$strLogout = '¥í¥°¥¢¥¦¥È';
$strLogPassword = '¥Ñ¥¹¥ï¡¼¥É:';
$strLogServer = '¥µ¡¼¥Ð¡¼';
$strLogUsername = '¥æ¡¼¥¶¡¼Ì¾:';
$strLongOperation = '¤³¤ÎÁàºî¤Ï»þ´Ö¤¬¤«¤«¤ê¤Þ¤¹¡£¤½¤ì¤Ç¤â¿Ê¤ß¤Þ¤¹¤«?';
 
$strMaxConnects = 'ºÇÂçʹÔÀܳ';
$strMaximalQueryLength = 'ºîÀ®¤¹¤ë¾È²ñ¤ÎºÇÂçĹ';
$strMaximumSize = 'ºÇÂ祵¥¤¥º: %s%s';
$strMbExtensionMissing = 'mbstring PHP ³ÈÄ¥¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¤¬¡¢¡¢¥Þ¥ë¥Á¥Ð¥¤¥Èʸ»ú¥»¥Ã¥È¤ò»ÈÍѤ·¤Æ¤¤¤ë¤è¤¦¤Ë¸«¤¨¤Þ¤¹¡£phpMyAdmin ¤Ï mbstring ³ÈÄ¥¤Ê¤·¤Ç¤Ïʸ»úÎó¤òÀµ³Î¤Ëʬ³ä¤¹¤ë¤³¤È¤¬¤Ç¤­¤º¡¢¤Þ¤¿¡¢Í½´ü¤·¤Ê¤¤·ë²Ì¤¬Ê֤äƤ¯¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£';
$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 = 'ÊÑ´¹¥ª¥×¥·¥ç¥ó';
$strMIME_transformation_options_note = '¤³¤Î½ñ¼°¤ò»ÈÍѤ·¤Æ¡¢ÊÑ´¹¥ª¥×¥·¥ç¥ó¤ÎÃͤòÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: \'a\',\'b\',\'c\'...<br />¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å("\")¤ä¥·¥ó¥°¥ë¥¯¥©¡¼¥È("\'")¤òÃͤ˴ޤá¤ëɬÍפ¬¤¢¤ë¾ì¹ç¤Ï(¡Ö\\\\xyz¡×¤ä¡Öa\\\'b¡×¤Î¤è¤¦¤Ë)¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤Ç¥¨¥¹¥±¡¼¥×¤·¤Æ¤¯¤À¤µ¤¤';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = '¥¤¥¿¥ê¥Ã¥¯ÂΤǰõºþ¤µ¤ì¤¿ MIME ¥¿¥¤¥×¤Ï¸ÄÊ̤ÎÊÑ´¹´Ø¿ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£';
$strModifications = '¤òÀµ¤·¤¯½¤Àµ¤·¤Þ¤·¤¿¡£';
$strModifyIndexTopic = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤òÊѹ¹¤¹¤ë';
$strModify = '½¤Àµ';
$strMoveTable = '¥Æ¡¼¥Ö¥ë¤ò(database<b>.</b>table)¤Ë°ÜÆ°¤¹¤ë:';
$strMoveTableOK = '¥Æ¡¼¥Ö¥ë¡Ö%s¡×¤ò¡Ö%s¡×¤Ë°ÜÆ°¤·¤Þ¤·¤¿¡£';
$strMoveTableSameNames = 'Ʊ¤¸¥Æ¡¼¥Ö¥ë¤Ë°ÜÆ°¤Ç¤­¤Þ¤»¤ó!';
$strMultilingual = '¿¹ñ¸ì';
$strMyISAMDataPointerSize = '¥Ç¡¼¥¿¤Î¥Ý¥¤¥ó¥¿¡¼¥µ¥¤¥º';
$strMyISAMDataPointerSizeDesc = 'CREATE TABLE ¤Ç MyISAM ¥Æ¡¼¥Ö¥ë¤Ë»ÈÍѤ¹¤ë MAX_ROWS ¥ª¥×¥·¥ç¥ó¤¬»ØÄꤵ¤ì¤Ê¤¤¾ì¹ç¤Î¥Ð¥¤¥È»ØÄê¤Î¥Ç¥Õ¥©¥ë¥È¥Ý¥¤¥ó¥¿¡¼¥µ¥¤¥º¤Ç¤¹¡£';
$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò¹â®ºîÀ®¤¹¤ë¤È¤­¤ËÍøÍѤ¹¤ë¥Æ¥ó¥Ý¥é¥ê¥Õ¥¡¥¤¥ë¤ÎÂ礭¤µ¤¬¡¢¥­¡¼¥­¥ã¥Ã¥·¥å¤òÍøÍѤ¹¤ë¤È¤­¤è¤ê¤³¤³¤Ë»ØÄꤷ¤¿ÃͰʾåÂ礭¤¯¤Ê¤ë¾ì¹ç¤Ï¡¢¥­¡¼¥­¥ã¥Ã¥·¥åË¡¤¬»È¤ï¤ì¤Þ¤¹¡£';
$strMyISAMMaxExtraSortFileSize = '¥¤¥ó¥Ç¥Ã¥¯¥¹ºîÀ®ÍÑ°ì»þ¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎºÆºîÀ®¤Ç»ÈÍѤ¹¤ë¤³¤È¤¬µö¤µ¤ì¤¿ MySQL °ì»þ¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º¤Ç¤¹ (REPAIR TABLE Ãæ¡¢ALTER TABLE ¤« LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = '°ì»þ¥½¡¼¥È¥Õ¥¡¥¤¥ë¤ÎºÇÂ祵¥¤¥º';
$strMyISAMRecoverOptionsDesc = '¥¯¥é¥Ã¥·¥å¤·¤¿ MyISAM ¥Æ¡¼¥Ö¥ë¤Î¼«Æ°²óÉüÍѥ⡼¥É¤Ç¡¢¥µ¡¼¥Ð¡¼µ¯Æ°¥ª¥×¥·¥ç¥ó --myisam-recover ¤ÇÀßÄꤷ¤Þ¤¹¡£';
$strMyISAMRecoverOptions = '¼«Æ°½¤Éü¥â¡¼¥É';
$strMyISAMRepairThreads = '¥¹¥ì¥Ã¥É¤Î½¤Éü';
$strMyISAMRepairThreadsDesc = '¤â¤·¤³¤ÎÃͤ¬ 1 °Ê¾å¤Ê¤é¡¢MyISAM ¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤Ï¥½¡¼¥È½èÍý¤Î½¤ÉüÃæ¤ËÊ¿¹Ô¤Ç(¤½¤ì¼«¿È¤Î³Æ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò)ºîÀ®¤·¤Þ¤¹¡£';
$strMyISAMSortBufferSizeDesc = '¤³¤Î¥Ð¥Ã¥Õ¥¡¡¼¤Ï¡¢REPAIR TABLE ¤Î´Ö¤Ë MyISAM ¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò¥½¡¼¥È¤¹¤ë¾ì¹ç¡¢¤Þ¤¿¤Ï CREATE INDEX ¤« ALTER TABLE ¤È¥¤¥ó¥Ç¥Ã¥¯¥¹¤òºîÀ®¤¹¤ë¾ì¹ç¤Ë¡¢³ä¤êÉÕ¤±¤é¤ì¤Þ¤¹¡£';
$strMyISAMSortBufferSize = '¥½¡¼¥È¥Ð¥Ã¥Õ¥¡¡¼¥µ¥¤¥º';
$strMySQLCharset = 'MySQL ¤Îʸ»ú¥»¥Ã¥È';
$strMysqlClientVersion = 'MySQL ¥¯¥é¥¤¥¢¥ó¥È¥Ð¡¼¥¸¥ç¥ó';
$strMySQLConnectionCollation = 'MySQL Àܳ¾È¹ç½ç½ø';
$strMySQLSaid = 'MySQL¤Î¥á¥Ã¥»¡¼¥¸: ';
$strMySQLShowProcess = 'MySQL ¥×¥í¥»¥¹¤Îɽ¼¨';
$strMySQLShowStatus = 'MySQL ¤Î¥é¥ó¥¿¥¤¥à¾ðÊó';
$strMySQLShowVars = 'MySQL ¤Î¥·¥¹¥Æ¥àÊÑ¿ô';
 
$strName = '̾Á°';
$strNext = '¼¡¤Ø';
$strNoActivity = '%s ÉðʾåÁàºî¤ò¤·¤Þ¤»¤ó¤Ç¤·¤¿¡£ºÆÅÙ¥í¥°¥¤¥ó¤ò¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strNoDatabases = '¥Ç¡¼¥¿¥Ù¡¼¥¹¿ô';
$strNoDatabasesSelected = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoDescription = 'µ­½Ò¤¬¤¢¤ê¤Þ¤»¤ó';
$strNoDetailsForEngine = '¤³¤Î¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤Ë¤ÏÍ­¸ú¤Ê¥¹¥Æ¡¼¥¿¥¹¤Î¾ÜºÙ¾ðÊó¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strNoDropDatabases = '¡ÖDROP DATABASE¡×¥¹¥Æ¡¼¥È¥á¥ó¥È¤Ï¶Ø»ß¤µ¤ì¤ë';
$strNoExplain = 'SQL ¤ÎʬÀϤòÈô¤Ð¤¹';
$strNoFilesFoundInZip = 'ZIP ¥¢¡¼¥«¥¤¥ÖÃæ¤Ë¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strNoFrames = 'phpMyAdmin ¤Ï<b>¥Õ¥ì¡¼¥à</b>¤ò¥µ¥Ý¡¼¥È¤·¤¿¥Ö¥é¥¦¥¶¤Ç¤ÎÍøÍѤò¤ª´«¤á¤·¤Þ¤¹¡£';
$strNoIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoIndexPartsDefined = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎÉôʬ¤ÏÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoModification = 'Êѹ¹Ìµ¤·';
$strNone = '̵¤·';
$strNoOptions = '¤³¤Î½ñ¼°¤Ï¥ª¥×¥·¥ç¥ó¤¬¤¢¤ê¤Þ¤»¤ó¡£';
$strNoPassword = '¥Ñ¥¹¥ï¡¼¥É̵¤·';
$strNoPermission = '¥Õ¥¡¥¤¥ë¡Ö%s¡×¤òÊݸ¤¹¤ë¥Ñ¡¼¥ß¥Ã¥·¥ç¥ó¤ò¥¦¥§¥Ö¥µ¡¼¥Ð¡¼¤Ï»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoPhp = 'PHP ¥³¡¼¥É̵¤·';
$strNoPrivileges = 'Æø¢Ìµ¤·';
$strNoRights = '¸½ºßÆø¢¤ò»ý¤Ã¤Æ¤Ê¤¤¤Î¤Ç¤³¤³¤ËÆþ¤ì¤Þ¤»¤ó¡£';
$strNoRowsSelected = '¹Ô¤ÏÁªÂò¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strNo = '¤¤¤¤¤¨';
$strNoSpace = '¥Õ¥¡¥¤¥ë¡Ö%s¡×¤òÊݸ¤¹¤ë¤Ë¤Ï¶õ¤­ÍÆÎ̤¬ÉÔ½½Ê¬¤Ç¤¹¡£';
$strNoTablesFound = '¸½ºß¤Î¥Ç¡¼¥¿¥Ù¡¼¥¹¤Ë¥Æ¡¼¥Ö¥ë¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strNoThemeSupport = '¥Æ¡¼¥Þ¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó¡£ÀßÄê¤È¥Æ¡¼¥Þ¥Ç¥£¥ì¥¯¥È¥ê¡Ö%s¡×¤ò³Îǧ¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strNothingToImport = '¤¤¤¯¤Ä¤«¤Î¥Ç¡¼¥¿¤Ï¥¤¥ó¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó!';
$strNotNumber = '¤³¤ì¤Ï¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó¡£';
$strNotOK = 'OK ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strNotSet = '¥Æ¡¼¥Ö¥ë¡Ö<b>%s</b>¡×¤¬¸«¤Ä¤«¤é¤Ê¤¤¤«¡¢%s ¤¬ÀßÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó¡£';
$strNoUsersFound = '³ºÅö¥æ¡¼¥¶¡¼¤Ï¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strNoValidateSQL = 'SQL ¸¡¾Ú¤ò¥¹¥­¥Ã¥×';
$strNull = '¶õ¤ÎÃÍ(NULL)';
$strNumberOfFields = '¥Õ¥£¡¼¥ë¥É¿ô';
$strNumSearchResultsInTable = '¥Æ¡¼¥Ö¥ë <i>%2\$s</i> ¤Ç %2\$s ·ï°ìÃפ·¤Þ¤·¤¿¡£';
$strNumSearchResultsTotal = '<b>·ï¿ô:</b> <i>%s</i> ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿¡£';
$strNumTables = '¥Æ¡¼¥Ö¥ë';
 
$strOK = 'OK';
$strOpenNewWindow = '¿·¤·¤¤ phpMyAdmin ¤Î¥¦¥£¥ó¥É¥¦¤ò³«¤¯';
$strOperations = 'Áàºî';
$strOperator = 'Áàºî';
$strOptimizeTable = '¥Æ¡¼¥Ö¥ë¤òºÇŬ²½¤¹¤ë';
$strOr = '¤Þ¤¿¤Ï';
$strOverhead = '¥ª¡¼¥Ð¡¼¥Ø¥Ã¥É';
$strOverwriteExisting = '¥Õ¥¡¥¤¥ë¤¬Â¸ºß¤¹¤ë¾ì¹ç¤Ï¾å½ñ¤­';
 
$strPageNumber = '¥Ú¡¼¥¸ÈÖ¹æ:';
$strPagesToBeFlushed = '¥Õ¥é¥Ã¥·¥å¤µ¤ì¤¿¥Ú¡¼¥¸¿ô';
$strPaperSize = '»æ¥µ¥¤¥º';
$strPartialImport = 'ÉôʬŪ¤Ê¥¤¥ó¥Ý¡¼¥È';
$strPartialText = 'ÉôʬŪ¤Êʸ½ñ';
$strPasswordChanged = '%s ¤Î¥Ñ¥¹¥ï¡¼¥É¤ÏÊѹ¹¤µ¤ì¤Þ¤·¤¿¡£';
$strPasswordEmpty = '¥Ñ¥¹¥ï¡¼¥É¤¬¶õ¤Ç¤¹¡£';
$strPasswordHashing = '¥Ñ¥¹¥ï¡¼¥É¥Ï¥Ã¥·¥å';
$strPassword = '¥Ñ¥¹¥ï¡¼¥É';
$strPasswordNotSame = '¥Ñ¥¹¥ï¡¼¥É¤¬Æ±¤¸¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strPdfDbSchema = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Î¥¹¥­¡¼¥Þ - ¥Ú¡¼¥¸ %s';
$strPdfInvalidTblName = '"%s" ¥Æ¡¼¥Ö¥ë¤¬¤¢¤ê¤Þ¤»¤ó!';
$strPdfNoTables = '¥Æ¡¼¥Ö¥ë¤¬¤¢¤ê¤Þ¤»¤ó';
$strPDFOptions = 'PDF ¥ª¥×¥·¥ç¥ó';
$strPDF = 'PDF';
$strPDFReportTitle = '¥ì¥Ý¡¼¥È¤ÎÂê̾';
$strPerHour = '»þËè';
$strPerMinute = '/ʬ';
$strPerSecond = '/ÉÃ';
$strPersian = '¥Ú¥ë¥·¥¢¸ì';
$strPhoneBook = 'ÅÅÏÃÄ¢';
$strPHP40203 = '¥Þ¥ë¥Á¥Ð¥¤¥Èʸ»ú(mbstring)¤Î°·¤¤¤Ë½ÅÂç¤Ê¥Ð¥°¤Î¤¢¤ë PHP 4.2.3 ¤ò»È¤Ã¤Æ¤¤¤Þ¤¹¡£PHP ¤Î¥Ð¥°¥ì¥Ý¡¼¥È 19404 È֤Ǥ¹¡£phpMyAdmin ¤ò»ÈÍѤ¹¤ë¤Ê¤é¡¢¤³¤Î¥Ð¡¼¥¸¥ç¥ó¤Î PHP ¤Ï¤ª¾©¤á¤·¤Þ¤»¤ó...¤È¸À¤¦¤«¥Ñ¥Ã¥Á¤ò¤¢¤Æ¤Ê¤±¤ì¤ÐÆ°ºî¤·¤Þ¤»¤ó¡£';
$strPhp = 'PHP ¥³¡¼¥É¤ÎºîÀ®';
$strPHPVersion = 'PHP ¥Ð¡¼¥¸¥ç¥ó';
$strPmaDocumentation = 'phpMyAdmin ¤Î¥É¥­¥å¥á¥ó¥È';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> ¤òɬ¤ºÀßÄê¥Õ¥¡¥¤¥ë¤ÇÀßÄꤷ¤Æ¤¯¤À¤µ¤¤!';
$strPolish = '¥Ý¡¼¥é¥ó¥É¸ì';
$strPortrait = '¥Ý¡¼¥È¥ì¥¤¥È';
$strPos1 = 'ºÇ½é';
$strPrevious = '°ÊÁ°';
$strPrimaryKeyHasBeenDropped = '¼ç¥­¡¼¤òºï½ü¤·¤Þ¤·¤¿¡£';
$strPrimaryKeyName = '¼ç¥­¡¼¤Î̾Á°¤Ï... PRIMARY ¤Ç¤Ï¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£';
$strPrimaryKeyWarning = '("PRIMARY"¤Ï¤Á¤ç¤¦¤É¼ç¥­¡¼¤Î̾Á°¤Ç¤Ï¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó¡£';
$strPrimary = '¼çÍ×';
$strPrint = '°õºþ';
$strPrintViewFull = '°õºþ¥Ó¥å¡¼ (Á´¥Æ¥­¥¹¥È¤ò´Þ¤à)';
$strPrintView = '°õºþÍѤÎɽ¼¨';
$strPrivDescAllPrivileges = 'GRANT ¤ò½ü¤¯¤¹¤Ù¤Æ¤ÎÆø¢¤ò´Þ¤ß¤Þ¤¹¡£';
$strPrivDescAlter = '¸ºß¤¹¤ë¥Æ¡¼¥Ö¥ë¹½Â¤¤ÎÊѹ¹¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescAlterRoutine = '¥¹¥È¥¢¥É¥ë¡¼¥Á¥ó¤ÎÊѹ¹¤ÈÇË´þ¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateDb = '¿·¤·¤¤¥Ç¡¼¥¿¥Ù¡¼¥¹¡¢¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateRoutine = '¥¹¥È¥¢¥É¥ë¡¼¥Á¥ó¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateTbl = '¿·¤·¤¤¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateTmpTable = '¥Æ¥ó¥Ý¥é¥ê¡¼¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateUser = '¥æ¡¼¥¶¡¼¥¢¥«¥¦¥ó¥È¤ÎºîÀ®¡¦ÇË´þ¡¦Ì¾¾ÎÊѹ¹¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescCreateView = '¿·¤·¤¤¥Ó¥å¡¼¤ÎºîÀ®¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescDelete = '¥Ç¡¼¥¿¤Îºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescDropDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤È¥Æ¡¼¥Ö¥ë¤Îºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescDropTbl = '¥Æ¡¼¥Ö¥ë¤Îºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescExecute = '¥¹¥È¥¢¡¼¥É¥×¥í¥·¥¸¥ã¡¼¤ò¼Â¹Ô¤¹¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¡£¤³¤Î MySQL ÈǤǤϰÕÌ£¤¢¤ê¤Þ¤»¤ó¡£';
$strPrivDescExecute5 = '¥¹¥È¥¢¥É¥ë¡¼¥Á¥ó¤Î¼Â¹Ô¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescFile = '¥Ç¡¼¥¿¤Î¥¤¥ó¥Ý¡¼¥È¡¢¥Ç¡¼¥¿¤Î¥Õ¥¡¥¤¥ë¤Ø¤Î¥¨¥¯¥¹¥Ý¡¼¥È¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescGrant = 'Æø¢¥Æ¡¼¥Ö¥ë¤Î¥ê¥í¡¼¥É¤Ê¤·¤Ë¥æ¡¼¥¶¡¼¡¢Æø¢¤ÎÄɲäòµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescIndex = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤ÎºîÀ®¡¢ºï½ü¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescInsert = '¥Ç¡¼¥¿¤ÎÁÞÆþ¡¢Æþ¤ìÂؤ¨¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescLockTables = '¸½ºß¤Î¥¹¥ì¥Ã¥É¤Î¥í¥Ã¥­¥ó¥°¥Æ¡¼¥Ö¥ë¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescMaxConnections = '1 »þ´ÖÆâ¤Ë¿·¤·¤¯Àܳ²Äǽ¤Ê¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescMaxQuestions = '1 »þ´ÖÆâ¤Ë¥µ¡¼¥Ð¡¼¤Ë¾È²ñ¤òÁ÷¤ì¤ë¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescMaxUpdates = '1 »þ´ÖÆâ¤Ë¥Æ¡¼¥Ö¥ë¡¢¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÂФ·¤Æ¤ÎÊѹ¹¤¬È¯À¸¤¹¤ë¥³¥Þ¥ó¥É¤Î¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescMaxUserConnections = '¥æ¡¼¥¶¡¼¤ÎƱ»þ¤ÎÀܳ¿ô¤òÀ©¸Â¤·¤Þ¤¹¡£';
$strPrivDescProcess3 = '¾¤Î¥æ¡¼¥¶¡¼¥×¥í¥»¥¹¤òÄä»ß¤Ç¤­¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescProcess4 = '¥×¥í¥»¥¹°ìÍ÷Ãæ¤Î´°Á´¤Ê¾È²ñ¤Îɽ¼¨¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescReferences = '¤³¤Î MySQL ¥Ð¡¼¥¸¥ç¥ó¤Ç¤Ï°ÕÌ£¤¢¤ê¤Þ¤»¤ó¡£';
$strPrivDescReload = '¥µ¡¼¥Ð¡¼¤Î¥ê¥í¡¼¥É¡¢¥­¥ã¥Ã¥·¥å¤Î¥¯¥ê¥¢¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescReplClient = '¥¹¥ì¡¼¥Ö¤«¥Þ¥¹¥¿¡¼¤òÍ×µá¤Ç¤­¤ë¸¢Íø¤ò¥æ¡¼¥¶¡¼¤ËÍ¿¤¨¤Þ¤¹¡£';
$strPrivDescReplSlave = '¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¥¹¥ì¡¼¥Ö¤¬É¬ÍפǤ¹¡£';
$strPrivDescSelect = '¥Ç¡¼¥¿¤ÎÆɤ߽Ф·µö²Ä';
$strPrivDescShowDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î´°Á´¤Ê°ìÍ÷¤Ø¤Î¥¢¥¯¥»¥¹¸¢¤òÍ¿¤¨¤Þ¤¹¡£';
$strPrivDescShowView = '¾È²ñ SHOW CREATE VIEW ¤Î¼Â¹Ô¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescShutdown = '¥µ¡¼¥Ð¡¼¤Î¥·¥ã¥Ã¥È¥À¥¦¥ó¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescSuper = 'ºÇÂç¤ÎÀܳ¿ô¤Ë㤷¤Æ¤âÀܳ¤òµö²Ä¤·¤Þ¤¹¡£Â¿¤¯¤Î´ÉÍýÁàºî¤Ï¥°¥í¡¼¥Ð¥ëÊÑ¿ô¤ä¾¥æ¡¼¥¶¡¼¥×¥í¥»¥¹¤Î½ªÎ»¤¬¤Ç¤­¤ë¤è¤¦¤ÊÀßÄ꤬ɬÍפǤ¹¡£';
$strPrivDescUpdate = '¥Ç¡¼¥¿¤Î½¤Àµ¤òµö²Ä¤·¤Þ¤¹¡£';
$strPrivDescUsage = 'Æø¢¤¬¤¢¤ê¤Þ¤»¤ó¡£';
$strPrivileges = 'Æø¢';
$strPrivilegesReloaded = 'Æø¢¤Ï¥ê¥í¡¼¥É¤µ¤ì¤Þ¤·¤¿¡£';
$strProcesslist = '¥×¥í¥»¥¹°ìÍ÷';
$strProtocolVersion = '¥×¥í¥È¥³¥ë¥Ð¡¼¥¸¥ç¥ó';
$strPutColNames = 'ºÇ½é¤Î 1 ¹ÔÌܤ˥ե£¡¼¥ë¥É̾¤òÄɲ乤ë';
 
$strQBEDel = 'ºï½ü';
$strQBEIns = 'ÁÞÆþ';
$strQBE = '¾È²ñ';
$strQueryCache = '¾È²ñ¥­¥ã¥Ã¥·¥å';
$strQueryFrame = '¾È²ñ¥¦¥£¥ó¥É¥¦';
$strQueryOnDb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î SQL <b>%s</b>:';
$strQuerySQLHistory = 'SQL ÍúÎò';
$strQueryStatistics = '<b>¾È²ñÅý·×</b>: µ¯Æ°»þ¤«¤é %s ¸Ä¤Î¾È²ñ¤¬¥µ¡¼¥Ð¡¼¤ËÁ÷¿®¤µ¤ì¤Æ¤¤¤Þ¤¹¡£';
$strQueryTime = '¾È²ñ¤Î¼Â¹Ô»þ´Ö %01.4f ÉÃ';
$strQueryType = '¾È²ñ¥¿¥¤¥×';
$strQueryWindowLock = '¥¦¥£¥ó¥É¥¦¤Î³°¤«¤é¤³¤Î¾È²ñ¤ò½ñ¤­´¹¤¨¤Ç¤­¤Þ¤»¤ó¡£';
 
$strReadRequests = 'Æɤ߹þ¤ß¥ê¥¯¥¨¥¹¥È¿ô';
$strReceived = '¼õ¿®ºÑ';
$strRecords = '¥ì¥³¡¼¥É¿ô';
$strReferentialIntegrity = '·ë¹ç¹àÌܤΥÁ¥§¥Ã¥¯:';
$strRefresh = 'ºÆÉÁ²è';
$strRelationalSchema = '¥ê¥ì¡¼¥·¥ç¥Ê¥ë¥¹¥­¡¼¥Þ';
$strRelationNotWorking = 'phpMyAdmin ¤ÎÆȼ«µ¡Ç½¤Ç¤¢¤ë¥ê¥ì¡¼¥·¥ç¥óµ¡Ç½¤ò½èÍý¤¹¤ë¤¿¤á¤Î¥ê¥ó¥¯¥Æ¡¼¥Ö¥ë¤¬Í­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤ò²ò·è¤¹¤ë¤Ë¤Ï %s¤³¤³%s ¤ò¥¯¥ê¥Ã¥¯¤·¤Æ¸¶°ø¤òȯ¸«¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strRelations = '¥ê¥ì¡¼¥·¥ç¥ó';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelationView = '¥ê¥ì¡¼¥·¥ç¥ó¤òɽ¼¨¤¹¤ë';
$strReloadingThePrivileges = 'Æø¢¤òºÆÆɤ߹þ¤ßÃæ¤Ç¤¹¡£';
$strReloadMySQL = 'MySQL ¤Î¥ê¥í¡¼¥É';
$strRemoveSelectedUsers = 'ÁªÂò¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤òºï½ü¤·¤Þ¤¹';
$strRenameDatabaseOK = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ï¡Ö%s¡×¤Ë̾¾ÎÊѹ¹¤·¤Þ¤·¤¿¡£';
$strRenameTable = '¥Æ¡¼¥Ö¥ë̾¤ÎÊѹ¹';
$strRenameTableOK = '¡Ö%s¡×¤ò¡Ö%s¡×¤Ë̾Á°¤òÊѹ¹¤·¤Þ¤·¤¿¡£';
$strRepairTable = '¥Æ¡¼¥Ö¥ë¤òÉüµì¤¹¤ë';
$strReplaceNULLBy = 'NULL ¤ò»ØÄê¤Îʸ»úÎó¤ÇÃÖ¤­´¹¤¨¤ë';
$strReplaceTable = '¥Õ¥¡¥¤¥ë¤Ç¥Æ¡¼¥Ö¥ë¤òÃÖ¤­´¹¤¨¤ë';
$strReplication = '¥ì¥×¥ê¥±¡¼¥·¥ç¥ó';
$strReset = '¥ê¥»¥Ã¥È';
$strResourceLimits = '¥ê¥½¡¼¥¹¤ÎÀ©¸Â';
$strReType = 'ºÆÆþÎÏ';
$strRevokeAndDelete = '¥æ¡¼¥¶¡¼¤«¤éÍ­¸ú¤ÊÆø¢¤ò¤¹¤Ù¤ÆÇË´þ¤·¤Æºï½ü¤¹¤ë';
$strRevokeAndDeleteDescr = '¥æ¡¼¥¶¡¼¤ÏÆø¢¤òºÆÆɤ߹þ¤ß¤¹¤ë¤Þ¤Ç USAGE Æø¢¤Î¤Þ¤Þ¤Ç¤¹¡£';
$strRevoke = 'ÇÑ»ß';
$strRevokeMessage = '%s ¤ÎÆø¢¤ò¼è¾Ã¤·¤Þ¤·¤¿¡£';
$strRomanian = '¥ë¡¼¥Þ¥Ë¥¢¸ì';
$strRowLength = '¹Ô¤ÎŤµ';
$strRows = '¹Ô';
$strRowsFrom = '³«»Ï¹Ô';
$strRowSize = ' ¹Ô¤Î¥µ¥¤¥º ';
$strRowsModeFlippedHorizontal = '¿åÊ¿ (²óž¤·¤¿¥Ø¥Ã¥À¡¼)';
$strRowsModeHorizontal = '¿åÊ¿';
$strRowsModeOptions = 'Êý¸þ: %s : %s Î󤺤ĥإåÀ¡¼¤ò·«¤êÊÖ¤·É½¼¨¤¹¤ë';
$strRowsModeVertical = '¿âľ';
$strRowsStatistic = '¹Ô¤ÎÅý·×';
$strRunning = '¤¬¼Â¹ÔÃæ¤Ç¤¹¡£ %s';
$strRunQuery = '¾È²ñ¤Î¼Â¹Ô¤¹¤ë';
$strRunSQLQuery = '¥Ç¡¼¥¿¥Ù¡¼¥¹¡Ö%s¡×¤Ç SQL ¤ò¼Â¹Ô¤¹¤ë';
$strRunSQLQueryOnServer = '¥µ¡¼¥Ð¡¼¡Ö%s¡×¤Ç SQL ¤ò¼Â¹Ô¤¹¤ë';
$strRussian = '¥í¥·¥¢¸ì';
 
$strSave = 'Êݸ¤¹¤ë';
$strSaveOnServer = '¥µ¡¼¥Ð¡¼¾å¤Î¥Ç¥£¥ì¥¯¥È¥ê¡Ö%s¡×¤ËÊݸ¤¹¤ë';
$strScaleFactorSmall = '1 ¥Ú¡¼¥¸Æâ¤Ë¿Þɽ¤òÇÛÃÖ¤µ¤»¤ë¤¿¤á¤Ë¤ÏÂ礭¤µ¤¬¾®¤µ²á¤®¤Þ¤¹';
$strSearchFormTitle = '¥Ç¡¼¥¿¥Ù¡¼¥¹Æâ¤ò¸¡º÷¤¹¤ë';
$strSearchInTables = '¥Æ¡¼¥Ö¥ë¤Î»ØÄê:';
$strSearchNeedle = '¸¡º÷¤¹¤ëñ¸ì¡¢¤Þ¤¿¤ÏÃÍ (¥ï¥¤¥ë¥É¥«¡¼¥É¤Ï: "%"):';
$strSearchOption1 = '¤¤¤º¤ì¤«¤Îñ¸ì¤ò´Þ¤à';
$strSearchOption2 = '¤¹¤Ù¤Æ¤Îñ¸ì¤ò´Þ¤à';
$strSearchOption3 = 'Àµ³Î¤Ê¥Õ¥ì¡¼¥º';
$strSearchOption4 = 'Àµµ¬É½¸½';
$strSearchResultsFor = '¸¡º÷·ë²Ì "<i>%s</i>" %s:';
$strSearchType = '¸¡º÷¾ò·ï:';
$strSearch = '¸¡º÷';
$strSecretRequired = 'ÀßÄê¥Õ¥¡¥¤¥ë¤Ïº£¤ÏÈëÌ©¥Ñ¥¹¥Õ¥ì¡¼¥º¤òɬÍפȤ·¤Þ¤¹(blowfish_secret)¡£';
$strSelectADb = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤òÁªÂò¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strSelectAll = 'Á´ÁªÂò';
$strSelectBinaryLog = 'ÁªÂò¤·¤¿¥Ð¥¤¥Ê¥ê¥í¥°¤ò±ÜÍ÷¤¹¤ë';
$strSelectFields = '¥Õ¥£¡¼¥ë¥É¤ÎÁªÂò(1 ¤Ä°Ê¾å):';
$strSelectNumRows = '¾È²ñ';
$strSelectTables = '¥Æ¡¼¥Ö¥ë¤ÎÁªÂò';
$strSend = '¥Õ¥¡¥¤¥ë¤ÇÊݸ¤¹¤ë';
$strSent = 'Á÷¿®ºÑ';
$strServerChoice = '¥µ¡¼¥Ð¡¼¤ÎÁªÂò¤ò¤¹¤ë';
$strServerNotResponding = '¥µ¡¼¥Ð¡¼¤¬È¿±þ¤·¤Þ¤»¤ó¡£';
$strServer = '¥µ¡¼¥Ð¡¼';
$strServerStatusDelayedInserts = 'Ãٱ䥤¥ó¥µ¡¼¥È';
$strServerStatus = '¥é¥ó¥¿¥¤¥à¾ðÊó';
$strServerStatusUptime = '¤³¤Î MySQL ¥µ¡¼¥Ð¡¼¤Ï %s ´ÖÆ°ºîÃæ¤Ç¡¢%s ¤Ëµ¯Æ°¤·¤Æ¤¤¤Þ¤¹¡£';
$strServerTabProcesslist = '¥×¥í¥»¥¹';
$strServerTabVariables = 'ÊÑ¿ô';
$strServerTrafficNotes = '<b>¥µ¡¼¥Ð¡¼¥È¥é¥Õ¥£¥Ã¥¯</b>: ¤³¤Î¥Æ¡¼¥Ö¥ë¤Ï MySQL ¥µ¡¼¥Ð¡¼¤¬µ¯Æ°¤·¤Æ¤«¤é¤Î¥Í¥Ã¥È¥ï¡¼¥¯¥È¥é¥Õ¥£¥Ã¥¯¤ÎÅý·×¤òɽ¼¨¤·¤Þ¤¹¡£';
$strServerVars = '¥µ¡¼¥Ð¡¼ÊÑ¿ô¤ÈÀßÄêÃÍ';
$strServerVersion = '¥µ¡¼¥Ð¡¼¤Î¥Ð¡¼¥¸¥ç¥ó';
$strSessionValue = '¥»¥Ã¥·¥ç¥óÃÍ';
$strSetEnumVal = '¥Õ¥£¡¼¥ë¥É¥¿¥¤¥×¤¬¡Öenum¡×Ëô¤Ï¡Öset¡×¤Î¾ì¹ç¤ÏÃͤˤ³¤Î½ñ¼°¤ò»È¤Ã¤ÆÆþÎϤ·¤Æ¤¯¤À¤µ¤¤: \'a\',\'b\',\'c\'...<br />¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¡Ö"\"¡×Ëô¤Ï¥¯¥ª¡¼¥È¡Ö"\'"¡×¤òÆþÎϤ·¤¿¤¤¤È¡¢Æ¬¤Ë¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤òÉÕ¤±¤Æ²¼¤µ¤¤(Îã: ¡Ö\\\\xyz¡×¤â¤·¤¯¤Ï¡Öa\\\'b¡×)';
$strShowAll = '¤¹¤Ù¤Æɽ¼¨';
$strShowColor = '¿§É½¼¨';
$strShowDatadictAs = '¥Ç¡¼¥¿¼­½ñ·Á¼°';
$strShow = 'ɽ¼¨';
$strShowFullQueries = '´°Á´¤Ê¾È²ñ¤òɽ¼¨';
$strShowGrid = '¥°¥ê¥Ã¥É¤Îɽ¼¨';
$strShowingBookmark = '¥Ö¥Ã¥¯¥Þ¡¼¥¯¤ò±ÜÍ÷Ãæ';
$strShowingRecords = '¥ì¥³¡¼¥É¤òɽ¼¨¤¹¤ë';
$strShowOpenTables = '³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤òɽ¼¨¤¹¤ë';
$strShowPHPInfo = 'PHP ¾ðÊó';
$strShowSlaveHosts = '¥¹¥ì¡¼¥Ö¥Û¥¹¥È¤òɽ¼¨¤¹¤ë';
$strShowSlaveStatus = '¥¹¥ì¡¼¥Ö¤Î¾õÂÖ¤òɽ¼¨¤¹¤ë';
$strShowStatusBinlog_cache_disk_useDescr = '¥Æ¥ó¥Ý¥é¥ê¥Ð¥¤¥Ê¥ê¥í¥°¥­¥ã¥Ã¥·¥å¤òÍøÍѤ·¤è¤¦¤È¤·¤Æ¡¢binlog_cache_size¤ÎÃͤòĶ²á¤·¤¿¤¿¤á¡¢¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Î¥¹¥Æ¡¼¥È¥á¥ó¥È¤ò¥Æ¥ó¥Ý¥é¥ê¥Õ¥¡¥¤¥ë¤ËÊݸ¤·¤¿¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤Î¿ô¡£';
$strShowStatusBinlog_cache_useDescr = '°ì»þ¥Ð¥¤¥Ê¥ê¥í¥°¥­¥ã¥Ã¥·¥å¤ò»ÈÍѤ·¤¿½èÍý¤Î¿ô¤Ç¤¹¡£';
$strShowStatusCreated_tmp_disk_tablesDescr = '¹½Ê¸¼Â¹ÔÃæ¤Ë¥µ¡¼¥Ð¡¼¤Ë¤è¤Ã¤Æ¼«Æ°Åª¤Ë¥Ç¥£¥¹¥¯¤ËºîÀ®¤µ¤ì¤¿°ì»þ¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£Created_tmp_disk_tables ¤¬Â礭¤¤¾ì¹ç¡¢¸¶°ø¤Î°ì»þ¥Æ¡¼¥Ö¥ë¤ò¥Ç¥£¥¹¥¯¥Ù¡¼¥¹¤ÎÊѤï¤ê¤Ë¥á¥â¥ê¥Ù¡¼¥¹¤Ë¤µ¤»¤ë¤è¤¦¤Ë¡¢ÃÍ tmp_table_size ¤òÁý¤ä¤·¤¿¤¤¤Ç¤·¤ç¤¦¡£';
$strShowStatusCreated_tmp_filesDescr = 'mysqld ¤Ï¤É¤ì¤À¤±¤Î°ì»þŪ¥Õ¥¡¥¤¥ë¤òºîÀ®¤·¤¿¤«¤Ç¤¹¡£';
$strShowStatusCreated_tmp_tablesDescr = '¥µ¡¼¥Ð¡¼¤Ç¹½Ê¸¤Î¼Â¹Ô¤Ë¤è¤Ã¤Æ¼«Æ°Åª¤ËºîÀ®¤µ¤ì¤¿¥á¥â¥êÆâ¤Î°ì»þ¥Æ¡¼¥Ö¥ë¤Î¿ô¡£';
$strShowStatusDelayed_errorsDescr = '¼ã´³¤Î¥¨¥é¡¼¤¬È¯À¸¤·¤¿ INSERT DELAYED ¤¬½ñ¤«¤ì¤¿¹Ô¿ô¤Ç¤¹ (¤ª¤½¤é¤¯¥­¡¼¤Î½ÅÊ£)';
$strShowStatusDelayed_insert_threadsDescr = '»ÈÍÑÃæ¤Î INSERT DELAYED ¥Ï¥ó¥É¥é¡¼¥¹¥ì¥Ã¥É¤Î¿ô¡£INSERT DELAYED ¤òŬÍѤ¹¤ëÁê°Û¤Ê¤ë¥Æ¡¼¥Ö¥ë¤Î¿ô¤À¤±¸ÇÍ­¤Î¥¹¥ì¥Ã¥É¤¬ÍÑ°Õ¤µ¤ì¤Þ¤¹¡£';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ¤ÇÎó½ñ¤­¹þ¤ß¤ò¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusFlush_commandsDescr = 'FLUSH ʸ¤ò¼Â¹Ô¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusHandler_commitDescr = 'COMMIT ʸ¤ÎÆâÉô¿ô¤Ç¤¹¡£';
$strShowStatusHandler_deleteDescr = '¥Æ¡¼¥Ö¥ë¤«¤éÎó¤òºï½ü¤·¤¿²ó¿ô¤Ç¤¹¡£';
$strShowStatusHandler_discoverDescr = 'MySQL¥µ¡¼¥Ð¤ÏNDB¥¯¥é¥¹¥¿¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó¤ËÆÃÄê¤Î̾Á°¤ò»ý¤Ä¥Æ¡¼¥Ö¥ë¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤ò»ý¤Ã¤Æ¤¤¤ë¤«Ì䤤¹ç¤ï¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ì¤Ï³«¼¨¤È¸Æ¤Ð¤ì¤Æ¤¤¤Þ¤¹¡£Handler_discover¤Ï¡¢³«¼¨¤µ¤ì¤¿¥¿¥¤¥à¥Æ¡¼¥Ö¥ë¤Î¿ô¤ò¼¨¤·¤Þ¤¹¡£';
$strShowStatusHandler_read_firstDescr = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤«¤é¤Ï¤¸¤á¤Î¥¨¥ó¥È¥ê¤òÆɤ߹þ¤ó¤À²ó¿ô¤Ç¤¹¡£¤³¤ì¤¬¹â¤¤¾ì¹ç¡¢¤½¤ì¤Ï¥µ¡¼¥Ð¡¼¤¬Â¿¤¯¤Î´°Á´¤Ê¥¤¥ó¥Ç¥Ã¥¯¥¹Áöºº¤ò¹Ô¤Ã¤Æ¤¤¤ë¤È¼¨¤·¤Þ¤¹¡£Î㤨¤Ð¡ÖSELECT col1 FROM foo¡×¤Ï col1 ¤Ï¥¤¥ó¥Ç¥Ã¥¯¥¹¤È²¾Äꤷ¤Þ¤¹¡£';
$strShowStatusHandler_read_keyDescr = '¥­¡¼¤Ë´ð¤Å¤¤¤Æ¹Ô¤òÆɤ߹þ¤ó¤ÀÍ×µá¤Î¿ô¤Ç¤¹¡£¤³¤ì¤¬¹â¤¤¾ì¹ç¡¢¤½¤ì¤Ï¤¢¤Ê¤¿¤Î¾È²ñ¤È¥Æ¡¼¥Ö¥ë¤¬Å¬Àڤ˥¤¥ó¥Ç¥Ã¥¯¥¹ÉÕ¤±¤µ¤ì¤Æ¤¤¤ë¤È¤¤¤¦¤è¤¤É½¼¨¤Ç¤¹¡£';
$strShowStatusHandler_read_nextDescr = '¥­¡¼¤Î½çÈÖÄ̤ê¤Ë¹Ô¤òÆɤó¤Ç¤¤¤ë¥ê¥¯¥¨¥¹¥È¤Î¿ô¡£¤³¤ÎÃͤÏÈϰϤÎÀ©Ìó¤ò¤Ä¤±¤Æ¥¤¥ó¥Ç¥Ã¥¯¥¹Îó¤ò¾È²ñ¤·¤Æ¤¤¤ë¤«¡¢¥¤¥ó¥Ç¥Ã¥¯¥¹¥¹¥­¥ã¥ó¤ò¹Ô¤Ã¤Æ¤¤¤ë¤È¤­¤ËÁý¤¨¤Þ¤¹¡£';
$strShowStatusHandler_read_prevDescr = '¥­¡¼¤Î½çÈÖÄ̤ê¤Ë¹Ô¤òÁ̤äÆÆɤó¤Ç¤¤¤ë¥ê¥¯¥¨¥¹¥È¤Î¿ô¡£¤³¤ÎÆɤ߹þ¤ß¤Ï¼ç¤ËORDER BY ... DESC¤òºÇŬ²½¤¹¤ë¤È¤­¤ËÍøÍѤµ¤ì¤Þ¤¹¡£';
$strShowStatusHandler_read_rndDescr = '¸ÇÄꤵ¤ì¤¿°ÌÃÖ¤ò´ð½à¤ËÎó¤òÆɤó¤Ç¤¤¤ë¥ê¥¯¥¨¥¹¥È¤Î¿ô¡£¤³¤ÎÃͤϷë²Ì¤ò¥½¡¼¥È¤¹¤ëɬÍפ¬¤¢¤ë¾È²ñ¤òÂçÎ̤˹Ԥ¦¤È¹â¤¯¤Ê¤ê¤Þ¤¹¡£¤ª¤½¤é¤¯¥Æ¡¼¥Ö¥ëÁ´ÂΤò¥¹¥­¥ã¥ó¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¤¾È²ñ¤òÂçÎ̤˹ԤäƤ¤¤ë¤«¡¢¥­¡¼¤òŬÀÚ¤ËÍøÍѤ·¤Æ¤¤¤Ê¤¤join¤ò¹Ô¤Ã¤Æ¤¤¤ë¤â¤Î¤È»×¤ï¤ì¤Þ¤¹¡£';
$strShowStatusHandler_read_rnd_nextDescr = '¥Ç¡¼¥¿¥Õ¥¡¥¤¥ëÃæ¤Î¼¡¤Î¹Ô¤òÆɤ߹þ¤àÍ×µá¤Î¿ô¤Ç¤¹¡£¤¢¤Ê¤¿¤¬Â¿¤¯¤Î¥Æ¡¼¥Ö¥ë¥¹¥­¥ã¥ó¤ò¤·¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤Ï¹â¤¤¤Ç¤¹¡£°ìÈ̤ˤ³¤ì¤Ï¡¢¤¢¤Ê¤¿¤Î¥Æ¡¼¥Ö¥ë¤¬Å¬Àڤ˥¤¥ó¥Ç¥Ã¥¯¥¹¤òÉÕ¤±¤é¤ì¤Ê¤¤¤«¡¢¾È²ñ¤¬¥¤¥ó¥Ç¥Ã¥¯¥¹¤òÍøÍѤ¹¤ë¤è¤¦¤Ë½ñ¤«¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤ò¼¨º¶¤·¤Þ¤¹¡£';
$strShowStatusHandler_rollbackDescr = 'ÆâÉô ROLLBACK ʸ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusHandler_updateDescr = '¥Æ¡¼¥Ö¥ë¤Î¹Ô¤Î¹¹¿·¤òÍ׵ᤷ¤¿¿ô¤Ç¤¹¡£';
$strShowStatusHandler_writeDescr = '¥Æ¡¼¥Ö¥ë¤Ë¹Ô¤ÎÁÞÆþ¤òÍ׵ᤷ¤¿¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = '¥Ç¡¼¥¿¤ò´Þ¤à¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹ (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = '¸½ºß¤Î±ø¤¤¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = '¥Õ¥é¥Ã¥·¥å¤µ¤ì¤ë¤³¤È¤òÍ׵ᤷ¤¿¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = '¶õ¤­¥Ú¡¼¥¸¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDB¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Ç¥é¥Ã¥Á¤µ¤ì¤Æ¤¤¤ë¥Ú¡¼¥¸¿ô¡£¤³¤ì¤Ï¸½ºßÆɤ߹þ¤ó¤Ç¤¤¤ë¡¢¤¢¤ë¤¤¤Ï½ñ¤­¹þ¤ó¤Ç¤¤¤ë¥Ú¡¼¥¸¡¢¤¢¤ë¤¤¤Ï¾¤Î²¿¤é¤«¤ÎÍýͳ¤Ç¥Õ¥é¥Ã¥·¥å¤·¤¿¤êºï½ü¤·¤¿¤ê¤Ç¤­¤Ê¤¯¤Ê¤Ã¤Æ¤¤¤ë¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = '¹Ô¥í¥Ã¥¯¤ä¥¢¥À¥×¥Æ¥£¥Ö¥Ï¥Ã¥·¥å¥¤¥ó¥Ç¥Ã¥¯¥¹¤È¤¤¤Ã¤¿´ÉÍý¥ª¡¼¥Ð¥Ø¥Ã¥É¤Î¤»¤¤¤Ç¥Ó¥¸¡¼¤Ë¤Ê¤Ã¤Æ¤¤¤ë¥Ú¡¼¥¸¿ô¡£¤³¤ÎÃͤÏInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data¤È¤¤¤¦¼°¤Ç¤â·×»»¤Ç¤­¤Þ¤¹¡£';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = '¥Ú¡¼¥¸¤Î¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Î¥µ¥¤¥º¤Î¹ç·×¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB¤¬³«»Ï¤·¤¿¡Ö¥é¥ó¥À¥à¡×Æɤ߹þ¤ß¤Î²ó¿ô¡£¤³¤ì¤Ï¾È²ñ¤¬¥Æ¡¼¥Ö¥ë¤ÎÂçÉôʬ¤ò¥é¥ó¥À¥à¤Ê½çÈ֤ǥ¹¥­¥ã¥ó¤¹¤ë¤È¤­¤ËȯÀ¸¤·¤Þ¤¹¡£';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB¤¬³«»Ï¤·¤¿¥·¡¼¥±¥ó¥·¥ã¥ëÆɤ߹þ¤ß¤Î²ó¿ô¡£¤³¤ì¤ÏInnoDB¤¬¥·¡¼¥±¥ó¥·¥ã¥ë¤Ê¥Õ¥ë¥Æ¡¼¥Ö¥ë¥¹¥­¥ã¥ó¤ò¹Ô¤¦¤È¤­¤ËȯÀ¸¤·¤Þ¤¹¡£';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB ¤¬¹Ô¤Ã¤¿ÏÀÍýŪ¤ÊÆɤ߹þ¤ßÍ×µá¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB¤¬¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤ÎÆâÍƤòÍøÍѤǤ­¤º¡¢¥·¥ó¥°¥ë¥Ú¡¼¥¸Æɤ߹þ¤ß¤ò¹Ô¤ï¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿ÏÀÍýÆɤ߹þ¤ß¤Î²ó¿ô¡£';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Ä̾ïInnoDB¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤Ø¤Î½ñ¤­¹þ¤ß¤Ï¥Ð¥Ã¥¯¥°¥é¥¦¥ó¥É¤Ç¹Ô¤ï¤ì¤Þ¤¹¤¬¡¢¥Ú¡¼¥¸¤ÎÆɤ߹þ¤ß¤Ê¤¤¤·ºîÀ®¤ò¹Ô¤¦É¬Íפ¬¤¢¤ë¤Î¤Ë¥¯¥ê¡¼¥ó¤Ê¥Ú¡¼¥¸¤¬ÆÀ¤é¤ì¤Ê¤¤¾ì¹ç¤Ï¡¢¤Þ¤º¤½¤Î¥Ú¡¼¥¸¤¬¥Õ¥é¥Ã¥·¥å¤µ¤ì¤ë¤Î¤òÂÔ¤ÄɬÍפ¬¤¢¤ê¤Þ¤¹¡£¤³¤Î¥«¥¦¥ó¥¿¤Ï¡¢¤½¤Î¥¦¥§¥¤¥È¤Î²ó¿ô¤ò¥«¥¦¥ó¥È¤¹¤ë¤â¤Î¤Ç¤¹¡£¥Ð¥Ã¥Õ¥¡¥×¡¼¥ë¤ÎÃͤ¬Å¬ÀÚ¤ËÀßÄꤵ¤ì¤Æ¤¤¤ì¤Ð¡¢¤³¤ÎÃͤϾ®¤µ¤¤¤Ï¤º¤Ç¤¹¡£';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB ¥Ð¥Ã¥Õ¥¡¡¼¥×¡¼¥ë¤Ø¤Î½ñ¤­¹þ¤ß¤ò¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_fsyncsDescr = '¤³¤³¤Þ¤Ç¤Î fsync() Áàºî¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_pending_fsyncsDescr = '¸½ºß¤Î fsync() ÁàºîÊÝα¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_pending_readsDescr = '¸½ºß¤ÎÆɤ߹þ¤ßÊÝα¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_pending_writesDescr = '¸½ºß¤Î½ñ¤­¹þ¤ßÊÝα¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_readDescr = '¤³¤³¤Þ¤Ç¤Î¥Ç¡¼¥¿¤ÎÆɤ߹þ¤ßÎ̤Ǥ¹(ñ°Ì:¥Ð¥¤¥È)';
$strShowStatusInnodb_data_readsDescr = 'ÁíÆɤ߹þ¤ß¥Ç¡¼¥¿¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_writesDescr = 'Áí½ñ¤­¹þ¤ß¥Ç¡¼¥¿¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_data_writtenDescr = '¤³¤³¤Þ¤Ç¤Î¥Ç¡¼¥¿¤Î½ñ¤­¹þ¤ßÎ̤Ǥ¹(ñ°Ì:¥Ð¥¤¥È)';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Æó½Å½ñ¤­¹þ¤ß¤¬¼Â¹Ô¤µ¤ì¤¿²ó¿ô¤È¡¢Æó½Å½ñ¤­¹þ¤ß¤¬È¯À¸¤·¤¿¥Ú¡¼¥¸¿ô¡£';
$strShowStatusInnodb_dblwr_writesDescr = 'Æó½Å½ñ¤­¹þ¤ß¤¬¼Â¹Ô¤µ¤ì¤¿²ó¿ô¤È¡¢Æó½Å½ñ¤­¹þ¤ß¤¬È¯À¸¤·¤¿¥Ú¡¼¥¸¿ô¡£';
$strShowStatusInnodb_log_waitsDescr = '¥í¥°¥Ð¥Ã¥Õ¥¡¤¬¾®¤µ¤¹¤®¤ë¤»¤¤¤Çºî¶È¤ò³¹Ô¤¹¤ëÁ°¤Ë¥Õ¥é¥Ã¥·¥å¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤¯¤Ê¤Ã¤¿¤¿¤á¤ËȯÀ¸¤·¤¿¥¦¥§¥¤¥È¤Î²ó¿ô¡£';
$strShowStatusInnodb_log_write_requestsDescr = 'Í׵ᤵ¤ì¤¿¥í¥°½ñ¤­¹þ¤ß¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_log_writesDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Ø¤ÎʪÍýŪ¤Ê½ñ¹þ¤ß¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_fsyncsDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Î fsync ½ñ¤­¹þ¤ß¤ò¤·¤¿¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'fsync ÂÔ¤Á¤Î¥í¥°¥Õ¥¡¥¤¥ë¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_pending_writesDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Î½ñ¤­¹þ¤ß¤ÎÊÝα¤Ç¤¹¡£';
$strShowStatusInnodb_os_log_writtenDescr = '¥í¥°¥Õ¥¡¥¤¥ë¤Ë½ñ¤­¹þ¤ß¤·¤¿¥Ð¥¤¥È¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_pages_createdDescr = 'ºîÀ®¤µ¤ì¤¿¥Ú¡¼¥¸¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_page_sizeDescr = '¥³¥ó¥Ñ¥¤¥ë»þ¤Î¥Ú¡¼¥¸¥µ¥¤¥º(¥Ç¥Õ¥©¥ë¥È 16KB)¤Ç¤¹¡£Â¿¤¯¤ÎÃͤ¬¥Ú¡¼¥¸¤Ç¥«¥¦¥ó¥È¤µ¤ì¤Þ¤¹; ¥Ú¡¼¥¸¥µ¥¤¥º¤Ï¡¢¤½¤ì¤é¤¬Íưפ˥Х¤¥È¤ËÊÑ´¹¤µ¤ì¤ë¤³¤È¤òµö²Ä¤·¤Þ¤¹¡£';
$strShowStatusInnodb_pages_readDescr = 'Æɤ߹þ¤ß¤·¤¿¥Ú¡¼¥¸¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_pages_writtenDescr = '½ñ¤­¹þ¤ß¤·¤¿¥Ú¡¼¥¸¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_row_lock_current_waitsDescr = '¸½ºßÂÔ¤¿¤ì¤Æ¤¤¤ëÎó¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Îó¥í¥Ã¥¯¤ò³ÍÆÀ¤¹¤ëÊ¿¶Ñ»þ´Ö¤Ç¤¹(ñ°Ì:¥ß¥êÉÃ)';
$strShowStatusInnodb_row_lock_timeDescr = 'Îó¤Î³ÍÆÀ¤Ë»È¤ï¤ì¤¿¹ç·×»þ¤Ç¤¹(ñ°Ì:¥ß¥êÉÃ)';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Îó¥í¥Ã¥¯¤ò³ÍÆÀ¤¹¤ëºÇÂç»þ´Ö¤Ç¤¹(ñ°Ì:¥ß¥êÉÃ)';
$strShowStatusInnodb_row_lock_waitsDescr = '¹Ô¥í¥Ã¥¯¤ÇÂÔ¤¿¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿²ó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤«¤éºï½ü¤·¤¿Îó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤ËÁÞÆþ¤·¤¿Îó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_readDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤«¤éÆɤ߹þ¤ó¤ÀÎó¿ô¤Ç¤¹¡£';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB ¥Æ¡¼¥Ö¥ë¤Ç¹¹¿·¤µ¤ì¤¿Îó¿ô¤Ç¤¹¡£';
$strShowStatusKey_blocks_not_flushedDescr = 'Êѹ¹¤µ¤ì¤¬¡¢¤Þ¤À¥Ç¥£¥¹¥¯¤Ë¥Õ¥é¥Ã¥·¥å¤µ¤ì¤Æ¤¤¤Ê¤¤¡¢¥­¡¼¥­¥ã¥Ã¥·¥å¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£¤½¤ì¤Ï¤«¤Ä¤Æ¤Ï Not_flushed_key_blocks ¤È¤·¤ÆÃΤé¤ì¤Þ¤·¤¿¡£';
$strShowStatusKey_blocks_unusedDescr = '¥­¡¼¥­¥ã¥Ã¥·¥å¤Î̤»ÈÍÑ¥Ö¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£¤É¤ì¤À¤±»ÈÍѤ·¤Æ¤¤¤ë¤«·èÄꤹ¤ë¤¿¤á¤Ë¤³¤ÎÃͤò»ÈÍѤ¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£';
$strShowStatusKey_blocks_usedDescr = '¥­¡¼¥­¥ã¥Ã¥·¥å¤Î¥Ö¥í¥Ã¥¯¤Î»ÈÍÑ¿ô¤Ç¤¹¡£¤³¤ÎÃͤϡ¢º£¤Þ¤ÇƱ»þ¤Ë»ÈÍѤµ¤ì¤¿¥Ö¥í¥Ã¥¯¤ÎºÇÂç¿ô¤ò»Ø¤¹ºÇ¹â¿å½à¤Ç¤¹¡£';
$strShowStatusKey_read_requestsDescr = '¥­¥ã¥Ã¥·¥å¤«¤é¥­¡¼¥Ö¥í¥Ã¥¯¤òÆɤ߹þ¤ó¤À¥ê¥¯¥¨¥¹¥È¿ô¤Ç¤¹¡£';
$strShowStatusKey_readsDescr = '¥Ç¥£¥¹¥¯¤«¤é¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤ÎʪÍýŪÆɤ߹þ¤ß¿ô¤Ç¤¹¡£Key_reads ¤¬Â礭¤¤¾ì¹ç¡¢ÃÍ key_buffer_size ¤¬¶²¤é¤¯¾®¤µ¤¹¤®¤Þ¤¹¡£¥­¥ã¥Ã¥·¥å¥ß¥¹Î¨¤Ï Key_reads/Key_read_requests ¤È¤·¤Æ·×»»¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£';
$strShowStatusKey_write_requestsDescr = '¥­¥ã¥Ã¥·¥å¤Ø¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤Î½ñ¤­¹þ¤ó¤À¥ê¥¯¥¨¥¹¥È¿ô¤Ç¤¹¡£';
$strShowStatusKey_writesDescr = '¥Ç¥£¥¹¥¯¤Ø¤Î¥­¡¼¥Ö¥í¥Ã¥¯¤ÎʪÍýŪ¤Ê½ñ¤­¹þ¤ß¿ô¤Ç¤¹¡£';
$strShowStatusLast_query_costDescr = '¾È²ñ¥ª¥×¥Æ¥£¥Þ¥¤¥¶¡¼¤Ë¤è¤Ã¤Æ·×»»¤µ¤ì¤¿¡¢ºÇ¸å¤Ë¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤¿¾È²ñ¤ÎÁ´¥³¥¹¥È¤Ç¤¹¡£Æ±¤¸¾È²ñ¤Î°Û¤Ê¤ë¾È²ñ¥×¥é¥ó¤Î¥³¥¹¥È¤òÈæ³Ó¤¹¤ë¤Î¤ËÌòΩ¤Á¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥ÈÃÍ 0 ¤Ï¡¢¾È²ñ¤¬¤Þ¤À¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤Æ¤¤¤Ê¤¤¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£';
$strShowStatusNot_flushed_delayed_rowsDescr = '¾È²ñ INSERT DELAY ¤Î½ñ¤­¹þ¤ßÂÔ¤Á¤Î¹Ô¿ô¤Ç¤¹¡£';
$strShowStatusOpened_tablesDescr = '³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤¬Â¿¤¤¾ì¹ç¡¢¶²¤é¤¯¥Æ¡¼¥Ö¥ë¥­¥ã¥Ã¥·¥å¤ÎÃͤ¬¾®¤µ¤¹¤®¤Þ¤¹¡£';
$strShowStatusOpen_filesDescr = '³«¤¤¤Æ¤¤¤ë¥Õ¥¡¥¤¥ë¤Î¿ô¤Ç¤¹¡£';
$strShowStatusOpen_streamsDescr = '³«¤¤¤Æ¤¤¤ë¥¹¥È¥ê¡¼¥à¤Î¿ô¤Ç¤¹ (¼ç¤È¤·¤Æ¥í¥°¤Îµ­Ï¿¤Ë»ÈÍѤµ¤ì¤Þ¤¹)';
$strShowStatusOpen_tablesDescr = '³«¤¤¤Æ¤¤¤ë¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£';
$strShowStatusQcache_free_blocksDescr = '¾È²ñ¥­¥ã¥Ã¥·¥åÆâ¤Î¶õ¤­¥á¥â¥ê¥Ö¥í¥Ã¥¯¤Î¿ô¤Ç¤¹¡£';
$strShowStatusQcache_free_memoryDescr = '¾È²ñ¥­¥ã¥Ã¥·¥å¤Î¶õ¤­¥á¥â¥êÎ̤Ǥ¹¡£';
$strShowStatusQcache_hitsDescr = '¥­¥ã¥Ã¥·¥å¤Î¥Ò¥Ã¥È¿ô¤Ç¤¹¡£';
$strShowStatusQcache_insertsDescr = '¥­¥ã¥Ã¥·¥å¤ËÄɲ䵤줿¾È²ñ¿ô¤Ç¤¹¡£';
$strShowStatusQcache_lowmem_prunesDescr = '¿·¤·¤¤¾È²ñ¤ò¥­¥ã¥Ã¥·¥å¤¹¤ë¤¿¤á¤Ë¥á¥â¥ê¤ò²òÊü¤¹¤ë¤Ù¤¯¡¢¥­¥ã¥Ã¥·¥å¤«¤éºï½ü¤µ¤ì¤¿¾È²ñ¤Î¿ô¡£¤³¤Î¾ðÊó¤Ï¾È²ñ¥­¥ã¥Ã¥·¥å¤Î¥µ¥¤¥º¤òÄ´À°¤¹¤ë¤È¤­¤ËÊØÍø¤Ç¤¹¡£¾È²ñ¥­¥ã¥Ã¥·¥å¤¬¥­¥ã¥Ã¥·¥å¤«¤éºï½ü¤¹¤ë¾È²ñ¤ò·èÄꤹ¤ëºÝ¤Ë¤Ï¡¢ºÇ¸å¤Ë»È¤ï¤ì¤¿»þ¹ï¤¬ºÇ¤â¸Å¤¤¤â¤Î¤«¤éºï½ü¤¹¤ëÀïά¤ò¤È¤ê¤Þ¤¹¡£';
$strShowStatusQcache_not_cachedDescr = '¥­¥ã¥Ã¥·¥å¤µ¤ì¤Ê¤¤¾È²ñ¤Î¿ô¤Ç¤¹ (¥­¥ã¥Ã¥·¥å¤Ç¤­¤Ê¤¤¤« query_cache_type ¤Ë¤è¤ë¥­¥ã¥Ã¥·¥å¤·¤Ê¤¤ÀßÄê)';
$strShowStatusQcache_queries_in_cacheDescr = '¥­¥ã¥Ã¥·¥å¤ÎÃæ¤ÇÅÐÏ¿¤µ¤ì¤¿¾È²ñ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusQcache_total_blocksDescr = '¾È²ñ¥­¥ã¥Ã¥·¥å¤ÎÁí¥Ö¥í¥Ã¥¯¿ô¤Ç¤¹¡£';
$strShowStatusReset = '¥ê¥»¥Ã¥È';
$strShowStatusRpl_statusDescr = '¥Õ¥§¥¤¥ë¥»¡¼¥Õ¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¾õÂ֤Ǥ¹ (¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó)';
$strShowStatusSelect_full_joinDescr = '¥¤¥ó¥Ç¥Ã¥¯¥¹¤òÍѤ¤¤Ê¤¤·ë¹ç¤Î¿ô¤Ç¤¹¡£¤³¤ÎÃͤ¬ 0 ¤Ç¤Ê¤¤¾ì¹ç¡¢Ãí°Õ¿¼¤¯¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò³Îǧ¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strShowStatusSelect_full_range_joinDescr = '´ØÏ¢¥Æ¡¼¥Ö¥ë¤ÇÈϰϸ¡º÷¤ò»ÈÍѤ·¤¿·ë¹ç¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSelect_range_checkDescr = '¥­¡¼¤Ê¤·¤Çjoin¤·¤¿²ó¿ô¡£¤³¤ì¤Ï³Æ¹Ô¤Ë¤Ä¤¤¤Æ¥­¡¼¤Î»ÈÍÑÉÑÅÙ¤ò¥Á¥§¥Ã¥¯¤¹¤ë¤â¤Î¤Ç¤¹¡Ê¤³¤ì¤¬0°Ê³°¤Î¾ì¹ç¤Ï¥Æ¡¼¥Ö¥ë¤Î¥¤¥ó¥Ç¥Ã¥¯¥¹¤ò¤è¤¯¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡Ë¡£';
$strShowStatusSelect_rangeDescr = 'ºÇ½é¤Î¥Æ¡¼¥Ö¥ë¤ÇÈϰϤò»ÈÍѤ·¤¿·ë¹ç¤Î¿ô¤Ç¤¹ (¤³¤ì¤¬Â礭¤¯¤Æ¤âÄ̾ï¤Ï´í¸±¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó)';
$strShowStatusSelect_scanDescr = 'ºÇ½é¤Î¥Æ¡¼¥Ö¥ë¤Î´°Á´¤Ê¥¹¥­¥ã¥ó¤ò¹Ô¤Ã¤¿·ë¹ç¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSlave_open_temp_tablesDescr = '¥¹¥ì¡¼¥Ö SQL ¥¹¥ì¥Ã¥É¤Ë¤è¤Ã¤Æ¸½ºß³«¤¤¤Æ¤¤¤ë°ì»þŪ¥Æ¡¼¥Ö¥ë¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSlave_retried_transactionsDescr = '¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¤Î¥¹¥ì¡¼¥Ö SQL ¥¹¥ì¥Ã¥É¤¬¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¤òºÆ»î¹Ô¤·¤¿²ó¿ô¤Î(µ¯Æ°¤«¤é¤Î)¹ç·×¿ô¡£';
$strShowStatusSlave_runningDescr = '¤³¤Î¥µ¡¼¥Ð¡¼¤¬¥Þ¥¹¥¿¡¼¤ËÀܳ¤µ¤ì¤ë¥¹¥ì¡¼¥Ö¤Ç¤¢¤ë¾ì¹ç¡¢¤³¤ì¤Ï ON ¤Ç¤¹¡£';
$strShowStatusSlow_launch_threadsDescr = 'slow_launch_time ¤ÎÉÿô¤è¤ê»þ´Ö¤¬¤«¤«¤Ã¤ÆºîÀ®¤µ¤ì¤¿¥¹¥ì¥Ã¥É¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSlow_queriesDescr = 'long_query_time ¤ÎÉÿô¤ò±Û¤¨¤¿¾È²ñ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusSort_merge_passesDescr = '¥½¡¼¥È¥¢¥ë¥´¥ê¥º¥à¤¬¼Â¹Ô¤·¤Ê¤±¤ì¤Ð¤Ê¤é¤Ê¤«¤Ã¤¿¥Þ¡¼¥¸¤Î²ó¿ô¡£¤³¤ÎÃͤ¬¹â¤¤¾ì¹ç¤Ï¡¢sort_buffer_size¥·¥¹¥Æ¥àÊÑ¿ô¤ÎÃͤòÁý¤ä¤¹¤³¤È¤ò¸¡Æ¤¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strShowStatusSort_rangeDescr = '¤½¤ÎÈÏ°ÏÆâ¤Ç¥½¡¼¥È¤¬¹Ô¤ï¤ì¤¿²ó¿ô¡£';
$strShowStatusSort_rowsDescr = '¥½¡¼¥ÈºÑ¤Î¹Ô¿ô¤Ç¤¹¡£';
$strShowStatusSort_scanDescr = '¥Æ¡¼¥Ö¥ë¤ÎÁöºº¤Ë¤è¤ê¹Ô¤ï¤ì¤¿¥½¡¼¥È¿ô¤Ç¤¹¡£';
$strShowStatusTable_locks_immediateDescr = '¥Æ¡¼¥Ö¥ë¥í¥Ã¥¯¤¬¤¹¤°¤Ë¼èÆÀ¤µ¤ì¤¿²ó¿ô¤Ç¤¹¡£';
$strShowStatusTable_locks_waitedDescr = '¥Æ¡¼¥Ö¥ë¥í¥Ã¥¯¤¬¤¹¤°¤Ë¼èÆÀ¤Ç¤­¤Ê¤«¤Ã¤¿¤¿¤á¤Ë¥¦¥§¥¤¥È¤¬È¯À¸¤·¤¿²ó¿ô¡£¤³¤ÎÃͤ¬¹â¤¯¡¢¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¤ËÌäÂ꤬À¸¤¸¤Æ¤¤¤ë¾ì¹ç¤Ï¡¢¤Þ¤º¾È²ñ¤òºÇŬ²½¤·¤Æ¤¯¤À¤µ¤¤¡£¤½¤ì¤Ç¤â¤À¤á¤Ê¤é¡¢¥Æ¡¼¥Ö¥ë¤òʬ³ä¤¹¤ë¤«¡¢¥ì¥×¥ê¥±¡¼¥·¥ç¥ó¤òÍøÍѤ·¤Æ¤¯¤À¤µ¤¤¡£';
$strShowStatusThreads_cachedDescr = '¥¹¥ì¥Ã¥É¥­¥ã¥Ã¥·¥åÃæ¤Î¥¹¥ì¥Ã¥É¿ô¤Ç¤¹¡£¥­¥ã¥Ã¥·¥å¥Ò¥Ã¥ÈΨ¤Ï Threads_created/Connections ¤È¤·¤Æ·×»»¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤¹¡£¤³¤ÎÃͤ¬ÀÖ¤¤¾ì¹ç¡¢thread_cache_size ¤ò¾å¤²¤ë¤Ù¤­¤Ç¤¹¡£';
$strShowStatusThreads_connectedDescr = '¸½ºßÀܳÃæ¤Î¿ô¤Ç¤¹¡£';
$strShowStatusThreads_createdDescr = 'Àܳ¤ò°·¤¦¤¿¤á¤ËºîÀ®¤µ¤ì¤¿¥¹¥ì¥Ã¥É¤Î¿ô¤Ç¤¹¡£Threads_created ¤¬Â礭¤¤¾ì¹ç¡¢ÃÍ thread_cache_size ¤òÁý²Ã¤µ¤»¤¿¤¤¤È»×¤¦¤«¤â¤·¤ì¤Þ¤»¤ó¡£(Ä̾ï¤è¤¤¥¹¥ì¥Ã¥É¼ÂÁõ¤ò¤·¤Æ¤¤¤ë¾ì¹ç¡¢¤³¤ì¤Ï¸²Ãø¤Ê¥Ñ¥Õ¥©¡¼¥Þ¥ó¥¹¸þ¾å¤òÍ¿¤¨¤Þ¤»¤ó)';
$strShowStatusThreads_runningDescr = '¥¹¥ê¡¼¥×¤·¤Æ¤¤¤Ê¤¤¥¹¥ì¥Ã¥É¤Î¿ô¤Ç¤¹¡£';
$strShowTableDimension = '¥Æ¡¼¥Ö¥ë¤ÎÂ礭¤µ¤òɽ¼¨¤¹¤ë';
$strShowTables = '¥Æ¡¼¥Ö¥ë¤Îɽ¼¨¤¹¤ë';
$strShowThisQuery = ' ¼Â¹Ô¤·¤¿¾È²ñ¤ò¤³¤³¤Ëɽ¼¨¤¹¤ë';
$strSimplifiedChinese = '´ÊÂλúÃæ¹ñ¸ì';
$strSingly = '(1 ²ó)';
$strSize = '¥µ¥¤¥º';
$strSkipQueries = '³«»Ï¤«¤é¥¹¥­¥Ã¥×¤¹¤ë¥ì¥³¡¼¥É(¾È²ñ)¤Î¿ô';
$strSlovak = '¥¹¥í¥Ð¥­¥¢¸ì';
$strSlovenian = '¥¹¥í¥Ù¥Ë¥¢¸ì';
$strSocketProblem = '(¤Þ¤¿¤Ï¡¢¥í¡¼¥«¥ë¤Î MySQL ¥µ¡¼¥Ð¡¼¤Î¥½¥±¥Ã¥È¤ÏÀµ³Î¤ËÀßÄꤵ¤ì¤Þ¤»¤ó)';
$strSortByKey = '¥­¡¼¤Ç¥½¡¼¥È';
$strSorting = '¥½¡¼¥È';
$strSort = '¥½¡¼¥È';
$strSpaceUsage = '¥Ç¥£¥¹¥¯»ÈÍÑÎÌ';
$strSpanish = '¥¹¥Ú¥¤¥ó¸ì';
$strSplitWordsWithSpace = '³Æñ¸ì¤Ï¥¹¥Ú¡¼¥¹Ê¸»ú(" ")¤Ç¶èÀڤäƲ¼¤µ¤¤¡£';
$strSQLExportCompatibility = 'SQL ¸ß´¹¥¨¥¯¥¹¥Ý¡¼¥È';
$strSQLExportType = '¥¨¥¯¥¹¥Ý¡¼¥È·Á¼°';
$strSQLImportOptions = 'SQL ¥ª¥×¥·¥ç¥ó';
$strSQLOptions = 'SQL ¥ª¥×¥·¥ç¥ó';
$strSQLParserBugMessage = '¤¢¤Ê¤¿¤Ï SQL ¥Ñ¡¼¥µ¡¼¤Î¥Ð¥°¤ò¸«¤±¤é¤ì¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£¤¢¤Ê¤¿¤ÎÌ䤤¹ç¤ï¤»¤òÇ°Æþ¤ê¤Ë³Î¤«¤á¤Æ¡¢°úÍÑÉ䤬Àµ¤·¤¯¥ß¥¹¥Þ¥Ã¥Á¤¬¤Ê¤¤¤«¥Á¥§¥Ã¥¯¤·¤Þ¤·¤ç¤¦¡£¤½¤Î¾¤Î¼ºÇԤˤϥƥ­¥¹¥È¥¨¥ê¥¢¤Ç°úÍѤ·¤¿³°Â¦¤Ë¥Ð¥¤¥Ê¥ê¡¼¥³¡¼¥É¤¬ÉÕ¤¤¤Æ¥Õ¥¡¥¤¥ë¤¬¥¢¥Ã¥×¥í¡¼¥É¤µ¤ì¤Æ¤·¤Þ¤Ã¤¿¤è¤¦¤Ê¸¶°ø¤¬¹Í¤¨¤é¤ì¤Þ¤¹¡£¤Þ¤¿¡¢¤¢¤Ê¤¿¤ÎÌ䤤¹ç¤ï¤»¤ò MySQL ¤Î¥³¥Þ¥ó¥É¥é¥¤¥ó¤ò»È¤Ã¤Æ»î¤¹¤³¤È¤â¤Ç¤­¤Þ¤¹¡£MySQL ¥µ¡¼¥Ð¡¼¤Ï°Ê²¼¤Î¤è¤¦¤Ë¥¨¥é¡¼¤ò½Ð¤·¤Þ¤¹¡£¤½¤³¤Ë¤ÏÌäÂê¤ò²ò·è¤¹¤ë¼ê½õ¤±¤¬¤¢¤ë¤Ç¤·¤ç¤¦¡£¥³¥Þ¥ó¥É¥é¥¤¥ó¤Ç¤ÏÀ®¸ù¤·¤Æ¤â¡¢¤Þ¤ÀÌäÂ꤬¤¢¤ë¾ì¹ç¡¢¥Ñ¡¼¥µ¡¼¤¬¼ºÇÔ¤¹¤ë¾ì¹ç¤Ë¤Ï¡¢ÌäÂê¤Î¤¢¤ë SQL Ì䤤¹ç¤ï¤»¤ò¤Ò¤È¤Ä¤Îʸ¤Ë¸º¤é¤·¤Æ¤ß¤Æ²¼¤µ¤¤¡£¤½¤·¤Æ°Ê²¼¤Î¥»¥¯¥·¥ç¥ó¤Ç¥Ç¡¼¥¿¤òÀÚ¤ê¼è¤Ã¤Æ¥Ð¥°Êó¹ð¤òÁ÷¤Ã¤Æ²¼¤µ¤¤:';
$strSQLParserUserError = 'SQL ¤Ë¥¨¥é¡¼¤¬¤¢¤ê¤Þ¤¹¡£MySQL ¥µ¡¼¥Ð¡¼¤Ï°Ê²¼¤Î¤è¤¦¤Ë¥¨¥é¡¼¤ò½ÐÎϤ·¤Þ¤·¤¿¡£¤½¤³¤Ë¤ÏÌäÂê¤ò²ò·è¤¹¤ë¼ê½õ¤±¤¬¤¢¤ë¤Ç¤·¤ç¤¦¡£';
$strSQLQuery = '¼Â¹Ô¤·¤¿ SQL';
$strSQLResult = 'SQL ¤Î·ë²Ì';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'ǧ¾Ú¤¬Ìµ¸ú¤Ç¤¹¡£';
$strSQPBugUnclosedQuote = '°úÍÑÉ䤬ÊĤ¸¤Æ¤¤¤Þ¤»¤ó¡£';
$strSQPBugUnknownPunctuation = '̵¸ú¤Ê¶çÆÉÅÀʸ»ú¤Ç¤¹¡£';
$strStatCheckTime = 'ºÇ½ª¸¡ºº';
$strStatCreateTime = 'ºîÀ®Æü»þ';
$strStatement = '¥¹¥Æ¡¼¥È¥á¥ó¥È';
$strStatisticsOverrun = '¥Ó¥¸¡¼¤Ê¥µ¡¼¥Ð¡¼¤Ç¤Ï¡¢¥Ð¥¤¥È¥«¥¦¥ó¥¿¡¼¤¬Ä¶²á¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó¡£½¾¤Ã¤Æ¡¢MySQL ¥µ¡¼¥Ð¡¼¤¬Êó¹ð¤¹¤ë¤½¤ì¤é¤ÎÅý·×¤ÏÀµ¤·¤¯¤Ê¤¤¤«¤â¤·¤ì¤Þ¤»¤ó¡£';
$strStatUpdateTime = 'ºÇ½ª¹¹¿·';
$strStatus = '¾õÂÖ';
$strStorageEngine = '¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó';
$strStorageEngines = '¥¹¥È¥ì¡¼¥¸¥¨¥ó¥¸¥ó';
$strStrucCSV = 'CSV ¥Ç¡¼¥¿';
$strStrucData = '¹½Â¤¤È¥Ç¡¼¥¿';
$strStrucDrop = '¡ÖDROP TABLE¡×¤òÄɲ乤ë';
$strStrucExcelCSV = 'MS Excel ÍÑ CSV ¥Ç¡¼¥¿';
$strStrucNativeExcel = 'ËÜÍè¤Î MS Excel ¥Ç¡¼¥¿';
$strStrucOnly = '¹½Â¤¤Î¤ß';
$strStructPropose = '¥Æ¡¼¥Ö¥ë¹½Â¤¤ò³Îǧ¤¹¤ë';
$strStructure = '¹½Â¤';
$strSubmit = '¼Â¹Ô¤¹¤ë';
$strSuccess = 'SQL ¤¬Àµ¾ï¤Ë¼Â¹Ô¤µ¤ì¤Þ¤·¤¿';
$strSum = '¹ç·×';
$strSwedish = '¥¹¥¦¥§¡¼¥Ç¥ó¸ì';
$strSwitchToDatabase = '¥³¥Ô¡¼¤·¤¿¥Ç¡¼¥¿¥Ù¡¼¥¹¤ËÀÚ¤êÂؤ¨¤ë';
$strSwitchToTable = '¥³¥Ô¡¼¤·¤¿¥Æ¡¼¥Ö¥ë¤ËÀÚ¤êÂؤ¨¤ë';
 
$strTable = '¥Æ¡¼¥Ö¥ë ';
$strTableAlreadyExists = '¥Æ¡¼¥Ö¥ë %s ¤Ï´û¤Ë¸ºß¤·¤Þ¤¹!';
$strTableComments = '¥Æ¡¼¥Ö¥ë¤ÎÀâÌÀ';
$strTableEmpty = '¥Æ¡¼¥Ö¥ë̾¤Ï¶õ¤Ç¤¹¡£';
$strTableHasBeenDropped = '¥Æ¡¼¥Ö¥ë %s ¤òºï½ü¤·¤Þ¤·¤¿¡£';
$strTableHasBeenEmptied = '¥Æ¡¼¥Ö¥ë %s ¤ò¶õ¤Ë¤·¤Þ¤·¤¿¡£';
$strTableHasBeenFlushed = '¥Æ¡¼¥Ö¥ë %s ¤Î¥­¥ã¥Ã¥·¥å¤ò¶õ¤Ë¤·¤Þ¤·¤¿¡£';
$strTableMaintenance = '¥Æ¡¼¥Ö¥ë´ÉÍý';
$strTableOfContents = '¥Æ¡¼¥Ö¥ë¤ÎÆâÍÆ';
$strTableOptions = '¥Æ¡¼¥Ö¥ë¥ª¥×¥·¥ç¥ó';
$strTables = '%s¥Æ¡¼¥Ö¥ë';
$strTableStructure = '¥Æ¡¼¥Ö¥ë¤Î¹½Â¤';
$strTableType = '¥Æ¡¼¥Ö¥ë¤Î¥¿¥¤¥×';
$strTakeIt = '¤½¤ì¤Ë¤·¤Þ¤¹';
$strTblPrivileges = '¥Æ¡¼¥Ö¥ëÆÃÄê Æø¢';
$strTempData = '°ì»þ¥Ç¡¼¥¿';
$strTextAreaLength = ' Ťµ¤Î½ê°Ù¤Ç¤³¤Î¥Õ¥£¡¼¥ë¥É¤ò<br /> ½¤Àµ¤Ç¤­¤Ê¤¤²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹¡£';
$strThai = '¥¿¥¤¸ì';
$strTheme = '¥Æ¡¼¥Þ / ¥¹¥¿¥¤¥ë';
$strThemeDefaultNotFound = '¥Ç¥Õ¥©¥ë¥È¥Æ¡¼¥Þ¡Ö%s¡×¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThemeNoPreviewAvailable = '¥×¥ì¥Ó¥å¡¼¤ÏÍøÍѤǤ­¤Þ¤»¤ó¡£';
$strThemeNotFound = '¥Æ¡¼¥Þ¡Ö%s¡×¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThemeNoValidImgPath = '¥Æ¡¼¥Þ¡Ö%s¡×¤ÇÀµ¤·¤¤²èÁü¥Ñ¥¹¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThemePathNotFound = '¥Æ¡¼¥Þ¡Ö%s¡×¤Î¥Æ¡¼¥Þ¥Ñ¥¹¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó!';
$strThisHost = '¤³¤Î¥Û¥¹¥È';
$strThisNotDirectory = '¤³¤ì¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó';
$strThreads = '¥¹¥ì¥Ã¥É';
$strThreadSuccessfullyKilled = '¥¹¥ì¥Ã¥É %s ¤Ï½ªÎ»¤·¤Þ¤·¤¿¡£';
$strTimeoutInfo = '°ÊÁ°¤Ë¥¤¥ó¥Ý¡¼¥È¤Ç¥¿¥¤¥à¥¢¥¦¥È¤·¤Æ¤¤¤Þ¤¹¡£ºÆÁ÷¿®¸å¡¢°ÌÃÖ %d ¤è¤ê·Ñ³¤¹¤ë¤Ç¤·¤ç¤¦¡£';
$strTimeoutNothingParsed = '¤·¤«¤·¡¢ºÇ¸å¤Î¼Â¹Ô¤Ç¤Î¥Ç¡¼¥¿¤Ï²òÀϤµ¤ì¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤Ï¡¢Ä̾ï php ¤Î»þ´ÖÀ©¸Â¤òÁý¤ä¤µ¤Ê¤±¤ì¤Ð phpMyAdmin ¤¬¤³¤Î¥¤¥ó¥Ý¡¼¥È¤ò½ªÎ»¤¹¤ë¤³¤È¤¬¤Ç¤­¤Ê¤È¤¤¤¦¤³¤È¤ò°ÕÌ£¤·¤Þ¤¹¡£';
$strTimeoutPassed = '¥¹¥¯¥ê¥×¥È¤¬¥¿¥¤¥à¥¢¥¦¥È¤ò²á¤®¤Þ¤·¤¿¡£¥¤¥ó¥Ý¡¼¥È¤ò½ª¤ï¤é¤»¤¿¤¤¾ì¹ç¡¢Æ±¤¸¥Õ¥¡¥¤¥ë¤òºÆÁ÷¿®¤·¡¢¥¤¥ó¥Ý¡¼¥È¤òºÆ³«¤µ¤»¤Æ¤¯¤À¤µ¤¤¡£';
$strTime = '»þ´Ö';
$strToggleScratchboard = '¥È¥°¥ë¥¹¥¯¥é¥Ã¥Á¥Ü¡¼¥É';
$strTotal = '¹ç·×';
$strTotalUC = '¹ç·×';
$strTraditionalChinese = 'ÅÁÅýŪ¤ÊÃæ¹ñ¸ì';
$strTraditionalSpanish = 'ÅÁÅýŪ¤Ê¥¹¥Ú¥¤¥ó¸ì';
$strTraffic = '¥È¥é¥Õ¥£¥Ã¥¯';
$strTransactionCoordinator = '¥È¥é¥ó¥¶¥¯¥·¥ç¥ó¥³¡¼¥Ç¥£¥Í¡¼¥¿';
$strTransformation_application_octetstream__download = '¥Õ¥£¡¼¥ë¥É¤Î¥Ð¥¤¥Ê¥ê¥Ç¡¼¥¿¤ò¥À¥¦¥ó¥í¡¼¥É¤¹¤ë¥ê¥ó¥¯¤òɽ¼¨¤·¤Þ¤¹¡£1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤Î¥Õ¥¡¥¤¥ë̾¤Ç¤¹¡£2 ¤ÄÌÜ¥ª¥×¥·¥ç¥ó¤Ï¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à¥Æ¡¼¥Ö¥ë¹Ô¤ÎÀµ¤·¤¤¥Õ¥£¡¼¥ë¥É̾¤Ç¤¹¡£2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤òÄ󶡤¹¤ë¾ì¹ç¡¢1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¶õʸ»úÎó¤ËÀßÄꤹ¤ëɬÍפ¬¤¢¤ê¤Þ¤¹¡£';
$strTransformation_application_octetstream__hex = '¥Ç¡¼¥¿¤Î 16 ¿Ê¿ôɽ¼¨¤Ç¤¹¡£';
$strTransformation_image_jpeg__inline = '¥¯¥ê¥Ã¥¯²Äǽ¤Ê¥µ¥à¥Í¥¤¥ë¤òɽ¼¨¤·¤Þ¤¹; ¥ª¥×¥·¥ç¥ó: width¡¦height ¤ò¥Ô¥¯¥»¥ë¤Ç»ØÄê (¸µ¤ÎÈæΨ¤òÊݤÁ¤Þ¤¹)';
$strTransformation_image_jpeg__link = '¤³¤Î²èÁü¤Ø¤Î¥ê¥ó¥¯¤òɽ¼¨ (Î㤨¤Ð blob ¤òľÀÜ¥À¥¦¥ó¥í¡¼¥É).';
$strTransformation_image_png__inline = '¡Öimage/jpeg: inline¡×¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strTransformation_text_plain__dateformat = 'TIME¡¢TIMESTAMP ¤¢¤ë¤¤¤Ï DATETIME ¥Õ¥£¡¼¥ë¥É¤Ç¡¢¥í¡¼¥«¥ë¤ÎÆüÉÕɽ¼¨·Á¼°¤òÍѤ¤¤Æ½ñ¼°²½¤·¤Þ¤¹¡£1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥¿¥¤¥à¥¹¥¿¥ó¥×¤Ë²Ã»»¤¹¤ë¥ª¥Õ¥»¥Ã¥È»þ´Ö(ñ°Ì:»þ´Ö)¤Ç¤¹(¥Ç¥Õ¥©¥ë¥È: 0)2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¡¢PHP ¤Î strftime()¤ÇÍøÍѲÄǽ¤Ê¥Ñ¥é¥á¡¼¥¿¡¼¤Ç¤Î¤µ¤Þ¤¶¤Þ¤ÊÆüÉÕɽ¼¨·Á¼°¤Ç¤¹¡£';
$strTransformation_text_plain__external = 'LINUX ¤Î¤ß: ³°Éô¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òµ¯Æ°¤·¡¢É¸½àÆþÎϤ«¤é¥Õ¥£¡¼¥ë¥É¥Ç¡¼¥¿¤òÆþÎϤ·¤Þ¤¹¡£¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤Îɸ½à½ÐÎϤ¬ÊÖ¤ê¤Þ¤¹¡£¥Ç¥Õ¥©¥ë¥È¤Ï Tidy ¤Ç¡¢åºÎï¤Ê HTML ¥³¡¼¥É¤ò½ÐÎϤ·¤Þ¤¹¡£¥»¥­¥å¥ê¥Æ¥£¤ÎÍýͳ¤Ç¡¢¼êÆ°¤Ç¥Õ¥¡¥¤¥ë¡Ölibraries/text_plain__external.inc.php¡×¤òÊÔ½¸¤·¡¢¼Â¹Ô¤¹¤ë¤òµö²Ä¤¹¤ë¥Ä¡¼¥ë¤òÁÞÆþ¤·¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£ºÇ½é¤Î¥ª¥×¥·¥ç¥ó¤Ï¡¢»ÈÍѤ¹¤ë¥×¥í¥°¥é¥à¤Î¿ô¤Ç¡¢2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥×¥í¥°¥é¥à¤Î¥Ñ¥é¥á¡¼¥¿¤Ç¤¹¡£3 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤¬ 1 ¤ËÀßÄꤵ¤ì¤Æ¤¤¤¿¾ì¹ç¡¢htmlspecialchars() ¤òÍѤ¤¤Æ½ÐÎϤòÊÑ´¹¤¹¤ë¤Ç¤·¤ç¤¦(¥Ç¥Õ¥©¥ë¥È: 1)4 ¤ÄÌÜ ¥ª¥×¥·¥ç¥ó¤¬ 1 ¤ËÀßÄꤵ¤ì¤Æ¤¤¤¿¾ì¹ç¡¢¶Ø§½èÍý¤òËɤ®¡¢½ÐÎϤ¬¤¹¤Ù¤Æ 1 ¹Ô¤Ë¸«¤¨¤ë¤³¤È¤òÊݾڤ¹¤ë¤Ç¤·¤ç¤¦(¥Ç¥Õ¥©¥ë¥È: 1).';
$strTransformation_text_plain__formatted = '¥Õ¥£¡¼¥ë¥É¤Î¸µ¤Î½ñ¼°¤òÊݸ¤·¤Þ¤¹¡£¥¨¥¹¥±¡¼¥×¤»¤º¤Ë½ªÎ»¤·¤Þ¤¹¡£';
$strTransformation_text_plain__imagelink = '²èÁü¤È¥ê¥ó¥¯¡¢¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à¥Õ¥£¡¼¥ë¥É¤òɽ¼¨¤·¤Þ¤¹; 1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï "http://domain.com/" ¤Î¤è¤¦¤ÊÀÜƬ¸ì¤Ç¡¢2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥Ô¥¯¥»¥ë»ØÄê¤ÎÉý¡¢3 ¤ÄÌܤϹ⤵¤Ç¤¹¡£';
$strTransformation_text_plain__link = '¥Õ¥¡¥¤¥ë̾¤ò´Þ¤à¥Õ¥£¡¼¥ë¥É¡¢¥ê¥ó¥¯¤òɽ¼¨; 1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï "http://domain.com/" ¤Î¤è¤¦¤ÊÀÜƬ¸ì¡¢2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥ê¥ó¥¯¤Î¥¿¥¤¥È¥ë¤Ç¤¹¡£';
$strTransformation_text_plain__sql = 'SQL ¾Ò²ð ¤È¤·¤Æ¥Æ¥­¥¹¥È¤Î·Á¼°¤Îʸˡ¤ò¥Ï¥¤¥é¥¤¥È¤·¤Þ¤¹¡£';
$strTransformation_text_plain__substr = 'ʸ»úÎó¤Î°ìÉô¤Î¤ßɽ¼¨¤·¤Þ¤¹¡£1 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¥Æ¥­¥¹¥È¤Î½ÐÎϤ¬¤É¤³¤Ç³«»Ï¤¹¤ë¤«¥ª¥Õ¥»¥Ã¥È¤òÄêµÁ¤·¤Þ¤¹ (¥Ç¥Õ¥©¥ë¥È¤Ï¡Ö0¡×¤Ç¤¹)2 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¤É¤ì¤À¤±¤Î¥Æ¥­¥¹¥È¤òÊÖ¤¹¤«¤Î¥ª¥Õ¥»¥Ã¥È¤Ç¤¹¡£¶õ¤Î¾ì¹ç¡¢»Ä¤ê¤Î¥Æ¥­¥¹¥È¤ò¤¹¤Ù¤ÆÊÖ¤·¤Þ¤¹¡£3 ¤ÄÌܤΥª¥×¥·¥ç¥ó¤Ï¡¢Ê¸»úÎó¤Î°ìÉô¤¬ÊÖ¤µ¤ì¤ë»þ¡¢¤É¤Îʸ»ú¤ò½ÐÎϤËÄɲ乤뤫ÄêµÁ¤·¤Þ¤¹¡£ (¥Ç¥Õ¥©¥ë¥È¤Ï¡Ö...¡×¤Ç¤¹)';
$strTruncateQueries = '¾È²ñ¤Îɽ¼¨¤òÀÚ¤êµÍ¤á¤ë';
$strTurkish = '¥È¥ë¥³¸ì';
$strType = '¥Õ¥£¡¼¥ë¥É¥¿¥¤¥×';
 
$strUkrainian = '¥¦¥¯¥é¥¤¥Ê¸ì';
$strUncheckAll = '¥Á¥§¥Ã¥¯¤ò¤¹¤Ù¤Æºï½ü¤¹¤ë';
$strUnicode = 'UNICODE';
$strUnique = '°ì°ÕÀ­';
$strUnknown = 'ÉÔÌÀ';
$strUnselectAll = 'Á´ÁªÂò²ò½ü';
$strUnsupportedCompressionDetected = '¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤°µ½Ì·Á¼°(%s)¤Î¥Õ¥¡¥¤¥ë¤ÎÆɤ߹þ¤ß¤ò»î¤ß¤Þ¤·¤¿¡£¤½¤Î¼ÂÁõ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤«¡¢ÀßÄê¤Ç̵¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¤«¤Î¤¤¤º¤ì¤«¤Ç¤¹¡£';
$strUpdatePrivMessage = '%s ¤ÎÆø¢¤ò¹¹¿·¤·¤Þ¤·¤¿¡£';
$strUpdateProfileMessage = '¥×¥í¥Õ¥¡¥¤¥ë¤ò¹¹¿·¤·¤Þ¤·¤¿¡£';
$strUpdateQuery = '¾È²ñ¤ò¹¹¿·¤¹¤ë';
$strUpdComTab = 'Column_comments ¥Æ¡¼¥Ö¥ë¤Î¥¢¥Ã¥×¥°¥ì¡¼¥ÉÊýË¡¤Î¥É¥­¥å¥á¥ó¥È¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strUpgrade = '%s %s ¤«¤½¤ì°Ü¹Ô¤Ë¥¢¥Ã¥×¥°¥ì¡¼¥É¤¹¤ë¤Ù¤­¤Ç¤¹¡£';
$strUploadLimit = '¶²¤é¤¯¤¢¤Þ¤ê¤Ë¤âÂ礭¤Ê¥Õ¥¡¥¤¥ë¤ò¥¢¥Ã¥×¥í¡¼¥É¤·¤è¤¦¤È¤·¤Þ¤·¤¿¡£¤³¤ÎÀ©¸Â¤Î²óÈò¼êÃʤȤ·¤Æ %s¥É¥­¥å¥á¥ó¥È%s ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strUsage = '»ÈÍÑÎÌ';
$strUseBackquotes = 'µÕ¥¯¥ª¡¼¥È¤Ç¥Æ¡¼¥Ö¥ë̾¤ä¥Õ¥£¡¼¥ë¥É̾¤ò°Ï¤à';
$strUsedPhpExtensions = '»ÈÍÑÃæ¤Î PHP ³ÈÄ¥';
$strUseHostTable = '¥Û¥¹¥È¥Æ¡¼¥Ö¥ë¤ò»È¤¦';
$strUser = '¥æ¡¼¥¶¡¼';
$strUserAlreadyExists = '¥æ¡¼¥¶¡¼¡Ö%s¡×¤Ï´û¤Ë¸ºß¤·¤Þ¤¹!';
$strUserEmpty = '¥æ¡¼¥¶¡¼Ì¾¤Ï¶õ¤Ç¤¹¡£';
$strUserName = '¥æ¡¼¥¶¡¼Ì¾';
$strUserNotFound = 'ÁªÂò¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤ÏÆø¢¥Æ¡¼¥Ö¥ë¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿¡£';
$strUserOverview = '¥æ¡¼¥¶¡¼³µÎ¬';
$strUsersDeleted = 'ÁªÂò¤µ¤ì¤¿¥æ¡¼¥¶¡¼¤Ïºï½ü¤µ¤ì¤Þ¤·¤¿¡£';
$strUsersHavingAccessToDb = '¥æ¡¼¥¶¡¼¤Ï &quot;%s&quot; ¤Ø¤Î¥¢¥¯¥»¥¹¸¢¸Â¤ò½ê»ý¤·¤Æ¤¤¤Þ¤¹¡£';
$strUseTabKey = 'Ãͤ«¤éÃͤޤǰܤë¤Ë¤Ï TAB ¥­¡¼¤ò¡¢¤â¤·¤¯¤Ï¤¤¤í¤ó¤Ê¾ì½ê¤Ç¤â°ÜÆ°¤¹¤ë¤Ë¤Ï CTRL + ¥«¡¼¥½¥ë¤ò»ÈÍѤ·¤Þ¤¹¡£';
$strUseTables = '»È¤¦¥Æ¡¼¥Ö¥ë';
$strUseTextField = '¥Æ¥­¥¹¥È¥Õ¥£¡¼¥ë¥É¤ò»ÈÍÑ';
$strUseThisValue = '¤³¤ÎÃͤò»ÈÍÑ';
 
$strValidateSQL = 'SQL ¤Î¸¡¾Ú';
$strValidatorError = 'SQL ¤Î¸¡¾Úµ¡Ç½¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó¡£%s¥É¥­¥å¥á¥ó¥È%s ¤Ëµ­½Ò¤µ¤ì¤Æ¤¤¤ë¤è¤¦¤Ë PHP ³ÈÄ¥¥é¥¤¥Ö¥é¥ê¤¬¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ë¤«¥Á¥§¥Ã¥¯¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strValue = 'ÃÍ';
$strVar = 'ÊÑ¿ô';
$strVersionInformation = '¥Ð¡¼¥¸¥ç¥ó¾ðÊó';
$strViewDump = '¥Æ¡¼¥Ö¥ë¤Î¥À¥ó¥×(¥¹¥­¡¼¥Þ)ɽ¼¨';
$strViewDumpDatabases = '¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥À¥ó¥×¥Ó¥å¡¼ (¥¹¥­¡¼¥Þ)';
$strViewDumpDB = 'DB ¤Î¥À¥ó¥×(¥¹¥­¡¼¥Þ)ɽ¼¨';
$strViewHasBeenDropped = '¥Ó¥å¡¼ %s ¤òÇË´þ¤·¤Þ¤·¤¿¡£';
$strViewMaxExactCount = '¤³¤Î¥Ó¥å¡¼¤Ï %s Îó°Ê¾å¤¢¤ê¤Þ¤¹¡£%s¥É¥­¥å¥á¥ó¥È%s ¤ò»²¾È¤·¤Æ¤¯¤À¤µ¤¤¡£';
$strView = '¥Ó¥å¡¼';
 
$strWebServerUploadDirectoryError = '¥¢¥Ã¥×¥í¡¼¥É¤ò¹Ô¤¦¥Ç¥£¥ì¥¯¥È¥ê¤¬¤¢¤ê¤Þ¤»¤ó¡£';
$strWebServerUploadDirectory = '¥¦¥§¥Ö¥µ¡¼¥Ð¡¼¾å¤Ç¥¢¥Ã¥×¥í¡¼¥É¤¹¤ë';
$strWelcome = '%s ¤Ø¤è¤¦¤³¤½';
$strWestEuropean = 'À¾¥è¡¼¥í¥Ã¥Ñ¸ì';
$strWildcard = '¥ï¥¤¥ë¥É¥«¡¼¥É';
$strWindowNotFound = '¥¿¡¼¥²¥Ã¥È¥Ö¥é¥¦¥¶¥¦¥£¥ó¥É¥¦¤ò¹¹¿·¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¡£¶²¤é¤¯¿Æ¥¦¥£¥ó¥É¥¦¤òÊĤ¸¤¿¤«¡¢¤¢¤ë¤¤¤Ï¥Ö¥é¥¦¥¶¡¼¤Î¥»¥­¥å¥ê¥Æ¥£ÀßÄê¤Ç¡¢¥¯¥í¥¹¥¦¥£¥ó¥É¥¦¤Î¹¹¿·¤ò¥Ö¥í¥Ã¥¯¤·¤Æ¤¤¤Þ¤¹¡£';
$strWithChecked = '¥Á¥§¥Ã¥¯¤·¤¿¤â¤Î¤ò:';
$strWriteRequests = '½ñ¤­¹þ¤ß¥ê¥¯¥¨¥¹¥È¿ô';
$strWritingCommentNotPossible = '¥³¥á¥ó¥È¤Î½ñ¤­¹þ¤ß¤¬Í­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strWritingRelationNotPossible = '¥ê¥ì¡¼¥·¥ç¥ó¤Î½ñ¤­¹þ¤ß¤¬Í­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¡£';
$strWrongUser = '¥æ¡¼¥¶¡¼Ì¾¤Þ¤¿¤Ï¥Ñ¥¹¥ï¡¼¥É¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó¡£<br />¥¢¥¯¥»¥¹¤ÏµñÈݤµ¤ì¤Þ¤·¤¿¡£';
 
$strXkana = 'Á´³Ñ¥«¥Ê¤ØÊÑ´¹¤¹¤ë'; // convert to X208-kana
$strXML = 'XML';
 
$strYes = '¤Ï¤¤';
 
$strZeroRemovesTheLimit = 'Ãí°Õ: ¥ª¥×¥·¥ç¥ó¤ò 0 (¥¼¥í)¤ËÀßÄꤹ¤ë¤ÈÀ©¸Â¤¬¤Ê¤¯¤Ê¤ê¤Þ¤¹¡£';
$strZip = '"zip Êý¼°"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/japanese-sjis.inc.php
0,0 → 1,985
<?php
/* $Id: japanese-sjis.inc.php,v 2.126.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Yukihiro Kawada <kawada at den.fujifilm.co.jp>
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
* Kenichi Ishigaki <ishigaki at tcool.org>
*/
 
$charset = 'shift_jis';
$text_dir = 'ltr';
$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ƒoƒCƒg', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('“ú', 'ŒŽ', '‰Î', '…', '–Ø', '‹à', '“y');
$month = array('1 ŒŽ','2 ŒŽ','3 ŒŽ','4 ŒŽ','5 ŒŽ','6 ŒŽ','7 ŒŽ','8 ŒŽ','9 ŒŽ','10 ŒŽ','11 ŒŽ','12 ŒŽ');
// See http://www.php.net/manual/ja/function.strftime.php to define the
// variable below
$datefmt = '%Y ”N %B %d “ú %H:%M';
$timespanfmt = '%s “ú %s ŽžŠÔ %s •ª %s •b';
 
$strAbortedClients = '’†’f‚µ‚Ü‚µ‚½B';
$strAbsolutePathToDocSqlDir = 'docSQL ‚ւ̐â‘΃pƒX‚ðÝ’肵‚Ä‚­‚¾‚³‚¢B';
$strAccessDenied = 'ƒAƒNƒZƒX‚Í‹‘”Û‚³‚ê‚Ü‚µ‚½B';
$strAccessDeniedCreateConfig = '‹°‚ç‚­‚±‚Ì–â‘è‚Ì——R‚́AÝ’èƒtƒ@ƒCƒ‹‚ðì¬‚µ‚Ä‚¢‚È‚¢‚½‚ß‚Å‚·B%1$sƒZƒbƒgƒAƒbƒvƒXƒNƒŠƒvƒg%2$s ‚ðŽg—p‚µ‚ĂЂƂ쐬‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B';
$strAccessDeniedExplanation = 'phpMyAdmin ‚́AMySQL ƒT[ƒo[‚ɐڑ±‚µ‚悤‚Æ‚µ‚Ü‚µ‚½B‚»‚µ‚āAƒT[ƒo[‚͐ڑ±‚ð‹‘â‚µ‚Ü‚µ‚½Bconfig.inc.php ‚Ì’†‚̃zƒXƒgAƒ†[ƒU[–¼‚¨‚æ‚уpƒXƒ[ƒh‚ðƒ`ƒFƒbƒN‚µAMySQL ƒT[ƒo[‚ÌŠÇ—ŽÒ‚©‚ç—^‚¦‚ç‚ꂽî•ñ‚É‘Š“–‚·‚邱‚Æ‚ðŠm”F‚·‚é‚ׂ«‚Å‚·B';
$strAction = '‘€ì';
$strAddAutoIncrement = 'uAUTO_INCREMENTv’l‚ð’ljÁ‚·‚é';
$strAddConstraints = '§ŒÀ‚ð’ljÁ‚·‚é';
$strAddDeleteColumn = 'ƒtƒB[ƒ‹ƒh—ñ‚ð’ljÁEíœ‚·‚é';
$strAddDeleteRow = 'ðŒs‚ð’ljÁEíœ‚·‚é';
$strAddDropDatabase = 'uDROP DATABASEv‚ð’ljÁ‚·‚é';
$strAddedColumnComment = 'ƒJƒ‰ƒ€‚̃Rƒƒ“ƒg’ljÁ‚³‚ê‚Ü‚µ‚½B';
$strAddedColumnRelation = 'ƒJƒ‰ƒ€‚̃ŠƒŒ[ƒVƒ‡ƒ“‚ª’ljÁ‚³‚ê‚Ü‚µ‚½B';
$strAddFields = '%s ŒÂ‚̃tƒB[ƒ‹ƒh‚ð’ljÁ‚·‚é';
$strAddHeaderComment = 'ƒwƒbƒ_[‚ÖƒJƒXƒ^ƒ€ƒRƒƒ“ƒg‚ð’ljÁ (\\n ‚ʼnüs)';
$strAddIfNotExists = 'uIF NOT EXISTSv‚ð’ljÁ‚·‚é';
$strAddIntoComments = '’ljÁƒRƒƒ“ƒg';
$strAddNewField = 'ƒtƒB[ƒ‹ƒh‚ð’ljÁ‚·‚é';
$strAddPrivilegesOnDb = 'ƒf[ƒ^ƒx[ƒX‚Ö“ÁŒ ‚̒ljÁ‚·‚é';
$strAddPrivilegesOnTbl = 'ƒe[ƒuƒ‹‚Ö“ÁŒ ‚̒ljÁ‚·‚é';
$strAddSearchConditions = 'ŒŸõðŒ•¶‚ð’ljÁ‚µ‚Ä‚­‚¾‚³‚¢B("where"‚̐ߕ¶):';
$strAddToIndex = ' &nbsp;%s&nbsp; ‚Ì—ñ‚ðƒCƒ“ƒfƒbƒNƒX‚ɒljÁ‚µ‚Ü‚µ‚½B';
$strAddUserMessage = 'ƒ†[ƒU[‚ð’ljÁ‚µ‚Ü‚µ‚½B';
$strAddUser = 'ƒ†[ƒU[‚ð’ljÁ‚·‚é';
$strAdministration = 'ŠÇ—';
$strAffectedRows = '‰e‹¿‚³‚ꂽs”:';
$strAfterInsertBack = '–ß‚é';
$strAfterInsertNewInsert = 'VƒŒƒR[ƒh‚ð’ljÁ‚·‚é';
$strAfterInsertNext = 'ŽŸ‚̍s‚ð•ÒW‚·‚é';
$strAfterInsertSame = '‚±‚̃y[ƒW‚É–ß‚é';
$strAfter = 'Žw’èƒJƒ‰ƒ€‚ÌŒã‚É %s';
$strAllowInterrupt = '‚»‚ê‚̐§ŒÀŽžŠÔ‚ª‹ß‚¢‚Ă邱‚Æ‚ðƒXƒNƒŠƒvƒg‚ªŒŸ’m‚µ‚½ê‡AƒCƒ“ƒ|[ƒg‚Ö‚ÌŠ„ž‚Ý‚ð‹–‰Â‚µ‚Ü‚·B‚±‚ê‚Í‘å‚«‚ȃtƒ@ƒCƒ‹‚ðƒCƒ“ƒ|[ƒg‚·‚éê‡‚Ì‚æ‚¢Žè’i‚©‚à‚µ‚ê‚Ü‚¹‚ñ‚ªA‚»‚ê‚̓gƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚ð‰ó‚·‚±‚Æ‚É‚È‚è‚Ü‚·B';
$strAll = '‘S•”';
$strAllTableSameWidth = '‚·‚ׂẴe[ƒuƒ‹‚𓯂¶•‚Å•\Ž¦‚µ‚Ü‚·‚©?';
$strAlterOrderBy = 'ƒe[ƒuƒ‹‡”Ԃ̏ðŒ';
$strAnalyzeTable = 'ƒe[ƒuƒ‹‚𕪐͂·‚é';
$strAnd = 'AND';
$strAndThen = '‚»‚µ‚Ä‚»‚ÌŒã‚É';
$strAnIndex = 'ƒCƒ“ƒfƒbƒNƒX‚ªu%sv‚ɒljÁ‚³‚ê‚Ä‚¢‚Ü‚µ‚½B';
$strAny = '‚·‚ׂÄ';
$strAnyHost = '‚·‚ׂẴzƒXƒg';
$strAnyUser = '‚·‚ׂẴ†[ƒU[';
$strApproximateCount = '‹ß‚¢‚©‚à‚µ‚ê‚Ü‚¹‚ñBFAQ 3.11 ‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strAPrimaryKey = 'ŽåƒL[‚ª %s ‚ɒljÁ‚³‚ê‚Ü‚µ‚½B';
$strArabic = 'ƒAƒ‰ƒrƒAŒê';
$strArmenian = 'ƒAƒ‹ƒƒjƒAŒê';
$strAscending = '¸‡';
$strAtBeginningOfTable = 'ƒe[ƒuƒ‹‚̐擪';
$strAtEndOfTable = 'ƒe[ƒuƒ‹‚Ì––”ö';
$strAttr = '•\Ž¦‚·‚é';
$strAutodetect = 'Ž©“®ŒŸ’m‚·‚é';
$strAutomaticLayout = 'Ž©“®ƒŒƒCƒAƒEƒg';
 
$strBack = '–ß‚é';
$strBaltic = 'ƒoƒ‹ƒg”Œê';
$strBeginCut = 'Ø‚èŽæ‚èŠJŽn';
$strBeginRaw = 'RAW ŠJŽn';
$strBinaryDoNotEdit = ' ƒoƒCƒiƒŠ - C³‚Å‚«‚Ü‚¹‚ñ';
$strBinaryLog = 'ƒoƒCƒiƒŠƒƒO';
$strBinary = ' ƒoƒCƒiƒŠ ';
$strBinLogEventType = 'ƒCƒxƒ“ƒgƒ^ƒCƒv';
$strBinLogInfo = 'î•ñ';
$strBinLogName = 'ƒƒO–¼';
$strBinLogOriginalPosition = 'Œ³‚̈ʒu';
$strBinLogPosition = 'ˆÊ’u';
$strBinLogServerId = 'ƒT[ƒo[ ID';
$strBookmarkAllUsers = '‚·‚ׂẴ†[ƒU[‚ª‚±‚̃uƒbƒNƒ}[ƒN‚ðƒAƒNƒZƒX‚Å‚«‚é';
$strBookmarkCreated = 'ƒuƒbƒNƒ}[ƒN %s ‚ðì¬‚µ‚Ü‚µ‚½';
$strBookmarkDeleted = 'ƒuƒbƒNƒ}[ƒN‚𐳏í‚ɍ폜‚µ‚Ü‚µ‚½B';
$strBookmarkLabel = 'ƒ‰ƒxƒ‹';
$strBookmarkQuery = 'ƒuƒbƒNƒ}[ƒN‚³‚ê‚Ä‚¢‚é SQL';
$strBookmarkReplace = 'Šù‚É‘¶Ý‚·‚铯‚¶–¼‘O‚̃uƒbƒNƒ}[ƒN‚ð’uŠ·‚·‚é';
$strBookmarkThis = 'SQL ‚ðƒuƒbƒNƒ}[ƒN‚·‚é';
$strBookmarkView = '•\Ž¦‚Ì‚Ý';
$strBrowseDistinctValues = 'ŒÂ•Ê‚É’l‚ð•\Ž¦‚·‚é';
$strBrowseForeignValues = 'ŠO•”ƒL[‚ð•\Ž¦‚·‚é';
$strBrowse = '•\Ž¦';
$strBufferPoolActivity = 'ƒoƒbƒtƒ@[ƒv[ƒ‹‚ÌŠˆ«“x';
$strBufferPool = 'ƒoƒbƒtƒ@ƒv[ƒ‹';
$strBufferPoolUsage = 'ƒoƒbƒtƒ@ƒv[ƒ‹‚ÌŽg—p—Ê';
$strBufferReadMisses = '“ǂݍž‚݃~ƒX”';
$strBufferReadMissesInPercent = '% ‚̓ǂݍž‚݃~ƒX”';
$strBufferWriteWaitsInPercent = '% ‚̏‘‚«ž‚Ý‘Ò‚¿”';
$strBufferWriteWaits = '‘‚«ž‚Ý‘Ò‚¿”';
$strBulgarian = 'ƒuƒ‹ƒKƒŠƒAŒê';
$strBusyPages = 'ƒrƒW[‚ȃy[ƒW”';
$strBzError = '‚±‚Ì php ƒo[ƒWƒ‡ƒ“‚Í Bz2 Šg’£‚ª‰ó‚ê‚Ä‚¢‚é‚Ì‚Å phpMyAdmin ‚ªˆ³kƒ_ƒ“ƒv‚Å‚«‚Ü‚¹‚ñBphpMyAdmin ‚̃Rƒ“ƒtƒBƒOƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹‚Ì <code>$cfg[\'BZipDump\']</code> ‚ð <code>FALSE</code>‚ɐݒ肵‚Ä‚­‚¾‚³‚¢BBz2 ˆ³k‹@”\‚ðŽg‚¢‚½‚¢ê‡‚É‚Í php ‚̃o[ƒWƒ‡ƒ“‚ðã‚°‚ĉº‚³‚¢Bphp ƒoƒO•ñ %s Ú×B';
$strBzip = '"bzip •ûŽ®"';
 
$strCalendar = 'ƒJƒŒƒ“ƒ_[';
$strCanNotLoadImportPlugins = 'ƒCƒ“ƒ|[ƒgƒvƒ‰ƒOƒCƒ“‚ð“ǂݍž‚ß‚Ü‚¹‚ñBƒCƒ“ƒXƒg[ƒ‹‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢!';
$strCannotLogin = 'MySQL ƒT[ƒo[‚ɃƒOƒCƒ“‚Å‚«‚Ü‚¹‚ñ';
$strCantLoadRecodeIconv = '•¶ŽšƒZƒbƒg•ÏŠ·‚ðs‚¤‚½‚ß‚É‚Í‘g‚ݍž‚Ü‚ê‚Ä‚¢‚È‚¢ iconv ‚Ü‚½‚Í GNU recode ‚ÌŠg’£‚ª•K—v‚Å‚·Bphp ‚ɁA‚±‚ÌŠg’£Ý’è‚ðs‚Á‚Ä‚¨‚­‚©AphpMyAdmin ‚Å‚Í•¶ŽšƒZƒbƒg•ÏŠ·‚ð‚µ‚È‚¢Ý’è‚É‚µ‚Ä‚­‚¾‚³‚¢B';
$strCantLoad = 'ˆµ‚¦‚È‚¢Šg’£Žq‚̃tƒ@ƒCƒ‹‚Å‚·,<br />PHP ‚̐ݒè‚ðƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strCantRenameIdxToPrimary = 'ƒCƒ“ƒfƒbƒNƒX‚Ì–¼‘O‚ð PRIMARY ‚ɕύX‚Å‚«‚Ü‚¹‚ñB';
$strCantUseRecodeIconv = 'iconvAlibiconvArecode_string ‚Ì‚¢‚¸‚ê‚̊֐”‚àŽg—p‚Å‚«‚Ü‚¹‚ñBphp ‚̐ݒè‚ðƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strCardinality = 'ˆêˆÓ‚È’l‚̐”';
$strCaseInsensitive = '‰pŽš‚̑召‚ð‹æ•Ê‚µ‚È‚¢';
$strCaseSensitive = '‰pŽš‚̑召‚ð‹æ•Ê‚·‚é';
$strCentralEuropean = '’†‰›ƒˆ[ƒƒbƒpŒê';
$strChangeCopyMode = '“¯‚¶“ÁŒ ‚ðŽ‚Á‚½V‹K‚̃†[ƒU[‚ðì‚é...';
$strChangeCopyModeCopy = '... ŒÃ‚¢‚à‚Ì‚ðˆÛŽ‚·‚é';
$strChangeCopyModeDeleteAndReload = ' ... ƒ†[ƒU[ƒe[ƒuƒ‹‚©‚çŒÃ‚¢‚à‚Ì‚ðíœ‚µAŒã‚Å“ÁŒ ‚ɍĂу[ƒh‚·‚é';
$strChangeCopyModeJustDelete = ' ... ƒ†[ƒU[ƒe[ƒuƒ‹‚©‚çŒÃ‚¢‚à‚Ì‚ðíœ‚·‚é';
$strChangeCopyModeRevoke = ' ... ŒÃ‚¢‚à‚Ì‚©‚ç—LŒø‚È“ÁŒ ‚ð‚·‚×‚Ä–³Œø‚É‚µA‚»‚ê‚ðŒã‚ō폜‚·‚é';
$strChangeCopyUser = 'ƒƒOƒCƒ“î•ñ‚̕ύX / ƒ†[ƒU[ƒRƒs[';
$strChangeDisplay = '•\Ž¦‚³‚¹‚éƒtƒB[ƒ‹ƒh‚ð‘I‚ñ‚ʼnº‚³‚¢';
$strChange = '•ÏX';
$strChangePassword = 'ƒpƒXƒ[ƒh‚ð•ÏX‚·‚é';
$strCharsetOfFile = 'ƒtƒ@ƒCƒ‹‚Ì•¶ŽšƒZƒbƒg:';
$strCharsetsAndCollations = '•¶ŽšƒZƒbƒg‚Əƍ‡‡˜';
$strCharsets = '•¶ŽšƒR[ƒh';
$strCharset = '•¶ŽšƒZƒbƒg';
$strCheckAll = '‚·‚ׂă`ƒFƒbƒN‚·‚é';
$strCheckOverhead = 'ƒI[ƒo[ƒwƒbƒh‚ÌŒŸ¸‚ð‚·‚é';
$strCheckPrivs = '“ÁŒ ‚̃`ƒFƒbƒN‚ð‚·‚é';
$strCheckPrivsLong = 'ƒf[ƒ^ƒx[ƒX &quot;%s&quot; ‚Ì“ÁŒ ƒ`ƒFƒbƒNB';
$strCheckTable = 'ƒe[ƒuƒ‹‚ðƒ`ƒFƒbƒN‚·‚é';
$strChoosePage = '•ÒW‚·‚éƒy[ƒW‚ð‘I‘ð‚µ‚Ä‚­‚¾‚³‚¢B';
$strColComFeat = '—ñƒRƒƒ“ƒg•\Ž¦‹@”\\';
$strCollation = 'Æ‡‡˜';
$strColumnNames = '—ñ(ƒJƒ‰ƒ€)–¼';
$strColumnPrivileges = 'ƒJƒ‰ƒ€Žw’è‚Ì“ÁŒ ';
$strCommand = 'ƒRƒ}ƒ“ƒh';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strComments = 'ƒRƒƒ“ƒg';
$strCompatibleHashing = 'MySQL&nbsp;4.0 ŒÝŠ·';
$strCompleteInserts = 'Š®‘S‚È INSERT •¶‚ðì¬‚·‚é';
$strCompression = 'ˆ³k';
$strCompressionWillBeDetected = 'ƒCƒ“ƒ|[ƒg‚³‚ꂽƒtƒ@ƒCƒ‹ˆ³k‚́AŽ©“®“I‚ÉŒŸ’m‚³‚ê‚é‚Å‚µ‚傤: %s';
$strConfigDefaultFileError = 'ƒfƒtƒHƒ‹ƒgÝ’è‚ð“ǂݍž‚ß‚Ü‚¹‚ñ‚Å‚µ‚½: "%1$s"';
$strConfigFileError = 'phpMyAdmin ‚ªÝ’èƒtƒ@ƒCƒ‹‚ð“ǂݍž‚Þ‚±‚Æ‚ª‚Å‚«‚Ü‚¹‚ñ! <br />•¶–@ƒGƒ‰[‚ª”­¶‚µ‚½‚©Aƒtƒ@ƒCƒ‹‚ªŒ©‚‚©‚è‚Ü‚¹‚ñB<br />‰º‚̃Šƒ“ƒN‚©‚çÝ’èƒtƒ@ƒCƒ‹‚𒼐ړǂݍž‚ñ‚ŁAPHP ‚̃Gƒ‰[ƒƒbƒZ[ƒW‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B‘½‚­‚̏ꍇA‹æØ‚蕶Žš‚âƒZƒ~ƒRƒƒ“‚ð–Y‚ê‚Ä‚¢‚Ü‚·B<br />‚à‚µ‹ó”’‚̃y[ƒW‚ªŒ»‚ꂽ‚ç‚·‚ׂä‚Ü‚­s‚Á‚Ä‚¢‚Ü‚·B';
$strConfigureTableCoord = 'ƒe[ƒuƒ‹u%svƒe[ƒuƒ‹‚̐ݒè‚𒲐®‚µ‚Ä‚­‚¾‚³‚¢B';
$strConnectionError = 'Ú‘±‚Å‚«‚Ü‚¹‚ñ: –³Œø‚Ȑݒè‚Å‚·B';
$strConnections = 'Ú‘±';
$strConstraintsForDumped = 'ƒ_ƒ“ƒvÏƒe[ƒuƒ‹‚̐§ŒÀ';
$strConstraintsForTable = 'ƒe[ƒuƒ‹‚̐§ŒÀ';
$strCookiesRequired = '‚±‚±‚©‚çæ‚̓NƒbƒL[‚ª‹–‰Â‚³‚ê‚Ä‚¢‚é•K—v‚ª‚ ‚è‚Ü‚·B';
$strCopyDatabaseOK = 'ƒf[ƒ^ƒx[ƒXu%sv‚́u%sv‚ɃRƒs[‚³‚ê‚Ü‚µ‚½B';
$strCopy = 'ƒRƒs[‚·‚é';
$strCopyTable = 'ƒe[ƒuƒ‹‚ð(database<b>.</b>table)‚ɃRƒs[‚·‚é:';
$strCopyTableOK = 'ƒe[ƒuƒ‹u%sv‚ðu%sv‚ɃRƒs[‚µ‚Ü‚µ‚½B';
$strCopyTableSameNames = '“¯‚¶ƒe[ƒuƒ‹‚ɃRƒs[‚Å‚«‚Ü‚¹‚ñ!';
$strCouldNotKill = 'phpMyAdmin ‚ªƒXƒŒƒbƒh %s ‚ðI—¹‚³‚¹‚邱‚Æ‚ª‚Å‚«‚Ü‚¹‚ñ‚Å‚µ‚½B‹°‚ç‚­AŠù‚ɏI—¹‚µ‚Ä‚¢‚Ü‚·B';
$strCreateDatabaseBeforeCopying = 'ƒRƒs[‚Ì‘O‚ɁuCREATE DATABASEv‚·‚é';
$strCreate = 'ì¬';
$strCreateIndex = '&nbsp;%s&nbsp; ‚Ì—ñ‚̃Cƒ“ƒfƒbƒNƒX‚ðì¬‚·‚é';
$strCreateIndexTopic = 'V‹KƒCƒ“ƒfƒbƒNƒX‚ðì¬‚·‚é';
$strCreateNewDatabase = 'V‹Kƒf[ƒ^ƒx[ƒX‚ðì¬‚·‚é';
$strCreateNewTable = 'ƒf[ƒ^ƒx[ƒXu%sv‚Ƀe[ƒuƒ‹‚ðV‹Kì¬‚·‚é';
$strCreatePage = 'V‹Kƒy[ƒW‚ðì¬‚·‚é';
$strCreatePdfFeat = 'PDF ì¬‹@”\\';
$strCreationDates = 'ì¬/XV/ŒŸ¸‚Ì“ú•t‚ð’ljÁ‚·‚é';
$strCriteria = 'iž‚݊';
$strCroatian = 'ƒNƒƒAƒ`ƒAŒê';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV ƒIƒvƒVƒ‡ƒ“';
$strCSVOptions = 'CSV ƒIƒvƒVƒ‡ƒ“';
$strCyrillic = 'ƒLƒŠƒ‹•¶ŽšƒƒVƒAŒê';
$strCzech = 'ƒ`ƒFƒRŒê';
$strCzechSlovak = 'ƒ`ƒFƒR‚̃XƒƒoƒLƒAŒê';
 
$strDanish = 'ƒfƒ“ƒ}[ƒNŒê';
$strDatabaseEmpty = 'ƒf[ƒ^ƒx[ƒX–¼‚ª‹ó‚Å‚·!';
$strDatabaseExportOptions = 'ƒf[ƒ^ƒx[ƒXƒGƒNƒXƒ|[ƒgƒIƒvƒVƒ‡ƒ“';
$strDatabase = 'ƒf[ƒ^ƒx[ƒX';
$strDatabaseHasBeenDropped = 'ƒf[ƒ^ƒx[ƒXu%sv‚𐳏í‚ɍ폜‚µ‚Ü‚µ‚½B';
$strDatabaseNoTable = '‚±‚̃f[ƒ^ƒx[ƒX‚̓e[ƒuƒ‹‚ðŠÜ‚ñ‚Å‚¢‚Ü‚¹‚ñ!';
$strDatabasesDropped = 'ƒf[ƒ^ƒx[ƒXu%sv‚͍폜‚³‚ê‚Ü‚µ‚½B';
$strDatabases = 'ƒf[ƒ^ƒx[ƒX';
$strDatabasesStatsDisable = '“Œv‚𖳌ø‚É‚·‚é';
$strDatabasesStatsEnable = '“Œv‚ð‹–‰Â‚·‚é';
$strDatabasesStats = 'ƒf[ƒ^ƒx[ƒX‚Ì“Œv';
$strDatabasesStatsHeavyTraffic = '’ˆÓ: ƒf[ƒ^ƒx[ƒX“Œv‚ð‹–‰Â‚·‚é‚Æ MySQL ‚Æ WEBƒT[ƒo[‚̊Ԃŏd‚¢ƒgƒ‰ƒtƒBƒbƒN‚ª”­¶‚·‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB';
$strDataDict = 'ƒf[ƒ^Ž«‘';
$strData = 'ƒf[ƒ^';
$strDataOnly = 'ƒf[ƒ^‚Ì‚Ý';
$strDataPages = 'ƒf[ƒ^‚ðŠÜ‚Þƒy[ƒW”';
$strDBComment = 'ƒf[ƒ^ƒx[ƒX‚̃Rƒƒ“ƒg: ';
$strDBCopy = '‚±‚Ì–¼‘O‚Ńf[ƒ^ƒx[ƒX‚ðƒRƒs[‚·‚é';
$strDBGContextID = 'ƒRƒ“ƒeƒLƒXƒgID';
$strDBGContext = 'ƒRƒ“ƒeƒLƒXƒg';
$strDBGHits = 'ƒqƒbƒg';
$strDBGLine = 's';
$strDBGMaxTimeMs = 'Å‘厞ŠÔ(ƒ~ƒŠ•b)';
$strDBGMinTimeMs = 'Å¬ŽžŠÔ(ƒ~ƒŠ•b)';
$strDBGModule = 'ƒ‚ƒWƒ…[ƒ‹';
$strDBGTimePerHitMs = 'ƒqƒbƒg—¦(ƒ~ƒŠ•b)';
$strDBGTotalTimeMs = '‘ŒvŽžŠÔ(ƒ~ƒŠ•b)';
$strDbPrivileges = 'ƒf[ƒ^ƒx[ƒX“Á’è “ÁŒ ';
$strDBRename = '‚±‚Ì–¼‘O‚Ƀf[ƒ^ƒx[ƒX–¼‚ð•ÏX‚·‚é';
$strDbSpecific = 'ƒf[ƒ^ƒx[ƒXŽd—l';
$strDefaultEngine = '%s ‚́A‚±‚Ì MySQL ƒT[ƒo[‚̃fƒtƒHƒ‹ƒgƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚Å‚·B';
$strDefault = 'Šî–{’l';
$strDefaultValueHelp = 'ƒfƒtƒHƒ‹ƒg’l‚Ì‚½‚߂ɁAƒoƒbƒNƒXƒ‰ƒbƒVƒ…ƒGƒXƒP[ƒv‚âˆø—p•„‚È‚µ‚Ì 1 ŒÂ‚¾‚¯‚Ì’l‚ð“ü‚ê‚ĉº‚³‚¢, ‚±‚̃tƒH[ƒ}ƒbƒg‚Í: a';
$strDefragment = 'ƒe[ƒuƒ‹‚̃fƒtƒ‰ƒO';
$strDelayedInserts = '’x‰„ƒCƒ“ƒT[ƒg‚ðŽg—p‚·‚é';
$strDeleteAndFlushDescr = '‚±‚ê‚̓NƒŠƒA[‚Å‚·B“ÁŒ ‚ðƒŠƒ[ƒh‚·‚é‚̂ŏ­XŽžŠÔ‚ª‚©‚©‚è‚Ü‚·B';
$strDeleteAndFlush = 'ƒ†[ƒU[‚ðíœ‚µ‚Ä“ÁŒ ‚ðƒŠƒ[ƒh‚·‚é';
$strDeleted = '‘I‘ð‚µ‚½—ñ‚ðíœ‚µ‚Ü‚µ‚½B';
$strDeletedRows = 'íœ‚³‚ꂽs”:';
$strDelete = 'íœ';
$strDeleteNoUsersSelected = 'íœ‚·‚郆[ƒU[‚ð‘I‘ð‚µ‚Ä‚¢‚Ü‚¹‚ñ!';
$strDeleting = '%s ‚ðíœ’†‚Å‚·';
$strDelOld = 'Œ»Ý‚̃y[ƒW‚́A‚à‚͂⑶Ý‚µ‚È‚¢ƒe[ƒuƒ‹‚ÉŽQÆ‚ª‚ ‚è‚Ü‚·B‚»‚ê‚ç‚ÌŽQÆ‚ðíœ‚µ‚½‚¢‚Å‚·‚©?';
$strDescending = '~‡';
$strDescription = 'à–¾';
$strDictionary = 'Ž«‘';
$strDirtyPages = '•s³‚ȃy[ƒW”';
$strDisabled = '–³Œø';
$strDisableForeignChecks = 'ŠO•”ƒL[‚ÌŒŸ¸‚𖳌ø‚É‚·‚é';
$strDisplayFeat = 'ƒe[ƒuƒ‹î•ñ•\Ž¦‹@”\\';
$strDisplayOrder = '•\Ž¦‡˜:';
$strDisplayPDF = 'PDF ƒXƒL[ƒ}‚Ì•\Ž¦‚ð‚·‚é';
$strDoAQuery = '"—á‚ÌQUERY"‚ðŽÀs (ƒƒCƒ‹ƒhƒJ[ƒh: "%")';
$strDocu = 'ƒhƒLƒ…ƒƒ“ƒg';
$strDoYouReally = '‚±‚ê‚ð–{“–‚ÉŽÀs‚µ‚Ä‚à—Ç‚¢‚Å‚·‚©?:';
$strDropDatabaseStrongWarning = 'Š®‘S‚Ƀf[ƒ^ƒx[ƒX‚ð”j‰ó‚·‚é‚Å‚µ‚傤!';
$strDrop = 'íœ';
$strDropUsersDb = 'ƒ†[ƒU[‚Æ“¯‚¶–¼‘O‚ðŽ‚Âƒf[ƒ^ƒx[ƒX‚ðíœ‚·‚é';
$strDumpingData = 'ƒe[ƒuƒ‹‚̃_ƒ“ƒvƒf[ƒ^';
$strDumpSaved = 'ƒ_ƒ“ƒv‚ðƒtƒ@ƒCƒ‹ %s ‚É•Û‘¶‚µ‚Ü‚µ‚½B';
$strDumpXRows = '%s —ñ‚ðƒ_ƒ“ƒv‚µ‚Ü‚·BŠJŽn—ñ‚Í %s ‚Å‚·B';
$strDynamic = 'ƒ_ƒCƒiƒ~ƒbƒN';
 
$strEdit = 'C³';
$strEditPDFPages = 'PDF ƒy[ƒW‚ð•ÒW‚·‚é';
$strEditPrivileges = '“ÁŒ ‚ðC³';
$strEffective = 'ŽÀŒø';
$strEmpty = '‹ó‚É‚·‚é';
$strEmptyResultSet = 'MySQL ‚ª‹ó‚Ì’l‚ð•Ô‚µ‚Ü‚µ‚½ (—Ⴆ‚΍s‚ª‹ó‚¾‚Á‚½)';
$strEnabled = '—LŒø';
$strEncloseInTransaction = 'ƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚ŃGƒNƒXƒ|[ƒg‚ðˆÍ‚Þ';
$strEncto = 'ƒGƒ“ƒR[ƒfƒBƒ“ƒO‚Ö•ÏŠ·‚·‚é'; // encoding convert
$strEnd = 'ÅŒã';
$strEndCut = 'Ø‚èŽæ‚èI—¹';
$strEndRaw = 'RAW I—¹';
$strEngineAvailable = '%s ‚́A‚±‚Ì MySQL ƒT[ƒo[‚Å—˜—p‰Â”\‚Å‚·B';
$strEngineDisabled = '%s ‚́A‚±‚Ì MySQL ƒT[ƒo[‚Å‚Í–³Œø‚É‚³‚ê‚Ä‚¢‚Ü‚·B';
$strEngines = 'ƒGƒ“ƒWƒ“';
$strEngineUnsupported = '‚±‚Ì MySQL ƒT[ƒo[‚Í %s ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñB';
$strEnglish = '‰pŒê';
$strEnglishPrivileges = ' ’ˆÓ: MySQL‚Ì“ÁŒ ‚Ì–¼‘O‚͉pŒê‚Å•\Ž¦‚µ‚Ä‚¢‚Ü‚·B';
$strError = 'ƒGƒ‰[';
$strErrorInZipFile = 'ZIP ‘ŒÉ’†‚ɃGƒ‰[‚Å‚·:';
$strEscapeWildcards = 'ƒƒCƒ‹ƒhƒJ[ƒhu_v‚¨‚æ‚сu%v‚Í‚»‚ê‚ç‚𕶎š’Ê‚è‚ÉŽg—p‚·‚邽‚߂Ɂu\v‚ŃGƒXƒP[ƒv(‰ñ”ð)‚·‚é‚ׂ«‚Å‚·B';
$strEsperanto = '‘ÛŒê';
$strEstonian = 'ƒGƒXƒgƒjƒAŒê';
$strExcelEdition = 'Excel ‚ÌŽí—Þ';
$strExcelOptions = 'Excel ƒIƒvƒVƒ‡ƒ“';
$strExecuteBookmarked = 'ƒuƒbƒNƒ}[ƒN‚³‚ꂽÆ‰ï‚ðŽÀs‚·‚é';
$strExplain = 'SQL ‚𕪐͂·‚é';
$strExport = 'ƒGƒNƒXƒ|[ƒg';
$strExtendedInserts = 'Šg’£ INSERT •¶‚ðì¬‚·‚é';
$strExtra = '‚»‚Ì‘¼';
 
$strFailedAttempts = 'ŽŽ‚Ý‚ÍŽ¸”s‚Ü‚µ‚½';
$strFieldHasBeenDropped = 'ƒtƒB[ƒ‹ƒh %s ‚ª³í‚ɍ폜‚³‚ê‚Ü‚µ‚½';
$strFieldsEmpty = ' ƒtƒB[ƒ‹ƒh”‚ª‹ó‚Å‚·B ';
$strFieldsEnclosedBy = 'ƒtƒB[ƒ‹ƒhˆÍ‚Ý‹L†';
$strFieldsEscapedBy = 'ƒtƒB[ƒ‹ƒh‚̃GƒXƒP[ƒv‹L†';
$strFields = 'ƒtƒB[ƒ‹ƒh';
$strFieldsTerminatedBy = 'ƒtƒB[ƒ‹ƒh‹æØ‚è‹L†';
$strField = 'ƒtƒB[ƒ‹ƒh';
$strFileAlreadyExists = 'ƒtƒ@ƒCƒ‹u%sv‚ÍŠù‚ɃT[ƒo[‚É‘¶Ý‚µ‚µ‚Ü‚·Bƒtƒ@ƒCƒ‹–¼‚ð•ÏX‚·‚é‚©Aã‘‚«ƒIƒvƒVƒ‡ƒ“‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B';
$strFileCouldNotBeRead = 'ƒtƒ@ƒCƒ‹‚ð“Ç‚ß‚Ü‚¹‚ñB';
$strFileNameTemplateDescriptionDatabase = 'ƒf[ƒ^ƒx[ƒX–¼';
$strFileNameTemplateDescription = '‚±‚Ì’l‚Í %1$sstrftime%2$s ‚ð—p‚¢‚āA”»’f‚³‚ê‚Ü‚·B]‚Á‚āAŽžŠÔ‘Ž®‚Ì•¶Žš—ñ‚ðŽg—p‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚³‚ç‚ÉŽŸ‚Ì•¶Žš—ñ’uŠ·‚ª‹N‚±‚é‚Å‚µ‚傤: %3$sB‚»‚Ì‚Ü‚Ü‚É‘¼‚̃eƒLƒXƒg‚͈ێ‚³‚ê‚é‚Å‚µ‚傤B';
$strFileNameTemplateDescriptionServer = 'ƒT[ƒo[–¼';
$strFileNameTemplateDescriptionTable = 'ƒe[ƒuƒ‹–¼';
$strFileNameTemplateRemember = 'ƒeƒ“ƒvƒŒ[ƒg‚ðŠo‚¦‚é';
$strFileNameTemplate = 'ƒtƒ@ƒCƒ‹–¼‚̃eƒ“ƒvƒŒ[ƒg';
$strFileToImport = 'ƒtƒ@ƒCƒ‹‚ðƒCƒ“ƒ|[ƒg‚·‚é';
$strFixed = '΁Տ';
$strFlushPrivilegesNote = '’ˆÓ: phpMyAdmin ‚Í MySQL ‚Ì“ÁŒ ƒe[ƒuƒ‹‚©‚ç’¼Ú‚Ƀ†[ƒU[“ÁŒ ‚𓾂܂·B‚à‚µƒ}ƒjƒ…ƒAƒ‹‚Å“ÁŒ ‚ª•ÏX‚³‚ê‚Ä‚¢‚é‚ƁA‚±‚̃e[ƒuƒ‹‚Ì“à—e‚Ƃ͈قȂ邩‚à‚µ‚ê‚Ü‚¹‚ñB‚±‚̏ꍇA‘±‚¯‚é‚Ü‚¦‚É %s “ÁŒ ƒŠƒ[ƒh %s ‚ð‚·‚é•K—v‚ª‚ ‚è‚Ü‚·B';
$strFlushQueryCache = 'Æ‰ïƒLƒƒƒbƒVƒ…‚ðƒtƒ‰ƒbƒVƒ…‚·‚é';
$strFlushTable = 'ƒe[ƒuƒ‹‚̃LƒƒƒbƒVƒ…‚ð‹ó‚É‚·‚é("FLUSH")';
$strFlushTables = '‚·‚ׂẴe[ƒuƒ‹‚ðƒtƒ‰ƒbƒVƒ…‚·‚é(•Â‚¶‚é)';
$strFormat = 'ƒtƒH[ƒ}ƒbƒg';
$strFormEmpty = 'ƒtƒH[ƒ€‚Å‚Í’l‚ª‚ ‚è‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strFreePages = 'ƒtƒŠ[‚ȃy[ƒW”';
$strFullText = '‘S•¶';
$strFunction = 'ŠÖ”';
 
$strGenBy = '¶¬ŠÂ‹«';
$strGeneralRelationFeat = 'ƒŠƒŒ[ƒVƒ‡ƒ“‹@”\\';
$strGenerate = '¶¬‚·‚é';
$strGeneratePassword = 'ƒpƒXƒ[ƒh‚𐶐¬‚·‚é';
$strGenTime = 'ì¬‚ÌŽžŠÔ';
$strGeorgian = 'ƒOƒ‹ƒWƒAŒê';
$strGerman = 'ƒhƒCƒcŒê';
$strGlobal = 'ƒOƒ[ƒoƒ‹';
$strGlobalPrivileges = 'ƒOƒ[ƒoƒ‹“ÁŒ ';
$strGlobalValue = 'ƒOƒ[ƒoƒ‹’l';
$strGo = 'ŽÀs‚·‚é';
$strGrantOption = 'Œ ŒÀˆÏ÷';
$strGreek = 'ƒMƒŠƒVƒAŒê';
$strGzip = '"gzip •ûŽ®"';
 
$strHandler = '“à•”ˆ—';
$strHasBeenAltered = '‚ð•ÏX‚µ‚Ü‚µ‚½B';
$strHasBeenCreated = '‚ðì¬‚µ‚Ü‚µ‚½B';
$strHaveToShow = '•\Ž¦‚·‚邽‚߂ɁA­‚È‚­‚Ä‚à‚ЂƂ‚̃Jƒ‰ƒ€‚ð‘I‘ð‚µ‚È‚¯‚ê‚΂Ȃè‚Ü‚¹‚ñB';
$strHebrew = 'ƒwƒuƒ‰ƒCŒê';
$strHexForBinary = 'ƒoƒCƒiƒŠƒtƒB[ƒ‹ƒh‚Í 16 i”‚ðŽg—p‚·‚é';
$strHome = 'ƒƒCƒ“ƒy[ƒW‚Ö';
$strHomepageOfficial = 'phpMyAdmin ƒz[ƒ€';
$strHostEmpty = 'ƒzƒXƒg–¼‚Í‹ó‚Å‚·!';
$strHost = 'ƒzƒXƒg';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 ƒGƒNƒXƒ|[ƒgƒIƒvƒVƒ‡ƒ“';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 ƒGƒNƒXƒ|[ƒgƒIƒvƒVƒ‡ƒ“';
$strHungarian = 'ƒnƒ“ƒKƒŠ[Œê';
 
$strIcelandic = 'ƒAƒCƒXƒ‰ƒ“ƒhŒê';
$strId = 'ID';
$strIdxFulltext = '‘S•¶';
$strIgnore = '–³Ž‹';
$strIgnoreDuplicates = 's‚Ì•¡»‚𖳎‹‚·‚é';
$strIgnoreInserts = 'uINSERT IGNOREv‚ðŽg—p‚·‚é';
$strIgnoringFile = 'ƒtƒ@ƒCƒ‹‚𖳎‹ %s';
$strImport = 'ƒCƒ“ƒ|[ƒg';
$strImportDocSQL = 'docSQL ƒtƒ@ƒCƒ‹ƒCƒ“ƒ|[ƒg';
$strImportFiles = 'ƒCƒ“ƒ|[ƒgƒtƒ@ƒCƒ‹';
$strImportFormat = 'ƒCƒ“ƒ|[ƒgÏƒtƒ@ƒCƒ‹‚̏‘Ž®';
$strImportSuccessfullyFinished = 'ƒCƒ“ƒ|[ƒg‚ɐ¬Œ÷‚µ‚Ü‚µ‚½B%d ŒÂ‚̏Ɖï‚ðŽÀs‚µ‚Ü‚µ‚½B';
$strIndex = 'ƒCƒ“ƒfƒbƒNƒX';
$strIndexes = 'ƒCƒ“ƒfƒbƒNƒXƒTƒCƒY';
$strIndexHasBeenDropped = 'ƒCƒ“ƒfƒbƒNƒX %s ‚ªíœ‚³‚ê‚Ü‚µ‚½';
$strIndexName = 'ƒCƒ“ƒfƒbƒNƒX–¼&nbsp;:';
$strIndexType = 'ƒCƒ“ƒfƒbƒNƒX‚ÌŽí—Þ&nbsp;:';
$strIndexWarningMultiple = '1 ŒÂ‚ð‰z‚¦‚é INDEX ƒL[‚ªƒJƒ‰ƒ€ `%s` —p‚ɍ쐬‚³‚ê‚Ü‚µ‚½B';
$strIndexWarningPrimary = 'PRIMARY ‚Æ INDEX ‚̃L[‚Í—¼•û‚Æ‚àAƒJƒ‰ƒ€ `%s` ‚ɐݒ肳‚ê‚é‚ׂ«‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strIndexWarningTable = 'ƒe[ƒuƒ‹ `%s` ‚̃Cƒ“ƒfƒbƒNƒX‚ÉŠÖ‚·‚é–â‘è‚Å‚·B';
$strIndexWarningUnique = 'UNIQUE ‚Æ INDEX ‚̃L[‚Í—¼•û‚Æ‚àAƒJƒ‰ƒ€ `%s` ‚ɐݒ肳‚ê‚é‚ׂ«‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strInnoDBAutoextendIncrementDesc = ' ‚»‚ꂪ‚¢‚Á‚Ï‚¢‚É‚È‚éê‡‚ɁAŽ©“®Šg’£‚·‚éƒe[ƒuƒ‹ƒXƒy[ƒX‚̃TƒCƒY‚ðŠg’£‚·‚邽‚ß‚Ì‘•ª—Ê‚Å‚·B';
$strInnoDBAutoextendIncrement = 'Ž©“®Šg’£‚̒ljÁ‘‰Á—Ê';
$strInnoDBBufferPoolSizeDesc = 'InnoDB ‚ªƒLƒƒƒbƒVƒ…ƒf[ƒ^‚Æ‚»‚̃e[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚ÉŽg‚¤ƒoƒbƒtƒ@ƒƒ‚ƒŠ‚̃TƒCƒY‚Å‚·B';
$strInnoDBBufferPoolSize = 'ƒoƒbƒtƒ@[’~ÏƒTƒCƒY';
$strInnoDBDataFilePath = 'ƒf[ƒ^ƒtƒ@ƒCƒ‹';
$strInnoDBDataHomeDirDesc = '‚·‚×‚Ä‚Ì InnoDB ƒf[ƒ^ƒtƒ@ƒCƒ‹—p‚̃fƒBƒŒƒNƒgƒŠƒpƒX‚Ì‹¤’Ê•”•ª‚Å‚·B';
$strInnoDBDataHomeDir = 'ƒf[ƒ^ƒz[ƒ€ƒfƒBƒŒƒNƒgƒŠ';
$strInnoDBPages = 'ƒy[ƒW';
$strInnodbStat = 'InnoDB ƒXƒe[ƒ^ƒX';
$strInsecureMySQL = '‚ ‚È‚½‚̃Rƒ“ƒtƒBƒOƒŒ[ƒVƒ‡ƒ“ƒtƒ@ƒCƒ‹‚̐ݒ肪 MySQL ƒfƒtƒHƒ‹ƒg‚Ì“ÁŒ ƒAƒJƒEƒ“ƒg‚É‚È‚Á‚Ä‚¢‚Ü‚· (root ƒ†[ƒU[‚ŃpƒXƒ[ƒh‚È‚µ) B MySQL ƒT[ƒo[‚à‚±‚̃fƒtƒHƒ‹ƒgÝ’è‚Å“®ì‚µ‚Ä‚¢‚é‚̂ŁAN“üŽÒ‚ɑ΂µ‚Ä–³–h”õ‚Å‚·B‚±‚̃ZƒLƒ…ƒŠƒeƒB[ƒz[ƒ‹‚Í•K‚¸•Â‚´‚µ‚Ä‚­‚¾‚³‚¢B';
$strInsertAsNewRow = 'V‚µ‚¢s‚Æ‚µ‚ĒljÁ‚·‚é';
$strInsert = '’ljÁ';
$strInsertedRowId = 'ƒCƒ“ƒT[ƒg‚µ‚½s ID:';
$strInsertedRows = '’ljÁ‚³‚ꂽs”:';
$strInsertNewRow = 'V‚µ‚¢s‚ð’ljÁ‚·‚é';
$strInternalNotNecessary = '* InnoDB ‚ª‘¶Ý‚·‚éê‡A“à•”ƒŠƒŒ[ƒVƒ‡ƒ“‚Í•K—v‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strInternalRelations = '“à•”ƒŠƒŒ[ƒVƒ‡ƒ“';
$strInUse = 'Žg—p’†';
$strInvalidAuthMethod = 'Ý’èã‚Ő³‚µ‚­‚È‚¢”FØ•û–@‚ðÝ’肵‚Ä‚¢‚Ü‚·:';
$strInvalidColumn = '³‚µ‚­‚È‚¢—ñ (%s) ‚ªŽw’肳‚ê‚Ü‚µ‚½!';
$strInvalidColumnCount = 'ƒJƒ‰ƒ€”‚Í 0 ‚æ‚è‘å‚«‚­‚È‚¯‚ê‚΂¢‚¯‚Ü‚¹‚ñB';
$strInvalidCSVFieldCount = 'CSV “ü—Í’† ‚É–³Œø‚ȍ€–ڐ”‚ª‚ ‚è‚Ü‚·(s:%d)';
$strInvalidCSVFormat = 'CSV “ü—Í’† ‚É–³Œø‚ȏ‘Ž®‚ª‚ ‚è‚Ü‚·(s:%d)';
$strInvalidCSVParameter = 'CSV ƒCƒ“ƒ|[ƒg‚̃pƒ‰ƒ[ƒ^[‚ª–³Œø‚Å‚·: %s';
$strInvalidFieldAddCount = '­‚È‚­‚Æ‚à‚ЂƂ‚̃tƒB[ƒ‹ƒh‚ð’ljÁ‚µ‚È‚¯‚ê‚΂Ȃè‚Ü‚¹‚ñB';
$strInvalidFieldCount = 'ƒe[ƒuƒ‹‚͏­‚È‚­‚Æ‚à‚ЂƂ‚̃tƒB[ƒ‹ƒh‚ª•K—v‚Å‚·B';
$strInvalidLDIImport = '‚±‚̃vƒ‰ƒOƒCƒ“‚͈³kÏƒCƒ“ƒ|[ƒg‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñ!';
$strInvalidRowNumber = '%d ‚͐³‚µ‚­‚È‚¢s”ԍ†‚Å‚·B';
$strInvalidServerHostname = 'ƒT[ƒo[u%1$sv‚̃zƒXƒg–¼‚ª–³Œø‚Å‚·BÝ’è‚𒲍¸‚µ‚Ä‚­‚¾‚³‚¢B';
$strInvalidServerIndex = '–³Œø‚ȃT[ƒo[ƒCƒ“ƒfƒbƒNƒX‚Å‚·: "%s"';
 
$strJapanese = '“ú–{Œê';
$strJoins = 'Œ‹‡';
$strJumpToDB = '&quot;%s&quot; ƒf[ƒ^ƒx[ƒX‚ÖƒWƒƒƒ“ƒv.';
$strJustDelete = '“ÁŒ ƒe[ƒuƒ‹‚©‚烆[ƒU[‚𑦍폜‚·‚é';
$strJustDeleteDescr = '&quot;íœÏ&quot; ƒ†[ƒU[‚Í“ÁŒ ‚ªƒŠƒ[ƒh‚³‚ê‚é‚܂ŃT[ƒo[‚ɃAƒNƒZƒX‰Â”\‚Å‚·B';
 
$strKanjiEncodConvert = 'Š¿ŽšƒR[ƒh•ÏŠ·'; // kanji code convert
$strKeepPass = 'ƒpƒXƒ[ƒh‚ð•ÏX‚µ‚È‚¢';
$strKeyCache = 'ƒL[ƒLƒƒƒbƒVƒ…';
$strKeyname = 'ƒL[–¼';
$strKill = '’âŽ~';
$strKorean = 'ŠØ‘Œê';
 
$strLandscape = 'ƒ‰ƒ“ƒhƒXƒP[ƒv';
$strLanguageFileNotFound = 'Œ¾Œêƒtƒ@ƒCƒ‹u%1$sv‚ªŒ©‚‚©‚è‚Ü‚¹‚ñB';
$strLanguageUnknown = '•s–¾‚ÌŒ¾Œê: %1$s.';
$strLatchedPages = 'ƒ‰ƒbƒ`‚³‚ê‚Ä‚¢‚éƒy[ƒW';
$strLatexCaption = 'ƒe[ƒuƒ‹ƒLƒƒƒvƒVƒ‡ƒ“';
$strLatexContent = 'ƒe[ƒuƒ‹ __TABLE__ ‚Ì“à—e';
$strLatexContinuedCaption = 'Œp‘±Žž‚̃e[ƒuƒ‹ƒLƒƒƒvƒVƒ‡ƒ“';
$strLatexContinued = '(‘±‚¯‚é)';
$strLatexIncludeCaption = 'ƒe[ƒuƒ‹ƒLƒƒƒvƒVƒ‡ƒ“‚ðŠÜ‚Þ';
$strLatexLabel = 'ƒ‰ƒxƒ‹ƒL[';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX ƒIƒvƒVƒ‡ƒ“';
$strLatexStructure = 'ƒe[ƒuƒ‹ __TABLE__ ‚̍\‘¢';
$strLatvian = 'ƒ‰ƒgƒrƒAŒê';
$strLDIImportOptions = 'LOAD DATA ‚ð—p‚¢‚Ä CSV ‚̃Cƒ“ƒ|[ƒg‚ð‚·‚éƒIƒvƒVƒ‡ƒ“';
$strLDI = 'LOAD DATA ‚ð—p‚¢‚½ CSV';
$strLDILocal = 'ƒ[ƒJƒ‹ƒL[ƒ[ƒh‚ðŽg—p‚·‚é';
$strLengthSet = '’·‚³/ƒZƒbƒg*';
$strLimitNumRows = 'ƒy[ƒW‚̍ő僌ƒR[ƒh”';
$strLinesTerminatedBy = 's‚̏I’[‹L†';
$strLinkNotFound = 'ƒŠƒ“ƒN‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ';
$strLinksTo = 'ƒŠƒ“ƒN';
$strLithuanian = 'ƒŠƒgƒAƒjƒAŒê';
$strLocalhost = 'ƒ[ƒJƒ‹';
$strLocationTextfile = 'ƒeƒLƒXƒgƒtƒ@ƒCƒ‹‚̏ꏊ';
$strLoginInformation = 'ƒƒOƒCƒ“î•ñ';
$strLogin = 'ƒƒOƒCƒ“';
$strLogout = 'ƒƒOƒAƒEƒg';
$strLogPassword = 'ƒpƒXƒ[ƒh:';
$strLogServer = 'ƒT[ƒo[';
$strLogUsername = 'ƒ†[ƒU[–¼:';
$strLongOperation = '‚±‚Ì‘€ì‚ÍŽžŠÔ‚ª‚©‚©‚è‚Ü‚·B‚»‚ê‚Å‚ài‚Ý‚Ü‚·‚©?';
 
$strMaxConnects = 'Å‘å•ÀsÚ‘±';
$strMaximalQueryLength = 'ì¬‚·‚éÆ‰ï‚̍ő咷';
$strMaximumSize = 'Å‘åƒTƒCƒY: %s%s';
$strMbExtensionMissing = 'mbstring PHP Šg’£‚ÍŒ©‚‚©‚è‚Ü‚¹‚ñ‚Å‚µ‚½‚ªAAƒ}ƒ‹ƒ`ƒoƒCƒg•¶ŽšƒZƒbƒg‚ðŽg—p‚µ‚Ä‚¢‚é‚悤‚ÉŒ©‚¦‚Ü‚·BphpMyAdmin ‚Í mbstring Šg’£‚È‚µ‚Å‚Í•¶Žš—ñ‚𐳊m‚É•ªŠ„‚·‚邱‚Æ‚ª‚Å‚«‚¸A‚Ü‚½A—\Šú‚µ‚È‚¢Œ‹‰Ê‚ª•Ô‚Á‚Ä‚­‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB';
$strMbOverloadWarning = 'PHP ‚̐ݒè‚Å mbstring.func_overload ‚ª—LŒø‚Å‚·B‚±‚̃IƒvƒVƒ‡ƒ“‚Í phpMyAdmin ‚ƌ݊·«‚ª‚È‚­A‚¢‚­‚¤‚‚©‚̃f[ƒ^‚Ì”j‰ó‚ðˆø‚«‹N‚±‚·‚©‚à‚µ‚ê‚Ü‚¹‚ñ!';
$strMIME_available_mime = '—LŒø‚È MIME ƒ^ƒCƒv';
$strMIME_available_transform = '•ÏŠ·—LŒø';
$strMIME_description = 'à–¾';
$strMIME_MIMEtype = 'MIME ƒ^ƒCƒv';
$strMIME_nodescription = '‚±‚Ì•ÏŠ·‚É‚Í—LŒø‚Èà–¾‚ª‚ ‚è‚Ü‚¹‚ñB<br />ìŽÒ‚É%s‚̈Ӗ¡‚ð‚²Šm”F‚­‚¾‚³‚¢B';
$strMIME_transformation_note = '—˜—p‰Â”\‚È•ÏŠ·ƒIƒvƒVƒ‡ƒ“‚̈ꗗA‚¨‚æ‚Ñ‚»‚ê‚ç‚Ì MIME Œ`Ž®•ÏŠ·‚ÉŠÖ‚µ‚ẮA%s•ÏŠ·‚Ìà–¾%s ‚ðƒNƒŠƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strMIME_transformation_options = '•ÏŠ·ƒIƒvƒVƒ‡ƒ“';
$strMIME_transformation_options_note = '‚±‚̏‘Ž®‚ðŽg—p‚µ‚āA•ÏŠ·ƒIƒvƒVƒ‡ƒ“‚Ì’l‚ð“ü—Í‚µ‚Ä‚­‚¾‚³‚¢: \'a\',\'b\',\'c\'...<br />ƒoƒbƒNƒXƒ‰ƒbƒVƒ…("\")‚âƒVƒ“ƒOƒ‹ƒNƒH[ƒg("\'")‚ð’l‚ÉŠÜ‚ß‚é•K—v‚ª‚ ‚éê‡‚Í(u\\\\xyzv‚âua\\\'bv‚̂悤‚É)ƒoƒbƒNƒXƒ‰ƒbƒVƒ…‚ŃGƒXƒP[ƒv‚µ‚Ä‚­‚¾‚³‚¢';
$strMIME_transformation = 'ƒuƒ‰ƒEƒU[•ÏŠ·';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'ƒCƒ^ƒŠƒbƒN‘̂ňóü‚³‚ꂽ MIME ƒ^ƒCƒv‚͌•ʂ̕ϊ·ŠÖ”‚ðŽ‚Á‚Ä‚¢‚Ü‚¹‚ñB';
$strModifications = '‚𐳂µ‚­C³‚µ‚Ü‚µ‚½B';
$strModify = 'C³';
$strModifyIndexTopic = 'ƒCƒ“ƒfƒbƒNƒX‚ð•ÏX‚·‚é';
$strMoveTable = 'ƒe[ƒuƒ‹‚ð(database<b>.</b>table)‚Ɉړ®‚·‚é:';
$strMoveTableOK = 'ƒe[ƒuƒ‹u%sv‚ðu%sv‚Ɉړ®‚µ‚Ü‚µ‚½B';
$strMoveTableSameNames = '“¯‚¶ƒe[ƒuƒ‹‚Ɉړ®‚Å‚«‚Ü‚¹‚ñ!';
$strMultilingual = '‘½‘Œê';
$strMyISAMDataPointerSizeDesc = 'CREATE TABLE ‚Å MyISAM ƒe[ƒuƒ‹‚ÉŽg—p‚·‚é MAX_ROWS ƒIƒvƒVƒ‡ƒ“‚ªŽw’肳‚ê‚È‚¢ê‡‚̃oƒCƒgŽw’è‚̃fƒtƒHƒ‹ƒgƒ|ƒCƒ“ƒ^[ƒTƒCƒY‚Å‚·B';
$strMyISAMDataPointerSize = 'ƒf[ƒ^‚̃|ƒCƒ“ƒ^[ƒTƒCƒY';
$strMyISAMMaxExtraSortFileSize = 'ƒCƒ“ƒfƒbƒNƒXì¬—pˆêŽžƒtƒ@ƒCƒ‹‚̍őåƒTƒCƒY';
$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM‚̃Cƒ“ƒfƒbƒNƒX‚ð‚‘¬ì¬‚·‚é‚Æ‚«‚É—˜—p‚·‚éƒeƒ“ƒ|ƒ‰ƒŠƒtƒ@ƒCƒ‹‚Ì‘å‚«‚³‚ªAƒL[ƒLƒƒƒbƒVƒ…‚ð—˜—p‚·‚é‚Æ‚«‚æ‚肱‚±‚ÉŽw’肵‚½’lˆÈã‘å‚«‚­‚È‚éê‡‚́AƒL[ƒLƒƒƒbƒVƒ…–@‚ªŽg‚í‚ê‚Ü‚·B';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM ƒCƒ“ƒfƒbƒNƒX‚̍č쐬‚ÅŽg—p‚·‚邱‚Æ‚ª‹–‚³‚ꂽ MySQL ˆêŽžƒtƒ@ƒCƒ‹‚̍őåƒTƒCƒY‚Å‚· (REPAIR TABLE ’†AALTER TABLE ‚© LOAD DATA INFILE)';
$strMyISAMMaxSortFileSize = 'ˆêŽžƒ\[ƒgƒtƒ@ƒCƒ‹‚̍őåƒTƒCƒY';
$strMyISAMRecoverOptions = 'Ž©“®C•œƒ‚[ƒh';
$strMyISAMRecoverOptionsDesc = 'ƒNƒ‰ƒbƒVƒ…‚µ‚½ MyISAM ƒe[ƒuƒ‹‚ÌŽ©“®‰ñ•œ—pƒ‚[ƒh‚ŁAƒT[ƒo[‹N“®ƒIƒvƒVƒ‡ƒ“ --myisam-recover ‚Őݒ肵‚Ü‚·B';
$strMyISAMRepairThreadsDesc = '‚à‚µ‚±‚Ì’l‚ª 1 ˆÈã‚È‚çAMyISAM ƒe[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚̓\[ƒgˆ—‚̏C•œ’†‚É•½s‚Å(‚»‚ꎩg‚ÌŠeƒCƒ“ƒfƒbƒNƒX‚ð)ì¬‚µ‚Ü‚·B';
$strMyISAMRepairThreads = 'ƒXƒŒƒbƒh‚̏C•œ';
$strMyISAMSortBufferSizeDesc = '‚±‚̃oƒbƒtƒ@[‚́AREPAIR TABLE ‚ÌŠÔ‚É MyISAM ƒCƒ“ƒfƒbƒNƒX‚ðƒ\[ƒg‚·‚éê‡A‚Ü‚½‚Í CREATE INDEX ‚© ALTER TABLE ‚ƃCƒ“ƒfƒbƒNƒX‚ðì¬‚·‚éê‡‚ɁAŠ„‚è•t‚¯‚ç‚ê‚Ü‚·B';
$strMyISAMSortBufferSize = 'ƒ\[ƒgƒoƒbƒtƒ@[ƒTƒCƒY';
$strMySQLCharset = 'MySQL ‚Ì•¶ŽšƒZƒbƒg';
$strMysqlClientVersion = 'MySQL ƒNƒ‰ƒCƒAƒ“ƒgƒo[ƒWƒ‡ƒ“';
$strMySQLConnectionCollation = 'MySQL Ú‘±Æ‡‡˜';
$strMySQLSaid = 'MySQL‚̃ƒbƒZ[ƒW: ';
$strMySQLShowProcess = 'MySQL ƒvƒƒZƒX‚Ì•\Ž¦';
$strMySQLShowStatus = 'MySQL ‚̃‰ƒ“ƒ^ƒCƒ€î•ñ';
$strMySQLShowVars = 'MySQL ‚̃VƒXƒeƒ€•Ï”';
 
$strName = '–¼‘O';
$strNext = 'ŽŸ‚Ö';
$strNoActivity = '%s •bˆÈã‘€ì‚ð‚µ‚Ü‚¹‚ñ‚Å‚µ‚½BÄ“xƒƒOƒCƒ“‚ð‚µ‚Ä‚­‚¾‚³‚¢B';
$strNoDatabases = 'ƒf[ƒ^ƒx[ƒX”';
$strNoDatabasesSelected = 'ƒf[ƒ^ƒx[ƒX‚ª‘I‘ð‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoDescription = '‹Lq‚ª‚ ‚è‚Ü‚¹‚ñ';
$strNoDetailsForEngine = '‚±‚̃XƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚É‚Í—LŒø‚ȃXƒe[ƒ^ƒX‚̏ڍ׏î•ñ‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNoDropDatabases = 'uDROP DATABASEvƒXƒe[ƒgƒƒ“ƒg‚Í‹ÖŽ~‚³‚ê‚é';
$strNoExplain = 'SQL ‚Ì•ªÍ‚ð”ò‚΂·';
$strNoFilesFoundInZip = 'ZIP ƒA[ƒJƒCƒu’†‚Ƀtƒ@ƒCƒ‹‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strNoFrames = 'phpMyAdmin ‚Í<b>ƒtƒŒ[ƒ€</b>‚ðƒTƒ|[ƒg‚µ‚½ƒuƒ‰ƒEƒU‚Å‚Ì—˜—p‚ð‚¨Š©‚ß‚µ‚Ü‚·B';
$strNoIndex = 'ƒCƒ“ƒfƒbƒNƒX‚͐ݒ肳‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoIndexPartsDefined = 'ƒCƒ“ƒfƒbƒNƒX‚Ì•”•ª‚͐ݒ肳‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoModification = '•ÏX–³‚µ';
$strNone = '–³‚µ';
$strNoOptions = '‚±‚̏‘Ž®‚̓IƒvƒVƒ‡ƒ“‚ª‚ ‚è‚Ü‚¹‚ñB';
$strNoPassword = 'ƒpƒXƒ[ƒh–³‚µ';
$strNoPermission = 'ƒtƒ@ƒCƒ‹u%sv‚ð•Û‘¶‚·‚éƒp[ƒ~ƒbƒVƒ‡ƒ“‚ðƒEƒFƒuƒT[ƒo[‚ÍŽ‚Á‚Ä‚¢‚Ü‚¹‚ñB';
$strNoPhp = 'PHP ƒR[ƒh–³‚µ';
$strNoPrivileges = '“ÁŒ –³‚µ';
$strNoRights = 'Œ»Ý“ÁŒ ‚ðŽ‚Á‚Ä‚È‚¢‚Ì‚Å‚±‚±‚É“ü‚ê‚Ü‚¹‚ñB';
$strNoRowsSelected = 's‚Í‘I‘ð‚³‚ê‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strNo = '‚¢‚¢‚¦';
$strNoSpace = 'ƒtƒ@ƒCƒ‹u%sv‚ð•Û‘¶‚·‚é‚É‚Í‹ó‚«—e—Ê‚ª•s\•ª‚Å‚·B';
$strNoTablesFound = 'Œ»Ý‚̃f[ƒ^ƒx[ƒX‚Ƀe[ƒuƒ‹‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNoThemeSupport = 'ƒe[ƒ}‚ðƒTƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñBÝ’è‚ƃe[ƒ}ƒfƒBƒŒƒNƒgƒŠu%sv‚ðŠm”F‚µ‚Ä‚­‚¾‚³‚¢B';
$strNothingToImport = '‚¢‚­‚‚©‚̃f[ƒ^‚̓Cƒ“ƒ|[ƒg‚µ‚Ä‚¢‚Ü‚¹‚ñ!';
$strNotNumber = '‚±‚ê‚͐”’l‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNotOK = 'OK ‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strNotSet = 'ƒe[ƒuƒ‹u<b>%s</b>v‚ªŒ©‚‚©‚ç‚È‚¢‚©A%s ‚ªÝ’肳‚ê‚Ä‚¢‚Ü‚¹‚ñB';
$strNoUsersFound = 'ŠY“–ƒ†[ƒU[‚ÍŒ©‚‚©‚è‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strNoValidateSQL = 'SQL ŒŸØ‚ðƒXƒLƒbƒv';
$strNull = '‹ó‚Ì’l(NULL)';
$strNumberOfFields = 'ƒtƒB[ƒ‹ƒh”';
$strNumSearchResultsInTable = 'ƒe[ƒuƒ‹ <i>%2\$s</i> ‚Å %2\$s Œˆê’v‚µ‚Ü‚µ‚½B';
$strNumSearchResultsTotal = '<b>Œ”:</b> <i>%s</i> ‚ªŒ©‚‚©‚è‚Ü‚µ‚½B';
$strNumTables = 'ƒe[ƒuƒ‹';
 
$strOK = 'OK';
$strOpenNewWindow = 'V‚µ‚¢ phpMyAdmin ‚̃EƒBƒ“ƒhƒE‚ðŠJ‚­';
$strOperations = '‘€ì';
$strOperator = '‘€ì';
$strOptimizeTable = 'ƒe[ƒuƒ‹‚ðÅ“K‰»‚·‚é';
$strOr = '‚Ü‚½‚Í';
$strOverhead = 'ƒI[ƒo[ƒwƒbƒh';
$strOverwriteExisting = 'ƒtƒ@ƒCƒ‹‚ª‘¶Ý‚·‚éê‡‚͏㏑‚«';
 
$strPageNumber = 'ƒy[ƒW”ԍ†:';
$strPagesToBeFlushed = 'ƒtƒ‰ƒbƒVƒ…‚³‚ꂽƒy[ƒW”';
$strPaperSize = 'Ž†ƒTƒCƒY';
$strPartialImport = '•”•ª“I‚ȃCƒ“ƒ|[ƒg';
$strPartialText = '•”•ª“I‚È•¶‘';
$strPasswordChanged = '%s ‚̃pƒXƒ[ƒh‚͕ύX‚³‚ê‚Ü‚µ‚½B';
$strPasswordEmpty = 'ƒpƒXƒ[ƒh‚ª‹ó‚Å‚·B';
$strPasswordHashing = 'ƒpƒXƒ[ƒhƒnƒbƒVƒ…';
$strPasswordNotSame = 'ƒpƒXƒ[ƒh‚ª“¯‚¶‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strPassword = 'ƒpƒXƒ[ƒh';
$strPdfDbSchema = 'ƒf[ƒ^ƒx[ƒXu%sv‚̃XƒL[ƒ} - ƒy[ƒW %s';
$strPdfInvalidTblName = '"%s" ƒe[ƒuƒ‹‚ª‚ ‚è‚Ü‚¹‚ñ!';
$strPdfNoTables = 'ƒe[ƒuƒ‹‚ª‚ ‚è‚Ü‚¹‚ñ';
$strPDFOptions = 'PDF ƒIƒvƒVƒ‡ƒ“';
$strPDF = 'PDF';
$strPDFReportTitle = 'ƒŒƒ|[ƒg‚Ì‘è–¼';
$strPerHour = 'Žž–ˆ';
$strPerMinute = '/•ª';
$strPerSecond = '/•b';
$strPersian = 'ƒyƒ‹ƒVƒAŒê';
$strPhoneBook = '“d˜b’ ';
$strPHP40203 = 'ƒ}ƒ‹ƒ`ƒoƒCƒg•¶Žš(mbstring)‚̈µ‚¢‚ɏd‘å‚ȃoƒO‚Ì‚ ‚é PHP 4.2.3 ‚ðŽg‚Á‚Ä‚¢‚Ü‚·BPHP ‚̃oƒOƒŒƒ|[ƒg 19404 ”Ô‚Å‚·BphpMyAdmin ‚ðŽg—p‚·‚é‚È‚çA‚±‚̃o[ƒWƒ‡ƒ“‚Ì PHP ‚Í‚¨§‚ß‚µ‚Ü‚¹‚ñ...‚ÆŒ¾‚¤‚©ƒpƒbƒ`‚ð‚ ‚Ä‚È‚¯‚ê‚Γ®ì‚µ‚Ü‚¹‚ñB';
$strPhp = 'PHP ƒR[ƒh‚̍쐬';
$strPHPVersion = 'PHP ƒo[ƒWƒ‡ƒ“';
$strPmaDocumentation = 'phpMyAdmin ‚̃hƒLƒ…ƒƒ“ƒg';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> ‚ð•K‚¸Ý’èƒtƒ@ƒCƒ‹‚Őݒ肵‚Ä‚­‚¾‚³‚¢!';
$strPolish = 'ƒ|[ƒ‰ƒ“ƒhŒê';
$strPortrait = 'ƒ|[ƒgƒŒƒCƒg';
$strPos1 = 'Å‰';
$strPrevious = 'ˆÈ‘O';
$strPrimary = 'Žå—v';
$strPrimaryKeyHasBeenDropped = 'ŽåƒL[‚ðíœ‚µ‚Ü‚µ‚½B';
$strPrimaryKeyName = 'ŽåƒL[‚Ì–¼‘O‚Í... PRIMARY ‚Å‚Í‚È‚¯‚ê‚΂¢‚¯‚Ü‚¹‚ñB';
$strPrimaryKeyWarning = '("PRIMARY"‚Í‚¿‚傤‚ÇŽåƒL[‚Ì–¼‘O‚Å‚Í‚È‚¯‚ê‚΂¢‚¯‚Ü‚¹‚ñB';
$strPrint = 'ˆóü';
$strPrintViewFull = 'ˆóüƒrƒ…[ (‘SƒeƒLƒXƒg‚ðŠÜ‚Þ)';
$strPrintView = 'ˆóü—p‚Ì•\Ž¦';
$strPrivDescAllPrivileges = 'GRANT ‚ðœ‚­‚·‚ׂĂ̓ÁŒ ‚ðŠÜ‚Ý‚Ü‚·B';
$strPrivDescAlterRoutine = 'ƒXƒgƒAƒhƒ‹[ƒ`ƒ“‚̕ύX‚Æ”jŠü‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescAlter = '‘¶Ý‚·‚éƒe[ƒuƒ‹\‘¢‚̕ύX‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateDb = 'V‚µ‚¢ƒf[ƒ^ƒx[ƒXAƒe[ƒuƒ‹‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateRoutine = 'ƒXƒgƒAƒhƒ‹[ƒ`ƒ“‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateTbl = 'V‚µ‚¢ƒe[ƒuƒ‹‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateTmpTable = 'ƒeƒ“ƒ|ƒ‰ƒŠ[ƒe[ƒuƒ‹‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateUser = 'ƒ†[ƒU[ƒAƒJƒEƒ“ƒg‚̍쐬E”jŠüE–¼Ì•ÏX‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescCreateView = 'V‚µ‚¢ƒrƒ…[‚̍쐬‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescDelete = 'ƒf[ƒ^‚̍폜‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescDropDb = 'ƒf[ƒ^ƒx[ƒX‚ƃe[ƒuƒ‹‚̍폜‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescDropTbl = 'ƒe[ƒuƒ‹‚̍폜‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescExecute5 = 'ƒXƒgƒAƒhƒ‹[ƒ`ƒ“‚ÌŽÀs‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescExecute = 'ƒXƒgƒA[ƒhƒvƒƒVƒWƒƒ[‚ðŽÀs‚·‚邱‚Æ‚ð‹–‰Â‚µ‚Ü‚·B‚±‚Ì MySQL ”łł͈Ӗ¡‚ ‚è‚Ü‚¹‚ñB';
$strPrivDescFile = 'ƒf[ƒ^‚̃Cƒ“ƒ|[ƒgAƒf[ƒ^‚̃tƒ@ƒCƒ‹‚ւ̃GƒNƒXƒ|[ƒg‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescGrant = '“ÁŒ ƒe[ƒuƒ‹‚̃Šƒ[ƒh‚È‚µ‚Ƀ†[ƒU[A“ÁŒ ‚̒ljÁ‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescIndex = 'ƒCƒ“ƒfƒbƒNƒX‚̍쐬Aíœ‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescInsert = 'ƒf[ƒ^‚Ì‘}“üA“ü‚ê‘Ö‚¦‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescLockTables = 'Œ»Ý‚̃XƒŒƒbƒh‚̃ƒbƒLƒ“ƒOƒe[ƒuƒ‹‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescMaxConnections = '1 ŽžŠÔ“à‚ɐV‚µ‚­Ú‘±‰Â”\‚Ȑ”‚𐧌À‚µ‚Ü‚·B';
$strPrivDescMaxQuestions = '1 ŽžŠÔ“à‚ɃT[ƒo[‚ɏƉï‚ð‘—‚ê‚鐔‚𐧌À‚µ‚Ü‚·B';
$strPrivDescMaxUpdates = '1 ŽžŠÔ“à‚Ƀe[ƒuƒ‹Aƒf[ƒ^ƒx[ƒX‚ɑ΂µ‚Ă̕ύX‚ª”­¶‚·‚éƒRƒ}ƒ“ƒh‚̐”‚𐧌À‚µ‚Ü‚·B';
$strPrivDescMaxUserConnections = 'ƒ†[ƒU[‚Ì“¯Žž‚̐ڑ±”‚𐧌À‚µ‚Ü‚·B';
$strPrivDescProcess3 = '‘¼‚̃†[ƒU[ƒvƒƒZƒX‚ð’âŽ~‚Å‚«‚邱‚Æ‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescProcess4 = 'ƒvƒƒZƒXˆê——’†‚ÌŠ®‘S‚ȏƉï‚Ì•\Ž¦‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescReferences = '‚±‚Ì MySQL ƒo[ƒWƒ‡ƒ“‚ł͈Ӗ¡‚ ‚è‚Ü‚¹‚ñB';
$strPrivDescReload = 'ƒT[ƒo[‚̃Šƒ[ƒhAƒLƒƒƒbƒVƒ…‚̃NƒŠƒA‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescReplClient = 'ƒXƒŒ[ƒu‚©ƒ}ƒXƒ^[‚ð—v‹‚Å‚«‚錠—˜‚ðƒ†[ƒU[‚É—^‚¦‚Ü‚·B';
$strPrivDescReplSlave = 'ƒŒƒvƒŠƒP[ƒVƒ‡ƒ“ƒXƒŒ[ƒu‚ª•K—v‚Å‚·B';
$strPrivDescSelect = 'ƒf[ƒ^‚̓ǂݏo‚µ‹–‰Â';
$strPrivDescShowDb = 'ƒf[ƒ^ƒx[ƒX‚ÌŠ®‘S‚Ȉꗗ‚ւ̃AƒNƒZƒXŒ ‚ð—^‚¦‚Ü‚·B';
$strPrivDescShowView = 'Æ‰ï SHOW CREATE VIEW ‚ÌŽÀs‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescShutdown = 'ƒT[ƒo[‚̃Vƒƒƒbƒgƒ_ƒEƒ“‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescSuper = 'Å‘å‚̐ڑ±”‚É’B‚µ‚Ä‚àÚ‘±‚ð‹–‰Â‚µ‚Ü‚·B‘½‚­‚ÌŠÇ—‘€ì‚̓Oƒ[ƒoƒ‹•Ï”‚⑼ƒ†[ƒU[ƒvƒƒZƒX‚̏I—¹‚ª‚Å‚«‚é‚悤‚Ȑݒ肪•K—v‚Å‚·B';
$strPrivDescUpdate = 'ƒf[ƒ^‚̏C³‚ð‹–‰Â‚µ‚Ü‚·B';
$strPrivDescUsage = '“ÁŒ ‚ª‚ ‚è‚Ü‚¹‚ñB';
$strPrivileges = '“ÁŒ ';
$strPrivilegesReloaded = '“ÁŒ ‚̓Šƒ[ƒh‚³‚ê‚Ü‚µ‚½B';
$strProcesslist = 'ƒvƒƒZƒXˆê——';
$strProtocolVersion = 'ƒvƒƒgƒRƒ‹ƒo[ƒWƒ‡ƒ“';
$strPutColNames = 'Å‰‚Ì 1 s–ڂɃtƒB[ƒ‹ƒh–¼‚ð’ljÁ‚·‚é';
 
$strQBE = 'Æ‰ï';
$strQBEDel = 'íœ';
$strQBEIns = '‘}“ü';
$strQueryCache = 'Æ‰ïƒLƒƒƒbƒVƒ…';
$strQueryFrame = 'Æ‰ïƒEƒBƒ“ƒhƒE';
$strQueryOnDb = 'ƒf[ƒ^ƒx[ƒX‚Ì SQL <b>%s</b>:';
$strQuerySQLHistory = 'SQL —š—ð';
$strQueryStatistics = '<b>Æ‰ï“Œv</b>: ‹N“®Žž‚©‚ç %s ŒÂ‚̏ƉƒT[ƒo[‚É‘—M‚³‚ê‚Ä‚¢‚Ü‚·B';
$strQueryTime = 'Æ‰ï‚ÌŽÀsŽžŠÔ %01.4f •b';
$strQueryType = 'Æ‰ïƒ^ƒCƒv';
$strQueryWindowLock = 'ƒEƒBƒ“ƒhƒE‚ÌŠO‚©‚炱‚̏Ɖï‚ð‘‚«Š·‚¦‚Å‚«‚Ü‚¹‚ñB';
 
$strReadRequests = '“ǂݍž‚݃ŠƒNƒGƒXƒg”';
$strReceived = 'ŽóMÏ';
$strRecords = 'ƒŒƒR[ƒh”';
$strReferentialIntegrity = 'Œ‹‡€–ڂ̃`ƒFƒbƒN:';
$strRefresh = 'Ä•`‰æ';
$strRelationalSchema = 'ƒŠƒŒ[ƒVƒ‡ƒiƒ‹ƒXƒL[ƒ}';
$strRelationNotWorking = 'phpMyAdmin ‚Ì“ÆŽ©‹@”\‚Å‚ ‚郊ƒŒ[ƒVƒ‡ƒ“‹@”\‚ðˆ—‚·‚邽‚߂̃Šƒ“ƒNƒe[ƒuƒ‹‚ª—LŒø‚É‚È‚Á‚Ä‚¢‚Ü‚¹‚ñB‚±‚ê‚ð‰ðŒˆ‚·‚é‚É‚Í %s‚±‚±%s ‚ðƒNƒŠƒbƒN‚µ‚ÄŒ´ˆö‚ð”­Œ©‚µ‚Ä‚­‚¾‚³‚¢B';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelations = 'ƒŠƒŒ[ƒVƒ‡ƒ“';
$strRelationView = 'ƒŠƒŒ[ƒVƒ‡ƒ“‚ð•\Ž¦‚·‚é';
$strReloadingThePrivileges = '“ÁŒ ‚ðÄ“ǂݍž‚Ý’†‚Å‚·B';
$strReloadMySQL = 'MySQL ‚̃Šƒ[ƒh';
$strRemoveSelectedUsers = '‘I‘ð‚³‚ê‚½ƒ†[ƒU[‚ðíœ‚µ‚Ü‚·';
$strRenameDatabaseOK = 'ƒf[ƒ^ƒx[ƒXu%sv‚́u%sv‚É–¼Ì•ÏX‚µ‚Ü‚µ‚½B';
$strRenameTable = 'ƒe[ƒuƒ‹–¼‚̕ύX';
$strRenameTableOK = 'u%sv‚ðu%sv‚É–¼‘O‚ð•ÏX‚µ‚Ü‚µ‚½B';
$strRepairTable = 'ƒe[ƒuƒ‹‚𕜋Œ‚·‚é';
$strReplaceNULLBy = 'NULL ‚ðŽw’è‚Ì•¶Žš—ñ‚Å’u‚«Š·‚¦‚é';
$strReplaceTable = 'ƒtƒ@ƒCƒ‹‚Ńe[ƒuƒ‹‚ð’u‚«Š·‚¦‚é';
$strReplication = 'ƒŒƒvƒŠƒP[ƒVƒ‡ƒ“';
$strReset = 'ƒŠƒZƒbƒg';
$strResourceLimits = 'ƒŠƒ\[ƒX‚̐§ŒÀ';
$strReType = 'Ä“ü—Í';
$strRevokeAndDeleteDescr = 'ƒ†[ƒU[‚Í“ÁŒ ‚ðÄ“ǂݍž‚Ý‚·‚é‚Ü‚Å USAGE “ÁŒ ‚Ì‚Ü‚Ü‚Å‚·B';
$strRevokeAndDelete = 'ƒ†[ƒU[‚©‚ç—LŒø‚È“ÁŒ ‚ð‚·‚×‚Ä”jŠü‚µ‚č폜‚·‚é';
$strRevokeMessage = '%s ‚Ì“ÁŒ ‚ðŽæÁ‚µ‚Ü‚µ‚½B';
$strRevoke = '”pŽ~';
$strRomanian = 'ƒ‹[ƒ}ƒjƒAŒê';
$strRowLength = 's‚Ì’·‚³';
$strRowsFrom = 'ŠJŽns';
$strRowSize = ' s‚̃TƒCƒY ';
$strRowsModeFlippedHorizontal = '…•½ (‰ñ“]‚µ‚½ƒwƒbƒ_[)';
$strRowsModeHorizontal = '…•½';
$strRowsModeOptions = '•ûŒü: %s : %s —ñ‚¸‚ƒwƒbƒ_[‚ðŒJ‚è•Ô‚µ•\Ž¦‚·‚é';
$strRowsModeVertical = '‚’¼';
$strRows = 's';
$strRowsStatistic = 's‚Ì“Œv';
$strRunning = '‚ªŽÀs’†‚Å‚·B %s';
$strRunQuery = 'Æ‰ï‚ÌŽÀs‚·‚é';
$strRunSQLQuery = 'ƒf[ƒ^ƒx[ƒXu%sv‚Å SQL ‚ðŽÀs‚·‚é';
$strRunSQLQueryOnServer = 'ƒT[ƒo[u%sv‚Å SQL ‚ðŽÀs‚·‚é';
$strRussian = 'ƒƒVƒAŒê';
 
$strSaveOnServer = 'ƒT[ƒo[ã‚̃fƒBƒŒƒNƒgƒŠu%sv‚É•Û‘¶‚·‚é';
$strSave = '•Û‘¶‚·‚é';
$strScaleFactorSmall = '1 ƒy[ƒW“à‚ɐ}•\‚ð”z’u‚³‚¹‚邽‚ß‚É‚Í‘å‚«‚³‚ª¬‚³‰ß‚¬‚Ü‚·';
$strSearchFormTitle = 'ƒf[ƒ^ƒx[ƒX“à‚ðŒŸõ‚·‚é';
$strSearchInTables = 'ƒe[ƒuƒ‹‚ÌŽw’è:';
$strSearchNeedle = 'ŒŸõ‚·‚é’PŒêA‚Ü‚½‚Í’l (ƒƒCƒ‹ƒhƒJ[ƒh‚Í: "%"):';
$strSearch = 'ŒŸõ';
$strSearchOption1 = '‚¢‚¸‚ê‚©‚Ì’PŒê‚ðŠÜ‚Þ';
$strSearchOption2 = '‚·‚ׂĂ̒PŒê‚ðŠÜ‚Þ';
$strSearchOption3 = '³Šm‚ȃtƒŒ[ƒY';
$strSearchOption4 = '³‹K•\Œ»';
$strSearchResultsFor = 'ŒŸõŒ‹‰Ê "<i>%s</i>" %s:';
$strSearchType = 'ŒŸõðŒ:';
$strSecretRequired = 'Ý’èƒtƒ@ƒCƒ‹‚͍¡‚͔閧ƒpƒXƒtƒŒ[ƒY‚ð•K—v‚Æ‚µ‚Ü‚·(blowfish_secret)B';
$strSelectADb = 'ƒf[ƒ^ƒx[ƒX‚ð‘I‘ð‚µ‚Ä‚­‚¾‚³‚¢B';
$strSelectAll = '‘S‘I‘ð';
$strSelectBinaryLog = '‘I‘ð‚µ‚½ƒoƒCƒiƒŠƒƒO‚ð‰{——‚·‚é';
$strSelectFields = 'ƒtƒB[ƒ‹ƒh‚Ì‘I‘ð(1 ‚ˆȏã):';
$strSelectNumRows = 'Æ‰ï';
$strSelectTables = 'ƒe[ƒuƒ‹‚Ì‘I‘ð';
$strSend = 'ƒtƒ@ƒCƒ‹‚Å•Û‘¶‚·‚é';
$strSent = '‘—MÏ';
$strServerChoice = 'ƒT[ƒo[‚Ì‘I‘ð‚ð‚·‚é';
$strServerNotResponding = 'ƒT[ƒo[‚ª”½‰ž‚µ‚Ü‚¹‚ñB';
$strServerStatus = 'ƒ‰ƒ“ƒ^ƒCƒ€î•ñ';
$strServerStatusDelayedInserts = '’x‰„ƒCƒ“ƒT[ƒg';
$strServerStatusUptime = '‚±‚Ì MySQL ƒT[ƒo[‚Í %s ŠÔ“®ì’†‚ŁA%s ‚É‹N“®‚µ‚Ä‚¢‚Ü‚·B';
$strServerTabProcesslist = 'ƒvƒƒZƒX';
$strServerTabVariables = '•Ï”';
$strServer = 'ƒT[ƒo[';
$strServerTrafficNotes = '<b>ƒT[ƒo[ƒgƒ‰ƒtƒBƒbƒN</b>: ‚±‚̃e[ƒuƒ‹‚Í MySQL ƒT[ƒo[‚ª‹N“®‚µ‚Ä‚©‚ç‚̃lƒbƒgƒ[ƒNƒgƒ‰ƒtƒBƒbƒN‚Ì“Œv‚ð•\Ž¦‚µ‚Ü‚·B';
$strServerVars = 'ƒT[ƒo[•Ï”‚Ɛݒè’l';
$strServerVersion = 'ƒT[ƒo[‚̃o[ƒWƒ‡ƒ“';
$strSessionValue = 'ƒZƒbƒVƒ‡ƒ“’l';
$strSetEnumVal = 'ƒtƒB[ƒ‹ƒhƒ^ƒCƒv‚ªuenumv–”‚́usetv‚̏ꍇ‚Í’l‚É‚±‚̏‘Ž®‚ðŽg‚Á‚Ä“ü—Í‚µ‚Ä‚­‚¾‚³‚¢: \'a\',\'b\',\'c\'...<br />ƒoƒbƒNƒXƒ‰ƒbƒVƒ…u"\"v–”‚̓NƒI[ƒgu"\'"v‚ð“ü—Í‚µ‚½‚¢‚ƁA“ª‚ɃoƒbƒNƒXƒ‰ƒbƒVƒ…‚ð•t‚¯‚ĉº‚³‚¢(—á: u\\\\xyzv‚à‚µ‚­‚́ua\\\'bv)';
$strShowAll = '‚·‚ׂĕ\Ž¦';
$strShowColor = 'F•\Ž¦';
$strShowDatadictAs = 'ƒf[ƒ^Ž«‘Œ`Ž®';
$strShowFullQueries = 'Š®‘S‚ȏƉï‚ð•\Ž¦';
$strShowGrid = 'ƒOƒŠƒbƒh‚Ì•\Ž¦';
$strShowingBookmark = 'ƒuƒbƒNƒ}[ƒN‚ð‰{——’†';
$strShowingRecords = 'ƒŒƒR[ƒh‚ð•\Ž¦‚·‚é';
$strShowOpenTables = 'ŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚ð•\Ž¦‚·‚é';
$strShowPHPInfo = 'PHP î•ñ';
$strShow = '•\Ž¦';
$strShowSlaveHosts = 'ƒXƒŒ[ƒuƒzƒXƒg‚ð•\Ž¦‚·‚é';
$strShowSlaveStatus = 'ƒXƒŒ[ƒu‚̏ó‘Ô‚ð•\Ž¦‚·‚é';
$strShowStatusBinlog_cache_disk_useDescr = 'ƒeƒ“ƒ|ƒ‰ƒŠƒoƒCƒiƒŠƒƒOƒLƒƒƒbƒVƒ…‚ð—˜—p‚µ‚悤‚Æ‚µ‚āAbinlog_cache_size‚Ì’l‚𒴉߂µ‚½‚½‚߁Aƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚̃Xƒe[ƒgƒƒ“ƒg‚ðƒeƒ“ƒ|ƒ‰ƒŠƒtƒ@ƒCƒ‹‚É•Û‘¶‚µ‚½ƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚̐”B';
$strShowStatusBinlog_cache_useDescr = 'ˆêŽžƒoƒCƒiƒŠƒƒOƒLƒƒƒbƒVƒ…‚ðŽg—p‚µ‚½ˆ—‚̐”‚Å‚·B';
$strShowStatusCreated_tmp_disk_tablesDescr = '\•¶ŽÀs’†‚ɃT[ƒo[‚É‚æ‚Á‚ÄŽ©“®“I‚ɃfƒBƒXƒN‚ɍ쐬‚³‚ꂽˆêŽžƒe[ƒuƒ‹‚̐”‚Å‚·BCreated_tmp_disk_tables ‚ª‘å‚«‚¢ê‡AŒ´ˆö‚̈ꎞƒe[ƒuƒ‹‚ðƒfƒBƒXƒNƒx[ƒX‚Ì•Ï‚í‚è‚Ƀƒ‚ƒŠƒx[ƒX‚É‚³‚¹‚é‚悤‚ɁA’l tmp_table_size ‚𑝂₵‚½‚¢‚Å‚µ‚傤B';
$strShowStatusCreated_tmp_filesDescr = 'mysqld ‚͂ǂꂾ‚¯‚̈ꎞ“Iƒtƒ@ƒCƒ‹‚ðì¬‚µ‚½‚©‚Å‚·B';
$strShowStatusCreated_tmp_tablesDescr = 'ƒT[ƒo[‚ō\•¶‚ÌŽÀs‚É‚æ‚Á‚ÄŽ©“®“I‚ɍ쐬‚³‚ꂽƒƒ‚ƒŠ“à‚̈ꎞƒe[ƒuƒ‹‚̐”B';
$strShowStatusDelayed_errorsDescr = 'ŽáŠ±‚̃Gƒ‰[‚ª”­¶‚µ‚½ INSERT DELAYED ‚ª‘‚©‚ꂽs”‚Å‚· (‚¨‚»‚ç‚­ƒL[‚̏d•¡)';
$strShowStatusDelayed_insert_threadsDescr = 'Žg—p’†‚Ì INSERT DELAYED ƒnƒ“ƒhƒ‰[ƒXƒŒƒbƒh‚̐”BINSERT DELAYED ‚ð“K—p‚·‚é‘ŠˆÙ‚È‚éƒe[ƒuƒ‹‚̐”‚¾‚¯ŒÅ—L‚̃XƒŒƒbƒh‚ª—pˆÓ‚³‚ê‚Ü‚·B';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED ‚Å—ñ‘‚«ž‚Ý‚ð‚µ‚½”‚Å‚·B';
$strShowStatusFlush_commandsDescr = 'FLUSH •¶‚ðŽÀs‚µ‚½”‚Å‚·B';
$strShowStatusHandler_commitDescr = 'COMMIT •¶‚Ì“à•””‚Å‚·B';
$strShowStatusHandler_deleteDescr = 'ƒe[ƒuƒ‹‚©‚ç—ñ‚ðíœ‚µ‚½‰ñ”‚Å‚·B';
$strShowStatusHandler_discoverDescr = 'MySQLƒT[ƒo‚ÍNDBƒNƒ‰ƒXƒ^ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“‚É“Á’è‚Ì–¼‘O‚ðŽ‚Âƒe[ƒuƒ‹‚ɂ‚¢‚Ă̏î•ñ‚ðŽ‚Á‚Ä‚¢‚é‚©–â‚¢‡‚킹‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚±‚ê‚ÍŠJŽ¦‚ƌĂ΂ê‚Ä‚¢‚Ü‚·BHandler_discover‚́AŠJŽ¦‚³‚ꂽƒ^ƒCƒ€ƒe[ƒuƒ‹‚̐”‚ðŽ¦‚µ‚Ü‚·B';
$strShowStatusHandler_read_firstDescr = 'ƒCƒ“ƒfƒbƒNƒX‚©‚ç‚Í‚¶‚߂̃Gƒ“ƒgƒŠ‚ð“ǂݍž‚ñ‚¾‰ñ”‚Å‚·B‚±‚ꂪ‚‚¢ê‡A‚»‚ê‚̓T[ƒo[‚ª‘½‚­‚ÌŠ®‘S‚ȃCƒ“ƒfƒbƒNƒX‘–¸‚ðs‚Á‚Ä‚¢‚é‚ÆŽ¦‚µ‚Ü‚·B—Ⴆ‚΁uSELECT col1 FROM foov‚Í col1 ‚̓Cƒ“ƒfƒbƒNƒX‚Ɖ¼’肵‚Ü‚·B';
$strShowStatusHandler_read_keyDescr = 'ƒL[‚ÉŠî‚¢‚čs‚ð“ǂݍž‚ñ‚¾—v‹‚̐”‚Å‚·B‚±‚ꂪ‚‚¢ê‡A‚»‚ê‚Í‚ ‚È‚½‚̏Ɖï‚ƃe[ƒuƒ‹‚ª“KØ‚ɃCƒ“ƒfƒbƒNƒX•t‚¯‚³‚ê‚Ä‚¢‚é‚Æ‚¢‚¤‚æ‚¢•\Ž¦‚Å‚·B';
$strShowStatusHandler_read_nextDescr = 'ƒL[‚̏‡”Ô’Ê‚è‚ɍs‚ð“Ç‚ñ‚Å‚¢‚郊ƒNƒGƒXƒg‚̐”B‚±‚Ì’l‚͔͈͂̐§–ñ‚ð‚‚¯‚ăCƒ“ƒfƒbƒNƒX—ñ‚ðÆ‰ï‚µ‚Ä‚¢‚é‚©AƒCƒ“ƒfƒbƒNƒXƒXƒLƒƒƒ“‚ðs‚Á‚Ä‚¢‚é‚Æ‚«‚É‘‚¦‚Ü‚·B';
$strShowStatusHandler_read_prevDescr = 'ƒL[‚̏‡”Ô’Ê‚è‚ɍs‚ð‘k‚Á‚Ä“Ç‚ñ‚Å‚¢‚郊ƒNƒGƒXƒg‚̐”B‚±‚̓ǂݍž‚Ý‚ÍŽå‚ÉORDER BY ... DESC‚ðÅ“K‰»‚·‚é‚Æ‚«‚É—˜—p‚³‚ê‚Ü‚·B';
$strShowStatusHandler_read_rndDescr = 'ŒÅ’肳‚ꂽˆÊ’u‚ðŠî€‚É—ñ‚ð“Ç‚ñ‚Å‚¢‚郊ƒNƒGƒXƒg‚̐”B‚±‚Ì’l‚ÍŒ‹‰Ê‚ðƒ\[ƒg‚·‚é•K—v‚ª‚ ‚éÆ‰ï‚ð‘å—ʂɍs‚¤‚ƍ‚‚­‚È‚è‚Ü‚·B‚¨‚»‚ç‚­ƒe[ƒuƒ‹‘S‘Ì‚ðƒXƒLƒƒƒ“‚µ‚È‚¯‚ê‚΂Ȃç‚È‚¢Æ‰ï‚ð‘å—ʂɍs‚Á‚Ä‚¢‚é‚©AƒL[‚ð“KØ‚É—˜—p‚µ‚Ä‚¢‚È‚¢join‚ðs‚Á‚Ä‚¢‚é‚à‚Ì‚ÆŽv‚í‚ê‚Ü‚·B';
$strShowStatusHandler_read_rnd_nextDescr = 'ƒf[ƒ^ƒtƒ@ƒCƒ‹’†‚ÌŽŸ‚̍s‚ð“ǂݍž‚Þ—v‹‚̐”‚Å‚·B‚ ‚È‚½‚ª‘½‚­‚̃e[ƒuƒ‹ƒXƒLƒƒƒ“‚ð‚µ‚Ä‚¢‚éê‡A‚±‚ê‚͍‚‚¢‚Å‚·Bˆê”Ê‚É‚±‚ê‚́A‚ ‚È‚½‚̃e[ƒuƒ‹‚ª“KØ‚ɃCƒ“ƒfƒbƒNƒX‚ð•t‚¯‚ç‚ê‚È‚¢‚©AÆ‰ï‚ªƒCƒ“ƒfƒbƒNƒX‚ð—˜—p‚·‚é‚悤‚ɏ‘‚©‚ê‚Ä‚¢‚È‚¢‚±‚Æ‚ðŽ¦´‚µ‚Ü‚·B';
$strShowStatusHandler_rollbackDescr = '“à•” ROLLBACK •¶‚̐”‚Å‚·B';
$strShowStatusHandler_updateDescr = 'ƒe[ƒuƒ‹‚̍s‚̍XV‚ð—v‹‚µ‚½”‚Å‚·B';
$strShowStatusHandler_writeDescr = 'ƒe[ƒuƒ‹‚ɍs‚Ì‘}“ü‚ð—v‹‚µ‚½”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'ƒf[ƒ^‚ðŠÜ‚Þƒy[ƒW‚̐”‚Å‚· (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Œ»Ý‚̉˜‚¢ƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'ƒtƒ‰ƒbƒVƒ…‚³‚ê‚邱‚Æ‚ð—v‹‚µ‚½ƒoƒbƒtƒ@ƒv[ƒ‹ƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = '‹ó‚«ƒy[ƒW”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBƒoƒbƒtƒ@ƒv[ƒ‹‚щƒbƒ`‚³‚ê‚Ä‚¢‚éƒy[ƒW”B‚±‚ê‚ÍŒ»Ý“ǂݍž‚ñ‚Å‚¢‚éA‚ ‚é‚¢‚͏‘‚«ž‚ñ‚Å‚¢‚éƒy[ƒWA‚ ‚é‚¢‚Í‘¼‚̉½‚ç‚©‚Ì——R‚Ńtƒ‰ƒbƒVƒ…‚µ‚½‚èíœ‚µ‚½‚è‚Å‚«‚È‚­‚È‚Á‚Ä‚¢‚éƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'sƒƒbƒN‚âƒAƒ_ƒvƒeƒBƒuƒnƒbƒVƒ…ƒCƒ“ƒfƒbƒNƒX‚Æ‚¢‚Á‚½ŠÇ—ƒI[ƒoƒwƒbƒh‚Ì‚¹‚¢‚ŃrƒW[‚É‚È‚Á‚Ä‚¢‚éƒy[ƒW”B‚±‚Ì’l‚ÍInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data‚Æ‚¢‚¤Ž®‚Å‚àŒvŽZ‚Å‚«‚Ü‚·B';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'ƒy[ƒW‚̃oƒbƒtƒ@ƒv[ƒ‹‚̃TƒCƒY‚̍‡Œv‚Å‚·B';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDB‚ªŠJŽn‚µ‚½uƒ‰ƒ“ƒ_ƒ€v“ǂݍž‚݂̉ñ”B‚±‚ê‚͏Ɖƒe[ƒuƒ‹‚Ì‘å•”•ª‚ðƒ‰ƒ“ƒ_ƒ€‚ȏ‡”ԂŃXƒLƒƒƒ“‚·‚é‚Æ‚«‚É”­¶‚µ‚Ü‚·B';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDB‚ªŠJŽn‚µ‚½ƒV[ƒPƒ“ƒVƒƒƒ‹“ǂݍž‚݂̉ñ”B‚±‚ê‚ÍInnoDB‚ªƒV[ƒPƒ“ƒVƒƒƒ‹‚ȃtƒ‹ƒe[ƒuƒ‹ƒXƒLƒƒƒ“‚ðs‚¤‚Æ‚«‚É”­¶‚µ‚Ü‚·B';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB ‚ªs‚Á‚½˜_—“I‚ȓǂݍž‚Ý—v‹‚̐”‚Å‚·B';
$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB‚ªƒoƒbƒtƒ@ƒv[ƒ‹‚Ì“à—e‚ð—˜—p‚Å‚«‚¸AƒVƒ“ƒOƒ‹ƒy[ƒW“ǂݍž‚Ý‚ðs‚í‚È‚¯‚ê‚΂Ȃç‚È‚©‚Á‚½˜_—“ǂݍž‚݂̉ñ”B';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = '’ʏíInnoDBƒoƒbƒtƒ@ƒv[ƒ‹‚ւ̏‘‚«ž‚݂̓oƒbƒNƒOƒ‰ƒEƒ“ƒh‚ōs‚í‚ê‚Ü‚·‚ªAƒy[ƒW‚̓ǂݍž‚Ý‚È‚¢‚µì¬‚ðs‚¤•K—v‚ª‚ ‚é‚̂ɃNƒŠ[ƒ“‚ȃy[ƒW‚ª“¾‚ç‚ê‚È‚¢ê‡‚́A‚Ü‚¸‚»‚̃y[ƒW‚ªƒtƒ‰ƒbƒVƒ…‚³‚ê‚é‚Ì‚ð‘҂•K—v‚ª‚ ‚è‚Ü‚·B‚±‚̃JƒEƒ“ƒ^‚́A‚»‚̃EƒFƒCƒg‚̉ñ”‚ðƒJƒEƒ“ƒg‚·‚é‚à‚Ì‚Å‚·Bƒoƒbƒtƒ@ƒv[ƒ‹‚Ì’l‚ª“KØ‚ɐݒ肳‚ê‚Ä‚¢‚ê‚΁A‚±‚Ì’l‚͏¬‚³‚¢‚Í‚¸‚Å‚·B';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB ƒoƒbƒtƒ@[ƒv[ƒ‹‚ւ̏‘‚«ž‚Ý‚ð‚µ‚½”‚Å‚·B';
$strShowStatusInnodb_data_fsyncsDescr = '‚±‚±‚Ü‚Å‚Ì fsync() ‘€ì”‚Å‚·B';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Œ»Ý‚Ì fsync() ‘€ì•Û—¯‚̐”‚Å‚·B';
$strShowStatusInnodb_data_pending_readsDescr = 'Œ»Ý‚̓ǂݍž‚Ý•Û—¯‚̐”‚Å‚·B';
$strShowStatusInnodb_data_pending_writesDescr = 'Œ»Ý‚̏‘‚«ž‚Ý•Û—¯‚̐”‚Å‚·B';
$strShowStatusInnodb_data_readDescr = '‚±‚±‚܂ł̃f[ƒ^‚̓ǂݍž‚Ý—Ê‚Å‚·(’PˆÊ:ƒoƒCƒg)';
$strShowStatusInnodb_data_readsDescr = '‘“ǂݍž‚݃f[ƒ^‚̐”‚Å‚·B';
$strShowStatusInnodb_data_writesDescr = '‘‘‚«ž‚݃f[ƒ^‚̐”‚Å‚·B';
$strShowStatusInnodb_data_writtenDescr = '‚±‚±‚܂ł̃f[ƒ^‚̏‘‚«ž‚Ý—Ê‚Å‚·(’PˆÊ:ƒoƒCƒg)';
$strShowStatusInnodb_dblwr_pages_writtenDescr = '“ñd‘‚«ž‚Ý‚ªŽÀs‚³‚ꂽ‰ñ”‚ƁA“ñd‘‚«ž‚Ý‚ª”­¶‚µ‚½ƒy[ƒW”B';
$strShowStatusInnodb_dblwr_writesDescr = '“ñd‘‚«ž‚Ý‚ªŽÀs‚³‚ꂽ‰ñ”‚ƁA“ñd‘‚«ž‚Ý‚ª”­¶‚µ‚½ƒy[ƒW”B';
$strShowStatusInnodb_log_waitsDescr = 'ƒƒOƒoƒbƒtƒ@‚ª¬‚³‚·‚¬‚邹‚¢‚ōì‹Æ‚𑱍s‚·‚é‘O‚Ƀtƒ‰ƒbƒVƒ…‚µ‚È‚¯‚ê‚΂Ȃç‚È‚­‚È‚Á‚½‚½‚ß‚É”­¶‚µ‚½ƒEƒFƒCƒg‚̉ñ”B';
$strShowStatusInnodb_log_write_requestsDescr = '—v‹‚³‚ꂽƒƒO‘‚«ž‚݂̐”‚Å‚·B';
$strShowStatusInnodb_log_writesDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚Ö‚Ì•¨—“I‚ȏ‘ž‚݂̐”‚Å‚·B';
$strShowStatusInnodb_os_log_fsyncsDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚Ì fsync ‘‚«ž‚Ý‚ð‚µ‚½”‚Å‚·B';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'fsync ‘Ò‚¿‚̃ƒOƒtƒ@ƒCƒ‹”‚Å‚·B';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚̏‘‚«ž‚Ý‚Ì•Û—¯‚Å‚·B';
$strShowStatusInnodb_os_log_writtenDescr = 'ƒƒOƒtƒ@ƒCƒ‹‚ɏ‘‚«ž‚Ý‚µ‚½ƒoƒCƒg”‚Å‚·B';
$strShowStatusInnodb_pages_createdDescr = 'ì¬‚³‚ꂽƒy[ƒW‚̐”‚Å‚·B';
$strShowStatusInnodb_page_sizeDescr = 'ƒRƒ“ƒpƒCƒ‹Žž‚̃y[ƒWƒTƒCƒY(ƒfƒtƒHƒ‹ƒg 16KB)‚Å‚·B‘½‚­‚Ì’l‚ªƒy[ƒW‚ŃJƒEƒ“ƒg‚³‚ê‚Ü‚·; ƒy[ƒWƒTƒCƒY‚́A‚»‚ê‚炪—eˆÕ‚ɃoƒCƒg‚É•ÏŠ·‚³‚ê‚邱‚Æ‚ð‹–‰Â‚µ‚Ü‚·B';
$strShowStatusInnodb_pages_readDescr = '“ǂݍž‚Ý‚µ‚½ƒy[ƒW”‚Å‚·B';
$strShowStatusInnodb_pages_writtenDescr = '‘‚«ž‚Ý‚µ‚½ƒy[ƒW”‚Å‚·B';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Œ»Ý‘Ò‚½‚ê‚Ä‚¢‚é—ñƒƒbƒN‚̐”‚Å‚·B';
$strShowStatusInnodb_row_lock_time_avgDescr = '—ñƒƒbƒN‚ðŠl“¾‚·‚镽‹ÏŽžŠÔ‚Å‚·(’PˆÊ:ƒ~ƒŠ•b)';
$strShowStatusInnodb_row_lock_timeDescr = '—ñ‚ÌŠl“¾‚ÉŽg‚í‚ꂽ‡ŒvŽž‚Å‚·(’PˆÊ:ƒ~ƒŠ•b)';
$strShowStatusInnodb_row_lock_time_maxDescr = '—ñƒƒbƒN‚ðŠl“¾‚·‚éÅ‘厞ŠÔ‚Å‚·(’PˆÊ:ƒ~ƒŠ•b)';
$strShowStatusInnodb_row_lock_waitsDescr = 'sƒƒbƒN‚Å‘Ò‚½‚È‚¯‚ê‚΂Ȃç‚È‚©‚Á‚½‰ñ”‚Å‚·B';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB ƒe[ƒuƒ‹‚©‚çíœ‚µ‚½—ñ”‚Å‚·B';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB ƒe[ƒuƒ‹‚É‘}“ü‚µ‚½—ñ”‚Å‚·B';
$strShowStatusInnodb_rows_readDescr = 'InnoDB ƒe[ƒuƒ‹‚©‚ç“ǂݍž‚ñ‚¾—ñ”‚Å‚·B';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB ƒe[ƒuƒ‹‚ōXV‚³‚ꂽ—ñ”‚Å‚·B';
$strShowStatusKey_blocks_not_flushedDescr = '•ÏX‚³‚ꂪA‚Ü‚¾ƒfƒBƒXƒN‚Ƀtƒ‰ƒbƒVƒ…‚³‚ê‚Ä‚¢‚È‚¢AƒL[ƒLƒƒƒbƒVƒ…‚̃L[ƒuƒƒbƒN‚̐”‚Å‚·B‚»‚ê‚Í‚©‚Â‚Ä‚Í Not_flushed_key_blocks ‚Æ‚µ‚Ä’m‚ç‚ê‚Ü‚µ‚½B';
$strShowStatusKey_blocks_unusedDescr = 'ƒL[ƒLƒƒƒbƒVƒ…‚Ì–¢Žg—pƒuƒƒbƒN‚̐”‚Å‚·B‚ǂꂾ‚¯Žg—p‚µ‚Ä‚¢‚é‚©Œˆ’è‚·‚邽‚ß‚É‚±‚Ì’l‚ðŽg—p‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B';
$strShowStatusKey_blocks_usedDescr = 'ƒL[ƒLƒƒƒbƒVƒ…‚̃uƒƒbƒN‚ÌŽg—p”‚Å‚·B‚±‚Ì’l‚́A¡‚Ü‚Å“¯Žž‚ÉŽg—p‚³‚ꂽƒuƒƒbƒN‚̍ő吔‚ðŽw‚·Å‚…€‚Å‚·B';
$strShowStatusKey_read_requestsDescr = 'ƒLƒƒƒbƒVƒ…‚©‚çƒL[ƒuƒƒbƒN‚ð“ǂݍž‚ñ‚¾ƒŠƒNƒGƒXƒg”‚Å‚·B';
$strShowStatusKey_readsDescr = 'ƒfƒBƒXƒN‚©‚ç‚̃L[ƒuƒƒbƒN‚Ì•¨—“I“ǂݍž‚ݐ”‚Å‚·BKey_reads ‚ª‘å‚«‚¢ê‡A’l key_buffer_size ‚ª‹°‚ç‚­¬‚³‚·‚¬‚Ü‚·BƒLƒƒƒbƒVƒ…ƒ~ƒX—¦‚Í Key_reads/Key_read_requests ‚Æ‚µ‚ÄŒvŽZ‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B';
$strShowStatusKey_write_requestsDescr = 'ƒLƒƒƒbƒVƒ…‚ւ̃L[ƒuƒƒbƒN‚̏‘‚«ž‚ñ‚¾ƒŠƒNƒGƒXƒg”‚Å‚·B';
$strShowStatusKey_writesDescr = 'ƒfƒBƒXƒN‚ւ̃L[ƒuƒƒbƒN‚Ì•¨—“I‚ȏ‘‚«ž‚ݐ”‚Å‚·B';
$strShowStatusLast_query_costDescr = 'Æ‰ïƒIƒvƒeƒBƒ}ƒCƒU[‚É‚æ‚Á‚ÄŒvŽZ‚³‚ꂽAÅŒã‚ɃRƒ“ƒpƒCƒ‹‚³‚ꂽÆ‰ï‚Ì‘SƒRƒXƒg‚Å‚·B“¯‚¶Æ‰ï‚̈قȂéÆ‰ïƒvƒ‰ƒ“‚̃RƒXƒg‚ð”äŠr‚·‚é‚̂ɖ𗧂¿‚Ü‚·BƒfƒtƒHƒ‹ƒg’l 0 ‚́AÆ‰ï‚ª‚Ü‚¾ƒRƒ“ƒpƒCƒ‹‚³‚ê‚Ä‚¢‚È‚¢‚±‚Æ‚ðˆÓ–¡‚µ‚Ü‚·B';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Æ‰ï INSERT DELAY ‚̏‘‚«ž‚Ý‘Ò‚¿‚̍s”‚Å‚·B';
$strShowStatusOpened_tablesDescr = 'ŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚̐”‚Å‚·BŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚ª‘½‚¢ê‡A‹°‚ç‚­ƒe[ƒuƒ‹ƒLƒƒƒbƒVƒ…‚Ì’l‚ª¬‚³‚·‚¬‚Ü‚·B';
$strShowStatusOpen_filesDescr = 'ŠJ‚¢‚Ä‚¢‚éƒtƒ@ƒCƒ‹‚̐”‚Å‚·B';
$strShowStatusOpen_streamsDescr = 'ŠJ‚¢‚Ä‚¢‚éƒXƒgƒŠ[ƒ€‚̐”‚Å‚· (Žå‚Æ‚µ‚ăƒO‚Ì‹L˜^‚ÉŽg—p‚³‚ê‚Ü‚·)';
$strShowStatusOpen_tablesDescr = 'ŠJ‚¢‚Ä‚¢‚éƒe[ƒuƒ‹‚̐”‚Å‚·B';
$strShowStatusQcache_free_blocksDescr = 'Æ‰ïƒLƒƒƒbƒVƒ…“à‚̋󂫃ƒ‚ƒŠƒuƒƒbƒN‚̐”‚Å‚·B';
$strShowStatusQcache_free_memoryDescr = 'Æ‰ïƒLƒƒƒbƒVƒ…‚̋󂫃ƒ‚ƒŠ—Ê‚Å‚·B';
$strShowStatusQcache_hitsDescr = 'ƒLƒƒƒbƒVƒ…‚̃qƒbƒg”‚Å‚·B';
$strShowStatusQcache_insertsDescr = 'ƒLƒƒƒbƒVƒ…‚ɒljÁ‚³‚ꂽÆ‰ï”‚Å‚·B';
$strShowStatusQcache_lowmem_prunesDescr = 'V‚µ‚¢Æ‰ï‚ðƒLƒƒƒbƒVƒ…‚·‚邽‚߂Ƀƒ‚ƒŠ‚ð‰ð•ú‚·‚é‚ׂ­AƒLƒƒƒbƒVƒ…‚©‚çíœ‚³‚ꂽÆ‰ï‚̐”B‚±‚̏î•ñ‚͏ƉïƒLƒƒƒbƒVƒ…‚̃TƒCƒY‚𒲐®‚·‚é‚Æ‚«‚É•Ö—˜‚Å‚·BÆ‰ïƒLƒƒƒbƒVƒ…‚ªƒLƒƒƒbƒVƒ…‚©‚çíœ‚·‚éÆ‰ï‚ðŒˆ’è‚·‚éÛ‚ɂ́AÅŒã‚ÉŽg‚í‚ꂽŽž‚ªÅ‚àŒÃ‚¢‚à‚Ì‚©‚çíœ‚·‚éí—ª‚ð‚Æ‚è‚Ü‚·B';
$strShowStatusQcache_not_cachedDescr = 'ƒLƒƒƒbƒVƒ…‚³‚ê‚È‚¢Æ‰ï‚̐”‚Å‚· (ƒLƒƒƒbƒVƒ…‚Å‚«‚È‚¢‚© query_cache_type ‚É‚æ‚éƒLƒƒƒbƒVƒ…‚µ‚È‚¢Ý’è)';
$strShowStatusQcache_queries_in_cacheDescr = 'ƒLƒƒƒbƒVƒ…‚Ì’†‚Å“o˜^‚³‚ꂽÆ‰ï‚̐”‚Å‚·B';
$strShowStatusQcache_total_blocksDescr = 'Æ‰ïƒLƒƒƒbƒVƒ…‚Ì‘ƒuƒƒbƒN”‚Å‚·B';
$strShowStatusReset = 'ƒŠƒZƒbƒg';
$strShowStatusRpl_statusDescr = 'ƒtƒFƒCƒ‹ƒZ[ƒtƒŒƒvƒŠƒP[ƒVƒ‡ƒ“‚̏ó‘Ô‚Å‚· (ŽÀ‘•‚³‚ê‚Ä‚¢‚Ü‚¹‚ñ)';
$strShowStatusSelect_full_joinDescr = 'ƒCƒ“ƒfƒbƒNƒX‚ð—p‚¢‚È‚¢Œ‹‡‚̐”‚Å‚·B‚±‚Ì’l‚ª 0 ‚Å‚È‚¢ê‡A’ˆÓ[‚­ƒe[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚ðŠm”F‚·‚é‚ׂ«‚Å‚·B';
$strShowStatusSelect_full_range_joinDescr = 'ŠÖ˜Aƒe[ƒuƒ‹‚Ŕ͈͌Ÿõ‚ðŽg—p‚µ‚½Œ‹‡‚̐”‚Å‚·B';
$strShowStatusSelect_range_checkDescr = 'ƒL[‚È‚µ‚Åjoin‚µ‚½‰ñ”B‚±‚ê‚ÍŠes‚ɂ‚¢‚ăL[‚ÌŽg—p•p“x‚ðƒ`ƒFƒbƒN‚·‚é‚à‚Ì‚Å‚·i‚±‚ꂪ0ˆÈŠO‚̏ꍇ‚̓e[ƒuƒ‹‚̃Cƒ“ƒfƒbƒNƒX‚ð‚æ‚­ƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢jB';
$strShowStatusSelect_rangeDescr = 'Å‰‚̃e[ƒuƒ‹‚Ŕ͈͂ðŽg—p‚µ‚½Œ‹‡‚̐”‚Å‚· (‚±‚ꂪ‘å‚«‚­‚Ä‚à’ʏí‚͊댯‚Å‚Í‚ ‚è‚Ü‚¹‚ñ)';
$strShowStatusSelect_scanDescr = 'Å‰‚̃e[ƒuƒ‹‚ÌŠ®‘S‚ȃXƒLƒƒƒ“‚ðs‚Á‚½Œ‹‡‚̐”‚Å‚·B';
$strShowStatusSlave_open_temp_tablesDescr = 'ƒXƒŒ[ƒu SQL ƒXƒŒƒbƒh‚É‚æ‚Á‚ÄŒ»ÝŠJ‚¢‚Ä‚¢‚éˆêŽž“Iƒe[ƒuƒ‹‚̐”‚Å‚·B';
$strShowStatusSlave_retried_transactionsDescr = 'ƒŒƒvƒŠƒP[ƒVƒ‡ƒ“‚̃XƒŒ[ƒu SQL ƒXƒŒƒbƒh‚ªƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“‚ðÄŽŽs‚µ‚½‰ñ”‚Ì(‹N“®‚©‚ç‚Ì)‡Œv”B';
$strShowStatusSlave_runningDescr = '‚±‚̃T[ƒo[‚ªƒ}ƒXƒ^[‚ɐڑ±‚³‚ê‚éƒXƒŒ[ƒu‚Å‚ ‚éê‡A‚±‚ê‚Í ON ‚Å‚·B';
$strShowStatusSlow_launch_threadsDescr = 'slow_launch_time ‚Ì•b”‚æ‚莞ŠÔ‚ª‚©‚©‚Á‚č쐬‚³‚ꂽƒXƒŒƒbƒh‚̐”‚Å‚·B';
$strShowStatusSlow_queriesDescr = 'long_query_time ‚Ì•b”‚ð‰z‚¦‚½Æ‰ï‚̐”‚Å‚·B';
$strShowStatusSort_merge_passesDescr = 'ƒ\[ƒgƒAƒ‹ƒSƒŠƒYƒ€‚ªŽÀs‚µ‚È‚¯‚ê‚΂Ȃç‚È‚©‚Á‚½ƒ}[ƒW‚̉ñ”B‚±‚Ì’l‚ª‚‚¢ê‡‚́Asort_buffer_sizeƒVƒXƒeƒ€•Ï”‚Ì’l‚𑝂₷‚±‚Æ‚ðŒŸ“¢‚µ‚Ä‚­‚¾‚³‚¢B';
$strShowStatusSort_rangeDescr = '‚»‚͈͓̔à‚Ń\[ƒg‚ªs‚í‚ꂽ‰ñ”B';
$strShowStatusSort_rowsDescr = 'ƒ\[ƒgÏ‚̍s”‚Å‚·B';
$strShowStatusSort_scanDescr = 'ƒe[ƒuƒ‹‚Ì‘–¸‚É‚æ‚ès‚í‚ꂽƒ\[ƒg”‚Å‚·B';
$strShowStatusTable_locks_immediateDescr = 'ƒe[ƒuƒ‹ƒƒbƒN‚ª‚·‚®‚Ɏ擾‚³‚ꂽ‰ñ”‚Å‚·B';
$strShowStatusTable_locks_waitedDescr = 'ƒe[ƒuƒ‹ƒƒbƒN‚ª‚·‚®‚Ɏ擾‚Å‚«‚È‚©‚Á‚½‚½‚߂ɃEƒFƒCƒg‚ª”­¶‚µ‚½‰ñ”B‚±‚Ì’l‚ª‚‚­AƒpƒtƒH[ƒ}ƒ“ƒX‚É–â‘肪¶‚¶‚Ä‚¢‚éê‡‚́A‚Ü‚¸Æ‰ï‚ðÅ“K‰»‚µ‚Ä‚­‚¾‚³‚¢B‚»‚ê‚Å‚à‚¾‚ß‚È‚çAƒe[ƒuƒ‹‚𕪊„‚·‚é‚©AƒŒƒvƒŠƒP[ƒVƒ‡ƒ“‚ð—˜—p‚µ‚Ä‚­‚¾‚³‚¢B';
$strShowStatusThreads_cachedDescr = 'ƒXƒŒƒbƒhƒLƒƒƒbƒVƒ…’†‚̃XƒŒƒbƒh”‚Å‚·BƒLƒƒƒbƒVƒ…ƒqƒbƒg—¦‚Í Threads_created/Connections ‚Æ‚µ‚ÄŒvŽZ‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚·B‚±‚Ì’l‚ªÔ‚¢ê‡Athread_cache_size ‚ðã‚°‚é‚ׂ«‚Å‚·B';
$strShowStatusThreads_connectedDescr = 'Œ»ÝÚ‘±’†‚̐”‚Å‚·B';
$strShowStatusThreads_createdDescr = 'Ú‘±‚ðˆµ‚¤‚½‚߂ɍ쐬‚³‚ꂽƒXƒŒƒbƒh‚̐”‚Å‚·BThreads_created ‚ª‘å‚«‚¢ê‡A’l thread_cache_size ‚𑝉Á‚³‚¹‚½‚¢‚ÆŽv‚¤‚©‚à‚µ‚ê‚Ü‚¹‚ñB(’ʏí‚æ‚¢ƒXƒŒƒbƒhŽÀ‘•‚ð‚µ‚Ä‚¢‚éê‡A‚±‚ê‚ÍŒ°’˜‚ȃpƒtƒH[ƒ}ƒ“ƒXŒüã‚ð—^‚¦‚Ü‚¹‚ñ)';
$strShowStatusThreads_runningDescr = 'ƒXƒŠ[ƒv‚µ‚Ä‚¢‚È‚¢ƒXƒŒƒbƒh‚̐”‚Å‚·B';
$strShowTableDimension = 'ƒe[ƒuƒ‹‚Ì‘å‚«‚³‚ð•\Ž¦‚·‚é';
$strShowTables = 'ƒe[ƒuƒ‹‚Ì•\Ž¦‚·‚é';
$strShowThisQuery = ' ŽÀs‚µ‚½Æ‰ï‚ð‚±‚±‚É•\Ž¦‚·‚é';
$strSimplifiedChinese = 'ŠÈ‘ÌŽš’†‘Œê';
$strSingly = '(1 ‰ñ)';
$strSize = 'ƒTƒCƒY';
$strSkipQueries = 'ŠJŽn‚©‚çƒXƒLƒbƒv‚·‚郌ƒR[ƒh(Æ‰ï)‚̐”';
$strSlovak = 'ƒXƒƒoƒLƒAŒê';
$strSlovenian = 'ƒXƒƒxƒjƒAŒê';
$strSocketProblem = '(‚Ü‚½‚́Aƒ[ƒJƒ‹‚Ì MySQL ƒT[ƒo[‚̃\ƒPƒbƒg‚͐³Šm‚ɐݒ肳‚ê‚Ü‚¹‚ñ)';
$strSortByKey = 'ƒL[‚Ń\[ƒg';
$strSort = 'ƒ\[ƒg';
$strSorting = 'ƒ\[ƒg';
$strSpaceUsage = 'ƒfƒBƒXƒNŽg—p—Ê';
$strSpanish = 'ƒXƒyƒCƒ“Œê';
$strSplitWordsWithSpace = 'Še’PŒê‚̓Xƒy[ƒX•¶Žš(" ")‚Å‹æØ‚Á‚ĉº‚³‚¢B';
$strSQLExportCompatibility = 'SQL ŒÝŠ·ƒGƒNƒXƒ|[ƒg';
$strSQLExportType = 'ƒGƒNƒXƒ|[ƒgŒ`Ž®';
$strSQLImportOptions = 'SQL ƒIƒvƒVƒ‡ƒ“';
$strSQLOptions = 'SQL ƒIƒvƒVƒ‡ƒ“';
$strSQLParserBugMessage = '‚ ‚È‚½‚Í SQL ƒp[ƒT[‚̃oƒO‚ðŒ©‚¯‚ç‚ê‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB‚ ‚È‚½‚Ì–â‚¢‡‚킹‚ð”O“ü‚è‚ÉŠm‚©‚߂āAˆø—p•„‚ª³‚µ‚­ƒ~ƒXƒ}ƒbƒ`‚ª‚È‚¢‚©ƒ`ƒFƒbƒN‚µ‚Ü‚µ‚傤B‚»‚Ì‘¼‚ÌŽ¸”s‚ɂ̓eƒLƒXƒgƒGƒŠƒA‚ňø—p‚µ‚½ŠO‘¤‚ɃoƒCƒiƒŠ[ƒR[ƒh‚ª•t‚¢‚ătƒ@ƒCƒ‹‚ªƒAƒbƒvƒ[ƒh‚³‚ê‚Ä‚µ‚Ü‚Á‚½‚悤‚ÈŒ´ˆö‚ªl‚¦‚ç‚ê‚Ü‚·B‚Ü‚½A‚ ‚È‚½‚Ì–â‚¢‡‚킹‚ð MySQL ‚̃Rƒ}ƒ“ƒhƒ‰ƒCƒ“‚ðŽg‚Á‚ÄŽŽ‚·‚±‚Æ‚à‚Å‚«‚Ü‚·BMySQL ƒT[ƒo[‚͈ȉº‚̂悤‚ɃGƒ‰[‚ðo‚µ‚Ü‚·B‚»‚±‚É‚Í–â‘è‚ð‰ðŒˆ‚·‚éŽè•‚¯‚ª‚ ‚é‚Å‚µ‚傤BƒRƒ}ƒ“ƒhƒ‰ƒCƒ“‚ł͐¬Œ÷‚µ‚Ä‚àA‚Ü‚¾–â‘肪‚ ‚éê‡Aƒp[ƒT[‚ªŽ¸”s‚·‚éê‡‚ɂ́A–â‘è‚Ì‚ ‚é SQL –â‚¢‡‚킹‚ð‚ЂƂ‚̕¶‚ÉŒ¸‚炵‚Ă݂ĉº‚³‚¢B‚»‚µ‚Ĉȉº‚̃ZƒNƒVƒ‡ƒ“‚Ńf[ƒ^‚ðØ‚èŽæ‚Á‚ăoƒO•ñ‚ð‘—‚Á‚ĉº‚³‚¢:';
$strSQLParserUserError = 'SQL ‚ɃGƒ‰[‚ª‚ ‚è‚Ü‚·BMySQL ƒT[ƒo[‚͈ȉº‚̂悤‚ɃGƒ‰[‚ðo—Í‚µ‚Ü‚µ‚½B‚»‚±‚É‚Í–â‘è‚ð‰ðŒˆ‚·‚éŽè•‚¯‚ª‚ ‚é‚Å‚µ‚傤B';
$strSQLQuery = 'ŽÀs‚µ‚½ SQL';
$strSQLResult = 'SQL ‚ÌŒ‹‰Ê';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = '”FØ‚ª–³Œø‚Å‚·B';
$strSQPBugUnclosedQuote = 'ˆø—p•„‚ª•Â‚¶‚Ä‚¢‚Ü‚¹‚ñB';
$strSQPBugUnknownPunctuation = '–³Œø‚È‹å“Ç“_•¶Žš‚Å‚·B';
$strStatCheckTime = 'ÅIŒŸ¸';
$strStatCreateTime = 'ì¬“úŽž';
$strStatement = 'ƒXƒe[ƒgƒƒ“ƒg';
$strStatisticsOverrun = 'ƒrƒW[‚ȃT[ƒo[‚ł́AƒoƒCƒgƒJƒEƒ“ƒ^[‚ª’´‰ß‚·‚é‚©‚à‚µ‚ê‚Ü‚¹‚ñB]‚Á‚āAMySQL ƒT[ƒo[‚ª•ñ‚·‚é‚»‚ê‚ç‚Ì“Œv‚͐³‚µ‚­‚È‚¢‚©‚à‚µ‚ê‚Ü‚¹‚ñB';
$strStatUpdateTime = 'ÅIXV';
$strStatus = 'ó‘Ô';
$strStorageEngines = 'ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“';
$strStorageEngine = 'ƒXƒgƒŒ[ƒWƒGƒ“ƒWƒ“';
$strStrucCSV = 'CSV ƒf[ƒ^';
$strStrucData = '\‘¢‚ƃf[ƒ^';
$strStrucDrop = 'uDROP TABLEv‚ð’ljÁ‚·‚é';
$strStrucExcelCSV = 'MS Excel —p CSV ƒf[ƒ^';
$strStrucNativeExcel = '–{—ˆ‚Ì MS Excel ƒf[ƒ^';
$strStrucOnly = '\‘¢‚Ì‚Ý';
$strStructPropose = 'ƒe[ƒuƒ‹\‘¢‚ðŠm”F‚·‚é';
$strStructure = '\‘¢';
$strSubmit = 'ŽÀs‚·‚é';
$strSuccess = 'SQL ‚ª³í‚ÉŽÀs‚³‚ê‚Ü‚µ‚½';
$strSum = '‡Œv';
$strSwedish = 'ƒXƒEƒF[ƒfƒ“Œê';
$strSwitchToDatabase = 'ƒRƒs[‚µ‚½ƒf[ƒ^ƒx[ƒX‚ɐ؂è‘Ö‚¦‚é';
$strSwitchToTable = 'ƒRƒs[‚µ‚½ƒe[ƒuƒ‹‚ɐ؂è‘Ö‚¦‚é';
 
$strTableAlreadyExists = 'ƒe[ƒuƒ‹ %s ‚ÍŠù‚É‘¶Ý‚µ‚Ü‚·!';
$strTableComments = 'ƒe[ƒuƒ‹‚Ìà–¾';
$strTableEmpty = 'ƒe[ƒuƒ‹–¼‚Í‹ó‚Å‚·B';
$strTable = 'ƒe[ƒuƒ‹ ';
$strTableHasBeenDropped = 'ƒe[ƒuƒ‹ %s ‚ðíœ‚µ‚Ü‚µ‚½B';
$strTableHasBeenEmptied = 'ƒe[ƒuƒ‹ %s ‚ð‹ó‚É‚µ‚Ü‚µ‚½B';
$strTableHasBeenFlushed = 'ƒe[ƒuƒ‹ %s ‚̃LƒƒƒbƒVƒ…‚ð‹ó‚É‚µ‚Ü‚µ‚½B';
$strTableMaintenance = 'ƒe[ƒuƒ‹ŠÇ—';
$strTableOfContents = 'ƒe[ƒuƒ‹‚Ì“à—e';
$strTableOptions = 'ƒe[ƒuƒ‹ƒIƒvƒVƒ‡ƒ“';
$strTables = '%sƒe[ƒuƒ‹';
$strTableStructure = 'ƒe[ƒuƒ‹‚̍\‘¢';
$strTableType = 'ƒe[ƒuƒ‹‚̃^ƒCƒv';
$strTakeIt = '‚»‚ê‚É‚µ‚Ü‚·';
$strTblPrivileges = 'ƒe[ƒuƒ‹“Á’è “ÁŒ ';
$strTempData = 'ˆêŽžƒf[ƒ^';
$strTextAreaLength = ' ’·‚³‚̏Šˆ×‚Å‚±‚̃tƒB[ƒ‹ƒh‚ð<br /> C³‚Å‚«‚È‚¢‰Â”\«‚ª‚ ‚è‚Ü‚·B';
$strThai = 'ƒ^ƒCŒê';
$strThemeDefaultNotFound = 'ƒfƒtƒHƒ‹ƒgƒe[ƒ}u%sv‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strTheme = 'ƒe[ƒ} / ƒXƒ^ƒCƒ‹';
$strThemeNoPreviewAvailable = 'ƒvƒŒƒrƒ…[‚Í—˜—p‚Å‚«‚Ü‚¹‚ñB';
$strThemeNotFound = 'ƒe[ƒ}u%sv‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strThemeNoValidImgPath = 'ƒe[ƒ}u%sv‚Ő³‚µ‚¢‰æ‘œƒpƒX‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strThemePathNotFound = 'ƒe[ƒ}u%sv‚̃e[ƒ}ƒpƒX‚ªŒ©‚‚©‚è‚Ü‚¹‚ñ!';
$strThisHost = '‚±‚̃zƒXƒg';
$strThisNotDirectory = '‚±‚ê‚̓fƒBƒŒƒNƒgƒŠ‚Å‚Í‚ ‚è‚Ü‚¹‚ñ';
$strThreadSuccessfullyKilled = 'ƒXƒŒƒbƒh %s ‚͏I—¹‚µ‚Ü‚µ‚½B';
$strThreads = 'ƒXƒŒƒbƒh';
$strTime = 'ŽžŠÔ';
$strTimeoutInfo = 'ˆÈ‘O‚ɃCƒ“ƒ|[ƒg‚Ń^ƒCƒ€ƒAƒEƒg‚µ‚Ä‚¢‚Ü‚·BÄ‘—MŒãAˆÊ’u %d ‚æ‚èŒp‘±‚·‚é‚Å‚µ‚傤B';
$strTimeoutNothingParsed = '‚µ‚©‚µAÅŒã‚ÌŽÀs‚ł̃f[ƒ^‚͉ðÍ‚³‚ê‚Ä‚¢‚Ü‚¹‚ñB‚±‚ê‚́A’ʏí php ‚ÌŽžŠÔ§ŒÀ‚𑝂₳‚È‚¯‚ê‚Î phpMyAdmin ‚ª‚±‚̃Cƒ“ƒ|[ƒg‚ðI—¹‚·‚邱‚Æ‚ª‚Å‚«‚È‚Æ‚¢‚¤‚±‚Æ‚ðˆÓ–¡‚µ‚Ü‚·B';
$strTimeoutPassed = 'ƒXƒNƒŠƒvƒg‚ªƒ^ƒCƒ€ƒAƒEƒg‚ð‰ß‚¬‚Ü‚µ‚½BƒCƒ“ƒ|[ƒg‚ðI‚í‚点‚½‚¢ê‡A“¯‚¶ƒtƒ@ƒCƒ‹‚ðÄ‘—M‚µAƒCƒ“ƒ|[ƒg‚ðÄŠJ‚³‚¹‚Ä‚­‚¾‚³‚¢B';
$strToggleScratchboard = 'ƒgƒOƒ‹ƒXƒNƒ‰ƒbƒ`ƒ{[ƒh';
$strTotalUC = '‡Œv';
$strTotal = '‡Œv';
$strTraditionalChinese = '“`““I‚È’†‘Œê';
$strTraditionalSpanish = '“`““I‚ȃXƒyƒCƒ“Œê';
$strTraffic = 'ƒgƒ‰ƒtƒBƒbƒN';
$strTransactionCoordinator = 'ƒgƒ‰ƒ“ƒUƒNƒVƒ‡ƒ“ƒR[ƒfƒBƒl[ƒ^';
$strTransformation_application_octetstream__download = 'ƒtƒB[ƒ‹ƒh‚̃oƒCƒiƒŠƒf[ƒ^‚ðƒ_ƒEƒ“ƒ[ƒh‚·‚郊ƒ“ƒN‚ð•\Ž¦‚µ‚Ü‚·B1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓oƒCƒiƒŠƒtƒ@ƒCƒ‹‚̃tƒ@ƒCƒ‹–¼‚Å‚·B2 ‚–ڃIƒvƒVƒ‡ƒ“‚̓tƒ@ƒCƒ‹–¼‚ðŠÜ‚Þƒe[ƒuƒ‹s‚̐³‚µ‚¢ƒtƒB[ƒ‹ƒh–¼‚Å‚·B2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚ð’ñ‹Ÿ‚·‚éê‡A1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚͋󕶎š—ñ‚ɐݒ肷‚é•K—v‚ª‚ ‚è‚Ü‚·B';
$strTransformation_application_octetstream__hex = 'ƒf[ƒ^‚Ì 16 i”•\Ž¦‚Å‚·B';
$strTransformation_image_jpeg__inline = 'ƒNƒŠƒbƒN‰Â”\‚ȃTƒ€ƒlƒCƒ‹‚ð•\Ž¦‚µ‚Ü‚·; ƒIƒvƒVƒ‡ƒ“: widthEheight ‚ðƒsƒNƒZƒ‹‚ÅŽw’è (Œ³‚̔䗦‚ð•Û‚¿‚Ü‚·)';
$strTransformation_image_jpeg__link = '‚±‚̉摜‚ւ̃Šƒ“ƒN‚ð•\Ž¦ (—Ⴆ‚Î blob ‚𒼐ڃ_ƒEƒ“ƒ[ƒh).';
$strTransformation_image_png__inline = 'uimage/jpeg: inlinev‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strTransformation_text_plain__dateformat = 'TIMEATIMESTAMP ‚ ‚é‚¢‚Í DATETIME ƒtƒB[ƒ‹ƒh‚ŁAƒ[ƒJƒ‹‚Ì“ú•t•\Ž¦Œ`Ž®‚ð—p‚¢‚ď‘Ž®‰»‚µ‚Ü‚·B1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓^ƒCƒ€ƒXƒ^ƒ“ƒv‚ɉÁŽZ‚·‚éƒIƒtƒZƒbƒgŽžŠÔ(’PˆÊ:ŽžŠÔ)‚Å‚·(ƒfƒtƒHƒ‹ƒg: 0)2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚́APHP ‚Ì strftime()‚Å—˜—p‰Â”\‚ȃpƒ‰ƒ[ƒ^[‚Å‚Ì‚³‚Ü‚´‚Ü‚È“ú•t•\Ž¦Œ`Ž®‚Å‚·B';
$strTransformation_text_plain__external = 'LINUX ‚Ì‚Ý: ŠO•”ƒAƒvƒŠƒP[ƒVƒ‡ƒ“‚ð‹N“®‚µA•W€“ü—Í‚©‚çƒtƒB[ƒ‹ƒhƒf[ƒ^‚ð“ü—Í‚µ‚Ü‚·BƒAƒvƒŠƒP[ƒVƒ‡ƒ“‚Ì•W€o—Í‚ª•Ô‚è‚Ü‚·BƒfƒtƒHƒ‹ƒg‚Í Tidy ‚ŁAãY—í‚È HTML ƒR[ƒh‚ðo—Í‚µ‚Ü‚·BƒZƒLƒ…ƒŠƒeƒB‚Ì——R‚ŁAŽè“®‚Ńtƒ@ƒCƒ‹ulibraries/text_plain__external.inc.phpv‚ð•ÒW‚µAŽÀs‚·‚é‚ð‹–‰Â‚·‚éƒc[ƒ‹‚ð‘}“ü‚µ‚È‚¯‚ê‚΂Ȃè‚Ü‚¹‚ñBÅ‰‚̃IƒvƒVƒ‡ƒ“‚́AŽg—p‚·‚éƒvƒƒOƒ‰ƒ€‚̐”‚ŁA2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓vƒƒOƒ‰ƒ€‚̃pƒ‰ƒ[ƒ^‚Å‚·B3 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚ª 1 ‚ɐݒ肳‚ê‚Ä‚¢‚½ê‡Ahtmlspecialchars() ‚ð—p‚¢‚ďo—Í‚ð•ÏŠ·‚·‚é‚Å‚µ‚傤(ƒfƒtƒHƒ‹ƒg: 1)4 ‚Â–Ú ƒIƒvƒVƒ‡ƒ“‚ª 1 ‚ɐݒ肳‚ê‚Ä‚¢‚½ê‡A‹Ö‘¥ˆ—‚ð–h‚¬Ao—Í‚ª‚·‚×‚Ä 1 s‚ÉŒ©‚¦‚邱‚Æ‚ð•ÛØ‚·‚é‚Å‚µ‚傤(ƒfƒtƒHƒ‹ƒg: 1).';
$strTransformation_text_plain__formatted = 'ƒtƒB[ƒ‹ƒh‚ÌŒ³‚̏‘Ž®‚ð•Û‘¶‚µ‚Ü‚·BƒGƒXƒP[ƒv‚¹‚¸‚ɏI—¹‚µ‚Ü‚·B';
$strTransformation_text_plain__imagelink = '‰æ‘œ‚ƃŠƒ“ƒNAƒtƒ@ƒCƒ‹–¼‚ðŠÜ‚ÞƒtƒB[ƒ‹ƒh‚ð•\Ž¦‚µ‚Ü‚·; 1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚Í "http://domain.com/" ‚̂悤‚ȐړªŒê‚ŁA2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓sƒNƒZƒ‹Žw’è‚Ì•A3 ‚–ڂ͍‚‚³‚Å‚·B';
$strTransformation_text_plain__link = 'ƒtƒ@ƒCƒ‹–¼‚ðŠÜ‚ÞƒtƒB[ƒ‹ƒhAƒŠƒ“ƒN‚ð•\Ž¦; 1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚Í "http://domain.com/" ‚̂悤‚ȐړªŒêA2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓Šƒ“ƒN‚̃^ƒCƒgƒ‹‚Å‚·B';
$strTransformation_text_plain__sql = 'SQL Ð‰î ‚Æ‚µ‚ăeƒLƒXƒg‚ÌŒ`Ž®‚Ì•¶–@‚ðƒnƒCƒ‰ƒCƒg‚µ‚Ü‚·B';
$strTransformation_text_plain__substr = '•¶Žš—ñ‚̈ꕔ‚Ì‚Ý•\Ž¦‚µ‚Ü‚·B1 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚̓eƒLƒXƒg‚̏o—Í‚ª‚Ç‚±‚ÅŠJŽn‚·‚é‚©ƒIƒtƒZƒbƒg‚ð’è‹`‚µ‚Ü‚· (ƒfƒtƒHƒ‹ƒg‚́u0v‚Å‚·)2 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚͂ǂꂾ‚¯‚̃eƒLƒXƒg‚ð•Ô‚·‚©‚̃IƒtƒZƒbƒg‚Å‚·B‹ó‚̏ꍇAŽc‚è‚̃eƒLƒXƒg‚ð‚·‚×‚Ä•Ô‚µ‚Ü‚·B3 ‚–ڂ̃IƒvƒVƒ‡ƒ“‚́A•¶Žš—ñ‚̈ꕔ‚ª•Ô‚³‚ê‚鎞A‚Ç‚Ì•¶Žš‚ðo—͂ɒljÁ‚·‚é‚©’è‹`‚µ‚Ü‚·B (ƒfƒtƒHƒ‹ƒg‚́u...v‚Å‚·)';
$strTruncateQueries = 'Æ‰ï‚Ì•\Ž¦‚ðØ‚è‹l‚ß‚é';
$strTurkish = 'ƒgƒ‹ƒRŒê';
$strType = 'ƒtƒB[ƒ‹ƒhƒ^ƒCƒv';
 
$strUkrainian = 'ƒEƒNƒ‰ƒCƒiŒê';
$strUncheckAll = 'ƒ`ƒFƒbƒN‚ð‚·‚×‚Äíœ‚·‚é';
$strUnicode = 'UNICODE';
$strUnique = 'ˆêˆÓ«';
$strUnknown = '•s–¾';
$strUnselectAll = '‘S‘I‘ð‰ðœ';
$strUnsupportedCompressionDetected = 'ƒTƒ|[ƒg‚³‚ê‚Ä‚¢‚È‚¢ˆ³kŒ`Ž®(%s)‚̃tƒ@ƒCƒ‹‚̓ǂݍž‚Ý‚ðŽŽ‚Ý‚Ü‚µ‚½B‚»‚ÌŽÀ‘•‚ªƒTƒ|[ƒg‚³‚ê‚Ä‚¢‚È‚¢‚©AÝ’è‚Å–³Œø‚É‚È‚Á‚Ä‚¢‚é‚©‚Ì‚¢‚¸‚ê‚©‚Å‚·B';
$strUpdatePrivMessage = '%s ‚Ì“ÁŒ ‚ðXV‚µ‚Ü‚µ‚½B';
$strUpdateProfileMessage = 'ƒvƒƒtƒ@ƒCƒ‹‚ðXV‚µ‚Ü‚µ‚½B';
$strUpdateQuery = 'Æ‰ï‚ðXV‚·‚é';
$strUpdComTab = 'Column_comments ƒe[ƒuƒ‹‚̃AƒbƒvƒOƒŒ[ƒh•û–@‚̃hƒLƒ…ƒƒ“ƒg‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strUpgrade = '%s %s ‚©‚»‚êˆÚs‚ɃAƒbƒvƒOƒŒ[ƒh‚·‚é‚ׂ«‚Å‚·B';
$strUploadLimit = '‹°‚ç‚­‚ ‚Ü‚è‚É‚à‘å‚«‚ȃtƒ@ƒCƒ‹‚ðƒAƒbƒvƒ[ƒh‚µ‚悤‚Æ‚µ‚Ü‚µ‚½B‚±‚̐§ŒÀ‚̉ñ”ðŽè’i‚Æ‚µ‚Ä %sƒhƒLƒ…ƒƒ“ƒg%s ‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strUsage = 'Žg—p—Ê';
$strUseBackquotes = '‹tƒNƒI[ƒg‚Ńe[ƒuƒ‹–¼‚âƒtƒB[ƒ‹ƒh–¼‚ðˆÍ‚Þ';
$strUsedPhpExtensions = 'Žg—p’†‚Ì PHP Šg’£';
$strUseHostTable = 'ƒzƒXƒgƒe[ƒuƒ‹‚ðŽg‚¤';
$strUserAlreadyExists = 'ƒ†[ƒU[u%sv‚ÍŠù‚É‘¶Ý‚µ‚Ü‚·!';
$strUserEmpty = 'ƒ†[ƒU[–¼‚Í‹ó‚Å‚·B';
$strUserName = 'ƒ†[ƒU[–¼';
$strUserNotFound = '‘I‘ð‚³‚ê‚½ƒ†[ƒU[‚Í“ÁŒ ƒe[ƒuƒ‹‚ÉŒ©‚‚©‚è‚Ü‚¹‚ñ‚Å‚µ‚½B';
$strUserOverview = 'ƒ†[ƒU[ŠT—ª';
$strUsersDeleted = '‘I‘ð‚³‚ê‚½ƒ†[ƒU[‚͍폜‚³‚ê‚Ü‚µ‚½B';
$strUsersHavingAccessToDb = 'ƒ†[ƒU[‚Í &quot;%s&quot; ‚ւ̃AƒNƒZƒXŒ ŒÀ‚ðŠŽ‚µ‚Ä‚¢‚Ü‚·B';
$strUser = 'ƒ†[ƒU[';
$strUseTabKey = '’l‚©‚ç’l‚܂ňڂé‚É‚Í TAB ƒL[‚ðA‚à‚µ‚­‚Í‚¢‚ë‚ñ‚ȏꏊ‚Å‚àˆÚ“®‚·‚é‚É‚Í CTRL + ƒJ[ƒ\ƒ‹‚ðŽg—p‚µ‚Ü‚·B';
$strUseTables = 'Žg‚¤ƒe[ƒuƒ‹';
$strUseTextField = 'ƒeƒLƒXƒgƒtƒB[ƒ‹ƒh‚ðŽg—p';
$strUseThisValue = '‚±‚Ì’l‚ðŽg—p';
 
$strValidateSQL = 'SQL ‚ÌŒŸØ';
$strValidatorError = 'SQL ‚ÌŒŸØ‹@”\‚ð‰Šú‰»‚Å‚«‚Ü‚¹‚ñB%sƒhƒLƒ…ƒƒ“ƒg%s ‚É‹Lq‚³‚ê‚Ä‚¢‚é‚悤‚É PHP Šg’£ƒ‰ƒCƒuƒ‰ƒŠ‚ªƒCƒ“ƒXƒg[ƒ‹‚³‚ê‚Ä‚¢‚é‚©ƒ`ƒFƒbƒN‚µ‚Ä‚­‚¾‚³‚¢B';
$strValue = '’l';
$strVar = '•Ï”';
$strVersionInformation = 'ƒo[ƒWƒ‡ƒ“î•ñ';
$strViewDumpDatabases = 'ƒf[ƒ^ƒx[ƒX‚̃_ƒ“ƒvƒrƒ…[ (ƒXƒL[ƒ})';
$strViewDumpDB = 'DB ‚̃_ƒ“ƒv(ƒXƒL[ƒ})•\Ž¦';
$strViewDump = 'ƒe[ƒuƒ‹‚̃_ƒ“ƒv(ƒXƒL[ƒ})•\Ž¦';
$strViewHasBeenDropped = 'ƒrƒ…[ %s ‚ð”jŠü‚µ‚Ü‚µ‚½B';
$strViewMaxExactCount = '‚±‚̃rƒ…[‚Í %s —ñˆÈã‚ ‚è‚Ü‚·B%sƒhƒLƒ…ƒƒ“ƒg%s ‚ðŽQÆ‚µ‚Ä‚­‚¾‚³‚¢B';
$strView = 'ƒrƒ…[';
 
$strWebServerUploadDirectory = 'ƒEƒFƒuƒT[ƒo[ã‚ŃAƒbƒvƒ[ƒh‚·‚é';
$strWebServerUploadDirectoryError = 'ƒAƒbƒvƒ[ƒh‚ðs‚¤ƒfƒBƒŒƒNƒgƒŠ‚ª‚ ‚è‚Ü‚¹‚ñB';
$strWelcome = '%s ‚ւ悤‚±‚»';
$strWestEuropean = '¼ƒˆ[ƒƒbƒpŒê';
$strWildcard = 'ƒƒCƒ‹ƒhƒJ[ƒh';
$strWindowNotFound = 'ƒ^[ƒQƒbƒgƒuƒ‰ƒEƒUƒEƒBƒ“ƒhƒE‚ðXV‚·‚邱‚Æ‚ª‚Å‚«‚Ü‚¹‚ñB‹°‚ç‚­eƒEƒBƒ“ƒhƒE‚ð•Â‚¶‚½‚©A‚ ‚é‚¢‚̓uƒ‰ƒEƒU[‚̃ZƒLƒ…ƒŠƒeƒBÝ’è‚ŁAƒNƒƒXƒEƒBƒ“ƒhƒE‚̍XV‚ðƒuƒƒbƒN‚µ‚Ä‚¢‚Ü‚·B';
$strWithChecked = 'ƒ`ƒFƒbƒN‚µ‚½‚à‚Ì‚ð:';
$strWriteRequests = '‘‚«ž‚݃ŠƒNƒGƒXƒg”';
$strWritingCommentNotPossible = 'ƒRƒƒ“ƒg‚̏‘‚«ž‚Ý‚ª—LŒø‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strWritingRelationNotPossible = 'ƒŠƒŒ[ƒVƒ‡ƒ“‚̏‘‚«ž‚Ý‚ª—LŒø‚Å‚Í‚ ‚è‚Ü‚¹‚ñB';
$strWrongUser = 'ƒ†[ƒU[–¼‚Ü‚½‚̓pƒXƒ[ƒh‚ª³‚µ‚­‚ ‚è‚Ü‚¹‚ñB<br />ƒAƒNƒZƒX‚Í‹‘”Û‚³‚ê‚Ü‚µ‚½B';
 
$strXkana = '‘SŠpƒJƒi‚Ö•ÏŠ·‚·‚é'; // convert to X208-kana
$strXML = 'XML';
 
$strYes = '‚Í‚¢';
 
$strZeroRemovesTheLimit = '’ˆÓ: ƒIƒvƒVƒ‡ƒ“‚ð 0 (ƒ[ƒ)‚ɐݒ肷‚é‚Ɛ§ŒÀ‚ª‚È‚­‚È‚è‚Ü‚·B';
$strZip = '"zip •ûŽ®"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/japanese-utf-8.inc.php
0,0 → 1,985
<?php
/* $Id: japanese-utf-8.inc.php,v 2.128.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Yukihiro Kawada <kawada at den.fujifilm.co.jp>
* Tadashi Jokagi <elf2000 at users.sourceforge.net>
* Kenichi Ishigaki <ishigaki at tcool.org>
*/
 
$charset = 'utf-8';
$text_dir = 'ltr';
$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('バイト', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('日', '月', '火', '水', '木', '金', '土');
$month = array('1 月','2 月','3 月','4 月','5 月','6 月','7 月','8 月','9 月','10 月','11 月','12 月');
// See http://www.php.net/manual/ja/function.strftime.php to define the
// variable below
$datefmt = '%Y 年 %B %d 日 %H:%M';
$timespanfmt = '%s 日 %s 時間 %s 分 %s 秒';
 
$strAbortedClients = '中断しました。';
$strAbsolutePathToDocSqlDir = 'docSQL への絶対パスを設定してください。';
$strAccessDenied = 'アクセスは拒否されました。';
$strAccessDeniedCreateConfig = '恐らくこの問題の理由は、設定ファイルを作成していないためです。%1$sセットアップスクリプト%2$s を使用してひとつ作成することができます。';
$strAccessDeniedExplanation = 'phpMyAdmin は、MySQL サーバーに接続しようとしました。そして、サーバーは接続を拒絶しました。config.inc.php の中のホスト、ユーザー名およびパスワードをチェックし、MySQL サーバーの管理者から与えられた情報に相当することを確認するべきです。';
$strAction = '操作';
$strAddAutoIncrement = '「AUTO_INCREMENT」値を追加する';
$strAddConstraints = '制限を追加する';
$strAddDeleteColumn = 'フィールド列を追加・削除する';
$strAddDeleteRow = '条件行を追加・削除する';
$strAddDropDatabase = '「DROP DATABASE」を追加する';
$strAddedColumnComment = 'カラムのコメント追加されました。';
$strAddedColumnRelation = 'カラムのリレーションが追加されました。';
$strAddFields = '%s 個のフィールドを追加する';
$strAddHeaderComment = 'ヘッダーへカスタムコメントを追加 (\\n で改行)';
$strAddIfNotExists = '「IF NOT EXISTS」を追加する';
$strAddIntoComments = '追加コメント';
$strAddNewField = 'フィールドを追加する';
$strAddPrivilegesOnDb = 'データベースへ特権の追加する';
$strAddPrivilegesOnTbl = 'テーブルへ特権の追加する';
$strAddSearchConditions = '検索条件文を追加してください。("where"の節文):';
$strAddToIndex = ' &nbsp;%s&nbsp; の列をインデックスに追加しました。';
$strAddUser = 'ユーザーを追加する';
$strAddUserMessage = 'ユーザーを追加しました。';
$strAdministration = '管理';
$strAffectedRows = '影響された行数:';
$strAfter = '指定カラムの後に %s';
$strAfterInsertBack = '戻る';
$strAfterInsertNewInsert = '新レコードを追加する';
$strAfterInsertNext = '次の行を編集する';
$strAfterInsertSame = 'このページに戻る';
$strAll = '全部';
$strAllowInterrupt = 'それの制限時間が近づいてることをスクリプトが検知した場合、インポートへの割込みを許可します。これは大きなファイルをインポートする場合のよい手段かもしれませんが、それはトランザクションを壊すことになります。';
$strAllTableSameWidth = 'すべてのテーブルを同じ幅で表示しますか?';
$strAlterOrderBy = 'テーブル順番の条件';
$strAnalyzeTable = 'テーブルを分析する';
$strAnd = 'AND';
$strAndThen = 'そしてその後に';
$strAnIndex = 'インデックスが「%s」に追加されていました。';
$strAny = 'すべて';
$strAnyHost = 'すべてのホスト';
$strAnyUser = 'すべてのユーザー';
$strApproximateCount = '近いかもしれません。FAQ 3.11 を参照してください。';
$strAPrimaryKey = '主キーが %s に追加されました。';
$strArabic = 'アラビア語';
$strArmenian = 'アルメニア語';
$strAscending = '昇順';
$strAtBeginningOfTable = 'テーブルの先頭';
$strAtEndOfTable = 'テーブルの末尾';
$strAttr = '表示する';
$strAutodetect = '自動検知する';
$strAutomaticLayout = '自動レイアウト';
 
$strBack = '戻る';
$strBaltic = 'バルト諸語';
$strBeginCut = '切り取り開始';
$strBeginRaw = 'RAW 開始';
$strBinary = ' バイナリ ';
$strBinaryDoNotEdit = ' バイナリ - 修正できません';
$strBinaryLog = 'バイナリログ';
$strBinLogEventType = 'イベントタイプ';
$strBinLogInfo = '情報';
$strBinLogName = 'ログ名';
$strBinLogOriginalPosition = '元の位置';
$strBinLogPosition = '位置';
$strBinLogServerId = 'サーバー ID';
$strBookmarkAllUsers = 'すべてのユーザーがこのブックマークをアクセスできる';
$strBookmarkCreated = 'ブックマーク %s を作成しました';
$strBookmarkDeleted = 'ブックマークを正常に削除しました。';
$strBookmarkLabel = 'ラベル';
$strBookmarkQuery = 'ブックマークされている SQL';
$strBookmarkReplace = '既に存在する同じ名前のブックマークを置換する';
$strBookmarkThis = 'SQL をブックマークする';
$strBookmarkView = '表示のみ';
$strBrowseDistinctValues = '個別に値を表示する';
$strBrowse = '表示';
$strBrowseForeignValues = '外部キーを表示する';
$strBufferPool = 'バッファプール';
$strBufferPoolActivity = 'バッファープールの活性度';
$strBufferPoolUsage = 'バッファプールの使用量';
$strBufferReadMisses = '読み込みミス数';
$strBufferReadMissesInPercent = '% の読み込みミス数';
$strBufferWriteWaits = '書き込み待ち数';
$strBufferWriteWaitsInPercent = '% の書き込み待ち数';
$strBulgarian = 'ブルガリア語';
$strBusyPages = 'ビジーなページ数';
$strBzError = 'この php バージョンは Bz2 拡張が壊れているので phpMyAdmin が圧縮ダンプできません。phpMyAdmin のコンフィグレーションファイルの <code>$cfg[\'BZipDump\']</code> を <code>FALSE</code>に設定してください。Bz2 圧縮機能を使いたい場合には php のバージョンを上げて下さい。php バグ報告 %s 詳細。';
$strBzip = '"bzip 方式"';
 
$strCalendar = 'カレンダー';
$strCanNotLoadImportPlugins = 'インポートプラグインを読み込めません。インストールを確認してください!';
$strCannotLogin = 'MySQL サーバーにログインできません';
$strCantLoad = '扱えない拡張子のファイルです,<br />PHP の設定をチェックしてください。';
$strCantLoadRecodeIconv = '文字セット変換を行うためには組み込まれていない iconv または GNU recode の拡張が必要です。php に、この拡張設定を行っておくか、phpMyAdmin では文字セット変換をしない設定にしてください。';
$strCantRenameIdxToPrimary = 'インデックスの名前を PRIMARY に変更できません。';
$strCantUseRecodeIconv = 'iconv、libiconv、recode_string のいずれの関数も使用できません。php の設定をチェックしてください。';
$strCardinality = '一意な値の数';
$strCaseInsensitive = '英字の大小を区別しない';
$strCaseSensitive = '英字の大小を区別する';
$strCentralEuropean = '中央ヨーロッパ語';
$strChange = '変更';
$strChangeCopyMode = '同じ特権を持った新規のユーザーを作る...';
$strChangeCopyModeCopy = '... 古いものを維持する';
$strChangeCopyModeDeleteAndReload = ' ... ユーザーテーブルから古いものを削除し、後で特権に再びロードする';
$strChangeCopyModeJustDelete = ' ... ユーザーテーブルから古いものを削除する';
$strChangeCopyModeRevoke = ' ... 古いものから有効な特権をすべて無効にし、それを後で削除する';
$strChangeCopyUser = 'ログイン情報の変更 / ユーザーコピー';
$strChangeDisplay = '表示させるフィールドを選んで下さい';
$strChangePassword = 'パスワードを変更する';
$strCharset = '文字セット';
$strCharsetOfFile = 'ファイルの文字セット:';
$strCharsets = '文字コード';
$strCharsetsAndCollations = '文字セットと照合順序';
$strCheckAll = 'すべてチェックする';
$strCheckOverhead = 'オーバーヘッドの検査をする';
$strCheckPrivs = '特権のチェックをする';
$strCheckPrivsLong = 'データベース &quot;%s&quot; の特権チェック。';
$strCheckTable = 'テーブルをチェックする';
$strChoosePage = '編集するページを選択してください。';
$strColComFeat = '列コメント表示機能';
$strCollation = '照合順序';
$strColumnNames = '列(カラム)名';
$strColumnPrivileges = 'カラム指定の特権';
$strCommand = 'コマンド';
$strComments = 'コメント';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 互換';
$strCompleteInserts = '完全な INSERT 文を作成する';
$strCompression = '圧縮';
$strCompressionWillBeDetected = 'インポートされたファイル圧縮は、自動的に検知されるでしょう: %s';
$strConfigDefaultFileError = 'デフォルト設定を読み込めませんでした: "%1$s"';
$strConfigFileError = 'phpMyAdmin が設定ファイルを読み込むことができません! <br />文法エラーが発生したか、ファイルが見つかりません。<br />下のリンクから設定ファイルを直接読み込んで、PHP のエラーメッセージを確認してください。多くの場合、区切り文字やセミコロンを忘れています。<br />もし空白のページが現れたらすべてうまく行っています。';
$strConfigureTableCoord = 'テーブル「%s」テーブルの設定を調整してください。';
$strConnectionError = '接続できません: 無効な設定です。';
$strConnections = '接続';
$strConstraintsForDumped = 'ダンプ済テーブルの制限';
$strConstraintsForTable = 'テーブルの制限';
$strCookiesRequired = 'ここから先はクッキーが許可されている必要があります。';
$strCopy = 'コピーする';
$strCopyDatabaseOK = 'データベース「%s」は「%s」にコピーされました。';
$strCopyTable = 'テーブルを(database<b>.</b>table)にコピーする:';
$strCopyTableOK = 'テーブル「%s」を「%s」にコピーしました。';
$strCopyTableSameNames = '同じテーブルにコピーできません!';
$strCouldNotKill = 'phpMyAdmin がスレッド %s を終了させることができませんでした。恐らく、既に終了しています。';
$strCreate = '作成';
$strCreateDatabaseBeforeCopying = 'コピーの前に「CREATE DATABASE」する';
$strCreateIndex = '&nbsp;%s&nbsp; の列のインデックスを作成する';
$strCreateIndexTopic = '新規インデックスを作成する';
$strCreateNewDatabase = '新規データベースを作成する';
$strCreateNewTable = 'データベース「%s」にテーブルを新規作成する';
$strCreatePage = '新規ページを作成する';
$strCreatePdfFeat = 'PDF 作成機能';
$strCreationDates = '作成/更新/検査の日付を追加する';
$strCriteria = '絞込み基準';
$strCroatian = 'クロアチア語';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV オプション';
$strCSVOptions = 'CSV オプション';
$strCyrillic = 'キリル文字ロシア語';
$strCzech = 'チェコ語';
$strCzechSlovak = 'チェコのスロバキア語';
 
$strDanish = 'デンマーク語';
$strData = 'データ';
$strDatabase = 'データベース';
$strDatabaseEmpty = 'データベース名が空です!';
$strDatabaseExportOptions = 'データベースエクスポートオプション';
$strDatabaseHasBeenDropped = 'データベース「%s」を正常に削除しました。';
$strDatabaseNoTable = 'このデータベースはテーブルを含んでいません!';
$strDatabases = 'データベース';
$strDatabasesDropped = 'データベース「%s」は削除されました。';
$strDatabasesStats = 'データベースの統計';
$strDatabasesStatsDisable = '統計を無効にする';
$strDatabasesStatsEnable = '統計を許可する';
$strDatabasesStatsHeavyTraffic = '注意: データベース統計を許可すると MySQL と WEBサーバーの間で重いトラフィックが発生するかもしれません。';
$strDataDict = 'データ辞書';
$strDataOnly = 'データのみ';
$strDataPages = 'データを含むページ数';
$strDBComment = 'データベースのコメント: ';
$strDBCopy = 'この名前でデータベースをコピーする';
$strDBGContext = 'コンテキスト';
$strDBGContextID = 'コンテキストID';
$strDBGHits = 'ヒット';
$strDBGLine = '行';
$strDBGMaxTimeMs = '最大時間(ミリ秒)';
$strDBGMinTimeMs = '最小時間(ミリ秒)';
$strDBGModule = 'モジュール';
$strDBGTimePerHitMs = 'ヒット率(ミリ秒)';
$strDBGTotalTimeMs = '総計時間(ミリ秒)';
$strDbPrivileges = 'データベース特定 特権';
$strDBRename = 'この名前にデータベース名を変更する';
$strDbSpecific = 'データベース仕様';
$strDefault = '基本値';
$strDefaultEngine = '%s は、この MySQL サーバーのデフォルトストレージエンジンです。';
$strDefaultValueHelp = 'デフォルト値のために、バックスラッシュエスケープや引用符なしの 1 個だけの値を入れて下さい, このフォーマットは: a';
$strDefragment = 'テーブルのデフラグ';
$strDelayedInserts = '遅延インサートを使用する';
$strDelete = '削除';
$strDeleteAndFlush = 'ユーザーを削除して特権をリロードする';
$strDeleteAndFlushDescr = 'これはクリアーです。特権をリロードするので少々時間がかかります。';
$strDeleted = '選択した列を削除しました。';
$strDeletedRows = '削除された行数:';
$strDeleteNoUsersSelected = '削除するユーザーを選択していません!';
$strDeleting = '%s を削除中です';
$strDelOld = '現在のページは、もはや存在しないテーブルに参照があります。それらの参照を削除したいですか?';
$strDescending = '降順';
$strDescription = '説明';
$strDictionary = '辞書';
$strDirtyPages = '不正なページ数';
$strDisabled = '無効';
$strDisableForeignChecks = '外部キーの検査を無効にする';
$strDisplayFeat = 'テーブル情報表示機能';
$strDisplayOrder = '表示順序:';
$strDisplayPDF = 'PDF スキーマの表示をする';
$strDoAQuery = '"例のQUERY"を実行 (ワイルドカード: "%")';
$strDocu = 'ドキュメント';
$strDoYouReally = 'これを本当に実行しても良いですか?:';
$strDrop = '削除';
$strDropDatabaseStrongWarning = '完全にデータベースを破壊するでしょう!';
$strDropUsersDb = 'ユーザーと同じ名前を持つデータベースを削除する';
$strDumpingData = 'テーブルのダンプデータ';
$strDumpSaved = 'ダンプをファイル %s に保存しました。';
$strDumpXRows = '%s 列をダンプします。開始列は %s です。';
$strDynamic = 'ダイナミック';
 
$strEdit = '修正';
$strEditPDFPages = 'PDF ページを編集する';
$strEditPrivileges = '特権を修正';
$strEffective = '実効';
$strEmpty = '空にする';
$strEmptyResultSet = 'MySQL が空の値を返しました (例えば行が空だった)';
$strEnabled = '有効';
$strEncloseInTransaction = 'トランザクションでエクスポートを囲む';
$strEncto = 'エンコーディングへ変換する'; // encoding convert
$strEnd = '最後';
$strEndCut = '切り取り終了';
$strEndRaw = 'RAW 終了';
$strEngineAvailable = '%s は、この MySQL サーバーで利用可能です。';
$strEngineDisabled = '%s は、この MySQL サーバーでは無効にされています。';
$strEngines = 'エンジン';
$strEngineUnsupported = 'この MySQL サーバーは %s ストレージエンジンをサポートしていません。';
$strEnglish = '英語';
$strEnglishPrivileges = ' 注意: MySQLの特権の名前は英語で表示しています。';
$strError = 'エラー';
$strErrorInZipFile = 'ZIP 書庫中にエラーです:';
$strEscapeWildcards = 'ワイルドカード「_」および「%」はそれらを文字通りに使用するために「\」でエスケープ(回避)するべきです。';
$strEsperanto = '国際語';
$strEstonian = 'エストニア語';
$strExcelEdition = 'Excel の種類';
$strExcelOptions = 'Excel オプション';
$strExecuteBookmarked = 'ブックマークされた照会を実行する';
$strExplain = 'SQL を分析する';
$strExport = 'エクスポート';
$strExtendedInserts = '拡張 INSERT 文を作成する';
$strExtra = 'その他';
 
$strFailedAttempts = '試みは失敗ました';
$strField = 'フィールド';
$strFieldHasBeenDropped = 'フィールド %s が正常に削除されました';
$strFields = 'フィールド';
$strFieldsEmpty = ' フィールド数が空です。 ';
$strFieldsEnclosedBy = 'フィールド囲み記号';
$strFieldsEscapedBy = 'フィールドのエスケープ記号';
$strFieldsTerminatedBy = 'フィールド区切り記号';
$strFileAlreadyExists = 'ファイル「%s」は既にサーバーに存在しします。ファイル名を変更するか、上書きオプションを確認してください。';
$strFileCouldNotBeRead = 'ファイルを読めません。';
$strFileNameTemplate = 'ファイル名のテンプレート';
$strFileNameTemplateDescription = 'この値は %1$sstrftime%2$s を用いて、判断されます。従って、時間書式の文字列を使用することができます。さらに次の文字列置換が起こるでしょう: %3$s。そのままに他のテキストは維持されるでしょう。';
$strFileNameTemplateDescriptionDatabase = 'データベース名';
$strFileNameTemplateDescriptionServer = 'サーバー名';
$strFileNameTemplateDescriptionTable = 'テーブル名';
$strFileNameTemplateRemember = 'テンプレートを覚える';
$strFileToImport = 'ファイルをインポートする';
$strFixed = '固定';
$strFlushPrivilegesNote = '注意: phpMyAdmin は MySQL の特権テーブルから直接にユーザー特権を得ます。もしマニュアルで特権が変更されていると、このテーブルの内容とは異なるかもしれません。この場合、続けるまえに %s 特権リロード %s をする必要があります。';
$strFlushQueryCache = '照会キャッシュをフラッシュする';
$strFlushTable = 'テーブルのキャッシュを空にする("FLUSH")';
$strFlushTables = 'すべてのテーブルをフラッシュする(閉じる)';
$strFormat = 'フォーマット';
$strFormEmpty = 'フォームでは値がありませんでした。';
$strFreePages = 'フリーなページ数';
$strFullText = '全文';
$strFunction = '関数';
 
$strGenBy = '生成環境';
$strGeneralRelationFeat = 'リレーション機能';
$strGenerate = '生成する';
$strGeneratePassword = 'パスワードを生成する';
$strGenTime = '作成の時間';
$strGeorgian = 'グルジア語';
$strGerman = 'ドイツ語';
$strGlobal = 'グローバル';
$strGlobalPrivileges = 'グローバル特権';
$strGlobalValue = 'グローバル値';
$strGo = '実行する';
$strGrantOption = '権限委譲';
$strGreek = 'ギリシア語';
$strGzip = '"gzip 方式"';
 
$strHandler = '内部処理';
$strHasBeenAltered = 'を変更しました。';
$strHasBeenCreated = 'を作成しました。';
$strHaveToShow = '表示するために、少なくてもひとつのカラムを選択しなければなりません。';
$strHebrew = 'ヘブライ語';
$strHexForBinary = 'バイナリフィールドは 16 進数を使用する';
$strHome = 'メインページへ';
$strHomepageOfficial = 'phpMyAdmin ホーム';
$strHost = 'ホスト';
$strHostEmpty = 'ホスト名は空です!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 エクスポートオプション';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 エクスポートオプション';
$strHungarian = 'ハンガリー語';
 
$strIcelandic = 'アイスランド語';
$strId = 'ID';
$strIdxFulltext = '全文';
$strIgnore = '無視';
$strIgnoreDuplicates = '行の複製を無視する';
$strIgnoreInserts = '「INSERT IGNORE」を使用する';
$strIgnoringFile = 'ファイルを無視 %s';
$strImport = 'インポート';
$strImportDocSQL = 'docSQL ファイルインポート';
$strImportFiles = 'インポートファイル';
$strImportFormat = 'インポート済ファイルの書式';
$strImportSuccessfullyFinished = 'インポートに成功しました。%d 個の照会を実行しました。';
$strIndex = 'インデックス';
$strIndexes = 'インデックスサイズ';
$strIndexHasBeenDropped = 'インデックス %s が削除されました';
$strIndexName = 'インデックス名&nbsp;:';
$strIndexType = 'インデックスの種類&nbsp;:';
$strIndexWarningMultiple = '1 個を越える INDEX キーがカラム `%s` 用に作成されました。';
$strIndexWarningPrimary = 'PRIMARY と INDEX のキーは両方とも、カラム `%s` に設定されるべきではありません。';
$strIndexWarningTable = 'テーブル `%s` のインデックスに関する問題です。';
$strIndexWarningUnique = 'UNIQUE と INDEX のキーは両方とも、カラム `%s` に設定されるべきではありません。';
$strInnoDBAutoextendIncrementDesc = ' それがいっぱいになる場合に、自動拡張するテーブルスペースのサイズを拡張するための増分量です。';
$strInnoDBAutoextendIncrement = '自動拡張の追加増加量';
$strInnoDBBufferPoolSize = 'バッファー蓄積サイズ';
$strInnoDBBufferPoolSizeDesc = 'InnoDB がキャッシュデータとそのテーブルのインデックスに使うバッファメモリのサイズです。';
$strInnoDBDataFilePath = 'データファイル';
$strInnoDBDataHomeDir = 'データホームディレクトリ';
$strInnoDBDataHomeDirDesc = 'すべての InnoDB データファイル用のディレクトリパスの共通部分です。';
$strInnoDBPages = 'ページ';
$strInnodbStat = 'InnoDB ステータス';
$strInsecureMySQL = 'あなたのコンフィグレーションファイルの設定が MySQL デフォルトの特権アカウントになっています (root ユーザーでパスワードなし) 。 MySQL サーバーもこのデフォルト設定で動作しているので、侵入者に対して無防備です。このセキュリティーホールは必ず閉ざしてください。';
$strInsertAsNewRow = '新しい行として追加する';
$strInsertedRowId = 'インサートした行 ID:';
$strInsertedRows = '追加された行数:';
$strInsert = '追加';
$strInsertNewRow = '新しい行を追加する';
$strInternalNotNecessary = '* InnoDB が存在する場合、内部リレーションは必要ではありません。';
$strInternalRelations = '内部リレーション';
$strInUse = '使用中';
$strInvalidAuthMethod = '設定上で正しくない認証方法を設定しています:';
$strInvalidColumn = '正しくない列 (%s) が指定されました!';
$strInvalidColumnCount = 'カラム数は 0 より大きくなければいけません。';
$strInvalidCSVFieldCount = 'CSV 入力中 に無効な項目数があります(行:%d)';
$strInvalidCSVFormat = 'CSV 入力中 に無効な書式があります(行:%d)';
$strInvalidCSVParameter = 'CSV インポートのパラメーターが無効です: %s';
$strInvalidFieldAddCount = '少なくともひとつのフィールドを追加しなければなりません。';
$strInvalidFieldCount = 'テーブルは少なくともひとつのフィールドが必要です。';
$strInvalidLDIImport = 'このプラグインは圧縮済インポートをサポートしていません!';
$strInvalidRowNumber = '%d は正しくない行番号です。';
$strInvalidServerHostname = 'サーバー「%1$s」のホスト名が無効です。設定を調査してください。';
$strInvalidServerIndex = '無効なサーバーインデックスです: "%s"';
 
$strJapanese = '日本語';
$strJoins = '結合';
$strJumpToDB = '&quot;%s&quot; データベースへジャンプ.';
$strJustDelete = '特権テーブルからユーザーを即削除する';
$strJustDeleteDescr = '&quot;削除済&quot; ユーザーは特権がリロードされるまでサーバーにアクセス可能です。';
 
$strKanjiEncodConvert = '漢字コード変換'; // kanji code convert
$strKeepPass = 'パスワードを変更しない';
$strKeyCache = 'キーキャッシュ';
$strKeyname = 'キー名';
$strKill = '停止';
$strKorean = '韓国語';
 
$strLandscape = 'ランドスケープ';
$strLanguageFileNotFound = '言語ファイル「%1$s」が見つかりません。';
$strLanguageUnknown = '不明の言語: %1$s.';
$strLatchedPages = 'ラッチされているページ';
$strLatexCaption = 'テーブルキャプション';
$strLatexContent = 'テーブル __TABLE__ の内容';
$strLatexContinued = '(続ける)';
$strLatexContinuedCaption = '継続時のテーブルキャプション';
$strLatexIncludeCaption = 'テーブルキャプションを含む';
$strLatexLabel = 'ラベルキー';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX オプション';
$strLatexStructure = 'テーブル __TABLE__ の構造';
$strLatvian = 'ラトビア語';
$strLDIImportOptions = 'LOAD DATA を用いて CSV のインポートをするオプション';
$strLDI = 'LOAD DATA を用いた CSV';
$strLDILocal = 'ローカルキーワードを使用する';
$strLengthSet = '長さ/セット*';
$strLimitNumRows = 'ページの最大レコード数';
$strLinesTerminatedBy = '行の終端記号';
$strLinkNotFound = 'リンクが見つかりません';
$strLinksTo = 'リンク';
$strLithuanian = 'リトアニア語';
$strLocalhost = 'ローカル';
$strLocationTextfile = 'テキストファイルの場所';
$strLogin = 'ログイン';
$strLoginInformation = 'ログイン情報';
$strLogout = 'ログアウト';
$strLogPassword = 'パスワード:';
$strLogServer = 'サーバー';
$strLogUsername = 'ユーザー名:';
$strLongOperation = 'この操作は時間がかかります。それでも進みますか?';
 
$strMaxConnects = '最大並行接続';
$strMaximalQueryLength = '作成する照会の最大長';
$strMaximumSize = '最大サイズ: %s%s';
$strMbExtensionMissing = 'mbstring PHP 拡張は見つかりませんでしたが、、マルチバイト文字セットを使用しているように見えます。phpMyAdmin は mbstring 拡張なしでは文字列を正確に分割することができず、また、予期しない結果が返ってくるかもしれません。';
$strMbOverloadWarning = 'PHP の設定で mbstring.func_overload が有効です。このオプションは phpMyAdmin と互換性がなく、いくうつかのデータの破壊を引き起こすかもしれません!';
$strMIME_available_mime = '有効な MIME タイプ';
$strMIME_available_transform = '変換有効';
$strMIME_description = '説明';
$strMIME_MIMEtype = 'MIME タイプ';
$strMIME_nodescription = 'この変換には有効な説明がありません。<br />作者に%sの意味をご確認ください。';
$strMIME_transformation = 'ブラウザー変換';
$strMIME_transformation_note = '利用可能な変換オプションの一覧、およびそれらの MIME 形式変換に関しては、%s変換の説明%s をクリックしてください。';
$strMIME_transformation_options = '変換オプション';
$strMIME_transformation_options_note = 'この書式を使用して、変換オプションの値を入力してください: \'a\',\'b\',\'c\'...<br />バックスラッシュ("\")やシングルクォート("\'")を値に含める必要がある場合は(「\\\\xyz」や「a\\\'b」のように)バックスラッシュでエスケープしてください';
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_without = 'イタリック体で印刷された MIME タイプは個別の変換関数を持っていません。';
$strModifications = 'を正しく修正しました。';
$strModify = '修正';
$strModifyIndexTopic = 'インデックスを変更する';
$strMoveTable = 'テーブルを(database<b>.</b>table)に移動する:';
$strMoveTableOK = 'テーブル「%s」を「%s」に移動しました。';
$strMoveTableSameNames = '同じテーブルに移動できません!';
$strMultilingual = '多国語';
$strMyISAMDataPointerSize = 'データのポインターサイズ';
$strMyISAMDataPointerSizeDesc = 'CREATE TABLE で MyISAM テーブルに使用する MAX_ROWS オプションが指定されない場合のバイト指定のデフォルトポインターサイズです。';
$strMyISAMMaxExtraSortFileSize = 'インデックス作成用一時ファイルの最大サイズ';
$strMyISAMMaxExtraSortFileSizeDesc = 'MyISAMのインデックスを高速作成するときに利用するテンポラリファイルの大きさが、キーキャッシュを利用するときよりここに指定した値以上大きくなる場合は、キーキャッシュ法が使われます。';
$strMyISAMMaxSortFileSize = '一時ソートファイルの最大サイズ';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM インデックスの再作成で使用することが許された MySQL 一時ファイルの最大サイズです (REPAIR TABLE 中、ALTER TABLE か LOAD DATA INFILE)';
$strMyISAMRecoverOptionsDesc = 'クラッシュした MyISAM テーブルの自動回復用モードで、サーバー起動オプション --myisam-recover で設定します。';
$strMyISAMRecoverOptions = '自動修復モード';
$strMyISAMRepairThreads = 'スレッドの修復';
$strMyISAMRepairThreadsDesc = 'もしこの値が 1 以上なら、MyISAM テーブルのインデックスはソート処理の修復中に平行で(それ自身の各インデックスを)作成します。';
$strMyISAMSortBufferSize = 'ソートバッファーサイズ';
$strMyISAMSortBufferSizeDesc = 'このバッファーは、REPAIR TABLE の間に MyISAM インデックスをソートする場合、または CREATE INDEX か ALTER TABLE とインデックスを作成する場合に、割り付けられます。';
$strMySQLCharset = 'MySQL の文字セット';
$strMysqlClientVersion = 'MySQL クライアントバージョン';
$strMySQLConnectionCollation = 'MySQL 接続照合順序';
$strMySQLSaid = 'MySQLのメッセージ: ';
$strMySQLShowProcess = 'MySQL プロセスの表示';
$strMySQLShowStatus = 'MySQL のランタイム情報';
$strMySQLShowVars = 'MySQL のシステム変数';
 
$strName = '名前';
$strNext = '次へ';
$strNo = 'いいえ';
$strNoActivity = '%s 秒以上操作をしませんでした。再度ログインをしてください。';
$strNoDatabases = 'データベース数';
$strNoDatabasesSelected = 'データベースが選択されていません。';
$strNoDescription = '記述がありません';
$strNoDetailsForEngine = 'このストレージエンジンには有効なステータスの詳細情報はありません。';
$strNoDropDatabases = '「DROP DATABASE」ステートメントは禁止される';
$strNoExplain = 'SQL の分析を飛ばす';
$strNoFilesFoundInZip = 'ZIP アーカイブ中にファイルが見つかりません!';
$strNoFrames = 'phpMyAdmin は<b>フレーム</b>をサポートしたブラウザでの利用をお勧めします。';
$strNoIndex = 'インデックスは設定されていません。';
$strNoIndexPartsDefined = 'インデックスの部分は設定されていません。';
$strNoModification = '変更無し';
$strNone = '無し';
$strNoOptions = 'この書式はオプションがありません。';
$strNoPassword = 'パスワード無し';
$strNoPermission = 'ファイル「%s」を保存するパーミッションをウェブサーバーは持っていません。';
$strNoPhp = 'PHP コード無し';
$strNoPrivileges = '特権無し';
$strNoRights = '現在特権を持ってないのでここに入れません。';
$strNoRowsSelected = '行は選択されませんでした。';
$strNoSpace = 'ファイル「%s」を保存するには空き容量が不十分です。';
$strNoTablesFound = '現在のデータベースにテーブルはありません。';
$strNoThemeSupport = 'テーマをサポートしていません。設定とテーマディレクトリ「%s」を確認してください。';
$strNothingToImport = 'いくつかのデータはインポートしていません!';
$strNotNumber = 'これは数値ではありません。';
$strNotOK = 'OK ではありません。';
$strNotSet = 'テーブル「<b>%s</b>」が見つからないか、%s が設定されていません。';
$strNoUsersFound = '該当ユーザーは見つかりませんでした。';
$strNoValidateSQL = 'SQL 検証をスキップ';
$strNull = '空の値(NULL)';
$strNumberOfFields = 'フィールド数';
$strNumSearchResultsInTable = 'テーブル <i>%2\$s</i> で %2\$s 件一致しました。';
$strNumSearchResultsTotal = '<b>件数:</b> <i>%s</i> が見つかりました。';
$strNumTables = 'テーブル';
 
$strOK = 'OK';
$strOpenNewWindow = '新しい phpMyAdmin のウィンドウを開く';
$strOperations = '操作';
$strOperator = '操作';
$strOptimizeTable = 'テーブルを最適化する';
$strOr = 'または';
$strOverhead = 'オーバーヘッド';
$strOverwriteExisting = 'ファイルが存在する場合は上書き';
 
$strPageNumber = 'ページ番号:';
$strPagesToBeFlushed = 'フラッシュされたページ数';
$strPaperSize = '紙サイズ';
$strPartialImport = '部分的なインポート';
$strPartialText = '部分的な文書';
$strPassword = 'パスワード';
$strPasswordChanged = '%s のパスワードは変更されました。';
$strPasswordEmpty = 'パスワードが空です。';
$strPasswordHashing = 'パスワードハッシュ';
$strPasswordNotSame = 'パスワードが同じではありません。';
$strPdfDbSchema = 'データベース「%s」のスキーマ - ページ %s';
$strPdfInvalidTblName = '"%s" テーブルがありません!';
$strPdfNoTables = 'テーブルがありません';
$strPDFOptions = 'PDF オプション';
$strPDF = 'PDF';
$strPDFReportTitle = 'レポートの題名';
$strPerHour = '時毎';
$strPerMinute = '/分';
$strPerSecond = '/秒';
$strPersian = 'ペルシア語';
$strPhoneBook = '電話帳';
$strPHP40203 = 'マルチバイト文字(mbstring)の扱いに重大なバグのある PHP 4.2.3 を使っています。PHP のバグレポート 19404 番です。phpMyAdmin を使用するなら、このバージョンの PHP はお奨めしません...と言うかパッチをあてなければ動作しません。';
$strPhp = 'PHP コードの作成';
$strPHPVersion = 'PHP バージョン';
$strPmaDocumentation = 'phpMyAdmin のドキュメント';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> を必ず設定ファイルで設定してください!';
$strPolish = 'ポーランド語';
$strPortrait = 'ポートレイト';
$strPos1 = '最初';
$strPrevious = '以前';
$strPrimary = '主要';
$strPrimaryKeyHasBeenDropped = '主キーを削除しました。';
$strPrimaryKeyName = '主キーの名前は... PRIMARY ではなければいけません。';
$strPrimaryKeyWarning = '("PRIMARY"はちょうど主キーの名前ではなければいけません。';
$strPrint = '印刷';
$strPrintView = '印刷用の表示';
$strPrintViewFull = '印刷ビュー (全テキストを含む)';
$strPrivDescAllPrivileges = 'GRANT を除くすべての特権を含みます。';
$strPrivDescAlter = '存在するテーブル構造の変更を許可します。';
$strPrivDescAlterRoutine = 'ストアドルーチンの変更と破棄を許可します。';
$strPrivDescCreateDb = '新しいデータベース、テーブルの作成を許可します。';
$strPrivDescCreateRoutine = 'ストアドルーチンの作成を許可します。';
$strPrivDescCreateTbl = '新しいテーブルの作成を許可します。';
$strPrivDescCreateTmpTable = 'テンポラリーテーブルの作成を許可します。';
$strPrivDescCreateUser = 'ユーザーアカウントの作成・破棄・名称変更を許可します。';
$strPrivDescCreateView = '新しいビューの作成を許可します。';
$strPrivDescDelete = 'データの削除を許可します。';
$strPrivDescDropDb = 'データベースとテーブルの削除を許可します。';
$strPrivDescDropTbl = 'テーブルの削除を許可します。';
$strPrivDescExecute5 = 'ストアドルーチンの実行を許可します。';
$strPrivDescExecute = 'ストアードプロシジャーを実行することを許可します。この MySQL 版では意味ありません。';
$strPrivDescFile = 'データのインポート、データのファイルへのエクスポートを許可します。';
$strPrivDescGrant = '特権テーブルのリロードなしにユーザー、特権の追加を許可します。';
$strPrivDescIndex = 'インデックスの作成、削除を許可します。';
$strPrivDescInsert = 'データの挿入、入れ替えを許可します。';
$strPrivDescLockTables = '現在のスレッドのロッキングテーブルを許可します。';
$strPrivDescMaxConnections = '1 時間内に新しく接続可能な数を制限します。';
$strPrivDescMaxQuestions = '1 時間内にサーバーに照会を送れる数を制限します。';
$strPrivDescMaxUpdates = '1 時間内にテーブル、データベースに対しての変更が発生するコマンドの数を制限します。';
$strPrivDescMaxUserConnections = 'ユーザーの同時の接続数を制限します。';
$strPrivDescProcess3 = '他のユーザープロセスを停止できることを許可します。';
$strPrivDescProcess4 = 'プロセス一覧中の完全な照会の表示を許可します。';
$strPrivDescReferences = 'この MySQL バージョンでは意味ありません。';
$strPrivDescReload = 'サーバーのリロード、キャッシュのクリアを許可します。';
$strPrivDescReplClient = 'スレーブかマスターを要求できる権利をユーザーに与えます。';
$strPrivDescReplSlave = 'レプリケーションスレーブが必要です。';
$strPrivDescSelect = 'データの読み出し許可';
$strPrivDescShowDb = 'データベースの完全な一覧へのアクセス権を与えます。';
$strPrivDescShowView = '照会 SHOW CREATE VIEW の実行を許可します。';
$strPrivDescShutdown = 'サーバーのシャットダウンを許可します。';
$strPrivDescSuper = '最大の接続数に達しても接続を許可します。多くの管理操作はグローバル変数や他ユーザープロセスの終了ができるような設定が必要です。';
$strPrivDescUpdate = 'データの修正を許可します。';
$strPrivDescUsage = '特権がありません。';
$strPrivileges = '特権';
$strPrivilegesReloaded = '特権はリロードされました。';
$strProcesslist = 'プロセス一覧';
$strProtocolVersion = 'プロトコルバージョン';
$strPutColNames = '最初の 1 行目にフィールド名を追加する';
 
$strQBE = '照会';
$strQBEDel = '削除';
$strQBEIns = '挿入';
$strQueryCache = '照会キャッシュ';
$strQueryFrame = '照会ウィンドウ';
$strQueryOnDb = 'データベースの SQL <b>%s</b>:';
$strQuerySQLHistory = 'SQL 履歴';
$strQueryStatistics = '<b>照会統計</b>: 起動時から %s 個の照会がサーバーに送信されています。';
$strQueryTime = '照会の実行時間 %01.4f 秒';
$strQueryType = '照会タイプ';
$strQueryWindowLock = 'ウィンドウの外からこの照会を書き換えできません。';
 
$strReadRequests = '読み込みリクエスト数';
$strReceived = '受信済';
$strRecords = 'レコード数';
$strReferentialIntegrity = '結合項目のチェック:';
$strRefresh = '再描画';
$strRelationalSchema = 'リレーショナルスキーマ';
$strRelationNotWorking = 'phpMyAdmin の独自機能であるリレーション機能を処理するためのリンクテーブルが有効になっていません。これを解決するには %sここ%s をクリックして原因を発見してください。';
$strRelations = 'リレーション';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strRelationView = 'リレーションを表示する';
$strReloadingThePrivileges = '特権を再読み込み中です。';
$strReloadMySQL = 'MySQL のリロード';
$strRemoveSelectedUsers = '選択されたユーザーを削除します';
$strRenameDatabaseOK = 'データベース「%s」は「%s」に名称変更しました。';
$strRenameTable = 'テーブル名の変更';
$strRenameTableOK = '「%s」を「%s」に名前を変更しました。';
$strRepairTable = 'テーブルを復旧する';
$strReplaceNULLBy = 'NULL を指定の文字列で置き換える';
$strReplaceTable = 'ファイルでテーブルを置き換える';
$strReplication = 'レプリケーション';
$strReset = 'リセット';
$strResourceLimits = 'リソースの制限';
$strReType = '再入力';
$strRevoke = '廃止';
$strRevokeAndDelete = 'ユーザーから有効な特権をすべて破棄して削除する';
$strRevokeAndDeleteDescr = 'ユーザーは特権を再読み込みするまで USAGE 特権のままです。';
$strRevokeMessage = '%s の特権を取消しました。';
$strRomanian = 'ルーマニア語';
$strRowLength = '行の長さ';
$strRows = '行';
$strRowsFrom = '開始行';
$strRowSize = ' 行のサイズ ';
$strRowsModeFlippedHorizontal = '水平 (回転したヘッダー)';
$strRowsModeHorizontal = '水平';
$strRowsModeOptions = '方向: %s : %s 列ずつヘッダーを繰り返し表示する';
$strRowsModeVertical = '垂直';
$strRowsStatistic = '行の統計';
$strRunning = 'が実行中です。 %s';
$strRunQuery = '照会の実行する';
$strRunSQLQuery = 'データベース「%s」で SQL を実行する';
$strRunSQLQueryOnServer = 'サーバー「%s」で SQL を実行する';
$strRussian = 'ロシア語';
 
$strSave = '保存する';
$strSaveOnServer = 'サーバー上のディレクトリ「%s」に保存する';
$strScaleFactorSmall = '1 ページ内に図表を配置させるためには大きさが小さ過ぎます';
$strSearch = '検索';
$strSearchFormTitle = 'データベース内を検索する';
$strSearchInTables = 'テーブルの指定:';
$strSearchNeedle = '検索する単語、または値 (ワイルドカードは: "%"):';
$strSearchOption1 = 'いずれかの単語を含む';
$strSearchOption2 = 'すべての単語を含む';
$strSearchOption3 = '正確なフレーズ';
$strSearchOption4 = '正規表現';
$strSearchResultsFor = '検索結果 "<i>%s</i>" %s:';
$strSearchType = '検索条件:';
$strSecretRequired = '設定ファイルは今は秘密パスフレーズを必要とします(blowfish_secret)。';
$strSelectADb = 'データベースを選択してください。';
$strSelectAll = '全選択';
$strSelectBinaryLog = '選択したバイナリログを閲覧する';
$strSelectFields = 'フィールドの選択(1 つ以上):';
$strSelectNumRows = '照会';
$strSelectTables = 'テーブルの選択';
$strSend = 'ファイルで保存する';
$strSent = '送信済';
$strServer = 'サーバー';
$strServerChoice = 'サーバーの選択をする';
$strServerNotResponding = 'サーバーが反応しません。';
$strServerStatus = 'ランタイム情報';
$strServerStatusDelayedInserts = '遅延インサート';
$strServerStatusUptime = 'この MySQL サーバーは %s 間動作中で、%s に起動しています。';
$strServerTabProcesslist = 'プロセス';
$strServerTabVariables = '変数';
$strServerTrafficNotes = '<b>サーバートラフィック</b>: このテーブルは MySQL サーバーが起動してからのネットワークトラフィックの統計を表示します。';
$strServerVars = 'サーバー変数と設定値';
$strServerVersion = 'サーバーのバージョン';
$strSessionValue = 'セッション値';
$strSetEnumVal = 'フィールドタイプが「enum」又は「set」の場合は値にこの書式を使って入力してください: \'a\',\'b\',\'c\'...<br />バックスラッシュ「"\"」又はクオート「"\'"」を入力したいと、頭にバックスラッシュを付けて下さい(例: 「\\\\xyz」もしくは「a\\\'b」)';
$strShowAll = 'すべて表示';
$strShowColor = '色表示';
$strShowDatadictAs = 'データ辞書形式';
$strShow = '表示';
$strShowFullQueries = '完全な照会を表示';
$strShowGrid = 'グリッドの表示';
$strShowingBookmark = 'ブックマークを閲覧中';
$strShowingRecords = 'レコードを表示する';
$strShowOpenTables = '開いているテーブルを表示する';
$strShowPHPInfo = 'PHP 情報';
$strShowSlaveHosts = 'スレーブホストを表示する';
$strShowSlaveStatus = 'スレーブの状態を表示する';
$strShowStatusBinlog_cache_disk_useDescr = 'テンポラリバイナリログキャッシュを利用しようとして、binlog_cache_sizeの値を超過したため、トランザクションのステートメントをテンポラリファイルに保存したトランザクションの数。';
$strShowStatusBinlog_cache_useDescr = '一時バイナリログキャッシュを使用した処理の数です。';
$strShowStatusCreated_tmp_disk_tablesDescr = '構文実行中にサーバーによって自動的にディスクに作成された一時テーブルの数です。Created_tmp_disk_tables が大きい場合、原因の一時テーブルをディスクベースの変わりにメモリベースにさせるように、値 tmp_table_size を増やしたいでしょう。';
$strShowStatusCreated_tmp_filesDescr = 'mysqld はどれだけの一時的ファイルを作成したかです。';
$strShowStatusCreated_tmp_tablesDescr = 'サーバーで構文の実行によって自動的に作成されたメモリ内の一時テーブルの数。';
$strShowStatusDelayed_errorsDescr = '若干のエラーが発生した INSERT DELAYED が書かれた行数です (おそらくキーの重複)';
$strShowStatusDelayed_insert_threadsDescr = '使用中の INSERT DELAYED ハンドラースレッドの数。INSERT DELAYED を適用する相異なるテーブルの数だけ固有のスレッドが用意されます。';
$strShowStatusDelayed_writesDescr = 'INSERT DELAYED で列書き込みをした数です。';
$strShowStatusFlush_commandsDescr = 'FLUSH 文を実行した数です。';
$strShowStatusHandler_commitDescr = 'COMMIT 文の内部数です。';
$strShowStatusHandler_deleteDescr = 'テーブルから列を削除した回数です。';
$strShowStatusHandler_discoverDescr = 'MySQLサーバはNDBクラスタストレージエンジンに特定の名前を持つテーブルについての情報を持っているか問い合わせることができます。これは開示と呼ばれています。Handler_discoverは、開示されたタイムテーブルの数を示します。';
$strShowStatusHandler_read_firstDescr = 'インデックスからはじめのエントリを読み込んだ回数です。これが高い場合、それはサーバーが多くの完全なインデックス走査を行っていると示します。例えば「SELECT col1 FROM foo」は col1 はインデックスと仮定します。';
$strShowStatusHandler_read_keyDescr = 'キーに基づいて行を読み込んだ要求の数です。これが高い場合、それはあなたの照会とテーブルが適切にインデックス付けされているというよい表示です。';
$strShowStatusHandler_read_nextDescr = 'キーの順番通りに行を読んでいるリクエストの数。この値は範囲の制約をつけてインデックス列を照会しているか、インデックススキャンを行っているときに増えます。';
$strShowStatusHandler_read_prevDescr = 'キーの順番通りに行を遡って読んでいるリクエストの数。この読み込みは主にORDER BY ... DESCを最適化するときに利用されます。';
$strShowStatusHandler_read_rndDescr = '固定された位置を基準に列を読んでいるリクエストの数。この値は結果をソートする必要がある照会を大量に行うと高くなります。おそらくテーブル全体をスキャンしなければならない照会を大量に行っているか、キーを適切に利用していないjoinを行っているものと思われます。';
$strShowStatusHandler_read_rnd_nextDescr = 'データファイル中の次の行を読み込む要求の数です。あなたが多くのテーブルスキャンをしている場合、これは高いです。一般にこれは、あなたのテーブルが適切にインデックスを付けられないか、照会がインデックスを利用するように書かれていないことを示唆します。';
$strShowStatusHandler_rollbackDescr = '内部 ROLLBACK 文の数です。';
$strShowStatusHandler_updateDescr = 'テーブルの行の更新を要求した数です。';
$strShowStatusHandler_writeDescr = 'テーブルに行の挿入を要求した数です。';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'データを含むページの数です (dirty or clean).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = '現在の汚いページの数です。';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'フラッシュされることを要求したバッファプールページの数です。';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = '空きページ数です。';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBバッファプールでラッチされているページ数。これは現在読み込んでいる、あるいは書き込んでいるページ、あるいは他の何らかの理由でフラッシュしたり削除したりできなくなっているページの数です。';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = '行ロックやアダプティブハッシュインデックスといった管理オーバヘッドのせいでビジーになっているページ数。この値はInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_dataという式でも計算できます。';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'ページのバッファプールのサイズの合計です。';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBが開始した「ランダム」読み込みの回数。これは照会がテーブルの大部分をランダムな順番でスキャンするときに発生します。';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDBが開始したシーケンシャル読み込みの回数。これはInnoDBがシーケンシャルなフルテーブルスキャンを行うときに発生します。';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB が行った論理的な読み込み要求の数です。';
$strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDBがバッファプールの内容を利用できず、シングルページ読み込みを行わなければならなかった論理読み込みの回数。';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = '通常InnoDBバッファプールへの書き込みはバックグラウンドで行われますが、ページの読み込みないし作成を行う必要があるのにクリーンなページが得られない場合は、まずそのページがフラッシュされるのを待つ必要があります。このカウンタは、そのウェイトの回数をカウントするものです。バッファプールの値が適切に設定されていれば、この値は小さいはずです。';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB バッファープールへの書き込みをした数です。';
$strShowStatusInnodb_data_fsyncsDescr = 'ここまでの fsync() 操作数です。';
$strShowStatusInnodb_data_pending_fsyncsDescr = '現在の fsync() 操作保留の数です。';
$strShowStatusInnodb_data_pending_readsDescr = '現在の読み込み保留の数です。';
$strShowStatusInnodb_data_pending_writesDescr = '現在の書き込み保留の数です。';
$strShowStatusInnodb_data_readDescr = 'ここまでのデータの読み込み量です(単位:バイト)';
$strShowStatusInnodb_data_readsDescr = '総読み込みデータの数です。';
$strShowStatusInnodb_data_writesDescr = '総書き込みデータの数です。';
$strShowStatusInnodb_data_writtenDescr = 'ここまでのデータの書き込み量です(単位:バイト)';
$strShowStatusInnodb_dblwr_pages_writtenDescr = '二重書き込みが実行された回数と、二重書き込みが発生したページ数。';
$strShowStatusInnodb_dblwr_writesDescr = '二重書き込みが実行された回数と、二重書き込みが発生したページ数。';
$strShowStatusInnodb_log_waitsDescr = 'ログバッファが小さすぎるせいで作業を続行する前にフラッシュしなければならなくなったために発生したウェイトの回数。';
$strShowStatusInnodb_log_write_requestsDescr = '要求されたログ書き込みの数です。';
$strShowStatusInnodb_log_writesDescr = 'ログファイルへの物理的な書込みの数です。';
$strShowStatusInnodb_os_log_fsyncsDescr = 'ログファイルの fsync 書き込みをした数です。';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'fsync 待ちのログファイル数です。';
$strShowStatusInnodb_os_log_pending_writesDescr = 'ログファイルの書き込みの保留です。';
$strShowStatusInnodb_os_log_writtenDescr = 'ログファイルに書き込みしたバイト数です。';
$strShowStatusInnodb_pages_createdDescr = '作成されたページの数です。';
$strShowStatusInnodb_page_sizeDescr = 'コンパイル時のページサイズ(デフォルト 16KB)です。多くの値がページでカウントされます; ページサイズは、それらが容易にバイトに変換されることを許可します。';
$strShowStatusInnodb_pages_readDescr = '読み込みしたページ数です。';
$strShowStatusInnodb_pages_writtenDescr = '書き込みしたページ数です。';
$strShowStatusInnodb_row_lock_current_waitsDescr = '現在待たれている列ロックの数です。';
$strShowStatusInnodb_row_lock_time_avgDescr = '列ロックを獲得する平均時間です(単位:ミリ秒)';
$strShowStatusInnodb_row_lock_timeDescr = '列の獲得に使われた合計時です(単位:ミリ秒)';
$strShowStatusInnodb_row_lock_time_maxDescr = '列ロックを獲得する最大時間です(単位:ミリ秒)';
$strShowStatusInnodb_row_lock_waitsDescr = '行ロックで待たなければならなかった回数です。';
$strShowStatusInnodb_rows_deletedDescr = 'InnoDB テーブルから削除した列数です。';
$strShowStatusInnodb_rows_insertedDescr = 'InnoDB テーブルに挿入した列数です。';
$strShowStatusInnodb_rows_readDescr = 'InnoDB テーブルから読み込んだ列数です。';
$strShowStatusInnodb_rows_updatedDescr = 'InnoDB テーブルで更新された列数です。';
$strShowStatusKey_blocks_not_flushedDescr = '変更されが、まだディスクにフラッシュされていない、キーキャッシュのキーブロックの数です。それはかつては Not_flushed_key_blocks として知られました。';
$strShowStatusKey_blocks_unusedDescr = 'キーキャッシュの未使用ブロックの数です。どれだけ使用しているか決定するためにこの値を使用することができます。';
$strShowStatusKey_blocks_usedDescr = 'キーキャッシュのブロックの使用数です。この値は、今まで同時に使用されたブロックの最大数を指す最高水準です。';
$strShowStatusKey_read_requestsDescr = 'キャッシュからキーブロックを読み込んだリクエスト数です。';
$strShowStatusKey_readsDescr = 'ディスクからのキーブロックの物理的読み込み数です。Key_reads が大きい場合、値 key_buffer_size が恐らく小さすぎます。キャッシュミス率は Key_reads/Key_read_requests として計算することができます。';
$strShowStatusKey_write_requestsDescr = 'キャッシュへのキーブロックの書き込んだリクエスト数です。';
$strShowStatusKey_writesDescr = 'ディスクへのキーブロックの物理的な書き込み数です。';
$strShowStatusLast_query_costDescr = '照会オプティマイザーによって計算された、最後にコンパイルされた照会の全コストです。同じ照会の異なる照会プランのコストを比較するのに役立ちます。デフォルト値 0 は、照会がまだコンパイルされていないことを意味します。';
$strShowStatusNot_flushed_delayed_rowsDescr = '照会 INSERT DELAY の書き込み待ちの行数です。';
$strShowStatusOpened_tablesDescr = '開いているテーブルの数です。開いているテーブルが多い場合、恐らくテーブルキャッシュの値が小さすぎます。';
$strShowStatusOpen_filesDescr = '開いているファイルの数です。';
$strShowStatusOpen_streamsDescr = '開いているストリームの数です (主としてログの記録に使用されます)';
$strShowStatusOpen_tablesDescr = '開いているテーブルの数です。';
$strShowStatusQcache_free_blocksDescr = '照会キャッシュ内の空きメモリブロックの数です。';
$strShowStatusQcache_free_memoryDescr = '照会キャッシュの空きメモリ量です。';
$strShowStatusQcache_hitsDescr = 'キャッシュのヒット数です。';
$strShowStatusQcache_insertsDescr = 'キャッシュに追加された照会数です。';
$strShowStatusQcache_lowmem_prunesDescr = '新しい照会をキャッシュするためにメモリを解放するべく、キャッシュから削除された照会の数。この情報は照会キャッシュのサイズを調整するときに便利です。照会キャッシュがキャッシュから削除する照会を決定する際には、最後に使われた時刻が最も古いものから削除する戦略をとります。';
$strShowStatusQcache_not_cachedDescr = 'キャッシュされない照会の数です (キャッシュできないか query_cache_type によるキャッシュしない設定)';
$strShowStatusQcache_queries_in_cacheDescr = 'キャッシュの中で登録された照会の数です。';
$strShowStatusQcache_total_blocksDescr = '照会キャッシュの総ブロック数です。';
$strShowStatusReset = 'リセット';
$strShowStatusRpl_statusDescr = 'フェイルセーフレプリケーションの状態です (実装されていません)';
$strShowStatusSelect_full_joinDescr = 'インデックスを用いない結合の数です。この値が 0 でない場合、注意深くテーブルのインデックスを確認するべきです。';
$strShowStatusSelect_full_range_joinDescr = '関連テーブルで範囲検索を使用した結合の数です。';
$strShowStatusSelect_range_checkDescr = 'キーなしでjoinした回数。これは各行についてキーの使用頻度をチェックするものです(これが0以外の場合はテーブルのインデックスをよくチェックしてください)。';
$strShowStatusSelect_rangeDescr = '最初のテーブルで範囲を使用した結合の数です (これが大きくても通常は危険ではありません)';
$strShowStatusSelect_scanDescr = '最初のテーブルの完全なスキャンを行った結合の数です。';
$strShowStatusSlave_open_temp_tablesDescr = 'スレーブ SQL スレッドによって現在開いている一時的テーブルの数です。';
$strShowStatusSlave_retried_transactionsDescr = 'レプリケーションのスレーブ SQL スレッドがトランザクションを再試行した回数の(起動からの)合計数。';
$strShowStatusSlave_runningDescr = 'このサーバーがマスターに接続されるスレーブである場合、これは ON です。';
$strShowStatusSlow_launch_threadsDescr = 'slow_launch_time の秒数より時間がかかって作成されたスレッドの数です。';
$strShowStatusSlow_queriesDescr = 'long_query_time の秒数を越えた照会の数です。';
$strShowStatusSort_merge_passesDescr = 'ソートアルゴリズムが実行しなければならなかったマージの回数。この値が高い場合は、sort_buffer_sizeシステム変数の値を増やすことを検討してください。';
$strShowStatusSort_rangeDescr = 'その範囲内でソートが行われた回数。';
$strShowStatusSort_rowsDescr = 'ソート済の行数です。';
$strShowStatusSort_scanDescr = 'テーブルの走査により行われたソート数です。';
$strShowStatusTable_locks_immediateDescr = 'テーブルロックがすぐに取得された回数です。';
$strShowStatusTable_locks_waitedDescr = 'テーブルロックがすぐに取得できなかったためにウェイトが発生した回数。この値が高く、パフォーマンスに問題が生じている場合は、まず照会を最適化してください。それでもだめなら、テーブルを分割するか、レプリケーションを利用してください。';
$strShowStatusThreads_cachedDescr = 'スレッドキャッシュ中のスレッド数です。キャッシュヒット率は Threads_created/Connections として計算することができます。この値が赤い場合、thread_cache_size を上げるべきです。';
$strShowStatusThreads_connectedDescr = '現在接続中の数です。';
$strShowStatusThreads_createdDescr = '接続を扱うために作成されたスレッドの数です。Threads_created が大きい場合、値 thread_cache_size を増加させたいと思うかもしれません。(通常よいスレッド実装をしている場合、これは顕著なパフォーマンス向上を与えません)';
$strShowStatusThreads_runningDescr = 'スリープしていないスレッドの数です。';
$strShowTableDimension = 'テーブルの大きさを表示する';
$strShowTables = 'テーブルの表示する';
$strShowThisQuery = ' 実行した照会をここに表示する';
$strSimplifiedChinese = '簡体字中国語';
$strSingly = '(1 回)';
$strSize = 'サイズ';
$strSkipQueries = '開始からスキップするレコード(照会)の数';
$strSlovak = 'スロバキア語';
$strSlovenian = 'スロベニア語';
$strSocketProblem = '(または、ローカルの MySQL サーバーのソケットは正確に設定されません)';
$strSort = 'ソート';
$strSortByKey = 'キーでソート';
$strSorting = 'ソート';
$strSpaceUsage = 'ディスク使用量';
$strSpanish = 'スペイン語';
$strSplitWordsWithSpace = '各単語はスペース文字(" ")で区切って下さい。';
$strSQLExportCompatibility = 'SQL 互換エクスポート';
$strSQLExportType = 'エクスポート形式';
$strSQLImportOptions = 'SQL オプション';
$strSQLOptions = 'SQL オプション';
$strSQLParserBugMessage = 'あなたは SQL パーサーのバグを見けられるかもしれません。あなたの問い合わせを念入りに確かめて、引用符が正しくミスマッチがないかチェックしましょう。その他の失敗にはテキストエリアで引用した外側にバイナリーコードが付いてファイルがアップロードされてしまったような原因が考えられます。また、あなたの問い合わせを MySQL のコマンドラインを使って試すこともできます。MySQL サーバーは以下のようにエラーを出します。そこには問題を解決する手助けがあるでしょう。コマンドラインでは成功しても、まだ問題がある場合、パーサーが失敗する場合には、問題のある SQL 問い合わせをひとつの文に減らしてみて下さい。そして以下のセクションでデータを切り取ってバグ報告を送って下さい:';
$strSQLParserUserError = 'SQL にエラーがあります。MySQL サーバーは以下のようにエラーを出力しました。そこには問題を解決する手助けがあるでしょう。';
$strSQLQuery = '実行した SQL';
$strSQLResult = 'SQL の結果';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = '認証が無効です。';
$strSQPBugUnclosedQuote = '引用符が閉じていません。';
$strSQPBugUnknownPunctuation = '無効な句読点文字です。';
$strStatCheckTime = '最終検査';
$strStatCreateTime = '作成日時';
$strStatement = 'ステートメント';
$strStatisticsOverrun = 'ビジーなサーバーでは、バイトカウンターが超過するかもしれません。従って、MySQL サーバーが報告するそれらの統計は正しくないかもしれません。';
$strStatUpdateTime = '最終更新';
$strStatus = '状態';
$strStorageEngine = 'ストレージエンジン';
$strStorageEngines = 'ストレージエンジン';
$strStrucCSV = 'CSV データ';
$strStrucData = '構造とデータ';
$strStrucDrop = '「DROP TABLE」を追加する';
$strStrucExcelCSV = 'MS Excel 用 CSV データ';
$strStrucNativeExcel = '本来の MS Excel データ';
$strStrucOnly = '構造のみ';
$strStructPropose = 'テーブル構造を確認する';
$strStructure = '構造';
$strSubmit = '実行する';
$strSuccess = 'SQL が正常に実行されました';
$strSum = '合計';
$strSwedish = 'スウェーデン語';
$strSwitchToDatabase = 'コピーしたデータベースに切り替える';
$strSwitchToTable = 'コピーしたテーブルに切り替える';
 
$strTable = 'テーブル ';
$strTableAlreadyExists = 'テーブル %s は既に存在します!';
$strTableComments = 'テーブルの説明';
$strTableEmpty = 'テーブル名は空です。';
$strTableHasBeenDropped = 'テーブル %s を削除しました。';
$strTableHasBeenEmptied = 'テーブル %s を空にしました。';
$strTableHasBeenFlushed = 'テーブル %s のキャッシュを空にしました。';
$strTableMaintenance = 'テーブル管理';
$strTableOfContents = 'テーブルの内容';
$strTableOptions = 'テーブルオプション';
$strTables = '%sテーブル';
$strTableStructure = 'テーブルの構造';
$strTableType = 'テーブルのタイプ';
$strTakeIt = 'それにします';
$strTblPrivileges = 'テーブル特定 特権';
$strTempData = '一時データ';
$strTextAreaLength = ' 長さの所為でこのフィールドを<br /> 修正できない可能性があります。';
$strThai = 'タイ語';
$strTheme = 'テーマ / スタイル';
$strThemeDefaultNotFound = 'デフォルトテーマ「%s」が見つかりません!';
$strThemeNoPreviewAvailable = 'プレビューは利用できません。';
$strThemeNotFound = 'テーマ「%s」が見つかりません!';
$strThemeNoValidImgPath = 'テーマ「%s」で正しい画像パスが見つかりません!';
$strThemePathNotFound = 'テーマ「%s」のテーマパスが見つかりません!';
$strThisHost = 'このホスト';
$strThisNotDirectory = 'これはディレクトリではありません';
$strThreads = 'スレッド';
$strThreadSuccessfullyKilled = 'スレッド %s は終了しました。';
$strTime = '時間';
$strTimeoutInfo = '以前にインポートでタイムアウトしています。再送信後、位置 %d より継続するでしょう。';
$strTimeoutNothingParsed = 'しかし、最後の実行でのデータは解析されていません。これは、通常 php の時間制限を増やさなければ phpMyAdmin がこのインポートを終了することができなということを意味します。';
$strTimeoutPassed = 'スクリプトがタイムアウトを過ぎました。インポートを終わらせたい場合、同じファイルを再送信し、インポートを再開させてください。';
$strToggleScratchboard = 'トグルスクラッチボード';
$strTotal = '合計';
$strTotalUC = '合計';
$strTraditionalChinese = '伝統的な中国語';
$strTraditionalSpanish = '伝統的なスペイン語';
$strTraffic = 'トラフィック';
$strTransactionCoordinator = 'トランザクションコーディネータ';
$strTransformation_application_octetstream__download = 'フィールドのバイナリデータをダウンロードするリンクを表示します。1 つ目のオプションはバイナリファイルのファイル名です。2 つ目オプションはファイル名を含むテーブル行の正しいフィールド名です。2 つ目のオプションを提供する場合、1 つ目のオプションは空文字列に設定する必要があります。';
$strTransformation_application_octetstream__hex = 'データの 16 進数表示です。';
$strTransformation_image_jpeg__inline = 'クリック可能なサムネイルを表示します; オプション: width・height をピクセルで指定 (元の比率を保ちます)';
$strTransformation_image_jpeg__link = 'この画像へのリンクを表示 (例えば blob を直接ダウンロード).';
$strTransformation_image_png__inline = '「image/jpeg: inline」を参照してください。';
$strTransformation_text_plain__dateformat = 'TIME、TIMESTAMP あるいは DATETIME フィールドで、ローカルの日付表示形式を用いて書式化します。1 つ目のオプションはタイムスタンプに加算するオフセット時間(単位:時間)です(デフォルト: 0)2 つ目のオプションは、PHP の strftime()で利用可能なパラメーターでのさまざまな日付表示形式です。';
$strTransformation_text_plain__external = 'LINUX のみ: 外部アプリケーションを起動し、標準入力からフィールドデータを入力します。アプリケーションの標準出力が返ります。デフォルトは Tidy で、綺麗な HTML コードを出力します。セキュリティの理由で、手動でファイル「libraries/text_plain__external.inc.php」を編集し、実行するを許可するツールを挿入しなければなりません。最初のオプションは、使用するプログラムの数で、2 つ目のオプションはプログラムのパラメータです。3 つ目のオプションが 1 に設定されていた場合、htmlspecialchars() を用いて出力を変換するでしょう(デフォルト: 1)4 つ目 オプションが 1 に設定されていた場合、禁則処理を防ぎ、出力がすべて 1 行に見えることを保証するでしょう(デフォルト: 1).';
$strTransformation_text_plain__formatted = 'フィールドの元の書式を保存します。エスケープせずに終了します。';
$strTransformation_text_plain__imagelink = '画像とリンク、ファイル名を含むフィールドを表示します; 1 つ目のオプションは "http://domain.com/" のような接頭語で、2 つ目のオプションはピクセル指定の幅、3 つ目は高さです。';
$strTransformation_text_plain__link = 'ファイル名を含むフィールド、リンクを表示; 1 つ目のオプションは "http://domain.com/" のような接頭語、2 つ目のオプションはリンクのタイトルです。';
$strTransformation_text_plain__sql = 'SQL 紹介 としてテキストの形式の文法をハイライトします。';
$strTransformation_text_plain__substr = '文字列の一部のみ表示します。1 つ目のオプションはテキストの出力がどこで開始するかオフセットを定義します (デフォルトは「0」です)2 つ目のオプションはどれだけのテキストを返すかのオフセットです。空の場合、残りのテキストをすべて返します。3 つ目のオプションは、文字列の一部が返される時、どの文字を出力に追加するか定義します。 (デフォルトは「...」です)';
$strTruncateQueries = '照会の表示を切り詰める';
$strTurkish = 'トルコ語';
$strType = 'フィールドタイプ';
 
$strUkrainian = 'ウクライナ語';
$strUncheckAll = 'チェックをすべて削除する';
$strUnicode = 'UNICODE';
$strUnique = '一意性';
$strUnknown = '不明';
$strUnselectAll = '全選択解除';
$strUnsupportedCompressionDetected = 'サポートされていない圧縮形式(%s)のファイルの読み込みを試みました。その実装がサポートされていないか、設定で無効になっているかのいずれかです。';
$strUpdatePrivMessage = '%s の特権を更新しました。';
$strUpdateProfileMessage = 'プロファイルを更新しました。';
$strUpdateQuery = '照会を更新する';
$strUpdComTab = 'Column_comments テーブルのアップグレード方法のドキュメントを参照してください。';
$strUpgrade = '%s %s かそれ移行にアップグレードするべきです。';
$strUploadLimit = '恐らくあまりにも大きなファイルをアップロードしようとしました。この制限の回避手段として %sドキュメント%s を参照してください。';
$strUsage = '使用量';
$strUseBackquotes = '逆クオートでテーブル名やフィールド名を囲む';
$strUsedPhpExtensions = '使用中の PHP 拡張';
$strUseHostTable = 'ホストテーブルを使う';
$strUserAlreadyExists = 'ユーザー「%s」は既に存在します!';
$strUser = 'ユーザー';
$strUserEmpty = 'ユーザー名は空です。';
$strUserName = 'ユーザー名';
$strUserNotFound = '選択されたユーザーは特権テーブルに見つかりませんでした。';
$strUserOverview = 'ユーザー概略';
$strUsersDeleted = '選択されたユーザーは削除されました。';
$strUsersHavingAccessToDb = 'ユーザーは &quot;%s&quot; へのアクセス権限を所持しています。';
$strUseTabKey = '値から値まで移るには TAB キーを、もしくはいろんな場所でも移動するには CTRL + カーソルを使用します。';
$strUseTables = '使うテーブル';
$strUseTextField = 'テキストフィールドを使用';
$strUseThisValue = 'この値を使用';
 
$strValidateSQL = 'SQL の検証';
$strValidatorError = 'SQL の検証機能を初期化できません。%sドキュメント%s に記述されているように PHP 拡張ライブラリがインストールされているかチェックしてください。';
$strValue = '値';
$strVar = '変数';
$strVersionInformation = 'バージョン情報';
$strView = 'ビュー';
$strViewDump = 'テーブルのダンプ(スキーマ)表示';
$strViewDumpDatabases = 'データベースのダンプビュー (スキーマ)';
$strViewDumpDB = 'DB のダンプ(スキーマ)表示';
$strViewHasBeenDropped = 'ビュー %s を破棄しました。';
$strViewMaxExactCount = 'このビューは %s 列以上あります。%sドキュメント%s を参照してください。';
 
$strWebServerUploadDirectory = 'ウェブサーバー上でアップロードする';
$strWebServerUploadDirectoryError = 'アップロードを行うディレクトリがありません。';
$strWelcome = '%s へようこそ';
$strWestEuropean = '西ヨーロッパ語';
$strWildcard = 'ワイルドカード';
$strWindowNotFound = 'ターゲットブラウザウィンドウを更新することができません。恐らく親ウィンドウを閉じたか、あるいはブラウザーのセキュリティ設定で、クロスウィンドウの更新をブロックしています。';
$strWithChecked = 'チェックしたものを:';
$strWriteRequests = '書き込みリクエスト数';
$strWritingCommentNotPossible = 'コメントの書き込みが有効ではありません。';
$strWritingRelationNotPossible = 'リレーションの書き込みが有効ではありません。';
$strWrongUser = 'ユーザー名またはパスワードが正しくありません。<br />アクセスは拒否されました。';
 
$strXkana = '全角カナへ変換する'; // convert to X208-kana
$strXML = 'XML';
 
$strYes = 'はい';
 
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限がなくなります。';
$strZip = '"zip 方式"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/korean-euc-kr.inc.php
0,0 → 1,999
<?php
/* $Id: korean-euc-kr.inc.php,v 2.107.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/* Translated by WooSuhan <kjh@unews.NOSPAM.co.kr> */
 
$charset = 'euc-kr';
$text_dir = 'ltr';
$left_font_family = '"±¼¸²", sans-serif';
$right_font_family = '"±¼¸²", sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('ÀÏ', '¿ù', 'È­', '¼ö', '¸ñ', '±Ý', 'Åä');
$month = array('ÇØ¿À¸§´Þ', '½Ã»ù´Þ', '¹°¿À¸§´Þ', 'ÀÙ»õ´Þ', 'Ǫ¸¥´Þ', '´©¸®´Þ', '°ß¿ìÁ÷³à´Þ', 'Ÿ¿À¸§´Þ', '¿­¸Å´Þ', 'Çϴÿ¬´Þ', '¹ÌÆ´´Þ', '¸Åµì´Þ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
// $datefmt = '%y³â %B %dÀÏ %p %I:%M ';
$datefmt = '%y-%m-%d %H:%M ';
 
$strAPrimaryKey = ' %s¿¡ ±âº» Å°°¡ Ãß°¡µÇ¾ú½À´Ï´Ù';
$strAccessDenied = 'Á¢±ÙÀÌ °ÅºÎµÇ¾ú½À´Ï´Ù.';
$strAction = '½ÇÇà';
$strAddDeleteColumn = '¿­(Ä®·³) Ãß°¡/»èÁ¦';
$strAddDeleteRow = 'Criteria Çà(·¹ÄÚµå) Ãß°¡/»èÁ¦';
$strAddNewField = 'Çʵå Ãß°¡Çϱâ';
$strAddPrivilegesOnDb = '´ÙÀ½ µ¥ÀÌÅͺ£À̽º¿¡ ±ÇÇÑ Ãß°¡Çϱâ';
$strAddPrivilegesOnTbl = '´ÙÀ½ Å×ÀÌºí¿¡ ±ÇÇÑ Ãß°¡Çϱâ';
$strAddSearchConditions = '°Ë»ö Á¶°Ç Ãß°¡ ("where" Á¶°Ç):';
$strAddToIndex = '%s°³ ¿­(Ä®·³)¿¡ À妽º Ãß°¡';
$strAddUser = '»õ »ç¿ëÀÚ Ãß°¡';
$strAddUserMessage = '»õ »ç¿ëÀÚ¸¦ Ãß°¡Çß½À´Ï´Ù.';
$strAffectedRows = 'Àû¿ëµÈ Çà(·¹ÄÚµå):';
$strAfter = '%s ´ÙÀ½¿¡';
$strAfterInsertBack = 'µÇµ¹¾Æ°¡±â';
$strAfterInsertNewInsert = '»õ Çà(·¹ÄÚµå) »ðÀÔÇϱâ';
$strAllTableSameWidth = '¸ðµç Å×À̺íÀ» °°Àº ³Êºñ·Î Ãâ·ÂÇÒ±î¿ä?';
$strAlterOrderBy = '´ÙÀ½ ¼ø¼­´ë·Î Å×À̺í Á¤·Ä(º¯°æ)';
$strAnIndex = '%s ¿¡ À妽º°¡ °É·È½À´Ï´Ù';
$strAnalyzeTable = 'Å×ÀÌºí ºÐ¼®';
$strAnd = '±×¸®°í';
$strAnyHost = '¾Æ¹«µ¥¼­³ª';
$strAnyUser = '¾Æ¹«³ª';
$strAscending = '¿À¸§Â÷¼ø';
$strAtBeginningOfTable = 'Å×À̺íÀÇ Ã³À½';
$strAtEndOfTable = 'Å×À̺íÀÇ ¸¶Áö¸·';
$strAttr = 'º¸±â';
$strAutodetect = 'ÀÚµ¿';
 
$strBack = 'µÚ·Î';
$strBinary = '¹ÙÀ̳ʸ®';
$strBinaryDoNotEdit = ' ¹ÙÀ̳ʸ® - ÆíÁý ±ÝÁö ';
$strBookmarkDeleted = 'ºÏ¸¶Å©¸¦ Á¦°ÅÇß½À´Ï´Ù.';
$strBookmarkQuery = 'ºÏ¸¶Å©µÈ SQL ÁúÀÇ';
$strBookmarkThis = 'ÀÌ SQL ÁúÀǸ¦ ºÏ¸¶Å©ÇÔ';
$strBrowse = 'º¸±â';
$strBzError = 'ÀÌ php ¹öÀüÀÇ Bz2 È®Àå¸ðµâÀÌ ±úÁ³±â ¶§¹®¿¡ phpMyAdminÀÌ ´ýÇÁÆÄÀÏÀ» ¾ÐÃàÇÒ ¼ö ¾ø½À´Ï´Ù. ȯ°æ¼³Á¤ÆÄÀÏ¿¡¼­<code>$cfg[\'BZipDump\']</code>¸¦ <code>FALSE</code>·Î ¼³Á¤ÇϽʽÿÀ. ¸¸¾à Bz2 ¾ÐÃàÀ» »ç¿ëÇÏ°íÀÚ ÇÑ´Ù¸é, php¹öÀüÀ» ¾÷±×·¹À̵åÇØ¾ß ÇÕ´Ï´Ù. ÀÚ¼¼ÇÑ ³»¿ëÀº php ¹ö±× ¸®Æ÷Æ® %s ¸¦ º¸½Ê½Ã¿À.';
$strBzip = '"bz ¾ÐÃà"';
 
$strCSVOptions = 'CSV ¿É¼Ç';
$strCannotLogin = 'MySQL ¼­¹ö¿¡ ·Î±×ÀÎÇÒ ¼ö ¾ø½À´Ï´Ù';
$strCantLoad = ' %s È®Àå¸ðµâÀ» ºÒ·¯¿Ã ¼ö ¾ø½À´Ï´Ù.<br />PHP ȯ°æ¼³Á¤À» °Ë»çÇϽʽÿÀ.';
$strCantRenameIdxToPrimary = 'À妽º À̸§À» ±âº» Å°·Î ¹Ù²Ü ¼ö ¾ø½À´Ï´Ù!';
$strChange = 'º¯°æ';
$strChangeDisplay = 'Ãâ·ÂÇÒ ÇÊµå ¼±ÅÃ';
$strChangePassword = '¾ÏÈ£ º¯°æ';
$strCharsetOfFile = 'ÆÄÀÏ ¹®ÀÚ¼Â:';
$strCheckAll = '¸ðµÎ üũ';
$strCheckPrivs = '»ç¿ë±ÇÇÑ º¸±â';
$strCheckPrivsLong = 'µ¥ÀÌÅͺ£À̽º &quot;%s&quot; ¿¡ ´ëÇÑ »ç¿ë±ÇÇÑ °Ë»ç.';
$strCheckTable = 'Å×ÀÌºí °Ë»ç';
$strChoosePage = 'ÆíÁýÇÒ ÆäÀÌÁö¸¦ ¼±ÅÃÇϼ¼¿ä';
$strColComFeat = '¿­(Ä®·³) ¼³¸í(ÄÚ¸àÆ®) Ãâ·ÂÇϱâ';
$strColumnNames = '¿­(Ä®·³) À̸§';
$strColumnPrivileges = '¿­(Ä®·³)¿¡ °üÇÑ ±ÇÇÑ';
$strComments = '¼³¸í(ÄÚ¸àÆ®)';
$strCompleteInserts = '¿ÏÀüÇÑ INSERT¹® ÀÛ¼º';
$strCompression = '¾ÐÃà';
$strConfigFileError = 'phpMyAdminÀÌ È¯°æ¼³Á¤ ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾ø½À´Ï´Ù!<br />PHP¿¡ ¿¡·¯°¡ Àְųª ½ÇÁ¦·Î ±× ÆÄÀÏÀÌ ¾ø´Â °æ¿ìÀÔ´Ï´Ù.<br />¾Æ·¡ ¸µÅ©¸¦ ÅëÇØ È¯°æ¼³Á¤ ÆÄÀϸ¸ ºÒ·¯µé¿©º¸½Ê½Ã¿À. ±×¸®°í PHP ¿¡·¯ ¸Þ½ÃÁö¸¦ È®ÀÎÇϽʽÿÀ. ¾îµò°¡¿¡ µû¿ÈÇ¥(quote)³ª ¼¼¹ÌÄÝ·Ð(;)ÀÌ ºüÁ®ÀÖ´Â °æ¿ì°¡ Á¾Á¾ ÀÖ½À´Ï´Ù.<br />¸¸¾à ¾Æ¹«°Íµµ º¸ÀÌÁö ¾ÊÀ¸¸é, Á¤»óÀûÀÎ °ÍÀÔ´Ï´Ù.';
$strConnections = '¿¬°á ¼ö';
$strCopyTable = 'Å×ÀÌºí º¹»ç (µ¥ÀÌÅͺ£À̽º¸í<b>.</b>Å×À̺í¸í):';
$strCopyTableOK = '%s Å×À̺íÀÌ %s À¸·Î º¹»çµÇ¾ú½À´Ï´Ù.';
$strCreate = ' ¸¸µé±â ';
$strCreateIndex = '%s °³ ¿­(Ä®·³)¿¡ À妽º ¸¸µé±â ';
$strCreateIndexTopic = '»õ À妽º ¸¸µé±â';
$strCreateNewDatabase = '»õ µ¥ÀÌÅͺ£À̽º ¸¸µé±â';
$strCreateNewTable = 'µ¥ÀÌÅͺ£À̽º %s¿¡ »õ·Î¿î Å×À̺íÀ» ¸¸µì´Ï´Ù.';
$strCreatePage = '»õ ÆäÀÌÁö ¸¸µé±â';
 
$strDBGMaxTimeMs = 'ÃÖ´ë½Ã°£, ms';
$strDBGMinTimeMs = 'Ãּҽð£, ms';
$strDBGModule = '¸ðµâ';
$strData = 'µ¥ÀÌÅÍ';
$strDataDict = 'µ¥ÀÌÅÍ »çÀü (Àüü ±¸Á¶º¸±â)';
$strDataOnly = 'µ¥ÀÌÅ͸¸';
$strDatabase = 'µ¥ÀÌÅͺ£À̽º';
$strDatabaseHasBeenDropped = 'µ¥ÀÌÅͺ£À̽º %s ¸¦ Á¦°ÅÇß½À´Ï´Ù.';
$strDatabases = 'µ¥ÀÌÅͺ£À̽º ';
$strDatabasesDropped = '%s µ¥ÀÌÅͺ£À̽º¸¦ »èÁ¦Çß½À´Ï´Ù.';
$strDatabasesStats = 'µ¥ÀÌÅͺ£À̽º »ç¿ë·® Åë°è';
$strDatabasesStatsDisable = 'Åë°è ¼û±â±â';
$strDatabasesStatsEnable = 'Åë°è º¸±â';
$strDatabasesStatsHeavyTraffic = 'ÁÖÀÇ: µ¥ÀÌÅͺ£À̽º Åë°è º¸±â´Â À¥¼­¹ö¿Í MySQL ¼­¹ö »çÀÌ¿¡ Å« ºÎÇϸ¦ ÁÝ´Ï´Ù.';
$strDbPrivileges = 'µ¥ÀÌÅͺ£À̽º¿¡ °üÇÑ ±ÇÇÑ';
$strDefault = '±âº»°ª';
$strDefaultValueHelp = '±âº»°ª¿¡´Â, ¿ª½½·¡½Ã³ª µû¿ÈÇ¥ ¾øÀÌ ´Ü ÇϳªÀÇ °ªÀ» ³ÖÀ¸½Ê½Ã¿À. (¿¹: a)';
$strDelete = '»èÁ¦';
$strDeleteAndFlush = '»ç¿ëÀÚ¸¦ »èÁ¦ÇÏ°í »ç¿ë±ÇÇÑÀ» °»½ÅÇÔ.';
$strDeleteAndFlushDescr = '°¡Àå È®½ÇÇÑ ¹æ¹ýÀÌÁö¸¸, »ç¿ë±ÇÇÑ Å×À̺íÀ» ´Ù½Ã ÀоîµéÀ̴µ¥´Â ¾à°£ÀÇ ½Ã°£ÀÌ °É¸³´Ï´Ù.';
$strDeleted = '¼±ÅÃÇÑ ÁÙ(·¹ÄÚµå)À» »èÁ¦ ÇÏ¿´½À´Ï´Ù.';
$strDeletedRows = 'Áö¿öÁø ÁÙ(·¹ÄÚµå):';
$strDeleting = ' %s À» »èÁ¦ÇÕ´Ï´Ù';
$strDescending = '³»¸²Â÷¼ø(¿ª¼ø)';
$strDisabled = '»ç¿ëºÒ°¡';
$strDisplayOrder = 'Ãâ·Â ¼ø¼­:';
$strDoAQuery = '´ÙÀ½À¸·Î ÁúÀǸ¦ ¸¸µé±â (¿ÍÀϵåÄ«µå: "%")';
$strDoYouReally = 'Á¤¸»·Î ´ÙÀ½À» ½ÇÇàÇϽðڽÀ´Ï±î? ';
$strDocu = 'µµ¿ò¸»';
$strDrop = '»èÁ¦';
$strDropUsersDb = '»ç¿ëÀÚ¸í°ú °°Àº À̸§ÀÇ µ¥ÀÌÅͺ£À̽º¸¦ »èÁ¦';
$strDumpXRows = '%s°³ÀÇ Çà(·¹ÄÚµå)À» ´ýÇÁ (%s¹ø° ·¹ÄÚµåºÎÅÍ).';
$strDumpingData = 'Å×À̺íÀÇ ´ýÇÁ µ¥ÀÌÅÍ';
$strDynamic = 'µ¿Àû(´ÙÀ̳»¹Í)';
 
$strEdit = '¼öÁ¤';
$strEditPDFPages = 'PDF ÆäÀÌÁö ÆíÁý';
$strEditPrivileges = '±ÇÇÑ ¼öÁ¤';
$strEffective = '½ÇÁ¦·®';
$strEmpty = 'ºñ¿ì±â';
$strEmptyResultSet = '°á°ú°ªÀÌ ¾ø½À´Ï´Ù. (ºó ·¹ÄÚµå ¸®ÅÏ.)';
$strEnabled = '»ç¿ë°¡´É';
$strEnd = '¸¶Áö¸·';
$strEnglishPrivileges = ' ÁÖÀÇ: MySQL ±ÇÇÑ À̸§Àº ¿µ¾î·Î Ç¥±âµÇ¾î¾ß ÇÕ´Ï´Ù. ';
$strError = '¿À·ù';
$strExplain = 'SQL Çؼ®';
$strExport = '³»º¸³»±â';
$strExtendedInserts = 'È®ÀåµÈ inserts';
$strExtra = 'Ãß°¡';
 
$strFailedAttempts = '½ÇÆÐÇÑ ½Ãµµ';
$strField = 'Çʵå';
$strFieldHasBeenDropped = 'Çʵå %s ¸¦ Á¦°ÅÇß½À´Ï´Ù';
$strFields = 'Çʵå';
$strFieldsEmpty = ' ÇÊµå °¹¼ö°¡ ¾ø½À´Ï´Ù! ';
$strFieldsEnclosedBy = 'ÇÊµå °¨½Î±â';
$strFieldsEscapedBy = 'Çʵå Ư¼ö¹®ÀÚ(escape) ó¸®';
$strFieldsTerminatedBy = 'ÇÊµå ±¸ºÐÀÚ ';
$strFileCouldNotBeRead = 'ÆÄÀÏÀ» ÀÐÀ» ¼ö ¾ø½À´Ï´Ù';
$strFileNameTemplate = 'ÆÄÀϸí ÅÛÇø´';
$strFileNameTemplateRemember = 'ÅÛÇø´ ±â¾ï';
$strFlushTable = 'Å×ÀÌºí ´Ý±â(ij½Ã »èÁ¦)';
$strFunction = 'ÇÔ¼ö';
 
$strGenTime = 'ó¸®ÇÑ ½Ã°£';
$strGlobalPrivileges = 'ÀüüÀû ±ÇÇÑ';
$strGo = '½ÇÇà';
$strGzip = 'gz ¾ÐÃà';
 
$strHasBeenAltered = 'À»(¸¦) º¯°æÇÏ¿´½À´Ï´Ù.';
$strHasBeenCreated = 'À»(¸¦) ÀÛ¼ºÇÏ¿´½À´Ï´Ù.';
$strHaveToShow = 'Ãâ·ÂÇÏ·Á¸é Àû¾îµµ 1°³ ÀÌ»óÀÇ ¿­(Ä®·³)À» ¼±ÅÃÇØ¾ß ÇÕ´Ï´Ù.';
$strHome = '½ÃÀÛÆäÀÌÁö';
$strHomepageOfficial = 'phpMyAdmin °ø½Ä Ȩ';
$strHost = 'È£½ºÆ®';
$strHostEmpty = 'È£½ºÆ®¸íÀÌ ¾ø½À´Ï´Ù!';
 
$strIgnore = 'Ignore';
$strIgnoringFile = 'ÆÄÀÏ %s À» ¹«½ÃÇÕ´Ï´Ù';
$strImportFiles = 'ÆÄÀÏ °¡Á®¿À±â';
$strInUse = '»ç¿ëÁß';
$strIndex = 'À妽º';
$strIndexHasBeenDropped = 'À妽º %s ¸¦ Á¦°ÅÇß½À´Ï´Ù';
$strIndexName = 'À妽º À̸§:';
$strIndexType = 'À妽º Á¾·ù:';
$strIndexes = 'À妽º';
$strInsecureMySQL = 'ȯ°æ¼³Á¤ÆÄÀÏ¿¡ MySQL °ü¸®ÀÚ ¾ÏÈ£°¡ ¾ø½À´Ï´Ù. ÀÌ°°Àº ±âº»¼³Á¤»óÅ·ΠMySQL ¼­¹ö°¡ ÀÛµ¿ÇÑ´Ù¸é ´©±¸³ª ħÀÔÇÒ ¼ö ÀÖÀ¸¹Ç·Î, ÀÌ º¸¾È»ó ÇãÁ¡À» ¼öÁ¤ÇϽñ⠹ٶø´Ï´Ù.';
$strInsert = '»ðÀÔ';
$strInsertAsNewRow = '»õ ¿­À» »ðÀÔÇÕ´Ï´Ù';
$strInsertNewRow = '»õ ¿­À» »ðÀÔ';
$strInsertedRows = '»ðÀÔµÈ ¿­:';
 
$strJumpToDB = 'µ¥ÀÌÅͺ£À̽º &quot;%s&quot; ·Î À̵¿.';
$strJustDelete = '±ÇÇÑ Å×ÀÌºí¿¡¼­ »ç¿ëÀÚ¸¦ »èÁ¦Çϱ⸸ ÇÔ.';
$strJustDeleteDescr = '»ç¿ë±ÇÇÑÀÌ °»½ÅµÇ±â±îÁö´Â &quot;»èÁ¦µÈ&quot; »ç¿ëÀڵ鵵 ¿©ÀüÈ÷ ¼­¹ö¸¦ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.';
 
$strKeepPass = '¾ÏÈ£¸¦ º¯°æÇÏÁö ¾ÊÀ½';
$strKeyname = 'Å° À̸§';
$strKill = 'Kill';
 
$strLengthSet = '±æÀÌ/°ª*';
$strLimitNumRows = 'ÆäÀÌÁö´ç ·¹ÄÚµå ¼ö';
$strLinesTerminatedBy = 'ÁÙ(¿­) ±¸ºÐÀÚ';
$strLocalhost = 'Local';
$strLocationTextfile = 'SQL ÅؽºÆ®ÆÄÀÏÀÇ À§Ä¡';
$strLogPassword = '¾ÏÈ£:';
$strLogUsername = '»ç¿ëÀÚ¸í:';
$strLogin = '·Î±×ÀÎ';
$strLoginInformation = '·Î±×ÀÎ Á¤º¸';
$strLogout = '·Î±×¾Æ¿ô';
 
$strModifications = '¼öÁ¤µÈ ³»¿ëÀÌ ÀúÀåµÇ¾ú½À´Ï´Ù.';
$strModify = '¼öÁ¤';
$strModifyIndexTopic = 'À妽º ¼öÁ¤';
$strMoveTable = 'Å×À̺í À̵¿ (µ¥ÀÌÅͺ£À̽º¸í<b>.</b>Å×À̺í¸í):';
$strMoveTableOK = 'Å×À̺í %s À» %s ·Î ¿Å°å½À´Ï´Ù.';
$strMySQLCharset = 'MySQL ¹®ÀÚ¼Â';
$strMySQLSaid = 'MySQL ¸Þ½ÃÁö: ';
$strMySQLShowProcess = 'MySQL ÇÁ·Î¼¼½º º¸±â';
$strMySQLShowStatus = 'MySQL ·±Å¸ÀÓ »óÅ º¸±â';
$strMySQLShowVars = 'MySQL ȯ°æ¼³Á¤°ª º¸±â';
 
$strName = 'À̸§';
$strNext = '´ÙÀ½';
$strNo = ' ¾Æ´Ï¿À ';
$strNoDatabases = 'µ¥ÀÌÅͺ£À̽º°¡ ¾ø½À´Ï´Ù';
$strNoDatabasesSelected = 'µ¥ÀÌÅͺ£À̽º¸¦ ¼±ÅÃÇÏÁö ¾Ê¾Ò½À´Ï´Ù.';
$strNoDescription = '¼³¸íÀÌ ¾ø½À´Ï´Ù';
$strNoDropDatabases = '"DROP DATABASE" ±¸¹®Àº Çã¶ôµÇÁö ¾Ê½À´Ï´Ù.';
$strNoExplain = 'Çؼ®(EXPLAIN) »ý·«';
$strNoFrames = 'phpMyAdmin Àº <b>ÇÁ·¹ÀÓÀ» Áö¿øÇÏ´Â</b> ºê¶ó¿ìÀú¿¡¼­ Àß º¸ÀÔ´Ï´Ù.';
$strNoIndex = 'À妽º°¡ ¼³Á¤µÇÁö ¾Ê¾Ò½À´Ï´Ù!';
$strNoModification = 'º¯È­ ¾øÀ½';
$strNoPassword = '¾ÏÈ£ ¾øÀ½';
$strNoPhp = 'PHP ÄÚµå ¾øÀÌ º¸±â';
$strNoPrivileges = '±ÇÇÑ ¾øÀ½';
$strNoRights = '¾î¶»°Ô µé¾î¿À¼Ì¾î¿ä? Áö±Ý ¿©±â ÀÖÀ» ±ÇÇÑÀÌ ¾ø½À´Ï´Ù!';
$strNoTablesFound = 'µ¥ÀÌÅͺ£À̽º¿¡ Å×À̺íÀÌ ¾ø½À´Ï´Ù.';
$strNoUsersFound = '»ç¿ëÀÚ°¡ ¾ø½À´Ï´Ù.';
$strNone = '¾øÀ½';
$strNotNumber = 'Àº ¼ýÀÚ(¹øÈ£)°¡ ¾Æ´Õ´Ï´Ù!';
$strNumTables = 'Å×ÀÌºí ¼ö';
 
$strOperations = 'Å×À̺í ÀÛ¾÷';
$strOptimizeTable = 'Å×À̺í ÃÖÀûÈ­';
$strOr = '¶Ç´Â';
$strOverhead = 'ºÎ´ã';
 
$strPHP40203 = 'PHP 4.2.3¿¡´Â ¸ÖƼ¹ÙÀÌÆ® ¹®ÀÚ¿­(mbstring) ¸ðµâ¿¡ ¹ö±×°¡ ÀÖÀ¸¹Ç·Î ÃßõÇÏÁö ¾Ê½À´Ï´Ù. PHP ¹ö±× ¸®Æ÷Æ® 19404¸¦ º¸½Ê½Ã¿À.';
$strPHPVersion = 'PHP ¹öÀü';
$strPageNumber = 'ÆäÀÌÁö:';
$strPassword = '¾ÏÈ£';
$strPasswordChanged = '%s ÀÇ ¾ÏÈ£°¡ ¹Ù²î¾ú½À´Ï´Ù.';
$strPasswordEmpty = '¾ÏÈ£°¡ ºñ¾ú½À´Ï´Ù!';
$strPasswordNotSame = '¾ÏÈ£°¡ µ¿ÀÏÇÏÁö ¾Ê½À´Ï´Ù!';
$strPdfDbSchema = '"%s" µ¥ÀÌÅͺ£À̽ºÀÇ ½ºÅ´(À±°û) - ÆäÀÌÁö %s';
$strPdfInvalidTblName = '"%s" Å×À̺íÀÌ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù!';
$strPdfNoTables = 'Å×À̺íÀÌ ¾ø½À´Ï´Ù';
$strPhp = 'PHP ÄÚµå º¸±â';
$strPmaDocumentation = 'phpMyAdmin ¼³¸í¼­';
$strPmaUriError = 'ȯ°æ¼³Á¤ ÆÄÀÏ¿¡¼­ <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÁÖ¼Ò¸¦ ±âÀÔÇϽʽÿÀ!';
$strPos1 = 'óÀ½';
$strPrevious = 'ÀÌÀü';
$strPrimary = '񃧯';
$strPrimaryKeyHasBeenDropped = '±âº» Å°¸¦ Á¦°ÅÇß½À´Ï´Ù';
$strPrimaryKeyName = '±âº» Å°ÀÇ À̸§Àº ¹Ýµå½Ã PRIMARY¿©¾ß ÇÕ´Ï´Ù!';
$strPrimaryKeyWarning = '("PRIMARY"´Â ±âº» Å°¸¸ÀÇ <b>À¯ÀÏÇÑ</b> À̸§ÀÔ´Ï´Ù!)';
$strPrint = 'Àμâ';
$strPrintView = 'Àμâ¿ë º¸±â';
$strPrivDescAllPrivileges = 'GRANT ÀÌ¿ÜÀÇ ¸ðµç ±ÇÇÑÀ» Æ÷ÇÔÇÔ.';
$strPrivDescAlter = 'Å×ÀÌºí ±¸Á¶ º¯°æ Çã¿ë.';
$strPrivDescCreateDb = 'DB ¹× Å×ÀÌºí »ý¼º Çã¿ë.';
$strPrivDescCreateTbl = 'Å×ÀÌºí »ý¼º Çã¿ë.';
$strPrivDescCreateTmpTable = 'ÀÓ½ÃÅ×ÀÌºí »ý¼º Çã¿ë.';
$strPrivDescDelete = 'µ¥ÀÌÅÍ »èÁ¦ Çã¿ë.';
$strPrivDescDropDb = 'DB ¹× Å×ÀÌºí »èÁ¦ Çã¿ë.';
$strPrivDescDropTbl = 'Å×ÀÌºí »èÁ¦ Çã¿ë.';
$strPrivDescExecute = 'ÀúÀåÇÁ·Î½ÃÀú(SP) »ç¿ëÀ» Çã¿ë; ÀÌ MySQL ¹öÀü¿¡´Â È¿°ú°¡ ¾øÀ½.';
$strPrivDescFile = 'µ¥ÀÌÅ͸¦ ÆÄÀÏ¿¡¼­ °¡Á®¿À±â ¹× ÆÄÀÏ·Î ³»º¸³»±â Çã¿ë.';
$strPrivDescGrant = '±ÇÇÑ Å×À̺íÀ» °»½ÅÇÏÁö ¾Ê°í »ç¿ëÀÚ¿Í ±ÇÇÑ Ãß°¡Çϱâ Çã¿ë.';
$strPrivDescIndex = 'À妽º »ý¼º ¹× »èÁ¦ Çã¿ë.';
$strPrivDescInsert = 'µ¥ÀÌÅÍ Ãß°¡(insert) ¹× º¯°æ(replace) Çã¿ë.';
$strPrivDescLockTables = 'ÇöÀç ¾²·¹µå¿¡ ´ëÇÑ Å×À̺í Àá±Ý(lock) Çã¿ë.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = '´Ù¸¥ »ç¿ëÀÚÀÇ ÇÁ·Î¼¼½º Á×À̱⸦ Çã¿ë.';
$strPrivDescReferences = 'ÀÌ ¹öÀüÀÇ MySQL¿¡´Â ¼Ò¿ëÀÌ ¾ø½À´Ï´Ù.';
$strPrivDescReload = 'ij½Ã¸¦ ºñ¿ì°í ¼­¹ö¸¦ Àç½Ãµ¿ÇÏ´Â °ÍÀ» Çã¿ë.';
$strPrivDescReplSlave = 'º¹Á¦¼­¹ö(replication slaves)¿¡ ÇÊ¿äÇÕ´Ï´Ù.';
$strPrivDescSelect = 'µ¥ÀÌÅÍ Àбâ Çã¿ë.';
$strPrivDescShowDb = 'Àüü µ¥ÀÌÅͺ£À̽º ¸ñ·Ï Á¢±ÙÀ» Çã¿ë';
$strPrivDescShutdown = '¼­¹ö Á¾·á Çã¿ë.';
$strPrivDescUpdate = 'µ¥ÀÌÅÍ º¯°æ Çã¿ë.';
$strPrivDescUsage = '±ÇÇÑ ¾øÀ½.';
$strPrivileges = '»ç¿ë±ÇÇÑ';
$strPrivilegesReloaded = '±ÇÇÑÀ» ´Ù½Ã ·ÎµùÇß½À´Ï´Ù.';
$strProcesslist = 'ÇÁ·Î¼¼½º ¸ñ·Ï';
$strPutColNames = '¸ÇóÀ½¿¡ Çʵå À̸§À» Ãâ·Â';
 
$strQBE = 'ÁúÀÇ ¸¶¹ý»ç';
$strQBEDel = '»èÁ¦';
$strQBEIns = '»ðÀÔ';
$strQueryFrame = 'ÁúÀÇ Ã¢';
$strQueryOnDb = 'µ¥ÀÌÅͺ£À̽º <b>%s</b>¿¡ SQL ÁúÀÇ:';
$strQuerySQLHistory = 'SQL ³»·Â(È÷½ºÅ丮)';
$strQueryStatistics = '<b>SQL ÁúÀÇ Åë°è</b>: ÀÌ ¼­¹ö¿¡ %s ¹øÀÇ ÁúÀÇ°¡ º¸³»Á³½À´Ï´Ù.';
$strQueryTime = 'ÁúÀÇ ½ÇÇà½Ã°£ %01.4f ÃÊ';
$strQueryType = 'ÁúÀÇ Á¾·ù';
 
$strReType = 'ÀçÀÔ·Â';
$strReceived = '¹ÞÀ½';
$strRecords = '·¹ÄÚµå¼ö';
$strReferentialIntegrity = 'referential ¹«°á¼º °Ë»ç:';
$strRelationNotWorking = 'linked Tables¿¡¼­ ÀÛµ¿ÇÏ´Â ºÎ°¡±â´ÉÀÌ »ç¿ëµÇÁö ¾Ê½À´Ï´Ù. ÀÌÀ¯¸¦ ¾Ë·Á¸é %s¿©±â¸¦ Ŭ¸¯%sÇϽʽÿÀ.';
$strReloadMySQL = 'MySQL Àç½Ãµ¿';
$strReloadingThePrivileges = '»ç¿ë±ÇÇÑÀ» °»½ÅÇÕ´Ï´Ù(Reloading the privileges)';
$strRemoveSelectedUsers = '¼±ÅÃÇÑ »ç¿ëÀÚ¸¦ »èÁ¦';
$strRenameTable = 'Å×À̺í À̸§ ¹Ù²Ù±â';
$strRenameTableOK = 'Å×À̺í %sÀ»(¸¦) %s(À¸)·Î º¯°æÇÏ¿´½À´Ï´Ù.';
$strRepairTable = 'Å×ÀÌºí º¹±¸';
$strReplaceTable = 'ÆÄÀÏ·Î Å×ÀÌºí ´ëÄ¡Çϱâ';
$strReset = '¸®¼¼Æ®';
$strResourceLimits = '¸®¼Ò½º Á¦ÇÑ';
$strRevoke = 'Á¦°Å';
$strRevokeAndDelete = '¸ðµç È°¼ºÈ­µÈ ±ÇÇÑÀ» ¹ÚÅ»ÇÏ°í »ç¿ëÀÚ¸¦ »èÁ¦ÇÔ.';
$strRevokeAndDeleteDescr = '»ç¿ë±ÇÇÑÀÌ ´Ù½Ã ·ÎµùµÇ±â±îÁö´Â ÀÌ »ç¿ëÀÚµéÀº ¿©ÀüÈ÷ USAGE ±ÇÇÑÀ» °®°í ÀÖ½À´Ï´Ù.';
$strRevokeMessage = '%sÀÇ ±ÇÇÑÀ» Á¦°ÅÇß½À´Ï´Ù.';
$strRowLength = 'Çà ±æÀÌ';
$strRowSize = ' Row size ';
$strRows = 'Çà(·¹ÄÚµå)';
$strRowsFrom = 'Çà. ½ÃÀÛ(Çà)À§Ä¡';
$strRowsModeFlippedHorizontal = '¼öÆò (rotated headers)';
$strRowsModeHorizontal = '¼öÆò(°¡·Î)';
$strRowsModeOptions = ' %s Á¤·Ä (%s Ä­ÀÌ ³ÑÀ¸¸é Çì´õ ¹Ýº¹)';
$strRowsModeVertical = '¼öÁ÷(¼¼·Î)';
$strRowsStatistic = 'Çà(·¹ÄÚµå) Åë°è';
$strRunQuery = 'ÁúÀÇ ½ÇÇà';
$strRunSQLQuery = 'µ¥ÀÌÅͺ£À̽º %s¿¡ SQL ÁúÀǸ¦ ½ÇÇà';
$strRunning = 'ÀÔ´Ï´Ù. (%s)';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL ¿É¼Ç';
$strSQLParserUserError = 'SQL ÁúÀǹ®¿¡ ¿¡·¯°¡ ÀÖ½À´Ï´Ù. MySQL ¼­¹ö°¡ ´ÙÀ½°ú °°Àº ¿¡·¯¸¦ Ãâ·ÂÇß½À´Ï´Ù. ÀÌ°ÍÀÌ ¹®Á¦¸¦ Áø´ÜÇϴµ¥ µµ¿òÀÌ µÉ °ÍÀÔ´Ï´Ù.';
$strSQLQuery = 'SQL ÁúÀÇ';
$strSQLResult = 'SQL °á°ú';
$strSQPBugInvalidIdentifer = 'À߸øµÈ ½Äº°ÀÚ(Identifer)';
$strSQPBugUnclosedQuote = 'µû¿ÈÇ¥(quote)°¡ ´ÝÈ÷Áö ¾Ê¾ÒÀ½';
$strSave = 'ÀúÀå';
$strSearch = '°Ë»ö';
$strSearchFormTitle = 'µ¥ÀÌÅͺ£À̽º °Ë»ö';
$strSearchInTables = 'ãÀ» Å×À̺í:';
$strSearchNeedle = 'ãÀ» ´Ü¾î, °ª (¿ÍÀϵåÄ«µå: "%"):';
$strSearchOption1 = '¾Æ¹« ´Ü¾î³ª';
$strSearchOption2 = '¸ðµç ´Ü¾î';
$strSearchOption3 = 'Á¤È®ÇÑ ¹®±¸';
$strSearchOption4 = 'Á¤±ÔÇ¥Çö½Ä';
$strSearchType = 'ã´Â ¹æ½Ä:';
$strSelectADb = 'µ¥ÀÌÅͺ£À̽º¸¦ ¼±ÅÃÇϼ¼¿ä';
$strSelectAll = '¸ðµÎ ¼±ÅÃ';
$strSelectFields = 'ÇÊµå ¼±Åà (Çϳª ÀÌ»ó):';
$strSelectNumRows = 'ÁúÀÇ(in query)';
$strSend = 'ÆÄÀÏ·Î ÀúÀå';
$strSent = 'º¸³¿';
$strServer = '¼­¹ö';
$strServerChoice = '¼­¹ö ¼±ÅÃ';
$strServerStatus = '·±Å¸ÀÓ Á¤º¸';
$strServerStatusUptime = 'ÀÌ MySQL ¼­¹ö´Â %s µ¿¾È ±¸µ¿µÇ¾ú½À´Ï´Ù. <br/>±¸µ¿ ½ÃÀÛ³¯Â¥´Â %s ÀÔ´Ï´Ù.';
$strServerTabProcesslist = 'ÇÁ·Î¼¼½º ¸ñ·Ï';
$strServerTabVariables = 'ȯ°æ¼³Á¤°ª';
$strServerTrafficNotes = '<b>¼­¹ö ¼ÒÅë·®</b>: ÀÌ Å×À̺íÀº MySQL¼­¹ö°¡ ±¸µ¿µÈ ÀÌ·¡ÀÇ ³×Æ®¿÷ ºÎÇÏ »óŸ¦ º¸¿©ÁÝ´Ï´Ù.';
$strServerVars = '¼­¹öÀÇ È¯°æ¼³Á¤';
$strServerVersion = '¼­¹ö ¹öÀü';
$strSessionValue = '¼¼¼Ç °ª';
$strSetEnumVal = 'Çʵå Á¾·ù°¡ "enum"À̳ª "set"ÀÏ °æ¿ì, ´ÙÀ½°ú °°Àº Çü½ÄÀ¸·Î °ªÀ» ÀÔ·ÂÇϽʽÿÀ: \'a\',\'b\',\'c\'...<br />¿©±â¿¡ ¿ª½½·¡½Ã(\)³ª ÀÛÀº µû¿ÈÇ¥(\')¸¦ ³Ö¾î¾ß ÇÑ´Ù¸é, ±× ¾Õ¿¡ ¿ª½½·¡½Ã¸¦ »ç¿ëÇϽʽÿÀ. (¿¹: \'\\\\xyz\' ¶Ç´Â \'a\\\'b\').';
$strShow = 'º¸±â';
$strShowAll = '¸ðµÎ º¸±â';
$strShowColor = '»ö±ò º¸±â';
$strShowGrid = 'grid º¸±â';
$strShowPHPInfo = 'PHP Á¤º¸ º¸±â';
$strShowTables = 'Å×ÀÌºí º¸±â';
$strShowThisQuery = ' ÀÌ ÁúÀǸ¦ ´Ù½Ã º¸¿©ÁÜ ';
$strShowingRecords = 'Çà(·¹ÄÚµå) º¸±â';
$strSingly = '(´Üµ¶À¸·Î)';
$strSize = 'Å©±â';
$strSort = 'Á¤·Ä';
$strSpaceUsage = '°ø°£ »ç¿ë·®';
$strSplitWordsWithSpace = '´Ü¾î´Â ½ºÆäÀ̽º(" ")·Î ±¸ºÐµË´Ï´Ù.';
$strStatCheckTime = '°Ë»ç';
$strStatCreateTime = '»ý¼º';
$strStatUpdateTime = '¾÷µ¥ÀÌÆ®';
$strStatement = '¸í¼¼';
$strStatus = '»óÅÂ';
$strStrucCSV = 'CSV µ¥ÀÌÅÍ';
$strStrucData = '±¸Á¶¿Í µ¥ÀÌÅÍ ¸ðµÎ';
$strStrucDrop = '\'DROP TABLE\'¹® Ãß°¡';
$strStrucExcelCSV = 'MS¿¢¼¿ CSV µ¥ÀÌÅÍ';
$strStrucOnly = '±¸Á¶¸¸';
$strStructPropose = 'Á¦¾ÈÇÏ´Â Å×ÀÌºí ±¸Á¶';
$strStructure = '±¸Á¶';
$strSubmit = 'È®ÀÎ';
$strSuccess = 'SQL ÁúÀÇ°¡ ¹Ù¸£°Ô ½ÇÇàµÇ¾ú½À´Ï´Ù.';
$strSum = '°è';
$strSwitchToTable = 'º¹»çÇÑ Å×À̺í·Î ¿Å°Ü°¨';
 
$strTable = 'Å×À̺í ';
$strTableComments = 'Å×ÀÌºí ¼³¸í';
$strTableEmpty = 'Å×À̺í¸íÀÌ ¾ø½À´Ï´Ù!';
$strTableHasBeenDropped = 'Å×À̺í %s À» Á¦°ÅÇß½À´Ï´Ù.';
$strTableHasBeenEmptied = 'Å×À̺í %s À» ºñ¿ü½À´Ï´Ù';
$strTableHasBeenFlushed = 'Å×À̺í %s À» ´Ý¾Ò½À´Ï´Ù(ij½Ã »èÁ¦)';
$strTableMaintenance = 'Å×À̺í À¯Áöº¸¼ö';
$strTableStructure = 'Å×ÀÌºí ±¸Á¶';
$strTableType = 'Å×À̺í Á¾·ù';
$strTables = 'Å×À̺í %s °³';
$strTblPrivileges = 'Å×ÀÌºí¿¡ °üÇÑ ±ÇÇÑ';
$strTextAreaLength = ' ÇʵåÀÇ ±æÀÌ ¶§¹®¿¡,<br />ÀÌ Çʵ带 ÆíÁýÇÒ ¼ö ¾ø½À´Ï´Ù ';
$strThisNotDirectory = 'µð·ºÅ丮°¡ ¾Æ´Õ´Ï´Ù';
$strThreadSuccessfullyKilled = '¾²·¹µå %s ¸¦ Á׿´½À´Ï´Ù.';
$strTime = '½Ã°£';
$strTotal = 'ÇÕ°è';
$strTotalUC = 'Àüü »ç¿ë·®';
$strTraffic = '¼ÒÅë·®';
$strType = 'Á¾·ù';
 
$strUncheckAll = '¸ðµÎ üũ¾ÈÇÔ';
$strUnique = '°íÀ¯°ª';
$strUnselectAll = '¸ðµÎ ¼±ÅþÈÇÔ';
$strUpdatePrivMessage = '%s ÀÇ ±ÇÇÑÀ» ¾÷µ¥ÀÌÆ®Çß½À´Ï´Ù.';
$strUpdateProfileMessage = 'ÇÁ·ÎÆÄÀÏÀ» ¾÷µ¥ÀÌÆ®Çß½À´Ï´Ù.';
$strUpdateQuery = 'ÁúÀÇ ¾÷µ¥ÀÌÆ®';
$strUsage = '»ç¿ë¹ý(·®)';
$strUseBackquotes = 'Å×À̺í, Çʵå¸í¿¡ ¹éÄõÅÍ(`) »ç¿ë';
$strUseTables = '»ç¿ëÇÒ Å×À̺í';
$strUser = '»ç¿ëÀÚ';
$strUserAlreadyExists = '»ç¿ëÀÚ %s °¡ ÀÌ¹Ì Á¸ÀçÇÕ´Ï´Ù!';
$strUserEmpty = '»ç¿ëÀÚ¸íÀÌ ¾ø½À´Ï´Ù!';
$strUserName = '»ç¿ëÀÚ¸í';
$strUserNotFound = '¼±ÅÃÇÑ »ç¿ëÀÚ´Â »ç¿ë±ÇÇÑ Å×ÀÌºí¿¡ Á¸ÀçÇÏÁö ¾Ê½À´Ï´Ù.';
$strUserOverview = '»ç¿ëÀÚ °³¿ä';
$strUsersDeleted = '¼±ÅÃÇÑ »ç¿ëÀÚµéÀ» »èÁ¦Çß½À´Ï´Ù.';
$strUsersHavingAccessToDb = '&quot;%s&quot; ¿¡ Á¢±ÙÇÒ ¼ö ÀÖ´Â »ç¿ëÀÚµé';
 
$strValidateSQL = 'SQL °Ë»ç';
$strValidatorError = 'SQL °Ë»ç±â°¡ ÃʱâÈ­µÇÁö ¾Ê¾Ò½À´Ï´Ù. %s¹®¼­%s¿¡¼­ ¼³¸íÇÑ php È®Àå¸ðµâÀ» ¼³Ä¡Çß´ÂÁö È®ÀÎÇغ¸½Ê½Ã¿À.';
$strValue = '°ª';
$strVar = 'º¯¼ö';
$strViewDump = 'Å×À̺íÀÇ ´ýÇÁ(½ºÅ°¸¶) µ¥ÀÌÅÍ º¸±â';
$strViewDumpDB = 'µ¥ÀÌÅͺ£À̽ºÀÇ ´ýÇÁ(½ºÅ°¸¶) µ¥ÀÌÅÍ º¸±â';
 
$strWebServerUploadDirectory = 'À¥¼­¹ö ¾÷·Îµå µð·ºÅ丮';
$strWebServerUploadDirectoryError = '¾÷·Îµå µð·ºÅ丮¿¡ Á¢±ÙÇÒ ¼ö ¾ø½À´Ï´Ù';
$strWelcome = '%s¿¡ ¿À¼Ì½À´Ï´Ù';
$strWithChecked = '¼±ÅÃÇÑ °ÍÀ»:';
$strWrongUser = '»ç¿ëÀÚ¸í/¾ÏÈ£°¡ Ʋ·È½À´Ï´Ù. Á¢±ÙÀÌ °ÅºÎµÇ¾ú½À´Ï´Ù.';
 
$strYes = ' ¿¹ ';
 
$strZeroRemovesTheLimit = 'ÁÖÀÇ: ÀÌ ¿É¼ÇÀ» 0À¸·Î Çϸé Á¦ÇÑÀÌ ¾ø¾îÁý´Ï´Ù.';
$strZip = 'zip ¾ÐÃà';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAdministration = 'Administration'; //to translate
$strAll = 'All'; // To translate
$strAny = 'Any'; // To translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBookmarkLabel = 'Label'; // To translate
$strBookmarkView = 'View only'; // To translate
 
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; // To translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCommand = 'Command'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCookiesRequired = 'ÄíÅ° »ç¿ëÀÌ °¡´ÉÇØ¾ß ÇÕ´Ï´Ù past this point.'; // To translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strCriteria = 'Criteria'; // To translate
 
$strDBComment = 'Database comment: ';//to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFixed = 'fixed'; // To translate
$strFlushPrivilegesNote = 'ÁÖÀÇ: phpMyAdminÀº »ç¿ëÀÚÀÇ »ç¿ë±ÇÇÑÀ» MySQLÀÇ »ç¿ë±ÇÇÑ Å×ÀÌºí¿¡¼­ °ð¹Ù·Î Àоî¿É´Ï´Ù. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strFormEmpty = 'Missing value in the form !'; // To translate
$strFormat = 'Format'; // To translate
$strFullText = 'Full Texts'; // To translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General °ü°è features'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
 
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; // To translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strInnodbStat = 'InnoDB »óÅÂ'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
 
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLandscape = 'Landscape'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
 
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
 
$strNoIndexPartsDefined = 'No index parts defined!'; // To translate
$strNoOptions = 'This format has no options';//to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> Å×À̺íÀÌ ¾ø°Å³ª or not set in %s'; //to translate
$strNull = 'Null'; // To translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPartialText = 'Partial Texts'; // To translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPortrait = 'Portrait'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescSuper = 'ÃÖ´ë ¿¬°á¼ö¸¦ ÃÊ°úÇßÀ» °æ¿ì¿¡µµ ¿¬°áÀ» Çã¿ë; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
 
$strRelationView = 'Relation view'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelations = 'Relations'; //to translate
 
$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:'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
 
$strTableOfContents = 'Table of contents'; //to translate
$strThisHost = 'This Host'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: ¿ÜºÎ ÇÁ·Î±×·¥À» ½ÇÇàÇÏ°í Ç¥ÁØ ÀÔ·ÂÀ¸·Î fielddata ¸¦ °ø±ÞÇÕ´Ï´Ù. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strWildcard = 'wildcard'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML';//to translate
 
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/korean-utf-8.inc.php
0,0 → 1,1000
<?php
/* $Id: korean-utf-8.inc.php,v 2.107.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/* Translated by WooSuhan <kjh@unews.NOSPAM.co.kr> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = '"굴림", sans-serif';
$right_font_family = '"굴림", sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('일', '월', '화', '수', '목', '금', '토');
$month = array('해오름달', '시샘달', '물오름달', '잎새달', '푸른달', '누리달', '견우직녀달', '타오름달', '열매달', '하늘연달', '미틈달', '매듭달');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
// $datefmt = '%y년 %B %d일 %p %I:%M ';
$datefmt = '%y-%m-%d %H:%M ';
 
$strAPrimaryKey = ' %s에 기본 키가 추가되었습니다';
$strAccessDenied = '접근이 거부되었습니다.';
$strAction = '실행';
$strAddDeleteColumn = '열(칼럼) 추가/삭제';
$strAddDeleteRow = 'Criteria 행(레코드) 추가/삭제';
$strAddNewField = '필드 추가하기';
$strAddPrivilegesOnDb = '다음 데이터베이스에 권한 추가하기';
$strAddPrivilegesOnTbl = '다음 테이블에 권한 추가하기';
$strAddSearchConditions = '검색 조건 추가 ("where" 조건):';
$strAddToIndex = '%s개 열(칼럼)에 인덱스 추가';
$strAddUser = '새 사용자 추가';
$strAddUserMessage = '새 사용자를 추가했습니다.';
$strAffectedRows = '적용된 행(레코드):';
$strAfter = '%s 다음에';
$strAfterInsertBack = '되돌아가기';
$strAfterInsertNewInsert = '새 행(레코드) 삽입하기';
$strAllTableSameWidth = '모든 테이블을 같은 너비로 출력할까요?';
$strAlterOrderBy = '다음 순서대로 테이블 정렬(변경)';
$strAnIndex = '%s 에 인덱스가 걸렸습니다';
$strAnalyzeTable = '테이블 분석';
$strAnd = '그리고';
$strAnyHost = '아무데서나';
$strAnyUser = '아무나';
$strAscending = '오름차순';
$strAtBeginningOfTable = '테이블의 처음';
$strAtEndOfTable = '테이블의 마지막';
$strAttr = '보기';
$strAutodetect = '자동';
 
$strBack = '뒤로';
$strBinary = '바이너리';
$strBinaryDoNotEdit = ' 바이너리 - 편집 금지 ';
$strBookmarkDeleted = '북마크를 제거했습니다.';
$strBookmarkQuery = '북마크된 SQL 질의';
$strBookmarkThis = '이 SQL 질의를 북마크함';
$strBrowse = '보기';
$strBzError = '이 php 버전의 Bz2 확장모듈이 깨졌기 때문에 phpMyAdmin이 덤프파일을 압축할 수 없습니다. 환경설정파일에서<code>$cfg[\'BZipDump\']</code>를 <code>FALSE</code>로 설정하십시오. 만약 Bz2 압축을 사용하고자 한다면, php버전을 업그레이드해야 합니다. 자세한 내용은 php 버그 리포트 %s 를 보십시오.';
$strBzip = '"bz 압축"';
 
$strCSVOptions = 'CSV 옵션';
$strCannotLogin = 'MySQL 서버에 로그인할 수 없습니다';
$strCantLoad = ' %s 확장모듈을 불러올 수 없습니다.<br />PHP 환경설정을 검사하십시오.';
$strCantRenameIdxToPrimary = '인덱스 이름을 기본 키로 바꿀 수 없습니다!';
$strChange = '변경';
$strChangeDisplay = '출력할 필드 선택';
$strChangePassword = '암호 변경';
$strCharsetOfFile = '파일 문자셋:';
$strCheckAll = '모두 체크';
$strCheckPrivs = '사용권한 보기';
$strCheckPrivsLong = '데이터베이스 &quot;%s&quot; 에 대한 사용권한 검사.';
$strCheckTable = '테이블 검사';
$strChoosePage = '편집할 페이지를 선택하세요';
$strColComFeat = '열(칼럼) 설명(코멘트) 출력하기';
$strColumnNames = '열(칼럼) 이름';
$strColumnPrivileges = '열(칼럼)에 관한 권한';
$strComments = '설명(코멘트)';
$strCompleteInserts = '완전한 INSERT문 작성';
$strCompression = '압축';
$strConfigFileError = 'phpMyAdmin이 환경설정 파일을 읽을 수 없습니다!<br />PHP에 에러가 있거나 실제로 그 파일이 없는 경우입니다.<br />아래 링크를 통해 환경설정 파일만 불러들여보십시오. 그리고 PHP 에러 메시지를 확인하십시오. 어딘가에 따옴표(quote)나 세미콜론(;)이 빠져있는 경우가 종종 있습니다.<br />만약 아무것도 보이지 않으면, 정상적인 것입니다.';
$strConnections = '연결 수';
$strCopyTable = '테이블 복사 (데이터베이스명<b>.</b>테이블명):';
$strCopyTableOK = '%s 테이블이 %s 으로 복사되었습니다.';
$strCreate = ' 만들기 ';
$strCreateIndex = '%s 개 열(칼럼)에 인덱스 만들기 ';
$strCreateIndexTopic = '새 인덱스 만들기';
$strCreateNewDatabase = '새 데이터베이스 만들기';
$strCreateNewTable = '데이터베이스 %s에 새로운 테이블을 만듭니다.';
$strCreatePage = '새 페이지 만들기';
 
$strDBGMaxTimeMs = '최대시간, ms';
$strDBGMinTimeMs = '최소시간, ms';
$strDBGModule = '모듈';
$strData = '데이터';
$strDataDict = '데이터 사전 (전체 구조보기)';
$strDataOnly = '데이터만';
$strDatabase = '데이터베이스';
$strDatabaseHasBeenDropped = '데이터베이스 %s 를 제거했습니다.';
$strDatabases = '데이터베이스 ';
$strDatabasesDropped = '%s 데이터베이스를 삭제했습니다.';
$strDatabasesStats = '데이터베이스 사용량 통계';
$strDatabasesStatsDisable = '통계 숨기기';
$strDatabasesStatsEnable = '통계 보기';
$strDatabasesStatsHeavyTraffic = '주의: 데이터베이스 통계 보기는 웹서버와 MySQL 서버 사이에 큰 부하를 줍니다.';
$strDbPrivileges = '데이터베이스에 관한 권한';
$strDefault = '기본값';
$strDefaultValueHelp = '기본값에는, 역슬래시나 따옴표 없이 단 하나의 값을 넣으십시오. (예: a)';
$strDelete = '삭제';
$strDeleteAndFlush = '사용자를 삭제하고 사용권한을 갱신함.';
$strDeleteAndFlushDescr = '가장 확실한 방법이지만, 사용권한 테이블을 다시 읽어들이는데는 약간의 시간이 걸립니다.';
$strDeleted = '선택한 줄(레코드)을 삭제 하였습니다.';
$strDeletedRows = '지워진 줄(레코드):';
$strDeleting = ' %s 을 삭제합니다';
$strDescending = '내림차순(역순)';
$strDisabled = '사용불가';
$strDisplayOrder = '출력 순서:';
$strDoAQuery = '다음으로 질의를 만들기 (와일드카드: "%")';
$strDoYouReally = '정말로 다음을 실행하시겠습니까? ';
$strDocu = '도움말';
$strDrop = '삭제';
$strDropUsersDb = '사용자명과 같은 이름의 데이터베이스를 삭제';
$strDumpXRows = '%s개의 행(레코드)을 덤프 (%s번째 레코드부터).';
$strDumpingData = '테이블의 덤프 데이터';
$strDynamic = '동적(다이내믹)';
 
$strEdit = '수정';
$strEditPDFPages = 'PDF 페이지 편집';
$strEditPrivileges = '권한 수정';
$strEffective = '실제량';
$strEmpty = '비우기';
$strEmptyResultSet = '결과값이 없습니다. (빈 레코드 리턴.)';
$strEnabled = '사용가능';
$strEnd = '마지막';
$strEnglishPrivileges = ' 주의: MySQL 권한 이름은 영어로 표기되어야 합니다. ';
$strError = '오류';
$strExplain = 'SQL 해석';
$strExport = '내보내기';
$strExtendedInserts = '확장된 inserts';
$strExtra = '추가';
 
$strFailedAttempts = '실패한 시도';
$strField = '필드';
$strFieldHasBeenDropped = '필드 %s 를 제거했습니다';
$strFields = '필드';
$strFieldsEmpty = ' 필드 갯수가 없습니다! ';
$strFieldsEnclosedBy = '필드 감싸기';
$strFieldsEscapedBy = '필드 특수문자(escape) 처리';
$strFieldsTerminatedBy = '필드 구분자 ';
$strFileCouldNotBeRead = '파일을 읽을 수 없습니다';
$strFileNameTemplate = '파일명 템플릿';
$strFileNameTemplateRemember = '템플릿 기억';
$strFlushTable = '테이블 닫기(캐시 삭제)';
$strFunction = '함수';
 
$strGenTime = '처리한 시간';
$strGlobalPrivileges = '전체적 권한';
$strGo = '실행';
$strGzip = 'gz 압축';
 
$strHasBeenAltered = '을(를) 변경하였습니다.';
$strHasBeenCreated = '을(를) 작성하였습니다.';
$strHaveToShow = '출력하려면 적어도 1개 이상의 열(칼럼)을 선택해야 합니다.';
$strHome = '시작페이지';
$strHomepageOfficial = 'phpMyAdmin 공식 홈';
$strHost = '호스트';
$strHostEmpty = '호스트명이 없습니다!';
 
$strIgnore = 'Ignore';
$strIgnoringFile = '파일 %s 을 무시합니다';
$strImportFiles = '파일 가져오기';
$strInUse = '사용중';
$strIndex = '인덱스';
$strIndexHasBeenDropped = '인덱스 %s 를 제거했습니다';
$strIndexName = '인덱스 이름:';
$strIndexType = '인덱스 종류:';
$strIndexes = '인덱스';
$strInsecureMySQL = '환경설정파일에 MySQL 관리자 암호가 없습니다. 이같은 기본설정상태로 MySQL 서버가 작동한다면 누구나 침입할 수 있으므로, 이 보안상 허점을 수정하시기 바랍니다.';
$strInsert = '삽입';
$strInsertAsNewRow = '새 열을 삽입합니다';
$strInsertNewRow = '새 열을 삽입';
$strInsertedRows = '삽입된 열:';
 
$strJumpToDB = '데이터베이스 &quot;%s&quot; 로 이동.';
$strJustDelete = '권한 테이블에서 사용자를 삭제하기만 함.';
$strJustDeleteDescr = '사용권한이 갱신되기까지는 &quot;삭제된&quot; 사용자들도 여전히 서버를 사용할 수 있습니다.';
 
$strKeepPass = '암호를 변경하지 않음';
$strKeyname = '키 이름';
$strKill = 'Kill';
 
$strLengthSet = '길이/값*';
$strLimitNumRows = '페이지당 레코드 수';
$strLinesTerminatedBy = '줄(열) 구분자';
$strLocalhost = 'Local';
$strLocationTextfile = 'SQL 텍스트파일의 위치';
$strLogPassword = '암호:';
$strLogUsername = '사용자명:';
$strLogin = '로그인';
$strLoginInformation = '로그인 정보';
$strLogout = '로그아웃';
 
$strModifications = '수정된 내용이 저장되었습니다.';
$strModify = '수정';
$strModifyIndexTopic = '인덱스 수정';
$strMoveTable = '테이블 이동 (데이터베이스명<b>.</b>테이블명):';
$strMoveTableOK = '테이블 %s 을 %s 로 옮겼습니다.';
$strMySQLCharset = 'MySQL 문자셋';
$strMySQLSaid = 'MySQL 메시지: ';
$strMySQLShowProcess = 'MySQL 프로세스 보기';
$strMySQLShowStatus = 'MySQL 런타임 상태 보기';
$strMySQLShowVars = 'MySQL 환경설정값 보기';
 
$strName = '이름';
$strNext = '다음';
$strNo = ' 아니오 ';
$strNoDatabases = '데이터베이스가 없습니다';
$strNoDatabasesSelected = '데이터베이스를 선택하지 않았습니다.';
$strNoDescription = '설명이 없습니다';
$strNoDropDatabases = '"DROP DATABASE" 구문은 허락되지 않습니다.';
$strNoExplain = '해석(EXPLAIN) 생략';
$strNoFrames = 'phpMyAdmin 은 <b>프레임을 지원하는</b> 브라우저에서 잘 보입니다.';
$strNoIndex = '인덱스가 설정되지 않았습니다!';
$strNoModification = '변화 없음';
$strNoPassword = '암호 없음';
$strNoPhp = 'PHP 코드 없이 보기';
$strNoPrivileges = '권한 없음';
$strNoRights = '어떻게 들어오셨어요? 지금 여기 있을 권한이 없습니다!';
$strNoTablesFound = '데이터베이스에 테이블이 없습니다.';
$strNoUsersFound = '사용자가 없습니다.';
$strNone = '없음';
$strNotNumber = '은 숫자(번호)가 아닙니다!';
$strNumTables = '테이블 수';
 
$strOperations = '테이블 작업';
$strOptimizeTable = '테이블 최적화';
$strOr = '또는';
$strOverhead = '부담';
 
$strPHP40203 = 'PHP 4.2.3에는 멀티바이트 문자열(mbstring) 모듈에 버그가 있으므로 추천하지 않습니다. PHP 버그 리포트 19404를 보십시오.';
$strPHPVersion = 'PHP 버전';
$strPageNumber = '페이지:';
$strPassword = '암호';
$strPasswordChanged = '%s 의 암호가 바뀌었습니다.';
$strPasswordEmpty = '암호가 비었습니다!';
$strPasswordNotSame = '암호가 동일하지 않습니다!';
$strPdfDbSchema = '"%s" 데이터베이스의 스킴(윤곽) - 페이지 %s';
$strPdfInvalidTblName = '"%s" 테이블이 존재하지 않습니다!';
$strPdfNoTables = '테이블이 없습니다';
$strPhp = 'PHP 코드 보기';
$strPmaDocumentation = 'phpMyAdmin 설명서';
$strPmaUriError = '환경설정 파일에서 <tt>$cfg[\'PmaAbsoluteUri\']</tt> 주소를 기입하십시오!';
$strPos1 = '처음';
$strPrevious = '이전';
$strPrimary = '기본';
$strPrimaryKeyHasBeenDropped = '기본 키를 제거했습니다';
$strPrimaryKeyName = '기본 키의 이름은 반드시 PRIMARY여야 합니다!';
$strPrimaryKeyWarning = '("PRIMARY"는 기본 키만의 <b>유일한</b> 이름입니다!)';
$strPrint = '인쇄';
$strPrintView = '인쇄용 보기';
$strPrivDescAllPrivileges = 'GRANT 이외의 모든 권한을 포함함.';
$strPrivDescAlter = '테이블 구조 변경 허용.';
$strPrivDescCreateDb = 'DB 및 테이블 생성 허용.';
$strPrivDescCreateTbl = '테이블 생성 허용.';
$strPrivDescCreateTmpTable = '임시테이블 생성 허용.';
$strPrivDescDelete = '데이터 삭제 허용.';
$strPrivDescDropDb = 'DB 및 테이블 삭제 허용.';
$strPrivDescDropTbl = '테이블 삭제 허용.';
$strPrivDescExecute = '저장프로시저(SP) 사용을 허용; 이 MySQL 버전에는 효과가 없음.';
$strPrivDescFile = '데이터를 파일에서 가져오기 및 파일로 내보내기 허용.';
$strPrivDescGrant = '권한 테이블을 갱신하지 않고 사용자와 권한 추가하기 허용.';
$strPrivDescIndex = '인덱스 생성 및 삭제 허용.';
$strPrivDescInsert = '데이터 추가(insert) 및 변경(replace) 허용.';
$strPrivDescLockTables = '현재 쓰레드에 대한 테이블 잠금(lock) 허용.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = '다른 사용자의 프로세스 죽이기를 허용.';
$strPrivDescReferences = '이 버전의 MySQL에는 소용이 없습니다.';
$strPrivDescReload = '캐시를 비우고 서버를 재시동하는 것을 허용.';
$strPrivDescReplSlave = '복제서버(replication slaves)에 필요합니다.';
$strPrivDescSelect = '데이터 읽기 허용.';
$strPrivDescShowDb = '전체 데이터베이스 목록 접근을 허용';
$strPrivDescShutdown = '서버 종료 허용.';
$strPrivDescUpdate = '데이터 변경 허용.';
$strPrivDescUsage = '권한 없음.';
$strPrivileges = '사용권한';
$strPrivilegesReloaded = '권한을 다시 로딩했습니다.';
$strProcesslist = '프로세스 목록';
$strPutColNames = '맨처음에 필드 이름을 출력';
 
$strQBE = '질의 마법사';
$strQBEDel = '삭제';
$strQBEIns = '삽입';
$strQueryFrame = '질의 창';
$strQueryOnDb = '데이터베이스 <b>%s</b>에 SQL 질의:';
$strQuerySQLHistory = 'SQL 내력(히스토리)';
$strQueryStatistics = '<b>SQL 질의 통계</b>: 이 서버에 %s 번의 질의가 보내졌습니다.';
$strQueryTime = '질의 실행시간 %01.4f 초';
$strQueryType = '질의 종류';
 
$strReType = '재입력';
$strReceived = '받음';
$strRecords = '레코드수';
$strReferentialIntegrity = 'referential 무결성 검사:';
$strRelationNotWorking = 'linked Tables에서 작동하는 부가기능이 사용되지 않습니다. 이유를 알려면 %s여기를 클릭%s하십시오.';
$strReloadMySQL = 'MySQL 재시동';
$strReloadingThePrivileges = '사용권한을 갱신합니다(Reloading the privileges)';
$strRemoveSelectedUsers = '선택한 사용자를 삭제';
$strRenameTable = '테이블 이름 바꾸기';
$strRenameTableOK = '테이블 %s을(를) %s(으)로 변경하였습니다.';
$strRepairTable = '테이블 복구';
$strReplaceTable = '파일로 테이블 대치하기';
$strReset = '리세트';
$strResourceLimits = '리소스 제한';
$strRevoke = '제거';
$strRevokeAndDelete = '모든 활성화된 권한을 박탈하고 사용자를 삭제함.';
$strRevokeAndDeleteDescr = '사용권한이 다시 로딩되기까지는 이 사용자들은 여전히 USAGE 권한을 갖고 있습니다.';
$strRevokeMessage = '%s의 권한을 제거했습니다.';
$strRowLength = '행 길이';
$strRowSize = ' Row size ';
$strRows = '행(레코드)';
$strRowsFrom = '행. 시작(행)위치';
$strRowsModeFlippedHorizontal = '수평 (rotated headers)';
$strRowsModeHorizontal = '수평(가로)';
$strRowsModeOptions = ' %s 정렬 (%s 칸이 넘으면 헤더 반복)';
$strRowsModeVertical = '수직(세로)';
$strRowsStatistic = '행(레코드) 통계';
$strRunQuery = '질의 실행';
$strRunSQLQuery = '데이터베이스 %s에 SQL 질의를 실행';
$strRunning = '입니다. (%s)';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL 옵션';
$strSQLParserUserError = 'SQL 질의문에 에러가 있습니다. MySQL 서버가 다음과 같은 에러를 출력했습니다. 이것이 문제를 진단하는데 도움이 될 것입니다.';
$strSQLQuery = 'SQL 질의';
$strSQLResult = 'SQL 결과';
$strSQPBugInvalidIdentifer = '잘못된 식별자(Identifer)';
$strSQPBugUnclosedQuote = '따옴표(quote)가 닫히지 않았음';
$strSave = '저장';
$strSearch = '검색';
$strSearchFormTitle = '데이터베이스 검색';
$strSearchInTables = '찾을 테이블:';
$strSearchNeedle = '찾을 단어, 값 (와일드카드: "%"):';
$strSearchOption1 = '아무 단어나';
$strSearchOption2 = '모든 단어';
$strSearchOption3 = '정확한 문구';
$strSearchOption4 = '정규표현식';
$strSearchType = '찾는 방식:';
$strSelectADb = '데이터베이스를 선택하세요';
$strSelectAll = '모두 선택';
$strSelectFields = '필드 선택 (하나 이상):';
$strSelectNumRows = '질의(in query)';
$strSend = '파일로 저장';
$strSent = '보냄';
$strServer = '서버';
$strServerChoice = '서버 선택';
$strServerStatus = '런타임 정보';
$strServerStatusUptime = '이 MySQL 서버는 %s 동안 구동되었습니다. <br/>구동 시작날짜는 %s 입니다.';
$strServerTabProcesslist = '프로세스 목록';
$strServerTabVariables = '환경설정값';
$strServerTrafficNotes = '<b>서버 소통량</b>: 이 테이블은 MySQL서버가 구동된 이래의 네트웍 부하 상태를 보여줍니다.';
$strServerVars = '서버의 환경설정';
$strServerVersion = '서버 버전';
$strSessionValue = '세션 값';
$strSetEnumVal = '필드 종류가 "enum"이나 "set"일 경우, 다음과 같은 형식으로 값을 입력하십시오: \'a\',\'b\',\'c\'...<br />여기에 역슬래시(\)나 작은 따옴표(\')를 넣어야 한다면, 그 앞에 역슬래시를 사용하십시오. (예: \'\\\\xyz\' 또는 \'a\\\'b\').';
$strShow = '보기';
$strShowAll = '모두 보기';
$strShowColor = '색깔 보기';
$strShowGrid = 'grid 보기';
$strShowPHPInfo = 'PHP 정보 보기';
$strShowTables = '테이블 보기';
$strShowThisQuery = ' 이 질의를 다시 보여줌 ';
$strShowingRecords = '행(레코드) 보기';
$strSingly = '(단독으로)';
$strSize = '크기';
$strSort = '정렬';
$strSpaceUsage = '공간 사용량';
$strSplitWordsWithSpace = '단어는 스페이스(" ")로 구분됩니다.';
$strStatCheckTime = '검사';
$strStatCreateTime = '생성';
$strStatUpdateTime = '업데이트';
$strStatement = '명세';
$strStatus = '상태';
$strStrucCSV = 'CSV 데이터';
$strStrucData = '구조와 데이터 모두';
$strStrucDrop = '\'DROP TABLE\'문 추가';
$strStrucExcelCSV = 'MS엑셀 CSV 데이터';
$strStrucOnly = '구조만';
$strStructPropose = '제안하는 테이블 구조';
$strStructure = '구조';
$strSubmit = '확인';
$strSuccess = 'SQL 질의가 바르게 실행되었습니다.';
$strSum = '계';
$strSwitchToTable = '복사한 테이블로 옮겨감';
 
$strTable = '테이블 ';
$strTableComments = '테이블 설명';
$strTableEmpty = '테이블명이 없습니다!';
$strTableHasBeenDropped = '테이블 %s 을 제거했습니다.';
$strTableHasBeenEmptied = '테이블 %s 을 비웠습니다';
$strTableHasBeenFlushed = '테이블 %s 을 닫았습니다(캐시 삭제)';
$strTableMaintenance = '테이블 유지보수';
$strTableStructure = '테이블 구조';
$strTableType = '테이블 종류';
$strTables = '테이블 %s 개';
$strTblPrivileges = '테이블에 관한 권한';
$strTextAreaLength = ' 필드의 길이 때문에,<br />이 필드를 편집할 수 없습니다 ';
$strThisNotDirectory = '디렉토리가 아닙니다';
$strThreadSuccessfullyKilled = '쓰레드 %s 를 죽였습니다.';
$strTime = '시간';
$strTotal = '합계';
$strTotalUC = '전체 사용량';
$strTraffic = '소통량';
$strType = '종류';
 
$strUncheckAll = '모두 체크안함';
$strUnique = '고유값';
$strUnselectAll = '모두 선택안함';
$strUpdatePrivMessage = '%s 의 권한을 업데이트했습니다.';
$strUpdateProfileMessage = '프로파일을 업데이트했습니다.';
$strUpdateQuery = '질의 업데이트';
$strUsage = '사용법(량)';
$strUseBackquotes = '테이블, 필드명에 백쿼터(`) 사용';
$strUseTables = '사용할 테이블';
$strUser = '사용자';
$strUserAlreadyExists = '사용자 %s 가 이미 존재합니다!';
$strUserEmpty = '사용자명이 없습니다!';
$strUserName = '사용자명';
$strUserNotFound = '선택한 사용자는 사용권한 테이블에 존재하지 않습니다.';
$strUserOverview = '사용자 개요';
$strUsersDeleted = '선택한 사용자들을 삭제했습니다.';
$strUsersHavingAccessToDb = '&quot;%s&quot; 에 접근할 수 있는 사용자들';
 
$strValidateSQL = 'SQL 검사';
$strValidatorError = 'SQL 검사기가 초기화되지 않았습니다. %s문서%s에서 설명한 php 확장모듈을 설치했는지 확인해보십시오.';
$strValue = '값';
$strVar = '변수';
$strViewDump = '테이블의 덤프(스키마) 데이터 보기';
$strViewDumpDB = '데이터베이스의 덤프(스키마) 데이터 보기';
 
$strWebServerUploadDirectory = '웹서버 업로드 디렉토리';
$strWebServerUploadDirectoryError = '업로드 디렉토리에 접근할 수 없습니다';
$strWelcome = '%s에 오셨습니다';
$strWithChecked = '선택한 것을:';
$strWrongUser = '사용자명/암호가 틀렸습니다. 접근이 거부되었습니다.';
 
$strYes = ' 예 ';
 
$strZeroRemovesTheLimit = '주의: 이 옵션을 0으로 하면 제한이 없어집니다.';
$strZip = 'zip 압축';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAdministration = 'Administration'; //to translate
$strAll = 'All'; // To translate
$strAny = 'Any'; // To translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBookmarkLabel = 'Label'; // To translate
$strBookmarkView = 'View only'; // To translate
 
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; // To translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCommand = 'Command'; //to translate
$strConfigureTableCoord = 'Please configure the coordinates for table %s'; //to translate
$strCookiesRequired = '쿠키 사용이 가능해야 합니다 past this point.'; // To translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreatePdfFeat = 'Creation of PDFs'; //to translate
$strCriteria = 'Criteria'; // To translate
 
$strDBComment = 'Database comment: ';//to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDisplayFeat = 'Display Features'; //to translate
$strDisplayPDF = 'Display PDF schema'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFixed = 'fixed'; // To translate
$strFlushPrivilegesNote = '주의: phpMyAdmin은 사용자의 사용권한을 MySQL의 사용권한 테이블에서 곧바로 읽어옵니다. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strFormEmpty = 'Missing value in the form !'; // To translate
$strFormat = 'Format'; // To translate
$strFullText = 'Full Texts'; // To translate
 
$strGenBy = 'Generated by'; //to translate
$strGeneralRelationFeat = 'General 관계 features'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
 
$strId = 'ID'; //to translate
$strIdxFulltext = 'Fulltext'; // To translate
$strImportDocSQL = 'Import docSQL Files'; //to translate
$strInnodbStat = 'InnoDB 상태'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
 
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLandscape = 'Landscape'; //to translate
$strLinkNotFound = 'Link not found'; //to translate
$strLinksTo = 'Links to'; //to translate
 
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
 
$strNoIndexPartsDefined = 'No index parts defined!'; // To translate
$strNoOptions = 'This format has no options';//to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNotOK = 'not OK'; //to translate
$strNotSet = '<b>%s</b> 테이블이 없거나 or not set in %s'; //to translate
$strNull = 'Null'; // To translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
 
$strOK = 'OK'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPartialText = 'Partial Texts'; // To translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strPortrait = 'Portrait'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescSuper = '최대 연결수를 초과했을 경우에도 연결을 허용; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
 
$strRelationView = 'Relation view'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelations = 'Relations'; //to translate
 
$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:'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
$strSelectTables = 'Select Tables'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strShowTableDimension = 'Show dimension of tables'; //to translate
 
$strTableOfContents = 'Table of contents'; //to translate
$strThisHost = 'This Host'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: 외부 프로그램을 실행하고 표준 입력으로 fielddata 를 공급합니다. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
 
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strWildcard = 'wildcard'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML';//to translate
 
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/latvian-utf-8.inc.php
0,0 → 1,986
<?php
/* $Id: latvian-utf-8.inc.php,v 2.125.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Latvian language file by Sandis Jērics <sandisj at parks.lv>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sv', 'P', 'O', 'T', 'C', 'Pk', 'S');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jūn', 'Jūl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y %H:%M';
 
$timespanfmt = '%s dienas, %s stundas, %s minūtes un %s sekundes';
 
$strAPrimaryKey = 'Primārā atslēga pievienota uz lauka %s';
$strAbortedClients = 'Pārtraukts';
$strAbsolutePathToDocSqlDir = 'Lūdzu ievadiet absolūto ceļu līdz docSQL direktorijai uz servera';
$strAccessDenied = 'Pieeja aizliegta';
$strAccessDeniedExplanation = 'phpMyAdmin mēģināja pieslēgties MySQL serverim, un serveris noraidīja pieslēgumu. Lūdzu pārbaudiet hostu, lietotājvārdu un paroli config.inc.php failā, un pārliecinieties, ka tie atbilst informācijai, ko Jums deva MySQL servera administrators.';
$strAction = 'Darbība';
$strAddAutoIncrement = 'Pievienot AUTO_INCREMENT vērtību';
$strAddConstraints = 'Pievienot ierobežojumus';
$strAddDeleteColumn = 'Pievienot/Dzēst laukus (kolonnas)';
$strAddDeleteRow = 'Pievienot/Dzēst ierakstu';
$strAddDropDatabase = 'Pievienot DROP DATABASE';
$strAddFields = 'Pievienot %s lauku(s)';
$strAddHeaderComment = 'Ievietot virsrakstā komentāru (\\n atdala rindas)';
$strAddIfNotExists = 'Pievienot IF NOT EXISTS';
$strAddIntoComments = 'Pievienot komentāros';
$strAddNewField = 'Pievienot jaunu lauku';
$strAddPrivilegesOnDb = 'Pievienot privilēģijas uz sekojošo datubāzi';
$strAddPrivilegesOnTbl = 'Pievienot privilēģijas uz sekojošo tabulu';
$strAddSearchConditions = 'Pievienot meklēšanas nosacījumus ("where" izteiksmes ķermenis):';
$strAddToIndex = 'Pievienot indeksam &nbsp;%s&nbsp;kolonn(u/as)';
$strAddUser = 'Pievienot jaunu lietotāju';
$strAddUserMessage = 'Jūs pievienojāt jaunu lietotāju.';
$strAddedColumnComment = 'Pievienots komentārs kolonnai';
$strAddedColumnRelation = 'Pievienota relācija kolonnai';
$strAdministration = 'Administrācija';
$strAffectedRows = 'Ietekmēto rindu skaits:';
$strAfter = 'Pēc %s';
$strAfterInsertBack = 'Atgriezties atpakaļ iepriekšējā lapā';
$strAfterInsertNewInsert = 'Ievietot vēl vienu rindu';
$strAfterInsertSame = 'Atgriezties šajā lapā';
$strAll = 'Visi';
$strAllTableSameWidth = 'rādīt visas tabulas vienadā platumā?';
$strAlterOrderBy = 'Mainīt datu kārtošanas laukus';
$strAnIndex = 'Indekss tieka pievienots uz %s';
$strAnalyzeTable = 'Analizēt tabulu';
$strAnd = 'Un';
$strAny = 'Jebkurš';
$strAnyHost = 'Jebkurš hosts';
$strAnyUser = 'Jebkurš lietotājs';
$strApproximateCount = 'Var būt aptuvens skaits. Skatīt FAQ 3.11';
$strArabic = 'Arābu';
$strArmenian = 'Armēņu';
$strAscending = 'Augošā secībā';
$strAtBeginningOfTable = 'Tabulas sākumā';
$strAtEndOfTable = 'Tabulas beigās';
$strAttr = 'Atribūti';
$strAutodetect = 'Noteikt automātiski';
$strAutomaticLayout = 'Automātiskais izvietojums';
 
$strBack = 'Atpakaļ';
$strBaltic = 'Baltijas';
$strBeginCut = 'IZGRIEZT NO ŠĪS VIETAS';
$strBeginRaw = 'RINDAS SĀKUMS';
$strBinLogEventType = 'Notikuma tips';
$strBinLogInfo = 'Informācija';
$strBinLogName = 'Log-faila nosaukums';
$strBinLogOriginalPosition = 'Oriģinālā pozīcija';
$strBinLogPosition = 'Pozīcija';
$strBinLogServerId = 'Servera ID';
$strBinary = 'Binārais';
$strBinaryDoNotEdit = 'Binārais - netiek labots';
$strBinaryLog = 'Binārais log-fails';
$strBookmarkAllUsers = 'Dot ikvienam lietotājam pieeju šai grāmatzīmei';
$strBookmarkDeleted = 'Ieraksts tika dzēsts.';
$strBookmarkLabel = 'Nosaukums';
$strBookmarkQuery = 'Saglabātie SQL vaicājumi';
$strBookmarkThis = 'Saglabāt šo SQL vaicājumu';
$strBookmarkView = 'Tikai apskatīt';
$strBrowse = 'Apskatīt';
$strBrowseForeignValues = 'Pārlūkot ārējās vērtības';
$strBulgarian = 'Bulgāru';
$strBzError = 'phpMyAdmin nevarēja saarhivēt failu dēļ bojāta Bz2 paplašinājuma šajā php versijā. Stingri rekomendējam uzstādīt <code>$cfg[\'BZipDump\']</code> direktīvu phpMyAdmin konfigurācijas failā uz <code>FALSE</code>. Ja vēlaties lietot Bz2 kompresijas iespējas, Jums jāuzliek jaunāka php versija. Skatīt php bug report %s sīkākai informācijai.';
$strBzip = 'Arhivēts ar bzip';
 
$strCSVOptions = 'CSV opcijas';
$strCalendar = 'Kalendārs';
$strCannotLogin = 'Nevar pieslēgties MySQL serverim';
$strCantLoad = 'nevar ielādēt paplašinājumu %s,<br />lūdzu pārbaudiet PHP konfigurāciju';
$strCantLoadRecodeIconv = 'Nevar ielādēt iconv vai recode paplašinājumu, kas ir nepieciešams rakstzīmju konvertācijai, lūdzu nokonfigurējiet php, lai varētu lietot šos paplašinājumus, vai arī atslēdziet rakstzīmju konvertāciju phpMyAdmin konfigurācijā.';
$strCantRenameIdxToPrimary = 'Nevar pārsaukt indeksu par PRIMARY!';
$strCantUseRecodeIconv = 'Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka paplašinājums ir ielādēts. Pārbaudiet php konfigurāciju.';
$strCardinality = 'Kardinalitāte';
$strCaseInsensitive = 'reģistrnejūtīgs';
$strCaseSensitive = 'reģistrjūtīgs';
$strCentralEuropean = 'Centrāleiropas';
$strChange = 'Labot';
$strChangeCopyMode = 'Izveidot jaunu lietotāju ar tādām pašām privilēģijām un ...';
$strChangeCopyModeCopy = '... paturēt veco lietotāju.';
$strChangeCopyModeDeleteAndReload = ' ... dzēst veco lietotāju no lietotāju tabulas, un pēc tam pārlādēt privilēģijas.';
$strChangeCopyModeJustDelete = ' ... dzēst veco lietotāju no lietotāju tabulas.';
$strChangeCopyModeRevoke = ' ... atņemt vecajam lietotājam visas aktīvās privilēģijas, un pēc tam dzēst viņu.';
$strChangeCopyUser = 'Mainīt piekļuves informāciju / Klonēt lietotāju';
$strChangeDisplay = 'Izvēlieties, kuru lauku rādīt';
$strChangePassword = 'Mainīt paroli';
$strCharset = 'Kodējums';
$strCharsetOfFile = 'Tabulas kodējums:';
$strCharsets = 'Rakstzīmju kodējumi';
$strCharsetsAndCollations = 'Rakstzīmju kodējumi un izkārtojumi';
$strCheckAll = 'Iezīmēt visu';
$strCheckOverhead = 'Iezīmēt tabulas ar pārtēriņu';
$strCheckPrivs = 'Pārbaudīt privilēģijas';
$strCheckPrivsLong = 'Pārbaudīt privilēģijas uz datubāzi &quot;%s&quot;.';
$strCheckTable = 'Pārbaudīt tabulu';
$strChoosePage = 'Izvēlieties lapu redigēšanai';
$strColComFeat = 'Rādu kolonnu komentārus';
$strCollation = 'Izkārtojumi';
$strColumnNames = 'Kolonnu nosaukumi';
$strColumnPrivileges = 'Kolonnu specifiskās privilēģijas';
$strCommand = 'Komanda';
$strComments = 'Komentāri';
$strCommentsForTable = 'KOMENTĀRI TABULAI';
$strCompatibleHashing = 'MySQL&nbsp;4.0 savietojams';
$strCompleteInserts = 'Pilnas INSERT izteiksmes';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nevar nolasīt konfigurācijas failu!<br />Tas var notikt, ja PHP atrod tajā kļūdu, vai arī nevar atrast so failu.<br />Mēginiet izsaukt konfigurācijas failu tieši, klikškinot linku zemāk un lasiet PHP pazinojumu par kļūdām. Vairākumā gadījumu kaut kur pietrukst pēdiņa vai semikols.<br />Ja redzat tukšu lapu, viss ir kārtībā.';
$strConfigureTableCoord = 'Lūdzu konfigurējiet koordinātes tabulai %s';
$strConnectionError = 'Nevar pieslēgties: kļūda konfigurācijā.';
$strConnections = 'Konekcijas';
$strConstraintsForDumped = 'Ierobežojumi izmestām tabulām';
$strConstraintsForTable = 'Ierobežojumi tabulai';
$strCookiesRequired = '"Cookies" ir jābūt atļautiem aiz šī punkta.';
$strCopyDatabaseOK = 'Datubāze %s tika pārkopēta uz %s';
$strCopyTable = 'Kopēt tabulu uz (datubāze<b>.</b>tabula):';
$strCopyTableOK = 'Tabula %s tika pārkopēta uz %s.';
$strCopyTableSameNames = 'Nevar nokopēt tabulu uz viņu pašu!';
$strCouldNotKill = 'phpMyAdmin nevarēja nogalināt procesu %s. Iespējams, ka tas jau agrāk tika izbeigts.';
$strCreate = 'Izveidot';
$strCreateIndex = 'Izveidot indeksu uz&nbsp;%s&nbsp;laukiem';
$strCreateIndexTopic = 'Izveidot jaunu indeksu';
$strCreateNewDatabase = 'Izveidot jaunu datubāzi';
$strCreateNewTable = 'Izveidot jaunu tabulu datubāzē %s';
$strCreatePage = 'Izveidot jaunu lapu';
$strCreatePdfFeat = 'PDF failu izveide';
$strCreationDates = 'Izveidošanas/Atjaunošanas/Piekļuves datumi';
$strCriteria = 'Kritērijs';
$strCroatian = 'Horvātu';
$strCyrillic = 'Kirilisks';
$strCzech = 'Čehu';
$strCzechSlovak = 'Čehu-Slovāku';
 
$strDBComment = 'Datubāzes komentārs: ';
$strDBCopy = 'Kopēt datubāzi uz';
$strDBGContext = 'Konteksts';
$strDBGContextID = 'Konteksta ID';
$strDBGHits = 'Apmeklējumi';
$strDBGLine = 'Līnija';
$strDBGMaxTimeMs = 'Maks. laiks, ms';
$strDBGMinTimeMs = 'Min. laiks, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Viena apmeklējuma laiks, ms';
$strDBGTotalTimeMs = 'Laiks kopā, ms';
$strDBRename = 'Pārsaukt datubāzi par';
$strDanish = 'Dāņu';
$strData = 'Dati';
$strDataDict = 'Datu vārdnīca';
$strDataOnly = 'Tikai dati';
$strDatabase = 'Datubāze';
$strDatabaseEmpty = 'Datubāzes nosaukums ir tukšs!';
$strDatabaseExportOptions = 'Datubāzu eksporta opcijas';
$strDatabaseHasBeenDropped = 'Datubāze %s tika izdzēsta.';
$strDatabaseNoTable = 'Šajā datubāzē nav tabulu!';
$strDatabases = 'Datubāzes';
$strDatabasesDropped = '%s datubāzes tika veiksmīgi dzēstas.';
$strDatabasesStats = 'Datubāzu statistika';
$strDatabasesStatsDisable = 'Izslēgt statistiku';
$strDatabasesStatsEnable = 'Ieslēgt statistiku';
$strDatabasesStatsHeavyTraffic = 'Piezīme: Datubāzes statistikas ieslēgšana šeit var izsaukt palielināto datu apmaiņu starp webserveri un MySQL serveri.';
$strDbPrivileges = 'Datubāžu specifiskās privilēģijas';
$strDbSpecific = 'datubāzei specifisks';
$strDefault = 'Noklusēts';
$strDefaultValueHelp = 'Noklusētajām vērtībām, lūdzu ievadiet tikai pašu vertību, bez izsargāšanās ar atpakaļējo slīpsvītru vai pēdiņām, lietojot šo formatu: a';
$strDefragment = 'Defragmentēt tabulu';
$strDelOld = 'Tekošajā lapā ir atsauces uz tabulām, kas vairs neeksistē. Vai Jūs gribat dzēst šīs atsauces?';
$strDelayedInserts = 'Lietot aizturētos INSERT';
$strDelete = 'Dzēst';
$strDeleteAndFlush = 'Dzēst lietotājus, un pēc tam pārlādēt privilēģijas.';
$strDeleteAndFlushDescr = 'Tas ir labākais veids, bet privilēģiju pārlādēšana var paņemt zināmu laiku.';
$strDeleted = 'Ieraksts tika dzēsts';
$strDeletedRows = 'Ieraksti dzēsti:';
$strDeleting = 'Dzēšam %s';
$strDescending = 'Dilstošā secībā';
$strDescription = 'Apraksts';
$strDictionary = 'vārdnīca';
$strDisableForeignChecks = 'Nepārbaudīt ārējās atslēgas';
$strDisabled = 'Izslēgts';
$strDisplayFeat = 'Rādīt iespējas';
$strDisplayOrder = 'Attēlošanas secība:';
$strDisplayPDF = 'Rādīt PDF shēmu';
$strDoAQuery = 'Izpildīt "vaicājumu pēc parauga" (aizstājējzīme: "%")';
$strDoYouReally = 'Vai Jūs tiešām gribat ';
$strDocu = 'Dokumentācija';
$strDrop = 'Likvidēt';
$strDropDatabaseStrongWarning = 'Jūs taisaties LIKVIDĒT veselu datubāzi!';
$strDropUsersDb = 'Dzēst datubāzes, kurām ir tādi paši vārdi, kā lietotājiem.';
$strDumpSaved = 'Damps tika saglabāts failā %s.';
$strDumpXRows = 'Saglabāt %s rindas, sākot ar %s.';
$strDumpingData = 'Dati tabulai';
$strDynamic = 'dinamisks';
 
$strEdit = 'Labot';
$strEditPDFPages = 'Labot PDF lapas';
$strEditPrivileges = 'Mainīt privilēģijas';
$strEffective = 'Efektīvs';
$strEmpty = 'Iztukšot';
$strEmptyResultSet = 'MySQL atgrieza tukšo rezultātu (0 rindas).';
$strEnabled = 'Ieslēgts';
$strEncloseInTransaction = 'Iekļaut eksportu transakcijā';
$strEnd = 'Beigas';
$strEndCut = 'IZGRIEZT LĪDZ ŠAI VIETAI';
$strEndRaw = 'RINDAS BEIGAS';
$strEnglish = 'Angļu';
$strEnglishPrivileges = ' Piezīme: MySQL privilēģiju apzīmējumi tiek rakstīti angļu valodā ';
$strError = 'Kļūda';
$strEscapeWildcards = 'Aizstājējzīmes _ un % jāaizsargā ar \ priekšā, lai izmantotu tās burtiski';
$strEstonian = 'Igauņu';
$strExcelEdition = 'Excel redakcija';
$strExcelOptions = 'Excel opcijas';
$strExecuteBookmarked = 'Izpildīt iegrāmatoto vaicājumu';
$strExplain = 'Izskaidrot SQL';
$strExport = 'Eksports';
$strExtendedInserts = 'Paplašinātas INSERT izteiksmes';
$strExtra = 'Ekstras';
 
$strFailedAttempts = 'Neveiksmīgi mēģinājumi';
$strField = 'Lauks';
$strFieldHasBeenDropped = 'Lauks %s tika izdzēsts';
$strFields = 'Lauki';
$strFieldsEmpty = ' Lauku skaits ir nulle! ';
$strFieldsEnclosedBy = 'Lauki iekļauti iekš';
$strFieldsEscapedBy = 'Glābjoša (escape) rakstzīme ir';
$strFieldsTerminatedBy = 'Lauki atdalīti ar';
$strFileAlreadyExists = 'Fails %s jau eksistē uz servera. Lūdzu nomainiet faila nosaukumu vai atzīmējiet failu pārrakstīšanas opciju.';
$strFileCouldNotBeRead = 'Nevar nolasīt failu';
$strFileNameTemplate = 'Faila nosaukuma šablons';
$strFileNameTemplateRemember = 'atcerēties šablonu';
$strFixed = 'fiksēts';
$strFlushPrivilegesNote = 'Piezīme: phpMyAdmin saņem lietotāju privilēģijas pa taisno no MySQL privilēģiju tabilām. Šo tabulu saturs var atšķirties no privilēģijām, ko lieto serveris, ja tur tika veikti labojumi. Šajā gadījumā ir nepieciešams %spārlādēt privilēģijas%s pirms Jūs turpināt.';
$strFlushTable = 'Atsvaidzināt tabulu ("FLUSH")';
$strFormEmpty = 'Formā trūkst vērtību!';
$strFormat = 'Formats';
$strFullText = 'Pilni teksti';
$strFunction = 'Funkcija';
 
$strGenBy = 'Uzģenerēja';
$strGenTime = 'Izveidošanas laiks';
$strGeneralRelationFeat = 'Galvenās relāciju īpašības';
$strGeorgian = 'Gruzīnu';
$strGerman = 'Vācu';
$strGlobal = 'globāls';
$strGlobalPrivileges = 'Globālās privilēģijas';
$strGlobalValue = 'Globālā vērtība';
$strGo = 'Aiziet!';
$strGrantOption = 'Piešķirt';
$strGreek = 'Grieķu';
$strGzip = 'Arhivēts ar gzip';
 
$strHasBeenAltered = 'tika modificēta.';
$strHasBeenCreated = 'tika izveidota.';
$strHaveToShow = 'Izvēlieties vismaz vienu kolonnu attēlošanai';
$strHebrew = 'Ebreju';
$strHexForBinary = 'Lietot heksadecimālo formātu binārajiem laukiem';
$strHome = 'Sākumlapa';
$strHomepageOfficial = 'Oficiālā phpMyAdmin mājaslapa';
$strHost = 'Hosts';
$strHostEmpty = 'Hosts nav norādīts!';
$strHungarian = 'Ungāru';
 
$strIcelandic = 'Islandiešu';
$strId = 'ID';
$strIdxFulltext = 'Pilni teksti';
$strIgnore = 'Ignorēt';
$strIgnoreInserts = 'Lietot IGNORE INSERTS';
$strIgnoringFile = 'Ignorējam failu %s';
$strImportDocSQL = 'Importēt docSQL failus';
$strImportFiles = 'Importēt failus';
$strInUse = 'lietošanā';
$strIndex = 'Indekss';
$strIndexHasBeenDropped = 'Indekss %s tika izdzēsts';
$strIndexName = 'Indeksa nosaukums&nbsp;:';
$strIndexType = 'Indeksa tips&nbsp;:';
$strIndexWarningMultiple = 'Vairāk kā viena %s atslēga tika izveidota kolonnai `%s`';
$strIndexWarningPrimary = 'PRIMARY un INDEX atslēgas nevar abas reizē tikt uzliktas kolonnai `%s`';
$strIndexWarningTable = 'Problēmas ar indeksiem tabulā `%s`';
$strIndexWarningUnique = 'UNIQUE un INDEX atslēgas nevar abas reizē tikt uzliktas kolonnai `%s`';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB statuss';
$strInsecureMySQL = 'Jūsu konfigurācijas fails satur iestādījumus (lietotājs "root" bez paroles), kas atbilst noklusētajam MySQL priviliģētajam lietotājam. Jūsu MySQL serveris strādā ar šo noklusēto variantu, ir atvērts uzbrukumiem, un Jums tiešām jāaiztaisa šis drošības caurums.';
$strInsert = 'Pievienot';
$strInsertAsNewRow = 'Ievietot kā jaunu rindu';
$strInsertNewRow = 'Pievienot jaunu rindu';
$strInsertedRowId = 'Ievietotās rindas id:';
$strInsertedRows = 'Rindas pievienotas:';
$strInternalNotNecessary = '* Iekšējā relācija nav nepieciešama, kad tā eksistē arī iekš InnoDB.';
$strInternalRelations = 'Iekšējās relācijas';
 
$strJapanese = 'Japāņu';
$strJumpToDB = 'pāriet pie datubāzes &quot;%s&quot;.';
$strJustDelete = 'Dzēst lietotājus no privilēģiju tabulām.';
$strJustDeleteDescr = '&quot;Dzēstie&quot; lietotāji saglabā spēju piekļūt serverim kā parasti, līdz privilēģijas tiek pārlādētas.';
 
$strKeepPass = 'Nemainīt paroli';
$strKeyname = 'Atslēgas nosaukums';
$strKill = 'Nogalināt';
$strKorean = 'Korejiešu';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcijas';
$strLandscape = 'Ainava';
$strLatexCaption = 'Tabulas virsraksts';
$strLatexContent = 'Tabulas __TABLE__ saturs';
$strLatexContinued = '(turpinājums)';
$strLatexContinuedCaption = 'Tabulas virsraksta turpinājums';
$strLatexIncludeCaption = 'Iekļaut tabulas virsrakstu';
$strLatexLabel = 'Etiķetes atslēga';
$strLatexStructure = 'Tabulas __TABLE__ struktūra';
$strLatvian = 'Latviešu';
$strLengthSet = 'Garums/Vērtības*';
$strLimitNumRows = 'Rindu skaits vienā lapā';
$strLinesTerminatedBy = 'Rindas atdalītas ar';
$strLinkNotFound = 'Links nav atrasts';
$strLinksTo = 'Linki uz';
$strLithuanian = 'Lietuviešu';
$strLocalhost = 'Lokāls';
$strLocationTextfile = 'Teksta faila atrašanās vieta';
$strLogPassword = 'Parole:';
$strLogServer = 'Serveris';
$strLogUsername = 'Lietotājvārds:';
$strLogin = 'Ieiet';
$strLoginInformation = 'Piekļuves informācija';
$strLogout = 'Iziet';
 
$strMIMETypesForTable = 'MIME TIPI TABULAI';
$strMIME_MIMEtype = 'MIME tips';
$strMIME_available_mime = 'Pieejamie MIME tipi';
$strMIME_available_transform = 'Pieejamās transformācijas';
$strMIME_description = 'Apraksts';
$strMIME_nodescription = 'Šai transformācijai nav apraksta.<br />Jautājiet autoram, ko %s dara.';
$strMIME_transformation = 'Pārlūkprogrammas transformācija';
$strMIME_transformation_note = 'Lai iegūtu pieejamo transformāciju opcijas un to MIME tipu transformācijas, uzklikšķiniet uz %stransformāciju apraksti%s';
$strMIME_transformation_options = 'Transformācijas opcijas';
$strMIME_transformation_options_note = 'Lūdzu ievadiet transformāciju opciju vērtības, lietojot šo formatu: \'a\',\'b\',\'c\'...<br />Ja Jums jālieto atpakaļējā slīpsvītra ("\") vai vienkāršā pēdiņa ("\'") starp šīm vērtībām, lieciet tās priekšā vēl vienu atpakaļējo slīpsvītru (piemēram \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME tipiem, kas parādīti slīprakstā, nav atsevišķas transformācijas funkcijas';
$strMaximumSize = 'Maksimālais izmērs: %s%s';
$strModifications = 'Labojumi tika saglabāti';
$strModify = 'Labot';
$strModifyIndexTopic = 'Labot indeksu';
$strMoveTable = 'Pārvietot tabulu uz (datubāze<b>.</b>tabula):';
$strMoveTableOK = 'Tabula %s tika pārvietota uz %s.';
$strMoveTableSameNames = 'Nevar pārvietot tabulu uz viņu pašu!';
$strMultilingual = 'daudzvalodu';
$strMySQLCharset = 'MySQL kodējums';
$strMySQLConnectionCollation = 'MySQL konekcijas kārtošana';
$strMySQLSaid = 'MySQL teica: ';
$strMySQLShowProcess = 'Parādīt procesus';
$strMySQLShowStatus = 'Parādīt MySQL izpildes laika informāciju';
$strMySQLShowVars = 'Parādīt MySQL sistēmas mainīgos';
 
$strName = 'Nosaukums';
$strNext = 'Nākamie';
$strNo = 'Nē';
$strNoActivity = 'Nebija aktivitātes vairāk kā %s sekunžu laikā, lūdzu autorizējieties vēlreiz';
$strNoDatabases = 'Nav datubāzu';
$strNoDatabasesSelected = 'Datubāze nav izvēlēta.';
$strNoDescription = 'Bez apraksta';
$strNoDropDatabases = '"DROP DATABASE" komanda ir aizliegta.';
$strNoExplain = 'Neizskaidrot SQL';
$strNoFrames = 'phpMyAdmin ir vairāk draudzīgs <b>freimu atbalstošām</b> pārlūkprogrammām.';
$strNoIndex = 'Nav definēti indeksi!';
$strNoIndexPartsDefined = 'Nav definēto indeksa daļu!';
$strNoModification = 'Netika labots';
$strNoOptions = 'Šim formātam nav opciju';
$strNoPassword = 'Nav paroles';
$strNoPermission = 'Web serverim nav tiesību rakstīt failā %s.';
$strNoPhp = 'Bez PHP koda';
$strNoPrivileges = 'Nav privilēģiju';
$strNoRights = 'Jums nav pietiekoši tiesību, lai atrastos šeit tagad!';
$strNoRowsSelected = 'Rindas nav iezīmētas';
$strNoSpace = 'Nepietiek vietas, lai saglabātu failu %s.';
$strNoTablesFound = 'Tabulas nav atrastas šajā datubāzē.';
$strNoThemeSupport = 'Nav tēmu atbalsta, lūdzu pārbaudiet jūsu konfigurāciju un/vai Jūsu tēmas direktorijā %s.';
$strNoUsersFound = 'Lietotāji netika atrasti.';
$strNoValidateSQL = 'Nepārbaudīt SQL';
$strNone = 'Nav';
$strNotNumber = 'Tas nav numurs!';
$strNotOK = 'nav OK';
$strNotSet = 'Tabula <b>%s</b> nav atrasta vai nav atzīmeta iekš %s';
$strNull = 'Nulle';
$strNumSearchResultsInTable = '%s rezultāti tabulā <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kopumā:</b> <i>%s</i> rezultāti';
$strNumTables = 'Tabulas';
 
$strOK = 'Labi';
$strOperations = 'Darbības';
$strOperator = 'Operators';
$strOptimizeTable = 'Optimizēt tabulu';
$strOr = 'Vai';
$strOverhead = 'Pārtēriņš';
$strOverwriteExisting = 'Pārrakstīt eksistējošos failus';
 
$strPHP40203 = 'Jūs lietojat PHP versiju 4.2.3, kurai ir nopietna kļūda daudzbaitu rindiņu funkcijās (mbstring). Skatīt PHP bug report 19404. Sī PHP versija nav rekomendējama lietošanai ar phpMyAdmin.';
$strPHPVersion = 'PHP Versija';
$strPageNumber = 'Lapas numurs:';
$strPaperSize = 'Papīra izmērs';
$strPartialText = 'Daļēji teksti';
$strPassword = 'Parole';
$strPasswordChanged = 'Lietotāja %s parole tika veiksmīgi mainīta.';
$strPasswordEmpty = 'Parole nav norādīta!';
$strPasswordHashing = 'Paroles jaukšana';
$strPasswordNotSame = 'Paroles nesakrīt!';
$strPdfDbSchema = 'Datubāzes "%s" shēma, %s. lapa';
$strPdfInvalidTblName = 'Tabula "%s" neeksistē!';
$strPdfNoTables = 'Nav tabulu';
$strPerHour = 'stundā';
$strPerMinute = 'minūtē';
$strPerSecond = 'sekundē';
$strPersian = 'Persiešu';
$strPhoneBook = 'telefonu grāmata';
$strPhp = 'Izveidot PHP kodu';
$strPmaDocumentation = 'phpMyAdmin dokumentācija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktīvai ir JĀBŪT nodefinētai Jūsu konfigurācijas failā!';
$strPolish = 'Poļu';
$strPortrait = 'Portrets';
$strPos1 = 'Sākums';
$strPrevious = 'Iepriekšējie';
$strPrimary = 'Primārā';
$strPrimaryKeyHasBeenDropped = 'Primārā atslēga tika izdzēsta';
$strPrimaryKeyName = 'Primārās atslēgas nosaukumam jābūt... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>jābūt</b> tikai un <b>vienīgi</b> primārās atslēgas indeksa nosaukumam!)';
$strPrint = 'Drukāt';
$strPrintView = 'Izdrukas versija';
$strPrintViewFull = 'Drukas skats (ar pilniem tekstiem)';
$strPrivDescAllPrivileges = 'Iekļauj visas privilēģijas, izņemot GRANT.';
$strPrivDescAlter = 'Ļauj mainīt esošo tabulu struktūru.';
$strPrivDescCreateDb = 'Ļauj veidot jaunas datubāzes un tabulas.';
$strPrivDescCreateTbl = 'Ļauj veidot jaunas tabulas.';
$strPrivDescCreateTmpTable = 'Ļauj veidot pagaidu tabulas.';
$strPrivDescDelete = 'Ļauj dzēst datus.';
$strPrivDescDropDb = 'Ļauj dzēst datubāzes un tabulas.';
$strPrivDescDropTbl = 'Ļauj dzēst tabulas.';
$strPrivDescExecute = 'Ļauj palaist saglabātās procedūras; vēl nestrādā šajā MySQL versijā.';
$strPrivDescFile = 'Ļauj importēt/eksportēt datus no/uz failiem.';
$strPrivDescGrant = 'Ļauj pievienot lietotājus un privilēģijas bez privilēģiju tabulu pārlādēšanas.';
$strPrivDescIndex = 'Ļauj veidot un dzēst indeksus.';
$strPrivDescInsert = 'Ļauj ievietot un mainīt datus.';
$strPrivDescLockTables = 'Ļauj bloķēt tabulas tekošajai darbībai.';
$strPrivDescMaxConnections = 'Ierobežo jauno konekciju skaitu, ko lietotājs var atvērt stundas laikā.';
$strPrivDescMaxQuestions = 'Ierobežo vaicājumu skaitu, ko lietotājs var mosūtīt uz serveri stundas laikā.';
$strPrivDescMaxUpdates = 'Ierobežo komandu skaitu, kas maina kas maina tabulas vai datubāzes, ko lietotājs var izpildīt stundas laikā.';
$strPrivDescProcess3 = 'Ļauj nogalināt citu lietotāju procesus.';
$strPrivDescProcess4 = 'Ļauj apskatīt pieprasījumu un procesu sarakstus.';
$strPrivDescReferences = 'Nedarbojas šajā MySQL versijā.';
$strPrivDescReload = 'Ļauj prlādēt servera iestādījumus un iztukšot servera kešu.';
$strPrivDescReplClient = 'Dod lietotājam tiesības jautāt, kur ir replikācijas oriģināli / kopijas.';
$strPrivDescReplSlave = 'Nepieciešams replikāciju kopijām.';
$strPrivDescSelect = 'Ļauj lasīt datus.';
$strPrivDescShowDb = 'Dod pieeju pilnam datubāzu sarakstam.';
$strPrivDescShutdown = 'Ļauj apstādināt serveri.';
$strPrivDescSuper = 'Ļauj pieslēgties pat tad, ja ir sasniegts maksimālais konekciju skaits; Nepieciešams vairumam administratīvo operāciju, kā globālo mainīgo maiņa vai citu lietotāju procesu nogalināšana.';
$strPrivDescUpdate = 'Ļauj mainīt datus.';
$strPrivDescUsage = 'Nav privilēģiju.';
$strPrivileges = 'Privilēģijas';
$strPrivilegesReloaded = 'Privilēģijas tika veiksmīgi pārlādētas.';
$strProcesslist = 'Procesu saraksts';
$strPutColNames = 'Likt kolonnu nosaukumus pirmajā rindā';
 
$strQBE = 'Vaicājums pēc parauga';
$strQBEDel = 'Dzēst';
$strQBEIns = 'Ielikt';
$strQueryFrame = 'Vaicājuma logs';
$strQueryOnDb = 'SQL vaicājums uz datubāzes <b>%s</b>:';
$strQuerySQLHistory = 'SQL vēsture';
$strQueryStatistics = '<b>Pieprasījumu statistika</b>: %s pieprasījumi tika nosūtīti uz serveri kopš tā palaišanās brīža.';
$strQueryTime = 'Vaicājums ilga %01.4f s';
$strQueryType = 'Vaicājuma tips';
$strQueryWindowLock = 'Nepārrakstīt šo vaicājumu ārpus šī loga';
 
$strReType = 'Atkārtojiet';
$strReceived = 'Saņemts';
$strRecords = 'Ieraksti';
$strReferentialIntegrity = 'Pārbaudīt referenciālo integritāti:';
$strRefresh = 'Atjaunot';
$strRelationNotWorking = 'Papildiespējas darbam ar saistītām tabulām tika izslēgtas. Lai uzzinātu kāpēc, klikškiniet %sšeit%s.';
$strRelationView = 'Relāciju pārskats';
$strRelationalSchema = 'Relāciju shēma';
$strRelations = 'Relācijas';
$strRelationsForTable = 'RELĀCIJAS TABULAI';
$strReloadMySQL = 'Pārlādēt MySQL serveri';
$strReloadingThePrivileges = 'Pārlādējam privilēģijas';
$strRemoveSelectedUsers = 'Dzēst izvēlētos lietotājus';
$strRenameDatabaseOK = 'Datubāze %s tika pārsaukta par %s';
$strRenameTable = 'Pārsaukt tabulu uz';
$strRenameTableOK = 'Tabula %s tika pārsaukta par %s';
$strRepairTable = 'Restaurēt tabulu';
$strReplaceNULLBy = 'Aizvietot NULL ar';
$strReplaceTable = 'Aizvietot tabulas datus ar datiem no faila';
$strReset = 'Atcelt';
$strResourceLimits = 'Resursu ierobežojumi';
$strRevoke = 'Atsaukt';
$strRevokeAndDelete = 'Atņemt visas aktīvās privilēģijas lietotājiem, un pēc tam dzēst tos.';
$strRevokeAndDeleteDescr = 'Lietotāji saglabā iespeju lietot datubāzes, līdz privilēģijas tiek pārlādētas.';
$strRevokeMessage = 'Jūs atņēmāt privilēgijas lietotājam %s';
$strRomanian = 'Rumāņu';
$strRowLength = 'Rindas garums';
$strRowSize = ' Rindas izmērs ';
$strRows = 'Rindas';
$strRowsFrom = 'rindas sākot no';
$strRowsModeFlippedHorizontal = 'horizontālā (pagriezti virsraksti)';
$strRowsModeHorizontal = 'horizontālā';
$strRowsModeOptions = '%s skatā un atkārtot virsrakstus ik pēc %s rindām';
$strRowsModeVertical = 'vertikālā';
$strRowsStatistic = 'Rindas statistika';
$strRunQuery = 'Izpildīt vaicājumu';
$strRunSQLQuery = 'Izpildīt SQL vaicājumu(s) uz datubāzes %s';
$strRunning = 'atrodas uz %s';
$strRussian = 'Krievu';
 
$strSQL = 'SQL';
$strSQLExportType = 'Eksporta veids';
$strSQLOptions = 'SQL opcijas';
$strSQLParserBugMessage = 'Iespējams, ka Jūs esat atraduši kļūdu SQL interpretatorā. Lūdzu apskatiet Jūsu vaicājumu citīgāk, un pārbaudiet, ka pēdiņas ir pareizas un nav sajauktas. Cits kļūdas iemesls var būt tas, ka Jūs atsūtījāt failu ar bināro vērtību ārpus pēdiņās iekļautā teksta lauka. Jūs varat arī izmēģināt savu vaicājumu MySQL komandrindas interfeisā. MySQL servera kļūdas paziņojums zemāk, ja tāds ir, var arī palīdzēt Jums diagnosticēt problēmu. Ja problēma paliek, vai arī iekš phpMyAdmin kļūda ir, bet komandrindā nav, lūdzu samaziniet Jūsu SQL vaicājumu līdz vienkāršam vaicājumam kas izsauc problēmas, un atsūtiet mums ziņojumu par kļūdu, iekļaujot tajā datus no IZGRIEZT sekcijas zemāk:';
$strSQLParserUserError = 'Izkatās, ka Jūsu SQL vaicajumā ir kļūda. MySQL servera kļūdas pazinojums zemāk, ja tāds ir, var arī palīdzet Jums diagnosticēt problēmu.';
$strSQLQuery = 'SQL vaicājums';
$strSQLResult = 'SQL rezultāts';
$strSQPBugInvalidIdentifer = 'Nederīgs identifikators';
$strSQPBugUnclosedQuote = 'Neaizvērtas pēdiņas';
$strSQPBugUnknownPunctuation = 'Nezināmā punktuācijas zīme';
$strSave = 'Saglabāt';
$strSaveOnServer = 'Saglabāt uz servera direktorijā %s';
$strScaleFactorSmall = 'Mērogošanas faktors ir pārāk mazs, lai shēma ietilptu vienā lapā';
$strSearch = 'Meklēt';
$strSearchFormTitle = 'Meklēt datubāzē';
$strSearchInTables = 'Tabulā(s):';
$strSearchNeedle = 'Vārdi vai vērtības meklēšanai (aizstājējzīme: "%"):';
$strSearchOption1 = 'kaut viens no vārdiem';
$strSearchOption2 = 'visi vārdi';
$strSearchOption3 = 'precīza frāze';
$strSearchOption4 = 'kā regulārā izteiksme';
$strSearchResultsFor = 'Meklēšanas rezultāti "<i>%s</i>" %s:';
$strSearchType = 'Atrast:';
$strSecretRequired = 'Konfigurācijas fails tagad prasa slepeno paroli (blowfish_secret).';
$strSelectADb = 'Lūdzu izvēlieties datubāzi';
$strSelectAll = 'Iezīmēt visu';
$strSelectBinaryLog = 'Izvēlieties bināro log-failu apskatei';
$strSelectFields = 'Izvēlieties laukus (kaut vienu):';
$strSelectNumRows = 'vaicājumā';
$strSelectTables = 'Izvēlieties tabulas';
$strSend = 'Saglabāt kā failu';
$strSent = 'Nosūtīts';
$strServer = 'Serveris';
$strServerChoice = 'Servera izvēle';
$strServerNotResponding = 'Serveris neatbild';
$strServerStatus = 'Izpildes laika informācija';
$strServerStatusUptime = 'Šis MySQL serveris strādā %s. Tas tika palaists %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Mainīgie';
$strServerTrafficNotes = '<b>Servera trafiks</b>: Šīs tabulas parāda šī MySQL servera tīkla trafika statistiku kopš tā palaišanas.';
$strServerVars = 'Servera mainīgie un konfigurācija';
$strServerVersion = 'Servera versija';
$strSessionValue = 'Sesijas vērtība';
$strSetEnumVal = 'Ja lauka tips ir "enum" vai "set", lūdzu ievadiet vērtības atbilstoši šim formatam: \'a\',\'b\',\'c\'...<br />Ja Jums vajag ielikt atpakaļējo slīpsvītru (\) vai vienkāršo pēdiņu (\') kādā no šīm vērtībām, lieciet tās priekšā atpakaļējo slīpsvītru (piemēram, \'\\\\xyz\' vai \'a\\\'b\').';
$strShow = 'Rādīt';
$strShowAll = 'Rādīt visu';
$strShowColor = 'Rādīt krāsas';
$strShowDatadictAs = 'Datu vārdnīcas formats';
$strShowFullQueries = 'Rādīt pilnos vaicājumus';
$strShowGrid = 'Rādīt režģi';
$strShowPHPInfo = 'Parādīt PHP informāciju';
$strShowTableDimension = 'Rādit tabulu izmērus';
$strShowTables = 'Rādīt tabulas';
$strShowThisQuery = ' Rādīt šo vaicājumu šeit atkal ';
$strShowingRecords = 'Parādu rindas';
$strSimplifiedChinese = 'Vienkāršota ķīniešu';
$strSingly = '(atsevišķi)';
$strSize = 'Izmērs';
$strSlovak = 'Slovāku';
$strSlovenian = 'Slovēņu';
$strSort = 'Kārtošana';
$strSortByKey = 'Kārtot pēc atslēgas';
$strSpaceUsage = 'Diska vietas lietošana';
$strSpanish = 'Spāņu';
$strSplitWordsWithSpace = 'Vārdi ir atdalīti ar tukšumu (" ").';
$strStatCheckTime = 'Pēdējā pārbaude';
$strStatCreateTime = 'Izveidošana';
$strStatUpdateTime = 'Pēdējā atjaunošana';
$strStatement = 'Parametrs';
$strStatus = 'Statuss';
$strStrucCSV = 'CSV dati';
$strStrucData = 'Struktūra un dati';
$strStrucDrop = 'Pievienot tabulu dzēšanas komandas';
$strStrucExcelCSV = 'CSV dati MS Excel formātā';
$strStrucNativeExcel = 'Dati MS Excel formatā';
$strStrucOnly = 'Tikai struktūra';
$strStructPropose = 'Ieteikt tabulas sruktūru';
$strStructure = 'Struktūra';
$strSubmit = 'Nosūtīt';
$strSuccess = 'Jūsu SQL vaicājums tika veiksmīgi izpildīts';
$strSum = 'Kopumā';
$strSwedish = 'Zviedru';
$strSwitchToDatabase = 'Pārslēgties uz nokopēto datubāzi';
$strSwitchToTable = 'Pārslēgties uz nokopēto tabulu';
 
$strTable = 'Tabula';
$strTableComments = 'Komentārs tabulai';
$strTableEmpty = 'Tabulas nosaukums nav norādīts!';
$strTableHasBeenDropped = 'Tabula %s tika izdzēsta';
$strTableHasBeenEmptied = 'Tabula %s tika iztukšota';
$strTableHasBeenFlushed = 'Tabula %s tika atsvaidzināta';
$strTableMaintenance = 'Tabulas apkalpošana';
$strTableOfContents = 'Satura rādītājs';
$strTableOptions = 'Tabulas opcijas';
$strTableStructure = 'Tabulas struktūra tabulai';
$strTableType = 'Tabulas tips';
$strTables = '%s tabula(s)';
$strTakeIt = 'izmantot šo stilu';
$strTblPrivileges = 'Tabulu specifiskās privilēģijas';
$strTextAreaLength = ' Sava garuma dēļ,<br /> šis lauks var būt nerediģējams ';
$strThai = 'Taizemiešu';
$strTheme = 'Tēma / Stils';
$strThisHost = 'Šis hosts';
$strThisNotDirectory = 'Tā nebija direktorija';
$strThreadSuccessfullyKilled = 'Process %s tika veiksmīgi nogalināts.';
$strTime = 'Laiks';
$strToggleScratchboard = 'parādīt/noslēpt piezīmju tafeli';
$strTotal = 'kopā';
$strTotalUC = 'Kopā';
$strTraditionalChinese = 'Tradicionāla ķīniešu';
$strTraditionalSpanish = 'Tradicionālā spāņu';
$strTraffic = 'Datu apmaiņa';
$strTransformation_application_octetstream__download = 'Rādīt saiti uz lauka bināro datu lejuplādi. Pirmā opcija ir binārā faila nosaukums. Otrā opcija ir iespējamais lauka nosaukums tabulas rindā, kas satur faula nosaukumu. Ja izmantojat otro opciju, pirmo atstājiet tukšo.';
$strTransformation_image_jpeg__inline = 'Parāda klikšķināmo sīktēlu; opcijas: platums, augstums pikseļos (saglabājot oriģinālās proporcijas)';
$strTransformation_image_jpeg__link = 'Parāda linku uz šo attēlu (tieša blob lauka lajuplāde).';
$strTransformation_image_png__inline = 'Skatīties image/jpeg: kā ierindotu attēlu';
$strTransformation_text_plain__dateformat = 'Ņem TIME, TIMESTAMP vai DATETIME lauku, un formatē to izmantojot Jūsu lokālo datuma formatu. Pirmā opcija ir nobīde (stundās), kas tiks pievienota timestamp laukam (noklusētā: 0). Otrā opcija ir datuma formats, saskaņā ar PHP finkcijas strftime() parametriem.';
$strTransformation_text_plain__external = 'Tikai LINUX: Palaiž ārējo aplikāciju un padod lauka datus tās standartievadā. Atgriež aplikācijas standartizvadi. Noklusējums ir Tidy, kas izskaistina HTML kodu. Drošības apsvērumu dēļ, nepieciešams manuāli rediģēt failu libraries/transformations/text_plain__external.inc.php un ielikt rīkus, kurus Jūs atļaujat palaist. Pirmā opcija ir programmas numurs, ko Jūs vēlaties lietot, otrā opcija ir parametri šai programmai. Trešā opcija, ja ir vienāda ar 1, konvertē izvadi, izmantojot htmlspecialchars() (noklusējums ir 1). Ceturtais parametrs, ja vienāds ar 1, liek NOWRAP parametru satura šūnai, tā kā izvade tiks attēlota bez pārformatēšanas. (noklusējums ir 1)';
$strTransformation_text_plain__formatted = 'Saglabā lauka oriģinālo formatējumu. Speciālo rakstzīmju pasargāšana netiek veikta.';
$strTransformation_text_plain__imagelink = 'Parāda attēlu un linku, lauks satur faila nosauumu; pirmā opcija ir prefikss, piemēram, "http://domens.lv/", otrā opcija ir platums pikseļos, trešā ir augstums.';
$strTransformation_text_plain__link = 'Parāda attēlu un linku, lauks satur faila nosauumu; pirmā opcija ir prefikss, piemēram, "http://domens.lv/", otrā opcija ir linka nosaukums.';
$strTransformation_text_plain__substr = 'Parāda tikai virknes daļu. Pirmā opcija ir nobīde, kas nosaka, kur Jūsu teksts sākas (noklusējums 0). Otrā opcija ir atgriežamā teksta garums. Ja tukša, atgriež visu atlikušo tekstu. Trešā opcija nosaka rakstzīmes, kas tiks pievienotas apgrieztās virknes galā (noklusējums: ...) .';
$strTruncateQueries = 'Ierobežot parādīto vaicājumu garumu';
$strTurkish = 'Turku';
$strType = 'Tips';
 
$strUkrainian = 'Ukraiņu';
$strUncheckAll = 'Neiezīmēt neko';
$strUnicode = 'Unikods';
$strUnique = 'Unikālais';
$strUnknown = 'nazināma';
$strUnselectAll = 'Neiezīmēt neko';
$strUpdComTab = 'Lūdzu skatieties dokumentāciju par to, kā atjaunot \'Column_comments\' tabulu';
$strUpdatePrivMessage = 'Jūs modificējāt privilēģijas objektam %s.';
$strUpdateProfileMessage = 'Profils tika modificēts.';
$strUpdateQuery = 'Atjaunot vaicājumu';
$strUpgrade = 'Jums ir jāuzliek %s %s vai jaunāks.';
$strUsage = 'Aizņem';
$strUseBackquotes = 'Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem';
$strUseHostTable = 'Lietot hostu tabulu';
$strUseTabKey = 'Lietojiet TAB taustiņu, lai pārvietotos no vērtības līdz vērtībai, vai CTRL+bultiņas, lai pārvietotos jebkurā vietā';
$strUseTables = 'Lietot tabulas';
$strUseTextField = 'Lietot teksta lauku';
$strUseThisValue = 'Lietot šo vērtību';
$strUser = 'Lietotājs';
$strUserAlreadyExists = 'Lietotājs %s jau eksistē!';
$strUserEmpty = 'Lietotāja vārds nav norādīts!';
$strUserName = 'Lietotājvārds';
$strUserNotFound = 'Izvēlētais lietotājs nav atrasts privilēģiju tabulā.';
$strUserOverview = 'Lietotāju pārskats';
$strUsersDeleted = 'Izvēlētie lietotāji tika veiksmīgi dzēsti.';
$strUsersHavingAccessToDb = 'Lietotāji, kam ir pieja datubāzei &quot;%s&quot;';
 
$strValidateSQL = 'Pārbaudīt SQL';
$strValidatorError = 'Nevar inicializēt SQL pārbaudītāju. Lūdzu pārbaudiet, vai esat uzinstalējuši nepieciešamos PHP paplašinājumus, kā aprakstīts %sdokumentācijā%s.';
$strValue = 'Vērtība';
$strVar = 'Mainīgais';
$strViewDump = 'Apskatīt tabulas dampu (shēmu)';
$strViewDumpDB = 'Apskatīt datubāzes dampu (shēmu)';
$strViewDumpDatabases = 'Apskatīt datubāzu dampu (shēmu)';
 
$strWebServerUploadDirectory = 'web servera augšupielādes direktorija';
$strWebServerUploadDirectoryError = 'Direktoija, kuru norādijāt augšupielādei, nav pieejama';
$strWelcome = 'Laipni lūgti %s';
$strWestEuropean = 'Rietumeiropas';
$strWildcard = 'aizstājējzīme';
$strWindowNotFound = 'Neizdevās atjaunot galveno pārlūkprogramas logu. Varbūt esat viņu aizvēruši, vai arī Jūsu pārlūkprogramma bloķe starplogu saskarsmi Jūsu drošības iestādījumu dēļ.';
$strWithChecked = 'Ar iezīmēto:';
$strWritingCommentNotPossible = 'Komentāra rakstīšana nav iespējama';
$strWritingRelationNotPossible = 'Relācijas rakstīšana nav iespējama';
$strWrongUser = 'Kļūdains lietotājvārds/parole. Pieeja aizliegta.';
 
$strXML = 'XML';
 
$strYes = 'Jā';
 
$strZeroRemovesTheLimit = 'Piezīme: Šo opciju uzstādīšana uz 0 (nulli) atceļ ierobežojumus.';
$strZip = 'Arhivēts ar zip';
 
// To translate:
$strAfterInsertNext = 'Edit next row'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
 
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/latvian-windows-1257.inc.php
0,0 → 1,985
<?php
/* $Id: latvian-windows-1257.inc.php,v 2.122.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Latvian language file by Sandis Jçrics <sandisj at parks.lv>
*/
 
$charset = 'windows-1257';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('baiti', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sv', 'P', 'O', 'T', 'C', 'Pk', 'S');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jûn', 'Jûl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y %H:%M';
 
$timespanfmt = '%s dienas, %s stundas, %s minûtes un %s sekundes';
 
$strAPrimaryKey = 'Primârâ atslçga pievienota uz lauka %s';
$strAbortedClients = 'Pârtraukts';
$strAbsolutePathToDocSqlDir = 'Lûdzu ievadiet absolûto ceïu lîdz docSQL direktorijai uz servera';
$strAccessDenied = 'Pieeja aizliegta';
$strAccessDeniedExplanation = 'phpMyAdmin mçìinâja pieslçgties MySQL serverim, un serveris noraidîja pieslçgumu. Lûdzu pârbaudiet hostu, lietotâjvârdu un paroli config.inc.php failâ, un pârliecinieties, ka tie atbilst informâcijai, ko Jums deva MySQL servera administrators.';
$strAction = 'Darbîba';
$strAddAutoIncrement = 'Pievienot AUTO_INCREMENT vçrtîbu';
$strAddConstraints = 'Pievienot ierobeþojumus';
$strAddDeleteColumn = 'Pievienot/Dzçst laukus (kolonnas)';
$strAddDeleteRow = 'Pievienot/Dzçst ierakstu';
$strAddDropDatabase = 'Pievienot DROP DATABASE';
$strAddFields = 'Pievienot %s lauku(s)';
$strAddHeaderComment = 'Ievietot virsrakstâ komentâru (\\n atdala rindas)';
$strAddIfNotExists = 'Pievienot IF NOT EXISTS';
$strAddIntoComments = 'Pievienot komentâros';
$strAddNewField = 'Pievienot jaunu lauku';
$strAddPrivilegesOnDb = 'Pievienot privilçìijas uz sekojoðo datubâzi';
$strAddPrivilegesOnTbl = 'Pievienot privilçìijas uz sekojoðo tabulu';
$strAddSearchConditions = 'Pievienot meklçðanas nosacîjumus ("where" izteiksmes íermenis):';
$strAddToIndex = 'Pievienot indeksam &nbsp;%s&nbsp;kolonn(u/as)';
$strAddUser = 'Pievienot jaunu lietotâju';
$strAddUserMessage = 'Jûs pievienojât jaunu lietotâju.';
$strAddedColumnComment = 'Pievienots komentârs kolonnai';
$strAddedColumnRelation = 'Pievienota relâcija kolonnai';
$strAdministration = 'Administrâcija';
$strAffectedRows = 'Ietekmçto rindu skaits:';
$strAfter = 'Pçc %s';
$strAfterInsertBack = 'Atgriezties atpakaï iepriekðçjâ lapâ';
$strAfterInsertNewInsert = 'Ievietot vçl vienu rindu';
$strAfterInsertSame = 'Atgriezties ðajâ lapâ';
$strAll = 'Visi';
$strAllTableSameWidth = 'râdît visas tabulas vienadâ platumâ?';
$strAlterOrderBy = 'Mainît datu kârtoðanas laukus';
$strAnIndex = 'Indekss tieka pievienots uz %s';
$strAnalyzeTable = 'Analizçt tabulu';
$strAnd = 'Un';
$strAny = 'Jebkurð';
$strAnyHost = 'Jebkurð hosts';
$strAnyUser = 'Jebkurð lietotâjs';
$strApproximateCount = 'Var bût aptuvens skaits. Skatît FAQ 3.11';
$strArabic = 'Arâbu';
$strArmenian = 'Armçòu';
$strAscending = 'Augoðâ secîbâ';
$strAtBeginningOfTable = 'Tabulas sâkumâ';
$strAtEndOfTable = 'Tabulas beigâs';
$strAttr = 'Atribûti';
$strAutodetect = 'Noteikt automâtiski';
$strAutomaticLayout = 'Automâtiskais izvietojums';
 
$strBack = 'Atpakaï';
$strBaltic = 'Baltijas';
$strBeginCut = 'IZGRIEZT NO ÐÎS VIETAS';
$strBeginRaw = 'RINDAS SÂKUMS';
$strBinLogEventType = 'Notikuma tips';
$strBinLogInfo = 'Informâcija';
$strBinLogName = 'Log-faila nosaukums';
$strBinLogOriginalPosition = 'Oriìinâlâ pozîcija';
$strBinLogPosition = 'Pozîcija';
$strBinLogServerId = 'Servera ID';
$strBinary = 'Binârais';
$strBinaryDoNotEdit = 'Binârais - netiek labots';
$strBinaryLog = 'Binârais log-fails';
$strBookmarkAllUsers = 'Dot ikvienam lietotâjam pieeju ðai grâmatzîmei';
$strBookmarkDeleted = 'Ieraksts tika dzçsts.';
$strBookmarkLabel = 'Nosaukums';
$strBookmarkQuery = 'Saglabâtie SQL vaicâjumi';
$strBookmarkThis = 'Saglabât ðo SQL vaicâjumu';
$strBookmarkView = 'Tikai apskatît';
$strBrowse = 'Apskatît';
$strBrowseForeignValues = 'Pârlûkot ârçjâs vçrtîbas';
$strBulgarian = 'Bulgâru';
$strBzError = 'phpMyAdmin nevarçja saarhivçt failu dçï bojâta Bz2 paplaðinâjuma ðajâ php versijâ. Stingri rekomendçjam uzstâdît <code>$cfg[\'BZipDump\']</code> direktîvu phpMyAdmin konfigurâcijas failâ uz <code>FALSE</code>. Ja vçlaties lietot Bz2 kompresijas iespçjas, Jums jâuzliek jaunâka php versija. Skatît php bug report %s sîkâkai informâcijai.';
$strBzip = 'Arhivçts ar bzip';
 
$strCSVOptions = 'CSV opcijas';
$strCalendar = 'Kalendârs';
$strCannotLogin = 'Nevar pieslçgties MySQL serverim';
$strCantLoad = 'nevar ielâdçt paplaðinâjumu %s,<br />lûdzu pârbaudiet PHP konfigurâciju';
$strCantLoadRecodeIconv = 'Nevar ielâdçt iconv vai recode paplaðinâjumu, kas ir nepiecieðams rakstzîmju konvertâcijai, lûdzu nokonfigurçjiet php, lai varçtu lietot ðos paplaðinâjumus, vai arî atslçdziet rakstzîmju konvertâciju phpMyAdmin konfigurâcijâ.';
$strCantRenameIdxToPrimary = 'Nevar pârsaukt indeksu par PRIMARY!';
$strCantUseRecodeIconv = 'Nevar lietot iconv, libiconv vai recode_string funkciju, bet php saka, ka paplaðinâjums ir ielâdçts. Pârbaudiet php konfigurâciju.';
$strCardinality = 'Kardinalitâte';
$strCaseInsensitive = 'reìistrnejûtîgs';
$strCaseSensitive = 'reìistrjûtîgs';
$strCentralEuropean = 'Centrâleiropas';
$strChange = 'Labot';
$strChangeCopyMode = 'Izveidot jaunu lietotâju ar tâdâm paðâm privilçìijâm un ...';
$strChangeCopyModeCopy = '... paturçt veco lietotâju.';
$strChangeCopyModeDeleteAndReload = ' ... dzçst veco lietotâju no lietotâju tabulas, un pçc tam pârlâdçt privilçìijas.';
$strChangeCopyModeJustDelete = ' ... dzçst veco lietotâju no lietotâju tabulas.';
$strChangeCopyModeRevoke = ' ... atòemt vecajam lietotâjam visas aktîvâs privilçìijas, un pçc tam dzçst viòu.';
$strChangeCopyUser = 'Mainît piekïuves informâciju / Klonçt lietotâju';
$strChangeDisplay = 'Izvçlieties, kuru lauku râdît';
$strChangePassword = 'Mainît paroli';
$strCharset = 'Kodçjums';
$strCharsetOfFile = 'Tabulas kodçjums:';
$strCharsets = 'Rakstzîmju kodçjumi';
$strCharsetsAndCollations = 'Rakstzîmju kodçjumi un izkârtojumi';
$strCheckAll = 'Iezîmçt visu';
$strCheckOverhead = 'Iezîmçt tabulas ar pârtçriòu';
$strCheckPrivs = 'Pârbaudît privilçìijas';
$strCheckPrivsLong = 'Pârbaudît privilçìijas uz datubâzi &quot;%s&quot;.';
$strCheckTable = 'Pârbaudît tabulu';
$strChoosePage = 'Izvçlieties lapu redigçðanai';
$strColComFeat = 'Râdu kolonnu komentârus';
$strCollation = 'Izkârtojumi';
$strColumnNames = 'Kolonnu nosaukumi';
$strColumnPrivileges = 'Kolonnu specifiskâs privilçìijas';
$strCommand = 'Komanda';
$strComments = 'Komentâri';
$strCommentsForTable = 'KOMENTÂRI TABULAI';
$strCompatibleHashing = 'MySQL&nbsp;4.0 savietojams';
$strCompleteInserts = 'Pilnas INSERT izteiksmes';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nevar nolasît konfigurâcijas failu!<br />Tas var notikt, ja PHP atrod tajâ kïûdu, vai arî nevar atrast so failu.<br />Mçginiet izsaukt konfigurâcijas failu tieði, klikðkinot linku zemâk un lasiet PHP pazinojumu par kïûdâm. Vairâkumâ gadîjumu kaut kur pietrukst pçdiòa vai semikols.<br />Ja redzat tukðu lapu, viss ir kârtîbâ.';
$strConfigureTableCoord = 'Lûdzu konfigurçjiet koordinâtes tabulai %s';
$strConnectionError = 'Nevar pieslçgties: kïûda konfigurâcijâ.';
$strConnections = 'Konekcijas';
$strConstraintsForDumped = 'Ierobeþojumi izmestâm tabulâm';
$strConstraintsForTable = 'Ierobeþojumi tabulai';
$strCookiesRequired = '"Cookies" ir jâbût atïautiem aiz ðî punkta.';
$strCopyDatabaseOK = 'Datubâze %s tika pârkopçta uz %s';
$strCopyTable = 'Kopçt tabulu uz (datubâze<b>.</b>tabula):';
$strCopyTableOK = 'Tabula %s tika pârkopçta uz %s.';
$strCopyTableSameNames = 'Nevar nokopçt tabulu uz viòu paðu!';
$strCouldNotKill = 'phpMyAdmin nevarçja nogalinât procesu %s. Iespçjams, ka tas jau agrâk tika izbeigts.';
$strCreate = 'Izveidot';
$strCreateIndex = 'Izveidot indeksu uz&nbsp;%s&nbsp;laukiem';
$strCreateIndexTopic = 'Izveidot jaunu indeksu';
$strCreateNewDatabase = 'Izveidot jaunu datubâzi';
$strCreateNewTable = 'Izveidot jaunu tabulu datubâzç %s';
$strCreatePage = 'Izveidot jaunu lapu';
$strCreatePdfFeat = 'PDF failu izveide';
$strCreationDates = 'Izveidoðanas/Atjaunoðanas/Piekïuves datumi';
$strCriteria = 'Kritçrijs';
$strCroatian = 'Horvâtu';
$strCyrillic = 'Kirilisks';
$strCzech = 'Èehu';
$strCzechSlovak = 'Èehu-Slovâku';
 
$strDBComment = 'Datubâzes komentârs: ';
$strDBCopy = 'Kopçt datubâzi uz';
$strDBGContext = 'Konteksts';
$strDBGContextID = 'Konteksta ID';
$strDBGHits = 'Apmeklçjumi';
$strDBGLine = 'Lînija';
$strDBGMaxTimeMs = 'Maks. laiks, ms';
$strDBGMinTimeMs = 'Min. laiks, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Viena apmeklçjuma laiks, ms';
$strDBGTotalTimeMs = 'Laiks kopâ, ms';
$strDBRename = 'Pârsaukt datubâzi par';
$strDanish = 'Dâòu';
$strData = 'Dati';
$strDataDict = 'Datu vârdnîca';
$strDataOnly = 'Tikai dati';
$strDatabase = 'Datubâze';
$strDatabaseEmpty = 'Datubâzes nosaukums ir tukðs!';
$strDatabaseExportOptions = 'Datubâzu eksporta opcijas';
$strDatabaseHasBeenDropped = 'Datubâze %s tika izdzçsta.';
$strDatabaseNoTable = 'Ðajâ datubâzç nav tabulu!';
$strDatabases = 'Datubâzes';
$strDatabasesDropped = '%s datubâzes tika veiksmîgi dzçstas.';
$strDatabasesStats = 'Datubâzu statistika';
$strDatabasesStatsDisable = 'Izslçgt statistiku';
$strDatabasesStatsEnable = 'Ieslçgt statistiku';
$strDatabasesStatsHeavyTraffic = 'Piezîme: Datubâzes statistikas ieslçgðana ðeit var izsaukt palielinâto datu apmaiòu starp webserveri un MySQL serveri.';
$strDbPrivileges = 'Datubâþu specifiskâs privilçìijas';
$strDbSpecific = 'datubâzei specifisks';
$strDefault = 'Noklusçts';
$strDefaultValueHelp = 'Noklusçtajâm vçrtîbâm, lûdzu ievadiet tikai paðu vertîbu, bez izsargâðanâs ar atpakaïçjo slîpsvîtru vai pçdiòâm, lietojot ðo formatu: a';
$strDefragment = 'Defragmentçt tabulu';
$strDelOld = 'Tekoðajâ lapâ ir atsauces uz tabulâm, kas vairs neeksistç. Vai Jûs gribat dzçst ðîs atsauces?';
$strDelayedInserts = 'Lietot aizturçtos INSERT';
$strDelete = 'Dzçst';
$strDeleteAndFlush = 'Dzçst lietotâjus, un pçc tam pârlâdçt privilçìijas.';
$strDeleteAndFlushDescr = 'Tas ir labâkais veids, bet privilçìiju pârlâdçðana var paòemt zinâmu laiku.';
$strDeleted = 'Ieraksts tika dzçsts';
$strDeletedRows = 'Ieraksti dzçsti:';
$strDeleting = 'Dzçðam %s';
$strDescending = 'Dilstoðâ secîbâ';
$strDescription = 'Apraksts';
$strDictionary = 'vârdnîca';
$strDisableForeignChecks = 'Nepârbaudît ârçjâs atslçgas';
$strDisabled = 'Izslçgts';
$strDisplayFeat = 'Râdît iespçjas';
$strDisplayOrder = 'Attçloðanas secîba:';
$strDisplayPDF = 'Râdît PDF shçmu';
$strDoAQuery = 'Izpildît "vaicâjumu pçc parauga" (aizstâjçjzîme: "%")';
$strDoYouReally = 'Vai Jûs tieðâm gribat ';
$strDocu = 'Dokumentâcija';
$strDrop = 'Likvidçt';
$strDropDatabaseStrongWarning = 'Jûs taisaties LIKVIDÇT veselu datubâzi!';
$strDropUsersDb = 'Dzçst datubâzes, kurâm ir tâdi paði vârdi, kâ lietotâjiem.';
$strDumpSaved = 'Damps tika saglabâts failâ %s.';
$strDumpXRows = 'Saglabât %s rindas, sâkot ar %s.';
$strDumpingData = 'Dati tabulai';
$strDynamic = 'dinamisks';
 
$strEdit = 'Labot';
$strEditPDFPages = 'Labot PDF lapas';
$strEditPrivileges = 'Mainît privilçìijas';
$strEffective = 'Efektîvs';
$strEmpty = 'Iztukðot';
$strEmptyResultSet = 'MySQL atgrieza tukðo rezultâtu (0 rindas).';
$strEnabled = 'Ieslçgts';
$strEncloseInTransaction = 'Iekïaut eksportu transakcijâ';
$strEnd = 'Beigas';
$strEndCut = 'IZGRIEZT LÎDZ ÐAI VIETAI';
$strEndRaw = 'RINDAS BEIGAS';
$strEnglish = 'Angïu';
$strEnglishPrivileges = ' Piezîme: MySQL privilçìiju apzîmçjumi tiek rakstîti angïu valodâ ';
$strError = 'Kïûda';
$strEscapeWildcards = 'Aizstâjçjzîmes _ un % jâaizsargâ ar \ priekðâ, lai izmantotu tâs burtiski';
$strEstonian = 'Igauòu';
$strExcelEdition = 'Excel redakcija';
$strExcelOptions = 'Excel opcijas';
$strExecuteBookmarked = 'Izpildît iegrâmatoto vaicâjumu';
$strExplain = 'Izskaidrot SQL';
$strExport = 'Eksports';
$strExtendedInserts = 'Paplaðinâtas INSERT izteiksmes';
$strExtra = 'Ekstras';
 
$strFailedAttempts = 'Neveiksmîgi mçìinâjumi';
$strField = 'Lauks';
$strFieldHasBeenDropped = 'Lauks %s tika izdzçsts';
$strFields = 'Lauki';
$strFieldsEmpty = ' Lauku skaits ir nulle! ';
$strFieldsEnclosedBy = 'Lauki iekïauti iekð';
$strFieldsEscapedBy = 'Glâbjoða (escape) rakstzîme ir';
$strFieldsTerminatedBy = 'Lauki atdalîti ar';
$strFileAlreadyExists = 'Fails %s jau eksistç uz servera. Lûdzu nomainiet faila nosaukumu vai atzîmçjiet failu pârrakstîðanas opciju.';
$strFileCouldNotBeRead = 'Nevar nolasît failu';
$strFileNameTemplate = 'Faila nosaukuma ðablons';
$strFileNameTemplateRemember = 'atcerçties ðablonu';
$strFixed = 'fiksçts';
$strFlushPrivilegesNote = 'Piezîme: phpMyAdmin saòem lietotâju privilçìijas pa taisno no MySQL privilçìiju tabilâm. Ðo tabulu saturs var atðíirties no privilçìijâm, ko lieto serveris, ja tur tika veikti labojumi. Ðajâ gadîjumâ ir nepiecieðams %spârlâdçt privilçìijas%s pirms Jûs turpinât.';
$strFlushTable = 'Atsvaidzinât tabulu ("FLUSH")';
$strFormEmpty = 'Formâ trûkst vçrtîbu!';
$strFormat = 'Formats';
$strFullText = 'Pilni teksti';
$strFunction = 'Funkcija';
 
$strGenBy = 'Uzìenerçja';
$strGenTime = 'Izveidoðanas laiks';
$strGeneralRelationFeat = 'Galvenâs relâciju îpaðîbas';
$strGeorgian = 'Gruzînu';
$strGerman = 'Vâcu';
$strGlobal = 'globâls';
$strGlobalPrivileges = 'Globâlâs privilçìijas';
$strGlobalValue = 'Globâlâ vçrtîba';
$strGo = 'Aiziet!';
$strGrantOption = 'Pieðíirt';
$strGreek = 'Grieíu';
$strGzip = 'Arhivçts ar gzip';
 
$strHasBeenAltered = 'tika modificçta.';
$strHasBeenCreated = 'tika izveidota.';
$strHaveToShow = 'Izvçlieties vismaz vienu kolonnu attçloðanai';
$strHebrew = 'Ebreju';
$strHexForBinary = 'Lietot heksadecimâlo formâtu binârajiem laukiem';
$strHome = 'Sâkumlapa';
$strHomepageOfficial = 'Oficiâlâ phpMyAdmin mâjaslapa';
$strHost = 'Hosts';
$strHostEmpty = 'Hosts nav norâdîts!';
$strHungarian = 'Ungâru';
 
$strIcelandic = 'Islandieðu';
$strId = 'ID';
$strIdxFulltext = 'Pilni teksti';
$strIgnore = 'Ignorçt';
$strIgnoreInserts = 'Lietot IGNORE INSERTS';
$strIgnoringFile = 'Ignorçjam failu %s';
$strImportDocSQL = 'Importçt docSQL failus';
$strImportFiles = 'Importçt failus';
$strInUse = 'lietoðanâ';
$strIndex = 'Indekss';
$strIndexHasBeenDropped = 'Indekss %s tika izdzçsts';
$strIndexName = 'Indeksa nosaukums&nbsp;:';
$strIndexType = 'Indeksa tips&nbsp;:';
$strIndexWarningMultiple = 'Vairâk kâ viena %s atslçga tika izveidota kolonnai `%s`';
$strIndexWarningPrimary = 'PRIMARY un INDEX atslçgas nevar abas reizç tikt uzliktas kolonnai `%s`';
$strIndexWarningTable = 'Problçmas ar indeksiem tabulâ `%s`';
$strIndexWarningUnique = 'UNIQUE un INDEX atslçgas nevar abas reizç tikt uzliktas kolonnai `%s`';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB statuss';
$strInsecureMySQL = 'Jûsu konfigurâcijas fails satur iestâdîjumus (lietotâjs "root" bez paroles), kas atbilst noklusçtajam MySQL priviliìçtajam lietotâjam. Jûsu MySQL serveris strâdâ ar ðo noklusçto variantu, ir atvçrts uzbrukumiem, un Jums tieðâm jâaiztaisa ðis droðîbas caurums.';
$strInsert = 'Pievienot';
$strInsertAsNewRow = 'Ievietot kâ jaunu rindu';
$strInsertNewRow = 'Pievienot jaunu rindu';
$strInsertedRowId = 'Ievietotâs rindas id:';
$strInsertedRows = 'Rindas pievienotas:';
$strInternalNotNecessary = '* Iekðçjâ relâcija nav nepiecieðama, kad tâ eksistç arî iekð InnoDB.';
$strInternalRelations = 'Iekðçjâs relâcijas';
 
$strJapanese = 'Japâòu';
$strJumpToDB = 'pâriet pie datubâzes &quot;%s&quot;.';
$strJustDelete = 'Dzçst lietotâjus no privilçìiju tabulâm.';
$strJustDeleteDescr = '&quot;Dzçstie&quot; lietotâji saglabâ spçju piekïût serverim kâ parasti, lîdz privilçìijas tiek pârlâdçtas.';
 
$strKeepPass = 'Nemainît paroli';
$strKeyname = 'Atslçgas nosaukums';
$strKill = 'Nogalinât';
$strKorean = 'Korejieðu';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcijas';
$strLandscape = 'Ainava';
$strLatexCaption = 'Tabulas virsraksts';
$strLatexContent = 'Tabulas __TABLE__ saturs';
$strLatexContinued = '(turpinâjums)';
$strLatexContinuedCaption = 'Tabulas virsraksta turpinâjums';
$strLatexIncludeCaption = 'Iekïaut tabulas virsrakstu';
$strLatexLabel = 'Etiíetes atslçga';
$strLatexStructure = 'Tabulas __TABLE__ struktûra';
$strLatvian = 'Latvieðu';
$strLengthSet = 'Garums/Vçrtîbas*';
$strLimitNumRows = 'Rindu skaits vienâ lapâ';
$strLinesTerminatedBy = 'Rindas atdalîtas ar';
$strLinkNotFound = 'Links nav atrasts';
$strLinksTo = 'Linki uz';
$strLithuanian = 'Lietuvieðu';
$strLocalhost = 'Lokâls';
$strLocationTextfile = 'Teksta faila atraðanâs vieta';
$strLogPassword = 'Parole:';
$strLogServer = 'Serveris';
$strLogUsername = 'Lietotâjvârds:';
$strLogin = 'Ieiet';
$strLoginInformation = 'Piekïuves informâcija';
$strLogout = 'Iziet';
 
$strMIMETypesForTable = 'MIME TIPI TABULAI';
$strMIME_MIMEtype = 'MIME tips';
$strMIME_available_mime = 'Pieejamie MIME tipi';
$strMIME_available_transform = 'Pieejamâs transformâcijas';
$strMIME_description = 'Apraksts';
$strMIME_nodescription = 'Ðai transformâcijai nav apraksta.<br />Jautâjiet autoram, ko %s dara.';
$strMIME_transformation = 'Pârlûkprogrammas transformâcija';
$strMIME_transformation_note = 'Lai iegûtu pieejamo transformâciju opcijas un to MIME tipu transformâcijas, uzklikðíiniet uz %stransformâciju apraksti%s';
$strMIME_transformation_options = 'Transformâcijas opcijas';
$strMIME_transformation_options_note = 'Lûdzu ievadiet transformâciju opciju vçrtîbas, lietojot ðo formatu: \'a\',\'b\',\'c\'...<br />Ja Jums jâlieto atpakaïçjâ slîpsvîtra ("\") vai vienkârðâ pçdiòa ("\'") starp ðîm vçrtîbâm, lieciet tâs priekðâ vçl vienu atpakaïçjo slîpsvîtru (piemçram \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME tipiem, kas parâdîti slîprakstâ, nav atseviðías transformâcijas funkcijas';
$strMaximumSize = 'Maksimâlais izmçrs: %s%s';
$strModifications = 'Labojumi tika saglabâti';
$strModify = 'Labot';
$strModifyIndexTopic = 'Labot indeksu';
$strMoveTable = 'Pârvietot tabulu uz (datubâze<b>.</b>tabula):';
$strMoveTableOK = 'Tabula %s tika pârvietota uz %s.';
$strMoveTableSameNames = 'Nevar pârvietot tabulu uz viòu paðu!';
$strMultilingual = 'daudzvalodu';
$strMySQLCharset = 'MySQL kodçjums';
$strMySQLConnectionCollation = 'MySQL konekcijas kârtoðana';
$strMySQLSaid = 'MySQL teica: ';
$strMySQLShowProcess = 'Parâdît procesus';
$strMySQLShowStatus = 'Parâdît MySQL izpildes laika informâciju';
$strMySQLShowVars = 'Parâdît MySQL sistçmas mainîgos';
 
$strName = 'Nosaukums';
$strNext = 'Nâkamie';
$strNo = 'Nç';
$strNoActivity = 'Nebija aktivitâtes vairâk kâ %s sekunþu laikâ, lûdzu autorizçjieties vçlreiz';
$strNoDatabases = 'Nav datubâzu';
$strNoDatabasesSelected = 'Datubâze nav izvçlçta.';
$strNoDescription = 'Bez apraksta';
$strNoDropDatabases = '"DROP DATABASE" komanda ir aizliegta.';
$strNoExplain = 'Neizskaidrot SQL';
$strNoFrames = 'phpMyAdmin ir vairâk draudzîgs <b>freimu atbalstoðâm</b> pârlûkprogrammâm.';
$strNoIndex = 'Nav definçti indeksi!';
$strNoIndexPartsDefined = 'Nav definçto indeksa daïu!';
$strNoModification = 'Netika labots';
$strNoOptions = 'Ðim formâtam nav opciju';
$strNoPassword = 'Nav paroles';
$strNoPermission = 'Web serverim nav tiesîbu rakstît failâ %s.';
$strNoPhp = 'Bez PHP koda';
$strNoPrivileges = 'Nav privilçìiju';
$strNoRights = 'Jums nav pietiekoði tiesîbu, lai atrastos ðeit tagad!';
$strNoRowsSelected = 'Rindas nav iezîmçtas';
$strNoSpace = 'Nepietiek vietas, lai saglabâtu failu %s.';
$strNoTablesFound = 'Tabulas nav atrastas ðajâ datubâzç.';
$strNoThemeSupport = 'Nav tçmu atbalsta, lûdzu pârbaudiet jûsu konfigurâciju un/vai Jûsu tçmas direktorijâ %s.';
$strNoUsersFound = 'Lietotâji netika atrasti.';
$strNoValidateSQL = 'Nepârbaudît SQL';
$strNone = 'Nav';
$strNotNumber = 'Tas nav numurs!';
$strNotOK = 'nav OK';
$strNotSet = 'Tabula <b>%s</b> nav atrasta vai nav atzîmeta iekð %s';
$strNull = 'Nulle';
$strNumSearchResultsInTable = '%s rezultâti tabulâ <i>%s</i>';
$strNumSearchResultsTotal = '<b>Kopumâ:</b> <i>%s</i> rezultâti';
$strNumTables = 'Tabulas';
 
$strOK = 'Labi';
$strOperations = 'Darbîbas';
$strOperator = 'Operators';
$strOptimizeTable = 'Optimizçt tabulu';
$strOr = 'Vai';
$strOverhead = 'Pârtçriòð';
$strOverwriteExisting = 'Pârrakstît eksistçjoðos failus';
 
$strPHP40203 = 'Jûs lietojat PHP versiju 4.2.3, kurai ir nopietna kïûda daudzbaitu rindiòu funkcijâs (mbstring). Skatît PHP bug report 19404. Sî PHP versija nav rekomendçjama lietoðanai ar phpMyAdmin.';
$strPHPVersion = 'PHP Versija';
$strPageNumber = 'Lapas numurs:';
$strPaperSize = 'Papîra izmçrs';
$strPartialText = 'Daïçji teksti';
$strPassword = 'Parole';
$strPasswordChanged = 'Lietotâja %s parole tika veiksmîgi mainîta.';
$strPasswordEmpty = 'Parole nav norâdîta!';
$strPasswordHashing = 'Paroles jaukðana';
$strPasswordNotSame = 'Paroles nesakrît!';
$strPdfDbSchema = 'Datubâzes "%s" shçma, %s. lapa';
$strPdfInvalidTblName = 'Tabula "%s" neeksistç!';
$strPdfNoTables = 'Nav tabulu';
$strPerHour = 'stundâ';
$strPerMinute = 'minûtç';
$strPerSecond = 'sekundç';
$strPersian = 'Persieðu';
$strPhoneBook = 'telefonu grâmata';
$strPhp = 'Izveidot PHP kodu';
$strPmaDocumentation = 'phpMyAdmin dokumentâcija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktîvai ir JÂBÛT nodefinçtai Jûsu konfigurâcijas failâ!';
$strPolish = 'Poïu';
$strPortrait = 'Portrets';
$strPos1 = 'Sâkums';
$strPrevious = 'Iepriekðçjie';
$strPrimary = 'Primârâ';
$strPrimaryKeyHasBeenDropped = 'Primârâ atslçga tika izdzçsta';
$strPrimaryKeyName = 'Primârâs atslçgas nosaukumam jâbût... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>jâbût</b> tikai un <b>vienîgi</b> primârâs atslçgas indeksa nosaukumam!)';
$strPrint = 'Drukât';
$strPrintView = 'Izdrukas versija';
$strPrintViewFull = 'Drukas skats (ar pilniem tekstiem)';
$strPrivDescAllPrivileges = 'Iekïauj visas privilçìijas, izòemot GRANT.';
$strPrivDescAlter = 'Ïauj mainît esoðo tabulu struktûru.';
$strPrivDescCreateDb = 'Ïauj veidot jaunas datubâzes un tabulas.';
$strPrivDescCreateTbl = 'Ïauj veidot jaunas tabulas.';
$strPrivDescCreateTmpTable = 'Ïauj veidot pagaidu tabulas.';
$strPrivDescDelete = 'Ïauj dzçst datus.';
$strPrivDescDropDb = 'Ïauj dzçst datubâzes un tabulas.';
$strPrivDescDropTbl = 'Ïauj dzçst tabulas.';
$strPrivDescExecute = 'Ïauj palaist saglabâtâs procedûras; vçl nestrâdâ ðajâ MySQL versijâ.';
$strPrivDescFile = 'Ïauj importçt/eksportçt datus no/uz failiem.';
$strPrivDescGrant = 'Ïauj pievienot lietotâjus un privilçìijas bez privilçìiju tabulu pârlâdçðanas.';
$strPrivDescIndex = 'Ïauj veidot un dzçst indeksus.';
$strPrivDescInsert = 'Ïauj ievietot un mainît datus.';
$strPrivDescLockTables = 'Ïauj bloíçt tabulas tekoðajai darbîbai.';
$strPrivDescMaxConnections = 'Ierobeþo jauno konekciju skaitu, ko lietotâjs var atvçrt stundas laikâ.';
$strPrivDescMaxQuestions = 'Ierobeþo vaicâjumu skaitu, ko lietotâjs var mosûtît uz serveri stundas laikâ.';
$strPrivDescMaxUpdates = 'Ierobeþo komandu skaitu, kas maina kas maina tabulas vai datubâzes, ko lietotâjs var izpildît stundas laikâ.';
$strPrivDescProcess3 = 'Ïauj nogalinât citu lietotâju procesus.';
$strPrivDescProcess4 = 'Ïauj apskatît pieprasîjumu un procesu sarakstus.';
$strPrivDescReferences = 'Nedarbojas ðajâ MySQL versijâ.';
$strPrivDescReload = 'Ïauj prlâdçt servera iestâdîjumus un iztukðot servera keðu.';
$strPrivDescReplClient = 'Dod lietotâjam tiesîbas jautât, kur ir replikâcijas oriìinâli / kopijas.';
$strPrivDescReplSlave = 'Nepiecieðams replikâciju kopijâm.';
$strPrivDescSelect = 'Ïauj lasît datus.';
$strPrivDescShowDb = 'Dod pieeju pilnam datubâzu sarakstam.';
$strPrivDescShutdown = 'Ïauj apstâdinât serveri.';
$strPrivDescSuper = 'Ïauj pieslçgties pat tad, ja ir sasniegts maksimâlais konekciju skaits; Nepiecieðams vairumam administratîvo operâciju, kâ globâlo mainîgo maiòa vai citu lietotâju procesu nogalinâðana.';
$strPrivDescUpdate = 'Ïauj mainît datus.';
$strPrivDescUsage = 'Nav privilçìiju.';
$strPrivileges = 'Privilçìijas';
$strPrivilegesReloaded = 'Privilçìijas tika veiksmîgi pârlâdçtas.';
$strProcesslist = 'Procesu saraksts';
$strPutColNames = 'Likt kolonnu nosaukumus pirmajâ rindâ';
 
$strQBE = 'Vaicâjums pçc parauga';
$strQBEDel = 'Dzçst';
$strQBEIns = 'Ielikt';
$strQueryFrame = 'Vaicâjuma logs';
$strQueryOnDb = 'SQL vaicâjums uz datubâzes <b>%s</b>:';
$strQuerySQLHistory = 'SQL vçsture';
$strQueryStatistics = '<b>Pieprasîjumu statistika</b>: %s pieprasîjumi tika nosûtîti uz serveri kopð tâ palaiðanâs brîþa.';
$strQueryTime = 'Vaicâjums ilga %01.4f s';
$strQueryType = 'Vaicâjuma tips';
$strQueryWindowLock = 'Nepârrakstît ðo vaicâjumu ârpus ðî loga';
 
$strReType = 'Atkârtojiet';
$strReceived = 'Saòemts';
$strRecords = 'Ieraksti';
$strReferentialIntegrity = 'Pârbaudît referenciâlo integritâti:';
$strRefresh = 'Atjaunot';
$strRelationNotWorking = 'Papildiespçjas darbam ar saistîtâm tabulâm tika izslçgtas. Lai uzzinâtu kâpçc, klikðkiniet %sðeit%s.';
$strRelationView = 'Relâciju pârskats';
$strRelationalSchema = 'Relâciju shçma';
$strRelations = 'Relâcijas';
$strRelationsForTable = 'RELÂCIJAS TABULAI';
$strReloadMySQL = 'Pârlâdçt MySQL serveri';
$strReloadingThePrivileges = 'Pârlâdçjam privilçìijas';
$strRemoveSelectedUsers = 'Dzçst izvçlçtos lietotâjus';
$strRenameDatabaseOK = 'Datubâze %s tika pârsaukta par %s';
$strRenameTable = 'Pârsaukt tabulu uz';
$strRenameTableOK = 'Tabula %s tika pârsaukta par %s';
$strRepairTable = 'Restaurçt tabulu';
$strReplaceNULLBy = 'Aizvietot NULL ar';
$strReplaceTable = 'Aizvietot tabulas datus ar datiem no faila';
$strReset = 'Atcelt';
$strResourceLimits = 'Resursu ierobeþojumi';
$strRevoke = 'Atsaukt';
$strRevokeAndDelete = 'Atòemt visas aktîvâs privilçìijas lietotâjiem, un pçc tam dzçst tos.';
$strRevokeAndDeleteDescr = 'Lietotâji saglabâ iespeju lietot datubâzes, lîdz privilçìijas tiek pârlâdçtas.';
$strRevokeMessage = 'Jûs atòçmât privilçgijas lietotâjam %s';
$strRomanian = 'Rumâòu';
$strRowLength = 'Rindas garums';
$strRowSize = ' Rindas izmçrs ';
$strRows = 'Rindas';
$strRowsFrom = 'rindas sâkot no';
$strRowsModeFlippedHorizontal = 'horizontâlâ (pagriezti virsraksti)';
$strRowsModeHorizontal = 'horizontâlâ';
$strRowsModeOptions = '%s skatâ un atkârtot virsrakstus ik pçc %s rindâm';
$strRowsModeVertical = 'vertikâlâ';
$strRowsStatistic = 'Rindas statistika';
$strRunQuery = 'Izpildît vaicâjumu';
$strRunSQLQuery = 'Izpildît SQL vaicâjumu(s) uz datubâzes %s';
$strRunning = 'atrodas uz %s';
$strRussian = 'Krievu';
 
$strSQL = 'SQL';
$strSQLExportType = 'Eksporta veids';
$strSQLOptions = 'SQL opcijas';
$strSQLParserBugMessage = 'Iespçjams, ka Jûs esat atraduði kïûdu SQL interpretatorâ. Lûdzu apskatiet Jûsu vaicâjumu citîgâk, un pârbaudiet, ka pçdiòas ir pareizas un nav sajauktas. Cits kïûdas iemesls var bût tas, ka Jûs atsûtîjât failu ar binâro vçrtîbu ârpus pçdiòâs iekïautâ teksta lauka. Jûs varat arî izmçìinât savu vaicâjumu MySQL komandrindas interfeisâ. MySQL servera kïûdas paziòojums zemâk, ja tâds ir, var arî palîdzçt Jums diagnosticçt problçmu. Ja problçma paliek, vai arî iekð phpMyAdmin kïûda ir, bet komandrindâ nav, lûdzu samaziniet Jûsu SQL vaicâjumu lîdz vienkârðam vaicâjumam kas izsauc problçmas, un atsûtiet mums ziòojumu par kïûdu, iekïaujot tajâ datus no IZGRIEZT sekcijas zemâk:';
$strSQLParserUserError = 'Izkatâs, ka Jûsu SQL vaicajumâ ir kïûda. MySQL servera kïûdas pazinojums zemâk, ja tâds ir, var arî palîdzet Jums diagnosticçt problçmu.';
$strSQLQuery = 'SQL vaicâjums';
$strSQLResult = 'SQL rezultâts';
$strSQPBugInvalidIdentifer = 'Nederîgs identifikators';
$strSQPBugUnclosedQuote = 'Neaizvçrtas pçdiòas';
$strSQPBugUnknownPunctuation = 'Nezinâmâ punktuâcijas zîme';
$strSave = 'Saglabât';
$strSaveOnServer = 'Saglabât uz servera direktorijâ %s';
$strScaleFactorSmall = 'Mçrogoðanas faktors ir pârâk mazs, lai shçma ietilptu vienâ lapâ';
$strSearch = 'Meklçt';
$strSearchFormTitle = 'Meklçt datubâzç';
$strSearchInTables = 'Tabulâ(s):';
$strSearchNeedle = 'Vârdi vai vçrtîbas meklçðanai (aizstâjçjzîme: "%"):';
$strSearchOption1 = 'kaut viens no vârdiem';
$strSearchOption2 = 'visi vârdi';
$strSearchOption3 = 'precîza frâze';
$strSearchOption4 = 'kâ regulârâ izteiksme';
$strSearchResultsFor = 'Meklçðanas rezultâti "<i>%s</i>" %s:';
$strSearchType = 'Atrast:';
$strSecretRequired = 'Konfigurâcijas fails tagad prasa slepeno paroli (blowfish_secret).';
$strSelectADb = 'Lûdzu izvçlieties datubâzi';
$strSelectAll = 'Iezîmçt visu';
$strSelectBinaryLog = 'Izvçlieties binâro log-failu apskatei';
$strSelectFields = 'Izvçlieties laukus (kaut vienu):';
$strSelectNumRows = 'vaicâjumâ';
$strSelectTables = 'Izvçlieties tabulas';
$strSend = 'Saglabât kâ failu';
$strSent = 'Nosûtîts';
$strServer = 'Serveris';
$strServerChoice = 'Servera izvçle';
$strServerNotResponding = 'Serveris neatbild';
$strServerStatus = 'Izpildes laika informâcija';
$strServerStatusUptime = 'Ðis MySQL serveris strâdâ %s. Tas tika palaists %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Mainîgie';
$strServerTrafficNotes = '<b>Servera trafiks</b>: Ðîs tabulas parâda ðî MySQL servera tîkla trafika statistiku kopð tâ palaiðanas.';
$strServerVars = 'Servera mainîgie un konfigurâcija';
$strServerVersion = 'Servera versija';
$strSessionValue = 'Sesijas vçrtîba';
$strSetEnumVal = 'Ja lauka tips ir "enum" vai "set", lûdzu ievadiet vçrtîbas atbilstoði ðim formatam: \'a\',\'b\',\'c\'...<br />Ja Jums vajag ielikt atpakaïçjo slîpsvîtru (\) vai vienkârðo pçdiòu (\') kâdâ no ðîm vçrtîbâm, lieciet tâs priekðâ atpakaïçjo slîpsvîtru (piemçram, \'\\\\xyz\' vai \'a\\\'b\').';
$strShow = 'Râdît';
$strShowAll = 'Râdît visu';
$strShowColor = 'Râdît krâsas';
$strShowDatadictAs = 'Datu vârdnîcas formats';
$strShowFullQueries = 'Râdît pilnos vaicâjumus';
$strShowGrid = 'Râdît reþìi';
$strShowPHPInfo = 'Parâdît PHP informâciju';
$strShowTableDimension = 'Râdit tabulu izmçrus';
$strShowTables = 'Râdît tabulas';
$strShowThisQuery = ' Râdît ðo vaicâjumu ðeit atkal ';
$strShowingRecords = 'Parâdu rindas';
$strSimplifiedChinese = 'Vienkârðota íînieðu';
$strSingly = '(atseviðíi)';
$strSize = 'Izmçrs';
$strSlovak = 'Slovâku';
$strSlovenian = 'Slovçòu';
$strSort = 'Kârtoðana';
$strSortByKey = 'Kârtot pçc atslçgas';
$strSpaceUsage = 'Diska vietas lietoðana';
$strSpanish = 'Spâòu';
$strSplitWordsWithSpace = 'Vârdi ir atdalîti ar tukðumu (" ").';
$strStatCheckTime = 'Pçdçjâ pârbaude';
$strStatCreateTime = 'Izveidoðana';
$strStatUpdateTime = 'Pçdçjâ atjaunoðana';
$strStatement = 'Parametrs';
$strStatus = 'Statuss';
$strStrucCSV = 'CSV dati';
$strStrucData = 'Struktûra un dati';
$strStrucDrop = 'Pievienot tabulu dzçðanas komandas';
$strStrucExcelCSV = 'CSV dati MS Excel formâtâ';
$strStrucNativeExcel = 'Dati MS Excel formatâ';
$strStrucOnly = 'Tikai struktûra';
$strStructPropose = 'Ieteikt tabulas sruktûru';
$strStructure = 'Struktûra';
$strSubmit = 'Nosûtît';
$strSuccess = 'Jûsu SQL vaicâjums tika veiksmîgi izpildîts';
$strSum = 'Kopumâ';
$strSwedish = 'Zviedru';
$strSwitchToDatabase = 'Pârslçgties uz nokopçto datubâzi';
$strSwitchToTable = 'Pârslçgties uz nokopçto tabulu';
 
$strTable = 'Tabula';
$strTableComments = 'Komentârs tabulai';
$strTableEmpty = 'Tabulas nosaukums nav norâdîts!';
$strTableHasBeenDropped = 'Tabula %s tika izdzçsta';
$strTableHasBeenEmptied = 'Tabula %s tika iztukðota';
$strTableHasBeenFlushed = 'Tabula %s tika atsvaidzinâta';
$strTableMaintenance = 'Tabulas apkalpoðana';
$strTableOfContents = 'Satura râdîtâjs';
$strTableOptions = 'Tabulas opcijas';
$strTableStructure = 'Tabulas struktûra tabulai';
$strTableType = 'Tabulas tips';
$strTables = '%s tabula(s)';
$strTakeIt = 'izmantot ðo stilu';
$strTblPrivileges = 'Tabulu specifiskâs privilçìijas';
$strTextAreaLength = ' Sava garuma dçï,<br /> ðis lauks var bût nerediìçjams ';
$strThai = 'Taizemieðu';
$strTheme = 'Tçma / Stils';
$strThisHost = 'Ðis hosts';
$strThisNotDirectory = 'Tâ nebija direktorija';
$strThreadSuccessfullyKilled = 'Process %s tika veiksmîgi nogalinâts.';
$strTime = 'Laiks';
$strToggleScratchboard = 'parâdît/noslçpt piezîmju tafeli';
$strTotal = 'kopâ';
$strTotalUC = 'Kopâ';
$strTraditionalChinese = 'Tradicionâla íînieðu';
$strTraditionalSpanish = 'Tradicionâlâ spâòu';
$strTraffic = 'Datu apmaiòa';
$strTransformation_application_octetstream__download = 'Râdît saiti uz lauka binâro datu lejuplâdi. Pirmâ opcija ir binârâ faila nosaukums. Otrâ opcija ir iespçjamais lauka nosaukums tabulas rindâ, kas satur faula nosaukumu. Ja izmantojat otro opciju, pirmo atstâjiet tukðo.';
$strTransformation_image_jpeg__inline = 'Parâda klikðíinâmo sîktçlu; opcijas: platums, augstums pikseïos (saglabâjot oriìinâlâs proporcijas)';
$strTransformation_image_jpeg__link = 'Parâda linku uz ðo attçlu (tieða blob lauka lajuplâde).';
$strTransformation_image_png__inline = 'Skatîties image/jpeg: kâ ierindotu attçlu';
$strTransformation_text_plain__dateformat = 'Òem TIME, TIMESTAMP vai DATETIME lauku, un formatç to izmantojot Jûsu lokâlo datuma formatu. Pirmâ opcija ir nobîde (stundâs), kas tiks pievienota timestamp laukam (noklusçtâ: 0). Otrâ opcija ir datuma formats, saskaòâ ar PHP finkcijas strftime() parametriem.';
$strTransformation_text_plain__external = 'Tikai LINUX: Palaiþ ârçjo aplikâciju un padod lauka datus tâs standartievadâ. Atgrieþ aplikâcijas standartizvadi. Noklusçjums ir Tidy, kas izskaistina HTML kodu. Droðîbas apsvçrumu dçï, nepiecieðams manuâli rediìçt failu libraries/transformations/text_plain__external.inc.php un ielikt rîkus, kurus Jûs atïaujat palaist. Pirmâ opcija ir programmas numurs, ko Jûs vçlaties lietot, otrâ opcija ir parametri ðai programmai. Treðâ opcija, ja ir vienâda ar 1, konvertç izvadi, izmantojot htmlspecialchars() (noklusçjums ir 1). Ceturtais parametrs, ja vienâds ar 1, liek NOWRAP parametru satura ðûnai, tâ kâ izvade tiks attçlota bez pârformatçðanas. (noklusçjums ir 1)';
$strTransformation_text_plain__formatted = 'Saglabâ lauka oriìinâlo formatçjumu. Speciâlo rakstzîmju pasargâðana netiek veikta.';
$strTransformation_text_plain__imagelink = 'Parâda attçlu un linku, lauks satur faila nosauumu; pirmâ opcija ir prefikss, piemçram, "http://domens.lv/", otrâ opcija ir platums pikseïos, treðâ ir augstums.';
$strTransformation_text_plain__link = 'Parâda attçlu un linku, lauks satur faila nosauumu; pirmâ opcija ir prefikss, piemçram, "http://domens.lv/", otrâ opcija ir linka nosaukums.';
$strTransformation_text_plain__substr = 'Parâda tikai virknes daïu. Pirmâ opcija ir nobîde, kas nosaka, kur Jûsu teksts sâkas (noklusçjums 0). Otrâ opcija ir atgrieþamâ teksta garums. Ja tukða, atgrieþ visu atlikuðo tekstu. Treðâ opcija nosaka rakstzîmes, kas tiks pievienotas apgrieztâs virknes galâ (noklusçjums: ...) .';
$strTruncateQueries = 'Ierobeþot parâdîto vaicâjumu garumu';
$strTurkish = 'Turku';
$strType = 'Tips';
 
$strUkrainian = 'Ukraiòu';
$strUncheckAll = 'Neiezîmçt neko';
$strUnicode = 'Unikods';
$strUnique = 'Unikâlais';
$strUnknown = 'nazinâma';
$strUnselectAll = 'Neiezîmçt neko';
$strUpdComTab = 'Lûdzu skatieties dokumentâciju par to, kâ atjaunot \'Column_comments\' tabulu';
$strUpdatePrivMessage = 'Jûs modificçjât privilçìijas objektam %s.';
$strUpdateProfileMessage = 'Profils tika modificçts.';
$strUpdateQuery = 'Atjaunot vaicâjumu';
$strUpgrade = 'Jums ir jâuzliek %s %s vai jaunâks.';
$strUsage = 'Aizòem';
$strUseBackquotes = 'Lietot apostrofa simbolu [`] tabulu un lauku nosaukumiem';
$strUseHostTable = 'Lietot hostu tabulu';
$strUseTabKey = 'Lietojiet TAB taustiòu, lai pârvietotos no vçrtîbas lîdz vçrtîbai, vai CTRL+bultiòas, lai pârvietotos jebkurâ vietâ';
$strUseTables = 'Lietot tabulas';
$strUseTextField = 'Lietot teksta lauku';
$strUseThisValue = 'Lietot ðo vçrtîbu';
$strUser = 'Lietotâjs';
$strUserAlreadyExists = 'Lietotâjs %s jau eksistç!';
$strUserEmpty = 'Lietotâja vârds nav norâdîts!';
$strUserName = 'Lietotâjvârds';
$strUserNotFound = 'Izvçlçtais lietotâjs nav atrasts privilçìiju tabulâ.';
$strUserOverview = 'Lietotâju pârskats';
$strUsersDeleted = 'Izvçlçtie lietotâji tika veiksmîgi dzçsti.';
$strUsersHavingAccessToDb = 'Lietotâji, kam ir pieja datubâzei &quot;%s&quot;';
 
$strValidateSQL = 'Pârbaudît SQL';
$strValidatorError = 'Nevar inicializçt SQL pârbaudîtâju. Lûdzu pârbaudiet, vai esat uzinstalçjuði nepiecieðamos PHP paplaðinâjumus, kâ aprakstîts %sdokumentâcijâ%s.';
$strValue = 'Vçrtîba';
$strVar = 'Mainîgais';
$strViewDump = 'Apskatît tabulas dampu (shçmu)';
$strViewDumpDB = 'Apskatît datubâzes dampu (shçmu)';
$strViewDumpDatabases = 'Apskatît datubâzu dampu (shçmu)';
 
$strWebServerUploadDirectory = 'web servera augðupielâdes direktorija';
$strWebServerUploadDirectoryError = 'Direktoija, kuru norâdijât augðupielâdei, nav pieejama';
$strWelcome = 'Laipni lûgti %s';
$strWestEuropean = 'Rietumeiropas';
$strWildcard = 'aizstâjçjzîme';
$strWindowNotFound = 'Neizdevâs atjaunot galveno pârlûkprogramas logu. Varbût esat viòu aizvçruði, vai arî Jûsu pârlûkprogramma bloíe starplogu saskarsmi Jûsu droðîbas iestâdîjumu dçï.';
$strWithChecked = 'Ar iezîmçto:';
$strWritingCommentNotPossible = 'Komentâra rakstîðana nav iespçjama';
$strWritingRelationNotPossible = 'Relâcijas rakstîðana nav iespçjama';
$strWrongUser = 'Kïûdains lietotâjvârds/parole. Pieeja aizliegta.';
 
$strXML = 'XML';
 
$strYes = 'Jâ';
 
$strZeroRemovesTheLimit = 'Piezîme: Ðo opciju uzstâdîðana uz 0 (nulli) atceï ierobeþojumus.';
$strZip = 'Arhivçts ar zip';
 
// To translate:
$strAfterInsertNext = 'Edit next row'; //to translate
 
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
 
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
 
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/lithuanian-utf-8.inc.php
0,0 → 1,989
<?php
/* $Id: lithuanian-utf-8.inc.php,v 2.117.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sekmadienis', 'Pirmadienis', 'Antradienis', 'Trečiadienis', 'Ketvirtadienis', 'Penktadienis', 'Šeštadienis');
$month = array('Sausio', 'Vasario', 'Kovo', 'Balandžio', 'Gegužio', 'Birželio', 'Liepos', 'Rugpjūčio', 'Rugsėjo', 'Spalio', 'Lapkričio', 'Gruodžio');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = ' %Y m. %B %d d. %H:%M';
$timespanfmt = '%s d., %s val., %s min. ir %s s.';
 
$strAPrimaryKey = 'Stulpeliui %s sukurtas PIRMINIS raktas';
$strAbortedClients = 'Atmestos jungtys';
$strAbsolutePathToDocSqlDir = 'Prašome nurodyti absoliutų kelią iki docSQL katalogo darbinėje stotyje';
$strAccessDenied = 'Jungtis neįmanoma';
$strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinės stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbinės stoties adresą, prisijungimo vardą ir slaptažodį) ir įsitikinkite ar jie sutampa su duomenimis gautais iš darbinės stoties administratoriaus.';
$strAction = 'Valdymo veiksmai';
$strAddAutoIncrement = 'Pridėti AUTO_INCREMENT reikšmę';
$strAddConstraints = 'Pridėti apribojimą';
$strAddDeleteColumn = 'Įterpti/Trinti stulpelius';
$strAddDeleteRow = 'Įterpti/Trinti požymio eilutę(es)';
$strAddDropDatabase = 'Pridėti DROP DATABASE';
$strAddFields = 'Pridėti %s lauką(-us)';
$strAddHeaderComment = 'Įterpti savo komentarą į header sritį (eilučių skirtukas \\n )';
$strAddIfNotExists = 'Pridėti IF NOT EXISTS';
$strAddIntoComments = 'Pridėti į komentarus';
$strAddNewField = 'Įterpti naują laukelį(ius)';
$strAddPrivilegesOnDb = 'Sukurti privilegijas šiai duombazei';
$strAddPrivilegesOnTbl = 'Sukurti privilegijas šiai lentelei';
$strAddSearchConditions = 'Įterpkite paieškos sąlygas į "where" sakinį:';
$strAddToIndex = 'Įterpti indeksui papildomus &nbsp;%s&nbsp;stulpelį(ius)';
$strAddUser = 'Sukurti naują vartotoją';
$strAddUserMessage = 'Jūs sukūrėte naują vartotoją.';
$strAddedColumnComment = 'Pridėtas stulpelio komentaras';
$strAddedColumnRelation = 'Pridėtas stulpelio sąryšis';
$strAdministration = 'Administracija';
$strAffectedRows = 'Pakeista eilučių:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Sugrįžti į buvusį puslapį';
$strAfterInsertNewInsert = 'Įterpti sekančią naują eilutę';
$strAfterInsertNext = 'Redaguoti sekantį įrašą';
$strAfterInsertSame = 'Grįžti atgal į šį puslapį';
$strAll = 'Viską';
$strAllTableSameWidth = 'rodyti visas lenteles vienodo pločio?';
$strAlterOrderBy = 'Pakeisti lentelės rūšiavimą pagal:';
$strAnIndex = 'Indeksas sukurtas %s stulpeliui';
$strAnalyzeTable = 'Analizuoti lentelę';
$strAnd = 'IR';
$strAny = 'Bet kurį(ią)';
$strAnyHost = 'Bet kurį prisijungimo adresą';
$strAnyUser = 'Bet kurį vartotoją';
$strApproximateCount = 'Gali būti apytikslis. Žiūrėkite DUK 3.11';
$strArabic = 'Arabų';
$strArmenian = 'Armėnų';
$strAscending = 'Didėjimo tvarka';
$strAtBeginningOfTable = 'Lentelės pradžioje';
$strAtEndOfTable = 'Lentelės pabaigoje';
$strAttr = 'Atributai';
$strAutodetect = 'Automatinis nustatymas';
$strAutomaticLayout = 'Automatinis išdėstymas';
 
$strBack = 'Atgal';
$strBaltic = 'Baltų';
$strBeginCut = 'KIRPIMO PRADŽIA';
$strBeginRaw = 'RAW PRADŽIA';
$strBinLogEventType = 'Event\'o tipas';
$strBinLogInfo = 'Informatcija';
$strBinLogName = 'Logo pavadinimas';
$strBinLogOriginalPosition = 'Pirminė padėtis';
$strBinLogPosition = 'Padėtis';
$strBinLogServerId = 'Serverio ID';
$strBinary = 'Dvejetainis';
$strBinaryDoNotEdit = 'Dvejetainis - nekeisti';
$strBinaryLog = 'Binarinis logas';
$strBookmarkAllUsers = 'Leisti kitiems vartotojams naudotis šia žyme';
$strBookmarkDeleted = 'Nuoroda ištrinta.';
$strBookmarkLabel = 'Nuorodos Antraštė';
$strBookmarkQuery = 'Sukurti nuoroda SQL-užklausai';
$strBookmarkThis = 'Sukurti nuorodą';
$strBookmarkView = 'Peržiūra';
$strBrowse = 'Peržiūrėti';
$strBrowseForeignValues = 'Naršyti išorines reikšmes';
$strBufferPool = 'Buferio Pool\'as';
$strBufferPoolUsage = 'Buferio Pool\'o naudojimas';
$strBulgarian = 'Bulgarų';
$strBzError = 'phpMyAdmin negalėjo suspausti lentelės struktūros atvaizdą (dump), nes šioje php versijoje neveikia Bz2 modulis. Rekomenduojame phpMyAdmin konfigūracinėje byloje <code>$cfg[\'BZipDump\']</code> direktyvą prilyginti <code>FALSE</code>. Atnaujinkite savo php versiją, jeigu norite naudotis Bz2 moduliu. Detalesnė informacija: %s.';
$strBzip = '"bzip"';
 
$strCSVOptions = 'CSV parinktys';
$strCalendar = 'Kalendorius';
$strCannotLogin = 'Neprisijungia prie MySQL darbinės stoties';
$strCantLoad = 'negalima įkrauti %s plėtinio,<br />pasitikrinkite php parinktis';
$strCantLoadRecodeIconv = 'Nepavyko užkrauti <em>iconv</em> arba <em>recode</em> plėtinių, reikalingų koduotės kovertavimui. Suteikite PHP teises naudotis šiais išplėtimais arba išjunkite phpMyAdmin koduotės konvertavimą. ';
$strCantRenameIdxToPrimary = 'Indeksą pervadinti PIRMINIU nepavyko!';
$strCantUseRecodeIconv = 'Kraunant plėtinių pranešimus, nepavyko pasinaudoti <em>iconv</em> arba <em>libiconv</em> arba <em>recode_string</em> funkcijomis. Pasitkrinkite PHP parinktis. ';
$strCardinality = 'Elementų skaičius';
$strCaseInsensitive = 'simbolių registras nesvarbus';
$strCaseSensitive = 'simbolių registras svarbus';
$strCentralEuropean = 'Centrinės Europos';
$strChange = 'Redaguoti';
$strChangeCopyMode = 'Sukurti naują vartotoją su tom pačiom privilegijom ir ...';
$strChangeCopyModeCopy = '... palikti seną vartotoją.';
$strChangeCopyModeDeleteAndReload = ' ... pašalinti seną vartotoją iš vartotojų lentelės ir poto perkrauti privilegijas';
$strChangeCopyModeJustDelete = ' ... pašalinti seną vartotoją iš vartotojų lentelės.';
$strChangeCopyModeRevoke = ' ... panaikinti visas privilegijas iš seno vartotojo ir poto jį pašalinti.';
$strChangeCopyUser = 'Pakeisti prisijungimo informaciją / Kopijuoti vartotojo duomenis';
$strChangeDisplay = 'Pasirinkite lauką, kurį norite peržiūrėti';
$strChangePassword = 'Pakeisti slaptažodį';
$strCharset = 'Koduotė';
$strCharsetOfFile = 'Simbolių koduotė byloje:';
$strCharsets = 'Koduotės';
$strCharsetsAndCollations = 'Simbolių rinkiniai ir Palyginimai';
$strCheckAll = 'Pažymėti viską';
$strCheckOverhead = 'Patikrinti perkrautus';
$strCheckPrivs = 'Patikrinti privilegijas';
$strCheckPrivsLong = 'Patikrinti duombazės &quot;%s&quot; privilegijas.';
$strCheckTable = 'Patikrinti lentelę';
$strChoosePage = 'Pasirinkite puslapį redagavimui';
$strColComFeat = 'Stulpelių komentarų išvedimas';
$strCollation = 'Palyginimas';
$strColumnNames = 'Stulpelių vardai';
$strColumnPrivileges = 'Specifinės stulpelių privilegijos';
$strCommand = 'Komanda';
$strComments = 'Komentarai';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Suderinamas sy MySQL&nbsp;4.0';
$strCompleteInserts = 'Visiškas įterpimas';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin negalėjo perskaityti parinkčių bylos!<br />Tai galėjo nutikti jeigu <u>php</u> rado byloje vykdymo klaidą arba visai nerando bylos.<br />Prašome kreiptis į parinkčių bylą tiesiogiai (naudojantis nuoroda žemiau) ir perskaityti gautus <u>php</u> klaidų pranešimą(us). Daugeliu atveju vienoje/keletoje eilučių truksta kabučių ir/arba kabliataškio.<br />Jeigu išvedamas tuščias naršyklės langas - viskas tvarkoje (klaidų nepastebėta).';
$strConfigureTableCoord = 'Nustatykite lentelės %s koordinates';
$strConnectionError = 'Neįmanoma prisijungti: neteisingi duomenys.';
$strConnections = 'Prisijungimai';
$strConstraintsForDumped = 'Apribojimai eksportuotom lentelėm';
$strConstraintsForTable = 'Apribojimai lentelei';
$strCookiesRequired = 'Sausainėliai(Cookies) turi būti priimami.';
$strCopy = 'Kopijuoti';
$strCopyDatabaseOK = 'Duombazė %s buvo nukopijuota į %s';
$strCopyTable = 'Kopijuoti lentelė į (duombazė<b>.</b>lentelė):';
$strCopyTableOK = 'Letelė %s nukopijuota į %s.';
$strCopyTableSameNames = 'Negalima kopijuoti lentelės į ją pačią!';
$strCouldNotKill = 'phpMyAdmin negalėjo išjungti %s proceso. Gali būti jog jis jau užbaigė darbą.';
$strCreate = 'Sukurti';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prieš kopijuojant';
$strCreateIndex = 'Sukurti indeksą &nbsp;%s&nbsp;stulpeliui(iams)';
$strCreateIndexTopic = 'Sukurti naują indeksą';
$strCreateNewDatabase = 'Sukurti naują duombazę';
$strCreateNewTable = 'Sukurti naują lentelę duombazėje %s';
$strCreatePage = 'Sukurti naują puslapį';
$strCreatePdfFeat = 'PDF bylos generavimas';
$strCreationDates = 'Sukūrimo/Atnaujinimo/Peržiūros datos';
$strCriteria = 'Kriterijai';
$strCroatian = 'Kroatų';
$strCyrillic = 'Kirylica';
$strCzech = 'Čekų';
$strCzechSlovak = 'Čekų-Slovakų';
 
$strDBComment = 'Duombazės komantaras: ';
$strDBCopy = 'Kopijuoti duombazę į';
$strDBGContext = 'Kontekstas';
$strDBGContextID = 'Konteksto ID';
$strDBGHits = 'Užklausos';
$strDBGLine = 'Eilutė';
$strDBGMaxTimeMs = 'Max laikas, ms';
$strDBGMinTimeMs = 'Min laikas, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Laikas/Užklausa, ms';
$strDBGTotalTimeMs = 'Pilnas laikas, ms';
$strDBRename = 'Pervadinti duombazę į';
$strDanish = 'Danų';
$strData = 'Duomenys';
$strDataDict = 'Duomenų žodynas';
$strDataOnly = 'Tik duomenys';
$strDatabase = 'Duombazė';
$strDatabaseEmpty = 'Nenurodytas duombazės vardas!';
$strDatabaseExportOptions = 'Duombazės eksportavimo parinktys';
$strDatabaseHasBeenDropped = 'Duombazė %s ištrinta.';
$strDatabaseNoTable = 'Ši duombazė lentelių neturi!';
$strDatabases = 'duombazės';
$strDatabasesDropped = 'Sėkmingai pašalintos %s duombazės.';
$strDatabasesStats = 'Duombazių statistika';
$strDatabasesStatsDisable = 'Leisti statistiką';
$strDatabasesStatsEnable = 'Neleisti statistikos';
$strDatabasesStatsHeavyTraffic = 'Pastaba: jeigu duombazės statistika įjungta - apkrovimas tarp www ir MySQL darbinių stočių, gali padidėti aukščiau normos.';
$strDbPrivileges = 'Specifinės duombazių privilegijos';
$strDbSpecific = 'priklausantis nuo duombazės tipo';
$strDefault = 'Nutylint';
$strDefaultEngine = '%s yra default\'inis Saugojimo Variklis šiame MySQL serveryje.';
$strDefaultValueHelp = 'Nenaudokite išskyrimo simbolių ar kabučiu, nurodydami reikšmę pagal nutylėjimą. Naudokitės šiuo formatu: a';
$strDefragment = 'Defragmentuoti lentelę';
$strDelOld = 'Šis puslapis turi nuorodų į lenteles, kurios jau neegzistuoja. Ar norite pašalinti šias nuorodas?';
$strDelayedInserts = 'Naudoti užlaikytus įterpimus';
$strDelete = 'Trinti';
$strDeleteAndFlush = 'pašalinti vartotojus ir perkrauti privilegijas.';
$strDeleteAndFlushDescr = 'Tai yra švariausias būdas, bet privilegijų perkrovimas gali šiek tiek užtrukti.';
$strDeleted = 'Eilutė ištrinta';
$strDeletedRows = 'Eilutės ištrintos:';
$strDeleting = 'Šaliname: %s';
$strDescending = 'Mažėjimo tvarka';
$strDescription = 'Paaiškinimas';
$strDictionary = 'žodynas';
$strDisableForeignChecks = 'Atsisakyti išorinių raktų tikrinimo';
$strDisabled = 'Išjungta';
$strDisplayFeat = 'Išvedimo sąvybės';
$strDisplayOrder = 'Atvaizdavimo tvarka:';
$strDisplayPDF = 'Rodyti PDF vaizdą';
$strDoAQuery = 'Vykdyti "užklausą pagal pavyzdį" (pakaitos simbolis: "%")';
$strDoYouReally = 'Ar TIKRAI norite ';
$strDocu = '?';
$strDrop = 'Šalinti';
$strDropDatabaseStrongWarning = 'Jūs ruošiatės SUNAIKINTI visą duombazę!';
$strDropUsersDb = 'Pašalinti duombazes, turinčias tokius pačius vardus kaip ir vartotojai.';
$strDumpSaved = 'Duombazės atvaizdis išsaugotas byloje %s.';
$strDumpXRows = 'Išvesti %s eilučių pradedant nuo %s eilutės.';
$strDumpingData = 'Sukurta duomenų kopija lentelei';
$strDynamic = 'dinaminis';
 
$strEdit = 'Redaguoti';
$strEditPDFPages = 'Redaguoti PDF puslapius';
$strEditPrivileges = 'Redaguoti privilegijas';
$strEffective = 'Efektyvus';
$strEmpty = 'Išvalyti';
$strEmptyResultSet = 'MySQL gražino tuščią rezultatų rinkinį (nėra eilučių).';
$strEnabled = 'Įjungta';
$strEnd = 'Pabaiga';
$strEndCut = 'KIRPIMO PABAIGA';
$strEndRaw = 'RAW PABAIGA';
$strEngineAvailable = '%s nėra galimas šiame MySQL serveryje.';
$strEngineDisabled = '%s šiame MySQL serveryje yra išjungtas.';
$strEngineUnsupported = 'Šis MySQL serveris nepalaiko %s saugojimo variklio.';
$strEngines = 'Varikliai';
$strEnglish = 'Anglų';
$strEnglishPrivileges = ' Pastaba: MySQL privilegijų pavadinimai pateikiami anglų kalba';
$strError = 'Klaida';
$strEscapeWildcards = 'Norint naudoti _ ir % simblius, juos reikėtų eskeipinti su \\';
$strEstonian = 'Estų';
$strExcelEdition = 'Excel variantas';
$strExcelOptions = 'Excel parinktys';
$strExecuteBookmarked = 'Įvykdyti išsaugotą užklausą';
$strExplain = 'Paaiškinti';
$strExport = 'Eksportuoti';
$strExtendedInserts = 'Išplėstinis įterpimas';
$strExtra = 'Papildomai';
 
$strFailedAttempts = 'Nepavykę bandymai';
$strField = 'Laukas';
$strFieldHasBeenDropped = 'Laukas %s išmestas';
$strFields = 'Lauką';
$strFieldsEmpty = ' Tuščia laukų skaičiaus reikšmė! ';
$strFieldsEnclosedBy = 'Laukų reikšmės apskliaustos simboliais';
$strFieldsEscapedBy = 'Laukų reikšmės baigiasi simboliu';
$strFieldsTerminatedBy = 'Laukų pabaigos žymė';
$strFileAlreadyExists = 'Byla pavadinimu %s jau yra darbinėje stotyje, pakeiskite norimą pavadinimą arba pasirinkite nustatymą leidžiantį perrašyti esančias bylas.';
$strFileCouldNotBeRead = 'Negalima perskaityti bylos';
$strFileNameTemplate = 'Failo pavadinimo šablonas';
$strFileNameTemplateRemember = 'atsiminti šabloną';
$strFixed = 'fiksuotas';
$strFlushPrivilegesNote = 'Pastaba: phpMyAdmin gauna vartotojų teises tiesiai iš MySQL privilegijų lentelės. Šiose lentelėse nurodytos teisės gali skirtis nuo parinkčių bylose nurodytų teisių. Todėl %sperkraukite teises%s, jeigu norite tęsti. ';
$strFlushTable = 'Išvalyti lentelę ("FLUSH")';
$strFormEmpty = 'Trūksta reikšmės formoje !';
$strFormat = 'Formatas';
$strFullText = 'Tekstus rodyti pilnai';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generavo:';
$strGenTime = 'Atlikimo laikas';
$strGeneralRelationFeat = 'Pagrindinės sąryšių sąvybės';
$strGenerate = 'Generuoti';
$strGeneratePassword = 'Generuoti Slaiptažodį';
$strGeorgian = 'Gruzinų';
$strGerman = 'Vokiečių';
$strGlobal = 'globalus';
$strGlobalPrivileges = 'Globalios teisės';
$strGlobalValue = 'Globali reikšmė';
$strGo = 'Vykdyti';
$strGrantOption = 'Suteikti';
$strGreek = 'Graikų';
$strGzip = '"gzipped"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportavimo parinktys';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportavimo parinktys';
$strHasBeenAltered = 'išplėsta.';
$strHasBeenCreated = 'sukurta.';
$strHaveToShow = 'Pasirinkite bent vieną stulpelį išvedimui';
$strHebrew = 'Žydų';
$strHexForBinary = 'Binariniams laukams naudoti šešioliktainę koduotę';
$strHome = 'Pradinis';
$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHost = 'Darbinė stotis';
$strHostEmpty = 'Tuščias prisijungimo adresas!';
$strHungarian = 'Vengrų';
 
$strIcelandic = 'Islandų';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Ignoruoti';
$strIgnoreInserts = 'Ignoruoti INSERT užklausas.';
$strIgnoringFile = 'Ignoruojama byla %s';
$strImportDocSQL = 'Importuoti docSQL bylas';
$strImportFiles = 'Importuoti bylas';
$strInUse = 'šiuo metu naudojama';
$strIndex = 'Indeksas';
$strIndexHasBeenDropped = 'Indeksas %s panaikintas';
$strIndexName = 'Indekso vardas&nbsp;:';
$strIndexType = 'Indekso tipas&nbsp;:';
$strIndexWarningMultiple = 'Daugiau nei vienas %s raktas buvo nustatytas stulpeliui `%s`';
$strIndexWarningPrimary = 'PRIMARY ir INDEX raktai neutrėtų būti nustatomi tam pačiam `%s` stulpeliui';
$strIndexWarningTable = 'Iškilo problemos su `%s` lentelės indeksais';
$strIndexWarningUnique = 'UNIQUE ir INDEX raktai neutrėtų būti nustatomi tam pačiam `%s` stulpeliui';
$strIndexes = 'Indeksai';
$strInnoDBBufferPoolSize = 'Buferio pool\'o dydis';
$strInnoDBDataFilePath = 'Duomenų failai';
$strInnoDBDataHomeDirDesc = 'Bendra direktorijų kelio dalis visiems InnoDB duomenų failams.';
$strInnodbStat = 'InnoDB būsena';
$strInsecureMySQL = 'Jūsų parinkčių byloje yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptažožio). Taip sutinkinta MySQL darbinė stotis yra nesaugi, bei gali būti atvira įsilaužimams, todėl rekomenduojame pakeisti šias parinktis.';
$strInsert = 'Įterpti';
$strInsertAsNewRow = 'Įterpti naują įrašą';
$strInsertNewRow = 'Įterpti naują eilutę';
$strInsertedRowId = 'Įterptos eilutės id:';
$strInsertedRows = 'Įterptą eilučių:';
$strInternalNotNecessary = '* Galite nenaudoti vidinių sąryšių, jeigu jie jau apibrėžti InnoDB.';
$strInternalRelations = 'Vidiniai sąryšiai';
 
$strJapanese = 'Japonų';
$strJumpToDB = 'Pereiti į &quot;%s&quot; duombazę.';
$strJustDelete = 'tik pašalinti vartotojus iš privilegijų lentelės.';
$strJustDeleteDescr = 'Kol nėra perkrautos privilegijos, &quot;pašalinti&quot; vartotojai gali prisijungti prie MySQL darbinės stoties.';
 
$strKeepPass = 'Nekeisti slaptažodžio';
$strKeyname = 'Raktinis žodis';
$strKill = 'Stabdyti procesą';
$strKorean = 'Korėjiečių';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX nustatymai';
$strLandscape = 'Peizažinis';
$strLatexCaption = 'Lentelės antraštė';
$strLatexContent = 'Lentelės __TABLE__ turinys';
$strLatexContinued = '(tęsinys)';
$strLatexContinuedCaption = 'Lentelės antraštė (tęsinys)';
$strLatexIncludeCaption = 'Įterpti lentelės antraštę';
$strLatexLabel = 'Pavadinimo raktas';
$strLatexStructure = 'Lentelės __TABLE__ struktūra';
$strLatvian = 'Latvių';
$strLengthSet = 'Ilgis/reikšmės*';
$strLimitNumRows = 'Eilučių skaičius puslapyje';
$strLinesTerminatedBy = 'Eilutės pabaigos žymė';
$strLinkNotFound = 'Sąryšis nerastas';
$strLinksTo = 'Sąryšis su';
$strLithuanian = 'Lietuvių';
$strLocalhost = 'Lokali darbinė stotis';
$strLocationTextfile = 'Tekstiniai SQL užklausų failai';
$strLogPassword = 'Slaptažodis:';
$strLogServer = 'Darbinė stotis';
$strLogUsername = 'Vartotojo vardas:';
$strLogin = 'Įsiregistruoti';
$strLoginInformation = 'Prisijungimo informacija';
$strLogout = 'Išsiregistruoti';
$strLongOperation = 'Operacija gali užtrukti. Tęsti?';
 
$strMIMETypesForTable = 'MIME tipai lentelei';
$strMIME_MIMEtype = 'MIME tipai';
$strMIME_available_mime = 'Galimi MIME-tipai';
$strMIME_available_transform = 'Galimos transformacijos';
$strMIME_description = 'Paaiškinimas';
$strMIME_nodescription = 'Ši transformacija neturi paaiškinimo.<br />Klauskite autoriaus ką %s daro.';
$strMIME_transformation = 'Naršyklės transformacija';
$strMIME_transformation_note = 'Norėdami gauti pilną sąrašą galimų transformacijų ir jų MIME tipų transformacijų, spauskite %stransformacijos paaiškinimą%s';
$strMIME_transformation_options = 'Transformacijos nustatymai';
$strMIME_transformation_options_note = 'Prašome įvesti transformacijos nustatymų reikšmes naudodami tokį įvedimo formatą: \'a\',\'b\',\'c\'...<br />Jeigu tarp šių reikšmių prisireiks panaudoti viršutinį vertikalų pasvirą brūkšnį ("\") arba viengubą kabutę ("\'"), naudokite viršutinį vertikalų pasvirą brūkšnį prieš šiuos simbolius (pvz: \'\\\\xyz\' ar \'a\\\'b\').';
$strMIME_without = 'MIME tipai atspausdinti pasvirusiu šriftu neturi atskirų transformacijos funkcijos.';
$strMaximumSize = 'Didžiausias dydis: %s%s';
$strMbExtensionMissing = 'Nebuvo rastas PHP išplėtimas mbstring ir panašu, kad Jūs naudojate multibyte simbolių kodaciją. Be mbstring plėtinio phpMyAdmin negali tesingai skaidyti stringų, todėl galite sulaukti netikėtų rezultatų.';
$strMbOverloadWarning = 'Savo PHP konfigūracijoje Jūs įjungėte mbstring.func_overload. Šis nustatymas nėra suderinamas su phpMyAdmin ir gali pažeisti Jūsų duomenis!';
$strModifications = 'Pakeitimai išsaugoti';
$strModify = 'Keisti';
$strModifyIndexTopic = 'Keisti indeksą';
$strMoveTable = 'Perkelti lentelė į (duombazė<b>.</b>lentelė):';
$strMoveTableOK = 'Lentelė %s perkelta į %s.';
$strMoveTableSameNames = 'Negalima perkelti lentelės į ją pačią!';
$strMultilingual = 'daugiakalbis';
$strMyISAMMaxExtraSortFileSize = 'Maksimalus laikinų failų dydis kuriant indeksus';
$strMyISAMMaxSortFileSize = 'Maksimalus laikinų rūšiavimo failų dydis';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalus MySQL\'ui leistinas laikinų failų dydis perkuriant MyISAM indeksus (vykdant REPAIR TABLE, ALTER TABLE arba LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Automatinio atstatymo režimas';
$strMyISAMRecoverOptionsDesc = 'Režimas, skirtas automatiniam nusprogusių MyISAM lentelių atstatymui, kuris nurodomas per --myisam-recover serverio startavimo parametrą.';
$strMyISAMRepairThreadsDesc = 'Jei ši reikšmė yra didesnė už 1, vykdant Repair, rūšiavimo procesas MyISAM lentelių indeksus kuria lygegrečiai (kiekvieną indeksą savo gijoje).';
$strMyISAMSortBufferSize = 'Rūšiavimo buferio dydis';
$strMySQLCharset = 'MySQL koduotė';
$strMySQLConnectionCollation = 'MySQL prisijungimo rūšiavimas';
$strMySQLSaid = 'MySQL atsakymas: ';
$strMySQLShowProcess = 'Rodyti procesus';
$strMySQLShowStatus = 'Rodyti MySQL aplinkos būseną';
$strMySQLShowVars = 'Rodyti MySQL sistemos kintamuosius';
 
$strName = 'Pavadinimas';
$strNext = 'Sekantis';
$strNo = 'Ne';
$strNoActivity = 'Daugiau nei %s sekundžių nebuvo atlikta jokių veiksmų. Prašau įsiloginti išnaujo.';
$strNoDatabases = 'Nėra duombazių';
$strNoDatabasesSelected = 'Nepažymėjote duombazės.';
$strNoDescription = 'Aprašymo nėra';
$strNoDetailsForEngine = 'Apie šio Saugojimo Variklio būseną nėra išsamios informacijos.';
$strNoDropDatabases = '"DROP DATABASE" komandos įvykdyti negalima.';
$strNoExplain = 'Praleisti SQL užklausos aiškinimą';
$strNoFrames = 'phpMyAdmin draugiškesnis su <b>rėmelius</b> palaikančiomis naršyklėmis.';
$strNoIndex = 'Neaprašyti indeksai!';
$strNoIndexPartsDefined = 'Neaprašytos indekso dalys!';
$strNoModification = 'Nėra pakeitimų';
$strNoOptions = 'Šis formatas neturi nustatymų';
$strNoPassword = 'Nėra slaptažodžio';
$strNoPermission = 'Nėra teisių išsaugoti bylai %s.';
$strNoPhp = 'be PHP kodo';
$strNoPrivileges = 'Nėra privilegijų';
$strNoRights = 'Neturite pakankamai teisių';
$strNoRowsSelected = 'Nepasirinkti įrašai';
$strNoSpace = 'Nėra pakankamai vietos išsaugoti bylai %s.';
$strNoTablesFound = 'Duombazėje nerasta lentelių.';
$strNoThemeSupport = 'Temos nėra palaikomos, patikrinkite savo konfigūraciją ir/arba savo temų direktoriją %s.';
$strNoUsersFound = 'Nerasta vartotojo(ų).';
$strNoValidateSQL = 'Praleisti SQL užklausos tikrinimą';
$strNone = 'Nėra';
$strNotNumber = 'Įveskite skaičių!';
$strNotOK = 'Negerai';
$strNotSet = 'Lentelė <b>%s</b> nerasta arba nenurodyta %s byloje';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s atitikmuo(enys) lentelėje <i>%s</i>';
$strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> atitikmuo(enys)';
$strNumTables = 'Lentelės';
 
$strOK = 'Gerai';
$strOperations = 'Veiksmai';
$strOptimizeTable = 'Optimizuoti';
$strOr = 'Arba';
$strOverhead = 'Perteklius';
$strOverwriteExisting = 'Perrašyti esančias bylas';
 
$strPHP40203 = 'Jūs naudojate PHP 4.2.3 versiją, kurioje yra rimta klaida, susiijusi su daugiabaičiais stringais (mbstring). Daugiau informacijos rasite PHP klaidų pranešime Nr.19404. <strong>NEREKOMENDUOJAME naudoti šios PHP versijos su phpMyAdmin</strong>.';
$strPHPVersion = 'PHP versija';
$strPageNumber = 'Puslapis:';
$strPaperSize = 'Lapo dydis';
$strPartialText = 'Tekstus rodyti dalinai';
$strPassword = 'Slaptažodis';
$strPasswordChanged = 'Vartotojo %s slaptažodis sėkmingai pakeistas.';
$strPasswordEmpty = 'Tuščias slaptažodis!';
$strPasswordHashing = 'Slaptažodžių Hešavimas';
$strPasswordNotSame = 'Slaptažodžiai nesutampa!';
$strPdfDbSchema = 'Duombazės "%s" schema - %s puslapis';
$strPdfInvalidTblName = 'Lentelė "%s" neegzistuoja!';
$strPdfNoTables = 'No tables';
$strPerHour = 'per valandą';
$strPerMinute = 'per minutę';
$strPerSecond = 'per sekundę';
$strPersian = 'Persų';
$strPhoneBook = 'telefonų knyga';
$strPhp = 'PHP kodas';
$strPmaDocumentation = 'phpMyAdmin\'o dokumentacija';
$strPmaUriError = 'Reikia parinkčių byloje įrašyti <tt>$cfg[\'PmaAbsoluteUri\']</tt> reikšmę!';
$strPolish = 'Lenkų';
$strPortrait = 'Portretinis';
$strPos1 = 'Pradžia';
$strPrevious = 'Praėjęs';
$strPrimary = 'Pirminis';
$strPrimaryKeyHasBeenDropped = 'Panaikintas pirminis raktas';
$strPrimaryKeyName = 'Pirminio rakto pavadinimas turi būti "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>yra vienintelis</b> pirminio rakto tipas!)';
$strPrint = 'Spausdinti';
$strPrintView = 'Spausdinti struktūrą';
$strPrintViewFull = 'Spausdinti vaizdą (su pilnai tekstais)';
$strPrivDescAllPrivileges = 'Įtraukti visas teises, išskyrus GRANT.';
$strPrivDescAlter = 'Leisti keisti jau egzistuojančių lenetelių struktūrą.';
$strPrivDescCreateDb = 'Leisti kurti naujas duombazes ir lenteles.';
$strPrivDescCreateTbl = 'Leisti kurti naujas lenteles.';
$strPrivDescCreateTmpTable = 'Leisti kurti laikinas lenteles.';
$strPrivDescCreateUser = 'Leidžia kurti, šalinti ir pervadinti vartotojus.';
$strPrivDescCreateView = 'Leidžia sukurti naujus view\'us.';
$strPrivDescDelete = 'Leisti šalinti duomenis.';
$strPrivDescDropDb = 'Leisti šalinti duombazes ir lenteles.';
$strPrivDescDropTbl = 'Leisti šalinti lenteles.';
$strPrivDescExecute = 'Leisti vykdyti išsaugotas procedūras; Negalioja šioje MySQL versijoje.';
$strPrivDescFile = 'Leisti įterpti ir eksportuoti duomenis iš bylų.';
$strPrivDescGrant = 'Leisti įterpti naujus vartotojus, bei prisikirti privilegijas, neperkraunant privilegijų lentelės.';
$strPrivDescIndex = 'Leisti įterpti ir modifikuoti indeksus.';
$strPrivDescInsert = 'Leisti įterpti ir modifikuoti duomenis.';
$strPrivDescLockTables = 'Leisti užrakinti lenteles procesų metu.';
$strPrivDescMaxConnections = 'Riboti prisijungimų kiekį per valandą.';
$strPrivDescMaxQuestions = 'Riboti užklausų kiekį per valandą';
$strPrivDescMaxUpdates = 'Riboti komandų (kurios vienaip ar kitaip modifikuoja lenteles ar duombazes) kiekį per valandą.';
$strPrivDescProcess3 = 'Leisti išjungti kitų vartotojų procesus.';
$strPrivDescProcess4 = 'Leisti peržiūrėti procesų sąraše pilną užklausų sąrašą.';
$strPrivDescReferences = ' Negalioja šioje MySQL versijoje.';
$strPrivDescReload = 'Leisti perkrauti darbinę stotį, bei išvalyti laikinąją atmintį (cache).';
$strPrivDescReplClient = 'Leisti vartotojo užklausas dėl atstatymo master / slave darbinių stočių.';
$strPrivDescReplSlave = 'Reikalinga atstatyti slave darbinei stočiai';
$strPrivDescSelect = 'Leisti skaityti duomenis.';
$strPrivDescShowDb = 'Suteikti prieigą prie visų duombazių.';
$strPrivDescShowView = 'Leidžia vykdyti SHOW CREATE VIEW užklausas.';
$strPrivDescShutdown = 'Leisti išjungti serverį.';
$strPrivDescSuper = 'Leisti prisijungti, kai viršytas prisijungimų kiekis; Reikalinga daugumai administratoriaus darbų, tokių kaip globalių reikšmių modifikavimui ar vartotojų atjungimui.';
$strPrivDescUpdate = 'Leisti modifikuoti duomenis.';
$strPrivDescUsage = 'Be teisių.';
$strPrivileges = 'Privilegijos';
$strPrivilegesReloaded = 'Teisės sėkmingai perkrautos.';
$strProcesslist = 'Procesų sąrašas';
$strPutColNames = 'Stulpelių pavadinimus įrašyti pirmoje eilutėje';
 
$strQBE = 'SQL&nbsp;užklausa';
$strQBEDel = 'Pakeičiant';
$strQBEIns = 'Įterpiant';
$strQueryFrame = 'Užklausų langas';
$strQueryOnDb = 'SQL-užklausa duombazėje <b>%s</b>:';
$strQuerySQLHistory = 'SQL užklausų istorija';
$strQueryStatistics = '<b>Užklausų statistika</b>: nuo paleidimo dienos buvo išsiųsta %s užklausų į serverį.';
$strQueryTime = 'Užklausa užtruko %01.4f sek.';
$strQueryType = 'Užklausos tipas';
$strQueryWindowLock = 'Nekeisti šios užklausos už aktyvaus lango ribų.';
 
$strReType = 'Įveskite dar kartą';
$strReadRequests = 'Read užklausos';
$strReceived = 'Gauta';
$strRecords = 'Viso įrašų:';
$strReferentialIntegrity = 'Patikrinti sąryšių vientisumą:';
$strRefresh = 'Atnaujinti';
$strRelationNotWorking = 'Nėra PMA lentelių, kurios leidžia dirbti su jungtinėmis MySQL lentelėmis. %sPaaiškinimas%s.';
$strRelationView = 'Peržiūrėti sąryšius';
$strRelationalSchema = 'Ryšių schema';
$strRelations = 'Sąryšiai';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'Perkrauti MySQL procesą';
$strReloadingThePrivileges = 'Perkraunamos privilegijos';
$strRemoveSelectedUsers = 'Pašalinti pažymėtus vartotojus';
$strRenameDatabaseOK = 'Duombazė %s pervadinta į %s';
$strRenameTable = 'Pervadinti lentelę į';
$strRenameTableOK = 'Lentelė %s pervadinta į %s';
$strRepairTable = 'Redaguoti';
$strReplaceNULLBy = 'Pakeisti NULL į';
$strReplaceTable = 'Pakeisti lentelės turinį failo duomenimis ';
$strReset = 'Atstatyti į pradinę būseną';
$strResourceLimits = 'Išteklių apribojimai';
$strRevoke = 'Panaikinti';
$strRevokeAndDelete = 'Panaikinti visas aktyvias vartotojų privilegijas ir pašalinti vartotojus.';
$strRevokeAndDeleteDescr = 'Kol nėra perkrautos privilegijos, vartotojai dar turės privilegiją USAGE.';
$strRevokeMessage = 'Jūs panaikinote privilegijas %s';
$strRomanian = 'Rumunų';
$strRowLength = 'Eilutės ilgis';
$strRowSize = 'Eilutės dydis';
$strRows = 'Eilutės';
$strRowsFrom = 'eilučių pradedant nuo';
$strRowsModeFlippedHorizontal = 'horizontalūs (pasukti pavadinimai)';
$strRowsModeHorizontal = 'horizontaliai';
$strRowsModeOptions = 'išdėstant %s pakartoti antraštes kas %s įrašų';
$strRowsModeVertical = 'vertikaliai';
$strRowsStatistic = 'Eilučių statistika';
$strRunQuery = 'Vykdyti užklausą';
$strRunSQLQuery = 'Vykdyti SQL sakinius duombazėje <strong>%s</strong>';
$strRunning = 'adresu %s';
$strRussian = 'Rusų';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL eksportavimo suderinamumas';
$strSQLExportType = 'Eksporto tipas';
$strSQLOptions = 'SQL nustatymai';
$strSQLParserBugMessage = 'Klaidą SQL interpretatoriuje. Prašome patikrinti ar SQL užklausoje teisingai naudojamos kabutės. Kita, galima klaida, jog Jūs bandote atsiųsti dvejetainius (binary) duomenis neapskliaustus kabutėmis. Taip pat Jūs galite pabandyti įvykdyti savo užklausą iš MySQL konsolės. MySQL serverio išvesta informacija apie klaidą (jeigu tokių bus) gali padėti Jums nustatyti klaidos priežastį. Jeigu užklausa sėkmingai įvykdoma konsolėje, o SQL interpretatorius vistiek išveda pranešimus apie klaidas, prašome supaprastinite savo SQL užklausą ir perduodamų duomenų kiekį užklausoje ir praneškite apie klaidą programos kūrėjams su žemiau pateikiama informacija:';
$strSQLParserUserError = 'Klaida SQL užklausoje. Žemiau išvestas MySQL serverio pranešimas (jeigu toks yra), turėtų padėti Jums nustatyti klaidos priežastį';
$strSQLQuery = 'SQL užklausa';
$strSQLResult = 'SQL rezultatas';
$strSQPBugInvalidIdentifer = 'Klaidingas vardas';
$strSQPBugUnclosedQuote = 'Trūksta uždaromosios kabutės';
$strSQPBugUnknownPunctuation = 'Klaidinga skyryba';
$strSave = 'Išsaugoti';
$strSaveOnServer = 'Išsaugoti serveryje, kataloge pavadinimu %s';
$strScaleFactorSmall = 'Dydžio matas yra per mažas norint sutalpinti vaizdą viename lape.';
$strSearch = 'Paieška';
$strSearchFormTitle = 'Paieška duombazėje';
$strSearchInTables = 'Lentelės(ių) viduje:';
$strSearchNeedle = 'Paieškos žodis(iai) arba reikšmė(ės) (pakaitos simbolis: "%"):';
$strSearchOption1 = 'bent vienas iš žodžių';
$strSearchOption2 = 'visi žodžiai';
$strSearchOption3 = 'ištisa frazė';
$strSearchOption4 = 'kaip reguliarųjį išsireiškimą';
$strSearchResultsFor = 'Paieškos rezultatai frazei "<i>%s</i>" %s:';
$strSearchType = 'Rasti:';
$strSecretRequired = 'Nustatymų byloje nurodykite slaptą frazę (blowfish_secret).';
$strSelectADb = 'Pasirinkite duombazę';
$strSelectAll = 'Išrinkti visas(us)';
$strSelectBinaryLog = 'Pasirinkite binarinį logą peržiūrai';
$strSelectFields = 'Pasirinkti laukus (nors vieną)';
$strSelectNumRows = 'užklausą vykdoma';
$strSelectTables = 'Pasirinkite lenteles';
$strSend = 'Išsaugoti į failą';
$strSent = 'Siųsta';
$strServer = 'Serveris';
$strServerChoice = 'Pasirinkti serverį';
$strServerNotResponding = 'Serveris neatsako';
$strServerStatus = 'Veikimo informacija';
$strServerStatusUptime = 'MySQL serverio veikimo trukmė: %s. Serveris pradėjo veikti: %s.';
$strServerTabProcesslist = 'Procesai';
$strServerTabVariables = 'Kintamieji';
$strServerTrafficNotes = '<b>Serverio apkrovimas</b>: šiose lentelėse saugoma statistinė informacija apie MySQL serverio apkrovimą nuo paleidimo dienos.';
$strServerVars = 'Serverio kintamieji ir nustatymai';
$strServerVersion = 'Serverio versija';
$strSessionValue = 'Sesijos reikšmė';
$strSetEnumVal = 'Jeigu laukelio tipas yra "enum" arba "set", tuomet duomenų reikšmes reikia įvesti naudojant šį formatą: \'a\',\'b\',\'c\'...<br />. Jeigu jums reikia įrašyti dešininį įžambųjį brūkšnį ("\") arba kabutes("\'"), tuomet prieš šios simbolius reikia papildomo dešininio įžambaus brūkšnio (pavyzdžiui: \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Rodyti';
$strShowAll = 'Rodyti viską';
$strShowColor = 'Rodyti spalvą';
$strShowDatadictAs = 'Duomenų žodyno formatas';
$strShowFullQueries = 'Rodyti pilnas užklausas';
$strShowGrid = 'Rodyti tinklelį';
$strShowPHPInfo = 'Rodyti PHP informaciją';
$strShowTableDimension = 'Rodyti lentelių dydžius';
$strShowTables = 'Rodyti lentelės';
$strShowThisQuery = ' Rodyti šią užklausą vėl ';
$strShowingRecords = 'Rodomi įrašai';
$strSimplifiedChinese = 'Supaprastinta Kiniečių';
$strSingly = '(pavieniui)';
$strSize = 'Dydis';
$strSlovak = 'Slovakų';
$strSlovenian = 'Slovėnų';
$strSocketProblem = '(arba vietiniai MySQL serverio socketai yra blogai sukonfigūruoti)';
$strSort = 'Rūšiuoti';
$strSortByKey = 'Rūšiuoti pagal raktą';
$strSpaceUsage = 'Vietos naudojimas';
$strSpanish = 'Ispanų';
$strSplitWordsWithSpace = 'Žodžiai atskirti tarpo simboliu (" ").';
$strStatCheckTime = 'Paskutinis patikrinimas';
$strStatCreateTime = 'Sukurta';
$strStatUpdateTime = 'Paskutinis atnaujinimas';
$strStatement = 'Parametrai';
$strStatus = 'Statusas';
$strStorageEngine = 'Saugojimo Variklis';
$strStorageEngines = 'Saugojimo Varikliai';
$strStrucCSV = 'Duomenys CSV formatu';
$strStrucData = 'Struktūra ir duomenys';
$strStrucDrop = 'Panaikinti-įterpti lentelę';
$strStrucExcelCSV = 'Duomenys ekselio CSV formatu';
$strStrucNativeExcel = 'MS Excel duomenys';
$strStrucOnly = 'Tik struktūrą';
$strStructPropose = 'Analizuoti lentelės struktūrą';
$strStructure = 'Struktūra';
$strSubmit = 'Siųsti';
$strSuccess = 'Jūsų SQL užklausa sėkmingai įvykdyta';
$strSum = 'Sumos';
$strSwedish = 'Švedų';
$strSwitchToDatabase = 'Pereiti į nukopijuotą duombazę';
$strSwitchToTable = 'Pereiti į lentelės kopiją';
 
$strTable = 'Lentelė';
$strTableComments = 'Lentelės komentarai';
$strTableEmpty = 'Tuščias lentelės vardas!';
$strTableHasBeenDropped = 'Lentelė %s panaikinta';
$strTableHasBeenEmptied = 'Lentelės reikšmės %s ištuštintos';
$strTableHasBeenFlushed = 'Lentelės buferis %s išvalytas';
$strTableMaintenance = 'Lentelės diagnostika';
$strTableOfContents = 'Turinys';
$strTableOptions = 'Lentelės parinktys';
$strTableStructure = 'Sukurta duomenų struktūra lentelei';
$strTableType = 'Lentelės tipas';
$strTables = '%s lentelė(s)';
$strTakeIt = 'pasirinkti';
$strTblPrivileges = 'Specifinės lentelių privilegijos';
$strTextAreaLength = ' Tai yra jo ilgis,<br /> šis laukelis neredaguojamas ';
$strThai = 'Tailando';
$strTheme = 'Tema / Stilius';
$strThisHost = 'Dabartinis serveris';
$strThisNotDirectory = 'Tai ne katalogas';
$strThreadSuccessfullyKilled = '%s buvo sėkmingai išjungtas.';
$strTime = 'Laikas';
$strToggleScratchboard = 'įjungti scratchboard';
$strTotal = ' iš viso ';
$strTotalUC = 'Viso';
$strTraditionalChinese = 'Tradicinė Kiniečių';
$strTraditionalSpanish = 'Tradicinė ispanų';
$strTraffic = 'Apkrovimas';
$strTransformation_application_octetstream__download = 'Įšvesti nuorodą dvejetainių lauko duomenų atsisiuntimui. Pirmas parametras - dvejetainių lauko duomenų bylos pavadinimas. Antras parametras - galimas lentelės eilutės lauko turinčio bylą pavadinimas. Jeigu pateiksite antrą parametrą, ištrinkite pirmojo parametro reikšmę.';
$strTransformation_image_jpeg__inline = 'Parodo aktyvų mažinį; nustatymai: plotis,aukštis pikseliais (išsaugo originalų santykį)';
$strTransformation_image_jpeg__link = 'Išvedama nuoroda į šį paveikslėlį (tiesioginis blob atsisiuntimas ir pan.).';
$strTransformation_image_png__inline = 'Žr. image/jpeg: vidų';
$strTransformation_text_plain__dateformat = 'Pasiima TIME, TIMESTAMP arba DATETIME laukų reikšmes ir apipavidalina jas pagal naudojamą lokalų datos formatą. Pirmas parametras reikšmė valandomis, kuri bus pridėta prie laiko žymės (nutylint: 0). Antras parametras tai kitoks datos apipavidalinimo formatas pateiktas pagal strftime() fukciją.';
$strTransformation_text_plain__external = 'LINUX VARTOTOJAMS: Paleidžiama išorinė aplikacija ir duomenys imami iš standartinio įvedimo. Išvedama iš aplikacijos gauta informacija. Nutylint: bus Tidy korektiškam HTML kodo išvedimui. Saugumo sumetimais Jūs turite paredaguoti libraries/transformations/text_plain__external.inc.php bylą ir įvesti tas aplikacijas, kurias naudosite. Pirmas parametras yra leidžiamų aplikacijų kiekis, kurias naudosite. Antras parametras yra specifiniai aplikacijų raktai. Jeigu trečias parametras lygus 1, tai išvedama informacija bus apdorota su htmlspecialchars() (nutylint: reikšmė lygi 1). Jeigu ketvirtas parametras lygus 1, tai išvedimo lentelės celė turės atributą NOWRAP, tam kad išvedama būtų atvaizduota be perkėlimų į kitas eilutes (nutylint: reikšmė lygi 1).';
$strTransformation_text_plain__formatted = 'Išsaugo originalų lauko apipavidalinimą. Nevykdomas išvengimas.';
$strTransformation_text_plain__imagelink = 'Gražinamas paveikslėlis ir nuoroda į įvedimo lauke įrašytą bylos pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), plotis (pikseliais), aukštis (pikseliais).';
$strTransformation_text_plain__link = 'Gražinama nuoroda į įvedimo lauke įrašytą bylos pavadinimą; argumentai: prefiksas (pvz "http://domain.com/"), nuorodos pavadinimas.';
$strTransformation_text_plain__substr = 'Rodoma tik dalis teksto. Pirmas parametras nurodo išvedamo teksto pradžią (nutylint: 0). Antrasis parametras nurodo išvedamo teksto kiekį. Jeigu antras parametras nenurodytas tai bus išvestas visas tekstas. Trečiasis parametras nurodo kurios raidės bus prijungtos prie išvedimo teksto (nutylint: ...).';
$strTruncateQueries = 'Trumpinti rodomas užklausas';
$strTurkish = 'Turkų';
$strType = 'Tipas';
 
$strUkrainian = 'Ukrainiečių';
$strUncheckAll = 'Nepažymėti visus(as)';
$strUnicode = 'Unicodas';
$strUnique = 'Unikalus';
$strUnknown = 'nežinoma';
$strUnselectAll = 'Nepažymėti visus(as)';
$strUpdComTab = 'Informaciją, kaip atnaujinti Column_comments lentelę, galite rasti dokumentacijoje.';
$strUpdatePrivMessage = 'Jūs pakeitėte privilegijas %s.';
$strUpdateProfileMessage = 'Profilis papildytas.';
$strUpdateQuery = 'Atnaujinti užklausą';
$strUpgrade = 'Rekomenduojame atnaujint %s iki %s ar vėlesnės versijos.';
$strUsage = 'Išnaudota';
$strUseBackquotes = 'Lentelių ir laukų vardams naudoti šias kabutes ` `';
$strUseHostTable = 'Naudoti Host lentelę';
$strUseTabKey = 'Šokinėjimui tarp reikšmių naudokite TAB mygtuką arba naudokite CTRL+rodyklės';
$strUseTables = 'Naudoti lenteles';
$strUseTextField = 'Naudokite teksto įvedimo lauką';
$strUseThisValue = 'Naudokite šią reikšmę';
$strUser = 'Vartotojas';
$strUserAlreadyExists = 'Vartotojas %s jau yra!';
$strUserEmpty = 'Tuščias vartotojo vardas!';
$strUserName = 'Vartotojo vardas';
$strUserNotFound = 'Privilegijų lentelėje pasirinktas vartotojas nerastas.';
$strUserOverview = 'Vartotojų peržiūra';
$strUsersDeleted = 'Pažymėti vartotojai sėkmingai pašalinti.';
$strUsersHavingAccessToDb = 'Vartotojai turintys priėjimą prie &quot;%s&quot;';
 
$strValidateSQL = 'Patikrinti SQL užklausą';
$strValidatorError = 'Neveikia SQL interpretatorius. Prašome patikrinkite ar yra suinstaliuoti visi privalomi php moduliai, nurodyti %sdokumentacijoje%s.';
$strValue = 'Reikšmė';
$strVar = 'Kintamasis';
$strVersionInformation = 'Versijos informacija';
$strView = 'View\'as';
$strViewDump = 'Peržiūrėti lentelės struktūros atvaizdį';
$strViewDumpDB = 'Sukurti, peržiūrėti duombazės atvaizdį';
$strViewDumpDatabases = 'Peržiūrėti duombazių išrašą';
$strViewHasBeenDropped = 'View\'as %s buvo panaikintas';
 
$strWebServerUploadDirectory = 'web serverio katalogas atsiuntimams';
$strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
$strWelcome = 'Jūs naudojate %s';
$strWestEuropean = 'Vakarų Europos';
$strWildcard = 'pakaitos simbolis';
$strWindowNotFound = 'Tikslo langas neatnaujintas. Galbūt Jūs uždarėte pagrindinį langą arba Jūsų naršyklė blokuoja atnaujinimus tarp langų dėl nustatyto saugumo.';
$strWithChecked = 'Pasirinktas lenteles:';
$strWriteRequests = 'Write užklausos';
$strWritingCommentNotPossible = 'Negalimas komentavimas';
$strWritingRelationNotPossible = 'Negalimas sąryšis';
$strWrongUser = 'Neteisingas vartotojo vardas arba slaptažodis. Priėjimas uždraustas.';
 
$strXML = 'XML';
 
$strYes = 'Taip';
 
$strZeroRemovesTheLimit = 'Pastaba: nėra jokių apribojimų jeigu reikšmė nurodyta lygi 0 (nuliui).';
$strZip = '"zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buferio Pool\'o veikla'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/lithuanian-windows-1257.inc.php
0,0 → 1,988
<?php
/* $Id: lithuanian-windows-1257.inc.php,v 2.117.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'windows-1257';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sekmadienis', 'Pirmadienis', 'Antradienis', 'Treèiadienis', 'Ketvirtadienis', 'Penktadienis', 'Ðeðtadienis');
$month = array('Sausio', 'Vasario', 'Kovo', 'Balandþio', 'Geguþio', 'Birþelio', 'Liepos', 'Rugpjûèio', 'Rugsëjo', 'Spalio', 'Lapkrièio', 'Gruodþio');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = ' %Y m. %B %d d. %H:%M';
$timespanfmt = '%s d., %s val., %s min. ir %s s.';
 
$strAPrimaryKey = 'Stulpeliui %s sukurtas PIRMINIS raktas';
$strAbortedClients = 'Atmestos jungtys';
$strAbsolutePathToDocSqlDir = 'Praðome nurodyti absoliutø kelià iki docSQL katalogo darbinëje stotyje';
$strAccessDenied = 'Jungtis neámanoma';
$strAccessDeniedExplanation = 'phpMyAdmin nepavyko prisijungti prie MySQL darbinës stoties (jungtis atmesta). Patikrinkite config.inc.php byloje nurodytus duomenis (darbinës stoties adresà, prisijungimo vardà ir slaptaþodá) ir ásitikinkite ar jie sutampa su duomenimis gautais ið darbinës stoties administratoriaus.';
$strAction = 'Valdymo veiksmai';
$strAddAutoIncrement = 'Pridëti AUTO_INCREMENT reikðmæ';
$strAddConstraints = 'Pridëti apribojimà';
$strAddDeleteColumn = 'Áterpti/Trinti stulpelius';
$strAddDeleteRow = 'Áterpti/Trinti poþymio eilutæ(es)';
$strAddDropDatabase = 'Pridëti DROP DATABASE';
$strAddFields = 'Pridëti %s laukà(-us)';
$strAddHeaderComment = 'Áterpti savo komentarà á header sritá (eiluèiø skirtukas \\n )';
$strAddIfNotExists = 'Pridëti IF NOT EXISTS';
$strAddIntoComments = 'Pridëti á komentarus';
$strAddNewField = 'Áterpti naujà laukelá(ius)';
$strAddPrivilegesOnDb = 'Sukurti privilegijas ðiai duombazei';
$strAddPrivilegesOnTbl = 'Sukurti privilegijas ðiai lentelei';
$strAddSearchConditions = 'Áterpkite paieðkos sàlygas á "where" sakiná:';
$strAddToIndex = 'Áterpti indeksui papildomus &nbsp;%s&nbsp;stulpelá(ius)';
$strAddUser = 'Sukurti naujà vartotojà';
$strAddUserMessage = 'Jûs sukûrëte naujà vartotojà.';
$strAddedColumnComment = 'Pridëtas stulpelio komentaras';
$strAddedColumnRelation = 'Pridëtas stulpelio sàryðis';
$strAdministration = 'Administracija';
$strAffectedRows = 'Pakeista eiluèiø:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Sugráþti á buvusá puslapá';
$strAfterInsertNewInsert = 'Áterpti sekanèià naujà eilutæ';
$strAfterInsertNext = 'Redaguoti sekantá áraðà';
$strAfterInsertSame = 'Gráþti atgal á ðá puslapá';
$strAll = 'Viskà';
$strAllTableSameWidth = 'rodyti visas lenteles vienodo ploèio?';
$strAlterOrderBy = 'Pakeisti lentelës rûðiavimà pagal:';
$strAnIndex = 'Indeksas sukurtas %s stulpeliui';
$strAnalyzeTable = 'Analizuoti lentelæ';
$strAnd = 'IR';
$strAny = 'Bet kurá(ià)';
$strAnyHost = 'Bet kurá prisijungimo adresà';
$strAnyUser = 'Bet kurá vartotojà';
$strApproximateCount = 'Gali bûti apytikslis. Þiûrëkite DUK 3.11';
$strArabic = 'Arabø';
$strArmenian = 'Armënø';
$strAscending = 'Didëjimo tvarka';
$strAtBeginningOfTable = 'Lentelës pradþioje';
$strAtEndOfTable = 'Lentelës pabaigoje';
$strAttr = 'Atributai';
$strAutodetect = 'Automatinis nustatymas';
$strAutomaticLayout = 'Automatinis iðdëstymas';
 
$strBack = 'Atgal';
$strBaltic = 'Baltø';
$strBeginCut = 'KIRPIMO PRADÞIA';
$strBeginRaw = 'RAW PRADÞIA';
$strBinLogEventType = 'Event\'o tipas';
$strBinLogInfo = 'Informatcija';
$strBinLogName = 'Logo pavadinimas';
$strBinLogOriginalPosition = 'Pirminë padëtis';
$strBinLogPosition = 'Padëtis';
$strBinLogServerId = 'Serverio ID';
$strBinary = 'Dvejetainis';
$strBinaryDoNotEdit = 'Dvejetainis - nekeisti';
$strBinaryLog = 'Binarinis logas';
$strBookmarkAllUsers = 'Leisti kitiems vartotojams naudotis ðia þyme';
$strBookmarkDeleted = 'Nuoroda iðtrinta.';
$strBookmarkLabel = 'Nuorodos Antraðtë';
$strBookmarkQuery = 'Sukurti nuoroda SQL-uþklausai';
$strBookmarkThis = 'Sukurti nuorodà';
$strBookmarkView = 'Perþiûra';
$strBrowse = 'Perþiûrëti';
$strBrowseForeignValues = 'Narðyti iðorines reikðmes';
$strBufferPool = 'Buferio Pool\'as';
$strBufferPoolUsage = 'Buferio Pool\'o naudojimas';
$strBulgarian = 'Bulgarø';
$strBzError = 'phpMyAdmin negalëjo suspausti lentelës struktûros atvaizdà (dump), nes ðioje php versijoje neveikia Bz2 modulis. Rekomenduojame phpMyAdmin konfigûracinëje byloje <code>$cfg[\'BZipDump\']</code> direktyvà prilyginti <code>FALSE</code>. Atnaujinkite savo php versijà, jeigu norite naudotis Bz2 moduliu. Detalesnë informacija: %s.';
$strBzip = '"bzip"';
 
$strCSVOptions = 'CSV parinktys';
$strCalendar = 'Kalendorius';
$strCannotLogin = 'Neprisijungia prie MySQL darbinës stoties';
$strCantLoad = 'negalima ákrauti %s plëtinio,<br />pasitikrinkite php parinktis';
$strCantLoadRecodeIconv = 'Nepavyko uþkrauti <em>iconv</em> arba <em>recode</em> plëtiniø, reikalingø koduotës kovertavimui. Suteikite PHP teises naudotis ðiais iðplëtimais arba iðjunkite phpMyAdmin koduotës konvertavimà. ';
$strCantRenameIdxToPrimary = 'Indeksà pervadinti PIRMINIU nepavyko!';
$strCantUseRecodeIconv = 'Kraunant plëtiniø praneðimus, nepavyko pasinaudoti <em>iconv</em> arba <em>libiconv</em> arba <em>recode_string</em> funkcijomis. Pasitkrinkite PHP parinktis. ';
$strCardinality = 'Elementø skaièius';
$strCaseInsensitive = 'simboliø registras nesvarbus';
$strCaseSensitive = 'simboliø registras svarbus';
$strCentralEuropean = 'Centrinës Europos';
$strChange = 'Redaguoti';
$strChangeCopyMode = 'Sukurti naujà vartotojà su tom paèiom privilegijom ir ...';
$strChangeCopyModeCopy = '... palikti senà vartotojà.';
$strChangeCopyModeDeleteAndReload = ' ... paðalinti senà vartotojà ið vartotojø lentelës ir poto perkrauti privilegijas';
$strChangeCopyModeJustDelete = ' ... paðalinti senà vartotojà ið vartotojø lentelës.';
$strChangeCopyModeRevoke = ' ... panaikinti visas privilegijas ið seno vartotojo ir poto já paðalinti.';
$strChangeCopyUser = 'Pakeisti prisijungimo informacijà / Kopijuoti vartotojo duomenis';
$strChangeDisplay = 'Pasirinkite laukà, kurá norite perþiûrëti';
$strChangePassword = 'Pakeisti slaptaþodá';
$strCharset = 'Koduotë';
$strCharsetOfFile = 'Simboliø koduotë byloje:';
$strCharsets = 'Koduotës';
$strCharsetsAndCollations = 'Simboliø rinkiniai ir Palyginimai';
$strCheckAll = 'Paþymëti viskà';
$strCheckOverhead = 'Patikrinti perkrautus';
$strCheckPrivs = 'Patikrinti privilegijas';
$strCheckPrivsLong = 'Patikrinti duombazës &quot;%s&quot; privilegijas.';
$strCheckTable = 'Patikrinti lentelæ';
$strChoosePage = 'Pasirinkite puslapá redagavimui';
$strColComFeat = 'Stulpeliø komentarø iðvedimas';
$strCollation = 'Palyginimas';
$strColumnNames = 'Stulpeliø vardai';
$strColumnPrivileges = 'Specifinës stulpeliø privilegijos';
$strCommand = 'Komanda';
$strComments = 'Komentarai';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'Suderinamas sy MySQL&nbsp;4.0';
$strCompleteInserts = 'Visiðkas áterpimas';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin negalëjo perskaityti parinkèiø bylos!<br />Tai galëjo nutikti jeigu <u>php</u> rado byloje vykdymo klaidà arba visai nerando bylos.<br />Praðome kreiptis á parinkèiø bylà tiesiogiai (naudojantis nuoroda þemiau) ir perskaityti gautus <u>php</u> klaidø praneðimà(us). Daugeliu atveju vienoje/keletoje eiluèiø truksta kabuèiø ir/arba kabliataðkio.<br />Jeigu iðvedamas tuðèias narðyklës langas - viskas tvarkoje (klaidø nepastebëta).';
$strConfigureTableCoord = 'Nustatykite lentelës %s koordinates';
$strConnectionError = 'Neámanoma prisijungti: neteisingi duomenys.';
$strConnections = 'Prisijungimai';
$strConstraintsForDumped = 'Apribojimai eksportuotom lentelëm';
$strConstraintsForTable = 'Apribojimai lentelei';
$strCookiesRequired = 'Sausainëliai(Cookies) turi bûti priimami.';
$strCopy = 'Kopijuoti';
$strCopyDatabaseOK = 'Duombazë %s buvo nukopijuota á %s';
$strCopyTable = 'Kopijuoti lentelë á (duombazë<b>.</b>lentelë):';
$strCopyTableOK = 'Letelë %s nukopijuota á %s.';
$strCopyTableSameNames = 'Negalima kopijuoti lentelës á jà paèià!';
$strCouldNotKill = 'phpMyAdmin negalëjo iðjungti %s proceso. Gali bûti jog jis jau uþbaigë darbà.';
$strCreate = 'Sukurti';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE prieð kopijuojant';
$strCreateIndex = 'Sukurti indeksà &nbsp;%s&nbsp;stulpeliui(iams)';
$strCreateIndexTopic = 'Sukurti naujà indeksà';
$strCreateNewDatabase = 'Sukurti naujà duombazæ';
$strCreateNewTable = 'Sukurti naujà lentelæ duombazëje %s';
$strCreatePage = 'Sukurti naujà puslapá';
$strCreatePdfFeat = 'PDF bylos generavimas';
$strCreationDates = 'Sukûrimo/Atnaujinimo/Perþiûros datos';
$strCriteria = 'Kriterijai';
$strCroatian = 'Kroatø';
$strCyrillic = 'Kirylica';
$strCzech = 'Èekø';
$strCzechSlovak = 'Èekø-Slovakø';
 
$strDBComment = 'Duombazës komantaras: ';
$strDBCopy = 'Kopijuoti duombazæ á';
$strDBGContext = 'Kontekstas';
$strDBGContextID = 'Konteksto ID';
$strDBGHits = 'Uþklausos';
$strDBGLine = 'Eilutë';
$strDBGMaxTimeMs = 'Max laikas, ms';
$strDBGMinTimeMs = 'Min laikas, ms';
$strDBGModule = 'Modulis';
$strDBGTimePerHitMs = 'Laikas/Uþklausa, ms';
$strDBGTotalTimeMs = 'Pilnas laikas, ms';
$strDBRename = 'Pervadinti duombazæ á';
$strDanish = 'Danø';
$strData = 'Duomenys';
$strDataDict = 'Duomenø þodynas';
$strDataOnly = 'Tik duomenys';
$strDatabase = 'Duombazë';
$strDatabaseEmpty = 'Nenurodytas duombazës vardas!';
$strDatabaseExportOptions = 'Duombazës eksportavimo parinktys';
$strDatabaseHasBeenDropped = 'Duombazë %s iðtrinta.';
$strDatabaseNoTable = 'Ði duombazë lenteliø neturi!';
$strDatabases = 'duombazës';
$strDatabasesDropped = 'Sëkmingai paðalintos %s duombazës.';
$strDatabasesStats = 'Duombaziø statistika';
$strDatabasesStatsDisable = 'Leisti statistikà';
$strDatabasesStatsEnable = 'Neleisti statistikos';
$strDatabasesStatsHeavyTraffic = 'Pastaba: jeigu duombazës statistika ájungta - apkrovimas tarp www ir MySQL darbiniø stoèiø, gali padidëti aukðèiau normos.';
$strDbPrivileges = 'Specifinës duombaziø privilegijos';
$strDbSpecific = 'priklausantis nuo duombazës tipo';
$strDefault = 'Nutylint';
$strDefaultEngine = '%s yra default\'inis Saugojimo Variklis ðiame MySQL serveryje.';
$strDefaultValueHelp = 'Nenaudokite iðskyrimo simboliø ar kabuèiu, nurodydami reikðmæ pagal nutylëjimà. Naudokitës ðiuo formatu: a';
$strDefragment = 'Defragmentuoti lentelæ';
$strDelOld = 'Ðis puslapis turi nuorodø á lenteles, kurios jau neegzistuoja. Ar norite paðalinti ðias nuorodas?';
$strDelayedInserts = 'Naudoti uþlaikytus áterpimus';
$strDelete = 'Trinti';
$strDeleteAndFlush = 'paðalinti vartotojus ir perkrauti privilegijas.';
$strDeleteAndFlushDescr = 'Tai yra ðvariausias bûdas, bet privilegijø perkrovimas gali ðiek tiek uþtrukti.';
$strDeleted = 'Eilutë iðtrinta';
$strDeletedRows = 'Eilutës iðtrintos:';
$strDeleting = 'Ðaliname: %s';
$strDescending = 'Maþëjimo tvarka';
$strDescription = 'Paaiðkinimas';
$strDictionary = 'þodynas';
$strDisableForeignChecks = 'Atsisakyti iðoriniø raktø tikrinimo';
$strDisabled = 'Iðjungta';
$strDisplayFeat = 'Iðvedimo sàvybës';
$strDisplayOrder = 'Atvaizdavimo tvarka:';
$strDisplayPDF = 'Rodyti PDF vaizdà';
$strDoAQuery = 'Vykdyti "uþklausà pagal pavyzdá" (pakaitos simbolis: "%")';
$strDoYouReally = 'Ar TIKRAI norite ';
$strDocu = '?';
$strDrop = 'Ðalinti';
$strDropDatabaseStrongWarning = 'Jûs ruoðiatës SUNAIKINTI visà duombazæ!';
$strDropUsersDb = 'Paðalinti duombazes, turinèias tokius paèius vardus kaip ir vartotojai.';
$strDumpSaved = 'Duombazës atvaizdis iðsaugotas byloje %s.';
$strDumpXRows = 'Iðvesti %s eiluèiø pradedant nuo %s eilutës.';
$strDumpingData = 'Sukurta duomenø kopija lentelei';
$strDynamic = 'dinaminis';
 
$strEdit = 'Redaguoti';
$strEditPDFPages = 'Redaguoti PDF puslapius';
$strEditPrivileges = 'Redaguoti privilegijas';
$strEffective = 'Efektyvus';
$strEmpty = 'Iðvalyti';
$strEmptyResultSet = 'MySQL graþino tuðèià rezultatø rinkiná (nëra eiluèiø).';
$strEnabled = 'Ájungta';
$strEnd = 'Pabaiga';
$strEndCut = 'KIRPIMO PABAIGA';
$strEndRaw = 'RAW PABAIGA';
$strEngineAvailable = '%s nëra galimas ðiame MySQL serveryje.';
$strEngineDisabled = '%s ðiame MySQL serveryje yra iðjungtas.';
$strEngineUnsupported = 'Ðis MySQL serveris nepalaiko %s saugojimo variklio.';
$strEngines = 'Varikliai';
$strEnglish = 'Anglø';
$strEnglishPrivileges = ' Pastaba: MySQL privilegijø pavadinimai pateikiami anglø kalba';
$strError = 'Klaida';
$strEscapeWildcards = 'Norint naudoti _ ir % simblius, juos reikëtø eskeipinti su \\';
$strEstonian = 'Estø';
$strExcelEdition = 'Excel variantas';
$strExcelOptions = 'Excel parinktys';
$strExecuteBookmarked = 'Ávykdyti iðsaugotà uþklausà';
$strExplain = 'Paaiðkinti';
$strExport = 'Eksportuoti';
$strExtendedInserts = 'Iðplëstinis áterpimas';
$strExtra = 'Papildomai';
 
$strFailedAttempts = 'Nepavykæ bandymai';
$strField = 'Laukas';
$strFieldHasBeenDropped = 'Laukas %s iðmestas';
$strFields = 'Laukà';
$strFieldsEmpty = ' Tuðèia laukø skaièiaus reikðmë! ';
$strFieldsEnclosedBy = 'Laukø reikðmës apskliaustos simboliais';
$strFieldsEscapedBy = 'Laukø reikðmës baigiasi simboliu';
$strFieldsTerminatedBy = 'Laukø pabaigos þymë';
$strFileAlreadyExists = 'Byla pavadinimu %s jau yra darbinëje stotyje, pakeiskite norimà pavadinimà arba pasirinkite nustatymà leidþiantá perraðyti esanèias bylas.';
$strFileCouldNotBeRead = 'Negalima perskaityti bylos';
$strFileNameTemplate = 'Failo pavadinimo ðablonas';
$strFileNameTemplateRemember = 'atsiminti ðablonà';
$strFixed = 'fiksuotas';
$strFlushPrivilegesNote = 'Pastaba: phpMyAdmin gauna vartotojø teises tiesiai ið MySQL privilegijø lentelës. Ðiose lentelëse nurodytos teisës gali skirtis nuo parinkèiø bylose nurodytø teisiø. Todël %sperkraukite teises%s, jeigu norite tæsti. ';
$strFlushTable = 'Iðvalyti lentelæ ("FLUSH")';
$strFormEmpty = 'Trûksta reikðmës formoje !';
$strFormat = 'Formatas';
$strFullText = 'Tekstus rodyti pilnai';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generavo:';
$strGenTime = 'Atlikimo laikas';
$strGeneralRelationFeat = 'Pagrindinës sàryðiø sàvybës';
$strGenerate = 'Generuoti';
$strGeneratePassword = 'Generuoti Slaiptaþodá';
$strGeorgian = 'Gruzinø';
$strGerman = 'Vokieèiø';
$strGlobal = 'globalus';
$strGlobalPrivileges = 'Globalios teisës';
$strGlobalValue = 'Globali reikðmë';
$strGo = 'Vykdyti';
$strGrantOption = 'Suteikti';
$strGreek = 'Graikø';
$strGzip = '"gzipped"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportavimo parinktys';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportavimo parinktys';
$strHasBeenAltered = 'iðplësta.';
$strHasBeenCreated = 'sukurta.';
$strHaveToShow = 'Pasirinkite bent vienà stulpelá iðvedimui';
$strHebrew = 'Þydø';
$strHexForBinary = 'Binariniams laukams naudoti ðeðioliktainæ koduotæ';
$strHome = 'Pradinis';
$strHomepageOfficial = 'Oficialus phpMyAdmin tinklapis';
$strHost = 'Darbinë stotis';
$strHostEmpty = 'Tuðèias prisijungimo adresas!';
$strHungarian = 'Vengrø';
 
$strIcelandic = 'Islandø';
$strId = 'ID';
$strIdxFulltext = 'Fulltext';
$strIgnore = 'Ignoruoti';
$strIgnoreInserts = 'Ignoruoti INSERT uþklausas.';
$strIgnoringFile = 'Ignoruojama byla %s';
$strImportDocSQL = 'Importuoti docSQL bylas';
$strImportFiles = 'Importuoti bylas';
$strInUse = 'ðiuo metu naudojama';
$strIndex = 'Indeksas';
$strIndexHasBeenDropped = 'Indeksas %s panaikintas';
$strIndexName = 'Indekso vardas&nbsp;:';
$strIndexType = 'Indekso tipas&nbsp;:';
$strIndexWarningMultiple = 'Daugiau nei vienas %s raktas buvo nustatytas stulpeliui `%s`';
$strIndexWarningPrimary = 'PRIMARY ir INDEX raktai neutrëtø bûti nustatomi tam paèiam `%s` stulpeliui';
$strIndexWarningTable = 'Iðkilo problemos su `%s` lentelës indeksais';
$strIndexWarningUnique = 'UNIQUE ir INDEX raktai neutrëtø bûti nustatomi tam paèiam `%s` stulpeliui';
$strIndexes = 'Indeksai';
$strInnoDBBufferPoolSize = 'Buferio pool\'o dydis';
$strInnoDBDataFilePath = 'Duomenø failai';
$strInnoDBDataHomeDirDesc = 'Bendra direktorijø kelio dalis visiems InnoDB duomenø failams.';
$strInnodbStat = 'InnoDB bûsena';
$strInsecureMySQL = 'Jûsø parinkèiø byloje yra nurodyti standartiniai nustatymai (pvz: root vartotojas be slaptaþoþio). Taip sutinkinta MySQL darbinë stotis yra nesaugi, bei gali bûti atvira ásilauþimams, todël rekomenduojame pakeisti ðias parinktis.';
$strInsert = 'Áterpti';
$strInsertAsNewRow = 'Áterpti naujà áraðà';
$strInsertNewRow = 'Áterpti naujà eilutæ';
$strInsertedRowId = 'Áterptos eilutës id:';
$strInsertedRows = 'Áterptà eiluèiø:';
$strInternalNotNecessary = '* Galite nenaudoti vidiniø sàryðiø, jeigu jie jau apibrëþti InnoDB.';
$strInternalRelations = 'Vidiniai sàryðiai';
 
$strJapanese = 'Japonø';
$strJumpToDB = 'Pereiti á &quot;%s&quot; duombazæ.';
$strJustDelete = 'tik paðalinti vartotojus ið privilegijø lentelës.';
$strJustDeleteDescr = 'Kol nëra perkrautos privilegijos, &quot;paðalinti&quot; vartotojai gali prisijungti prie MySQL darbinës stoties.';
 
$strKeepPass = 'Nekeisti slaptaþodþio';
$strKeyname = 'Raktinis þodis';
$strKill = 'Stabdyti procesà';
$strKorean = 'Korëjieèiø';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX nustatymai';
$strLandscape = 'Peizaþinis';
$strLatexCaption = 'Lentelës antraðtë';
$strLatexContent = 'Lentelës __TABLE__ turinys';
$strLatexContinued = '(tæsinys)';
$strLatexContinuedCaption = 'Lentelës antraðtë (tæsinys)';
$strLatexIncludeCaption = 'Áterpti lentelës antraðtæ';
$strLatexLabel = 'Pavadinimo raktas';
$strLatexStructure = 'Lentelës __TABLE__ struktûra';
$strLatvian = 'Latviø';
$strLengthSet = 'Ilgis/reikðmës*';
$strLimitNumRows = 'Eiluèiø skaièius puslapyje';
$strLinesTerminatedBy = 'Eilutës pabaigos þymë';
$strLinkNotFound = 'Sàryðis nerastas';
$strLinksTo = 'Sàryðis su';
$strLithuanian = 'Lietuviø';
$strLocalhost = 'Lokali darbinë stotis';
$strLocationTextfile = 'Tekstiniai SQL uþklausø failai';
$strLogPassword = 'Slaptaþodis:';
$strLogServer = 'Darbinë stotis';
$strLogUsername = 'Vartotojo vardas:';
$strLogin = 'Ásiregistruoti';
$strLoginInformation = 'Prisijungimo informacija';
$strLogout = 'Iðsiregistruoti';
$strLongOperation = 'Operacija gali uþtrukti. Tæsti?';
 
$strMIMETypesForTable = 'MIME tipai lentelei';
$strMIME_MIMEtype = 'MIME tipai';
$strMIME_available_mime = 'Galimi MIME-tipai';
$strMIME_available_transform = 'Galimos transformacijos';
$strMIME_description = 'Paaiðkinimas';
$strMIME_nodescription = 'Ði transformacija neturi paaiðkinimo.<br />Klauskite autoriaus kà %s daro.';
$strMIME_transformation = 'Narðyklës transformacija';
$strMIME_transformation_note = 'Norëdami gauti pilnà sàraðà galimø transformacijø ir jø MIME tipø transformacijø, spauskite %stransformacijos paaiðkinimà%s';
$strMIME_transformation_options = 'Transformacijos nustatymai';
$strMIME_transformation_options_note = 'Praðome ávesti transformacijos nustatymø reikðmes naudodami toká ávedimo formatà: \'a\',\'b\',\'c\'...<br />Jeigu tarp ðiø reikðmiø prisireiks panaudoti virðutiná vertikalø pasvirà brûkðná ("\") arba viengubà kabutæ ("\'"), naudokite virðutiná vertikalø pasvirà brûkðná prieð ðiuos simbolius (pvz: \'\\\\xyz\' ar \'a\\\'b\').';
$strMIME_without = 'MIME tipai atspausdinti pasvirusiu ðriftu neturi atskirø transformacijos funkcijos.';
$strMaximumSize = 'Didþiausias dydis: %s%s';
$strMbExtensionMissing = 'Nebuvo rastas PHP iðplëtimas mbstring ir panaðu, kad Jûs naudojate multibyte simboliø kodacijà. Be mbstring plëtinio phpMyAdmin negali tesingai skaidyti stringø, todël galite sulaukti netikëtø rezultatø.';
$strMbOverloadWarning = 'Savo PHP konfigûracijoje Jûs ájungëte mbstring.func_overload. Ðis nustatymas nëra suderinamas su phpMyAdmin ir gali paþeisti Jûsø duomenis!';
$strModifications = 'Pakeitimai iðsaugoti';
$strModify = 'Keisti';
$strModifyIndexTopic = 'Keisti indeksà';
$strMoveTable = 'Perkelti lentelë á (duombazë<b>.</b>lentelë):';
$strMoveTableOK = 'Lentelë %s perkelta á %s.';
$strMoveTableSameNames = 'Negalima perkelti lentelës á jà paèià!';
$strMultilingual = 'daugiakalbis';
$strMyISAMMaxExtraSortFileSize = 'Maksimalus laikinø failø dydis kuriant indeksus';
$strMyISAMMaxSortFileSize = 'Maksimalus laikinø rûðiavimo failø dydis';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalus MySQL\'ui leistinas laikinø failø dydis perkuriant MyISAM indeksus (vykdant REPAIR TABLE, ALTER TABLE arba LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Automatinio atstatymo reþimas';
$strMyISAMRecoverOptionsDesc = 'Reþimas, skirtas automatiniam nusprogusiø MyISAM lenteliø atstatymui, kuris nurodomas per --myisam-recover serverio startavimo parametrà.';
$strMyISAMRepairThreadsDesc = 'Jei ði reikðmë yra didesnë uþ 1, vykdant Repair, rûðiavimo procesas MyISAM lenteliø indeksus kuria lygegreèiai (kiekvienà indeksà savo gijoje).';
$strMyISAMSortBufferSize = 'Rûðiavimo buferio dydis';
$strMySQLCharset = 'MySQL koduotë';
$strMySQLConnectionCollation = 'MySQL prisijungimo rûðiavimas';
$strMySQLSaid = 'MySQL atsakymas: ';
$strMySQLShowProcess = 'Rodyti procesus';
$strMySQLShowStatus = 'Rodyti MySQL aplinkos bûsenà';
$strMySQLShowVars = 'Rodyti MySQL sistemos kintamuosius';
 
$strName = 'Pavadinimas';
$strNext = 'Sekantis';
$strNo = 'Ne';
$strNoActivity = 'Daugiau nei %s sekundþiø nebuvo atlikta jokiø veiksmø. Praðau ásiloginti iðnaujo.';
$strNoDatabases = 'Nëra duombaziø';
$strNoDatabasesSelected = 'Nepaþymëjote duombazës.';
$strNoDescription = 'Apraðymo nëra';
$strNoDetailsForEngine = 'Apie ðio Saugojimo Variklio bûsenà nëra iðsamios informacijos.';
$strNoDropDatabases = '"DROP DATABASE" komandos ávykdyti negalima.';
$strNoExplain = 'Praleisti SQL uþklausos aiðkinimà';
$strNoFrames = 'phpMyAdmin draugiðkesnis su <b>rëmelius</b> palaikanèiomis narðyklëmis.';
$strNoIndex = 'Neapraðyti indeksai!';
$strNoIndexPartsDefined = 'Neapraðytos indekso dalys!';
$strNoModification = 'Nëra pakeitimø';
$strNoOptions = 'Ðis formatas neturi nustatymø';
$strNoPassword = 'Nëra slaptaþodþio';
$strNoPermission = 'Nëra teisiø iðsaugoti bylai %s.';
$strNoPhp = 'be PHP kodo';
$strNoPrivileges = 'Nëra privilegijø';
$strNoRights = 'Neturite pakankamai teisiø';
$strNoRowsSelected = 'Nepasirinkti áraðai';
$strNoSpace = 'Nëra pakankamai vietos iðsaugoti bylai %s.';
$strNoTablesFound = 'Duombazëje nerasta lenteliø.';
$strNoThemeSupport = 'Temos nëra palaikomos, patikrinkite savo konfigûracijà ir/arba savo temø direktorijà %s.';
$strNoUsersFound = 'Nerasta vartotojo(ø).';
$strNoValidateSQL = 'Praleisti SQL uþklausos tikrinimà';
$strNone = 'Nëra';
$strNotNumber = 'Áveskite skaièiø!';
$strNotOK = 'Negerai';
$strNotSet = 'Lentelë <b>%s</b> nerasta arba nenurodyta %s byloje';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s atitikmuo(enys) lentelëje <i>%s</i>';
$strNumSearchResultsTotal = '<b>Viso:</b> <i>%s</i> atitikmuo(enys)';
$strNumTables = 'Lentelës';
 
$strOK = 'Gerai';
$strOperations = 'Veiksmai';
$strOptimizeTable = 'Optimizuoti';
$strOr = 'Arba';
$strOverhead = 'Perteklius';
$strOverwriteExisting = 'Perraðyti esanèias bylas';
 
$strPHP40203 = 'Jûs naudojate PHP 4.2.3 versijà, kurioje yra rimta klaida, susiijusi su daugiabaièiais stringais (mbstring). Daugiau informacijos rasite PHP klaidø praneðime Nr.19404. <strong>NEREKOMENDUOJAME naudoti ðios PHP versijos su phpMyAdmin</strong>.';
$strPHPVersion = 'PHP versija';
$strPageNumber = 'Puslapis:';
$strPaperSize = 'Lapo dydis';
$strPartialText = 'Tekstus rodyti dalinai';
$strPassword = 'Slaptaþodis';
$strPasswordChanged = 'Vartotojo %s slaptaþodis sëkmingai pakeistas.';
$strPasswordEmpty = 'Tuðèias slaptaþodis!';
$strPasswordHashing = 'Slaptaþodþiø Heðavimas';
$strPasswordNotSame = 'Slaptaþodþiai nesutampa!';
$strPdfDbSchema = 'Duombazës "%s" schema - %s puslapis';
$strPdfInvalidTblName = 'Lentelë "%s" neegzistuoja!';
$strPdfNoTables = 'No tables';
$strPerHour = 'per valandà';
$strPerMinute = 'per minutæ';
$strPerSecond = 'per sekundæ';
$strPersian = 'Persø';
$strPhoneBook = 'telefonø knyga';
$strPhp = 'PHP kodas';
$strPmaDocumentation = 'phpMyAdmin\'o dokumentacija';
$strPmaUriError = 'Reikia parinkèiø byloje áraðyti <tt>$cfg[\'PmaAbsoluteUri\']</tt> reikðmæ!';
$strPolish = 'Lenkø';
$strPortrait = 'Portretinis';
$strPos1 = 'Pradþia';
$strPrevious = 'Praëjæs';
$strPrimary = 'Pirminis';
$strPrimaryKeyHasBeenDropped = 'Panaikintas pirminis raktas';
$strPrimaryKeyName = 'Pirminio rakto pavadinimas turi bûti "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>yra vienintelis</b> pirminio rakto tipas!)';
$strPrint = 'Spausdinti';
$strPrintView = 'Spausdinti struktûrà';
$strPrintViewFull = 'Spausdinti vaizdà (su pilnai tekstais)';
$strPrivDescAllPrivileges = 'Átraukti visas teises, iðskyrus GRANT.';
$strPrivDescAlter = 'Leisti keisti jau egzistuojanèiø leneteliø struktûrà.';
$strPrivDescCreateDb = 'Leisti kurti naujas duombazes ir lenteles.';
$strPrivDescCreateTbl = 'Leisti kurti naujas lenteles.';
$strPrivDescCreateTmpTable = 'Leisti kurti laikinas lenteles.';
$strPrivDescCreateUser = 'Leidþia kurti, ðalinti ir pervadinti vartotojus.';
$strPrivDescCreateView = 'Leidþia sukurti naujus view\'us.';
$strPrivDescDelete = 'Leisti ðalinti duomenis.';
$strPrivDescDropDb = 'Leisti ðalinti duombazes ir lenteles.';
$strPrivDescDropTbl = 'Leisti ðalinti lenteles.';
$strPrivDescExecute = 'Leisti vykdyti iðsaugotas procedûras; Negalioja ðioje MySQL versijoje.';
$strPrivDescFile = 'Leisti áterpti ir eksportuoti duomenis ið bylø.';
$strPrivDescGrant = 'Leisti áterpti naujus vartotojus, bei prisikirti privilegijas, neperkraunant privilegijø lentelës.';
$strPrivDescIndex = 'Leisti áterpti ir modifikuoti indeksus.';
$strPrivDescInsert = 'Leisti áterpti ir modifikuoti duomenis.';
$strPrivDescLockTables = 'Leisti uþrakinti lenteles procesø metu.';
$strPrivDescMaxConnections = 'Riboti prisijungimø kieká per valandà.';
$strPrivDescMaxQuestions = 'Riboti uþklausø kieká per valandà';
$strPrivDescMaxUpdates = 'Riboti komandø (kurios vienaip ar kitaip modifikuoja lenteles ar duombazes) kieká per valandà.';
$strPrivDescProcess3 = 'Leisti iðjungti kitø vartotojø procesus.';
$strPrivDescProcess4 = 'Leisti perþiûrëti procesø sàraðe pilnà uþklausø sàraðà.';
$strPrivDescReferences = ' Negalioja ðioje MySQL versijoje.';
$strPrivDescReload = 'Leisti perkrauti darbinæ stotá, bei iðvalyti laikinàjà atmintá (cache).';
$strPrivDescReplClient = 'Leisti vartotojo uþklausas dël atstatymo master / slave darbiniø stoèiø.';
$strPrivDescReplSlave = 'Reikalinga atstatyti slave darbinei stoèiai';
$strPrivDescSelect = 'Leisti skaityti duomenis.';
$strPrivDescShowDb = 'Suteikti prieigà prie visø duombaziø.';
$strPrivDescShowView = 'Leidþia vykdyti SHOW CREATE VIEW uþklausas.';
$strPrivDescShutdown = 'Leisti iðjungti serverá.';
$strPrivDescSuper = 'Leisti prisijungti, kai virðytas prisijungimø kiekis; Reikalinga daugumai administratoriaus darbø, tokiø kaip globaliø reikðmiø modifikavimui ar vartotojø atjungimui.';
$strPrivDescUpdate = 'Leisti modifikuoti duomenis.';
$strPrivDescUsage = 'Be teisiø.';
$strPrivileges = 'Privilegijos';
$strPrivilegesReloaded = 'Teisës sëkmingai perkrautos.';
$strProcesslist = 'Procesø sàraðas';
$strPutColNames = 'Stulpeliø pavadinimus áraðyti pirmoje eilutëje';
 
$strQBE = 'SQL&nbsp;uþklausa';
$strQBEDel = 'Pakeièiant';
$strQBEIns = 'Áterpiant';
$strQueryFrame = 'Uþklausø langas';
$strQueryOnDb = 'SQL-uþklausa duombazëje <b>%s</b>:';
$strQuerySQLHistory = 'SQL uþklausø istorija';
$strQueryStatistics = '<b>Uþklausø statistika</b>: nuo paleidimo dienos buvo iðsiøsta %s uþklausø á serverá.';
$strQueryTime = 'Uþklausa uþtruko %01.4f sek.';
$strQueryType = 'Uþklausos tipas';
$strQueryWindowLock = 'Nekeisti ðios uþklausos uþ aktyvaus lango ribø.';
 
$strReType = 'Áveskite dar kartà';
$strReadRequests = 'Read uþklausos';
$strReceived = 'Gauta';
$strRecords = 'Viso áraðø:';
$strReferentialIntegrity = 'Patikrinti sàryðiø vientisumà:';
$strRefresh = 'Atnaujinti';
$strRelationNotWorking = 'Nëra PMA lenteliø, kurios leidþia dirbti su jungtinëmis MySQL lentelëmis. %sPaaiðkinimas%s.';
$strRelationView = 'Perþiûrëti sàryðius';
$strRelationalSchema = 'Ryðiø schema';
$strRelations = 'Sàryðiai';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'Perkrauti MySQL procesà';
$strReloadingThePrivileges = 'Perkraunamos privilegijos';
$strRemoveSelectedUsers = 'Paðalinti paþymëtus vartotojus';
$strRenameDatabaseOK = 'Duombazë %s pervadinta á %s';
$strRenameTable = 'Pervadinti lentelæ á';
$strRenameTableOK = 'Lentelë %s pervadinta á %s';
$strRepairTable = 'Redaguoti';
$strReplaceNULLBy = 'Pakeisti NULL á';
$strReplaceTable = 'Pakeisti lentelës turiná failo duomenimis ';
$strReset = 'Atstatyti á pradinæ bûsenà';
$strResourceLimits = 'Iðtekliø apribojimai';
$strRevoke = 'Panaikinti';
$strRevokeAndDelete = 'Panaikinti visas aktyvias vartotojø privilegijas ir paðalinti vartotojus.';
$strRevokeAndDeleteDescr = 'Kol nëra perkrautos privilegijos, vartotojai dar turës privilegijà USAGE.';
$strRevokeMessage = 'Jûs panaikinote privilegijas %s';
$strRomanian = 'Rumunø';
$strRowLength = 'Eilutës ilgis';
$strRowSize = 'Eilutës dydis';
$strRows = 'Eilutës';
$strRowsFrom = 'eiluèiø pradedant nuo';
$strRowsModeFlippedHorizontal = 'horizontalûs (pasukti pavadinimai)';
$strRowsModeHorizontal = 'horizontaliai';
$strRowsModeOptions = 'iðdëstant %s pakartoti antraðtes kas %s áraðø';
$strRowsModeVertical = 'vertikaliai';
$strRowsStatistic = 'Eiluèiø statistika';
$strRunQuery = 'Vykdyti uþklausà';
$strRunSQLQuery = 'Vykdyti SQL sakinius duombazëje <strong>%s</strong>';
$strRunning = 'adresu %s';
$strRussian = 'Rusø';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL eksportavimo suderinamumas';
$strSQLExportType = 'Eksporto tipas';
$strSQLOptions = 'SQL nustatymai';
$strSQLParserBugMessage = 'Klaidà SQL interpretatoriuje. Praðome patikrinti ar SQL uþklausoje teisingai naudojamos kabutës. Kita, galima klaida, jog Jûs bandote atsiøsti dvejetainius (binary) duomenis neapskliaustus kabutëmis. Taip pat Jûs galite pabandyti ávykdyti savo uþklausà ið MySQL konsolës. MySQL serverio iðvesta informacija apie klaidà (jeigu tokiø bus) gali padëti Jums nustatyti klaidos prieþastá. Jeigu uþklausa sëkmingai ávykdoma konsolëje, o SQL interpretatorius vistiek iðveda praneðimus apie klaidas, praðome supaprastinite savo SQL uþklausà ir perduodamø duomenø kieká uþklausoje ir praneðkite apie klaidà programos kûrëjams su þemiau pateikiama informacija:';
$strSQLParserUserError = 'Klaida SQL uþklausoje. Þemiau iðvestas MySQL serverio praneðimas (jeigu toks yra), turëtø padëti Jums nustatyti klaidos prieþastá';
$strSQLQuery = 'SQL uþklausa';
$strSQLResult = 'SQL rezultatas';
$strSQPBugInvalidIdentifer = 'Klaidingas vardas';
$strSQPBugUnclosedQuote = 'Trûksta uþdaromosios kabutës';
$strSQPBugUnknownPunctuation = 'Klaidinga skyryba';
$strSave = 'Iðsaugoti';
$strSaveOnServer = 'Iðsaugoti serveryje, kataloge pavadinimu %s';
$strScaleFactorSmall = 'Dydþio matas yra per maþas norint sutalpinti vaizdà viename lape.';
$strSearch = 'Paieðka';
$strSearchFormTitle = 'Paieðka duombazëje';
$strSearchInTables = 'Lentelës(iø) viduje:';
$strSearchNeedle = 'Paieðkos þodis(iai) arba reikðmë(ës) (pakaitos simbolis: "%"):';
$strSearchOption1 = 'bent vienas ið þodþiø';
$strSearchOption2 = 'visi þodþiai';
$strSearchOption3 = 'iðtisa frazë';
$strSearchOption4 = 'kaip reguliarøjá iðsireiðkimà';
$strSearchResultsFor = 'Paieðkos rezultatai frazei "<i>%s</i>" %s:';
$strSearchType = 'Rasti:';
$strSecretRequired = 'Nustatymø byloje nurodykite slaptà frazæ (blowfish_secret).';
$strSelectADb = 'Pasirinkite duombazæ';
$strSelectAll = 'Iðrinkti visas(us)';
$strSelectBinaryLog = 'Pasirinkite binariná logà perþiûrai';
$strSelectFields = 'Pasirinkti laukus (nors vienà)';
$strSelectNumRows = 'uþklausà vykdoma';
$strSelectTables = 'Pasirinkite lenteles';
$strSend = 'Iðsaugoti á failà';
$strSent = 'Siøsta';
$strServer = 'Serveris';
$strServerChoice = 'Pasirinkti serverá';
$strServerNotResponding = 'Serveris neatsako';
$strServerStatus = 'Veikimo informacija';
$strServerStatusUptime = 'MySQL serverio veikimo trukmë: %s. Serveris pradëjo veikti: %s.';
$strServerTabProcesslist = 'Procesai';
$strServerTabVariables = 'Kintamieji';
$strServerTrafficNotes = '<b>Serverio apkrovimas</b>: ðiose lentelëse saugoma statistinë informacija apie MySQL serverio apkrovimà nuo paleidimo dienos.';
$strServerVars = 'Serverio kintamieji ir nustatymai';
$strServerVersion = 'Serverio versija';
$strSessionValue = 'Sesijos reikðmë';
$strSetEnumVal = 'Jeigu laukelio tipas yra "enum" arba "set", tuomet duomenø reikðmes reikia ávesti naudojant ðá formatà: \'a\',\'b\',\'c\'...<br />. Jeigu jums reikia áraðyti deðininá áþambøjá brûkðná ("\") arba kabutes("\'"), tuomet prieð ðios simbolius reikia papildomo deðininio áþambaus brûkðnio (pavyzdþiui: \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Rodyti';
$strShowAll = 'Rodyti viskà';
$strShowColor = 'Rodyti spalvà';
$strShowDatadictAs = 'Duomenø þodyno formatas';
$strShowFullQueries = 'Rodyti pilnas uþklausas';
$strShowGrid = 'Rodyti tinklelá';
$strShowPHPInfo = 'Rodyti PHP informacijà';
$strShowTableDimension = 'Rodyti lenteliø dydþius';
$strShowTables = 'Rodyti lentelës';
$strShowThisQuery = ' Rodyti ðià uþklausà vël ';
$strShowingRecords = 'Rodomi áraðai';
$strSimplifiedChinese = 'Supaprastinta Kinieèiø';
$strSingly = '(pavieniui)';
$strSize = 'Dydis';
$strSlovak = 'Slovakø';
$strSlovenian = 'Slovënø';
$strSocketProblem = '(arba vietiniai MySQL serverio socketai yra blogai sukonfigûruoti)';
$strSort = 'Rûðiuoti';
$strSortByKey = 'Rûðiuoti pagal raktà';
$strSpaceUsage = 'Vietos naudojimas';
$strSpanish = 'Ispanø';
$strSplitWordsWithSpace = 'Þodþiai atskirti tarpo simboliu (" ").';
$strStatCheckTime = 'Paskutinis patikrinimas';
$strStatCreateTime = 'Sukurta';
$strStatUpdateTime = 'Paskutinis atnaujinimas';
$strStatement = 'Parametrai';
$strStatus = 'Statusas';
$strStorageEngine = 'Saugojimo Variklis';
$strStorageEngines = 'Saugojimo Varikliai';
$strStrucCSV = 'Duomenys CSV formatu';
$strStrucData = 'Struktûra ir duomenys';
$strStrucDrop = 'Panaikinti-áterpti lentelæ';
$strStrucExcelCSV = 'Duomenys ekselio CSV formatu';
$strStrucNativeExcel = 'MS Excel duomenys';
$strStrucOnly = 'Tik struktûrà';
$strStructPropose = 'Analizuoti lentelës struktûrà';
$strStructure = 'Struktûra';
$strSubmit = 'Siøsti';
$strSuccess = 'Jûsø SQL uþklausa sëkmingai ávykdyta';
$strSum = 'Sumos';
$strSwedish = 'Ðvedø';
$strSwitchToDatabase = 'Pereiti á nukopijuotà duombazæ';
$strSwitchToTable = 'Pereiti á lentelës kopijà';
 
$strTable = 'Lentelë';
$strTableComments = 'Lentelës komentarai';
$strTableEmpty = 'Tuðèias lentelës vardas!';
$strTableHasBeenDropped = 'Lentelë %s panaikinta';
$strTableHasBeenEmptied = 'Lentelës reikðmës %s iðtuðtintos';
$strTableHasBeenFlushed = 'Lentelës buferis %s iðvalytas';
$strTableMaintenance = 'Lentelës diagnostika';
$strTableOfContents = 'Turinys';
$strTableOptions = 'Lentelës parinktys';
$strTableStructure = 'Sukurta duomenø struktûra lentelei';
$strTableType = 'Lentelës tipas';
$strTables = '%s lentelë(s)';
$strTakeIt = 'pasirinkti';
$strTblPrivileges = 'Specifinës lenteliø privilegijos';
$strTextAreaLength = ' Tai yra jo ilgis,<br /> ðis laukelis neredaguojamas ';
$strThai = 'Tailando';
$strTheme = 'Tema / Stilius';
$strThisHost = 'Dabartinis serveris';
$strThisNotDirectory = 'Tai ne katalogas';
$strThreadSuccessfullyKilled = '%s buvo sëkmingai iðjungtas.';
$strTime = 'Laikas';
$strToggleScratchboard = 'ájungti scratchboard';
$strTotal = ' ið viso ';
$strTotalUC = 'Viso';
$strTraditionalChinese = 'Tradicinë Kinieèiø';
$strTraditionalSpanish = 'Tradicinë ispanø';
$strTraffic = 'Apkrovimas';
$strTransformation_application_octetstream__download = 'Áðvesti nuorodà dvejetainiø lauko duomenø atsisiuntimui. Pirmas parametras - dvejetainiø lauko duomenø bylos pavadinimas. Antras parametras - galimas lentelës eilutës lauko turinèio bylà pavadinimas. Jeigu pateiksite antrà parametrà, iðtrinkite pirmojo parametro reikðmæ.';
$strTransformation_image_jpeg__inline = 'Parodo aktyvø maþiná; nustatymai: plotis,aukðtis pikseliais (iðsaugo originalø santyká)';
$strTransformation_image_jpeg__link = 'Iðvedama nuoroda á ðá paveikslëlá (tiesioginis blob atsisiuntimas ir pan.).';
$strTransformation_image_png__inline = 'Þr. image/jpeg: vidø';
$strTransformation_text_plain__dateformat = 'Pasiima TIME, TIMESTAMP arba DATETIME laukø reikðmes ir apipavidalina jas pagal naudojamà lokalø datos formatà. Pirmas parametras reikðmë valandomis, kuri bus pridëta prie laiko þymës (nutylint: 0). Antras parametras tai kitoks datos apipavidalinimo formatas pateiktas pagal strftime() fukcijà.';
$strTransformation_text_plain__external = 'LINUX VARTOTOJAMS: Paleidþiama iðorinë aplikacija ir duomenys imami ið standartinio ávedimo. Iðvedama ið aplikacijos gauta informacija. Nutylint: bus Tidy korektiðkam HTML kodo iðvedimui. Saugumo sumetimais Jûs turite paredaguoti libraries/transformations/text_plain__external.inc.php bylà ir ávesti tas aplikacijas, kurias naudosite. Pirmas parametras yra leidþiamø aplikacijø kiekis, kurias naudosite. Antras parametras yra specifiniai aplikacijø raktai. Jeigu treèias parametras lygus 1, tai iðvedama informacija bus apdorota su htmlspecialchars() (nutylint: reikðmë lygi 1). Jeigu ketvirtas parametras lygus 1, tai iðvedimo lentelës celë turës atributà NOWRAP, tam kad iðvedama bûtø atvaizduota be perkëlimø á kitas eilutes (nutylint: reikðmë lygi 1).';
$strTransformation_text_plain__formatted = 'Iðsaugo originalø lauko apipavidalinimà. Nevykdomas iðvengimas.';
$strTransformation_text_plain__imagelink = 'Graþinamas paveikslëlis ir nuoroda á ávedimo lauke áraðytà bylos pavadinimà; argumentai: prefiksas (pvz "http://domain.com/"), plotis (pikseliais), aukðtis (pikseliais).';
$strTransformation_text_plain__link = 'Graþinama nuoroda á ávedimo lauke áraðytà bylos pavadinimà; argumentai: prefiksas (pvz "http://domain.com/"), nuorodos pavadinimas.';
$strTransformation_text_plain__substr = 'Rodoma tik dalis teksto. Pirmas parametras nurodo iðvedamo teksto pradþià (nutylint: 0). Antrasis parametras nurodo iðvedamo teksto kieká. Jeigu antras parametras nenurodytas tai bus iðvestas visas tekstas. Treèiasis parametras nurodo kurios raidës bus prijungtos prie iðvedimo teksto (nutylint: ...).';
$strTruncateQueries = 'Trumpinti rodomas uþklausas';
$strTurkish = 'Turkø';
$strType = 'Tipas';
 
$strUkrainian = 'Ukrainieèiø';
$strUncheckAll = 'Nepaþymëti visus(as)';
$strUnicode = 'Unicodas';
$strUnique = 'Unikalus';
$strUnknown = 'neþinoma';
$strUnselectAll = 'Nepaþymëti visus(as)';
$strUpdComTab = 'Informacijà, kaip atnaujinti Column_comments lentelæ, galite rasti dokumentacijoje.';
$strUpdatePrivMessage = 'Jûs pakeitëte privilegijas %s.';
$strUpdateProfileMessage = 'Profilis papildytas.';
$strUpdateQuery = 'Atnaujinti uþklausà';
$strUpgrade = 'Rekomenduojame atnaujint %s iki %s ar vëlesnës versijos.';
$strUsage = 'Iðnaudota';
$strUseBackquotes = 'Lenteliø ir laukø vardams naudoti ðias kabutes ` `';
$strUseHostTable = 'Naudoti Host lentelæ';
$strUseTabKey = 'Ðokinëjimui tarp reikðmiø naudokite TAB mygtukà arba naudokite CTRL+rodyklës';
$strUseTables = 'Naudoti lenteles';
$strUseTextField = 'Naudokite teksto ávedimo laukà';
$strUseThisValue = 'Naudokite ðià reikðmæ';
$strUser = 'Vartotojas';
$strUserAlreadyExists = 'Vartotojas %s jau yra!';
$strUserEmpty = 'Tuðèias vartotojo vardas!';
$strUserName = 'Vartotojo vardas';
$strUserNotFound = 'Privilegijø lentelëje pasirinktas vartotojas nerastas.';
$strUserOverview = 'Vartotojø perþiûra';
$strUsersDeleted = 'Paþymëti vartotojai sëkmingai paðalinti.';
$strUsersHavingAccessToDb = 'Vartotojai turintys priëjimà prie &quot;%s&quot;';
 
$strValidateSQL = 'Patikrinti SQL uþklausà';
$strValidatorError = 'Neveikia SQL interpretatorius. Praðome patikrinkite ar yra suinstaliuoti visi privalomi php moduliai, nurodyti %sdokumentacijoje%s.';
$strValue = 'Reikðmë';
$strVar = 'Kintamasis';
$strVersionInformation = 'Versijos informacija';
$strView = 'View\'as';
$strViewDump = 'Perþiûrëti lentelës struktûros atvaizdá';
$strViewDumpDB = 'Sukurti, perþiûrëti duombazës atvaizdá';
$strViewDumpDatabases = 'Perþiûrëti duombaziø iðraðà';
$strViewHasBeenDropped = 'View\'as %s buvo panaikintas';
 
$strWebServerUploadDirectory = 'web serverio katalogas atsiuntimams';
$strWebServerUploadDirectoryError = 'Nepasiekimas nurodytas www-serverio katalogas atsiuntimams.';
$strWelcome = 'Jûs naudojate %s';
$strWestEuropean = 'Vakarø Europos';
$strWildcard = 'pakaitos simbolis';
$strWindowNotFound = 'Tikslo langas neatnaujintas. Galbût Jûs uþdarëte pagrindiná langà arba Jûsø narðyklë blokuoja atnaujinimus tarp langø dël nustatyto saugumo.';
$strWithChecked = 'Pasirinktas lenteles:';
$strWriteRequests = 'Write uþklausos';
$strWritingCommentNotPossible = 'Negalimas komentavimas';
$strWritingRelationNotPossible = 'Negalimas sàryðis';
$strWrongUser = 'Neteisingas vartotojo vardas arba slaptaþodis. Priëjimas uþdraustas.';
 
$strXML = 'XML';
 
$strYes = 'Taip';
 
$strZeroRemovesTheLimit = 'Pastaba: nëra jokiø apribojimø jeigu reikðmë nurodyta lygi 0 (nuliui).';
$strZip = '"zip"';
 
// To translate:
 
$strBufferPoolActivity = 'Buferio Pool\'o veikla'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strBusyPages = 'Busy pages'; //to translate
 
$strDataPages = 'Pages containing data'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
 
$strFreePages = 'Free pages'; //to translate
 
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBPages = 'pages'; //to translate
 
$strLatchedPages = 'Latched pages'; //to translate
 
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //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
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/malay-iso-8859-1.inc.php
0,0 → 1,1000
<?php
/* $Id: malay-iso-8859-1.inc.php,v 2.116.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/*
Projek Penterjemahan (l10n) phpmyadmin.net boleh diakses di laman http://shapik.johordt.com/l10n
Projek ini diusahakan oleh saya - sicksand - Mohammad Shafiq Mohd Mustapa
Ditujukan untuk sayang saya Nur Khairiyah.
Antara yang menjayakan projek ini ialah (turutan bukan keutamaan)
 
Asrul Munir Bin Azizan - ntahsapentah@hotmail.com
Hasbullah - exs2me@hotmail.com
sot - sid80@yahoo.com
silla - roscla@yahoo.com
bagaksasa - bagaksasa@hotmail.com
Bustamam Harun - bustamam98@yahoo.com
Hasbullah Bin Pit - sebol@ikhlas.com, Merlimau
nina - nina@hotmail.com
muslim - sayamuslim@hotmail.com
ejoe - webmaster@ejoe.net
huhu - huhu@huh.net
redkod - r3dkod@yahoo.com
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s hari, %s jam, %s minit dan %s saat';
 
$day_of_week = array('Aha', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab');
$month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept', 'Okt', 'Nov', 'Dis');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
$strAbortedClients = 'DiBatalkan';
$strAccessDenied = 'Akses dinafikan';
$strAction = 'Aksi';
$strAddDeleteColumn = 'Tambah/Padam Kolum Medan';
$strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
$strAddNewField = 'Tambah medan baru';
$strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
$strAddToIndex = 'Tambah ke indeks &nbsp;%s&nbsp;kolum';
$strAddUser = 'Tambah Pengguna Baru';
$strAddUserMessage = 'Anda telah menambah pengguna baru.';
$strAffectedRows = 'Baris yang terlibat:';
$strAfter = 'Selepas %s';
$strAfterInsertBack = 'Kembali ke muka sebelumnya';
$strAfterInsertNewInsert = 'Tambah baris yang baru';
$strAll = 'Semua';
$strAllTableSameWidth = 'paparkan semua Jadual dengan kelebaran yang sama?';
$strAlterOrderBy = 'Alter table order by';
$strAnIndex = 'Indeks telah ditambah pada %s';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'Dan';
$strAny = 'Sebarang';
$strAnyHost = 'Sebarang hos';
$strAnyUser = 'Sebarang pengguna';
$strAscending = 'Menaik';
$strAtBeginningOfTable = 'Pada Awalan Jadual';
$strAtEndOfTable = 'Pada Akhir Jadual';
$strAttr = 'Atribut';
 
$strBack = 'Undur';
$strBeginCut = 'MULA SALIN';
$strBeginRaw = 'MULA MENTAH';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jgn diubah';
$strBookmarkDeleted = 'TandaBuku telah dipadam.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Tandabuku kueri-SQL';
$strBookmarkThis = 'andabuku kueri-SQL ini';
$strBookmarkView = 'Paparan sahaja';
$strBrowse = 'Lungsur';
$strBzError = 'phpMyAdmin tidak dapat memampatkan longgokan kerana terdapat masalah dalam sambungan Bz2 didalam php versi ini. Anda digalakkan untuk mengubah <code>$cfg[\'BZipDump\']</code> di fail konfigurasi phpMyAdmin kepada <code>FALSE</code>. Jika anda ingin menggunakan sambungan Bz2, anda digalakkan untuk meningkatkan versi php anda. Sila lihat laporan pepijat php %s untuk keterangan lanjut.';
$strBzip = 'bzipped';
 
$strCannotLogin = 'Tidak boleh log-masuk ke server MySQL';
$strCantLoadRecodeIconv = 'Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini atau abaikan pengubahan set aksara di phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Tidak boleh menukar indekx ke PRIMARY!';
$strCantUseRecodeIconv = 'Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string apabila sambungan lapuran dimuat. Periksa konfigurasi php anda.';
$strCardinality = 'Kardinaliti';
$strChange = 'Ubah';
$strChangeDisplay = 'Pilih Medan untuk dipapar';
$strChangePassword = 'Ubah Katalaluan';
$strCharsetOfFile = 'Fail bagi set Aksara:';
$strCheckAll = 'Tanda Semua';
$strCheckTable = 'Periksa Jadual';
$strChoosePage = 'Sila Pilih Laman untuk diubah';
$strColComFeat = 'Memaparkan Komen Kolum';
$strColumnNames = 'Nama Kolum';
$strCommand = 'Arahan';
$strComments = 'Komen';
$strCompleteInserts = 'Kemasukkan Selesai';
$strCompression = 'Mampatan';
$strConfigFileError = 'phpMyAdmin tidak dapat membaca fail konfigurasi!<br \\>Ini mungkin terjadi apabila ada kesalahan dalam php ataupun php tidak jumpa fail tersebut.<br />Sila panggil fail konfigurasi menggunakan pautan dibawah dan baca kesalahan php yang diterima. Dalam kebanyakan kes quote atau semicolon tertinggal.<br />Jika kamu terima laman kosong, semuanya berjalan lancar.';
$strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
$strConnections = 'Hubungan';
$strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
$strCopyTable = 'Salin jadual ke (pangkalandata<b>.</b>jadual):';
$strCopyTableOK = 'Jadual %s telah disalin ke %s.';
$strCouldNotKill = 'phpMyAdmin tidak dapat mematikan bebenang %s. Ianya mungkin telah ditutup.';
$strCreate = 'Cipta';
$strCreateIndex = 'Cipta indeks pada &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Cipta indeks baru';
$strCreateNewDatabase = 'Cipta pangkalan data baru';
$strCreateNewTable = 'Cipta jadual baru pada pangkalan data %s';
$strCreatePage = 'Cipta Halaman baru';
$strCreatePdfFeat = 'Ciptaan bagi PDF';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data sahaja';
$strDatabase = 'Pangkalan Data';
$strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
$strDatabases = 'pangkalan data';
$strDatabasesStats = 'Statistik pangkalan data';
$strDefault = 'Asal';
$strDelete = 'Padam';
$strDeleted = 'Baris telah dipadam';
$strDeletedRows = 'Baris dipadam:';
$strDescending = 'Menurun';
$strDisabled = 'Tidak Membenarkan';
$strDisplayFeat = 'Paparkan Ciri-ciri';
$strDisplayOrder = 'Turutan paparan:';
$strDisplayPDF = 'Papar Skema PDF';
$strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
$strDoYouReally = 'Adakah anda ingin ';
$strDocu = 'Dokumentasi';
$strDrop = 'Gugur';
$strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
$strDumpingData = 'Melonggok data bagi jadual';
$strDynamic = 'dinamik';
 
$strEdit = 'Ubah';
$strEditPDFPages = 'Ubah Halaman PDF';
$strEditPrivileges = 'Ubah Privilej';
$strEffective = 'Berkesan';
$strEmpty = 'Kosong';
$strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
$strEnabled = 'Membenarkan';
$strEnd = 'Tamat';
$strEndCut = 'TAMAT SALIN';
$strEndRaw = 'TAMAT MENTAH';
$strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
$strError = 'Ralat';
$strExplain = 'Terangkan Kod SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Penyelitan Lanjutan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Percubaan Gagal';
$strField = 'Medan';
$strFieldHasBeenDropped = 'Medan %s telah digugurkan';
$strFields = 'Medan';
$strFieldsEmpty = ' Bilangan medan adalah kosong! ';
$strFieldsEnclosedBy = 'Medan disertai oleh';
$strFieldsEscapedBy = 'Medan dilarikan oleh';
$strFieldsTerminatedBy = 'Medan dihapuskan oleh';
$strFixed = 'tetap';
$strFlushTable = 'Buang jadual ("FLUSH")';
$strFormEmpty = 'Kehilangan nilai pada borang! !';
$strFormat = 'Format';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Dijana oleh';
$strGenTime = 'Masa dijana';
$strGeneralRelationFeat = 'Ciri-ciri hubungan am';
$strGlobalValue = 'Nilai Global';
$strGo = 'Pergi';
$strGzip = '"digzip"';
 
$strHasBeenAltered = 'telah diubahsuai.';
$strHasBeenCreated = 'telah dicipta.';
$strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
$strHome = 'Rumah';
$strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
$strHost = 'Hos';
$strHostEmpty = 'Nama hos adalah kosong!';
 
$strId = 'ID';
$strIdxFulltext = 'Tekspenuh';
$strIgnore = 'Abai';
$strImportDocSQL = 'Import Fail docSQL';
$strInUse = 'sedang digunakan';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Jenis indeks&nbsp;:';
$strIndexes = 'Indeks';
$strInsecureMySQL = 'Fail Konfigurasi anda mengandungi pelengkapan (root tidak berkata laluan) yang bersesuaian dengan privilej akaun MySQL. Pelayan MySQL anda dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, dan anda hendaklah membetulkan lubang keselamatan ini.';
$strInsert = 'Selit';
$strInsertAsNewRow = 'Selitkan baris baru';
$strInsertNewRow = 'Selitkan baris baru';
$strInsertedRows = 'Baris diselit:';
 
$strKeepPass = 'Jangan tukar katalaluan';
$strKeyname = 'Nama Kekunci';
$strKill = 'Bunuh';
 
$strLandscape = 'Menegak';
$strLaTeX = 'LaTeX';
$strLengthSet = 'Panjang/Nilai*';
$strLimitNumRows = 'Bilangan baris per halaman';
$strLinesTerminatedBy = 'Baris ditamatkan oleh';
$strLinkNotFound = 'Pautan tidak dijumpai';
$strLinksTo = 'Pautan ke';
$strLocationTextfile = 'Lokasi bagi fail teks';
$strLogPassword = 'Katalaluan:';
$strLogUsername = 'Namapengguna:';
$strLogin = 'Logmasuk';
$strLogout = 'Log keluar';
 
$strModifications = 'Pengubahsuaian telah disimpan';
$strModify = 'Ubahsuai';
$strModifyIndexTopic = 'Ubahsuai indeks';
$strMoveTable = 'Pindahkan jadual ke (pangkalandata<b>.</b>jadual):';
$strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
$strMySQLCharset = 'Set Aksara MySQL';
$strMySQLSaid = 'MySQL berkata: ';
$strMySQLShowProcess = 'Papar proses';
$strMySQLShowStatus = 'Papar maklumat masalaksana MySQL';
$strMySQLShowVars = 'Papar pembolehubah sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikut';
$strNo = 'Tidak';
$strNoDatabases = 'Tiada pangkalan data';
$strNoDescription = 'tiada keterangan';
$strNoDropDatabases = 'keterangan "DROP DATABASE" di tidak aktifkan .';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin lebih mesra dengan pelayar web <b>menyokong-kerangka</b> seperti mozilla.';
$strNoIndex = 'Tiada indeks ditafrifkan!';
$strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
$strNoModification = 'Tiada perubahan';
$strNoPassword = 'Tiada Katalaluan';
$strNoPhp = 'Tanpa Kod PHP';
$strNoPrivileges = 'Tiada Privilej';
$strNoRights = 'Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!';
$strNoTablesFound = 'Tiada jadual dijumpai pada pangkalan data.';
$strNoUsersFound = 'Tiada pengguna dijumpai.';
$strNoValidateSQL = 'Melangkau Pengesahan SQL';
$strNone = 'Tiada';
$strNotNumber = 'Ini adalah bukan nombor!!';
$strNotOK = 'tidak OK';
$strNotSet = 'Jadual <b>%s</b> tidak dijumpai atau ditetapkan pada %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s padanan di dalam jadual <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah</b>: <i>%s</i> padanan';
$strNumTables = 'Jadual-jadual';
 
$strOK = 'OK';
$strOperations = 'Operasi';
$strOptimizeTable = 'Optimakan jadual';
$strOr = 'Atau';
$strOverhead = 'Melebihi';
 
$strPHP40203 = 'Anda Menggunakan PHP 4.2.3, dimana terdapat pepijat serius didalam multi-byte strings (mbstring). Lihat Laporan Pepijat PHP 19404. PHP versi ini adalah tidak digalakkan dalam menggunakan phpMyAdmin.';
$strPHPVersion = 'Versi PHP';
$strPageNumber = 'Muka Surat:';
$strPartialText = 'Sebahagian Teks';
$strPassword = 'Katalaluan';
$strPasswordEmpty = 'Katalaluan adalah kosong!';
$strPasswordNotSame = 'Katalaluan tidak sama!';
$strPdfDbSchema = 'Skema bagi pangkalan data "%s" database - Laman %s';
$strPdfInvalidTblName = 'Jadual "%s" tidak wujud!';
$strPdfNoTables = 'Tiada Jadual';
$strPerHour = 'per jam';
$strPhp = 'Cipta Kod PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = '<tt>$cfg[PmaAbsoluteUri]</tt> MESTI disetkan di dalam fail konfigurasi.';
$strPortrait = 'Melintang';
$strPos1 = 'Mula';
$strPrevious = 'Terdahulu';
$strPrimary = 'Utama';
$strPrimaryKeyHasBeenDropped = 'Kekunci utama telah digugurkan';
$strPrimaryKeyName = 'Nama kekunci utama mestilah... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mesti</b> nama dan <b>semesti</b> dari kekunci utama!)';
$strPrint = 'Cetak';
$strPrintView = 'Paparan Cetak';
$strPrivileges = 'Privilej';
$strProcesslist = 'Senarai Proses';
$strPutColNames = 'Letakkan medan di baris pertama';
 
$strQBE = 'Kueri';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL- kueri pada pangkalan data <b>%s</b>:';
$strQueryStatistics = '<b>Kueri Statistik</b>: Sejak ia dijalankan, %s kueri telah dihantar kepada pelayan.';
$strQueryType = 'Jenis Kueri';
 
$strReType = 'Ulang-taip';
$strReceived = 'DiTerima';
$strRecords = 'Rekod';
$strReferentialIntegrity = 'Semak integriti rujukan:';
$strRelationalSchema = 'Skema Hubungan';
$strRelationNotWorking = 'Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah tidak diaktifkan. Untuk mengetahuinya klik %shere%s.';
$strRelationView = 'Paparan Hubungan';
$strReloadMySQL = 'Ulangmuat MySQL';
$strRenameTable = 'Tukarnama jadual ke';
$strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
$strRepairTable = 'Baiki jadual';
$strReplaceTable = 'Ganti data jadual dengan fail';
$strReset = 'Ulangtetap';
$strRevoke = 'TarikBalik';
$strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
$strRowLength = 'Panjang baris';
$strRowSize = ' Saiz baris ';
$strRows = 'Baris';
$strRowsFrom = 'baris bermula dari rekod #';
$strRowsModeHorizontal = 'mengufuk';
$strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
$strRowsModeVertical = 'menegak';
$strRowsStatistic = 'Statistik Baris';
$strRunQuery = 'Hantar Kueri';
$strRunSQLQuery = 'Laksana kueri SQL pada pangkalan data %s';
$strRunning = 'dilaksana pada %s';
 
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Ada kemungkinan anda akan berjumpa dengan pepijat di penghuraian SQL. Sila semak kueri anda dengan teliti, dan periksa tanda quote adalah betul dan tidak tersalah letak. Antara kegagalan lain mungkin disebabkan fail yang dimuatnaik bersama binari oleh anda berada diluar kawasan quote. Anda juga boleh mencuba kueri MySQL anda di antaramuka aturan baris (cli). Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah. Jika masih terdapat pemasalahan atau masalah penghuraian dimana antaramuka aturan baris berjaya, sila kurangkan kemasukan kueri SQL kepada satu kueri yang bermasalah, dan lapurkan pepijat desertai oleh seruas data dan SALIN keratan rentas dibawah:';
$strSQLParserUserError = 'Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah';
$strSQLQuery = 'kueri-SQL';
$strSQLResult = 'Hasil SQL';
$strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
$strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
$strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala adalah terlalu kecil supaya muat dengan skema dalam satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari di pangkalan data';
$strSearchInTables = 'Di dalam jadual:';
$strSearchNeedle = 'Perkataan atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya satu perkataan';
$strSearchOption2 = 'semua perkataan';
$strSearchOption3 = 'Frasa tepat';
$strSearchOption4 = 'sebagai penyataan regular (regexp)';
$strSearchResultsFor = 'Hasil carian bagi "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSelectADb = 'Sila pilih pangkalan data';
$strSelectAll = 'Sila pilih pangkalan data';
$strSelectFields = 'Pilih medan (sekurang-kurangnya satu):';
$strSelectNumRows = 'pada kueri';
$strSelectTables = 'Pilih Jadual';
$strSend = 'Simpan sebagai fail';
$strSent = 'Hantar';
$strServer = 'Pelayan';
$strServerChoice = 'Pilihan Pelayan';
$strServerStatus = 'Informasi MasaJana';
$strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
$strServerTabVariables = 'Pemboleh-pembolehubah';
$strServerTabProcesslist = 'Proses-proses';
$strServerTrafficNotes = '<b>Kesibukan Pelayan</b>: Jadual menunjukkan statistik kesibukan rangkaian pada pelayan MySQL server semenjak ia dihidupkan.';
$strServerVars = 'Pembolehubah dan Penetapan Pelayan';
$strServerVersion = 'Versi Pelayan';
$strSessionValue = 'Nilai Sessi';
$strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...<br />Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Papar';
$strShowAll = 'Papar semua';
$strShowColor = 'Papar warna';
$strShowDatadictAs = 'Format Kamus Data';
$strShowGrid = 'Papar grid';
$strShowPHPInfo = 'Papar maklumat PHP';
$strShowTableDimension = 'Papar dimensi jadual';
$strShowTables = 'Papar jadual';
$strShowThisQuery = ' Papar kueri ini di sini lagi ';
$strShowingRecords = 'Papar baris';
$strSingly = '(persatu)';
$strSize = 'Saiz';
$strSort = 'Isih';
$strSpaceUsage = 'Penggunaan ruang';
$strSplitWordsWithSpace = 'Perkataan dipisahkan oleh aksara ruang (" ").';
$strStatement = 'Penyataan';
$strStatus = 'Status';
$strStrucCSV = 'data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Tambah DROP TABLE';
$strStrucExcelCSV = 'CSV untuk sata MS Excel';
$strStrucOnly = 'Struktur sahaja';
$strStructPropose = 'Cadangkan struktur jadual';
$strStructure = 'Struktur';
$strSubmit = 'Hantar';
$strSuccess = 'Kueri-SQL anda telah dilaksanakan dengan jaya';
$strSum = 'Jumlah';
 
$strTable = 'Jadual';
$strTableComments = 'Komen jadual';
$strTableEmpty = 'Nama jadual adalah kosong';
$strTableHasBeenDropped = 'Jadual %s telah digugurkan';
$strTableHasBeenEmptied = 'Jadual %s telah dikosongkan';
$strTableHasBeenFlushed = 'Jadual %s telah dibuangkan';
$strTableMaintenance = 'Penyenggaraan Jadual';
$strTableOfContents = 'Kandungan';
$strTableStructure = 'Struktur jadual bagi jadual';
$strTableType = 'Jenis Jadual';
$strTables = '%s jadual';
$strTextAreaLength = ' Kerana kepanjangannya, <br />medan ini tidak boleh diedit ';
$strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
$strTime = 'Masa';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraffic = 'Kesibukan';
$strType = 'Jenis';
 
$strUncheckAll = 'Nyahtanda Semua';
$strUnique = 'Unik';
$strUnselectAll = 'Nyahpilih Semua';
$strUpdatePrivMessage = 'Anda telah mengemaskini privilej bagi %s.';
$strUpdateProfileMessage = 'Profil telah dikemaskini.';
$strUpdateQuery = 'Kemaskini Kueri';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Sertakan nama jadual dan medan dengan backquotes';
$strUseTables = 'Guna Jadual';
$strUser = 'Pengguna';
$strUserEmpty = 'Kata Pengenalan kosong!';
$strUserName = 'Kata Pengenalan';
 
$strValidateSQL = 'Mengesahkan SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatit di %sdocumentation%s.';
$strValue = 'Nilai';
$strVar = 'Pembolehubah';
$strViewDump = 'Lihat longgokan (skema) pangkalan data';
$strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
 
$strWebServerUploadDirectory = 'direktori muatnaik pelayan-web';
$strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
$strWelcome = 'Selamat Datang ke %s';
$strWithChecked = 'Dengan pilihan:';
$strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
 
$strYes = 'Ya';
 
$strZip = '"zipped"';
 
// To translate
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/malay-utf-8.inc.php
0,0 → 1,1001
<?php
/* $Id: malay-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/*
Projek Penterjemahan (l10n) phpmyadmin.net boleh diakses di laman http://shapik.johordt.com/l10n
Projek ini diusahakan oleh saya - sicksand - Mohammad Shafiq Mohd Mustapa
Ditujukan untuk sayang saya Nur Khairiyah.
Antara yang menjayakan projek ini ialah (turutan bukan keutamaan)
 
Asrul Munir Bin Azizan - ntahsapentah@hotmail.com
Hasbullah - exs2me@hotmail.com
sot - sid80@yahoo.com
silla - roscla@yahoo.com
bagaksasa - bagaksasa@hotmail.com
Bustamam Harun - bustamam98@yahoo.com
Hasbullah Bin Pit - sebol@ikhlas.com, Merlimau
nina - nina@hotmail.com
muslim - sayamuslim@hotmail.com
ejoe - webmaster@ejoe.net
huhu - huhu@huh.net
redkod - r3dkod@yahoo.com
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$timespanfmt = '%s hari, %s jam, %s minit dan %s saat';
 
$day_of_week = array('Aha', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab');
$month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept', 'Okt', 'Nov', 'Dis');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
$strAbortedClients = 'DiBatalkan';
$strAccessDenied = 'Akses dinafikan';
$strAction = 'Aksi';
$strAddDeleteColumn = 'Tambah/Padam Kolum Medan';
$strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
$strAddNewField = 'Tambah medan baru';
$strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
$strAddToIndex = 'Tambah ke indeks &nbsp;%s&nbsp;kolum';
$strAddUser = 'Tambah Pengguna Baru';
$strAddUserMessage = 'Anda telah menambah pengguna baru.';
$strAffectedRows = 'Baris yang terlibat:';
$strAfter = 'Selepas %s';
$strAfterInsertBack = 'Kembali ke muka sebelumnya';
$strAfterInsertNewInsert = 'Tambah baris yang baru';
$strAll = 'Semua';
$strAllTableSameWidth = 'paparkan semua Jadual dengan kelebaran yang sama?';
$strAlterOrderBy = 'Alter table order by';
$strAnIndex = 'Indeks telah ditambah pada %s';
$strAnalyzeTable = 'Analyze table';
$strAnd = 'Dan';
$strAny = 'Sebarang';
$strAnyHost = 'Sebarang hos';
$strAnyUser = 'Sebarang pengguna';
$strAscending = 'Menaik';
$strAtBeginningOfTable = 'Pada Awalan Jadual';
$strAtEndOfTable = 'Pada Akhir Jadual';
$strAttr = 'Atribut';
 
$strBack = 'Undur';
$strBeginCut = 'MULA SALIN';
$strBeginRaw = 'MULA MENTAH';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - jgn diubah';
$strBookmarkDeleted = 'TandaBuku telah dipadam.';
$strBookmarkLabel = 'Label';
$strBookmarkQuery = 'Tandabuku kueri-SQL';
$strBookmarkThis = 'andabuku kueri-SQL ini';
$strBookmarkView = 'Paparan sahaja';
$strBrowse = 'Lungsur';
$strBzError = 'phpMyAdmin tidak dapat memampatkan longgokan kerana terdapat masalah dalam sambungan Bz2 didalam php versi ini. Anda digalakkan untuk mengubah <code>$cfg[\'BZipDump\']</code> di fail konfigurasi phpMyAdmin kepada <code>FALSE</code>. Jika anda ingin menggunakan sambungan Bz2, anda digalakkan untuk meningkatkan versi php anda. Sila lihat laporan pepijat php %s untuk keterangan lanjut.';
$strBzip = 'bzipped';
 
$strCannotLogin = 'Tidak boleh log-masuk ke server MySQL';
$strCantLoadRecodeIconv = 'Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini atau abaikan pengubahan set aksara di phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Tidak boleh menukar indekx ke PRIMARY!';
$strCantUseRecodeIconv = 'Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string apabila sambungan lapuran dimuat. Periksa konfigurasi php anda.';
$strCardinality = 'Kardinaliti';
$strChange = 'Ubah';
$strChangeDisplay = 'Pilih Medan untuk dipapar';
$strChangePassword = 'Ubah Katalaluan';
$strCharsetOfFile = 'Fail bagi set Aksara:';
$strCheckAll = 'Tanda Semua';
$strCheckTable = 'Periksa Jadual';
$strChoosePage = 'Sila Pilih Laman untuk diubah';
$strColComFeat = 'Memaparkan Komen Kolum';
$strColumnNames = 'Nama Kolum';
$strCommand = 'Arahan';
$strComments = 'Komen';
$strCompleteInserts = 'Kemasukkan Selesai';
$strCompression = 'Mampatan';
$strConfigFileError = 'phpMyAdmin tidak dapat membaca fail konfigurasi!<br \\>Ini mungkin terjadi apabila ada kesalahan dalam php ataupun php tidak jumpa fail tersebut.<br />Sila panggil fail konfigurasi menggunakan pautan dibawah dan baca kesalahan php yang diterima. Dalam kebanyakan kes quote atau semicolon tertinggal.<br />Jika kamu terima laman kosong, semuanya berjalan lancar.';
$strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
$strConnections = 'Hubungan';
$strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
$strCopyTable = 'Salin jadual ke (pangkalandata<b>.</b>jadual):';
$strCopyTableOK = 'Jadual %s telah disalin ke %s.';
$strCouldNotKill = 'phpMyAdmin tidak dapat mematikan bebenang %s. Ianya mungkin telah ditutup.';
$strCreate = 'Cipta';
$strCreateIndex = 'Cipta indeks pada &nbsp;%s&nbsp;';
$strCreateIndexTopic = 'Cipta indeks baru';
$strCreateNewDatabase = 'Cipta pangkalan data baru';
$strCreateNewTable = 'Cipta jadual baru pada pangkalan data %s';
$strCreatePage = 'Cipta Halaman baru';
$strCreatePdfFeat = 'Ciptaan bagi PDF';
$strCriteria = 'Kriteria';
 
$strData = 'Data';
$strDataDict = 'Kamus Data';
$strDataOnly = 'Data sahaja';
$strDatabase = 'Pangkalan Data';
$strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
$strDatabases = 'pangkalan data';
$strDatabasesStats = 'Statistik pangkalan data';
$strDefault = 'Asal';
$strDelete = 'Padam';
$strDeleted = 'Baris telah dipadam';
$strDeletedRows = 'Baris dipadam:';
$strDescending = 'Menurun';
$strDisabled = 'Tidak Membenarkan';
$strDisplayFeat = 'Paparkan Ciri-ciri';
$strDisplayOrder = 'Turutan paparan:';
$strDisplayPDF = 'Papar Skema PDF';
$strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
$strDoYouReally = 'Adakah anda ingin ';
$strDocu = 'Dokumentasi';
$strDrop = 'Gugur';
$strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
$strDumpingData = 'Melonggok data bagi jadual';
$strDynamic = 'dinamik';
 
$strEdit = 'Ubah';
$strEditPDFPages = 'Ubah Halaman PDF';
$strEditPrivileges = 'Ubah Privilej';
$strEffective = 'Berkesan';
$strEmpty = 'Kosong';
$strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
$strEnabled = 'Membenarkan';
$strEnd = 'Tamat';
$strEndCut = 'TAMAT SALIN';
$strEndRaw = 'TAMAT MENTAH';
$strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
$strError = 'Ralat';
$strExplain = 'Terangkan Kod SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Penyelitan Lanjutan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Percubaan Gagal';
$strField = 'Medan';
$strFieldHasBeenDropped = 'Medan %s telah digugurkan';
$strFields = 'Medan';
$strFieldsEmpty = ' Bilangan medan adalah kosong! ';
$strFieldsEnclosedBy = 'Medan disertai oleh';
$strFieldsEscapedBy = 'Medan dilarikan oleh';
$strFieldsTerminatedBy = 'Medan dihapuskan oleh';
$strFixed = 'tetap';
$strFlushTable = 'Buang jadual ("FLUSH")';
$strFormEmpty = 'Kehilangan nilai pada borang! !';
$strFormat = 'Format';
$strFullText = 'Teks Penuh';
$strFunction = 'Fungsi';
 
$strGenBy = 'Dijana oleh';
$strGenTime = 'Masa dijana';
$strGeneralRelationFeat = 'Ciri-ciri hubungan am';
$strGlobalValue = 'Nilai Global';
$strGo = 'Pergi';
$strGzip = '"digzip"';
 
$strHasBeenAltered = 'telah diubahsuai.';
$strHasBeenCreated = 'telah dicipta.';
$strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
$strHome = 'Rumah';
$strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
$strHost = 'Hos';
$strHostEmpty = 'Nama hos adalah kosong!';
 
$strId = 'ID';
$strIdxFulltext = 'Tekspenuh';
$strIgnore = 'Abai';
$strImportDocSQL = 'Import Fail docSQL';
$strInUse = 'sedang digunakan';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
$strIndexName = 'Nama indeks&nbsp;:';
$strIndexType = 'Jenis indeks&nbsp;:';
$strIndexes = 'Indeks';
$strInsecureMySQL = 'Fail Konfigurasi anda mengandungi pelengkapan (root tidak berkata laluan) yang bersesuaian dengan privilej akaun MySQL. Pelayan MySQL anda dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, dan anda hendaklah membetulkan lubang keselamatan ini.';
$strInsert = 'Selit';
$strInsertAsNewRow = 'Selitkan baris baru';
$strInsertNewRow = 'Selitkan baris baru';
$strInsertedRows = 'Baris diselit:';
 
$strKeepPass = 'Jangan tukar katalaluan';
$strKeyname = 'Nama Kekunci';
$strKill = 'Bunuh';
 
$strLandscape = 'Menegak';
$strLaTeX = 'LaTeX';
$strLengthSet = 'Panjang/Nilai*';
$strLimitNumRows = 'Bilangan baris per halaman';
$strLinesTerminatedBy = 'Baris ditamatkan oleh';
$strLinkNotFound = 'Pautan tidak dijumpai';
$strLinksTo = 'Pautan ke';
$strLocationTextfile = 'Lokasi bagi fail teks';
$strLogPassword = 'Katalaluan:';
$strLogUsername = 'Namapengguna:';
$strLogin = 'Logmasuk';
$strLogout = 'Log keluar';
 
$strModifications = 'Pengubahsuaian telah disimpan';
$strModify = 'Ubahsuai';
$strModifyIndexTopic = 'Ubahsuai indeks';
$strMoveTable = 'Pindahkan jadual ke (pangkalandata<b>.</b>jadual):';
$strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
$strMySQLCharset = 'Set Aksara MySQL';
$strMySQLSaid = 'MySQL berkata: ';
$strMySQLShowProcess = 'Papar proses';
$strMySQLShowStatus = 'Papar maklumat masalaksana MySQL';
$strMySQLShowVars = 'Papar pembolehubah sistem MySQL';
 
$strName = 'Nama';
$strNext = 'Berikut';
$strNo = 'Tidak';
$strNoDatabases = 'Tiada pangkalan data';
$strNoDescription = 'tiada keterangan';
$strNoDropDatabases = 'keterangan "DROP DATABASE" di tidak aktifkan .';
$strNoExplain = 'Skip Explain SQL';
$strNoFrames = 'phpMyAdmin lebih mesra dengan pelayar web <b>menyokong-kerangka</b> seperti mozilla.';
$strNoIndex = 'Tiada indeks ditafrifkan!';
$strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
$strNoModification = 'Tiada perubahan';
$strNoPassword = 'Tiada Katalaluan';
$strNoPhp = 'Tanpa Kod PHP';
$strNoPrivileges = 'Tiada Privilej';
$strNoRights = 'Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!';
$strNoTablesFound = 'Tiada jadual dijumpai pada pangkalan data.';
$strNoUsersFound = 'Tiada pengguna dijumpai.';
$strNoValidateSQL = 'Melangkau Pengesahan SQL';
$strNone = 'Tiada';
$strNotNumber = 'Ini adalah bukan nombor!!';
$strNotOK = 'tidak OK';
$strNotSet = 'Jadual <b>%s</b> tidak dijumpai atau ditetapkan pada %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s padanan di dalam jadual <i>%s</i>';
$strNumSearchResultsTotal = '<b>Jumlah</b>: <i>%s</i> padanan';
$strNumTables = 'Jadual-jadual';
 
$strOK = 'OK';
$strOperations = 'Operasi';
$strOptimizeTable = 'Optimakan jadual';
$strOr = 'Atau';
$strOverhead = 'Melebihi';
 
$strPHP40203 = 'Anda Menggunakan PHP 4.2.3, dimana terdapat pepijat serius didalam multi-byte strings (mbstring). Lihat Laporan Pepijat PHP 19404. PHP versi ini adalah tidak digalakkan dalam menggunakan phpMyAdmin.';
$strPHPVersion = 'Versi PHP';
$strPageNumber = 'Muka Surat:';
$strPartialText = 'Sebahagian Teks';
$strPassword = 'Katalaluan';
$strPasswordEmpty = 'Katalaluan adalah kosong!';
$strPasswordNotSame = 'Katalaluan tidak sama!';
$strPdfDbSchema = 'Skema bagi pangkalan data "%s" database - Laman %s';
$strPdfInvalidTblName = 'Jadual "%s" tidak wujud!';
$strPdfNoTables = 'Tiada Jadual';
$strPerHour = 'per jam';
$strPhp = 'Cipta Kod PHP';
$strPmaDocumentation = 'Dokumentasi phpMyAdmin';
$strPmaUriError = '<tt>$cfg[PmaAbsoluteUri]</tt> MESTI disetkan di dalam fail konfigurasi.';
$strPortrait = 'Melintang';
$strPos1 = 'Mula';
$strPrevious = 'Terdahulu';
$strPrimary = 'Utama';
$strPrimaryKeyHasBeenDropped = 'Kekunci utama telah digugurkan';
$strPrimaryKeyName = 'Nama kekunci utama mestilah... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mesti</b> nama dan <b>semesti</b> dari kekunci utama!)';
$strPrint = 'Cetak';
$strPrintView = 'Paparan Cetak';
$strPrivileges = 'Privilej';
$strProcesslist = 'Senarai Proses';
$strPutColNames = 'Letakkan medan di baris pertama';
 
$strQBE = 'Kueri';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryOnDb = 'SQL- kueri pada pangkalan data <b>%s</b>:';
$strQueryStatistics = '<b>Kueri Statistik</b>: Sejak ia dijalankan, %s kueri telah dihantar kepada pelayan.';
$strQueryType = 'Jenis Kueri';
 
$strReType = 'Ulang-taip';
$strReceived = 'DiTerima';
$strRecords = 'Rekod';
$strReferentialIntegrity = 'Semak integriti rujukan:';
$strRelationalSchema = 'Skema Hubungan';
$strRelationNotWorking = 'Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah tidak diaktifkan. Untuk mengetahuinya klik %shere%s.';
$strRelationView = 'Paparan Hubungan';
$strReloadMySQL = 'Ulangmuat MySQL';
$strRenameTable = 'Tukarnama jadual ke';
$strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
$strRepairTable = 'Baiki jadual';
$strReplaceTable = 'Ganti data jadual dengan fail';
$strReset = 'Ulangtetap';
$strRevoke = 'TarikBalik';
$strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
$strRowLength = 'Panjang baris';
$strRowSize = ' Saiz baris ';
$strRows = 'Baris';
$strRowsFrom = 'baris bermula dari rekod #';
$strRowsModeHorizontal = 'mengufuk';
$strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
$strRowsModeVertical = 'menegak';
$strRowsStatistic = 'Statistik Baris';
$strRunQuery = 'Hantar Kueri';
$strRunSQLQuery = 'Laksana kueri SQL pada pangkalan data %s';
$strRunning = 'dilaksana pada %s';
 
$strSQL = 'SQL';
$strSQLParserBugMessage = 'Ada kemungkinan anda akan berjumpa dengan pepijat di penghuraian SQL. Sila semak kueri anda dengan teliti, dan periksa tanda quote adalah betul dan tidak tersalah letak. Antara kegagalan lain mungkin disebabkan fail yang dimuatnaik bersama binari oleh anda berada diluar kawasan quote. Anda juga boleh mencuba kueri MySQL anda di antaramuka aturan baris (cli). Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah. Jika masih terdapat pemasalahan atau masalah penghuraian dimana antaramuka aturan baris berjaya, sila kurangkan kemasukan kueri SQL kepada satu kueri yang bermasalah, dan lapurkan pepijat desertai oleh seruas data dan SALIN keratan rentas dibawah:';
$strSQLParserUserError = 'Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah';
$strSQLQuery = 'kueri-SQL';
$strSQLResult = 'Hasil SQL';
$strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
$strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
$strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
$strSave = 'Simpan';
$strScaleFactorSmall = 'Faktor skala adalah terlalu kecil supaya muat dengan skema dalam satu halaman';
$strSearch = 'Cari';
$strSearchFormTitle = 'Cari di pangkalan data';
$strSearchInTables = 'Di dalam jadual:';
$strSearchNeedle = 'Perkataan atau nilai untuk dicari (wildcard: "%"):';
$strSearchOption1 = 'sekurang-kurangnya satu perkataan';
$strSearchOption2 = 'semua perkataan';
$strSearchOption3 = 'Frasa tepat';
$strSearchOption4 = 'sebagai penyataan regular (regexp)';
$strSearchResultsFor = 'Hasil carian bagi "<i>%s</i>" %s:';
$strSearchType = 'Cari:';
$strSelectADb = 'Sila pilih pangkalan data';
$strSelectAll = 'Sila pilih pangkalan data';
$strSelectFields = 'Pilih medan (sekurang-kurangnya satu):';
$strSelectNumRows = 'pada kueri';
$strSelectTables = 'Pilih Jadual';
$strSend = 'Simpan sebagai fail';
$strSent = 'Hantar';
$strServer = 'Pelayan';
$strServerChoice = 'Pilihan Pelayan';
$strServerStatus = 'Informasi MasaJana';
$strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
$strServerTabVariables = 'Pemboleh-pembolehubah';
$strServerTabProcesslist = 'Proses-proses';
$strServerTrafficNotes = '<b>Kesibukan Pelayan</b>: Jadual menunjukkan statistik kesibukan rangkaian pada pelayan MySQL server semenjak ia dihidupkan.';
$strServerVars = 'Pembolehubah dan Penetapan Pelayan';
$strServerVersion = 'Versi Pelayan';
$strSessionValue = 'Nilai Sessi';
$strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...<br />Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Papar';
$strShowAll = 'Papar semua';
$strShowColor = 'Papar warna';
$strShowDatadictAs = 'Format Kamus Data';
$strShowGrid = 'Papar grid';
$strShowPHPInfo = 'Papar maklumat PHP';
$strShowTableDimension = 'Papar dimensi jadual';
$strShowTables = 'Papar jadual';
$strShowThisQuery = ' Papar kueri ini di sini lagi ';
$strShowingRecords = 'Papar baris';
$strSingly = '(persatu)';
$strSize = 'Saiz';
$strSort = 'Isih';
$strSpaceUsage = 'Penggunaan ruang';
$strSplitWordsWithSpace = 'Perkataan dipisahkan oleh aksara ruang (" ").';
$strStatement = 'Penyataan';
$strStatus = 'Status';
$strStrucCSV = 'data CSV';
$strStrucData = 'Struktur dan data';
$strStrucDrop = 'Tambah DROP TABLE';
$strStrucExcelCSV = 'CSV untuk sata MS Excel';
$strStrucOnly = 'Struktur sahaja';
$strStructPropose = 'Cadangkan struktur jadual';
$strStructure = 'Struktur';
$strSubmit = 'Hantar';
$strSuccess = 'Kueri-SQL anda telah dilaksanakan dengan jaya';
$strSum = 'Jumlah';
 
$strTable = 'Jadual';
$strTableComments = 'Komen jadual';
$strTableEmpty = 'Nama jadual adalah kosong';
$strTableHasBeenDropped = 'Jadual %s telah digugurkan';
$strTableHasBeenEmptied = 'Jadual %s telah dikosongkan';
$strTableHasBeenFlushed = 'Jadual %s telah dibuangkan';
$strTableMaintenance = 'Penyenggaraan Jadual';
$strTableOfContents = 'Kandungan';
$strTableStructure = 'Struktur jadual bagi jadual';
$strTableType = 'Jenis Jadual';
$strTables = '%s jadual';
$strTextAreaLength = ' Kerana kepanjangannya, <br />medan ini tidak boleh diedit ';
$strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
$strTime = 'Masa';
$strTotal = 'jumlah';
$strTotalUC = 'Jumlah';
$strTraffic = 'Kesibukan';
$strType = 'Jenis';
 
$strUncheckAll = 'Nyahtanda Semua';
$strUnique = 'Unik';
$strUnselectAll = 'Nyahpilih Semua';
$strUpdatePrivMessage = 'Anda telah mengemaskini privilej bagi %s.';
$strUpdateProfileMessage = 'Profil telah dikemaskini.';
$strUpdateQuery = 'Kemaskini Kueri';
$strUsage = 'Penggunaan';
$strUseBackquotes = 'Sertakan nama jadual dan medan dengan backquotes';
$strUseTables = 'Guna Jadual';
$strUser = 'Pengguna';
$strUserEmpty = 'Kata Pengenalan kosong!';
$strUserName = 'Kata Pengenalan';
 
$strValidateSQL = 'Mengesahkan SQL';
$strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatit di %sdocumentation%s.';
$strValue = 'Nilai';
$strVar = 'Pembolehubah';
$strViewDump = 'Lihat longgokan (skema) pangkalan data';
$strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
 
$strWebServerUploadDirectory = 'direktori muatnaik pelayan-web';
$strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
$strWelcome = 'Selamat Datang ke %s';
$strWithChecked = 'Dengan pilihan:';
$strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
 
$strYes = 'Ya';
 
$strZip = '"zipped"';
 
// To translate
$strAdministration = 'Administration'; //to translate
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGrantOption = 'Grant'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strUserOverview = 'User overview'; //to translate
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
 
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
 
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strLocalhost = 'Local';
$strLoginInformation = 'Login Information'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strThisHost = 'This Host'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUseTextField = 'Use text field'; //to translate
 
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strImportFiles = 'Import files'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGContext = 'Context'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strGlobal = 'global'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strWildcard = 'wildcard'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
$strQueryTime = 'Query took %01.4f sec';//to translate
$strDBComment = 'Database comment: ';//to translate
$strQueryFrame = 'Query window';//to translate
$strQuerySQLHistory = 'SQL-history';//to translate
$strMIME_MIMEtype = 'MIME-type';//to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_options = 'Transformation options';//to translate
$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
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$strMIME_available_mime = 'Available MIME-types';//to translate
$strMIME_available_transform = 'Available transformations';//to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMIME_description = 'Description';//to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strSQLOptions = 'SQL options';//to translate
$strXML = 'XML';//to translate
$strCSVOptions = 'CSV options';//to translate
$strNoOptions = 'This format has no options';//to translate
$strStatCreateTime = 'Creation';//to translate
$strStatUpdateTime = 'Last update';//to translate
$strStatCheckTime = 'Last check';//to translate
$strPerMinute = 'per minute';//to translate
$strPerSecond = 'per second';//to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strFileNameTemplate = 'File name template';//to translate
$strFileNameTemplateRemember = 'remember template';//to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strAutodetect = 'Autodetect'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
$strCharset = 'Charset'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strRelations = 'Relations'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
$strPaperSize = 'Paper size'; //to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
$strAddIntoComments = 'Add into comments';//to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTableOptions = 'Table options'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strCharsets = 'Charsets'; //to translate
$strDescription = 'Description'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCollation = 'Collation'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strGerman = 'German'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strDictionary = 'dictionary'; //to translate
$strSwedish = 'Swedish'; //to translate
$strDanish = 'Danish'; //to translate
$strCzech = 'Czech'; //to translate
$strTurkish = 'Turkish'; //to translate
$strEnglish = 'English'; //to translate
$strHungarian = 'Hungarian'; //to translate
$strCroatian = 'Croatian'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strEstonian = 'Estonian'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strUkrainian = 'Ukrainian'; //to translate
$strHebrew = 'Hebrew'; //to translate
$strWestEuropean = 'West European'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strArabic = 'Arabic'; //to translate
$strRussian = 'Russian'; //to translate
$strUnknown = 'unknown'; //to translate
$strBaltic = 'Baltic'; //to translate
$strUnicode = 'Unicode'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strKorean = 'Korean'; //to translate
$strGreek = 'Greek'; //to translate
$strJapanese = 'Japanese'; //to translate
$strThai = 'Thai'; //to translate
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/mongolian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: mongolian-utf-8.inc.php,v 1.50.2.3 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Bayarsaikhan Enkhtaivan
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Байт', 'кБ', 'МБ', 'ГБ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ня', 'Да', 'Мя', 'Лх', 'Пү', 'Ба', 'Бя');
$month = array('1-р', '2-р', '3-р', '4-р', '5-р', '6-р', '7-р', '8-р', '9-р', '10р', '11р', '12р');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%Y оны %B сарын %d., %H:%M';
$timespanfmt = '%s өдөр, %s цаг, %s минут, %s секунд';
 
$strAbortedClients = 'Таслагдсан';
$strAbsolutePathToDocSqlDir = 'Сервэр дэх docSQL-ын абсолют замыг оруулна уу';
$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 нэмэх';
$strAddIntoComments = 'Тайлбар нэмэх';
$strAddNewField = 'Шинэ талбар нэмэх';
$strAddPrivilegesOnDb = 'Дараах өгөгдлийн санд онцгой эрх нэмэх';
$strAddPrivilegesOnTbl = 'Дараах хүснэгтэд онцгой эрх нэмэх';
$strAddSearchConditions = 'Хайлтын нөхцөл нэмэх("where" хэсгийн бие):';
$strAddToIndex = 'Индекст нэмэх&nbsp;%s&nbsp;багана(ууд)';
$strAddUserMessage = 'Шинэ хэрэглэгч нэмэгдлээ.';
$strAddUser = 'Шинэ хэрэглэгч нэмэх';
$strAdministration = 'Зохион байгуулалт';
$strAffectedRows = 'Хийгдсэн мөрүүд:';
$strAfterInsertBack = 'Буцах';
$strAfterInsertNewInsert = 'Өөр шинэ мөр оруулах';
$strAfterInsertNext = 'Дараагийн мөрийг засах';
$strAfterInsertSame = 'Энэ хуудас руу буцах';
$strAfter = '%s-ы дараа';
$strAll = 'Бүх';
$strAllTableSameWidth = 'бүх хүснэгтийг ижил өргөнөөр харуулах уу?';
$strAlterOrderBy = 'Хүснэгтийг эрэмбэлэлтээр өөрчлөх';
$strAnalyzeTable = 'Хүснэгтийг задлах';
$strAnd = 'БА';
$strAndThen = 'ба тэгээд';
$strAnIndex = '%s-д индекс нэмэгдсэн байна';
$strAnyHost = 'Дурын хост';
$strAny = 'Дурын';
$strAnyUser = 'Дурын хэрэглэгч';
$strApproximateCount = 'May be approximate. See FAQ 3.11';
$strAPrimaryKey = '%s-д үндсэн түлхүүр нэмэгдлээ';
$strArabic = 'Араб';
$strArmenian = 'Армян';
$strAscending = 'Өсөхөөр';
$strAtBeginningOfTable = 'Хүснэгтийн эхэнд';
$strAtEndOfTable = 'Хүснэгтийн төгсгөлд';
$strAttr = 'Атрибутууд';
$strAutodetect = 'Авто шалгах';
$strAutomaticLayout = 'Автомат байрлал';
 
$strBack = 'Өмнөх';
$strBaltic = 'Балти';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinaryDoNotEdit = ' Хоёртын өгөгдөл - засагдахгүй ';
$strBinaryLog = 'Хоёртын log';
$strBinary = ' Хоёртын ';
$strBinLogEventType = 'Хэрэг явдлын төрөл';
$strBinLogInfo = 'Мэдээлэл';
$strBinLogName = 'Log нэр';
$strBinLogOriginalPosition = 'Жинхэнэ байрлал';
$strBinLogPosition = 'Байрлал';
$strBinLogServerId = 'Server ID';
$strBookmarkAllUsers = 'Энэ тэмдэглэгээг бүх хэрэглэгчид хандахыг зөвшөөрөх';
$strBookmarkDeleted = 'Тэмдэглэгээ устгагдсан.';
$strBookmarkLabel = 'Хаяг';
$strBookmarkQuery = 'Тэмдэглэгдсэн SQL-асуулт';
$strBookmarkThis = 'Энэ SQL-асуулт-ыг тэмдэглэх';
$strBookmarkView = 'Зөвхөн харах';
$strBrowseForeignValues = 'Browse foreign values';
$strBrowse = 'Хөтлөх';
$strBufferPoolActivity = 'Буффер Pool Идэвхжил';
$strBufferPool = 'Буффер Pool';
$strBufferPoolUsage = 'Буффер Pool Хэрэглээ';
$strBufferReadMissesInPercent = 'Уншилт алдсан нь %';
$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-ээр шахагдсан';
 
$strCalendar = 'Цагалбар';
$strCannotLogin = 'MySQL руу нэвтэрч чадсангүй';
$strCantLoadRecodeIconv = 'Тэмдэгт хөрвүүлэлтийн iconv, recode өргөтгөлийг дуудаж чадсангүй. Php тохиргоо дахь эдгээр өргөтгөлийг нээ эсвэл phpMyAdmin-ы тэмдэгт хөрвүүлэлтийг хаа.';
$strCantLoad = '%s өргөтгөлийг дуудаж чадсангүй,<br />PHP-ийн тохиргоог үз';
$strCantRenameIdxToPrimary = 'Индексийг PRIMARY болгож чадсангүй!';
$strCantUseRecodeIconv = 'iconv, libiconv, recode_string өргөтгөлүүдийн алийг ч хэрэглэж чадсангүй (extension reports-д дуудагдах). Php тохиргоогоо шалга.';
$strCardinality = 'Ерөнхий';
$strCaseInsensitive = 'Том жижиг хамаагүй';
$strCaseSensitive = 'Том жижиг хамаатай ';
$strCentralEuropean = 'Төв-Европ';
$strChangeCopyModeCopy = '... хуучныг үлдээх.';
$strChangeCopyModeDeleteAndReload = ' ... хэрэглэгчийн хүснэгтүүдээс нэгийг устгаад дараа нь онцгой эрхийг дахин дууд.';
$strChangeCopyModeJustDelete = ' ... хэрэглэгчийн хүснэгтүүдээс устгах.';
$strChangeCopyModeRevoke = ' ... хуучнаас бүх онцгой эрхийг хүчингүй болгоод дараа нь устга.';
$strChangeCopyMode = 'Адил онцгой эрхтэй хэрэглэгч үүсгэх ба ...';
$strChangeCopyUser = 'Нэвтрэх мэдээллийг солих/ Хэрэглэгч хуулах';
$strChangeDisplay = 'Харуулах талбарыг соль';
$strChangePassword = 'Нууц үг солих';
$strChange = 'Солих';
$strCharsetOfFile = 'Файлын кодлол:';
$strCharsetsAndCollations = 'Кодлол ба жишилт';
$strCharsets = 'Кодлолууд';
$strCharset = 'Кодлол';
$strCheckAll = 'Бүгдийг чагтлах';
$strCheckOverhead = 'Дээдхийг шалгах';
$strCheckPrivsLong = '&quot;%s&quot; өгөгдлийн сангийн онцгой эрх шалгах.';
$strCheckPrivs = 'Онцгой эрх шалгах';
$strCheckTable = 'Хүснэгт шалгах';
$strChoosePage = 'Засах Хуудсаа сонго';
$strColComFeat = 'Баганын тайлбарыг харуулж байна';
$strCollation = 'Жишилт';
$strColumnNames = 'Баганын нэрс';
$strColumnPrivileges = 'Онцгой эрх, баганын эрх';
$strCommand = 'Команд';
$strComments = 'Тайлбар';
$strCommentsForTable = 'Хүснэгтийн тайлбар';
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible';
$strCompleteInserts = 'Оруулалтыг дуусгах';
$strCompression = 'Шахалт';
$strConfigFileError = 'phpMyAdmin нь таны тохиргооны файлыг уншиж чадахгүй нь!<br />Задлан ялгалын алдаа эсвэл уг файл олдохгүй байна.<br />Тохиргооны (config.inc.php) файл дуудах холбоосыг зөв оруулж php-ийн танд ирсэн алдааны мэдээллийг унш. Энэ нь ихэвчлэн цэгтэй таслалын (;) алдаа байдаг. Хэрэв хоосон хуудас ирвэл – энэ нь зүгээр байна';
$strConfigureTableCoord = '%s хүснэгтийн координатыг тохируулна уу';
$strConnectionError = 'Холбогдсонгүй: тохируулга буруу.';
$strConnections = 'Холболт';
$strConstraintsForDumped = 'Асгарсан хүснэгтийг хүчлэх';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Энэ газарт Cookies нээлттэй байх ёстой.';
$strCopyDatabaseOK = 'ӨС %s нь %s руу хуулагдлаа';
$strCopy = 'Хуулах';
$strCopyTableOK = '%s хүснэгт %s руу хуулагдлаа.';
$strCopyTable = 'Хүснэгт хуулах(өгөгдлийн сан<b>.</b>хүснэгт):';
$strCopyTableSameNames = ' Адил нэртэй хүснэгт рүү хуулж чадсангүй!';
$strCouldNotKill = 'phpMyAdmin нь thread %s-ийг хааж чадсангүй. Энэ аль хэдийн хаагдсан байна.';
$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 = 'Өгөгдлийн сан хуулах нь';
$strDBGContextID = 'Хам ID';
$strDBGContext = 'Хам';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'ХИ хугацаа, ms';
$strDBGMinTimeMs = 'ХБ хугацаа, ms';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Нийт хугацаа, ms';
$strDbPrivileges = ' Онцгой эрх, өгөгдлийн сангийн эрх';
$strDBRename = 'Өгөгдлийн санг д.нэрлэх нь';
$strDbSpecific = 'Өгөгдлийн сангийн эрх';
$strDefaultEngine = '%s нь уг MySQL сервэрийн анхдагч агуулах хөдөлгүүр байна.';
$strDefault = 'Анхдагч';
$strDefaultValueHelp = 'Анхдагч утгаар энэ тогтнолыг ашиглан ташуу зураас, хашилтгүй ганц утга оруулна уу: a';
$strDefragment = 'Хүснэгт янзлах';
$strDelayedInserts = 'Давталттай оруулалт хэрэглэх';
$strDeleteAndFlushDescr = 'Энэ бол цэвэрхэн зам, гэхдээ онцгой эрхийг дахиж дуудна.';
$strDeleteAndFlush = 'Хэрэглэгчдийг устгаад дараа нь онцгой эрхийг дахин дууд.';
$strDeleted = 'Мөр устгагдсан';
$strDeletedRows = 'Устгагдсан мөрүүд:';
$strDelete = 'Устгах';
$strDeleting = '%s-г устгаж байна';
$strDelOld = 'Хүснэгтийн лавлахтай хуудас нь удаан оршихгүй, Та эдгээр лавлахуудыг устгах уу?';
$strDescending = 'Буурахаар';
$strDescription = 'Тайлбар';
$strDictionary = 'толь';
$strDirtyPages = 'Бохир хуудсууд';
$strDisabled = 'Хаагдсан';
$strDisableForeignChecks = 'Гадаад түлхүүр шалгалтыг хаах';
$strDisplayFeat = 'Онцлог харуулах';
$strDisplayOrder = 'Харуулах эрэмбэ:';
$strDisplayPDF = 'PDF-схем харуулах';
$strDoAQuery = '"жишээ асуулт" хийх (тэмдэгт: "%")';
$strDocu = 'Баримт';
$strDoYouReally = 'Та үнэхээр ';
$strDropDatabaseStrongWarning = 'Дүүрэн өгөгдлийн сан УСТГАХ тухай?';
$strDrop = 'Устгах';
$strDropUsersDb = 'Хэрэглэгчтэй адил нэртэй өгөгдлийн санг устгах.';
$strDumpingData = 'Хүснэгтийн өгөгдлийг устгах';
$strDumpSaved = 'Асгалт %s файлд хадгалагдсан.';
$strDumpXRows = '%s мөрүүдийг, %s-аас эхлэн устгах.';
$strDynamic = 'динамик';
 
$strEdit = 'Засах';
$strEditPDFPages = 'PDF-хуудаснуудыг засах';
$strEditPrivileges = 'Онцгой эрхүүдийг засах';
$strEffective = 'Эффекттэй';
$strEmptyResultSet = 'MySQL хоосон үр дүн буцаалаа (тэг мөрүүд г.м.).';
$strEmpty = 'Хоосон';
$strEnabled = 'Нээлттэй';
$strEncloseInTransaction = 'Хэлэлцээр дэх гаргалтыг хаах';
$strEndCut = 'END CUT';
$strEnd = 'Төгс';
$strEndRaw = 'END RAW';
$strEngineAvailable = '%s нь уг MySQL сервэрт идэвхтэй байна.';
$strEngineDisabled = '%s нь уг MySQL сервэр дээр хаалттай байна.';
$strEngines = 'Хөдөлгүүрүүд';
$strEngineUnsupported = 'Энэ MySQL сервэр нь %s агуулах хөдөлгүүрийг дэмжихгүй.';
$strEnglish = 'Англи';
$strEnglishPrivileges = ' Тэмдэглэл: MySQL онцгой эрхийн нэр нь англиар илэрхийлэгдсэн ';
$strError = 'Алдаа';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Эстони';
$strExcelEdition = 'Excel-засвар';
$strExcelOptions = 'Excel-ийн сонголтууд';
$strExecuteBookmarked = 'Тэмдэглэгдсэн асуулт ажиллуулах';
$strExplain = 'SQL тайлбар';
$strExport = 'Гаргах';
$strExtendedInserts = 'Өргөтгөсөн оруулалт';
$strExtra = 'Нэмэлт';
 
$strFailedAttempts = 'Бүтэлгүйтсэн оролдлого';
$strFieldHasBeenDropped = 'Талбар %s устгагдсан';
$strField = 'Талбар';
$strFieldsEmpty = ' Талбарын тоо хоосон! ';
$strFieldsEnclosedBy = 'Талбарыг хаасан';
$strFieldsEscapedBy = 'Талбарыг нээсэн';
$strFields = 'Талбарууд';
$strFieldsTerminatedBy = 'Талбарыг төгсгөсөн';
$strFileAlreadyExists = 'Файл %s нь сервэр дээр байна, нэрээ соль эсвэл давхарлах сонголтыг шалга.';
$strFileCouldNotBeRead = 'Файл уншигдахгүй байна';
$strFileNameTemplate = 'Файлын нэрийн загвар';
$strFileNameTemplateRemember = 'загварыг санах';
$strFixed = 'Засагдсан';
$strFlushPrivilegesNote = 'Тэмдэглэл: phpMyAdmin нь MySQL-ийн онцгой эрхийн хүснэгтээс хэрэглэгчдийн онцгой эрхийг авна. Хэрэв тэд гараар өөрчлөгдсөн бол эдгээр хүснэгтийн агуулга нь сервэрт хэрэглэгдэж буйгаас өөр байна. Энэ тохиолдолд %sдахин дуудаж үргэлжлүүлнэ үү.';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFormat = 'Тогтнол';
$strFormEmpty = 'Форм дахь утгыг орхисон!';
$strFreePages = 'Чөлөөт хуудсууд';
$strFullText = 'Бүтэн бичвэр';
$strFunction = 'Функц';
 
$strGenBy = 'Үүсгэгч';
$strGeneralRelationFeat = 'Ерөнхий хамаатай онцлог';
$strGeneratePassword = 'Нууц үг бий болгох';
$strGenerate = 'Бий болгох';
$strGenTime = 'Үүссэн цаг';
$strGeorgian = 'Гүрж';
$strGerman = 'Немец';
$strGlobal = 'global';
$strGlobalPrivileges = 'Глобал онцгой эрх';
$strGlobalValue = 'Глобал утга';
$strGo = 'Яв';
$strGrantOption = 'Хандив';
$strGreek = 'Грек';
$strGzip = 'gzip-ээр шахах';
 
$strHasBeenAltered = 'өөрчлөгдсөн байна.';
$strHasBeenCreated = 'үүссэн байна.';
$strHaveToShow = 'Харуулахын тулд ядаж нэг багана сонго';
$strHebrew = 'Иврей';
$strHexForBinary = 'Хоёртын талбарт арван зургаатыг хэрэглэх (hexadecimal)';
$strHome = 'Гэр';
$strHomepageOfficial = 'phpMyAdmin-ын албан ёсны вэб сайт';
$strHostEmpty = 'Хостын нэр хоосон!';
$strHost = 'Хост';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 гаргах сонголт';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 гаргах сонголт';
$strHungarian = 'Унгар';
 
$strIcelandic = 'Исланд';
$strId = 'ID';
$strIdxFulltext = 'Бүтэнбичвэр';
$strIgnoreInserts = 'Оруулалтыг үл тоох';
$strIgnore = 'Үл тоох';
$strIgnoringFile = 'Файл %s-ыг үл тоох';
$strImportDocSQL = 'docSQL файл оруулах';
$strImportFiles = 'Файл оруулах';
$strIndexes = 'Индексүүд';
$strIndexHasBeenDropped = 'Индекс %s нь устгагдсан';
$strIndexName = 'Индексийн нэр&nbsp;:';
$strIndex = 'Индекс';
$strIndexType = 'Индексийн төрөл&nbsp;:';
$strIndexWarningMultiple = 'Түлхүүр %s нь нэгээс их багана `%s`-д үүсгэгджээ';
$strIndexWarningPrimary = 'PRIMARY ба INDEX түлхүүрүүд багана `%s`-д хоёулаа сонгогдохгүй';
$strIndexWarningTable = 'Хүснэгт `%s`-ийн индекс асуудалтай';
$strIndexWarningUnique = 'UNIQUE ба INDEX түлхүүрүүд багана `%s`-д хоёулаа сонгогдохгүй';
$strInnoDBAutoextendIncrement = 'Авто нэмэгдэлт';
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';
$strInnoDBBufferPoolSizeDesc = 'Энэ хүснэгтийн кэш өгөгдөл, индекст хэрэглэх InnoDB санах ойн буфферийн хэмжээ.';
$strInnoDBBufferPoolSize = 'Буффер pool хэмжээ';
$strInnoDBDataFilePath = 'Өгөгдлийн файлууд';
$strInnoDBDataHomeDirDesc = 'Бүх InnoDB өгөгдлийн файлын хавтсын замын үндсэн хэсэг.';
$strInnoDBDataHomeDir = 'Өгөгдлийн үндсэн хавтас';
$strInnoDBPages = 'хуудсууд';
$strInnodbStat = 'InnoDB байдал';
$strInsecureMySQL = 'Таны тохиргооны файл нь MySQL-ын анхдагч онцгой эрхийг (нэвтрэгч root нь нууц үггүй) агуулжээ. Таны MySQL сервэр энэ анхдагчаар ажиллаж байгаа нь хэн ч урилгагүй орох боломжийг өгнө. Та хамгаалалтын асуудлаа засах хэрэгтэй';
$strInsertAsNewRow = 'Шинэ мөр оруулаад';
$strInsertedRowId = 'Орсон мөрийн id:';
$strInsertedRows = 'Орсон мөрүүд:';
$strInsertNewRow = 'Шинэ мөр оруулах';
$strInsert = 'Оруулах';
$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; өгөгдлийн сан руу үсрэх.';
$strJustDeleteDescr = '&quot;Устгагдсан&quot; хэрэглэгчид үргэлжлүүлэн сервэр лүү хандахын тулд онцгой эрхийг дахин дуудах хүртэл хүлээнэ.';
$strJustDelete = 'Онцгой эрхийн хүснэгтээс хэрэглэгчид устгах.';
 
$strKeepPass = 'Нууц үгийг солихгүй';
$strKeyname = 'Түлхүүрийн нэр';
$strKill = 'Алах';
$strKorean = 'Солонгос';
 
$strLandscape = 'Ландшафт';
$strLatchedPages = 'Latched хуудсууд';
$strLatexCaption = 'Хүснэгтийн гарчиг';
$strLatexContent = '__TABLE__ хүснэгтийн агуулга';
$strLatexContinuedCaption = 'Үргэлжилсэн хүснэгтийн гарчиг';
$strLatexContinued = '(үргэлжилнэ)';
$strLatexIncludeCaption = 'Хүснэгтийн гарчиг холбогдсон';
$strLatexLabel = 'Label key';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX сонголтууд';
$strLatexStructure = '__TABLE__ хүснэгтийн бүтэц';
$strLatvian = 'Латви';
$strLengthSet = 'Урт/Утгууд*';
$strLimitNumRows = 'Хуудас дахь мөрийн тоо';
$strLinesTerminatedBy = 'Шугамыг төгсгөгч';
$strLinkNotFound = 'Холбоос олдсонгүй';
$strLinksTo = 'Холбоос';
$strLithuanian = 'Латви';
$strLocalhost = 'Local';
$strLocationTextfile = 'Бичвэрфайлын байрлал';
$strLoginInformation = 'Нэвтрэх мэдээлэл';
$strLogin = 'Нэвтрэх';
$strLogout = 'Гарах';
$strLogPassword = 'Нууц үг:';
$strLogServer = 'Сервэр';
$strLogUsername = 'Нэвтрэгч:';
$strLongOperation = 'Энэ үйлдэл удах янзтай. Юутай ч үргэлжлүүлэх үү?';
 
$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 = 'Өөрчлөлт хадгалагдав';
$strModifyIndexTopic = 'Өөрчлөх индекс';
$strModify = 'Өөрчлөх';
$strMoveTableOK = 'Хүснэгт %s нь %s руу зөөгдөв.';
$strMoveTable = 'Хүснэгтийг зөөх (өгөгдлийн сан<b>.</b>хүснэгт):';
$strMoveTableSameNames = 'Адил нэр байсан тул хүснэгтийг зөөсөнгүй!';
$strMultilingual = 'олонхэлийн';
$strMyISAMDataPointerSizeDesc = 'Анхдагч заагчийн хэмжээ байтаар илэрхийлэгдэх ба, CREATE TABLE -ээр MyISAM хүснэгтийг MAX_ROWS сонголт тодорхойлогдоогүй үед хэрэглэгдэнэ.';
$strMyISAMDataPointerSize = 'Өгөгдөл заагчийн хэмжээ';
$strMyISAMMaxExtraSortFileSizeDesc = 'Хэрэв завсрын файл MyISAM индекс үүсгэлтэд хэрэглэгдсэн бол үүнээс их энд тодорхойлогдсон хэмжээгээр key cache хэрэглэх хэрэгтэй, key cache аргыг илүүд үзвэл.';
$strMyISAMMaxExtraSortFileSize = 'Индекс үүсгэлт дэх завсрын файлын ХИ хэмжээ';
$strMyISAMMaxSortFileSize = 'Завсрын эрэмбэлэх файлын ХИ хэмжээ';
$strMyISAMMaxSortFileSizeDesc = 'Завсрын MySQL файлын ХИ хэмжээ нь MyISAM индексийг да-үүсгэхэд (REPAIR TABLE, ALTER TABLE, болон LOAD DATA INFILE -ын үед) хэрэглэгдэнэ.';
$strMyISAMRecoverOptions = 'Авто сэргээх горим';
$strMyISAMRecoverOptionsDesc = 'Горим нь эвдэрсэн MyISAM хүснэгтийг автоматаар засна, серверийн эхлэлийн --myisam-recover сонголтоор.';
$strMyISAMRepairThreadsDesc = 'Хэрэв энэ утга нь 1 -ээс их байвал, эрэмбэлэх процессоор Засах үед MyISAM хүснэгтийн индексүүд нь зэрэгцээгээр (индекс бүрт өөрийн процесс) үүсгэгдсэн.';
$strMyISAMRepairThreads = 'Thread засах';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE -ийн үед MyISAM индексийг эрэмбэлэх эсвэл CREATE INDEX болон ALTER TABLE -ээр индекс үүсгэх үед буффер хуваарилагдсан.';
$strMyISAMSortBufferSize = 'Буфферийн хэмжээг эрэмбэлэх';
$strMySQLCharset = 'MySQL-кодлол';
$strMySQLConnectionCollation = 'MySQL холболтын кодлол';
$strMySQLSaid = 'MySQL хэлэх нь: ';
$strMySQLShowProcess = 'Процесууд харах';
$strMySQLShowStatus = 'MySQL-ийн ажиллах үеийн мэдээлэл харах';
$strMySQLShowVars = 'MySQL-ийн системийн утгыг харах';
 
$strName = 'Нэр';
$strNext = 'Цааш';
$strNoActivity = '%s секунд ба түүнээс их идэвхгүй байжээ, дахин нэвтэрнэ үү';
$strNoDatabases = 'ӨС байхгүй';
$strNoDatabasesSelected = 'ӨС сонгогдоогүй.';
$strNoDescription = 'тайлбаргүй';
$strNoDetailsForEngine = 'Энд уг агуулах хөдөлгүүрийн дэлгэрэнгүй төлвийн мэдээлэл алга.';
$strNoDropDatabases = '"ӨС устгах" нь хаалттай.';
$strNoExplain = 'SQL тайлбарлахыг орхих';
$strNoFrames = 'phpMyAdmin нь ямар ч хөтөч дээр <b>фрейм</b> гаргах чадвартай.';
$strNoIndex = 'Индекс тодорхойлогдоогүй!';
$strNoIndexPartsDefined = 'Тодорхойлогдсон индексийн хэсэггүй!';
$strNoModification = 'Солигдохгүй';
$strNone = 'Үгүй';
$strNo = 'Үгүй';
$strNoOptions = 'Энэ тогтнол сонголтгүй';
$strNoPassword = 'Нууц үггүй';
$strNoPermission = 'Вэб-сервэр файл %s-г хадгалахад зөвшөөрөлгүй байна.';
$strNoPhp = 'PHP-кодгүй';
$strNoPrivileges = 'Онцгой эрхгүй';
$strNoRights = 'Танд хангалттай эрх байхгүй!';
$strNoRowsSelected = 'Сонгогдсон мөргүй';
$strNoSpace = 'Файл %s-г хадгалах зай хүрэлцэхгүй байна.';
$strNoTablesFound = 'ӨС-д хүснэгт олдсонгүй.';
$strNoThemeSupport = 'Арьс боломжгүй, өөрийн тохиргоогоо шалга ба/эсвэл %s-т арьс байгаа эсэхийг хар.';
$strNotNumber = 'Энэ тоо биш!';
$strNotOK = 'Бэлэн биш';
$strNotSet = '<b>%s</b> хүснэгт олдсонгүй эсвэл %s-д сонгогдоогүй';
$strNoUsersFound = 'Хэрэглэгч олдсонгүй.';
$strNoValidateSQL = 'SQL шалгалтыг алгасах';
$strNull = 'Хоосон';
$strNumSearchResultsInTable = '%s олдоц(ууд) хүснэгт <i>%s</i>-д';
$strNumSearchResultsTotal = '<b>Нийт:</b> <i>%s</i> олдоц(ууд)';
$strNumTables = 'Хүснэгт';
 
$strOK = 'Бэлэн';
$strOperations = 'Үйлдлүүд';
$strOperator = 'Оператор';
$strOptimizeTable = 'Хүснэгтийг зүгшрүүлэх';
$strOr = 'Эсвэл';
$strOverhead = 'Толгой дээр';
$strOverwriteExisting = 'Файл(ууд)-г дарж бичих';
 
$strPageNumber = 'Хуудасны дугаар:';
$strPagesToBeFlushed = 'Хуудсууд зайлагдсан';
$strPaperSize = 'Цаасны хэмжээ';
$strPartialText = 'Бичвэрийн зарим хэсэг';
$strPasswordChanged = '%s-ы нууц үг солигдлоо.';
$strPasswordEmpty = 'Нууц үг хоосон байна!';
$strPasswordHashing = 'Нууц үг хувиргах';
$strPassword = 'Нууц үг';
$strPasswordNotSame = 'Нууц їгнїїд ялгаатай байна!';
$strPdfDbSchema = '"%s" өгөгдлийн сангийн схем - Хуудас %s';
$strPdfInvalidTblName = 'Хүснэгт "%s" байхгүй байна!';
$strPdfNoTables = 'Хүснэгт алга';
$strPerHour = 'цагт';
$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 = 'Өмнөх';
$strPrimaryKeyHasBeenDropped = 'Үндсэн түлхүүр устгагдлаа';
$strPrimaryKeyName = 'Үндсэн түлхүүрийн нэр нь PRIMARY байх ёстой!';
$strPrimaryKeyWarning = '("PRIMARY" нь үндсэн түлхүүрийн нэр ба <b>зөвхөн</b> байх <b>хэрэгтэй</b>!)';
$strPrimary = 'Үндсэн';
$strPrint = 'Хэвлэх';
$strPrintViewFull = 'Хэвлэхээр харах (бүх бичвэртэй нь)';
$strPrintView = 'Хэвлэхээр харах';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Байгаа хүснэгтийн бүтцийг өөрчлөхийг зөвшөөрөх.';
$strPrivDescAlterRoutine = 'Хадгалагдсан заншил устгах, өөрчлөхийг зөвшөөрөх.';
$strPrivDescCreateDb = 'Шинэ өгөгдлийн сан, хүснэгт үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateRoutine = 'Хадгалагдсан заншил үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateTbl = 'Шинэ хүснэгт үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateTmpTable = 'Завсрын хүснэгт үүсгэхийг зөвшөөрөх.';
$strPrivDescCreateUser = 'Хэрэглэгчийн эрхийг үүсгэх, устгах, да.нэрлэхийг зөвшөөрөх.';
$strPrivDescCreateView = 'Шинэ харц үүсгэхийг зөвшөөрөх.';
$strPrivDescDelete = 'Өгөгдөл устгахыг зөвшөөрөх.';
$strPrivDescDropDb = 'ӨС, хүснэгт устгахыг зөвшөөрөх ';
$strPrivDescDropTbl = 'Хүснэгт устгахыг зөвшөөрөх.';
$strPrivDescExecute = 'Агуулагдсан (stored) процедурыг ажиллуулахыг зөвшөөрөх; MySQL-ын энэ хувилбарт үйлчлэлгүй.';
$strPrivDescExecute5 = 'Хадгалагдсан заншлыг ажиллуулахыг зөвшөөрөх.';
$strPrivDescFile = 'Өгөгдөл оруулах, файл руу гаргахыг зөвшөөрөх.';
$strPrivDescGrant = 'Хэрэглэгч болон онцгой эрхийг онцгой эрхийн хүснэгтийг дуудалгүй нэмэхийг зөвшөөрөх.';
$strPrivDescIndex = 'Индекс үүсгэх, устгахыг зөвшөөрөх.';
$strPrivDescInsert = 'Өгөгдөл нэмэх, солихыг зөвшөөрөх.';
$strPrivDescLockTables = 'Тухайн процесст хүснэгт түгжихийг зөвшөөрөх.';
$strPrivDescMaxConnections = 'Цаг тутамд шинээр холбогдох хэрэглэгчийн тоог хязгаарлах.';
$strPrivDescMaxQuestions = 'Цаг тутамд хэрэглэгчийн асуулт (query) илгээхийг хязгаарлах.';
$strPrivDescMaxUpdates = 'Цаг тутамд хэрэглэгчийн хүснэгт эсвэл өгөгдлийн сан солих командыг хязгаарлах.';
$strPrivDescProcess3 = 'Бусад хэрэглэгчийн процессыг үгүй хийхийг зөвшөөрөх.';
$strPrivDescProcess4 = 'Процессын жагсаалт дахь дууссан асуултыг харахыг зөвшөөрөх.';
$strPrivDescReferences = 'MySQL-ын энэ хувилбарт үйлчлэлгүй.';
$strPrivDescReload = 'Сервэрийн тохиргоог дахин дуудахыг зөвшөөрөх.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Өгөгдөл уншихыг зөвшөөрөх.';
$strPrivDescShowDb = 'Өгөгдлийн сангийн бүрэн жагсаалт руу хандахыг өгөх.';
$strPrivDescShowView = 'SHOW CREATE VIEW асуултыг хийхийг зөвшөөрөх.';
$strPrivDescShutdown = 'Сервэрийг унтраахыг зөвшөөрөх.';
$strPrivDescSuper = 'Хэрэв ХИ холболтын тоо гүйцсэн ч холбогдохыг зөвшөөрөх. Бусад хэрэглэгчийн процессыг үгүй хийх эсвэл глобал утгыг өөрчлөх шаардлагатай болно.';
$strPrivDescUpdate = 'Өгөгдөл солихыг зөвшөөрөх.';
$strPrivDescUsage = 'Онцгой эрхгүй.';
$strPrivileges = 'Онцгой эрхүүд';
$strPrivilegesReloaded = 'Онцгой эрхүүд дахин дуудагдлаа.';
$strProcesslist = 'Процессын жагсаалт';
$strPutColNames = 'Эхний мөрт талбаруудын нэрийг тавих';
 
$strQBEDel = 'Устгах';
$strQBEIns = 'Оруулах';
$strQBE = 'Асуулт (Query)';
$strQueryFrame = 'Асуултын цонх';
$strQueryOnDb = 'ӨС <b>%s</b> дахь SQL-асуулт:';
$strQuerySQLHistory = 'SQL түүх';
$strQueryStatistics = '<b>Асуултын статистик</b>: Эхэлснээс хойш, %s асуулт сервэр рүү илгээгдсэн.';
$strQueryTime = 'Асуулт нь %01.4f сек авлаа';
$strQueryType = 'Асуултын төрөл';
$strQueryWindowLock = 'Цонхны гаднаас энэ асуултыг давхарлахгүй байх';
 
$strReadRequests = 'Унших гуйлт';
$strReceived = 'Ирсэн';
$strRecords = 'Бичлэгүүд';
$strReferentialIntegrity = 'Үнэн зөв өгөгдлийг шалгах:';
$strRefresh = 'Да.дуудах';
$strRelationalSchema = 'Хамааралтай схем';
$strRelationNotWorking = 'Холбогдсон хүснэгтүүдтэй ажиллах нэмэлт онцлогууд идэвхгүй болжээ. %sЭнд%s дарж шалгах.';
$strRelationsForTable = 'Хүснэгтийн хамаарал';
$strRelations = 'Хамаарал';
$strRelationView = 'Хамаарал харах';
$strReloadingThePrivileges = 'Онцгой эрхийг дахин дуудаж байна';
$strReloadMySQL = 'MySQL-г да.дуудах';
$strRemoveSelectedUsers = 'Сонгогдсон хэрэглэгчдийг хасах';
$strRenameDatabaseOK = 'ӨС %s-н нэр нь %s-ээр солигджээ';
$strRenameTableOK = 'Хүснэгт %s-ын нэр %s болж өөрчлөгдлөө';
$strRenameTable = 'Хүснэгтийг да.нэрлэх';
$strRepairTable = 'Хүснэгт засах';
$strReplaceNULLBy = 'NULL-ыг орлуулах нь';
$strReplaceTable = 'Хүснэгтийн өгөгдлийг орлуулах файл';
$strReset = 'Да.эхлэх';
$strResourceLimits = 'Нөөцийн хязгаар';
$strReType = 'Дахин бич';
$strRevokeAndDeleteDescr = 'Онцгой эрхийг да.дуудтал хэрэглэгчид онцгой эрх USAGE -тэй байх болно.';
$strRevokeAndDelete = 'Устгахын төгсгөлд нь хэрэглэгчдээс идэвхтэй бүх онцгой эрхийг хүчингүй болгох.';
$strRevokeMessage = 'Онцгой эрх %s -ыг хүчингүй болголоо';
$strRevoke = 'Хүчингүй';
$strRomanian = 'Румын';
$strRowLength = 'Мөрийн урт';
$strRowsFrom = 'мөрийн эхлэх буй дугаар';
$strRowSize = ' Мөрийн хэмжээ ';
$strRowsModeFlippedHorizontal = 'хөндлөн (эргүүлэгдсэн толгойнууд)';
$strRowsModeHorizontal = 'хөндлөн';
$strRowsModeOptions = 'Төлөв %s-д ба %s нїдний дараа толгойнуудыг давтах';
$strRowsModeVertical = 'босоо';
$strRows = 'Мөрүүд';
$strRowsStatistic = 'Мөрийн статистик';
$strRunning = '%s дээр';
$strRunQuery = 'Асуултыг илгээх';
$strRunSQLQuery = 'Өгөгдлийн сан %s дээрх SQL асуултыг ажиллуулах';
$strRussian = 'Орос';
 
$strSaveOnServer = 'Сервэр дээрх хадгалах хавтас %s';
$strSave = 'Хадгалах';
$strScaleFactorSmall = 'Хэт жижиг схемийг нэг хуудсанд дүүргэх';
$strSearch = 'Хайх';
$strSearchFormTitle = 'Өгөгдлийн санд хайх';
$strSearchInTables = 'Хүснэгт(үүд) дотор:';
$strSearchNeedle = 'Үг(үүд) ба утга(ууд) -ыг хайх (түлхүүр "%"):';
$strSearchOption1 = 'Үгүүдийн ядаж нэгээр';
$strSearchOption2 = 'бүх үг';
$strSearchOption3 = 'яг цав өгүүлбэр';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Хайлтын үр дүн "<i>%s</i>" %s:';
$strSearchType = 'Хайх:';
$strSecretRequired = 'Тохиргооны файл одоо нууцлал шаардаж байна (blowfish_secret).';
$strSelectADb = 'Өгөгдлийн сан сонго';
$strSelectAll = 'Бүгдийг сонгох';
$strSelectBinaryLog = 'Харах хоёртын log сонго';
$strSelectFields = 'Талбар сонгох (ядаж нэгийг):';
$strSelectNumRows = 'асуултад';
$strSelectTables = 'Хүснэгтүүд сонго';
$strSend = 'Илгээх';
$strSent = 'Илгээгдэв';
$strServerChoice = 'Сервэр сонго';
$strServer = 'Сервэр';
$strServerNotResponding = 'Сервэрээс хариу алга';
$strServerStatusUptime = 'Энэ MySQL сервэр %s-д ажиллаж байна. Эхэлсэн нь %s.';
$strServerStatus = 'Ажиллах үеийн мэдээлэл';
$strServerTabProcesslist = 'Процессууд';
$strServerTabVariables = 'Утгууд';
$strServerTrafficNotes = '<b>Гуйвуулга</b>: Эдгээр хүснэгтүүд нь MySQL сервэр эхэлсэн үеэс сүлжээний гуйвуулгыг харуулна.';
$strServerVars = 'Сервэрийн утгууд болон тохиргоонууд';
$strServerVersion = 'Сервэрийн хувилбар';
$strSessionValue = 'Сессон утга';
$strSetEnumVal = 'Хэрэв талбарын төрөл нь "enum" ба "set", бол оруулах өгөгдлийн тогтнол нь: \'a\',\'b\',\'c\'...<br />Хэрэв буруу ташуу зураас ("\"") эсвэл дан хашилт ("\'") тавих шаардлагатай бол буруу ташуу зураасыг давхар хэрэглэ. (Ж: \'\\\\xyz\' эсвэл \'a\\\'b\').';
$strShowAll = 'Бүгдийг харах';
$strShowColor = 'Өнгө харах';
$strShowDatadictAs = 'Өгөгдлийн толийн тогтнол';
$strShowFullQueries = 'Бүтэн асуулт харуулах';
$strShowGrid = 'Тор харуулах';
$strShowingRecords = 'Мөрүүдийг харуулж байна ';
$strShow = 'Харах';
$strShowPHPInfo = 'PHP -ийн мэдээлэл харах';
$strShowTableDimension = 'Хүснэгтийн харьцаа харуулах';
$strShowTables = 'Хүснэгтүүдийг харуулах';
$strShowThisQuery = ' Уг асуултыг энд дахин харуулах ';
$strSimplifiedChinese = 'Энгийн хятад';
$strSingly = '(дан)';
$strSize = 'Хэмжээ';
$strSlovak = 'Словак';
$strSlovenian = 'Словени';
$strSocketProblem = '(эсвэл дотоод MySQL сервэрийн socket нь зөв тохируулагдаагүй)';
$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 = 'Үүсгэлт';
$strStatement = 'Баримтжуулал';
$strStatUpdateTime = 'Сүүлийн шинэчлэл';
$strStatus = 'Статус';
$strStorageEngine = 'Агуулах хөдөлгүүр';
$strStorageEngines = 'Агуулах хөдөлгүүрүүд';
$strStrucCSV = 'CSV өгөгдөл';
$strStrucData = 'Бүтэц ба өгөгдөл';
$strStrucDrop = 'Хүснэгт устгах-ыг нэмэх';
$strStrucExcelCSV = 'CSV өгөгдлийг MS Excel-ээр';
$strStrucNativeExcel = 'Өгөгдөл MS Excel-ээс';
$strStrucOnly = 'Зөвхөн бүтэц';
$strStructPropose = 'Хүснэгтийн бүтцийг таниулах';
$strStructure = 'Бүтэц';
$strSubmit = 'Илгээ';
$strSuccess = 'Таны SQL-асуулт амжилттай ажиллав';
$strSum = 'Нийт';
$strSwedish = 'Швед';
$strSwitchToDatabase = 'Хуулагдсан ӨС руу шилжих';
$strSwitchToTable = 'Хуулагдсан хүснэгт рүү шилжих';
 
$strTableComments = 'Хүснэгтийн тайлбар';
$strTableEmpty = 'Хүснэгтийн нэр хоосон байна!';
$strTableHasBeenDropped = 'Хүснэгт %s нь устгагдлаа';
$strTableHasBeenEmptied = 'Хүснэгт %s нь хоослогдлоо';
$strTableHasBeenFlushed = 'Хүснэгт %s нь flushed боллоо';
$strTableMaintenance = 'Хүснэгтийн ашиглалт';
$strTableOfContents = 'Агуулгын хүснэгт';
$strTable = 'Хүснэгт ';
$strTableOptions = 'Хүснэгтийн сонголтууд';
$strTables = '%s хүснэгт(үүд)';
$strTableStructure = 'Хүснэгтийн бүтэц';
$strTableType = 'Хүснэгтийн төрөл';
$strTakeIt = 'авах';
$strTblPrivileges = ' Хүснэгтийн тусгай онцгой эрхүүд';
$strTextAreaLength = ' Яагаад гэвэл урт нь их,<br /> энэ талбар засагдахгүй ';
$strThai = 'Таи';
$strTheme = 'Арьс / Загвар';
$strThisHost = 'Энэ хост';
$strThisNotDirectory = 'Энэ хавтас биш байна';
$strThreadSuccessfullyKilled = 'Thread %s нь устгагдав.';
$strTime = 'Цаг';
$strToggleScratchboard = 'toggle scratchboard';
$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';
$strTransformation_text_plain__dateformat = 'TIME, TIMESTAMP эсвэл DATETIME талбар ба тогтнол нь таны дотоод цагийн тогтлыг хэрэглэнэ. Эхний сонголт - нэмэгдэх timestamp -ын байрлал (цагаар) (Анхдагч: 0). Хоёр дахь сонголт - PHP strftime()-ын идэвхтэй өгөгдлөөр ялгаатай dateformat авна.';
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';
$strTransformation_text_plain__formatted = 'Талбарын жинхэнэ тогтнолыг хамгаалах. Өөр дуусна.';
$strTransformation_text_plain__imagelink = 'Зураг болон холбоосыг харуулж байна, талбар нь файлнэр агуулна; эхний сонголт - энэ нь өмнө нь тавигдах "http://domain.com/", хоёр дахь сонголт - өргөн цэгээр, гурав дахь - өндөр.';
$strTransformation_text_plain__link = 'Холбоос харуулж байна, талбар нь файлнэр агуулна; эхний сонголт - энэ нь өмнө нь тавигдах "http://domain.com/", хоёр дахь - холбоосын гарчгийг авна.';
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...).';
$strTruncateQueries = 'Truncate Shown Queries';
$strTurkish = 'Турк';
$strType = 'Төрөл';
 
$strUkrainian = 'Украин';
$strUncheckAll = 'Бүх чагтыг болих';
$strUnicode = 'Юникод';
$strUnique = 'Үл давтагдах';
$strUnknown = 'үлмэдэх';
$strUnselectAll = 'Бүх сонгосныг болих';
$strUpdatePrivMessage = 'Онцгой эрх шинэчлэгдлээ';
$strUpdateProfileMessage = 'Профиль шинэчлэгдлээ.';
$strUpdateQuery = 'Update асуулт';
$strUpdComTab = 'Column_comments Хүснэгтийн хэрхэн шинэчлэх талаар баримтжууллаас харна уу';
$strUpgrade = 'Та хувилбар %s -г %s -ээр сайжруулах хэрэгтэй эсвэл дараа.';
$strUsage = 'Ашиглалт';
$strUseBackquotes = 'Хүснэгт ба талбарын нэрийг буруу хашилтаар хаах';
$strUseHostTable = 'Хост хүснэгт хэрэглэх';
$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 = 'Хувилбарын мэдээлэл';
$strViewDumpDatabases = 'ӨС-ийн схем харах';
$strViewDumpDB = 'ӨС-ийн схем харах';
$strViewDump = 'Хүснэгтийн схем харах';
$strViewHasBeenDropped = 'Харц %s нь устгагдсан';
$strView = 'Харц';
 
$strWebServerUploadDirectoryError = 'Таны сонгосон хавтас "upload" хийгдэхгүй байна';
$strWebServerUploadDirectory = 'web-сервэр түлхэх хавтас';
$strWelcome = '%s-д тавтай морилно уу';
$strWestEuropean = 'Баруун-Европ';
$strWildcard = 'загвар';
$strWindowNotFound = 'Зорилтот хөтчийн цонх шинэчлэгдсэнгүй. Магадгүй та эх цонхыг хаасан эсвэл таны хөтөч хамгаалалтын тохиргооны улмаас шинэчлэлтийг хориглогдсон';
$strWithChecked = 'Сонгогдсонтой:';
$strWriteRequests = 'Бичих гуйлт';
$strWritingCommentNotPossible = 'Боломжгүй тайлбар бичиж байна';
$strWritingRelationNotPossible = 'Боломжгүй хамаарал бичиж байна';
$strWrongUser = 'Нэвтрэгч/нууц үг буруу. Хандах боломжгүй';
 
$strXML = 'XML';
 
$strYes = 'Тийм';
 
$strZeroRemovesTheLimit = 'Тэмдэглэл: Тохируулгын сонголтыг 0 (тэг) болговол хязгаарыг хасна.';
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/norwegian-iso-8859-1.inc.php
0,0 → 1,983
<?php
/* $Id: norwegian-iso-8859-1.inc.php,v 2.132.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Sven-Erik Andersen <sven-erik.andersen at pkf107.no>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B, %Y klokka %H:%M %p';
$timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Avbrutt';
$strAbsolutePathToDocSqlDir = 'Vennligst skriv inn den absolutte stien på webtjeneren til docSQL katalogen';
$strAccessDeniedCreateConfig = 'En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør kanskje bruke %1$ssetup script%2$s for å opprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøkte å koble til MySQL-serveren, og serveren avviste tilkoblingen. Du må kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.';
$strAccessDenied = 'Ingen tilgang';
$strAction = 'Handling';
$strAddAutoIncrement = 'Legg til AUTO_INCREMENT verdi';
$strAddConstraints = 'Legg til begrensninger';
$strAddDeleteColumn = 'Legg til/Slett kolonne';
$strAddDeleteRow = 'Legg til/Slett kriterierad';
$strAddDropDatabase = 'Legg til DROP DATABASE';
$strAddedColumnComment = 'Lagt til kolonnekommentar';
$strAddedColumnRelation = 'Lagt til relasjon for kolonne';
$strAddFields = 'Legg til %s felt(er)';
$strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)';
$strAddIfNotExists = 'Legg til IF NOT EXISTS';
$strAddIntoComments = 'Legg til i kommentarer';
$strAddNewField = 'Legg til felt';
$strAddPrivilegesOnDb = 'Legg til privilegier til følgende database';
$strAddPrivilegesOnTbl = 'Legg til privilegier til følgende tabell';
$strAddSearchConditions = 'Legg til søkekriterier (innhold i "where"-setningen):';
$strAddToIndex = 'Legg til indeks&nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Legg til en ny bruker';
$strAddUserMessage = 'Du har lagt til en ny bruker.';
$strAdministration = 'Administrasjon';
$strAffectedRows = 'Berørte rader:';
$strAfter = 'Etter %s';
$strAfterInsertBack = 'Returner';
$strAfterInsertNewInsert = 'Sett inn en ny post';
$strAfterInsertNext = 'Rediger neste rad';
$strAfterInsertSame = 'Tilbake til denne siden';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillat avbrudd av importering i tilfelle skriptet oppdager at det er rett før det når tidsavbrudd. Dette kan være en god måte å importere store filer på, men det kan knekke transaksjoner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Endre tabellrekkefølge ved';
$strAnalyzeTable = 'Analyser tabell';
$strAnd = 'og';
$strAndThen = 'og så';
$strAnIndex = 'En indeks har blitt lagt til %s';
$strAny = 'Alle';
$strAnyHost = 'Alle verter';
$strAnyUser = 'Alle brukere';
$strApproximateCount = 'Kan være unøyaktig. Se FAQ 3.11';
$strAPrimaryKey = 'En primærnøkkel har blitt lagt til %s';
$strArabic = 'arabisk';
$strArmenian = 'armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'Ved begynnelsen av tabellen';
$strAtEndOfTable = 'Ved slutten av tabellen';
$strAttr = 'Attributter';
$strAutodetect = 'Automatisk oppdaging';
$strAutomaticLayout = 'Automatisk disposisjon';
 
$strBack = 'Tilbake';
$strBaltic = 'baltisk';
$strBeginCut = 'START KUTT';
$strBeginRaw = 'START UFORMATERT';
$strBinary = ' Binær ';
$strBinaryDoNotEdit = ' Binær - må ikke redigeres ';
$strBinaryLog = 'Binærlogg';
$strBinLogEventType = 'Hendelsestype';
$strBinLogInfo = 'Informasjon';
$strBinLogName = 'Loggnavn';
$strBinLogOriginalPosition = 'Original posisjon';
$strBinLogPosition = 'Posisjon';
$strBinLogServerId = 'Tjener ID';
$strBookmarkAllUsers = 'La alle brukere ha adgang til dette bokmerket';
$strBookmarkCreated = 'Bokmerke %s opprettet';
$strBookmarkDeleted = 'Bokmerket har blitt slettet.';
$strBookmarkLabel = 'Navn';
$strBookmarkQuery = 'Lagret SQL-spørring';
$strBookmarkReplace = 'Erstatt eksisterende bokmerke med samme navn';
$strBookmarkThis = 'Lagre denne SQL-spørringen';
$strBookmarkView = 'Bare se';
$strBrowseDistinctValues = 'Se gjennom distinkte verdier';
$strBrowseForeignValues = 'Se de eksterne verdiene';
$strBrowse = 'Se på';
$strBufferPoolActivity = 'Mellomlageraktivitet';
$strBufferPool = 'Mellomlager';
$strBufferPoolUsage = 'Mellomlagerbruk';
$strBufferReadMissesInPercent = 'Lesebommer i %';
$strBufferReadMisses = 'Lesebommer';
$strBufferWriteWaitsInPercent = 'Skriveforsinkelser i %';
$strBufferWriteWaits = 'Skriveforsinkelser';
$strBulgarian = 'bulgarsk';
$strBusyPages = 'Opptatte sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpede data fordi Bz2 tillegget til denne php versjonen er ødelagt. Vi anbefaler på det sterkeste at du setter <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurasjonsfil til <code>FALSE</code>. Hvis du ønsker å bruke Bz2 komprimerings funksjonene, så bør du oppgradere til en nyere php versjon. Se php bug rapport %s for detaljer.';
$strBzip = 'Komprimert (bz2)';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!';
$strCannotLogin = 'Kan ikke logge inn til MySQL tjeneren';
$strCantLoad = 'Kan ikke starte %s tillegget,<br />vennligst kontroller PHP-konfigurasjonen';
$strCantLoadRecodeIconv = 'Kan ikke laste iconv- eller recode-modulen som trengs for tegnsett konvertering, konfigurer php slik at disse kan lastes eller slå av tegnsettkonvertering i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke endre indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruke hverken iconv, libiconv eller recode_string funksjonene selv om modulene sier de er lastet. Sjekk din php-konfigurasjon.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'uavhengig av bokstavstørrelse';
$strCaseSensitive = 'avhengig av bokstavstørrelse';
$strCentralEuropean = 'sentraleuropeisk';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyModeDeleteAndReload = ' ... slett den gamle fra brukertabellene og deretter oppfrisk privilegiene.';
$strChangeCopyModeJustDelete = ' ... slett den gamle fra brukertabellene.';
$strChangeCopyMode = 'Opprett ny bruker med de samme privilegier og ...';
$strChangeCopyModeRevoke = ' ... tilbakekall alle aktive privilegier fra den gamle og slett den etterpå.';
$strChangeCopyUser = 'Endre innloggingsinformasjon / kopiere bruker';
$strChangeDisplay = 'Velg felt for visning';
$strChange = 'Endre';
$strChangePassword = 'Endre passord';
$strCharsetOfFile = 'Filens tegnsett:';
$strCharsetsAndCollations = 'Tegnsett og sammenligninger';
$strCharsets = 'Tegnsett';
$strCharset = 'Tegnsett';
$strCheckAll = 'Merk alle';
$strCheckOverhead = 'Kontroller overheng';
$strCheckPrivs = 'Kontroller privilegier';
$strCheckPrivsLong = 'Kontroller privilegier for databasen &quot;%s&quot;.';
$strCheckTable = 'Kontroller tabell';
$strChoosePage = 'Vennligst velg en side for redigering';
$strColComFeat = 'Vis kolonnekommentarer';
$strCollation = 'Sammenligning';
$strColumnNames = 'Kolonnenavn';
$strColumnPrivileges = 'Kolonne-spesifikke privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'TABELLKOMMENTARER';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette innlegg';
$strCompression = 'Kompresjon';
$strCompressionWillBeDetected = 'Komprimering av importerte filer vil bli automatisk oppdaget fra: %s';
$strConfigDefaultFileError = 'Kunne ikke laste standard konfigurasjonsfil fra: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunne ikke lese din konfigurasjonsfil!<br />Dette kan skje hvis PHP finner en syntaksfeil eller ikke kan finne filen.<br />Vennligst kall opp konfigurasjonsfilen direkte via linken under og les PHP feilmeldingen(e) som du vil få. I de fleste tilfeller så mangler det et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side så er alt ok.';
$strConfigureTableCoord = 'Vennligst konfigurer koordinatene for tabell %s';
$strConnectionError = 'Kan ikke koble til: ugyldige innstillinger.';
$strConnections = 'tilkoblinger';
$strConstraintsForDumped = 'Begrensninger for dumpede tabeller';
$strConstraintsForTable = 'Begrensninger for tabell';
$strCookiesRequired = 'Cookies må være slått på forbi dette punkt.';
$strCopyDatabaseOK = 'Databasen %s har blitt kopiert til %s';
$strCopy = 'Kopier';
$strCopyTable = 'Kopier tabell til (database<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s er kopiert til %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til samme navn!';
$strCouldNotKill = 'phpMyAdmin kunne ikke avslutte tråd %s. Den er sansynligvis alt avsluttet.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Lag en indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lag en ny indeks';
$strCreateNewDatabase = 'Opprett ny database';
$strCreateNewTable = 'Opprett ny tabell i database %s';
$strCreate = 'Opprett';
$strCreatePage = 'Lag en ny side';
$strCreatePdfFeat = 'Lag PDF-dokumenter';
$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldateo';
$strCriteria = 'Kriterier';
$strCroatian = 'kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV innstillinger';
$strCSVOptions = 'CSV valg';
$strCyrillic = 'kyrillisk';
$strCzechSlovak = 'Tjekkoslovakisk';
$strCzech = 'tjekkisk';
 
$strDanish = 'dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasens navn er tomt!';
$strDatabaseExportOptions = 'Databaseeksportinnstillinger';
$strDatabaseHasBeenDropped = 'Databasen %s har blitt slettet';
$strDatabaseNoTable = 'Denne databasen har ingen tabeller!';
$strDatabases = 'databaser';
$strDatabasesDropped = '%s databasene har blitt slettet.';
$strDatabasesStatsDisable = 'Slå av statistikk';
$strDatabasesStatsEnable = 'Slå på statistikk';
$strDatabasesStatsHeavyTraffic = 'OBS: Når du slår på Databasestatistikk så kan det medføre stor traffik mellom webtjeneren og MySQL-tjeneren.';
$strDatabasesStats = 'Statistikk for databaser';
$strData = 'Data';
$strDataDict = 'Dataordbok';
$strDataOnly = 'Bare data';
$strDataPages = 'Sider som inneholder data';
$strDBComment = 'Database kommentar: ';
$strDBCopy = 'Kopier databasen til';
$strDBGContextID = 'Sammenhengs-ID';
$strDBGContext = 'Sammenheng';
$strDBGHits = 'Treff';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Treff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-spesifikke privilegier';
$strDBRename = 'Endre databasens navn til';
$strDbSpecific = 'databasespesifikk';
$strDefaultEngine = '%s er standard lagringsmotor for denne MySQL tjeneren.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Sett inn en enkelt verdi for standard verdier uten skråstrek, anførselstegn eller annen &quot;escaping&quot; med dette formatet: a';
$strDefragment = 'Defragmenter tabell';
$strDelayedInserts = 'Bruk forsinkede innsettinger';
$strDeleteAndFlushDescr = 'Dette er den beste måten, men oppfrisking av privilegiene kan ta litt tid.';
$strDeleteAndFlush = 'Slett brukeren og oppfrisk privilegiene etterpå.';
$strDeleted = 'Raden er slettet';
$strDeletedRows = 'Slettede rader:';
$strDeleteNoUsersSelected = 'Ingen brukere merket for sletting!';
$strDelete = 'Slett';
$strDeleting = 'Sletter %s';
$strDelOld = 'Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?';
$strDescending = 'Synkende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbok';
$strDirtyPages = 'Endrede sider';
$strDisabled = 'Avslått';
$strDisableForeignChecks = 'Slå av kontroll av fremmednøkler';
$strDisplayFeat = 'Vis egenskaper';
$strDisplayOrder = 'Visningsrekkefølge:';
$strDisplayPDF = 'Vis PDF-skjema';
$strDoAQuery = 'Utfør en "spørring ved eksempel" (jokertegn: "%")';
$strDocu = 'Dokumentasjon';
$strDoYouReally = 'Vil du virkelig ';
$strDropDatabaseStrongWarning = 'Du er i ferd med å SLETTE en komplett database!';
$strDrop = 'Slett';
$strDropUsersDb = 'Slett databasene som har det samme navnet som brukerne.';
$strDumpingData = 'Dataark for tabell';
$strDumpSaved = 'Dump har blitt lagret til fila %s.';
$strDumpXRows = 'Dumpe %s rader fra rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Endre';
$strEditPDFPages = 'Rediger PDF-sider';
$strEditPrivileges = 'Rediger privilegier';
$strEffective = 'Effektiv';
$strEmptyResultSet = 'MySQL returnerte ett tomt resultat (m.a.o. ingen rader).';
$strEmpty = 'Tøm';
$strEnabled = 'Påslått';
$strEncloseInTransaction = 'Inneslutt eksport i en transaksjon';
$strEndCut = 'STOPP KUTT';
$strEndRaw = 'STOPP UFORMATERT';
$strEnd = 'Slutt';
$strEngineAvailable = '%s er tilgjengelig på denne MySQL theneren.';
$strEngineDisabled = '%s har blitt dekativert for denne MySQL tjeneren.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denne MySQL tjeneren har ikke støtte for %s lagringsmotoren.';
$strEnglish = 'engelsk';
$strEnglishPrivileges = 'OBS: MySQL privilegiumnavn er på engelsk';
$strError = 'Feil';
$strErrorInZipFile = 'Feil i ZIP arkivet:';
$strEscapeWildcards = 'Jokertegnene _ og % må beskyttes med en \ for å bruke dem direkte';
$strEsperanto = 'Esperanto';
$strEstonian = 'estisk';
$strExcelEdition = 'Excel-versjon';
$strExcelOptions = 'Excel-innstillinger';
$strExecuteBookmarked = 'Utfør lagret spørring';
$strExplain = 'Forklar SQL';
$strExport = 'Eksporter';
$strExtendedInserts = 'Utvidete innlegg';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Feilede forsøk';
$strField = 'Felt';
$strFieldHasBeenDropped = 'Feltet %s har blitt slettet';
$strFieldsEmpty = ' Antall felter er tommt! ';
$strFieldsEnclosedBy = 'Felter omsluttet av';
$strFieldsEscapedBy = 'Felter beskyttet med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter avsluttet med';
$strFileAlreadyExists = 'Fila %s eksisterer alt på serveren, endre navnet eller merk av for overskriving av fil.';
$strFileCouldNotBeRead = 'Fila kunne ikke leses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescription = 'Denne verdien blir tolket slik som %1$sstrftime%2$s, så du kan bruke tidformateringsstrenger. I tillegg vil følgende transformasjoner skje: %3$s. All annen tekst beholdes som den er.';
$strFileNameTemplateDescriptionServer = 'tjenernavn';
$strFileNameTemplateDescriptionTable = 'tabellnavn';
$strFileNameTemplate = 'Filnavnsmal';
$strFileNameTemplateRemember = 'husk malen';
$strFileToImport = 'Fil for importering';
$strFixed = 'statisk';
$strFlushPrivilegesNote = 'Merk: phpMyAdmin får brukerprivilegiene direkte fra MySQL privilegietabeller. Innholdet i disse tabellene kan være forskjellig fra de privilegiene tjeneren bruker hvis det er utført manuelle endringer på den. I så fall bør du %soppfriske privilegiene%s før du fortsetter.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Oppfrisk tabellen ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Manglende verdi i skjemaet!';
$strFreePages = 'Ledige sider';
$strFullText = 'Hele strenger';
$strFunction = 'Funksjon';
 
$strGenBy = 'Generert av';
$strGeneralRelationFeat = 'Generelle relasjonsegenskaper';
$strGenerate = 'Generer';
$strGeneratePassword = 'Generer passord';
$strGenTime = 'Generert den';
$strGeorgian = 'Georgisk';
$strGerman = 'tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global verdi';
$strGo = 'Utfør';
$strGrantOption = 'Rettighet';
$strGreek = 'gresk';
$strGzip = 'Komprimert (gz)';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er endret.';
$strHasBeenCreated = 'er opprettet.';
$strHaveToShow = 'Du må velge minst en kolonne for visning';
$strHebrew = 'hebraisk';
$strHexForBinary = 'Bruk heksadesimal for binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Offisiell phpMyAdmin-hjemmeside';
$strHostEmpty = 'Vertsnavnet er tomt!';
$strHost = 'Vert';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportinnstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportinnstillinger';
$strHungarian = 'ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fulltekst';
$strIgnoreDuplicates = 'Ignorer dupliserte rader';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Bruk ignore inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL-filer';
$strImportFiles = 'Importer filer';
$strImportFormat = 'Formatet til importert fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Importen er fullført, %d spørringer utført.';
$strIndexes = 'Indekser';
$strIndexHasBeenDropped = 'Indeksen %s har blitt slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mer enn en %s nøkkel ble opprettet for kolonne `%s`';
$strIndexWarningPrimary = 'Både PRIMARY og INDEX nøkler bør ikke settes for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene i tabellen `%s`';
$strIndexWarningUnique = 'Både UNIQUE og INDEX nøkler bør ikke settes for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoforstørrende økning';
$strInnoDBAutoextendIncrementDesc = 'Økningen som brukes for å forstørre et autoforstørrende tabellager når den blir full.';
$strInnoDBBufferPoolSizeDesc = 'størrelsen på datalageret InnoDB bruker for å mellomlagre data og indekser for sine tabeller.';
$strInnoDBBufferPoolSize = 'Mellomlagerstørrelse';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Datalagringsmappe';
$strInnoDBDataHomeDirDesc = 'Felles del av filsti for alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten passord) som korrensponderer med MySQLs standard priviligerte brukerkonto. Din MySQL-tjener kjører med denne standardinnstillingen, er åpen for misbruk, og du burde fikse dette sikkerhetshullet snarest.';
$strInsertAsNewRow = 'Sett inn som ny rad';
$strInsertedRowId = 'Satt inn rad id:';
$strInsertedRows = 'Innsatte rader:';
$strInsertNewRow = 'Sett inn ny rad';
$strInsert = 'Sett inn';
$strInternalNotNecessary = '* En intern relasjon er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relasjoner';
$strInUse = 'i bruk';
$strInvalidAuthMethod = 'Ugyldig autentiseringsmetode satt opp i konfigureringen:';
$strInvalidColumnCount = 'Antall kolonner må være større enn null.';
$strInvalidColumn = 'Ugyldig kollonne (%s) angitt!';
$strInvalidCSVFieldCount = 'Ugyldig antall felt i CSV importen i linje %d.';
$strInvalidCSVFormat = 'Ugyldig format i CSV importen i linje %d.';
$strInvalidCSVParameter = 'Ugyldig parameter for CSV import: %s';
$strInvalidFieldAddCount = 'Du må sette inn minst ett felt.';
$strInvalidFieldCount = 'Tabellen må ha minst ett felt.';
$strInvalidLDIImport = 'Dette tillegget støtter ikke komprimerte importeringer!';
$strInvalidRowNumber = '%d er ikke et gyldig radnummer.';
$strInvalidServerHostname = 'Ugyldig tjenernavn for tjener %1$s. Kontroller din konfigurasjon.';
$strInvalidServerIndex = 'Ugyldig tjenerindeks: "%s"';
 
$strJapanese = 'japansk';
$strJoins = 'Sammenføyninger';
$strJumpToDB = 'Hopp til databasen &quot;%s&quot;.';
$strJustDelete = 'Bare slett brukerne fra privilegium tabellene.';
$strJustDeleteDescr = 'Den &quot;slettede&quot; brukeren vil fortsatt kunne bruke tjeneren som normalt inntill privilegiene er oppfrisket.';
 
$strKeepPass = 'Ikke endre passordet';
$strKeyCache = 'Nøkkelmellomlager';
$strKeyname = 'Nøkkel';
$strKill = 'Avslutt';
$strKorean = 'koreansk';
 
$strLandscape = 'Landskapsformat';
$strLanguageFileNotFound = 'Språkfil "%1$s" ble ikke funnet.';
$strLanguageUnknown = 'Ukjent språk: %1$s.';
$strLatchedPages = 'Tilknyttede sider';
$strLatexCaption = 'Tabelloverskrift';
$strLatexContent = 'Innhold i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsettet tabelloverskrift';
$strLatexContinued = '(fortsettet)';
$strLatexIncludeCaption = 'Inkluder tabelloverskrift';
$strLatexLabel = 'Merkelappnøkkel';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX innstillinger';
$strLatexStructure = 'Struktur i tabell __TABLE__';
$strLatvian = 'Latvisk';
$strLDI = 'CSV med LOAD DATA';
$strLDIImportOptions = 'Innstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Bruk LOCAL nøkkelord';
$strLengthSet = 'Lengde/Sett*';
$strLimitNumRows = 'Antall poster per side';
$strLinesTerminatedBy = 'Linker avsluttet med';
$strLinkNotFound = 'Link ikke funnet';
$strLinksTo = 'Linker til';
$strLithuanian = 'lithauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Plassering av filen';
$strLoginInformation = 'Innlogingsinformasjon';
$strLogin = 'Logg inn';
$strLogout = 'Logg ut';
$strLogPassword = 'Passord:';
$strLogServer = 'Tjener';
$strLogUsername = 'Brukernavn:';
$strLongOperation = 'Denne operasjonen kan ta lang tid. Ønsker du å fortsette?';
 
$strMaxConnects = 'maks. samtidige tilkoblinger';
$strMaximalQueryLength = 'Maksimum lengde av opprettet spørring';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP tillegget mbstring ble ikke funnet og det ser ut til at du bruker et flerbyte tegnsett. Uten mbstring-tillegget så kan ikke phpMyAdmin splitte strenger korrekt og dette kan medføre uønskede resultater.';
$strMbOverloadWarning = 'Du har slått på mbstring.func_overload i din PHP konfigurasjon. Denne opsjonen er ikke kompatibel med phpMyAdmin og kan medføre skader på data!';
$strMIME_available_mime = 'Tilgjengelige MIME-typer';
$strMIME_available_transform = 'Tilgjengelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Ingen beskrivelse er tilgjengelig for denne transformasjonen.<br />Spør forfatteren hva %s gjør.';
$strMIME_transformation = 'Nettvisertransformasjon';
$strMIME_transformation_note = 'For en liste over tilgjengelige transformasjonsvalg, klikk på %stransformasjonsbeskrivelser%s';
$strMIME_transformation_options_note = 'Skriv inn verdiene for transformasjon med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du trenger å bruke en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene så sett en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformasjonsvalg';
$strMIMETypesForTable = 'MIME TYPER FOR TABELLEN';
$strMIME_without = 'MIME-typer skrevet i kursiv har ikke en separat transformasjonsfunksjon';
$strModifications = 'Endringene er lagret';
$strModify = 'Endre';
$strModifyIndexTopic = 'Endre en indeks';
$strMoveTable = 'Flytt tabell til (database<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har blitt flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til samme navn!';
$strMultilingual = 'flerspråkelig';
$strMyISAMDataPointerSize = 'Datapekerstørrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pekerstørrelse i bytes, som brukes av CREATE TABLE for MyISAM tabeller når ingen MAX_ROWS innstillinger er spesifisert.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fila brukt for hurtig MyISAM indeksopprettelse ville bli større enn å bruke nøkkelmellomlager med størrelsen spesifisert her, så bruk nøkkellagermetoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimum størrelse for midlertidige filer under indeksopprettelse';
$strMyISAMMaxSortFileSizeDesc = 'Maksimum størrelse for den midlertidige fila MySQL har lov til å bruke når den gjennoppretter en MyISAM indeks (med spørringene REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimum størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk gjennopprettignsmodus';
$strMyISAMRecoverOptionsDesc = 'Modusen for automatisk gjennoppretting av MyISAM tabeller som har kræsjet, konfigurert via --myisam-recover tjeneroppstartsinnstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne verdien er større enn 1 så blir MyISAM tabellindekser opprettet parallelt (hver indeks i sin egen tråd) under REPAIR av sorteringsprosessen.';
$strMyISAMRepairThreads = 'Reparer tråder';
$strMyISAMSortBufferSizeDesc = 'Bufferet som brukes ved sortering av MyISAM indekser under en REPAIR TABLE eller når indekser blir opprettet med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorteringsbufferstørrelse';
$strMySQLCharset = 'MySQL-tegnsett';
$strMysqlClientVersion = 'MySQL klientversjon';
$strMySQLConnectionCollation = 'Kollasjon av MySQL-oppkobling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Vis prosesser';
$strMySQLShowStatus = 'Vis MySQL driftsstatus';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Neste';
$strNoActivity = 'Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser er valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren.';
$strNoDropDatabases = '"DROP DATABASE"-uttrykk er avslått.';
$strNoExplain = 'Ikke forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer funnet inne i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mer brukervennlig med en <b>rammekapabel</b> nettleser.';
$strNoIndex = 'Ingen indeks definert!';
$strNoIndexPartsDefined = 'Ingen indeksdeler definert!';
$strNoModification = 'Ingen endring';
$strNo = 'Nei';
$strNone = 'Ingen';
$strNoOptions = 'Dette formatet har ingen valg';
$strNoPassword = 'Intet passord';
$strNoPermission = 'Webserveren har ikke tillatelse til å lagre fila %s.';
$strNoPhp = 'uten PHP kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke nok rettigheter til å være her nå!';
$strNoRowsSelected = 'Ingen rader valgt';
$strNoSpace = 'Ikke nok plass til å lagre fila %s.';
$strNoTablesFound = 'Ingen tabeller i databasen.';
$strNoThemeSupport = 'Ikke støtte for maler, kontroller konfigureringen og/eller dine maler i katalogen %s.';
$strNothingToImport = 'Du skrev ikke inn noe data for import!';
$strNotNumber = 'Dette er ikke ett tall!';
$strNotOK = 'ikke OK';
$strNotSet = '<b>%s</b> tabellen ble ikke funnet eller ikke konfigurert i %s';
$strNoUsersFound = 'Ingen bruker(e) funnet.';
$strNoValidateSQL = 'Ikke teste SQL';
$strNull = 'Null';
$strNumberOfFields = 'Antall felter';
$strNumSearchResultsInTable = '%s treff i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> treff';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åpne nytt phpMyAdmin vindu';
$strOperations = 'Operasjoner';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiser tabell';
$strOr = 'Eller';
$strOverhead = 'Overheng';
$strOverwriteExisting = 'Overskriv eksisterende fil(-er)';
 
$strPageNumber = 'Sidenummer:';
$strPagesToBeFlushed = 'Sider som skal tømmes';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis importering';
$strPartialText = 'Delvis tekst';
$strPasswordChanged = 'Passordet til %s er endret.';
$strPasswordEmpty = 'Passordet er blankt!';
$strPasswordHashing = 'Passordnøkling';
$strPasswordNotSame = 'Passordene er ikke like!';
$strPassword = 'Passord';
$strPdfDbSchema = 'Skjema for "%s"-databasen - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" eksisterer ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF innstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttittel';
$strPerHour = 'per time';
$strPerMinute = 'per minutt';
$strPerSecond = 'per sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonkatalog';
$strPHP40203 = 'Du bruker PHP 4.2.3, som har en alvorlig feil med flerbyte-strenger (mbstring). Se PHP-feilrapport 19404. Denne versjonen av PHP er ikke anbefalt for bruk med phpMyAdmin.';
$strPhp = 'Lag PHP kode';
$strPHPVersion = 'PHP-Versjon';
$strPmaDocumentation = 'phpMyAdmin-Dokumentasjon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> variabelen MÅ være innstilt i din konfigurasjonsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Portrettformat';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøkkelen har blitt slettet';
$strPrimaryKeyName = 'Navnet til primærnøkkelen må være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>må</b> være navnet til og <b>bare til</b> en primærnøkkel!)';
$strPrimary = 'Primær';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Forhåndsvisning (med all tekst)';
$strPrintView = 'Utskriftsvennlig forhåndsvisning';
$strPrivDescAllPrivileges = 'Inkluder alle privilegier unntatt GRANT.';
$strPrivDescAlterRoutine = 'Tillater endring og sletting av lagrede rutiner.';
$strPrivDescAlter = 'Tillater endring av struktur på eksisterende tabeller.';
$strPrivDescCreateDb = 'Tillater oppretting av nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillater oppreting av lagrede rutiner.';
$strPrivDescCreateTbl = 'Tillater oppretting av nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillater oppretting av midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillater oppretting, sletting og navneendring av brukerkontoer.';
$strPrivDescCreateView = 'Tillater oppretting av nye visninger.';
$strPrivDescDelete = 'Tillater sletting av data.';
$strPrivDescDropDb = 'Tillater sletting av databaser og tabeller.';
$strPrivDescDropTbl = 'Tillater sletting av tabeller.';
$strPrivDescExecute5 = 'Tillater utføring av lagrede rutiner.';
$strPrivDescExecute = 'Tillater kjøring av lagrede prosedyrer; har ingen effekt på denne versjonen av MySQL.';
$strPrivDescFile = 'Tillater import og eksport av data til og fra filer.';
$strPrivDescGrant = 'Tillater å legge til brukere og privilegier uten å oppfriske privilegietabellene.';
$strPrivDescIndex = 'Tillater oppretting og sletting av indekser.';
$strPrivDescInsert = 'Tillater å legge til og erstatte data.';
$strPrivDescLockTables = 'Tillater låsing av tabeller for den kjørende tråden.';
$strPrivDescMaxConnections = 'Begrenser antall nye tilkoblinger brukeren kan åpne per time.';
$strPrivDescMaxQuestions = 'Begrenser antall spørringer brukeren kan sende til tjeneren per time.';
$strPrivDescMaxUpdates = 'Begrenser antall kommandoer som kan endre tabeller eller databaser brukeren kan utføre per time.';
$strPrivDescMaxUserConnections = 'Begrens antall samtidige tilkoblinger brukeren kan ha.';
$strPrivDescProcess3 = 'Tillater avslutting av prosesser som tilhører andre brukere.';
$strPrivDescProcess4 = 'Tillater visning av komplette spørringer i prosesslisten.';
$strPrivDescReferences = 'har ingen effekt i denne versjonen av MySQL.';
$strPrivDescReload = 'Tillater oppfrisking av tjenerinnstillinger og oppfrisking av mellomlager.';
$strPrivDescReplClient = 'Gir tillatelse til brukeren til å spørre hvor replikasjonsslaver eller -tjenere er.';
$strPrivDescReplSlave = 'Trenges av replikasjonsslavene.';
$strPrivDescSelect = 'Tillater lesing av data.';
$strPrivDescShowDb = 'Gir adgang til komplett liste over databaser.';
$strPrivDescShowView = 'Tillater utføring av SHOW CREATE VIEW spørringer.';
$strPrivDescShutdown = 'Tillater avslutting av tjener.';
$strPrivDescSuper = 'Tillater tilkobling, selv om maksimum tilkoblinger er nådd. Behøves for de fleste administrative operasjoner som å sette globale variabler eller avslutting av andre brukeres tråder.';
$strPrivDescUpdate = 'Tillater endring av data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Oppfriskingen av privilegiene lyktes.';
$strProcesslist = 'Prosess liste';
$strProtocolVersion = 'Protokollversjon';
$strPutColNames = 'Sett inn feltnavn i første rad';
 
$strQBEDel = 'Slett';
$strQBEIns = 'Sett inn';
$strQBE = 'Spørring ved eksempel (Query by Example)';
$strQueryCache = 'Spørringsmellomlager';
$strQueryFrame = 'Spørringsvindu';
$strQueryOnDb = 'SQL-spørring i database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historie';
$strQueryStatistics = '<b>Spørrings statistikk</b>: Siden oppstart, har %s spørringer blitt sendt til tjeneren.';
$strQueryTime = 'Spørring tok %01.4f sek';
$strQueryType = 'Spørringstype';
$strQueryWindowLock = 'Ikke overskriv denne spørringen fra andre vinduer';
 
$strReadRequests = 'Leseforespørsler';
$strReceived = 'Mottatt';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Sjekk referanseintegritet:';
$strRefresh = 'Oppdater';
$strRelationalSchema = 'Relasjonsskjema';
$strRelationNotWorking = 'Tilleggsfunksjonene for å kunne jobbe med koblede tabeller er deaktivert. For å finne ut hvorfor, klikk %sher%s.';
$strRelationsForTable = 'RELASJONER FOR TABELLEN';
$strRelations = 'Relasjoner';
$strRelationView = 'Relasjonsvisning';
$strReloadingThePrivileges = 'Oppfrisker privilegiene';
$strReloadMySQL = 'Omstart av MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brukere';
$strRenameDatabaseOK = 'Databasen %s har endret navn til %s';
$strRenameTable = 'Endre tabellens navn';
$strRenameTableOK = 'Tabellen %s har fått nytt navn %s';
$strRepairTable = 'Reparer tabell';
$strReplaceNULLBy = 'Erstatt NULL med';
$strReplaceTable = 'Erstatt tabell med filen';
$strReplication = 'Replikering';
$strReset = 'Tøm skjema';
$strResourceLimits = 'Ressursbegrensninger';
$strReType = 'Gjenta';
$strRevokeAndDeleteDescr = 'Inntill privilegiene er oppfrisket vil brukerne fortsatt ha USAGE privilegiet.';
$strRevokeAndDelete = 'Tilbakekall alle aktive privilegier fra brukerne og slett dem etterpå.';
$strRevokeMessage = 'Du har fjernet privilegiene til %s';
$strRevoke = 'Tilbakekall';
$strRomanian = 'Rumensk';
$strRowLength = 'Radlengde';
$strRowsFrom = 'rader fra';
$strRowSize = ' Radstørrelse ';
$strRowsModeFlippedHorizontal = 'horisontal (roterte overskrifter)';
$strRowsModeHorizontal = 'vannrett';
$strRowsModeOptions = 'i %s modus og gjenta headers etter %s celler';
$strRowsModeVertical = 'loddrett';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistikk';
$strRunning = 'som kjører på %s';
$strRunQuery = 'Kjør spørring';
$strRunSQLQuery = 'Kjør SQL spørring/spørringer mot databasen %s';
$strRunSQLQueryOnServer = 'Kjør SQL spørring/spørringer på tjener %s';
$strRussian = 'russisk';
 
$strSave = 'Lagre';
$strSaveOnServer = 'Lagre på server i %s katalogen';
$strScaleFactorSmall = 'Skaleringsfaktoren er for liten til å romme alt på en side';
$strSearchFormTitle = 'Søk i database';
$strSearchInTables = 'I tabell(ene):';
$strSearchNeedle = 'Ord eller verdi(er) å søke etter (jokertegn: "%"):';
$strSearchOption1 = 'minst ett av ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'med den nøyaktige setningen';
$strSearchOption4 = 'som "regular expression"';
$strSearchResultsFor = 'Søkeresultat for "<i>%s</i>" %s:';
$strSearch = 'Søk';
$strSearchType = 'Finn:';
$strSecretRequired = 'Konfigurasjonsfila trenger nå et hemmelig passordfrase (blowfish_secret).';
$strSelectADb = 'Vennligst velg en database';
$strSelectAll = 'Velg alle';
$strSelectBinaryLog = 'Velg binærlogg for visning';
$strSelectFields = 'Velg felt (minst ett):';
$strSelectNumRows = 'i spørring';
$strSelectTables = 'Velg tabeller';
$strSend = 'Last ned som fil';
$strSent = 'Sendt';
$strServerChoice = 'Tjenervalg';
$strServerNotResponding = 'Tjeneren svarer ikke';
$strServerStatusDelayedInserts = 'Forsinkede innsettinger';
$strServerStatus = 'Kjøringsinformasjon';
$strServerStatusUptime = 'Denne MySQL tjeneren har kjørt i %s. Den startet opp den %s.';
$strServerTabProcesslist = 'Prosesser';
$strServerTabVariables = 'Variabler';
$strServer = 'Tjener';
$strServerTrafficNotes = '<b>Tjenertraffikk</b>: Disse tabellene viser statistikk over nettverkstrafikken for denne MySQL-tjeneren siden dens oppstart.';
$strServerVars = 'Tjenervariabler og -innstillinger';
$strServerVersion = 'Tjenerversjon';
$strSessionValue = 'Økts verdi';
$strSetEnumVal = 'Hvis felttypen er "enum" eller "set", skriv inn verdien med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du skulle trenge å ha en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene, skriv en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alle';
$strShowColor = 'Vis farger';
$strShowDatadictAs = 'Data Ordbok Format';
$strShowFullQueries = 'Vis hele spørringen';
$strShowGrid = 'Vis rutenett';
$strShowingBookmark = 'Vis bokmerke';
$strShowingRecords = 'Viser rader ';
$strShowOpenTables = 'Vis åpne tabeller';
$strShowPHPInfo = 'Vis PHP-informasjon';
$strShowSlaveHosts = 'Vis slaveverter';
$strShowSlaveStatus = 'Vis slavestatus';
$strShowStatusBinlog_cache_disk_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret men som overskred verdien av binlog_size og brukte en midlertidig fil for å lagre spørringer fra transaksjonen.';
$strShowStatusBinlog_cache_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antall midlertidige tabeller lagret på harddisken automatisk opprettet av tjeneren mens den utførte spørringer. Hvis Created_tmp_disk_tables er stor bør du vurdere å øke tmp_table_size verdien slik at midlertidige tabeller blir lagret i minnet og ikke på harddisken.';
$strShowStatusCreated_tmp_filesDescr = 'Antall midlertidige filer mysqld har opprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antall midlertidige tabeller i minnet automatisk opprettet av tjeneren under utføriing av spørringer.';
$strShowStatusDelayed_errorsDescr = 'Antall rader skrevet med INSERT DELAYED hvor en eller annen form for feil oppstod (mest sannsynlig duplisert nøkkel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antall INSERT DELAYED håndterertråder i bruk. Hver eneste tabell hvor det blir brukt INSERT DELAYE får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antall INSERT DELAYED rader skrevet.';
$strShowStatusFlush_commandsDescr = 'Antall utførte FLUSH uttrykk.';
$strShowStatusHandler_commitDescr = 'Antall interne COMMIT uttrykk.';
$strShowStatusHandler_deleteDescr = 'Antall ganger en rad ble slettet fra en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL tjeneren kan spørre NDB Cluster lagringsmotoren om den kjenner til en tabell med et gitt navn. Dette blir kalt oppdaging (discovery). Handler_discover indikerer antall ganger tabeller har blitt oppdaget.';
$strShowStatusHandler_read_firstDescr = 'Antall ganger det første innlegget ble lest fra en index. Hvis dette tallet er høyt tyder det på at tjeneren utfører en god del fullindekssøk; for eksempel, SELECT col1 FROM foo, da forutsatt at col1 er indeksert.';
$strShowStatusHandler_read_keyDescr = 'Antall forespørsler for å lese en rad basert på en nøkkel. Hvis dette tallet er høyt gir dette en god indikasjon på at dine spørringer og tabeller er riktig indeksert.';
$strShowStatusHandler_read_nextDescr = 'Antall forespørsler for å lese en rad basert på en fast posisjon. Denne er høy hvis du utører mange spørringer som behøver sortering av resultatet. Du har sansynligvis mange spørringer som krever at MySQL leser hele tabeller eller du har joins som ikke bruker nøkler korrekt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antall forespørsler for å lese neste rad i datafila. Dette tallet er høyt hvis du utfører mange tabellskanninger. Vanligvis betyr dette at dine tabeller ikke er rett indeksert eller at dine spørringer ikke er skrevet for å utnytte de indeksene du har.';
$strShowStatusHandler_rollbackDescr = 'Antall interne ROLLBACK kommandoer.';
$strShowStatusHandler_updateDescr = 'Antall forespørsler for å oppdatere en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antall forespørsler for å sette inn en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antall sider som inneholder data (endret eller uendret).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antall sider for tiden endret.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antall midlertidige mellomlagersider som det har vært oppfriskningsforespørsler på.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antall tomme sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet låste sider i InnoDBs mellomlager. Dette er sider som er under lesing eller skriving eller ikke kan tømmes eller fjernes av en annen grunn.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antall sider som er opptatt fordi de har blitt allokert for administrative oppgaver slik som radlåsing eller adaptiv nøkkelindeksering. Denne verdien kan også regnes ut som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på midlertidig mellomlager i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antall "tilfeldige" "read-aheads" InnoDB startet. Dette skjer når en spørring skanner en stor andel av en tabell men i en tilfeldig rekkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antall sekvensielle "read-aheads" InnoDB startet. Denne skjer når InnoDB utfører en sekvensiell full tabellskanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antall logiske leseforespørsler InnoDB har utført.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antall logiske lesninger som InnoDN ikke kunne tilfredsstille fra mellomlageret og måtte utføre en enkelsidelesnining.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt vil skrivinger til InnoDBs mellomlager skje i bakgrunnen. Men, hvis det er behov for å lese eller opprette en side og ingen rene/tomme sider er tilgjengelig så er det nødvendig å vente på at sider blir tømt først. Denne telleren viser antall slike ventinger. Hvis mellomlagerstørrelsen er godt innstilt så vil denne verdien være liten.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antall skrivinger til InnoDBs midlertidig mellomlager.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antall fsync() operasjoner så langt.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Antall ventende fsync() operasjoner.';
$strShowStatusInnodb_data_pending_readsDescr = 'Antall ventende lesinger.';
$strShowStatusInnodb_data_pending_writesDescr = 'Antall ventende skrivinger.';
$strShowStatusInnodb_data_readDescr = 'Mengden data lest så langt, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Antall utførte lesninger.';
$strShowStatusInnodb_data_writesDescr = 'Antall utførte skrivinger.';
$strShowStatusInnodb_data_writtenDescr = 'Mengden data skrevet så langt, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_log_waitsDescr = 'Antall ganger ventinger vi hadde fordi loggmellomlageret var for lite og vi måtte vente for at det skulle bli tømt før vi kunne fortsette.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antall loggskrivingsforespørsler.';
$strShowStatusInnodb_log_writesDescr = 'Antall fysiske skrivinger til loggfila.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antall fsync-skrivinger utført på loggfila.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antall ventende loggfil-fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende loggfilskrivinger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antall bytes skrevet til loggfila.';
$strShowStatusInnodb_pages_createdDescr = 'Antall sider opprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den innkompilerte InnoDB sidestørrelsen (standard 16KB). Mange verdier måles i sider; sidestørrelsen gjør at det er lett å konvertere dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antall sidelesninger.';
$strShowStatusInnodb_pages_writtenDescr = 'Antall sideskrivinger.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antall ventende radlåsinger.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gjennomsnittlig tid for å oppnå radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brukt for å få radlåsinger, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimum tid brukt for å oppnå en radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antall ganger en radlås måtte ventes på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antall rader slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antall rader satt inn i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antall rader lest fra InnoDB tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antall rader oppdatert i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antall nøkkelblokker i nøkkelmellomlageret som har blitt endret men som ikke ennå har blitt skrevet til harddisken. Dette var tidligere kjent som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antall ubrukte blokker i nøkkelmellomlageret. Du kan bruke denne verdien til å bestemme hvor mye av nøkkelmellomlageret som er i bruk.';
$strShowStatusKey_blocks_usedDescr = 'Antall brukte blokker i nøkkelmellomlageret. Denne verdien er et høyvannsmål som viser maksimum antall blokker som har vært brukt på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antall forespørsler for å lese en nøkkelblokk fra mellomlageret.';
$strShowStatusKey_readsDescr = 'Antall fysiske lesninger av en nøkkelblokk fra harddisk. Hvis Key_reads er stor er nok din key_buffer_size verdi for liten. Mellomlagertreffraten kan kalkuleres med Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antall forespørsler for å skrive en nøkkelblokk til mellomlageret.';
$strShowStatusKey_writesDescr = 'Antall fysiske skrivinger av en nøkkelblokk til disk.';
$strShowStatusLast_query_costDescr = 'Den totale kostnad ved siste kompilerte spørring slik den ble utregnet av spørringsoptimisereren. Nyttig for å kunne sammenligne kostnader ved forskjellige spørringsplaner for den samme spørringen. Standardverdien på 0 betyr at ingen spørring har blitt kompilert ennå.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antall rader som venter på å bli skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antall tabeller som har blitt åpnet. Hvis denne er stor er nok din tabellmellomlagerverdi for liten.';
$strShowStatusOpen_filesDescr = 'Antall åpne filer.';
$strShowStatusOpen_streamsDescr = 'Antall åpne dataflyter (hovedsaklig brukt til logging).';
$strShowStatusOpen_tablesDescr = 'Antall åpne tabeller.';
$strShowStatusQcache_free_blocksDescr = 'Antall ledige minneblokker i spørringsmellomlager.';
$strShowStatusQcache_free_memoryDescr = 'Mengden ledig minne i spørringsmellomlager.';
$strShowStatusQcache_hitsDescr = 'Antall mellomlagertreff.';
$strShowStatusQcache_insertsDescr = 'Antall spørringer lagt til i mellomlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antall spørringer som har blitt fjernet fra mellomlageret for å frigjøre minne for nye spørringer. Denne informasjonen kan hjelpe deg å fininnstille størrelsen på spørringsmellomlageret. Spørringsmellomlageret bruker en minst og sist brukt (least recently used (LRU)) strategi for å finne hvilke spørringer som skal fjernes fra mellomlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet ikkelagrede spørringer (kan ikke lagres, eller ikke lagret p.g.a. query_cache_type innstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antall spørringer registrert i mellomlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totale antall blokker i spørringsmellomlageret.';
$strShowStatusReset = 'Tilbakestill';
$strShowStatusRpl_statusDescr = 'Failsafe replikasjonsstatus (ikke implementert ennå).';
$strShowStatusSelect_full_joinDescr = 'Antall joins som ikke bruker indekser. Hvis denne verdien ikke er 0 bør du nøye sjekke indeksene til dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antall joins som trenger en rekkefølgesøk i en referansetabell.';
$strShowStatusSelect_range_checkDescr = 'Antall joins uten nøkler som kontrollerer for nøkkelbruk etter hver rad (Hvis denne ikke er 0 bør du nøye kontrollere dine tabellindekser.)';
$strShowStatusSelect_rangeDescr = 'Antall joins som brukte rekkefølger på den første tabellen. (Det er normalt ikke kritisk selv om denne verdien er stor.)';
$strShowStatusSelect_scanDescr = 'Antall joins som utførte en full skann av den første tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antall midlertidige tabeller for tiden åpnet av slave SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Det totale antall ganger (siden oppstart) replikasjonsslave-SQL-tråden har gjentatt transaksjoner.';
$strShowStatusSlave_runningDescr = 'Denne er ON hvis denne tjeneren er en slave som er koblet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antall tråder som har brukt mer enn slow_launch_time sekunder under opprettelse.';
$strShowStatusSlow_queriesDescr = 'Antall spørringer som har brukt mer enn long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antall sammenslåingspasseringer sorteringsalgoritmen har måttet utføre. Hvis denne verdien er stor bør du vurdere å øke verdien av sort_buffer_size systemvariabelen.';
$strShowStatusSort_rangeDescr = 'Antall sorteringer som ble utført med rekkefølger.';
$strShowStatusSort_rowsDescr = 'Antall sorterte rader.';
$strShowStatusSort_scanDescr = 'Antall sorteringer som har vært utført ved hjelp av skanning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antall ganger en tabellåsing ble utført umiddelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antall ganger en tabellås ikke har kunnet blitt opprettet umiddelbart og en venting ble nødvendig. Hvis denne er høy og du har ytelsesproblemer bør du først optimalisere dine spørringer, og deretter enten splitte din tabell eller tabeller eller bruke replikasjon.';
$strShowStatusThreads_cachedDescr = 'Antall tråder i trådmellomlageret. Mellomlagertreffraten kan regnes ut som Threads_created/Connections. Hvis denne verdien er rød bør du øke din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antall åpne tilkoblinger.';
$strShowStatusThreads_createdDescr = 'Antall tråder opprettet for å handtere tilkoblinger. Hvis Threads_created er stor bør du vurdere å øke thread_cache_size størrelsen. (Normalt vil dette ikke gi noen merkbar forbedring hvis du har en god trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antall tråder som ikke sover.';
$strShowTableDimension = 'Vis tabelldimensjoner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis denne spørring her igjen ';
$strShow = 'Vis';
$strSimplifiedChinese = 'forenklet kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antall poster(spørringer) å hoppe over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL tjenerens sokkel er ikke korrekt konfigurert)';
$strSortByKey = 'Sorter etter nøkkel';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Plassbruk';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord er separert med et mellomrom (" ").';
$strSQLExportCompatibility = 'SQL eksportkompabilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL innstillinger';
$strSQLOptions = 'SQL valg';
$strSQLParserBugMessage = 'Det er en mulighet for at du har funnet en feil i SQL-parseren. Vennligst kontroller din spørring nøye og kontroller at anførselstegn er korrekte og matsjer hverandre. En annen mulig feilårsak kan være at du overfører en fil med binærkode som ikke ligger innenfor anførselstegn. Du kan også teste din spørring i MYSQLs kommandolinjegrensesnitt. Feilmeldingen fra MySQL-tjeneren nedenfor, hvis det var en, kan også hjelpe deg med å analysere problemet. Hvis du fortsatt har problemer eller parseren feiler hvor kommandolinjegrensesnittet lyktes, vennligst reduser din SQL-spørring til den spørringen som forårsaker problemet og send en feilrapport med datastykket i CUT-seksjonen nedenfor:';
$strSQLParserUserError = 'Det ser ut til å være en feil i din SQL-spørring. En eventuell feilmelding fra MySQL-tjeneren er skrevet ut nedenfor, kan kanskje hjelpe deg med å finne feilen.';
$strSQLQuery = 'SQL-spørring';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Anførselstegnet er ikke lukket';
$strSQPBugUnknownPunctuation = 'Ukjent tegnsettingsstreng';
$strStatCheckTime = 'Sist kontrollert';
$strStatCreateTime = 'Opprettet';
$strStatement = 'Oversikt';
$strStatisticsOverrun = 'På en travel tjener så kan byte-tellerene overflyte, så denne statistikken som rapportert av MySQL tjeneren kan være unøyaktig.';
$strStatUpdateTime = 'Sist oppdatert';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Legg til DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel data';
$strStrucNativeExcel = 'Originale MS Excel data';
$strStrucOnly = 'Kun struktur';
$strStructPropose = 'Foreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Kommandoen/spørringen er utført';
$strSum = 'Sum';
$strSwedish = 'svensk';
$strSwitchToDatabase = 'Bytt til kopiert database';
$strSwitchToTable = 'Bytt til kopiert tabell';
 
$strTableAlreadyExists = 'Tabel %s eksisterer allerede!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnavnet er tomt!';
$strTableHasBeenDropped = 'Tabellen %s har blitt slettet';
$strTableHasBeenEmptied = 'Tabellen %s har blitt tømt';
$strTableHasBeenFlushed = 'Tabelen %s har blitt oppfrisket';
$strTableMaintenance = 'Tabellvedlikehold';
$strTableOfContents = 'Innholdsfortegnelse';
$strTableOptions = 'Tabellinnstillinger';
$strTables = '%s tabell(er)';
$strTableStructure = 'Tabellstruktur for tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltype';
$strTakeIt = 'velg';
$strTblPrivileges = 'Tabell-spesifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grunn av sin lengde,<br /> så vil muligens dette feltet ikke være redigerbart ';
$strThai = 'thai';
$strThemeDefaultNotFound = 'Standard stil %s ble ikke funnet!';
$strThemeNoPreviewAvailable = 'Ingen forhandsvisning tilgjengelig.';
$strThemeNotFound = 'Stilen %s ble ikke funnet!';
$strThemeNoValidImgPath = 'Ingen gyldig bildesti for stilen %s ble funnet!';
$strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denne vert';
$strThisNotDirectory = 'Dette var ikke en katalog';
$strThreads = 'Tråder';
$strThreadSuccessfullyKilled = 'Tråd %s ble avsluttet med suksess.';
$strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.';
$strTimeoutNothingParsed = 'Men under den siste kjøringen så ble ingen data lest, dette betyr vanligvis at phpMyAdmin ikke vil være istand til å fullføre importeringen uten at du øker php tidsgrensen.';
$strTimeoutPassed = 'Skripttidsabrudd passert, hvis du ønsker å fortsette importen kan du gjennopplaste fila og importeringen vil fortsette.';
$strTime = 'Tid';
$strToggleScratchboard = 'slå av/på kladdevindu';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Tradisjonell kinesisk';
$strTraditionalSpanish = 'Tradisjonell spansk';
$strTraffic = 'Trafikk';
$strTransactionCoordinator = 'Transaksjonskoordinator';
$strTransformation_application_octetstream__download = 'Vis en link for å kunne laste ned de binære dataene til et felt. Den første opsjonen er filnavnet til den binære fila. Den andre opsjonen er et potensielt feltnavn i en tabell som inneholder filnavnet. Hvis du velger den andre opsjonen så må den første være satt til en tom strengverdi';
$strTransformation_application_octetstream__hex = 'Vis dataene i heksadesimal.';
$strTransformation_image_jpeg__inline = 'Viser et klikkbart tommelfingerbilde; valg: bredde, høyde i piksler (bevarer originale forhold)';
$strTransformation_image_jpeg__link = 'Viser en link til dette bildet (m.a.o. direkte blob-nedlasting).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tar et TIME, TIMESTAMP eller DATETIME felt og formaterer det med din lokale dato-/tidsformat. Første valg er avviket (i timer) som vil bli lagt til tidsformatet (Standard: 0). Andre valget er et annet dato-/tidsformat basert på parameterene til PHPs strftime().';
$strTransformation_text_plain__external = 'BARE LINUX: Starter et eksternt program og gir den feltdataene via standard input. Returnerer standart output fra programmet. Standard er Tidy, for å skrive ut pen HTML kode. Av sikkerhetsgrunner så må du redigere fila libraries/transformations/text_plain__external.inc.php og skrive inn de verktøyene du tillater å kjøres. Den første verdien er antall programmer du ønsker å bruke og den andre verdien er parameterene for programmet. Den tredje verdien, hvis den er satt til 1 vil konvertere utskriften med htmlspecialchars() (Standard er 1). En fjerde verdi vil, viss satt til 1 sette en NOWRAP i innholdscellen slik at hele resultatet blir vist uten reformatering (Standard er 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formatering av feltet. Ingen \'escaping\' blir utført.';
$strTransformation_text_plain__imagelink = 'Viser et bilde og en link, feltet inneholder filnavnet; første verdi er et prefiks slik som "http://domain.com/", andre verdien er bredden i piksler, tredje er høyden.';
$strTransformation_text_plain__link = 'Viser en link, feltet inneholder filnavnet, ; første verdi er et prefiks slik som "http://domain.com/", andre verdien er en tittel for linken.';
$strTransformation_text_plain__sql = 'Formaterer tekst som en SQL spørring med syntaksutheving.';
$strTransformation_text_plain__substr = 'Viser bare en delstreng. Første verdien er antall tegn fra starten hvor din tekst begynner (Standard: 0). Andre verdien er hvor mange tegn som skal returneres. Hvis den er tom så returneres resten av teksten. Den tredje verdien definerer hvilke tegn som vil bli lagt til resultatet når en delstreng blir returnert (Standard: ...).';
$strTruncateQueries = 'Forkort vist spørring';
$strTurkish = 'tyrkisk';
$strType = 'Type';
 
$strUkrainian = 'ukrainsk';
$strUncheckAll = 'Fjern merking';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukjent';
$strUnselectAll = 'Fjern alle valgte';
$strUnsupportedCompressionDetected = 'Du forsøkte å laste en komprimert fil som det ikke er støtte for (%s). Enten så er ikke støtte implementert eller den er slått av i din konfigurasjon.';
$strUpdatePrivMessage = 'Du har oppdatert privilegiene til %s.';
$strUpdateProfileMessage = 'Profilen har blitt oppdatert.';
$strUpdateQuery = 'Oppdater spørring';
$strUpdComTab = 'Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell';
$strUpgrade = 'Du burde oppgradere til %s %s eller nyere.';
$strUploadLimit = 'Du forsøkte sansynligvis å laste opp en for stor fil. Sjekk %sdokumentasjonen%s for måter å omgå denne begrensningen.';
$strUsage = 'Bruk';
$strUseBackquotes = 'Bruk venstre anførselstegn med tabell og feltnavn';
$strUsedPhpExtensions = 'Brukte PHP-tillegg';
$strUseHostTable = 'Vis vert tabell';
$strUserAlreadyExists = 'Brukeren %s finnes fra før!';
$strUser = 'Bruker';
$strUserEmpty = 'Brukernavnet er tomt!';
$strUserName = 'Brukernavn';
$strUserNotFound = 'Den valgte brukeren ble ikke funnet i privilegietabellen.';
$strUserOverview = 'Brukeroversikt';
$strUsersDeleted = 'De valgte brukerne har blitt slettet.';
$strUsersHavingAccessToDb = 'Brukere som har adgang til &quot;%s&quot;';
$strUseTabKey = 'Bruk TAB tasten for å flytte fra verdi til verdi, eller CTRL+piltastene for å bevege deg hvor som helst';
$strUseTables = 'Bruk tabeller';
$strUseTextField = 'Bruk tekstfelt';
$strUseThisValue = 'Bruk denne verdien';
 
$strValidateSQL = 'Test SQL';
$strValidatorError = 'SQL-kontrolleren kunne ikke startes. Vennligst sjekk at du har installert de nødvendige php-tilleggene som beskrevet i %sdokumentasjonen%s.';
$strValue = 'Verdi';
$strVar = 'Variabler';
$strVersionInformation = 'Versionsinformasjon';
$strViewDumpDatabases = 'Vis dumpet skjema av databaser';
$strViewDumpDB = 'Vis dump (skjema) av database';
$strViewDump = 'Vis dump (skjema) av tabell';
$strViewHasBeenDropped = 'Visningen %s har blitt slettet';
$strViewMaxExactCount = 'Denne visningen har mer enn %d rader. Les i %sdocumentation%s.';
$strView = 'Vis';
 
$strWebServerUploadDirectoryError = 'Katalogen du anga for opplasting kan ikke nåes';
$strWebServerUploadDirectory = 'webtjener opplastingskatalog';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'vesteuropeisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker.';
$strWithChecked = 'Med avkrysset:';
$strWriteRequests = 'Skriveforespørsler';
$strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig';
$strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig';
$strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
$strZip = 'Komprimert (zip)';
 
// 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
 
?>
/Web/Maintenance/phpMyAdmin/lang/norwegian-utf-8.inc.php
0,0 → 1,984
<?php
/* $Id: norwegian-utf-8.inc.php,v 2.132.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
/**
* Translated by Sven-Erik Andersen <sven-erik.andersen at pkf107.no>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Søn', 'Man', 'Tir', 'Ons', 'Tor', 'Fre', 'Lør');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Mai', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Des');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B, %Y klokka %H:%M %p';
$timespanfmt = '%s dager, %s timer, %s minutter og %s sekunder';
 
$strAbortedClients = 'Avbrutt';
$strAbsolutePathToDocSqlDir = 'Vennligst skriv inn den absolutte stien på webtjeneren til docSQL katalogen';
$strAccessDeniedCreateConfig = 'En mulig årsak for dette er at du ikke opprettet konfigurasjonsfila. Du bør kanskje bruke %1$ssetup script%2$s for å opprette en.';
$strAccessDeniedExplanation = 'phpMyAdmin forsøkte å koble til MySQL-serveren, og serveren avviste tilkoblingen. Du må kontrollere vert (host), brukernavn (username) og passord (password) i config.inc.php og sjekke at de tilsvarer den informasjonen du fikk fra MySQL-server administratoren.';
$strAccessDenied = 'Ingen tilgang';
$strAction = 'Handling';
$strAddAutoIncrement = 'Legg til AUTO_INCREMENT verdi';
$strAddConstraints = 'Legg til begrensninger';
$strAddDeleteColumn = 'Legg til/Slett kolonne';
$strAddDeleteRow = 'Legg til/Slett kriterierad';
$strAddDropDatabase = 'Legg til DROP DATABASE';
$strAddedColumnComment = 'Lagt til kolonnekommentar';
$strAddedColumnRelation = 'Lagt til relasjon for kolonne';
$strAddFields = 'Legg til %s felt(er)';
$strAddHeaderComment = 'Legg til egen kommentar i hodet (\\n lager linjeskift)';
$strAddIfNotExists = 'Legg til IF NOT EXISTS';
$strAddIntoComments = 'Legg til i kommentarer';
$strAddNewField = 'Legg til felt';
$strAddPrivilegesOnDb = 'Legg til privilegier til følgende database';
$strAddPrivilegesOnTbl = 'Legg til privilegier til følgende tabell';
$strAddSearchConditions = 'Legg til søkekriterier (innhold i "where"-setningen):';
$strAddToIndex = 'Legg til indeks&nbsp;%s&nbsp;kolonne(r)';
$strAddUser = 'Legg til en ny bruker';
$strAddUserMessage = 'Du har lagt til en ny bruker.';
$strAdministration = 'Administrasjon';
$strAffectedRows = 'Berørte rader:';
$strAfter = 'Etter %s';
$strAfterInsertBack = 'Returner';
$strAfterInsertNewInsert = 'Sett inn en ny post';
$strAfterInsertNext = 'Rediger neste rad';
$strAfterInsertSame = 'Tilbake til denne siden';
$strAll = 'Alle';
$strAllowInterrupt = 'Tillat avbrudd av importering i tilfelle skriptet oppdager at det er rett før det når tidsavbrudd. Dette kan være en god måte å importere store filer på, men det kan knekke transaksjoner.';
$strAllTableSameWidth = 'vis alle tabeller med samme bredde?';
$strAlterOrderBy = 'Endre tabellrekkefølge ved';
$strAnalyzeTable = 'Analyser tabell';
$strAnd = 'og';
$strAndThen = 'og så';
$strAnIndex = 'En indeks har blitt lagt til %s';
$strAny = 'Alle';
$strAnyHost = 'Alle verter';
$strAnyUser = 'Alle brukere';
$strApproximateCount = 'Kan være unøyaktig. Se FAQ 3.11';
$strAPrimaryKey = 'En primærnøkkel har blitt lagt til %s';
$strArabic = 'arabisk';
$strArmenian = 'armensk';
$strAscending = 'Stigende';
$strAtBeginningOfTable = 'Ved begynnelsen av tabellen';
$strAtEndOfTable = 'Ved slutten av tabellen';
$strAttr = 'Attributter';
$strAutodetect = 'Automatisk oppdaging';
$strAutomaticLayout = 'Automatisk disposisjon';
 
$strBack = 'Tilbake';
$strBaltic = 'baltisk';
$strBeginCut = 'START KUTT';
$strBeginRaw = 'START UFORMATERT';
$strBinary = ' Binær ';
$strBinaryDoNotEdit = ' Binær - må ikke redigeres ';
$strBinaryLog = 'Binærlogg';
$strBinLogEventType = 'Hendelsestype';
$strBinLogInfo = 'Informasjon';
$strBinLogName = 'Loggnavn';
$strBinLogOriginalPosition = 'Original posisjon';
$strBinLogPosition = 'Posisjon';
$strBinLogServerId = 'Tjener ID';
$strBookmarkAllUsers = 'La alle brukere ha adgang til dette bokmerket';
$strBookmarkCreated = 'Bokmerke %s opprettet';
$strBookmarkDeleted = 'Bokmerket har blitt slettet.';
$strBookmarkLabel = 'Navn';
$strBookmarkQuery = 'Lagret SQL-spørring';
$strBookmarkReplace = 'Erstatt eksisterende bokmerke med samme navn';
$strBookmarkThis = 'Lagre denne SQL-spørringen';
$strBookmarkView = 'Bare se';
$strBrowseDistinctValues = 'Se gjennom distinkte verdier';
$strBrowseForeignValues = 'Se de eksterne verdiene';
$strBrowse = 'Se på';
$strBufferPoolActivity = 'Mellomlageraktivitet';
$strBufferPool = 'Mellomlager';
$strBufferPoolUsage = 'Mellomlagerbruk';
$strBufferReadMissesInPercent = 'Lesebommer i %';
$strBufferReadMisses = 'Lesebommer';
$strBufferWriteWaitsInPercent = 'Skriveforsinkelser i %';
$strBufferWriteWaits = 'Skriveforsinkelser';
$strBulgarian = 'bulgarsk';
$strBusyPages = 'Opptatte sider';
$strBzError = 'phpMyAdmin kunne ikke komprimere dumpede data fordi Bz2 tillegget til denne php versjonen er ødelagt. Vi anbefaler på det sterkeste at du setter <code>$cfg[\'BZipDump\']</code> direktivet i din phpMyAdmin konfigurasjonsfil til <code>FALSE</code>. Hvis du ønsker å bruke Bz2 komprimerings funksjonene, så bør du oppgradere til en nyere php versjon. Se php bug rapport %s for detaljer.';
$strBzip = 'Komprimert (bz2)';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kan ikke starte importeringsprogramtilleggene, kontroller din installasjon!';
$strCannotLogin = 'Kan ikke logge inn til MySQL tjeneren';
$strCantLoad = 'Kan ikke starte %s tillegget,<br />vennligst kontroller PHP-konfigurasjonen';
$strCantLoadRecodeIconv = 'Kan ikke laste iconv- eller recode-modulen som trengs for tegnsett konvertering, konfigurer php slik at disse kan lastes eller slå av tegnsettkonvertering i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan ikke endre indeks til PRIMARY!';
$strCantUseRecodeIconv = 'Kan ikke bruke hverken iconv, libiconv eller recode_string funksjonene selv om modulene sier de er lastet. Sjekk din php-konfigurasjon.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'uavhengig av bokstavstørrelse';
$strCaseSensitive = 'avhengig av bokstavstørrelse';
$strCentralEuropean = 'sentraleuropeisk';
$strChangeCopyModeCopy = '... behold den gamle.';
$strChangeCopyModeDeleteAndReload = ' ... slett den gamle fra brukertabellene og deretter oppfrisk privilegiene.';
$strChangeCopyModeJustDelete = ' ... slett den gamle fra brukertabellene.';
$strChangeCopyMode = 'Opprett ny bruker med de samme privilegier og ...';
$strChangeCopyModeRevoke = ' ... tilbakekall alle aktive privilegier fra den gamle og slett den etterpå.';
$strChangeCopyUser = 'Endre innloggingsinformasjon / kopiere bruker';
$strChangeDisplay = 'Velg felt for visning';
$strChange = 'Endre';
$strChangePassword = 'Endre passord';
$strCharsetOfFile = 'Filens tegnsett:';
$strCharsetsAndCollations = 'Tegnsett og sammenligninger';
$strCharsets = 'Tegnsett';
$strCharset = 'Tegnsett';
$strCheckAll = 'Merk alle';
$strCheckOverhead = 'Kontroller overheng';
$strCheckPrivs = 'Kontroller privilegier';
$strCheckPrivsLong = 'Kontroller privilegier for databasen &quot;%s&quot;.';
$strCheckTable = 'Kontroller tabell';
$strChoosePage = 'Vennligst velg en side for redigering';
$strColComFeat = 'Vis kolonnekommentarer';
$strCollation = 'Sammenligning';
$strColumnNames = 'Kolonnenavn';
$strColumnPrivileges = 'Kolonne-spesifikke privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'TABELLKOMMENTARER';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibel';
$strCompleteInserts = 'Komplette innlegg';
$strCompression = 'Kompresjon';
$strCompressionWillBeDetected = 'Komprimering av importerte filer vil bli automatisk oppdaget fra: %s';
$strConfigDefaultFileError = 'Kunne ikke laste standard konfigurasjonsfil fra: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunne ikke lese din konfigurasjonsfil!<br />Dette kan skje hvis PHP finner en syntaksfeil eller ikke kan finne filen.<br />Vennligst kall opp konfigurasjonsfilen direkte via linken under og les PHP feilmeldingen(e) som du vil få. I de fleste tilfeller så mangler det et anførselstegn eller et semikolon et sted.<br />Hvis du får en blank side så er alt ok.';
$strConfigureTableCoord = 'Vennligst konfigurer koordinatene for tabell %s';
$strConnectionError = 'Kan ikke koble til: ugyldige innstillinger.';
$strConnections = 'tilkoblinger';
$strConstraintsForDumped = 'Begrensninger for dumpede tabeller';
$strConstraintsForTable = 'Begrensninger for tabell';
$strCookiesRequired = 'Cookies må være slått på forbi dette punkt.';
$strCopyDatabaseOK = 'Databasen %s har blitt kopiert til %s';
$strCopy = 'Kopier';
$strCopyTable = 'Kopier tabell til (database<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s er kopiert til %s.';
$strCopyTableSameNames = 'Kan ikke kopiere tabellen til samme navn!';
$strCouldNotKill = 'phpMyAdmin kunne ikke avslutte tråd %s. Den er sansynligvis alt avsluttet.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE før kopiering';
$strCreateIndex = 'Lag en indeks på&nbsp;%s&nbsp;kolonner';
$strCreateIndexTopic = 'Lag en ny indeks';
$strCreateNewDatabase = 'Opprett ny database';
$strCreateNewTable = 'Opprett ny tabell i database %s';
$strCreate = 'Opprett';
$strCreatePage = 'Lag en ny side';
$strCreatePdfFeat = 'Lag PDF-dokumenter';
$strCreationDates = 'Opprettelse/Oppdaterings/Kontrolldateo';
$strCriteria = 'Kriterier';
$strCroatian = 'kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV innstillinger';
$strCSVOptions = 'CSV valg';
$strCyrillic = 'kyrillisk';
$strCzechSlovak = 'Tjekkoslovakisk';
$strCzech = 'tjekkisk';
 
$strDanish = 'dansk';
$strDatabase = 'Database';
$strDatabaseEmpty = 'Databasens navn er tomt!';
$strDatabaseExportOptions = 'Databaseeksportinnstillinger';
$strDatabaseHasBeenDropped = 'Databasen %s har blitt slettet';
$strDatabaseNoTable = 'Denne databasen har ingen tabeller!';
$strDatabases = 'databaser';
$strDatabasesDropped = '%s databasene har blitt slettet.';
$strDatabasesStatsDisable = 'Slå av statistikk';
$strDatabasesStatsEnable = 'Slå på statistikk';
$strDatabasesStatsHeavyTraffic = 'OBS: Når du slår på Databasestatistikk så kan det medføre stor traffik mellom webtjeneren og MySQL-tjeneren.';
$strDatabasesStats = 'Statistikk for databaser';
$strData = 'Data';
$strDataDict = 'Dataordbok';
$strDataOnly = 'Bare data';
$strDataPages = 'Sider som inneholder data';
$strDBComment = 'Database kommentar: ';
$strDBCopy = 'Kopier databasen til';
$strDBGContextID = 'Sammenhengs-ID';
$strDBGContext = 'Sammenheng';
$strDBGHits = 'Treff';
$strDBGLine = 'Linje';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/Treff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Database-spesifikke privilegier';
$strDBRename = 'Endre databasens navn til';
$strDbSpecific = 'databasespesifikk';
$strDefaultEngine = '%s er standard lagringsmotor for denne MySQL tjeneren.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'Sett inn en enkelt verdi for standard verdier uten skråstrek, anførselstegn eller annen &quot;escaping&quot; med dette formatet: a';
$strDefragment = 'Defragmenter tabell';
$strDelayedInserts = 'Bruk forsinkede innsettinger';
$strDeleteAndFlushDescr = 'Dette er den beste måten, men oppfrisking av privilegiene kan ta litt tid.';
$strDeleteAndFlush = 'Slett brukeren og oppfrisk privilegiene etterpå.';
$strDeleted = 'Raden er slettet';
$strDeletedRows = 'Slettede rader:';
$strDeleteNoUsersSelected = 'Ingen brukere merket for sletting!';
$strDelete = 'Slett';
$strDeleting = 'Sletter %s';
$strDelOld = 'Den nåværende siden har referanser til tabeller som ikke lenger eksisterer. Vil du slette disse referansene?';
$strDescending = 'Synkende';
$strDescription = 'Beskrivelse';
$strDictionary = 'ordbok';
$strDirtyPages = 'Endrede sider';
$strDisabled = 'Avslått';
$strDisableForeignChecks = 'Slå av kontroll av fremmednøkler';
$strDisplayFeat = 'Vis egenskaper';
$strDisplayOrder = 'Visningsrekkefølge:';
$strDisplayPDF = 'Vis PDF-skjema';
$strDoAQuery = 'Utfør en "spørring ved eksempel" (jokertegn: "%")';
$strDocu = 'Dokumentasjon';
$strDoYouReally = 'Vil du virkelig ';
$strDropDatabaseStrongWarning = 'Du er i ferd med å SLETTE en komplett database!';
$strDrop = 'Slett';
$strDropUsersDb = 'Slett databasene som har det samme navnet som brukerne.';
$strDumpingData = 'Dataark for tabell';
$strDumpSaved = 'Dump har blitt lagret til fila %s.';
$strDumpXRows = 'Dumpe %s rader fra rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Endre';
$strEditPDFPages = 'Rediger PDF-sider';
$strEditPrivileges = 'Rediger privilegier';
$strEffective = 'Effektiv';
$strEmptyResultSet = 'MySQL returnerte ett tomt resultat (m.a.o. ingen rader).';
$strEmpty = 'Tøm';
$strEnabled = 'Påslått';
$strEncloseInTransaction = 'Inneslutt eksport i en transaksjon';
$strEndCut = 'STOPP KUTT';
$strEndRaw = 'STOPP UFORMATERT';
$strEnd = 'Slutt';
$strEngineAvailable = '%s er tilgjengelig på denne MySQL theneren.';
$strEngineDisabled = '%s har blitt dekativert for denne MySQL tjeneren.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denne MySQL tjeneren har ikke støtte for %s lagringsmotoren.';
$strEnglish = 'engelsk';
$strEnglishPrivileges = 'OBS: MySQL privilegiumnavn er på engelsk';
$strError = 'Feil';
$strErrorInZipFile = 'Feil i ZIP arkivet:';
$strEscapeWildcards = 'Jokertegnene _ og % må beskyttes med en \ for å bruke dem direkte';
$strEsperanto = 'Esperanto';
$strEstonian = 'estisk';
$strExcelEdition = 'Excel-versjon';
$strExcelOptions = 'Excel-innstillinger';
$strExecuteBookmarked = 'Utfør lagret spørring';
$strExplain = 'Forklar SQL';
$strExport = 'Eksporter';
$strExtendedInserts = 'Utvidete innlegg';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Feilede forsøk';
$strField = 'Felt';
$strFieldHasBeenDropped = 'Feltet %s har blitt slettet';
$strFieldsEmpty = ' Antall felter er tommt! ';
$strFieldsEnclosedBy = 'Felter omsluttet av';
$strFieldsEscapedBy = 'Felter beskyttet med';
$strFields = 'Felter';
$strFieldsTerminatedBy = 'Felter avsluttet med';
$strFileAlreadyExists = 'Fila %s eksisterer alt på serveren, endre navnet eller merk av for overskriving av fil.';
$strFileCouldNotBeRead = 'Fila kunne ikke leses';
$strFileNameTemplateDescriptionDatabase = 'databasenavn';
$strFileNameTemplateDescription = 'Denne verdien blir tolket slik som %1$sstrftime%2$s, så du kan bruke tidformateringsstrenger. I tillegg vil følgende transformasjoner skje: %3$s. All annen tekst beholdes som den er.';
$strFileNameTemplateDescriptionServer = 'tjenernavn';
$strFileNameTemplateDescriptionTable = 'tabellnavn';
$strFileNameTemplate = 'Filnavnsmal';
$strFileNameTemplateRemember = 'husk malen';
$strFileToImport = 'Fil for importering';
$strFixed = 'statisk';
$strFlushPrivilegesNote = 'Merk: phpMyAdmin får brukerprivilegiene direkte fra MySQL privilegietabeller. Innholdet i disse tabellene kan være forskjellig fra de privilegiene tjeneren bruker hvis det er utført manuelle endringer på den. I så fall bør du %soppfriske privilegiene%s før du fortsetter.';
$strFlushQueryCache = 'Flush query cache';
$strFlushTable = 'Oppfrisk tabellen ("FLUSH")';
$strFlushTables = 'Flush (close) all tables';
$strFormat = 'Format';
$strFormEmpty = 'Manglende verdi i skjemaet!';
$strFreePages = 'Ledige sider';
$strFullText = 'Hele strenger';
$strFunction = 'Funksjon';
 
$strGenBy = 'Generert av';
$strGeneralRelationFeat = 'Generelle relasjonsegenskaper';
$strGenerate = 'Generer';
$strGeneratePassword = 'Generer passord';
$strGenTime = 'Generert den';
$strGeorgian = 'Georgisk';
$strGerman = 'tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globale privilegier';
$strGlobalValue = 'Global verdi';
$strGo = 'Utfør';
$strGrantOption = 'Rettighet';
$strGreek = 'gresk';
$strGzip = 'Komprimert (gz)';
 
$strHandler = 'Handler';
$strHasBeenAltered = 'er endret.';
$strHasBeenCreated = 'er opprettet.';
$strHaveToShow = 'Du må velge minst en kolonne for visning';
$strHebrew = 'hebraisk';
$strHexForBinary = 'Bruk heksadesimal for binære felter';
$strHome = 'Hjem';
$strHomepageOfficial = 'Offisiell phpMyAdmin-hjemmeside';
$strHostEmpty = 'Vertsnavnet er tomt!';
$strHost = 'Vert';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 eksportinnstillinger';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 eksportinnstillinger';
$strHungarian = 'ungarsk';
 
$strIcelandic = 'Islandsk';
$strId = 'ID';
$strIdxFulltext = 'Fulltekst';
$strIgnoreDuplicates = 'Ignorer dupliserte rader';
$strIgnore = 'Ignorer';
$strIgnoreInserts = 'Bruk ignore inserts';
$strIgnoringFile = 'Ignorerer fil %s';
$strImportDocSQL = 'Importer docSQL-filer';
$strImportFiles = 'Importer filer';
$strImportFormat = 'Formatet til importert fil';
$strImport = 'Importer';
$strImportSuccessfullyFinished = 'Importen er fullført, %d spørringer utført.';
$strIndexes = 'Indekser';
$strIndexHasBeenDropped = 'Indeksen %s har blitt slettet';
$strIndex = 'Indeks';
$strIndexName = 'Indeksnavn&nbsp;:';
$strIndexType = 'Indekstype&nbsp;:';
$strIndexWarningMultiple = 'Mer enn en %s nøkkel ble opprettet for kolonne `%s`';
$strIndexWarningPrimary = 'Både PRIMARY og INDEX nøkler bør ikke settes for kolonne `%s`';
$strIndexWarningTable = 'Problemer med indeksene i tabellen `%s`';
$strIndexWarningUnique = 'Både UNIQUE og INDEX nøkler bør ikke settes for kolonne `%s`';
$strInnoDBAutoextendIncrement = 'Autoforstørrende økning';
$strInnoDBAutoextendIncrementDesc = 'Økningen som brukes for å forstørre et autoforstørrende tabellager når den blir full.';
$strInnoDBBufferPoolSizeDesc = 'størrelsen på datalageret InnoDB bruker for å mellomlagre data og indekser for sine tabeller.';
$strInnoDBBufferPoolSize = 'Mellomlagerstørrelse';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDir = 'Datalagringsmappe';
$strInnoDBDataHomeDirDesc = 'Felles del av filsti for alle InnoDB datafiler.';
$strInnoDBPages = 'sider';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Din konfigurasjonsfil inneholder innstillinger (root uten passord) som korrensponderer med MySQLs standard priviligerte brukerkonto. Din MySQL-tjener kjører med denne standardinnstillingen, er åpen for misbruk, og du burde fikse dette sikkerhetshullet snarest.';
$strInsertAsNewRow = 'Sett inn som ny rad';
$strInsertedRowId = 'Satt inn rad id:';
$strInsertedRows = 'Innsatte rader:';
$strInsertNewRow = 'Sett inn ny rad';
$strInsert = 'Sett inn';
$strInternalNotNecessary = '* En intern relasjon er ikke nødvendig når den også eksisterer i InnoDB.';
$strInternalRelations = 'Interne relasjoner';
$strInUse = 'i bruk';
$strInvalidAuthMethod = 'Ugyldig autentiseringsmetode satt opp i konfigureringen:';
$strInvalidColumnCount = 'Antall kolonner må være større enn null.';
$strInvalidColumn = 'Ugyldig kollonne (%s) angitt!';
$strInvalidCSVFieldCount = 'Ugyldig antall felt i CSV importen i linje %d.';
$strInvalidCSVFormat = 'Ugyldig format i CSV importen i linje %d.';
$strInvalidCSVParameter = 'Ugyldig parameter for CSV import: %s';
$strInvalidFieldAddCount = 'Du må sette inn minst ett felt.';
$strInvalidFieldCount = 'Tabellen må ha minst ett felt.';
$strInvalidLDIImport = 'Dette tillegget støtter ikke komprimerte importeringer!';
$strInvalidRowNumber = '%d er ikke et gyldig radnummer.';
$strInvalidServerHostname = 'Ugyldig tjenernavn for tjener %1$s. Kontroller din konfigurasjon.';
$strInvalidServerIndex = 'Ugyldig tjenerindeks: "%s"';
 
$strJapanese = 'japansk';
$strJoins = 'Sammenføyninger';
$strJumpToDB = 'Hopp til databasen &quot;%s&quot;.';
$strJustDelete = 'Bare slett brukerne fra privilegium tabellene.';
$strJustDeleteDescr = 'Den &quot;slettede&quot; brukeren vil fortsatt kunne bruke tjeneren som normalt inntill privilegiene er oppfrisket.';
 
$strKeepPass = 'Ikke endre passordet';
$strKeyCache = 'Nøkkelmellomlager';
$strKeyname = 'Nøkkel';
$strKill = 'Avslutt';
$strKorean = 'koreansk';
 
$strLandscape = 'Landskapsformat';
$strLanguageFileNotFound = 'Språkfil "%1$s" ble ikke funnet.';
$strLanguageUnknown = 'Ukjent språk: %1$s.';
$strLatchedPages = 'Tilknyttede sider';
$strLatexCaption = 'Tabelloverskrift';
$strLatexContent = 'Innhold i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsettet tabelloverskrift';
$strLatexContinued = '(fortsettet)';
$strLatexIncludeCaption = 'Inkluder tabelloverskrift';
$strLatexLabel = 'Merkelappnøkkel';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX innstillinger';
$strLatexStructure = 'Struktur i tabell __TABLE__';
$strLatvian = 'Latvisk';
$strLDI = 'CSV med LOAD DATA';
$strLDIImportOptions = 'Innstillinger for CSV import via LOAD DATA';
$strLDILocal = 'Bruk LOCAL nøkkelord';
$strLengthSet = 'Lengde/Sett*';
$strLimitNumRows = 'Antall poster per side';
$strLinesTerminatedBy = 'Linker avsluttet med';
$strLinkNotFound = 'Link ikke funnet';
$strLinksTo = 'Linker til';
$strLithuanian = 'lithauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Plassering av filen';
$strLoginInformation = 'Innlogingsinformasjon';
$strLogin = 'Logg inn';
$strLogout = 'Logg ut';
$strLogPassword = 'Passord:';
$strLogServer = 'Tjener';
$strLogUsername = 'Brukernavn:';
$strLongOperation = 'Denne operasjonen kan ta lang tid. Ønsker du å fortsette?';
 
$strMaxConnects = 'maks. samtidige tilkoblinger';
$strMaximalQueryLength = 'Maksimum lengde av opprettet spørring';
$strMaximumSize = 'Maksimum størrelse: %s%s';
$strMbExtensionMissing = 'PHP tillegget mbstring ble ikke funnet og det ser ut til at du bruker et flerbyte tegnsett. Uten mbstring-tillegget så kan ikke phpMyAdmin splitte strenger korrekt og dette kan medføre uønskede resultater.';
$strMbOverloadWarning = 'Du har slått på mbstring.func_overload i din PHP konfigurasjon. Denne opsjonen er ikke kompatibel med phpMyAdmin og kan medføre skader på data!';
$strMIME_available_mime = 'Tilgjengelige MIME-typer';
$strMIME_available_transform = 'Tilgjengelige transformationer';
$strMIME_description = 'Beskrivelse';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'Ingen beskrivelse er tilgjengelig for denne transformasjonen.<br />Spør forfatteren hva %s gjør.';
$strMIME_transformation = 'Nettvisertransformasjon';
$strMIME_transformation_note = 'For en liste over tilgjengelige transformasjonsvalg, klikk på %stransformasjonsbeskrivelser%s';
$strMIME_transformation_options_note = 'Skriv inn verdiene for transformasjon med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du trenger å bruke en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene så sett en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Transformasjonsvalg';
$strMIMETypesForTable = 'MIME TYPER FOR TABELLEN';
$strMIME_without = 'MIME-typer skrevet i kursiv har ikke en separat transformasjonsfunksjon';
$strModifications = 'Endringene er lagret';
$strModify = 'Endre';
$strModifyIndexTopic = 'Endre en indeks';
$strMoveTable = 'Flytt tabell til (database<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har blitt flyttet til %s.';
$strMoveTableSameNames = 'Kan ikke flytte tabellen til samme navn!';
$strMultilingual = 'flerspråkelig';
$strMyISAMDataPointerSize = 'Datapekerstørrelse';
$strMyISAMDataPointerSizeDesc = 'Standard pekerstørrelse i bytes, som brukes av CREATE TABLE for MyISAM tabeller når ingen MAX_ROWS innstillinger er spesifisert.';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hvis den midlertidige fila brukt for hurtig MyISAM indeksopprettelse ville bli større enn å bruke nøkkelmellomlager med størrelsen spesifisert her, så bruk nøkkellagermetoden.';
$strMyISAMMaxExtraSortFileSize = 'Maksimum størrelse for midlertidige filer under indeksopprettelse';
$strMyISAMMaxSortFileSizeDesc = 'Maksimum størrelse for den midlertidige fila MySQL har lov til å bruke når den gjennoppretter en MyISAM indeks (med spørringene REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksimum størrelse for midlertidige sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk gjennopprettignsmodus';
$strMyISAMRecoverOptionsDesc = 'Modusen for automatisk gjennoppretting av MyISAM tabeller som har kræsjet, konfigurert via --myisam-recover tjeneroppstartsinnstillingen.';
$strMyISAMRepairThreadsDesc = 'Hvis denne verdien er større enn 1 så blir MyISAM tabellindekser opprettet parallelt (hver indeks i sin egen tråd) under REPAIR av sorteringsprosessen.';
$strMyISAMRepairThreads = 'Reparer tråder';
$strMyISAMSortBufferSizeDesc = 'Bufferet som brukes ved sortering av MyISAM indekser under en REPAIR TABLE eller når indekser blir opprettet med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Sorteringsbufferstørrelse';
$strMySQLCharset = 'MySQL-tegnsett';
$strMysqlClientVersion = 'MySQL klientversjon';
$strMySQLConnectionCollation = 'Kollasjon av MySQL-oppkobling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Vis prosesser';
$strMySQLShowStatus = 'Vis MySQL driftsstatus';
$strMySQLShowVars = 'Vis MySQL systemvariabler';
 
$strName = 'Navn';
$strNext = 'Neste';
$strNoActivity = 'Ingen aktivitet på %s sekunder eller mer, du må logge inn på nytt';
$strNoDatabases = 'Ingen databaser';
$strNoDatabasesSelected = 'Ingen databaser er valgt.';
$strNoDescription = 'ingen beskrivelse';
$strNoDetailsForEngine = 'Det er ikke noen detaljert statusinformasjon for denne lagringsmotoren.';
$strNoDropDatabases = '"DROP DATABASE"-uttrykk er avslått.';
$strNoExplain = 'Ikke forklar SQL';
$strNoFilesFoundInZip = 'Ingen filer funnet inne i ZIP arkivet!';
$strNoFrames = 'phpMyAdmin er mer brukervennlig med en <b>rammekapabel</b> nettleser.';
$strNoIndex = 'Ingen indeks definert!';
$strNoIndexPartsDefined = 'Ingen indeksdeler definert!';
$strNoModification = 'Ingen endring';
$strNo = 'Nei';
$strNone = 'Ingen';
$strNoOptions = 'Dette formatet har ingen valg';
$strNoPassword = 'Intet passord';
$strNoPermission = 'Webserveren har ikke tillatelse til å lagre fila %s.';
$strNoPhp = 'uten PHP kode';
$strNoPrivileges = 'Ingen privilegier';
$strNoRights = 'Du har ikke nok rettigheter til å være her nå!';
$strNoRowsSelected = 'Ingen rader valgt';
$strNoSpace = 'Ikke nok plass til å lagre fila %s.';
$strNoTablesFound = 'Ingen tabeller i databasen.';
$strNoThemeSupport = 'Ikke støtte for maler, kontroller konfigureringen og/eller dine maler i katalogen %s.';
$strNothingToImport = 'Du skrev ikke inn noe data for import!';
$strNotNumber = 'Dette er ikke ett tall!';
$strNotOK = 'ikke OK';
$strNotSet = '<b>%s</b> tabellen ble ikke funnet eller ikke konfigurert i %s';
$strNoUsersFound = 'Ingen bruker(e) funnet.';
$strNoValidateSQL = 'Ikke teste SQL';
$strNull = 'Null';
$strNumberOfFields = 'Antall felter';
$strNumSearchResultsInTable = '%s treff i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> treff';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Åpne nytt phpMyAdmin vindu';
$strOperations = 'Operasjoner';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiser tabell';
$strOr = 'Eller';
$strOverhead = 'Overheng';
$strOverwriteExisting = 'Overskriv eksisterende fil(-er)';
 
$strPageNumber = 'Sidenummer:';
$strPagesToBeFlushed = 'Sider som skal tømmes';
$strPaperSize = 'Papirstørrelse';
$strPartialImport = 'Delvis importering';
$strPartialText = 'Delvis tekst';
$strPasswordChanged = 'Passordet til %s er endret.';
$strPasswordEmpty = 'Passordet er blankt!';
$strPasswordHashing = 'Passordnøkling';
$strPasswordNotSame = 'Passordene er ikke like!';
$strPassword = 'Passord';
$strPdfDbSchema = 'Skjema for "%s"-databasen - Side %s';
$strPdfInvalidTblName = 'Tabellen "%s" eksisterer ikke!';
$strPdfNoTables = 'Ingen tabeller';
$strPDFOptions = 'PDF innstillinger';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapporttittel';
$strPerHour = 'per time';
$strPerMinute = 'per minutt';
$strPerSecond = 'per sekund';
$strPersian = 'Persisk';
$strPhoneBook = 'telefonkatalog';
$strPHP40203 = 'Du bruker PHP 4.2.3, som har en alvorlig feil med flerbyte-strenger (mbstring). Se PHP-feilrapport 19404. Denne versjonen av PHP er ikke anbefalt for bruk med phpMyAdmin.';
$strPhp = 'Lag PHP kode';
$strPHPVersion = 'PHP-Versjon';
$strPmaDocumentation = 'phpMyAdmin-Dokumentasjon';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> variabelen MÅ være innstilt i din konfigurasjonsfil!';
$strPolish = 'Polsk';
$strPortrait = 'Portrettformat';
$strPos1 = 'Start';
$strPrevious = 'Forrige';
$strPrimaryKeyHasBeenDropped = 'Primærnøkkelen har blitt slettet';
$strPrimaryKeyName = 'Navnet til primærnøkkelen må være... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>må</b> være navnet til og <b>bare til</b> en primærnøkkel!)';
$strPrimary = 'Primær';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Forhåndsvisning (med all tekst)';
$strPrintView = 'Utskriftsvennlig forhåndsvisning';
$strPrivDescAllPrivileges = 'Inkluder alle privilegier unntatt GRANT.';
$strPrivDescAlterRoutine = 'Tillater endring og sletting av lagrede rutiner.';
$strPrivDescAlter = 'Tillater endring av struktur på eksisterende tabeller.';
$strPrivDescCreateDb = 'Tillater oppretting av nye databaser og tabeller.';
$strPrivDescCreateRoutine = 'Tillater oppreting av lagrede rutiner.';
$strPrivDescCreateTbl = 'Tillater oppretting av nye tabeller.';
$strPrivDescCreateTmpTable = 'Tillater oppretting av midlertidige tabeller.';
$strPrivDescCreateUser = 'Tillater oppretting, sletting og navneendring av brukerkontoer.';
$strPrivDescCreateView = 'Tillater oppretting av nye visninger.';
$strPrivDescDelete = 'Tillater sletting av data.';
$strPrivDescDropDb = 'Tillater sletting av databaser og tabeller.';
$strPrivDescDropTbl = 'Tillater sletting av tabeller.';
$strPrivDescExecute5 = 'Tillater utføring av lagrede rutiner.';
$strPrivDescExecute = 'Tillater kjøring av lagrede prosedyrer; har ingen effekt på denne versjonen av MySQL.';
$strPrivDescFile = 'Tillater import og eksport av data til og fra filer.';
$strPrivDescGrant = 'Tillater å legge til brukere og privilegier uten å oppfriske privilegietabellene.';
$strPrivDescIndex = 'Tillater oppretting og sletting av indekser.';
$strPrivDescInsert = 'Tillater å legge til og erstatte data.';
$strPrivDescLockTables = 'Tillater låsing av tabeller for den kjørende tråden.';
$strPrivDescMaxConnections = 'Begrenser antall nye tilkoblinger brukeren kan åpne per time.';
$strPrivDescMaxQuestions = 'Begrenser antall spørringer brukeren kan sende til tjeneren per time.';
$strPrivDescMaxUpdates = 'Begrenser antall kommandoer som kan endre tabeller eller databaser brukeren kan utføre per time.';
$strPrivDescMaxUserConnections = 'Begrens antall samtidige tilkoblinger brukeren kan ha.';
$strPrivDescProcess3 = 'Tillater avslutting av prosesser som tilhører andre brukere.';
$strPrivDescProcess4 = 'Tillater visning av komplette spørringer i prosesslisten.';
$strPrivDescReferences = 'har ingen effekt i denne versjonen av MySQL.';
$strPrivDescReload = 'Tillater oppfrisking av tjenerinnstillinger og oppfrisking av mellomlager.';
$strPrivDescReplClient = 'Gir tillatelse til brukeren til å spørre hvor replikasjonsslaver eller -tjenere er.';
$strPrivDescReplSlave = 'Trenges av replikasjonsslavene.';
$strPrivDescSelect = 'Tillater lesing av data.';
$strPrivDescShowDb = 'Gir adgang til komplett liste over databaser.';
$strPrivDescShowView = 'Tillater utføring av SHOW CREATE VIEW spørringer.';
$strPrivDescShutdown = 'Tillater avslutting av tjener.';
$strPrivDescSuper = 'Tillater tilkobling, selv om maksimum tilkoblinger er nådd. Behøves for de fleste administrative operasjoner som å sette globale variabler eller avslutting av andre brukeres tråder.';
$strPrivDescUpdate = 'Tillater endring av data.';
$strPrivDescUsage = 'Ingen privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Oppfriskingen av privilegiene lyktes.';
$strProcesslist = 'Prosess liste';
$strProtocolVersion = 'Protokollversjon';
$strPutColNames = 'Sett inn feltnavn i første rad';
 
$strQBEDel = 'Slett';
$strQBEIns = 'Sett inn';
$strQBE = 'Spørring ved eksempel (Query by Example)';
$strQueryCache = 'Spørringsmellomlager';
$strQueryFrame = 'Spørringsvindu';
$strQueryOnDb = 'SQL-spørring i database <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historie';
$strQueryStatistics = '<b>Spørrings statistikk</b>: Siden oppstart, har %s spørringer blitt sendt til tjeneren.';
$strQueryTime = 'Spørring tok %01.4f sek';
$strQueryType = 'Spørringstype';
$strQueryWindowLock = 'Ikke overskriv denne spørringen fra andre vinduer';
 
$strReadRequests = 'Leseforespørsler';
$strReceived = 'Mottatt';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Sjekk referanseintegritet:';
$strRefresh = 'Oppdater';
$strRelationalSchema = 'Relasjonsskjema';
$strRelationNotWorking = 'Tilleggsfunksjonene for å kunne jobbe med koblede tabeller er deaktivert. For å finne ut hvorfor, klikk %sher%s.';
$strRelationsForTable = 'RELASJONER FOR TABELLEN';
$strRelations = 'Relasjoner';
$strRelationView = 'Relasjonsvisning';
$strReloadingThePrivileges = 'Oppfrisker privilegiene';
$strReloadMySQL = 'Omstart av MySQL';
$strRemoveSelectedUsers = 'Fjern valgte brukere';
$strRenameDatabaseOK = 'Databasen %s har endret navn til %s';
$strRenameTable = 'Endre tabellens navn';
$strRenameTableOK = 'Tabellen %s har fått nytt navn %s';
$strRepairTable = 'Reparer tabell';
$strReplaceNULLBy = 'Erstatt NULL med';
$strReplaceTable = 'Erstatt tabell med filen';
$strReplication = 'Replikering';
$strReset = 'Tøm skjema';
$strResourceLimits = 'Ressursbegrensninger';
$strReType = 'Gjenta';
$strRevokeAndDeleteDescr = 'Inntill privilegiene er oppfrisket vil brukerne fortsatt ha USAGE privilegiet.';
$strRevokeAndDelete = 'Tilbakekall alle aktive privilegier fra brukerne og slett dem etterpå.';
$strRevokeMessage = 'Du har fjernet privilegiene til %s';
$strRevoke = 'Tilbakekall';
$strRomanian = 'Rumensk';
$strRowLength = 'Radlengde';
$strRowsFrom = 'rader fra';
$strRowSize = ' Radstørrelse ';
$strRowsModeFlippedHorizontal = 'horisontal (roterte overskrifter)';
$strRowsModeHorizontal = 'vannrett';
$strRowsModeOptions = 'i %s modus og gjenta headers etter %s celler';
$strRowsModeVertical = 'loddrett';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistikk';
$strRunning = 'som kjører på %s';
$strRunQuery = 'Kjør spørring';
$strRunSQLQuery = 'Kjør SQL spørring/spørringer mot databasen %s';
$strRunSQLQueryOnServer = 'Kjør SQL spørring/spørringer på tjener %s';
$strRussian = 'russisk';
 
$strSave = 'Lagre';
$strSaveOnServer = 'Lagre på server i %s katalogen';
$strScaleFactorSmall = 'Skaleringsfaktoren er for liten til å romme alt på en side';
$strSearchFormTitle = 'Søk i database';
$strSearchInTables = 'I tabell(ene):';
$strSearchNeedle = 'Ord eller verdi(er) å søke etter (jokertegn: "%"):';
$strSearchOption1 = 'minst ett av ordene';
$strSearchOption2 = 'alle ordene';
$strSearchOption3 = 'med den nøyaktige setningen';
$strSearchOption4 = 'som "regular expression"';
$strSearchResultsFor = 'Søkeresultat for "<i>%s</i>" %s:';
$strSearch = 'Søk';
$strSearchType = 'Finn:';
$strSecretRequired = 'Konfigurasjonsfila trenger nå et hemmelig passordfrase (blowfish_secret).';
$strSelectADb = 'Vennligst velg en database';
$strSelectAll = 'Velg alle';
$strSelectBinaryLog = 'Velg binærlogg for visning';
$strSelectFields = 'Velg felt (minst ett):';
$strSelectNumRows = 'i spørring';
$strSelectTables = 'Velg tabeller';
$strSend = 'Last ned som fil';
$strSent = 'Sendt';
$strServerChoice = 'Tjenervalg';
$strServerNotResponding = 'Tjeneren svarer ikke';
$strServerStatusDelayedInserts = 'Forsinkede innsettinger';
$strServerStatus = 'Kjøringsinformasjon';
$strServerStatusUptime = 'Denne MySQL tjeneren har kjørt i %s. Den startet opp den %s.';
$strServerTabProcesslist = 'Prosesser';
$strServerTabVariables = 'Variabler';
$strServer = 'Tjener';
$strServerTrafficNotes = '<b>Tjenertraffikk</b>: Disse tabellene viser statistikk over nettverkstrafikken for denne MySQL-tjeneren siden dens oppstart.';
$strServerVars = 'Tjenervariabler og -innstillinger';
$strServerVersion = 'Tjenerversjon';
$strSessionValue = 'Økts verdi';
$strSetEnumVal = 'Hvis felttypen er "enum" eller "set", skriv inn verdien med dette formatet: \'a\',\'b\',\'c\'...<br />Hvis du skulle trenge å ha en skråstrek ("\") eller en enkel apostrof ("\'") blant disse verdiene, skriv en skråstrek foran (eks. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Vis alle';
$strShowColor = 'Vis farger';
$strShowDatadictAs = 'Data Ordbok Format';
$strShowFullQueries = 'Vis hele spørringen';
$strShowGrid = 'Vis rutenett';
$strShowingBookmark = 'Vis bokmerke';
$strShowingRecords = 'Viser rader ';
$strShowOpenTables = 'Vis åpne tabeller';
$strShowPHPInfo = 'Vis PHP-informasjon';
$strShowSlaveHosts = 'Vis slaveverter';
$strShowSlaveStatus = 'Vis slavestatus';
$strShowStatusBinlog_cache_disk_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret men som overskred verdien av binlog_size og brukte en midlertidig fil for å lagre spørringer fra transaksjonen.';
$strShowStatusBinlog_cache_useDescr = 'Antall transaksjoner som brukte den midlertidige binærloggmellomlageret.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antall midlertidige tabeller lagret på harddisken automatisk opprettet av tjeneren mens den utførte spørringer. Hvis Created_tmp_disk_tables er stor bør du vurdere å øke tmp_table_size verdien slik at midlertidige tabeller blir lagret i minnet og ikke på harddisken.';
$strShowStatusCreated_tmp_filesDescr = 'Antall midlertidige filer mysqld har opprettet.';
$strShowStatusCreated_tmp_tablesDescr = 'Antall midlertidige tabeller i minnet automatisk opprettet av tjeneren under utføriing av spørringer.';
$strShowStatusDelayed_errorsDescr = 'Antall rader skrevet med INSERT DELAYED hvor en eller annen form for feil oppstod (mest sannsynlig duplisert nøkkel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antall INSERT DELAYED håndterertråder i bruk. Hver eneste tabell hvor det blir brukt INSERT DELAYE får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antall INSERT DELAYED rader skrevet.';
$strShowStatusFlush_commandsDescr = 'Antall utførte FLUSH uttrykk.';
$strShowStatusHandler_commitDescr = 'Antall interne COMMIT uttrykk.';
$strShowStatusHandler_deleteDescr = 'Antall ganger en rad ble slettet fra en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL tjeneren kan spørre NDB Cluster lagringsmotoren om den kjenner til en tabell med et gitt navn. Dette blir kalt oppdaging (discovery). Handler_discover indikerer antall ganger tabeller har blitt oppdaget.';
$strShowStatusHandler_read_firstDescr = 'Antall ganger det første innlegget ble lest fra en index. Hvis dette tallet er høyt tyder det på at tjeneren utfører en god del fullindekssøk; for eksempel, SELECT col1 FROM foo, da forutsatt at col1 er indeksert.';
$strShowStatusHandler_read_keyDescr = 'Antall forespørsler for å lese en rad basert på en nøkkel. Hvis dette tallet er høyt gir dette en god indikasjon på at dine spørringer og tabeller er riktig indeksert.';
$strShowStatusHandler_read_nextDescr = 'Antall forespørsler for å lese en rad basert på en fast posisjon. Denne er høy hvis du utører mange spørringer som behøver sortering av resultatet. Du har sansynligvis mange spørringer som krever at MySQL leser hele tabeller eller du har joins som ikke bruker nøkler korrekt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antall forespørsler for å lese neste rad i datafila. Dette tallet er høyt hvis du utfører mange tabellskanninger. Vanligvis betyr dette at dine tabeller ikke er rett indeksert eller at dine spørringer ikke er skrevet for å utnytte de indeksene du har.';
$strShowStatusHandler_rollbackDescr = 'Antall interne ROLLBACK kommandoer.';
$strShowStatusHandler_updateDescr = 'Antall forespørsler for å oppdatere en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antall forespørsler for å sette inn en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antall sider som inneholder data (endret eller uendret).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antall sider for tiden endret.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antall midlertidige mellomlagersider som det har vært oppfriskningsforespørsler på.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antall tomme sider.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antallet låste sider i InnoDBs mellomlager. Dette er sider som er under lesing eller skriving eller ikke kan tømmes eller fjernes av en annen grunn.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antall sider som er opptatt fordi de har blitt allokert for administrative oppgaver slik som radlåsing eller adaptiv nøkkelindeksering. Denne verdien kan også regnes ut som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total størrelse på midlertidig mellomlager i sider.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antall "tilfeldige" "read-aheads" InnoDB startet. Dette skjer når en spørring skanner en stor andel av en tabell men i en tilfeldig rekkefølge.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antall sekvensielle "read-aheads" InnoDB startet. Denne skjer når InnoDB utfører en sekvensiell full tabellskanning.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antall logiske leseforespørsler InnoDB har utført.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antall logiske lesninger som InnoDN ikke kunne tilfredsstille fra mellomlageret og måtte utføre en enkelsidelesnining.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt vil skrivinger til InnoDBs mellomlager skje i bakgrunnen. Men, hvis det er behov for å lese eller opprette en side og ingen rene/tomme sider er tilgjengelig så er det nødvendig å vente på at sider blir tømt først. Denne telleren viser antall slike ventinger. Hvis mellomlagerstørrelsen er godt innstilt så vil denne verdien være liten.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antall skrivinger til InnoDBs midlertidig mellomlager.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antall fsync() operasjoner så langt.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Antall ventende fsync() operasjoner.';
$strShowStatusInnodb_data_pending_readsDescr = 'Antall ventende lesinger.';
$strShowStatusInnodb_data_pending_writesDescr = 'Antall ventende skrivinger.';
$strShowStatusInnodb_data_readDescr = 'Mengden data lest så langt, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Antall utførte lesninger.';
$strShowStatusInnodb_data_writesDescr = 'Antall utførte skrivinger.';
$strShowStatusInnodb_data_writtenDescr = 'Mengden data skrevet så langt, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antallet dobbeltskrivinger som har blitt utført og antall sider som har blitt skrevet på grunn av dette.';
$strShowStatusInnodb_log_waitsDescr = 'Antall ganger ventinger vi hadde fordi loggmellomlageret var for lite og vi måtte vente for at det skulle bli tømt før vi kunne fortsette.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antall loggskrivingsforespørsler.';
$strShowStatusInnodb_log_writesDescr = 'Antall fysiske skrivinger til loggfila.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antall fsync-skrivinger utført på loggfila.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antall ventende loggfil-fsyncs.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Ventende loggfilskrivinger.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antall bytes skrevet til loggfila.';
$strShowStatusInnodb_pages_createdDescr = 'Antall sider opprettet.';
$strShowStatusInnodb_page_sizeDescr = 'Den innkompilerte InnoDB sidestørrelsen (standard 16KB). Mange verdier måles i sider; sidestørrelsen gjør at det er lett å konvertere dem til bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antall sidelesninger.';
$strShowStatusInnodb_pages_writtenDescr = 'Antall sideskrivinger.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antall ventende radlåsinger.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Gjennomsnittlig tid for å oppnå radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid brukt for å få radlåsinger, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksimum tid brukt for å oppnå en radlåsing, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antall ganger en radlås måtte ventes på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antall rader slettet fra InnoDB tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antall rader satt inn i InnoDB tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antall rader lest fra InnoDB tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antall rader oppdatert i InnoDB tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antall nøkkelblokker i nøkkelmellomlageret som har blitt endret men som ikke ennå har blitt skrevet til harddisken. Dette var tidligere kjent som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antall ubrukte blokker i nøkkelmellomlageret. Du kan bruke denne verdien til å bestemme hvor mye av nøkkelmellomlageret som er i bruk.';
$strShowStatusKey_blocks_usedDescr = 'Antall brukte blokker i nøkkelmellomlageret. Denne verdien er et høyvannsmål som viser maksimum antall blokker som har vært brukt på en gang.';
$strShowStatusKey_read_requestsDescr = 'Antall forespørsler for å lese en nøkkelblokk fra mellomlageret.';
$strShowStatusKey_readsDescr = 'Antall fysiske lesninger av en nøkkelblokk fra harddisk. Hvis Key_reads er stor er nok din key_buffer_size verdi for liten. Mellomlagertreffraten kan kalkuleres med Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antall forespørsler for å skrive en nøkkelblokk til mellomlageret.';
$strShowStatusKey_writesDescr = 'Antall fysiske skrivinger av en nøkkelblokk til disk.';
$strShowStatusLast_query_costDescr = 'Den totale kostnad ved siste kompilerte spørring slik den ble utregnet av spørringsoptimisereren. Nyttig for å kunne sammenligne kostnader ved forskjellige spørringsplaner for den samme spørringen. Standardverdien på 0 betyr at ingen spørring har blitt kompilert ennå.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antall rader som venter på å bli skrevet i INSERT DELAY køer.';
$strShowStatusOpened_tablesDescr = 'Antall tabeller som har blitt åpnet. Hvis denne er stor er nok din tabellmellomlagerverdi for liten.';
$strShowStatusOpen_filesDescr = 'Antall åpne filer.';
$strShowStatusOpen_streamsDescr = 'Antall åpne dataflyter (hovedsaklig brukt til logging).';
$strShowStatusOpen_tablesDescr = 'Antall åpne tabeller.';
$strShowStatusQcache_free_blocksDescr = 'Antall ledige minneblokker i spørringsmellomlager.';
$strShowStatusQcache_free_memoryDescr = 'Mengden ledig minne i spørringsmellomlager.';
$strShowStatusQcache_hitsDescr = 'Antall mellomlagertreff.';
$strShowStatusQcache_insertsDescr = 'Antall spørringer lagt til i mellomlageret.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antall spørringer som har blitt fjernet fra mellomlageret for å frigjøre minne for nye spørringer. Denne informasjonen kan hjelpe deg å fininnstille størrelsen på spørringsmellomlageret. Spørringsmellomlageret bruker en minst og sist brukt (least recently used (LRU)) strategi for å finne hvilke spørringer som skal fjernes fra mellomlageret.';
$strShowStatusQcache_not_cachedDescr = 'Antallet ikkelagrede spørringer (kan ikke lagres, eller ikke lagret p.g.a. query_cache_type innstillingen).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antall spørringer registrert i mellomlageret.';
$strShowStatusQcache_total_blocksDescr = 'Totale antall blokker i spørringsmellomlageret.';
$strShowStatusReset = 'Tilbakestill';
$strShowStatusRpl_statusDescr = 'Failsafe replikasjonsstatus (ikke implementert ennå).';
$strShowStatusSelect_full_joinDescr = 'Antall joins som ikke bruker indekser. Hvis denne verdien ikke er 0 bør du nøye sjekke indeksene til dine tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antall joins som trenger en rekkefølgesøk i en referansetabell.';
$strShowStatusSelect_range_checkDescr = 'Antall joins uten nøkler som kontrollerer for nøkkelbruk etter hver rad (Hvis denne ikke er 0 bør du nøye kontrollere dine tabellindekser.)';
$strShowStatusSelect_rangeDescr = 'Antall joins som brukte rekkefølger på den første tabellen. (Det er normalt ikke kritisk selv om denne verdien er stor.)';
$strShowStatusSelect_scanDescr = 'Antall joins som utførte en full skann av den første tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antall midlertidige tabeller for tiden åpnet av slave SQL tråden.';
$strShowStatusSlave_retried_transactionsDescr = 'Det totale antall ganger (siden oppstart) replikasjonsslave-SQL-tråden har gjentatt transaksjoner.';
$strShowStatusSlave_runningDescr = 'Denne er ON hvis denne tjeneren er en slave som er koblet til en master.';
$strShowStatusSlow_launch_threadsDescr = 'Antall tråder som har brukt mer enn slow_launch_time sekunder under opprettelse.';
$strShowStatusSlow_queriesDescr = 'Antall spørringer som har brukt mer enn long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antall sammenslåingspasseringer sorteringsalgoritmen har måttet utføre. Hvis denne verdien er stor bør du vurdere å øke verdien av sort_buffer_size systemvariabelen.';
$strShowStatusSort_rangeDescr = 'Antall sorteringer som ble utført med rekkefølger.';
$strShowStatusSort_rowsDescr = 'Antall sorterte rader.';
$strShowStatusSort_scanDescr = 'Antall sorteringer som har vært utført ved hjelp av skanning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antall ganger en tabellåsing ble utført umiddelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antall ganger en tabellås ikke har kunnet blitt opprettet umiddelbart og en venting ble nødvendig. Hvis denne er høy og du har ytelsesproblemer bør du først optimalisere dine spørringer, og deretter enten splitte din tabell eller tabeller eller bruke replikasjon.';
$strShowStatusThreads_cachedDescr = 'Antall tråder i trådmellomlageret. Mellomlagertreffraten kan regnes ut som Threads_created/Connections. Hvis denne verdien er rød bør du øke din thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antall åpne tilkoblinger.';
$strShowStatusThreads_createdDescr = 'Antall tråder opprettet for å handtere tilkoblinger. Hvis Threads_created er stor bør du vurdere å øke thread_cache_size størrelsen. (Normalt vil dette ikke gi noen merkbar forbedring hvis du har en god trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antall tråder som ikke sover.';
$strShowTableDimension = 'Vis tabelldimensjoner';
$strShowTables = 'Vis tabeller';
$strShowThisQuery = ' Vis denne spørring her igjen ';
$strShow = 'Vis';
$strSimplifiedChinese = 'forenklet kinesisk';
$strSingly = '(enkeltvis)';
$strSize = 'Størrelse';
$strSkipQueries = 'Antall poster(spørringer) å hoppe over fra start';
$strSlovak = 'Slovakisk';
$strSlovenian = 'Slovensk';
$strSocketProblem = '(eller den lokale MySQL tjenerens sokkel er ikke korrekt konfigurert)';
$strSortByKey = 'Sorter etter nøkkel';
$strSorting = 'Sortering';
$strSort = 'Sorter';
$strSpaceUsage = 'Plassbruk';
$strSpanish = 'Spansk';
$strSplitWordsWithSpace = 'Ord er separert med et mellomrom (" ").';
$strSQLExportCompatibility = 'SQL eksportkompabilitet';
$strSQLExportType = 'Eksporttype';
$strSQLImportOptions = 'SQL innstillinger';
$strSQLOptions = 'SQL valg';
$strSQLParserBugMessage = 'Det er en mulighet for at du har funnet en feil i SQL-parseren. Vennligst kontroller din spørring nøye og kontroller at anførselstegn er korrekte og matsjer hverandre. En annen mulig feilårsak kan være at du overfører en fil med binærkode som ikke ligger innenfor anførselstegn. Du kan også teste din spørring i MYSQLs kommandolinjegrensesnitt. Feilmeldingen fra MySQL-tjeneren nedenfor, hvis det var en, kan også hjelpe deg med å analysere problemet. Hvis du fortsatt har problemer eller parseren feiler hvor kommandolinjegrensesnittet lyktes, vennligst reduser din SQL-spørring til den spørringen som forårsaker problemet og send en feilrapport med datastykket i CUT-seksjonen nedenfor:';
$strSQLParserUserError = 'Det ser ut til å være en feil i din SQL-spørring. En eventuell feilmelding fra MySQL-tjeneren er skrevet ut nedenfor, kan kanskje hjelpe deg med å finne feilen.';
$strSQLQuery = 'SQL-spørring';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ugyldig identifikator';
$strSQPBugUnclosedQuote = 'Anførselstegnet er ikke lukket';
$strSQPBugUnknownPunctuation = 'Ukjent tegnsettingsstreng';
$strStatCheckTime = 'Sist kontrollert';
$strStatCreateTime = 'Opprettet';
$strStatement = 'Oversikt';
$strStatisticsOverrun = 'På en travel tjener så kan byte-tellerene overflyte, så denne statistikken som rapportert av MySQL tjeneren kan være unøyaktig.';
$strStatUpdateTime = 'Sist oppdatert';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV-data';
$strStrucData = 'Struktur og data';
$strStrucDrop = 'Legg til DROP TABLE';
$strStrucExcelCSV = 'CSV for MS Excel data';
$strStrucNativeExcel = 'Originale MS Excel data';
$strStrucOnly = 'Kun struktur';
$strStructPropose = 'Foreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Send';
$strSuccess = 'Kommandoen/spørringen er utført';
$strSum = 'Sum';
$strSwedish = 'svensk';
$strSwitchToDatabase = 'Bytt til kopiert database';
$strSwitchToTable = 'Bytt til kopiert tabell';
 
$strTableAlreadyExists = 'Tabel %s eksisterer allerede!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnavnet er tomt!';
$strTableHasBeenDropped = 'Tabellen %s har blitt slettet';
$strTableHasBeenEmptied = 'Tabellen %s har blitt tømt';
$strTableHasBeenFlushed = 'Tabelen %s har blitt oppfrisket';
$strTableMaintenance = 'Tabellvedlikehold';
$strTableOfContents = 'Innholdsfortegnelse';
$strTableOptions = 'Tabellinnstillinger';
$strTables = '%s tabell(er)';
$strTableStructure = 'Tabellstruktur for tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltype';
$strTakeIt = 'velg';
$strTblPrivileges = 'Tabell-spesifikke privilegier';
$strTempData = 'Midlertidige data';
$strTextAreaLength = ' På grunn av sin lengde,<br /> så vil muligens dette feltet ikke være redigerbart ';
$strThai = 'thai';
$strThemeDefaultNotFound = 'Standard stil %s ble ikke funnet!';
$strThemeNoPreviewAvailable = 'Ingen forhandsvisning tilgjengelig.';
$strThemeNotFound = 'Stilen %s ble ikke funnet!';
$strThemeNoValidImgPath = 'Ingen gyldig bildesti for stilen %s ble funnet!';
$strThemePathNotFound = 'Stilsti ble ikke funnet for stilen %s!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denne vert';
$strThisNotDirectory = 'Dette var ikke en katalog';
$strThreads = 'Tråder';
$strThreadSuccessfullyKilled = 'Tråd %s ble avsluttet med suksess.';
$strTimeoutInfo = 'Forrige import ble tidsavbrutt, vil fortsette fra posisjon %d etter gjenninnsending.';
$strTimeoutNothingParsed = 'Men under den siste kjøringen så ble ingen data lest, dette betyr vanligvis at phpMyAdmin ikke vil være istand til å fullføre importeringen uten at du øker php tidsgrensen.';
$strTimeoutPassed = 'Skripttidsabrudd passert, hvis du ønsker å fortsette importen kan du gjennopplaste fila og importeringen vil fortsette.';
$strTime = 'Tid';
$strToggleScratchboard = 'slå av/på kladdevindu';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Tradisjonell kinesisk';
$strTraditionalSpanish = 'Tradisjonell spansk';
$strTraffic = 'Trafikk';
$strTransactionCoordinator = 'Transaksjonskoordinator';
$strTransformation_application_octetstream__download = 'Vis en link for å kunne laste ned de binære dataene til et felt. Den første opsjonen er filnavnet til den binære fila. Den andre opsjonen er et potensielt feltnavn i en tabell som inneholder filnavnet. Hvis du velger den andre opsjonen så må den første være satt til en tom strengverdi';
$strTransformation_application_octetstream__hex = 'Vis dataene i heksadesimal.';
$strTransformation_image_jpeg__inline = 'Viser et klikkbart tommelfingerbilde; valg: bredde, høyde i piksler (bevarer originale forhold)';
$strTransformation_image_jpeg__link = 'Viser en link til dette bildet (m.a.o. direkte blob-nedlasting).';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Tar et TIME, TIMESTAMP eller DATETIME felt og formaterer det med din lokale dato-/tidsformat. Første valg er avviket (i timer) som vil bli lagt til tidsformatet (Standard: 0). Andre valget er et annet dato-/tidsformat basert på parameterene til PHPs strftime().';
$strTransformation_text_plain__external = 'BARE LINUX: Starter et eksternt program og gir den feltdataene via standard input. Returnerer standart output fra programmet. Standard er Tidy, for å skrive ut pen HTML kode. Av sikkerhetsgrunner så må du redigere fila libraries/transformations/text_plain__external.inc.php og skrive inn de verktøyene du tillater å kjøres. Den første verdien er antall programmer du ønsker å bruke og den andre verdien er parameterene for programmet. Den tredje verdien, hvis den er satt til 1 vil konvertere utskriften med htmlspecialchars() (Standard er 1). En fjerde verdi vil, viss satt til 1 sette en NOWRAP i innholdscellen slik at hele resultatet blir vist uten reformatering (Standard er 1)';
$strTransformation_text_plain__formatted = 'Bevarer original formatering av feltet. Ingen \'escaping\' blir utført.';
$strTransformation_text_plain__imagelink = 'Viser et bilde og en link, feltet inneholder filnavnet; første verdi er et prefiks slik som "http://domain.com/", andre verdien er bredden i piksler, tredje er høyden.';
$strTransformation_text_plain__link = 'Viser en link, feltet inneholder filnavnet, ; første verdi er et prefiks slik som "http://domain.com/", andre verdien er en tittel for linken.';
$strTransformation_text_plain__sql = 'Formaterer tekst som en SQL spørring med syntaksutheving.';
$strTransformation_text_plain__substr = 'Viser bare en delstreng. Første verdien er antall tegn fra starten hvor din tekst begynner (Standard: 0). Andre verdien er hvor mange tegn som skal returneres. Hvis den er tom så returneres resten av teksten. Den tredje verdien definerer hvilke tegn som vil bli lagt til resultatet når en delstreng blir returnert (Standard: ...).';
$strTruncateQueries = 'Forkort vist spørring';
$strTurkish = 'tyrkisk';
$strType = 'Type';
 
$strUkrainian = 'ukrainsk';
$strUncheckAll = 'Fjern merking';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'ukjent';
$strUnselectAll = 'Fjern alle valgte';
$strUnsupportedCompressionDetected = 'Du forsøkte å laste en komprimert fil som det ikke er støtte for (%s). Enten så er ikke støtte implementert eller den er slått av i din konfigurasjon.';
$strUpdatePrivMessage = 'Du har oppdatert privilegiene til %s.';
$strUpdateProfileMessage = 'Profilen har blitt oppdatert.';
$strUpdateQuery = 'Oppdater spørring';
$strUpdComTab = 'Les i dokumentasjonen hvordan du oppdaterer din Column_comments tabell';
$strUpgrade = 'Du burde oppgradere til %s %s eller nyere.';
$strUploadLimit = 'Du forsøkte sansynligvis å laste opp en for stor fil. Sjekk %sdokumentasjonen%s for måter å omgå denne begrensningen.';
$strUsage = 'Bruk';
$strUseBackquotes = 'Bruk venstre anførselstegn med tabell og feltnavn';
$strUsedPhpExtensions = 'Brukte PHP-tillegg';
$strUseHostTable = 'Vis vert tabell';
$strUserAlreadyExists = 'Brukeren %s finnes fra før!';
$strUser = 'Bruker';
$strUserEmpty = 'Brukernavnet er tomt!';
$strUserName = 'Brukernavn';
$strUserNotFound = 'Den valgte brukeren ble ikke funnet i privilegietabellen.';
$strUserOverview = 'Brukeroversikt';
$strUsersDeleted = 'De valgte brukerne har blitt slettet.';
$strUsersHavingAccessToDb = 'Brukere som har adgang til &quot;%s&quot;';
$strUseTabKey = 'Bruk TAB tasten for å flytte fra verdi til verdi, eller CTRL+piltastene for å bevege deg hvor som helst';
$strUseTables = 'Bruk tabeller';
$strUseTextField = 'Bruk tekstfelt';
$strUseThisValue = 'Bruk denne verdien';
 
$strValidateSQL = 'Test SQL';
$strValidatorError = 'SQL-kontrolleren kunne ikke startes. Vennligst sjekk at du har installert de nødvendige php-tilleggene som beskrevet i %sdokumentasjonen%s.';
$strValue = 'Verdi';
$strVar = 'Variabler';
$strVersionInformation = 'Versionsinformasjon';
$strViewDumpDatabases = 'Vis dumpet skjema av databaser';
$strViewDumpDB = 'Vis dump (skjema) av database';
$strViewDump = 'Vis dump (skjema) av tabell';
$strViewHasBeenDropped = 'Visningen %s har blitt slettet';
$strViewMaxExactCount = 'Denne visningen har mer enn %d rader. Les i %sdocumentation%s.';
$strView = 'Vis';
 
$strWebServerUploadDirectoryError = 'Katalogen du anga for opplasting kan ikke nåes';
$strWebServerUploadDirectory = 'webtjener opplastingskatalog';
$strWelcome = 'Velkommen til %s';
$strWestEuropean = 'vesteuropeisk';
$strWildcard = 'jokertegn';
$strWindowNotFound = 'Målvinduet kunne ikke oppdateres. Muligens du har lukket modervinduet eller din nettleser blokkerer vindu-til-vindu oppdateringer av sikkerhetsårsaker.';
$strWithChecked = 'Med avkrysset:';
$strWriteRequests = 'Skriveforespørsler';
$strWritingCommentNotPossible = 'Skriving av kommentar er ikke mulig';
$strWritingRelationNotPossible = 'Skriving av relasjon er ikke mulig';
$strWrongUser = 'Ugyldig brukernavn/passord. Ingen tilgang.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Merk: Ved å sette disse til 0 (null) fjernes begrensningen.';
$strZip = 'Komprimert (zip)';
 
// 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
 
?>
/Web/Maintenance/phpMyAdmin/lang/persian-utf-8.inc.php
0,0 → 1,1006
<?php
 
/* $Id: persian-utf-8.inc.php,v 2.121.2.3 2006/03/23 17:42:14 lem9 Exp $ */
/*
Persian(Farsi) translation by : Bornis Group
www.BornisGroup.com
info@BornisGroup.com
*/
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('بايت', 'كيلوبايت', 'مگا بايت', 'گيگا بايت', 'ترابايت', 'پتا بايت', 'اگزا بايت');
 
$day_of_week = array('يكشنبه', 'دوشنبه', 'سه‌شنبه', 'چهارشنبه', 'پنج‌شنبه', 'جمعه', 'شنبه');
$month = array('ژانويه', 'فوريه', 'مارس', 'آوريل', 'مي', 'ژوئن', 'جولاي', 'آگوست', 'سپتامبر', 'اكتبر', 'نوامبر', 'دسامبر');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ساعت %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAccessDenied = 'دسترسي مجاز نيست';
$strAction = 'عمل';
$strAddDeleteColumn = 'اضافه يا حذف ستونها';
$strAddDeleteRow = 'اضافه/حذف معيارها';
$strAddNewField = 'افزودن ستون جديد';
$strAddSearchConditions = 'افزودن شرايط جستجو (بدنه شرط "where"):';
$strAddUserMessage = 'شما يك كاربر جديد اضافه كرديد.';
$strAddUser = 'افزودن يك كاربر جديد';
$strAffectedRows = 'سطرهاي تحت تاثير واقع‌شده:';
$strAfterInsertBack = 'برو به صفحه قبل';
$strAfterInsertNewInsert = 'درج يك سطر جديد ديگر';
$strAfter = 'بعد از %s';
$strAllTableSameWidth = 'نمايش همه جدولها با عرض يكسان؟';
$strAll = 'همه';
$strAlterOrderBy = 'تغيير جدول مرتب شده با';
$strAnalyzeTable = 'تحليل جدول';
$strAnd = 'و';
$strAnIndex = 'يك فهرست در %s اضافه گرديد.';
$strAnyHost = 'همه ميزبانها';
$strAnyUser = 'همه كاربران';
$strAny = 'همه';
$strAPrimaryKey = 'يك كليد اصلي در %s اضافه شد';
$strAscending = 'صعودي';
$strAtBeginningOfTable = 'در ابتداي جدول';
$strAtEndOfTable = 'در انتهاي جدول';
$strAttr = 'ويژگيها';
 
$strBack = 'بازگشت';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'دودويي';
$strBrowse = 'مشاهده';
$strBzip = '"bzipped"';
 
$strCantLoadRecodeIconv = 'بارگذاري iconv يا recode extension كه براي تبديل مجموعه كاراكترها لازم است ، مقدور نمي‌باشد، php را براي اجازه استفاده از آنها تنظيم كرده و يا تبديل مجموعه كاراكترها (charset conversion) را در phpMyAdmin غيرفعال نماييد.';
$strCantRenameIdxToPrimary = 'بازناميدن فهرست به PRIMARY مقدور نمي‌باشد!';
$strChangeDisplay = 'ستون را براي نمايش انتخاب نماييد';
$strChangePassword = 'تغيير اسم رمز';
$strChange = 'تغيير';
$strCharsetOfFile = 'مجموعه كاراكترهاي پرونده:';
$strCheckAll = 'انتخاب همه';
$strCheckTable = 'بررسي جدول';
$strChoosePage = 'لطفا يك صفحه را براي ويرايش انتخاب نماييد';
$strColComFeat = 'نمايش توضيحات ستون';
$strColumnNames = 'نام ستونها';
$strComments = 'توضيحات';
$strCompleteInserts = 'تمام وروديها';
$strCompression = 'فشرده‌سازي';
$strConfigFileError = 'phpMyAdmin قادر به خواندن پرونده تنظيمات نمي‌باشد!<br />اين ممكن است به خاطر وجود يك مشكل دستوري و يا پيدانشدن پرونده توسط php باشد.<br />لطفا پرونده تنظميات را مستقيما توسط پيوند زير صدا زده و پيغام(هاي) خطاي php كه دريافت مي‌كنيد را بخوانيد. در اكثر موارد يك علامت نقل قول (" \' ") يا ويرگول‌نقطه (" ; ") در جايي وجود ندارد.<br />اگر يك صفحه خالي دريافت كرديد ، همه چيز درست است.';
$strConfigureTableCoord = 'لطفا مختصات جدول %s را تنظيم كنيد';
$strCopyTableOK = 'جدول %s به %s كپي شد.';
$strCopyTable = 'كپي كردن جدول به (پايگاه داده<b>.</b>جدول):';
$strCreateIndexTopic = 'ساخت فهرست جديد';
$strCreateIndex = 'ساخت يك فهرست در&nbsp;%s&nbsp;ستون';
$strCreateNewDatabase = 'ساخت پايگاه داده جديد';
$strCreateNewTable = 'ساخت جدول جديد در پايگاه داده %s';
$strCreatePage = 'ساخت يك صفحه جديد';
$strCreatePdfFeat = 'ساخت PDFs';
$strCreate = 'ساختن';
$strCriteria = 'معيارها';
 
$strDatabaseHasBeenDropped = 'پايگاه داده %s حذف گرديد.';
$strDatabasesStats = 'آمار پايگاههاي داده';
$strDatabases = 'پايگاههاي داده';
$strDatabase = 'پايگاه داده';
$strDataDict = 'فرهنگ داده‌ها';
$strDataOnly = 'فقط داده‌ها';
$strData = 'داده';
$strDefault = 'پيش‌فرض';
$strDeletedRows = 'سطرهاي حذف‌شده :';
$strDeleted = 'سطر حذف گرديد .';
$strDelete = 'حذف';
$strDescending = 'نزولي';
$strDisabled = 'غيرفعال';
$strDisplayFeat = 'نمايش خصوصيات';
$strDisplayOrder = 'ترتيب نمايش:';
$strDisplayPDF = 'نمايش الگوي PDF';
$strDoAQuery = 'انجام يك "پرس و جو با نمونه" (wildcard: "%")';
$strDocu = 'مستندات';
$strDoYouReally = 'آيا مطمئن هستيد ';
$strDrop = 'حذف';
$strDumpingData = 'حذف داده‌هاي جدول';
$strDumpXRows = 'حذف %s سطر(ها) ابتدا از سطر شماره %s.';
$strDynamic = 'پويا';
 
$strEditPDFPages = 'ويرايش صفحات PDF';
$strEditPrivileges = 'ويرايش امتيازات';
$strEdit = 'ويرايش';
$strEffective = 'موثر';
$strEmptyResultSet = 'MySQL يك نتيجه خالي داد. (مثلا 0 سطر).';
$strEmpty = 'خالي كردن';
$strEnabled = 'فعال';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'انتها';
$strEnglishPrivileges = ' نكته : نام امتيازات MySQL به زبان انگليسي بيان مي‌شود .';
$strError = 'خطا';
$strExplain = 'شرح دادن SQL';
$strExport = 'صدور';
$strExtendedInserts = 'وروديهاي تمديدشده';
$strExtra = 'اضافي';
 
$strFieldHasBeenDropped = 'ستون %s حذف گرديد';
$strFieldsEmpty = ' تعداد ستونها خالي است! ';
$strFieldsEnclosedBy = 'ستونهاي درميان‌گرفته با';
$strFieldsEscapedBy = 'ستونهاي جداشده با';
$strFieldsTerminatedBy = 'ستونهاي منتهي به';
$strFields = 'ستونها';
$strField = 'ستون';
$strFixed = 'fixed';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFormat = 'قالب';
$strFormEmpty = 'مقداري در فرم وارد نشده !';
$strFullText = 'كاملا متن';
$strFunction = 'تابع';
 
$strGenBy = 'توليد‌شده توسط';
$strGenTime = 'زمان توليد';
$strGo = 'تاييد';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'تغيير داده‌شد.';
$strHasBeenCreated = 'ساخته شد.';
$strHaveToShow = 'شما حذاقل بايد يك ستون را براي نمايش انتخاب نماييد';
$strHomepageOfficial = 'صفحه خانه رسمي phpMyAdmin';
$strHome = 'خانه';
$strHostEmpty = 'نام ميزبان خالي است!';
$strHost = 'ميزبان';
 
$strIdxFulltext = 'كاملا متن';
$strIgnore = 'Ignore';
$strImportDocSQL = 'وارد كردن پرونده‌هاي docSQL';
$strIndexes = 'فهرست‌ها';
$strIndexHasBeenDropped = 'فهرست %s حذف گرديد';
$strIndexName = 'اسم فهرست&nbsp;:';
$strIndexType = 'نوع فهرست&nbsp;:';
$strIndex = 'فهرست';
$strInsecureMySQL = 'پرونده پيكربندي شما حاوي تنظيماتي است (كاربر root بدون اسم رمز) كه مرتبط با حساب پيش‌فرض MySQL مي‌باشد. اجراي MySQL با اين پيش‌فرض باعث ورود غيرمجاز مي‌شود ، و شما بايد اين حفره امنيتي را ذرست كنيد.';
$strInsertAsNewRow = 'درج به عنوان يك سطر جديد';
$strInsertedRows = 'سطرهاي درج‌شده:';
$strInsertNewRow = 'درج سطر جديد';
$strInsert = 'درج';
$strInUse = 'in use';
 
$strKeepPass = 'عدم تغيير اسم رمز';
$strKeyname = 'Keyname';
$strKill = 'Kill';
 
$strLengthSet = 'طول/مقادير*';
$strLimitNumRows = 'تعداد سطرها در هر صفحه';
$strLinesTerminatedBy = 'خطوط منتهي به';
$strLinkNotFound = 'پيوند پيدا نشد';
$strLinksTo = 'پيوند به';
$strLocationTextfile = 'محل پرونده متني';
$strLogin = 'ورود';
$strLogout = 'خروج';
$strLogPassword = 'اسم رمز:';
$strLogUsername = 'نام كاربر:';
 
$strModifications = 'اصلاحات ذخيره گرديد';
$strModifyIndexTopic = 'اصلاح يك فهرست';
$strModify = 'اصلاح';
$strMoveTableOK = 'جدول %s به %s انتقال داده‌شد.';
$strMoveTable = 'انتقال جدول به (پايگاه داده<b>.</b>جدول):';
$strMySQLCharset = 'مجموع كاراكترهاي MySQL';
$strMySQLSaid = 'پيغام MySQL :';
$strMySQLShowProcess = 'نمايش فرايندها';
$strMySQLShowStatus = 'نمايش اطلاعات MySQL';
$strMySQLShowVars = 'نمايش متغيرهاي سيستمي MySQL';
 
$strName = 'اسم';
$strNext = 'بعد';
$strNoDatabases = 'No databases';
$strNoDescription = 'no Description';
$strNoDropDatabases = 'دستور "DROP DATABASE" غيرفعال مي‌باشد.';
$strNoIndex = 'هيچ فهرستي تعريف‌نشده‌است!';
$strNone = 'خير';
$strNoPassword = 'بدون اسم رمز';
$strNoPhp = 'بدون كد PHP';
$strNoTablesFound = 'در اين پايگاه داده هيچ جدولي وجود ندارد .';
$strNotNumber = 'اين يك عدد نيست!';
$strNotOK = 'not OK';
$strNotSet = 'جدول <b>%s</b> وجود ندارد و يا در %s تنظيم نشده‌است';
$strNoUsersFound = 'هيچ كاربري وچود ندارد.';
$strNo = 'خير';
$strNull = 'خالي';
$strNumTables = 'جدولها';
 
$strOK = 'تاييد';
$strOperations = 'عمليات';
$strOptimizeTable = 'بهينه‌سازي جدول';
$strOr = 'يا';
 
$strPageNumber = 'شماره صفحه:';
$strPasswordEmpty = 'اسم رمز خالي است!';
$strPasswordNotSame = 'اسم رمزها مانند هم نمي‌باشد!';
$strPassword = 'اسم رمز';
$strPdfInvalidTblName = 'جدول "%s" وجود ندارد!';
$strPdfNoTables = 'No tables';
$strPersian = 'فارسي';
$strPHPVersion = 'نسخه PHP';
$strPhp = 'ساخت كد PHP';
$strPmaDocumentation = 'مستندات phpMyAdmin';
$strPos1 = 'شروع';
$strPrevious = 'قبل';
$strPrimaryKeyHasBeenDropped = 'كليد اصلي حذف گرديد';
$strPrimaryKeyName = 'نام كليد اصلي بايد PRIMARY باشد !';
$strPrimaryKeyWarning = '(<b>فقط و فقط بايد</b> "PRIMARY" نام يك كليد اصلي باشد!)';
$strPrimary = 'اصلي';
$strPrintView = 'نماي چاپ';
$strPrint = 'چاپ';
$strPrivileges = 'امتيازات';
$strPutColNames = 'قراردادن نام ستونها در اولين سطر';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'پرس و جو';
$strQueryOnDb = 'پرس و جوي SQL از پايگاه داده <b>%s</b>:';
 
$strRecords = 'سطرها';
$strRelationNotWorking ='امكانات اضافي براي كاركردن با جدولهاي پيوندي غيرفعال شده‌است . براي پيداكردن دليل آن %sاينجا%s را بزنيد .';
$strReloadMySQL = 'بار كردن مجدد MySQL';
$strRenameTableOK = 'جدول %s به %s تغيير نام داده‌شد';
$strRenameTable = 'بازناميدن جدول به';
$strRepairTable = 'مرمت جدول';
$strReplaceTable = 'جايگزيني داده‌هاي جدول با پرونده';
$strReset = 'Reset';
$strReType = 'تكرار';
$strRevokeMessage = 'شما امتيازات %s را ابطال كرديد';
$strRevoke = 'ابطال';
$strRowLength = 'طول سطر';
$strRowsFrom = 'سطر(ها) ابتدا از سطر شماره ';
$strRowSize = ' اندازه سطر ';
$strRowsModeHorizontal = 'افقي';
$strRowsModeVertical = 'عمودي';
$strRowsStatistic = 'آمار سطرها';
$strRows = 'سطرها';
$strRunning = 'در ميزبان %s';
$strRunQuery = 'Submit Query';
$strRunSQLQuery = 'اجراي پرس و جو(ها)ي SQL در پايگاه‌داده %s';
 
$strSave = 'ذخيره';
$strSearchFormTitle = 'جستجو در پايگاه‌داده';
$strSearchInTables = 'در جدول(هاي) :';
$strSearchNeedle = 'كلمه(ها) يا مقدار(ها) براي جستجو (wildcard: "%"):';
$strSearchOption1 = 'حداقل يكي از كلمات';
$strSearchOption2 = 'تمامي كلمات';
$strSearchOption3 = 'عبارت كامل';
$strSearchOption4 = 'بعنوان مبين منظم(as regular expression)';
$strSearchResultsFor = 'نتيجه جستجوي "<i>%s</i>" %s:';
$strSearchType = 'نوع جستجو :';
$strSearch = 'جستجو';
$strSelectADb = 'لطفا يك پايگاه داده را انتخاب نماييد.';
$strSelectAll = 'انتخاب همه';
$strSelectFields = 'ستونها را انتخاب نماييد (حداقل يكي)';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'ذخيره به صورت پرونده';
$strServerVersion = 'نسخه سرور';
$strServer = 'سرور';
$strSetEnumVal = 'اگر نوع ستون "enum" يا "set" مي‌باشد ، لطفا براي ورود مقادير از اين قالب استفاده نماييد : \'a\',\'b\',\'c\'...<br /> اگر احتياج داشتيد كه از علامت مميز برعكس(بك‌اسلش) (" \ ") يا نقل‌قول تكي (" \' ") در آن مقادير استفاده نماييد ، قبل از آنها علامت (" \ ") را بگذاريد<br /> (براي مثال\'\\\\xyz\' يا \'a\\\'b\')';
$strShowAll = 'نمايش همه';
$strShowColor = 'نمايش رنگ';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'نمايش اطلاعات PHP';
$strShowTableDimension = 'نمايش ابعاد جدولها';
$strShowTables = 'نمايش جدولها';
$strShowThisQuery = ' نمايش دوباره اين پرس و جو در اينجا ';
$strShow = 'نمايش';
$strSingly = '(تنها)';
$strSize = 'اندازه';
$strSort = 'ترتيب';
$strSpaceUsage = 'فضاي استفاده‌شده';
$strSplitWordsWithSpace = 'كلمات با علامت فاصله (" ") جدا مي‌شوند.';
$strSQLQuery = 'پرس و جوي SQL';
$strSQLResult = 'نتيجه SQL';
$strSQL = 'SQL';
$strStatement = 'شرج';
$strStrucCSV = 'داده‌هاي CSV';
$strStrucData = 'ساختار و داده‌ها';
$strStrucDrop = 'افزودن \'جدول حذف‌شده\'';
$strStrucExcelCSV = 'CSV براي داده‌هاي MS Excel';
$strStrucOnly = 'فقط ساختار';
$strStructPropose = 'پيشنهاد ساختار جدول';
$strStructure = 'ساختار';
$strSubmit = 'ارسال';
$strSuccess = 'پرس و جوي SQL شما با موفقيت اجرا گرديد';
$strSum = 'مجموع';
 
$strTableComments = 'توضيحات جدول';
$strTableEmpty = 'نام جدول وارد نشده‌است !';
$strTableHasBeenDropped = 'جدول %s حذف گرديد';
$strTableHasBeenEmptied = 'جدول %s خالي شد';
$strTableMaintenance = 'نگهداشت جدول';
$strTables = '%s جدول(ها)';
$strTableType = 'نوع جدول';
$strTable = 'جدول';
$strTotalUC = 'جمع كل';
$strTotal = 'جمع كل';
$strType = 'نوع';
 
$strUncheckAll = 'عدم انتخاب همه';
$strUnique = 'يكتا';
$strUnselectAll = 'عدم انتخاب همه';
$strUpdatePrivMessage = 'امتيازات %s به هنگام گرديد.';
$strUpdateProfileMessage = 'تنظيمات به هنگام گرديد.';
$strUpdateQuery = 'به‌هنگام سازي پرس و جو';
$strUsage = 'استفاده';
$strUseBackquotes = 'قراردادن نام جدولها و ستونها بين علامت نقل‌قول (" \' ")';
$strUserEmpty = 'نام كاربر خالي است!';
$strUserName = 'نام كاربر';
$strUser = 'كاربر';
$strUseTables = 'بكارگيري جدولها';
 
$strValidateSQL = 'معتبرسازي SQL';
$strValue = 'مقدار';
$strViewDumpDB = 'نمايش الگوي پايگاه داده';
$strViewDump = 'نمايش الگوي جدول';
 
$strWebServerUploadDirectoryError = 'پوشه‌اي را كه براي انتقال فايل انتخاب كرده‌ايد قابل دسترسي نيست.';
$strWelcome = 'به %s خوش‌آمديد';
$strWithChecked = 'موارد انتخاب‌شده :';
$strWrongUser = 'نام كاربر/اسم رمز اشتباه است. دسترسي مجاز نيست.';
 
$strYes = 'بلي';
 
$strZip = '"zipped"';
 
// To translate:
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments'; //to translate
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
$strAdministration = 'Administration'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strArabic = 'Arabic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strAutodetect = 'Autodetect'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
 
$strCalendar = 'Calendar'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strCollation = 'Collation'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strCommand = 'Command'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConnections = 'Connections'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCroatian = 'Croatian'; //to translate
$strCSVOptions = 'CSV options'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options'; //to translate
$strDatabaseNoTable = 'This database contains no table!'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDBComment = 'Database comment: '; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEnglish = 'English'; //to translate
$strEstonian = 'Estonian'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFailedAttempts = 'Failed attempts'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strFileNameTemplate = 'File name template'; //to translate
$strFileNameTemplateRemember = 'remember template'; //to translate
$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 manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
 
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strGerman = 'German'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGreek = 'Greek'; //to translate
 
$strHebrew = 'Hebrew'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strHungarian = 'Hungarian'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strJapanese = 'Japanese'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLatvian = 'Latvian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLocalhost = 'Local'; //to translate
$strLoginInformation = 'Login Information'; //to translate
$strLogServer = 'Server'; //to translate
 
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strMIME_available_mime = 'Available MIME-types'; //to translate
$strMIME_available_transform = 'Available transformations'; //to translate
$strMIME_description = 'Description'; //to translate
$strMIME_MIMEtype = 'MIME-type'; //to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate
$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
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
$strNoModification = 'No change'; //to translate
$strNoOptions = 'This format has no options'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPaperSize = 'Paper size'; //to translate
$strPartialText = 'Partial Texts'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute'; //to translate
$strPerSecond = 'per second'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPolish = 'Polish'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strProcesslist = 'Process list'; //to translate
 
$strQueryFrame = 'Query window'; //to translate
$strQuerySQLHistory = 'SQL-history'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
$strQueryTime = 'Query took %01.4f sec'; //to translate
$strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReceived = 'Received'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRelations = 'Relations'; //to translate
$strRelationView = 'Relation view'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSent = 'Sent'; //to translate
$strServerChoice = 'Server Choice'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strSQLOptions = 'SQL options'; //to translate
$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:'; //to translate
$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'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStatCheckTime = 'Last check'; //to translate
$strStatCreateTime = 'Creation'; //to translate
$strStatUpdateTime = 'Last update'; //to translate
$strStatus = 'Status'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
 
$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
$strTakeIt = 'take it'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTime = 'Time'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTraffic = 'Traffic'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().'; //to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; //to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strTurkish = 'Turkish'; //to translate
 
$strUkrainian = 'Ukrainian'; //to translate
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserOverview = 'User overview'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTextField = 'Use text field'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strVar = 'Variable'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
 
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //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
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML'; //to translate
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/persian-windows-1256.inc.php
0,0 → 1,1005
<?php
 
/* $Id: persian-windows-1256.inc.php,v 2.118.2.3 2006/03/23 17:42:14 lem9 Exp $ */
/*
Persian(Farsi) translation by : Bornis Group
www.BornisGroup.com
info@BornisGroup.com
*/
$charset = 'windows-1256';
$text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'Tahoma, verdana, arial, helvetica, sans-serif';
$right_font_family = '"Windows UI", Tahoma, verdana, arial, helvetica, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ÈÇíÊ', 'ßíáæÈÇíÊ', 'ãÇ ÈÇíÊ', 'íÇ ÈÇíÊ', 'ÊÑÇÈÇíÊ', 'ÊÇ ÈÇíÊ', 'ǐÒÇ ÈÇíÊ');
 
$day_of_week = array('íßÔäÈå', 'ÏæÔäÈå', 'ÓåÔäÈå', 'åÇÑÔäÈå', 'ä̝ÔäÈå', 'ÌãÚå', 'ÔäÈå');
$month = array('ŽÇäæíå', 'ÝæÑíå', 'ãÇÑÓ', 'ÂæÑíá', 'ãí', 'ŽæÆä', 'ÌæáÇí', 'æÓÊ', 'ӁÊÇãÈÑ', 'ÇßÊÈÑ', 'äæÇãÈÑ', 'ÏÓÇãÈÑ');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ÓÇÚÊ %I:%M %p';
$timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
 
$strAccessDenied = 'ÏÓÊÑÓí ãÌÇÒ äíÓÊ';
$strAction = 'Úãá';
$strAddDeleteColumn = 'ÇÖÇÝå íÇ ÍÐÝ ÓÊæäåÇ';
$strAddDeleteRow = 'ÇÖÇÝå/ÍÐÝ ãÚíÇÑåÇ';
$strAddNewField = 'ÇÝÒæÏä ÓÊæä ÌÏíÏ';
$strAddSearchConditions = 'ÇÝÒæÏä ÔÑÇíØ ÌÓÊÌæ (ÈÏäå ÔÑØ "where"):';
$strAddUserMessage = 'ÔãÇ íß ßÇÑÈÑ ÌÏíÏ ÇÖÇÝå ßÑÏíÏ.';
$strAddUser = 'ÇÝÒæÏä íß ßÇÑÈÑ ÌÏíÏ';
$strAffectedRows = 'ÓØÑåÇí ÊÍÊ ÊÇËíÑ æÇÞڝÔÏå:';
$strAfterInsertBack = 'ÈÑæ Èå ÕÝÍå ÞÈá';
$strAfterInsertNewInsert = 'ÏÑÌ íß ÓØÑ ÌÏíÏ ÏíÑ';
$strAfter = 'ÈÚÏ ÇÒ %s';
$strAllTableSameWidth = 'äãÇíÔ åãå ÌÏæáåÇ ÈÇ ÚÑÖ íßÓÇä¿';
$strAll = 'åãå';
$strAlterOrderBy = 'ÊÛííÑ ÌÏæá ãÑÊÈ ÔÏå ÈÇ';
$strAnalyzeTable = 'ÊÍáíá ÌÏæá';
$strAnd = 'æ';
$strAnIndex = 'íß ÝåÑÓÊ ÏÑ %s ÇÖÇÝå ÑÏíÏ.';
$strAnyHost = 'åãå ãíÒÈÇäåÇ';
$strAnyUser = 'åãå ßÇÑÈÑÇä';
$strAny = 'åãå';
$strAPrimaryKey = 'íß ßáíÏ ÇÕáí ÏÑ %s ÇÖÇÝå ÔÏ';
$strAscending = 'ÕÚæÏí';
$strAtBeginningOfTable = 'ÏÑ ÇÈÊÏÇí ÌÏæá';
$strAtEndOfTable = 'ÏÑ ÇäÊåÇí ÌÏæá';
$strAttr = 'æ펐íåÇ';
 
$strBack = 'ÈÇҐÔÊ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'ÏæÏæíí';
$strBrowse = 'ãÔÇåÏå';
$strBzip = '"bzipped"';
 
$strCantLoadRecodeIconv = 'ÈÇѐÐÇÑí iconv íÇ recode extension ßå ÈÑÇí ÊÈÏíá ãÌãæÚå ßÇÑÇßÊÑåÇ áÇÒã ÇÓÊ ¡ ãÞÏæÑ äãíÈÇÔÏ¡ php ÑÇ ÈÑÇí ÇÌÇÒå ÇÓÊÝÇÏå ÇÒ ÂäåÇ ÊäÙíã ßÑÏå æ íÇ ÊÈÏíá ãÌãæÚå ßÇÑÇßÊÑåÇ (charset conversion) ÑÇ ÏÑ phpMyAdmin ÛíÑÝÚÇá äãÇííÏ.';
$strCantRenameIdxToPrimary = 'ÈÇÒäÇãíÏä ÝåÑÓÊ Èå PRIMARY ãÞÏæÑ äãíÈÇÔÏ!';
$strChangeDisplay = 'ÓÊæä ÑÇ ÈÑÇí äãÇíÔ ÇäÊÎÇÈ äãÇííÏ';
$strChangePassword = 'ÊÛííÑ ÇÓã ÑãÒ';
$strChange = 'ÊÛííÑ';
$strCharsetOfFile = 'ãÌãæÚå ßÇÑÇßÊÑåÇí ÑæäÏå:';
$strCheckAll = 'ÇäÊÎÇÈ åãå';
$strCheckTable = 'ÈÑÑÓí ÌÏæá';
$strChoosePage = 'áØÝÇ íß ÕÝÍå ÑÇ ÈÑÇí æíÑÇíÔ ÇäÊÎÇÈ äãÇííÏ';
$strColComFeat = 'äãÇíÔ ÊæÖíÍÇÊ ÓÊæä';
$strColumnNames = 'äÇã ÓÊæäåÇ';
$strComments = 'ÊæÖíÍÇÊ';
$strCompleteInserts = 'ÊãÇã æÑæÏíåÇ';
$strCompression = 'ÝÔÑÏåÓÇÒí';
$strConfigFileError = 'phpMyAdmin ÞÇÏÑ Èå ÎæÇäÏä ÑæäÏå ÊäÙíãÇÊ äãíÈÇÔÏ!<br />Çíä ããßä ÇÓÊ Èå ÎÇØÑ æÌæÏ íß ãÔßá ÏÓÊæÑí æ íÇ íÏÇäÔÏä ÑæäÏå ÊæÓØ php ÈÇÔÏ.<br />áØÝÇ ÑæäÏå ÊäÙãíÇÊ ÑÇ ãÓÊÞíãÇ ÊæÓØ íæäÏ ÒíÑ ÕÏÇ ÒÏå æ íÛÇã(åÇí) ÎØÇí php ßå ÏÑíÇÝÊ ãíßäíÏ ÑÇ ÈÎæÇäíÏ. ÏÑ ÇßËÑ ãæÇÑÏ íß ÚáÇãÊ äÞá Þæá (" \' ") íÇ æíѐæáäÞØå (" ; ") ÏÑ ÌÇíí æÌæÏ äÏÇÑÏ.<br />ÇÑ íß ÕÝÍå ÎÇáí ÏÑíÇÝÊ ßÑÏíÏ ¡ åãå íÒ ÏÑÓÊ ÇÓÊ.';
$strConfigureTableCoord = 'áØÝÇ ãÎÊÕÇÊ ÌÏæá %s ÑÇ ÊäÙíã ßäíÏ';
$strCopyTableOK = 'ÌÏæá %s Èå %s ߁í ÔÏ.';
$strCopyTable = '߁í ßÑÏä ÌÏæá Èå (ÇíÇå ÏÇÏå<b>.</b>ÌÏæá):';
$strCreateIndexTopic = 'ÓÇÎÊ ÝåÑÓÊ ÌÏíÏ';
$strCreateIndex = 'ÓÇÎÊ íß ÝåÑÓÊ ÏÑ&nbsp;%s&nbsp;ÓÊæä';
$strCreateNewDatabase = 'ÓÇÎÊ ÇíÇå ÏÇÏå ÌÏíÏ';
$strCreateNewTable = 'ÓÇÎÊ ÌÏæá ÌÏíÏ ÏÑ ÇíÇå ÏÇÏå %s';
$strCreatePage = 'ÓÇÎÊ íß ÕÝÍå ÌÏíÏ';
$strCreatePdfFeat = 'ÓÇÎÊ PDFs';
$strCreate = 'ÓÇÎÊä';
$strCriteria = 'ãÚíÇÑåÇ';
 
$strDatabaseHasBeenDropped = 'ÇíÇå ÏÇÏå %s ÍÐÝ ÑÏíÏ.';
$strDatabasesStats = 'ÂãÇÑ ÇíÇååÇí ÏÇÏå';
$strDatabases = 'ÇíÇååÇí ÏÇÏå';
$strDatabase = 'ÇíÇå ÏÇÏå';
$strDataDict = 'ÝÑåä ÏÇÏååÇ';
$strDataOnly = 'ÝÞØ ÏÇÏååÇ';
$strData = 'ÏÇÏå';
$strDefault = 'íԝÝÑÖ';
$strDeletedRows = 'ÓØÑåÇí ÍÐݝÔÏå :';
$strDeleted = 'ÓØÑ ÍÐÝ ÑÏíÏ .';
$strDelete = 'ÍÐÝ';
$strDescending = 'äÒæáí';
$strDisabled = 'ÛíÑÝÚÇá';
$strDisplayFeat = 'äãÇíÔ ÎÕæÕíÇÊ';
$strDisplayOrder = 'ÊÑÊíÈ äãÇíÔ:';
$strDisplayPDF = 'äãÇíÔ Çáæí PDF';
$strDoAQuery = 'ÇäÌÇã íß "ÑÓ æ Ìæ ÈÇ äãæäå" (wildcard: "%")';
$strDocu = 'ãÓÊäÏÇÊ';
$strDoYouReally = 'ÂíÇ ãØãÆä åÓÊíÏ ';
$strDrop = 'ÍÐÝ';
$strDumpingData = 'ÍÐÝ ÏÇÏååÇí ÌÏæá';
$strDumpXRows = 'ÍÐÝ %s ÓØÑ(åÇ) ÇÈÊÏÇ ÇÒ ÓØÑ ÔãÇÑå %s.';
$strDynamic = 'æíÇ';
 
$strEditPDFPages = 'æíÑÇíÔ ÕÝÍÇÊ PDF';
$strEditPrivileges = 'æíÑÇíÔ ÇãÊíÇÒÇÊ';
$strEdit = 'æíÑÇíÔ';
$strEffective = 'ãæËÑ';
$strEmptyResultSet = 'MySQL íß äÊíÌå ÎÇáí ÏÇÏ. (ãËáÇ 0 ÓØÑ).';
$strEmpty = 'ÎÇáí ßÑÏä';
$strEnabled = 'ÝÚÇá';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'ÇäÊåÇ';
$strEnglishPrivileges = ' äßÊå : äÇã ÇãÊíÇÒÇÊ MySQL Èå ÒÈÇä ÇäáíÓí ÈíÇä ãíÔæÏ .';
$strError = 'ÎØÇ';
$strExplain = 'ÔÑÍ ÏÇÏä SQL';
$strExport = 'ÕÏæÑ';
$strExtendedInserts = 'æÑæÏíåÇí ÊãÏíÏÔÏå';
$strExtra = 'ÇÖÇÝí';
 
$strFieldHasBeenDropped = 'ÓÊæä %s ÍÐÝ ÑÏíÏ';
$strFieldsEmpty = ' ÊÚÏÇÏ ÓÊæäåÇ ÎÇáí ÇÓÊ! ';
$strFieldsEnclosedBy = 'ÓÊæäåÇí ÏÑãíÇ䝐ÑÝÊå ÈÇ';
$strFieldsEscapedBy = 'ÓÊæäåÇí ÌÏÇÔÏå ÈÇ';
$strFieldsTerminatedBy = 'ÓÊæäåÇí ãäÊåí Èå';
$strFields = 'ÓÊæäåÇ';
$strField = 'ÓÊæä';
$strFixed = 'fixed';
$strFlushTable = 'Flush the table ("FLUSH")';
$strFormat = 'ÞÇáÈ';
$strFormEmpty = 'ãÞÏÇÑí ÏÑ ÝÑã æÇÑÏ äÔÏå !';
$strFullText = 'ßÇãáÇ ãÊä';
$strFunction = 'ÊÇÈÚ';
 
$strGenBy = 'ÊæáíϝÔÏå ÊæÓØ';
$strGenTime = 'ÒãÇä ÊæáíÏ';
$strGo = 'ÊÇííÏ';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'ÊÛííÑ ÏÇÏåÔÏ.';
$strHasBeenCreated = 'ÓÇÎÊå ÔÏ.';
$strHaveToShow = 'ÔãÇ ÍÐÇÞá ÈÇíÏ íß ÓÊæä ÑÇ ÈÑÇí äãÇíÔ ÇäÊÎÇÈ äãÇííÏ';
$strHomepageOfficial = 'ÕÝÍå ÎÇäå ÑÓãí phpMyAdmin';
$strHome = 'ÎÇäå';
$strHostEmpty = 'äÇã ãíÒÈÇä ÎÇáí ÇÓÊ!';
$strHost = 'ãíÒÈÇä';
 
$strIdxFulltext = 'ßÇãáÇ ãÊä';
$strIgnore = 'Ignore';
$strImportDocSQL = 'æÇÑÏ ßÑÏä ÑæäÏååÇí docSQL';
$strIndexes = 'ÝåÑÓʝåÇ';
$strIndexHasBeenDropped = 'ÝåÑÓÊ %s ÍÐÝ ÑÏíÏ';
$strIndexName = 'ÇÓã ÝåÑÓÊ&nbsp;:';
$strIndexType = 'äæÚ ÝåÑÓÊ&nbsp;:';
$strIndex = 'ÝåÑÓÊ';
$strInsecureMySQL = 'ÑæäÏå íßÑÈäÏí ÔãÇ ÍÇæí ÊäÙíãÇÊí ÇÓÊ (ßÇÑÈÑ root ÈÏæä ÇÓã ÑãÒ) ßå ãÑÊÈØ ÈÇ ÍÓÇÈ íԝÝÑÖ MySQL ãíÈÇÔÏ. ÇÌÑÇí MySQL ÈÇ Çíä íԝÝÑÖ ÈÇÚË æÑæÏ ÛíÑãÌÇÒ ãíÔæÏ ¡ æ ÔãÇ ÈÇíÏ Çíä ÍÝÑå ÇãäíÊí ÑÇ ÐÑÓÊ ßäíÏ.';
$strInsertAsNewRow = 'ÏÑÌ Èå ÚäæÇä íß ÓØÑ ÌÏíÏ';
$strInsertedRows = 'ÓØÑåÇí ÏÑ̝ÔÏå:';
$strInsertNewRow = 'ÏÑÌ ÓØÑ ÌÏíÏ';
$strInsert = 'ÏÑÌ';
$strInUse = 'in use';
 
$strKeepPass = 'ÚÏã ÊÛííÑ ÇÓã ÑãÒ';
$strKeyname = 'Keyname';
$strKill = 'Kill';
 
$strLengthSet = 'Øæá/ãÞÇÏíÑ*';
$strLimitNumRows = 'ÊÚÏÇÏ ÓØÑåÇ ÏÑ åÑ ÕÝÍå';
$strLinesTerminatedBy = 'ÎØæØ ãäÊåí Èå';
$strLinkNotFound = 'íæäÏ íÏÇ äÔÏ';
$strLinksTo = 'íæäÏ Èå';
$strLocationTextfile = 'ãÍá ÑæäÏå ãÊäí';
$strLogin = 'æÑæÏ';
$strLogout = 'ÎÑæÌ';
$strLogPassword = 'ÇÓã ÑãÒ:';
$strLogUsername = 'äÇã ßÇÑÈÑ:';
 
$strModifications = 'ÇÕáÇÍÇÊ ÐÎíÑå ÑÏíÏ';
$strModifyIndexTopic = 'ÇÕáÇÍ íß ÝåÑÓÊ';
$strModify = 'ÇÕáÇÍ';
$strMoveTableOK = 'ÌÏæá %s Èå %s ÇäÊÞÇá ÏÇÏåÔÏ.';
$strMoveTable = 'ÇäÊÞÇá ÌÏæá Èå (ÇíÇå ÏÇÏå<b>.</b>ÌÏæá):';
$strMySQLCharset = 'ãÌãæÚ ßÇÑÇßÊÑåÇí MySQL';
$strMySQLSaid = 'íÛÇã MySQL :';
$strMySQLShowProcess = 'äãÇíÔ ÝÑÇíäÏåÇ';
$strMySQLShowStatus = 'äãÇíÔ ÇØáÇÚÇÊ MySQL';
$strMySQLShowVars = 'äãÇíÔ ãÊÛíÑåÇí ÓíÓÊãí MySQL';
 
$strName = 'ÇÓã';
$strNext = 'ÈÚÏ';
$strNoDatabases = 'No databases';
$strNoDescription = 'no Description';
$strNoDropDatabases = 'ÏÓÊæÑ "DROP DATABASE" ÛíÑÝÚÇá ãíÈÇÔÏ.';
$strNoIndex = 'åí ÝåÑÓÊí ÊÚÑíݝäÔÏåÇÓÊ!';
$strNone = '뒄';
$strNoPassword = 'ÈÏæä ÇÓã ÑãÒ';
$strNoPhp = 'ÈÏæä ßÏ PHP';
$strNoTablesFound = 'ÏÑ Çíä ÇíÇå ÏÇÏå åí ÌÏæáí æÌæÏ äÏÇÑÏ .';
$strNotNumber = 'Çíä íß ÚÏÏ äíÓÊ!';
$strNotOK = 'not OK';
$strNotSet = 'ÌÏæá <b>%s</b> æÌæÏ äÏÇÑÏ æ íÇ ÏÑ %s ÊäÙíã äÔÏåÇÓÊ';
$strNoUsersFound = 'åí ßÇÑÈÑí ææÏ äÏÇÑÏ.';
$strNo = '뒄';
$strNull = 'ÎÇáí';
$strNumTables = 'ÌÏæáåÇ';
 
$strOK = 'ÊÇííÏ';
$strOperations = 'ÚãáíÇÊ';
$strOptimizeTable = 'ÈåíäåÓÇÒí ÌÏæá';
$strOr = 'íÇ';
 
$strPageNumber = 'ÔãÇÑå ÕÝÍå:';
$strPasswordEmpty = 'ÇÓã ÑãÒ ÎÇáí ÇÓÊ!';
$strPasswordNotSame = 'ÇÓã ÑãÒåÇ ãÇääÏ åã äãíÈÇÔÏ!';
$strPassword = 'ÇÓã ÑãÒ';
$strPdfInvalidTblName = 'ÌÏæá "%s" æÌæÏ äÏÇÑÏ!';
$strPdfNoTables = 'No tables';
$strPersian = 'ÝÇÑÓí';
$strPHPVersion = 'äÓÎå PHP';
$strPhp = 'ÓÇÎÊ ßÏ PHP';
$strPmaDocumentation = 'ãÓÊäÏÇÊ phpMyAdmin';
$strPos1 = 'ÔÑæÚ';
$strPrevious = 'ÞÈá';
$strPrimaryKeyHasBeenDropped = 'ßáíÏ ÇÕáí ÍÐÝ ÑÏíÏ';
$strPrimaryKeyName = 'äÇã ßáíÏ ÇÕáí ÈÇíÏ PRIMARY ÈÇÔÏ !';
$strPrimaryKeyWarning = '(<b>ÝÞØ æ ÝÞØ ÈÇíÏ</b> "PRIMARY" äÇã íß ßáíÏ ÇÕáí ÈÇÔÏ!)';
$strPrimary = 'ÇÕáí';
$strPrintView = 'äãÇí Ç';
$strPrint = 'Ç';
$strPrivileges = 'ÇãÊíÇÒÇÊ';
$strPutColNames = 'ÞÑÇÑÏÇÏä äÇã ÓÊæäåÇ ÏÑ Çæáíä ÓØÑ';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'ÑÓ æ Ìæ';
$strQueryOnDb = 'ÑÓ æ Ìæí SQL ÇÒ ÇíÇå ÏÇÏå <b>%s</b>:';
 
$strRecords = 'ÓØÑåÇ';
$strRelationNotWorking ='ÇãßÇäÇÊ ÇÖÇÝí ÈÑÇí ßÇÑßÑÏä ÈÇ ÌÏæáåÇí íæäÏí ÛíÑÝÚÇá ÔÏåÇÓÊ . ÈÑÇí íÏÇßÑÏä Ïáíá Âä %sÇíäÌÇ%s ÑÇ ÈÒäíÏ .';
$strReloadMySQL = 'ÈÇÑ ßÑÏä ãÌÏÏ MySQL';
$strRenameTableOK = 'ÌÏæá %s Èå %s ÊÛííÑ äÇã ÏÇÏåÔÏ';
$strRenameTable = 'ÈÇÒäÇãíÏä ÌÏæá Èå';
$strRepairTable = 'ãÑãÊ ÌÏæá';
$strReplaceTable = 'ÌÇíÒíäí ÏÇÏååÇí ÌÏæá ÈÇ ÑæäÏå';
$strReset = 'Reset';
$strReType = 'ÊßÑÇÑ';
$strRevokeMessage = 'ÔãÇ ÇãÊíÇÒÇÊ %s ÑÇ ÇÈØÇá ßÑÏíÏ';
$strRevoke = 'ÇÈØÇá';
$strRowLength = 'Øæá ÓØÑ';
$strRowsFrom = 'ÓØÑ(åÇ) ÇÈÊÏÇ ÇÒ ÓØÑ ÔãÇÑå ';
$strRowSize = ' ÇäÏÇÒå ÓØÑ ';
$strRowsModeHorizontal = 'ÇÝÞí';
$strRowsModeVertical = 'ÚãæÏí';
$strRowsStatistic = 'ÂãÇÑ ÓØÑåÇ';
$strRows = 'ÓØÑåÇ';
$strRunning = 'ÏÑ ãíÒÈÇä %s';
$strRunQuery = 'Submit Query';
$strRunSQLQuery = 'ÇÌÑÇí ÑÓ æ Ìæ(åÇ)í SQL ÏÑ ÇíÇåÏÇÏå %s';
 
$strSave = 'ÐÎíÑå';
$strSearchFormTitle = 'ÌÓÊÌæ ÏÑ ÇíÇåÏÇÏå';
$strSearchInTables = 'ÏÑ ÌÏæá(åÇí) :';
$strSearchNeedle = 'ßáãå(åÇ) íÇ ãÞÏÇÑ(åÇ) ÈÑÇí ÌÓÊÌæ (wildcard: "%"):';
$strSearchOption1 = 'ÍÏÇÞá íßí ÇÒ ßáãÇÊ';
$strSearchOption2 = 'ÊãÇãí ßáãÇÊ';
$strSearchOption3 = 'ÚÈÇÑÊ ßÇãá';
$strSearchOption4 = 'ÈÚäæÇä ãÈíä ãäÙã(as regular expression)';
$strSearchResultsFor = 'äÊíÌå ÌÓÊÌæí "<i>%s</i>" %s:';
$strSearchType = 'äæÚ ÌÓÊÌæ :';
$strSearch = 'ÌÓÊÌæ';
$strSelectADb = 'áØÝÇ íß ÇíÇå ÏÇÏå ÑÇ ÇäÊÎÇÈ äãÇííÏ.';
$strSelectAll = 'ÇäÊÎÇÈ åãå';
$strSelectFields = 'ÓÊæäåÇ ÑÇ ÇäÊÎÇÈ äãÇííÏ (ÍÏÇÞá íßí)';
$strSelectNumRows = 'in query';
$strSelectTables = 'Select Tables';
$strSend = 'ÐÎíÑå Èå ÕæÑÊ ÑæäÏå';
$strServerVersion = 'äÓÎå ÓÑæÑ';
$strServer = 'ÓÑæÑ';
$strSetEnumVal = 'ÇÑ äæÚ ÓÊæä "enum" íÇ "set" ãíÈÇÔÏ ¡ áØÝÇ ÈÑÇí æÑæÏ ãÞÇÏíÑ ÇÒ Çíä ÞÇáÈ ÇÓÊÝÇÏå äãÇííÏ : \'a\',\'b\',\'c\'...<br /> ÇÑ ÇÍÊíÇÌ ÏÇÔÊíÏ ßå ÇÒ ÚáÇãÊ ããíÒ ÈÑÚßÓ(ÈߝÇÓáÔ) (" \ ") íÇ äÞáÞæá Êßí (" \' ") ÏÑ Âä ãÞÇÏíÑ ÇÓÊÝÇÏå äãÇííÏ ¡ ÞÈá ÇÒ ÂäåÇ ÚáÇãÊ (" \ ") ÑÇ ÈÐÇÑíÏ<br /> (ÈÑÇí ãËÇá\'\\\\xyz\' íÇ \'a\\\'b\')';
$strShowAll = 'äãÇíÔ åãå';
$strShowColor = 'äãÇíÔ Ñä';
$strShowGrid = 'Show grid';
$strShowingRecords = 'Showing rows';
$strShowPHPInfo = 'äãÇíÔ ÇØáÇÚÇÊ PHP';
$strShowTableDimension = 'äãÇíÔ ÇÈÚÇÏ ÌÏæáåÇ';
$strShowTables = 'äãÇíÔ ÌÏæáåÇ';
$strShowThisQuery = ' äãÇíÔ ÏæÈÇÑå Çíä ÑÓ æ Ìæ ÏÑ ÇíäÌÇ ';
$strShow = 'äãÇíÔ';
$strSingly = '(ÊäåÇ)';
$strSize = 'ÇäÏÇÒå';
$strSort = 'ÊÑÊíÈ';
$strSpaceUsage = 'ÝÖÇí ÇÓÊÝÇÏåÔÏå';
$strSplitWordsWithSpace = 'ßáãÇÊ ÈÇ ÚáÇãÊ ÝÇÕáå (" ") ÌÏÇ ãíÔæäÏ.';
$strSQLQuery = 'ÑÓ æ Ìæí SQL';
$strSQLResult = 'äÊíÌå SQL';
$strSQL = 'SQL';
$strStatement = 'ÔÑÌ';
$strStrucCSV = 'ÏÇÏååÇí CSV';
$strStrucData = 'ÓÇÎÊÇÑ æ ÏÇÏååÇ';
$strStrucDrop = 'ÇÝÒæÏä \'ÌÏæá ÍÐݝÔÏå\'';
$strStrucExcelCSV = 'CSV ÈÑÇí ÏÇÏååÇí MS Excel';
$strStrucOnly = 'ÝÞØ ÓÇÎÊÇÑ';
$strStructPropose = 'íÔäåÇÏ ÓÇÎÊÇÑ ÌÏæá';
$strStructure = 'ÓÇÎÊÇÑ';
$strSubmit = 'ÇÑÓÇá';
$strSuccess = 'ÑÓ æ Ìæí SQL ÔãÇ ÈÇ ãæÝÞíÊ ÇÌÑÇ ÑÏíÏ';
$strSum = 'ãÌãæÚ';
 
$strTableComments = 'ÊæÖíÍÇÊ ÌÏæá';
$strTableEmpty = 'äÇã ÌÏæá æÇÑÏ äÔÏåÇÓÊ !';
$strTableHasBeenDropped = 'ÌÏæá %s ÍÐÝ ÑÏíÏ';
$strTableHasBeenEmptied = 'ÌÏæá %s ÎÇáí ÔÏ';
$strTableMaintenance = 'äåÏÇÔÊ ÌÏæá';
$strTables = '%s ÌÏæá(åÇ)';
$strTableType = 'äæÚ ÌÏæá';
$strTable = 'ÌÏæá';
$strTotalUC = 'ÌãÚ ßá';
$strTotal = 'ÌãÚ ßá';
$strType = 'äæÚ';
 
$strUncheckAll = 'ÚÏã ÇäÊÎÇÈ åãå';
$strUnique = 'íßÊÇ';
$strUnselectAll = 'ÚÏã ÇäÊÎÇÈ åãå';
$strUpdatePrivMessage = 'ÇãÊíÇÒÇÊ %s Èå åäÇ㠐ÑÏíÏ.';
$strUpdateProfileMessage = 'ÊäÙíãÇÊ Èå åäÇ㠐ÑÏíÏ.';
$strUpdateQuery = 'ÈååäÇã ÓÇÒí ÑÓ æ Ìæ';
$strUsage = 'ÇÓÊÝÇÏå';
$strUseBackquotes = 'ÞÑÇÑÏÇÏä äÇã ÌÏæáåÇ æ ÓÊæäåÇ Èíä ÚáÇãÊ äÞáÞæá (" \' ")';
$strUserEmpty = 'äÇã ßÇÑÈÑ ÎÇáí ÇÓÊ!';
$strUserName = 'äÇã ßÇÑÈÑ';
$strUser = 'ßÇÑÈÑ';
$strUseTables = 'ÈßÇѐíÑí ÌÏæáåÇ';
 
$strValidateSQL = 'ãÚÊÈÑÓÇÒí SQL';
$strValue = 'ãÞÏÇÑ';
$strViewDumpDB = 'äãÇíÔ Çáæí ÇíÇå ÏÇÏå';
$strViewDump = 'äãÇíÔ Çáæí ÌÏæá';
 
$strWebServerUploadDirectoryError = 'æÔåÇí ÑÇ ßå ÈÑÇí ÇäÊÞÇá ÝÇíá ÇäÊÎÇÈ ßÑÏåÇíÏ ÞÇÈá ÏÓÊÑÓí äíÓÊ.';
$strWelcome = 'Èå %s ÎæԝÂãÏíÏ';
$strWithChecked = 'ãæÇÑÏ ÇäÊÎÇȝÔÏå :';
$strWrongUser = 'äÇã ßÇÑÈÑ/ÇÓã ÑãÒ ÇÔÊÈÇå ÇÓÊ. ÏÓÊÑÓí ãÌÇÒ äíÓÊ.';
 
$strYes = 'Èáí';
 
$strZip = '"zipped"';
 
// To translate:
$strAbortedClients = 'Aborted'; //to translate
$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE'; //to translate
$strAddedColumnComment = 'Added comment for column'; //to translate
$strAddedColumnRelation = 'Added relation for column'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments'; //to translate
$strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
$strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
$strAddToIndex = 'Add to index &nbsp;%s&nbsp;column(s)'; //to translate
$strAdministration = 'Administration'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strArabic = 'Arabic'; //to translate
$strArmenian = 'Armenian'; //to translate
$strAutodetect = 'Autodetect'; //to translate
$strAutomaticLayout = 'Automatic layout'; //to translate
 
$strBaltic = 'Baltic'; //to translate
$strBinaryDoNotEdit = 'Binary - do not edit'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBookmarkDeleted = 'The bookmark has been deleted.'; //to translate
$strBookmarkLabel = 'Label'; //to translate
$strBookmarkQuery = 'Bookmarked SQL-query'; //to translate
$strBookmarkThis = 'Bookmark this SQL-query'; //to translate
$strBookmarkView = 'View only'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBulgarian = 'Bulgarian'; //to translate
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
 
$strCalendar = 'Calendar'; //to translate
$strCannotLogin = 'Cannot login to MySQL server'; //to translate
$strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.'; //to translate
$strCardinality = 'Cardinality'; //to translate
$strCaseInsensitive = 'case-insensitive'; //to translate
$strCaseSensitive = 'case-sensitive'; //to translate
$strCentralEuropean = 'Central European'; //to translate
$strChangeCopyModeCopy = '... keep the old one.'; //to translate
$strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
$strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
$strCharset = 'Charset'; //to translate
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCharsets = 'Charsets'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCheckPrivs = 'Check Privileges'; //to translate
$strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
$strCollation = 'Collation'; //to translate
$strColumnPrivileges = 'Column-specific privileges'; //to translate
$strCommand = 'Command'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConnections = 'Connections'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCookiesRequired = 'Cookies must be enabled past this point.'; //to translate
$strCopyTableSameNames = 'Can\'t copy table to same one!'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCroatian = 'Croatian'; //to translate
$strCSVOptions = 'CSV options'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
$strCzech = 'Czech'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
 
$strDanish = 'Danish'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options'; //to translate
$strDatabaseNoTable = 'This database contains no table!'; //to translate
$strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
$strDatabasesStatsDisable = 'Disable Statistics'; //to translate
$strDatabasesStatsEnable = 'Enable Statistics'; //to translate
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
$strDBComment = 'Database comment: '; //to translate
$strDBGContext = 'Context'; //to translate
$strDBGContextID = 'Context ID'; //to translate
$strDBGHits = 'Hits'; //to translate
$strDBGLine = 'Line'; //to translate
$strDBGMaxTimeMs = 'Max time, ms'; //to translate
$strDBGMinTimeMs = 'Min time, ms'; //to translate
$strDBGModule = 'Module'; //to translate
$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
$strDBGTotalTimeMs = 'Total time, ms'; //to translate
$strDbPrivileges = 'Database-specific privileges'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strDbSpecific = 'database-specific'; //to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
$strDeleting = 'Deleting %s'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDescription = 'Description'; //to translate
$strDictionary = 'dictionary'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strEnglish = 'English'; //to translate
$strEstonian = 'Estonian'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExcelOptions = 'Excel options'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFailedAttempts = 'Failed attempts'; //to translate
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFileCouldNotBeRead = 'File could not be read'; //to translate
$strFileNameTemplate = 'File name template'; //to translate
$strFileNameTemplateRemember = 'remember template'; //to translate
$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 manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
 
$strGeneralRelationFeat = 'General relation features'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strGerman = 'German'; //to translate
$strGlobal = 'global'; //to translate
$strGlobalPrivileges = 'Global privileges'; //to translate
$strGlobalValue = 'Global value'; //to translate
$strGrantOption = 'Grant'; //to translate
$strGreek = 'Greek'; //to translate
 
$strHebrew = 'Hebrew'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strHungarian = 'Hungarian'; //to translate
 
$strIcelandic = 'Icelandic'; //to translate
$strId = 'ID'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strIgnoringFile = 'Ignoring file %s'; //to translate
$strImportFiles = 'Import files'; //to translate
$strInnodbStat = 'InnoDB Status'; //to translate
$strInsertedRowId = 'Inserted row id:'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
 
$strJapanese = 'Japanese'; //to translate
$strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
$strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
 
$strKorean = 'Korean'; //to translate
 
$strLandscape = 'Landscape'; //to translate
$strLatexCaption = 'Table caption'; //to translate
$strLatexContent = 'Content of table __TABLE__'; //to translate
$strLatexContinuedCaption = 'Continued table caption'; //to translate
$strLatexContinued = '(continued)'; //to translate
$strLatexIncludeCaption = 'Include table caption'; //to translate
$strLatexLabel = 'Label key'; //to translate
$strLaTeX = 'LaTeX'; //to translate
$strLaTeXOptions = 'LaTeX options'; //to translate
$strLatexStructure = 'Structure of table __TABLE__'; //to translate
$strLatvian = 'Latvian'; //to translate
$strLithuanian = 'Lithuanian'; //to translate
$strLocalhost = 'Local'; //to translate
$strLoginInformation = 'Login Information'; //to translate
$strLogServer = 'Server'; //to translate
 
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strMIME_available_mime = 'Available MIME-types'; //to translate
$strMIME_available_transform = 'Available transformations'; //to translate
$strMIME_description = 'Description'; //to translate
$strMIME_MIMEtype = 'MIME-type'; //to translate
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.'; //to translate
$strMIME_transformation = 'Browser transformation'; //to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s'; //to translate
$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
$strMIME_transformation_options = 'Transformation options'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function'; //to translate
$strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
$strMultilingual = 'multilingual'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoDatabasesSelected = 'No databases selected.'; //to translate
$strNoExplain = 'Skip Explain SQL'; //to translate
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.'; //to translate
$strNoIndexPartsDefined = 'No index parts defined!'; //to translate
$strNoModification = 'No change'; //to translate
$strNoOptions = 'This format has no options'; //to translate
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoPrivileges = 'No Privileges'; //to translate
$strNoRights = 'You don\'t have enough rights to be here right now!'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
$strNoValidateSQL = 'Skip Validate SQL'; //to translate
$strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)'; //to translate
 
$strOperator = 'Operator'; //to translate
$strOverhead = 'Overhead'; //to translate
$strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
 
$strPaperSize = 'Paper size'; //to translate
$strPartialText = 'Partial Texts'; //to translate
$strPasswordChanged = 'The Password for %s was changed successfully.'; //to translate
$strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
$strPerHour = 'per hour'; //to translate
$strPerMinute = 'per minute'; //to translate
$strPerSecond = 'per second'; //to translate
$strPhoneBook = 'phone book'; //to translate
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
$strPolish = 'Polish'; //to translate
$strPortrait = 'Portrait'; //to translate
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
$strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
$strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
$strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
$strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
$strPrivDescDelete = 'Allows deleting data.'; //to translate
$strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
$strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
$strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
$strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
$strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
$strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
$strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
$strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSelect = 'Allows reading data.'; //to translate
$strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
$strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
$strPrivDescUpdate = 'Allows changing data.'; //to translate
$strPrivDescUsage = 'No privileges.'; //to translate
$strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
$strProcesslist = 'Process list'; //to translate
 
$strQueryFrame = 'Query window'; //to translate
$strQuerySQLHistory = 'SQL-history'; //to translate
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.'; //to translate
$strQueryTime = 'Query took %01.4f sec'; //to translate
$strQueryType = 'Query type'; //to translate
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strReceived = 'Received'; //to translate
$strReferentialIntegrity = 'Check referential integrity:'; //to translate
$strRefresh = 'Refresh'; //to translate
$strRelationalSchema = 'Relational schema'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRelations = 'Relations'; //to translate
$strRelationView = 'Relation view'; //to translate
$strReloadingThePrivileges = 'Reloading the privileges'; //to translate
$strRemoveSelectedUsers = 'Remove selected users'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strReplaceNULLBy = 'Replace NULL by'; //to translate
$strResourceLimits = 'Resource limits'; //to translate
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
$strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
$strRomanian = 'Romanian'; //to translate
$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)'; //to translate
$strRowsModeOptions = 'in %s mode and repeat headers after %s cells'; //to translate
$strRussian = 'Russian'; //to translate
 
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strSent = 'Sent'; //to translate
$strServerChoice = 'Server Choice'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strServerStatus = 'Runtime Information'; //to translate
$strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
$strServerTabProcesslist = 'Processes'; //to translate
$strServerTabVariables = 'Variables'; //to translate
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
$strServerVars = 'Server variables and settings'; //to translate
$strSessionValue = 'Session value'; //to translate
$strShowDatadictAs = 'Data Dictionary Format'; //to translate
$strShowFullQueries = 'Show Full Queries'; //to translate
$strSimplifiedChinese = 'Simplified Chinese'; //to translate
$strSlovak = 'Slovak'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strSpanish = 'Spanish'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strSQLOptions = 'SQL options'; //to translate
$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:'; //to translate
$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'; //to translate
$strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
$strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
$strStatCheckTime = 'Last check'; //to translate
$strStatCreateTime = 'Creation'; //to translate
$strStatUpdateTime = 'Last update'; //to translate
$strStatus = 'Status'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strSwedish = 'Swedish'; //to translate
$strSwitchToTable = 'Switch to copied table'; //to translate
 
$strTableHasBeenFlushed = 'Table %s has been flushed'; //to translate
$strTableOfContents = 'Table of contents'; //to translate
$strTableOptions = 'Table options'; //to translate
$strTableStructure = 'Table structure for table'; //to translate
$strTakeIt = 'take it'; //to translate
$strTblPrivileges = 'Table-specific privileges'; //to translate
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable '; //to translate
$strThai = 'Thai'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strThisHost = 'This Host'; //to translate
$strThisNotDirectory = 'This was not a directory'; //to translate
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strTime = 'Time'; //to translate
$strToggleScratchboard = 'Toggle scratchboard'; //to translate
$strTraditionalChinese = 'Traditional Chinese'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strTraffic = 'Traffic'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).'; //to translate
$strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().'; //to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)'; //to translate
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.'; //to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .'; //to translate
$strTruncateQueries = 'Truncate Shown Queries'; //to translate
$strTurkish = 'Turkish'; //to translate
 
$strUkrainian = 'Ukrainian'; //to translate
$strUnicode = 'Unicode'; //to translate
$strUnknown = 'unknown'; //to translate
$strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'Use Host Table'; //to translate
$strUserAlreadyExists = 'The user %s already exists!'; //to translate
$strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
$strUserOverview = 'User overview'; //to translate
$strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
$strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
$strUseTextField = 'Use text field'; //to translate
$strUseThisValue = 'Use this value'; //to translate
 
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strVar = 'Variable'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases'; //to translate
 
$strWebServerUploadDirectory = 'web-server upload directory'; //to translate
$strWestEuropean = 'West European'; //to translate
$strWildcard = 'wildcard'; //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
$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
 
$strXML = 'XML'; //to translate
 
$strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
 
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/polish-iso-8859-2.inc.php
0,0 → 1,976
<?php
/* $Id: polish-iso-8859-2.inc.php,v 2.122.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'iso-8859-2';
$text_dir = 'ltr';
$left_font_family = 'verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtów', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nie', 'Pon', 'Wto', '¦ro', 'Czw', 'Pi±', 'Sob');
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Pa¼', 'Lis', 'Gru');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
 
$strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Proszê podaæ bezwzglêdn± ¶cie¿kê na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dostêpu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo¿na u¿yæ %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin próbowa³ po³±czyæ siê z serwerem MySQL, a serwer odrzuci³ po³±czenie. Powiniene¶ sprawdziæ nazwê hosta, nazwê u¿ytkownika i has³o w pliku config.inc.php i upewniæ siê, ¿e odpowiadaj± one informacjom danym przez administratora serwera MySQL.';
$strAction = 'Dzia³anie';
$strAddAutoIncrement = 'Dodaj warto¶ci AUTO_INCREMENT';
$strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usuñ pola';
$strAddDeleteRow = 'Dodaj/usuñ wiersz kryteriów';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Zosta³ dodany komentarz kolumny';
$strAddedColumnRelation = 'Zosta³a dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s pól';
$strAddHeaderComment = 'Dodaj do nag³ówka w³asny komentarz (\\n oddziela linie)';
$strAddIfNotExists = 'Dodaj IF NOT EXISTS';
$strAddIntoComments = 'Dodaj w komentarzach:';
$strAddNewField = 'Dodaj nowego pole';
$strAddPrivilegesOnDb = 'Dodaj uprawnienia dla nastêpuj±cej bazy danych';
$strAddPrivilegesOnTbl = 'Dodaj uprawnienia dla nastêpuj±cej tabeli';
$strAddSearchConditions = 'Dodaj warunki przeszukiwania (warunek dla "where"):';
$strAddToIndex = 'Dodaj &nbsp;%s&nbsp;kolumn do indeksu ';
$strAddUser = 'Dodaj nowego u¿ytkownika';
$strAddUserMessage = 'Nowy u¿ytkownik zosta³ dodany.';
$strAdministration = 'Administracja';
$strAffectedRows = 'Zmodyfikowanych rekordów:';
$strAfterInsertBack = 'Wróæ';
$strAfterInsertNewInsert = 'Dodaj nowy rekord';
$strAfterInsertNext = 'Edytuj nastêpny rekord';
$strAfterInsertSame = 'Powrót do tej strony';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Zezwól na przerwanie importu w przypadku, gdy skrypt wykryje zbli¿aj±cy siê koniec limitu czasu. Mo¿e to byæ dobry sposób importu du¿ych plików, jednak¿e mo¿e on popsuæ transakcje.';
$strAllTableSameWidth = 'wy¶wietliæ wszystkie tabele z tak± sam± szeroko¶ci±?';
$strAll = 'Wszystko';
$strAlterOrderBy = 'Sortowanie tabeli wg';
$strAnalyzeTable = 'Analizuj tabelê';
$strAnd = 'oraz';
$strAndThen = 'a nastêpnie';
$strAnIndex = 'Do %s dodany zosta³ indeks';
$strAny = 'Dowolny';
$strAnyHost = 'Dowolny host';
$strAnyUser = 'Dowolny u¿ytkownik';
$strApproximateCount = 'Byæ mo¿e w przybli¿eniu. Zobacz FAQ 3.11';
$strAPrimaryKey = 'Do %s dodany zosta³ klucz podstawowy';
$strArabic = 'Arabski';
$strArmenian = 'Ormiañski';
$strAscending = 'Rosn±co';
$strAtBeginningOfTable = 'Na pocz±tku tabeli';
$strAtEndOfTable = 'Na koñcu tabeli';
$strAttr = 'Atrybuty';
$strAutodetect = 'Rozpoznaj automatycznie';
$strAutomaticLayout = 'Uk³ad automatyczny';
 
$strBack = 'Powrót';
$strBaltic = 'Ba³tycki';
$strBeginCut = 'TNIJ ST¡D';
$strBeginRaw = 'SUROWE DANE ST¡D';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBinaryLog = 'Dziennik binarny';
$strBinLogEventType = 'Typ zdarzenia';
$strBinLogInfo = 'Informacje';
$strBinLogName = 'Nazwa dziennika';
$strBinLogOriginalPosition = 'Oryginalna pozycja';
$strBinLogPosition = 'Pozycja';
$strBinLogServerId = 'ID serwera';
$strBookmarkAllUsers = 'Pozwól na dostêp wszystkim u¿ytkownikom';
$strBookmarkCreated = 'Zapytanie %s zosta³o zapamiêtane';
$strBookmarkDeleted = 'Zapamiêtane zapytanie SQL zosta³o usuniête.';
$strBookmarkLabel = 'Nazwa';
$strBookmarkQuery = 'Zapamiêtane zapytanie SQL';
$strBookmarkReplace = 'Zamieñ istniej±ce zapamiêtane zapytanie o tej samej nazwie';
$strBookmarkThis = 'Pamiêtaj zapytanie SQL';
$strBookmarkView = 'Tylko poka¿';
$strBrowseDistinctValues = 'Przegl±daj ró¿ne warto¶ci';
$strBrowseForeignValues = 'Przegl±daj zewnêtrzne warto¶ci';
$strBrowse = 'Przegl±daj';
$strBufferPoolActivity = 'Aktywno¶æ rezerw buforowych';
$strBufferPool = 'Rezerwy buforowe';
$strBufferPoolUsage = 'U¿ycie rezerw buforowych';
$strBufferReadMisses = 'Chybienia odczytu';
$strBufferReadMissesInPercent = 'Chybienia odczytu w %';
$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBufferWriteWaits = 'Oczekiwania na zapis';
$strBulgarian = 'Bu³garski';
$strBusyPages = 'Strony u¿ywane';
$strBzError = 'phpMyAdminowi nie uda³o siê skompresowaæ zrzutu z powodu zepsutego rozszerzenia Bz2 w tej wersji PHP. Jest bardzo zalecane by ustawiæ dyrektywê <code>$cfg[\'BZipDump\']</code> w pliku konfiguracyjnym phpMyAdmina na <code>FALSE</code>. Je¶li chcesz u¿yæ funkcji kompresji Bz2, PHP powinien zostaæ zaktualizowany do najnowszej wersji. Szczegó³y mo¿na zobaczyæ w raporcie na temat b³êdów PHP %s.';
$strBzip = '".bz2"';
 
$strCalendar = 'Kalendarz';
$strCanNotLoadImportPlugins = 'Nie uda³o siê za³adowaæ modu³ów importu, proszê sprawdziæ instalacjê!';
$strCannotLogin = 'Nie uda³o siê zalogowaæ na serwer MySQL';
$strCantLoad = 'nie uda³o siê za³adowaæ modu³u %s,<br />proszê sprawdziæ konfiguracjê PHP';
$strCantLoadRecodeIconv = 'Nie uda³o siê za³adowaæ rozszerzeñ iconv lub recode, które s± niezbêdne do konwersji kodowania znaków, skonfiguruj PHP tak, by móg³ u¿ywaæ tych rozszerzeñ albo zablokuj konwersjê kodowania znaków w phpMyAdminie.';
$strCantRenameIdxToPrimary = 'Nie mo¿na zmieniæ nazwy indeksu na PRIMARY!';
$strCantUseRecodeIconv = 'Nie uda³o siê u¿yæ ani funkcji iconv, ani libiconv, mimo ¿e rozszerzenia zg³aszaj± siê jako za³adowane. Proszê sprawdziæ swoj± konfiguracjê PHP.';
$strCardinality = 'Moc';
$strCaseInsensitive = 'bez rozró¿niania wielko¶ci liter';
$strCaseSensitive = 'z rozró¿nianiem wielko¶ci liter';
$strCentralEuropean = '¦rodkowoeuropejski';
$strChangeCopyModeCopy = '... pozostaw starego.';
$strChangeCopyModeDeleteAndReload = ' ... usuñ starego z tabel u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strChangeCopyModeJustDelete = ' ... usuñ starego z tabel u¿ytkowników.';
$strChangeCopyModeRevoke = ' ... odbierz wszystkie aktywne uprawnienia staremu, a nastêpnie go usuñ.';
$strChangeCopyMode = 'Utwórz nowego u¿ytkownika z takimi samymi uprawnieniami i ...';
$strChangeCopyUser = 'Zmieñ dane u¿ytkownika / Skopiuj u¿ytkownika';
$strChangeDisplay = 'Wybierz wy¶wietlane pole';
$strChangePassword = 'Zmieñ has³o';
$strChange = 'Zmieñ';
$strCharsetOfFile = 'Zestaw znaków dla pliku:';
$strCharsetsAndCollations = 'Zestawy znaków i metody porównywania napisów';
$strCharsets = 'Zestawy znaków';
$strCharset = 'Zestaw znaków';
$strCheckAll = 'Zaznacz wszystkie';
$strCheckOverhead = 'Zaznacz nieoptymalne';
$strCheckPrivsLong = 'Sprawd¼ uprawnienia bazy danych &quot;%s&quot;.';
$strCheckPrivs = 'Sprawd¼ uprawnienia';
$strCheckTable = 'Sprawd¼ tabelê';
$strChoosePage = 'Proszê wybraæ stronê do edycji';
$strColComFeat = 'Wy¶wietl komentarze dla kolumn';
$strCollation = 'Metoda porównywania napisów';
$strColumnNames = 'Nazwy kolumn';
$strColumnPrivileges = 'Uprawnienia specyficzne dla kolumn';
$strCommand = 'Polecenie';
$strCommentsForTable = 'KOMENTARZE TABELI';
$strComments = 'Komentarze';
$strCompatibleHashing = 'Kompatybilny z MySQL-em&nbsp;4.0';
$strCompleteInserts = 'Pe³ne dodania';
$strCompression = 'Typ kompresji';
$strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plików zostanie automatycznie rozpoznany jako jeden z: %s';
$strConfigDefaultFileError = 'Nie uda³o siê za³adaowaæ domy¶lnej konfiguracji z pliku: "%1$s"';
$strConfigFileError = 'phpMyAdmin nie zdo³a³ odczytaæ Twojego pliku konfiguracji!<br />Mo¿e siê to zdarzyæ, je¶li PHP znajdzie w nim b³±d sk³adniowy lub nie mo¿e znale¼æ tego pliku.<br />Proszê wywo³aæ bezpo¶rednio plik konfiguracyjny u¿ywaj±c poni¿szego linku i odczytaæ otrzymane komunikat(y) o b³êdach. W wiêkszo¶ci przypadków brakuje gdzie¶ cudzys³owu lub ¶rednika.<br />Je¿eli otrzymasz pust± stronê, wszystko jest w porz±dku.';
$strConfigureTableCoord = 'Proszê skonfigurowaæ wspó³rzêdnie dla tabeli %s';
$strConnectionError = 'Nie uda³o siê nawi±zaæ po³±czenia: b³êdne ustawienia.';
$strConnections = 'Po³±czenia';
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
$strConstraintsForTable = 'Ograniczenia dla tabeli';
$strCookiesRequired = 'Odt±d musi byæ w³±czona obs³uga ciasteczek [<i>cookies</i>].';
$strCopyDatabaseOK = 'Baza danych %s zosta³a skopiowana do %s';
$strCopy = 'Kopiuj';
$strCopyTableOK = 'Tabela %s zosta³a skopiowana do %s.';
$strCopyTableSameNames = 'Nie mo¿na skopiowaæ tabeli do niej samej!';
$strCopyTable = 'Skopiuj tabelê do (bazadanych<b>.</b>tabela):';
$strCouldNotKill = 'phpMyAdminowi nie uda³o siê unicestwiæ w±tku %s. Prawdopodobnie zosta³ on ju¿ zamkniêty.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE przed skopiowaniem';
$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateIndex = 'Utwórz indeks dla %s kolumn';
$strCreateNewDatabase = 'Utwórz now± bazê danych';
$strCreateNewTable = 'Utwórz now± tabelê w bazie danych %s';
$strCreatePage = 'Utwórz now± stronê';
$strCreatePdfFeat = 'Tworzenie PDF-ów';
$strCreate = 'Utwórz';
$strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia';
$strCriteria = 'Kryteria';
$strCroatian = 'Chorwacki';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcje CSV';
$strCSVOptions = 'Opcje CSV';
$strCyrillic = 'Cyrylica';
$strCzech = 'Czeski';
$strCzechSlovak = 'Czesko-s³owacki';
 
$strDanish = 'Duñski';
$strDatabase = 'Baza danych';
$strDatabaseEmpty = 'Nazwa bazy danych jest pusta!';
$strDatabaseExportOptions = 'Opcje eksportu bazy danych';
$strDatabaseHasBeenDropped = 'Baza danych %s zosta³a usuniêta.';
$strDatabaseNoTable = 'Ta baza danych nie zawiera ¿adnej tabeli!';
$strDatabases = 'Bazy danych';
$strDatabasesDropped = '%s baz danych zosta³o pomy¶lnie usuniêtych.';
$strDatabasesStatsDisable = 'Wy³±cz statystyki';
$strDatabasesStatsEnable = 'W³±cz statystyki';
$strDatabasesStatsHeavyTraffic = 'Uwaga: W³±czenie statystyk baz danych mo¿e spowodowaæ du¿y ruch pomiêdzy serwerem WWW a serwerem MySQL.';
$strDatabasesStats = 'Statystyki baz danych';
$strData = 'Dane';
$strDataDict = 'S³ownik danych';
$strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawieraj±ce dane';
$strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj bazê danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Modu³';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Ca³kowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmieñ nazwê bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych';
$strDefault = 'Domy¶lnie';
$strDefaultEngine = '%s to domy¶lny mechanizm sk³adowania tego serwera MySQL.';
$strDefaultValueHelp = 'Dla warto¶ci domy¶lnych, proszê wprowadziæ po prostu pojedyncz± warto¶æ, bez cytowania odwrotnym uko¶nikiem czy ujmowania w cudzys³owy, u¿ywaj±c takiego formatu: a';
$strDefragment = 'Tablica defragmentacji';
$strDelayedInserts = 'U¿yj opó¼nionych dodañ';
$strDeleteAndFlushDescr = 'Jest to najzgrabniejszy sposób, ale prze³adowanie uprawnieñ mo¿e potrwaæ jaki¶ czas.';
$strDeleteAndFlush = 'Usuñ u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strDeleted = 'Rekord zosta³ skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteNoUsersSelected = '¯aden u¿ytkownik ze zosta³ zaznaczony do skasowania!';
$strDelete = 'Usuñ';
$strDeleting = 'Usuwanie %s';
$strDelOld = 'Aktualna strona ma powi±zania z tabel±, która ju¿ nie istnieje. Czy chcesz usun±æ te powi±zania?';
$strDescending = 'Malej±co';
$strDescription = 'Opis';
$strDictionary = 's³ownik';
$strDirtyPages = 'Strony brudne';
$strDisabled = 'wy³±czone';
$strDisableForeignChecks = 'Wy³±cz sprawdzanie kluczy zewnêtrznych';
$strDisplayFeat = 'Funkcje wy¶wietlania';
$strDisplayOrder = 'Kolejno¶æ wy¶wietlania:';
$strDisplayPDF = 'Wy¶wietl schemat PDF';
$strDoAQuery = 'Wykonaj "zapytanie przez przyk³ad" (znak globalny: "%")';
$strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykonaæ ';
$strDropDatabaseStrongWarning = 'Masz zamiar ZNISZCZYÆ ca³± bazê danych!';
$strDropUsersDb = 'Usuñ bazy danych o takich samych nazwach jak u¿ytkownicy.';
$strDrop = 'Usuñ';
$strDumpingData = 'Zrzut danych tabeli';
$strDumpSaved = 'Zrzut zosta³ zapisany do pliku %s.';
$strDumpXRows = 'Zrzuæ %s rekordów zaczynaj±c od rekordu %s.';
$strDynamic = 'zmienny';
 
$strEdit = 'Edytuj';
$strEditPDFPages = 'Edytuj strony PDF';
$strEditPrivileges = 'Edytuj uprawnienia';
$strEffective = 'Efektywne';
$strEmptyResultSet = 'MySQL zwróci³ pusty wynik (zero rekordów).';
$strEmpty = 'Wyczy¶æ';
$strEnabled = 'w³±czone';
$strEncloseInTransaction = 'Obejmij eksport transakcj±';
$strEndCut = 'TNIJ DOT¡D';
$strEnd = 'Koniec';
$strEndRaw = 'SUROWE DANE DOT¡D';
$strEngineAvailable = '%s jest dostêpny na tym serwerze MySQL.';
$strEngineDisabled = 'Mechanizm %s zosta³ wy³±czony w tym serwerze MySQL.';
$strEngines = 'Mechanizmy';
$strEngineUnsupported = 'Ten serwer MySQL nie obs³uguje mechanizmu sk³adowania %s.';
$strEnglish = 'Angielski';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s± oznaczone w jêzyku angielskim ';
$strError = 'B³±d';
$strErrorInZipFile = 'B³±d w archiwum ZIP:';
$strEscapeWildcards = 'Aby u¿yæ symboli wieloznacznych _ i % w znaczeniu dos³ownym, nale¿y je poprzedziæ znakiem \ ';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estoñski';
$strExcelEdition = 'Wydanie Excela';
$strExcelOptions = 'Opcje Excela';
$strExecuteBookmarked = 'Wykonaj zapamiêtanego zapytania';
$strExplain = 'Wyja¶nij SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Rozszerzone dodania';
$strExtra = 'Dodatkowo';
 
$strFailedAttempts = 'Nieudane próby';
$strFieldHasBeenDropped = 'Pole %s zosta³o usuniête';
$strField = 'Pole';
$strFieldsEmpty = ' Liczba pól jest pusta! ';
$strFieldsEnclosedBy = 'Pola zawarte w';
$strFieldsEscapedBy = 'Pola poprzedzone przez';
$strFields = 'Pola';
$strFieldsTerminatedBy = 'Pola oddzielane przez';
$strFileAlreadyExists = 'Plik %s ju¿ istnieje na serwerze, zmieñ nazwê pliku lub zaznacz opcjê nadpisywania plików.';
$strFileCouldNotBeRead = 'Nie mo¿na odczytaæ pliku';
$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database';
$strFileNameTemplateDescription = 'Interpretacja tej warto¶ci nale¿y do funkcji %1$sstrftime%2$s i mo¿na u¿yæ jej napisów formatuj±cych. Dodatkowo zostan± zastosowane nastêpuj±ce przekszta³cenia: %3$s. Pozosta³y tekst bêdzie niezmieniony.';
$strFileNameTemplateDescriptionServer = 'nazwa serwera';
$strFileNameTemplateDescriptionTable = 'nazwa tabeli';
$strFileNameTemplateRemember = 'pamiêtaj szablon';
$strFileNameTemplate = 'Szablon nazwy';
$strFileToImport = 'Plik do importu';
$strFixed = 'sta³y';
$strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia u¿ytkowników wprost z tabeli uprawnieñ MySQL-a. Zawarto¶æ tej tabeli, je¶li zosta³y w niej dokonane rêczne zmiany, mo¿e siê ró¿niæ od uprawnieñ jakich faktycznie u¿ywa serwer. W takim przypadku powiniene¶ przed dalsz± prac± %sprze³adowaæ uprawnienia%s.';
$strFlushQueryCache = 'Opró¿nij bufor podrêczny zapytañ';
$strFlushTable = 'Prze³aduj tabelê ("FLUSH")';
$strFlushTables = 'Prze³aduj (zamknij) wszystkie tabele';
$strFormat = 'Format';
$strFormEmpty = 'Brakuj±ca warto¶æ w formularzu!';
$strFreePages = 'Strony puste';
$strFullText = 'Pe³ny tekst';
$strFunction = 'Funkcja';
 
$strGenBy = 'Wygenerowany przez';
$strGeneralRelationFeat = 'Ogólne funkcje relacyjne';
$strGenerate = 'Generuj';
$strGeneratePassword = 'Generuj has³o';
$strGenTime = 'Czas wygenerowania';
$strGeorgian = 'Gruziñski';
$strGerman = 'Niemiecki';
$strGlobal = 'globalnie';
$strGlobalPrivileges = 'Globalne uprawnienia';
$strGlobalValue = 'Warto¶æ globalna';
$strGo = 'Wykonaj';
$strGrantOption = 'Nadawanie';
$strGreek = 'Grecki';
$strGzip = '".gz"';
 
$strHandler = 'Obs³uga';
$strHasBeenAltered = 'zosta³o zamienione.';
$strHasBeenCreated = 'zosta³o utworzone.';
$strHaveToShow = 'Nale¿y wybraæ przynajmniej jedn± kolumnê do wy¶wietlenia';
$strHebrew = 'Hebrajski';
$strHexForBinary = 'U¿yj liczb szesnastkowych w przypadku pól binarnych';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
$strHome = 'Wej¶cie';
$strHostEmpty = 'Brak nazwy hosta!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcje eksportu do formatu Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcje eksportu do formatu Microsoft Word 2000';
$strHungarian = 'Wêgierski';
 
$strIcelandic = 'Islandzki';
$strId = 'ID';
$strIdxFulltext = 'Pe³ny tekst';
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj';
$strIgnoreInserts = 'U¿yj ignorowanych dodañ';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plików docSQL';
$strImportFiles = 'Import plików';
$strImportFormat = 'Format importowanych plików';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import zakoñczony sukcesem, wykonano %d zapytañ.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Klucz %s zosta³ usuniêty';
$strIndex = 'Indeks';
$strIndexName = 'Nazwa indeksu :';
$strIndexType = 'Rodzaj indeksu :';
$strIndexWarningMultiple = 'Dla kolumny `%s` zosta³o utworzonych wiele indeksów';
$strIndexWarningPrimary = 'Klucze PRIMARY i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strIndexWarningTable = 'Problemy z indeksami tabeli `%s`';
$strIndexWarningUnique = 'Klucze UNIQUE i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiêkszy siê tabela, kiedy zostanie zape³niona.';
$strInnoDBAutoextendIncrement = 'Przyrost autoextend';
$strInnoDBBufferPoolSizeDesc = 'Ilo¶æ pamiêci, której InnoDB u¿ywa do buforowania danych i indeksów swoich tabel.';
$strInnoDBBufferPoolSize = 'Rozmiar rezerw buforowych';
$strInnoDBDataFilePath = 'Pliki danych';
$strInnoDBDataHomeDirDesc = 'Wspólna czê¶æ ¶cie¿ki do wszystkich plików danych InnoDB.';
$strInnoDBDataHomeDir = 'Katalog domowy danych';
$strInnoDBPages = 'stron';
$strInnodbStat = 'Status InnoDB';
$strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez has³a), które odpowiadaj± domy¶lnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL dzia³a z takim ustawieniem, jest otwarty dla w³amywaczy. Ta luka w bezpieczeñstwie naprawdê powinna zostaæ naprawiona.';
$strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj';
$strInsertedRowId = 'Identyfikator dodanego rekordu:';
$strInsertedRows = 'Dodane rekordy:';
$strInsertNewRow = 'Dodaj nowy rekord';
$strInternalNotNecessary = '* Wewnêtrzna relacja nie jest konieczna gdy istnieje równie¿ w InnoDB.';
$strInternalRelations = 'Wewnêtrzne relacje';
$strInUse = 'w u¿yciu';
$strInvalidAuthMethod = 'W konfiguracji ustawiono b³êdn± metodê uwierzytelniania:';
$strInvalidColumnCount = 'Liczba kolumn musi byæ wiêksza ni¿ zero.';
$strInvalidColumn = 'Podano b³êdn± kolumnê (%s)!';
$strInvalidCSVFieldCount = 'Niew³a¶ciwa liczba pól w lini %d danych wej¶ciowych CSV.';
$strInvalidCSVFormat = 'Niew³a¶ciwy format w lini %d danych wej¶ciowych CSV.';
$strInvalidCSVParameter = 'Niew³a¶ciwy parametr importu CSV: %s';
$strInvalidFieldAddCount = 'Nale¿y dodaæ przynajmniej jedno pole.';
$strInvalidFieldCount = 'Tabela musi mieæ przynajmniej jedno pole.';
$strInvalidLDIImport = 'Ten modu³ nie obs³uguje skompresowanych importów!';
$strInvalidRowNumber = '%d nie jest prawid³owym numerem rekordu.';
$strInvalidServerHostname = 'Niew³a¶ciwa nazwa hosta serwera %1$s. Proszê przyjrzeæ siê konfiguracji.';
$strInvalidServerIndex = 'Niew³a¶ciwy numer serwera: "%s"';
 
$strJapanese = 'Japoñski';
$strJoins = 'Z³±czenia';
$strJumpToDB = 'Skok do bazy danych &quot;%s&quot;.';
$strJustDeleteDescr = 'Nim uprawnienia zostan± prze³adowane, &quot;usuniêci&quot; u¿ytkownicy nadal bêd± mieli dotychczasowy dostêp do serwera.';
$strJustDelete = 'Po prostu usuñ u¿ytkowników z tabeli uprawnieñ.';
 
$strKeepPass = 'Nie zmieniaj has³a';
$strKeyCache = 'Bufor podrêczny indeksów';
$strKeyname = 'Nazwa klucza';
$strKill = 'Unicestwij';
$strKorean = 'Koreañski';
 
$strLandscape = 'Orientacja pozioma';
$strLanguageFileNotFound = 'Nie znaleziono pliku jêzykowego "%1$s".';
$strLanguageUnknown = 'Nieznany jêzyk: %1$s.';
$strLatchedPages = 'Stron zatrza¶niêtych';
$strLatexCaption = 'Nag³ówek tabeli';
$strLatexContent = 'Zawarto¶æ tabeli __TABLE__';
$strLatexContinuedCaption = 'Kontynuacja nag³ówka tabeli';
$strLatexContinued = '(kontynuacja)';
$strLatexIncludeCaption = 'Za³±cz nag³ówek tabeli';
$strLatexLabel = 'Etykieta klucza';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcje LaTeX-a';
$strLatexStructure = 'Struktura tabeli __TABLE__';
$strLatvian = '£otewski';
$strLDI = 'CSV przy u¿yciu LOAD DATA';
$strLDIImportOptions = 'Opcje importu CSV przy u¿yciu LOAD DATA';
$strLDILocal = 'U¿yj s³owa kluczowego LOCAL';
$strLengthSet = 'D³ugo¶æ/Warto¶ci*';
$strLimitNumRows = 'rekordów na stronie';
$strLinesTerminatedBy = 'Linie zakoñczone przez';
$strLinkNotFound = '£±cze nie znalezione';
$strLinksTo = '£±cze';
$strLithuanian = 'Litewski';
$strLocalhost = 'Host lokalny';
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLoginInformation = 'Dane u¿ytkownika';
$strLogin = 'Login';
$strLogout = 'Wyj¶cie';
$strLogPassword = 'Has³o:';
$strLogServer = 'Serwer';
$strLogUsername = 'U¿ytkownik:';
$strLongOperation = 'Ta operacja mo¿e trwaæ d³ugo. Czy mimo to kontynuowaæ?';
 
$strMaxConnects = 'Maks. jednoczesnych po³±czeñ';
$strMaximalQueryLength = 'Maksymalna d³ugo¶æ utworzonego zapytania';
$strMaximumSize = 'Maksymalny rozmiar: %s%s';
$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zosta³o znalezione, a wygl±da na to, ¿e u¿ywasz wielobajtowego zestawu znaków. Bez rozszerzenia mbstring phpMyAdmin nie ma mo¿liwo¶ci poprawnego rozbijania napisów, co mo¿e skutkowaæ niespodziewanymi rezultatami.';
$strMbOverloadWarning = 'Opcja mbstring.func_overload jest w³±czona w pliku konfiguracyjnym PHP. Jest ona niezgodna z phpMyAdminem i mo¿e powodowaæ utratê niektórych danych!';
$strMIME_available_mime = 'Dostêpne typy MIME';
$strMIME_available_transform = 'Dostêpne transformacje';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'Typ MIME';
$strMIME_nodescription = 'Transformacja ta nie ma opisu.<br />Proszê zapytaæ autora, co robi %s.';
$strMIME_transformation_note = 'Aby uzyskaæ listê dostêpnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s';
$strMIME_transformation_options_note = 'Proszê wprowadziæ warto¶ci dla tranformacji w nastêpuj±cym formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny uko¶nik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym uko¶nikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strMIME_transformation_options = 'Opcje transformacji';
$strMIME_transformation = 'Sposób prezentacji danych';
$strMIMETypesForTable = 'TYPY MIME TABELI';
$strMIME_without = 'Typy MIME pisane czcionk± pochylon± nie maj± oddzielnej funkcji transformacji';
$strModifications = 'Modyfikacje zosta³y zapamiêtane';
$strModifyIndexTopic = 'Modyfikacja indeksu';
$strModify = 'Modyfikacja';
$strMoveTableOK = 'Tabela %s zosta³a przeniesiona do %s.';
$strMoveTable = 'Przenie¶ tabelê do (bazadanych<b>.</b>tabela):';
$strMoveTableSameNames = 'Nie mo¿na przenie¶æ tabeli do niej samej!';
$strMultilingual = 'wiele jêzyków';
$strMyISAMDataPointerSizeDesc = 'Domy¶lny rozmiar wska¼nika w bajtach, który jest u¿ywany przez CREATE TABLE dla tabel MyISAM, gdy nie okre¶lono opcji MAX_ROWS.';
$strMyISAMDataPointerSize = 'Rozmiar wska¼nika danych';
$strMyISAMMaxExtraSortFileSizeDesc = 'Je¿eli plik tymczasowy u¿yty przy szybkim tworzeniu indeksu MyISAM by³by wiêkszy o warto¶æ tu okre¶lon±, ni¿ w wypadku zastosowania metody pamiêci podrêcznej kluczy, preferuj tê drug± metodê.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla tworzenia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny rozmiar pliku tymczasowego, którego mo¿e zostaæ u¿yty przy ponownym tworzeniu indeksu MyISAM (podczas operacji REPAIR TABLE, ALTER TABLE lub LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla sortowania';
$strMyISAMRecoverOptionsDesc = 'Tryb w którym po awarii tabele MyISAM s± automatycznie naprawiane; w³±czany przez opcjê startow± serwera --myisam-recover.';
$strMyISAMRecoverOptions = 'Tryb automatycznej naprawy';
$strMyISAMRepairThreadsDesc = 'Warto¶æ wiêksza ni¿ 1 oznacza, ¿e indeksy tabel MyISAM s± tworzone wspó³bie¿nie (ka¿dy indeks ma swój w±tek) podczas naprawy przez proces sortuj±cy.';
$strMyISAMRepairThreads = 'Liczba w±tków naprawiaj±cych';
$strMyISAMSortBufferSizeDesc = 'Bufor, który jest alokowany w czasie sortowania indeksów MyISAM podczas operacji REPAIR TABLE albo gdy indeksy s± tworzone przez polecenia CREATE INDEX lub ALTER TABLE.';
$strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania';
$strMySQLCharset = 'System kodowania znaków dla MySQL';
$strMysqlClientVersion = 'Wersja klienta MySQL';
$strMySQLConnectionCollation = 'System porównañ dla po³±czenia MySQL';
$strMySQLSaid = 'MySQL zwróci³ komunikat: ';
$strMySQLShowProcess = 'Poka¿ procesy';
$strMySQLShowStatus = 'Informacje o stanie serwera MySQL';
$strMySQLShowVars = 'Zmienne systemowe serwera MySQL';
 
$strName = 'Nazwa';
$strNext = 'Nastêpne';
$strNoActivity = 'Brak aktywno¶ci przez co najmniej %s sekund, proszê zalogowaæ siê jeszcze raz';
$strNoDatabases = 'Brak baz danych';
$strNoDatabasesSelected = '¯adna baza danych nie zosta³ wybrana.';
$strNoDescription = 'brak opisu';
$strNoDetailsForEngine = 'Brak szczegó³owych informacji o tym mechanizmie sk³adowania';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
$strNoExplain = 'Pomiñ wyja¶nienie SQL';
$strNoFilesFoundInZip = 'Archiwum ZIP jest puste!';
$strNoFrames = 'phpMyAdmin jest bardziej przyjazny w przegl±darkach <b>obs³uguj±cych ramki</b>';
$strNoIndex = 'Brak zdefiniowanego indeksu!';
$strNoIndexPartsDefined = 'Brak zdefiniowanych czê¶ci indeksu!';
$strNoModification = 'Bez zmian';
$strNone = 'Brak';
$strNo = 'Nie';
$strNoOptions = 'Ten format nie ma ¿adnych opcji';
$strNoPassword = 'Brak has³a';
$strNoPermission = 'Serwer WWW nie ma praw do zapisu pliku %s.';
$strNoPhp = 'bez kodu PHP';
$strNoPrivileges = 'Brak uprawnieñ';
$strNoRights = 'Brak wystarczaj±cych uprawnieñ!';
$strNoRowsSelected = '¯aden rekord nie zosta³ zaznaczony';
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNoThemeSupport = 'Brak obs³ugi motywów graficznych, proszê sprawdziæ konfiguracjê i/lub motywy graficzne w katalogu %s.';
$strNothingToImport = 'Nie wprowadzono ¿adnych danych do importu!';
$strNotNumber = 'To nie jest liczba!';
$strNotOK = 'b³±d';
$strNotSet = 'Tabela <b>%s</b> nie zosta³a znaleziona lub nie jest ustawiona w %s';
$strNoUsersFound = 'Nie znaleziono u¿ytkownika(ów).';
$strNoValidateSQL = 'Pomiñ sprawdzanie poprawno¶ci SQL';
$strNull = 'Null';
$strNumberOfFields = 'Liczba pól';
$strNumSearchResultsInTable = '%s trafieñ wewn±trz tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>W sumie:</b> <i>%s</i> trafieñ';
$strNumTables = 'Tabele';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina';
$strOperations = 'Operacje';
$strOperator = 'Operator';
$strOptimizeTable = 'Optymalizuj tabelê';
$strOr = 'lub';
$strOverhead = 'Nadmiar';
$strOverwriteExisting = 'Nadpisuj istniej±ce pliki';
 
$strPageNumber = 'Numer strony:';
$strPagesToBeFlushed = 'Strony do wymiecenia';
$strPaperSize = 'Rozmiar papieru';
$strPartialImport = 'Import czê¶ciowy';
$strPartialText = 'Skrócony tekst';
$strPasswordChanged = 'Has³o dla %s zosta³o pomy¶lnie zmienione.';
$strPasswordEmpty = 'Puste has³o!';
$strPassword = 'Has³o';
$strPasswordHashing = 'Sposób kodowania hase³';
$strPasswordNotSame = 'Has³a nie s± identyczne!';
$strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s';
$strPdfInvalidTblName = 'Tabela "%s" nie istnieje!';
$strPdfNoTables = 'Brak tabel';
$strPDFOptions = 'Opcje PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Tytu³ raportu';
$strPerHour = 'na godzinê';
$strPerMinute = 'na minutê';
$strPerSecond = 'na sekundê';
$strPersian = 'Perski';
$strPhoneBook = 'ksi±¿ka telefoniczna';
$strPHP40203 = 'U¿ywasz PHP w wersji 4.2.3, która ma powa¿ny b³±d w obs³udze napisów wielobajtowych (mbstring). Zobacz raport na temat b³êdów PHP nr 19404. Nie zaleca siê u¿ywania tej wersji PHP z phpMyAdminem.';
$strPhp = 'Utwórz kod PHP';
$strPHPVersion = 'Wersja PHP';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
$strPmaUriError = 'Dyrektywa <tt>$cfg[\'PmaAbsoluteUri\']</tt> musi byæ ustawiona w pliku konfiguracyjnym!';
$strPolish = 'Polski';
$strPortrait = 'Orientacja pionowa';
$strPos1 = 'Pocz±tek';
$strPrevious = 'Poprzednie';
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy zosta³ usuniêty';
$strPrimaryKeyName = 'Nazw± podstawowego klucza musi byæ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> byæ nazw± <b>jedynie</b> klucza podstawowego!)';
$strPrimary = 'Podstawowy';
$strPrint = 'Drukuj';
$strPrintViewFull = 'Widok do druku (z pe³nymi tekstami)';
$strPrintView = 'Widok do druku';
$strPrivDescAllPrivileges = 'Wszystkie uprawnienia, oprócz GRANT.';
$strPrivDescAlter = 'Pozwól zmieniaæ strukturê istniej±cych tabel.';
$strPrivDescAlterRoutine = 'Pozwól modyfikowaæ i usuwaæ procedury sk³adowane.';
$strPrivDescCreateDb = 'Pozwól tworzyæ nowe bazy danych i tabele.';
$strPrivDescCreateRoutine = 'Pozwól tworzyæ procedury sk³adowane.';
$strPrivDescCreateTbl = 'Pozwól tworzyæ nowe tabele.';
$strPrivDescCreateTmpTable = 'Pozwala tworzyæ tabele tymczasowe.';
$strPrivDescCreateUser = 'Pozwól tworzyæ, usuwaæ i zmieniaæ nazwy kont u¿ytkowników.';
$strPrivDescCreateView = 'Pozwól tworzyæ perspektywy.';
$strPrivDescDelete = 'Pozwól usuwaæ dane.';
$strPrivDescDropDb = 'Pozwól usuwaæ bazy danych i tabele.';
$strPrivDescDropTbl = 'Pozwól usuwaæ tabele.';
$strPrivDescExecute5 = 'Pozwól wykonywaæ procedury sk³adowane.';
$strPrivDescExecute = 'Pozwól uruchamiaæ zapamiêtane procedury; Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescFile = 'Pozwól importowaæ i eksportowaæ dane z/do plików.';
$strPrivDescGrant = 'Pozwól dodawaæ u¿ytkowników i nadawaæ uprawnienia bez prze³adowywania tabeli uprawnieñ.';
$strPrivDescIndex = 'Pozwól tworzyæ i usuwaæ indeksy.';
$strPrivDescInsert = 'Pozwól dodawaæ i zamieniaæ dane.';
$strPrivDescLockTables = 'Pozwól blokowaæ tabele dla aktualnego w±tku.';
$strPrivDescMaxConnections = 'Ogranicz liczbê nowych po³±czeñ, które mo¿e otworzyæ u¿ytkownik w ci±gu godziny.';
$strPrivDescMaxQuestions = 'Ogranicz liczbê zapytañ, które mo¿e wys³aæ u¿ytkownik w ci±gu godziny.';
$strPrivDescMaxUpdates = 'Ogranicz liczbê poleceñ zmieniaj±cych jak±kolwiek tabelê lub bazê danych, które mo¿e wykonaæ u¿ytkownik w ci±gu godziny.';
$strPrivDescMaxUserConnections = 'Ogranicz liczbê jednoczesnych po³±czeñ, które mo¿e u¿ytkownik.';
$strPrivDescProcess3 = 'Pozwól unicestwiaæ procesy innych u¿ytkowników.';
$strPrivDescProcess4 = 'Pozwól zobaczyæ pe³n± listê zapytañ na li¶cie procesów.';
$strPrivDescReferences = 'Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescReload = 'Pozwól prze³adowywaæ ustawienia serwera i opró¿niaæ pamiêæ podrêczn± serwera.';
$strPrivDescReplClient = 'Nadaj u¿ytkownikowi prawo, by zapytaæ gdzie s± serwery podrzêdne / nadrzêdne.';
$strPrivDescReplSlave = 'Potrzebne dla replikacji serwera podrzêdnego.';
$strPrivDescSelect = 'Pozwól czytaæ dane.';
$strPrivDescShowDb = 'Daj dostêp do pe³nej listy baz danych.';
$strPrivDescShowView = 'Pozwól wykonywaæ zapytania SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Pozwól zamkn±æ serwer.';
$strPrivDescSuper = 'Pozwól na po³±czenie, nawet je¶li osi±gniêta zosta³a maksymalna ilo¶æ po³±czeñ; Wymagane dla wiêkszo¶æ operacji administracyjnych, takich jak ustawianie zmiennych globalnych czy unicestwianie w±tków innych u¿ytkowników.';
$strPrivDescUpdate = 'Pozwól zmieniaæ dane.';
$strPrivDescUsage = 'Brak uprawnieñ.';
$strPrivilegesReloaded = 'Uprawnienia zosta³y pomy¶lnie prze³adowane.';
$strPrivileges = 'Uprawnienia';
$strProcesslist = 'Lista procesów';
$strProtocolVersion = 'Wersja protoko³u';
$strPutColNames = 'Umie¶æ nazwy pól w pierwszym rekordzie';
 
$strQBEDel = 'Usuñ';
$strQBEIns = 'Dodaj';
$strQBE = 'Zapytanie przez przyk³ad';
$strQueryCache = 'Pamiêæ podrêczna zapytañ';
$strQueryFrame = 'Okienko zapytania';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';
$strQuerySQLHistory = 'Historia SQL';
$strQueryStatistics = '<b>Statystyki zapytañ</b>: Od rozpoczêcia jego pracy, do serwera zosta³o wys³anych %s zapytañ.';
$strQueryTime = 'Wykonanie zapytania trwa³o %01.4f sekund(y)';
$strQueryType = 'Rodzaj zapytania';
$strQueryWindowLock = 'Nie nadpisuj tego zapytania spoza okna';
 
$strReadRequests = '¯±dañ odczytu';
$strReceived = 'Otrzymane';
$strRecords = 'Rekordy';
$strReferentialIntegrity = 'Sprawd¼ spójno¶æ powi±zañ:';
$strRefresh = 'Od¶wie¿';
$strRelationalSchema = 'Schemat relacyjny';
$strRelationNotWorking = 'Dodatkowe mo¿liwo¶ci pracy z po³±czonymi tabelami zosta³y wy³±czone. Aby dowiedzieæ siê, dlaczego - kliknij %stutaj%s.';
$strRelationsForTable = 'RELACJE TABELI';
$strRelations = 'Relacje';
$strRelationView = 'Widok relacyjny';
$strReloadingThePrivileges = 'Prze³aduj uprawnienia';
$strReloadMySQL = 'Prze³aduj MySQL';
$strRemoveSelectedUsers = 'Usuñ zaznaczonych u¿ytkowników';
$strRenameDatabaseOK = 'Baza danych %s ma nazwê zmienion± na %s';
$strRenameTableOK = 'Tabela %s ma nazwê zmienion± na %s';
$strRenameTable = 'Zmieñ nazwê tabeli na';
$strRepairTable = 'Napraw tabelê';
$strReplaceNULLBy = 'Zamiana NULL na';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReplication = 'Replikacja';
$strReset = 'Reset';
$strResourceLimits = 'Ograniczenia zasobów';
$strReType = 'Ponownie';
$strRevokeAndDelete = 'Cofnij wszystkie aktywne uprawnienia u¿ytkownikom, a nastêpnie usuñ ich.';
$strRevokeAndDeleteDescr = 'Nim uprawnienia zostan± prze³adowane, u¿ytkownicy nadal bêd± mieli uprawnienie USAGE.';
$strRevoke = 'Cofnij';
$strRevokeMessage = 'Uprawnienia dla %s zosta³y cofniête';
$strRomanian = 'Rumuñski';
$strRowLength = 'D³ugo¶æ rekordu';
$strRowsFrom = 'rekordów pocz±wszy od';
$strRowSize = ' Rozmiar rekordu ';
$strRowsModeFlippedHorizontal = 'poziomo (obrócone nag³ówki)';
$strRowsModeHorizontal = 'poziomo';
$strRowsModeOptions = 'w trybie %s powtórz nag³ówki po %s komórkach';
$strRowsModeVertical = 'pionowo';
$strRows = 'Rekordów';
$strRowsStatistic = 'Statystyka rekordów';
$strRunning = 'uruchomiony na %s';
$strRunQuery = 'Wykonaj zapytania';
$strRunSQLQueryOnServer = 'Uruchom zapytanie/zapytania SQL na serwerze %s';
$strRunSQLQuery = 'Wykonanie zapytania/zapytañ SQL do bazy danych %s';
$strRussian = 'Rosyjski';
 
$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
$strSave = 'Zachowaj';
$strScaleFactorSmall = 'Wspó³czynnik skali jest za ma³y, by schemat zmie¶ci³ siê na jednej stronie';
$strSearchFormTitle = 'Szukaj w bazie danych';
$strSearchInTables = 'Wewn±trz tabel(i):';
$strSearchNeedle = 'Szukane s³owa lub warto¶ci (symbol wieloznaczny: "%"):';
$strSearchOption1 = 'przynajmniej jedno ze s³ów';
$strSearchOption2 = 'wszystkie s³owa';
$strSearchOption3 = 'ca³a fraza';
$strSearchOption4 = 'wyra¿enie regularne';
$strSearchResultsFor = 'Szukaj w rezultatach dla "<i>%s</i>" %s:';
$strSearch = 'Szukaj';
$strSearchType = 'Znajd¼:';
$strSecretRequired = 'Plik konfiguracyjny wymaga teraz tajnej frazy koduj±cej (blowfish_secret).';
$strSelectADb = 'Proszê wybraæ bazê danych';
$strSelectAll = 'Zaznacz wszystkie';
$strSelectBinaryLog = 'Wybierz dziennik binarny do podgl±du';
$strSelectFields = 'Wybór pól (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu';
$strSelectTables = 'Wybierz tabele';
$strSend = 'Zapisz jako plik';
$strSent = 'Wys³ane';
$strServerChoice = 'Wybór serwera';
$strServerNotResponding = 'Serwer nie odpowiada';
$strServer = 'Serwer';
$strServerStatusDelayedInserts = 'Opó¼nione dodania';
$strServerStatus = 'Informacje o dzia³aniu serwera';
$strServerStatusUptime = 'Serwer MySQL dzia³a przez %s. Pocz±tek pracy: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Zmienne';
$strServerTrafficNotes = '<b>Ruch na serwerze</b>: Poni¿sze tabele pokazuj± statystyki ruchu na tym serwerze MySQL od rozpoczêcia jego pracy.';
$strServerVars = 'Zmienne i ustawienia serwera';
$strServerVersion = 'Wersja serwera';
$strSessionValue = 'Warto¶æ sesji';
$strSetEnumVal = 'Je¿eli pole jest typu "ENUM" lub "SET", warto¶ci wprowadza siê w formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny uko¶nik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym uko¶nikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strShowAll = 'Poka¿ wszystko';
$strShowColor = 'Poka¿ kolor';
$strShowDatadictAs = 'Format s³ownika danych';
$strShowFullQueries = 'Poka¿ pe³ne zapytania';
$strShowGrid = 'Poka¿ siatkê';
$strShowingBookmark = 'Pokaz zapamiêtanego zapytania';
$strShowingRecords = 'Poka¿ rekordy ';
$strShowOpenTables = 'Poka¿ otwarte tabele';
$strShowPHPInfo = 'Informacje o PHP';
$strShow = 'Poka¿';
$strShowSlaveHosts = 'Poka¿ podrzêdne hosty';
$strShowSlaveStatus = 'Status serwera podrzêdnego';
$strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego, ale który przekroczy³y warto¶æ binlog_cache_size i do zapisania instrukcji transakcji zosta³ u¿yty plik tymczasowy.';
$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy du¿ej warto¶ci Created_tmp_disk_tables, zwiêkszenie warto¶ci tmp_table_size spowoduje tworzenie tymczasowych tabel w pamiêci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Ile plików tymczasowych utworzy³ mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamiêci, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.';
$strShowStatusDelayed_errorsDescr = 'Liczba rekoród zapisanych przy pomocy INSERT DELAYED, dla których wyst±pi³ jaki¶ b³±d (prawodpodbnie zduplikowany klucz).';
$strShowStatusDelayed_insert_threadsDescr = 'Liczba u¿ytych w±tków obs³uguj±cych INSERT DELAYED. Ka¿da osobna tabela, na której wykonuje siê INSERT DELAYED dostaje w³asny w±tek.';
$strShowStatusDelayed_writesDescr = 'Liczba rekordów zapisanych poprzez INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.';
$strShowStatusHandler_commitDescr = 'Liczba wewnêtrznych intrukcji COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ile razy rekord zosta³ usuniêty z tabeli.';
$strShowStatusHandler_discoverDescr = 'Serwer MySQL mo¿e zapytaæ mechanizm sk³adowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (<i>discovery</i>). Handler_discover wskazuje, ile razy tabela zosta³a odkryta.';
$strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu zosta³a odczytana pierwsza pozycja. Du¿a warto¶æ sugeruje, ¿e serwer wykonuje pe³nych przeszukañ indeksów; na przyk³ad SELECT col1 FROM foo, przy za³o¿eniu, ¿e col1 jest zindeksowane.';
$strShowStatusHandler_read_keyDescr = 'Licza ¿±dañ odczytu rekordu na podstawie indeksu. Du¿a warto¶æ to dobra oznaka tego, ¿e zapytania i tabele s± w³a¶ciwie zindeksowane.';
$strShowStatusHandler_read_nextDescr = 'Liczba ¿±dañ odczytu nastêpnego rekordu w porz±dku indeksowym. Ta warto¶æ jest zwiêkszana przy odpytywaniu o zindeksowan± kolumnê na ograniczonym przedziale lub przy przeszukiwaniu indeksu.';
$strShowStatusHandler_read_prevDescr = 'Liczba ¿±dañ odczytu poprzedniego rekordu w porz±dku indeksowym. Metoda u¿ywana g³ównie do optymalizacji ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Liczba ¿±dañ odczytu nastêpnego rekordu na podstawie sta³ego po³o¿enia. Warto¶æ jest du¿a przy wykonywaniu du¿ej ilo¶ci zapytañ wymagaj±cych sortowania rezultatu. Prawdodpodobnie wykonano wiele zapytañ wymagaj±cyh przeszukania ca³ej tabeli lub z³±czeñ, które nie u¿ywaj± poprawnie indeksów.';
$strShowStatusHandler_read_rnd_nextDescr = 'Liczba ¿±dañ odczytu nastêpnego rekord w pliku z danymi. Warto¶æ jest du¿a przy wykonywania wielu przeszukiwañ tabeli. Ogólnie sugueruje to, ¿e tabele nie s± poprawnie zindesowane lub ¿e zapytania nie s± napisane w sposób pozwalaj±cy skorzystaæ z istniej±cych indeksów.';
$strShowStatusHandler_rollbackDescr = 'Liczba wewnêtrznych instrukcji ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Liczba ¿±dañ zmiany rekordu w tabeli.';
$strShowStatusHandler_writeDescr = 'Liczba ¿±dañ dodania rekordu do tabeli.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawieraj±cyh dane (brudnych lub czystych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, których wymiecienia za¿±dano.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrza¶niêtych w puli bufora InnoDB. S± to strony akutalnie odczytywane lub zapisywane lub takie, które nie mog± zostaæ wymiecione lub usuniête z jakiego¶ innego powodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajêtych z powodu ich alokacji dla celów administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszuj±cy. Warto¶æ ta mo¿e te¿ zostaæ policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = '£±czny rozmiar puli bufora, w stronach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Wystêpuje gdy zapytane przeszukiwa³oby du¿e fragmenty tabeli, ale w dowolnej kolejno¶ci.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowalnych przez InnoDB. Wystêpuje gdy InnoDB wykonuje sekwencyjne pe³ne przeszukiwanie tabeli.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba ¿±dañ logicznych odczytów które wykona³ InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytów, których InnoDB nie móg³ zaspokoiæ pul± bufora i musia³ wykonaæ odczyt pojedynczej strony.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa siê w tle. Jednak¿e, je¶li niezbêdny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczbê wyst±pieñ takich oczekiwañ. Je¿eli rozmiar puli bufora by³ ustawiony w³a¶ciwie, warto¶æ ta powinna byæ ma³a.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Liczba wykonanych zapisów do puli bufora InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Liczba dot±d wykonanych operacji fsync().';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.';
$strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytów w toku.';
$strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisów w toku.';
$strShowStatusInnodb_data_readDescr = 'Ilo¶æ dot±d odczytanch danych, w bajatach.';
$strShowStatusInnodb_data_readsDescr = '£±czna liczba odczytów danych.';
$strShowStatusInnodb_data_writesDescr = '£±czna liczba zapisów danych.';
$strShowStatusInnodb_data_writtenDescr = 'Ilo¶æ dot±d zapisanych danych, w bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisów typu <i>doublewrite</i>.';
$strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu <i>doublewrite</i>.';
$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by³ zbyt ma³y i pred wznowieniem pracy oczekwiano na jego opró¿nenie.';
$strShowStatusInnodb_log_write_requestsDescr = 'Liczba ¿±dañ zapisów do dziennika.';
$strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywo³añ fsync dla pliku dziennika w toku.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisów do pliku dziennika w toku.';
$strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtów zapisanych do pliku dziennika.';
$strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.';
$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilko¶æ strony InnoDB (domy¶lnie 16KB). Wiele warto¶ci jest mierzonych w stronach; znajomo¶æ wielko¶ci strony pozwala na ich ³atw± konwersjê na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.';
$strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które akutalnie siê czeka.';
$strShowStatusInnodb_row_lock_time_avgDescr = '¦redni czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ca³kowity czas zu¿yty na uzyskiwanie blokad rekodów, w milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokadê rekordu.';
$strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordów usuniêtych z tabel InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Liczba rekordów dodanych do tabel InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Liczba rekordów odczytanych z tabel InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Liczba rekordów zmienionych w tabelach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Liczba bloków w buforze podrêcznym indeksów, które zosta³y zmodyfikowane ale jeszcze nie wymiecione na dysk. Wcze¶niej zmienna mia³a nazwê Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Liczba nieu¿ywanych bloków w buforze podrêcznym indeksów. Mo¿na u¿yæ tej warto¶ci do okre¶lenia jaka czê¶æ bufora indeksów jest w u¿yciu.';
$strShowStatusKey_blocks_usedDescr = 'Liczba u¿ytych bloków w buforze podrêcznym indeksów. Ta warto¶æ to próg, który wskazuje maksymaln± liczbê kiedykolwiek jednocze¶nie u¿ytych bloków.';
$strShowStatusKey_read_requestsDescr = 'Liczba ¿±dañ odczytu bloku z bufora podrêcznego indeksów.';
$strShowStatusKey_readsDescr = 'Liczba fizycznych odczytów bloków indeksów z dysku. Du¿a warto¶æ key_reads oznacza, ¿e prawdopodobnie warto¶æ key_buffer_size jest zbyt ma³a. Wspó³czynnik chybieñ bufora podrêcznego mo¿na policzyæ ze wzoru Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Liczba ¿±dañ zapisów bloków indeksów to bufora podrêcznego.';
$strShowStatusKey_writesDescr = 'Liczba fizycznych zapisów bloków indeksów na dysk.';
$strShowStatusLast_query_costDescr = 'Ca³kowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapytañ. Przydatny do porównañ kosztów ró¿nych planów wykonania tego samego zapytania. Domy¶lna warto¶æ 0 oznacza, ¿e jeszcze ¿adne zapytanie nie zosta³o skompilowane.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordów oczekuj±cych na zapisanie w kolejkach INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Je¶li ta warto¶æ jest du¿a, prawdopobnie wielko¶æ pamiêci podrêcznej tabel jest zbyt ma³a.';
$strShowStatusOpen_filesDescr = 'Liczba otwartych plików.';
$strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (u¿ywanych g³ownie do rejestracji w dzienniku).';
$strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.';
$strShowStatusQcache_free_blocksDescr = 'Liczba wolnych bloków pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_free_memoryDescr = 'Ilo¶æ dostêpnej pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_hitsDescr = 'Liczba trafieñ pamiêci podrêcznej.';
$strShowStatusQcache_insertsDescr = 'Liczba zapytañ dodanych do pamiêci podrêcznej.';
$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytañ, które zosta³y usuniête z pamiêci podrêcznej, by zwolnic pamiêæ do buforowania nowych zapytañ. Ta informacje mo¿e pomóc dostroiæ wielko¶æ bufora podrêcznegoe. Do decydowania o tym, które zapytania usun±æ z bufora podrêcznego u¿ywana jest strategia "najpierw najd³u¿ej nieu¿ywany" (<i>least recently used</i> - LRU).';
$strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapytañ (nie daj±cych siê zbuforowaæ lub niezbuforowanych z powodu ustawienia query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapytañ zarejestrowanych w buforze podrêcznym.';
$strShowStatusQcache_total_blocksDescr = 'Ca³kowita liczba bloków w buforze podrêcznym zapytañ.';
$strShowStatusReset = 'Zresetuj';
$strShowStatusRpl_statusDescr = 'Stan replikacji zabezpieczaj±cej (jeszcze nie zaimplementowane).';
$strShowStatusSelect_full_joinDescr = 'Liczba z³±czeñ nie u¿ywaj±cych indeksów. Warto¶æ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.';
$strShowStatusSelect_full_range_joinDescr = 'Liczba z³±czeñ w których u¿yto wyszukiwania zakresowego na pierwszej z³±czanej tabeli.';
$strShowStatusSelect_range_checkDescr = 'Liczba z³±czeñ bez u¿ycia indeksów gdy mo¿liwo¶æ ich u¿ycia by³a sprawdzana dla ka¿dego rekordu. (Warto¶æ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.)';
$strShowStatusSelect_rangeDescr = 'Liczba z³±czeñ w których u¿yto zakresów w stosunku do pierwszej tabeli. (Nawet du¿a warto¶æ nie ma kluczowego znaczenia.)';
$strShowStatusSelect_scanDescr = 'Liczba z³±czeñ, które przeszuka³y w pe³ni pierwsz± tabelê.';
$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzêdny w±tek SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Ile raz ³±cznie (od startu) podrzêdny w±tek SQL replikacji ponawia³ transakcje.';
$strShowStatusSlave_runningDescr = 'ON oznacza, ¿e ten serwer jest podrzêdny i jest pod³±czony go serwera g³ównego.';
$strShowStatusSlow_launch_threadsDescr = 'Liczba w±tków, których utworzenie trwa³o d³u¿ej ni¿ slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Liczba zapytañ, których wykonanie zajê³o wiêcej ni¿ long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Liczba przebiegów scalania, które musia³ wykonaæ algorytm sortuj±cy. Przy du¿ej warto¶ci, warto wzi±æ pod uwagê zwiêkszenie warto¶ci zmiennej systemowej sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Liczba sortowaæ wykonanych przy u¿yciu zakresów.';
$strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordów.';
$strShowStatusSort_scanDescr = 'Liczba sortowañ wykonanych poprzed przeszukiwanie tabeli.';
$strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli zosta³a uzyskana natychmiastowo.';
$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie mog³a zostaæ uzyskana natychmiastowo i niezbêdne by³o oczekiwanie. Przy wysoka warto¶æ oraz problemach z wydajno¶ci± powinno siê najpierw zoptymalizowaæ zapytania, a nastêpnie podzieliæ tabelê (tabele) lub u¿yæ replikacji.';
$strShowStatusThreads_cachedDescr = 'Liczba w±tków w buforze podrêcznym w±tków. Wspó³czynnik trafienia w bufor mo¿e byæ wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, ¿e powinno siê z wiêkszyæ thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych po³±czeñ.';
$strShowStatusThreads_createdDescr = 'Liczba w±tków utworzonych by obs³u¿yæ po³±czenia. Je¿eli warto¶æ Threads_created jest du¿a, mo¿na chcieæ zwiêkszyæ warto¶æ thread_cache_size. (W przypadku dobrej implementacja w±tków zwykle nie daje to zauwa¿alnego polepszenia wydajno¶ci.)';
$strShowStatusThreads_runningDescr = 'Liczba nieu¶pionych w±tków.';
$strShowTableDimension = 'Poka¿ wymiary tabel';
$strShowTables = 'Poka¿ tabele';
$strShowThisQuery = ' Wywo³aj ponownie zapytanie ';
$strSimplifiedChinese = 'Chiñski uproszczony';
$strSingly = '(pojedynczo)';
$strSize = 'Rozmiar';
$strSkipQueries = 'Liczba rekordów (zapytañ), które nale¿y z pocz±tku pomin±æ';
$strSlovak = 'S³owacki';
$strSlovenian = 'S³oweñski';
$strSocketProblem = '(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)';
$strSortByKey = 'Sortuj wg klucza';
$strSorting = 'Sortowanie';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSpanish = 'Hiszpañski';
$strSplitWordsWithSpace = 'S³owa s± rozdzielane znakiem spacji (" ").';
$strSQLExportCompatibility = 'Kompatybilno¶æ eksportu SQL';
$strSQLExportType = 'Rodzaj eksportu';
$strSQLImportOptions = 'Opcje SQL';
$strSQLOptions = 'Opcje SQL';
$strSQLParserBugMessage = 'Istnieje szansa, ¿e w³a¶nie znaleziono b³±d w analizatorze sk³adni SQL. Proszê zbadaæ bli¿ej swoje zapytanie i sprawdziæ, czy cudzys³owy s± poprawne i dobrze sparowane. Inn± mo¿liw± przyczyn± niepowodzenia mo¿e byæ ysy³anie pliku ze znakami binarnymi poza obszarem tekstu ujêtego w cudzys³owy. Mo¿na równie¿ sprawdziæ zapytanie SQL poprzez liniê poleceñ MySQL-a. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - je¶li siê pojawi - poni¿szy opis b³êdu serwera MySQL. Je¶li nadal wystêpuj± z problemy lub analizator sk³adni zg³asza usterkê a linia poleceñ - nie, ogranicz sekwencjê zapytañ SQL do pojedynczego, które powoduje problemy i zg³o¶ b³±d, do³±czaj±c fragment danych zawarty w poni¿szej sekcji TNIJ:';
$strSQLParserUserError = 'Wygl±da na to, ¿e w twoim zapytaniu SQL jest b³±d. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - je¶li siê pojawi - poni¿szy opis b³êdu serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawid³owy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamkniêty cudzys³ów';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatCheckTime = 'Ostatnie sprawdzenie';
$strStatCreateTime = 'Utworzenie';
$strStatement = 'Cecha';
$strStatisticsOverrun = 'Na aktywnym serwerze liczniki bajtów mog± siê przekrêciæ, wiêc statystyki jakich dostarcza serwer MySQL nie s± wiarygodne.';
$strStatUpdateTime = 'Ostatnia aktualizacja';
$strStatus = 'Status';
$strStorageEngine = 'Mechanizm sk³adowania';
$strStorageEngines = 'Mechanizmy sk³adowania';
$strStrucCSV = 'Dane CSV';
$strStrucData = 'Struktura i dane';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV dla MS Excel';
$strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela';
$strStrucOnly = 'Tylko struktura';
$strStructPropose = 'Analiza zawarto¶ci';
$strStructure = 'Struktura';
$strSubmit = 'Wy¶lij';
$strSuccess = 'Zapytanie SQL zosta³o wykonane pomy¶lnie';
$strSum = 'Suma';
$strSwedish = 'Szwedzki';
$strSwitchToDatabase = 'Prze³±cz do skopiowanej bazy danych';
$strSwitchToTable = 'Prze³±cz na skopiowan± tabelê';
 
$strTableAlreadyExists = 'Tabela %s ju¿ istnieje!';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
$strTableHasBeenDropped = 'Tabela %s zosta³a usuniêta';
$strTableHasBeenEmptied = 'Tabela %s zosta³a opró¿niona';
$strTableHasBeenFlushed = 'Tabela %s zosta³a prze³adowana';
$strTableMaintenance = 'Zarz±dzanie tabel±';
$strTableOfContents = 'Spis tre¶ci';
$strTableOptions = 'Opcje tabeli';
$strTables = '%s tabel(a)';
$strTableStructure = 'Struktura tabeli dla ';
$strTable = 'Tabela';
$strTableType = 'Typ tabeli';
$strTakeIt = 'u¿yj';
$strTblPrivileges = 'Uprawnienia specyficzne dla tabel';
$strTempData = 'Dane tymczasowe';
$strTextAreaLength = ' To pole mo¿e nie daæ siê edytowaæ<br /> z powodu swojej d³ugo¶ci ';
$strThai = 'Tajski';
$strThemeDefaultNotFound = 'Nie znaleziono domy¶lnego motywu graficznego %s!';
$strTheme = 'Motyw graficzny / styl';
$strThemeNoPreviewAvailable = 'Podgl±d niedostêpny.';
$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawid³owej ¶cie¿ki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono ¶cie¿ki do motywu %s!';
$strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie by³ katalog';
$strThreadSuccessfullyKilled = 'W±tek %s zosta³ pomy¶lnie unicestwiony.';
$strThreads = 'W±tki';
$strTime = 'Czas';
$strTimeoutInfo = 'Poprzedni import przekroczy³ limit czasu, ponowne przed³o¿enie tego pliku spowoduje kontynuacje od miejsca %d.';
$strTimeoutNothingParsed = 'Jednak¿e, podczas ostatniego uruchomienia nie zosta³y przetworzone ¿adne dane, co zwykle oznacza, ¿e phpMyAdmin nie bêdzie w stanie ukoñczyæ tego importu bez zwiêkszenia limitów czasowych PHP.';
$strTimeoutPassed = 'Limit czasu wykonania skryptu min±³; aby ukoñczyæ import, proszê przed³o¿yæ ten sam plik a import zostanie wznowiony.';
$strToggleScratchboard = 'w³±cz / wy³±cz scratchboard';
$strTotalUC = 'Sumarycznie';
$strTotal = 'wszystkich';
$strTraditionalChinese = 'Chiñski tradycyjny';
$strTraditionalSpanish = 'Tradycyjny hiszpañski';
$strTraffic = 'Ruch';
$strTransactionCoordinator = 'Koordynator transakcji';
$strTransformation_application_octetstream__download = 'Wy¶wietla link do ¶ci±gniêcia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drug± opcj± jest mo¿liwa nazwa pola zawieraj±cego nazwê pliku. Je¿eli dana jest druga opcja, pierwsza musi byæ pustym napisem';
$strTransformation_application_octetstream__hex = 'Wy¶wietla szesnastkow± reprezentacjê danych.';
$strTransformation_image_jpeg__inline = 'Wy¶wietla klikaln± miniaturkê; opcje: szeroko¶æ,wysoko¶æ w pikselach (oryginalne proporcje zostan± zachowane)';
$strTransformation_image_jpeg__link = 'Wy¶wietla link do tego obrazu (bezpo¶rednie ¶ci±gniêcie bloba).';
$strTransformation_image_png__inline = 'Zobacz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Bierze pole TIME, TIMESTAMP lub DATETIME i formatuje je u¿ywaj±c lokalnego formatu daty. Pierwsza opcja to liczba godzin, jaka zostanie dodana do daty (domy¶lnie: 0). Druga opcja to inny format daty, zgodny z parametrami dostêpnymi dla funkcji PHP strftime().';
$strTransformation_text_plain__external = 'TYLKO LINUX: Uruchamia zewnêtrzn± aplikacjê i przekazuje dane pól na standardowe wej¶cie. Zwraca standardowe wyj¶cie tej aplikacji. Domy¶lnie jest to Tidy, którzy porz±dkuje kod HTML. Ze wzglêdu na bezpieczeñstwo, nale¿y rêcznie zmodyfikowaæ plik libraries/transformations/text_plain__external.inc.php i dodaæ narzêdzie, na którego uruchamianie pozwalasz. Pierwsz± opcj± jest liczba programów, których chcesz u¿yæ, a drug± s± parametry programu. Je¿eli trzeci parametr jest ustawiony na 1, zostanie dokonana konwersja wyj¶cia poprzez u¿ycie htmlspecialchars() (Domy¶ln± warto¶ci± jest 1). Je¿eli czwarty parametr zosta³ ustawiony na 1, zawarto¶æ komórki nie bêdzie zawijana, tak ¿e ca³e wyj¶cie zostanie pokazane bez zmian formatu (domy¶ln± warto¶ci± jest 1)';
$strTransformation_text_plain__formatted = 'Zachowuje oryginalne formatowanie pola. Neutralizowanie znaków niespecjalnych nie jest dokonywane.';
$strTransformation_text_plain__imagelink = 'Wy¶wietla obrazek i link, pole zawiera nazwê pliku; pierwsz± opcjê jest prefiks, taki jak "http://domena.com/", drug± opcj± jest szeroko¶æ w pikselach, trzeci± opcj± jest wysoko¶æ.';
$strTransformation_text_plain__link = 'Wy¶wietla link, pole zawiera nazwê pliku; pierwsza opcja to prefiks, taki jak "http://domena.com/", druga opcja to tytu³ linku.';
$strTransformation_text_plain__sql = 'Formatuj tekst traktuj±c jako zapytanie SQL z pod¶wietlaniem sk³adni.';
$strTransformation_text_plain__substr = 'Pokazuje jedynie czê¶æ napisu. Pierwsza opcja to offset, od którego ma zacz±æ siê wy¶wietlanie tekstu (domy¶lnie 0). Druga opcja to ilo¶æ zwracanego tekstu. Je¿eli jest pusta, zwracany jest ca³y pozosta³y tekst. Trzecia opcja okre¶la jakie znaki zostan± dodane do wyj¶cia, je¿eli zwracany jest czê¶æ napisu (domy¶lnie: ...) .';
$strTruncateQueries = 'Ucinaj wy¶wietlane zapytania';
$strTurkish = 'Turecki';
$strType = 'Typ';
 
$strUkrainian = 'Ukraiñski';
$strUncheckAll = 'Odznacz wszystkie';
$strUnicode = 'Unikod';
$strUnique = 'Jednoznaczny';
$strUnknown = 'nieznany';
$strUnselectAll = 'Odznacz wszystkie';
$strUnsupportedCompressionDetected = 'Próbowano wczytaæ plik z nieobs³ugiwanym typem kompresji (%s). Albo jego obs³uga nie zosta³a zaimplementowana albo zosta³a konfiguracyjnie wy³±czona.';
$strUpdatePrivMessage = 'Uaktualni³e¶ uprawnienia dla %s.';
$strUpdateProfileMessage = 'Profil zosta³ uaktualniony.';
$strUpdateQuery = 'Zmieñ zapytanie';
$strUpdComTab = 'Informacje o tym, jak zaktualizowaæ tabelê Column_comments znajduj± siê w dokumentacji';
$strUpgrade = 'Poleca siê aktualizacjê do %s w wersji %s lub pó¼niejszej.';
$strUploadLimit = 'Prawdodpobobnie próbowano wrzuciæ du¿y plik. Aby poznaæ sposoby obej¶cia tego limitu, proszê zapoznaæ siê z %sdokumenacj±%s.';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'U¿yj cudzys³owów z nazwami tabel i pól';
$strUsedPhpExtensions = 'U¿ywane rozszerzenia PHP';
$strUseHostTable = 'U¿yj tabeli hostów';
$strUserAlreadyExists = 'U¿ytkownik %s ju¿ istnieje!';
$strUserEmpty = 'Brak nazwy u¿ytkownika!';
$strUserName = 'Nazwa u¿ytkownika';
$strUserNotFound = 'Wybrany u¿ytkownik nie zosta³ znaleziony w tabeli uprawnieñ.';
$strUserOverview = 'Opis u¿ytkownika';
$strUsersDeleted = 'Wybrani u¿ytkownicy zostali pomy¶lnie usuniêci.';
$strUsersHavingAccessToDb = 'U¿ytkownicy maj±cy dostêp do &quot;%s&quot;';
$strUser = 'U¿ytkownik';
$strUseTabKey = 'Klawisz TAB przemieszcza pomiêdzy warto¶ciami, CTRL+strza³ka przenosi w dowolne miejsce';
$strUseTables = 'U¿yj tabel';
$strUseTextField = 'U¿yj pola tekstowego';
$strUseThisValue = 'U¿yj tej warto¶ci';
 
$strValidateSQL = 'Sprawd¼ poprawno¶æ SQL';
$strValidatorError = 'Analizator sk³adni SQL nie móg³ zostaæ zainicjowany. Sprawd¼, czy zainstalowane s± niezbêdne rozszerzenia PHP, tak jak zosta³o to opisane w %sdokumentacji%s.';
$strValue = 'Warto¶æ';
$strVar = 'Zmienna';
$strVersionInformation = 'Informacja o wersji';
$strViewDumpDatabases = 'Zrzut baz danych';
$strViewDumpDB = 'Zrzut bazy danych';
$strViewDump = 'Zrzut tabeli';
$strViewHasBeenDropped = 'Perspektywa %s zosta³a usuniêta';
$strViewMaxExactCount = 'Perspektywa ma ponad %d rekordów. Proszê zajrzeæ do %sdokumentacji%s.';
$strView = 'Perspektywa';
 
$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosi±galny';
$strWebServerUploadDirectory = 'katalog serwera WWW dla uploadu';
$strWelcome = 'Witamy w %s';
$strWestEuropean = 'Zachodnioeuropejski';
$strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przegl±darki nie mog³o byæ zaktualizowane. Byæ mo¿e okno-rodzic zosta³o zamkniête lub przegl±darka, uwzglêdniaj±c ustawienia bezpieczeñstwa, blokuje aktualizacje pomiêdzy oknami';
$strWithChecked = 'Zaznaczone:';
$strWriteRequests = '¯±dañ zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo¿liwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest mo¿liwe';
$strWrongUser = 'B³êdne pola u¿ytkownik/has³o. Brak dostêpu.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/polish-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: polish-utf-8.inc.php,v 2.122.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtów', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nie', 'Pon', 'Wto', 'Śro', 'Czw', 'Pią', 'Sob');
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'Paź', 'Lis', 'Gru');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
 
$strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Proszę podać bezwzględną ścieżkę na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dostępu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia można użyć %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin próbował połączyć się z serwerem MySQL, a serwer odrzucił połączenie. Powinieneś sprawdzić nazwę hosta, nazwę użytkownika i hasło w pliku config.inc.php i upewnić się, że odpowiadają one informacjom danym przez administratora serwera MySQL.';
$strAction = 'Działanie';
$strAddAutoIncrement = 'Dodaj wartości AUTO_INCREMENT';
$strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usuń pola';
$strAddDeleteRow = 'Dodaj/usuń wiersz kryteriów';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Został dodany komentarz kolumny';
$strAddedColumnRelation = 'Została dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s pól';
$strAddHeaderComment = 'Dodaj do nagłówka własny komentarz (\\n oddziela linie)';
$strAddIfNotExists = 'Dodaj IF NOT EXISTS';
$strAddIntoComments = 'Dodaj w komentarzach:';
$strAddNewField = 'Dodaj nowego pole';
$strAddPrivilegesOnDb = 'Dodaj uprawnienia dla następującej bazy danych';
$strAddPrivilegesOnTbl = 'Dodaj uprawnienia dla następującej tabeli';
$strAddSearchConditions = 'Dodaj warunki przeszukiwania (warunek dla "where"):';
$strAddToIndex = 'Dodaj &nbsp;%s&nbsp;kolumn do indeksu ';
$strAddUser = 'Dodaj nowego użytkownika';
$strAddUserMessage = 'Nowy użytkownik został dodany.';
$strAdministration = 'Administracja';
$strAffectedRows = 'Zmodyfikowanych rekordów:';
$strAfterInsertBack = 'Wróć';
$strAfterInsertNewInsert = 'Dodaj nowy rekord';
$strAfterInsertNext = 'Edytuj następny rekord';
$strAfterInsertSame = 'Powrót do tej strony';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Zezwól na przerwanie importu w przypadku, gdy skrypt wykryje zbliżający się koniec limitu czasu. Może to być dobry sposób importu dużych plików, jednakże może on popsuć transakcje.';
$strAllTableSameWidth = 'wyświetlić wszystkie tabele z taką samą szerokością?';
$strAll = 'Wszystko';
$strAlterOrderBy = 'Sortowanie tabeli wg';
$strAnalyzeTable = 'Analizuj tabelę';
$strAnd = 'oraz';
$strAndThen = 'a następnie';
$strAnIndex = 'Do %s dodany został indeks';
$strAny = 'Dowolny';
$strAnyHost = 'Dowolny host';
$strAnyUser = 'Dowolny użytkownik';
$strApproximateCount = 'Być może w przybliżeniu. Zobacz FAQ 3.11';
$strAPrimaryKey = 'Do %s dodany został klucz podstawowy';
$strArabic = 'Arabski';
$strArmenian = 'Ormiański';
$strAscending = 'Rosnąco';
$strAtBeginningOfTable = 'Na początku tabeli';
$strAtEndOfTable = 'Na końcu tabeli';
$strAttr = 'Atrybuty';
$strAutodetect = 'Rozpoznaj automatycznie';
$strAutomaticLayout = 'Układ automatyczny';
 
$strBack = 'Powrót';
$strBaltic = 'Bałtycki';
$strBeginCut = 'TNIJ STĄD';
$strBeginRaw = 'SUROWE DANE STĄD';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBinaryLog = 'Dziennik binarny';
$strBinLogEventType = 'Typ zdarzenia';
$strBinLogInfo = 'Informacje';
$strBinLogName = 'Nazwa dziennika';
$strBinLogOriginalPosition = 'Oryginalna pozycja';
$strBinLogPosition = 'Pozycja';
$strBinLogServerId = 'ID serwera';
$strBookmarkAllUsers = 'Pozwól na dostęp wszystkim użytkownikom';
$strBookmarkCreated = 'Zapytanie %s zostało zapamiętane';
$strBookmarkDeleted = 'Zapamiętane zapytanie SQL zostało usunięte.';
$strBookmarkLabel = 'Nazwa';
$strBookmarkQuery = 'Zapamiętane zapytanie SQL';
$strBookmarkReplace = 'Zamień istniejące zapamiętane zapytanie o tej samej nazwie';
$strBookmarkThis = 'Pamiętaj zapytanie SQL';
$strBookmarkView = 'Tylko pokaż';
$strBrowseDistinctValues = 'Przeglądaj różne wartości';
$strBrowseForeignValues = 'Przeglądaj zewnętrzne wartości';
$strBrowse = 'Przeglądaj';
$strBufferPoolActivity = 'Aktywność rezerw buforowych';
$strBufferPool = 'Rezerwy buforowe';
$strBufferPoolUsage = 'Użycie rezerw buforowych';
$strBufferReadMisses = 'Chybienia odczytu';
$strBufferReadMissesInPercent = 'Chybienia odczytu w %';
$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBufferWriteWaits = 'Oczekiwania na zapis';
$strBulgarian = 'Bułgarski';
$strBusyPages = 'Strony używane';
$strBzError = 'phpMyAdminowi nie udało się skompresować zrzutu z powodu zepsutego rozszerzenia Bz2 w tej wersji PHP. Jest bardzo zalecane by ustawić dyrektywę <code>$cfg[\'BZipDump\']</code> w pliku konfiguracyjnym phpMyAdmina na <code>FALSE</code>. Jeśli chcesz użyć funkcji kompresji Bz2, PHP powinien zostać zaktualizowany do najnowszej wersji. Szczegóły można zobaczyć w raporcie na temat błędów PHP %s.';
$strBzip = '".bz2"';
 
$strCalendar = 'Kalendarz';
$strCanNotLoadImportPlugins = 'Nie udało się załadować modułów importu, proszę sprawdzić instalację!';
$strCannotLogin = 'Nie udało się zalogować na serwer MySQL';
$strCantLoad = 'nie udało się załadować modułu %s,<br />proszę sprawdzić konfigurację PHP';
$strCantLoadRecodeIconv = 'Nie udało się załadować rozszerzeń iconv lub recode, które są niezbędne do konwersji kodowania znaków, skonfiguruj PHP tak, by mógł używać tych rozszerzeń albo zablokuj konwersję kodowania znaków w phpMyAdminie.';
$strCantRenameIdxToPrimary = 'Nie można zmienić nazwy indeksu na PRIMARY!';
$strCantUseRecodeIconv = 'Nie udało się użyć ani funkcji iconv, ani libiconv, mimo że rozszerzenia zgłaszają się jako załadowane. Proszę sprawdzić swoją konfigurację PHP.';
$strCardinality = 'Moc';
$strCaseInsensitive = 'bez rozróżniania wielkości liter';
$strCaseSensitive = 'z rozróżnianiem wielkości liter';
$strCentralEuropean = 'Środkowoeuropejski';
$strChangeCopyModeCopy = '... pozostaw starego.';
$strChangeCopyModeDeleteAndReload = ' ... usuń starego z tabel użytkowników, a następnie przeładuj uprawnienia.';
$strChangeCopyModeJustDelete = ' ... usuń starego z tabel użytkowników.';
$strChangeCopyModeRevoke = ' ... odbierz wszystkie aktywne uprawnienia staremu, a następnie go usuń.';
$strChangeCopyMode = 'Utwórz nowego użytkownika z takimi samymi uprawnieniami i ...';
$strChangeCopyUser = 'Zmień dane użytkownika / Skopiuj użytkownika';
$strChangeDisplay = 'Wybierz wyświetlane pole';
$strChangePassword = 'Zmień hasło';
$strChange = 'Zmień';
$strCharsetOfFile = 'Zestaw znaków dla pliku:';
$strCharsetsAndCollations = 'Zestawy znaków i metody porównywania napisów';
$strCharsets = 'Zestawy znaków';
$strCharset = 'Zestaw znaków';
$strCheckAll = 'Zaznacz wszystkie';
$strCheckOverhead = 'Zaznacz nieoptymalne';
$strCheckPrivsLong = 'Sprawdź uprawnienia bazy danych &quot;%s&quot;.';
$strCheckPrivs = 'Sprawdź uprawnienia';
$strCheckTable = 'Sprawdź tabelę';
$strChoosePage = 'Proszę wybrać stronę do edycji';
$strColComFeat = 'Wyświetl komentarze dla kolumn';
$strCollation = 'Metoda porównywania napisów';
$strColumnNames = 'Nazwy kolumn';
$strColumnPrivileges = 'Uprawnienia specyficzne dla kolumn';
$strCommand = 'Polecenie';
$strCommentsForTable = 'KOMENTARZE TABELI';
$strComments = 'Komentarze';
$strCompatibleHashing = 'Kompatybilny z MySQL-em&nbsp;4.0';
$strCompleteInserts = 'Pełne dodania';
$strCompression = 'Typ kompresji';
$strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plików zostanie automatycznie rozpoznany jako jeden z: %s';
$strConfigDefaultFileError = 'Nie udało się załadaować domyślnej konfiguracji z pliku: "%1$s"';
$strConfigFileError = 'phpMyAdmin nie zdołał odczytać Twojego pliku konfiguracji!<br />Może się to zdarzyć, jeśli PHP znajdzie w nim błąd składniowy lub nie może znaleźć tego pliku.<br />Proszę wywołać bezpośrednio plik konfiguracyjny używając poniższego linku i odczytać otrzymane komunikat(y) o błędach. W większości przypadków brakuje gdzieś cudzysłowu lub średnika.<br />Jeżeli otrzymasz pustą stronę, wszystko jest w porządku.';
$strConfigureTableCoord = 'Proszę skonfigurować współrzędnie dla tabeli %s';
$strConnectionError = 'Nie udało się nawiązać połączenia: błędne ustawienia.';
$strConnections = 'Połączenia';
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
$strConstraintsForTable = 'Ograniczenia dla tabeli';
$strCookiesRequired = 'Odtąd musi być włączona obsługa ciasteczek [<i>cookies</i>].';
$strCopyDatabaseOK = 'Baza danych %s została skopiowana do %s';
$strCopy = 'Kopiuj';
$strCopyTableOK = 'Tabela %s została skopiowana do %s.';
$strCopyTableSameNames = 'Nie można skopiować tabeli do niej samej!';
$strCopyTable = 'Skopiuj tabelę do (bazadanych<b>.</b>tabela):';
$strCouldNotKill = 'phpMyAdminowi nie udało się unicestwić wątku %s. Prawdopodobnie został on już zamknięty.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE przed skopiowaniem';
$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateIndex = 'Utwórz indeks dla %s kolumn';
$strCreateNewDatabase = 'Utwórz nową bazę danych';
$strCreateNewTable = 'Utwórz nową tabelę w bazie danych %s';
$strCreatePage = 'Utwórz nową stronę';
$strCreatePdfFeat = 'Tworzenie PDF-ów';
$strCreate = 'Utwórz';
$strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia';
$strCriteria = 'Kryteria';
$strCroatian = 'Chorwacki';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcje CSV';
$strCSVOptions = 'Opcje CSV';
$strCyrillic = 'Cyrylica';
$strCzech = 'Czeski';
$strCzechSlovak = 'Czesko-słowacki';
 
$strDanish = 'Duński';
$strDatabase = 'Baza danych';
$strDatabaseEmpty = 'Nazwa bazy danych jest pusta!';
$strDatabaseExportOptions = 'Opcje eksportu bazy danych';
$strDatabaseHasBeenDropped = 'Baza danych %s została usunięta.';
$strDatabaseNoTable = 'Ta baza danych nie zawiera żadnej tabeli!';
$strDatabases = 'Bazy danych';
$strDatabasesDropped = '%s baz danych zostało pomyślnie usuniętych.';
$strDatabasesStatsDisable = 'Wyłącz statystyki';
$strDatabasesStatsEnable = 'Włącz statystyki';
$strDatabasesStatsHeavyTraffic = 'Uwaga: Włączenie statystyk baz danych może spowodować duży ruch pomiędzy serwerem WWW a serwerem MySQL.';
$strDatabasesStats = 'Statystyki baz danych';
$strData = 'Dane';
$strDataDict = 'Słownik danych';
$strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawierające dane';
$strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj bazę danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Moduł';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Całkowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmień nazwę bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych';
$strDefault = 'Domyślnie';
$strDefaultEngine = '%s to domyślny mechanizm składowania tego serwera MySQL.';
$strDefaultValueHelp = 'Dla wartości domyślnych, proszę wprowadzić po prostu pojedynczą wartość, bez cytowania odwrotnym ukośnikiem czy ujmowania w cudzysłowy, używając takiego formatu: a';
$strDefragment = 'Tablica defragmentacji';
$strDelayedInserts = 'Użyj opóźnionych dodań';
$strDeleteAndFlushDescr = 'Jest to najzgrabniejszy sposób, ale przeładowanie uprawnień może potrwać jakiś czas.';
$strDeleteAndFlush = 'Usuń użytkowników, a następnie przeładuj uprawnienia.';
$strDeleted = 'Rekord został skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteNoUsersSelected = 'Żaden użytkownik ze został zaznaczony do skasowania!';
$strDelete = 'Usuń';
$strDeleting = 'Usuwanie %s';
$strDelOld = 'Aktualna strona ma powiązania z tabelą, która już nie istnieje. Czy chcesz usunąć te powiązania?';
$strDescending = 'Malejąco';
$strDescription = 'Opis';
$strDictionary = 'słownik';
$strDirtyPages = 'Strony brudne';
$strDisabled = 'wyłączone';
$strDisableForeignChecks = 'Wyłącz sprawdzanie kluczy zewnętrznych';
$strDisplayFeat = 'Funkcje wyświetlania';
$strDisplayOrder = 'Kolejność wyświetlania:';
$strDisplayPDF = 'Wyświetl schemat PDF';
$strDoAQuery = 'Wykonaj "zapytanie przez przykład" (znak globalny: "%")';
$strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykonać ';
$strDropDatabaseStrongWarning = 'Masz zamiar ZNISZCZYĆ całą bazę danych!';
$strDropUsersDb = 'Usuń bazy danych o takich samych nazwach jak użytkownicy.';
$strDrop = 'Usuń';
$strDumpingData = 'Zrzut danych tabeli';
$strDumpSaved = 'Zrzut został zapisany do pliku %s.';
$strDumpXRows = 'Zrzuć %s rekordów zaczynając od rekordu %s.';
$strDynamic = 'zmienny';
 
$strEdit = 'Edytuj';
$strEditPDFPages = 'Edytuj strony PDF';
$strEditPrivileges = 'Edytuj uprawnienia';
$strEffective = 'Efektywne';
$strEmptyResultSet = 'MySQL zwrócił pusty wynik (zero rekordów).';
$strEmpty = 'Wyczyść';
$strEnabled = 'włączone';
$strEncloseInTransaction = 'Obejmij eksport transakcją';
$strEndCut = 'TNIJ DOTĄD';
$strEnd = 'Koniec';
$strEndRaw = 'SUROWE DANE DOTĄD';
$strEngineAvailable = '%s jest dostępny na tym serwerze MySQL.';
$strEngineDisabled = 'Mechanizm %s został wyłączony w tym serwerze MySQL.';
$strEngines = 'Mechanizmy';
$strEngineUnsupported = 'Ten serwer MySQL nie obsługuje mechanizmu składowania %s.';
$strEnglish = 'Angielski';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL są oznaczone w języku angielskim ';
$strError = 'Błąd';
$strErrorInZipFile = 'Błąd w archiwum ZIP:';
$strEscapeWildcards = 'Aby użyć symboli wieloznacznych _ i % w znaczeniu dosłownym, należy je poprzedzić znakiem \ ';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estoński';
$strExcelEdition = 'Wydanie Excela';
$strExcelOptions = 'Opcje Excela';
$strExecuteBookmarked = 'Wykonaj zapamiętanego zapytania';
$strExplain = 'Wyjaśnij SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Rozszerzone dodania';
$strExtra = 'Dodatkowo';
 
$strFailedAttempts = 'Nieudane próby';
$strFieldHasBeenDropped = 'Pole %s zostało usunięte';
$strField = 'Pole';
$strFieldsEmpty = ' Liczba pól jest pusta! ';
$strFieldsEnclosedBy = 'Pola zawarte w';
$strFieldsEscapedBy = 'Pola poprzedzone przez';
$strFields = 'Pola';
$strFieldsTerminatedBy = 'Pola oddzielane przez';
$strFileAlreadyExists = 'Plik %s już istnieje na serwerze, zmień nazwę pliku lub zaznacz opcję nadpisywania plików.';
$strFileCouldNotBeRead = 'Nie można odczytać pliku';
$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database';
$strFileNameTemplateDescription = 'Interpretacja tej wartości należy do funkcji %1$sstrftime%2$s i można użyć jej napisów formatujących. Dodatkowo zostaną zastosowane następujące przekształcenia: %3$s. Pozostały tekst będzie niezmieniony.';
$strFileNameTemplateDescriptionServer = 'nazwa serwera';
$strFileNameTemplateDescriptionTable = 'nazwa tabeli';
$strFileNameTemplateRemember = 'pamiętaj szablon';
$strFileNameTemplate = 'Szablon nazwy';
$strFileToImport = 'Plik do importu';
$strFixed = 'stały';
$strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia użytkowników wprost z tabeli uprawnień MySQL-a. Zawartość tej tabeli, jeśli zostały w niej dokonane ręczne zmiany, może się różnić od uprawnień jakich faktycznie używa serwer. W takim przypadku powinieneś przed dalszą pracą %sprzeładować uprawnienia%s.';
$strFlushQueryCache = 'Opróżnij bufor podręczny zapytań';
$strFlushTable = 'Przeładuj tabelę ("FLUSH")';
$strFlushTables = 'Przeładuj (zamknij) wszystkie tabele';
$strFormat = 'Format';
$strFormEmpty = 'Brakująca wartość w formularzu!';
$strFreePages = 'Strony puste';
$strFullText = 'Pełny tekst';
$strFunction = 'Funkcja';
 
$strGenBy = 'Wygenerowany przez';
$strGeneralRelationFeat = 'Ogólne funkcje relacyjne';
$strGenerate = 'Generuj';
$strGeneratePassword = 'Generuj hasło';
$strGenTime = 'Czas wygenerowania';
$strGeorgian = 'Gruziński';
$strGerman = 'Niemiecki';
$strGlobal = 'globalnie';
$strGlobalPrivileges = 'Globalne uprawnienia';
$strGlobalValue = 'Wartość globalna';
$strGo = 'Wykonaj';
$strGrantOption = 'Nadawanie';
$strGreek = 'Grecki';
$strGzip = '".gz"';
 
$strHandler = 'Obsługa';
$strHasBeenAltered = 'zostało zamienione.';
$strHasBeenCreated = 'zostało utworzone.';
$strHaveToShow = 'Należy wybrać przynajmniej jedną kolumnę do wyświetlenia';
$strHebrew = 'Hebrajski';
$strHexForBinary = 'Użyj liczb szesnastkowych w przypadku pól binarnych';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
$strHome = 'Wejście';
$strHostEmpty = 'Brak nazwy hosta!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcje eksportu do formatu Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcje eksportu do formatu Microsoft Word 2000';
$strHungarian = 'Węgierski';
 
$strIcelandic = 'Islandzki';
$strId = 'ID';
$strIdxFulltext = 'Pełny tekst';
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj';
$strIgnoreInserts = 'Użyj ignorowanych dodań';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plików docSQL';
$strImportFiles = 'Import plików';
$strImportFormat = 'Format importowanych plików';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import zakończony sukcesem, wykonano %d zapytań.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Klucz %s został usunięty';
$strIndex = 'Indeks';
$strIndexName = 'Nazwa indeksu :';
$strIndexType = 'Rodzaj indeksu :';
$strIndexWarningMultiple = 'Dla kolumny `%s` zostało utworzonych wiele indeksów';
$strIndexWarningPrimary = 'Klucze PRIMARY i INDEX nie powinny dotyczyć tej samej kolumny `%s`';
$strIndexWarningTable = 'Problemy z indeksami tabeli `%s`';
$strIndexWarningUnique = 'Klucze UNIQUE i INDEX nie powinny dotyczyć tej samej kolumny `%s`';
$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiększy się tabela, kiedy zostanie zapełniona.';
$strInnoDBAutoextendIncrement = 'Przyrost autoextend';
$strInnoDBBufferPoolSizeDesc = 'Ilość pamięci, której InnoDB używa do buforowania danych i indeksów swoich tabel.';
$strInnoDBBufferPoolSize = 'Rozmiar rezerw buforowych';
$strInnoDBDataFilePath = 'Pliki danych';
$strInnoDBDataHomeDirDesc = 'Wspólna część ścieżki do wszystkich plików danych InnoDB.';
$strInnoDBDataHomeDir = 'Katalog domowy danych';
$strInnoDBPages = 'stron';
$strInnodbStat = 'Status InnoDB';
$strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez hasła), które odpowiadają domyślnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL działa z takim ustawieniem, jest otwarty dla włamywaczy. Ta luka w bezpieczeństwie naprawdę powinna zostać naprawiona.';
$strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj';
$strInsertedRowId = 'Identyfikator dodanego rekordu:';
$strInsertedRows = 'Dodane rekordy:';
$strInsertNewRow = 'Dodaj nowy rekord';
$strInternalNotNecessary = '* Wewnętrzna relacja nie jest konieczna gdy istnieje również w InnoDB.';
$strInternalRelations = 'Wewnętrzne relacje';
$strInUse = 'w użyciu';
$strInvalidAuthMethod = 'W konfiguracji ustawiono błędną metodę uwierzytelniania:';
$strInvalidColumnCount = 'Liczba kolumn musi być większa niż zero.';
$strInvalidColumn = 'Podano błędną kolumnę (%s)!';
$strInvalidCSVFieldCount = 'Niewłaściwa liczba pól w lini %d danych wejściowych CSV.';
$strInvalidCSVFormat = 'Niewłaściwy format w lini %d danych wejściowych CSV.';
$strInvalidCSVParameter = 'Niewłaściwy parametr importu CSV: %s';
$strInvalidFieldAddCount = 'Należy dodać przynajmniej jedno pole.';
$strInvalidFieldCount = 'Tabela musi mieć przynajmniej jedno pole.';
$strInvalidLDIImport = 'Ten moduł nie obsługuje skompresowanych importów!';
$strInvalidRowNumber = '%d nie jest prawidłowym numerem rekordu.';
$strInvalidServerHostname = 'Niewłaściwa nazwa hosta serwera %1$s. Proszę przyjrzeć się konfiguracji.';
$strInvalidServerIndex = 'Niewłaściwy numer serwera: "%s"';
 
$strJapanese = 'Japoński';
$strJoins = 'Złączenia';
$strJumpToDB = 'Skok do bazy danych &quot;%s&quot;.';
$strJustDeleteDescr = 'Nim uprawnienia zostaną przeładowane, &quot;usunięci&quot; użytkownicy nadal będą mieli dotychczasowy dostęp do serwera.';
$strJustDelete = 'Po prostu usuń użytkowników z tabeli uprawnień.';
 
$strKeepPass = 'Nie zmieniaj hasła';
$strKeyCache = 'Bufor podręczny indeksów';
$strKeyname = 'Nazwa klucza';
$strKill = 'Unicestwij';
$strKorean = 'Koreański';
 
$strLandscape = 'Orientacja pozioma';
$strLanguageFileNotFound = 'Nie znaleziono pliku językowego "%1$s".';
$strLanguageUnknown = 'Nieznany język: %1$s.';
$strLatchedPages = 'Stron zatrzaśniętych';
$strLatexCaption = 'Nagłówek tabeli';
$strLatexContent = 'Zawartość tabeli __TABLE__';
$strLatexContinuedCaption = 'Kontynuacja nagłówka tabeli';
$strLatexContinued = '(kontynuacja)';
$strLatexIncludeCaption = 'Załącz nagłówek tabeli';
$strLatexLabel = 'Etykieta klucza';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcje LaTeX-a';
$strLatexStructure = 'Struktura tabeli __TABLE__';
$strLatvian = 'Łotewski';
$strLDI = 'CSV przy użyciu LOAD DATA';
$strLDIImportOptions = 'Opcje importu CSV przy użyciu LOAD DATA';
$strLDILocal = 'Użyj słowa kluczowego LOCAL';
$strLengthSet = 'Długość/Wartości*';
$strLimitNumRows = 'rekordów na stronie';
$strLinesTerminatedBy = 'Linie zakończone przez';
$strLinkNotFound = 'Łącze nie znalezione';
$strLinksTo = 'Łącze';
$strLithuanian = 'Litewski';
$strLocalhost = 'Host lokalny';
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLoginInformation = 'Dane użytkownika';
$strLogin = 'Login';
$strLogout = 'Wyjście';
$strLogPassword = 'Hasło:';
$strLogServer = 'Serwer';
$strLogUsername = 'Użytkownik:';
$strLongOperation = 'Ta operacja może trwać długo. Czy mimo to kontynuować?';
 
$strMaxConnects = 'Maks. jednoczesnych połączeń';
$strMaximalQueryLength = 'Maksymalna długość utworzonego zapytania';
$strMaximumSize = 'Maksymalny rozmiar: %s%s';
$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zostało znalezione, a wygląda na to, że używasz wielobajtowego zestawu znaków. Bez rozszerzenia mbstring phpMyAdmin nie ma możliwości poprawnego rozbijania napisów, co może skutkować niespodziewanymi rezultatami.';
$strMbOverloadWarning = 'Opcja mbstring.func_overload jest włączona w pliku konfiguracyjnym PHP. Jest ona niezgodna z phpMyAdminem i może powodować utratę niektórych danych!';
$strMIME_available_mime = 'Dostępne typy MIME';
$strMIME_available_transform = 'Dostępne transformacje';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'Typ MIME';
$strMIME_nodescription = 'Transformacja ta nie ma opisu.<br />Proszę zapytać autora, co robi %s.';
$strMIME_transformation_note = 'Aby uzyskać listę dostępnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s';
$strMIME_transformation_options_note = 'Proszę wprowadzić wartości dla tranformacji w następującym formacie: \'a\',\'b\',\'c\'...<br />Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strMIME_transformation_options = 'Opcje transformacji';
$strMIME_transformation = 'Sposób prezentacji danych';
$strMIMETypesForTable = 'TYPY MIME TABELI';
$strMIME_without = 'Typy MIME pisane czcionką pochyloną nie mają oddzielnej funkcji transformacji';
$strModifications = 'Modyfikacje zostały zapamiętane';
$strModifyIndexTopic = 'Modyfikacja indeksu';
$strModify = 'Modyfikacja';
$strMoveTableOK = 'Tabela %s została przeniesiona do %s.';
$strMoveTable = 'Przenieś tabelę do (bazadanych<b>.</b>tabela):';
$strMoveTableSameNames = 'Nie można przenieść tabeli do niej samej!';
$strMultilingual = 'wiele języków';
$strMyISAMDataPointerSizeDesc = 'Domyślny rozmiar wskaźnika w bajtach, który jest używany przez CREATE TABLE dla tabel MyISAM, gdy nie określono opcji MAX_ROWS.';
$strMyISAMDataPointerSize = 'Rozmiar wskaźnika danych';
$strMyISAMMaxExtraSortFileSizeDesc = 'Jeżeli plik tymczasowy użyty przy szybkim tworzeniu indeksu MyISAM byłby większy o wartość tu określoną, niż w wypadku zastosowania metody pamięci podręcznej kluczy, preferuj tę drugą metodę.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla tworzenia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny rozmiar pliku tymczasowego, którego może zostać użyty przy ponownym tworzeniu indeksu MyISAM (podczas operacji REPAIR TABLE, ALTER TABLE lub LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla sortowania';
$strMyISAMRecoverOptionsDesc = 'Tryb w którym po awarii tabele MyISAM są automatycznie naprawiane; włączany przez opcję startową serwera --myisam-recover.';
$strMyISAMRecoverOptions = 'Tryb automatycznej naprawy';
$strMyISAMRepairThreadsDesc = 'Wartość większa niż 1 oznacza, że indeksy tabel MyISAM są tworzone współbieżnie (każdy indeks ma swój wątek) podczas naprawy przez proces sortujący.';
$strMyISAMRepairThreads = 'Liczba wątków naprawiających';
$strMyISAMSortBufferSizeDesc = 'Bufor, który jest alokowany w czasie sortowania indeksów MyISAM podczas operacji REPAIR TABLE albo gdy indeksy są tworzone przez polecenia CREATE INDEX lub ALTER TABLE.';
$strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania';
$strMySQLCharset = 'System kodowania znaków dla MySQL';
$strMysqlClientVersion = 'Wersja klienta MySQL';
$strMySQLConnectionCollation = 'System porównań dla połączenia MySQL';
$strMySQLSaid = 'MySQL zwrócił komunikat: ';
$strMySQLShowProcess = 'Pokaż procesy';
$strMySQLShowStatus = 'Informacje o stanie serwera MySQL';
$strMySQLShowVars = 'Zmienne systemowe serwera MySQL';
 
$strName = 'Nazwa';
$strNext = 'Następne';
$strNoActivity = 'Brak aktywności przez co najmniej %s sekund, proszę zalogować się jeszcze raz';
$strNoDatabases = 'Brak baz danych';
$strNoDatabasesSelected = 'Żadna baza danych nie został wybrana.';
$strNoDescription = 'brak opisu';
$strNoDetailsForEngine = 'Brak szczegółowych informacji o tym mechanizmie składowania';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
$strNoExplain = 'Pomiń wyjaśnienie SQL';
$strNoFilesFoundInZip = 'Archiwum ZIP jest puste!';
$strNoFrames = 'phpMyAdmin jest bardziej przyjazny w przeglądarkach <b>obsługujących ramki</b>';
$strNoIndex = 'Brak zdefiniowanego indeksu!';
$strNoIndexPartsDefined = 'Brak zdefiniowanych części indeksu!';
$strNoModification = 'Bez zmian';
$strNone = 'Brak';
$strNo = 'Nie';
$strNoOptions = 'Ten format nie ma żadnych opcji';
$strNoPassword = 'Brak hasła';
$strNoPermission = 'Serwer WWW nie ma praw do zapisu pliku %s.';
$strNoPhp = 'bez kodu PHP';
$strNoPrivileges = 'Brak uprawnień';
$strNoRights = 'Brak wystarczających uprawnień!';
$strNoRowsSelected = 'Żaden rekord nie został zaznaczony';
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNoThemeSupport = 'Brak obsługi motywów graficznych, proszę sprawdzić konfigurację i/lub motywy graficzne w katalogu %s.';
$strNothingToImport = 'Nie wprowadzono żadnych danych do importu!';
$strNotNumber = 'To nie jest liczba!';
$strNotOK = 'błąd';
$strNotSet = 'Tabela <b>%s</b> nie została znaleziona lub nie jest ustawiona w %s';
$strNoUsersFound = 'Nie znaleziono użytkownika(ów).';
$strNoValidateSQL = 'Pomiń sprawdzanie poprawności SQL';
$strNull = 'Null';
$strNumberOfFields = 'Liczba pól';
$strNumSearchResultsInTable = '%s trafień wewnątrz tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>W sumie:</b> <i>%s</i> trafień';
$strNumTables = 'Tabele';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina';
$strOperations = 'Operacje';
$strOperator = 'Operator';
$strOptimizeTable = 'Optymalizuj tabelę';
$strOr = 'lub';
$strOverhead = 'Nadmiar';
$strOverwriteExisting = 'Nadpisuj istniejące pliki';
 
$strPageNumber = 'Numer strony:';
$strPagesToBeFlushed = 'Strony do wymiecenia';
$strPaperSize = 'Rozmiar papieru';
$strPartialImport = 'Import częściowy';
$strPartialText = 'Skrócony tekst';
$strPasswordChanged = 'Hasło dla %s zostało pomyślnie zmienione.';
$strPasswordEmpty = 'Puste hasło!';
$strPassword = 'Hasło';
$strPasswordHashing = 'Sposób kodowania haseł';
$strPasswordNotSame = 'Hasła nie są identyczne!';
$strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s';
$strPdfInvalidTblName = 'Tabela "%s" nie istnieje!';
$strPdfNoTables = 'Brak tabel';
$strPDFOptions = 'Opcje PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Tytuł raportu';
$strPerHour = 'na godzinę';
$strPerMinute = 'na minutę';
$strPerSecond = 'na sekundę';
$strPersian = 'Perski';
$strPhoneBook = 'książka telefoniczna';
$strPHP40203 = 'Używasz PHP w wersji 4.2.3, która ma poważny błąd w obsłudze napisów wielobajtowych (mbstring). Zobacz raport na temat błędów PHP nr 19404. Nie zaleca się używania tej wersji PHP z phpMyAdminem.';
$strPhp = 'Utwórz kod PHP';
$strPHPVersion = 'Wersja PHP';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
$strPmaUriError = 'Dyrektywa <tt>$cfg[\'PmaAbsoluteUri\']</tt> musi być ustawiona w pliku konfiguracyjnym!';
$strPolish = 'Polski';
$strPortrait = 'Orientacja pionowa';
$strPos1 = 'Początek';
$strPrevious = 'Poprzednie';
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy został usunięty';
$strPrimaryKeyName = 'Nazwą podstawowego klucza musi być... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> być nazwą <b>jedynie</b> klucza podstawowego!)';
$strPrimary = 'Podstawowy';
$strPrint = 'Drukuj';
$strPrintViewFull = 'Widok do druku (z pełnymi tekstami)';
$strPrintView = 'Widok do druku';
$strPrivDescAllPrivileges = 'Wszystkie uprawnienia, oprócz GRANT.';
$strPrivDescAlter = 'Pozwól zmieniać strukturę istniejących tabel.';
$strPrivDescAlterRoutine = 'Pozwól modyfikować i usuwać procedury składowane.';
$strPrivDescCreateDb = 'Pozwól tworzyć nowe bazy danych i tabele.';
$strPrivDescCreateRoutine = 'Pozwól tworzyć procedury składowane.';
$strPrivDescCreateTbl = 'Pozwól tworzyć nowe tabele.';
$strPrivDescCreateTmpTable = 'Pozwala tworzyć tabele tymczasowe.';
$strPrivDescCreateUser = 'Pozwól tworzyć, usuwać i zmieniać nazwy kont użytkowników.';
$strPrivDescCreateView = 'Pozwól tworzyć perspektywy.';
$strPrivDescDelete = 'Pozwól usuwać dane.';
$strPrivDescDropDb = 'Pozwól usuwać bazy danych i tabele.';
$strPrivDescDropTbl = 'Pozwól usuwać tabele.';
$strPrivDescExecute5 = 'Pozwól wykonywać procedury składowane.';
$strPrivDescExecute = 'Pozwól uruchamiać zapamiętane procedury; Nie ma żadnych skutków w tej wersji MySQL.';
$strPrivDescFile = 'Pozwól importować i eksportować dane z/do plików.';
$strPrivDescGrant = 'Pozwól dodawać użytkowników i nadawać uprawnienia bez przeładowywania tabeli uprawnień.';
$strPrivDescIndex = 'Pozwól tworzyć i usuwać indeksy.';
$strPrivDescInsert = 'Pozwól dodawać i zamieniać dane.';
$strPrivDescLockTables = 'Pozwól blokować tabele dla aktualnego wątku.';
$strPrivDescMaxConnections = 'Ogranicz liczbę nowych połączeń, które może otworzyć użytkownik w ciągu godziny.';
$strPrivDescMaxQuestions = 'Ogranicz liczbę zapytań, które może wysłać użytkownik w ciągu godziny.';
$strPrivDescMaxUpdates = 'Ogranicz liczbę poleceń zmieniających jakąkolwiek tabelę lub bazę danych, które może wykonać użytkownik w ciągu godziny.';
$strPrivDescMaxUserConnections = 'Ogranicz liczbę jednoczesnych połączeń, które może użytkownik.';
$strPrivDescProcess3 = 'Pozwól unicestwiać procesy innych użytkowników.';
$strPrivDescProcess4 = 'Pozwól zobaczyć pełną listę zapytań na liście procesów.';
$strPrivDescReferences = 'Nie ma żadnych skutków w tej wersji MySQL.';
$strPrivDescReload = 'Pozwól przeładowywać ustawienia serwera i opróżniać pamięć podręczną serwera.';
$strPrivDescReplClient = 'Nadaj użytkownikowi prawo, by zapytać gdzie są serwery podrzędne / nadrzędne.';
$strPrivDescReplSlave = 'Potrzebne dla replikacji serwera podrzędnego.';
$strPrivDescSelect = 'Pozwól czytać dane.';
$strPrivDescShowDb = 'Daj dostęp do pełnej listy baz danych.';
$strPrivDescShowView = 'Pozwól wykonywać zapytania SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Pozwól zamknąć serwer.';
$strPrivDescSuper = 'Pozwól na połączenie, nawet jeśli osiągnięta została maksymalna ilość połączeń; Wymagane dla większość operacji administracyjnych, takich jak ustawianie zmiennych globalnych czy unicestwianie wątków innych użytkowników.';
$strPrivDescUpdate = 'Pozwól zmieniać dane.';
$strPrivDescUsage = 'Brak uprawnień.';
$strPrivilegesReloaded = 'Uprawnienia zostały pomyślnie przeładowane.';
$strPrivileges = 'Uprawnienia';
$strProcesslist = 'Lista procesów';
$strProtocolVersion = 'Wersja protokołu';
$strPutColNames = 'Umieść nazwy pól w pierwszym rekordzie';
 
$strQBEDel = 'Usuń';
$strQBEIns = 'Dodaj';
$strQBE = 'Zapytanie przez przykład';
$strQueryCache = 'Pamięć podręczna zapytań';
$strQueryFrame = 'Okienko zapytania';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';
$strQuerySQLHistory = 'Historia SQL';
$strQueryStatistics = '<b>Statystyki zapytań</b>: Od rozpoczęcia jego pracy, do serwera zostało wysłanych %s zapytań.';
$strQueryTime = 'Wykonanie zapytania trwało %01.4f sekund(y)';
$strQueryType = 'Rodzaj zapytania';
$strQueryWindowLock = 'Nie nadpisuj tego zapytania spoza okna';
 
$strReadRequests = 'Żądań odczytu';
$strReceived = 'Otrzymane';
$strRecords = 'Rekordy';
$strReferentialIntegrity = 'Sprawdź spójność powiązań:';
$strRefresh = 'Odśwież';
$strRelationalSchema = 'Schemat relacyjny';
$strRelationNotWorking = 'Dodatkowe możliwości pracy z połączonymi tabelami zostały wyłączone. Aby dowiedzieć się, dlaczego - kliknij %stutaj%s.';
$strRelationsForTable = 'RELACJE TABELI';
$strRelations = 'Relacje';
$strRelationView = 'Widok relacyjny';
$strReloadingThePrivileges = 'Przeładuj uprawnienia';
$strReloadMySQL = 'Przeładuj MySQL';
$strRemoveSelectedUsers = 'Usuń zaznaczonych użytkowników';
$strRenameDatabaseOK = 'Baza danych %s ma nazwę zmienioną na %s';
$strRenameTableOK = 'Tabela %s ma nazwę zmienioną na %s';
$strRenameTable = 'Zmień nazwę tabeli na';
$strRepairTable = 'Napraw tabelę';
$strReplaceNULLBy = 'Zamiana NULL na';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReplication = 'Replikacja';
$strReset = 'Reset';
$strResourceLimits = 'Ograniczenia zasobów';
$strReType = 'Ponownie';
$strRevokeAndDelete = 'Cofnij wszystkie aktywne uprawnienia użytkownikom, a następnie usuń ich.';
$strRevokeAndDeleteDescr = 'Nim uprawnienia zostaną przeładowane, użytkownicy nadal będą mieli uprawnienie USAGE.';
$strRevoke = 'Cofnij';
$strRevokeMessage = 'Uprawnienia dla %s zostały cofnięte';
$strRomanian = 'Rumuński';
$strRowLength = 'Długość rekordu';
$strRowsFrom = 'rekordów począwszy od';
$strRowSize = ' Rozmiar rekordu ';
$strRowsModeFlippedHorizontal = 'poziomo (obrócone nagłówki)';
$strRowsModeHorizontal = 'poziomo';
$strRowsModeOptions = 'w trybie %s powtórz nagłówki po %s komórkach';
$strRowsModeVertical = 'pionowo';
$strRows = 'Rekordów';
$strRowsStatistic = 'Statystyka rekordów';
$strRunning = 'uruchomiony na %s';
$strRunQuery = 'Wykonaj zapytania';
$strRunSQLQueryOnServer = 'Uruchom zapytanie/zapytania SQL na serwerze %s';
$strRunSQLQuery = 'Wykonanie zapytania/zapytań SQL do bazy danych %s';
$strRussian = 'Rosyjski';
 
$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
$strSave = 'Zachowaj';
$strScaleFactorSmall = 'Współczynnik skali jest za mały, by schemat zmieścił się na jednej stronie';
$strSearchFormTitle = 'Szukaj w bazie danych';
$strSearchInTables = 'Wewnątrz tabel(i):';
$strSearchNeedle = 'Szukane słowa lub wartości (symbol wieloznaczny: "%"):';
$strSearchOption1 = 'przynajmniej jedno ze słów';
$strSearchOption2 = 'wszystkie słowa';
$strSearchOption3 = 'cała fraza';
$strSearchOption4 = 'wyrażenie regularne';
$strSearchResultsFor = 'Szukaj w rezultatach dla "<i>%s</i>" %s:';
$strSearch = 'Szukaj';
$strSearchType = 'Znajdź:';
$strSecretRequired = 'Plik konfiguracyjny wymaga teraz tajnej frazy kodującej (blowfish_secret).';
$strSelectADb = 'Proszę wybrać bazę danych';
$strSelectAll = 'Zaznacz wszystkie';
$strSelectBinaryLog = 'Wybierz dziennik binarny do podglądu';
$strSelectFields = 'Wybór pól (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu';
$strSelectTables = 'Wybierz tabele';
$strSend = 'Zapisz jako plik';
$strSent = 'Wysłane';
$strServerChoice = 'Wybór serwera';
$strServerNotResponding = 'Serwer nie odpowiada';
$strServer = 'Serwer';
$strServerStatusDelayedInserts = 'Opóźnione dodania';
$strServerStatus = 'Informacje o działaniu serwera';
$strServerStatusUptime = 'Serwer MySQL działa przez %s. Początek pracy: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Zmienne';
$strServerTrafficNotes = '<b>Ruch na serwerze</b>: Poniższe tabele pokazują statystyki ruchu na tym serwerze MySQL od rozpoczęcia jego pracy.';
$strServerVars = 'Zmienne i ustawienia serwera';
$strServerVersion = 'Wersja serwera';
$strSessionValue = 'Wartość sesji';
$strSetEnumVal = 'Jeżeli pole jest typu "ENUM" lub "SET", wartości wprowadza się w formacie: \'a\',\'b\',\'c\'...<br />Jeżeli potrzeba wprowadzić odwrotny ukośnik ("\") lub apostrof ("\'"), należy je poprzedzić odwrotnym ukośnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strShowAll = 'Pokaż wszystko';
$strShowColor = 'Pokaż kolor';
$strShowDatadictAs = 'Format słownika danych';
$strShowFullQueries = 'Pokaż pełne zapytania';
$strShowGrid = 'Pokaż siatkę';
$strShowingBookmark = 'Pokaz zapamiętanego zapytania';
$strShowingRecords = 'Pokaż rekordy ';
$strShowOpenTables = 'Pokaż otwarte tabele';
$strShowPHPInfo = 'Informacje o PHP';
$strShow = 'Pokaż';
$strShowSlaveHosts = 'Pokaż podrzędne hosty';
$strShowSlaveStatus = 'Status serwera podrzędnego';
$strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, które używały pamięci podręcznej tymczasowego dziennika binarnego, ale który przekroczyły wartość binlog_cache_size i do zapisania instrukcji transakcji został użyty plik tymczasowy.';
$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, które używały pamięci podręcznej tymczasowego dziennika binarnego.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy dużej wartości Created_tmp_disk_tables, zwiększenie wartości tmp_table_size spowoduje tworzenie tymczasowych tabel w pamięci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Ile plików tymczasowych utworzył mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamięci, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.';
$strShowStatusDelayed_errorsDescr = 'Liczba rekoród zapisanych przy pomocy INSERT DELAYED, dla których wystąpił jakiś błąd (prawodpodbnie zduplikowany klucz).';
$strShowStatusDelayed_insert_threadsDescr = 'Liczba użytych wątków obsługujących INSERT DELAYED. Każda osobna tabela, na której wykonuje się INSERT DELAYED dostaje własny wątek.';
$strShowStatusDelayed_writesDescr = 'Liczba rekordów zapisanych poprzez INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.';
$strShowStatusHandler_commitDescr = 'Liczba wewnętrznych intrukcji COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ile razy rekord został usunięty z tabeli.';
$strShowStatusHandler_discoverDescr = 'Serwer MySQL może zapytać mechanizm składowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (<i>discovery</i>). Handler_discover wskazuje, ile razy tabela została odkryta.';
$strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu została odczytana pierwsza pozycja. Duża wartość sugeruje, że serwer wykonuje pełnych przeszukań indeksów; na przykład SELECT col1 FROM foo, przy założeniu, że col1 jest zindeksowane.';
$strShowStatusHandler_read_keyDescr = 'Licza żądań odczytu rekordu na podstawie indeksu. Duża wartość to dobra oznaka tego, że zapytania i tabele są właściwie zindeksowane.';
$strShowStatusHandler_read_nextDescr = 'Liczba żądań odczytu następnego rekordu w porządku indeksowym. Ta wartość jest zwiększana przy odpytywaniu o zindeksowaną kolumnę na ograniczonym przedziale lub przy przeszukiwaniu indeksu.';
$strShowStatusHandler_read_prevDescr = 'Liczba żądań odczytu poprzedniego rekordu w porządku indeksowym. Metoda używana głównie do optymalizacji ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Liczba żądań odczytu następnego rekordu na podstawie stałego położenia. Wartość jest duża przy wykonywaniu dużej ilości zapytań wymagających sortowania rezultatu. Prawdodpodobnie wykonano wiele zapytań wymagającyh przeszukania całej tabeli lub złączeń, które nie używają poprawnie indeksów.';
$strShowStatusHandler_read_rnd_nextDescr = 'Liczba żądań odczytu następnego rekord w pliku z danymi. Wartość jest duża przy wykonywania wielu przeszukiwań tabeli. Ogólnie sugueruje to, że tabele nie są poprawnie zindesowane lub że zapytania nie są napisane w sposób pozwalający skorzystać z istniejących indeksów.';
$strShowStatusHandler_rollbackDescr = 'Liczba wewnętrznych instrukcji ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Liczba żądań zmiany rekordu w tabeli.';
$strShowStatusHandler_writeDescr = 'Liczba żądań dodania rekordu do tabeli.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawierającyh dane (brudnych lub czystych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, których wymiecienia zażądano.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzaśniętych w puli bufora InnoDB. Są to strony akutalnie odczytywane lub zapisywane lub takie, które nie mogą zostać wymiecione lub usunięte z jakiegoś innego powodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajętych z powodu ich alokacji dla celów administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszujący. Wartość ta może też zostać policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Łączny rozmiar puli bufora, w stronach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Występuje gdy zapytane przeszukiwałoby duże fragmenty tabeli, ale w dowolnej kolejności.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowalnych przez InnoDB. Występuje gdy InnoDB wykonuje sekwencyjne pełne przeszukiwanie tabeli.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba żądań logicznych odczytów które wykonał InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytów, których InnoDB nie mógł zaspokoić pulą bufora i musiał wykonać odczyt pojedynczej strony.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa się w tle. Jednakże, jeśli niezbędny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczbę wystąpień takich oczekiwań. Jeżeli rozmiar puli bufora był ustawiony właściwie, wartość ta powinna być mała.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Liczba wykonanych zapisów do puli bufora InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Liczba dotąd wykonanych operacji fsync().';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.';
$strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytów w toku.';
$strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisów w toku.';
$strShowStatusInnodb_data_readDescr = 'Ilość dotąd odczytanch danych, w bajatach.';
$strShowStatusInnodb_data_readsDescr = 'Łączna liczba odczytów danych.';
$strShowStatusInnodb_data_writesDescr = 'Łączna liczba zapisów danych.';
$strShowStatusInnodb_data_writtenDescr = 'Ilość dotąd zapisanych danych, w bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisów typu <i>doublewrite</i>.';
$strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu <i>doublewrite</i>.';
$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika był zbyt mały i pred wznowieniem pracy oczekwiano na jego opróżnenie.';
$strShowStatusInnodb_log_write_requestsDescr = 'Liczba żądań zapisów do dziennika.';
$strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywołań fsync dla pliku dziennika w toku.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisów do pliku dziennika w toku.';
$strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtów zapisanych do pliku dziennika.';
$strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.';
$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilkość strony InnoDB (domyślnie 16KB). Wiele wartości jest mierzonych w stronach; znajomość wielkości strony pozwala na ich łatwą konwersję na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.';
$strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które akutalnie się czeka.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Średni czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Całkowity czas zużyty na uzyskiwanie blokad rekodów, w milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokadę rekordu.';
$strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordów usuniętych z tabel InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Liczba rekordów dodanych do tabel InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Liczba rekordów odczytanych z tabel InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Liczba rekordów zmienionych w tabelach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Liczba bloków w buforze podręcznym indeksów, które zostały zmodyfikowane ale jeszcze nie wymiecione na dysk. Wcześniej zmienna miała nazwę Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Liczba nieużywanych bloków w buforze podręcznym indeksów. Można użyć tej wartości do określenia jaka część bufora indeksów jest w użyciu.';
$strShowStatusKey_blocks_usedDescr = 'Liczba użytych bloków w buforze podręcznym indeksów. Ta wartość to próg, który wskazuje maksymalną liczbę kiedykolwiek jednocześnie użytych bloków.';
$strShowStatusKey_read_requestsDescr = 'Liczba żądań odczytu bloku z bufora podręcznego indeksów.';
$strShowStatusKey_readsDescr = 'Liczba fizycznych odczytów bloków indeksów z dysku. Duża wartość key_reads oznacza, że prawdopodobnie wartość key_buffer_size jest zbyt mała. Współczynnik chybień bufora podręcznego można policzyć ze wzoru Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Liczba żądań zapisów bloków indeksów to bufora podręcznego.';
$strShowStatusKey_writesDescr = 'Liczba fizycznych zapisów bloków indeksów na dysk.';
$strShowStatusLast_query_costDescr = 'Całkowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapytań. Przydatny do porównań kosztów różnych planów wykonania tego samego zapytania. Domyślna wartość 0 oznacza, że jeszcze żadne zapytanie nie zostało skompilowane.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordów oczekujących na zapisanie w kolejkach INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeśli ta wartość jest duża, prawdopobnie wielkość pamięci podręcznej tabel jest zbyt mała.';
$strShowStatusOpen_filesDescr = 'Liczba otwartych plików.';
$strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (używanych głownie do rejestracji w dzienniku).';
$strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.';
$strShowStatusQcache_free_blocksDescr = 'Liczba wolnych bloków pamięci w podręcznym buforze zapytań.';
$strShowStatusQcache_free_memoryDescr = 'Ilość dostępnej pamięci w podręcznym buforze zapytań.';
$strShowStatusQcache_hitsDescr = 'Liczba trafień pamięci podręcznej.';
$strShowStatusQcache_insertsDescr = 'Liczba zapytań dodanych do pamięci podręcznej.';
$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytań, które zostały usunięte z pamięci podręcznej, by zwolnic pamięć do buforowania nowych zapytań. Ta informacje może pomóc dostroić wielkość bufora podręcznegoe. Do decydowania o tym, które zapytania usunąć z bufora podręcznego używana jest strategia "najpierw najdłużej nieużywany" (<i>least recently used</i> - LRU).';
$strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapytań (nie dających się zbuforować lub niezbuforowanych z powodu ustawienia query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapytań zarejestrowanych w buforze podręcznym.';
$strShowStatusQcache_total_blocksDescr = 'Całkowita liczba bloków w buforze podręcznym zapytań.';
$strShowStatusReset = 'Zresetuj';
$strShowStatusRpl_statusDescr = 'Stan replikacji zabezpieczającej (jeszcze nie zaimplementowane).';
$strShowStatusSelect_full_joinDescr = 'Liczba złączeń nie używających indeksów. Wartość różna od 0 sugeruje staranne przyjrzenie się indeksom tabel.';
$strShowStatusSelect_full_range_joinDescr = 'Liczba złączeń w których użyto wyszukiwania zakresowego na pierwszej złączanej tabeli.';
$strShowStatusSelect_range_checkDescr = 'Liczba złączeń bez użycia indeksów gdy możliwość ich użycia była sprawdzana dla każdego rekordu. (Wartość różna od 0 sugeruje staranne przyjrzenie się indeksom tabel.)';
$strShowStatusSelect_rangeDescr = 'Liczba złączeń w których użyto zakresów w stosunku do pierwszej tabeli. (Nawet duża wartość nie ma kluczowego znaczenia.)';
$strShowStatusSelect_scanDescr = 'Liczba złączeń, które przeszukały w pełni pierwszą tabelę.';
$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzędny wątek SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Ile raz łącznie (od startu) podrzędny wątek SQL replikacji ponawiał transakcje.';
$strShowStatusSlave_runningDescr = 'ON oznacza, że ten serwer jest podrzędny i jest podłączony go serwera głównego.';
$strShowStatusSlow_launch_threadsDescr = 'Liczba wątków, których utworzenie trwało dłużej niż slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Liczba zapytań, których wykonanie zajęło więcej niż long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Liczba przebiegów scalania, które musiał wykonać algorytm sortujący. Przy dużej wartości, warto wziąć pod uwagę zwiększenie wartości zmiennej systemowej sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Liczba sortować wykonanych przy użyciu zakresów.';
$strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordów.';
$strShowStatusSort_scanDescr = 'Liczba sortowań wykonanych poprzed przeszukiwanie tabeli.';
$strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli została uzyskana natychmiastowo.';
$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie mogła zostać uzyskana natychmiastowo i niezbędne było oczekiwanie. Przy wysoka wartość oraz problemach z wydajnością powinno się najpierw zoptymalizować zapytania, a następnie podzielić tabelę (tabele) lub użyć replikacji.';
$strShowStatusThreads_cachedDescr = 'Liczba wątków w buforze podręcznym wątków. Współczynnik trafienia w bufor może być wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, że powinno się z większyć thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych połączeń.';
$strShowStatusThreads_createdDescr = 'Liczba wątków utworzonych by obsłużyć połączenia. Jeżeli wartość Threads_created jest duża, można chcieć zwiększyć wartość thread_cache_size. (W przypadku dobrej implementacja wątków zwykle nie daje to zauważalnego polepszenia wydajności.)';
$strShowStatusThreads_runningDescr = 'Liczba nieuśpionych wątków.';
$strShowTableDimension = 'Pokaż wymiary tabel';
$strShowTables = 'Pokaż tabele';
$strShowThisQuery = ' Wywołaj ponownie zapytanie ';
$strSimplifiedChinese = 'Chiński uproszczony';
$strSingly = '(pojedynczo)';
$strSize = 'Rozmiar';
$strSkipQueries = 'Liczba rekordów (zapytań), które należy z początku pominąć';
$strSlovak = 'Słowacki';
$strSlovenian = 'Słoweński';
$strSocketProblem = '(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)';
$strSortByKey = 'Sortuj wg klucza';
$strSorting = 'Sortowanie';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSpanish = 'Hiszpański';
$strSplitWordsWithSpace = 'Słowa są rozdzielane znakiem spacji (" ").';
$strSQLExportCompatibility = 'Kompatybilność eksportu SQL';
$strSQLExportType = 'Rodzaj eksportu';
$strSQLImportOptions = 'Opcje SQL';
$strSQLOptions = 'Opcje SQL';
$strSQLParserBugMessage = 'Istnieje szansa, że właśnie znaleziono błąd w analizatorze składni SQL. Proszę zbadać bliżej swoje zapytanie i sprawdzić, czy cudzysłowy są poprawne i dobrze sparowane. Inną możliwą przyczyną niepowodzenia może być ysyłanie pliku ze znakami binarnymi poza obszarem tekstu ujętego w cudzysłowy. Można również sprawdzić zapytanie SQL poprzez linię poleceń MySQL-a. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL. Jeśli nadal występują z problemy lub analizator składni zgłasza usterkę a linia poleceń - nie, ogranicz sekwencję zapytań SQL do pojedynczego, które powoduje problemy i zgłoś błąd, dołączając fragment danych zawarty w poniższej sekcji TNIJ:';
$strSQLParserUserError = 'Wygląda na to, że w twoim zapytaniu SQL jest błąd. W znalezieniu przyczyny problemu może pomóc także - jeśli się pojawi - poniższy opis błędu serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawidłowy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamknięty cudzysłów';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatCheckTime = 'Ostatnie sprawdzenie';
$strStatCreateTime = 'Utworzenie';
$strStatement = 'Cecha';
$strStatisticsOverrun = 'Na aktywnym serwerze liczniki bajtów mogą się przekręcić, więc statystyki jakich dostarcza serwer MySQL nie są wiarygodne.';
$strStatUpdateTime = 'Ostatnia aktualizacja';
$strStatus = 'Status';
$strStorageEngine = 'Mechanizm składowania';
$strStorageEngines = 'Mechanizmy składowania';
$strStrucCSV = 'Dane CSV';
$strStrucData = 'Struktura i dane';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV dla MS Excel';
$strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela';
$strStrucOnly = 'Tylko struktura';
$strStructPropose = 'Analiza zawartości';
$strStructure = 'Struktura';
$strSubmit = 'Wyślij';
$strSuccess = 'Zapytanie SQL zostało wykonane pomyślnie';
$strSum = 'Suma';
$strSwedish = 'Szwedzki';
$strSwitchToDatabase = 'Przełącz do skopiowanej bazy danych';
$strSwitchToTable = 'Przełącz na skopiowaną tabelę';
 
$strTableAlreadyExists = 'Tabela %s już istnieje!';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
$strTableHasBeenDropped = 'Tabela %s została usunięta';
$strTableHasBeenEmptied = 'Tabela %s została opróżniona';
$strTableHasBeenFlushed = 'Tabela %s została przeładowana';
$strTableMaintenance = 'Zarządzanie tabelą';
$strTableOfContents = 'Spis treści';
$strTableOptions = 'Opcje tabeli';
$strTables = '%s tabel(a)';
$strTableStructure = 'Struktura tabeli dla ';
$strTable = 'Tabela';
$strTableType = 'Typ tabeli';
$strTakeIt = 'użyj';
$strTblPrivileges = 'Uprawnienia specyficzne dla tabel';
$strTempData = 'Dane tymczasowe';
$strTextAreaLength = ' To pole może nie dać się edytować<br /> z powodu swojej długości ';
$strThai = 'Tajski';
$strThemeDefaultNotFound = 'Nie znaleziono domyślnego motywu graficznego %s!';
$strTheme = 'Motyw graficzny / styl';
$strThemeNoPreviewAvailable = 'Podgląd niedostępny.';
$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawidłowej ścieżki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono ścieżki do motywu %s!';
$strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie był katalog';
$strThreadSuccessfullyKilled = 'Wątek %s został pomyślnie unicestwiony.';
$strThreads = 'Wątki';
$strTime = 'Czas';
$strTimeoutInfo = 'Poprzedni import przekroczył limit czasu, ponowne przedłożenie tego pliku spowoduje kontynuacje od miejsca %d.';
$strTimeoutNothingParsed = 'Jednakże, podczas ostatniego uruchomienia nie zostały przetworzone żadne dane, co zwykle oznacza, że phpMyAdmin nie będzie w stanie ukończyć tego importu bez zwiększenia limitów czasowych PHP.';
$strTimeoutPassed = 'Limit czasu wykonania skryptu minął; aby ukończyć import, proszę przedłożyć ten sam plik a import zostanie wznowiony.';
$strToggleScratchboard = 'włącz / wyłącz scratchboard';
$strTotalUC = 'Sumarycznie';
$strTotal = 'wszystkich';
$strTraditionalChinese = 'Chiński tradycyjny';
$strTraditionalSpanish = 'Tradycyjny hiszpański';
$strTraffic = 'Ruch';
$strTransactionCoordinator = 'Koordynator transakcji';
$strTransformation_application_octetstream__download = 'Wyświetla link do ściągnięcia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drugą opcją jest możliwa nazwa pola zawierającego nazwę pliku. Jeżeli dana jest druga opcja, pierwsza musi być pustym napisem';
$strTransformation_application_octetstream__hex = 'Wyświetla szesnastkową reprezentację danych.';
$strTransformation_image_jpeg__inline = 'Wyświetla klikalną miniaturkę; opcje: szerokość,wysokość w pikselach (oryginalne proporcje zostaną zachowane)';
$strTransformation_image_jpeg__link = 'Wyświetla link do tego obrazu (bezpośrednie ściągnięcie bloba).';
$strTransformation_image_png__inline = 'Zobacz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Bierze pole TIME, TIMESTAMP lub DATETIME i formatuje je używając lokalnego formatu daty. Pierwsza opcja to liczba godzin, jaka zostanie dodana do daty (domyślnie: 0). Druga opcja to inny format daty, zgodny z parametrami dostępnymi dla funkcji PHP strftime().';
$strTransformation_text_plain__external = 'TYLKO LINUX: Uruchamia zewnętrzną aplikację i przekazuje dane pól na standardowe wejście. Zwraca standardowe wyjście tej aplikacji. Domyślnie jest to Tidy, którzy porządkuje kod HTML. Ze względu na bezpieczeństwo, należy ręcznie zmodyfikować plik libraries/transformations/text_plain__external.inc.php i dodać narzędzie, na którego uruchamianie pozwalasz. Pierwszą opcją jest liczba programów, których chcesz użyć, a drugą są parametry programu. Jeżeli trzeci parametr jest ustawiony na 1, zostanie dokonana konwersja wyjścia poprzez użycie htmlspecialchars() (Domyślną wartością jest 1). Jeżeli czwarty parametr został ustawiony na 1, zawartość komórki nie będzie zawijana, tak że całe wyjście zostanie pokazane bez zmian formatu (domyślną wartością jest 1)';
$strTransformation_text_plain__formatted = 'Zachowuje oryginalne formatowanie pola. Neutralizowanie znaków niespecjalnych nie jest dokonywane.';
$strTransformation_text_plain__imagelink = 'Wyświetla obrazek i link, pole zawiera nazwę pliku; pierwszą opcję jest prefiks, taki jak "http://domena.com/", drugą opcją jest szerokość w pikselach, trzecią opcją jest wysokość.';
$strTransformation_text_plain__link = 'Wyświetla link, pole zawiera nazwę pliku; pierwsza opcja to prefiks, taki jak "http://domena.com/", druga opcja to tytuł linku.';
$strTransformation_text_plain__sql = 'Formatuj tekst traktując jako zapytanie SQL z podświetlaniem składni.';
$strTransformation_text_plain__substr = 'Pokazuje jedynie część napisu. Pierwsza opcja to offset, od którego ma zacząć się wyświetlanie tekstu (domyślnie 0). Druga opcja to ilość zwracanego tekstu. Jeżeli jest pusta, zwracany jest cały pozostały tekst. Trzecia opcja określa jakie znaki zostaną dodane do wyjścia, jeżeli zwracany jest część napisu (domyślnie: ...) .';
$strTruncateQueries = 'Ucinaj wyświetlane zapytania';
$strTurkish = 'Turecki';
$strType = 'Typ';
 
$strUkrainian = 'Ukraiński';
$strUncheckAll = 'Odznacz wszystkie';
$strUnicode = 'Unikod';
$strUnique = 'Jednoznaczny';
$strUnknown = 'nieznany';
$strUnselectAll = 'Odznacz wszystkie';
$strUnsupportedCompressionDetected = 'Próbowano wczytać plik z nieobsługiwanym typem kompresji (%s). Albo jego obsługa nie została zaimplementowana albo została konfiguracyjnie wyłączona.';
$strUpdatePrivMessage = 'Uaktualniłeś uprawnienia dla %s.';
$strUpdateProfileMessage = 'Profil został uaktualniony.';
$strUpdateQuery = 'Zmień zapytanie';
$strUpdComTab = 'Informacje o tym, jak zaktualizować tabelę Column_comments znajdują się w dokumentacji';
$strUpgrade = 'Poleca się aktualizację do %s w wersji %s lub późniejszej.';
$strUploadLimit = 'Prawdodpobobnie próbowano wrzucić duży plik. Aby poznać sposoby obejścia tego limitu, proszę zapoznać się z %sdokumenacją%s.';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'Użyj cudzysłowów z nazwami tabel i pól';
$strUsedPhpExtensions = 'Używane rozszerzenia PHP';
$strUseHostTable = 'Użyj tabeli hostów';
$strUserAlreadyExists = 'Użytkownik %s już istnieje!';
$strUserEmpty = 'Brak nazwy użytkownika!';
$strUserName = 'Nazwa użytkownika';
$strUserNotFound = 'Wybrany użytkownik nie został znaleziony w tabeli uprawnień.';
$strUserOverview = 'Opis użytkownika';
$strUsersDeleted = 'Wybrani użytkownicy zostali pomyślnie usunięci.';
$strUsersHavingAccessToDb = 'Użytkownicy mający dostęp do &quot;%s&quot;';
$strUser = 'Użytkownik';
$strUseTabKey = 'Klawisz TAB przemieszcza pomiędzy wartościami, CTRL+strzałka przenosi w dowolne miejsce';
$strUseTables = 'Użyj tabel';
$strUseTextField = 'Użyj pola tekstowego';
$strUseThisValue = 'Użyj tej wartości';
 
$strValidateSQL = 'Sprawdź poprawność SQL';
$strValidatorError = 'Analizator składni SQL nie mógł zostać zainicjowany. Sprawdź, czy zainstalowane są niezbędne rozszerzenia PHP, tak jak zostało to opisane w %sdokumentacji%s.';
$strValue = 'Wartość';
$strVar = 'Zmienna';
$strVersionInformation = 'Informacja o wersji';
$strViewDumpDatabases = 'Zrzut baz danych';
$strViewDumpDB = 'Zrzut bazy danych';
$strViewDump = 'Zrzut tabeli';
$strViewHasBeenDropped = 'Perspektywa %s została usunięta';
$strViewMaxExactCount = 'Perspektywa ma ponad %d rekordów. Proszę zajrzeć do %sdokumentacji%s.';
$strView = 'Perspektywa';
 
$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosiągalny';
$strWebServerUploadDirectory = 'katalog serwera WWW dla uploadu';
$strWelcome = 'Witamy w %s';
$strWestEuropean = 'Zachodnioeuropejski';
$strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przeglądarki nie mogło być zaktualizowane. Być może okno-rodzic zostało zamknięte lub przeglądarka, uwzględniając ustawienia bezpieczeństwa, blokuje aktualizacje pomiędzy oknami';
$strWithChecked = 'Zaznaczone:';
$strWriteRequests = 'Żądań zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest możliwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest możliwe';
$strWrongUser = 'Błędne pola użytkownik/hasło. Brak dostępu.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/polish-windows-1250.inc.php
0,0 → 1,976
<?php
/* $Id: polish-windows-1250.inc.php,v 2.52.2.2 2006/03/23 17:42:14 lem9 Exp $ */
 
$charset = 'windows-1250';
$text_dir = 'ltr';
$left_font_family = 'verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, verdana, "arial ce", arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtów', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Nie', 'Pon', 'Wto', 'Œro', 'Czw', 'Pi¹', 'Sob');
$month = array('Sty', 'Lut', 'Mar', 'Kwi', 'Maj', 'Cze', 'Lip', 'Sie', 'Wrz', 'PaŸ', 'Lis', 'Gru');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y, %H:%M';
$timespanfmt = '%s dni, %s godzin, %s minut i %s sekund';
 
$strAbortedClients = 'Przerwane';
$strAbsolutePathToDocSqlDir = 'Proszê podaæ bezwzglêdn¹ œcie¿kê na serwerze www do katalogu docSQL';
$strAccessDenied = 'Brak dostêpu';
$strAccessDeniedCreateConfig = 'Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia mo¿na u¿yæ %1$sskryptu instalacyjnego%2$s.';
$strAccessDeniedExplanation = 'phpMyAdmin próbowa³ po³¹czyæ siê z serwerem MySQL, a serwer odrzuci³ po³¹czenie. Powinieneœ sprawdziæ nazwê hosta, nazwê u¿ytkownika i has³o w pliku config.inc.php i upewniæ siê, ¿e odpowiadaj¹ one informacjom danym przez administratora serwera MySQL.';
$strAction = 'Dzia³anie';
$strAddAutoIncrement = 'Dodaj wartoœci AUTO_INCREMENT';
$strAddConstraints = 'Dodaj ograniczenia';
$strAddDeleteColumn = 'Dodaj/usuñ pola';
$strAddDeleteRow = 'Dodaj/usuñ wiersz kryteriów';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Zosta³ dodany komentarz kolumny';
$strAddedColumnRelation = 'Zosta³a dodana relacja dla kolumny';
$strAddFields = 'Dodaj %s pól';
$strAddHeaderComment = 'Dodaj do nag³ówka w³asny komentarz (\\n oddziela linie)';
$strAddIfNotExists = 'Dodaj IF NOT EXISTS';
$strAddIntoComments = 'Dodaj w komentarzach:';
$strAddNewField = 'Dodaj nowego pole';
$strAddPrivilegesOnDb = 'Dodaj uprawnienia dla nastêpuj¹cej bazy danych';
$strAddPrivilegesOnTbl = 'Dodaj uprawnienia dla nastêpuj¹cej tabeli';
$strAddSearchConditions = 'Dodaj warunki przeszukiwania (warunek dla "where"):';
$strAddToIndex = 'Dodaj &nbsp;%s&nbsp;kolumn do indeksu ';
$strAddUser = 'Dodaj nowego u¿ytkownika';
$strAddUserMessage = 'Nowy u¿ytkownik zosta³ dodany.';
$strAdministration = 'Administracja';
$strAffectedRows = 'Zmodyfikowanych rekordów:';
$strAfterInsertBack = 'Wróæ';
$strAfterInsertNewInsert = 'Dodaj nowy rekord';
$strAfterInsertNext = 'Edytuj nastêpny rekord';
$strAfterInsertSame = 'Powrót do tej strony';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Zezwól na przerwanie importu w przypadku, gdy skrypt wykryje zbli¿aj¹cy siê koniec limitu czasu. Mo¿e to byæ dobry sposób importu du¿ych plików, jednak¿e mo¿e on popsuæ transakcje.';
$strAllTableSameWidth = 'wyœwietliæ wszystkie tabele z tak¹ sam¹ szerokoœci¹?';
$strAll = 'Wszystko';
$strAlterOrderBy = 'Sortowanie tabeli wg';
$strAnalyzeTable = 'Analizuj tabelê';
$strAnd = 'oraz';
$strAndThen = 'a nastêpnie';
$strAnIndex = 'Do %s dodany zosta³ indeks';
$strAny = 'Dowolny';
$strAnyHost = 'Dowolny host';
$strAnyUser = 'Dowolny u¿ytkownik';
$strApproximateCount = 'Byæ mo¿e w przybli¿eniu. Zobacz FAQ 3.11';
$strAPrimaryKey = 'Do %s dodany zosta³ klucz podstawowy';
$strArabic = 'Arabski';
$strArmenian = 'Ormiañski';
$strAscending = 'Rosn¹co';
$strAtBeginningOfTable = 'Na pocz¹tku tabeli';
$strAtEndOfTable = 'Na koñcu tabeli';
$strAttr = 'Atrybuty';
$strAutodetect = 'Rozpoznaj automatycznie';
$strAutomaticLayout = 'Uk³ad automatyczny';
 
$strBack = 'Powrót';
$strBaltic = 'Ba³tycki';
$strBeginCut = 'TNIJ ST¥D';
$strBeginRaw = 'SUROWE DANE ST¥D';
$strBinary = ' Binarne ';
$strBinaryDoNotEdit = ' Binarne - nie do edycji ';
$strBinaryLog = 'Dziennik binarny';
$strBinLogEventType = 'Typ zdarzenia';
$strBinLogInfo = 'Informacje';
$strBinLogName = 'Nazwa dziennika';
$strBinLogOriginalPosition = 'Oryginalna pozycja';
$strBinLogPosition = 'Pozycja';
$strBinLogServerId = 'ID serwera';
$strBookmarkAllUsers = 'Pozwól na dostêp wszystkim u¿ytkownikom';
$strBookmarkCreated = 'Zapytanie %s zosta³o zapamiêtane';
$strBookmarkDeleted = 'Zapamiêtane zapytanie SQL zosta³o usuniête.';
$strBookmarkLabel = 'Nazwa';
$strBookmarkQuery = 'Zapamiêtane zapytanie SQL';
$strBookmarkReplace = 'Zamieñ istniej¹ce zapamiêtane zapytanie o tej samej nazwie';
$strBookmarkThis = 'Pamiêtaj zapytanie SQL';
$strBookmarkView = 'Tylko poka¿';
$strBrowseDistinctValues = 'Przegl¹daj ró¿ne wartoœci';
$strBrowseForeignValues = 'Przegl¹daj zewnêtrzne wartoœci';
$strBrowse = 'Przegl¹daj';
$strBufferPoolActivity = 'AktywnoϾ rezerw buforowych';
$strBufferPool = 'Rezerwy buforowe';
$strBufferPoolUsage = 'U¿ycie rezerw buforowych';
$strBufferReadMisses = 'Chybienia odczytu';
$strBufferReadMissesInPercent = 'Chybienia odczytu w %';
$strBufferWriteWaitsInPercent = 'Oczekiwania zapisu w %';
$strBufferWriteWaits = 'Oczekiwania na zapis';
$strBulgarian = 'Bu³garski';
$strBusyPages = 'Strony u¿ywane';
$strBzError = 'phpMyAdminowi nie uda³o siê skompresowaæ zrzutu z powodu zepsutego rozszerzenia Bz2 w tej wersji PHP. Jest bardzo zalecane by ustawiæ dyrektywê <code>$cfg[\'BZipDump\']</code> w pliku konfiguracyjnym phpMyAdmina na <code>FALSE</code>. Jeœli chcesz u¿yæ funkcji kompresji Bz2, PHP powinien zostaæ zaktualizowany do najnowszej wersji. Szczegó³y mo¿na zobaczyæ w raporcie na temat b³êdów PHP %s.';
$strBzip = '".bz2"';
 
$strCalendar = 'Kalendarz';
$strCanNotLoadImportPlugins = 'Nie uda³o siê za³adowaæ modu³ów importu, proszê sprawdziæ instalacjê!';
$strCannotLogin = 'Nie uda³o siê zalogowaæ na serwer MySQL';
$strCantLoad = 'nie uda³o siê za³adowaæ modu³u %s,<br />proszê sprawdziæ konfiguracjê PHP';
$strCantLoadRecodeIconv = 'Nie uda³o siê za³adowaæ rozszerzeñ iconv lub recode, które s¹ niezbêdne do konwersji kodowania znaków, skonfiguruj PHP tak, by móg³ u¿ywaæ tych rozszerzeñ albo zablokuj konwersjê kodowania znaków w phpMyAdminie.';
$strCantRenameIdxToPrimary = 'Nie mo¿na zmieniæ nazwy indeksu na PRIMARY!';
$strCantUseRecodeIconv = 'Nie uda³o siê u¿yæ ani funkcji iconv, ani libiconv, mimo ¿e rozszerzenia zg³aszaj¹ siê jako za³adowane. Proszê sprawdziæ swoj¹ konfiguracjê PHP.';
$strCardinality = 'Moc';
$strCaseInsensitive = 'bez rozró¿niania wielkoœci liter';
$strCaseSensitive = 'z rozró¿nianiem wielkoœci liter';
$strCentralEuropean = 'Œrodkowoeuropejski';
$strChangeCopyModeCopy = '... pozostaw starego.';
$strChangeCopyModeDeleteAndReload = ' ... usuñ starego z tabel u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strChangeCopyModeJustDelete = ' ... usuñ starego z tabel u¿ytkowników.';
$strChangeCopyModeRevoke = ' ... odbierz wszystkie aktywne uprawnienia staremu, a nastêpnie go usuñ.';
$strChangeCopyMode = 'Utwórz nowego u¿ytkownika z takimi samymi uprawnieniami i ...';
$strChangeCopyUser = 'Zmieñ dane u¿ytkownika / Skopiuj u¿ytkownika';
$strChangeDisplay = 'Wybierz wyœwietlane pole';
$strChangePassword = 'Zmieñ has³o';
$strChange = 'Zmieñ';
$strCharsetOfFile = 'Zestaw znaków dla pliku:';
$strCharsetsAndCollations = 'Zestawy znaków i metody porównywania napisów';
$strCharsets = 'Zestawy znaków';
$strCharset = 'Zestaw znaków';
$strCheckAll = 'Zaznacz wszystkie';
$strCheckOverhead = 'Zaznacz nieoptymalne';
$strCheckPrivsLong = 'SprawdŸ uprawnienia bazy danych &quot;%s&quot;.';
$strCheckPrivs = 'SprawdŸ uprawnienia';
$strCheckTable = 'SprawdŸ tabelê';
$strChoosePage = 'Proszê wybraæ stronê do edycji';
$strColComFeat = 'Wyœwietl komentarze dla kolumn';
$strCollation = 'Metoda porównywania napisów';
$strColumnNames = 'Nazwy kolumn';
$strColumnPrivileges = 'Uprawnienia specyficzne dla kolumn';
$strCommand = 'Polecenie';
$strCommentsForTable = 'KOMENTARZE TABELI';
$strComments = 'Komentarze';
$strCompatibleHashing = 'Kompatybilny z MySQL-em&nbsp;4.0';
$strCompleteInserts = 'Pe³ne dodania';
$strCompression = 'Typ kompresji';
$strCompressionWillBeDetected = 'Rodzaj kompresji importowanych plików zostanie automatycznie rozpoznany jako jeden z: %s';
$strConfigDefaultFileError = 'Nie uda³o siê za³adaowaæ domyœlnej konfiguracji z pliku: "%1$s"';
$strConfigFileError = 'phpMyAdmin nie zdo³a³ odczytaæ Twojego pliku konfiguracji!<br />Mo¿e siê to zdarzyæ, jeœli PHP znajdzie w nim b³¹d sk³adniowy lub nie mo¿e znaleŸæ tego pliku.<br />Proszê wywo³aæ bezpoœrednio plik konfiguracyjny u¿ywaj¹c poni¿szego linku i odczytaæ otrzymane komunikat(y) o b³êdach. W wiêkszoœci przypadków brakuje gdzieœ cudzys³owu lub œrednika.<br />Je¿eli otrzymasz pust¹ stronê, wszystko jest w porz¹dku.';
$strConfigureTableCoord = 'Proszê skonfigurowaæ wspó³rzêdnie dla tabeli %s';
$strConnectionError = 'Nie uda³o siê nawi¹zaæ po³¹czenia: b³êdne ustawienia.';
$strConnections = 'Po³¹czenia';
$strConstraintsForDumped = 'Ograniczenia dla zrzutów tabel';
$strConstraintsForTable = 'Ograniczenia dla tabeli';
$strCookiesRequired = 'Odt¹d musi byæ w³¹czona obs³uga ciasteczek [<i>cookies</i>].';
$strCopyDatabaseOK = 'Baza danych %s zosta³a skopiowana do %s';
$strCopy = 'Kopiuj';
$strCopyTableOK = 'Tabela %s zosta³a skopiowana do %s.';
$strCopyTableSameNames = 'Nie mo¿na skopiowaæ tabeli do niej samej!';
$strCopyTable = 'Skopiuj tabelê do (bazadanych<b>.</b>tabela):';
$strCouldNotKill = 'phpMyAdminowi nie uda³o siê unicestwiæ w¹tku %s. Prawdopodobnie zosta³ on ju¿ zamkniêty.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE przed skopiowaniem';
$strCreateIndexTopic = 'Utwórz nowy indeksu';
$strCreateIndex = 'Utwórz indeks dla %s kolumn';
$strCreateNewDatabase = 'Utwórz now¹ bazê danych';
$strCreateNewTable = 'Utwórz now¹ tabelê w bazie danych %s';
$strCreatePage = 'Utwórz now¹ stronê';
$strCreatePdfFeat = 'Tworzenie PDF-ów';
$strCreate = 'Utwórz';
$strCreationDates = 'Daty utworzenia/aktualizacji/sprawdzenia';
$strCriteria = 'Kryteria';
$strCroatian = 'Chorwacki';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opcje CSV';
$strCSVOptions = 'Opcje CSV';
$strCyrillic = 'Cyrylica';
$strCzech = 'Czeski';
$strCzechSlovak = 'Czesko-s³owacki';
 
$strDanish = 'Duñski';
$strDatabase = 'Baza danych';
$strDatabaseEmpty = 'Nazwa bazy danych jest pusta!';
$strDatabaseExportOptions = 'Opcje eksportu bazy danych';
$strDatabaseHasBeenDropped = 'Baza danych %s zosta³a usuniêta.';
$strDatabaseNoTable = 'Ta baza danych nie zawiera ¿adnej tabeli!';
$strDatabases = 'Bazy danych';
$strDatabasesDropped = '%s baz danych zosta³o pomyœlnie usuniêtych.';
$strDatabasesStatsDisable = 'Wy³¹cz statystyki';
$strDatabasesStatsEnable = 'W³¹cz statystyki';
$strDatabasesStatsHeavyTraffic = 'Uwaga: W³¹czenie statystyk baz danych mo¿e spowodowaæ du¿y ruch pomiêdzy serwerem WWW a serwerem MySQL.';
$strDatabasesStats = 'Statystyki baz danych';
$strData = 'Dane';
$strDataDict = 'S³ownik danych';
$strDataOnly = 'Tylko dane';
$strDataPages = 'Strony zawieraj¹ce dane';
$strDBComment = 'Komentarz bazy danych: ';
$strDBCopy = 'Kopiuj bazê danych do';
$strDBGContextID = 'ID kontekstu';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Trafienia';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Maksymalny czas, ms';
$strDBGMinTimeMs = 'Minimalny czas, ms';
$strDBGModule = 'Modu³';
$strDBGTimePerHitMs = 'Czas/trafienie, ms';
$strDBGTotalTimeMs = 'Ca³kowity czas, ms';
$strDbPrivileges = 'Uprawnienia specyficzne dla baz danych';
$strDBRename = 'Zmieñ nazwê bazy danych na';
$strDbSpecific = 'specyficzne dla bazy danych';
$strDefault = 'Domyœlnie';
$strDefaultEngine = '%s to domyœlny mechanizm sk³adowania tego serwera MySQL.';
$strDefaultValueHelp = 'Dla wartoœci domyœlnych, proszê wprowadziæ po prostu pojedyncz¹ wartoœæ, bez cytowania odwrotnym ukoœnikiem czy ujmowania w cudzys³owy, u¿ywaj¹c takiego formatu: a';
$strDefragment = 'Tablica defragmentacji';
$strDelayedInserts = 'U¿yj opóŸnionych dodañ';
$strDeleteAndFlushDescr = 'Jest to najzgrabniejszy sposób, ale prze³adowanie uprawnieñ mo¿e potrwaæ jakiœ czas.';
$strDeleteAndFlush = 'Usuñ u¿ytkowników, a nastêpnie prze³aduj uprawnienia.';
$strDeleted = 'Rekord zosta³ skasowany';
$strDeletedRows = 'Skasowane rekordy:';
$strDeleteNoUsersSelected = '¯aden u¿ytkownik ze zosta³ zaznaczony do skasowania!';
$strDelete = 'Usuñ';
$strDeleting = 'Usuwanie %s';
$strDelOld = 'Aktualna strona ma powi¹zania z tabel¹, która ju¿ nie istnieje. Czy chcesz usun¹æ te powi¹zania?';
$strDescending = 'Malej¹co';
$strDescription = 'Opis';
$strDictionary = 's³ownik';
$strDirtyPages = 'Strony brudne';
$strDisabled = 'wy³¹czone';
$strDisableForeignChecks = 'Wy³¹cz sprawdzanie kluczy zewnêtrznych';
$strDisplayFeat = 'Funkcje wyœwietlania';
$strDisplayOrder = 'Kolejnoœæ wyœwietlania:';
$strDisplayPDF = 'Wyœwietl schemat PDF';
$strDoAQuery = 'Wykonaj "zapytanie przez przyk³ad" (znak globalny: "%")';
$strDocu = 'Dokumentacja';
$strDoYouReally = 'Czy na pewno wykonaæ ';
$strDropDatabaseStrongWarning = 'Masz zamiar ZNISZCZYÆ ca³¹ bazê danych!';
$strDropUsersDb = 'Usuñ bazy danych o takich samych nazwach jak u¿ytkownicy.';
$strDrop = 'Usuñ';
$strDumpingData = 'Zrzut danych tabeli';
$strDumpSaved = 'Zrzut zosta³ zapisany do pliku %s.';
$strDumpXRows = 'Zrzuæ %s rekordów zaczynaj¹c od rekordu %s.';
$strDynamic = 'zmienny';
 
$strEdit = 'Edytuj';
$strEditPDFPages = 'Edytuj strony PDF';
$strEditPrivileges = 'Edytuj uprawnienia';
$strEffective = 'Efektywne';
$strEmptyResultSet = 'MySQL zwróci³ pusty wynik (zero rekordów).';
$strEmpty = 'WyczyϾ';
$strEnabled = 'w³¹czone';
$strEncloseInTransaction = 'Obejmij eksport transakcj¹';
$strEndCut = 'TNIJ DOT¥D';
$strEnd = 'Koniec';
$strEndRaw = 'SUROWE DANE DOT¥D';
$strEngineAvailable = '%s jest dostêpny na tym serwerze MySQL.';
$strEngineDisabled = 'Mechanizm %s zosta³ wy³¹czony w tym serwerze MySQL.';
$strEngines = 'Mechanizmy';
$strEngineUnsupported = 'Ten serwer MySQL nie obs³uguje mechanizmu sk³adowania %s.';
$strEnglish = 'Angielski';
$strEnglishPrivileges = ' Uwaga: Uprawnienia MySQL s¹ oznaczone w jêzyku angielskim ';
$strError = 'B³¹d';
$strErrorInZipFile = 'B³¹d w archiwum ZIP:';
$strEscapeWildcards = 'Aby u¿yæ symboli wieloznacznych _ i % w znaczeniu dos³ownym, nale¿y je poprzedziæ znakiem \ ';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estoñski';
$strExcelEdition = 'Wydanie Excela';
$strExcelOptions = 'Opcje Excela';
$strExecuteBookmarked = 'Wykonaj zapamiêtanego zapytania';
$strExplain = 'Wyjaœnij SQL';
$strExport = 'Eksport';
$strExtendedInserts = 'Rozszerzone dodania';
$strExtra = 'Dodatkowo';
 
$strFailedAttempts = 'Nieudane próby';
$strFieldHasBeenDropped = 'Pole %s zosta³o usuniête';
$strField = 'Pole';
$strFieldsEmpty = ' Liczba pól jest pusta! ';
$strFieldsEnclosedBy = 'Pola zawarte w';
$strFieldsEscapedBy = 'Pola poprzedzone przez';
$strFields = 'Pola';
$strFieldsTerminatedBy = 'Pola oddzielane przez';
$strFileAlreadyExists = 'Plik %s ju¿ istnieje na serwerze, zmieñ nazwê pliku lub zaznacz opcjê nadpisywania plików.';
$strFileCouldNotBeRead = 'Nie mo¿na odczytaæ pliku';
$strFileNameTemplateDescriptionDatabase = 'nazwa bazy danych database';
$strFileNameTemplateDescription = 'Interpretacja tej wartoœci nale¿y do funkcji %1$sstrftime%2$s i mo¿na u¿yæ jej napisów formatuj¹cych. Dodatkowo zostan¹ zastosowane nastêpuj¹ce przekszta³cenia: %3$s. Pozosta³y tekst bêdzie niezmieniony.';
$strFileNameTemplateDescriptionServer = 'nazwa serwera';
$strFileNameTemplateDescriptionTable = 'nazwa tabeli';
$strFileNameTemplateRemember = 'pamiêtaj szablon';
$strFileNameTemplate = 'Szablon nazwy';
$strFileToImport = 'Plik do importu';
$strFixed = 'sta³y';
$strFlushPrivilegesNote = 'Uwaga: phpMyAdmin pobiera uprawnienia u¿ytkowników wprost z tabeli uprawnieñ MySQL-a. Zawartoœæ tej tabeli, jeœli zosta³y w niej dokonane rêczne zmiany, mo¿e siê ró¿niæ od uprawnieñ jakich faktycznie u¿ywa serwer. W takim przypadku powinieneœ przed dalsz¹ prac¹ %sprze³adowaæ uprawnienia%s.';
$strFlushQueryCache = 'Opró¿nij bufor podrêczny zapytañ';
$strFlushTable = 'Prze³aduj tabelê ("FLUSH")';
$strFlushTables = 'Prze³aduj (zamknij) wszystkie tabele';
$strFormat = 'Format';
$strFormEmpty = 'Brakuj¹ca wartoœæ w formularzu!';
$strFreePages = 'Strony puste';
$strFullText = 'Pe³ny tekst';
$strFunction = 'Funkcja';
 
$strGenBy = 'Wygenerowany przez';
$strGeneralRelationFeat = 'Ogólne funkcje relacyjne';
$strGenerate = 'Generuj';
$strGeneratePassword = 'Generuj has³o';
$strGenTime = 'Czas wygenerowania';
$strGeorgian = 'Gruziñski';
$strGerman = 'Niemiecki';
$strGlobal = 'globalnie';
$strGlobalPrivileges = 'Globalne uprawnienia';
$strGlobalValue = 'WartoϾ globalna';
$strGo = 'Wykonaj';
$strGrantOption = 'Nadawanie';
$strGreek = 'Grecki';
$strGzip = '".gz"';
 
$strHandler = 'Obs³uga';
$strHasBeenAltered = 'zosta³o zamienione.';
$strHasBeenCreated = 'zosta³o utworzone.';
$strHaveToShow = 'Nale¿y wybraæ przynajmniej jedn¹ kolumnê do wyœwietlenia';
$strHebrew = 'Hebrajski';
$strHexForBinary = 'U¿yj liczb szesnastkowych w przypadku pól binarnych';
$strHomepageOfficial = 'Oficjalna strona phpMyAdmina';
$strHome = 'Wejœcie';
$strHostEmpty = 'Brak nazwy hosta!';
$strHost = 'Host';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcje eksportu do formatu Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcje eksportu do formatu Microsoft Word 2000';
$strHungarian = 'Wêgierski';
 
$strIcelandic = 'Islandzki';
$strId = 'ID';
$strIdxFulltext = 'Pe³ny tekst';
$strIgnoreDuplicates = 'Ignoruj zdublowane rekordy';
$strIgnore = 'Ignoruj';
$strIgnoreInserts = 'U¿yj ignorowanych dodañ';
$strIgnoringFile = 'Plik %s jest ignorowany';
$strImportDocSQL = 'Import plików docSQL';
$strImportFiles = 'Import plików';
$strImportFormat = 'Format importowanych plików';
$strImport = 'Import';
$strImportSuccessfullyFinished = 'Import zakoñczony sukcesem, wykonano %d zapytañ.';
$strIndexes = 'Indeksy';
$strIndexHasBeenDropped = 'Klucz %s zosta³ usuniêty';
$strIndex = 'Indeks';
$strIndexName = 'Nazwa indeksu :';
$strIndexType = 'Rodzaj indeksu :';
$strIndexWarningMultiple = 'Dla kolumny `%s` zosta³o utworzonych wiele indeksów';
$strIndexWarningPrimary = 'Klucze PRIMARY i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strIndexWarningTable = 'Problemy z indeksami tabeli `%s`';
$strIndexWarningUnique = 'Klucze UNIQUE i INDEX nie powinny dotyczyæ tej samej kolumny `%s`';
$strInnoDBAutoextendIncrementDesc = 'Rozmiar o jaki automatycznie powiêkszy siê tabela, kiedy zostanie zape³niona.';
$strInnoDBAutoextendIncrement = 'Przyrost autoextend';
$strInnoDBBufferPoolSizeDesc = 'Iloœæ pamiêci, której InnoDB u¿ywa do buforowania danych i indeksów swoich tabel.';
$strInnoDBBufferPoolSize = 'Rozmiar rezerw buforowych';
$strInnoDBDataFilePath = 'Pliki danych';
$strInnoDBDataHomeDirDesc = 'Wspólna czêœæ œcie¿ki do wszystkich plików danych InnoDB.';
$strInnoDBDataHomeDir = 'Katalog domowy danych';
$strInnoDBPages = 'stron';
$strInnodbStat = 'Status InnoDB';
$strInsecureMySQL = 'Twój plik konfiguracyjny zawiera ustawienia (konto roota bez has³a), które odpowiadaj¹ domyœlnemu uprzywilejowanemu kontu MySQL. Twój serwer MySQL dzia³a z takim ustawieniem, jest otwarty dla w³amywaczy. Ta luka w bezpieczeñstwie naprawdê powinna zostaæ naprawiona.';
$strInsertAsNewRow = 'Dodaj jako nowy rekord';
$strInsert = 'Dodaj';
$strInsertedRowId = 'Identyfikator dodanego rekordu:';
$strInsertedRows = 'Dodane rekordy:';
$strInsertNewRow = 'Dodaj nowy rekord';
$strInternalNotNecessary = '* Wewnêtrzna relacja nie jest konieczna gdy istnieje równie¿ w InnoDB.';
$strInternalRelations = 'Wewnêtrzne relacje';
$strInUse = 'w u¿yciu';
$strInvalidAuthMethod = 'W konfiguracji ustawiono b³êdn¹ metodê uwierzytelniania:';
$strInvalidColumnCount = 'Liczba kolumn musi byæ wiêksza ni¿ zero.';
$strInvalidColumn = 'Podano b³êdn¹ kolumnê (%s)!';
$strInvalidCSVFieldCount = 'Niew³aœciwa liczba pól w lini %d danych wejœciowych CSV.';
$strInvalidCSVFormat = 'Niew³aœciwy format w lini %d danych wejœciowych CSV.';
$strInvalidCSVParameter = 'Niew³aœciwy parametr importu CSV: %s';
$strInvalidFieldAddCount = 'Nale¿y dodaæ przynajmniej jedno pole.';
$strInvalidFieldCount = 'Tabela musi mieæ przynajmniej jedno pole.';
$strInvalidLDIImport = 'Ten modu³ nie obs³uguje skompresowanych importów!';
$strInvalidRowNumber = '%d nie jest prawid³owym numerem rekordu.';
$strInvalidServerHostname = 'Niew³aœciwa nazwa hosta serwera %1$s. Proszê przyjrzeæ siê konfiguracji.';
$strInvalidServerIndex = 'Niew³aœciwy numer serwera: "%s"';
 
$strJapanese = 'Japoñski';
$strJoins = 'Z³¹czenia';
$strJumpToDB = 'Skok do bazy danych &quot;%s&quot;.';
$strJustDeleteDescr = 'Nim uprawnienia zostan¹ prze³adowane, &quot;usuniêci&quot; u¿ytkownicy nadal bêd¹ mieli dotychczasowy dostêp do serwera.';
$strJustDelete = 'Po prostu usuñ u¿ytkowników z tabeli uprawnieñ.';
 
$strKeepPass = 'Nie zmieniaj has³a';
$strKeyCache = 'Bufor podrêczny indeksów';
$strKeyname = 'Nazwa klucza';
$strKill = 'Unicestwij';
$strKorean = 'Koreañski';
 
$strLandscape = 'Orientacja pozioma';
$strLanguageFileNotFound = 'Nie znaleziono pliku jêzykowego "%1$s".';
$strLanguageUnknown = 'Nieznany jêzyk: %1$s.';
$strLatchedPages = 'Stron zatrzaœniêtych';
$strLatexCaption = 'Nag³ówek tabeli';
$strLatexContent = 'ZawartoϾ tabeli __TABLE__';
$strLatexContinuedCaption = 'Kontynuacja nag³ówka tabeli';
$strLatexContinued = '(kontynuacja)';
$strLatexIncludeCaption = 'Za³¹cz nag³ówek tabeli';
$strLatexLabel = 'Etykieta klucza';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Opcje LaTeX-a';
$strLatexStructure = 'Struktura tabeli __TABLE__';
$strLatvian = '£otewski';
$strLDI = 'CSV przy u¿yciu LOAD DATA';
$strLDIImportOptions = 'Opcje importu CSV przy u¿yciu LOAD DATA';
$strLDILocal = 'U¿yj s³owa kluczowego LOCAL';
$strLengthSet = 'D³ugoœæ/Wartoœci*';
$strLimitNumRows = 'rekordów na stronie';
$strLinesTerminatedBy = 'Linie zakoñczone przez';
$strLinkNotFound = '£¹cze nie znalezione';
$strLinksTo = '£¹cze';
$strLithuanian = 'Litewski';
$strLocalhost = 'Host lokalny';
$strLocationTextfile = 'Lokalizacja pliku tekstowego';
$strLoginInformation = 'Dane u¿ytkownika';
$strLogin = 'Login';
$strLogout = 'Wyjœcie';
$strLogPassword = 'Has³o:';
$strLogServer = 'Serwer';
$strLogUsername = 'U¿ytkownik:';
$strLongOperation = 'Ta operacja mo¿e trwaæ d³ugo. Czy mimo to kontynuowaæ?';
 
$strMaxConnects = 'Maks. jednoczesnych po³¹czeñ';
$strMaximalQueryLength = 'Maksymalna d³ugoœæ utworzonego zapytania';
$strMaximumSize = 'Maksymalny rozmiar: %s%s';
$strMbExtensionMissing = 'Rozszerzenie PHP o nazwie mbstring nie zosta³o znalezione, a wygl¹da na to, ¿e u¿ywasz wielobajtowego zestawu znaków. Bez rozszerzenia mbstring phpMyAdmin nie ma mo¿liwoœci poprawnego rozbijania napisów, co mo¿e skutkowaæ niespodziewanymi rezultatami.';
$strMbOverloadWarning = 'Opcja mbstring.func_overload jest w³¹czona w pliku konfiguracyjnym PHP. Jest ona niezgodna z phpMyAdminem i mo¿e powodowaæ utratê niektórych danych!';
$strMIME_available_mime = 'Dostêpne typy MIME';
$strMIME_available_transform = 'Dostêpne transformacje';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'Typ MIME';
$strMIME_nodescription = 'Transformacja ta nie ma opisu.<br />Proszê zapytaæ autora, co robi %s.';
$strMIME_transformation_note = 'Aby uzyskaæ listê dostêpnych opcji transformacji i ich typów MIME, kliknij %sopisy transformacji%s';
$strMIME_transformation_options_note = 'Proszê wprowadziæ wartoœci dla tranformacji w nastêpuj¹cym formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny ukoœnik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym ukoœnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strMIME_transformation_options = 'Opcje transformacji';
$strMIME_transformation = 'Sposób prezentacji danych';
$strMIMETypesForTable = 'TYPY MIME TABELI';
$strMIME_without = 'Typy MIME pisane czcionk¹ pochylon¹ nie maj¹ oddzielnej funkcji transformacji';
$strModifications = 'Modyfikacje zosta³y zapamiêtane';
$strModifyIndexTopic = 'Modyfikacja indeksu';
$strModify = 'Modyfikacja';
$strMoveTableOK = 'Tabela %s zosta³a przeniesiona do %s.';
$strMoveTable = 'Przenieœ tabelê do (bazadanych<b>.</b>tabela):';
$strMoveTableSameNames = 'Nie mo¿na przenieœæ tabeli do niej samej!';
$strMultilingual = 'wiele jêzyków';
$strMyISAMDataPointerSizeDesc = 'Domyœlny rozmiar wskaŸnika w bajtach, który jest u¿ywany przez CREATE TABLE dla tabel MyISAM, gdy nie okreœlono opcji MAX_ROWS.';
$strMyISAMDataPointerSize = 'Rozmiar wskaŸnika danych';
$strMyISAMMaxExtraSortFileSizeDesc = 'Je¿eli plik tymczasowy u¿yty przy szybkim tworzeniu indeksu MyISAM by³by wiêkszy o wartoœæ tu okreœlon¹, ni¿ w wypadku zastosowania metody pamiêci podrêcznej kluczy, preferuj tê drug¹ metodê.';
$strMyISAMMaxExtraSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla tworzenia indeksu';
$strMyISAMMaxSortFileSizeDesc = 'Maksymalny rozmiar pliku tymczasowego, którego mo¿e zostaæ u¿yty przy ponownym tworzeniu indeksu MyISAM (podczas operacji REPAIR TABLE, ALTER TABLE lub LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maksymalny rozmiar pliku tymczasowego dla sortowania';
$strMyISAMRecoverOptionsDesc = 'Tryb w którym po awarii tabele MyISAM s¹ automatycznie naprawiane; w³¹czany przez opcjê startow¹ serwera --myisam-recover.';
$strMyISAMRecoverOptions = 'Tryb automatycznej naprawy';
$strMyISAMRepairThreadsDesc = 'Wartoœæ wiêksza ni¿ 1 oznacza, ¿e indeksy tabel MyISAM s¹ tworzone wspó³bie¿nie (ka¿dy indeks ma swój w¹tek) podczas naprawy przez proces sortuj¹cy.';
$strMyISAMRepairThreads = 'Liczba w¹tków naprawiaj¹cych';
$strMyISAMSortBufferSizeDesc = 'Bufor, który jest alokowany w czasie sortowania indeksów MyISAM podczas operacji REPAIR TABLE albo gdy indeksy s¹ tworzone przez polecenia CREATE INDEX lub ALTER TABLE.';
$strMyISAMSortBufferSize = 'Rozmiar bufora dla sortowania';
$strMySQLCharset = 'System kodowania znaków dla MySQL';
$strMysqlClientVersion = 'Wersja klienta MySQL';
$strMySQLConnectionCollation = 'System porównañ dla po³¹czenia MySQL';
$strMySQLSaid = 'MySQL zwróci³ komunikat: ';
$strMySQLShowProcess = 'Poka¿ procesy';
$strMySQLShowStatus = 'Informacje o stanie serwera MySQL';
$strMySQLShowVars = 'Zmienne systemowe serwera MySQL';
 
$strName = 'Nazwa';
$strNext = 'Nastêpne';
$strNoActivity = 'Brak aktywnoœci przez co najmniej %s sekund, proszê zalogowaæ siê jeszcze raz';
$strNoDatabases = 'Brak baz danych';
$strNoDatabasesSelected = '¯adna baza danych nie zosta³ wybrana.';
$strNoDescription = 'brak opisu';
$strNoDetailsForEngine = 'Brak szczegó³owych informacji o tym mechanizmie sk³adowania';
$strNoDropDatabases = 'Polecenie "DROP DATABASE" jest zablokowane.';
$strNoExplain = 'Pomiñ wyjaœnienie SQL';
$strNoFilesFoundInZip = 'Archiwum ZIP jest puste!';
$strNoFrames = 'phpMyAdmin jest bardziej przyjazny w przegl¹darkach <b>obs³uguj¹cych ramki</b>';
$strNoIndex = 'Brak zdefiniowanego indeksu!';
$strNoIndexPartsDefined = 'Brak zdefiniowanych czêœci indeksu!';
$strNoModification = 'Bez zmian';
$strNone = 'Brak';
$strNo = 'Nie';
$strNoOptions = 'Ten format nie ma ¿adnych opcji';
$strNoPassword = 'Brak has³a';
$strNoPermission = 'Serwer WWW nie ma praw do zapisu pliku %s.';
$strNoPhp = 'bez kodu PHP';
$strNoPrivileges = 'Brak uprawnieñ';
$strNoRights = 'Brak wystarczaj¹cych uprawnieñ!';
$strNoRowsSelected = '¯aden rekord nie zosta³ zaznaczony';
$strNoSpace = 'Brak miejsca na zapis pliku %s.';
$strNoTablesFound = 'Nie znaleziono tabeli w bazie danych.';
$strNoThemeSupport = 'Brak obs³ugi motywów graficznych, proszê sprawdziæ konfiguracjê i/lub motywy graficzne w katalogu %s.';
$strNothingToImport = 'Nie wprowadzono ¿adnych danych do importu!';
$strNotNumber = 'To nie jest liczba!';
$strNotOK = 'b³¹d';
$strNotSet = 'Tabela <b>%s</b> nie zosta³a znaleziona lub nie jest ustawiona w %s';
$strNoUsersFound = 'Nie znaleziono u¿ytkownika(ów).';
$strNoValidateSQL = 'Pomiñ sprawdzanie poprawnoœci SQL';
$strNull = 'Null';
$strNumberOfFields = 'Liczba pól';
$strNumSearchResultsInTable = '%s trafieñ wewn¹trz tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>W sumie:</b> <i>%s</i> trafieñ';
$strNumTables = 'Tabele';
 
$strOK = 'OK';
$strOpenNewWindow = 'Otwórz nowe okno phpMyAdmina';
$strOperations = 'Operacje';
$strOperator = 'Operator';
$strOptimizeTable = 'Optymalizuj tabelê';
$strOr = 'lub';
$strOverhead = 'Nadmiar';
$strOverwriteExisting = 'Nadpisuj istniej¹ce pliki';
 
$strPageNumber = 'Numer strony:';
$strPagesToBeFlushed = 'Strony do wymiecenia';
$strPaperSize = 'Rozmiar papieru';
$strPartialImport = 'Import czêœciowy';
$strPartialText = 'Skrócony tekst';
$strPasswordChanged = 'Has³o dla %s zosta³o pomyœlnie zmienione.';
$strPasswordEmpty = 'Puste has³o!';
$strPassword = 'Has³o';
$strPasswordHashing = 'Sposób kodowania hase³';
$strPasswordNotSame = 'Has³a nie s¹ identyczne!';
$strPdfDbSchema = 'Schemat bazy danych "%s" - strona %s';
$strPdfInvalidTblName = 'Tabela "%s" nie istnieje!';
$strPdfNoTables = 'Brak tabel';
$strPDFOptions = 'Opcje PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Tytu³ raportu';
$strPerHour = 'na godzinê';
$strPerMinute = 'na minutê';
$strPerSecond = 'na sekundê';
$strPersian = 'Perski';
$strPhoneBook = 'ksi¹¿ka telefoniczna';
$strPHP40203 = 'U¿ywasz PHP w wersji 4.2.3, która ma powa¿ny b³¹d w obs³udze napisów wielobajtowych (mbstring). Zobacz raport na temat b³êdów PHP nr 19404. Nie zaleca siê u¿ywania tej wersji PHP z phpMyAdminem.';
$strPhp = 'Utwórz kod PHP';
$strPHPVersion = 'Wersja PHP';
$strPmaDocumentation = 'Dokumentacja phpMyAdmina';
$strPmaUriError = 'Dyrektywa <tt>$cfg[\'PmaAbsoluteUri\']</tt> musi byæ ustawiona w pliku konfiguracyjnym!';
$strPolish = 'Polski';
$strPortrait = 'Orientacja pionowa';
$strPos1 = 'Pocz¹tek';
$strPrevious = 'Poprzednie';
$strPrimaryKeyHasBeenDropped = 'Klucz podstawowy zosta³ usuniêty';
$strPrimaryKeyName = 'Nazw¹ podstawowego klucza musi byæ... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musi</b> byæ nazw¹ <b>jedynie</b> klucza podstawowego!)';
$strPrimary = 'Podstawowy';
$strPrint = 'Drukuj';
$strPrintViewFull = 'Widok do druku (z pe³nymi tekstami)';
$strPrintView = 'Widok do druku';
$strPrivDescAllPrivileges = 'Wszystkie uprawnienia, oprócz GRANT.';
$strPrivDescAlter = 'Pozwól zmieniaæ strukturê istniej¹cych tabel.';
$strPrivDescAlterRoutine = 'Pozwól modyfikowaæ i usuwaæ procedury sk³adowane.';
$strPrivDescCreateDb = 'Pozwól tworzyæ nowe bazy danych i tabele.';
$strPrivDescCreateRoutine = 'Pozwól tworzyæ procedury sk³adowane.';
$strPrivDescCreateTbl = 'Pozwól tworzyæ nowe tabele.';
$strPrivDescCreateTmpTable = 'Pozwala tworzyæ tabele tymczasowe.';
$strPrivDescCreateUser = 'Pozwól tworzyæ, usuwaæ i zmieniaæ nazwy kont u¿ytkowników.';
$strPrivDescCreateView = 'Pozwól tworzyæ perspektywy.';
$strPrivDescDelete = 'Pozwól usuwaæ dane.';
$strPrivDescDropDb = 'Pozwól usuwaæ bazy danych i tabele.';
$strPrivDescDropTbl = 'Pozwól usuwaæ tabele.';
$strPrivDescExecute5 = 'Pozwól wykonywaæ procedury sk³adowane.';
$strPrivDescExecute = 'Pozwól uruchamiaæ zapamiêtane procedury; Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescFile = 'Pozwól importowaæ i eksportowaæ dane z/do plików.';
$strPrivDescGrant = 'Pozwól dodawaæ u¿ytkowników i nadawaæ uprawnienia bez prze³adowywania tabeli uprawnieñ.';
$strPrivDescIndex = 'Pozwól tworzyæ i usuwaæ indeksy.';
$strPrivDescInsert = 'Pozwól dodawaæ i zamieniaæ dane.';
$strPrivDescLockTables = 'Pozwól blokowaæ tabele dla aktualnego w¹tku.';
$strPrivDescMaxConnections = 'Ogranicz liczbê nowych po³¹czeñ, które mo¿e otworzyæ u¿ytkownik w ci¹gu godziny.';
$strPrivDescMaxQuestions = 'Ogranicz liczbê zapytañ, które mo¿e wys³aæ u¿ytkownik w ci¹gu godziny.';
$strPrivDescMaxUpdates = 'Ogranicz liczbê poleceñ zmieniaj¹cych jak¹kolwiek tabelê lub bazê danych, które mo¿e wykonaæ u¿ytkownik w ci¹gu godziny.';
$strPrivDescMaxUserConnections = 'Ogranicz liczbê jednoczesnych po³¹czeñ, które mo¿e u¿ytkownik.';
$strPrivDescProcess3 = 'Pozwól unicestwiaæ procesy innych u¿ytkowników.';
$strPrivDescProcess4 = 'Pozwól zobaczyæ pe³n¹ listê zapytañ na liœcie procesów.';
$strPrivDescReferences = 'Nie ma ¿adnych skutków w tej wersji MySQL.';
$strPrivDescReload = 'Pozwól prze³adowywaæ ustawienia serwera i opró¿niaæ pamiêæ podrêczn¹ serwera.';
$strPrivDescReplClient = 'Nadaj u¿ytkownikowi prawo, by zapytaæ gdzie s¹ serwery podrzêdne / nadrzêdne.';
$strPrivDescReplSlave = 'Potrzebne dla replikacji serwera podrzêdnego.';
$strPrivDescSelect = 'Pozwól czytaæ dane.';
$strPrivDescShowDb = 'Daj dostêp do pe³nej listy baz danych.';
$strPrivDescShowView = 'Pozwól wykonywaæ zapytania SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Pozwól zamkn¹æ serwer.';
$strPrivDescSuper = 'Pozwól na po³¹czenie, nawet jeœli osi¹gniêta zosta³a maksymalna iloœæ po³¹czeñ; Wymagane dla wiêkszoœæ operacji administracyjnych, takich jak ustawianie zmiennych globalnych czy unicestwianie w¹tków innych u¿ytkowników.';
$strPrivDescUpdate = 'Pozwól zmieniaæ dane.';
$strPrivDescUsage = 'Brak uprawnieñ.';
$strPrivilegesReloaded = 'Uprawnienia zosta³y pomyœlnie prze³adowane.';
$strPrivileges = 'Uprawnienia';
$strProcesslist = 'Lista procesów';
$strProtocolVersion = 'Wersja protoko³u';
$strPutColNames = 'Umieœæ nazwy pól w pierwszym rekordzie';
 
$strQBEDel = 'Usuñ';
$strQBEIns = 'Dodaj';
$strQBE = 'Zapytanie przez przyk³ad';
$strQueryCache = 'Pamiêæ podrêczna zapytañ';
$strQueryFrame = 'Okienko zapytania';
$strQueryOnDb = 'Zapytanie SQL dla bazy danych <b>%s</b>:';
$strQuerySQLHistory = 'Historia SQL';
$strQueryStatistics = '<b>Statystyki zapytañ</b>: Od rozpoczêcia jego pracy, do serwera zosta³o wys³anych %s zapytañ.';
$strQueryTime = 'Wykonanie zapytania trwa³o %01.4f sekund(y)';
$strQueryType = 'Rodzaj zapytania';
$strQueryWindowLock = 'Nie nadpisuj tego zapytania spoza okna';
 
$strReadRequests = '¯¹dañ odczytu';
$strReceived = 'Otrzymane';
$strRecords = 'Rekordy';
$strReferentialIntegrity = 'SprawdŸ spójnoœæ powi¹zañ:';
$strRefresh = 'Odœwie¿';
$strRelationalSchema = 'Schemat relacyjny';
$strRelationNotWorking = 'Dodatkowe mo¿liwoœci pracy z po³¹czonymi tabelami zosta³y wy³¹czone. Aby dowiedzieæ siê, dlaczego - kliknij %stutaj%s.';
$strRelationsForTable = 'RELACJE TABELI';
$strRelations = 'Relacje';
$strRelationView = 'Widok relacyjny';
$strReloadingThePrivileges = 'Prze³aduj uprawnienia';
$strReloadMySQL = 'Prze³aduj MySQL';
$strRemoveSelectedUsers = 'Usuñ zaznaczonych u¿ytkowników';
$strRenameDatabaseOK = 'Baza danych %s ma nazwê zmienion¹ na %s';
$strRenameTableOK = 'Tabela %s ma nazwê zmienion¹ na %s';
$strRenameTable = 'Zmieñ nazwê tabeli na';
$strRepairTable = 'Napraw tabelê';
$strReplaceNULLBy = 'Zamiana NULL na';
$strReplaceTable = 'Zamiana danych tabeli z plikiem';
$strReplication = 'Replikacja';
$strReset = 'Reset';
$strResourceLimits = 'Ograniczenia zasobów';
$strReType = 'Ponownie';
$strRevokeAndDelete = 'Cofnij wszystkie aktywne uprawnienia u¿ytkownikom, a nastêpnie usuñ ich.';
$strRevokeAndDeleteDescr = 'Nim uprawnienia zostan¹ prze³adowane, u¿ytkownicy nadal bêd¹ mieli uprawnienie USAGE.';
$strRevoke = 'Cofnij';
$strRevokeMessage = 'Uprawnienia dla %s zosta³y cofniête';
$strRomanian = 'Rumuñski';
$strRowLength = 'D³ugoœæ rekordu';
$strRowsFrom = 'rekordów pocz¹wszy od';
$strRowSize = ' Rozmiar rekordu ';
$strRowsModeFlippedHorizontal = 'poziomo (obrócone nag³ówki)';
$strRowsModeHorizontal = 'poziomo';
$strRowsModeOptions = 'w trybie %s powtórz nag³ówki po %s komórkach';
$strRowsModeVertical = 'pionowo';
$strRows = 'Rekordów';
$strRowsStatistic = 'Statystyka rekordów';
$strRunning = 'uruchomiony na %s';
$strRunQuery = 'Wykonaj zapytania';
$strRunSQLQueryOnServer = 'Uruchom zapytanie/zapytania SQL na serwerze %s';
$strRunSQLQuery = 'Wykonanie zapytania/zapytañ SQL do bazy danych %s';
$strRussian = 'Rosyjski';
 
$strSaveOnServer = 'Zapisz na serwerze w katalogu %s';
$strSave = 'Zachowaj';
$strScaleFactorSmall = 'Wspó³czynnik skali jest za ma³y, by schemat zmieœci³ siê na jednej stronie';
$strSearchFormTitle = 'Szukaj w bazie danych';
$strSearchInTables = 'Wewn¹trz tabel(i):';
$strSearchNeedle = 'Szukane s³owa lub wartoœci (symbol wieloznaczny: "%"):';
$strSearchOption1 = 'przynajmniej jedno ze s³ów';
$strSearchOption2 = 'wszystkie s³owa';
$strSearchOption3 = 'ca³a fraza';
$strSearchOption4 = 'wyra¿enie regularne';
$strSearchResultsFor = 'Szukaj w rezultatach dla "<i>%s</i>" %s:';
$strSearch = 'Szukaj';
$strSearchType = 'ZnajdŸ:';
$strSecretRequired = 'Plik konfiguracyjny wymaga teraz tajnej frazy koduj¹cej (blowfish_secret).';
$strSelectADb = 'Proszê wybraæ bazê danych';
$strSelectAll = 'Zaznacz wszystkie';
$strSelectBinaryLog = 'Wybierz dziennik binarny do podgl¹du';
$strSelectFields = 'Wybór pól (co najmniej jedno):';
$strSelectNumRows = 'w zapytaniu';
$strSelectTables = 'Wybierz tabele';
$strSend = 'Zapisz jako plik';
$strSent = 'Wys³ane';
$strServerChoice = 'Wybór serwera';
$strServerNotResponding = 'Serwer nie odpowiada';
$strServer = 'Serwer';
$strServerStatusDelayedInserts = 'OpóŸnione dodania';
$strServerStatus = 'Informacje o dzia³aniu serwera';
$strServerStatusUptime = 'Serwer MySQL dzia³a przez %s. Pocz¹tek pracy: %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Zmienne';
$strServerTrafficNotes = '<b>Ruch na serwerze</b>: Poni¿sze tabele pokazuj¹ statystyki ruchu na tym serwerze MySQL od rozpoczêcia jego pracy.';
$strServerVars = 'Zmienne i ustawienia serwera';
$strServerVersion = 'Wersja serwera';
$strSessionValue = 'WartoϾ sesji';
$strSetEnumVal = 'Je¿eli pole jest typu "ENUM" lub "SET", wartoœci wprowadza siê w formacie: \'a\',\'b\',\'c\'...<br />Je¿eli potrzeba wprowadziæ odwrotny ukoœnik ("\") lub apostrof ("\'"), nale¿y je poprzedziæ odwrotnym ukoœnikiem (np.: \'\\\\xyz\' lub \'a\\\'b\').';
$strShowAll = 'Poka¿ wszystko';
$strShowColor = 'Poka¿ kolor';
$strShowDatadictAs = 'Format s³ownika danych';
$strShowFullQueries = 'Poka¿ pe³ne zapytania';
$strShowGrid = 'Poka¿ siatkê';
$strShowingBookmark = 'Pokaz zapamiêtanego zapytania';
$strShowingRecords = 'Poka¿ rekordy ';
$strShowOpenTables = 'Poka¿ otwarte tabele';
$strShowPHPInfo = 'Informacje o PHP';
$strShow = 'Poka¿';
$strShowSlaveHosts = 'Poka¿ podrzêdne hosty';
$strShowSlaveStatus = 'Status serwera podrzêdnego';
$strShowStatusBinlog_cache_disk_useDescr = 'Liczba transakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego, ale który przekroczy³y wartoœæ binlog_cache_size i do zapisania instrukcji transakcji zosta³ u¿yty plik tymczasowy.';
$strShowStatusBinlog_cache_useDescr = 'Liczba trasnsakcji, które u¿ywa³y pamiêci podrêcznej tymczasowego dziennika binarnego.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Liczba tabel tymczasowych na dysku utworzonych automatycznie przez serwer podczas wykonywanie instrukcji. Przy du¿ej wartoœci Created_tmp_disk_tables, zwiêkszenie wartoœci tmp_table_size spowoduje tworzenie tymczasowych tabel w pamiêci, a nie na dysku.';
$strShowStatusCreated_tmp_filesDescr = 'Ile plików tymczasowych utworzy³ mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Liczba tabel tymczasowych w pamiêci, utworzonych automatycznie przez serwer podczas wykonywania instrukcji.';
$strShowStatusDelayed_errorsDescr = 'Liczba rekoród zapisanych przy pomocy INSERT DELAYED, dla których wyst¹pi³ jakiœ b³¹d (prawodpodbnie zduplikowany klucz).';
$strShowStatusDelayed_insert_threadsDescr = 'Liczba u¿ytych w¹tków obs³uguj¹cych INSERT DELAYED. Ka¿da osobna tabela, na której wykonuje siê INSERT DELAYED dostaje w³asny w¹tek.';
$strShowStatusDelayed_writesDescr = 'Liczba rekordów zapisanych poprzez INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Liczba wykonanych instrukcji FLUSH.';
$strShowStatusHandler_commitDescr = 'Liczba wewnêtrznych intrukcji COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ile razy rekord zosta³ usuniêty z tabeli.';
$strShowStatusHandler_discoverDescr = 'Serwer MySQL mo¿e zapytaæ mechanizm sk³adowania Cluster NDB, czy ma informacje o tabeli o zadanej nazwie. Nazywamy to odkryciem (<i>discovery</i>). Handler_discover wskazuje, ile razy tabela zosta³a odkryta.';
$strShowStatusHandler_read_firstDescr = 'Ile razy z indeksu zosta³a odczytana pierwsza pozycja. Du¿a wartoœæ sugeruje, ¿e serwer wykonuje pe³nych przeszukañ indeksów; na przyk³ad SELECT col1 FROM foo, przy za³o¿eniu, ¿e col1 jest zindeksowane.';
$strShowStatusHandler_read_keyDescr = 'Licza ¿¹dañ odczytu rekordu na podstawie indeksu. Du¿a wartoœæ to dobra oznaka tego, ¿e zapytania i tabele s¹ w³aœciwie zindeksowane.';
$strShowStatusHandler_read_nextDescr = 'Liczba ¿¹dañ odczytu nastêpnego rekordu w porz¹dku indeksowym. Ta wartoœæ jest zwiêkszana przy odpytywaniu o zindeksowan¹ kolumnê na ograniczonym przedziale lub przy przeszukiwaniu indeksu.';
$strShowStatusHandler_read_prevDescr = 'Liczba ¿¹dañ odczytu poprzedniego rekordu w porz¹dku indeksowym. Metoda u¿ywana g³ównie do optymalizacji ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Liczba ¿¹dañ odczytu nastêpnego rekordu na podstawie sta³ego po³o¿enia. Wartoœæ jest du¿a przy wykonywaniu du¿ej iloœci zapytañ wymagaj¹cych sortowania rezultatu. Prawdodpodobnie wykonano wiele zapytañ wymagaj¹cyh przeszukania ca³ej tabeli lub z³¹czeñ, które nie u¿ywaj¹ poprawnie indeksów.';
$strShowStatusHandler_read_rnd_nextDescr = 'Liczba ¿¹dañ odczytu nastêpnego rekord w pliku z danymi. Wartoœæ jest du¿a przy wykonywania wielu przeszukiwañ tabeli. Ogólnie sugueruje to, ¿e tabele nie s¹ poprawnie zindesowane lub ¿e zapytania nie s¹ napisane w sposób pozwalaj¹cy skorzystaæ z istniej¹cych indeksów.';
$strShowStatusHandler_rollbackDescr = 'Liczba wewnêtrznych instrukcji ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Liczba ¿¹dañ zmiany rekordu w tabeli.';
$strShowStatusHandler_writeDescr = 'Liczba ¿¹dañ dodania rekordu do tabeli.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Liczba stron zawieraj¹cyh dane (brudnych lub czystych).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Liczba aktualnie brudnych stron.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Liczba stron w puli bufora, których wymiecienia za¿¹dano.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Liczba wolnych stron.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Liczba stron zatrzaœniêtych w puli bufora InnoDB. S¹ to strony akutalnie odczytywane lub zapisywane lub takie, które nie mog¹ zostaæ wymiecione lub usuniête z jakiegoœ innego powodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Liczba strony stron zajêtych z powodu ich alokacji dla celów administracyjnych takich jak blokady rekordu lub adaptacyjny indeks haszuj¹cy. Wartoœæ ta mo¿e te¿ zostaæ policzona jako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = '£¹czny rozmiar puli bufora, w stronach.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Liczba "losowych" odczytów z wyprzedzeniem zainicjowanych przez InnoDB. Wystêpuje gdy zapytane przeszukiwa³oby du¿e fragmenty tabeli, ale w dowolnej kolejnoœci.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Liczba sekwencyjnych odczytów z wyprzedzeniem zainicjowalnych przez InnoDB. Wystêpuje gdy InnoDB wykonuje sekwencyjne pe³ne przeszukiwanie tabeli.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Liczba ¿¹dañ logicznych odczytów które wykona³ InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Liczba logicznych odczytów, których InnoDB nie móg³ zaspokoiæ pul¹ bufora i musia³ wykonaæ odczyt pojedynczej strony.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Zwykle zapis do puli bufora InnoDB obywa siê w tle. Jednak¿e, jeœli niezbêdny jest odczyt lub utworzenie strony a brak jest czystych stron, konieczne jest najpierw oczekiwanie na wymiecienie stron. Ten licznik wskazuje liczbê wyst¹pieñ takich oczekiwañ. Je¿eli rozmiar puli bufora by³ ustawiony w³aœciwie, wartoœæ ta powinna byæ ma³a.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Liczba wykonanych zapisów do puli bufora InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Liczba dot¹d wykonanych operacji fsync().';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktualna liczba operacji fsync() w toku.';
$strShowStatusInnodb_data_pending_readsDescr = 'Aktualna liczba odczytów w toku.';
$strShowStatusInnodb_data_pending_writesDescr = 'Aktualna liczba zapisów w toku.';
$strShowStatusInnodb_data_readDescr = 'Iloœæ dot¹d odczytanch danych, w bajatach.';
$strShowStatusInnodb_data_readsDescr = '£¹czna liczba odczytów danych.';
$strShowStatusInnodb_data_writesDescr = '£¹czna liczba zapisów danych.';
$strShowStatusInnodb_data_writtenDescr = 'Iloœæ dot¹d zapisanych danych, w bajtach.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Liczba przeprowadzonych zapisów typu <i>doublewrite</i>.';
$strShowStatusInnodb_dblwr_writesDescr = 'Liczba stron zapisanych przy zapisie typu <i>doublewrite</i>.';
$strShowStatusInnodb_log_waitsDescr = 'Ile razy czekano, bo bufor dziennika by³ zbyt ma³y i pred wznowieniem pracy oczekwiano na jego opró¿nenie.';
$strShowStatusInnodb_log_write_requestsDescr = 'Liczba ¿¹dañ zapisów do dziennika.';
$strShowStatusInnodb_log_writesDescr = 'Liczba fizycznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Liczba synchronicznych zapisów do pliku dziennika.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Liczba wywo³añ fsync dla pliku dziennika w toku.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Liczba zapisów do pliku dziennika w toku.';
$strShowStatusInnodb_os_log_writtenDescr = 'Liczba bajtów zapisanych do pliku dziennika.';
$strShowStatusInnodb_pages_createdDescr = 'Liczba utworzonych stron.';
$strShowStatusInnodb_page_sizeDescr = 'Wkompilowana wilkoœæ strony InnoDB (domyœlnie 16KB). Wiele wartoœci jest mierzonych w stronach; znajomoœæ wielkoœci strony pozwala na ich ³atw¹ konwersjê na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Liczba odczytanych stron.';
$strShowStatusInnodb_pages_writtenDescr = 'Liczba zapisanych stron.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Liczba blokad rekordów na które akutalnie siê czeka.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Œredni czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_timeDescr = 'Ca³kowity czas zu¿yty na uzyskiwanie blokad rekodów, w milisekundach.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maksymalny czas uzyskania blokady rekordu, w milisekundach.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ile razy czekano na blokadê rekordu.';
$strShowStatusInnodb_rows_deletedDescr = 'Liczba rekordów usuniêtych z tabel InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'Liczba rekordów dodanych do tabel InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'Liczba rekordów odczytanych z tabel InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'Liczba rekordów zmienionych w tabelach InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'Liczba bloków w buforze podrêcznym indeksów, które zosta³y zmodyfikowane ale jeszcze nie wymiecione na dysk. Wczeœniej zmienna mia³a nazwê Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Liczba nieu¿ywanych bloków w buforze podrêcznym indeksów. Mo¿na u¿yæ tej wartoœci do okreœlenia jaka czêœæ bufora indeksów jest w u¿yciu.';
$strShowStatusKey_blocks_usedDescr = 'Liczba u¿ytych bloków w buforze podrêcznym indeksów. Ta wartoœæ to próg, który wskazuje maksymaln¹ liczbê kiedykolwiek jednoczeœnie u¿ytych bloków.';
$strShowStatusKey_read_requestsDescr = 'Liczba ¿¹dañ odczytu bloku z bufora podrêcznego indeksów.';
$strShowStatusKey_readsDescr = 'Liczba fizycznych odczytów bloków indeksów z dysku. Du¿a wartoœæ key_reads oznacza, ¿e prawdopodobnie wartoœæ key_buffer_size jest zbyt ma³a. Wspó³czynnik chybieñ bufora podrêcznego mo¿na policzyæ ze wzoru Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Liczba ¿¹dañ zapisów bloków indeksów to bufora podrêcznego.';
$strShowStatusKey_writesDescr = 'Liczba fizycznych zapisów bloków indeksów na dysk.';
$strShowStatusLast_query_costDescr = 'Ca³kowity koszta ostatnio skompilowanego zapytania, wyliczony przez optymalizator zapytañ. Przydatny do porównañ kosztów ró¿nych planów wykonania tego samego zapytania. Domyœlna wartoœæ 0 oznacza, ¿e jeszcze ¿adne zapytanie nie zosta³o skompilowane.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Liczba rekordów oczekuj¹cych na zapisanie w kolejkach INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Liczba kiedykolwiek otwartych tabel. Jeœli ta wartoœæ jest du¿a, prawdopobnie wielkoœæ pamiêci podrêcznej tabel jest zbyt ma³a.';
$strShowStatusOpen_filesDescr = 'Liczba otwartych plików.';
$strShowStatusOpen_streamsDescr = 'Liczba otwartych strumieni (u¿ywanych g³ownie do rejestracji w dzienniku).';
$strShowStatusOpen_tablesDescr = 'Liczba otwartych tabel.';
$strShowStatusQcache_free_blocksDescr = 'Liczba wolnych bloków pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_free_memoryDescr = 'Iloœæ dostêpnej pamiêci w podrêcznym buforze zapytañ.';
$strShowStatusQcache_hitsDescr = 'Liczba trafieñ pamiêci podrêcznej.';
$strShowStatusQcache_insertsDescr = 'Liczba zapytañ dodanych do pamiêci podrêcznej.';
$strShowStatusQcache_lowmem_prunesDescr = 'Liczba zapytañ, które zosta³y usuniête z pamiêci podrêcznej, by zwolnic pamiêæ do buforowania nowych zapytañ. Ta informacje mo¿e pomóc dostroiæ wielkoœæ bufora podrêcznegoe. Do decydowania o tym, które zapytania usun¹æ z bufora podrêcznego u¿ywana jest strategia "najpierw najd³u¿ej nieu¿ywany" (<i>least recently used</i> - LRU).';
$strShowStatusQcache_not_cachedDescr = 'Liczba niezbuforowanych zapytañ (nie daj¹cych siê zbuforowaæ lub niezbuforowanych z powodu ustawienia query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Liczba zapytañ zarejestrowanych w buforze podrêcznym.';
$strShowStatusQcache_total_blocksDescr = 'Ca³kowita liczba bloków w buforze podrêcznym zapytañ.';
$strShowStatusReset = 'Zresetuj';
$strShowStatusRpl_statusDescr = 'Stan replikacji zabezpieczaj¹cej (jeszcze nie zaimplementowane).';
$strShowStatusSelect_full_joinDescr = 'Liczba z³¹czeñ nie u¿ywaj¹cych indeksów. Wartoœæ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.';
$strShowStatusSelect_full_range_joinDescr = 'Liczba z³¹czeñ w których u¿yto wyszukiwania zakresowego na pierwszej z³¹czanej tabeli.';
$strShowStatusSelect_range_checkDescr = 'Liczba z³¹czeñ bez u¿ycia indeksów gdy mo¿liwoœæ ich u¿ycia by³a sprawdzana dla ka¿dego rekordu. (Wartoœæ ró¿na od 0 sugeruje staranne przyjrzenie siê indeksom tabel.)';
$strShowStatusSelect_rangeDescr = 'Liczba z³¹czeñ w których u¿yto zakresów w stosunku do pierwszej tabeli. (Nawet du¿a wartoœæ nie ma kluczowego znaczenia.)';
$strShowStatusSelect_scanDescr = 'Liczba z³¹czeñ, które przeszuka³y w pe³ni pierwsz¹ tabelê.';
$strShowStatusSlave_open_temp_tablesDescr = 'Liczba tymczasowych tabel akutalnie otwartych przez podrzêdny w¹tek SQL.';
$strShowStatusSlave_retried_transactionsDescr = 'Ile raz ³¹cznie (od startu) podrzêdny w¹tek SQL replikacji ponawia³ transakcje.';
$strShowStatusSlave_runningDescr = 'ON oznacza, ¿e ten serwer jest podrzêdny i jest pod³¹czony go serwera g³ównego.';
$strShowStatusSlow_launch_threadsDescr = 'Liczba w¹tków, których utworzenie trwa³o d³u¿ej ni¿ slow_launch_time sekund.';
$strShowStatusSlow_queriesDescr = 'Liczba zapytañ, których wykonanie zajê³o wiêcej ni¿ long_query_time sekund.';
$strShowStatusSort_merge_passesDescr = 'Liczba przebiegów scalania, które musia³ wykonaæ algorytm sortuj¹cy. Przy du¿ej wartoœci, warto wzi¹æ pod uwagê zwiêkszenie wartoœci zmiennej systemowej sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Liczba sortowaæ wykonanych przy u¿yciu zakresów.';
$strShowStatusSort_rowsDescr = 'Liczba posortowanych rekordów.';
$strShowStatusSort_scanDescr = 'Liczba sortowañ wykonanych poprzed przeszukiwanie tabeli.';
$strShowStatusTable_locks_immediateDescr = 'Ile razy blokada tabeli zosta³a uzyskana natychmiastowo.';
$strShowStatusTable_locks_waitedDescr = 'Iler razy blokada tabeli nie mog³a zostaæ uzyskana natychmiastowo i niezbêdne by³o oczekiwanie. Przy wysoka wartoœæ oraz problemach z wydajnoœci¹ powinno siê najpierw zoptymalizowaæ zapytania, a nastêpnie podzieliæ tabelê (tabele) lub u¿yæ replikacji.';
$strShowStatusThreads_cachedDescr = 'Liczba w¹tków w buforze podrêcznym w¹tków. Wspó³czynnik trafienia w bufor mo¿e byæ wyliczony ze wzoru Threads_created/Connections. Kolor czerwony oznacza, ¿e powinno siê z wiêkszyæ thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Liczba aktualnie otwartych po³¹czeñ.';
$strShowStatusThreads_createdDescr = 'Liczba w¹tków utworzonych by obs³u¿yæ po³¹czenia. Je¿eli wartoœæ Threads_created jest du¿a, mo¿na chcieæ zwiêkszyæ wartoœæ thread_cache_size. (W przypadku dobrej implementacja w¹tków zwykle nie daje to zauwa¿alnego polepszenia wydajnoœci.)';
$strShowStatusThreads_runningDescr = 'Liczba nieuœpionych w¹tków.';
$strShowTableDimension = 'Poka¿ wymiary tabel';
$strShowTables = 'Poka¿ tabele';
$strShowThisQuery = ' Wywo³aj ponownie zapytanie ';
$strSimplifiedChinese = 'Chiñski uproszczony';
$strSingly = '(pojedynczo)';
$strSize = 'Rozmiar';
$strSkipQueries = 'Liczba rekordów (zapytañ), które nale¿y z pocz¹tku pomin¹æ';
$strSlovak = 'S³owacki';
$strSlovenian = 'S³oweñski';
$strSocketProblem = '(lub gniazdo lokalnego serwera MySQL nie jest skonfigurowane poprawnie)';
$strSortByKey = 'Sortuj wg klucza';
$strSorting = 'Sortowanie';
$strSort = 'Sortuj';
$strSpaceUsage = 'Wykorzystanie przestrzeni';
$strSpanish = 'Hiszpañski';
$strSplitWordsWithSpace = 'S³owa s¹ rozdzielane znakiem spacji (" ").';
$strSQLExportCompatibility = 'KompatybilnoϾ eksportu SQL';
$strSQLExportType = 'Rodzaj eksportu';
$strSQLImportOptions = 'Opcje SQL';
$strSQLOptions = 'Opcje SQL';
$strSQLParserBugMessage = 'Istnieje szansa, ¿e w³aœnie znaleziono b³¹d w analizatorze sk³adni SQL. Proszê zbadaæ bli¿ej swoje zapytanie i sprawdziæ, czy cudzys³owy s¹ poprawne i dobrze sparowane. Inn¹ mo¿liw¹ przyczyn¹ niepowodzenia mo¿e byæ ysy³anie pliku ze znakami binarnymi poza obszarem tekstu ujêtego w cudzys³owy. Mo¿na równie¿ sprawdziæ zapytanie SQL poprzez liniê poleceñ MySQL-a. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - jeœli siê pojawi - poni¿szy opis b³êdu serwera MySQL. Jeœli nadal wystêpuj¹ z problemy lub analizator sk³adni zg³asza usterkê a linia poleceñ - nie, ogranicz sekwencjê zapytañ SQL do pojedynczego, które powoduje problemy i zg³oœ b³¹d, do³¹czaj¹c fragment danych zawarty w poni¿szej sekcji TNIJ:';
$strSQLParserUserError = 'Wygl¹da na to, ¿e w twoim zapytaniu SQL jest b³¹d. W znalezieniu przyczyny problemu mo¿e pomóc tak¿e - jeœli siê pojawi - poni¿szy opis b³êdu serwera MySQL.';
$strSQLQuery = 'zapytanie SQL';
$strSQLResult = 'Rezultat SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Nieprawid³owy identyfikator';
$strSQPBugUnclosedQuote = 'Niezamkniêty cudzys³ów';
$strSQPBugUnknownPunctuation = 'Nieznany znak przestankowy';
$strStatCheckTime = 'Ostatnie sprawdzenie';
$strStatCreateTime = 'Utworzenie';
$strStatement = 'Cecha';
$strStatisticsOverrun = 'Na aktywnym serwerze liczniki bajtów mog¹ siê przekrêciæ, wiêc statystyki jakich dostarcza serwer MySQL nie s¹ wiarygodne.';
$strStatUpdateTime = 'Ostatnia aktualizacja';
$strStatus = 'Status';
$strStorageEngine = 'Mechanizm sk³adowania';
$strStorageEngines = 'Mechanizmy sk³adowania';
$strStrucCSV = 'Dane CSV';
$strStrucData = 'Struktura i dane';
$strStrucDrop = 'Dodaj DROP TABLE';
$strStrucExcelCSV = 'CSV dla MS Excel';
$strStrucNativeExcel = 'Dane w formacie macierzystym MS Excela';
$strStrucOnly = 'Tylko struktura';
$strStructPropose = 'Analiza zawartoœci';
$strStructure = 'Struktura';
$strSubmit = 'Wyœlij';
$strSuccess = 'Zapytanie SQL zosta³o wykonane pomyœlnie';
$strSum = 'Suma';
$strSwedish = 'Szwedzki';
$strSwitchToDatabase = 'Prze³¹cz do skopiowanej bazy danych';
$strSwitchToTable = 'Prze³¹cz na skopiowan¹ tabelê';
 
$strTableAlreadyExists = 'Tabela %s ju¿ istnieje!';
$strTableComments = 'Komentarze tabeli';
$strTableEmpty = 'Brak nazwy tabeli!';
$strTableHasBeenDropped = 'Tabela %s zosta³a usuniêta';
$strTableHasBeenEmptied = 'Tabela %s zosta³a opró¿niona';
$strTableHasBeenFlushed = 'Tabela %s zosta³a prze³adowana';
$strTableMaintenance = 'Zarz¹dzanie tabel¹';
$strTableOfContents = 'Spis treœci';
$strTableOptions = 'Opcje tabeli';
$strTables = '%s tabel(a)';
$strTableStructure = 'Struktura tabeli dla ';
$strTable = 'Tabela';
$strTableType = 'Typ tabeli';
$strTakeIt = 'u¿yj';
$strTblPrivileges = 'Uprawnienia specyficzne dla tabel';
$strTempData = 'Dane tymczasowe';
$strTextAreaLength = ' To pole mo¿e nie daæ siê edytowaæ<br /> z powodu swojej d³ugoœci ';
$strThai = 'Tajski';
$strThemeDefaultNotFound = 'Nie znaleziono domyœlnego motywu graficznego %s!';
$strTheme = 'Motyw graficzny / styl';
$strThemeNoPreviewAvailable = 'Podgl¹d niedostêpny.';
$strThemeNotFound = 'Nie znaleziono motywu graficznego %s!';
$strThemeNoValidImgPath = 'Nie znaleziono prawid³owej œcie¿ki do obrazka dla motywu graficznego %s!';
$strThemePathNotFound = 'Nie znaleziono œcie¿ki do motywu %s!';
$strThisHost = 'Ten host';
$strThisNotDirectory = 'To nie by³ katalog';
$strThreadSuccessfullyKilled = 'W¹tek %s zosta³ pomyœlnie unicestwiony.';
$strThreads = 'W¹tki';
$strTime = 'Czas';
$strTimeoutInfo = 'Poprzedni import przekroczy³ limit czasu, ponowne przed³o¿enie tego pliku spowoduje kontynuacje od miejsca %d.';
$strTimeoutNothingParsed = 'Jednak¿e, podczas ostatniego uruchomienia nie zosta³y przetworzone ¿adne dane, co zwykle oznacza, ¿e phpMyAdmin nie bêdzie w stanie ukoñczyæ tego importu bez zwiêkszenia limitów czasowych PHP.';
$strTimeoutPassed = 'Limit czasu wykonania skryptu min¹³; aby ukoñczyæ import, proszê przed³o¿yæ ten sam plik a import zostanie wznowiony.';
$strToggleScratchboard = 'w³¹cz / wy³¹cz scratchboard';
$strTotalUC = 'Sumarycznie';
$strTotal = 'wszystkich';
$strTraditionalChinese = 'Chiñski tradycyjny';
$strTraditionalSpanish = 'Tradycyjny hiszpañski';
$strTraffic = 'Ruch';
$strTransactionCoordinator = 'Koordynator transakcji';
$strTransformation_application_octetstream__download = 'Wyœwietla link do œci¹gniêcia binarnych danych z tego pola. Pierwsza opcja to nazwa pliku binarnego. Drug¹ opcj¹ jest mo¿liwa nazwa pola zawieraj¹cego nazwê pliku. Je¿eli dana jest druga opcja, pierwsza musi byæ pustym napisem';
$strTransformation_application_octetstream__hex = 'Wyœwietla szesnastkow¹ reprezentacjê danych.';
$strTransformation_image_jpeg__inline = 'Wyœwietla klikaln¹ miniaturkê; opcje: szerokoœæ,wysokoœæ w pikselach (oryginalne proporcje zostan¹ zachowane)';
$strTransformation_image_jpeg__link = 'Wyœwietla link do tego obrazu (bezpoœrednie œci¹gniêcie bloba).';
$strTransformation_image_png__inline = 'Zobacz image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Bierze pole TIME, TIMESTAMP lub DATETIME i formatuje je u¿ywaj¹c lokalnego formatu daty. Pierwsza opcja to liczba godzin, jaka zostanie dodana do daty (domyœlnie: 0). Druga opcja to inny format daty, zgodny z parametrami dostêpnymi dla funkcji PHP strftime().';
$strTransformation_text_plain__external = 'TYLKO LINUX: Uruchamia zewnêtrzn¹ aplikacjê i przekazuje dane pól na standardowe wejœcie. Zwraca standardowe wyjœcie tej aplikacji. Domyœlnie jest to Tidy, którzy porz¹dkuje kod HTML. Ze wzglêdu na bezpieczeñstwo, nale¿y rêcznie zmodyfikowaæ plik libraries/transformations/text_plain__external.inc.php i dodaæ narzêdzie, na którego uruchamianie pozwalasz. Pierwsz¹ opcj¹ jest liczba programów, których chcesz u¿yæ, a drug¹ s¹ parametry programu. Je¿eli trzeci parametr jest ustawiony na 1, zostanie dokonana konwersja wyjœcia poprzez u¿ycie htmlspecialchars() (Domyœln¹ wartoœci¹ jest 1). Je¿eli czwarty parametr zosta³ ustawiony na 1, zawartoœæ komórki nie bêdzie zawijana, tak ¿e ca³e wyjœcie zostanie pokazane bez zmian formatu (domyœln¹ wartoœci¹ jest 1)';
$strTransformation_text_plain__formatted = 'Zachowuje oryginalne formatowanie pola. Neutralizowanie znaków niespecjalnych nie jest dokonywane.';
$strTransformation_text_plain__imagelink = 'Wyœwietla obrazek i link, pole zawiera nazwê pliku; pierwsz¹ opcjê jest prefiks, taki jak "http://domena.com/", drug¹ opcj¹ jest szerokoœæ w pikselach, trzeci¹ opcj¹ jest wysokoœæ.';
$strTransformation_text_plain__link = 'Wyœwietla link, pole zawiera nazwê pliku; pierwsza opcja to prefiks, taki jak "http://domena.com/", druga opcja to tytu³ linku.';
$strTransformation_text_plain__sql = 'Formatuj tekst traktuj¹c jako zapytanie SQL z podœwietlaniem sk³adni.';
$strTransformation_text_plain__substr = 'Pokazuje jedynie czêœæ napisu. Pierwsza opcja to offset, od którego ma zacz¹æ siê wyœwietlanie tekstu (domyœlnie 0). Druga opcja to iloœæ zwracanego tekstu. Je¿eli jest pusta, zwracany jest ca³y pozosta³y tekst. Trzecia opcja okreœla jakie znaki zostan¹ dodane do wyjœcia, je¿eli zwracany jest czêœæ napisu (domyœlnie: ...) .';
$strTruncateQueries = 'Ucinaj wyœwietlane zapytania';
$strTurkish = 'Turecki';
$strType = 'Typ';
 
$strUkrainian = 'Ukraiñski';
$strUncheckAll = 'Odznacz wszystkie';
$strUnicode = 'Unikod';
$strUnique = 'Jednoznaczny';
$strUnknown = 'nieznany';
$strUnselectAll = 'Odznacz wszystkie';
$strUnsupportedCompressionDetected = 'Próbowano wczytaæ plik z nieobs³ugiwanym typem kompresji (%s). Albo jego obs³uga nie zosta³a zaimplementowana albo zosta³a konfiguracyjnie wy³¹czona.';
$strUpdatePrivMessage = 'Uaktualni³eœ uprawnienia dla %s.';
$strUpdateProfileMessage = 'Profil zosta³ uaktualniony.';
$strUpdateQuery = 'Zmieñ zapytanie';
$strUpdComTab = 'Informacje o tym, jak zaktualizowaæ tabelê Column_comments znajduj¹ siê w dokumentacji';
$strUpgrade = 'Poleca siê aktualizacjê do %s w wersji %s lub póŸniejszej.';
$strUploadLimit = 'Prawdodpobobnie próbowano wrzuciæ du¿y plik. Aby poznaæ sposoby obejœcia tego limitu, proszê zapoznaæ siê z %sdokumenacj¹%s.';
$strUsage = 'Wykorzystanie';
$strUseBackquotes = 'U¿yj cudzys³owów z nazwami tabel i pól';
$strUsedPhpExtensions = 'U¿ywane rozszerzenia PHP';
$strUseHostTable = 'U¿yj tabeli hostów';
$strUserAlreadyExists = 'U¿ytkownik %s ju¿ istnieje!';
$strUserEmpty = 'Brak nazwy u¿ytkownika!';
$strUserName = 'Nazwa u¿ytkownika';
$strUserNotFound = 'Wybrany u¿ytkownik nie zosta³ znaleziony w tabeli uprawnieñ.';
$strUserOverview = 'Opis u¿ytkownika';
$strUsersDeleted = 'Wybrani u¿ytkownicy zostali pomyœlnie usuniêci.';
$strUsersHavingAccessToDb = 'U¿ytkownicy maj¹cy dostêp do &quot;%s&quot;';
$strUser = 'U¿ytkownik';
$strUseTabKey = 'Klawisz TAB przemieszcza pomiêdzy wartoœciami, CTRL+strza³ka przenosi w dowolne miejsce';
$strUseTables = 'U¿yj tabel';
$strUseTextField = 'U¿yj pola tekstowego';
$strUseThisValue = 'U¿yj tej wartoœci';
 
$strValidateSQL = 'Sprawd٠poprawnoϾ SQL';
$strValidatorError = 'Analizator sk³adni SQL nie móg³ zostaæ zainicjowany. SprawdŸ, czy zainstalowane s¹ niezbêdne rozszerzenia PHP, tak jak zosta³o to opisane w %sdokumentacji%s.';
$strValue = 'WartoϾ';
$strVar = 'Zmienna';
$strVersionInformation = 'Informacja o wersji';
$strViewDumpDatabases = 'Zrzut baz danych';
$strViewDumpDB = 'Zrzut bazy danych';
$strViewDump = 'Zrzut tabeli';
$strViewHasBeenDropped = 'Perspektywa %s zosta³a usuniêta';
$strViewMaxExactCount = 'Perspektywa ma ponad %d rekordów. Proszê zajrzeæ do %sdokumentacji%s.';
$strView = 'Perspektywa';
 
$strWebServerUploadDirectoryError = 'Katalog ustalony dla uploadu jest nieosi¹galny';
$strWebServerUploadDirectory = 'katalog serwera WWW dla uploadu';
$strWelcome = 'Witamy w %s';
$strWestEuropean = 'Zachodnioeuropejski';
$strWildcard = 'znak wieloznaczny';
$strWindowNotFound = 'Docelowe okno przegl¹darki nie mog³o byæ zaktualizowane. Byæ mo¿e okno-rodzic zosta³o zamkniête lub przegl¹darka, uwzglêdniaj¹c ustawienia bezpieczeñstwa, blokuje aktualizacje pomiêdzy oknami';
$strWithChecked = 'Zaznaczone:';
$strWriteRequests = '¯¹dañ zapisu';
$strWritingCommentNotPossible = 'Zapisanie komentarza nie jest mo¿liwe';
$strWritingRelationNotPossible = 'Zapisanie relacji nie jest mo¿liwe';
$strWrongUser = 'B³êdne pola u¿ytkownik/has³o. Brak dostêpu.';
 
$strXML = 'XML';
 
$strYes = 'Tak';
 
$strZeroRemovesTheLimit = 'Uwaga: Ustawienie tych opcji na 0 (zero) usuwa ograniczenie.';
$strZip = '".zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/portuguese-iso-8859-1.inc.php
0,0 → 1,996
<?php
/* $Id: portuguese-iso-8859-1.inc.php,v 2.118.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Portuguese language file by
* Lopo Pizarro <lopopizarro@users.sourceforge.net>
* António Raposo <cfmsoft@users.sourceforge.net>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d-%B-%Y às %H:%M';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.';
$strAction = 'Acções';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Critérios';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddIntoComments = 'Adicionar aos comentários';
$strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte';
$strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte';
$strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Acrescenta um utilizador';
$strAddUserMessage = 'Acrescentou um novo utilizador.';
$strAddedColumnComment = 'Comentários para coluna adicionados';
$strAddedColumnRelation = 'Relação para a coluna adicionada';
$strAdministration = 'Administração';
$strAffectedRows = 'Linhas afectadas:';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Voltar atrás';
$strAfterInsertNewInsert = 'Inserir novo registo';
$strAll = 'Todas';
$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
$strAlterOrderBy = 'Alterar a ordem da tabela por';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAny = 'Todos';
$strAnyHost = 'Qualquer máquina';
$strAnyUser = 'Qualquer utilizador';
$strArabic = 'Árabe';
$strArmenian = 'Arménio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No Início da Tabela';
$strAtEndOfTable = 'No Fim da Tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Detecção automática';
$strAutomaticLayout = 'Layout automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não editar ';
$strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador';
$strBookmarkDeleted = 'Marcador apagado com sucesso.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Comandos SQL marcados';
$strBookmarkThis = 'Marcar este comando SQL';
$strBookmarkView = 'Ver apenas';
$strBrowse = 'Visualiza';
$strBulgarian = 'Búlgaro';
$strBzip = '"Compressão bzip"';
 
$strCSVOptions = 'Opções CSV';
$strCannotLogin = 'Não é possível fazer login no servidor MySQL';
$strCantLoad = 'não é possível carregar a extensão %s ;<br />verifique a configuração do PHP por favor';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.';
$strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Quantidade';
$strCaseInsensitive = 'Sensível a maiúsculas/minúculas';
$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Muda';
$strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.';
$strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.';
$strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador';
$strChangeDisplay = 'Escolha campo para mostrar';
$strChangePassword = 'Alterar a palavra-passe';
$strCharset = 'Mapa de Caractere';
$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
$strCharsets = 'Mapas de Caracteres';
$strCheckAll = 'Todos';
$strCheckPrivs = 'Verificar Privilégios';
$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados &quot;%s&quot;.';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha uma Página para editar';
$strColComFeat = 'Mostrando comentários das Colunas';
$strColumnNames = 'Nome dos Campos';
$strColumnPrivileges = 'Privilégios específicos da Coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCompleteInserts = 'Instrucções de inserção completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.';
$strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
$strConnections = 'Ligações';
$strConstraintsForTable = 'Limitadores para a tabela';
$strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
$strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!';
$strCreate = 'Criar';
$strCreateIndex = 'Criar um índice com&nbsp;%s&nbsp;coluna(s)';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar nova base de dados';
$strCreateNewTable = 'Criar nova tabela na base de dados %s';
$strCreatePage = 'Criar uma Página nova';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Datas de Criação/Actualização/verificação';
$strCriteria = 'Critérios';
$strCroatian = 'Croata';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDBComment = 'Comentário da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDanish = 'Dinamarquês';
$strData = 'Dados';
$strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados';
$strDatabase = 'Base de Dados';
$strDatabaseExportOptions = 'Opções de exportação da Base de Dados';
$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
$strDatabaseNoTable = 'Esta Base de Dados não contém qualquer tabela!';
$strDatabases = 'Base de Dados';
$strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.';
$strDatabasesStats = 'Estatísticas das bases de dados';
$strDatabasesStatsDisable = 'Desactivar Estatísticas';
$strDatabasesStatsEnable = 'Activar Estatísticas';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.';
$strDbPrivileges = 'Privilégios específicos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito';
$strDelete = 'Apagar';
$strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.';
$strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.';
$strDeleted = 'Registo eliminado';
$strDeletedRows = 'Linhas apagadas:';
$strDeleting = 'A apagar %s';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDisabled = 'Desactidado';
$strDisplayFeat = 'Mostrar Características';
$strDisplayOrder = 'Ordem de visualização:';
$strDisplayPDF = 'Mostrar o esquema de PDF';
$strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")';
$strDoYouReally = 'Confirma : ';
$strDocu = 'Documentação';
$strDrop = 'Elimina';
$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
$strDumpSaved = 'O Dump foi gravado para o ficheiro %s.';
$strDumpXRows = 'Exporta %s registos começando em %s.';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'dinâmico';
 
$strEdit = 'Edita';
$strEditPDFPages = 'Editar páginas PDF';
$strEditPrivileges = 'Alterar Privilegios';
$strEffective = 'Em uso';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL não retornou nenhum registo.';
$strEnabled = 'Activado';
$strEnd = 'Fim';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
$strError = 'Erro';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição Excel';
$strExcelOptions = 'Opções Excel';
$strExecuteBookmarked = 'Executar um query marcado(do marcador)';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Instrucções de inserção múltiplas';
$strExtra = 'Extra'; // written the same in portuguese
 
$strFailedAttempts = 'Tentativas falhadas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'O campo %s foi eliminado';
$strFields = 'Qtd Campos';
$strFieldsEmpty = ' Número de campos inválido! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos precedidos por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).';
$strFileCouldNotBeRead = 'Não foi possível ler o ficheiro';
$strFileNameTemplate = 'Nome do ficheiro modelo';
$strFileNameTemplateRemember = 'Lembrar-se do modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.';
$strFlushTable = 'Fecha a tabela ("FLUSH")';
$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
$strFormat = 'Formato';
$strFullText = 'Texto inteiro';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGenTime = 'Data de Criação';
$strGeneralRelationFeat = 'Características gerais de Relação';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global'; //(same in portuguese)
$strGlobalPrivileges = 'Privilégios Globais';
$strGlobalValue = 'Valor Global';
$strGo = 'Executa';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"Compressão gzip"';
 
$strHasBeenAltered = 'foi alterado(a).';
$strHasBeenCreated = 'foi criado(a).';
$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strHebrew = 'Hebráico';
$strHome = 'Início';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHost = 'Máquina';
$strHostEmpty = 'O nome da máquina está vazio!';
$strHungarian = 'Húngaro';
 
$strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar';
$strInUse = 'em uso';
$strIndex = 'Índice';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado';
$strIndexName = 'Nome do Índice&nbsp;:';
$strIndexType = 'Tipo de Índice&nbsp;:';
$strIndexes = 'Índices';
$strInnodbStat = 'Estado da InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere como novo registo';
$strInsertNewRow = 'Insere novo registo';
$strInsertedRowId = 'Inserir id de linha:';
$strInsertedRows = 'Registos inseridos :';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Saltar para a Base de Dados &quot;%s&quot;.';
$strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.';
$strJustDeleteDescr = 'Os utilizadores &quot;deleted&quot; continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Mantendo a palavra-passe ';
$strKeyname = 'Nome do Índice';
$strKill = 'Termina';
$strKorean = 'Coreano';
 
$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLaTeXOptions = 'Opções LaTeX';
$strLandscape = 'Paisagem/ao baixo';
$strLatexCaption = 'Legenda da tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinued = '(continuação)';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir a legenda da tabela';
$strLatexStructure = 'estructura da tabela __TABLE__';
$strLengthSet = 'Tamanho/Valores*';
$strLimitNumRows = 'Número de registos por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo de texto';
$strLogPassword = 'Palavra-passe&nbsp;:';
$strLogServer = 'Servidor';
$strLogUsername = 'Utilizador&nbsp;:';
$strLogin = 'Entrada';
$strLoginInformation = 'Informação de Login ';
$strLogout = 'Sair';
 
$strMIME_MIMEtype = 'MIME-type'; //(same in portuguese)
$strMIME_available_mime = 'MIME-types disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_nodescription = 'Não há descrição disponível para esta transformação.<br />Pergunte ao autor, o que %s faz.';
$strMIME_transformation = 'Transformação do navegador';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type , clique em %stransformation descriptions%s';
$strMIME_transformation_options = 'Opções de tranformação';
$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada';
$strMaximumSize = 'Tamanho máximo: %s%s';
$strModifications = 'Modificações foram guardadas';
$strModify = 'Modifica';
$strModifyIndexTopic = 'Modificar um índice';
$strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
$strMoveTableOK = 'A tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!';
$strMultilingual = 'multilingua';
$strMySQLCharset = 'Mapa de Caracteres do mySQL';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informação do estado do MySQL';
$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNo = 'Não';
$strNoDatabases = 'Sem bases de dados';
$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
$strNoDescription = 'sem Descrição';
$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.';
$strNoExplain = 'Saltar Explicar SQL';
$strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.';
$strNoIndex = 'Nenhum indíce definido!';
$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
$strNoModification = 'Sem alterações';
$strNoOptions = 'Este formato não tem opções';
$strNoPassword = 'Sem palavra-passe';
$strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem Privilégios';
$strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!';
$strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
$strNoUsersFound = 'Nenhum utilizador encontrado.';
$strNoValidateSQL = 'Saltar a validação SQL';
$strNone = 'Nenhum';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK'; //Same in portuguese
$strOperations = 'Operações';
$strOptimizeTable = 'Optimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Suspenso';
$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
 
$strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.';
$strPHPVersion = 'versão do PHP';
$strPageNumber = 'Página número:';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Texto parcial';
$strPassword = 'Palavra-passe';
$strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.';
$strPasswordEmpty = 'Indique a palavras-passe!';
$strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!';
$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tablelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPhoneBook = 'lista telefónica';
$strPhp = 'Criar código PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!';
$strPortrait = 'Retrato/Ao alto';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimary = 'Primária';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada';
$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)';
$strPrint = 'Imprimir';
$strPrintView = 'Vista de impressão';
$strPrintViewFull = 'Vista de impressão (com texto inteiro)';
$strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.';
$strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.';
$strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.';
$strPrivDescCreateTbl = 'Permite criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.';
$strPrivDescDelete = 'Permite apagar dados.';
$strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.';
$strPrivDescDropTbl = 'Permite apagar Bases de Dados.';
$strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.';
$strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.';
$strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permite criar e apagar indexes.';
$strPrivDescInsert = 'Permite inserir e substituir dados.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.';
$strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.';
$strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.';
$strPrivDescSelect = 'Permite ler dados.';
$strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.';
$strPrivDescShutdown = 'Permite desligar o servidor.';
$strPrivDescUpdate = 'Permite alterar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de Processos';
$strPutColNames = 'Coloca os nomes dos compos na primeira linha';
 
$strQBE = 'Pesquisa por formulário';
$strQBEDel = 'Elim.';
$strQBEIns = 'Ins.';
$strQueryFrame = 'Janela de Query';
$strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico SQL';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'O Query demorou %01.4f sec';
$strQueryType = 'Tipo de Query';
$strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela';
 
$strReType = 'Confirma';
$strReceived = 'Recebido';
$strRecords = 'Registos';
$strReferentialIntegrity = 'Verificar Integridade referencial:';
$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
$strRelationView = 'Vista de Relação';
$strRelationalSchema = 'Esquema relacional';
$strRelations = 'Relações';
$strReloadMySQL = 'Reiniciar o MySQL';
$strReloadingThePrivileges = 'A recarregar privilégios';
$strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
$strRenameTable = 'Renomeia a tabela para ';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Limpa';
$strResourceLimits = 'Limites do recurso';
$strRevoke = 'Anula';
$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.';
$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeMessage = 'Anulou os privilégios para %s';
$strRowLength = 'Comprim. dos reg.';
$strRowSize = ' Tamanho dos reg.';
$strRows = 'Registos';
$strRowsFrom = 'registos começando em';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)';
$strRowsModeHorizontal = 'horizontal'; // same in portuguese!
$strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células';
$strRowsModeVertical = 'vertical'; // same in portuguese!
$strRowsStatistic = 'Estatísticas dos registos';
$strRunQuery = 'Executa Comando SQL';
$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
$strRunning = 'a correr em %s';
$strRussian = 'Russo';
 
$strSQL = 'SQL';
$strSQLExportType = 'Tipo de Exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:';
$strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'Comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspa não fechada';
$strSQPBugUnknownPunctuation = 'Pontuação desconhecida';
$strSave = 'Guarda';
$strSaveOnServer = 'Gravar no servidor na directoria %s';
$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página';
$strSearch = 'Pesquisar';
$strSearchFormTitle = 'Pesquisar na Base de Dados';
$strSearchInTables = 'Dentro de Tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
$strSearchType = 'Procurar:';
$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).';
$strSelectADb = 'Por favor seleccione uma base de dados';
$strSelectAll = 'Selecciona Todas';
$strSelectFields = 'Seleccione os campos (no mínimo 1)';
$strSelectNumRows = 'na pesquisa';
$strSelectTables = 'Seleccionar Tabelas';
$strSend = 'envia';
$strSent = 'Enviado';
$strServer = 'Servidor';
$strServerChoice = 'Escolha do Servidor';
$strServerStatus = 'Informação de Runtime';
$strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Variáveis do servidor e configurações';
$strServerVersion = 'Versão do servidor';
$strSessionValue = 'Valor de sessão';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostrar tudo';
$strShowColor = 'Mostrar côr';
$strShowDatadictAs = 'Formato dos dados do dicionário';
$strShowFullQueries = 'Mostrar queries completos';
$strShowGrid = 'Mostrar grelha';
$strShowPHPInfo = 'Mostra informação do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostra tabelas';
$strShowThisQuery = ' Mostrar de novo aqui este comando ';
$strShowingRecords = 'Mostrando registos ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(A refazer após inserir/eliminar)';
$strSize = 'Tamanho';
$strSort = 'Ordenação';
$strSortByKey = 'Ordenar por chave';
$strSpaceUsage = 'Espaço ocupado';
$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
$strStatCheckTime = 'Verificação';
$strStatCreateTime = 'Criação';
$strStatUpdateTime = 'Actualização';
$strStatement = 'Itens';
$strStatus = 'Estado';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adiciona DROP TABLE';
$strStrucExcelCSV = 'dados CSV para MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor uma estrutura de tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submete';
$strSuccess = 'O seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Sueco';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTable = 'Tabela';
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O nome da tabela está vazio!';
$strTableHasBeenDropped = 'A tabela %s foi eliminada';
$strTableHasBeenEmptied = 'A tabela %s foi limpa';
$strTableHasBeenFlushed = 'A tabela %s foi fechada';
$strTableMaintenance = 'Manutenção da tabela';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opções da tabela';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo de tabela';
$strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
$strThai = 'Tailandês';
$strThisHost = 'Este Anfitrião';
$strThisNotDirectory = 'Isto não era uma directoria';
$strTime = 'Tempo';
$strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese)
$strTraditionalChinese = 'Chinês Tradicional';
$strTraffic = 'Tráfego';
$strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.';
$strTruncateQueries = 'Truncar os Queries mostrados';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Nenhum';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Limpa Todas as Selecções';
$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table';
$strUpdatePrivMessage = 'Actualizou os privilégios de %s.';
$strUpdateProfileMessage = 'O prefil foi actualizado.';
$strUpdateQuery = 'Actualiza Comando SQL';
$strUpgrade = 'deve actualizar para %s %s ou mais recente.';
$strUsage = 'Utilização';
$strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos';
$strUseHostTable = 'Usar a tabela do anfitrião';
$strUseTables = 'Usar Tabelas';
$strUseTextField = 'Usar campo de texto';
$strUseThisValue = 'Usar este valor';
$strUser = 'Utilizador';
$strUserAlreadyExists = 'O utilizador %s já existe!';
$strUserEmpty = 'O nome do utilizador está vazio!';
$strUserName = 'Nome do Utilizador';
$strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.';
$strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Utilizadores que tem acesso a &quot;%s&quot;';
 
$strValidateSQL = 'Validar SQL';
$strValue = 'Valor';
$strVar = 'Variável';
$strViewDump = 'Ver o esquema da tabela';
$strViewDumpDB = 'Ver o esquema da base de dados';
 
$strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload';
$strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload';
$strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'Não é possível escrever comentário';
$strWritingRelationNotPossible = 'Não é possível escrever relação';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
 
$strXML = 'XML';// (Same in portuguese)
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.';
$strZip = '"Compressão zip"';
 
// To translate:
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
 
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
 
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strLatexLabel = 'Label key';//to translate
 
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'Permite connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
 
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
 
$strUserOverview = 'User overview'; //to translate
 
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWildcard = 'wildcard'; //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
 
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/portuguese-iso-8859-15.inc.php
0,0 → 1,996
<?php
/* $Id: portuguese-iso-8859-15.inc.php,v 2.51.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Portuguese language file by
* Lopo Pizarro <lopopizarro@users.sourceforge.net>
* António Raposo <cfmsoft@users.sourceforge.net>
*/
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d-%B-%Y às %H:%M';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.';
$strAction = 'Acções';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Critérios';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddIntoComments = 'Adicionar aos comentários';
$strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte';
$strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte';
$strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Acrescenta um utilizador';
$strAddUserMessage = 'Acrescentou um novo utilizador.';
$strAddedColumnComment = 'Comentários para coluna adicionados';
$strAddedColumnRelation = 'Relação para a coluna adicionada';
$strAdministration = 'Administração';
$strAffectedRows = 'Linhas afectadas:';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Voltar atrás';
$strAfterInsertNewInsert = 'Inserir novo registo';
$strAll = 'Todas';
$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
$strAlterOrderBy = 'Alterar a ordem da tabela por';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAny = 'Todos';
$strAnyHost = 'Qualquer máquina';
$strAnyUser = 'Qualquer utilizador';
$strArabic = 'Árabe';
$strArmenian = 'Arménio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No Início da Tabela';
$strAtEndOfTable = 'No Fim da Tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Detecção automática';
$strAutomaticLayout = 'Layout automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não editar ';
$strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador';
$strBookmarkDeleted = 'Marcador apagado com sucesso.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Comandos SQL marcados';
$strBookmarkThis = 'Marcar este comando SQL';
$strBookmarkView = 'Ver apenas';
$strBrowse = 'Visualiza';
$strBulgarian = 'Búlgaro';
$strBzip = '"Compressão bzip"';
 
$strCSVOptions = 'Opções CSV';
$strCannotLogin = 'Não é possível fazer login no servidor MySQL';
$strCantLoad = 'não é possível carregar a extensão %s ;<br />verifique a configuração do PHP por favor';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.';
$strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Quantidade';
$strCaseInsensitive = 'Sensível a maiúsculas/minúculas';
$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Muda';
$strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.';
$strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.';
$strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador';
$strChangeDisplay = 'Escolha campo para mostrar';
$strChangePassword = 'Alterar a palavra-passe';
$strCharset = 'Mapa de Caractere';
$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
$strCharsets = 'Mapas de Caracteres';
$strCheckAll = 'Todos';
$strCheckPrivs = 'Verificar Privilégios';
$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados &quot;%s&quot;.';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha uma Página para editar';
$strColComFeat = 'Mostrando comentários das Colunas';
$strColumnNames = 'Nome dos Campos';
$strColumnPrivileges = 'Privilégios específicos da Coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCompleteInserts = 'Instrucções de inserção completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.';
$strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
$strConnections = 'Ligações';
$strConstraintsForTable = 'Limitadores para a tabela';
$strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
$strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!';
$strCreate = 'Criar';
$strCreateIndex = 'Criar um índice com&nbsp;%s&nbsp;coluna(s)';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar nova base de dados';
$strCreateNewTable = 'Criar nova tabela na base de dados %s';
$strCreatePage = 'Criar uma Página nova';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Datas de Criação/Actualização/verificação';
$strCriteria = 'Critérios';
$strCroatian = 'Croata';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDBComment = 'Comentário da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDanish = 'Dinamarquês';
$strData = 'Dados';
$strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados';
$strDatabase = 'Base de Dados';
$strDatabaseExportOptions = 'Opções de exportação da Base de Dados';
$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
$strDatabaseNoTable = 'Esta Base de Dados não contém qualquer tabela!';
$strDatabases = 'Base de Dados';
$strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.';
$strDatabasesStats = 'Estatísticas das bases de dados';
$strDatabasesStatsDisable = 'Desactivar Estatísticas';
$strDatabasesStatsEnable = 'Activar Estatísticas';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.';
$strDbPrivileges = 'Privilégios específicos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito';
$strDelete = 'Apagar';
$strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.';
$strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.';
$strDeleted = 'Registo eliminado';
$strDeletedRows = 'Linhas apagadas:';
$strDeleting = 'A apagar %s';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDisabled = 'Desactidado';
$strDisplayFeat = 'Mostrar Características';
$strDisplayOrder = 'Ordem de visualização:';
$strDisplayPDF = 'Mostrar o esquema de PDF';
$strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")';
$strDoYouReally = 'Confirma : ';
$strDocu = 'Documentação';
$strDrop = 'Elimina';
$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
$strDumpSaved = 'O Dump foi gravado para o ficheiro %s.';
$strDumpXRows = 'Exporta %s registos começando em %s.';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'dinâmico';
 
$strEdit = 'Edita';
$strEditPDFPages = 'Editar páginas PDF';
$strEditPrivileges = 'Alterar Privilegios';
$strEffective = 'Em uso';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL não retornou nenhum registo.';
$strEnabled = 'Activado';
$strEnd = 'Fim';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
$strError = 'Erro';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição Excel';
$strExcelOptions = 'Opções Excel';
$strExecuteBookmarked = 'Executar um query marcado(do marcador)';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Instrucções de inserção múltiplas';
$strExtra = 'Extra'; // written the same in portuguese
 
$strFailedAttempts = 'Tentativas falhadas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'O campo %s foi eliminado';
$strFields = 'Qtd Campos';
$strFieldsEmpty = ' Número de campos inválido! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos precedidos por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).';
$strFileCouldNotBeRead = 'Não foi possível ler o ficheiro';
$strFileNameTemplate = 'Nome do ficheiro modelo';
$strFileNameTemplateRemember = 'Lembrar-se do modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.';
$strFlushTable = 'Fecha a tabela ("FLUSH")';
$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
$strFormat = 'Formato';
$strFullText = 'Texto inteiro';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGenTime = 'Data de Criação';
$strGeneralRelationFeat = 'Características gerais de Relação';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global'; //(same in portuguese)
$strGlobalPrivileges = 'Privilégios Globais';
$strGlobalValue = 'Valor Global';
$strGo = 'Executa';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"Compressão gzip"';
 
$strHasBeenAltered = 'foi alterado(a).';
$strHasBeenCreated = 'foi criado(a).';
$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strHebrew = 'Hebráico';
$strHome = 'Início';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHost = 'Máquina';
$strHostEmpty = 'O nome da máquina está vazio!';
$strHungarian = 'Húngaro';
 
$strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar';
$strInUse = 'em uso';
$strIndex = 'Índice';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado';
$strIndexName = 'Nome do Índice&nbsp;:';
$strIndexType = 'Tipo de Índice&nbsp;:';
$strIndexes = 'Índices';
$strInnodbStat = 'Estado da InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere como novo registo';
$strInsertNewRow = 'Insere novo registo';
$strInsertedRowId = 'Inserir id de linha:';
$strInsertedRows = 'Registos inseridos :';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Saltar para a Base de Dados &quot;%s&quot;.';
$strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.';
$strJustDeleteDescr = 'Os utilizadores &quot;deleted&quot; continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Mantendo a palavra-passe ';
$strKeyname = 'Nome do Índice';
$strKill = 'Termina';
$strKorean = 'Coreano';
 
$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLaTeXOptions = 'Opções LaTeX';
$strLandscape = 'Paisagem/ao baixo';
$strLatexCaption = 'Legenda da tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinued = '(continuação)';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir a legenda da tabela';
$strLatexStructure = 'estructura da tabela __TABLE__';
$strLengthSet = 'Tamanho/Valores*';
$strLimitNumRows = 'Número de registos por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo de texto';
$strLogPassword = 'Palavra-passe&nbsp;:';
$strLogServer = 'Servidor';
$strLogUsername = 'Utilizador&nbsp;:';
$strLogin = 'Entrada';
$strLoginInformation = 'Informação de Login ';
$strLogout = 'Sair';
 
$strMIME_MIMEtype = 'MIME-type'; //(same in portuguese)
$strMIME_available_mime = 'MIME-types disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_nodescription = 'Não há descrição disponível para esta transformação.<br />Pergunte ao autor, o que %s faz.';
$strMIME_transformation = 'Transformação do navegador';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type , clique em %stransformation descriptions%s';
$strMIME_transformation_options = 'Opções de tranformação';
$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada';
$strMaximumSize = 'Tamanho máximo: %s%s';
$strModifications = 'Modificações foram guardadas';
$strModify = 'Modifica';
$strModifyIndexTopic = 'Modificar um índice';
$strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
$strMoveTableOK = 'A tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!';
$strMultilingual = 'multilingua';
$strMySQLCharset = 'Mapa de Caracteres do mySQL';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informação do estado do MySQL';
$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNo = 'Não';
$strNoDatabases = 'Sem bases de dados';
$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
$strNoDescription = 'sem Descrição';
$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.';
$strNoExplain = 'Saltar Explicar SQL';
$strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.';
$strNoIndex = 'Nenhum indíce definido!';
$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
$strNoModification = 'Sem alterações';
$strNoOptions = 'Este formato não tem opções';
$strNoPassword = 'Sem palavra-passe';
$strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem Privilégios';
$strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!';
$strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
$strNoUsersFound = 'Nenhum utilizador encontrado.';
$strNoValidateSQL = 'Saltar a validação SQL';
$strNone = 'Nenhum';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK'; //Same in portuguese
$strOperations = 'Operações';
$strOptimizeTable = 'Optimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Suspenso';
$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
 
$strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.';
$strPHPVersion = 'versão do PHP';
$strPageNumber = 'Página número:';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Texto parcial';
$strPassword = 'Palavra-passe';
$strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.';
$strPasswordEmpty = 'Indique a palavras-passe!';
$strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!';
$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tablelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPhoneBook = 'lista telefónica';
$strPhp = 'Criar código PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!';
$strPortrait = 'Retrato/Ao alto';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimary = 'Primária';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada';
$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)';
$strPrint = 'Imprimir';
$strPrintView = 'Vista de impressão';
$strPrintViewFull = 'Vista de impressão (com texto inteiro)';
$strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.';
$strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.';
$strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.';
$strPrivDescCreateTbl = 'Permite criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.';
$strPrivDescDelete = 'Permite apagar dados.';
$strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.';
$strPrivDescDropTbl = 'Permite apagar Bases de Dados.';
$strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.';
$strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.';
$strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permite criar e apagar indexes.';
$strPrivDescInsert = 'Permite inserir e substituir dados.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.';
$strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.';
$strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.';
$strPrivDescSelect = 'Permite ler dados.';
$strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.';
$strPrivDescShutdown = 'Permite desligar o servidor.';
$strPrivDescUpdate = 'Permite alterar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de Processos';
$strPutColNames = 'Coloca os nomes dos compos na primeira linha';
 
$strQBE = 'Pesquisa por formulário';
$strQBEDel = 'Elim.';
$strQBEIns = 'Ins.';
$strQueryFrame = 'Janela de Query';
$strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico SQL';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'O Query demorou %01.4f sec';
$strQueryType = 'Tipo de Query';
$strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela';
 
$strReType = 'Confirma';
$strReceived = 'Recebido';
$strRecords = 'Registos';
$strReferentialIntegrity = 'Verificar Integridade referencial:';
$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
$strRelationView = 'Vista de Relação';
$strRelationalSchema = 'Esquema relacional';
$strRelations = 'Relações';
$strReloadMySQL = 'Reiniciar o MySQL';
$strReloadingThePrivileges = 'A recarregar privilégios';
$strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
$strRenameTable = 'Renomeia a tabela para ';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Limpa';
$strResourceLimits = 'Limites do recurso';
$strRevoke = 'Anula';
$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.';
$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeMessage = 'Anulou os privilégios para %s';
$strRowLength = 'Comprim. dos reg.';
$strRowSize = ' Tamanho dos reg.';
$strRows = 'Registos';
$strRowsFrom = 'registos começando em';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)';
$strRowsModeHorizontal = 'horizontal'; // same in portuguese!
$strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células';
$strRowsModeVertical = 'vertical'; // same in portuguese!
$strRowsStatistic = 'Estatísticas dos registos';
$strRunQuery = 'Executa Comando SQL';
$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
$strRunning = 'a correr em %s';
$strRussian = 'Russo';
 
$strSQL = 'SQL';
$strSQLExportType = 'Tipo de Exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:';
$strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'Comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspa não fechada';
$strSQPBugUnknownPunctuation = 'Pontuação desconhecida';
$strSave = 'Guarda';
$strSaveOnServer = 'Gravar no servidor na directoria %s';
$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página';
$strSearch = 'Pesquisar';
$strSearchFormTitle = 'Pesquisar na Base de Dados';
$strSearchInTables = 'Dentro de Tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
$strSearchType = 'Procurar:';
$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).';
$strSelectADb = 'Por favor seleccione uma base de dados';
$strSelectAll = 'Selecciona Todas';
$strSelectFields = 'Seleccione os campos (no mínimo 1)';
$strSelectNumRows = 'na pesquisa';
$strSelectTables = 'Seleccionar Tabelas';
$strSend = 'envia';
$strSent = 'Enviado';
$strServer = 'Servidor';
$strServerChoice = 'Escolha do Servidor';
$strServerStatus = 'Informação de Runtime';
$strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Variáveis do servidor e configurações';
$strServerVersion = 'Versão do servidor';
$strSessionValue = 'Valor de sessão';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostrar tudo';
$strShowColor = 'Mostrar côr';
$strShowDatadictAs = 'Formato dos dados do dicionário';
$strShowFullQueries = 'Mostrar queries completos';
$strShowGrid = 'Mostrar grelha';
$strShowPHPInfo = 'Mostra informação do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostra tabelas';
$strShowThisQuery = ' Mostrar de novo aqui este comando ';
$strShowingRecords = 'Mostrando registos ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(A refazer após inserir/eliminar)';
$strSize = 'Tamanho';
$strSort = 'Ordenação';
$strSortByKey = 'Ordenar por chave';
$strSpaceUsage = 'Espaço ocupado';
$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
$strStatCheckTime = 'Verificação';
$strStatCreateTime = 'Criação';
$strStatUpdateTime = 'Actualização';
$strStatement = 'Itens';
$strStatus = 'Estado';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adiciona DROP TABLE';
$strStrucExcelCSV = 'dados CSV para MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor uma estrutura de tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submete';
$strSuccess = 'O seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Sueco';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTable = 'Tabela';
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O nome da tabela está vazio!';
$strTableHasBeenDropped = 'A tabela %s foi eliminada';
$strTableHasBeenEmptied = 'A tabela %s foi limpa';
$strTableHasBeenFlushed = 'A tabela %s foi fechada';
$strTableMaintenance = 'Manutenção da tabela';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opções da tabela';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo de tabela';
$strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
$strThai = 'Tailandês';
$strThisHost = 'Este Anfitrião';
$strThisNotDirectory = 'Isto não era uma directoria';
$strTime = 'Tempo';
$strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese)
$strTraditionalChinese = 'Chinês Tradicional';
$strTraffic = 'Tráfego';
$strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.';
$strTruncateQueries = 'Truncar os Queries mostrados';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Nenhum';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Limpa Todas as Selecções';
$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table';
$strUpdatePrivMessage = 'Actualizou os privilégios de %s.';
$strUpdateProfileMessage = 'O prefil foi actualizado.';
$strUpdateQuery = 'Actualiza Comando SQL';
$strUpgrade = 'deve actualizar para %s %s ou mais recente.';
$strUsage = 'Utilização';
$strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos';
$strUseHostTable = 'Usar a tabela do anfitrião';
$strUseTables = 'Usar Tabelas';
$strUseTextField = 'Usar campo de texto';
$strUseThisValue = 'Usar este valor';
$strUser = 'Utilizador';
$strUserAlreadyExists = 'O utilizador %s já existe!';
$strUserEmpty = 'O nome do utilizador está vazio!';
$strUserName = 'Nome do Utilizador';
$strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.';
$strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Utilizadores que tem acesso a &quot;%s&quot;';
 
$strValidateSQL = 'Validar SQL';
$strValue = 'Valor';
$strVar = 'Variável';
$strViewDump = 'Ver o esquema da tabela';
$strViewDumpDB = 'Ver o esquema da base de dados';
 
$strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload';
$strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload';
$strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'Não é possível escrever comentário';
$strWritingRelationNotPossible = 'Não é possível escrever relação';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
 
$strXML = 'XML';// (Same in portuguese)
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.';
$strZip = '"Compressão zip"';
 
// To translate:
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
 
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
 
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strLatexLabel = 'Label key';//to translate
 
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'Permite connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
 
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
 
$strUserOverview = 'User overview'; //to translate
 
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWildcard = 'wildcard'; //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
 
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/portuguese-utf-8.inc.php
0,0 → 1,997
<?php
/* $Id: portuguese-utf-8.inc.php,v 2.120.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Portuguese language file by
* Lopo Pizarro <lopopizarro@users.sourceforge.net>
* António Raposo <cfmsoft@users.sourceforge.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sab');
$month = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d-%B-%Y às %H:%M';
 
$timespanfmt = '%s dias, %s horas, %s minutos e %s segundos';
 
$strAPrimaryKey = 'Uma chave primária foi adicionada a %s';
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Introduza o caminho absoluto até à directoria docSQL no Servidor Web';
$strAccessDenied = 'Acesso Negado';
$strAccessDeniedExplanation = 'O phpMyAdmin tentou ligar-se ao servidor MySQL, e o servidor rejeitou a ligação. Verifique o anfitrião, nome de utilizador e palavra-passe no config.inc.php e assegure-se que correspondem à informação fornecida pelo administrador do MySQL.';
$strAction = 'Acções';
$strAddAutoIncrement = 'Adicionar valor AUTO_INCREMENT';
$strAddConstraints = 'Adicionar limitadores';
$strAddDeleteColumn = 'Adicionar/Remover Campos';
$strAddDeleteRow = 'Adicionar/Remover Critérios';
$strAddDropDatabase = 'Adicionar DROP DATABASE';
$strAddIntoComments = 'Adicionar aos comentários';
$strAddNewField = 'Adiciona novo campo';
$strAddPrivilegesOnDb = 'Adicionar privilégios na base de dados seguinte';
$strAddPrivilegesOnTbl = 'Todos privilégios na tabela seguinte';
$strAddSearchConditions = 'Condição de Pesquisa (Complemento da cláusula "where"):';
$strAddToIndex = 'Adicionar ao índice &nbsp;%s&nbsp;coluna(s)';
$strAddUser = 'Acrescenta um utilizador';
$strAddUserMessage = 'Acrescentou um novo utilizador.';
$strAddedColumnComment = 'Comentários para coluna adicionados';
$strAddedColumnRelation = 'Relação para a coluna adicionada';
$strAdministration = 'Administração';
$strAffectedRows = 'Linhas afectadas:';
$strAfter = 'Depois %s';
$strAfterInsertBack = 'Voltar atrás';
$strAfterInsertNewInsert = 'Inserir novo registo';
$strAll = 'Todas';
$strAllTableSameWidth = 'mostrar todas as tabelas com a mesma altura?';
$strAlterOrderBy = 'Alterar a ordem da tabela por';
$strAnIndex = 'Um índice foi adicionado a %s';
$strAnalyzeTable = 'Analizar tabela';
$strAnd = 'E';
$strAny = 'Todos';
$strAnyHost = 'Qualquer máquina';
$strAnyUser = 'Qualquer utilizador';
$strArabic = 'Árabe';
$strArmenian = 'Arménio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'No Início da Tabela';
$strAtEndOfTable = 'No Fim da Tabela';
$strAttr = 'Atributos';
$strAutodetect = 'Detecção automática';
$strAutomaticLayout = 'Layout automático';
 
$strBack = 'Voltar';
$strBaltic = 'Báltico';
$strBinary = ' Binário ';
$strBinaryDoNotEdit = ' Binário - não editar ';
$strBookmarkAllUsers = 'Deixar todos os utilizadores acederem a este marcador';
$strBookmarkDeleted = 'Marcador apagado com sucesso.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Comandos SQL marcados';
$strBookmarkThis = 'Marcar este comando SQL';
$strBookmarkView = 'Ver apenas';
$strBrowse = 'Visualiza';
$strBulgarian = 'Búlgaro';
$strBzip = '"Compressão bzip"';
 
$strCSVOptions = 'Opções CSV';
$strCannotLogin = 'Não é possível fazer login no servidor MySQL';
$strCantLoad = 'não é possível carregar a extensão %s ;<br />verifique a configuração do PHP por favor';
$strCantLoadRecodeIconv = 'Não é possível carregar <i>iconv</i> ou recodificar a extensão necessária para a conversão do Mapa de Caracteres, configure o php de modo a permitir utilizar estas extensões ou desligue a conversão do mapa de caracteres no phpmyadmin.';
$strCantRenameIdxToPrimary = 'Impossível renomear índice para PRIMARY!';
$strCantUseRecodeIconv = 'Não é possível usar <i>iconv</i> nem <i>libiconv</i> nem a função <i>recode_string</i> enquanto a extensão reportar que está ligada. Confira a configuração do seu php.';
$strCardinality = 'Quantidade';
$strCaseInsensitive = 'Sensível a maiúsculas/minúculas';
$strCaseSensitive = 'Não-sensível a a maiúsculas/minúculas';
$strCentralEuropean = 'Europeu Central';
$strChange = 'Muda';
$strChangeCopyMode = 'Criar um novo utilizador com os mesmo privilégios e ...';
$strChangeCopyModeCopy = '... manter o antigo.';
$strChangeCopyModeDeleteAndReload = ' ... apagar o antigo das tabelas do utilizador e depois recarregue os privilégios.';
$strChangeCopyModeJustDelete = ' ... apagar o antigo das tabelas do utilizador.';
$strChangeCopyModeRevoke = ' ... revogar todos os privilégios activos do antigo e a seguir apagá-lo.';
$strChangeCopyUser = 'Mudar a informação de login / Copiar Utilizador';
$strChangeDisplay = 'Escolha campo para mostrar';
$strChangePassword = 'Alterar a palavra-passe';
$strCharset = 'Mapa de Caractere';
$strCharsetOfFile = 'Configurar o Mapa de Caracteres do ficheiro:';
$strCharsets = 'Mapas de Caracteres';
$strCheckAll = 'Todos';
$strCheckPrivs = 'Verificar Privilégios';
$strCheckPrivsLong = 'Verificar Privilégios para a Base de Dados &quot;%s&quot;.';
$strCheckTable = 'Verificar tabela';
$strChoosePage = 'Escolha uma Página para editar';
$strColComFeat = 'Mostrando comentários das Colunas';
$strColumnNames = 'Nome dos Campos';
$strColumnPrivileges = 'Privilégios específicos da Coluna';
$strCommand = 'Comando';
$strComments = 'Comentários';
$strCompleteInserts = 'Instrucções de inserção completas';
$strCompression = 'Compressão';
$strConfigFileError = 'O phpMyAdmin não foi capaz de ler o ficheiro de configuração!<br />Isto pode acontecer se o php encontrar um erro no <i>parsing</i> ou se não conseguir encontrar o ficheiro.<br />Chame o ficheiro de configuração directamente usando o <i>link</i> a baixo e leia a(s) mensagem(ns) de erro do php. Na maior parte dos casos, trata-se de uma falta de aspas ou de um ponto e vírgula algures.<br />Se receber uma página em branco, está tudo correcto.';
$strConfigureTableCoord = 'Configure as cordenadas para a tabela %s';
$strConnections = 'Ligações';
$strConstraintsForTable = 'Limitadores para a tabela';
$strCookiesRequired = 'O mecanismo de "Cookies" tem de estar ligado a partir deste ponto.';
$strCopyTable = 'Copia tabela para (base-de-dados<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s copiada para %s.';
$strCopyTableSameNames = 'Não é possivel copiar a tabela para o mesmo!';
$strCreate = 'Criar';
$strCreateIndex = 'Criar um índice com&nbsp;%s&nbsp;coluna(s)';
$strCreateIndexTopic = 'Criar um novo índice';
$strCreateNewDatabase = 'Criar nova base de dados';
$strCreateNewTable = 'Criar nova tabela na base de dados %s';
$strCreatePage = 'Criar uma Página nova';
$strCreatePdfFeat = 'Criação de PDFs';
$strCreationDates = 'Datas de Criação/Actualização/verificação';
$strCriteria = 'Critérios';
$strCroatian = 'Croata';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDBComment = 'Comentário da Base de Dados: ';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID de Contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Linha';
$strDBGMaxTimeMs = 'Tempo máx, ms';
$strDBGMinTimeMs = 'Tempo min, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tempo/Hit, ms';
$strDBGTotalTimeMs = 'Tempo total, ms';
$strDanish = 'Dinamarquês';
$strData = 'Dados';
$strDataDict = 'Dicionario de dados';
$strDataOnly = 'Apenas dados';
$strDatabase = 'Base de Dados';
$strDatabaseExportOptions = 'Opções de exportação da Base de Dados';
$strDatabaseHasBeenDropped = 'A base de dados %s foi eliminada.';
$strDatabaseNoTable = 'Esta Base de Dados não contém qualquer tabela!';
$strDatabases = 'Base de Dados';
$strDatabasesDropped = 'As Bases de Dados %s foram apagadas com sucesso.';
$strDatabasesStats = 'Estatísticas das bases de dados';
$strDatabasesStatsDisable = 'Desactivar Estatísticas';
$strDatabasesStatsEnable = 'Activar Estatísticas';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar as estatísticas aqui pode causar um grande volume de tráfego entre o servidor web e o de MySQL.';
$strDbPrivileges = 'Privilégios específicos da Base de Dados';
$strDbSpecific = 'Especifico da Base de Dados';
$strDefault = 'Defeito';
$strDelete = 'Apagar';
$strDeleteAndFlush = 'Apagar os utilizadores e recarreguar os privilégios a seguir.';
$strDeleteAndFlushDescr = 'Este é o processo mais limpo, mas recarregar os privilégios poderá demorar um pouco.';
$strDeleted = 'Registo eliminado';
$strDeletedRows = 'Linhas apagadas:';
$strDeleting = 'A apagar %s';
$strDescending = 'Descendente';
$strDescription = 'Descrição';
$strDictionary = 'dicionário';
$strDisabled = 'Desactidado';
$strDisplayFeat = 'Mostrar Características';
$strDisplayOrder = 'Ordem de visualização:';
$strDisplayPDF = 'Mostrar o esquema de PDF';
$strDoAQuery = 'Faça uma "pesquisa por formulário" (caractere universal: "%")';
$strDoYouReally = 'Confirma : ';
$strDocu = 'Documentação';
$strDrop = 'Elimina';
$strDropUsersDb = 'Apagar as Bases de Dados que tenham os mesmos nomes que os utilizadores.';
$strDumpSaved = 'O Dump foi gravado para o ficheiro %s.';
$strDumpXRows = 'Exporta %s registos começando em %s.';
$strDumpingData = 'Extraindo dados da tabela';
$strDynamic = 'dinâmico';
 
$strEdit = 'Edita';
$strEditPDFPages = 'Editar páginas PDF';
$strEditPrivileges = 'Alterar Privilegios';
$strEffective = 'Em uso';
$strEmpty = 'Limpa';
$strEmptyResultSet = 'MySQL não retornou nenhum registo.';
$strEnabled = 'Activado';
$strEnd = 'Fim';
$strEnglish = 'Inglês';
$strEnglishPrivileges = ' Nota: os nomes dos privilégios do MySQL são em Inglês ';
$strError = 'Erro';
$strEstonian = 'Estoniano';
$strExcelEdition = 'Edição Excel';
$strExcelOptions = 'Opções Excel';
$strExecuteBookmarked = 'Executar um query marcado(do marcador)';
$strExplain = 'Explicar SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'Instrucções de inserção múltiplas';
$strExtra = 'Extra'; // written the same in portuguese
 
$strFailedAttempts = 'Tentativas falhadas';
$strField = 'Campo';
$strFieldHasBeenDropped = 'O campo %s foi eliminado';
$strFields = 'Qtd Campos';
$strFieldsEmpty = ' Número de campos inválido! ';
$strFieldsEnclosedBy = 'Campos delimitados por';
$strFieldsEscapedBy = 'Campos precedidos por';
$strFieldsTerminatedBy = 'Campos terminados por';
$strFileAlreadyExists = 'O ficheiro %s já existe no servidor, mude o nome do ficheiro ou verifique a opção de substituição (re-escrita).';
$strFileCouldNotBeRead = 'Não foi possível ler o ficheiro';
$strFileNameTemplate = 'Nome do ficheiro modelo';
$strFileNameTemplateRemember = 'Lembrar-se do modelo';
$strFixed = 'fixo';
$strFlushPrivilegesNote = 'Nota: O phpMyAdmin recebe os privilégios dos utilizadores directamente da tabela de privilégios do MySQL. O conteúdo destas tabelas pode diferir dos privilégios que o servidor usa se alterações manuais nele forem feitas. Neste caso, deve %sreload the privileges%s antes de continuar.';
$strFlushTable = 'Fecha a tabela ("FLUSH")';
$strFormEmpty = 'Nº de dados insuficiente!\nPreencha todas as opções!';
$strFormat = 'Formato';
$strFullText = 'Texto inteiro';
$strFunction = 'Funções';
 
$strGenBy = 'Gerado por';
$strGenTime = 'Data de Criação';
$strGeneralRelationFeat = 'Características gerais de Relação';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemão';
$strGlobal = 'global'; //(same in portuguese)
$strGlobalPrivileges = 'Privilégios Globais';
$strGlobalValue = 'Valor Global';
$strGo = 'Executa';
$strGrantOption = 'Conceder/Grant';
$strGreek = 'Grego';
$strGzip = '"Compressão gzip"';
 
$strHasBeenAltered = 'foi alterado(a).';
$strHasBeenCreated = 'foi criado(a).';
$strHaveToShow = 'Tem que escolher pelo menos uma coluna para mostrar';
$strHebrew = 'Hebráico';
$strHome = 'Início';
$strHomepageOfficial = 'Página Oficial do phpMyAdmin';
$strHost = 'Máquina';
$strHostEmpty = 'O nome da máquina está vazio!';
$strHungarian = 'Húngaro';
 
$strId = 'ID'; //(same in portuguese)
$strIdxFulltext = 'Texto Completo';
$strIgnore = 'Ignora';
$strIgnoringFile = 'A ignorar ficheiro %s';
$strImportDocSQL = 'Importar ficheiros docSQL';
$strImportFiles = 'Importar';
$strInUse = 'em uso';
$strIndex = 'Índice';
$strIndexHasBeenDropped = 'O Índice %s foi eliminado';
$strIndexName = 'Nome do Índice&nbsp;:';
$strIndexType = 'Tipo de Índice&nbsp;:';
$strIndexes = 'Índices';
$strInnodbStat = 'Estado da InnoDB';
$strInsecureMySQL = 'O seu ficheiro de configuração contem configurações (root sem palavra-passe) que correspondem à conta privilegiada por defeito do MySQL. O servidor MySQL está a correr com este valor por defeito, assim aberto a intrusões, deveria corrigir este buraco de segurança.';
$strInsert = 'Insere';
$strInsertAsNewRow = 'Insere como novo registo';
$strInsertNewRow = 'Insere novo registo';
$strInsertedRowId = 'Inserir id de linha:';
$strInsertedRows = 'Registos inseridos :';
$strInternalNotNecessary = '* Não é necessária uma relação interna quando também já existe na InnoDB.';
$strInternalRelations = 'Relações internas';
 
$strJapanese = 'Japonês';
$strJumpToDB = 'Saltar para a Base de Dados &quot;%s&quot;.';
$strJustDelete = 'Apagar apenas os utilizadores da tabela de privilégios.';
$strJustDeleteDescr = 'Os utilizadores &quot;deleted&quot; continuarão a conseguir aceder ao servidor até que os privilégios sejam recarregados.';
 
$strKeepPass = 'Mantendo a palavra-passe ';
$strKeyname = 'Nome do Índice';
$strKill = 'Termina';
$strKorean = 'Coreano';
 
$strLaTeX = 'LaTeX'; //(same in portuguese)
$strLaTeXOptions = 'Opções LaTeX';
$strLandscape = 'Paisagem/ao baixo';
$strLatexCaption = 'Legenda da tabela';
$strLatexContent = 'Conteúdo da tabela __TABLE__';
$strLatexContinued = '(continuação)';
$strLatexContinuedCaption = 'Continuação da legenda da tabela';
$strLatexIncludeCaption = 'Incluir a legenda da tabela';
$strLatexStructure = 'estructura da tabela __TABLE__';
$strLengthSet = 'Tamanho/Valores*';
$strLimitNumRows = 'Número de registos por página';
$strLinesTerminatedBy = 'Linhas terminadas por';
$strLinkNotFound = 'Link não encontrado';
$strLinksTo = 'Links para';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localização do arquivo de texto';
$strLogPassword = 'Palavra-passe&nbsp;:';
$strLogServer = 'Servidor';
$strLogUsername = 'Utilizador&nbsp;:';
$strLogin = 'Entrada';
$strLoginInformation = 'Informação de Login ';
$strLogout = 'Sair';
 
$strMIME_MIMEtype = 'MIME-type'; //(same in portuguese)
$strMIME_available_mime = 'MIME-types disponíveis';
$strMIME_available_transform = 'Transformações disponíveis';
$strMIME_description = 'Descrição';
$strMIME_nodescription = 'Não há descrição disponível para esta transformação.<br />Pergunte ao autor, o que %s faz.';
$strMIME_transformation = 'Transformação do navegador';
$strMIME_transformation_note = 'Para uma lista de opções de transformação disponíveis e suas transformações MIME-type , clique em %stransformation descriptions%s';
$strMIME_transformation_options = 'Opções de tranformação';
$strMIME_transformation_options_note = 'Introduza os valores para as opções de transformação a usando este formato: \'a\',\'b\',\'c\'...<br />Se por acaso precisar de inserir um backslash ("\") ou uma pelica ("\'") no meio desses valores, faça-o backslashes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strMIME_without = 'MIME-types impressos em itálico não tem uma função de transformação separada';
$strMaximumSize = 'Tamanho máximo: %s%s';
$strModifications = 'Modificações foram guardadas';
$strModify = 'Modifica';
$strModifyIndexTopic = 'Modificar um índice';
$strMoveTable = 'Move tabela para (base de dados<b>.</b>tabela):';
$strMoveTableOK = 'A tabela %s foi movida para %s.';
$strMoveTableSameNames = 'Não é posivel mover a tabela para o mesmo!';
$strMultilingual = 'multilingua';
$strMySQLCharset = 'Mapa de Caracteres do mySQL';
$strMySQLSaid = 'Mensagens do MySQL : ';
$strMySQLShowProcess = 'Mostra os Processos';
$strMySQLShowStatus = 'Mostra informação do estado do MySQL';
$strMySQLShowVars = 'Mostra as variáveis de sistema do MySQL';
 
$strName = 'Nome';
$strNext = 'Próximo';
$strNo = 'Não';
$strNoDatabases = 'Sem bases de dados';
$strNoDatabasesSelected = 'Nenhuma base de dados selecionada.';
$strNoDescription = 'sem Descrição';
$strNoDropDatabases = 'Os comandos "DROP DATABASE" estão inibidos.';
$strNoExplain = 'Saltar Explicar SQL';
$strNoFrames = 'O phpMyAdmin torna-se mais agradável se usado num browser que suporte <b>frames</b>.';
$strNoIndex = 'Nenhum indíce definido!';
$strNoIndexPartsDefined = 'Nenhuma parte do índice definida!';
$strNoModification = 'Sem alterações';
$strNoOptions = 'Este formato não tem opções';
$strNoPassword = 'Sem palavra-passe';
$strNoPermission = 'O servidor web não tem permissões para gravar o ficheiro %s.';
$strNoPhp = 'sem código PHP';
$strNoPrivileges = 'Sem Privilégios';
$strNoRights = 'Não tem permissões suficientes para aceder aqui, neste momento!';
$strNoSpace = 'Não existe espaço suficiente para gravar o ficheiro %s.';
$strNoTablesFound = 'Nenhuma tabela encontrada na base de dados';
$strNoUsersFound = 'Nenhum utilizador encontrado.';
$strNoValidateSQL = 'Saltar a validação SQL';
$strNone = 'Nenhum';
$strNotNumber = 'Isto não é um número!';
$strNotOK = 'não está OK';
$strNotSet = 'A Tabela <b>%s</b> não foi encontrada ou não foi definida em %s';
$strNull = 'Nulo';
$strNumSearchResultsInTable = '%s resultado(s) na tabela <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tabelas';
 
$strOK = 'OK'; //Same in portuguese
$strOperations = 'Operações';
$strOptimizeTable = 'Optimizar tabela';
$strOr = 'Ou';
$strOverhead = 'Suspenso';
$strOverwriteExisting = 'Substituir o(s) ficheiro(s) existente(s)';
 
$strPHP40203 = 'Está a usar o PHP 4.2.3, que tem uma grave falha de segurança com a string multi-byte (mbstring). Veja o relatório de bugs do PHP 19404 - PHP bug report 19404. A utilização desta versão do PHP com o phpMyAdmin não é recomendada.';
$strPHPVersion = 'versão do PHP';
$strPageNumber = 'Página número:';
$strPaperSize = 'Tamanho do papel';
$strPartialText = 'Texto parcial';
$strPassword = 'Palavra-passe';
$strPasswordChanged = 'A palavra-passe para %s foi alterada com sucesso.';
$strPasswordEmpty = 'Indique a palavras-passe!';
$strPasswordNotSame = 'As palavras-passe são diferentes!\nLembre-se de confirmar a palavra-passe!';
$strPdfDbSchema = 'Esquema da base de dados "%s" - Página %s';
$strPdfInvalidTblName = 'A tabela "%s" não existe!';
$strPdfNoTables = 'Sem tablelas';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPhoneBook = 'lista telefónica';
$strPhp = 'Criar código PHP';
$strPmaDocumentation = 'Documentação do phpMyAdmin';
$strPmaUriError = 'A directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TEM que ser definida no ficheiro de configuração!';
$strPortrait = 'Retrato/Ao alto';
$strPos1 = 'Inicio';
$strPrevious = 'Anterior';
$strPrimary = 'Primária';
$strPrimaryKeyHasBeenDropped = 'A chave primária foi eliminada';
$strPrimaryKeyName = 'O nome da chave primária tem de ser... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>tem</b> de ser o nome de e <b>apenas de</b> uma chave primária!)';
$strPrint = 'Imprimir';
$strPrintView = 'Vista de impressão';
$strPrintViewFull = 'Vista de impressão (com texto inteiro)';
$strPrivDescAllPrivileges = 'inclui todos os privilégios excepto Conceção - GRANT.';
$strPrivDescAlter = 'Permite alterar a estrutura de tabelas existentes.';
$strPrivDescCreateDb = 'Permite criar novas Bases de Dados e tabelas.';
$strPrivDescCreateTbl = 'Permite criar novas tabelas.';
$strPrivDescCreateTmpTable = 'Permite criar tabelas temporárias.';
$strPrivDescDelete = 'Permite apagar dados.';
$strPrivDescDropDb = 'Permite apagar Bases de Dados e tabelas.';
$strPrivDescDropTbl = 'Permite apagar Bases de Dados.';
$strPrivDescExecute = 'Permite executar procedimentos armazenados; Não tem efeito nesta versão do MySQL.';
$strPrivDescFile = 'Permite importar dados de... e exportar dados para ficheiros.';
$strPrivDescGrant = 'Permite adicionar utilizadores e privilégios sem recarregar a tabela de privilégios.';
$strPrivDescIndex = 'Permite criar e apagar indexes.';
$strPrivDescInsert = 'Permite inserir e substituir dados.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Permite eliminar processos de outros utilizadores.';
$strPrivDescProcess4 = 'Permite ver o queries completos na lista de processos.';
$strPrivDescReferences = 'Não tem efeito nesta versão do MySQL.';
$strPrivDescSelect = 'Permite ler dados.';
$strPrivDescShowDb = 'Dá acesso à lista de bases de dados completa.';
$strPrivDescShutdown = 'Permite desligar o servidor.';
$strPrivDescUpdate = 'Permite alterar dados.';
$strPrivDescUsage = 'Sem privilégios.';
$strPrivileges = 'Privilégios';
$strPrivilegesReloaded = 'O privilégios foram recarregados com sucesso.';
$strProcesslist = 'Lista de Processos';
$strPutColNames = 'Coloca os nomes dos compos na primeira linha';
 
$strQBE = 'Pesquisa por formulário';
$strQBEDel = 'Elim.';
$strQBEIns = 'Ins.';
$strQueryFrame = 'Janela de Query';
$strQueryOnDb = 'Comando SQL na base de dados <b>%s</b>:';
$strQuerySQLHistory = 'Histórico SQL';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'O Query demorou %01.4f sec';
$strQueryType = 'Tipo de Query';
$strQueryWindowLock = 'Não alterar esta pesquisa de fora da janela';
 
$strReType = 'Confirma';
$strReceived = 'Recebido';
$strRecords = 'Registos';
$strReferentialIntegrity = 'Verificar Integridade referencial:';
$strRelationNotWorking = 'As Características adicionais para trabalhar com ligações entre Tabelas foram desactivadas. Para saber porquê carregue %saqui%s.';
$strRelationView = 'Vista de Relação';
$strRelationalSchema = 'Esquema relacional';
$strRelations = 'Relações';
$strReloadMySQL = 'Reiniciar o MySQL';
$strReloadingThePrivileges = 'A recarregar privilégios';
$strRemoveSelectedUsers = 'Remover utilizadores seleccionados';
$strRenameTable = 'Renomeia a tabela para ';
$strRenameTableOK = 'Tabela %s renomeada para %s';
$strRepairTable = 'Reparar tabela';
$strReplaceNULLBy = 'Substituir NULL por';
$strReplaceTable = 'Substituir os dados da tabela pelos do arquivo';
$strReset = 'Limpa';
$strResourceLimits = 'Limites do recurso';
$strRevoke = 'Anula';
$strRevokeAndDelete = 'Revogar todos os privilégios dos utilizadores e apagá-los a seguir.';
$strRevokeAndDeleteDescr = 'O utilizadores manterão o privilégio de USAGE até que os privilégios sejam recarregados.';
$strRevokeMessage = 'Anulou os privilégios para %s';
$strRowLength = 'Comprim. dos reg.';
$strRowSize = ' Tamanho dos reg.';
$strRows = 'Registos';
$strRowsFrom = 'registos começando em';
$strRowsModeFlippedHorizontal = 'horizontal (cabeçalhos rodados)';
$strRowsModeHorizontal = 'horizontal'; // same in portuguese!
$strRowsModeOptions = 'em modo %s com cabeçalhos repetidos a cada %s células';
$strRowsModeVertical = 'vertical'; // same in portuguese!
$strRowsStatistic = 'Estatísticas dos registos';
$strRunQuery = 'Executa Comando SQL';
$strRunSQLQuery = 'Executa comando(s) SQL na base de dados %s';
$strRunning = 'a correr em %s';
$strRussian = 'Russo';
 
$strSQL = 'SQL';
$strSQLExportType = 'Tipo de Exportação';
$strSQLOptions = 'Opções SQL';
$strSQLParserBugMessage = 'Talvez tenha encontrado um bug no analizador (parser) do SQL. Analise o seu query aprofundadamente, e verifique se as aspas estão correctas e não estão desencontradas. Outra possibilidade de falha é o facto de estar a fazer o upload de um ficheiro com outside binário, de de uma área de texto citada. Pode também experimentar a sua query na interface da linha de comandos do MySQL. A saída de erro do MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema. Se continuar a ter problemas ou se o analisador (parser) falhar onde a interface da linha de comandos tiver sucesso, reduza por favor a entrada do query SQL até aquele que causa o problema, e envie o relatório de bug com os dados do chunk na secção CUT abaixo:';
$strSQLParserUserError = 'Parece haver um erro no seu query SQL. A saída do servidor MySQL abaixo, isto se existir alguma, também o poderá ajudar a diagnosticar o problema.';
$strSQLQuery = 'Comando SQL';
$strSQLResult = 'Resultado SQL';
$strSQPBugInvalidIdentifer = 'Identificador inválido';
$strSQPBugUnclosedQuote = 'Aspa não fechada';
$strSQPBugUnknownPunctuation = 'Pontuação desconhecida';
$strSave = 'Guarda';
$strSaveOnServer = 'Gravar no servidor na directoria %s';
$strScaleFactorSmall = 'O factor escala é muito pequeno para encaixar o esquema numa página';
$strSearch = 'Pesquisar';
$strSearchFormTitle = 'Pesquisar na Base de Dados';
$strSearchInTables = 'Dentro de Tabela(s):';
$strSearchNeedle = 'Palavra(s) ou valor(es) para pesquisar para (wildcard: "%"):';
$strSearchOption1 = 'pelo menos uma das palavras';
$strSearchOption2 = 'todas as palavras';
$strSearchOption3 = 'a frase exacta';
$strSearchOption4 = 'as regular expression';
$strSearchResultsFor = 'Procurar resultados para "<i>%s</i>" %s:';
$strSearchType = 'Procurar:';
$strSecretRequired = 'O ficheiro de configuração precisa agora de uma frase-passe secreta (blowfish_secret).';
$strSelectADb = 'Por favor seleccione uma base de dados';
$strSelectAll = 'Selecciona Todas';
$strSelectFields = 'Seleccione os campos (no mínimo 1)';
$strSelectNumRows = 'na pesquisa';
$strSelectTables = 'Seleccionar Tabelas';
$strSend = 'envia';
$strSent = 'Enviado';
$strServer = 'Servidor';
$strServerChoice = 'Escolha do Servidor';
$strServerStatus = 'Informação de Runtime';
$strServerStatusUptime = 'Este servidor de mySQL estar a correr há %s. Foi iniciado em/a %s.';
$strServerTabProcesslist = 'Processos';
$strServerTabVariables = 'Variáveis';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Variáveis do servidor e configurações';
$strServerVersion = 'Versão do servidor';
$strSessionValue = 'Valor de sessão';
$strSetEnumVal = 'Se o tipo de campo é "enum" ou "set", por favor introduza os valores no seguinte formato: \'a\',\'b\',\'c\'...<br />Se precisar de colocar uma barra invertida ("\") ou um apóstrofe ("\'") entre esses valores, coloque uma barra invertida antes (por exemplo \'\\\\xyz\' ou \'a\\\'b\').';
$strShow = 'Mostra';
$strShowAll = 'Mostrar tudo';
$strShowColor = 'Mostrar côr';
$strShowDatadictAs = 'Formato dos dados do dicionário';
$strShowFullQueries = 'Mostrar queries completos';
$strShowGrid = 'Mostrar grelha';
$strShowPHPInfo = 'Mostra informação do PHP';
$strShowTableDimension = 'Mostrar dimensão das tabelas';
$strShowTables = 'Mostra tabelas';
$strShowThisQuery = ' Mostrar de novo aqui este comando ';
$strShowingRecords = 'Mostrando registos ';
$strSimplifiedChinese = 'Chinês Simplificado';
$strSingly = '(A refazer após inserir/eliminar)';
$strSize = 'Tamanho';
$strSort = 'Ordenação';
$strSortByKey = 'Ordenar por chave';
$strSpaceUsage = 'Espaço ocupado';
$strSplitWordsWithSpace = 'As palavras são separadas pelo caracter espaço (" ").';
$strStatCheckTime = 'Verificação';
$strStatCreateTime = 'Criação';
$strStatUpdateTime = 'Actualização';
$strStatement = 'Itens';
$strStatus = 'Estado';
$strStrucCSV = 'Dados CSV';
$strStrucData = 'Estrutura e dados';
$strStrucDrop = 'Adiciona DROP TABLE';
$strStrucExcelCSV = 'dados CSV para MS Excel';
$strStrucOnly = 'Somente estrutura';
$strStructPropose = 'Propor uma estrutura de tabela';
$strStructure = 'Estrutura';
$strSubmit = 'Submete';
$strSuccess = 'O seu comando SQL foi executado com sucesso';
$strSum = 'Soma';
$strSwedish = 'Sueco';
$strSwitchToTable = 'Mudar para a tabela copiada';
 
$strTable = 'Tabela';
$strTableComments = 'Comentários da tabela';
$strTableEmpty = 'O nome da tabela está vazio!';
$strTableHasBeenDropped = 'A tabela %s foi eliminada';
$strTableHasBeenEmptied = 'A tabela %s foi limpa';
$strTableHasBeenFlushed = 'A tabela %s foi fechada';
$strTableMaintenance = 'Manutenção da tabela';
$strTableOfContents = 'Índice';
$strTableOptions = 'Opções da tabela';
$strTableStructure = 'Estrutura da tabela';
$strTableType = 'Tipo de tabela';
$strTables = '%s tabela(s)';
$strTblPrivileges = 'Privilégios específicos da tabela';
$strTextAreaLength = ' Devido ao seu tamanho,<br /> este campo pode não ser editável ';
$strThai = 'Tailandês';
$strThisHost = 'Este Anfitrião';
$strThisNotDirectory = 'Isto não era uma directoria';
$strTime = 'Tempo';
$strTotal = 'total';
$strTotalUC = 'Total'; // (same in portuguese)
$strTraditionalChinese = 'Chinês Tradicional';
$strTraffic = 'Tráfego';
$strTransformation_image_jpeg__inline = 'Mostra uma miniatura clicável; opções: largura,altura em pixeis (mantém a proporção original)';
$strTransformation_image_jpeg__link = 'Mostra uma ligação para esta imagem (blob download directo , i.e.).';
$strTransformation_image_png__inline = 'Ver imagem/jpeg: inline';
$strTransformation_text_plain__formatted = 'Preserva a formatação original do campo. Sem Escaping.';
$strTruncateQueries = 'Truncar os Queries mostrados';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Nenhum';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconhecido';
$strUnselectAll = 'Limpa Todas as Selecções';
$strUpdComTab = 'Consulte a Documentação sobre como actualizar a Tabela Column_comments Table';
$strUpdatePrivMessage = 'Actualizou os privilégios de %s.';
$strUpdateProfileMessage = 'O prefil foi actualizado.';
$strUpdateQuery = 'Actualiza Comando SQL';
$strUpgrade = 'deve actualizar para %s %s ou mais recente.';
$strUsage = 'Utilização';
$strUseBackquotes = 'Usar apóstrofes com os nomes das tabelas e campos';
$strUseHostTable = 'Usar a tabela do anfitrião';
$strUseTables = 'Usar Tabelas';
$strUseTextField = 'Usar campo de texto';
$strUseThisValue = 'Usar este valor';
$strUser = 'Utilizador';
$strUserAlreadyExists = 'O utilizador %s já existe!';
$strUserEmpty = 'O nome do utilizador está vazio!';
$strUserName = 'Nome do Utilizador';
$strUserNotFound = 'O utilizador selecionado não se encontra na tabela de privilégios.';
$strUsersDeleted = 'Os utilizadores selecionado foram apagados com sucesso.';
$strUsersHavingAccessToDb = 'Utilizadores que tem acesso a &quot;%s&quot;';
 
$strValidateSQL = 'Validar SQL';
$strValue = 'Valor';
$strVar = 'Variável';
$strViewDump = 'Ver o esquema da tabela';
$strViewDumpDB = 'Ver o esquema da base de dados';
 
$strWebServerUploadDirectory = 'Directoria no servidor web para fazer upload';
$strWebServerUploadDirectoryError = 'Não é possivel alcançar a directoria que configurou para fazer upload';
$strWelcome = 'Bemvindo ao %s';
$strWestEuropean = 'Europeu de Oeste';
$strWithChecked = 'Com os seleccionados:';
$strWritingCommentNotPossible = 'Não é possível escrever comentário';
$strWritingRelationNotPossible = 'Não é possível escrever relação';
$strWrongUser = 'Utilizador ou Palavra-passe errada. Acesso Negado.';
 
$strXML = 'XML';// (Same in portuguese)
 
$strYes = 'Sim';
 
$strZeroRemovesTheLimit = 'Nota: Configurar estas opções para 0 (zero) remove o limite.';
$strZip = '"Compressão zip"';
 
// To translate:
 
$strBeginCut = 'BEGIN CUT'; //to translate
$strBeginRaw = 'BEGIN RAW'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
 
$strCharsetsAndCollations = 'Character Sets and Collations'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCollation = 'Collation'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
$strCyrillic = 'Cyrillic'; //to translate
 
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
 
$strEndCut = 'END CUT'; //to translate
$strEndRaw = 'END RAW'; //to translate
 
$strLatexLabel = 'Label key';//to translate
 
$strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'Permite connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
 
$strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
 
$strUserOverview = 'User overview'; //to translate
 
$strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
$strViewDumpDatabases = 'View dump (schema) of databases';//to translate
 
$strWildcard = 'wildcard'; //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
 
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/remove_message.sh
0,0 → 1,23
#!/bin/bash
# $Id: remove_message.sh,v 2.0 2003/11/18 15:20:39 nijel Exp $
#
# Shell script that removes a message from all message files (Lem9)
# it checks for the message, followed by a space
#
# Example: remove_message.sh 'strMessageToRemove'
#
 
if [ $# -ne 1 ] ; then
echo "usage: remove_message.sh 'strMessageToRemove'"
exit 1
fi
for file in *.inc.php
do
echo "lines before:" `wc -l $file`
grep -v "$1 " ${file} > ${file}.new
rm $file
mv ${file}.new $file
echo " lines after:" `wc -l $file`
done
echo " "
/Web/Maintenance/phpMyAdmin/lang/romanian-iso-8859-1.inc.php
0,0 → 1,981
<?php
/* $Id: romanian-iso-8859-1.inc.php,v 2.118.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
$month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
 
$strAPrimaryKey = 'A fost adaugat o cheie primara la %s';
$strAbortedClients = 'Intrerupt';
$strAbsolutePathToDocSqlDir = 'Va rugam introduceti calea absoluta al serverului web la directorul docSQL';
$strAccessDenied = 'Acces interzis';
$strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.';
$strAction = 'Actiune';
$strAddAutoIncrement = 'Adauga valoare pentru AUTO_INCREMENT';
$strAddConstraints = 'Adauga constrangere';
$strAddDeleteColumn = 'Adauga/Sterge coloane';
$strAddDeleteRow = 'Adauga/Sterge criteriu';
$strAddDropDatabase = 'Adaugare optiune STERGE BAZA DE DATE';
$strAddFields = 'Adauga %s camp(uri)';
$strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
$strAddIfNotExists = 'Adaugare DACA NU EXISTA';
$strAddIntoComments = 'Adaugare la comentarii';
$strAddNewField = 'Adauga camp nou';
$strAddPrivilegesOnDb = 'Adauga drepturi la baza de date urmatoare';
$strAddPrivilegesOnTbl = 'Adauga drepturi la urmatorul tabel';
$strAddSearchConditions = 'Adauga conditie de cautare (parte a comenzii "where"):';
$strAddToIndex = 'Adauga la coloana(ele) index &nbsp;%s&nbsp;';
$strAddUser = 'Adauga un utilizator nou';
$strAddUserMessage = 'Ati adaugat un nou utilizator.';
$strAddedColumnComment = 'Sa adaugat comentariu la coloana';
$strAddedColumnRelation = 'Sa adaugat o relatie la coloana';
$strAdministration = 'Administrare';
$strAffectedRows = 'Linii afectate:';
$strAfter = 'Dupa %s';
$strAfterInsertBack = 'Revenire';
$strAfterInsertNewInsert = 'Adauga o noua inregistrare';
$strAfterInsertNext = 'Editeaza randul urmator';
$strAfterInsertSame = 'Inapoi la aceasta pagina';
$strAll = 'Toate';
$strAllTableSameWidth = 'arata toate tabelele cu aceeasi marime?';
$strAlterOrderBy = 'Alterare ordine tabel dupa (Alter table order by)';
$strAnIndex = 'A fost adaugat un index la %s';
$strAnalyzeTable = 'Analizare tabel';
$strAnd = 'Si (And)';
$strAny = 'Oricare';
$strAnyHost = 'Oricare host';
$strAnyUser = 'Oricare utilizator';
$strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Crescatoare';
$strAtBeginningOfTable = 'La inceputul tabelului';
$strAtEndOfTable = 'La sfarsitul tabelului';
$strAttr = 'Proprietati';
$strAutodetect = 'Autodetectare';
$strAutomaticLayout = 'Layout automat';
 
$strBack = 'Inapoi';
$strBaltic = 'Baltic';
$strBeginCut = 'DE TAIAT - INCEPUT';
$strBeginRaw = 'INCEPUT RAW';
$strBinLogEventType = 'Tip eveniment';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Denumire Log';
$strBinLogOriginalPosition = 'Pozitie originala';
$strBinLogPosition = 'Pozitie';
$strBinLogServerId = 'Server ID';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - a nu se edita';
$strBinaryLog = 'Binary log';
$strBookmarkAllUsers = 'Permite tuturor utilizatorilor sa acceseze acest bookmark';
$strBookmarkDeleted = 'Eticheta a fost stearsa.';
$strBookmarkLabel = 'Eticheta - Label';
$strBookmarkQuery = 'Comanda SQL salvata (Bookmarked SQL-query)';
$strBookmarkThis = 'Salveaza aceasta comanda SQL';
$strBookmarkView = 'Numai vizualizare';
$strBrowse = 'Navigare';
$strBrowseForeignValues = 'Cauta printre valori necunoscute';
$strBulgarian = 'Bulgar';
$strBzError = 'phpMyAdmin nu a reusit sa compreseze acest dump din cauza unei extensii Bz2 invalide in aceasta versiune php. Va recomandam sa setati directiva <code>$cfg[\'BZipDump\']</code> in in fisierul de configurare phpMyAdmin la <code>FALSE</code>. Daca doriti sa utilizati caracteristicile de compresie Bz2 va trebui sa upgradati la o versiune mai noua de php. Pentru detalii revedeti raportul de erori php %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'Optiuni CSV';
$strCalendar = 'Calendar';
$strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
$strCantLoad = 'nu se poate incarca %s extensia,<br />va rugam verificati configuratia PHP.';
$strCantLoadRecodeIconv = 'Nu pot incarca extensia iconv sau recode necesar pentru conversia de caractere, configureaza PHP pentru a permite folosirea acestor extensii sau dezactiveaza conversia de caractere din phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
$strCantUseRecodeIconv = 'Nu pot folosi functiile iconv nici libiconv nici recode_string in timp ce extensia este incarcata. Verifica configuratia PHP.';
$strCardinality = 'Cardinalitate';
$strCaseInsensitive = 'caz-insenzitiv';
$strCaseSensitive = 'caz-senzitiv';
$strCentralEuropean = 'European de est';
$strChange = 'Schimbare';
$strChangeCopyMode = 'Creaza un utilizatoru nou cu acelasi privilegii si...';
$strChangeCopyModeCopy = '... mentine cel vechi.';
$strChangeCopyModeDeleteAndReload = ' ... sterge cel vechi din tabela de utilizatori si reincarca privilegiile.';
$strChangeCopyModeJustDelete = ' ... sterge cel vechi din tabela de utilizatori.';
$strChangeCopyModeRevoke = ' ... revoca toate privilegiile active de la utilizatorul vechi si sterge-l dupa aceea.';
$strChangeCopyUser = 'Schimba informatiile de autentificare / Copiaza utilizator';
$strChangeDisplay = 'Selecteaza un camp';
$strChangePassword = 'Schimbare parola';
$strCharset = 'Set de caractere';
$strCharsetOfFile = 'Setul de caractere a fisierului:';
$strCharsets = 'Set de caractere';
$strCharsetsAndCollations = 'Set de caractere si gestionarea acestora';
$strCheckAll = 'Marcheaza toate';
$strCheckOverhead = 'Verificare depasit';
$strCheckPrivs = 'Verifica privilegiile';
$strCheckPrivsLong = 'Verifica privilegiile pentru baza de date &quot;%s&quot;.';
$strCheckTable = 'Verificare tabel';
$strChoosePage = 'Selecteaza o pagina pentru a fi editata';
$strColComFeat = 'Arata comentariile coloanei';
$strCollation = 'Gestionare';
$strColumnNames = 'Numele coloanelor';
$strColumnPrivileges = 'Drepturi specifice de coloana';
$strCommand = 'Comanda';
$strComments = 'Comentarii';
$strCommentsForTable = 'COMENTARII PENTRU TABEL';
$strCompatibleHashing = 'Compatibil MySQL&nbsp;4.0';
$strCompleteInserts = 'Rezolva inserarea';
$strCompression = 'Compresie';
$strConfigFileError = 'phpMyAdmin nu poate citi corect fisierul de configuratie! <br />Acesta se poate intampla in cazul in care PHP nu poate gasi fisierul sau nu o poate parsa corect. <br />Vezi configuratia fisierului apasand pe linkul de mai jos si citeste cu atentie erorile aparute ... In cele mai multe cazuri lipsesc apostroful sau ghilimele.<br />Daca primesti o pagina goala, totul pare sa fie bine.';
$strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s';
$strConnectionError = 'Conexiune esuata: setari invalide.';
$strConnections = 'Conexiuni';
$strConstraintsForDumped = 'Restrictii pentru tabele sterse';
$strConstraintsForTable = 'Restrictii pentru tabele';
$strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
$strCopyDatabaseOK = 'Baza de date %s a fost copiata la %s';
$strCopyTable = 'Copiaza tabela la (database<b>.</b>table):';
$strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
$strCopyTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi';
$strCouldNotKill = 'phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost deja oprit.';
$strCreate = 'Creaza';
$strCreateIndex = 'Creaza un index pe&nbsp;%s&nbsp;coloana';
$strCreateIndexTopic = 'Creaza un nou index';
$strCreateNewDatabase = 'Creaza baza de date noua';
$strCreateNewTable = 'Creaza tabela noua in baza de date %s';
$strCreatePage = 'Creaza o noua pagina';
$strCreatePdfFeat = 'Creare de PDF';
$strCreationDates = 'Creare/Reinnoire/Verificare data';
$strCriteria = 'Criteriu';
$strCroatian = 'Croat';
$strCyrillic = 'Cyrillic';
$strCzech = 'Ceh';
$strCzechSlovak = 'Czech-Slovak';
 
$strDBComment = 'Comentarii referitoare la baza de date: ';
$strDBCopy = 'Copiaza baza de date';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Afisari';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Timp maxim, ms';
$strDBGMinTimeMs = 'Timp minim, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Timp/Afisare, ms';
$strDBGTotalTimeMs = 'Timp total, ms';
$strDBRename = 'Redenumire baza de date in';
$strDanish = 'Danez';
$strData = 'Date';
$strDataDict = 'Dictionar de date';
$strDataOnly = 'Numai date';
$strDatabase = 'Baza de date';
$strDatabaseEmpty = 'Campul de denumire a bazei de date este gol!';
$strDatabaseExportOptions = 'Optiuni de exportare a bazei de date';
$strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncat.';
$strDatabaseNoTable = 'Aceasta baza de date nu contine nici un tabel!';
$strDatabases = 'Baze de date';
$strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
$strDatabasesStats = 'Statisticile bazelor de date';
$strDatabasesStatsDisable = 'Dezactiveaza statisticile';
$strDatabasesStatsEnable = 'Activeaza statisticile';
$strDatabasesStatsHeavyTraffic = 'Nota: Activarea statisticilor pentru baza de date, poate cauza cresterea traficului intre MySQL si serverul de web.';
$strDbPrivileges = 'Drepturi specifice de baza de date';
$strDbSpecific = 'specific bazei de date';
$strDefault = 'Setare de baza';
$strDefaultEngine = '%s este motorul de stocare setat prin default pe acest server MySQL.';
$strDefaultValueHelp = 'Pentru valorile implicite, va rugam introduceti o singura valoare, fara backslash, escape sau ghilimele, folosind formatul: a';
$strDefragment = 'Defragmentare tablela';
$strDelOld = 'Pagina curenta se leaga de tabele care nu mai exista. Doriti stergerea acestor legaturi?';
$strDelayedInserts = 'Foloseste inserari intarziate';
$strDelete = 'Sterge';
$strDeleteAndFlush = 'Sterge utilizatorii si reincarca drepturile pe urma.';
$strDeleteAndFlushDescr = 'Este cea mai simpla metoda, dar reincarcarea drepturilor s-ar putea sa dureze.';
$strDeleted = 'Linia a fost stearsa';
$strDeletedRows = 'Randuri sterse:';
$strDeleting = 'Sterge %s';
$strDescending = 'Descrescator';
$strDescription = 'Descriere';
$strDictionary = 'dictionar';
$strDisableForeignChecks = 'Dezactivare verificari de cheie straine';
$strDisabled = 'Dezactivat';
$strDisplayFeat = 'Arata facilitatile';
$strDisplayOrder = 'Ordine de afisare:';
$strDisplayPDF = 'Arata schema PDF';
$strDoAQuery = 'Executa un "query by example" (wildcard: "%")';
$strDoYouReally = 'Sunteti sigur ca doriti sa ';
$strDocu = 'Documentatie';
$strDrop = 'Arunca';
$strDropDatabaseStrongWarning = 'Sunteti pe cale sa DISTRUGETI o intreaga baza de date!';
$strDropUsersDb = 'Arunca baza de date care are acelasi nume ca un utilizator.';
$strDumpSaved = 'Copia a fost salvata in fisierul %s.';
$strDumpXRows = 'Arunca %s randuri incepand de la randul %s.';
$strDumpingData = 'Salvarea datelor din tabel';
$strDynamic = 'dinamic';
 
$strEdit = 'Editare';
$strEditPDFPages = 'Editeaza paginile PDF';
$strEditPrivileges = 'Editeaza drepturile de acces';
$strEffective = 'Efectiv';
$strEmpty = 'Goleste';
$strEmptyResultSet = 'MySQL a dat un set de rezultate gol (ex. zero linii).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Cuprinde exportare intr-o tranzactie';
$strEnd = 'Sfarsit';
$strEndCut = 'DE TAIAT - SFARSIT';
$strEndRaw = 'SFARSIT RAW';
$strEngineAvailable = '%s este disponibil pentru acest server de MySQL.';
$strEngineDisabled = '%s a fost dezactivat pentru acest server de MySQL.';
$strEngineUnsupported = 'Acest server MySQL nu suporta motorul de stocare %s.';
$strEngines = 'Motoare';
$strEnglish = 'Englez';
$strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar in engleza ';
$strError = 'Eroare';
$strEscapeWildcards = 'Wildcard-urile _ si % trebuiesc insotite de \ pentru a le aplica';
$strEstonian = 'Estonian';
$strExcelEdition = 'Editia Excel';
$strExcelOptions = 'Optiuni Excel';
$strExecuteBookmarked = 'Executare comanda marcata';
$strExplain = 'Explica SQL';
$strExport = 'Export';
$strExtendedInserts = 'Inserari extinse';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Incercari nereusite';
$strField = 'Camp';
$strFieldHasBeenDropped = 'Campul %s a fost aruncat';
$strFields = 'Campuri';
$strFieldsEmpty = ' Rezultat gol ';
$strFieldsEnclosedBy = 'Campuri incadrate de';
$strFieldsEscapedBy = 'Campuri realizate de';
$strFieldsTerminatedBy = 'Campuri terminate de';
$strFileAlreadyExists = 'Fisierul %s exista deja pe server, schimba denumirea fisierului sau bifeaza optiunea de suprascriere.';
$strFileCouldNotBeRead = 'Fisierul nu poate fi citit';
$strFileNameTemplate = 'Sablon nume fisier';
$strFileNameTemplateRemember = 'tine minte template';
$strFixed = 'fixat';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin foloseste privilegiile utilizatorilor direct din tabela de privilegii din MySQL. Continutul acestei tabele poate diferi de cel original. In acest caz, reincarca de aici inainte de a continua %sreincarcarea drepturilor%s.';
$strFlushTable = 'Curatarea tabelului ("FLUSH")';
$strFormEmpty = 'Valoarea lipseste in formular !';
$strFormat = 'Format';
$strFullText = 'Texte intregi';
$strFunction = 'Functie';
 
$strGenBy = 'Generat de';
$strGenTime = 'Timp de generare';
$strGeneralRelationFeat = 'Facilitati generale';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegii globale';
$strGlobalValue = 'Valoare globala';
$strGo = 'Executa';
$strGrantOption = 'Grant';
$strGreek = 'Grec';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'a fost alterat.';
$strHasBeenCreated = 'a fost creat.';
$strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa';
$strHebrew = 'Ebraica';
$strHexForBinary = 'Foloseste hexadecimal pentru campuri binary';
$strHome = 'Pagina de start';
$strHomepageOfficial = 'Pagina oficiala phpMyAdmin';
$strHost = 'Gazda (Host)';
$strHostEmpty = 'Numele de gazda este gol!';
$strHungarian = 'Unguresc';
 
$strIcelandic = 'Islandic';
$strId = 'ID';
$strIdxFulltext = 'Tot textul';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizati ignorare inserari';
$strIgnoringFile = 'Fisier %s ignorat';
$strImportDocSQL = 'Import de fisiere docSQL';
$strImportFiles = 'Import de fisiere';
$strInUse = 'in folosinta';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s a fost aruncat';
$strIndexName = 'Nume index&nbsp;:';
$strIndexType = 'Tip index&nbsp;:';
$strIndexWarningMultiple = 'S-a creat mai mult de o cheie %s la coloana `%s`';
$strIndexWarningPrimary = 'Cheile PRIMARY si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
$strIndexWarningUnique = 'Cheile UNIQUE si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexes = 'Indexuri';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.';
$strInsert = 'Inserare';
$strInsertAsNewRow = 'Insereaza ca o noua linie';
$strInsertNewRow = 'Insereaza o noua linie';
$strInsertedRowId = 'ID rand inserat:';
$strInsertedRows = 'Randuri inserate:';
$strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.';
$strInternalRelations = 'Relatii interne';
 
$strJapanese = 'Japonez';
$strJumpToDB = 'Sari la baza de date &quot;%s&quot;.';
$strJustDelete = 'Sterge utilizatorii din tabelele de drepturi.';
$strJustDeleteDescr = 'Utilizatorii &quot;stersi&quot; vor avea acces la server la fel ca pana acum pana ce drepturile sunt reincarcate.';
 
$strKeepPass = 'Nu schimbati parola';
$strKeyname = 'Nume cheie';
$strKill = 'Opreste';
$strKorean = 'Corean';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Optiuni LaTeX';
$strLandscape = 'Landscape';
$strLatexCaption = 'Captura tabel';
$strLatexContent = 'Continutul tabelului __TABLE__';
$strLatexContinued = '(continuare)';
$strLatexContinuedCaption = 'Continuare captura tabel';
$strLatexIncludeCaption = 'Include captura tabel';
$strLatexLabel = 'Tasta label';
$strLatexStructure = 'Structura tabelului __TABLE__';
$strLatvian = 'Leton';
$strLengthSet = 'Lungime/Setare';
$strLimitNumRows = 'Numarul de inregistrari de pe pagina';
$strLinesTerminatedBy = 'Linii terminate de';
$strLinkNotFound = 'Legatura invalida';
$strLinksTo = 'Trimitere la';
$strLithuanian = 'Lituanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Locatia fisierului text';
$strLogPassword = 'Parola:';
$strLogServer = 'Server';
$strLogUsername = 'Nume utilizator:';
$strLogin = 'Autentificare';
$strLoginInformation = 'Informatii de autentificare';
$strLogout = 'Deconectare';
$strLongOperation = 'Aceasta operatie poate dura mult. Doriti totusi sa fie executata?';
 
$strMIMETypesForTable = 'MIME TYPES PENTRU TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Tipuri MIME disponibile';
$strMIME_available_transform = 'Informatii disponibile';
$strMIME_description = 'Descriere';
$strMIME_nodescription = 'Nu este disponibila nici o descriere pentru aceasta transformare.<br />Intrebati autorul de functiile indeplinite de %s.';
$strMIME_transformation = 'Transformare browser';
$strMIME_transformation_note = 'Pentru lista optiunilor de transformare disponibile si transformarile MIME-type, apasati pe %stransformation descriptions%s';
$strMIME_transformation_options = 'Optiuni de transformare';
$strMIME_transformation_options_note = 'Introduceti valorile pentru optiunile de transformare utilizand acest format: \'a\',\'b\',\'c\'...<br />Daca trebuie sa folositi backslash ("\") sau apostrof ("\'") in aceste valori, introduceti un backslashes (ex. \'\\\\xyz\' sau \'a\\\'b\').';
$strMIME_without = 'Tipurile MIME listate inclinat nu au o functie de transformare separata';
$strMaximumSize = 'Marime maxima: %s%s';
$strMbExtensionMissing = 'Nu s-a gasit extensia PHP mbstring si se pare ca folositi set de charactere multibyte. Fara extensia mbstring, phpMyAdmin nu poate diviza stringurile corect si acesta poate duce la rezultate neasteptate.';
$strMbOverloadWarning = 'Ati activat mbstring.func_overload in configuratia PHP. Aceasta optiune nu este compatibila cu phpMyAdmin si poate duce la pierderea unor date!';
$strModifications = 'Modificarile au fost salvate';
$strModify = 'Modificare';
$strModifyIndexTopic = 'Modifica un index';
$strMoveTable = 'Muta tabela la (database<b>.</b>table):';
$strMoveTableOK = 'Tabela %s a fost mutat la %s.';
$strMoveTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi!';
$strMultilingual = 'Poliglot';
$strMyISAMDataPointerSize = 'Marime data pointer';
$strMyISAMDataPointerSizeDesc = 'Marimea pointer default in byti, care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cand nu este specificat nici o optiune MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Marimea maxima pentru fisierele temporare la crearea indexului';
$strMyISAMMaxExtraSortFileSizeDesc = 'Daca fisierul temporar utilizat pentru crearea rapida a indexului MyISAM ar fi mai mare decat daca s-ar utiliza cache-ul key. Se prefera utilizarea metodei key cache.';
$strMyISAMMaxSortFileSize = 'Marimea maxima pentru fisierele de sortare temporare';
$strMyISAMMaxSortFileSizeDesc = 'Marimea maxima pentru fisierul temporar care este permisa in MySQL in timpul recrearii unui index MyISAM (in timpul operatiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Mod de recuperare automat';
$strMyISAMRecoverOptionsDesc = 'Modul pentru recuperarea automata a tabelelor MyISAM deteriorate, setat prin optiunea startup --myisam-recover server.';
$strMyISAMRepairThreads = 'Repara firele de executie';
$strMyISAMRepairThreadsDesc = 'Daca aceasta valoare este mai mare decat 1, indexurile de tabel MyISAM sunt create in paralel (fiecare index in firul de executie propriu) in tipul operatiunii de reparare prin procesul de sortare.';
$strMyISAMSortBufferSize = 'Sortare marime buffer';
$strMyISAMSortBufferSizeDesc = 'Bufferul alocat la sortarea indexurilor MyISAM in timpul unei operatiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
$strMySQLCharset = 'Setul de caractere MySQL';
$strMySQLSaid = 'MySQL zice: ';
$strMySQLShowProcess = 'Afiseaza procesele';
$strMySQLShowStatus = 'Afiseaza informatiile runtime MySQL';
$strMySQLShowVars = 'Afiseaza variabilele de sistem MySQL';
 
$strName = 'Nume';
$strNext = 'Urmatorul';
$strNo = 'Nu';
$strNoActivity = 'Nu ati avut activitate de mai mult de %s seconde, va rugam sa va autentificati din nou';
$strNoDatabases = 'Nu sunt baze de date';
$strNoDatabasesSelected = 'Nu este selectat nici o baza de date.';
$strNoDescription = 'Nu exista descriere';
$strNoDetailsForEngine = 'Nu exista informatii detaliate legate de status disponibile pentru motorul de stocare.';
$strNoDropDatabases = 'Comenzile "DROP DATABASE" sunt dezactivate.';
$strNoExplain = 'Sari peste explicarea SQL';
$strNoFrames = 'phpMyAdmin are o interfata mai prietenoasa cu navigator care lucreaza cu <b>frame-uri</b>.';
$strNoIndex = 'Index nu este definit!';
$strNoIndexPartsDefined = 'Nu sunt definite parti din index!';
$strNoModification = 'Nici o schimbare';
$strNoOptions = 'Acest format nu are optiuni';
$strNoPassword = 'Nu exista parola';
$strNoPermission = 'Serverul web nu poate salva fisierul %s.';
$strNoPhp = 'fara cod PHP';
$strNoPrivileges = 'Nu exista drepturi de acces';
$strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!';
$strNoRowsSelected = 'Nu e nici un rand selectat';
$strNoSpace = 'Spatiu insuficient pentru salvarea fisierului %s.';
$strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.';
$strNoThemeSupport = 'Nu exista suport pentru themes, va rugam verificati configuratia si/sau designurile in directorul %s.';
$strNoUsersFound = 'Nu s-a gasit nici un utilizator.';
$strNoValidateSQL = 'Sari peste validarea SQL';
$strNone = 'Nici unul(a)';
$strNotNumber = 'Acesta nu este un numar!';
$strNotOK = 'Nu este bine';
$strNotSet = '<b>%s</b> tabela nu a fost gasita sau nu este setat in %s';
$strNull = 'Nul';
$strNumSearchResultsInTable = '%s rezultat(e) in interiorul tabelei <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
$strNumTables = 'Tabele';
 
$strOK = 'E bine';
$strOperations = 'Operatii';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizare tabel';
$strOr = 'Sau';
$strOverhead = 'Asupra';
$strOverwriteExisting = 'Suprascrie fisier(e) existent(e)';
 
$strPHP40203 = 'Folosesti PHP 4.2.3, server care are un bug major la multi-byte strings (mbstring). Vezi PHP bug report la 19404. Aceasta versiune de PHP nu este recomandat de folosit cu phpMyAdmin.';
$strPHPVersion = 'Versiune PHP';
$strPageNumber = 'Numarul paginii:';
$strPaperSize = 'Marime hartie';
$strPartialText = 'Texte partiale';
$strPassword = 'Parola';
$strPasswordChanged = 'Parola pentru %s a fost schimbata cu succes.';
$strPasswordEmpty = 'Parola este goala!';
$strPasswordNotSame = 'Parolele nu corespund!';
$strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
$strPdfInvalidTblName = 'Tabela "%s" nu exista!';
$strPdfNoTables = 'Nu exista tabele';
$strPerHour = 'pe ora';
$strPerMinute = 'pe minute';
$strPerSecond = 'pe secunde';
$strPersian = 'Persian';
$strPhoneBook = 'carte de telefoane';
$strPhp = 'Creaza cod PHP';
$strPmaDocumentation = 'Documentatie phpMyAdmin';
$strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE sa fie setat in fisierul de configurare!';
$strPolish = 'Polononez';
$strPortrait = 'Portrait';
$strPos1 = 'Incepe';
$strPrevious = 'Anterior';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Cheia primara a fost aruncat';
$strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
$strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
$strPrint = 'Listare';
$strPrintView = 'Viziualizare imprimare';
$strPrintViewFull = 'Vizualizare listare4 (impreuna cu text)';
$strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
$strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
$strPrivDescCreateDb = 'Permite crearea de noi baze de date si tabele.';
$strPrivDescCreateTbl = 'Permite crearea de noi tabele.';
$strPrivDescCreateTmpTable = 'Permite crearea de tabele temporare.';
$strPrivDescDelete = 'Permite stergere de date.';
$strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
$strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
$strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
$strPrivDescFile = 'Permite importarea datelor in fisiere si exportarea acestora din fisiere.';
$strPrivDescGrant = 'Permite adaugarea utilizatorilor si drepturilor fara reincarcarea tabelelor de drepturi.';
$strPrivDescIndex = 'Permite crearea si stergerea indexelor.';
$strPrivDescInsert = 'Permite inserarea si inlocuirea datelor.';
$strPrivDescLockTables = 'Permite blocarea tabelelor din firul curent de executie.';
$strPrivDescMaxConnections = 'Limiteaza numarul de noi conexiuni care pot fi deschise de utilizator intr-o ora.';
$strPrivDescMaxQuestions = 'Limiteaza numarul de comenzi care pot fi trimise de utilizator catre server intr-o ora.';
$strPrivDescMaxUpdates = 'Limiteaza numarul de comenzi pentru schimbarea vreunui tabel sau vreunei baza de date executabile de utilizator intr-o ora.';
$strPrivDescProcess3 = 'Permite oprirea proceselor altor utilizatori.';
$strPrivDescProcess4 = 'Permite vizualizarea comenzilor procesate in lista.';
$strPrivDescReferences = 'Nu are efect in aceasta versiune MySQL.';
$strPrivDescReload = 'Permite reincarcarea setarilor de server si golirea memoriei cache a serverului.';
$strPrivDescReplClient = 'Permite utilizatorului de a interoga locatia slave/master.';
$strPrivDescReplSlave = 'Necesara pentru slave replication.';
$strPrivDescSelect = 'Permite citirea datelor.';
$strPrivDescShowDb = 'Permite accesul la lista completa a bazelor de date.';
$strPrivDescShutdown = 'Permite oprirea serverului.';
$strPrivDescSuper = 'Permite conoxiuni, chiar daca s-a atins numarul maxim de conexiuni; Necesara pentru majoritatea operatiunilor administrative cum ar fi setarea variabilelor globale sau oprirea fierlor de executie a altor utilizatori.';
$strPrivDescUpdate = 'Permite schimbarea datelor.';
$strPrivDescUsage = 'Fara drepturi.';
$strPrivileges = 'Drepturi de acces';
$strPrivilegesReloaded = 'Drepturile au fost reincarcate cu succes.';
$strProcesslist = 'Lista procese';
$strPutColNames = 'Pune numele filed-ului in primul rand';
 
$strQBE = 'Comanda prin exemplu (Query by Example)';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Fereastra de comanda';
$strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Statistica interogari</b>: De la inceput, s-au trimis %s interogari la server.';
$strQueryTime = 'Comanda a durat %01.4f sec';
$strQueryType = 'Tip interogare';
$strQueryWindowLock = 'A nu se suprascrie peste aceasta interogare din cealalta fereastra';
 
$strReType = 'Re-type';
$strReceived = 'Receptionat';
$strRecords = 'Inregistrari';
$strReferentialIntegrity = 'Verificarea integritatii referentiei:';
$strRefresh = 'Reincarca';
$strRelationNotWorking = 'Optiunile aditionale pentru folosirea tabelelor intercalate (legate intre ele) au fost dezactivate. Pentru a afla de ce ... %shere%s.';
$strRelationView = 'Vizualizare relationala';
$strRelationalSchema = 'Schema relationala';
$strRelations = 'Legaturi';
$strRelationsForTable = 'RELATII PENTRU TABEL';
$strReloadMySQL = 'Reincarcare MySQL';
$strReloadingThePrivileges = 'Reincarcarea drepturilor';
$strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectati';
$strRenameDatabaseOK = 'Baza de date %s a fost redenumita in %s';
$strRenameTable = 'Rename tabel la';
$strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
$strRepairTable = 'Reparare tabel';
$strReplaceNULLBy = 'Inlocuire NULL cu';
$strReplaceTable = 'Inlocuieste datele tabelului cu fisier';
$strReset = 'Resetare';
$strResourceLimits = 'Limitare de resurse';
$strRevoke = 'Revocare';
$strRevokeAndDelete = 'Revocarea tuturor drepturilor active a utilizatorilor si stergerea acestora.';
$strRevokeAndDeleteDescr = 'Utilizatorii vor avea in continuare drepturi de UTILIZARE pana ce drepturile se reincarca.';
$strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
$strRomanian = 'Roman';
$strRowLength = 'Lungime linie';
$strRowSize = ' Marime linie ';
$strRows = 'Linie';
$strRowsFrom = 'linii incepand cu';
$strRowsModeFlippedHorizontal = 'orizontal (antet rotativ)';
$strRowsModeHorizontal = 'orizontal';
$strRowsModeOptions = 'in mod %s si repetare antet dupa %s celule';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statisticile randului';
$strRunQuery = 'Trimite comanda';
$strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
$strRunning = 'ruland pe %s';
$strRussian = 'Rus';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'Compatibilitate SQL export';
$strSQLExportType = 'Modul de export';
$strSQLOptions = 'Optiuni SQL';
$strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda si verifica daca semnele specifice sunt corecte. O alta posibilitate ar putea fi punerea unui fisier binar in afara zonei de text. Poti incerca aceasta comanda si printr-o linie de comanda MySQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei. Daca in continuare ai probleme cu executarea comenzii, redu o parte din comanda la aceea parte care cauzeaza problema si raporteaza acesta ca un BUG in sectiunea DE TAIAT';
$strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
$strSQLQuery = 'Comanda SQL';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Identificator invalid';
$strSQPBugUnclosedQuote = 'Citare neinchisa';
$strSQPBugUnknownPunctuation = 'Insiruire de punctuatie necunoscuta';
$strSave = 'Salveaza';
$strSaveOnServer = 'Salveaza pe server in directorul %s';
$strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
$strSearch = 'Cauta';
$strSearchFormTitle = 'Cauta in baza de date';
$strSearchInTables = 'In interiorul tabelei(lor):';
$strSearchNeedle = 'Cuvant(e) sau valoare(ori) de cautat pentru (wildcard: "%"):';
$strSearchOption1 = 'cel putin una dintre cuvinte';
$strSearchOption2 = 'toate cuvintele';
$strSearchOption3 = 'fraza exacta';
$strSearchOption4 = 'ca o expresie';
$strSearchResultsFor = 'Cauta rezultate pentru "<i>%s</i>" %s:';
$strSearchType = 'Gaseste:';
$strSecretRequired = 'Fisierul de configurare necesita e expresie de protectie secreta (blowfish_secret).';
$strSelectADb = 'Selectati baza de date';
$strSelectAll = 'Selecteaza tot';
$strSelectBinaryLog = 'Selectati binary log pentru vizualizare';
$strSelectFields = 'Selecteaza campurile (cel putin unul):';
$strSelectNumRows = 'in comanda (in query)';
$strSelectTables = 'Selecteaza tabele';
$strSend = 'Trimite';
$strSent = 'Trimis';
$strServer = 'Server';
$strServerChoice = 'Alegerea serverului';
$strServerNotResponding = 'Serverul nu raspunde';
$strServerStatus = 'Informatii rulare';
$strServerStatusUptime = 'Acest server MySQL ruleaza de %s. S-a lansat la %s.';
$strServerTabProcesslist = 'Procese';
$strServerTabVariables = 'Variabile';
$strServerTrafficNotes = '<b>Server trafic</b>: Aceste tabele arata statistica de trafic in retea al acestui server MySQL de la lansare.';
$strServerVars = 'Variabile si setari de server';
$strServerVersion = 'Versiune server';
$strSessionValue = 'Valoare sesiune';
$strSetEnumVal = 'Daca campul este "enum" sau "set", va rugam adaugati valori folosind formatul: \'a\',\'b\',\'c\'...<br />Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folositi exemplul ( \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Afiseaza';
$strShowAll = 'Arata toate';
$strShowColor = 'Arata culoarea';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Afisare comanda intreaga';
$strShowGrid = 'Arata grila';
$strShowPHPInfo = 'Arata informatia PHP';
$strShowTableDimension = 'Arata dimensiunile tabelei';
$strShowTables = 'Arata tabelele';
$strShowThisQuery = ' Afiseaza aceasta comanda din nou aici ';
$strShowingRecords = 'Afiseaza inregistrari';
$strSimplifiedChinese = 'Chineza simplificata';
$strSingly = '(singly)';
$strSize = 'Marime';
$strSlovak = 'Slovac';
$strSlovenian = 'Sloven';
$strSort = 'Sortare';
$strSortByKey = 'Sortare dupa tasta';
$strSpaceUsage = 'Utilizare spatiu';
$strSpanish = 'Spaniola';
$strSplitWordsWithSpace = 'Cuvinte sparte de un spatiu (" ").';
$strStatCheckTime = 'Ultima verficare';
$strStatCreateTime = 'Creatie';
$strStatUpdateTime = 'Ultimul update';
$strStatement = 'Comenzi';
$strStatus = 'Status';
$strStorageEngine = 'Motor de stocare';
$strStorageEngines = 'Motoare de stocare';
$strStrucCSV = 'Date CSV';
$strStrucData = 'Structura si date';
$strStrucDrop = 'Adauga \'salveaza tabel\'';
$strStrucExcelCSV = 'Date CSV pentru MS Excel';
$strStrucNativeExcel = 'Date native MS Excel';
$strStrucOnly = 'Numai structura';
$strStructPropose = 'Propune structura de tabele';
$strStructure = 'Structura';
$strSubmit = 'Trimite';
$strSuccess = 'Comanda dumneavoastra SQL a fost executata cu succes';
$strSum = 'Sum';
$strSwedish = 'Suedez';
$strSwitchToDatabase = 'Schimba la tabela copiata';
$strSwitchToTable = 'Schimba la tabela copiata';
 
$strTable = 'Tabel';
$strTableComments = 'Comentarii tabel';
$strTableEmpty = 'Numele de tabel este gol!';
$strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
$strTableHasBeenEmptied = 'Tabelul %s a fost golit';
$strTableHasBeenFlushed = 'Tabelul %s a fost curatat';
$strTableMaintenance = 'Administrare tabel';
$strTableOfContents = 'Sumar';
$strTableOptions = 'Optiuni tabel';
$strTableStructure = 'Structura de tabel pentru tabelul';
$strTableType = 'Tipul tabelului';
$strTables = '%s tabele';
$strTakeIt = 'alege';
$strTblPrivileges = 'Drepturi specifice de tabele';
$strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa nu fie editabil';
$strThai = 'Tailandez';
$strTheme = 'Sablon / Stil';
$strThisHost = 'Acest Host';
$strThisNotDirectory = 'Acesta nu este un director';
$strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
$strTime = 'Timp';
$strToggleScratchboard = 'dezactivare scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chineza Traditionala';
$strTraditionalSpanish = 'Spaniola traditionala';
$strTraffic = 'Trafic';
$strTransformation_application_octetstream__download = 'Afiseaza un link pentru descarcarea datelor binare a unui camp. Prima optiune este denumirea fisierului binar. A doua optiune este o denumire posibila pentru un rand de tabel care contine denumirea de fisier. Daca setati si o a doua optiune, trebuie sa aveti prima optiune setata ca si empty string';
$strTransformation_image_jpeg__inline = 'Afiseaza o imagine mica clicabila ; optiuni: latime, inaltime in pixeli (metine dimensiunile originale)';
$strTransformation_image_jpeg__link = 'Afiseaza un link la imagine (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Vezi imagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ia un camp TIME, TIMESTAMP sau DATETIME si il formateaza folosind format local de data. Prima optiune este offsetul (in ore) care se va adauga la (Default: 0). A doua optiune este un forma de data diferit bazat pe parametri disponibili pentru PHP strftime().';
$strTransformation_text_plain__external = 'NUMAI LINUX: Lanseaza o aplicatie externa si trimite datele prin input standard. Returneaza standard output a aplicatiei. Default este Tidy, pentru listarea codului HTML. Din motive de securitate, va trebui sa editati manual fisierul libraries/transformations/text_plain__external.inc.php si sa inserati uneltele permise sa ruleze. Prima optiune este apoi numarul de programe care vor fi utilizate si a doua optiune sunt parametri pentru program. Al treilea parametru, daca este setat la 1 va transforma outputul folosind htmlspecialchars() (Default este 1). Un al patrulea parametru, daca este setat la 1 va aplica NOWRAP la continut, astfel incat intregul output va fi afisat fara reformatare (Default 1)';
$strTransformation_text_plain__formatted = 'Mentine formatarea originala a campului.';
$strTransformation_text_plain__imagelink = 'Afiseaza o imagine si un link, campul contine denumirea fisierului; prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este latimea in pixeli, iar a treia este inaltimea.';
$strTransformation_text_plain__link = 'Afiseaza un link, campul contine denumirea fisierului, prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este un titlu pentru link.';
$strTransformation_text_plain__substr = 'Afiseaza doar o parte a firului de executie. Prima optiune este un offset pentru definirea punctului de inceput a outputului de text (Default 0). A doua optiune este un offset de text returnat. Daca este gol, returneaza textul ramas. A treia optiune defineste caracterele care vor fi atasate la output la returnarea unui substring (Default: ...) .';
$strTruncateQueries = 'Truncare comenzi afisate';
$strTurkish = 'Turc';
$strType = 'Tip';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Deselecteaza toate';
$strUnicode = 'Unicode';
$strUnique = 'Unic';
$strUnknown = 'necunoscut';
$strUnselectAll = 'Deselecteaza tot';
$strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
$strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.';
$strUpdateProfileMessage = 'Profilul a fost actualizat.';
$strUpdateQuery = 'Reinnoire comanda';
$strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
$strUsage = 'Utilizare';
$strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
$strUseHostTable = 'Utilizare tabel host';
$strUseTabKey = 'Folositi tasta TAB pentru a trece de la o valoare la alta sau CTRL+sageti pentru a merge in oricare directie';
$strUseTables = 'Utilizare tabele';
$strUseTextField = 'Utilizare camp text';
$strUseThisValue = 'Foloseste aceasta valoare';
$strUser = 'Utilizator';
$strUserAlreadyExists = 'Acest utilizator %s exista deja!';
$strUserEmpty = 'Numele de utilizator este gol!';
$strUserName = 'Nume de utilizator';
$strUserNotFound = 'Utilizatorul selectat nu s-a gasit in tabelul de drepturi.';
$strUserOverview = 'Descriere utilizator';
$strUsersDeleted = 'Utilizatorii selectati s-au sters cu succes.';
$strUsersHavingAccessToDb = 'Utilizatorul are acces la &quot;%s&quot;';
 
$strValidateSQL = 'Valideaza SQL';
$strValidatorError = 'Validatorul SQL nu poate fi initializat. Verifica daca e instalat extesnsia necesara PHP asa cum e descris in %sdocumentation%s.';
$strValue = 'Valoare';
$strVar = 'Variabil';
$strVersionInformation = 'Informatii despre versiune';
$strView = 'Vizualizare';
$strViewDump = 'Vizualizarea schemei tabelului';
$strViewDumpDB = 'Vizualizarea schemei bazei de date';
$strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
$strViewHasBeenDropped = 'Vizualizarea %s a fost eliminata';
 
$strWebServerUploadDirectory = 'director de upload al web-server-ului';
$strWebServerUploadDirectoryError = 'Directorul setat pentru upload nu poate fi gasit';
$strWelcome = 'Bine ai venit la %s';
$strWestEuropean = 'European de vest';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
$strWithChecked = 'Verificat cu:';
$strWritingCommentNotPossible = 'Scrierea unui comentariu nu este posibil';
$strWritingRelationNotPossible = 'Scrierea unei relatii nu este posibil';
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) se elimina restrictia.';
$strZip = '"arhivat"';
 
// To translate:
 
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/romanian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: romanian-utf-8.inc.php,v 2.118.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
$month = array('Ian', 'Feb', 'Mar', 'Apr', 'Mai', 'Iun', 'Iul', 'Aug', 'Sep', 'Oct', 'Noi', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s zile, %s ore, %s minute si %s secunde';
 
$strAPrimaryKey = 'A fost adaugat o cheie primara la %s';
$strAbortedClients = 'Intrerupt';
$strAbsolutePathToDocSqlDir = 'Va rugam introduceti calea absoluta al serverului web la directorul docSQL';
$strAccessDenied = 'Acces interzis';
$strAccessDeniedExplanation = 'phpMyAdmin a incercat sa se conecteze la serverul de MySQL dar acesta a respins conexiunea. Ar trebui verificat daca datele din config.inc.php sunt corecte.';
$strAction = 'Actiune';
$strAddAutoIncrement = 'Adauga valoare pentru AUTO_INCREMENT';
$strAddConstraints = 'Adauga constrangere';
$strAddDeleteColumn = 'Adauga/Sterge coloane';
$strAddDeleteRow = 'Adauga/Sterge criteriu';
$strAddDropDatabase = 'Adaugare optiune STERGE BAZA DE DATE';
$strAddFields = 'Adauga %s camp(uri)';
$strAddHeaderComment = 'Adaugare comentariu la header (\\n inseamna delimitare de rand)';
$strAddIfNotExists = 'Adaugare DACA NU EXISTA';
$strAddIntoComments = 'Adaugare la comentarii';
$strAddNewField = 'Adauga camp nou';
$strAddPrivilegesOnDb = 'Adauga drepturi la baza de date urmatoare';
$strAddPrivilegesOnTbl = 'Adauga drepturi la urmatorul tabel';
$strAddSearchConditions = 'Adauga conditie de cautare (parte a comenzii "where"):';
$strAddToIndex = 'Adauga la coloana(ele) index &nbsp;%s&nbsp;';
$strAddUser = 'Adauga un utilizator nou';
$strAddUserMessage = 'Ati adaugat un nou utilizator.';
$strAddedColumnComment = 'Sa adaugat comentariu la coloana';
$strAddedColumnRelation = 'Sa adaugat o relatie la coloana';
$strAdministration = 'Administrare';
$strAffectedRows = 'Linii afectate:';
$strAfter = 'Dupa %s';
$strAfterInsertBack = 'Revenire';
$strAfterInsertNewInsert = 'Adauga o noua inregistrare';
$strAfterInsertNext = 'Editeaza randul urmator';
$strAfterInsertSame = 'Inapoi la aceasta pagina';
$strAll = 'Toate';
$strAllTableSameWidth = 'arata toate tabelele cu aceeasi marime?';
$strAlterOrderBy = 'Alterare ordine tabel dupa (Alter table order by)';
$strAnIndex = 'A fost adaugat un index la %s';
$strAnalyzeTable = 'Analizare tabel';
$strAnd = 'Si (And)';
$strAny = 'Oricare';
$strAnyHost = 'Oricare host';
$strAnyUser = 'Oricare utilizator';
$strApproximateCount = 'Poate fi aproximativ. Vezi FAQ 3.11';
$strArabic = 'Arabic';
$strArmenian = 'Armenian';
$strAscending = 'Crescatoare';
$strAtBeginningOfTable = 'La inceputul tabelului';
$strAtEndOfTable = 'La sfarsitul tabelului';
$strAttr = 'Proprietati';
$strAutodetect = 'Autodetectare';
$strAutomaticLayout = 'Layout automat';
 
$strBack = 'Inapoi';
$strBaltic = 'Baltic';
$strBeginCut = 'DE TAIAT - INCEPUT';
$strBeginRaw = 'INCEPUT RAW';
$strBinLogEventType = 'Tip eveniment';
$strBinLogInfo = 'Informatie';
$strBinLogName = 'Denumire Log';
$strBinLogOriginalPosition = 'Pozitie originala';
$strBinLogPosition = 'Pozitie';
$strBinLogServerId = 'Server ID';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - a nu se edita';
$strBinaryLog = 'Binary log';
$strBookmarkAllUsers = 'Permite tuturor utilizatorilor sa acceseze acest bookmark';
$strBookmarkDeleted = 'Eticheta a fost stearsa.';
$strBookmarkLabel = 'Eticheta - Label';
$strBookmarkQuery = 'Comanda SQL salvata (Bookmarked SQL-query)';
$strBookmarkThis = 'Salveaza aceasta comanda SQL';
$strBookmarkView = 'Numai vizualizare';
$strBrowse = 'Navigare';
$strBrowseForeignValues = 'Cauta printre valori necunoscute';
$strBulgarian = 'Bulgar';
$strBzError = 'phpMyAdmin nu a reusit sa compreseze acest dump din cauza unei extensii Bz2 invalide in aceasta versiune php. Va recomandam sa setati directiva <code>$cfg[\'BZipDump\']</code> in in fisierul de configurare phpMyAdmin la <code>FALSE</code>. Daca doriti sa utilizati caracteristicile de compresie Bz2 va trebui sa upgradati la o versiune mai noua de php. Pentru detalii revedeti raportul de erori php %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'Optiuni CSV';
$strCalendar = 'Calendar';
$strCannotLogin = 'Nu pot face conexiunea catre serverul MySQL';
$strCantLoad = 'nu se poate incarca %s extensia,<br />va rugam verificati configuratia PHP.';
$strCantLoadRecodeIconv = 'Nu pot incarca extensia iconv sau recode necesar pentru conversia de caractere, configureaza PHP pentru a permite folosirea acestor extensii sau dezactiveaza conversia de caractere din phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Nu poti redenumi index-ul la un nume PRIMARY!';
$strCantUseRecodeIconv = 'Nu pot folosi functiile iconv nici libiconv nici recode_string in timp ce extensia este incarcata. Verifica configuratia PHP.';
$strCardinality = 'Cardinalitate';
$strCaseInsensitive = 'caz-insenzitiv';
$strCaseSensitive = 'caz-senzitiv';
$strCentralEuropean = 'European de est';
$strChange = 'Schimbare';
$strChangeCopyMode = 'Creaza un utilizatoru nou cu acelasi privilegii si...';
$strChangeCopyModeCopy = '... mentine cel vechi.';
$strChangeCopyModeDeleteAndReload = ' ... sterge cel vechi din tabela de utilizatori si reincarca privilegiile.';
$strChangeCopyModeJustDelete = ' ... sterge cel vechi din tabela de utilizatori.';
$strChangeCopyModeRevoke = ' ... revoca toate privilegiile active de la utilizatorul vechi si sterge-l dupa aceea.';
$strChangeCopyUser = 'Schimba informatiile de autentificare / Copiaza utilizator';
$strChangeDisplay = 'Selecteaza un camp';
$strChangePassword = 'Schimbare parola';
$strCharset = 'Set de caractere';
$strCharsetOfFile = 'Setul de caractere a fisierului:';
$strCharsets = 'Set de caractere';
$strCharsetsAndCollations = 'Set de caractere si gestionarea acestora';
$strCheckAll = 'Marcheaza toate';
$strCheckOverhead = 'Verificare depasit';
$strCheckPrivs = 'Verifica privilegiile';
$strCheckPrivsLong = 'Verifica privilegiile pentru baza de date &quot;%s&quot;.';
$strCheckTable = 'Verificare tabel';
$strChoosePage = 'Selecteaza o pagina pentru a fi editata';
$strColComFeat = 'Arata comentariile coloanei';
$strCollation = 'Gestionare';
$strColumnNames = 'Numele coloanelor';
$strColumnPrivileges = 'Drepturi specifice de coloana';
$strCommand = 'Comanda';
$strComments = 'Comentarii';
$strCommentsForTable = 'COMENTARII PENTRU TABEL';
$strCompatibleHashing = 'Compatibil MySQL&nbsp;4.0';
$strCompleteInserts = 'Rezolva inserarea';
$strCompression = 'Compresie';
$strConfigFileError = 'phpMyAdmin nu poate citi corect fisierul de configuratie! <br />Acesta se poate intampla in cazul in care PHP nu poate gasi fisierul sau nu o poate parsa corect. <br />Vezi configuratia fisierului apasand pe linkul de mai jos si citeste cu atentie erorile aparute ... In cele mai multe cazuri lipsesc apostroful sau ghilimele.<br />Daca primesti o pagina goala, totul pare sa fie bine.';
$strConfigureTableCoord = 'Configureaza coordonatelepentru tabela %s';
$strConnectionError = 'Conexiune esuata: setari invalide.';
$strConnections = 'Conexiuni';
$strConstraintsForDumped = 'Restrictii pentru tabele sterse';
$strConstraintsForTable = 'Restrictii pentru tabele';
$strCookiesRequired = 'Trebuie sa aveti activat "cookies".';
$strCopyDatabaseOK = 'Baza de date %s a fost copiata la %s';
$strCopyTable = 'Copiaza tabela la (database<b>.</b>table):';
$strCopyTableOK = 'Tabelul %s a fost copiat la %s.';
$strCopyTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi';
$strCouldNotKill = 'phpMyAdmin n-a reusit sa opreasca firul de executie %s. Probabil a fost deja oprit.';
$strCreate = 'Creaza';
$strCreateIndex = 'Creaza un index pe&nbsp;%s&nbsp;coloana';
$strCreateIndexTopic = 'Creaza un nou index';
$strCreateNewDatabase = 'Creaza baza de date noua';
$strCreateNewTable = 'Creaza tabela noua in baza de date %s';
$strCreatePage = 'Creaza o noua pagina';
$strCreatePdfFeat = 'Creare de PDF';
$strCreationDates = 'Creare/Reinnoire/Verificare data';
$strCriteria = 'Criteriu';
$strCroatian = 'Croat';
$strCyrillic = 'Cyrillic';
$strCzech = 'Ceh';
$strCzechSlovak = 'Czech-Slovak';
 
$strDBComment = 'Comentarii referitoare la baza de date: ';
$strDBCopy = 'Copiaza baza de date';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Afisari';
$strDBGLine = 'Linia';
$strDBGMaxTimeMs = 'Timp maxim, ms';
$strDBGMinTimeMs = 'Timp minim, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Timp/Afisare, ms';
$strDBGTotalTimeMs = 'Timp total, ms';
$strDBRename = 'Redenumire baza de date in';
$strDanish = 'Danez';
$strData = 'Date';
$strDataDict = 'Dictionar de date';
$strDataOnly = 'Numai date';
$strDatabase = 'Baza de date';
$strDatabaseEmpty = 'Campul de denumire a bazei de date este gol!';
$strDatabaseExportOptions = 'Optiuni de exportare a bazei de date';
$strDatabaseHasBeenDropped = 'Baza de date %s a fost aruncat.';
$strDatabaseNoTable = 'Aceasta baza de date nu contine nici un tabel!';
$strDatabases = 'Baze de date';
$strDatabasesDropped = '%s baza(ele) de data(e) au fost aruncate.';
$strDatabasesStats = 'Statisticile bazelor de date';
$strDatabasesStatsDisable = 'Dezactiveaza statisticile';
$strDatabasesStatsEnable = 'Activeaza statisticile';
$strDatabasesStatsHeavyTraffic = 'Nota: Activarea statisticilor pentru baza de date, poate cauza cresterea traficului intre MySQL si serverul de web.';
$strDbPrivileges = 'Drepturi specifice de baza de date';
$strDbSpecific = 'specific bazei de date';
$strDefault = 'Setare de baza';
$strDefaultEngine = '%s este motorul de stocare setat prin default pe acest server MySQL.';
$strDefaultValueHelp = 'Pentru valorile implicite, va rugam introduceti o singura valoare, fara backslash, escape sau ghilimele, folosind formatul: a';
$strDefragment = 'Defragmentare tablela';
$strDelOld = 'Pagina curenta se leaga de tabele care nu mai exista. Doriti stergerea acestor legaturi?';
$strDelayedInserts = 'Foloseste inserari intarziate';
$strDelete = 'Sterge';
$strDeleteAndFlush = 'Sterge utilizatorii si reincarca drepturile pe urma.';
$strDeleteAndFlushDescr = 'Este cea mai simpla metoda, dar reincarcarea drepturilor s-ar putea sa dureze.';
$strDeleted = 'Linia a fost stearsa';
$strDeletedRows = 'Randuri sterse:';
$strDeleting = 'Sterge %s';
$strDescending = 'Descrescator';
$strDescription = 'Descriere';
$strDictionary = 'dictionar';
$strDisableForeignChecks = 'Dezactivare verificari de cheie straine';
$strDisabled = 'Dezactivat';
$strDisplayFeat = 'Arata facilitatile';
$strDisplayOrder = 'Ordine de afisare:';
$strDisplayPDF = 'Arata schema PDF';
$strDoAQuery = 'Executa un "query by example" (wildcard: "%")';
$strDoYouReally = 'Sunteti sigur ca doriti sa ';
$strDocu = 'Documentatie';
$strDrop = 'Arunca';
$strDropDatabaseStrongWarning = 'Sunteti pe cale sa DISTRUGETI o intreaga baza de date!';
$strDropUsersDb = 'Arunca baza de date care are acelasi nume ca un utilizator.';
$strDumpSaved = 'Copia a fost salvata in fisierul %s.';
$strDumpXRows = 'Arunca %s randuri incepand de la randul %s.';
$strDumpingData = 'Salvarea datelor din tabel';
$strDynamic = 'dinamic';
 
$strEdit = 'Editare';
$strEditPDFPages = 'Editeaza paginile PDF';
$strEditPrivileges = 'Editeaza drepturile de acces';
$strEffective = 'Efectiv';
$strEmpty = 'Goleste';
$strEmptyResultSet = 'MySQL a dat un set de rezultate gol (ex. zero linii).';
$strEnabled = 'Activat';
$strEncloseInTransaction = 'Cuprinde exportare intr-o tranzactie';
$strEnd = 'Sfarsit';
$strEndCut = 'DE TAIAT - SFARSIT';
$strEndRaw = 'SFARSIT RAW';
$strEngineAvailable = '%s este disponibil pentru acest server de MySQL.';
$strEngineDisabled = '%s a fost dezactivat pentru acest server de MySQL.';
$strEngineUnsupported = 'Acest server MySQL nu suporta motorul de stocare %s.';
$strEngines = 'Motoare';
$strEnglish = 'Englez';
$strEnglishPrivileges = ' Important: numele drepturilor de acces MySQL apar in engleza ';
$strError = 'Eroare';
$strEscapeWildcards = 'Wildcard-urile _ si % trebuiesc insotite de \ pentru a le aplica';
$strEstonian = 'Estonian';
$strExcelEdition = 'Editia Excel';
$strExcelOptions = 'Optiuni Excel';
$strExecuteBookmarked = 'Executare comanda marcata';
$strExplain = 'Explica SQL';
$strExport = 'Export';
$strExtendedInserts = 'Inserari extinse';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Incercari nereusite';
$strField = 'Camp';
$strFieldHasBeenDropped = 'Campul %s a fost aruncat';
$strFields = 'Campuri';
$strFieldsEmpty = ' Rezultat gol ';
$strFieldsEnclosedBy = 'Campuri incadrate de';
$strFieldsEscapedBy = 'Campuri realizate de';
$strFieldsTerminatedBy = 'Campuri terminate de';
$strFileAlreadyExists = 'Fisierul %s exista deja pe server, schimba denumirea fisierului sau bifeaza optiunea de suprascriere.';
$strFileCouldNotBeRead = 'Fisierul nu poate fi citit';
$strFileNameTemplate = 'Sablon nume fisier';
$strFileNameTemplateRemember = 'tine minte template';
$strFixed = 'fixat';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin foloseste privilegiile utilizatorilor direct din tabela de privilegii din MySQL. Continutul acestei tabele poate diferi de cel original. In acest caz, reincarca de aici inainte de a continua %sreincarcarea drepturilor%s.';
$strFlushTable = 'Curatarea tabelului ("FLUSH")';
$strFormEmpty = 'Valoarea lipseste in formular !';
$strFormat = 'Format';
$strFullText = 'Texte intregi';
$strFunction = 'Functie';
 
$strGenBy = 'Generat de';
$strGenTime = 'Timp de generare';
$strGeneralRelationFeat = 'Facilitati generale';
$strGeorgian = 'Georgian';
$strGerman = 'German';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegii globale';
$strGlobalValue = 'Valoare globala';
$strGo = 'Executa';
$strGrantOption = 'Grant';
$strGreek = 'Grec';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'a fost alterat.';
$strHasBeenCreated = 'a fost creat.';
$strHaveToShow = 'Trebuie sa alegi cel putin o coloana pentru a putea afisa';
$strHebrew = 'Ebraica';
$strHexForBinary = 'Foloseste hexadecimal pentru campuri binary';
$strHome = 'Pagina de start';
$strHomepageOfficial = 'Pagina oficiala phpMyAdmin';
$strHost = 'Gazda (Host)';
$strHostEmpty = 'Numele de gazda este gol!';
$strHungarian = 'Unguresc';
 
$strIcelandic = 'Islandic';
$strId = 'ID';
$strIdxFulltext = 'Tot textul';
$strIgnore = 'Ignora';
$strIgnoreInserts = 'Utilizati ignorare inserari';
$strIgnoringFile = 'Fisier %s ignorat';
$strImportDocSQL = 'Import de fisiere docSQL';
$strImportFiles = 'Import de fisiere';
$strInUse = 'in folosinta';
$strIndex = 'Index';
$strIndexHasBeenDropped = 'Index %s a fost aruncat';
$strIndexName = 'Nume index&nbsp;:';
$strIndexType = 'Tip index&nbsp;:';
$strIndexWarningMultiple = 'S-a creat mai mult de o cheie %s la coloana `%s`';
$strIndexWarningPrimary = 'Cheile PRIMARY si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexWarningTable = 'Probleme cu indexul tabelului `%s`';
$strIndexWarningUnique = 'Cheile UNIQUE si INDEX nu trebuiesc setate ambele la coloana `%s`';
$strIndexes = 'Indexuri';
$strInnodbStat = 'InnoDB Status';
$strInsecureMySQL = 'Configurarea ta contine setarile ce baza (utilizator root fara parola). Serverul MySQL poate fi astfel vulnerabil, neaparat sa repari aceasta greseala.';
$strInsert = 'Inserare';
$strInsertAsNewRow = 'Insereaza ca o noua linie';
$strInsertNewRow = 'Insereaza o noua linie';
$strInsertedRowId = 'ID rand inserat:';
$strInsertedRows = 'Randuri inserate:';
$strInternalNotNecessary = '* Nu se cere o relatie interna in cazul in care exista si in InnoDB.';
$strInternalRelations = 'Relatii interne';
 
$strJapanese = 'Japonez';
$strJumpToDB = 'Sari la baza de date &quot;%s&quot;.';
$strJustDelete = 'Sterge utilizatorii din tabelele de drepturi.';
$strJustDeleteDescr = 'Utilizatorii &quot;stersi&quot; vor avea acces la server la fel ca pana acum pana ce drepturile sunt reincarcate.';
 
$strKeepPass = 'Nu schimbati parola';
$strKeyname = 'Nume cheie';
$strKill = 'Opreste';
$strKorean = 'Corean';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Optiuni LaTeX';
$strLandscape = 'Landscape';
$strLatexCaption = 'Captura tabel';
$strLatexContent = 'Continutul tabelului __TABLE__';
$strLatexContinued = '(continuare)';
$strLatexContinuedCaption = 'Continuare captura tabel';
$strLatexIncludeCaption = 'Include captura tabel';
$strLatexLabel = 'Tasta label';
$strLatexStructure = 'Structura tabelului __TABLE__';
$strLatvian = 'Leton';
$strLengthSet = 'Lungime/Setare';
$strLimitNumRows = 'Numarul de inregistrari de pe pagina';
$strLinesTerminatedBy = 'Linii terminate de';
$strLinkNotFound = 'Legatura invalida';
$strLinksTo = 'Trimitere la';
$strLithuanian = 'Lituanian';
$strLocalhost = 'Local';
$strLocationTextfile = 'Locatia fisierului text';
$strLogPassword = 'Parola:';
$strLogServer = 'Server';
$strLogUsername = 'Nume utilizator:';
$strLogin = 'Autentificare';
$strLoginInformation = 'Informatii de autentificare';
$strLogout = 'Deconectare';
$strLongOperation = 'Aceasta operatie poate dura mult. Doriti totusi sa fie executata?';
 
$strMIMETypesForTable = 'MIME TYPES PENTRU TABEL';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Tipuri MIME disponibile';
$strMIME_available_transform = 'Informatii disponibile';
$strMIME_description = 'Descriere';
$strMIME_nodescription = 'Nu este disponibila nici o descriere pentru aceasta transformare.<br />Intrebati autorul de functiile indeplinite de %s.';
$strMIME_transformation = 'Transformare browser';
$strMIME_transformation_note = 'Pentru lista optiunilor de transformare disponibile si transformarile MIME-type, apasati pe %stransformation descriptions%s';
$strMIME_transformation_options = 'Optiuni de transformare';
$strMIME_transformation_options_note = 'Introduceti valorile pentru optiunile de transformare utilizand acest format: \'a\',\'b\',\'c\'...<br />Daca trebuie sa folositi backslash ("\") sau apostrof ("\'") in aceste valori, introduceti un backslashes (ex. \'\\\\xyz\' sau \'a\\\'b\').';
$strMIME_without = 'Tipurile MIME listate inclinat nu au o functie de transformare separata';
$strMaximumSize = 'Marime maxima: %s%s';
$strMbExtensionMissing = 'Nu s-a gasit extensia PHP mbstring si se pare ca folositi set de charactere multibyte. Fara extensia mbstring, phpMyAdmin nu poate diviza stringurile corect si acesta poate duce la rezultate neasteptate.';
$strMbOverloadWarning = 'Ati activat mbstring.func_overload in configuratia PHP. Aceasta optiune nu este compatibila cu phpMyAdmin si poate duce la pierderea unor date!';
$strModifications = 'Modificarile au fost salvate';
$strModify = 'Modificare';
$strModifyIndexTopic = 'Modifica un index';
$strMoveTable = 'Muta tabela la (database<b>.</b>table):';
$strMoveTableOK = 'Tabela %s a fost mutat la %s.';
$strMoveTableSameNames = 'Nu se poate copia tabelul pe cel existent pentru ca este acelasi!';
$strMultilingual = 'Poliglot';
$strMyISAMDataPointerSize = 'Marime data pointer';
$strMyISAMDataPointerSizeDesc = 'Marimea pointer default in byti, care este folosit de CREATE TABLE pentru tabelele MyISAM atunci cand nu este specificat nici o optiune MAX_ROWS.';
$strMyISAMMaxExtraSortFileSize = 'Marimea maxima pentru fisierele temporare la crearea indexului';
$strMyISAMMaxExtraSortFileSizeDesc = 'Daca fisierul temporar utilizat pentru crearea rapida a indexului MyISAM ar fi mai mare decat daca s-ar utiliza cache-ul key. Se prefera utilizarea metodei key cache.';
$strMyISAMMaxSortFileSize = 'Marimea maxima pentru fisierele de sortare temporare';
$strMyISAMMaxSortFileSizeDesc = 'Marimea maxima pentru fisierul temporar care este permisa in MySQL in timpul recrearii unui index MyISAM (in timpul operatiunilor REPAIR TABLE, ALTER TABLE, sau LOAD DATA INFILE).';
$strMyISAMRecoverOptions = 'Mod de recuperare automat';
$strMyISAMRecoverOptionsDesc = 'Modul pentru recuperarea automata a tabelelor MyISAM deteriorate, setat prin optiunea startup --myisam-recover server.';
$strMyISAMRepairThreads = 'Repara firele de executie';
$strMyISAMRepairThreadsDesc = 'Daca aceasta valoare este mai mare decat 1, indexurile de tabel MyISAM sunt create in paralel (fiecare index in firul de executie propriu) in tipul operatiunii de reparare prin procesul de sortare.';
$strMyISAMSortBufferSize = 'Sortare marime buffer';
$strMyISAMSortBufferSizeDesc = 'Bufferul alocat la sortarea indexurilor MyISAM in timpul unei operatiuni REPAIR TABLE sau la crearea indexurilor cu CREATE INDEX sau ALTER TABLE.';
$strMySQLCharset = 'Setul de caractere MySQL';
$strMySQLSaid = 'MySQL zice: ';
$strMySQLShowProcess = 'Afiseaza procesele';
$strMySQLShowStatus = 'Afiseaza informatiile runtime MySQL';
$strMySQLShowVars = 'Afiseaza variabilele de sistem MySQL';
 
$strName = 'Nume';
$strNext = 'Urmatorul';
$strNo = 'Nu';
$strNoActivity = 'Nu ati avut activitate de mai mult de %s seconde, va rugam sa va autentificati din nou';
$strNoDatabases = 'Nu sunt baze de date';
$strNoDatabasesSelected = 'Nu este selectat nici o baza de date.';
$strNoDescription = 'Nu exista descriere';
$strNoDetailsForEngine = 'Nu exista informatii detaliate legate de status disponibile pentru motorul de stocare.';
$strNoDropDatabases = 'Comenzile "DROP DATABASE" sunt dezactivate.';
$strNoExplain = 'Sari peste explicarea SQL';
$strNoFrames = 'phpMyAdmin are o interfata mai prietenoasa cu navigator care lucreaza cu <b>frame-uri</b>.';
$strNoIndex = 'Index nu este definit!';
$strNoIndexPartsDefined = 'Nu sunt definite parti din index!';
$strNoModification = 'Nici o schimbare';
$strNoOptions = 'Acest format nu are optiuni';
$strNoPassword = 'Nu exista parola';
$strNoPermission = 'Serverul web nu poate salva fisierul %s.';
$strNoPhp = 'fara cod PHP';
$strNoPrivileges = 'Nu exista drepturi de acces';
$strNoRights = 'Nu detineti drepturi de acces pentru a va afla aici!';
$strNoRowsSelected = 'Nu e nici un rand selectat';
$strNoSpace = 'Spatiu insuficient pentru salvarea fisierului %s.';
$strNoTablesFound = 'Nu s-a gasit nici un tabel in baza de date.';
$strNoThemeSupport = 'Nu exista suport pentru themes, va rugam verificati configuratia si/sau designurile in directorul %s.';
$strNoUsersFound = 'Nu s-a gasit nici un utilizator.';
$strNoValidateSQL = 'Sari peste validarea SQL';
$strNone = 'Nici unul(a)';
$strNotNumber = 'Acesta nu este un numar!';
$strNotOK = 'Nu este bine';
$strNotSet = '<b>%s</b> tabela nu a fost gasita sau nu este setat in %s';
$strNull = 'Nul';
$strNumSearchResultsInTable = '%s rezultat(e) in interiorul tabelei <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> rezultat(e)';
$strNumTables = 'Tabele';
 
$strOK = 'E bine';
$strOperations = 'Operatii';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizare tabel';
$strOr = 'Sau';
$strOverhead = 'Asupra';
$strOverwriteExisting = 'Suprascrie fisier(e) existent(e)';
 
$strPHP40203 = 'Folosesti PHP 4.2.3, server care are un bug major la multi-byte strings (mbstring). Vezi PHP bug report la 19404. Aceasta versiune de PHP nu este recomandat de folosit cu phpMyAdmin.';
$strPHPVersion = 'Versiune PHP';
$strPageNumber = 'Numarul paginii:';
$strPaperSize = 'Marime hartie';
$strPartialText = 'Texte partiale';
$strPassword = 'Parola';
$strPasswordChanged = 'Parola pentru %s a fost schimbata cu succes.';
$strPasswordEmpty = 'Parola este goala!';
$strPasswordNotSame = 'Parolele nu corespund!';
$strPdfDbSchema = 'Schema bazei de date "%s" - Pagina %s';
$strPdfInvalidTblName = 'Tabela "%s" nu exista!';
$strPdfNoTables = 'Nu exista tabele';
$strPerHour = 'pe ora';
$strPerMinute = 'pe minute';
$strPerSecond = 'pe secunde';
$strPersian = 'Persian';
$strPhoneBook = 'carte de telefoane';
$strPhp = 'Creaza cod PHP';
$strPmaDocumentation = 'Documentatie phpMyAdmin';
$strPmaUriError = 'Directiva <tt>$cfg[\'PmaAbsoluteUri\']</tt> TREBUIE sa fie setat in fisierul de configurare!';
$strPolish = 'Polononez';
$strPortrait = 'Portrait';
$strPos1 = 'Incepe';
$strPrevious = 'Anterior';
$strPrimary = 'Primar';
$strPrimaryKeyHasBeenDropped = 'Cheia primara a fost aruncat';
$strPrimaryKeyName = 'Numele cheii primare trebuie sa fie ... PRIMARY!';
$strPrimaryKeyWarning = '("Numele PRIMARY" <b>trebuie</b> sa fie <b>numai la</b> cheie primara!)';
$strPrint = 'Listare';
$strPrintView = 'Viziualizare imprimare';
$strPrintViewFull = 'Vizualizare listare4 (impreuna cu text)';
$strPrivDescAllPrivileges = 'Include toate privilegiile, excluzand GRANT.';
$strPrivDescAlter = 'Permite alterarea structurii la tabelele deja existente.';
$strPrivDescCreateDb = 'Permite crearea de noi baze de date si tabele.';
$strPrivDescCreateTbl = 'Permite crearea de noi tabele.';
$strPrivDescCreateTmpTable = 'Permite crearea de tabele temporare.';
$strPrivDescDelete = 'Permite stergere de date.';
$strPrivDescDropDb = 'Permite stergerea unei baze de date sau a unor tabele.';
$strPrivDescDropTbl = 'Permite aruncarea a unei baze de date.';
$strPrivDescExecute = 'Permite rularea procedurilor stocate; Nu are efect in aceasta versiune MySQL.';
$strPrivDescFile = 'Permite importarea datelor in fisiere si exportarea acestora din fisiere.';
$strPrivDescGrant = 'Permite adaugarea utilizatorilor si drepturilor fara reincarcarea tabelelor de drepturi.';
$strPrivDescIndex = 'Permite crearea si stergerea indexelor.';
$strPrivDescInsert = 'Permite inserarea si inlocuirea datelor.';
$strPrivDescLockTables = 'Permite blocarea tabelelor din firul curent de executie.';
$strPrivDescMaxConnections = 'Limiteaza numarul de noi conexiuni care pot fi deschise de utilizator intr-o ora.';
$strPrivDescMaxQuestions = 'Limiteaza numarul de comenzi care pot fi trimise de utilizator catre server intr-o ora.';
$strPrivDescMaxUpdates = 'Limiteaza numarul de comenzi pentru schimbarea vreunui tabel sau vreunei baza de date executabile de utilizator intr-o ora.';
$strPrivDescProcess3 = 'Permite oprirea proceselor altor utilizatori.';
$strPrivDescProcess4 = 'Permite vizualizarea comenzilor procesate in lista.';
$strPrivDescReferences = 'Nu are efect in aceasta versiune MySQL.';
$strPrivDescReload = 'Permite reincarcarea setarilor de server si golirea memoriei cache a serverului.';
$strPrivDescReplClient = 'Permite utilizatorului de a interoga locatia slave/master.';
$strPrivDescReplSlave = 'Necesara pentru slave replication.';
$strPrivDescSelect = 'Permite citirea datelor.';
$strPrivDescShowDb = 'Permite accesul la lista completa a bazelor de date.';
$strPrivDescShutdown = 'Permite oprirea serverului.';
$strPrivDescSuper = 'Permite conoxiuni, chiar daca s-a atins numarul maxim de conexiuni; Necesara pentru majoritatea operatiunilor administrative cum ar fi setarea variabilelor globale sau oprirea fierlor de executie a altor utilizatori.';
$strPrivDescUpdate = 'Permite schimbarea datelor.';
$strPrivDescUsage = 'Fara drepturi.';
$strPrivileges = 'Drepturi de acces';
$strPrivilegesReloaded = 'Drepturile au fost reincarcate cu succes.';
$strProcesslist = 'Lista procese';
$strPutColNames = 'Pune numele filed-ului in primul rand';
 
$strQBE = 'Comanda prin exemplu (Query by Example)';
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQueryFrame = 'Fereastra de comanda';
$strQueryOnDb = 'Comanda SQL pe baza de date <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Statistica interogari</b>: De la inceput, s-au trimis %s interogari la server.';
$strQueryTime = 'Comanda a durat %01.4f sec';
$strQueryType = 'Tip interogare';
$strQueryWindowLock = 'A nu se suprascrie peste aceasta interogare din cealalta fereastra';
 
$strReType = 'Re-type';
$strReceived = 'Receptionat';
$strRecords = 'Inregistrari';
$strReferentialIntegrity = 'Verificarea integritatii referentiei:';
$strRefresh = 'Reincarca';
$strRelationNotWorking = 'Optiunile aditionale pentru folosirea tabelelor intercalate (legate intre ele) au fost dezactivate. Pentru a afla de ce ... %shere%s.';
$strRelationView = 'Vizualizare relationala';
$strRelationalSchema = 'Schema relationala';
$strRelations = 'Legaturi';
$strRelationsForTable = 'RELATII PENTRU TABEL';
$strReloadMySQL = 'Reincarcare MySQL';
$strReloadingThePrivileges = 'Reincarcarea drepturilor';
$strRemoveSelectedUsers = 'Eliminarea utilizatorilor selectati';
$strRenameDatabaseOK = 'Baza de date %s a fost redenumita in %s';
$strRenameTable = 'Rename tabel la';
$strRenameTableOK = 'Tabelului %s i s-a dat un numele de %s';
$strRepairTable = 'Reparare tabel';
$strReplaceNULLBy = 'Inlocuire NULL cu';
$strReplaceTable = 'Inlocuieste datele tabelului cu fisier';
$strReset = 'Resetare';
$strResourceLimits = 'Limitare de resurse';
$strRevoke = 'Revocare';
$strRevokeAndDelete = 'Revocarea tuturor drepturilor active a utilizatorilor si stergerea acestora.';
$strRevokeAndDeleteDescr = 'Utilizatorii vor avea in continuare drepturi de UTILIZARE pana ce drepturile se reincarca.';
$strRevokeMessage = 'Drepturile tale au fost revocate pentru %s';
$strRomanian = 'Roman';
$strRowLength = 'Lungime linie';
$strRowSize = ' Marime linie ';
$strRows = 'Linie';
$strRowsFrom = 'linii incepand cu';
$strRowsModeFlippedHorizontal = 'orizontal (antet rotativ)';
$strRowsModeHorizontal = 'orizontal';
$strRowsModeOptions = 'in mod %s si repetare antet dupa %s celule';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Statisticile randului';
$strRunQuery = 'Trimite comanda';
$strRunSQLQuery = 'Run SQL query/queries pe baza de date %s';
$strRunning = 'ruland pe %s';
$strRussian = 'Rus';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'Compatibilitate SQL export';
$strSQLExportType = 'Modul de export';
$strSQLOptions = 'Optiuni SQL';
$strSQLParserBugMessage = 'Exista o posibilitate de a fi gasit un BUG in parserul SQL. Verifica atent inca o data comanda si verifica daca semnele specifice sunt corecte. O alta posibilitate ar putea fi punerea unui fisier binar in afara zonei de text. Poti incerca aceasta comanda si printr-o linie de comanda MySQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei. Daca in continuare ai probleme cu executarea comenzii, redu o parte din comanda la aceea parte care cauzeaza problema si raporteaza acesta ca un BUG in sectiunea DE TAIAT';
$strSQLParserUserError = 'Pare sa fie o eroare in comanda SQL. Eroarea MySQL de mai jos, daca e vreuna, poate sa te ajute la diagnosticarea problemei';
$strSQLQuery = 'Comanda SQL';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Identificator invalid';
$strSQPBugUnclosedQuote = 'Citare neinchisa';
$strSQPBugUnknownPunctuation = 'Insiruire de punctuatie necunoscuta';
$strSave = 'Salveaza';
$strSaveOnServer = 'Salveaza pe server in directorul %s';
$strScaleFactorSmall = 'Factorul de scalare este prea mica pentru a inchepe in pagina';
$strSearch = 'Cauta';
$strSearchFormTitle = 'Cauta in baza de date';
$strSearchInTables = 'In interiorul tabelei(lor):';
$strSearchNeedle = 'Cuvant(e) sau valoare(ori) de cautat pentru (wildcard: "%"):';
$strSearchOption1 = 'cel putin una dintre cuvinte';
$strSearchOption2 = 'toate cuvintele';
$strSearchOption3 = 'fraza exacta';
$strSearchOption4 = 'ca o expresie';
$strSearchResultsFor = 'Cauta rezultate pentru "<i>%s</i>" %s:';
$strSearchType = 'Gaseste:';
$strSecretRequired = 'Fisierul de configurare necesita e expresie de protectie secreta (blowfish_secret).';
$strSelectADb = 'Selectati baza de date';
$strSelectAll = 'Selecteaza tot';
$strSelectBinaryLog = 'Selectati binary log pentru vizualizare';
$strSelectFields = 'Selecteaza campurile (cel putin unul):';
$strSelectNumRows = 'in comanda (in query)';
$strSelectTables = 'Selecteaza tabele';
$strSend = 'Trimite';
$strSent = 'Trimis';
$strServer = 'Server';
$strServerChoice = 'Alegerea serverului';
$strServerNotResponding = 'Serverul nu raspunde';
$strServerStatus = 'Informatii rulare';
$strServerStatusUptime = 'Acest server MySQL ruleaza de %s. S-a lansat la %s.';
$strServerTabProcesslist = 'Procese';
$strServerTabVariables = 'Variabile';
$strServerTrafficNotes = '<b>Server trafic</b>: Aceste tabele arata statistica de trafic in retea al acestui server MySQL de la lansare.';
$strServerVars = 'Variabile si setari de server';
$strServerVersion = 'Versiune server';
$strSessionValue = 'Valoare sesiune';
$strSetEnumVal = 'Daca campul este "enum" sau "set", va rugam adaugati valori folosind formatul: \'a\',\'b\',\'c\'...<br />Daca aveti nevoie sa puneti bara intoarsa (backslash) ("\") sau semnul ("\'") la aceste valori, folositi exemplul ( \'\\\\xyz\' or \'a\\\'b\').';
$strShow = 'Afiseaza';
$strShowAll = 'Arata toate';
$strShowColor = 'Arata culoarea';
$strShowDatadictAs = 'Data Dictionary Format';
$strShowFullQueries = 'Afisare comanda intreaga';
$strShowGrid = 'Arata grila';
$strShowPHPInfo = 'Arata informatia PHP';
$strShowTableDimension = 'Arata dimensiunile tabelei';
$strShowTables = 'Arata tabelele';
$strShowThisQuery = ' Afiseaza aceasta comanda din nou aici ';
$strShowingRecords = 'Afiseaza inregistrari';
$strSimplifiedChinese = 'Chineza simplificata';
$strSingly = '(singly)';
$strSize = 'Marime';
$strSlovak = 'Slovac';
$strSlovenian = 'Sloven';
$strSort = 'Sortare';
$strSortByKey = 'Sortare dupa tasta';
$strSpaceUsage = 'Utilizare spatiu';
$strSpanish = 'Spaniola';
$strSplitWordsWithSpace = 'Cuvinte sparte de un spatiu (" ").';
$strStatCheckTime = 'Ultima verficare';
$strStatCreateTime = 'Creatie';
$strStatUpdateTime = 'Ultimul update';
$strStatement = 'Comenzi';
$strStatus = 'Status';
$strStorageEngine = 'Motor de stocare';
$strStorageEngines = 'Motoare de stocare';
$strStrucCSV = 'Date CSV';
$strStrucData = 'Structura si date';
$strStrucDrop = 'Adauga \'salveaza tabel\'';
$strStrucExcelCSV = 'Date CSV pentru MS Excel';
$strStrucNativeExcel = 'Date native MS Excel';
$strStrucOnly = 'Numai structura';
$strStructPropose = 'Propune structura de tabele';
$strStructure = 'Structura';
$strSubmit = 'Trimite';
$strSuccess = 'Comanda dumneavoastra SQL a fost executata cu succes';
$strSum = 'Sum';
$strSwedish = 'Suedez';
$strSwitchToDatabase = 'Schimba la tabela copiata';
$strSwitchToTable = 'Schimba la tabela copiata';
 
$strTable = 'Tabel';
$strTableComments = 'Comentarii tabel';
$strTableEmpty = 'Numele de tabel este gol!';
$strTableHasBeenDropped = 'Tabelul %s a fost aruncat';
$strTableHasBeenEmptied = 'Tabelul %s a fost golit';
$strTableHasBeenFlushed = 'Tabelul %s a fost curatat';
$strTableMaintenance = 'Administrare tabel';
$strTableOfContents = 'Sumar';
$strTableOptions = 'Optiuni tabel';
$strTableStructure = 'Structura de tabel pentru tabelul';
$strTableType = 'Tipul tabelului';
$strTables = '%s tabele';
$strTakeIt = 'alege';
$strTblPrivileges = 'Drepturi specifice de tabele';
$strTextAreaLength = ' Datorita lungimii sale, <br /> acest camp s-ar putea sa nu fie editabil';
$strThai = 'Tailandez';
$strTheme = 'Sablon / Stil';
$strThisHost = 'Acest Host';
$strThisNotDirectory = 'Acesta nu este un director';
$strThreadSuccessfullyKilled = 'Firul de executie %s a fost oprit cu succes.';
$strTime = 'Timp';
$strToggleScratchboard = 'dezactivare scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chineza Traditionala';
$strTraditionalSpanish = 'Spaniola traditionala';
$strTraffic = 'Trafic';
$strTransformation_application_octetstream__download = 'Afiseaza un link pentru descarcarea datelor binare a unui camp. Prima optiune este denumirea fisierului binar. A doua optiune este o denumire posibila pentru un rand de tabel care contine denumirea de fisier. Daca setati si o a doua optiune, trebuie sa aveti prima optiune setata ca si empty string';
$strTransformation_image_jpeg__inline = 'Afiseaza o imagine mica clicabila ; optiuni: latime, inaltime in pixeli (metine dimensiunile originale)';
$strTransformation_image_jpeg__link = 'Afiseaza un link la imagine (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Vezi imagine/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Ia un camp TIME, TIMESTAMP sau DATETIME si il formateaza folosind format local de data. Prima optiune este offsetul (in ore) care se va adauga la (Default: 0). A doua optiune este un forma de data diferit bazat pe parametri disponibili pentru PHP strftime().';
$strTransformation_text_plain__external = 'NUMAI LINUX: Lanseaza o aplicatie externa si trimite datele prin input standard. Returneaza standard output a aplicatiei. Default este Tidy, pentru listarea codului HTML. Din motive de securitate, va trebui sa editati manual fisierul libraries/transformations/text_plain__external.inc.php si sa inserati uneltele permise sa ruleze. Prima optiune este apoi numarul de programe care vor fi utilizate si a doua optiune sunt parametri pentru program. Al treilea parametru, daca este setat la 1 va transforma outputul folosind htmlspecialchars() (Default este 1). Un al patrulea parametru, daca este setat la 1 va aplica NOWRAP la continut, astfel incat intregul output va fi afisat fara reformatare (Default 1)';
$strTransformation_text_plain__formatted = 'Mentine formatarea originala a campului.';
$strTransformation_text_plain__imagelink = 'Afiseaza o imagine si un link, campul contine denumirea fisierului; prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este latimea in pixeli, iar a treia este inaltimea.';
$strTransformation_text_plain__link = 'Afiseaza un link, campul contine denumirea fisierului, prima optiune este un prefix cum ar fi "http://domain.com/", a doua optiune este un titlu pentru link.';
$strTransformation_text_plain__substr = 'Afiseaza doar o parte a firului de executie. Prima optiune este un offset pentru definirea punctului de inceput a outputului de text (Default 0). A doua optiune este un offset de text returnat. Daca este gol, returneaza textul ramas. A treia optiune defineste caracterele care vor fi atasate la output la returnarea unui substring (Default: ...) .';
$strTruncateQueries = 'Truncare comenzi afisate';
$strTurkish = 'Turc';
$strType = 'Tip';
 
$strUkrainian = 'Ukrainian';
$strUncheckAll = 'Deselecteaza toate';
$strUnicode = 'Unicode';
$strUnique = 'Unic';
$strUnknown = 'necunoscut';
$strUnselectAll = 'Deselecteaza tot';
$strUpdComTab = 'Parcurgeti documentatia pentru modul de updatare a Column_comments Table';
$strUpdatePrivMessage = 'Ati actualizat privilegiile pentru %s.';
$strUpdateProfileMessage = 'Profilul a fost actualizat.';
$strUpdateQuery = 'Reinnoire comanda';
$strUpgrade = 'Ar trebui sa reactualizati serverul %s %s la o versiune mai noua.';
$strUsage = 'Utilizare';
$strUseBackquotes = 'Utilizati apostroful pentru numele tabelelor si a campurilor';
$strUseHostTable = 'Utilizare tabel host';
$strUseTabKey = 'Folositi tasta TAB pentru a trece de la o valoare la alta sau CTRL+sageti pentru a merge in oricare directie';
$strUseTables = 'Utilizare tabele';
$strUseTextField = 'Utilizare camp text';
$strUseThisValue = 'Foloseste aceasta valoare';
$strUser = 'Utilizator';
$strUserAlreadyExists = 'Acest utilizator %s exista deja!';
$strUserEmpty = 'Numele de utilizator este gol!';
$strUserName = 'Nume de utilizator';
$strUserNotFound = 'Utilizatorul selectat nu s-a gasit in tabelul de drepturi.';
$strUserOverview = 'Descriere utilizator';
$strUsersDeleted = 'Utilizatorii selectati s-au sters cu succes.';
$strUsersHavingAccessToDb = 'Utilizatorul are acces la &quot;%s&quot;';
 
$strValidateSQL = 'Valideaza SQL';
$strValidatorError = 'Validatorul SQL nu poate fi initializat. Verifica daca e instalat extesnsia necesara PHP asa cum e descris in %sdocumentation%s.';
$strValue = 'Valoare';
$strVar = 'Variabil';
$strVersionInformation = 'Informatii despre versiune';
$strView = 'Vizualizare';
$strViewDump = 'Vizualizarea schemei tabelului';
$strViewDumpDB = 'Vizualizarea schemei bazei de date';
$strViewDumpDatabases = 'Vizualizarea schemei bazei de date';
$strViewHasBeenDropped = 'Vizualizarea %s a fost eliminata';
 
$strWebServerUploadDirectory = 'director de upload al web-server-ului';
$strWebServerUploadDirectoryError = 'Directorul setat pentru upload nu poate fi gasit';
$strWelcome = 'Bine ai venit la %s';
$strWestEuropean = 'European de vest';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Fereastra de navigare nu a putut fi reincarcat. Poate aceasta nu a fost inchis, sau fereastra parinte blocheaza ferestrele din cauza securitatii sistemului.';
$strWithChecked = 'Verificat cu:';
$strWritingCommentNotPossible = 'Scrierea unui comentariu nu este posibil';
$strWritingRelationNotPossible = 'Scrierea unei relatii nu este posibil';
$strWrongUser = 'Nume de utilizator/Parola incorecta. Accesul interzis.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Observatie: Prin setarea acestor optiuni la 0 (zero) se elimina restrictia.';
$strZip = '"arhivat"';
 
// To translate:
 
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strPasswordHashing = 'Password Hashing'; //to translate
 
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-cp-866.inc.php
0,0 → 1,984
<?php
/* $Id: russian-cp-866.inc.php,v 2.108.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
*/
 
$charset = 'cp-866';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array(' ©â', 'ª', 'Œ', 'ƒ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('‚á', '­', '‚â', '‘à', '—â', 'â', '‘¡');
$month = array('Ÿ­¢', '”¥¢', 'Œ à', '€¯à', 'Œ ©', 'ˆî­', 'ˆî«', '€¢£', '‘¥­', 'Žªâ', '®ï', '„¥ª');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y £., %H:%M';
$timespanfmt = '%s ¤­¥©, %s ç á®¢, %s ¬¨­ãâ ¨ %s ᥪ㭤';
 
$strAPrimaryKey = 'ë« ¤®¡ ¢«¥­ ¯¥à¢¨ç­ë© ª«îç ª %s';
$strAbortedClients = 'Žâ¬¥­¥­ë';
$strAbsolutePathToDocSqlDir = '‚¢¥¤¨â¥  ¡á®«îâ­ë© ¯ãâì ­  á¥à¢¥à¥ ª ¤¨à¥ªâ®à¨¨ docSQL, ¯®¦ «ã©áâ ';
$strAccessDenied = '‚ ¤®áâ㯥 ®âª § ­®';
$strAccessDeniedExplanation = 'phpMyAdmin ¯®¯ëâ «áï ᮥ¤¨­¨âìáï á á¥à¢¥à®¬ MySQL, ­® á¥à¢¥à ®â¢¥à£ ᮥ¤¨­¥­¨¥. à®¢¥àì⥠¨¬ï å®áâ , ¯®«ì§®¢ â¥«ï ¨ ¯ à®«ì ¢ config.inc.php.';
$strAction = '„¥©á⢨¥';
$strAddAutoIncrement = '„®¡ ¢¨âì §­ ç¥­¨¥ AUTO_INCREMENT';
$strAddDeleteColumn = '„®¡ ¢¨âì/㤠«¨âì á⮫¡¥æ ªà¨â¥à¨ï';
$strAddDeleteRow = '„®¡ ¢¨âì/㤠«¨âì àï¤ ªà¨â¥à¨ï';
$strAddDropDatabase = '„®¡ ¢¨âì DROP DATABASE';
$strAddIntoComments = '„®¡ ¢¨âì ¢ ª®¬¬¥­â à¨¨';
$strAddNewField = '„®¡ ¢¨âì ­®¢®¥ ¯®«¥';
$strAddPrivilegesOnDb = '„®¡ ¢¨âì ¯à¨¢¨«¥£¨¨ ­  á«¥¤ãîéãî ¡ §ã';
$strAddPrivilegesOnTbl = ' „®¡ ¢¨âì ¯à¨¢¨«¥£¨¨ ­  á«¥¤ãîéãî â ¡«¨æã';
$strAddSearchConditions = '„®¡ ¢¨âì ãá«®¢¨ï ¯®¨áª  (⥫® ¤«ï ãá«®¢¨ï "where"):';
$strAddToIndex = '„®¡ ¢¨âì ª ¨­¤¥ªáã&nbsp;%s&nbsp;ª®«®­ªã(¨)';
$strAddUser = '„®¡ ¢¨âì ­®¢®£® ¯®«ì§®¢ â¥«ï';
$strAddUserMessage = 'ë« ¤®¡ ¢«¥­ ­®¢ë© ¯®«ì§®¢ â¥«ì.';
$strAddedColumnComment = '„®¡ ¢«¥­­ë© ª®¬¬¥­â à¨© ¤«ï á⮫¡æ ';
$strAddedColumnRelation = '„®¡ ¢«¥­­ ï á¢ï§ì ¤«ï á⮫¡æ ';
$strAdministration = '€¤¬¨­¨áâà¨à®¢ ­¨¥';
$strAffectedRows = '‡ âà®­ãâë¥ àï¤ë:';
$strAfter = '®á«¥ %s';
$strAfterInsertBack = '‚®§¢à â';
$strAfterInsertNewInsert = '‚áâ ¢¨âì ­®¢ãî § ¯¨áì';
$strAll = '⇴';
$strAllTableSameWidth = '¯®ª § âì ¢á¥ â ¡«¨æë á â ª®© è¨à¨­®©?';
$strAlterOrderBy = 'ˆ§¬¥­¨âì ¯®à冷ª â ¡«¨æë';
$strAnIndex = 'ë« ¤®¡ ¢«¥­ ¨­¤¥ªá ¤«ï %s';
$strAnalyzeTable = '€­ «¨§ â ¡«¨æë';
$strAnd = 'ˆ';
$strAny = '‹î¡®©';
$strAnyHost = '‹î¡®© å®áâ';
$strAnyUser = '‹î¡®© ¯®«ì§®¢ â¥«ì';
$strArabic = '€à ¡áª¨©';
$strArmenian = '€à¬ï­áª¨©';
$strAscending = '® ¢®§à áâ ­¨î';
$strAtBeginningOfTable = '‚ ­ ç «® â ¡«¨æë';
$strAtEndOfTable = '‚ ª®­¥æ â ¡«¨æë';
$strAttr = '€âਡãâë';
$strAutodetect = '€¢â®¤¥â¥ªâ';
$strAutomaticLayout = '€¢â®¬ â¨ç¥áª ï à áª« ¤ª ';
 
$strBack = ' § ¤';
$strBaltic = ' «â¨©áª¨©';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' „¢®¨ç­ë© ';
$strBinaryDoNotEdit = ' „¢®¨ç­ë¥ ¤ ­­ë¥ - ­¥ । ªâ¨àãîâáï ';
$strBookmarkAllUsers = '„ âì ª ¦¤®¬ã ¯®«ì§®¢ â¥«î ¨á¯®«ì§®¢ âì íâã § ª« ¤ªã';
$strBookmarkDeleted = '‡ ª« ¤ª  ¡ë«  㤠«¥­ .';
$strBookmarkLabel = 'Œ¥âª ';
$strBookmarkQuery = '‡ ª« ¤ª  ­  SQL-§ ¯à®á';
$strBookmarkThis = '‡ ª« ¤ª  ­  ¤ ­­ë© SQL-§ ¯à®á';
$strBookmarkView = '’®«ìª® ¯à®á¬®âà';
$strBrowse = 'Ž¡§®à';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = '®«£ à᪨©';
$strBzError = 'phpMyAdmin ­¥ ¬®¦¥â ᦠâì ¤ ¬¯ ¨§-§  ¯à®¡«¥¬ á Bz2 extension ¢ ⥪ã饩 ¢¥àᨨ PHP. ‘âண® ४®¬¥­¤ã¥âáï ãáâ ­®¢¨âì ¯¥à¥¬¥­­®© <code>$cfg[\'BZipDump\']</code> ¢ ‚ è¥¬ ª®­ä¨£ãà æ¨®­­®¬ ä ©«¥ phpMyAdmin §­ ç¥­¨¥ <code>FALSE</code>. …᫨ ‚ë å®â¨â¥ ¨á¯®«ì§®¢ âì Bz2-ª®¬¯à¥áá¨î, ‚ ¬ ­¥®¡å®¤¨¬® ®¡­®¢¨âì PHP. ‘¬®âà¨â¥ PHP bug report %s ¤«ï ¡®«¥¥ ¯®¤à®¡­®© ¨­ä®à¬ æ¨¨.';
$strBzip = ' à娢¨à®¢ âì ¢ bzip';
 
$strCSVOptions = 'Ž¯æ¨¨ CSV';
$strCannotLogin = '¥¢®§¬®¦­® ¢®©â¨ ¢ MySQL';
$strCantLoad = '­¥ ¬®£ã § £à㧨âì à áè¨à¥­¨¥ %s,<br />¯à®¢¥àì⥠ª®­ä¨£ãà æ¨î PHP, ¯®¦ «ã©áâ ';
$strCantLoadRecodeIconv = '¥ ¬®£ã § £à㧨âì iconv ¨«¨ recode, ­¥®¡å®¤¨¬ë¥ ¤«ï ¯¥à¥ª®¤¨à®¢ ­¨ï ᨬ¢®«®¢. à®¢¥àì⥠php-ª®­ä¨£ãà æ¨î ¨ à §à¥è¨â¥ ¨å ¨á¯®«ì§®¢ ­¨¥ ¨«¨ § ¯à¥â¨â¥ ¯¥à¥ª®¤¨à®¢ ­¨¥ ᨬ¢®«®¢ ¢ phpMyAdmin.';
$strCantRenameIdxToPrimary = '¥¢®§¬®¦­® ¯¥à¥¨¬¥­®¢ âì ¨­¤¥ªá ¢ PRIMARY!';
$strCantUseRecodeIconv = '¥ ¬®£ã ¨á¯®«ì§®¢ âì iconv ä㭪樨: ­¨ libiconv, ­¨ recode_string, ¯®ª  ­¥ ¡ã¤ãâ § £à㦥­ë extension reports. à®¢¥àì⥠php-ª®­ä¨£ãà æ¨î.';
$strCardinality = 'Š®«¨ç¥á⢮ í«¥¬¥­â®¢';
$strCaseInsensitive = '­¥çã¢á⢨⥫ì­ë© ª ॣ¨áâàã';
$strCaseSensitive = 'çã¢á⢨⥫ì­ë© ª ॣ¨áâàã ';
$strCentralEuropean = '–¥­âà «ì­®-…¢à®¯¥©áª¨©';
$strChange = 'ˆ§¬¥­¨âì';
$strChangeCopyMode = '‘®§¤ âì ­®¢®£® ¯®«ì§®¢ â¥«ï á â ª¨¬¨ ¦¥ ¯à¨¢¨«¥£¨ï¬¨ ¨ ...';
$strChangeCopyModeCopy = '... á®åà ­¨âì áâ à®£®.';
$strChangeCopyModeDeleteAndReload = ' ... 㤠«¨âì áâ à®£® ¨§ â ¡«¨æ ¯®«ì§®¢ â¥«¥© ¨ ¯¥à¥§ £à㧨âì ¯à¨¢¨«¥£¨¨.';
$strChangeCopyModeJustDelete = ' ... 㤠«¨âì áâ à®£® ¨§ â ¡«¨æ ¯®«ì§®¢ â¥«¥©.';
$strChangeCopyModeRevoke = ' ... ®â¬¥­¨âì ¢á¥  ªâ¨¢­ë¥ ¯à¨¢¨«¥£¨¨ áâ à®£® ¨ § â¥¬ 㤠«¨âì ¥£®.';
$strChangeCopyUser = 'ˆ§¬¥­¨âì ¨­ä®à¬ æ¨î «®£¨­ / Š®¯¨à®¢ âì ¯®«ì§®¢ â¥«ï';
$strChangeDisplay = '‚ë¡¥à¨â¥ ¯®«¥ ¤«ï ®â®¡à ¦¥­¨ï';
$strChangePassword = 'ˆ§¬¥­¨âì ¯ à®«ì';
$strCharset = 'Š®¤¨à®¢ª ';
$strCharsetOfFile = 'Š®¤¨à®¢ª  ä ©« :';
$strCharsets = 'Š®¤¨à®¢ª¨';
$strCharsetsAndCollations = 'Š®¤¨à®¢ª¨ ¨ áà ¢­¥­¨ï';
$strCheckAll = 'Žâ¬¥â¨âì ¢á¥';
$strCheckPrivs = 'à®¢¥à¨âì ¯à¨¢¨«¥£¨¨';
$strCheckPrivsLong = 'à®¢¥à¨âì ¯à¨¢¨«¥£¨¨ ¤«ï ¡ §ë &quot;%s&quot;.';
$strCheckTable = 'à®¢¥à¨âì â ¡«¨æã';
$strChoosePage = '‚ë¡¥à¨â¥ áâà ­¨æã ¤«ï । ªâ¨à®¢ ­¨ï';
$strColComFeat = '®ª § âì ª®¬¬¥­â à¨ï á⮫¡æ®¢';
$strCollation = '‘à ¢­¥­¨¥';
$strColumnNames = ' §¢ ­¨ï ª®«®­®ª';
$strColumnPrivileges = 'à¨¢¨«¥£¨¨, ᯥæ¨ä¨ç­ë¥ ¤«ï á⮫¡æ ';
$strCommand = 'Š®¬ ­¤ ';
$strComments = 'Š®¬¬¥­â à¨¨';
$strCompleteInserts = '®«­ ï ¢áâ ¢ª ';
$strCompression = '‘¦ â¨¥';
$strConfigFileError = 'phpMyAdmin ­¥ ¬®¦¥â ¯à®ç¨â âì ¤ ­­ë¥ ¨§ ª®­ä¨£ãà æ¨®­­®£® ä ©« ! <br />‚®§¬®¦­ ï ¯à¨ç¨­  - ᨭ⠪á¨ç¥áª ï ®è¨¡ª .<br />‚맮¢¨â¥ íâ®â ä ©« (config.inc.php) ­¥¯®á।á⢥­­® ¨§ ¡à ã§¥à . …᫨ ¡ã¤ãâ á®®¡é¥­¨ï ®¡ ®è¨¡ª å - ¨á¯à ¢ì⥠¨å. …᫨ ¯ãáâ ï áâà ­¨æ  - ¢á¥ ¢ ¯®à浪¥';
$strConfigureTableCoord = 'ˆ§¬¥­¨â¥ ª®®à¤¨­ âë â ¡«¨æë %s';
$strConnections = '‘®¥¤¨­¥­¨ï';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies ¤®«¦­ë ¡ëâì ¢ª«îç¥­ë ¯®á«¥ í⮣® ¬¥áâ .';
$strCopyTable = '‘ª®¯¨à®¢ âì â ¡«¨æã ¢ (¡ §  ¤ ­­ëå<b>.</b>â ¡«¨æ ):';
$strCopyTableOK = '’ ¡«¨æ  %s ¡ë«  ᪮¯¨à®¢ ­  ¢ %s.';
$strCopyTableSameNames = ' ¥ ¬®£ã ᪮¯¨à®¢ âì â ¡«¨æã ᠬ㠢 ᥡï !';
$strCouldNotKill = 'phpMyAdmin ­¥ ᬮ£ 㤠«¨âì thread %s. ‚®§¬®¦­®, ®­ 㦥 § ªàëâ.';
$strCreate = '‘®§¤ âì';
$strCreateIndex = '‘®§¤ âì ¨­¤¥ªá ­ &nbsp;%s&nbsp;ª®«®­ª å';
$strCreateIndexTopic = '‘®§¤ âì ­®¢ë© ¨­¤¥ªá';
$strCreateNewDatabase = '‘®§¤ âì ­®¢ãî „';
$strCreateNewTable = '‘®§¤ âì ­®¢ãî â ¡«¨æã ¢ „ %s';
$strCreatePage = '‘®§¤ âì ­®¢ãî áâà ­¨æã';
$strCreatePdfFeat = '‘®§¤ ­¨¥ PDF-á奬ë';
$strCriteria = 'Šà¨â¥à¨©';
$strCroatian = '•®à¢ â᪨©';
$strCyrillic = 'Š¨à¨««¨ç¥áª¨©';
$strCzech = '—¥è᪨©';
 
$strDBComment = 'Š®¬¬¥­â à¨© „: ';
$strDBGContext = 'Š®­â¥ªáâ';
$strDBGContextID = 'Š®­â¥ªáâ ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Œ ªá¨¬ «ì­®¥ ¢à¥¬ï, ms';
$strDBGMinTimeMs = 'Œ¨­¨¬ «ì­®¥ ¢à¥¬ï, ms';
$strDBGModule = 'Œ®¤ã«ì';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'ˆâ®£®¢®¥ ¢à¥¬ï, ms';
$strDanish = '„ â᪨©';
$strData = '„ ­­ë¥';
$strDataDict = '‘«®¢ àì ¤ ­­ëå';
$strDataOnly = '’®«ìª® ¤ ­­ë¥';
$strDatabase = '„';
$strDatabaseExportOptions = 'Ž¯æ¨¨ íªá¯®àâ  „';
$strDatabaseHasBeenDropped = ' §  ¤ ­­ëå %s ¡ë«  㤠«¥­ .';
$strDatabaseNoTable = 'â  „ ­¥ ᮤ¥à¦¨â â ¡«¨æ!';
$strDatabases = ' §ë „ ­­ëå';
$strDatabasesDropped = '%s „ ¡ë«¨ ãᯥ譮 㤠«¥­ë.';
$strDatabasesStats = '‘â â¨á⨪  ¡ § ¤ ­­ëå';
$strDatabasesStatsDisable = 'Žâª«îç¨âì áâ â¨á⨪ã';
$strDatabasesStatsEnable = '‚ª«îç¨âì áâ â¨á⨪ã';
$strDatabasesStatsHeavyTraffic = '‡ ¬¥ç ­¨¥: ‚ª«î祭¨¥ áâ â¨á⨪¨ ¡ §ë ¤ ­­ëå ¬®¦¥â á¯à®¢®æ¨à®¢ âì ¡®«ì让 âà ä¨ª ¬¥¦¤ã ¢¥¡-á¥à¢¥à®¬ ¨ á¥à¢¥à®¬ MySQL.';
$strDbPrivileges = ' à¨¢¨«¥£¨¨, ᯥæ¨ä¨ç­ë¥ ¤«ï ¡ §ë ¤ ­­ëå';
$strDbSpecific = 'ᯥæ¨ä¨ç­® ¤«ï „';
$strDefault = '® 㬮«ç ­¨î';
$strDefaultValueHelp = '„«ï §­ ç¥­¨© ¯® 㬮«ç ­¨î ¯à®áâ® ¢¢¥¤¨â¥ ¥¤¨­á⢥­­®¥ §­ ç¥­¨¥ ¡¥§ íªà ­¨à®¢ ­¨ï ¨ ª¢®â¨à®¢ ­¨ï, ¨á¯®«ì§ãï íâ®â ä®à¬ â: a';
$strDelOld = '‚ ⥪ã饩 áâà ­¨æ¥ ¥áâì áá뫪¨ ­  â ¡«¨æë, ª®âàë¥ ¡®«ìè¥ ­¥ áãé¥áâ¢ãîâ. ‚ë å®â¨â¥ 㤠«¨âì í⨠áá뫪¨?';
$strDelete = '“¤ «¨âì';
$strDeleteAndFlush = '“¤ «¨âì ¢á¥å ¯®«ì§®¢ â¥«¥© ¨ ¯¥à¥§ £à㧨âì ¯à¨¢¨«¥£¨¨.';
$strDeleteAndFlushDescr = 'â® «ãç訩 ᯮᮡ, ­® ¯¥à¥§ £à㧪  ¯à¨¢¨«¥£¨© ¬®¦¥â § ­ïâì ­¥ª®â®à®¥ ¢à¥¬ï.';
$strDeleted = 'ï¤ ¡ë« 㤠«¥­';
$strDeletedRows = '‘«¥¤ãî騥 àï¤ë ¡ë«¨ 㤠«¥­ë:';
$strDeleting = '“¤ «¥­¨¥ %s';
$strDescending = '® ã¡ë¢ ­¨î';
$strDescription = 'Ž¯¨á ­¨¥';
$strDictionary = 'á«®¢ àì';
$strDisabled = '¥¤®áâ㯭®';
$strDisplayFeat = '®ª § âì ¤®¯®«­¨â¥«ì­ë¥ ¢®§¬®¦­®áâ¨';
$strDisplayOrder = '®à冷ª ¯à®á¬®âà :';
$strDisplayPDF = '®ª § âì PDF-á奬ã';
$strDoAQuery = '‚믮«­¨âì "§ ¯à®á ¯® ¯à¨¬¥àã" (ᨬ¢®« ¯®¤áâ ­®¢ª¨: "%")';
$strDoYouReally = '‚ë ¤¥©á⢨⥫쭮 ¦¥« ¥â¥ ';
$strDocu = '„®ªã¬¥­â æ¨ï';
$strDrop = '“­¨ç⮦¨âì';
$strDropUsersDb = '“¤ «¨âì ¡ §ë, ª®â®àë¥ ¨¬¥îâ â ª¨¥ ¦¥ ¨¬¥­  ª ª ¨ ¯®«ì§®¢ â¥«¨.';
$strDumpSaved = '„ ¬¯ á®åà ­ñ­ ¢ ä ©« %s.';
$strDumpXRows = '„ ¬¯ %s § ¯¨á¥©, ­ ç¨­ ï á %s.';
$strDumpingData = '„ ¬¯ ¤ ­­ëå â ¡«¨æë';
$strDynamic = '¤¨­ ¬¨ç¥áª¨©';
 
$strEdit = 'à ¢ª ';
$strEditPDFPages = 'ˆ§¬¥­¨âì PDF-áâà ­¨æë';
$strEditPrivileges = '¥¤ ªâ¨à®¢ ­¨¥ ¯à¨¢¨«¥£¨©';
$strEffective = 'ä䥪⨢­®áâì';
$strEmpty = 'Žç¨áâ¨âì';
$strEmptyResultSet = 'MySQL ¢¥à­ã«  ¯ãá⮩ १ã«ìâ â (â.¥. ­®«ì à冷¢).';
$strEnabled = '„®áâ㯭®';
$strEnd = 'Š®­¥æ';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = '€­£«¨©áª¨©';
$strEnglishPrivileges = ' à¨¬¥ç ­¨¥: ¯à¨¢¨«¥£¨¨ MySQL § ¤ îâáï ¯®- ­£«¨©áª¨ ';
$strError = 'Žè¨¡ª ';
$strEstonian = 'á⮭᪨©';
$strExcelOptions = 'Ž¯æ¨¨ Excel';
$strExecuteBookmarked = '‚믮­¨âì ®â¬¥ç¥­­ë© § ¯à®á';
$strExplain = 'Ž¯¨á âì SQL';
$strExport = 'ªá¯®àâ';
$strExtendedInserts = ' áè¨à¥­­ë¥ ¢áâ ¢ª¨';
$strExtra = '„®¯®«­¨â¥«ì­®';
 
$strFailedAttempts = '¥ã¤ ç­ë¥ ¯®¯ë⪨';
$strField = '®«¥';
$strFieldHasBeenDropped = '®«¥ %s ¡ë«® 㤠«¥­®';
$strFields = '®«ï';
$strFieldsEmpty = ' ãá⮩ áç¥â稪 ¯®«¥©! ';
$strFieldsEnclosedBy = '®«ï § ª«îç¥­ë ¢';
$strFieldsEscapedBy = '®«ï íªà ­¨àãîâáï';
$strFieldsTerminatedBy = '®«ï à §¤¥«¥­ë';
$strFileAlreadyExists = '” ©« %s 㦥 áãé¥áâ¢ã¥â ­  á¥à¢¥à¥, ¨§¬¥­¨â¥ ¨¬ï ¨«¨ ¢®á¯®«ì§ã©â¥áì ®¯æ¨¥© ¯¥à¥§ ¯¨á¨.';
$strFileCouldNotBeRead = '” ©« ­¥ ¬®¦¥â ¡ëâì ¯à®ç¨â ­';
$strFileNameTemplate = '˜ ¡«®­ ¨¬¥­¨ ä ©« ';
$strFileNameTemplateRemember = '§ ¯®¬­¨âì è ¡«®­';
$strFixed = '䨪á¨à®¢ ­­ë©';
$strFlushPrivilegesNote = '‡ ¬¥ç ­¨¥: phpMyAdmin ¯®«ã砥⠯®«ì§®¢ â¥«ì᪨¥ ¯à¨¢¨«¥£¨¨ ¯àאַ ¨§ â ¡«¨æ ¯à¨¢¨«¥£¨© MySQL. ‘®¤¥à¦¨¬®¥ íâ¨å â ¡«¨æ ¬®¦¥â ®â«¨ç âìáï ®â ®â ¯à¨¢¨«¥£¨©, ª®â®àë¥ ¨á¯®«ì§ã¥â á¥à¢¥à, ¥á«¨ ¨§¬¥­¥­¨ï ¡ë«¨ ¢­¥á¥­ë ¢àãç­ãî. ‚ í⮬ á«ãç ¥ ¢ë ¤®«¦­ë %s¯¥à¥§ £à㧨âì ¯à¨¢¨«¥£¨¨%s ¯¥à¥¤ ¯à®¤®«¦¥­¨¥¬ à ¡®âë.';
$strFlushTable = '‘¡à®á¨âì ªíè â ¡«¨æë ("FLUSH")';
$strFormEmpty = '’ॡã¥âáï §­ ç¥­¨¥ ¤«ï ä®à¬ë!';
$strFormat = '”®à¬ â';
$strFullText = '®«­ë¥ ⥪áâë';
$strFunction = '”ã­ªæ¨ï';
 
$strGenBy = '‘®§¤ ­­ë©';
$strGenTime = '‚६ï ᮧ¤ ­¨ï';
$strGeneralRelationFeat = 'Žá­®¢­ë¥ ¢®§¬®¦­®á⨠á¢ï§¥©';
$strGerman = '¥¬¥æª¨©';
$strGlobal = 'global';
$strGlobalPrivileges = 'ƒ«®¡ «ì­ë¥ ¯à¨¢¨«¥£¨¨';
$strGlobalValue = 'ƒ«®¡ «ì­®¥ §­ ç¥­¨¥';
$strGo = '®è¥«';
$strGrantOption = 'à¥¤®áâ ¢«ïâì';
$strGreek = 'ƒà¥ç¥áª¨©';
$strGzip = ' à娢¨à®¢ âì ¢ gzip';
 
$strHasBeenAltered = '¡ë«  ¨§¬¥­¥­ .';
$strHasBeenCreated = '¡ë«  ᮧ¤ ­ .';
$strHaveToShow = '‚ë ¤®«¦­ë ¢ë¡à âì ­¥ ¬¥­¥¥ ®¤­®© ª®«®­ª¨ ¤«ï ®â®¡à ¦¥­¨ï';
$strHebrew = 'ˆ¢à¨â';
$strHome = 'Š ­ ç «ã';
$strHomepageOfficial = 'Žä¨æ¨ «ì­ ï áâà ­¨æ  phpMyAdmin';
$strHost = '•®áâ';
$strHostEmpty = 'ãá⮥ ¨¬ï å®áâ !';
$strHungarian = '‚¥­£¥à᪨©';
 
$strId = 'ID';
$strIdxFulltext = '®«­’¥ªáâ';
$strIgnore = 'ˆ£­®à¨à®¢ âì';
$strIgnoringFile = 'ˆ£­®à¨àãî ä ©« %s';
$strImportDocSQL = 'ˆ¬¯®àâ docSQL ä ©«®¢';
$strImportFiles = 'ˆ¬¯®àâ ä ©«®¢';
$strInUse = '¨á¯®«ì§ã¥âáï';
$strIndex = 'ˆ­¤¥ªá';
$strIndexHasBeenDropped = 'ˆ­¤¥ªá %s ¡ë« 㤠«¥­';
$strIndexName = 'ˆ¬ï ¨­¤¥ªá &nbsp;:';
$strIndexType = '’¨¯ ¨­¤¥ªá &nbsp;:';
$strIndexes = 'ˆ­¤¥ªáë';
$strInnodbStat = 'InnoDB áâ âãá';
$strInsecureMySQL = '‚ è ª®­ä¨£ãà æ¨®­­ë© ä ©« ᮤ¥à¦¨â ­ áâனª¨ (¯®«ì§®¢ â¥«ì root ¡¥§ ¯ à®«ï), ª®â®àë¥ ®â­®áïâáï ª ¯à¨¢¨«¥£¨à®¢ ­­®¬ã ¯®«ì§®¢ â¥«î MySQL (¯® 㬮«ç ­¨î). ‚ è MySQL á¥à¢¥à § ¯ã饭 á í⨬¨ ­ áâனª ¬¨ ¯® 㬮«ç ­¨î, ®âªàëâë© ¤«ï ¢â®à¦¥­¨©, ¯®í⮬㠂 ¬ ­ áâ®ï⥫쭮 ४®¬¥­¤ã¥âáï ãáâà ­¨âì íâã ¤ëàã ¢ ¡¥§®¯ á­®áâ¨.';
$strInsert = '‚áâ ¢¨âì';
$strInsertAsNewRow = '‚áâ ¢¨âì ­®¢ë© àï¤';
$strInsertNewRow = '‚áâ ¢¨âì ­®¢ë© àï¤';
$strInsertedRowId = '‚áâ ¢¨âì id à鸞:';
$strInsertedRows = '„®¡ ¢«¥­ë àï¤ë:';
$strInternalNotNecessary = '* ‚­ãâ७­ïï á¢ï§ì ­¥ ®¡ï§ â¥«ì­ , ª®£¤  ®­  â ª¦¥ áãé¥áâ¢ã¥â ¢ InnoDB.';
$strInternalRelations = '‚­ãâ७­¨¥ á¢ï§¨';
 
$strJapanese = 'Ÿ¯®­áª¨©';
$strJumpToDB = '¥à¥©â¨ ª ¡ §¥ &quot;%s&quot;.';
$strJustDelete = 'à®á⮠㤠«¨âì ¯®«ì§®¢ â¥«¥© ¨§ â ¡«¨æ ¯à¨¢¨«ª£¨©.';
$strJustDeleteDescr = '&quot;“¤ «ñ­­ë¥&quot; ¯®«ì§®¢ â¥«¨ ¢áñ ¥éñ ᬮ£ãâ à ¡®â âì á á ¥à¢¥à®¬ ª ª ®¡ëç­® ¤® ¯¥à¥§ £à㧪¨ ¯à¨¢¨«¥£¨©.';
 
$strKeepPass = '¥ ¬¥­ïâì ¯ à®«ì';
$strKeyname = 'ˆ¬ï ª«îç ';
$strKill = '“¡¨âì';
$strKorean = 'Š®à¥©áª¨©';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Ž¯æ¨¨ LaTeX';
$strLandscape = '‹ ­¤è äâ';
$strLatexCaption = '‡ £®«®¢®ª â ¡«¨æë';
$strLatexContent = '‘®¤¥à¦¨¬®¥ â ¡«¨æë __TABLE__';
$strLatexContinued = '(¯à®¤®«¦¥­®)';
$strLatexContinuedCaption = 'à®¤®«¦¥­­ë© § £®«®¢®ª â ¡«¨æë';
$strLatexIncludeCaption = '‚ª«îç¨âì § £®«®¢®ª â ¡«¨æë';
$strLatexLabel = 'Label key';
$strLatexStructure = '‘âàãªâãà  â ¡«¨æë __TABLE__';
$strLengthSet = '„«¨­ë/‡­ ç¥­¨ï*';
$strLimitNumRows = '§ ¯¨á¥© ­  áâà ­¨æã';
$strLinesTerminatedBy = '‘âப¨ à §¤¥«¥­ë';
$strLinkNotFound = '‘¢ï§ì ­¥ ­ ©¤¥­ ';
$strLinksTo = '‘¢ï§ì á';
$strLithuanian = '‹ â¢¨©áª¨©';
$strLocalhost = 'Local';
$strLocationTextfile = 'Œ¥áâ®à á¯®«®¦¥­¨¥ ⥪á⮢®£® ä ©« ';
$strLogPassword = ' à®«ì:';
$strLogServer = '‘¥à¢¥à';
$strLogUsername = '®«ì§®¢ â¥«ì:';
$strLogin = '‚室 ¢ á¨á⥬ã';
$strLoginInformation = 'ˆ­ä®à¬ æ¨ï «®£¨­ ';
$strLogout = '‚ë©â¨ ¨§ á¨á⥬ë';
 
$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-⨯ë, ¢ë¤¥«¥­­ë¥ ªãàᨢ®¬, ­¥ ¨¬¥î⠮⤥«ì­®© ä㭪樨 âà ­áä®à¬ æ¨¨';
$strModifications = 'Œ®¤¨ä¨ª æ¨¨ ¡ë«¨ á®åà ­¥­ë';
$strModify = 'ˆ§¬¥­¨âì';
$strModifyIndexTopic = 'ˆ§¬¥­¨âì ¨­¤¥ªá';
$strMoveTable = '¥à¥¬¥áâ¨âì â ¡«¨æë ¢ (¡ §  ¤ ­­ëå<b>.</b>â ¡«¨æ ):';
$strMoveTableOK = '’ ¡«¨æ  %s ¡ë«  ¯¥à¥¬¥é¥­  ¢ %s.';
$strMoveTableSameNames = '¥ ¬®£ã ¯¥à¥¬¥áâ¨âì â ¡«¨æã ᠬ㠢 ᥡï!';
$strMultilingual = '¬­®£®ï§ëç­ë©';
$strMySQLCharset = 'MySQL-ª®¤¨à®¢ª ';
$strMySQLSaid = 'Žâ¢¥â MySQL: ';
$strMySQLShowProcess = '®ª § âì ¯à®æ¥ááë';
$strMySQLShowStatus = '®ª § âì á®áâ®ï­¨¥ MySQL';
$strMySQLShowVars = '®ª § âì á¨á⥬­ë¥ ¯¥à¥¬¥­­ë¥ MySQL';
 
$strName = 'ˆ¬ï';
$strNext = '„ «¥¥';
$strNo = '¥â';
$strNoDatabases = '„ ®âáãâáâ¢ãîâ';
$strNoDatabasesSelected = '¨ ®¤­  „ ­¥ ¢ë¡à ­ .';
$strNoDescription = '­¥â ®¯¨á ­¨ï';
$strNoDropDatabases = 'Š®¬ ­¤  "“¤ «¨âì „" ®âª«î祭 .';
$strNoExplain = 'à¥ªà â¨âì ®¯¨á ­¨¥ SQL';
$strNoFrames = '„«ï à ¡®âë phpMyAdmin ­ã¦¥­ ¡à ã§¥à á ¯®¤¤¥à¦ª®© <b>ä३¬®¢</b>.';
$strNoIndex = 'ˆ­¤¥ªá ­¥ ®¯à¥¤¥«¥­!';
$strNoIndexPartsDefined = '— á⨠¨­¤¥ªá  ­¥ ®¯à¥¤¥«¥­ë!';
$strNoModification = '¥â ¨§¬¥­¥­¨©';
$strNoOptions = '‚ í⮬ ä®à¬ â¥ ­¥â ®¯æ¨©';
$strNoPassword = '¥§ ¯ à®«ï';
$strNoPermission = '‚¥¡-á¥à¢¥àã ­¥ 墠⠥⠯ࠢ ¤«ï á®åà ­¥­¨ï ä ©«  %s.';
$strNoPhp = '¡¥§ PHP-ª®¤ ';
$strNoPrivileges = '¥§ ¯à¨¢¨«¥£¨©';
$strNoRights = '‚ë ­¥ ¨¬¥¥â¥ ¤®áâ â®ç­® ¯à ¢ ¤«ï í⮣®!';
$strNoSpace = '¥ 墠⠥⠤¨áª®¢®£® ¯à®áâà ­á⢠ ¤«ï á®åà ­¥­¨ï ä ©«  %s.';
$strNoTablesFound = '‚ „ ­¥ ®¡­ à㦥­® â ¡«¨æ.';
$strNoUsersFound = '¥ ­ ©¤¥­ ¯®«ì§®¢ â¥«ì.';
$strNoValidateSQL = '¥ ¯à®¢¥àïâì SQL';
$strNone = '¥â';
$strNotNumber = 'â® ­¥ ç¨á«®!';
$strNotOK = '¥ £®â®¢®';
$strNotSet = '’ ¡«¨æ  <b>%s</b> ­¥ ­ ©¤¥­ ';
$strNull = '®«ì';
$strNumSearchResultsInTable = '%s § ¯¨á¨(¥©) ¢ â ¡«¨æ¥ <i>%s</i>';
$strNumSearchResultsTotal = '<b>ˆâ®£®:</b> <i>%s</i> § ¯¨á¨(¥©)';
$strNumTables = '’ ¡«¨æ';
 
$strOK = 'ƒ®â®¢®';
$strOperations = 'Ž¯¥à æ¨¨';
$strOptimizeTable = 'Ž¯â¨¬¨§¨à®¢ âì â ¡«¨æã';
$strOr = 'ˆ«¨';
$strOverhead = ' ª« ¤­ë¥ à á室ë';
$strOverwriteExisting = '¥à¥§ ¯¨á âì áãé¥áâ¢ãî騩(¥) ä ©«(ë)';
 
$strPHP40203 = '‚ë ¨á¯®«ì§ã¥â¥ ¢¥àá¨î PHP 4.2.3, ª®â®à ï ᮤ¥à¦¨â á¥à쥧­ë¥ ®è¨¡ª¨ ¯à¨ à ¡®â¥ á ¬­®£®-¡ ©â®¢ë¬¨ áâப ¬¨ (mbstring). ‘¬®âà¨â¥ PHP bug report 19404. „ ­­ ï ¢¥àá¨ï PHP ­¥ ४®¬¥­¤ã¥âáï ¤«ï ¨á¯®«ì§®¢ ­¨ï á phpMyAdmin.';
$strPHPVersion = '‚¥àá¨ï PHP';
$strPageNumber = '®¬¥à áâà ­¨æë:';
$strPaperSize = ' §¬¥à ¡ã¬ £¨';
$strPartialText = '— áâ¨ç­ë¥ ⥪áâë';
$strPassword = ' à®«ì';
$strPasswordChanged = ' à®«ì ¤«ï %s ¡ë« ãᯥ譮 ¨§¬¥­ñ­.';
$strPasswordEmpty = 'ãá⮩ ¯ à®«ì!';
$strPasswordNotSame = ' à®«¨ ­¥ ®¤¨­ ª®¢ë!';
$strPdfDbSchema = '‘âàãªâãà  ¡ §ë "%s" - áâà ­¨æ  %s';
$strPdfInvalidTblName = '’ ¡«¨æ  "%s" ­¥ áãé¥áâ¢ã¥â!';
$strPdfNoTables = '¥â â ¡«¨æ';
$strPerHour = '¢ ç á';
$strPerMinute = '¢ ¬¨­ãâã';
$strPerSecond = '¢ ᥪ㭤ã';
$strPhoneBook = '⥫¥ä®­­ ï ª­¨£ ';
$strPhp = '‘®§¤ âì PHP-ª®¤';
$strPmaDocumentation = '„®ªã¬¥­â æ¨ï ¯® phpMyAdmin';
$strPmaUriError = '„¨à¥ªâ¨¢  <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¤®«¦­  ¡ëâì ãáâ ­®¢«¥­  ¢ ‚ è¥¬ ª®­ä¨£ãà æ¨®­­®¬ ä ©«¥!';
$strPortrait = '®àâà¥â';
$strPos1 = ' ç «®';
$strPrevious = ' § ¤';
$strPrimary = '¥à¢¨ç­ë©';
$strPrimaryKeyHasBeenDropped = '¥à¢¨ç­ë© ª«îç ¡ë« ã¤ «¥­';
$strPrimaryKeyName = 'ˆ¬ï ¯¥à¢¨ç­®£® ª«îç  ¤®«¦­® ¡ëâì PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>¤®«¦­®</b> ¡ëâì ¯à¨§­ ª®¬ <b>⮫쪮</b> ¯¥à¢¨ç­®£® ª«îç !)';
$strPrint = '¥ç âì';
$strPrintView = '‚¥àá¨ï ¤«ï ¯¥ç â¨';
$strPrintViewFull = ' á¯¥ç â âì (á® ¢á¥¬ ⥪á⮬)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = '®§¢®«ï¥â ¨§¬¥­¥­¨¥ áâàãªâãàë áãé¥áâ¢ãîé¨å â ¡«¨æ.';
$strPrivDescCreateDb = '®§¢®«ï¥â ᮧ¤ ­¨¥ ­®¢ëå ¡ § ¤ ­­ëå ¨ â ¡«¨æ.';
$strPrivDescCreateTbl = '®§¢®«ï¥â ᮧ¤ ­¨¥ ­®¢ëå â ¡«¨æ.';
$strPrivDescCreateTmpTable = '®§¢®«ï¥â ᮧ¤ ­¨¥ ¢à¥¬¥­­ëå â ¡«¨æ.';
$strPrivDescDelete = '®§¢®«ï¥â 㤠«¥­¨¥ ¤ ­­ëå.';
$strPrivDescDropDb = '®§¢®«ï¥â 㤠«¥­¨¥ ';
$strPrivDescDropTbl = '®§¢®«ï¥â 㤠«¥­¨¥ â ¡«¨æ.';
$strPrivDescExecute = '®§¢®«ï¥â § ¯ã᪠åà ­¨¬ëå ¯à®æ¥¤ãà; ¥ à ¡®â ¥â ¢ í⮩ ¢¥àᨨ MySQL.';
$strPrivDescFile = '®§¢®«ï¥â ¨¬¯®àâ¨à®¢ ­¨¥ ¨ íªá¯®àâ¨à®¢ ­¨¥ ¤ ­­ëå ¢ ä ©«ë.';
$strPrivDescGrant = '®§¢®«ï¥â ¤®¡ ¢«¥­¨¥ ¯®«ì§®¢ â¥«¥© ¨ ¯à¨¢¨«¥£¨© ¡¥§ ¯¥à¥§ £à㧪¨ â ¡«¨æ ¯à¨¢¨«¥£¨©.';
$strPrivDescIndex = '®§¢®«ï¥â ᮧ¤ ­¨¥ ¨ 㤠«¥­¨¥ ¨­¤¥ªá®¢.';
$strPrivDescInsert = '®§¢®«ï¥â ¢áâ ¢ªã ¨ § ¬¥­ã ¤ ­­ëå.';
$strPrivDescLockTables = '®§¢®«ï¥â ¡«®ª¨à®¢ªã â ¡«¨æ ¤«ï ⥪ã饣® ¯®â®ª .';
$strPrivDescMaxConnections = 'Ž£à ­¨ç¨¢ ¥â ª®«¨ç¥á⢮ ᮥ¤¨­¥­¨©, ª®â®àë¥ ¯®«ì§®¢ â¥«ì ¬®¦¥â ®âªàëâì ¢ â¥ç¥­¨¥ ç á .';
$strPrivDescMaxQuestions = 'Ž£à ­¨ç¨¢ ¥â ª®«¨ç¥á⢮ § ¯à®á®¢, ª®â®àë¥ ¯®«ì§®¢ â¥«ì ¬®¦¥â ®âà ¢¨â ¢ â¥ç¥­¨¥ ç á .';
$strPrivDescMaxUpdates = 'Ž£à ­¨ç¨¢ ¥â ª®«¨ç¥á⢮ ª®¬ ­¤, ¨§¬¥­ïîé¨å «î¡ãî â ¡«¨æã ¨«¨ ¡ §ã ¤ ­­ëå, ª®â®àë¥ ¯®«ì§®¢ â¥«ì ¬®¦¥â ¢ë¯®«­¨âì §  ç á.';
$strPrivDescProcess3 = '®§¢®«ï¥â 㡨¢ âì ¯à®æ¥ááë ¤àã£¨å ¯®«ì§®¢ ¥â¥«¥©.';
$strPrivDescProcess4 = '®§¢®«ï¥â ¯à®á¬®âà ¯®«­ëå § ¯à®á®¢ ¢ ᯨ᪥ ¯à®æ¥áᮢ.';
$strPrivDescReferences = '¥ à ¡®â ¥â ¢ í⮩ ¢¥àᨨ MySQL.';
$strPrivDescReload = '®§¢®«ï¥â ¯¥à¥§ £à㧪㠭 áâ஥ª á¥à¢¥à  ¨ ®ç¨áâªã ¥£® ªí襩.';
$strPrivDescReplClient = '„ ñâ ¯®«ì§®¢ â¥«î ¯à ¢® á¯à è¨¢ âì £¤¥ ­ å®¤ïâìáï slaves / masters.';
$strPrivDescReplSlave = 'ã¦¥­ ¤«ï ९«¨ª æ¨¨ slaves.';
$strPrivDescSelect = '®§¢®«ï¥â ç⥭¨¥ ¤ ­­ëå.';
$strPrivDescShowDb = '„ ñâ ¤®áâ㯠ª ¯®«­®¬ã ᯨáªã ¡ § ¤ ­­ëå.';
$strPrivDescShutdown = '®§¢®«ï¥â ®áâ ­®¢ªã á¥à¢¥à .';
$strPrivDescSuper = '®§¢®«ï¥â ᮥ¤¨­ïâìáï, ¤ ¦¥ ¥á«¨ ¤®á⨣­ãâ® ¬ ªá¨¬ «ì­®¥ ª®«¨ç¥á⢮ ᮥ¤¨­¥­¨©; ¥®¡å®¤¨¬® ¤«ï ¡®«ì設á⢠  ¤¬¨­¨áâà â¨¢­ëå § ¤ ç, â ª¨å ª ª ãáâ ­®¢ª  £«®¡ «ì­ëå ¯¥à¥¬¥­­ëå ¨«¨ ®áâ ­®¢ª  ¯à®æ¥áᮢ ¤àã£¨å ¯®«ì§®¢ â¥«¥©.';
$strPrivDescUpdate = '®§¢®«ï¥â ¨§¬¥­¥­¨¥ ¤ ­­ëå.';
$strPrivDescUsage = '¥â ¯à¨¢¨«¥£¨©.';
$strPrivileges = 'à¨¢¨«¥£¨¨';
$strPrivilegesReloaded = 'à¨¢¨«¥£¨¨ ¡ë«¨ ãᯥ譮 ¯¥à¥§ £à㦥­ë.';
$strProcesslist = '‘¯¨á®ª ¯à®æ¥áᮢ';
$strPutColNames = '“ª ¦¨â¥ ­ ¨¬¥­®¢ ­¨ï ¯®«¥© ¢ ¯¥à¢®© áâப¥';
 
$strQBE = '‡ ¯à®á&nbsp;¯®&nbsp;¯à¨¬¥àã';
$strQBEDel = '“¤ «¨âì';
$strQBEIns = '‚áâ ¢¨âì';
$strQueryFrame = 'Žª­® § ¯à®á ';
$strQueryOnDb = 'SQL-§ ¯à®á „ <b>%s</b>:';
$strQuerySQLHistory = 'ˆáâ®à¨ï SQL';
$strQueryStatistics = '<b>‘â â¨á⨪  § ¯à®á®¢</b>: ‘® ¢à¥¬¥­¨ § ¯ã᪠ %s § ¯à®á®¢ ¡ë«® ¯®á« ­® ­  á¥à¢¥à.';
$strQueryTime = '‡ ¯à®á § ­ï« %01.4f ᥪ';
$strQueryType = '’¨¯ § ¯à®á ';
$strQueryWindowLock = '¥ ¯¥à¥§ ¯¨á뢠âì íâ®â § ¯à®á ¢­¥ ®ª­ ';
 
$strReType = '®¤â¢¥à¦¤¥­¨¥';
$strReceived = 'à¨­ïâ®';
$strRecords = '‡ ¯¨á¨';
$strReferentialIntegrity = 'à®¢¥à¨âì 楫®áâ­®áâì ¤ ­­ëå:';
$strRelationNotWorking = '„®¯®«­¨â¥«ì­ë¥ ¢®§¬®¦­®á⨠¤«ï à ¡®âë á® á¢ï§ ­­ë¬¨ â ¡«¨æ ¬¨ ­¥¤®áâ㯭ë. „«ï ®¯à¥¤¥«¥­¨ï ¯à¨ç¨­ë ­ ¦¬¨â¥ %sá%s.';
$strRelationView = '‘¢ï§ ­­ë© ¢¨¤';
$strRelationalSchema = '¥«ï樮­­ ï á奬 ';
$strRelations = '‘¢ï§¨';
$strReloadMySQL = '¥à¥§ £à㧨âì MySQL';
$strReloadingThePrivileges = '¥à¥§ £à㧪  ¯à¨¢¨«¥£¨©';
$strRemoveSelectedUsers = '“¤ «¨âì ¢ë¤¥«¥­­ëå ¯®«ì§®¢ â¥«¥©';
$strRenameTable = '¥à¥¨¬¥­®¢ âì â ¡«¨æã ¢';
$strRenameTableOK = '’ ¡«¨æ  %s ¡ë«  ¯¥à¥¨¬¥­®¢ ­  ¢ %s';
$strRepairTable = '®ç¨­¨âì â ¡«¨æã';
$strReplaceNULLBy = '‡ ¬¥­¨âì NULL ­ ';
$strReplaceTable = '‡ ¬¥áâ¨âì ¤ ­­ë¥ â ¡«¨æë ¤ ­­ë¬¨ ¨§ ä ©« ';
$strReset = '¥à¥ãáâ ­®¢¨âì';
$strResourceLimits = 'à¥¤¥« à¥áãàᮢ';
$strRevoke = 'Žâ¬¥­¨âì';
$strRevokeAndDelete = 'Žâ¬¥­¨âì ¢á¥  ªâ¨¢­ë¥ ¯à¨¢¨«¥£¨¨ ¯®«ì§®¢ â¥«¥© ¨ § â¥¬ 㤠«¨âì ¨å.';
$strRevokeAndDeleteDescr = '®«ì§®¢ â¥«¨ ¢áñ ¥éñ ¡ã¤ãâ ¨¬¥âì USAGE ¯à¨¢¨«¥£¨¨ ¤® ¯¥à¥§ £à㧪¨ ¯à¨¢¨«¥£¨©.';
$strRevokeMessage = '‚ë ¨§¬¥­¨«¨ ¯à¨¢¨«¥£¨¨ ¤«ï %s';
$strRowLength = '„«¨­  à鸞';
$strRowSize = '  §¬¥à à鸞 ';
$strRows = 'ï¤ë';
$strRowsFrom = 'à冷¢ ®â';
$strRowsModeFlippedHorizontal = '£®à¨§®­â «ì­®(¯®¢ñà­ãâë¥ § £®«®¢ª¨)';
$strRowsModeHorizontal = '£®à¨§®­â «ì­®¬';
$strRowsModeOptions = '¢ %s ०¨¬¥, § £®«®¢ª¨ ¯®á«¥ ª ¦¤ëå %s ï祥ª';
$strRowsModeVertical = '¢¥à⨪ «ì­®¬';
$strRowsStatistic = '‘â â¨á⨪  à鸞';
$strRunQuery = '‚믮«­¨âì ‡ ¯à®á';
$strRunSQLQuery = '‚믮«­¨âì SQL § ¯à®á(ë) ­  „ %ë';
$strRunning = '­  %s';
$strRussian = 'ãá᪨©';
 
$strSQL = 'SQL';
$strSQLOptions = 'Ž¯æ¨¨ SQL';
$strSQLParserBugMessage = '‚®§¬®¦­® 㠂 á ®è¨¡ª  ¢ SQL-¯ àá¥à¥. ®¦ «ã©áâ , ¯à®¢¥àì⥠¢­¨¬ â¥«ì­® ‚ è § ¯à®á ¨ ᮮ⢥âá⢨¥ ª ¢ë祪. ‚®§¬®¦­® â ª¦¥, çâ® ‚ë ¯ëâ ¥â¥áì § ª ç âì ¡¨­ à­ë© ä ©« ¢­¥ ¯®«ï quoted text area. ‚ë ¬®¦¥â¥ ¯®¯à®¡®¢ âì ¢ë¯®«­¨âì ᢮© § ¯à®á ç¥à¥§ ¨­â¥àä¥©á ª®¬ ­¤­®© áâப¨ MySQL. Ž¯¨á ­¨¥ ®è¨¡ª¨ MySQL á¥à¢¥à  ¤ ­® ­¨¦¥, ¢®§¬®¦­® ®­® ¯®¬®¦¥â ¯®­ïâì, çâ® ¦¥ ¯à®¨§®è«®. …᫨ 㠂 á ¢á¥ à ¢­® ¢®§­¨ª î⠯஡«¥¬ë ¨«¨ ¥á«¨ ¯ àá¥à ¢ë¤ ¥â ®è¨¡ª¨ â ¬, £¤¥ ¨­â¥àä¥©á ª®¬ ­¤­®© áâப¨ à ¡®â ¥â ãᯥ譮, ¯®¯à®¡ã©â¥ ¨§¬¥­¨âì ᢮© SQL § ¯à®á ¤® ¯à®áâëå § ¯à®á®¢ ¨ ®¯à¥¤¥«¨âì, ª ª®© ¨¬¥­­® ¢ë§ë¢ ¥â ¯à®¡«¥¬ë. ‚ë ¬®¦¥â¥ â ª¦¥ ¯à¨á« âì ®âç¥â ®¡ ®è¨¡ª¥ ¢¬¥áâ¥ á ¡«®ª®¬ ¤ ­­ëå (ᥪæ¨ï CUT):';
$strSQLParserUserError = 'Š ¦¥âáï ¢®§­¨ª«  ®è¨¡ª  ¢ ‚ è¥¬ SQL § ¯à®á¥. Ž¯¨á ­¨¥ ®è¨¡ª¨ ®â MySQL á¥à¢¥à  ¤ ­® ­¨¦¥, ¢®§¬®¦­®, ®­® ¯®¬®¦¥â ‚ ¬ à §®¡à âìáï';
$strSQLQuery = 'SQL-§ ¯à®á';
$strSQLResult = 'SQL-१ã«ìâ â';
$strSQPBugInvalidIdentifer = '¥¯à ¢¨«ì­ë© ¨¤¥­â¨ä¨ª â®à';
$strSQPBugUnclosedQuote = '¥§ ªàëâ ï ª ¢ë窠';
$strSQPBugUnknownPunctuation = '¥¨§¢¥áâ­ ï áâப  á ¯ã­ªâã æ¨¥©';
$strSave = '‘®åà ­¨âì';
$strSaveOnServer = '‘®åà ­¨âì ­  á¥à¢¥à¥ ¢ ¤¨à¥ªâ®à¨¨ %s';
$strScaleFactorSmall = 'Œ áèâ ¡ ᫨誮¬ ¬ «¥­ìª¨© ¤«ï ®â®¡à ¦¥­¨ï ¢á¥© â ¡«¨æë ­  ®¤­®© áâà ­¨æ¥';
$strSearch = 'ˆáª âì';
$strSearchFormTitle = 'ˆáª âì ¢ ¡ §¥ ¤ ­­ëå';
$strSearchInTables = '‚ â ¡«¨æ¥( å):';
$strSearchNeedle = '‘«®¢®( ) ¨«¨ §­ ç¥­¨¥(ï) ¤«ï ¯®¨áª  (¢ª«îç ï "%") ¢:';
$strSearchOption1 = 'å®âì ®¤­® á«®¢®';
$strSearchOption2 = '¢á¥ á«®¢ ';
$strSearchOption3 = 'â®ç­®¥ ᮮ⢥âá⢨¥';
$strSearchOption4 = 'ॣã«ïà­®¥ ¢ëà ¦¥­¨¥';
$strSearchResultsFor = 'ˆáª âì ¢ "<i>%s</i>" %s:';
$strSearchType = 'ˆáª âì:';
$strSecretRequired = 'Š®­ä¨£ãà æ¨®­­®¬ã ä ©«ã ᥩç á ­ã¦­  ᥪà¥â­ ï äà §  (blowfish_secret).';
$strSelectADb = '‚ë¡¥à¨â¥ „';
$strSelectAll = 'Žâ¬¥â¨âì ¢á¥';
$strSelectFields = '‚ë¡à âì ¯®«ï (¬¨­¨¬ã¬ ®¤­®):';
$strSelectNumRows = '¯® § ¯à®áã';
$strSelectTables = '‚ë¡¥à¨â¥ â ¡«¨æã(ë)';
$strSend = '¯®á« âì';
$strSent = '®á« ­®';
$strServer = '‘¥à¢¥à';
$strServerChoice = '‚ë¡®à á¥à¢¥à ';
$strServerStatus = '’¥ªãé ï ¨­ä®à¬ æ¨ï';
$strServerStatusUptime = 'â®â MySQL á¥à¢¥à à ¡®â ¥â %s. Ž­ ¡ë« § ¯ã饭 %s.';
$strServerTabProcesslist = 'à®æ¥ááë';
$strServerTabVariables = '¥à¥¬¥­­ë¥';
$strServerTrafficNotes = '<b>’à ä¨ª</b>: â¨ â ¡«¨æë ¯®ª §ë¢ îâ áâ â¨á⨪㠯® á¥â¥¢®¬ã âà ä¨ªã MySQL á¥à¢¥à  á® ¢à¥¬¥­¨ ¥£® § ¯ã᪠.';
$strServerVars = '¥à¥¬¥­­ë¥ ¨ ­ áâனª¨ á¥à¢¥à ';
$strServerVersion = '‚¥àá¨ï á¥à¢¥à ';
$strSessionValue = '‡­ ç¥­¨¥ á¥áᨨ';
$strSetEnumVal = '„«ï ⨯®¢ ¯®«ï "enum" ¨ "set", ¢¢¥¤¨â¥ §­ ç¥­¨ï ¯® í⮬ã ä®à¬ âã: \'a\',\'b\',\'c\'...<br />…᫨ ¢ ¬ ¯®­ ¤®¡¨âìáï ¢¢¥á⨠®¡à â­ãî ª®áãî ç¥àâã ("\"") ¨«¨ ®¤¨­®ç­ãî ª ¢ëçªã ("\'") á।¨ íâ¨å §­ ç¥­¨©, ¯®áâ ¢ì⥠¯¥à¥¤ ­¨¬¨ ®¡à â­ãî ª®áãî ç¥àâã (­ ¯à¨¬¥à, \'\\\\xyz\' ¨«¨ \'a\\\'b\').';
$strShow = '®ª § âì';
$strShowAll = '®ª § âì ¢á¥';
$strShowColor = '®ª § âì 梥â';
$strShowDatadictAs = '”®à¬ â á«®¢ àï ¤ ­­ëå';
$strShowFullQueries = '®ª §ë¢ âì ®«­ë¥ ‡ ¯à®áë';
$strShowGrid = '®ª § âì á¥âªã';
$strShowPHPInfo = '®ª § âì ¨­ä®à¬ æ¨î ® PHP';
$strShowTableDimension = '®ª § âì à §¬¥à­®áâì â ¡«¨æë';
$strShowTables = '®ª § âì â ¡«¨æë';
$strShowThisQuery = ' ®ª § âì ¤ ­­ë© § ¯à®á á­®¢  ';
$strShowingRecords = '®ª §ë¢ ¥â § ¯¨á¨ ';
$strSimplifiedChinese = '“¯à®éñ­­ë© ª¨â ©áª¨©';
$strSingly = '(®â¤¥«ì­®)';
$strSize = ' §¬¥à';
$strSort = 'Žâá®àâ¨à®¢ âì';
$strSortByKey = '‘®àâ¨à®¢ âì ¯® ª«îçã';
$strSpaceUsage = 'ˆá¯®«ì§ã¥¬®¥ ¯à®áâà ­á⢮';
$strSplitWordsWithSpace = '‘«®¢ , à §¤¥«¥­­ë¥ ¯à®¡¥«®¬ (" ").';
$strStatCheckTime = '®á«¥¤­ïï ¯à®¢¥àª ';
$strStatCreateTime = '‘®§¤ ­¨¥';
$strStatUpdateTime = '®á«¥¤­¥¥ ®¡­®¢«¥­¨¥';
$strStatement = '‚ëà ¦¥­¨ï';
$strStatus = '‘â âãá';
$strStrucCSV = 'CSV ¤ ­­ë¥';
$strStrucData = '‘âàãªâãà  ¨ ¤ ­­ë¥';
$strStrucDrop = '„®¡ ¢¨âì 㤠«¥­¨¥ â ¡«¨æë';
$strStrucExcelCSV = 'CSV ¤«ï ¤ ­­ëå MS Excel';
$strStrucOnly = '’®«ìª® áâàãªâãàã';
$strStructPropose = 'à¥¤« £ ¥¬ ï áâàãªâãà  â ¡«¨æë';
$strStructure = '‘âàãªâãà ';
$strSubmit = '‚믮«­¨âì';
$strSuccess = '‚ è SQL-§ ¯à®á ¡ë« ãᯥ譮 ¢ë¯®«­¥­';
$strSum = '‚ᥣ®';
$strSwedish = '˜¢¥¤áª¨©';
$strSwitchToTable = '¥à¥ª«îç¨âìáï ­  ᪮¯¨à®¢ ­­ãî â ¡«¨æã';
 
$strTable = 'â ¡«¨æ  ';
$strTableComments = 'Š®¬¬¥­â à¨© ª â ¡«¨æ¥';
$strTableEmpty = 'ãá⮥ ­ §¢ ­¨¥ â ¡«¨æë!';
$strTableHasBeenDropped = '’ ¡«¨æ  %s ¡ë«  㤠«¥­ ';
$strTableHasBeenEmptied = '’ ¡«¨æ  %s ¡ë«  ®ç¨é¥­ ';
$strTableHasBeenFlushed = 'ë« á¡à®è¥­ ªíè â ¡«¨æë %s';
$strTableMaintenance = 'Ž¡á«ã¦¨¢ ­¨¥ â ¡«¨æë';
$strTableOfContents = 'Ž£« ¢«¥­¨¥';
$strTableOptions = 'Ž¯æ¨¨ â ¡«¨æë';
$strTableStructure = '‘âàãªâãà  â ¡«¨æë';
$strTableType = '’¨¯ â ¡«¨æë';
$strTables = '%s â ¡«¨æ(ë)';
$strTblPrivileges = ' à¨¢¨«¥£¨¨, ᯥæ¨ä¨ç­ë¥ ¤«ï â ¡«¨æë';
$strTextAreaLength = ' ˆ§-§  ¡®«ì让 ¤«¨­ë,<br /> íâ® ¯®«¥ ­¥ ¬®¦¥â ¡ëâì ®â। ªâ¨à®¢ ­­® ';
$strThai = '’ ¨';
$strThisHost = 'â®â å®áâ';
$strThisNotDirectory = 'â® ¡ë«  ­¥ ¤¨à¥ªâ®à¨ï';
$strThreadSuccessfullyKilled = 'Thread %s ¡ë« 㤠«¥­.';
$strTime = '∴•';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = '¢á¥£®';
$strTotalUC = '‚ᥣ®';
$strTraditionalChinese = '’à ¤¨æ¨®­­ë© ª¨â ©áª¨©';
$strTraffic = '’à ä¨ª';
$strTransformation_image_jpeg__inline = 'Žâ®¡à ¦ ¥â ¯à¥¤¯à®á¬®âà, ­  ª®â®àë© ¬®¦­® ª«¨ª­ãâì; ®¯æ¨¨: è¨à¨­ ,¢ëá®â  ¢ ¯¨ªá¥« å (á®åà ­ï¥â ¨á室­ë© ¬ áèâ ¡)';
$strTransformation_image_jpeg__link = 'Žâ®¡à ¦ ¥â áá뫪㠭  íâ® ¨§®¡à ¦¥­¨¥(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = '¥àñâ ¯®«¥ TIME, TIMESTAMP ¨«¨ DATETIME ¨ ä®à¬ â¨àã¥â ¥£® ¢ ᮮ⢥âá⢨¨ á ¢ è¨¬ «®ª «ì­ë¬ ä®à¬ â®¬ ¤ âë. ¥à¢ ï ®¯æ¨ï - í⮠ᤢ¨£ (¢ ç á å), ª®â®àë© ¡ã¤¥â ¤®¡ ¢«¥­ ª timestamp (® 㬮«ç ­¨î: 0). ‚â®à ï ®¯æ¨ï - íâ® ¤à㣮© ä®à¬ â ¤ âë ¢ ᮮ⢥âá⢨¨ á ¯ à ¬¥âà ¬¨, ¤®áâ㯭묨 ¤«ï ä㭪樨 PHP strftime().';
$strTransformation_text_plain__external = '’Ž‹œŠŽ LINUX: ‡ ¯ã᪠¥â ¢­¥è­¥¥ ¯à¨«®¦¥­¨¥ ¨ § ¯®­ï¥â ¯®«ï ç¥à¥§ áâ ­¤ àâ­ë© ¢¢®¤. ‚®§¢à é ¥â áâ ­¤ àâ­ë© ¢ë¢®¤ ¯à¨«®¦¥­¨ï. ® 㬮«ç ­¨î Tidy, ¤«ï ä®à¬ â¨à®¢ ­¨ï HTML ª®¤ . ® á®®¡à ¦¥­¨ï¬ ¡¥§®¯ á­®áâ¨, ¢ë ¤®«¦­ë ¢àãç­ãî ®â। ªâ¨à®¢ âì ä ©« libraries/transformations/text_plain__external.inc.php ¨ ¢¯¨á âì ¯à®£à ¬¬ë, ª®â®àë¥ ¢ë å®â¨â¥ § ¯ã᪠âì. ¥à¢ ï ®¯æ¨ï - íâ® ­®¬¥à ¯à®£à ¬¬ë, ª®â®àãî ¢ë å®â¨â¥ ¨á¯®«ì§®¢ âì, ¢â®à ï - ¯ à ¬¥âàë ¤«ï ¯à®£à ¬¬ë. ’à¥â¨© ¯ à ¬¥âà ¯à¨ §­ ç¥­¨¨ 1 ¡ã¤¥â ª®­¢¥àâ¨à®¢ âì ¢ë¢®¤, ¨á¯®«ì§ãï htmlspecialchars() (® 㬮«ç ­¨î 1). —¥â¢ñàâë© ¯ à ¬¥âà ¯à¨ §­ ç¥­¨¨ 1 ¢ëáâ ¢¨â NOWRAP, â ª çâ® ¢¥áì ¢ë¢®¤ ¡ã¤¥â ®â®¡à ¦ñ­ ¡¥§ ¯¥à¥ä®à¬ â¨à®¢ ­¨ï (® 㬮«ç ­¨î 1)';
$strTransformation_text_plain__formatted = '‘®åà ­ï¥â ¨á室­®¥ ä®à¬ â¨à®¢ ­¨¥ ¯®«ï. ªà ­¨à®¢ ­¨¥ ­¥ ¯à®¨§¢®¤¨âáï.';
$strTransformation_text_plain__imagelink = '®ª §ë¢ ¥â ¨§®¡à ¦¥­¨¥ ¨ áá뫪ã, ¯®«¥ ᮤ¥à¦¨â ¨¬ï ä ©« ; ¯¥à¢ ï ®¯æ¨ï - íâ® ¯à¥ä¨ªá ¢à®¤¥ "http://domain.com/", ¢â®à ï - è¨à¨­  ¢ ¯¨ªá¥« å, âà¥âìï - ¢ëá®â .';
$strTransformation_text_plain__link = 'Žâ®¡à ¦ ¥â áá뫪ã, ¯®«¥ ᮤ¥à¦¨â ¨¬ï ä ©« ; ¯¥à¢ ï ®¯æ¨ï - íâ® ¯à¥ä¨ªá ¢à®¤¥ "http://domain.com/", ¢â®à ï - § £®«®¢®ª ¤«ï áá뫪¨.';
$strTransformation_text_plain__substr = '®ª §ë¢ ¥â ⮫쪮 ç áâì áâப¨. ¥à¢ ï ®¯æ¨ï - í⮠ᤢ¨£, ®¯à¥¤¥«ïî騩 £¤¥ ­ ç¨­ ¥âáï ¢ë¢®¤ ⥪áâ  (® 㬮«ç ­¨î 0). ‚â®à ï ®¯æ¨ï - íâ® ª®«¨ç¥á⢮ ¢®§¢à é ¥¬®£® ⥪áâ . …᫨ ­¥ ®¯à¥¤¥«¥­®, â® ¢®§¢à é ¥âáï ¢¥áì ®áâ î騩áï ⥪áâ. ’à¥âìï ®¯æ¨ï ®¯à¥¤¥«ï¥â ᨬ¢®«ë, ª®â®àë¥ ¡ã¤ãâ ¤®¡ ¢«¥­ë ª ¢ë¢®¤ã, ª®£¤  ¢®§¢à é ¥âáï ¯®¤áâப . (® 㬮«ç ­¨î: ...) .';
$strTruncateQueries = 'Ž¡à¥§ âì ®ª § ­­ë¥ ‡ ¯à®áë';
$strTurkish = '’ãà¥æª¨©';
$strType = '’¨¯';
 
$strUkrainian = '“ªà ¨­áª¨©';
$strUncheckAll = '‘­ïâì ®â¬¥âªã á® ¢á¥å';
$strUnicode = 'ž­¨ª®¤';
$strUnique = '“­¨ª «ì­®¥';
$strUnknown = '­¥¨§¢¥áâ­®';
$strUnselectAll = '‘­ïâì ®â¬¥âªã á® ¢á¥å';
$strUpdComTab = '®¦ «ã©áâ , ¯®á¬®âà¨â¥ ª ª ®¡­®¢¨âì Column_comments ’ ¡«¨æã ¢ ¤®ªã¬¥­â æ¨¨';
$strUpdatePrivMessage = 'ë«¨ ¨§¬¥­¥­ë ¯à¨¢¨«¥£¨¨ ¤«ï';
$strUpdateProfileMessage = 'à®ä¨«ì ¡ë« ®¡­®¢«¥­.';
$strUpdateQuery = '„®¯®«­¨âì § ¯à®á';
$strUpgrade = '‚ë ¤®«¦­ë ®¡­®¢¨âì %s ¤® ¢¥àᨨ %s ¨«¨ ¢ëè¥.';
$strUsage = 'ˆá¯®«ì§®¢ ­¨¥';
$strUseBackquotes = 'Ž¡à â­ë¥ ª ¢ë窨 ¢ ­ §¢ ­¨ïå â ¡«¨æ ¨ ¯®«¥©';
$strUseHostTable = 'ˆá¯®«ì§®¢ âì â ¡«¨æã å®á⮢';
$strUseTables = 'ˆá¯®«ì§®¢ âì â ¡«¨æë';
$strUseTextField = 'ˆá¯®«ì§®¢ âì ⥪á⮢®¥ ¯®«¥';
$strUseThisValue = 'ˆá¯®«ì§®¢ âì íâ® §­ ç¥­¨¥';
$strUser = '®«ì§®¢ â¥«ì';
$strUserAlreadyExists = '®«ì§®¢ â¥«ì %s 㦥 áãé¥áâ¢ã¥â!';
$strUserEmpty = 'ãá⮥ ¨¬ï ¯®«ì§®¢ â¥«ï!';
$strUserName = 'ˆ¬ï ¯®«ì§®¢ â¥«ï';
$strUserNotFound = '‚뤥«¥­­ë© ¯®«ì§®¢ â¥«ì ­¥ ¡ë« ­ ©¤¥­ ¢ â ¡«¨æ¥ ¯à¨¢¨«¥£¨©.';
$strUserOverview = 'User overview';
$strUsersDeleted = '‚ë¡à ­­ë¥ ¯®«ì§®¢ â¥«¨ ¡ë«¨ ãᯥ譮 㤠«¥­ë.';
$strUsersHavingAccessToDb = '®«ì§®¢ â¥«¨ á ¯à ¢ ¬¨ ¤®áâ㯠 ª &quot;%s&quot;';
 
$strValidateSQL = 'à®¢¥à¨âì SQL';
$strValidatorError = 'à®¢¥àª  SQL ­¥ ¬®¦¥â ¡ëâì ¨­¨æ¨ «¨§¨à®¢ ­ . à®¢¥àìâ¥, ãáâ ­®¢«¥­ë «¨ ­¥®¡å®¤¨¬ë¥ ¬®¤ã«¨ à áè¨à¥­¨© ¤«ï PHP, ®¯¨á ­­ë¥ ¢ %s¤®ªã¬¥­â æ¨¨%s.';
$strValue = '‡­ ç¥­¨¥';
$strVar = '¥à¥¬¥­­ ï';
$strViewDump = 'à®á¬®âà¥âì ¤ ¬¯ â ¡«¨æë';
$strViewDumpDB = 'à®á¬®âà¥âì ¤ ¬¯ „';
$strViewDumpDatabases = 'à®á¬®âà¥âì ¤ ¬¯ (á奬ã) „';
 
$strWebServerUploadDirectory = '¤¨à¥ªâ®à¨ï, ªã¤  ¯®¬¥é îâáï § ª ç ­­ë¥ ä ©«ë ®â web-á¥à¢¥à ';
$strWebServerUploadDirectoryError = '¤¨à¥ªâ®à¨ï, ª®â®àãî ‚ë ãáâ ­®¢¨«¨ ª ª "upload" ­¥ ¬®¦¥â ¡ëâì ®âªàëâ ';
$strWelcome = '„®¡à® ¯®¦ «®¢ âì ¢ %s';
$strWestEuropean = '‡ ¯ ¤­®-…¢à®¯¥©áª¨©';
$strWildcard = 'è ¡«®­';
$strWindowNotFound = '–¥«¥¢®¥ ®ª­® ¡à ã§¥à  ­¥ ¬®¦¥â ¡ëâì ®¡­®¢«¥­®. ‚®§¬®¦­®, ¢ë § ªà뫨 த¨â¥«ì᪮¥ ®ª­® ¨«¨ ¢ è ¡à ã§¥à ¡«®ª¨àã¥â ¬¥¦®ª®­­ë¥ ®¡­®¢«¥­¨ï ¨§-§  ­ áâ஥ª ¡¥§®¯ á­®áâ¨';
$strWithChecked = '‘ ®â¬¥ç¥­­ë¬¨:';
$strWritingCommentNotPossible = ' ¯¨á ­¨¥ ª®¬¬¥­â à¨ï ­¥¢®§¬®¦­®';
$strWritingRelationNotPossible = '„®¡ ¢«¥­¨¥ á¢ï§¨ ­¥¢®§¬®¦­®';
$strWrongUser = 'Žè¨¡®ç­ë© «®£¨­/¯ à®«ì. ‚ ¤®áâ㯥 ®âª § ­®.';
 
$strXML = 'XML';
 
$strYes = '„ ';
 
$strZeroRemovesTheLimit = '‡ ¬¥ç ­¨¥: “áâ ­®¢ª  íâ¨å ®¯æ¨© ¢ 0 (­®«ì) 㤠«ï¥â «¨¬¨â.';
$strZip = ' à娢¨à®¢ âì ¢ zip';
// To translate
 
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-koi8-r.inc.php
0,0 → 1,985
<?php
/* $Id: russian-koi8-r.inc.php,v 2.121.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
* (nobody) 2004-09-18
*/
 
$charset = 'koi8-r';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('âÁÊÔ', 'Ëâ', 'íâ', 'çâ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('÷Ó', 'ðÎ', '÷Ô', 'óÒ', 'þÔ', 'ðÔ', 'óÂ');
$month = array('ñÎ×', 'æÅ×', 'íÁÒ', 'áÐÒ', 'íÁÊ', 'éÀÎ', 'éÀÌ', 'á×Ç', 'óÅÎ', 'ïËÔ', 'îÏÑ', 'äÅË');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y Ç., %H:%M';
$timespanfmt = '%s ÄÎÅÊ, %s ÞÁÓÏ×, %s ÍÉÎÕÔ É %s ÓÅËÕÎÄ';
 
$strAPrimaryKey = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÐÅÒ×ÉÞÎÙÊ ËÌÀÞ Ë %s';
$strAbortedClients = 'ïÔÍÅÎÅÎÙ';
$strAbsolutePathToDocSqlDir = '÷×ÅÄÉÔÅ ÁÂÓÏÌÀÔÎÙÊ ÐÕÔØ ÎÁ ÓÅÒ×ÅÒÅ Ë ÄÉÒÅËÔÏÒÉÉ docSQL, ÐÏÖÁÌÕÊÓÔÁ';
$strAccessDenied = '÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ';
$strAccessDeniedExplanation = 'phpMyAdmin ÐÏÐÙÔÁÌÓÑ ÓÏÅÄÉÎÉÔØÓÑ Ó ÓÅÒ×ÅÒÏÍ MySQL, ÎÏ ÓÅÒ×ÅÒ ÏÔ×ÅÒÇ ÓÏÅÄÉÎÅÎÉÅ. ðÒÏ×ÅÒØÔÅ ÉÍÑ ÈÏÓÔÁ, ÐÏÌØÚÏ×ÁÔÅÌÑ É ÐÁÒÏÌØ × config.inc.php.';
$strAction = 'äÅÊÓÔ×ÉÅ';
$strAddAutoIncrement = 'äÏÂÁ×ÉÔØ ÚÎÁÞÅÎÉÅ AUTO_INCREMENT';
$strAddConstraints = 'äÏÂÁ×ÉÔØ ÏÇÒÁÎÉÞÅÎÉÑ';
$strAddDeleteColumn = 'äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÓÔÏÌÂÅà ËÒÉÔÅÒÉÑ';
$strAddDeleteRow = 'äÏÂÁ×ÉÔØ/ÕÄÁÌÉÔØ ÒÑÄ ËÒÉÔÅÒÉÑ';
$strAddDropDatabase = 'äÏÂÁ×ÉÔØ DROP DATABASE';
$strAddHeaderComment = 'äÏÂÁ×ÉÔØ ÞÁÓÔÎÙÅ ÓÏÍÍÅÎÔÁÒÉÉ Ë header (\\n ÒÁÚÂÉ×ÁÅÔ ÓÔÒÏËÉ)';
$strAddIfNotExists = 'äÏÂÁ×ÉÔØ IF NOT EXISTS';
$strAddIntoComments = 'äÏÂÁ×ÉÔØ × ËÏÍÍÅÎÔÁÒÉÉ';
$strAddNewField = 'äÏÂÁ×ÉÔØ ÎÏ×ÏÅ ÐÏÌÅ';
$strAddPrivilegesOnDb = 'äÏÂÁ×ÉÔØ ÐÒÉ×ÉÌÅÇÉÉ ÎÁ ÓÌÅÄÕÀÝÕÀ ÂÁÚÕ';
$strAddPrivilegesOnTbl = ' äÏÂÁ×ÉÔØ ÐÒÉ×ÉÌÅÇÉÉ ÎÁ ÓÌÅÄÕÀÝÕÀ ÔÁÂÌÉÃÕ';
$strAddSearchConditions = 'äÏÂÁ×ÉÔØ ÕÓÌÏ×ÉÑ ÐÏÉÓËÁ (ÔÅÌÏ ÄÌÑ ÕÓÌÏ×ÉÑ "where"):';
$strAddToIndex = 'äÏÂÁ×ÉÔØ Ë ÉÎÄÅËÓÕ&nbsp;%s&nbsp;ËÏÌÏÎËÕ(É)';
$strAddUser = 'äÏÂÁ×ÉÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ';
$strAddUserMessage = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÎÏ×ÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ.';
$strAddedColumnComment = 'äÏÂÁ×ÌÅÎÎÙÊ ËÏÍÍÅÎÔÁÒÉÊ ÄÌÑ ÓÔÏÌÂÃÁ';
$strAddedColumnRelation = 'äÏÂÁ×ÌÅÎÎÁÑ Ó×ÑÚØ ÄÌÑ ÓÔÏÌÂÃÁ';
$strAdministration = 'áÄÍÉÎÉÓÔÒÉÒÏ×ÁÎÉÅ';
$strAffectedRows = 'úÁÔÒÏÎÕÔÙÅ ÒÑÄÙ:';
$strAfter = 'ðÏÓÌÅ %s';
$strAfterInsertBack = '÷ÏÚ×ÒÁÔ';
$strAfterInsertNewInsert = '÷ÓÔÁ×ÉÔØ ÎÏ×ÕÀ ÚÁÐÉÓØ';
$strAfterInsertSame = '÷ÏÚ×ÒÁÔÉÔØÓÑ Ë ÜÔÏÊ ÓÔÒÁÎÉÃÅ';
$strAll = '÷ÓÅ';
$strAllTableSameWidth = 'ÐÏËÁÚÁÔØ ×ÓÅ ÔÁÂÌÉÃÙ Ó ÔÁËÏÊ ÛÉÒÉÎÏÊ?';
$strAlterOrderBy = 'éÚÍÅÎÉÔØ ÐÏÒÑÄÏË ÔÁÂÌÉÃÙ';
$strAnIndex = 'âÙÌ ÄÏÂÁ×ÌÅÎ ÉÎÄÅËÓ ÄÌÑ %s';
$strAnalyzeTable = 'áÎÁÌÉÚ ÔÁÂÌÉÃÙ';
$strAnd = 'é';
$strAny = 'ìÀÂÏÊ';
$strAnyHost = 'ìÀÂÏÊ ÈÏÓÔ';
$strAnyUser = 'ìÀÂÏÊ ÐÏÌØÚÏ×ÁÔÅÌØ';
$strArabic = 'áÒÁÂÓËÉÊ';
$strArmenian = 'áÒÍÑÎÓËÉÊ';
$strAscending = 'ðÏ ×ÏÚÒÁÓÔÁÎÉÀ';
$strAtBeginningOfTable = '÷ ÎÁÞÁÌÏ ÔÁÂÌÉÃÙ';
$strAtEndOfTable = '÷ ËÏÎÅÃ ÔÁÂÌÉÃÙ';
$strAttr = 'áÔÒÉÂÕÔÙ';
$strAutodetect = 'á×ÔÏÄÅÔÅËÔ';
$strAutomaticLayout = 'á×ÔÏÍÁÔÉÞÅÓËÁÑ ÒÁÓËÌÁÄËÁ';
 
$strBack = 'îÁÚÁÄ';
$strBaltic = 'âÁÌÔÉÊÓËÉÊ';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' ä×ÏÉÞÎÙÊ ';
$strBinaryDoNotEdit = ' ä×ÏÉÞÎÙÅ ÄÁÎÎÙÅ - ÎÅ ÒÅÄÁËÔÉÒÕÀÔÓÑ ';
$strBookmarkAllUsers = 'äÁÔØ ËÁÖÄÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÕ ÚÁËÌÁÄËÕ';
$strBookmarkDeleted = 'úÁËÌÁÄËÁ ÂÙÌÁ ÕÄÁÌÅÎÁ.';
$strBookmarkLabel = 'íÅÔËÁ';
$strBookmarkQuery = 'úÁËÌÁÄËÁ ÎÁ SQL-ÚÁÐÒÏÓ';
$strBookmarkThis = 'úÁËÌÁÄËÁ ÎÁ ÄÁÎÎÙÊ SQL-ÚÁÐÒÏÓ';
$strBookmarkView = 'ôÏÌØËÏ ÐÒÏÓÍÏÔÒ';
$strBrowse = 'ïÂÚÏÒ';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = 'âÏÌÇÁÒÓËÉÊ';
$strBzError = 'phpMyAdmin ÎÅ ÍÏÖÅÔ ÓÖÁÔØ ÄÁÍÐ ÉÚ-ÚÁ ÐÒÏÂÌÅÍ Ó Bz2 extension × ÔÅËÕÝÅÊ ×ÅÒÓÉÉ 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, ÐÏÖÁÌÕÊÓÔÁ';
$strCantLoadRecodeIconv = 'îÅ ÍÏÇÕ ÚÁÇÒÕÚÉÔØ iconv ÉÌÉ recode, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ ÐÅÒÅËÏÄÉÒÏ×ÁÎÉÑ ÓÉÍ×ÏÌÏ×. ðÒÏ×ÅÒØÔÅ php-ËÏÎÆÉÇÕÒÁÃÉÀ É ÒÁÚÒÅÛÉÔÅ ÉÈ ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÉÌÉ ÚÁÐÒÅÔÉÔÅ ÐÅÒÅËÏÄÉÒÏ×ÁÎÉÅ ÓÉÍ×ÏÌÏ× × phpMyAdmin.';
$strCantRenameIdxToPrimary = 'îÅ×ÏÚÍÏÖÎÏ ÐÅÒÅÉÍÅÎÏ×ÁÔØ ÉÎÄÅËÓ × PRIMARY!';
$strCantUseRecodeIconv = 'îÅ ÍÏÇÕ ÉÓÐÏÌØÚÏ×ÁÔØ iconv ÆÕÎËÃÉÉ: ÎÉ libiconv, ÎÉ recode_string, ÐÏËÁ ÎÅ ÂÕÄÕÔ ÚÁÇÒÕÖÅÎÙ extension reports. ðÒÏ×ÅÒØÔÅ php-ËÏÎÆÉÇÕÒÁÃÉÀ.';
$strCardinality = 'ëÏÌÉÞÅÓÔ×Ï ÜÌÅÍÅÎÔÏ×';
$strCaseInsensitive = 'ÎÅÞÕ×ÓÔ×ÉÔÅÌØÎÙÊ Ë ÒÅÇÉÓÔÒÕ';
$strCaseSensitive = 'ÞÕ×ÓÔ×ÉÔÅÌØÎÙÊ Ë ÒÅÇÉÓÔÒÕ ';
$strCentralEuropean = 'ãÅÎÔÒÁÌØÎÏ-å×ÒÏÐÅÊÓËÉÊ';
$strChange = 'éÚÍÅÎÉÔØ';
$strChangeCopyMode = 'óÏÚÄÁÔØ ÎÏ×ÏÇÏ ÐÏÌØÚÏ×ÁÔÅÌÑ Ó ÔÁËÉÍÉ ÖÅ ÐÒÉ×ÉÌÅÇÉÑÍÉ É ...';
$strChangeCopyModeCopy = '... ÓÏÈÒÁÎÉÔØ ÓÔÁÒÏÇÏ.';
$strChangeCopyModeDeleteAndReload = ' ... ÕÄÁÌÉÔØ ÓÔÁÒÏÇÏ ÉÚ ÔÁÂÌÉà ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÐÅÒÅÚÁÇÒÕÚÉÔØ ÐÒÉ×ÉÌÅÇÉÉ.';
$strChangeCopyModeJustDelete = ' ... ÕÄÁÌÉÔØ ÓÔÁÒÏÇÏ ÉÚ ÔÁÂÌÉà ÐÏÌØÚÏ×ÁÔÅÌÅÊ.';
$strChangeCopyModeRevoke = ' ... ÏÔÍÅÎÉÔØ ×ÓÅ ÁËÔÉ×ÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÓÔÁÒÏÇÏ É ÚÁÔÅÍ ÕÄÁÌÉÔØ ÅÇÏ.';
$strChangeCopyUser = 'éÚÍÅÎÉÔØ ÉÎÆÏÒÍÁÃÉÀ ÌÏÇÉÎÁ/ ëÏÐÉÒÏ×ÁÔØ ÐÏÌØÚÏ×ÁÔÅÌÑ';
$strChangeDisplay = '÷ÙÂÅÒÉÔÅ ÐÏÌÅ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ';
$strChangePassword = 'éÚÍÅÎÉÔØ ÐÁÒÏÌØ';
$strCharset = 'ëÏÄÉÒÏ×ËÁ';
$strCharsetOfFile = 'ëÏÄÉÒÏ×ËÁ ÆÁÊÌÁ:';
$strCharsets = 'ëÏÄÉÒÏ×ËÉ';
$strCharsetsAndCollations = 'ëÏÄÉÒÏ×ËÉ É ÓÒÁ×ÎÅÎÉÑ';
$strCheckAll = 'ïÔÍÅÔÉÔØ ×ÓÅ';
$strCheckOverhead = 'ïÔÍÅÔÉÔØ ÔÒÅÂÕÀÝÉÅ ÏÐÔÉÍÉÚÁÃÉÉ';
$strCheckPrivs = 'ðÒÏ×ÅÒÉÔØ ÐÒÉ×ÉÌÅÇÉÉ';
$strCheckPrivsLong = 'ðÒÏ×ÅÒÉÔØ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ ÂÁÚÙ &quot;%s&quot;.';
$strCheckTable = 'ðÒÏ×ÅÒÉÔØ ÔÁÂÌÉÃÕ';
$strChoosePage = '÷ÙÂÅÒÉÔÅ ÓÔÒÁÎÉÃÕ ÄÌÑ ÒÅÄÁËÔÉÒÏ×ÁÎÉÑ';
$strColComFeat = 'ðÏËÁÚÁÔØ ËÏÍÍÅÎÔÁÒÉÑ ÓÔÏÌÂÃÏ×';
$strCollation = 'óÒÁ×ÎÅÎÉÅ';
$strColumnNames = 'îÁÚ×ÁÎÉÑ ËÏÌÏÎÏË';
$strColumnPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ, ÓÐÅÃÉÆÉÞÎÙÅ ÄÌÑ ÓÔÏÌÂÃÁ';
$strCommand = 'ëÏÍÁÎÄÁ';
$strComments = 'ëÏÍÍÅÎÔÁÒÉÉ';
$strCommentsForTable = 'ëÏÍÍÅÎÔÁÒÉÉ Ë ÔÁÂÌÉÃÅ';
$strCompleteInserts = 'ðÏÌÎÁÑ ×ÓÔÁ×ËÁ';
$strCompression = 'óÖÁÔÉÅ';
$strConfigFileError = 'phpMyAdmin ÎÅ ÍÏÖÅÔ ÐÒÏÞÉÔÁÔØ ÄÁÎÎÙÅ ÉÚ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÇÏ ÆÁÊÌÁ! <br />÷ÏÚÍÏÖÎÁÑ ÐÒÉÞÉÎÁ - ÓÉÎÔÁËÓÉÞÅÓËÁÑ ÏÛÉÂËÁ.<br />÷ÙÚÏ×ÉÔÅ ÜÔÏÔ ÆÁÊÌ (config.inc.php) ÎÅÐÏÓÒÅÄÓÔ×ÅÎÎÏ ÉÚ ÂÒÁÕÚÅÒÁ. åÓÌÉ ÂÕÄÕÔ ÓÏÏÂÝÅÎÉÑ Ï ÏÛÉÂËÁÈ - ÉÓÐÒÁ×ØÔÅ ÉÈ. åÓÌÉ ÐÕÓÔÁÑ ÓÔÒÁÎÉÃÁ - ×ÓÅ × ÐÏÒÑÄËÅ';
$strConfigureTableCoord = 'éÚÍÅÎÉÔÅ ËÏÏÒÄÉÎÁÔÙ ÔÁÂÌÉÃÙ %s';
$strConnectionError = 'óÏÅÄÉÎÅÎÉÅ ÎÅ×ÏÚÍÏÖÎÏ: ÎÅ×ÅÒÎÙÅ ÕÓÔÏÎÏ×ËÉ.';
$strConnections = 'óÏÅÄÉÎÅÎÉÑ';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies ÄÏÌÖÎÙ ÂÙÔØ ×ËÌÀÞÅÎÙ ÐÏÓÌÅ ÜÔÏÇÏ ÍÅÓÔÁ.';
$strCopyTable = 'óËÏÐÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ × (ÂÁÚÁ ÄÁÎÎÙÈ<b>.</b>ÔÁÂÌÉÃÁ):';
$strCopyTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÓËÏÐÉÒÏ×ÁÎÁ × %s.';
$strCopyTableSameNames = ' îÅ ÍÏÇÕ ÓËÏÐÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ ÓÁÍÕ × ÓÅÂÑ !';
$strCouldNotKill = 'phpMyAdmin ÎÅ ÓÍÏÇ ÕÄÁÌÉÔØ thread %s. ÷ÏÚÍÏÖÎÏ, ÏÎ ÕÖÅ ÚÁËÒÙÔ.';
$strCreate = 'óÏÚÄÁÔØ';
$strCreateIndex = 'óÏÚÄÁÔØ ÉÎÄÅËÓ ÎÁ&nbsp;%s&nbsp;ËÏÌÏÎËÁÈ';
$strCreateIndexTopic = 'óÏÚÄÁÔØ ÎÏ×ÙÊ ÉÎÄÅËÓ';
$strCreateNewDatabase = 'óÏÚÄÁÔØ ÎÏ×ÕÀ âä';
$strCreateNewTable = 'óÏÚÄÁÔØ ÎÏ×ÕÀ ÔÁÂÌÉÃÕ × âä %s';
$strCreatePage = 'óÏÚÄÁÔØ ÎÏ×ÕÀ ÓÔÒÁÎÉÃÕ';
$strCreatePdfFeat = 'óÏÚÄÁÎÉÅ PDF-ÓÈÅÍÙ';
$strCreationDates = 'óÏÚÄÁÎÉÅ/ïÂÎÏ×ÌÅÎÉÅ/ðÒÏ×ÅÒËÁ ÄÁÔ';
$strCriteria = 'ëÒÉÔÅÒÉÊ';
$strCroatian = 'èÏÒ×ÁÔÓËÉÊ';
$strCyrillic = 'ëÉÒÉÌÌÉÞÅÓËÉÊ';
$strCzech = 'þÅÛÓËÉÊ';
$strCzechSlovak = 'þÅÛÓËÉÊ';
 
$strDBComment = 'ëÏÍÍÅÎÔÁÒÉÊ âä: ';
$strDBGContext = 'ëÏÎÔÅËÓÔ';
$strDBGContextID = 'ëÏÎÔÅËÓÔ ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'íÁËÓÉÍÁÌØÎÏÅ ×ÒÅÍÑ, ms';
$strDBGMinTimeMs = 'íÉÎÉÍÁÌØÎÏÅ ×ÒÅÍÑ, ms';
$strDBGModule = 'íÏÄÕÌØ';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'éÔÏÇÏ×ÏÅ ×ÒÅÍÑ, ms';
$strDBRename = 'ðÅÒÅÉÍÅÎÏ×ÁÔØ ÂÁÚÕ ÄÁÎÎÙÈ ×';
$strDanish = 'äÁÔÓËÉÊ';
$strData = 'äÁÎÎÙÅ';
$strDataDict = 'óÌÏ×ÁÒØ ÄÁÎÎÙÈ';
$strDataOnly = 'ôÏÌØËÏ ÄÁÎÎÙÅ';
$strDatabase = 'âä';
$strDatabaseEmpty = 'éÍÑ ÂÁÚÙ ÄÁÎÎÙÈ ÎÅ ÕËÁÚÁÎÎÏ!';
$strDatabaseExportOptions = 'ïÐÃÉÉ ÜËÓÐÏÒÔÁ âä';
$strDatabaseHasBeenDropped = 'âÁÚÁ ÄÁÎÎÙÈ %s ÂÙÌÁ ÕÄÁÌÅÎÁ.';
$strDatabaseNoTable = 'üÔÁ âä ÎÅ ÓÏÄÅÒÖÉÔ ÔÁÂÌÉÃ!';
$strDatabases = 'âÁÚÙ äÁÎÎÙÈ';
$strDatabasesDropped = '%s âä ÂÙÌÉ ÕÓÐÅÛÎÏ ÕÄÁÌÅÎÙ.';
$strDatabasesStats = 'óÔÁÔÉÓÔÉËÁ ÂÁÚ ÄÁÎÎÙÈ';
$strDatabasesStatsDisable = 'ïÔËÌÀÞÉÔØ ÓÔÁÔÉÓÔÉËÕ';
$strDatabasesStatsEnable = '÷ËÌÀÞÉÔØ ÓÔÁÔÉÓÔÉËÕ';
$strDatabasesStatsHeavyTraffic = 'úÁÍÅÞÁÎÉÅ: ÷ËÌÀÞÅÎÉÅ ÓÔÁÔÉÓÔÉËÉ ÂÁÚÙ ÄÁÎÎÙÈ ÍÏÖÅÔ ÓÐÒÏ×ÏÃÉÒÏ×ÁÔØ ÂÏÌØÛÏÊ ÔÒÁÆÉË ÍÅÖÄÕ ×ÅÂ-ÓÅÒ×ÅÒÏÍ É ÓÅÒ×ÅÒÏÍ MySQL.';
$strDbPrivileges = ' ðÒÉ×ÉÌÅÇÉÉ, ÓÐÅÃÉÆÉÞÎÙÅ ÄÌÑ ÂÁÚÙ ÄÁÎÎÙÈ';
$strDbSpecific = 'ÓÐÅÃÉÆÉÞÎÏ ÄÌÑ âä';
$strDefault = 'ðÏ ÕÍÏÌÞÁÎÉÀ';
$strDefaultValueHelp = 'äÌÑ ÚÎÁÞÅÎÉÊ ÐÏ ÕÍÏÌÞÁÎÉÀ ÐÒÏÓÔÏ ××ÅÄÉÔÅ ÅÄÉÎÓÔ×ÅÎÎÏÅ ÚÎÁÞÅÎÉÅ ÂÅÚ ÜËÒÁÎÉÒÏ×ÁÎÉÑ É Ë×ÏÔÉÒÏ×ÁÎÉÑ, ÉÓÐÏÌØÚÕÑ ÜÔÏÔ ÆÏÒÍÁÔ: a';
$strDefragment = 'äÅÆÒÁÇÍÅÎÔÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ';
$strDelOld = '÷ ÔÅËÕÝÅÊ ÓÔÒÁÎÉÃÅ ÅÓÔØ ÓÓÙÌËÉ ÎÁ ÔÁÂÌÉÃÙ, ËÏÔÒÙÅ ÂÏÌØÛÅ ÎÅ ÓÕÝÅÓÔ×ÕÀÔ. ÷Ù ÈÏÔÉÔÅ ÕÄÁÌÉÔØ ÜÔÉ ÓÓÙÌËÉ?';
$strDelayedInserts = 'éÓÐÏÌØÚÏ×ÁÔØ ÚÁÐÁÚÄÙ×ÁÀÝÉÅ ×ÓÔÁ×ËÉ';
$strDelete = 'õÄÁÌÉÔØ';
$strDeleteAndFlush = 'õÄÁÌÉÔØ ×ÓÅÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÐÅÒÅÚÁÇÒÕÚÉÔØ ÐÒÉ×ÉÌÅÇÉÉ.';
$strDeleteAndFlushDescr = 'üÔÏ ÌÕÞÛÉÊ ÓÐÏÓÏÂ, ÎÏ ÐÅÒÅÚÁÇÒÕÚËÁ ÐÒÉ×ÉÌÅÇÉÊ ÍÏÖÅÔ ÚÁÎÑÔØ ÎÅËÏÔÏÒÏÅ ×ÒÅÍÑ.';
$strDeleted = 'òÑÄ ÂÙÌ ÕÄÁÌÅÎ';
$strDeletedRows = 'óÌÅÄÕÀÝÉÅ ÒÑÄÙ ÂÙÌÉ ÕÄÁÌÅÎÙ:';
$strDeleting = 'õÄÁÌÅÎÉÅ %s';
$strDescending = 'ðÏ ÕÂÙ×ÁÎÉÀ';
$strDescription = 'ïÐÉÓÁÎÉÅ';
$strDictionary = 'ÓÌÏ×ÁÒØ';
$strDisableForeignChecks = '÷ÙËÌÀÞÉÔØ ÐÒÏ×ÅÒËÕ ÉÎÏÒÏÄÎÙÈ ËÌÀÞÅÊ';
$strDisabled = 'îÅÄÏÓÔÕÐÎÏ';
$strDisplayFeat = 'ðÏËÁÚÁÔØ ÄÏÐÏÌÎÉÔÅÌØÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ';
$strDisplayOrder = 'ðÏÒÑÄÏË ÐÒÏÓÍÏÔÒÁ:';
$strDisplayPDF = 'ðÏËÁÚÁÔØ PDF-ÓÈÅÍÕ';
$strDoAQuery = '÷ÙÐÏÌÎÉÔØ "ÚÁÐÒÏÓ ÐÏ ÐÒÉÍÅÒÕ" (ÓÉÍ×ÏÌ ÐÏÄÓÔÁÎÏ×ËÉ: "%")';
$strDoYouReally = '÷Ù ÄÅÊÓÔ×ÉÔÅÌØÎÏ ÖÅÌÁÅÔÅ ';
$strDocu = 'äÏËÕÍÅÎÔÁÃÉÑ';
$strDrop = 'õÎÉÞÔÏÖÉÔØ';
$strDropDatabaseStrongWarning = '÷Ù Õ×ÅÒÅÎÎÙ ÞÔÏ ÈÏÔÉÔÅ ÕÎÉÞÔÏÖÉÔØ ×ÓÀ ÂÁÚÕ ÄÁÎÎÙÈ?';
$strDropUsersDb = 'õÄÁÌÉÔØ ÂÁÚÙ, ËÏÔÏÒÙÅ ÉÍÅÀÔ ÔÁËÉÅ ÖÅ ÉÍÅÎÁ ËÁË É ÐÏÌØÚÏ×ÁÔÅÌÉ.';
$strDumpSaved = 'äÁÍÐ ÓÏÈÒÁÎ£Î × ÆÁÊÌ %s.';
$strDumpXRows = 'äÁÍÐ %s ÚÁÐÉÓÅÊ, ÎÁÞÉÎÁÑ Ó %s.';
$strDumpingData = 'äÁÍÐ ÄÁÎÎÙÈ ÔÁÂÌÉÃÙ';
$strDynamic = 'ÄÉÎÁÍÉÞÅÓËÉÊ';
 
$strEdit = 'ðÒÁ×ËÁ';
$strEditPDFPages = 'éÚÍÅÎÉÔØ PDF-ÓÔÒÁÎÉÃÙ';
$strEditPrivileges = 'òÅÄÁËÔÉÒÏ×ÁÎÉÅ ÐÒÉ×ÉÌÅÇÉÊ';
$strEffective = 'üÆÆÅËÔÉ×ÎÏÓÔØ';
$strEmpty = 'ïÞÉÓÔÉÔØ';
$strEmptyResultSet = 'MySQL ×ÅÒÎÕÌÁ ÐÕÓÔÏÊ ÒÅÚÕÌØÔÁÔ (Ô.Å. ÎÏÌØ ÒÑÄÏ×).';
$strEnabled = 'äÏÓÔÕÐÎÏ';
$strEncloseInTransaction = 'üËÓÐÏÒÔÉÒÏ×ÁÔØ ÐÒÉ ÐÅÒÅ×ÏÄÅ';
$strEnd = 'ëÏÎÅÃ';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'áÎÇÌÉÊÓËÉÊ';
$strEnglishPrivileges = ' ðÒÉÍÅÞÁÎÉÅ: ÐÒÉ×ÉÌÅÇÉÉ MySQL ÚÁÄÁÀÔÓÑ ÐÏ-ÁÎÇÌÉÊÓËÉ ';
$strError = 'ïÛÉÂËÁ';
$strEstonian = 'üÓÔÏÎÓËÉÊ';
$strExcelEdition = 'Excel-ÐÕÂÌÉËÁÃÉÑ';
$strExcelOptions = 'ïÐÃÉÉ Excel';
$strExecuteBookmarked = '÷ÙÐÏÎÉÔØ ÏÔÍÅÞÅÎÎÙÊ ÚÁÐÒÏÓ';
$strExplain = 'ïÐÉÓÁÔØ SQL';
$strExport = 'üËÓÐÏÒÔ';
$strExtendedInserts = 'òÁÓÛÉÒÅÎÎÙÅ ×ÓÔÁ×ËÉ';
$strExtra = 'äÏÐÏÌÎÉÔÅÌØÎÏ';
 
$strFailedAttempts = 'îÅÕÄÁÞÎÙÅ ÐÏÐÙÔËÉ';
$strField = 'ðÏÌÅ';
$strFieldHasBeenDropped = 'ðÏÌÅ %s ÂÙÌÏ ÕÄÁÌÅÎÏ';
$strFields = 'ðÏÌÑ';
$strFieldsEmpty = ' ðÕÓÔÏÊ ÓÞÅÔÞÉË ÐÏÌÅÊ! ';
$strFieldsEnclosedBy = 'ðÏÌÑ ÚÁËÌÀÞÅÎÙ ×';
$strFieldsEscapedBy = 'ðÏÌÑ ÜËÒÁÎÉÒÕÀÔÓÑ';
$strFieldsTerminatedBy = 'ðÏÌÑ ÒÁÚÄÅÌÅÎÙ';
$strFileAlreadyExists = 'æÁÊÌ %s ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ ÎÁ ÓÅÒ×ÅÒÅ, ÉÚÍÅÎÉÔÅ ÉÍÑ ÉÌÉ ×ÏÓÐÏÌØÚÕÊÔÅÓØ ÏÐÃÉÅÊ ÐÅÒÅÚÁÐÉÓÉ.';
$strFileCouldNotBeRead = 'æÁÊÌ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÐÒÏÞÉÔÁÎ';
$strFileNameTemplate = 'ûÁÂÌÏÎ ÉÍÅÎÉ ÆÁÊÌÁ';
$strFileNameTemplateRemember = 'ÚÁÐÏÍÎÉÔØ ÛÁÂÌÏÎ';
$strFixed = 'ÆÉËÓÉÒÏ×ÁÎÎÙÊ';
$strFlushPrivilegesNote = 'úÁÍÅÞÁÎÉÅ: phpMyAdmin ÐÏÌÕÞÁÅÔ ÐÏÌØÚÏ×ÁÔÅÌØÓËÉÅ ÐÒÉ×ÉÌÅÇÉÉ ÐÒÑÍÏ ÉÚ ÔÁÂÌÉà ÐÒÉ×ÉÌÅÇÉÊ MySQL. óÏÄÅÒÖÉÍÏÅ ÜÔÉÈ ÔÁÂÌÉà ÍÏÖÅÔ ÏÔÌÉÞÁÔØÓÑ ÏÔ ÏÔ ÐÒÉ×ÉÌÅÇÉÊ, ËÏÔÏÒÙÅ ÉÓÐÏÌØÚÕÅÔ ÓÅÒ×ÅÒ, ÅÓÌÉ ÉÚÍÅÎÅÎÉÑ ÂÙÌÉ ×ÎÅÓÅÎÙ ×ÒÕÞÎÕÀ. ÷ ÜÔÏÍ ÓÌÕÞÁÅ ×Ù ÄÏÌÖÎÙ %sÐÅÒÅÚÁÇÒÕÚÉÔØ ÐÒÉ×ÉÌÅÇÉÉ%s ÐÅÒÅÄ ÐÒÏÄÏÌÖÅÎÉÅÍ ÒÁÂÏÔÙ.';
$strFlushTable = 'óÂÒÏÓÉÔØ ËÜÛ ÔÁÂÌÉÃÙ ("FLUSH")';
$strFormEmpty = 'ôÒÅÂÕÅÔÓÑ ÚÎÁÞÅÎÉÅ ÄÌÑ ÆÏÒÍÙ!';
$strFormat = 'æÏÒÍÁÔ';
$strFullText = 'ðÏÌÎÙÅ ÔÅËÓÔÙ';
$strFunction = 'æÕÎËÃÉÑ';
 
$strGenBy = 'óÏÚÄÁÎÎÙÊ';
$strGenTime = '÷ÒÅÍÑ ÓÏÚÄÁÎÉÑ';
$strGeneralRelationFeat = 'ïÓÎÏ×ÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ Ó×ÑÚÅÊ';
$strGeorgian = 'çÒÕÚÉÎÓËÉÊ';
$strGerman = 'îÅÍÅÃËÉÊ';
$strGlobal = 'global';
$strGlobalPrivileges = 'çÌÏÂÁÌØÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ';
$strGlobalValue = 'çÌÏÂÁÌØÎÏÅ ÚÎÁÞÅÎÉÅ';
$strGo = 'ðÏÛÅÌ';
$strGrantOption = 'ðÒÅÄÏÓÔÁ×ÌÑÔØ';
$strGreek = 'çÒÅÞÅÓËÉÊ';
$strGzip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × gzip';
 
$strHasBeenAltered = 'ÂÙÌÁ ÉÚÍÅÎÅÎÁ.';
$strHasBeenCreated = 'ÂÙÌÁ ÓÏÚÄÁÎÁ.';
$strHaveToShow = '÷Ù ÄÏÌÖÎÙ ×ÙÂÒÁÔØ ÎÅ ÍÅÎÅÅ ÏÄÎÏÊ ËÏÌÏÎËÉ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ';
$strHebrew = 'é×ÒÉÔ';
$strHexForBinary = 'éÓÐÏÌØÚÏ×ÁÔØ ÛÅÓÔÎÁÄÃÁÔÉÒÉÞÎÙÅ (hexadecimal) ÂÉÎÁÒÎÙÅ ÐÏÌÑ';
$strHome = 'ë ÎÁÞÁÌÕ';
$strHomepageOfficial = 'ïÆÉÃÉÁÌØÎÁÑ ÓÔÒÁÎÉÃÁ phpMyAdmin';
$strHost = 'èÏÓÔ';
$strHostEmpty = 'ðÕÓÔÏÅ ÉÍÑ ÈÏÓÔÁ!';
$strHungarian = '÷ÅÎÇÅÒÓËÉÊ';
 
$strIcelandic = 'éÓÌÁÎÄÓËÉÊ';
$strId = 'ID';
$strIdxFulltext = 'ðÏÌÎôÅËÓÔ';
$strIgnore = 'éÇÎÏÒÉÒÏ×ÁÔØ';
$strIgnoreInserts = 'éÇÎÏÒÉÒÏ×ÁÔØ ×ÓÔÁ×ËÉ';
$strIgnoringFile = 'éÇÎÏÒÉÒÕÀ ÆÁÊÌ %s';
$strImportDocSQL = 'éÍÐÏÒÔ docSQL ÆÁÊÌÏ×';
$strImportFiles = 'éÍÐÏÒÔ ÆÁÊÌÏ×';
$strInUse = 'ÉÓÐÏÌØÚÕÅÔÓÑ';
$strIndex = 'éÎÄÅËÓ';
$strIndexHasBeenDropped = 'éÎÄÅËÓ %s ÂÙÌ ÕÄÁÌÅÎ';
$strIndexName = 'éÍÑ ÉÎÄÅËÓÁ&nbsp;:';
$strIndexType = 'ôÉÐ ÉÎÄÅËÓÁ&nbsp;:';
$strIndexes = 'éÎÄÅËÓÙ';
$strInnodbStat = 'InnoDB ÓÔÁÔÕÓ';
$strInsecureMySQL = '÷ÁÛ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÙÊ ÆÁÊÌ ÓÏÄÅÒÖÉÔ ÎÁÓÔÒÏÊËÉ (ÐÏÌØÚÏ×ÁÔÅÌØ root ÂÅÚ ÐÁÒÏÌÑ), ËÏÔÏÒÙÅ ÏÔÎÏÓÑÔÓÑ Ë ÐÒÉ×ÉÌÅÇÉÒÏ×ÁÎÎÏÍÕ ÐÏÌØÚÏ×ÁÔÅÌÀ MySQL (ÐÏ ÕÍÏÌÞÁÎÉÀ). ÷ÁÛ MySQL ÓÅÒ×ÅÒ ÚÁÐÕÝÅÎ Ó ÜÔÉÍÉ ÎÁÓÔÒÏÊËÁÍÉ ÐÏ ÕÍÏÌÞÁÎÉÀ, ÏÔËÒÙÔÙÊ ÄÌÑ ×ÔÏÒÖÅÎÉÊ, ÐÏÜÔÏÍÕ ÷ÁÍ ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÕÓÔÒÁÎÉÔØ ÜÔÕ ÄÙÒÕ × ÂÅÚÏÐÁÓÎÏÓÔÉ.';
$strInsert = '÷ÓÔÁ×ÉÔØ';
$strInsertAsNewRow = '÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ';
$strInsertNewRow = '÷ÓÔÁ×ÉÔØ ÎÏ×ÙÊ ÒÑÄ';
$strInsertedRowId = '÷ÓÔÁ×ÉÔØ id ÒÑÄÁ:';
$strInsertedRows = 'äÏÂÁ×ÌÅÎÙ ÒÑÄÙ:';
$strInternalNotNecessary = '* ÷ÎÕÔÒÅÎÎÑÑ Ó×ÑÚØ ÎÅ ÏÂÑÚÁÔÅÌØÎÁ, ËÏÇÄÁ ÏÎÁ ÔÁËÖÅ ÓÕÝÅÓÔ×ÕÅÔ × InnoDB.';
$strInternalRelations = '÷ÎÕÔÒÅÎÎÉÅ Ó×ÑÚÉ';
 
$strJapanese = 'ñÐÏÎÓËÉÊ';
$strJumpToDB = 'ðÅÒÅÊÔÉ Ë ÂÁÚÅ &quot;%s&quot;.';
$strJustDelete = 'ðÒÏÓÔÏ ÕÄÁÌÉÔØ ÐÏÌØÚÏ×ÁÔÅÌÅÊ ÉÚ ÔÁÂÌÉà ÐÒÉ×ÉÌËÇÉÊ.';
$strJustDeleteDescr = '&quot;õÄÁÌ£ÎÎÙÅ&quot; ÐÏÌØÚÏ×ÁÔÅÌÉ ×Ó£ ÅÝ£ ÓÍÏÇÕÔ ÒÁÂÏÔÁÔØ Ó Ó ÅÒ×ÅÒÏÍ ËÁË ÏÂÙÞÎÏ ÄÏ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÉ×ÉÌÅÇÉÊ.';
 
$strKeepPass = 'îÅ ÍÅÎÑÔØ ÐÁÒÏÌØ';
$strKeyname = 'éÍÑ ËÌÀÞÁ';
$strKill = 'õÂÉÔØ';
$strKorean = 'ëÏÒÅÊÓËÉÊ';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'ïÐÃÉÉ LaTeX';
$strLandscape = 'ìÁÎÄÛÁÆÔ';
$strLatexCaption = 'úÁÇÏÌÏ×ÏË ÔÁÂÌÉÃÙ';
$strLatexContent = 'óÏÄÅÒÖÉÍÏÅ ÔÁÂÌÉÃÙ __TABLE__';
$strLatexContinued = '(ÐÒÏÄÏÌÖÅÎÏ)';
$strLatexContinuedCaption = 'ðÒÏÄÏÌÖÅÎÎÙÊ ÚÁÇÏÌÏ×ÏË ÔÁÂÌÉÃÙ';
$strLatexIncludeCaption = '÷ËÌÀÞÉÔØ ÚÁÇÏÌÏ×ÏË ÔÁÂÌÉÃÙ';
$strLatexLabel = 'Label key';
$strLatexStructure = 'óÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ __TABLE__';
$strLatvian = 'ìÁÔ×ÉÊÓËÉÊ';
$strLengthSet = 'äÌÉÎÙ/úÎÁÞÅÎÉÑ*';
$strLimitNumRows = 'ÚÁÐÉÓÅÊ ÎÁ ÓÔÒÁÎÉÃÕ';
$strLinesTerminatedBy = 'óÔÒÏËÉ ÒÁÚÄÅÌÅÎÙ';
$strLinkNotFound = 'ó×ÑÚØ ÎÅ ÎÁÊÄÅÎÁ';
$strLinksTo = 'ó×ÑÚØ Ó';
$strLithuanian = 'ìÁÔ×ÉÊÓËÉÊ';
$strLocalhost = 'Local';
$strLocationTextfile = 'íÅÓÔÏÒÁÓÐÏÌÏÖÅÎÉÅ ÔÅËÓÔÏ×ÏÇÏ ÆÁÊÌÁ';
$strLogPassword = 'ðÁÒÏÌØ:';
$strLogServer = 'óÅÒ×ÅÒ';
$strLogUsername = 'ðÏÌØÚÏ×ÁÔÅÌØ:';
$strLogin = '÷ÈÏÄ × ÓÉÓÔÅÍÕ';
$strLoginInformation = 'éÎÆÏÒÍÁÃÉÑ ÌÏÇÉÎÁ';
$strLogout = '÷ÙÊÔÉ ÉÚ ÓÉÓÔÅÍÙ';
 
$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-ÔÉÐÙ, ×ÙÄÅÌÅÎÎÙÅ ËÕÒÓÉ×ÏÍ, ÎÅ ÉÍÅÀÔ ÏÔÄÅÌØÎÏÊ ÆÕÎËÃÉÉ ÔÒÁÎÓÆÏÒÍÁÃÉÉ';
$strMaximumSize = 'íÁËÓÉÍÁÌØÎÙÊ ÒÁÚÍÅÒ: %s%s';
$strModifications = 'íÏÄÉÆÉËÁÃÉÉ ÂÙÌÉ ÓÏÈÒÁÎÅÎÙ';
$strModify = 'éÚÍÅÎÉÔØ';
$strModifyIndexTopic = 'éÚÍÅÎÉÔØ ÉÎÄÅËÓ';
$strMoveTable = 'ðÅÒÅÍÅÓÔÉÔØ ÔÁÂÌÉÃÙ × (ÂÁÚÁ ÄÁÎÎÙÈ<b>.</b>ÔÁÂÌÉÃÁ):';
$strMoveTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÐÅÒÅÍÅÝÅÎÁ × %s.';
$strMoveTableSameNames = 'îÅ ÍÏÇÕ ÐÅÒÅÍÅÓÔÉÔØ ÔÁÂÌÉÃÕ ÓÁÍÕ × ÓÅÂÑ!';
$strMultilingual = 'ÍÎÏÇÏÑÚÙÞÎÙÊ';
$strMySQLCharset = 'MySQL-ËÏÄÉÒÏ×ËÁ';
$strMySQLConnectionCollation = 'óÏÐÏÓÔÁ×ÌÅÎÉÅ ÓÏÅÄÉÎÅÎÉÑ Ó MySQL';
$strMySQLSaid = 'ïÔ×ÅÔ MySQL: ';
$strMySQLShowProcess = 'ðÏËÁÚÁÔØ ÐÒÏÃÅÓÓÙ';
$strMySQLShowStatus = 'ðÏËÁÚÁÔØ ÓÏÓÔÏÑÎÉÅ MySQL';
$strMySQLShowVars = 'ðÏËÁÚÁÔØ ÓÉÓÔÅÍÎÙÅ ÐÅÒÅÍÅÎÎÙÅ MySQL';
 
$strName = 'éÍÑ';
$strNext = 'äÁÌÅÅ';
$strNo = 'îÅÔ';
$strNoDatabases = 'âä ÏÔÓÕÔÓÔ×ÕÀÔ';
$strNoDatabasesSelected = 'îÉ ÏÄÎÁ âä ÎÅ ×ÙÂÒÁÎÁ.';
$strNoDescription = 'ÎÅÔ ÏÐÉÓÁÎÉÑ';
$strNoDropDatabases = 'ëÏÍÁÎÄÁ "õÄÁÌÉÔØ âä" ÏÔËÌÀÞÅÎÁ.';
$strNoExplain = 'ðÒÅËÒÁÔÉÔØ ÏÐÉÓÁÎÉÅ SQL';
$strNoFrames = 'äÌÑ ÒÁÂÏÔÙ phpMyAdmin ÎÕÖÅÎ ÂÒÁÕÚÅÒ Ó ÐÏÄÄÅÒÖËÏÊ <b>ÆÒÅÊÍÏ×</b>.';
$strNoIndex = 'éÎÄÅËÓ ÎÅ ÏÐÒÅÄÅÌÅÎ!';
$strNoIndexPartsDefined = 'þÁÓÔÉ ÉÎÄÅËÓÁ ÎÅ ÏÐÒÅÄÅÌÅÎÙ!';
$strNoModification = 'îÅÔ ÉÚÍÅÎÅÎÉÊ';
$strNoOptions = '÷ ÜÔÏÍ ÆÏÒÍÁÔÅ ÎÅÔ ÏÐÃÉÊ';
$strNoPassword = 'âÅÚ ÐÁÒÏÌÑ';
$strNoPermission = '÷ÅÂ-ÓÅÒ×ÅÒÕ ÎÅ È×ÁÔÁÅÔ ÐÒÁ× ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÆÁÊÌÁ %s.';
$strNoPhp = 'ÂÅÚ PHP-ËÏÄÁ';
$strNoPrivileges = 'âÅÚ ÐÒÉ×ÉÌÅÇÉÊ';
$strNoRights = '÷Ù ÎÅ ÉÍÅÅÔÅ ÄÏÓÔÁÔÏÞÎÏ ÐÒÁ× ÄÌÑ ÜÔÏÇÏ!';
$strNoRowsSelected = 'óÔÒÏËÁ ÔÁÂÌÉÃÙ ÎÅ ×ÙÂÒÁÎÁ';
$strNoSpace = 'îÅ È×ÁÔÁÅÔ ÄÉÓËÏ×ÏÇÏ ÐÒÏÓÔÒÁÎÓÔ×Á ÄÌÑ ÓÏÈÒÁÎÅÎÉÑ ÆÁÊÌÁ %s.';
$strNoTablesFound = '÷ âä ÎÅ ÏÂÎÁÒÕÖÅÎÏ ÔÁÂÌÉÃ.';
$strNoUsersFound = 'îÅ ÎÁÊÄÅÎ ÐÏÌØÚÏ×ÁÔÅÌØ.';
$strNoValidateSQL = 'îÅ ÐÒÏ×ÅÒÑÔØ SQL';
$strNone = 'îÅÔ';
$strNotNumber = 'üÔÏ ÎÅ ÞÉÓÌÏ!';
$strNotOK = 'îÅ ÇÏÔÏ×Ï';
$strNotSet = 'ôÁÂÌÉÃÁ <b>%s</b> ÎÅ ÎÁÊÄÅÎÁ';
$strNull = 'îÏÌØ';
$strNumSearchResultsInTable = '%s ÚÁÐÉÓÉ(ÅÊ) × ÔÁÂÌÉÃÅ <i>%s</i>';
$strNumSearchResultsTotal = '<b>éÔÏÇÏ:</b> <i>%s</i> ÚÁÐÉÓÉ(ÅÊ)';
$strNumTables = 'ôÁÂÌÉÃ';
 
$strOK = 'çÏÔÏ×Ï';
$strOperations = 'ïÐÅÒÁÃÉÉ';
$strOperator = 'ïÐÅÒÁÔÏÒ';
$strOptimizeTable = 'ïÐÔÉÍÉÚÉÒÏ×ÁÔØ ÔÁÂÌÉÃÕ';
$strOr = 'éÌÉ';
$strOverhead = 'îÁËÌÁÄÎÙÅ ÒÁÓÈÏÄÙ';
$strOverwriteExisting = 'ðÅÒÅÚÁÐÉÓÁÔØ ÓÕÝÅÓÔ×ÕÀÝÉÊ(Å) ÆÁÊÌ(Ù)';
 
$strPHP40203 = '÷Ù ÉÓÐÏÌØÚÕÅÔÅ ×ÅÒÓÉÀ PHP 4.2.3, ËÏÔÏÒÁÑ ÓÏÄÅÒÖÉÔ ÓÅÒØÅÚÎÙÅ ÏÛÉÂËÉ ÐÒÉ ÒÁÂÏÔÅ Ó ÍÎÏÇÏ-ÂÁÊÔÏ×ÙÍÉ ÓÔÒÏËÁÍÉ (mbstring). óÍÏÔÒÉÔÅ PHP bug report 19404. äÁÎÎÁÑ ×ÅÒÓÉÑ PHP ÎÅ ÒÅËÏÍÅÎÄÕÅÔÓÑ ÄÌÑ ÉÓÐÏÌØÚÏ×ÁÎÉÑ Ó phpMyAdmin.';
$strPHPVersion = '÷ÅÒÓÉÑ PHP';
$strPageNumber = 'îÏÍÅÒ ÓÔÒÁÎÉÃÙ:';
$strPaperSize = 'òÁÚÍÅÒ ÂÕÍÁÇÉ';
$strPartialText = 'þÁÓÔÉÞÎÙÅ ÔÅËÓÔÙ';
$strPassword = 'ðÁÒÏÌØ';
$strPasswordChanged = 'ðÁÒÏÌØ ÄÌÑ %s ÂÙÌ ÕÓÐÅÛÎÏ ÉÚÍÅΣÎ.';
$strPasswordEmpty = 'ðÕÓÔÏÊ ÐÁÒÏÌØ!';
$strPasswordNotSame = 'ðÁÒÏÌÉ ÎÅ ÏÄÉÎÁËÏ×Ù!';
$strPdfDbSchema = 'óÔÒÕËÔÕÒÁ ÂÁÚÙ "%s" - ÓÔÒÁÎÉÃÁ %s';
$strPdfInvalidTblName = 'ôÁÂÌÉÃÁ "%s" ÎÅ ÓÕÝÅÓÔ×ÕÅÔ!';
$strPdfNoTables = 'îÅÔ ÔÁÂÌÉÃ';
$strPerHour = '× ÞÁÓ';
$strPerMinute = '× ÍÉÎÕÔÕ';
$strPerSecond = '× ÓÅËÕÎÄÕ';
$strPhoneBook = 'ÔÅÌÅÆÏÎÎÁÑ ËÎÉÇÁ';
$strPhp = 'óÏÚÄÁÔØ PHP-ËÏÄ';
$strPmaDocumentation = 'äÏËÕÍÅÎÔÁÃÉÑ ÐÏ phpMyAdmin';
$strPmaUriError = 'äÉÒÅËÔÉ×Á <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÄÏÌÖÎÁ ÂÙÔØ ÕÓÔÁÎÏ×ÌÅÎÁ × ÷ÁÛÅÍ ËÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍ ÆÁÊÌÅ!';
$strPolish = 'ðÏÌØÓËÉÊ';
$strPortrait = 'ðÏÒÔÒÅÔ';
$strPos1 = 'îÁÞÁÌÏ';
$strPrevious = 'îÁÚÁÄ';
$strPrimary = 'ðÅÒ×ÉÞÎÙÊ';
$strPrimaryKeyHasBeenDropped = 'ðÅÒ×ÉÞÎÙÊ ËÌÀÞ ÂÙÌ ÕÄÁÌÅÎ';
$strPrimaryKeyName = 'éÍÑ ÐÅÒ×ÉÞÎÏÇÏ ËÌÀÞÁ ÄÏÌÖÎÏ ÂÙÔØ PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ÄÏÌÖÎÏ</b> ÂÙÔØ ÐÒÉÚÎÁËÏÍ <b>ÔÏÌØËÏ</b> ÐÅÒ×ÉÞÎÏÇÏ ËÌÀÞÁ!)';
$strPrint = 'ðÅÞÁÔØ';
$strPrintView = '÷ÅÒÓÉÑ ÄÌÑ ÐÅÞÁÔÉ';
$strPrintViewFull = 'òÁÓÐÅÞÁÔÁÔØ (ÓÏ ×ÓÅÍ ÔÅËÓÔÏÍ)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'ðÏÚ×ÏÌÑÅÔ ÉÚÍÅÎÅÎÉÅ ÓÔÒÕËÔÕÒÙ ÓÕÝÅÓÔ×ÕÀÝÉÈ ÔÁÂÌÉÃ.';
$strPrivDescCreateDb = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ ÎÏ×ÙÈ ÂÁÚ ÄÁÎÎÙÈ É ÔÁÂÌÉÃ.';
$strPrivDescCreateTbl = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ ÎÏ×ÙÈ ÔÁÂÌÉÃ.';
$strPrivDescCreateTmpTable = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ ×ÒÅÍÅÎÎÙÈ ÔÁÂÌÉÃ.';
$strPrivDescDelete = 'ðÏÚ×ÏÌÑÅÔ ÕÄÁÌÅÎÉÅ ÄÁÎÎÙÈ.';
$strPrivDescDropDb = 'ðÏÚ×ÏÌÑÅÔ ÕÄÁÌÅÎÉÅ ';
$strPrivDescDropTbl = 'ðÏÚ×ÏÌÑÅÔ ÕÄÁÌÅÎÉÅ ÔÁÂÌÉÃ.';
$strPrivDescExecute = 'ðÏÚ×ÏÌÑÅÔ ÚÁÐÕÓË ÈÒÁÎÉÍÙÈ ÐÒÏÃÅÄÕÒ; îÅ ÒÁÂÏÔÁÅÔ × ÜÔÏÊ ×ÅÒÓÉÉ MySQL.';
$strPrivDescFile = 'ðÏÚ×ÏÌÑÅÔ ÉÍÐÏÒÔÉÒÏ×ÁÎÉÅ É ÜËÓÐÏÒÔÉÒÏ×ÁÎÉÅ ÄÁÎÎÙÈ × ÆÁÊÌÙ.';
$strPrivDescGrant = 'ðÏÚ×ÏÌÑÅÔ ÄÏÂÁ×ÌÅÎÉÅ ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÐÒÉ×ÉÌÅÇÉÊ ÂÅÚ ÐÅÒÅÚÁÇÒÕÚËÉ ÔÁÂÌÉà ÐÒÉ×ÉÌÅÇÉÊ.';
$strPrivDescIndex = 'ðÏÚ×ÏÌÑÅÔ ÓÏÚÄÁÎÉÅ É ÕÄÁÌÅÎÉÅ ÉÎÄÅËÓÏ×.';
$strPrivDescInsert = 'ðÏÚ×ÏÌÑÅÔ ×ÓÔÁ×ËÕ É ÚÁÍÅÎÕ ÄÁÎÎÙÈ.';
$strPrivDescLockTables = 'ðÏÚ×ÏÌÑÅÔ ÂÌÏËÉÒÏ×ËÕ ÔÁÂÌÉà ÄÌÑ ÔÅËÕÝÅÇÏ ÐÏÔÏËÁ.';
$strPrivDescMaxConnections = 'ïÇÒÁÎÉÞÉ×ÁÅÔ ËÏÌÉÞÅÓÔ×Ï ÓÏÅÄÉÎÅÎÉÊ, ËÏÔÏÒÙÅ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ÏÔËÒÙÔØ × ÔÅÞÅÎÉÅ ÞÁÓÁ.';
$strPrivDescMaxQuestions = 'ïÇÒÁÎÉÞÉ×ÁÅÔ ËÏÌÉÞÅÓÔ×Ï ÚÁÐÒÏÓÏ×, ËÏÔÏÒÙÅ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ÏÔÒÁ×ÉÔ × ÔÅÞÅÎÉÅ ÞÁÓÁ.';
$strPrivDescMaxUpdates = 'ïÇÒÁÎÉÞÉ×ÁÅÔ ËÏÌÉÞÅÓÔ×Ï ËÏÍÁÎÄ, ÉÚÍÅÎÑÀÝÉÈ ÌÀÂÕÀ ÔÁÂÌÉÃÕ ÉÌÉ ÂÁÚÕ ÄÁÎÎÙÈ, ËÏÔÏÒÙÅ ÐÏÌØÚÏ×ÁÔÅÌØ ÍÏÖÅÔ ×ÙÐÏÌÎÉÔØ ÚÁ ÞÁÓ.';
$strPrivDescProcess3 = 'ðÏÚ×ÏÌÑÅÔ ÕÂÉ×ÁÔØ ÐÒÏÃÅÓÓÙ ÄÒÕÇÉÈ ÐÏÌØÚÏ×ÁÅÔÅÌÅÊ.';
$strPrivDescProcess4 = 'ðÏÚ×ÏÌÑÅÔ ÐÒÏÓÍÏÔÒ ÐÏÌÎÙÈ ÚÁÐÒÏÓÏ× × ÓÐÉÓËÅ ÐÒÏÃÅÓÓÏ×.';
$strPrivDescReferences = 'îÅ ÒÁÂÏÔÁÅÔ × ÜÔÏÊ ×ÅÒÓÉÉ MySQL.';
$strPrivDescReload = 'ðÏÚ×ÏÌÑÅÔ ÐÅÒÅÚÁÇÒÕÚËÕ ÎÁÓÔÒÏÅË ÓÅÒ×ÅÒÁ É ÏÞÉÓÔËÕ ÅÇÏ ËÜÛÅÊ.';
$strPrivDescReplClient = 'äÁ£Ô ÐÏÌØÚÏ×ÁÔÅÌÀ ÐÒÁ×Ï ÓÐÒÁÛÉ×ÁÔØ ÇÄÅ ÎÁÈÏÄÑÔØÓÑ slaves / masters.';
$strPrivDescReplSlave = 'îÕÖÅÎ ÄÌÑ ÒÅÐÌÉËÁÃÉÉ slaves.';
$strPrivDescSelect = 'ðÏÚ×ÏÌÑÅÔ ÞÔÅÎÉÅ ÄÁÎÎÙÈ.';
$strPrivDescShowDb = 'äÁ£Ô ÄÏÓÔÕÐ Ë ÐÏÌÎÏÍÕ ÓÐÉÓËÕ ÂÁÚ ÄÁÎÎÙÈ.';
$strPrivDescShutdown = 'ðÏÚ×ÏÌÑÅÔ ÏÓÔÁÎÏ×ËÕ ÓÅÒ×ÅÒÁ.';
$strPrivDescSuper = 'ðÏÚ×ÏÌÑÅÔ ÓÏÅÄÉÎÑÔØÓÑ, ÄÁÖÅ ÅÓÌÉ ÄÏÓÔÉÇÎÕÔÏ ÍÁËÓÉÍÁÌØÎÏÅ ËÏÌÉÞÅÓÔ×Ï ÓÏÅÄÉÎÅÎÉÊ; îÅÏÂÈÏÄÉÍÏ ÄÌÑ ÂÏÌØÛÉÎÓÔ×Á ÁÄÍÉÎÉÓÔÒÁÔÉ×ÎÙÈ ÚÁÄÁÞ, ÔÁËÉÈ ËÁË ÕÓÔÁÎÏ×ËÁ ÇÌÏÂÁÌØÎÙÈ ÐÅÒÅÍÅÎÎÙÈ ÉÌÉ ÏÓÔÁÎÏ×ËÁ ÐÒÏÃÅÓÓÏ× ÄÒÕÇÉÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ.';
$strPrivDescUpdate = 'ðÏÚ×ÏÌÑÅÔ ÉÚÍÅÎÅÎÉÅ ÄÁÎÎÙÈ.';
$strPrivDescUsage = 'îÅÔ ÐÒÉ×ÉÌÅÇÉÊ.';
$strPrivileges = 'ðÒÉ×ÉÌÅÇÉÉ';
$strPrivilegesReloaded = 'ðÒÉ×ÉÌÅÇÉÉ ÂÙÌÉ ÕÓÐÅÛÎÏ ÐÅÒÅÚÁÇÒÕÖÅÎÙ.';
$strProcesslist = 'óÐÉÓÏË ÐÒÏÃÅÓÓÏ×';
$strPutColNames = 'õËÁÖÉÔÅ ÎÁÉÍÅÎÏ×ÁÎÉÑ ÐÏÌÅÊ × ÐÅÒ×ÏÊ ÓÔÒÏËÅ';
 
$strQBE = 'úÁÐÒÏÓ&nbsp;ÐÏ&nbsp;ÐÒÉÍÅÒÕ';
$strQBEDel = 'õÄÁÌÉÔØ';
$strQBEIns = '÷ÓÔÁ×ÉÔØ';
$strQueryFrame = 'ïËÎÏ ÚÁÐÒÏÓÁ';
$strQueryOnDb = 'SQL-ÚÁÐÒÏÓ âä <b>%s</b>:';
$strQuerySQLHistory = 'éÓÔÏÒÉÑ SQL';
$strQueryStatistics = '<b>óÔÁÔÉÓÔÉËÁ ÚÁÐÒÏÓÏ×</b>: óÏ ×ÒÅÍÅÎÉ ÚÁÐÕÓËÁ %s ÚÁÐÒÏÓÏ× ÂÙÌÏ ÐÏÓÌÁÎÏ ÎÁ ÓÅÒ×ÅÒ.';
$strQueryTime = 'úÁÐÒÏÓ ÚÁÎÑÌ %01.4f ÓÅË';
$strQueryType = 'ôÉÐ ÚÁÐÒÏÓÁ';
$strQueryWindowLock = 'îÅ ÐÅÒÅÚÁÐÉÓÙ×ÁÔØ ÜÔÏÔ ÚÁÐÒÏÓ ×ÎÅ ÏËÎÁ';
 
$strReType = 'ðÏÄÔ×ÅÒÖÄÅÎÉÅ';
$strReceived = 'ðÒÉÎÑÔÏ';
$strRecords = 'úÁÐÉÓÉ';
$strReferentialIntegrity = 'ðÒÏ×ÅÒÉÔØ ÃÅÌÏÓÔÎÏÓÔØ ÄÁÎÎÙÈ:';
$strRefresh = 'ïÂÎÏ×ÉÔØ';
$strRelationNotWorking = 'äÏÐÏÌÎÉÔÅÌØÎÙÅ ×ÏÚÍÏÖÎÏÓÔÉ ÄÌÑ ÒÁÂÏÔÙ ÓÏ Ó×ÑÚÁÎÎÙÍÉ ÔÁÂÌÉÃÁÍÉ ÎÅÄÏÓÔÕÐÎÙ. äÌÑ ÏÐÒÅÄÅÌÅÎÉÑ ÐÒÉÞÉÎÙ ÎÁÖÍÉÔÅ %sÓÀÄÁ%s.';
$strRelationView = 'ó×ÑÚÁÎÎÙÊ ×ÉÄ';
$strRelationalSchema = 'òÅÌÑÃÉÏÎÎÁÑ ÓÈÅÍÁ';
$strRelations = 'ó×ÑÚÉ';
$strRelationsForTable = 'óÏÏÔÎÏÛÅÎÉÑ × ÔÁÂÌÉÃÅ';
$strReloadMySQL = 'ðÅÒÅÚÁÇÒÕÚÉÔØ MySQL';
$strReloadingThePrivileges = 'ðÅÒÅÚÁÇÒÕÚËÁ ÐÒÉ×ÉÌÅÇÉÊ';
$strRemoveSelectedUsers = 'õÄÁÌÉÔØ ×ÙÄÅÌÅÎÎÙÈ ÐÏÌØÚÏ×ÁÔÅÌÅÊ';
$strRenameDatabaseOK = 'âÁÚÁ ÄÁÎÎÙÈ %s ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × %s';
$strRenameTable = 'ðÅÒÅÉÍÅÎÏ×ÁÔØ ÔÁÂÌÉÃÕ ×';
$strRenameTableOK = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÐÅÒÅÉÍÅÎÏ×ÁÎÁ × %s';
$strRepairTable = 'ðÏÞÉÎÉÔØ ÔÁÂÌÉÃÕ';
$strReplaceNULLBy = 'úÁÍÅÎÉÔØ NULL ÎÁ';
$strReplaceTable = 'úÁÍÅÓÔÉÔØ ÄÁÎÎÙÅ ÔÁÂÌÉÃÙ ÄÁÎÎÙÍÉ ÉÚ ÆÁÊÌÁ';
$strReset = 'ðÅÒÅÕÓÔÁÎÏ×ÉÔØ';
$strResourceLimits = 'ðÒÅÄÅÌ ÒÅÓÕÒÓÏ×';
$strRevoke = 'ïÔÍÅÎÉÔØ';
$strRevokeAndDelete = 'ïÔÍÅÎÉÔØ ×ÓÅ ÁËÔÉ×ÎÙÅ ÐÒÉ×ÉÌÅÇÉÉ ÐÏÌØÚÏ×ÁÔÅÌÅÊ É ÚÁÔÅÍ ÕÄÁÌÉÔØ ÉÈ.';
$strRevokeAndDeleteDescr = 'ðÏÌØÚÏ×ÁÔÅÌÉ ×Ó£ ÅÝ£ ÂÕÄÕÔ ÉÍÅÔØ USAGE ÐÒÉ×ÉÌÅÇÉÉ ÄÏ ÐÅÒÅÚÁÇÒÕÚËÉ ÐÒÉ×ÉÌÅÇÉÊ.';
$strRevokeMessage = '÷Ù ÉÚÍÅÎÉÌÉ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ %s';
$strRomanian = 'òÕÍÙÎÓËÉÊ';
$strRowLength = 'äÌÉÎÁ ÒÑÄÁ';
$strRowSize = ' òÁÚÍÅÒ ÒÑÄÁ ';
$strRows = 'òÑÄÙ';
$strRowsFrom = 'ÒÑÄÏ× ÏÔ';
$strRowsModeFlippedHorizontal = 'ÇÏÒÉÚÏÎÔÁÌØÎÏ(ÐÏ×£ÒÎÕÔÙÅ ÚÁÇÏÌÏ×ËÉ)';
$strRowsModeHorizontal = 'ÇÏÒÉÚÏÎÔÁÌØÎÏÍ';
$strRowsModeOptions = '× %s ÒÅÖÉÍÅ, ÚÁÇÏÌÏ×ËÉ ÐÏÓÌÅ ËÁÖÄÙÈ %s ÑÞÅÅË';
$strRowsModeVertical = '×ÅÒÔÉËÁÌØÎÏÍ';
$strRowsStatistic = 'óÔÁÔÉÓÔÉËÁ ÒÑÄÁ';
$strRunQuery = '÷ÙÐÏÌÎÉÔØ úÁÐÒÏÓ';
$strRunSQLQuery = '÷ÙÐÏÌÎÉÔØ SQL ÚÁÐÒÏÓ(Ù) ÎÁ âä %Ù';
$strRunning = 'ÎÁ %s';
$strRussian = 'òÕÓÓËÉÊ';
 
$strSQL = 'SQL';
$strSQLExportType = 'ôÉÐ ÜËÓÐÏÒÔÁ';
$strSQLOptions = 'ïÐÃÉÉ SQL';
$strSQLParserBugMessage = '÷ÏÚÍÏÖÎÏ Õ ÷ÁÓ ÏÛÉÂËÁ × SQL-ÐÁÒÓÅÒÅ. ðÏÖÁÌÕÊÓÔÁ, ÐÒÏ×ÅÒØÔÅ ×ÎÉÍÁÔÅÌØÎÏ ÷ÁÛ ÚÁÐÒÏÓ É ÓÏÏÔ×ÅÔÓÔ×ÉÅ ËÁ×ÙÞÅË. ÷ÏÚÍÏÖÎÏ ÔÁËÖÅ, ÞÔÏ ÷Ù ÐÙÔÁÅÔÅÓØ ÚÁËÁÞÁÔØ ÂÉÎÁÒÎÙÊ ÆÁÊÌ ×ÎÅ ÐÏÌÑ quoted text area. ÷Ù ÍÏÖÅÔÅ ÐÏÐÒÏÂÏ×ÁÔØ ×ÙÐÏÌÎÉÔØ Ó×ÏÊ ÚÁÐÒÏÓ ÞÅÒÅÚ ÉÎÔÅÒÆÅÊÓ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ MySQL. ïÐÉÓÁÎÉÅ ÏÛÉÂËÉ MySQL ÓÅÒ×ÅÒÁ ÄÁÎÏ ÎÉÖÅ, ×ÏÚÍÏÖÎÏ ÏÎÏ ÐÏÍÏÖÅÔ ÐÏÎÑÔØ, ÞÔÏ ÖÅ ÐÒÏÉÚÏÛÌÏ. åÓÌÉ Õ ÷ÁÓ ×ÓÅ ÒÁ×ÎÏ ×ÏÚÎÉËÁÀÔ ÐÒÏÂÌÅÍÙ ÉÌÉ ÅÓÌÉ ÐÁÒÓÅÒ ×ÙÄÁÅÔ ÏÛÉÂËÉ ÔÁÍ, ÇÄÅ ÉÎÔÅÒÆÅÊÓ ËÏÍÁÎÄÎÏÊ ÓÔÒÏËÉ ÒÁÂÏÔÁÅÔ ÕÓÐÅÛÎÏ, ÐÏÐÒÏÂÕÊÔÅ ÉÚÍÅÎÉÔØ Ó×ÏÊ SQL ÚÁÐÒÏÓ ÄÏ ÐÒÏÓÔÙÈ ÚÁÐÒÏÓÏ× É ÏÐÒÅÄÅÌÉÔØ, ËÁËÏÊ ÉÍÅÎÎÏ ×ÙÚÙ×ÁÅÔ ÐÒÏÂÌÅÍÙ. ÷Ù ÍÏÖÅÔÅ ÔÁËÖÅ ÐÒÉÓÌÁÔØ ÏÔÞÅÔ Ï ÏÛÉÂËÅ ×ÍÅÓÔÅ Ó ÂÌÏËÏÍ ÄÁÎÎÙÈ (ÓÅËÃÉÑ CUT):';
$strSQLParserUserError = 'ëÁÖÅÔÓÑ ×ÏÚÎÉËÌÁ ÏÛÉÂËÁ × ÷ÁÛÅÍ SQL ÚÁÐÒÏÓÅ. ïÐÉÓÁÎÉÅ ÏÛÉÂËÉ ÏÔ MySQL ÓÅÒ×ÅÒÁ ÄÁÎÏ ÎÉÖÅ, ×ÏÚÍÏÖÎÏ, ÏÎÏ ÐÏÍÏÖÅÔ ÷ÁÍ ÒÁÚÏÂÒÁÔØÓÑ';
$strSQLQuery = 'SQL-ÚÁÐÒÏÓ';
$strSQLResult = 'SQL-ÒÅÚÕÌØÔÁÔ';
$strSQPBugInvalidIdentifer = 'îÅÐÒÁ×ÉÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ';
$strSQPBugUnclosedQuote = 'îÅÚÁËÒÙÔÁÑ ËÁ×ÙÞËÁ';
$strSQPBugUnknownPunctuation = 'îÅÉÚ×ÅÓÔÎÁÑ ÓÔÒÏËÁ Ó ÐÕÎËÔÕÁÃÉÅÊ';
$strSave = 'óÏÈÒÁÎÉÔØ';
$strSaveOnServer = 'óÏÈÒÁÎÉÔØ ÎÁ ÓÅÒ×ÅÒÅ × ÄÉÒÅËÔÏÒÉÉ %s';
$strScaleFactorSmall = 'íÁÓÛÔÁ ÓÌÉÛËÏÍ ÍÁÌÅÎØËÉÊ ÄÌÑ ÏÔÏÂÒÁÖÅÎÉÑ ×ÓÅÊ ÔÁÂÌÉÃÙ ÎÁ ÏÄÎÏÊ ÓÔÒÁÎÉÃÅ';
$strSearch = 'éÓËÁÔØ';
$strSearchFormTitle = 'éÓËÁÔØ × ÂÁÚÅ ÄÁÎÎÙÈ';
$strSearchInTables = '÷ ÔÁÂÌÉÃÅ(ÁÈ):';
$strSearchNeedle = 'óÌÏ×Ï(Á) ÉÌÉ ÚÎÁÞÅÎÉÅ(Ñ) ÄÌÑ ÐÏÉÓËÁ (×ËÌÀÞÁÑ "%") ×:';
$strSearchOption1 = 'ÈÏÔØ ÏÄÎÏ ÓÌÏ×Ï';
$strSearchOption2 = '×ÓÅ ÓÌÏ×Á';
$strSearchOption3 = 'ÔÏÞÎÏÅ ÓÏÏÔ×ÅÔÓÔ×ÉÅ';
$strSearchOption4 = 'ÒÅÇÕÌÑÒÎÏÅ ×ÙÒÁÖÅÎÉÅ';
$strSearchResultsFor = 'éÓËÁÔØ × "<i>%s</i>" %s:';
$strSearchType = 'éÓËÁÔØ:';
$strSecretRequired = 'ëÏÎÆÉÇÕÒÁÃÉÏÎÎÏÍÕ ÆÁÊÌÕ ÓÅÊÞÁÓ ÎÕÖÎÁ ÓÅËÒÅÔÎÁÑ ÆÒÁÚÁ (blowfish_secret).';
$strSelectADb = '÷ÙÂÅÒÉÔÅ âä';
$strSelectAll = 'ïÔÍÅÔÉÔØ ×ÓÅ';
$strSelectFields = '÷ÙÂÒÁÔØ ÐÏÌÑ (ÍÉÎÉÍÕÍ ÏÄÎÏ):';
$strSelectNumRows = 'ÐÏ ÚÁÐÒÏÓÕ';
$strSelectTables = '÷ÙÂÅÒÉÔÅ ÔÁÂÌÉÃÕ(Ù)';
$strSend = 'ÐÏÓÌÁÔØ';
$strSent = 'ðÏÓÌÁÎÏ';
$strServer = 'óÅÒ×ÅÒ';
$strServerChoice = '÷ÙÂÏÒ ÓÅÒ×ÅÒÁ';
$strServerNotResponding = 'óÅÒ×ÅÒ ÎÅ ÏÔ×ÅÞÁÅÔ';
$strServerStatus = 'ôÅËÕÝÁÑ ÉÎÆÏÒÍÁÃÉÑ';
$strServerStatusUptime = 'üÔÏÔ MySQL ÓÅÒ×ÅÒ ÒÁÂÏÔÁÅÔ %s. ïÎ ÂÙÌ ÚÁÐÕÝÅÎ %s.';
$strServerTabProcesslist = 'ðÒÏÃÅÓÓÙ';
$strServerTabVariables = 'ðÅÒÅÍÅÎÎÙÅ';
$strServerTrafficNotes = '<b>ôÒÁÆÉË</b>: üÔÉ ÔÁÂÌÉÃÙ ÐÏËÁÚÙ×ÁÀÔ ÓÔÁÔÉÓÔÉËÕ ÐÏ ÓÅÔÅ×ÏÍÕ ÔÒÁÆÉËÕ MySQL ÓÅÒ×ÅÒÁ ÓÏ ×ÒÅÍÅÎÉ ÅÇÏ ÚÁÐÕÓËÁ.';
$strServerVars = 'ðÅÒÅÍÅÎÎÙÅ É ÎÁÓÔÒÏÊËÉ ÓÅÒ×ÅÒÁ';
$strServerVersion = '÷ÅÒÓÉÑ ÓÅÒ×ÅÒÁ';
$strSessionValue = 'úÎÁÞÅÎÉÅ ÓÅÓÓÉÉ';
$strSetEnumVal = 'äÌÑ ÔÉÐÏ× ÐÏÌÑ "enum" É "set", ××ÅÄÉÔÅ ÚÎÁÞÅÎÉÑ ÐÏ ÜÔÏÍÕ ÆÏÒÍÁÔÕ: \'a\',\'b\',\'c\'...<br />åÓÌÉ ×ÁÍ ÐÏÎÁÄÏÂÉÔØÓÑ ××ÅÓÔÉ ÏÂÒÁÔÎÕÀ ËÏÓÕÀ ÞÅÒÔÕ ("\"") ÉÌÉ ÏÄÉÎÏÞÎÕÀ ËÁ×ÙÞËÕ ("\'") ÓÒÅÄÉ ÜÔÉÈ ÚÎÁÞÅÎÉÊ, ÐÏÓÔÁ×ØÔÅ ÐÅÒÅÄ ÎÉÍÉ ÏÂÒÁÔÎÕÀ ËÏÓÕÀ ÞÅÒÔÕ (ÎÁÐÒÉÍÅÒ, \'\\\\xyz\' ÉÌÉ \'a\\\'b\').';
$strShow = 'ðÏËÁÚÁÔØ';
$strShowAll = 'ðÏËÁÚÁÔØ ×ÓÅ';
$strShowColor = 'ðÏËÁÚÁÔØ Ã×ÅÔ';
$strShowDatadictAs = 'æÏÒÍÁÔ ÓÌÏ×ÁÒÑ ÄÁÎÎÙÈ';
$strShowFullQueries = 'ðÏËÁÚÙ×ÁÔØ ðÏÌÎÙÅ úÁÐÒÏÓÙ';
$strShowGrid = 'ðÏËÁÚÁÔØ ÓÅÔËÕ';
$strShowPHPInfo = 'ðÏËÁÚÁÔØ ÉÎÆÏÒÍÁÃÉÀ Ï PHP';
$strShowTableDimension = 'ðÏËÁÚÁÔØ ÒÁÚÍÅÒÎÏÓÔØ ÔÁÂÌÉÃÙ';
$strShowTables = 'ðÏËÁÚÁÔØ ÔÁÂÌÉÃÙ';
$strShowThisQuery = ' ðÏËÁÚÁÔØ ÄÁÎÎÙÊ ÚÁÐÒÏÓ ÓÎÏ×Á ';
$strShowingRecords = 'ðÏËÁÚÙ×ÁÅÔ ÚÁÐÉÓÉ ';
$strSimplifiedChinese = 'õÐÒÏÝ£ÎÎÙÊ ËÉÔÁÊÓËÉÊ';
$strSingly = '(ÏÔÄÅÌØÎÏ)';
$strSize = 'òÁÚÍÅÒ';
$strSlovak = 'óÌÏ×ÁÃËÉÊ';
$strSlovenian = 'óÌÏ×ÅÎÓËÉÊ';
$strSort = 'ïÔÓÏÒÔÉÒÏ×ÁÔØ';
$strSortByKey = 'óÏÒÔÉÒÏ×ÁÔØ ÐÏ ËÌÀÞÕ';
$strSpaceUsage = 'éÓÐÏÌØÚÕÅÍÏÅ ÐÒÏÓÔÒÁÎÓÔ×Ï';
$strSpanish = 'éÓÐÁÎÓËÉÊ';
$strSplitWordsWithSpace = 'óÌÏ×Á, ÒÁÚÄÅÌÅÎÎÙÅ ÐÒÏÂÅÌÏÍ (" ").';
$strStatCheckTime = 'ðÏÓÌÅÄÎÑÑ ÐÒÏ×ÅÒËÁ';
$strStatCreateTime = 'óÏÚÄÁÎÉÅ';
$strStatUpdateTime = 'ðÏÓÌÅÄÎÅÅ ÏÂÎÏ×ÌÅÎÉÅ';
$strStatement = '÷ÙÒÁÖÅÎÉÑ';
$strStatus = 'óÔÁÔÕÓ';
$strStrucCSV = 'CSV ÄÁÎÎÙÅ';
$strStrucData = 'óÔÒÕËÔÕÒÁ É ÄÁÎÎÙÅ';
$strStrucDrop = 'äÏÂÁ×ÉÔØ ÕÄÁÌÅÎÉÅ ÔÁÂÌÉÃÙ';
$strStrucExcelCSV = 'CSV ÄÌÑ ÄÁÎÎÙÈ MS Excel';
$strStrucNativeExcel = 'äÁÎÎÙÅ ÉÚ MS Excel';
$strStrucOnly = 'ôÏÌØËÏ ÓÔÒÕËÔÕÒÕ';
$strStructPropose = 'ðÒÅÄÌÁÇÁÅÍÁÑ ÓÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ';
$strStructure = 'óÔÒÕËÔÕÒÁ';
$strSubmit = '÷ÙÐÏÌÎÉÔØ';
$strSuccess = '÷ÁÛ SQL-ÚÁÐÒÏÓ ÂÙÌ ÕÓÐÅÛÎÏ ×ÙÐÏÌÎÅÎ';
$strSum = '÷ÓÅÇÏ';
$strSwedish = 'û×ÅÄÓËÉÊ';
$strSwitchToTable = 'ðÅÒÅËÌÀÞÉÔØÓÑ ÎÁ ÓËÏÐÉÒÏ×ÁÎÎÕÀ ÔÁÂÌÉÃÕ';
 
$strTable = 'ÔÁÂÌÉÃÁ ';
$strTableComments = 'ëÏÍÍÅÎÔÁÒÉÊ Ë ÔÁÂÌÉÃÅ';
$strTableEmpty = 'ðÕÓÔÏÅ ÎÁÚ×ÁÎÉÅ ÔÁÂÌÉÃÙ!';
$strTableHasBeenDropped = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÕÄÁÌÅÎÁ';
$strTableHasBeenEmptied = 'ôÁÂÌÉÃÁ %s ÂÙÌÁ ÏÞÉÝÅÎÁ';
$strTableHasBeenFlushed = 'âÙÌ ÓÂÒÏÛÅÎ ËÜÛ ÔÁÂÌÉÃÙ %s';
$strTableMaintenance = 'ïÂÓÌÕÖÉ×ÁÎÉÅ ÔÁÂÌÉÃÙ';
$strTableOfContents = 'ïÇÌÁ×ÌÅÎÉÅ';
$strTableOptions = 'ïÐÃÉÉ ÔÁÂÌÉÃÙ';
$strTableStructure = 'óÔÒÕËÔÕÒÁ ÔÁÂÌÉÃÙ';
$strTableType = 'ôÉÐ ÔÁÂÌÉÃÙ';
$strTables = '%s ÔÁÂÌÉÃ(Ù)';
$strTakeIt = 'ÏÂÒÁÂÏÔÁÔØ';
$strTblPrivileges = ' ðÒÉ×ÉÌÅÇÉÉ, ÓÐÅÃÉÆÉÞÎÙÅ ÄÌÑ ÔÁÂÌÉÃÙ';
$strTextAreaLength = ' éÚ-ÚÁ ÂÏÌØÛÏÊ ÄÌÉÎÙ,<br /> ÜÔÏ ÐÏÌÅ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÔÒÅÄÁËÔÉÒÏ×ÁÎÎÏ ';
$strThai = 'ôÁÉ';
$strTheme = 'ôÅÍÁ / óÔÉÌØ';
$strThisHost = 'üÔÏÔ ÈÏÓÔ';
$strThisNotDirectory = 'üÔÏ ÂÙÌÁ ÎÅ ÄÉÒÅËÔÏÒÉÑ';
$strThreadSuccessfullyKilled = 'Thread %s ÂÙÌ ÕÄÁÌÅÎ.';
$strTime = '÷ÒÅÍÑ';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = '×ÓÅÇÏ';
$strTotalUC = '÷ÓÅÇÏ';
$strTraditionalChinese = 'ôÒÁÄÉÃÉÏÎÎÙÊ ËÉÔÁÊÓËÉÊ';
$strTraditionalSpanish = 'ôÒÁÄÉÃÉÏÎÎÙÊ éÓÐÁÎÓËÉÊ';
$strTraffic = 'ôÒÁÆÉË';
$strTransformation_application_octetstream__download = 'ðÏËÁÚÁÔØ ÌÉÎË Ë ÚÁÇÒÕÚËÅ ÂÉÎÁÒÎÙÈ ÄÁÎÎÙÈ ÐÏÌÅÊ. ðÅÒ×ÙÊ ×ÁÒÉÁÎÔ: ÕËÁÖÉÔÅ ÉÍÑ ÂÉÎÁÒÎÏÇÏ ÆÁÊÌÁ. ÷ÔÏÒÏÊ ×ÁÒÉÁÎÔ: ÕËÁÖÉÔÅ ×ÏÚÍÏÖÎÏÅ ÉÍÑ ÓÔÒÏËÉ ÔÁÂÌÉÃÙ × ËÏÔÏÒÏÊ ÎÁÈÏÄÉÔÓÑ ÂÉÎÁÒÎÙÊ ÆÁÊÌ. åÓÌÉ ×Ù ×ÙÂÅÒÅÔÅ ×ÔÏÒÏÊ ×ÁÒÉÁÎÔ, ÕÂÅÄÉÔÅÓØ × ÔÏÍ, ÞÔÏ ÉÍÑ ÂÉÎÁÒÎÏÇÏ ÆÁÊÌÁ × ÐÅÒ×ÏÍ ×ÁÒÉÁÎÔÅ ÎÅ ÕËÁÚÁÎÎÏ';
$strTransformation_image_jpeg__inline = 'ïÔÏÂÒÁÖÁÅÔ ÐÒÅÄÐÒÏÓÍÏÔÒ, ÎÁ ËÏÔÏÒÙÊ ÍÏÖÎÏ ËÌÉËÎÕÔØ; ÏÐÃÉÉ: ÛÉÒÉÎÁ,×ÙÓÏÔÁ × ÐÉËÓÅÌÁÈ (ÓÏÈÒÁÎÑÅÔ ÉÓÈÏÄÎÙÊ ÍÁÓÛÔÁÂ)';
$strTransformation_image_jpeg__link = 'ïÔÏÂÒÁÖÁÅÔ ÓÓÙÌËÕ ÎÁ ÜÔÏ ÉÚÏÂÒÁÖÅÎÉÅ(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'âÅÒ£Ô ÐÏÌÅ TIME, TIMESTAMP ÉÌÉ DATETIME É ÆÏÒÍÁÔÉÒÕÅÔ ÅÇÏ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ×ÁÛÉÍ ÌÏËÁÌØÎÙÍ ÆÏÒÍÁÔÏÍ ÄÁÔÙ. ðÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÓÄ×ÉÇ (× ÞÁÓÁÈ), ËÏÔÏÒÙÊ ÂÕÄÅÔ ÄÏÂÁ×ÌÅÎ Ë timestamp (ðÏ ÕÍÏÌÞÁÎÉÀ: 0). ÷ÔÏÒÁÑ ÏÐÃÉÑ - ÜÔÏ ÄÒÕÇÏÊ ÆÏÒÍÁÔ ÄÁÔÙ × ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ÐÁÒÁÍÅÔÒÁÍÉ, ÄÏÓÔÕÐÎÙÍÉ ÄÌÑ ÆÕÎËÃÉÉ PHP strftime().';
$strTransformation_text_plain__external = 'ôïìøëï LINUX: úÁÐÕÓËÁÅÔ ×ÎÅÛÎÅÅ ÐÒÉÌÏÖÅÎÉÅ É ÚÁÐÏÎÑÅÔ ÐÏÌÑ ÞÅÒÅÚ ÓÔÁÎÄÁÒÔÎÙÊ ××ÏÄ. ÷ÏÚ×ÒÁÝÁÅÔ ÓÔÁÎÄÁÒÔÎÙÊ ×Ù×ÏÄ ÐÒÉÌÏÖÅÎÉÑ. ðÏ ÕÍÏÌÞÁÎÉÀ Tidy, ÄÌÑ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ HTML ËÏÄÁ. ðÏ ÓÏÏÂÒÁÖÅÎÉÑÍ ÂÅÚÏÐÁÓÎÏÓÔÉ, ×Ù ÄÏÌÖÎÙ ×ÒÕÞÎÕÀ ÏÔÒÅÄÁËÔÉÒÏ×ÁÔØ ÆÁÊÌ libraries/transformations/text_plain__external.inc.php É ×ÐÉÓÁÔØ ÐÒÏÇÒÁÍÍÙ, ËÏÔÏÒÙÅ ×Ù ÈÏÔÉÔÅ ÚÁÐÕÓËÁÔØ. ðÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÎÏÍÅÒ ÐÒÏÇÒÁÍÍÙ, ËÏÔÏÒÕÀ ×Ù ÈÏÔÉÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ, ×ÔÏÒÁÑ - ÐÁÒÁÍÅÔÒÙ ÄÌÑ ÐÒÏÇÒÁÍÍÙ. ôÒÅÔÉÊ ÐÁÒÁÍÅÔÒ ÐÒÉ ÚÎÁÞÅÎÉÉ 1 ÂÕÄÅÔ ËÏÎ×ÅÒÔÉÒÏ×ÁÔØ ×Ù×ÏÄ, ÉÓÐÏÌØÚÕÑ htmlspecialchars() (ðÏ ÕÍÏÌÞÁÎÉÀ 1). þÅÔ×£ÒÔÙÊ ÐÁÒÁÍÅÔÒ ÐÒÉ ÚÎÁÞÅÎÉÉ 1 ×ÙÓÔÁ×ÉÔ NOWRAP, ÔÁË ÞÔÏ ×ÅÓØ ×Ù×ÏÄ ÂÕÄÅÔ ÏÔÏÂÒÁ֣ΠÂÅÚ ÐÅÒÅÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ (ðÏ ÕÍÏÌÞÁÎÉÀ 1)';
$strTransformation_text_plain__formatted = 'óÏÈÒÁÎÑÅÔ ÉÓÈÏÄÎÏÅ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÅ ÐÏÌÑ. üËÒÁÎÉÒÏ×ÁÎÉÅ ÎÅ ÐÒÏÉÚ×ÏÄÉÔÓÑ.';
$strTransformation_text_plain__imagelink = 'ðÏËÁÚÙ×ÁÅÔ ÉÚÏÂÒÁÖÅÎÉÅ É ÓÓÙÌËÕ, ÐÏÌÅ ÓÏÄÅÒÖÉÔ ÉÍÑ ÆÁÊÌÁ; ÐÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÐÒÅÆÉËÓ ×ÒÏÄÅ "http://domain.com/", ×ÔÏÒÁÑ - ÛÉÒÉÎÁ × ÐÉËÓÅÌÁÈ, ÔÒÅÔØÑ - ×ÙÓÏÔÁ.';
$strTransformation_text_plain__link = 'ïÔÏÂÒÁÖÁÅÔ ÓÓÙÌËÕ, ÐÏÌÅ ÓÏÄÅÒÖÉÔ ÉÍÑ ÆÁÊÌÁ; ÐÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÐÒÅÆÉËÓ ×ÒÏÄÅ "http://domain.com/", ×ÔÏÒÁÑ - ÚÁÇÏÌÏ×ÏË ÄÌÑ ÓÓÙÌËÉ.';
$strTransformation_text_plain__substr = 'ðÏËÁÚÙ×ÁÅÔ ÔÏÌØËÏ ÞÁÓÔØ ÓÔÒÏËÉ. ðÅÒ×ÁÑ ÏÐÃÉÑ - ÜÔÏ ÓÄ×ÉÇ, ÏÐÒÅÄÅÌÑÀÝÉÊ ÇÄÅ ÎÁÞÉÎÁÅÔÓÑ ×Ù×ÏÄ ÔÅËÓÔÁ (ðÏ ÕÍÏÌÞÁÎÉÀ 0). ÷ÔÏÒÁÑ ÏÐÃÉÑ - ÜÔÏ ËÏÌÉÞÅÓÔ×Ï ×ÏÚ×ÒÁÝÁÅÍÏÇÏ ÔÅËÓÔÁ. åÓÌÉ ÎÅ ÏÐÒÅÄÅÌÅÎÏ, ÔÏ ×ÏÚ×ÒÁÝÁÅÔÓÑ ×ÅÓØ ÏÓÔÁÀÝÉÊÓÑ ÔÅËÓÔ. ôÒÅÔØÑ ÏÐÃÉÑ ÏÐÒÅÄÅÌÑÅÔ ÓÉÍ×ÏÌÙ, ËÏÔÏÒÙÅ ÂÕÄÕÔ ÄÏÂÁ×ÌÅÎÙ Ë ×Ù×ÏÄÕ, ËÏÇÄÁ ×ÏÚ×ÒÁÝÁÅÔÓÑ ÐÏÄÓÔÒÏËÁ. (ðÏ ÕÍÏÌÞÁÎÉÀ: ...) .';
$strTruncateQueries = 'ïÂÒÅÚÁÔØ ðÏËÁÚÁÎÎÙÅ úÁÐÒÏÓÙ';
$strTurkish = 'ôÕÒÅÃËÉÊ';
$strType = 'ôÉÐ';
 
$strUkrainian = 'õËÒÁÉÎÓËÉÊ';
$strUncheckAll = 'óÎÑÔØ ÏÔÍÅÔËÕ ÓÏ ×ÓÅÈ';
$strUnicode = 'àÎÉËÏÄ';
$strUnique = 'õÎÉËÁÌØÎÏÅ';
$strUnknown = 'ÎÅÉÚ×ÅÓÔÎÏ';
$strUnselectAll = 'óÎÑÔØ ÏÔÍÅÔËÕ ÓÏ ×ÓÅÈ';
$strUpdComTab = 'ðÏÖÁÌÕÊÓÔÁ, ÐÏÓÍÏÔÒÉÔÅ ËÁË ÏÂÎÏ×ÉÔØ Column_comments ôÁÂÌÉÃÕ × ÄÏËÕÍÅÎÔÁÃÉÉ';
$strUpdatePrivMessage = 'âÙÌÉ ÉÚÍÅÎÅÎÙ ÐÒÉ×ÉÌÅÇÉÉ ÄÌÑ';
$strUpdateProfileMessage = 'ðÒÏÆÉÌØ ÂÙÌ ÏÂÎÏ×ÌÅÎ.';
$strUpdateQuery = 'äÏÐÏÌÎÉÔØ ÚÁÐÒÏÓ';
$strUpgrade = '÷Ù ÄÏÌÖÎÙ ÏÂÎÏ×ÉÔØ %s ÄÏ ×ÅÒÓÉÉ %s ÉÌÉ ×ÙÛÅ.';
$strUsage = 'éÓÐÏÌØÚÏ×ÁÎÉÅ';
$strUseBackquotes = 'ïÂÒÁÔÎÙÅ ËÁ×ÙÞËÉ × ÎÁÚ×ÁÎÉÑÈ ÔÁÂÌÉÃ É ÐÏÌÅÊ';
$strUseHostTable = 'éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÕ ÈÏÓÔÏ×';
$strUseTables = 'éÓÐÏÌØÚÏ×ÁÔØ ÔÁÂÌÉÃÙ';
$strUseTextField = 'éÓÐÏÌØÚÏ×ÁÔØ ÔÅËÓÔÏ×ÏÅ ÐÏÌÅ';
$strUseThisValue = 'éÓÐÏÌØÚÏ×ÁÔØ ÜÔÏ ÚÎÁÞÅÎÉÅ';
$strUser = 'ðÏÌØÚÏ×ÁÔÅÌØ';
$strUserAlreadyExists = 'ðÏÌØÚÏ×ÁÔÅÌØ %s ÕÖÅ ÓÕÝÅÓÔ×ÕÅÔ!';
$strUserEmpty = 'ðÕÓÔÏÅ ÉÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ!';
$strUserName = 'éÍÑ ÐÏÌØÚÏ×ÁÔÅÌÑ';
$strUserNotFound = '÷ÙÄÅÌÅÎÎÙÊ ÐÏÌØÚÏ×ÁÔÅÌØ ÎÅ ÂÙÌ ÎÁÊÄÅÎ × ÔÁÂÌÉÃÅ ÐÒÉ×ÉÌÅÇÉÊ.';
$strUserOverview = 'User overview';
$strUsersDeleted = '÷ÙÂÒÁÎÎÙÅ ÐÏÌØÚÏ×ÁÔÅÌÉ ÂÙÌÉ ÕÓÐÅÛÎÏ ÕÄÁÌÅÎÙ.';
$strUsersHavingAccessToDb = 'ðÏÌØÚÏ×ÁÔÅÌÉ Ó ÐÒÁ×ÁÍÉ ÄÏÓÔÕÐÁ Ë &quot;%s&quot;';
 
$strValidateSQL = 'ðÒÏ×ÅÒÉÔØ SQL';
$strValidatorError = 'ðÒÏ×ÅÒËÁ SQL ÎÅ ÍÏÖÅÔ ÂÙÔØ ÉÎÉÃÉÁÌÉÚÉÒÏ×ÁÎÁ. ðÒÏ×ÅÒØÔÅ, ÕÓÔÁÎÏ×ÌÅÎÙ ÌÉ ÎÅÏÂÈÏÄÉÍÙÅ ÍÏÄÕÌÉ ÒÁÓÛÉÒÅÎÉÊ ÄÌÑ PHP, ÏÐÉÓÁÎÎÙÅ × %sÄÏËÕÍÅÎÔÁÃÉÉ%s.';
$strValue = 'úÎÁÞÅÎÉÅ';
$strVar = 'ðÅÒÅÍÅÎÎÁÑ';
$strViewDump = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ ÔÁÂÌÉÃÙ';
$strViewDumpDB = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ âä';
$strViewDumpDatabases = 'ðÒÏÓÍÏÔÒÅÔØ ÄÁÍÐ (ÓÈÅÍÕ) âä';
 
$strWebServerUploadDirectory = 'ÄÉÒÅËÔÏÒÉÑ, ËÕÄÁ ÐÏÍÅÝÁÀÔÓÑ ÚÁËÁÞÁÎÎÙÅ ÆÁÊÌÙ ÏÔ web-ÓÅÒ×ÅÒÁ';
$strWebServerUploadDirectoryError = 'ÄÉÒÅËÔÏÒÉÑ, ËÏÔÏÒÕÀ ÷Ù ÕÓÔÁÎÏ×ÉÌÉ ËÁË "upload" ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÔËÒÙÔÁ';
$strWelcome = 'äÏÂÒÏ ÐÏÖÁÌÏ×ÁÔØ × %s';
$strWestEuropean = 'úÁÐÁÄÎÏ-å×ÒÏÐÅÊÓËÉÊ';
$strWildcard = 'ÛÁÂÌÏÎ';
$strWindowNotFound = 'ãÅÌÅ×ÏÅ ÏËÎÏ ÂÒÁÕÚÅÒÁ ÎÅ ÍÏÖÅÔ ÂÙÔØ ÏÂÎÏ×ÌÅÎÏ. ÷ÏÚÍÏÖÎÏ, ×Ù ÚÁËÒÙÌÉ ÒÏÄÉÔÅÌØÓËÏÅ ÏËÎÏ ÉÌÉ ×ÁÛ ÂÒÁÕÚÅÒ ÂÌÏËÉÒÕÅÔ ÍÅÖÏËÏÎÎÙÅ ÏÂÎÏ×ÌÅÎÉÑ ÉÚ-ÚÁ ÎÁÓÔÒÏÅË ÂÅÚÏÐÁÓÎÏÓÔÉ';
$strWithChecked = 'ó ÏÔÍÅÞÅÎÎÙÍÉ:';
$strWritingCommentNotPossible = 'îÁÐÉÓÁÎÉÅ ËÏÍÍÅÎÔÁÒÉÑ ÎÅ×ÏÚÍÏÖÎÏ';
$strWritingRelationNotPossible = 'äÏÂÁ×ÌÅÎÉÅ Ó×ÑÚÉ ÎÅ×ÏÚÍÏÖÎÏ';
$strWrongUser = 'ïÛÉÂÏÞÎÙÊ ÌÏÇÉÎ/ÐÁÒÏÌØ. ÷ ÄÏÓÔÕÐÅ ÏÔËÁÚÁÎÏ.';
 
$strXML = 'XML';
 
$strYes = 'äÁ';
 
$strZeroRemovesTheLimit = 'úÁÍÅÞÁÎÉÅ: õÓÔÁÎÏ×ËÁ ÜÔÉÈ ÏÐÃÉÊ × 0 (ÎÏÌØ) ÕÄÁÌÑÅÔ ÌÉÍÉÔ.';
$strZip = 'ÁÒÈÉ×ÉÒÏ×ÁÔØ × zip';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
 
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-utf-8.inc.php
0,0 → 1,986
<?php
/* $Id: russian-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
* (nobody) 2004-09-18
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Байт', 'кБ', 'МБ', 'ГБ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Вс', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб');
$month = array('Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y г., %H:%M';
$timespanfmt = '%s дней, %s часов, %s минут и %s секунд';
 
$strAPrimaryKey = 'Был добавлен первичный ключ к %s';
$strAbortedClients = 'Отменены';
$strAbsolutePathToDocSqlDir = 'Введите абсолютный путь на сервере к директории docSQL, пожалуйста';
$strAccessDenied = 'В доступе отказано';
$strAccessDeniedExplanation = 'phpMyAdmin попытался соединиться с сервером MySQL, но сервер отверг соединение. Проверьте имя хоста, пользователя и пароль в config.inc.php.';
$strAction = 'Действие';
$strAddAutoIncrement = 'Добавить значение AUTO_INCREMENT';
$strAddConstraints = 'Добавить ограничения';
$strAddDeleteColumn = 'Добавить/удалить столбец критерия';
$strAddDeleteRow = 'Добавить/удалить ряд критерия';
$strAddDropDatabase = 'Добавить DROP DATABASE';
$strAddHeaderComment = 'Добавить частные сомментарии к header (\\n разбивает строки)';
$strAddIfNotExists = 'Добавить IF NOT EXISTS';
$strAddIntoComments = 'Добавить в комментарии';
$strAddNewField = 'Добавить новое поле';
$strAddPrivilegesOnDb = 'Добавить привилегии на следующую базу';
$strAddPrivilegesOnTbl = ' Добавить привилегии на следующую таблицу';
$strAddSearchConditions = 'Добавить условия поиска (тело для условия "where"):';
$strAddToIndex = 'Добавить к индексу&nbsp;%s&nbsp;колонку(и)';
$strAddUser = 'Добавить нового пользователя';
$strAddUserMessage = 'Был добавлен новый пользователь.';
$strAddedColumnComment = 'Добавленный комментарий для столбца';
$strAddedColumnRelation = 'Добавленная связь для столбца';
$strAdministration = 'Администрирование';
$strAffectedRows = 'Затронутые ряды:';
$strAfter = 'После %s';
$strAfterInsertBack = 'Возврат';
$strAfterInsertNewInsert = 'Вставить новую запись';
$strAfterInsertSame = 'Возвратиться к этой странице';
$strAll = 'Все';
$strAllTableSameWidth = 'показать все таблицы с такой шириной?';
$strAlterOrderBy = 'Изменить порядок таблицы';
$strAnIndex = 'Был добавлен индекс для %s';
$strAnalyzeTable = 'Анализ таблицы';
$strAnd = 'И';
$strAny = 'Любой';
$strAnyHost = 'Любой хост';
$strAnyUser = 'Любой пользователь';
$strArabic = 'Арабский';
$strArmenian = 'Армянский';
$strAscending = 'По возрастанию';
$strAtBeginningOfTable = 'В начало таблицы';
$strAtEndOfTable = 'В конец таблицы';
$strAttr = 'Атрибуты';
$strAutodetect = 'Автодетект';
$strAutomaticLayout = 'Автоматическая раскладка';
 
$strBack = 'Назад';
$strBaltic = 'Балтийский';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Двоичный ';
$strBinaryDoNotEdit = ' Двоичные данные - не редактируются ';
$strBookmarkAllUsers = 'Дать каждому пользователю использовать эту закладку';
$strBookmarkDeleted = 'Закладка была удалена.';
$strBookmarkLabel = 'Метка';
$strBookmarkQuery = 'Закладка на SQL-запрос';
$strBookmarkThis = 'Закладка на данный SQL-запрос';
$strBookmarkView = 'Только просмотр';
$strBrowse = 'Обзор';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = 'Болгарский';
$strBzError = 'phpMyAdmin не может сжать дамп из-за проблем с Bz2 extension в текущей версии 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, пожалуйста';
$strCantLoadRecodeIconv = 'Не могу загрузить iconv или recode, необходимые для перекодирования символов. Проверьте php-конфигурацию и разрешите их использование или запретите перекодирование символов в phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Невозможно переименовать индекс в PRIMARY!';
$strCantUseRecodeIconv = 'Не могу использовать iconv функции: ни libiconv, ни recode_string, пока не будут загружены extension reports. Проверьте php-конфигурацию.';
$strCardinality = 'Количество элементов';
$strCaseInsensitive = 'нечувствительный к регистру';
$strCaseSensitive = 'чувствительный к регистру ';
$strCentralEuropean = 'Центрально-Европейский';
$strChange = 'Изменить';
$strChangeCopyMode = 'Создать нового пользователя с такими же привилегиями и ...';
$strChangeCopyModeCopy = '... сохранить старого.';
$strChangeCopyModeDeleteAndReload = ' ... удалить старого из таблиц пользователей и перезагрузить привилегии.';
$strChangeCopyModeJustDelete = ' ... удалить старого из таблиц пользователей.';
$strChangeCopyModeRevoke = ' ... отменить все активные привилегии старого и затем удалить его.';
$strChangeCopyUser = 'Изменить информацию логина/ Копировать пользователя';
$strChangeDisplay = 'Выберите поле для отображения';
$strChangePassword = 'Изменить пароль';
$strCharset = 'Кодировка';
$strCharsetOfFile = 'Кодировка файла:';
$strCharsets = 'Кодировки';
$strCharsetsAndCollations = 'Кодировки и сравнения';
$strCheckAll = 'Отметить все';
$strCheckOverhead = 'Отметить требующие оптимизации';
$strCheckPrivs = 'Проверить привилегии';
$strCheckPrivsLong = 'Проверить привилегии для базы &quot;%s&quot;.';
$strCheckTable = 'Проверить таблицу';
$strChoosePage = 'Выберите страницу для редактирования';
$strColComFeat = 'Показать комментария столбцов';
$strCollation = 'Сравнение';
$strColumnNames = 'Названия колонок';
$strColumnPrivileges = 'Привилегии, специфичные для столбца';
$strCommand = 'Команда';
$strComments = 'Комментарии';
$strCommentsForTable = 'Комментарии к таблице';
$strCompleteInserts = 'Полная вставка';
$strCompression = 'Сжатие';
$strConfigFileError = 'phpMyAdmin не может прочитать данные из конфигурационного файла! <br />Возможная причина - синтаксическая ошибка.<br />Вызовите этот файл (config.inc.php) непосредственно из браузера. Если будут сообщения об ошибках - исправьте их. Если пустая страница - все в порядке';
$strConfigureTableCoord = 'Измените координаты таблицы %s';
$strConnectionError = 'Соединение невозможно: неверные устоновки.';
$strConnections = 'Соединения';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies должны быть включены после этого места.';
$strCopyTable = 'Скопировать таблицу в (база данных<b>.</b>таблица):';
$strCopyTableOK = 'Таблица %s была скопирована в %s.';
$strCopyTableSameNames = ' Не могу скопировать таблицу саму в себя !';
$strCouldNotKill = 'phpMyAdmin не смог удалить thread %s. Возможно, он уже закрыт.';
$strCreate = 'Создать';
$strCreateIndex = 'Создать индекс на&nbsp;%s&nbsp;колонках';
$strCreateIndexTopic = 'Создать новый индекс';
$strCreateNewDatabase = 'Создать новую БД';
$strCreateNewTable = 'Создать новую таблицу в БД %s';
$strCreatePage = 'Создать новую страницу';
$strCreatePdfFeat = 'Создание PDF-схемы';
$strCreationDates = 'Создание/Обновление/Проверка дат';
$strCriteria = 'Критерий';
$strCroatian = 'Хорватский';
$strCyrillic = 'Кириллический';
$strCzech = 'Чешский';
$strCzechSlovak = 'Чешский';
 
$strDBComment = 'Комментарий БД: ';
$strDBGContext = 'Контекст';
$strDBGContextID = 'Контекст ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Максимальное время, ms';
$strDBGMinTimeMs = 'Минимальное время, ms';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Итоговое время, ms';
$strDBRename = 'Переименовать базу данных в';
$strDanish = 'Датский';
$strData = 'Данные';
$strDataDict = 'Словарь данных';
$strDataOnly = 'Только данные';
$strDatabase = 'БД';
$strDatabaseEmpty = 'Имя базы данных не указанно!';
$strDatabaseExportOptions = 'Опции экспорта БД';
$strDatabaseHasBeenDropped = 'База данных %s была удалена.';
$strDatabaseNoTable = 'Эта БД не содержит таблиц!';
$strDatabases = 'Базы Данных';
$strDatabasesDropped = '%s БД были успешно удалены.';
$strDatabasesStats = 'Статистика баз данных';
$strDatabasesStatsDisable = 'Отключить статистику';
$strDatabasesStatsEnable = 'Включить статистику';
$strDatabasesStatsHeavyTraffic = 'Замечание: Включение статистики базы данных может спровоцировать большой трафик между веб-сервером и сервером MySQL.';
$strDbPrivileges = ' Привилегии, специфичные для базы данных';
$strDbSpecific = 'специфично для БД';
$strDefault = 'По умолчанию';
$strDefaultValueHelp = 'Для значений по умолчанию просто введите единственное значение без экранирования и квотирования, используя этот формат: a';
$strDefragment = 'Дефрагментировать таблицу';
$strDelOld = 'В текущей странице есть ссылки на таблицы, котрые больше не существуют. Вы хотите удалить эти ссылки?';
$strDelayedInserts = 'Использовать запаздывающие вставки';
$strDelete = 'Удалить';
$strDeleteAndFlush = 'Удалить всех пользователей и перезагрузить привилегии.';
$strDeleteAndFlushDescr = 'Это лучший способ, но перезагрузка привилегий может занять некоторое время.';
$strDeleted = 'Ряд был удален';
$strDeletedRows = 'Следующие ряды были удалены:';
$strDeleting = 'Удаление %s';
$strDescending = 'По убыванию';
$strDescription = 'Описание';
$strDictionary = 'словарь';
$strDisableForeignChecks = 'Выключить проверку инородных ключей';
$strDisabled = 'Недоступно';
$strDisplayFeat = 'Показать дополнительные возможности';
$strDisplayOrder = 'Порядок просмотра:';
$strDisplayPDF = 'Показать PDF-схему';
$strDoAQuery = 'Выполнить "запрос по примеру" (символ подстановки: "%")';
$strDoYouReally = 'Вы действительно желаете ';
$strDocu = 'Документация';
$strDrop = 'Уничтожить';
$strDropDatabaseStrongWarning = 'Вы уверенны что хотите уничтожить всю базу данных?';
$strDropUsersDb = 'Удалить базы, которые имеют такие же имена как и пользователи.';
$strDumpSaved = 'Дамп сохранён в файл %s.';
$strDumpXRows = 'Дамп %s записей, начиная с %s.';
$strDumpingData = 'Дамп данных таблицы';
$strDynamic = 'динамический';
 
$strEdit = 'Правка';
$strEditPDFPages = 'Изменить PDF-страницы';
$strEditPrivileges = 'Редактирование привилегий';
$strEffective = 'Эффективность';
$strEmpty = 'Очистить';
$strEmptyResultSet = 'MySQL вернула пустой результат (т.е. ноль рядов).';
$strEnabled = 'Доступно';
$strEncloseInTransaction = 'Экспортировать при переводе';
$strEnd = 'Конец';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Английский';
$strEnglishPrivileges = ' Примечание: привилегии MySQL задаются по-английски ';
$strError = 'Ошибка';
$strEstonian = 'Эстонский';
$strExcelEdition = 'Excel-публикация';
$strExcelOptions = 'Опции Excel';
$strExecuteBookmarked = 'Выпонить отмеченный запрос';
$strExplain = 'Описать SQL';
$strExport = 'Экспорт';
$strExtendedInserts = 'Расширенные вставки';
$strExtra = 'Дополнительно';
 
$strFailedAttempts = 'Неудачные попытки';
$strField = 'Поле';
$strFieldHasBeenDropped = 'Поле %s было удалено';
$strFields = 'Поля';
$strFieldsEmpty = ' Пустой счетчик полей! ';
$strFieldsEnclosedBy = 'Поля заключены в';
$strFieldsEscapedBy = 'Поля экранируются';
$strFieldsTerminatedBy = 'Поля разделены';
$strFileAlreadyExists = 'Файл %s уже существует на сервере, измените имя или воспользуйтесь опцией перезаписи.';
$strFileCouldNotBeRead = 'Файл не может быть прочитан';
$strFileNameTemplate = 'Шаблон имени файла';
$strFileNameTemplateRemember = 'запомнить шаблон';
$strFixed = 'фиксированный';
$strFlushPrivilegesNote = 'Замечание: phpMyAdmin получает пользовательские привилегии прямо из таблиц привилегий MySQL. Содержимое этих таблиц может отличаться от от привилегий, которые использует сервер, если изменения были внесены вручную. В этом случае вы должны %sперезагрузить привилегии%s перед продолжением работы.';
$strFlushTable = 'Сбросить кэш таблицы ("FLUSH")';
$strFormEmpty = 'Требуется значение для формы!';
$strFormat = 'Формат';
$strFullText = 'Полные тексты';
$strFunction = 'Функция';
 
$strGenBy = 'Созданный';
$strGenTime = 'Время создания';
$strGeneralRelationFeat = 'Основные возможности связей';
$strGeorgian = 'Грузинский';
$strGerman = 'Немецкий';
$strGlobal = 'global';
$strGlobalPrivileges = 'Глобальные привилегии';
$strGlobalValue = 'Глобальное значение';
$strGo = 'Пошел';
$strGrantOption = 'Предоставлять';
$strGreek = 'Греческий';
$strGzip = 'архивировать в gzip';
 
$strHasBeenAltered = 'была изменена.';
$strHasBeenCreated = 'была создана.';
$strHaveToShow = 'Вы должны выбрать не менее одной колонки для отображения';
$strHebrew = 'Иврит';
$strHexForBinary = 'Использовать шестнадцатиричные (hexadecimal) бинарные поля';
$strHome = 'К началу';
$strHomepageOfficial = 'Официальная страница phpMyAdmin';
$strHost = 'Хост';
$strHostEmpty = 'Пустое имя хоста!';
$strHungarian = 'Венгерский';
 
$strIcelandic = 'Исландский';
$strId = 'ID';
$strIdxFulltext = 'ПолнТекст';
$strIgnore = 'Игнорировать';
$strIgnoreInserts = 'Игнорировать вставки';
$strIgnoringFile = 'Игнорирую файл %s';
$strImportDocSQL = 'Импорт docSQL файлов';
$strImportFiles = 'Импорт файлов';
$strInUse = 'используется';
$strIndex = 'Индекс';
$strIndexHasBeenDropped = 'Индекс %s был удален';
$strIndexName = 'Имя индекса&nbsp;:';
$strIndexType = 'Тип индекса&nbsp;:';
$strIndexes = 'Индексы';
$strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Ваш конфигурационный файл содержит настройки (пользователь root без пароля), которые относятся к привилегированному пользователю MySQL (по умолчанию). Ваш MySQL сервер запущен с этими настройками по умолчанию, открытый для вторжений, поэтому Вам настоятельно рекомендуется устранить эту дыру в безопасности.';
$strInsert = 'Вставить';
$strInsertAsNewRow = 'Вставить новый ряд';
$strInsertNewRow = 'Вставить новый ряд';
$strInsertedRowId = 'Вставить id ряда:';
$strInsertedRows = 'Добавлены ряды:';
$strInternalNotNecessary = '* Внутренняя связь не обязательна, когда она также существует в InnoDB.';
$strInternalRelations = 'Внутренние связи';
 
$strJapanese = 'Японский';
$strJumpToDB = 'Перейти к базе &quot;%s&quot;.';
$strJustDelete = 'Просто удалить пользователей из таблиц привилкгий.';
$strJustDeleteDescr = '&quot;Удалённые&quot; пользователи всё ещё смогут работать с с ервером как обычно до перезагрузки привилегий.';
 
$strKeepPass = 'Не менять пароль';
$strKeyname = 'Имя ключа';
$strKill = 'Убить';
$strKorean = 'Корейский';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Опции LaTeX';
$strLandscape = 'Ландшафт';
$strLatexCaption = 'Заголовок таблицы';
$strLatexContent = 'Содержимое таблицы __TABLE__';
$strLatexContinued = '(продолжено)';
$strLatexContinuedCaption = 'Продолженный заголовок таблицы';
$strLatexIncludeCaption = 'Включить заголовок таблицы';
$strLatexLabel = 'Label key';
$strLatexStructure = 'Структура таблицы __TABLE__';
$strLatvian = 'Латвийский';
$strLengthSet = 'Длины/Значения*';
$strLimitNumRows = 'записей на страницу';
$strLinesTerminatedBy = 'Строки разделены';
$strLinkNotFound = 'Связь не найдена';
$strLinksTo = 'Связь с';
$strLithuanian = 'Латвийский';
$strLocalhost = 'Local';
$strLocationTextfile = 'Месторасположение текстового файла';
$strLogPassword = 'Пароль:';
$strLogServer = 'Сервер';
$strLogUsername = 'Пользователь:';
$strLogin = 'Вход в систему';
$strLoginInformation = 'Информация логина';
$strLogout = 'Выйти из системы';
 
$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-типы, выделенные курсивом, не имеют отдельной функции трансформации';
$strMaximumSize = 'Максимальный размер: %s%s';
$strModifications = 'Модификации были сохранены';
$strModify = 'Изменить';
$strModifyIndexTopic = 'Изменить индекс';
$strMoveTable = 'Переместить таблицы в (база данных<b>.</b>таблица):';
$strMoveTableOK = 'Таблица %s была перемещена в %s.';
$strMoveTableSameNames = 'Не могу переместить таблицу саму в себя!';
$strMultilingual = 'многоязычный';
$strMySQLCharset = 'MySQL-кодировка';
$strMySQLConnectionCollation = 'Сопоставление соединения с MySQL';
$strMySQLSaid = 'Ответ MySQL: ';
$strMySQLShowProcess = 'Показать процессы';
$strMySQLShowStatus = 'Показать состояние MySQL';
$strMySQLShowVars = 'Показать системные переменные MySQL';
 
$strName = 'Имя';
$strNext = 'Далее';
$strNo = 'Нет';
$strNoDatabases = 'БД отсутствуют';
$strNoDatabasesSelected = 'Ни одна БД не выбрана.';
$strNoDescription = 'нет описания';
$strNoDropDatabases = 'Команда "Удалить БД" отключена.';
$strNoExplain = 'Прекратить описание SQL';
$strNoFrames = 'Для работы phpMyAdmin нужен браузер с поддержкой <b>фреймов</b>.';
$strNoIndex = 'Индекс не определен!';
$strNoIndexPartsDefined = 'Части индекса не определены!';
$strNoModification = 'Нет изменений';
$strNoOptions = 'В этом формате нет опций';
$strNoPassword = 'Без пароля';
$strNoPermission = 'Веб-серверу не хватает прав для сохранения файла %s.';
$strNoPhp = 'без PHP-кода';
$strNoPrivileges = 'Без привилегий';
$strNoRights = 'Вы не имеете достаточно прав для этого!';
$strNoRowsSelected = 'Строка таблицы не выбрана';
$strNoSpace = 'Не хватает дискового пространства для сохранения файла %s.';
$strNoTablesFound = 'В БД не обнаружено таблиц.';
$strNoUsersFound = 'Не найден пользователь.';
$strNoValidateSQL = 'Не проверять SQL';
$strNone = 'Нет';
$strNotNumber = 'Это не число!';
$strNotOK = 'Не готово';
$strNotSet = 'Таблица <b>%s</b> не найдена';
$strNull = 'Ноль';
$strNumSearchResultsInTable = '%s записи(ей) в таблице <i>%s</i>';
$strNumSearchResultsTotal = '<b>Итого:</b> <i>%s</i> записи(ей)';
$strNumTables = 'Таблиц';
 
$strOK = 'Готово';
$strOperations = 'Операции';
$strOperator = 'Оператор';
$strOptimizeTable = 'Оптимизировать таблицу';
$strOr = 'Или';
$strOverhead = 'Накладные расходы';
$strOverwriteExisting = 'Перезаписать существующий(е) файл(ы)';
 
$strPHP40203 = 'Вы используете версию PHP 4.2.3, которая содержит серьезные ошибки при работе с много-байтовыми строками (mbstring). Смотрите PHP bug report 19404. Данная версия PHP не рекомендуется для использования с phpMyAdmin.';
$strPHPVersion = 'Версия PHP';
$strPageNumber = 'Номер страницы:';
$strPaperSize = 'Размер бумаги';
$strPartialText = 'Частичные тексты';
$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s был успешно изменён.';
$strPasswordEmpty = 'Пустой пароль!';
$strPasswordNotSame = 'Пароли не одинаковы!';
$strPdfDbSchema = 'Структура базы "%s" - страница %s';
$strPdfInvalidTblName = 'Таблица "%s" не существует!';
$strPdfNoTables = 'Нет таблиц';
$strPerHour = 'в час';
$strPerMinute = 'в минуту';
$strPerSecond = 'в секунду';
$strPhoneBook = 'телефонная книга';
$strPhp = 'Создать PHP-код';
$strPmaDocumentation = 'Документация по phpMyAdmin';
$strPmaUriError = 'Директива <tt>$cfg[\'PmaAbsoluteUri\']</tt> должна быть установлена в Вашем конфигурационном файле!';
$strPolish = 'Польский';
$strPortrait = 'Портрет';
$strPos1 = 'Начало';
$strPrevious = 'Назад';
$strPrimary = 'Первичный';
$strPrimaryKeyHasBeenDropped = 'Первичный ключ был удален';
$strPrimaryKeyName = 'Имя первичного ключа должно быть PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>должно</b> быть признаком <b>только</b> первичного ключа!)';
$strPrint = 'Печать';
$strPrintView = 'Версия для печати';
$strPrintViewFull = 'Распечатать (со всем текстом)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Позволяет изменение структуры существующих таблиц.';
$strPrivDescCreateDb = 'Позволяет создание новых баз данных и таблиц.';
$strPrivDescCreateTbl = 'Позволяет создание новых таблиц.';
$strPrivDescCreateTmpTable = 'Позволяет создание временных таблиц.';
$strPrivDescDelete = 'Позволяет удаление данных.';
$strPrivDescDropDb = 'Позволяет удаление ';
$strPrivDescDropTbl = 'Позволяет удаление таблиц.';
$strPrivDescExecute = 'Позволяет запуск хранимых процедур; Не работает в этой версии MySQL.';
$strPrivDescFile = 'Позволяет импортирование и экспортирование данных в файлы.';
$strPrivDescGrant = 'Позволяет добавление пользователей и привилегий без перезагрузки таблиц привилегий.';
$strPrivDescIndex = 'Позволяет создание и удаление индексов.';
$strPrivDescInsert = 'Позволяет вставку и замену данных.';
$strPrivDescLockTables = 'Позволяет блокировку таблиц для текущего потока.';
$strPrivDescMaxConnections = 'Ограничивает количество соединений, которые пользователь может открыть в течение часа.';
$strPrivDescMaxQuestions = 'Ограничивает количество запросов, которые пользователь может отравит в течение часа.';
$strPrivDescMaxUpdates = 'Ограничивает количество команд, изменяющих любую таблицу или базу данных, которые пользователь может выполнить за час.';
$strPrivDescProcess3 = 'Позволяет убивать процессы других пользоваетелей.';
$strPrivDescProcess4 = 'Позволяет просмотр полных запросов в списке процессов.';
$strPrivDescReferences = 'Не работает в этой версии MySQL.';
$strPrivDescReload = 'Позволяет перезагрузку настроек сервера и очистку его кэшей.';
$strPrivDescReplClient = 'Даёт пользователю право спрашивать где находяться slaves / masters.';
$strPrivDescReplSlave = 'Нужен для репликации slaves.';
$strPrivDescSelect = 'Позволяет чтение данных.';
$strPrivDescShowDb = 'Даёт доступ к полному списку баз данных.';
$strPrivDescShutdown = 'Позволяет остановку сервера.';
$strPrivDescSuper = 'Позволяет соединяться, даже если достигнуто максимальное количество соединений; Необходимо для большинства административных задач, таких как установка глобальных переменных или остановка процессов других пользователей.';
$strPrivDescUpdate = 'Позволяет изменение данных.';
$strPrivDescUsage = 'Нет привилегий.';
$strPrivileges = 'Привилегии';
$strPrivilegesReloaded = 'Привилегии были успешно перезагружены.';
$strProcesslist = 'Список процессов';
$strPutColNames = 'Укажите наименования полей в первой строке';
 
$strQBE = 'Запрос&nbsp;по&nbsp;примеру';
$strQBEDel = 'Удалить';
$strQBEIns = 'Вставить';
$strQueryFrame = 'Окно запроса';
$strQueryOnDb = 'SQL-запрос БД <b>%s</b>:';
$strQuerySQLHistory = 'История SQL';
$strQueryStatistics = '<b>Статистика запросов</b>: Со времени запуска %s запросов было послано на сервер.';
$strQueryTime = 'Запрос занял %01.4f сек';
$strQueryType = 'Тип запроса';
$strQueryWindowLock = 'Не перезаписывать этот запрос вне окна';
 
$strReType = 'Подтверждение';
$strReceived = 'Принято';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Проверить целостность данных:';
$strRefresh = 'Обновить';
$strRelationNotWorking = 'Дополнительные возможности для работы со связанными таблицами недоступны. Для определения причины нажмите %sсюда%s.';
$strRelationView = 'Связанный вид';
$strRelationalSchema = 'Реляционная схема';
$strRelations = 'Связи';
$strRelationsForTable = 'Соотношения в таблице';
$strReloadMySQL = 'Перезагрузить MySQL';
$strReloadingThePrivileges = 'Перезагрузка привилегий';
$strRemoveSelectedUsers = 'Удалить выделенных пользователей';
$strRenameDatabaseOK = 'База данных %s переименована в %s';
$strRenameTable = 'Переименовать таблицу в';
$strRenameTableOK = 'Таблица %s была переименована в %s';
$strRepairTable = 'Починить таблицу';
$strReplaceNULLBy = 'Заменить NULL на';
$strReplaceTable = 'Заместить данные таблицы данными из файла';
$strReset = 'Переустановить';
$strResourceLimits = 'Предел ресурсов';
$strRevoke = 'Отменить';
$strRevokeAndDelete = 'Отменить все активные привилегии пользователей и затем удалить их.';
$strRevokeAndDeleteDescr = 'Пользователи всё ещё будут иметь USAGE привилегии до перезагрузки привилегий.';
$strRevokeMessage = 'Вы изменили привилегии для %s';
$strRomanian = 'Румынский';
$strRowLength = 'Длина ряда';
$strRowSize = ' Размер ряда ';
$strRows = 'Ряды';
$strRowsFrom = 'рядов от';
$strRowsModeFlippedHorizontal = 'горизонтально(повёрнутые заголовки)';
$strRowsModeHorizontal = 'горизонтальном';
$strRowsModeOptions = 'в %s режиме, заголовки после каждых %s ячеек';
$strRowsModeVertical = 'вертикальном';
$strRowsStatistic = 'Статистика ряда';
$strRunQuery = 'Выполнить Запрос';
$strRunSQLQuery = 'Выполнить SQL запрос(ы) на БД %ы';
$strRunning = 'на %s';
$strRussian = 'Русский';
 
$strSQL = 'SQL';
$strSQLExportType = 'Тип экспорта';
$strSQLOptions = 'Опции SQL';
$strSQLParserBugMessage = 'Возможно у Вас ошибка в SQL-парсере. Пожалуйста, проверьте внимательно Ваш запрос и соответствие кавычек. Возможно также, что Вы пытаетесь закачать бинарный файл вне поля quoted text area. Вы можете попробовать выполнить свой запрос через интерфейс командной строки MySQL. Описание ошибки MySQL сервера дано ниже, возможно оно поможет понять, что же произошло. Если у Вас все равно возникают проблемы или если парсер выдает ошибки там, где интерфейс командной строки работает успешно, попробуйте изменить свой SQL запрос до простых запросов и определить, какой именно вызывает проблемы. Вы можете также прислать отчет об ошибке вместе с блоком данных (секция CUT):';
$strSQLParserUserError = 'Кажется возникла ошибка в Вашем SQL запросе. Описание ошибки от MySQL сервера дано ниже, возможно, оно поможет Вам разобраться';
$strSQLQuery = 'SQL-запрос';
$strSQLResult = 'SQL-результат';
$strSQPBugInvalidIdentifer = 'Неправильный идентификатор';
$strSQPBugUnclosedQuote = 'Незакрытая кавычка';
$strSQPBugUnknownPunctuation = 'Неизвестная строка с пунктуацией';
$strSave = 'Сохранить';
$strSaveOnServer = 'Сохранить на сервере в директории %s';
$strScaleFactorSmall = 'Масштаб слишком маленький для отображения всей таблицы на одной странице';
$strSearch = 'Искать';
$strSearchFormTitle = 'Искать в базе данных';
$strSearchInTables = 'В таблице(ах):';
$strSearchNeedle = 'Слово(а) или значение(я) для поиска (включая "%") в:';
$strSearchOption1 = 'хоть одно слово';
$strSearchOption2 = 'все слова';
$strSearchOption3 = 'точное соответствие';
$strSearchOption4 = 'регулярное выражение';
$strSearchResultsFor = 'Искать в "<i>%s</i>" %s:';
$strSearchType = 'Искать:';
$strSecretRequired = 'Конфигурационному файлу сейчас нужна секретная фраза (blowfish_secret).';
$strSelectADb = 'Выберите БД';
$strSelectAll = 'Отметить все';
$strSelectFields = 'Выбрать поля (минимум одно):';
$strSelectNumRows = 'по запросу';
$strSelectTables = 'Выберите таблицу(ы)';
$strSend = 'послать';
$strSent = 'Послано';
$strServer = 'Сервер';
$strServerChoice = 'Выбор сервера';
$strServerNotResponding = 'Сервер не отвечает';
$strServerStatus = 'Текущая информация';
$strServerStatusUptime = 'Этот MySQL сервер работает %s. Он был запущен %s.';
$strServerTabProcesslist = 'Процессы';
$strServerTabVariables = 'Переменные';
$strServerTrafficNotes = '<b>Трафик</b>: Эти таблицы показывают статистику по сетевому трафику MySQL сервера со времени его запуска.';
$strServerVars = 'Переменные и настройки сервера';
$strServerVersion = 'Версия сервера';
$strSessionValue = 'Значение сессии';
$strSetEnumVal = 'Для типов поля "enum" и "set", введите значения по этому формату: \'a\',\'b\',\'c\'...<br />Если вам понадобиться ввести обратную косую черту ("\"") или одиночную кавычку ("\'") среди этих значений, поставьте перед ними обратную косую черту (например, \'\\\\xyz\' или \'a\\\'b\').';
$strShow = 'Показать';
$strShowAll = 'Показать все';
$strShowColor = 'Показать цвет';
$strShowDatadictAs = 'Формат словаря данных';
$strShowFullQueries = 'Показывать Полные Запросы';
$strShowGrid = 'Показать сетку';
$strShowPHPInfo = 'Показать информацию о PHP';
$strShowTableDimension = 'Показать размерность таблицы';
$strShowTables = 'Показать таблицы';
$strShowThisQuery = ' Показать данный запрос снова ';
$strShowingRecords = 'Показывает записи ';
$strSimplifiedChinese = 'Упрощённый китайский';
$strSingly = '(отдельно)';
$strSize = 'Размер';
$strSlovak = 'Словацкий';
$strSlovenian = 'Словенский';
$strSort = 'Отсортировать';
$strSortByKey = 'Сортировать по ключу';
$strSpaceUsage = 'Используемое пространство';
$strSpanish = 'Испанский';
$strSplitWordsWithSpace = 'Слова, разделенные пробелом (" ").';
$strStatCheckTime = 'Последняя проверка';
$strStatCreateTime = 'Создание';
$strStatUpdateTime = 'Последнее обновление';
$strStatement = 'Выражения';
$strStatus = 'Статус';
$strStrucCSV = 'CSV данные';
$strStrucData = 'Структура и данные';
$strStrucDrop = 'Добавить удаление таблицы';
$strStrucExcelCSV = 'CSV для данных MS Excel';
$strStrucNativeExcel = 'Данные из MS Excel';
$strStrucOnly = 'Только структуру';
$strStructPropose = 'Предлагаемая структура таблицы';
$strStructure = 'Структура';
$strSubmit = 'Выполнить';
$strSuccess = 'Ваш SQL-запрос был успешно выполнен';
$strSum = 'Всего';
$strSwedish = 'Шведский';
$strSwitchToTable = 'Переключиться на скопированную таблицу';
 
$strTable = 'таблица ';
$strTableComments = 'Комментарий к таблице';
$strTableEmpty = 'Пустое название таблицы!';
$strTableHasBeenDropped = 'Таблица %s была удалена';
$strTableHasBeenEmptied = 'Таблица %s была очищена';
$strTableHasBeenFlushed = 'Был сброшен кэш таблицы %s';
$strTableMaintenance = 'Обслуживание таблицы';
$strTableOfContents = 'Оглавление';
$strTableOptions = 'Опции таблицы';
$strTableStructure = 'Структура таблицы';
$strTableType = 'Тип таблицы';
$strTables = '%s таблиц(ы)';
$strTakeIt = 'обработать';
$strTblPrivileges = ' Привилегии, специфичные для таблицы';
$strTextAreaLength = ' Из-за большой длины,<br /> это поле не может быть отредактированно ';
$strThai = 'Таи';
$strTheme = 'Тема / Стиль';
$strThisHost = 'Этот хост';
$strThisNotDirectory = 'Это была не директория';
$strThreadSuccessfullyKilled = 'Thread %s был удален.';
$strTime = 'Время';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'всего';
$strTotalUC = 'Всего';
$strTraditionalChinese = 'Традиционный китайский';
$strTraditionalSpanish = 'Традиционный Испанский';
$strTraffic = 'Трафик';
$strTransformation_application_octetstream__download = 'Показать линк к загрузке бинарных данных полей. Первый вариант: укажите имя бинарного файла. Второй вариант: укажите возможное имя строки таблицы в которой находится бинарный файл. Если вы выберете второй вариант, убедитесь в том, что имя бинарного файла в первом варианте не указанно';
$strTransformation_image_jpeg__inline = 'Отображает предпросмотр, на который можно кликнуть; опции: ширина,высота в пикселах (сохраняет исходный масштаб)';
$strTransformation_image_jpeg__link = 'Отображает ссылку на это изображение(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Берёт поле TIME, TIMESTAMP или DATETIME и форматирует его в соответствии с вашим локальным форматом даты. Первая опция - это сдвиг (в часах), который будет добавлен к timestamp (По умолчанию: 0). Вторая опция - это другой формат даты в соответствии с параметрами, доступными для функции PHP strftime().';
$strTransformation_text_plain__external = 'ТОЛЬКО LINUX: Запускает внешнее приложение и запоняет поля через стандартный ввод. Возвращает стандартный вывод приложения. По умолчанию Tidy, для форматирования HTML кода. По соображениям безопасности, вы должны вручную отредактировать файл libraries/transformations/text_plain__external.inc.php и вписать программы, которые вы хотите запускать. Первая опция - это номер программы, которую вы хотите использовать, вторая - параметры для программы. Третий параметр при значении 1 будет конвертировать вывод, используя htmlspecialchars() (По умолчанию 1). Четвёртый параметр при значении 1 выставит NOWRAP, так что весь вывод будет отображён без переформатирования (По умолчанию 1)';
$strTransformation_text_plain__formatted = 'Сохраняет исходное форматирование поля. Экранирование не производится.';
$strTransformation_text_plain__imagelink = 'Показывает изображение и ссылку, поле содержит имя файла; первая опция - это префикс вроде "http://domain.com/", вторая - ширина в пикселах, третья - высота.';
$strTransformation_text_plain__link = 'Отображает ссылку, поле содержит имя файла; первая опция - это префикс вроде "http://domain.com/", вторая - заголовок для ссылки.';
$strTransformation_text_plain__substr = 'Показывает только часть строки. Первая опция - это сдвиг, определяющий где начинается вывод текста (По умолчанию 0). Вторая опция - это количество возвращаемого текста. Если не определено, то возвращается весь остающийся текст. Третья опция определяет символы, которые будут добавлены к выводу, когда возвращается подстрока. (По умолчанию: ...) .';
$strTruncateQueries = 'Обрезать Показанные Запросы';
$strTurkish = 'Турецкий';
$strType = 'Тип';
 
$strUkrainian = 'Украинский';
$strUncheckAll = 'Снять отметку со всех';
$strUnicode = 'Юникод';
$strUnique = 'Уникальное';
$strUnknown = 'неизвестно';
$strUnselectAll = 'Снять отметку со всех';
$strUpdComTab = 'Пожалуйста, посмотрите как обновить Column_comments Таблицу в документации';
$strUpdatePrivMessage = 'Были изменены привилегии для';
$strUpdateProfileMessage = 'Профиль был обновлен.';
$strUpdateQuery = 'Дополнить запрос';
$strUpgrade = 'Вы должны обновить %s до версии %s или выше.';
$strUsage = 'Использование';
$strUseBackquotes = 'Обратные кавычки в названиях таблиц и полей';
$strUseHostTable = 'Использовать таблицу хостов';
$strUseTables = 'Использовать таблицы';
$strUseTextField = 'Использовать текстовое поле';
$strUseThisValue = 'Использовать это значение';
$strUser = 'Пользователь';
$strUserAlreadyExists = 'Пользователь %s уже существует!';
$strUserEmpty = 'Пустое имя пользователя!';
$strUserName = 'Имя пользователя';
$strUserNotFound = 'Выделенный пользователь не был найден в таблице привилегий.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'Выбранные пользователи были успешно удалены.';
$strUsersHavingAccessToDb = 'Пользователи с правами доступа к &quot;%s&quot;';
 
$strValidateSQL = 'Проверить SQL';
$strValidatorError = 'Проверка SQL не может быть инициализирована. Проверьте, установлены ли необходимые модули расширений для PHP, описанные в %sдокументации%s.';
$strValue = 'Значение';
$strVar = 'Переменная';
$strViewDump = 'Просмотреть дамп таблицы';
$strViewDumpDB = 'Просмотреть дамп БД';
$strViewDumpDatabases = 'Просмотреть дамп (схему) БД';
 
$strWebServerUploadDirectory = 'директория, куда помещаются закачанные файлы от web-сервера';
$strWebServerUploadDirectoryError = 'директория, которую Вы установили как "upload" не может быть открыта';
$strWelcome = 'Добро пожаловать в %s';
$strWestEuropean = 'Западно-Европейский';
$strWildcard = 'шаблон';
$strWindowNotFound = 'Целевое окно браузера не может быть обновлено. Возможно, вы закрыли родительское окно или ваш браузер блокирует межоконные обновления из-за настроек безопасности';
$strWithChecked = 'С отмеченными:';
$strWritingCommentNotPossible = 'Написание комментария невозможно';
$strWritingRelationNotPossible = 'Добавление связи невозможно';
$strWrongUser = 'Ошибочный логин/пароль. В доступе отказано.';
 
$strXML = 'XML';
 
$strYes = 'Да';
 
$strZeroRemovesTheLimit = 'Замечание: Установка этих опций в 0 (ноль) удаляет лимит.';
$strZip = 'архивировать в zip';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
 
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/russian-windows-1251.inc.php
0,0 → 1,985
<?php
/* $Id: russian-windows-1251.inc.php,v 2.120.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by Gosha Sakovich <gt2 at users.sourceforge.net>
* Artyom Rabzonov <tyomych at gmx.net>
* Nicolay Zakharov <info at melody.org.ru> 16-Dec-2002
* (nobody) 2004-09-18
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Áàéò', 'êÁ', 'ÌÁ', 'ÃÁ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Âñ', 'Ïí', 'Âò', 'Ñð', '×ò', 'Ïò', 'Ñá');
$month = array('ßíâ', 'Ôåâ', 'Ìàð', 'Àïð', 'Ìàé', 'Èþí', 'Èþë', 'Àâã', 'Ñåí', 'Îêò', 'Íîÿ', 'Äåê');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y ã., %H:%M';
$timespanfmt = '%s äíåé, %s ÷àñîâ, %s ìèíóò è %s ñåêóíä';
 
$strAPrimaryKey = 'Áûë äîáàâëåí ïåðâè÷íûé êëþ÷ ê %s';
$strAbortedClients = 'Îòìåíåíû';
$strAbsolutePathToDocSqlDir = 'Ââåäèòå àáñîëþòíûé ïóòü íà ñåðâåðå ê äèðåêòîðèè docSQL, ïîæàëóéñòà';
$strAccessDenied = 'Â äîñòóïå îòêàçàíî';
$strAccessDeniedExplanation = 'phpMyAdmin ïîïûòàëñÿ ñîåäèíèòüñÿ ñ ñåðâåðîì MySQL, íî ñåðâåð îòâåðã ñîåäèíåíèå. Ïðîâåðüòå èìÿ õîñòà, ïîëüçîâàòåëÿ è ïàðîëü â config.inc.php.';
$strAction = 'Äåéñòâèå';
$strAddAutoIncrement = 'Äîáàâèòü çíà÷åíèå AUTO_INCREMENT';
$strAddConstraints = 'Äîáàâèòü îãðàíè÷åíèÿ';
$strAddDeleteColumn = 'Äîáàâèòü/óäàëèòü ñòîëáåö êðèòåðèÿ';
$strAddDeleteRow = 'Äîáàâèòü/óäàëèòü ðÿä êðèòåðèÿ';
$strAddDropDatabase = 'Äîáàâèòü DROP DATABASE';
$strAddHeaderComment = 'Äîáàâèòü ÷àñòíûå ñîììåíòàðèè ê header (\\n ðàçáèâàåò ñòðîêè)';
$strAddIfNotExists = 'Äîáàâèòü IF NOT EXISTS';
$strAddIntoComments = 'Äîáàâèòü â êîììåíòàðèè';
$strAddNewField = 'Äîáàâèòü íîâîå ïîëå';
$strAddPrivilegesOnDb = 'Äîáàâèòü ïðèâèëåãèè íà ñëåäóþùóþ áàçó';
$strAddPrivilegesOnTbl = ' Äîáàâèòü ïðèâèëåãèè íà ñëåäóþùóþ òàáëèöó';
$strAddSearchConditions = 'Äîáàâèòü óñëîâèÿ ïîèñêà (òåëî äëÿ óñëîâèÿ "where"):';
$strAddToIndex = 'Äîáàâèòü ê èíäåêñó&nbsp;%s&nbsp;êîëîíêó(è)';
$strAddUser = 'Äîáàâèòü íîâîãî ïîëüçîâàòåëÿ';
$strAddUserMessage = 'Áûë äîáàâëåí íîâûé ïîëüçîâàòåëü.';
$strAddedColumnComment = 'Äîáàâëåííûé êîììåíòàðèé äëÿ ñòîëáöà';
$strAddedColumnRelation = 'Äîáàâëåííàÿ ñâÿçü äëÿ ñòîëáöà';
$strAdministration = 'Àäìèíèñòðèðîâàíèå';
$strAffectedRows = 'Çàòðîíóòûå ðÿäû:';
$strAfter = 'Ïîñëå %s';
$strAfterInsertBack = 'Âîçâðàò';
$strAfterInsertNewInsert = 'Âñòàâèòü íîâóþ çàïèñü';
$strAfterInsertSame = 'Âîçâðàòèòüñÿ ê ýòîé ñòðàíèöå';
$strAll = 'Âñå';
$strAllTableSameWidth = 'ïîêàçàòü âñå òàáëèöû ñ òàêîé øèðèíîé?';
$strAlterOrderBy = 'Èçìåíèòü ïîðÿäîê òàáëèöû';
$strAnIndex = 'Áûë äîáàâëåí èíäåêñ äëÿ %s';
$strAnalyzeTable = 'Àíàëèç òàáëèöû';
$strAnd = 'È';
$strAny = 'Ëþáîé';
$strAnyHost = 'Ëþáîé õîñò';
$strAnyUser = 'Ëþáîé ïîëüçîâàòåëü';
$strArabic = 'Àðàáñêèé';
$strArmenian = 'Àðìÿíñêèé';
$strAscending = 'Ïî âîçðàñòàíèþ';
$strAtBeginningOfTable = ' íà÷àëî òàáëèöû';
$strAtEndOfTable = 'Â êîíåö òàáëèöû';
$strAttr = 'Àòðèáóòû';
$strAutodetect = 'Àâòîäåòåêò';
$strAutomaticLayout = 'Àâòîìàòè÷åñêàÿ ðàñêëàäêà';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòèéñêèé';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Äâîè÷íûé ';
$strBinaryDoNotEdit = ' Äâîè÷íûå äàííûå - íå ðåäàêòèðóþòñÿ ';
$strBookmarkAllUsers = 'Äàòü êàæäîìó ïîëüçîâàòåëþ èñïîëüçîâàòü ýòó çàêëàäêó';
$strBookmarkDeleted = 'Çàêëàäêà áûëà óäàëåíà.';
$strBookmarkLabel = 'Ìåòêà';
$strBookmarkQuery = 'Çàêëàäêà íà SQL-çàïðîñ';
$strBookmarkThis = 'Çàêëàäêà íà äàííûé SQL-çàïðîñ';
$strBookmarkView = 'Òîëüêî ïðîñìîòð';
$strBrowse = 'Îáçîð';
$strBrowseForeignValues = 'Browse foreign values';
$strBulgarian = 'Áîëãàðñêèé';
$strBzError = 'phpMyAdmin íå ìîæåò ñæàòü äàìï èç-çà ïðîáëåì ñ Bz2 extension â òåêóùåé âåðñèè 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, ïîæàëóéñòà';
$strCantLoadRecodeIconv = 'Íå ìîãó çàãðóçèòü iconv èëè recode, íåîáõîäèìûå äëÿ ïåðåêîäèðîâàíèÿ ñèìâîëîâ. Ïðîâåðüòå php-êîíôèãóðàöèþ è ðàçðåøèòå èõ èñïîëüçîâàíèå èëè çàïðåòèòå ïåðåêîäèðîâàíèå ñèìâîëîâ â phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íåâîçìîæíî ïåðåèìåíîâàòü èíäåêñ â PRIMARY!';
$strCantUseRecodeIconv = 'Íå ìîãó èñïîëüçîâàòü iconv ôóíêöèè: íè libiconv, íè recode_string, ïîêà íå áóäóò çàãðóæåíû extension reports. Ïðîâåðüòå php-êîíôèãóðàöèþ.';
$strCardinality = 'Êîëè÷åñòâî ýëåìåíòîâ';
$strCaseInsensitive = 'íå÷óâñòâèòåëüíûé ê ðåãèñòðó';
$strCaseSensitive = '÷óâñòâèòåëüíûé ê ðåãèñòðó ';
$strCentralEuropean = 'Öåíòðàëüíî-Åâðîïåéñêèé';
$strChange = 'Èçìåíèòü';
$strChangeCopyMode = 'Ñîçäàòü íîâîãî ïîëüçîâàòåëÿ ñ òàêèìè æå ïðèâèëåãèÿìè è ...';
$strChangeCopyModeCopy = '... ñîõðàíèòü ñòàðîãî.';
$strChangeCopyModeDeleteAndReload = ' ... óäàëèòü ñòàðîãî èç òàáëèö ïîëüçîâàòåëåé è ïåðåçàãðóçèòü ïðèâèëåãèè.';
$strChangeCopyModeJustDelete = ' ... óäàëèòü ñòàðîãî èç òàáëèö ïîëüçîâàòåëåé.';
$strChangeCopyModeRevoke = ' ... îòìåíèòü âñå àêòèâíûå ïðèâèëåãèè ñòàðîãî è çàòåì óäàëèòü åãî.';
$strChangeCopyUser = 'Èçìåíèòü èíôîðìàöèþ ëîãèíà/ Êîïèðîâàòü ïîëüçîâàòåëÿ';
$strChangeDisplay = 'Âûáåðèòå ïîëå äëÿ îòîáðàæåíèÿ';
$strChangePassword = 'Èçìåíèòü ïàðîëü';
$strCharset = 'Êîäèðîâêà';
$strCharsetOfFile = 'Êîäèðîâêà ôàéëà:';
$strCharsets = 'Êîäèðîâêè';
$strCharsetsAndCollations = 'Êîäèðîâêè è ñðàâíåíèÿ';
$strCheckAll = 'Îòìåòèòü âñå';
$strCheckOverhead = 'Îòìåòèòü òðåáóþùèå îïòèìèçàöèè';
$strCheckPrivs = 'Ïðîâåðèòü ïðèâèëåãèè';
$strCheckPrivsLong = 'Ïðîâåðèòü ïðèâèëåãèè äëÿ áàçû &quot;%s&quot;.';
$strCheckTable = 'Ïðîâåðèòü òàáëèöó';
$strChoosePage = 'Âûáåðèòå ñòðàíèöó äëÿ ðåäàêòèðîâàíèÿ';
$strColComFeat = 'Ïîêàçàòü êîììåíòàðèÿ ñòîëáöîâ';
$strCollation = 'Ñðàâíåíèå';
$strColumnNames = 'Íàçâàíèÿ êîëîíîê';
$strColumnPrivileges = 'Ïðèâèëåãèè, ñïåöèôè÷íûå äëÿ ñòîëáöà';
$strCommand = 'Êîìàíäà';
$strComments = 'Êîììåíòàðèè';
$strCommentsForTable = 'Êîììåíòàðèè ê òàáëèöå';
$strCompleteInserts = 'Ïîëíàÿ âñòàâêà';
$strCompression = 'Ñæàòèå';
$strConfigFileError = 'phpMyAdmin íå ìîæåò ïðî÷èòàòü äàííûå èç êîíôèãóðàöèîííîãî ôàéëà! <br />Âîçìîæíàÿ ïðè÷èíà - ñèíòàêñè÷åñêàÿ îøèáêà.<br />Âûçîâèòå ýòîò ôàéë (config.inc.php) íåïîñðåäñòâåííî èç áðàóçåðà. Åñëè áóäóò ñîîáùåíèÿ îá îøèáêàõ - èñïðàâüòå èõ. Åñëè ïóñòàÿ ñòðàíèöà - âñå â ïîðÿäêå';
$strConfigureTableCoord = 'Èçìåíèòå êîîðäèíàòû òàáëèöû %s';
$strConnectionError = 'Ñîåäèíåíèå íåâîçìîæíî: íåâåðíûå óñòîíîâêè.';
$strConnections = 'Ñîåäèíåíèÿ';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies äîëæíû áûòü âêëþ÷åíû ïîñëå ýòîãî ìåñòà.';
$strCopyTable = 'Ñêîïèðîâàòü òàáëèöó â (áàçà äàííûõ<b>.</b>òàáëèöà):';
$strCopyTableOK = 'Òàáëèöà %s áûëà ñêîïèðîâàíà â %s.';
$strCopyTableSameNames = ' Íå ìîãó ñêîïèðîâàòü òàáëèöó ñàìó â ñåáÿ !';
$strCouldNotKill = 'phpMyAdmin íå ñìîã óäàëèòü thread %s. Âîçìîæíî, îí óæå çàêðûò.';
$strCreate = 'Ñîçäàòü';
$strCreateIndex = 'Ñîçäàòü èíäåêñ íà&nbsp;%s&nbsp;êîëîíêàõ';
$strCreateIndexTopic = 'Ñîçäàòü íîâûé èíäåêñ';
$strCreateNewDatabase = 'Ñîçäàòü íîâóþ ÁÄ';
$strCreateNewTable = 'Ñîçäàòü íîâóþ òàáëèöó â ÁÄ %s';
$strCreatePage = 'Ñîçäàòü íîâóþ ñòðàíèöó';
$strCreatePdfFeat = 'Ñîçäàíèå PDF-ñõåìû';
$strCreationDates = 'Ñîçäàíèå/Îáíîâëåíèå/Ïðîâåðêà äàò';
$strCriteria = 'Êðèòåðèé';
$strCroatian = 'Õîðâàòñêèé';
$strCyrillic = 'Êèðèëëè÷åñêèé';
$strCzech = '×åøñêèé';
$strCzechSlovak = '×åøñêèé';
 
$strDBComment = 'Êîììåíòàðèé ÁÄ: ';
$strDBGContext = 'Êîíòåêñò';
$strDBGContextID = 'Êîíòåêñò ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Line';
$strDBGMaxTimeMs = 'Ìàêñèìàëüíîå âðåìÿ, ms';
$strDBGMinTimeMs = 'Ìèíèìàëüíîå âðåìÿ, ms';
$strDBGModule = 'Ìîäóëü';
$strDBGTimePerHitMs = 'Time/Hit, ms';
$strDBGTotalTimeMs = 'Èòîãîâîå âðåìÿ, ms';
$strDBRename = 'Ïåðåèìåíîâàòü áàçó äàííûõ â';
$strDanish = 'Äàòñêèé';
$strData = 'Äàííûå';
$strDataDict = 'Ñëîâàðü äàííûõ';
$strDataOnly = 'Òîëüêî äàííûå';
$strDatabase = 'ÁÄ';
$strDatabaseEmpty = 'Èìÿ áàçû äàííûõ íå óêàçàííî!';
$strDatabaseExportOptions = 'Îïöèè ýêñïîðòà ÁÄ';
$strDatabaseHasBeenDropped = 'Áàçà äàííûõ %s áûëà óäàëåíà.';
$strDatabaseNoTable = 'Ýòà ÁÄ íå ñîäåðæèò òàáëèö!';
$strDatabases = 'Áàçû Äàííûõ';
$strDatabasesDropped = '%s ÁÄ áûëè óñïåøíî óäàëåíû.';
$strDatabasesStats = 'Ñòàòèñòèêà áàç äàííûõ';
$strDatabasesStatsDisable = 'Îòêëþ÷èòü ñòàòèñòèêó';
$strDatabasesStatsEnable = 'Âêëþ÷èòü ñòàòèñòèêó';
$strDatabasesStatsHeavyTraffic = 'Çàìå÷àíèå: Âêëþ÷åíèå ñòàòèñòèêè áàçû äàííûõ ìîæåò ñïðîâîöèðîâàòü áîëüøîé òðàôèê ìåæäó âåá-ñåðâåðîì è ñåðâåðîì MySQL.';
$strDbPrivileges = ' Ïðèâèëåãèè, ñïåöèôè÷íûå äëÿ áàçû äàííûõ';
$strDbSpecific = 'ñïåöèôè÷íî äëÿ ÁÄ';
$strDefault = 'Ïî óìîë÷àíèþ';
$strDefaultValueHelp = 'Äëÿ çíà÷åíèé ïî óìîë÷àíèþ ïðîñòî ââåäèòå åäèíñòâåííîå çíà÷åíèå áåç ýêðàíèðîâàíèÿ è êâîòèðîâàíèÿ, èñïîëüçóÿ ýòîò ôîðìàò: a';
$strDefragment = 'Äåôðàãìåíòèðîâàòü òàáëèöó';
$strDelOld = 'Â òåêóùåé ñòðàíèöå åñòü ññûëêè íà òàáëèöû, êîòðûå áîëüøå íå ñóùåñòâóþò. Âû õîòèòå óäàëèòü ýòè ññûëêè?';
$strDelayedInserts = 'Èñïîëüçîâàòü çàïàçäûâàþùèå âñòàâêè';
$strDelete = 'Óäàëèòü';
$strDeleteAndFlush = 'Óäàëèòü âñåõ ïîëüçîâàòåëåé è ïåðåçàãðóçèòü ïðèâèëåãèè.';
$strDeleteAndFlushDescr = 'Ýòî ëó÷øèé ñïîñîá, íî ïåðåçàãðóçêà ïðèâèëåãèé ìîæåò çàíÿòü íåêîòîðîå âðåìÿ.';
$strDeleted = 'Ðÿä áûë óäàëåí';
$strDeletedRows = 'Ñëåäóþùèå ðÿäû áûëè óäàëåíû:';
$strDeleting = 'Óäàëåíèå %s';
$strDescending = 'Ïî óáûâàíèþ';
$strDescription = 'Îïèñàíèå';
$strDictionary = 'ñëîâàðü';
$strDisableForeignChecks = 'Âûêëþ÷èòü ïðîâåðêó èíîðîäíûõ êëþ÷åé';
$strDisabled = 'Íåäîñòóïíî';
$strDisplayFeat = 'Ïîêàçàòü äîïîëíèòåëüíûå âîçìîæíîñòè';
$strDisplayOrder = 'Ïîðÿäîê ïðîñìîòðà:';
$strDisplayPDF = 'Ïîêàçàòü PDF-ñõåìó';
$strDoAQuery = 'Âûïîëíèòü "çàïðîñ ïî ïðèìåðó" (ñèìâîë ïîäñòàíîâêè: "%")';
$strDoYouReally = 'Âû äåéñòâèòåëüíî æåëàåòå ';
$strDocu = 'Äîêóìåíòàöèÿ';
$strDrop = 'Óíè÷òîæèòü';
$strDropDatabaseStrongWarning = 'Âû óâåðåííû ÷òî õîòèòå óíè÷òîæèòü âñþ áàçó äàííûõ?';
$strDropUsersDb = 'Óäàëèòü áàçû, êîòîðûå èìåþò òàêèå æå èìåíà êàê è ïîëüçîâàòåëè.';
$strDumpSaved = 'Äàìï ñîõðàí¸í â ôàéë %s.';
$strDumpXRows = 'Äàìï %s çàïèñåé, íà÷èíàÿ ñ %s.';
$strDumpingData = 'Äàìï äàííûõ òàáëèöû';
$strDynamic = 'äèíàìè÷åñêèé';
 
$strEdit = 'Ïðàâêà';
$strEditPDFPages = 'Èçìåíèòü PDF-ñòðàíèöû';
$strEditPrivileges = 'Ðåäàêòèðîâàíèå ïðèâèëåãèé';
$strEffective = 'Ýôôåêòèâíîñòü';
$strEmpty = 'Î÷èñòèòü';
$strEmptyResultSet = 'MySQL âåðíóëà ïóñòîé ðåçóëüòàò (ò.å. íîëü ðÿäîâ).';
$strEnabled = 'Äîñòóïíî';
$strEncloseInTransaction = 'Ýêñïîðòèðîâàòü ïðè ïåðåâîäå';
$strEnd = 'Êîíåö';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Àíãëèéñêèé';
$strEnglishPrivileges = ' Ïðèìå÷àíèå: ïðèâèëåãèè MySQL çàäàþòñÿ ïî-àíãëèéñêè ';
$strError = 'Îøèáêà';
$strEstonian = 'Ýñòîíñêèé';
$strExcelEdition = 'Excel-ïóáëèêàöèÿ';
$strExcelOptions = 'Îïöèè Excel';
$strExecuteBookmarked = 'Âûïîíèòü îòìå÷åííûé çàïðîñ';
$strExplain = 'Îïèñàòü SQL';
$strExport = 'Ýêñïîðò';
$strExtendedInserts = 'Ðàñøèðåííûå âñòàâêè';
$strExtra = 'Äîïîëíèòåëüíî';
 
$strFailedAttempts = 'Íåóäà÷íûå ïîïûòêè';
$strField = 'Ïîëå';
$strFieldHasBeenDropped = 'Ïîëå %s áûëî óäàëåíî';
$strFields = 'Ïîëÿ';
$strFieldsEmpty = ' Ïóñòîé ñ÷åò÷èê ïîëåé! ';
$strFieldsEnclosedBy = 'Ïîëÿ çàêëþ÷åíû â';
$strFieldsEscapedBy = 'Ïîëÿ ýêðàíèðóþòñÿ';
$strFieldsTerminatedBy = 'Ïîëÿ ðàçäåëåíû';
$strFileAlreadyExists = 'Ôàéë %s óæå ñóùåñòâóåò íà ñåðâåðå, èçìåíèòå èìÿ èëè âîñïîëüçóéòåñü îïöèåé ïåðåçàïèñè.';
$strFileCouldNotBeRead = 'Ôàéë íå ìîæåò áûòü ïðî÷èòàí';
$strFileNameTemplate = 'Øàáëîí èìåíè ôàéëà';
$strFileNameTemplateRemember = 'çàïîìíèòü øàáëîí';
$strFixed = 'ôèêñèðîâàííûé';
$strFlushPrivilegesNote = 'Çàìå÷àíèå: phpMyAdmin ïîëó÷àåò ïîëüçîâàòåëüñêèå ïðèâèëåãèè ïðÿìî èç òàáëèö ïðèâèëåãèé MySQL. Ñîäåðæèìîå ýòèõ òàáëèö ìîæåò îòëè÷àòüñÿ îò îò ïðèâèëåãèé, êîòîðûå èñïîëüçóåò ñåðâåð, åñëè èçìåíåíèÿ áûëè âíåñåíû âðó÷íóþ.  ýòîì ñëó÷àå âû äîëæíû %sïåðåçàãðóçèòü ïðèâèëåãèè%s ïåðåä ïðîäîëæåíèåì ðàáîòû.';
$strFlushTable = 'Ñáðîñèòü êýø òàáëèöû ("FLUSH")';
$strFormEmpty = 'Òðåáóåòñÿ çíà÷åíèå äëÿ ôîðìû!';
$strFormat = 'Ôîðìàò';
$strFullText = 'Ïîëíûå òåêñòû';
$strFunction = 'Ôóíêöèÿ';
 
$strGenBy = 'Ñîçäàííûé';
$strGenTime = 'Âðåìÿ ñîçäàíèÿ';
$strGeneralRelationFeat = 'Îñíîâíûå âîçìîæíîñòè ñâÿçåé';
$strGeorgian = 'Ãðóçèíñêèé';
$strGerman = 'Íåìåöêèé';
$strGlobal = 'global';
$strGlobalPrivileges = 'Ãëîáàëüíûå ïðèâèëåãèè';
$strGlobalValue = 'Ãëîáàëüíîå çíà÷åíèå';
$strGo = 'Ïîøåë';
$strGrantOption = 'Ïðåäîñòàâëÿòü';
$strGreek = 'Ãðå÷åñêèé';
$strGzip = 'àðõèâèðîâàòü â gzip';
 
$strHasBeenAltered = 'áûëà èçìåíåíà.';
$strHasBeenCreated = 'áûëà ñîçäàíà.';
$strHaveToShow = 'Âû äîëæíû âûáðàòü íå ìåíåå îäíîé êîëîíêè äëÿ îòîáðàæåíèÿ';
$strHebrew = 'Èâðèò';
$strHexForBinary = 'Èñïîëüçîâàòü øåñòíàäöàòèðè÷íûå (hexadecimal) áèíàðíûå ïîëÿ';
$strHome = 'Ê íà÷àëó';
$strHomepageOfficial = 'Îôèöèàëüíàÿ ñòðàíèöà phpMyAdmin';
$strHost = 'Õîñò';
$strHostEmpty = 'Ïóñòîå èìÿ õîñòà!';
$strHungarian = 'Âåíãåðñêèé';
 
$strIcelandic = 'Èñëàíäñêèé';
$strId = 'ID';
$strIdxFulltext = 'ÏîëíÒåêñò';
$strIgnore = 'Èãíîðèðîâàòü';
$strIgnoreInserts = 'Èãíîðèðîâàòü âñòàâêè';
$strIgnoringFile = 'Èãíîðèðóþ ôàéë %s';
$strImportDocSQL = 'Èìïîðò docSQL ôàéëîâ';
$strImportFiles = 'Èìïîðò ôàéëîâ';
$strInUse = 'èñïîëüçóåòñÿ';
$strIndex = 'Èíäåêñ';
$strIndexHasBeenDropped = 'Èíäåêñ %s áûë óäàëåí';
$strIndexName = 'Èìÿ èíäåêñà&nbsp;:';
$strIndexType = 'Òèï èíäåêñà&nbsp;:';
$strIndexes = 'Èíäåêñû';
$strInnodbStat = 'InnoDB ñòàòóñ';
$strInsecureMySQL = 'Âàø êîíôèãóðàöèîííûé ôàéë ñîäåðæèò íàñòðîéêè (ïîëüçîâàòåëü root áåç ïàðîëÿ), êîòîðûå îòíîñÿòñÿ ê ïðèâèëåãèðîâàííîìó ïîëüçîâàòåëþ MySQL (ïî óìîë÷àíèþ). Âàø MySQL ñåðâåð çàïóùåí ñ ýòèìè íàñòðîéêàìè ïî óìîë÷àíèþ, îòêðûòûé äëÿ âòîðæåíèé, ïîýòîìó Âàì íàñòîÿòåëüíî ðåêîìåíäóåòñÿ óñòðàíèòü ýòó äûðó â áåçîïàñíîñòè.';
$strInsert = 'Âñòàâèòü';
$strInsertAsNewRow = 'Âñòàâèòü íîâûé ðÿä';
$strInsertNewRow = 'Âñòàâèòü íîâûé ðÿä';
$strInsertedRowId = 'Âñòàâèòü id ðÿäà:';
$strInsertedRows = 'Äîáàâëåíû ðÿäû:';
$strInternalNotNecessary = '* Âíóòðåííÿÿ ñâÿçü íå îáÿçàòåëüíà, êîãäà îíà òàêæå ñóùåñòâóåò â InnoDB.';
$strInternalRelations = 'Âíóòðåííèå ñâÿçè';
 
$strJapanese = 'ßïîíñêèé';
$strJumpToDB = 'Ïåðåéòè ê áàçå &quot;%s&quot;.';
$strJustDelete = 'Ïðîñòî óäàëèòü ïîëüçîâàòåëåé èç òàáëèö ïðèâèëêãèé.';
$strJustDeleteDescr = '&quot;Óäàë¸ííûå&quot; ïîëüçîâàòåëè âñ¸ åù¸ ñìîãóò ðàáîòàòü ñ ñ åðâåðîì êàê îáû÷íî äî ïåðåçàãðóçêè ïðèâèëåãèé.';
 
$strKeepPass = 'Íå ìåíÿòü ïàðîëü';
$strKeyname = 'Èìÿ êëþ÷à';
$strKill = 'Óáèòü';
$strKorean = 'Êîðåéñêèé';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Îïöèè LaTeX';
$strLandscape = 'Ëàíäøàôò';
$strLatexCaption = 'Çàãîëîâîê òàáëèöû';
$strLatexContent = 'Ñîäåðæèìîå òàáëèöû __TABLE__';
$strLatexContinued = '(ïðîäîëæåíî)';
$strLatexContinuedCaption = 'Ïðîäîëæåííûé çàãîëîâîê òàáëèöû';
$strLatexIncludeCaption = 'Âêëþ÷èòü çàãîëîâîê òàáëèöû';
$strLatexLabel = 'Label key';
$strLatexStructure = 'Ñòðóêòóðà òàáëèöû __TABLE__';
$strLatvian = 'Ëàòâèéñêèé';
$strLengthSet = 'Äëèíû/Çíà÷åíèÿ*';
$strLimitNumRows = 'çàïèñåé íà ñòðàíèöó';
$strLinesTerminatedBy = 'Ñòðîêè ðàçäåëåíû';
$strLinkNotFound = 'Ñâÿçü íå íàéäåíà';
$strLinksTo = 'Ñâÿçü ñ';
$strLithuanian = 'Ëàòâèéñêèé';
$strLocalhost = 'Local';
$strLocationTextfile = 'Ìåñòîðàñïîëîæåíèå òåêñòîâîãî ôàéëà';
$strLogPassword = 'Ïàðîëü:';
$strLogServer = 'Ñåðâåð';
$strLogUsername = 'Ïîëüçîâàòåëü:';
$strLogin = 'Âõîä â ñèñòåìó';
$strLoginInformation = 'Èíôîðìàöèÿ ëîãèíà';
$strLogout = 'Âûéòè èç ñèñòåìû';
 
$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-òèïû, âûäåëåííûå êóðñèâîì, íå èìåþò îòäåëüíîé ôóíêöèè òðàíñôîðìàöèè';
$strMaximumSize = 'Ìàêñèìàëüíûé ðàçìåð: %s%s';
$strModifications = 'Ìîäèôèêàöèè áûëè ñîõðàíåíû';
$strModify = 'Èçìåíèòü';
$strModifyIndexTopic = 'Èçìåíèòü èíäåêñ';
$strMoveTable = 'Ïåðåìåñòèòü òàáëèöû â (áàçà äàííûõ<b>.</b>òàáëèöà):';
$strMoveTableOK = 'Òàáëèöà %s áûëà ïåðåìåùåíà â %s.';
$strMoveTableSameNames = 'Íå ìîãó ïåðåìåñòèòü òàáëèöó ñàìó â ñåáÿ!';
$strMultilingual = 'ìíîãîÿçû÷íûé';
$strMySQLCharset = 'MySQL-êîäèðîâêà';
$strMySQLConnectionCollation = 'Ñîïîñòàâëåíèå ñîåäèíåíèÿ ñ MySQL';
$strMySQLSaid = 'Îòâåò MySQL: ';
$strMySQLShowProcess = 'Ïîêàçàòü ïðîöåññû';
$strMySQLShowStatus = 'Ïîêàçàòü ñîñòîÿíèå MySQL';
$strMySQLShowVars = 'Ïîêàçàòü ñèñòåìíûå ïåðåìåííûå MySQL';
 
$strName = 'Èìÿ';
$strNext = 'Äàëåå';
$strNo = 'Íåò';
$strNoDatabases = 'ÁÄ îòñóòñòâóþò';
$strNoDatabasesSelected = 'Íè îäíà ÁÄ íå âûáðàíà.';
$strNoDescription = 'íåò îïèñàíèÿ';
$strNoDropDatabases = 'Êîìàíäà "Óäàëèòü ÁÄ" îòêëþ÷åíà.';
$strNoExplain = 'Ïðåêðàòèòü îïèñàíèå SQL';
$strNoFrames = 'Äëÿ ðàáîòû phpMyAdmin íóæåí áðàóçåð ñ ïîääåðæêîé <b>ôðåéìîâ</b>.';
$strNoIndex = 'Èíäåêñ íå îïðåäåëåí!';
$strNoIndexPartsDefined = '×àñòè èíäåêñà íå îïðåäåëåíû!';
$strNoModification = 'Íåò èçìåíåíèé';
$strNoOptions = 'Â ýòîì ôîðìàòå íåò îïöèé';
$strNoPassword = 'Áåç ïàðîëÿ';
$strNoPermission = 'Âåá-ñåðâåðó íå õâàòàåò ïðàâ äëÿ ñîõðàíåíèÿ ôàéëà %s.';
$strNoPhp = 'áåç PHP-êîäà';
$strNoPrivileges = 'Áåç ïðèâèëåãèé';
$strNoRights = 'Âû íå èìååòå äîñòàòî÷íî ïðàâ äëÿ ýòîãî!';
$strNoRowsSelected = 'Ñòðîêà òàáëèöû íå âûáðàíà';
$strNoSpace = 'Íå õâàòàåò äèñêîâîãî ïðîñòðàíñòâà äëÿ ñîõðàíåíèÿ ôàéëà %s.';
$strNoTablesFound = 'Â ÁÄ íå îáíàðóæåíî òàáëèö.';
$strNoUsersFound = 'Íå íàéäåí ïîëüçîâàòåëü.';
$strNoValidateSQL = 'Íå ïðîâåðÿòü SQL';
$strNone = 'Íåò';
$strNotNumber = 'Ýòî íå ÷èñëî!';
$strNotOK = 'Íå ãîòîâî';
$strNotSet = 'Òàáëèöà <b>%s</b> íå íàéäåíà';
$strNull = 'Íîëü';
$strNumSearchResultsInTable = '%s çàïèñè(åé) â òàáëèöå <i>%s</i>';
$strNumSearchResultsTotal = '<b>Èòîãî:</b> <i>%s</i> çàïèñè(åé)';
$strNumTables = 'Òàáëèö';
 
$strOK = 'Ãîòîâî';
$strOperations = 'Îïåðàöèè';
$strOperator = 'Îïåðàòîð';
$strOptimizeTable = 'Îïòèìèçèðîâàòü òàáëèöó';
$strOr = 'Èëè';
$strOverhead = 'Íàêëàäíûå ðàñõîäû';
$strOverwriteExisting = 'Ïåðåçàïèñàòü ñóùåñòâóþùèé(å) ôàéë(û)';
 
$strPHP40203 = 'Âû èñïîëüçóåòå âåðñèþ PHP 4.2.3, êîòîðàÿ ñîäåðæèò ñåðüåçíûå îøèáêè ïðè ðàáîòå ñ ìíîãî-áàéòîâûìè ñòðîêàìè (mbstring). Ñìîòðèòå PHP bug report 19404. Äàííàÿ âåðñèÿ PHP íå ðåêîìåíäóåòñÿ äëÿ èñïîëüçîâàíèÿ ñ phpMyAdmin.';
$strPHPVersion = 'Âåðñèÿ PHP';
$strPageNumber = 'Íîìåð ñòðàíèöû:';
$strPaperSize = 'Ðàçìåð áóìàãè';
$strPartialText = '×àñòè÷íûå òåêñòû';
$strPassword = 'Ïàðîëü';
$strPasswordChanged = 'Ïàðîëü äëÿ %s áûë óñïåøíî èçìåí¸í.';
$strPasswordEmpty = 'Ïóñòîé ïàðîëü!';
$strPasswordNotSame = 'Ïàðîëè íå îäèíàêîâû!';
$strPdfDbSchema = 'Ñòðóêòóðà áàçû "%s" - ñòðàíèöà %s';
$strPdfInvalidTblName = 'Òàáëèöà "%s" íå ñóùåñòâóåò!';
$strPdfNoTables = 'Íåò òàáëèö';
$strPerHour = 'â ÷àñ';
$strPerMinute = 'â ìèíóòó';
$strPerSecond = 'â ñåêóíäó';
$strPhoneBook = 'òåëåôîííàÿ êíèãà';
$strPhp = 'Ñîçäàòü PHP-êîä';
$strPmaDocumentation = 'Äîêóìåíòàöèÿ ïî phpMyAdmin';
$strPmaUriError = 'Äèðåêòèâà <tt>$cfg[\'PmaAbsoluteUri\']</tt> äîëæíà áûòü óñòàíîâëåíà â Âàøåì êîíôèãóðàöèîííîì ôàéëå!';
$strPolish = 'Ïîëüñêèé';
$strPortrait = 'Ïîðòðåò';
$strPos1 = 'Íà÷àëî';
$strPrevious = 'Íàçàä';
$strPrimary = 'Ïåðâè÷íûé';
$strPrimaryKeyHasBeenDropped = 'Ïåðâè÷íûé êëþ÷ áûë óäàëåí';
$strPrimaryKeyName = 'Èìÿ ïåðâè÷íîãî êëþ÷à äîëæíî áûòü PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>äîëæíî</b> áûòü ïðèçíàêîì <b>òîëüêî</b> ïåðâè÷íîãî êëþ÷à!)';
$strPrint = 'Ïå÷àòü';
$strPrintView = 'Âåðñèÿ äëÿ ïå÷àòè';
$strPrintViewFull = 'Ðàñïå÷àòàòü (ñî âñåì òåêñòîì)';
$strPrivDescAllPrivileges = 'Includes all privileges except GRANT.';
$strPrivDescAlter = 'Ïîçâîëÿåò èçìåíåíèå ñòðóêòóðû ñóùåñòâóþùèõ òàáëèö.';
$strPrivDescCreateDb = 'Ïîçâîëÿåò ñîçäàíèå íîâûõ áàç äàííûõ è òàáëèö.';
$strPrivDescCreateTbl = 'Ïîçâîëÿåò ñîçäàíèå íîâûõ òàáëèö.';
$strPrivDescCreateTmpTable = 'Ïîçâîëÿåò ñîçäàíèå âðåìåííûõ òàáëèö.';
$strPrivDescDelete = 'Ïîçâîëÿåò óäàëåíèå äàííûõ.';
$strPrivDescDropDb = 'Ïîçâîëÿåò óäàëåíèå ';
$strPrivDescDropTbl = 'Ïîçâîëÿåò óäàëåíèå òàáëèö.';
$strPrivDescExecute = 'Ïîçâîëÿåò çàïóñê õðàíèìûõ ïðîöåäóð; Íå ðàáîòàåò â ýòîé âåðñèè MySQL.';
$strPrivDescFile = 'Ïîçâîëÿåò èìïîðòèðîâàíèå è ýêñïîðòèðîâàíèå äàííûõ â ôàéëû.';
$strPrivDescGrant = 'Ïîçâîëÿåò äîáàâëåíèå ïîëüçîâàòåëåé è ïðèâèëåãèé áåç ïåðåçàãðóçêè òàáëèö ïðèâèëåãèé.';
$strPrivDescIndex = 'Ïîçâîëÿåò ñîçäàíèå è óäàëåíèå èíäåêñîâ.';
$strPrivDescInsert = 'Ïîçâîëÿåò âñòàâêó è çàìåíó äàííûõ.';
$strPrivDescLockTables = 'Ïîçâîëÿåò áëîêèðîâêó òàáëèö äëÿ òåêóùåãî ïîòîêà.';
$strPrivDescMaxConnections = 'Îãðàíè÷èâàåò êîëè÷åñòâî ñîåäèíåíèé, êîòîðûå ïîëüçîâàòåëü ìîæåò îòêðûòü â òå÷åíèå ÷àñà.';
$strPrivDescMaxQuestions = 'Îãðàíè÷èâàåò êîëè÷åñòâî çàïðîñîâ, êîòîðûå ïîëüçîâàòåëü ìîæåò îòðàâèò â òå÷åíèå ÷àñà.';
$strPrivDescMaxUpdates = 'Îãðàíè÷èâàåò êîëè÷åñòâî êîìàíä, èçìåíÿþùèõ ëþáóþ òàáëèöó èëè áàçó äàííûõ, êîòîðûå ïîëüçîâàòåëü ìîæåò âûïîëíèòü çà ÷àñ.';
$strPrivDescProcess3 = 'Ïîçâîëÿåò óáèâàòü ïðîöåññû äðóãèõ ïîëüçîâàåòåëåé.';
$strPrivDescProcess4 = 'Ïîçâîëÿåò ïðîñìîòð ïîëíûõ çàïðîñîâ â ñïèñêå ïðîöåññîâ.';
$strPrivDescReferences = 'Íå ðàáîòàåò â ýòîé âåðñèè MySQL.';
$strPrivDescReload = 'Ïîçâîëÿåò ïåðåçàãðóçêó íàñòðîåê ñåðâåðà è î÷èñòêó åãî êýøåé.';
$strPrivDescReplClient = 'Äà¸ò ïîëüçîâàòåëþ ïðàâî ñïðàøèâàòü ãäå íàõîäÿòüñÿ slaves / masters.';
$strPrivDescReplSlave = 'Íóæåí äëÿ ðåïëèêàöèè slaves.';
$strPrivDescSelect = 'Ïîçâîëÿåò ÷òåíèå äàííûõ.';
$strPrivDescShowDb = 'Äà¸ò äîñòóï ê ïîëíîìó ñïèñêó áàç äàííûõ.';
$strPrivDescShutdown = 'Ïîçâîëÿåò îñòàíîâêó ñåðâåðà.';
$strPrivDescSuper = 'Ïîçâîëÿåò ñîåäèíÿòüñÿ, äàæå åñëè äîñòèãíóòî ìàêñèìàëüíîå êîëè÷åñòâî ñîåäèíåíèé; Íåîáõîäèìî äëÿ áîëüøèíñòâà àäìèíèñòðàòèâíûõ çàäà÷, òàêèõ êàê óñòàíîâêà ãëîáàëüíûõ ïåðåìåííûõ èëè îñòàíîâêà ïðîöåññîâ äðóãèõ ïîëüçîâàòåëåé.';
$strPrivDescUpdate = 'Ïîçâîëÿåò èçìåíåíèå äàííûõ.';
$strPrivDescUsage = 'Íåò ïðèâèëåãèé.';
$strPrivileges = 'Ïðèâèëåãèè';
$strPrivilegesReloaded = 'Ïðèâèëåãèè áûëè óñïåøíî ïåðåçàãðóæåíû.';
$strProcesslist = 'Ñïèñîê ïðîöåññîâ';
$strPutColNames = 'Óêàæèòå íàèìåíîâàíèÿ ïîëåé â ïåðâîé ñòðîêå';
 
$strQBE = 'Çàïðîñ&nbsp;ïî&nbsp;ïðèìåðó';
$strQBEDel = 'Óäàëèòü';
$strQBEIns = 'Âñòàâèòü';
$strQueryFrame = 'Îêíî çàïðîñà';
$strQueryOnDb = 'SQL-çàïðîñ ÁÄ <b>%s</b>:';
$strQuerySQLHistory = 'Èñòîðèÿ SQL';
$strQueryStatistics = '<b>Ñòàòèñòèêà çàïðîñîâ</b>: Ñî âðåìåíè çàïóñêà %s çàïðîñîâ áûëî ïîñëàíî íà ñåðâåð.';
$strQueryTime = 'Çàïðîñ çàíÿë %01.4f ñåê';
$strQueryType = 'Òèï çàïðîñà';
$strQueryWindowLock = 'Íå ïåðåçàïèñûâàòü ýòîò çàïðîñ âíå îêíà';
 
$strReType = 'Ïîäòâåðæäåíèå';
$strReceived = 'Ïðèíÿòî';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïðîâåðèòü öåëîñòíîñòü äàííûõ:';
$strRefresh = 'Îáíîâèòü';
$strRelationNotWorking = 'Äîïîëíèòåëüíûå âîçìîæíîñòè äëÿ ðàáîòû ñî ñâÿçàííûìè òàáëèöàìè íåäîñòóïíû. Äëÿ îïðåäåëåíèÿ ïðè÷èíû íàæìèòå %sñþäà%s.';
$strRelationView = 'Ñâÿçàííûé âèä';
$strRelationalSchema = 'Ðåëÿöèîííàÿ ñõåìà';
$strRelations = 'Ñâÿçè';
$strRelationsForTable = 'Ñîîòíîøåíèÿ â òàáëèöå';
$strReloadMySQL = 'Ïåðåçàãðóçèòü MySQL';
$strReloadingThePrivileges = 'Ïåðåçàãðóçêà ïðèâèëåãèé';
$strRemoveSelectedUsers = 'Óäàëèòü âûäåëåííûõ ïîëüçîâàòåëåé';
$strRenameDatabaseOK = 'Áàçà äàííûõ %s ïåðåèìåíîâàíà â %s';
$strRenameTable = 'Ïåðåèìåíîâàòü òàáëèöó â';
$strRenameTableOK = 'Òàáëèöà %s áûëà ïåðåèìåíîâàíà â %s';
$strRepairTable = 'Ïî÷èíèòü òàáëèöó';
$strReplaceNULLBy = 'Çàìåíèòü NULL íà';
$strReplaceTable = 'Çàìåñòèòü äàííûå òàáëèöû äàííûìè èç ôàéëà';
$strReset = 'Ïåðåóñòàíîâèòü';
$strResourceLimits = 'Ïðåäåë ðåñóðñîâ';
$strRevoke = 'Îòìåíèòü';
$strRevokeAndDelete = 'Îòìåíèòü âñå àêòèâíûå ïðèâèëåãèè ïîëüçîâàòåëåé è çàòåì óäàëèòü èõ.';
$strRevokeAndDeleteDescr = 'Ïîëüçîâàòåëè âñ¸ åù¸ áóäóò èìåòü USAGE ïðèâèëåãèè äî ïåðåçàãðóçêè ïðèâèëåãèé.';
$strRevokeMessage = 'Âû èçìåíèëè ïðèâèëåãèè äëÿ %s';
$strRomanian = 'Ðóìûíñêèé';
$strRowLength = 'Äëèíà ðÿäà';
$strRowSize = ' Ðàçìåð ðÿäà ';
$strRows = 'Ðÿäû';
$strRowsFrom = 'ðÿäîâ îò';
$strRowsModeFlippedHorizontal = 'ãîðèçîíòàëüíî(ïîâ¸ðíóòûå çàãîëîâêè)';
$strRowsModeHorizontal = 'ãîðèçîíòàëüíîì';
$strRowsModeOptions = 'â %s ðåæèìå, çàãîëîâêè ïîñëå êàæäûõ %s ÿ÷ååê';
$strRowsModeVertical = 'âåðòèêàëüíîì';
$strRowsStatistic = 'Ñòàòèñòèêà ðÿäà';
$strRunQuery = 'Âûïîëíèòü Çàïðîñ';
$strRunSQLQuery = 'Âûïîëíèòü SQL çàïðîñ(û) íà ÁÄ %û';
$strRunning = 'íà %s';
$strRussian = 'Ðóññêèé';
 
$strSQL = 'SQL';
$strSQLExportType = 'Òèï ýêñïîðòà';
$strSQLOptions = 'Îïöèè SQL';
$strSQLParserBugMessage = 'Âîçìîæíî ó Âàñ îøèáêà â SQL-ïàðñåðå. Ïîæàëóéñòà, ïðîâåðüòå âíèìàòåëüíî Âàø çàïðîñ è ñîîòâåòñòâèå êàâû÷åê. Âîçìîæíî òàêæå, ÷òî Âû ïûòàåòåñü çàêà÷àòü áèíàðíûé ôàéë âíå ïîëÿ quoted text area. Âû ìîæåòå ïîïðîáîâàòü âûïîëíèòü ñâîé çàïðîñ ÷åðåç èíòåðôåéñ êîìàíäíîé ñòðîêè MySQL. Îïèñàíèå îøèáêè MySQL ñåðâåðà äàíî íèæå, âîçìîæíî îíî ïîìîæåò ïîíÿòü, ÷òî æå ïðîèçîøëî. Åñëè ó Âàñ âñå ðàâíî âîçíèêàþò ïðîáëåìû èëè åñëè ïàðñåð âûäàåò îøèáêè òàì, ãäå èíòåðôåéñ êîìàíäíîé ñòðîêè ðàáîòàåò óñïåøíî, ïîïðîáóéòå èçìåíèòü ñâîé SQL çàïðîñ äî ïðîñòûõ çàïðîñîâ è îïðåäåëèòü, êàêîé èìåííî âûçûâàåò ïðîáëåìû. Âû ìîæåòå òàêæå ïðèñëàòü îò÷åò îá îøèáêå âìåñòå ñ áëîêîì äàííûõ (ñåêöèÿ CUT):';
$strSQLParserUserError = 'Êàæåòñÿ âîçíèêëà îøèáêà â Âàøåì SQL çàïðîñå. Îïèñàíèå îøèáêè îò MySQL ñåðâåðà äàíî íèæå, âîçìîæíî, îíî ïîìîæåò Âàì ðàçîáðàòüñÿ';
$strSQLQuery = 'SQL-çàïðîñ';
$strSQLResult = 'SQL-ðåçóëüòàò';
$strSQPBugInvalidIdentifer = 'Íåïðàâèëüíûé èäåíòèôèêàòîð';
$strSQPBugUnclosedQuote = 'Íåçàêðûòàÿ êàâû÷êà';
$strSQPBugUnknownPunctuation = 'Íåèçâåñòíàÿ ñòðîêà ñ ïóíêòóàöèåé';
$strSave = 'Ñîõðàíèòü';
$strSaveOnServer = 'Ñîõðàíèòü íà ñåðâåðå â äèðåêòîðèè %s';
$strScaleFactorSmall = 'Ìàñøòàá ñëèøêîì ìàëåíüêèé äëÿ îòîáðàæåíèÿ âñåé òàáëèöû íà îäíîé ñòðàíèöå';
$strSearch = 'Èñêàòü';
$strSearchFormTitle = 'Èñêàòü â áàçå äàííûõ';
$strSearchInTables = 'Â òàáëèöå(àõ):';
$strSearchNeedle = 'Ñëîâî(à) èëè çíà÷åíèå(ÿ) äëÿ ïîèñêà (âêëþ÷àÿ "%") â:';
$strSearchOption1 = 'õîòü îäíî ñëîâî';
$strSearchOption2 = 'âñå ñëîâà';
$strSearchOption3 = 'òî÷íîå ñîîòâåòñòâèå';
$strSearchOption4 = 'ðåãóëÿðíîå âûðàæåíèå';
$strSearchResultsFor = 'Èñêàòü â "<i>%s</i>" %s:';
$strSearchType = 'Èñêàòü:';
$strSecretRequired = 'Êîíôèãóðàöèîííîìó ôàéëó ñåé÷àñ íóæíà ñåêðåòíàÿ ôðàçà (blowfish_secret).';
$strSelectADb = 'Âûáåðèòå ÁÄ';
$strSelectAll = 'Îòìåòèòü âñå';
$strSelectFields = 'Âûáðàòü ïîëÿ (ìèíèìóì îäíî):';
$strSelectNumRows = 'ïî çàïðîñó';
$strSelectTables = 'Âûáåðèòå òàáëèöó(û)';
$strSend = 'ïîñëàòü';
$strSent = 'Ïîñëàíî';
$strServer = 'Ñåðâåð';
$strServerChoice = 'Âûáîð ñåðâåðà';
$strServerNotResponding = 'Ñåðâåð íå îòâå÷àåò';
$strServerStatus = 'Òåêóùàÿ èíôîðìàöèÿ';
$strServerStatusUptime = 'Ýòîò MySQL ñåðâåð ðàáîòàåò %s. Îí áûë çàïóùåí %s.';
$strServerTabProcesslist = 'Ïðîöåññû';
$strServerTabVariables = 'Ïåðåìåííûå';
$strServerTrafficNotes = '<b>Òðàôèê</b>: Ýòè òàáëèöû ïîêàçûâàþò ñòàòèñòèêó ïî ñåòåâîìó òðàôèêó MySQL ñåðâåðà ñî âðåìåíè åãî çàïóñêà.';
$strServerVars = 'Ïåðåìåííûå è íàñòðîéêè ñåðâåðà';
$strServerVersion = 'Âåðñèÿ ñåðâåðà';
$strSessionValue = 'Çíà÷åíèå ñåññèè';
$strSetEnumVal = 'Äëÿ òèïîâ ïîëÿ "enum" è "set", ââåäèòå çíà÷åíèÿ ïî ýòîìó ôîðìàòó: \'a\',\'b\',\'c\'...<br />Åñëè âàì ïîíàäîáèòüñÿ ââåñòè îáðàòíóþ êîñóþ ÷åðòó ("\"") èëè îäèíî÷íóþ êàâû÷êó ("\'") ñðåäè ýòèõ çíà÷åíèé, ïîñòàâüòå ïåðåä íèìè îáðàòíóþ êîñóþ ÷åðòó (íàïðèìåð, \'\\\\xyz\' èëè \'a\\\'b\').';
$strShow = 'Ïîêàçàòü';
$strShowAll = 'Ïîêàçàòü âñå';
$strShowColor = 'Ïîêàçàòü öâåò';
$strShowDatadictAs = 'Ôîðìàò ñëîâàðÿ äàííûõ';
$strShowFullQueries = 'Ïîêàçûâàòü Ïîëíûå Çàïðîñû';
$strShowGrid = 'Ïîêàçàòü ñåòêó';
$strShowPHPInfo = 'Ïîêàçàòü èíôîðìàöèþ î PHP';
$strShowTableDimension = 'Ïîêàçàòü ðàçìåðíîñòü òàáëèöû';
$strShowTables = 'Ïîêàçàòü òàáëèöû';
$strShowThisQuery = ' Ïîêàçàòü äàííûé çàïðîñ ñíîâà ';
$strShowingRecords = 'Ïîêàçûâàåò çàïèñè ';
$strSimplifiedChinese = 'Óïðîù¸ííûé êèòàéñêèé';
$strSingly = '(îòäåëüíî)';
$strSize = 'Ðàçìåð';
$strSlovak = 'Ñëîâàöêèé';
$strSlovenian = 'Ñëîâåíñêèé';
$strSort = 'Îòñîðòèðîâàòü';
$strSortByKey = 'Ñîðòèðîâàòü ïî êëþ÷ó';
$strSpaceUsage = 'Èñïîëüçóåìîå ïðîñòðàíñòâî';
$strSpanish = 'Èñïàíñêèé';
$strSplitWordsWithSpace = 'Ñëîâà, ðàçäåëåííûå ïðîáåëîì (" ").';
$strStatCheckTime = 'Ïîñëåäíÿÿ ïðîâåðêà';
$strStatCreateTime = 'Ñîçäàíèå';
$strStatUpdateTime = 'Ïîñëåäíåå îáíîâëåíèå';
$strStatement = 'Âûðàæåíèÿ';
$strStatus = 'Ñòàòóñ';
$strStrucCSV = 'CSV äàííûå';
$strStrucData = 'Ñòðóêòóðà è äàííûå';
$strStrucDrop = 'Äîáàâèòü óäàëåíèå òàáëèöû';
$strStrucExcelCSV = 'CSV äëÿ äàííûõ MS Excel';
$strStrucNativeExcel = 'Äàííûå èç MS Excel';
$strStrucOnly = 'Òîëüêî ñòðóêòóðó';
$strStructPropose = 'Ïðåäëàãàåìàÿ ñòðóêòóðà òàáëèöû';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Âûïîëíèòü';
$strSuccess = 'Âàø SQL-çàïðîñ áûë óñïåøíî âûïîëíåí';
$strSum = 'Âñåãî';
$strSwedish = 'Øâåäñêèé';
$strSwitchToTable = 'Ïåðåêëþ÷èòüñÿ íà ñêîïèðîâàííóþ òàáëèöó';
 
$strTable = 'òàáëèöà ';
$strTableComments = 'Êîììåíòàðèé ê òàáëèöå';
$strTableEmpty = 'Ïóñòîå íàçâàíèå òàáëèöû!';
$strTableHasBeenDropped = 'Òàáëèöà %s áûëà óäàëåíà';
$strTableHasBeenEmptied = 'Òàáëèöà %s áûëà î÷èùåíà';
$strTableHasBeenFlushed = 'Áûë ñáðîøåí êýø òàáëèöû %s';
$strTableMaintenance = 'Îáñëóæèâàíèå òàáëèöû';
$strTableOfContents = 'Îãëàâëåíèå';
$strTableOptions = 'Îïöèè òàáëèöû';
$strTableStructure = 'Ñòðóêòóðà òàáëèöû';
$strTableType = 'Òèï òàáëèöû';
$strTables = '%s òàáëèö(û)';
$strTakeIt = 'îáðàáîòàòü';
$strTblPrivileges = ' Ïðèâèëåãèè, ñïåöèôè÷íûå äëÿ òàáëèöû';
$strTextAreaLength = ' Èç-çà áîëüøîé äëèíû,<br /> ýòî ïîëå íå ìîæåò áûòü îòðåäàêòèðîâàííî ';
$strThai = 'Òàè';
$strTheme = 'Òåìà / Ñòèëü';
$strThisHost = 'Ýòîò õîñò';
$strThisNotDirectory = 'Ýòî áûëà íå äèðåêòîðèÿ';
$strThreadSuccessfullyKilled = 'Thread %s áûë óäàëåí.';
$strTime = 'Âðåìÿ';
$strToggleScratchboard = 'toggle scratchboard';
$strTotal = 'âñåãî';
$strTotalUC = 'Âñåãî';
$strTraditionalChinese = 'Òðàäèöèîííûé êèòàéñêèé';
$strTraditionalSpanish = 'Òðàäèöèîííûé Èñïàíñêèé';
$strTraffic = 'Òðàôèê';
$strTransformation_application_octetstream__download = 'Ïîêàçàòü ëèíê ê çàãðóçêå áèíàðíûõ äàííûõ ïîëåé. Ïåðâûé âàðèàíò: óêàæèòå èìÿ áèíàðíîãî ôàéëà. Âòîðîé âàðèàíò: óêàæèòå âîçìîæíîå èìÿ ñòðîêè òàáëèöû â êîòîðîé íàõîäèòñÿ áèíàðíûé ôàéë. Åñëè âû âûáåðåòå âòîðîé âàðèàíò, óáåäèòåñü â òîì, ÷òî èìÿ áèíàðíîãî ôàéëà â ïåðâîì âàðèàíòå íå óêàçàííî';
$strTransformation_image_jpeg__inline = 'Îòîáðàæàåò ïðåäïðîñìîòð, íà êîòîðûé ìîæíî êëèêíóòü; îïöèè: øèðèíà,âûñîòà â ïèêñåëàõ (ñîõðàíÿåò èñõîäíûé ìàñøòàá)';
$strTransformation_image_jpeg__link = 'Îòîáðàæàåò ññûëêó íà ýòî èçîáðàæåíèå(direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Áåð¸ò ïîëå TIME, TIMESTAMP èëè DATETIME è ôîðìàòèðóåò åãî â ñîîòâåòñòâèè ñ âàøèì ëîêàëüíûì ôîðìàòîì äàòû. Ïåðâàÿ îïöèÿ - ýòî ñäâèã (â ÷àñàõ), êîòîðûé áóäåò äîáàâëåí ê timestamp (Ïî óìîë÷àíèþ: 0). Âòîðàÿ îïöèÿ - ýòî äðóãîé ôîðìàò äàòû â ñîîòâåòñòâèè ñ ïàðàìåòðàìè, äîñòóïíûìè äëÿ ôóíêöèè PHP strftime().';
$strTransformation_text_plain__external = 'ÒÎËÜÊÎ LINUX: Çàïóñêàåò âíåøíåå ïðèëîæåíèå è çàïîíÿåò ïîëÿ ÷åðåç ñòàíäàðòíûé ââîä. Âîçâðàùàåò ñòàíäàðòíûé âûâîä ïðèëîæåíèÿ. Ïî óìîë÷àíèþ Tidy, äëÿ ôîðìàòèðîâàíèÿ HTML êîäà. Ïî ñîîáðàæåíèÿì áåçîïàñíîñòè, âû äîëæíû âðó÷íóþ îòðåäàêòèðîâàòü ôàéë libraries/transformations/text_plain__external.inc.php è âïèñàòü ïðîãðàììû, êîòîðûå âû õîòèòå çàïóñêàòü. Ïåðâàÿ îïöèÿ - ýòî íîìåð ïðîãðàììû, êîòîðóþ âû õîòèòå èñïîëüçîâàòü, âòîðàÿ - ïàðàìåòðû äëÿ ïðîãðàììû. Òðåòèé ïàðàìåòð ïðè çíà÷åíèè 1 áóäåò êîíâåðòèðîâàòü âûâîä, èñïîëüçóÿ htmlspecialchars() (Ïî óìîë÷àíèþ 1). ×åòâ¸ðòûé ïàðàìåòð ïðè çíà÷åíèè 1 âûñòàâèò NOWRAP, òàê ÷òî âåñü âûâîä áóäåò îòîáðàæ¸í áåç ïåðåôîðìàòèðîâàíèÿ (Ïî óìîë÷àíèþ 1)';
$strTransformation_text_plain__formatted = 'Ñîõðàíÿåò èñõîäíîå ôîðìàòèðîâàíèå ïîëÿ. Ýêðàíèðîâàíèå íå ïðîèçâîäèòñÿ.';
$strTransformation_text_plain__imagelink = 'Ïîêàçûâàåò èçîáðàæåíèå è ññûëêó, ïîëå ñîäåðæèò èìÿ ôàéëà; ïåðâàÿ îïöèÿ - ýòî ïðåôèêñ âðîäå "http://domain.com/", âòîðàÿ - øèðèíà â ïèêñåëàõ, òðåòüÿ - âûñîòà.';
$strTransformation_text_plain__link = 'Îòîáðàæàåò ññûëêó, ïîëå ñîäåðæèò èìÿ ôàéëà; ïåðâàÿ îïöèÿ - ýòî ïðåôèêñ âðîäå "http://domain.com/", âòîðàÿ - çàãîëîâîê äëÿ ññûëêè.';
$strTransformation_text_plain__substr = 'Ïîêàçûâàåò òîëüêî ÷àñòü ñòðîêè. Ïåðâàÿ îïöèÿ - ýòî ñäâèã, îïðåäåëÿþùèé ãäå íà÷èíàåòñÿ âûâîä òåêñòà (Ïî óìîë÷àíèþ 0). Âòîðàÿ îïöèÿ - ýòî êîëè÷åñòâî âîçâðàùàåìîãî òåêñòà. Åñëè íå îïðåäåëåíî, òî âîçâðàùàåòñÿ âåñü îñòàþùèéñÿ òåêñò. Òðåòüÿ îïöèÿ îïðåäåëÿåò ñèìâîëû, êîòîðûå áóäóò äîáàâëåíû ê âûâîäó, êîãäà âîçâðàùàåòñÿ ïîäñòðîêà. (Ïî óìîë÷àíèþ: ...) .';
$strTruncateQueries = 'Îáðåçàòü Ïîêàçàííûå Çàïðîñû';
$strTurkish = 'Òóðåöêèé';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðàèíñêèé';
$strUncheckAll = 'Ñíÿòü îòìåòêó ñî âñåõ';
$strUnicode = 'Þíèêîä';
$strUnique = 'Óíèêàëüíîå';
$strUnknown = 'íåèçâåñòíî';
$strUnselectAll = 'Ñíÿòü îòìåòêó ñî âñåõ';
$strUpdComTab = 'Ïîæàëóéñòà, ïîñìîòðèòå êàê îáíîâèòü Column_comments Òàáëèöó â äîêóìåíòàöèè';
$strUpdatePrivMessage = 'Áûëè èçìåíåíû ïðèâèëåãèè äëÿ';
$strUpdateProfileMessage = 'Ïðîôèëü áûë îáíîâëåí.';
$strUpdateQuery = 'Äîïîëíèòü çàïðîñ';
$strUpgrade = 'Âû äîëæíû îáíîâèòü %s äî âåðñèè %s èëè âûøå.';
$strUsage = 'Èñïîëüçîâàíèå';
$strUseBackquotes = 'Îáðàòíûå êàâû÷êè â íàçâàíèÿõ òàáëèö è ïîëåé';
$strUseHostTable = 'Èñïîëüçîâàòü òàáëèöó õîñòîâ';
$strUseTables = 'Èñïîëüçîâàòü òàáëèöû';
$strUseTextField = 'Èñïîëüçîâàòü òåêñòîâîå ïîëå';
$strUseThisValue = 'Èñïîëüçîâàòü ýòî çíà÷åíèå';
$strUser = 'Ïîëüçîâàòåëü';
$strUserAlreadyExists = 'Ïîëüçîâàòåëü %s óæå ñóùåñòâóåò!';
$strUserEmpty = 'Ïóñòîå èìÿ ïîëüçîâàòåëÿ!';
$strUserName = 'Èìÿ ïîëüçîâàòåëÿ';
$strUserNotFound = 'Âûäåëåííûé ïîëüçîâàòåëü íå áûë íàéäåí â òàáëèöå ïðèâèëåãèé.';
$strUserOverview = 'User overview';
$strUsersDeleted = 'Âûáðàííûå ïîëüçîâàòåëè áûëè óñïåøíî óäàëåíû.';
$strUsersHavingAccessToDb = 'Ïîëüçîâàòåëè ñ ïðàâàìè äîñòóïà ê &quot;%s&quot;';
 
$strValidateSQL = 'Ïðîâåðèòü SQL';
$strValidatorError = 'Ïðîâåðêà SQL íå ìîæåò áûòü èíèöèàëèçèðîâàíà. Ïðîâåðüòå, óñòàíîâëåíû ëè íåîáõîäèìûå ìîäóëè ðàñøèðåíèé äëÿ PHP, îïèñàííûå â %säîêóìåíòàöèè%s.';
$strValue = 'Çíà÷åíèå';
$strVar = 'Ïåðåìåííàÿ';
$strViewDump = 'Ïðîñìîòðåòü äàìï òàáëèöû';
$strViewDumpDB = 'Ïðîñìîòðåòü äàìï ÁÄ';
$strViewDumpDatabases = 'Ïðîñìîòðåòü äàìï (ñõåìó) ÁÄ';
 
$strWebServerUploadDirectory = 'äèðåêòîðèÿ, êóäà ïîìåùàþòñÿ çàêà÷àííûå ôàéëû îò web-ñåðâåðà';
$strWebServerUploadDirectoryError = 'äèðåêòîðèÿ, êîòîðóþ Âû óñòàíîâèëè êàê "upload" íå ìîæåò áûòü îòêðûòà';
$strWelcome = 'Äîáðî ïîæàëîâàòü â %s';
$strWestEuropean = 'Çàïàäíî-Åâðîïåéñêèé';
$strWildcard = 'øàáëîí';
$strWindowNotFound = 'Öåëåâîå îêíî áðàóçåðà íå ìîæåò áûòü îáíîâëåíî. Âîçìîæíî, âû çàêðûëè ðîäèòåëüñêîå îêíî èëè âàø áðàóçåð áëîêèðóåò ìåæîêîííûå îáíîâëåíèÿ èç-çà íàñòðîåê áåçîïàñíîñòè';
$strWithChecked = 'Ñ îòìå÷åííûìè:';
$strWritingCommentNotPossible = 'Íàïèñàíèå êîììåíòàðèÿ íåâîçìîæíî';
$strWritingRelationNotPossible = 'Äîáàâëåíèå ñâÿçè íåâîçìîæíî';
$strWrongUser = 'Îøèáî÷íûé ëîãèí/ïàðîëü.  äîñòóïå îòêàçàíî.';
 
$strXML = 'XML';
 
$strYes = 'Äà';
 
$strZeroRemovesTheLimit = 'Çàìå÷àíèå: Óñòàíîâêà ýòèõ îïöèé â 0 (íîëü) óäàëÿåò ëèìèò.';
$strZip = 'àðõèâèðîâàòü â zip';
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
 
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_cyrillic-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: serbian_cyrillic-utf-8.inc.php,v 2.127.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('бајтова', 'КБ', 'МБ', 'ГБ', 'ТБ', 'ПБ', 'ЕБ');
 
$day_of_week = array('Нед', 'Пон', 'Уто', 'Сре', 'Чет', 'Пет', 'Суб');
$month = array('јан', 'феб', 'мар', 'апр', 'мај', 'јун', 'јул', 'авг', 'сеп', 'окт', 'нов', 'дец');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. у %H:%M';
$timespanfmt = '%s дана, %s сати, %s минута и %s секунди';
 
$strAbortedClients = 'Прекинуто';
$strAbsolutePathToDocSqlDir = 'Унесите комплетну путању до директоријума docSQL на веб серверу';
$strAccessDeniedExplanation = 'phpMyAdmin је покушао да се повеже на MySQL сервер, али је сервер одбио повезивање. Проверите назив домаћина, корисничко име и лозинку у config.inc.php и уверите се да одговарају подацима које сте добили од администратора MySQL сервера.';
$strAccessDenied = 'Приступ одбијен';
$strAction = 'Акција';
$strAddAutoIncrement = 'Додај AUTO_INCREMENT вредност';
$strAddConstraints = 'Додај ограничења';
$strAddDeleteColumn = 'Додај/обриши колону';
$strAddDeleteRow = 'Додај/обриши поље за критеријум';
$strAddDropDatabase = 'Додај DROP DATABASE';
$strAddedColumnComment = 'Додат је коментар колони';
$strAddedColumnRelation = 'Додата је релација колони';
$strAddFields = 'Додај %s поља';
$strAddHeaderComment = 'Додај коментар у заглавље (\\n раздваја линије)';
$strAddIfNotExists = 'Додај \'IF NOT EXISTS\'';
$strAddIntoComments = 'Додај у коментаре';
$strAddNewField = 'Додај ново поље';
$strAddPrivilegesOnDb = 'Додај привилегије на следећој бази';
$strAddPrivilegesOnTbl = 'Додај привилегије на следећој табели';
$strAddSearchConditions = 'Додај услове претраживања (део "WHERE" упита):';
$strAddToIndex = 'Додај у кључ &nbsp;%s&nbsp;колона(е)';
$strAddUser = 'Додај новог корисника';
$strAddUserMessage = 'Додали сте новог корисника.';
$strAdministration = 'Администрација';
$strAffectedRows = 'Обухваћено редова:';
$strAfter = 'После %s';
$strAfterInsertBack = 'Назад на претходну страну';
$strAfterInsertNewInsert = 'Додај још један нови ред';
$strAfterInsertNext = 'Уреди следећи ред';
$strAfterInsertSame = 'Врати се на ову страну';
$strAll = 'Све';
$strAllTableSameWidth = 'Приказ свих табела исте ширине?';
$strAlterOrderBy = 'Промени редослед у табели';
$strAnalyzeTable = 'Анализирај табелу';
$strAnd = 'и';
$strAndThen = 'и онда';
$strAnIndex = 'Кључ је управо додат %s';
$strAny = 'Било који';
$strAnyHost = 'Било који домаћин';
$strAnyUser = 'Било који корисник';
$strApproximateCount = 'Може бити приближно. Видите FAQ 3.11';
$strAPrimaryKey = 'Примарни кључ је управо додат %s';
$strArabic = 'Арапски';
$strArmenian = 'Јерменски';
$strAscending = 'Растући';
$strAtBeginningOfTable = 'На почетку табеле';
$strAtEndOfTable = 'На крају табеле';
$strAttr = 'Атрибути';
$strAutodetect = 'аутоматски';
$strAutomaticLayout = 'Аутоматски распоред';
 
$strBack = 'Назад';
$strBaltic = 'Балтички';
$strBeginCut = 'ПОЧЕТАК РЕЗ';
$strBeginRaw = 'ПОЧЕТАК СИРОВО';
$strBinary = 'Бинарни';
$strBinaryDoNotEdit = 'Бинарни - не мењај';
$strBinaryLog = 'Бинарни дневник';
$strBinLogEventType = 'Врста догађаја';
$strBinLogInfo = 'Информације';
$strBinLogName = 'Назив дневника';
$strBinLogOriginalPosition = 'Оригинална позиција';
$strBinLogPosition = 'Позиција';
$strBinLogServerId = 'ИД сервера';
$strBookmarkAllUsers = 'Дозволи сваком кориснику да приступа овом упамћеном упиту';
$strBookmarkDeleted = 'Обележивач је управо обрисан.';
$strBookmarkLabel = 'Назив';
$strBookmarkQuery = 'Запамћен SQL-упит';
$strBookmarkThis = 'Запамти SQL-упит';
$strBookmarkView = 'Види само';
$strBrowseForeignValues = 'Прегледај стране вредности';
$strBrowse = 'Преглед';
$strBufferPoolActivity = 'Активност скупа прихватника';
$strBufferPool = 'Скуп прихватника';
$strBufferPoolUsage = 'Коришћење скупа прихватника';
$strBufferReadMisses = 'Промашаји при читању';
$strBufferReadMissesInPercent = 'Промашаји читања у %';
$strBufferWriteWaits = 'Чекања на упис';
$strBufferWriteWaitsInPercent = 'Чекања на упис у %';
$strBulgarian = 'Бугарски';
$strBusyPages = 'Заузете стране';
$strBzError = 'phpMyAdmin није могао да компресује садржај базе због неисправне BZ2 екстензије у овој верзији PHP-а. Препоручује се да подесите <code>$cfg[\'BZipDump\']</code> директиву у вашoj phpMyAdmin конфигурационоj датотеци на <code>FALSE</code>. Ако желите да користите могућности BZ2 компресије, требало би да пређете на новију верзију PHP-а. Видите PHP извештај о грешкама %s за детаље.';
$strBzip = '"бзип-овано"';
 
$strCalendar = 'Календар';
$strCannotLogin = 'Не могу да се пријавим на MySQL сервер';
$strCantLoad = 'не могу да учитам екстензију %s,<br />молим проверите PHP конфигурацију';
$strCantLoadRecodeIconv = 'Не могу да учитам iconv или recode екстензије потребне за конверзију скупова знакова, подесите PHP да дозволи коришћење ових екстензија или онемогућите конверзију скупова знакова у phpMyAdmin-у.';
$strCantRenameIdxToPrimary = 'Не могу да променим кључ у PRIMARY (примарни) !';
$strCantUseRecodeIconv = 'Не могу да користим iconv или libiconv или recode_string функције иако екстензија пријављује да је учитана. Проверите вашу PHP конфигурацију.';
$strCardinality = 'Кардиналност';
$strCaseInsensitive = 'Не разликује мала и велика слова';
$strCaseSensitive = 'Разликује мала и велика слова';
$strCentralEuropean = 'Централноевропски';
$strChangeCopyModeCopy = '... сачувај старе.';
$strChangeCopyModeDeleteAndReload = ' ... обриши старог из табеле корисника и затим поново учитај привилегије.';
$strChangeCopyMode = 'Направи новог корисника са истим привилегијама и ...';
$strChangeCopyModeJustDelete = ' ... обриши старе из табела корисника.';
$strChangeCopyModeRevoke = ' ... обустави све привилегије старог корисника и затим га обриши.';
$strChangeCopyUser = 'Промени информације о пријави / Копирај корисника';
$strChangeDisplay = 'Изабери поља за приказ';
$strChange = 'Промени';
$strChangePassword = 'Промени лозинку';
$strCharset = 'Карактер сет';
$strCharsetOfFile = 'Карактер сет датотеке:';
$strCharsetsAndCollations = 'Карактер сетови и сортирање';
$strCharsets = 'Кодне стране';
$strCheckAll = 'Означи све';
$strCheckOverhead = 'Провери табеле које имају прекорачења';
$strCheckPrivs = 'Провери привилегије';
$strCheckPrivsLong = 'Провери привилегије за базу &quot;%s&quot;.';
$strCheckTable = 'Провери табелу';
$strChoosePage = 'Изаберите страну коју мењате';
$strColComFeat = 'Приказујем коментаре колоне';
$strCollation = 'Сортирање';
$strColumnNames = 'Имена колона';
$strColumnPrivileges = 'Привилегије везане за колоне';
$strCommand = 'Наредба';
$strComments = 'Коментари';
$strCommentsForTable = 'КОМЕНТАРИ ТАБЕЛЕ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 компатибилно';
$strCompleteInserts = 'Комплетан INSERT (са именима поља)';
$strCompression = 'Компресија';
$strConfigFileError = 'phpMyAdmin није могао да прочита вашу конфигурациону датотеку!<br />Ово се може десити ако PHP нађе грешку у процесирању или не може да пронађе датотеку.<br />Позовите конфигурациону датотеку директно користећи доњи линк и прочитајте поруке о грешци које добијате. У већини случајеве негде недостаје наводник или тачка-зарез.<br />Ако добијете празну страну, све је у реду.';
$strConfigureTableCoord = 'Подесите координате за табелу %s';
$strConnectionError = 'Не могу да се повежем: неисправна подешавања.';
$strConnections = 'Конекције';
$strConstraintsForDumped = 'Ограничења за извезене табеле';
$strConstraintsForTable = 'Ограничења за табеле';
$strCookiesRequired = 'Колачићи (Cookies) морају у овом случају бити активни.';
$strCopyDatabaseOK = 'База %s је прекопирана у %s';
$strCopy = 'Копирај';
$strCopyTable = 'Копирај табелу у (база<b>.</b>табела):';
$strCopyTableOK = 'Табела %s је копирана у %s.';
$strCopyTableSameNames = 'Не могу да копирам табелу у саму себе!';
$strCouldNotKill = 'phpMyAdmin није могао да прекине процес %s. Вероватно је већ затворен.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE пре копирања';
$strCreate = 'Направи';
$strCreateIndex = 'Направи кључ на&nbsp;%s&nbsp;колона';
$strCreateIndexTopic = 'Направи нови кључ';
$strCreateNewDatabase = 'Направи нову базу података';
$strCreateNewTable = 'Направи нову табелу у бази %s';
$strCreatePage = 'Направи нову страну';
$strCreatePdfFeat = 'Прављење PDF-ova';
$strCreationDates = 'Датуми креирања/ажурирања/провере';
$strCriteria = 'Критеријум';
$strCroatian = 'Хрватски';
$strCSVOptions = 'CSV опције';
$strCyrillic = 'Ћирилични';
$strCzech = 'Чешки';
$strCzechSlovak = 'Чешко-словачки';
 
$strDanish = 'Дански';
$strDatabase = 'База података';
$strDatabaseEmpty = 'Име базе није задато!';
$strDatabaseExportOptions = 'Опције за извоз базе';
$strDatabaseHasBeenDropped = 'База %s је одбачена.';
$strDatabaseNoTable = 'База не садржи табеле!';
$strDatabases = 'Базе';
$strDatabasesDropped = '%s база је успешно одбачено.';
$strDatabasesStatsDisable = 'Искључи статистике';
$strDatabasesStatsEnable = 'Укључи статистике';
$strDatabasesStatsHeavyTraffic = 'Напомена: укључивање статистика може проузроковати велики саобраћај између веб и MySQL сервера.';
$strDatabasesStats = 'Статистика базе';
$strDataDict = 'Речник података';
$strData = 'Подаци';
$strDataOnly = 'Само подаци';
$strDataPages = 'Стране са подацима';
$strDBComment = 'Коментар базе:';
$strDBCopy = 'Копирај базу у';
$strDBGContext = 'Контекст';
$strDBGContextID = 'Контекст ИД';
$strDBGHits = 'Погодака';
$strDBGLine = 'Линија';
$strDBGMaxTimeMs = 'Max време, мс';
$strDBGMinTimeMs = 'Мин време, мс';
$strDBGModule = 'Модул';
$strDBGTimePerHitMs = 'Време/погодак, мс';
$strDBGTotalTimeMs = 'Укупно време, мс';
$strDbPrivileges = 'Привилегије везане за базу';
$strDBRename = 'Преименуј базу у';
$strDbSpecific = 'Специфично за базу';
$strDefaultEngine = '%s је подразумевани погон складиштења на овом MySQL серверу.';
$strDefault = 'Подразумевано';
$strDefaultValueHelp = 'За подразумевану вредност, унесите само једну вредност, без косих црта или наводника у овом облику: а';
$strDefragment = 'Дефрагментирај табелу';
$strDelayedInserts = 'Користи одложена уметања';
$strDeleteAndFlushDescr = 'Ово је најчистији начин, али поновно учитавање привилегина може да потраје.';
$strDeleteAndFlush = 'Обриши кориснике и поново учитај привилегије.';
$strDeleted = 'Ред је обрисан';
$strDeletedRows = 'Обрисани редови:';
$strDelete = 'Обриши';
$strDeleting = 'Бришем %s';
$strDelOld = 'Тренутна страна има референце на табеле које више не постоје. Желите ли да обришете те референце?';
$strDescending = 'Опадајући';
$strDescription = 'Опис';
$strDictionary = 'речник';
$strDirtyPages = 'Прљаве стране';
$strDisabled = 'Онемогућено';
$strDisableForeignChecks = 'Искључи провере страних кључева';
$strDisplayFeat = 'Прикажи особине';
$strDisplayOrder = 'Редослед приказа:';
$strDisplayPDF = 'Прикажи PDF схему';
$strDoAQuery = 'Направи "упит по примеру" (џокер: "%")';
$strDocu = 'Документација';
$strDoYouReally = 'Да ли стварно хоћете да ';
$strDropDatabaseStrongWarning = 'Овим ћете УНИШТИТИ комплетну базу података!';
$strDrop = 'Одбаци';
$strDropUsersDb = 'Одбаци базе које се зову исто као корисници.';
$strDumpingData = 'Приказ података табеле';
$strDumpSaved = 'Садржај базе је сачуван у датотеку %s.';
$strDumpXRows = 'Прикажи %s редова почевши од реда %s.';
$strDynamic = 'динамички';
 
$strEdit = 'Промени';
$strEditPDFPages = 'Уређивање PDF страна';
$strEditPrivileges = 'Промени привилегије';
$strEffective = 'Ефективне';
$strEmpty = 'Испразни';
$strEmptyResultSet = 'MySQL је вратио празан резултат (нула редова).';
$strEnabled = 'Омогућено';
$strEncloseInTransaction = 'Обави извоз у трансакцији';
$strEndCut = 'КРАЈ РЕЗ';
$strEnd = 'Крај';
$strEndRaw = 'КРАЈ СИРОВО';
$strEngineAvailable = '%s је доступан на овом MySQL серверу.';
$strEngineDisabled = '%s је онемогућен на овом MySQL серверу.';
$strEngines = 'Складиштења';
$strEngineUnsupported = 'Овај MySQL сервер не подржава %s погон складиштења.';
$strEnglish = 'Енглески';
$strEnglishPrivileges = ' Напомена: MySQL имена привилегија морају да буду на енглеском ';
$strError = 'Грешка';
$strEscapeWildcards = 'Пре џокера _ и % треба ставити знак \ ако их користите самостално';
$strEstonian = 'Естонски';
$strExcelEdition = 'Excel издање';
$strExcelOptions = 'Excel опције';
$strExecuteBookmarked = 'Изврши упамћен упит';
$strExplain = 'Објасни SQL';
$strExport = 'Извоз';
$strExtendedInserts = 'Проширени INSERT';
$strExtra = 'Додатно';
 
$strFailedAttempts = 'Неуспелих покушаја';
$strFieldHasBeenDropped = 'Поље %s је обрисано';
$strField = 'Поље';
$strFieldsEmpty = ' Број поља је нула! ';
$strFieldsEnclosedBy = 'Поља ограничена са';
$strFieldsEscapedBy = 'Ескејп карактер &nbsp; &nbsp; &nbsp;';
$strFields = 'Поља';
$strFieldsTerminatedBy = 'Поља раздвојена са';
$strFileAlreadyExists = 'Датотека %s већ постоји на серверу, промените име датотеке или укључите опцију преписивања.';
$strFileCouldNotBeRead = 'Датотеку није могуће прочитати';
$strFileNameTemplate = 'Шаблон имена датотеке';
$strFileNameTemplateRemember = 'запамти шаблон';
$strFixed = 'сређено';
$strFlushPrivilegesNote = 'Напомена: phpMyAdmin узима привилегије корисника директно из MySQL табела привилегија. Садржај ове табеле може се разликовати од привилегија које сервер користи ако су вршене ручне измене. У том случају %sпоново учитајте привилегије%s пре него што наставите.';
$strFlushTable = 'Освежи табелу ("FLUSH")';
$strFormat = 'Формат';
$strFormEmpty = 'Недостаје вредност у обрасцу!';
$strFreePages = 'Слободне стране';
$strFullText = 'Пун текст';
$strFunction = 'Функција';
 
$strGenBy = 'Генерисао';
$strGeneralRelationFeat = 'Опште особине релација';
$strGenerate = 'Направи';
$strGeneratePassword = 'Направи лозинку';
$strGenTime = 'Време креирања';
$strGeorgian = 'Грузијски';
$strGerman = 'Немачки';
$strGlobal = 'глобално';
$strGlobalPrivileges = 'Глобалне привилегије';
$strGlobalValue = 'Глобална вредност';
$strGo = 'Крени';
$strGrantOption = 'Омогући';
$strGreek = 'Грчки';
$strGzip = '"гзип-овано"';
 
$strHasBeenAltered = 'је промењен(а).';
$strHasBeenCreated = 'је креиран(а).';
$strHaveToShow = 'Морате изабрати бар једну колону за приказ';
$strHebrew = 'Хебрејски';
$strHexForBinary = 'Користи хексадецимално за бинарна поља';
$strHome = 'Почетна страна';
$strHomepageOfficial = 'phpMyAdmin веб сајт';
$strHost = 'Домаћин';
$strHostEmpty = 'Име домаћина је празно!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Опције извоза у Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Опције извоза у Microsoft Word 2000';
$strHungarian = 'Мађарски';
 
$strIcelandic = 'Исландски';
$strId = 'ID';
$strIdxFulltext = 'Текст кључ';
$strIgnore = 'Игнориши';
$strIgnoreInserts = 'Игнориши дупликате при уметању';
$strIgnoringFile = 'Игноришем датотеку %s';
$strImportDocSQL = 'Увоз docSQL датотека';
$strImportFiles = 'Увоз датотека';
$strIndex = 'Кључ';
$strIndexes = 'Кључеви';
$strIndexHasBeenDropped = 'Кључ %s је обрисан';
$strIndexName = 'Име кључа :';
$strIndexType = 'Тип кључа :';
$strIndexWarningMultiple = 'Више од једног %s кључа је направљено за колону `%s`';
$strIndexWarningPrimary = 'PRIMARY и INDEX кључеви не би требали да буду истовремено постављени за колону `%s`';
$strIndexWarningTable = 'Проблем при индексирању табеле `%s`';
$strIndexWarningUnique = 'UNIQUE и INDEX кључеви не би требали да буду истовремено постављени за колону `%s`';
$strInnoDBAutoextendIncrementDesc = ' Величина корака проширења величине табела које се аутоматски проширују када се напуне.';
$strInnoDBAutoextendIncrement = 'Корак аутоматског проширења';
$strInnoDBBufferPoolSize = 'Величина прихватника';
$strInnoDBBufferPoolSizeDesc = 'Величина меморијског прихватника које InnoDB користи за кеширање података и индекса својих табела.';
$strInnoDBDataFilePath = 'Датотеке са подацима';
$strInnoDBDataHomeDirDesc = 'Заједнички део путање директоријума за све InnoDB датотеке са подацима.';
$strInnoDBDataHomeDir = 'Основни директоријум података';
$strInnoDBPages = 'страна';
$strInnodbStat = 'InnoDB статус';
$strInsecureMySQL = 'Ваша конфигурациона датотека садржи подешавања (root без лозинке) која одговарају стандардном MySQL привилегованом налогу. Ваш MySQL сервер ради са овим подешавањима, отворен је за упаде, и заиста треба да исправите овај сигурносни ризик.';
$strInsertAsNewRow = 'Унеси као нови ред';
$strInsertedRowId = 'ID уметнутих редова:';
$strInsertedRows = 'Унесено редова:';
$strInsert = 'Нови запис';
$strInsertNewRow = 'Унеси нови ред';
$strInternalNotNecessary = '* Унутрашња релација није неопходна када постоји и у InnoDB.';
$strInternalRelations = 'Унутрашње релације';
$strInUse = 'се користи';
$strInvalidColumnCount = 'Број колона мора бити већи од нуле.';
$strInvalidFieldAddCount = 'Морате додати барем једно поље.';
$strInvalidFieldCount = 'Табела мора имати барем једно поље.';
$strInvalidRowNumber = '%d није исправан број реда.';
 
$strJapanese = 'Јапански';
$strJumpToDB = 'Пређи на базу &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Обрисани&quot; корисници ће и даље имати приступ серверу док привилегије не буду поново учитане.';
$strJustDelete = 'Само обриши кориснике из табеле привилегија.';
 
$strKeepPass = 'Немој да мењаш лозинку';
$strKeyname = 'Име кључа';
$strKill = 'Обустави';
$strKorean = 'Корејски';
 
$strLandscape = 'Положено';
$strLatchedPages = 'Забрављене стране';
$strLatexCaption = 'Коментар табеле';
$strLatexContent = 'Садржај табеле __TABLE__';
$strLatexContinuedCaption = 'Настављен коментар табеле';
$strLatexContinued = '(настављено)';
$strLatexIncludeCaption = 'Укључи коментар табеле';
$strLatexLabel = 'Ознака кључа';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX опције';
$strLatexStructure = 'Структура табеле __TABLE__';
$strLatvian = 'Летонски';
$strLengthSet = 'Дужина/Вредност*';
$strLimitNumRows = 'Број редова по страни';
$strLinesTerminatedBy = 'Линије се завршавају са';
$strLinkNotFound = 'Веза није пронађена';
$strLinksTo = 'Везе ка';
$strLithuanian = 'Литвански';
$strLocalhost = 'Локални';
$strLocationTextfile = 'Локација текстуалне датотеке';
$strLogin = 'Пријављивање';
$strLoginInformation = 'Подаци о пријави';
$strLogout = 'Одјављивање';
$strLogPassword = 'Лозинка:';
$strLogServer = 'Сервер';
$strLogUsername = 'Корисничко име:';
$strLongOperation = 'Ова операција може да потраје. Да ли да наставимо?';
 
$strMaximumSize = 'Максимална величина: %s%s';
$strMbExtensionMissing = 'mbstring ПХП екстензија није пронађена, а чини се да ви користите вишебајтни скуп знакова. Без mbstring екстензије phpMyAdmin не може исправно да раздваја стрингове и то може довести до неочекиваних резултата.';
$strMbOverloadWarning = 'Укључена вам је 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 = 'Опције трансформације';
$strMIME_transformation_options_note = 'Молимо унесите вредности за опције трансформације користећи овај облик: \'a\',\'b\',\'c\'...<br />Ако треба да унесете обрнуту косу црту ("\\") или апостроф ("\'") у те вредности, ставите обрнуту косу црту испред њих (на пример \'\\\\xyz\' или \'a\\\'b\').';
$strMIMETypesForTable = 'MIME ТИПОВИ ЗА ТАБЕЛУ';
$strMIME_without = 'MIME-типови приказани у курзиву немају одвојене функције трансформације.';
$strModifications = 'Измене су сачуване';
$strModify = 'Промени';
$strModifyIndexTopic = 'Измени кључ';
$strMoveTable = 'Помери табелу у (база<b>.</b>табела):';
$strMoveTableOK = 'Табела %s је померена у %s.';
$strMoveTableSameNames = 'Не могу да преместим табелу у саму себе!';
$strMultilingual = 'вишејезички';
$strMyISAMDataPointerSize = 'Величина показивача података';
$strMyISAMDataPointerSizeDesc = 'Подразумевана величина показивача у бајтовима, користи се при CREATE TABLE за MyISAM табеле када није задата опција MAX_ROWS';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ако би привремена датотека која се користи за брзо креирање MyISAM индекса била већа него при коришћењу кеша кључева за овде задату вредност, користи метод кеширања кључева';
$strMyISAMMaxExtraSortFileSize = 'Максимална величина привремених датотека при креирању индекса';
$strMyISAMMaxSortFileSizeDesc = 'Максимална величина привремених датотека које MySQL сме да користи при ре-креирању MyISAM индекса (у току REPAIR TABLE, ALTER TABLE, или LOAD DATA INFILE операција).';
$strMyISAMMaxSortFileSize = 'Максимална величина привремених датотека за сортирање';
$strMyISAMRecoverOptions = 'Режим аутоматског опоравка';
$strMyISAMRecoverOptionsDesc = 'Режим аутоматског опоравка пукнутих MyISAM табела, подешен при стартовању сервера опцијом --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Ако је вредност већа од 1, индекси MyISAM табела се паралелно креирају (сваки индекс у сопственој нити) за време процеса поправке сортирањем.';
$strMyISAMRepairThreads = 'Нити поправке';
$strMyISAMSortBufferSize = 'Величина прихватника за сортирање';
$strMyISAMSortBufferSizeDesc = 'Прихватник који се алоцира при сортирању MyISAM индекса за време операције REPAIR TABLE или при креирању индекса са CREATE INDEX или ALTER TABLE.';
$strMySQLCharset = 'MySQL сет карактера';
$strMySQLConnectionCollation = 'Сортирање за MySQL везу';
$strMySQLSaid = 'MySQL рече: ';
$strMySQLShowProcess = 'Прикажи листу процеса';
$strMySQLShowStatus = 'Прикажи MySQL информације о току рада';
$strMySQLShowVars = 'Прикажи MySQL системске променљиве';
 
$strName = 'Име';
$strNext = 'Следећи';
$strNoActivity = 'Није било активности %s или више секунди, молимо пријавите се поново';
$strNoDatabases = 'База не постоји';
$strNoDatabasesSelected = 'Није изабрана ни једна база.';
$strNoDescription = 'нема описа';
$strNoDetailsForEngine = 'Нема детаљнијих информација о статусу за овај погон складиштења.';
$strNoDropDatabases = '"DROP DATABASE" команда је онемогућена.';
$strNoExplain = 'Прескочи објашњавање SQL-a';
$strNoFrames = 'phpMyAdmin преферира читаче који подржавају оквире.';
$strNo = 'Не';
$strNoIndex = 'Кључ није дефинисан!';
$strNoIndexPartsDefined = 'Делови кључа нису дефинисани!';
$strNoModification = 'Нема измена';
$strNone = 'нема';
$strNoOptions = 'Не постоје опције за овај формат';
$strNoPassword = 'Нема лозинке';
$strNoPermission = 'Веб серверу није дозвољено да сачува датотеку %s.';
$strNoPhp = 'без PHP кода';
$strNoPrivileges = 'Нема привилегија';
$strNoRights = 'Није Вам дозвољено да будете овде!';
$strNoRowsSelected = 'Нема одабраних редова';
$strNoSpace = 'Недовољно простора за снимање датотеке %s.';
$strNoTablesFound = 'Табеле нису пронађене у бази.';
$strNoThemeSupport = 'Нема подршке за теме, молимо проверите конфигурацију и/или теме у директоријуму %s.';
$strNotNumber = 'Ово није број!';
$strNotOK = 'није у реду';
$strNotSet = '<b>%s</b> табела није пронађена или није постављена у %s';
$strNoUsersFound = 'Корисник није нађен.';
$strNoValidateSQL = 'Прескочи проверу SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s погодака унутар табеле <i>%s</i>';
$strNumSearchResultsTotal = '<b>Укупно:</b> <i>%s</i> погодака';
$strNumTables = 'Табеле';
 
$strOK = 'У реду';
$strOperations = 'Операције';
$strOperator = 'Оператор';
$strOptimizeTable = 'Оптимизуј табелу';
$strOr = 'или';
$strOverhead = 'Прекорачење';
$strOverwriteExisting = 'Препиши постојеће датотеке';
 
$strPageNumber = 'Број стране:';
$strPagesToBeFlushed = 'Стране које треба да буду усклађене';
$strPaperSize = 'Димензије папира';
$strPartialText = 'Део текста';
$strPasswordChanged = 'Лозинка за %s је успешно промењена.';
$strPassword = 'Лозинка';
$strPasswordEmpty = 'Лозинка је празна!';
$strPasswordHashing = 'Хеширање лозинке';
$strPasswordNotSame = 'Лозинке нису идентичне!';
$strPdfDbSchema = 'Схема базе "%s" - Страна %s';
$strPdfInvalidTblName = 'Табела "%s" не постоји!';
$strPdfNoTables = 'Нема табела';
$strPerHour = 'на сат';
$strPerMinute = 'у минуту';
$strPerSecond = 'у секунди';
$strPersian = 'Персијски';
$strPhoneBook = 'телефонски именик';
$strPHP40203 = 'Користите PHP 4.2.3, који има озбиљан баг са вишебајтним стринговима (mbstring). Погледајте извештај о грешци бр. 19404. Ова верзија PHP-a се не препоручује за коришћење са phpMyAdmin.';
$strPhp = 'Направи PHP код';
$strPHPVersion = 'верзија PHP-a';
$strPmaDocumentation = 'phpMyAdmin документација';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> директива МОРА бити подешена у конфигурационој датотеци!';
$strPolish = 'Пољски';
$strPortrait = 'Усправно';
$strPos1 = 'Почетак';
$strPrevious = 'Претходна';
$strPrimary = 'Примарни';
$strPrimaryKeyHasBeenDropped = 'Примарни кључ је обрисан';
$strPrimaryKeyName = 'Име примарног кључа мора да буде... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>мора</b> бити име <b>само</b> примарног кључа!)';
$strPrint = 'Штампај';
$strPrintView = 'За штампу';
$strPrintViewFull = 'Поглед за штампу (са пуним текстом)';
$strPrivDescAllPrivileges = 'Укључује све привилегије осим GRANT.';
$strPrivDescAlter = 'Дозвољава измену структура постојећих табела.';
$strPrivDescAlterRoutine = 'Дозвољава измену и одбацивање сачуваних рутина.';
$strPrivDescCreateDb = 'Дозвољава креирање нових база и табела.';
$strPrivDescCreateRoutine = 'Дозвољава прављење сачуваних рутина.';
$strPrivDescCreateTbl = 'Дозвољава креирање нових табела.';
$strPrivDescCreateTmpTable = 'Дозвољава креирање привремених табела..';
$strPrivDescCreateUser = 'Дозвољава прављење, одбацивање и преименовање корисничких налога.';
$strPrivDescCreateView = 'Дозволи креирање нових погледа.';
$strPrivDescDelete = 'Дозвољава брисање података.';
$strPrivDescDropDb = 'Дозвољава одбацивање база и табела.';
$strPrivDescDropTbl = 'Дозвољава одбацивање табела.';
$strPrivDescExecute5 = 'Дозвољава извршавање сачуваних рутина.';
$strPrivDescExecute = 'Дозвољава покретање сачуваних процедура. Нема ефекта у овој верзији MySQL-a.';
$strPrivDescFile = 'Дозвољава увоз података и њихов извоз у датотеке.';
$strPrivDescGrant = 'Дозвољава додавање корисника и привилегија без поновног учитавања табела привилегија.';
$strPrivDescIndex = 'Дозвољава креирање и брисање кључева.';
$strPrivDescInsert = 'Дозвољава уметање и замену података.';
$strPrivDescLockTables = 'Дозвољава закључавање табела текућим процесима.';
$strPrivDescMaxConnections = 'Ограничава број нових конекција које корисник може та отвори на сат.';
$strPrivDescMaxQuestions = 'Ограничава број упита које корисник може да упути серверу за сат.';
$strPrivDescMaxUpdates = 'Ограничава број команди које мењају табеле или базе које корисник може да изврши на сат.';
$strPrivDescProcess3 = 'Дозвољава прекидање процеса других корисника.';
$strPrivDescProcess4 = 'Дозвољава преглед комплетних упита у листи процеса.';
$strPrivDescReferences = 'Нема ефекта у овој верзији MySQL-a.';
$strPrivDescReload = 'Дозвољава поновно учитавање подешавања сервера и пражњење кеша сервера.';
$strPrivDescReplClient = 'Даје право кориснику да пита где су главни/помоћни сервери.';
$strPrivDescReplSlave = 'Потребно због помоћних сервера за репликацију.';
$strPrivDescSelect = 'Дозвољава читање података.';
$strPrivDescShowDb = 'Даје приступ комплетној листи база.';
$strPrivDescShowView = 'Дозвољава извршавање SHOW CREATE VIEW упита.';
$strPrivDescShutdown = 'Дозвољава гашење сервера.';
$strPrivDescSuper = ' Дозвољава повезивање иако је достигнут максималан број дозвољених веза; Неопходно за већину административних опција као што су подешавање глобалних променљивих или прекидање процеса осталих корисника.';
$strPrivDescUpdate = 'Дозвољава измену података.';
$strPrivDescUsage = 'Нема привилегија.';
$strPrivileges = 'Привилегије';
$strPrivilegesReloaded = 'Привилегије су успешно поново учитане.';
$strProcesslist = 'Листа процеса';
$strPutColNames = 'Стави имена поља у први ред';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Упит по примеру';
$strQueryFrame = 'Прозор за упите';
$strQueryOnDb = 'SQL упит на бази <b>%s</b>:';
$strQuerySQLHistory = 'SQL историјат';
$strQueryStatistics = '<b>Статистике упита</b>: %s упита је постављено серверу од његовог покретања.';
$strQueryTime = 'Упит је трајао %01.4f секунди';
$strQueryType = 'Врста упита';
$strQueryWindowLock = 'Не преписуј овај упит изван прозора';
 
$strReadRequests = 'Захтеви за читање';
$strReceived = 'Примљено';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Провери референцијални интегритет:';
$strRefresh = 'Освежи';
$strRelationalSchema = 'Релациона схема';
$strRelationNotWorking = 'Додатне могућности за рад са повезаним табелама су искључене. Да бисте сазнали зашто, кликните %sовде%s.';
$strRelations = 'Релације';
$strRelationsForTable = 'РЕЛАЦИЈЕ ТАБЕЛЕ';
$strRelationView = 'Релациони поглед';
$strReloadingThePrivileges = 'Поново учитавам привилегије';
$strReloadMySQL = 'Поново покрени MySQL';
$strRemoveSelectedUsers = 'Уклони изабране кориснике';
$strRenameDatabaseOK = 'База %s је преименована у %s';
$strRenameTable = 'Промени име табеле у ';
$strRenameTableOK = 'Табели %s промењено име у %s';
$strRepairTable = 'Поправи табелу';
$strReplaceNULLBy = 'Замени NULL са';
$strReplaceTable = 'Замени податке у табели са подацима из датотеке';
$strReset = 'Поништи';
$strResourceLimits = 'Ограничења ресурса';
$strReType = 'Поновите унос';
$strRevokeAndDeleteDescr = 'Корисници ће и даље имати USAGE привилегије док се привилегије поново не учитају.';
$strRevokeAndDelete = 'Обустави све активне привилегије корисника и затим их обриши.';
$strRevoke = 'Забрани';
$strRevokeMessage = 'Забранили сте привилегије за %s';
$strRomanian = 'Румунски';
$strRowLength = 'Дужина реда';
$strRows = 'Редова';
$strRowsFrom = ' редова почев од реда';
$strRowSize = 'Величина реда';
$strRowsModeFlippedHorizontal = 'хоризонталном (ротирана заглавља)';
$strRowsModeHorizontal = 'хоризонталном';
$strRowsModeOptions = 'у %s моду и понови заглавље после сваког %s реда';
$strRowsModeVertical = 'вертикалном';
$strRowsStatistic = 'Статистике реда';
$strRunning = 'на серверу %s';
$strRunQuery = 'Изврши SQL упит';
$strRunSQLQuery = 'Изврши SQL упит(е) на бази %s';
$strRussian = 'Руски';
 
$strSave = 'Сачувај';
$strSaveOnServer = 'Сачувај на сервер у директоријум %s';
$strScaleFactorSmall = 'Фактор умањења је премали да би схема стала на једну страну';
$strSearchFormTitle = 'Претраживање базе';
$strSearch = 'Претраживање';
$strSearchInTables = 'Унутар табела:';
$strSearchNeedle = 'Речи или вредности које се траже (џокер: "%"):';
$strSearchOption1 = 'бар једну од речи';
$strSearchOption2 = 'све речи';
$strSearchOption3 = 'тачан израз';
$strSearchOption4 = 'као регуларни израз';
$strSearchResultsFor = 'Резултати претраге за "<i>%s</i>" %s:';
$strSearchType = 'Тражи:';
$strSecretRequired = 'Конфигурациона датотека захтева тајну лозинку (blowfish_secret).';
$strSelectADb = 'Изаберите базу';
$strSelectAll = 'Изабери све';
$strSelectBinaryLog = 'Изаберите бинарни дневник за преглед';
$strSelectFields = 'Изабери поља (најмање једно)';
$strSelectNumRows = 'у упиту';
$strSelectTables = 'Изабери табеле';
$strSend = 'Сачувај као датотеку';
$strSent = 'Послато';
$strServerChoice = 'Избор сервера';
$strServer = 'Сервер';
$strServerNotResponding = 'Сервер не одговара';
$strServerStatus = 'Информације о току рада';
$strServerStatusUptime = 'Овај MySQL сервер ради већ %s. Покренут је %s.';
$strServerTabProcesslist = 'Процеси';
$strServerTabVariables = 'Променљиве';
$strServerTrafficNotes = '<b>Саобраћај сервера</b>: Табеле показују статистике мрежног саобраћаја на овом MySQL серверу од његовог покретања.';
$strServerVars = 'Серверске променљиве и подешавања';
$strServerVersion = 'Верзија сервера';
$strSessionValue = 'Вредност сесије';
$strSetEnumVal = 'Ако је поље "enum" или "set", унесите вредности у формату: \'a\',\'b\',\'c\'...<br />Ако вам треба обрнута коса црта ("\\") или апостроф ("\'") користите их у "избегнутом" (escaped) облику (на пример \'\\\\xyz\' или \'a\\\'b\').';
$strShowAll = 'Прикажи све';
$strShowColor = 'Прикажи боју';
$strShowDatadictAs = 'Формат речника података';
$strShowFullQueries = 'Прикажи комплетне упите';
$strShowGrid = 'Прикажи мрежу';
$strShow = 'Прикажи';
$strShowingRecords = 'Приказ записа';
$strShowPHPInfo = 'Прикажи информације о PHP-у';
$strShowTableDimension = 'Прикажи димензије табеле';
$strShowTables = 'Прикажи табеле';
$strShowThisQuery = 'Прикажи поново овај упит';
$strSimplifiedChinese = 'Поједностављени кинески';
$strSingly = '(по једном пољу)';
$strSize = 'Величина';
$strSlovak = 'Словачки';
$strSlovenian = 'Словеначи';
$strSocketProblem = '(или прикључак локалног MySQL сервера није исправно подешен)';
$strSortByKey = 'Сортирај по кључу';
$strSort = 'Сортирање';
$strSpaceUsage = 'Заузеће';
$strSpanish = 'Шпански';
$strSplitWordsWithSpace = 'Речи се одвајају размаком (" ").';
$strSQLExportCompatibility = 'Компатибилност SQL извоза';
$strSQLExportType = 'Тип извоза';
$strSQLOptions = 'SQL опције';
$strSQLParserBugMessage = 'Постоји могућност да сте пронашли баг у SQL парсеру. Молимо испитајте свој упит пажљиво, и проверите да су наводници исправни и да не недостају. Остали могући разлози грешке могу бити да сте послали бинарну датотеку ван области за обичан текст. Можете пробати свој упит у MySQL сучељу командне линије. Доња порука о грешци MySQL сервера, ако је има, може вам помоћи у откривању проблема. Ако и даље имате проблеме или ако парсер не успева тамо где успева сучеље командне линије, сведите свој SQL упит на један једини упит који ствара проблеме и пошаљите нам извештај о грешци са делом кода у доњој РЕЗ секцији:';
$strSQLParserUserError = 'Изгледа да постоји грешка у вашем SQL упиту. Овде је порука о грешки MySQL сервера, која вам може помоћи у откривању проблема';
$strSQLQuery = 'SQL упит';
$strSQLResult = 'SQL резултат';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Неисправан иГ¤ентификатор';
$strSQPBugUnclosedQuote = 'Наводник није затворен';
$strSQPBugUnknownPunctuation = 'Непознат стринг интерпункције';
$strStatCheckTime = 'Последња провера';
$strStatCreateTime = 'Направљено';
$strStatement = 'Име';
$strStatUpdateTime = 'Последња измена';
$strStatus = 'Статус';
$strStorageEngine = 'Погон складиштења';
$strStorageEngines = 'Погони складиштења';
$strStrucCSV = 'CSV формат';
$strStrucData = 'Структура и подаци';
$strStrucDrop = 'Додај \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV за MS Excel';
$strStrucNativeExcel = 'Изворни MS Excel подаци';
$strStrucOnly = 'Само структура';
$strStructPropose = 'Предложи структуру табеле';
$strStructure = 'Структура';
$strSubmit = 'Пошаљи';
$strSuccess = 'Ваш SQL упит је успешно извршен';
$strSum = 'Укупно';
$strSwedish = 'Шведски';
$strSwitchToDatabase = 'Пребаци се на копирану базу';
$strSwitchToTable = 'Пређи на копирану табелу';
 
$strTableComments = 'Коментари табеле';
$strTableEmpty = 'Има табеле је празно!';
$strTableHasBeenDropped = 'Табела %s је одбачена';
$strTableHasBeenEmptied = 'Табела %s је испражњена';
$strTableHasBeenFlushed = 'Табела %s је освежена';
$strTableMaintenance = 'Радње на табели';
$strTable = 'Табела';
$strTableOfContents = 'Садржај';
$strTableOptions = 'Опције табеле';
$strTables = '%s табела';
$strTableStructure = 'Структура табеле';
$strTableType = 'Тип табеле';
$strTakeIt = 'преузми';
$strTblPrivileges = 'Привилегије везане за табеле';
$strTextAreaLength = 'Због њехове величине, поље<br />можда нећете моћи да измените';
$strThai = 'Тајски';
$strTheme = 'Тема / стил';
$strThisHost = 'Овај сервер';
$strThisNotDirectory = 'Ово није директоријум';
$strThreadSuccessfullyKilled = 'Процес %s је успешно прекинут.';
$strTime = 'Време';
$strToggleScratchboard = 'Укључи/искључи радну таблу';
$strTotal = 'укупно';
$strTotalUC = 'Укупно';
$strTraditionalChinese = 'Традиционални кинески';
$strTraditionalSpanish = 'Традиционални шпански';
$strTraffic = 'Саобраћај';
$strTransformation_application_octetstream__download = 'Приказује везу за преузимање бинарних података за поље. Прва опција је име бинарне датотеке. Друга опција је могуће име поља реда табеле који садржи име датотеке. Ако дате другу опцију, прва мора бити постављена на празан стринг';
$strTransformation_application_octetstream__hex = 'Приказује хексадецимални приказ података.';
$strTransformation_image_jpeg__inline = 'Приказује умањену слику на коју је могуће кликнути; опције: ширина, висина у пикселима (чува оригинални однос)';
$strTransformation_image_jpeg__link = 'Приказује линк ка овој снимци (нпр. директно преузимање из BLOB-а).';
$strTransformation_image_png__inline = 'Прикажи JPEG слике на страни';
$strTransformation_text_plain__dateformat = 'Узима TIME, TIMESTAMP или DATETIME поље и форматира га користећи локални облик приказивања датума. Прва опција је офсет (у сатима) који се додаје временској ознаци (подразумевано: 0). Друга опција је различит формат датума према параметрима који су доступни за PHP-ov strftime().';
$strTransformation_text_plain__external = 'САМО LINUX: Покреће екстерну апликацију и попуњава податке у пољима преко стандардног улаза. Враћа стандардни излаз апликације. Подразумевано је Tidy, за лепши приказ HTML кода. Због сигурносних разлога, морате ручно изменити датотеку libraries/transformations/text_plain__external.inc.php и додати алате које желите да користите. Прва опГ¶ија је број програма које желите да користите, а друга су параметри програма. Ако се трећи параметар постави на 1 излаз ће бити конвертован користећи htmlspecialchars() (подразумевано је 1). Ако је четврти параметар постављен на 1, NOWRAP ће бити додато ћелији са садржајем тако да ће излаз бити приказан без измена. (подразумевано 1)';
$strTransformation_text_plain__formatted = 'Чува оригинално форматирање поља. Escaping се не врши.';
$strTransformation_text_plain__imagelink = 'Приказује слику и линк, поље садржи назив датотеке; прва опција је префикс као "http://domain.com/", друга опција је ширина у пикселима, трећа је висина.';
$strTransformation_text_plain__link = 'Приказује линк, поље садржи назив датотеке; прва опција је префикс као "http://domain.com/", друга опција је наслов за линк.';
$strTransformation_text_plain__substr = 'Показује део стринга. Прва опција је број знакова које треба прескочити од почетка стринга (подразумевано 0). Друга опција је број враћених знакова (подразумевано: до краја стринга). Трећа опција је стринг који се додаје када дође до одсецања (подразумевано: ...) .';
$strTruncateQueries = 'Прикажи скраћене упите';
$strTurkish = 'Турски';
$strType = 'Тип';
 
$strUkrainian = 'Украјински';
$strUncheckAll = 'ниједно';
$strUnicode = 'Уникод';
$strUnique = 'Јединствени';
$strUnknown = 'непознат';
$strUnselectAll = 'ништа';
$strUpdatePrivMessage = 'Ажурирали сте привилегије за %s.';
$strUpdateProfileMessage = 'Профил је промењен.';
$strUpdateQuery = 'Ажурирај упит';
$strUpdComTab = 'Молимо погледајте у документацији како се ажурира табела Column_comments';
$strUpgrade = 'Требало би да унапредите ваш %s сервер на верзију %s или новију.';
$strUsage = 'Заузеће';
$strUseBackquotes = 'Користи \' за ограничавање имена поља';
$strUseHostTable = 'Користи табелу домаћина';
$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.';
$strValue = 'Вредност';
$strVar = 'Променљива';
$strVersionInformation = 'Информације о верзији';
$strViewDumpDatabases = 'Прикажи садржај (схему) базе';
$strViewDumpDB = 'Прикажи садржај (схему) базе';
$strViewDump = 'Прикажи садржај (схему) табеле';
$strViewHasBeenDropped = 'Поглед %s је одбачен';
$strView = 'Поглед';
 
$strWebServerUploadDirectory = 'директоријум за слање веб сервера ';
$strWebServerUploadDirectoryError = 'Директоријум који сте изабрали за слање није доступан';
$strWelcome = 'Добродошли на %s';
$strWestEuropean = 'Западноевропски';
$strWildcard = 'џокер';
$strWindowNotFound = 'Одредишни прозор претраживача није могао да буде ажуриран. Можда сте затворили матични прозор, или ваш претраживач онемогућава ажурирање међу прозорима због сигурносних подешавања';
$strWithChecked = 'Означено:';
$strWriteRequests = 'Захтеви за упис';
$strWritingCommentNotPossible = 'Писање коментара није могуће';
$strWritingRelationNotPossible = 'Уписивање релације није могуће';
$strWrongUser = 'Погрешно корисничко име/лозинка. Приступ одбијен.';
 
$strXML = 'XML';
 
$strYes = 'Да';
 
$strZeroRemovesTheLimit = 'Напомена: Постављање ових опција на 0 (нулу) уклања ограничења.';
$strZip = '"зиповано"';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_cyrillic-windows-1251.inc.php
0,0 → 1,982
<?php
/* $Id: serbian_cyrillic-windows-1251.inc.php,v 2.127.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'windows-1251';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('áà¼òîâà', 'ÊÁ', 'ÌÁ', 'ÃÁ', 'ÒÁ', 'ÏÁ', 'ÅÁ');
 
$day_of_week = array('Íåä', 'Ïîí', 'Óòî', 'Ñðå', '×åò', 'Ïåò', 'Ñóá');
$month = array('¼àí', 'ôåá', 'ìàð', 'àïð', 'ìà¼', '¼óí', '¼óë', 'àâã', 'ñåï', 'îêò', 'íîâ', 'äåö');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. ó %H:%M';
$timespanfmt = '%s äàíà, %s ñàòè, %s ìèíóòà è %s ñåêóíäè';
 
$strAbortedClients = 'Ïðåêèíóòî';
$strAbsolutePathToDocSqlDir = 'Óíåñèòå êîìïëåòíó ïóòàœó äî äèðåêòîðè¼óìà docSQL íà âåá ñåðâåðó';
$strAccessDeniedExplanation = 'phpMyAdmin ¼å ïîêóøàî äà ñå ïîâåæå íà MySQL ñåðâåð, àëè ¼å ñåðâåð îäáèî ïîâåçèâàœå. Ïðîâåðèòå íàçèâ äîìàžèíà, êîðèñíè÷êî èìå è ëîçèíêó ó config.inc.php è óâåðèòå ñå äà îäãîâàðà¼ó ïîäàöèìà êî¼å ñòå äîáèëè îä àäìèíèñòðàòîðà MySQL ñåðâåðà.';
$strAccessDenied = 'Ïðèñòóï îäáè¼åí';
$strAction = 'Àêöè¼à';
$strAddAutoIncrement = 'Äîä༠AUTO_INCREMENT âðåäíîñò';
$strAddConstraints = 'Äîä༠îãðàíè÷åœà';
$strAddDeleteColumn = 'Äîäà¼/îáðèøè êîëîíó';
$strAddDeleteRow = 'Äîäà¼/îáðèøè ïîšå çà êðèòåðè¼óì';
$strAddDropDatabase = 'Äîä༠DROP DATABASE';
$strAddedColumnComment = 'Äîäàò ¼å êîìåíòàð êîëîíè';
$strAddedColumnRelation = 'Äîäàòà ¼å ðåëàöè¼à êîëîíè';
$strAddFields = 'Äîä༠%s ïîšà';
$strAddHeaderComment = 'Äîä༠êîìåíòàð ó çàãëàâšå (\\n ðàçäâà¼à ëèíè¼å)';
$strAddIfNotExists = 'Äîä༠\'IF NOT EXISTS\'';
$strAddIntoComments = 'Äîä༠ó êîìåíòàðå';
$strAddNewField = 'Äîä༠íîâî ïîšå';
$strAddPrivilegesOnDb = 'Äîä༠ïðèâèëåãè¼å íà ñëåäåžî¼ áàçè';
$strAddPrivilegesOnTbl = 'Äîä༠ïðèâèëåãè¼å íà ñëåäåžî¼ òàáåëè';
$strAddSearchConditions = 'Äîä༠óñëîâå ïðåòðàæèâàœà (äåî "WHERE" óïèòà):';
$strAddToIndex = 'Äîä༠ó êšó÷ &nbsp;%s&nbsp;êîëîíà(å)';
$strAddUser = 'Äîä༠íîâîã êîðèñíèêà';
$strAddUserMessage = 'Äîäàëè ñòå íîâîã êîðèñíèêà.';
$strAdministration = 'Àäìèíèñòðàöè¼à';
$strAffectedRows = 'Îáóõâàžåíî ðåäîâà:';
$strAfter = 'Ïîñëå %s';
$strAfterInsertBack = 'Íàçàä íà ïðåòõîäíó ñòðàíó';
$strAfterInsertNewInsert = 'Äîä༠¼îø ¼åäàí íîâè ðåä';
$strAfterInsertNext = 'Óðåäè ñëåäåžè ðåä';
$strAfterInsertSame = 'Âðàòè ñå íà îâó ñòðàíó';
$strAll = 'Ñâå';
$strAllTableSameWidth = 'Ïðèêàç ñâèõ òàáåëà èñòå øèðèíå?';
$strAlterOrderBy = 'Ïðîìåíè ðåäîñëåä ó òàáåëè';
$strAnalyzeTable = 'Àíàëèçèð༠òàáåëó';
$strAnd = 'è';
$strAndThen = 'è îíäà';
$strAnIndex = 'ʚó÷ ¼å óïðàâî äîäàò %s';
$strAny = 'Áèëî êî¼è';
$strAnyHost = 'Áèëî êî¼è äîìàžèí';
$strAnyUser = 'Áèëî êî¼è êîðèñíèê';
$strApproximateCount = 'Ìîæå áèòè ïðèáëèæíî. Âèäèòå FAQ 3.11';
$strAPrimaryKey = 'Ïðèìàðíè êšó÷ ¼å óïðàâî äîäàò %s';
$strArabic = 'Àðàïñêè';
$strArmenian = '£åðìåíñêè';
$strAscending = 'Ðàñòóžè';
$strAtBeginningOfTable = 'Íà ïî÷åòêó òàáåëå';
$strAtEndOfTable = 'Íà êðà¼ó òàáåëå';
$strAttr = 'Àòðèáóòè';
$strAutodetect = 'àóòîìàòñêè';
$strAutomaticLayout = 'Àóòîìàòñêè ðàñïîðåä';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëòè÷êè';
$strBeginCut = 'ÏÎ×ÅÒÀÊ ÐÅÇ';
$strBeginRaw = 'ÏÎ×ÅÒÀÊ ÑÈÐÎÂÎ';
$strBinary = 'Áèíàðíè';
$strBinaryDoNotEdit = 'Áèíàðíè - íå ìåœà¼';
$strBinaryLog = 'Áèíàðíè äíåâíèê';
$strBinLogEventType = 'Âðñòà äîãàà¼à';
$strBinLogInfo = 'Èíôîðìàöè¼å';
$strBinLogName = 'Íàçèâ äíåâíèêà';
$strBinLogOriginalPosition = 'Îðèãèíàëíà ïîçèöè¼à';
$strBinLogPosition = 'Ïîçèöè¼à';
$strBinLogServerId = 'ÈÄ ñåðâåðà';
$strBookmarkAllUsers = 'Äîçâîëè ñâàêîì êîðèñíèêó äà ïðèñòóïà îâîì óïàìžåíîì óïèòó';
$strBookmarkDeleted = 'Îáåëåæèâà÷ ¼å óïðàâî îáðèñàí.';
$strBookmarkLabel = 'Íàçèâ';
$strBookmarkQuery = 'Çàïàìžåí SQL-óïèò';
$strBookmarkThis = 'Çàïàìòè SQL-óïèò';
$strBookmarkView = 'Âèäè ñàìî';
$strBrowseForeignValues = 'Ïðåãëåä༠ñòðàíå âðåäíîñòè';
$strBrowse = 'Ïðåãëåä';
$strBufferPoolActivity = 'Àêòèâíîñò ñêóïà ïðèõâàòíèêà';
$strBufferPool = 'Ñêóï ïðèõâàòíèêà';
$strBufferPoolUsage = 'Êîðèøžåœå ñêóïà ïðèõâàòíèêà';
$strBufferReadMisses = 'Ïðîìàøà¼è ïðè ÷èòàœó';
$strBufferReadMissesInPercent = 'Ïðîìàøà¼è ÷èòàœà ó %';
$strBufferWriteWaits = '×åêàœà íà óïèñ';
$strBufferWriteWaitsInPercent = '×åêàœà íà óïèñ ó %';
$strBulgarian = 'Áóãàðñêè';
$strBusyPages = 'Çàóçåòå ñòðàíå';
$strBzError = 'phpMyAdmin íè¼å ìîãàî äà êîìïðåñó¼å ñàäðæ༠áàçå çáîã íåèñïðàâíå BZ2 åêñòåíçè¼å ó îâî¼ âåðçè¼è PHP-à. Ïðåïîðó÷ó¼å ñå äà ïîäåñèòå <code>$cfg[\'BZipDump\']</code> äèðåêòèâó ó âàøoj phpMyAdmin êîíôèãóðàöèîíîj äàòîòåöè íà <code>FALSE</code>. Àêî æåëèòå äà êîðèñòèòå ìîãóžíîñòè BZ2 êîìïðåñè¼å, òðåáàëî áè äà ïðååòå íà íîâè¼ó âåðçè¼ó PHP-à. Âèäèòå PHP èçâåøò༠î ãðåøêàìà %s çà äåòàšå.';
$strBzip = '"áçèï-îâàíî"';
 
$strCalendar = 'Êàëåíäàð';
$strCannotLogin = 'Íå ìîãó äà ñå ïðè¼àâèì íà MySQL ñåðâåð';
$strCantLoad = 'íå ìîãó äà ó÷èòàì åêñòåíçè¼ó %s,<br />ìîëèì ïðîâåðèòå PHP êîíôèãóðàöè¼ó';
$strCantLoadRecodeIconv = 'Íå ìîãó äà ó÷èòàì iconv èëè recode åêñòåíçè¼å ïîòðåáíå çà êîíâåðçè¼ó ñêóïîâà çíàêîâà, ïîäåñèòå PHP äà äîçâîëè êîðèøžåœå îâèõ åêñòåíçè¼à èëè îíåìîãóžèòå êîíâåðçè¼ó ñêóïîâà çíàêîâà ó phpMyAdmin-ó.';
$strCantRenameIdxToPrimary = 'Íå ìîãó äà ïðîìåíèì êšó÷ ó PRIMARY (ïðèìàðíè) !';
$strCantUseRecodeIconv = 'Íå ìîãó äà êîðèñòèì iconv èëè libiconv èëè recode_string ôóíêöè¼å èàêî åêñòåíçè¼à ïðè¼àâšó¼å äà ¼å ó÷èòàíà. Ïðîâåðèòå âàøó PHP êîíôèãóðàöè¼ó.';
$strCardinality = 'Êàðäèíàëíîñò';
$strCaseInsensitive = 'Íå ðàçëèêó¼å ìàëà è âåëèêà ñëîâà';
$strCaseSensitive = 'Ðàçëèêó¼å ìàëà è âåëèêà ñëîâà';
$strCentralEuropean = 'Öåíòðàëíîåâðîïñêè';
$strChangeCopyModeCopy = '... ñà÷óâ༠ñòàðå.';
$strChangeCopyModeDeleteAndReload = ' ... îáðèøè ñòàðîã èç òàáåëå êîðèñíèêà è çàòèì ïîíîâî ó÷èò༠ïðèâèëåãè¼å.';
$strChangeCopyMode = 'Íàïðàâè íîâîã êîðèñíèêà ñà èñòèì ïðèâèëåãè¼àìà è ...';
$strChangeCopyModeJustDelete = ' ... îáðèøè ñòàðå èç òàáåëà êîðèñíèêà.';
$strChangeCopyModeRevoke = ' ... îáóñòàâè ñâå ïðèâèëåãè¼å ñòàðîã êîðèñíèêà è çàòèì ãà îáðèøè.';
$strChangeCopyUser = 'Ïðîìåíè èíôîðìàöè¼å î ïðè¼àâè / Êîïèð༠êîðèñíèêà';
$strChangeDisplay = 'Èçàáåðè ïîšà çà ïðèêàç';
$strChange = 'Ïðîìåíè';
$strChangePassword = 'Ïðîìåíè ëîçèíêó';
$strCharset = 'Êàðàêòåð ñåò';
$strCharsetOfFile = 'Êàðàêòåð ñåò äàòîòåêå:';
$strCharsetsAndCollations = 'Êàðàêòåð ñåòîâè è ñîðòèðàœå';
$strCharsets = 'Êîäíå ñòðàíå';
$strCheckAll = 'Îçíà÷è ñâå';
$strCheckOverhead = 'Ïðîâåðè òàáåëå êî¼å èìà¼ó ïðåêîðà÷åœà';
$strCheckPrivs = 'Ïðîâåðè ïðèâèëåãè¼å';
$strCheckPrivsLong = 'Ïðîâåðè ïðèâèëåãè¼å çà áàçó &quot;%s&quot;.';
$strCheckTable = 'Ïðîâåðè òàáåëó';
$strChoosePage = 'Èçàáåðèòå ñòðàíó êî¼ó ìåœàòå';
$strColComFeat = 'Ïðèêàçó¼åì êîìåíòàðå êîëîíå';
$strCollation = 'Ñîðòèðàœå';
$strColumnNames = 'Èìåíà êîëîíà';
$strColumnPrivileges = 'Ïðèâèëåãè¼å âåçàíå çà êîëîíå';
$strCommand = 'Íàðåäáà';
$strComments = 'Êîìåíòàðè';
$strCommentsForTable = 'ÊÎÌÅÍÒÀÐÈ ÒÀÁÅËÅ';
$strCompatibleHashing = 'MySQL&nbsp;4.0 êîìïàòèáèëíî';
$strCompleteInserts = 'Êîìïëåòàí INSERT (ñà èìåíèìà ïîšà)';
$strCompression = 'Êîìïðåñè¼à';
$strConfigFileError = 'phpMyAdmin íè¼å ìîãàî äà ïðî÷èòà âàøó êîíôèãóðàöèîíó äàòîòåêó!<br />Îâî ñå ìîæå äåñèòè àêî PHP íàå ãðåøêó ó ïðîöåñèðàœó èëè íå ìîæå äà ïðîíàå äàòîòåêó.<br />Ïîçîâèòå êîíôèãóðàöèîíó äàòîòåêó äèðåêòíî êîðèñòåžè äîœè ëèíê è ïðî÷èòà¼òå ïîðóêå î ãðåøöè êî¼å äîáè¼àòå. Ó âåžèíè ñëó÷à¼åâå íåãäå íåäîñòà¼å íàâîäíèê èëè òà÷êà-çàðåç.<br />Àêî äîáè¼åòå ïðàçíó ñòðàíó, ñâå ¼å ó ðåäó.';
$strConfigureTableCoord = 'Ïîäåñèòå êîîðäèíàòå çà òàáåëó %s';
$strConnectionError = 'Íå ìîãó äà ñå ïîâåæåì: íåèñïðàâíà ïîäåøàâàœà.';
$strConnections = 'Êîíåêöè¼å';
$strConstraintsForDumped = 'Îãðàíè÷åœà çà èçâåçåíå òàáåëå';
$strConstraintsForTable = 'Îãðàíè÷åœà çà òàáåëå';
$strCookiesRequired = 'Êîëà÷èžè (Cookies) ìîðà¼ó ó îâîì ñëó÷à¼ó áèòè àêòèâíè.';
$strCopyDatabaseOK = 'Áàçà %s ¼å ïðåêîïèðàíà ó %s';
$strCopy = 'Êîïèðà¼';
$strCopyTable = 'Êîïèð༠òàáåëó ó (áàçà<b>.</b>òàáåëà):';
$strCopyTableOK = 'Òàáåëà %s ¼å êîïèðàíà ó %s.';
$strCopyTableSameNames = 'Íå ìîãó äà êîïèðàì òàáåëó ó ñàìó ñåáå!';
$strCouldNotKill = 'phpMyAdmin íè¼å ìîãàî äà ïðåêèíå ïðîöåñ %s. Âåðîâàòíî ¼å âåž çàòâîðåí.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE ïðå êîïèðàœà';
$strCreate = 'Íàïðàâè';
$strCreateIndex = 'Íàïðàâè êšó÷ íà&nbsp;%s&nbsp;êîëîíà';
$strCreateIndexTopic = 'Íàïðàâè íîâè êšó÷';
$strCreateNewDatabase = 'Íàïðàâè íîâó áàçó ïîäàòàêà';
$strCreateNewTable = 'Íàïðàâè íîâó òàáåëó ó áàçè %s';
$strCreatePage = 'Íàïðàâè íîâó ñòðàíó';
$strCreatePdfFeat = 'Ïðàâšåœå PDF-ova';
$strCreationDates = 'Äàòóìè êðåèðàœà/àæóðèðàœà/ïðîâåðå';
$strCriteria = 'Êðèòåðè¼óì';
$strCroatian = 'Õðâàòñêè';
$strCSVOptions = 'CSV îïöè¼å';
$strCyrillic = 'Žèðèëè÷íè';
$strCzech = '×åøêè';
$strCzechSlovak = '×åøêî-ñëîâà÷êè';
 
$strDanish = 'Äàíñêè';
$strDatabase = 'Áàçà ïîäàòàêà';
$strDatabaseEmpty = 'Èìå áàçå íè¼å çàäàòî!';
$strDatabaseExportOptions = 'Îïöè¼å çà èçâîç áàçå';
$strDatabaseHasBeenDropped = 'Áàçà %s ¼å îäáà÷åíà.';
$strDatabaseNoTable = 'Áàçà íå ñàäðæè òàáåëå!';
$strDatabases = 'Áàçå';
$strDatabasesDropped = '%s áàçà ¼å óñïåøíî îäáà÷åíî.';
$strDatabasesStatsDisable = 'Èñêšó÷è ñòàòèñòèêå';
$strDatabasesStatsEnable = 'Óêšó÷è ñòàòèñòèêå';
$strDatabasesStatsHeavyTraffic = 'Íàïîìåíà: óêšó÷èâàœå ñòàòèñòèêà ìîæå ïðîóçðîêîâàòè âåëèêè ñàîáðàžà¼ èçìåó âåá è MySQL ñåðâåðà.';
$strDatabasesStats = 'Ñòàòèñòèêà áàçå';
$strDataDict = 'Ðå÷íèê ïîäàòàêà';
$strData = 'Ïîäàöè';
$strDataOnly = 'Ñàìî ïîäàöè';
$strDataPages = 'Ñòðàíå ñà ïîäàöèìà';
$strDBComment = 'Êîìåíòàð áàçå:';
$strDBCopy = 'Êîïèð༠áàçó ó';
$strDBGContext = 'Êîíòåêñò';
$strDBGContextID = 'Êîíòåêñò ÈÄ';
$strDBGHits = 'Ïîãîäàêà';
$strDBGLine = 'Ëèíè¼à';
$strDBGMaxTimeMs = 'Max âðåìå, ìñ';
$strDBGMinTimeMs = 'Ìèí âðåìå, ìñ';
$strDBGModule = 'Ìîäóë';
$strDBGTimePerHitMs = 'Âðåìå/ïîãîäàê, ìñ';
$strDBGTotalTimeMs = 'Óêóïíî âðåìå, ìñ';
$strDbPrivileges = 'Ïðèâèëåãè¼å âåçàíå çà áàçó';
$strDBRename = 'Ïðåèìåíó¼ áàçó ó';
$strDbSpecific = 'Ñïåöèôè÷íî çà áàçó';
$strDefaultEngine = '%s ¼å ïîäðàçóìåâàíè ïîãîí ñêëàäèøòåœà íà îâîì MySQL ñåðâåðó.';
$strDefault = 'Ïîäðàçóìåâàíî';
$strDefaultValueHelp = 'Çà ïîäðàçóìåâàíó âðåäíîñò, óíåñèòå ñàìî ¼åäíó âðåäíîñò, áåç êîñèõ öðòà èëè íàâîäíèêà ó îâîì îáëèêó: à';
$strDefragment = 'Äåôðàãìåíòèð༠òàáåëó';
$strDelayedInserts = 'Êîðèñòè îäëîæåíà óìåòàœà';
$strDeleteAndFlushDescr = 'Îâî ¼å íà¼÷èñòè¼è íà÷èí, àëè ïîíîâíî ó÷èòàâàœå ïðèâèëåãèíà ìîæå äà ïîòðà¼å.';
$strDeleteAndFlush = 'Îáðèøè êîðèñíèêå è ïîíîâî ó÷èò༠ïðèâèëåãè¼å.';
$strDeleted = 'Ðåä ¼å îáðèñàí';
$strDeletedRows = 'Îáðèñàíè ðåäîâè:';
$strDelete = 'Îáðèøè';
$strDeleting = 'Áðèøåì %s';
$strDelOld = 'Òðåíóòíà ñòðàíà èìà ðåôåðåíöå íà òàáåëå êî¼å âèøå íå ïîñòî¼å. Æåëèòå ëè äà îáðèøåòå òå ðåôåðåíöå?';
$strDescending = 'Îïàäà¼óžè';
$strDescription = 'Îïèñ';
$strDictionary = 'ðå÷íèê';
$strDirtyPages = 'Ïðšàâå ñòðàíå';
$strDisabled = 'Îíåìîãóžåíî';
$strDisableForeignChecks = 'Èñêšó÷è ïðîâåðå ñòðàíèõ êšó÷åâà';
$strDisplayFeat = 'Ïðèêàæè îñîáèíå';
$strDisplayOrder = 'Ðåäîñëåä ïðèêàçà:';
$strDisplayPDF = 'Ïðèêàæè PDF ñõåìó';
$strDoAQuery = 'Íàïðàâè "óïèò ïî ïðèìåðó" (Ÿîêåð: "%")';
$strDocu = 'Äîêóìåíòàöè¼à';
$strDoYouReally = 'Äà ëè ñòâàðíî õîžåòå äà ';
$strDropDatabaseStrongWarning = 'Îâèì žåòå ÓÍÈØÒÈÒÈ êîìïëåòíó áàçó ïîäàòàêà!';
$strDrop = 'Îäáàöè';
$strDropUsersDb = 'Îäáàöè áàçå êî¼å ñå çîâó èñòî êàî êîðèñíèöè.';
$strDumpingData = 'Ïðèêàç ïîäàòàêà òàáåëå';
$strDumpSaved = 'Ñàäðæ༠áàçå ¼å ñà÷óâàí ó äàòîòåêó %s.';
$strDumpXRows = 'Ïðèêàæè %s ðåäîâà ïî÷åâøè îä ðåäà %s.';
$strDynamic = 'äèíàìè÷êè';
 
$strEdit = 'Ïðîìåíè';
$strEditPDFPages = 'Óðåèâàœå PDF ñòðàíà';
$strEditPrivileges = 'Ïðîìåíè ïðèâèëåãè¼å';
$strEffective = 'Åôåêòèâíå';
$strEmpty = 'Èñïðàçíè';
$strEmptyResultSet = 'MySQL ¼å âðàòèî ïðàçàí ðåçóëòàò (íóëà ðåäîâà).';
$strEnabled = 'Îìîãóžåíî';
$strEncloseInTransaction = 'Îáàâè èçâîç ó òðàíñàêöè¼è';
$strEndCut = 'ÊÐÀ£ ÐÅÇ';
$strEnd = 'Êðà¼';
$strEndRaw = 'ÊÐÀ£ ÑÈÐÎÂÎ';
$strEngineAvailable = '%s ¼å äîñòóïàí íà îâîì MySQL ñåðâåðó.';
$strEngineDisabled = '%s ¼å îíåìîãóžåí íà îâîì MySQL ñåðâåðó.';
$strEngines = 'Ñêëàäèøòåœà';
$strEngineUnsupported = 'Îâ༠MySQL ñåðâåð íå ïîäðæàâà %s ïîãîí ñêëàäèøòåœà.';
$strEnglish = 'Åíãëåñêè';
$strEnglishPrivileges = ' Íàïîìåíà: MySQL èìåíà ïðèâèëåãè¼à ìîðà¼ó äà áóäó íà åíãëåñêîì ';
$strError = 'Ãðåøêà';
$strEscapeWildcards = 'Ïðå Ÿîêåðà _ è % òðåáà ñòàâèòè çíàê \ àêî èõ êîðèñòèòå ñàìîñòàëíî';
$strEstonian = 'Åñòîíñêè';
$strExcelEdition = 'Excel èçäàœå';
$strExcelOptions = 'Excel îïöè¼å';
$strExecuteBookmarked = 'Èçâðøè óïàìžåí óïèò';
$strExplain = 'Îá¼àñíè SQL';
$strExport = 'Èçâîç';
$strExtendedInserts = 'Ïðîøèðåíè INSERT';
$strExtra = 'Äîäàòíî';
 
$strFailedAttempts = 'Íåóñïåëèõ ïîêóøà¼à';
$strFieldHasBeenDropped = 'Ïîšå %s ¼å îáðèñàíî';
$strField = 'Ïîšå';
$strFieldsEmpty = ' Áðî¼ ïîšà ¼å íóëà! ';
$strFieldsEnclosedBy = 'Ïîšà îãðàíè÷åíà ñà';
$strFieldsEscapedBy = 'Åñêå¼ï êàðàêòåð &nbsp; &nbsp; &nbsp;';
$strFields = 'Ïîšà';
$strFieldsTerminatedBy = 'Ïîšà ðàçäâî¼åíà ñà';
$strFileAlreadyExists = 'Äàòîòåêà %s âåž ïîñòî¼è íà ñåðâåðó, ïðîìåíèòå èìå äàòîòåêå èëè óêšó÷èòå îïöè¼ó ïðåïèñèâàœà.';
$strFileCouldNotBeRead = 'Äàòîòåêó íè¼å ìîãóžå ïðî÷èòàòè';
$strFileNameTemplate = 'Øàáëîí èìåíà äàòîòåêå';
$strFileNameTemplateRemember = 'çàïàìòè øàáëîí';
$strFixed = 'ñðååíî';
$strFlushPrivilegesNote = 'Íàïîìåíà: phpMyAdmin óçèìà ïðèâèëåãè¼å êîðèñíèêà äèðåêòíî èç MySQL òàáåëà ïðèâèëåãè¼à. Ñàäðæ༠îâå òàáåëå ìîæå ñå ðàçëèêîâàòè îä ïðèâèëåãè¼à êî¼å ñåðâåð êîðèñòè àêî ñó âðøåíå ðó÷íå èçìåíå. Ó òîì ñëó÷à¼ó %sïîíîâî ó÷èòà¼òå ïðèâèëåãè¼å%s ïðå íåãî øòî íàñòàâèòå.';
$strFlushTable = 'Îñâåæè òàáåëó ("FLUSH")';
$strFormat = 'Ôîðìàò';
$strFormEmpty = 'Íåäîñòà¼å âðåäíîñò ó îáðàñöó!';
$strFreePages = 'Ñëîáîäíå ñòðàíå';
$strFullText = 'Ïóí òåêñò';
$strFunction = 'Ôóíêöè¼à';
 
$strGenBy = 'Ãåíåðèñàî';
$strGeneralRelationFeat = 'Îïøòå îñîáèíå ðåëàöè¼à';
$strGenerate = 'Íàïðàâè';
$strGeneratePassword = 'Íàïðàâè ëîçèíêó';
$strGenTime = 'Âðåìå êðåèðàœà';
$strGeorgian = 'Ãðóçè¼ñêè';
$strGerman = 'Íåìà÷êè';
$strGlobal = 'ãëîáàëíî';
$strGlobalPrivileges = 'Ãëîáàëíå ïðèâèëåãè¼å';
$strGlobalValue = 'Ãëîáàëíà âðåäíîñò';
$strGo = 'Êðåíè';
$strGrantOption = 'Îìîãóžè';
$strGreek = 'Ãð÷êè';
$strGzip = '"ãçèï-îâàíî"';
 
$strHasBeenAltered = '¼å ïðîìåœåí(à).';
$strHasBeenCreated = '¼å êðåèðàí(à).';
$strHaveToShow = 'Ìîðàòå èçàáðàòè áàð ¼åäíó êîëîíó çà ïðèêàç';
$strHebrew = 'Õåáðå¼ñêè';
$strHexForBinary = 'Êîðèñòè õåêñàäåöèìàëíî çà áèíàðíà ïîšà';
$strHome = 'Ïî÷åòíà ñòðàíà';
$strHomepageOfficial = 'phpMyAdmin âåá ñà¼ò';
$strHost = 'Äîìàžèí';
$strHostEmpty = 'Èìå äîìàžèíà ¼å ïðàçíî!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Îïöè¼å èçâîçà ó Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Îïöè¼å èçâîçà ó Microsoft Word 2000';
$strHungarian = 'Ìààðñêè';
 
$strIcelandic = 'Èñëàíäñêè';
$strId = 'ID';
$strIdxFulltext = 'Òåêñò êšó÷';
$strIgnore = 'Èãíîðèøè';
$strIgnoreInserts = 'Èãíîðèøè äóïëèêàòå ïðè óìåòàœó';
$strIgnoringFile = 'Èãíîðèøåì äàòîòåêó %s';
$strImportDocSQL = 'Óâîç docSQL äàòîòåêà';
$strImportFiles = 'Óâîç äàòîòåêà';
$strIndex = 'ʚó÷';
$strIndexes = 'ʚó÷åâè';
$strIndexHasBeenDropped = 'ʚó÷ %s ¼å îáðèñàí';
$strIndexName = 'Èìå êšó÷à :';
$strIndexType = 'Òèï êšó÷à :';
$strIndexWarningMultiple = 'Âèøå îä ¼åäíîã %s êšó÷à ¼å íàïðàâšåíî çà êîëîíó `%s`';
$strIndexWarningPrimary = 'PRIMARY è INDEX êšó÷åâè íå áè òðåáàëè äà áóäó èñòîâðåìåíî ïîñòàâšåíè çà êîëîíó `%s`';
$strIndexWarningTable = 'Ïðîáëåì ïðè èíäåêñèðàœó òàáåëå `%s`';
$strIndexWarningUnique = 'UNIQUE è INDEX êšó÷åâè íå áè òðåáàëè äà áóäó èñòîâðåìåíî ïîñòàâšåíè çà êîëîíó `%s`';
$strInnoDBAutoextendIncrementDesc = ' Âåëè÷èíà êîðàêà ïðîøèðåœà âåëè÷èíå òàáåëà êî¼å ñå àóòîìàòñêè ïðîøèðó¼ó êàäà ñå íàïóíå.';
$strInnoDBAutoextendIncrement = 'Êîðàê àóòîìàòñêîã ïðîøèðåœà';
$strInnoDBBufferPoolSize = 'Âåëè÷èíà ïðèõâàòíèêà';
$strInnoDBBufferPoolSizeDesc = 'Âåëè÷èíà ìåìîðè¼ñêîã ïðèõâàòíèêà êî¼å InnoDB êîðèñòè çà êåøèðàœå ïîäàòàêà è èíäåêñà ñâî¼èõ òàáåëà.';
$strInnoDBDataFilePath = 'Äàòîòåêå ñà ïîäàöèìà';
$strInnoDBDataHomeDirDesc = 'Çà¼åäíè÷êè äåî ïóòàœå äèðåêòîðè¼óìà çà ñâå InnoDB äàòîòåêå ñà ïîäàöèìà.';
$strInnoDBDataHomeDir = 'Îñíîâíè äèðåêòîðè¼óì ïîäàòàêà';
$strInnoDBPages = 'ñòðàíà';
$strInnodbStat = 'InnoDB ñòàòóñ';
$strInsecureMySQL = 'Âàøà êîíôèãóðàöèîíà äàòîòåêà ñàäðæè ïîäåøàâàœà (root áåç ëîçèíêå) êî¼à îäãîâàðà¼ó ñòàíäàðäíîì MySQL ïðèâèëåãîâàíîì íàëîãó. Âàø MySQL ñåðâåð ðàäè ñà îâèì ïîäåøàâàœèìà, îòâîðåí ¼å çà óïàäå, è çàèñòà òðåáà äà èñïðàâèòå îâ༠ñèãóðíîñíè ðèçèê.';
$strInsertAsNewRow = 'Óíåñè êàî íîâè ðåä';
$strInsertedRowId = 'ID óìåòíóòèõ ðåäîâà:';
$strInsertedRows = 'Óíåñåíî ðåäîâà:';
$strInsert = 'Íîâè çàïèñ';
$strInsertNewRow = 'Óíåñè íîâè ðåä';
$strInternalNotNecessary = '* Óíóòðàøœà ðåëàöè¼à íè¼å íåîïõîäíà êàäà ïîñòî¼è è ó InnoDB.';
$strInternalRelations = 'Óíóòðàøœå ðåëàöè¼å';
$strInUse = 'ñå êîðèñòè';
$strInvalidColumnCount = 'Áðî¼ êîëîíà ìîðà áèòè âåžè îä íóëå.';
$strInvalidFieldAddCount = 'Ìîðàòå äîäàòè áàðåì ¼åäíî ïîšå.';
$strInvalidFieldCount = 'Òàáåëà ìîðà èìàòè áàðåì ¼åäíî ïîšå.';
$strInvalidRowNumber = '%d íè¼å èñïðàâàí áðî¼ ðåäà.';
 
$strJapanese = '£àïàíñêè';
$strJumpToDB = 'Ïðåè íà áàçó &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Îáðèñàíè&quot; êîðèñíèöè žå è äàšå èìàòè ïðèñòóï ñåðâåðó äîê ïðèâèëåãè¼å íå áóäó ïîíîâî ó÷èòàíå.';
$strJustDelete = 'Ñàìî îáðèøè êîðèñíèêå èç òàáåëå ïðèâèëåãè¼à.';
 
$strKeepPass = 'Íåìî¼ äà ìåœàø ëîçèíêó';
$strKeyname = 'Èìå êšó÷à';
$strKill = 'Îáóñòàâè';
$strKorean = 'Êîðå¼ñêè';
 
$strLandscape = 'Ïîëîæåíî';
$strLatchedPages = 'Çàáðàâšåíå ñòðàíå';
$strLatexCaption = 'Êîìåíòàð òàáåëå';
$strLatexContent = 'Ñàäðæ༠òàáåëå __TABLE__';
$strLatexContinuedCaption = 'Íàñòàâšåí êîìåíòàð òàáåëå';
$strLatexContinued = '(íàñòàâšåíî)';
$strLatexIncludeCaption = 'Óêšó÷è êîìåíòàð òàáåëå';
$strLatexLabel = 'Îçíàêà êšó÷à';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX îïöè¼å';
$strLatexStructure = 'Ñòðóêòóðà òàáåëå __TABLE__';
$strLatvian = 'Ëåòîíñêè';
$strLengthSet = 'Äóæèíà/Âðåäíîñò*';
$strLimitNumRows = 'Áðî¼ ðåäîâà ïî ñòðàíè';
$strLinesTerminatedBy = 'Ëèíè¼å ñå çàâðøàâà¼ó ñà';
$strLinkNotFound = 'Âåçà íè¼å ïðîíàåíà';
$strLinksTo = 'Âåçå êà';
$strLithuanian = 'Ëèòâàíñêè';
$strLocalhost = 'Ëîêàëíè';
$strLocationTextfile = 'Ëîêàöè¼à òåêñòóàëíå äàòîòåêå';
$strLogin = 'Ïðè¼àâšèâàœå';
$strLoginInformation = 'Ïîäàöè î ïðè¼àâè';
$strLogout = 'Îä¼àâšèâàœå';
$strLogPassword = 'Ëîçèíêà:';
$strLogServer = 'Ñåðâåð';
$strLogUsername = 'Êîðèñíè÷êî èìå:';
$strLongOperation = 'Îâà îïåðàöè¼à ìîæå äà ïîòðà¼å. Äà ëè äà íàñòàâèìî?';
 
$strMaximumSize = 'Ìàêñèìàëíà âåëè÷èíà: %s%s';
$strMbExtensionMissing = 'mbstring ÏÕÏ åêñòåíçè¼à íè¼å ïðîíàåíà, à ÷èíè ñå äà âè êîðèñòèòå âèøåáà¼òíè ñêóï çíàêîâà. Áåç mbstring åêñòåíçè¼å phpMyAdmin íå ìîæå èñïðàâíî äà ðàçäâà¼à ñòðèíãîâå è òî ìîæå äîâåñòè äî íåî÷åêèâàíèõ ðåçóëòàòà.';
$strMbOverloadWarning = 'Óêšó÷åíà âàì ¼å 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 = 'Îïöè¼å òðàíñôîðìàöè¼å';
$strMIME_transformation_options_note = 'Ìîëèìî óíåñèòå âðåäíîñòè çà îïöè¼å òðàíñôîðìàöè¼å êîðèñòåžè îâ༠îáëèê: \'a\',\'b\',\'c\'...<br />Àêî òðåáà äà óíåñåòå îáðíóòó êîñó öðòó ("\\") èëè àïîñòðîô ("\'") ó òå âðåäíîñòè, ñòàâèòå îáðíóòó êîñó öðòó èñïðåä œèõ (íà ïðèìåð \'\\\\xyz\' èëè \'a\\\'b\').';
$strMIMETypesForTable = 'MIME ÒÈÏÎÂÈ ÇÀ ÒÀÁÅËÓ';
$strMIME_without = 'MIME-òèïîâè ïðèêàçàíè ó êóðçèâó íåìà¼ó îäâî¼åíå ôóíêöè¼å òðàíñôîðìàöè¼å.';
$strModifications = 'Èçìåíå ñó ñà÷óâàíå';
$strModify = 'Ïðîìåíè';
$strModifyIndexTopic = 'Èçìåíè êšó÷';
$strMoveTable = 'Ïîìåðè òàáåëó ó (áàçà<b>.</b>òàáåëà):';
$strMoveTableOK = 'Òàáåëà %s ¼å ïîìåðåíà ó %s.';
$strMoveTableSameNames = 'Íå ìîãó äà ïðåìåñòèì òàáåëó ó ñàìó ñåáå!';
$strMultilingual = 'âèøå¼åçè÷êè';
$strMyISAMDataPointerSize = 'Âåëè÷èíà ïîêàçèâà÷à ïîäàòàêà';
$strMyISAMDataPointerSizeDesc = 'Ïîäðàçóìåâàíà âåëè÷èíà ïîêàçèâà÷à ó áà¼òîâèìà, êîðèñòè ñå ïðè CREATE TABLE çà MyISAM òàáåëå êàäà íè¼å çàäàòà îïöè¼à MAX_ROWS';
$strMyISAMMaxExtraSortFileSizeDesc = 'Àêî áè ïðèâðåìåíà äàòîòåêà êî¼à ñå êîðèñòè çà áðçî êðåèðàœå MyISAM èíäåêñà áèëà âåžà íåãî ïðè êîðèøžåœó êåøà êšó÷åâà çà îâäå çàäàòó âðåäíîñò, êîðèñòè ìåòîä êåøèðàœà êšó÷åâà';
$strMyISAMMaxExtraSortFileSize = 'Ìàêñèìàëíà âåëè÷èíà ïðèâðåìåíèõ äàòîòåêà ïðè êðåèðàœó èíäåêñà';
$strMyISAMMaxSortFileSizeDesc = 'Ìàêñèìàëíà âåëè÷èíà ïðèâðåìåíèõ äàòîòåêà êî¼å MySQL ñìå äà êîðèñòè ïðè ðå-êðåèðàœó MyISAM èíäåêñà (ó òîêó REPAIR TABLE, ALTER TABLE, èëè LOAD DATA INFILE îïåðàöè¼à).';
$strMyISAMMaxSortFileSize = 'Ìàêñèìàëíà âåëè÷èíà ïðèâðåìåíèõ äàòîòåêà çà ñîðòèðàœå';
$strMyISAMRecoverOptions = 'Ðåæèì àóòîìàòñêîã îïîðàâêà';
$strMyISAMRecoverOptionsDesc = 'Ðåæèì àóòîìàòñêîã îïîðàâêà ïóêíóòèõ MyISAM òàáåëà, ïîäåøåí ïðè ñòàðòîâàœó ñåðâåðà îïöè¼îì --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Àêî ¼å âðåäíîñò âåžà îä 1, èíäåêñè MyISAM òàáåëà ñå ïàðàëåëíî êðåèðà¼ó (ñâàêè èíäåêñ ó ñîïñòâåíî¼ íèòè) çà âðåìå ïðîöåñà ïîïðàâêå ñîðòèðàœåì.';
$strMyISAMRepairThreads = 'Íèòè ïîïðàâêå';
$strMyISAMSortBufferSize = 'Âåëè÷èíà ïðèõâàòíèêà çà ñîðòèðàœå';
$strMyISAMSortBufferSizeDesc = 'Ïðèõâàòíèê êî¼è ñå àëîöèðà ïðè ñîðòèðàœó MyISAM èíäåêñà çà âðåìå îïåðàöè¼å REPAIR TABLE èëè ïðè êðåèðàœó èíäåêñà ñà CREATE INDEX èëè ALTER TABLE.';
$strMySQLCharset = 'MySQL ñåò êàðàêòåðà';
$strMySQLConnectionCollation = 'Ñîðòèðàœå çà MySQL âåçó';
$strMySQLSaid = 'MySQL ðå÷å: ';
$strMySQLShowProcess = 'Ïðèêàæè ëèñòó ïðîöåñà';
$strMySQLShowStatus = 'Ïðèêàæè MySQL èíôîðìàöè¼å î òîêó ðàäà';
$strMySQLShowVars = 'Ïðèêàæè MySQL ñèñòåìñêå ïðîìåíšèâå';
 
$strName = 'Èìå';
$strNext = 'Ñëåäåžè';
$strNoActivity = 'Íè¼å áèëî àêòèâíîñòè %s èëè âèøå ñåêóíäè, ìîëèìî ïðè¼àâèòå ñå ïîíîâî';
$strNoDatabases = 'Áàçà íå ïîñòî¼è';
$strNoDatabasesSelected = 'Íè¼å èçàáðàíà íè ¼åäíà áàçà.';
$strNoDescription = 'íåìà îïèñà';
$strNoDetailsForEngine = 'Íåìà äåòàšíè¼èõ èíôîðìàöè¼à î ñòàòóñó çà îâ༠ïîãîí ñêëàäèøòåœà.';
$strNoDropDatabases = '"DROP DATABASE" êîìàíäà ¼å îíåìîãóžåíà.';
$strNoExplain = 'Ïðåñêî÷è îá¼àøœàâàœå SQL-a';
$strNoFrames = 'phpMyAdmin ïðåôåðèðà ÷èòà÷å êî¼è ïîäðæàâà¼ó îêâèðå.';
$strNo = 'Íå';
$strNoIndex = 'ʚó÷ íè¼å äåôèíèñàí!';
$strNoIndexPartsDefined = 'Äåëîâè êšó÷à íèñó äåôèíèñàíè!';
$strNoModification = 'Íåìà èçìåíà';
$strNone = 'íåìà';
$strNoOptions = 'Íå ïîñòî¼å îïöè¼å çà îâ༠ôîðìàò';
$strNoPassword = 'Íåìà ëîçèíêå';
$strNoPermission = 'Âåá ñåðâåðó íè¼å äîçâîšåíî äà ñà÷óâà äàòîòåêó %s.';
$strNoPhp = 'áåç PHP êîäà';
$strNoPrivileges = 'Íåìà ïðèâèëåãè¼à';
$strNoRights = 'Íè¼å Âàì äîçâîšåíî äà áóäåòå îâäå!';
$strNoRowsSelected = 'Íåìà îäàáðàíèõ ðåäîâà';
$strNoSpace = 'Íåäîâîšíî ïðîñòîðà çà ñíèìàœå äàòîòåêå %s.';
$strNoTablesFound = 'Òàáåëå íèñó ïðîíàåíå ó áàçè.';
$strNoThemeSupport = 'Íåìà ïîäðøêå çà òåìå, ìîëèìî ïðîâåðèòå êîíôèãóðàöè¼ó è/èëè òåìå ó äèðåêòîðè¼óìó %s.';
$strNotNumber = 'Îâî íè¼å áðî¼!';
$strNotOK = 'íè¼å ó ðåäó';
$strNotSet = '<b>%s</b> òàáåëà íè¼å ïðîíàåíà èëè íè¼å ïîñòàâšåíà ó %s';
$strNoUsersFound = 'Êîðèñíèê íè¼å íàåí.';
$strNoValidateSQL = 'Ïðåñêî÷è ïðîâåðó SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s ïîãîäàêà óíóòàð òàáåëå <i>%s</i>';
$strNumSearchResultsTotal = '<b>Óêóïíî:</b> <i>%s</i> ïîãîäàêà';
$strNumTables = 'Òàáåëå';
 
$strOK = 'Ó ðåäó';
$strOperations = 'Îïåðàöè¼å';
$strOperator = 'Îïåðàòîð';
$strOptimizeTable = 'Îïòèìèçó¼ òàáåëó';
$strOr = 'èëè';
$strOverhead = 'Ïðåêîðà÷åœå';
$strOverwriteExisting = 'Ïðåïèøè ïîñòî¼åžå äàòîòåêå';
 
$strPageNumber = 'Áðî¼ ñòðàíå:';
$strPagesToBeFlushed = 'Ñòðàíå êî¼å òðåáà äà áóäó óñêëàåíå';
$strPaperSize = 'Äèìåíçè¼å ïàïèðà';
$strPartialText = 'Äåî òåêñòà';
$strPasswordChanged = 'Ëîçèíêà çà %s ¼å óñïåøíî ïðîìåœåíà.';
$strPassword = 'Ëîçèíêà';
$strPasswordEmpty = 'Ëîçèíêà ¼å ïðàçíà!';
$strPasswordHashing = 'Õåøèðàœå ëîçèíêå';
$strPasswordNotSame = 'Ëîçèíêå íèñó èäåíòè÷íå!';
$strPdfDbSchema = 'Ñõåìà áàçå "%s" - Ñòðàíà %s';
$strPdfInvalidTblName = 'Òàáåëà "%s" íå ïîñòî¼è!';
$strPdfNoTables = 'Íåìà òàáåëà';
$strPerHour = 'íà ñàò';
$strPerMinute = 'ó ìèíóòó';
$strPerSecond = 'ó ñåêóíäè';
$strPersian = 'Ïåðñè¼ñêè';
$strPhoneBook = 'òåëåôîíñêè èìåíèê';
$strPHP40203 = 'Êîðèñòèòå PHP 4.2.3, êî¼è èìà îçáèšàí áàã ñà âèøåáà¼òíèì ñòðèíãîâèìà (mbstring). Ïîãëåäà¼òå èçâåøò༠î ãðåøöè áð. 19404. Îâà âåðçè¼à PHP-a ñå íå ïðåïîðó÷ó¼å çà êîðèøžåœå ñà phpMyAdmin.';
$strPhp = 'Íàïðàâè PHP êîä';
$strPHPVersion = 'âåðçè¼à PHP-a';
$strPmaDocumentation = 'phpMyAdmin äîêóìåíòàöè¼à';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> äèðåêòèâà ÌÎÐÀ áèòè ïîäåøåíà ó êîíôèãóðàöèîíî¼ äàòîòåöè!';
$strPolish = 'Ïîšñêè';
$strPortrait = 'Óñïðàâíî';
$strPos1 = 'Ïî÷åòàê';
$strPrevious = 'Ïðåòõîäíà';
$strPrimary = 'Ïðèìàðíè';
$strPrimaryKeyHasBeenDropped = 'Ïðèìàðíè êšó÷ ¼å îáðèñàí';
$strPrimaryKeyName = 'Èìå ïðèìàðíîã êšó÷à ìîðà äà áóäå... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ìîðà</b> áèòè èìå <b>ñàìî</b> ïðèìàðíîã êšó÷à!)';
$strPrint = 'Øòàìïà¼';
$strPrintView = 'Çà øòàìïó';
$strPrintViewFull = 'Ïîãëåä çà øòàìïó (ñà ïóíèì òåêñòîì)';
$strPrivDescAllPrivileges = 'Óêšó÷ó¼å ñâå ïðèâèëåãè¼å îñèì GRANT.';
$strPrivDescAlter = 'Äîçâîšàâà èçìåíó ñòðóêòóðà ïîñòî¼åžèõ òàáåëà.';
$strPrivDescAlterRoutine = 'Äîçâîšàâà èçìåíó è îäáàöèâàœå ñà÷óâàíèõ ðóòèíà.';
$strPrivDescCreateDb = 'Äîçâîšàâà êðåèðàœå íîâèõ áàçà è òàáåëà.';
$strPrivDescCreateRoutine = 'Äîçâîšàâà ïðàâšåœå ñà÷óâàíèõ ðóòèíà.';
$strPrivDescCreateTbl = 'Äîçâîšàâà êðåèðàœå íîâèõ òàáåëà.';
$strPrivDescCreateTmpTable = 'Äîçâîšàâà êðåèðàœå ïðèâðåìåíèõ òàáåëà..';
$strPrivDescCreateUser = 'Äîçâîšàâà ïðàâšåœå, îäáàöèâàœå è ïðåèìåíîâàœå êîðèñíè÷êèõ íàëîãà.';
$strPrivDescCreateView = 'Äîçâîëè êðåèðàœå íîâèõ ïîãëåäà.';
$strPrivDescDelete = 'Äîçâîšàâà áðèñàœå ïîäàòàêà.';
$strPrivDescDropDb = 'Äîçâîšàâà îäáàöèâàœå áàçà è òàáåëà.';
$strPrivDescDropTbl = 'Äîçâîšàâà îäáàöèâàœå òàáåëà.';
$strPrivDescExecute5 = 'Äîçâîšàâà èçâðøàâàœå ñà÷óâàíèõ ðóòèíà.';
$strPrivDescExecute = 'Äîçâîšàâà ïîêðåòàœå ñà÷óâàíèõ ïðîöåäóðà. Íåìà åôåêòà ó îâî¼ âåðçè¼è MySQL-a.';
$strPrivDescFile = 'Äîçâîšàâà óâîç ïîäàòàêà è œèõîâ èçâîç ó äàòîòåêå.';
$strPrivDescGrant = 'Äîçâîšàâà äîäàâàœå êîðèñíèêà è ïðèâèëåãè¼à áåç ïîíîâíîã ó÷èòàâàœà òàáåëà ïðèâèëåãè¼à.';
$strPrivDescIndex = 'Äîçâîšàâà êðåèðàœå è áðèñàœå êšó÷åâà.';
$strPrivDescInsert = 'Äîçâîšàâà óìåòàœå è çàìåíó ïîäàòàêà.';
$strPrivDescLockTables = 'Äîçâîšàâà çàêšó÷àâàœå òàáåëà òåêóžèì ïðîöåñèìà.';
$strPrivDescMaxConnections = 'Îãðàíè÷àâà áðî¼ íîâèõ êîíåêöè¼à êî¼å êîðèñíèê ìîæå òà îòâîðè íà ñàò.';
$strPrivDescMaxQuestions = 'Îãðàíè÷àâà áðî¼ óïèòà êî¼å êîðèñíèê ìîæå äà óïóòè ñåðâåðó çà ñàò.';
$strPrivDescMaxUpdates = 'Îãðàíè÷àâà áðî¼ êîìàíäè êî¼å ìåœà¼ó òàáåëå èëè áàçå êî¼å êîðèñíèê ìîæå äà èçâðøè íà ñàò.';
$strPrivDescProcess3 = 'Äîçâîšàâà ïðåêèäàœå ïðîöåñà äðóãèõ êîðèñíèêà.';
$strPrivDescProcess4 = 'Äîçâîšàâà ïðåãëåä êîìïëåòíèõ óïèòà ó ëèñòè ïðîöåñà.';
$strPrivDescReferences = 'Íåìà åôåêòà ó îâî¼ âåðçè¼è MySQL-a.';
$strPrivDescReload = 'Äîçâîšàâà ïîíîâíî ó÷èòàâàœå ïîäåøàâàœà ñåðâåðà è ïðàæœåœå êåøà ñåðâåðà.';
$strPrivDescReplClient = 'Äà¼å ïðàâî êîðèñíèêó äà ïèòà ãäå ñó ãëàâíè/ïîìîžíè ñåðâåðè.';
$strPrivDescReplSlave = 'Ïîòðåáíî çáîã ïîìîžíèõ ñåðâåðà çà ðåïëèêàöè¼ó.';
$strPrivDescSelect = 'Äîçâîšàâà ÷èòàœå ïîäàòàêà.';
$strPrivDescShowDb = 'Äà¼å ïðèñòóï êîìïëåòíî¼ ëèñòè áàçà.';
$strPrivDescShowView = 'Äîçâîšàâà èçâðøàâàœå SHOW CREATE VIEW óïèòà.';
$strPrivDescShutdown = 'Äîçâîšàâà ãàøåœå ñåðâåðà.';
$strPrivDescSuper = ' Äîçâîšàâà ïîâåçèâàœå èàêî ¼å äîñòèãíóò ìàêñèìàëàí áðî¼ äîçâîšåíèõ âåçà; Íåîïõîäíî çà âåžèíó àäìèíèñòðàòèâíèõ îïöè¼à êàî øòî ñó ïîäåøàâàœå ãëîáàëíèõ ïðîìåíšèâèõ èëè ïðåêèäàœå ïðîöåñà îñòàëèõ êîðèñíèêà.';
$strPrivDescUpdate = 'Äîçâîšàâà èçìåíó ïîäàòàêà.';
$strPrivDescUsage = 'Íåìà ïðèâèëåãè¼à.';
$strPrivileges = 'Ïðèâèëåãè¼å';
$strPrivilegesReloaded = 'Ïðèâèëåãè¼å ñó óñïåøíî ïîíîâî ó÷èòàíå.';
$strProcesslist = 'Ëèñòà ïðîöåñà';
$strPutColNames = 'Ñòàâè èìåíà ïîšà ó ïðâè ðåä';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Óïèò ïî ïðèìåðó';
$strQueryFrame = 'Ïðîçîð çà óïèòå';
$strQueryOnDb = 'SQL óïèò íà áàçè <b>%s</b>:';
$strQuerySQLHistory = 'SQL èñòîðè¼àò';
$strQueryStatistics = '<b>Ñòàòèñòèêå óïèòà</b>: %s óïèòà ¼å ïîñòàâšåíî ñåðâåðó îä œåãîâîã ïîêðåòàœà.';
$strQueryTime = 'Óïèò ¼å òðà¼àî %01.4f ñåêóíäè';
$strQueryType = 'Âðñòà óïèòà';
$strQueryWindowLock = 'Íå ïðåïèñó¼ îâ༠óïèò èçâàí ïðîçîðà';
 
$strReadRequests = 'Çàõòåâè çà ÷èòàœå';
$strReceived = 'Ïðèìšåíî';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïðîâåðè ðåôåðåíöè¼àëíè èíòåãðèòåò:';
$strRefresh = 'Îñâåæè';
$strRelationalSchema = 'Ðåëàöèîíà ñõåìà';
$strRelationNotWorking = 'Äîäàòíå ìîãóžíîñòè çà ðàä ñà ïîâåçàíèì òàáåëàìà ñó èñêšó÷åíå. Äà áèñòå ñàçíàëè çàøòî, êëèêíèòå %sîâäå%s.';
$strRelations = 'Ðåëàöè¼å';
$strRelationsForTable = 'ÐÅËÀÖȣŠÒÀÁÅËÅ';
$strRelationView = 'Ðåëàöèîíè ïîãëåä';
$strReloadingThePrivileges = 'Ïîíîâî ó÷èòàâàì ïðèâèëåãè¼å';
$strReloadMySQL = 'Ïîíîâî ïîêðåíè MySQL';
$strRemoveSelectedUsers = 'Óêëîíè èçàáðàíå êîðèñíèêå';
$strRenameDatabaseOK = 'Áàçà %s ¼å ïðåèìåíîâàíà ó %s';
$strRenameTable = 'Ïðîìåíè èìå òàáåëå ó ';
$strRenameTableOK = 'Òàáåëè %s ïðîìåœåíî èìå ó %s';
$strRepairTable = 'Ïîïðàâè òàáåëó';
$strReplaceNULLBy = 'Çàìåíè NULL ñà';
$strReplaceTable = 'Çàìåíè ïîäàòêå ó òàáåëè ñà ïîäàöèìà èç äàòîòåêå';
$strReset = 'Ïîíèøòè';
$strResourceLimits = 'Îãðàíè÷åœà ðåñóðñà';
$strReType = 'Ïîíîâèòå óíîñ';
$strRevokeAndDeleteDescr = 'Êîðèñíèöè žå è äàšå èìàòè USAGE ïðèâèëåãè¼å äîê ñå ïðèâèëåãè¼å ïîíîâî íå ó÷èòà¼ó.';
$strRevokeAndDelete = 'Îáóñòàâè ñâå àêòèâíå ïðèâèëåãè¼å êîðèñíèêà è çàòèì èõ îáðèøè.';
$strRevoke = 'Çàáðàíè';
$strRevokeMessage = 'Çàáðàíèëè ñòå ïðèâèëåãè¼å çà %s';
$strRomanian = 'Ðóìóíñêè';
$strRowLength = 'Äóæèíà ðåäà';
$strRows = 'Ðåäîâà';
$strRowsFrom = ' ðåäîâà ïî÷åâ îä ðåäà';
$strRowSize = 'Âåëè÷èíà ðåäà';
$strRowsModeFlippedHorizontal = 'õîðèçîíòàëíîì (ðîòèðàíà çàãëàâšà)';
$strRowsModeHorizontal = 'õîðèçîíòàëíîì';
$strRowsModeOptions = 'ó %s ìîäó è ïîíîâè çàãëàâšå ïîñëå ñâàêîã %s ðåäà';
$strRowsModeVertical = 'âåðòèêàëíîì';
$strRowsStatistic = 'Ñòàòèñòèêå ðåäà';
$strRunning = 'íà ñåðâåðó %s';
$strRunQuery = 'Èçâðøè SQL óïèò';
$strRunSQLQuery = 'Èçâðøè SQL óïèò(å) íà áàçè %s';
$strRussian = 'Ðóñêè';
 
$strSave = 'Ñà÷óâà¼';
$strSaveOnServer = 'Ñà÷óâ༠íà ñåðâåð ó äèðåêòîðè¼óì %s';
$strScaleFactorSmall = 'Ôàêòîð óìàœåœà ¼å ïðåìàëè äà áè ñõåìà ñòàëà íà ¼åäíó ñòðàíó';
$strSearchFormTitle = 'Ïðåòðàæèâàœå áàçå';
$strSearch = 'Ïðåòðàæèâàœå';
$strSearchInTables = 'Óíóòàð òàáåëà:';
$strSearchNeedle = 'Ðå÷è èëè âðåäíîñòè êî¼å ñå òðàæå (Ÿîêåð: "%"):';
$strSearchOption1 = 'áàð ¼åäíó îä ðå÷è';
$strSearchOption2 = 'ñâå ðå÷è';
$strSearchOption3 = 'òà÷àí èçðàç';
$strSearchOption4 = 'êàî ðåãóëàðíè èçðàç';
$strSearchResultsFor = 'Ðåçóëòàòè ïðåòðàãå çà "<i>%s</i>" %s:';
$strSearchType = 'Òðàæè:';
$strSecretRequired = 'Êîíôèãóðàöèîíà äàòîòåêà çàõòåâà òà¼íó ëîçèíêó (blowfish_secret).';
$strSelectADb = 'Èçàáåðèòå áàçó';
$strSelectAll = 'Èçàáåðè ñâå';
$strSelectBinaryLog = 'Èçàáåðèòå áèíàðíè äíåâíèê çà ïðåãëåä';
$strSelectFields = 'Èçàáåðè ïîšà (íà¼ìàœå ¼åäíî)';
$strSelectNumRows = 'ó óïèòó';
$strSelectTables = 'Èçàáåðè òàáåëå';
$strSend = 'Ñà÷óâ༠êàî äàòîòåêó';
$strSent = 'Ïîñëàòî';
$strServerChoice = 'Èçáîð ñåðâåðà';
$strServer = 'Ñåðâåð';
$strServerNotResponding = 'Ñåðâåð íå îäãîâàðà';
$strServerStatus = 'Èíôîðìàöè¼å î òîêó ðàäà';
$strServerStatusUptime = 'Îâ༠MySQL ñåðâåð ðàäè âåž %s. Ïîêðåíóò ¼å %s.';
$strServerTabProcesslist = 'Ïðîöåñè';
$strServerTabVariables = 'Ïðîìåíšèâå';
$strServerTrafficNotes = '<b>Ñàîáðàžà¼ ñåðâåðà</b>: Òàáåëå ïîêàçó¼ó ñòàòèñòèêå ìðåæíîã ñàîáðàžà¼à íà îâîì MySQL ñåðâåðó îä œåãîâîã ïîêðåòàœà.';
$strServerVars = 'Ñåðâåðñêå ïðîìåíšèâå è ïîäåøàâàœà';
$strServerVersion = 'Âåðçè¼à ñåðâåðà';
$strSessionValue = 'Âðåäíîñò ñåñè¼å';
$strSetEnumVal = 'Àêî ¼å ïîšå "enum" èëè "set", óíåñèòå âðåäíîñòè ó ôîðìàòó: \'a\',\'b\',\'c\'...<br />Àêî âàì òðåáà îáðíóòà êîñà öðòà ("\\") èëè àïîñòðîô ("\'") êîðèñòèòå èõ ó "èçáåãíóòîì" (escaped) îáëèêó (íà ïðèìåð \'\\\\xyz\' èëè \'a\\\'b\').';
$strShowAll = 'Ïðèêàæè ñâå';
$strShowColor = 'Ïðèêàæè áî¼ó';
$strShowDatadictAs = 'Ôîðìàò ðå÷íèêà ïîäàòàêà';
$strShowFullQueries = 'Ïðèêàæè êîìïëåòíå óïèòå';
$strShowGrid = 'Ïðèêàæè ìðåæó';
$strShow = 'Ïðèêàæè';
$strShowingRecords = 'Ïðèêàç çàïèñà';
$strShowPHPInfo = 'Ïðèêàæè èíôîðìàöè¼å î PHP-ó';
$strShowTableDimension = 'Ïðèêàæè äèìåíçè¼å òàáåëå';
$strShowTables = 'Ïðèêàæè òàáåëå';
$strShowThisQuery = 'Ïðèêàæè ïîíîâî îâ༠óïèò';
$strSimplifiedChinese = 'Ïî¼åäíîñòàâšåíè êèíåñêè';
$strSingly = '(ïî ¼åäíîì ïîšó)';
$strSize = 'Âåëè÷èíà';
$strSlovak = 'Ñëîâà÷êè';
$strSlovenian = 'Ñëîâåíà÷è';
$strSocketProblem = '(èëè ïðèêšó÷àê ëîêàëíîã MySQL ñåðâåðà íè¼å èñïðàâíî ïîäåøåí)';
$strSortByKey = 'Ñîðòèð༠ïî êšó÷ó';
$strSort = 'Ñîðòèðàœå';
$strSpaceUsage = 'Çàóçåžå';
$strSpanish = 'Øïàíñêè';
$strSplitWordsWithSpace = 'Ðå÷è ñå îäâà¼à¼ó ðàçìàêîì (" ").';
$strSQLExportCompatibility = 'Êîìïàòèáèëíîñò SQL èçâîçà';
$strSQLExportType = 'Òèï èçâîçà';
$strSQLOptions = 'SQL îïöè¼å';
$strSQLParserBugMessage = 'Ïîñòî¼è ìîãóžíîñò äà ñòå ïðîíàøëè áàã ó SQL ïàðñåðó. Ìîëèìî èñïèòà¼òå ñâî¼ óïèò ïàæšèâî, è ïðîâåðèòå äà ñó íàâîäíèöè èñïðàâíè è äà íå íåäîñòà¼ó. Îñòàëè ìîãóžè ðàçëîçè ãðåøêå ìîãó áèòè äà ñòå ïîñëàëè áèíàðíó äàòîòåêó âàí îáëàñòè çà îáè÷àí òåêñò. Ìîæåòå ïðîáàòè ñâî¼ óïèò ó MySQL ñó÷åšó êîìàíäíå ëèíè¼å. Äîœà ïîðóêà î ãðåøöè MySQL ñåðâåðà, àêî ¼å èìà, ìîæå âàì ïîìîžè ó îòêðèâàœó ïðîáëåìà. Àêî è äàšå èìàòå ïðîáëåìå èëè àêî ïàðñåð íå óñïåâà òàìî ãäå óñïåâà ñó÷åšå êîìàíäíå ëèíè¼å, ñâåäèòå ñâî¼ SQL óïèò íà ¼åäàí ¼åäèíè óïèò êî¼è ñòâàðà ïðîáëåìå è ïîøàšèòå íàì èçâåøò༠î ãðåøöè ñà äåëîì êîäà ó äîœî¼ ÐÅÇ ñåêöè¼è:';
$strSQLParserUserError = 'Èçãëåäà äà ïîñòî¼è ãðåøêà ó âàøåì SQL óïèòó. Îâäå ¼å ïîðóêà î ãðåøêè MySQL ñåðâåðà, êî¼à âàì ìîæå ïîìîžè ó îòêðèâàœó ïðîáëåìà';
$strSQLQuery = 'SQL óïèò';
$strSQLResult = 'SQL ðåçóëòàò';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Íåèñïðàâàí èäåíòèôèêàòîð';
$strSQPBugUnclosedQuote = 'Íàâîäíèê íè¼å çàòâîðåí';
$strSQPBugUnknownPunctuation = 'Íåïîçíàò ñòðèíã èíòåðïóíêöè¼å';
$strStatCheckTime = 'Ïîñëåäœà ïðîâåðà';
$strStatCreateTime = 'Íàïðàâšåíî';
$strStatement = 'Èìå';
$strStatUpdateTime = 'Ïîñëåäœà èçìåíà';
$strStatus = 'Ñòàòóñ';
$strStorageEngine = 'Ïîãîí ñêëàäèøòåœà';
$strStorageEngines = 'Ïîãîíè ñêëàäèøòåœà';
$strStrucCSV = 'CSV ôîðìàò';
$strStrucData = 'Ñòðóêòóðà è ïîäàöè';
$strStrucDrop = 'Äîä༠\'DROP TABLE\'';
$strStrucExcelCSV = 'CSV çà MS Excel';
$strStrucNativeExcel = 'Èçâîðíè MS Excel ïîäàöè';
$strStrucOnly = 'Ñàìî ñòðóêòóðà';
$strStructPropose = 'Ïðåäëîæè ñòðóêòóðó òàáåëå';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Ïîøàšè';
$strSuccess = 'Âàø SQL óïèò ¼å óñïåøíî èçâðøåí';
$strSum = 'Óêóïíî';
$strSwedish = 'Øâåäñêè';
$strSwitchToDatabase = 'Ïðåáàöè ñå íà êîïèðàíó áàçó';
$strSwitchToTable = 'Ïðåè íà êîïèðàíó òàáåëó';
 
$strTableComments = 'Êîìåíòàðè òàáåëå';
$strTableEmpty = 'Èìà òàáåëå ¼å ïðàçíî!';
$strTableHasBeenDropped = 'Òàáåëà %s ¼å îäáà÷åíà';
$strTableHasBeenEmptied = 'Òàáåëà %s ¼å èñïðàæœåíà';
$strTableHasBeenFlushed = 'Òàáåëà %s ¼å îñâåæåíà';
$strTableMaintenance = 'Ðàäœå íà òàáåëè';
$strTable = 'Òàáåëà';
$strTableOfContents = 'Ñàäðæà¼';
$strTableOptions = 'Îïöè¼å òàáåëå';
$strTables = '%s òàáåëà';
$strTableStructure = 'Ñòðóêòóðà òàáåëå';
$strTableType = 'Òèï òàáåëå';
$strTakeIt = 'ïðåóçìè';
$strTblPrivileges = 'Ïðèâèëåãè¼å âåçàíå çà òàáåëå';
$strTextAreaLength = 'Çáî㠜åõîâå âåëè÷èíå, ïîšå<br />ìîæäà íåžåòå ìîžè äà èçìåíèòå';
$strThai = 'Òà¼ñêè';
$strTheme = 'Òåìà / ñòèë';
$strThisHost = 'Îâ༠ñåðâåð';
$strThisNotDirectory = 'Îâî íè¼å äèðåêòîðè¼óì';
$strThreadSuccessfullyKilled = 'Ïðîöåñ %s ¼å óñïåøíî ïðåêèíóò.';
$strTime = 'Âðåìå';
$strToggleScratchboard = 'Óêšó÷è/èñêšó÷è ðàäíó òàáëó';
$strTotal = 'óêóïíî';
$strTotalUC = 'Óêóïíî';
$strTraditionalChinese = 'Òðàäèöèîíàëíè êèíåñêè';
$strTraditionalSpanish = 'Òðàäèöèîíàëíè øïàíñêè';
$strTraffic = 'Ñàîáðàžà¼';
$strTransformation_application_octetstream__download = 'Ïðèêàçó¼å âåçó çà ïðåóçèìàœå áèíàðíèõ ïîäàòàêà çà ïîšå. Ïðâà îïöè¼à ¼å èìå áèíàðíå äàòîòåêå. Äðóãà îïöè¼à ¼å ìîãóžå èìå ïîšà ðåäà òàáåëå êî¼è ñàäðæè èìå äàòîòåêå. Àêî äàòå äðóãó îïöè¼ó, ïðâà ìîðà áèòè ïîñòàâšåíà íà ïðàçàí ñòðèíã';
$strTransformation_application_octetstream__hex = 'Ïðèêàçó¼å õåêñàäåöèìàëíè ïðèêàç ïîäàòàêà.';
$strTransformation_image_jpeg__inline = 'Ïðèêàçó¼å óìàœåíó ñëèêó íà êî¼ó ¼å ìîãóžå êëèêíóòè; îïöè¼å: øèðèíà, âèñèíà ó ïèêñåëèìà (÷óâà îðèãèíàëíè îäíîñ)';
$strTransformation_image_jpeg__link = 'Ïðèêàçó¼å ëèíê êà îâî¼ ñíèìöè (íïð. äèðåêòíî ïðåóçèìàœå èç BLOB-à).';
$strTransformation_image_png__inline = 'Ïðèêàæè JPEG ñëèêå íà ñòðàíè';
$strTransformation_text_plain__dateformat = 'Óçèìà TIME, TIMESTAMP èëè DATETIME ïîšå è ôîðìàòèðà ãà êîðèñòåžè ëîêàëíè îáëèê ïðèêàçèâàœà äàòóìà. Ïðâà îïöè¼à ¼å îôñåò (ó ñàòèìà) êî¼è ñå äîäà¼å âðåìåíñêî¼ îçíàöè (ïîäðàçóìåâàíî: 0). Äðóãà îïöè¼à ¼å ðàçëè÷èò ôîðìàò äàòóìà ïðåìà ïàðàìåòðèìà êî¼è ñó äîñòóïíè çà PHP-ov strftime().';
$strTransformation_text_plain__external = 'ÑÀÌÎ LINUX: Ïîêðåžå åêñòåðíó àïëèêàöè¼ó è ïîïóœàâà ïîäàòêå ó ïîšèìà ïðåêî ñòàíäàðäíîã óëàçà. Âðàžà ñòàíäàðäíè èçëàç àïëèêàöè¼å. Ïîäðàçóìåâàíî ¼å Tidy, çà ëåïøè ïðèêàç HTML êîäà. Çáîã ñèãóðíîñíèõ ðàçëîãà, ìîðàòå ðó÷íî èçìåíèòè äàòîòåêó libraries/transformations/text_plain__external.inc.php è äîäàòè àëàòå êî¼å æåëèòå äà êîðèñòèòå. Ïðâà îïöè¼à ¼å áðî¼ ïðîãðàìà êî¼å æåëèòå äà êîðèñòèòå, à äðóãà ñó ïàðàìåòðè ïðîãðàìà. Àêî ñå òðåžè ïàðàìåòàð ïîñòàâè íà 1 èçëàç žå áèòè êîíâåðòîâàí êîðèñòåžè htmlspecialchars() (ïîäðàçóìåâàíî ¼å 1). Àêî ¼å ÷åòâðòè ïàðàìåòàð ïîñòàâšåí íà 1, NOWRAP žå áèòè äîäàòî žåëè¼è ñà ñàäðæà¼åì òàêî äà žå èçëàç áèòè ïðèêàçàí áåç èçìåíà. (ïîäðàçóìåâàíî 1)';
$strTransformation_text_plain__formatted = '×óâà îðèãèíàëíî ôîðìàòèðàœå ïîšà. Escaping ñå íå âðøè.';
$strTransformation_text_plain__imagelink = 'Ïðèêàçó¼å ñëèêó è ëèíê, ïîšå ñàäðæè íàçèâ äàòîòåêå; ïðâà îïöè¼à ¼å ïðåôèêñ êàî "http://domain.com/", äðóãà îïöè¼à ¼å øèðèíà ó ïèêñåëèìà, òðåžà ¼å âèñèíà.';
$strTransformation_text_plain__link = 'Ïðèêàçó¼å ëèíê, ïîšå ñàäðæè íàçèâ äàòîòåêå; ïðâà îïöè¼à ¼å ïðåôèêñ êàî "http://domain.com/", äðóãà îïöè¼à ¼å íàñëîâ çà ëèíê.';
$strTransformation_text_plain__substr = 'Ïîêàçó¼å äåî ñòðèíãà. Ïðâà îïöè¼à ¼å áðî¼ çíàêîâà êî¼å òðåáà ïðåñêî÷èòè îä ïî÷åòêà ñòðèíãà (ïîäðàçóìåâàíî 0). Äðóãà îïöè¼à ¼å áðî¼ âðàžåíèõ çíàêîâà (ïîäðàçóìåâàíî: äî êðà¼à ñòðèíãà). Òðåžà îïöè¼à ¼å ñòðèíã êî¼è ñå äîäà¼å êàäà äîå äî îäñåöàœà (ïîäðàçóìåâàíî: ...) .';
$strTruncateQueries = 'Ïðèêàæè ñêðàžåíå óïèòå';
$strTurkish = 'Òóðñêè';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðà¼èíñêè';
$strUncheckAll = 'íè¼åäíî';
$strUnicode = 'Óíèêîä';
$strUnique = '£åäèíñòâåíè';
$strUnknown = 'íåïîçíàò';
$strUnselectAll = 'íèøòà';
$strUpdatePrivMessage = 'Àæóðèðàëè ñòå ïðèâèëåãè¼å çà %s.';
$strUpdateProfileMessage = 'Ïðîôèë ¼å ïðîìåœåí.';
$strUpdateQuery = 'Àæóðèð༠óïèò';
$strUpdComTab = 'Ìîëèìî ïîãëåäà¼òå ó äîêóìåíòàöè¼è êàêî ñå àæóðèðà òàáåëà Column_comments';
$strUpgrade = 'Òðåáàëî áè äà óíàïðåäèòå âàø %s ñåðâåð íà âåðçè¼ó %s èëè íîâè¼ó.';
$strUsage = 'Çàóçåžå';
$strUseBackquotes = 'Êîðèñòè \' çà îãðàíè÷àâàœå èìåíà ïîšà';
$strUseHostTable = 'Êîðèñòè òàáåëó äîìàžèíà';
$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.';
$strValue = 'Âðåäíîñò';
$strVar = 'Ïðîìåíšèâà';
$strVersionInformation = 'Èíôîðìàöè¼å î âåðçè¼è';
$strViewDumpDatabases = 'Ïðèêàæè ñàäðæ༠(ñõåìó) áàçå';
$strViewDumpDB = 'Ïðèêàæè ñàäðæ༠(ñõåìó) áàçå';
$strViewDump = 'Ïðèêàæè ñàäðæ༠(ñõåìó) òàáåëå';
$strViewHasBeenDropped = 'Ïîãëåä %s ¼å îäáà÷åí';
$strView = 'Ïîãëåä';
 
$strWebServerUploadDirectory = 'äèðåêòîðè¼óì çà ñëàœå âåá ñåðâåðà ';
$strWebServerUploadDirectoryError = 'Äèðåêòîðè¼óì êî¼è ñòå èçàáðàëè çà ñëàœå íè¼å äîñòóïàí';
$strWelcome = 'Äîáðîäîøëè íà %s';
$strWestEuropean = 'Çàïàäíîåâðîïñêè';
$strWildcard = 'Ÿîêåð';
$strWindowNotFound = 'Îäðåäèøíè ïðîçîð ïðåòðàæèâà÷à íè¼å ìîãàî äà áóäå àæóðèðàí. Ìîæäà ñòå çàòâîðèëè ìàòè÷íè ïðîçîð, èëè âàø ïðåòðàæèâà÷ îíåìîãóžàâà àæóðèðàœå ìåó ïðîçîðèìà çáîã ñèãóðíîñíèõ ïîäåøàâàœà';
$strWithChecked = 'Îçíà÷åíî:';
$strWriteRequests = 'Çàõòåâè çà óïèñ';
$strWritingCommentNotPossible = 'Ïèñàœå êîìåíòàðà íè¼å ìîãóžå';
$strWritingRelationNotPossible = 'Óïèñèâàœå ðåëàöè¼å íè¼å ìîãóžå';
$strWrongUser = 'Ïîãðåøíî êîðèñíè÷êî èìå/ëîçèíêà. Ïðèñòóï îäáè¼åí.';
 
$strXML = 'XML';
 
$strYes = 'Äà';
 
$strZeroRemovesTheLimit = 'Íàïîìåíà: Ïîñòàâšàœå îâèõ îïöè¼à íà 0 (íóëó) óêëàœà îãðàíè÷åœà.';
$strZip = '"çèïîâàíî"';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_latin-utf-8.inc.php
0,0 → 1,983
<?php
/* $Id: serbian_latin-utf-8.inc.php,v 2.128.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Čet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direktorijuma docSQL na veb serveru';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Proverite naziv domaćina, korisničko ime i lozinku u config.inc.php i uverite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj ograničenja';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterijum';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Dodat je komentar koloni';
$strAddedColumnRelation = 'Dodata je relacija koloni';
$strAddFields = 'Dodaj %s polja';
$strAddHeaderComment = 'Dodaj komentar u zaglavlje (\\n razdvaja linije)';
$strAddIfNotExists = 'Dodaj \'IF NOT EXISTS\'';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na sledećoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na sledećoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (deo "WHERE" upita):';
$strAddToIndex = 'Dodaj u ključ &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaćeno redova:';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAfterInsertNext = 'Uredi sledeći red';
$strAfterInsertSame = 'Vrati se na ovu stranu';
$strAfter = 'Posle %s';
$strAll = 'Sve';
$strAllTableSameWidth = 'Prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promeni redosled u tabeli';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAndThen = 'i onda';
$strAnIndex = 'Ključ je upravo dodat %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji domaćin';
$strAnyUser = 'Bilo koji korisnik';
$strApproximateCount = 'Može biti približno. Vidite FAQ 3.11';
$strAPrimaryKey = 'Primarni ključ je upravo dodat %s';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastući';
$strAtBeginningOfTable = 'Na početku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltički';
$strBeginCut = 'POČETAK REZ';
$strBeginRaw = 'POČETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne menjaj';
$strBinaryLog = 'Binarni dnevnik';
$strBinLogEventType = 'Vrsta događaja';
$strBinLogInfo = 'Informacije';
$strBinLogName = 'Naziv dnevnika';
$strBinLogOriginalPosition = 'Originalna pozicija';
$strBinLogPosition = 'Pozicija';
$strBinLogServerId = 'ID servera';
$strBookmarkAllUsers = 'Dozvoli svakom korisniku da pristupa ovom zapamćenom upitu';
$strBookmarkDeleted = 'Obeleživač je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Zapamćen SQL-upit';
$strBookmarkThis = 'Zapamti SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowseForeignValues = 'Pregledaj strane vrednosti';
$strBrowse = 'Pregled';
$strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
$strBufferPool = 'Skup prihvatnika';
$strBufferPoolUsage = 'Korišćenje skupa prihvatnika';
$strBufferReadMissesInPercent = 'Promašaji čitanja u %';
$strBufferReadMisses = 'Promašaji pri čitanju';
$strBufferWriteWaits = 'Čekanja na upis';
$strBufferWriteWaitsInPercent = 'Čekanja na upis u %';
$strBulgarian = 'Bugarski';
$strBusyPages = 'Zauzete strane';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporučuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašoj phpMyAdmin konfiguracionoj datoteci na <code>FALSE</code>. Ako želite da koristite mogućnosti BZ2 kompresije, trebalo bi da pređete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCalendar = 'Kalendar';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da učitam ekstenziju %s,<br />molim proverite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da učitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišćenje ovih ekstenzija ili onemogućite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim ključ u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je učitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChangeCopyModeCopy = '... sačuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo učitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strChange = 'Promeni';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCharsets = 'Kodne strane';
$strCheckAll = 'Označi sve';
$strCheckOverhead = 'Proveri prekoračenja';
$strCheckPrivsLong = 'Proveri privilegije za bazu &quot;%s&quot;.';
$strCheckPrivs = 'Proveri privilegije';
$strCheckTable = 'Proveri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strCommentsForTable = 'KOMENTARI TABELE';
$strComments = 'Komentari';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilno';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da pročita vašu konfiguracionu datoteku!<br />Ovo se može desiti ako PHP nađe grešku u procesiranju ili ne može da pronađe datoteku.<br />Pozovite konfiguracionu datoteku direktno koristeći donji link i pročitajte poruke o grešci koje dobijate. U većini slučajeve negde nedostaje navodnik ili tačka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnectionError = 'Ne mogu da se povežem: neispravna podešavanja.';
$strConnections = 'Konekcije';
$strConstraintsForDumped = 'Ograničenja za izvezene tabele';
$strConstraintsForTable = 'Ograničenja za tabele';
$strCookiesRequired = 'Kolačići (Cookies) moraju u ovom slučaju biti aktivni.';
$strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
$strCopy = 'Kopiraj';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Verovatno je već zatvoren.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE pre kopiranja';
$strCreateIndex = 'Napravi ključ na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi ključ';
$strCreate = 'Napravi';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCreationDates = 'Datumi kreiranja/ažuriranja/provere';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCSVOptions = 'CSV opcije';
$strCyrillic = 'Ćirilični';
$strCzech = 'Češki';
$strCzechSlovak = 'Češko-slovački';
 
$strDanish = 'Danski';
$strDatabase = 'Baza podataka';
$strDatabaseEmpty = 'Ime baze nije zadato!';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbačena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspešno odbačeno.';
$strDatabasesStatsDisable = 'Isključi statistike';
$strDatabasesStatsEnable = 'Uključi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: uključivanje statistika može prouzrokovati veliki saobraćaj između veb i MySQL servera.';
$strDatabasesStats = 'Statistika baze';
$strDataDict = 'Rečnik podataka';
$strDataOnly = 'Samo podaci';
$strDataPages = 'Strane sa podacima';
$strData = 'Podaci';
$strDBComment = 'Komentar baze:';
$strDBCopy = 'Kopiraj bazu u';
$strDBGContextID = 'Kontekst ID';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vreme, ms';
$strDBGMinTimeMs = 'Min vreme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vreme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vreme, ms';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDBRename = 'Preimenuj bazu u';
$strDbSpecific = 'Specifično za bazu';
$strDefaultEngine = '%s je podrazumevani pogon skladištenja na ovom MySQL serveru.';
$strDefault = 'Podrazumevano';
$strDefaultValueHelp = 'Za podrazumevanu vrednost, unesite samo jednu vrednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDefragment = 'Defragmentiraj tabelu';
$strDelayedInserts = 'Koristi odložena umetanja';
$strDeleteAndFlushDescr = 'Ovo je najčistiji način, ali ponovno učitavanje privilegina može da potraje.';
$strDeleteAndFlush = 'Obriši korisnike i ponovo učitaj privilegije.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDelete = 'Obriši';
$strDeleting = 'Brišem %s';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDescending = 'Opadajući';
$strDescription = 'Opis';
$strDictionary = 'rečnik';
$strDirtyPages = 'Prljave strane';
$strDisabled = 'Onemogućeno';
$strDisableForeignChecks = 'Isključi provere stranih ključeva';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primeru" (džoker: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno hoćete da ';
$strDropDatabaseStrongWarning = 'Ovim ćete UNIŠTITI kompletnu bazu podataka!';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpingData = 'Prikaz podataka tabele';
$strDumpSaved = 'Sadržaj baze je sačuvan u datoteku %s.';
$strDumpXRows = 'Prikaži %s redova počevši od reda %s.';
$strDynamic = 'dinamički';
 
$strEditPDFPages = 'Uređivanje PDF strana';
$strEditPrivileges = 'Promeni privilegije';
$strEdit = 'Promeni';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omogućeno';
$strEncloseInTransaction = 'Obavi izvoz u transakciji';
$strEndCut = 'KRAJ REZ';
$strEnd = 'Kraj';
$strEndRaw = 'KRAJ SIROVO';
$strEngineAvailable = '%s je dostupan na ovom MySQL serveru.';
$strEngineDisabled = '%s je onemogućen na ovom MySQL serveru.';
$strEngines = 'Skladištenja';
$strEngineUnsupported = 'Ovaj MySQL server ne podržava %s pogon skladištenja.';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEscapeWildcards = 'Pre džokera _ i % treba staviti znak \ ako ih koristite samostalno';
$strEstonian = 'Estonski';
$strExcelEdition = 'Excel izdanje';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamćen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strField = 'Polje';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ograničena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFields = 'Polja';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s već postoji na serveru, promenite ime datoteke ili uključite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguće pročitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'sređeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su vršene ručne izmene. U tom slučaju %sponovo učitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osveži tabelu ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrednost u obrascu!';
$strFreePages = 'Slobodne strane';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generisao';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGenerate = 'Napravi';
$strGeneratePassword = 'Napravi lozinku';
$strGenTime = 'Vreme kreiranja';
$strGeorgian = 'Gruzijski';
$strGerman = 'Nemački';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omogući';
$strGreek = 'Grčki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Hebrejski';
$strHexForBinary = 'Koristi heksadecimalno za binarna polja';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHome = 'Početna strana';
$strHost = 'Domaćin';
$strHostEmpty = 'Ime domaćina je prazno!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcije izvoza u Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcije izvoza u Microsoft Word 2000';
$strHungarian = 'Mađarski';
 
$strIcelandic = 'Islandski';
$strId = 'ID';
$strIdxFulltext = 'Tekst ključ';
$strIgnore = 'Ignoriši';
$strIgnoreInserts = 'Ignoriši duplikate pri umetanju';
$strIgnoringFile = 'Ignorišem datoteku %s';
$strImportDocSQL = 'Uvoz docSQL datoteka';
$strImportFiles = 'Uvoz datoteka';
$strIndexes = 'Ključevi';
$strIndexHasBeenDropped = 'Ključ %s je obrisan';
$strIndex = 'Ključ';
$strIndexName = 'Ime ključa :';
$strIndexType = 'Tip ključa :';
$strIndexWarningMultiple = 'Više od jednog %s ključa je napravljeno za kolonu `%s`';
$strIndexWarningPrimary = 'PRIMARY i INDEX ključevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strIndexWarningTable = 'Problem pri indeksiranju tabele `%s`';
$strIndexWarningUnique = 'UNIQUE i INDEX ključevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strInnoDBAutoextendIncrementDesc = ' Veličina koraka proširenja veličine tabela koje se automatski proširuju kada se napune.';
$strInnoDBAutoextendIncrement = 'Korak automatskog proširenja';
$strInnoDBBufferPoolSizeDesc = 'Veličina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
$strInnoDBBufferPoolSize = 'Veličina prihvatnika';
$strInnoDBDataFilePath = 'Datoteke sa podacima';
$strInnoDBDataHomeDirDesc = 'Zajednički deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
$strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
$strInnoDBPages = 'strana';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
$strInsertNewRow = 'Unesi novi red';
$strInsert = 'Novi zapis';
$strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.';
$strInternalRelations = 'Unutrašnje relacije';
$strInUse = 'se koristi';
$strInvalidColumnCount = 'Broj kolona mora biti veći od nule.';
$strInvalidFieldAddCount = 'Morate dodati barem jedno polje.';
$strInvalidFieldCount = 'Tabela mora imati barem jedno polje.';
$strInvalidRowNumber = '%d nije ispravan broj reda.';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Pređi na bazu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici će i dalje imati pristup serveru dok privilegije ne budu ponovo učitane.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
 
$strKeepPass = 'Nemoj da menjaš lozinku';
$strKeyname = 'Ime ključa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLandscape = 'Položeno';
$strLatchedPages = 'Zabravljene strane';
$strLatexCaption = 'Komentar tabele';
$strLatexContent = 'Sadržaj tabele __TABLE__';
$strLatexContinuedCaption = 'Nastavljen komentar tabele';
$strLatexContinued = '(nastavljeno)';
$strLatexIncludeCaption = 'Uključi komentar tabele';
$strLatexLabel = 'Oznaka ključa';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLatvian = 'Letonski';
$strLengthSet = 'Dužina/Vrednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronađena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLoginInformation = 'Podaci o prijavi';
$strLogin = 'Prijavljivanje';
$strLogout = 'Odjavljivanje';
$strLogPassword = 'Lozinka:';
$strLogServer = 'Server';
$strLogUsername = 'Korisničko ime:';
$strLongOperation = 'Ova operacija može da potraje. Da li da nastavimo?';
 
$strMaximumSize = 'Maksimalna veličina: %s%s';
$strMbExtensionMissing = 'mbstring PHP ekstenzija nije pronađena, a čini se da vi koristite višebajtni skup znakova. Bez mbstring ekstenzije phpMyAdmin ne može ispravno da razdvaja stringove i to može dovesti do neočekivanih rezultata.';
$strMbOverloadWarning = 'Uključena vam je mbstring.func_overload opcija u PHP podešavanjima. Ova opcija je nekompatibilna sa phpMyAdmin i može dovesti do grešaka u nekim podacima!';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options_note = 'Molimo unesite vrednosti za opcije transformacije koristeći ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrednosti, stavite obrnutu kosu crtu ispred njih (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation = 'Tranformacije čitača';
$strMIMETypesForTable = 'MIME TIPOVI ZA TABELU';
$strMIME_without = 'MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmene su sačuvane';
$strModifyIndexTopic = 'Izmeni ključ';
$strModify = 'Promeni';
$strMoveTableOK = 'Tabela %s je pomerena u %s.';
$strMoveTable = 'Pomeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableSameNames = 'Ne mogu da premestim tabelu u samu sebe!';
$strMultilingual = 'višejezički';
$strMyISAMDataPointerSizeDesc = 'Podrazumevana veličina pokazivača u bajtovima, koristi se pri CREATE TABLE za MyISAM tabele kada nije zadata opcija MAX_ROWS';
$strMyISAMDataPointerSize = 'Veličina pokazivača podataka';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka koja se koristi za brzo kreiranje MyISAM indeksa bila veća nego pri korišćenju keša ključeva za ovde zadatu vrednost, koristi metod keširanja ključeva';
$strMyISAMMaxExtraSortFileSize = 'Maksimalna veličina privremenih datoteka pri kreiranju indeksa';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalna veličina privremenih datoteka koje MySQL sme da koristi pri re-kreiranju MyISAM indeksa (u toku REPAIR TABLE, ALTER TABLE, ili LOAD DATA INFILE operacija).';
$strMyISAMMaxSortFileSize = 'Maksimalna veličina privremenih datoteka za sortiranje';
$strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
$strMyISAMRecoverOptions = 'Režim automatskog oporavka';
$strMyISAMRepairThreadsDesc = 'Ako je vrednost veća od 1, indeksi MyISAM tabela se paralelno kreiraju (svaki indeks u sopstvenoj niti) za vreme procesa popravke sortiranjem.';
$strMyISAMRepairThreads = 'Niti popravke';
$strMyISAMSortBufferSizeDesc = 'Prihvatnik koji se alocira pri sortiranju MyISAM indeksa za vreme operacije REPAIR TABLE ili pri kreiranju indeksa sa CREATE INDEX ili ALTER TABLE.';
$strMyISAMSortBufferSize = 'Veličina prihvatnika za sortiranje';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLConnectionCollation = 'Sortiranje za MySQL vezu';
$strMySQLSaid = 'MySQL reče: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Sledeći';
$strNoActivity = 'Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDetailsForEngine = 'Nema detaljnijih informacija o statusu za ovaj pogon skladištenja.';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemogućena.';
$strNoExplain = 'Preskoči objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira čitače koji podržavaju okvire.';
$strNoIndex = 'Ključ nije definisan!';
$strNoIndexPartsDefined = 'Delovi ključa nisu definisani!';
$strNoModification = 'Nema izmena';
$strNo = 'Ne';
$strNone = 'nema';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da sačuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovde!';
$strNoRowsSelected = 'Nema odabranih redova';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronađene u bazi.';
$strNoThemeSupport = 'Nema podrške za teme, molimo proverite konfiguraciju i/ili teme u direktorijumu %s.';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronađena ili nije postavljena u %s';
$strNoUsersFound = 'Korisnik nije nađen.';
$strNoValidateSQL = 'Preskoči proveru SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizuj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoračenje';
$strOverwriteExisting = 'Prepiši postojeće datoteke';
 
$strPageNumber = 'Broj strane:';
$strPagesToBeFlushed = 'Strane koje treba da budu usklađene';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Deo teksta';
$strPasswordChanged = 'Lozinka za %s je uspešno promenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordHashing = 'Heširanje lozinke';
$strPassword = 'Lozinka';
$strPasswordNotSame = 'Lozinke nisu identične!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minutu';
$strPerSecond = 'u sekundi';
$strPersian = 'Persijski';
$strPhoneBook = 'telefonski imenik';
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljan bag sa višebajtnim stringovima (mbstring). Pogledajte izveštaj o grešci br. 19404. Ova verzija PHP-a se ne preporučuje za korišćenje sa phpMyAdmin.';
$strPhp = 'Napravi PHP kod';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podešena u konfiguracionoj datoteci!';
$strPolish = 'Poljski';
$strPortrait = 'Uspravno';
$strPos1 = 'Početak';
$strPrevious = 'Prethodna';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je obrisan';
$strPrimaryKeyName = 'Ime primarnog ključa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog ključa!)';
$strPrimary = 'Primarni';
$strPrint = 'Štampaj';
$strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Uključuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmenu struktura postojećih tabela.';
$strPrivDescAlterRoutine = 'Dozvoljava izmenu i odbacivanje sačuvanih rutina.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateRoutine = 'Dozvoljava pravljenje sačuvanih rutina.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescCreateUser = 'Dozvoljava pravljenje, odbacivanje i preimenovanje korisničkih naloga.';
$strPrivDescCreateView = 'Dozvoli kreiranje novih pogleda.';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute5 = 'Dozvoljava izvršavanje sačuvanih rutina.';
$strPrivDescExecute = 'Dozvoljava pokretanje sačuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog učitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje ključeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zaključavanje tabela tekućim procesima.';
$strPrivDescMaxConnections = 'Ograničava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ograničava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ograničava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno učitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoćni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoćnih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava čitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShowView = 'Dozvoljava izvršavanje SHOW CREATE VIEW upita.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za većinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo učitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Upit po primeru';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReadRequests = 'Zahtevi za čitanje';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRefresh = 'Osveži';
$strRelationalSchema = 'Relaciona shema';
$strRelationNotWorking = 'Dodatne mogućnosti za rad sa povezanim tabelama su isključene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationsForTable = 'RELACIJE TABELE';
$strRelations = 'Relacije';
$strRelationView = 'Relacioni pogled';
$strReloadingThePrivileges = 'Ponovo učitavam privilegije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameDatabaseOK = 'Baza %s je preimenovana u %s';
$strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
$strRenameTable = 'Promeni ime tabele u ';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zameni NULL sa';
$strReplaceTable = 'Zameni podatke u tabeli sa podacima iz datoteke';
$strReset = 'Poništi';
$strResourceLimits = 'Ograničenja resursa';
$strReType = 'Ponovite unos';
$strRevokeAndDeleteDescr = 'Korisnici će i dalje imati USAGE privilegije dok se privilegije ponovo ne učitaju.';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRevoke = 'Zabrani';
$strRomanian = 'Rumunski';
$strRowLength = 'Dužina reda';
$strRowsFrom = ' redova počev od reda';
$strRowSize = 'Veličina reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRows = 'Redova';
$strRowsStatistic = 'Statistike reda';
$strRunning = 'na serveru %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRussian = 'Ruski';
 
$strSaveOnServer = 'Sačuvaj na server u direktorijum %s';
$strSave = 'Sačuvaj';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Reči ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od reči';
$strSearchOption2 = 'sve reči';
$strSearchOption3 = 'tačan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearch = 'Pretraživanje';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectBinaryLog = 'Izaberite binarni dnevnik za pregled';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Sačuvaj kao datoteku';
$strSent = 'Poslato';
$strServerChoice = 'Izbor servera';
$strServerNotResponding = 'Server ne odgovara';
$strServer = 'Server';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi već %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promenljive';
$strServerTrafficNotes = '<b>Saobraćaj servera</b>: Tabele pokazuju statistike mrežnog saobraćaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format rečnika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowingRecords = 'Prikaz zapisa';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShow = 'Prikaži';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Veličina';
$strSlovak = 'Slovački';
$strSlovenian = 'Slovenački';
$strSocketProblem = '(ili priključak lokalnog MySQL servera nije ispravno podešen)';
$strSortByKey = 'Sortiraj po ključu';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeće';
$strSpanish = 'Španski';
$strSplitWordsWithSpace = 'Reči se odvajaju razmakom (" ").';
$strSQLExportCompatibility = 'Kompatibilnost SQL izvoza';
$strSQLExportType = 'Tip izvoza';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji mogućnost da ste pronašli bag u SQL parseru. Molimo ispitajte svoj upit pažljivo, i proverite da su navodnici ispravni i da ne nedostaju. Ostali mogući razlozi greške mogu biti da ste poslali binarnu datoteku van oblasti za običan tekst. Možete probati svoj upit u MySQL sučelju komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoći u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspeva tamo gde uspeva sučelje komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izveštaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoći u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strStatCheckTime = 'Poslednja provera';
$strStatCreateTime = 'Napravljeno';
$strStatement = 'Ime';
$strStatUpdateTime = 'Poslednja izmena';
$strStatus = 'Status';
$strStorageEngine = 'Pogon skladištenja';
$strStorageEngines = 'Pogoni skladištenja';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucNativeExcel = 'Izvorni MS Excel podaci';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToDatabase = 'Prebaci se na kopiranu bazu';
$strSwitchToTable = 'Pređi na kopiranu tabelu';
 
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbačena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTables = '%s tabela';
$strTableStructure = 'Struktura tabele';
$strTable = 'Tabela';
$strTableType = 'Tip tabele';
$strTakeIt = 'preuzmi';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove veličine, polje<br />možda nećete moći da izmenite';
$strThai = 'Tajski';
$strTheme = 'Tema / stil';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspešno prekinut.';
$strTime = 'Vreme';
$strToggleScratchboard = 'Uključi/isključi radnu tablu';
$strTotalUC = 'Ukupno';
$strTotal = 'ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraditionalSpanish = 'Tradicionalni španski';
$strTraffic = 'Saobraćaj';
$strTransformation_application_octetstream__download = 'Prikazuje vezu za preuzimanje binarnih podataka za polje. Prva opcija je ime binarne datoteke. Druga opcija je moguće ime polja reda tabele koji sadrži ime datoteke. Ako date drugu opciju, prva mora biti postavljena na prazan string';
$strTransformation_application_octetstream__hex = 'Prikazuje heksadecimalni prikaz podataka.';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguće kliknuti; opcije: širina, visina u pikselima (čuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeći lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je različit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreće eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraća standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ručno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treći parametar postavi na 1 izlaz će biti konvertovan koristeći htmlspecialchars() (podrazumevano je 1). Ako je četvrti parametar postavljen na 1, NOWRAP će biti dodato ćeliji sa sadržajem tako da će izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Čuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treća je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje deo stringa. Prva opcija je broj znakova koje treba preskočiti od početka stringa (podrazumevano 0). Druga opcija je broj vraćenih znakova (podrazumevano: do kraja stringa). Treća opcija je string koji se dodaje kada dođe do odsecanja (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraćene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpgrade = 'Trebalo bi da unapredite vaš %s server na verziju %s ili noviju.';
$strUsage = 'Zauzeće';
$strUseBackquotes = 'Koristi \' za ograničavanje imena polja';
$strUseHostTable = 'Koristi tabelu domaćina';
$strUserAlreadyExists = 'Korisnik %s već postoji!';
$strUserEmpty = 'Ime korisnika nije uneto!';
$strUser = 'Korisnik';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronađen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspešno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
$strUseTabKey = 'Koristite TAB taster za pomeranje od polja do polja, ili CTRL+strelice za slobodno pomeranje';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrednost';
 
$strValidateSQL = 'Proveri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrednost';
$strVar = 'Promenljiva';
$strVersionInformation = 'Informacije o verziji';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewHasBeenDropped = 'Pogled %s je odbačen';
$strView = 'Pogled';
 
$strWebServerUploadDirectory = 'direktorijum za slanje veb servera ';
$strWebServerUploadDirectoryError = 'Direktorijum koji ste izabrali za slanje nije dostupan';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'džoker';
$strWindowNotFound = 'Odredišni prozor pretraživača nije mogao da bude ažuriran. Možda ste zatvorili matični prozor, ili vaš pretraživač onemogućava ažuriranje među prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Označeno:';
$strWriteRequests = 'Zahtevi za upis';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguće';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguće';
$strWrongUser = 'Pogrešno korisničko ime/lozinka. Pristup odbijen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ograničenja.';
$strZip = '"zipovano"';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/serbian_latin-windows-1250.inc.php
0,0 → 1,982
<?php
/* $Id: serbian_latin-windows-1250.inc.php,v 2.127.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/**
* Translated by:
* Mihailo Stefanovic <mikis@users.sourceforge.net>, Branislav Jovanovic <fangorn@eunet.yu>
* Igor Mladenovic <mligor@zimco.com>, David Trajkovic <tdavid@ptt.yu>
*/
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bajtova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Uto', 'Sre', 'Èet', 'Pet', 'Sub');
$month = array('jan', 'feb', 'mar', 'apr', 'maj', 'jun', 'jul', 'avg', 'sep', 'okt', 'nov', 'dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d. %B %Y. u %H:%M';
$timespanfmt = '%s dana, %s sati, %s minuta i %s sekundi';
 
$strAbortedClients = 'Prekinuto';
$strAbsolutePathToDocSqlDir = 'Unesite kompletnu putanju do direktorijuma docSQL na veb serveru';
$strAccessDeniedExplanation = 'phpMyAdmin je pokušao da se poveže na MySQL server, ali je server odbio povezivanje. Proverite naziv domaæina, korisnièko ime i lozinku u config.inc.php i uverite se da odgovaraju podacima koje ste dobili od administratora MySQL servera.';
$strAccessDenied = 'Pristup odbijen';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj ogranièenja';
$strAddDeleteColumn = 'Dodaj/obriši kolonu';
$strAddDeleteRow = 'Dodaj/obriši polje za kriterijum';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddedColumnComment = 'Dodat je komentar koloni';
$strAddedColumnRelation = 'Dodata je relacija koloni';
$strAddFields = 'Dodaj %s polja';
$strAddHeaderComment = 'Dodaj komentar u zaglavlje (\\n razdvaja linije)';
$strAddIfNotExists = 'Dodaj \'IF NOT EXISTS\'';
$strAddIntoComments = 'Dodaj u komentare';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na sledeæoj bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na sledeæoj tabeli';
$strAddSearchConditions = 'Dodaj uslove pretraživanja (deo "WHERE" upita):';
$strAddToIndex = 'Dodaj u kljuè &nbsp;%s&nbsp;kolona(e)';
$strAddUser = 'Dodaj novog korisnika';
$strAddUserMessage = 'Dodali ste novog korisnika.';
$strAdministration = 'Administracija';
$strAffectedRows = 'Obuhvaæeno redova:';
$strAfterInsertBack = 'Nazad na prethodnu stranu';
$strAfterInsertNewInsert = 'Dodaj još jedan novi red';
$strAfterInsertNext = 'Uredi sledeæi red';
$strAfterInsertSame = 'Vrati se na ovu stranu';
$strAfter = 'Posle %s';
$strAll = 'Sve';
$strAllTableSameWidth = 'Prikaz svih tabela iste širine?';
$strAlterOrderBy = 'Promeni redosled u tabeli';
$strAnalyzeTable = 'Analiziraj tabelu';
$strAnd = 'i';
$strAndThen = 'i onda';
$strAnIndex = 'Kljuè je upravo dodat %s';
$strAny = 'Bilo koji';
$strAnyHost = 'Bilo koji domaæin';
$strAnyUser = 'Bilo koji korisnik';
$strApproximateCount = 'Može biti približno. Vidite FAQ 3.11';
$strAPrimaryKey = 'Primarni kljuè je upravo dodat %s';
$strArabic = 'Arapski';
$strArmenian = 'Jermenski';
$strAscending = 'Rastuæi';
$strAtBeginningOfTable = 'Na poèetku tabele';
$strAtEndOfTable = 'Na kraju tabele';
$strAttr = 'Atributi';
$strAutodetect = 'automatski';
$strAutomaticLayout = 'Automatski raspored';
 
$strBack = 'Nazad';
$strBaltic = 'Baltièki';
$strBeginCut = 'POÈETAK REZ';
$strBeginRaw = 'POÈETAK SIROVO';
$strBinary = 'Binarni';
$strBinaryDoNotEdit = 'Binarni - ne menjaj';
$strBinaryLog = 'Binarni dnevnik';
$strBinLogEventType = 'Vrsta dogaðaja';
$strBinLogInfo = 'Informacije';
$strBinLogName = 'Naziv dnevnika';
$strBinLogOriginalPosition = 'Originalna pozicija';
$strBinLogPosition = 'Pozicija';
$strBinLogServerId = 'ID servera';
$strBookmarkAllUsers = 'Dozvoli svakom korisniku da pristupa ovom zapamæenom upitu';
$strBookmarkDeleted = 'Obeleživaè je upravo obrisan.';
$strBookmarkLabel = 'Naziv';
$strBookmarkQuery = 'Zapamæen SQL-upit';
$strBookmarkThis = 'Zapamti SQL-upit';
$strBookmarkView = 'Vidi samo';
$strBrowseForeignValues = 'Pregledaj strane vrednosti';
$strBrowse = 'Pregled';
$strBufferPoolActivity = 'Aktivnost skupa prihvatnika';
$strBufferPool = 'Skup prihvatnika';
$strBufferPoolUsage = 'Korišæenje skupa prihvatnika';
$strBufferReadMissesInPercent = 'Promašaji èitanja u %';
$strBufferReadMisses = 'Promašaji pri èitanju';
$strBufferWriteWaits = 'Èekanja na upis';
$strBufferWriteWaitsInPercent = 'Èekanja na upis u %';
$strBulgarian = 'Bugarski';
$strBusyPages = 'Zauzete strane';
$strBzError = 'phpMyAdmin nije mogao da kompresuje sadržaj baze zbog neispravne BZ2 ekstenzije u ovoj verziji PHP-a. Preporuèuje se da podesite <code>$cfg[\'BZipDump\']</code> direktivu u vašoj phpMyAdmin konfiguracionoj datoteci na <code>FALSE</code>. Ako želite da koristite moguænosti BZ2 kompresije, trebalo bi da preðete na noviju verziju PHP-a. Vidite PHP izveštaj o greškama %s za detalje.';
$strBzip = '"bzip-ovano"';
 
$strCalendar = 'Kalendar';
$strCannotLogin = 'Ne mogu da se prijavim na MySQL server';
$strCantLoad = 'ne mogu da uèitam ekstenziju %s,<br />molim proverite PHP konfiguraciju';
$strCantLoadRecodeIconv = 'Ne mogu da uèitam iconv ili recode ekstenzije potrebne za konverziju skupova znakova, podesite PHP da dozvoli korišæenje ovih ekstenzija ili onemoguæite konverziju skupova znakova u phpMyAdmin-u.';
$strCantRenameIdxToPrimary = 'Ne mogu da promenim kljuè u PRIMARY (primarni) !';
$strCantUseRecodeIconv = 'Ne mogu da koristim iconv ili libiconv ili recode_string funkcije iako ekstenzija prijavljuje da je uèitana. Proverite vašu PHP konfiguraciju.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'Ne razlikuje mala i velika slova';
$strCaseSensitive = 'Razlikuje mala i velika slova';
$strCentralEuropean = 'Centralnoevropski';
$strChangeCopyModeCopy = '... saèuvaj stare.';
$strChangeCopyModeDeleteAndReload = ' ... obriši starog iz tabele korisnika i zatim ponovo uèitaj privilegije.';
$strChangeCopyModeJustDelete = ' ... obriši stare iz tabela korisnika.';
$strChangeCopyMode = 'Napravi novog korisnika sa istim privilegijama i ...';
$strChangeCopyModeRevoke = ' ... obustavi sve privilegije starog korisnika i zatim ga obriši.';
$strChangeCopyUser = 'Promeni informacije o prijavi / Kopiraj korisnika';
$strChangeDisplay = 'Izaberi polja za prikaz';
$strChangePassword = 'Promeni lozinku';
$strChange = 'Promeni';
$strCharset = 'Karakter set';
$strCharsetOfFile = 'Karakter set datoteke:';
$strCharsetsAndCollations = 'Karakter setovi i sortiranje';
$strCharsets = 'Kodne strane';
$strCheckAll = 'Oznaèi sve';
$strCheckOverhead = 'Proveri prekoraèenja';
$strCheckPrivsLong = 'Proveri privilegije za bazu &quot;%s&quot;.';
$strCheckPrivs = 'Proveri privilegije';
$strCheckTable = 'Proveri tabelu';
$strChoosePage = 'Izaberite stranu koju menjate';
$strColComFeat = 'Prikazujem komentare kolone';
$strCollation = 'Sortiranje';
$strColumnNames = 'Imena kolona';
$strColumnPrivileges = 'Privilegije vezane za kolone';
$strCommand = 'Naredba';
$strCommentsForTable = 'KOMENTARI TABELE';
$strComments = 'Komentari';
$strCompatibleHashing = 'MySQL&nbsp;4.0 kompatibilno';
$strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
$strCompression = 'Kompresija';
$strConfigFileError = 'phpMyAdmin nije mogao da proèita vašu konfiguracionu datoteku!<br />Ovo se može desiti ako PHP naðe grešku u procesiranju ili ne može da pronaðe datoteku.<br />Pozovite konfiguracionu datoteku direktno koristeæi donji link i proèitajte poruke o grešci koje dobijate. U veæini sluèajeve negde nedostaje navodnik ili taèka-zarez.<br />Ako dobijete praznu stranu, sve je u redu.';
$strConfigureTableCoord = 'Podesite koordinate za tabelu %s';
$strConnectionError = 'Ne mogu da se povežem: neispravna podešavanja.';
$strConnections = 'Konekcije';
$strConstraintsForDumped = 'Ogranièenja za izvezene tabele';
$strConstraintsForTable = 'Ogranièenja za tabele';
$strCookiesRequired = 'Kolaèiæi (Cookies) moraju u ovom sluèaju biti aktivni.';
$strCopyDatabaseOK = 'Baza %s je prekopirana u %s';
$strCopy = 'Kopiraj';
$strCopyTable = 'Kopiraj tabelu u (baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je kopirana u %s.';
$strCopyTableSameNames = 'Ne mogu da kopiram tabelu u samu sebe!';
$strCouldNotKill = 'phpMyAdmin nije mogao da prekine proces %s. Verovatno je veæ zatvoren.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE pre kopiranja';
$strCreateIndex = 'Napravi kljuè na&nbsp;%s&nbsp;kolona';
$strCreateIndexTopic = 'Napravi novi kljuè';
$strCreate = 'Napravi';
$strCreateNewDatabase = 'Napravi novu bazu podataka';
$strCreateNewTable = 'Napravi novu tabelu u bazi %s';
$strCreatePage = 'Napravi novu stranu';
$strCreatePdfFeat = 'Pravljenje PDF-ova';
$strCreationDates = 'Datumi kreiranja/ažuriranja/provere';
$strCriteria = 'Kriterijum';
$strCroatian = 'Hrvatski';
$strCSVOptions = 'CSV opcije';
$strCyrillic = 'Æirilièni';
$strCzech = 'Èeški';
$strCzechSlovak = 'Èeško-slovaèki';
 
$strDanish = 'Danski';
$strDatabase = 'Baza podataka';
$strDatabaseEmpty = 'Ime baze nije zadato!';
$strDatabaseExportOptions = 'Opcije za izvoz baze';
$strDatabaseHasBeenDropped = 'Baza %s je odbaèena.';
$strDatabaseNoTable = 'Baza ne sadrži tabele!';
$strDatabases = 'Baze';
$strDatabasesDropped = '%s baza je uspešno odbaèeno.';
$strDatabasesStatsDisable = 'Iskljuèi statistike';
$strDatabasesStatsEnable = 'Ukljuèi statistike';
$strDatabasesStatsHeavyTraffic = 'Napomena: ukljuèivanje statistika može prouzrokovati veliki saobraæaj izmeðu veb i MySQL servera.';
$strDatabasesStats = 'Statistika baze';
$strDataDict = 'Reènik podataka';
$strDataOnly = 'Samo podaci';
$strDataPages = 'Strane sa podacima';
$strData = 'Podaci';
$strDBComment = 'Komentar baze:';
$strDBCopy = 'Kopiraj bazu u';
$strDBGContextID = 'Kontekst ID';
$strDBGContext = 'Kontekst';
$strDBGHits = 'Pogodaka';
$strDBGLine = 'Linija';
$strDBGMaxTimeMs = 'Max vreme, ms';
$strDBGMinTimeMs = 'Min vreme, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Vreme/pogodak, ms';
$strDBGTotalTimeMs = 'Ukupno vreme, ms';
$strDbPrivileges = 'Privilegije vezane za bazu';
$strDBRename = 'Preimenuj bazu u';
$strDbSpecific = 'Specifièno za bazu';
$strDefaultEngine = '%s je podrazumevani pogon skladištenja na ovom MySQL serveru.';
$strDefault = 'Podrazumevano';
$strDefaultValueHelp = 'Za podrazumevanu vrednost, unesite samo jednu vrednost, bez kosih crta ili navodnika u ovom obliku: a';
$strDefragment = 'Defragmentiraj tabelu';
$strDelayedInserts = 'Koristi odložena umetanja';
$strDeleteAndFlushDescr = 'Ovo je najèistiji naèin, ali ponovno uèitavanje privilegina može da potraje.';
$strDeleteAndFlush = 'Obriši korisnike i ponovo uèitaj privilegije.';
$strDeleted = 'Red je obrisan';
$strDeletedRows = 'Obrisani redovi:';
$strDelete = 'Obriši';
$strDeleting = 'Brišem %s';
$strDelOld = 'Trenutna strana ima reference na tabele koje više ne postoje. Želite li da obrišete te reference?';
$strDescending = 'Opadajuæi';
$strDescription = 'Opis';
$strDictionary = 'reènik';
$strDirtyPages = 'Prljave strane';
$strDisabled = 'Onemoguæeno';
$strDisableForeignChecks = 'Iskljuèi provere stranih kljuèeva';
$strDisplayFeat = 'Prikaži osobine';
$strDisplayOrder = 'Redosled prikaza:';
$strDisplayPDF = 'Prikaži PDF shemu';
$strDoAQuery = 'Napravi "upit po primeru" (džoker: "%")';
$strDocu = 'Dokumentacija';
$strDoYouReally = 'Da li stvarno hoæete da ';
$strDropDatabaseStrongWarning = 'Ovim æete UNIŠTITI kompletnu bazu podataka!';
$strDrop = 'Odbaci';
$strDropUsersDb = 'Odbaci baze koje se zovu isto kao korisnici.';
$strDumpingData = 'Prikaz podataka tabele';
$strDumpSaved = 'Sadržaj baze je saèuvan u datoteku %s.';
$strDumpXRows = 'Prikaži %s redova poèevši od reda %s.';
$strDynamic = 'dinamièki';
 
$strEditPDFPages = 'Ureðivanje PDF strana';
$strEditPrivileges = 'Promeni privilegije';
$strEdit = 'Promeni';
$strEffective = 'Efektivne';
$strEmpty = 'Isprazni';
$strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redova).';
$strEnabled = 'Omoguæeno';
$strEncloseInTransaction = 'Obavi izvoz u transakciji';
$strEndCut = 'KRAJ REZ';
$strEnd = 'Kraj';
$strEndRaw = 'KRAJ SIROVO';
$strEngineAvailable = '%s je dostupan na ovom MySQL serveru.';
$strEngineDisabled = '%s je onemoguæen na ovom MySQL serveru.';
$strEngines = 'Skladištenja';
$strEngineUnsupported = 'Ovaj MySQL server ne podržava %s pogon skladištenja.';
$strEnglish = 'Engleski';
$strEnglishPrivileges = ' Napomena: MySQL imena privilegija moraju da budu na engleskom ';
$strError = 'Greška';
$strEscapeWildcards = 'Pre džokera _ i % treba staviti znak \ ako ih koristite samostalno';
$strEstonian = 'Estonski';
$strExcelEdition = 'Excel izdanje';
$strExcelOptions = 'Excel opcije';
$strExecuteBookmarked = 'Izvrši upamæen upit';
$strExplain = 'Objasni SQL';
$strExport = 'Izvoz';
$strExtendedInserts = 'Prošireni INSERT';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspelih pokušaja';
$strFieldHasBeenDropped = 'Polje %s je obrisano';
$strField = 'Polje';
$strFieldsEmpty = ' Broj polja je nula! ';
$strFieldsEnclosedBy = 'Polja ogranièena sa';
$strFieldsEscapedBy = 'Escape karakter &nbsp; &nbsp; &nbsp;';
$strFields = 'Polja';
$strFieldsTerminatedBy = 'Polja razdvojena sa';
$strFileAlreadyExists = 'Datoteka %s veæ postoji na serveru, promenite ime datoteke ili ukljuèite opciju prepisivanja.';
$strFileCouldNotBeRead = 'Datoteku nije moguæe proèitati';
$strFileNameTemplate = 'Šablon imena datoteke';
$strFileNameTemplateRemember = 'zapamti šablon';
$strFixed = 'sreðeno';
$strFlushPrivilegesNote = 'Napomena: phpMyAdmin uzima privilegije korisnika direktno iz MySQL tabela privilegija. Sadržaj ove tabele može se razlikovati od privilegija koje server koristi ako su vršene ruène izmene. U tom sluèaju %sponovo uèitajte privilegije%s pre nego što nastavite.';
$strFlushTable = 'Osveži tabelu ("FLUSH")';
$strFormat = 'Format';
$strFormEmpty = 'Nedostaje vrednost u obrascu!';
$strFreePages = 'Slobodne strane';
$strFullText = 'Pun tekst';
$strFunction = 'Funkcija';
 
$strGenBy = 'Generisao';
$strGeneralRelationFeat = 'Opšte osobine relacija';
$strGenerate = 'Napravi';
$strGeneratePassword = 'Napravi lozinku';
$strGenTime = 'Vreme kreiranja';
$strGeorgian = 'Gruzijski';
$strGerman = 'Nemaèki';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalne privilegije';
$strGlobalValue = 'Globalna vrednost';
$strGo = 'Kreni';
$strGrantOption = 'Omoguæi';
$strGreek = 'Grèki';
$strGzip = '"gzip-ovano"';
 
$strHasBeenAltered = 'je promenjen(a).';
$strHasBeenCreated = 'je kreiran(a).';
$strHaveToShow = 'Morate izabrati bar jednu kolonu za prikaz';
$strHebrew = 'Hebrejski';
$strHexForBinary = 'Koristi heksadecimalno za binarna polja';
$strHomepageOfficial = 'phpMyAdmin veb sajt';
$strHome = 'Poèetna strana';
$strHost = 'Domaæin';
$strHostEmpty = 'Ime domaæina je prazno!';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opcije izvoza u Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opcije izvoza u Microsoft Word 2000';
$strHungarian = 'Maðarski';
 
$strIcelandic = 'Islandski';
$strId = 'ID';
$strIdxFulltext = 'Tekst kljuè';
$strIgnore = 'Ignoriši';
$strIgnoreInserts = 'Ignoriši duplikate pri umetanju';
$strIgnoringFile = 'Ignorišem datoteku %s';
$strImportDocSQL = 'Uvoz docSQL datoteka';
$strImportFiles = 'Uvoz datoteka';
$strIndexes = 'Kljuèevi';
$strIndexHasBeenDropped = 'Kljuè %s je obrisan';
$strIndex = 'Kljuè';
$strIndexName = 'Ime kljuèa :';
$strIndexType = 'Tip kljuèa :';
$strIndexWarningMultiple = 'Više od jednog %s kljuèa je napravljeno za kolonu `%s`';
$strIndexWarningPrimary = 'PRIMARY i INDEX kljuèevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strIndexWarningTable = 'Problem pri indeksiranju tabele `%s`';
$strIndexWarningUnique = 'UNIQUE i INDEX kljuèevi ne bi trebali da budu istovremeno postavljeni za kolonu `%s`';
$strInnoDBAutoextendIncrementDesc = ' Velièina koraka proširenja velièine tabela koje se automatski proširuju kada se napune.';
$strInnoDBAutoextendIncrement = 'Korak automatskog proširenja';
$strInnoDBBufferPoolSizeDesc = 'Velièina memorijskog prihvatnika koje InnoDB koristi za keširanje podataka i indeksa svojih tabela.';
$strInnoDBBufferPoolSize = 'Velièina prihvatnika';
$strInnoDBDataFilePath = 'Datoteke sa podacima';
$strInnoDBDataHomeDirDesc = 'Zajednièki deo putanje direktorijuma za sve InnoDB datoteke sa podacima.';
$strInnoDBDataHomeDir = 'Osnovni direktorijum podataka';
$strInnoDBPages = 'strana';
$strInnodbStat = 'InnoDB status';
$strInsecureMySQL = 'Vaša konfiguraciona datoteka sadrži podešavanja (root bez lozinke) koja odgovaraju standardnom MySQL privilegovanom nalogu. Vaš MySQL server radi sa ovim podešavanjima, otvoren je za upade, i zaista treba da ispravite ovaj sigurnosni rizik.';
$strInsertAsNewRow = 'Unesi kao novi red';
$strInsertedRowId = 'ID umetnutih redova:';
$strInsertedRows = 'Uneseno redova:';
$strInsertNewRow = 'Unesi novi red';
$strInsert = 'Novi zapis';
$strInternalNotNecessary = '* Unutrašnja relacija nije neophodna kada postoji i u InnoDB.';
$strInternalRelations = 'Unutrašnje relacije';
$strInUse = 'se koristi';
$strInvalidColumnCount = 'Broj kolona mora biti veæi od nule.';
$strInvalidFieldAddCount = 'Morate dodati barem jedno polje.';
$strInvalidFieldCount = 'Tabela mora imati barem jedno polje.';
$strInvalidRowNumber = '%d nije ispravan broj reda.';
 
$strJapanese = 'Japanski';
$strJumpToDB = 'Preði na bazu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Obrisani&quot; korisnici æe i dalje imati pristup serveru dok privilegije ne budu ponovo uèitane.';
$strJustDelete = 'Samo obriši korisnike iz tabele privilegija.';
 
$strKeepPass = 'Nemoj da menjaš lozinku';
$strKeyname = 'Ime kljuèa';
$strKill = 'Obustavi';
$strKorean = 'Korejski';
 
$strLandscape = 'Položeno';
$strLatchedPages = 'Zabravljene strane';
$strLatexCaption = 'Komentar tabele';
$strLatexContent = 'Sadržaj tabele __TABLE__';
$strLatexContinuedCaption = 'Nastavljen komentar tabele';
$strLatexContinued = '(nastavljeno)';
$strLatexIncludeCaption = 'Ukljuèi komentar tabele';
$strLatexLabel = 'Oznaka kljuèa';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX opcije';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLatvian = 'Letonski';
$strLengthSet = 'Dužina/Vrednost*';
$strLimitNumRows = 'Broj redova po strani';
$strLinesTerminatedBy = 'Linije se završavaju sa';
$strLinkNotFound = 'Veza nije pronaðena';
$strLinksTo = 'Veze ka';
$strLithuanian = 'Litvanski';
$strLocalhost = 'Lokalni';
$strLocationTextfile = 'Lokacija tekstualne datoteke';
$strLoginInformation = 'Podaci o prijavi';
$strLogin = 'Prijavljivanje';
$strLogout = 'Odjavljivanje';
$strLogPassword = 'Lozinka:';
$strLogServer = 'Server';
$strLogUsername = 'Korisnièko ime:';
$strLongOperation = 'Ova operacija može da potraje. Da li da nastavimo?';
 
$strMaximumSize = 'Maksimalna velièina: %s%s';
$strMbExtensionMissing = 'mbstring PHP ekstenzija nije pronaðena, a èini se da vi koristite višebajtni skup znakova. Bez mbstring ekstenzije phpMyAdmin ne može ispravno da razdvaja stringove i to može dovesti do neoèekivanih rezultata.';
$strMbOverloadWarning = 'Ukljuèena vam je mbstring.func_overload opcija u PHP podešavanjima. Ova opcija je nekompatibilna sa phpMyAdmin i može dovesti do grešaka u nekim podacima!';
$strMIME_available_mime = 'Dostupni MIME-tipovi';
$strMIME_available_transform = 'Dostupne transformacije';
$strMIME_description = 'Opis';
$strMIME_MIMEtype = 'MIME-tipovi';
$strMIME_nodescription = 'Nema opisa za ovu transformaciju.<br />Molimo pitajte autora šta %s radi.';
$strMIME_transformation_note = 'Za listu dostupnih opcija transformacije i njihove transformacije MIME-tipova, kliknite na %sopise transformacija%s';
$strMIME_transformation_options_note = 'Molimo unesite vrednosti za opcije transformacije koristeæi ovaj oblik: \'a\',\'b\',\'c\'...<br />Ako treba da unesete obrnutu kosu crtu ("\\") ili apostrof ("\'") u te vrednosti, stavite obrnutu kosu crtu ispred njih (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strMIME_transformation_options = 'Opcije transformacije';
$strMIME_transformation = 'Tranformacije èitaèa';
$strMIMETypesForTable = 'MIME TIPOVI ZA TABELU';
$strMIME_without = 'MIME-tipovi prikazani u kurzivu nemaju odvojene funkcije transformacije.';
$strModifications = 'Izmene su saèuvane';
$strModifyIndexTopic = 'Izmeni kljuè';
$strModify = 'Promeni';
$strMoveTableOK = 'Tabela %s je pomerena u %s.';
$strMoveTable = 'Pomeri tabelu u (baza<b>.</b>tabela):';
$strMoveTableSameNames = 'Ne mogu da premestim tabelu u samu sebe!';
$strMultilingual = 'višejezièki';
$strMyISAMDataPointerSizeDesc = 'Podrazumevana velièina pokazivaèa u bajtovima, koristi se pri CREATE TABLE za MyISAM tabele kada nije zadata opcija MAX_ROWS';
$strMyISAMDataPointerSize = 'Velièina pokazivaèa podataka';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ako bi privremena datoteka koja se koristi za brzo kreiranje MyISAM indeksa bila veæa nego pri korišæenju keša kljuèeva za ovde zadatu vrednost, koristi metod keširanja kljuèeva';
$strMyISAMMaxExtraSortFileSize = 'Maksimalna velièina privremenih datoteka pri kreiranju indeksa';
$strMyISAMMaxSortFileSizeDesc = 'Maksimalna velièina privremenih datoteka koje MySQL sme da koristi pri re-kreiranju MyISAM indeksa (u toku REPAIR TABLE, ALTER TABLE, ili LOAD DATA INFILE operacija).';
$strMyISAMMaxSortFileSize = 'Maksimalna velièina privremenih datoteka za sortiranje';
$strMyISAMRecoverOptionsDesc = 'Režim automatskog oporavka puknutih MyISAM tabela, podešen pri startovanju servera opcijom --myisam-recover.';
$strMyISAMRecoverOptions = 'Režim automatskog oporavka';
$strMyISAMRepairThreadsDesc = 'Ako je vrednost veæa od 1, indeksi MyISAM tabela se paralelno kreiraju (svaki indeks u sopstvenoj niti) za vreme procesa popravke sortiranjem.';
$strMyISAMRepairThreads = 'Niti popravke';
$strMyISAMSortBufferSizeDesc = 'Prihvatnik koji se alocira pri sortiranju MyISAM indeksa za vreme operacije REPAIR TABLE ili pri kreiranju indeksa sa CREATE INDEX ili ALTER TABLE.';
$strMyISAMSortBufferSize = 'Velièina prihvatnika za sortiranje';
$strMySQLCharset = 'MySQL set karaktera';
$strMySQLConnectionCollation = 'Sortiranje za MySQL vezu';
$strMySQLSaid = 'MySQL reèe: ';
$strMySQLShowProcess = 'Prikaži listu procesa';
$strMySQLShowStatus = 'Prikaži MySQL informacije o toku rada';
$strMySQLShowVars = 'Prikaži MySQL sistemske promenljive';
 
$strName = 'Ime';
$strNext = 'Sledeæi';
$strNoActivity = 'Nije bilo aktivnosti %s ili više sekundi, molimo prijavite se ponovo';
$strNoDatabases = 'Baza ne postoji';
$strNoDatabasesSelected = 'Nije izabrana ni jedna baza.';
$strNoDescription = 'nema opisa';
$strNoDetailsForEngine = 'Nema detaljnijih informacija o statusu za ovaj pogon skladištenja.';
$strNoDropDatabases = '"DROP DATABASE" komanda je onemoguæena.';
$strNoExplain = 'Preskoèi objašnjavanje SQL-a';
$strNoFrames = 'phpMyAdmin preferira èitaèe koji podržavaju okvire.';
$strNoIndex = 'Kljuè nije definisan!';
$strNoIndexPartsDefined = 'Delovi kljuèa nisu definisani!';
$strNoModification = 'Nema izmena';
$strNo = 'Ne';
$strNone = 'nema';
$strNoOptions = 'Ne postoje opcije za ovaj format';
$strNoPassword = 'Nema lozinke';
$strNoPermission = 'Veb serveru nije dozvoljeno da saèuva datoteku %s.';
$strNoPhp = 'bez PHP koda';
$strNoPrivileges = 'Nema privilegija';
$strNoRights = 'Nije Vam dozvoljeno da budete ovde!';
$strNoRowsSelected = 'Nema odabranih redova';
$strNoSpace = 'Nedovoljno prostora za snimanje datoteke %s.';
$strNoTablesFound = 'Tabele nisu pronaðene u bazi.';
$strNoThemeSupport = 'Nema podrške za teme, molimo proverite konfiguraciju i/ili teme u direktorijumu %s.';
$strNotNumber = 'Ovo nije broj!';
$strNotOK = 'nije u redu';
$strNotSet = '<b>%s</b> tabela nije pronaðena ili nije postavljena u %s';
$strNoUsersFound = 'Korisnik nije naðen.';
$strNoValidateSQL = 'Preskoèi proveru SQL-a';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s pogodaka unutar tabele <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ukupno:</b> <i>%s</i> pogodaka';
$strNumTables = 'Tabele';
 
$strOK = 'U redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimizuj tabelu';
$strOr = 'ili';
$strOverhead = 'Prekoraèenje';
$strOverwriteExisting = 'Prepiši postojeæe datoteke';
 
$strPageNumber = 'Broj strane:';
$strPagesToBeFlushed = 'Strane koje treba da budu usklaðene';
$strPaperSize = 'Dimenzije papira';
$strPartialText = 'Deo teksta';
$strPasswordChanged = 'Lozinka za %s je uspešno promenjena.';
$strPasswordEmpty = 'Lozinka je prazna!';
$strPasswordHashing = 'Heširanje lozinke';
$strPassword = 'Lozinka';
$strPasswordNotSame = 'Lozinke nisu identiène!';
$strPdfDbSchema = 'Shema baze "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabela "%s" ne postoji!';
$strPdfNoTables = 'Nema tabela';
$strPerHour = 'na sat';
$strPerMinute = 'u minutu';
$strPerSecond = 'u sekundi';
$strPersian = 'Persijski';
$strPhoneBook = 'telefonski imenik';
$strPHP40203 = 'Koristite PHP 4.2.3, koji ima ozbiljan bag sa višebajtnim stringovima (mbstring). Pogledajte izveštaj o grešci br. 19404. Ova verzija PHP-a se ne preporuèuje za korišæenje sa phpMyAdmin.';
$strPhp = 'Napravi PHP kod';
$strPHPVersion = 'verzija PHP-a';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> direktiva MORA biti podešena u konfiguracionoj datoteci!';
$strPolish = 'Poljski';
$strPortrait = 'Uspravno';
$strPos1 = 'Poèetak';
$strPrevious = 'Prethodna';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je obrisan';
$strPrimaryKeyName = 'Ime primarnog kljuèa mora da bude... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnog kljuèa!)';
$strPrimary = 'Primarni';
$strPrint = 'Štampaj';
$strPrintViewFull = 'Pogled za štampu (sa punim tekstom)';
$strPrintView = 'Za štampu';
$strPrivDescAllPrivileges = 'Ukljuèuje sve privilegije osim GRANT.';
$strPrivDescAlter = 'Dozvoljava izmenu struktura postojeæih tabela.';
$strPrivDescAlterRoutine = 'Dozvoljava izmenu i odbacivanje saèuvanih rutina.';
$strPrivDescCreateDb = 'Dozvoljava kreiranje novih baza i tabela.';
$strPrivDescCreateRoutine = 'Dozvoljava pravljenje saèuvanih rutina.';
$strPrivDescCreateTbl = 'Dozvoljava kreiranje novih tabela.';
$strPrivDescCreateTmpTable = 'Dozvoljava kreiranje privremenih tabela..';
$strPrivDescCreateUser = 'Dozvoljava pravljenje, odbacivanje i preimenovanje korisnièkih naloga.';
$strPrivDescCreateView = 'Dozvoli kreiranje novih pogleda.';
$strPrivDescDelete = 'Dozvoljava brisanje podataka.';
$strPrivDescDropDb = 'Dozvoljava odbacivanje baza i tabela.';
$strPrivDescDropTbl = 'Dozvoljava odbacivanje tabela.';
$strPrivDescExecute5 = 'Dozvoljava izvršavanje saèuvanih rutina.';
$strPrivDescExecute = 'Dozvoljava pokretanje saèuvanih procedura. Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescFile = 'Dozvoljava uvoz podataka i njihov izvoz u datoteke.';
$strPrivDescGrant = 'Dozvoljava dodavanje korisnika i privilegija bez ponovnog uèitavanja tabela privilegija.';
$strPrivDescIndex = 'Dozvoljava kreiranje i brisanje kljuèeva.';
$strPrivDescInsert = 'Dozvoljava umetanje i zamenu podataka.';
$strPrivDescLockTables = 'Dozvoljava zakljuèavanje tabela tekuæim procesima.';
$strPrivDescMaxConnections = 'Ogranièava broj novih konekcija koje korisnik može ta otvori na sat.';
$strPrivDescMaxQuestions = 'Ogranièava broj upita koje korisnik može da uputi serveru za sat.';
$strPrivDescMaxUpdates = 'Ogranièava broj komandi koje menjaju tabele ili baze koje korisnik može da izvrši na sat.';
$strPrivDescProcess3 = 'Dozvoljava prekidanje procesa drugih korisnika.';
$strPrivDescProcess4 = 'Dozvoljava pregled kompletnih upita u listi procesa.';
$strPrivDescReferences = 'Nema efekta u ovoj verziji MySQL-a.';
$strPrivDescReload = 'Dozvoljava ponovno uèitavanje podešavanja servera i pražnjenje keša servera.';
$strPrivDescReplClient = 'Daje pravo korisniku da pita gde su glavni/pomoæni serveri.';
$strPrivDescReplSlave = 'Potrebno zbog pomoænih servera za replikaciju.';
$strPrivDescSelect = 'Dozvoljava èitanje podataka.';
$strPrivDescShowDb = 'Daje pristup kompletnoj listi baza.';
$strPrivDescShowView = 'Dozvoljava izvršavanje SHOW CREATE VIEW upita.';
$strPrivDescShutdown = 'Dozvoljava gašenje servera.';
$strPrivDescSuper = ' Dozvoljava povezivanje iako je dostignut maksimalan broj dozvoljenih veza; Neophodno za veæinu administrativnih opcija kao što su podešavanje globalnih promenljivih ili prekidanje procesa ostalih korisnika.';
$strPrivDescUpdate = 'Dozvoljava izmenu podataka.';
$strPrivDescUsage = 'Nema privilegija.';
$strPrivileges = 'Privilegije';
$strPrivilegesReloaded = 'Privilegije su uspešno ponovo uèitane.';
$strProcesslist = 'Lista procesa';
$strPutColNames = 'Stavi imena polja u prvi red';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = 'Upit po primeru';
$strQueryFrame = 'Prozor za upite';
$strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL istorijat';
$strQueryStatistics = '<b>Statistike upita</b>: %s upita je postavljeno serveru od njegovog pokretanja.';
$strQueryTime = 'Upit je trajao %01.4f sekundi';
$strQueryType = 'Vrsta upita';
$strQueryWindowLock = 'Ne prepisuj ovaj upit izvan prozora';
 
$strReadRequests = 'Zahtevi za èitanje';
$strReceived = 'Primljeno';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Proveri referencijalni integritet:';
$strRefresh = 'Osveži';
$strRelationalSchema = 'Relaciona shema';
$strRelationNotWorking = 'Dodatne moguænosti za rad sa povezanim tabelama su iskljuèene. Da biste saznali zašto, kliknite %sovde%s.';
$strRelationsForTable = 'RELACIJE TABELE';
$strRelations = 'Relacije';
$strRelationView = 'Relacioni pogled';
$strReloadingThePrivileges = 'Ponovo uèitavam privilegije';
$strReloadMySQL = 'Ponovo pokreni MySQL';
$strRemoveSelectedUsers = 'Ukloni izabrane korisnike';
$strRenameDatabaseOK = 'Baza %s je preimenovana u %s';
$strRenameTableOK = 'Tabeli %s promenjeno ime u %s';
$strRenameTable = 'Promeni ime tabele u ';
$strRepairTable = 'Popravi tabelu';
$strReplaceNULLBy = 'Zameni NULL sa';
$strReplaceTable = 'Zameni podatke u tabeli sa podacima iz datoteke';
$strReset = 'Poništi';
$strResourceLimits = 'Ogranièenja resursa';
$strReType = 'Ponovite unos';
$strRevokeAndDeleteDescr = 'Korisnici æe i dalje imati USAGE privilegije dok se privilegije ponovo ne uèitaju.';
$strRevokeAndDelete = 'Obustavi sve aktivne privilegije korisnika i zatim ih obriši.';
$strRevokeMessage = 'Zabranili ste privilegije za %s';
$strRevoke = 'Zabrani';
$strRomanian = 'Rumunski';
$strRowLength = 'Dužina reda';
$strRowsFrom = ' redova poèev od reda';
$strRowSize = 'Velièina reda';
$strRowsModeFlippedHorizontal = 'horizontalnom (rotirana zaglavlja)';
$strRowsModeHorizontal = 'horizontalnom';
$strRowsModeOptions = 'u %s modu i ponovi zaglavlje posle svakog %s reda';
$strRowsModeVertical = 'vertikalnom';
$strRows = 'Redova';
$strRowsStatistic = 'Statistike reda';
$strRunning = 'na serveru %s';
$strRunQuery = 'Izvrši SQL upit';
$strRunSQLQuery = 'Izvrši SQL upit(e) na bazi %s';
$strRussian = 'Ruski';
 
$strSaveOnServer = 'Saèuvaj na server u direktorijum %s';
$strSave = 'Saèuvaj';
$strScaleFactorSmall = 'Faktor umanjenja je premali da bi shema stala na jednu stranu';
$strSearchFormTitle = 'Pretraživanje baze';
$strSearchInTables = 'Unutar tabela:';
$strSearchNeedle = 'Reèi ili vrednosti koje se traže (džoker: "%"):';
$strSearchOption1 = 'bar jednu od reèi';
$strSearchOption2 = 'sve reèi';
$strSearchOption3 = 'taèan izraz';
$strSearchOption4 = 'kao regularni izraz';
$strSearch = 'Pretraživanje';
$strSearchResultsFor = 'Rezultati pretrage za "<i>%s</i>" %s:';
$strSearchType = 'Traži:';
$strSecretRequired = 'Konfiguraciona datoteka zahteva tajnu lozinku (blowfish_secret).';
$strSelectADb = 'Izaberite bazu';
$strSelectAll = 'Izaberi sve';
$strSelectBinaryLog = 'Izaberite binarni dnevnik za pregled';
$strSelectFields = 'Izaberi polja (najmanje jedno)';
$strSelectNumRows = 'u upitu';
$strSelectTables = 'Izaberi tabele';
$strSend = 'Saèuvaj kao datoteku';
$strSent = 'Poslato';
$strServerChoice = 'Izbor servera';
$strServerNotResponding = 'Server ne odgovara';
$strServer = 'Server';
$strServerStatus = 'Informacije o toku rada';
$strServerStatusUptime = 'Ovaj MySQL server radi veæ %s. Pokrenut je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Promenljive';
$strServerTrafficNotes = '<b>Saobraæaj servera</b>: Tabele pokazuju statistike mrežnog saobraæaja na ovom MySQL serveru od njegovog pokretanja.';
$strServerVars = 'Serverske promenljive i podešavanja';
$strServerVersion = 'Verzija servera';
$strSessionValue = 'Vrednost sesije';
$strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam treba obrnuta kosa crta ("\\") ili apostrof ("\'") koristite ih u "izbegnutom" (escaped) obliku (na primer \'\\\\xyz\' ili \'a\\\'b\').';
$strShowAll = 'Prikaži sve';
$strShowColor = 'Prikaži boju';
$strShowDatadictAs = 'Format reènika podataka';
$strShowFullQueries = 'Prikaži kompletne upite';
$strShowGrid = 'Prikaži mrežu';
$strShowingRecords = 'Prikaz zapisa';
$strShowPHPInfo = 'Prikaži informacije o PHP-u';
$strShow = 'Prikaži';
$strShowTableDimension = 'Prikaži dimenzije tabele';
$strShowTables = 'Prikaži tabele';
$strShowThisQuery = 'Prikaži ponovo ovaj upit';
$strSimplifiedChinese = 'Pojednostavljeni kineski';
$strSingly = '(po jednom polju)';
$strSize = 'Velièina';
$strSlovak = 'Slovaèki';
$strSlovenian = 'Slovenaèki';
$strSocketProblem = '(ili prikljuèak lokalnog MySQL servera nije ispravno podešen)';
$strSortByKey = 'Sortiraj po kljuèu';
$strSort = 'Sortiranje';
$strSpaceUsage = 'Zauzeæe';
$strSpanish = 'Španski';
$strSplitWordsWithSpace = 'Reèi se odvajaju razmakom (" ").';
$strSQLExportCompatibility = 'Kompatibilnost SQL izvoza';
$strSQLExportType = 'Tip izvoza';
$strSQLOptions = 'SQL opcije';
$strSQLParserBugMessage = 'Postoji moguænost da ste pronašli bag u SQL parseru. Molimo ispitajte svoj upit pažljivo, i proverite da su navodnici ispravni i da ne nedostaju. Ostali moguæi razlozi greške mogu biti da ste poslali binarnu datoteku van oblasti za obièan tekst. Možete probati svoj upit u MySQL suèelju komandne linije. Donja poruka o grešci MySQL servera, ako je ima, može vam pomoæi u otkrivanju problema. Ako i dalje imate probleme ili ako parser ne uspeva tamo gde uspeva suèelje komandne linije, svedite svoj SQL upit na jedan jedini upit koji stvara probleme i pošaljite nam izveštaj o grešci sa delom koda u donjoj REZ sekciji:';
$strSQLParserUserError = 'Izgleda da postoji greška u vašem SQL upitu. Ovde je poruka o greški MySQL servera, koja vam može pomoæi u otkrivanju problema';
$strSQLQuery = 'SQL upit';
$strSQLResult = 'SQL rezultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neispravan identifikator';
$strSQPBugUnclosedQuote = 'Navodnik nije zatvoren';
$strSQPBugUnknownPunctuation = 'Nepoznat string interpunkcije';
$strStatCheckTime = 'Poslednja provera';
$strStatCreateTime = 'Napravljeno';
$strStatement = 'Ime';
$strStatUpdateTime = 'Poslednja izmena';
$strStatus = 'Status';
$strStorageEngine = 'Pogon skladištenja';
$strStorageEngines = 'Pogoni skladištenja';
$strStrucCSV = 'CSV format';
$strStrucData = 'Struktura i podaci';
$strStrucDrop = 'Dodaj \'DROP TABLE\'';
$strStrucExcelCSV = 'CSV za MS Excel';
$strStrucNativeExcel = 'Izvorni MS Excel podaci';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predloži strukturu tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošalji';
$strSuccess = 'Vaš SQL upit je uspešno izvršen';
$strSum = 'Ukupno';
$strSwedish = 'Švedski';
$strSwitchToDatabase = 'Prebaci se na kopiranu bazu';
$strSwitchToTable = 'Preði na kopiranu tabelu';
 
$strTableComments = 'Komentari tabele';
$strTableEmpty = 'Ima tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je odbaèena';
$strTableHasBeenEmptied = 'Tabela %s je ispražnjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Radnje na tabeli';
$strTableOfContents = 'Sadržaj';
$strTableOptions = 'Opcije tabele';
$strTables = '%s tabela';
$strTableStructure = 'Struktura tabele';
$strTable = 'Tabela';
$strTableType = 'Tip tabele';
$strTakeIt = 'preuzmi';
$strTblPrivileges = 'Privilegije vezane za tabele';
$strTextAreaLength = 'Zbog njehove velièine, polje<br />možda neæete moæi da izmenite';
$strThai = 'Tajski';
$strTheme = 'Tema / stil';
$strThisHost = 'Ovaj server';
$strThisNotDirectory = 'Ovo nije direktorijum';
$strThreadSuccessfullyKilled = 'Proces %s je uspešno prekinut.';
$strTime = 'Vreme';
$strToggleScratchboard = 'Ukljuèi/iskljuèi radnu tablu';
$strTotalUC = 'Ukupno';
$strTotal = 'ukupno';
$strTraditionalChinese = 'Tradicionalni kineski';
$strTraditionalSpanish = 'Tradicionalni španski';
$strTraffic = 'Saobraæaj';
$strTransformation_application_octetstream__download = 'Prikazuje vezu za preuzimanje binarnih podataka za polje. Prva opcija je ime binarne datoteke. Druga opcija je moguæe ime polja reda tabele koji sadrži ime datoteke. Ako date drugu opciju, prva mora biti postavljena na prazan string';
$strTransformation_application_octetstream__hex = 'Prikazuje heksadecimalni prikaz podataka.';
$strTransformation_image_jpeg__inline = 'Prikazuje umanjenu sliku na koju je moguæe kliknuti; opcije: širina, visina u pikselima (èuva originalni odnos)';
$strTransformation_image_jpeg__link = 'Prikazuje link ka ovoj slici (npr. direktno preuzimanje iz BLOB-a).';
$strTransformation_image_png__inline = 'Prikaži JPEG slike na strani';
$strTransformation_text_plain__dateformat = 'Uzima TIME, TIMESTAMP ili DATETIME polje i formatira ga koristeæi lokalni oblik prikazivanja datuma. Prva opcija je ofset (u satima) koji se dodaje vremenskoj oznaci (podrazumevano: 0). Druga opcija je razlièit format datuma prema parametrima koji su dostupni za PHP-ov strftime().';
$strTransformation_text_plain__external = 'SAMO LINUX: Pokreæe eksternu aplikaciju i popunjava podatke u poljima preko standardnog ulaza. Vraæa standardni izlaz aplikacije. Podrazumevano je Tidy, za lepši prikaz HTML koda. Zbog sigurnosnih razloga, morate ruèno izmeniti datoteku libraries/transformations/text_plain__external.inc.php i dodati alate koje želite da koristite. Prva opcija je broj programa koje želite da koristite, a druga su parametri programa. Ako se treæi parametar postavi na 1 izlaz æe biti konvertovan koristeæi htmlspecialchars() (podrazumevano je 1). Ako je èetvrti parametar postavljen na 1, NOWRAP æe biti dodato æeliji sa sadržajem tako da æe izlaz biti prikazan bez izmena. (podrazumevano 1)';
$strTransformation_text_plain__formatted = 'Èuva originalno formatiranje polja. Escaping se ne vrši.';
$strTransformation_text_plain__imagelink = 'Prikazuje sliku i link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je širina u pikselima, treæa je visina.';
$strTransformation_text_plain__link = 'Prikazuje link, polje sadrži naziv datoteke; prva opcija je prefiks kao "http://domain.com/", druga opcija je naslov za link.';
$strTransformation_text_plain__substr = 'Pokazuje deo stringa. Prva opcija je broj znakova koje treba preskoèiti od poèetka stringa (podrazumevano 0). Druga opcija je broj vraæenih znakova (podrazumevano: do kraja stringa). Treæa opcija je string koji se dodaje kada doðe do odsecanja (podrazumevano: ...) .';
$strTruncateQueries = 'Prikaži skraæene upite';
$strTurkish = 'Turski';
$strType = 'Tip';
 
$strUkrainian = 'Ukrajinski';
$strUncheckAll = 'nijedno';
$strUnicode = 'Unikod';
$strUnique = 'Jedinstveni';
$strUnknown = 'nepoznat';
$strUnselectAll = 'ništa';
$strUpdatePrivMessage = 'Ažurirali ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je promenjen.';
$strUpdateQuery = 'Ažuriraj upit';
$strUpdComTab = 'Molimo pogledajte u dokumentaciji kako se ažurira tabela Column_comments';
$strUpgrade = 'Trebalo bi da unapredite vaš %s server na verziju %s ili noviju.';
$strUsage = 'Zauzeæe';
$strUseBackquotes = 'Koristi \' za ogranièavanje imena polja';
$strUseHostTable = 'Koristi tabelu domaæina';
$strUserAlreadyExists = 'Korisnik %s veæ postoji!';
$strUserEmpty = 'Ime korisnika nije uneto!';
$strUser = 'Korisnik';
$strUserName = 'Ime korisnika';
$strUserNotFound = 'Izabrani korisnik nije pronaðen u tabeli privilegija.';
$strUserOverview = 'Pregled korisnika';
$strUsersDeleted = 'Izabrani korisnici su uspešno obrisani.';
$strUsersHavingAccessToDb = 'Korisnici koji imaju pristup &quot;%s&quot;';
$strUseTabKey = 'Koristite TAB taster za pomeranje od polja do polja, ili CTRL+strelice za slobodno pomeranje';
$strUseTables = 'Koristi tabele';
$strUseTextField = 'Koristi tekst polje';
$strUseThisValue = 'Koristi ovu vrednost';
 
$strValidateSQL = 'Proveri SQL';
$strValidatorError = 'SQL validator nije mogao da bude pokrenut. Proverite da li su instalirane neophodne PHP ekstenzije opisane u %sdokumentaciji%s.';
$strValue = 'Vrednost';
$strVar = 'Promenljiva';
$strVersionInformation = 'Informacije o verziji';
$strViewDumpDatabases = 'Prikaži sadržaj (shemu) baze';
$strViewDumpDB = 'Prikaži sadržaj (shemu) baze';
$strViewDump = 'Prikaži sadržaj (shemu) tabele';
$strViewHasBeenDropped = 'Pogled %s je odbaèen';
$strView = 'Pogled';
 
$strWebServerUploadDirectory = 'direktorijum za slanje veb servera ';
$strWebServerUploadDirectoryError = 'Direktorijum koji ste izabrali za slanje nije dostupan';
$strWelcome = 'Dobrodošli na %s';
$strWestEuropean = 'Zapadnoevropski';
$strWildcard = 'džoker';
$strWindowNotFound = 'Odredišni prozor pretraživaèa nije mogao da bude ažuriran. Možda ste zatvorili matièni prozor, ili vaš pretraživaè onemoguæava ažuriranje meðu prozorima zbog sigurnosnih podešavanja';
$strWithChecked = 'Oznaèeno:';
$strWriteRequests = 'Zahtevi za upis';
$strWritingCommentNotPossible = 'Pisanje komentara nije moguæe';
$strWritingRelationNotPossible = 'Upisivanje relacije nije moguæe';
$strWrongUser = 'Pogrešno korisnièko ime/lozinka. Pristup odbijen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Napomena: Postavljanje ovih opcija na 0 (nulu) uklanja ogranièenja.';
$strZip = '"zipovano"';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovak-iso-8859-2.inc.php
0,0 → 1,979
<?php
/* $Id: slovak-iso-8859-2.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: lubos klokner <erkac@vault-tec.sk> */
/* and Ivan Kuriscak <shylauda69@yahoo.com> */
 
$charset = 'iso-8859-2';
$text_dir = 'ltr';
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, "verdana ce", "arial ce", helvetica, arial, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ne', 'Po', 'Út', 'St', '©t', 'Pi', 'So');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%B, %Y - %H:%M';
$timespanfmt = '%s dní, %s hodín, %s minút a %s sekúnd';
 
$strAbortedClients = 'Preru¹ené';
$strAbsolutePathToDocSqlDir = 'Prosím zadajte absolútnu cestu k adresáru docSQL na serveri.';
$strAccessDeniedExplanation = 'phpMyAdmin sa pokúsil pripoji» k MySQL serveru ale ten spojenie odmietol. Skontrolujte prosím meno serveru, pou¾ívateµské meno a heslo v súbore config.inc.php a s tým, ktoré ste dostali o administrátora MySQL servera.';
$strAccessDenied = 'Prístup zamietnutý';
$strAction = 'Akcia';
$strAddAutoIncrement = 'Prida» hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Prida» obmedzenia';
$strAddDeleteColumn = 'Prida»/Odobra» polia ståpcov';
$strAddDeleteRow = 'Prida»/Odobra» kritéria riadku';
$strAddDropDatabase = 'Prida» DROP DATABASE';
$strAddedColumnComment = 'Pridaný komentár k ståpcu';
$strAddedColumnRelation = 'Pridaný vz»ah pre ståpec';
$strAddFields = 'Prida» %s polo¾iek';
$strAddHeaderComment = 'Prida» vlastný komentár do hlavièky (\\n oddeµuje riadky)';
$strAddIfNotExists = 'Prida» IF NOT EXISTS';
$strAddIntoComments = 'Prida» do komentárov';
$strAddNewField = 'Prida» nové pole';
$strAddPrivilegesOnDb = 'Prida» oprávnenia pre nasledujúcu databázu';
$strAddPrivilegesOnTbl = 'Prida» oprávnenia pre nasledujúcu tabuµku';
$strAddSearchConditions = 'Prida» vyhµadávacie parametre (obsah dotazu po "where" príkaze):';
$strAddToIndex = 'Prida» do indexu &nbsp;%s&nbsp;ståpec';
$strAddUserMessage = 'Pou¾ívateµ bol pridaný.';
$strAddUser = 'Prida» nového pou¾ívateµa';
$strAdministration = 'Administrácia';
$strAffectedRows = ' Ovplyvnené riadky: ';
$strAfterInsertBack = 'Spä»';
$strAfterInsertNewInsert = 'Vlo¾i» nový záznam';
$strAfterInsertNext = 'Upravi» nasledujúci riadok';
$strAfterInsertSame = 'Spä» na túto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povoli» preru¹enie importu v prípade, ¾e sa blí¾i èasový limit behu skriptu. Týmto spôsobom sa mô¾u importova» aj veµké súbory, ale mô¾e to zároveò spôsobi» problémy s transakciami.';
$strAllTableSameWidth = 'zobrazi» v¹etky tabuµky s rovnakou ¹írkou?';
$strAll = 'V¹etko';
$strAlterOrderBy = 'Zmeni» poradie tabuµky podµa';
$strAnalyzeTable = 'Analyzova» tabuµku';
$strAnd = 'a';
$strAndThen = 'a potom';
$strAnIndex = 'Bol pridaný index pre %s';
$strAny = 'Akýkoµvek';
$strAnyHost = 'Akýkoµvek hostiteµ';
$strAnyUser = 'Akýkoµvek pou¾ívateµ';
$strApproximateCount = 'Mô¾e by» nepresné. Pozri FAQ 3.11';
$strAPrimaryKey = 'Bol pridaný primárny kµúè pre %s';
$strArabic = 'Arab¹tina';
$strArmenian = 'Armén¹tina';
$strAscending = 'Vzostupne';
$strAtBeginningOfTable = 'Na zaèiatku tabuµky';
$strAtEndOfTable = 'Na konci tabuµky';
$strAttr = 'Atribúty';
$strAutodetect = 'Automaticky zisti»';
$strAutomaticLayout = 'Automatické rozvrhnutie';
 
$strBack = 'Spä»';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈIATOK VÝSEKU';
$strBeginRaw = 'ZAÈIATOK TOKU';
$strBinary = 'Binárny';
$strBinaryDoNotEdit = 'Binárny - neupravujte ';
$strBinaryLog = 'Binárny log';
$strBinLogEventType = 'Typ udalosti';
$strBinLogInfo = 'Informácia';
$strBinLogName = 'Názov logu';
$strBinLogOriginalPosition = 'Pôvodná pozícia';
$strBinLogPosition = 'Pozícia';
$strBinLogServerId = 'ID servra';
$strBookmarkAllUsers = 'Dovoli» pou¾íva» túto polo¾ku v¹etkým pou¾ívateµom';
$strBookmarkCreated = 'Príkaz %s bol zaradený medzi obµúbené';
$strBookmarkDeleted = 'Záznam z obµúbených bol zmazaný.';
$strBookmarkLabel = 'Názov';
$strBookmarkQuery = 'Obµúbený SQL dotaz';
$strBookmarkReplace = 'Prepísa» existujúci príkaz s rovnakým menom';
$strBookmarkThis = 'Prida» tento SQL dotaz do obµúbených';
$strBookmarkView = 'Iba prezrie»';
$strBrowseForeignValues = 'Prejs» hodnoty cudzích kµúèov';
$strBrowse = 'Prechádza»';
$strBufferPoolActivity = 'Aktivita Vyrovnávacej Pamäte';
$strBufferPoolUsage = 'Vyu¾itie Vyrovnávacej Pamäte';
$strBufferPool = 'Vyrovnávacia Pamä»';
$strBufferReadMissesInPercent = 'Výpadkov pri èítaní v %';
$strBufferReadMisses = 'Výpadkov pri èítaní';
$strBufferWriteWaits = 'Èakaní na zápis';
$strBufferWriteWaitsInPercent = 'Èakaní na zápis v %';
$strBulgarian = 'Bulharsky';
$strBusyPages = 'Spracovávaných stránok';
$strBzError = 'nepodarilo sa skomprimova» výstup z dôvodu chybného roz¹írenia pre kompresiu Bz2 v tejto verzii php. Doporuèuje sa nastavi» <code>$cfg[\'BZipDump\']</code> v konfigurácii phpMyAdmin na <code>FALSE</code>. Ak si ¾eláte pou¾íva» kompresiu Bz2 mali by ste nain¹talova» nov¹iu verziu php. Viac informácií získate z popisu chyby: %s.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalendár';
$strCanNotLoadImportPlugins = 'Nebolo mo¾né naèíta» importovacie pluginy, skontrolujte prosím va¹u in¹taláciu!';
$strCannotLogin = 'Nedá sa prihlási» k MySQL serveru';
$strCantLoad = 'nedá sa nahra» roz¹írenie %s,<br />prosím skontrolujte konfiguráciu PHP';
$strCantLoadRecodeIconv = 'Nie je mo¾né nahra» roz¹írenie iconv alebo recode potrebné pre prevod znakových sad. Upravte nastavenie php tak aby umo¾òovalo pou¾i» tieto roz¹írenia alebo vypnite túto vlastnos» v konfigurácii phpMyAdmina.';
$strCantRenameIdxToPrimary = 'Nie je mo¾né premenova» index na PRIMARY!';
$strCantUseRecodeIconv = 'Nie je mo¾né pou¾i» funkcie iconv,libiconv a recode_string aj napriek tomu, ¾e roz¹írenia sú nahrané. Skontrolujte prosím nastavenie PHP.';
$strCardinality = 'Mohutnos»';
$strCaseInsensitive = 'nerozli¹ova» veµké a malé písmená';
$strCaseSensitive = 'rozli¹ova» veµké a malé písmená';
$strCentralEuropean = 'Stredná Európa';
$strChangeCopyModeCopy = '... zachova» pôvodného pou¾ívateµa.';
$strChangeCopyModeDeleteAndReload = ' ... zmaza» pôvodného pou¾ívateµa z tabuliek pou¾ívateµov a potom znovunaèíta» oprávnenia.';
$strChangeCopyModeJustDelete = ' ... zmaza» pôvodného pou¾ívateµa z tabuliek pou¾ívateµov.';
$strChangeCopyModeRevoke = ' ... odobra» v¹etky oprávnenia pôvodnému pou¾ívateµovi a následne ho zmaza».';
$strChangeCopyMode = 'Vytvori» pou¾ívateµa s rovnakými právami a...';
$strChangeCopyUser = 'Zmeni» informácie o pou¾ívateµovi / Kopírova» pou¾ívateµa';
$strChangeDisplay = 'Zvolte, ktoré pole zobrazi»';
$strChangePassword = 'Zmeni» heslo';
$strChange = 'Zmeni»';
$strCharsetOfFile = 'Znaková sada súboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávanie';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Oznaèi» v¹etko';
$strCheckOverhead = 'Zvoli» neoptimálne';
$strCheckPrivsLong = 'Skontrolova» oprávnenia pre databázu &quot;%s&quot;.';
$strCheckPrivs = 'Skontrolova» oprávnenia';
$strCheckTable = 'Skontrolova» tabuµku';
$strChoosePage = 'Prosím zvolte si Stránku, ktorú chcete upravi»';
$strColComFeat = 'Zobrazova» komentáre ståpcov';
$strCollation = 'Porovnávanie';
$strColumnNames = 'Názvy ståpcov';
$strColumnPrivileges = 'Oprávnenia pre jednotlivé ståpce';
$strCommand = 'Príkaz';
$strCommentsForTable = 'KOMENTÁRE PRE TABU¥KU';
$strComments = 'Komentáre';
$strCompatibleHashing = 'Kompatibilné s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné vlo¾enie';
$strCompression = 'Kompresia';
$strCompressionWillBeDetected = 'Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %s';
$strConfigFileError = 'phpMyAdmin nebol schopný naèíta» konfiguraèný súbor!<br />Tento problém sa zvyèajne vyskytne ak súbor obsahuje chybu alebo ho php nemohlo nájs».<br />Zavolajte browserom tento súbor priamo pou¾itím nasledujúceho odkazu na získanie chybových hlá¹ok, ktoré sú ním spôsobené. Väè¹inou sa jedná o chýbajúcu úvodzovku alebo bodkoèiarku.<br />Ak dostanete iba prázdnu stránku, v¹etko je v poriadku.';
$strConfigureTableCoord = 'Prosím skonfigurujte koordináty pre tabuµku %s';
$strConnectionError = 'Nepodarilo sa pripoji»: chybné nastavenia.';
$strConnections = 'Spojenia';
$strConstraintsForDumped = 'Obmedzenie pre exportované tabuµky';
$strConstraintsForTable = 'Obmedzenie pre tabuµku';
$strCookiesRequired = 'Cookies musia by» povolené, pokiaµ chcete pokraèova».';
$strCopyDatabaseOK = 'Databáza %s bola skopírovaná na %s';
$strCopy = 'Kopírova»';
$strCopyTableOK = 'Tabuµka %s bola skorírovaná do %s.';
$strCopyTableSameNames = 'Nedá sa skopírova» tabuµka sama do seba!';
$strCopyTable = 'Skopírova» tabuµku do (databáza<b>.</b>tabuµka):';
$strCouldNotKill = 'Neporadilo za zabi» vlákno %s. Jeho beh bol pravdepodobne u¾ ukonèený.';
$strCreateDatabaseBeforeCopying = 'Vytvori» databázu (CREATE DATABASE) pred kopírovaním';
$strCreateIndexTopic = 'Vytvori» nový index';
$strCreateIndex = 'Vytvori» index na&nbsp;%s&nbsp;ståpcoch';
$strCreateNewDatabase = 'Vytvori» novú databázu';
$strCreateNewTable = 'Vytvori» novú tabuµku v databáze %s';
$strCreatePage = 'Vytvori» novú Stránku';
$strCreatePdfFeat = 'Vytváranie PDF';
$strCreate = 'Vytvori»';
$strCreationDates = 'Dátum vytvorenia, poslednej zmeny a kontroly';
$strCriteria = 'Kritéria';
$strCroatian = 'Chorvátsky';
$strCSV = 'CSV';
$strCSVImportOptions = 'Mo¾nosti CSV';
$strCSVOptions = 'CSV nastavenia';
$strCyrillic = 'Cyrilika';
$strCzech = 'Èesky';
$strCzechSlovak = 'Èe¹tina/Slovenèina';
 
$strDanish = 'Dánsky';
$strDatabase = 'Databáza';
$strDatabaseEmpty = 'Meno databázy je prázdne!';
$strDatabaseExportOptions = 'Nastavenia exportu databáz';
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
$strDatabaseNoTable = 'Táto databáza neobsahuje ¾iadne tabuµky!';
$strDatabases = 'databáz(y)';
$strDatabasesDropped = 'Úspe¹ne zru¹ených databáz: %s.';
$strDatabasesStatsDisable = 'Skry» ¹tatistiky';
$strDatabasesStatsEnable = 'Zobrazi» ¹tatistiky';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Aktivovanie ¹tatistík databázy mô¾e spôsobi» znaèné zvý¹enie sie»ovej prevádzky medzi databázou a web serverom.';
$strDatabasesStats = '©tatistiky databázy';
$strDataDict = 'Dátový slovník';
$strData = 'Dáta';
$strDataOnly = 'Iba dáta';
$strDataPages = 'Stránky obsahujúce dáta';
$strDBComment = 'Komentár k databáze: ';
$strDBCopy = 'Skopírova» databázu na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahov';
$strDBGLine = 'Riadok';
$strDBGMaxTimeMs = 'Max. èas, ms';
$strDBGMinTimeMs = 'Min èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnenia pre jednotlivé databázy';
$strDBRename = 'Premenova» databázu na';
$strDbSpecific = 'závislé na databáze';
$strDefaultEngine = 'Na tomto MySQL servri je prednastaveným úlo¾ným systémom %s.';
$strDefault = 'Predvolené';
$strDefaultValueHelp = 'Pre predvolené hodnoty, prosím zadajte iba jednu hodnotu bez úvodzoviek alebo uvádzacích znakov, napr.: a';
$strDefragment = 'Defragmentova» tabuµku';
$strDelayedInserts = 'Pou¾i» oneskorené vlo¾enia';
$strDeleteAndFlushDescr = 'Toto je najèistej¹ie rie¹enie, ale znovunaèítanie práv mô¾e chvíµu trva».';
$strDeleteAndFlush = 'Odstráni» pou¾ívateµov a znovunaèíta» práva.';
$strDeleted = 'Riadok bol zmazaný';
$strDeletedRows = 'Zmazané riadky:';
$strDeleteNoUsersSelected = 'Na odstránenie neboli vybraní ¾iadni u¾ívatelia!';
$strDelete = 'Zmaza»';
$strDeleting = 'Odstraòuje sa %s';
$strDelOld = 'Aktuálna stránka sa odkazuje na tabuµky, ktoré u¾ neexistujú, ¾eláte si odstráni» tieto odkazy?';
$strDescending = 'Zostupne';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmenených stránok';
$strDisabled = 'Vypnuté';
$strDisableForeignChecks = 'Vypnú» kontrolu cudzích kµúèov';
$strDisplayFeat = 'Zobrazi» vlastnosti';
$strDisplayOrder = 'Zobrazi» zoradené:';
$strDisplayPDF = 'Zobrazi» schému PDF';
$strDoAQuery = 'Vykona» "dotaz podµa príkladu" (nahradzujúci znak: "%")';
$strDocu = 'Dokumentácia';
$strDoYouReally = 'Skutoène chcete vykona» príkaz ';
$strDropDatabaseStrongWarning = 'Chystáte sa ZRU©I« celú databázu!';
$strDrop = 'Odstráni»';
$strDropUsersDb = 'Odstráni» databázy s rovnakým menom ako majú pou¾ívatelia.';
$strDumpingData = 'S»ahujem dáta pre tabuµku';
$strDumpSaved = 'Dump (schéma) bol ulo¾ený do súboru %s.';
$strDumpXRows = 'Zobrazi» %s riadkov od riadku %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravi» PDF Stránky';
$strEditPrivileges = 'Upravi» oprávnenia';
$strEdit = 'Upravi»';
$strEffective = 'Efektívny';
$strEmptyResultSet = 'MySQL vrátil prázdny výsledok (tj. nulový poèet riadkov).';
$strEmpty = 'Vyprázdni»';
$strEnabled = 'Zapnuté';
$strEncloseInTransaction = 'Uzatvori» príkazy v transakcii';
$strEndCut = 'KONIEC VÝSEKU';
$strEnd = 'Koniec';
$strEndRaw = 'KONIEC TOKU';
$strEngineAvailable = 'Úlo¾ný systém %s je na tomto MySQL servri dostupný.';
$strEngineDisabled = 'Úlo¾ný systém %s bol na tomto MySQL servri deaktivovaný.';
$strEngines = 'Systémy';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úlo¾ný systém %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = ' Poznámka: názvy MySQL oprávnení sú uvádzané v angliètine. ';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v ZIP archíve:';
$strEscapeWildcards = 'Náhradzujúcim znakom _ a % by mal predchádza» znak \, pokiaµ ich nechcete pou¾i» doslovne';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estónsky';
$strExcelEdition = 'Verzia Excelu';
$strExcelOptions = 'Nastavenie exportu do Excelu';
$strExecuteBookmarked = 'Spusti» obµúbený dotaz';
$strExplain = 'Vysvetli» SQL';
$strExport = 'Exportova»';
$strExtendedInserts = 'Roz¹írené vkladanie';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepodarených pokusov';
$strFieldHasBeenDropped = 'Pole %s bolo odstránené';
$strField = 'Pole';
$strFieldsEmpty = ' Poèet polí je prázdny! ';
$strFieldsEnclosedBy = 'Polia uzatvorené';
$strFieldsEscapedBy = 'Polia uvedené pomocou';
$strFields = 'Polia';
$strFieldsTerminatedBy = 'Polia ukonèené';
$strFileAlreadyExists = 'Súbor %s u¾ existuje na servery, zmente názov súboru alebo zvolte prepísanie súboru.';
$strFileCouldNotBeRead = 'Súbor sa nedá preèíta»';
$strFileNameTemplateRemember = 'zapamäta» si vzor';
$strFileNameTemplate = 'Vzor pre názov súboru';
$strFileToImport = 'Súbor na importovanie';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získava práva pou¾ívateµov priamo z tabuliek MySQL. Obsah týchto tabuliek sa mô¾e lí¹i» od práv, ktoré pou¾íva server, ak boli tieto tabuµky ruène upravené. V tomto prípade sa odporúèa vykona» %sznovunaèítanie práv%s predtým ako budete pokraèova».';
$strFlushQueryCache = 'Vyprázdni» vyrovnávaciu pamä» príkazov';
$strFlushTables = 'Vyprázdni» (uzavrie») v¹etky tabuµky';
$strFlushTable = 'Vyprázdni» tabuµku ("FLUSH")';
$strFormat = 'Formát';
$strFormEmpty = 'Chýbajúca polo¾ka vo formulári !';
$strFreePages = 'Prázdnych stránok';
$strFullText = 'Plné texty';
$strFunction = 'Funkcia';
 
$strGenBy = 'Vygenerované';
$strGeneralRelationFeat = 'Mo¾nosti v¹eobecných vz»ahov';
$strGeneratePassword = 'Vytvori» Heslo';
$strGenerate = 'Vytvori»';
$strGenTime = 'Vygenerované:';
$strGeorgian = 'Gruzínèina';
$strGerman = 'Nemecky';
$strGlobal = 'globálny';
$strGlobalPrivileges = 'Globálne práva';
$strGlobalValue = 'Globálna hodnota';
$strGo = 'Vykonaj';
$strGrantOption = 'Prideli»';
$strGreek = 'Gréètina';
$strGzip = '"gzip-ované"';
 
$strHandler = 'Manipulaèná Rutina';
$strHasBeenAltered = 'bola zmenená.';
$strHasBeenCreated = 'bola vytvorená.';
$strHaveToShow = 'Zvolte prosím aspoò jeden ståpec, ktorý chcete zobrazi»';
$strHebrew = 'Hebrejsky';
$strHexForBinary = 'Binárne pole vypisova» v ¹estnástkovej sústave';
$strHome = 'Domov';
$strHomepageOfficial = 'Oficiálne stránky phpMyAdmin-a';
$strHostEmpty = 'Názov hostiteµa je prázdny!';
$strHost = 'Hostiteµ';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Mo¾nosti exportu pre Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Mo¾nosti exportu pre Microsoft Word 2000';
$strHungarian = 'Maïarsky';
 
$strIcelandic = 'Islandèina';
$strId = 'ID';
$strIdxFulltext = 'Celý text';
$strIgnoreDuplicates = 'Ignorova» opakujúce sa riadky';
$strIgnore = 'Ignorova»';
$strIgnoreInserts = 'Pou¾i» IGNORE';
$strIgnoringFile = 'Ignorujem súbor %s';
$strImportDocSQL = 'Importova» súbory docSQL';
$strImportFiles = 'Importova» súbory';
$strImportFormat = 'Formát importovaného súboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index pre %s bol odstránený';
$strIndex = 'Index';
$strIndexName = 'Meno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pre ståpec `%s` je vytvorený viac ako jeden %s kµúè';
$strIndexWarningPrimary = 'Na ståpec `%s` by nemal by» nastavený PRIMARY a zároveò INDEX kµúè';
$strIndexWarningTable = 'Problémy s indexami v tabuµke `%s`';
$strIndexWarningUnique = 'Na ståpec `%s` by nemal by» nastavený UNIQUE a zároveò INDEX kµúè';
$strInnoDBAutoextendIncrementDesc = ' Veµkos», o ktorú je zväè¹ený automaticky sa zväè¹ujúci priestor tabuµky pri zaplnení.';
$strInnoDBAutoextendIncrement = 'Navý¹enie pri automatickom zväè¹ovaní';
$strInnoDBBufferPoolSizeDesc = 'Veµkos» pamäte, ktorú InnoDB pou¾íva pre cachovanie dát a indexov tabuliek.';
$strInnoDBBufferPoolSize = 'Veµkos» vyrovnávacej pamäte';
$strInnoDBDataFilePath = 'Súbory s dátami';
$strInnoDBDataHomeDirDesc = 'Spoloèná èas» cesty k adresáru s InnoDB súbormi s dátami.';
$strInnoDBDataHomeDir = 'Domovský adresár pre dáta';
$strInnoDBPages = 'stránok';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Konfiguraèný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL úètu. Ak MySQL server be¾í s týmto nastavením, nie je zabezpeèený proti napadnutiu, táto bezpeènostná chyba by mala by» urýchlene odstránená.';
$strInsertAsNewRow = 'Vlo¾i» ako nový riadok';
$strInsertedRowId = 'Id vlo¾eného riadku:';
$strInsertedRows = 'Vlo¾ené riadky:';
$strInsertNewRow = 'Vlo¾i» nový riadok';
$strInsert = 'Vlo¾i»';
$strInternalNotNecessary = '* Vnútorný vz»ah nie je nutný ak u¾ vz»ah existuje v InnoDB.';
$strInternalRelations = 'Interné vz»ahy';
$strInUse = 'práve sa pou¾íva';
$strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikaèná metóda:';
$strInvalidColumn = 'Bol zadaný chybný ståpec (%s)!';
$strInvalidColumnCount = 'Poèet ståpcov musí by» väè¹í ako nula.';
$strInvalidFieldAddCount = 'Musíte prida» aspoò jeden ståpec.';
$strInvalidFieldCount = 'Tabuµka musí obsahova» aspoò jeden ståpec.';
$strInvalidLDIImport = 'Tento plug-in nepodporuje import komprimovaných súborov!';
$strInvalidRowNumber = '%d nie je platné èíslo riadku.';
 
$strJapanese = 'Japonèina';
$strJoins = 'Zjednotenia';
$strJumpToDB = 'Na databázu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Odstránení&quot; pou¾ívatelia budú ma» k serveru ako predtým a¾ do znovunaèítania práv.';
$strJustDelete = 'Iba odstráni» pou¾ívateµlov z tabuliek práv.';
 
$strKeepPass = 'Nezmeni» heslo';
$strKeyCache = 'Vyrovnávacia pamä» kµúèov';
$strKeyname = 'Kµúèový názov';
$strKill = 'Zabi»';
$strKorean = 'Kórejèina';
 
$strLandscape = 'Na ¹írku';
$strLatchedPages = 'Uzavretých stránok';
$strLatexCaption = 'Nadpis tabuµky';
$strLatexContent = 'Obsah tabuµky __TABLE__';
$strLatexContinuedCaption = 'Nadpis pokraèovania tabuµky';
$strLatexContinued = '(pokraèovanie)';
$strLatexIncludeCaption = 'Zahrnú» nadpis tabuµky';
$strLatexLabel = 'Návestie';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavenia LaTeX';
$strLatexStructure = '©truktúra tabuµky __TABLE__';
$strLatvian = 'Loty¹stina';
$strLDI = 'CSV pomocou LOAD DATA';
$strLDIImportOptions = 'Nastavenia CSV importu pomocou LOAD DATA';
$strLDILocal = 'Pou¾i» kµúèové slovo LOCAL';
$strLengthSet = 'Då¾ka/Nastavi»*';
$strLimitNumRows = 'záznamov na stránku';
$strLinesTerminatedBy = 'Riadky ukonèené';
$strLinkNotFound = 'Linka nebola nájdená';
$strLinksTo = 'Linkova» na';
$strLithuanian = 'Litovsky';
$strLocalhost = 'Lokálny';
$strLocationTextfile = 'Lokácia textového súboru';
$strLoginInformation = 'Prihlásenie';
$strLogin = 'Login';
$strLogout = 'Odhlási» sa';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Pou¾ívateµ:';
$strLongOperation = 'Táto operácia mô¾e trva» veµmi dlho. Chcete ju aj napriek tomu vykona»?';
 
$strMaxConnects = 'max. súèasných pripojení';
$strMaximalQueryLength = 'Maximálna veµkos» vytvoreného príkazu';
$strMaximumSize = 'Maximálna veµkos»: %s%s';
$strMbExtensionMissing = 'Mbstring roz¹írenie pre PHP nebolo nájdené a zjavne pou¾ívate viacbajtovú znakovú sadu. Bez tohto roz¹írenia nie je phpMyAdmin schopný korektne rozdeµova» re»azce kódované v týchto znakových sadách a mô¾e to vies» k neèakaným výsledkom.';
$strMbOverloadWarning = 'V nastavení PHP je aktívna funkcia mbstring.func_overload, ktorá nie je kompatibilná s phpMyAdmin-om a mô¾e spôsobi» stratu dát!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformácie';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Nie je dostupný ¾iadny popis pre túto transformáciu.<br />Kontaktujte autora, ktorý %s vytára.';
$strMIME_transformation_note = 'Pre zoznam dostupných parametrov a ich MIME typov kliknite na %spopisy transformácií';
$strMIME_transformation_options_note = 'Prosím zadajte hodnoty pre parametre transformácie v nasledujúcom tvare: \'a\',\'b\',\'c\'...<br />Ak potrebujete pou¾i» spätné lomítko ("\") alebo jednoduché úvodzovky ("\'") medzi týmito hodnotami, vlo¾te pred nich spätné lomítko (napr. \'\\\\xyz\' alebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametre transformácie';
$strMIME_transformation = 'Transformácia pri prehliadaní';
$strMIMETypesForTable = 'MIME TYPY PRE TABU¥KU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemajú vlastnú transformaènú funkciu';
$strModifications = 'Zmeny boli ulo¾ené';
$strModifyIndexTopic = 'Modifikova» index';
$strModify = 'Zmeni»';
$strMoveTableOK = 'Tabuµka %s bola presunutá do %s.';
$strMoveTable = 'Presunú» tabuµku do (databáza<b>.</b>tabuµka):';
$strMoveTableSameNames = 'Nedá sa presunú» tabuµka sama do seba!';
$strMultilingual = 'mnohojazyèný';
$strMyISAMDataPointerSizeDesc = 'Prednastavená veµkos» smerníka na dáta v bajtoch, pou¾ívaná pri vytváraní MyISAM tabuliek príkazom CREATE TABLE, v prípade keï nie je zadaná hodnota MAX_ROWS.';
$strMyISAMDataPointerSize = 'Veµkos» smerníka na dáta';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ak je veµkos» doèasného súboru, pou¾itého pre rýchlej¹ie vytváranie MyISAM indexov, väè¹ia ako pri pou¾ití cache, pou¾ije sa metóda cachovania indexu.';
$strMyISAMMaxExtraSortFileSize = 'Maximálna veµkos» doèasných súborov pre vytvorenie indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximálna veµkos» doèasného súboru, ktorý mô¾e MySQL pou¾i» pri obnove MyISAM indexu (poèas vykonávania príkazov REPAIR TABLE, ALTER TABLE alebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximálna veµkos» doèasných zoraïovacích súborov';
$strMyISAMRecoverOptionsDesc = 'Re¾im automatickej obnovy po¹kodených MyISAM tabuliek, ktorý sa dá nastavi» parametrom --myisam-recover pri spú¹»aní servra.';
$strMyISAMRecoverOptions = 'Re¾im automatickej obnovy';
$strMyISAMRepairThreadsDesc = 'Ak je táto hodnota vy¹¹ia ako 1, poèas procesu Opravy Zoradením sú indexy MyISAM tabuµky vytvárané paralelne (ka¾dý index vo svojom vlákne).';
$strMyISAMRepairThreads = 'Opravné vlákna';
$strMyISAMSortBufferSizeDesc = 'Pamä», ktorá je alokovaná pri zoraïovaní MyISAM indexov poèas vykonávania príkazu REPAIR TABLE, alebo pri vytváraní indexov príkazmi CREATE INDEX alebo ALTER TABLE.';
$strMyISAMSortBufferSize = 'Veµkos» zoraïovacej pamäte';
$strMySQLCharset = 'Znaková sada v MySQL';
$strMySQLConnectionCollation = 'Overenie MySQL spojenia';
$strMySQLSaid = 'MySQL hlási: ';
$strMySQLShowProcess = 'Zobrazi» procesy';
$strMySQLShowStatus = 'Zobrazi» MySQL informácie o behu';
$strMySQLShowVars = 'Zobrazi» MySQL systémové premenné';
 
$strName = 'Názov';
$strNext = 'Ïal¹í';
$strNoActivity = 'Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu';
$strNoDatabases = '®iadne databázy';
$strNoDatabasesSelected = 'Neboli vybrané ¾iadne databázy.';
$strNoDescription = 'bez Popisu';
$strNoDetailsForEngine = 'Pre tento úlo¾ný systém nie sú dostupné ¾iadne podrobnej¹ie informácie.';
$strNoDropDatabases = 'Mo¾nos» "DROP DATABASE" vypnutá.';
$strNoExplain = 'Preskoèi» vysvetlenie SQL';
$strNoFilesFoundInZip = 'V ZIP archíve neboli nájdené ¾iadne súbory!';
$strNoFrames = 'phpMyAdmin funguje lep¹ie s prehliadaèmi podporujúcimi <b>rámy</b>.';
$strNoIndex = 'Nebol definovaný ¾iadny index!';
$strNoIndexPartsDefined = 'Èasti indexu neboli definované!';
$strNoModification = '®iadna zmena';
$strNone = '®iadny';
$strNo = 'Nie';
$strNoOptions = 'Tento formát nemá ¾iadne nastavenia';
$strNoPassword = '®iadne heslo';
$strNoPermission = 'Web server nemá oprávenia na ulo¾enie do súboru %s.';
$strNoPhp = 'bez PHP kódu';
$strNoPrivileges = '®iadne oprávnenia';
$strNoRights = 'Nemáte dostatoèné práva na vykonanie tejto akcie!';
$strNoRowsSelected = 'Nebol vybraný ¾iadny riadok';
$strNoSpace = 'Nedostatok miesta pre ulo¾enie súboru %s.';
$strNoTablesFound = 'Neboli nájdené ¾iadne tabuµky v tejto datábaze.';
$strNoThemeSupport = 'Zmena vzhµadu nie je podporovaná, skontrolujte si nastavenia a vzhµady v adresári %s.';
$strNothingToImport = 'Neboli zadané ¾iadne dáta na import!';
$strNotNumber = 'Toto nie je èíslo!';
$strNotOK = 'chyba';
$strNotSet = 'Tabuµka <b>%s</b> nebola nájdená alebo nie je nastavená v %s';
$strNoUsersFound = 'Nebol nájdený ¾iadny pou¾ívateµ.';
$strNoValidateSQL = 'Preskoèi» potvrdenie platnosti SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet polí';
$strNumSearchResultsInTable = '%s výskyt(ov)v tabuµke <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkovo:</b> <i>%s</i> výskyt(ov)';
$strNumTables = 'Tabuµky';
 
$strOK = 'OK';
$strOperations = 'Operácie';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizova» tabuµku';
$strOr = 'alebo';
$strOverhead = 'Naviac';
$strOverwriteExisting = 'Prepísa» existujúci súbor(y)';
 
$strPageNumber = 'Èíslo stránky:';
$strPagesToBeFlushed = 'Stránok urèených k uvoµneniu';
$strPaperSize = 'Veµkos» stránky';
$strPartialImport = 'Èiastoèný import';
$strPartialText = 'Èiastoèné texty';
$strPasswordChanged = 'Heslo pre %s bolo úspe¹ne zmenené.';
$strPasswordEmpty = 'Heslo je prázdne!';
$strPasswordHashing = 'Hashovanie hesla';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Heslá sa nezhodujú!';
$strPdfDbSchema = 'Schéma databázy "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabuµka "%s" neexistuje!';
$strPdfNoTables = '®iadne tabuµky';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minútu';
$strPerSecond = 'za sekundu';
$strPersian = 'Per¹tina';
$strPhoneBook = 'adresár';
$strPHP40203 = 'Pou¾ívate PHP 4.2.3, ktoré ma vá¾nu chybu pri práci s viac bajtovými znakmi (mbstring). V PHP je táto chyba zdokumentovaná pod èíslom 19404. Nedoporuèuje sa pou¾íva» túto verziu PHP s phpMyAdminom.';
$strPHPVersion = 'Verzia PHP';
$strPhp = 'Vytvori» PHP kód';
$strPmaDocumentation = 'phpMyAdmin Dokumentácia';
$strPmaUriError = 'Direktíva <tt>$cfg[\'PmaAbsoluteUri\']</tt> v konfiguraènom súbore MUSÍ by» nastavená!';
$strPolish = 'Poµ¹tina';
$strPortrait = 'Na vý¹ku';
$strPos1 = 'Zaèiatok';
$strPrevious = 'Predchádzajúci';
$strPrimaryKeyHasBeenDropped = 'Primárny kµúè bol zru¹ený';
$strPrimaryKeyName = 'Názov primárneho kµúèa musí by»... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musí</b> by» <b>iba</b> meno primárneho kµúèa!)';
$strPrimary = 'Primárny';
$strPrintViewFull = 'Náhµad tlaèe (s kompletnými textami)';
$strPrintView = 'Náhµad k tlaèi';
$strPrint = 'Vytlaèi»';
$strPrivDescAllPrivileges = 'V¹etky oprávnenia okrem GRANT.';
$strPrivDescAlter = 'Povolí meni» ¹truktúru existujúcich tabuliek.';
$strPrivDescAlterRoutine = 'Umo¾òuje upravova» a odstraòova» ulo¾ené procedúry.';
$strPrivDescCreateDb = 'Povolí vytváranie nových databáz a tabuliek.';
$strPrivDescCreateRoutine = 'Umo¾òuje vytvára» ulo¾ené procedúry.';
$strPrivDescCreateTbl = 'Povolí vytváranie nových tabuliek.';
$strPrivDescCreateTmpTable = 'Povolí vytváranie doèasných tabuliek.';
$strPrivDescCreateUser = 'Umo¾òuje vytvára», odstraòova» a premenováva» u¾ívateµské kontá.';
$strPrivDescCreateView = 'Umo¾òuje vytvára» nové náhµady.';
$strPrivDescDelete = 'Povolí mazanie dát.';
$strPrivDescDropDb = 'Povolí odstraòovanie databáz a tabuliek.';
$strPrivDescDropTbl = 'Povolí odstraòovanie tabuliek.';
$strPrivDescExecute5 = 'Umo¾òuje spú¹»a» ulo¾ené procedúry.';
$strPrivDescExecute = 'Povolí spú¹»anie ulo¾ených procedúr. Nefunguje v tejto verzii MySQL.';
$strPrivDescFile = 'Povolí importovanie a exportovanie dát zo/do súborov na serveri.';
$strPrivDescGrant = 'Povolí pridávanie u¾ivatelov a práv bez znovunaèítania tabuliek práv.';
$strPrivDescIndex = 'Povolí vytváranie a mazanie indexov.';
$strPrivDescInsert = 'Povolí vkladanie a nahradzovanie dát.';
$strPrivDescLockTables = 'Povolí zmaknutie tabuliek pre aktuálne vlákno.';
$strPrivDescMaxConnections = 'Obmedzí poèet nových spojení, ktoré mô¾e pou¾ívateµ vytvori» za hodinu.';
$strPrivDescMaxQuestions = 'Obmedzí poèet dotazov, ktoré mô¾e pou¾ívateµ odosla» za hodinu.';
$strPrivDescMaxUpdates = 'Obmedzí poèet príkazov meniacich tabuµku alebo databázu, ktorá mô¾e pou¾ívateµ odosla» za hodinu.';
$strPrivDescMaxUserConnections = 'Obmedzuje poèet simultánnych pripojení u¾ívateµa.';
$strPrivDescProcess3 = 'Povolí zabíjanie procesov iným pou¾ívateµlom.';
$strPrivDescProcess4 = 'Povolí prezeranie kompletných dotazov v zozname procesov.';
$strPrivDescReferences = 'Nefunguje v tejto verzii MySQL.';
$strPrivDescReload = 'Povolí znovunaèítanie nastavení a vyprázdòovanie vyrovnávacích pamätí serveru.';
$strPrivDescReplClient = 'Povolí pou¾ívateµovi zisti» kde je hlavný / pomocný server.';
$strPrivDescReplSlave = 'Potrebné pre replikáciu pomocných serverov.';
$strPrivDescSelect = 'Povolí èítanie dát.';
$strPrivDescShowDb = 'Povolí prístup ku kompletnému zoznamu databáz.';
$strPrivDescShowView = 'Umo¾òuje spú¹»a» príkazy so SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Povolí vypnutie serveru.';
$strPrivDescSuper = 'Povolí spojenie aj v prípade, ¾e bol dosiahnutý maximálny poèet spojení. Potrebné pre väè¹inu operácií pri správe serveru ako nastavovanie globálny premenných alebo zabíjanie procesov iných pou¾ívateµov.';
$strPrivDescUpdate = 'Povolí menenie dát.';
$strPrivDescUsage = '®iadne práva.';
$strPrivileges = 'Oprávnenia';
$strPrivilegesReloaded = 'Práva boli úspe¹ne znovunaèítané.';
$strProcesslist = 'Zoznam procesov';
$strPutColNames = 'Prida» názvy polí na prvý riadok';
 
$strQBEDel = 'Zmaza»';
$strQBE = 'Dotaz podµa príkladu';
$strQBEIns = 'Vlo¾i»';
$strQueryCache = 'Vyrovnávacia pamä» príkazov';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = ' SQL dotaz v databáze <b>%s</b>:';
$strQuerySQLHistory = 'SQL história';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Dotaz zabral %01.4f sek.';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Neprepisova» tento dotaz z hlavného okna';
 
$strReadRequests = 'Po¾iadavkov na èítanie';
$strReceived = 'Prijaté';
$strRecords = 'Záznamov';
$strReferentialIntegrity = 'Skontrolova» referenènú integritu:';
$strRefresh = 'Obnovi»';
$strRelationalSchema = 'Relaèná schéma';
$strRelationNotWorking = 'Prídavné vlastnosti pre prácu s prepojenými tabuµkami boli deaktivované. Ak chcete zisti» preèo, kliknite %ssem%s.';
$strRelationsForTable = 'VZ«AHY PRE TABU¥KU';
$strRelations = 'Prepojenia';
$strRelationView = 'Zobrazi» spojitosti';
$strReloadingThePrivileges = 'Znovunaèítanie práv';
$strReloadMySQL = 'Znovu-naèíta» MySQL';
$strRemoveSelectedUsers = 'Odstráni» vybraných pou¾ívateµov';
$strRenameDatabaseOK = 'Databáza %s bola premenovaná na %s';
$strRenameTableOK = 'Tabuµka %s bola premenovaná na %s';
$strRenameTable = 'Premenova» tabuµku na';
$strRepairTable = 'Opravi» tabuµku';
$strReplaceNULLBy = 'Nahradi» NULL hodnoty';
$strReplaceTable = 'Nahradi» dáta v tabuµke súborom';
$strReplication = 'Replikácia';
$strReset = 'Pôvodné (Reset)';
$strResourceLimits = 'Obmedzenie zdrojov';
$strReType = 'Potvrdi»';
$strRevokeAndDeleteDescr = 'U¾ívatelia budú ma» stále právo USAGE (pou¾ívanie) a¾ do znovunaèítania práv.';
$strRevokeAndDelete = 'Odobranie v¹etkých aktívnych práv pou¾ívateµom a ich následné odstránenie.';
$strRevokeMessage = 'Boli zru¹ené oprávnenia pre %s';
$strRevoke = 'Zru¹i»';
$strRomanian = 'Rumun¹tina';
$strRowLength = 'Då¾ka riadku';
$strRowsFrom = 'riadky zaèínajú od';
$strRowSize = ' Veµkos» riadku ';
$strRowsModeFlippedHorizontal = 'vodorovnom (otoèené hlavièky)';
$strRowsModeHorizontal = 'horizontálnom';
$strRowsModeOptions = 'v(o) %s móde a opakova» hlavièky po ka¾dých %s bunkách';
$strRowsModeVertical = 'vertikálnom';
$strRows = 'Riadkov';
$strRowsStatistic = '©tatistika riadku';
$strRunning = 'be¾í na %s';
$strRunQuery = 'Odo¹li dotaz';
$strRunSQLQueryOnServer = 'Spusti» SQL príkaz(y) na servri %s';
$strRunSQLQuery = 'Spusti» SQL dotaz/dotazy na databázu %s';
$strRussian = 'Ru¹tina';
 
$strSaveOnServer = 'Ulo¾i» na server do adresára %s';
$strSave = 'Ulo¾i»';
$strScaleFactorSmall = 'Mierka je príli¹ mala na roztiahnutie schémy na stránku';
$strSearchFormTitle = 'Hµada» v databáze';
$strSearch = 'Hµada»';
$strSearchInTables = 'V tabuµke(ách):';
$strSearchNeedle = 'Slovo(á) alebo hodnotu(y), ktoré chcete vyhµada» (nahradzujúci znak: "%"):';
$strSearchOption1 = 'najmenej jedno zo slov';
$strSearchOption2 = 'v¹etky slová';
$strSearchOption3 = 'presný výraz';
$strSearchOption4 = 'ako regulárny výraz';
$strSearchResultsFor = 'Prehµada» výsledky na "<i>%s</i>" %s:';
$strSearchType = 'Nájdi:';
$strSecretRequired = 'Nastavte prosím kµúè pre ¹ifrovanie cookies v konfiguraènom súbore (blowfish_secret).';
$strSelectADb = 'Prosím vyberte si databázu';
$strSelectAll = 'Oznaèi» v¹etko';
$strSelectBinaryLog = 'Vyberte binárny log na zobrazenie';
$strSelectFields = 'Zvoli» pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSelectTables = 'Vybra» Tabuµky';
$strSend = 'Po¹li';
$strSent = 'Odoslané';
$strServerChoice = 'Voµba serveru';
$strServerNotResponding = 'Server neodpovedá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odlo¾ené vlo¾enia';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento server be¾í %s. Bol spustený %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Premenné';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Premenné a nastavenia serveru';
$strServerVersion = 'Verzia serveru';
$strSessionValue = 'Hodnota sedenia';
$strSetEnumVal = 'Ak je pole typu "enum" alebo "set", prosím zadávajte hodnoty v tvare: \'a\',\'b\',\'c\'...<br />Ak dokonca potrebujete zada» spätné lomítko ("\") alebo apostrof ("\'") pri týchto hodnotách, zadajte ich napríklad takto \'\\\\xyz\' alebo \'a\\\'b\'.';
$strShowAll = 'Zobrazi» v¹etko';
$strShowColor = 'Zobrazi» farbu';
$strShowDatadictAs = 'Formát dátového slovníka';
$strShowFullQueries = 'Zobrazi» kompletné dotazy';
$strShowGrid = 'Zobrazi» mrie¾ku';
$strShowingBookmark = 'Zobrazujem obµúbený príkaz';
$strShowingRecords = 'Ukáza» záznamy ';
$strShowOpenTables = 'Zobrazi» otvorené tabuµky';
$strShowPHPInfo = 'Zobrazi» informácie o PHP';
$strShowSlaveHosts = 'Zobrazi» podriadené hosty';
$strShowSlaveStatus = 'Zobrazi» stav podriadených hostov';
$strShowStatusBinlog_cache_disk_useDescr = 'Poèet transakcií, ktoré vyu¾ili doèasnú vyrovnávaciu pamä» binárneho logu, ale zároveò prekroèili hodnotu binlog_cache_size a museli tak pou¾i» doèasný súbor na ulo¾enie príkazov transakcie.';
$strShowStatusBinlog_cache_useDescr = 'Poèet transakcií, ktoré vyu¾ili vyrovnávaciu pamä» binárneho logu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Poèet doèasných tabuliek automaticky vytvorených servrom pri vykonávaní príkazov. Ak je hodnota Created_tmp_disk_tables príli¹ vysoká, mô¾te zvý¹i» hodnotu tmp_table_size, aby boli doèasné tabuµky ukladané do pamäte a nie na disk.';
$strShowStatusCreated_tmp_filesDescr = 'Poèet doèasných súborov vytvorených servrom mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Poèet doèasných, v pamäti ulo¾ených tabuliek, vytvorených servrom pri vykonávaní príkazov.';
$strShowStatusDelayed_errorsDescr = 'Poèet riadkov pridaných príkazom INSERT DELAYED, pri ktorých sa vyskytla chyba (pravdepodobne opakujúci sa kµúè).';
$strShowStatusDelayed_insert_threadsDescr = 'Poèet vlákien pou¾ívaných príkazmi INSERT DELAYED. Ka¾dá samostatná tabuµka, na ktorú je pou¾itý príkaz INSERT DELAYED, ma svoje vlastné vlákno.';
$strShowStatusDelayed_writesDescr = 'Poèet riadkov vlo¾ených príkazom INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Poèet vykonaných príkazov FLUSH.';
$strShowStatusHandler_commitDescr = 'Poèet interných príkazov COMMIT.';
$strShowStatusHandler_deleteDescr = 'Koµkokrát bol z tabuµky odstránený riadok.';
$strShowStatusHandler_discoverDescr = 'MySQL server mô¾e zasla» po¾iadavku NDB Clustru, èi nevie o existencii tabuµky s daným menom. Tento proces sa nazýva objavovanie. Handler_discover zobrazuje poèet doposiaµ objavených tabuliek.';
$strShowStatusHandler_read_firstDescr = 'Poèet preèítaní prvej polo¾ky indexu. Ak je táto hodnota príli¹ vysoká, znamená to ¾e server vykonáva príli¹ veµa kompletných prechádzaní indexov; napríklad, SELECT col1 FROM foo, za predpokladu ¾e col1 je indexovaný.';
$strShowStatusHandler_read_keyDescr = 'Poèet po¾iadavkov na naèítanie riadku podµa kµúèa. Ak je táto hodnota vysoká, je to dobrým znamením ¾e sú príkazy a tabuµky správne indexované.';
$strShowStatusHandler_read_nextDescr = 'Poèet po¾iadavkov na naèítanie nasledujúceho riadku v poradí podµa kµúèa. Táto hodnota sa zvy¹uje ak sa naèítava indexovaný ståpec v danom rozsahu alebo ak sa vykonáva prehµadávanie indexu.';
$strShowStatusHandler_read_prevDescr = 'Poèet po¾iadavkov na naèítanie predchádzajúceho riadku podµa kµúèa. Táto èítacia metóda sa pou¾iva hlavne na optimalizáciu príkazov typu ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Poèet po¾iadavkov na naèítanie riadku na základe urèitej pozície. Táto hodnota je vysoká, ak sa vykonáva veµa príkazov, ktoré si vy¾adujú zoradenie výsledku. Pravdepodobne sa pou¾iva veµa príkazov, kvôli ktorým musí MySQL kompletne prehµadáva» tabuµky, alebo sa pou¾ívajú zjednotenia, ktoré správne nevyu¾ívajú kµúèe.';
$strShowStatusHandler_read_rnd_nextDescr = 'Poèet po¾iadavkov na naèítanie nasledujúceho riadku. Táto hodnota je vysoká, ak sa vykonáva veµa kompletných prehµadávaní tabuliek. Znamená to ¾e buï tabuµky nie sú správne indexované alebo príkazy nedostatoène vyu¾ívajú dostupné indexy.';
$strShowStatusHandler_rollbackDescr = 'Poèet interných príkazov ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Poèet po¾iadavkov na zmenu záznamu (riadku) v tabuµke.';
$strShowStatusHandler_writeDescr = 'Poèet po¾iadavkov na vlo¾enie nového záznamu (riadku) do tabuµky.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Poèet stránok obsahujúcich dáta (neèistých aj èistých).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Poèet neèistých stránok.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Poèet stránok, na ktoré je po¾iadavka na vyprázdnenie.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Poèet voµných stránok.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Poèet uzamknutých stránok v InnoDB vyrovnávacej pamäti. Z týchto stránok sa momentálne èíta alebo zapisuje, prípadne nemô¾u by» vyprázdnené ani odstránené z nejakého iného dôvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Poèet momentálne neprístupných stránok z dôvodu úèasti na administratívnych úèeloch ako napr. uzamkýnanie riadkov alebo adaptívny hash index. Táto hodnota sa tie¾ mô¾e vypoèíta» ako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celkový poèet stránok vo vyrovnávacej pamäti InnoDB.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet "náhodných" predèítaní vykonaných InnoDB. Táto situácia nastáva pri príkazoch, ktoré prehµadávajú veµkú èas» tabuµky, ale v náhodnom poradí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet sekvenèných predèítaní vykonaných InnoDB. Táto situácia nastáva pri vykonávaní sekvenèného prehµadávania celej tabuµky.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet po¾iadavkov na logické naèítavanie.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických naèítaní, ktoré sa nemohli vykona» z vyrovnávacej pamäte a namiesto toho bolo vykonané naèítanie celej jednej stránky.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normálne sa zápis do vyrovnávacej pamäte InnoDB vykonáva v pozadí. Ak v¹ak nie sú pri po¾iadavke na naèítanie alebo vytvorenie stránky dostupné ¾iadne èisté stránky, je potrebné poèka» na ich vyèistenie. Táto hodnota zobrazuje poèet týchto èakaní a ak bola správne nastavená veµkos» vyrovnávacej pamäte, mala by by» nízka.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisov do vyrovnávacej pamäte InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet vykonaných fsync() operácií.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktuálny poèet prebiehajúcich fsync() operácií.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet aktuálne prebiehajúcich naèítavaní.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet aktuálne prebiehajúcich zápisov.';
$strShowStatusInnodb_data_readDescr = 'Mno¾stvo u¾ naèítaných dát, v bajtoch.';
$strShowStatusInnodb_data_readsDescr = 'Celkový poèet naèítaní dát.';
$strShowStatusInnodb_data_writesDescr = 'Celkový poèet zápisov dát.';
$strShowStatusInnodb_data_writtenDescr = 'Mno¾stvo u¾ zapísaných dát, v bajtoch.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èakaní na vyprázdnenie vyrovnávacej pamäte logu z dôvodu jej zaplnenia.';
$strShowStatusInnodb_log_write_requestsDescr = 'Poèet po¾iadaviek na zápis do logovacieho súboru.';
$strShowStatusInnodb_log_writesDescr = 'Poèet fyzických zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Poèet fsync zápisov vykonaných na logovacom súbore.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Poèet prebiehajúcich synchronizácií logovacieho súboru.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Poèet prebiehajúcich zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_writtenDescr = 'Mno¾stvo bajtov zapísaných do logovacieho súboru.';
$strShowStatusInnodb_pages_createdDescr = 'Poèet vytvorených stránok.';
$strShowStatusInnodb_page_sizeDescr = 'Veµkos» nakompilovanej InnoDB stránky (prednastavených je 16KB). Viacero hodnôt sa udáva v stránkach; pomocou veµkosti stránky je mo¾né ich premeni» na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Poèet naèítaných stránok.';
$strShowStatusInnodb_pages_writtenDescr = 'Poèet zapísaných stránok.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Poèet zámkov na riadky, na ktoré sa èaká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Priemerný èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximálny èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Koµkokrát sa muselo èaka» na zámok na riadok.';
$strShowStatusInnodb_rows_deletedDescr = 'Poèet záznamov (riadkov) odstránených z InnoDB tabuliek.';
$strShowStatusInnodb_rows_insertedDescr = 'Poèet záznamov (riadkov) vlo¾ených do InnoDB tabuliek.';
$strShowStatusInnodb_rows_readDescr = 'Poèet naèítaných záznamov (riadkov) z InnoDB tabuliek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet upravených záznamov (riadkov) v InnoDB tabuµkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Poèet zmenených kµúèových blokov vo vyrovnávacej pamäti kµúèov, ktoré e¹te neboli zapísané na disk. Predtým sa táto hodnota nazývala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Poèet nevyu¾itých blokov vo vyrovnávacej pamäti kµúèov. Z tejto hodnoty mô¾ete zisti» koµko vyrovnávacej pamäte sa práve pou¾íva.';
$strShowStatusKey_blocks_usedDescr = 'Poèet vyu¾itých blokov vo vyrovnávacej pamäti kµúèov. Táto hodnota urèuje najväè¹ie mno¾stvo blokov, ktoré kedy naraz pou¾ité.';
$strShowStatusKey_read_requestsDescr = 'Poèet po¾iadavkov na naèítanie kµúèového bloku z vyrovnávacej pamäti.';
$strShowStatusKey_readsDescr = 'Poèet naèítaní kµúèového bloku priamo z disku. Ak je táto hodnota príli¹ veµká, väè¹inou to znamená, ¾e veµkos» vyrovnávacej pamäti (key_buffer_size) je príli¹ malá. Úspe¹nos» vyrovnávacej pamäte si mô¾te vypoèíta» zo vz»ahu Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Poèet po¾iadavkov na zápis kµúèového bloku do vyrovnávacej pamäti.';
$strShowStatusKey_writesDescr = 'Poèet fyzických zápisov kµúèového bloku na disk.';
$strShowStatusLast_query_costDescr = 'Celkové náklady na posledný kompilovaný príkaz, vypoèítané optimizérom príkazov. U¾itoèné na porovnávanie nákladov na rôzne príkazy pre tú istú po¾iadavku. Prednastavená hodnota 0 znamená, ¾e doposiaµ neboli skompilované ¾iadne príkazy.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Poèet riadkov èakajúcich na zápis cez INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Poèet doposiaµ otvorených tabuliek. Ak je táto hodnota príli¹ vysoká, pravdepodobne je vyrovnávacia pamä» pre tabuµky príli¹ malá.';
$strShowStatusOpen_filesDescr = 'Poèet otvorených súborov.';
$strShowStatusOpen_streamsDescr = 'Poèet otvorených streamov (väè¹inou vyu¾ívané na logovanie).';
$strShowStatusOpen_tablesDescr = 'Poèet práve otvorených tabuliek.';
$strShowStatusQcache_free_blocksDescr = 'Mno¾stvo voµných pamä»ových blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusQcache_free_memoryDescr = 'Veµkos» voµnej pamäti pre vyrovnávaciu pamä» príkazov.';
$strShowStatusQcache_hitsDescr = 'Poèet zásahov vyrovnávacej pamäti.';
$strShowStatusQcache_insertsDescr = 'Poèet príkazov pridaných do vyrovnávacej pamäti.';
$strShowStatusQcache_lowmem_prunesDescr = 'Poèet príkazov, ktoré boli odstránené z vyrovnácej pamäti na uvoµnenie pamäti pre nové príkazy. Táto hodnota vám mô¾e pomôc» pri upravovaní veµkosti vyrovnávacej pamäti príkazov. Na výber príkazov na odstránenie z vyrovnávacej pamäti sa pou¾íva stratégia LRU (tzn. najdlh¹ie nepou¾ité príkazy budú odstránené ako prvé).';
$strShowStatusQcache_not_cachedDescr = 'Poèet príkazov neumiestnených do vyrovnávacej pamäti (nie sú cachovateµné alebo nevyhovujú nastaveniu query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Poèet príkazov registrovaných vo vyrovnávacej pamäti.';
$strShowStatusQcache_total_blocksDescr = 'Celkové mno¾stvo blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusReset = 'Vynulova»';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikácie (zatiaµ neimplementované).';
$strShowStatusSelect_full_joinDescr = 'Poèet spojení, ktoré nevyu¾ívajú indexy. Ak sa táto hodnota nerovná 0, mali by ste starostlivo skontrolova» indexy va¹ich tabuliek.';
$strShowStatusSelect_full_range_joinDescr = 'Poèet spojení, ktoré na referenènej tabuµke vyu¾ili intervalové vyhµadávanie.';
$strShowStatusSelect_range_checkDescr = 'Poèet spojení bez kµúèov, ktoré kontrolovali pou¾itie kµúèa na ka¾dom riadku (ak táto hodnota nie je 0, mali by ste starostlivo skontrolova» indexy va¹ich tabuliek).';
$strShowStatusSelect_rangeDescr = 'Poèet spojení, ktoré na prvej tabuµke vyu¾ili intervalové vyhµadávanie (táto hodnota nie je kritická ani v prípade, ¾e je vysoká).';
$strShowStatusSelect_scanDescr = 'Poèet spojení, ktoré vykonali kompletné prehµadanie prvej tabuµky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Poèet doèasných tabuliek, otvorených podriadeným SQL vláknom.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poèet (od spustenia) pokusov replikaèného podriadeného SQL vlákna o znovuobnovenie transakcie.';
$strShowStatusSlave_runningDescr = 'Táto polo¾ka obsahuje hodnotu ON ak je tento server podriadeným a je pripojený k prislúchajúcemu nadriadenému servru.';
$strShowStatusSlow_launch_threadsDescr = 'Poèet vlákien, ktorých vytvorenie zabralo viac ako je hodnota slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Poèet príkazov, ktorých vykonanie zabralo viac ako je hodnota long_query_time.';
$strShowStatusSort_merge_passesDescr = 'Poèet zluèovacích prechodov, ktoré musel vykona» zoraïovací algoritmus. Ak je táto hodnota prílis veµká, mali by ste pouva¾ova» nad zvý¹ením hodnoty systémového nastavania sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Poèet rozsahom obmedzených zoraïovaní.';
$strShowStatusSort_rowsDescr = 'Poèet zoradených riadkov.';
$strShowStatusSort_scanDescr = 'Poèet zoradení uskutoènených prehµadávaním tabuµky.';
$strShowStatusTable_locks_immediateDescr = 'Poèet zámkov tabuliek, ktoré boli získané okam¾ite.';
$strShowStatusTable_locks_waitedDescr = 'Poèet prípadov keï sa zámok tabuµky nedal získa» okam¾ite a bolo nutné vyèka». Ak je táto hodnota vysoká a máte problémy s výkonom, mali by ste najprv optimalizova» va¹e príkazy a potom buï rozdeli» tabuµku/tabuµky alebo pou¾i» replikáciu.';
$strShowStatusThreads_cachedDescr = 'Poèet vlákien vo vyrovnávacej pamäti. Úspe¹nos» tejto vyrovnávacej pamäti sa dá vypoèíta» zo vz»ahu Threads_created/Connections. Ak je táto hodnota v èervenom, mali by ste zvý¹i» hodnotu thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Poèet momentálne otvorených spojení.';
$strShowStatusThreads_createdDescr = 'Poèet vlákien vytvorených na zaobchádzanie so spojeniami. Ak je hodnota Threads_created vysoká, mohli by ste zvý¹i» hodnotu thread_cache_size (to v¹ak nespôsobí ¾iadnu citeµnú zmenu ak máte vlákna dobre implementované).';
$strShowStatusThreads_runningDescr = 'Poèet aktívnych (nespiacich) vlákien.';
$strShowTableDimension = 'Zobrazi» rozmery tabuliek';
$strShowTables = 'Zobrazi» tabuµky';
$strShowThisQuery = ' Zobrazi» tento dotaz znovu ';
$strShow = 'Ukáza»';
$strSimplifiedChinese = 'Zjednodu¹ená Èín¹tina';
$strSingly = '(po jednom)';
$strSize = 'Veµkos»';
$strSkipQueries = 'Poèet záznamov (príkazov), ktoré sa majú zo zaèiatku preskoèi»';
$strSlovak = 'Slovenèina';
$strSlovenian = 'Slovinèina';
$strSocketProblem = '(alebo soket lokálneho MySQL servra nie je správne nastavený)';
$strSortByKey = 'Zoradi» podµa kµúèa';
$strSorting = 'Zoraïovanie';
$strSort = 'Triedi»';
$strSpaceUsage = 'Zabrané miesto';
$strSpanish = '©panielsky';
$strSplitWordsWithSpace = 'Slová sú rozdelené medzerou (" ").';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvorených dotazov';
$strSQLOptions = 'SQL nastavenia';
$strSQLParserBugMessage = 'Je mo¾né, ¾e ste na¹li chybu v SQL syntaktickom analyzátore. Preskúmajte podrobne SQL dotaz, predov¹etkým správnos» umiestnenia úvodzoviek. Ïal¹ia mo¾nos» je, ¾e nahrávate súbor s binárnymi dátami nezapísanými v úvodzovkách. Mô¾ete tie¾ vyskú¹a» pou¾i» príkazový riadok MySQL na odstránenie problému. Pokial stále máte problémy alebo syntaktický analyzátor SQL stále hlási chybu v dotaze, ktorý v príkazovom riadku funguje, prosím pokúste sa zredukova» dotaz na èo najmen¹í, v ktorom sa problém e¹te vyskytuje a ohláste chybu na stránke phpMyAdmina spolu so sekciou VÝPIS uvedenú ni¾¹ie:';
$strSQLParserUserError = 'Vyskytla sa chyba v SQL dotaze. Ni¾¹ie uvedený MySQL výstup (ak je nejaký) Vám mô¾e pomôc» odstráni» problém';
$strSQLQuery = 'SQL dotaz';
$strSQLResult = 'výsledok SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neplatný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzatvorené úvodzovky';
$strSQPBugUnknownPunctuation = 'Neznámy interpunkèný re»azec';
$strStatCheckTime = 'Posledná kontrola';
$strStatCreateTime = 'Vytvorenie';
$strStatement = 'Údaj';
$strStatUpdateTime = 'Posledná zmena';
$strStatus = 'Stav';
$strStorageEngine = 'Úlo¾ný Systém';
$strStorageEngines = 'Úlo¾né Systémy';
$strStrucCSV = 'CSV dáta';
$strStrucData = '©truktúru a dáta';
$strStrucDrop = 'Pridaj \'vyma¾ tabuµku\'';
$strStrucExcelCSV = 'CSV pre MS Excel dáta';
$strStrucNativeExcel = 'Natívne dáta MS Excel';
$strStrucOnly = 'Iba ¹truktúru';
$strStructPropose = 'Navrhnú» ¹truktúru tabuµky';
$strStructure = '©truktúra';
$strSubmit = 'Odo¹li';
$strSuccess = 'SQL dotaz bol úspe¹ne vykonaný';
$strSum = 'Celkom';
$strSwedish = '©védsky';
$strSwitchToDatabase = 'Prepnú» na skopírovanú databázu';
$strSwitchToTable = 'Prepnú» na skopírovanú tabuµku';
 
$strTableAlreadyExists = 'Tabuµka %s u¾ existuje!';
$strTableComments = 'Komentár k tabuµke';
$strTableEmpty = 'Tabuµka je prázdna!';
$strTableHasBeenDropped = 'Tabuµka %s bola odstránená';
$strTableHasBeenEmptied = 'Tabuµka %s bola vyprázdená';
$strTableHasBeenFlushed = 'Tabuµka %s bola vyprázdnená';
$strTableMaintenance = 'Údr¾ba tabuµky';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametre tabuµky';
$strTables = '%s tabuµka(y)';
$strTableStructure = '©truktúra tabuµky pre tabuµku';
$strTable = 'Tabuµka';
$strTableType = 'Typ tabuµky';
$strTakeIt = 'zvoli»';
$strTblPrivileges = 'Oprávnenia pre jednotlivé tabuµky';
$strTempData = 'Doèasné dáta';
$strTextAreaLength = ' Toto mo¾no nepôjde upravi»,<br /> kvôli svojej då¾ke ';
$strThai = 'Thajèina';
$strTheme = 'Vzhµad';
$strThisHost = 'Tento poèítaè';
$strThisNotDirectory = 'Nebol zadaný adresár';
$strThreads = 'Poèet vlákien';
$strThreadSuccessfullyKilled = 'Vlákno %s bol úspe¹ne zabité.';
$strTime = 'Èas';
$strTimeoutInfo = 'Predchádzajúcemu importu vypr¹al èasový limit. Po znovuodoslaní formulára sa bude pokraèova» od pozície %d.';
$strTimeoutNothingParsed = 'Av¹ak pri poslednom pokuse neboli prijaté ¾iadne dáta, èo obvykle znamená, ¾e phpMyAdmin nebude schopný dokonèi» tento import, pokiaµ nebude zvý¹ený èasový limit behu skriptu v php.';
$strTimeoutPassed = 'Èasový limit behu skriptu vypr¹al. Ak chcete import súboru dokonèi», odo¹lite znova formulár a import bude pokraèova».';
$strToggleScratchboard = 'zobrazi» grafický návrh';
$strTotal = 'celkovo';
$strTotalUC = 'Celkom';
$strTraditionalChinese = 'Tradièná Èín¹tina';
$strTraditionalSpanish = 'Tradièná ©panielèina';
$strTraffic = 'Prevádzka';
$strTransactionCoordinator = 'Koordinátor transakcií';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stiahnutie dát. Prvý parameter je meno súboru, druhý je meno ståpca v tabuµke obsahujúci meno súboru. Ak zadáte druhý parameter, prvý musí by» prázdny.';
$strTransformation_application_octetstream__hex = 'Zobrazí dáta v ich hexadecimálnej forme.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhµad obrázku s odkazom na obrázok; parametre ¹írka a vý¹ka v bodoch (pomer strán obrázku zostane zachovaný)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázok (napr. stiahnutie poµa blob).';
$strTransformation_image_png__inline = 'Zobrazí image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí dátum alebo èas (TIME, TIMESTAMP alebo DATETIME) podµa miestneho nastavenia. Prvý parameter je posun (v hodinách), ktorá bude pridaný k zadanému èasu (predvolený je 0). Druhý parameter je formátovací re»azec pre php funkciu strftime().';
$strTransformation_text_plain__external = 'PLATÍ IBA PRE LINUX: Spustí externú aplikáciu, na jej ¹tandardný vstup po¹le pole a zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje HTML. Z bezpeènostných dôvodov musíte ruène upravi» obsah súboru libraries/transformations/text_plain__external.inc.php a prida» do neho povolené aplikácie. Prvý parameter je èíslo aplikácie, ktorú chcete pou¾i» a druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter nastavený na 1, výstup bude skonvertovaný funkciou htmlspecialchars() (predvolený je 1). ©tvrtý parameter v prípade, ¾e je nastavený na 1 pridá k výstupnému textu parameter NOWRAP, èím zabezpeèí zachovanie formátovania (predvolený je 1)';
$strTransformation_text_plain__formatted = 'Zachová pôvodné formátovanie poµa tak ako je ulo¾ené v databáze.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázok a odkaz z poµa obsahujúceho odkaz na obrázok. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý a tretí parameter urèujú ¹írku a vý¹ku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z poµa obsahujúceho odkaz. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý parameter je text odkazu.';
$strTransformation_text_plain__sql = 'Formátuje text ako SQL príkaz pomocou syntaxového zvýrazòovania.';
$strTransformation_text_plain__substr = 'Zobrazí iba èas» re»azca. Prvý parameter je posun od zaèiatku (predvolený je 0) a druhý urèuje då¾ku textu, ktorá sa ma zobrazi», ak nie je zadaný bude zobrazený zvy¹ok textu. Tretí parameter urèuje znaky, ktoré budú pridané na koniec skráteného textu (predvolené je ...).';
$strTruncateQueries = 'Zobrazi» skrátene dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinsky';
$strUncheckAll = 'Odznaèi» v¹etko';
$strUnicode = 'Unicode';
$strUnique = 'Unikátny';
$strUnknown = 'neznámy';
$strUnselectAll = 'Odznaèi» v¹etko';
$strUnsupportedCompressionDetected = 'Pokúsili ste sa naèíta» súbor s nepodporovanou kompresiou (%s). Buï nie je zahrnutá podpora tejto kompresie alebo bola deaktivovaná v konfigurácii.';
$strUpdatePrivMessage = 'Boli aktualizované oprávnenia pre %s.';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
$strUpdateQuery = 'Aktualizova» dotaz';
$strUpdComTab = 'Prosím preèítajte si dokumentáciu ako aktualizova» tabuµku s informáciami o ståpcoch (Column_comments Table)';
$strUpgrade = 'Mali by ste aktualizova» %s na verziu %s alebo vy¹¹iu.';
$strUploadLimit = 'Pravdepodobne ste sa pokúsili uploadnu» príli¹ veµký súbor. Preèítajte si prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obís».';
$strUsage = 'Vyu¾itie';
$strUseBackquotes = ' Pou¾i» opaèný apostrof pri názvoch tabuliek a polí ';
$strUseHostTable = 'Pou¾i» tabuµku s hostiteµmi';
$strUserAlreadyExists = 'Pou¾ívateµ %s u¾ existuje!';
$strUserEmpty = 'Meno pou¾ívateµa je prázdne!';
$strUserName = 'Meno pou¾ívateµa';
$strUserNotFound = 'Zvolený pou¾ívateµ nebol nájdený v tabuµke práv.';
$strUserOverview = 'Prehµad u¾ívatelov';
$strUser = 'Pou¾ívateµ';
$strUsersDeleted = 'Vybraní u¾ívatelia bol úspe¹ne odstránený.';
$strUsersHavingAccessToDb = 'Pou¾ívatelia majúci prístup k &quot;%s&quot;';
$strUseTabKey = 'Pre pohyb medzi hodnotami pou¾ite klávesu TAB alebo pre pohyb v¹etkými smermi klávesy CTRL+¹ípky';
$strUseTables = 'Pou¾i» tabuµky';
$strUseTextField = 'Po¾i» textové pole';
$strUseThisValue = 'Pou¾i» túto hodnotu';
 
$strValidateSQL = 'Potvrdi» platnos» SQL';
$strValidatorError = 'SQL validator nemohol by» inicializovaný. Prosím skontrolujte, èi sú nain¹talované v¹etky potrebné roz¹írenia php, tak ako sú popísané v %sdocumentation%s.';
$strValue = 'Hodnota';
$strVar = 'Premenná';
$strVersionInformation = 'Informácie o verzii';
$strViewDumpDatabases = 'Export databáz';
$strViewDumpDB = 'Zobrazi» dump (schému) databázy';
$strViewDump = 'Zobrazi» dump (schému) tabuµky';
$strViewHasBeenDropped = 'Náhµad %s bol odstránený';
$strView = 'Náhµad';
 
$strWebServerUploadDirectoryError = 'Adresár urèený pre upload súborov sa nedá otvori»';
$strWebServerUploadDirectory = 'upload adresár web serveru';
$strWelcome = 'Vitajte v %s';
$strWestEuropean = 'Západná Európa';
$strWildcard = 'nahradzujúci znak';
$strWindowNotFound = 'Cieµové okno prehliadaèa nemohlo by» aktualizované. Mo¾no ste zatvorili rodièovské okno, alebo prehliadaè blokuje operácie medzi oknami z dôvodu bezpeènostných nastavení';
$strWithChecked = 'Výber:';
$strWriteRequests = 'Po¾iadavkov na zápis';
$strWritingCommentNotPossible = 'Komentár sa nedá zapísa»';
$strWritingRelationNotPossible = 'Vz»ah sa nedá zapísa»';
$strWrongUser = 'Zlé pou¾ívateµské meno alebo heslo. Prístup zamietnutý.';
 
$strXML = 'XML';
 
$strYes = 'Áno';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovak-utf-8.inc.php
0,0 → 1,980
<?php
/* $Id: slovak-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: lubos klokner <erkac@vault-tec.sk> */
/* and Ivan Kuriscak <shylauda69@yahoo.com> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, "verdana ce", "arial ce", helvetica, arial, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ne', 'Po', 'Út', 'St', 'Št', 'Pi', 'So');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%B, %Y - %H:%M';
$timespanfmt = '%s dní, %s hodín, %s minút a %s sekúnd';
 
$strAbortedClients = 'Prerušené';
$strAbsolutePathToDocSqlDir = 'Prosím zadajte absolútnu cestu k adresáru docSQL na serveri.';
$strAccessDeniedExplanation = 'phpMyAdmin sa pokúsil pripojiť k MySQL serveru ale ten spojenie odmietol. Skontrolujte prosím meno serveru, používateľské meno a heslo v súbore config.inc.php a s tým, ktoré ste dostali o administrátora MySQL servera.';
$strAccessDenied = 'Prístup zamietnutý';
$strAction = 'Akcia';
$strAddAutoIncrement = 'Pridať hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Pridať obmedzenia';
$strAddDeleteColumn = 'Pridať/Odobrať polia stĺpcov';
$strAddDeleteRow = 'Pridať/Odobrať kritéria riadku';
$strAddDropDatabase = 'Pridať DROP DATABASE';
$strAddedColumnComment = 'Pridaný komentár k stĺpcu';
$strAddedColumnRelation = 'Pridaný vzťah pre stĺpec';
$strAddFields = 'Pridať %s položiek';
$strAddHeaderComment = 'Pridať vlastný komentár do hlavičky (\\n oddeľuje riadky)';
$strAddIfNotExists = 'Pridať IF NOT EXISTS';
$strAddIntoComments = 'Pridať do komentárov';
$strAddNewField = 'Pridať nové pole';
$strAddPrivilegesOnDb = 'Pridať oprávnenia pre nasledujúcu databázu';
$strAddPrivilegesOnTbl = 'Pridať oprávnenia pre nasledujúcu tabuľku';
$strAddSearchConditions = 'Pridať vyhľadávacie parametre (obsah dotazu po "where" príkaze):';
$strAddToIndex = 'Pridať do indexu &nbsp;%s&nbsp;stĺpec';
$strAddUserMessage = 'Používateľ bol pridaný.';
$strAddUser = 'Pridať nového používateľa';
$strAdministration = 'Administrácia';
$strAffectedRows = ' Ovplyvnené riadky: ';
$strAfterInsertBack = 'Späť';
$strAfterInsertNewInsert = 'Vložiť nový záznam';
$strAfterInsertNext = 'Upraviť nasledujúci riadok';
$strAfterInsertSame = 'Späť na túto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povoliť prerušenie importu v prípade, že sa blíži časový limit behu skriptu. Týmto spôsobom sa môžu importovať aj veľké súbory, ale môže to zároveň spôsobiť problémy s transakciami.';
$strAllTableSameWidth = 'zobraziť všetky tabuľky s rovnakou šírkou?';
$strAll = 'Všetko';
$strAlterOrderBy = 'Zmeniť poradie tabuľky podľa';
$strAnalyzeTable = 'Analyzovať tabuľku';
$strAnd = 'a';
$strAndThen = 'a potom';
$strAnIndex = 'Bol pridaný index pre %s';
$strAny = 'Akýkoľvek';
$strAnyHost = 'Akýkoľvek hostiteľ';
$strAnyUser = 'Akýkoľvek používateľ';
$strApproximateCount = 'Môže byť nepresné. Pozri FAQ 3.11';
$strAPrimaryKey = 'Bol pridaný primárny kľúč pre %s';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzostupne';
$strAtBeginningOfTable = 'Na začiatku tabuľky';
$strAtEndOfTable = 'Na konci tabuľky';
$strAttr = 'Atribúty';
$strAutodetect = 'Automaticky zistiť';
$strAutomaticLayout = 'Automatické rozvrhnutie';
 
$strBack = 'Späť';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAČIATOK VÝSEKU';
$strBeginRaw = 'ZAČIATOK TOKU';
$strBinary = 'Binárny';
$strBinaryDoNotEdit = 'Binárny - neupravujte ';
$strBinaryLog = 'Binárny log';
$strBinLogEventType = 'Typ udalosti';
$strBinLogInfo = 'Informácia';
$strBinLogName = 'Názov logu';
$strBinLogOriginalPosition = 'Pôvodná pozícia';
$strBinLogPosition = 'Pozícia';
$strBinLogServerId = 'ID servra';
$strBookmarkAllUsers = 'Dovoliť používať túto položku všetkým používateľom';
$strBookmarkCreated = 'Príkaz %s bol zaradený medzi obľúbené';
$strBookmarkDeleted = 'Záznam z obľúbených bol zmazaný.';
$strBookmarkLabel = 'Názov';
$strBookmarkQuery = 'Obľúbený SQL dotaz';
$strBookmarkReplace = 'Prepísať existujúci príkaz s rovnakým menom';
$strBookmarkThis = 'Pridať tento SQL dotaz do obľúbených';
$strBookmarkView = 'Iba prezrieť';
$strBrowseForeignValues = 'Prejsť hodnoty cudzích kľúčov';
$strBrowse = 'Prechádzať';
$strBufferPoolActivity = 'Aktivita Vyrovnávacej Pamäte';
$strBufferPoolUsage = 'Využitie Vyrovnávacej Pamäte';
$strBufferPool = 'Vyrovnávacia Pamäť';
$strBufferReadMissesInPercent = 'Výpadkov pri čítaní v %';
$strBufferReadMisses = 'Výpadkov pri čítaní';
$strBufferWriteWaits = 'Čakaní na zápis';
$strBufferWriteWaitsInPercent = 'Čakaní na zápis v %';
$strBulgarian = 'Bulharsky';
$strBusyPages = 'Spracovávaných stránok';
$strBzError = 'nepodarilo sa skomprimovať výstup z dôvodu chybného rozšírenia pre kompresiu Bz2 v tejto verzii php. Doporučuje sa nastaviť <code>$cfg[\'BZipDump\']</code> v konfigurácii phpMyAdmin na <code>FALSE</code>. Ak si želáte používať kompresiu Bz2 mali by ste nainštalovať novšiu verziu php. Viac informácií získate z popisu chyby: %s.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalendár';
$strCanNotLoadImportPlugins = 'Nebolo možné načítať importovacie pluginy, skontrolujte prosím vašu inštaláciu!';
$strCannotLogin = 'Nedá sa prihlásiť k MySQL serveru';
$strCantLoad = 'nedá sa nahrať rozšírenie %s,<br />prosím skontrolujte konfiguráciu PHP';
$strCantLoadRecodeIconv = 'Nie je možné nahrať rozšírenie iconv alebo recode potrebné pre prevod znakových sad. Upravte nastavenie php tak aby umožňovalo použiť tieto rozšírenia alebo vypnite túto vlastnosť v konfigurácii phpMyAdmina.';
$strCantRenameIdxToPrimary = 'Nie je možné premenovať index na PRIMARY!';
$strCantUseRecodeIconv = 'Nie je možné použiť funkcie iconv,libiconv a recode_string aj napriek tomu, že rozšírenia sú nahrané. Skontrolujte prosím nastavenie PHP.';
$strCardinality = 'Mohutnosť';
$strCaseInsensitive = 'nerozlišovať veľké a malé písmená';
$strCaseSensitive = 'rozlišovať veľké a malé písmená';
$strCentralEuropean = 'Stredná Európa';
$strChangeCopyModeCopy = '... zachovať pôvodného používateľa.';
$strChangeCopyModeDeleteAndReload = ' ... zmazať pôvodného používateľa z tabuliek používateľov a potom znovunačítať oprávnenia.';
$strChangeCopyModeJustDelete = ' ... zmazať pôvodného používateľa z tabuliek používateľov.';
$strChangeCopyModeRevoke = ' ... odobrať všetky oprávnenia pôvodnému používateľovi a následne ho zmazať.';
$strChangeCopyMode = 'Vytvoriť používateľa s rovnakými právami a...';
$strChangeCopyUser = 'Zmeniť informácie o používateľovi / Kopírovať používateľa';
$strChangeDisplay = 'Zvolte, ktoré pole zobraziť';
$strChangePassword = 'Zmeniť heslo';
$strChange = 'Zmeniť';
$strCharsetOfFile = 'Znaková sada súboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávanie';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Označiť všetko';
$strCheckOverhead = 'Zvoliť neoptimálne';
$strCheckPrivsLong = 'Skontrolovať oprávnenia pre databázu &quot;%s&quot;.';
$strCheckPrivs = 'Skontrolovať oprávnenia';
$strCheckTable = 'Skontrolovať tabuľku';
$strChoosePage = 'Prosím zvolte si Stránku, ktorú chcete upraviť';
$strColComFeat = 'Zobrazovať komentáre stĺpcov';
$strCollation = 'Porovnávanie';
$strColumnNames = 'Názvy stĺpcov';
$strColumnPrivileges = 'Oprávnenia pre jednotlivé stĺpce';
$strCommand = 'Príkaz';
$strCommentsForTable = 'KOMENTÁRE PRE TABUĽKU';
$strComments = 'Komentáre';
$strCompatibleHashing = 'Kompatibilné s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné vloženie';
$strCompression = 'Kompresia';
$strCompressionWillBeDetected = 'Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %s';
$strConfigFileError = 'phpMyAdmin nebol schopný načítať konfiguračný súbor!<br />Tento problém sa zvyčajne vyskytne ak súbor obsahuje chybu alebo ho php nemohlo nájsť.<br />Zavolajte browserom tento súbor priamo použitím nasledujúceho odkazu na získanie chybových hlášok, ktoré sú ním spôsobené. Väčšinou sa jedná o chýbajúcu úvodzovku alebo bodkočiarku.<br />Ak dostanete iba prázdnu stránku, všetko je v poriadku.';
$strConfigureTableCoord = 'Prosím skonfigurujte koordináty pre tabuľku %s';
$strConnectionError = 'Nepodarilo sa pripojiť: chybné nastavenia.';
$strConnections = 'Spojenia';
$strConstraintsForDumped = 'Obmedzenie pre exportované tabuľky';
$strConstraintsForTable = 'Obmedzenie pre tabuľku';
$strCookiesRequired = 'Cookies musia byť povolené, pokiaľ chcete pokračovať.';
$strCopyDatabaseOK = 'Databáza %s bola skopírovaná na %s';
$strCopy = 'Kopírovať';
$strCopyTableOK = 'Tabuľka %s bola skorírovaná do %s.';
$strCopyTableSameNames = 'Nedá sa skopírovať tabuľka sama do seba!';
$strCopyTable = 'Skopírovať tabuľku do (databáza<b>.</b>tabuľka):';
$strCouldNotKill = 'Neporadilo za zabiť vlákno %s. Jeho beh bol pravdepodobne už ukončený.';
$strCreateDatabaseBeforeCopying = 'Vytvoriť databázu (CREATE DATABASE) pred kopírovaním';
$strCreateIndexTopic = 'Vytvoriť nový index';
$strCreateIndex = 'Vytvoriť index na&nbsp;%s&nbsp;stĺpcoch';
$strCreateNewDatabase = 'Vytvoriť novú databázu';
$strCreateNewTable = 'Vytvoriť novú tabuľku v databáze %s';
$strCreatePage = 'Vytvoriť novú Stránku';
$strCreatePdfFeat = 'Vytváranie PDF';
$strCreate = 'Vytvoriť';
$strCreationDates = 'Dátum vytvorenia, poslednej zmeny a kontroly';
$strCriteria = 'Kritéria';
$strCroatian = 'Chorvátsky';
$strCSV = 'CSV';
$strCSVImportOptions = 'Možnosti CSV';
$strCSVOptions = 'CSV nastavenia';
$strCyrillic = 'Cyrilika';
$strCzech = 'Česky';
$strCzechSlovak = 'Čeština/Slovenčina';
 
$strDanish = 'Dánsky';
$strDatabase = 'Databáza';
$strDatabaseEmpty = 'Meno databázy je prázdne!';
$strDatabaseExportOptions = 'Nastavenia exportu databáz';
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
$strDatabaseNoTable = 'Táto databáza neobsahuje žiadne tabuľky!';
$strDatabases = 'databáz(y)';
$strDatabasesDropped = 'Úspešne zrušených databáz: %s.';
$strDatabasesStatsDisable = 'Skryť štatistiky';
$strDatabasesStatsEnable = 'Zobraziť štatistiky';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Aktivovanie štatistík databázy môže spôsobiť značné zvýšenie sieťovej prevádzky medzi databázou a web serverom.';
$strDatabasesStats = 'Štatistiky databázy';
$strDataDict = 'Dátový slovník';
$strData = 'Dáta';
$strDataOnly = 'Iba dáta';
$strDataPages = 'Stránky obsahujúce dáta';
$strDBComment = 'Komentár k databáze: ';
$strDBCopy = 'Skopírovať databázu na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahov';
$strDBGLine = 'Riadok';
$strDBGMaxTimeMs = 'Max. čas, ms';
$strDBGMinTimeMs = 'Min čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový čas, ms';
$strDbPrivileges = 'Oprávnenia pre jednotlivé databázy';
$strDBRename = 'Premenovať databázu na';
$strDbSpecific = 'závislé na databáze';
$strDefaultEngine = 'Na tomto MySQL servri je prednastaveným úložným systémom %s.';
$strDefault = 'Predvolené';
$strDefaultValueHelp = 'Pre predvolené hodnoty, prosím zadajte iba jednu hodnotu bez úvodzoviek alebo uvádzacích znakov, napr.: a';
$strDefragment = 'Defragmentovať tabuľku';
$strDelayedInserts = 'Použiť oneskorené vloženia';
$strDeleteAndFlushDescr = 'Toto je najčistejšie riešenie, ale znovunačítanie práv môže chvíľu trvať.';
$strDeleteAndFlush = 'Odstrániť používateľov a znovunačítať práva.';
$strDeleted = 'Riadok bol zmazaný';
$strDeletedRows = 'Zmazané riadky:';
$strDeleteNoUsersSelected = 'Na odstránenie neboli vybraní žiadni užívatelia!';
$strDelete = 'Zmazať';
$strDeleting = 'Odstraňuje sa %s';
$strDelOld = 'Aktuálna stránka sa odkazuje na tabuľky, ktoré už neexistujú, želáte si odstrániť tieto odkazy?';
$strDescending = 'Zostupne';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmenených stránok';
$strDisabled = 'Vypnuté';
$strDisableForeignChecks = 'Vypnúť kontrolu cudzích kľúčov';
$strDisplayFeat = 'Zobraziť vlastnosti';
$strDisplayOrder = 'Zobraziť zoradené:';
$strDisplayPDF = 'Zobraziť schému PDF';
$strDoAQuery = 'Vykonať "dotaz podľa príkladu" (nahradzujúci znak: "%")';
$strDocu = 'Dokumentácia';
$strDoYouReally = 'Skutočne chcete vykonať príkaz ';
$strDropDatabaseStrongWarning = 'Chystáte sa ZRUŠIŤ celú databázu!';
$strDrop = 'Odstrániť';
$strDropUsersDb = 'Odstrániť databázy s rovnakým menom ako majú používatelia.';
$strDumpingData = 'Sťahujem dáta pre tabuľku';
$strDumpSaved = 'Dump (schéma) bol uložený do súboru %s.';
$strDumpXRows = 'Zobraziť %s riadkov od riadku %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upraviť PDF Stránky';
$strEditPrivileges = 'Upraviť oprávnenia';
$strEdit = 'Upraviť';
$strEffective = 'Efektívny';
$strEmptyResultSet = 'MySQL vrátil prázdny výsledok (tj. nulový počet riadkov).';
$strEmpty = 'Vyprázdniť';
$strEnabled = 'Zapnuté';
$strEncloseInTransaction = 'Uzatvoriť príkazy v transakcii';
$strEndCut = 'KONIEC VÝSEKU';
$strEnd = 'Koniec';
$strEndRaw = 'KONIEC TOKU';
$strEngineAvailable = 'Úložný systém %s je na tomto MySQL servri dostupný.';
$strEngineDisabled = 'Úložný systém %s bol na tomto MySQL servri deaktivovaný.';
$strEngines = 'Systémy';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložný systém %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = ' Poznámka: názvy MySQL oprávnení sú uvádzané v angličtine. ';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v ZIP archíve:';
$strEscapeWildcards = 'Náhradzujúcim znakom _ a % by mal predchádzať znak \, pokiaľ ich nechcete použiť doslovne';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estónsky';
$strExcelEdition = 'Verzia Excelu';
$strExcelOptions = 'Nastavenie exportu do Excelu';
$strExecuteBookmarked = 'Spustiť obľúbený dotaz';
$strExplain = 'Vysvetliť SQL';
$strExport = 'Exportovať';
$strExtendedInserts = 'Rozšírené vkladanie';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepodarených pokusov';
$strFieldHasBeenDropped = 'Pole %s bolo odstránené';
$strField = 'Pole';
$strFieldsEmpty = ' Počet polí je prázdny! ';
$strFieldsEnclosedBy = 'Polia uzatvorené';
$strFieldsEscapedBy = 'Polia uvedené pomocou';
$strFields = 'Polia';
$strFieldsTerminatedBy = 'Polia ukončené';
$strFileAlreadyExists = 'Súbor %s už existuje na servery, zmente názov súboru alebo zvolte prepísanie súboru.';
$strFileCouldNotBeRead = 'Súbor sa nedá prečítať';
$strFileNameTemplateRemember = 'zapamätať si vzor';
$strFileNameTemplate = 'Vzor pre názov súboru';
$strFileToImport = 'Súbor na importovanie';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získava práva používateľov priamo z tabuliek MySQL. Obsah týchto tabuliek sa môže líšiť od práv, ktoré používa server, ak boli tieto tabuľky ručne upravené. V tomto prípade sa odporúča vykonať %sznovunačítanie práv%s predtým ako budete pokračovať.';
$strFlushQueryCache = 'Vyprázdniť vyrovnávaciu pamäť príkazov';
$strFlushTables = 'Vyprázdniť (uzavrieť) všetky tabuľky';
$strFlushTable = 'Vyprázdniť tabuľku ("FLUSH")';
$strFormat = 'Formát';
$strFormEmpty = 'Chýbajúca položka vo formulári !';
$strFreePages = 'Prázdnych stránok';
$strFullText = 'Plné texty';
$strFunction = 'Funkcia';
 
$strGenBy = 'Vygenerované';
$strGeneralRelationFeat = 'Možnosti všeobecných vzťahov';
$strGeneratePassword = 'Vytvoriť Heslo';
$strGenerate = 'Vytvoriť';
$strGenTime = 'Vygenerované:';
$strGeorgian = 'Gruzínčina';
$strGerman = 'Nemecky';
$strGlobal = 'globálny';
$strGlobalPrivileges = 'Globálne práva';
$strGlobalValue = 'Globálna hodnota';
$strGo = 'Vykonaj';
$strGrantOption = 'Prideliť';
$strGreek = 'Gréčtina';
$strGzip = '"gzip-ované"';
 
$strHandler = 'Manipulačná Rutina';
$strHasBeenAltered = 'bola zmenená.';
$strHasBeenCreated = 'bola vytvorená.';
$strHaveToShow = 'Zvolte prosím aspoň jeden stĺpec, ktorý chcete zobraziť';
$strHebrew = 'Hebrejsky';
$strHexForBinary = 'Binárne pole vypisovať v šestnástkovej sústave';
$strHome = 'Domov';
$strHomepageOfficial = 'Oficiálne stránky phpMyAdmin-a';
$strHostEmpty = 'Názov hostiteľa je prázdny!';
$strHost = 'Hostiteľ';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Možnosti exportu pre Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Možnosti exportu pre Microsoft Word 2000';
$strHungarian = 'Maďarsky';
 
$strIcelandic = 'Islandčina';
$strId = 'ID';
$strIdxFulltext = 'Celý text';
$strIgnoreDuplicates = 'Ignorovať opakujúce sa riadky';
$strIgnore = 'Ignorovať';
$strIgnoreInserts = 'Použiť IGNORE';
$strIgnoringFile = 'Ignorujem súbor %s';
$strImportDocSQL = 'Importovať súbory docSQL';
$strImportFiles = 'Importovať súbory';
$strImportFormat = 'Formát importovaného súboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index pre %s bol odstránený';
$strIndex = 'Index';
$strIndexName = 'Meno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pre stĺpec `%s` je vytvorený viac ako jeden %s kľúč';
$strIndexWarningPrimary = 'Na stĺpec `%s` by nemal byť nastavený PRIMARY a zároveň INDEX kľúč';
$strIndexWarningTable = 'Problémy s indexami v tabuľke `%s`';
$strIndexWarningUnique = 'Na stĺpec `%s` by nemal byť nastavený UNIQUE a zároveň INDEX kľúč';
$strInnoDBAutoextendIncrementDesc = ' Veľkosť, o ktorú je zväčšený automaticky sa zväčšujúci priestor tabuľky pri zaplnení.';
$strInnoDBAutoextendIncrement = 'Navýšenie pri automatickom zväčšovaní';
$strInnoDBBufferPoolSizeDesc = 'Veľkosť pamäte, ktorú InnoDB používa pre cachovanie dát a indexov tabuliek.';
$strInnoDBBufferPoolSize = 'Veľkosť vyrovnávacej pamäte';
$strInnoDBDataFilePath = 'Súbory s dátami';
$strInnoDBDataHomeDirDesc = 'Spoločná časť cesty k adresáru s InnoDB súbormi s dátami.';
$strInnoDBDataHomeDir = 'Domovský adresár pre dáta';
$strInnoDBPages = 'stránok';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Konfiguračný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL účtu. Ak MySQL server beží s týmto nastavením, nie je zabezpečený proti napadnutiu, táto bezpečnostná chyba by mala byť urýchlene odstránená.';
$strInsertAsNewRow = 'Vložiť ako nový riadok';
$strInsertedRowId = 'Id vloženého riadku:';
$strInsertedRows = 'Vložené riadky:';
$strInsertNewRow = 'Vložiť nový riadok';
$strInsert = 'Vložiť';
$strInternalNotNecessary = '* Vnútorný vzťah nie je nutný ak už vzťah existuje v InnoDB.';
$strInternalRelations = 'Interné vzťahy';
$strInUse = 'práve sa používa';
$strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikačná metóda:';
$strInvalidColumn = 'Bol zadaný chybný stĺpec (%s)!';
$strInvalidColumnCount = 'Počet stĺpcov musí byť väčší ako nula.';
$strInvalidFieldAddCount = 'Musíte pridať aspoň jeden stĺpec.';
$strInvalidFieldCount = 'Tabuľka musí obsahovať aspoň jeden stĺpec.';
$strInvalidLDIImport = 'Tento plug-in nepodporuje import komprimovaných súborov!';
$strInvalidRowNumber = '%d nie je platné číslo riadku.';
 
$strJapanese = 'Japončina';
$strJoins = 'Zjednotenia';
$strJumpToDB = 'Na databázu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Odstránení&quot; používatelia budú mať k serveru ako predtým až do znovunačítania práv.';
$strJustDelete = 'Iba odstrániť používateľlov z tabuliek práv.';
 
$strKeepPass = 'Nezmeniť heslo';
$strKeyCache = 'Vyrovnávacia pamäť kľúčov';
$strKeyname = 'Kľúčový názov';
$strKill = 'Zabiť';
$strKorean = 'Kórejčina';
 
$strLandscape = 'Na šírku';
$strLatchedPages = 'Uzavretých stránok';
$strLatexCaption = 'Nadpis tabuľky';
$strLatexContent = 'Obsah tabuľky __TABLE__';
$strLatexContinuedCaption = 'Nadpis pokračovania tabuľky';
$strLatexContinued = '(pokračovanie)';
$strLatexIncludeCaption = 'Zahrnúť nadpis tabuľky';
$strLatexLabel = 'Návestie';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavenia LaTeX';
$strLatexStructure = 'Štruktúra tabuľky __TABLE__';
$strLatvian = 'Lotyšstina';
$strLDI = 'CSV pomocou LOAD DATA';
$strLDIImportOptions = 'Nastavenia CSV importu pomocou LOAD DATA';
$strLDILocal = 'Použiť kľúčové slovo LOCAL';
$strLengthSet = 'Dĺžka/Nastaviť*';
$strLimitNumRows = 'záznamov na stránku';
$strLinesTerminatedBy = 'Riadky ukončené';
$strLinkNotFound = 'Linka nebola nájdená';
$strLinksTo = 'Linkovať na';
$strLithuanian = 'Litovsky';
$strLocalhost = 'Lokálny';
$strLocationTextfile = 'Lokácia textového súboru';
$strLoginInformation = 'Prihlásenie';
$strLogin = 'Login';
$strLogout = 'Odhlásiť sa';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Používateľ:';
$strLongOperation = 'Táto operácia môže trvať veľmi dlho. Chcete ju aj napriek tomu vykonať?';
 
$strMaxConnects = 'max. súčasných pripojení';
$strMaximalQueryLength = 'Maximálna veľkosť vytvoreného príkazu';
$strMaximumSize = 'Maximálna veľkosť: %s%s';
$strMbExtensionMissing = 'Mbstring rozšírenie pre PHP nebolo nájdené a zjavne používate viacbajtovú znakovú sadu. Bez tohto rozšírenia nie je phpMyAdmin schopný korektne rozdeľovať reťazce kódované v týchto znakových sadách a môže to viesť k nečakaným výsledkom.';
$strMbOverloadWarning = 'V nastavení PHP je aktívna funkcia mbstring.func_overload, ktorá nie je kompatibilná s phpMyAdmin-om a môže spôsobiť stratu dát!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformácie';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Nie je dostupný žiadny popis pre túto transformáciu.<br />Kontaktujte autora, ktorý %s vytára.';
$strMIME_transformation_note = 'Pre zoznam dostupných parametrov a ich MIME typov kliknite na %spopisy transformácií';
$strMIME_transformation_options_note = 'Prosím zadajte hodnoty pre parametre transformácie v nasledujúcom tvare: \'a\',\'b\',\'c\'...<br />Ak potrebujete použiť spätné lomítko ("\") alebo jednoduché úvodzovky ("\'") medzi týmito hodnotami, vložte pred nich spätné lomítko (napr. \'\\\\xyz\' alebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametre transformácie';
$strMIME_transformation = 'Transformácia pri prehliadaní';
$strMIMETypesForTable = 'MIME TYPY PRE TABUĽKU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemajú vlastnú transformačnú funkciu';
$strModifications = 'Zmeny boli uložené';
$strModifyIndexTopic = 'Modifikovať index';
$strModify = 'Zmeniť';
$strMoveTableOK = 'Tabuľka %s bola presunutá do %s.';
$strMoveTable = 'Presunúť tabuľku do (databáza<b>.</b>tabuľka):';
$strMoveTableSameNames = 'Nedá sa presunúť tabuľka sama do seba!';
$strMultilingual = 'mnohojazyčný';
$strMyISAMDataPointerSizeDesc = 'Prednastavená veľkosť smerníka na dáta v bajtoch, používaná pri vytváraní MyISAM tabuliek príkazom CREATE TABLE, v prípade keď nie je zadaná hodnota MAX_ROWS.';
$strMyISAMDataPointerSize = 'Veľkosť smerníka na dáta';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ak je veľkosť dočasného súboru, použitého pre rýchlejšie vytváranie MyISAM indexov, väčšia ako pri použití cache, použije sa metóda cachovania indexu.';
$strMyISAMMaxExtraSortFileSize = 'Maximálna veľkosť dočasných súborov pre vytvorenie indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximálna veľkosť dočasného súboru, ktorý môže MySQL použiť pri obnove MyISAM indexu (počas vykonávania príkazov REPAIR TABLE, ALTER TABLE alebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximálna veľkosť dočasných zoraďovacích súborov';
$strMyISAMRecoverOptionsDesc = 'Režim automatickej obnovy poškodených MyISAM tabuliek, ktorý sa dá nastaviť parametrom --myisam-recover pri spúšťaní servra.';
$strMyISAMRecoverOptions = 'Režim automatickej obnovy';
$strMyISAMRepairThreadsDesc = 'Ak je táto hodnota vyššia ako 1, počas procesu Opravy Zoradením sú indexy MyISAM tabuľky vytvárané paralelne (každý index vo svojom vlákne).';
$strMyISAMRepairThreads = 'Opravné vlákna';
$strMyISAMSortBufferSizeDesc = 'Pamäť, ktorá je alokovaná pri zoraďovaní MyISAM indexov počas vykonávania príkazu REPAIR TABLE, alebo pri vytváraní indexov príkazmi CREATE INDEX alebo ALTER TABLE.';
$strMyISAMSortBufferSize = 'Veľkosť zoraďovacej pamäte';
$strMySQLCharset = 'Znaková sada v MySQL';
$strMySQLConnectionCollation = 'Overenie MySQL spojenia';
$strMySQLSaid = 'MySQL hlási: ';
$strMySQLShowProcess = 'Zobraziť procesy';
$strMySQLShowStatus = 'Zobraziť MySQL informácie o behu';
$strMySQLShowVars = 'Zobraziť MySQL systémové premenné';
 
$strName = 'Názov';
$strNext = 'Ďalší';
$strNoActivity = 'Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu';
$strNoDatabases = 'Žiadne databázy';
$strNoDatabasesSelected = 'Neboli vybrané žiadne databázy.';
$strNoDescription = 'bez Popisu';
$strNoDetailsForEngine = 'Pre tento úložný systém nie sú dostupné žiadne podrobnejšie informácie.';
$strNoDropDatabases = 'Možnosť "DROP DATABASE" vypnutá.';
$strNoExplain = 'Preskočiť vysvetlenie SQL';
$strNoFilesFoundInZip = 'V ZIP archíve neboli nájdené žiadne súbory!';
$strNoFrames = 'phpMyAdmin funguje lepšie s prehliadačmi podporujúcimi <b>rámy</b>.';
$strNoIndex = 'Nebol definovaný žiadny index!';
$strNoIndexPartsDefined = 'Časti indexu neboli definované!';
$strNoModification = 'Žiadna zmena';
$strNone = 'Žiadny';
$strNo = 'Nie';
$strNoOptions = 'Tento formát nemá žiadne nastavenia';
$strNoPassword = 'Žiadne heslo';
$strNoPermission = 'Web server nemá oprávenia na uloženie do súboru %s.';
$strNoPhp = 'bez PHP kódu';
$strNoPrivileges = 'Žiadne oprávnenia';
$strNoRights = 'Nemáte dostatočné práva na vykonanie tejto akcie!';
$strNoRowsSelected = 'Nebol vybraný žiadny riadok';
$strNoSpace = 'Nedostatok miesta pre uloženie súboru %s.';
$strNoTablesFound = 'Neboli nájdené žiadne tabuľky v tejto datábaze.';
$strNoThemeSupport = 'Zmena vzhľadu nie je podporovaná, skontrolujte si nastavenia a vzhľady v adresári %s.';
$strNothingToImport = 'Neboli zadané žiadne dáta na import!';
$strNotNumber = 'Toto nie je číslo!';
$strNotOK = 'chyba';
$strNotSet = 'Tabuľka <b>%s</b> nebola nájdená alebo nie je nastavená v %s';
$strNoUsersFound = 'Nebol nájdený žiadny používateľ.';
$strNoValidateSQL = 'Preskočiť potvrdenie platnosti SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Počet polí';
$strNumSearchResultsInTable = '%s výskyt(ov)v tabuľke <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkovo:</b> <i>%s</i> výskyt(ov)';
$strNumTables = 'Tabuľky';
 
$strOK = 'OK';
$strOperations = 'Operácie';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizovať tabuľku';
$strOr = 'alebo';
$strOverhead = 'Naviac';
$strOverwriteExisting = 'Prepísať existujúci súbor(y)';
 
$strPageNumber = 'Číslo stránky:';
$strPagesToBeFlushed = 'Stránok určených k uvoľneniu';
$strPaperSize = 'Veľkosť stránky';
$strPartialImport = 'Čiastočný import';
$strPartialText = 'Čiastočné texty';
$strPasswordChanged = 'Heslo pre %s bolo úspešne zmenené.';
$strPasswordEmpty = 'Heslo je prázdne!';
$strPasswordHashing = 'Hashovanie hesla';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Heslá sa nezhodujú!';
$strPdfDbSchema = 'Schéma databázy "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabuľka "%s" neexistuje!';
$strPdfNoTables = 'Žiadne tabuľky';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minútu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresár';
$strPHP40203 = 'Používate PHP 4.2.3, ktoré ma vážnu chybu pri práci s viac bajtovými znakmi (mbstring). V PHP je táto chyba zdokumentovaná pod číslom 19404. Nedoporučuje sa používať túto verziu PHP s phpMyAdminom.';
$strPHPVersion = 'Verzia PHP';
$strPhp = 'Vytvoriť PHP kód';
$strPmaDocumentation = 'phpMyAdmin Dokumentácia';
$strPmaUriError = 'Direktíva <tt>$cfg[\'PmaAbsoluteUri\']</tt> v konfiguračnom súbore MUSÍ byť nastavená!';
$strPolish = 'Poľština';
$strPortrait = 'Na výšku';
$strPos1 = 'Začiatok';
$strPrevious = 'Predchádzajúci';
$strPrimaryKeyHasBeenDropped = 'Primárny kľúč bol zrušený';
$strPrimaryKeyName = 'Názov primárneho kľúča musí byť... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musí</b> byť <b>iba</b> meno primárneho kľúča!)';
$strPrimary = 'Primárny';
$strPrintViewFull = 'Náhľad tlače (s kompletnými textami)';
$strPrintView = 'Náhľad k tlači';
$strPrint = 'Vytlačiť';
$strPrivDescAllPrivileges = 'Všetky oprávnenia okrem GRANT.';
$strPrivDescAlter = 'Povolí meniť štruktúru existujúcich tabuliek.';
$strPrivDescAlterRoutine = 'Umožňuje upravovať a odstraňovať uložené procedúry.';
$strPrivDescCreateDb = 'Povolí vytváranie nových databáz a tabuliek.';
$strPrivDescCreateRoutine = 'Umožňuje vytvárať uložené procedúry.';
$strPrivDescCreateTbl = 'Povolí vytváranie nových tabuliek.';
$strPrivDescCreateTmpTable = 'Povolí vytváranie dočasných tabuliek.';
$strPrivDescCreateUser = 'Umožňuje vytvárať, odstraňovať a premenovávať užívateľské kontá.';
$strPrivDescCreateView = 'Umožňuje vytvárať nové náhľady.';
$strPrivDescDelete = 'Povolí mazanie dát.';
$strPrivDescDropDb = 'Povolí odstraňovanie databáz a tabuliek.';
$strPrivDescDropTbl = 'Povolí odstraňovanie tabuliek.';
$strPrivDescExecute5 = 'Umožňuje spúšťať uložené procedúry.';
$strPrivDescExecute = 'Povolí spúšťanie uložených procedúr. Nefunguje v tejto verzii MySQL.';
$strPrivDescFile = 'Povolí importovanie a exportovanie dát zo/do súborov na serveri.';
$strPrivDescGrant = 'Povolí pridávanie uživatelov a práv bez znovunačítania tabuliek práv.';
$strPrivDescIndex = 'Povolí vytváranie a mazanie indexov.';
$strPrivDescInsert = 'Povolí vkladanie a nahradzovanie dát.';
$strPrivDescLockTables = 'Povolí zmaknutie tabuliek pre aktuálne vlákno.';
$strPrivDescMaxConnections = 'Obmedzí počet nových spojení, ktoré môže používateľ vytvoriť za hodinu.';
$strPrivDescMaxQuestions = 'Obmedzí počet dotazov, ktoré môže používateľ odoslať za hodinu.';
$strPrivDescMaxUpdates = 'Obmedzí počet príkazov meniacich tabuľku alebo databázu, ktorá môže používateľ odoslať za hodinu.';
$strPrivDescMaxUserConnections = 'Obmedzuje počet simultánnych pripojení užívateľa.';
$strPrivDescProcess3 = 'Povolí zabíjanie procesov iným používateľlom.';
$strPrivDescProcess4 = 'Povolí prezeranie kompletných dotazov v zozname procesov.';
$strPrivDescReferences = 'Nefunguje v tejto verzii MySQL.';
$strPrivDescReload = 'Povolí znovunačítanie nastavení a vyprázdňovanie vyrovnávacích pamätí serveru.';
$strPrivDescReplClient = 'Povolí používateľovi zistiť kde je hlavný / pomocný server.';
$strPrivDescReplSlave = 'Potrebné pre replikáciu pomocných serverov.';
$strPrivDescSelect = 'Povolí čítanie dát.';
$strPrivDescShowDb = 'Povolí prístup ku kompletnému zoznamu databáz.';
$strPrivDescShowView = 'Umožňuje spúšťať príkazy so SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Povolí vypnutie serveru.';
$strPrivDescSuper = 'Povolí spojenie aj v prípade, že bol dosiahnutý maximálny počet spojení. Potrebné pre väčšinu operácií pri správe serveru ako nastavovanie globálny premenných alebo zabíjanie procesov iných používateľov.';
$strPrivDescUpdate = 'Povolí menenie dát.';
$strPrivDescUsage = 'Žiadne práva.';
$strPrivileges = 'Oprávnenia';
$strPrivilegesReloaded = 'Práva boli úspešne znovunačítané.';
$strProcesslist = 'Zoznam procesov';
$strPutColNames = 'Pridať názvy polí na prvý riadok';
 
$strQBEDel = 'Zmazať';
$strQBE = 'Dotaz podľa príkladu';
$strQBEIns = 'Vložiť';
$strQueryCache = 'Vyrovnávacia pamäť príkazov';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = ' SQL dotaz v databáze <b>%s</b>:';
$strQuerySQLHistory = 'SQL história';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Dotaz zabral %01.4f sek.';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Neprepisovať tento dotaz z hlavného okna';
 
$strReadRequests = 'Požiadavkov na čítanie';
$strReceived = 'Prijaté';
$strRecords = 'Záznamov';
$strReferentialIntegrity = 'Skontrolovať referenčnú integritu:';
$strRefresh = 'Obnoviť';
$strRelationalSchema = 'Relačná schéma';
$strRelationNotWorking = 'Prídavné vlastnosti pre prácu s prepojenými tabuľkami boli deaktivované. Ak chcete zistiť prečo, kliknite %ssem%s.';
$strRelationsForTable = 'VZŤAHY PRE TABUĽKU';
$strRelations = 'Prepojenia';
$strRelationView = 'Zobraziť spojitosti';
$strReloadingThePrivileges = 'Znovunačítanie práv';
$strReloadMySQL = 'Znovu-načítať MySQL';
$strRemoveSelectedUsers = 'Odstrániť vybraných používateľov';
$strRenameDatabaseOK = 'Databáza %s bola premenovaná na %s';
$strRenameTableOK = 'Tabuľka %s bola premenovaná na %s';
$strRenameTable = 'Premenovať tabuľku na';
$strRepairTable = 'Opraviť tabuľku';
$strReplaceNULLBy = 'Nahradiť NULL hodnoty';
$strReplaceTable = 'Nahradiť dáta v tabuľke súborom';
$strReplication = 'Replikácia';
$strReset = 'Pôvodné (Reset)';
$strResourceLimits = 'Obmedzenie zdrojov';
$strReType = 'Potvrdiť';
$strRevokeAndDeleteDescr = 'Užívatelia budú mať stále právo USAGE (používanie) až do znovunačítania práv.';
$strRevokeAndDelete = 'Odobranie všetkých aktívnych práv používateľom a ich následné odstránenie.';
$strRevokeMessage = 'Boli zrušené oprávnenia pre %s';
$strRevoke = 'Zrušiť';
$strRomanian = 'Rumunština';
$strRowLength = 'Dĺžka riadku';
$strRowsFrom = 'riadky začínajú od';
$strRowSize = ' Veľkosť riadku ';
$strRowsModeFlippedHorizontal = 'vodorovnom (otočené hlavičky)';
$strRowsModeHorizontal = 'horizontálnom';
$strRowsModeOptions = 'v(o) %s móde a opakovať hlavičky po každých %s bunkách';
$strRowsModeVertical = 'vertikálnom';
$strRows = 'Riadkov';
$strRowsStatistic = 'Štatistika riadku';
$strRunning = 'beží na %s';
$strRunQuery = 'Odošli dotaz';
$strRunSQLQueryOnServer = 'Spustiť SQL príkaz(y) na servri %s';
$strRunSQLQuery = 'Spustiť SQL dotaz/dotazy na databázu %s';
$strRussian = 'Ruština';
 
$strSaveOnServer = 'Uložiť na server do adresára %s';
$strSave = 'Uložiť';
$strScaleFactorSmall = 'Mierka je príliš mala na roztiahnutie schémy na stránku';
$strSearchFormTitle = 'Hľadať v databáze';
$strSearch = 'Hľadať';
$strSearchInTables = 'V tabuľke(ách):';
$strSearchNeedle = 'Slovo(á) alebo hodnotu(y), ktoré chcete vyhľadať (nahradzujúci znak: "%"):';
$strSearchOption1 = 'najmenej jedno zo slov';
$strSearchOption2 = 'všetky slová';
$strSearchOption3 = 'presný výraz';
$strSearchOption4 = 'ako regulárny výraz';
$strSearchResultsFor = 'Prehľadať výsledky na "<i>%s</i>" %s:';
$strSearchType = 'Nájdi:';
$strSecretRequired = 'Nastavte prosím kľúč pre šifrovanie cookies v konfiguračnom súbore (blowfish_secret).';
$strSelectADb = 'Prosím vyberte si databázu';
$strSelectAll = 'Označiť všetko';
$strSelectBinaryLog = 'Vyberte binárny log na zobrazenie';
$strSelectFields = 'Zvoliť pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSelectTables = 'Vybrať Tabuľky';
$strSend = 'Pošli';
$strSent = 'Odoslané';
$strServerChoice = 'Voľba serveru';
$strServerNotResponding = 'Server neodpovedá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odložené vloženia';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento server beží %s. Bol spustený %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Premenné';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Premenné a nastavenia serveru';
$strServerVersion = 'Verzia serveru';
$strSessionValue = 'Hodnota sedenia';
$strSetEnumVal = 'Ak je pole typu "enum" alebo "set", prosím zadávajte hodnoty v tvare: \'a\',\'b\',\'c\'...<br />Ak dokonca potrebujete zadať spätné lomítko ("\") alebo apostrof ("\'") pri týchto hodnotách, zadajte ich napríklad takto \'\\\\xyz\' alebo \'a\\\'b\'.';
$strShowAll = 'Zobraziť všetko';
$strShowColor = 'Zobraziť farbu';
$strShowDatadictAs = 'Formát dátového slovníka';
$strShowFullQueries = 'Zobraziť kompletné dotazy';
$strShowGrid = 'Zobraziť mriežku';
$strShowingBookmark = 'Zobrazujem obľúbený príkaz';
$strShowingRecords = 'Ukázať záznamy ';
$strShowOpenTables = 'Zobraziť otvorené tabuľky';
$strShowPHPInfo = 'Zobraziť informácie o PHP';
$strShowSlaveHosts = 'Zobraziť podriadené hosty';
$strShowSlaveStatus = 'Zobraziť stav podriadených hostov';
$strShowStatusBinlog_cache_disk_useDescr = 'Počet transakcií, ktoré využili dočasnú vyrovnávaciu pamäť binárneho logu, ale zároveň prekročili hodnotu binlog_cache_size a museli tak použiť dočasný súbor na uloženie príkazov transakcie.';
$strShowStatusBinlog_cache_useDescr = 'Počet transakcií, ktoré využili vyrovnávaciu pamäť binárneho logu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Počet dočasných tabuliek automaticky vytvorených servrom pri vykonávaní príkazov. Ak je hodnota Created_tmp_disk_tables príliš vysoká, môžte zvýšiť hodnotu tmp_table_size, aby boli dočasné tabuľky ukladané do pamäte a nie na disk.';
$strShowStatusCreated_tmp_filesDescr = 'Počet dočasných súborov vytvorených servrom mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Počet dočasných, v pamäti uložených tabuliek, vytvorených servrom pri vykonávaní príkazov.';
$strShowStatusDelayed_errorsDescr = 'Počet riadkov pridaných príkazom INSERT DELAYED, pri ktorých sa vyskytla chyba (pravdepodobne opakujúci sa kľúč).';
$strShowStatusDelayed_insert_threadsDescr = 'Počet vlákien používaných príkazmi INSERT DELAYED. Každá samostatná tabuľka, na ktorú je použitý príkaz INSERT DELAYED, ma svoje vlastné vlákno.';
$strShowStatusDelayed_writesDescr = 'Počet riadkov vložených príkazom INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Počet vykonaných príkazov FLUSH.';
$strShowStatusHandler_commitDescr = 'Počet interných príkazov COMMIT.';
$strShowStatusHandler_deleteDescr = 'Koľkokrát bol z tabuľky odstránený riadok.';
$strShowStatusHandler_discoverDescr = 'MySQL server môže zaslať požiadavku NDB Clustru, či nevie o existencii tabuľky s daným menom. Tento proces sa nazýva objavovanie. Handler_discover zobrazuje počet doposiaľ objavených tabuliek.';
$strShowStatusHandler_read_firstDescr = 'Počet prečítaní prvej položky indexu. Ak je táto hodnota príliš vysoká, znamená to že server vykonáva príliš veľa kompletných prechádzaní indexov; napríklad, SELECT col1 FROM foo, za predpokladu že col1 je indexovaný.';
$strShowStatusHandler_read_keyDescr = 'Počet požiadavkov na načítanie riadku podľa kľúča. Ak je táto hodnota vysoká, je to dobrým znamením že sú príkazy a tabuľky správne indexované.';
$strShowStatusHandler_read_nextDescr = 'Počet požiadavkov na načítanie nasledujúceho riadku v poradí podľa kľúča. Táto hodnota sa zvyšuje ak sa načítava indexovaný stĺpec v danom rozsahu alebo ak sa vykonáva prehľadávanie indexu.';
$strShowStatusHandler_read_prevDescr = 'Počet požiadavkov na načítanie predchádzajúceho riadku podľa kľúča. Táto čítacia metóda sa použiva hlavne na optimalizáciu príkazov typu ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Počet požiadavkov na načítanie riadku na základe určitej pozície. Táto hodnota je vysoká, ak sa vykonáva veľa príkazov, ktoré si vyžadujú zoradenie výsledku. Pravdepodobne sa použiva veľa príkazov, kvôli ktorým musí MySQL kompletne prehľadávať tabuľky, alebo sa používajú zjednotenia, ktoré správne nevyužívajú kľúče.';
$strShowStatusHandler_read_rnd_nextDescr = 'Počet požiadavkov na načítanie nasledujúceho riadku. Táto hodnota je vysoká, ak sa vykonáva veľa kompletných prehľadávaní tabuliek. Znamená to že buď tabuľky nie sú správne indexované alebo príkazy nedostatočne využívajú dostupné indexy.';
$strShowStatusHandler_rollbackDescr = 'Počet interných príkazov ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Počet požiadavkov na zmenu záznamu (riadku) v tabuľke.';
$strShowStatusHandler_writeDescr = 'Počet požiadavkov na vloženie nového záznamu (riadku) do tabuľky.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Počet stránok obsahujúcich dáta (nečistých aj čistých).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Počet nečistých stránok.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Počet stránok, na ktoré je požiadavka na vyprázdnenie.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Počet voľných stránok.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Počet uzamknutých stránok v InnoDB vyrovnávacej pamäti. Z týchto stránok sa momentálne číta alebo zapisuje, prípadne nemôžu byť vyprázdnené ani odstránené z nejakého iného dôvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Počet momentálne neprístupných stránok z dôvodu účasti na administratívnych účeloch ako napr. uzamkýnanie riadkov alebo adaptívny hash index. Táto hodnota sa tiež môže vypočítať ako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celkový počet stránok vo vyrovnávacej pamäti InnoDB.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Počet "náhodných" predčítaní vykonaných InnoDB. Táto situácia nastáva pri príkazoch, ktoré prehľadávajú veľkú časť tabuľky, ale v náhodnom poradí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Počet sekvenčných predčítaní vykonaných InnoDB. Táto situácia nastáva pri vykonávaní sekvenčného prehľadávania celej tabuľky.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Počet požiadavkov na logické načítavanie.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Počet logických načítaní, ktoré sa nemohli vykonať z vyrovnávacej pamäte a namiesto toho bolo vykonané načítanie celej jednej stránky.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normálne sa zápis do vyrovnávacej pamäte InnoDB vykonáva v pozadí. Ak však nie sú pri požiadavke na načítanie alebo vytvorenie stránky dostupné žiadne čisté stránky, je potrebné počkať na ich vyčistenie. Táto hodnota zobrazuje počet týchto čakaní a ak bola správne nastavená veľkosť vyrovnávacej pamäte, mala by byť nízka.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Počet zápisov do vyrovnávacej pamäte InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Počet vykonaných fsync() operácií.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktuálny počet prebiehajúcich fsync() operácií.';
$strShowStatusInnodb_data_pending_readsDescr = 'Počet aktuálne prebiehajúcich načítavaní.';
$strShowStatusInnodb_data_pending_writesDescr = 'Počet aktuálne prebiehajúcich zápisov.';
$strShowStatusInnodb_data_readDescr = 'Množstvo už načítaných dát, v bajtoch.';
$strShowStatusInnodb_data_readsDescr = 'Celkový počet načítaní dát.';
$strShowStatusInnodb_data_writesDescr = 'Celkový počet zápisov dát.';
$strShowStatusInnodb_data_writtenDescr = 'Množstvo už zapísaných dát, v bajtoch.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Počet vykonaných dvojitých zápisov a počet stránok zapísaných pre tento účel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Počet vykonaných dvojitých zápisov a počet stránok zapísaných pre tento účel.';
$strShowStatusInnodb_log_waitsDescr = 'Počet čakaní na vyprázdnenie vyrovnávacej pamäte logu z dôvodu jej zaplnenia.';
$strShowStatusInnodb_log_write_requestsDescr = 'Počet požiadaviek na zápis do logovacieho súboru.';
$strShowStatusInnodb_log_writesDescr = 'Počet fyzických zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Počet fsync zápisov vykonaných na logovacom súbore.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Počet prebiehajúcich synchronizácií logovacieho súboru.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Počet prebiehajúcich zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_writtenDescr = 'Množstvo bajtov zapísaných do logovacieho súboru.';
$strShowStatusInnodb_pages_createdDescr = 'Počet vytvorených stránok.';
$strShowStatusInnodb_page_sizeDescr = 'Veľkosť nakompilovanej InnoDB stránky (prednastavených je 16KB). Viacero hodnôt sa udáva v stránkach; pomocou veľkosti stránky je možné ich premeniť na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Počet načítaných stránok.';
$strShowStatusInnodb_pages_writtenDescr = 'Počet zapísaných stránok.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Počet zámkov na riadky, na ktoré sa čaká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Priemerný čas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový čas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximálny čas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Koľkokrát sa muselo čakať na zámok na riadok.';
$strShowStatusInnodb_rows_deletedDescr = 'Počet záznamov (riadkov) odstránených z InnoDB tabuliek.';
$strShowStatusInnodb_rows_insertedDescr = 'Počet záznamov (riadkov) vložených do InnoDB tabuliek.';
$strShowStatusInnodb_rows_readDescr = 'Počet načítaných záznamov (riadkov) z InnoDB tabuliek.';
$strShowStatusInnodb_rows_updatedDescr = 'Počet upravených záznamov (riadkov) v InnoDB tabuľkách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Počet zmenených kľúčových blokov vo vyrovnávacej pamäti kľúčov, ktoré ešte neboli zapísané na disk. Predtým sa táto hodnota nazývala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Počet nevyužitých blokov vo vyrovnávacej pamäti kľúčov. Z tejto hodnoty môžete zistiť koľko vyrovnávacej pamäte sa práve používa.';
$strShowStatusKey_blocks_usedDescr = 'Počet využitých blokov vo vyrovnávacej pamäti kľúčov. Táto hodnota určuje najväčšie množstvo blokov, ktoré kedy naraz použité.';
$strShowStatusKey_read_requestsDescr = 'Počet požiadavkov na načítanie kľúčového bloku z vyrovnávacej pamäti.';
$strShowStatusKey_readsDescr = 'Počet načítaní kľúčového bloku priamo z disku. Ak je táto hodnota príliš veľká, väčšinou to znamená, že veľkosť vyrovnávacej pamäti (key_buffer_size) je príliš malá. Úspešnosť vyrovnávacej pamäte si môžte vypočítať zo vzťahu Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Počet požiadavkov na zápis kľúčového bloku do vyrovnávacej pamäti.';
$strShowStatusKey_writesDescr = 'Počet fyzických zápisov kľúčového bloku na disk.';
$strShowStatusLast_query_costDescr = 'Celkové náklady na posledný kompilovaný príkaz, vypočítané optimizérom príkazov. Užitočné na porovnávanie nákladov na rôzne príkazy pre tú istú požiadavku. Prednastavená hodnota 0 znamená, že doposiaľ neboli skompilované žiadne príkazy.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Počet riadkov čakajúcich na zápis cez INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Počet doposiaľ otvorených tabuliek. Ak je táto hodnota príliš vysoká, pravdepodobne je vyrovnávacia pamäť pre tabuľky príliš malá.';
$strShowStatusOpen_filesDescr = 'Počet otvorených súborov.';
$strShowStatusOpen_streamsDescr = 'Počet otvorených streamov (väčšinou využívané na logovanie).';
$strShowStatusOpen_tablesDescr = 'Počet práve otvorených tabuliek.';
$strShowStatusQcache_free_blocksDescr = 'Množstvo voľných pamäťových blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusQcache_free_memoryDescr = 'Veľkosť voľnej pamäti pre vyrovnávaciu pamäť príkazov.';
$strShowStatusQcache_hitsDescr = 'Počet zásahov vyrovnávacej pamäti.';
$strShowStatusQcache_insertsDescr = 'Počet príkazov pridaných do vyrovnávacej pamäti.';
$strShowStatusQcache_lowmem_prunesDescr = 'Počet príkazov, ktoré boli odstránené z vyrovnácej pamäti na uvoľnenie pamäti pre nové príkazy. Táto hodnota vám môže pomôcť pri upravovaní veľkosti vyrovnávacej pamäti príkazov. Na výber príkazov na odstránenie z vyrovnávacej pamäti sa používa stratégia LRU (tzn. najdlhšie nepoužité príkazy budú odstránené ako prvé).';
$strShowStatusQcache_not_cachedDescr = 'Počet príkazov neumiestnených do vyrovnávacej pamäti (nie sú cachovateľné alebo nevyhovujú nastaveniu query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Počet príkazov registrovaných vo vyrovnávacej pamäti.';
$strShowStatusQcache_total_blocksDescr = 'Celkové množstvo blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusReset = 'Vynulovať';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikácie (zatiaľ neimplementované).';
$strShowStatusSelect_full_joinDescr = 'Počet spojení, ktoré nevyužívajú indexy. Ak sa táto hodnota nerovná 0, mali by ste starostlivo skontrolovať indexy vašich tabuliek.';
$strShowStatusSelect_full_range_joinDescr = 'Počet spojení, ktoré na referenčnej tabuľke využili intervalové vyhľadávanie.';
$strShowStatusSelect_range_checkDescr = 'Počet spojení bez kľúčov, ktoré kontrolovali použitie kľúča na každom riadku (ak táto hodnota nie je 0, mali by ste starostlivo skontrolovať indexy vašich tabuliek).';
$strShowStatusSelect_rangeDescr = 'Počet spojení, ktoré na prvej tabuľke využili intervalové vyhľadávanie (táto hodnota nie je kritická ani v prípade, že je vysoká).';
$strShowStatusSelect_scanDescr = 'Počet spojení, ktoré vykonali kompletné prehľadanie prvej tabuľky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Počet dočasných tabuliek, otvorených podriadeným SQL vláknom.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový počet (od spustenia) pokusov replikačného podriadeného SQL vlákna o znovuobnovenie transakcie.';
$strShowStatusSlave_runningDescr = 'Táto položka obsahuje hodnotu ON ak je tento server podriadeným a je pripojený k prislúchajúcemu nadriadenému servru.';
$strShowStatusSlow_launch_threadsDescr = 'Počet vlákien, ktorých vytvorenie zabralo viac ako je hodnota slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Počet príkazov, ktorých vykonanie zabralo viac ako je hodnota long_query_time.';
$strShowStatusSort_merge_passesDescr = 'Počet zlučovacích prechodov, ktoré musel vykonať zoraďovací algoritmus. Ak je táto hodnota prílis veľká, mali by ste pouvažovať nad zvýšením hodnoty systémového nastavania sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Počet rozsahom obmedzených zoraďovaní.';
$strShowStatusSort_rowsDescr = 'Počet zoradených riadkov.';
$strShowStatusSort_scanDescr = 'Počet zoradení uskutočnených prehľadávaním tabuľky.';
$strShowStatusTable_locks_immediateDescr = 'Počet zámkov tabuliek, ktoré boli získané okamžite.';
$strShowStatusTable_locks_waitedDescr = 'Počet prípadov keď sa zámok tabuľky nedal získať okamžite a bolo nutné vyčkať. Ak je táto hodnota vysoká a máte problémy s výkonom, mali by ste najprv optimalizovať vaše príkazy a potom buď rozdeliť tabuľku/tabuľky alebo použiť replikáciu.';
$strShowStatusThreads_cachedDescr = 'Počet vlákien vo vyrovnávacej pamäti. Úspešnosť tejto vyrovnávacej pamäti sa dá vypočítať zo vzťahu Threads_created/Connections. Ak je táto hodnota v červenom, mali by ste zvýšiť hodnotu thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Počet momentálne otvorených spojení.';
$strShowStatusThreads_createdDescr = 'Počet vlákien vytvorených na zaobchádzanie so spojeniami. Ak je hodnota Threads_created vysoká, mohli by ste zvýšiť hodnotu thread_cache_size (to však nespôsobí žiadnu citeľnú zmenu ak máte vlákna dobre implementované).';
$strShowStatusThreads_runningDescr = 'Počet aktívnych (nespiacich) vlákien.';
$strShowTableDimension = 'Zobraziť rozmery tabuliek';
$strShowTables = 'Zobraziť tabuľky';
$strShowThisQuery = ' Zobraziť tento dotaz znovu ';
$strShow = 'Ukázať';
$strSimplifiedChinese = 'Zjednodušená Čínština';
$strSingly = '(po jednom)';
$strSize = 'Veľkosť';
$strSkipQueries = 'Počet záznamov (príkazov), ktoré sa majú zo začiatku preskočiť';
$strSlovak = 'Slovenčina';
$strSlovenian = 'Slovinčina';
$strSocketProblem = '(alebo soket lokálneho MySQL servra nie je správne nastavený)';
$strSortByKey = 'Zoradiť podľa kľúča';
$strSorting = 'Zoraďovanie';
$strSort = 'Triediť';
$strSpaceUsage = 'Zabrané miesto';
$strSpanish = 'Španielsky';
$strSplitWordsWithSpace = 'Slová sú rozdelené medzerou (" ").';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvorených dotazov';
$strSQLOptions = 'SQL nastavenia';
$strSQLParserBugMessage = 'Je možné, že ste našli chybu v SQL syntaktickom analyzátore. Preskúmajte podrobne SQL dotaz, predovšetkým správnosť umiestnenia úvodzoviek. Ďalšia možnosť je, že nahrávate súbor s binárnymi dátami nezapísanými v úvodzovkách. Môžete tiež vyskúšať použiť príkazový riadok MySQL na odstránenie problému. Pokial stále máte problémy alebo syntaktický analyzátor SQL stále hlási chybu v dotaze, ktorý v príkazovom riadku funguje, prosím pokúste sa zredukovať dotaz na čo najmenší, v ktorom sa problém ešte vyskytuje a ohláste chybu na stránke phpMyAdmina spolu so sekciou VÝPIS uvedenú nižšie:';
$strSQLParserUserError = 'Vyskytla sa chyba v SQL dotaze. Nižšie uvedený MySQL výstup (ak je nejaký) Vám môže pomôcť odstrániť problém';
$strSQLQuery = 'SQL dotaz';
$strSQLResult = 'výsledok SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neplatný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzatvorené úvodzovky';
$strSQPBugUnknownPunctuation = 'Neznámy interpunkčný reťazec';
$strStatCheckTime = 'Posledná kontrola';
$strStatCreateTime = 'Vytvorenie';
$strStatement = 'Údaj';
$strStatUpdateTime = 'Posledná zmena';
$strStatus = 'Stav';
$strStorageEngine = 'Úložný Systém';
$strStorageEngines = 'Úložné Systémy';
$strStrucCSV = 'CSV dáta';
$strStrucData = 'Štruktúru a dáta';
$strStrucDrop = 'Pridaj \'vymaž tabuľku\'';
$strStrucExcelCSV = 'CSV pre MS Excel dáta';
$strStrucNativeExcel = 'Natívne dáta MS Excel';
$strStrucOnly = 'Iba štruktúru';
$strStructPropose = 'Navrhnúť štruktúru tabuľky';
$strStructure = 'Štruktúra';
$strSubmit = 'Odošli';
$strSuccess = 'SQL dotaz bol úspešne vykonaný';
$strSum = 'Celkom';
$strSwedish = 'Švédsky';
$strSwitchToDatabase = 'Prepnúť na skopírovanú databázu';
$strSwitchToTable = 'Prepnúť na skopírovanú tabuľku';
 
$strTableAlreadyExists = 'Tabuľka %s už existuje!';
$strTableComments = 'Komentár k tabuľke';
$strTableEmpty = 'Tabuľka je prázdna!';
$strTableHasBeenDropped = 'Tabuľka %s bola odstránená';
$strTableHasBeenEmptied = 'Tabuľka %s bola vyprázdená';
$strTableHasBeenFlushed = 'Tabuľka %s bola vyprázdnená';
$strTableMaintenance = 'Údržba tabuľky';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametre tabuľky';
$strTables = '%s tabuľka(y)';
$strTableStructure = 'Štruktúra tabuľky pre tabuľku';
$strTable = 'Tabuľka';
$strTableType = 'Typ tabuľky';
$strTakeIt = 'zvoliť';
$strTblPrivileges = 'Oprávnenia pre jednotlivé tabuľky';
$strTempData = 'Dočasné dáta';
$strTextAreaLength = ' Toto možno nepôjde upraviť,<br /> kvôli svojej dĺžke ';
$strThai = 'Thajčina';
$strTheme = 'Vzhľad';
$strThisHost = 'Tento počítač';
$strThisNotDirectory = 'Nebol zadaný adresár';
$strThreads = 'Počet vlákien';
$strThreadSuccessfullyKilled = 'Vlákno %s bol úspešne zabité.';
$strTime = 'Čas';
$strTimeoutInfo = 'Predchádzajúcemu importu vypršal časový limit. Po znovuodoslaní formulára sa bude pokračovať od pozície %d.';
$strTimeoutNothingParsed = 'Avšak pri poslednom pokuse neboli prijaté žiadne dáta, čo obvykle znamená, že phpMyAdmin nebude schopný dokončiť tento import, pokiaľ nebude zvýšený časový limit behu skriptu v php.';
$strTimeoutPassed = 'Časový limit behu skriptu vypršal. Ak chcete import súboru dokončiť, odošlite znova formulár a import bude pokračovať.';
$strToggleScratchboard = 'zobraziť grafický návrh';
$strTotal = 'celkovo';
$strTotalUC = 'Celkom';
$strTraditionalChinese = 'Tradičná Čínština';
$strTraditionalSpanish = 'Tradičná Španielčina';
$strTraffic = 'Prevádzka';
$strTransactionCoordinator = 'Koordinátor transakcií';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stiahnutie dát. Prvý parameter je meno súboru, druhý je meno stĺpca v tabuľke obsahujúci meno súboru. Ak zadáte druhý parameter, prvý musí byť prázdny.';
$strTransformation_application_octetstream__hex = 'Zobrazí dáta v ich hexadecimálnej forme.';
$strTransformation_image_jpeg__inline = 'Zobrazí náhľad obrázku s odkazom na obrázok; parametre šírka a výška v bodoch (pomer strán obrázku zostane zachovaný)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázok (napr. stiahnutie poľa blob).';
$strTransformation_image_png__inline = 'Zobrazí image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí dátum alebo čas (TIME, TIMESTAMP alebo DATETIME) podľa miestneho nastavenia. Prvý parameter je posun (v hodinách), ktorá bude pridaný k zadanému času (predvolený je 0). Druhý parameter je formátovací reťazec pre php funkciu strftime().';
$strTransformation_text_plain__external = 'PLATÍ IBA PRE LINUX: Spustí externú aplikáciu, na jej štandardný vstup pošle pole a zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje HTML. Z bezpečnostných dôvodov musíte ručne upraviť obsah súboru libraries/transformations/text_plain__external.inc.php a pridať do neho povolené aplikácie. Prvý parameter je číslo aplikácie, ktorú chcete použiť a druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter nastavený na 1, výstup bude skonvertovaný funkciou htmlspecialchars() (predvolený je 1). Štvrtý parameter v prípade, že je nastavený na 1 pridá k výstupnému textu parameter NOWRAP, čím zabezpečí zachovanie formátovania (predvolený je 1)';
$strTransformation_text_plain__formatted = 'Zachová pôvodné formátovanie poľa tak ako je uložené v databáze.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázok a odkaz z poľa obsahujúceho odkaz na obrázok. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý a tretí parameter určujú šírku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z poľa obsahujúceho odkaz. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý parameter je text odkazu.';
$strTransformation_text_plain__sql = 'Formátuje text ako SQL príkaz pomocou syntaxového zvýrazňovania.';
$strTransformation_text_plain__substr = 'Zobrazí iba časť reťazca. Prvý parameter je posun od začiatku (predvolený je 0) a druhý určuje dĺžku textu, ktorá sa ma zobraziť, ak nie je zadaný bude zobrazený zvyšok textu. Tretí parameter určuje znaky, ktoré budú pridané na koniec skráteného textu (predvolené je ...).';
$strTruncateQueries = 'Zobraziť skrátene dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinsky';
$strUncheckAll = 'Odznačiť všetko';
$strUnicode = 'Unicode';
$strUnique = 'Unikátny';
$strUnknown = 'neznámy';
$strUnselectAll = 'Odznačiť všetko';
$strUnsupportedCompressionDetected = 'Pokúsili ste sa načítať súbor s nepodporovanou kompresiou (%s). Buď nie je zahrnutá podpora tejto kompresie alebo bola deaktivovaná v konfigurácii.';
$strUpdatePrivMessage = 'Boli aktualizované oprávnenia pre %s.';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
$strUpdateQuery = 'Aktualizovať dotaz';
$strUpdComTab = 'Prosím prečítajte si dokumentáciu ako aktualizovať tabuľku s informáciami o stĺpcoch (Column_comments Table)';
$strUpgrade = 'Mali by ste aktualizovať %s na verziu %s alebo vyššiu.';
$strUploadLimit = 'Pravdepodobne ste sa pokúsili uploadnuť príliš veľký súbor. Prečítajte si prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obísť.';
$strUsage = 'Využitie';
$strUseBackquotes = ' Použiť opačný apostrof pri názvoch tabuliek a polí ';
$strUseHostTable = 'Použiť tabuľku s hostiteľmi';
$strUserAlreadyExists = 'Používateľ %s už existuje!';
$strUserEmpty = 'Meno používateľa je prázdne!';
$strUserName = 'Meno používateľa';
$strUserNotFound = 'Zvolený používateľ nebol nájdený v tabuľke práv.';
$strUserOverview = 'Prehľad užívatelov';
$strUser = 'Používateľ';
$strUsersDeleted = 'Vybraní užívatelia bol úspešne odstránený.';
$strUsersHavingAccessToDb = 'Používatelia majúci prístup k &quot;%s&quot;';
$strUseTabKey = 'Pre pohyb medzi hodnotami použite klávesu TAB alebo pre pohyb všetkými smermi klávesy CTRL+šípky';
$strUseTables = 'Použiť tabuľky';
$strUseTextField = 'Požiť textové pole';
$strUseThisValue = 'Použiť túto hodnotu';
 
$strValidateSQL = 'Potvrdiť platnosť SQL';
$strValidatorError = 'SQL validator nemohol byť inicializovaný. Prosím skontrolujte, či sú nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v %sdocumentation%s.';
$strValue = 'Hodnota';
$strVar = 'Premenná';
$strVersionInformation = 'Informácie o verzii';
$strViewDumpDatabases = 'Export databáz';
$strViewDumpDB = 'Zobraziť dump (schému) databázy';
$strViewDump = 'Zobraziť dump (schému) tabuľky';
$strViewHasBeenDropped = 'Náhľad %s bol odstránený';
$strView = 'Náhľad';
 
$strWebServerUploadDirectoryError = 'Adresár určený pre upload súborov sa nedá otvoriť';
$strWebServerUploadDirectory = 'upload adresár web serveru';
$strWelcome = 'Vitajte v %s';
$strWestEuropean = 'Západná Európa';
$strWildcard = 'nahradzujúci znak';
$strWindowNotFound = 'Cieľové okno prehliadača nemohlo byť aktualizované. Možno ste zatvorili rodičovské okno, alebo prehliadač blokuje operácie medzi oknami z dôvodu bezpečnostných nastavení';
$strWithChecked = 'Výber:';
$strWriteRequests = 'Požiadavkov na zápis';
$strWritingCommentNotPossible = 'Komentár sa nedá zapísať';
$strWritingRelationNotPossible = 'Vzťah sa nedá zapísať';
$strWrongUser = 'Zlé používateľské meno alebo heslo. Prístup zamietnutý.';
 
$strXML = 'XML';
 
$strYes = 'Áno';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovak-windows-1250.inc.php
0,0 → 1,979
<?php
/* $Id: slovak-windows-1250.inc.php,v 2.123.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: lubos klokner <erkac@vault-tec.sk> */
/* and Ivan Kuriscak <shylauda69@yahoo.com> */
 
$charset = 'windows-1250';
$text_dir = 'ltr';
$left_font_family = '"verdana ce", "arial ce", verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'tahoma, "verdana ce", "arial ce", helvetica, arial, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bajtov', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ne', 'Po', 'Út', 'St', 'Št', 'Pi', 'So');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Máj', 'Jún', 'Júl', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%B, %Y - %H:%M';
$timespanfmt = '%s dní, %s hodín, %s minút a %s sekúnd';
 
$strAbortedClients = 'Prerušené';
$strAbsolutePathToDocSqlDir = 'Prosím zadajte absolútnu cestu k adresáru docSQL na serveri.';
$strAccessDeniedExplanation = 'phpMyAdmin sa pokúsil pripoji k MySQL serveru ale ten spojenie odmietol. Skontrolujte prosím meno serveru, používate¾ské meno a heslo v súbore config.inc.php a s tým, ktoré ste dostali o administrátora MySQL servera.';
$strAccessDenied = 'Prístup zamietnutý';
$strAction = 'Akcia';
$strAddAutoIncrement = 'Prida hodnotu AUTO_INCREMENT';
$strAddConstraints = 'Prida obmedzenia';
$strAddDeleteColumn = 'Prida/Odobra polia ståpcov';
$strAddDeleteRow = 'Prida/Odobra kritéria riadku';
$strAddDropDatabase = 'Prida DROP DATABASE';
$strAddedColumnComment = 'Pridaný komentár k ståpcu';
$strAddedColumnRelation = 'Pridaný vzah pre ståpec';
$strAddFields = 'Prida %s položiek';
$strAddHeaderComment = 'Prida vlastný komentár do hlavièky (\\n odde¾uje riadky)';
$strAddIfNotExists = 'Prida IF NOT EXISTS';
$strAddIntoComments = 'Prida do komentárov';
$strAddNewField = 'Prida nové pole';
$strAddPrivilegesOnDb = 'Prida oprávnenia pre nasledujúcu databázu';
$strAddPrivilegesOnTbl = 'Prida oprávnenia pre nasledujúcu tabu¾ku';
$strAddSearchConditions = 'Prida vyh¾adávacie parametre (obsah dotazu po "where" príkaze):';
$strAddToIndex = 'Prida do indexu &nbsp;%s&nbsp;ståpec';
$strAddUserMessage = 'Používate¾ bol pridaný.';
$strAddUser = 'Prida nového používate¾a';
$strAdministration = 'Administrácia';
$strAffectedRows = ' Ovplyvnené riadky: ';
$strAfterInsertBack = 'Spä';
$strAfterInsertNewInsert = 'Vloži nový záznam';
$strAfterInsertNext = 'Upravi nasledujúci riadok';
$strAfterInsertSame = 'Spä na túto stránku';
$strAfter = 'Po %s';
$strAllowInterrupt = 'Povoli prerušenie importu v prípade, že sa blíži èasový limit behu skriptu. Týmto spôsobom sa môžu importova aj ve¾ké súbory, ale môže to zároveò spôsobi problémy s transakciami.';
$strAllTableSameWidth = 'zobrazi všetky tabu¾ky s rovnakou šírkou?';
$strAll = 'Všetko';
$strAlterOrderBy = 'Zmeni poradie tabu¾ky pod¾a';
$strAnalyzeTable = 'Analyzova tabu¾ku';
$strAnd = 'a';
$strAndThen = 'a potom';
$strAnIndex = 'Bol pridaný index pre %s';
$strAny = 'Akýko¾vek';
$strAnyHost = 'Akýko¾vek hostite¾';
$strAnyUser = 'Akýko¾vek používate¾';
$strApproximateCount = 'Môže by nepresné. Pozri FAQ 3.11';
$strAPrimaryKey = 'Bol pridaný primárny k¾úè pre %s';
$strArabic = 'Arabština';
$strArmenian = 'Arménština';
$strAscending = 'Vzostupne';
$strAtBeginningOfTable = 'Na zaèiatku tabu¾ky';
$strAtEndOfTable = 'Na konci tabu¾ky';
$strAttr = 'Atribúty';
$strAutodetect = 'Automaticky zisti';
$strAutomaticLayout = 'Automatické rozvrhnutie';
 
$strBack = 'Spä';
$strBaltic = 'Baltické';
$strBeginCut = 'ZAÈIATOK VÝSEKU';
$strBeginRaw = 'ZAÈIATOK TOKU';
$strBinary = 'Binárny';
$strBinaryDoNotEdit = 'Binárny - neupravujte ';
$strBinaryLog = 'Binárny log';
$strBinLogEventType = 'Typ udalosti';
$strBinLogInfo = 'Informácia';
$strBinLogName = 'Názov logu';
$strBinLogOriginalPosition = 'Pôvodná pozícia';
$strBinLogPosition = 'Pozícia';
$strBinLogServerId = 'ID servra';
$strBookmarkAllUsers = 'Dovoli používa túto položku všetkým používate¾om';
$strBookmarkCreated = 'Príkaz %s bol zaradený medzi ob¾úbené';
$strBookmarkDeleted = 'Záznam z ob¾úbených bol zmazaný.';
$strBookmarkLabel = 'Názov';
$strBookmarkQuery = 'Ob¾úbený SQL dotaz';
$strBookmarkReplace = 'Prepísa existujúci príkaz s rovnakým menom';
$strBookmarkThis = 'Prida tento SQL dotaz do ob¾úbených';
$strBookmarkView = 'Iba prezrie';
$strBrowseForeignValues = 'Prejs hodnoty cudzích k¾úèov';
$strBrowse = 'Prechádza';
$strBufferPoolActivity = 'Aktivita Vyrovnávacej Pamäte';
$strBufferPoolUsage = 'Využitie Vyrovnávacej Pamäte';
$strBufferPool = 'Vyrovnávacia Pamä';
$strBufferReadMissesInPercent = 'Výpadkov pri èítaní v %';
$strBufferReadMisses = 'Výpadkov pri èítaní';
$strBufferWriteWaits = 'Èakaní na zápis';
$strBufferWriteWaitsInPercent = 'Èakaní na zápis v %';
$strBulgarian = 'Bulharsky';
$strBusyPages = 'Spracovávaných stránok';
$strBzError = 'nepodarilo sa skomprimova výstup z dôvodu chybného rozšírenia pre kompresiu Bz2 v tejto verzii php. Doporuèuje sa nastavi <code>$cfg[\'BZipDump\']</code> v konfigurácii phpMyAdmin na <code>FALSE</code>. Ak si želáte používa kompresiu Bz2 mali by ste nainštalova novšiu verziu php. Viac informácií získate z popisu chyby: %s.';
$strBzip = '"bzipped"';
 
$strCalendar = 'Kalendár';
$strCanNotLoadImportPlugins = 'Nebolo možné naèíta importovacie pluginy, skontrolujte prosím vašu inštaláciu!';
$strCannotLogin = 'Nedá sa prihlási k MySQL serveru';
$strCantLoad = 'nedá sa nahra rozšírenie %s,<br />prosím skontrolujte konfiguráciu PHP';
$strCantLoadRecodeIconv = 'Nie je možné nahra rozšírenie iconv alebo recode potrebné pre prevod znakových sad. Upravte nastavenie php tak aby umožòovalo použi tieto rozšírenia alebo vypnite túto vlastnos v konfigurácii phpMyAdmina.';
$strCantRenameIdxToPrimary = 'Nie je možné premenova index na PRIMARY!';
$strCantUseRecodeIconv = 'Nie je možné použi funkcie iconv,libiconv a recode_string aj napriek tomu, že rozšírenia sú nahrané. Skontrolujte prosím nastavenie PHP.';
$strCardinality = 'Mohutnos';
$strCaseInsensitive = 'nerozlišova ve¾ké a malé písmená';
$strCaseSensitive = 'rozlišova ve¾ké a malé písmená';
$strCentralEuropean = 'Stredná Európa';
$strChangeCopyModeCopy = '... zachova pôvodného používate¾a.';
$strChangeCopyModeDeleteAndReload = ' ... zmaza pôvodného používate¾a z tabuliek používate¾ov a potom znovunaèíta oprávnenia.';
$strChangeCopyModeJustDelete = ' ... zmaza pôvodného používate¾a z tabuliek používate¾ov.';
$strChangeCopyModeRevoke = ' ... odobra všetky oprávnenia pôvodnému používate¾ovi a následne ho zmaza.';
$strChangeCopyMode = 'Vytvori používate¾a s rovnakými právami a...';
$strChangeCopyUser = 'Zmeni informácie o používate¾ovi / Kopírova používate¾a';
$strChangeDisplay = 'Zvolte, ktoré pole zobrazi';
$strChangePassword = 'Zmeni heslo';
$strChange = 'Zmeni';
$strCharsetOfFile = 'Znaková sada súboru:';
$strCharsetsAndCollations = 'Znakové sady a porovnávanie';
$strCharsets = 'Znakové sady';
$strCharset = 'Znaková sada';
$strCheckAll = 'Oznaèi všetko';
$strCheckOverhead = 'Zvoli neoptimálne';
$strCheckPrivsLong = 'Skontrolova oprávnenia pre databázu &quot;%s&quot;.';
$strCheckPrivs = 'Skontrolova oprávnenia';
$strCheckTable = 'Skontrolova tabu¾ku';
$strChoosePage = 'Prosím zvolte si Stránku, ktorú chcete upravi';
$strColComFeat = 'Zobrazova komentáre ståpcov';
$strCollation = 'Porovnávanie';
$strColumnNames = 'Názvy ståpcov';
$strColumnPrivileges = 'Oprávnenia pre jednotlivé ståpce';
$strCommand = 'Príkaz';
$strCommentsForTable = 'KOMENTÁRE PRE TABU¼KU';
$strComments = 'Komentáre';
$strCompatibleHashing = 'Kompatibilné s&nbsp;MySQL&nbsp;4.0';
$strCompleteInserts = 'Úplné vloženie';
$strCompression = 'Kompresia';
$strCompressionWillBeDetected = 'Kompresia importovaného súboru bude rozpoznaná automaticky. Podporované: %s';
$strConfigFileError = 'phpMyAdmin nebol schopný naèíta konfiguraèný súbor!<br />Tento problém sa zvyèajne vyskytne ak súbor obsahuje chybu alebo ho php nemohlo nájs.<br />Zavolajte browserom tento súbor priamo použitím nasledujúceho odkazu na získanie chybových hlášok, ktoré sú ním spôsobené. Väèšinou sa jedná o chýbajúcu úvodzovku alebo bodkoèiarku.<br />Ak dostanete iba prázdnu stránku, všetko je v poriadku.';
$strConfigureTableCoord = 'Prosím skonfigurujte koordináty pre tabu¾ku %s';
$strConnectionError = 'Nepodarilo sa pripoji: chybné nastavenia.';
$strConnections = 'Spojenia';
$strConstraintsForDumped = 'Obmedzenie pre exportované tabu¾ky';
$strConstraintsForTable = 'Obmedzenie pre tabu¾ku';
$strCookiesRequired = 'Cookies musia by povolené, pokia¾ chcete pokraèova.';
$strCopyDatabaseOK = 'Databáza %s bola skopírovaná na %s';
$strCopy = 'Kopírova';
$strCopyTableOK = 'Tabu¾ka %s bola skorírovaná do %s.';
$strCopyTableSameNames = 'Nedá sa skopírova tabu¾ka sama do seba!';
$strCopyTable = 'Skopírova tabu¾ku do (databáza<b>.</b>tabu¾ka):';
$strCouldNotKill = 'Neporadilo za zabi vlákno %s. Jeho beh bol pravdepodobne už ukonèený.';
$strCreateDatabaseBeforeCopying = 'Vytvori databázu (CREATE DATABASE) pred kopírovaním';
$strCreateIndexTopic = 'Vytvori nový index';
$strCreateIndex = 'Vytvori index na&nbsp;%s&nbsp;ståpcoch';
$strCreateNewDatabase = 'Vytvori novú databázu';
$strCreateNewTable = 'Vytvori novú tabu¾ku v databáze %s';
$strCreatePage = 'Vytvori novú Stránku';
$strCreatePdfFeat = 'Vytváranie PDF';
$strCreate = 'Vytvori';
$strCreationDates = 'Dátum vytvorenia, poslednej zmeny a kontroly';
$strCriteria = 'Kritéria';
$strCroatian = 'Chorvátsky';
$strCSV = 'CSV';
$strCSVImportOptions = 'Možnosti CSV';
$strCSVOptions = 'CSV nastavenia';
$strCyrillic = 'Cyrilika';
$strCzech = 'Èesky';
$strCzechSlovak = 'Èeština/Slovenèina';
 
$strDanish = 'Dánsky';
$strDatabase = 'Databáza';
$strDatabaseEmpty = 'Meno databázy je prázdne!';
$strDatabaseExportOptions = 'Nastavenia exportu databáz';
$strDatabaseHasBeenDropped = 'Databáza %s bola zmazaná.';
$strDatabaseNoTable = 'Táto databáza neobsahuje žiadne tabu¾ky!';
$strDatabases = 'databáz(y)';
$strDatabasesDropped = 'Úspešne zrušených databáz: %s.';
$strDatabasesStatsDisable = 'Skry štatistiky';
$strDatabasesStatsEnable = 'Zobrazi štatistiky';
$strDatabasesStatsHeavyTraffic = 'Poznámka: Aktivovanie štatistík databázy môže spôsobi znaèné zvýšenie sieovej prevádzky medzi databázou a web serverom.';
$strDatabasesStats = 'Štatistiky databázy';
$strDataDict = 'Dátový slovník';
$strData = 'Dáta';
$strDataOnly = 'Iba dáta';
$strDataPages = 'Stránky obsahujúce dáta';
$strDBComment = 'Komentár k databáze: ';
$strDBCopy = 'Skopírova databázu na';
$strDBGContextID = 'Kontext ID';
$strDBGContext = 'Kontext';
$strDBGHits = 'Zásahov';
$strDBGLine = 'Riadok';
$strDBGMaxTimeMs = 'Max. èas, ms';
$strDBGMinTimeMs = 'Min èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zásah, ms';
$strDBGTotalTimeMs = 'Celkový èas, ms';
$strDbPrivileges = 'Oprávnenia pre jednotlivé databázy';
$strDBRename = 'Premenova databázu na';
$strDbSpecific = 'závislé na databáze';
$strDefaultEngine = 'Na tomto MySQL servri je prednastaveným úložným systémom %s.';
$strDefault = 'Predvolené';
$strDefaultValueHelp = 'Pre predvolené hodnoty, prosím zadajte iba jednu hodnotu bez úvodzoviek alebo uvádzacích znakov, napr.: a';
$strDefragment = 'Defragmentova tabu¾ku';
$strDelayedInserts = 'Použi oneskorené vloženia';
$strDeleteAndFlushDescr = 'Toto je najèistejšie riešenie, ale znovunaèítanie práv môže chví¾u trva.';
$strDeleteAndFlush = 'Odstráni používate¾ov a znovunaèíta práva.';
$strDeleted = 'Riadok bol zmazaný';
$strDeletedRows = 'Zmazané riadky:';
$strDeleteNoUsersSelected = 'Na odstránenie neboli vybraní žiadni užívatelia!';
$strDelete = 'Zmaza';
$strDeleting = 'Odstraòuje sa %s';
$strDelOld = 'Aktuálna stránka sa odkazuje na tabu¾ky, ktoré už neexistujú, želáte si odstráni tieto odkazy?';
$strDescending = 'Zostupne';
$strDescription = 'Popis';
$strDictionary = 'slovník';
$strDirtyPages = 'Zmenených stránok';
$strDisabled = 'Vypnuté';
$strDisableForeignChecks = 'Vypnú kontrolu cudzích k¾úèov';
$strDisplayFeat = 'Zobrazi vlastnosti';
$strDisplayOrder = 'Zobrazi zoradené:';
$strDisplayPDF = 'Zobrazi schému PDF';
$strDoAQuery = 'Vykona "dotaz pod¾a príkladu" (nahradzujúci znak: "%")';
$strDocu = 'Dokumentácia';
$strDoYouReally = 'Skutoène chcete vykona príkaz ';
$strDropDatabaseStrongWarning = 'Chystáte sa ZRUŠI celú databázu!';
$strDrop = 'Odstráni';
$strDropUsersDb = 'Odstráni databázy s rovnakým menom ako majú používatelia.';
$strDumpingData = 'Sahujem dáta pre tabu¾ku';
$strDumpSaved = 'Dump (schéma) bol uložený do súboru %s.';
$strDumpXRows = 'Zobrazi %s riadkov od riadku %s.';
$strDynamic = 'dynamický';
 
$strEditPDFPages = 'Upravi PDF Stránky';
$strEditPrivileges = 'Upravi oprávnenia';
$strEdit = 'Upravi';
$strEffective = 'Efektívny';
$strEmptyResultSet = 'MySQL vrátil prázdny výsledok (tj. nulový poèet riadkov).';
$strEmpty = 'Vyprázdni';
$strEnabled = 'Zapnuté';
$strEncloseInTransaction = 'Uzatvori príkazy v transakcii';
$strEndCut = 'KONIEC VÝSEKU';
$strEnd = 'Koniec';
$strEndRaw = 'KONIEC TOKU';
$strEngineAvailable = 'Úložný systém %s je na tomto MySQL servri dostupný.';
$strEngineDisabled = 'Úložný systém %s bol na tomto MySQL servri deaktivovaný.';
$strEngines = 'Systémy';
$strEngineUnsupported = 'Tento MySQL server nepodporuje úložný systém %s.';
$strEnglish = 'Anglicky';
$strEnglishPrivileges = ' Poznámka: názvy MySQL oprávnení sú uvádzané v angliètine. ';
$strError = 'Chyba';
$strErrorInZipFile = 'Chyba v ZIP archíve:';
$strEscapeWildcards = 'Náhradzujúcim znakom _ a % by mal predchádza znak \, pokia¾ ich nechcete použi doslovne';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estónsky';
$strExcelEdition = 'Verzia Excelu';
$strExcelOptions = 'Nastavenie exportu do Excelu';
$strExecuteBookmarked = 'Spusti ob¾úbený dotaz';
$strExplain = 'Vysvetli SQL';
$strExport = 'Exportova';
$strExtendedInserts = 'Rozšírené vkladanie';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Nepodarených pokusov';
$strFieldHasBeenDropped = 'Pole %s bolo odstránené';
$strField = 'Pole';
$strFieldsEmpty = ' Poèet polí je prázdny! ';
$strFieldsEnclosedBy = 'Polia uzatvorené';
$strFieldsEscapedBy = 'Polia uvedené pomocou';
$strFields = 'Polia';
$strFieldsTerminatedBy = 'Polia ukonèené';
$strFileAlreadyExists = 'Súbor %s už existuje na servery, zmente názov súboru alebo zvolte prepísanie súboru.';
$strFileCouldNotBeRead = 'Súbor sa nedá preèíta';
$strFileNameTemplateRemember = 'zapamäta si vzor';
$strFileNameTemplate = 'Vzor pre názov súboru';
$strFileToImport = 'Súbor na importovanie';
$strFixed = 'pevný';
$strFlushPrivilegesNote = 'Poznámka: phpMyAdmin získava práva používate¾ov priamo z tabuliek MySQL. Obsah týchto tabuliek sa môže líši od práv, ktoré používa server, ak boli tieto tabu¾ky ruène upravené. V tomto prípade sa odporúèa vykona %sznovunaèítanie práv%s predtým ako budete pokraèova.';
$strFlushQueryCache = 'Vyprázdni vyrovnávaciu pamä príkazov';
$strFlushTables = 'Vyprázdni (uzavrie) všetky tabu¾ky';
$strFlushTable = 'Vyprázdni tabu¾ku ("FLUSH")';
$strFormat = 'Formát';
$strFormEmpty = 'Chýbajúca položka vo formulári !';
$strFreePages = 'Prázdnych stránok';
$strFullText = 'Plné texty';
$strFunction = 'Funkcia';
 
$strGenBy = 'Vygenerované';
$strGeneralRelationFeat = 'Možnosti všeobecných vzahov';
$strGeneratePassword = 'Vytvori Heslo';
$strGenerate = 'Vytvori';
$strGenTime = 'Vygenerované:';
$strGeorgian = 'Gruzínèina';
$strGerman = 'Nemecky';
$strGlobal = 'globálny';
$strGlobalPrivileges = 'Globálne práva';
$strGlobalValue = 'Globálna hodnota';
$strGo = 'Vykonaj';
$strGrantOption = 'Prideli';
$strGreek = 'Gréètina';
$strGzip = '"gzip-ované"';
 
$strHandler = 'Manipulaèná Rutina';
$strHasBeenAltered = 'bola zmenená.';
$strHasBeenCreated = 'bola vytvorená.';
$strHaveToShow = 'Zvolte prosím aspoò jeden ståpec, ktorý chcete zobrazi';
$strHebrew = 'Hebrejsky';
$strHexForBinary = 'Binárne pole vypisova v šestnástkovej sústave';
$strHome = 'Domov';
$strHomepageOfficial = 'Oficiálne stránky phpMyAdmin-a';
$strHostEmpty = 'Názov hostite¾a je prázdny!';
$strHost = 'Hostite¾';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Možnosti exportu pre Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Možnosti exportu pre Microsoft Word 2000';
$strHungarian = 'Maïarsky';
 
$strIcelandic = 'Islandèina';
$strId = 'ID';
$strIdxFulltext = 'Celý text';
$strIgnoreDuplicates = 'Ignorova opakujúce sa riadky';
$strIgnore = 'Ignorova';
$strIgnoreInserts = 'Použi IGNORE';
$strIgnoringFile = 'Ignorujem súbor %s';
$strImportDocSQL = 'Importova súbory docSQL';
$strImportFiles = 'Importova súbory';
$strImportFormat = 'Formát importovaného súboru';
$strImport = 'Import';
$strIndexes = 'Indexy';
$strIndexHasBeenDropped = 'Index pre %s bol odstránený';
$strIndex = 'Index';
$strIndexName = 'Meno indexu&nbsp;:';
$strIndexType = 'Typ indexu&nbsp;:';
$strIndexWarningMultiple = 'Pre ståpec `%s` je vytvorený viac ako jeden %s k¾úè';
$strIndexWarningPrimary = 'Na ståpec `%s` by nemal by nastavený PRIMARY a zároveò INDEX k¾úè';
$strIndexWarningTable = 'Problémy s indexami v tabu¾ke `%s`';
$strIndexWarningUnique = 'Na ståpec `%s` by nemal by nastavený UNIQUE a zároveò INDEX k¾úè';
$strInnoDBAutoextendIncrementDesc = ' Ve¾kos, o ktorú je zväèšený automaticky sa zväèšujúci priestor tabu¾ky pri zaplnení.';
$strInnoDBAutoextendIncrement = 'Navýšenie pri automatickom zväèšovaní';
$strInnoDBBufferPoolSizeDesc = 'Ve¾kos pamäte, ktorú InnoDB používa pre cachovanie dát a indexov tabuliek.';
$strInnoDBBufferPoolSize = 'Ve¾kos vyrovnávacej pamäte';
$strInnoDBDataFilePath = 'Súbory s dátami';
$strInnoDBDataHomeDirDesc = 'Spoloèná èas cesty k adresáru s InnoDB súbormi s dátami.';
$strInnoDBDataHomeDir = 'Domovský adresár pre dáta';
$strInnoDBPages = 'stránok';
$strInnodbStat = 'Stav InnoDB';
$strInsecureMySQL = 'Konfiguraèný súbor obsahuje nastavenia (root bez hesla), ktoré zodpovedajú predvolenému privilegovanému MySQL úètu. Ak MySQL server beží s týmto nastavením, nie je zabezpeèený proti napadnutiu, táto bezpeènostná chyba by mala by urýchlene odstránená.';
$strInsertAsNewRow = 'Vloži ako nový riadok';
$strInsertedRowId = 'Id vloženého riadku:';
$strInsertedRows = 'Vložené riadky:';
$strInsertNewRow = 'Vloži nový riadok';
$strInsert = 'Vloži';
$strInternalNotNecessary = '* Vnútorný vzah nie je nutný ak už vzah existuje v InnoDB.';
$strInternalRelations = 'Interné vzahy';
$strInUse = 'práve sa používa';
$strInvalidAuthMethod = 'V konfigurácii je nastavená nesprávna autentifikaèná metóda:';
$strInvalidColumn = 'Bol zadaný chybný ståpec (%s)!';
$strInvalidColumnCount = 'Poèet ståpcov musí by väèší ako nula.';
$strInvalidFieldAddCount = 'Musíte prida aspoò jeden ståpec.';
$strInvalidFieldCount = 'Tabu¾ka musí obsahova aspoò jeden ståpec.';
$strInvalidLDIImport = 'Tento plug-in nepodporuje import komprimovaných súborov!';
$strInvalidRowNumber = '%d nie je platné èíslo riadku.';
 
$strJapanese = 'Japonèina';
$strJoins = 'Zjednotenia';
$strJumpToDB = 'Na databázu &quot;%s&quot;.';
$strJustDeleteDescr = '&quot;Odstránení&quot; používatelia budú ma k serveru ako predtým až do znovunaèítania práv.';
$strJustDelete = 'Iba odstráni používate¾lov z tabuliek práv.';
 
$strKeepPass = 'Nezmeni heslo';
$strKeyCache = 'Vyrovnávacia pamä k¾úèov';
$strKeyname = 'K¾úèový názov';
$strKill = 'Zabi';
$strKorean = 'Kórejèina';
 
$strLandscape = 'Na šírku';
$strLatchedPages = 'Uzavretých stránok';
$strLatexCaption = 'Nadpis tabu¾ky';
$strLatexContent = 'Obsah tabu¾ky __TABLE__';
$strLatexContinuedCaption = 'Nadpis pokraèovania tabu¾ky';
$strLatexContinued = '(pokraèovanie)';
$strLatexIncludeCaption = 'Zahrnú nadpis tabu¾ky';
$strLatexLabel = 'Návestie';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Nastavenia LaTeX';
$strLatexStructure = 'Štruktúra tabu¾ky __TABLE__';
$strLatvian = 'Lotyšstina';
$strLDI = 'CSV pomocou LOAD DATA';
$strLDIImportOptions = 'Nastavenia CSV importu pomocou LOAD DATA';
$strLDILocal = 'Použi k¾úèové slovo LOCAL';
$strLengthSet = 'Dåžka/Nastavi*';
$strLimitNumRows = 'záznamov na stránku';
$strLinesTerminatedBy = 'Riadky ukonèené';
$strLinkNotFound = 'Linka nebola nájdená';
$strLinksTo = 'Linkova na';
$strLithuanian = 'Litovsky';
$strLocalhost = 'Lokálny';
$strLocationTextfile = 'Lokácia textového súboru';
$strLoginInformation = 'Prihlásenie';
$strLogin = 'Login';
$strLogout = 'Odhlási sa';
$strLogPassword = 'Heslo:';
$strLogServer = 'Server';
$strLogUsername = 'Používate¾:';
$strLongOperation = 'Táto operácia môže trva ve¾mi dlho. Chcete ju aj napriek tomu vykona?';
 
$strMaxConnects = 'max. súèasných pripojení';
$strMaximalQueryLength = 'Maximálna ve¾kos vytvoreného príkazu';
$strMaximumSize = 'Maximálna ve¾kos: %s%s';
$strMbExtensionMissing = 'Mbstring rozšírenie pre PHP nebolo nájdené a zjavne používate viacbajtovú znakovú sadu. Bez tohto rozšírenia nie je phpMyAdmin schopný korektne rozde¾ova reazce kódované v týchto znakových sadách a môže to vies k neèakaným výsledkom.';
$strMbOverloadWarning = 'V nastavení PHP je aktívna funkcia mbstring.func_overload, ktorá nie je kompatibilná s phpMyAdmin-om a môže spôsobi stratu dát!';
$strMIME_available_mime = 'Dostupné MIME typy';
$strMIME_available_transform = 'Dostupné transformácie';
$strMIME_description = 'Popis';
$strMIME_MIMEtype = 'MIME typ';
$strMIME_nodescription = 'Nie je dostupný žiadny popis pre túto transformáciu.<br />Kontaktujte autora, ktorý %s vytára.';
$strMIME_transformation_note = 'Pre zoznam dostupných parametrov a ich MIME typov kliknite na %spopisy transformácií';
$strMIME_transformation_options_note = 'Prosím zadajte hodnoty pre parametre transformácie v nasledujúcom tvare: \'a\',\'b\',\'c\'...<br />Ak potrebujete použi spätné lomítko ("\") alebo jednoduché úvodzovky ("\'") medzi týmito hodnotami, vložte pred nich spätné lomítko (napr. \'\\\\xyz\' alebo \'a\\\'b\').';
$strMIME_transformation_options = 'Parametre transformácie';
$strMIME_transformation = 'Transformácia pri prehliadaní';
$strMIMETypesForTable = 'MIME TYPY PRE TABU¼KU';
$strMIME_without = 'MIME typy zobrazené kurzívou nemajú vlastnú transformaènú funkciu';
$strModifications = 'Zmeny boli uložené';
$strModifyIndexTopic = 'Modifikova index';
$strModify = 'Zmeni';
$strMoveTableOK = 'Tabu¾ka %s bola presunutá do %s.';
$strMoveTable = 'Presunú tabu¾ku do (databáza<b>.</b>tabu¾ka):';
$strMoveTableSameNames = 'Nedá sa presunú tabu¾ka sama do seba!';
$strMultilingual = 'mnohojazyèný';
$strMyISAMDataPointerSizeDesc = 'Prednastavená ve¾kos smerníka na dáta v bajtoch, používaná pri vytváraní MyISAM tabuliek príkazom CREATE TABLE, v prípade keï nie je zadaná hodnota MAX_ROWS.';
$strMyISAMDataPointerSize = 'Ve¾kos smerníka na dáta';
$strMyISAMMaxExtraSortFileSizeDesc = 'Ak je ve¾kos doèasného súboru, použitého pre rýchlejšie vytváranie MyISAM indexov, väèšia ako pri použití cache, použije sa metóda cachovania indexu.';
$strMyISAMMaxExtraSortFileSize = 'Maximálna ve¾kos doèasných súborov pre vytvorenie indexu';
$strMyISAMMaxSortFileSizeDesc = 'Maximálna ve¾kos doèasného súboru, ktorý môže MySQL použi pri obnove MyISAM indexu (poèas vykonávania príkazov REPAIR TABLE, ALTER TABLE alebo LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximálna ve¾kos doèasných zoraïovacích súborov';
$strMyISAMRecoverOptionsDesc = 'Režim automatickej obnovy poškodených MyISAM tabuliek, ktorý sa dá nastavi parametrom --myisam-recover pri spúšaní servra.';
$strMyISAMRecoverOptions = 'Režim automatickej obnovy';
$strMyISAMRepairThreadsDesc = 'Ak je táto hodnota vyššia ako 1, poèas procesu Opravy Zoradením sú indexy MyISAM tabu¾ky vytvárané paralelne (každý index vo svojom vlákne).';
$strMyISAMRepairThreads = 'Opravné vlákna';
$strMyISAMSortBufferSizeDesc = 'Pamä, ktorá je alokovaná pri zoraïovaní MyISAM indexov poèas vykonávania príkazu REPAIR TABLE, alebo pri vytváraní indexov príkazmi CREATE INDEX alebo ALTER TABLE.';
$strMyISAMSortBufferSize = 'Ve¾kos zoraïovacej pamäte';
$strMySQLCharset = 'Znaková sada v MySQL';
$strMySQLConnectionCollation = 'Overenie MySQL spojenia';
$strMySQLSaid = 'MySQL hlási: ';
$strMySQLShowProcess = 'Zobrazi procesy';
$strMySQLShowStatus = 'Zobrazi MySQL informácie o behu';
$strMySQLShowVars = 'Zobrazi MySQL systémové premenné';
 
$strName = 'Názov';
$strNext = 'Ïalší';
$strNoActivity = 'Boli ste neaktívni viac ako %s sekúnd, prihláste sa prosím znovu';
$strNoDatabases = 'Žiadne databázy';
$strNoDatabasesSelected = 'Neboli vybrané žiadne databázy.';
$strNoDescription = 'bez Popisu';
$strNoDetailsForEngine = 'Pre tento úložný systém nie sú dostupné žiadne podrobnejšie informácie.';
$strNoDropDatabases = 'Možnos "DROP DATABASE" vypnutá.';
$strNoExplain = 'Preskoèi vysvetlenie SQL';
$strNoFilesFoundInZip = 'V ZIP archíve neboli nájdené žiadne súbory!';
$strNoFrames = 'phpMyAdmin funguje lepšie s prehliadaèmi podporujúcimi <b>rámy</b>.';
$strNoIndex = 'Nebol definovaný žiadny index!';
$strNoIndexPartsDefined = 'Èasti indexu neboli definované!';
$strNoModification = 'Žiadna zmena';
$strNone = 'Žiadny';
$strNo = 'Nie';
$strNoOptions = 'Tento formát nemá žiadne nastavenia';
$strNoPassword = 'Žiadne heslo';
$strNoPermission = 'Web server nemá oprávenia na uloženie do súboru %s.';
$strNoPhp = 'bez PHP kódu';
$strNoPrivileges = 'Žiadne oprávnenia';
$strNoRights = 'Nemáte dostatoèné práva na vykonanie tejto akcie!';
$strNoRowsSelected = 'Nebol vybraný žiadny riadok';
$strNoSpace = 'Nedostatok miesta pre uloženie súboru %s.';
$strNoTablesFound = 'Neboli nájdené žiadne tabu¾ky v tejto datábaze.';
$strNoThemeSupport = 'Zmena vzh¾adu nie je podporovaná, skontrolujte si nastavenia a vzh¾ady v adresári %s.';
$strNothingToImport = 'Neboli zadané žiadne dáta na import!';
$strNotNumber = 'Toto nie je èíslo!';
$strNotOK = 'chyba';
$strNotSet = 'Tabu¾ka <b>%s</b> nebola nájdená alebo nie je nastavená v %s';
$strNoUsersFound = 'Nebol nájdený žiadny používate¾.';
$strNoValidateSQL = 'Preskoèi potvrdenie platnosti SQL';
$strNull = 'Nulový';
$strNumberOfFields = 'Poèet polí';
$strNumSearchResultsInTable = '%s výskyt(ov)v tabu¾ke <i>%s</i>';
$strNumSearchResultsTotal = '<b>Celkovo:</b> <i>%s</i> výskyt(ov)';
$strNumTables = 'Tabu¾ky';
 
$strOK = 'OK';
$strOperations = 'Operácie';
$strOperator = 'Operátor';
$strOptimizeTable = 'Optimalizova tabu¾ku';
$strOr = 'alebo';
$strOverhead = 'Naviac';
$strOverwriteExisting = 'Prepísa existujúci súbor(y)';
 
$strPageNumber = 'Èíslo stránky:';
$strPagesToBeFlushed = 'Stránok urèených k uvo¾neniu';
$strPaperSize = 'Ve¾kos stránky';
$strPartialImport = 'Èiastoèný import';
$strPartialText = 'Èiastoèné texty';
$strPasswordChanged = 'Heslo pre %s bolo úspešne zmenené.';
$strPasswordEmpty = 'Heslo je prázdne!';
$strPasswordHashing = 'Hashovanie hesla';
$strPassword = 'Heslo';
$strPasswordNotSame = 'Heslá sa nezhodujú!';
$strPdfDbSchema = 'Schéma databázy "%s" - Strana %s';
$strPdfInvalidTblName = 'Tabu¾ka "%s" neexistuje!';
$strPdfNoTables = 'Žiadne tabu¾ky';
$strPerHour = 'za hodinu';
$strPerMinute = 'za minútu';
$strPerSecond = 'za sekundu';
$strPersian = 'Perština';
$strPhoneBook = 'adresár';
$strPHP40203 = 'Používate PHP 4.2.3, ktoré ma vážnu chybu pri práci s viac bajtovými znakmi (mbstring). V PHP je táto chyba zdokumentovaná pod èíslom 19404. Nedoporuèuje sa používa túto verziu PHP s phpMyAdminom.';
$strPHPVersion = 'Verzia PHP';
$strPhp = 'Vytvori PHP kód';
$strPmaDocumentation = 'phpMyAdmin Dokumentácia';
$strPmaUriError = 'Direktíva <tt>$cfg[\'PmaAbsoluteUri\']</tt> v konfiguraènom súbore MUSÍ by nastavená!';
$strPolish = 'Po¾ština';
$strPortrait = 'Na výšku';
$strPos1 = 'Zaèiatok';
$strPrevious = 'Predchádzajúci';
$strPrimaryKeyHasBeenDropped = 'Primárny k¾úè bol zrušený';
$strPrimaryKeyName = 'Názov primárneho k¾úèa musí by... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>musí</b> by <b>iba</b> meno primárneho k¾úèa!)';
$strPrimary = 'Primárny';
$strPrintViewFull = 'Náh¾ad tlaèe (s kompletnými textami)';
$strPrintView = 'Náh¾ad k tlaèi';
$strPrint = 'Vytlaèi';
$strPrivDescAllPrivileges = 'Všetky oprávnenia okrem GRANT.';
$strPrivDescAlter = 'Povolí meni štruktúru existujúcich tabuliek.';
$strPrivDescAlterRoutine = 'Umožòuje upravova a odstraòova uložené procedúry.';
$strPrivDescCreateDb = 'Povolí vytváranie nových databáz a tabuliek.';
$strPrivDescCreateRoutine = 'Umožòuje vytvára uložené procedúry.';
$strPrivDescCreateTbl = 'Povolí vytváranie nových tabuliek.';
$strPrivDescCreateTmpTable = 'Povolí vytváranie doèasných tabuliek.';
$strPrivDescCreateUser = 'Umožòuje vytvára, odstraòova a premenováva užívate¾ské kontá.';
$strPrivDescCreateView = 'Umožòuje vytvára nové náh¾ady.';
$strPrivDescDelete = 'Povolí mazanie dát.';
$strPrivDescDropDb = 'Povolí odstraòovanie databáz a tabuliek.';
$strPrivDescDropTbl = 'Povolí odstraòovanie tabuliek.';
$strPrivDescExecute5 = 'Umožòuje spúša uložené procedúry.';
$strPrivDescExecute = 'Povolí spúšanie uložených procedúr. Nefunguje v tejto verzii MySQL.';
$strPrivDescFile = 'Povolí importovanie a exportovanie dát zo/do súborov na serveri.';
$strPrivDescGrant = 'Povolí pridávanie uživatelov a práv bez znovunaèítania tabuliek práv.';
$strPrivDescIndex = 'Povolí vytváranie a mazanie indexov.';
$strPrivDescInsert = 'Povolí vkladanie a nahradzovanie dát.';
$strPrivDescLockTables = 'Povolí zmaknutie tabuliek pre aktuálne vlákno.';
$strPrivDescMaxConnections = 'Obmedzí poèet nových spojení, ktoré môže používate¾ vytvori za hodinu.';
$strPrivDescMaxQuestions = 'Obmedzí poèet dotazov, ktoré môže používate¾ odosla za hodinu.';
$strPrivDescMaxUpdates = 'Obmedzí poèet príkazov meniacich tabu¾ku alebo databázu, ktorá môže používate¾ odosla za hodinu.';
$strPrivDescMaxUserConnections = 'Obmedzuje poèet simultánnych pripojení užívate¾a.';
$strPrivDescProcess3 = 'Povolí zabíjanie procesov iným používate¾lom.';
$strPrivDescProcess4 = 'Povolí prezeranie kompletných dotazov v zozname procesov.';
$strPrivDescReferences = 'Nefunguje v tejto verzii MySQL.';
$strPrivDescReload = 'Povolí znovunaèítanie nastavení a vyprázdòovanie vyrovnávacích pamätí serveru.';
$strPrivDescReplClient = 'Povolí používate¾ovi zisti kde je hlavný / pomocný server.';
$strPrivDescReplSlave = 'Potrebné pre replikáciu pomocných serverov.';
$strPrivDescSelect = 'Povolí èítanie dát.';
$strPrivDescShowDb = 'Povolí prístup ku kompletnému zoznamu databáz.';
$strPrivDescShowView = 'Umožòuje spúša príkazy so SHOW CREATE VIEW.';
$strPrivDescShutdown = 'Povolí vypnutie serveru.';
$strPrivDescSuper = 'Povolí spojenie aj v prípade, že bol dosiahnutý maximálny poèet spojení. Potrebné pre väèšinu operácií pri správe serveru ako nastavovanie globálny premenných alebo zabíjanie procesov iných používate¾ov.';
$strPrivDescUpdate = 'Povolí menenie dát.';
$strPrivDescUsage = 'Žiadne práva.';
$strPrivileges = 'Oprávnenia';
$strPrivilegesReloaded = 'Práva boli úspešne znovunaèítané.';
$strProcesslist = 'Zoznam procesov';
$strPutColNames = 'Prida názvy polí na prvý riadok';
 
$strQBEDel = 'Zmaza';
$strQBE = 'Dotaz pod¾a príkladu';
$strQBEIns = 'Vloži';
$strQueryCache = 'Vyrovnávacia pamä príkazov';
$strQueryFrame = 'SQL okno';
$strQueryOnDb = ' SQL dotaz v databáze <b>%s</b>:';
$strQuerySQLHistory = 'SQL história';
$strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
$strQueryTime = 'Dotaz zabral %01.4f sek.';
$strQueryType = 'Typ dotazu';
$strQueryWindowLock = 'Neprepisova tento dotaz z hlavného okna';
 
$strReadRequests = 'Požiadavkov na èítanie';
$strReceived = 'Prijaté';
$strRecords = 'Záznamov';
$strReferentialIntegrity = 'Skontrolova referenènú integritu:';
$strRefresh = 'Obnovi';
$strRelationalSchema = 'Relaèná schéma';
$strRelationNotWorking = 'Prídavné vlastnosti pre prácu s prepojenými tabu¾kami boli deaktivované. Ak chcete zisti preèo, kliknite %ssem%s.';
$strRelationsForTable = 'VZAHY PRE TABU¼KU';
$strRelations = 'Prepojenia';
$strRelationView = 'Zobrazi spojitosti';
$strReloadingThePrivileges = 'Znovunaèítanie práv';
$strReloadMySQL = 'Znovu-naèíta MySQL';
$strRemoveSelectedUsers = 'Odstráni vybraných používate¾ov';
$strRenameDatabaseOK = 'Databáza %s bola premenovaná na %s';
$strRenameTableOK = 'Tabu¾ka %s bola premenovaná na %s';
$strRenameTable = 'Premenova tabu¾ku na';
$strRepairTable = 'Opravi tabu¾ku';
$strReplaceNULLBy = 'Nahradi NULL hodnoty';
$strReplaceTable = 'Nahradi dáta v tabu¾ke súborom';
$strReplication = 'Replikácia';
$strReset = 'Pôvodné (Reset)';
$strResourceLimits = 'Obmedzenie zdrojov';
$strReType = 'Potvrdi';
$strRevokeAndDeleteDescr = 'Užívatelia budú ma stále právo USAGE (používanie) až do znovunaèítania práv.';
$strRevokeAndDelete = 'Odobranie všetkých aktívnych práv používate¾om a ich následné odstránenie.';
$strRevokeMessage = 'Boli zrušené oprávnenia pre %s';
$strRevoke = 'Zruši';
$strRomanian = 'Rumunština';
$strRowLength = 'Dåžka riadku';
$strRowsFrom = 'riadky zaèínajú od';
$strRowSize = ' Ve¾kos riadku ';
$strRowsModeFlippedHorizontal = 'vodorovnom (otoèené hlavièky)';
$strRowsModeHorizontal = 'horizontálnom';
$strRowsModeOptions = 'v(o) %s móde a opakova hlavièky po každých %s bunkách';
$strRowsModeVertical = 'vertikálnom';
$strRows = 'Riadkov';
$strRowsStatistic = 'Štatistika riadku';
$strRunning = 'beží na %s';
$strRunQuery = 'Odošli dotaz';
$strRunSQLQueryOnServer = 'Spusti SQL príkaz(y) na servri %s';
$strRunSQLQuery = 'Spusti SQL dotaz/dotazy na databázu %s';
$strRussian = 'Ruština';
 
$strSaveOnServer = 'Uloži na server do adresára %s';
$strSave = 'Uloži';
$strScaleFactorSmall = 'Mierka je príliš mala na roztiahnutie schémy na stránku';
$strSearchFormTitle = 'H¾ada v databáze';
$strSearch = 'H¾ada';
$strSearchInTables = 'V tabu¾ke(ách):';
$strSearchNeedle = 'Slovo(á) alebo hodnotu(y), ktoré chcete vyh¾ada (nahradzujúci znak: "%"):';
$strSearchOption1 = 'najmenej jedno zo slov';
$strSearchOption2 = 'všetky slová';
$strSearchOption3 = 'presný výraz';
$strSearchOption4 = 'ako regulárny výraz';
$strSearchResultsFor = 'Preh¾ada výsledky na "<i>%s</i>" %s:';
$strSearchType = 'Nájdi:';
$strSecretRequired = 'Nastavte prosím k¾úè pre šifrovanie cookies v konfiguraènom súbore (blowfish_secret).';
$strSelectADb = 'Prosím vyberte si databázu';
$strSelectAll = 'Oznaèi všetko';
$strSelectBinaryLog = 'Vyberte binárny log na zobrazenie';
$strSelectFields = 'Zvoli pole (najmenej jedno):';
$strSelectNumRows = 'v dotaze';
$strSelectTables = 'Vybra Tabu¾ky';
$strSend = 'Pošli';
$strSent = 'Odoslané';
$strServerChoice = 'Vo¾ba serveru';
$strServerNotResponding = 'Server neodpovedá';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Odložené vloženia';
$strServerStatus = 'Stav serveru';
$strServerStatusUptime = 'Tento server beží %s. Bol spustený %s.';
$strServerTabProcesslist = 'Procesy';
$strServerTabVariables = 'Premenné';
$strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
$strServerVars = 'Premenné a nastavenia serveru';
$strServerVersion = 'Verzia serveru';
$strSessionValue = 'Hodnota sedenia';
$strSetEnumVal = 'Ak je pole typu "enum" alebo "set", prosím zadávajte hodnoty v tvare: \'a\',\'b\',\'c\'...<br />Ak dokonca potrebujete zada spätné lomítko ("\") alebo apostrof ("\'") pri týchto hodnotách, zadajte ich napríklad takto \'\\\\xyz\' alebo \'a\\\'b\'.';
$strShowAll = 'Zobrazi všetko';
$strShowColor = 'Zobrazi farbu';
$strShowDatadictAs = 'Formát dátového slovníka';
$strShowFullQueries = 'Zobrazi kompletné dotazy';
$strShowGrid = 'Zobrazi mriežku';
$strShowingBookmark = 'Zobrazujem ob¾úbený príkaz';
$strShowingRecords = 'Ukáza záznamy ';
$strShowOpenTables = 'Zobrazi otvorené tabu¾ky';
$strShowPHPInfo = 'Zobrazi informácie o PHP';
$strShowSlaveHosts = 'Zobrazi podriadené hosty';
$strShowSlaveStatus = 'Zobrazi stav podriadených hostov';
$strShowStatusBinlog_cache_disk_useDescr = 'Poèet transakcií, ktoré využili doèasnú vyrovnávaciu pamä binárneho logu, ale zároveò prekroèili hodnotu binlog_cache_size a museli tak použi doèasný súbor na uloženie príkazov transakcie.';
$strShowStatusBinlog_cache_useDescr = 'Poèet transakcií, ktoré využili vyrovnávaciu pamä binárneho logu.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Poèet doèasných tabuliek automaticky vytvorených servrom pri vykonávaní príkazov. Ak je hodnota Created_tmp_disk_tables príliš vysoká, môžte zvýši hodnotu tmp_table_size, aby boli doèasné tabu¾ky ukladané do pamäte a nie na disk.';
$strShowStatusCreated_tmp_filesDescr = 'Poèet doèasných súborov vytvorených servrom mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'Poèet doèasných, v pamäti uložených tabuliek, vytvorených servrom pri vykonávaní príkazov.';
$strShowStatusDelayed_errorsDescr = 'Poèet riadkov pridaných príkazom INSERT DELAYED, pri ktorých sa vyskytla chyba (pravdepodobne opakujúci sa k¾úè).';
$strShowStatusDelayed_insert_threadsDescr = 'Poèet vlákien používaných príkazmi INSERT DELAYED. Každá samostatná tabu¾ka, na ktorú je použitý príkaz INSERT DELAYED, ma svoje vlastné vlákno.';
$strShowStatusDelayed_writesDescr = 'Poèet riadkov vložených príkazom INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Poèet vykonaných príkazov FLUSH.';
$strShowStatusHandler_commitDescr = 'Poèet interných príkazov COMMIT.';
$strShowStatusHandler_deleteDescr = 'Ko¾kokrát bol z tabu¾ky odstránený riadok.';
$strShowStatusHandler_discoverDescr = 'MySQL server môže zasla požiadavku NDB Clustru, èi nevie o existencii tabu¾ky s daným menom. Tento proces sa nazýva objavovanie. Handler_discover zobrazuje poèet doposia¾ objavených tabuliek.';
$strShowStatusHandler_read_firstDescr = 'Poèet preèítaní prvej položky indexu. Ak je táto hodnota príliš vysoká, znamená to že server vykonáva príliš ve¾a kompletných prechádzaní indexov; napríklad, SELECT col1 FROM foo, za predpokladu že col1 je indexovaný.';
$strShowStatusHandler_read_keyDescr = 'Poèet požiadavkov na naèítanie riadku pod¾a k¾úèa. Ak je táto hodnota vysoká, je to dobrým znamením že sú príkazy a tabu¾ky správne indexované.';
$strShowStatusHandler_read_nextDescr = 'Poèet požiadavkov na naèítanie nasledujúceho riadku v poradí pod¾a k¾úèa. Táto hodnota sa zvyšuje ak sa naèítava indexovaný ståpec v danom rozsahu alebo ak sa vykonáva preh¾adávanie indexu.';
$strShowStatusHandler_read_prevDescr = 'Poèet požiadavkov na naèítanie predchádzajúceho riadku pod¾a k¾úèa. Táto èítacia metóda sa použiva hlavne na optimalizáciu príkazov typu ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Poèet požiadavkov na naèítanie riadku na základe urèitej pozície. Táto hodnota je vysoká, ak sa vykonáva ve¾a príkazov, ktoré si vyžadujú zoradenie výsledku. Pravdepodobne sa použiva ve¾a príkazov, kvôli ktorým musí MySQL kompletne preh¾adáva tabu¾ky, alebo sa používajú zjednotenia, ktoré správne nevyužívajú k¾úèe.';
$strShowStatusHandler_read_rnd_nextDescr = 'Poèet požiadavkov na naèítanie nasledujúceho riadku. Táto hodnota je vysoká, ak sa vykonáva ve¾a kompletných preh¾adávaní tabuliek. Znamená to že buï tabu¾ky nie sú správne indexované alebo príkazy nedostatoène využívajú dostupné indexy.';
$strShowStatusHandler_rollbackDescr = 'Poèet interných príkazov ROLLBACK.';
$strShowStatusHandler_updateDescr = 'Poèet požiadavkov na zmenu záznamu (riadku) v tabu¾ke.';
$strShowStatusHandler_writeDescr = 'Poèet požiadavkov na vloženie nového záznamu (riadku) do tabu¾ky.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Poèet stránok obsahujúcich dáta (neèistých aj èistých).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Poèet neèistých stránok.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Poèet stránok, na ktoré je požiadavka na vyprázdnenie.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Poèet vo¾ných stránok.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Poèet uzamknutých stránok v InnoDB vyrovnávacej pamäti. Z týchto stránok sa momentálne èíta alebo zapisuje, prípadne nemôžu by vyprázdnené ani odstránené z nejakého iného dôvodu.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Poèet momentálne neprístupných stránok z dôvodu úèasti na administratívnych úèeloch ako napr. uzamkýnanie riadkov alebo adaptívny hash index. Táto hodnota sa tiež môže vypoèíta ako Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Celkový poèet stránok vo vyrovnávacej pamäti InnoDB.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Poèet "náhodných" predèítaní vykonaných InnoDB. Táto situácia nastáva pri príkazoch, ktoré preh¾adávajú ve¾kú èas tabu¾ky, ale v náhodnom poradí.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Poèet sekvenèných predèítaní vykonaných InnoDB. Táto situácia nastáva pri vykonávaní sekvenèného preh¾adávania celej tabu¾ky.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Poèet požiadavkov na logické naèítavanie.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Poèet logických naèítaní, ktoré sa nemohli vykona z vyrovnávacej pamäte a namiesto toho bolo vykonané naèítanie celej jednej stránky.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normálne sa zápis do vyrovnávacej pamäte InnoDB vykonáva v pozadí. Ak však nie sú pri požiadavke na naèítanie alebo vytvorenie stránky dostupné žiadne èisté stránky, je potrebné poèka na ich vyèistenie. Táto hodnota zobrazuje poèet týchto èakaní a ak bola správne nastavená ve¾kos vyrovnávacej pamäte, mala by by nízka.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Poèet zápisov do vyrovnávacej pamäte InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'Poèet vykonaných fsync() operácií.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Aktuálny poèet prebiehajúcich fsync() operácií.';
$strShowStatusInnodb_data_pending_readsDescr = 'Poèet aktuálne prebiehajúcich naèítavaní.';
$strShowStatusInnodb_data_pending_writesDescr = 'Poèet aktuálne prebiehajúcich zápisov.';
$strShowStatusInnodb_data_readDescr = 'Množstvo už naèítaných dát, v bajtoch.';
$strShowStatusInnodb_data_readsDescr = 'Celkový poèet naèítaní dát.';
$strShowStatusInnodb_data_writesDescr = 'Celkový poèet zápisov dát.';
$strShowStatusInnodb_data_writtenDescr = 'Množstvo už zapísaných dát, v bajtoch.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_dblwr_writesDescr = 'Poèet vykonaných dvojitých zápisov a poèet stránok zapísaných pre tento úèel.';
$strShowStatusInnodb_log_waitsDescr = 'Poèet èakaní na vyprázdnenie vyrovnávacej pamäte logu z dôvodu jej zaplnenia.';
$strShowStatusInnodb_log_write_requestsDescr = 'Poèet požiadaviek na zápis do logovacieho súboru.';
$strShowStatusInnodb_log_writesDescr = 'Poèet fyzických zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Poèet fsync zápisov vykonaných na logovacom súbore.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Poèet prebiehajúcich synchronizácií logovacieho súboru.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Poèet prebiehajúcich zápisov do logovacieho súboru.';
$strShowStatusInnodb_os_log_writtenDescr = 'Množstvo bajtov zapísaných do logovacieho súboru.';
$strShowStatusInnodb_pages_createdDescr = 'Poèet vytvorených stránok.';
$strShowStatusInnodb_page_sizeDescr = 'Ve¾kos nakompilovanej InnoDB stránky (prednastavených je 16KB). Viacero hodnôt sa udáva v stránkach; pomocou ve¾kosti stránky je možné ich premeni na bajty.';
$strShowStatusInnodb_pages_readDescr = 'Poèet naèítaných stránok.';
$strShowStatusInnodb_pages_writtenDescr = 'Poèet zapísaných stránok.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Poèet zámkov na riadky, na ktoré sa èaká.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Priemerný èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_timeDescr = 'Celkový èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximálny èas potrebný na získanie zámku na riadok, v milisekundách.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Ko¾kokrát sa muselo èaka na zámok na riadok.';
$strShowStatusInnodb_rows_deletedDescr = 'Poèet záznamov (riadkov) odstránených z InnoDB tabuliek.';
$strShowStatusInnodb_rows_insertedDescr = 'Poèet záznamov (riadkov) vložených do InnoDB tabuliek.';
$strShowStatusInnodb_rows_readDescr = 'Poèet naèítaných záznamov (riadkov) z InnoDB tabuliek.';
$strShowStatusInnodb_rows_updatedDescr = 'Poèet upravených záznamov (riadkov) v InnoDB tabu¾kách.';
$strShowStatusKey_blocks_not_flushedDescr = 'Poèet zmenených k¾úèových blokov vo vyrovnávacej pamäti k¾úèov, ktoré ešte neboli zapísané na disk. Predtým sa táto hodnota nazývala Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Poèet nevyužitých blokov vo vyrovnávacej pamäti k¾úèov. Z tejto hodnoty môžete zisti ko¾ko vyrovnávacej pamäte sa práve používa.';
$strShowStatusKey_blocks_usedDescr = 'Poèet využitých blokov vo vyrovnávacej pamäti k¾úèov. Táto hodnota urèuje najväèšie množstvo blokov, ktoré kedy naraz použité.';
$strShowStatusKey_read_requestsDescr = 'Poèet požiadavkov na naèítanie k¾úèového bloku z vyrovnávacej pamäti.';
$strShowStatusKey_readsDescr = 'Poèet naèítaní k¾úèového bloku priamo z disku. Ak je táto hodnota príliš ve¾ká, väèšinou to znamená, že ve¾kos vyrovnávacej pamäti (key_buffer_size) je príliš malá. Úspešnos vyrovnávacej pamäte si môžte vypoèíta zo vzahu Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Poèet požiadavkov na zápis k¾úèového bloku do vyrovnávacej pamäti.';
$strShowStatusKey_writesDescr = 'Poèet fyzických zápisov k¾úèového bloku na disk.';
$strShowStatusLast_query_costDescr = 'Celkové náklady na posledný kompilovaný príkaz, vypoèítané optimizérom príkazov. Užitoèné na porovnávanie nákladov na rôzne príkazy pre tú istú požiadavku. Prednastavená hodnota 0 znamená, že doposia¾ neboli skompilované žiadne príkazy.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Poèet riadkov èakajúcich na zápis cez INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'Poèet doposia¾ otvorených tabuliek. Ak je táto hodnota príliš vysoká, pravdepodobne je vyrovnávacia pamä pre tabu¾ky príliš malá.';
$strShowStatusOpen_filesDescr = 'Poèet otvorených súborov.';
$strShowStatusOpen_streamsDescr = 'Poèet otvorených streamov (väèšinou využívané na logovanie).';
$strShowStatusOpen_tablesDescr = 'Poèet práve otvorených tabuliek.';
$strShowStatusQcache_free_blocksDescr = 'Množstvo vo¾ných pamäových blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusQcache_free_memoryDescr = 'Ve¾kos vo¾nej pamäti pre vyrovnávaciu pamä príkazov.';
$strShowStatusQcache_hitsDescr = 'Poèet zásahov vyrovnávacej pamäti.';
$strShowStatusQcache_insertsDescr = 'Poèet príkazov pridaných do vyrovnávacej pamäti.';
$strShowStatusQcache_lowmem_prunesDescr = 'Poèet príkazov, ktoré boli odstránené z vyrovnácej pamäti na uvo¾nenie pamäti pre nové príkazy. Táto hodnota vám môže pomôc pri upravovaní ve¾kosti vyrovnávacej pamäti príkazov. Na výber príkazov na odstránenie z vyrovnávacej pamäti sa používa stratégia LRU (tzn. najdlhšie nepoužité príkazy budú odstránené ako prvé).';
$strShowStatusQcache_not_cachedDescr = 'Poèet príkazov neumiestnených do vyrovnávacej pamäti (nie sú cachovate¾né alebo nevyhovujú nastaveniu query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Poèet príkazov registrovaných vo vyrovnávacej pamäti.';
$strShowStatusQcache_total_blocksDescr = 'Celkové množstvo blokov vo vyrovnávacej pamäti príkazov.';
$strShowStatusReset = 'Vynulova';
$strShowStatusRpl_statusDescr = 'Stav failsafe replikácie (zatia¾ neimplementované).';
$strShowStatusSelect_full_joinDescr = 'Poèet spojení, ktoré nevyužívajú indexy. Ak sa táto hodnota nerovná 0, mali by ste starostlivo skontrolova indexy vašich tabuliek.';
$strShowStatusSelect_full_range_joinDescr = 'Poèet spojení, ktoré na referenènej tabu¾ke využili intervalové vyh¾adávanie.';
$strShowStatusSelect_range_checkDescr = 'Poèet spojení bez k¾úèov, ktoré kontrolovali použitie k¾úèa na každom riadku (ak táto hodnota nie je 0, mali by ste starostlivo skontrolova indexy vašich tabuliek).';
$strShowStatusSelect_rangeDescr = 'Poèet spojení, ktoré na prvej tabu¾ke využili intervalové vyh¾adávanie (táto hodnota nie je kritická ani v prípade, že je vysoká).';
$strShowStatusSelect_scanDescr = 'Poèet spojení, ktoré vykonali kompletné preh¾adanie prvej tabu¾ky.';
$strShowStatusSlave_open_temp_tablesDescr = 'Poèet doèasných tabuliek, otvorených podriadeným SQL vláknom.';
$strShowStatusSlave_retried_transactionsDescr = 'Celkový poèet (od spustenia) pokusov replikaèného podriadeného SQL vlákna o znovuobnovenie transakcie.';
$strShowStatusSlave_runningDescr = 'Táto položka obsahuje hodnotu ON ak je tento server podriadeným a je pripojený k prislúchajúcemu nadriadenému servru.';
$strShowStatusSlow_launch_threadsDescr = 'Poèet vlákien, ktorých vytvorenie zabralo viac ako je hodnota slow_launch_time.';
$strShowStatusSlow_queriesDescr = 'Poèet príkazov, ktorých vykonanie zabralo viac ako je hodnota long_query_time.';
$strShowStatusSort_merge_passesDescr = 'Poèet zluèovacích prechodov, ktoré musel vykona zoraïovací algoritmus. Ak je táto hodnota prílis ve¾ká, mali by ste pouvažova nad zvýšením hodnoty systémového nastavania sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Poèet rozsahom obmedzených zoraïovaní.';
$strShowStatusSort_rowsDescr = 'Poèet zoradených riadkov.';
$strShowStatusSort_scanDescr = 'Poèet zoradení uskutoènených preh¾adávaním tabu¾ky.';
$strShowStatusTable_locks_immediateDescr = 'Poèet zámkov tabuliek, ktoré boli získané okamžite.';
$strShowStatusTable_locks_waitedDescr = 'Poèet prípadov keï sa zámok tabu¾ky nedal získa okamžite a bolo nutné vyèka. Ak je táto hodnota vysoká a máte problémy s výkonom, mali by ste najprv optimalizova vaše príkazy a potom buï rozdeli tabu¾ku/tabu¾ky alebo použi replikáciu.';
$strShowStatusThreads_cachedDescr = 'Poèet vlákien vo vyrovnávacej pamäti. Úspešnos tejto vyrovnávacej pamäti sa dá vypoèíta zo vzahu Threads_created/Connections. Ak je táto hodnota v èervenom, mali by ste zvýši hodnotu thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Poèet momentálne otvorených spojení.';
$strShowStatusThreads_createdDescr = 'Poèet vlákien vytvorených na zaobchádzanie so spojeniami. Ak je hodnota Threads_created vysoká, mohli by ste zvýši hodnotu thread_cache_size (to však nespôsobí žiadnu cite¾nú zmenu ak máte vlákna dobre implementované).';
$strShowStatusThreads_runningDescr = 'Poèet aktívnych (nespiacich) vlákien.';
$strShowTableDimension = 'Zobrazi rozmery tabuliek';
$strShowTables = 'Zobrazi tabu¾ky';
$strShowThisQuery = ' Zobrazi tento dotaz znovu ';
$strShow = 'Ukáza';
$strSimplifiedChinese = 'Zjednodušená Èínština';
$strSingly = '(po jednom)';
$strSize = 'Ve¾kos';
$strSkipQueries = 'Poèet záznamov (príkazov), ktoré sa majú zo zaèiatku preskoèi';
$strSlovak = 'Slovenèina';
$strSlovenian = 'Slovinèina';
$strSocketProblem = '(alebo soket lokálneho MySQL servra nie je správne nastavený)';
$strSortByKey = 'Zoradi pod¾a k¾úèa';
$strSorting = 'Zoraïovanie';
$strSort = 'Triedi';
$strSpaceUsage = 'Zabrané miesto';
$strSpanish = 'Španielsky';
$strSplitWordsWithSpace = 'Slová sú rozdelené medzerou (" ").';
$strSQLExportCompatibility = 'Kompatibilita SQL exportu';
$strSQLExportType = 'Typ vytvorených dotazov';
$strSQLOptions = 'SQL nastavenia';
$strSQLParserBugMessage = 'Je možné, že ste našli chybu v SQL syntaktickom analyzátore. Preskúmajte podrobne SQL dotaz, predovšetkým správnos umiestnenia úvodzoviek. Ïalšia možnos je, že nahrávate súbor s binárnymi dátami nezapísanými v úvodzovkách. Môžete tiež vyskúša použi príkazový riadok MySQL na odstránenie problému. Pokial stále máte problémy alebo syntaktický analyzátor SQL stále hlási chybu v dotaze, ktorý v príkazovom riadku funguje, prosím pokúste sa zredukova dotaz na èo najmenší, v ktorom sa problém ešte vyskytuje a ohláste chybu na stránke phpMyAdmina spolu so sekciou VÝPIS uvedenú nižšie:';
$strSQLParserUserError = 'Vyskytla sa chyba v SQL dotaze. Nižšie uvedený MySQL výstup (ak je nejaký) Vám môže pomôc odstráni problém';
$strSQLQuery = 'SQL dotaz';
$strSQLResult = 'výsledok SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Neplatný identifikátor';
$strSQPBugUnclosedQuote = 'Neuzatvorené úvodzovky';
$strSQPBugUnknownPunctuation = 'Neznámy interpunkèný reazec';
$strStatCheckTime = 'Posledná kontrola';
$strStatCreateTime = 'Vytvorenie';
$strStatement = 'Údaj';
$strStatUpdateTime = 'Posledná zmena';
$strStatus = 'Stav';
$strStorageEngine = 'Úložný Systém';
$strStorageEngines = 'Úložné Systémy';
$strStrucCSV = 'CSV dáta';
$strStrucData = 'Štruktúru a dáta';
$strStrucDrop = 'Pridaj \'vymaž tabu¾ku\'';
$strStrucExcelCSV = 'CSV pre MS Excel dáta';
$strStrucNativeExcel = 'Natívne dáta MS Excel';
$strStrucOnly = 'Iba štruktúru';
$strStructPropose = 'Navrhnú štruktúru tabu¾ky';
$strStructure = 'Štruktúra';
$strSubmit = 'Odošli';
$strSuccess = 'SQL dotaz bol úspešne vykonaný';
$strSum = 'Celkom';
$strSwedish = 'Švédsky';
$strSwitchToDatabase = 'Prepnú na skopírovanú databázu';
$strSwitchToTable = 'Prepnú na skopírovanú tabu¾ku';
 
$strTableAlreadyExists = 'Tabu¾ka %s už existuje!';
$strTableComments = 'Komentár k tabu¾ke';
$strTableEmpty = 'Tabu¾ka je prázdna!';
$strTableHasBeenDropped = 'Tabu¾ka %s bola odstránená';
$strTableHasBeenEmptied = 'Tabu¾ka %s bola vyprázdená';
$strTableHasBeenFlushed = 'Tabu¾ka %s bola vyprázdnená';
$strTableMaintenance = 'Údržba tabu¾ky';
$strTableOfContents = 'Obsah';
$strTableOptions = 'Parametre tabu¾ky';
$strTables = '%s tabu¾ka(y)';
$strTableStructure = 'Štruktúra tabu¾ky pre tabu¾ku';
$strTable = 'Tabu¾ka';
$strTableType = 'Typ tabu¾ky';
$strTakeIt = 'zvoli';
$strTblPrivileges = 'Oprávnenia pre jednotlivé tabu¾ky';
$strTempData = 'Doèasné dáta';
$strTextAreaLength = ' Toto možno nepôjde upravi,<br /> kvôli svojej dåžke ';
$strThai = 'Thajèina';
$strTheme = 'Vzh¾ad';
$strThisHost = 'Tento poèítaè';
$strThisNotDirectory = 'Nebol zadaný adresár';
$strThreads = 'Poèet vlákien';
$strThreadSuccessfullyKilled = 'Vlákno %s bol úspešne zabité.';
$strTime = 'Èas';
$strTimeoutInfo = 'Predchádzajúcemu importu vypršal èasový limit. Po znovuodoslaní formulára sa bude pokraèova od pozície %d.';
$strTimeoutNothingParsed = 'Avšak pri poslednom pokuse neboli prijaté žiadne dáta, èo obvykle znamená, že phpMyAdmin nebude schopný dokonèi tento import, pokia¾ nebude zvýšený èasový limit behu skriptu v php.';
$strTimeoutPassed = 'Èasový limit behu skriptu vypršal. Ak chcete import súboru dokonèi, odošlite znova formulár a import bude pokraèova.';
$strToggleScratchboard = 'zobrazi grafický návrh';
$strTotal = 'celkovo';
$strTotalUC = 'Celkom';
$strTraditionalChinese = 'Tradièná Èínština';
$strTraditionalSpanish = 'Tradièná Španielèina';
$strTraffic = 'Prevádzka';
$strTransactionCoordinator = 'Koordinátor transakcií';
$strTransformation_application_octetstream__download = 'Zobrazí odkaz na stiahnutie dát. Prvý parameter je meno súboru, druhý je meno ståpca v tabu¾ke obsahujúci meno súboru. Ak zadáte druhý parameter, prvý musí by prázdny.';
$strTransformation_application_octetstream__hex = 'Zobrazí dáta v ich hexadecimálnej forme.';
$strTransformation_image_jpeg__inline = 'Zobrazí náh¾ad obrázku s odkazom na obrázok; parametre šírka a výška v bodoch (pomer strán obrázku zostane zachovaný)';
$strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázok (napr. stiahnutie po¾a blob).';
$strTransformation_image_png__inline = 'Zobrazí image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Zobrazí dátum alebo èas (TIME, TIMESTAMP alebo DATETIME) pod¾a miestneho nastavenia. Prvý parameter je posun (v hodinách), ktorá bude pridaný k zadanému èasu (predvolený je 0). Druhý parameter je formátovací reazec pre php funkciu strftime().';
$strTransformation_text_plain__external = 'PLATÍ IBA PRE LINUX: Spustí externú aplikáciu, na jej štandardný vstup pošle pole a zobrazí výstup programu. Predvolený program je Tidy, ktorý pekne sformátuje HTML. Z bezpeènostných dôvodov musíte ruène upravi obsah súboru libraries/transformations/text_plain__external.inc.php a prida do neho povolené aplikácie. Prvý parameter je èíslo aplikácie, ktorú chcete použi a druhý parametre sú parametre tejto aplikácie. Ak je tretí parameter nastavený na 1, výstup bude skonvertovaný funkciou htmlspecialchars() (predvolený je 1). Štvrtý parameter v prípade, že je nastavený na 1 pridá k výstupnému textu parameter NOWRAP, èím zabezpeèí zachovanie formátovania (predvolený je 1)';
$strTransformation_text_plain__formatted = 'Zachová pôvodné formátovanie po¾a tak ako je uložené v databáze.';
$strTransformation_text_plain__imagelink = 'Zobrazí obrázok a odkaz z po¾a obsahujúceho odkaz na obrázok. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý a tretí parameter urèujú šírku a výšku obrázku.';
$strTransformation_text_plain__link = 'Zobrazí odkaz z po¾a obsahujúceho odkaz. Prvý parameter je prefix URL (napr. "http://domena.sk/"), druhý parameter je text odkazu.';
$strTransformation_text_plain__sql = 'Formátuje text ako SQL príkaz pomocou syntaxového zvýrazòovania.';
$strTransformation_text_plain__substr = 'Zobrazí iba èas reazca. Prvý parameter je posun od zaèiatku (predvolený je 0) a druhý urèuje dåžku textu, ktorá sa ma zobrazi, ak nie je zadaný bude zobrazený zvyšok textu. Tretí parameter urèuje znaky, ktoré budú pridané na koniec skráteného textu (predvolené je ...).';
$strTruncateQueries = 'Zobrazi skrátene dotazy';
$strTurkish = 'Turecky';
$strType = 'Typ';
 
$strUkrainian = 'Ukrajinsky';
$strUncheckAll = 'Odznaèi všetko';
$strUnicode = 'Unicode';
$strUnique = 'Unikátny';
$strUnknown = 'neznámy';
$strUnselectAll = 'Odznaèi všetko';
$strUnsupportedCompressionDetected = 'Pokúsili ste sa naèíta súbor s nepodporovanou kompresiou (%s). Buï nie je zahrnutá podpora tejto kompresie alebo bola deaktivovaná v konfigurácii.';
$strUpdatePrivMessage = 'Boli aktualizované oprávnenia pre %s.';
$strUpdateProfileMessage = 'Profil bol aktualizovaný.';
$strUpdateQuery = 'Aktualizova dotaz';
$strUpdComTab = 'Prosím preèítajte si dokumentáciu ako aktualizova tabu¾ku s informáciami o ståpcoch (Column_comments Table)';
$strUpgrade = 'Mali by ste aktualizova %s na verziu %s alebo vyššiu.';
$strUploadLimit = 'Pravdepodobne ste sa pokúsili uploadnu príliš ve¾ký súbor. Preèítajte si prosím %sdokumentáciu%s, ako sa dá toto obmedzenie obís.';
$strUsage = 'Využitie';
$strUseBackquotes = ' Použi opaèný apostrof pri názvoch tabuliek a polí ';
$strUseHostTable = 'Použi tabu¾ku s hostite¾mi';
$strUserAlreadyExists = 'Používate¾ %s už existuje!';
$strUserEmpty = 'Meno používate¾a je prázdne!';
$strUserName = 'Meno používate¾a';
$strUserNotFound = 'Zvolený používate¾ nebol nájdený v tabu¾ke práv.';
$strUserOverview = 'Preh¾ad užívatelov';
$strUser = 'Používate¾';
$strUsersDeleted = 'Vybraní užívatelia bol úspešne odstránený.';
$strUsersHavingAccessToDb = 'Používatelia majúci prístup k &quot;%s&quot;';
$strUseTabKey = 'Pre pohyb medzi hodnotami použite klávesu TAB alebo pre pohyb všetkými smermi klávesy CTRL+šípky';
$strUseTables = 'Použi tabu¾ky';
$strUseTextField = 'Poži textové pole';
$strUseThisValue = 'Použi túto hodnotu';
 
$strValidateSQL = 'Potvrdi platnos SQL';
$strValidatorError = 'SQL validator nemohol by inicializovaný. Prosím skontrolujte, èi sú nainštalované všetky potrebné rozšírenia php, tak ako sú popísané v %sdocumentation%s.';
$strValue = 'Hodnota';
$strVar = 'Premenná';
$strVersionInformation = 'Informácie o verzii';
$strViewDumpDatabases = 'Export databáz';
$strViewDumpDB = 'Zobrazi dump (schému) databázy';
$strViewDump = 'Zobrazi dump (schému) tabu¾ky';
$strViewHasBeenDropped = 'Náh¾ad %s bol odstránený';
$strView = 'Náh¾ad';
 
$strWebServerUploadDirectoryError = 'Adresár urèený pre upload súborov sa nedá otvori';
$strWebServerUploadDirectory = 'upload adresár web serveru';
$strWelcome = 'Vitajte v %s';
$strWestEuropean = 'Západná Európa';
$strWildcard = 'nahradzujúci znak';
$strWindowNotFound = 'Cie¾ové okno prehliadaèa nemohlo by aktualizované. Možno ste zatvorili rodièovské okno, alebo prehliadaè blokuje operácie medzi oknami z dôvodu bezpeènostných nastavení';
$strWithChecked = 'Výber:';
$strWriteRequests = 'Požiadavkov na zápis';
$strWritingCommentNotPossible = 'Komentár sa nedá zapísa';
$strWritingRelationNotPossible = 'Vzah sa nedá zapísa';
$strWrongUser = 'Zlé používate¾ské meno alebo heslo. Prístup zamietnutý.';
 
$strXML = 'XML';
 
$strYes = 'Áno';
 
$strZeroRemovesTheLimit = 'Poznámka: Nastavenie týchto parametrov na 0 (nulu) odstráni obmedzenia.';
$strZip = '"zo zipované"';
 
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovenian-iso-8859-2.inc.php
0,0 → 1,978
<?php
/* $Id: slovenian-iso-8859-2.inc.php,v 2.117.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
 
$charset = 'iso-8859-2';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Èet', 'Pet', 'Sob');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ob %I:%M %p';
$timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
 
$strAPrimaryKey = 'Na %s je dodan primarni kljuè';
$strAbortedClients = 'Prekinjeno';
$strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na stre¾niku';
$strAccessDenied = 'Dostop zavrnjen';
$strAccessDeniedExplanation = 'phpMyAdmin se je posku¹al povezati na MySQL stre¾nik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabni¹ko ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL stre¾nika.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj omejitve';
$strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
$strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
$strAddIfNotExists = 'Dodaj ÈE NE OBSTAJA';
$strAddIntoComments = 'Dodaj med komentarje';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
$strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
$strAddToIndex = 'Dodaj indeksu &nbsp;%s&nbsp;stolpec(ce)';
$strAddUser = 'Dodaj novega uporabnika';
$strAddUserMessage = 'Dodali ste novega uporabnika.';
$strAddedColumnComment = 'Dodan komentar za stolpec';
$strAddedColumnRelation = 'Dodana relacija za stolpec';
$strAdministration = 'Administracija';
$strAffectedRows = 'Spremenjene vrstice:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Nazaj na prej¹njo stran';
$strAfterInsertNewInsert = 'Vstavi ¹e eno novo vrstico';
$strAfterInsertSame = 'Pojdi nazaj na stran';
$strAll = 'Vse/Vsi';
$strAllTableSameWidth = 'prika¾em vse tabele enake ¹irine?';
$strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
$strAnIndex = 'Na %s je dodan indeks';
$strAnalyzeTable = 'Analiziraj tabelo';
$strAnd = 'In';
$strAny = 'Katerikoli';
$strAnyHost = 'Katerikoli gostitelj';
$strAnyUser = 'Katerikoli uporabnik';
$strArabic = 'Arabsko';
$strArmenian = 'Armensko';
$strAscending = 'Nara¹èajoèe';
$strAtBeginningOfTable = 'Na zaèetku tabele';
$strAtEndOfTable = 'Na koncu tabele';
$strAttr = 'Atributi';
$strAutodetect = 'Samodejno zaznaj';
$strAutomaticLayout = 'Samodejna postavitev';
 
$strBack = 'Nazaj';
$strBaltic = 'Baltsko';
$strBeginCut = 'ZAÈETEK IZREZA';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne urejaj';
$strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
$strBookmarkDeleted = 'Zaznamek je odstranjen.';
$strBookmarkLabel = 'Nalepka';
$strBookmarkQuery = 'Oznaèena SQL-poizvedba';
$strBookmarkThis = 'Oznaèi to SQL-poizvedbo';
$strBookmarkView = 'Samo pogled';
$strBrowse = 'Prebrskaj';
$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBulgarian = 'Bolgarsko';
$strBzError = 'phpMyAdmin ni uspel stisniti odlo¾enih podatkov zaradi neuporabne konènice Bz2 v tej razlièici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. Èe ¾elite izvajati stiskanje s pomoèjo Bz2, boste morali posodobiti php v novej¹o razlièico. Za podrobnosti si oglejte php poroèilo o napaki %s.';
$strBzip = '"bzipano"';
 
$strCSVOptions = 'CSV mo¾nosti';
$strCalendar = 'Koledar';
$strCannotLogin = 'Ne morem se prijaviti v MySQL stre¾nik';
$strCantLoad = 'ne morem nalo¾iti podalj¹ka %s,<br />prosim preverite PHP konfiguracijo';
$strCantLoadRecodeIconv = 'Ni mogoèe nalo¾iti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogoèal uporabo teh ekstenzij ali onemogoèite pretvarjanje kodnih tabel v phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Indeksa ni mogoèe preimenovati v PRIMARY!';
$strCantUseRecodeIconv = 'Ni mogoèe uporabljati iconv, libiconv ali recode_string funkcij, èeprav so ekstenzije normalno nalo¾ene. Preverite konfiguracijo php.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'ne razlikuj velikih in malih èrk';
$strCaseSensitive = 'razlikuj velike in male èrke';
$strCentralEuropean = 'Centralno evropsko';
$strChange = 'Spremeni';
$strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
$strChangeCopyModeCopy = '... obdr¾i starega.';
$strChangeCopyModeDeleteAndReload = ' ... izbri¹i starega uporabnika s seznama uporabnikov ter ponovno nalo¾i njegove pravice.';
$strChangeCopyModeJustDelete = ' ... izbri¹i starega s seznama uporabnikov.';
$strChangeCopyModeRevoke = ' ... preklièi vse aktivne pravice starega uporabnika ter jih izbri¹i.';
$strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
$strChangeDisplay = 'Izberite polje za prikaz';
$strChangePassword = 'Spremeni geslo';
$strCharset = 'Nabor znakov';
$strCharsetOfFile = 'Nabor znakov datoteke:';
$strCharsets = 'Nabori znakov';
$strCharsetsAndCollations = 'Nabori znakov in pravila za razvr¹èanje znakov';
$strCheckAll = 'Oznaèi vse';
$strCheckOverhead = 'Preveri prekoraèene';
$strCheckPrivs = 'Preveri privilegije';
$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo &quot;%s&quot;.';
$strCheckTable = 'Preveri tabelo';
$strChoosePage = 'Izberite stran za urejanje';
$strColComFeat = 'Prikazovanje komentarjev stolpcev';
$strCollation = 'Pravilo za razvr¹èanje znakov';
$strColumnNames = 'Imena stolpcev';
$strColumnPrivileges = 'Privilegiji tipièni za stolpec';
$strCommand = 'Ukaz';
$strComments = 'Komentarji';
$strCommentsForTable = 'KOMENTARJI ZA TABELO';
$strCompleteInserts = 'Popolne \'insert\' poizvedbe';
$strCompression = 'Stiskanje';
$strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, èe php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporoèilo o napaki. V veèini primerov gre za manjkajoèi narekovaj ali podpièje.<br />Èe dobite prazno stran, je vse v redu.';
$strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
$strConnectionError = 'Povezava ni mogoèa: neveljavne nastavitve.';
$strConnections = 'Povezave';
$strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
$strConstraintsForTable = 'Omejitve za tabelo';
$strCookiesRequired = 'Èe ¾elite ¹e dalje uporabljati program, morate omogoèiti pi¹kotke.';
$strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je skopirana v %s.';
$strCopyTableSameNames = 'Tabele ni mogoèe kopirati same vase!';
$strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je ¾e prekinjena.';
$strCreate = 'Ustvari';
$strCreateIndex = 'Ustvari indeks na&nbsp;%s&nbsp;stolpcih';
$strCreateIndexTopic = 'Ustvari nov indeks';
$strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
$strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
$strCreatePage = 'Ustvari novo stran';
$strCreatePdfFeat = 'Ustvarjanje PDF datotek';
$strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
$strCriteria = 'Kriteriji';
$strCroatian = 'Hrva¹ko';
$strCyrillic = 'Cirilica';
$strCzech = 'Èe¹ko';
$strCzechSlovak = 'Èe¹koslova¹ko';
 
$strDBComment = 'Komentar zbirke podatkov: ';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Zadetki';
$strDBGLine = 'Vrstica';
$strDBGMaxTimeMs = 'Najveèji èas, ms';
$strDBGMinTimeMs = 'Najmanj¹i èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zadetek, ms';
$strDBGTotalTimeMs = 'Skupni èas, ms';
$strDBRename = 'Preimenuj podatkovno bazo v';
$strDanish = 'Dansko';
$strData = 'Podatki';
$strDataDict = 'Podatkovni slovar';
$strDataOnly = 'Samo podatki';
$strDatabase = 'Podatkovna baza';
$strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
$strDatabaseExportOptions = 'Mo¾nosti za izvoz baze podatkov';
$strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavr¾ena.';
$strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
$strDatabases = 'podatkovne baze';
$strDatabasesDropped = '%s podatkovne baze so uspe¹no zavr¾ene.';
$strDatabasesStats = 'Statistika podatkovnih baz';
$strDatabasesStatsDisable = 'Onemogoèi statistiko';
$strDatabasesStatsEnable = 'Omogoèi statistiko';
$strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogoèitev statistike podatkovne baze lahko povzroèi moèno poveèan promet med spletnim in podatkovnim stre¾nikom.';
$strDbPrivileges = 'Privilegiji tipièni za podatkovno bazo';
$strDbSpecific = 'glede na zbirko podatkov';
$strDefault = 'Privzeto';
$strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez po¹evnice nazaj ali narekovaja, npr.: a';
$strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo veè. Ali ¾elite izbrisati te sklice?';
$strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
$strDelete = 'Izbri¹i';
$strDeleteAndFlush = 'Izbri¹i uporabnike in potem osve¾i privilegije.';
$strDeleteAndFlushDescr = 'To je najbolj¹i naèin, vendar lahko osve¾evanje privilegijev traja nekaj èasa.';
$strDeleted = 'Vrstica je izbrisana';
$strDeletedRows = 'Izbrisane vrstice:';
$strDeleting = 'Bri¹em %s';
$strDescending = 'Padajoèe';
$strDescription = 'Opis';
$strDictionary = 'slovar';
$strDisabled = 'Onemogoèeno';
$strDisplayFeat = 'Prika¾i lastnosti';
$strDisplayOrder = 'Vrstni red prikaza:';
$strDisplayPDF = 'Prika¾i PDF shemo';
$strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
$strDoYouReally = 'Ali res ¾elite ';
$strDocu = 'Dokumentacija';
$strDrop = 'Zavr¾i';
$strDropDatabaseStrongWarning = 'S tem dejanjem boste UNIÈILI celotno bazo podatkov!';
$strDropUsersDb = 'Izbri¹i podatkovne baze, ki imajo enako ime kot uporabniki.';
$strDumpSaved = 'Dump je shranjen v datoteko %s.';
$strDumpXRows = 'Odlo¾i %s vrstic, zaèni z zapisom # %s.';
$strDumpingData = 'Odlo¾i podatke za tabelo';
$strDynamic = 'dinamièno';
 
$strEdit = 'Uredi';
$strEditPDFPages = 'Uredi PDF strani';
$strEditPrivileges = 'Uredi privilegije';
$strEffective = 'Uèinkovito';
$strEmpty = 'Izprazni';
$strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno mno¾ico (npr. niè vrstic).';
$strEnabled = 'Omogoèeno';
$strEncloseInTransaction = 'Vkljuèi izvoz v transakcijo';
$strEnd = 'Konec';
$strEndCut = 'KONEC IZREZA';
$strEndRaw = 'END RAW';
$strEnglish = 'Angle¹ko';
$strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angle¹èini ';
$strError = 'Napaka';
$strEstonian = 'Estonsko';
$strExcelEdition = 'Izdaja za Excel';
$strExcelOptions = 'Mo¾nosti za Excel';
$strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
$strExplain = 'Razlo¾i SQL stavek';
$strExport = 'Izvozi';
$strExtendedInserts = 'Raz¹irjene \'insert\' poizvedbe';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspeli poizkusi';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je zavr¾eno';
$strFields = 'Polja';
$strFieldsEmpty = ' ©tevec polj je prazen! ';
$strFieldsEnclosedBy = 'Polja obdana z';
$strFieldsEscapedBy = 'Polja izognjena z';
$strFieldsTerminatedBy = 'Polja zakljuèena z';
$strFileAlreadyExists = 'Datoteka %s ¾e obstaja na stre¾niku, spremenite ime novi ali prepi¹ite obstojeèo datoteko.';
$strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
$strFileNameTemplate = 'Predloga datoteke';
$strFileNameTemplateRemember = 'Shrani predlogo';
$strFixed = 'fiksno';
$strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja stre¾nik, èe so bile tabele roèno spremenjene. V tem primeru morate, preden nadaljujete, osve¾iti privilegije.';
$strFlushTable = 'Poèisti tabelo ("FLUSH")';
$strFormEmpty = 'V obliki manjka vrednost !';
$strFormat = 'Oblika';
$strFullText = 'Polna besedila';
$strFunction = 'Funkcija';
 
$strGenBy = 'Ustvaril';
$strGenTime = 'Èas nastanka';
$strGeneralRelationFeat = 'Splo¹ne lastnosti relacij';
$strGeorgian = 'Gruzijsko';
$strGerman = 'Nem¹ko';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalni privilegiji';
$strGlobalValue = 'Skupna vrednost';
$strGo = 'Izvedi';
$strGrantOption = 'Dovoli';
$strGreek = 'Gr¹ko';
$strGzip = '"gzipano"';
 
$strHasBeenAltered = 'je bil spremenjen(a).';
$strHasBeenCreated = 'je bil ustvarjen(a).';
$strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
$strHebrew = 'Hebrejsko';
$strHome = 'Domov';
$strHomepageOfficial = 'Uradna domaèa stran phpMyAdmin';
$strHost = 'Gostitelj';
$strHostEmpty = 'Ime gostitelja je prazno!';
$strHungarian = 'Mad¾arsko';
 
$strId = 'ID';
$strIdxFulltext = 'Polno besedilo';
$strIgnore = 'Prezri';
$strIgnoreInserts = 'Uporabi mo¾nost prezri vstavke';
$strIgnoringFile = 'Prezrl sem datoteko %s';
$strImportDocSQL = 'Uvozi docSQL datoteke';
$strImportFiles = 'Uvozi datoteke';
$strInUse = 'v uporabi';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s je zavr¾en';
$strIndexName = 'Ime indeksa&nbsp;:';
$strIndexType = 'Vrsta indeksa&nbsp;:';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu raèunu MySQLa. MySQL stre¾nik teèe s privzetimi nastavitvami, zato je izpostavljen vdorom. Èimprej odpravite ti dve varnostni luknji.';
$strInsert = 'Vstavi';
$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsertNewRow = 'Vstavi novo vrstico';
$strInsertedRowId = 'Vstavljen id vrstice:';
$strInsertedRows = 'Vstavljene vrstice:';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, èe obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije';
 
$strJapanese = 'Japonsko';
$strJumpToDB = 'Preskoèi na podatkovno bazo &quot;%s&quot;.';
$strJustDelete = 'Samo izbri¹i uporabnike iz tabel privilegijev.';
$strJustDeleteDescr = '&quot;Izbrisani&quot; uporabniki lahko ¹e vedno normalno dostopajo do stre¾nika, dokler ne osve¾ite privilegijev';
 
$strKeepPass = 'Ne spreminjaj gesla';
$strKeyname = 'Ime kljuèa';
$strKill = 'Prekini proces';
$strKorean = 'Korejsko';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Mo¾nosti za LaTeX';
$strLandscape = 'Le¾eèe';
$strLatexCaption = 'Ime tabele';
$strLatexContent = 'Vsebina tabele __TABLE__';
$strLatexContinued = '(nadaljevanje)';
$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexIncludeCaption = 'Vkljuèi ime tabele';
$strLatexLabel = 'Oznaèi kljuè';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLengthSet = 'Dol¾ina/Vrednosti*';
$strLimitNumRows = '©tevilo vrstic na stran';
$strLinesTerminatedBy = 'Vrstice zakljuèene z';
$strLinkNotFound = 'Povezave ni mogoèe najti';
$strLinksTo = 'Povezave z';
$strLithuanian = 'Litvansko';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija datoteke z besedilom';
$strLogPassword = 'Geslo:';
$strLogServer = 'Stre¾nik';
$strLogUsername = 'Uporabni¹ko ime:';
$strLogin = 'Prijava';
$strLoginInformation = 'Podatki o prijavi';
$strLogout = 'Odjava';
 
$strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
$strMIME_MIMEtype = 'MIME-vrsta';
$strMIME_available_mime = 'Razpolo¾ljive MIME-vrste';
$strMIME_available_transform = 'Razpolo¾ljive pretvorbe';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
$strMIME_transformation = 'Pretvorba z brskalnikom';
$strMIME_transformation_note = 'Seznam razpolo¾ljivih mo¾nosti pretvorbe in pretvorbe MIME-vrst boste videli, èe kliknete na %sopise transformacij%s';
$strMIME_transformation_options = 'Mo¾nosti pretvorbe';
$strMIME_transformation_options_note = 'Vrednosti za mo¾nosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />Èe ¾elite med vrednosti vnesti po¹evnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (¹e eno) po¹evnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
$strMIME_without = 'MIME-vrste, ki so napisano le¾eèe, nimajo lastne pretvorbene funkcije';
$strMaximumSize = 'Najveèja velikost: %s%s';
$strModifications = 'Spremembe so shranjene';
$strModify = 'Spremeni';
$strModifyIndexTopic = 'Spremeni indeks';
$strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
$strMoveTableSameNames = 'Tabele ni mogoèe premakniti same vase!';
$strMultilingual = 'veèjezièno';
$strMySQLCharset = 'MySQL kodna tabela';
$strMySQLSaid = 'MySQL je vrnil: ';
$strMySQLShowProcess = 'Poka¾i procese';
$strMySQLShowStatus = 'Poka¾i tekoèe informacije o MySQL';
$strMySQLShowVars = 'Poka¾i sistemske spremenljivke MySQL';
 
$strName = 'Ime';
$strNext = 'Naslednji';
$strNo = 'Ne';
$strNoDatabases = 'Brez podatkovnih baz';
$strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
$strNoDescription = 'brez opisa';
$strNoDropDatabases = '"DROP DATABASE" poizvedbe so izkljuèene.';
$strNoExplain = 'Preskoèi razlago SQL stavka';
$strNoFrames = 'phpMyAdmin je prijaznej¹i z brskalnikom, ki podpira okvirje.';
$strNoIndex = 'Ni definiranega indeksa!';
$strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
$strNoModification = 'Brez sprememb';
$strNoOptions = 'Za to obliko ni mo¾nosti';
$strNoPassword = 'Brez gesla';
$strNoPermission = 'Spletni stre¾nik nima dovoljenja za shranjevanje datoteke %s';
$strNoPhp = 'Brez kode PHP';
$strNoPrivileges = 'Brez privilegijev';
$strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
$strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
$strNoTablesFound = 'V podatkovni bazi ni mogoèe najti tabel.';
$strNoUsersFound = 'Ni mogoèe najti uporabnika(ov).';
$strNoValidateSQL = 'Preskoèi preverjanje pravilnosti SQL stavka';
$strNone = 'Brez';
$strNotNumber = 'To ni ¹tevilo!';
$strNotOK = 'Ni v redu';
$strNotSet = 'Tabele <b>%s</b> ni mogoèe najti ali pa ni v %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
$strNumTables = 'Ttabel';
 
$strOK = 'V redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiraj tabelo';
$strOr = 'Ali';
$strOverhead = 'Prese¾ek';
$strOverwriteExisting = 'Prepi¹i obstojeèo(e) datoteko(e)';
 
$strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne te¾ave z veèbitnimi stavki (mbstring). Glej PHP poroèilo o hro¹èu 19404. Ta verzija PHP ni priporoèljiva za uporabo s phpMyAdmin.';
$strPHPVersion = 'Razlièica PHP';
$strPageNumber = '©tevilka strani:';
$strPaperSize = 'Velikost papirja';
$strPartialText = 'Delna besedila';
$strPassword = 'Geslo';
$strPasswordChanged = 'Geslo za %s je uspe¹no spremenjeno.';
$strPasswordEmpty = 'Geslo je prazno!';
$strPasswordNotSame = 'Gesli se ne ujemata!';
$strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
$strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
$strPdfNoTables = 'Ni tabel';
$strPerHour = 'na uro';
$strPerMinute = 'na minuto';
$strPerSecond = 'na sekundo';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Ustvari PHP kodo';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
$strPortrait = 'Pokonèno';
$strPos1 = 'Zaèetek';
$strPrevious = 'Prej¹nji';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je zavr¾en';
$strPrimaryKeyName = 'Ime primarnega kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega kljuèa!)';
$strPrint = 'Natisni';
$strPrintView = 'Pogled postavitve tiskanja';
$strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
$strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
$strPrivDescAlter = 'Omogoèa spreminjanje strukture obstojeèih tabel.';
$strPrivDescCreateDb = 'Omogoèa ustvarjanje novih podatkovnih baz in tabel.';
$strPrivDescCreateTbl = 'Omogoèa ustvarjanje novih tabel.';
$strPrivDescCreateTmpTable = 'Omogoèa ustvarjanje zaèasnih tabel.';
$strPrivDescDelete = 'Omogoèa brisanje podatkov.';
$strPrivDescDropDb = 'Omogoèa brisanje podatkovnih baz in tabel.';
$strPrivDescDropTbl = 'Omogoèa brisanje tabel.';
$strPrivDescExecute = 'Omogoèa poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
$strPrivDescFile = 'Omogoèa uva¾anje in izva¾anje podatkov v datoteke.';
$strPrivDescGrant = 'Omogoèa dodajanje uporabnikov in privilegijev brez osve¾evanja privilegijev.';
$strPrivDescIndex = 'Omogoèa ustvarjanje in brisanje indeksov.';
$strPrivDescInsert = 'Omogoèa vstavljanje in zamenjavo podatkov.';
$strPrivDescLockTables = 'Omogoèa zaklepanje tabel za trenutno temo.';
$strPrivDescMaxConnections = 'Omeji ¹tevilo povezav, ki jih uporabnik lahko odpre v eni uri.';
$strPrivDescMaxQuestions = 'Omeji ¹tevilo poizved, ki jih uporabnik lahko po¹lje stre¾niku v eni uri.';
$strPrivDescMaxUpdates = 'Omeji ¹tevilo ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvr¹i v eni uri.';
$strPrivDescProcess3 = 'Omogoèa ukinjanje procesov drugih uporabnikov.';
$strPrivDescProcess4 = 'Omogoèa pregled popolnih poizvedb v spisku procesov.';
$strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
$strPrivDescReload = 'Omogoèa osve¾evanje stre¾nikovih nastavitev in praznjenje stre¾nikovih predpomnilnikov.';
$strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni stre¾niki.';
$strPrivDescReplSlave = 'Potrebno za podrejene stre¾nike pri replikaciji.';
$strPrivDescSelect = 'Omogoèa branje podatkov.';
$strPrivDescShowDb = 'Omogoèa dostop do popolnega spiska podatkovnih baz';
$strPrivDescShutdown = 'Omogoèa uga¹anje stre¾nika.';
$strPrivDescSuper = 'Omogoèa priklaplanje tudi èe je ¾e dose¾eno najveèje dovoljeno ¹tevilo priklopov; Potrebno za veèino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
$strPrivDescUpdate = 'Omogoèa spreminjanje podatkov.';
$strPrivDescUsage = 'Brez privilegijev.';
$strPrivileges = 'Privilegiji';
$strPrivilegesReloaded = 'Uspe¹no sem osve¾il privilegije.';
$strProcesslist = 'Seznam procesov';
$strPutColNames = 'Postavi imena polj v prvo vrstico';
 
$strQBE = 'Poizvedba';
$strQBEDel = 'Bri¹i';
$strQBEIns = 'Vstavi';
$strQueryFrame = 'Okno za iskanje';
$strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL-zgodovina';
$strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo stre¾niku poslanih %s poizvedb.';
$strQueryTime = 'Poizvedba je potrebovala %01.4f s';
$strQueryType = 'Vrsta poizvedbe';
$strQueryWindowLock = 'Ne prepi¹i te poizvedbe od zunaj';
 
$strReType = 'Ponovno vnesi';
$strReceived = 'Prejeto';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Preveri referenèno integriteto:';
$strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjuèene. Èe ¾elite izvedeti zakaj, kliknite %stukaj%s.';
$strRelationView = 'Pogled relacij';
$strRelationalSchema = 'Relacijska shema';
$strRelations = 'Relacije';
$strRelationsForTable = 'RELACIJE ZA TABELO';
$strReloadMySQL = 'Ponovno nalo¾i MySQL';
$strReloadingThePrivileges = 'Osve¾ujem privilegije';
$strRemoveSelectedUsers = 'Izbri¹i izbrane uporabnike';
$strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
$strRenameTable = 'Preimenuj tabelo v';
$strRenameTableOK = 'Tabela %s je preimenovana v %s';
$strRepairTable = 'Popravi tabelo';
$strReplaceNULLBy = 'Zamenjaj NULL z';
$strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
$strReset = 'Ponastavi';
$strResourceLimits = 'Omejitve virov';
$strRevoke = 'Odvzemi';
$strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbri¹i.';
$strRevokeAndDeleteDescr = 'Uporabniki bodo ¹e vedno imeli USAGE privilegije, dokler ne osve¾ite privilegijev.';
$strRevokeMessage = 'Odvzeli ste privilegije za %s';
$strRowLength = 'Dol¾ina vrstice';
$strRowSize = ' Velikost vrstice ';
$strRows = 'Vrstice';
$strRowsFrom = 'vrstice naprej od zapisa #';
$strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
$strRowsModeHorizontal = 'vodoravnem';
$strRowsModeOptions = 'v %s naèinu in ponovi glavo po %s celicah';
$strRowsModeVertical = 'navpiènem';
$strRowsStatistic = 'Statistika vrstic';
$strRunQuery = 'Izvedi poizvedbo';
$strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
$strRunning = 'teèe na %s';
$strRussian = 'Rusko';
 
$strSQL = 'SQL';
$strSQLExportType = 'Vrsta izvoza';
$strSQLOptions = 'SQL mo¾nosti';
$strSQLParserBugMessage = 'Obstaja mo¾nost, da ste v SQL razèlenjevalniku naleteli na hro¹èa. Temeljito preglejte poizvedbo in preverite, èe so citati pravilni in èe se ujemajo. Mo¾no je tudi, da prena¹ate binarno datoteko, ki je izven podroèja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. Èe je stre¾nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te¾av. Èe se bodo te¾ave nadaljevale, ali èe razèlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanj¹ajte vne¹eno SQL poizvedbo na tisto poizvedbo, ki povzroèa te¾ave in po¹ljite poroèilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
$strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi pri¹lo do napake. Èe je stre¾nik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju te¾av.';
$strSQLQuery = 'SQL-poizvedba';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
$strSQPBugUnclosedQuote = 'Odprt citat';
$strSQPBugUnknownPunctuation = 'Neznan niz loèil';
$strSave = 'Shrani';
$strSaveOnServer = 'Shrani na stre¾nik, v imenik %s';
$strScaleFactorSmall = 'Faktor poveèava je premajhen, da bi spravili shemo na eno stran';
$strSearch = 'Iskanje';
$strSearchFormTitle = 'I¹èi v podatkovni bazi';
$strSearchInTables = 'V tabelah:';
$strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
$strSearchOption1 = 'katerokoli besedo';
$strSearchOption2 = 'vse besede';
$strSearchOption3 = 'toèno doloèeno frazo';
$strSearchOption4 = 'kot \'regular expression\'';
$strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
$strSearchType = 'Najdi:';
$strSecretRequired = 'Konfiguracijski datoteki morate sedaj doloèiti skrivno geslo (blowfish_secret).';
$strSelectADb = 'Prosimo, izberite podatkovno bazo';
$strSelectAll = 'Izberi vse';
$strSelectFields = 'Izberite polja (vsaj eno):';
$strSelectNumRows = 'in poizvedba';
$strSelectTables = 'Izberi tabele';
$strSend = 'Shrani kot datoteko';
$strSent = 'Poslano';
$strServer = 'Stre¾nik';
$strServerChoice = 'Izbira stre¾nika';
$strServerStatus = 'Podatki o izvajanju';
$strServerStatusUptime = 'MySQL stre¾nik deluje ¾e %s. Zagnal se je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Spremenljivke';
$strServerTrafficNotes = '<b>Promet na stre¾niku</b>: V teh tabelah je prikazana statistika obremenitve omre¾ja za ta MySQL stre¾nik, odkar je bil zagnan.';
$strServerVars = 'Spremenljivke in nastavitve stre¾nika';
$strServerVersion = 'Razlièica stre¾nika';
$strSessionValue = 'Vrednost seje';
$strSetEnumVal = 'Èe je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> Èe ¾elite med vrednostmi uporabiti po¹evnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite po¹evnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
$strShow = 'Poka¾i';
$strShowAll = 'Poka¾i vse';
$strShowColor = 'Poka¾i barvo';
$strShowDatadictAs = 'Oblika podatkovnega slovarja';
$strShowFullQueries = 'Poka¾i celotne poizvedbe';
$strShowGrid = 'Poka¾i mre¾o';
$strShowPHPInfo = 'Poka¾i podatke o PHP';
$strShowTableDimension = 'Poka¾i dimenzije tabel';
$strShowTables = 'Poka¾i tabele';
$strShowThisQuery = ' Ponovno poka¾i poizvedbo v tem oknu ';
$strShowingRecords = 'Prikazujem vrstice';
$strSimplifiedChinese = 'Poenostavljeno kitajsko';
$strSingly = '(posamezno)';
$strSize = 'Velikost';
$strSort = 'Sortiraj';
$strSortByKey = 'Uredi po kljuèu';
$strSpaceUsage = 'Poraba prostora';
$strSplitWordsWithSpace = 'Besede so loèene s presledkom (" ").';
$strStatCheckTime = 'Zadnjiè pregledano';
$strStatCreateTime = 'Ustvarjeno';
$strStatUpdateTime = 'Zadnjiè posodobljeno';
$strStatement = 'Izjave';
$strStatus = 'Stanje';
$strStrucCSV = 'CSV podatki';
$strStrucData = 'Struktura in podatki';
$strStrucDrop = 'Dodaj DROP TABLE poizvedbo';
$strStrucExcelCSV = 'CSV podatki za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predlagaj strukturo tabele';
$strStructure = 'Struktura';
$strSubmit = 'Po¹lji';
$strSuccess = 'SQL-poizvedba je bila uspe¹no izvedena';
$strSum = 'Vsota';
$strSwedish = '©vedsko';
$strSwitchToTable = 'Preklopi na kopirano tabelo';
 
$strTable = 'Tabela';
$strTableComments = 'Komentar tabele';
$strTableEmpty = 'Ime tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je zavr¾ena';
$strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
$strTableHasBeenFlushed = 'Tabela %s je osve¾ena';
$strTableMaintenance = 'Vzdr¾evanje tabele';
$strTableOfContents = 'Vsebina';
$strTableOptions = 'Mo¾nosti tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Vrsta tabele';
$strTables = '%s tabel';
$strTblPrivileges = 'Privilegiji tipièni za tabelo';
$strTextAreaLength = ' Zaradi njegove dol¾ine<br /> polja ne bo mogoèe urejati ';
$strThai = 'Tajsko';
$strThisHost = 'Ta stre¾nik';
$strThisNotDirectory = 'To ni bila mapa';
$strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
$strTime = 'Èas';
$strToggleScratchboard = 'preklopi odlo¾i¹èe (scratchboard)';
$strTotal = 'skupaj';
$strTotalUC = 'Skupaj';
$strTraditionalChinese = 'Tradicionalno kitajsko';
$strTraffic = 'Promet';
$strTransformation_application_octetstream__download = 'Prika¾i povezavo za prenos binarnih podatkov polja. Prva mo¾nost je ime binarne datoteke. Druga mo¾nost je mo¾no ime polja v vrstici tabele, ki vsebuje to ime datoteke. Èe vnesete drugo mo¾nost, mora biti prva mo¾nost prazna';
$strTransformation_image_jpeg__inline = 'Prika¾e slièico, na katero lahko kliknete; mo¾nosti: ¹irina, vi¹ina v slikovnih pikah (obdr¾i prvotna razmerja)';
$strTransformation_image_jpeg__link = 'Poka¾e povezavo na grafiko (neposredni BLOB prenos, ipd.).';
$strTransformation_image_png__inline = 'Poka¾i sliko/jpeg: vkljuèeno';
$strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz èasa. Prva mo¾nost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga mo¾nost je drugaèna oblika prikaza datuma, glede na parametre za PHP strftime().';
$strTransformation_text_plain__external = 'SAMO ZA LINUX: Za¾ene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate roèno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva mo¾nost je ¹tevilka programa, ki ga ¾elite uporabiti, druga mo¾nost pa so parametri za program. Èe tretji parameter nastavite na 1, bo s pomoèjo htmlspecialchars() pretvoril izhod (Privzeto: 1). Èe nastavite èetrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
$strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
$strTransformation_text_plain__imagelink = 'Prika¾e sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga mo¾nost je ¹irina v slikovnih pikah, tretja pa vi¹ina.';
$strTransformation_text_plain__link = 'Prika¾e povezavo, polje vsebuje ime datoteke; prva mo¾nost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
$strTransformation_text_plain__substr = 'Vrne le del niza. Prva mo¾nost je odmik, ki doloèa, kje se bo zaèelo prikazano besedilo (Privzeto: 0). Druga mo¾nost je odmik, ki pove, koliko besedila bo prikazanega. Èe ni doloèen, bo izpisano vse preostalo besedilo. Tretja mo¾nost pa doloèa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
$strTruncateQueries = 'Skrèi prikazane poizvedbe';
$strTurkish = 'Tur¹ko';
$strType = 'Vrsta';
 
$strUkrainian = 'Ukrajinsko';
$strUncheckAll = 'Odznaèi vse';
$strUnicode = 'Unicode';
$strUnique = 'Unikaten';
$strUnknown = 'neznano';
$strUnselectAll = 'Preklièi izbor vsega';
$strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
$strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je posodobljen.';
$strUpdateQuery = 'Osve¾i poizvedbo';
$strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novej¹o.';
$strUsage = 'Uporaba';
$strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi po¹evnimi narekovaji';
$strUseHostTable = 'Uporabi tabelo gostiteljev';
$strUseTables = 'Uporabi tabele';
$strUseTextField = 'Uporabi tekstovno polje';
$strUseThisValue = 'Uporabi to vrednost';
$strUser = 'Uporabnik';
$strUserAlreadyExists = 'Uporabnik %s ¾e obstaja!';
$strUserEmpty = 'Uporabni¹ko ime je prazno!';
$strUserName = 'Uporabni¹ko ime';
$strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem na¹el.';
$strUserOverview = 'Pregled uporabnikov';
$strUsersDeleted = 'Uspe¹no sem izbrisal izbrane uporabnike.';
$strUsersHavingAccessToDb = 'Uporabni¹ki dostop do &quot;%s&quot;';
 
$strValidateSQL = 'Preveri pravilnost SQL stavka';
$strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, èe so name¹èeni vsi php raz¹iritve, kot je navedeno v %dokumenaciji%.';
$strValue = 'Vrednost';
$strVar = 'Spremenljivka';
$strViewDump = 'Preglej povzetek stanja tabele';
$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
$strViewDumpDatabases = 'Poka¾i povzetek stanja podatkovnih baz';
 
$strWebServerUploadDirectory = 'imenik za nalaganje datotek';
$strWebServerUploadDirectoryError = 'Imenik, ki ste ga doloèili za nalaganje, je nedosegljiv';
$strWelcome = 'Dobrodo¹li v %s';
$strWestEuropean = 'Zahodno evropsko';
$strWildcard = 'nadomestni znak';
$strWindowNotFound = 'Ciljnega okna ni bilo mogoèe osve¾iti. Morda ste zaprli nadrejeno okno ali pa va¹ brskalnik blokira osve¾evanje varnostnih parametrov med okni.';
$strWithChecked = 'Z oznaèenim:';
$strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogoèe';
$strWritingRelationNotPossible = 'Zapisovanje relacij ni mogoèe';
$strWrongUser = 'Napaèno uporabni¹ko ime/geslo. Dostop zavrnjen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Obvestilo: Èe postavite vrednost na 0 (niè), boste odstranili omejitev.';
$strZip = '"zipano"';
 
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovenian-utf-8.inc.php
0,0 → 1,979
<?php
/* $Id: slovenian-utf-8.inc.php,v 2.119.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ob %I:%M %p';
$timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
 
$strAPrimaryKey = 'Na %s je dodan primarni ključ';
$strAbortedClients = 'Prekinjeno';
$strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na strežniku';
$strAccessDenied = 'Dostop zavrnjen';
$strAccessDeniedExplanation = 'phpMyAdmin se je poskušal povezati na MySQL strežnik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabniško ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL strežnika.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj omejitve';
$strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
$strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
$strAddIfNotExists = 'Dodaj ČE NE OBSTAJA';
$strAddIntoComments = 'Dodaj med komentarje';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
$strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
$strAddToIndex = 'Dodaj indeksu &nbsp;%s&nbsp;stolpec(ce)';
$strAddUser = 'Dodaj novega uporabnika';
$strAddUserMessage = 'Dodali ste novega uporabnika.';
$strAddedColumnComment = 'Dodan komentar za stolpec';
$strAddedColumnRelation = 'Dodana relacija za stolpec';
$strAdministration = 'Administracija';
$strAffectedRows = 'Spremenjene vrstice:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Nazaj na prejšnjo stran';
$strAfterInsertNewInsert = 'Vstavi še eno novo vrstico';
$strAfterInsertSame = 'Pojdi nazaj na stran';
$strAll = 'Vse/Vsi';
$strAllTableSameWidth = 'prikažem vse tabele enake širine?';
$strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
$strAnIndex = 'Na %s je dodan indeks';
$strAnalyzeTable = 'Analiziraj tabelo';
$strAnd = 'In';
$strAny = 'Katerikoli';
$strAnyHost = 'Katerikoli gostitelj';
$strAnyUser = 'Katerikoli uporabnik';
$strArabic = 'Arabsko';
$strArmenian = 'Armensko';
$strAscending = 'Naraščajoče';
$strAtBeginningOfTable = 'Na začetku tabele';
$strAtEndOfTable = 'Na koncu tabele';
$strAttr = 'Atributi';
$strAutodetect = 'Samodejno zaznaj';
$strAutomaticLayout = 'Samodejna postavitev';
 
$strBack = 'Nazaj';
$strBaltic = 'Baltsko';
$strBeginCut = 'ZAČETEK IZREZA';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne urejaj';
$strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
$strBookmarkDeleted = 'Zaznamek je odstranjen.';
$strBookmarkLabel = 'Nalepka';
$strBookmarkQuery = 'Označena SQL-poizvedba';
$strBookmarkThis = 'Označi to SQL-poizvedbo';
$strBookmarkView = 'Samo pogled';
$strBrowse = 'Prebrskaj';
$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBulgarian = 'Bolgarsko';
$strBzError = 'phpMyAdmin ni uspel stisniti odloženih podatkov zaradi neuporabne končnice Bz2 v tej različici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. Če želite izvajati stiskanje s pomočjo Bz2, boste morali posodobiti php v novejšo različico. Za podrobnosti si oglejte php poročilo o napaki %s.';
$strBzip = '"bzipano"';
 
$strCSVOptions = 'CSV možnosti';
$strCalendar = 'Koledar';
$strCannotLogin = 'Ne morem se prijaviti v MySQL strežnik';
$strCantLoad = 'ne morem naložiti podaljška %s,<br />prosim preverite PHP konfiguracijo';
$strCantLoadRecodeIconv = 'Ni mogoče naložiti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogočal uporabo teh ekstenzij ali onemogočite pretvarjanje kodnih tabel v phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Indeksa ni mogoče preimenovati v PRIMARY!';
$strCantUseRecodeIconv = 'Ni mogoče uporabljati iconv, libiconv ali recode_string funkcij, čeprav so ekstenzije normalno naložene. Preverite konfiguracijo php.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'ne razlikuj velikih in malih črk';
$strCaseSensitive = 'razlikuj velike in male črke';
$strCentralEuropean = 'Centralno evropsko';
$strChange = 'Spremeni';
$strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
$strChangeCopyModeCopy = '... obdrži starega.';
$strChangeCopyModeDeleteAndReload = ' ... izbriši starega uporabnika s seznama uporabnikov ter ponovno naloži njegove pravice.';
$strChangeCopyModeJustDelete = ' ... izbriši starega s seznama uporabnikov.';
$strChangeCopyModeRevoke = ' ... prekliči vse aktivne pravice starega uporabnika ter jih izbriši.';
$strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
$strChangeDisplay = 'Izberite polje za prikaz';
$strChangePassword = 'Spremeni geslo';
$strCharset = 'Nabor znakov';
$strCharsetOfFile = 'Nabor znakov datoteke:';
$strCharsets = 'Nabori znakov';
$strCharsetsAndCollations = 'Nabori znakov in pravila za razvrščanje znakov';
$strCheckAll = 'Označi vse';
$strCheckOverhead = 'Preveri prekoračene';
$strCheckPrivs = 'Preveri privilegije';
$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo &quot;%s&quot;.';
$strCheckTable = 'Preveri tabelo';
$strChoosePage = 'Izberite stran za urejanje';
$strColComFeat = 'Prikazovanje komentarjev stolpcev';
$strCollation = 'Pravilo za razvrščanje znakov';
$strColumnNames = 'Imena stolpcev';
$strColumnPrivileges = 'Privilegiji tipični za stolpec';
$strCommand = 'Ukaz';
$strComments = 'Komentarji';
$strCommentsForTable = 'KOMENTARJI ZA TABELO';
$strCompleteInserts = 'Popolne \'insert\' poizvedbe';
$strCompression = 'Stiskanje';
$strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, če php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporočilo o napaki. V večini primerov gre za manjkajoči narekovaj ali podpičje.<br />Če dobite prazno stran, je vse v redu.';
$strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
$strConnectionError = 'Povezava ni mogoča: neveljavne nastavitve.';
$strConnections = 'Povezave';
$strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
$strConstraintsForTable = 'Omejitve za tabelo';
$strCookiesRequired = 'Če želite še dalje uporabljati program, morate omogočiti piškotke.';
$strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je skopirana v %s.';
$strCopyTableSameNames = 'Tabele ni mogoče kopirati same vase!';
$strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je že prekinjena.';
$strCreate = 'Ustvari';
$strCreateIndex = 'Ustvari indeks na&nbsp;%s&nbsp;stolpcih';
$strCreateIndexTopic = 'Ustvari nov indeks';
$strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
$strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
$strCreatePage = 'Ustvari novo stran';
$strCreatePdfFeat = 'Ustvarjanje PDF datotek';
$strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
$strCriteria = 'Kriteriji';
$strCroatian = 'Hrvaško';
$strCyrillic = 'Cirilica';
$strCzech = 'Češko';
$strCzechSlovak = 'Češkoslovaško';
 
$strDBComment = 'Komentar zbirke podatkov: ';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Zadetki';
$strDBGLine = 'Vrstica';
$strDBGMaxTimeMs = 'Največji čas, ms';
$strDBGMinTimeMs = 'Najmanjši čas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Čas/Zadetek, ms';
$strDBGTotalTimeMs = 'Skupni čas, ms';
$strDBRename = 'Preimenuj podatkovno bazo v';
$strDanish = 'Dansko';
$strData = 'Podatki';
$strDataDict = 'Podatkovni slovar';
$strDataOnly = 'Samo podatki';
$strDatabase = 'Podatkovna baza';
$strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
$strDatabaseExportOptions = 'Možnosti za izvoz baze podatkov';
$strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavržena.';
$strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
$strDatabases = 'podatkovne baze';
$strDatabasesDropped = '%s podatkovne baze so uspešno zavržene.';
$strDatabasesStats = 'Statistika podatkovnih baz';
$strDatabasesStatsDisable = 'Onemogoči statistiko';
$strDatabasesStatsEnable = 'Omogoči statistiko';
$strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogočitev statistike podatkovne baze lahko povzroči močno povečan promet med spletnim in podatkovnim strežnikom.';
$strDbPrivileges = 'Privilegiji tipični za podatkovno bazo';
$strDbSpecific = 'glede na zbirko podatkov';
$strDefault = 'Privzeto';
$strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez poševnice nazaj ali narekovaja, npr.: a';
$strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo več. Ali želite izbrisati te sklice?';
$strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
$strDelete = 'Izbriši';
$strDeleteAndFlush = 'Izbriši uporabnike in potem osveži privilegije.';
$strDeleteAndFlushDescr = 'To je najboljši način, vendar lahko osveževanje privilegijev traja nekaj časa.';
$strDeleted = 'Vrstica je izbrisana';
$strDeletedRows = 'Izbrisane vrstice:';
$strDeleting = 'Brišem %s';
$strDescending = 'Padajoče';
$strDescription = 'Opis';
$strDictionary = 'slovar';
$strDisabled = 'Onemogočeno';
$strDisplayFeat = 'Prikaži lastnosti';
$strDisplayOrder = 'Vrstni red prikaza:';
$strDisplayPDF = 'Prikaži PDF shemo';
$strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
$strDoYouReally = 'Ali res želite ';
$strDocu = 'Dokumentacija';
$strDrop = 'Zavrži';
$strDropDatabaseStrongWarning = 'S tem dejanjem boste UNIČILI celotno bazo podatkov!';
$strDropUsersDb = 'Izbriši podatkovne baze, ki imajo enako ime kot uporabniki.';
$strDumpSaved = 'Dump je shranjen v datoteko %s.';
$strDumpXRows = 'Odloži %s vrstic, začni z zapisom # %s.';
$strDumpingData = 'Odloži podatke za tabelo';
$strDynamic = 'dinamično';
 
$strEdit = 'Uredi';
$strEditPDFPages = 'Uredi PDF strani';
$strEditPrivileges = 'Uredi privilegije';
$strEffective = 'Učinkovito';
$strEmpty = 'Izprazni';
$strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno množico (npr. nič vrstic).';
$strEnabled = 'Omogočeno';
$strEncloseInTransaction = 'Vključi izvoz v transakcijo';
$strEnd = 'Konec';
$strEndCut = 'KONEC IZREZA';
$strEndRaw = 'END RAW';
$strEnglish = 'Angleško';
$strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v angleščini ';
$strError = 'Napaka';
$strEstonian = 'Estonsko';
$strExcelEdition = 'Izdaja za Excel';
$strExcelOptions = 'Možnosti za Excel';
$strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
$strExplain = 'Razloži SQL stavek';
$strExport = 'Izvozi';
$strExtendedInserts = 'Razširjene \'insert\' poizvedbe';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspeli poizkusi';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je zavrženo';
$strFields = 'Polja';
$strFieldsEmpty = ' Števec polj je prazen! ';
$strFieldsEnclosedBy = 'Polja obdana z';
$strFieldsEscapedBy = 'Polja izognjena z';
$strFieldsTerminatedBy = 'Polja zaključena z';
$strFileAlreadyExists = 'Datoteka %s že obstaja na strežniku, spremenite ime novi ali prepišite obstoječo datoteko.';
$strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
$strFileNameTemplate = 'Predloga datoteke';
$strFileNameTemplateRemember = 'Shrani predlogo';
$strFixed = 'fiksno';
$strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja strežnik, če so bile tabele ročno spremenjene. V tem primeru morate, preden nadaljujete, osvežiti privilegije.';
$strFlushTable = 'Počisti tabelo ("FLUSH")';
$strFormEmpty = 'V obliki manjka vrednost !';
$strFormat = 'Oblika';
$strFullText = 'Polna besedila';
$strFunction = 'Funkcija';
 
$strGenBy = 'Ustvaril';
$strGenTime = 'Čas nastanka';
$strGeneralRelationFeat = 'Splošne lastnosti relacij';
$strGeorgian = 'Gruzijsko';
$strGerman = 'Nemško';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalni privilegiji';
$strGlobalValue = 'Skupna vrednost';
$strGo = 'Izvedi';
$strGrantOption = 'Dovoli';
$strGreek = 'Grško';
$strGzip = '"gzipano"';
 
$strHasBeenAltered = 'je bil spremenjen(a).';
$strHasBeenCreated = 'je bil ustvarjen(a).';
$strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
$strHebrew = 'Hebrejsko';
$strHome = 'Domov';
$strHomepageOfficial = 'Uradna domača stran phpMyAdmin';
$strHost = 'Gostitelj';
$strHostEmpty = 'Ime gostitelja je prazno!';
$strHungarian = 'Madžarsko';
 
$strId = 'ID';
$strIdxFulltext = 'Polno besedilo';
$strIgnore = 'Prezri';
$strIgnoreInserts = 'Uporabi možnost prezri vstavke';
$strIgnoringFile = 'Prezrl sem datoteko %s';
$strImportDocSQL = 'Uvozi docSQL datoteke';
$strImportFiles = 'Uvozi datoteke';
$strInUse = 'v uporabi';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s je zavržen';
$strIndexName = 'Ime indeksa&nbsp;:';
$strIndexType = 'Vrsta indeksa&nbsp;:';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu računu MySQLa. MySQL strežnik teče s privzetimi nastavitvami, zato je izpostavljen vdorom. Čimprej odpravite ti dve varnostni luknji.';
$strInsert = 'Vstavi';
$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsertNewRow = 'Vstavi novo vrstico';
$strInsertedRowId = 'Vstavljen id vrstice:';
$strInsertedRows = 'Vstavljene vrstice:';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, če obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije';
 
$strJapanese = 'Japonsko';
$strJumpToDB = 'Preskoči na podatkovno bazo &quot;%s&quot;.';
$strJustDelete = 'Samo izbriši uporabnike iz tabel privilegijev.';
$strJustDeleteDescr = '&quot;Izbrisani&quot; uporabniki lahko še vedno normalno dostopajo do strežnika, dokler ne osvežite privilegijev';
 
$strKeepPass = 'Ne spreminjaj gesla';
$strKeyname = 'Ime ključa';
$strKill = 'Prekini proces';
$strKorean = 'Korejsko';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Možnosti za LaTeX';
$strLandscape = 'Ležeče';
$strLatexCaption = 'Ime tabele';
$strLatexContent = 'Vsebina tabele __TABLE__';
$strLatexContinued = '(nadaljevanje)';
$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexIncludeCaption = 'Vključi ime tabele';
$strLatexLabel = 'Označi ključ';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLengthSet = 'Dolžina/Vrednosti*';
$strLimitNumRows = 'Število vrstic na stran';
$strLinesTerminatedBy = 'Vrstice zaključene z';
$strLinkNotFound = 'Povezave ni mogoče najti';
$strLinksTo = 'Povezave z';
$strLithuanian = 'Litvansko';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija datoteke z besedilom';
$strLogPassword = 'Geslo:';
$strLogServer = 'Strežnik';
$strLogUsername = 'Uporabniško ime:';
$strLogin = 'Prijava';
$strLoginInformation = 'Podatki o prijavi';
$strLogout = 'Odjava';
 
$strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
$strMIME_MIMEtype = 'MIME-vrsta';
$strMIME_available_mime = 'Razpoložljive MIME-vrste';
$strMIME_available_transform = 'Razpoložljive pretvorbe';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
$strMIME_transformation = 'Pretvorba z brskalnikom';
$strMIME_transformation_note = 'Seznam razpoložljivih možnosti pretvorbe in pretvorbe MIME-vrst boste videli, če kliknete na %sopise transformacij%s';
$strMIME_transformation_options = 'Možnosti pretvorbe';
$strMIME_transformation_options_note = 'Vrednosti za možnosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />Če želite med vrednosti vnesti poševnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (še eno) poševnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
$strMIME_without = 'MIME-vrste, ki so napisano ležeče, nimajo lastne pretvorbene funkcije';
$strMaximumSize = 'Največja velikost: %s%s';
$strModifications = 'Spremembe so shranjene';
$strModify = 'Spremeni';
$strModifyIndexTopic = 'Spremeni indeks';
$strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
$strMoveTableSameNames = 'Tabele ni mogoče premakniti same vase!';
$strMultilingual = 'večjezično';
$strMySQLCharset = 'MySQL kodna tabela';
$strMySQLSaid = 'MySQL je vrnil: ';
$strMySQLShowProcess = 'Pokaži procese';
$strMySQLShowStatus = 'Pokaži tekoče informacije o MySQL';
$strMySQLShowVars = 'Pokaži sistemske spremenljivke MySQL';
 
$strName = 'Ime';
$strNext = 'Naslednji';
$strNo = 'Ne';
$strNoDatabases = 'Brez podatkovnih baz';
$strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
$strNoDescription = 'brez opisa';
$strNoDropDatabases = '"DROP DATABASE" poizvedbe so izključene.';
$strNoExplain = 'Preskoči razlago SQL stavka';
$strNoFrames = 'phpMyAdmin je prijaznejši z brskalnikom, ki podpira okvirje.';
$strNoIndex = 'Ni definiranega indeksa!';
$strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
$strNoModification = 'Brez sprememb';
$strNoOptions = 'Za to obliko ni možnosti';
$strNoPassword = 'Brez gesla';
$strNoPermission = 'Spletni strežnik nima dovoljenja za shranjevanje datoteke %s';
$strNoPhp = 'Brez kode PHP';
$strNoPrivileges = 'Brez privilegijev';
$strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
$strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
$strNoTablesFound = 'V podatkovni bazi ni mogoče najti tabel.';
$strNoUsersFound = 'Ni mogoče najti uporabnika(ov).';
$strNoValidateSQL = 'Preskoči preverjanje pravilnosti SQL stavka';
$strNone = 'Brez';
$strNotNumber = 'To ni število!';
$strNotOK = 'Ni v redu';
$strNotSet = 'Tabele <b>%s</b> ni mogoče najti ali pa ni v %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
$strNumTables = 'Ttabel';
 
$strOK = 'V redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiraj tabelo';
$strOr = 'Ali';
$strOverhead = 'Presežek';
$strOverwriteExisting = 'Prepiši obstoječo(e) datoteko(e)';
 
$strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne težave z večbitnimi stavki (mbstring). Glej PHP poročilo o hrošču 19404. Ta verzija PHP ni priporočljiva za uporabo s phpMyAdmin.';
$strPHPVersion = 'Različica PHP';
$strPageNumber = 'Številka strani:';
$strPaperSize = 'Velikost papirja';
$strPartialText = 'Delna besedila';
$strPassword = 'Geslo';
$strPasswordChanged = 'Geslo za %s je uspešno spremenjeno.';
$strPasswordEmpty = 'Geslo je prazno!';
$strPasswordNotSame = 'Gesli se ne ujemata!';
$strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
$strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
$strPdfNoTables = 'Ni tabel';
$strPerHour = 'na uro';
$strPerMinute = 'na minuto';
$strPerSecond = 'na sekundo';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Ustvari PHP kodo';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
$strPortrait = 'Pokončno';
$strPos1 = 'Začetek';
$strPrevious = 'Prejšnji';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni ključ je zavržen';
$strPrimaryKeyName = 'Ime primarnega ključa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega ključa!)';
$strPrint = 'Natisni';
$strPrintView = 'Pogled postavitve tiskanja';
$strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
$strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
$strPrivDescAlter = 'Omogoča spreminjanje strukture obstoječih tabel.';
$strPrivDescCreateDb = 'Omogoča ustvarjanje novih podatkovnih baz in tabel.';
$strPrivDescCreateTbl = 'Omogoča ustvarjanje novih tabel.';
$strPrivDescCreateTmpTable = 'Omogoča ustvarjanje začasnih tabel.';
$strPrivDescDelete = 'Omogoča brisanje podatkov.';
$strPrivDescDropDb = 'Omogoča brisanje podatkovnih baz in tabel.';
$strPrivDescDropTbl = 'Omogoča brisanje tabel.';
$strPrivDescExecute = 'Omogoča poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
$strPrivDescFile = 'Omogoča uvažanje in izvažanje podatkov v datoteke.';
$strPrivDescGrant = 'Omogoča dodajanje uporabnikov in privilegijev brez osveževanja privilegijev.';
$strPrivDescIndex = 'Omogoča ustvarjanje in brisanje indeksov.';
$strPrivDescInsert = 'Omogoča vstavljanje in zamenjavo podatkov.';
$strPrivDescLockTables = 'Omogoča zaklepanje tabel za trenutno temo.';
$strPrivDescMaxConnections = 'Omeji število povezav, ki jih uporabnik lahko odpre v eni uri.';
$strPrivDescMaxQuestions = 'Omeji število poizved, ki jih uporabnik lahko pošlje strežniku v eni uri.';
$strPrivDescMaxUpdates = 'Omeji število ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvrši v eni uri.';
$strPrivDescProcess3 = 'Omogoča ukinjanje procesov drugih uporabnikov.';
$strPrivDescProcess4 = 'Omogoča pregled popolnih poizvedb v spisku procesov.';
$strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
$strPrivDescReload = 'Omogoča osveževanje strežnikovih nastavitev in praznjenje strežnikovih predpomnilnikov.';
$strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni strežniki.';
$strPrivDescReplSlave = 'Potrebno za podrejene strežnike pri replikaciji.';
$strPrivDescSelect = 'Omogoča branje podatkov.';
$strPrivDescShowDb = 'Omogoča dostop do popolnega spiska podatkovnih baz';
$strPrivDescShutdown = 'Omogoča ugašanje strežnika.';
$strPrivDescSuper = 'Omogoča priklaplanje tudi če je že doseženo največje dovoljeno število priklopov; Potrebno za večino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
$strPrivDescUpdate = 'Omogoča spreminjanje podatkov.';
$strPrivDescUsage = 'Brez privilegijev.';
$strPrivileges = 'Privilegiji';
$strPrivilegesReloaded = 'Uspešno sem osvežil privilegije.';
$strProcesslist = 'Seznam procesov';
$strPutColNames = 'Postavi imena polj v prvo vrstico';
 
$strQBE = 'Poizvedba';
$strQBEDel = 'Briši';
$strQBEIns = 'Vstavi';
$strQueryFrame = 'Okno za iskanje';
$strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL-zgodovina';
$strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo strežniku poslanih %s poizvedb.';
$strQueryTime = 'Poizvedba je potrebovala %01.4f s';
$strQueryType = 'Vrsta poizvedbe';
$strQueryWindowLock = 'Ne prepiši te poizvedbe od zunaj';
 
$strReType = 'Ponovno vnesi';
$strReceived = 'Prejeto';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Preveri referenčno integriteto:';
$strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjučene. Če želite izvedeti zakaj, kliknite %stukaj%s.';
$strRelationView = 'Pogled relacij';
$strRelationalSchema = 'Relacijska shema';
$strRelations = 'Relacije';
$strRelationsForTable = 'RELACIJE ZA TABELO';
$strReloadMySQL = 'Ponovno naloži MySQL';
$strReloadingThePrivileges = 'Osvežujem privilegije';
$strRemoveSelectedUsers = 'Izbriši izbrane uporabnike';
$strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
$strRenameTable = 'Preimenuj tabelo v';
$strRenameTableOK = 'Tabela %s je preimenovana v %s';
$strRepairTable = 'Popravi tabelo';
$strReplaceNULLBy = 'Zamenjaj NULL z';
$strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
$strReset = 'Ponastavi';
$strResourceLimits = 'Omejitve virov';
$strRevoke = 'Odvzemi';
$strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbriši.';
$strRevokeAndDeleteDescr = 'Uporabniki bodo še vedno imeli USAGE privilegije, dokler ne osvežite privilegijev.';
$strRevokeMessage = 'Odvzeli ste privilegije za %s';
$strRowLength = 'Dolžina vrstice';
$strRowSize = ' Velikost vrstice ';
$strRows = 'Vrstice';
$strRowsFrom = 'vrstice naprej od zapisa #';
$strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
$strRowsModeHorizontal = 'vodoravnem';
$strRowsModeOptions = 'v %s načinu in ponovi glavo po %s celicah';
$strRowsModeVertical = 'navpičnem';
$strRowsStatistic = 'Statistika vrstic';
$strRunQuery = 'Izvedi poizvedbo';
$strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
$strRunning = 'teče na %s';
$strRussian = 'Rusko';
 
$strSQL = 'SQL';
$strSQLExportType = 'Vrsta izvoza';
$strSQLOptions = 'SQL možnosti';
$strSQLParserBugMessage = 'Obstaja možnost, da ste v SQL razčlenjevalniku naleteli na hrošča. Temeljito preglejte poizvedbo in preverite, če so citati pravilni in če se ujemajo. Možno je tudi, da prenašate binarno datoteko, ki je izven področja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. Če je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav. Če se bodo težave nadaljevale, ali če razčlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanjšajte vnešeno SQL poizvedbo na tisto poizvedbo, ki povzroča težave in pošljite poročilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
$strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi prišlo do napake. Če je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav.';
$strSQLQuery = 'SQL-poizvedba';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
$strSQPBugUnclosedQuote = 'Odprt citat';
$strSQPBugUnknownPunctuation = 'Neznan niz ločil';
$strSave = 'Shrani';
$strSaveOnServer = 'Shrani na strežnik, v imenik %s';
$strScaleFactorSmall = 'Faktor povečava je premajhen, da bi spravili shemo na eno stran';
$strSearch = 'Iskanje';
$strSearchFormTitle = 'Išči v podatkovni bazi';
$strSearchInTables = 'V tabelah:';
$strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
$strSearchOption1 = 'katerokoli besedo';
$strSearchOption2 = 'vse besede';
$strSearchOption3 = 'točno določeno frazo';
$strSearchOption4 = 'kot \'regular expression\'';
$strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
$strSearchType = 'Najdi:';
$strSecretRequired = 'Konfiguracijski datoteki morate sedaj določiti skrivno geslo (blowfish_secret).';
$strSelectADb = 'Prosimo, izberite podatkovno bazo';
$strSelectAll = 'Izberi vse';
$strSelectFields = 'Izberite polja (vsaj eno):';
$strSelectNumRows = 'in poizvedba';
$strSelectTables = 'Izberi tabele';
$strSend = 'Shrani kot datoteko';
$strSent = 'Poslano';
$strServer = 'Strežnik';
$strServerChoice = 'Izbira strežnika';
$strServerStatus = 'Podatki o izvajanju';
$strServerStatusUptime = 'MySQL strežnik deluje že %s. Zagnal se je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Spremenljivke';
$strServerTrafficNotes = '<b>Promet na strežniku</b>: V teh tabelah je prikazana statistika obremenitve omrežja za ta MySQL strežnik, odkar je bil zagnan.';
$strServerVars = 'Spremenljivke in nastavitve strežnika';
$strServerVersion = 'Različica strežnika';
$strSessionValue = 'Vrednost seje';
$strSetEnumVal = 'Če je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> Če želite med vrednostmi uporabiti poševnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite poševnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
$strShow = 'Pokaži';
$strShowAll = 'Pokaži vse';
$strShowColor = 'Pokaži barvo';
$strShowDatadictAs = 'Oblika podatkovnega slovarja';
$strShowFullQueries = 'Pokaži celotne poizvedbe';
$strShowGrid = 'Pokaži mrežo';
$strShowPHPInfo = 'Pokaži podatke o PHP';
$strShowTableDimension = 'Pokaži dimenzije tabel';
$strShowTables = 'Pokaži tabele';
$strShowThisQuery = ' Ponovno pokaži poizvedbo v tem oknu ';
$strShowingRecords = 'Prikazujem vrstice';
$strSimplifiedChinese = 'Poenostavljeno kitajsko';
$strSingly = '(posamezno)';
$strSize = 'Velikost';
$strSort = 'Sortiraj';
$strSortByKey = 'Uredi po ključu';
$strSpaceUsage = 'Poraba prostora';
$strSplitWordsWithSpace = 'Besede so ločene s presledkom (" ").';
$strStatCheckTime = 'Zadnjič pregledano';
$strStatCreateTime = 'Ustvarjeno';
$strStatUpdateTime = 'Zadnjič posodobljeno';
$strStatement = 'Izjave';
$strStatus = 'Stanje';
$strStrucCSV = 'CSV podatki';
$strStrucData = 'Struktura in podatki';
$strStrucDrop = 'Dodaj DROP TABLE poizvedbo';
$strStrucExcelCSV = 'CSV podatki za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predlagaj strukturo tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošlji';
$strSuccess = 'SQL-poizvedba je bila uspešno izvedena';
$strSum = 'Vsota';
$strSwedish = 'Švedsko';
$strSwitchToTable = 'Preklopi na kopirano tabelo';
 
$strTable = 'Tabela';
$strTableComments = 'Komentar tabele';
$strTableEmpty = 'Ime tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je zavržena';
$strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Vzdrževanje tabele';
$strTableOfContents = 'Vsebina';
$strTableOptions = 'Možnosti tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Vrsta tabele';
$strTables = '%s tabel';
$strTblPrivileges = 'Privilegiji tipični za tabelo';
$strTextAreaLength = ' Zaradi njegove dolžine<br /> polja ne bo mogoče urejati ';
$strThai = 'Tajsko';
$strThisHost = 'Ta strežnik';
$strThisNotDirectory = 'To ni bila mapa';
$strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
$strTime = 'Čas';
$strToggleScratchboard = 'preklopi odložišče (scratchboard)';
$strTotal = 'skupaj';
$strTotalUC = 'Skupaj';
$strTraditionalChinese = 'Tradicionalno kitajsko';
$strTraffic = 'Promet';
$strTransformation_application_octetstream__download = 'Prikaži povezavo za prenos binarnih podatkov polja. Prva možnost je ime binarne datoteke. Druga možnost je možno ime polja v vrstici tabele, ki vsebuje to ime datoteke. Če vnesete drugo možnost, mora biti prva možnost prazna';
$strTransformation_image_jpeg__inline = 'Prikaže sličico, na katero lahko kliknete; možnosti: širina, višina v slikovnih pikah (obdrži prvotna razmerja)';
$strTransformation_image_jpeg__link = 'Pokaže povezavo na grafiko (neposredni BLOB prenos, ipd.).';
$strTransformation_image_png__inline = 'Pokaži sliko/jpeg: vključeno';
$strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz časa. Prva možnost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga možnost je drugačna oblika prikaza datuma, glede na parametre za PHP strftime().';
$strTransformation_text_plain__external = 'SAMO ZA LINUX: Zažene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate ročno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva možnost je številka programa, ki ga želite uporabiti, druga možnost pa so parametri za program. Če tretji parameter nastavite na 1, bo s pomočjo htmlspecialchars() pretvoril izhod (Privzeto: 1). Če nastavite četrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
$strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
$strTransformation_text_plain__imagelink = 'Prikaže sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga možnost je širina v slikovnih pikah, tretja pa višina.';
$strTransformation_text_plain__link = 'Prikaže povezavo, polje vsebuje ime datoteke; prva možnost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
$strTransformation_text_plain__substr = 'Vrne le del niza. Prva možnost je odmik, ki določa, kje se bo začelo prikazano besedilo (Privzeto: 0). Druga možnost je odmik, ki pove, koliko besedila bo prikazanega. Če ni določen, bo izpisano vse preostalo besedilo. Tretja možnost pa določa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
$strTruncateQueries = 'Skrči prikazane poizvedbe';
$strTurkish = 'Turško';
$strType = 'Vrsta';
 
$strUkrainian = 'Ukrajinsko';
$strUncheckAll = 'Odznači vse';
$strUnicode = 'Unicode';
$strUnique = 'Unikaten';
$strUnknown = 'neznano';
$strUnselectAll = 'Prekliči izbor vsega';
$strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
$strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je posodobljen.';
$strUpdateQuery = 'Osveži poizvedbo';
$strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novejšo.';
$strUsage = 'Uporaba';
$strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi poševnimi narekovaji';
$strUseHostTable = 'Uporabi tabelo gostiteljev';
$strUseTables = 'Uporabi tabele';
$strUseTextField = 'Uporabi tekstovno polje';
$strUseThisValue = 'Uporabi to vrednost';
$strUser = 'Uporabnik';
$strUserAlreadyExists = 'Uporabnik %s že obstaja!';
$strUserEmpty = 'Uporabniško ime je prazno!';
$strUserName = 'Uporabniško ime';
$strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem našel.';
$strUserOverview = 'Pregled uporabnikov';
$strUsersDeleted = 'Uspešno sem izbrisal izbrane uporabnike.';
$strUsersHavingAccessToDb = 'Uporabniški dostop do &quot;%s&quot;';
 
$strValidateSQL = 'Preveri pravilnost SQL stavka';
$strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, če so nameščeni vsi php razširitve, kot je navedeno v %dokumenaciji%.';
$strValue = 'Vrednost';
$strVar = 'Spremenljivka';
$strViewDump = 'Preglej povzetek stanja tabele';
$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
$strViewDumpDatabases = 'Pokaži povzetek stanja podatkovnih baz';
 
$strWebServerUploadDirectory = 'imenik za nalaganje datotek';
$strWebServerUploadDirectoryError = 'Imenik, ki ste ga določili za nalaganje, je nedosegljiv';
$strWelcome = 'Dobrodošli v %s';
$strWestEuropean = 'Zahodno evropsko';
$strWildcard = 'nadomestni znak';
$strWindowNotFound = 'Ciljnega okna ni bilo mogoče osvežiti. Morda ste zaprli nadrejeno okno ali pa vaš brskalnik blokira osveževanje varnostnih parametrov med okni.';
$strWithChecked = 'Z označenim:';
$strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogoče';
$strWritingRelationNotPossible = 'Zapisovanje relacij ni mogoče';
$strWrongUser = 'Napačno uporabniško ime/geslo. Dostop zavrnjen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Obvestilo: Če postavite vrednost na 0 (nič), boste odstranili omejitev.';
$strZip = '"zipano"';
 
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/slovenian-windows-1250.inc.php
0,0 → 1,978
<?php
/* $Id: slovenian-windows-1250.inc.php,v 2.117.2.3 2006/03/23 17:42:15 lem9 Exp $ */
 
/* By: urska.colner, agenda d.o.o. <urska.colner@agenda.si>, uros kositer, agenda d.o.o. <urosh@agenda.si> */
 
$charset = 'windows-1250';
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = '.';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ned', 'Pon', 'Tor', 'Sre', 'Èet', 'Pet', 'Sob');
$month = array('Jan', 'Feb', 'Mar', 'Apr', 'Maj', 'Jun', 'Jul', 'Avg', 'Sep', 'Okt', 'Nov', 'Dec');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y ob %I:%M %p';
$timespanfmt = '%s dni, %s ur, %s minut in %s sekund';
 
$strAPrimaryKey = 'Na %s je dodan primarni kljuè';
$strAbortedClients = 'Prekinjeno';
$strAbsolutePathToDocSqlDir = 'Vnesite absolutno pot do docSQL mape na strežniku';
$strAccessDenied = 'Dostop zavrnjen';
$strAccessDeniedExplanation = 'phpMyAdmin se je poskušal povezati na MySQL strežnik, ki je zavrnil povezavo. Preverite, ali gostitelj, uporabniško ime in geslo v datoteki config.inc.php ustrezajo podatkom administratorja MySQL strežnika.';
$strAction = 'Akcija';
$strAddAutoIncrement = 'Dodaj AUTO_INCREMENT vrednost';
$strAddConstraints = 'Dodaj omejitve';
$strAddDeleteColumn = 'Dodaj/Odstrani stolpec \'Polje\'';
$strAddDeleteRow = 'Dodaj/Odstrani vrstico \'Kriterij\'';
$strAddDropDatabase = 'Dodaj DROP DATABASE';
$strAddHeaderComment = 'Dodaj prilagojen komentar v glavo (\\n prelomi vrstice)';
$strAddIfNotExists = 'Dodaj ÈE NE OBSTAJA';
$strAddIntoComments = 'Dodaj med komentarje';
$strAddNewField = 'Dodaj novo polje';
$strAddPrivilegesOnDb = 'Dodaj privilegije na naslednji podatkovni bazi';
$strAddPrivilegesOnTbl = 'Dodaj privilegije na naslednji tabeli';
$strAddSearchConditions = 'Dodaj iskalne pogoje (telo "where" stavka):';
$strAddToIndex = 'Dodaj indeksu &nbsp;%s&nbsp;stolpec(ce)';
$strAddUser = 'Dodaj novega uporabnika';
$strAddUserMessage = 'Dodali ste novega uporabnika.';
$strAddedColumnComment = 'Dodan komentar za stolpec';
$strAddedColumnRelation = 'Dodana relacija za stolpec';
$strAdministration = 'Administracija';
$strAffectedRows = 'Spremenjene vrstice:';
$strAfter = 'Po %s';
$strAfterInsertBack = 'Nazaj na prejšnjo stran';
$strAfterInsertNewInsert = 'Vstavi še eno novo vrstico';
$strAfterInsertSame = 'Pojdi nazaj na stran';
$strAll = 'Vse/Vsi';
$strAllTableSameWidth = 'prikažem vse tabele enake širine?';
$strAlterOrderBy = 'Spremeni vrstni red prikaza tabele za';
$strAnIndex = 'Na %s je dodan indeks';
$strAnalyzeTable = 'Analiziraj tabelo';
$strAnd = 'In';
$strAny = 'Katerikoli';
$strAnyHost = 'Katerikoli gostitelj';
$strAnyUser = 'Katerikoli uporabnik';
$strArabic = 'Arabsko';
$strArmenian = 'Armensko';
$strAscending = 'Narašèajoèe';
$strAtBeginningOfTable = 'Na zaèetku tabele';
$strAtEndOfTable = 'Na koncu tabele';
$strAttr = 'Atributi';
$strAutodetect = 'Samodejno zaznaj';
$strAutomaticLayout = 'Samodejna postavitev';
 
$strBack = 'Nazaj';
$strBaltic = 'Baltsko';
$strBeginCut = 'ZAÈETEK IZREZA';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binarno';
$strBinaryDoNotEdit = 'Binarno - ne urejaj';
$strBookmarkAllUsers = 'Dovoli dostop do zaznamka vsem uporabnikom';
$strBookmarkDeleted = 'Zaznamek je odstranjen.';
$strBookmarkLabel = 'Nalepka';
$strBookmarkQuery = 'Oznaèena SQL-poizvedba';
$strBookmarkThis = 'Oznaèi to SQL-poizvedbo';
$strBookmarkView = 'Samo pogled';
$strBrowse = 'Prebrskaj';
$strBrowseForeignValues = 'Prebrskaj tuje vrednosti';
$strBulgarian = 'Bolgarsko';
$strBzError = 'phpMyAdmin ni uspel stisniti odloženih podatkov zaradi neuporabne konènice Bz2 v tej razlièici php. Zelo dobro bi bilo, da v konfiguracijski datoteki za phpMyAdmin spremenite ukaz <code>$cfg[\'BZipDump\']</code> v <code>FALSE</code>. Èe želite izvajati stiskanje s pomoèjo Bz2, boste morali posodobiti php v novejšo razlièico. Za podrobnosti si oglejte php poroèilo o napaki %s.';
$strBzip = '"bzipano"';
 
$strCSVOptions = 'CSV možnosti';
$strCalendar = 'Koledar';
$strCannotLogin = 'Ne morem se prijaviti v MySQL strežnik';
$strCantLoad = 'ne morem naložiti podaljška %s,<br />prosim preverite PHP konfiguracijo';
$strCantLoadRecodeIconv = 'Ni mogoèe naložiti iconv ali recode ekstenzij, ki so potrebne za pretvorbe kodnih tabel, konfigurirajte php tako, da bo omogoèal uporabo teh ekstenzij ali onemogoèite pretvarjanje kodnih tabel v phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Indeksa ni mogoèe preimenovati v PRIMARY!';
$strCantUseRecodeIconv = 'Ni mogoèe uporabljati iconv, libiconv ali recode_string funkcij, èeprav so ekstenzije normalno naložene. Preverite konfiguracijo php.';
$strCardinality = 'Kardinalnost';
$strCaseInsensitive = 'ne razlikuj velikih in malih èrk';
$strCaseSensitive = 'razlikuj velike in male èrke';
$strCentralEuropean = 'Centralno evropsko';
$strChange = 'Spremeni';
$strChangeCopyMode = 'Ustvari novega uporabnika z enakimi pravicami in ...';
$strChangeCopyModeCopy = '... obdrži starega.';
$strChangeCopyModeDeleteAndReload = ' ... izbriši starega uporabnika s seznama uporabnikov ter ponovno naloži njegove pravice.';
$strChangeCopyModeJustDelete = ' ... izbriši starega s seznama uporabnikov.';
$strChangeCopyModeRevoke = ' ... preklièi vse aktivne pravice starega uporabnika ter jih izbriši.';
$strChangeCopyUser = 'Spremeni prijavne informacije / Kopiraj uporabnika';
$strChangeDisplay = 'Izberite polje za prikaz';
$strChangePassword = 'Spremeni geslo';
$strCharset = 'Nabor znakov';
$strCharsetOfFile = 'Nabor znakov datoteke:';
$strCharsets = 'Nabori znakov';
$strCharsetsAndCollations = 'Nabori znakov in pravila za razvršèanje znakov';
$strCheckAll = 'Oznaèi vse';
$strCheckOverhead = 'Preveri prekoraèene';
$strCheckPrivs = 'Preveri privilegije';
$strCheckPrivsLong = 'Preveri privilegije za podatkovno bazo &quot;%s&quot;.';
$strCheckTable = 'Preveri tabelo';
$strChoosePage = 'Izberite stran za urejanje';
$strColComFeat = 'Prikazovanje komentarjev stolpcev';
$strCollation = 'Pravilo za razvršèanje znakov';
$strColumnNames = 'Imena stolpcev';
$strColumnPrivileges = 'Privilegiji tipièni za stolpec';
$strCommand = 'Ukaz';
$strComments = 'Komentarji';
$strCommentsForTable = 'KOMENTARJI ZA TABELO';
$strCompleteInserts = 'Popolne \'insert\' poizvedbe';
$strCompression = 'Stiskanje';
$strConfigFileError = 'phpMyAdmin ni mogel prebrati konfiguracijske datoteke!<br />To se lahko zgodi, èe php pri prevajanju konfiguracijske datoteke najde napako ali pa ne najde datoteke.<br />Prosimo, odprite konfiguracijsko datoteko s povezavo, ki je navedena spodaj in preberite dobljeno sporoèilo o napaki. V veèini primerov gre za manjkajoèi narekovaj ali podpièje.<br />Èe dobite prazno stran, je vse v redu.';
$strConfigureTableCoord = 'Prosimo, konfigurirajte koordinate za tabelo %s';
$strConnectionError = 'Povezava ni mogoèa: neveljavne nastavitve.';
$strConnections = 'Povezave';
$strConstraintsForDumped = 'Omejitve tabel za povzetek stanja';
$strConstraintsForTable = 'Omejitve za tabelo';
$strCookiesRequired = 'Èe želite še dalje uporabljati program, morate omogoèiti piškotke.';
$strCopyTable = 'Kopiraj tabelo v (podatkovna_baza<b>.</b>tabela):';
$strCopyTableOK = 'Tabela %s je skopirana v %s.';
$strCopyTableSameNames = 'Tabele ni mogoèe kopirati same vase!';
$strCouldNotKill = 'phpMyAdmin ni uspel prekiniti teme %s. Verjetno je že prekinjena.';
$strCreate = 'Ustvari';
$strCreateIndex = 'Ustvari indeks na&nbsp;%s&nbsp;stolpcih';
$strCreateIndexTopic = 'Ustvari nov indeks';
$strCreateNewDatabase = 'Ustvari novo podatkovno bazo';
$strCreateNewTable = 'Ustvari novo tabelo v podatkovni bazi %s';
$strCreatePage = 'Ustvari novo stran';
$strCreatePdfFeat = 'Ustvarjanje PDF datotek';
$strCreationDates = 'Datumi za ustvarjeno/posodobljeno/preverjeno';
$strCriteria = 'Kriteriji';
$strCroatian = 'Hrvaško';
$strCyrillic = 'Cirilica';
$strCzech = 'Èeško';
$strCzechSlovak = 'Èeškoslovaško';
 
$strDBComment = 'Komentar zbirke podatkov: ';
$strDBGContext = 'Kontekst';
$strDBGContextID = 'Kontekst ID';
$strDBGHits = 'Zadetki';
$strDBGLine = 'Vrstica';
$strDBGMaxTimeMs = 'Najveèji èas, ms';
$strDBGMinTimeMs = 'Najmanjši èas, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Èas/Zadetek, ms';
$strDBGTotalTimeMs = 'Skupni èas, ms';
$strDBRename = 'Preimenuj podatkovno bazo v';
$strDanish = 'Dansko';
$strData = 'Podatki';
$strDataDict = 'Podatkovni slovar';
$strDataOnly = 'Samo podatki';
$strDatabase = 'Podatkovna baza';
$strDatabaseEmpty = 'Ime podatkovne baze je prazno!';
$strDatabaseExportOptions = 'Možnosti za izvoz baze podatkov';
$strDatabaseHasBeenDropped = 'Podatkovna baza %s je zavržena.';
$strDatabaseNoTable = 'Ta baza podatkov ne vsebuje tabele!!';
$strDatabases = 'podatkovne baze';
$strDatabasesDropped = '%s podatkovne baze so uspešno zavržene.';
$strDatabasesStats = 'Statistika podatkovnih baz';
$strDatabasesStatsDisable = 'Onemogoèi statistiko';
$strDatabasesStatsEnable = 'Omogoèi statistiko';
$strDatabasesStatsHeavyTraffic = 'Obvestilo: Omogoèitev statistike podatkovne baze lahko povzroèi moèno poveèan promet med spletnim in podatkovnim strežnikom.';
$strDbPrivileges = 'Privilegiji tipièni za podatkovno bazo';
$strDbSpecific = 'glede na zbirko podatkov';
$strDefault = 'Privzeto';
$strDefaultValueHelp = 'Za privzete vrednosti vnesite samo vrednosti, brez poševnice nazaj ali narekovaja, npr.: a';
$strDelOld = 'Trenutna stran vsebuje sklice na tabele, ki ne obstajajo veè. Ali želite izbrisati te sklice?';
$strDelayedInserts = 'Uporabi zakasnjeno vstavljanje';
$strDelete = 'Izbriši';
$strDeleteAndFlush = 'Izbriši uporabnike in potem osveži privilegije.';
$strDeleteAndFlushDescr = 'To je najboljši naèin, vendar lahko osveževanje privilegijev traja nekaj èasa.';
$strDeleted = 'Vrstica je izbrisana';
$strDeletedRows = 'Izbrisane vrstice:';
$strDeleting = 'Brišem %s';
$strDescending = 'Padajoèe';
$strDescription = 'Opis';
$strDictionary = 'slovar';
$strDisabled = 'Onemogoèeno';
$strDisplayFeat = 'Prikaži lastnosti';
$strDisplayOrder = 'Vrstni red prikaza:';
$strDisplayPDF = 'Prikaži PDF shemo';
$strDoAQuery = 'Izvedi "query by example" (nadomestni znak: "%")';
$strDoYouReally = 'Ali res želite ';
$strDocu = 'Dokumentacija';
$strDrop = 'Zavrži';
$strDropDatabaseStrongWarning = 'S tem dejanjem boste UNIÈILI celotno bazo podatkov!';
$strDropUsersDb = 'Izbriši podatkovne baze, ki imajo enako ime kot uporabniki.';
$strDumpSaved = 'Dump je shranjen v datoteko %s.';
$strDumpXRows = 'Odloži %s vrstic, zaèni z zapisom # %s.';
$strDumpingData = 'Odloži podatke za tabelo';
$strDynamic = 'dinamièno';
 
$strEdit = 'Uredi';
$strEditPDFPages = 'Uredi PDF strani';
$strEditPrivileges = 'Uredi privilegije';
$strEffective = 'Uèinkovito';
$strEmpty = 'Izprazni';
$strEmptyResultSet = 'MySQL je vrnil kot rezultat prazno množico (npr. niè vrstic).';
$strEnabled = 'Omogoèeno';
$strEncloseInTransaction = 'Vkljuèi izvoz v transakcijo';
$strEnd = 'Konec';
$strEndCut = 'KONEC IZREZA';
$strEndRaw = 'END RAW';
$strEnglish = 'Angleško';
$strEnglishPrivileges = ' Opomba: Imena MySQL privilegijev so zapisana v anglešèini ';
$strError = 'Napaka';
$strEstonian = 'Estonsko';
$strExcelEdition = 'Izdaja za Excel';
$strExcelOptions = 'Možnosti za Excel';
$strExecuteBookmarked = 'Izvedi izbrano poizvedbo';
$strExplain = 'Razloži SQL stavek';
$strExport = 'Izvozi';
$strExtendedInserts = 'Razširjene \'insert\' poizvedbe';
$strExtra = 'Dodatno';
 
$strFailedAttempts = 'Neuspeli poizkusi';
$strField = 'Polje';
$strFieldHasBeenDropped = 'Polje %s je zavrženo';
$strFields = 'Polja';
$strFieldsEmpty = ' Števec polj je prazen! ';
$strFieldsEnclosedBy = 'Polja obdana z';
$strFieldsEscapedBy = 'Polja izognjena z';
$strFieldsTerminatedBy = 'Polja zakljuèena z';
$strFileAlreadyExists = 'Datoteka %s že obstaja na strežniku, spremenite ime novi ali prepišite obstojeèo datoteko.';
$strFileCouldNotBeRead = 'Ne morem prebrati datoteke';
$strFileNameTemplate = 'Predloga datoteke';
$strFileNameTemplateRemember = 'Shrani predlogo';
$strFixed = 'fiksno';
$strFlushPrivilegesNote = 'Obvestilo: phpMyAdmin dobi podatke o uporabnikovih privilegijih iz MySQL tabel privilegijev. Vsebina teh tabel se lahko razlikuje od privilegijev, ki jih uporablja strežnik, èe so bile tabele roèno spremenjene. V tem primeru morate, preden nadaljujete, osvežiti privilegije.';
$strFlushTable = 'Poèisti tabelo ("FLUSH")';
$strFormEmpty = 'V obliki manjka vrednost !';
$strFormat = 'Oblika';
$strFullText = 'Polna besedila';
$strFunction = 'Funkcija';
 
$strGenBy = 'Ustvaril';
$strGenTime = 'Èas nastanka';
$strGeneralRelationFeat = 'Splošne lastnosti relacij';
$strGeorgian = 'Gruzijsko';
$strGerman = 'Nemško';
$strGlobal = 'globalno';
$strGlobalPrivileges = 'Globalni privilegiji';
$strGlobalValue = 'Skupna vrednost';
$strGo = 'Izvedi';
$strGrantOption = 'Dovoli';
$strGreek = 'Grško';
$strGzip = '"gzipano"';
 
$strHasBeenAltered = 'je bil spremenjen(a).';
$strHasBeenCreated = 'je bil ustvarjen(a).';
$strHaveToShow = 'Za prikaz morate izbrati morate vsaj en stolpec';
$strHebrew = 'Hebrejsko';
$strHome = 'Domov';
$strHomepageOfficial = 'Uradna domaèa stran phpMyAdmin';
$strHost = 'Gostitelj';
$strHostEmpty = 'Ime gostitelja je prazno!';
$strHungarian = 'Madžarsko';
 
$strId = 'ID';
$strIdxFulltext = 'Polno besedilo';
$strIgnore = 'Prezri';
$strIgnoreInserts = 'Uporabi možnost prezri vstavke';
$strIgnoringFile = 'Prezrl sem datoteko %s';
$strImportDocSQL = 'Uvozi docSQL datoteke';
$strImportFiles = 'Uvozi datoteke';
$strInUse = 'v uporabi';
$strIndex = 'Indeks';
$strIndexHasBeenDropped = 'Indeks %s je zavržen';
$strIndexName = 'Ime indeksa&nbsp;:';
$strIndexType = 'Vrsta indeksa&nbsp;:';
$strIndexes = 'Indeksi';
$strInnodbStat = 'InnoDB stanje';
$strInsecureMySQL = 'Konfiguracijska datoteka vsebuje nastavitve (uporabnik root brez gesla), ki odgovarjajo privzetemu privlegiranemu raèunu MySQLa. MySQL strežnik teèe s privzetimi nastavitvami, zato je izpostavljen vdorom. Èimprej odpravite ti dve varnostni luknji.';
$strInsert = 'Vstavi';
$strInsertAsNewRow = 'Vstavi kot novo vrstico';
$strInsertNewRow = 'Vstavi novo vrstico';
$strInsertedRowId = 'Vstavljen id vrstice:';
$strInsertedRows = 'Vstavljene vrstice:';
$strInternalNotNecessary = '* Notranja relacija je nepotrebna, èe obstaja tudi v InnoDB.';
$strInternalRelations = 'Notranje relacije';
 
$strJapanese = 'Japonsko';
$strJumpToDB = 'Preskoèi na podatkovno bazo &quot;%s&quot;.';
$strJustDelete = 'Samo izbriši uporabnike iz tabel privilegijev.';
$strJustDeleteDescr = '&quot;Izbrisani&quot; uporabniki lahko še vedno normalno dostopajo do strežnika, dokler ne osvežite privilegijev';
 
$strKeepPass = 'Ne spreminjaj gesla';
$strKeyname = 'Ime kljuèa';
$strKill = 'Prekini proces';
$strKorean = 'Korejsko';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'Možnosti za LaTeX';
$strLandscape = 'Ležeèe';
$strLatexCaption = 'Ime tabele';
$strLatexContent = 'Vsebina tabele __TABLE__';
$strLatexContinued = '(nadaljevanje)';
$strLatexContinuedCaption = 'Nadaljevanje imena tabele';
$strLatexIncludeCaption = 'Vkljuèi ime tabele';
$strLatexLabel = 'Oznaèi kljuè';
$strLatexStructure = 'Struktura tabele __TABLE__';
$strLengthSet = 'Dolžina/Vrednosti*';
$strLimitNumRows = 'Število vrstic na stran';
$strLinesTerminatedBy = 'Vrstice zakljuèene z';
$strLinkNotFound = 'Povezave ni mogoèe najti';
$strLinksTo = 'Povezave z';
$strLithuanian = 'Litvansko';
$strLocalhost = 'Lokalno';
$strLocationTextfile = 'Lokacija datoteke z besedilom';
$strLogPassword = 'Geslo:';
$strLogServer = 'Strežnik';
$strLogUsername = 'Uporabniško ime:';
$strLogin = 'Prijava';
$strLoginInformation = 'Podatki o prijavi';
$strLogout = 'Odjava';
 
$strMIMETypesForTable = 'VRSTE MIME ZA TABELO';
$strMIME_MIMEtype = 'MIME-vrsta';
$strMIME_available_mime = 'Razpoložljive MIME-vrste';
$strMIME_available_transform = 'Razpoložljive pretvorbe';
$strMIME_description = 'Opis';
$strMIME_nodescription = 'Za to pretvorbo ni na voljo opisa.<br />Za funkcije %s se pozanimajte pri avtorju.';
$strMIME_transformation = 'Pretvorba z brskalnikom';
$strMIME_transformation_note = 'Seznam razpoložljivih možnosti pretvorbe in pretvorbe MIME-vrst boste videli, èe kliknete na %sopise transformacij%s';
$strMIME_transformation_options = 'Možnosti pretvorbe';
$strMIME_transformation_options_note = 'Vrednosti za možnosti pretvorbe vnesite v naslednji obliki: \'a\',\'b\',\'c\'...<br />Èe želite med vrednosti vnesti poševnico nazaj ("\") ali enojni narekovaj ("\'"), morate pred ta znak postaviti (še eno) poševnico nazaj (npr. \'\\\\xyz\' ali \'a\\\'b\').';
$strMIME_without = 'MIME-vrste, ki so napisano ležeèe, nimajo lastne pretvorbene funkcije';
$strMaximumSize = 'Najveèja velikost: %s%s';
$strModifications = 'Spremembe so shranjene';
$strModify = 'Spremeni';
$strModifyIndexTopic = 'Spremeni indeks';
$strMoveTable = 'Premakni tabelo v (podatkovna_baza<b>.</b>tabela):';
$strMoveTableOK = 'Tabela %s je bila premaknjena v %s.';
$strMoveTableSameNames = 'Tabele ni mogoèe premakniti same vase!';
$strMultilingual = 'veèjezièno';
$strMySQLCharset = 'MySQL kodna tabela';
$strMySQLSaid = 'MySQL je vrnil: ';
$strMySQLShowProcess = 'Pokaži procese';
$strMySQLShowStatus = 'Pokaži tekoèe informacije o MySQL';
$strMySQLShowVars = 'Pokaži sistemske spremenljivke MySQL';
 
$strName = 'Ime';
$strNext = 'Naslednji';
$strNo = 'Ne';
$strNoDatabases = 'Brez podatkovnih baz';
$strNoDatabasesSelected = 'Ni izbranih podatkovnih baz.';
$strNoDescription = 'brez opisa';
$strNoDropDatabases = '"DROP DATABASE" poizvedbe so izkljuèene.';
$strNoExplain = 'Preskoèi razlago SQL stavka';
$strNoFrames = 'phpMyAdmin je prijaznejši z brskalnikom, ki podpira okvirje.';
$strNoIndex = 'Ni definiranega indeksa!';
$strNoIndexPartsDefined = 'Ni definiranega dela indeksa!';
$strNoModification = 'Brez sprememb';
$strNoOptions = 'Za to obliko ni možnosti';
$strNoPassword = 'Brez gesla';
$strNoPermission = 'Spletni strežnik nima dovoljenja za shranjevanje datoteke %s';
$strNoPhp = 'Brez kode PHP';
$strNoPrivileges = 'Brez privilegijev';
$strNoRights = 'Nimate dovolj pravic, da bi bili sedaj tukaj!';
$strNoSpace = 'Ni dovolj prostora za shranjevanje datoteke %s.';
$strNoTablesFound = 'V podatkovni bazi ni mogoèe najti tabel.';
$strNoUsersFound = 'Ni mogoèe najti uporabnika(ov).';
$strNoValidateSQL = 'Preskoèi preverjanje pravilnosti SQL stavka';
$strNone = 'Brez';
$strNotNumber = 'To ni število!';
$strNotOK = 'Ni v redu';
$strNotSet = 'Tabele <b>%s</b> ni mogoèe najti ali pa ni v %s';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s zadetek(ov) v tabeli <i>%s</i>';
$strNumSearchResultsTotal = '<b>Skupaj:</b> <i>%s</i> zadetek(ov)';
$strNumTables = 'Ttabel';
 
$strOK = 'V redu';
$strOperations = 'Operacije';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimiraj tabelo';
$strOr = 'Ali';
$strOverhead = 'Presežek';
$strOverwriteExisting = 'Prepiši obstojeèo(e) datoteko(e)';
 
$strPHP40203 = 'Uporabljate PHP 4.2.3, ki ima resne težave z veèbitnimi stavki (mbstring). Glej PHP poroèilo o hrošèu 19404. Ta verzija PHP ni priporoèljiva za uporabo s phpMyAdmin.';
$strPHPVersion = 'Razlièica PHP';
$strPageNumber = 'Številka strani:';
$strPaperSize = 'Velikost papirja';
$strPartialText = 'Delna besedila';
$strPassword = 'Geslo';
$strPasswordChanged = 'Geslo za %s je uspešno spremenjeno.';
$strPasswordEmpty = 'Geslo je prazno!';
$strPasswordNotSame = 'Gesli se ne ujemata!';
$strPdfDbSchema = 'Shema podatkovne baze "%s" - Stran %s';
$strPdfInvalidTblName = 'Tabela "%s" ne obstaja!';
$strPdfNoTables = 'Ni tabel';
$strPerHour = 'na uro';
$strPerMinute = 'na minuto';
$strPerSecond = 'na sekundo';
$strPhoneBook = 'telefonski imenik';
$strPhp = 'Ustvari PHP kodo';
$strPmaDocumentation = 'phpMyAdmin dokumentacija';
$strPmaUriError = 'Ukaz <tt>$cfg[\'PmaAbsoluteUri\']</tt> mora biti definiran v konfiguracijski datoteki!';
$strPortrait = 'Pokonèno';
$strPos1 = 'Zaèetek';
$strPrevious = 'Prejšnji';
$strPrimary = 'Primarni';
$strPrimaryKeyHasBeenDropped = 'Primarni kljuè je zavržen';
$strPrimaryKeyName = 'Ime primarnega kljuèa mora biti... PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime <b>samo</b> primarnega kljuèa!)';
$strPrint = 'Natisni';
$strPrintView = 'Pogled postavitve tiskanja';
$strPrintViewFull = 'Pogled za tiskanje (s polnimi besedili)';
$strPrivDescAllPrivileges = 'Vsebuje vse privilegije razen GRANT.';
$strPrivDescAlter = 'Omogoèa spreminjanje strukture obstojeèih tabel.';
$strPrivDescCreateDb = 'Omogoèa ustvarjanje novih podatkovnih baz in tabel.';
$strPrivDescCreateTbl = 'Omogoèa ustvarjanje novih tabel.';
$strPrivDescCreateTmpTable = 'Omogoèa ustvarjanje zaèasnih tabel.';
$strPrivDescDelete = 'Omogoèa brisanje podatkov.';
$strPrivDescDropDb = 'Omogoèa brisanje podatkovnih baz in tabel.';
$strPrivDescDropTbl = 'Omogoèa brisanje tabel.';
$strPrivDescExecute = 'Omogoèa poganjanje shranjenih postopkov; V tej verziji MySQL nima pomena.';
$strPrivDescFile = 'Omogoèa uvažanje in izvažanje podatkov v datoteke.';
$strPrivDescGrant = 'Omogoèa dodajanje uporabnikov in privilegijev brez osveževanja privilegijev.';
$strPrivDescIndex = 'Omogoèa ustvarjanje in brisanje indeksov.';
$strPrivDescInsert = 'Omogoèa vstavljanje in zamenjavo podatkov.';
$strPrivDescLockTables = 'Omogoèa zaklepanje tabel za trenutno temo.';
$strPrivDescMaxConnections = 'Omeji število povezav, ki jih uporabnik lahko odpre v eni uri.';
$strPrivDescMaxQuestions = 'Omeji število poizved, ki jih uporabnik lahko pošlje strežniku v eni uri.';
$strPrivDescMaxUpdates = 'Omeji število ukazov za spremembo tabel ali podatkovne baze, ki jih uporabnik lahko izvrši v eni uri.';
$strPrivDescProcess3 = 'Omogoèa ukinjanje procesov drugih uporabnikov.';
$strPrivDescProcess4 = 'Omogoèa pregled popolnih poizvedb v spisku procesov.';
$strPrivDescReferences = 'V tej verziji MySQL nima pomena.';
$strPrivDescReload = 'Omogoèa osveževanje strežnikovih nastavitev in praznjenje strežnikovih predpomnilnikov.';
$strPrivDescReplClient = 'Da uporabniku pravico poizvedovati kje so njegovi nadrejeni / podrjeni strežniki.';
$strPrivDescReplSlave = 'Potrebno za podrejene strežnike pri replikaciji.';
$strPrivDescSelect = 'Omogoèa branje podatkov.';
$strPrivDescShowDb = 'Omogoèa dostop do popolnega spiska podatkovnih baz';
$strPrivDescShutdown = 'Omogoèa ugašanje strežnika.';
$strPrivDescSuper = 'Omogoèa priklaplanje tudi èe je že doseženo najveèje dovoljeno število priklopov; Potrebno za veèino administrativnih nalog kot sta postavljanje globalnih spremenljivk in ukinjanje procesov drugih uporabnikov.';
$strPrivDescUpdate = 'Omogoèa spreminjanje podatkov.';
$strPrivDescUsage = 'Brez privilegijev.';
$strPrivileges = 'Privilegiji';
$strPrivilegesReloaded = 'Uspešno sem osvežil privilegije.';
$strProcesslist = 'Seznam procesov';
$strPutColNames = 'Postavi imena polj v prvo vrstico';
 
$strQBE = 'Poizvedba';
$strQBEDel = 'Briši';
$strQBEIns = 'Vstavi';
$strQueryFrame = 'Okno za iskanje';
$strQueryOnDb = 'SQL-poizvedba na podatkovni bazi <b>%s</b>:';
$strQuerySQLHistory = 'SQL-zgodovina';
$strQueryStatistics = '<b>Statistika poizvedbe</b>: Od zagona je bilo strežniku poslanih %s poizvedb.';
$strQueryTime = 'Poizvedba je potrebovala %01.4f s';
$strQueryType = 'Vrsta poizvedbe';
$strQueryWindowLock = 'Ne prepiši te poizvedbe od zunaj';
 
$strReType = 'Ponovno vnesi';
$strReceived = 'Prejeto';
$strRecords = 'Zapisi';
$strReferentialIntegrity = 'Preveri referenèno integriteto:';
$strRelationNotWorking = 'Dodatne funkcije za delo s povezanimi tabelami so bile izkjuèene. Èe želite izvedeti zakaj, kliknite %stukaj%s.';
$strRelationView = 'Pogled relacij';
$strRelationalSchema = 'Relacijska shema';
$strRelations = 'Relacije';
$strRelationsForTable = 'RELACIJE ZA TABELO';
$strReloadMySQL = 'Ponovno naloži MySQL';
$strReloadingThePrivileges = 'Osvežujem privilegije';
$strRemoveSelectedUsers = 'Izbriši izbrane uporabnike';
$strRenameDatabaseOK = 'Baza podatkov %s je preimenovana v %s';
$strRenameTable = 'Preimenuj tabelo v';
$strRenameTableOK = 'Tabela %s je preimenovana v %s';
$strRepairTable = 'Popravi tabelo';
$strReplaceNULLBy = 'Zamenjaj NULL z';
$strReplaceTable = 'Podatke v tabeli zamenjaj z datoteko';
$strReset = 'Ponastavi';
$strResourceLimits = 'Omejitve virov';
$strRevoke = 'Odvzemi';
$strRevokeAndDelete = 'Odvzemi uporabnikom aktivne privilegije in jih potem izbriši.';
$strRevokeAndDeleteDescr = 'Uporabniki bodo še vedno imeli USAGE privilegije, dokler ne osvežite privilegijev.';
$strRevokeMessage = 'Odvzeli ste privilegije za %s';
$strRowLength = 'Dolžina vrstice';
$strRowSize = ' Velikost vrstice ';
$strRows = 'Vrstice';
$strRowsFrom = 'vrstice naprej od zapisa #';
$strRowsModeFlippedHorizontal = 'vodoravno (zasukani naslovi)';
$strRowsModeHorizontal = 'vodoravnem';
$strRowsModeOptions = 'v %s naèinu in ponovi glavo po %s celicah';
$strRowsModeVertical = 'navpiènem';
$strRowsStatistic = 'Statistika vrstic';
$strRunQuery = 'Izvedi poizvedbo';
$strRunSQLQuery = 'Izvedi SQL poizvedbo/poizvedbe na podatkovni bazi %s';
$strRunning = 'teèe na %s';
$strRussian = 'Rusko';
 
$strSQL = 'SQL';
$strSQLExportType = 'Vrsta izvoza';
$strSQLOptions = 'SQL možnosti';
$strSQLParserBugMessage = 'Obstaja možnost, da ste v SQL razèlenjevalniku naleteli na hrošèa. Temeljito preglejte poizvedbo in preverite, èe so citati pravilni in èe se ujemajo. Možno je tudi, da prenašate binarno datoteko, ki je izven podroèja besedila citata. Poizvedbo lahko preizkusite tudi na vmesniku ukazne vrstice MySQL. Èe je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav. Èe se bodo težave nadaljevale, ali èe razèlenjevalniku ne uspe tam, kjer vmesniku ukazne vrstice uspe, potem zmanjšajte vnešeno SQL poizvedbo na tisto poizvedbo, ki povzroèa težave in pošljite poroèilo o napaki skupaj s podatki iz spodnjega odseka IZREZA.';
$strSQLParserUserError = 'Izgleda, da je v SQL poizvedbi prišlo do napake. Èe je strežnik MySQL izpisal napako, vam le-ta lahko pomaga pri ugotavljanju težav.';
$strSQLQuery = 'SQL-poizvedba';
$strSQLResult = 'Rezultat SQL';
$strSQPBugInvalidIdentifer = 'Neveljavni identifikator';
$strSQPBugUnclosedQuote = 'Odprt citat';
$strSQPBugUnknownPunctuation = 'Neznan niz loèil';
$strSave = 'Shrani';
$strSaveOnServer = 'Shrani na strežnik, v imenik %s';
$strScaleFactorSmall = 'Faktor poveèava je premajhen, da bi spravili shemo na eno stran';
$strSearch = 'Iskanje';
$strSearchFormTitle = 'Išèi v podatkovni bazi';
$strSearchInTables = 'V tabelah:';
$strSearchNeedle = 'Iskane besede ali vrednosti (nadomestni znak: "%"):';
$strSearchOption1 = 'katerokoli besedo';
$strSearchOption2 = 'vse besede';
$strSearchOption3 = 'toèno doloèeno frazo';
$strSearchOption4 = 'kot \'regular expression\'';
$strSearchResultsFor = 'Rezultati iskanja "<i>%s</i>" %s:';
$strSearchType = 'Najdi:';
$strSecretRequired = 'Konfiguracijski datoteki morate sedaj doloèiti skrivno geslo (blowfish_secret).';
$strSelectADb = 'Prosimo, izberite podatkovno bazo';
$strSelectAll = 'Izberi vse';
$strSelectFields = 'Izberite polja (vsaj eno):';
$strSelectNumRows = 'in poizvedba';
$strSelectTables = 'Izberi tabele';
$strSend = 'Shrani kot datoteko';
$strSent = 'Poslano';
$strServer = 'Strežnik';
$strServerChoice = 'Izbira strežnika';
$strServerStatus = 'Podatki o izvajanju';
$strServerStatusUptime = 'MySQL strežnik deluje že %s. Zagnal se je %s.';
$strServerTabProcesslist = 'Procesi';
$strServerTabVariables = 'Spremenljivke';
$strServerTrafficNotes = '<b>Promet na strežniku</b>: V teh tabelah je prikazana statistika obremenitve omrežja za ta MySQL strežnik, odkar je bil zagnan.';
$strServerVars = 'Spremenljivke in nastavitve strežnika';
$strServerVersion = 'Razlièica strežnika';
$strSessionValue = 'Vrednost seje';
$strSetEnumVal = 'Èe je polje vrste "enum" ali "set", navedite vrednosti v obliki: \'a\',\'b\',\'c\'...<br /> Èe želite med vrednostmi uporabiti poševnico ("\") ali enojni narekovaj ("\'"), pred tem znakom vnesite poševnico (n.pr. \'\\\\xyz\' ali \'a\\\'b\').';
$strShow = 'Pokaži';
$strShowAll = 'Pokaži vse';
$strShowColor = 'Pokaži barvo';
$strShowDatadictAs = 'Oblika podatkovnega slovarja';
$strShowFullQueries = 'Pokaži celotne poizvedbe';
$strShowGrid = 'Pokaži mrežo';
$strShowPHPInfo = 'Pokaži podatke o PHP';
$strShowTableDimension = 'Pokaži dimenzije tabel';
$strShowTables = 'Pokaži tabele';
$strShowThisQuery = ' Ponovno pokaži poizvedbo v tem oknu ';
$strShowingRecords = 'Prikazujem vrstice';
$strSimplifiedChinese = 'Poenostavljeno kitajsko';
$strSingly = '(posamezno)';
$strSize = 'Velikost';
$strSort = 'Sortiraj';
$strSortByKey = 'Uredi po kljuèu';
$strSpaceUsage = 'Poraba prostora';
$strSplitWordsWithSpace = 'Besede so loèene s presledkom (" ").';
$strStatCheckTime = 'Zadnjiè pregledano';
$strStatCreateTime = 'Ustvarjeno';
$strStatUpdateTime = 'Zadnjiè posodobljeno';
$strStatement = 'Izjave';
$strStatus = 'Stanje';
$strStrucCSV = 'CSV podatki';
$strStrucData = 'Struktura in podatki';
$strStrucDrop = 'Dodaj DROP TABLE poizvedbo';
$strStrucExcelCSV = 'CSV podatki za MS Excel';
$strStrucOnly = 'Samo struktura';
$strStructPropose = 'Predlagaj strukturo tabele';
$strStructure = 'Struktura';
$strSubmit = 'Pošlji';
$strSuccess = 'SQL-poizvedba je bila uspešno izvedena';
$strSum = 'Vsota';
$strSwedish = 'Švedsko';
$strSwitchToTable = 'Preklopi na kopirano tabelo';
 
$strTable = 'Tabela';
$strTableComments = 'Komentar tabele';
$strTableEmpty = 'Ime tabele je prazno!';
$strTableHasBeenDropped = 'Tabela %s je zavržena';
$strTableHasBeenEmptied = 'Tabela %s je izpraznjena';
$strTableHasBeenFlushed = 'Tabela %s je osvežena';
$strTableMaintenance = 'Vzdrževanje tabele';
$strTableOfContents = 'Vsebina';
$strTableOptions = 'Možnosti tabele';
$strTableStructure = 'Struktura tabele';
$strTableType = 'Vrsta tabele';
$strTables = '%s tabel';
$strTblPrivileges = 'Privilegiji tipièni za tabelo';
$strTextAreaLength = ' Zaradi njegove dolžine<br /> polja ne bo mogoèe urejati ';
$strThai = 'Tajsko';
$strThisHost = 'Ta strežnik';
$strThisNotDirectory = 'To ni bila mapa';
$strThreadSuccessfullyKilled = 'Tema %s je bila prekinjena.';
$strTime = 'Èas';
$strToggleScratchboard = 'preklopi odložišèe (scratchboard)';
$strTotal = 'skupaj';
$strTotalUC = 'Skupaj';
$strTraditionalChinese = 'Tradicionalno kitajsko';
$strTraffic = 'Promet';
$strTransformation_application_octetstream__download = 'Prikaži povezavo za prenos binarnih podatkov polja. Prva možnost je ime binarne datoteke. Druga možnost je možno ime polja v vrstici tabele, ki vsebuje to ime datoteke. Èe vnesete drugo možnost, mora biti prva možnost prazna';
$strTransformation_image_jpeg__inline = 'Prikaže slièico, na katero lahko kliknete; možnosti: širina, višina v slikovnih pikah (obdrži prvotna razmerja)';
$strTransformation_image_jpeg__link = 'Pokaže povezavo na grafiko (neposredni BLOB prenos, ipd.).';
$strTransformation_image_png__inline = 'Pokaži sliko/jpeg: vkljuèeno';
$strTransformation_text_plain__dateformat = 'Oblikuje polje TIME, TIMESTAMP ali DATETIME glede na lokalne oblike za prikaz èasa. Prva možnost je odmik (v urah), ki bo dodan polju timestamp (Privzeto: 0). Druga možnost je drugaèna oblika prikaza datuma, glede na parametre za PHP strftime().';
$strTransformation_text_plain__external = 'SAMO ZA LINUX: Zažene zunanjo aplikacijo in podaja podatke za fielddata preko standardnega vhoda. Vrne standardni izhod aplikacije. Privzeto je Tidy, za tiskanje HTML-kode. Zaradi varnostnih razlogov morate roèno urediti datoteko libraries/transformations/text_plain__external.inc.php in vstaviti orodja za zaganjanje. Prva možnost je številka programa, ki ga želite uporabiti, druga možnost pa so parametri za program. Èe tretji parameter nastavite na 1, bo s pomoèjo htmlspecialchars() pretvoril izhod (Privzeto: 1). Èe nastavite èetrti parameter na 1, bo v celico z vsebino (content cell) vnesel NOWRAP in tako prikazal celoten izhod brez preoblikovanja (Privzeto: 1)';
$strTransformation_text_plain__formatted = 'Ohrani izvirno oblikovanje polja, brez izgubljanja vsebine.';
$strTransformation_text_plain__imagelink = 'Prikaže sliko in povezavo, polje vsebuje ime datoteke; najprej je predpona, npr. "http://domena.com/", druga možnost je širina v slikovnih pikah, tretja pa višina.';
$strTransformation_text_plain__link = 'Prikaže povezavo, polje vsebuje ime datoteke; prva možnost je predpona, npr. "http://domena.com/", druga pa ime povezave.';
$strTransformation_text_plain__substr = 'Vrne le del niza. Prva možnost je odmik, ki doloèa, kje se bo zaèelo prikazano besedilo (Privzeto: 0). Druga možnost je odmik, ki pove, koliko besedila bo prikazanega. Èe ni doloèen, bo izpisano vse preostalo besedilo. Tretja možnost pa doloèa, kateri znaki bodo pripeti vrnjenemu podnizu (Privzeto: ...) .';
$strTruncateQueries = 'Skrèi prikazane poizvedbe';
$strTurkish = 'Turško';
$strType = 'Vrsta';
 
$strUkrainian = 'Ukrajinsko';
$strUncheckAll = 'Odznaèi vse';
$strUnicode = 'Unicode';
$strUnique = 'Unikaten';
$strUnknown = 'neznano';
$strUnselectAll = 'Preklièi izbor vsega';
$strUpdComTab = 'Navodila za posodobitev tabele Column_comments\' najdete v dokumentaciji';
$strUpdatePrivMessage = 'Posodobili ste privilegije za %s.';
$strUpdateProfileMessage = 'Profil je posodobljen.';
$strUpdateQuery = 'Osveži poizvedbo';
$strUpgrade = '%s bi morali nadgraditi v verzijo %s ali novejšo.';
$strUsage = 'Uporaba';
$strUseBackquotes = 'Obdaj imena tabel in polj z enojnimi poševnimi narekovaji';
$strUseHostTable = 'Uporabi tabelo gostiteljev';
$strUseTables = 'Uporabi tabele';
$strUseTextField = 'Uporabi tekstovno polje';
$strUseThisValue = 'Uporabi to vrednost';
$strUser = 'Uporabnik';
$strUserAlreadyExists = 'Uporabnik %s že obstaja!';
$strUserEmpty = 'Uporabniško ime je prazno!';
$strUserName = 'Uporabniško ime';
$strUserNotFound = 'Izbranega uporabnika v tabelah privilegijev nisem našel.';
$strUserOverview = 'Pregled uporabnikov';
$strUsersDeleted = 'Uspešno sem izbrisal izbrane uporabnike.';
$strUsersHavingAccessToDb = 'Uporabniški dostop do &quot;%s&quot;';
 
$strValidateSQL = 'Preveri pravilnost SQL stavka';
$strValidatorError = 'Ne morem inicializirati SQL validatorja. Prosim preverite, èe so namešèeni vsi php razširitve, kot je navedeno v %dokumenaciji%.';
$strValue = 'Vrednost';
$strVar = 'Spremenljivka';
$strViewDump = 'Preglej povzetek stanja tabele';
$strViewDumpDB = 'Preglej povzetek stanja podatkovne baze';
$strViewDumpDatabases = 'Pokaži povzetek stanja podatkovnih baz';
 
$strWebServerUploadDirectory = 'imenik za nalaganje datotek';
$strWebServerUploadDirectoryError = 'Imenik, ki ste ga doloèili za nalaganje, je nedosegljiv';
$strWelcome = 'Dobrodošli v %s';
$strWestEuropean = 'Zahodno evropsko';
$strWildcard = 'nadomestni znak';
$strWindowNotFound = 'Ciljnega okna ni bilo mogoèe osvežiti. Morda ste zaprli nadrejeno okno ali pa vaš brskalnik blokira osveževanje varnostnih parametrov med okni.';
$strWithChecked = 'Z oznaèenim:';
$strWritingCommentNotPossible = 'Zapisovanje komentarjev ni mogoèe';
$strWritingRelationNotPossible = 'Zapisovanje relacij ni mogoèe';
$strWrongUser = 'Napaèno uporabniško ime/geslo. Dostop zavrnjen.';
 
$strXML = 'XML';
 
$strYes = 'Da';
 
$strZeroRemovesTheLimit = 'Obvestilo: Èe postavite vrednost na 0 (niè), boste odstranili omejitev.';
$strZip = '"zipano"';
 
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/sort_lang.sh
0,0 → 1,83
#!/bin/sh
# $Id: sort_lang.sh,v 2.1 2003/11/26 20:42:58 nijel Exp $
##
# Shell script to make each language file neat and tidy
#
# Robin Johnson <robbat2@users.sourceforge.net>
# August 9, 2002
##
 
specialsort()
{
in=$1
out=$2
 
STRINGORDER="A B C D E F G H I J K L M N O P Q R S T U V W X Y Z"
for i in $STRINGORDER;
do
egrep '^\$str'$i $in | sort >> $out
echo >> $out
done
}
 
sortlang()
{
f=$1
targetdir=tmp-$f
mkdir -p $targetdir
 
TRANSLATIONSTRING='//.*translate.*$'
STRINGSTRING='^\$str[[:alnum:]_]+'
WHITESPACE='^[[:blank:]]*$'
CVSID='/\* \$Id: sort_lang.sh,v 2.1 2003/11/26 20:42:58 nijel Exp $ \*/'
 
echo -n "Extracting:"
echo -n " head"
egrep -i -v $TRANSLATIONSTRING $f | \
egrep -v "$STRINGSTRING|$CVSID|\?>|<\?php" >> $targetdir/head
 
echo -n " cvs"
egrep "$CVSID" $f >>$targetdir/cvs
 
echo -n " strings"
egrep -i -v "$WHITESPACE|$TRANSLATIONSTRING" $f | \
egrep $STRINGSTRING > $targetdir/tmp-tosort
 
echo -n " pending_translations"
egrep -i "$STRINGSTRING.*$TRANSLATIONSTRING" $f > $targetdir/tmp-translate
echo
 
echo -n "Building:"
echo -n " strings"
specialsort $targetdir/tmp-tosort $targetdir/sort
 
echo -n " pending_translations"
if [ -s $targetdir/tmp-translate ] ; then
echo '// To translate:' > $targetdir/translate
specialsort $targetdir/tmp-translate $targetdir/translate
else
echo -n > $targetdir/translate
fi
echo
 
echo "Assembling final"
echo "<?php" > $f
cat $targetdir/cvs $targetdir/head $targetdir/sort $targetdir/translate \
| uniq >> $f
echo "?>" >> $f
 
rm -rf $targetdir
}
 
echo "-------------------------------------------------------------------"
for i in "$@";
do
if [ ! -f $i ] ; then
echo "$i is not a file, skipping"
else
echo "Sorting $i"
sortlang $i
fi
echo "-------------------------------------------------------------------"
done;
/Web/Maintenance/phpMyAdmin/lang/spanish-iso-8859-1.inc.php
0,0 → 1,976
<?php
/* $Id: spanish-iso-8859-1.inc.php,v 2.131.2.4 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab');
$month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic');
// Ver http://www.php.net/manual/es/function.strftime.php para definir
// la variable siguiente
$datefmt = '%d-%m-%Y a las %H:%M:%S';
$timespanfmt = '%s días, %s horas, %s minutos y %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Por favor, escriba la ruta absoluta del servidor que lleve al directorio docSQL';
$strAccessDenied = 'Acceso denegado ';
$strAccessDeniedCreateConfig = 'La razón más probable es que usted no creó un archivo de configuración. Utilice %1$ssetup script%2$s para crear una.';
$strAccessDeniedExplanation = 'phpMyAdmin intentó conectarse con el servidor MySQL, y el servidor rechazó esta conexión. Deberá revisar el host, nombre de usuario y contraseña en config.inc.php y asegurarse que corresponden con la información provista por el administrador del servidor MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Añadir el valor AUTO_INCREMENT';
$strAddConstraints = 'Añadir restricciones';
$strAddDeleteColumn = 'Añadir/borrar columna de criterio';
$strAddDeleteRow = 'Añadir/borrar fila de criterio';
$strAddDropDatabase = 'Añadir DROP DATABASE';
$strAddedColumnComment = 'Se añadió un comentario para la columna';
$strAddedColumnRelation = 'Se añadió una relación para la columna';
$strAddFields = 'Añadir %s campo(s)';
$strAddHeaderComment = 'Añadir su propio comentario en el encabezado (\\n segmenta las oraciones)';
$strAddIfNotExists = 'Añadir IF NOT EXISTS';
$strAddIntoComments = 'Añadir en los comentarios';
$strAddNewField = 'Insertar nuevo campo';
$strAddPrivilegesOnDb = 'Añadir privilegios a esta base de datos';
$strAddPrivilegesOnTbl = 'Añadir privilegios a esta tabla';
$strAddSearchConditions = 'Insertar las condiciones de búsqueda (cuerpo de la cláusula "where"):';
$strAddToIndex = 'Añadir al índice &nbsp;%s&nbsp;columna(s)';
$strAddUser = 'Agregar un nuevo usuario';
$strAddUserMessage = 'Ha agregado un nuevo usuario.';
$strAdministration = 'Administración';
$strAffectedRows = 'Filas afectadas: ';
$strAfter = 'Después de %s';
$strAfterInsertBack = 'Volver';
$strAfterInsertNewInsert = 'Insertar un nuevo registro';
$strAfterInsertNext = 'Editar la siguiente fila';
$strAfterInsertSame = 'Volver a esta página';
$strAllowInterrupt = 'Permita la interrupción de la importación en el caso de que el script detecte que se ha acercado a su límite de tiempo. Esto podría ser un buen método para importar archivos grandes; sin embargo, puede dañar las transacciones.';
$strAllTableSameWidth = '¿Mostrar todas las tablas que tienen el mismo ancho?';
$strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el ORDER BY de la tabla';
$strAnalyzeTable = 'Analizar la tabla';
$strAndThen = 'y luego';
$strAnd = 'y luego';
$strAnIndex = 'Se añadió un índice en %s';
$strAny = 'cualquiera';
$strAnyHost = 'Cualquier servidor';
$strAnyUser = 'Cualquier usuario';
$strApproximateCount = 'Podría ser aproximado. Léase la FAQ 3.11';
$strAPrimaryKey = 'Se añadió una clave primaria en %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Diseño automático';
 
$strBack = 'Volver';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO DEL CORTE';
$strBeginRaw = 'INICIO DEL VOLCADO';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - ¡no editar! ';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nombre con el cual se registró';
$strBinLogOriginalPosition = 'Posición original';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID del servidor';
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este favorito';
$strBookmarkCreated = 'El favorito %s fue creado';
$strBookmarkDeleted = 'El favorito ha sido borrado.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta guardada en favoritos';
$strBookmarkReplace = 'Reemplazar el favorito existente que tenga el mismo nombre';
$strBookmarkThis = 'Guardar esta consulta en favoritos';
$strBookmarkView = 'Solamente ver';
$strBrowseDistinctValues = 'Navegar los valores distintivos';
$strBrowse = 'Examinar';
$strBrowseForeignValues = 'Mostrar los valores extranjeros';
$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPool = 'Total de memoria del búfer';
$strBufferPoolUsage = 'Total de memoria del búfer consumido';
$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferReadMisses = 'Leer los fallos';
$strBufferWriteWaits = 'Escribir las esperas';
$strBufferWriteWaitsInPercent = 'Escribir las esperas en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páginas activas';
$strBzError = 'Si desea usar las opciones de compresión Bz2, deberá actualizar su php a una versión más reciente. phpMyAdmin no fue capaz de comprimir el dump debido a que está dañada o inaccesible la extensión Bz2 en esta versión de php. Le recomendamos que cambie el parámetro <code>$cfg[\'BZipDump\']</code> en su archivo de configuración phpMyAdmin a <code>FALSE</code>. Lea el reporte de "bugs" de php %s para mayor información.';
$strBzip = '"Comprimido con bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'No se pudieron cargar los plugins de importación, por favor revise su instalación';
$strCannotLogin = 'El servidor MySQL no autorizó su ingreso';
$strCantLoad = 'no se pudo cargar la extensión %s,<br />por favor revise su configuración de PHP.';
$strCantLoadRecodeIconv = 'No se puede cargar iconv o recodificar una extensión necesaria para la conversión de juegos de caracteres, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No puede cambiar el nombre del índice a ¡PRIMARY!';
$strCantUseRecodeIconv = 'No se puede utilizar iconv ni libiconv ni la función recode_string mientras se carga la extensión de informes. Comprueba la configuración de php.';
$strCardinality = 'Cardinalidad';
$strCaseInsensitive = 'independiente de mayúsculas y minúsculas';
$strCaseSensitive = 'dependiente de mayúsculas y minúsculas';
$strCentralEuropean = 'Europeo central';
$strChange = 'Cambiar';
$strChangeCopyModeCopy = '...mantener el anterior.';
$strChangeCopyMode = 'Crear un nuevo usuario con los mismos privilegios y...';
$strChangeCopyModeDeleteAndReload = ' ...borrar el viejo de las tablas de usuario y luego volver a cargar los privilegios.';
$strChangeCopyModeJustDelete = ' ...borrar el viejo de las tablas de usuario.';
$strChangeCopyModeRevoke = ' ...revocar todos los privilegios activos del viejo y eliminarlo después.';
$strChangeCopyUser = 'Cambiar la información de la cuenta / Copiar el usuario';
$strChangeDisplay = 'Elegir el campo a mostrar';
$strChangePassword = 'Cambio de contraseña';
$strCharset = 'Juego de caracteres';
$strCharsetOfFile = 'Juego de caracteres del archivo:';
$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos';
$strCharsets = 'Juegos de caracteres';
$strCheckAll = 'Marcar todos/as';
$strCheckOverhead = 'Marcar las tablas con residuo a depurar';
$strCheckPrivsLong = 'Revisar los privilegios para la base de datos &quot;%s&quot;.';
$strCheckPrivs = 'Revisar los privilegios';
$strCheckTable = 'Revisar la tabla';
$strChoosePage = 'Elegir la página a editar';
$strColComFeat = 'Mostrando los comentarios de la columna';
$strCollation = 'Cotejamiento';
$strColumnNames = 'Nombre de las columnas';
$strColumnPrivileges = 'Privilegios específicos para la columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA LA TABLA';
$strCompatibleHashing = 'Compatible con MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar los INSERTS';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'La compresión escogida para el archivo a importar se detectará automáticamente de: %s';
$strConfigDefaultFileError = 'No fue posible cargar la configuración predeterminada desde: "%1$s"';
$strConfigFileError = '¡phpMyAdmin no puede leer el fichero de configuración!<br />Esto puede suceder si php encuentra un error sintáctico en él o bien php no puede encontrar el fichero.<br />Intente acceder al fichero de configuración directamente mediante el siguiente enlace y compruebe el(los) mensaje(s) de error que reciba. En muchas ocasiones falta una coma o punto y coma en algún sitio.<br />Si recibe una página en blanco, todo está correcto.';
$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s';
$strConnectionError = 'No se estableció la conexión: los parámetros están incorrectos.';
$strConnections = 'Conexiones';
$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)';
$strConstraintsForTable = 'Filtros para la tabla';
$strCookiesRequired = 'Las "cookies" deben estar habilitadas.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La base de datos %s ha sido copiada a %s';
$strCopyTable = 'Copiar la tabla a (base de datos<b>.</b>tabla):';
$strCopyTableOK = 'La tabla %s se copió a %s.';
$strCopyTableSameNames = '¡No es posible copiar la tabla a la misma!';
$strCouldNotKill = 'phpMyAdmin no fue capaz de destruir el proceso %s. Probablemente ya ha sido cerrado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;columna(s)';
$strCreateIndexTopic = 'Crear un nuevo índice';
$strCreateNewDatabase = 'Crear nueva base de datos';
$strCreateNewTable = 'Crear nueva tabla en la base de datos %s';
$strCreatePage = 'Crear una nueva página';
$strCreatePdfFeat = 'Creación de los PDF';
$strCreationDates = 'Fechas de creación/actualización/revisión';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opciones CSV';
$strCSVOptions = 'Opciones CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDanish = 'Danés';
$strDatabase = 'Base de datos';
$strDatabaseEmpty = '¡El nombre de la base de datos está vacío!';
$strDatabaseExportOptions = 'Opciones de exportación de la base de datos';
$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.';
$strDatabaseNoTable = '¡Esta base de datos no contiene tablas!';
$strDatabases = 'Bases de datos';
$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.';
$strDatabasesStatsDisable = 'Desactivar las estadísticas';
$strDatabasesStatsEnable = 'Activar las estadísticas';
$strDatabasesStats = 'Estadísticas de la base';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar aquí las estadísticas de la base de datos podría causar tráfico pesado entre el servidor web y el servidor MySQL.';
$strData = 'Datos';
$strDataDict = 'Diccionario de datos';
$strDataOnly = 'Solamente datos';
$strDataPages = 'Páginas que contienen datos';
$strDBComment = 'Comentario de la base de datos: ';
$strDBCopy = 'Copiar la base de datos a';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID del contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Línea';
$strDBGMaxTimeMs = 'Tiempo máximo, ms';
$strDBGMinTimeMs = 'Tiempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tiempo/Hit, ms';
$strDBGTotalTimeMs = 'Tiempo total, ms';
$strDbPrivileges = 'Privilegios específicos para la base de datos';
$strDBRename = 'Cambiar el nombre de la base de datos a';
$strDbSpecific = 'específico para la base de datos';
$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.';
$strDefault = 'Predeterminado';
$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin caracteres de escape \"\\\" ni comillas, usando este formato: a';
$strDefragment = 'Defragmentar la tabla';
$strDelayedInserts = 'Usar "inserts" con retraso';
$strDeleteAndFlush = 'Borrar a los usuarios y luego volver a cargar los privilegios.';
$strDeleteAndFlushDescr = 'Este es el modo más limpio, pero volver a cargar los privilegios puede tomar tiempo.';
$strDelete = 'Borrar';
$strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas borradas: ';
$strDeleteNoUsersSelected = '¡No se han seleccionado usuarios para eliminar!';
$strDeleting = 'Borrando %s';
$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descripción';
$strDictionary = 'diccionario';
$strDirtyPages = 'Páginas que requieren ser depuradas';
$strDisabled = 'Deshabilitado';
$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)';
$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes?
$strDisplayOrder = 'Mostrar en este orden:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Hacer una consulta (comodín: "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Realmente desea ';
$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar las bases de datos que tienen los mismos nombres que los usuarios.';
$strDumpingData = 'Volcar la base de datos para la tabla';
$strDumpSaved = 'Su archivo (MySQL dump) ha sido guardado con el nombre %s.';
$strDumpXRows = 'Volcar %s filas empezando por la fila %s.';
$strDynamic = 'dinámico/a';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar las páginas PDF';
$strEditPrivileges = 'Editar los privilegios';
$strEffective = 'Efectivo/a';
$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e., cero columnas).';
$strEmpty = 'Vaciar';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Incluir lo exportado en una transacción';
$strEndCut = 'FIN DEL CORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DEL VOLCADO';
$strEngineAvailable = '%s está disponible en este servidor MySQL.';
$strEngineDisabled = '%s ha sido deshabilitado para este motor de almacenamiento.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor MySQL no es compatible con el motor de almacenamiento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés ';
$strError = 'Error';
$strErrorInZipFile = 'Error en el archivo ZIP:';
$strEscapeWildcards = 'Los comodines _ y % deben acompañarse de \ para usarlos de manera literal';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición Excel';
$strExcelOptions = 'Opciones de Excel';
$strExecuteBookmarked = 'Ejecute la consulta marcada previamente';
$strExplain = 'Explicar el SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'INSERTs extendidos';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intentos fallidos';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Se eliminó el campo %s';
$strFields = 'Campos';
$strFieldsEmpty = 'El número de campos está ¡vacío!';
$strFieldsEnclosedBy = 'Campos encerrados por';
$strFieldsEscapedBy = 'Caracter de escape';
$strFieldsTerminatedBy = 'Campos terminados en';
$strFileAlreadyExists = 'El archivo %s ya existe en el servidor, cambie el nombre del archivo o revise la opción de sobreescritura.';
$strFileCouldNotBeRead = 'No fue posible leer el archivo';
$strFileNameTemplateDescriptionDatabase = 'nombre de la base de datos';
$strFileNameTemplateDescription = 'Este valor es interpretado usando %1$sstrftime%2$s; así, usted puede usar cadenas de caracteres para formatear el tiempo. De manera adicional, sucederán las siguientes transformaciones: %3$s. El texto restante se mantendrá como está.';
$strFileNameTemplateDescriptionServer = 'nombre del servidor';
$strFileNameTemplateDescriptionTable = 'nombre de la tabla';
$strFileNameTemplate = 'Plantilla del nombre del archivo';
$strFileNameTemplateRemember = 'recordar la plantilla';
$strFileToImport = 'Archivo a importar';
$strFixed = 'fijo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obtiene los privilegios de los usuarios \'directamente de las tablas de privilegios MySQL\'. El contenido de estas tablas puede diferir de los privilegios que usa el servidor si es que se han realizado cambios manuales en él. En este caso, nuevamente deberá %scargar la página de privilegios%s antes de continuar.';
$strFlushQueryCache = 'Vaciar el cache de consultas';
$strFlushTables = 'Vaciar el cache de todas las tablas';
$strFlushTable = 'Vaciar el caché de la tabla ("FLUSH")';
$strFormat = 'Formato';
$strFormEmpty = '¡Falta un valor en el formulario!';
$strFreePages = 'Páginas libres';
$strFullText = 'Textos completos';
$strFunction = 'Función';
 
$strGenBy = 'Generado por';
$strGeneralRelationFeat = 'Opciones de relación general'; //Features = ¿opciones, componentes?
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar la contraseña';
$strGenTime = 'Tiempo de generación';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegios globales';
$strGlobalValue = 'Valor global';
$strGo = 'Continuar';
$strGrantOption = 'Conceder';
$strGreek = 'Griego';
$strGzip = '"Comprimido con gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'fue modificada.';
$strHasBeenCreated = 'se creó.';
$strHaveToShow = 'Debe elegir al menos una columna para mostrar';
$strHebrew = 'Hebreo';
$strHexForBinary = 'Usar hexadecimal para campos binarios';
$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHome = 'Página de inicio';
$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opciones de exportación Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opciones de exportación Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'Identificación';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar la opción ignore inserts';
$strIgnoringFile = 'Ignorando el archivo %s';
$strImportDocSQL = 'Importar archivos docSQL';
$strImportFiles = 'Importar archivos';
$strImportFormat = 'Formato del archivo importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'La importación se ejecutó exitosamente, se ejecutaron %d consultas.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
$strIndexName = 'Nombre del índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Se creó más de una clave %s para la columna `%s`';
$strIndexWarningPrimary = 'Las claves PRIMARIA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`';
$strIndexWarningUnique = 'Las claves UNICA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
$strInnoDBAutoextendIncrement = 'Incremente el valor AUTOEXTEND';
$strInnoDBBufferPoolSizeDesc = 'El tamaño de la memoria intermedia (búfer) usado por InnoDB para almacenar, en el cache, los datos e índices de sus tablas.';
$strInnoDBBufferPoolSize = 'Tamaño de la memoria (búfer) de tránsito común';
$strInnoDBDataFilePath = 'Archivos de datos';
$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$strInnoDBDataHomeDir = 'Directorio raíz de los datos';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Estado del InnoDB';
$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin';
$strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRowId = 'Se insertó la ID de la fila:';
$strInsertedRows = 'Filas insertadas:';
$strInsert = 'Insertar';
$strInsertNewRow = 'Insertar nueva fila';
$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.';
$strInternalRelations = 'Relaciones internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'El método de autenticación no es válido en la configuración actual:';
$strInvalidColumnCount = 'El número de columnas debe ser superior a cero.';
$strInvalidColumn = '¡Las columnas especificadas (%s) no son válidas!';
$strInvalidCSVFieldCount = 'El número de campos de los datos CSV en la línea %d no es válido.';
$strInvalidCSVFormat = 'El formato de los datos CSV en la línea %d no es válido.';
$strInvalidCSVParameter = 'Parámetro no válido para importar CSV: %s';
$strInvalidFieldAddCount = 'Debe añadir al menos un campo.';
$strInvalidFieldCount = 'La tabla debe tener al menos un campo.';
$strInvalidLDIImport = '¡Este plugin no tiene soporte para importaciones comprimidas!';
$strInvalidRowNumber = '%d no es un número de fila válido.';
$strInvalidServerHostname = 'El nombre del host no es válido para el servidor %1$s. Por favor, revise su configuración.';
$strInvalidServerIndex = 'No es válido el índice del servidor: "%s"';
 
$strJapanese = 'Japonés';
$strJoins = 'Vínculos (Joins)';
$strJumpToDB = 'Saltar a la base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Los usuarios &quot;borrados&quot; aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.';
$strJustDelete = 'Solamente borrar a los usuarios de la tabla de privilegios.';
 
$strKeepPass = 'No cambiar la contraseña';
$strKeyCache = 'Cache principal';
$strKeyname = 'Nombre de la clave';
$strKill = 'Matar el proceso';
$strKorean = 'Coreano';
 
$strLandscape = 'Orientación horizontal';
$strLanguageFileNotFound = 'No se halló el archivo de idioma "%1$s".';
$strLanguageUnknown = 'Idioma desconocido: %1$s.';
$strLatchedPages = 'Páginas vinculadas';
$strLatexCaption = 'Subtitulado de la tabla';
$strLatexContent = 'Contenido de la tabla __TABLE__';
$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Incluir el subtitulado de la tabla';
$strLatexLabel = 'Clave de la etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opciones LaTeX';
$strLatexStructure = 'Estructura de la tabla __TABLE__';
$strLatvian = 'Letón';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Las opciones para la importación CSV usando LOAD DATA';
$strLDILocal = 'Use la palabra clave LOCAL';
$strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Líneas terminadas en';
$strLinkNotFound = 'No se encontró el enlace';
$strLinksTo = 'Enlaces a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización del archivo de texto';
$strLoginInformation = 'Información de la cuenta';
$strLogin = 'Iniciar sesión';
$strLogout = 'Salir';
$strLogPassword = 'Contraseña:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuario:';
$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Proceder de todas formas?';
 
$strMaxConnects = 'Número máx. de conexiones concurrentes';
$strMaximalQueryLength = 'Longitud máxima de la consulta creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas de caracteres sin la extensión mbstring y podría dar resultados inesperados.';
$strMbOverloadWarning = 'Usted ha activado mbstring.func_overload en su configuración PHP. ¡Esta opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos datos!';
$strMIME_available_mime = 'MIME-types disponibles';
$strMIME_available_transform = 'Transformaciones disponibles';
$strMIME_description = 'Descripción';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'No hay una descripción disponible para esta transformación.<br />Por favor pregunte al autor lo que %s hace.';
$strMIME_transformation_note = 'Para una lista de opciones de transformación disponibles y sus transformaciones MIME-type transformations, dé clic en %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opciones de transformación';
$strMIME_transformation = 'Transformación del navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA LA TABLA';
$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional';
$strModifications = 'Se han guardado las modificaciones';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabla a (Base de datos<b>.</b>tabla):';
$strMoveTableOK = 'La tabla %s ha sido movida a %s.';
$strMoveTableSameNames = '¡No es posible mover la tabla a la misma!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamaño predeterminado del puntero de datos en bytes, para su uso en CREATE TABLE para las tablas MyISAM cuando no se ha especificado la opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño del puntero de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si el archivo temporal usado para la generación rápida de índices MyISAM fuese mayor que el uso del key cache por la cantidad especificada aquí, preferir el método key cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo de los archivos temporales durante la generación del índice';
$strMyISAMMaxSortFileSizeDesc = 'El tamaño máximo del archivo temporal que MySQL puede generar mientras genera un nuevo índice MyISAM del archivo temporal (durante REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo para los archivos temporales generados durante la organización';
$strMyISAMRecoverOptionsDesc = 'La modalidad para la recuperación automática de tablas MyISAM caídas catastróficamente, como fuera determinado mediante la opción al arranque del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalidad de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Si este valor es superior a 1, se generan en paralelo los índices de las tablas MyISAM (cada índice con su propio proceso) durante el proceso \"Reparar mediante organización\".';
$strMyISAMRepairThreads = 'Reparar los procesos';
$strMyISAMSortBufferSizeDesc = 'La cantidad de memoria que se asigna para organizar los índices MyISAM durante la operación REPAIR TABLE o cuando se generan índices con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria';
$strMySQLCharset = 'Juegos de caracteres de MySQL';
$strMysqlClientVersion = 'Versión del cliente';
$strMySQLConnectionCollation = 'Cotejamiento de las conexiones MySQL';
$strMySQLSaid = 'MySQL ha dicho: ';
$strMySQLShowProcess = 'Mostrar procesos';
$strMySQLShowStatus = 'Mostrar información de tiempo de ejecución de MySQL';
$strMySQLShowVars = 'Mostrar las variables del sistema MySQL';
 
$strName = 'Nombre';
$strNext = 'Próxima';
$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio';
$strNoDatabases = 'No hay bases de datos';
$strNoDatabasesSelected = 'No se seleccionaron bases de datos.';
$strNoDescription = 'Sin descripción';
$strNoDetailsForEngine = 'No existe información detallada acerca de las condiciones en que se encuentra este motor de almacenamiento.';
$strNoDropDatabases = 'Los enunciados \"DROP DATABASE\" están deshabilitados.';
$strNoExplain = 'Salir de la explicación del SQL';
$strNoFilesFoundInZip = '¡No se hallaron archivos dentro del archivo ZIP!';
$strNoFrames = 'phpMyAdmin funciona mejor con un navegador que <b>reconoce frames</b>.';
$strNoIndex = '¡No se ha definido el índice!';
$strNoIndexPartsDefined = '¡No se han definido las partes del índice!';
$strNoModification = 'Sin cambios';
$strNone = 'Ninguna';
$strNo = 'No';
$strNoOptions = 'Este formato no tiene opciones';
$strNoPassword = 'Sin contraseña';
$strNoPermission = 'El servidor web no tiene permiso para guardar el archivo %s.';
$strNoPhp = 'Sin código PHP';
$strNoPrivileges = 'Sin privilegios';
$strNoRights = '¡Usted no tiene suficientes privilegios para estar aquí ahora!';
$strNoRowsSelected = 'No se seleccionaron filas';
$strNoSpace = 'No hay suficiente espacio para guardar el archivo %s.';
$strNoTablesFound = 'No se han encontrado tablas en la base de datos.';
$strNoThemeSupport = 'No existe soporte para Diseños personalizados (Themes), por favor, revise su configuración y/o sus temas en el directorio %s.';
$strNothingToImport = '¡Usted no seleccionó datos para importar!';
$strNotNumber = '¡Ésto no es un número!';
$strNotOK = 'no recibió el OK';
$strNotSet = 'La tabla <b>%s</b> no fue hallada o no fue definida en %s';
$strNoUsersFound = 'Usuario(s) no encontrado(s).';
$strNoValidateSQL = 'Salir de la validación del SQL';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s resultado(s) en la tabla <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tablas';
 
$strOK = 'OK';
$strOpenNewWindow = 'Abrir nueva ventana de phpMyAdmin';
$strOperations = 'Operaciones';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar la tabla';
$strOr = 'O';
$strOverhead = 'Residuo a depurar';
$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)';
 
$strPageNumber = 'Número de página:';
$strPagesToBeFlushed = 'Páginas que serán eliminadas';
$strPaperSize = 'Tamaño del papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciales';
$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
$strPassword = 'Contraseña';
$strPasswordEmpty = '¡La contraseña está vacía!';
$strPasswordHashing = 'Hashing de la contraseña';
$strPasswordNotSame = '¡Las contraseñas no coinciden!';
$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s';
$strPdfInvalidTblName = '¡La tabla "%s" no existe!';
$strPdfNoTables = 'No existen tablas';
$strPDFOptions = 'Opciones del PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título del reporte';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a las "cadenas de caracteres multi-byte" (mbstring). Lea el reporte 19404 de PHP. No se recomienda el uso de phpMyAdmin con esta versión de PHP.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión de PHP';
$strPmaDocumentation = 'Documentación de phpMyAdmin';
$strPmaUriError = 'El contenido de <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¡DEBE constar en config.inc.php!';
$strPolish = 'Polaco';
$strPortrait = 'Orientación vertical';
$strPos1 = 'Empezar';
$strPrevious = 'Previo';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser \"PRIMARY\"';
$strPrimaryKeyWarning = '("PRIMARY" <b>exclusivamente debe</b> ser el nombre de ¡una clave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$strPrintView = 'Vista de impresión';
$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto GRANT (CONCEDER).';
$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.';
$strPrivDescAlterRoutine = 'Permite alterar y eliminar las rutinas almacenadas.';
$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.';
$strPrivDescCreateRoutine = 'Permite crear el almacenamiento de rutinas.';
$strPrivDescCreateTbl = 'Permite la creación de tablas nuevas.';
$strPrivDescCreateTmpTable = 'Permite la creación de tablas temporales.';
$strPrivDescCreateUser = 'Permite crear, eliminar y cambiar el nombre de las cuentas de usuario.';
$strPrivDescCreateView = 'Permite crear nuevas vistas.';
$strPrivDescDelete = 'Permite borrar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.';
$strPrivDescDropTbl = 'Permite eliminar tablas.';
$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$strPrivDescExecute = 'Permite ejecutar procedimientos guardados; no tiene efecto en esta versión de MySQL.';
$strPrivDescFile = 'Permite importar y exportar datos de y hacia archivos.';
$strPrivDescGrant = 'Permite añadir usuarios y privilegios sin conectarse nuevamente a la tabla de privilegios.';
$strPrivDescIndex = 'Permite crear y eliminar índices.';
$strPrivDescInsert = 'Permite insertar y reemplazar datos.';
$strPrivDescLockTables = 'Permite poner candados a las tablas para el proceso actual.';
$strPrivDescMaxConnections = 'Limita el número de conexiones nuevas que el usuario puede abrir por hora.';
$strPrivDescMaxQuestions = 'Limita el número de consultas que el usuario puede enviar al servidor por hora.';
$strPrivDescMaxUpdates = 'Limita el número de comandos que cambian cualquier tabla o base de datos que el usuario puede ejecutar por hora.';
$strPrivDescMaxUserConnections = 'Limita el número de conexiones simultáneas que el usuario pueda tener.';
$strPrivDescProcess3 = 'Permite eliminar los procesos de otros usuarios.';
$strPrivDescProcess4 = 'Permite ver las consultas completas en la lista de procesos.';
$strPrivDescReferences = 'No tiene efecto en esta versión de MySQL.';
$strPrivDescReload = 'Permite volver a cargar los parámetros del servidor y depurar los cachés del servidor.';
$strPrivDescReplClient = 'Da el derecho al usuario para preguntar dónde están los "esclavos / masters".';
$strPrivDescReplSlave = 'Necesario para los "esclavos" de replicación.';
$strPrivDescSelect = 'Permite leer los datos.';
$strPrivDescShowDb = 'Concede acceso a la lista completa de bases de datos.';
$strPrivDescShowView = 'Permite llevar a cabo las consultas SHOW CREATE VIEW (MOSTRAR CREAR VER).';
$strPrivDescShutdown = 'Permite desconectar el servidor.';
$strPrivDescSuper = 'Permite la conexión, incluso si el número máximo de conexiones ha sido alcanzado; Necesario para la mayor parte de operaciones administrativas tales como montar parámetros de variables globales o matar procesos de otros usuarios.';
$strPrivDescUpdate = 'Permite cambiar los datos.';
$strPrivDescUsage = 'Sin privilegios.';
$strPrivileges = 'Privilegios';
$strPrivilegesReloaded = 'Los privilegios fueron cargados nuevamente de manera exitosa.';
$strProcesslist = 'Lista de procesos';
$strProtocolVersion = 'Versión del protocolo';
$strPutColNames = 'Poner los nombres de campo en la primera hilera';
 
$strQBEDel = 'Borrar';
$strQBE = 'Generar una consulta';
$strQBEIns = 'Insertar';
$strQueryCache = 'Cache de consultas';
$strQueryFrame = 'Ventana de consulta';
$strQueryOnDb = 'Consulta a la base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial-SQL';
$strQueryStatistics = '<b>Estadísticas de consulta</b>: Desde su inicio, %s consultas han sido enviadas al servidor.';
$strQueryTime = 'La consulta tardó %01.4f seg';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'No sobreescribir esta consulta desde fuera de la ventana';
 
$strReadRequests = 'Lea las solicitudes';
$strReceived = 'Recibido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Comprobar la integridad referencial:';
$strRefresh = 'Actualizar';
$strRelationalSchema = 'Esquema relacionado';
$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes?
$strRelationsForTable = 'RELACIONES PARA LA TABLA';
$strRelations = 'Relaciones';
$strRelationView = 'Vista de relaciones';
$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strReloadMySQL = 'Reinicio de MySQL';
$strRemoveSelectedUsers = 'Eliminar a los usuarios seleccionados';
$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s';
$strRenameTable = 'Cambiar el nombre de la tabla a';
$strRenameTableOK = 'Tabla %s ahora se llama %s';
$strRepairTable = 'Reparar la tabla';
$strReplaceNULLBy = 'Reemplazar NULL con';
$strReplaceTable = 'Reemplazar los datos de la tabla con los del archivo';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Límites de recursos';
$strReType = 'Debe volver a escribir';
$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.';
$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y borrarlos después.';
$strRevokeMessage = 'Ha revocado los privilegios para %s';
$strRevoke = 'Revocar';
$strRomanian = 'Rumano';
$strRowLength = 'Longitud de la fila';
$strRows = 'Filas';
$strRowsFrom = 'filas empezando de';
$strRowSize = ' Tamaño de la fila ';
$strRowsModeFlippedHorizontal = 'horizontal (encabezados rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s y repetir los encabezados cada %s celdas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadísticas de la fila';
$strRunning = 'ejecutándose en %s';
$strRunQuery = 'Ejecutar la consulta';
$strRunSQLQuery = 'Ejecutar la(s) consulta(s) SQL en la base de datos %s';
$strRunSQLQueryOnServer = 'Ejecute la o las consultas SQL en el servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Grabar';
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
$strScaleFactorSmall = 'El factor de la escala es demasiado pequeño para poner el esquema en una página';
$strSearch = 'Buscar';
$strSearchFormTitle = 'Buscar en la base de datos';
$strSearchInTables = 'En la(s) tabla(s):';
$strSearchNeedle = 'Palabra(s) o valor(es) a buscar (comodín: "%"):';
$strSearchOption1 = 'al menos una de estas palabras';
$strSearchOption2 = 'Todas las palabras';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearchResultsFor = 'Resultados de la búsqueda por "<i>%s</i>" %s:';
$strSearchType = 'Encontrado:';
$strSecretRequired = 'El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret).';
$strSelectADb = 'Seleccionar una base de datos';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccionar el log binario que desea examinar';
$strSelectFields = 'Seleccionar campos (al menos uno):';
$strSelectNumRows = 'en la consulta';
$strSelectTables = 'Seleccionar tablas';
$strSend = 'Enviar (genera un archivo descargable)';
$strSent = 'Enviado';
$strServerChoice = 'Elección del servidor';
$strServerNotResponding = 'El servidor no está respondiendo';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Información acerca del tiempo de ejecución del proceso principal';
$strServerStatusUptime = 'Este servidor MySQL ha estado activo durante %s. Se inició en %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Tráfico del servidor</b>: Estas tablas muestran las estadísticas de tráfico en la red de este servidor MySQL desde su inicio.';
$strServerVars = 'Variables y parámetros del servidor';
$strServerVersion = 'Versión del servidor';
$strSessionValue = 'Valor de la sesión';
$strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostrar todo';
$strShowColor = 'Mostrar color';
$strShowDatadictAs = 'Formato del Diccionario de Datos';
$strShowFullQueries = 'Mostrar las consultas enteras';
$strShowGrid = 'Mostrar la cuadrícula';
$strShowingBookmark = 'Mostrando el favorito';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar las tablas que están abiertas';
$strShowPHPInfo = 'Mostrar la información de PHP';
$strShowSlaveHosts = 'Mostrar los hosts esclavos';
$strShowSlaveStatus = 'Mostrar el estado del esclavo';
$strShowStatusBinlog_cache_disk_useDescr = 'El número de transacciones que usaron el cache de log binario temporal pero que excedieron el valor del binlog_cache_size y usaron un archivo temporal para almacenar los enunciados de la transacción.';
$strShowStatusBinlog_cache_useDescr = 'El número de transacciones que usaron el cache de log binario temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El número de tablas temporales en el disco que fueron creados automáticamente por el servidor mientras ejecuta los enunciados. Si las tablas Created_tmp_disk_tables es grande, puede incrementar el valor de tmp_table_size para hacer que las tablas temporales se basen en memoria en lugar de basarse en disco.';
$strShowStatusCreated_tmp_filesDescr = 'El número de archivos temporales que fueron creados por mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El número de tablas temporales in-memory creadas automáticamente por el servidor mientras se ejecutaban los enunciados.';
$strShowStatusDelayed_errorsDescr = 'El número de filas escritas con INSERT DELAYED en los cuales ocurrió algún error (probablemente una llave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El número de procesos gestores INSERT DELAYED en uso. Cada tabla diferente en la cual uno usa INSERT DELAYED recibe su propio proceso.';
$strShowStatusDelayed_writesDescr = 'El número de filas INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'El número de enunciados FLUSH ejecutados.';
$strShowStatusHandler_commitDescr = 'El número de enunciados COMMIT internos.';
$strShowStatusHandler_deleteDescr = 'El número de veces que una fila fue eliminada de una tabla.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL puede solicitar al motor de almacenamiento NDB Cluster si conoce acerca de una tabla con un nombre dado. Esto se llama descubrimiento. Handler_discover indica el número ocasiones que las tablas han sido descubiertas.';
$strShowStatusHandler_read_firstDescr = 'El número de veces en que el primer registro ha sido leído desde un índice. Si este valor es alto, sugiere que el servidor está haciendo gran cantidad de escaneos completos del índice; por ejemplo, SELECT col1 FROM foo, asumiendo que col1 está indizado.';
$strShowStatusHandler_read_keyDescr = 'El número de solicitudes hechas para leer una fila basado en una llave. Si este valor es alto, es una buena indicación de que sus consultas y tablas están indizadas apropiadamente.';
$strShowStatusHandler_read_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en un orden clave. Este se incrementa si usted está consultando una columna índice con un limitante de rango o si usted está haciendo un escaneo del índice.';
$strShowStatusHandler_read_prevDescr = 'El número de solicitudes hechas para leer la fila previa en un orden clave. Este método de lectura se usa principalmente para optimizar a ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El número de solicitudes hechas para leer una fila basado en una posición fija. Este es alto si usted está haciendo muchas consultas que requieren el reordenamiento del resultado. Usted probablemente tiene muchas consultas que requieren que MySQL escanee tablas enteras o usted debe tener vínculos (joins) que no usan las llaves de manera apropiada.';
$strShowStatusHandler_read_rnd_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en el archivo de datos. Este es alto si usted está haciendo muchos escaneos de tablas. Generalmente, esto sugiere que sus tablas no están indizadas apropiadamente o que sus consultas no están escritas para tomar ventaja de los índices que tiene.';
$strShowStatusHandler_rollbackDescr = 'El número de enunciados ROLLBACK internos.';
$strShowStatusHandler_updateDescr = 'El número de solicitudes hechas para actualizar una fila en una tabla.';
$strShowStatusHandler_writeDescr = 'El número de solicitudes hechas para insertar una fila en una tabla.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El número de páginas conteniendo datos (sucias o limpias).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El número de páginas actualmente sucias.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El número de páginas en la memoria (búfer) de tránsito común que se ha solicitado sean vaciadas.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El número de páginas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El número de páginas aseguradas en la memoria (búfer) de tránsito común InnoDB. Estas son páginas en fase de lectura o escritura o que no pueden ser vaciadas o removidas por alguna otra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El número de páginas ocupadas porque han sido asignadas para overhead administrativo tales como row locks o el índice hash adaptativo. Este valor también puede ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total de la memoria (búfer) de tránsito común, en páginas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El número de read-aheads InnoDB "aleatorias" iniciadas. Esto sucede cuando una consulta va a escanear una gran porción de una tabla pero en orden aleatorio.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El número de read-aheads InnoDB secuenciales iniciadas. Esto sucede cuando InnoDB hace un escaneo secuencial de la tabla completa.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El número de solicitudes de lectura lógica hechas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El número de lecturas lógicas que InnoDB no pudo satisfacer de la memoria (búfer) de tránsito común y donde fue necesario hacer lectura de página sencilla.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, las escrituras a la memoria de tránsito común InnoDB suceden en el trasfondo. Sin embargo, de ser necesario leer o crear una página y existen páginas limpias disponibles, es necesario esperar que las páginas sean vaciadas previamente. Este contador cuenta las instancias de estas esperas. Si los parámetros del tamaño de la memoria de tránsito común se fijaron apropiadamente, este valor será pequeño.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El número de escrituras hechas a la memoria de tránsito común InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El número de operaciones fsync() hechas hasta el momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El número actual de operaciones fsync() pendientes.';
$strShowStatusInnodb_data_pending_readsDescr = 'El número actual de lecturas pendientes.';
$strShowStatusInnodb_data_pending_writesDescr = 'El número actual de escrituras pendientess.';
$strShowStatusInnodb_data_readDescr = 'El número de datos leídos hasta el momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El número total de lectura de datos.';
$strShowStatusInnodb_data_writesDescr = 'El número total de escritura de datos.';
$strShowStatusInnodb_data_writtenDescr = 'La cantidad de datos escritas hasta el momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'El número de esperas generadas porque la memoria (búfer) log fue demasiado pequeña y hubo que esperar a que fuera vaciada antes de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El número de solicitudes de escritura al log.';
$strShowStatusInnodb_log_writesDescr = 'El número de escrituras físicas al archivo log.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El número de escrituras fsyncs hechas al archivo log.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El número de fsyncs pendientes al archivo log.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrituras pendientes al archivo log.';
$strShowStatusInnodb_os_log_writtenDescr = 'El número de bytes escritos al archivo log.';
$strShowStatusInnodb_pages_createdDescr = 'El número de páginas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'El tamaño de página InnDB precompilado (por omisión 16KB). Muchos valores son contados por páginas; el tamaño de la página permite que pueda convertirse fácilmente a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El número de páginas leídas.';
$strShowStatusInnodb_pages_writtenDescr = 'El número de páginas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El número de row locks que actualmente están en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El tiempo promedio para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'El total de tiempo invertido para adquirir los row locks, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El tiempo máximo para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El número de veces que un row lock tuvo que esperarse.';
$strShowStatusInnodb_rows_deletedDescr = 'El número de filas eliminadas de tablas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El número de filas insertadas en tablas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El número de filas leídas de las tablas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El número de filas actualizadas en tablas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El número de key blocks en el key cache que han cambiado pero que aún no han sido vaciados al disco. Antes se conocía como Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El número de bloques sin usar en el key cache. Puede usar este valor para determinar cuánto del key cache está en uso.';
$strShowStatusKey_blocks_usedDescr = 'El número de bloques usados en el key cache. Este valor es un marcador de desbordamiento que indica el número máximo de bloques que algún momento se llegaron a usar.';
$strShowStatusKey_read_requestsDescr = 'El número de solicitudes para leer un key block desde el cache.';
$strShowStatusKey_readsDescr = 'El número de lecturas físicas del key block desde el disco. Si el Key_reads es grande, entonces el valor key_buffer_size probablemente es demasiado pequeño. La tasa de fallos en el cache puede calcularse como Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El número de solicitudes para escribir un key block al cache.';
$strShowStatusKey_writesDescr = 'El número de escrituras físicas a un key block al disco.';
$strShowStatusLast_query_costDescr = 'El costo total de la última consulta compilada como fuera computada por el optimizador de consultas. Es útil para comparar el costo de diferentes planes de consulta para una misma consulta. El valor por omisión de 0 significa que ninguna consulta ha sido compilada todavía.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El número de filas esperando ser escritas en las colas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El número de tablas que han sido abiertas. Si el número de tablas abiertas es grande, su valor del cache de tabla probablemente es muy pequeño.';
$strShowStatusOpen_filesDescr = 'El número de archivos que están abiertos.';
$strShowStatusOpen_streamsDescr = 'El número de flujos de datos que están abiertos (usado principalmente para alimentar a los logs).';
$strShowStatusOpen_tablesDescr = 'El número de tablas que están abiertas.';
$strShowStatusQcache_free_blocksDescr = 'El número de bloques de memoria libre en el cache de consultas.';
$strShowStatusQcache_free_memoryDescr = 'La cantidad de memoria libre para el cache de consultas.';
$strShowStatusQcache_hitsDescr = 'El número de hits al cache.';
$strShowStatusQcache_insertsDescr = 'El número de consultas añadidos al cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'El número de consultas que han sido removidos del cache para liberar la memoria para poner nuevas consultas en el cache. Esta información puede ayudar a afinar el tamaño del cache de consultas. El cache de consultas usa la estrategia Least Recently Used (LRU) para decidir cuáles consultas deben ser removidas del cache.';
$strShowStatusQcache_not_cachedDescr = 'El número de consultas que no ingresaron al cache (porque no es posible o porque el parámetro no está activado en query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El número de consultas registradas en el cache.';
$strShowStatusQcache_total_blocksDescr = 'El número total de bloques en el cache de consultas.';
$strShowStatusReset = 'Resetear';
$strShowStatusRpl_statusDescr = 'El estado de la replicación a prueba de fallos (aún no ha sido implementada).';
$strShowStatusSelect_full_joinDescr = 'El número de vínculos (joins) que no usan índices. Si este valor no es 0, deberá revisar los índices de sus tablas cuidadosamente.';
$strShowStatusSelect_full_range_joinDescr = 'El número de vínculos (joins) que usaron búsqueda por rangos en una tabla de referencias.';
$strShowStatusSelect_range_checkDescr = 'El número de vínculos (joins) sin keys que revisan el uso de key luego de cada fila. (Si no es 0, deberá revisar los índices de sus tablas cuidadosamente.)';
$strShowStatusSelect_rangeDescr = 'El número de vínculos (joins) que usaron rangos en la primera tabla. (Normalmente no es crítico aun cuando sea grande.)';
$strShowStatusSelect_scanDescr = 'El número de vínculos (joins) que hicieron un escaneo completo de la primera tabla.';
$strShowStatusSlave_open_temp_tablesDescr = 'El número de tablas temporales actualmente abiertas por el proceso SQL esclavo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde el arranque) que el proceso SQL esclavo de replicación ha reintentado hacer transacciones.';
$strShowStatusSlave_runningDescr = 'Está ENCENDIDO si este servidor es un esclavo que está conectado a un master.';
$strShowStatusSlow_launch_threadsDescr = 'El número de procesos que han tomado más de los segundos registrados en slow_launch_time para crear.';
$strShowStatusSlow_queriesDescr = 'El número de consultas que han tomado más segundos que los registrados en long_query_time.';
$strShowStatusSort_merge_passesDescr = 'El número de pasadas de fusión (merge) que el algoritmo organizar ha debido hacer. Si este valor es grande, debe considerar incrementar el valor de la varible de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El número de consultas organizar que se ejecutaron con rangos.';
$strShowStatusSort_rowsDescr = 'El número de filas sorted.';
$strShowStatusSort_scanDescr = 'El número de consultas organizar que se hicieron escaneando la tabla.';
$strShowStatusTable_locks_immediateDescr = 'El número de veces que un table lock fue adquirido inmediatamente.';
$strShowStatusTable_locks_waitedDescr = 'El número de veces que un table lock no pudo adquirirse inmediatamente y fue necesaria una espera. Si este valor es alto, y hay problemas de rendimiento, primero deberá optimizar sus consultas, y luego, ya sea partir sus tablas o usar replicación.';
$strShowStatusThreads_cachedDescr = 'El número de procesos en el cache de procesos. La tasa de hits al cache puede calcularse como Threads_created/Connections. Si este valor es rojo, debe incrementar su thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El número de conexiones abiertas actualmente.';
$strShowStatusThreads_createdDescr = 'El número de procesos creados para manejar las conexiones. Si Threads_created es grande, querrá incrementar el valor thread_cache_size. (Normalmente esto no aporta una mejoría notable en el rendimiento si usted tiene una buena implementación de procesos.)';
$strShowStatusThreads_runningDescr = 'El número de procesos que no están en reposo.';
$strShowTableDimension = 'Mostrar la dimensión de las tablas';
$strShowTables = 'Mostrar las tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez ';
$strSimplifiedChinese = 'Chino simplificado';
$strSingly = '(solamente)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de registros (consultas) a saltarse desde el inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(o el socket del servidor MySQL local no está configurado correctamente)';
$strSortByKey = 'Organizar según la clave';
$strSorting = 'Organizando (sorting)';
$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
$strSQLExportCompatibility = 'Compatibilidad con exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opciones SQL';
$strSQLOptions = 'Opciones SQL';
$strSQLParserBugMessage = 'Hay la posibilidad de que usted haya encontrado un error en el intérprete de SQL. Por favor examine cuidadosamente su consulta, y verifique que las comillas están siendo usadas adecuadamente y hacen juego. Otra posible causa del fallo es que usted este subiendo un archivo con datos binarios por fuera del área de texto delimitado. Intente su consulta en la interfaz de comandos de MySQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema. Si aún tiene problemas o el intérprete falla en tanto que en la interfaz de comandos funciona, por favor reduzca la salida de su consulta de SQL a la consulta que genera el problema, y envíe un reporte de error con la cadena de datos en la sección de CORTE indicada abajo:';
$strSQLParserUserError = 'Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'El identificador no es válido';
$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido';
$strStatCheckTime = 'Última revisión';
$strStatCreateTime = 'Creación';
$strStatement = 'Enunciado';
$strStatisticsOverrun = 'En un servidor que se encuentra ejecutando procesos, los contadores de bytes pueden excederse. Por tanto, las estadísticas reportadas por el servidor MySQL pueden estar incorrectas.';
$strStatUpdateTime = 'Última actualización';
$strStatus = 'Estado actual';
$strStorageEngine = 'Motor de almacenamiento';
$strStorageEngines = 'Motores de almacenamiento';
$strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos';
$strStrucDrop = 'Añadir DROP TABLE';
$strStrucExcelCSV = 'CSV para datos de MS Excel';
$strStrucNativeExcel = 'Datos de MS Excel en formato nativo';
$strStrucOnly = 'Únicamente la estructura ';
$strStructPropose = 'Planteamiento de la estructura de tabla';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'Su consulta se ejecutó con éxito';
$strSum = 'Número de filas';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Seleccionar la base de datos copiada';
$strSwitchToTable = 'Cambiar (switch) a la tabla copiada';
 
$strTableAlreadyExists = '¡La tabla %s ya existe!';
$strTableComments = 'Comentarios de la tabla';
$strTableEmpty = '¡El nombre de la tabla está vacío!';
$strTableHasBeenDropped = 'Se ha eliminado la tabla %s';
$strTableHasBeenEmptied = 'Se ha vaciado la tabla %s';
$strTableHasBeenFlushed = 'Se ha vaciado el caché de la tabla %s';
$strTableMaintenance = 'Mantenimiento de la tabla';
$strTableOfContents = 'Tabla de contenidos';
$strTableOptions = 'Opciones de la tabla';
$strTables = '%s tabla(s)';
$strTableStructure = 'Estructura de tabla para la tabla';
$strTable = 'Tabla';
$strTableType = 'Tipo de tabla';
$strTakeIt = 'tómelo';
$strTblPrivileges = 'Privilegios específicos para la tabla';
$strTempData = 'Datos temporales';
$strTextAreaLength = ' Debido a su longitud,<br /> este campo podría no ser editable ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = '¡No se halló la plantilla de interfaz (theme) predeterminada %s!';
$strThemeNoPreviewAvailable = 'No existe una previsualización disponible.';
$strThemeNotFound = '¡No se halló la plantilla de interfaz (theme) %s!';
$strThemeNoValidImgPath = '¡No se halló la ruta de imágenes para la plantilla de interfaz (theme) %s!';
$strThemePathNotFound = '¡No se halló la ruta de la plantilla de interfaz (theme) para la plantilla %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este Host';
$strThisNotDirectory = 'Esto no es un directorio';
$strThreads = 'Procesos';
$strThreadSuccessfullyKilled = 'El proceso %s fue destruido exitosamente.';
$strTimeoutInfo = 'Se agotó el tiempo de ejecución en la importación previa; si lo reenvía continuará desde la posición %d.';
$strTimeoutNothingParsed = 'Sin embargo, en la ejecución más reciente no se procesaron datos. Esto usualmente significa que phpMyAdmin no será capaz de completar esta importación a menos que usted incremente el tiempo de ejecución de php.';
$strTimeoutPassed = 'Se ha agotado el tiempo de ejecución del script; si desea completar la importación, por favor, reenvíe el mismo archivo y la importación continuará.';
$strTime = 'Tiempo';
$strToggleScratchboard = 'cambiar el estado del scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chino tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador de transacción';
$strTransformation_application_octetstream__download = 'Mostrar un enlace para descargar los datos binarios de un campo. La primera opción es el nombre del archivo binario. La segunda opción es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo. Si usted aporta una segunda opción, necesariamente deberá consignar la primera opción a una cadena de caracteres vacía';
$strTransformation_application_octetstream__hex = 'Muestra los datos en representación hexadecimal.';
$strTransformation_image_jpeg__inline = 'Muestra un thumbnail que puede abrirse mediante un clic; opciones: width, height en píxeles (mantiene la proporción original)';
$strTransformation_image_jpeg__link = 'Muestra un enlace a esta imagen (i.e., blob descarga directa).';
$strTransformation_image_png__inline = 'Ver imagen/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Toma un campo TIME, TIMESTAMP o DATETIME y lo formatea usando su formato de fechas local. La primera opción es el offset (en horas) que se añadirá al timestamp (Predeterminado: 0). La segunda opción es un dateformat diferente de acuerdo con los parámetros disponibles para el strftime() del PHP.';
$strTransformation_text_plain__external = 'LINUX SOLAMENTE: Ejecuta una aplicación externa y alimenta el fielddata mediante input estándar. Retorna el output estándar de la aplicación. El predeterminado es Tidy, para mostrar código HTML agradable para la impresión. Por razones de seguridad, debe editar manualmente el archivo libraries/transformations/text_plain__external.inc.php e insertar las herramientas que permitirá se ejecuten. La primera opción será el número del programa que querrá utilizar y la segunda opción son los parámetros para el programa. El tercer parámetro, de ser 1 convertirá el output usando htmlspecialchars() (el predeterminado es 1). Un cuarto parámetro, de ser 1 pondrá un NOWRAP a la celda de contenido para que todo el output se muestre sin reformatear (Predeterminado 1)';
$strTransformation_text_plain__formatted = 'Mantiene el formato original del campo. No se puede hacer Escape.';
$strTransformation_text_plain__imagelink = 'Muestra una imagen y un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es el ancho en píxeles, el tercero es el alto.';
$strTransformation_text_plain__link = 'Muestra un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es un título para el enlace.';
$strTransformation_text_plain__sql = 'Formatea el texto como una consulta SQL y resalta la sintaxis.';
$strTransformation_text_plain__substr = 'Muestra una parte de una cadena de caracteres. La primera opción es el número de caracteres a pasar por alto desde el principio de la cadena de caracteres (Predeterminado: 0). La segunda opción es el número de caracteres a mostrar (Predeterminado: hasta el final de la cadena de caracteres). La tercera opción es la cadena de caracteres a adjuntar y/o anteponer cuando haya truncamiento (Predeterminado: "...").';
$strTruncateQueries = 'Truncar las consultas que ya se han mostrado';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconocido';
$strUnselectAll = 'Deseleccionar todo';
$strUnsupportedCompressionDetected = 'Usted intentó cargar un archivo con un tipo de compresión desconocido (%s). Este tipo de compresión puede no estar implementado o quizá no ha sido habilitado en su archivo de configuración.';
$strUpdatePrivMessage = 'Ha actualizado los privilegios para %s.';
$strUpdateProfileMessage = 'Se actualizó el perfil.';
$strUpdateQuery = 'Modificar la consulta';
$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentación';
$strUpgrade = 'Usted debería actualizar su %s a la versión %s o más reciente.';
$strUploadLimit = 'Usted probablemente intentó cargar un archivo demasiado grande. Por favor, refiérase a %sdocumentation%s para hallar modos de superar esta limitante.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
$strUsedPhpExtensions = 'Extensiones PHP utilizadas';
$strUseHostTable = 'Usar la tabla Anfitrión (Host)';
$strUserAlreadyExists = '¡El usuario %s ya existe!';
$strUserEmpty = '¡El nombre de usuario está vacío!';
$strUserName = 'Nombre de usuario';
$strUserNotFound = 'El usuario que seleccionó no se halló en la tabla de privilegios.';
$strUserOverview = 'Vista global de usuarios';
$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.';
$strUsersHavingAccessToDb = 'Usuarios con acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse a cualquier parte';
$strUseTables = 'Usar tablas';
$strUseTextField = 'Use el campo de texto';
$strUseThisValue = 'Use este valor';
 
$strValidateSQL = 'Validar el SQL';
$strValidatorError = 'El validador de SQL no pudo inicializarse. Por favor revise si ha instalado las extensiones php necesarias, como están descritas en la %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Acerca de esta versión';
$strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos';
$strViewDumpDB = 'Ver el volcado esquema de la base de datos';
$strViewDump = 'Mostrar el volcado esquema de la tabla';
$strViewHasBeenDropped = 'Se descartó el modo de visualización %s';
$strViewMaxExactCount = 'Esta visualización tiene más de %s filas. Por favor, refiérase a la %sdocumentation%s.';
$strView = 'Visualizar';
 
$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos';
$strWebServerUploadDirectoryError = 'No está disponible el directorio que usted habilitó para subir las tareas';
$strWelcome = 'Bienvenido a %s';
$strWestEuropean = 'Europea occidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'La ventana del navegador no pudo actualizarse. Quizá cerró la ventana principal o su navegador está bloqueando las actualizaciones en ventanas múltiples debido a sus parámetros de seguridad.';
$strWithChecked = 'Para los elementos que están marcados:';
$strWriteRequests = 'Escribir las solicitudes';
$strWritingCommentNotPossible = 'No fue posible escribir el comentario';
$strWritingRelationNotPossible = 'No fue posible escribir la relación';
$strWrongUser = 'El nombre de usuario o la contraseña está equivocado. El acceso fue denegado.';
 
$strXML = 'XML';
 
$strYes = 'Sí';
 
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/spanish-iso-8859-15.inc.php
0,0 → 1,976
<?php
/* $Id: spanish-iso-8859-15.inc.php,v 2.54.2.4 2006/03/23 17:42:15 lem9 Exp $ */
 
$charset = 'iso-8859-15';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab');
$month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic');
// Ver http://www.php.net/manual/es/function.strftime.php para definir
// la variable siguiente
$datefmt = '%d-%m-%Y a las %H:%M:%S';
$timespanfmt = '%s días, %s horas, %s minutos y %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Por favor, escriba la ruta absoluta del servidor que lleve al directorio docSQL';
$strAccessDenied = 'Acceso denegado ';
$strAccessDeniedCreateConfig = 'La razón más probable es que usted no creó un archivo de configuración. Utilice %1$ssetup script%2$s para crear una.';
$strAccessDeniedExplanation = 'phpMyAdmin intentó conectarse con el servidor MySQL, y el servidor rechazó esta conexión. Deberá revisar el host, nombre de usuario y contraseña en config.inc.php y asegurarse que corresponden con la información provista por el administrador del servidor MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Añadir el valor AUTO_INCREMENT';
$strAddConstraints = 'Añadir restricciones';
$strAddDeleteColumn = 'Añadir/borrar columna de criterio';
$strAddDeleteRow = 'Añadir/borrar fila de criterio';
$strAddDropDatabase = 'Añadir DROP DATABASE';
$strAddedColumnComment = 'Se añadió un comentario para la columna';
$strAddedColumnRelation = 'Se añadió una relación para la columna';
$strAddFields = 'Añadir %s campo(s)';
$strAddHeaderComment = 'Añadir su propio comentario en el encabezado (\\n segmenta las oraciones)';
$strAddIfNotExists = 'Añadir IF NOT EXISTS';
$strAddIntoComments = 'Añadir en los comentarios';
$strAddNewField = 'Insertar nuevo campo';
$strAddPrivilegesOnDb = 'Añadir privilegios a esta base de datos';
$strAddPrivilegesOnTbl = 'Añadir privilegios a esta tabla';
$strAddSearchConditions = 'Insertar las condiciones de búsqueda (cuerpo de la cláusula "where"):';
$strAddToIndex = 'Añadir al índice &nbsp;%s&nbsp;columna(s)';
$strAddUser = 'Agregar un nuevo usuario';
$strAddUserMessage = 'Ha agregado un nuevo usuario.';
$strAdministration = 'Administración';
$strAffectedRows = 'Filas afectadas: ';
$strAfter = 'Después de %s';
$strAfterInsertBack = 'Volver';
$strAfterInsertNewInsert = 'Insertar un nuevo registro';
$strAfterInsertNext = 'Editar la siguiente fila';
$strAfterInsertSame = 'Volver a esta página';
$strAllowInterrupt = 'Permita la interrupción de la importación en el caso de que el script detecte que se ha acercado a su límite de tiempo. Esto podría ser un buen método para importar archivos grandes; sin embargo, puede dañar las transacciones.';
$strAllTableSameWidth = '¿Mostrar todas las tablas que tienen el mismo ancho?';
$strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el ORDER BY de la tabla';
$strAnalyzeTable = 'Analizar la tabla';
$strAndThen = 'y luego';
$strAnd = 'y luego';
$strAnIndex = 'Se añadió un índice en %s';
$strAny = 'cualquiera';
$strAnyHost = 'Cualquier servidor';
$strAnyUser = 'Cualquier usuario';
$strApproximateCount = 'Podría ser aproximado. Léase la FAQ 3.11';
$strAPrimaryKey = 'Se añadió una clave primaria en %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Diseño automático';
 
$strBack = 'Volver';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO DEL CORTE';
$strBeginRaw = 'INICIO DEL VOLCADO';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - ¡no editar! ';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nombre con el cual se registró';
$strBinLogOriginalPosition = 'Posición original';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID del servidor';
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este favorito';
$strBookmarkCreated = 'El favorito %s fue creado';
$strBookmarkDeleted = 'El favorito ha sido borrado.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta guardada en favoritos';
$strBookmarkReplace = 'Reemplazar el favorito existente que tenga el mismo nombre';
$strBookmarkThis = 'Guardar esta consulta en favoritos';
$strBookmarkView = 'Solamente ver';
$strBrowseDistinctValues = 'Navegar los valores distintivos';
$strBrowse = 'Examinar';
$strBrowseForeignValues = 'Mostrar los valores extranjeros';
$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPool = 'Total de memoria del búfer';
$strBufferPoolUsage = 'Total de memoria del búfer consumido';
$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferReadMisses = 'Leer los fallos';
$strBufferWriteWaits = 'Escribir las esperas';
$strBufferWriteWaitsInPercent = 'Escribir las esperas en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páginas activas';
$strBzError = 'Si desea usar las opciones de compresión Bz2, deberá actualizar su php a una versión más reciente. phpMyAdmin no fue capaz de comprimir el dump debido a que está dañada o inaccesible la extensión Bz2 en esta versión de php. Le recomendamos que cambie el parámetro <code>$cfg[\'BZipDump\']</code> en su archivo de configuración phpMyAdmin a <code>FALSE</code>. Lea el reporte de "bugs" de php %s para mayor información.';
$strBzip = '"Comprimido con bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'No se pudieron cargar los plugins de importación, por favor revise su instalación';
$strCannotLogin = 'El servidor MySQL no autorizó su ingreso';
$strCantLoad = 'no se pudo cargar la extensión %s,<br />por favor revise su configuración de PHP.';
$strCantLoadRecodeIconv = 'No se puede cargar iconv o recodificar una extensión necesaria para la conversión de juegos de caracteres, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No puede cambiar el nombre del índice a ¡PRIMARY!';
$strCantUseRecodeIconv = 'No se puede utilizar iconv ni libiconv ni la función recode_string mientras se carga la extensión de informes. Comprueba la configuración de php.';
$strCardinality = 'Cardinalidad';
$strCaseInsensitive = 'independiente de mayúsculas y minúsculas';
$strCaseSensitive = 'dependiente de mayúsculas y minúsculas';
$strCentralEuropean = 'Europeo central';
$strChange = 'Cambiar';
$strChangeCopyModeCopy = '...mantener el anterior.';
$strChangeCopyMode = 'Crear un nuevo usuario con los mismos privilegios y...';
$strChangeCopyModeDeleteAndReload = ' ...borrar el viejo de las tablas de usuario y luego volver a cargar los privilegios.';
$strChangeCopyModeJustDelete = ' ...borrar el viejo de las tablas de usuario.';
$strChangeCopyModeRevoke = ' ...revocar todos los privilegios activos del viejo y eliminarlo después.';
$strChangeCopyUser = 'Cambiar la información de la cuenta / Copiar el usuario';
$strChangeDisplay = 'Elegir el campo a mostrar';
$strChangePassword = 'Cambio de contraseña';
$strCharset = 'Juego de caracteres';
$strCharsetOfFile = 'Juego de caracteres del archivo:';
$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos';
$strCharsets = 'Juegos de caracteres';
$strCheckAll = 'Marcar todos/as';
$strCheckOverhead = 'Marcar las tablas con residuo a depurar';
$strCheckPrivsLong = 'Revisar los privilegios para la base de datos &quot;%s&quot;.';
$strCheckPrivs = 'Revisar los privilegios';
$strCheckTable = 'Revisar la tabla';
$strChoosePage = 'Elegir la página a editar';
$strColComFeat = 'Mostrando los comentarios de la columna';
$strCollation = 'Cotejamiento';
$strColumnNames = 'Nombre de las columnas';
$strColumnPrivileges = 'Privilegios específicos para la columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA LA TABLA';
$strCompatibleHashing = 'Compatible con MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar los INSERTS';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'La compresión escogida para el archivo a importar se detectará automáticamente de: %s';
$strConfigDefaultFileError = 'No fue posible cargar la configuración predeterminada desde: "%1$s"';
$strConfigFileError = '¡phpMyAdmin no puede leer el fichero de configuración!<br />Esto puede suceder si php encuentra un error sintáctico en él o bien php no puede encontrar el fichero.<br />Intente acceder al fichero de configuración directamente mediante el siguiente enlace y compruebe el(los) mensaje(s) de error que reciba. En muchas ocasiones falta una coma o punto y coma en algún sitio.<br />Si recibe una página en blanco, todo está correcto.';
$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s';
$strConnectionError = 'No se estableció la conexión: los parámetros están incorrectos.';
$strConnections = 'Conexiones';
$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)';
$strConstraintsForTable = 'Filtros para la tabla';
$strCookiesRequired = 'Las "cookies" deben estar habilitadas.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La base de datos %s ha sido copiada a %s';
$strCopyTable = 'Copiar la tabla a (base de datos<b>.</b>tabla):';
$strCopyTableOK = 'La tabla %s se copió a %s.';
$strCopyTableSameNames = '¡No es posible copiar la tabla a la misma!';
$strCouldNotKill = 'phpMyAdmin no fue capaz de destruir el proceso %s. Probablemente ya ha sido cerrado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;columna(s)';
$strCreateIndexTopic = 'Crear un nuevo índice';
$strCreateNewDatabase = 'Crear nueva base de datos';
$strCreateNewTable = 'Crear nueva tabla en la base de datos %s';
$strCreatePage = 'Crear una nueva página';
$strCreatePdfFeat = 'Creación de los PDF';
$strCreationDates = 'Fechas de creación/actualización/revisión';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opciones CSV';
$strCSVOptions = 'Opciones CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDanish = 'Danés';
$strDatabase = 'Base de datos';
$strDatabaseEmpty = '¡El nombre de la base de datos está vacío!';
$strDatabaseExportOptions = 'Opciones de exportación de la base de datos';
$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.';
$strDatabaseNoTable = '¡Esta base de datos no contiene tablas!';
$strDatabases = 'Bases de datos';
$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.';
$strDatabasesStatsDisable = 'Desactivar las estadísticas';
$strDatabasesStatsEnable = 'Activar las estadísticas';
$strDatabasesStats = 'Estadísticas de la base';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar aquí las estadísticas de la base de datos podría causar tráfico pesado entre el servidor web y el servidor MySQL.';
$strData = 'Datos';
$strDataDict = 'Diccionario de datos';
$strDataOnly = 'Solamente datos';
$strDataPages = 'Páginas que contienen datos';
$strDBComment = 'Comentario de la base de datos: ';
$strDBCopy = 'Copiar la base de datos a';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID del contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Línea';
$strDBGMaxTimeMs = 'Tiempo máximo, ms';
$strDBGMinTimeMs = 'Tiempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tiempo/Hit, ms';
$strDBGTotalTimeMs = 'Tiempo total, ms';
$strDbPrivileges = 'Privilegios específicos para la base de datos';
$strDBRename = 'Cambiar el nombre de la base de datos a';
$strDbSpecific = 'específico para la base de datos';
$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.';
$strDefault = 'Predeterminado';
$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin caracteres de escape \"\\\" ni comillas, usando este formato: a';
$strDefragment = 'Defragmentar la tabla';
$strDelayedInserts = 'Usar "inserts" con retraso';
$strDeleteAndFlush = 'Borrar a los usuarios y luego volver a cargar los privilegios.';
$strDeleteAndFlushDescr = 'Este es el modo más limpio, pero volver a cargar los privilegios puede tomar tiempo.';
$strDelete = 'Borrar';
$strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas borradas: ';
$strDeleteNoUsersSelected = '¡No se han seleccionado usuarios para eliminar!';
$strDeleting = 'Borrando %s';
$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descripción';
$strDictionary = 'diccionario';
$strDirtyPages = 'Páginas que requieren ser depuradas';
$strDisabled = 'Deshabilitado';
$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)';
$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes?
$strDisplayOrder = 'Mostrar en este orden:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Hacer una consulta (comodín: "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Realmente desea ';
$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar las bases de datos que tienen los mismos nombres que los usuarios.';
$strDumpingData = 'Volcar la base de datos para la tabla';
$strDumpSaved = 'Su archivo (MySQL dump) ha sido guardado con el nombre %s.';
$strDumpXRows = 'Volcar %s filas empezando por la fila %s.';
$strDynamic = 'dinámico/a';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar las páginas PDF';
$strEditPrivileges = 'Editar los privilegios';
$strEffective = 'Efectivo/a';
$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e., cero columnas).';
$strEmpty = 'Vaciar';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Incluir lo exportado en una transacción';
$strEndCut = 'FIN DEL CORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DEL VOLCADO';
$strEngineAvailable = '%s está disponible en este servidor MySQL.';
$strEngineDisabled = '%s ha sido deshabilitado para este motor de almacenamiento.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor MySQL no es compatible con el motor de almacenamiento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés ';
$strError = 'Error';
$strErrorInZipFile = 'Error en el archivo ZIP:';
$strEscapeWildcards = 'Los comodines _ y % deben acompañarse de \ para usarlos de manera literal';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición Excel';
$strExcelOptions = 'Opciones de Excel';
$strExecuteBookmarked = 'Ejecute la consulta marcada previamente';
$strExplain = 'Explicar el SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'INSERTs extendidos';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intentos fallidos';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Se eliminó el campo %s';
$strFields = 'Campos';
$strFieldsEmpty = 'El número de campos está ¡vacío!';
$strFieldsEnclosedBy = 'Campos encerrados por';
$strFieldsEscapedBy = 'Caracter de escape';
$strFieldsTerminatedBy = 'Campos terminados en';
$strFileAlreadyExists = 'El archivo %s ya existe en el servidor, cambie el nombre del archivo o revise la opción de sobreescritura.';
$strFileCouldNotBeRead = 'No fue posible leer el archivo';
$strFileNameTemplateDescriptionDatabase = 'nombre de la base de datos';
$strFileNameTemplateDescription = 'Este valor es interpretado usando %1$sstrftime%2$s; así, usted puede usar cadenas de caracteres para formatear el tiempo. De manera adicional, sucederán las siguientes transformaciones: %3$s. El texto restante se mantendrá como está.';
$strFileNameTemplateDescriptionServer = 'nombre del servidor';
$strFileNameTemplateDescriptionTable = 'nombre de la tabla';
$strFileNameTemplate = 'Plantilla del nombre del archivo';
$strFileNameTemplateRemember = 'recordar la plantilla';
$strFileToImport = 'Archivo a importar';
$strFixed = 'fijo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obtiene los privilegios de los usuarios \'directamente de las tablas de privilegios MySQL\'. El contenido de estas tablas puede diferir de los privilegios que usa el servidor si es que se han realizado cambios manuales en él. En este caso, nuevamente deberá %scargar la página de privilegios%s antes de continuar.';
$strFlushQueryCache = 'Vaciar el cache de consultas';
$strFlushTables = 'Vaciar el cache de todas las tablas';
$strFlushTable = 'Vaciar el caché de la tabla ("FLUSH")';
$strFormat = 'Formato';
$strFormEmpty = '¡Falta un valor en el formulario!';
$strFreePages = 'Páginas libres';
$strFullText = 'Textos completos';
$strFunction = 'Función';
 
$strGenBy = 'Generado por';
$strGeneralRelationFeat = 'Opciones de relación general'; //Features = ¿opciones, componentes?
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar la contraseña';
$strGenTime = 'Tiempo de generación';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegios globales';
$strGlobalValue = 'Valor global';
$strGo = 'Continuar';
$strGrantOption = 'Conceder';
$strGreek = 'Griego';
$strGzip = '"Comprimido con gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'fue modificada.';
$strHasBeenCreated = 'se creó.';
$strHaveToShow = 'Debe elegir al menos una columna para mostrar';
$strHebrew = 'Hebreo';
$strHexForBinary = 'Usar hexadecimal para campos binarios';
$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHome = 'Página de inicio';
$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opciones de exportación Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opciones de exportación Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'Identificación';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar la opción ignore inserts';
$strIgnoringFile = 'Ignorando el archivo %s';
$strImportDocSQL = 'Importar archivos docSQL';
$strImportFiles = 'Importar archivos';
$strImportFormat = 'Formato del archivo importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'La importación se ejecutó exitosamente, se ejecutaron %d consultas.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
$strIndexName = 'Nombre del índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Se creó más de una clave %s para la columna `%s`';
$strIndexWarningPrimary = 'Las claves PRIMARIA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`';
$strIndexWarningUnique = 'Las claves UNICA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
$strInnoDBAutoextendIncrement = 'Incremente el valor AUTOEXTEND';
$strInnoDBBufferPoolSizeDesc = 'El tamaño de la memoria intermedia (búfer) usado por InnoDB para almacenar, en el cache, los datos e índices de sus tablas.';
$strInnoDBBufferPoolSize = 'Tamaño de la memoria (búfer) de tránsito común';
$strInnoDBDataFilePath = 'Archivos de datos';
$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$strInnoDBDataHomeDir = 'Directorio raíz de los datos';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Estado del InnoDB';
$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin';
$strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRowId = 'Se insertó la ID de la fila:';
$strInsertedRows = 'Filas insertadas:';
$strInsert = 'Insertar';
$strInsertNewRow = 'Insertar nueva fila';
$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.';
$strInternalRelations = 'Relaciones internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'El método de autenticación no es válido en la configuración actual:';
$strInvalidColumnCount = 'El número de columnas debe ser superior a cero.';
$strInvalidColumn = '¡Las columnas especificadas (%s) no son válidas!';
$strInvalidCSVFieldCount = 'El número de campos de los datos CSV en la línea %d no es válido.';
$strInvalidCSVFormat = 'El formato de los datos CSV en la línea %d no es válido.';
$strInvalidCSVParameter = 'Parámetro no válido para importar CSV: %s';
$strInvalidFieldAddCount = 'Debe añadir al menos un campo.';
$strInvalidFieldCount = 'La tabla debe tener al menos un campo.';
$strInvalidLDIImport = '¡Este plugin no tiene soporte para importaciones comprimidas!';
$strInvalidRowNumber = '%d no es un número de fila válido.';
$strInvalidServerHostname = 'El nombre del host no es válido para el servidor %1$s. Por favor, revise su configuración.';
$strInvalidServerIndex = 'No es válido el índice del servidor: "%s"';
 
$strJapanese = 'Japonés';
$strJoins = 'Vínculos (Joins)';
$strJumpToDB = 'Saltar a la base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Los usuarios &quot;borrados&quot; aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.';
$strJustDelete = 'Solamente borrar a los usuarios de la tabla de privilegios.';
 
$strKeepPass = 'No cambiar la contraseña';
$strKeyCache = 'Cache principal';
$strKeyname = 'Nombre de la clave';
$strKill = 'Matar el proceso';
$strKorean = 'Coreano';
 
$strLandscape = 'Orientación horizontal';
$strLanguageFileNotFound = 'No se halló el archivo de idioma "%1$s".';
$strLanguageUnknown = 'Idioma desconocido: %1$s.';
$strLatchedPages = 'Páginas vinculadas';
$strLatexCaption = 'Subtitulado de la tabla';
$strLatexContent = 'Contenido de la tabla __TABLE__';
$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Incluir el subtitulado de la tabla';
$strLatexLabel = 'Clave de la etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opciones LaTeX';
$strLatexStructure = 'Estructura de la tabla __TABLE__';
$strLatvian = 'Letón';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Las opciones para la importación CSV usando LOAD DATA';
$strLDILocal = 'Use la palabra clave LOCAL';
$strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Líneas terminadas en';
$strLinkNotFound = 'No se encontró el enlace';
$strLinksTo = 'Enlaces a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización del archivo de texto';
$strLoginInformation = 'Información de la cuenta';
$strLogin = 'Iniciar sesión';
$strLogout = 'Salir';
$strLogPassword = 'Contraseña:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuario:';
$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Proceder de todas formas?';
 
$strMaxConnects = 'Número máx. de conexiones concurrentes';
$strMaximalQueryLength = 'Longitud máxima de la consulta creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas de caracteres sin la extensión mbstring y podría dar resultados inesperados.';
$strMbOverloadWarning = 'Usted ha activado mbstring.func_overload en su configuración PHP. ¡Esta opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos datos!';
$strMIME_available_mime = 'MIME-types disponibles';
$strMIME_available_transform = 'Transformaciones disponibles';
$strMIME_description = 'Descripción';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'No hay una descripción disponible para esta transformación.<br />Por favor pregunte al autor lo que %s hace.';
$strMIME_transformation_note = 'Para una lista de opciones de transformación disponibles y sus transformaciones MIME-type transformations, dé clic en %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opciones de transformación';
$strMIME_transformation = 'Transformación del navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA LA TABLA';
$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional';
$strModifications = 'Se han guardado las modificaciones';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabla a (Base de datos<b>.</b>tabla):';
$strMoveTableOK = 'La tabla %s ha sido movida a %s.';
$strMoveTableSameNames = '¡No es posible mover la tabla a la misma!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamaño predeterminado del puntero de datos en bytes, para su uso en CREATE TABLE para las tablas MyISAM cuando no se ha especificado la opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño del puntero de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si el archivo temporal usado para la generación rápida de índices MyISAM fuese mayor que el uso del key cache por la cantidad especificada aquí, preferir el método key cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo de los archivos temporales durante la generación del índice';
$strMyISAMMaxSortFileSizeDesc = 'El tamaño máximo del archivo temporal que MySQL puede generar mientras genera un nuevo índice MyISAM del archivo temporal (durante REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo para los archivos temporales generados durante la organización';
$strMyISAMRecoverOptionsDesc = 'La modalidad para la recuperación automática de tablas MyISAM caídas catastróficamente, como fuera determinado mediante la opción al arranque del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalidad de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Si este valor es superior a 1, se generan en paralelo los índices de las tablas MyISAM (cada índice con su propio proceso) durante el proceso \"Reparar mediante organización\".';
$strMyISAMRepairThreads = 'Reparar los procesos';
$strMyISAMSortBufferSizeDesc = 'La cantidad de memoria que se asigna para organizar los índices MyISAM durante la operación REPAIR TABLE o cuando se generan índices con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria';
$strMySQLCharset = 'Juegos de caracteres de MySQL';
$strMysqlClientVersion = 'Versión del cliente';
$strMySQLConnectionCollation = 'Cotejamiento de las conexiones MySQL';
$strMySQLSaid = 'MySQL ha dicho: ';
$strMySQLShowProcess = 'Mostrar procesos';
$strMySQLShowStatus = 'Mostrar información de tiempo de ejecución de MySQL';
$strMySQLShowVars = 'Mostrar las variables del sistema MySQL';
 
$strName = 'Nombre';
$strNext = 'Próxima';
$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio';
$strNoDatabases = 'No hay bases de datos';
$strNoDatabasesSelected = 'No se seleccionaron bases de datos.';
$strNoDescription = 'Sin descripción';
$strNoDetailsForEngine = 'No existe información detallada acerca de las condiciones en que se encuentra este motor de almacenamiento.';
$strNoDropDatabases = 'Los enunciados \"DROP DATABASE\" están deshabilitados.';
$strNoExplain = 'Salir de la explicación del SQL';
$strNoFilesFoundInZip = '¡No se hallaron archivos dentro del archivo ZIP!';
$strNoFrames = 'phpMyAdmin funciona mejor con un navegador que <b>reconoce frames</b>.';
$strNoIndex = '¡No se ha definido el índice!';
$strNoIndexPartsDefined = '¡No se han definido las partes del índice!';
$strNoModification = 'Sin cambios';
$strNone = 'Ninguna';
$strNo = 'No';
$strNoOptions = 'Este formato no tiene opciones';
$strNoPassword = 'Sin contraseña';
$strNoPermission = 'El servidor web no tiene permiso para guardar el archivo %s.';
$strNoPhp = 'Sin código PHP';
$strNoPrivileges = 'Sin privilegios';
$strNoRights = '¡Usted no tiene suficientes privilegios para estar aquí ahora!';
$strNoRowsSelected = 'No se seleccionaron filas';
$strNoSpace = 'No hay suficiente espacio para guardar el archivo %s.';
$strNoTablesFound = 'No se han encontrado tablas en la base de datos.';
$strNoThemeSupport = 'No existe soporte para Diseños personalizados (Themes), por favor, revise su configuración y/o sus temas en el directorio %s.';
$strNothingToImport = '¡Usted no seleccionó datos para importar!';
$strNotNumber = '¡Ésto no es un número!';
$strNotOK = 'no recibió el OK';
$strNotSet = 'La tabla <b>%s</b> no fue hallada o no fue definida en %s';
$strNoUsersFound = 'Usuario(s) no encontrado(s).';
$strNoValidateSQL = 'Salir de la validación del SQL';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s resultado(s) en la tabla <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tablas';
 
$strOK = 'OK';
$strOpenNewWindow = 'Abrir nueva ventana de phpMyAdmin';
$strOperations = 'Operaciones';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar la tabla';
$strOr = 'O';
$strOverhead = 'Residuo a depurar';
$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)';
 
$strPageNumber = 'Número de página:';
$strPagesToBeFlushed = 'Páginas que serán eliminadas';
$strPaperSize = 'Tamaño del papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciales';
$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
$strPassword = 'Contraseña';
$strPasswordEmpty = '¡La contraseña está vacía!';
$strPasswordHashing = 'Hashing de la contraseña';
$strPasswordNotSame = '¡Las contraseñas no coinciden!';
$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s';
$strPdfInvalidTblName = '¡La tabla "%s" no existe!';
$strPdfNoTables = 'No existen tablas';
$strPDFOptions = 'Opciones del PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título del reporte';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a las "cadenas de caracteres multi-byte" (mbstring). Lea el reporte 19404 de PHP. No se recomienda el uso de phpMyAdmin con esta versión de PHP.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión de PHP';
$strPmaDocumentation = 'Documentación de phpMyAdmin';
$strPmaUriError = 'El contenido de <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¡DEBE constar en config.inc.php!';
$strPolish = 'Polaco';
$strPortrait = 'Orientación vertical';
$strPos1 = 'Empezar';
$strPrevious = 'Previo';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser \"PRIMARY\"';
$strPrimaryKeyWarning = '("PRIMARY" <b>exclusivamente debe</b> ser el nombre de ¡una clave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$strPrintView = 'Vista de impresión';
$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto GRANT (CONCEDER).';
$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.';
$strPrivDescAlterRoutine = 'Permite alterar y eliminar las rutinas almacenadas.';
$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.';
$strPrivDescCreateRoutine = 'Permite crear el almacenamiento de rutinas.';
$strPrivDescCreateTbl = 'Permite la creación de tablas nuevas.';
$strPrivDescCreateTmpTable = 'Permite la creación de tablas temporales.';
$strPrivDescCreateUser = 'Permite crear, eliminar y cambiar el nombre de las cuentas de usuario.';
$strPrivDescCreateView = 'Permite crear nuevas vistas.';
$strPrivDescDelete = 'Permite borrar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.';
$strPrivDescDropTbl = 'Permite eliminar tablas.';
$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$strPrivDescExecute = 'Permite ejecutar procedimientos guardados; no tiene efecto en esta versión de MySQL.';
$strPrivDescFile = 'Permite importar y exportar datos de y hacia archivos.';
$strPrivDescGrant = 'Permite añadir usuarios y privilegios sin conectarse nuevamente a la tabla de privilegios.';
$strPrivDescIndex = 'Permite crear y eliminar índices.';
$strPrivDescInsert = 'Permite insertar y reemplazar datos.';
$strPrivDescLockTables = 'Permite poner candados a las tablas para el proceso actual.';
$strPrivDescMaxConnections = 'Limita el número de conexiones nuevas que el usuario puede abrir por hora.';
$strPrivDescMaxQuestions = 'Limita el número de consultas que el usuario puede enviar al servidor por hora.';
$strPrivDescMaxUpdates = 'Limita el número de comandos que cambian cualquier tabla o base de datos que el usuario puede ejecutar por hora.';
$strPrivDescMaxUserConnections = 'Limita el número de conexiones simultáneas que el usuario pueda tener.';
$strPrivDescProcess3 = 'Permite eliminar los procesos de otros usuarios.';
$strPrivDescProcess4 = 'Permite ver las consultas completas en la lista de procesos.';
$strPrivDescReferences = 'No tiene efecto en esta versión de MySQL.';
$strPrivDescReload = 'Permite volver a cargar los parámetros del servidor y depurar los cachés del servidor.';
$strPrivDescReplClient = 'Da el derecho al usuario para preguntar dónde están los "esclavos / masters".';
$strPrivDescReplSlave = 'Necesario para los "esclavos" de replicación.';
$strPrivDescSelect = 'Permite leer los datos.';
$strPrivDescShowDb = 'Concede acceso a la lista completa de bases de datos.';
$strPrivDescShowView = 'Permite llevar a cabo las consultas SHOW CREATE VIEW (MOSTRAR CREAR VER).';
$strPrivDescShutdown = 'Permite desconectar el servidor.';
$strPrivDescSuper = 'Permite la conexión, incluso si el número máximo de conexiones ha sido alcanzado; Necesario para la mayor parte de operaciones administrativas tales como montar parámetros de variables globales o matar procesos de otros usuarios.';
$strPrivDescUpdate = 'Permite cambiar los datos.';
$strPrivDescUsage = 'Sin privilegios.';
$strPrivileges = 'Privilegios';
$strPrivilegesReloaded = 'Los privilegios fueron cargados nuevamente de manera exitosa.';
$strProcesslist = 'Lista de procesos';
$strProtocolVersion = 'Versión del protocolo';
$strPutColNames = 'Poner los nombres de campo en la primera hilera';
 
$strQBEDel = 'Borrar';
$strQBE = 'Generar una consulta';
$strQBEIns = 'Insertar';
$strQueryCache = 'Cache de consultas';
$strQueryFrame = 'Ventana de consulta';
$strQueryOnDb = 'Consulta a la base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial-SQL';
$strQueryStatistics = '<b>Estadísticas de consulta</b>: Desde su inicio, %s consultas han sido enviadas al servidor.';
$strQueryTime = 'La consulta tardó %01.4f seg';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'No sobreescribir esta consulta desde fuera de la ventana';
 
$strReadRequests = 'Lea las solicitudes';
$strReceived = 'Recibido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Comprobar la integridad referencial:';
$strRefresh = 'Actualizar';
$strRelationalSchema = 'Esquema relacionado';
$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes?
$strRelationsForTable = 'RELACIONES PARA LA TABLA';
$strRelations = 'Relaciones';
$strRelationView = 'Vista de relaciones';
$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strReloadMySQL = 'Reinicio de MySQL';
$strRemoveSelectedUsers = 'Eliminar a los usuarios seleccionados';
$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s';
$strRenameTable = 'Cambiar el nombre de la tabla a';
$strRenameTableOK = 'Tabla %s ahora se llama %s';
$strRepairTable = 'Reparar la tabla';
$strReplaceNULLBy = 'Reemplazar NULL con';
$strReplaceTable = 'Reemplazar los datos de la tabla con los del archivo';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Límites de recursos';
$strReType = 'Debe volver a escribir';
$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.';
$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y borrarlos después.';
$strRevokeMessage = 'Ha revocado los privilegios para %s';
$strRevoke = 'Revocar';
$strRomanian = 'Rumano';
$strRowLength = 'Longitud de la fila';
$strRows = 'Filas';
$strRowsFrom = 'filas empezando de';
$strRowSize = ' Tamaño de la fila ';
$strRowsModeFlippedHorizontal = 'horizontal (encabezados rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s y repetir los encabezados cada %s celdas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadísticas de la fila';
$strRunning = 'ejecutándose en %s';
$strRunQuery = 'Ejecutar la consulta';
$strRunSQLQuery = 'Ejecutar la(s) consulta(s) SQL en la base de datos %s';
$strRunSQLQueryOnServer = 'Ejecute la o las consultas SQL en el servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Grabar';
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
$strScaleFactorSmall = 'El factor de la escala es demasiado pequeño para poner el esquema en una página';
$strSearch = 'Buscar';
$strSearchFormTitle = 'Buscar en la base de datos';
$strSearchInTables = 'En la(s) tabla(s):';
$strSearchNeedle = 'Palabra(s) o valor(es) a buscar (comodín: "%"):';
$strSearchOption1 = 'al menos una de estas palabras';
$strSearchOption2 = 'Todas las palabras';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearchResultsFor = 'Resultados de la búsqueda por "<i>%s</i>" %s:';
$strSearchType = 'Encontrado:';
$strSecretRequired = 'El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret).';
$strSelectADb = 'Seleccionar una base de datos';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccionar el log binario que desea examinar';
$strSelectFields = 'Seleccionar campos (al menos uno):';
$strSelectNumRows = 'en la consulta';
$strSelectTables = 'Seleccionar tablas';
$strSend = 'Enviar (genera un archivo descargable)';
$strSent = 'Enviado';
$strServerChoice = 'Elección del servidor';
$strServerNotResponding = 'El servidor no está respondiendo';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Información acerca del tiempo de ejecución del proceso principal';
$strServerStatusUptime = 'Este servidor MySQL ha estado activo durante %s. Se inició en %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Tráfico del servidor</b>: Estas tablas muestran las estadísticas de tráfico en la red de este servidor MySQL desde su inicio.';
$strServerVars = 'Variables y parámetros del servidor';
$strServerVersion = 'Versión del servidor';
$strSessionValue = 'Valor de la sesión';
$strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostrar todo';
$strShowColor = 'Mostrar color';
$strShowDatadictAs = 'Formato del Diccionario de Datos';
$strShowFullQueries = 'Mostrar las consultas enteras';
$strShowGrid = 'Mostrar la cuadrícula';
$strShowingBookmark = 'Mostrando el favorito';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar las tablas que están abiertas';
$strShowPHPInfo = 'Mostrar la información de PHP';
$strShowSlaveHosts = 'Mostrar los hosts esclavos';
$strShowSlaveStatus = 'Mostrar el estado del esclavo';
$strShowStatusBinlog_cache_disk_useDescr = 'El número de transacciones que usaron el cache de log binario temporal pero que excedieron el valor del binlog_cache_size y usaron un archivo temporal para almacenar los enunciados de la transacción.';
$strShowStatusBinlog_cache_useDescr = 'El número de transacciones que usaron el cache de log binario temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El número de tablas temporales en el disco que fueron creados automáticamente por el servidor mientras ejecuta los enunciados. Si las tablas Created_tmp_disk_tables es grande, puede incrementar el valor de tmp_table_size para hacer que las tablas temporales se basen en memoria en lugar de basarse en disco.';
$strShowStatusCreated_tmp_filesDescr = 'El número de archivos temporales que fueron creados por mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El número de tablas temporales in-memory creadas automáticamente por el servidor mientras se ejecutaban los enunciados.';
$strShowStatusDelayed_errorsDescr = 'El número de filas escritas con INSERT DELAYED en los cuales ocurrió algún error (probablemente una llave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El número de procesos gestores INSERT DELAYED en uso. Cada tabla diferente en la cual uno usa INSERT DELAYED recibe su propio proceso.';
$strShowStatusDelayed_writesDescr = 'El número de filas INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'El número de enunciados FLUSH ejecutados.';
$strShowStatusHandler_commitDescr = 'El número de enunciados COMMIT internos.';
$strShowStatusHandler_deleteDescr = 'El número de veces que una fila fue eliminada de una tabla.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL puede solicitar al motor de almacenamiento NDB Cluster si conoce acerca de una tabla con un nombre dado. Esto se llama descubrimiento. Handler_discover indica el número ocasiones que las tablas han sido descubiertas.';
$strShowStatusHandler_read_firstDescr = 'El número de veces en que el primer registro ha sido leído desde un índice. Si este valor es alto, sugiere que el servidor está haciendo gran cantidad de escaneos completos del índice; por ejemplo, SELECT col1 FROM foo, asumiendo que col1 está indizado.';
$strShowStatusHandler_read_keyDescr = 'El número de solicitudes hechas para leer una fila basado en una llave. Si este valor es alto, es una buena indicación de que sus consultas y tablas están indizadas apropiadamente.';
$strShowStatusHandler_read_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en un orden clave. Este se incrementa si usted está consultando una columna índice con un limitante de rango o si usted está haciendo un escaneo del índice.';
$strShowStatusHandler_read_prevDescr = 'El número de solicitudes hechas para leer la fila previa en un orden clave. Este método de lectura se usa principalmente para optimizar a ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El número de solicitudes hechas para leer una fila basado en una posición fija. Este es alto si usted está haciendo muchas consultas que requieren el reordenamiento del resultado. Usted probablemente tiene muchas consultas que requieren que MySQL escanee tablas enteras o usted debe tener vínculos (joins) que no usan las llaves de manera apropiada.';
$strShowStatusHandler_read_rnd_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en el archivo de datos. Este es alto si usted está haciendo muchos escaneos de tablas. Generalmente, esto sugiere que sus tablas no están indizadas apropiadamente o que sus consultas no están escritas para tomar ventaja de los índices que tiene.';
$strShowStatusHandler_rollbackDescr = 'El número de enunciados ROLLBACK internos.';
$strShowStatusHandler_updateDescr = 'El número de solicitudes hechas para actualizar una fila en una tabla.';
$strShowStatusHandler_writeDescr = 'El número de solicitudes hechas para insertar una fila en una tabla.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El número de páginas conteniendo datos (sucias o limpias).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El número de páginas actualmente sucias.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El número de páginas en la memoria (búfer) de tránsito común que se ha solicitado sean vaciadas.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El número de páginas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El número de páginas aseguradas en la memoria (búfer) de tránsito común InnoDB. Estas son páginas en fase de lectura o escritura o que no pueden ser vaciadas o removidas por alguna otra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El número de páginas ocupadas porque han sido asignadas para overhead administrativo tales como row locks o el índice hash adaptativo. Este valor también puede ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total de la memoria (búfer) de tránsito común, en páginas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El número de read-aheads InnoDB "aleatorias" iniciadas. Esto sucede cuando una consulta va a escanear una gran porción de una tabla pero en orden aleatorio.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El número de read-aheads InnoDB secuenciales iniciadas. Esto sucede cuando InnoDB hace un escaneo secuencial de la tabla completa.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El número de solicitudes de lectura lógica hechas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El número de lecturas lógicas que InnoDB no pudo satisfacer de la memoria (búfer) de tránsito común y donde fue necesario hacer lectura de página sencilla.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, las escrituras a la memoria de tránsito común InnoDB suceden en el trasfondo. Sin embargo, de ser necesario leer o crear una página y existen páginas limpias disponibles, es necesario esperar que las páginas sean vaciadas previamente. Este contador cuenta las instancias de estas esperas. Si los parámetros del tamaño de la memoria de tránsito común se fijaron apropiadamente, este valor será pequeño.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El número de escrituras hechas a la memoria de tránsito común InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El número de operaciones fsync() hechas hasta el momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El número actual de operaciones fsync() pendientes.';
$strShowStatusInnodb_data_pending_readsDescr = 'El número actual de lecturas pendientes.';
$strShowStatusInnodb_data_pending_writesDescr = 'El número actual de escrituras pendientess.';
$strShowStatusInnodb_data_readDescr = 'El número de datos leídos hasta el momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El número total de lectura de datos.';
$strShowStatusInnodb_data_writesDescr = 'El número total de escritura de datos.';
$strShowStatusInnodb_data_writtenDescr = 'La cantidad de datos escritas hasta el momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'El número de esperas generadas porque la memoria (búfer) log fue demasiado pequeña y hubo que esperar a que fuera vaciada antes de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El número de solicitudes de escritura al log.';
$strShowStatusInnodb_log_writesDescr = 'El número de escrituras físicas al archivo log.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El número de escrituras fsyncs hechas al archivo log.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El número de fsyncs pendientes al archivo log.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrituras pendientes al archivo log.';
$strShowStatusInnodb_os_log_writtenDescr = 'El número de bytes escritos al archivo log.';
$strShowStatusInnodb_pages_createdDescr = 'El número de páginas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'El tamaño de página InnDB precompilado (por omisión 16KB). Muchos valores son contados por páginas; el tamaño de la página permite que pueda convertirse fácilmente a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El número de páginas leídas.';
$strShowStatusInnodb_pages_writtenDescr = 'El número de páginas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El número de row locks que actualmente están en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El tiempo promedio para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'El total de tiempo invertido para adquirir los row locks, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El tiempo máximo para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El número de veces que un row lock tuvo que esperarse.';
$strShowStatusInnodb_rows_deletedDescr = 'El número de filas eliminadas de tablas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El número de filas insertadas en tablas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El número de filas leídas de las tablas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El número de filas actualizadas en tablas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El número de key blocks en el key cache que han cambiado pero que aún no han sido vaciados al disco. Antes se conocía como Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El número de bloques sin usar en el key cache. Puede usar este valor para determinar cuánto del key cache está en uso.';
$strShowStatusKey_blocks_usedDescr = 'El número de bloques usados en el key cache. Este valor es un marcador de desbordamiento que indica el número máximo de bloques que algún momento se llegaron a usar.';
$strShowStatusKey_read_requestsDescr = 'El número de solicitudes para leer un key block desde el cache.';
$strShowStatusKey_readsDescr = 'El número de lecturas físicas del key block desde el disco. Si el Key_reads es grande, entonces el valor key_buffer_size probablemente es demasiado pequeño. La tasa de fallos en el cache puede calcularse como Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El número de solicitudes para escribir un key block al cache.';
$strShowStatusKey_writesDescr = 'El número de escrituras físicas a un key block al disco.';
$strShowStatusLast_query_costDescr = 'El costo total de la última consulta compilada como fuera computada por el optimizador de consultas. Es útil para comparar el costo de diferentes planes de consulta para una misma consulta. El valor por omisión de 0 significa que ninguna consulta ha sido compilada todavía.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El número de filas esperando ser escritas en las colas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El número de tablas que han sido abiertas. Si el número de tablas abiertas es grande, su valor del cache de tabla probablemente es muy pequeño.';
$strShowStatusOpen_filesDescr = 'El número de archivos que están abiertos.';
$strShowStatusOpen_streamsDescr = 'El número de flujos de datos que están abiertos (usado principalmente para alimentar a los logs).';
$strShowStatusOpen_tablesDescr = 'El número de tablas que están abiertas.';
$strShowStatusQcache_free_blocksDescr = 'El número de bloques de memoria libre en el cache de consultas.';
$strShowStatusQcache_free_memoryDescr = 'La cantidad de memoria libre para el cache de consultas.';
$strShowStatusQcache_hitsDescr = 'El número de hits al cache.';
$strShowStatusQcache_insertsDescr = 'El número de consultas añadidos al cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'El número de consultas que han sido removidos del cache para liberar la memoria para poner nuevas consultas en el cache. Esta información puede ayudar a afinar el tamaño del cache de consultas. El cache de consultas usa la estrategia Least Recently Used (LRU) para decidir cuáles consultas deben ser removidas del cache.';
$strShowStatusQcache_not_cachedDescr = 'El número de consultas que no ingresaron al cache (porque no es posible o porque el parámetro no está activado en query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El número de consultas registradas en el cache.';
$strShowStatusQcache_total_blocksDescr = 'El número total de bloques en el cache de consultas.';
$strShowStatusReset = 'Resetear';
$strShowStatusRpl_statusDescr = 'El estado de la replicación a prueba de fallos (aún no ha sido implementada).';
$strShowStatusSelect_full_joinDescr = 'El número de vínculos (joins) que no usan índices. Si este valor no es 0, deberá revisar los índices de sus tablas cuidadosamente.';
$strShowStatusSelect_full_range_joinDescr = 'El número de vínculos (joins) que usaron búsqueda por rangos en una tabla de referencias.';
$strShowStatusSelect_range_checkDescr = 'El número de vínculos (joins) sin keys que revisan el uso de key luego de cada fila. (Si no es 0, deberá revisar los índices de sus tablas cuidadosamente.)';
$strShowStatusSelect_rangeDescr = 'El número de vínculos (joins) que usaron rangos en la primera tabla. (Normalmente no es crítico aun cuando sea grande.)';
$strShowStatusSelect_scanDescr = 'El número de vínculos (joins) que hicieron un escaneo completo de la primera tabla.';
$strShowStatusSlave_open_temp_tablesDescr = 'El número de tablas temporales actualmente abiertas por el proceso SQL esclavo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde el arranque) que el proceso SQL esclavo de replicación ha reintentado hacer transacciones.';
$strShowStatusSlave_runningDescr = 'Está ENCENDIDO si este servidor es un esclavo que está conectado a un master.';
$strShowStatusSlow_launch_threadsDescr = 'El número de procesos que han tomado más de los segundos registrados en slow_launch_time para crear.';
$strShowStatusSlow_queriesDescr = 'El número de consultas que han tomado más segundos que los registrados en long_query_time.';
$strShowStatusSort_merge_passesDescr = 'El número de pasadas de fusión (merge) que el algoritmo organizar ha debido hacer. Si este valor es grande, debe considerar incrementar el valor de la varible de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El número de consultas organizar que se ejecutaron con rangos.';
$strShowStatusSort_rowsDescr = 'El número de filas sorted.';
$strShowStatusSort_scanDescr = 'El número de consultas organizar que se hicieron escaneando la tabla.';
$strShowStatusTable_locks_immediateDescr = 'El número de veces que un table lock fue adquirido inmediatamente.';
$strShowStatusTable_locks_waitedDescr = 'El número de veces que un table lock no pudo adquirirse inmediatamente y fue necesaria una espera. Si este valor es alto, y hay problemas de rendimiento, primero deberá optimizar sus consultas, y luego, ya sea partir sus tablas o usar replicación.';
$strShowStatusThreads_cachedDescr = 'El número de procesos en el cache de procesos. La tasa de hits al cache puede calcularse como Threads_created/Connections. Si este valor es rojo, debe incrementar su thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El número de conexiones abiertas actualmente.';
$strShowStatusThreads_createdDescr = 'El número de procesos creados para manejar las conexiones. Si Threads_created es grande, querrá incrementar el valor thread_cache_size. (Normalmente esto no aporta una mejoría notable en el rendimiento si usted tiene una buena implementación de procesos.)';
$strShowStatusThreads_runningDescr = 'El número de procesos que no están en reposo.';
$strShowTableDimension = 'Mostrar la dimensión de las tablas';
$strShowTables = 'Mostrar las tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez ';
$strSimplifiedChinese = 'Chino simplificado';
$strSingly = '(solamente)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de registros (consultas) a saltarse desde el inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(o el socket del servidor MySQL local no está configurado correctamente)';
$strSortByKey = 'Organizar según la clave';
$strSorting = 'Organizando (sorting)';
$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
$strSQLExportCompatibility = 'Compatibilidad con exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opciones SQL';
$strSQLOptions = 'Opciones SQL';
$strSQLParserBugMessage = 'Hay la posibilidad de que usted haya encontrado un error en el intérprete de SQL. Por favor examine cuidadosamente su consulta, y verifique que las comillas están siendo usadas adecuadamente y hacen juego. Otra posible causa del fallo es que usted este subiendo un archivo con datos binarios por fuera del área de texto delimitado. Intente su consulta en la interfaz de comandos de MySQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema. Si aún tiene problemas o el intérprete falla en tanto que en la interfaz de comandos funciona, por favor reduzca la salida de su consulta de SQL a la consulta que genera el problema, y envíe un reporte de error con la cadena de datos en la sección de CORTE indicada abajo:';
$strSQLParserUserError = 'Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'El identificador no es válido';
$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido';
$strStatCheckTime = 'Última revisión';
$strStatCreateTime = 'Creación';
$strStatement = 'Enunciado';
$strStatisticsOverrun = 'En un servidor que se encuentra ejecutando procesos, los contadores de bytes pueden excederse. Por tanto, las estadísticas reportadas por el servidor MySQL pueden estar incorrectas.';
$strStatUpdateTime = 'Última actualización';
$strStatus = 'Estado actual';
$strStorageEngine = 'Motor de almacenamiento';
$strStorageEngines = 'Motores de almacenamiento';
$strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos';
$strStrucDrop = 'Añadir DROP TABLE';
$strStrucExcelCSV = 'CSV para datos de MS Excel';
$strStrucNativeExcel = 'Datos de MS Excel en formato nativo';
$strStrucOnly = 'Únicamente la estructura ';
$strStructPropose = 'Planteamiento de la estructura de tabla';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'Su consulta se ejecutó con éxito';
$strSum = 'Número de filas';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Seleccionar la base de datos copiada';
$strSwitchToTable = 'Cambiar (switch) a la tabla copiada';
 
$strTableAlreadyExists = '¡La tabla %s ya existe!';
$strTableComments = 'Comentarios de la tabla';
$strTableEmpty = '¡El nombre de la tabla está vacío!';
$strTableHasBeenDropped = 'Se ha eliminado la tabla %s';
$strTableHasBeenEmptied = 'Se ha vaciado la tabla %s';
$strTableHasBeenFlushed = 'Se ha vaciado el caché de la tabla %s';
$strTableMaintenance = 'Mantenimiento de la tabla';
$strTableOfContents = 'Tabla de contenidos';
$strTableOptions = 'Opciones de la tabla';
$strTables = '%s tabla(s)';
$strTableStructure = 'Estructura de tabla para la tabla';
$strTable = 'Tabla';
$strTableType = 'Tipo de tabla';
$strTakeIt = 'tómelo';
$strTblPrivileges = 'Privilegios específicos para la tabla';
$strTempData = 'Datos temporales';
$strTextAreaLength = ' Debido a su longitud,<br /> este campo podría no ser editable ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = '¡No se halló la plantilla de interfaz (theme) predeterminada %s!';
$strThemeNoPreviewAvailable = 'No existe una previsualización disponible.';
$strThemeNotFound = '¡No se halló la plantilla de interfaz (theme) %s!';
$strThemeNoValidImgPath = '¡No se halló la ruta de imágenes para la plantilla de interfaz (theme) %s!';
$strThemePathNotFound = '¡No se halló la ruta de la plantilla de interfaz (theme) para la plantilla %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este Host';
$strThisNotDirectory = 'Esto no es un directorio';
$strThreads = 'Procesos';
$strThreadSuccessfullyKilled = 'El proceso %s fue destruido exitosamente.';
$strTimeoutInfo = 'Se agotó el tiempo de ejecución en la importación previa; si lo reenvía continuará desde la posición %d.';
$strTimeoutNothingParsed = 'Sin embargo, en la ejecución más reciente no se procesaron datos. Esto usualmente significa que phpMyAdmin no será capaz de completar esta importación a menos que usted incremente el tiempo de ejecución de php.';
$strTimeoutPassed = 'Se ha agotado el tiempo de ejecución del script; si desea completar la importación, por favor, reenvíe el mismo archivo y la importación continuará.';
$strTime = 'Tiempo';
$strToggleScratchboard = 'cambiar el estado del scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chino tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador de transacción';
$strTransformation_application_octetstream__download = 'Mostrar un enlace para descargar los datos binarios de un campo. La primera opción es el nombre del archivo binario. La segunda opción es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo. Si usted aporta una segunda opción, necesariamente deberá consignar la primera opción a una cadena de caracteres vacía';
$strTransformation_application_octetstream__hex = 'Muestra los datos en representación hexadecimal.';
$strTransformation_image_jpeg__inline = 'Muestra un thumbnail que puede abrirse mediante un clic; opciones: width, height en píxeles (mantiene la proporción original)';
$strTransformation_image_jpeg__link = 'Muestra un enlace a esta imagen (i.e., blob descarga directa).';
$strTransformation_image_png__inline = 'Ver imagen/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Toma un campo TIME, TIMESTAMP o DATETIME y lo formatea usando su formato de fechas local. La primera opción es el offset (en horas) que se añadirá al timestamp (Predeterminado: 0). La segunda opción es un dateformat diferente de acuerdo con los parámetros disponibles para el strftime() del PHP.';
$strTransformation_text_plain__external = 'LINUX SOLAMENTE: Ejecuta una aplicación externa y alimenta el fielddata mediante input estándar. Retorna el output estándar de la aplicación. El predeterminado es Tidy, para mostrar código HTML agradable para la impresión. Por razones de seguridad, debe editar manualmente el archivo libraries/transformations/text_plain__external.inc.php e insertar las herramientas que permitirá se ejecuten. La primera opción será el número del programa que querrá utilizar y la segunda opción son los parámetros para el programa. El tercer parámetro, de ser 1 convertirá el output usando htmlspecialchars() (el predeterminado es 1). Un cuarto parámetro, de ser 1 pondrá un NOWRAP a la celda de contenido para que todo el output se muestre sin reformatear (Predeterminado 1)';
$strTransformation_text_plain__formatted = 'Mantiene el formato original del campo. No se puede hacer Escape.';
$strTransformation_text_plain__imagelink = 'Muestra una imagen y un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es el ancho en píxeles, el tercero es el alto.';
$strTransformation_text_plain__link = 'Muestra un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es un título para el enlace.';
$strTransformation_text_plain__sql = 'Formatea el texto como una consulta SQL y resalta la sintaxis.';
$strTransformation_text_plain__substr = 'Muestra una parte de una cadena de caracteres. La primera opción es el número de caracteres a pasar por alto desde el principio de la cadena de caracteres (Predeterminado: 0). La segunda opción es el número de caracteres a mostrar (Predeterminado: hasta el final de la cadena de caracteres). La tercera opción es la cadena de caracteres a adjuntar y/o anteponer cuando haya truncamiento (Predeterminado: "...").';
$strTruncateQueries = 'Truncar las consultas que ya se han mostrado';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconocido';
$strUnselectAll = 'Deseleccionar todo';
$strUnsupportedCompressionDetected = 'Usted intentó cargar un archivo con un tipo de compresión desconocido (%s). Este tipo de compresión puede no estar implementado o quizá no ha sido habilitado en su archivo de configuración.';
$strUpdatePrivMessage = 'Ha actualizado los privilegios para %s.';
$strUpdateProfileMessage = 'Se actualizó el perfil.';
$strUpdateQuery = 'Modificar la consulta';
$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentación';
$strUpgrade = 'Usted debería actualizar su %s a la versión %s o más reciente.';
$strUploadLimit = 'Usted probablemente intentó cargar un archivo demasiado grande. Por favor, refiérase a %sdocumentation%s para hallar modos de superar esta limitante.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
$strUsedPhpExtensions = 'Extensiones PHP utilizadas';
$strUseHostTable = 'Usar la tabla Anfitrión (Host)';
$strUserAlreadyExists = '¡El usuario %s ya existe!';
$strUserEmpty = '¡El nombre de usuario está vacío!';
$strUserName = 'Nombre de usuario';
$strUserNotFound = 'El usuario que seleccionó no se halló en la tabla de privilegios.';
$strUserOverview = 'Vista global de usuarios';
$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.';
$strUsersHavingAccessToDb = 'Usuarios con acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse a cualquier parte';
$strUseTables = 'Usar tablas';
$strUseTextField = 'Use el campo de texto';
$strUseThisValue = 'Use este valor';
 
$strValidateSQL = 'Validar el SQL';
$strValidatorError = 'El validador de SQL no pudo inicializarse. Por favor revise si ha instalado las extensiones php necesarias, como están descritas en la %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Acerca de esta versión';
$strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos';
$strViewDumpDB = 'Ver el volcado esquema de la base de datos';
$strViewDump = 'Mostrar el volcado esquema de la tabla';
$strViewHasBeenDropped = 'Se descartó el modo de visualización %s';
$strViewMaxExactCount = 'Esta visualización tiene más de %s filas. Por favor, refiérase a la %sdocumentation%s.';
$strView = 'Visualizar';
 
$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos';
$strWebServerUploadDirectoryError = 'No está disponible el directorio que usted habilitó para subir las tareas';
$strWelcome = 'Bienvenido a %s';
$strWestEuropean = 'Europea occidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'La ventana del navegador no pudo actualizarse. Quizá cerró la ventana principal o su navegador está bloqueando las actualizaciones en ventanas múltiples debido a sus parámetros de seguridad.';
$strWithChecked = 'Para los elementos que están marcados:';
$strWriteRequests = 'Escribir las solicitudes';
$strWritingCommentNotPossible = 'No fue posible escribir el comentario';
$strWritingRelationNotPossible = 'No fue posible escribir la relación';
$strWrongUser = 'El nombre de usuario o la contraseña está equivocado. El acceso fue denegado.';
 
$strXML = 'XML';
 
$strYes = 'Sí';
 
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/spanish-utf-8.inc.php
0,0 → 1,977
<?php
/* $Id: spanish-utf-8.inc.php,v 2.131.2.4 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// Atajos para Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Dom', 'Lun', 'Mar', 'Mie', 'Jue', 'Vie', 'Sab');
$month = array('Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Sep', 'Oct', 'Nov', 'Dic');
// Ver http://www.php.net/manual/es/function.strftime.php para definir
// la variable siguiente
$datefmt = '%d-%m-%Y a las %H:%M:%S';
$timespanfmt = '%s días, %s horas, %s minutos y %s segundos';
 
$strAbortedClients = 'Abortado';
$strAbsolutePathToDocSqlDir = 'Por favor, escriba la ruta absoluta del servidor que lleve al directorio docSQL';
$strAccessDenied = 'Acceso denegado ';
$strAccessDeniedCreateConfig = 'La razón más probable es que usted no creó un archivo de configuración. Utilice %1$ssetup script%2$s para crear una.';
$strAccessDeniedExplanation = 'phpMyAdmin intentó conectarse con el servidor MySQL, y el servidor rechazó esta conexión. Deberá revisar el host, nombre de usuario y contraseña en config.inc.php y asegurarse que corresponden con la información provista por el administrador del servidor MySQL.';
$strAction = 'Acción';
$strAddAutoIncrement = 'Añadir el valor AUTO_INCREMENT';
$strAddConstraints = 'Añadir restricciones';
$strAddDeleteColumn = 'Añadir/borrar columna de criterio';
$strAddDeleteRow = 'Añadir/borrar fila de criterio';
$strAddDropDatabase = 'Añadir DROP DATABASE';
$strAddedColumnComment = 'Se añadió un comentario para la columna';
$strAddedColumnRelation = 'Se añadió una relación para la columna';
$strAddFields = 'Añadir %s campo(s)';
$strAddHeaderComment = 'Añadir su propio comentario en el encabezado (\\n segmenta las oraciones)';
$strAddIfNotExists = 'Añadir IF NOT EXISTS';
$strAddIntoComments = 'Añadir en los comentarios';
$strAddNewField = 'Insertar nuevo campo';
$strAddPrivilegesOnDb = 'Añadir privilegios a esta base de datos';
$strAddPrivilegesOnTbl = 'Añadir privilegios a esta tabla';
$strAddSearchConditions = 'Insertar las condiciones de búsqueda (cuerpo de la cláusula "where"):';
$strAddToIndex = 'Añadir al índice &nbsp;%s&nbsp;columna(s)';
$strAddUser = 'Agregar un nuevo usuario';
$strAddUserMessage = 'Ha agregado un nuevo usuario.';
$strAdministration = 'Administración';
$strAffectedRows = 'Filas afectadas: ';
$strAfter = 'Después de %s';
$strAfterInsertBack = 'Volver';
$strAfterInsertNewInsert = 'Insertar un nuevo registro';
$strAfterInsertNext = 'Editar la siguiente fila';
$strAfterInsertSame = 'Volver a esta página';
$strAllowInterrupt = 'Permita la interrupción de la importación en el caso de que el script detecte que se ha acercado a su límite de tiempo. Esto podría ser un buen método para importar archivos grandes; sin embargo, puede dañar las transacciones.';
$strAllTableSameWidth = '¿Mostrar todas las tablas que tienen el mismo ancho?';
$strAll = 'Todos/as';
$strAlterOrderBy = 'Modificar el ORDER BY de la tabla';
$strAnalyzeTable = 'Analizar la tabla';
$strAndThen = 'y luego';
$strAnd = 'y luego';
$strAnIndex = 'Se añadió un índice en %s';
$strAny = 'cualquiera';
$strAnyHost = 'Cualquier servidor';
$strAnyUser = 'Cualquier usuario';
$strApproximateCount = 'Podría ser aproximado. Léase la FAQ 3.11';
$strAPrimaryKey = 'Se añadió una clave primaria en %s';
$strArabic = 'Árabe';
$strArmenian = 'Armenio';
$strAscending = 'Ascendente';
$strAtBeginningOfTable = 'Al comienzo de la tabla';
$strAtEndOfTable = 'Al final de la tabla';
$strAttr = 'Atributos';
$strAutodetect = 'Autodetectar';
$strAutomaticLayout = 'Diseño automático';
 
$strBack = 'Volver';
$strBaltic = 'Báltico';
$strBeginCut = 'INICIO DEL CORTE';
$strBeginRaw = 'INICIO DEL VOLCADO';
$strBinary = ' Binario ';
$strBinaryDoNotEdit = ' Binario - ¡no editar! ';
$strBinaryLog = 'Log binario';
$strBinLogEventType = 'Tipo de evento';
$strBinLogInfo = 'Información';
$strBinLogName = 'Nombre con el cual se registró';
$strBinLogOriginalPosition = 'Posición original';
$strBinLogPosition = 'Posición';
$strBinLogServerId = 'ID del servidor';
$strBookmarkAllUsers = 'Permitir que todo usuario pueda acceder a este favorito';
$strBookmarkCreated = 'El favorito %s fue creado';
$strBookmarkDeleted = 'El favorito ha sido borrado.';
$strBookmarkLabel = 'Etiqueta';
$strBookmarkQuery = 'Consulta guardada en favoritos';
$strBookmarkReplace = 'Reemplazar el favorito existente que tenga el mismo nombre';
$strBookmarkThis = 'Guardar esta consulta en favoritos';
$strBookmarkView = 'Solamente ver';
$strBrowseDistinctValues = 'Navegar los valores distintivos';
$strBrowse = 'Examinar';
$strBrowseForeignValues = 'Mostrar los valores extranjeros';
$strBufferPoolActivity = 'Actividad de la memoria (búfer) de tránsito común';
$strBufferPool = 'Total de memoria del búfer';
$strBufferPoolUsage = 'Total de memoria del búfer consumido';
$strBufferReadMissesInPercent = 'Leer los fallos en %';
$strBufferReadMisses = 'Leer los fallos';
$strBufferWriteWaits = 'Escribir las esperas';
$strBufferWriteWaitsInPercent = 'Escribir las esperas en %';
$strBulgarian = 'Búlgaro';
$strBusyPages = 'Páginas activas';
$strBzError = 'Si desea usar las opciones de compresión Bz2, deberá actualizar su php a una versión más reciente. phpMyAdmin no fue capaz de comprimir el dump debido a que está dañada o inaccesible la extensión Bz2 en esta versión de php. Le recomendamos que cambie el parámetro <code>$cfg[\'BZipDump\']</code> en su archivo de configuración phpMyAdmin a <code>FALSE</code>. Lea el reporte de "bugs" de php %s para mayor información.';
$strBzip = '"Comprimido con bzip"';
 
$strCalendar = 'Calendario';
$strCanNotLoadImportPlugins = 'No se pudieron cargar los plugins de importación, por favor revise su instalación';
$strCannotLogin = 'El servidor MySQL no autorizó su ingreso';
$strCantLoad = 'no se pudo cargar la extensión %s,<br />por favor revise su configuración de PHP.';
$strCantLoadRecodeIconv = 'No se puede cargar iconv o recodificar una extensión necesaria para la conversión de juegos de caracteres, configure php para permitir el uso de estas extensiones o desactive la conversión de juegos de caracteres en phpMyAdmin.';
$strCantRenameIdxToPrimary = 'No puede cambiar el nombre del índice a ¡PRIMARY!';
$strCantUseRecodeIconv = 'No se puede utilizar iconv ni libiconv ni la función recode_string mientras se carga la extensión de informes. Comprueba la configuración de php.';
$strCardinality = 'Cardinalidad';
$strCaseInsensitive = 'independiente de mayúsculas y minúsculas';
$strCaseSensitive = 'dependiente de mayúsculas y minúsculas';
$strCentralEuropean = 'Europeo central';
$strChange = 'Cambiar';
$strChangeCopyModeCopy = '...mantener el anterior.';
$strChangeCopyMode = 'Crear un nuevo usuario con los mismos privilegios y...';
$strChangeCopyModeDeleteAndReload = ' ...borrar el viejo de las tablas de usuario y luego volver a cargar los privilegios.';
$strChangeCopyModeJustDelete = ' ...borrar el viejo de las tablas de usuario.';
$strChangeCopyModeRevoke = ' ...revocar todos los privilegios activos del viejo y eliminarlo después.';
$strChangeCopyUser = 'Cambiar la información de la cuenta / Copiar el usuario';
$strChangeDisplay = 'Elegir el campo a mostrar';
$strChangePassword = 'Cambio de contraseña';
$strCharset = 'Juego de caracteres';
$strCharsetOfFile = 'Juego de caracteres del archivo:';
$strCharsetsAndCollations = 'Juego de caracteres y sus cotejamientos';
$strCharsets = 'Juegos de caracteres';
$strCheckAll = 'Marcar todos/as';
$strCheckOverhead = 'Marcar las tablas con residuo a depurar';
$strCheckPrivsLong = 'Revisar los privilegios para la base de datos &quot;%s&quot;.';
$strCheckPrivs = 'Revisar los privilegios';
$strCheckTable = 'Revisar la tabla';
$strChoosePage = 'Elegir la página a editar';
$strColComFeat = 'Mostrando los comentarios de la columna';
$strCollation = 'Cotejamiento';
$strColumnNames = 'Nombre de las columnas';
$strColumnPrivileges = 'Privilegios específicos para la columna';
$strCommand = 'Comando';
$strComments = 'Comentarios';
$strCommentsForTable = 'COMENTARIOS PARA LA TABLA';
$strCompatibleHashing = 'Compatible con MySQL&nbsp;4.0';
$strCompleteInserts = 'Completar los INSERTS';
$strCompression = 'Compresión';
$strCompressionWillBeDetected = 'La compresión escogida para el archivo a importar se detectará automáticamente de: %s';
$strConfigDefaultFileError = 'No fue posible cargar la configuración predeterminada desde: "%1$s"';
$strConfigFileError = '¡phpMyAdmin no puede leer el fichero de configuración!<br />Esto puede suceder si php encuentra un error sintáctico en él o bien php no puede encontrar el fichero.<br />Intente acceder al fichero de configuración directamente mediante el siguiente enlace y compruebe el(los) mensaje(s) de error que reciba. En muchas ocasiones falta una coma o punto y coma en algún sitio.<br />Si recibe una página en blanco, todo está correcto.';
$strConfigureTableCoord = 'Configure las coordenadas para la tabla %s';
$strConnectionError = 'No se estableció la conexión: los parámetros están incorrectos.';
$strConnections = 'Conexiones';
$strConstraintsForDumped = 'Filtros para las tablas descargadas (dump)';
$strConstraintsForTable = 'Filtros para la tabla';
$strCookiesRequired = 'Las "cookies" deben estar habilitadas.';
$strCopy = 'Copiar';
$strCopyDatabaseOK = 'La base de datos %s ha sido copiada a %s';
$strCopyTable = 'Copiar la tabla a (base de datos<b>.</b>tabla):';
$strCopyTableOK = 'La tabla %s se copió a %s.';
$strCopyTableSameNames = '¡No es posible copiar la tabla a la misma!';
$strCouldNotKill = 'phpMyAdmin no fue capaz de destruir el proceso %s. Probablemente ya ha sido cerrado.';
$strCreate = 'Crear';
$strCreateDatabaseBeforeCopying = 'CREAR BASE DE DATOS antes de copiar';
$strCreateIndex = 'Crear un índice en&nbsp;%s&nbsp;columna(s)';
$strCreateIndexTopic = 'Crear un nuevo índice';
$strCreateNewDatabase = 'Crear nueva base de datos';
$strCreateNewTable = 'Crear nueva tabla en la base de datos %s';
$strCreatePage = 'Crear una nueva página';
$strCreatePdfFeat = 'Creación de los PDF';
$strCreationDates = 'Fechas de creación/actualización/revisión';
$strCriteria = 'Criterio';
$strCroatian = 'Croata';
$strCSV = 'CSV';
$strCSVImportOptions = 'Opciones CSV';
$strCSVOptions = 'Opciones CSV';
$strCyrillic = 'Cirílico';
$strCzech = 'Checo';
$strCzechSlovak = 'Checo-Eslovaco';
 
$strDanish = 'Danés';
$strDatabase = 'Base de datos';
$strDatabaseEmpty = '¡El nombre de la base de datos está vacío!';
$strDatabaseExportOptions = 'Opciones de exportación de la base de datos';
$strDatabaseHasBeenDropped = 'La base de datos %s ha sido eliminada.';
$strDatabaseNoTable = '¡Esta base de datos no contiene tablas!';
$strDatabases = 'Bases de datos';
$strDatabasesDropped = '%s bases de datos han sido eliminadas exitosamente.';
$strDatabasesStatsDisable = 'Desactivar las estadísticas';
$strDatabasesStatsEnable = 'Activar las estadísticas';
$strDatabasesStats = 'Estadísticas de la base';
$strDatabasesStatsHeavyTraffic = 'Nota: Activar aquí las estadísticas de la base de datos podría causar tráfico pesado entre el servidor web y el servidor MySQL.';
$strData = 'Datos';
$strDataDict = 'Diccionario de datos';
$strDataOnly = 'Solamente datos';
$strDataPages = 'Páginas que contienen datos';
$strDBComment = 'Comentario de la base de datos: ';
$strDBCopy = 'Copiar la base de datos a';
$strDBGContext = 'Contexto';
$strDBGContextID = 'ID del contexto';
$strDBGHits = 'Hits';
$strDBGLine = 'Línea';
$strDBGMaxTimeMs = 'Tiempo máximo, ms';
$strDBGMinTimeMs = 'Tiempo mínimo, ms';
$strDBGModule = 'Módulo';
$strDBGTimePerHitMs = 'Tiempo/Hit, ms';
$strDBGTotalTimeMs = 'Tiempo total, ms';
$strDbPrivileges = 'Privilegios específicos para la base de datos';
$strDBRename = 'Cambiar el nombre de la base de datos a';
$strDbSpecific = 'específico para la base de datos';
$strDefaultEngine = '%s es el motor de almacenamiento predeterminado en este servidor MySQL.';
$strDefault = 'Predeterminado';
$strDefaultValueHelp = 'Para valores predeterminados, por favor ingrese solamente un valor, sin caracteres de escape \"\\\" ni comillas, usando este formato: a';
$strDefragment = 'Defragmentar la tabla';
$strDelayedInserts = 'Usar "inserts" con retraso';
$strDeleteAndFlush = 'Borrar a los usuarios y luego volver a cargar los privilegios.';
$strDeleteAndFlushDescr = 'Este es el modo más limpio, pero volver a cargar los privilegios puede tomar tiempo.';
$strDelete = 'Borrar';
$strDeleted = 'La fila se ha borrado';
$strDeletedRows = 'Filas borradas: ';
$strDeleteNoUsersSelected = '¡No se han seleccionado usuarios para eliminar!';
$strDeleting = 'Borrando %s';
$strDelOld = 'La página actual tiene referencias a tablas que ya no existen. ¿Desea eliminar esas referencias?';
$strDescending = 'Descendente';
$strDescription = 'Descripción';
$strDictionary = 'diccionario';
$strDirtyPages = 'Páginas que requieren ser depuradas';
$strDisabled = 'Deshabilitado';
$strDisableForeignChecks = 'Deshabilitar la revisión de las llaves extranjeras (foreign keys)';
$strDisplayFeat = 'Mostrar las opciones'; //Features = ¿opciones, componentes?
$strDisplayOrder = 'Mostrar en este orden:';
$strDisplayPDF = 'Mostrar esquema PDF';
$strDoAQuery = 'Hacer una consulta (comodín: "%")';
$strDocu = 'Documentación';
$strDoYouReally = 'Realmente desea ';
$strDropDatabaseStrongWarning = '¡Está a punto de DESTRUIR una base de datos completa!';
$strDrop = 'Eliminar';
$strDropUsersDb = 'Eliminar las bases de datos que tienen los mismos nombres que los usuarios.';
$strDumpingData = 'Volcar la base de datos para la tabla';
$strDumpSaved = 'Su archivo (MySQL dump) ha sido guardado con el nombre %s.';
$strDumpXRows = 'Volcar %s filas empezando por la fila %s.';
$strDynamic = 'dinámico/a';
 
$strEdit = 'Editar';
$strEditPDFPages = 'Editar las páginas PDF';
$strEditPrivileges = 'Editar los privilegios';
$strEffective = 'Efectivo/a';
$strEmptyResultSet = 'MySQL ha devuelto un valor vacío (i.e., cero columnas).';
$strEmpty = 'Vaciar';
$strEnabled = 'Habilitado';
$strEncloseInTransaction = 'Incluir lo exportado en una transacción';
$strEndCut = 'FIN DEL CORTE';
$strEnd = 'Fin';
$strEndRaw = 'FIN DEL VOLCADO';
$strEngineAvailable = '%s está disponible en este servidor MySQL.';
$strEngineDisabled = '%s ha sido deshabilitado para este motor de almacenamiento.';
$strEngines = 'Motores';
$strEngineUnsupported = 'Este servidor MySQL no es compatible con el motor de almacenamiento %s.';
$strEnglish = 'Inglés';
$strEnglishPrivileges = ' Nota: Los nombres de los privilegios de MySQL están expresados en inglés ';
$strError = 'Error';
$strErrorInZipFile = 'Error en el archivo ZIP:';
$strEscapeWildcards = 'Los comodines _ y % deben acompañarse de \ para usarlos de manera literal';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estonio';
$strExcelEdition = 'Edición Excel';
$strExcelOptions = 'Opciones de Excel';
$strExecuteBookmarked = 'Ejecute la consulta marcada previamente';
$strExplain = 'Explicar el SQL';
$strExport = 'Exportar';
$strExtendedInserts = 'INSERTs extendidos';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Intentos fallidos';
$strField = 'Campo';
$strFieldHasBeenDropped = 'Se eliminó el campo %s';
$strFields = 'Campos';
$strFieldsEmpty = 'El número de campos está ¡vacío!';
$strFieldsEnclosedBy = 'Campos encerrados por';
$strFieldsEscapedBy = 'Caracter de escape';
$strFieldsTerminatedBy = 'Campos terminados en';
$strFileAlreadyExists = 'El archivo %s ya existe en el servidor, cambie el nombre del archivo o revise la opción de sobreescritura.';
$strFileCouldNotBeRead = 'No fue posible leer el archivo';
$strFileNameTemplateDescriptionDatabase = 'nombre de la base de datos';
$strFileNameTemplateDescription = 'Este valor es interpretado usando %1$sstrftime%2$s; así, usted puede usar cadenas de caracteres para formatear el tiempo. De manera adicional, sucederán las siguientes transformaciones: %3$s. El texto restante se mantendrá como está.';
$strFileNameTemplateDescriptionServer = 'nombre del servidor';
$strFileNameTemplateDescriptionTable = 'nombre de la tabla';
$strFileNameTemplate = 'Plantilla del nombre del archivo';
$strFileNameTemplateRemember = 'recordar la plantilla';
$strFileToImport = 'Archivo a importar';
$strFixed = 'fijo';
$strFlushPrivilegesNote = 'Nota: phpMyAdmin obtiene los privilegios de los usuarios \'directamente de las tablas de privilegios MySQL\'. El contenido de estas tablas puede diferir de los privilegios que usa el servidor si es que se han realizado cambios manuales en él. En este caso, nuevamente deberá %scargar la página de privilegios%s antes de continuar.';
$strFlushQueryCache = 'Vaciar el cache de consultas';
$strFlushTables = 'Vaciar el cache de todas las tablas';
$strFlushTable = 'Vaciar el caché de la tabla ("FLUSH")';
$strFormat = 'Formato';
$strFormEmpty = '¡Falta un valor en el formulario!';
$strFreePages = 'Páginas libres';
$strFullText = 'Textos completos';
$strFunction = 'Función';
 
$strGenBy = 'Generado por';
$strGeneralRelationFeat = 'Opciones de relación general'; //Features = ¿opciones, componentes?
$strGenerate = 'Generar';
$strGeneratePassword = 'Generar la contraseña';
$strGenTime = 'Tiempo de generación';
$strGeorgian = 'Georgiano';
$strGerman = 'Alemán';
$strGlobal = 'global';
$strGlobalPrivileges = 'Privilegios globales';
$strGlobalValue = 'Valor global';
$strGo = 'Continuar';
$strGrantOption = 'Conceder';
$strGreek = 'Griego';
$strGzip = '"Comprimido con gzip"';
 
$strHandler = 'Gestor';
$strHasBeenAltered = 'fue modificada.';
$strHasBeenCreated = 'se creó.';
$strHaveToShow = 'Debe elegir al menos una columna para mostrar';
$strHebrew = 'Hebreo';
$strHexForBinary = 'Usar hexadecimal para campos binarios';
$strHomepageOfficial = 'Página oficial de phpMyAdmin';
$strHome = 'Página de inicio';
$strHostEmpty = '¡¡El nombre del servidor está vacío!!';
$strHost = 'Servidor';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Opciones de exportación Microsoft Excel 2000';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Opciones de exportación Microsoft Word 2000';
$strHungarian = 'Húngaro';
 
$strIcelandic = 'Islandés';
$strId = 'Identificación';
$strIdxFulltext = 'Texto completo';
$strIgnoreDuplicates = 'Ignore las filas duplicadas';
$strIgnore = 'Ignorar';
$strIgnoreInserts = 'Usar la opción ignore inserts';
$strIgnoringFile = 'Ignorando el archivo %s';
$strImportDocSQL = 'Importar archivos docSQL';
$strImportFiles = 'Importar archivos';
$strImportFormat = 'Formato del archivo importado';
$strImport = 'Importar';
$strImportSuccessfullyFinished = 'La importación se ejecutó exitosamente, se ejecutaron %d consultas.';
$strIndexes = 'Índices';
$strIndexHasBeenDropped = 'El índice %s ha sido eliminado';
$strIndexName = 'Nombre del índice&nbsp;:';
$strIndex = 'Índice';
$strIndexType = 'Tipo de índice&nbsp;:';
$strIndexWarningMultiple = 'Se creó más de una clave %s para la columna `%s`';
$strIndexWarningPrimary = 'Las claves PRIMARIA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strIndexWarningTable = 'Problemas con los índices de la tabla `%s`';
$strIndexWarningUnique = 'Las claves UNICA e ÍNDICE no deben seleccionarse juntas para la columna `%s`';
$strInnoDBAutoextendIncrementDesc = 'El tamaño a incrementar para que se extienda el ancho de una tabla capaz de autoextenderse cuando se llena.';
$strInnoDBAutoextendIncrement = 'Incremente el valor AUTOEXTEND';
$strInnoDBBufferPoolSizeDesc = 'El tamaño de la memoria intermedia (búfer) usado por InnoDB para almacenar, en el cache, los datos e índices de sus tablas.';
$strInnoDBBufferPoolSize = 'Tamaño de la memoria (búfer) de tránsito común';
$strInnoDBDataFilePath = 'Archivos de datos';
$strInnoDBDataHomeDirDesc = 'La parte constante de la ruta del directorio para todos los archivos de datos InnoDB.';
$strInnoDBDataHomeDir = 'Directorio raíz de los datos';
$strInnoDBPages = 'páginas';
$strInnodbStat = 'Estado del InnoDB';
$strInsecureMySQL = 'Su archivo de configuración contiene parámetros (root sin contraseña) que corresponden a la cuenta privilegiada predeterminada de MySQL. Su servidor de MySQL está usando estos valores, lo que constituye una vulnerabilidad. Se le recomienda corregir esta brecha de seguridad. Por ejemplo, desde la página de inicio de phpMyAdmin seleccione Privilegios y agregue la contraseña a root@localhost. Deberá escribir la misma contraseña en config.inc.php de phpMyAdmin';
$strInsertAsNewRow = 'Insertar como una nueva fila';
$strInsertedRowId = 'Se insertó la ID de la fila:';
$strInsertedRows = 'Filas insertadas:';
$strInsert = 'Insertar';
$strInsertNewRow = 'Insertar nueva fila';
$strInternalNotNecessary = '* No es necesaria una relación interna cuando también existe en InnoDB.';
$strInternalRelations = 'Relaciones internas';
$strInUse = 'en uso';
$strInvalidAuthMethod = 'El método de autenticación no es válido en la configuración actual:';
$strInvalidColumnCount = 'El número de columnas debe ser superior a cero.';
$strInvalidColumn = '¡Las columnas especificadas (%s) no son válidas!';
$strInvalidCSVFieldCount = 'El número de campos de los datos CSV en la línea %d no es válido.';
$strInvalidCSVFormat = 'El formato de los datos CSV en la línea %d no es válido.';
$strInvalidCSVParameter = 'Parámetro no válido para importar CSV: %s';
$strInvalidFieldAddCount = 'Debe añadir al menos un campo.';
$strInvalidFieldCount = 'La tabla debe tener al menos un campo.';
$strInvalidLDIImport = '¡Este plugin no tiene soporte para importaciones comprimidas!';
$strInvalidRowNumber = '%d no es un número de fila válido.';
$strInvalidServerHostname = 'El nombre del host no es válido para el servidor %1$s. Por favor, revise su configuración.';
$strInvalidServerIndex = 'No es válido el índice del servidor: "%s"';
 
$strJapanese = 'Japonés';
$strJoins = 'Vínculos (Joins)';
$strJumpToDB = 'Saltar a la base de datos &quot;%s&quot;.';
$strJustDeleteDescr = 'Los usuarios &quot;borrados&quot; aún podrán acceder al servidor de manera usual hasta que los privilegios se hayan vuelto a cargar.';
$strJustDelete = 'Solamente borrar a los usuarios de la tabla de privilegios.';
 
$strKeepPass = 'No cambiar la contraseña';
$strKeyCache = 'Cache principal';
$strKeyname = 'Nombre de la clave';
$strKill = 'Matar el proceso';
$strKorean = 'Coreano';
 
$strLandscape = 'Orientación horizontal';
$strLanguageFileNotFound = 'No se halló el archivo de idioma "%1$s".';
$strLanguageUnknown = 'Idioma desconocido: %1$s.';
$strLatchedPages = 'Páginas vinculadas';
$strLatexCaption = 'Subtitulado de la tabla';
$strLatexContent = 'Contenido de la tabla __TABLE__';
$strLatexContinuedCaption = 'Continuación del subtitulado de la tabla';
$strLatexContinued = '(continúa)';
$strLatexIncludeCaption = 'Incluir el subtitulado de la tabla';
$strLatexLabel = 'Clave de la etiqueta';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'opciones LaTeX';
$strLatexStructure = 'Estructura de la tabla __TABLE__';
$strLatvian = 'Letón';
$strLDI = 'CSV usando LOAD DATA';
$strLDIImportOptions = 'Las opciones para la importación CSV usando LOAD DATA';
$strLDILocal = 'Use la palabra clave LOCAL';
$strLengthSet = 'Longitud/Valores*';
$strLimitNumRows = 'registros por página';
$strLinesTerminatedBy = 'Líneas terminadas en';
$strLinkNotFound = 'No se encontró el enlace';
$strLinksTo = 'Enlaces a';
$strLithuanian = 'Lituano';
$strLocalhost = 'Local';
$strLocationTextfile = 'Localización del archivo de texto';
$strLoginInformation = 'Información de la cuenta';
$strLogin = 'Iniciar sesión';
$strLogout = 'Salir';
$strLogPassword = 'Contraseña:';
$strLogServer = 'Servidor';
$strLogUsername = 'Usuario:';
$strLongOperation = 'Esta operación podría tomar algún tiempo. ¿Proceder de todas formas?';
 
$strMaxConnects = 'Número máx. de conexiones concurrentes';
$strMaximalQueryLength = 'Longitud máxima de la consulta creada';
$strMaximumSize = 'Tamaño máximo: %s%s';
$strMbExtensionMissing = 'No se halló la extensión PHP mbstring y al parecer usted está usando tipografía multibyte. phpMyAdmin no puede cortar correctamente las cadenas de caracteres sin la extensión mbstring y podría dar resultados inesperados.';
$strMbOverloadWarning = 'Usted ha activado mbstring.func_overload en su configuración PHP. ¡Esta opción es incompatible con phpMyAdmin y podría causar la pérdida de algunos datos!';
$strMIME_available_mime = 'MIME-types disponibles';
$strMIME_available_transform = 'Transformaciones disponibles';
$strMIME_description = 'Descripción';
$strMIME_MIMEtype = 'MIME-type';
$strMIME_nodescription = 'No hay una descripción disponible para esta transformación.<br />Por favor pregunte al autor lo que %s hace.';
$strMIME_transformation_note = 'Para una lista de opciones de transformación disponibles y sus transformaciones MIME-type transformations, dé clic en %stransformation descriptions%s';
$strMIME_transformation_options_note = 'Por favor ingrese los valores para las opciones de transformación usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez requiere insertar un Backslash ("\") o comilla sencilla ("\'") entre esos valores, use backslash (por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strMIME_transformation_options = 'Opciones de transformación';
$strMIME_transformation = 'Transformación del navegador';
$strMIMETypesForTable = 'TIPOS MIME PARA LA TABLA';
$strMIME_without = 'MIME-types impresos en itálicas no tienen una función de transformación adicional';
$strModifications = 'Se han guardado las modificaciones';
$strModifyIndexTopic = 'Modificar un índice';
$strModify = 'Modificar';
$strMoveTable = 'Mover tabla a (Base de datos<b>.</b>tabla):';
$strMoveTableOK = 'La tabla %s ha sido movida a %s.';
$strMoveTableSameNames = '¡No es posible mover la tabla a la misma!';
$strMultilingual = 'multilingüe';
$strMyISAMDataPointerSizeDesc = 'El tamaño predeterminado del puntero de datos en bytes, para su uso en CREATE TABLE para las tablas MyISAM cuando no se ha especificado la opción MAX_ROWS.';
$strMyISAMDataPointerSize = 'Tamaño del puntero de datos';
$strMyISAMMaxExtraSortFileSizeDesc = 'Si el archivo temporal usado para la generación rápida de índices MyISAM fuese mayor que el uso del key cache por la cantidad especificada aquí, preferir el método key cache.';
$strMyISAMMaxExtraSortFileSize = 'Tamaño máximo de los archivos temporales durante la generación del índice';
$strMyISAMMaxSortFileSizeDesc = 'El tamaño máximo del archivo temporal que MySQL puede generar mientras genera un nuevo índice MyISAM del archivo temporal (durante REPAIR TABLE, ALTER TABLE, o LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Tamaño máximo para los archivos temporales generados durante la organización';
$strMyISAMRecoverOptionsDesc = 'La modalidad para la recuperación automática de tablas MyISAM caídas catastróficamente, como fuera determinado mediante la opción al arranque del servidor --myisam-recover.';
$strMyISAMRecoverOptions = 'Modalidad de recuperación automática';
$strMyISAMRepairThreadsDesc = 'Si este valor es superior a 1, se generan en paralelo los índices de las tablas MyISAM (cada índice con su propio proceso) durante el proceso \"Reparar mediante organización\".';
$strMyISAMRepairThreads = 'Reparar los procesos';
$strMyISAMSortBufferSizeDesc = 'La cantidad de memoria que se asigna para organizar los índices MyISAM durante la operación REPAIR TABLE o cuando se generan índices con CREATE INDEX o ALTER TABLE.';
$strMyISAMSortBufferSize = 'Organizar el tamaño del búfer de memoria';
$strMySQLCharset = 'Juegos de caracteres de MySQL';
$strMysqlClientVersion = 'Versión del cliente';
$strMySQLConnectionCollation = 'Cotejamiento de las conexiones MySQL';
$strMySQLSaid = 'MySQL ha dicho: ';
$strMySQLShowProcess = 'Mostrar procesos';
$strMySQLShowStatus = 'Mostrar información de tiempo de ejecución de MySQL';
$strMySQLShowVars = 'Mostrar las variables del sistema MySQL';
 
$strName = 'Nombre';
$strNext = 'Próxima';
$strNoActivity = 'No ha habido actividad desde hace %s o más segundos, por favor reingrese al sitio';
$strNoDatabases = 'No hay bases de datos';
$strNoDatabasesSelected = 'No se seleccionaron bases de datos.';
$strNoDescription = 'Sin descripción';
$strNoDetailsForEngine = 'No existe información detallada acerca de las condiciones en que se encuentra este motor de almacenamiento.';
$strNoDropDatabases = 'Los enunciados \"DROP DATABASE\" están deshabilitados.';
$strNoExplain = 'Salir de la explicación del SQL';
$strNoFilesFoundInZip = '¡No se hallaron archivos dentro del archivo ZIP!';
$strNoFrames = 'phpMyAdmin funciona mejor con un navegador que <b>reconoce frames</b>.';
$strNoIndex = '¡No se ha definido el índice!';
$strNoIndexPartsDefined = '¡No se han definido las partes del índice!';
$strNoModification = 'Sin cambios';
$strNone = 'Ninguna';
$strNo = 'No';
$strNoOptions = 'Este formato no tiene opciones';
$strNoPassword = 'Sin contraseña';
$strNoPermission = 'El servidor web no tiene permiso para guardar el archivo %s.';
$strNoPhp = 'Sin código PHP';
$strNoPrivileges = 'Sin privilegios';
$strNoRights = '¡Usted no tiene suficientes privilegios para estar aquí ahora!';
$strNoRowsSelected = 'No se seleccionaron filas';
$strNoSpace = 'No hay suficiente espacio para guardar el archivo %s.';
$strNoTablesFound = 'No se han encontrado tablas en la base de datos.';
$strNoThemeSupport = 'No existe soporte para Diseños personalizados (Themes), por favor, revise su configuración y/o sus temas en el directorio %s.';
$strNothingToImport = '¡Usted no seleccionó datos para importar!';
$strNotNumber = '¡Ésto no es un número!';
$strNotOK = 'no recibió el OK';
$strNotSet = 'La tabla <b>%s</b> no fue hallada o no fue definida en %s';
$strNoUsersFound = 'Usuario(s) no encontrado(s).';
$strNoValidateSQL = 'Salir de la validación del SQL';
$strNull = 'Nulo';
$strNumberOfFields = 'Número de campos';
$strNumSearchResultsInTable = '%s resultado(s) en la tabla <i>%s</i>';
$strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> resultado(s)';
$strNumTables = 'Tablas';
 
$strOK = 'OK';
$strOpenNewWindow = 'Abrir nueva ventana de phpMyAdmin';
$strOperations = 'Operaciones';
$strOperator = 'Operador';
$strOptimizeTable = 'Optimizar la tabla';
$strOr = 'O';
$strOverhead = 'Residuo a depurar';
$strOverwriteExisting = 'Sobreescribir el(los) archivo(s) existente(s)';
 
$strPageNumber = 'Número de página:';
$strPagesToBeFlushed = 'Páginas que serán eliminadas';
$strPaperSize = 'Tamaño del papel';
$strPartialImport = 'Importación parcial';
$strPartialText = 'Textos parciales';
$strPasswordChanged = 'La contraseña para %s se cambió exitosamente.';
$strPassword = 'Contraseña';
$strPasswordEmpty = '¡La contraseña está vacía!';
$strPasswordHashing = 'Hashing de la contraseña';
$strPasswordNotSame = '¡Las contraseñas no coinciden!';
$strPdfDbSchema = 'Esquema de la base de datos "%s" - Página %s';
$strPdfInvalidTblName = '¡La tabla "%s" no existe!';
$strPdfNoTables = 'No existen tablas';
$strPDFOptions = 'Opciones del PDF';
$strPDF = 'PDF';
$strPDFReportTitle = 'Título del reporte';
$strPerHour = 'por hora';
$strPerMinute = 'por minuto';
$strPerSecond = 'por segundo';
$strPersian = 'Persa';
$strPhoneBook = 'directorio telefónico';
$strPHP40203 = 'Usted está usando PHP 4.2.3, el cual tiene un error de codificación en cuanto a las "cadenas de caracteres multi-byte" (mbstring). Lea el reporte 19404 de PHP. No se recomienda el uso de phpMyAdmin con esta versión de PHP.';
$strPhp = 'Crear código PHP';
$strPHPVersion = 'Versión de PHP';
$strPmaDocumentation = 'Documentación de phpMyAdmin';
$strPmaUriError = 'El contenido de <tt>$cfg[\'PmaAbsoluteUri\']</tt> ¡DEBE constar en config.inc.php!';
$strPolish = 'Polaco';
$strPortrait = 'Orientación vertical';
$strPos1 = 'Empezar';
$strPrevious = 'Previo';
$strPrimaryKeyHasBeenDropped = 'La clave primaria ha sido eliminada';
$strPrimaryKeyName = 'El nombre de la clave primaria debe ser \"PRIMARY\"';
$strPrimaryKeyWarning = '("PRIMARY" <b>exclusivamente debe</b> ser el nombre de ¡una clave primaria!)';
$strPrimary = 'Primaria';
$strPrint = 'Imprimir';
$strPrintViewFull = 'Previsualización para imprimir (documento completo)';
$strPrintView = 'Vista de impresión';
$strPrivDescAllPrivileges = 'Incluye todos los privilegios excepto GRANT (CONCEDER).';
$strPrivDescAlter = 'Permite alterar la estructura de las tablas existentes.';
$strPrivDescAlterRoutine = 'Permite alterar y eliminar las rutinas almacenadas.';
$strPrivDescCreateDb = 'Permite crear nuevas bases de datos y tablas.';
$strPrivDescCreateRoutine = 'Permite crear el almacenamiento de rutinas.';
$strPrivDescCreateTbl = 'Permite la creación de tablas nuevas.';
$strPrivDescCreateTmpTable = 'Permite la creación de tablas temporales.';
$strPrivDescCreateUser = 'Permite crear, eliminar y cambiar el nombre de las cuentas de usuario.';
$strPrivDescCreateView = 'Permite crear nuevas vistas.';
$strPrivDescDelete = 'Permite borrar datos.';
$strPrivDescDropDb = 'Permite eliminar bases de datos y tablas.';
$strPrivDescDropTbl = 'Permite eliminar tablas.';
$strPrivDescExecute5 = 'Permite ejecutar las rutinas almacenadas.';
$strPrivDescExecute = 'Permite ejecutar procedimientos guardados; no tiene efecto en esta versión de MySQL.';
$strPrivDescFile = 'Permite importar y exportar datos de y hacia archivos.';
$strPrivDescGrant = 'Permite añadir usuarios y privilegios sin conectarse nuevamente a la tabla de privilegios.';
$strPrivDescIndex = 'Permite crear y eliminar índices.';
$strPrivDescInsert = 'Permite insertar y reemplazar datos.';
$strPrivDescLockTables = 'Permite poner candados a las tablas para el proceso actual.';
$strPrivDescMaxConnections = 'Limita el número de conexiones nuevas que el usuario puede abrir por hora.';
$strPrivDescMaxQuestions = 'Limita el número de consultas que el usuario puede enviar al servidor por hora.';
$strPrivDescMaxUpdates = 'Limita el número de comandos que cambian cualquier tabla o base de datos que el usuario puede ejecutar por hora.';
$strPrivDescMaxUserConnections = 'Limita el número de conexiones simultáneas que el usuario pueda tener.';
$strPrivDescProcess3 = 'Permite eliminar los procesos de otros usuarios.';
$strPrivDescProcess4 = 'Permite ver las consultas completas en la lista de procesos.';
$strPrivDescReferences = 'No tiene efecto en esta versión de MySQL.';
$strPrivDescReload = 'Permite volver a cargar los parámetros del servidor y depurar los cachés del servidor.';
$strPrivDescReplClient = 'Da el derecho al usuario para preguntar dónde están los "esclavos / masters".';
$strPrivDescReplSlave = 'Necesario para los "esclavos" de replicación.';
$strPrivDescSelect = 'Permite leer los datos.';
$strPrivDescShowDb = 'Concede acceso a la lista completa de bases de datos.';
$strPrivDescShowView = 'Permite llevar a cabo las consultas SHOW CREATE VIEW (MOSTRAR CREAR VER).';
$strPrivDescShutdown = 'Permite desconectar el servidor.';
$strPrivDescSuper = 'Permite la conexión, incluso si el número máximo de conexiones ha sido alcanzado; Necesario para la mayor parte de operaciones administrativas tales como montar parámetros de variables globales o matar procesos de otros usuarios.';
$strPrivDescUpdate = 'Permite cambiar los datos.';
$strPrivDescUsage = 'Sin privilegios.';
$strPrivileges = 'Privilegios';
$strPrivilegesReloaded = 'Los privilegios fueron cargados nuevamente de manera exitosa.';
$strProcesslist = 'Lista de procesos';
$strProtocolVersion = 'Versión del protocolo';
$strPutColNames = 'Poner los nombres de campo en la primera hilera';
 
$strQBEDel = 'Borrar';
$strQBE = 'Generar una consulta';
$strQBEIns = 'Insertar';
$strQueryCache = 'Cache de consultas';
$strQueryFrame = 'Ventana de consulta';
$strQueryOnDb = 'Consulta a la base de datos <b>%s</b>:';
$strQuerySQLHistory = 'Historial-SQL';
$strQueryStatistics = '<b>Estadísticas de consulta</b>: Desde su inicio, %s consultas han sido enviadas al servidor.';
$strQueryTime = 'La consulta tardó %01.4f seg';
$strQueryType = 'Tipo de consulta';
$strQueryWindowLock = 'No sobreescribir esta consulta desde fuera de la ventana';
 
$strReadRequests = 'Lea las solicitudes';
$strReceived = 'Recibido';
$strRecords = 'Registros';
$strReferentialIntegrity = 'Comprobar la integridad referencial:';
$strRefresh = 'Actualizar';
$strRelationalSchema = 'Esquema relacionado';
$strRelationNotWorking = 'Las opciones adicionales para trabajar con tablas vinculadas fueron desactivadas. Para saber porqué, dé clic %saquí%s.'; //Features = ¿opciones, componentes?
$strRelationsForTable = 'RELACIONES PARA LA TABLA';
$strRelations = 'Relaciones';
$strRelationView = 'Vista de relaciones';
$strReloadingThePrivileges = 'Cargando los privilegios nuevamente';
$strReloadMySQL = 'Reinicio de MySQL';
$strRemoveSelectedUsers = 'Eliminar a los usuarios seleccionados';
$strRenameDatabaseOK = 'La base de datos %s ha sido cambiada de nombre a %s';
$strRenameTable = 'Cambiar el nombre de la tabla a';
$strRenameTableOK = 'Tabla %s ahora se llama %s';
$strRepairTable = 'Reparar la tabla';
$strReplaceNULLBy = 'Reemplazar NULL con';
$strReplaceTable = 'Reemplazar los datos de la tabla con los del archivo';
$strReplication = 'Replicación';
$strReset = 'Reiniciar';
$strResourceLimits = 'Límites de recursos';
$strReType = 'Debe volver a escribir';
$strRevokeAndDeleteDescr = 'Los usuarios aún tendrán el privilegio "USAGE" hasta que los privilegios se hayan vuelto a cargar.';
$strRevokeAndDelete = 'Revocar todos los privilegios activos de los usuarios y borrarlos después.';
$strRevokeMessage = 'Ha revocado los privilegios para %s';
$strRevoke = 'Revocar';
$strRomanian = 'Rumano';
$strRowLength = 'Longitud de la fila';
$strRows = 'Filas';
$strRowsFrom = 'filas empezando de';
$strRowSize = ' Tamaño de la fila ';
$strRowsModeFlippedHorizontal = 'horizontal (encabezados rotados)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = 'en modo %s y repetir los encabezados cada %s celdas';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Estadísticas de la fila';
$strRunning = 'ejecutándose en %s';
$strRunQuery = 'Ejecutar la consulta';
$strRunSQLQuery = 'Ejecutar la(s) consulta(s) SQL en la base de datos %s';
$strRunSQLQueryOnServer = 'Ejecute la o las consultas SQL en el servidor %s';
$strRussian = 'Ruso';
 
$strSave = 'Grabar';
$strSaveOnServer = 'Guardar en el servidor, en el directorio %s ';
$strScaleFactorSmall = 'El factor de la escala es demasiado pequeño para poner el esquema en una página';
$strSearch = 'Buscar';
$strSearchFormTitle = 'Buscar en la base de datos';
$strSearchInTables = 'En la(s) tabla(s):';
$strSearchNeedle = 'Palabra(s) o valor(es) a buscar (comodín: "%"):';
$strSearchOption1 = 'al menos una de estas palabras';
$strSearchOption2 = 'Todas las palabras';
$strSearchOption3 = 'La frase exacta';
$strSearchOption4 = 'como expresión regular';
$strSearchResultsFor = 'Resultados de la búsqueda por "<i>%s</i>" %s:';
$strSearchType = 'Encontrado:';
$strSecretRequired = 'El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret).';
$strSelectADb = 'Seleccionar una base de datos';
$strSelectAll = 'Seleccionar todo';
$strSelectBinaryLog = 'Seleccionar el log binario que desea examinar';
$strSelectFields = 'Seleccionar campos (al menos uno):';
$strSelectNumRows = 'en la consulta';
$strSelectTables = 'Seleccionar tablas';
$strSend = 'Enviar (genera un archivo descargable)';
$strSent = 'Enviado';
$strServerChoice = 'Elección del servidor';
$strServerNotResponding = 'El servidor no está respondiendo';
$strServer = 'Servidor';
$strServerStatusDelayedInserts = 'Delayed inserts';
$strServerStatus = 'Información acerca del tiempo de ejecución del proceso principal';
$strServerStatusUptime = 'Este servidor MySQL ha estado activo durante %s. Se inició en %s.';
$strServerTabProcesslist = 'Procesos';
$strServerTabVariables = 'Variables';
$strServerTrafficNotes = '<b>Tráfico del servidor</b>: Estas tablas muestran las estadísticas de tráfico en la red de este servidor MySQL desde su inicio.';
$strServerVars = 'Variables y parámetros del servidor';
$strServerVersion = 'Versión del servidor';
$strSessionValue = 'Valor de la sesión';
$strSetEnumVal = 'Si el tipo de campo es "enum" o "set", por favor ingrese los valores usando este formato: \'a\',\'b\',\'c\'...<br />Si alguna vez necesita poner una barra invertida("\") o una comilla simple ("\'") entre esos valores, siempre ponga una barra invertida. (Por ejemplo \'\\\\xyz\' o \'a\\\'b\').';
$strShowAll = 'Mostrar todo';
$strShowColor = 'Mostrar color';
$strShowDatadictAs = 'Formato del Diccionario de Datos';
$strShowFullQueries = 'Mostrar las consultas enteras';
$strShowGrid = 'Mostrar la cuadrícula';
$strShowingBookmark = 'Mostrando el favorito';
$strShowingRecords = 'Mostrando registros ';
$strShow = 'Mostrar';
$strShowOpenTables = 'Mostrar las tablas que están abiertas';
$strShowPHPInfo = 'Mostrar la información de PHP';
$strShowSlaveHosts = 'Mostrar los hosts esclavos';
$strShowSlaveStatus = 'Mostrar el estado del esclavo';
$strShowStatusBinlog_cache_disk_useDescr = 'El número de transacciones que usaron el cache de log binario temporal pero que excedieron el valor del binlog_cache_size y usaron un archivo temporal para almacenar los enunciados de la transacción.';
$strShowStatusBinlog_cache_useDescr = 'El número de transacciones que usaron el cache de log binario temporal.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'El número de tablas temporales en el disco que fueron creados automáticamente por el servidor mientras ejecuta los enunciados. Si las tablas Created_tmp_disk_tables es grande, puede incrementar el valor de tmp_table_size para hacer que las tablas temporales se basen en memoria en lugar de basarse en disco.';
$strShowStatusCreated_tmp_filesDescr = 'El número de archivos temporales que fueron creados por mysqld.';
$strShowStatusCreated_tmp_tablesDescr = 'El número de tablas temporales in-memory creadas automáticamente por el servidor mientras se ejecutaban los enunciados.';
$strShowStatusDelayed_errorsDescr = 'El número de filas escritas con INSERT DELAYED en los cuales ocurrió algún error (probablemente una llave duplicada).';
$strShowStatusDelayed_insert_threadsDescr = 'El número de procesos gestores INSERT DELAYED en uso. Cada tabla diferente en la cual uno usa INSERT DELAYED recibe su propio proceso.';
$strShowStatusDelayed_writesDescr = 'El número de filas INSERT DELAYED escritas.';
$strShowStatusFlush_commandsDescr = 'El número de enunciados FLUSH ejecutados.';
$strShowStatusHandler_commitDescr = 'El número de enunciados COMMIT internos.';
$strShowStatusHandler_deleteDescr = 'El número de veces que una fila fue eliminada de una tabla.';
$strShowStatusHandler_discoverDescr = 'El servidor MySQL puede solicitar al motor de almacenamiento NDB Cluster si conoce acerca de una tabla con un nombre dado. Esto se llama descubrimiento. Handler_discover indica el número ocasiones que las tablas han sido descubiertas.';
$strShowStatusHandler_read_firstDescr = 'El número de veces en que el primer registro ha sido leído desde un índice. Si este valor es alto, sugiere que el servidor está haciendo gran cantidad de escaneos completos del índice; por ejemplo, SELECT col1 FROM foo, asumiendo que col1 está indizado.';
$strShowStatusHandler_read_keyDescr = 'El número de solicitudes hechas para leer una fila basado en una llave. Si este valor es alto, es una buena indicación de que sus consultas y tablas están indizadas apropiadamente.';
$strShowStatusHandler_read_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en un orden clave. Este se incrementa si usted está consultando una columna índice con un limitante de rango o si usted está haciendo un escaneo del índice.';
$strShowStatusHandler_read_prevDescr = 'El número de solicitudes hechas para leer la fila previa en un orden clave. Este método de lectura se usa principalmente para optimizar a ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'El número de solicitudes hechas para leer una fila basado en una posición fija. Este es alto si usted está haciendo muchas consultas que requieren el reordenamiento del resultado. Usted probablemente tiene muchas consultas que requieren que MySQL escanee tablas enteras o usted debe tener vínculos (joins) que no usan las llaves de manera apropiada.';
$strShowStatusHandler_read_rnd_nextDescr = 'El número de solicitudes hechas para leer la siguiente fila en el archivo de datos. Este es alto si usted está haciendo muchos escaneos de tablas. Generalmente, esto sugiere que sus tablas no están indizadas apropiadamente o que sus consultas no están escritas para tomar ventaja de los índices que tiene.';
$strShowStatusHandler_rollbackDescr = 'El número de enunciados ROLLBACK internos.';
$strShowStatusHandler_updateDescr = 'El número de solicitudes hechas para actualizar una fila en una tabla.';
$strShowStatusHandler_writeDescr = 'El número de solicitudes hechas para insertar una fila en una tabla.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'El número de páginas conteniendo datos (sucias o limpias).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'El número de páginas actualmente sucias.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'El número de páginas en la memoria (búfer) de tránsito común que se ha solicitado sean vaciadas.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'El número de páginas libres.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'El número de páginas aseguradas en la memoria (búfer) de tránsito común InnoDB. Estas son páginas en fase de lectura o escritura o que no pueden ser vaciadas o removidas por alguna otra razón.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'El número de páginas ocupadas porque han sido asignadas para overhead administrativo tales como row locks o el índice hash adaptativo. Este valor también puede ser calculado como Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Tamaño total de la memoria (búfer) de tránsito común, en páginas.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'El número de read-aheads InnoDB "aleatorias" iniciadas. Esto sucede cuando una consulta va a escanear una gran porción de una tabla pero en orden aleatorio.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'El número de read-aheads InnoDB secuenciales iniciadas. Esto sucede cuando InnoDB hace un escaneo secuencial de la tabla completa.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'El número de solicitudes de lectura lógica hechas por InnoDB.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'El número de lecturas lógicas que InnoDB no pudo satisfacer de la memoria (búfer) de tránsito común y donde fue necesario hacer lectura de página sencilla.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalmente, las escrituras a la memoria de tránsito común InnoDB suceden en el trasfondo. Sin embargo, de ser necesario leer o crear una página y existen páginas limpias disponibles, es necesario esperar que las páginas sean vaciadas previamente. Este contador cuenta las instancias de estas esperas. Si los parámetros del tamaño de la memoria de tránsito común se fijaron apropiadamente, este valor será pequeño.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'El número de escrituras hechas a la memoria de tránsito común InnoDB.';
$strShowStatusInnodb_data_fsyncsDescr = 'El número de operaciones fsync() hechas hasta el momento.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'El número actual de operaciones fsync() pendientes.';
$strShowStatusInnodb_data_pending_readsDescr = 'El número actual de lecturas pendientes.';
$strShowStatusInnodb_data_pending_writesDescr = 'El número actual de escrituras pendientess.';
$strShowStatusInnodb_data_readDescr = 'El número de datos leídos hasta el momento, en bytes.';
$strShowStatusInnodb_data_readsDescr = 'El número total de lectura de datos.';
$strShowStatusInnodb_data_writesDescr = 'El número total de escritura de datos.';
$strShowStatusInnodb_data_writtenDescr = 'La cantidad de datos escritas hasta el momento, en bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_dblwr_writesDescr = 'El número de escrituras doublewrite que se han ejecutado y el número de páginas escritas con este propósito.';
$strShowStatusInnodb_log_waitsDescr = 'El número de esperas generadas porque la memoria (búfer) log fue demasiado pequeña y hubo que esperar a que fuera vaciada antes de continuar.';
$strShowStatusInnodb_log_write_requestsDescr = 'El número de solicitudes de escritura al log.';
$strShowStatusInnodb_log_writesDescr = 'El número de escrituras físicas al archivo log.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'El número de escrituras fsyncs hechas al archivo log.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'El número de fsyncs pendientes al archivo log.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Escrituras pendientes al archivo log.';
$strShowStatusInnodb_os_log_writtenDescr = 'El número de bytes escritos al archivo log.';
$strShowStatusInnodb_pages_createdDescr = 'El número de páginas creadas.';
$strShowStatusInnodb_page_sizeDescr = 'El tamaño de página InnDB precompilado (por omisión 16KB). Muchos valores son contados por páginas; el tamaño de la página permite que pueda convertirse fácilmente a bytes.';
$strShowStatusInnodb_pages_readDescr = 'El número de páginas leídas.';
$strShowStatusInnodb_pages_writtenDescr = 'El número de páginas escritas.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'El número de row locks que actualmente están en espera.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'El tiempo promedio para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_timeDescr = 'El total de tiempo invertido para adquirir los row locks, en milisegundos.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'El tiempo máximo para adquirir un row lock, en milisegundos.';
$strShowStatusInnodb_row_lock_waitsDescr = 'El número de veces que un row lock tuvo que esperarse.';
$strShowStatusInnodb_rows_deletedDescr = 'El número de filas eliminadas de tablas InnoDB.';
$strShowStatusInnodb_rows_insertedDescr = 'El número de filas insertadas en tablas InnoDB.';
$strShowStatusInnodb_rows_readDescr = 'El número de filas leídas de las tablas InnoDB.';
$strShowStatusInnodb_rows_updatedDescr = 'El número de filas actualizadas en tablas InnoDB.';
$strShowStatusKey_blocks_not_flushedDescr = 'El número de key blocks en el key cache que han cambiado pero que aún no han sido vaciados al disco. Antes se conocía como Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'El número de bloques sin usar en el key cache. Puede usar este valor para determinar cuánto del key cache está en uso.';
$strShowStatusKey_blocks_usedDescr = 'El número de bloques usados en el key cache. Este valor es un marcador de desbordamiento que indica el número máximo de bloques que algún momento se llegaron a usar.';
$strShowStatusKey_read_requestsDescr = 'El número de solicitudes para leer un key block desde el cache.';
$strShowStatusKey_readsDescr = 'El número de lecturas físicas del key block desde el disco. Si el Key_reads es grande, entonces el valor key_buffer_size probablemente es demasiado pequeño. La tasa de fallos en el cache puede calcularse como Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'El número de solicitudes para escribir un key block al cache.';
$strShowStatusKey_writesDescr = 'El número de escrituras físicas a un key block al disco.';
$strShowStatusLast_query_costDescr = 'El costo total de la última consulta compilada como fuera computada por el optimizador de consultas. Es útil para comparar el costo de diferentes planes de consulta para una misma consulta. El valor por omisión de 0 significa que ninguna consulta ha sido compilada todavía.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'El número de filas esperando ser escritas en las colas INSERT DELAY.';
$strShowStatusOpened_tablesDescr = 'El número de tablas que han sido abiertas. Si el número de tablas abiertas es grande, su valor del cache de tabla probablemente es muy pequeño.';
$strShowStatusOpen_filesDescr = 'El número de archivos que están abiertos.';
$strShowStatusOpen_streamsDescr = 'El número de flujos de datos que están abiertos (usado principalmente para alimentar a los logs).';
$strShowStatusOpen_tablesDescr = 'El número de tablas que están abiertas.';
$strShowStatusQcache_free_blocksDescr = 'El número de bloques de memoria libre en el cache de consultas.';
$strShowStatusQcache_free_memoryDescr = 'La cantidad de memoria libre para el cache de consultas.';
$strShowStatusQcache_hitsDescr = 'El número de hits al cache.';
$strShowStatusQcache_insertsDescr = 'El número de consultas añadidos al cache.';
$strShowStatusQcache_lowmem_prunesDescr = 'El número de consultas que han sido removidos del cache para liberar la memoria para poner nuevas consultas en el cache. Esta información puede ayudar a afinar el tamaño del cache de consultas. El cache de consultas usa la estrategia Least Recently Used (LRU) para decidir cuáles consultas deben ser removidas del cache.';
$strShowStatusQcache_not_cachedDescr = 'El número de consultas que no ingresaron al cache (porque no es posible o porque el parámetro no está activado en query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'El número de consultas registradas en el cache.';
$strShowStatusQcache_total_blocksDescr = 'El número total de bloques en el cache de consultas.';
$strShowStatusReset = 'Resetear';
$strShowStatusRpl_statusDescr = 'El estado de la replicación a prueba de fallos (aún no ha sido implementada).';
$strShowStatusSelect_full_joinDescr = 'El número de vínculos (joins) que no usan índices. Si este valor no es 0, deberá revisar los índices de sus tablas cuidadosamente.';
$strShowStatusSelect_full_range_joinDescr = 'El número de vínculos (joins) que usaron búsqueda por rangos en una tabla de referencias.';
$strShowStatusSelect_range_checkDescr = 'El número de vínculos (joins) sin keys que revisan el uso de key luego de cada fila. (Si no es 0, deberá revisar los índices de sus tablas cuidadosamente.)';
$strShowStatusSelect_rangeDescr = 'El número de vínculos (joins) que usaron rangos en la primera tabla. (Normalmente no es crítico aun cuando sea grande.)';
$strShowStatusSelect_scanDescr = 'El número de vínculos (joins) que hicieron un escaneo completo de la primera tabla.';
$strShowStatusSlave_open_temp_tablesDescr = 'El número de tablas temporales actualmente abiertas por el proceso SQL esclavo.';
$strShowStatusSlave_retried_transactionsDescr = 'Número total de veces (desde el arranque) que el proceso SQL esclavo de replicación ha reintentado hacer transacciones.';
$strShowStatusSlave_runningDescr = 'Está ENCENDIDO si este servidor es un esclavo que está conectado a un master.';
$strShowStatusSlow_launch_threadsDescr = 'El número de procesos que han tomado más de los segundos registrados en slow_launch_time para crear.';
$strShowStatusSlow_queriesDescr = 'El número de consultas que han tomado más segundos que los registrados en long_query_time.';
$strShowStatusSort_merge_passesDescr = 'El número de pasadas de fusión (merge) que el algoritmo organizar ha debido hacer. Si este valor es grande, debe considerar incrementar el valor de la varible de sistema sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'El número de consultas organizar que se ejecutaron con rangos.';
$strShowStatusSort_rowsDescr = 'El número de filas sorted.';
$strShowStatusSort_scanDescr = 'El número de consultas organizar que se hicieron escaneando la tabla.';
$strShowStatusTable_locks_immediateDescr = 'El número de veces que un table lock fue adquirido inmediatamente.';
$strShowStatusTable_locks_waitedDescr = 'El número de veces que un table lock no pudo adquirirse inmediatamente y fue necesaria una espera. Si este valor es alto, y hay problemas de rendimiento, primero deberá optimizar sus consultas, y luego, ya sea partir sus tablas o usar replicación.';
$strShowStatusThreads_cachedDescr = 'El número de procesos en el cache de procesos. La tasa de hits al cache puede calcularse como Threads_created/Connections. Si este valor es rojo, debe incrementar su thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'El número de conexiones abiertas actualmente.';
$strShowStatusThreads_createdDescr = 'El número de procesos creados para manejar las conexiones. Si Threads_created es grande, querrá incrementar el valor thread_cache_size. (Normalmente esto no aporta una mejoría notable en el rendimiento si usted tiene una buena implementación de procesos.)';
$strShowStatusThreads_runningDescr = 'El número de procesos que no están en reposo.';
$strShowTableDimension = 'Mostrar la dimensión de las tablas';
$strShowTables = 'Mostrar las tablas';
$strShowThisQuery = ' Mostrar esta consulta otra vez ';
$strSimplifiedChinese = 'Chino simplificado';
$strSingly = '(solamente)';
$strSize = 'Tamaño';
$strSkipQueries = 'Número de registros (consultas) a saltarse desde el inicio';
$strSlovak = 'Eslovaco';
$strSlovenian = 'Esloveno';
$strSocketProblem = '(o el socket del servidor MySQL local no está configurado correctamente)';
$strSortByKey = 'Organizar según la clave';
$strSorting = 'Organizando (sorting)';
$strSort = 'Ordenar';
$strSpaceUsage = 'Espacio utilizado';
$strSpanish = 'Español';
$strSplitWordsWithSpace = 'Palabras separadas por un espacio (" ").';
$strSQLExportCompatibility = 'Compatibilidad con exportación SQL';
$strSQLExportType = 'Tipo de exportación';
$strSQLImportOptions = 'Opciones SQL';
$strSQLOptions = 'Opciones SQL';
$strSQLParserBugMessage = 'Hay la posibilidad de que usted haya encontrado un error en el intérprete de SQL. Por favor examine cuidadosamente su consulta, y verifique que las comillas están siendo usadas adecuadamente y hacen juego. Otra posible causa del fallo es que usted este subiendo un archivo con datos binarios por fuera del área de texto delimitado. Intente su consulta en la interfaz de comandos de MySQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema. Si aún tiene problemas o el intérprete falla en tanto que en la interfaz de comandos funciona, por favor reduzca la salida de su consulta de SQL a la consulta que genera el problema, y envíe un reporte de error con la cadena de datos en la sección de CORTE indicada abajo:';
$strSQLParserUserError = 'Parece haber un error en su consulta de SQL. La salida generada por el servidor de MySQL, de existir, aparece abajo, en cuyo caso puede ayudar a diagnosticar el problema.';
$strSQLQuery = 'consulta SQL';
$strSQLResult = 'Resultado SQL';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'El identificador no es válido';
$strSQPBugUnclosedQuote = 'Comillas sin cerrar';
$strSQPBugUnknownPunctuation = 'Signo de puntuación desconocido';
$strStatCheckTime = 'Última revisión';
$strStatCreateTime = 'Creación';
$strStatement = 'Enunciado';
$strStatisticsOverrun = 'En un servidor que se encuentra ejecutando procesos, los contadores de bytes pueden excederse. Por tanto, las estadísticas reportadas por el servidor MySQL pueden estar incorrectas.';
$strStatUpdateTime = 'Última actualización';
$strStatus = 'Estado actual';
$strStorageEngine = 'Motor de almacenamiento';
$strStorageEngines = 'Motores de almacenamiento';
$strStrucCSV = 'Datos CSV ';
$strStrucData = 'Estructura y datos';
$strStrucDrop = 'Añadir DROP TABLE';
$strStrucExcelCSV = 'CSV para datos de MS Excel';
$strStrucNativeExcel = 'Datos de MS Excel en formato nativo';
$strStrucOnly = 'Únicamente la estructura ';
$strStructPropose = 'Planteamiento de la estructura de tabla';
$strStructure = 'Estructura';
$strSubmit = 'Enviar';
$strSuccess = 'Su consulta se ejecutó con éxito';
$strSum = 'Número de filas';
$strSwedish = 'Sueco';
$strSwitchToDatabase = 'Seleccionar la base de datos copiada';
$strSwitchToTable = 'Cambiar (switch) a la tabla copiada';
 
$strTableAlreadyExists = '¡La tabla %s ya existe!';
$strTableComments = 'Comentarios de la tabla';
$strTableEmpty = '¡El nombre de la tabla está vacío!';
$strTableHasBeenDropped = 'Se ha eliminado la tabla %s';
$strTableHasBeenEmptied = 'Se ha vaciado la tabla %s';
$strTableHasBeenFlushed = 'Se ha vaciado el caché de la tabla %s';
$strTableMaintenance = 'Mantenimiento de la tabla';
$strTableOfContents = 'Tabla de contenidos';
$strTableOptions = 'Opciones de la tabla';
$strTables = '%s tabla(s)';
$strTableStructure = 'Estructura de tabla para la tabla';
$strTable = 'Tabla';
$strTableType = 'Tipo de tabla';
$strTakeIt = 'tómelo';
$strTblPrivileges = 'Privilegios específicos para la tabla';
$strTempData = 'Datos temporales';
$strTextAreaLength = ' Debido a su longitud,<br /> este campo podría no ser editable ';
$strThai = 'Tailandés';
$strThemeDefaultNotFound = '¡No se halló la plantilla de interfaz (theme) predeterminada %s!';
$strThemeNoPreviewAvailable = 'No existe una previsualización disponible.';
$strThemeNotFound = '¡No se halló la plantilla de interfaz (theme) %s!';
$strThemeNoValidImgPath = '¡No se halló la ruta de imágenes para la plantilla de interfaz (theme) %s!';
$strThemePathNotFound = '¡No se halló la ruta de la plantilla de interfaz (theme) para la plantilla %s!';
$strTheme = 'Tema / Estilo';
$strThisHost = 'Este Host';
$strThisNotDirectory = 'Esto no es un directorio';
$strThreads = 'Procesos';
$strThreadSuccessfullyKilled = 'El proceso %s fue destruido exitosamente.';
$strTimeoutInfo = 'Se agotó el tiempo de ejecución en la importación previa; si lo reenvía continuará desde la posición %d.';
$strTimeoutNothingParsed = 'Sin embargo, en la ejecución más reciente no se procesaron datos. Esto usualmente significa que phpMyAdmin no será capaz de completar esta importación a menos que usted incremente el tiempo de ejecución de php.';
$strTimeoutPassed = 'Se ha agotado el tiempo de ejecución del script; si desea completar la importación, por favor, reenvíe el mismo archivo y la importación continuará.';
$strTime = 'Tiempo';
$strToggleScratchboard = 'cambiar el estado del scratchboard';
$strTotal = 'total';
$strTotalUC = 'Total';
$strTraditionalChinese = 'Chino tradicional';
$strTraditionalSpanish = 'Español tradicional';
$strTraffic = 'Tráfico';
$strTransactionCoordinator = 'Coordinador de transacción';
$strTransformation_application_octetstream__download = 'Mostrar un enlace para descargar los datos binarios de un campo. La primera opción es el nombre del archivo binario. La segunda opción es un nombre de campo factible de una fila de la tabla que contiene el nombre del campo. Si usted aporta una segunda opción, necesariamente deberá consignar la primera opción a una cadena de caracteres vacía';
$strTransformation_application_octetstream__hex = 'Muestra los datos en representación hexadecimal.';
$strTransformation_image_jpeg__inline = 'Muestra un thumbnail que puede abrirse mediante un clic; opciones: width, height en píxeles (mantiene la proporción original)';
$strTransformation_image_jpeg__link = 'Muestra un enlace a esta imagen (i.e., blob descarga directa).';
$strTransformation_image_png__inline = 'Ver imagen/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Toma un campo TIME, TIMESTAMP o DATETIME y lo formatea usando su formato de fechas local. La primera opción es el offset (en horas) que se añadirá al timestamp (Predeterminado: 0). La segunda opción es un dateformat diferente de acuerdo con los parámetros disponibles para el strftime() del PHP.';
$strTransformation_text_plain__external = 'LINUX SOLAMENTE: Ejecuta una aplicación externa y alimenta el fielddata mediante input estándar. Retorna el output estándar de la aplicación. El predeterminado es Tidy, para mostrar código HTML agradable para la impresión. Por razones de seguridad, debe editar manualmente el archivo libraries/transformations/text_plain__external.inc.php e insertar las herramientas que permitirá se ejecuten. La primera opción será el número del programa que querrá utilizar y la segunda opción son los parámetros para el programa. El tercer parámetro, de ser 1 convertirá el output usando htmlspecialchars() (el predeterminado es 1). Un cuarto parámetro, de ser 1 pondrá un NOWRAP a la celda de contenido para que todo el output se muestre sin reformatear (Predeterminado 1)';
$strTransformation_text_plain__formatted = 'Mantiene el formato original del campo. No se puede hacer Escape.';
$strTransformation_text_plain__imagelink = 'Muestra una imagen y un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es el ancho en píxeles, el tercero es el alto.';
$strTransformation_text_plain__link = 'Muestra un enlace, el campo contiene el nombre del archivo; la primera opción es un prefijo como "http://dominio.com/", la segunda opción es un título para el enlace.';
$strTransformation_text_plain__sql = 'Formatea el texto como una consulta SQL y resalta la sintaxis.';
$strTransformation_text_plain__substr = 'Muestra una parte de una cadena de caracteres. La primera opción es el número de caracteres a pasar por alto desde el principio de la cadena de caracteres (Predeterminado: 0). La segunda opción es el número de caracteres a mostrar (Predeterminado: hasta el final de la cadena de caracteres). La tercera opción es la cadena de caracteres a adjuntar y/o anteponer cuando haya truncamiento (Predeterminado: "...").';
$strTruncateQueries = 'Truncar las consultas que ya se han mostrado';
$strTurkish = 'Turco';
$strType = 'Tipo';
 
$strUkrainian = 'Ucraniano';
$strUncheckAll = 'Desmarcar todos';
$strUnicode = 'Unicode';
$strUnique = 'Único';
$strUnknown = 'desconocido';
$strUnselectAll = 'Deseleccionar todo';
$strUnsupportedCompressionDetected = 'Usted intentó cargar un archivo con un tipo de compresión desconocido (%s). Este tipo de compresión puede no estar implementado o quizá no ha sido habilitado en su archivo de configuración.';
$strUpdatePrivMessage = 'Ha actualizado los privilegios para %s.';
$strUpdateProfileMessage = 'Se actualizó el perfil.';
$strUpdateQuery = 'Modificar la consulta';
$strUpdComTab = 'Para actualizar su tabla Columna_comentarios (Column_comments), por favor revise la documentación';
$strUpgrade = 'Usted debería actualizar su %s a la versión %s o más reciente.';
$strUploadLimit = 'Usted probablemente intentó cargar un archivo demasiado grande. Por favor, refiérase a %sdocumentation%s para hallar modos de superar esta limitante.';
$strUsage = 'Uso';
$strUseBackquotes = 'Usar "backquotes" con tablas y nombres de campo';
$strUsedPhpExtensions = 'Extensiones PHP utilizadas';
$strUseHostTable = 'Usar la tabla Anfitrión (Host)';
$strUserAlreadyExists = '¡El usuario %s ya existe!';
$strUserEmpty = '¡El nombre de usuario está vacío!';
$strUserName = 'Nombre de usuario';
$strUserNotFound = 'El usuario que seleccionó no se halló en la tabla de privilegios.';
$strUserOverview = 'Vista global de usuarios';
$strUsersDeleted = 'Los usuarios seleccionados fueron borrados exitosamente.';
$strUsersHavingAccessToDb = 'Usuarios con acceso a &quot;%s&quot;';
$strUser = 'Usuario';
$strUseTabKey = 'Use la tecla TAB para saltar de un valor a otro, o CTRL+flechas para moverse a cualquier parte';
$strUseTables = 'Usar tablas';
$strUseTextField = 'Use el campo de texto';
$strUseThisValue = 'Use este valor';
 
$strValidateSQL = 'Validar el SQL';
$strValidatorError = 'El validador de SQL no pudo inicializarse. Por favor revise si ha instalado las extensiones php necesarias, como están descritas en la %sdocumentación%s.';
$strValue = 'Valor';
$strVar = 'Variable';
$strVersionInformation = 'Acerca de esta versión';
$strViewDumpDatabases = 'Ver el volcado (schema) de la base de datos';
$strViewDumpDB = 'Ver el volcado esquema de la base de datos';
$strViewDump = 'Mostrar el volcado esquema de la tabla';
$strViewHasBeenDropped = 'Se descartó el modo de visualización %s';
$strViewMaxExactCount = 'Esta visualización tiene más de %s filas. Por favor, refiérase a la %sdocumentation%s.';
$strView = 'Visualizar';
 
$strWebServerUploadDirectory = 'directorio en el servidor web para subir los archivos';
$strWebServerUploadDirectoryError = 'No está disponible el directorio que usted habilitó para subir las tareas';
$strWelcome = 'Bienvenido a %s';
$strWestEuropean = 'Europea occidental';
$strWildcard = 'comodín';
$strWindowNotFound = 'La ventana del navegador no pudo actualizarse. Quizá cerró la ventana principal o su navegador está bloqueando las actualizaciones en ventanas múltiples debido a sus parámetros de seguridad.';
$strWithChecked = 'Para los elementos que están marcados:';
$strWriteRequests = 'Escribir las solicitudes';
$strWritingCommentNotPossible = 'No fue posible escribir el comentario';
$strWritingRelationNotPossible = 'No fue posible escribir la relación';
$strWrongUser = 'El nombre de usuario o la contraseña está equivocado. El acceso fue denegado.';
 
$strXML = 'XML';
 
$strYes = 'Sí';
 
$strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.';
$strZip = '"comprimido con zip"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/swedish-iso-8859-1.inc.php
0,0 → 1,980
<?php
/* $Id: swedish-iso-8859-1.inc.php,v 2.127.2.5 2006/03/23 17:42:16 lem9 Exp $ */
 
/*
* Translated by Björn T. Hallberg <bjornth at users.sourceforge.net>
*/
 
$charset = 'iso-8859-1';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bytes', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sön', 'Mån', 'Tis', 'Ons', 'Tors', 'Fre', 'Lör');
$month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y kl %H:%M';
$timespanfmt = '%s dagar, %s timmar, %s minuter och %s sekunder';
 
$strAbortedClients = 'Avbrutna';
$strAbsolutePathToDocSqlDir = 'Ange absolut sökväg på webbservern till docSQL-katalog';
$strAccessDenied = 'Åtkomst nekad';
$strAccessDeniedCreateConfig = 'Trolig orsak till detta är att du inte skapade en konfigurationsfil. Du vill kanske använda %1$suppsättningsskript%2$s för att skapa en.';
$strAccessDeniedExplanation = 'phpMyAdmin försökte skapa en förbindelse till MySQL-servern, men servern nekade uppkopplingen. Kontrollera värd, användarnamn och lösenord i config.inc.php och förvissa dig om att de stämmer överens med informationen från administratören av MySQL-servern.';
$strAction = 'Åtgärd';
$strAddAutoIncrement = 'Lägg till AUTO_INCREMENT-värde';
$strAddConstraints = 'Lägg till restriktioner';
$strAddDeleteColumn = 'Lägg till/ta bort fältkolumner';
$strAddDeleteRow = 'Lägg till/ta bort villkorsrader';
$strAddDropDatabase = 'Lägg till DROP DATABASE';
$strAddedColumnComment = 'La till kommentar för kolumn';
$strAddedColumnRelation = 'La till relation för kolumn';
$strAddFields = 'Lägg till %s fält';
$strAddHeaderComment = 'Lägg till egen kommentar i huvud (\\n delar rader)';
$strAddIfNotExists = 'Lägg till IF NOT EXISTS';
$strAddIntoComments = 'Lägg till i kommentarer';
$strAddNewField = 'Lägg till fält';
$strAddPrivilegesOnDb = 'Lägg till privilegier till följande databas';
$strAddPrivilegesOnTbl = 'Lägg till privilegier till följande tabell';
$strAddSearchConditions = 'Lägg till sökvillkor (uttryck i "where"-sats):';
$strAddToIndex = 'Lägg till&nbsp;%s&nbsp;kolumn(er) till index';
$strAddUser = 'Lägg till ny användare';
$strAddUserMessage = 'Du har lagt till en ny användare.';
$strAdministration = 'Administration';
$strAffectedRows = 'Påverkade rader:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Gå tillbaka till föregående sida';
$strAfterInsertNewInsert = 'Lägg till ytterligare en ny rad';
$strAfterInsertNext = 'Ändra nästa rad';
$strAfterInsertSame = 'Gå tillbaka till denna sida';
$strAll = 'Alla';
$strAllowInterrupt = 'Tillåt avbrott av import ifall skriptet upptäcker att det är nära tidsbegränsningen. Detta kan vara ett bra sätt att importera stora filer, men det kan bryta transaktioner.';
$strAllTableSameWidth = 'Visa alla tabeller med samma bredd';
$strAlterOrderBy = 'Sortera om tabellen efter';
$strAnalyzeTable = 'Analysera tabell';
$strAnd = 'Och';
$strAndThen = 'och sedan';
$strAnIndex = 'Ett index har lagts till för %s';
$strAnyHost = 'Vilken värd som helst';
$strAnyUser = 'Vilken användare som helst';
$strAny = 'Vem som helst';
$strApproximateCount = 'Kan vara ungefärligt. Se FAQ 3.11';
$strAPrimaryKey = 'En primär nyckel har lagts till för %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armenisk';
$strAscending = 'Stigande';
$strAtBeginningOfTable = 'I början av tabellen';
$strAtEndOfTable = 'I slutet av tabellen';
$strAttr = 'Attribut';
$strAutodetect = 'Autodetektera';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Bakåt';
$strBaltic = 'Baltisk';
$strBeginCut = 'START URKLIPP';
$strBeginRaw = 'START RÅTEXT';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - ändra inte';
$strBinaryLog = 'Binär logg';
$strBinLogEventType = 'Typ av händelse';
$strBinLogInfo = 'Information';
$strBinLogName = 'Loggnamn';
$strBinLogOriginalPosition = 'Ursprunglig position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Låt varje användare få tillgång till detta bokmärke';
$strBookmarkCreated = 'Bokmärket %s har skapats';
$strBookmarkDeleted = 'Bokmärket har tagits bort.';
$strBookmarkLabel = 'Etikett';
$strBookmarkQuery = 'Bokmärkt SQL-fråga';
$strBookmarkReplace = 'Ersätt befintligt bokmärke med samma namn';
$strBookmarkThis = 'Skapa bokmärke för den här SQL-frågan';
$strBookmarkView = 'Visa endast';
$strBrowseDistinctValues = 'Visa distinkta värden';
$strBrowseForeignValues = 'Visa främmande värden';
$strBrowse = 'Visa';
$strBufferPoolActivity = 'Buffertaktivitet';
$strBufferPool = 'Buffertutrymme';
$strBufferPoolUsage = 'Buffertanvändning';
$strBufferReadMissesInPercent = 'Läsmissar i %';
$strBufferReadMisses = 'Läsmissar';
$strBufferWriteWaitsInPercent = 'Skrivväntanden i %';
$strBufferWriteWaits = 'Skrivväntanden';
$strBulgarian = 'Bulgarisk';
$strBusyPages = 'Upptagna sidor';
$strBzError = 'phpMyAdmin kunde inte komprimera SQL-satserna på grund av ett trasigt Bz2-tillägg i denna PHP-version. Det rekommenderas starkt att sätta direktivet <code>$cfg[\'BZipDump\']</code> i din phpMyAdmin-konfigurationsfil till <code>FALSE</code>. Om du vill använda Bz2-komprimering, bör du uppgradera till en senare PHP-version. Se PHP:s buggrapport %s för detaljer.';
$strBzip = '"bzippad"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunde inte ladda tillägg för import. Kontrollera din installation!';
$strCannotLogin = 'Kan ej logga in på MySQL-server';
$strCantLoad = 'kan inte ladda %s-tillägg,<br />var god kontrollera PHP-konfigurationen.';
$strCantLoadRecodeIconv = 'Kan inte ladda tilläggen iconv eller recode som behövs för teckenuppsättningsomvandling. Antingen konfigurera PHP för att tillåta dessa tillägg eller inaktivera teckenuppsättningsomvandling i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan inte byta namn på index till "PRIMARY"!';
$strCantUseRecodeIconv = 'Kan inte använda varken funktionen iconv, libiconv eller recode_string, fastän de nödvändiga tilläggen verkar vara laddade. Kontrollera din PHP-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'skiftlägesokänsligt';
$strCaseSensitive = 'skiftlägeskänsligt';
$strCentralEuropean = 'Centraleuropeisk';
$strChange = 'Ändra';
$strChangeCopyModeCopy = '... behåll den gamla.';
$strChangeCopyModeDeleteAndReload = ' ... ta bort den gamla från användartabellerna och ladda om privilegierna efteråt.';
$strChangeCopyModeJustDelete = ' ... ta bort den gamla från användartabellerna.';
$strChangeCopyModeRevoke = ' ... upphäv alla aktiva privilegier från dan gamla och ta bort den efteråt.';
$strChangeCopyMode = 'Skapa en ny användare med samma privilegier och ...';
$strChangeCopyUser = 'Ändra inloggningsinformation / Kopiera användare';
$strChangeDisplay = 'Välj fält som ska visas';
$strChangePassword = 'Byt lösenord';
$strCharsetOfFile = 'Filens teckenuppsättning:';
$strCharsetsAndCollations = 'Teckenuppsättningar och kollationeringar';
$strCharsets = 'Teckenuppsättningar';
$strCharset = 'Teckenuppsättning';
$strCheckAll = 'Markera alla';
$strCheckOverhead = 'Markera ooptimerade';
$strCheckPrivs = 'Kontrollera privilegier';
$strCheckPrivsLong = 'Kontrollera privilegier för databas &quot;%s&quot;.';
$strCheckTable = 'Kontrollera tabell';
$strChoosePage = 'Välj en sida att redigera';
$strColComFeat = 'Visning av kolumnkommentarer';
$strCollation = 'Kollationering';
$strColumnNames = 'Kolumn-namn';
$strColumnPrivileges = 'Kolumnspecifika privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'KOMMENTARER FÖR TABELL';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'Kompatibel med MySQL&nbsp;4.0';
$strCompleteInserts = 'Kompletta infogningar';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importerad fils komprimering kommer automatiskt detekteras från: %s';
$strConfigDefaultFileError = 'Kunde inte ladda standardkonfiguration från: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunde inte läsa din konfigurationsfil!<br />Detta kan inträffa om PHP hittar ett fel i den eller om PHP inte hittar filen.<br />Anropa konfigurationsfilen direkt mha länken nedan och läs PHP:s felmeddelande(n) som du erhåller. I de flesta fall saknas ett citationstecken eller ett semikolon någonstans.<br />Om du erhåller en tom sida är allt bra.';
$strConfigureTableCoord = 'Var god ange koordinaterna för tabellen %s';
$strConnectionError = 'Kan ej skapa förbindelse: ogiltiga inställningar.';
$strConnections = 'Uppkopplingar';
$strConstraintsForDumped = 'Restriktioner för dumpade tabeller';
$strConstraintsForTable = 'Restriktioner för tabell';
$strCookiesRequired = 'Kakor (cookies) måste tillåtas för att gå vidare.';
$strCopyDatabaseOK = 'Databas %s har kopierats till %s';
$strCopy = 'Kopiera';
$strCopyTable = 'Kopiera tabellen till (databas<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s har kopierats till %s.';
$strCopyTableSameNames = 'Kan inte kopiera tabell till samma namn!';
$strCouldNotKill = 'phpMyAdmin kunde inte döda tråd %s. Troligtvis har den redan avslutats.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE före kopiering';
$strCreateIndex = 'Skapa ett index för&nbsp;%s&nbsp;kolumn(er)';
$strCreateIndexTopic = 'Skapa ett nytt index';
$strCreateNewDatabase = 'Skapa ny databas';
$strCreateNewTable = 'Skapa ny tabell i databas %s';
$strCreatePage = 'Skapa en ny sida';
$strCreatePdfFeat = 'Skapande av PDF-sidor';
$strCreate = 'Skapa';
$strCreationDates = 'Skapad/Uppdaterad/Kontrollerad datum';
$strCriteria = 'Villkor';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-alternativ';
$strCSVOptions = 'CSV-alternativ';
$strCyrillic = 'Kyrillisk';
$strCzechSlovak = 'Tjeckisk-Slovakisk';
$strCzech = 'Tjeckisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Databas';
$strDatabaseEmpty = 'Databasens namn är tomt!';
$strDatabaseExportOptions = 'Exportalternativ för databas';
$strDatabaseHasBeenDropped = 'Databasen %s har tagits bort.';
$strDatabaseNoTable = 'Denna databas innehåller ingen tabell!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser har tagits bort.';
$strDatabasesStats = 'Databas-statistik';
$strDatabasesStatsDisable = 'Stäng av statistik';
$strDatabasesStatsEnable = 'Slå på statistik';
$strDatabasesStatsHeavyTraffic = 'Anm: Att slå på databasstatistik här kan orsaka tung trafik mellan webb- och MySQL-servern.';
$strData = 'Data';
$strDataDict = 'Datalexikon';
$strDataOnly = 'Enbart data';
$strDataPages = 'Sidor innehållande data';
$strDBComment = 'Databaskommentar: ';
$strDBCopy = 'Kopiera databas till';
$strDBGContextID = 'Innehålls-ID';
$strDBGContext = 'Innehåll';
$strDBGHits = 'Träffar';
$strDBGLine = 'Rad';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/träff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Databasspecifika privilegier';
$strDBRename = 'Döp om databasen till';
$strDbSpecific = 'databasspecifik';
$strDefaultEngine = '%s är standardlagringsmotorn på denna MySQL-server.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'För standardvärden, ange endast ett enstaka värde, utan bakåtstreck eller citattecken, enligt formatet: a';
$strDefragment = 'Defragmentera tabell';
$strDelayedInserts = 'Använd fördröjda infogningar';
$strDeleteAndFlushDescr = 'Detta är det renaste sättet, men omladdning av privilegierna kan ta en stund.';
$strDeleteAndFlush = 'Ta bort användarna och ladda om privilegierna efteråt.';
$strDeleted = 'Raden har raderats';
$strDeletedRows = 'Raderade rader';
$strDeleteNoUsersSelected = 'Inga användare valda för borttagning!';
$strDelete = 'Radera';
$strDeleting = 'Tar bort %s';
$strDelOld = 'Nuvarande sida har referenser till tabeller som inte längre existerar. Vill du ta bort dessa referenser?';
$strDescending = 'Fallande';
$strDescription = 'Beskrivning';
$strDictionary = 'lexikon';
$strDirtyPages = 'Orena sidor';
$strDisabled = 'Inaktiverat';
$strDisableForeignChecks = 'Stäng av kontroll av främmande nycklar';
$strDisplayFeat = 'Visningsfunktionaliteter';
$strDisplayOrder = 'Visningsordning:';
$strDisplayPDF = 'Visa PDF-schema';
$strDoAQuery = 'Utför en "Query By Example" (jokertecken: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Vill du verkligen ';
$strDropDatabaseStrongWarning = 'Du håller på att FÖRGÖRA en hel databas!';
$strDrop = 'Radera';
$strDropUsersDb = 'Ta bort databaserna med samma namn som användarna.';
$strDumpingData = 'Data i tabell';
$strDumpSaved = 'SQL-satserna har sparats till filen %s.';
$strDumpXRows = 'Visa %s rader med början på rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ändra';
$strEditPDFPages = 'Redigera PDF-sidor';
$strEditPrivileges = 'Ändra privilegier';
$strEffective = 'Effektivt';
$strEmptyResultSet = 'MySQL returnerade ett tomt resultat (dvs inga rader).';
$strEmpty = 'Töm';
$strEnabled = 'Aktiverat';
$strEncloseInTransaction = 'Inneslut export i en transaktion';
$strEndCut = 'SLUT URKLIPP';
$strEndRaw = 'SLUT RÅTEXT';
$strEnd = 'Slutet';
$strEngineAvailable = '%s är tillgänglig på denna MySQL-server.';
$strEngineDisabled = '%s har inaktiverats på denna MySQL-server.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denna MySQL-server har inte stöd för lagringsmotorn %s.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' Obs! MySQL-privilegiumnamn anges på engelska ';
$strError = 'Fel';
$strErrorInZipFile = 'Fel i ZIP-arkiv:';
$strEscapeWildcards = 'Jokerteknen _ och % måste föregås av ett \ för att användas i egentlig betydelse';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisk';
$strExcelEdition = 'Excel-version';
$strExcelOptions = 'Excel-alternativ';
$strExecuteBookmarked = 'Utför bokmärkt fråga';
$strExplain = 'Förklara SQL-kod';
$strExport = 'Exportera';
$strExtendedInserts = 'Utökade infogningar';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Misslyckade försök';
$strField = 'Fält';
$strFieldHasBeenDropped = 'Fältet %s har tagits bort';
$strFieldsEmpty = ' Antalet fält är noll! ';
$strFieldsEnclosedBy = 'Fälten omges av';
$strFieldsEscapedBy = 'Specialtecken i fält föregås av';
$strFields = 'Fält';
$strFieldsTerminatedBy = 'Fälten avslutas med';
$strFileAlreadyExists = 'Filen %s finns redan på servern. Ändra filnamnet eller kryssa i skriv över-alternativet.';
$strFileCouldNotBeRead = 'Filen kunde inte läsas';
$strFileNameTemplateDescriptionDatabase = 'databasnamn';
$strFileNameTemplateDescription = 'Detta värde tolkas mha %1$sstrftime%2$s, så du kan använda strängar med tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig text behålls som den är.';
$strFileNameTemplateDescriptionServer = 'servernamn';
$strFileNameTemplateDescriptionTable = 'tabellnamn';
$strFileNameTemplate = 'Mall för filnamn';
$strFileNameTemplateRemember = 'kom ihåg mall';
$strFileToImport = 'Fil att importera';
$strFixed = 'fast';
$strFlushPrivilegesNote = 'Anm: phpMyAdmin hämtar användarnas privilegier direkt från MySQL:s privilegiumtabeller. Innehållet i dessa tabeller kan skilja sig från privilegierna som servern använder ifall manuella ändringar har gjorts. I detta fall bör du %sladda om privilegierna%s innan du fortsätter.';
$strFlushQueryCache = 'Rensa frågecache';
$strFlushTable = 'Rensa tabell';
$strFlushTables = 'Stäng alla tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Värde saknas i formuläret!';
$strFreePages = 'Fria sidor';
$strFullText = 'Fullständiga texter';
$strFunction = 'Funktion';
 
$strGenBy = 'Genererad av';
$strGeneralRelationFeat = 'Allmänna relationsfunktionaliteter';
$strGenerate = 'Generera';
$strGeneratePassword = 'Generera lösenord';
$strGenTime = 'Skapad';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globala privilegier';
$strGlobalValue = 'Globalt värde';
$strGo = 'Kör';
$strGrantOption = 'Grant';
$strGreek = 'Grekisk';
$strGzip = '"gzippad"';
 
$strHandler = 'Hanterare';
$strHasBeenAltered = 'har ändrats.';
$strHasBeenCreated = 'har skapats.';
$strHaveToShow = 'Du måste välja minst en kolumn som ska visas';
$strHebrew = 'Hebreisk';
$strHexForBinary = 'Använd hexadecimalt för binära fält';
$strHome = 'Hem';
$strHomepageOfficial = 'phpMyAdmin:s officiella hemsida';
$strHostEmpty = 'Värdnamnet är tomt!';
$strHost = 'Värd';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportalternativ';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportalternativ';
$strHungarian = 'Ungersk';
 
$strIcelandic = 'Isländska';
$strId = 'ID';
$strIdxFulltext = 'Heltext';
$strIgnoreDuplicates = 'Ignorera dubblerade rader';
$strIgnore = 'Ignorera';
$strIgnoreInserts = 'Använd IGNORE i infogningar';
$strIgnoringFile = 'Ignorerar fil %s';
$strImportDocSQL = 'Importera docSQL-filer';
$strImportFiles = 'Importera filer';
$strImportFormat = 'Format på importerad fil';
$strImport = 'Importera';
$strImportSuccessfullyFinished = 'Importen har avslutats korrekt, %d frågor utförda.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'Index %s har tagits bort';
$strIndex = 'Index';
$strIndexName = 'Indexnamn&nbsp;:';
$strIndexType = 'Indextyp&nbsp;:';
$strIndexWarningMultiple = 'Mer än en %s-nyckel skapades för kolumn `%s`';
$strIndexWarningPrimary = 'PRIMARY- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strIndexWarningTable = 'Problem med index för tabell `%s`';
$strIndexWarningUnique = 'UNIQUE- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strInnoDBAutoextendIncrement = 'Automatisk utökningsstorlek';
$strInnoDBAutoextendIncrementDesc = 'Tillökningsstorleken vid automatisk utökning av tabellutrymme när det blir fullt.';
$strInnoDBBufferPoolSize = 'Buffertstorlek';
$strInnoDBBufferPoolSizeDesc = 'Storleken på minnesbufferten som InnoDB använder för cache av data och index till sina tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.';
$strInnoDBDataHomeDir = 'Hemkatalog för data';
$strInnoDBPages = 'sidor';
$strInnodbStat = 'InnoDB-status';
$strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.';
$strInsertAsNewRow = 'Lägg till som ny rad';
$strInsertedRowId = 'Tillagd rads id:';
$strInsertedRows = 'Tillagda rader:';
$strInsert = 'Lägg till';
$strInsertNewRow = 'Lägg till ny rad';
$strInternalNotNecessary = '* En intern relation är inte nödvändig när den även finns i InnoDB.';
$strInternalRelations = 'Interna relationer';
$strInUse = 'används';
$strInvalidAuthMethod = 'Ogiltig metod för autentisering angiven i konfiguration:';
$strInvalidColumnCount = 'Antalet kolumner måste vara större än noll.';
$strInvalidColumn = 'Ogiltig kolumn (%s) angiven!';
$strInvalidCSVFieldCount = 'Ogiltigt antal fält i CSV-indata på rad %d.';
$strInvalidCSVFormat = 'Ogiltigt format i CSV-indata på rad %d.';
$strInvalidCSVParameter = 'Ogiltig parameter för CSV-import: %s';
$strInvalidFieldAddCount = 'Du måste lägga till åtminstone ett fält.';
$strInvalidFieldCount = 'Tabell måste ha åtminstone ett fält.';
$strInvalidLDIImport = 'Detta tillägg stöder inte komprimerade importer!';
$strInvalidRowNumber = '%d är inte ett giltigt radnummer.';
$strInvalidServerHostname = 'Ogiltigt värdnamn för server %1$s. Var god granska din konfiguration.';
$strInvalidServerIndex = 'Ogiltigt serverindex: "%s"';
 
$strJapanese = 'Japansk';
$strJoins = 'Föreningar';
$strJumpToDB = 'Hoppa till databas &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;borttagna&quot; användarna kommer fortfarande kunna komma åt servern som vanligt tills privilegierna laddas om.';
$strJustDelete = 'Ta endast bort användarna från privilegiumtabellerna.';
 
$strKeepPass = 'Ändra inte lösenordet';
$strKeyCache = 'Nyckelcache';
$strKeyname = 'Nyckel';;
$strKill = 'Döda';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggande';
$strLanguageFileNotFound = 'Språkfil "%1$s" hittades inte.';
$strLanguageUnknown = 'Okänt språk: %1$s.';
$strLatchedPages = 'Låsta sidor';
$strLatexCaption = 'Tabellrubrik';
$strLatexContent = 'Innehåll i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsatt tabellrubrik';
$strLatexContinued = '(fortsättning)';
$strLatexIncludeCaption = 'Inkludera tabellrubrik';
$strLatexLabel = 'Etikett';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-alternativ';
$strLatexStructure = 'Struktur för tabell __TABLE__';
$strLatvian = 'Lettiska';
$strLDI = 'CSV mha LOAD DATA';
$strLDIImportOptions = 'Alternativ för CSV-import mha LOAD DATA';
$strLDILocal = 'Använd nyckelordet LOCAL';
$strLengthSet = 'Längd/Värden*';
$strLimitNumRows = 'Rader per sida';
$strLinesTerminatedBy = 'Raderna avslutas med';
$strLinkNotFound = 'Länk ej funnen';
$strLinksTo = 'Länkar till';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Textfilens plats';
$strLoginInformation = 'Inloggningsinformation';
$strLogin = 'Logga in';
$strLogout = 'Logga ut';
$strLogPassword = 'Lösenord:';
$strLogServer = 'Server';
$strLogUsername = 'Användarnamn:';
$strLongOperation = 'Denna operation kan ta lång tid. Försätt ändå?';
 
$strMaxConnects = 'Max. samtidiga förbindelser';
$strMaximalQueryLength = 'Maximal längd på skapad fråga';
$strMaximumSize = 'Maximal storlek: %s%s';
$strMbExtensionMissing = 'PHP-tillägget mbstring kunde inte hittas och det verkar som om du använder flerbitars teckenuppsättning. phpMyAdmin kan inte dela upp strängar korrekt utan tillägget mbstring, vilket kan leda till oväntade resultat.';
$strMbOverloadWarning = 'Du har aktiverat mbstring.func_overload i din PHP-konfiguration. Detta alternativ är inkompatibelt med phpMyAdmin och kan orsaka att en del data förstörs!';
$strMIME_available_mime = 'Tillgängliga MIME-typer';
$strMIME_available_transform = 'Tillgängliga omvandlingar';
$strMIME_description = 'Beskrivning';
$strMIME_MIMEtype = 'MIME-typ';
$strMIME_nodescription = 'Ingen beskrivning för denna omvandling finns tillgänglig.<br />Vänligen fråga upphovsmannen vad %s gör.';
$strMIME_transformation_note = 'För en lista med tillgängliga omvandlingsparametrar och deras MIME-typomvandlingar, klicka på %somvandlingsbeskrivningar%s';
$strMIME_transformation_options_note = 'Ange värdena för omvandlingsparametrar enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Omvandlingsparametrar';
$strMIME_transformation = 'Webbläsaromvandling';
$strMIMETypesForTable = 'MIME-TYPER FÖR TABELL';
$strMIME_without = 'Kursiverade MIME-typer har inte någon separat omvandlingsfunktion';
$strModifications = 'Ändringarna har sparats';
$strModify = 'Ändra';
$strModifyIndexTopic = 'Ändra ett index';
$strMoveTable = 'Flytta tabellen till (databas<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har flyttats till %s.';
$strMoveTableSameNames = 'Kan inte flytta tabell till samma namn!';
$strMultilingual = 'flerspråkig';
$strMyISAMDataPointerSizeDesc = 'Standardpekarens storlek i bytes, vilken används av CREATE TABLE för MyISAM-tabeller när inget MAX_ROWS-alternativ är specificerat.';
$strMyISAMDataPointerSize = 'Storlek för datapekare';
$strMyISAMMaxExtraSortFileSizeDesc = 'Om den temporära filen som används för snabbt skapande av MyISAM-index skulle vara större än att använda nyckelcachen vars storlek specificeras här, så föredras metoden med nyckelcachen.';
$strMyISAMMaxExtraSortFileSize = 'Maximal storlek för temporära filer vid skapande av index';
$strMyISAMMaxSortFileSizeDesc = 'Denna maximala storleken för den temporära filen som MySQL är tillåten att använda under återskapande av MyISAM-index (vid REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximal storlek för temporära sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk återställning';
$strMyISAMRecoverOptionsDesc = 'Inställningen för automatisk återställning av kraschade MyISAM-tabeller, som satts via serverns startparameter --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Om detta värde är större än 1 skapas MyISAM-tabellindex parallellt (varje index i sin egen tråd) under reparationen vid sorteringsprocess.';
$strMyISAMRepairThreads = 'Reparera trådar';
$strMyISAMSortBufferSizeDesc = 'Bufferten som allokeras vid sortering av MyISAM-index under REPAIR TABLE eller vid skapande av index med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Storlek för sorteringsbuffert';
$strMySQLCharset = 'MySQL teckenuppsättning';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'Kollation för MySQL-uppkoppling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Visa processer';
$strMySQLShowStatus = 'Visa MySQL-körningsinformation';
$strMySQLShowVars = 'Visa MySQL:s systemvariabler';
 
$strName = 'Namn';
$strNext = 'Nästa';
$strNoActivity = 'Ingen aktivitet sedan %s sekunder eller mer. Var god logga in igen';
$strNoDatabases = 'Inga databaser';
$strNoDatabasesSelected = 'Inga databaser markerade.';
$strNoDescription = 'Ingen beskrivning';
$strNoDetailsForEngine = 'Det finns ingen tillgänglig detaljerad statusinformation för denna lagringsmotor.';
$strNoDropDatabases = '"DROP DATABASE"-satser är inaktiverade.';
$strNoExplain = 'Utan SQL-förklaring';
$strNoFilesFoundInZip = 'Inga filer hittades i ZIP-arkivet!';
$strNoFrames = 'phpMyAdmin fungerar tyvärr endast med webbläsare som hanterar ramar.';
$strNoIndex = 'Inga index är definierade!';
$strNoIndexPartsDefined = 'Inga delar av index är definierade!';
$strNoModification = 'Ingen förändring';
$strNone = 'Inget';
$strNo = 'Nej';
$strNoOptions = 'Detta format har inga alternativ';
$strNoPassword = 'Inget lösenord';
$strNoPermission = 'Webbservern har inte tillåtelse att spara filen %s.';
$strNoPhp = 'Utan PHP-kod';
$strNoPrivileges = 'Inga privilegier';
$strNoRights = 'Du har inte tillräcklig behörighet för att vara här nu!';
$strNoRowsSelected = 'Inga rader valda';
$strNoSpace = 'Otillräckligt utrymme för att spara filen %s.';
$strNoTablesFound = 'Inga tabeller funna i databasen.';
$strNoThemeSupport = 'Stöd för teman saknas. Kontrollera din konfiguration och/eller dina teman i katalog %s.';
$strNothingToImport = 'Du fyllde inte i några data att importera!';
$strNotNumber = 'Det är inte ett nummer!';
$strNotOK = 'Inte OK';
$strNotSet = '<b>%s</b>-tabellen ej funnen eller ej angiven i %s';
$strNoUsersFound = 'Hittade ingen användare.';
$strNoValidateSQL = 'Utan SQL-validering';
$strNull = 'Null';
$strNumberOfFields = 'Antal fält';
$strNumSearchResultsInTable = '%s träff(ar) i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> träff(ar)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Öppna nytt phpMyAdmin-fönster';
$strOperations = 'Operationer';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimera tabell';
$strOr = 'Eller';
$strOverhead = 'Outnyttjat';
$strOverwriteExisting = 'Skriv över befintlig fil(er)';
 
$strPageNumber = 'Sida:';
$strPagesToBeFlushed = 'Sidor att rensa';
$strPaperSize = 'Pappersstorlek';
$strPartialImport = 'Partiell import';
$strPartialText = 'Avkortade texter';
$strPasswordChanged = 'Lösenordet för %s har ändrats.';
$strPasswordEmpty = 'Lösenordet är tomt!';
$strPasswordHashing = 'Hashning av lösenord';
$strPassword = 'Lösenord';
$strPasswordNotSame = 'Lösenorden är inte lika!';
$strPdfDbSchema = 'Schema för databasen "%s" - Sidan %s';
$strPdfInvalidTblName = 'Tabellen "%s" finns inte!';
$strPdfNoTables = 'Inga tabeller';
$strPDFOptions = 'PDF-alternativ';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapportrubrik';
$strPerHour = 'per timme';
$strPerMinute = 'per minut';
$strPerSecond = 'per sekund';
$strPersian = 'Persiska';
$strPhoneBook = 'telefonbok';
$strPHP40203 = 'Du använder PHP 4.2.3, vilken har en allvarlig bugg med multi-byte-strängar (mbstring). Se PHP:s buggrapport 19404. Denna version av PHP är inte rekommenderad för användning tillsammans med phpMyAdmin.';
$strPhp = 'Skapa PHP-kod';
$strPHPVersion = 'PHP-version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = 'Variabeln <tt>$cfg[\'PmaAbsoluteUri\']</tt> MÅSTE anges i din konfigurationsfil!';
$strPolish = 'Polska';
$strPortrait = 'Stående';
$strPos1 = 'Början';
$strPrevious = 'Föregående';
$strPrimaryKeyHasBeenDropped = 'Den primära nyckeln har tagits bort';
$strPrimaryKeyName = 'Primärnyckelns namn måste vara "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>måste</b> vara namnet på och <b>endast på</b> en primärnyckel!)';
$strPrimary = 'Primär';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Utskriftsvänlig visning (med fullständiga texter)';
$strPrintView = 'Utskriftsvänlig visning';
$strPrivDescAllPrivileges = 'Inkluderar alla privilegier utom GRANT.';
$strPrivDescAlterRoutine = 'Tillåter ändring och borttagning av lagrade rutiner.';
$strPrivDescAlter = 'Tillåter ändring av befintliga tabellers struktur.';
$strPrivDescCreateDb = 'Tillåter skapande av nya databaser och tabeller.';
$strPrivDescCreateRoutine = 'Tillåter skapande av lagrade rutiner.';
$strPrivDescCreateTbl = 'Tillåter skapande av nya tabeller.';
$strPrivDescCreateTmpTable = 'Tillåter skapande av temporära tabeller.';
$strPrivDescCreateUser = 'Tillåter skapande, borttagning och omdöpning av användarkonton.';
$strPrivDescCreateView = 'Tillåter skapande av nya vyer.';
$strPrivDescDelete = 'Tillåter borttagning av data.';
$strPrivDescDropDb = 'Tillåter borttagning av databaser och tabeller.';
$strPrivDescDropTbl = 'Tillåter borttagning av tabeller.';
$strPrivDescExecute5 = 'Tillåter utförande av lagrade rutiner.';
$strPrivDescExecute = 'Tillåter körning av lagrade procedurer; Har ingen verkan i denna MySQL-version.';
$strPrivDescFile = 'Tillåter import av data från och export av data till filer.';
$strPrivDescGrant = 'Tillåter tillägg av användare och privilegier utan omladdning av privilegiumtabellerna.';
$strPrivDescIndex = 'Tillåter skapande och borttagning av index.';
$strPrivDescInsert = 'Tillåter infogning och ersättning av data.';
$strPrivDescLockTables = 'Tillåter låsning av tabeller för gällande tråd.';
$strPrivDescMaxConnections = 'Begränsar antalet nya förbindelser användaren kan öppna per timme.';
$strPrivDescMaxQuestions = 'Begränsar antalet frågor användaren kan skicka till servern per timme.';
$strPrivDescMaxUpdates = 'Begränsar antalet kommandon, vilka ändrar någon tabell eller databas, som användaren kan utföra per timme.';
$strPrivDescMaxUserConnections = 'Begränsar antalet samtidiga förbindelser som användaren kan ha.';
$strPrivDescProcess3 = 'Tillåter dödande av andra användares processer.';
$strPrivDescProcess4 = 'Tillåter visning av fullständiga frågor i processlistan.';
$strPrivDescReferences = 'Har ingen verkan i denna MySQL-version.';
$strPrivDescReload = 'Tillåter omladdning av serverinställningar och rensning av serverns cache.';
$strPrivDescReplClient = 'Ger användaren rätt att fråga var slav- / huvudservrarna är.';
$strPrivDescReplSlave = 'Nödvändigt för replikeringsslavar.';
$strPrivDescSelect = 'Tillåter läsning av data.';
$strPrivDescShowDb = 'Ger tillgång till den fullständiga databaslistan.';
$strPrivDescShowView = 'Tillåter utförande av SHOW CREATE VIEW-frågor.';
$strPrivDescShutdown = 'Tillåter avstängning av servern.';
$strPrivDescSuper = 'Tillåter uppkoppling, även om maximala antalet förbindelser är nådd. Nödvändig för de flesta administrativa funktioner, som att sätta globala variabler eller döda andra användares trådar.';
$strPrivDescUpdate = 'Tillåter ändring av data.';
$strPrivDescUsage = 'Inga privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierna har laddats om.';
$strProcesslist = 'Processlista';
$strProtocolVersion = 'Protokollversion';
$strPutColNames = 'Ange fältnamn på första raden';
 
$strQBEDel = 'Ta bort';
$strQBEIns = 'Infoga';
$strQBE = 'Skapa fråga';
$strQueryCache = 'Frågecache';
$strQueryFrame = 'Frågefönster';
$strQueryOnDb = 'SQL-fråga i databas <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Frågestatistik</b>: %s frågor har skickats till servern sedan den startade.';
$strQueryTime = 'Frågan tog %01.4f sek';
$strQueryType = 'Typ av fråga';
$strQueryWindowLock = 'Skriv inte över denna fråga utifrån detta fönster';
 
$strReadRequests = 'Läsefterfrågningar';
$strReceived = 'Mottagna';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Kontrollera referensintegritet:';
$strRefresh = 'Uppdatera';
$strRelationalSchema = 'Relationsschema';
$strRelationNotWorking = 'Den extra funktionaliteten för att hantera länkade tabeller har inaktiverats. %sVisa orsaken%s.';
$strRelationsForTable = 'RELATIONER FÖR TABELL';
$strRelations = 'Relationer';
$strRelationView = 'Visa relationer';
$strReloadingThePrivileges = 'Laddar om privilegierna';
$strReloadMySQL = 'Ladda om MySQL';
$strRemoveSelectedUsers = 'Ta bort markerade användare';
$strRenameDatabaseOK = 'Databas %s har döpts om till %s';
$strRenameTable = 'Döp om tabellen till';
$strRenameTableOK = 'Tabell %s har döpts om till %s';
$strRepairTable = 'Reparera tabell';
$strReplaceNULLBy = 'Ersätt NULL med';
$strReplaceTable = 'Ersätt data i tabell';
$strReplication = 'Replikering';
$strReset = 'Nollställ';
$strResourceLimits = 'Resursbegränsningar';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Användarna kommer fortfarande ha kvar privilegiet USAGE tills privilegierna laddas om.';
$strRevokeAndDelete = 'Upphäv användarnas alla aktiva privilegier och ta bort användarna efteråt.';
$strRevokeMessage = 'Du har upphävt privilegierna för %s';
$strRevoke = 'Upphäv';
$strRomanian = 'Rumänska';
$strRowLength = 'Radlängd';
$strRowsFrom = 'rader med början från';
$strRowSize = 'Radstorlek';
$strRowsModeFlippedHorizontal = 'vågrätt (roterade rubriker)';
$strRowsModeHorizontal = 'vågrätt';
$strRowsModeOptions = 'i %s format och upprepa rubrikerna efter %s celler';
$strRowsModeVertical = 'lodrätt';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistik';
$strRunning = 'körs på %s';
$strRunQuery = 'Kör fråga';
$strRunSQLQuery = 'Kör SQL-fråga/frågor i databasen %s';
$strRunSQLQueryOnServer = 'Kör SQL-fråga/frågor på server %s';
$strRussian = 'Rysk';
 
$strSaveOnServer = 'Spara på servern i katalogen %s';
$strSave = 'Spara';
$strScaleFactorSmall = 'Skalfaktorn är för liten för att schemat ska få plats på en sida';
$strSearchFormTitle = 'Sök i databas';
$strSearchInTables = 'I tabell(er):';
$strSearchNeedle = 'Ord eller värde(n) att söka efter (jokertecken: "%"):';
$strSearchOption1 = 'minst ett av orden';
$strSearchOption2 = 'alla ord';
$strSearchOption3 = 'den exakta frasen';
$strSearchOption4 = 'som reguljärt uttryck';
$strSearchResultsFor = 'Resultat av sökning efter "<i>%s</i>" %s:';
$strSearch = 'Sök';
$strSearchType = 'Hitta:';
$strSecretRequired = 'Konfigurationsfilen behöver nu ett hemligt lösenord (blowfish_secret).';
$strSelectADb = 'Välj en databas';
$strSelectAll = 'Markera alla';
$strSelectBinaryLog = 'Välj binär logg att visa';
$strSelectFields = 'Välj fält (minst ett):';
$strSelectNumRows = 'i fråga';
$strSelectTables = 'Välj tabeller';
$strSend = 'Spara som fil';
$strSent = 'Skickade';
$strServerChoice = 'Serverval';
$strServerNotResponding = 'Servern svarar inte';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Fördröjda infogningar';
$strServerStatus = 'Körningsinformation';
$strServerStatusUptime = 'Denna MySQL-server har körts i %s. Den startade den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Dessa tabeller visar statistik för nätverkstrafiken hos denna MySQL-server sedan den startade.';
$strServerVars = 'Servervariabler och inställningar';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsvärde';
$strSetEnumVal = 'Om en fälttyp är "enum" eller "set", ange värden enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Visa alla';
$strShowColor = 'Visa färger';
$strShowDatadictAs = 'Format för datalexikon';
$strShowFullQueries = 'Visa fullständiga frågor';
$strShowGrid = 'Visa rutnät';
$strShowingBookmark = 'Visar bokmärke';
$strShowingRecords = 'Visar rader ';
$strShowOpenTables = 'Visa öppna tabeller';
$strShowPHPInfo = 'Visa PHP-information';
$strShowSlaveHosts = 'Visa slav-värdar';
$strShowSlaveStatus = 'Visa slav-status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen, men som överskred värdet binlog_cache_size och använde en temporär fil för att lagra satser från transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antalet temporära tabeller på disk skapade automatiskt av servern under utförande av satser. Om värdet Created_tmp_disk_tables är stort vill du kanske öka värdet tmp_table_size för att åstadkomma att temporära tabeller lagras i minne istället för på disk.';
$strShowStatusCreated_tmp_filesDescr = 'Antalet temporära filer som mysqld har skapat.';
$strShowStatusCreated_tmp_tablesDescr = 'Antalet temporära tabeller i minne skapade automatiskt av servern under utförande av satser.';
$strShowStatusDelayed_errorsDescr = 'Antalet rader skrivna med INSERT DELAYED för vilka något fel uppstod (förmodligen dubblerad nyckel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antalet INSERT DELAYED-hanteringstrådar i bruk. Varje tabell på vilken man använder INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antalet skrivna rader med INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Antalet utförda FLUSH-satser.';
$strShowStatusHandler_commitDescr = 'Antalet interna COMMIT-satser.';
$strShowStatusHandler_deleteDescr = 'Antalet gånger en rad togs bort från en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL-servern kan fråga lagringsmotorn NDB Cluster om den känner till en tabell med ett givet namn. Detta kallas upptäckt. Handler_discover indikerar antalet gånger tabeller har upptäckts.';
$strShowStatusHandler_read_firstDescr = 'Antalet gånger första posten lästes från ett index. Om detta värde är högt tyder det på att servern gör många helindex-avsökningar; t.ex. SELECT col1 FROM foo, under förutsättning att col1 är indexerad.';
$strShowStatusHandler_read_keyDescr = 'Antalet efterfrågningar att läsa en rad baserat på en nyckel. Om detta värde är högt är det en bra indikation på att dina frågor och tabeller är riktigt indexerade.';
$strShowStatusHandler_read_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i nyckelordning. Detta värde ökas om du frågar en indexkolumn med en urvalsbegränsning eller om du gör en indexavsökning.';
$strShowStatusHandler_read_prevDescr = 'Antalet efterfrågningar att läsa den föregående raden i nyckelordning. Denna läsmetod används huvudsakligen för att optimera ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antalet efterfrågningar att läsa en rad baserat på en fix position. Detta värde är högt om du ställer många frågor som kräver sortering av resultatet. Du har förmodligen många frågor som kräver att MySQL avsöker hela tabeller eller du har föreningar som inte använder nycklar på rätt sätt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i datafilen. Detta värde är högt om du gör många tabellavsökningar. I allmänhet antyder detta att dina tabeller inte är riktigt indexerade eller att dina frågor inte är skrivna för att dra nytta av de index du har.';
$strShowStatusHandler_rollbackDescr = 'Antalet interna ROLLBACK-satser.';
$strShowStatusHandler_updateDescr = 'Antalet efterfrågningar att uppdatera en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antalet efterfrågningar att lägga till en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antalet sidor innehållande data (orena eller rena).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antalet sidor för närvarande orena.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antalet buffert-sidor som har efterfrågats om att bli rensade.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antalet fria sidor.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antalet låsta sidor i InnoDB-buffert. Dessa är sidor som för närvarande läses eller skrivs eller som inte kan rensas eller tas bort av någon annan anledning.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antalet upptagna sidor pga att de har blivit allokerade som administrativt extrautrymme för bl.a. radlås eller adaptivt hashindex. Detta värde kan också beräknas som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total storlek på buffert, i sidor.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antalet "slumpmässiga" läsningar i förväg som InnoDB initierat. Detta sker när en fråga ska avsöka en stor del av en tabell men i slumpmässig ordning.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antalet sekventiella läsningar i förväg som InnoDB initierat. Detta sker när InnoDB gör en sekventiell avsökning av en hel tabell.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antalet logiska läsefterfrågningar som InnoDB har gjort.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antalet logiska läsningar som InnoDB inte kunde uppfylla från buffert och fick göra en enkelsidig läsning.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivningar till InnoDB-bufferten i bakgrunden. Dock om det behövs läsas eller skapas en sida och inga rena sidor finns tillgängliga, så är det nödvändigt att vänta på att sidor rensas först. Denna räknare räknar fall med dessa väntanden. Om buffertstorleken var riktigt satt ska detta värde vara litet.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antalet skrivningar gjorda till InnoDB-bufferten.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antalet fsync()-operationer hittills.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuvarande antal pågående fsync()-operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuvarande antal pågående läsningar.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuvarande antal pågående skrivningar.';
$strShowStatusInnodb_data_readDescr = 'Mängden data läst hittills, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Totalt antal läsningar av data.';
$strShowStatusInnodb_data_writesDescr = 'Totalt antal skrivningar av data.';
$strShowStatusInnodb_data_writtenDescr = 'Mängden data skriven hittills, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_log_waitsDescr = 'Antalet väntanden pga loggbufferten var för liten och vi behövde vänta på att den skulle rensas innan kunde fortsätta.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antalet efterfrågningar att skriva till logg.';
$strShowStatusInnodb_log_writesDescr = 'Antalet fysiska skrivningar till loggfilen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antalet fsync()-skrivningar gjorda till loggfilen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antalet pågående fsync() av loggfil.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pågående skrivningar till loggfil.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antalet bytes skrivna till loggfilen.';
$strShowStatusInnodb_pages_createdDescr = 'Antalet skapade sidor.';
$strShowStatusInnodb_page_sizeDescr = 'Den inkompilerade InnoDB-sidstorleken (standard 16kB). Många värden räknas i sidor; sidstorleken tillåter dem att enkelt omvandlas till bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antalet lästa sidor.';
$strShowStatusInnodb_pages_writtenDescr = 'Antalet skrivna sidor.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antalet radlås som för närvarande väntas på.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Genomsnittlig tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid spenderad på att skaffa radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximal tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antalet gånger ett radlås behövde väntas på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antalet rader borttagna från InnoDB-tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antalet rader tillagda i InnoDB-tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antalet rader lästa från InnoDB-tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antalet rader uppdaterade i InnoDB-tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antalet nyckelblock i nyckelcachen som har ändrats men inte ännu överförts till disk. Det brukade vara känt som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antalet oanvända block i nyckelcachen. Du kan använda detta värde för att avgöra hur stor del av nyckelcachen som används.';
$strShowStatusKey_blocks_usedDescr = 'Antalet använda block i nyckelcachen. Detta värde är ett högvattenmärke som indikerar maximala antalet block som någonsin använts vid ett tillfälle.';
$strShowStatusKey_read_requestsDescr = 'Antalet efterfrågningar att läsa ett nyckelblock från cachen.';
$strShowStatusKey_readsDescr = 'Antalet fysiska läsningar av ett nyckelblock från disk. Om värdet Key_reads är stort, då är förmodligen ditt värde key_buffer_size för litet. Cachens missfrekvens kan beräknas som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antalet efterfrågningar att skriva ett nyckelblock till cachen.';
$strShowStatusKey_writesDescr = 'Antalet fysiska skrivningar av ett nyckelblock till disk.';
$strShowStatusLast_query_costDescr = 'Den totala kostnaden för den senaste kompilerade frågan enligt beräkning av frågeoptimeraren. Användbart vid jämförelse av kostnad för olika frågesätt av samma fråga. Standardvärdet 0 innebär att ingen fråga har kompilerats ännu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antalet rader som väntar på att skrivas i INSERT DELAYED-köer.';
$strShowStatusOpened_tablesDescr = 'Antalet tabeller som har öppnats. Om antalet öppnade tabeller är stort är förmodligen ditt tabellcache-värde för litet.';
$strShowStatusOpen_filesDescr = 'Antalet filer som är öppna.';
$strShowStatusOpen_streamsDescr = 'Antalet strömmar som är öppna (används huvudsakligen för loggning).';
$strShowStatusOpen_tablesDescr = 'Antalet tabeller som är öppna.';
$strShowStatusQcache_free_blocksDescr = 'Antalet fria minnesblock i frågecachen.';
$strShowStatusQcache_free_memoryDescr = 'Mängden fritt minne för frågecache.';
$strShowStatusQcache_hitsDescr = 'Antalet cache-träffar.';
$strShowStatusQcache_insertsDescr = 'Antalet frågor tillagda i cachen.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antalet frågor som har tagits bort från cachen för att frigöra minne för cachning av nya frågor. Denna information kan hjälpa dig att ställa in storleken på frågecachen. Frågecachen använder strategin minst nyligen använd (LRU) för att bestämma vilka frågor som ska tas bort från cachen.';
$strShowStatusQcache_not_cachedDescr = 'Antalet icke-cachade frågor (inte möjliga att cacha eller inte cachade pga inställningen query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antalet frågor registrerade i cachen.';
$strShowStatusQcache_total_blocksDescr = 'Totala antalet block i frågecachen.';
$strShowStatusReset = 'Återställ';
$strShowStatusRpl_statusDescr = 'Status för felsäker replikering (ännu inte implementerat).';
$strShowStatusSelect_full_joinDescr = 'Antalet föreningar som inte använder index. Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antalet föreningar som använde en urvalssökning på en referenstabell.';
$strShowStatusSelect_range_checkDescr = 'Antalet föreningar utan nycklar som kontrollerar nyckelanvändning efter varje rad. (Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antalet föreningar som använde urval på den första tabellen. (Det är normalt inte kritiskt även om detta är stort.)';
$strShowStatusSelect_scanDescr = 'Antalet föreningar som gjorde en fullständig avsökning av första tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antalet temporära tabeller för närvarande öppna av slavens SQL-tråd.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (sedan start) antal gånger som replikeringsslavens SQL-tråd har omprövat transaktioner.';
$strShowStatusSlave_runningDescr = 'Denna är ON ifall denna server är en slav som är förbunden till en huvudserver.';
$strShowStatusSlow_launch_threadsDescr = 'Antalet frågor som har tagit mer än slow_launch_time sekunder att skapa.';
$strShowStatusSlow_queriesDescr = 'Antalet frågor som har tagit mer än long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antalet sammanslagningar som sorteringsalgoritmen har behövt utföra. Om detta värde är stort bör du överväga att öka värdet i systemvariabeln sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Antalet sorteringar som gjordes med urval.';
$strShowStatusSort_rowsDescr = 'Antalet sorterade rader.';
$strShowStatusSort_scanDescr = 'Antalet sorteringar som har gjorts genom avsökning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antalet gånger som ett tabellås förvärvades omedelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antalet gånger som ett tabellås inte kunde förvärvas omedelbart och en väntan var nödvändig. Om detta värde är högt och du har prestandaproblem bör du först optimera dina frågor och antingen dela upp din tabell eller tabeller eller använda replikering.';
$strShowStatusThreads_cachedDescr = 'Antalet trådar i trådcachen. Cachens träffrekvens kan beräknas som Threads_created/Connections. Om detta värde är rött bör du öka värdet thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antalet för närvarande öppna förbindelser.';
$strShowStatusThreads_createdDescr = 'Antalet trådar skapade för att hantera förbindelser. Om värdet Threads_created är stort, vill du kanske öka värdet thread_cache_size. (Normalt ger detta inte någon märkbar prestandaförbättring om du har en bra trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antalet trådar som inte är vilande.';
$strShowTableDimension = 'Visa tabellers dimensioner';
$strShowTables = 'Visa tabeller';
$strShowThisQuery = ' Visa frågan här igen ';
$strShow = 'Visa';
$strSimplifiedChinese = 'Förenklad kinesiska';
$strSingly = '(ensam)';
$strSize = 'Storlek';
$strSkipQueries = 'Antal poster (rader) att hoppa över från början';
$strSlovak = 'Slovakiska';
$strSlovenian = 'Slovenska';
$strSocketProblem = '(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)';
$strSortByKey = 'Sortera efter nyckel';
$strSorting = 'Sortering';
$strSort = 'Sortering';
$strSpaceUsage = 'Utrymmesanvändning';
$strSpanish = 'Spanska';
$strSplitWordsWithSpace = 'Ord separeras med mellanslag (" ").';
$strSQLExportCompatibility = 'SQL-export-kompatibilitet';
$strSQLExportType = 'Export-typ';
$strSQLImportOptions = 'SQL-alternativ';
$strSQLOptions = 'SQL-alternativ';
$strSQLParserBugMessage = 'Det är möjligt att du har hittat en bugg i SQL-analysatorn. Var god granska din fråga noga och kontrollera att citationstecknen är korrekta och matchar varandra. En annan möjlig felorsak kan vara att du överför en fil med binärkod som inte ligger inom citationstecken. Du kan även testa din fråga i MySQL:s kommandoradsgränssnitt. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet. Om du fortfarande har problem eller om SQL-analysatorn misslyckas när kommandoradsgränssnittet lyckas, var vänlig reducera din inmatning av SQL-frågor till den enda fråga som orsakar problem och skicka en buggrapport med datastycket i URKLIPP-sektionen nedan:';
$strSQLParserUserError = 'Det verkar vara ett fel i din SQL-fråga. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet.';
$strSQLQuery = 'SQL-fråga';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ogiltig identifierare';
$strSQPBugUnclosedQuote = 'Oavslutat citat';
$strSQPBugUnknownPunctuation = 'Okänd interpunktion i sträng';
$strStatCheckTime = 'Senaste kontroll';
$strStatCreateTime = 'Skapades';
$strStatement = 'Uppgift';
$strStatisticsOverrun = 'På en upptagen server kan byte-räknare spåra ur, varför denna statistik som rapporterats från MySQL-servern kan vara felaktig.';
$strStatUpdateTime = 'Senaste uppdatering';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV';
$strStrucData = 'Struktur och data';
$strStrucDrop = 'Lägg till DROP TABLE';
$strStrucExcelCSV = 'CSV för MS Excel';
$strStrucNativeExcel = 'Naturlig MS Excel-data';
$strStrucOnly = 'Enbart struktur';
$strStructPropose = 'Föreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Sänd';
$strSuccess = 'Din SQL-fråga utfördes korrekt';
$strSum = 'Summa';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Byt till kopierad databas';
$strSwitchToTable = 'Byt till kopierad tabell';
 
$strTableAlreadyExists = 'Tabell %s finns redan!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnamnet är tomt!';
$strTableHasBeenDropped = 'Tabellen %s har tagits bort';
$strTableHasBeenEmptied = 'Tabellen %s har tömts';
$strTableHasBeenFlushed = 'Tabellen %s har rensats';
$strTableMaintenance = 'Tabellunderhåll';
$strTableOfContents = 'Innehållsförteckning';
$strTableOptions = 'Tabellalternativ';
$strTables = '%s tabell(er)';
$strTableStructure = 'Struktur för tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltyp';
$strTakeIt = 'använd detta';
$strTblPrivileges = 'Tabellspecifika privilegier';
$strTempData = 'Temporära data';
$strTextAreaLength = ' På grund av dess längd,<br /> kanske detta fält inte kan redigeras ';
$strThai = 'Thailändsk';
$strThemeDefaultNotFound = 'Standardtema %s hittades inte!';
$strThemeNoPreviewAvailable = 'Ingen förhandsgranskning tillgänglig.';
$strThemeNotFound = 'Tema %s hittades inte!';
$strThemeNoValidImgPath = 'Ingen giltig sökväg till bilder för tema %s hittades!';
$strThemePathNotFound = 'Temats sökväg för tema %s hittades inte!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denna värd';
$strThisNotDirectory = 'Detta var inte en katalog';
$strThreads = 'Trådar';
$strThreadSuccessfullyKilled = 'Tråd %s dödades med framgång.';
$strTimeoutInfo = 'Tidsbegränsningen överskreds vid föregående import. Efter återupptagning av importen kommer den fortsätta från position %d.';
$strTimeoutNothingParsed = 'Dock blev inga data bearbetade i senaste körningen. Detta betyder vanligtvis att phpMyAdmin inte kan slutföra denna import såvida du inte ökar php:s tidsbegränsningar.';
$strTimeoutPassed = 'Skriptets tidsbegränsning har överskridits. Om du vill slutföra importen, importera samma fil igen så kommer importen att återupptas.';
$strTime = 'Tid';
$strToggleScratchboard = 'Visa/dölj skisstavla';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Traditionell kinesiska';
$strTraditionalSpanish = 'Traditionell Spanska';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionssamordnare';
$strTransformation_application_octetstream__download = 'Visar en länk för att ladda ner fältets binära data. Du kan använda första parametern för att ange filnamnet eller använda den andra parametern för att ange fältnamnet för en tabellkolumn som innehåller filnamn. Om du anger andra parametern så måste första parametern sättas till en tom sträng.';
$strTransformation_application_octetstream__hex = 'Visar hexadecimal representation av data. Valfri första parameter anger hur ofta mellanslag läggs till (standardvärde: 2 tecken).';
$strTransformation_image_jpeg__inline = 'Visar en klickbar tumnagelbild. Parametrarna är maximal bredd och höjd i pixlar. Bildens ursprungliga proportioner bibehålls.';
$strTransformation_image_jpeg__link = 'Visar en länk för att ladda ner denna bild.';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Visar ett TIME, TIMESTAMP eller DATETIME-fält enligt ditt lokala datum-/tidsformat. Första parametern är förskjutningen (i timmar) som kommer att läggas till tidsstämpeln (standardvärde: 0). Använd andra parametern för att ange ett annat datum-/tidsformat; se dokumentationen för PHP:s funktion strftime().';
$strTransformation_text_plain__external = 'ENDAST LINUX: Startar en extern applikation och skickar fältdata till den via standard-indata. Returnerar applikationens standard-utdata. Standard är Tidy, för att snygga till HTML-kod. Av säkerhetsskäl måste du manuellt redigera filen libraries/transformations/text_plain__external.inc.php och infoga verktygen du vill tillåta ska få köras. Den första parametern är då numret för det program som du vill använda och den andra parametern är parametrarna för programmet. Om den tredje parametern sätts till 1 kommer utdata konverteras mha htmlspecialchars() (standardvärde: 1). Om den fjärde parametern sätts till 1 kommer radbrytning att undvikas så att all utdata kommer att visas på en rad (standardvärde: 1).';
$strTransformation_text_plain__formatted = 'Visar innehållet i fältet som det är, utan att köra det genom htmlspecialchars(). Det innebär att fältet antas innehålla korrekt HTML-kod.';
$strTransformation_text_plain__imagelink = 'Visar en bild och en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra och tredje parametern är bredden och höjden i pixlar.';
$strTransformation_text_plain__link = 'Visar en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra parametern är en titel för länken.';
$strTransformation_text_plain__sql = 'Formaterar text som en SQL-fråga med markerade satser.';
$strTransformation_text_plain__substr = 'Visar del av en sträng. Första parametern är antalet tecken att hoppa över från början på strängen (standardvärde: 0). Andra parametern är antalet tecken som ska returneras (standardvärde: till slutet på strängen). Den tredje parametern är en sträng som läggs till i slutet och/eller början när trunkering utförs (standardvärde: "...").';
$strTruncateQueries = 'Korta av visade frågor';
$strTurkish = 'Turkisk';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Avmarkera alla';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'okänd';
$strUnselectAll = 'Avmarkera alla';
$strUnsupportedCompressionDetected = 'Du försökta ladda en fil med komprimering (%s) som inte stöds. Antingen är stöd för det inte implementerat eller inaktiverat i din konfiguration.';
$strUpdatePrivMessage = 'Du har uppdaterat privilegierna för %s.';
$strUpdateProfileMessage = 'Profilen har uppdaterats.';
$strUpdateQuery = 'Uppdatera fråga';
$strUpdComTab = 'Se dokumentationen för uppdatering av din tabell column_comments';
$strUpgrade = 'Du bör uppgradera till %s %s eller senare.';
$strUploadLimit = 'Du försökte förmodligen ladda upp en för stor fil. Se %sdokumentationen%s för metoder att gå runt denna begränsning.';
$strUsage = 'Användning';
$strUseBackquotes = 'Använd bakåtcitat runt tabell- och fältnamn';
$strUsedPhpExtensions = 'Använda PHP-tillägg';
$strUseHostTable = 'Använd värdtabell';
$strUserAlreadyExists = 'Användaren %s finns redan!';
$strUser = 'Användare';
$strUserEmpty = 'Användarnamnet är tomt!';
$strUserName = 'Användarnamn';
$strUserNotFound = 'Den markerade användaren kunde inte hittas i privilegiumtabellen.';
$strUserOverview = 'Användaröversikt';
$strUsersDeleted = 'De markerade användarna har tagits bort.';
$strUsersHavingAccessToDb = 'Användare som har tillgång till &quot;%s&quot;';
$strUseTabKey = 'Använd TAB-tangenten för att flytta från värde till värde, eller CTRL+pil för att flytta vart som helst';
$strUseTables = 'Använd tabeller';
$strUseTextField = 'Använd textfältet';
$strUseThisValue = 'Använd detta värde';
 
$strValidateSQL = 'Validera SQL-kod';
$strValidatorError = 'SQL-validatorn kunde inte initieras. Kontrollera om du har installerat de nödvändiga PHP-tilläggen enligt %sdokumentationen%s.';
$strValue = 'Värde';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Visa SQL-satser för databaser';
$strViewDumpDB = 'Visa SQL-satser för databasen';
$strViewDump = 'Visa SQL-satser för tabellen';
$strViewHasBeenDropped = 'Vyn %s har tagits bort';
$strViewMaxExactCount = 'Denna vy har mer än %s rader. Var god se %sdokumentationen%s.';
$strView = 'Vy';
 
$strWebServerUploadDirectoryError = 'Katalogen som du konfigurerat för uppladdning kan inte nås';
$strWebServerUploadDirectory = 'Uppladdningskatalog på webbserver';
$strWelcome = 'Välkommen till %s';
$strWestEuropean = 'Västeuropeisk';
$strWildcard = 'jokertecken';
$strWindowNotFound = 'Målfönstret kunde inte uppdateras. Orsaken kan vara att du stängt föräldrafönstret eller att din webbläsares säkerhetsinställningar blockerar uppdateringar mellan fönster.';
$strWithChecked = 'Med markerade:';
$strWriteRequests = 'Skrivefterfrågningar';
$strWritingCommentNotPossible = 'Skrivning av kommentar inte möjlig';
$strWritingRelationNotPossible = 'Skrivning av relation inte möjlig';
$strWrongUser = 'Fel användarnamn/lösenord. Åtkomst nekad.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
$strZip = '"zippad"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/swedish-utf-8.inc.php
0,0 → 1,981
<?php
/* $Id: swedish-utf-8.inc.php,v 2.130.2.5 2006/03/23 17:42:16 lem9 Exp $ */
 
/*
* Translated by Björn T. Hallberg <bjornth at users.sourceforge.net>
*/
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ' ';
$number_decimal_separator = ',';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('bytes', 'kB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Sön', 'Mån', 'Tis', 'Ons', 'Tors', 'Fre', 'Lör');
$month = array('januari', 'februari', 'mars', 'april', 'maj', 'juni', 'juli', 'augusti', 'september', 'oktober', 'november', 'december');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y kl %H:%M';
$timespanfmt = '%s dagar, %s timmar, %s minuter och %s sekunder';
 
$strAbortedClients = 'Avbrutna';
$strAbsolutePathToDocSqlDir = 'Ange absolut sökväg på webbservern till docSQL-katalog';
$strAccessDenied = 'Åtkomst nekad';
$strAccessDeniedCreateConfig = 'Trolig orsak till detta är att du inte skapade en konfigurationsfil. Du vill kanske använda %1$suppsättningsskript%2$s för att skapa en.';
$strAccessDeniedExplanation = 'phpMyAdmin försökte skapa en förbindelse till MySQL-servern, men servern nekade uppkopplingen. Kontrollera värd, användarnamn och lösenord i config.inc.php och förvissa dig om att de stämmer överens med informationen från administratören av MySQL-servern.';
$strAction = 'Åtgärd';
$strAddAutoIncrement = 'Lägg till AUTO_INCREMENT-värde';
$strAddConstraints = 'Lägg till restriktioner';
$strAddDeleteColumn = 'Lägg till/ta bort fältkolumner';
$strAddDeleteRow = 'Lägg till/ta bort villkorsrader';
$strAddDropDatabase = 'Lägg till DROP DATABASE';
$strAddedColumnComment = 'La till kommentar för kolumn';
$strAddedColumnRelation = 'La till relation för kolumn';
$strAddFields = 'Lägg till %s fält';
$strAddHeaderComment = 'Lägg till egen kommentar i huvud (\\n delar rader)';
$strAddIfNotExists = 'Lägg till IF NOT EXISTS';
$strAddIntoComments = 'Lägg till i kommentarer';
$strAddNewField = 'Lägg till fält';
$strAddPrivilegesOnDb = 'Lägg till privilegier till följande databas';
$strAddPrivilegesOnTbl = 'Lägg till privilegier till följande tabell';
$strAddSearchConditions = 'Lägg till sökvillkor (uttryck i "where"-sats):';
$strAddToIndex = 'Lägg till&nbsp;%s&nbsp;kolumn(er) till index';
$strAddUser = 'Lägg till ny användare';
$strAddUserMessage = 'Du har lagt till en ny användare.';
$strAdministration = 'Administration';
$strAffectedRows = 'Påverkade rader:';
$strAfter = 'Efter %s';
$strAfterInsertBack = 'Gå tillbaka till föregående sida';
$strAfterInsertNewInsert = 'Lägg till ytterligare en ny rad';
$strAfterInsertNext = 'Ändra nästa rad';
$strAfterInsertSame = 'Gå tillbaka till denna sida';
$strAll = 'Alla';
$strAllowInterrupt = 'Tillåt avbrott av import ifall skriptet upptäcker att det är nära tidsbegränsningen. Detta kan vara ett bra sätt att importera stora filer, men det kan bryta transaktioner.';
$strAllTableSameWidth = 'Visa alla tabeller med samma bredd';
$strAlterOrderBy = 'Sortera om tabellen efter';
$strAnalyzeTable = 'Analysera tabell';
$strAnd = 'Och';
$strAndThen = 'och sedan';
$strAnIndex = 'Ett index har lagts till för %s';
$strAnyHost = 'Vilken värd som helst';
$strAnyUser = 'Vilken användare som helst';
$strAny = 'Vem som helst';
$strApproximateCount = 'Kan vara ungefärligt. Se FAQ 3.11';
$strAPrimaryKey = 'En primär nyckel har lagts till för %s';
$strArabic = 'Arabisk';
$strArmenian = 'Armenisk';
$strAscending = 'Stigande';
$strAtBeginningOfTable = 'I början av tabellen';
$strAtEndOfTable = 'I slutet av tabellen';
$strAttr = 'Attribut';
$strAutodetect = 'Autodetektera';
$strAutomaticLayout = 'Automatisk layout';
 
$strBack = 'Bakåt';
$strBaltic = 'Baltisk';
$strBeginCut = 'START URKLIPP';
$strBeginRaw = 'START RÅTEXT';
$strBinary = 'Binär';
$strBinaryDoNotEdit = 'Binär - ändra inte';
$strBinaryLog = 'Binär logg';
$strBinLogEventType = 'Typ av händelse';
$strBinLogInfo = 'Information';
$strBinLogName = 'Loggnamn';
$strBinLogOriginalPosition = 'Ursprunglig position';
$strBinLogPosition = 'Position';
$strBinLogServerId = 'Server-ID';
$strBookmarkAllUsers = 'Låt varje användare få tillgång till detta bokmärke';
$strBookmarkCreated = 'Bokmärket %s har skapats';
$strBookmarkDeleted = 'Bokmärket har tagits bort.';
$strBookmarkLabel = 'Etikett';
$strBookmarkQuery = 'Bokmärkt SQL-fråga';
$strBookmarkReplace = 'Ersätt befintligt bokmärke med samma namn';
$strBookmarkThis = 'Skapa bokmärke för den här SQL-frågan';
$strBookmarkView = 'Visa endast';
$strBrowseDistinctValues = 'Visa distinkta värden';
$strBrowseForeignValues = 'Visa främmande värden';
$strBrowse = 'Visa';
$strBufferPoolActivity = 'Buffertaktivitet';
$strBufferPool = 'Buffertutrymme';
$strBufferPoolUsage = 'Buffertanvändning';
$strBufferReadMissesInPercent = 'Läsmissar i %';
$strBufferReadMisses = 'Läsmissar';
$strBufferWriteWaitsInPercent = 'Skrivväntanden i %';
$strBufferWriteWaits = 'Skrivväntanden';
$strBulgarian = 'Bulgarisk';
$strBusyPages = 'Upptagna sidor';
$strBzError = 'phpMyAdmin kunde inte komprimera SQL-satserna på grund av ett trasigt Bz2-tillägg i denna PHP-version. Det rekommenderas starkt att sätta direktivet <code>$cfg[\'BZipDump\']</code> i din phpMyAdmin-konfigurationsfil till <code>FALSE</code>. Om du vill använda Bz2-komprimering, bör du uppgradera till en senare PHP-version. Se PHP:s buggrapport %s för detaljer.';
$strBzip = '"bzippad"';
 
$strCalendar = 'Kalender';
$strCanNotLoadImportPlugins = 'Kunde inte ladda tillägg för import. Kontrollera din installation!';
$strCannotLogin = 'Kan ej logga in på MySQL-server';
$strCantLoad = 'kan inte ladda %s-tillägg,<br />var god kontrollera PHP-konfigurationen.';
$strCantLoadRecodeIconv = 'Kan inte ladda tilläggen iconv eller recode som behövs för teckenuppsättningsomvandling. Antingen konfigurera PHP för att tillåta dessa tillägg eller inaktivera teckenuppsättningsomvandling i phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Kan inte byta namn på index till "PRIMARY"!';
$strCantUseRecodeIconv = 'Kan inte använda varken funktionen iconv, libiconv eller recode_string, fastän de nödvändiga tilläggen verkar vara laddade. Kontrollera din PHP-konfiguration.';
$strCardinality = 'Kardinalitet';
$strCaseInsensitive = 'skiftlägesokänsligt';
$strCaseSensitive = 'skiftlägeskänsligt';
$strCentralEuropean = 'Centraleuropeisk';
$strChange = 'Ändra';
$strChangeCopyModeCopy = '... behåll den gamla.';
$strChangeCopyModeDeleteAndReload = ' ... ta bort den gamla från användartabellerna och ladda om privilegierna efteråt.';
$strChangeCopyModeJustDelete = ' ... ta bort den gamla från användartabellerna.';
$strChangeCopyModeRevoke = ' ... upphäv alla aktiva privilegier från dan gamla och ta bort den efteråt.';
$strChangeCopyMode = 'Skapa en ny användare med samma privilegier och ...';
$strChangeCopyUser = 'Ändra inloggningsinformation / Kopiera användare';
$strChangeDisplay = 'Välj fält som ska visas';
$strChangePassword = 'Byt lösenord';
$strCharsetOfFile = 'Filens teckenuppsättning:';
$strCharsetsAndCollations = 'Teckenuppsättningar och kollationeringar';
$strCharsets = 'Teckenuppsättningar';
$strCharset = 'Teckenuppsättning';
$strCheckAll = 'Markera alla';
$strCheckOverhead = 'Markera ooptimerade';
$strCheckPrivs = 'Kontrollera privilegier';
$strCheckPrivsLong = 'Kontrollera privilegier för databas &quot;%s&quot;.';
$strCheckTable = 'Kontrollera tabell';
$strChoosePage = 'Välj en sida att redigera';
$strColComFeat = 'Visning av kolumnkommentarer';
$strCollation = 'Kollationering';
$strColumnNames = 'Kolumn-namn';
$strColumnPrivileges = 'Kolumnspecifika privilegier';
$strCommand = 'Kommando';
$strCommentsForTable = 'KOMMENTARER FÖR TABELL';
$strComments = 'Kommentarer';
$strCompatibleHashing = 'Kompatibel med MySQL&nbsp;4.0';
$strCompleteInserts = 'Kompletta infogningar';
$strCompression = 'Komprimering';
$strCompressionWillBeDetected = 'Importerad fils komprimering kommer automatiskt detekteras från: %s';
$strConfigDefaultFileError = 'Kunde inte ladda standardkonfiguration från: "%1$s"';
$strConfigFileError = 'phpMyAdmin kunde inte läsa din konfigurationsfil!<br />Detta kan inträffa om PHP hittar ett fel i den eller om PHP inte hittar filen.<br />Anropa konfigurationsfilen direkt mha länken nedan och läs PHP:s felmeddelande(n) som du erhåller. I de flesta fall saknas ett citationstecken eller ett semikolon någonstans.<br />Om du erhåller en tom sida är allt bra.';
$strConfigureTableCoord = 'Var god ange koordinaterna för tabellen %s';
$strConnectionError = 'Kan ej skapa förbindelse: ogiltiga inställningar.';
$strConnections = 'Uppkopplingar';
$strConstraintsForDumped = 'Restriktioner för dumpade tabeller';
$strConstraintsForTable = 'Restriktioner för tabell';
$strCookiesRequired = 'Kakor (cookies) måste tillåtas för att gå vidare.';
$strCopyDatabaseOK = 'Databas %s har kopierats till %s';
$strCopy = 'Kopiera';
$strCopyTable = 'Kopiera tabellen till (databas<b>.</b>tabell):';
$strCopyTableOK = 'Tabellen %s har kopierats till %s.';
$strCopyTableSameNames = 'Kan inte kopiera tabell till samma namn!';
$strCouldNotKill = 'phpMyAdmin kunde inte döda tråd %s. Troligtvis har den redan avslutats.';
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE före kopiering';
$strCreateIndex = 'Skapa ett index för&nbsp;%s&nbsp;kolumn(er)';
$strCreateIndexTopic = 'Skapa ett nytt index';
$strCreateNewDatabase = 'Skapa ny databas';
$strCreateNewTable = 'Skapa ny tabell i databas %s';
$strCreatePage = 'Skapa en ny sida';
$strCreatePdfFeat = 'Skapande av PDF-sidor';
$strCreate = 'Skapa';
$strCreationDates = 'Skapad/Uppdaterad/Kontrollerad datum';
$strCriteria = 'Villkor';
$strCroatian = 'Kroatisk';
$strCSV = 'CSV';
$strCSVImportOptions = 'CSV-alternativ';
$strCSVOptions = 'CSV-alternativ';
$strCyrillic = 'Kyrillisk';
$strCzechSlovak = 'Tjeckisk-Slovakisk';
$strCzech = 'Tjeckisk';
 
$strDanish = 'Dansk';
$strDatabase = 'Databas';
$strDatabaseEmpty = 'Databasens namn är tomt!';
$strDatabaseExportOptions = 'Exportalternativ för databas';
$strDatabaseHasBeenDropped = 'Databasen %s har tagits bort.';
$strDatabaseNoTable = 'Denna databas innehåller ingen tabell!';
$strDatabases = 'Databaser';
$strDatabasesDropped = '%s databaser har tagits bort.';
$strDatabasesStats = 'Databas-statistik';
$strDatabasesStatsDisable = 'Stäng av statistik';
$strDatabasesStatsEnable = 'Slå på statistik';
$strDatabasesStatsHeavyTraffic = 'Anm: Att slå på databasstatistik här kan orsaka tung trafik mellan webb- och MySQL-servern.';
$strData = 'Data';
$strDataDict = 'Datalexikon';
$strDataOnly = 'Enbart data';
$strDataPages = 'Sidor innehållande data';
$strDBComment = 'Databaskommentar: ';
$strDBCopy = 'Kopiera databas till';
$strDBGContextID = 'Innehålls-ID';
$strDBGContext = 'Innehåll';
$strDBGHits = 'Träffar';
$strDBGLine = 'Rad';
$strDBGMaxTimeMs = 'Max tid, ms';
$strDBGMinTimeMs = 'Min tid, ms';
$strDBGModule = 'Modul';
$strDBGTimePerHitMs = 'Tid/träff, ms';
$strDBGTotalTimeMs = 'Total tid, ms';
$strDbPrivileges = 'Databasspecifika privilegier';
$strDBRename = 'Döp om databasen till';
$strDbSpecific = 'databasspecifik';
$strDefaultEngine = '%s är standardlagringsmotorn på denna MySQL-server.';
$strDefault = 'Standard';
$strDefaultValueHelp = 'För standardvärden, ange endast ett enstaka värde, utan bakåtstreck eller citattecken, enligt formatet: a';
$strDefragment = 'Defragmentera tabell';
$strDelayedInserts = 'Använd fördröjda infogningar';
$strDeleteAndFlushDescr = 'Detta är det renaste sättet, men omladdning av privilegierna kan ta en stund.';
$strDeleteAndFlush = 'Ta bort användarna och ladda om privilegierna efteråt.';
$strDeleted = 'Raden har raderats';
$strDeletedRows = 'Raderade rader';
$strDeleteNoUsersSelected = 'Inga användare valda för borttagning!';
$strDelete = 'Radera';
$strDeleting = 'Tar bort %s';
$strDelOld = 'Nuvarande sida har referenser till tabeller som inte längre existerar. Vill du ta bort dessa referenser?';
$strDescending = 'Fallande';
$strDescription = 'Beskrivning';
$strDictionary = 'lexikon';
$strDirtyPages = 'Orena sidor';
$strDisabled = 'Inaktiverat';
$strDisableForeignChecks = 'Stäng av kontroll av främmande nycklar';
$strDisplayFeat = 'Visningsfunktionaliteter';
$strDisplayOrder = 'Visningsordning:';
$strDisplayPDF = 'Visa PDF-schema';
$strDoAQuery = 'Utför en "Query By Example" (jokertecken: "%")';
$strDocu = 'Dokumentation';
$strDoYouReally = 'Vill du verkligen ';
$strDropDatabaseStrongWarning = 'Du håller på att FÖRGÖRA en hel databas!';
$strDrop = 'Radera';
$strDropUsersDb = 'Ta bort databaserna med samma namn som användarna.';
$strDumpingData = 'Data i tabell';
$strDumpSaved = 'SQL-satserna har sparats till filen %s.';
$strDumpXRows = 'Visa %s rader med början på rad %s.';
$strDynamic = 'dynamisk';
 
$strEdit = 'Ändra';
$strEditPDFPages = 'Redigera PDF-sidor';
$strEditPrivileges = 'Ändra privilegier';
$strEffective = 'Effektivt';
$strEmptyResultSet = 'MySQL returnerade ett tomt resultat (dvs inga rader).';
$strEmpty = 'Töm';
$strEnabled = 'Aktiverat';
$strEncloseInTransaction = 'Inneslut export i en transaktion';
$strEndCut = 'SLUT URKLIPP';
$strEndRaw = 'SLUT RÅTEXT';
$strEnd = 'Slutet';
$strEngineAvailable = '%s är tillgänglig på denna MySQL-server.';
$strEngineDisabled = '%s har inaktiverats på denna MySQL-server.';
$strEngines = 'Motorer';
$strEngineUnsupported = 'Denna MySQL-server har inte stöd för lagringsmotorn %s.';
$strEnglish = 'Engelsk';
$strEnglishPrivileges = ' Obs! MySQL-privilegiumnamn anges på engelska ';
$strError = 'Fel';
$strErrorInZipFile = 'Fel i ZIP-arkiv:';
$strEscapeWildcards = 'Jokerteknen _ och % måste föregås av ett \ för att användas i egentlig betydelse';
$strEsperanto = 'Esperanto';
$strEstonian = 'Estnisk';
$strExcelEdition = 'Excel-version';
$strExcelOptions = 'Excel-alternativ';
$strExecuteBookmarked = 'Utför bokmärkt fråga';
$strExplain = 'Förklara SQL-kod';
$strExport = 'Exportera';
$strExtendedInserts = 'Utökade infogningar';
$strExtra = 'Extra';
 
$strFailedAttempts = 'Misslyckade försök';
$strField = 'Fält';
$strFieldHasBeenDropped = 'Fältet %s har tagits bort';
$strFieldsEmpty = ' Antalet fält är noll! ';
$strFieldsEnclosedBy = 'Fälten omges av';
$strFieldsEscapedBy = 'Specialtecken i fält föregås av';
$strFields = 'Fält';
$strFieldsTerminatedBy = 'Fälten avslutas med';
$strFileAlreadyExists = 'Filen %s finns redan på servern. Ändra filnamnet eller kryssa i skriv över-alternativet.';
$strFileCouldNotBeRead = 'Filen kunde inte läsas';
$strFileNameTemplateDescriptionDatabase = 'databasnamn';
$strFileNameTemplateDescription = 'Detta värde tolkas mha %1$sstrftime%2$s, så du kan använda strängar med tidsformatering. Dessutom kommer följande omvandlingar att ske: %3$s. Övrig text behålls som den är.';
$strFileNameTemplateDescriptionServer = 'servernamn';
$strFileNameTemplateDescriptionTable = 'tabellnamn';
$strFileNameTemplate = 'Mall för filnamn';
$strFileNameTemplateRemember = 'kom ihåg mall';
$strFileToImport = 'Fil att importera';
$strFixed = 'fast';
$strFlushPrivilegesNote = 'Anm: phpMyAdmin hämtar användarnas privilegier direkt från MySQL:s privilegiumtabeller. Innehållet i dessa tabeller kan skilja sig från privilegierna som servern använder ifall manuella ändringar har gjorts. I detta fall bör du %sladda om privilegierna%s innan du fortsätter.';
$strFlushQueryCache = 'Rensa frågecache';
$strFlushTable = 'Rensa tabell';
$strFlushTables = 'Stäng alla tabeller';
$strFormat = 'Format';
$strFormEmpty = 'Värde saknas i formuläret!';
$strFreePages = 'Fria sidor';
$strFullText = 'Fullständiga texter';
$strFunction = 'Funktion';
 
$strGenBy = 'Genererad av';
$strGeneralRelationFeat = 'Allmänna relationsfunktionaliteter';
$strGenerate = 'Generera';
$strGeneratePassword = 'Generera lösenord';
$strGenTime = 'Skapad';
$strGeorgian = 'Georgisk';
$strGerman = 'Tysk';
$strGlobal = 'global';
$strGlobalPrivileges = 'Globala privilegier';
$strGlobalValue = 'Globalt värde';
$strGo = 'Kör';
$strGrantOption = 'Grant';
$strGreek = 'Grekisk';
$strGzip = '"gzippad"';
 
$strHandler = 'Hanterare';
$strHasBeenAltered = 'har ändrats.';
$strHasBeenCreated = 'har skapats.';
$strHaveToShow = 'Du måste välja minst en kolumn som ska visas';
$strHebrew = 'Hebreisk';
$strHexForBinary = 'Använd hexadecimalt för binära fält';
$strHome = 'Hem';
$strHomepageOfficial = 'phpMyAdmin:s officiella hemsida';
$strHostEmpty = 'Värdnamnet är tomt!';
$strHost = 'Värd';
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 exportalternativ';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 exportalternativ';
$strHungarian = 'Ungersk';
 
$strIcelandic = 'Isländska';
$strId = 'ID';
$strIdxFulltext = 'Heltext';
$strIgnoreDuplicates = 'Ignorera dubblerade rader';
$strIgnore = 'Ignorera';
$strIgnoreInserts = 'Använd IGNORE i infogningar';
$strIgnoringFile = 'Ignorerar fil %s';
$strImportDocSQL = 'Importera docSQL-filer';
$strImportFiles = 'Importera filer';
$strImportFormat = 'Format på importerad fil';
$strImport = 'Importera';
$strImportSuccessfullyFinished = 'Importen har avslutats korrekt, %d frågor utförda.';
$strIndexes = 'Index';
$strIndexHasBeenDropped = 'Index %s har tagits bort';
$strIndex = 'Index';
$strIndexName = 'Indexnamn&nbsp;:';
$strIndexType = 'Indextyp&nbsp;:';
$strIndexWarningMultiple = 'Mer än en %s-nyckel skapades för kolumn `%s`';
$strIndexWarningPrimary = 'PRIMARY- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strIndexWarningTable = 'Problem med index för tabell `%s`';
$strIndexWarningUnique = 'UNIQUE- och INDEX-nycklar skall inte båda sättas för kolumn `%s`';
$strInnoDBAutoextendIncrement = 'Automatisk utökningsstorlek';
$strInnoDBAutoextendIncrementDesc = 'Tillökningsstorleken vid automatisk utökning av tabellutrymme när det blir fullt.';
$strInnoDBBufferPoolSize = 'Buffertstorlek';
$strInnoDBBufferPoolSizeDesc = 'Storleken på minnesbufferten som InnoDB använder för cache av data och index till sina tabeller.';
$strInnoDBDataFilePath = 'Datafiler';
$strInnoDBDataHomeDirDesc = 'Den gemensamma delen av sökvägen för alla InnoDB-datafiler.';
$strInnoDBDataHomeDir = 'Hemkatalog för data';
$strInnoDBPages = 'sidor';
$strInnodbStat = 'InnoDB-status';
$strInsecureMySQL = 'Din konfigurationsfil innehåller inställningar (root-konto utan lösenord) som motsvarar MySQL:s privilegierade standardkonto. Din MySQL-server körs med denna standardinställning och är öppen för intrång, så du bör verkligen täppa till detta säkerhetshål.';
$strInsertAsNewRow = 'Lägg till som ny rad';
$strInsertedRowId = 'Tillagd rads id:';
$strInsertedRows = 'Tillagda rader:';
$strInsert = 'Lägg till';
$strInsertNewRow = 'Lägg till ny rad';
$strInternalNotNecessary = '* En intern relation är inte nödvändig när den även finns i InnoDB.';
$strInternalRelations = 'Interna relationer';
$strInUse = 'används';
$strInvalidAuthMethod = 'Ogiltig metod för autentisering angiven i konfiguration:';
$strInvalidColumnCount = 'Antalet kolumner måste vara större än noll.';
$strInvalidColumn = 'Ogiltig kolumn (%s) angiven!';
$strInvalidCSVFieldCount = 'Ogiltigt antal fält i CSV-indata på rad %d.';
$strInvalidCSVFormat = 'Ogiltigt format i CSV-indata på rad %d.';
$strInvalidCSVParameter = 'Ogiltig parameter för CSV-import: %s';
$strInvalidFieldAddCount = 'Du måste lägga till åtminstone ett fält.';
$strInvalidFieldCount = 'Tabell måste ha åtminstone ett fält.';
$strInvalidLDIImport = 'Detta tillägg stöder inte komprimerade importer!';
$strInvalidRowNumber = '%d är inte ett giltigt radnummer.';
$strInvalidServerHostname = 'Ogiltigt värdnamn för server %1$s. Var god granska din konfiguration.';
$strInvalidServerIndex = 'Ogiltigt serverindex: "%s"';
 
$strJapanese = 'Japansk';
$strJoins = 'Föreningar';
$strJumpToDB = 'Hoppa till databas &quot;%s&quot;.';
$strJustDeleteDescr = 'De &quot;borttagna&quot; användarna kommer fortfarande kunna komma åt servern som vanligt tills privilegierna laddas om.';
$strJustDelete = 'Ta endast bort användarna från privilegiumtabellerna.';
 
$strKeepPass = 'Ändra inte lösenordet';
$strKeyCache = 'Nyckelcache';
$strKeyname = 'Nyckel';;
$strKill = 'Döda';
$strKorean = 'Koreansk';
 
$strLandscape = 'Liggande';
$strLanguageFileNotFound = 'Språkfil "%1$s" hittades inte.';
$strLanguageUnknown = 'Okänt språk: %1$s.';
$strLatchedPages = 'Låsta sidor';
$strLatexCaption = 'Tabellrubrik';
$strLatexContent = 'Innehåll i tabell __TABLE__';
$strLatexContinuedCaption = 'Fortsatt tabellrubrik';
$strLatexContinued = '(fortsättning)';
$strLatexIncludeCaption = 'Inkludera tabellrubrik';
$strLatexLabel = 'Etikett';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX-alternativ';
$strLatexStructure = 'Struktur för tabell __TABLE__';
$strLatvian = 'Lettiska';
$strLDI = 'CSV mha LOAD DATA';
$strLDIImportOptions = 'Alternativ för CSV-import mha LOAD DATA';
$strLDILocal = 'Använd nyckelordet LOCAL';
$strLengthSet = 'Längd/Värden*';
$strLimitNumRows = 'Rader per sida';
$strLinesTerminatedBy = 'Raderna avslutas med';
$strLinkNotFound = 'Länk ej funnen';
$strLinksTo = 'Länkar till';
$strLithuanian = 'Litauisk';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Textfilens plats';
$strLoginInformation = 'Inloggningsinformation';
$strLogin = 'Logga in';
$strLogout = 'Logga ut';
$strLogPassword = 'Lösenord:';
$strLogServer = 'Server';
$strLogUsername = 'Användarnamn:';
$strLongOperation = 'Denna operation kan ta lång tid. Försätt ändå?';
 
$strMaxConnects = 'Max. samtidiga förbindelser';
$strMaximalQueryLength = 'Maximal längd på skapad fråga';
$strMaximumSize = 'Maximal storlek: %s%s';
$strMbExtensionMissing = 'PHP-tillägget mbstring kunde inte hittas och det verkar som om du använder flerbitars teckenuppsättning. phpMyAdmin kan inte dela upp strängar korrekt utan tillägget mbstring, vilket kan leda till oväntade resultat.';
$strMbOverloadWarning = 'Du har aktiverat mbstring.func_overload i din PHP-konfiguration. Detta alternativ är inkompatibelt med phpMyAdmin och kan orsaka att en del data förstörs!';
$strMIME_available_mime = 'Tillgängliga MIME-typer';
$strMIME_available_transform = 'Tillgängliga omvandlingar';
$strMIME_description = 'Beskrivning';
$strMIME_MIMEtype = 'MIME-typ';
$strMIME_nodescription = 'Ingen beskrivning för denna omvandling finns tillgänglig.<br />Vänligen fråga upphovsmannen vad %s gör.';
$strMIME_transformation_note = 'För en lista med tillgängliga omvandlingsparametrar och deras MIME-typomvandlingar, klicka på %somvandlingsbeskrivningar%s';
$strMIME_transformation_options_note = 'Ange värdena för omvandlingsparametrar enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strMIME_transformation_options = 'Omvandlingsparametrar';
$strMIME_transformation = 'Webbläsaromvandling';
$strMIMETypesForTable = 'MIME-TYPER FÖR TABELL';
$strMIME_without = 'Kursiverade MIME-typer har inte någon separat omvandlingsfunktion';
$strModifications = 'Ändringarna har sparats';
$strModify = 'Ändra';
$strModifyIndexTopic = 'Ändra ett index';
$strMoveTable = 'Flytta tabellen till (databas<b>.</b>tabell):';
$strMoveTableOK = 'Tabellen %s har flyttats till %s.';
$strMoveTableSameNames = 'Kan inte flytta tabell till samma namn!';
$strMultilingual = 'flerspråkig';
$strMyISAMDataPointerSizeDesc = 'Standardpekarens storlek i bytes, vilken används av CREATE TABLE för MyISAM-tabeller när inget MAX_ROWS-alternativ är specificerat.';
$strMyISAMDataPointerSize = 'Storlek för datapekare';
$strMyISAMMaxExtraSortFileSizeDesc = 'Om den temporära filen som används för snabbt skapande av MyISAM-index skulle vara större än att använda nyckelcachen vars storlek specificeras här, så föredras metoden med nyckelcachen.';
$strMyISAMMaxExtraSortFileSize = 'Maximal storlek för temporära filer vid skapande av index';
$strMyISAMMaxSortFileSizeDesc = 'Denna maximala storleken för den temporära filen som MySQL är tillåten att använda under återskapande av MyISAM-index (vid REPAIR TABLE, ALTER TABLE, eller LOAD DATA INFILE).';
$strMyISAMMaxSortFileSize = 'Maximal storlek för temporära sorteringsfiler';
$strMyISAMRecoverOptions = 'Automatisk återställning';
$strMyISAMRecoverOptionsDesc = 'Inställningen för automatisk återställning av kraschade MyISAM-tabeller, som satts via serverns startparameter --myisam-recover.';
$strMyISAMRepairThreadsDesc = 'Om detta värde är större än 1 skapas MyISAM-tabellindex parallellt (varje index i sin egen tråd) under reparationen vid sorteringsprocess.';
$strMyISAMRepairThreads = 'Reparera trådar';
$strMyISAMSortBufferSizeDesc = 'Bufferten som allokeras vid sortering av MyISAM-index under REPAIR TABLE eller vid skapande av index med CREATE INDEX eller ALTER TABLE.';
$strMyISAMSortBufferSize = 'Storlek för sorteringsbuffert';
$strMySQLCharset = 'MySQL teckenuppsättning';
$strMysqlClientVersion = 'MySQL klientversion';
$strMySQLConnectionCollation = 'Kollation för MySQL-uppkoppling';
$strMySQLSaid = 'MySQL sa: ';
$strMySQLShowProcess = 'Visa processer';
$strMySQLShowStatus = 'Visa MySQL-körningsinformation';
$strMySQLShowVars = 'Visa MySQL:s systemvariabler';
 
$strName = 'Namn';
$strNext = 'Nästa';
$strNoActivity = 'Ingen aktivitet sedan %s sekunder eller mer. Var god logga in igen';
$strNoDatabases = 'Inga databaser';
$strNoDatabasesSelected = 'Inga databaser markerade.';
$strNoDescription = 'Ingen beskrivning';
$strNoDetailsForEngine = 'Det finns ingen tillgänglig detaljerad statusinformation för denna lagringsmotor.';
$strNoDropDatabases = '"DROP DATABASE"-satser är inaktiverade.';
$strNoExplain = 'Utan SQL-förklaring';
$strNoFilesFoundInZip = 'Inga filer hittades i ZIP-arkivet!';
$strNoFrames = 'phpMyAdmin fungerar tyvärr endast med webbläsare som hanterar ramar.';
$strNoIndex = 'Inga index är definierade!';
$strNoIndexPartsDefined = 'Inga delar av index är definierade!';
$strNoModification = 'Ingen förändring';
$strNone = 'Inget';
$strNo = 'Nej';
$strNoOptions = 'Detta format har inga alternativ';
$strNoPassword = 'Inget lösenord';
$strNoPermission = 'Webbservern har inte tillåtelse att spara filen %s.';
$strNoPhp = 'Utan PHP-kod';
$strNoPrivileges = 'Inga privilegier';
$strNoRights = 'Du har inte tillräcklig behörighet för att vara här nu!';
$strNoRowsSelected = 'Inga rader valda';
$strNoSpace = 'Otillräckligt utrymme för att spara filen %s.';
$strNoTablesFound = 'Inga tabeller funna i databasen.';
$strNoThemeSupport = 'Stöd för teman saknas. Kontrollera din konfiguration och/eller dina teman i katalog %s.';
$strNothingToImport = 'Du fyllde inte i några data att importera!';
$strNotNumber = 'Det är inte ett nummer!';
$strNotOK = 'Inte OK';
$strNotSet = '<b>%s</b>-tabellen ej funnen eller ej angiven i %s';
$strNoUsersFound = 'Hittade ingen användare.';
$strNoValidateSQL = 'Utan SQL-validering';
$strNull = 'Null';
$strNumberOfFields = 'Antal fält';
$strNumSearchResultsInTable = '%s träff(ar) i tabell <i>%s</i>';
$strNumSearchResultsTotal = '<b>Totalt:</b> <i>%s</i> träff(ar)';
$strNumTables = 'Tabeller';
 
$strOK = 'OK';
$strOpenNewWindow = 'Öppna nytt phpMyAdmin-fönster';
$strOperations = 'Operationer';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimera tabell';
$strOr = 'Eller';
$strOverhead = 'Outnyttjat';
$strOverwriteExisting = 'Skriv över befintlig fil(er)';
 
$strPageNumber = 'Sida:';
$strPagesToBeFlushed = 'Sidor att rensa';
$strPaperSize = 'Pappersstorlek';
$strPartialImport = 'Partiell import';
$strPartialText = 'Avkortade texter';
$strPasswordChanged = 'Lösenordet för %s har ändrats.';
$strPasswordEmpty = 'Lösenordet är tomt!';
$strPasswordHashing = 'Hashning av lösenord';
$strPassword = 'Lösenord';
$strPasswordNotSame = 'Lösenorden är inte lika!';
$strPdfDbSchema = 'Schema för databasen "%s" - Sidan %s';
$strPdfInvalidTblName = 'Tabellen "%s" finns inte!';
$strPdfNoTables = 'Inga tabeller';
$strPDFOptions = 'PDF-alternativ';
$strPDF = 'PDF';
$strPDFReportTitle = 'Rapportrubrik';
$strPerHour = 'per timme';
$strPerMinute = 'per minut';
$strPerSecond = 'per sekund';
$strPersian = 'Persiska';
$strPhoneBook = 'telefonbok';
$strPHP40203 = 'Du använder PHP 4.2.3, vilken har en allvarlig bugg med multi-byte-strängar (mbstring). Se PHP:s buggrapport 19404. Denna version av PHP är inte rekommenderad för användning tillsammans med phpMyAdmin.';
$strPhp = 'Skapa PHP-kod';
$strPHPVersion = 'PHP-version';
$strPmaDocumentation = 'phpMyAdmin dokumentation';
$strPmaUriError = 'Variabeln <tt>$cfg[\'PmaAbsoluteUri\']</tt> MÅSTE anges i din konfigurationsfil!';
$strPolish = 'Polska';
$strPortrait = 'Stående';
$strPos1 = 'Början';
$strPrevious = 'Föregående';
$strPrimaryKeyHasBeenDropped = 'Den primära nyckeln har tagits bort';
$strPrimaryKeyName = 'Primärnyckelns namn måste vara "PRIMARY"!';
$strPrimaryKeyWarning = '("PRIMARY" <b>måste</b> vara namnet på och <b>endast på</b> en primärnyckel!)';
$strPrimary = 'Primär';
$strPrint = 'Skriv ut';
$strPrintViewFull = 'Utskriftsvänlig visning (med fullständiga texter)';
$strPrintView = 'Utskriftsvänlig visning';
$strPrivDescAllPrivileges = 'Inkluderar alla privilegier utom GRANT.';
$strPrivDescAlterRoutine = 'Tillåter ändring och borttagning av lagrade rutiner.';
$strPrivDescAlter = 'Tillåter ändring av befintliga tabellers struktur.';
$strPrivDescCreateDb = 'Tillåter skapande av nya databaser och tabeller.';
$strPrivDescCreateRoutine = 'Tillåter skapande av lagrade rutiner.';
$strPrivDescCreateTbl = 'Tillåter skapande av nya tabeller.';
$strPrivDescCreateTmpTable = 'Tillåter skapande av temporära tabeller.';
$strPrivDescCreateUser = 'Tillåter skapande, borttagning och omdöpning av användarkonton.';
$strPrivDescCreateView = 'Tillåter skapande av nya vyer.';
$strPrivDescDelete = 'Tillåter borttagning av data.';
$strPrivDescDropDb = 'Tillåter borttagning av databaser och tabeller.';
$strPrivDescDropTbl = 'Tillåter borttagning av tabeller.';
$strPrivDescExecute5 = 'Tillåter utförande av lagrade rutiner.';
$strPrivDescExecute = 'Tillåter körning av lagrade procedurer; Har ingen verkan i denna MySQL-version.';
$strPrivDescFile = 'Tillåter import av data från och export av data till filer.';
$strPrivDescGrant = 'Tillåter tillägg av användare och privilegier utan omladdning av privilegiumtabellerna.';
$strPrivDescIndex = 'Tillåter skapande och borttagning av index.';
$strPrivDescInsert = 'Tillåter infogning och ersättning av data.';
$strPrivDescLockTables = 'Tillåter låsning av tabeller för gällande tråd.';
$strPrivDescMaxConnections = 'Begränsar antalet nya förbindelser användaren kan öppna per timme.';
$strPrivDescMaxQuestions = 'Begränsar antalet frågor användaren kan skicka till servern per timme.';
$strPrivDescMaxUpdates = 'Begränsar antalet kommandon, vilka ändrar någon tabell eller databas, som användaren kan utföra per timme.';
$strPrivDescMaxUserConnections = 'Begränsar antalet samtidiga förbindelser som användaren kan ha.';
$strPrivDescProcess3 = 'Tillåter dödande av andra användares processer.';
$strPrivDescProcess4 = 'Tillåter visning av fullständiga frågor i processlistan.';
$strPrivDescReferences = 'Har ingen verkan i denna MySQL-version.';
$strPrivDescReload = 'Tillåter omladdning av serverinställningar och rensning av serverns cache.';
$strPrivDescReplClient = 'Ger användaren rätt att fråga var slav- / huvudservrarna är.';
$strPrivDescReplSlave = 'Nödvändigt för replikeringsslavar.';
$strPrivDescSelect = 'Tillåter läsning av data.';
$strPrivDescShowDb = 'Ger tillgång till den fullständiga databaslistan.';
$strPrivDescShowView = 'Tillåter utförande av SHOW CREATE VIEW-frågor.';
$strPrivDescShutdown = 'Tillåter avstängning av servern.';
$strPrivDescSuper = 'Tillåter uppkoppling, även om maximala antalet förbindelser är nådd. Nödvändig för de flesta administrativa funktioner, som att sätta globala variabler eller döda andra användares trådar.';
$strPrivDescUpdate = 'Tillåter ändring av data.';
$strPrivDescUsage = 'Inga privilegier.';
$strPrivileges = 'Privilegier';
$strPrivilegesReloaded = 'Privilegierna har laddats om.';
$strProcesslist = 'Processlista';
$strProtocolVersion = 'Protokollversion';
$strPutColNames = 'Ange fältnamn på första raden';
 
$strQBEDel = 'Ta bort';
$strQBEIns = 'Infoga';
$strQBE = 'Skapa fråga';
$strQueryCache = 'Frågecache';
$strQueryFrame = 'Frågefönster';
$strQueryOnDb = 'SQL-fråga i databas <b>%s</b>:';
$strQuerySQLHistory = 'SQL-historik';
$strQueryStatistics = '<b>Frågestatistik</b>: %s frågor har skickats till servern sedan den startade.';
$strQueryTime = 'Frågan tog %01.4f sek';
$strQueryType = 'Typ av fråga';
$strQueryWindowLock = 'Skriv inte över denna fråga utifrån detta fönster';
 
$strReadRequests = 'Läsefterfrågningar';
$strReceived = 'Mottagna';
$strRecords = 'Rader';
$strReferentialIntegrity = 'Kontrollera referensintegritet:';
$strRefresh = 'Uppdatera';
$strRelationalSchema = 'Relationsschema';
$strRelationNotWorking = 'Den extra funktionaliteten för att hantera länkade tabeller har inaktiverats. %sVisa orsaken%s.';
$strRelationsForTable = 'RELATIONER FÖR TABELL';
$strRelations = 'Relationer';
$strRelationView = 'Visa relationer';
$strReloadingThePrivileges = 'Laddar om privilegierna';
$strReloadMySQL = 'Ladda om MySQL';
$strRemoveSelectedUsers = 'Ta bort markerade användare';
$strRenameDatabaseOK = 'Databas %s har döpts om till %s';
$strRenameTable = 'Döp om tabellen till';
$strRenameTableOK = 'Tabell %s har döpts om till %s';
$strRepairTable = 'Reparera tabell';
$strReplaceNULLBy = 'Ersätt NULL med';
$strReplaceTable = 'Ersätt data i tabell';
$strReplication = 'Replikering';
$strReset = 'Nollställ';
$strResourceLimits = 'Resursbegränsningar';
$strReType = 'Skriv igen';
$strRevokeAndDeleteDescr = 'Användarna kommer fortfarande ha kvar privilegiet USAGE tills privilegierna laddas om.';
$strRevokeAndDelete = 'Upphäv användarnas alla aktiva privilegier och ta bort användarna efteråt.';
$strRevokeMessage = 'Du har upphävt privilegierna för %s';
$strRevoke = 'Upphäv';
$strRomanian = 'Rumänska';
$strRowLength = 'Radlängd';
$strRowsFrom = 'rader med början från';
$strRowSize = 'Radstorlek';
$strRowsModeFlippedHorizontal = 'vågrätt (roterade rubriker)';
$strRowsModeHorizontal = 'vågrätt';
$strRowsModeOptions = 'i %s format och upprepa rubrikerna efter %s celler';
$strRowsModeVertical = 'lodrätt';
$strRows = 'Rader';
$strRowsStatistic = 'Radstatistik';
$strRunning = 'körs på %s';
$strRunQuery = 'Kör fråga';
$strRunSQLQuery = 'Kör SQL-fråga/frågor i databasen %s';
$strRunSQLQueryOnServer = 'Kör SQL-fråga/frågor på server %s';
$strRussian = 'Rysk';
 
$strSaveOnServer = 'Spara på servern i katalogen %s';
$strSave = 'Spara';
$strScaleFactorSmall = 'Skalfaktorn är för liten för att schemat ska få plats på en sida';
$strSearchFormTitle = 'Sök i databas';
$strSearchInTables = 'I tabell(er):';
$strSearchNeedle = 'Ord eller värde(n) att söka efter (jokertecken: "%"):';
$strSearchOption1 = 'minst ett av orden';
$strSearchOption2 = 'alla ord';
$strSearchOption3 = 'den exakta frasen';
$strSearchOption4 = 'som reguljärt uttryck';
$strSearchResultsFor = 'Resultat av sökning efter "<i>%s</i>" %s:';
$strSearch = 'Sök';
$strSearchType = 'Hitta:';
$strSecretRequired = 'Konfigurationsfilen behöver nu ett hemligt lösenord (blowfish_secret).';
$strSelectADb = 'Välj en databas';
$strSelectAll = 'Markera alla';
$strSelectBinaryLog = 'Välj binär logg att visa';
$strSelectFields = 'Välj fält (minst ett):';
$strSelectNumRows = 'i fråga';
$strSelectTables = 'Välj tabeller';
$strSend = 'Spara som fil';
$strSent = 'Skickade';
$strServerChoice = 'Serverval';
$strServerNotResponding = 'Servern svarar inte';
$strServer = 'Server';
$strServerStatusDelayedInserts = 'Fördröjda infogningar';
$strServerStatus = 'Körningsinformation';
$strServerStatusUptime = 'Denna MySQL-server har körts i %s. Den startade den %s.';
$strServerTabProcesslist = 'Processer';
$strServerTabVariables = 'Variabler';
$strServerTrafficNotes = '<b>Servertrafik</b>: Dessa tabeller visar statistik för nätverkstrafiken hos denna MySQL-server sedan den startade.';
$strServerVars = 'Servervariabler och inställningar';
$strServerVersion = 'Serverversion';
$strSessionValue = 'Sessionsvärde';
$strSetEnumVal = 'Om en fälttyp är "enum" eller "set", ange värden enligt följande format: \'a\',\'b\',\'c\'...<br />Om du behöver lägga till ett bakåtstreck ("\") eller ett enkelcitat ("\'") i värdena, skriv ett bakåtstreck före tecknet (t.ex. \'\\\\xyz\' eller \'a\\\'b\').';
$strShowAll = 'Visa alla';
$strShowColor = 'Visa färger';
$strShowDatadictAs = 'Format för datalexikon';
$strShowFullQueries = 'Visa fullständiga frågor';
$strShowGrid = 'Visa rutnät';
$strShowingBookmark = 'Visar bokmärke';
$strShowingRecords = 'Visar rader ';
$strShowOpenTables = 'Visa öppna tabeller';
$strShowPHPInfo = 'Visa PHP-information';
$strShowSlaveHosts = 'Visa slav-värdar';
$strShowSlaveStatus = 'Visa slav-status';
$strShowStatusBinlog_cache_disk_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen, men som överskred värdet binlog_cache_size och använde en temporär fil för att lagra satser från transaktionen.';
$strShowStatusBinlog_cache_useDescr = 'Antalet transaktioner som använde den temporära binära loggcachen.';
$strShowStatusCreated_tmp_disk_tablesDescr = 'Antalet temporära tabeller på disk skapade automatiskt av servern under utförande av satser. Om värdet Created_tmp_disk_tables är stort vill du kanske öka värdet tmp_table_size för att åstadkomma att temporära tabeller lagras i minne istället för på disk.';
$strShowStatusCreated_tmp_filesDescr = 'Antalet temporära filer som mysqld har skapat.';
$strShowStatusCreated_tmp_tablesDescr = 'Antalet temporära tabeller i minne skapade automatiskt av servern under utförande av satser.';
$strShowStatusDelayed_errorsDescr = 'Antalet rader skrivna med INSERT DELAYED för vilka något fel uppstod (förmodligen dubblerad nyckel).';
$strShowStatusDelayed_insert_threadsDescr = 'Antalet INSERT DELAYED-hanteringstrådar i bruk. Varje tabell på vilken man använder INSERT DELAYED får sin egen tråd.';
$strShowStatusDelayed_writesDescr = 'Antalet skrivna rader med INSERT DELAYED.';
$strShowStatusFlush_commandsDescr = 'Antalet utförda FLUSH-satser.';
$strShowStatusHandler_commitDescr = 'Antalet interna COMMIT-satser.';
$strShowStatusHandler_deleteDescr = 'Antalet gånger en rad togs bort från en tabell.';
$strShowStatusHandler_discoverDescr = 'MySQL-servern kan fråga lagringsmotorn NDB Cluster om den känner till en tabell med ett givet namn. Detta kallas upptäckt. Handler_discover indikerar antalet gånger tabeller har upptäckts.';
$strShowStatusHandler_read_firstDescr = 'Antalet gånger första posten lästes från ett index. Om detta värde är högt tyder det på att servern gör många helindex-avsökningar; t.ex. SELECT col1 FROM foo, under förutsättning att col1 är indexerad.';
$strShowStatusHandler_read_keyDescr = 'Antalet efterfrågningar att läsa en rad baserat på en nyckel. Om detta värde är högt är det en bra indikation på att dina frågor och tabeller är riktigt indexerade.';
$strShowStatusHandler_read_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i nyckelordning. Detta värde ökas om du frågar en indexkolumn med en urvalsbegränsning eller om du gör en indexavsökning.';
$strShowStatusHandler_read_prevDescr = 'Antalet efterfrågningar att läsa den föregående raden i nyckelordning. Denna läsmetod används huvudsakligen för att optimera ORDER BY ... DESC.';
$strShowStatusHandler_read_rndDescr = 'Antalet efterfrågningar att läsa en rad baserat på en fix position. Detta värde är högt om du ställer många frågor som kräver sortering av resultatet. Du har förmodligen många frågor som kräver att MySQL avsöker hela tabeller eller du har föreningar som inte använder nycklar på rätt sätt.';
$strShowStatusHandler_read_rnd_nextDescr = 'Antalet efterfrågningar att läsa den följande raden i datafilen. Detta värde är högt om du gör många tabellavsökningar. I allmänhet antyder detta att dina tabeller inte är riktigt indexerade eller att dina frågor inte är skrivna för att dra nytta av de index du har.';
$strShowStatusHandler_rollbackDescr = 'Antalet interna ROLLBACK-satser.';
$strShowStatusHandler_updateDescr = 'Antalet efterfrågningar att uppdatera en rad i en tabell.';
$strShowStatusHandler_writeDescr = 'Antalet efterfrågningar att lägga till en rad i en tabell.';
$strShowStatusInnodb_buffer_pool_pages_dataDescr = 'Antalet sidor innehållande data (orena eller rena).';
$strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'Antalet sidor för närvarande orena.';
$strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'Antalet buffert-sidor som har efterfrågats om att bli rensade.';
$strShowStatusInnodb_buffer_pool_pages_freeDescr = 'Antalet fria sidor.';
$strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'Antalet låsta sidor i InnoDB-buffert. Dessa är sidor som för närvarande läses eller skrivs eller som inte kan rensas eller tas bort av någon annan anledning.';
$strShowStatusInnodb_buffer_pool_pages_miscDescr = 'Antalet upptagna sidor pga att de har blivit allokerade som administrativt extrautrymme för bl.a. radlås eller adaptivt hashindex. Detta värde kan också beräknas som Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.';
$strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total storlek på buffert, i sidor.';
$strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'Antalet "slumpmässiga" läsningar i förväg som InnoDB initierat. Detta sker när en fråga ska avsöka en stor del av en tabell men i slumpmässig ordning.';
$strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'Antalet sekventiella läsningar i förväg som InnoDB initierat. Detta sker när InnoDB gör en sekventiell avsökning av en hel tabell.';
$strShowStatusInnodb_buffer_pool_read_requestsDescr = 'Antalet logiska läsefterfrågningar som InnoDB har gjort.';
$strShowStatusInnodb_buffer_pool_readsDescr = 'Antalet logiska läsningar som InnoDB inte kunde uppfylla från buffert och fick göra en enkelsidig läsning.';
$strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normalt sker skrivningar till InnoDB-bufferten i bakgrunden. Dock om det behövs läsas eller skapas en sida och inga rena sidor finns tillgängliga, så är det nödvändigt att vänta på att sidor rensas först. Denna räknare räknar fall med dessa väntanden. Om buffertstorleken var riktigt satt ska detta värde vara litet.';
$strShowStatusInnodb_buffer_pool_write_requestsDescr = 'Antalet skrivningar gjorda till InnoDB-bufferten.';
$strShowStatusInnodb_data_fsyncsDescr = 'Antalet fsync()-operationer hittills.';
$strShowStatusInnodb_data_pending_fsyncsDescr = 'Nuvarande antal pågående fsync()-operationer.';
$strShowStatusInnodb_data_pending_readsDescr = 'Nuvarande antal pågående läsningar.';
$strShowStatusInnodb_data_pending_writesDescr = 'Nuvarande antal pågående skrivningar.';
$strShowStatusInnodb_data_readDescr = 'Mängden data läst hittills, i bytes.';
$strShowStatusInnodb_data_readsDescr = 'Totalt antal läsningar av data.';
$strShowStatusInnodb_data_writesDescr = 'Totalt antal skrivningar av data.';
$strShowStatusInnodb_data_writtenDescr = 'Mängden data skriven hittills, i bytes.';
$strShowStatusInnodb_dblwr_pages_writtenDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_dblwr_writesDescr = 'Antalet dubbelskrivningar som har utförts och antalet sidor som har skrivits för detta ändamål.';
$strShowStatusInnodb_log_waitsDescr = 'Antalet väntanden pga loggbufferten var för liten och vi behövde vänta på att den skulle rensas innan kunde fortsätta.';
$strShowStatusInnodb_log_write_requestsDescr = 'Antalet efterfrågningar att skriva till logg.';
$strShowStatusInnodb_log_writesDescr = 'Antalet fysiska skrivningar till loggfilen.';
$strShowStatusInnodb_os_log_fsyncsDescr = 'Antalet fsync()-skrivningar gjorda till loggfilen.';
$strShowStatusInnodb_os_log_pending_fsyncsDescr = 'Antalet pågående fsync() av loggfil.';
$strShowStatusInnodb_os_log_pending_writesDescr = 'Pågående skrivningar till loggfil.';
$strShowStatusInnodb_os_log_writtenDescr = 'Antalet bytes skrivna till loggfilen.';
$strShowStatusInnodb_pages_createdDescr = 'Antalet skapade sidor.';
$strShowStatusInnodb_page_sizeDescr = 'Den inkompilerade InnoDB-sidstorleken (standard 16kB). Många värden räknas i sidor; sidstorleken tillåter dem att enkelt omvandlas till bytes.';
$strShowStatusInnodb_pages_readDescr = 'Antalet lästa sidor.';
$strShowStatusInnodb_pages_writtenDescr = 'Antalet skrivna sidor.';
$strShowStatusInnodb_row_lock_current_waitsDescr = 'Antalet radlås som för närvarande väntas på.';
$strShowStatusInnodb_row_lock_time_avgDescr = 'Genomsnittlig tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_timeDescr = 'Total tid spenderad på att skaffa radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_time_maxDescr = 'Maximal tid för att skaffa ett radlås, i millisekunder.';
$strShowStatusInnodb_row_lock_waitsDescr = 'Antalet gånger ett radlås behövde väntas på.';
$strShowStatusInnodb_rows_deletedDescr = 'Antalet rader borttagna från InnoDB-tabeller.';
$strShowStatusInnodb_rows_insertedDescr = 'Antalet rader tillagda i InnoDB-tabeller.';
$strShowStatusInnodb_rows_readDescr = 'Antalet rader lästa från InnoDB-tabeller.';
$strShowStatusInnodb_rows_updatedDescr = 'Antalet rader uppdaterade i InnoDB-tabeller.';
$strShowStatusKey_blocks_not_flushedDescr = 'Antalet nyckelblock i nyckelcachen som har ändrats men inte ännu överförts till disk. Det brukade vara känt som Not_flushed_key_blocks.';
$strShowStatusKey_blocks_unusedDescr = 'Antalet oanvända block i nyckelcachen. Du kan använda detta värde för att avgöra hur stor del av nyckelcachen som används.';
$strShowStatusKey_blocks_usedDescr = 'Antalet använda block i nyckelcachen. Detta värde är ett högvattenmärke som indikerar maximala antalet block som någonsin använts vid ett tillfälle.';
$strShowStatusKey_read_requestsDescr = 'Antalet efterfrågningar att läsa ett nyckelblock från cachen.';
$strShowStatusKey_readsDescr = 'Antalet fysiska läsningar av ett nyckelblock från disk. Om värdet Key_reads är stort, då är förmodligen ditt värde key_buffer_size för litet. Cachens missfrekvens kan beräknas som Key_reads/Key_read_requests.';
$strShowStatusKey_write_requestsDescr = 'Antalet efterfrågningar att skriva ett nyckelblock till cachen.';
$strShowStatusKey_writesDescr = 'Antalet fysiska skrivningar av ett nyckelblock till disk.';
$strShowStatusLast_query_costDescr = 'Den totala kostnaden för den senaste kompilerade frågan enligt beräkning av frågeoptimeraren. Användbart vid jämförelse av kostnad för olika frågesätt av samma fråga. Standardvärdet 0 innebär att ingen fråga har kompilerats ännu.';
$strShowStatusNot_flushed_delayed_rowsDescr = 'Antalet rader som väntar på att skrivas i INSERT DELAYED-köer.';
$strShowStatusOpened_tablesDescr = 'Antalet tabeller som har öppnats. Om antalet öppnade tabeller är stort är förmodligen ditt tabellcache-värde för litet.';
$strShowStatusOpen_filesDescr = 'Antalet filer som är öppna.';
$strShowStatusOpen_streamsDescr = 'Antalet strömmar som är öppna (används huvudsakligen för loggning).';
$strShowStatusOpen_tablesDescr = 'Antalet tabeller som är öppna.';
$strShowStatusQcache_free_blocksDescr = 'Antalet fria minnesblock i frågecachen.';
$strShowStatusQcache_free_memoryDescr = 'Mängden fritt minne för frågecache.';
$strShowStatusQcache_hitsDescr = 'Antalet cache-träffar.';
$strShowStatusQcache_insertsDescr = 'Antalet frågor tillagda i cachen.';
$strShowStatusQcache_lowmem_prunesDescr = 'Antalet frågor som har tagits bort från cachen för att frigöra minne för cachning av nya frågor. Denna information kan hjälpa dig att ställa in storleken på frågecachen. Frågecachen använder strategin minst nyligen använd (LRU) för att bestämma vilka frågor som ska tas bort från cachen.';
$strShowStatusQcache_not_cachedDescr = 'Antalet icke-cachade frågor (inte möjliga att cacha eller inte cachade pga inställningen query_cache_type).';
$strShowStatusQcache_queries_in_cacheDescr = 'Antalet frågor registrerade i cachen.';
$strShowStatusQcache_total_blocksDescr = 'Totala antalet block i frågecachen.';
$strShowStatusReset = 'Återställ';
$strShowStatusRpl_statusDescr = 'Status för felsäker replikering (ännu inte implementerat).';
$strShowStatusSelect_full_joinDescr = 'Antalet föreningar som inte använder index. Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.';
$strShowStatusSelect_full_range_joinDescr = 'Antalet föreningar som använde en urvalssökning på en referenstabell.';
$strShowStatusSelect_range_checkDescr = 'Antalet föreningar utan nycklar som kontrollerar nyckelanvändning efter varje rad. (Om detta värde inte är 0, bör du noggrant kontrollera index för dina tabeller.)';
$strShowStatusSelect_rangeDescr = 'Antalet föreningar som använde urval på den första tabellen. (Det är normalt inte kritiskt även om detta är stort.)';
$strShowStatusSelect_scanDescr = 'Antalet föreningar som gjorde en fullständig avsökning av första tabellen.';
$strShowStatusSlave_open_temp_tablesDescr = 'Antalet temporära tabeller för närvarande öppna av slavens SQL-tråd.';
$strShowStatusSlave_retried_transactionsDescr = 'Totalt (sedan start) antal gånger som replikeringsslavens SQL-tråd har omprövat transaktioner.';
$strShowStatusSlave_runningDescr = 'Denna är ON ifall denna server är en slav som är förbunden till en huvudserver.';
$strShowStatusSlow_launch_threadsDescr = 'Antalet frågor som har tagit mer än slow_launch_time sekunder att skapa.';
$strShowStatusSlow_queriesDescr = 'Antalet frågor som har tagit mer än long_query_time sekunder.';
$strShowStatusSort_merge_passesDescr = 'Antalet sammanslagningar som sorteringsalgoritmen har behövt utföra. Om detta värde är stort bör du överväga att öka värdet i systemvariabeln sort_buffer_size.';
$strShowStatusSort_rangeDescr = 'Antalet sorteringar som gjordes med urval.';
$strShowStatusSort_rowsDescr = 'Antalet sorterade rader.';
$strShowStatusSort_scanDescr = 'Antalet sorteringar som har gjorts genom avsökning av tabellen.';
$strShowStatusTable_locks_immediateDescr = 'Antalet gånger som ett tabellås förvärvades omedelbart.';
$strShowStatusTable_locks_waitedDescr = 'Antalet gånger som ett tabellås inte kunde förvärvas omedelbart och en väntan var nödvändig. Om detta värde är högt och du har prestandaproblem bör du först optimera dina frågor och antingen dela upp din tabell eller tabeller eller använda replikering.';
$strShowStatusThreads_cachedDescr = 'Antalet trådar i trådcachen. Cachens träffrekvens kan beräknas som Threads_created/Connections. Om detta värde är rött bör du öka värdet thread_cache_size.';
$strShowStatusThreads_connectedDescr = 'Antalet för närvarande öppna förbindelser.';
$strShowStatusThreads_createdDescr = 'Antalet trådar skapade för att hantera förbindelser. Om värdet Threads_created är stort, vill du kanske öka värdet thread_cache_size. (Normalt ger detta inte någon märkbar prestandaförbättring om du har en bra trådimplementering.)';
$strShowStatusThreads_runningDescr = 'Antalet trådar som inte är vilande.';
$strShowTableDimension = 'Visa tabellers dimensioner';
$strShowTables = 'Visa tabeller';
$strShowThisQuery = ' Visa frågan här igen ';
$strShow = 'Visa';
$strSimplifiedChinese = 'Förenklad kinesiska';
$strSingly = '(ensam)';
$strSize = 'Storlek';
$strSkipQueries = 'Antal poster (rader) att hoppa över från början';
$strSlovak = 'Slovakiska';
$strSlovenian = 'Slovenska';
$strSocketProblem = '(eller den lokala MySQL-serverns socket är inte korrekt konfigurerad)';
$strSortByKey = 'Sortera efter nyckel';
$strSorting = 'Sortering';
$strSort = 'Sortering';
$strSpaceUsage = 'Utrymmesanvändning';
$strSpanish = 'Spanska';
$strSplitWordsWithSpace = 'Ord separeras med mellanslag (" ").';
$strSQLExportCompatibility = 'SQL-export-kompatibilitet';
$strSQLExportType = 'Export-typ';
$strSQLImportOptions = 'SQL-alternativ';
$strSQLOptions = 'SQL-alternativ';
$strSQLParserBugMessage = 'Det är möjligt att du har hittat en bugg i SQL-analysatorn. Var god granska din fråga noga och kontrollera att citationstecknen är korrekta och matchar varandra. En annan möjlig felorsak kan vara att du överför en fil med binärkod som inte ligger inom citationstecken. Du kan även testa din fråga i MySQL:s kommandoradsgränssnitt. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet. Om du fortfarande har problem eller om SQL-analysatorn misslyckas när kommandoradsgränssnittet lyckas, var vänlig reducera din inmatning av SQL-frågor till den enda fråga som orsakar problem och skicka en buggrapport med datastycket i URKLIPP-sektionen nedan:';
$strSQLParserUserError = 'Det verkar vara ett fel i din SQL-fråga. Felmeddelandet från MySQL-servern nedan, om det finns något, kan också hjälpa dig att analysera problemet.';
$strSQLQuery = 'SQL-fråga';
$strSQLResult = 'SQL-resultat';
$strSQL = 'SQL';
$strSQPBugInvalidIdentifer = 'Ogiltig identifierare';
$strSQPBugUnclosedQuote = 'Oavslutat citat';
$strSQPBugUnknownPunctuation = 'Okänd interpunktion i sträng';
$strStatCheckTime = 'Senaste kontroll';
$strStatCreateTime = 'Skapades';
$strStatement = 'Uppgift';
$strStatisticsOverrun = 'På en upptagen server kan byte-räknare spåra ur, varför denna statistik som rapporterats från MySQL-servern kan vara felaktig.';
$strStatUpdateTime = 'Senaste uppdatering';
$strStatus = 'Status';
$strStorageEngine = 'Lagringsmotor';
$strStorageEngines = 'Lagringsmotorer';
$strStrucCSV = 'CSV';
$strStrucData = 'Struktur och data';
$strStrucDrop = 'Lägg till DROP TABLE';
$strStrucExcelCSV = 'CSV för MS Excel';
$strStrucNativeExcel = 'Naturlig MS Excel-data';
$strStrucOnly = 'Enbart struktur';
$strStructPropose = 'Föreslå tabellstruktur';
$strStructure = 'Struktur';
$strSubmit = 'Sänd';
$strSuccess = 'Din SQL-fråga utfördes korrekt';
$strSum = 'Summa';
$strSwedish = 'Svensk';
$strSwitchToDatabase = 'Byt till kopierad databas';
$strSwitchToTable = 'Byt till kopierad tabell';
 
$strTableAlreadyExists = 'Tabell %s finns redan!';
$strTableComments = 'Tabellkommentarer';
$strTableEmpty = 'Tabellnamnet är tomt!';
$strTableHasBeenDropped = 'Tabellen %s har tagits bort';
$strTableHasBeenEmptied = 'Tabellen %s har tömts';
$strTableHasBeenFlushed = 'Tabellen %s har rensats';
$strTableMaintenance = 'Tabellunderhåll';
$strTableOfContents = 'Innehållsförteckning';
$strTableOptions = 'Tabellalternativ';
$strTables = '%s tabell(er)';
$strTableStructure = 'Struktur för tabell';
$strTable = 'Tabell';
$strTableType = 'Tabelltyp';
$strTakeIt = 'använd detta';
$strTblPrivileges = 'Tabellspecifika privilegier';
$strTempData = 'Temporära data';
$strTextAreaLength = ' På grund av dess längd,<br /> kanske detta fält inte kan redigeras ';
$strThai = 'Thailändsk';
$strThemeDefaultNotFound = 'Standardtema %s hittades inte!';
$strThemeNoPreviewAvailable = 'Ingen förhandsgranskning tillgänglig.';
$strThemeNotFound = 'Tema %s hittades inte!';
$strThemeNoValidImgPath = 'Ingen giltig sökväg till bilder för tema %s hittades!';
$strThemePathNotFound = 'Temats sökväg för tema %s hittades inte!';
$strTheme = 'Tema / Stil';
$strThisHost = 'Denna värd';
$strThisNotDirectory = 'Detta var inte en katalog';
$strThreads = 'Trådar';
$strThreadSuccessfullyKilled = 'Tråd %s dödades med framgång.';
$strTimeoutInfo = 'Tidsbegränsningen överskreds vid föregående import. Efter återupptagning av importen kommer den fortsätta från position %d.';
$strTimeoutNothingParsed = 'Dock blev inga data bearbetade i senaste körningen. Detta betyder vanligtvis att phpMyAdmin inte kan slutföra denna import såvida du inte ökar php:s tidsbegränsningar.';
$strTimeoutPassed = 'Skriptets tidsbegränsning har överskridits. Om du vill slutföra importen, importera samma fil igen så kommer importen att återupptas.';
$strTime = 'Tid';
$strToggleScratchboard = 'Visa/dölj skisstavla';
$strTotal = 'totalt';
$strTotalUC = 'Totalt';
$strTraditionalChinese = 'Traditionell kinesiska';
$strTraditionalSpanish = 'Traditionell Spanska';
$strTraffic = 'Trafik';
$strTransactionCoordinator = 'Transaktionssamordnare';
$strTransformation_application_octetstream__download = 'Visar en länk för att ladda ner fältets binära data. Du kan använda första parametern för att ange filnamnet eller använda den andra parametern för att ange fältnamnet för en tabellkolumn som innehåller filnamn. Om du anger andra parametern så måste första parametern sättas till en tom sträng.';
$strTransformation_application_octetstream__hex = 'Visar hexadecimal representation av data. Valfri första parameter anger hur ofta mellanslag läggs till (standardvärde: 2 tecken).';
$strTransformation_image_jpeg__inline = 'Visar en klickbar tumnagelbild. Parametrarna är maximal bredd och höjd i pixlar. Bildens ursprungliga proportioner bibehålls.';
$strTransformation_image_jpeg__link = 'Visar en länk för att ladda ner denna bild.';
$strTransformation_image_png__inline = 'Se image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Visar ett TIME, TIMESTAMP eller DATETIME-fält enligt ditt lokala datum-/tidsformat. Första parametern är förskjutningen (i timmar) som kommer att läggas till tidsstämpeln (standardvärde: 0). Använd andra parametern för att ange ett annat datum-/tidsformat; se dokumentationen för PHP:s funktion strftime().';
$strTransformation_text_plain__external = 'ENDAST LINUX: Startar en extern applikation och skickar fältdata till den via standard-indata. Returnerar applikationens standard-utdata. Standard är Tidy, för att snygga till HTML-kod. Av säkerhetsskäl måste du manuellt redigera filen libraries/transformations/text_plain__external.inc.php och infoga verktygen du vill tillåta ska få köras. Den första parametern är då numret för det program som du vill använda och den andra parametern är parametrarna för programmet. Om den tredje parametern sätts till 1 kommer utdata konverteras mha htmlspecialchars() (standardvärde: 1). Om den fjärde parametern sätts till 1 kommer radbrytning att undvikas så att all utdata kommer att visas på en rad (standardvärde: 1).';
$strTransformation_text_plain__formatted = 'Visar innehållet i fältet som det är, utan att köra det genom htmlspecialchars(). Det innebär att fältet antas innehålla korrekt HTML-kod.';
$strTransformation_text_plain__imagelink = 'Visar en bild och en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra och tredje parametern är bredden och höjden i pixlar.';
$strTransformation_text_plain__link = 'Visar en länk; fältet innehåller filnamnet. Första parametern är ett URL-prefix såsom "http://www.example.com/". Andra parametern är en titel för länken.';
$strTransformation_text_plain__sql = 'Formaterar text som en SQL-fråga med markerade satser.';
$strTransformation_text_plain__substr = 'Visar del av en sträng. Första parametern är antalet tecken att hoppa över från början på strängen (standardvärde: 0). Andra parametern är antalet tecken som ska returneras (standardvärde: till slutet på strängen). Den tredje parametern är en sträng som läggs till i slutet och/eller början när trunkering utförs (standardvärde: "...").';
$strTruncateQueries = 'Korta av visade frågor';
$strTurkish = 'Turkisk';
$strType = 'Typ';
 
$strUkrainian = 'Ukrainsk';
$strUncheckAll = 'Avmarkera alla';
$strUnicode = 'Unicode';
$strUnique = 'Unik';
$strUnknown = 'okänd';
$strUnselectAll = 'Avmarkera alla';
$strUnsupportedCompressionDetected = 'Du försökta ladda en fil med komprimering (%s) som inte stöds. Antingen är stöd för det inte implementerat eller inaktiverat i din konfiguration.';
$strUpdatePrivMessage = 'Du har uppdaterat privilegierna för %s.';
$strUpdateProfileMessage = 'Profilen har uppdaterats.';
$strUpdateQuery = 'Uppdatera fråga';
$strUpdComTab = 'Se dokumentationen för uppdatering av din tabell column_comments';
$strUpgrade = 'Du bör uppgradera till %s %s eller senare.';
$strUploadLimit = 'Du försökte förmodligen ladda upp en för stor fil. Se %sdokumentationen%s för metoder att gå runt denna begränsning.';
$strUsage = 'Användning';
$strUseBackquotes = 'Använd bakåtcitat runt tabell- och fältnamn';
$strUsedPhpExtensions = 'Använda PHP-tillägg';
$strUseHostTable = 'Använd värdtabell';
$strUserAlreadyExists = 'Användaren %s finns redan!';
$strUser = 'Användare';
$strUserEmpty = 'Användarnamnet är tomt!';
$strUserName = 'Användarnamn';
$strUserNotFound = 'Den markerade användaren kunde inte hittas i privilegiumtabellen.';
$strUserOverview = 'Användaröversikt';
$strUsersDeleted = 'De markerade användarna har tagits bort.';
$strUsersHavingAccessToDb = 'Användare som har tillgång till &quot;%s&quot;';
$strUseTabKey = 'Använd TAB-tangenten för att flytta från värde till värde, eller CTRL+pil för att flytta vart som helst';
$strUseTables = 'Använd tabeller';
$strUseTextField = 'Använd textfältet';
$strUseThisValue = 'Använd detta värde';
 
$strValidateSQL = 'Validera SQL-kod';
$strValidatorError = 'SQL-validatorn kunde inte initieras. Kontrollera om du har installerat de nödvändiga PHP-tilläggen enligt %sdokumentationen%s.';
$strValue = 'Värde';
$strVar = 'Variabel';
$strVersionInformation = 'Versionsinformation';
$strViewDumpDatabases = 'Visa SQL-satser för databaser';
$strViewDumpDB = 'Visa SQL-satser för databasen';
$strViewDump = 'Visa SQL-satser för tabellen';
$strViewHasBeenDropped = 'Vyn %s har tagits bort';
$strViewMaxExactCount = 'Denna vy har mer än %s rader. Var god se %sdokumentationen%s.';
$strView = 'Vy';
 
$strWebServerUploadDirectoryError = 'Katalogen som du konfigurerat för uppladdning kan inte nås';
$strWebServerUploadDirectory = 'Uppladdningskatalog på webbserver';
$strWelcome = 'Välkommen till %s';
$strWestEuropean = 'Västeuropeisk';
$strWildcard = 'jokertecken';
$strWindowNotFound = 'Målfönstret kunde inte uppdateras. Orsaken kan vara att du stängt föräldrafönstret eller att din webbläsares säkerhetsinställningar blockerar uppdateringar mellan fönster.';
$strWithChecked = 'Med markerade:';
$strWriteRequests = 'Skrivefterfrågningar';
$strWritingCommentNotPossible = 'Skrivning av kommentar inte möjlig';
$strWritingRelationNotPossible = 'Skrivning av relation inte möjlig';
$strWrongUser = 'Fel användarnamn/lösenord. Åtkomst nekad.';
 
$strXML = 'XML';
 
$strYes = 'Ja';
 
$strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.';
$strZip = '"zippad"';
 
?>
/Web/Maintenance/phpMyAdmin/lang/sync_lang.sh
0,0 → 1,281
#!/bin/sh
# $Id: sync_lang.sh,v 2.22 2005/12/07 23:03:46 nijel Exp $
##
# Shell script that synchronises all translations in phpMyAdmin
##
# Any parameters (except --iconv/--recode) will be passed to grep to filter
# processed translation, for example: './sync_lang.sh czech' will process only
# czech translation, './sync_lang.sh -e czech -e english' will process czech
# and english translations.
##
# Written by Michal Cihar <nijel at users.sourceforge.net>
##
# Changes:
# 2005-12-08
# * less verbose output to allow quick overview
# 2005-11-29
# * hack for multibyte chars, so that \'; at the end will not fool PHP
# 2004-09-22
# * default to iconv, as it doesn't break things as recode does
# 2004-09-03
# * hack for hebrew
# 2003-11-18
# * switch php3 -> php
# 2003-04-14
# * convert only files that are needed to convert (checks mtime), --force to
# avoid this checking
# * get charset from filename when reading from file failed
# * report failed translations at the end
# 2002-09-18
# * now accepts parameters --iconv/--recode for specifying which convertor
# to use
# 2002-08-13
# * support for synchronisation only for selected language(s)
# 2002-07-18
# * can exclude some languages from conversion
# 2002-07-17
# * support for multiple convertors (recode added)
##
 
##
# convertor setup
##
# CONVERTOR_PARAMS is used for printf and it also receives two params: source
# and target charset
#
 
case "$1" in
--iconv)
echo Using iconv on user request
CONVERTOR=iconv
# the space on following is REQUIRED
CONVERTOR_PARAMS=" -f %s -t %s"
shift
;;
--recode)
echo Using recode on user request
echo '(please use iconv for arabic)'
CONVERTOR=recode
CONVERTOR_PARAMS=" -f %s..%s"
shift
;;
*)
echo Using iconv as default, force with --iconv/--recode
CONVERTOR=iconv
# the space on following is REQUIRED
CONVERTOR_PARAMS=" -f %s -t %s"
;;
esac
 
if [ "$1" = "--force" ] ; then
FORCE=1
shift
else
FORCE=0
fi
 
 
##
# names of translations to process
##
# Here should be listed all translations for which conversion should be done.
# The name is filename without inc.php.
#
BASE_TRANSLATIONS="afrikaans-iso-8859-1
albanian-iso-8859-1
arabic-windows-1256
azerbaijani-iso-8859-9
basque-iso-8859-1
belarusian_cyrillic-windows-1251
belarusian_latin-utf-8
bosnian-windows-1250
brazilian_portuguese-iso-8859-1
bulgarian-utf-8
catalan-iso-8859-1
chinese_traditional-utf-8
chinese_simplified-gb2312
croatian-iso-8859-2
czech-utf-8
danish-iso-8859-1
dutch-iso-8859-1
english-iso-8859-1
estonian-iso-8859-1
finnish-iso-8859-1
french-iso-8859-1
galician-iso-8859-1
german-utf-8
greek-iso-8859-7
hebrew-iso-8859-8-i
hungarian-iso-8859-2
indonesian-iso-8859-1
italian-iso-8859-1
japanese-utf-8
korean-euc-kr
latvian-windows-1257
lithuanian-windows-1257
malay-iso-8859-1
norwegian-iso-8859-1
persian-windows-1256
polish-iso-8859-2
portuguese-iso-8859-1
romanian-iso-8859-1
russian-windows-1251
serbian_cyrillic-windows-1251
serbian_latin-windows-1250
slovenian-iso-8859-2
slovak-iso-8859-2
spanish-iso-8859-1
swedish-iso-8859-1
tatarish-iso-8859-9
thai-tis-620
turkish-utf-8
ukrainian-windows-1251"
 
##
# which translations should not be translated to utf-8
##
# List here any translation that should not be converted to utf-8. The name is
# same as above.
#
IGNORE_UTF=""
 
##
# which translations should not be automatically generated
##
# List here any translation should not be automatically generated from base
# translation for that language (usually for those which are not correctly
# supported by convertor).
#
IGNORE_TRANSLATIONS="
russian-cp-866"
 
##
# end of configuration, you hopefully won't need to edit anything bellow
##
 
TEMPFILE=`mktemp /tmp/pma-sync-lang.XXXXXX`
 
cleanup() {
rm -f $TEMPFILE
}
 
trap cleanup INT ABRT TERM
 
FAILED=""
 
echo "-------------------------------------------------------------------"
# go through all file we should process
for base in $BASE_TRANSLATIONS ; do
if [ "$#" -gt 0 ] ; then
if ( echo $base | grep -q "$@" ) ; then
true
else
continue
fi
fi
# grep language from basename
lang=$(echo $base|sed 's%-.*%%')
# which files will we create from current?
create_files=$(ls --color=none -1 $lang*.inc.php|grep -v $base.inc.php)
 
for ignore in $IGNORE_TRANSLATIONS ; do
create_files=$(echo "$create_files" | grep -v $ignore)
done
 
# charset of source file
src_charset=$(grep '\$charset' $base.inc.php | sed "s%^[^'\"]*['\"]\\([^'\"]*\\)['\"][^'\"]*$%\\1%")
replace_charset=$src_charset
# special case for hebrew
if [ $src_charset = 'iso-8859-8-i' ] ; then
src_charset=iso-8859-8
fi
echo -n "$base [charset $src_charset]"
 
# do we already have utf-8 translation?
if [ $src_charset = 'utf-8' ] ; then
is_utf=yes
else
is_utf=no
fi
 
# at first update existing translations
for file in $create_files ; do
# charset of destination file
 
# grepping from file causes problems when it is empty...
charset=$(grep '\$charset' $file | sed "s%^[^'\"]*['\"]\\([^'\"]*\\)['\"][^'\"]*$%\\1%")
if [ -z "$charset" ] ; then
charset=$(echo $file | sed -e 's/^[^-]*-//' -e 's/\.inc\.php\?$//')
fi
 
if [ $charset = 'utf-8' ] ; then
is_utf=yes
fi
 
# check whether we need to update translation
if [ ! "$base.inc.php" -nt "$file" -a "$FORCE" -eq 0 -a -s "$file" ] ; then
echo -n " ($file:ok)"
continue
fi
 
echo -n " ($file:to $charset:"
if [ $charset = 'utf-8' ] ; then
# if we convert to utf-8, we should add allow_recoding
is_utf=yes
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| sed -e "s/$replace_charset/$charset/" -e '/\$charset/a\
$allow_recoding = TRUE;' > $TEMPFILE
elif [ $src_charset = 'utf-8' ] ; then
is_utf=yes
# if we convert from utf-8, we should remove allow_recoding
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| grep -v allow_recoding | sed "s/$replace_charset/$charset/" > $TEMPFILE
else
# just convert
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| sed "s/$replace_charset/$charset/" > $TEMPFILE
fi
if [ -s $TEMPFILE ] ; then
sed "s/\\\\';[[:space:]]*$/\\\\\\\\';/" $TEMPFILE > $file
echo -n 'done)'
else
FAILED="$FAILED $file"
echo -n 'FAILED)'
fi
done
 
# now check whether we found utf-8 translation
if [ $is_utf = no ] ; then
if ( echo $IGNORE_UTF | grep -q $base ) ; then
# utf-8 should not be created
true
else
# we should create utf-8 translation
charset=utf-8
file=$lang-$charset.inc.php
echo -n " [$file:$charset:"
$CONVERTOR $(printf "$CONVERTOR_PARAMS" $src_charset $charset) < $base.inc.php| sed -e "s/$replace_charset/$charset/" -e '/\$charset/a\
$allow_recoding = TRUE;' > $TEMPFILE
if [ -s $TEMPFILE ] ; then
cat $TEMPFILE > $file
echo -n 'done)'
else
FAILED="$FAILED $file"
echo -n 'FAILED)'
fi
fi
fi
echo
done
 
echo "-------------------------------------------------------------------"
 
if [ -z "$FAILED" ] ; then
echo "Everything seems to went okay"
else
echo "!!!SOME CONVERSION FAILED!!!"
echo "Following file were NOT updated:"
echo
echo "$FAILED"
echo
echo "!!!SOME CONVERSION FAILED!!!"
fi
 
cleanup
/Web/Maintenance/phpMyAdmin/lang/tatarish-iso-8859-9.inc.php
0,0 → 1,980
<?php
/* $Id: tatarish-iso-8859-9.inc.php,v 1.48.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'iso-8859-9';
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ykþ', 'Dþm', 'Sþm', 'Çrþ', 'Pnc', 'Cmð', 'Þmb');
$month = array('Ðín', 'Feb', 'Mar', 'Äpr', 'May', 'Yün', 'Yül', 'Aug', 'Sen', 'Ökt', 'Nöy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y, %H:%M';
$timespanfmt = '%s kön, %s säðät, %s minut ta %s sekund';
 
$strAPrimaryKey = '"%s" öçen töp açqýç qorýldý';
$strAbortedClients = 'Özderelde';
$strAbsolutePathToDocSqlDir = 'Serverdä docSQL törgägenä kiterü yulýn kertäse';
$strAccessDenied = 'Ýreþep Bulmadý';
$strAccessDeniedExplanation = 'phpMyAdmin bu MySQL servergä totaþýlýp qaraðaç, server bu totaþýluýn özep quydý. Xäzer, "config.inc.php" biremendä kertelgän sanaqisem/ireþisem/sersüzlär tikäserep, alarný MySQL idäräçese birgän mäðlümät belän çaðýþtýrýp qarísý qala.';
$strAction = 'Ðämäl';
$strAddAutoIncrement = '"AUTO_INCREMENT" bäyäsen östise';
$strAddConstraints = 'Çikläwlär östise';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = '"DROP DATABASE" östise';
$strAddFields = '%s alan östäw';
$strAddHeaderComment = 'Baþlýqqa östämä tawír östäw (yullar \\n belän ayýrýla)';
$strAddIfNotExists = '"IF NOT EXISTS" östise';
$strAddIntoComments = 'Taswírlar eçenä östise';
$strAddNewField = 'Yaña alan östäw';
$strAddPrivilegesOnDb = 'Kiläse biremleklärgä xoquqlar östäw';
$strAddPrivilegesOnTbl = 'Kiläse table\'larða xoquqlar östäw';
$strAddSearchConditions = 'Ezläw þartýn östäw ("WHERE" eçtälege):';
$strAddToIndex = 'Açqýçqa taðýn &nbsp;%s&nbsp;alan östise';
$strAddUser = 'Yaña qullanuçý Östäw';
$strAddUserMessage = 'Yana qullanuçý östälände.';
$strAddedColumnComment = 'Kiläse alanða taswír östälende';
$strAddedColumnRelation = 'Kiläse alanða bäyläneþ östälende';
$strAdministration = 'Ýdärä';
$strAffectedRows = 'Affected rows:';
$strAfter = '%s artýnnan';
$strAfterInsertBack = 'Aldaðý bitkä qaytu';
$strAfterInsertNewInsert = 'Taðýn ber kertem östäw';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Bu bitkä kire qayt';
$strAll = 'Barýsý';
$strAllTableSameWidth = 'display all Tables with same width?';
$strAlterOrderBy = 'Table eçtälegen bolay tezü';
$strAnIndex = '"%s" öçen ber açqýç qorýldý';
$strAnalyzeTable = 'Table centekläw';
$strAnd = 'Wä';
$strAny = 'Här';
$strAnyHost = 'Bar bulðan host';
$strAnyUser = 'Bar bulðan qullanuçý';
$strApproximateCount = 'Törle bula ala. YBS 3.11 qarísý';
$strArabic = 'Çäräpçä';
$strArmenian = 'Ärmänçä';
$strAscending = 'Artýp';
$strAtBeginningOfTable = 'Table Baþýna';
$strAtEndOfTable = 'Table azaðýna';
$strAttr = 'Üzençälek';
$strAutodetect = 'Zihenle saylaw';
$strAutomaticLayout = 'Zihenle urnaþtýru';
 
$strBack = 'Kire';
$strBaltic = 'Baltíq';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinLogEventType = 'Waqíða töre';
$strBinLogInfo = 'Mäðlümät';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Tärtip buyýnça urýn';
$strBinLogPosition = 'Urýn';
$strBinLogServerId = 'Server ID\'e';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - üzgärtmäslek';
$strBinaryLog = 'Binar köndälek';
$strBookmarkAllUsers = 'Bu tamðaný bar qullanuçýða da ireþüle itäse';
$strBookmarkDeleted = 'Tamða beterelde.';
$strBookmarkLabel = 'Yarlýq';
$strBookmarkQuery = 'Tamðalanðan SQL-soraw';
$strBookmarkThis = 'Bu SQL-sorawða tamða quy';
$strBookmarkView = 'Kürü genä';
$strBrowse = 'Küzätü';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPool = 'Bufer Pulý';
$strBufferPoolActivity = 'Bufer Pul Terelege';
$strBufferPoolUsage = 'Bufer Pul Totýlðanlýðý';
$strBufferReadMisses = 'Uñýþsýz uqu';
$strBufferReadMissesInPercent = 'Uñýþsýz uqu, % öçen';
$strBufferWriteWaits = 'Yazðanda kötterü';
$strBufferWriteWaitsInPercent = 'Yazðanda kötterü, % öçen';
$strBulgarian = 'Bulgarça';
$strBusyPages = 'Eþtä bit';
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.';
$strBzip = '"bziple"';
 
$strCSVOptions = 'CSV köyläwläre';
$strCalendar = 'Täqwim';
$strCannotLogin = 'MySQL servergä totaþýlýp bulmadý';
$strCantLoad = '"%s" yöklämäsen cibärep bulmadý,<br />PHP Caylawýn tikþerçe';
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Açqýçný "PRIMARY" itep atap bulmí!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Qabatlanu saný';
$strCaseInsensitive = 'keþe/olý sizmäw';
$strCaseSensitive = 'keþe/olý sizü';
$strCentralEuropean = 'Üzäk Awrupý';
$strChange = 'Üzgärt';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Kürsätäse Alan saylaw';
$strChangePassword = 'Sersüz üzgärtü';
$strCharset = 'Bilgelämä';
$strCharsetOfFile = 'Þul biremneñ bilgelämäse:';
$strCharsets = 'Bilgelämä';
$strCharsetsAndCollations = 'Bilgelämä berlän Tezü tärtibe';
$strCheckAll = 'Saylap Beter';
$strCheckOverhead = 'Check overheaded';
$strCheckPrivs = 'Xoquqlar Tikþerü';
$strCheckPrivsLong = '"%s" biremlege öçen xoquqlar tikþerü.';
$strCheckTable = 'Table Tikþerü';
$strChoosePage = 'Tözätü öçen Bit sayla';
$strColComFeat = 'Baðana Taswírlarýn Kürsätäse';
$strCollation = 'Tezü tärtibe';
$strColumnNames = 'Alan iseme';
$strColumnPrivileges = 'Berär baðana öçen xoquqlar';
$strCommand = 'Ämer';
$strComments = 'Taswírlar';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 öçen yaraqlý';
$strCompleteInserts = 'Tulayým kertü';
$strCompression = 'Qýsu';
$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 = 'Totaþa almím: yaraqsýz köyläwlär.';
$strConnections = 'Totaþular';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Boña kübäyt (biremlek<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin %s ceben üterä almadý. Bälki ul yabýlðan bulðan da inde.';
$strCreate = 'Yasa';
$strCreateIndex = '%s alanýna açqýç qoru';
$strCreateIndexTopic = 'Yaña açqýç qoru';
$strCreateNewDatabase = 'Yaña biremlek qoru';
$strCreateNewTable = '%s biremlegendä yaña table qoru';
$strCreatePage = 'Yaña Bit yasa';
$strCreatePdfFeat = 'PDF\'lar yasaw';
$strCreationDates = 'Yasalu/Üzgärtelü/Tikþerü zamannarý';
$strCriteria = 'Þart';
$strCroatian = 'Krovatça';
$strCyrillic = 'Urýsälif';
$strCzech = 'Çexçä';
$strCzechSlovak = 'Çex-Slovak';
 
$strDBComment = 'Biremlek taswírý:';
$strDBCopy = 'Biremlekne boña küplä';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hit';
$strDBGLine = 'Yul';
$strDBGMaxTimeMs = 'Max waqýt, ms';
$strDBGMinTimeMs = 'Min waqýt, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Waqýt/Hit, ms';
$strDBGTotalTimeMs = 'Tulayým waqýt, ms';
$strDBRename = 'Biremlekne bolay ata';
$strDanish = 'Daniça';
$strData = 'Eçtälek';
$strDataDict = 'Eçtälek Süzlege';
$strDataOnly = 'Eçtälegen genä';
$strDataPages = 'Eçtälekle bitlär';
$strDatabase = 'Biremlek';
$strDatabaseEmpty = 'Biremlek iseme buþ!';
$strDatabaseExportOptions = 'Biremlekne export köyläwläre';
$strDatabaseHasBeenDropped = '%s biremlege beterelde.';
$strDatabaseNoTable = 'Bu biremlektä ber genä dä table yuq!';
$strDatabases = 'Biremleklär';
$strDatabasesDropped = '"%s" biremlegen beterü uñýþlý uzdý.';
$strDatabasesStats = 'Biremlek nöfüsläre';
$strDatabasesStatsDisable = 'Nöfüse Sünderü';
$strDatabasesStatsEnable = 'Nöfüsne Cibärü';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';
$strDbPrivileges = 'Berär biremlekkä qaðýlýþlý xoquqlar';
$strDbSpecific = 'berär biremlekkä qaðýlýþlý';
$strDefault = 'Ðädäti';
$strDefaultEngine = 'Bu MySQL serverdä saqlaw engine bularaq ðädäti itterep %s saylanðan.';
$strDefaultValueHelp = 'Gädäti bäyä kertkändä, kireawýþtýru da, quote eçenä salu da kiräk tügel. Bolayraq kertäse:: a';
$strDefragment = 'Table kisäklären berläþterü';
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
$strDelayedInserts = 'Kötterep östise';
$strDelete = 'Sal';
$strDeleteAndFlush = 'Betergäç, xoquqlarný yañadan yöklise.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDeleted = 'Bu yazma salýnðan buldý';
$strDeletedRows = 'Salýnðan yul:';
$strDeleting = '"%s" Beterü';
$strDescending = 'Kimep';
$strDescription = 'Taswír';
$strDictionary = 'süzlek';
$strDirtyPages = 'Üzgärtelgän bit';
$strDisableForeignChecks = 'Çit açqýçlar tikþerüne sünder';
$strDisabled = 'Sünek';
$strDisplayFeat = 'Mömkinleklär Kürsätü';
$strDisplayOrder = 'Kürsätü tärtibe:';
$strDisplayPDF = 'PDF schema kürsätü';
$strDoAQuery = '"Ürnäk buyýnça soraw" eþkärtü (almaþtýrma: "%")';
$strDoYouReally = 'Sin çýnlap ta boný eþlärgä teliseñme: ';
$strDocu = 'Qullanma';
$strDrop = 'Beter';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDropUsersDb = 'Biremleklärneñ adý qullanuçý adýna tiñ bulsa, beteräse alarný.';
$strDumpSaved = 'Eçtälege "%s" biremenä saqlandý.';
$strDumpXRows = 'Eçtälek: %s kerem, #%s keremnän baþlap.';
$strDumpingData = 'Table eçtälegen çýðaru';
$strDynamic = 'dynamic';
 
$strEdit = 'Tözätü';
$strEditPDFPages = 'PDF Bitlär Üzgärtü';
$strEditPrivileges = 'Xoquqlar Üzgärtü';
$strEffective = 'Näticäle';
$strEmpty = 'Buþat';
$strEmptyResultSet = 'MySQL sorawða buþ cawap, yäðni nül kertem qaytarttý.';
$strEnabled = 'Açýq';
$strEncloseInTransaction = 'Çýðaruný transaksí eçendä ütkärergä';
$strEnd = 'Azaq';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = 'Bu MySQL serverdä %s bar.';
$strEngineDisabled = 'Bu MySQL serverdä %s sünderelgän bulðan.';
$strEngineUnsupported = 'Bu MySQL server %s saqlaw enginen totmí.';
$strEngines = 'Engine';
$strEnglish = 'Ýnglizçä';
$strEnglishPrivileges = ' Bel: MySQL\'da xoquqlar iseme Ýnglizçä kertelä!';
$strError = 'Xata';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Estonça';
$strExcelEdition = 'Excel yuramasý';
$strExcelOptions = 'Excel köyläwläre';
$strExecuteBookmarked = 'Tamðalanðan soraw cibärü';
$strExplain = 'SQL Centekläw';
$strExport = 'Export';
$strExtendedInserts = 'Kiñäytelgän kertü';
$strExtra = 'Östämä';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s isemle alan beterelde';
$strFields = 'Alan';
$strFieldsEmpty = ' Alan küläme buþ!';
$strFieldsEnclosedBy = 'Alan yabu bilgese';
$strFieldsEscapedBy = 'Alan uzdýru bilgese';
$strFieldsTerminatedBy = 'Alan arasýnda bilge';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'Birem isemeneñ qalýbý';
$strFileNameTemplateRemember = 'qalýpný yatla';
$strFixed = 'berketelgän';
$strFlushPrivilegesNote = 'Bel: phpMyAdmin bu qullanuçý xoquqlarýn MySQL\'nýñ eçke table eçennän ala. Server qullana torðan xoquqlar qul belän üzgärtelgän bulsa, bu table eçtälege alardan ayýrýla ala. Andí çaqlarda, dawam itü aldýnnan, %sxoquqlarný yañadan yöklärgä%s kiräk.';
$strFlushTable = 'Table\'ný awdar ("FLUSH")';
$strFormEmpty = 'Bu formýda bäyä kertelmi qalðan!';
$strFormat = 'Qalýp';
$strFreePages = 'Buþ bit';
$strFullText = 'Tulý Mätennär';
$strFunction = 'Funksí';
 
$strGenBy = 'Ürçätkeç:';
$strGenTime = 'Ürçäw Zamaný';
$strGeneralRelationFeat = 'Bäyläneþlär buyýnça töp mömkinleklär';
$strGeorgian = 'Görciçä';
$strGerman = 'Almança';
$strGlobal = 'ðömümi';
$strGlobalPrivileges = 'Ðömümi xoquqlar';
$strGlobalValue = 'Ðömümi bäyä';
$strGo = 'Äydä';
$strGrantOption = 'Xoquq';
$strGreek = 'Yunança';
$strGzip = '"gziple"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 kebek çýðaru köyläwe';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 kebek çýðaru köyläwe';
$strHasBeenAltered = 'üzgärtelde.';
$strHasBeenCreated = 'yasaldý.';
$strHaveToShow = 'You have to choose at least one Column to display';
$strHebrew = 'Yähüdçä';
$strHexForBinary = 'Binar alan kertkändä 16\'lý san qullanasý';
$strHome = 'Baþbit';
$strHomepageOfficial = 'phpMyAdmin säxifäse';
$strHost = 'Host';
$strHostEmpty = 'Host iseme buþ!';
$strHungarian = 'Macarça';
 
$strIcelandic = 'Ýclandça';
$strId = 'ID';
$strIdxFulltext = 'Tulýmäten';
$strIgnore = 'Qarama';
$strIgnoreInserts = '"IGNORE" belän kertäse';
$strIgnoringFile = '"%s" bireme ütelä';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Biremdän alu';
$strInUse = 'totýla';
$strIndex = 'Açqýç';
$strIndexHasBeenDropped = '"%s" açqýçý salýndý';
$strIndexName = 'Açqýç iseme&nbsp;:';
$strIndexType = 'Açqýç töre&nbsp;:';
$strIndexWarningMultiple = '`%s` alanýna berdän artýq %s açqýç bar';
$strIndexWarningPrimary = '`%s` alanýna PRIMARY da, INDEX da açqýçlarýn bergä yasap bulmí';
$strIndexWarningTable = '`%s` table açqýçlarý belän nidider qíýnlýqlar bar';
$strIndexWarningUnique = '`%s` alanýna UNIQUE da, INDEX da açqýçlarýn bergä yasap bulmí';
$strIndexes = 'Açqýçlar';
$strInnoDBAutoextendIncrement = 'Biremlek olýlaytu adýmý';
$strInnoDBAutoextendIncrementDesc = 'Table alaný tulðan bulðanda, aný olýlaytu adým olýlýðý bu.';
$strInnoDBBufferPoolSize = 'Bufer pul olýlýðý';
$strInnoDBBufferPoolSizeDesc = 'InnoDB üz table öçen alxäter belän açqýçlar urnaþtýrðanda bu olýlýqta bulðan bufer qullana.';
$strInnoDBDataFilePath = 'Eçtälek bireme';
$strInnoDBDataHomeDir = 'Biremnär törgäge';
$strInnoDBDataHomeDirDesc = 'InnoDB biremnäre öçen törgäk yulýnýñ töp öleþe bu.';
$strInnoDBPages = 'bit';
$strInnodbStat = 'InnoDB Xäläte';
$strInsecureMySQL = 'Caylaw biremeñdä, MySQL\'ða ireþü öçen ðädäti xísap kertelgän (sersüzsez "root"). MySQL-servereñ þul ðädäti caylawlar belän açýlðan, andí xäl iminlikneñ citdi tiþege tip sanala.';
$strInsert = 'Östäw';
$strInsertAsNewRow = 'Yaña kertem kert tä';
$strInsertNewRow = 'Yaña kertem týðu';
$strInsertedRowId = 'Kertelgän yazmanýñ id:';
$strInsertedRows = 'Kertelgän yazma:';
$strInternalNotNecessary = '* InnoDB eçendä bulðan eçke bäyläneþlär qabatlaw kiräk tügel.';
$strInternalRelations = 'Eçke bäyläneþlär';
 
$strJapanese = 'Japança';
$strJumpToDB = '&quot;%s&quot; biremlegenä küç.';
$strJustDelete = 'Xoquqlar table eçennän genä beteräse.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
 
$strKeepPass = 'Sersüz üzgärtäse tügel';
$strKeyname = 'Açqýç iseme';
$strKill = 'Üter';
$strKorean = 'Koreyça';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX köyläwläre';
$strLandscape = 'Yatqýrýp';
$strLatchedPages = 'Berketelgän bit';
$strLatexCaption = 'Table baþlýðý';
$strLatexContent = '__TABLE__ table eçtälege';
$strLatexContinued = '(dawamlý)';
$strLatexContinuedCaption = 'Table dawamýnýñ baþlýðý';
$strLatexIncludeCaption = 'Table baþlýðýn östise';
$strLatexLabel = 'Açqýç yazmasý';
$strLatexStructure = '__TABLE__ table tözeleþe';
$strLatvian = 'Latça';
$strLengthSet = 'Ozýnlýq/Bäyä*';
$strLimitNumRows = 'Bit sayýn Kertem saný';
$strLinesTerminatedBy = 'Yul ara bilgese';
$strLinkNotFound = 'Bäyläneþ tabýlmadý';
$strLinksTo = 'Boný belän bäyläneþ:';
$strLithuanian = 'Lithuança';
$strLocalhost = 'Cirle';
$strLocationTextfile = 'Mäten biremeneñ urnaþýluý';
$strLogPassword = 'Sersüz:';
$strLogServer = 'Server';
$strLogUsername = 'Atama:';
$strLogin = 'Kereþ';
$strLoginInformation = 'Kereþ Turýnda';
$strLogout = 'Çýðýþ';
$strLongOperation = 'Bu eþ ozaqqa suzýla ala. Barýber eþliseme?';
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_MIMEtype = 'MIME-törläre';
$strMIME_available_mime = 'Barlýq MIME-törlär';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Taswír';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options = 'Transformation options';
$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, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without 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 breaking of some data!';
$strModifications = 'Üzgärtülär saqlandý';
$strModify = 'Üzgärt';
$strModifyIndexTopic = 'Açqýç üzgärtü';
$strMoveTable = 'Boña küçerü (biremlek<b>.</b>table):';
$strMoveTableOK = '"%s" atlý table "%s" keek ataldý.';
$strMoveTableSameNames = 'Ber ük at belän table küçerep bulmí!';
$strMultilingual = 'küptelle';
$strMyISAMDataPointerSize = 'Data pointer olýlýðý';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS köylämäse bäyälängän oçraqta, CREATE TABLE aþa MyISAM table qorðanda qullanasý pointerneñ baytlý olýlýðý.';
$strMyISAMMaxExtraSortFileSize = 'Açqýç yasaw öçen waqýtlý birem olýlýðýn çýläw';
$strMyISAMMaxExtraSortFileSizeDesc = 'Bu waqýtlý birem tiz MyISAM açqýç qorðanda qullanýla ikän, ul monda bilgelängän açqýç alxäterennän olýraq bulýrða tieþ, þul açqýç alxäterläw ýsulýna qarap.';
$strMyISAMMaxSortFileSize = 'Tezü öçen waqýtlý birem olýlýðýn çýläw';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM açqýçýn yañadan qorðanda (REPAIR TABLE, ALTER TABLE, yä LOAD DATA INFILE aþa), MySQL qullanýrlýq waqýtlý birem olýlýðýn çikläw bu.';
$strMyISAMRecoverOptions = 'Üzennän tözälü ýsulý';
$strMyISAMRecoverOptionsDesc = 'Cimerelgän MyISAM table üzennän tözälü ýsulý, serverne --myisam-recover köylämäse belän cibärgän çaqta kebek.';
$strMyISAMRepairThreads = 'Tözätü cebe';
$strMyISAMRepairThreadsDesc = 'Bu bäyä 1dän dä olýraq ikän, MyISAM table tezüle Tözätü eþe belän bergä açqýçlar qoru eþe dä cibäreler (açqýç sayýn ber ayýrým cep).';
$strMyISAMSortBufferSize = 'Tezü bufer küläme';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE aþa MyISAM-açqýç tözätkändä dä, CREATE INDEX yä ALTER TABLE aþa açqýç östägändä dä yasala torðan bufer bu.';
$strMySQLCharset = 'MySQL bilgelämäse';
$strMySQLConnectionCollation = 'MySQL ilä totaþunýñ tezü tärtibe';
$strMySQLSaid = 'MySQL cawabý:';
$strMySQLShowProcess = 'Proseslar kürü';
$strMySQLShowStatus = 'MySQL eþwaqýtý';
$strMySQLShowVars = 'MySQL üzgärmäläre';
 
$strName = 'Ýsem';
$strNext = 'Kiläse';
$strNo = 'yuq';
$strNoActivity = 'No activity since %s seconds or more, please login again';
$strNoDatabases = 'Biremleklär yuq';
$strNoDatabasesSelected = 'Biremlek saylanmaðan.';
$strNoDescription = 'Taswírlawsýz';
$strNoDetailsForEngine = 'Bu saqlaw engine öçen xälät turýnda centekle belem yuq.';
$strNoDropDatabases = '"DROP DATABASE" cönläläre sünderelgän.';
$strNoExplain = 'SQL Centeklämäskä';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'Açqýç bilgelänmäde!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'Üzgärtsez';
$strNoOptions = 'Bu qalýpnýñ köyläwlär yuq';
$strNoPassword = 'Sersüzsez';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'PHP Kodýsýz';
$strNoPrivileges = 'Xoquqsýz';
$strNoRights = 'Bonda bulu öçen, xoquqlarýñ citmi!';
$strNoRowsSelected = 'Kertemnär sayladý';
$strNoSpace = '"%s" biremen saqlaw öçen buþ ara citmi.';
$strNoTablesFound = 'Bu biremlektä ber genä dä table yuq.';
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';
$strNoUsersFound = 'Qullanuçý yuq.';
$strNoValidateSQL = 'SQL Tikþermäskä';
$strNone = 'Yuq';
$strNotNumber = 'San tügel bu!';
$strNotOK = 'OK tügel';
$strNotSet = '<b>%s</b> atlý table yuq, yä ki "%s" tezmäsenä kermi';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s kileþü bar <i>%s</i> table\'da';
$strNumSearchResultsTotal = '<b>Tulayým:</b> <i>%s</i> kileþü';
$strNumTables = 'Table';
 
$strOK = 'OK';
$strOperations = 'Ðämäl';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Yä';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Birem bar bulsa, östän yazdýrasý';
 
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPHPVersion = 'PHP Yuramasý';
$strPageNumber = 'Bitneñ saný:';
$strPagesToBeFlushed = 'Buþatasý bit';
$strPaperSize = 'Qäðäz zuqlýðý';
$strPartialText = 'Partial Texts';
$strPassword = 'Sersüz';
$strPasswordChanged = '"%s" öçen sezsüz üzgärtü uñýþlý uzdý.';
$strPasswordEmpty = 'Sersüzeñ buþ!';
$strPasswordHashing = 'Sersüz Hash\'law';
$strPasswordNotSame = 'Sersüzlär berbersenä kileþmi!';
$strPdfDbSchema = '"%s" biremlek tözeleþe - %s. bit';
$strPdfInvalidTblName = '"%s" atlý table yuq äle!';
$strPdfNoTables = 'Berär genä dä table yuq';
$strPerHour = 'säðät sayýn';
$strPerMinute = 'minut sayýn';
$strPerSecond = 'sekund sayýn';
$strPersian = 'Farsíça';
$strPhoneBook = 'telefon däftäre';
$strPhp = 'PHP-Kod yasa';
$strPmaDocumentation = 'phpMyAdmin qullanmasý';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polça';
$strPortrait = 'Batýrýp';
$strPos1 = 'Baþlawða';
$strPrevious = 'Uzðan';
$strPrimary = 'Töp';
$strPrimaryKeyHasBeenDropped = 'Töp açqýç beterelde';
$strPrimaryKeyName = 'Bu töp açqýçnýñ adý "PRIMARY" bulýrða tieþ!';
$strPrimaryKeyWarning = '(Töp açqýçnýñ <b>ðýna</b> adý "PRIMARY" bulýrða <b>tieþ</b>!)';
$strPrint = 'Bastýr';
$strPrintView = 'Bastýru küreneþe';
$strPrintViewFull = 'Bastýru küreneþe (bar mätennär belän)';
$strPrivDescAllPrivileges = 'GRANT\'tan basqa bar xoquqlar da bar.';
$strPrivDescAlter = 'Biredä bulðan table tözeleþen üzgärtü xoquqý.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Yaña biremlek/table yasaw xoquqý.';
$strPrivDescCreateRoutine = 'Saqlanðan funksílar qorýrða birä.';
$strPrivDescCreateTbl = 'Yaña table yasaw xoquqý.';
$strPrivDescCreateTmpTable = 'Waqýtlý table yasaw xoquqý.';
$strPrivDescCreateUser = 'Qullanuçý xísabýn qoru/salu/ataw eþen qýlýrða birä.';
$strPrivDescCreateView = 'Yaña qaraþ qorýrða birä.';
$strPrivDescDelete = 'Eçtälek beterü xoquqý.';
$strPrivDescDropDb = 'Biremlek/table beterü xoquqý.';
$strPrivDescDropTbl = 'Table beterü xoquqý.';
$strPrivDescExecute = 'Eçke prosedur cibärü xoquqý; MySQL\'nýñ bu yuramasýnda yuq äle ul.';
$strPrivDescExecute5 = 'Eçke funksílar eþlätterergä birä.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Açqýçlarný qoru/beterü xoquqý.';
$strPrivDescInsert = 'Eçtälek östäw/almaþtýru xoquqý.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Eçtälekne uqu xoquqý.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'SHOW CREATE VIEW sorawlarýn eþläterlek itä.';
$strPrivDescShutdown = 'Serverne tuqtatu xoquqý.';
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate = 'Eçtälek üzgärtü xoquqý.';
$strPrivDescUsage = 'Xoquqlar yuq.';
$strPrivileges = 'Xoquqlar';
$strPrivilegesReloaded = 'Bu xoquqlarný yökläw uñýþlý uzdý.';
$strProcesslist = 'Proses isemlege';
$strPutColNames = 'Berençe yulda alannarnýñ iseme çýðarasý';
 
$strQBE = 'Soraw';
$strQBEDel = 'Sal';
$strQBEIns = 'Týq';
$strQueryFrame = 'Soraw täräzäse';
$strQueryOnDb = '<b>%s</b> biremlegenä SQL-soraw:';
$strQuerySQLHistory = 'SQL-taríxý';
$strQueryStatistics = '<b>Soraw nöfüse</b>: Bu serverneñ yöklänüdän soñ, aña %s soraw birelgän bulðan.';
$strQueryTime = 'Soraw eþkärtü %01.4f sek aldý';
$strQueryType = 'Soraw töre';
$strQueryWindowLock = 'Bu sorawný, täräzä týþýnda bulðaný belän almaþtýrasý tügel';
 
$strReType = 'Qabatla';
$strReadRequests = 'Uquða soraw';
$strReceived = 'Caytarýndý';
$strRecords = 'Yazma';
$strReferentialIntegrity = 'Bäyläneþlärne döreslekkä tikþerü:';
$strRefresh = 'Yañart';
$strRelationNotWorking = 'Bäyläneþkän Table belän eþläw öçen, östämä mömkinleklär sünek tora. Aný qabýzu öçen, %sbonda tört%s.';
$strRelationView = 'Bäyläneþlär qaraw';
$strRelationalSchema = 'Bäyläneþlär sxeme';
$strRelations = 'Bäyläneþlär';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'MySQL\'ný yañadan cibär';
$strReloadingThePrivileges = 'Bu xoquqlarný yöklä';
$strRemoveSelectedUsers = 'Saylanðan qullanuçý beterü';
$strRenameDatabaseOK = '"%s" biremlegenä "%s" atý quþýldý';
$strRenameTable = 'Table ismen üzgärtü';
$strRenameTableOK = '"%s" table\'na "%s" atý quþýldý';
$strRepairTable = 'Table tözetü';
$strReplaceNULLBy = 'NULL\'ný almaþtýrasý:';
$strReplaceTable = 'Table eçtälegen bu biremlektäge belän alamþtýrasý';
$strReset = 'Awdar';
$strResourceLimits = 'Resurs çikläwläre';
$strRevoke = 'Töþer';
$strRevokeAndDelete = 'Bu qullanuçýlarnýñ xoquqlarýn awdarýp beteräse.';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'Romança';
$strRowLength = 'Kertem ozýnlýðý';
$strRowSize = ' Kerem zurlýðý';
$strRows = 'Kerem';
$strRowsFrom = 'kerem, täwgese #';
$strRowsModeFlippedHorizontal = 'horizontal (baþlýqlar almaþýp)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s ýsulý belän; baþlýqný %s yul sayýn qabatlísý';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Kerem Nöfüse';
$strRunQuery = 'Yulla Saylawný';
$strRunSQLQuery = 'SQL-sorawný %s biremlegendä eþkärt';
$strRunning = 'Sanaq: %s';
$strRussian = 'Urýsça';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL yuramasýn yaraqlaþtýru';
$strSQLExportType = 'Çýðaru ýsulý';
$strSQLOptions = 'SQL köyläwläre';
$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-soraw';
$strSQLResult = 'SQL näticäse';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Yabýlmaðan quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strSave = 'Saqla';
$strSaveOnServer = 'Serverneñ "%s" törgägendä saqla';
$strScaleFactorSmall = 'Bu sxemný ber bittä urnaþtýru öçen, olýlýq saný bik keçe';
$strSearch = 'Ezläw';
$strSearchFormTitle = 'Ezläw, biremlektä: ';
$strSearchInTables = 'Bu table eçendä:';
$strSearchNeedle = 'Kiläsen ezläw öçen süz/bäyälär (almaþtýrma: "%"):';
$strSearchOption1 = 'bu süzlärneñ berärse bulsa';
$strSearchOption2 = 'bar süzlärne';
$strSearchOption3 = 'süztezmäne tögäl';
$strSearchOption4 = 'regexp kebek';
$strSearchResultsFor = '"<i>%s</i>" ezläw näticäse %s:';
$strSearchType = 'Ezlä:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Berär biremlek saylísý';
$strSelectAll = 'Saylap Beter';
$strSelectBinaryLog = 'Qaraw öçen binar köndälek saylaw';
$strSelectFields = 'Alannar saylísý (iñ kimendä ber):';
$strSelectNumRows = 'sorawda';
$strSelectTables = 'Table Sayla';
$strSend = 'Biremgä saqla';
$strSent = 'Cibärelde';
$strServer = 'Server';
$strServerChoice = 'Server Saylaw';
$strServerNotResponding = 'Bu server endäþmi';
$strServerStatus = 'Eþçorý Turýnda';
$strServerStatusUptime = 'Bu MySQL-server %s eþli. Ul %s zamanýnda cibärelgän bulðan.';
$strServerTabProcesslist = 'Proseslar';
$strServerTabVariables = 'Üzgärmälär';
$strServerTrafficNotes = '<b>Server taþýmý</b>: Bondaðý table eçendä, MySQL servereneñ cibärelüdän soñ, þul server belän çeltär arasýnda bulðan taþým turýnda belem birelä.';
$strServerVars = 'Serverneñ üzgärmä/köyläwläre';
$strServerVersion = 'Server yuramasý';
$strSessionValue = 'Sessi bäyäse';
$strSetEnumVal = 'Alan töre "enum/set" bulsa, bäyäsen bu qalýpta kertäse: \'a\',\'b\',\'c\'...<br />Bäyä eçenä kireawýþ ("\") yä sýñarquote ("\'") kertäse bulsa, aný kireawýþtýrasý bula (ürnäk: \'\\\\xyz\' yä ki \'a\\\'b\').';
$strShow = 'Kürsät';
$strShowAll = 'Barýsýn kürsät';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Eçtälek Süzlegeneñ Formatý';
$strShowFullQueries = 'Tulý Sorawlar Kürsät';
$strShowGrid = 'Show grid';
$strShowPHPInfo = 'PHP turýnda';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Bu sorawný bonda taðýn kürsätäse';
$strShowingRecords = 'Kertem:';
$strSimplifiedChinese = 'Ciñel Çinçä';
$strSingly = '(sýñar)';
$strSize = 'Zurlýq';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovença';
$strSocketProblem = '(yä bu cirle MySQL server soketý döres köylänmägän ide)';
$strSort = 'Tezü';
$strSortByKey = 'Sort by key';
$strSpaceUsage = 'Ara qullanu';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Süzlär buþlýq bilgese belän ayýrýlðan (" ").';
$strStatCheckTime = 'Soñðý tikþerü';
$strStatCreateTime = 'Yasalu';
$strStatUpdateTime = 'Soñðý yañartýlu';
$strStatement = 'Cömlä';
$strStatus = 'Status';
$strStorageEngine = 'Saqlaw Engine';
$strStorageEngines = 'Saqlaw Engine';
$strStrucCSV = 'CSV bireme';
$strStrucData = 'Tözeleþen dä, eçtälegen dä';
$strStrucDrop = '"DROP TABLE" östise';
$strStrucExcelCSV = 'CSV bireme, MS Excel öçen';
$strStrucNativeExcel = 'MS Excel\'nýñ üz formatý';
$strStrucOnly = 'Tözeleþen genä';
$strStructPropose = 'Table tözeleþenä küzätü';
$strStructure = 'Tözeleþ';
$strSubmit = 'Yulla';
$strSuccess = 'SQL-sorawýñ uñýþlý eþkärtelde';
$strSum = 'Sum';
$strSwedish = 'Ýswäcçä';
$strSwitchToDatabase = 'Küplängän biremlekkä küçäse';
$strSwitchToTable = 'Küplängän table\'ða küçäse';
 
$strTable = 'table';
$strTableComments = 'Table täfsire';
$strTableEmpty = 'Table adý kertelmi qaldý!';
$strTableHasBeenDropped = '"%s" atlý table beterelde';
$strTableHasBeenEmptied = '"%s" atlý table buþatýldý';
$strTableHasBeenFlushed = '"%s" atlý table awdarýldý';
$strTableMaintenance = 'Table eþkärtü';
$strTableOfContents = 'Eçtälek isemlege';
$strTableOptions = 'Table köyläwe';
$strTableStructure = 'Table tözeleþe';
$strTableType = 'Table töre';
$strTables = '%s table';
$strTakeIt = 'boný sayla';
$strTblPrivileges = 'Berär table öçen xoquqlar';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable';
$strThai = 'Tayça';
$strTheme = 'Týþlaw / Bizäleþ';
$strThisHost = 'Bu Sanaq';
$strThisNotDirectory = 'Törgäk tügel ul';
$strThreadSuccessfullyKilled = '%s cebe uñýþlý üterelgän buldý.';
$strTime = 'Waqýt';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'tulayým';
$strTotalUC = 'Tulayým';
$strTraditionalChinese = 'Ðädäti Çinçä';
$strTraditionalSpanish = 'Ðädäti Íspança';
$strTraffic = 'Taþým';
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';
$strTransformation_text_plain__external = 'LINUX ÐIÑA: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';
$strTruncateQueries = 'Sorawný Qýsqartýp Kürsätäse';
$strTurkish = 'Törekçä';
$strType = 'Töre';
 
$strUkrainian = 'Ukrainça';
$strUncheckAll = 'Saylanuný Beter';
$strUnicode = 'Unicode';
$strUnique = 'Qabatsýz';
$strUnknown = 'belgesez';
$strUnselectAll = 'Saylanuný Töþer';
$strUpdComTab = 'Sineñ Column_comments Table yañartu eþe turýnda Qullanmada qarísý';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Sorawný Yañart';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUsage = 'Totýlu';
$strUseBackquotes = 'Table/alan isemnären kirequote eçenä salasý';
$strUseHostTable = 'Host Table eçennän';
$strUseTabKey = 'Ber bäyädän ikençegä küçü öçen TAB töymäsen qullanasý, baþqa cirgä küçü öçen, CTRL+uq töymäläre bar';
$strUseTables = 'Use Tables';
$strUseTextField = 'Bu mätennän';
$strUseThisValue = 'Bu bäyä belän';
$strUser = 'Qullanuçý';
$strUserAlreadyExists = '"%s" atlý qullanuçý bar inde!';
$strUserEmpty = 'Atama buþ!';
$strUserName = 'Ýreþü iseme';
$strUserNotFound = 'Bu qullanuçý xoquqlar table eçendä tabýlmadý.';
$strUserOverview = 'Qullanuçýlar isemlege';
$strUsersDeleted = 'Saylanðan qullanuçýný beterü uñýþlý uzðan.';
$strUsersHavingAccessToDb = '"%s" belän eþläw xoquqý bulðan qullanuçýlar';
 
$strValidateSQL = 'SQL\'ný Tikþer';
$strValidatorError = 'SQL-tikþerüçe köylänmägän. Bu kiräk bulðan php-yöklämäne köyläw turýnda %squllanmada%s uqýp bula.';
$strValue = 'Bäyä';
$strVar = 'Üzgärelmä';
$strVersionInformation = 'Yurama turýnda';
$strView = 'Qaraþ';
$strViewDump = 'Table eçtälegen (tözeleþen) çýðaru';
$strViewDumpDB = 'Biremlek eçtälegen (tözeleþen) çýðaru';
$strViewDumpDatabases = 'Biremleklärneñ eçtälegen (tözeleþen) çýðaru';
$strViewHasBeenDropped = '"%s" atlý Qaraþ beterelgän buldý';
 
$strWebServerUploadDirectory = 'web-server\'neñ yökläw törgäge';
$strWebServerUploadDirectoryError = 'Yökläw öçen bigelängän törgäkne uqýp bulmí';
$strWelcome = 'Räxim it äytä: %s';
$strWestEuropean = 'Batýþ Awrupý';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Browsernýñ maqsat täräzäse yañartýlmí qaldý. Ana-täräzä yabýlðan bulðan bälki, yä browsernýñ iminlek caylawýnda, täräzä-ara yañartuða tíýlu bar.';
$strWithChecked = 'Saylanðanný:';
$strWriteRequests = 'Yazuða soraw';
$strWritingCommentNotPossible = 'Taswír östäw mömkin tügel';
$strWritingRelationNotPossible = 'Bäyläneþ kertü mömkin tügel';
$strWrongUser = 'Atama/sersüzeñ yalðýþ. Ýreþep Bulmadý.';
 
$strXML = 'XML';
 
$strYes = 'Äye';
 
$strZeroRemovesTheLimit = 'Bel: Monda 0 (Nül) kertelsä, çikläw betereler.';
$strZip = '"ziple"';
 
// To translate:
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/tatarish-utf-8.inc.php
0,0 → 1,981
<?php
/* $Id: tatarish-utf-8.inc.php,v 1.48.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$allow_recoding = TRUE;
$text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('Bayt', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Ykş', 'Dşm', 'Sşm', 'Çrş', 'Pnc', 'Cmğ', 'Şmb');
$month = array('Ğín', 'Feb', 'Mar', 'Äpr', 'May', 'Yün', 'Yül', 'Aug', 'Sen', 'Ökt', 'Nöy', 'Dek');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d.%m.%Y, %H:%M';
$timespanfmt = '%s kön, %s säğät, %s minut ta %s sekund';
 
$strAPrimaryKey = '"%s" öçen töp açqıç qorıldı';
$strAbortedClients = 'Özderelde';
$strAbsolutePathToDocSqlDir = 'Serverdä docSQL törgägenä kiterü yulın kertäse';
$strAccessDenied = 'İreşep Bulmadı';
$strAccessDeniedExplanation = 'phpMyAdmin bu MySQL servergä totaşılıp qarağaç, server bu totaşıluın özep quydı. Xäzer, "config.inc.php" biremendä kertelgän sanaqisem/ireşisem/sersüzlär tikäserep, alarnı MySQL idäräçese birgän mäğlümät belän çağıştırıp qarísı qala.';
$strAction = 'Ğämäl';
$strAddAutoIncrement = '"AUTO_INCREMENT" bäyäsen östise';
$strAddConstraints = 'Çikläwlär östise';
$strAddDeleteColumn = 'Add/Delete Field Columns';
$strAddDeleteRow = 'Add/Delete Criteria Row';
$strAddDropDatabase = '"DROP DATABASE" östise';
$strAddFields = '%s alan östäw';
$strAddHeaderComment = 'Başlıqqa östämä tawír östäw (yullar \\n belän ayırıla)';
$strAddIfNotExists = '"IF NOT EXISTS" östise';
$strAddIntoComments = 'Taswírlar eçenä östise';
$strAddNewField = 'Yaña alan östäw';
$strAddPrivilegesOnDb = 'Kiläse biremleklärgä xoquqlar östäw';
$strAddPrivilegesOnTbl = 'Kiläse table\'larğa xoquqlar östäw';
$strAddSearchConditions = 'Ezläw şartın östäw ("WHERE" eçtälege):';
$strAddToIndex = 'Açqıçqa tağın &nbsp;%s&nbsp;alan östise';
$strAddUser = 'Yaña qullanuçı Östäw';
$strAddUserMessage = 'Yana qullanuçı östälände.';
$strAddedColumnComment = 'Kiläse alanğa taswír östälende';
$strAddedColumnRelation = 'Kiläse alanğa bäyläneş östälende';
$strAdministration = 'İdärä';
$strAffectedRows = 'Affected rows:';
$strAfter = '%s artınnan';
$strAfterInsertBack = 'Aldağı bitkä qaytu';
$strAfterInsertNewInsert = 'Tağın ber kertem östäw';
$strAfterInsertNext = 'Edit next row';
$strAfterInsertSame = 'Bu bitkä kire qayt';
$strAll = 'Barısı';
$strAllTableSameWidth = 'display all Tables with same width?';
$strAlterOrderBy = 'Table eçtälegen bolay tezü';
$strAnIndex = '"%s" öçen ber açqıç qorıldı';
$strAnalyzeTable = 'Table centekläw';
$strAnd = 'Wä';
$strAny = 'Här';
$strAnyHost = 'Bar bulğan host';
$strAnyUser = 'Bar bulğan qullanuçı';
$strApproximateCount = 'Törle bula ala. YBS 3.11 qarísı';
$strArabic = 'Çäräpçä';
$strArmenian = 'Ärmänçä';
$strAscending = 'Artıp';
$strAtBeginningOfTable = 'Table Başına';
$strAtEndOfTable = 'Table azağına';
$strAttr = 'Üzençälek';
$strAutodetect = 'Zihenle saylaw';
$strAutomaticLayout = 'Zihenle urnaştıru';
 
$strBack = 'Kire';
$strBaltic = 'Baltíq';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinLogEventType = 'Waqíğa töre';
$strBinLogInfo = 'Mäğlümät';
$strBinLogName = 'Log name';
$strBinLogOriginalPosition = 'Tärtip buyınça urın';
$strBinLogPosition = 'Urın';
$strBinLogServerId = 'Server ID\'e';
$strBinary = 'Binar';
$strBinaryDoNotEdit = 'Binar - üzgärtmäslek';
$strBinaryLog = 'Binar köndälek';
$strBookmarkAllUsers = 'Bu tamğanı bar qullanuçığa da ireşüle itäse';
$strBookmarkDeleted = 'Tamğa beterelde.';
$strBookmarkLabel = 'Yarlıq';
$strBookmarkQuery = 'Tamğalanğan SQL-soraw';
$strBookmarkThis = 'Bu SQL-sorawğa tamğa quy';
$strBookmarkView = 'Kürü genä';
$strBrowse = 'Küzätü';
$strBrowseForeignValues = 'Browse foreign values';
$strBufferPool = 'Bufer Pulı';
$strBufferPoolActivity = 'Bufer Pul Terelege';
$strBufferPoolUsage = 'Bufer Pul Totılğanlığı';
$strBufferReadMisses = 'Uñışsız uqu';
$strBufferReadMissesInPercent = 'Uñışsız uqu, % öçen';
$strBufferWriteWaits = 'Yazğanda kötterü';
$strBufferWriteWaitsInPercent = 'Yazğanda kötterü, % öçen';
$strBulgarian = 'Bulgarça';
$strBusyPages = 'Eştä bit';
$strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.';
$strBzip = '"bziple"';
 
$strCSVOptions = 'CSV köyläwläre';
$strCalendar = 'Täqwim';
$strCannotLogin = 'MySQL servergä totaşılıp bulmadı';
$strCantLoad = '"%s" yöklämäsen cibärep bulmadı,<br />PHP Caylawın tikşerçe';
$strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Açqıçnı "PRIMARY" itep atap bulmí!';
$strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';
$strCardinality = 'Qabatlanu sanı';
$strCaseInsensitive = 'keşe/olı sizmäw';
$strCaseSensitive = 'keşe/olı sizü';
$strCentralEuropean = 'Üzäk Awrupı';
$strChange = 'Üzgärt';
$strChangeCopyMode = 'Create a new user with the same privileges and ...';
$strChangeCopyModeCopy = '... keep the old one.';
$strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';
$strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';
$strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';
$strChangeCopyUser = 'Change Login Information / Copy User';
$strChangeDisplay = 'Kürsätäse Alan saylaw';
$strChangePassword = 'Sersüz üzgärtü';
$strCharset = 'Bilgelämä';
$strCharsetOfFile = 'Şul biremneñ bilgelämäse:';
$strCharsets = 'Bilgelämä';
$strCharsetsAndCollations = 'Bilgelämä berlän Tezü tärtibe';
$strCheckAll = 'Saylap Beter';
$strCheckOverhead = 'Check overheaded';
$strCheckPrivs = 'Xoquqlar Tikşerü';
$strCheckPrivsLong = '"%s" biremlege öçen xoquqlar tikşerü.';
$strCheckTable = 'Table Tikşerü';
$strChoosePage = 'Tözätü öçen Bit sayla';
$strColComFeat = 'Bağana Taswírların Kürsätäse';
$strCollation = 'Tezü tärtibe';
$strColumnNames = 'Alan iseme';
$strColumnPrivileges = 'Berär bağana öçen xoquqlar';
$strCommand = 'Ämer';
$strComments = 'Taswírlar';
$strCommentsForTable = 'COMMENTS FOR TABLE';
$strCompatibleHashing = 'MySQL&nbsp;4.0 öçen yaraqlı';
$strCompleteInserts = 'Tulayım kertü';
$strCompression = 'Qısu';
$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 = 'Totaşa almím: yaraqsız köyläwlär.';
$strConnections = 'Totaşular';
$strConstraintsForDumped = 'Constraints for dumped tables';
$strConstraintsForTable = 'Constraints for table';
$strCookiesRequired = 'Cookies must be enabled past this point.';
$strCopyDatabaseOK = 'Database %s has been copied to %s';
$strCopyTable = 'Boña kübäyt (biremlek<b>.</b>table):';
$strCopyTableOK = 'Table %s has been copied to %s.';
$strCopyTableSameNames = 'Can\'t copy table to same one!';
$strCouldNotKill = 'phpMyAdmin %s ceben üterä almadı. Bälki ul yabılğan bulğan da inde.';
$strCreate = 'Yasa';
$strCreateIndex = '%s alanına açqıç qoru';
$strCreateIndexTopic = 'Yaña açqıç qoru';
$strCreateNewDatabase = 'Yaña biremlek qoru';
$strCreateNewTable = '%s biremlegendä yaña table qoru';
$strCreatePage = 'Yaña Bit yasa';
$strCreatePdfFeat = 'PDF\'lar yasaw';
$strCreationDates = 'Yasalu/Üzgärtelü/Tikşerü zamannarı';
$strCriteria = 'Şart';
$strCroatian = 'Krovatça';
$strCyrillic = 'Urısälif';
$strCzech = 'Çexçä';
$strCzechSlovak = 'Çex-Slovak';
 
$strDBComment = 'Biremlek taswírı:';
$strDBCopy = 'Biremlekne boña küplä';
$strDBGContext = 'Context';
$strDBGContextID = 'Context ID';
$strDBGHits = 'Hit';
$strDBGLine = 'Yul';
$strDBGMaxTimeMs = 'Max waqıt, ms';
$strDBGMinTimeMs = 'Min waqıt, ms';
$strDBGModule = 'Module';
$strDBGTimePerHitMs = 'Waqıt/Hit, ms';
$strDBGTotalTimeMs = 'Tulayım waqıt, ms';
$strDBRename = 'Biremlekne bolay ata';
$strDanish = 'Daniça';
$strData = 'Eçtälek';
$strDataDict = 'Eçtälek Süzlege';
$strDataOnly = 'Eçtälegen genä';
$strDataPages = 'Eçtälekle bitlär';
$strDatabase = 'Biremlek';
$strDatabaseEmpty = 'Biremlek iseme buş!';
$strDatabaseExportOptions = 'Biremlekne export köyläwläre';
$strDatabaseHasBeenDropped = '%s biremlege beterelde.';
$strDatabaseNoTable = 'Bu biremlektä ber genä dä table yuq!';
$strDatabases = 'Biremleklär';
$strDatabasesDropped = '"%s" biremlegen beterü uñışlı uzdı.';
$strDatabasesStats = 'Biremlek nöfüsläre';
$strDatabasesStatsDisable = 'Nöfüse Sünderü';
$strDatabasesStatsEnable = 'Nöfüsne Cibärü';
$strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';
$strDbPrivileges = 'Berär biremlekkä qağılışlı xoquqlar';
$strDbSpecific = 'berär biremlekkä qağılışlı';
$strDefault = 'Ğädäti';
$strDefaultEngine = 'Bu MySQL serverdä saqlaw engine bularaq ğädäti itterep %s saylanğan.';
$strDefaultValueHelp = 'Gädäti bäyä kertkändä, kireawıştıru da, quote eçenä salu da kiräk tügel. Bolayraq kertäse:: a';
$strDefragment = 'Table kisäklären berläşterü';
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';
$strDelayedInserts = 'Kötterep östise';
$strDelete = 'Sal';
$strDeleteAndFlush = 'Betergäç, xoquqlarnı yañadan yöklise.';
$strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.';
$strDeleted = 'Bu yazma salınğan buldı';
$strDeletedRows = 'Salınğan yul:';
$strDeleting = '"%s" Beterü';
$strDescending = 'Kimep';
$strDescription = 'Taswír';
$strDictionary = 'süzlek';
$strDirtyPages = 'Üzgärtelgän bit';
$strDisableForeignChecks = 'Çit açqıçlar tikşerüne sünder';
$strDisabled = 'Sünek';
$strDisplayFeat = 'Mömkinleklär Kürsätü';
$strDisplayOrder = 'Kürsätü tärtibe:';
$strDisplayPDF = 'PDF schema kürsätü';
$strDoAQuery = '"Ürnäk buyınça soraw" eşkärtü (almaştırma: "%")';
$strDoYouReally = 'Sin çınlap ta bonı eşlärgä teliseñme: ';
$strDocu = 'Qullanma';
$strDrop = 'Beter';
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';
$strDropUsersDb = 'Biremleklärneñ adı qullanuçı adına tiñ bulsa, beteräse alarnı.';
$strDumpSaved = 'Eçtälege "%s" biremenä saqlandı.';
$strDumpXRows = 'Eçtälek: %s kerem, #%s keremnän başlap.';
$strDumpingData = 'Table eçtälegen çığaru';
$strDynamic = 'dynamic';
 
$strEdit = 'Tözätü';
$strEditPDFPages = 'PDF Bitlär Üzgärtü';
$strEditPrivileges = 'Xoquqlar Üzgärtü';
$strEffective = 'Näticäle';
$strEmpty = 'Buşat';
$strEmptyResultSet = 'MySQL sorawğa buş cawap, yäğni nül kertem qaytarttı.';
$strEnabled = 'Açıq';
$strEncloseInTransaction = 'Çığarunı transaksí eçendä ütkärergä';
$strEnd = 'Azaq';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEngineAvailable = 'Bu MySQL serverdä %s bar.';
$strEngineDisabled = 'Bu MySQL serverdä %s sünderelgän bulğan.';
$strEngineUnsupported = 'Bu MySQL server %s saqlaw enginen totmí.';
$strEngines = 'Engine';
$strEnglish = 'İnglizçä';
$strEnglishPrivileges = ' Bel: MySQL\'da xoquqlar iseme İnglizçä kertelä!';
$strError = 'Xata';
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';
$strEstonian = 'Estonça';
$strExcelEdition = 'Excel yuraması';
$strExcelOptions = 'Excel köyläwläre';
$strExecuteBookmarked = 'Tamğalanğan soraw cibärü';
$strExplain = 'SQL Centekläw';
$strExport = 'Export';
$strExtendedInserts = 'Kiñäytelgän kertü';
$strExtra = 'Östämä';
 
$strFailedAttempts = 'Failed attempts';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s isemle alan beterelde';
$strFields = 'Alan';
$strFieldsEmpty = ' Alan küläme buş!';
$strFieldsEnclosedBy = 'Alan yabu bilgese';
$strFieldsEscapedBy = 'Alan uzdıru bilgese';
$strFieldsTerminatedBy = 'Alan arasında bilge';
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';
$strFileCouldNotBeRead = 'File could not be read';
$strFileNameTemplate = 'Birem isemeneñ qalıbı';
$strFileNameTemplateRemember = 'qalıpnı yatla';
$strFixed = 'berketelgän';
$strFlushPrivilegesNote = 'Bel: phpMyAdmin bu qullanuçı xoquqların MySQL\'nıñ eçke table eçennän ala. Server qullana torğan xoquqlar qul belän üzgärtelgän bulsa, bu table eçtälege alardan ayırıla ala. Andí çaqlarda, dawam itü aldınnan, %sxoquqlarnı yañadan yöklärgä%s kiräk.';
$strFlushTable = 'Table\'nı awdar ("FLUSH")';
$strFormEmpty = 'Bu formıda bäyä kertelmi qalğan!';
$strFormat = 'Qalıp';
$strFreePages = 'Buş bit';
$strFullText = 'Tulı Mätennär';
$strFunction = 'Funksí';
 
$strGenBy = 'Ürçätkeç:';
$strGenTime = 'Ürçäw Zamanı';
$strGeneralRelationFeat = 'Bäyläneşlär buyınça töp mömkinleklär';
$strGeorgian = 'Görciçä';
$strGerman = 'Almança';
$strGlobal = 'ğömümi';
$strGlobalPrivileges = 'Ğömümi xoquqlar';
$strGlobalValue = 'Ğömümi bäyä';
$strGo = 'Äydä';
$strGrantOption = 'Xoquq';
$strGreek = 'Yunança';
$strGzip = '"gziple"';
 
$strHTMLExcel = 'Microsoft Excel 2000';
$strHTMLExcelOptions = 'Microsoft Excel 2000 kebek çığaru köyläwe';
$strHTMLWord = 'Microsoft Word 2000';
$strHTMLWordOptions = 'Microsoft Word 2000 kebek çığaru köyläwe';
$strHasBeenAltered = 'üzgärtelde.';
$strHasBeenCreated = 'yasaldı.';
$strHaveToShow = 'You have to choose at least one Column to display';
$strHebrew = 'Yähüdçä';
$strHexForBinary = 'Binar alan kertkändä 16\'lı san qullanası';
$strHome = 'Başbit';
$strHomepageOfficial = 'phpMyAdmin säxifäse';
$strHost = 'Host';
$strHostEmpty = 'Host iseme buş!';
$strHungarian = 'Macarça';
 
$strIcelandic = 'İclandça';
$strId = 'ID';
$strIdxFulltext = 'Tulımäten';
$strIgnore = 'Qarama';
$strIgnoreInserts = '"IGNORE" belän kertäse';
$strIgnoringFile = '"%s" bireme ütelä';
$strImportDocSQL = 'Import docSQL Files';
$strImportFiles = 'Biremdän alu';
$strInUse = 'totıla';
$strIndex = 'Açqıç';
$strIndexHasBeenDropped = '"%s" açqıçı salındı';
$strIndexName = 'Açqıç iseme&nbsp;:';
$strIndexType = 'Açqıç töre&nbsp;:';
$strIndexWarningMultiple = '`%s` alanına berdän artıq %s açqıç bar';
$strIndexWarningPrimary = '`%s` alanına PRIMARY da, INDEX da açqıçların bergä yasap bulmí';
$strIndexWarningTable = '`%s` table açqıçları belän nidider qíınlıqlar bar';
$strIndexWarningUnique = '`%s` alanına UNIQUE da, INDEX da açqıçların bergä yasap bulmí';
$strIndexes = 'Açqıçlar';
$strInnoDBAutoextendIncrement = 'Biremlek olılaytu adımı';
$strInnoDBAutoextendIncrementDesc = 'Table alanı tulğan bulğanda, anı olılaytu adım olılığı bu.';
$strInnoDBBufferPoolSize = 'Bufer pul olılığı';
$strInnoDBBufferPoolSizeDesc = 'InnoDB üz table öçen alxäter belän açqıçlar urnaştırğanda bu olılıqta bulğan bufer qullana.';
$strInnoDBDataFilePath = 'Eçtälek bireme';
$strInnoDBDataHomeDir = 'Biremnär törgäge';
$strInnoDBDataHomeDirDesc = 'InnoDB biremnäre öçen törgäk yulınıñ töp öleşe bu.';
$strInnoDBPages = 'bit';
$strInnodbStat = 'InnoDB Xäläte';
$strInsecureMySQL = 'Caylaw biremeñdä, MySQL\'ğa ireşü öçen ğädäti xísap kertelgän (sersüzsez "root"). MySQL-servereñ şul ğädäti caylawlar belän açılğan, andí xäl iminlikneñ citdi tişege tip sanala.';
$strInsert = 'Östäw';
$strInsertAsNewRow = 'Yaña kertem kert tä';
$strInsertNewRow = 'Yaña kertem tığu';
$strInsertedRowId = 'Kertelgän yazmanıñ id:';
$strInsertedRows = 'Kertelgän yazma:';
$strInternalNotNecessary = '* InnoDB eçendä bulğan eçke bäyläneşlär qabatlaw kiräk tügel.';
$strInternalRelations = 'Eçke bäyläneşlär';
 
$strJapanese = 'Japança';
$strJumpToDB = '&quot;%s&quot; biremlegenä küç.';
$strJustDelete = 'Xoquqlar table eçennän genä beteräse.';
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.';
 
$strKeepPass = 'Sersüz üzgärtäse tügel';
$strKeyname = 'Açqıç iseme';
$strKill = 'Üter';
$strKorean = 'Koreyça';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX köyläwläre';
$strLandscape = 'Yatqırıp';
$strLatchedPages = 'Berketelgän bit';
$strLatexCaption = 'Table başlığı';
$strLatexContent = '__TABLE__ table eçtälege';
$strLatexContinued = '(dawamlı)';
$strLatexContinuedCaption = 'Table dawamınıñ başlığı';
$strLatexIncludeCaption = 'Table başlığın östise';
$strLatexLabel = 'Açqıç yazması';
$strLatexStructure = '__TABLE__ table tözeleşe';
$strLatvian = 'Latça';
$strLengthSet = 'Ozınlıq/Bäyä*';
$strLimitNumRows = 'Bit sayın Kertem sanı';
$strLinesTerminatedBy = 'Yul ara bilgese';
$strLinkNotFound = 'Bäyläneş tabılmadı';
$strLinksTo = 'Bonı belän bäyläneş:';
$strLithuanian = 'Lithuança';
$strLocalhost = 'Cirle';
$strLocationTextfile = 'Mäten biremeneñ urnaşıluı';
$strLogPassword = 'Sersüz:';
$strLogServer = 'Server';
$strLogUsername = 'Atama:';
$strLogin = 'Kereş';
$strLoginInformation = 'Kereş Turında';
$strLogout = 'Çığış';
$strLongOperation = 'Bu eş ozaqqa suzıla ala. Barıber eşliseme?';
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE';
$strMIME_MIMEtype = 'MIME-törläre';
$strMIME_available_mime = 'Barlıq MIME-törlär';
$strMIME_available_transform = 'Available transformations';
$strMIME_description = 'Taswír';
$strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';
$strMIME_transformation = 'Browser transformation';
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';
$strMIME_transformation_options = 'Transformation options';
$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, backslash it (for example \'\\\\xyz\' or \'a\\\'b\').';
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';
$strMaximumSize = 'Max: %s%s';
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without 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 breaking of some data!';
$strModifications = 'Üzgärtülär saqlandı';
$strModify = 'Üzgärt';
$strModifyIndexTopic = 'Açqıç üzgärtü';
$strMoveTable = 'Boña küçerü (biremlek<b>.</b>table):';
$strMoveTableOK = '"%s" atlı table "%s" keek ataldı.';
$strMoveTableSameNames = 'Ber ük at belän table küçerep bulmí!';
$strMultilingual = 'küptelle';
$strMyISAMDataPointerSize = 'Data pointer olılığı';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS köylämäse bäyälängän oçraqta, CREATE TABLE aşa MyISAM table qorğanda qullanası pointerneñ baytlı olılığı.';
$strMyISAMMaxExtraSortFileSize = 'Açqıç yasaw öçen waqıtlı birem olılığın çıläw';
$strMyISAMMaxExtraSortFileSizeDesc = 'Bu waqıtlı birem tiz MyISAM açqıç qorğanda qullanıla ikän, ul monda bilgelängän açqıç alxäterennän olıraq bulırğa tieş, şul açqıç alxäterläw ısulına qarap.';
$strMyISAMMaxSortFileSize = 'Tezü öçen waqıtlı birem olılığın çıläw';
$strMyISAMMaxSortFileSizeDesc = 'MyISAM açqıçın yañadan qorğanda (REPAIR TABLE, ALTER TABLE, yä LOAD DATA INFILE aşa), MySQL qullanırlıq waqıtlı birem olılığın çikläw bu.';
$strMyISAMRecoverOptions = 'Üzennän tözälü ısulı';
$strMyISAMRecoverOptionsDesc = 'Cimerelgän MyISAM table üzennän tözälü ısulı, serverne --myisam-recover köylämäse belän cibärgän çaqta kebek.';
$strMyISAMRepairThreads = 'Tözätü cebe';
$strMyISAMRepairThreadsDesc = 'Bu bäyä 1dän dä olıraq ikän, MyISAM table tezüle Tözätü eşe belän bergä açqıçlar qoru eşe dä cibäreler (açqıç sayın ber ayırım cep).';
$strMyISAMSortBufferSize = 'Tezü bufer küläme';
$strMyISAMSortBufferSizeDesc = 'REPAIR TABLE aşa MyISAM-açqıç tözätkändä dä, CREATE INDEX yä ALTER TABLE aşa açqıç östägändä dä yasala torğan bufer bu.';
$strMySQLCharset = 'MySQL bilgelämäse';
$strMySQLConnectionCollation = 'MySQL ilä totaşunıñ tezü tärtibe';
$strMySQLSaid = 'MySQL cawabı:';
$strMySQLShowProcess = 'Proseslar kürü';
$strMySQLShowStatus = 'MySQL eşwaqıtı';
$strMySQLShowVars = 'MySQL üzgärmäläre';
 
$strName = 'İsem';
$strNext = 'Kiläse';
$strNo = 'yuq';
$strNoActivity = 'No activity since %s seconds or more, please login again';
$strNoDatabases = 'Biremleklär yuq';
$strNoDatabasesSelected = 'Biremlek saylanmağan.';
$strNoDescription = 'Taswírlawsız';
$strNoDetailsForEngine = 'Bu saqlaw engine öçen xälät turında centekle belem yuq.';
$strNoDropDatabases = '"DROP DATABASE" cönläläre sünderelgän.';
$strNoExplain = 'SQL Centeklämäskä';
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
$strNoIndex = 'Açqıç bilgelänmäde!';
$strNoIndexPartsDefined = 'No index parts defined!';
$strNoModification = 'Üzgärtsez';
$strNoOptions = 'Bu qalıpnıñ köyläwlär yuq';
$strNoPassword = 'Sersüzsez';
$strNoPermission = 'The web server does not have permission to save the file %s.';
$strNoPhp = 'PHP Kodısız';
$strNoPrivileges = 'Xoquqsız';
$strNoRights = 'Bonda bulu öçen, xoquqlarıñ citmi!';
$strNoRowsSelected = 'Kertemnär sayladı';
$strNoSpace = '"%s" biremen saqlaw öçen buş ara citmi.';
$strNoTablesFound = 'Bu biremlektä ber genä dä table yuq.';
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';
$strNoUsersFound = 'Qullanuçı yuq.';
$strNoValidateSQL = 'SQL Tikşermäskä';
$strNone = 'Yuq';
$strNotNumber = 'San tügel bu!';
$strNotOK = 'OK tügel';
$strNotSet = '<b>%s</b> atlı table yuq, yä ki "%s" tezmäsenä kermi';
$strNull = 'Null';
$strNumSearchResultsInTable = '%s kileşü bar <i>%s</i> table\'da';
$strNumSearchResultsTotal = '<b>Tulayım:</b> <i>%s</i> kileşü';
$strNumTables = 'Table';
 
$strOK = 'OK';
$strOperations = 'Ğämäl';
$strOperator = 'Operator';
$strOptimizeTable = 'Optimize table';
$strOr = 'Yä';
$strOverhead = 'Overhead';
$strOverwriteExisting = 'Birem bar bulsa, östän yazdırası';
 
$strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.';
$strPHPVersion = 'PHP Yuraması';
$strPageNumber = 'Bitneñ sanı:';
$strPagesToBeFlushed = 'Buşatası bit';
$strPaperSize = 'Qäğäz zuqlığı';
$strPartialText = 'Partial Texts';
$strPassword = 'Sersüz';
$strPasswordChanged = '"%s" öçen sezsüz üzgärtü uñışlı uzdı.';
$strPasswordEmpty = 'Sersüzeñ buş!';
$strPasswordHashing = 'Sersüz Hash\'law';
$strPasswordNotSame = 'Sersüzlär berbersenä kileşmi!';
$strPdfDbSchema = '"%s" biremlek tözeleşe - %s. bit';
$strPdfInvalidTblName = '"%s" atlı table yuq äle!';
$strPdfNoTables = 'Berär genä dä table yuq';
$strPerHour = 'säğät sayın';
$strPerMinute = 'minut sayın';
$strPerSecond = 'sekund sayın';
$strPersian = 'Farsíça';
$strPhoneBook = 'telefon däftäre';
$strPhp = 'PHP-Kod yasa';
$strPmaDocumentation = 'phpMyAdmin qullanması';
$strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!';
$strPolish = 'Polça';
$strPortrait = 'Batırıp';
$strPos1 = 'Başlawğa';
$strPrevious = 'Uzğan';
$strPrimary = 'Töp';
$strPrimaryKeyHasBeenDropped = 'Töp açqıç beterelde';
$strPrimaryKeyName = 'Bu töp açqıçnıñ adı "PRIMARY" bulırğa tieş!';
$strPrimaryKeyWarning = '(Töp açqıçnıñ <b>ğına</b> adı "PRIMARY" bulırğa <b>tieş</b>!)';
$strPrint = 'Bastır';
$strPrintView = 'Bastıru küreneşe';
$strPrintViewFull = 'Bastıru küreneşe (bar mätennär belän)';
$strPrivDescAllPrivileges = 'GRANT\'tan basqa bar xoquqlar da bar.';
$strPrivDescAlter = 'Biredä bulğan table tözeleşen üzgärtü xoquqı.';
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.';
$strPrivDescCreateDb = 'Yaña biremlek/table yasaw xoquqı.';
$strPrivDescCreateRoutine = 'Saqlanğan funksílar qorırğa birä.';
$strPrivDescCreateTbl = 'Yaña table yasaw xoquqı.';
$strPrivDescCreateTmpTable = 'Waqıtlı table yasaw xoquqı.';
$strPrivDescCreateUser = 'Qullanuçı xísabın qoru/salu/ataw eşen qılırğa birä.';
$strPrivDescCreateView = 'Yaña qaraş qorırğa birä.';
$strPrivDescDelete = 'Eçtälek beterü xoquqı.';
$strPrivDescDropDb = 'Biremlek/table beterü xoquqı.';
$strPrivDescDropTbl = 'Table beterü xoquqı.';
$strPrivDescExecute = 'Eçke prosedur cibärü xoquqı; MySQL\'nıñ bu yuramasında yuq äle ul.';
$strPrivDescExecute5 = 'Eçke funksílar eşlätterergä birä.';
$strPrivDescFile = 'Allows importing data from and exporting data into files.';
$strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.';
$strPrivDescIndex = 'Açqıçlarnı qoru/beterü xoquqı.';
$strPrivDescInsert = 'Eçtälek östäw/almaştıru xoquqı.';
$strPrivDescLockTables = 'Allows locking tables for the current thread.';
$strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
$strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
$strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
$strPrivDescProcess3 = 'Allows killing processes of other users.';
$strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.';
$strPrivDescReferences = 'Has no effect in this MySQL version.';
$strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.';
$strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.';
$strPrivDescReplSlave = 'Needed for the replication slaves.';
$strPrivDescSelect = 'Eçtälekne uqu xoquqı.';
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
$strPrivDescShowView = 'SHOW CREATE VIEW sorawların eşläterlek itä.';
$strPrivDescShutdown = 'Serverne tuqtatu xoquqı.';
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
$strPrivDescUpdate = 'Eçtälek üzgärtü xoquqı.';
$strPrivDescUsage = 'Xoquqlar yuq.';
$strPrivileges = 'Xoquqlar';
$strPrivilegesReloaded = 'Bu xoquqlarnı yökläw uñışlı uzdı.';
$strProcesslist = 'Proses isemlege';
$strPutColNames = 'Berençe yulda alannarnıñ iseme çığarası';
 
$strQBE = 'Soraw';
$strQBEDel = 'Sal';
$strQBEIns = 'Tıq';
$strQueryFrame = 'Soraw täräzäse';
$strQueryOnDb = '<b>%s</b> biremlegenä SQL-soraw:';
$strQuerySQLHistory = 'SQL-taríxı';
$strQueryStatistics = '<b>Soraw nöfüse</b>: Bu serverneñ yöklänüdän soñ, aña %s soraw birelgän bulğan.';
$strQueryTime = 'Soraw eşkärtü %01.4f sek aldı';
$strQueryType = 'Soraw töre';
$strQueryWindowLock = 'Bu sorawnı, täräzä tışında bulğanı belän almaştırası tügel';
 
$strReType = 'Qabatla';
$strReadRequests = 'Uquğa soraw';
$strReceived = 'Caytarındı';
$strRecords = 'Yazma';
$strReferentialIntegrity = 'Bäyläneşlärne döreslekkä tikşerü:';
$strRefresh = 'Yañart';
$strRelationNotWorking = 'Bäyläneşkän Table belän eşläw öçen, östämä mömkinleklär sünek tora. Anı qabızu öçen, %sbonda tört%s.';
$strRelationView = 'Bäyläneşlär qaraw';
$strRelationalSchema = 'Bäyläneşlär sxeme';
$strRelations = 'Bäyläneşlär';
$strRelationsForTable = 'RELATIONS FOR TABLE';
$strReloadMySQL = 'MySQL\'nı yañadan cibär';
$strReloadingThePrivileges = 'Bu xoquqlarnı yöklä';
$strRemoveSelectedUsers = 'Saylanğan qullanuçı beterü';
$strRenameDatabaseOK = '"%s" biremlegenä "%s" atı quşıldı';
$strRenameTable = 'Table ismen üzgärtü';
$strRenameTableOK = '"%s" table\'na "%s" atı quşıldı';
$strRepairTable = 'Table tözetü';
$strReplaceNULLBy = 'NULL\'nı almaştırası:';
$strReplaceTable = 'Table eçtälegen bu biremlektäge belän alamştırası';
$strReset = 'Awdar';
$strResourceLimits = 'Resurs çikläwläre';
$strRevoke = 'Töşer';
$strRevokeAndDelete = 'Bu qullanuçılarnıñ xoquqların awdarıp beteräse.';
$strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.';
$strRevokeMessage = 'You have revoked the privileges for %s';
$strRomanian = 'Romança';
$strRowLength = 'Kertem ozınlığı';
$strRowSize = ' Kerem zurlığı';
$strRows = 'Kerem';
$strRowsFrom = 'kerem, täwgese #';
$strRowsModeFlippedHorizontal = 'horizontal (başlıqlar almaşıp)';
$strRowsModeHorizontal = 'horizontal';
$strRowsModeOptions = '%s ısulı belän; başlıqnı %s yul sayın qabatlísı';
$strRowsModeVertical = 'vertical';
$strRowsStatistic = 'Kerem Nöfüse';
$strRunQuery = 'Yulla Saylawnı';
$strRunSQLQuery = 'SQL-sorawnı %s biremlegendä eşkärt';
$strRunning = 'Sanaq: %s';
$strRussian = 'Urısça';
 
$strSQL = 'SQL';
$strSQLExportCompatibility = 'SQL yuramasın yaraqlaştıru';
$strSQLExportType = 'Çığaru ısulı';
$strSQLOptions = 'SQL köyläwläre';
$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-soraw';
$strSQLResult = 'SQL näticäse';
$strSQPBugInvalidIdentifer = 'Invalid Identifer';
$strSQPBugUnclosedQuote = 'Yabılmağan quote';
$strSQPBugUnknownPunctuation = 'Unknown Punctuation String';
$strSave = 'Saqla';
$strSaveOnServer = 'Serverneñ "%s" törgägendä saqla';
$strScaleFactorSmall = 'Bu sxemnı ber bittä urnaştıru öçen, olılıq sanı bik keçe';
$strSearch = 'Ezläw';
$strSearchFormTitle = 'Ezläw, biremlektä: ';
$strSearchInTables = 'Bu table eçendä:';
$strSearchNeedle = 'Kiläsen ezläw öçen süz/bäyälär (almaştırma: "%"):';
$strSearchOption1 = 'bu süzlärneñ berärse bulsa';
$strSearchOption2 = 'bar süzlärne';
$strSearchOption3 = 'süztezmäne tögäl';
$strSearchOption4 = 'regexp kebek';
$strSearchResultsFor = '"<i>%s</i>" ezläw näticäse %s:';
$strSearchType = 'Ezlä:';
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';
$strSelectADb = 'Berär biremlek saylísı';
$strSelectAll = 'Saylap Beter';
$strSelectBinaryLog = 'Qaraw öçen binar köndälek saylaw';
$strSelectFields = 'Alannar saylísı (iñ kimendä ber):';
$strSelectNumRows = 'sorawda';
$strSelectTables = 'Table Sayla';
$strSend = 'Biremgä saqla';
$strSent = 'Cibärelde';
$strServer = 'Server';
$strServerChoice = 'Server Saylaw';
$strServerNotResponding = 'Bu server endäşmi';
$strServerStatus = 'Eşçorı Turında';
$strServerStatusUptime = 'Bu MySQL-server %s eşli. Ul %s zamanında cibärelgän bulğan.';
$strServerTabProcesslist = 'Proseslar';
$strServerTabVariables = 'Üzgärmälär';
$strServerTrafficNotes = '<b>Server taşımı</b>: Bondağı table eçendä, MySQL servereneñ cibärelüdän soñ, şul server belän çeltär arasında bulğan taşım turında belem birelä.';
$strServerVars = 'Serverneñ üzgärmä/köyläwläre';
$strServerVersion = 'Server yuraması';
$strSessionValue = 'Sessi bäyäse';
$strSetEnumVal = 'Alan töre "enum/set" bulsa, bäyäsen bu qalıpta kertäse: \'a\',\'b\',\'c\'...<br />Bäyä eçenä kireawış ("\") yä sıñarquote ("\'") kertäse bulsa, anı kireawıştırası bula (ürnäk: \'\\\\xyz\' yä ki \'a\\\'b\').';
$strShow = 'Kürsät';
$strShowAll = 'Barısın kürsät';
$strShowColor = 'Show color';
$strShowDatadictAs = 'Eçtälek Süzlegeneñ Formatı';
$strShowFullQueries = 'Tulı Sorawlar Kürsät';
$strShowGrid = 'Show grid';
$strShowPHPInfo = 'PHP turında';
$strShowTableDimension = 'Show dimension of tables';
$strShowTables = 'Show tables';
$strShowThisQuery = ' Bu sorawnı bonda tağın kürsätäse';
$strShowingRecords = 'Kertem:';
$strSimplifiedChinese = 'Ciñel Çinçä';
$strSingly = '(sıñar)';
$strSize = 'Zurlıq';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovença';
$strSocketProblem = '(yä bu cirle MySQL server soketı döres köylänmägän ide)';
$strSort = 'Tezü';
$strSortByKey = 'Sort by key';
$strSpaceUsage = 'Ara qullanu';
$strSpanish = 'Spanish';
$strSplitWordsWithSpace = 'Süzlär buşlıq bilgese belän ayırılğan (" ").';
$strStatCheckTime = 'Soñğı tikşerü';
$strStatCreateTime = 'Yasalu';
$strStatUpdateTime = 'Soñğı yañartılu';
$strStatement = 'Cömlä';
$strStatus = 'Status';
$strStorageEngine = 'Saqlaw Engine';
$strStorageEngines = 'Saqlaw Engine';
$strStrucCSV = 'CSV bireme';
$strStrucData = 'Tözeleşen dä, eçtälegen dä';
$strStrucDrop = '"DROP TABLE" östise';
$strStrucExcelCSV = 'CSV bireme, MS Excel öçen';
$strStrucNativeExcel = 'MS Excel\'nıñ üz formatı';
$strStrucOnly = 'Tözeleşen genä';
$strStructPropose = 'Table tözeleşenä küzätü';
$strStructure = 'Tözeleş';
$strSubmit = 'Yulla';
$strSuccess = 'SQL-sorawıñ uñışlı eşkärtelde';
$strSum = 'Sum';
$strSwedish = 'İswäcçä';
$strSwitchToDatabase = 'Küplängän biremlekkä küçäse';
$strSwitchToTable = 'Küplängän table\'ğa küçäse';
 
$strTable = 'table';
$strTableComments = 'Table täfsire';
$strTableEmpty = 'Table adı kertelmi qaldı!';
$strTableHasBeenDropped = '"%s" atlı table beterelde';
$strTableHasBeenEmptied = '"%s" atlı table buşatıldı';
$strTableHasBeenFlushed = '"%s" atlı table awdarıldı';
$strTableMaintenance = 'Table eşkärtü';
$strTableOfContents = 'Eçtälek isemlege';
$strTableOptions = 'Table köyläwe';
$strTableStructure = 'Table tözeleşe';
$strTableType = 'Table töre';
$strTables = '%s table';
$strTakeIt = 'bonı sayla';
$strTblPrivileges = 'Berär table öçen xoquqlar';
$strTextAreaLength = ' Because of its length,<br /> this field might not be editable';
$strThai = 'Tayça';
$strTheme = 'Tışlaw / Bizäleş';
$strThisHost = 'Bu Sanaq';
$strThisNotDirectory = 'Törgäk tügel ul';
$strThreadSuccessfullyKilled = '%s cebe uñışlı üterelgän buldı.';
$strTime = 'Waqıt';
$strToggleScratchboard = 'Toggle scratchboard';
$strTotal = 'tulayım';
$strTotalUC = 'Tulayım';
$strTraditionalChinese = 'Ğädäti Çinçä';
$strTraditionalSpanish = 'Ğädäti Íspança';
$strTraffic = 'Taşım';
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';
$strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';
$strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'See image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';
$strTransformation_text_plain__external = 'LINUX ĞIÑA: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';
$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';
$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';
$strTruncateQueries = 'Sorawnı Qısqartıp Kürsätäse';
$strTurkish = 'Törekçä';
$strType = 'Töre';
 
$strUkrainian = 'Ukrainça';
$strUncheckAll = 'Saylanunı Beter';
$strUnicode = 'Unicode';
$strUnique = 'Qabatsız';
$strUnknown = 'belgesez';
$strUnselectAll = 'Saylanunı Töşer';
$strUpdComTab = 'Sineñ Column_comments Table yañartu eşe turında Qullanmada qarísı';
$strUpdatePrivMessage = 'You have updated the privileges for %s.';
$strUpdateProfileMessage = 'The profile has been updated.';
$strUpdateQuery = 'Sorawnı Yañart';
$strUpgrade = 'You should upgrade to %s %s or later.';
$strUsage = 'Totılu';
$strUseBackquotes = 'Table/alan isemnären kirequote eçenä salası';
$strUseHostTable = 'Host Table eçennän';
$strUseTabKey = 'Ber bäyädän ikençegä küçü öçen TAB töymäsen qullanası, başqa cirgä küçü öçen, CTRL+uq töymäläre bar';
$strUseTables = 'Use Tables';
$strUseTextField = 'Bu mätennän';
$strUseThisValue = 'Bu bäyä belän';
$strUser = 'Qullanuçı';
$strUserAlreadyExists = '"%s" atlı qullanuçı bar inde!';
$strUserEmpty = 'Atama buş!';
$strUserName = 'İreşü iseme';
$strUserNotFound = 'Bu qullanuçı xoquqlar table eçendä tabılmadı.';
$strUserOverview = 'Qullanuçılar isemlege';
$strUsersDeleted = 'Saylanğan qullanuçını beterü uñışlı uzğan.';
$strUsersHavingAccessToDb = '"%s" belän eşläw xoquqı bulğan qullanuçılar';
 
$strValidateSQL = 'SQL\'nı Tikşer';
$strValidatorError = 'SQL-tikşerüçe köylänmägän. Bu kiräk bulğan php-yöklämäne köyläw turında %squllanmada%s uqıp bula.';
$strValue = 'Bäyä';
$strVar = 'Üzgärelmä';
$strVersionInformation = 'Yurama turında';
$strView = 'Qaraş';
$strViewDump = 'Table eçtälegen (tözeleşen) çığaru';
$strViewDumpDB = 'Biremlek eçtälegen (tözeleşen) çığaru';
$strViewDumpDatabases = 'Biremleklärneñ eçtälegen (tözeleşen) çığaru';
$strViewHasBeenDropped = '"%s" atlı Qaraş beterelgän buldı';
 
$strWebServerUploadDirectory = 'web-server\'neñ yökläw törgäge';
$strWebServerUploadDirectoryError = 'Yökläw öçen bigelängän törgäkne uqıp bulmí';
$strWelcome = 'Räxim it äytä: %s';
$strWestEuropean = 'Batış Awrupı';
$strWildcard = 'wildcard';
$strWindowNotFound = 'Browsernıñ maqsat täräzäse yañartılmí qaldı. Ana-täräzä yabılğan bulğan bälki, yä browsernıñ iminlek caylawında, täräzä-ara yañartuğa tíılu bar.';
$strWithChecked = 'Saylanğannı:';
$strWriteRequests = 'Yazuğa soraw';
$strWritingCommentNotPossible = 'Taswír östäw mömkin tügel';
$strWritingRelationNotPossible = 'Bäyläneş kertü mömkin tügel';
$strWrongUser = 'Atama/sersüzeñ yalğış. İreşep Bulmadı.';
 
$strXML = 'XML';
 
$strYes = 'Äye';
 
$strZeroRemovesTheLimit = 'Bel: Monda 0 (Nül) kertelsä, çikläw betereler.';
$strZip = '"ziple"';
 
// To translate:
 
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/thai-tis-620.inc.php
0,0 → 1,1001
<?php
/* $Id: thai-tis-620.inc.php,v 2.117.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// first created 2002/04/29 Arthit Suriyawongkul & Warit Wanasathian
// last modified 2004/08/22 Arthit Suriyawongkul
 
$charset = 'tis-620';
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('亵ì', '¡ÔâÅ亵ì', 'àÁ¡¡Ð亵ì', '¡Ô¡Ð亵ì', 'à·ÍÃÒ亵ì', 'ྵµÐ亵ì', 'àÍ¡«Ð亵ì');
 
$day_of_week = array('ÍÒ.', '¨.', 'Í.', '¾.', '¾Ä.', 'È.', 'Ê.');
$month = array('Á.¤.', '¡.¾.', 'ÁÕ.¤.', 'àÁ.Â.', '¾.¤.', 'ÁÔ.Â.', '¡.¤.', 'Ê.¤.', '¡.Â.', 'µ.¤.', '¾.Â.', '¸.¤.');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y %R¹.';
 
$timespanfmt = '%s Çѹ, %s ªÑèÇâÁ§, %s ¹Ò·Õ, %s ÇÔ¹Ò·Õ';
 
$strAPrimaryKey = 'ä´éà¾ÔèÁä¾ÃÁÒÃÕ¤ÕÂìáÅéÇã¹ %s';
$strAbortedClients = '¡àÅÔ¡';
$strAbsolutePathToDocSqlDir = '¡ÃسÒãÊè absolute path ¢Í§ä´àá·ÍÃÕ docSQL º¹àÇçºà«ÔÃì¿àÇÍÃì';
$strAccessDenied = 'äÁè͹حҵãËéãªé§Ò¹';
$strAction = '¡ÃзӡÒÃ';
$strAddAutoIncrement = 'à¾ÔèÁ¤èÒ AUTO_INCREMENT';
$strAddDeleteColumn = 'à¾ÔèÁ/ź ¤ÍÅÑÁ¹ì (¿ÔÅ´ì)';
$strAddDeleteRow = 'à¾ÔèÁ/ź á¶Ç';
$strAddNewField = 'à¾ÔèÁ¿ÔÅ´ìãËÁè';
$strAddPrivilegesOnDb = 'à¾ÔèÁÊÔ·¸Ô¢Í§°Ò¹¢éÍÁÙŵèÍ仹Õé';
$strAddPrivilegesOnTbl = 'à¾ÔèÁÊÔ·¸Ô¢Í§µÒÃÒ§µèÍ仹Õé';
$strAddSearchConditions = 'à¾ÔèÁà§×è͹ä¢ã¹¡Òäé¹ËÒ:';
$strAddToIndex = 'à¾ÔèÁ´Ñª¹Õ¤ÍÅÑÁ¹ì %s';
$strAddUser = 'à¾ÔèÁ¼ÙéãªéãËÁè';
$strAddUserMessage = 'à¾ÔèÁ¼ÙéãªéãËÁèàÃÕºÃéÍÂáÅéÇ';
$strAddedColumnComment = 'à¾ÔèÁ ËÁÒÂà赯 ÊÓËÃѺ¤ÍÅÑÁ¹ì';
$strAddedColumnRelation = 'à¾ÔèÁ ÃÕàŪѹ ÊÓËÃѺ¤ÍÅÑÁ¹ì';
$strAdministration = '¡ÒôÙáÅÃкº';
$strAffectedRows = 'á¶Ç·ÕèÁÕ¼Å:';
$strAfter = 'ËÅѧ %s';
$strAfterInsertBack = 'Ê觡ÅѺ';
$strAfterInsertNewInsert = 'á·Ã¡ÃÐàºÕ¹ãËÁè';
$strAll = '·Ñé§ËÁ´';
$strAllTableSameWidth = 'ãËéáÊ´§µÒÃÒ§·Ø¡Íѹ ´éǤÇÒÁ¡ÇéÒ§à·èҡѹËÃ×ÍäÁè?';
$strAlterOrderBy = 'àÃÕ§¤èÒã¹µÒÃÒ§µÒÁ';
$strAnIndex = 'ä´éà¾ÔèÁ´Ñª¹ÕáÅéÇã¹ %s';
$strAnalyzeTable = 'ÇÔà¤ÃÒÐËìµÒÃÒ§';
$strAnd = 'áÅÐ';
$strAny = 'ã´æ';
$strAnyHost = 'âÎʵìã´æ';
$strAnyUser = '¼Ùéãªéã´æ';
$strArabic = 'ÍÒúԤ';
$strArmenian = 'ÍÒÃìàÁà¹ÕÂ';
$strAscending = '¹éÍÂä»ÁÒ¡';
$strAtBeginningOfTable = '·Õè¨Ø´àÃÔèÁµé¹¢Í§µÒÃÒ§';
$strAtEndOfTable = '·Õè¨Ø´ÊØ´·éÒ¢ͧµÒÃÒ§';
$strAttr = 'á͵·ÃÔºÔǵì';
$strAutodetect = 'µÃǨËÒÍѵâ¹ÁѵÔ';
$strAutomaticLayout = '¨Ñ´µÓá˹è§Íѵâ¹ÁѵÔ';
 
$strBack = 'Âé͹¡ÅѺ';
$strBaltic = 'ºÍŵԡ';
$strBeginCut = 'àÃÔèÁ¨Ø´µÑ´';
$strBeginRaw = 'àÃÔèÁ¢éÍÁÙÅ´Ôº';
$strBinary = ' ¢éÍÁÙÅ亹ÒÃÕ ';
$strBinaryDoNotEdit = ' ¢éÍÁÙÅ亹ÒÃÕ - ËéÒÁá¡éä¢ ';
$strBookmarkDeleted = 'ź¤Ó¤é¹·Õ訴äÇéàÃÕºÃéÍÂáÅéÇ';
$strBookmarkLabel = '»éÒª×èÍ';
$strBookmarkQuery = '¤Ó¤é¹¹Õé¶Ù¡¨´äÇéáÅéÇ';
$strBookmarkThis = '¨´¤Ó¤é¹¹ÕéäÇé';
$strBookmarkView = '´ÙÍÂèÒ§à´ÕÂÇ';
$strBrowse = 'à»Ô´´Ù';
$strBulgarian = 'ºÑÅà¡àÃÕÂ';
$strBzError = 'phpMyAdmin äÁèÊÒÁÒöºÕºÍÑ´¢éÍÁÙÅ dump ä´é à¹×èͧ¨Ò¡Êèǹ¢ÂÒ Bz2 ã¹ php ÃØè¹¹Õé¹Ñé¹àÊÕÂ. ¢Íá¹Ð¹Óà»ç¹ÍÂèÒ§ÂÔè§ãËéµÑé§ä´àá·Õ¿ <code>$cfg[\'BZipDump\']</code> ã¹ä¿Åì¤Í¹¿Ô¡¢Í§ phpMyAdmin à»ç¹ <code>FALSE</code>. ¶éҤسµéͧ¡Ò÷Õè¨Ðãªé¤ÇÒÁÊÒÁÒö¢Í§Êèǹ¢ÂÒ¡ÒúպÍÑ´ Bz2, ¤Ø³¤ÇèÐÍѾà¡Ã´ php à»ç¹ÃØ蹶Ѵä». ÃÒÂÅÐàÍÕ´´Ùä´é·Õè php bug report %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'µÑÇàÅ×Í¡ CSV';
$strCalendar = '»¯Ô·Ô¹';
$strCannotLogin = 'äÁèÊÒÁÒöÅçÍ¡ÍÔ¹à¢éÒà«ÔÃì¿àÇÍÃì MySQL ä´é';
$strCantLoad = 'äÁèÊÒÁÒöàÃÕ¡Êèǹ¢ÂÒ %s,<br />¡ÃسҵÃǨÊͺ¡ÒõÑ駤èҢͧ PHP';
$strCantLoadRecodeIconv = 'äÁèÊÒÁÒöàÃÕ¡ãªéµÑǪèÇ iconv ËÃ×Í recode à¾×èÍá»Å§ªØ´µÑÇÍÑ¡ÉÃ, ·Ò§àÅ×Í¡: 1) µÑ駤èÒãËé PHP ÊÒÁÒöãªéµÑǪèÇÂàËÅèÒ¹Õéä´é ËÃ×Í 2) µÑ駤èÒãËé phpMyAdmin äÁèµéͧá»Å§ªØ´µÑÇÍÑ¡ÉÃ';
$strCantRenameIdxToPrimary = 'à»ÅÕ蹪×èʹѪ¹Õà»ç¹ PRIMARY äÁèä´é!';
$strCantUseRecodeIconv = 'äÁèÊÒÁÒöãªé¿Ñ§¡ìªÑè¹ iconv ËÃ×Í libiconv ËÃ×Í recode_string ·Ñé§æ ·ÕèÊÒÁÒöàÃÕ¡µÑǪèÇ ÊÓËÃѺ¿Ñ§¡ìªÑè¹àËÅèÒ¹Ñé¹¢Öé¹ÁÒä´éáÅéÇ. ÅͧµÃǨÊͺ¡ÒõÑ駤èҢͧ PHP';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'äÁèʹ㨵ÑÇàÅ硵ÑÇãË­è';
$strCaseSensitive = 'ʹ㨵ÑÇàÅ硵ÑÇãË­è';
$strCentralEuropean = 'ÂØâû¡ÅÒ§';
$strChange = 'à»ÅÕè¹';
$strChangeCopyMode = 'ÊÃéÒ§¼ÙéãªéãËÁè ãËéÁÕÊÔ·¸ÔàËÁ×͹¡Ñ¹ áÅÐ ...';
$strChangeCopyModeCopy = '... à¡çº¢Í§à¡èÒäÇé.';
$strChangeCopyModeDeleteAndReload = ' ... ź¢Í§à¡èÒ¨Ò¡µÒÃÒ§¼Ùéãªé áÅéÇàÃÕ¡ãªéÃÒ¡ÒÃÊÔ·¸ÔìãËÁèËÅѧ¨Ò¡¹Ñé¹.';
$strChangeCopyModeJustDelete = ' ... ź¢Í§à¡èÒ·Ôé§ä»¨Ò¡µÒÃÒ§¼Ùéãªé.';
$strChangeCopyModeRevoke = ' ... àÃÕ¡¤×¹ÊÔ·¸Ôì·Ñé§ËÁ´¨Ò¡à´ÔÁ áÅéÇźÁѹËÅѧ¨Ò¡¹Ñé¹.';
$strChangeCopyUser = 'à»ÅÕè¹¢éÍÁÙÅÅçÍ¡ÍÔ¹ / ·ÓÊÓà¹Ò¼Ùéãªé';
$strChangeDisplay = 'àÅ×Í¡¿ÔÅ´ì·Õèµéͧ¡ÒÃáÊ´§';
$strChangePassword = 'à»ÅÕè¹ÃËÑʼèÒ¹';
$strCharset = 'ªØ´µÑÇÍÑ¡ÉÃ';
$strCharsetOfFile = 'ªØ´ÍÑ¡¢ÃТͧä¿Åì (character set):';
$strCharsets = 'ªØ´µÑÇÍÑ¡ÉÃ';
$strCharsetsAndCollations = 'ªØ´µÑÇÍÑ¡Éà áÅСÒÃàÃÕ§ÅӴѺ';
$strCheckAll = 'àÅ×Í¡·Ñé§ËÁ´';
$strCheckPrivs = 'µÃǨÊͺÊÔ·¸Ô';
$strCheckPrivsLong = 'µÃǨÊͺÊÔ·¸ÔÊÓËÃѺ°Ò¹¢éÍÁÙÅ &quot;%s&quot;.';
$strCheckTable = 'µÃǨÊͺµÒÃÒ§';
$strChoosePage = 'àÅ×͡˹éÒ·Õèµéͧ¡ÒÃá¡éä¢';
$strColComFeat = 'áÊ´§ËÁÒÂà˵آͧ¤ÍÅÑÁ¹ì';
$strCollation = '¡ÒÃàÃÕ§ÅӴѺ';
$strColumnNames = 'ª×èͤÍÅÑÁ¹ì';
$strColumnPrivileges = 'ÊÔ·¸Ô੾ÒФÍÅÑÁ¹ì';
$strCommand = '¤ÓÊÑè§';
$strComments = 'ËÁÒÂà˵Ø';
$strCompleteInserts = '¤ÓÊÑè§ INSERT àµçÁÃٻẺ';
$strCompression = 'ºÕºÍÑ´¢éÍÁÙÅ';
$strConfigFileError = 'phpMyAdmin äÁèÊÒÁÒöÍèÒ¹á¿éÁ¤Í¹¿Ô¡ÙàêÑ蹢ͧ¤Ø³ä´é<br />â´Â»¡µÔ ÍÒ¨¨Ðà»ç¹à¾ÃÒеÑÇ PHP ËÒä¿ÅìäÁèà¨Í ËÃ×ÍäÁèÊÒÁÒö»ÃÐÁÇżŠ(parse) ä¿Åìä´é<br />ÅͧàÃÕ¡ä¿Åì¤Í¹¿Ô¡ÙàêÑè¹¢Öé¹ÁÒâ´ÂµÃ§ (¡´ÅÔ§¤ì´éÒ¹ÅèÒ§) áÅдÙÇèÒÁÕ error message ÍÐäÃËÃ×ÍäÁè ÅͧµÃǨÊͺ´Ùà¤Ã×èͧËÁÒ quote ËÃ×Í semicolon ÇèÒãÊè¤ÃºËÃ×Íà»ÅèÒ<br />¶éҤسàËç¹Ë¹éÒÇèÒ§æ áÊ´§ÇèÒ·Ø¡ÍÂèÒ§à»ç¹»¡µÔ´Õ';
$strConfigureTableCoord = '¡ÃسҵÑ駤èÒâ¤ÍÍÃì´Ô๵¢Í§µÒÃÒ§ %s';
$strConnections = '¡ÒÃàª×èÍÁµèÍ';
$strCookiesRequired = 'µéͧ͹حҵãªéãªé \'¤Øê¡¡Õé\' (cookie) àÊÕ¡è͹ ¨Ö§¨Ð¼èÒ¹¨Ø´¹Õéä»ä´é';
$strCopyTable = '¤Ñ´ÅÍ¡µÒÃÒ§ä»Âѧ (°Ò¹¢éÍÁÙÅ<b>.</b>µÒÃÒ§):';
$strCopyTableOK = '¤Ñ´ÅÍ¡µÒÃÒ§ %s ä»à¡çºã¹ª×èÍ %s àÃÕºÃéÍÂáÅéÇ.';
$strCopyTableSameNames = '¤Ñ´ÅÍ¡µÒÃҧ价Õèà´ÔÁäÁèä´é';
$strCouldNotKill = 'phpMyAdmin äÁèÊÒÁÒö¦èÒà¸Ã´ %s. ºÒ§·ÕÁѹÍÒ¨¨Ð¶Ù¡»Ô´ä»áÅéÇ¡çä´é.';
$strCreate = 'ÊÃéÒ§';
$strCreateIndex = 'ÊÃéÒ§´Ñª¹Õâ´Â¤ÍÅÑÁ¹ì %s';
$strCreateIndexTopic = 'ÊÃéÒ§´Ñª¹ÕãËÁè';
$strCreateNewDatabase = 'ÊÃéÒ§°Ò¹¢éÍÁÙÅãËÁè';
$strCreateNewTable = 'ÊÃéÒ§µÒÃҧ㹰ҹ¢éÍÁÙŹÕé %s';
$strCreatePage = 'àÃÔèÁ˹éÒãËÁè';
$strCreatePdfFeat = '¡ÒÃÊÃéÒ§àÍ¡ÊÒà PDF';
$strCriteria = 'à§×è͹ä¢';
$strCroatian = 'â¤ÃàÍàªÕÂ';
$strCyrillic = '«ÔÃÔÅÔ¤';
$strCzech = 'àªç¤';
$strCzechSlovak = 'àªç¤-ÊâÅÇÑ¡';
 
$strDBComment = 'ËÁÒÂà˵آͧ°Ò¹¢éÍÁÙÅ: ';
$strDBGContext = '¤Í¹à·ç¡«ì';
$strDBGContextID = 'ËÁÒÂàÅ¢¤Í¹à·ç¡«ì';
$strDBGHits = 'ÎÔµ';
$strDBGLine = 'ºÃ÷Ѵ';
$strDBGMaxTimeMs = 'àÇÅÒÁÒ¡ÊØ´, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBGMinTimeMs = 'àÇÅÒ¹éÍÂÊØ´, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBGModule = 'âÁ´ÙÅ';
$strDBGTimePerHitMs = 'àÇÅÒ/ÎÔµ, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBGTotalTimeMs = 'àÇÅÒ·Ñé§ËÁ´, ÁÔÅÅÔÇÔ¹Ò·Õ';
$strDBRename = 'à»ÅÕ蹪×èÍ°Ò¹¢éÍÁÙÅà»ç¹';
$strDanish = 'à´¹ÁÒÃì¡';
$strData = '¢éÍÁÙÅ';
$strDataDict = '¾¨¹Ò¹Ø¡ÃÁ¢éÍÁÙÅ';
$strDataOnly = '੾ÒТéÍÁÙÅ';
$strDatabase = '°Ò¹¢éÍÁÙÅ';
$strDatabaseHasBeenDropped = 'â¹°Ò¹¢éÍÁÙÅ %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strDatabases = '°Ò¹¢éÍÁÙÅ';
$strDatabasesDropped = '%s °Ò¹¢éÍÁÙÅä´é¶Ù¡·Ôé§ä»àÃÕºÃéÍÂáÅéÇ.';
$strDatabasesStats = 'ʶԵ԰ҹ¢éÍÁÙÅ';
$strDatabasesStatsDisable = '¡àÅÔ¡¡ÒÃà¡çºÊ¶ÔµÔ';
$strDatabasesStatsEnable = 'ãËéÁÕ¡ÒÃà¡çºÊ¶ÔµÔ';
$strDatabasesStatsHeavyTraffic = 'â»Ã´·ÃÒº: ¡ÒÃà»Ô´ãªé¡ÒÃà¡çºÊ¶ÔµÔ¢Í§°Ò¹¢éÍÁÙÅ ÍÒ¨¨Ð·ÓãËéÁÕ»ÃÔÁÒ³¡ÒöèÒÂâ͹¢éÍÁÙŨӹǹÁÒ¡ ÃÐËÇèÒ§àÇçºà«ÔÃì¿àÇÍÃì áÅÐà«ÔÃì¿àÇÍÃì MySQL.';
$strDbPrivileges = 'ÊÔ·¸Ôà¨ÒШ§à©¾Òаҹ¢éÍÁÙÅ';
$strDbSpecific = '੾Òаҹ¢éÍÁÙÅ';
$strDefault = '¤èÒ»ÃÔÂÒÂ';
$strDefragment = '¨Ñ´ÃÐàºÕºµÒÃÒ§';
$strDelete = 'ź';
$strDeleteAndFlush = 'ź¼Ùéãªé áÅÐàÃÕ¡ãªéÃÒ¡ÒÃÊÔ·¸ÔìãËÁèËÅѧ¨Ò¡¹Ñé¹.';
$strDeleteAndFlushDescr = '¹Õèà»ç¹ÇÔ¸Õ·ÕèËÁ´¨´·ÕèÊØ´ áµè¡ÒÃâËÅ´ÊÔ·¸Ôãªé§Ò¹ãËÁè ¨ÐµéͧãªéàÇÅÒÊÑ¡ÃÐÂÐ.';
$strDeleted = 'źàÃÕºÃéÍÂáÅéÇ';
$strDeletedRows = 'á¶Ç·Õè¶Ù¡Åº:';
$strDeleting = '¡ÓÅѧź %s';
$strDescending = 'Áҡ仹éÍÂ';
$strDescription = 'ÃÒÂÅÐàÍÕ´';
$strDictionary = '¾¨¹Ò¹Ø¡ÃÁ';
$strDisabled = 'ÃЧѺ¡ÒÃãªéÍÂÙè';
$strDisplayFeat = '¤ÇÒÁÊÒÁÒö´éÒ¹¡ÒÃáÊ´§¼Å';
$strDisplayOrder = 'ÅӴѺ¡ÒÃáÊ´§:';
$strDisplayPDF = 'áÊ´§Ê¡ÕÁҢͧ PDF';
$strDoAQuery = '·Ó "¤Ó¤é¹¨Ò¡µÑÇÍÂèÒ§" (wildcard: "%")';
$strDoYouReally = 'µéͧ¡ÒèР';
$strDocu = 'àÍ¡ÊÒÃÍéÒ§ÍÔ§';
$strDrop = 'â¹·Ôé§';
$strDropUsersDb = 'â¹°Ò¹¢éÍÁÙÅ·ÕèÁÕª×èÍà´ÕÂǡѺ¼Ùéãªé·Ôé§.';
$strDumpXRows = '´ÑÁ¾ìá¶Ç %s á¶Ç àÃÔèÁ·Õèá¶Ç %s';
$strDumpingData = 'dump µÒÃÒ§';
$strDynamic = 'äÁ褧·Õè';
 
$strEdit = 'á¡éä¢';
$strEditPDFPages = 'á¡éä¢Ë¹éÒ PDF';
$strEditPrivileges = 'á¡éä¢ÊÔ·¸Ô';
$strEffective = 'ÁÕ¼Å';
$strEmpty = 'ź¢éÍÁÙÅ';
$strEmptyResultSet = 'MySQL ¤×¹¼ÅÅѾ¸ìÇèÒ§à»ÅèÒ¡ÅѺÁÒ (null / 0 á¶Ç).';
$strEnabled = 'à»Ô´ãªéÍÂÙè';
$strEnd = '·éÒÂÊØ´';
$strEndCut = 'ÊÔé¹ÊØ´¨Ø´µÑ´';
$strEndRaw = 'ÊÔé¹ÊØ´¢éÍÁÙÅ´Ôº';
$strEnglish = 'Íѧ¡ÄÉ';
$strEnglishPrivileges = ' â»Ã´·ÃÒº: ª×èͧ͢ÊÔ·¸Ôã¹ MySQL ¨ÐáÊ´§à»ç¹ÀÒÉÒÍѧ¡ÄÉ ';
$strError = '¼Ô´¾ÅÒ´';
$strEstonian = 'àÍÊâµà¹ÕÂ';
$strExcelOptions = 'µÑÇàÅ×Í¡ Excel';
$strExplain = '͸ԺÒ SQL';
$strExport = 'Êè§ÍÍ¡';
$strExtendedInserts = 'á·Ã¡ËÅÒÂÃÐàºÕ¹㹤ÃÒÇà´ÕÂÇ';
$strExtra = 'à¾ÔèÁàµÔÁ';
 
$strFailedAttempts = '¤ÇÒÁ¾ÂÒÂÒÁÅéÁàËÅÇ';
$strField = '¿ÔÅ´ì';
$strFieldHasBeenDropped = '⹿ÔÅ´ì %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strFields = '¨Ó¹Ç¹¿ÔÅ´ì';
$strFieldsEmpty = ' ¨Ó¹Ç¹¿ÔÅ´ì¤×Í ÇèÒ§à»ÅèÒ! ';
$strFieldsEnclosedBy = '¤ÃèÍÁ¿ÔÅ´ì´éÇÂ';
$strFieldsEscapedBy = 'à¤Ã×èͧËÁÒÂÊÓËÃѺ escape char';
$strFieldsTerminatedBy = '¨º¿ÔÅ´ì´éÇÂ';
$strFileCouldNotBeRead = 'ÍèÒ¹ä¿ÅìäÁèä´é';
$strFileNameTemplate = 'ÃٻẺ¢Í§ª×èÍä¿Åì';
$strFileNameTemplateRemember = '¨ÓÃٻẺ';
$strFixed = '¤§·Õè';
$strFlushTable = 'ÅéÒ§µÒÃÒ§ (flush)';
$strFormEmpty = '¤èÒã¹áºº¿ÍÃìÁËÒÂä» !';
$strFormat = 'ÃٻẺ';
$strFullText = '·Ñ駢éͤÇÒÁ';
$strFunction = '¿Ñ§¡ìªÑè¹';
 
$strGenBy = 'ÊÃéÒ§â´Â';
$strGenTime = 'àÇÅÒ㹡ÒÃÊÃéÒ§';
$strGeneralRelationFeat = '¤ÇÒÁÊÒÁÒö´éÒ¹ÃÕàŪѹ·ÑèÇä»';
$strGeorgian = '¨ÍÃìà¨ÕÂ';
$strGerman = 'àÂÍÃÁѹ';
$strGlobal = 'â¡ÅºÍÅ';
$strGlobalPrivileges = 'ÊÔ·¸ÔẺâ¡ÅºÍÅ';
$strGlobalValue = '¤èÒẺâ¡ÅºÍÅ';
$strGo = 'ŧÁ×Í';
$strGrantOption = 'ÁͺÊÔ·¸Ô';
$strGreek = '¡ÃÕ¡';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'à»ÅÕè¹àÊÃç¨áÅéÇ';
$strHasBeenCreated = 'ÊÃéÒ§àÊÃç¨áÅéÇ';
$strHaveToShow = 'µéͧàÅ×Í¡ãËéáÊ´§ÍÂèÒ§¹éÍÂ˹Ö觤ÍÅÑÁ¹ì';
$strHebrew = 'ÎÔºÃÙ';
$strHexForBinary = 'ãªéàÅ¢°Ò¹ÊԺˡÊÓËÃѺªèͧ¢éÍÁÙÅ亹ÒÃÕ';
$strHome = '˹éÒºéÒ¹';
$strHomepageOfficial = 'âÎÁྨÍÂèÒ§à»ç¹·Ò§¡Òâͧ phpMyAdmin';
$strHost = 'âÎʵì';
$strHostEmpty = 'ª×èÍâÎʵìÂѧÇèÒ§ÍÂÙè!';
$strHungarian = 'Îѧ¡ÒÃÕ';
 
$strIcelandic = 'äÍ«ìᏴì';
$strId = 'ID';
$strIdxFulltext = '¢éͤÇÒÁàµçÁ (fulltext)';
$strIgnore = 'äÁèʹã¨';
$strIgnoringFile = 'äÁèʹã¨ä¿Åì %s';
$strImportDocSQL = '¹Óà¢éÒä¿Åì docSQL';
$strImportFiles = '¹Óà¢éÒä¿Åì';
$strInUse = 'ãªéÍÂÙè';
$strIndex = '´Ñª¹Õ';
$strIndexHasBeenDropped = '⹴Ѫ¹Õ %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strIndexName = 'ª×èʹѪ¹Õ :';
$strIndexType = 'ª¹Ô´¢Í§´Ñª¹Õ :';
$strIndexes = '´Ñª¹Õ';
$strInnodbStat = 'ʶҹТͧ InnoDB';
$strInsecureMySQL = '¨Ò¡ä¿Åìà¡çº¤èÒ¡Ó˹´¢Í§¤Ø³ ¤Ø³äÁèä´éµÑé§ÃËÑʼèÒ¹ÊÓËÃѺ root «Ö觨ж١ãªéà»ç¹ª×èÍ»ÃÔÂÒ«Öè§ÁÕÊÔ·¸Ô¾ÔàÈÉ. à«ÔÃì¿àÇÍÃì MySQL ·Õè·Ó§Ò¹´éǤèÒ»ÃÔÂÒ¹Õé ÍÒ¨¶Ù¡ºØ¡ÃØ¡ä´é ¤Ø³¤ÇèÐá¡éä¢ÃÙÃÑèÇÍѹ¹Õé·Ñ¹·Õ à¾×èͤÇÒÁ»ÅÍ´ÀÑÂ';
$strInsert = 'á·Ã¡';
$strInsertAsNewRow = 'á·Ã¡à»ç¹á¶ÇãËÁè';
$strInsertNewRow = 'á·Ã¡á¶ÇãËÁè';
$strInsertedRowId = 'á·Ã¡àÅ¢»ÃШÓá¶Ç:';
$strInsertedRows = 'á¶Ç·Õè¶Ù¡á·Ã¡:';
$strInternalRelations = 'ÃÕàŪѹÀÒÂã¹';
 
$strJapanese = '­Õè»Øè¹';
$strJumpToDB = '¡ÃÐâ´´ä»·Õè°Ò¹¢éÍÁÙÅ &quot;%s&quot;.';
$strJustDelete = 'á¤èź¼ÙéãªéÍÍ¡¨Ò¡µÒÃÒ§áÊ´§ÊÔ·¸Ôà¢éÒ¶Ö§';
 
$strKeepPass = '¡ÃسÒÍÂèÒà»ÅÕè¹ÃËÑʼèÒ¹';
$strKeyname = 'ª×èͤÕÂì';
$strKill = '¦èÒ·Ôé§';
$strKorean = 'à¡ÒËÅÕ';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'µÑÇàÅ×Í¡ LaTeX';
$strLandscape = 'á¹Ç¹Í¹';
$strLatexCaption = '¤Ó͸ԺÒµÒÃÒ§';
$strLatexContinued = '(µèÍ)';
$strLatvian = 'ÅѵàÇÕÂ';
$strLengthSet = '¤ÇÒÁÂÒÇ/૵*';
$strLimitNumRows = 'ÃÐàºÕ¹µèÍ˹éÒ';
$strLinesTerminatedBy = '¨ºá¶Ç´éÇÂ';
$strLinkNotFound = 'äÁ辺ÅÔ§¡ì';
$strLinksTo = 'àª×èÍÁä»Âѧ';
$strLithuanian = 'ÅÔ¸ÑÇà¹ÕÂ';
$strLocalhost = 'âŤÍÅ';
$strLocationTextfile = 'àÅ×Í¡ä¿Åì¢éͤÇÒÁ¨Ò¡';
$strLogPassword = 'ÃËÑʼèÒ¹:';
$strLogServer = 'à«ÔÃì¿àÇÍÃì';
$strLogUsername = 'ª×èͼÙéãªé:';
$strLogin = 'à¢éÒÊÙèÃкº';
$strLoginInformation = '¢éÍÁÙÅÅçÍ¡ÍÔ¹';
$strLogout = 'ÍÍ¡¨Ò¡Ãкº';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'MIME-types ·ÕèÁÕÍÂÙè';
$strMIME_available_transform = '¡ÒÃá»Å§·ÕèàÃÕ¡ãªéä´é';
$strMIME_description = 'ÃÒÂÅÐàÍÕ´';
$strMIME_nodescription = 'äÁè»ÃÒ¡¯ÃÒÂÅÐàÍÕ´ÊÓËÃѺ¡ÒÃá»Å§¹Õé.<br />¡ÃسÒÊͺ¶ÒÁ¼Ùéà¢Õ¹ÇèÒ, %s ·ÓÍÐäÃ.';
$strMIME_transformation_options = 'µÑÇàÅ×Í¡¡ÒÃá»Å§';
$strMaximumSize = '¢¹Ò´ãË­èÊØ´: %s%s';
$strModifications = 'ºÑ¹·Ö¡¡ÒÃá¡éä¢àÃÕºÃéÍÂáÅéÇ';
$strModify = 'á¡éä¢';
$strModifyIndexTopic = 'á¡é䢴Ѫ¹Õ';
$strMoveTable = 'ÂéÒµÒÃÒ§ä» (database<b>.</b>table):';
$strMoveTableOK = 'µÒÃÒ§ %s ¶Ù¡ÂéÒÂä» %s áÅéÇ';
$strMoveTableSameNames = 'ÂéÒµÒÃҧ价Õèà´ÔÁäÁèä´é';
$strMultilingual = 'ËÅÒÂÀÒÉÒ';
$strMySQLCharset = 'ªØ´µÑÇÍÑ¡Éà (charset) ¢Í§ MySQL';
$strMySQLSaid = 'MySQL áÊ´§: ';
$strMySQLShowProcess = 'áÊ´§§Ò¹·Õè·ÓÍÂÙè¢Í§ MySQL';
$strMySQLShowStatus = 'áÊ´§Ê¶Ò¹Ð¢Í§ MySQL';
$strMySQLShowVars = 'áÊ´§µÑÇá»ÃÃкº¢Í§ MySQL';
 
$strName = 'ª×èÍ';
$strNext = 'µèÍä»';
$strNo = 'äÁè';
$strNoDatabases = 'äÁèÁÕ°Ò¹¢éÍÁÙÅ';
$strNoDatabasesSelected = 'ÂѧäÁèä´éàÅ×Í¡°Ò¹¢éÍÁÙÅ.';
$strNoDescription = 'äÁèÁÕÃÒÂÅÐàÍÕ´';
$strNoDropDatabases = '¤ÓÊÑè§ "DROP DATABASE" ¶Ù¡»Ô´äÇé';
$strNoExplain = 'äÁèµéͧ͸ԺÒ SQL';
$strNoFrames = 'àºÃÒà«ÍÃì·Õè<b>ãªéà¿ÃÁä´é</b> ¨ÐªèÇÂãËéãªé phpMyAdmin ä´é§èÒ¢Öé¹';
$strNoIndex = 'ÂѧäÁèä´é¡Ó˹´´Ñª¹Õã´æ!';
$strNoIndexPartsDefined = 'äÁèä´é¡Ó˹´Êèǹã´æ ¢Í§´Ñª¹Õ!';
$strNoModification = 'äÁèÁÕ¡ÒÃà»ÅÕè¹á»Å§';
$strNoOptions = 'ÃٻẺ¹ÕéäÁèÁÕµÑÇàÅ×Í¡';
$strNoPassword = 'äÁèÁÕÃËÑʼèÒ¹';
$strNoPhp = 'äÁèàÍÒâ¤é´ PHP';
$strNoPrivileges = 'äÁèÁÕÊÔ·¸Ô';
$strNoRights = '¤Ø³äÁèÁÕÊÔ·¸Ô·Õè¨Ðà¢éÒÁҵç¹Õé!';
$strNoRowsSelected = 'ÂѧäÁèä´éàÅ×Í¡á¶Ç';
$strNoTablesFound = 'äÁ辺µÒÃҧ㴠æ ã¹°Ò¹¢éÍÁÙÅ';
$strNoUsersFound = 'äÁ辺¼Ùéãªéã´æ.';
$strNoValidateSQL = 'äÁèµéͧµÃǨÊͺ SQL';
$strNone = 'äÁèÁÕ';
$strNotNumber = '¤èÒ¹ÕéäÁèãªèµÑÇàÅ¢!';
$strNotOK = 'äÁ赡ŧ';
$strNotSet = 'äÁ辺µÒÃÒ§ <b>%s</b> ã¹ %s';
$strNull = 'ÇèÒ§à»ÅèÒ (null)';
$strNumSearchResultsInTable = '¾º %s ¼ÅÅѾ¸ì·ÕèµÃ§ã¹µÒÃÒ§ <i>%s</i>';
$strNumSearchResultsTotal = '<b>ÃÇÁ:</b> <i>%s</i> ¼ÅÅѾ¸ì·ÕèµÃ§';
$strNumTables = 'µÒÃÒ§';
 
$strOK = 'µ¡Å§';
$strOperations = '¡Ãкǹ¡ÒÃ';
$strOptimizeTable = '»ÃѺáµè§µÒÃÒ§';
$strOr = 'ËÃ×Í';
$strOverhead = 'à¡Ô¹¤ÇÒÁ¨Óà»ç¹';
$strOverwriteExisting = 'à¢Õ¹·Ñºá¿éÁ·ÕèÁÕÍÂÙèáÅéÇ';
 
$strPHP40203 = '¤Ø³¡ÓÅѧãªé PHP ÃØè¹ 4.2.3, «Öè§ÁÕºÑê¡ÃéÒÂáçà¡ÕèÂǡѺ multi-byte strings (mbstring). ¡ÃسҴÙÃÒ§ҹºÑê¡ PHP ËÁÒÂàÅ¢ 19404. àÃÒäÁèá¹Ð¹ÓãËé¤Ø³ãªé PHP ÃØè¹¹Õé¡Ñº phpMyAdmin.';
$strPHPVersion = 'ÃØ蹢ͧ PHP';
$strPageNumber = 'ËÁÒÂàŢ˹éÒ:';
$strPaperSize = '¢¹Ò´¡ÃдÒÉ';
$strPartialText = '¢éͤÇÒÁºÒ§Êèǹ';
$strPassword = 'ÃËÑʼèÒ¹';
$strPasswordChanged = 'à»ÅÕè¹ÃËÑʼèÒ¹¢Í§ %s àÃÕºÃéÍÂáÅéÇ';
$strPasswordEmpty = 'ÃËÑʼèÒ¹ÂѧÇèÒ§ÍÂÙè!';
$strPasswordNotSame = 'ÃËÑʼèÒ¹äÁèµÃ§¡Ñ¹!';
$strPdfDbSchema = 'schema ¢Í§°Ò¹¢éÍÁÙÅ "%s" - ˹éÒ %s';
$strPdfInvalidTblName = 'äÁèÁÕµÒÃÒ§ "%s"!';
$strPdfNoTables = 'äÁèÁÕµÒÃÒ§';
$strPerHour = 'µèͪÑèÇâÁ§';
$strPerMinute = 'µè͹ҷÕ';
$strPerSecond = 'µèÍÇÔ¹Ò·Õ';
$strPhoneBook = 'ÊÁØ´â·ÃÈѾ·ì';
$strPhp = 'ÊÃéÒ§â¤é´ PHP';
$strPmaDocumentation = 'àÍ¡ÊÒáÒÃãªé phpMyAdmin';
$strPmaUriError = '<b>µéͧ</b>¡Ó˹´¤èÒ <tt>$cfg[\'PmaAbsoluteUri\']</tt> ã¹ä¿Åì¤Í¹¿Ô¡ÙàêÑè¹àÊÕ¡è͹';
$strPolish = 'â»áŹ´ì';
$strPortrait = 'á¹ÇµÑé§';
$strPos1 = '¨Ø´àÃÔèÁµé¹';
$strPrevious = '¡è͹˹éÒ';
$strPrimary = 'ä¾ÃÁÒÃÕ';
$strPrimaryKeyHasBeenDropped = 'â¹ä¾ÃÁÒÃÕ¤ÕÂì·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strPrimaryKeyName = 'ª×èͧ͢ä¾ÃÁÒÃÕ¤ÕÂì ¨Ðµéͧà»ç¹ PRIMARY à·èÒ¹Ñé¹';
$strPrimaryKeyWarning = '(ª×èͧ͢ä¾ÃÁÒÃÕ¤ÕÂì<b>¨Ðµéͧà»ç¹</b> "PRIMARY" à·èÒ¹Ñé¹!)';
$strPrint = '¾ÔÁ¾ì';
$strPrintView = 'áÊ´§';
$strPrivDescAllPrivileges = 'ãËéÊÔ·¸Ô·Ø¡ÍÂèÒ§ ¡àÇ鹡ÒÃãËéÊÔ·¸Ôá¡è¼ÙéÍ×è¹ (GRANT).';
$strPrivDescAlter = '͹حҵãËéà»ÅÕè¹â¤Ã§ÊÃéÒ§¢Í§µÒÃÒ§·ÕèÁÕÍÂÙèà´ÔÁ.';
$strPrivDescCreateDb = '͹حҵãËéÊÃéÒ§°Ò¹¢éÍÁÙÅ áÅеÒÃÒ§ãËÁè.';
$strPrivDescCreateTbl = '͹حҵãËéÊÃéÒ§µÒÃÒ§ãËÁè.';
$strPrivDescCreateTmpTable = '͹حҵãËéÊÃéÒ§µÒÃÒ§ªÑèǤÃÒÇ.';
$strPrivDescDelete = '͹حҵãËéź¢éÍÁÙÅ';
$strPrivDescDropDb = '͹حҵãËé·Ô駰ҹ¢éÍÁÙÅ áÅеÒÃÒ§';
$strPrivDescDropTbl = '͹حҵãËé·Ô駵ÒÃÒ§';
$strPrivDescExecute = '͹حҵãËéÃѹ stored procedure (äÁèÁÕ¼Åã¹ MySQL ÃØè¹¹Õé)';
$strPrivDescFile = '͹حҵãËé¹Óà¢éÒ¢éÍÁÙÅ áÅÐÊè§ÍÍ¡¢éÍÁÙÅ ä»·Õèä¿Åì';
$strPrivDescGrant = '͹حҵãËéà¾ÔèÁ¼Ùéãªé áÅÐÊÔ·¸Ôà¢éÒ¶Ö§ â´ÂäÁèµéͧàÃÕ¡ãªéµÒÃÒ§ÊÔ·¸ÔãËÁè';
$strPrivDescIndex = '͹حҵãËéÊÃéÒ§ áÅзÔé§ ´Ñª¹Õ';
$strPrivDescInsert = '͹حҵãËéà¾ÔèÁ áÅÐá·¹·Õè ¢éÍÁÙÅ';
$strPrivDescLockTables = '͹حҵãËéÅçÍ¡µÒÃÒ§ÊÓËÃѺà¸Ã´»Ñ¨¨ØºÑ¹';
$strPrivDescMaxConnections = '¨Ó¡Ñ´¨Ó¹Ç¹¡ÒÃàª×èÍÁµèÍãËÁè ·Õè¼Ùéãªé¨ÐÊÒÁÒöà»Ô´ä´é µèͪÑèÇâÁ§';
$strPrivDescMaxQuestions = '¨Ó¡Ñ´¨Ó¹Ç¹¢Í§¤Ó¤é¹ ·Õè¼Ùéãªé¨ÐÊÒÁÒöÊè§ÁÒ·Õèà«ÔÃì¿àÇÍÃìä´é µèͪÑèÇâÁ§';
$strPrivDescMaxUpdates = '¨Ó¡Ñ´¨Ó¹Ç¹¢Í§¤ÓÊÑè§ ·Õè¨Ðà»ÅÕè¹á»Å§µÒÃÒ§ ËÃ×Í°Ò¹¢éÍÁÙÅã´æ ·Õè¼Ùéãªé¨ÐÊÒÁÒöÊÑè§ä´é µèͪÑèÇâÁ§';
$strPrivDescProcess3 = '͹حҵãËé·ÓÅÒÂâ¾Ãà«Ê¢Í§¼ÙéãªéÍ×è¹';
$strPrivDescProcess4 = '͹حҵãËé´Ù¤Ó¤é¹·Ñé§ËÁ´ã¹ÃÒ¡ÒÃâ¾Ãà«Ê';
$strPrivDescReferences = 'äÁèÁÕ¼Åã¹ MySQL ÃØè¹¹Õé';
$strPrivDescReload = '͹حҵãËéàÃÕ¡ãªé¤èÒ¡Ó˹´¢Í§à«ÔÃì¿àÇÍÃìãËÁè áÅÐÅéҧᤪ¢Í§à«ÔÃì¿àÇÍÃì';
$strPrivDescReplClient = 'ÁͺÊÔ·¸ÔãËé¼Ùéãªé 㹡ÒöÒÁÇèÒ slaves ËÃ×Í masters ÍÂÙè·Õèä˹.';
$strPrivDescSelect = '͹حҵãËéÍèÒ¹¢éÍÁÙÅä´é.';
$strPrivDescShowDb = 'ÊÒÁÒöàÃÕ¡´ÙÃÒ¡Òðҹ¢éÍÁÙÅ·Ñé§ËÁ´ä´é';
$strPrivDescShutdown = '͹حҵãËé»Ô´à«ÔÃì¿àÇÍÃìä´é';
$strPrivDescUpdate = '͹حҵãËéà»ÅÕè¹¢éÍÁÙÅä´é.';
$strPrivDescUsage = 'äÁèÁÕÊÔ·¸Ôã´æ.';
$strPrivileges = 'ÊÔ·¸Ô';
$strPrivilegesReloaded = 'ÊÔ·¸Ôä´é¶Ù¡àÃÕ¡ãªéãËÁèàÃÕºÃéÍÂáÅéÇ';
$strProcesslist = 'ÃÒ¡ÒÃâ¾Ãà«Ê';
$strPutColNames = 'ãÊèª×èÍ¿ÔÅ´ì·Õèá¶Çáá';
 
$strQBE = '¤Ó¤é¹¨Ò¡µÑÇÍÂèÒ§';
$strQBEDel = 'ź';
$strQBEIns = 'à¾ÔèÁ';
$strQueryFrame = '˹éÒµèÒ§¤Ó¤é¹';
$strQueryOnDb = '¤Ó¤é¹º¹°Ò¹¢éÍÁÙÅ <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>ʶԵԤӤé¹</b>: ÁÕ %s ¤Ó¤é¹ ¶Ù¡Êè§ä»·Õèà«ÔÃì¿àÇÍÃì ¹ÑºµÑé§áµèàÃÔèÁÃкº.';
$strQueryTime = '¤Ó¤é¹ãªéàÇÅÒ %01.4f ÇÔ¹Ò·Õ';
$strQueryType = 'ª¹Ô´¤Ó¤é¹';
 
$strReType = '¾ÔÁ¾ìãËÁè';
$strReceived = 'ä´éÃѺ';
$strRecords = 'ÃÐàºÕ¹';
$strReferentialIntegrity = 'µÃǨÊͺ¤ÇÒÁÊÁºÙóì¢Í§¡ÒÃÍéÒ§¶Ö§:';
$strRefresh = 'àÃÕ¡ãËÁè';
$strRelationNotWorking = '¤ÇÒÁÊÒÁÒöà¾ÔèÁàµÔÁÊÓËÃѺ linked Tables ä´é¶Ù¡ÃЧѺàÍÒäÇé µÒÁà˵ؼŷÕèá¨é§äÇéã¹ %shere%s';
$strRelationView = 'ÁØÁÁͧÃÕàŪѹ';
$strRelationalSchema = 'ÃÕàŪѹá¹Å Ê¡ÕÁÒ';
$strRelations = 'ÃÕàŪѹ';
$strReloadMySQL = 'ÃÕâËÅ´ MySQL ãËÁè';
$strReloadingThePrivileges = '»ÃѺ»ÃاÊÔ·¸Ôà¢éÒ¶Ö§ãËÁèÍÕ¡Ãͺ';
$strRemoveSelectedUsers = '¶Í¹¼Ùéãªé·ÕèàÅ×Í¡';
$strRenameTable = 'à»ÅÕ蹪×è͵ÒÃÒ§à»ç¹';
$strRenameTableOK = 'µÒÃÒ§ %s ä´é¶Ù¡à»ÅÕ蹪×èÍà»ç¹ %s';
$strRepairTable = '«èÍÁá«ÁµÒÃÒ§';
$strReplaceNULLBy = 'á·¹·Õè NULL à»ç¹';
$strReplaceTable = 'à¢Õ¹·Ñº´éÇ¢éÍÁÙŨҡä¿Åì';
$strReset = 'àÃÔèÁãËÁè';
$strResourceLimits = '¢Õ´¨Ó¡Ñ´¢Í§·ÃѾÂÒ¡Ã';
$strRevoke = 'à¾Ô¡¶Í¹';
$strRevokeAndDelete = 'à¾Ô¡¶Í¹ active privileges ·Ñé§ËÁ´¨Ò¡¼Ùéãªé áÅÐź¼Ùéãªé·Ôé§ËÅѧ¨Ò¡¹Ñé¹.';
$strRevokeAndDeleteDescr = '¼ÙéãªéµèÒ§æ Âѧ¤§ÁÕÊÔ·¸Ô USAGE ¨¹¡ÇèÒ ¢éÍÁÙÅÊÔ·¸Ô ¨Ð¶Ù¡àÃÕ¡ãªéãËÁèÍÕ¡·Õ.';
$strRevokeMessage = '¤Ø³ä´éà¾Ô¡¶Í¹ÊÔ·¸Ô¢Í§ %s';
$strRomanian = 'âÃÁÒà¹ÕÂ';
$strRowLength = '¤ÇÒÁÂÒÇá¶Ç';
$strRowSize = ' ¢¹Ò´á¶Ç ';
$strRows = 'á¶Ç';
$strRowsFrom = 'á¶Ç àÃÔèÁ¨Ò¡á¶Ç·Õè';
$strRowsModeFlippedHorizontal = 'á¹Ç¹Í¹ (ËÁعËÑÇàÃ×èͧ)';
$strRowsModeHorizontal = 'á¹Ç¹Í¹';
$strRowsModeOptions = 'ÍÂÙèã¹ %s áÅЫéÓËÑÇá¶Ç·Ø¡æ %s à«ÅÅì';
$strRowsModeVertical = 'á¹ÇµÑé§';
$strRowsStatistic = 'ʶԵԢͧá¶Ç';
$strRunQuery = '»ÃÐÁÇżŤӤé¹';
$strRunSQLQuery = '»ÃÐÁÇżŤӤ鹺¹°Ò¹¢éÍÁÙÅ %s';
$strRunning = '·Ó§Ò¹ÍÂÙ躹 %s';
$strRussian = 'ÃÑÊà«ÕÂ';
 
$strSQL = 'SQL';
$strSQLOptions = 'µÑÇàÅ×Í¡ SQL';
$strSQLParserBugMessage = 'ÍÒ¨¨ÐÁÕ¡ÒÃà»ÅÕè¹á»Å§ºÒ§ÍÂèÒ§ ·Õè¤Ø³¾ºÇèÒÁѹà»ç¹¢éͼԴ¾ÅÒ´¢Í§µÑÇÍèÒ¹¤ÓÊÑè§ SQL. ¡ÃسҵÃǨÊͺ¤Ó¤é¹¢Í§¤Ø³ãËé¶Õè¶éǹ â´Â੾ÒСÒÃà»Ô´/»Ô´à¤Ã×èͧËÁÒ¤Ӿٴ (quotes) ãËé¶Ù¡µéͧ. ÍÕ¡ÊÒà˵Ø˹Ö觷Õèà»ç¹ä»ä´é¤×Í ¤Ø³ÍÒ¨¨ÐÍѾâËÅ´á¿éÁ亹ÒÃÕ¢éÒ§¹Í¡ªèǧ¢Í§à¤Ã×èͧËÁÒ¤Ӿٴ. ¤Ø³ÊÒÁÒö·Õè¨ÐÅͧ¤Ó¤é¹¢Í§¤Ø³·Õè¤ÍÁÁÒ¹´ìäŹì¢Í§ MySQL «Ö觤سÍÒ¨¨Ð¾º¢éͼԴ¾ÅÒ´ºÒ§ÍÂèҧ㹹Ñé¹. ËÒ¡à«ÔÃì¿àÇÍÃì MySQL á¨é§¢éͼԴ¾ÅÒ´ÁÒ, ãËéÅͧÍèÒ¹´Ù ÁѹÍÒ¨¨ÐªèÇÂãËé¤Ø³ÇÔ¹Ô¨©Ñ»ѭËÒä´é´Õ¢Öé¹. ¶éҤسÂѧ¾º»Ñ­ËҡѺ parser ã¹ phpMyAdmin ÍÂÙè áµèäÁ辺»Ñ­ËҡѺ parser 㹤ÍÁÁÒ¹´ìäŹì, ãËéÅͧŴ¤ÇÒÁÂÒǢͧ¤Ó¤é¹ SQL ŧ ¨¹¡ÃзÑè§àËÅ×Í¤Ó¤é¹ SQL à´ÕèÂÇæ ·ÕèÂѧ·ÓãËéà¡Ô´»Ñ­ËÒÍÂÙèÍÕ¡, áÅéÇá¨é§¢éͼԴ¾ÅÒ´´Ñ§¡ÅèÒÇÁÒ·ÕèàÃÒ, Êè§ÁѹÁÒ¾ÃéÍÁ¡ÑºµÑÇ¢éÍÁÙÅ·Õè¤Ø³¤é¹ «Öè§ä´é¨Ò¡Êèǹ¢Í§ CUT ´éÒ¹ÅèÒ§.';
$strSQLParserUserError = 'ÍÒ¨¨ÐÁÕ¢éͼԴ¾ÅÒ´ºÒ§ÍÂèÒ§ã¹¤Ó¤é¹ SQL ¢Í§¤Ø³. ËÒ¡ MySQL server ä´éá¨é§¢éͼԴ¾ÅÒ´ÁÒ´éÒ¹ÅèÒ§¹Õé ãËéÅͧÍèÒ¹´Ù ÁѹÍÒ¨¨ÐªèÇÂãËé¤Ø³ÇÔ¹Ô¨©Ñ»ѭËÒä´é´Õ¢Öé¹';
$strSQLQuery = '¤Ó¤é¹ SQL';
$strSQLResult = '¼ÅÅѾ¸ì SQL';
$strSQPBugInvalidIdentifer = 'ª×è͵ÑÇá»ÃäÁè¶Ù¡µéͧ';
$strSQPBugUnclosedQuote = 'äÁèä´é»Ô´à¤Ã×èͧËÁÒ¤Ӿٴ';
$strSQPBugUnknownPunctuation = 'ÁÕà¤Ã×èͧËÁÒÂÇÃäµÍ¹·ÕèäÁèÃÙé¨Ñ¡';
$strSave = 'ºÑ¹·Ö¡';
$strScaleFactorSmall = 'ÍѵÃÒÂè͹éÍÂà¡Ô¹ä» ·Õè¨Ð¨Ñ´ãËéÊ¡ÕÁÒÍÂÙèã¹Ë¹éÒà´ÕÂÇ';
$strSearch = '¤é¹ËÒ';
$strSearchFormTitle = '¤é¹ËÒã¹°Ò¹¢éÍÁÙÅ';
$strSearchInTables = 'ã¹µÒÃÒ§:';
$strSearchNeedle = '¤Ó ËÃ×Í ¤èÒ·Õèµéͧ¡Òäé¹ËÒ (wildcard: "%"):';
$strSearchOption1 = 'ÍÂèÒ§¹éÍÂ˹Ö觤Ó';
$strSearchOption2 = '·Ø¡¤Ó';
$strSearchOption3 = 'àËÁ×͹·Ñé§ÇÅÕ';
$strSearchOption4 = 'ÃٻẺ¤Ó¾éͧ (regular expression)';
$strSearchResultsFor = '¼Å¡Òäé¹ËÒ "<i>%s</i>" %s:';
$strSearchType = '¤é¹:';
$strSelectADb = 'â»Ã´àÅ×Í¡°Ò¹¢éÍÁÙÅ';
$strSelectAll = 'àÅ×Í¡·Ñé§ËÁ´';
$strSelectFields = 'àÅ×Í¡¿ÔÅ´ì (ÍÂèÒ§¹éÍÂ˹Ö觿ÔÅ´ì):';
$strSelectNumRows = '㹤Ӥé¹';
$strSelectTables = 'àÅ×Í¡µÒÃÒ§';
$strSend = 'Êè§ÁÒà»ç¹ä¿Åì';
$strSent = '¶Ù¡Êè§';
$strServer = 'à«ÔÃì¿àÇÍÃì';
$strServerChoice = 'µÑÇàÅ×Í¡à«ÔÃì¿àÇÍÃì';
$strServerNotResponding = 'à«ÔÃì¿àÇÍÃì´Ñ§¡ÅèÒÇäÁèµÍºÊ¹Í§';
$strServerStatus = '¢éÍÁÙÅÃѹä·Áì';
$strServerStatusUptime = 'à«ÔÃì¿àÇÍÃì MySQL ¹ÕéÃѹÁÒà»ç¹àÇÅÒ %s. àÃÔèÁµÍ¹ %s.';
$strServerTabProcesslist = 'â¾Ãà«Ê';
$strServerTabVariables = 'µÑÇá»Ã';
$strServerTrafficNotes = '<b>¡ÒèÃҨâͧà«ÔÃì¿àÇÍÃì</b>: µÒÃÒ§¹ÕéáÊ´§Ê¶ÔµÔ¢Í§¡ÒèÃҨú¹à¤Ã×Í¢èÒ ÊÓËÃѺà«ÔÃì¿àÇÍÃì MySQL ¹Õé µÑé§áµèÁѹàÃÔèÁ·Ó§Ò¹.';
$strServerVars = 'µÑÇá»Ã áÅФèÒ¡Ó˹´ ¢Í§à«ÔÃì¿àÇÍÃì';
$strServerVersion = 'ÃØ蹢ͧà«ÔÃì¿àÇÍÃì';
$strSessionValue = '¤èÒà«ÊªÑè¹';
$strSetEnumVal = '¶éÒª¹Ô´¢Í§¿ÔÅ´ìà»ç¹ "enum" ËÃ×Í "set" â»Ã´ãÊè¤èÒµÒÁÃٻẺ: \'a\',\'b\',\'c\'...<br />¶éÒµéͧ¡ÒÃãÊèà¤Ã×èͧËÁÒ backslash ("\\") ËÃ×Í ÍÑ­»ÃСÒÈà´ÕèÂÇ ("\'") à¢éÒä»ã¹¤èÒàËÅèÒ¹Ñé¹ ãËéãÊèà¤Ã×èͧËÁÒ áºê¡áÊŪ ¹Ó˹éÒ (µÑÇÍÂèÒ§: \'\\\\xyz\' or \'a\\\'b\')';
$strShow = 'áÊ´§';
$strShowAll = 'áÊ´§·Ñé§ËÁ´';
$strShowColor = 'áÊ´§ÊÕ';
$strShowDatadictAs = 'ÃٻẺ¾¨¹Ò¹Ø¡ÃÁ¢éÍÁÙÅ';
$strShowFullQueries = 'áÊ´§¤Ó¤é¹áººàµçÁ';
$strShowGrid = 'áÊ´§¡ÃÔ´';
$strShowPHPInfo = 'áÊ´§¢éÍÁÙŢͧ PHP';
$strShowTableDimension = 'áÊ´§ÁԵԢͧµÒÃÒ§';
$strShowTables = 'áÊ´§µÒÃÒ§';
$strShowThisQuery = ' áÊ´§¤Ó¤é¹¹ÕéÍÕ¡·Õ ';
$strShowingRecords = 'áÊ´§ÃÐàºÕ¹·Õè ';
$strSimplifiedChinese = '¨Õ¹ (á¼è¹´Ô¹ãË­è)';
$strSingly = '(à´ÕèÂÇ)';
$strSize = '¢¹Ò´';
$strSlovak = 'ÊâÅÇÑ¡';
$strSlovenian = 'ÊâÅàÇà¹ÕÂ';
$strSort = 'àÃÕ§';
$strSortByKey = 'àÃÕ§â´Â¤ÕÂì';
$strSpaceUsage = 'à¹×éÍ·Õè·Õèãªé';
$strSpanish = 'Ê໹';
$strSplitWordsWithSpace = '¤Ó¶Ù¡áºè§´éǪèͧÇèÒ§ (" ").';
$strStatCheckTime = 'µÃǨÊͺ¤ÃÑé§ÊØ´·éÒÂàÁ×èÍ';
$strStatCreateTime = 'ÊÃéÒ§àÁ×èÍ';
$strStatUpdateTime = '»ÃѺ»Ãا¤ÃÑé§ÊØ´·éÒÂàÁ×èÍ';
$strStatement = '¤ÓÊÑè§';
$strStatus = 'ʶҹÐ';
$strStrucCSV = '¢éÍÁÙÅ CSV (¤Ñè¹´éÇÂà¤Ã×èͧËÁÒÂÅÙ¡¹éÓ ",")';
$strStrucData = '·Ñé§â¤Ã§ÊÃéÒ§áÅТéÍÁÙÅ';
$strStrucDrop = 'à¾ÔèÁ¤ÓÊÑè§ DROP TABLE';
$strStrucExcelCSV = '¢éÍÁÙÅ CSV ÊÓËÃѺäÁâ¤Ã«Í¿µìàÍç¡à«Å';
$strStrucOnly = '੾ÒÐâ¤Ã§ÊÃéÒ§';
$strStructPropose = 'àʹÍâ¤Ã§ÊÃéÒ§µÒÃÒ§';
$strStructure = 'â¤Ã§ÊÃéÒ§';
$strSubmit = '揤';
$strSuccess = '·Ó¤Ó¤é¹àÊÃç¨àÃÕºÃéÍÂáÅéÇ';
$strSum = '¼ÅÃÇÁ';
$strSwedish = 'ÊÇÕà´¹';
$strSwitchToTable = 'ÊÅѺ价ÕèµÒÃÒ§·Õè¶Ù¡·ÓÊÓà¹ÒäÇé';
 
$strTable = 'µÒÃÒ§ ';
$strTableComments = 'ËÁÒÂà˵آͧµÒÃÒ§';
$strTableEmpty = 'ª×è͵ÒÃÒ§ÂѧÇèÒ§ÍÂÙè!';
$strTableHasBeenDropped = 'â¹µÒÃÒ§ %s ·Ôé§ä»àÃÕºÃéÍÂáÅéÇ';
$strTableHasBeenEmptied = 'ź¢éÍÁÙÅã¹µÒÃÒ§ %s àÃÕºÃéÍÂáÅéÇ';
$strTableHasBeenFlushed = 'ÅéÒ§µÒÃÒ§ %s àÃÕºÃéÍÂáÅéÇ';
$strTableMaintenance = '¡ÒôÙáÅÃÑ¡ÉÒµÒÃÒ§';
$strTableOfContents = 'ÊÒúѭ';
$strTableOptions = 'µÑÇàÅ×Í¡µÒÃÒ§';
$strTableStructure = 'â¤Ã§ÊÃéÒ§µÒÃÒ§';
$strTableType = 'ª¹Ô´µÒÃÒ§';
$strTables = '%s µÒÃÒ§';
$strTblPrivileges = 'ÊÔ·¸Ôà¨ÒШ§à©¾ÒеÒÃÒ§';
$strTextAreaLength = 'à¹×èͧ¨Ò¡¤ÇÒÁÂÒǢͧÁѹ <br />¿ÔÅ´ì¹Õé äÁèÍÒ¨á¡éä¢ä´é';
$strThai = 'ä·Â';
$strTheme = '˹éÒµÒ';
$strThisHost = 'âÎʵì¹Õé';
$strThisNotDirectory = '¹ÕèäÁèãªèä´àá·ÍÃÕ';
$strThreadSuccessfullyKilled = 'à¸Ã´ %s ¶Ù¡·ÓÅÒÂàÃÕºÃéÍÂáÅéÇ.';
$strTime = 'àÇÅÒ';
$strTotal = '·Ñé§ËÁ´';
$strTotalUC = 'ÃÇÁ';
$strTraditionalChinese = '¨Õ¹ (äµéËÇѹ)';
$strTraditionalSpanish = 'Ê໹ (´Ñé§à´ÔÁ)';
$strTraffic = '¡ÒèÃÒ¨Ã';
$strTransformation_image_jpeg__inline = 'áÊ´§ÃÙ»¢¹Ò´àÅç¡·Õè¡´à¢éÒä»´ÙÀÒ¾ãË­èä´é; µÑÇàÅ×Í¡: ¤ÇÒÁ¡ÇéÒ§, ¤ÇÒÁÊÙ§ ˹èÇÂà»ç¹¾Ô¡à«Å (¤§ÊÑ´Êèǹà´ÔÁ)';
$strTransformation_image_jpeg__link = 'áÊ´§ÅÔ§¡ìä»ÂѧÃÙ» (´ÒǹìâËÅ´¢éÍÁÙÅ亹ÒÃÕâ´ÂµÃ§/blob).';
$strTransformation_image_png__inline = '´ÙÃÙ»ª¹Ô´ image/jpeg ·Ñ¹·Õ';
$strTransformation_text_plain__formatted = 'ʧǹ¡ÒèѴÃٻẺà´ÔÁ㹿ÔÅ´ìäÇé -- äÁèá·Ã¡ escape character.';
$strTruncateQueries = 'µÑ´·Í¹¤Ó¤é¹·ÕèáÊ´§';
$strTurkish = 'µØáÕ';
$strType = 'ª¹Ô´';
 
$strUkrainian = 'ÂÙà¤Ã¹';
$strUncheckAll = 'äÁèàÅ×Í¡àÅÂ';
$strUnicode = 'ÂÙ¹Ôâ¤é´';
$strUnique = 'àÍ¡Åѡɳì';
$strUnknown = 'äÁèÃкØ';
$strUnselectAll = 'äÁèàÅ×Í¡àÅÂ';
$strUpdComTab = 'â»Ã´ÍèÒ¹àÍ¡ÊÒÃà¡ÕèÂǡѺ ÇÔ¸Õ¡ÒûÃѺ»ÃاµÒÃÒ§ Column_comments (à¡çºËÁÒÂà˵آͧ¤ÍÅÑÁ¹ì) ¢Í§¤Ø³';
$strUpdatePrivMessage = '¤Ø³ä´é»ÃѺ»ÃاÊÔ·¸ÔÊÓËÃѺ %s áÅéÇ';
$strUpdateProfileMessage = '»ÃѺ»Ãاâ¾Ãä¿ÅìàÃÕºÃéÍÂáÅéÇ';
$strUpdateQuery = '»ÃѺ»Ãا¤Ó¤é¹';
$strUsage = 'ãªé§Ò¹';
$strUseBackquotes = 'ãÊè \'backqoute\' ãËé¡Ñºª×è͵ÒÃÒ§áÅпÔÅ´ì';
$strUseTables = 'ãªéµÒÃÒ§';
$strUseTextField = 'ãªéªèͧãÊè¢éͤÇÒÁ (text field)';
$strUseThisValue = 'ãªé¤èÒ¹Õé';
$strUser = '¼Ùéãªé';
$strUserAlreadyExists = 'ÁÕ¼Ùéãªé %s ÍÂÙèáÅéÇ!';
$strUserEmpty = 'ª×èͼÙéãªéÂѧÇèÒ§ÍÂÙè!';
$strUserName = 'ª×èͼÙéãªé';
$strUserNotFound = 'äÁ辺¼Ùéãªé·ÕèàÅ×Í¡ã¹µÒÃÒ§áÊ´§ÊÔ·¸Ô';
$strUserOverview = '¢éÍÁÙÅ·ÑèÇ仢ͧ¼Ùéãªé';
$strUsersDeleted = 'ź¼Ùéãªé·ÕèàÅ×Í¡äÇéàÃÕºÃéÍÂáÅéÇ.';
$strUsersHavingAccessToDb = '¼ÙéãªéÁÕÊÔ·¸Ôà¢éÒ¶Ö§°Ò¹¢éÍÁÙÅ &quot;%s&quot;';
 
$strValidateSQL = 'µÃǨÊͺ SQL';
$strValidatorError = 'äÁèÊÒÁÒöàÃÔèÁµÑǵÃǨÊͺ SQL ä´é. ¡ÃسҵÃǨÊͺÇèÒ ¤Ø³ä´éµÔ´µÑé§ php extensions ·Õè¨Óà»ç¹ ´Ñ§·Õè͸ԺÒÂäÇéã¹ %sdocumentation%s àÃÕºÃéÍÂáÅéÇ';
$strValue = '¤èÒ';
$strVar = 'µÑÇá»Ã';
$strViewDump = '´Ùâ¤Ã§ÊÃéÒ§¢Í§µÒÃÒ§';
$strViewDumpDB = '´Ùâ¤Ã§ÊÃéÒ§¢Í§°Ò¹¢éÍÁÙÅ';
 
$strWebServerUploadDirectory = 'ä´àá·ÍÃÕÊÓËÃѺÍѾâËÅ´ ·ÕèàÇçºà«ÔÃì¿àÇÍÃì';
$strWebServerUploadDirectoryError = 'äÁèÊÒÁÒöãªé§Ò¹ ä´àá·ÍÃÕ·ÕèµÑé§äÇéÊÓËÃѺÍѾâËÅ´ä´é';
$strWelcome = '%s ÂÔ¹´Õµé͹ÃѺ';
$strWestEuropean = 'ÂØâûµÐÇѹµ¡';
$strWildcard = 'äÇÅì¡ÒÃì´';
$strWithChecked = '·Ó¡Ñº·ÕèàÅ×Í¡:';
$strWritingCommentNotPossible = '¡ÒÃà¢Õ¹ËÁÒÂà˵عÑé¹à»ç¹ä»äÁèä´é';
$strWritingRelationNotPossible = '¡ÒÃà¢Õ¹ÃÕàŪѹ¹Ñé¹à»ç¹ä»äÁèä´é';
$strWrongUser = '͹حҵãËéà¢éÒãªéäÁèä´é ª×èͼÙéãªéËÃ×ÍÃËÑʼèÒ¹¼Ô´';
 
$strXML = 'XML';
 
$strYes = 'ãªè';
 
$strZeroRemovesTheLimit = 'â»Ã´·ÃÒº: ¶éÒà»ÅÕ蹤èÒàËÅèÒ¹Õéà»ç¹ 0 (ÈÙ¹Âì) ¨ÐËÁÒ¶֧ äÁèÁÕ¢Õ´¨Ó¡Ñ´.';
$strZip = '"¶Ù¡ºÕºÍÑ´ÍÂÙè (zip)"';
 
// To translate:
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments';//to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'ãªé delayed inserts'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFlushPrivilegesNote = 'â»Ã´·ÃÒº: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
 
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = '͹حҵãËéàª×èÍÁµèÍ, áÁéÇèҨӹǹ¡ÒÃàª×èÍÁµèͨж֧ÃдѺÊÙ§ÊØ´áÅéÇ; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
 
$strSQLExportType = 'Export type'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strStrucNativeExcel = '¢éÍÁÙÅ Native MS Excel'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'ÊÓËÃѺ Åչء«ì à·èÒ¹Ñé¹: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'áÊ´§¢éͤÇÒÁºÒ§Êèǹà·èÒ¹Ñé¹. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'ãªé Host Table'; //to translate
 
$strViewDumpDatabases = 'View dump (schema) of databases';//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
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/thai-utf-8.inc.php
0,0 → 1,1002
<?php
/* $Id: thai-utf-8.inc.php,v 2.117.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// first created 2002/04/29 Arthit Suriyawongkul & Warit Wanasathian
// last modified 2004/08/22 Arthit Suriyawongkul
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'sans-serif';
$right_font_family = 'sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
$byteUnits = array('ไบต์', 'กิโลไบต์', 'เมกกะไบต์', 'กิกะไบต์', 'เทอราไบต์', 'เพตตะไบต์', 'เอกซะไบต์');
 
$day_of_week = array('อา.', 'จ.', 'อ.', 'พ.', 'พฤ.', 'ศ.', 'ส.');
$month = array('ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.', 'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%d %B %Y %Rน.';
 
$timespanfmt = '%s วัน, %s ชั่วโมง, %s นาที, %s วินาที';
 
$strAPrimaryKey = 'ได้เพิ่มไพรมารีคีย์แล้วใน %s';
$strAbortedClients = 'ยกเลิก';
$strAbsolutePathToDocSqlDir = 'กรุณาใส่ absolute path ของไดเรกทอรี docSQL บนเว็บเซิร์ฟเวอร์';
$strAccessDenied = 'ไม่อนุญาตให้ใช้งาน';
$strAction = 'กระทำการ';
$strAddAutoIncrement = 'เพิ่มค่า AUTO_INCREMENT';
$strAddDeleteColumn = 'เพิ่ม/ลบ คอลัมน์ (ฟิลด์)';
$strAddDeleteRow = 'เพิ่ม/ลบ แถว';
$strAddNewField = 'เพิ่มฟิลด์ใหม่';
$strAddPrivilegesOnDb = 'เพิ่มสิทธิของฐานข้อมูลต่อไปนี้';
$strAddPrivilegesOnTbl = 'เพิ่มสิทธิของตารางต่อไปนี้';
$strAddSearchConditions = 'เพิ่มเงื่อนไขในการค้นหา:';
$strAddToIndex = 'เพิ่มดัชนีคอลัมน์ %s';
$strAddUser = 'เพิ่มผู้ใช้ใหม่';
$strAddUserMessage = 'เพิ่มผู้ใช้ใหม่เรียบร้อยแล้ว';
$strAddedColumnComment = 'เพิ่ม หมายเหตุ สำหรับคอลัมน์';
$strAddedColumnRelation = 'เพิ่ม รีเลชัน สำหรับคอลัมน์';
$strAdministration = 'การดูแลระบบ';
$strAffectedRows = 'แถวที่มีผล:';
$strAfter = 'หลัง %s';
$strAfterInsertBack = 'ส่งกลับ';
$strAfterInsertNewInsert = 'แทรกระเบียนใหม่';
$strAll = 'ทั้งหมด';
$strAllTableSameWidth = 'ให้แสดงตารางทุกอัน ด้วยความกว้างเท่ากันหรือไม่?';
$strAlterOrderBy = 'เรียงค่าในตารางตาม';
$strAnIndex = 'ได้เพิ่มดัชนีแล้วใน %s';
$strAnalyzeTable = 'วิเคราะห์ตาราง';
$strAnd = 'และ';
$strAny = 'ใดๆ';
$strAnyHost = 'โฮสต์ใดๆ';
$strAnyUser = 'ผู้ใช้ใดๆ';
$strArabic = 'อารบิค';
$strArmenian = 'อาร์เมเนีย';
$strAscending = 'น้อยไปมาก';
$strAtBeginningOfTable = 'ที่จุดเริ่มต้นของตาราง';
$strAtEndOfTable = 'ที่จุดสุดท้ายของตาราง';
$strAttr = 'แอตทริบิวต์';
$strAutodetect = 'ตรวจหาอัตโนมัติ';
$strAutomaticLayout = 'จัดตำแหน่งอัตโนมัติ';
 
$strBack = 'ย้อนกลับ';
$strBaltic = 'บอลติก';
$strBeginCut = 'เริ่มจุดตัด';
$strBeginRaw = 'เริ่มข้อมูลดิบ';
$strBinary = ' ข้อมูลไบนารี ';
$strBinaryDoNotEdit = ' ข้อมูลไบนารี - ห้ามแก้ไข ';
$strBookmarkDeleted = 'ลบคำค้นที่จดไว้เรียบร้อยแล้ว';
$strBookmarkLabel = 'ป้ายชื่อ';
$strBookmarkQuery = 'คำค้นนี้ถูกจดไว้แล้ว';
$strBookmarkThis = 'จดคำค้นนี้ไว้';
$strBookmarkView = 'ดูอย่างเดียว';
$strBrowse = 'เปิดดู';
$strBulgarian = 'บัลเกเรีย';
$strBzError = 'phpMyAdmin ไม่สามารถบีบอัดข้อมูล dump ได้ เนื่องจากส่วนขยาย Bz2 ใน php รุ่นนี้นั้นเสีย. ขอแนะนำเป็นอย่างยิ่งให้ตั้งไดเรกทีฟ <code>$cfg[\'BZipDump\']</code> ในไฟล์คอนฟิกของ phpMyAdmin เป็น <code>FALSE</code>. ถ้าคุณต้องการที่จะใช้ความสามารถของส่วนขยายการบีบอัด Bz2, คุณควรจะอัพเกรด php เป็นรุ่นถัดไป. รายละเอียดดูได้ที่ php bug report %s.';
$strBzip = '"bzipped"';
 
$strCSVOptions = 'ตัวเลือก CSV';
$strCalendar = 'ปฏิทิน';
$strCannotLogin = 'ไม่สามารถล็อกอินเข้าเซิร์ฟเวอร์ MySQL ได้';
$strCantLoad = 'ไม่สามารถเรียกส่วนขยาย %s,<br />กรุณาตรวจสอบการตั้งค่าของ PHP';
$strCantLoadRecodeIconv = 'ไม่สามารถเรียกใช้ตัวช่วย iconv หรือ recode เพื่อแปลงชุดตัวอักษร, ทางเลือก: 1) ตั้งค่าให้ PHP สามารถใช้ตัวช่วยเหล่านี้ได้ หรือ 2) ตั้งค่าให้ phpMyAdmin ไม่ต้องแปลงชุดตัวอักษร';
$strCantRenameIdxToPrimary = 'เปลี่ยนชื่อดัชนีเป็น PRIMARY ไม่ได้!';
$strCantUseRecodeIconv = 'ไม่สามารถใช้ฟังก์ชั่น iconv หรือ libiconv หรือ recode_string ทั้งๆ ที่สามารถเรียกตัวช่วย สำหรับฟังก์ชั่นเหล่านั้นขึ้นมาได้แล้ว. ลองตรวจสอบการตั้งค่าของ PHP';
$strCardinality = 'Cardinality';
$strCaseInsensitive = 'ไม่สนใจตัวเล็กตัวใหญ่';
$strCaseSensitive = 'สนใจตัวเล็กตัวใหญ่';
$strCentralEuropean = 'ยุโรปกลาง';
$strChange = 'เปลี่ยน';
$strChangeCopyMode = 'สร้างผู้ใช้ใหม่ ให้มีสิทธิเหมือนกัน และ ...';
$strChangeCopyModeCopy = '... เก็บของเก่าไว้.';
$strChangeCopyModeDeleteAndReload = ' ... ลบของเก่าจากตารางผู้ใช้ แล้วเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น.';
$strChangeCopyModeJustDelete = ' ... ลบของเก่าทิ้งไปจากตารางผู้ใช้.';
$strChangeCopyModeRevoke = ' ... เรียกคืนสิทธิ์ทั้งหมดจากเดิม แล้วลบมันหลังจากนั้น.';
$strChangeCopyUser = 'เปลี่ยนข้อมูลล็อกอิน / ทำสำเนาผู้ใช้';
$strChangeDisplay = 'เลือกฟิลด์ที่ต้องการแสดง';
$strChangePassword = 'เปลี่ยนรหัสผ่าน';
$strCharset = 'ชุดตัวอักษร';
$strCharsetOfFile = 'ชุดอักขระของไฟล์ (character set):';
$strCharsets = 'ชุดตัวอักษร';
$strCharsetsAndCollations = 'ชุดตัวอักษร และการเรียงลำดับ';
$strCheckAll = 'เลือกทั้งหมด';
$strCheckPrivs = 'ตรวจสอบสิทธิ';
$strCheckPrivsLong = 'ตรวจสอบสิทธิสำหรับฐานข้อมูล &quot;%s&quot;.';
$strCheckTable = 'ตรวจสอบตาราง';
$strChoosePage = 'เลือกหน้าที่ต้องการแก้ไข';
$strColComFeat = 'แสดงหมายเหตุของคอลัมน์';
$strCollation = 'การเรียงลำดับ';
$strColumnNames = 'ชื่อคอลัมน์';
$strColumnPrivileges = 'สิทธิเฉพาะคอลัมน์';
$strCommand = 'คำสั่ง';
$strComments = 'หมายเหตุ';
$strCompleteInserts = 'คำสั่ง INSERT เต็มรูปแบบ';
$strCompression = 'บีบอัดข้อมูล';
$strConfigFileError = 'phpMyAdmin ไม่สามารถอ่านแฟ้มคอนฟิกูเรชั่นของคุณได้<br />โดยปกติ อาจจะเป็นเพราะตัว PHP หาไฟล์ไม่เจอ หรือไม่สามารถประมวลผล (parse) ไฟล์ได้<br />ลองเรียกไฟล์คอนฟิกูเรชั่นขึ้นมาโดยตรง (กดลิงค์ด้านล่าง) และดูว่ามี error message อะไรหรือไม่ ลองตรวจสอบดูเครื่องหมาย quote หรือ semicolon ว่าใส่ครบหรือเปล่า<br />ถ้าคุณเห็นหน้าว่างๆ แสดงว่าทุกอย่างเป็นปกติดี';
$strConfigureTableCoord = 'กรุณาตั้งค่าโคออร์ดิเนตของตาราง %s';
$strConnections = 'การเชื่อมต่อ';
$strCookiesRequired = 'ต้องอนุญาตใช้ใช้ \'คุ๊กกี้\' (cookie) เสียก่อน จึงจะผ่านจุดนี้ไปได้';
$strCopyTable = 'คัดลอกตารางไปยัง (ฐานข้อมูล<b>.</b>ตาราง):';
$strCopyTableOK = 'คัดลอกตาราง %s ไปเก็บในชื่อ %s เรียบร้อยแล้ว.';
$strCopyTableSameNames = 'คัดลอกตารางไปที่เดิมไม่ได้';
$strCouldNotKill = 'phpMyAdmin ไม่สามารถฆ่าเธรด %s. บางทีมันอาจจะถูกปิดไปแล้วก็ได้.';
$strCreate = 'สร้าง';
$strCreateIndex = 'สร้างดัชนีโดยคอลัมน์ %s';
$strCreateIndexTopic = 'สร้างดัชนีใหม่';
$strCreateNewDatabase = 'สร้างฐานข้อมูลใหม่';
$strCreateNewTable = 'สร้างตารางในฐานข้อมูลนี้ %s';
$strCreatePage = 'เริ่มหน้าใหม่';
$strCreatePdfFeat = 'การสร้างเอกสาร PDF';
$strCriteria = 'เงื่อนไข';
$strCroatian = 'โครเอเชีย';
$strCyrillic = 'ซิริลิค';
$strCzech = 'เช็ค';
$strCzechSlovak = 'เช็ค-สโลวัก';
 
$strDBComment = 'หมายเหตุของฐานข้อมูล: ';
$strDBGContext = 'คอนเท็กซ์';
$strDBGContextID = 'หมายเลขคอนเท็กซ์';
$strDBGHits = 'ฮิต';
$strDBGLine = 'บรรทัด';
$strDBGMaxTimeMs = 'เวลามากสุด, มิลลิวินาที';
$strDBGMinTimeMs = 'เวลาน้อยสุด, มิลลิวินาที';
$strDBGModule = 'โมดูล';
$strDBGTimePerHitMs = 'เวลา/ฮิต, มิลลิวินาที';
$strDBGTotalTimeMs = 'เวลาทั้งหมด, มิลลิวินาที';
$strDBRename = 'เปลี่ยนชื่อฐานข้อมูลเป็น';
$strDanish = 'เดนมาร์ก';
$strData = 'ข้อมูล';
$strDataDict = 'พจนานุกรมข้อมูล';
$strDataOnly = 'เฉพาะข้อมูล';
$strDatabase = 'ฐานข้อมูล';
$strDatabaseHasBeenDropped = 'โยนฐานข้อมูล %s ทิ้งไปเรียบร้อยแล้ว';
$strDatabases = 'ฐานข้อมูล';
$strDatabasesDropped = '%s ฐานข้อมูลได้ถูกทิ้งไปเรียบร้อยแล้ว.';
$strDatabasesStats = 'สถิติฐานข้อมูล';
$strDatabasesStatsDisable = 'ยกเลิกการเก็บสถิติ';
$strDatabasesStatsEnable = 'ให้มีการเก็บสถิติ';
$strDatabasesStatsHeavyTraffic = 'โปรดทราบ: การเปิดใช้การเก็บสถิติของฐานข้อมูล อาจจะทำให้มีปริมาณการถ่ายโอนข้อมูลจำนวนมาก ระหว่างเว็บเซิร์ฟเวอร์ และเซิร์ฟเวอร์ MySQL.';
$strDbPrivileges = 'สิทธิเจาะจงเฉพาะฐานข้อมูล';
$strDbSpecific = 'เฉพาะฐานข้อมูล';
$strDefault = 'ค่าปริยาย';
$strDefragment = 'จัดระเบียบตาราง';
$strDelete = 'ลบ';
$strDeleteAndFlush = 'ลบผู้ใช้ และเรียกใช้รายการสิทธิ์ใหม่หลังจากนั้น.';
$strDeleteAndFlushDescr = 'นี่เป็นวิธีที่หมดจดที่สุด แต่การโหลดสิทธิใช้งานใหม่ จะต้องใช้เวลาสักระยะ.';
$strDeleted = 'ลบเรียบร้อยแล้ว';
$strDeletedRows = 'แถวที่ถูกลบ:';
$strDeleting = 'กำลังลบ %s';
$strDescending = 'มากไปน้อย';
$strDescription = 'รายละเอียด';
$strDictionary = 'พจนานุกรม';
$strDisabled = 'ระงับการใช้อยู่';
$strDisplayFeat = 'ความสามารถด้านการแสดงผล';
$strDisplayOrder = 'ลำดับการแสดง:';
$strDisplayPDF = 'แสดงสกีมาของ PDF';
$strDoAQuery = 'ทำ "คำค้นจากตัวอย่าง" (wildcard: "%")';
$strDoYouReally = 'ต้องการจะ ';
$strDocu = 'เอกสารอ้างอิง';
$strDrop = 'โยนทิ้ง';
$strDropUsersDb = 'โยนฐานข้อมูลที่มีชื่อเดียวกับผู้ใช้ทิ้ง.';
$strDumpXRows = 'ดัมพ์แถว %s แถว เริ่มที่แถว %s';
$strDumpingData = 'dump ตาราง';
$strDynamic = 'ไม่คงที่';
 
$strEdit = 'แก้ไข';
$strEditPDFPages = 'แก้ไขหน้า PDF';
$strEditPrivileges = 'แก้ไขสิทธิ';
$strEffective = 'มีผล';
$strEmpty = 'ลบข้อมูล';
$strEmptyResultSet = 'MySQL คืนผลลัพธ์ว่างเปล่ากลับมา (null / 0 แถว).';
$strEnabled = 'เปิดใช้อยู่';
$strEnd = 'ท้ายสุด';
$strEndCut = 'สิ้นสุดจุดตัด';
$strEndRaw = 'สิ้นสุดข้อมูลดิบ';
$strEnglish = 'อังกฤษ';
$strEnglishPrivileges = ' โปรดทราบ: ชื่อของสิทธิใน MySQL จะแสดงเป็นภาษาอังกฤษ ';
$strError = 'ผิดพลาด';
$strEstonian = 'เอสโตเนีย';
$strExcelOptions = 'ตัวเลือก Excel';
$strExplain = 'อธิบาย SQL';
$strExport = 'ส่งออก';
$strExtendedInserts = 'แทรกหลายระเบียนในคราวเดียว';
$strExtra = 'เพิ่มเติม';
 
$strFailedAttempts = 'ความพยายามล้มเหลว';
$strField = 'ฟิลด์';
$strFieldHasBeenDropped = 'โยนฟิลด์ %s ทิ้งไปเรียบร้อยแล้ว';
$strFields = 'จำนวนฟิลด์';
$strFieldsEmpty = ' จำนวนฟิลด์คือ ว่างเปล่า! ';
$strFieldsEnclosedBy = 'คร่อมฟิลด์ด้วย';
$strFieldsEscapedBy = 'เครื่องหมายสำหรับ escape char';
$strFieldsTerminatedBy = 'จบฟิลด์ด้วย';
$strFileCouldNotBeRead = 'อ่านไฟล์ไม่ได้';
$strFileNameTemplate = 'รูปแบบของชื่อไฟล์';
$strFileNameTemplateRemember = 'จำรูปแบบ';
$strFixed = 'คงที่';
$strFlushTable = 'ล้างตาราง (flush)';
$strFormEmpty = 'ค่าในแบบฟอร์มหายไป !';
$strFormat = 'รูปแบบ';
$strFullText = 'ทั้งข้อความ';
$strFunction = 'ฟังก์ชั่น';
 
$strGenBy = 'สร้างโดย';
$strGenTime = 'เวลาในการสร้าง';
$strGeneralRelationFeat = 'ความสามารถด้านรีเลชันทั่วไป';
$strGeorgian = 'จอร์เจีย';
$strGerman = 'เยอรมัน';
$strGlobal = 'โกลบอล';
$strGlobalPrivileges = 'สิทธิแบบโกลบอล';
$strGlobalValue = 'ค่าแบบโกลบอล';
$strGo = 'ลงมือ';
$strGrantOption = 'มอบสิทธิ';
$strGreek = 'กรีก';
$strGzip = '"gzipped"';
 
$strHasBeenAltered = 'เปลี่ยนเสร็จแล้ว';
$strHasBeenCreated = 'สร้างเสร็จแล้ว';
$strHaveToShow = 'ต้องเลือกให้แสดงอย่างน้อยหนึ่งคอลัมน์';
$strHebrew = 'ฮิบรู';
$strHexForBinary = 'ใช้เลขฐานสิบหกสำหรับช่องข้อมูลไบนารี';
$strHome = 'หน้าบ้าน';
$strHomepageOfficial = 'โฮมเพจอย่างเป็นทางการของ phpMyAdmin';
$strHost = 'โฮสต์';
$strHostEmpty = 'ชื่อโฮสต์ยังว่างอยู่!';
$strHungarian = 'ฮังการี';
 
$strIcelandic = 'ไอซ์แลนด์';
$strId = 'ID';
$strIdxFulltext = 'ข้อความเต็ม (fulltext)';
$strIgnore = 'ไม่สนใจ';
$strIgnoringFile = 'ไม่สนใจไฟล์ %s';
$strImportDocSQL = 'นำเข้าไฟล์ docSQL';
$strImportFiles = 'นำเข้าไฟล์';
$strInUse = 'ใช้อยู่';
$strIndex = 'ดัชนี';
$strIndexHasBeenDropped = 'โยนดัชนี %s ทิ้งไปเรียบร้อยแล้ว';
$strIndexName = 'ชื่อดัชนี :';
$strIndexType = 'ชนิดของดัชนี :';
$strIndexes = 'ดัชนี';
$strInnodbStat = 'สถานะของ InnoDB';
$strInsecureMySQL = 'จากไฟล์เก็บค่ากำหนดของคุณ คุณไม่ได้ตั้งรหัสผ่านสำหรับ root ซึ่งจะถูกใช้เป็นชื่อปริยายซึ่งมีสิทธิพิเศษ. เซิร์ฟเวอร์ MySQL ที่ทำงานด้วยค่าปริยายนี้ อาจถูกบุกรุกได้ คุณควรจะแก้ไขรูรั่วอันนี้ทันที เพื่อความปลอดภัย';
$strInsert = 'แทรก';
$strInsertAsNewRow = 'แทรกเป็นแถวใหม่';
$strInsertNewRow = 'แทรกแถวใหม่';
$strInsertedRowId = 'แทรกเลขประจำแถว:';
$strInsertedRows = 'แถวที่ถูกแทรก:';
$strInternalRelations = 'รีเลชันภายใน';
 
$strJapanese = 'ญี่ปุ่น';
$strJumpToDB = 'กระโดดไปที่ฐานข้อมูล &quot;%s&quot;.';
$strJustDelete = 'แค่ลบผู้ใช้ออกจากตารางแสดงสิทธิเข้าถึง';
 
$strKeepPass = 'กรุณาอย่าเปลี่ยนรหัสผ่าน';
$strKeyname = 'ชื่อคีย์';
$strKill = 'ฆ่าทิ้ง';
$strKorean = 'เกาหลี';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'ตัวเลือก LaTeX';
$strLandscape = 'แนวนอน';
$strLatexCaption = 'คำอธิบายตาราง';
$strLatexContinued = '(ต่อ)';
$strLatvian = 'ลัตเวีย';
$strLengthSet = 'ความยาว/เซต*';
$strLimitNumRows = 'ระเบียนต่อหน้า';
$strLinesTerminatedBy = 'จบแถวด้วย';
$strLinkNotFound = 'ไม่พบลิงก์';
$strLinksTo = 'เชื่อมไปยัง';
$strLithuanian = 'ลิธัวเนีย';
$strLocalhost = 'โลคอล';
$strLocationTextfile = 'เลือกไฟล์ข้อความจาก';
$strLogPassword = 'รหัสผ่าน:';
$strLogServer = 'เซิร์ฟเวอร์';
$strLogUsername = 'ชื่อผู้ใช้:';
$strLogin = 'เข้าสู่ระบบ';
$strLoginInformation = 'ข้อมูลล็อกอิน';
$strLogout = 'ออกจากระบบ';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'MIME-types ที่มีอยู่';
$strMIME_available_transform = 'การแปลงที่เรียกใช้ได้';
$strMIME_description = 'รายละเอียด';
$strMIME_nodescription = 'ไม่ปรากฏรายละเอียดสำหรับการแปลงนี้.<br />กรุณาสอบถามผู้เขียนว่า, %s ทำอะไร.';
$strMIME_transformation_options = 'ตัวเลือกการแปลง';
$strMaximumSize = 'ขนาดใหญ่สุด: %s%s';
$strModifications = 'บันทึกการแก้ไขเรียบร้อยแล้ว';
$strModify = 'แก้ไข';
$strModifyIndexTopic = 'แก้ไขดัชนี';
$strMoveTable = 'ย้ายตารางไป (database<b>.</b>table):';
$strMoveTableOK = 'ตาราง %s ถูกย้ายไป %s แล้ว';
$strMoveTableSameNames = 'ย้ายตารางไปที่เดิมไม่ได้';
$strMultilingual = 'หลายภาษา';
$strMySQLCharset = 'ชุดตัวอักษร (charset) ของ MySQL';
$strMySQLSaid = 'MySQL แสดง: ';
$strMySQLShowProcess = 'แสดงงานที่ทำอยู่ของ MySQL';
$strMySQLShowStatus = 'แสดงสถานะของ MySQL';
$strMySQLShowVars = 'แสดงตัวแปรระบบของ MySQL';
 
$strName = 'ชื่อ';
$strNext = 'ต่อไป';
$strNo = 'ไม่';
$strNoDatabases = 'ไม่มีฐานข้อมูล';
$strNoDatabasesSelected = 'ยังไม่ได้เลือกฐานข้อมูล.';
$strNoDescription = 'ไม่มีรายละเอียด';
$strNoDropDatabases = 'คำสั่ง "DROP DATABASE" ถูกปิดไว้';
$strNoExplain = 'ไม่ต้องอธิบาย SQL';
$strNoFrames = 'เบราเซอร์ที่<b>ใช้เฟรมได้</b> จะช่วยให้ใช้ phpMyAdmin ได้ง่ายขึ้น';
$strNoIndex = 'ยังไม่ได้กำหนดดัชนีใดๆ!';
$strNoIndexPartsDefined = 'ไม่ได้กำหนดส่วนใดๆ ของดัชนี!';
$strNoModification = 'ไม่มีการเปลี่ยนแปลง';
$strNoOptions = 'รูปแบบนี้ไม่มีตัวเลือก';
$strNoPassword = 'ไม่มีรหัสผ่าน';
$strNoPhp = 'ไม่เอาโค้ด PHP';
$strNoPrivileges = 'ไม่มีสิทธิ';
$strNoRights = 'คุณไม่มีสิทธิที่จะเข้ามาตรงนี้!';
$strNoRowsSelected = 'ยังไม่ได้เลือกแถว';
$strNoTablesFound = 'ไม่พบตารางใด ๆ ในฐานข้อมูล';
$strNoUsersFound = 'ไม่พบผู้ใช้ใดๆ.';
$strNoValidateSQL = 'ไม่ต้องตรวจสอบ SQL';
$strNone = 'ไม่มี';
$strNotNumber = 'ค่านี้ไม่ใช่ตัวเลข!';
$strNotOK = 'ไม่ตกลง';
$strNotSet = 'ไม่พบตาราง <b>%s</b> ใน %s';
$strNull = 'ว่างเปล่า (null)';
$strNumSearchResultsInTable = 'พบ %s ผลลัพธ์ที่ตรงในตาราง <i>%s</i>';
$strNumSearchResultsTotal = '<b>รวม:</b> <i>%s</i> ผลลัพธ์ที่ตรง';
$strNumTables = 'ตาราง';
 
$strOK = 'ตกลง';
$strOperations = 'กระบวนการ';
$strOptimizeTable = 'ปรับแต่งตาราง';
$strOr = 'หรือ';
$strOverhead = 'เกินความจำเป็น';
$strOverwriteExisting = 'เขียนทับแฟ้มที่มีอยู่แล้ว';
 
$strPHP40203 = 'คุณกำลังใช้ PHP รุ่น 4.2.3, ซึ่งมีบั๊กร้ายแรงเกี่ยวกับ multi-byte strings (mbstring). กรุณาดูรายงานบั๊ก PHP หมายเลข 19404. เราไม่แนะนำให้คุณใช้ PHP รุ่นนี้กับ phpMyAdmin.';
$strPHPVersion = 'รุ่นของ PHP';
$strPageNumber = 'หมายเลขหน้า:';
$strPaperSize = 'ขนาดกระดาษ';
$strPartialText = 'ข้อความบางส่วน';
$strPassword = 'รหัสผ่าน';
$strPasswordChanged = 'เปลี่ยนรหัสผ่านของ %s เรียบร้อยแล้ว';
$strPasswordEmpty = 'รหัสผ่านยังว่างอยู่!';
$strPasswordNotSame = 'รหัสผ่านไม่ตรงกัน!';
$strPdfDbSchema = 'schema ของฐานข้อมูล "%s" - หน้า %s';
$strPdfInvalidTblName = 'ไม่มีตาราง "%s"!';
$strPdfNoTables = 'ไม่มีตาราง';
$strPerHour = 'ต่อชั่วโมง';
$strPerMinute = 'ต่อนาที';
$strPerSecond = 'ต่อวินาที';
$strPhoneBook = 'สมุดโทรศัพท์';
$strPhp = 'สร้างโค้ด PHP';
$strPmaDocumentation = 'เอกสารการใช้ phpMyAdmin';
$strPmaUriError = '<b>ต้อง</b>กำหนดค่า <tt>$cfg[\'PmaAbsoluteUri\']</tt> ในไฟล์คอนฟิกูเรชั่นเสียก่อน';
$strPolish = 'โปแลนด์';
$strPortrait = 'แนวตั้ง';
$strPos1 = 'จุดเริ่มต้น';
$strPrevious = 'ก่อนหน้า';
$strPrimary = 'ไพรมารี';
$strPrimaryKeyHasBeenDropped = 'โยนไพรมารีคีย์ทิ้งไปเรียบร้อยแล้ว';
$strPrimaryKeyName = 'ชื่อของไพรมารีคีย์ จะต้องเป็น PRIMARY เท่านั้น';
$strPrimaryKeyWarning = '(ชื่อของไพรมารีคีย์<b>จะต้องเป็น</b> "PRIMARY" เท่านั้น!)';
$strPrint = 'พิมพ์';
$strPrintView = 'แสดง';
$strPrivDescAllPrivileges = 'ให้สิทธิทุกอย่าง ยกเว้นการให้สิทธิแก่ผู้อื่น (GRANT).';
$strPrivDescAlter = 'อนุญาตให้เปลี่ยนโครงสร้างของตารางที่มีอยู่เดิม.';
$strPrivDescCreateDb = 'อนุญาตให้สร้างฐานข้อมูล และตารางใหม่.';
$strPrivDescCreateTbl = 'อนุญาตให้สร้างตารางใหม่.';
$strPrivDescCreateTmpTable = 'อนุญาตให้สร้างตารางชั่วคราว.';
$strPrivDescDelete = 'อนุญาตให้ลบข้อมูล';
$strPrivDescDropDb = 'อนุญาตให้ทิ้งฐานข้อมูล และตาราง';
$strPrivDescDropTbl = 'อนุญาตให้ทิ้งตาราง';
$strPrivDescExecute = 'อนุญาตให้รัน stored procedure (ไม่มีผลใน MySQL รุ่นนี้)';
$strPrivDescFile = 'อนุญาตให้นำเข้าข้อมูล และส่งออกข้อมูล ไปที่ไฟล์';
$strPrivDescGrant = 'อนุญาตให้เพิ่มผู้ใช้ และสิทธิเข้าถึง โดยไม่ต้องเรียกใช้ตารางสิทธิใหม่';
$strPrivDescIndex = 'อนุญาตให้สร้าง และทิ้ง ดัชนี';
$strPrivDescInsert = 'อนุญาตให้เพิ่ม และแทนที่ ข้อมูล';
$strPrivDescLockTables = 'อนุญาตให้ล็อกตารางสำหรับเธรดปัจจุบัน';
$strPrivDescMaxConnections = 'จำกัดจำนวนการเชื่อมต่อใหม่ ที่ผู้ใช้จะสามารถเปิดได้ ต่อชั่วโมง';
$strPrivDescMaxQuestions = 'จำกัดจำนวนของคำค้น ที่ผู้ใช้จะสามารถส่งมาที่เซิร์ฟเวอร์ได้ ต่อชั่วโมง';
$strPrivDescMaxUpdates = 'จำกัดจำนวนของคำสั่ง ที่จะเปลี่ยนแปลงตาราง หรือฐานข้อมูลใดๆ ที่ผู้ใช้จะสามารถสั่งได้ ต่อชั่วโมง';
$strPrivDescProcess3 = 'อนุญาตให้ทำลายโพรเซสของผู้ใช้อื่น';
$strPrivDescProcess4 = 'อนุญาตให้ดูคำค้นทั้งหมดในรายการโพรเซส';
$strPrivDescReferences = 'ไม่มีผลใน MySQL รุ่นนี้';
$strPrivDescReload = 'อนุญาตให้เรียกใช้ค่ากำหนดของเซิร์ฟเวอร์ใหม่ และล้างแคชของเซิร์ฟเวอร์';
$strPrivDescReplClient = 'มอบสิทธิให้ผู้ใช้ ในการถามว่า slaves หรือ masters อยู่ที่ไหน.';
$strPrivDescSelect = 'อนุญาตให้อ่านข้อมูลได้.';
$strPrivDescShowDb = 'สามารถเรียกดูรายการฐานข้อมูลทั้งหมดได้';
$strPrivDescShutdown = 'อนุญาตให้ปิดเซิร์ฟเวอร์ได้';
$strPrivDescUpdate = 'อนุญาตให้เปลี่ยนข้อมูลได้.';
$strPrivDescUsage = 'ไม่มีสิทธิใดๆ.';
$strPrivileges = 'สิทธิ';
$strPrivilegesReloaded = 'สิทธิได้ถูกเรียกใช้ใหม่เรียบร้อยแล้ว';
$strProcesslist = 'รายการโพรเซส';
$strPutColNames = 'ใส่ชื่อฟิลด์ที่แถวแรก';
 
$strQBE = 'คำค้นจากตัวอย่าง';
$strQBEDel = 'ลบ';
$strQBEIns = 'เพิ่ม';
$strQueryFrame = 'หน้าต่างคำค้น';
$strQueryOnDb = 'คำค้นบนฐานข้อมูล <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>สถิติคำค้น</b>: มี %s คำค้น ถูกส่งไปที่เซิร์ฟเวอร์ นับตั้งแต่เริ่มระบบ.';
$strQueryTime = 'คำค้นใช้เวลา %01.4f วินาที';
$strQueryType = 'ชนิดคำค้น';
 
$strReType = 'พิมพ์ใหม่';
$strReceived = 'ได้รับ';
$strRecords = 'ระเบียน';
$strReferentialIntegrity = 'ตรวจสอบความสมบูรณ์ของการอ้างถึง:';
$strRefresh = 'เรียกใหม่';
$strRelationNotWorking = 'ความสามารถเพิ่มเติมสำหรับ linked Tables ได้ถูกระงับเอาไว้ ตามเหตุผลที่แจ้งไว้ใน %shere%s';
$strRelationView = 'มุมมองรีเลชัน';
$strRelationalSchema = 'รีเลชันแนล สกีมา';
$strRelations = 'รีเลชัน';
$strReloadMySQL = 'รีโหลด MySQL ใหม่';
$strReloadingThePrivileges = 'ปรับปรุงสิทธิเข้าถึงใหม่อีกรอบ';
$strRemoveSelectedUsers = 'ถอนผู้ใช้ที่เลือก';
$strRenameTable = 'เปลี่ยนชื่อตารางเป็น';
$strRenameTableOK = 'ตาราง %s ได้ถูกเปลี่ยนชื่อเป็น %s';
$strRepairTable = 'ซ่อมแซมตาราง';
$strReplaceNULLBy = 'แทนที่ NULL เป็น';
$strReplaceTable = 'เขียนทับด้วยข้อมูลจากไฟล์';
$strReset = 'เริ่มใหม่';
$strResourceLimits = 'ขีดจำกัดของทรัพยากร';
$strRevoke = 'เพิกถอน';
$strRevokeAndDelete = 'เพิกถอน active privileges ทั้งหมดจากผู้ใช้ และลบผู้ใช้ทิ้งหลังจากนั้น.';
$strRevokeAndDeleteDescr = 'ผู้ใช้ต่างๆ ยังคงมีสิทธิ USAGE จนกว่า ข้อมูลสิทธิ จะถูกเรียกใช้ใหม่อีกที.';
$strRevokeMessage = 'คุณได้เพิกถอนสิทธิของ %s';
$strRomanian = 'โรมาเนีย';
$strRowLength = 'ความยาวแถว';
$strRowSize = ' ขนาดแถว ';
$strRows = 'แถว';
$strRowsFrom = 'แถว เริ่มจากแถวที่';
$strRowsModeFlippedHorizontal = 'แนวนอน (หมุนหัวเรื่อง)';
$strRowsModeHorizontal = 'แนวนอน';
$strRowsModeOptions = 'อยู่ใน %s และซ้ำหัวแถวทุกๆ %s เซลล์';
$strRowsModeVertical = 'แนวตั้ง';
$strRowsStatistic = 'สถิติของแถว';
$strRunQuery = 'ประมวลผลคำค้น';
$strRunSQLQuery = 'ประมวลผลคำค้นบนฐานข้อมูล %s';
$strRunning = 'ทำงานอยู่บน %s';
$strRussian = 'รัสเซีย';
 
$strSQL = 'SQL';
$strSQLOptions = 'ตัวเลือก SQL';
$strSQLParserBugMessage = 'อาจจะมีการเปลี่ยนแปลงบางอย่าง ที่คุณพบว่ามันเป็นข้อผิดพลาดของตัวอ่านคำสั่ง SQL. กรุณาตรวจสอบคำค้นของคุณให้ถี่ถ้วน โดยเฉพาะการเปิด/ปิดเครื่องหมายคำพูด (quotes) ให้ถูกต้อง. อีกสาเหตุหนึ่งที่เป็นไปได้คือ คุณอาจจะอัพโหลดแฟ้มไบนารีข้างนอกช่วงของเครื่องหมายคำพูด. คุณสามารถที่จะลองคำค้นของคุณที่คอมมานด์ไลน์ของ MySQL ซึ่งคุณอาจจะพบข้อผิดพลาดบางอย่างในนั้น. หากเซิร์ฟเวอร์ MySQL แจ้งข้อผิดพลาดมา, ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น. ถ้าคุณยังพบปัญหากับ parser ใน phpMyAdmin อยู่ แต่ไม่พบปัญหากับ parser ในคอมมานด์ไลน์, ให้ลองลดความยาวของคำค้น SQL ลง จนกระทั่งเหลือคำค้น SQL เดี่ยวๆ ที่ยังทำให้เกิดปัญหาอยู่อีก, แล้วแจ้งข้อผิดพลาดดังกล่าวมาที่เรา, ส่งมันมาพร้อมกับตัวข้อมูลที่คุณค้น ซึ่งได้จากส่วนของ CUT ด้านล่าง.';
$strSQLParserUserError = 'อาจจะมีข้อผิดพลาดบางอย่างในคำค้น SQL ของคุณ. หาก MySQL server ได้แจ้งข้อผิดพลาดมาด้านล่างนี้ ให้ลองอ่านดู มันอาจจะช่วยให้คุณวินิจฉัยปัญหาได้ดีขึ้น';
$strSQLQuery = 'คำค้น SQL';
$strSQLResult = 'ผลลัพธ์ SQL';
$strSQPBugInvalidIdentifer = 'ชื่อตัวแปรไม่ถูกต้อง';
$strSQPBugUnclosedQuote = 'ไม่ได้ปิดเครื่องหมายคำพูด';
$strSQPBugUnknownPunctuation = 'มีเครื่องหมายวรรคตอนที่ไม่รู้จัก';
$strSave = 'บันทึก';
$strScaleFactorSmall = 'อัตราย่อน้อยเกินไป ที่จะจัดให้สกีมาอยู่ในหน้าเดียว';
$strSearch = 'ค้นหา';
$strSearchFormTitle = 'ค้นหาในฐานข้อมูล';
$strSearchInTables = 'ในตาราง:';
$strSearchNeedle = 'คำ หรือ ค่าที่ต้องการค้นหา (wildcard: "%"):';
$strSearchOption1 = 'อย่างน้อยหนึ่งคำ';
$strSearchOption2 = 'ทุกคำ';
$strSearchOption3 = 'เหมือนทั้งวลี';
$strSearchOption4 = 'รูปแบบคำพ้อง (regular expression)';
$strSearchResultsFor = 'ผลการค้นหา "<i>%s</i>" %s:';
$strSearchType = 'ค้น:';
$strSelectADb = 'โปรดเลือกฐานข้อมูล';
$strSelectAll = 'เลือกทั้งหมด';
$strSelectFields = 'เลือกฟิลด์ (อย่างน้อยหนึ่งฟิลด์):';
$strSelectNumRows = 'ในคำค้น';
$strSelectTables = 'เลือกตาราง';
$strSend = 'ส่งมาเป็นไฟล์';
$strSent = 'ถูกส่ง';
$strServer = 'เซิร์ฟเวอร์';
$strServerChoice = 'ตัวเลือกเซิร์ฟเวอร์';
$strServerNotResponding = 'เซิร์ฟเวอร์ดังกล่าวไม่ตอบสนอง';
$strServerStatus = 'ข้อมูลรันไทม์';
$strServerStatusUptime = 'เซิร์ฟเวอร์ MySQL นี้รันมาเป็นเวลา %s. เริ่มตอน %s.';
$strServerTabProcesslist = 'โพรเซส';
$strServerTabVariables = 'ตัวแปร';
$strServerTrafficNotes = '<b>การจราจรของเซิร์ฟเวอร์</b>: ตารางนี้แสดงสถิติของการจราจรบนเครือข่าย สำหรับเซิร์ฟเวอร์ MySQL นี้ ตั้งแต่มันเริ่มทำงาน.';
$strServerVars = 'ตัวแปร และค่ากำหนด ของเซิร์ฟเวอร์';
$strServerVersion = 'รุ่นของเซิร์ฟเวอร์';
$strSessionValue = 'ค่าเซสชั่น';
$strSetEnumVal = 'ถ้าชนิดของฟิลด์เป็น "enum" หรือ "set" โปรดใส่ค่าตามรูปแบบ: \'a\',\'b\',\'c\'...<br />ถ้าต้องการใส่เครื่องหมาย backslash ("\\") หรือ อัญประกาศเดี่ยว ("\'") เข้าไปในค่าเหล่านั้น ให้ใส่เครื่องหมาย แบ๊กแสลช นำหน้า (ตัวอย่าง: \'\\\\xyz\' or \'a\\\'b\')';
$strShow = 'แสดง';
$strShowAll = 'แสดงทั้งหมด';
$strShowColor = 'แสดงสี';
$strShowDatadictAs = 'รูปแบบพจนานุกรมข้อมูล';
$strShowFullQueries = 'แสดงคำค้นแบบเต็ม';
$strShowGrid = 'แสดงกริด';
$strShowPHPInfo = 'แสดงข้อมูลของ PHP';
$strShowTableDimension = 'แสดงมิติของตาราง';
$strShowTables = 'แสดงตาราง';
$strShowThisQuery = ' แสดงคำค้นนี้อีกที ';
$strShowingRecords = 'แสดงระเบียนที่ ';
$strSimplifiedChinese = 'จีน (แผ่นดินใหญ่)';
$strSingly = '(เดี่ยว)';
$strSize = 'ขนาด';
$strSlovak = 'สโลวัก';
$strSlovenian = 'สโลเวเนีย';
$strSort = 'เรียง';
$strSortByKey = 'เรียงโดยคีย์';
$strSpaceUsage = 'เนื้อที่ที่ใช้';
$strSpanish = 'สเปน';
$strSplitWordsWithSpace = 'คำถูกแบ่งด้วยช่องว่าง (" ").';
$strStatCheckTime = 'ตรวจสอบครั้งสุดท้ายเมื่อ';
$strStatCreateTime = 'สร้างเมื่อ';
$strStatUpdateTime = 'ปรับปรุงครั้งสุดท้ายเมื่อ';
$strStatement = 'คำสั่ง';
$strStatus = 'สถานะ';
$strStrucCSV = 'ข้อมูล CSV (คั่นด้วยเครื่องหมายลูกน้ำ ",")';
$strStrucData = 'ทั้งโครงสร้างและข้อมูล';
$strStrucDrop = 'เพิ่มคำสั่ง DROP TABLE';
$strStrucExcelCSV = 'ข้อมูล CSV สำหรับไมโครซอฟต์เอ็กเซล';
$strStrucOnly = 'เฉพาะโครงสร้าง';
$strStructPropose = 'เสนอโครงสร้างตาราง';
$strStructure = 'โครงสร้าง';
$strSubmit = 'ส่ง';
$strSuccess = 'ทำคำค้นเสร็จเรียบร้อยแล้ว';
$strSum = 'ผลรวม';
$strSwedish = 'สวีเดน';
$strSwitchToTable = 'สลับไปที่ตารางที่ถูกทำสำเนาไว้';
 
$strTable = 'ตาราง ';
$strTableComments = 'หมายเหตุของตาราง';
$strTableEmpty = 'ชื่อตารางยังว่างอยู่!';
$strTableHasBeenDropped = 'โยนตาราง %s ทิ้งไปเรียบร้อยแล้ว';
$strTableHasBeenEmptied = 'ลบข้อมูลในตาราง %s เรียบร้อยแล้ว';
$strTableHasBeenFlushed = 'ล้างตาราง %s เรียบร้อยแล้ว';
$strTableMaintenance = 'การดูแลรักษาตาราง';
$strTableOfContents = 'สารบัญ';
$strTableOptions = 'ตัวเลือกตาราง';
$strTableStructure = 'โครงสร้างตาราง';
$strTableType = 'ชนิดตาราง';
$strTables = '%s ตาราง';
$strTblPrivileges = 'สิทธิเจาะจงเฉพาะตาราง';
$strTextAreaLength = 'เนื่องจากความยาวของมัน <br />ฟิลด์นี้ ไม่อาจแก้ไขได้';
$strThai = 'ไทย';
$strTheme = 'หน้าตา';
$strThisHost = 'โฮสต์นี้';
$strThisNotDirectory = 'นี่ไม่ใช่ไดเรกทอรี';
$strThreadSuccessfullyKilled = 'เธรด %s ถูกทำลายเรียบร้อยแล้ว.';
$strTime = 'เวลา';
$strTotal = 'ทั้งหมด';
$strTotalUC = 'รวม';
$strTraditionalChinese = 'จีน (ไต้หวัน)';
$strTraditionalSpanish = 'สเปน (ดั้งเดิม)';
$strTraffic = 'การจราจร';
$strTransformation_image_jpeg__inline = 'แสดงรูปขนาดเล็กที่กดเข้าไปดูภาพใหญ่ได้; ตัวเลือก: ความกว้าง, ความสูง หน่วยเป็นพิกเซล (คงสัดส่วนเดิม)';
$strTransformation_image_jpeg__link = 'แสดงลิงก์ไปยังรูป (ดาวน์โหลดข้อมูลไบนารีโดยตรง/blob).';
$strTransformation_image_png__inline = 'ดูรูปชนิด image/jpeg ทันที';
$strTransformation_text_plain__formatted = 'สงวนการจัดรูปแบบเดิมในฟิลด์ไว้ -- ไม่แทรก escape character.';
$strTruncateQueries = 'ตัดทอนคำค้นที่แสดง';
$strTurkish = 'ตุรกี';
$strType = 'ชนิด';
 
$strUkrainian = 'ยูเครน';
$strUncheckAll = 'ไม่เลือกเลย';
$strUnicode = 'ยูนิโค้ด';
$strUnique = 'เอกลักษณ์';
$strUnknown = 'ไม่ระบุ';
$strUnselectAll = 'ไม่เลือกเลย';
$strUpdComTab = 'โปรดอ่านเอกสารเกี่ยวกับ วิธีการปรับปรุงตาราง Column_comments (เก็บหมายเหตุของคอลัมน์) ของคุณ';
$strUpdatePrivMessage = 'คุณได้ปรับปรุงสิทธิสำหรับ %s แล้ว';
$strUpdateProfileMessage = 'ปรับปรุงโพรไฟล์เรียบร้อยแล้ว';
$strUpdateQuery = 'ปรับปรุงคำค้น';
$strUsage = 'ใช้งาน';
$strUseBackquotes = 'ใส่ \'backqoute\' ให้กับชื่อตารางและฟิลด์';
$strUseTables = 'ใช้ตาราง';
$strUseTextField = 'ใช้ช่องใส่ข้อความ (text field)';
$strUseThisValue = 'ใช้ค่านี้';
$strUser = 'ผู้ใช้';
$strUserAlreadyExists = 'มีผู้ใช้ %s อยู่แล้ว!';
$strUserEmpty = 'ชื่อผู้ใช้ยังว่างอยู่!';
$strUserName = 'ชื่อผู้ใช้';
$strUserNotFound = 'ไม่พบผู้ใช้ที่เลือกในตารางแสดงสิทธิ';
$strUserOverview = 'ข้อมูลทั่วไปของผู้ใช้';
$strUsersDeleted = 'ลบผู้ใช้ที่เลือกไว้เรียบร้อยแล้ว.';
$strUsersHavingAccessToDb = 'ผู้ใช้มีสิทธิเข้าถึงฐานข้อมูล &quot;%s&quot;';
 
$strValidateSQL = 'ตรวจสอบ SQL';
$strValidatorError = 'ไม่สามารถเริ่มตัวตรวจสอบ SQL ได้. กรุณาตรวจสอบว่า คุณได้ติดตั้ง php extensions ที่จำเป็น ดังที่อธิบายไว้ใน %sdocumentation%s เรียบร้อยแล้ว';
$strValue = 'ค่า';
$strVar = 'ตัวแปร';
$strViewDump = 'ดูโครงสร้างของตาราง';
$strViewDumpDB = 'ดูโครงสร้างของฐานข้อมูล';
 
$strWebServerUploadDirectory = 'ไดเรกทอรีสำหรับอัพโหลด ที่เว็บเซิร์ฟเวอร์';
$strWebServerUploadDirectoryError = 'ไม่สามารถใช้งาน ไดเรกทอรีที่ตั้งไว้สำหรับอัพโหลดได้';
$strWelcome = '%s ยินดีต้อนรับ';
$strWestEuropean = 'ยุโรปตะวันตก';
$strWildcard = 'ไวล์การ์ด';
$strWithChecked = 'ทำกับที่เลือก:';
$strWritingCommentNotPossible = 'การเขียนหมายเหตุนั้นเป็นไปไม่ได้';
$strWritingRelationNotPossible = 'การเขียนรีเลชันนั้นเป็นไปไม่ได้';
$strWrongUser = 'อนุญาตให้เข้าใช้ไม่ได้ ชื่อผู้ใช้หรือรหัสผ่านผิด';
 
$strXML = 'XML';
 
$strYes = 'ใช่';
 
$strZeroRemovesTheLimit = 'โปรดทราบ: ถ้าเปลี่ยนค่าเหล่านี้เป็น 0 (ศูนย์) จะหมายถึง ไม่มีขีดจำกัด.';
$strZip = '"ถูกบีบอัดอยู่ (zip)"';
 
// To translate:
$strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strAddDropDatabase = 'Add DROP DATABASE';//to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strAddIntoComments = 'Add into comments';//to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
 
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strBrowseForeignValues = 'Browse foreign values'; //to translate
 
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
 
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDatabaseExportOptions = 'Database export options';//to translate
$strDatabaseNoTable = 'This database contains no table!';//to translate
$strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
$strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
$strDelayedInserts = 'ใช้ delayed inserts'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strDumpSaved = 'Dump has been saved to file %s.'; //to translate
 
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strExecuteBookmarked = 'Execute bookmarked query'; //to translate
 
$strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.'; //to translate
$strFlushPrivilegesNote = 'โปรดทราบ: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
 
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
 
$strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
 
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
 
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strMIME_transformation = 'Browser transformation';//to translate
$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
$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
$strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
 
$strNoPermission = 'The web server does not have permission to save the file %s.'; //to translate
$strNoSpace = 'Insufficient space to save the file %s.'; //to translate
 
$strOperator = 'Operator'; //to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
$strPrivDescSuper = 'อนุญาตให้เชื่อมต่อ, แม้ว่าจำนวนการเชื่อมต่อจะถึงระดับสูงสุดแล้ว; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
 
$strQueryWindowLock = 'Do not overwrite this query from outside the window'; //to translate
 
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
 
$strSQLExportType = 'Export type'; //to translate
$strSaveOnServer = 'Save on server in %s directory'; //to translate
$strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
$strStrucNativeExcel = 'ข้อมูล Native MS Excel'; //to translate
 
$strTakeIt = 'take it'; //to translate
$strToggleScratchboard = 'toggle scratchboard'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
$strTransformation_text_plain__external = 'สำหรับ ลีนุกซ์ เท่านั้น: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
$strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
$strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
$strTransformation_text_plain__substr = 'แสดงข้อความบางส่วนเท่านั้น. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
 
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strUseHostTable = 'ใช้ Host Table'; //to translate
 
$strViewDumpDatabases = 'View dump (schema) of databases';//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
 
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/translatecount.sh
0,0 → 1,31
#!/bin/sh
# $Id: translatecount.sh,v 2.0 2003/11/18 15:20:42 nijel Exp $
##
# Shell script to produce counts of just how out of date the translations are!
##
# Accepts optional parameters of a list of files to produce counts from
# Defaults to using all files
##
# Written by Robin Johnson <robbat2 at users.sourceforge.net>
##
srcfilelist=${@}
destfilelist=""
translationmatch='//to translate'
suffixtoremove='.inc.php'
added=0
if [ -z "${srcfilelist}" ]; then
srcfilelist="*.inc.php"
added=1
fi;
for i in ${srcfilelist}; do
if [ ! -e ${i} ]; then
$i=`eval ${i}*php3`
fi
if [ -e ${i} ]; then
destfilelist="${destfilelist} ${i}"
fi;
done;
destfilelist=`echo ${destfilelist} | xargs -n1 | egrep '.inc.php$'`
if [ ! -z "${destfilelist}" ]; then
grep -c -- "${translationmatch}" ${destfilelist} | sort -t':' -n +1 | sed -e "s/${suffixtoremove}//g" | xargs -n1 | egrep -v ':0$'
fi;
/Web/Maintenance/phpMyAdmin/lang/turkish-iso-8859-9.inc.php
0,0 → 1,1006
<?php
/* $Id: turkish-iso-8859-9.inc.php,v 2.125.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// son güncelleme:28.08.2005 (in nova roma)
// Türkçe Çeviri ® Bora Alioðlu
// mail: boralioglu[at]gmail.{com}
// icq uin: 20940178
// #######################################################
// çeviri hakkýndaki her türlü düzeltme ve önerileriniz
// için benimle temasa geçebilirsiniz...
// #######################################################
// son güncelleme:28.08.2005 (in nova roma)
//
// "o temporas o mores"
 
$charset = 'iso-8859-9';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Pazar', 'Pazartesi', 'Salý', 'Çarþamba', 'Perþembe', 'Cuma', 'Cumartesi');
$month = array('Ocak', 'Þubat', 'Mart', 'Nisan', 'Mayýs', 'Haziran', 'Temmuz', 'Aðustos', 'Eylül', 'Ekim', 'Kasým', 'Aralýk');
 
// Aþaðýdaki deðiþkenin tanýmlanmasý hakkýnda daha fazla bilgi için
// http://www.php.net/manual/en/function.strftime.php sitesine gözatýnýz
 
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s gün, %s saat, %s dakika ve %s saniye';
 
//new translations begin here
 
 
 
 
 
 
 
 
$strAbortedClients = 'Ýptal edildi';
$strAbsolutePathToDocSqlDir = 'Lütfen web sunucusu üzerinde docSQL dizinine giden tam yolu giriniz ';
$strAccessDenied = 'Eriþim engellendi';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL sunucusuna baðlanmayý denedi sunucu baðlantýyý reddetti. config.inc içerisindeki bilgisayar adresini(host) , kullanýcý adýný ve þifreyi kontrol edin ve MySQL sunucusunun yöneticisi tarafýndan size verilen bilgiyle uyuþtuðundan emin olun.';
$strAction = 'Eylem';
$strAddAutoIncrement = 'Otomatik artma ekle';
$strAddConstraints = 'Sýnýrlama ekle';
$strAddDeleteColumn = 'Sütun alaný Ekle/Sil';
$strAddDeleteRow = 'Kriter satýrý Ekle/Sil';
$strAddDropDatabase = '<b>DROP DATABASE</b> ekle';
$strAddedColumnComment = 'Sütun için eklenmiþ yorum';
$strAddedColumnRelation = 'Sütun için eklenmiþ iliþki';
$strAddFields = '%s alan(lar) ekle';
$strAddHeaderComment = 'Baþlýða yorum ekle (\\n satýr atlar)';
$strAddIfNotExists = 'IF NOT EXISTS ekle';
$strAddIntoComments = 'Yorumlara ekle';
$strAddNewField = 'Yeni alan ekle';
$strAddPrivilegesOnDb = 'Bir sonraki veritabaný üzerinde yetki ekle';
$strAddPrivilegesOnTbl = 'Bir sonraki tablo üzerinde yetki ekle';
$strAddSearchConditions = 'Arama durumu ekle ("where" komutu için):';
$strAddToIndex = '%s indeks satýrý ekle';
$strAddUserMessage = 'Yeni bir kullanýcý eklediniz.';
$strAddUser = 'Yeni kullanýcý ekle';
$strAdministration = 'Yönetim';
$strAffectedRows = 'Etkilenen satýrlar:';
$strAfterInsertBack = 'Önceki sayfaya geri dön';
$strAfterInsertNewInsert = 'Yeni kayýt ekle';
$strAfterInsertNext = 'Sonraki satýrý düzenle';
$strAfterInsertSame = 'Bu sayfaya geri dön';
$strAfter = '%s tablosundan sonra';
$strAllTableSameWidth = 'Bütün tablolarý ayný geniþlikte göster';
$strAll = 'Tümü';
$strAlterOrderBy = 'Tablo sýralamasýný þuna göre deðiþtir';
$strAnalyzeTable = 'Tabloyu analiz et';
$strAndThen = 've';
$strAnd = 'Ve';
$strAnIndex = '%s üzerinde yeni bir indeks eklendi';
$strAny = 'Herhangi';
$strAnyHost = 'Herhangi sunucu';
$strAnyUser = 'Herhangi kullanýcý';
$strApproximateCount = 'Tahmini olmalý. Ayrýntýlý bilgi için 3.11 FAQ\' süne bakýnýz ';
$strAPrimaryKey = '%s üzerinde birincil indeks eklendi';
$strArabic = 'Arapça';
$strArmenian = 'Ermenice';
$strAscending = 'Artan';
$strAtBeginningOfTable = 'Tablo baþýnda';
$strAtEndOfTable = 'Tablo sonunda';
$strAttr = 'Özellikler';
$strAutodetect = 'Otomatik';
$strAutomaticLayout = 'Otomatik düzen';
 
$strBack = 'Geri';
$strBaltic = 'Baltýk';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - düzenlemeyiniz';
$strBinaryLog = 'Binary kayýt';
$strBinLogEventType = 'Kayýt olay tipi';
$strBinLogInfo = 'Bilgi';
$strBinLogName = 'Kayýt ismi';
$strBinLogOriginalPosition = 'Orjinal kayýt yeri';
$strBinLogPosition = 'Kayýt yeri';
$strBinLogServerId = 'Sunucu ID\`si';
$strBookmarkAllUsers = 'Bütün kullanýcýlarýn bu bookmark\'a eriþimlerine izin ver';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = ' SQL sorgusu';
$strBookmarkThis = 'Bu SQL sorgusunu iþaretle';
$strBookmarkView = 'Sadece gözat';
$strBrowseForeignValues = 'Foreign(yabancý) deðerleri tara';
$strBrowse = 'Tara';
$strBufferPool = 'Ara Bellek Havuzu';
$strBufferPoolUsage = 'Ara Bellek Havuzu Kullanýmý';
$strBulgarian = 'Bulgarca';
$strBusyPages = 'Meþgul Sayfalar';
$strBzError = 'phpMyAdmin dump dosyasýný bu php versiyonundaki bozuk bir Bz2 uzantýsý nedeniyle sýkýþtýrýmadý. phpMyAdmin dizinindeki configurasyon dosyasý içindeki <code>$cfg[\'BZipDump\']</code> yönergesini <code>FALSE</code> \'a deðiþtirmeniz gerekmektedir. Bz2 sýkýþtýrma özelliklerini kullanmak istiyorsanýz ,bir sonraki php sürümüne güncelleme yapmanýz gerekmektedir.php hata raporu %s\' e bakýnýz ';
$strBzip = '"bzip"';
 
$strCalendar = 'Takvim';
$strCannotLogin = 'MySQL seçenekleri';
$strCantLoadRecodeIconv = 'Karakter seti dönüþümü için gerekli olan Iconv veya recode uzantýlarýný yükleyenemiyor. Php\'nin bu uzantýlara izin vermesini saðlayýn veya phpMyAdmin içinde karakter dönüþümünü devre dýþý býrakýnýz...';
$strCantLoad = '%s uzantýsý yüklenemiyor,<br />PHP konfigurasyon dosyasýný kontrol ediniz.';
$strCantRenameIdxToPrimary = 'Indeks\'i PRIMARY olarak adlandýrýmazsýnýz!';
$strCantUseRecodeIconv = 'Uzantý raporlarý yüklenmiþken , ne iconv,ne libinconv,ne de recode_string fonksiyonu kullanýlamaz. Php ayarlarýnýzý kontrol ediniz.';
$strCardinality = 'En önemli';
$strCaseInsensitive = 'büyük küçük harf duyarsýz';
$strCaseSensitive = 'büyük küçük harf duyarlý';
$strCentralEuropean = 'Orta Avrupa';
$strChangeCopyMode = 'Ayný yetkilerle yeni bir kullanýcý yarat ve :';
$strChangeCopyModeCopy = 'eski kullanýcýyý muhafaza et.';
$strChangeCopyModeDeleteAndReload = 'eski kullanýcýyý kullanýcý tablolarýndan sil ve sonra yetkileri yeniden yükle.';
$strChangeCopyModeJustDelete = 'eski kullanýcýyý kullanýcý tablolarýndan sil.';
$strChangeCopyModeRevoke = 'eskiden kalan bütün aktif yetkileri iptal et ve sil.';
$strChangeCopyUser = 'Login bilgisini deðiþtir / Kullanýcý kopyala';
$strChange = 'Deðiþtir';
$strChangeDisplay = 'Görmek istediðiniz alaný seçiniz';
$strChangePassword = 'Þifre Deðiþtir';
$strCharset = 'Karakter seti';
$strCharsetOfFile = 'Dosyanýn karakter seti:';
$strCharsetsAndCollations = 'Karakter setleri ve karþýlaþtýrmalar';
$strCharsets = 'Karakter setleri';
$strCheckAll = 'Tümünü seç';
$strCheckOverhead = 'Baþtan aþaðýya kontrol et';
$strCheckPrivsLong = '&quot;%s&quot; veritabaný için yetkileri kontrol et.';
$strCheckPrivs = 'Ýmtiyazlarý kontrol et';
$strCheckTable = 'Tabloyu kontrol et';
$strChoosePage = 'Lütfen düzenlemek istediðiniz sayfayý seçin';
$strColComFeat = 'Sütun yorumlarý gösteriliyor';
$strCollation = 'Karþýlaþtýrma';
$strColumnNames = 'Sütun adlarý';
$strColumnPrivileges = 'Sütuna özgü yetkiler';
$strCommand = 'Komut';
$strCommentsForTable = 'TABLO YORUMLARI';
$strComments = 'Sütun yorum,iliþki ve MIME tiplerini içer.';
$strCompatibleHashing = 'MySQL&nbsp;4.0 uyumlu';
$strCompleteInserts = 'Her INSERT komutunda sütun adlarýný ekle';
$strCompression = 'Sýkýþtýrma';
$strConfigFileError ='phpMyAdmin konfigurasyon dosyanýzý okuyamadý....<br /> Bu php yorumlama hatasý bulduðu zaman veya dosyayý bulamadýðý zaman meydana gelebilir..<br /> Lütfen aþaðýdaki linki kullanarak dosyayý direkt olarak çaðýrýn ve aldýðýnýz php hata mesajlarýný okuyunuz.Çoðu durumda herhangi bir yerde týrnak veya noktalý virgül eksiktir<br /> Boþ bir sayfayla karþýlaþýrsanýz ,herþey yolunda demektir.';
$strConfigureTableCoord = ' Lütfen %s tablosu için koordinatlarý yapýlandýrýnýz';
$strConnectionError = 'Baðlanamýyor: geçersiz ayarlar.';
$strConnections = 'Baðlantýlar';
$strConstraintsForDumped = 'Dökümü yapýlmýþ tablolar için kýsýtlamalar';
$strConstraintsForTable = 'Tablo için kýsýtlamalar';
$strCookiesRequired = 'Cookieler açýk olmalýdýr.';
$strCopyDatabaseOK = '%s veritabaný %s\` e kopyalandý.';
$strCopy = 'Kopyala';
$strCopyTableOK = '%s tablosu %s üzerine kopyalandý.';
$strCopyTableSameNames = 'Tabloyu aynýsýna kopyalayamýyor!';
$strCopyTable = 'Tabloyu (veritabaný<b>.</b>tablo) kopyala :';
$strCouldNotKill = 'phpMyAdmin %s iþlemini kapatamadý. Büyük ihtimalle daha önceden kapatýlmýþ.';
$strCreateDatabaseBeforeCopying = 'Kopyalamadan önce CREATE DATABASE (Veritabaný Yarat)';
$strCreate = 'Git';
$strCreateIndex = '%s. sütunda yeni bir indeks oluþtur.';
$strCreateIndexTopic = 'Yeni bir indeks oluþtur';
$strCreateNewDatabase = 'Yeni veritabaný oluþtur';
$strCreateNewTable = '<b>%s</b> veritabaný üzerinde yeni bir tablo oluþtur';
$strCreatePage = 'Yeni sayfa oluþtur';
$strCreatePdfFeat = 'PDF\'lerin oluþturulmasý';
$strCreationDates = 'Oluþturulma/Güncelleme/Kontrol tarihleri';
$strCriteria = 'Kriter';
$strCroatian = 'Hýrvatça';
$strCSVOptions = 'CSV seçenekleri';
$strCyrillic = 'Kiril';
$strCzech = 'Çekçe';
$strCzechSlovak = 'Çekçe-Slovakça';
 
$strDanish = 'Danimarkaca';
$strDatabaseEmpty = 'Veritabaný adý boþ!';
$strDatabaseExportOptions = 'Veritabaný dönüþüm ayarlarý';
$strDatabaseHasBeenDropped = '%s veritabaný kaldýrýldý.';
$strDatabaseNoTable = 'Bu veritabaný tablo içermiyor!';
$strDatabasesDropped = '%s veritabanlarý baþarýyla kaldýrýldý.';
$strDatabasesStatsDisable = 'Ýstatistikleri kapat';
$strDatabasesStatsEnable = 'Ýstatistikleri aç';
$strDatabasesStatsHeavyTraffic = 'Not: Burada veritabaný istatistiklerini açmak Web Sunucusu ile MySQL arasýnda yüksek trafiðe yol açabilir.';
$strDatabasesStats = 'Veritabaný istatistikleri';
$strDatabases = 'Veritabanlarý';
$strDatabase = 'Veritabaný';
$strDataDict = 'Veri sözlüðü';
$strDataOnly = 'Sadece veri';
$strDataPages = 'Veri içeren sayfalar';
$strData = 'Veri';
$strDBComment = 'Veritabaný yorumu:';
$strDBCopy = 'Veritabanýný þuraya kopyala:';
$strDBGContextID = 'Ýçerik ID';
$strDBGContext = 'Ýçerik';
$strDBGHits = 'Giriþler(hit)';
$strDBGLine = 'Satýr';
$strDBGMaxTimeMs = 'Max zaman, ms';
$strDBGMinTimeMs = 'Min zaman, ms';
$strDBGModule = 'Modül';
$strDBGTimePerHitMs = 'Zaman/Giriþ, ms';
$strDBGTotalTimeMs = 'Toplam zaman, ms';
$strDbPrivileges = 'Veritabanýna özgü yetkiler';
$strDBRename = 'Veritabanýný yeniden adlandýr';
$strDbSpecific = 'Veritabanýna özgü';
$strDefaultEngine = '%s bu MySQL sunucusunun üzerindeki varsayýlan depolama motorudur.';
$strDefaultValueHelp = 'Varsayýlan deðerler için týrnak iþareti veya slash koymak yerine tek deðer giriniz.Mesela : a';
$strDefault = 'Varsayýlan';
$strDefragment = 'Tabloyu birleþtir';
$strDelayedInserts = 'Gecikmiþ kayýt eklemeleri kullan';
$strDeleteAndFlushDescr = 'Bu en kýsa yoldur fakat yetkileri yeniden yüklemek zaman alabilir.';
$strDeleteAndFlush = 'Kullanýcýlarý sonra da yetkileri sil.';
$strDeletedRows = 'Silinen satýrlar:';
$strDeleted = 'Satýr silindi.';
$strDelete = 'Sil';
$strDeleting = '%s siliniyor';
$strDelOld = 'Sayfada kullanýlmayan tablolara verilmiþ referanslar bulunuyor. Bu referanslarý silmek ister misiniz?';
$strDescending = 'Azalan';
$strDescription = 'Tanýmlama';
$strDictionary = 'sözlük';
$strDirtyPages = 'Bozuk Sayfalar'; // not the actual translation i need some help
$strDisabled = 'Etkin deðil';
$strDisableForeignChecks = 'Yabancý anahtar iþaretlerini seçilemez kýl';
$strDisplayFeat = 'Özellikleri Göster';
$strDisplayOrder = 'Görünüm düzeni:';
$strDisplayPDF = 'PDF þemasýný göster';
$strDoAQuery = '<br /><br />"Örnekle sorgu" yap. (joker:%) <br />';
$strDocu = 'Yardým';
$strDoYouReally = 'Aþaðýdaki komutu uygulamak istediðinizden emin misiniz? ';
$strDropDatabaseStrongWarning = 'Bütün bir veritabanýný YOK ETMEK üzeresiniz!';
$strDrop = 'Kaldýr';
$strDropUsersDb = 'Kullanýcýlarla ayný isimlerde olan veritabanlarýný kaldýr.';
$strDumpingData = 'Tablo döküm verisi';
$strDumpSaved = 'Döküm dosyasý %s dosyasýna kaydedildi';
$strDumpXRows = 'Satýr sayýsý : %s %s .satýrdan baþlayarak.';
$strDynamic = 'deðiþken';
 
$strEdit = 'Düzenle';
$strEditPDFPages = ' PDF Sayfalarýný düzenle';
$strEditPrivileges = 'Öncelikleri Düzenle';
$strEffective = 'Efektif';
$strEmpty = 'Boþalt';
$strEmptyResultSet = 'MySQL boþ bir sonuç kümesi döndürdü ( sýfýr satýr).';
$strEnabled = 'Etkin';
$strEncloseInTransaction = 'Ýþlemlerde dönüþtürü ekle';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineAvailable = '%s bu MySQL sunucusu üzerinde bulunmaktadýr.'; $strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklememektedir.';
$strEngineDisabled = '%s bu MySQL sunucusu için devre dýþý býrakýlmýþtýr.';
$strEngines = 'Motorlar';
$strEnglishPrivileges = ' Not: MySQL yetki adlarý Ýngilizce olarak belirtilmiþtir ';
$strEnglish = 'Ýngilizce';
$strError = 'Hata';
$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanýlmak isteniyorsa \ ile beraber kullanýlmalýdýr.';
$strEstonian = 'Estonyaca';
$strExcelEdition = 'Excel tipi';
$strExcelOptions = 'Excel ayarlarý';
$strExecuteBookmarked = 'Ýþaretlenmiþ sorguyu çalýþtýr';
$strExplain = 'SQL\'i açýkla';
$strExport = 'Dönüþtür';
$strExtendedInserts = 'Tablo ismini ve INSERT deyimini sadece bir kez kullan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Baþarýsýz denemeler';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s alaný kaldýrýlmýþtýr';
$strFields = 'Alanlar';
$strFieldsEmpty = ' Alan sayýsý boþ! ';
$strFieldsEnclosedBy = 'Kapatma karakteri';
$strFieldsEscapedBy = 'Kaçýþ karakteri';
$strFieldsTerminatedBy = 'Alan sonu karakteri';
$strFileAlreadyExists = '%s dosyasý zaten serverda mevcut, dosya adýný deðiþtirin veya üzerine yaz seçeneðini seçin! ';
$strFileCouldNotBeRead = 'Dosya okunamadý';
$strFileNameTemplate = 'Dosya ismi þablonu';
$strFileNameTemplateRemember = 'þablonu hatýrla';
$strFixed = 'Sabit';
$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanýcýlarýn yetkilerini direkt olarak MySQL\'ün yetki tablolarýndan alýr.Bu tablolarýn içerikleri eðer elle deðiþiklik yapýlmýþsa sunucunun kullandýðý yetkilerden farklý olabilir.Bu durumda devam etmeden önce %syetkileri yeniden yüklemeniz gerekir%s .';
$strFlushTable = 'Tabloyu yeniden yükle("FLUSH")';
$strFormat = 'Biçim';
$strFormEmpty = 'Form\'da eksik deðer !';
$strFreePages = 'Serbest Sayfalar';
$strFullText = 'Tüm metinler';
$strFunction = 'Fonksiyon';
 
$strGenBy = 'üretildi:';
$strGeneralRelationFeat = 'Genel iliþki özellikleri';
$strGenerate = 'Oluþtur';
$strGeneratePassword = 'Þifre Oluþtur';
$strGenTime = 'Çýktý Tarihi';
$strGeorgian = 'Gürcüce';
$strGerman = 'Almanca';
$strGlobal = 'genel';
$strGlobalPrivileges = 'Global yetkiler';
$strGlobalValue = 'Global deðer';
$strGo = 'Git';
$strGrantOption = 'Hak';
$strGreek = 'Yunanca';
$strGzip = '"gzip"';
 
$strHasBeenAltered = 'düzenlendi.';
$strHasBeenCreated = 'yaratýldý.';
$strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz';
$strHebrew = 'Ýbranice';
$strHexForBinary = 'Binari alanlarý için onaltýlýk sayý sistemini kullan.';
$strHome = 'Ana Sayfa';
$strHomepageOfficial = 'phpMyAdmin Web Sayfasý';
$strHostEmpty = 'Sunucu ismi alaný boþ!';
$strHost = 'Sunucu';
$strHungarian = 'Macarca';
 
$strIcelandic = 'Ýzlandaca';
$strId = 'ID';
$strIdxFulltext = 'Tüm metinler';
$strIgnoreInserts = 'Kayýt eklemeleri yoksayý kullan';
$strIgnore = 'Yoksay';
$strIgnoringFile = '%s dosyasýný yoksayýyor';
$strImportDocSQL = 'docSQL dosyalarýný dönüþtür ';
$strImportFiles = 'Dosyalarý dönüþtür';
$strIndexes = 'Ýndeksler';
$strIndexHasBeenDropped = '%s indeks\'i silindi.';
$strIndexName = 'Ýndeks ismi :';
$strIndexType = 'Ýndeks tipi :';
$strIndexWarningMultiple = '`%s` sütunu için birden fazla %s anahtarý yaratýldý. ';
$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarýnýn ikisine birden `%s` sütunu için deðer verilemez.';
$strIndexWarningTable = '`%s` tablosunun indexleri ile ilgili sorunlar';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strIndex = 'Ýndeks';
$strInnoDBAutoextendIncrement = 'Artýþ miktarýný otomatik olarak arttýr';
$strInnoDBAutoextendIncrementDesc = ' Otomatik geniþleyen tablo boyutu boþ olduðunda otomatik geniþleyen tablo boþluðunun boyutun artýþ miktarý.';
$strInnoDBDataFilePath = 'Veri dosyalarý';
$strInnoDBDataHomeDirDesc = 'InnoDB veri dosyalarý için dizin yolunun ortak kullanýlan kýsmý.';
$strInnoDBDataHomeDir = 'Veri ana dizini ';
$strInnodbStat = 'InnoDB durumu';
$strInsecureMySQL = 'Konfigurasyon dosyanýz (þifresiz root) varsayýlan MySQL yetki dosyasýyla aynen uyuþan ayarlar içeriyor.MySQL sunucunuz bu varsayýlan ayarlarla çalýþýyor,dýþardan giriþe açýk,ve bu güvenlik açýðýný hemen düzeltmeniz gerekmektedir.';
$strInsertAsNewRow = 'Yeni satýr olarak ekle';
$strInsertedRowId = 'Satýr id\'si eklendi:';
$strInsertedRows = 'Eklenen satýrlar:';
$strInsert = 'Ekle';
$strInsertNewRow = 'Yeni satýr ekle';
$strInternalNotNecessary = '* InnoDb\'nin içinde zaten bir iç iliþki var ise gerekli deðildir.';
$strInternalRelations = 'Ýç iliþkiler';
$strInUse = 'kullanýmda';
$strInvalidColumnCount = 'Sütun sayýsý sýfýrdan büyük olmalý.';
$strInvalidFieldAddCount = 'En azýndan bir alan eklemeniz gerekmektedir..';
$strInvalidFieldCount = 'Tablonun en az bir alaný olmalý.';
$strInvalidRowNumber = '%d geçerli bir satýr sayýsý deðil.';
 
$strJapanese = 'Japonca';
$strJumpToDB = '&quot;%s&quot; veritabanýna git.';
$strJustDeleteDescr = '&quot;silinmiþ&quot; kullanýcýlar, yetkiler yeniden yüklenmedikçe ,hala sunucuya normaldeki gibi eriþilebilecek ';
$strJustDelete = 'Kullanýcýlarý yetki tablolarýndan sil .';
 
$strKeepPass = 'Þifreyi deðiþtirme';
$strKeyname = 'Anahtar ismi';
$strKill = 'Kapat';
$strKorean = 'Korece';
 
$strLandscape = 'Peyzaj';
$strLatchedPages = 'Mandallanmýþ Sayfalar'; //also this
$strLatexCaption = 'Tablo baþlýðý';
$strLatexContent = '__TABLE__ tablosunun içeriði';
$strLatexContinuedCaption = 'devam eden tablo baþlýðý';
$strLatexContinued = '(devam eden)';
$strLatexIncludeCaption = 'Tablo baþlýðýný içer';
$strLatexLabel = 'Etiket anahtarý';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX seçenekleri';
$strLatexStructure = '__TABLE__ tablosunun yapýsý';
$strLatvian = 'Litvanyaca';
$strLengthSet = 'Boyut/Deðerler*';
$strLimitNumRows = 'Sayfa baþýna kayýt sayýsý :';
$strLinesTerminatedBy = 'Satýr sonu';
$strLinkNotFound = 'Link bulunamadý';
$strLinksTo = 'Linkler->';
$strLithuanian = 'Litvanyaca';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Dosyadan yükle';
$strLoginInformation = 'Login bilgisi';
$strLogin = 'Login';
$strLogout = 'Çýkýþ';
$strLogPassword = 'Þifre:';
$strLogServer = 'Sunucu';
$strLogUsername = 'Kullanýcý Adý:';
$strLongOperation = 'Bu iþlem çok uzun sürebilir. Devam etmek istediðiniz emin misiniz?';
 
$strMaximumSize = 'En büyük boyut: %s%s';
$strMbExtensionMissing = 'mbstring PHP uzantýsý bulunamadý ve multibyte karakter seti kullanmaktasýnýz. Eðer mbstring uzantýsý bulunmazsa phpMyAdmin karakter dizilerini düzgün bir þekilde bölemeyeceði için beklenmeyen sonuçlar oluþabilir.';
$strMbOverloadWarning = 'mbstring.func_overload PHP konfigürasyon dosyanýzda etkinleþtirilmiþ durumda. Bu seçenek phpMyAdmin ile uyumsuzluk göstermekte ve bazý verilerin bozulmasýna yol açabilir!';
$strMIME_available_mime = 'Uygun MIME-tipleri';
$strMIME_available_transform = 'Uygun dönüþümler';
$strMIME_description = 'Tanýmlama';
$strMIME_MIMEtype = 'MIME-tip';
$strMIME_nodescription = 'Bu dönüþüm için uygun bilgi bulunmamaktadýr.<br />Lütfen yazara %s ne yapar diye sorun';
$strMIME_transformation_note = 'Uygun dönüþüm seçeneklerinin listesi ve onlarýn MIME-tip dönüþümleri için, %sdönüþüm tanýmlamarý%s\'na týklayýn';
$strMIME_transformation_options = 'Dönüþüm seçenekleri';
$strMIME_transformation_options_note = 'Lütfen dönüþüm seçenekleri için deðerleri bu þekili kullanarak giriniz: \'a\',\'b\',\'c\'...<br />Backslash ("\") veya tek týrnak ("\'") kullamanýz gerekiyorsa, þu þekilde kullanýn : \'\\\\xyz\' veya \'a\\\'b\').';
$strMIME_transformation = 'Tarayýcý dönüþümü';
$strMIMETypesForTable = 'TABLO MIME TÝPLERÝ';
$strMIME_without = 'Ýtalik olarak yazýlmýþ MIME-tipleri ayrý bir dönüþüm fonksiyonuna sahip deðildir.';
$strModifications = 'Deðiþiklikler kaydedildi';
$strModify = 'Deðiþtir';
$strModifyIndexTopic = 'Indeks düzenle';
$strMoveTableOK = '%s tablosu %s üzerine taþýndý.';
$strMoveTableSameNames = 'Tabloyu aynýsýna taþýyamýyor!';
$strMoveTable = 'Tabloyu (veritabaný<b>.</b>tablo) taþý :';
$strMultilingual = 'çoklu dil';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneði belirtilmediði durumlarda MyISAM tablolarý için CREATE TABLE komutuyla kullanýlacak olan varsayýlan iþaretçi boyutu (Byte olarak).';
$strMyISAMDataPointerSize = 'Veri iþaretçi boyutu';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hýzlý MyISAM indeksi oluþturulmasý sýrasýnda kullanýlan geçici dosya belirtilen boyutta anahtar önbellek kullanýlmasý durumunda oluþacak olan dosyadan büyük olacaksa, anahtar önbellek metodunu seçiniz.';
$strMyISAMMaxExtraSortFileSize = 'Ýndeks oluþturmada kullanýlan maksimum geçici dosyalar boyutu';
$strMyISAMMaxSortFileSizeDesc = 'MySQL\’in bir MyISAM indeksini yeniden oluþtururken kullandýðý geçici dosyanýn maksimum boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sýrasýnda).';
$strMyISAMMaxSortFileSize = 'Maksimum geçici sýralama dosyalarý boyutu.';
$strMyISAMRecoverOptions = 'Otomatik Kurtarma Modu'; $strMyISAMRecoverOptionsDesc = '-myisam-recover þeklinde sunucu baþlangýç komutu olarak ayarlanabilen ve çöken MyISAM tablolarýný otomatik olarak kurtarmak amacýyla kullanýlan mod,.';
$strMyISAMRepairThreadsDesc = 'Bu deðer 1\’den büyükse, iþlem sýralama yoluyla yapýlan Onarým (Repair) sýrasýnda MyISAM tablosu indeksleri (her bir indeks kendi iþlemi içinde ) paralel olarak yaratýlýr. ';
$strMyISAMRepairThreads = 'Ýþlemleri Onar';
$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutuyla MyISAM indeksleri sýralanýrken ya da CREATE INDEX ya da ALTER TABLE komutuyla indekslerin oluþturulmasý sýrasýnda için ayrýlan ara bellek miktarý.';
$strMyISAMSortBufferSize = 'Listeleme ara bellek boyutu';
$strMySQLCharset = 'MySQL karakter seti';
$strMySQLConnectionCollation = 'MySQL baðlantý karþýlaþtýrmasý';
$strMySQLSaid = 'MySQL çýktýsý: ';
$strMySQLShowProcess = 'Ýþlemleri göster';
$strMySQLShowStatus = 'MySQL çalýþma zamaný bilgisini göster';
$strMySQLShowVars = 'MySQL sistem deðiþkenlerini göster';
 
$strName = 'Ýsim';
$strNext = 'Sonraki';
$strNoActivity = '%s veya daha fazla saniye boyunca hiçbir iþlem yapýlmadý, lütfen yeniden giriþ yapýnýz';
$strNoDatabasesSelected = 'Veritabaný seçilmedi.';
$strNoDatabases = 'Veritabaný yok';
$strNoDescription = 'Tanýmlama yok';
$strNoDetailsForEngine = 'Bu depolama motoru için detaylý durum bilgisi bulunmamaktadýr.';
$strNoDropDatabases = '"DROP DATABASE" cümlesi burada kullanýlamaz.';
$strNoExplain = 'SQL açýklamasýný yapma';
$strNoFrames = 'phpMyAdmin frame destekli bir tarayýcý ile daha iyi çalýþmaktadýr...';
$strNo = 'Hayýr';
$strNoIndex = 'Indeks tanýmlanmadý!';
$strNoIndexPartsDefined = 'Indeks kýsmý tanýmlanmadý!';
$strNoModification = 'Deðiþiklik yok';
$strNone = 'Hiçbiri';
$strNoOptions = 'Bu düzenin seçeði yok';
$strNoPassword = 'Þifre yok';
$strNoPermission = 'Web sunucusu %s dosyasýný kaydetmek için izne sahip deðil.';
$strNoPhp = ' PHP kodsuz';
$strNoPrivileges = 'Buna yetkiniz yok';
$strNoRights = 'Burada bulunmak için yeterli haklara sahip deðilsiniz!';
$strNoRowsSelected = 'Satýr seçilmedi';
$strNoSpace = '%s dosyasýný kaydetmek için yeterli alan yok.';
$strNoTablesFound = 'Veritabanýnda tablo bulunamadý.';
$strNoThemeSupport = 'Tema desteði bulunmuyor,lütfen ayarlarý ve/veya %s dizinindeki temalarýnýzý kontrol ediniz';
$strNotNumber = 'Lütfen bir sayý giriniz!';
$strNotOK = 'Tamam deðil';
$strNotSet = '<b>%s</b> tablosu bulunamadý veya %s içinde tanýmlanmadý';
$strNoUsersFound = 'Kullanýcý(lar) bulunamadý.';
$strNoValidateSQL = 'SQL doðrulamasýný yapma';
$strNull = 'Boþ';
$strNumberOfFields = 'Alan Sayýsý';
$strNumSearchResultsInTable = '<b><font color=\'blue\'>%s</font></b> ( <b>%s</b> tablosu içinde aramanýza uyan kayýt sayýsý ) ';
$strNumSearchResultsTotal = 'Toplam: %s eþleþim';
$strNumTables = 'Tablolar';
 
$strOK = 'Tamam';
$strOperations = 'Ýþlemler';
$strOperator = 'Ýþlemci';
$strOptimizeTable = 'Tabloyu optimize et';
$strOr = 'veya';
$strOverhead = 'Kullanýlamayan Veri';
$strOverwriteExisting = 'Mevcut dosyalarýn üzerine yaz!';
 
$strPageNumber = 'Sayfa numarasý:';
$strPagesToBeFlushed = 'Yeniden yüklenecek sayfalarý göster (flush)';
$strPaperSize = 'Kaðýt boyu';
$strPartialText = 'Kýsmi Metinler';
$strPasswordChanged = '%s için þifre baþarýyla deðiþtirildi.';
$strPasswordEmpty = 'Þifre alaný doldurulmadý!';
$strPasswordHashing = 'Þifre Hash yöntemi';
$strPasswordNotSame = 'Girilen þifreler uyuþmuyor!';
$strPassword = 'Þifre';
$strPdfDbSchema = ' "%s" veritabanýnýn þemasý - Sayfa %s';
$strPdfInvalidTblName = ' "%s" tablosu bulunamýyor !';
$strPdfNoTables = 'Tablo yok';
$strPerHour = 'saat baþýna';
$strPerMinute = 'dakika baþýna';
$strPerSecond = 'saniye baþýna';
$strPersian = 'Farsça';
$strPhoneBook = 'telefon defteri';
$strPHP40203 = ' Ciddi bir multi-byte karakter dizisi (mbstring) hatasýna sahip olan PHP 4.2.3 kullanýyorsunuz,. PHP hata raporu 19404\' e bakýnýz. Bu sürümün phpMyAdmin\'le kullanýlmasý önerilmez.';
$strPhp = 'PHP kodu oluþtur';
$strPHPVersion = 'PHP Sürümü';
$strPmaDocumentation = 'phpMyAdmin yardým';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt>\' nin deðeri konfigurasyon dosyasýnýn içinde verilmelidir!';
$strPolish = 'Lehce';
$strPortrait = 'Portre';
$strPos1 = 'Baþlangýç';
$strPrevious = 'Önceki';
$strPrimary = 'Birincil';
$strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi';
$strPrimaryKeyName = 'PRIMARY KEY TEK olmalýdýr!';
$strPrimaryKeyWarning = '# PRIMARY <b>sadece</b> birincil bir anahtarýn ismi <b>olmalýdýr!</b>';
$strPrintViewFull = 'Yazýcý görüntüsü (tüm metin)';
$strPrintView = 'Yazýcý görüntüsü';
$strPrint = 'Yazdýr';
$strPrivDescAllPrivileges = 'GRANT hariç tüm yetkileri içerir.';
$strPrivDescAlter = 'Varolan tablonun yapýsýnýn deðiþtirilmesine izin verir.';
$strPrivDescCreateDb = 'Yeni veritabanlarý ve tablolarýn oluþturulmasýna izin verir.';
$strPrivDescCreateTbl = 'Yeni tablolarýn oluþturulmasýna izin verir.';
$strPrivDescCreateTmpTable = 'Geçici tablolara oluþturulmasýna izin verir.';
$strPrivDescDelete = 'Veri silinmesine izin verir.';
$strPrivDescDropDb = 'Veritabanlarý ve tablolarýn kaldýrýlmasýna izin verir.';
$strPrivDescDropTbl = 'Tablolarýn kaldýrýlmasýna izin verir.';
$strPrivDescExecute = 'Kaydedilmiþ yordamlarýn çalýþtýrýlmasýna izin verir.; Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescFile = 'Data import ve export\'una izin verir.';
$strPrivDescGrant = 'Ýmtiyaz tablolarýný yeniden yüklemeden yeni kullanýcý ve yetki eklenmesine izin verir.';
$strPrivDescIndex = 'Ýndekslerin yaratýlmasýna ve kaldýrýlmasýna izin verir.';
$strPrivDescInsert = 'Verinin eklenmesine ve yer deðiþtirilmesine izin verir.';
$strPrivDescLockTables = 'Geçerli iþlem için tablolarýn kilitlenmesine izin verir.';
$strPrivDescMaxConnections = 'Kullanýcýnýn saat baþýna açabileceði baðlantýyý sýnýrlar.';
$strPrivDescMaxQuestions = 'Kullanýcýnýn saat baþýna sunucuya gönderebileceði sorgu sayýsýný sýnýrlar.';
$strPrivDescMaxUpdates = 'Kullanýcýnýn,saat baþýna çalýþtýrabileceði,herhangi bir tablo veya veritabaný deðiþtiren komut sayýsýný sýnýrlar.';
$strPrivDescProcess3 = 'Diðer kullanýcýlarýn iþlemlerinin kapatýlmasýna izin verir.';
$strPrivDescProcess4 = 'Ýþlem listesindeki bütün sorgularýn görüntülenmesine izin verir.';
$strPrivDescReferences = 'Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescReload = 'Sunucu ayarlarýnýn yeniden yüklenmesine ve önbelleðin silinmesine izin verir';
$strPrivDescReplClient = 'Kullanýcýlara Slave ve Master\'larýn nerede olduðunu sorma hakkýný verir.';
$strPrivDescReplSlave = 'Kopya slave\'ler için gerekli.';
$strPrivDescSelect = 'Veri okunmasýna izin ver.';
$strPrivDescShowDb = 'Bütün veritabanlarý listesine eriþim verir.';
$strPrivDescShutdown = 'Sunucunun kapatýlmasýna izin ver.';
$strPrivDescSuper = 'Maksimum baðlantý sayýsý aþýlsa bile baðlanmasýna izin ver;Global deðiþkenleri saptamak veya diðer kullanýcýlarýn iþlemlerini sonlandýrmak gibi bir çok yönetim iþlemi için gereklidir.';
$strPrivDescUpdate = 'Veri deðiþtirilmesine izin ver.';
$strPrivDescUsage = 'Ýmtiyaz yok.';
$strPrivilegesReloaded = 'Ayrýcalýklar baþarýyla yüklendi.';
$strPrivileges = 'Ýmtiyazlar';
$strProcesslist = 'Ýþlem listesi';
$strPutColNames = 'Ýlk satýrda alan isimlerini koy';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = ' Sorgula';
$strQueryFrame = 'Sorgu penceresi';
$strQueryOnDb = '<b>%s</b> veritabanýnda SQL sorgusu&nbsp;:';
$strQuerySQLHistory = 'SQL geçmiþi';
$strQueryStatistics = '<b>Sorgu istatistikleri</b>: Baþlangýçtan bu yana sunucuya <b>%s</b> sorgu gönderildi.';
$strQueryTime = 'Sorgu %01.4f san sürdü';
$strQueryType = 'Sorgu þekli';
$strQueryWindowLock = 'Pencere dýþýndan bu sorgunun üzerine yazma';
 
$strReceived = 'Alýndý';
$strRecords = 'Kayýtlar';
$strReferentialIntegrity = 'Referans bütünlüðünü kontrol et.';
$strRefresh = 'Yenile';
$strRelationalSchema = 'Ýliþki þemasý';
$strRelationNotWorking = 'Ýliþkili tablolarla çalýþmada kullanýlan ekstra özellikler kapatýldý.Nedenini öðrenmek için %sburaya%s týklayýnýz...';
$strRelationsForTable = 'TABLO ÝLÝÞKÝLERÝ';
$strRelations = 'Ýliþkiler';
$strRelationView = 'Ýliþki görünümü';
$strReloadingThePrivileges = 'Ýmtiyazlarý yeniden yüklüyor';
$strReloadMySQL = 'MySQL\' i yeniden yükle';
$strRemoveSelectedUsers = 'Seçili kullanýcýlarý kaldýr';
$strRenameDatabaseOK = '%s veritabaný %s olarak yeniden adlandýrýldý';
$strRenameTableOK = '%s tablosu %s olarak yeniden adlandýrýldý';
$strRenameTable = 'Tabloyu yeniden adlandýr';
$strRepairTable = 'Tablo\'yu onar';
$strReplaceNULLBy = 'NULL \' u bununla yerdeðiþtir';
$strReplaceTable = 'Tablo verisini bir dosyadaki ile deðiþtir';
$strReset = 'Sýfýrla';
$strResourceLimits = 'Kaynak sýnýrlarý';
$strReType = 'Yeniden gir';
$strRevokeAndDeleteDescr = 'Kullanýcýlar yeniden yüklenene kadar hala KULLANIM ayrýcalýðýna sahip olacaklar.';
$strRevokeAndDelete = 'Kullanýcýlardaki tüm etkin yetkileri geçersiz kýl ve sonra sil..';
$strRevoke = 'Geçersiz kýl';
$strRevokeMessage = '%s\'in önceliklerini kaldýrdýnýz';
$strRomanian = 'Romence';
$strRowLength = 'Satýr boyu';
$strRowsFrom = 'kayýt : Baþlayacaðý kayýt :';
$strRowSize = ' Satýr boyutu ';
$strRowsModeFlippedHorizontal = 'yatay (döndürülmüþ baþlýklar)';
$strRowsModeHorizontal = 'yatay';
$strRowsModeOptions = '%s olarak göster ve %s hücre sonra baþlýðý tekrarla.';
$strRowsModeVertical = 'dikey';
$strRows = 'Satýr';
$strRowsStatistic = 'Satýr istatistiði';
$strRunning = '# %s üzerinde çalýþýyor...';
$strRunQuery = 'Sorguyu çalýþtýr';
$strRunSQLQuery = '<b>%s</b> veritabaný üzerinde sorgu çalýþtýr';
$strRussian = 'Rusça';
 
$strSave = 'Kaydet';
$strSaveOnServer = 'Sunucuda %s dizininin içinde kaydet';
$strScaleFactorSmall = 'Çarpan faktörü sayfadaki þema için çok küçük';
$strSearch = 'Ara';
$strSearchFormTitle = 'Veritabanýnda ara';
$strSearchInTables = 'Tablo içinde ara :';
$strSearchNeedle = 'Aranacak kelime veya deðerler ( joker: "%" ):';
$strSearchOption1 = 'kelimelerin en azýndan biri';
$strSearchOption2 = 'bütün kelimeler';
$strSearchOption3 = 'tam eþleþim';
$strSearchOption4 = 'normal deyim';
$strSearchResultsFor = ' "%s" %s için arama sonuçlarý:';
$strSearchType = '<b>BUL </b> :';
$strSecretRequired = 'Ayar dosyasý için gizli bir þifre gerekiyor (blowfish_secret).';
$strSelectADb = ' Lütfen bir veritabaný seçiniz';
$strSelectAll = 'Tümünü seç';
$strSelectBinaryLog = 'Görüntülemek istediðiniz binari kaydýný seçiniz';
$strSelectFields = 'Alan seç (en az bir)';
$strSelectNumRows = 'sorgu içerisinde';
$strSelectTables = 'Tablolarý seç';
$strSend = 'Dosya olarak kaydet';
$strSent = 'Gönderildi';
$strServerChoice = 'Server seçimi';
$strServerNotResponding = 'Sunucu yanýt vermiyor';
$strServerStatus = 'Çalýþma bilgisi';
$strServerStatusUptime = 'Bu MySQL sunucusunun çalýþma süresi : %s <br /> Baþlama Zamaný: %s ';
$strServer = 'Sunucusu';
$strServerTabProcesslist = 'Ýþlemler';
$strServerTabVariables = 'Deðiþkenler';
$strServerTrafficNotes = '<b>Sunucu Yoðunluðu</b>: Bu tablolar baþlama zamanýndan bu yana MySQL sunucusunun network yoðunluðunu gösterir.';
$strServerVars = 'Sunucu deðiþkenleri ve ayarlarý';
$strServerVersion = 'Server sürümü';
$strSessionValue = 'Oturum deðeri';
$strSetEnumVal = 'Eðer alan tipi "enum" veya "set" ise verileri þu formata göre giriniz: \'a\',\'b\',\'c\'...<br />Eðer bu deðerler arasýna backslash ("\") veya tek týrnak koymanýz gerekirse (\'),bunun için backslash kullanýn.Mesela: \'\\\\xyz\' veya \'a\\\'b\') gibi.';
$strShowAll = 'Tümünü göster';
$strShowColor = 'Rengi göster';
$strShowDatadictAs = 'Veri sözlüðü formatý';
$strShowFullQueries = 'Sorgularýn tümünü göster';
$strShow = 'Göster';
$strShowGrid = 'Izgarayý göster';
$strShowingRecords = 'Kayýtlarý gösteriyor...';
$strShowPHPInfo = 'PHP bilgisini göster';
$strShowTableDimension = 'Tablolarýn';
$strShowTables = 'Tablolarý göster';
$strShowThisQuery = 'Sorguyu burada yine göster.';
$strSimplifiedChinese = 'Basitleþtirilmiþ Çince';
$strSingly = '( birer birer )';
$strSize = 'Boyut';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovence';
$strSocketProblem = '(ya da lokal MySQL sunucusu soketi düzgün bir þekilde ayarlanmamýþ.)';
$strSortByKey = 'Anahtara göre sýrala';
$strSort = 'Sýrala';
$strSpaceUsage = 'Kullanýlan alan';
$strSpanish = 'Ýspanyolca';
$strSplitWordsWithSpace = 'Kelimelerin arasýnda boþluk olmalýdýr (" ").';
$strSQLExportCompatibility = 'SQL\’e dönüþtürme uyumluluðu';
$strSQLExportType = 'Export tipi';
$strSQLOptions = 'SQL seçenekleri';
$strSQLParserBugMessage = 'SQL yorumlayýcýsýnda bir hata bulma ihtimaliniz var.Lütfen sorgunuzu dikkatli bir þekilde gözden geçiriniz,ve týrnaklar doðru ve yanlýþ yazýlmamýþ kontrol ediniz.Diðer olasý hata nedenleri metin alanýna alabileceði boyuttan daha büyük bir dosya yüklüyor olma ihtimalinizdir.Sorgunuzu MySQL komut satýrý arayüzünde de deneyebilirsiniz..MySQL sunucu hata çýktýsý,var ise,hatayý manýzda size yardýmcý olabilir.Hala sorunlarýnýz varsa veya komut satýrý arayüzü çalýþýrken,yorumlayýcý hata veriyorsa,lütfen SQL sorgu giriþinizi hata yaratan tek bir sorguya indirgeyin,ve aþaðýdaki CUT bölümü veri yýðýný ile birlikte hata raporunu bildiriniz:';
$strSQLParserUserError = 'SQL sorgunuzda bir hata varmýþ gibi gözüküyor.MySQL sunucu hata çýktýsý,var ise,hatayý bulmanýzda size yardýmcý olabilir.';
$strSQLQuery = 'SQL sorgusu';
$strSQLResult = 'SQL sonucu';
$strSQL = 'SQL sorgusu';
$strSQPBugInvalidIdentifer = 'Geçersiz tanýmlayýcý';
$strSQPBugUnclosedQuote = 'Kapatýlmamýþ týrnak';
$strSQPBugUnknownPunctuation = 'Bilinmeyen noktalama iþareti';
$strStatCheckTime = 'Son kontrol';
$strStatCreateTime = 'Oluþturulma';
$strStatement = 'Durum';
$strStatUpdateTime = 'Son güncellenme';
$strStatus = 'Durum';
$strStorageEngine = 'Depolama Motoru';
$strStorageEngines = 'Depolama Motorlarý';
$strStrucCSV = 'CSV verisi';
$strStrucData = 'Yapý ve Veri';
$strStrucDrop = 'DROP TABLE ekle';
$strStrucExcelCSV = 'MS Excel verisi için CSV';
$strStrucNativeExcel = 'MS Excel verisi';
$strStrucOnly = 'Sadece yapý';
$strStructPropose = 'Tablo yapýsýný analiz et.';
$strStructure = 'Yapý';
$strSubmit = 'Onayla';
$strSuccess = 'SQL sorgunuz baþarýyla çalýþtýrýlmýþtýr';
$strSum = 'toplam';
$strSwedish = 'Ýsveçce';
$strSwitchToDatabase = 'Kopyalanmýþ veritabanýný kullan.';
$strSwitchToTable = 'Kopyalanmýþ tabloya geç';
 
$strTableComments = 'Tablo yorumlarý';
$strTableEmpty = 'Tablo ismi boþ!';
$strTableHasBeenDropped = '%s tablosu kaldýrýlmýþtýr';
$strTableHasBeenEmptied = '%s tablosu boþaltýlmýþtýr';
$strTableHasBeenFlushed = '%s tablosu baþarýyla kapatýlmýþtýr.';
$strTableMaintenance = 'Tablo bakýmý';
$strTableOfContents = 'Ýçerik tablosu';
$strTableOptions = 'Tablo ayarlarý';
$strTables = '%s tablo';
$strTableStructure = 'Tablo yapýsý :';
$strTable = 'Tablo:';
$strTableType = 'Tablo tipi';
$strTakeIt = 'Seç';
$strTblPrivileges = 'Tabloya özgü yetkiler';
$strTextAreaLength = 'Boyutu nedeniyle,<br /> bu alan düzenlenmeyebilir ';
$strThai = 'Thai';
$strTheme = 'Tema / Sitil';
$strThisHost = 'Bu host ';
$strThisNotDirectory = 'Bu bir dizin deðildi';
$strThreadSuccessfullyKilled = '%s iþlemi baþarýyla sonlandýrýldý.';
$strTime = 'Zaman';
$strToggleScratchboard = 'scratchboard\a geç';
$strTotal = 'toplam';
$strTotalUC = 'Toplam';
$strTraditionalChinese = 'Geleneksel Çince';
$strTraditionalSpanish = 'Geleneksel Ýspanyolca';
$strTraffic = 'Yoðunluk';
$strTransformation_application_octetstream__download = 'Bir alandaki binari veriyi yüklemek için link göster.Ýlk seçenek binari dosya adýdýr.Ýkinci seçenek ise dosya adýný içeren tablo satýrýrýn olasý alan adýdýr.Ýkinci bir seçenek istiyorsanýz ilk seçeneði boþ býrakmalýsýnýz.';
$strTransformation_application_octetstream__hex = 'Verinin hexadesimal sunumunu gösterir.';
$strTransformation_image_jpeg__inline = 'Týklanabilir bir thumbnail gösterir; seçenekler: pixel olarak geniþlik,yükseklik (orijinal oran korunur)';
$strTransformation_image_jpeg__link = 'Bu resime direkt bir link gösterir (direct blob yüklemesi...).';
$strTransformation_image_png__inline = 'jpeg resmini gör: satýriçi';
$strTransformation_text_plain__dateformat = 'Bir TIME, TIMESTAMP veya DATETIME alaný alýr ve varsayýlan tarih formatý bilgilerinizle onu yeniden biçimlendirir.Ýlk seçenek zamangösterimi(timestamp)\'ne eklenecek bir offset(saat olarak)\'tir.(Varsayýlan: 0).Ýkinci seçenek PHP\'nin strftime() fonksiyonu için uygun olan parametrelere göre farklý bir zamangösterimi(timestamp)\'dir.';
$strTransformation_text_plain__external = 'Dýþ bir uygulama çalýþtýrýr ve alanverisini standart giriþ yoluyla besler.Uygulamanýn standart çýktýsý döner.Varsayýlan hoþ bir HTML çýktýsý veren Tidy(Düzenli)\'dir..Güvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasýný elle düzenlemeniz ve çalýþmasýna izin vereceðiniz araçlarý eklemeniz gerekir.Ýlk seçenek;çalýþtýrmak istediðiniz program sayýsý,ikinci seçenek ise program için gerekli olan parametrelerdir.Üçüncü parametre ,eðer 1\'e setlenmiþse htmlspecialchars() fonksiyonunu kullanarak çýktýyý dönüþtürecektir(Varsayýlan: 1).Dördüncü bir parametre ise ,eðer 1\'e setlenmiþse NOWRAP(kaydýrma yok) kodu tüm hücreye eklenecek ve bütün çýktý yeniden düzenlenmeden görünecektir.(Varsayýlan :1)';
$strTransformation_text_plain__formatted = 'Alanýn orijinal biçimlendirmesini korur.Escaping(kaçýþ) yapýlmaz..';
$strTransformation_text_plain__imagelink = 'Bir resim ve bir link gösterir,alan dosya ismini içerir;ilk seçenek "http://domain.com/" gibi bir yazým,ikinci seçenek pixel olarak geniþlik,üçüncüsü ise yüksekliktir.';
$strTransformation_text_plain__link = 'Bir link ve dosya ismini içeren alaný gösterir;ilk seçenek "http://domain.com/" gibi bir gösterim,ikincisi ise link için bir baþlýktýr.';
$strTransformation_text_plain__substr = 'Bir karakter dizisinin bir kýsmýný gösterir. Ýlk seçenek dizinin baþlangýcýndan ne kadar uzaða gideceðidir (Varsayýlan 0). Ýkinci seçenek kaç karakter alýnacaðýdýr (Varsayýlan: dizinin sonuna kadar). Üçüncü seçenek ise dizide kesilme olacaksa eklenecek ya da çýkartýlacak diziyi belirtir (Varsayýlan: "...").';
$strTruncateQueries = 'Görülen sorgularý kýsalt';
$strTurkish = 'Türkçe';
$strType = 'Tip';
 
$strUkrainian = 'Ukraynaca';
$strUncheckAll = 'Hiçbirisini Seçme';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'bilinmeyen';
$strUnselectAll = 'Hiçbirisini seçme';
$strUpdatePrivMessage = '%s için olan yetkileri güncellediniz.';
$strUpdateProfileMessage = 'Profil güncellendi.';
$strUpdateQuery = 'Sorguyu güncelle';
$strUpdComTab = 'Sütun_Yorumlarý tablosunun nasýl güncellendiðini öðrenmek istiyorsanýz Dökümanlara bakýnýz.';
$strUpgrade = '%s %s veya daha sonraki bir sürüme yükseltme yapmanýz gereklidir.';
$strUsage = 'Kullaným';
$strUseBackquotes = 'Tablo ve alan isimleri için ters týrnak " ` " iþaretini kullan';
$strUseHostTable = 'Host tablosunu kullan';
$strUserAlreadyExists = '%s kullanýcýsý zaten mevcut!';
$strUserEmpty = 'Kullanýcý ismi alaný doldurulmadý!';
$strUser = 'Kullanýcý';
$strUserName = 'Kullanýcý ismi';
$strUserNotFound = 'Seçili kullanýcý yetki tablosunda bulunamadý.';
$strUserOverview = 'Kullanýcý gözlem';
$strUsersDeleted = 'Seçili kullanýcýlar baþarýyla silindi.';
$strUsersHavingAccessToDb = '&quot;%s&quot; veritabanýna eriþimi olan kullanýcýlar';
$strUseTabKey = 'Deðerden deðere geçmek için TAB tuþunu istediðiniz herhangi bir yere gitmek için CTRL+OK TUÞLARI\`ný kullanýn.';
$strUseTables = 'Tablolarý kullan';
$strUseTextField = 'Metin alanýný kullan';
$strUseThisValue = 'Bu deðeri kullan';
 
$strValidateSQL = 'SQL\'i doðrula';
$strValidatorError = 'SQL onaylayýcýsý baþlatýlamadý.%sdökümanlar%s\'da belirtildiði gibi,gerekli php uzantýlarýnýn yüklenip yüklenilmediðini kontrol ediniz.';
$strValue = 'Deðer';
$strVar = 'Deðiþken';
$strVersionInformation = 'Sürüm bilgisi';
$strViewDumpDatabases = 'Veritabanlarý döküm þemasý';
$strViewDumpDB = 'Veritabaný döküm þemasý';
$strViewDump = 'Tablo döküm þemasý';
$strView = 'Görüntü';
$strViewHasBeenDropped = '%s görüntüsü kaldýrýldý';
 
$strWebServerUploadDirectoryError = 'Yükleme için belirttiðiniz dizine ulaþýlamýyor.';
$strWebServerUploadDirectory = 'web sunucu yükleme dizini';
$strWelcome = '%s sürümüne HOÞGELDÝNÝZ....';
$strWestEuropean = 'Batý Avrupa';
$strWildcard = 'joker';
$strWindowNotFound = 'Tarayý penceresi güncellenemiyor...Baðlantýsý olan pencereyi kapattýnýz veya tarayýcýnýzýn güvenlik ayarlarý buna izin vermiyor';
$strWithChecked = 'Seçilileri:';
$strWritingCommentNotPossible = 'Yorum yazýlmasý mümkün deðil.';
$strWritingRelationNotPossible = 'Ýliþki yazýlmasý mümkün deðil.';
$strWrongUser = 'Hatalý kullanýcý adý/parola. Eriþim engellendi.';
 
$strXML = 'XML';
 
$strYes = 'Evet';
 
$strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0\'a ayarlanmasý sýnýrý kaldýrýr..';
$strZip = '"ziplenmiþ"';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/turkish-utf-8.inc.php
0,0 → 1,1007
<?php
/* $Id: turkish-utf-8.inc.php,v 2.123.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
// son güncelleme:28.08.2005 (in nova roma)
// Türkçe Çeviri ® Bora Alioğlu
// mail: boralioglu[at]gmail.{com}
// icq uin: 20940178
// #######################################################
// çeviri hakkındaki her türlü düzeltme ve önerileriniz
// için benimle temasa geçebilirsiniz...
// #######################################################
// son güncelleme:28.08.2005 (in nova roma)
//
// "o temporas o mores"
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
 
$byteUnits = array('Byte', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
$day_of_week = array('Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi');
$month = array('Ocak', 'Şubat', 'Mart', 'Nisan', 'Mayıs', 'Haziran', 'Temmuz', 'Ağustos', 'Eylül', 'Ekim', 'Kasım', 'Aralık');
 
// Aşağıdaki değişkenin tanımlanması hakkında daha fazla bilgi için
// http://www.php.net/manual/en/function.strftime.php sitesine gözatınız
 
$datefmt = '%B %d, %Y at %I:%M %p';
 
$timespanfmt = '%s gün, %s saat, %s dakika ve %s saniye';
 
//new translations begin here
 
 
 
 
 
 
 
 
$strAbortedClients = 'İptal edildi';
$strAbsolutePathToDocSqlDir = 'Lütfen web sunucusu üzerinde docSQL dizinine giden tam yolu giriniz ';
$strAccessDenied = 'Erişim engellendi';
$strAccessDeniedExplanation = 'phpMyAdmin MySQL sunucusuna bağlanmayı denedi sunucu bağlantıyı reddetti. config.inc içerisindeki bilgisayar adresini(host) , kullanıcı adını ve şifreyi kontrol edin ve MySQL sunucusunun yöneticisi tarafından size verilen bilgiyle uyuştuğundan emin olun.';
$strAction = 'Eylem';
$strAddAutoIncrement = 'Otomatik artma ekle';
$strAddConstraints = 'Sınırlama ekle';
$strAddDeleteColumn = 'Sütun alanı Ekle/Sil';
$strAddDeleteRow = 'Kriter satırı Ekle/Sil';
$strAddDropDatabase = '<b>DROP DATABASE</b> ekle';
$strAddedColumnComment = 'Sütun için eklenmiş yorum';
$strAddedColumnRelation = 'Sütun için eklenmiş ilişki';
$strAddFields = '%s alan(lar) ekle';
$strAddHeaderComment = 'Başlığa yorum ekle (\\n satır atlar)';
$strAddIfNotExists = 'IF NOT EXISTS ekle';
$strAddIntoComments = 'Yorumlara ekle';
$strAddNewField = 'Yeni alan ekle';
$strAddPrivilegesOnDb = 'Bir sonraki veritabanı üzerinde yetki ekle';
$strAddPrivilegesOnTbl = 'Bir sonraki tablo üzerinde yetki ekle';
$strAddSearchConditions = 'Arama durumu ekle ("where" komutu için):';
$strAddToIndex = '%s indeks satırı ekle';
$strAddUserMessage = 'Yeni bir kullanıcı eklediniz.';
$strAddUser = 'Yeni kullanıcı ekle';
$strAdministration = 'Yönetim';
$strAffectedRows = 'Etkilenen satırlar:';
$strAfterInsertBack = 'Önceki sayfaya geri dön';
$strAfterInsertNewInsert = 'Yeni kayıt ekle';
$strAfterInsertNext = 'Sonraki satırı düzenle';
$strAfterInsertSame = 'Bu sayfaya geri dön';
$strAfter = '%s tablosundan sonra';
$strAllTableSameWidth = 'Bütün tabloları aynı genişlikte göster';
$strAll = 'Tümü';
$strAlterOrderBy = 'Tablo sıralamasını şuna göre değiştir';
$strAnalyzeTable = 'Tabloyu analiz et';
$strAndThen = 've';
$strAnd = 'Ve';
$strAnIndex = '%s üzerinde yeni bir indeks eklendi';
$strAny = 'Herhangi';
$strAnyHost = 'Herhangi sunucu';
$strAnyUser = 'Herhangi kullanıcı';
$strApproximateCount = 'Tahmini olmalı. Ayrıntılı bilgi için 3.11 FAQ\' süne bakınız ';
$strAPrimaryKey = '%s üzerinde birincil indeks eklendi';
$strArabic = 'Arapça';
$strArmenian = 'Ermenice';
$strAscending = 'Artan';
$strAtBeginningOfTable = 'Tablo başında';
$strAtEndOfTable = 'Tablo sonunda';
$strAttr = 'Özellikler';
$strAutodetect = 'Otomatik';
$strAutomaticLayout = 'Otomatik düzen';
 
$strBack = 'Geri';
$strBaltic = 'Baltık';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = 'Binari';
$strBinaryDoNotEdit = 'Binari - düzenlemeyiniz';
$strBinaryLog = 'Binary kayıt';
$strBinLogEventType = 'Kayıt olay tipi';
$strBinLogInfo = 'Bilgi';
$strBinLogName = 'Kayıt ismi';
$strBinLogOriginalPosition = 'Orjinal kayıt yeri';
$strBinLogPosition = 'Kayıt yeri';
$strBinLogServerId = 'Sunucu ID\`si';
$strBookmarkAllUsers = 'Bütün kullanıcıların bu bookmark\'a erişimlerine izin ver';
$strBookmarkDeleted = 'Bookmark silindi.';
$strBookmarkLabel = 'Etiket';
$strBookmarkQuery = ' SQL sorgusu';
$strBookmarkThis = 'Bu SQL sorgusunu işaretle';
$strBookmarkView = 'Sadece gözat';
$strBrowseForeignValues = 'Foreign(yabancı) değerleri tara';
$strBrowse = 'Tara';
$strBufferPool = 'Ara Bellek Havuzu';
$strBufferPoolUsage = 'Ara Bellek Havuzu Kullanımı';
$strBulgarian = 'Bulgarca';
$strBusyPages = 'Meşgul Sayfalar';
$strBzError = 'phpMyAdmin dump dosyasını bu php versiyonundaki bozuk bir Bz2 uzantısı nedeniyle sıkıştırımadı. phpMyAdmin dizinindeki configurasyon dosyası içindeki <code>$cfg[\'BZipDump\']</code> yönergesini <code>FALSE</code> \'a değiştirmeniz gerekmektedir. Bz2 sıkıştırma özelliklerini kullanmak istiyorsanız ,bir sonraki php sürümüne güncelleme yapmanız gerekmektedir.php hata raporu %s\' e bakınız ';
$strBzip = '"bzip"';
 
$strCalendar = 'Takvim';
$strCannotLogin = 'MySQL seçenekleri';
$strCantLoadRecodeIconv = 'Karakter seti dönüşümü için gerekli olan Iconv veya recode uzantılarını yükleyenemiyor. Php\'nin bu uzantılara izin vermesini sağlayın veya phpMyAdmin içinde karakter dönüşümünü devre dışı bırakınız...';
$strCantLoad = '%s uzantısı yüklenemiyor,<br />PHP konfigurasyon dosyasını kontrol ediniz.';
$strCantRenameIdxToPrimary = 'Indeks\'i PRIMARY olarak adlandırımazsınız!';
$strCantUseRecodeIconv = 'Uzantı raporları yüklenmişken , ne iconv,ne libinconv,ne de recode_string fonksiyonu kullanılamaz. Php ayarlarınızı kontrol ediniz.';
$strCardinality = 'En önemli';
$strCaseInsensitive = 'büyük küçük harf duyarsız';
$strCaseSensitive = 'büyük küçük harf duyarlı';
$strCentralEuropean = 'Orta Avrupa';
$strChangeCopyMode = 'Aynı yetkilerle yeni bir kullanıcı yarat ve :';
$strChangeCopyModeCopy = 'eski kullanıcıyı muhafaza et.';
$strChangeCopyModeDeleteAndReload = 'eski kullanıcıyı kullanıcı tablolarından sil ve sonra yetkileri yeniden yükle.';
$strChangeCopyModeJustDelete = 'eski kullanıcıyı kullanıcı tablolarından sil.';
$strChangeCopyModeRevoke = 'eskiden kalan bütün aktif yetkileri iptal et ve sil.';
$strChangeCopyUser = 'Login bilgisini değiştir / Kullanıcı kopyala';
$strChange = 'Değiştir';
$strChangeDisplay = 'Görmek istediğiniz alanı seçiniz';
$strChangePassword = 'Şifre Değiştir';
$strCharset = 'Karakter seti';
$strCharsetOfFile = 'Dosyanın karakter seti:';
$strCharsetsAndCollations = 'Karakter setleri ve karşılaştırmalar';
$strCharsets = 'Karakter setleri';
$strCheckAll = 'Tümünü seç';
$strCheckOverhead = 'Baştan aşağıya kontrol et';
$strCheckPrivsLong = '&quot;%s&quot; veritabanı için yetkileri kontrol et.';
$strCheckPrivs = 'İmtiyazları kontrol et';
$strCheckTable = 'Tabloyu kontrol et';
$strChoosePage = 'Lütfen düzenlemek istediğiniz sayfayı seçin';
$strColComFeat = 'Sütun yorumları gösteriliyor';
$strCollation = 'Karşılaştırma';
$strColumnNames = 'Sütun adları';
$strColumnPrivileges = 'Sütuna özgü yetkiler';
$strCommand = 'Komut';
$strCommentsForTable = 'TABLO YORUMLARI';
$strComments = 'Sütun yorum,ilişki ve MIME tiplerini içer.';
$strCompatibleHashing = 'MySQL&nbsp;4.0 uyumlu';
$strCompleteInserts = 'Her INSERT komutunda sütun adlarını ekle';
$strCompression = 'Sıkıştırma';
$strConfigFileError ='phpMyAdmin konfigurasyon dosyanızı okuyamadı....<br /> Bu php yorumlama hatası bulduğu zaman veya dosyayı bulamadığı zaman meydana gelebilir..<br /> Lütfen aşağıdaki linki kullanarak dosyayı direkt olarak çağırın ve aldığınız php hata mesajlarını okuyunuz.Çoğu durumda herhangi bir yerde tırnak veya noktalı virgül eksiktir<br /> Boş bir sayfayla karşılaşırsanız ,herşey yolunda demektir.';
$strConfigureTableCoord = ' Lütfen %s tablosu için koordinatları yapılandırınız';
$strConnectionError = 'Bağlanamıyor: geçersiz ayarlar.';
$strConnections = 'Bağlantılar';
$strConstraintsForDumped = 'Dökümü yapılmış tablolar için kısıtlamalar';
$strConstraintsForTable = 'Tablo için kısıtlamalar';
$strCookiesRequired = 'Cookieler açık olmalıdır.';
$strCopyDatabaseOK = '%s veritabanı %s\` e kopyalandı.';
$strCopy = 'Kopyala';
$strCopyTableOK = '%s tablosu %s üzerine kopyalandı.';
$strCopyTableSameNames = 'Tabloyu aynısına kopyalayamıyor!';
$strCopyTable = 'Tabloyu (veritabanı<b>.</b>tablo) kopyala :';
$strCouldNotKill = 'phpMyAdmin %s işlemini kapatamadı. Büyük ihtimalle daha önceden kapatılmış.';
$strCreateDatabaseBeforeCopying = 'Kopyalamadan önce CREATE DATABASE (Veritabanı Yarat)';
$strCreate = 'Git';
$strCreateIndex = '%s. sütunda yeni bir indeks oluştur.';
$strCreateIndexTopic = 'Yeni bir indeks oluştur';
$strCreateNewDatabase = 'Yeni veritabanı oluştur';
$strCreateNewTable = '<b>%s</b> veritabanı üzerinde yeni bir tablo oluştur';
$strCreatePage = 'Yeni sayfa oluştur';
$strCreatePdfFeat = 'PDF\'lerin oluşturulması';
$strCreationDates = 'Oluşturulma/Güncelleme/Kontrol tarihleri';
$strCriteria = 'Kriter';
$strCroatian = 'Hırvatça';
$strCSVOptions = 'CSV seçenekleri';
$strCyrillic = 'Kiril';
$strCzech = 'Çekçe';
$strCzechSlovak = 'Çekçe-Slovakça';
 
$strDanish = 'Danimarkaca';
$strDatabaseEmpty = 'Veritabanı adı boş!';
$strDatabaseExportOptions = 'Veritabanı dönüşüm ayarları';
$strDatabaseHasBeenDropped = '%s veritabanı kaldırıldı.';
$strDatabaseNoTable = 'Bu veritabanı tablo içermiyor!';
$strDatabasesDropped = '%s veritabanları başarıyla kaldırıldı.';
$strDatabasesStatsDisable = 'İstatistikleri kapat';
$strDatabasesStatsEnable = 'İstatistikleri aç';
$strDatabasesStatsHeavyTraffic = 'Not: Burada veritabanı istatistiklerini açmak Web Sunucusu ile MySQL arasında yüksek trafiğe yol açabilir.';
$strDatabasesStats = 'Veritabanı istatistikleri';
$strDatabases = 'Veritabanları';
$strDatabase = 'Veritabanı';
$strDataDict = 'Veri sözlüğü';
$strDataOnly = 'Sadece veri';
$strDataPages = 'Veri içeren sayfalar';
$strData = 'Veri';
$strDBComment = 'Veritabanı yorumu:';
$strDBCopy = 'Veritabanını şuraya kopyala:';
$strDBGContextID = 'İçerik ID';
$strDBGContext = 'İçerik';
$strDBGHits = 'Girişler(hit)';
$strDBGLine = 'Satır';
$strDBGMaxTimeMs = 'Max zaman, ms';
$strDBGMinTimeMs = 'Min zaman, ms';
$strDBGModule = 'Modül';
$strDBGTimePerHitMs = 'Zaman/Giriş, ms';
$strDBGTotalTimeMs = 'Toplam zaman, ms';
$strDbPrivileges = 'Veritabanına özgü yetkiler';
$strDBRename = 'Veritabanını yeniden adlandır';
$strDbSpecific = 'Veritabanına özgü';
$strDefaultEngine = '%s bu MySQL sunucusunun üzerindeki varsayılan depolama motorudur.';
$strDefaultValueHelp = 'Varsayılan değerler için tırnak işareti veya slash koymak yerine tek değer giriniz.Mesela : a';
$strDefault = 'Varsayılan';
$strDefragment = 'Tabloyu birleştir';
$strDelayedInserts = 'Gecikmiş kayıt eklemeleri kullan';
$strDeleteAndFlushDescr = 'Bu en kısa yoldur fakat yetkileri yeniden yüklemek zaman alabilir.';
$strDeleteAndFlush = 'Kullanıcıları sonra da yetkileri sil.';
$strDeletedRows = 'Silinen satırlar:';
$strDeleted = 'Satır silindi.';
$strDelete = 'Sil';
$strDeleting = '%s siliniyor';
$strDelOld = 'Sayfada kullanılmayan tablolara verilmiş referanslar bulunuyor. Bu referansları silmek ister misiniz?';
$strDescending = 'Azalan';
$strDescription = 'Tanımlama';
$strDictionary = 'sözlük';
$strDirtyPages = 'Bozuk Sayfalar'; // not the actual translation i need some help
$strDisabled = 'Etkin değil';
$strDisableForeignChecks = 'Yabancı anahtar işaretlerini seçilemez kıl';
$strDisplayFeat = 'Özellikleri Göster';
$strDisplayOrder = 'Görünüm düzeni:';
$strDisplayPDF = 'PDF şemasını göster';
$strDoAQuery = '<br /><br />"Örnekle sorgu" yap. (joker:%) <br />';
$strDocu = 'Yardım';
$strDoYouReally = 'Aşağıdaki komutu uygulamak istediğinizden emin misiniz? ';
$strDropDatabaseStrongWarning = 'Bütün bir veritabanını YOK ETMEK üzeresiniz!';
$strDrop = 'Kaldır';
$strDropUsersDb = 'Kullanıcılarla aynı isimlerde olan veritabanlarını kaldır.';
$strDumpingData = 'Tablo döküm verisi';
$strDumpSaved = 'Döküm dosyası %s dosyasına kaydedildi';
$strDumpXRows = 'Satır sayısı : %s %s .satırdan başlayarak.';
$strDynamic = 'değişken';
 
$strEdit = 'Düzenle';
$strEditPDFPages = ' PDF Sayfalarını düzenle';
$strEditPrivileges = 'Öncelikleri Düzenle';
$strEffective = 'Efektif';
$strEmpty = 'Boşalt';
$strEmptyResultSet = 'MySQL boş bir sonuç kümesi döndürdü ( sıfır satır).';
$strEnabled = 'Etkin';
$strEncloseInTransaction = 'İşlemlerde dönüştürü ekle';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnd = 'Son';
$strEngineAvailable = '%s bu MySQL sunucusu üzerinde bulunmaktadır.'; $strEngineUnsupported = 'Bu MySQL sunucusu %s depolama motorunu desteklememektedir.';
$strEngineDisabled = '%s bu MySQL sunucusu için devre dışı bırakılmıştır.';
$strEngines = 'Motorlar';
$strEnglishPrivileges = ' Not: MySQL yetki adları İngilizce olarak belirtilmiştir ';
$strEnglish = 'İngilizce';
$strError = 'Hata';
$strEscapeWildcards = '_ ve % jokerleri harfi harfine kullanılmak isteniyorsa \ ile beraber kullanılmalıdır.';
$strEstonian = 'Estonyaca';
$strExcelEdition = 'Excel tipi';
$strExcelOptions = 'Excel ayarları';
$strExecuteBookmarked = 'İşaretlenmiş sorguyu çalıştır';
$strExplain = 'SQL\'i açıkla';
$strExport = 'Dönüştür';
$strExtendedInserts = 'Tablo ismini ve INSERT deyimini sadece bir kez kullan';
$strExtra = 'Ekstra';
 
$strFailedAttempts = 'Başarısız denemeler';
$strField = 'Alan';
$strFieldHasBeenDropped = '%s alanı kaldırılmıştır';
$strFields = 'Alanlar';
$strFieldsEmpty = ' Alan sayısı boş! ';
$strFieldsEnclosedBy = 'Kapatma karakteri';
$strFieldsEscapedBy = 'Kaçış karakteri';
$strFieldsTerminatedBy = 'Alan sonu karakteri';
$strFileAlreadyExists = '%s dosyası zaten serverda mevcut, dosya adını değiştirin veya üzerine yaz seçeneğini seçin! ';
$strFileCouldNotBeRead = 'Dosya okunamadı';
$strFileNameTemplate = 'Dosya ismi şablonu';
$strFileNameTemplateRemember = 'şablonu hatırla';
$strFixed = 'Sabit';
$strFlushPrivilegesNote = 'Not: phpMyAdmin kullanıcıların yetkilerini direkt olarak MySQL\'ün yetki tablolarından alır.Bu tabloların içerikleri eğer elle değişiklik yapılmışsa sunucunun kullandığı yetkilerden farklı olabilir.Bu durumda devam etmeden önce %syetkileri yeniden yüklemeniz gerekir%s .';
$strFlushTable = 'Tabloyu yeniden yükle("FLUSH")';
$strFormat = 'Biçim';
$strFormEmpty = 'Form\'da eksik değer !';
$strFreePages = 'Serbest Sayfalar';
$strFullText = 'Tüm metinler';
$strFunction = 'Fonksiyon';
 
$strGenBy = 'üretildi:';
$strGeneralRelationFeat = 'Genel ilişki özellikleri';
$strGenerate = 'Oluştur';
$strGeneratePassword = 'Şifre Oluştur';
$strGenTime = 'Çıktı Tarihi';
$strGeorgian = 'Gürcüce';
$strGerman = 'Almanca';
$strGlobal = 'genel';
$strGlobalPrivileges = 'Global yetkiler';
$strGlobalValue = 'Global değer';
$strGo = 'Git';
$strGrantOption = 'Hak';
$strGreek = 'Yunanca';
$strGzip = '"gzip"';
 
$strHasBeenAltered = 'düzenlendi.';
$strHasBeenCreated = 'yaratıldı.';
$strHaveToShow = 'Görüntülemek için en az bir sütun seçmelisiniz';
$strHebrew = 'İbranice';
$strHexForBinary = 'Binari alanları için onaltılık sayı sistemini kullan.';
$strHome = 'Ana Sayfa';
$strHomepageOfficial = 'phpMyAdmin Web Sayfası';
$strHostEmpty = 'Sunucu ismi alanı boş!';
$strHost = 'Sunucu';
$strHungarian = 'Macarca';
 
$strIcelandic = 'İzlandaca';
$strId = 'ID';
$strIdxFulltext = 'Tüm metinler';
$strIgnoreInserts = 'Kayıt eklemeleri yoksayı kullan';
$strIgnore = 'Yoksay';
$strIgnoringFile = '%s dosyasını yoksayıyor';
$strImportDocSQL = 'docSQL dosyalarını dönüştür ';
$strImportFiles = 'Dosyaları dönüştür';
$strIndexes = 'İndeksler';
$strIndexHasBeenDropped = '%s indeks\'i silindi.';
$strIndexName = 'İndeks ismi :';
$strIndexType = 'İndeks tipi :';
$strIndexWarningMultiple = '`%s` sütunu için birden fazla %s anahtarı yaratıldı. ';
$strIndexWarningPrimary = 'PRIMARY ve INDEX anahtarlarının ikisine birden `%s` sütunu için değer verilemez.';
$strIndexWarningTable = '`%s` tablosunun indexleri ile ilgili sorunlar';
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';
$strIndex = 'İndeks';
$strInnoDBAutoextendIncrement = 'Artış miktarını otomatik olarak arttır';
$strInnoDBAutoextendIncrementDesc = ' Otomatik genişleyen tablo boyutu boş olduğunda otomatik genişleyen tablo boşluğunun boyutun artış miktarı.';
$strInnoDBDataFilePath = 'Veri dosyaları';
$strInnoDBDataHomeDirDesc = 'InnoDB veri dosyaları için dizin yolunun ortak kullanılan kısmı.';
$strInnoDBDataHomeDir = 'Veri ana dizini ';
$strInnodbStat = 'InnoDB durumu';
$strInsecureMySQL = 'Konfigurasyon dosyanız (şifresiz root) varsayılan MySQL yetki dosyasıyla aynen uyuşan ayarlar içeriyor.MySQL sunucunuz bu varsayılan ayarlarla çalışıyor,dışardan girişe açık,ve bu güvenlik açığını hemen düzeltmeniz gerekmektedir.';
$strInsertAsNewRow = 'Yeni satır olarak ekle';
$strInsertedRowId = 'Satır id\'si eklendi:';
$strInsertedRows = 'Eklenen satırlar:';
$strInsert = 'Ekle';
$strInsertNewRow = 'Yeni satır ekle';
$strInternalNotNecessary = '* InnoDb\'nin içinde zaten bir iç ilişki var ise gerekli değildir.';
$strInternalRelations = 'İç ilişkiler';
$strInUse = 'kullanımda';
$strInvalidColumnCount = 'Sütun sayısı sıfırdan büyük olmalı.';
$strInvalidFieldAddCount = 'En azından bir alan eklemeniz gerekmektedir..';
$strInvalidFieldCount = 'Tablonun en az bir alanı olmalı.';
$strInvalidRowNumber = '%d geçerli bir satır sayısı değil.';
 
$strJapanese = 'Japonca';
$strJumpToDB = '&quot;%s&quot; veritabanına git.';
$strJustDeleteDescr = '&quot;silinmiş&quot; kullanıcılar, yetkiler yeniden yüklenmedikçe ,hala sunucuya normaldeki gibi erişilebilecek ';
$strJustDelete = 'Kullanıcıları yetki tablolarından sil .';
 
$strKeepPass = 'Şifreyi değiştirme';
$strKeyname = 'Anahtar ismi';
$strKill = 'Kapat';
$strKorean = 'Korece';
 
$strLandscape = 'Peyzaj';
$strLatchedPages = 'Mandallanmış Sayfalar'; //also this
$strLatexCaption = 'Tablo başlığı';
$strLatexContent = '__TABLE__ tablosunun içeriği';
$strLatexContinuedCaption = 'devam eden tablo başlığı';
$strLatexContinued = '(devam eden)';
$strLatexIncludeCaption = 'Tablo başlığını içer';
$strLatexLabel = 'Etiket anahtarı';
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'LaTeX seçenekleri';
$strLatexStructure = '__TABLE__ tablosunun yapısı';
$strLatvian = 'Litvanyaca';
$strLengthSet = 'Boyut/Değerler*';
$strLimitNumRows = 'Sayfa başına kayıt sayısı :';
$strLinesTerminatedBy = 'Satır sonu';
$strLinkNotFound = 'Link bulunamadı';
$strLinksTo = 'Linkler->';
$strLithuanian = 'Litvanyaca';
$strLocalhost = 'Lokal';
$strLocationTextfile = 'Dosyadan yükle';
$strLoginInformation = 'Login bilgisi';
$strLogin = 'Login';
$strLogout = 'Çıkış';
$strLogPassword = 'Şifre:';
$strLogServer = 'Sunucu';
$strLogUsername = 'Kullanıcı Adı:';
$strLongOperation = 'Bu işlem çok uzun sürebilir. Devam etmek istediğiniz emin misiniz?';
 
$strMaximumSize = 'En büyük boyut: %s%s';
$strMbExtensionMissing = 'mbstring PHP uzantısı bulunamadı ve multibyte karakter seti kullanmaktasınız. Eğer mbstring uzantısı bulunmazsa phpMyAdmin karakter dizilerini düzgün bir şekilde bölemeyeceği için beklenmeyen sonuçlar oluşabilir.';
$strMbOverloadWarning = 'mbstring.func_overload PHP konfigürasyon dosyanızda etkinleştirilmiş durumda. Bu seçenek phpMyAdmin ile uyumsuzluk göstermekte ve bazı verilerin bozulmasına yol açabilir!';
$strMIME_available_mime = 'Uygun MIME-tipleri';
$strMIME_available_transform = 'Uygun dönüşümler';
$strMIME_description = 'Tanımlama';
$strMIME_MIMEtype = 'MIME-tip';
$strMIME_nodescription = 'Bu dönüşüm için uygun bilgi bulunmamaktadır.<br />Lütfen yazara %s ne yapar diye sorun';
$strMIME_transformation_note = 'Uygun dönüşüm seçeneklerinin listesi ve onların MIME-tip dönüşümleri için, %sdönüşüm tanımlamarı%s\'na tıklayın';
$strMIME_transformation_options = 'Dönüşüm seçenekleri';
$strMIME_transformation_options_note = 'Lütfen dönüşüm seçenekleri için değerleri bu şekili kullanarak giriniz: \'a\',\'b\',\'c\'...<br />Backslash ("\") veya tek tırnak ("\'") kullamanız gerekiyorsa, şu şekilde kullanın : \'\\\\xyz\' veya \'a\\\'b\').';
$strMIME_transformation = 'Tarayıcı dönüşümü';
$strMIMETypesForTable = 'TABLO MIME TİPLERİ';
$strMIME_without = 'İtalik olarak yazılmış MIME-tipleri ayrı bir dönüşüm fonksiyonuna sahip değildir.';
$strModifications = 'Değişiklikler kaydedildi';
$strModify = 'Değiştir';
$strModifyIndexTopic = 'Indeks düzenle';
$strMoveTableOK = '%s tablosu %s üzerine taşındı.';
$strMoveTableSameNames = 'Tabloyu aynısına taşıyamıyor!';
$strMoveTable = 'Tabloyu (veritabanı<b>.</b>tablo) taşı :';
$strMultilingual = 'çoklu dil';
$strMyISAMDataPointerSizeDesc = 'MAX_ROWS seçeneği belirtilmediği durumlarda MyISAM tabloları için CREATE TABLE komutuyla kullanılacak olan varsayılan işaretçi boyutu (Byte olarak).';
$strMyISAMDataPointerSize = 'Veri işaretçi boyutu';
$strMyISAMMaxExtraSortFileSizeDesc = 'Hızlı MyISAM indeksi oluşturulması sırasında kullanılan geçici dosya belirtilen boyutta anahtar önbellek kullanılması durumunda oluşacak olan dosyadan büyük olacaksa, anahtar önbellek metodunu seçiniz.';
$strMyISAMMaxExtraSortFileSize = 'İndeks oluşturmada kullanılan maksimum geçici dosyalar boyutu';
$strMyISAMMaxSortFileSizeDesc = 'MySQL\’in bir MyISAM indeksini yeniden oluştururken kullandığı geçici dosyanın maksimum boyutu (REPAIR TABLE, ALTER TABLE, ya da LOAD DATA INFILE sırasında).';
$strMyISAMMaxSortFileSize = 'Maksimum geçici sıralama dosyaları boyutu.';
$strMyISAMRecoverOptions = 'Otomatik Kurtarma Modu'; $strMyISAMRecoverOptionsDesc = '-myisam-recover şeklinde sunucu başlangıç komutu olarak ayarlanabilen ve çöken MyISAM tablolarını otomatik olarak kurtarmak amacıyla kullanılan mod,.';
$strMyISAMRepairThreadsDesc = 'Bu değer 1\’den büyükse, işlem sıralama yoluyla yapılan Onarım (Repair) sırasında MyISAM tablosu indeksleri (her bir indeks kendi işlemi içinde ) paralel olarak yaratılır. ';
$strMyISAMRepairThreads = 'İşlemleri Onar';
$strMyISAMSortBufferSizeDesc = 'Bir REPAIR TABLE komutuyla MyISAM indeksleri sıralanırken ya da CREATE INDEX ya da ALTER TABLE komutuyla indekslerin oluşturulması sırasında için ayrılan ara bellek miktarı.';
$strMyISAMSortBufferSize = 'Listeleme ara bellek boyutu';
$strMySQLCharset = 'MySQL karakter seti';
$strMySQLConnectionCollation = 'MySQL bağlantı karşılaştırması';
$strMySQLSaid = 'MySQL çıktısı: ';
$strMySQLShowProcess = 'İşlemleri göster';
$strMySQLShowStatus = 'MySQL çalışma zamanı bilgisini göster';
$strMySQLShowVars = 'MySQL sistem değişkenlerini göster';
 
$strName = 'İsim';
$strNext = 'Sonraki';
$strNoActivity = '%s veya daha fazla saniye boyunca hiçbir işlem yapılmadı, lütfen yeniden giriş yapınız';
$strNoDatabasesSelected = 'Veritabanı seçilmedi.';
$strNoDatabases = 'Veritabanı yok';
$strNoDescription = 'Tanımlama yok';
$strNoDetailsForEngine = 'Bu depolama motoru için detaylı durum bilgisi bulunmamaktadır.';
$strNoDropDatabases = '"DROP DATABASE" cümlesi burada kullanılamaz.';
$strNoExplain = 'SQL açıklamasını yapma';
$strNoFrames = 'phpMyAdmin frame destekli bir tarayıcı ile daha iyi çalışmaktadır...';
$strNo = 'Hayır';
$strNoIndex = 'Indeks tanımlanmadı!';
$strNoIndexPartsDefined = 'Indeks kısmı tanımlanmadı!';
$strNoModification = 'Değişiklik yok';
$strNone = 'Hiçbiri';
$strNoOptions = 'Bu düzenin seçeği yok';
$strNoPassword = 'Şifre yok';
$strNoPermission = 'Web sunucusu %s dosyasını kaydetmek için izne sahip değil.';
$strNoPhp = ' PHP kodsuz';
$strNoPrivileges = 'Buna yetkiniz yok';
$strNoRights = 'Burada bulunmak için yeterli haklara sahip değilsiniz!';
$strNoRowsSelected = 'Satır seçilmedi';
$strNoSpace = '%s dosyasını kaydetmek için yeterli alan yok.';
$strNoTablesFound = 'Veritabanında tablo bulunamadı.';
$strNoThemeSupport = 'Tema desteği bulunmuyor,lütfen ayarları ve/veya %s dizinindeki temalarınızı kontrol ediniz';
$strNotNumber = 'Lütfen bir sayı giriniz!';
$strNotOK = 'Tamam değil';
$strNotSet = '<b>%s</b> tablosu bulunamadı veya %s içinde tanımlanmadı';
$strNoUsersFound = 'Kullanıcı(lar) bulunamadı.';
$strNoValidateSQL = 'SQL doğrulamasını yapma';
$strNull = 'Boş';
$strNumberOfFields = 'Alan Sayısı';
$strNumSearchResultsInTable = '<b><font color=\'blue\'>%s</font></b> ( <b>%s</b> tablosu içinde aramanıza uyan kayıt sayısı ) ';
$strNumSearchResultsTotal = 'Toplam: %s eşleşim';
$strNumTables = 'Tablolar';
 
$strOK = 'Tamam';
$strOperations = 'İşlemler';
$strOperator = 'İşlemci';
$strOptimizeTable = 'Tabloyu optimize et';
$strOr = 'veya';
$strOverhead = 'Kullanılamayan Veri';
$strOverwriteExisting = 'Mevcut dosyaların üzerine yaz!';
 
$strPageNumber = 'Sayfa numarası:';
$strPagesToBeFlushed = 'Yeniden yüklenecek sayfaları göster (flush)';
$strPaperSize = 'Kağıt boyu';
$strPartialText = 'Kısmi Metinler';
$strPasswordChanged = '%s için şifre başarıyla değiştirildi.';
$strPasswordEmpty = 'Şifre alanı doldurulmadı!';
$strPasswordHashing = 'Şifre Hash yöntemi';
$strPasswordNotSame = 'Girilen şifreler uyuşmuyor!';
$strPassword = 'Şifre';
$strPdfDbSchema = ' "%s" veritabanının şeması - Sayfa %s';
$strPdfInvalidTblName = ' "%s" tablosu bulunamıyor !';
$strPdfNoTables = 'Tablo yok';
$strPerHour = 'saat başına';
$strPerMinute = 'dakika başına';
$strPerSecond = 'saniye başına';
$strPersian = 'Farsça';
$strPhoneBook = 'telefon defteri';
$strPHP40203 = ' Ciddi bir multi-byte karakter dizisi (mbstring) hatasına sahip olan PHP 4.2.3 kullanıyorsunuz,. PHP hata raporu 19404\' e bakınız. Bu sürümün phpMyAdmin\'le kullanılması önerilmez.';
$strPhp = 'PHP kodu oluştur';
$strPHPVersion = 'PHP Sürümü';
$strPmaDocumentation = 'phpMyAdmin yardım';
$strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt>\' nin değeri konfigurasyon dosyasının içinde verilmelidir!';
$strPolish = 'Lehce';
$strPortrait = 'Portre';
$strPos1 = 'Başlangıç';
$strPrevious = 'Önceki';
$strPrimary = 'Birincil';
$strPrimaryKeyHasBeenDropped = 'Birincil anahtar silindi';
$strPrimaryKeyName = 'PRIMARY KEY TEK olmalıdır!';
$strPrimaryKeyWarning = '# PRIMARY <b>sadece</b> birincil bir anahtarın ismi <b>olmalıdır!</b>';
$strPrintViewFull = 'Yazıcı görüntüsü (tüm metin)';
$strPrintView = 'Yazıcı görüntüsü';
$strPrint = 'Yazdır';
$strPrivDescAllPrivileges = 'GRANT hariç tüm yetkileri içerir.';
$strPrivDescAlter = 'Varolan tablonun yapısının değiştirilmesine izin verir.';
$strPrivDescCreateDb = 'Yeni veritabanları ve tabloların oluşturulmasına izin verir.';
$strPrivDescCreateTbl = 'Yeni tabloların oluşturulmasına izin verir.';
$strPrivDescCreateTmpTable = 'Geçici tablolara oluşturulmasına izin verir.';
$strPrivDescDelete = 'Veri silinmesine izin verir.';
$strPrivDescDropDb = 'Veritabanları ve tabloların kaldırılmasına izin verir.';
$strPrivDescDropTbl = 'Tabloların kaldırılmasına izin verir.';
$strPrivDescExecute = 'Kaydedilmiş yordamların çalıştırılmasına izin verir.; Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescFile = 'Data import ve export\'una izin verir.';
$strPrivDescGrant = 'İmtiyaz tablolarını yeniden yüklemeden yeni kullanıcı ve yetki eklenmesine izin verir.';
$strPrivDescIndex = 'İndekslerin yaratılmasına ve kaldırılmasına izin verir.';
$strPrivDescInsert = 'Verinin eklenmesine ve yer değiştirilmesine izin verir.';
$strPrivDescLockTables = 'Geçerli işlem için tabloların kilitlenmesine izin verir.';
$strPrivDescMaxConnections = 'Kullanıcının saat başına açabileceği bağlantıyı sınırlar.';
$strPrivDescMaxQuestions = 'Kullanıcının saat başına sunucuya gönderebileceği sorgu sayısını sınırlar.';
$strPrivDescMaxUpdates = 'Kullanıcının,saat başına çalıştırabileceği,herhangi bir tablo veya veritabanı değiştiren komut sayısını sınırlar.';
$strPrivDescProcess3 = 'Diğer kullanıcıların işlemlerinin kapatılmasına izin verir.';
$strPrivDescProcess4 = 'İşlem listesindeki bütün sorguların görüntülenmesine izin verir.';
$strPrivDescReferences = 'Bu MySQL sürümünde etkisi yoktur.';
$strPrivDescReload = 'Sunucu ayarlarının yeniden yüklenmesine ve önbelleğin silinmesine izin verir';
$strPrivDescReplClient = 'Kullanıcılara Slave ve Master\'ların nerede olduğunu sorma hakkını verir.';
$strPrivDescReplSlave = 'Kopya slave\'ler için gerekli.';
$strPrivDescSelect = 'Veri okunmasına izin ver.';
$strPrivDescShowDb = 'Bütün veritabanları listesine erişim verir.';
$strPrivDescShutdown = 'Sunucunun kapatılmasına izin ver.';
$strPrivDescSuper = 'Maksimum bağlantı sayısı aşılsa bile bağlanmasına izin ver;Global değişkenleri saptamak veya diğer kullanıcıların işlemlerini sonlandırmak gibi bir çok yönetim işlemi için gereklidir.';
$strPrivDescUpdate = 'Veri değiştirilmesine izin ver.';
$strPrivDescUsage = 'İmtiyaz yok.';
$strPrivilegesReloaded = 'Ayrıcalıklar başarıyla yüklendi.';
$strPrivileges = 'İmtiyazlar';
$strProcesslist = 'İşlem listesi';
$strPutColNames = 'İlk satırda alan isimlerini koy';
 
$strQBEDel = 'Del';
$strQBEIns = 'Ins';
$strQBE = ' Sorgula';
$strQueryFrame = 'Sorgu penceresi';
$strQueryOnDb = '<b>%s</b> veritabanında SQL sorgusu&nbsp;:';
$strQuerySQLHistory = 'SQL geçmişi';
$strQueryStatistics = '<b>Sorgu istatistikleri</b>: Başlangıçtan bu yana sunucuya <b>%s</b> sorgu gönderildi.';
$strQueryTime = 'Sorgu %01.4f san sürdü';
$strQueryType = 'Sorgu şekli';
$strQueryWindowLock = 'Pencere dışından bu sorgunun üzerine yazma';
 
$strReceived = 'Alındı';
$strRecords = 'Kayıtlar';
$strReferentialIntegrity = 'Referans bütünlüğünü kontrol et.';
$strRefresh = 'Yenile';
$strRelationalSchema = 'İlişki şeması';
$strRelationNotWorking = 'İlişkili tablolarla çalışmada kullanılan ekstra özellikler kapatıldı.Nedenini öğrenmek için %sburaya%s tıklayınız...';
$strRelationsForTable = 'TABLO İLİŞKİLERİ';
$strRelations = 'İlişkiler';
$strRelationView = 'İlişki görünümü';
$strReloadingThePrivileges = 'İmtiyazları yeniden yüklüyor';
$strReloadMySQL = 'MySQL\' i yeniden yükle';
$strRemoveSelectedUsers = 'Seçili kullanıcıları kaldır';
$strRenameDatabaseOK = '%s veritabanı %s olarak yeniden adlandırıldı';
$strRenameTableOK = '%s tablosu %s olarak yeniden adlandırıldı';
$strRenameTable = 'Tabloyu yeniden adlandır';
$strRepairTable = 'Tablo\'yu onar';
$strReplaceNULLBy = 'NULL \' u bununla yerdeğiştir';
$strReplaceTable = 'Tablo verisini bir dosyadaki ile değiştir';
$strReset = 'Sıfırla';
$strResourceLimits = 'Kaynak sınırları';
$strReType = 'Yeniden gir';
$strRevokeAndDeleteDescr = 'Kullanıcılar yeniden yüklenene kadar hala KULLANIM ayrıcalığına sahip olacaklar.';
$strRevokeAndDelete = 'Kullanıcılardaki tüm etkin yetkileri geçersiz kıl ve sonra sil..';
$strRevoke = 'Geçersiz kıl';
$strRevokeMessage = '%s\'in önceliklerini kaldırdınız';
$strRomanian = 'Romence';
$strRowLength = 'Satır boyu';
$strRowsFrom = 'kayıt : Başlayacağı kayıt :';
$strRowSize = ' Satır boyutu ';
$strRowsModeFlippedHorizontal = 'yatay (döndürülmüş başlıklar)';
$strRowsModeHorizontal = 'yatay';
$strRowsModeOptions = '%s olarak göster ve %s hücre sonra başlığı tekrarla.';
$strRowsModeVertical = 'dikey';
$strRows = 'Satır';
$strRowsStatistic = 'Satır istatistiği';
$strRunning = '# %s üzerinde çalışıyor...';
$strRunQuery = 'Sorguyu çalıştır';
$strRunSQLQuery = '<b>%s</b> veritabanı üzerinde sorgu çalıştır';
$strRussian = 'Rusça';
 
$strSave = 'Kaydet';
$strSaveOnServer = 'Sunucuda %s dizininin içinde kaydet';
$strScaleFactorSmall = 'Çarpan faktörü sayfadaki şema için çok küçük';
$strSearch = 'Ara';
$strSearchFormTitle = 'Veritabanında ara';
$strSearchInTables = 'Tablo içinde ara :';
$strSearchNeedle = 'Aranacak kelime veya değerler ( joker: "%" ):';
$strSearchOption1 = 'kelimelerin en azından biri';
$strSearchOption2 = 'bütün kelimeler';
$strSearchOption3 = 'tam eşleşim';
$strSearchOption4 = 'normal deyim';
$strSearchResultsFor = ' "%s" %s için arama sonuçları:';
$strSearchType = '<b>BUL </b> :';
$strSecretRequired = 'Ayar dosyası için gizli bir şifre gerekiyor (blowfish_secret).';
$strSelectADb = ' Lütfen bir veritabanı seçiniz';
$strSelectAll = 'Tümünü seç';
$strSelectBinaryLog = 'Görüntülemek istediğiniz binari kaydını seçiniz';
$strSelectFields = 'Alan seç (en az bir)';
$strSelectNumRows = 'sorgu içerisinde';
$strSelectTables = 'Tabloları seç';
$strSend = 'Dosya olarak kaydet';
$strSent = 'Gönderildi';
$strServerChoice = 'Server seçimi';
$strServerNotResponding = 'Sunucu yanıt vermiyor';
$strServerStatus = 'Çalışma bilgisi';
$strServerStatusUptime = 'Bu MySQL sunucusunun çalışma süresi : %s <br /> Başlama Zamanı: %s ';
$strServer = 'Sunucusu';
$strServerTabProcesslist = 'İşlemler';
$strServerTabVariables = 'Değişkenler';
$strServerTrafficNotes = '<b>Sunucu Yoğunluğu</b>: Bu tablolar başlama zamanından bu yana MySQL sunucusunun network yoğunluğunu gösterir.';
$strServerVars = 'Sunucu değişkenleri ve ayarları';
$strServerVersion = 'Server sürümü';
$strSessionValue = 'Oturum değeri';
$strSetEnumVal = 'Eğer alan tipi "enum" veya "set" ise verileri şu formata göre giriniz: \'a\',\'b\',\'c\'...<br />Eğer bu değerler arasına backslash ("\") veya tek tırnak koymanız gerekirse (\'),bunun için backslash kullanın.Mesela: \'\\\\xyz\' veya \'a\\\'b\') gibi.';
$strShowAll = 'Tümünü göster';
$strShowColor = 'Rengi göster';
$strShowDatadictAs = 'Veri sözlüğü formatı';
$strShowFullQueries = 'Sorguların tümünü göster';
$strShow = 'Göster';
$strShowGrid = 'Izgarayı göster';
$strShowingRecords = 'Kayıtları gösteriyor...';
$strShowPHPInfo = 'PHP bilgisini göster';
$strShowTableDimension = 'Tabloların';
$strShowTables = 'Tabloları göster';
$strShowThisQuery = 'Sorguyu burada yine göster.';
$strSimplifiedChinese = 'Basitleştirilmiş Çince';
$strSingly = '( birer birer )';
$strSize = 'Boyut';
$strSlovak = 'Slovakça';
$strSlovenian = 'Slovence';
$strSocketProblem = '(ya da lokal MySQL sunucusu soketi düzgün bir şekilde ayarlanmamış.)';
$strSortByKey = 'Anahtara göre sırala';
$strSort = 'Sırala';
$strSpaceUsage = 'Kullanılan alan';
$strSpanish = 'İspanyolca';
$strSplitWordsWithSpace = 'Kelimelerin arasında boşluk olmalıdır (" ").';
$strSQLExportCompatibility = 'SQL\’e dönüştürme uyumluluğu';
$strSQLExportType = 'Export tipi';
$strSQLOptions = 'SQL seçenekleri';
$strSQLParserBugMessage = 'SQL yorumlayıcısında bir hata bulma ihtimaliniz var.Lütfen sorgunuzu dikkatli bir şekilde gözden geçiriniz,ve tırnaklar doğru ve yanlış yazılmamış kontrol ediniz.Diğer olası hata nedenleri metin alanına alabileceği boyuttan daha büyük bir dosya yüklüyor olma ihtimalinizdir.Sorgunuzu MySQL komut satırı arayüzünde de deneyebilirsiniz..MySQL sunucu hata çıktısı,var ise,hatayı manızda size yardımcı olabilir.Hala sorunlarınız varsa veya komut satırı arayüzü çalışırken,yorumlayıcı hata veriyorsa,lütfen SQL sorgu girişinizi hata yaratan tek bir sorguya indirgeyin,ve aşağıdaki CUT bölümü veri yığını ile birlikte hata raporunu bildiriniz:';
$strSQLParserUserError = 'SQL sorgunuzda bir hata varmış gibi gözüküyor.MySQL sunucu hata çıktısı,var ise,hatayı bulmanızda size yardımcı olabilir.';
$strSQLQuery = 'SQL sorgusu';
$strSQLResult = 'SQL sonucu';
$strSQL = 'SQL sorgusu';
$strSQPBugInvalidIdentifer = 'Geçersiz tanımlayıcı';
$strSQPBugUnclosedQuote = 'Kapatılmamış tırnak';
$strSQPBugUnknownPunctuation = 'Bilinmeyen noktalama işareti';
$strStatCheckTime = 'Son kontrol';
$strStatCreateTime = 'Oluşturulma';
$strStatement = 'Durum';
$strStatUpdateTime = 'Son güncellenme';
$strStatus = 'Durum';
$strStorageEngine = 'Depolama Motoru';
$strStorageEngines = 'Depolama Motorları';
$strStrucCSV = 'CSV verisi';
$strStrucData = 'Yapı ve Veri';
$strStrucDrop = 'DROP TABLE ekle';
$strStrucExcelCSV = 'MS Excel verisi için CSV';
$strStrucNativeExcel = 'MS Excel verisi';
$strStrucOnly = 'Sadece yapı';
$strStructPropose = 'Tablo yapısını analiz et.';
$strStructure = 'Yapı';
$strSubmit = 'Onayla';
$strSuccess = 'SQL sorgunuz başarıyla çalıştırılmıştır';
$strSum = 'toplam';
$strSwedish = 'İsveçce';
$strSwitchToDatabase = 'Kopyalanmış veritabanını kullan.';
$strSwitchToTable = 'Kopyalanmış tabloya geç';
 
$strTableComments = 'Tablo yorumları';
$strTableEmpty = 'Tablo ismi boş!';
$strTableHasBeenDropped = '%s tablosu kaldırılmıştır';
$strTableHasBeenEmptied = '%s tablosu boşaltılmıştır';
$strTableHasBeenFlushed = '%s tablosu başarıyla kapatılmıştır.';
$strTableMaintenance = 'Tablo bakımı';
$strTableOfContents = 'İçerik tablosu';
$strTableOptions = 'Tablo ayarları';
$strTables = '%s tablo';
$strTableStructure = 'Tablo yapısı :';
$strTable = 'Tablo:';
$strTableType = 'Tablo tipi';
$strTakeIt = 'Seç';
$strTblPrivileges = 'Tabloya özgü yetkiler';
$strTextAreaLength = 'Boyutu nedeniyle,<br /> bu alan düzenlenmeyebilir ';
$strThai = 'Thai';
$strTheme = 'Tema / Sitil';
$strThisHost = 'Bu host ';
$strThisNotDirectory = 'Bu bir dizin değildi';
$strThreadSuccessfullyKilled = '%s işlemi başarıyla sonlandırıldı.';
$strTime = 'Zaman';
$strToggleScratchboard = 'scratchboard\a geç';
$strTotal = 'toplam';
$strTotalUC = 'Toplam';
$strTraditionalChinese = 'Geleneksel Çince';
$strTraditionalSpanish = 'Geleneksel İspanyolca';
$strTraffic = 'Yoğunluk';
$strTransformation_application_octetstream__download = 'Bir alandaki binari veriyi yüklemek için link göster.İlk seçenek binari dosya adıdır.İkinci seçenek ise dosya adını içeren tablo satırırın olası alan adıdır.İkinci bir seçenek istiyorsanız ilk seçeneği boş bırakmalısınız.';
$strTransformation_application_octetstream__hex = 'Verinin hexadesimal sunumunu gösterir.';
$strTransformation_image_jpeg__inline = 'Tıklanabilir bir thumbnail gösterir; seçenekler: pixel olarak genişlik,yükseklik (orijinal oran korunur)';
$strTransformation_image_jpeg__link = 'Bu resime direkt bir link gösterir (direct blob yüklemesi...).';
$strTransformation_image_png__inline = 'jpeg resmini gör: satıriçi';
$strTransformation_text_plain__dateformat = 'Bir TIME, TIMESTAMP veya DATETIME alanı alır ve varsayılan tarih formatı bilgilerinizle onu yeniden biçimlendirir.İlk seçenek zamangösterimi(timestamp)\'ne eklenecek bir offset(saat olarak)\'tir.(Varsayılan: 0).İkinci seçenek PHP\'nin strftime() fonksiyonu için uygun olan parametrelere göre farklı bir zamangösterimi(timestamp)\'dir.';
$strTransformation_text_plain__external = 'Dış bir uygulama çalıştırır ve alanverisini standart giriş yoluyla besler.Uygulamanın standart çıktısı döner.Varsayılan hoş bir HTML çıktısı veren Tidy(Düzenli)\'dir..Güvenlik nedeniyle libraries/transformations/text_plain__external.inc.php dosyasını elle düzenlemeniz ve çalışmasına izin vereceğiniz araçları eklemeniz gerekir.İlk seçenek;çalıştırmak istediğiniz program sayısı,ikinci seçenek ise program için gerekli olan parametrelerdir.Üçüncü parametre ,eğer 1\'e setlenmişse htmlspecialchars() fonksiyonunu kullanarak çıktıyı dönüştürecektir(Varsayılan: 1).Dördüncü bir parametre ise ,eğer 1\'e setlenmişse NOWRAP(kaydırma yok) kodu tüm hücreye eklenecek ve bütün çıktı yeniden düzenlenmeden görünecektir.(Varsayılan :1)';
$strTransformation_text_plain__formatted = 'Alanın orijinal biçimlendirmesini korur.Escaping(kaçış) yapılmaz..';
$strTransformation_text_plain__imagelink = 'Bir resim ve bir link gösterir,alan dosya ismini içerir;ilk seçenek "http://domain.com/" gibi bir yazım,ikinci seçenek pixel olarak genişlik,üçüncüsü ise yüksekliktir.';
$strTransformation_text_plain__link = 'Bir link ve dosya ismini içeren alanı gösterir;ilk seçenek "http://domain.com/" gibi bir gösterim,ikincisi ise link için bir başlıktır.';
$strTransformation_text_plain__substr = 'Bir karakter dizisinin bir kısmını gösterir. İlk seçenek dizinin başlangıcından ne kadar uzağa gideceğidir (Varsayılan 0). İkinci seçenek kaç karakter alınacağıdır (Varsayılan: dizinin sonuna kadar). Üçüncü seçenek ise dizide kesilme olacaksa eklenecek ya da çıkartılacak diziyi belirtir (Varsayılan: "...").';
$strTruncateQueries = 'Görülen sorguları kısalt';
$strTurkish = 'Türkçe';
$strType = 'Tip';
 
$strUkrainian = 'Ukraynaca';
$strUncheckAll = 'Hiçbirisini Seçme';
$strUnicode = 'Unicode';
$strUnique = 'Unique';
$strUnknown = 'bilinmeyen';
$strUnselectAll = 'Hiçbirisini seçme';
$strUpdatePrivMessage = '%s için olan yetkileri güncellediniz.';
$strUpdateProfileMessage = 'Profil güncellendi.';
$strUpdateQuery = 'Sorguyu güncelle';
$strUpdComTab = 'Sütun_Yorumları tablosunun nasıl güncellendiğini öğrenmek istiyorsanız Dökümanlara bakınız.';
$strUpgrade = '%s %s veya daha sonraki bir sürüme yükseltme yapmanız gereklidir.';
$strUsage = 'Kullanım';
$strUseBackquotes = 'Tablo ve alan isimleri için ters tırnak " ` " işaretini kullan';
$strUseHostTable = 'Host tablosunu kullan';
$strUserAlreadyExists = '%s kullanıcısı zaten mevcut!';
$strUserEmpty = 'Kullanıcı ismi alanı doldurulmadı!';
$strUser = 'Kullanıcı';
$strUserName = 'Kullanıcı ismi';
$strUserNotFound = 'Seçili kullanıcı yetki tablosunda bulunamadı.';
$strUserOverview = 'Kullanıcı gözlem';
$strUsersDeleted = 'Seçili kullanıcılar başarıyla silindi.';
$strUsersHavingAccessToDb = '&quot;%s&quot; veritabanına erişimi olan kullanıcılar';
$strUseTabKey = 'Değerden değere geçmek için TAB tuşunu istediğiniz herhangi bir yere gitmek için CTRL+OK TUŞLARI\`nı kullanın.';
$strUseTables = 'Tabloları kullan';
$strUseTextField = 'Metin alanını kullan';
$strUseThisValue = 'Bu değeri kullan';
 
$strValidateSQL = 'SQL\'i doğrula';
$strValidatorError = 'SQL onaylayıcısı başlatılamadı.%sdökümanlar%s\'da belirtildiği gibi,gerekli php uzantılarının yüklenip yüklenilmediğini kontrol ediniz.';
$strValue = 'Değer';
$strVar = 'Değişken';
$strVersionInformation = 'Sürüm bilgisi';
$strViewDumpDatabases = 'Veritabanları döküm şeması';
$strViewDumpDB = 'Veritabanı döküm şeması';
$strViewDump = 'Tablo döküm şeması';
$strView = 'Görüntü';
$strViewHasBeenDropped = '%s görüntüsü kaldırıldı';
 
$strWebServerUploadDirectoryError = 'Yükleme için belirttiğiniz dizine ulaşılamıyor.';
$strWebServerUploadDirectory = 'web sunucu yükleme dizini';
$strWelcome = '%s sürümüne HOŞGELDİNİZ....';
$strWestEuropean = 'Batı Avrupa';
$strWildcard = 'joker';
$strWindowNotFound = 'Tarayı penceresi güncellenemiyor...Bağlantısı olan pencereyi kapattınız veya tarayıcınızın güvenlik ayarları buna izin vermiyor';
$strWithChecked = 'Seçilileri:';
$strWritingCommentNotPossible = 'Yorum yazılması mümkün değil.';
$strWritingRelationNotPossible = 'İlişki yazılması mümkün değil.';
$strWrongUser = 'Hatalı kullanıcı adı/parola. Erişim engellendi.';
 
$strXML = 'XML';
 
$strYes = 'Evet';
 
$strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0\'a ayarlanması sınırı kaldırır..';
$strZip = '"ziplenmiş"';
 
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/ukrainian-utf-8.inc.php
0,0 → 1,982
<?php
/* $Id: ukrainian-utf-8.inc.php,v 2.117.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'utf-8';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Байт', 'кБ', 'МБ', 'ГБ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб');
$month = array('Січ', 'Лют', 'Бер', 'Квт', 'Трв', 'Чрв', 'Лип', 'Сер', 'Вер', 'Жов', 'Лис', 'Гру');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y р., %H:%M';
 
$timespanfmt = '%s днів, %s годин, %s хвилин і %s секунд';
 
$strAPrimaryKey = 'Було додано первинний ключ до %s';
$strAbortedClients = 'Перервано';
$strAbsolutePathToDocSqlDir = 'Прошу задати абсолютний шлях на веб-сервері до каталогу docSQL';
$strAccessDenied = 'Доступ заборонено';
$strAccessDeniedExplanation = 'phpMyAdmin спробував з\'єднатися з MySQL сервером, але сервер не дозволив під\'єднання. Прошу перевірити значення host, username та password у файлі config.inc.php та впевнитися, що вони відповідають даним отриманим Вами від адміністратора MySQL сервера.';
$strAction = 'Дія';
$strAddDeleteColumn = 'Додати/забрати колонку критерію';
$strAddDeleteRow = 'Додати/забрати рядок критерію';
$strAddDropDatabase = 'Додати DROP DATABASE';
$strAddIntoComments = 'Додати коментар';
$strAddNewField = 'Додати нове поле';
$strAddPrivilegesOnDb = 'Додати права для цієї бази даних';
$strAddPrivilegesOnTbl = 'Додати права для цієї таблиці';
$strAddSearchConditions = 'Додати умови пошуку (тіло для умови "where"):';
$strAddToIndex = 'Додати до індексу&nbsp;%s&nbsp;колоноку(и)';
$strAddUser = 'Додати нового користувача';
$strAddUserMessage = 'Було додано нового користувача.';
$strAddedColumnComment = 'Додано коментар до колонки';
$strAddedColumnRelation = 'Додано зв\'язок для колонки';
$strAdministration = 'Адміністратор';
$strAffectedRows = 'Задіяні рядки:';
$strAfter = 'Після %s';
$strAfterInsertBack = 'Повернутись';
$strAfterInsertNewInsert = 'Вставити новий запис';
$strAll = 'Все';
$strAllTableSameWidth = 'показувати всі таблиці однакової ширини?';
$strAlterOrderBy = 'Змінити порядок таблиці';
$strAnIndex = 'Було додано індекс для %s';
$strAnalyzeTable = 'Аналіз таблиці';
$strAnd = 'І';
$strAny = 'Довільний';
$strAnyHost = 'Довільний хост';
$strAnyUser = 'Довільний користувач';
$strArabic = 'Арабське';
$strArmenian = 'Вірменське';
$strAscending = 'Зростаючий';
$strAtBeginningOfTable = 'На початку таблиці';
$strAtEndOfTable = 'У кінці таблиці';
$strAttr = 'Атрибути';
$strAutodetect = 'Автовизначення';
$strAutomaticLayout = 'Автоматичний layout';
 
$strBack = 'Назад';
$strBaltic = 'Балтійське';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Двійковий ';
$strBinaryDoNotEdit = ' Двійкові дані - не редагуються ';
$strBookmarkDeleted = 'Закладку було видалено.';
$strBookmarkLabel = 'Мітка';
$strBookmarkQuery = 'Закладка на SQL-запит';
$strBookmarkThis = 'Закладка на даний SQL-запит';
$strBookmarkView = 'Лише перегляд';
$strBrowse = 'Переглянути';
$strBulgarian = 'Болгарське';
$strBzError = 'phpMyAdmin не може скомпресувати dump через пошкоджене Bz2 доповнення у цій версії PHP. Наполегливо рекомендуєм встановити у конфіґураційному файлі Вашого phpMyAdmin директиву <code>$cfg[\'BZipDump\']</code> на <code>FALSE</code>. Якщо Ви хочете використовувати можливості Bz2 компресування, Вам необхідно поновити версію PHP. Див. детальніше у повідомленнях про помилки %s.';
$strBzip = 'запакувати в "bzip"';
 
$strCSVOptions = 'CSV опції';
$strCannotLogin = 'Не можу зареєструватися на MySQL сервері';
$strCantLoad = 'не можу завантажити %s,<br />прошу перевірити конфігурацію PHP.';
$strCantLoadRecodeIconv = 'Не можу завантажити iconv чи recode extension необхідні для зміни charset-у, сконфігуруйте php так, щоб можна було використовувати ці extensions, або забороніть зміну charset-у у phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Неможливо перейменувати індекс в PRIMARY!';
$strCantUseRecodeIconv = 'Не можу використати ні/або iconv, ні/або libiconv, ні/або функцію recode_string поки буде завантажено extension reports. Перевірте Вашу php конфігурацію.';
$strCardinality = 'Кількість елементів';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'СхідноЄвропейське';
$strChange = 'Змінити';
$strChangeCopyMode = 'Створити нового користувача з такими ж правами і ...';
$strChangeCopyModeCopy = '... залишити старого.';
$strChangeCopyModeDeleteAndReload = ' ... знищити старого з таблиці користувачів та перевантажити права після того.';
$strChangeCopyModeJustDelete = ' ... знищити старого з таблиці користувачів.';
$strChangeCopyModeRevoke = ' ... анулювати всі активні права старого користувача, знищивши його після того.';
$strChangeCopyUser = 'Змінити реєстраційні дані / Копіювати користувача';
$strChangeDisplay = 'Виберіть поля для відображення';
$strChangePassword = 'Змінити пароль';
$strCharset = 'Набір символів';
$strCharsetOfFile = 'Кодування файлу:';
$strCharsets = 'Кодування';
$strCharsetsAndCollations = 'Набори символів та схеми';
$strCheckAll = 'Відмітити все';
$strCheckPrivs = 'Перевірити права';
$strCheckPrivsLong = 'Перевірити права для бази даних &quot;%s&quot;.';
$strCheckTable = 'Перевірити таблицю';
$strChoosePage = 'Прошу вибрати сторінку для редагування';
$strColComFeat = 'Показувати коментарі стовпців';
$strCollation = 'Порівняння';
$strColumnNames = 'Назви колонок';
$strColumnPrivileges = 'Права, які стосуються колонок таблиці';
$strCommand = 'Команда';
$strComments = 'Коментарі';
$strCompleteInserts = 'Повна вставка';
$strCompression = 'Стискання';
$strConfigFileError = 'phpMyAdmin не може прочитати конфігураційний файл <br />Це може статися у тому випадку, коли php натрапить на синтаксичну помилку (parse error) у ньому, або не може знайти самого файлу.<br />Завантажте конфігураційний файл безпосередньо за допомогою посилання поданого нижче і прочитайте отримані повідомлення про помилки (php error messages). Найчастіше десь у файлі просто бракує лапок чи двокрапки. <br />Якщо Ви отримаєте порожню сторінку, - значить все в порядку.';
$strConfigureTableCoord = 'Прошу сконфіґурувати координати таблиці %s';
$strConnections = 'З\'єднань';
$strCookiesRequired = 'З цього моменту Cookies повинні бути дозволені.';
$strCopyTable = 'Скопіювати таблицю в (база даних<b>.</b>таблиця):';
$strCopyTableOK = 'Таблицю %s було скопійовано в %s.';
$strCopyTableSameNames = 'Не можу скопіювати таблицю саму в себе!';
$strCouldNotKill = 'phpMyAdmin не може припинити процес %s. Він вже напевно був зупинений.';
$strCreate = 'Створити';
$strCreateIndex = 'Створити індекс на&nbsp;%s&nbsp;колонках';
$strCreateIndexTopic = 'Створити новий індекс';
$strCreateNewDatabase = 'Створити нову БД';
$strCreateNewTable = 'Створити нову таблицю в БД %s';
$strCreatePage = 'Створити нову сторінку';
$strCreatePdfFeat = 'Створити PDF-файл';
$strCriteria = 'Критерій';
$strCroatian = 'Кроатське';
$strCyrillic = 'Кириличне';
$strCzech = 'Чеське';
 
$strDBComment = 'Коментар бази даних: ';
$strDBGContext = 'Контекст';
$strDBGContextID = 'Контекст ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Рядок';
$strDBGMaxTimeMs = 'Макс час, мс';
$strDBGMinTimeMs = 'Мін час, мс';
$strDBGModule = 'Модуль';
$strDBGTimePerHitMs = 'Time/Hit, мс';
$strDBGTotalTimeMs = 'Загальний час, мс';
$strDanish = 'Данське';
$strData = 'Дані';
$strDataDict = 'Словник даних';
$strDataOnly = 'Лише дані';
$strDatabase = 'БД';
$strDatabaseExportOptions = 'Налаштування експорту бази даних';
$strDatabaseHasBeenDropped = 'Базу даних %s знищено.';
$strDatabaseNoTable = 'Ця база даних не містить таблиць!';
$strDatabases = 'Бази Даних';
$strDatabasesDropped = '%s баз(а\и) даних успішно знищено.';
$strDatabasesStats = 'Статистика баз даних';
$strDatabasesStatsDisable = 'Заборонити статистику';
$strDatabasesStatsEnable = 'Дозволити статистику';
$strDatabasesStatsHeavyTraffic = 'Примітка: Активізація збору статистики бази даних може спричинити значний трафік між веб сервером та базою даних MySQL.';
$strDbPrivileges = 'Права, які стосуються бази даних';
$strDbSpecific = 'специфічний для бази даних';
$strDefault = 'По замовчуванню';
$strDefaultValueHelp = 'Для значень за замовчуванням, введіть лише значення, без використання зворотніх слешів чи лапок, у такому форматі: a';
$strDelOld = 'Ця сторінка має посилання на таблицю, якої вже немає. Бажаєте видалити ці посилання?';
$strDelete = 'Видалити';
$strDeleteAndFlush = 'Усунути користувачів і перезавантажити права після цього.';
$strDeleteAndFlushDescr = 'Це кращий спосіб, проте перезавантаження прав може потривати певний час.';
$strDeleted = 'Рядок видалено';
$strDeletedRows = 'Видалено наступні рядки:';
$strDeleting = 'Усунути %s';
$strDescending = 'Спадаючий';
$strDescription = 'Опис';
$strDictionary = 'словник';
$strDisabled = 'заблоковано';
$strDisplayFeat = 'Показати можливості';
$strDisplayOrder = 'Порядок перегляду:';
$strDisplayPDF = 'Показати PDF схему';
$strDoAQuery = 'Виконати "запит згідно прикладу" (символ підставновки: "%")';
$strDoYouReally = 'Ви насправді хочете ';
$strDocu = 'Документація';
$strDrop = 'Знищити';
$strDropUsersDb = 'Усунути бази даних, які мають такі ж назви як імена користувачів.';
$strDumpSaved = 'Dump збережено у файл %s.';
$strDumpXRows = 'Зґенерувати дамп %s рядків починаючи з %s -го.';
$strDumpingData = 'Дамп даних таблиці';
$strDynamic = 'динамічний';
 
$strEdit = 'Редагувати';
$strEditPDFPages = 'Редагувати PDF Сторінки';
$strEditPrivileges = 'Редагування привілеїв';
$strEffective = 'Ефективність';
$strEmpty = 'Очистити';
$strEmptyResultSet = 'MySQL повернула пустий результат (тобто нуль рядків).';
$strEnabled = 'дозволено';
$strEnd = 'Кінець';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Англійське';
$strEnglishPrivileges = ' Зауваження: привілеї MySQL задаються по-англійськи ';
$strError = 'Помилка';
$strEstonian = 'Естонське';
$strExcelOptions = 'налаштування Excel';
$strExecuteBookmarked = 'Виконати збережений запит';
$strExplain = 'Тлумачити SQL';
$strExport = 'Експорт';
$strExtendedInserts = 'Розширена вставка';
$strExtra = 'Додатково';
 
$strFailedAttempts = 'Невдалих спроб';
$strField = 'Поле';
$strFieldHasBeenDropped = 'Поле %s було видалено';
$strFields = 'Поля';
$strFieldsEmpty = ' Порожній перелік полів! ';
$strFieldsEnclosedBy = 'Поля взято в';
$strFieldsEscapedBy = 'Поля екрануються';
$strFieldsTerminatedBy = 'Поля розділені';
$strFileAlreadyExists = 'Файл %s існує на сервері, прошу змінити назву файлу, або відмітити опцію заміни існуючих файлів.';
$strFileCouldNotBeRead = 'Неможливо прочитати файл';
$strFileNameTemplate = 'Шаблон назви файлу';
$strFileNameTemplateRemember = 'запам\'ятати шаблон';
$strFixed = 'фіксований';
$strFlushPrivilegesNote = 'Примітка: phpMyAdmin отримує права користувачів безпосередньо з таблиці прав MySQL. Зміст цієї таблиці може відрізнятися від прав, які використовуються сервером, якщо в цю таблицю вносилися зміни вручну. У цьому випадку Вам необхідно %sперезавантажити права%s перед продовженням.';
$strFlushTable = 'Очистити кеш таблиці ("FLUSH")';
$strFormEmpty = 'Не задано значення для форми!';
$strFormat = 'Формат';
$strFullText = 'Повні тексти';
$strFunction = 'Функція';
 
$strGenBy = 'Згенеровано';
$strGenTime = 'Час створення';
$strGeneralRelationFeat = 'Загальні можливості';
$strGerman = 'Німецьке';
$strGlobal = 'глобальний';
$strGlobalPrivileges = 'Глобальні права';
$strGlobalValue = 'Загальне значення';
$strGo = 'Вперед';
$strGrantOption = 'Grant';
$strGreek = 'Грецьке';
$strGzip = 'запакувати в "gzip"';
 
$strHasBeenAltered = 'була змінена.';
$strHasBeenCreated = 'була створена.';
$strHaveToShow = 'Необхідно вибрати принаймі один Стовпчик для показу';
$strHebrew = 'Іврит';
$strHome = 'На початок';
$strHomepageOfficial = 'Офіційна сторінка phpMyAdmin';
$strHost = 'Хост';
$strHostEmpty = 'Порожнє ім\'я хоста!';
$strHungarian = 'Мадярське';
 
$strId = 'ID';
$strIdxFulltext = 'ПовнТекст';
$strIgnore = 'Ігноруровати';
$strIgnoringFile = 'Проіґноровано файл %s';
$strImportDocSQL = 'Імпортувати docSQL файли';
$strImportFiles = 'Імпорт файлів';
$strInUse = 'використовується';
$strIndex = 'Індекс';
$strIndexHasBeenDropped = 'Індекс %s було знищено';
$strIndexName = 'Назва індекса&nbsp;:';
$strIndexType = 'Тип індекса&nbsp;:';
$strIndexes = 'Індекси';
$strInnodbStat = 'Статус InnoDB';
$strInsecureMySQL = 'Ваш файл конфіґурації містить параметри (root без паролю) які відповідають привілейованому користувачу MySQL. Ваш MySQL сервер у цьому випадку відкритий для вторгнення і тому Вам обов\'язково слід виправити цю прогалину у безпеці.';
$strInsert = 'Вставити';
$strInsertAsNewRow = 'Вставити як новий рядок';
$strInsertNewRow = 'Вставити новий рядок';
$strInsertedRowId = 'Вставлено рядок id:';
$strInsertedRows = 'Додані рядки:';
 
$strJapanese = 'Японське';
$strJumpToDB = 'Перейти до бази даних &quot;%s&quot;.';
$strJustDelete = 'Щойно усунуто користувачів з таблиці прав.';
$strJustDeleteDescr = '&quot;Усунуті&quot; користувачі все ще матимуть доступ до сервера до тих пір, поки не будуть перезавантажені права.';
 
$strKeepPass = 'Не змінювати пароль';
$strKeyname = 'Ім\'я ключа';
$strKill = 'Вбити';
$strKorean = 'Корейське';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'опції LaTeX';
$strLandscape = 'Landscape';
$strLengthSet = 'Довжини/Значення*';
$strLimitNumRows = 'записів на сторінці';
$strLinesTerminatedBy = 'Рядки розділено';
$strLinkNotFound = 'Лінк не знайдено';
$strLinksTo = 'Лінки до';
$strLithuanian = 'Литовське';
$strLocalhost = 'Локальний';
$strLocationTextfile = 'вкажіть розташування текстового файлу';
$strLogPassword = 'Пароль:';
$strLogUsername = 'Ім\'я користувача:';
$strLogin = 'Вхід в систему';
$strLoginInformation = 'Вхідна інформація (Login)';
$strLogout = 'Вийти з системи';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Доступні MIME-types';
$strMIME_available_transform = 'Доступні перетворення';
$strMIME_description = 'Опис';
$strMIME_nodescription = 'Немає опису для цього перетворення.<br />Прошу питатися автора, що робить %s.';
$strMIME_transformation = 'Перетворення МІМЕ-типу бровзером';
$strMIME_transformation_note = 'Щоб отримати список можливих опцій і їх MIME-type перетворень, натисніть %sописи перетворень%s';
$strMIME_transformation_options = 'Опції перетворення';
$strMIME_transformation_options_note = 'Прошу вписати значення опцій перетворення у такому форматі: \'a\',\'b\',\'c\'...<br />Якщо необхідно подати зворотній слеш ("\") чи поодинокі лапки ("\'") у цих значеннях, поставте перед ними додатковий зворотній слеш (наприклад \'\\\\xyz\' чи \'a\\\'b\').';
$strMIME_without = 'MIME-types подані курсивом не мають окремих функцій перетворення';
$strModifications = 'Модифікації було збережено';
$strModify = 'Змінити';
$strModifyIndexTopic = 'Змінити індекс';
$strMoveTable = 'Перенести таблицю в (база даних<b>.</b>таблиця):';
$strMoveTableOK = 'Таблицю %s було перенесено в %s.';
$strMoveTableSameNames = 'Не можу перенести таблицю саму в себе!';
$strMultilingual = 'багатомовні';
$strMySQLCharset = 'MySQL Charset';
$strMySQLSaid = 'Відповідь MySQL: ';
$strMySQLShowProcess = 'Показати процеси';
$strMySQLShowStatus = 'Показати стан MySQL';
$strMySQLShowVars = 'Показати системні змінні MySQL';
 
$strName = 'Назва';
$strNext = 'Дальше';
$strNo = 'Ні';
$strNoDatabases = 'БД відсутні';
$strNoDatabasesSelected = 'Не вибрано бази даних.';
$strNoDescription = 'без опису';
$strNoDropDatabases = 'Оператори "DROP DATABASE" заборонені.';
$strNoExplain = 'Не тлумачити SQL';
$strNoFrames = 'Для роботи phpMyAdmin потрібно браузер з підтримкою <b>фреймів</b>.';
$strNoIndex = 'Індекс не визначено!';
$strNoIndexPartsDefined = 'Не визначено частини індекса!';
$strNoModification = 'Змін немає';
$strNoOptions = 'Цей формат не має опцій';
$strNoPassword = 'Без паролю';
$strNoPermission = 'Веб-сервер не має привілеїв для збереження файлу %s.';
$strNoPhp = 'без PHP коду';
$strNoPrivileges = 'Без привілеїв';
$strNoRights = 'Ви для цього маєте недостатньо прав!';
$strNoSpace = 'Бракує місця для збереження файлу %s.';
$strNoTablesFound = 'В БД не виявлено таблиць.';
$strNoUsersFound = 'Не знайдено користувача.';
$strNoValidateSQL = 'Не перевіряти SQL';
$strNone = 'Немає';
$strNotNumber = 'Це не число!';
$strNotOK = 'не OK';
$strNotSet = 'Таблицю <b>%s</b> не знайдено або не визначено у %s';
$strNull = 'Нуль';
$strNumSearchResultsInTable = '%s співпадіння у таблиці <i>%s</i>';
$strNumSearchResultsTotal = '<b>Разом:</b> <i>%s</i> співпадіння';
$strNumTables = 'Таблиць';
 
$strOK = 'OK';
$strOperations = 'Операцій';
$strOptimizeTable = 'Оптимізувати таблицю';
$strOr = 'або';
$strOverhead = 'Надмірні видатки';
$strOverwriteExisting = 'Заміняти існуючі файли';
 
$strPHP40203 = 'Ви використовуєте версію PHP 4.2.3, яка має серйозну помилку при роботі з multi-byte strings (mbstring). Див PHP bug report 19404. Цю версію PHP не рекомендується використовувати з phpMyAdmin.';
$strPHPVersion = 'Версія PHP';
$strPageNumber = 'Номер сторінки:';
$strPaperSize = 'Формат паперу';
$strPartialText = 'Часткові тексти';
$strPassword = 'Пароль';
$strPasswordChanged = 'Пароль для %s успішно змінено.';
$strPasswordEmpty = 'Порожній пароль!';
$strPasswordNotSame = 'Паролі не однакові!';
$strPdfDbSchema = 'Схема бази даних "%s" - Сторінка %s';
$strPdfInvalidTblName = 'Таблиці "%s" не існує!';
$strPdfNoTables = 'Таблиць немає';
$strPerHour = 'за годину';
$strPerMinute = 'за хвилину';
$strPerSecond = 'за секунду';
$strPhoneBook = 'телефонна книга';
$strPhp = 'Створити PHP код';
$strPmaDocumentation = 'Документація по phpMyAdmin';
$strPmaUriError = 'Змінна <tt>$cfg[\'PmaAbsoluteUri\']</tt> ПОВИННА бути встановлена у Вашому конфіґураційному файлі!';
$strPortrait = 'Portrait';
$strPos1 = 'Початок';
$strPrevious = 'Назад';
$strPrimary = 'Первинний';
$strPrimaryKeyHasBeenDropped = 'Первинний ключ було знищено';
$strPrimaryKeyName = 'Ім\'я первинного ключа повинно бути PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>повинно</b> бути іменем <b>лише</b> первинного ключа!)';
$strPrint = 'Друк';
$strPrintView = 'Версія для друку';
$strPrivDescAllPrivileges = 'Дозволити всі права за винятком GRANT.';
$strPrivDescAlter = 'Дозволити змінювати структуру наявних таблиць.';
$strPrivDescCreateDb = 'Дозволити створювати нові бази даних та таблиці.';
$strPrivDescCreateTbl = 'Дозволити створювати нові таблиці.';
$strPrivDescCreateTmpTable = 'Дозволити створювати тимчасові таблиці.';
$strPrivDescDelete = 'Дозволити знищувати дані з таблиць.';
$strPrivDescDropDb = 'Дозволити знищувати бази даних та таблиці.';
$strPrivDescDropTbl = 'Дозволити знищувати таблиці.';
$strPrivDescExecute = 'Дозволити виконання збережених процедур; Неефективно для цієї версії MySQL.';
$strPrivDescFile = 'Дозволити імпорт даних з файлів, та експорт у файли.';
$strPrivDescGrant = 'Дозволити додавання користувачів та прав без перезавантаження таблиці прав.';
$strPrivDescIndex = 'Дозволити створення та знищення індексів.';
$strPrivDescInsert = 'Дозволити вставку та заміну даних.';
$strPrivDescLockTables = 'Дозволити блокування таблиць для біжучих потоків.';
$strPrivDescMaxConnections = 'Обмежити кількість нових під\'єднань, які користувач може створювати протягом години.';
$strPrivDescMaxQuestions = 'Обмежити кількість запитів, які користувач може надіслати серверу протягом години.';
$strPrivDescMaxUpdates = 'Обмежити кількість команд, що вносять зміни до будь-якої таблиці чи бази даних, які користувач може виконати протягом години.';
$strPrivDescProcess3 = 'Дозволити припиняти процеси інших користувачів.';
$strPrivDescProcess4 = 'Дозволити перегляд повних запитів у списку процесів.';
$strPrivDescReferences = 'Неефективно для цієї версії MySQL.';
$strPrivDescReload = 'Дозволити перезавантаження установок та очищення кешу сервера.';
$strPrivDescReplClient = 'Надати користувачу право запитувати де є slaves / masters.';
$strPrivDescReplSlave = 'Необхідно для реплікації slaves.';
$strPrivDescSelect = 'Дозволити читання даних.';
$strPrivDescShowDb = 'Надати доступ до повного списку баз даних.';
$strPrivDescShutdown = 'Дозволити вимкнення сервера.';
$strPrivDescSuper = 'Дозволити під\'єднання, навіть якщо досягнуто максимальної кількості під\'єднань; Обов\'язково для більшості адміністративних операцій таких як встановлення ґлобальних змінних чи припинення процесів інших користувачів.';
$strPrivDescUpdate = 'Дозволити зміну даних.';
$strPrivDescUsage = 'Немає прав.';
$strPrivileges = 'Привілеї';
$strPrivilegesReloaded = 'Права успішно перезавантажено.';
$strProcesslist = 'Список процесів';
$strPutColNames = 'Дати назви полів у першому рядку';
 
$strQBE = 'Запит згідно прикладу';
$strQBEDel = 'Видалити';
$strQBEIns = 'Вставити';
$strQueryFrame = 'Вікно запиту';
$strQueryOnDb = 'SQL-запит до БД <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Статистика запитів</b>: З моменту запуску, до сервера було надіслано %s запитів.';
$strQueryTime = 'Запит виконувався %01.4f сек';
$strQueryType = 'Тип запиту';
$strQueryWindowLock = 'Не перекривати цей запит в інших вікнах';
 
$strReType = 'Підтвердження';
$strReceived = 'Отримано';
$strRecords = 'Записи';
$strReferentialIntegrity = 'Перевір цілісність даних на рівні посилань:';
$strRelationNotWorking = 'Додаткова можливість роботи із залінкованими таблицями деактивована. Для того, щоб довідатись чому, натисніть %sтут%s.';
$strRelationView = 'Перегляд залежностей';
$strRelationalSchema = 'Схема зв\'язків';
$strRelations = 'Зв\'язки';
$strReloadMySQL = 'Перезавантажити MySQL';
$strReloadingThePrivileges = 'Перезавантаження прав';
$strRemoveSelectedUsers = 'Усунути відмічених користувачів';
$strRenameTable = 'Перейменувати таблицю в';
$strRenameTableOK = 'Таблицю %s було перейменовано в %s';
$strRepairTable = 'Ремонтувати таблицю';
$strReplaceNULLBy = 'Замінити NULL на';
$strReplaceTable = 'Замінити дані таблиці даними з файлу';
$strReset = 'Перевстановити';
$strResourceLimits = 'Обмеження ресурсів';
$strRevoke = 'Відмінити';
$strRevokeAndDelete = 'Відмінити всі активні права користувачів та усунути їх після цього.';
$strRevokeAndDeleteDescr = 'Користувачі все ще будуть мати право КОРИСТУВАННЯ (USAGE) до тих пір, поки не будуть перезавантажені права.';
$strRevokeMessage = 'Ви змінили привілеї для %s';
$strRowLength = 'Довжина рядка';
$strRowSize = ' Розмір рядка ';
$strRows = 'Рядки';
$strRowsFrom = 'рядків з';
$strRowsModeFlippedHorizontal = 'горизонтально (rotated headers)';
$strRowsModeHorizontal = ' горизонтально ';
$strRowsModeOptions = '-го %s і дублювати заголовки через кожні %s рядків ';
$strRowsModeVertical = ' вертикально ';
$strRowsStatistic = 'Статистика рядка';
$strRunQuery = 'Виконати запит';
$strRunSQLQuery = 'Виконати SQL запит(и) до БД %і';
$strRunning = 'на %s';
$strRussian = 'Російське';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL опції';
$strSQLParserBugMessage = 'Можливо Ви знайшли помилку в парсері SQL. Прошу детальніше перевірити чи коректно вжиті і не пропущені лапки у Вашому запиті. Іншою можливою причиною помилки може бути те що Ви завантажили файл з двійковими даними розміщеними поза взятим в лапки текстом. Спробуйте виконати Ваш запит за допомогою оболонки MySQL з командної стрічки. Повідомлення MySQL сервера про помилку подане нижче (якщо є таке) також може допомогти Вам у визначенні проблеми. Якщо у Вас все ще виникають проблеми чи парсер видає помилку, а з командної стрічки запити виконуються, прошу скоротити Ваш ввідний SQL запит до одного запиту, який власне і викликає проблеми, і відішліть повідомлення про помилку з порцією даних у розділі CUT нижче:';
$strSQLParserUserError = 'There seems to be an error in your SQL query. Повідомлення MySQL сервера про помилку подане нижче (якщо є таке) також може допомогти Вам у визначенні проблеми.';
$strSQLQuery = 'SQL-запит';
$strSQLResult = 'SQL result';
$strSQPBugInvalidIdentifer = 'Некоректний ідентифікатор';
$strSQPBugUnclosedQuote = 'Не закриті лапки';
$strSQPBugUnknownPunctuation = 'Невідомий символ пунктуації';
$strSave = 'Зберегти';
$strSaveOnServer = 'Зберегти на сервері в каталогу %s ';
$strScaleFactorSmall = 'Занадто малий масштаб щоб схема займала цілу сторінку';
$strSearch = 'Шукати';
$strSearchFormTitle = 'Шукати в базі даних';
$strSearchInTables = 'Всередині таблиць:';
$strSearchNeedle = 'Слова чи значення, які потрібно знайти (маска: "%"):';
$strSearchOption1 = 'принаймі одне з слів';
$strSearchOption2 = 'всі слова';
$strSearchOption3 = 'точну фразу';
$strSearchOption4 = 'регулярний вираз';
$strSearchResultsFor = 'Результати пошуку "<i>%s</i>" %s:';
$strSearchType = 'Знайти:';
$strSecretRequired = 'Конфігураційний файл потребує секретну фразу (пароль).';
$strSelectADb = 'Прошу вибрати БД';
$strSelectAll = 'Відмітити все';
$strSelectFields = 'Вибрати поля (щонайменше одне):';
$strSelectNumRows = 'по запиту';
$strSelectTables = 'Вибрати таблиці';
$strSend = 'Відіслати';
$strSent = 'Відправлено';
$strServer = 'Сервер';
$strServerChoice = 'Вибір сервера';
$strServerStatus = 'Інформація про роботу сервера';
$strServerStatusUptime = 'Цей MySQL сервер працює %s. Стартував %s.';
$strServerTabProcesslist = 'Процеси';
$strServerTabVariables = 'Змінні';
$strServerTrafficNotes = '<b>Трафік сервера</b>: таблиці показують статистику завантаження мережі цим MySQL сервером з моменту його запуску.';
$strServerVars = 'Змінні сервера та налаштування';
$strServerVersion = 'Версія сервера';
$strSessionValue = 'Значення сесії';
$strSetEnumVal = 'Для типів поля "enum" та "set", введіть значення згідно такого формату: \'a\',\'b\',\'c\'...<br />Якщо вам буде потрібно ввести зворотню косу риску ("\"") або поодинокі лапки ("\'") посеред цих значень, поставте перед ними зворотню косу риску (наприклад, \'\\\\xyz\' чи \'a\\\'b\').';
$strShow = 'Показати';
$strShowAll = 'Показати все';
$strShowColor = 'Показати колір';
$strShowDatadictAs = 'Формат словника';
$strShowFullQueries = 'Показати повні запити';
$strShowGrid = 'Показати сітку';
$strShowPHPInfo = 'Показати інформацію про PHP';
$strShowTableDimension = 'Показати розміри таблиць';
$strShowTables = 'Показати таблиці';
$strShowThisQuery = ' Показати даний запит знову ';
$strShowingRecords = 'Показано записи ';
$strSimplifiedChinese = 'Китайське Спрощене';
$strSingly = '(окремо)';
$strSize = 'Розмір';
$strSort = 'Посортувати';
$strSpaceUsage = 'Простір, що використовується';
$strSplitWordsWithSpace = 'Слова розділені пробілом (" ").';
$strStatCheckTime = 'Перевірено';
$strStatCreateTime = 'Створено';
$strStatUpdateTime = 'Поновлено';
$strStatement = 'Параметр';
$strStatus = 'Статус';
$strStrucCSV = 'CSV дані';
$strStrucData = 'Структуру і дані';
$strStrucDrop = 'Додати видалення таблиці';
$strStrucExcelCSV = 'CSV для даних MS Excel';
$strStrucOnly = 'Лише структуру';
$strStructPropose = 'Запропонувати структуру таблиці';
$strStructure = 'Структура';
$strSubmit = 'Виконати';
$strSuccess = 'Ваш SQL-запит було успішно виконано';
$strSum = 'Всього';
$strSwedish = 'Шведське';
$strSwitchToTable = 'Перейти до скопійованої таблиці';
 
$strTable = 'таблиця ';
$strTableComments = 'Коментар до таблиці';
$strTableEmpty = 'Порожня назва таблиці!';
$strTableHasBeenDropped = 'Таблицю %s було знищено';
$strTableHasBeenEmptied = 'Таблицю %s було очищено';
$strTableHasBeenFlushed = 'Було очищено кеш таблиці %s';
$strTableMaintenance = 'Обслговування таблиці';
$strTableOfContents = 'Зміст';
$strTableOptions = 'Налаштування таблиці';
$strTableStructure = 'Структура таблиці';
$strTableType = 'Тип таблиці';
$strTables = '%s таблиц(і)';
$strTblPrivileges = 'Права, які стосуються таблиці';
$strTextAreaLength = ' Через велику довжину,<br /> це поле не може бути відредаговано ';
$strThai = 'Тайське';
$strThisHost = 'Цей хост';
$strThisNotDirectory = 'Це не каталог';
$strThreadSuccessfullyKilled = 'Процес %s припинено.';
$strTime = 'Час';
$strToggleScratchboard = 'ввімкнути чорновик (scratchboard)';
$strTotal = 'всього';
$strTotalUC = 'Разом';
$strTraditionalChinese = 'Китайське Традиційне';
$strTraffic = 'Трафік';
$strTransformation_image_jpeg__inline = 'Відображає clickable thumbnail; опції: ширина, висота у пікселах (зберігає початкові пропорції)';
$strTransformation_image_jpeg__link = 'Відображає лінк до цього малюнку (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Див. image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Взяти поле TIME, TIMESTAMP чи DATETIME і сформатувати його відповідно до локального формату дати. Перша опція - це інтервал (в годинах) який буде додано до часової мітки (за замовчуванням: 0). Друга опція - інший формат дати відповідно до параметрів заданих для PHP strftime().';
$strTransformation_text_plain__external = 'LINUX ONLY: Запускає зовнішню програму і подає дані через стандартний ввід. Повертає снаддартний вивід програми. За замовчуванням програмою є Tidy, яка гарно друкує HTML код. З міркувань безпеки, Вам потрібно самостійно відредагувати файл libraries/transformations/text_plain__external.inc.php та вписати програми дозволені для запуску. У такому випадку, перша опція - кількість програм, які Ви бажаєте використовувати і друга - параметри для програм. Третя опція, встановлена в 1, буде ковертувати вивід використовуючи htmlspecialchars() (за замовчуванням: 1). Четверта опція, встановлена в 1, буде додавати NOWRAP до кожної комірки контенту, так що веси вивід буде показано без переформатування (за замовчуванням: 1)';
$strTransformation_text_plain__formatted = 'Зберігає початкове форматування поля. Не вносяться модифікації.';
$strTransformation_text_plain__imagelink = 'Показує малюнок і лінк, поле містить назву файлу; перша опція - префікс, подібно до "http://domain.com/", друга - ширина в пікселах, третя - висота.';
$strTransformation_text_plain__link = 'Показує лінк, поле містить назву файлу; перша опція - префікс, подібно до "http://domain.com/", друга опція - title для лінку.';
$strTransformation_text_plain__substr = 'Показує лише частину тексту. Перша опція - це відступ який визначає з якого місця повинен початися вивід тексту (за замовчуванням: 0). Друга опція - визначає скільки тексту буде виведено. Якщо вона порожня - виводиться решта всього тексту. Третя опція - визначає які символи буде додано після виведеного текстового сегменту (за замовчуванням: ...) .';
$strTruncateQueries = 'Обрізати показані запити';
$strTurkish = 'Турецьке';
$strType = 'Тип';
 
$strUkrainian = 'Українське';
$strUncheckAll = 'Зняти усі відмітки';
$strUnicode = 'Юнікод';
$strUnique = 'Унікальне';
$strUnknown = 'невідоме';
$strUnselectAll = 'Зняти всі відмітки';
$strUpdComTab = 'За інформацією як поновити Вашу таблицю Column_comments прошу дивитись у Документації';
$strUpdatePrivMessage = 'Було змінено привілеї для';
$strUpdateProfileMessage = 'Профіль було поновлено.';
$strUpdateQuery = 'Доповнити запит';
$strUsage = 'Використання';
$strUseBackquotes = 'Зворотні лапки в назвах таблиць і полів';
$strUseHostTable = 'Використовувати Таблицю Хостів';
$strUseTables = 'Використовувати таблиці';
$strUseTextField = 'Використовувати текстове поле';
$strUser = 'Користувач';
$strUserAlreadyExists = 'Користувач %s вже існує!';
$strUserEmpty = 'Порожнє і\'мя користувача!';
$strUserName = 'Ім\'я користувача';
$strUserNotFound = 'Вказаного користувача не знайдено в таблиці прав.';
$strUserOverview = 'Огляд користувачів';
$strUsersDeleted = 'Відмічених користувачів успішно усунуто.';
$strUsersHavingAccessToDb = 'Користувачі, котрі мають доступ до &quot;%s&quot;';
 
$strValidateSQL = 'Перевірити SQL';
$strValidatorError = 'Не можу запустити перевірку SQL. Прошу проконтролювати чи заінстальовано необхідні php extensions як описано в %sдокументації%s.';
$strValue = 'Значення';
$strVar = 'Змінна';
$strViewDump = 'Переглянути дамп (схему) таблиці';
$strViewDumpDB = 'Переглянути дамп (схему) БД';
$strViewDumpDatabases = 'Переглянути dump (схему) баз даних';
 
$strWebServerUploadDirectory = 'каталог веб-сервера для завантаження файлів (upload directory)';
$strWebServerUploadDirectoryError = 'Встановлений Вами каталог для завантаження файлів недоступний';
$strWelcome = 'Ласкаво просимо до %s';
$strWestEuropean = 'Західно Європейське';
$strWildcard = 'шаблон';
$strWithChecked = 'З відміченими:';
$strWritingCommentNotPossible = 'Неможливо додати коментар';
$strWritingRelationNotPossible = 'Неможливо додати зв\'язок';
$strWrongUser = 'Невірний логін/пароль. Доступ не дозволено.';
 
$strXML = 'XML';
 
$strYes = 'Так';
 
$strZeroRemovesTheLimit = 'Примітка: Встановлення цієї опції у 0 (нуль) знімає обмеження.';
$strZip = 'запакувати в "zip"';
// To translate
 
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
 
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/lang/ukrainian-windows-1251.inc.php
0,0 → 1,981
<?php
/* $Id: ukrainian-windows-1251.inc.php,v 2.115.2.3 2006/03/23 17:42:16 lem9 Exp $ */
 
$charset = 'windows-1251';
$text_dir = 'ltr';
$left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
$right_font_family = 'arial, helvetica, geneva, sans-serif';
$number_thousands_separator = ',';
$number_decimal_separator = '.';
// shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
//$byteUnits = array('Áàéò', 'êÁ', 'ÌÁ', 'ÃÁ');
$byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
 
$day_of_week = array('Íä', 'Ïí', 'Âò', 'Ñð', '×ò', 'Ïò', 'Ñá');
$month = array('ѳ÷', 'Ëþò', 'Áåð', 'Êâò', 'Òðâ', '×ðâ', 'Ëèï', 'Ñåð', 'Âåð', 'Æîâ', 'Ëèñ', 'Ãðó');
// See http://www.php.net/manual/en/function.strftime.php to define the
// variable below
$datefmt = '%B %d %Y ð., %H:%M';
 
$timespanfmt = '%s äí³â, %s ãîäèí, %s õâèëèí ³ %s ñåêóíä';
 
$strAPrimaryKey = 'Áóëî äîäàíî ïåðâèííèé êëþ÷ äî %s';
$strAbortedClients = 'Ïåðåðâàíî';
$strAbsolutePathToDocSqlDir = 'Ïðîøó çàäàòè àáñîëþòíèé øëÿõ íà âåá-ñåðâåð³ äî êàòàëîãó docSQL';
$strAccessDenied = 'Äîñòóï çàáîðîíåíî';
$strAccessDeniedExplanation = 'phpMyAdmin ñïðîáóâàâ ç\'ºäíàòèñÿ ç MySQL ñåðâåðîì, àëå ñåðâåð íå äîçâîëèâ ï³ä\'ºäíàííÿ. Ïðîøó ïåðåâ³ðèòè çíà÷åííÿ host, username òà password ó ôàéë³ config.inc.php òà âïåâíèòèñÿ, ùî âîíè â³äïîâ³äàþòü äàíèì îòðèìàíèì Âàìè â³ä àäì³í³ñòðàòîðà MySQL ñåðâåðà.';
$strAction = 'ijÿ';
$strAddDeleteColumn = 'Äîäàòè/çàáðàòè êîëîíêó êðèòåð³þ';
$strAddDeleteRow = 'Äîäàòè/çàáðàòè ðÿäîê êðèòåð³þ';
$strAddDropDatabase = 'Äîäàòè DROP DATABASE';
$strAddIntoComments = 'Äîäàòè êîìåíòàð';
$strAddNewField = 'Äîäàòè íîâå ïîëå';
$strAddPrivilegesOnDb = 'Äîäàòè ïðàâà äëÿ ö³º¿ áàçè äàíèõ';
$strAddPrivilegesOnTbl = 'Äîäàòè ïðàâà äëÿ ö³º¿ òàáëèö³';
$strAddSearchConditions = 'Äîäàòè óìîâè ïîøóêó (ò³ëî äëÿ óìîâè "where"):';
$strAddToIndex = 'Äîäàòè äî ³íäåêñó&nbsp;%s&nbsp;êîëîíîêó(è)';
$strAddUser = 'Äîäàòè íîâîãî êîðèñòóâà÷à';
$strAddUserMessage = 'Áóëî äîäàíî íîâîãî êîðèñòóâà÷à.';
$strAddedColumnComment = 'Äîäàíî êîìåíòàð äî êîëîíêè';
$strAddedColumnRelation = 'Äîäàíî çâ\'ÿçîê äëÿ êîëîíêè';
$strAdministration = 'Àäì³í³ñòðàòîð';
$strAffectedRows = 'Çàä³ÿí³ ðÿäêè:';
$strAfter = 'ϳñëÿ %s';
$strAfterInsertBack = 'Ïîâåðíóòèñü';
$strAfterInsertNewInsert = 'Âñòàâèòè íîâèé çàïèñ';
$strAll = 'Âñå';
$strAllTableSameWidth = 'ïîêàçóâàòè âñ³ òàáëèö³ îäíàêîâî¿ øèðèíè?';
$strAlterOrderBy = 'Çì³íèòè ïîðÿäîê òàáëèö³';
$strAnIndex = 'Áóëî äîäàíî ³íäåêñ äëÿ %s';
$strAnalyzeTable = 'Àíàë³ç òàáëèö³';
$strAnd = '²';
$strAny = 'Äîâ³ëüíèé';
$strAnyHost = 'Äîâ³ëüíèé õîñò';
$strAnyUser = 'Äîâ³ëüíèé êîðèñòóâà÷';
$strArabic = 'Àðàáñüêå';
$strArmenian = '³ðìåíñüêå';
$strAscending = 'Çðîñòàþ÷èé';
$strAtBeginningOfTable = 'Íà ïî÷àòêó òàáëèö³';
$strAtEndOfTable = 'Ó ê³íö³ òàáëèö³';
$strAttr = 'Àòðèáóòè';
$strAutodetect = 'Àâòîâèçíà÷åííÿ';
$strAutomaticLayout = 'Àâòîìàòè÷íèé layout';
 
$strBack = 'Íàçàä';
$strBaltic = 'Áàëò³éñüêå';
$strBeginCut = 'BEGIN CUT';
$strBeginRaw = 'BEGIN RAW';
$strBinary = ' Äâ³éêîâèé ';
$strBinaryDoNotEdit = ' Äâ³éêîâ³ äàí³ - íå ðåäàãóþòüñÿ ';
$strBookmarkDeleted = 'Çàêëàäêó áóëî âèäàëåíî.';
$strBookmarkLabel = '̳òêà';
$strBookmarkQuery = 'Çàêëàäêà íà SQL-çàïèò';
$strBookmarkThis = 'Çàêëàäêà íà äàíèé SQL-çàïèò';
$strBookmarkView = 'Ëèøå ïåðåãëÿä';
$strBrowse = 'Ïåðåãëÿíóòè';
$strBulgarian = 'Áîëãàðñüêå';
$strBzError = 'phpMyAdmin íå ìîæå ñêîìïðåñóâàòè dump ÷åðåç ïîøêîäæåíå Bz2 äîïîâíåííÿ ó ö³é âåðñ³¿ PHP. Íàïîëåãëèâî ðåêîìåíäóºì âñòàíîâèòè ó êîíô³´óðàö³éíîìó ôàéë³ Âàøîãî phpMyAdmin äèðåêòèâó <code>$cfg[\'BZipDump\']</code> íà <code>FALSE</code>. ßêùî Âè õî÷åòå âèêîðèñòîâóâàòè ìîæëèâîñò³ Bz2 êîìïðåñóâàííÿ, Âàì íåîáõ³äíî ïîíîâèòè âåðñ³þ PHP. Äèâ. äåòàëüí³øå ó ïîâ³äîìëåííÿõ ïðî ïîìèëêè %s.';
$strBzip = 'çàïàêóâàòè â "bzip"';
 
$strCSVOptions = 'CSV îïö³¿';
$strCannotLogin = 'Íå ìîæó çàðåºñòðóâàòèñÿ íà MySQL ñåðâåð³';
$strCantLoad = 'íå ìîæó çàâàíòàæèòè %s,<br />ïðîøó ïåðåâ³ðèòè êîíô³ãóðàö³þ PHP.';
$strCantLoadRecodeIconv = 'Íå ìîæó çàâàíòàæèòè iconv ÷è recode extension íåîáõ³äí³ äëÿ çì³íè charset-ó, ñêîíô³ãóðóéòå php òàê, ùîá ìîæíà áóëî âèêîðèñòîâóâàòè ö³ extensions, àáî çàáîðîí³òü çì³íó charset-ó ó phpMyAdmin.';
$strCantRenameIdxToPrimary = 'Íåìîæëèâî ïåðåéìåíóâàòè ³íäåêñ â PRIMARY!';
$strCantUseRecodeIconv = 'Íå ìîæó âèêîðèñòàòè í³/àáî iconv, í³/àáî libiconv, í³/àáî ôóíêö³þ recode_string ïîêè áóäå çàâàíòàæåíî extension reports. Ïåðåâ³ðòå Âàøó php êîíô³ãóðàö³þ.';
$strCardinality = 'ʳëüê³ñòü åëåìåíò³â';
$strCaseInsensitive = 'case-insensitive';
$strCaseSensitive = 'case-sensitive';
$strCentralEuropean = 'Ñõ³äíîªâðîïåéñüêå';
$strChange = 'Çì³íèòè';
$strChangeCopyMode = 'Ñòâîðèòè íîâîãî êîðèñòóâà÷à ç òàêèìè æ ïðàâàìè ³ ...';
$strChangeCopyModeCopy = '... çàëèøèòè ñòàðîãî.';
$strChangeCopyModeDeleteAndReload = ' ... çíèùèòè ñòàðîãî ç òàáëèö³ êîðèñòóâà÷³â òà ïåðåâàíòàæèòè ïðàâà ï³ñëÿ òîãî.';
$strChangeCopyModeJustDelete = ' ... çíèùèòè ñòàðîãî ç òàáëèö³ êîðèñòóâà÷³â.';
$strChangeCopyModeRevoke = ' ... àíóëþâàòè âñ³ àêòèâí³ ïðàâà ñòàðîãî êîðèñòóâà÷à, çíèùèâøè éîãî ï³ñëÿ òîãî.';
$strChangeCopyUser = 'Çì³íèòè ðåºñòðàö³éí³ äàí³ / Êîï³þâàòè êîðèñòóâà÷à';
$strChangeDisplay = 'Âèáåð³òü ïîëÿ äëÿ â³äîáðàæåííÿ';
$strChangePassword = 'Çì³íèòè ïàðîëü';
$strCharset = 'Íàá³ð ñèìâîë³â';
$strCharsetOfFile = 'Êîäóâàííÿ ôàéëó:';
$strCharsets = 'Êîäóâàííÿ';
$strCharsetsAndCollations = 'Íàáîðè ñèìâîë³â òà ñõåìè';
$strCheckAll = '³äì³òèòè âñå';
$strCheckPrivs = 'Ïåðåâ³ðèòè ïðàâà';
$strCheckPrivsLong = 'Ïåðåâ³ðèòè ïðàâà äëÿ áàçè äàíèõ &quot;%s&quot;.';
$strCheckTable = 'Ïåðåâ³ðèòè òàáëèöþ';
$strChoosePage = 'Ïðîøó âèáðàòè ñòîð³íêó äëÿ ðåäàãóâàííÿ';
$strColComFeat = 'Ïîêàçóâàòè êîìåíòàð³ ñòîâïö³â';
$strCollation = 'Ïîð³âíÿííÿ';
$strColumnNames = 'Íàçâè êîëîíîê';
$strColumnPrivileges = 'Ïðàâà, ÿê³ ñòîñóþòüñÿ êîëîíîê òàáëèö³';
$strCommand = 'Êîìàíäà';
$strComments = 'Êîìåíòàð³';
$strCompleteInserts = 'Ïîâíà âñòàâêà';
$strCompression = 'Ñòèñêàííÿ';
$strConfigFileError = 'phpMyAdmin íå ìîæå ïðî÷èòàòè êîíô³ãóðàö³éíèé ôàéë <br />Öå ìîæå ñòàòèñÿ ó òîìó âèïàäêó, êîëè php íàòðàïèòü íà ñèíòàêñè÷íó ïîìèëêó (parse error) ó íüîìó, àáî íå ìîæå çíàéòè ñàìîãî ôàéëó.<br />Çàâàíòàæòå êîíô³ãóðàö³éíèé ôàéë áåçïîñåðåäíüî çà äîïîìîãîþ ïîñèëàííÿ ïîäàíîãî íèæ÷å ³ ïðî÷èòàéòå îòðèìàí³ ïîâ³äîìëåííÿ ïðî ïîìèëêè (php error messages). Íàé÷àñò³øå äåñü ó ôàéë³ ïðîñòî áðàêóº ëàïîê ÷è äâîêðàïêè. <br />ßêùî Âè îòðèìàºòå ïîðîæíþ ñòîð³íêó, - çíà÷èòü âñå â ïîðÿäêó.';
$strConfigureTableCoord = 'Ïðîøó ñêîíô³´óðóâàòè êîîðäèíàòè òàáëèö³ %s';
$strConnections = 'Ç\'ºäíàíü';
$strCookiesRequired = 'Ç öüîãî ìîìåíòó Cookies ïîâèíí³ áóòè äîçâîëåí³.';
$strCopyTable = 'Ñêîï³þâàòè òàáëèöþ â (áàçà äàíèõ<b>.</b>òàáëèöÿ):';
$strCopyTableOK = 'Òàáëèöþ %s áóëî ñêîï³éîâàíî â %s.';
$strCopyTableSameNames = 'Íå ìîæó ñêîï³þâàòè òàáëèöþ ñàìó â ñåáå!';
$strCouldNotKill = 'phpMyAdmin íå ìîæå ïðèïèíèòè ïðîöåñ %s. ³í âæå íàïåâíî áóâ çóïèíåíèé.';
$strCreate = 'Ñòâîðèòè';
$strCreateIndex = 'Ñòâîðèòè ³íäåêñ íà&nbsp;%s&nbsp;êîëîíêàõ';
$strCreateIndexTopic = 'Ñòâîðèòè íîâèé ³íäåêñ';
$strCreateNewDatabase = 'Ñòâîðèòè íîâó ÁÄ';
$strCreateNewTable = 'Ñòâîðèòè íîâó òàáëèöþ â ÁÄ %s';
$strCreatePage = 'Ñòâîðèòè íîâó ñòîð³íêó';
$strCreatePdfFeat = 'Ñòâîðèòè PDF-ôàéë';
$strCriteria = 'Êðèòåð³é';
$strCroatian = 'Êðîàòñüêå';
$strCyrillic = 'Êèðèëè÷íå';
$strCzech = '×åñüêå';
 
$strDBComment = 'Êîìåíòàð áàçè äàíèõ: ';
$strDBGContext = 'Êîíòåêñò';
$strDBGContextID = 'Êîíòåêñò ID';
$strDBGHits = 'Hits';
$strDBGLine = 'Ðÿäîê';
$strDBGMaxTimeMs = 'Ìàêñ ÷àñ, ìñ';
$strDBGMinTimeMs = '̳í ÷àñ, ìñ';
$strDBGModule = 'Ìîäóëü';
$strDBGTimePerHitMs = 'Time/Hit, ìñ';
$strDBGTotalTimeMs = 'Çàãàëüíèé ÷àñ, ìñ';
$strDanish = 'Äàíñüêå';
$strData = 'Äàí³';
$strDataDict = 'Ñëîâíèê äàíèõ';
$strDataOnly = 'Ëèøå äàí³';
$strDatabase = 'ÁÄ';
$strDatabaseExportOptions = 'Íàëàøòóâàííÿ åêñïîðòó áàçè äàíèõ';
$strDatabaseHasBeenDropped = 'Áàçó äàíèõ %s çíèùåíî.';
$strDatabaseNoTable = 'Öÿ áàçà äàíèõ íå ì³ñòèòü òàáëèöü!';
$strDatabases = 'Áàçè Äàíèõ';
$strDatabasesDropped = '%s áàç(à\è) äàíèõ óñï³øíî çíèùåíî.';
$strDatabasesStats = 'Ñòàòèñòèêà áàç äàíèõ';
$strDatabasesStatsDisable = 'Çàáîðîíèòè ñòàòèñòèêó';
$strDatabasesStatsEnable = 'Äîçâîëèòè ñòàòèñòèêó';
$strDatabasesStatsHeavyTraffic = 'Ïðèì³òêà: Àêòèâ³çàö³ÿ çáîðó ñòàòèñòèêè áàçè äàíèõ ìîæå ñïðè÷èíèòè çíà÷íèé òðàô³ê ì³æ âåá ñåðâåðîì òà áàçîþ äàíèõ MySQL.';
$strDbPrivileges = 'Ïðàâà, ÿê³ ñòîñóþòüñÿ áàçè äàíèõ';
$strDbSpecific = 'ñïåöèô³÷íèé äëÿ áàçè äàíèõ';
$strDefault = 'Ïî çàìîâ÷óâàííþ';
$strDefaultValueHelp = 'Äëÿ çíà÷åíü çà çàìîâ÷óâàííÿì, ââåä³òü ëèøå çíà÷åííÿ, áåç âèêîðèñòàííÿ çâîðîòí³õ ñëåø³â ÷è ëàïîê, ó òàêîìó ôîðìàò³: a';
$strDelOld = 'Öÿ ñòîð³íêà ìຠïîñèëàííÿ íà òàáëèöþ, ÿêî¿ âæå íåìàº. Áàæàºòå âèäàëèòè ö³ ïîñèëàííÿ?';
$strDelete = 'Âèäàëèòè';
$strDeleteAndFlush = 'Óñóíóòè êîðèñòóâà÷³â ³ ïåðåçàâàíòàæèòè ïðàâà ï³ñëÿ öüîãî.';
$strDeleteAndFlushDescr = 'Öå êðàùèé ñïîñ³á, ïðîòå ïåðåçàâàíòàæåííÿ ïðàâ ìîæå ïîòðèâàòè ïåâíèé ÷àñ.';
$strDeleted = 'Ðÿäîê âèäàëåíî';
$strDeletedRows = 'Âèäàëåíî íàñòóïí³ ðÿäêè:';
$strDeleting = 'Óñóíóòè %s';
$strDescending = 'Ñïàäàþ÷èé';
$strDescription = 'Îïèñ';
$strDictionary = 'ñëîâíèê';
$strDisabled = 'çàáëîêîâàíî';
$strDisplayFeat = 'Ïîêàçàòè ìîæëèâîñò³';
$strDisplayOrder = 'Ïîðÿäîê ïåðåãëÿäó:';
$strDisplayPDF = 'Ïîêàçàòè PDF ñõåìó';
$strDoAQuery = 'Âèêîíàòè "çàïèò çã³äíî ïðèêëàäó" (ñèìâîë ï³äñòàâíîâêè: "%")';
$strDoYouReally = 'Âè íàñïðàâä³ õî÷åòå ';
$strDocu = 'Äîêóìåíòàö³ÿ';
$strDrop = 'Çíèùèòè';
$strDropUsersDb = 'Óñóíóòè áàçè äàíèõ, ÿê³ ìàþòü òàê³ æ íàçâè ÿê ³ìåíà êîðèñòóâà÷³â.';
$strDumpSaved = 'Dump çáåðåæåíî ó ôàéë %s.';
$strDumpXRows = 'Ç´åíåðóâàòè äàìï %s ðÿäê³â ïî÷èíàþ÷è ç %s -ãî.';
$strDumpingData = 'Äàìï äàíèõ òàáëèö³';
$strDynamic = 'äèíàì³÷íèé';
 
$strEdit = 'Ðåäàãóâàòè';
$strEditPDFPages = 'Ðåäàãóâàòè PDF Ñòîð³íêè';
$strEditPrivileges = 'Ðåäàãóâàííÿ ïðèâ³ëå¿â';
$strEffective = 'Åôåêòèâí³ñòü';
$strEmpty = 'Î÷èñòèòè';
$strEmptyResultSet = 'MySQL ïîâåðíóëà ïóñòèé ðåçóëüòàò (òîáòî íóëü ðÿäê³â).';
$strEnabled = 'äîçâîëåíî';
$strEnd = 'ʳíåöü';
$strEndCut = 'END CUT';
$strEndRaw = 'END RAW';
$strEnglish = 'Àíãë³éñüêå';
$strEnglishPrivileges = ' Çàóâàæåííÿ: ïðèâ³ëå¿ MySQL çàäàþòüñÿ ïî-àíãë³éñüêè ';
$strError = 'Ïîìèëêà';
$strEstonian = 'Åñòîíñüêå';
$strExcelOptions = 'íàëàøòóâàííÿ Excel';
$strExecuteBookmarked = 'Âèêîíàòè çáåðåæåíèé çàïèò';
$strExplain = 'Òëóìà÷èòè SQL';
$strExport = 'Åêñïîðò';
$strExtendedInserts = 'Ðîçøèðåíà âñòàâêà';
$strExtra = 'Äîäàòêîâî';
 
$strFailedAttempts = 'Íåâäàëèõ ñïðîá';
$strField = 'Ïîëå';
$strFieldHasBeenDropped = 'Ïîëå %s áóëî âèäàëåíî';
$strFields = 'Ïîëÿ';
$strFieldsEmpty = ' Ïîðîæí³é ïåðåë³ê ïîë³â! ';
$strFieldsEnclosedBy = 'Ïîëÿ âçÿòî â';
$strFieldsEscapedBy = 'Ïîëÿ åêðàíóþòüñÿ';
$strFieldsTerminatedBy = 'Ïîëÿ ðîçä³ëåí³';
$strFileAlreadyExists = 'Ôàéë %s ³ñíóº íà ñåðâåð³, ïðîøó çì³íèòè íàçâó ôàéëó, àáî â³äì³òèòè îïö³þ çàì³íè ³ñíóþ÷èõ ôàéë³â.';
$strFileCouldNotBeRead = 'Íåìîæëèâî ïðî÷èòàòè ôàéë';
$strFileNameTemplate = 'Øàáëîí íàçâè ôàéëó';
$strFileNameTemplateRemember = 'çàïàì\'ÿòàòè øàáëîí';
$strFixed = 'ô³êñîâàíèé';
$strFlushPrivilegesNote = 'Ïðèì³òêà: phpMyAdmin îòðèìóº ïðàâà êîðèñòóâà÷³â áåçïîñåðåäíüî ç òàáëèö³ ïðàâ MySQL. Çì³ñò ö³º¿ òàáëèö³ ìîæå â³äð³çíÿòèñÿ â³ä ïðàâ, ÿê³ âèêîðèñòîâóþòüñÿ ñåðâåðîì, ÿêùî â öþ òàáëèöþ âíîñèëèñÿ çì³íè âðó÷íó. Ó öüîìó âèïàäêó Âàì íåîáõ³äíî %sïåðåçàâàíòàæèòè ïðàâà%s ïåðåä ïðîäîâæåííÿì.';
$strFlushTable = 'Î÷èñòèòè êåø òàáëèö³ ("FLUSH")';
$strFormEmpty = 'Íå çàäàíî çíà÷åííÿ äëÿ ôîðìè!';
$strFormat = 'Ôîðìàò';
$strFullText = 'Ïîâí³ òåêñòè';
$strFunction = 'Ôóíêö³ÿ';
 
$strGenBy = 'Çãåíåðîâàíî';
$strGenTime = '×àñ ñòâîðåííÿ';
$strGeneralRelationFeat = 'Çàãàëüí³ ìîæëèâîñò³';
$strGerman = 'ͳìåöüêå';
$strGlobal = 'ãëîáàëüíèé';
$strGlobalPrivileges = 'Ãëîáàëüí³ ïðàâà';
$strGlobalValue = 'Çàãàëüíå çíà÷åííÿ';
$strGo = 'Âïåðåä';
$strGrantOption = 'Grant';
$strGreek = 'Ãðåöüêå';
$strGzip = 'çàïàêóâàòè â "gzip"';
 
$strHasBeenAltered = 'áóëà çì³íåíà.';
$strHasBeenCreated = 'áóëà ñòâîðåíà.';
$strHaveToShow = 'Íåîáõ³äíî âèáðàòè ïðèíàéì³ îäèí Ñòîâï÷èê äëÿ ïîêàçó';
$strHebrew = '²âðèò';
$strHome = 'Íà ïî÷àòîê';
$strHomepageOfficial = 'Îô³ö³éíà ñòîð³íêà phpMyAdmin';
$strHost = 'Õîñò';
$strHostEmpty = 'Ïîðîæíº ³ì\'ÿ õîñòà!';
$strHungarian = 'Ìàäÿðñüêå';
 
$strId = 'ID';
$strIdxFulltext = 'ÏîâíÒåêñò';
$strIgnore = '²ãíîðóðîâàòè';
$strIgnoringFile = 'Ïðî³´íîðîâàíî ôàéë %s';
$strImportDocSQL = '²ìïîðòóâàòè docSQL ôàéëè';
$strImportFiles = '²ìïîðò ôàéë³â';
$strInUse = 'âèêîðèñòîâóºòüñÿ';
$strIndex = '²íäåêñ';
$strIndexHasBeenDropped = '²íäåêñ %s áóëî çíèùåíî';
$strIndexName = 'Íàçâà ³íäåêñà&nbsp;:';
$strIndexType = 'Òèï ³íäåêñà&nbsp;:';
$strIndexes = '²íäåêñè';
$strInnodbStat = 'Ñòàòóñ InnoDB';
$strInsecureMySQL = 'Âàø ôàéë êîíô³´óðàö³¿ ì³ñòèòü ïàðàìåòðè (root áåç ïàðîëþ) ÿê³ â³äïîâ³äàþòü ïðèâ³ëåéîâàíîìó êîðèñòóâà÷ó MySQL. Âàø MySQL ñåðâåð ó öüîìó âèïàäêó â³äêðèòèé äëÿ âòîðãíåííÿ ³ òîìó Âàì îáîâ\'ÿçêîâî ñë³ä âèïðàâèòè öþ ïðîãàëèíó ó áåçïåö³.';
$strInsert = 'Âñòàâèòè';
$strInsertAsNewRow = 'Âñòàâèòè ÿê íîâèé ðÿäîê';
$strInsertNewRow = 'Âñòàâèòè íîâèé ðÿäîê';
$strInsertedRowId = 'Âñòàâëåíî ðÿäîê id:';
$strInsertedRows = 'Äîäàí³ ðÿäêè:';
 
$strJapanese = 'ßïîíñüêå';
$strJumpToDB = 'Ïåðåéòè äî áàçè äàíèõ &quot;%s&quot;.';
$strJustDelete = 'Ùîéíî óñóíóòî êîðèñòóâà÷³â ç òàáëèö³ ïðàâ.';
$strJustDeleteDescr = '&quot;Óñóíóò³&quot; êîðèñòóâà÷³ âñå ùå ìàòèìóòü äîñòóï äî ñåðâåðà äî òèõ ï³ð, ïîêè íå áóäóòü ïåðåçàâàíòàæåí³ ïðàâà.';
 
$strKeepPass = 'Íå çì³íþâàòè ïàðîëü';
$strKeyname = '²ì\'ÿ êëþ÷à';
$strKill = 'Âáèòè';
$strKorean = 'Êîðåéñüêå';
 
$strLaTeX = 'LaTeX';
$strLaTeXOptions = 'îïö³¿ LaTeX';
$strLandscape = 'Landscape';
$strLengthSet = 'Äîâæèíè/Çíà÷åííÿ*';
$strLimitNumRows = 'çàïèñ³â íà ñòîð³íö³';
$strLinesTerminatedBy = 'Ðÿäêè ðîçä³ëåíî';
$strLinkNotFound = '˳íê íå çíàéäåíî';
$strLinksTo = '˳íêè äî';
$strLithuanian = 'Ëèòîâñüêå';
$strLocalhost = 'Ëîêàëüíèé';
$strLocationTextfile = 'âêàæ³òü ðîçòàøóâàííÿ òåêñòîâîãî ôàéëó';
$strLogPassword = 'Ïàðîëü:';
$strLogUsername = '²ì\'ÿ êîðèñòóâà÷à:';
$strLogin = 'Âõ³ä â ñèñòåìó';
$strLoginInformation = 'Âõ³äíà ³íôîðìàö³ÿ (Login)';
$strLogout = 'Âèéòè ç ñèñòåìè';
 
$strMIME_MIMEtype = 'MIME-type';
$strMIME_available_mime = 'Äîñòóïí³ MIME-types';
$strMIME_available_transform = 'Äîñòóïí³ ïåðåòâîðåííÿ';
$strMIME_description = 'Îïèñ';
$strMIME_nodescription = 'Íåìຠîïèñó äëÿ öüîãî ïåðåòâîðåííÿ.<br />Ïðîøó ïèòàòèñÿ àâòîðà, ùî ðîáèòü %s.';
$strMIME_transformation = 'Ïåðåòâîðåííÿ ̲ÌÅ-òèïó áðîâçåðîì';
$strMIME_transformation_note = 'Ùîá îòðèìàòè ñïèñîê ìîæëèâèõ îïö³é ³ ¿õ MIME-type ïåðåòâîðåíü, íàòèñí³òü %sîïèñè ïåðåòâîðåíü%s';
$strMIME_transformation_options = 'Îïö³¿ ïåðåòâîðåííÿ';
$strMIME_transformation_options_note = 'Ïðîøó âïèñàòè çíà÷åííÿ îïö³é ïåðåòâîðåííÿ ó òàêîìó ôîðìàò³: \'a\',\'b\',\'c\'...<br />ßêùî íåîáõ³äíî ïîäàòè çâîðîòí³é ñëåø ("\") ÷è ïîîäèíîê³ ëàïêè ("\'") ó öèõ çíà÷åííÿõ, ïîñòàâòå ïåðåä íèìè äîäàòêîâèé çâîðîòí³é ñëåø (íàïðèêëàä \'\\\\xyz\' ÷è \'a\\\'b\').';
$strMIME_without = 'MIME-types ïîäàí³ êóðñèâîì íå ìàþòü îêðåìèõ ôóíêö³é ïåðåòâîðåííÿ';
$strModifications = 'Ìîäèô³êàö³¿ áóëî çáåðåæåíî';
$strModify = 'Çì³íèòè';
$strModifyIndexTopic = 'Çì³íèòè ³íäåêñ';
$strMoveTable = 'Ïåðåíåñòè òàáëèöþ â (áàçà äàíèõ<b>.</b>òàáëèöÿ):';
$strMoveTableOK = 'Òàáëèöþ %s áóëî ïåðåíåñåíî â %s.';
$strMoveTableSameNames = 'Íå ìîæó ïåðåíåñòè òàáëèöþ ñàìó â ñåáå!';
$strMultilingual = 'áàãàòîìîâí³';
$strMySQLCharset = 'MySQL Charset';
$strMySQLSaid = '³äïîâ³äü MySQL: ';
$strMySQLShowProcess = 'Ïîêàçàòè ïðîöåñè';
$strMySQLShowStatus = 'Ïîêàçàòè ñòàí MySQL';
$strMySQLShowVars = 'Ïîêàçàòè ñèñòåìí³ çì³íí³ MySQL';
 
$strName = 'Íàçâà';
$strNext = 'Äàëüøå';
$strNo = 'ͳ';
$strNoDatabases = 'ÁÄ â³äñóòí³';
$strNoDatabasesSelected = 'Íå âèáðàíî áàçè äàíèõ.';
$strNoDescription = 'áåç îïèñó';
$strNoDropDatabases = 'Îïåðàòîðè "DROP DATABASE" çàáîðîíåí³.';
$strNoExplain = 'Íå òëóìà÷èòè SQL';
$strNoFrames = 'Äëÿ ðîáîòè phpMyAdmin ïîòð³áíî áðàóçåð ç ï³äòðèìêîþ <b>ôðåéì³â</b>.';
$strNoIndex = '²íäåêñ íå âèçíà÷åíî!';
$strNoIndexPartsDefined = 'Íå âèçíà÷åíî ÷àñòèíè ³íäåêñà!';
$strNoModification = 'Çì³í íåìàº';
$strNoOptions = 'Öåé ôîðìàò íå ìຠîïö³é';
$strNoPassword = 'Áåç ïàðîëþ';
$strNoPermission = 'Âåá-ñåðâåð íå ìຠïðèâ³ëå¿â äëÿ çáåðåæåííÿ ôàéëó %s.';
$strNoPhp = 'áåç PHP êîäó';
$strNoPrivileges = 'Áåç ïðèâ³ëå¿â';
$strNoRights = 'Âè äëÿ öüîãî ìàºòå íåäîñòàòíüî ïðàâ!';
$strNoSpace = 'Áðàêóº ì³ñöÿ äëÿ çáåðåæåííÿ ôàéëó %s.';
$strNoTablesFound = 'Â ÁÄ íå âèÿâëåíî òàáëèöü.';
$strNoUsersFound = 'Íå çíàéäåíî êîðèñòóâà÷à.';
$strNoValidateSQL = 'Íå ïåðåâ³ðÿòè SQL';
$strNone = 'Íåìàº';
$strNotNumber = 'Öå íå ÷èñëî!';
$strNotOK = 'íå OK';
$strNotSet = 'Òàáëèöþ <b>%s</b> íå çíàéäåíî àáî íå âèçíà÷åíî ó %s';
$strNull = 'Íóëü';
$strNumSearchResultsInTable = '%s ñï³âïàä³ííÿ ó òàáëèö³ <i>%s</i>';
$strNumSearchResultsTotal = '<b>Ðàçîì:</b> <i>%s</i> ñï³âïàä³ííÿ';
$strNumTables = 'Òàáëèöü';
 
$strOK = 'OK';
$strOperations = 'Îïåðàö³é';
$strOptimizeTable = 'Îïòèì³çóâàòè òàáëèöþ';
$strOr = 'àáî';
$strOverhead = 'Íàäì³ðí³ âèäàòêè';
$strOverwriteExisting = 'Çàì³íÿòè ³ñíóþ÷³ ôàéëè';
 
$strPHP40203 = 'Âè âèêîðèñòîâóºòå âåðñ³þ PHP 4.2.3, ÿêà ìຠñåðéîçíó ïîìèëêó ïðè ðîáîò³ ç multi-byte strings (mbstring). Äèâ PHP bug report 19404. Öþ âåðñ³þ PHP íå ðåêîìåíäóºòüñÿ âèêîðèñòîâóâàòè ç phpMyAdmin.';
$strPHPVersion = 'Âåðñ³ÿ PHP';
$strPageNumber = 'Íîìåð ñòîð³íêè:';
$strPaperSize = 'Ôîðìàò ïàïåðó';
$strPartialText = '×àñòêîâ³ òåêñòè';
$strPassword = 'Ïàðîëü';
$strPasswordChanged = 'Ïàðîëü äëÿ %s óñï³øíî çì³íåíî.';
$strPasswordEmpty = 'Ïîðîæí³é ïàðîëü!';
$strPasswordNotSame = 'Ïàðîë³ íå îäíàêîâ³!';
$strPdfDbSchema = 'Ñõåìà áàçè äàíèõ "%s" - Ñòîð³íêà %s';
$strPdfInvalidTblName = 'Òàáëèö³ "%s" íå ³ñíóº!';
$strPdfNoTables = 'Òàáëèöü íåìàº';
$strPerHour = 'çà ãîäèíó';
$strPerMinute = 'çà õâèëèíó';
$strPerSecond = 'çà ñåêóíäó';
$strPhoneBook = 'òåëåôîííà êíèãà';
$strPhp = 'Ñòâîðèòè PHP êîä';
$strPmaDocumentation = 'Äîêóìåíòàö³ÿ ïî phpMyAdmin';
$strPmaUriError = 'Çì³ííà <tt>$cfg[\'PmaAbsoluteUri\']</tt> ÏÎÂÈÍÍÀ áóòè âñòàíîâëåíà ó Âàøîìó êîíô³´óðàö³éíîìó ôàéë³!';
$strPortrait = 'Portrait';
$strPos1 = 'Ïî÷àòîê';
$strPrevious = 'Íàçàä';
$strPrimary = 'Ïåðâèííèé';
$strPrimaryKeyHasBeenDropped = 'Ïåðâèííèé êëþ÷ áóëî çíèùåíî';
$strPrimaryKeyName = '²ì\'ÿ ïåðâèííîãî êëþ÷à ïîâèííî áóòè PRIMARY!';
$strPrimaryKeyWarning = '("PRIMARY" <b>ïîâèííî</b> áóòè ³ìåíåì <b>ëèøå</b> ïåðâèííîãî êëþ÷à!)';
$strPrint = 'Äðóê';
$strPrintView = 'Âåðñ³ÿ äëÿ äðóêó';
$strPrivDescAllPrivileges = 'Äîçâîëèòè âñ³ ïðàâà çà âèíÿòêîì GRANT.';
$strPrivDescAlter = 'Äîçâîëèòè çì³íþâàòè ñòðóêòóðó íàÿâíèõ òàáëèöü.';
$strPrivDescCreateDb = 'Äîçâîëèòè ñòâîðþâàòè íîâ³ áàçè äàíèõ òà òàáëèö³.';
$strPrivDescCreateTbl = 'Äîçâîëèòè ñòâîðþâàòè íîâ³ òàáëèö³.';
$strPrivDescCreateTmpTable = 'Äîçâîëèòè ñòâîðþâàòè òèì÷àñîâ³ òàáëèö³.';
$strPrivDescDelete = 'Äîçâîëèòè çíèùóâàòè äàí³ ç òàáëèöü.';
$strPrivDescDropDb = 'Äîçâîëèòè çíèùóâàòè áàçè äàíèõ òà òàáëèö³.';
$strPrivDescDropTbl = 'Äîçâîëèòè çíèùóâàòè òàáëèö³.';
$strPrivDescExecute = 'Äîçâîëèòè âèêîíàííÿ çáåðåæåíèõ ïðîöåäóð; Íååôåêòèâíî äëÿ ö³º¿ âåðñ³¿ MySQL.';
$strPrivDescFile = 'Äîçâîëèòè ³ìïîðò äàíèõ ç ôàéë³â, òà åêñïîðò ó ôàéëè.';
$strPrivDescGrant = 'Äîçâîëèòè äîäàâàííÿ êîðèñòóâà÷³â òà ïðàâ áåç ïåðåçàâàíòàæåííÿ òàáëèö³ ïðàâ.';
$strPrivDescIndex = 'Äîçâîëèòè ñòâîðåííÿ òà çíèùåííÿ ³íäåêñ³â.';
$strPrivDescInsert = 'Äîçâîëèòè âñòàâêó òà çàì³íó äàíèõ.';
$strPrivDescLockTables = 'Äîçâîëèòè áëîêóâàííÿ òàáëèöü äëÿ á³æó÷èõ ïîòîê³â.';
$strPrivDescMaxConnections = 'Îáìåæèòè ê³ëüê³ñòü íîâèõ ï³ä\'ºäíàíü, ÿê³ êîðèñòóâà÷ ìîæå ñòâîðþâàòè ïðîòÿãîì ãîäèíè.';
$strPrivDescMaxQuestions = 'Îáìåæèòè ê³ëüê³ñòü çàïèò³â, ÿê³ êîðèñòóâà÷ ìîæå íàä³ñëàòè ñåðâåðó ïðîòÿãîì ãîäèíè.';
$strPrivDescMaxUpdates = 'Îáìåæèòè ê³ëüê³ñòü êîìàíä, ùî âíîñÿòü çì³íè äî áóäü-ÿêî¿ òàáëèö³ ÷è áàçè äàíèõ, ÿê³ êîðèñòóâà÷ ìîæå âèêîíàòè ïðîòÿãîì ãîäèíè.';
$strPrivDescProcess3 = 'Äîçâîëèòè ïðèïèíÿòè ïðîöåñè ³íøèõ êîðèñòóâà÷³â.';
$strPrivDescProcess4 = 'Äîçâîëèòè ïåðåãëÿä ïîâíèõ çàïèò³â ó ñïèñêó ïðîöåñ³â.';
$strPrivDescReferences = 'Íååôåêòèâíî äëÿ ö³º¿ âåðñ³¿ MySQL.';
$strPrivDescReload = 'Äîçâîëèòè ïåðåçàâàíòàæåííÿ óñòàíîâîê òà î÷èùåííÿ êåøó ñåðâåðà.';
$strPrivDescReplClient = 'Íàäàòè êîðèñòóâà÷ó ïðàâî çàïèòóâàòè äå º slaves / masters.';
$strPrivDescReplSlave = 'Íåîáõ³äíî äëÿ ðåïë³êàö³¿ slaves.';
$strPrivDescSelect = 'Äîçâîëèòè ÷èòàííÿ äàíèõ.';
$strPrivDescShowDb = 'Íàäàòè äîñòóï äî ïîâíîãî ñïèñêó áàç äàíèõ.';
$strPrivDescShutdown = 'Äîçâîëèòè âèìêíåííÿ ñåðâåðà.';
$strPrivDescSuper = 'Äîçâîëèòè ï³ä\'ºäíàííÿ, íàâ³òü ÿêùî äîñÿãíóòî ìàêñèìàëüíî¿ ê³ëüêîñò³ ï³ä\'ºäíàíü; Îáîâ\'ÿçêîâî äëÿ á³ëüøîñò³ àäì³í³ñòðàòèâíèõ îïåðàö³é òàêèõ ÿê âñòàíîâëåííÿ ´ëîáàëüíèõ çì³ííèõ ÷è ïðèïèíåííÿ ïðîöåñ³â ³íøèõ êîðèñòóâà÷³â.';
$strPrivDescUpdate = 'Äîçâîëèòè çì³íó äàíèõ.';
$strPrivDescUsage = 'Íåìຠïðàâ.';
$strPrivileges = 'Ïðèâ³ëå¿';
$strPrivilegesReloaded = 'Ïðàâà óñï³øíî ïåðåçàâàíòàæåíî.';
$strProcesslist = 'Ñïèñîê ïðîöåñ³â';
$strPutColNames = 'Äàòè íàçâè ïîë³â ó ïåðøîìó ðÿäêó';
 
$strQBE = 'Çàïèò çã³äíî ïðèêëàäó';
$strQBEDel = 'Âèäàëèòè';
$strQBEIns = 'Âñòàâèòè';
$strQueryFrame = '³êíî çàïèòó';
$strQueryOnDb = 'SQL-çàïèò äî ÁÄ <b>%s</b>:';
$strQuerySQLHistory = 'SQL-history';
$strQueryStatistics = '<b>Ñòàòèñòèêà çàïèò³â</b>: Ç ìîìåíòó çàïóñêó, äî ñåðâåðà áóëî íàä³ñëàíî %s çàïèò³â.';
$strQueryTime = 'Çàïèò âèêîíóâàâñÿ %01.4f ñåê';
$strQueryType = 'Òèï çàïèòó';
$strQueryWindowLock = 'Íå ïåðåêðèâàòè öåé çàïèò â ³íøèõ â³êíàõ';
 
$strReType = 'ϳäòâåðäæåííÿ';
$strReceived = 'Îòðèìàíî';
$strRecords = 'Çàïèñè';
$strReferentialIntegrity = 'Ïåðåâ³ð ö³ë³ñí³ñòü äàíèõ íà ð³âí³ ïîñèëàíü:';
$strRelationNotWorking = 'Äîäàòêîâà ìîæëèâ³ñòü ðîáîòè ³ç çàë³íêîâàíèìè òàáëèöÿìè äåàêòèâîâàíà. Äëÿ òîãî, ùîá äîâ³äàòèñü ÷îìó, íàòèñí³òü %sòóò%s.';
$strRelationView = 'Ïåðåãëÿä çàëåæíîñòåé';
$strRelationalSchema = 'Ñõåìà çâ\'ÿçê³â';
$strRelations = 'Çâ\'ÿçêè';
$strReloadMySQL = 'Ïåðåçàâàíòàæèòè MySQL';
$strReloadingThePrivileges = 'Ïåðåçàâàíòàæåííÿ ïðàâ';
$strRemoveSelectedUsers = 'Óñóíóòè â³äì³÷åíèõ êîðèñòóâà÷³â';
$strRenameTable = 'Ïåðåéìåíóâàòè òàáëèöþ â';
$strRenameTableOK = 'Òàáëèöþ %s áóëî ïåðåéìåíîâàíî â %s';
$strRepairTable = 'Ðåìîíòóâàòè òàáëèöþ';
$strReplaceNULLBy = 'Çàì³íèòè NULL íà';
$strReplaceTable = 'Çàì³íèòè äàí³ òàáëèö³ äàíèìè ç ôàéëó';
$strReset = 'Ïåðåâñòàíîâèòè';
$strResourceLimits = 'Îáìåæåííÿ ðåñóðñ³â';
$strRevoke = '³äì³íèòè';
$strRevokeAndDelete = '³äì³íèòè âñ³ àêòèâí³ ïðàâà êîðèñòóâà÷³â òà óñóíóòè ¿õ ï³ñëÿ öüîãî.';
$strRevokeAndDeleteDescr = 'Êîðèñòóâà÷³ âñå ùå áóäóòü ìàòè ïðàâî ÊÎÐÈÑÒÓÂÀÍÍß (USAGE) äî òèõ ï³ð, ïîêè íå áóäóòü ïåðåçàâàíòàæåí³ ïðàâà.';
$strRevokeMessage = 'Âè çì³íèëè ïðèâ³ëå¿ äëÿ %s';
$strRowLength = 'Äîâæèíà ðÿäêà';
$strRowSize = ' Ðîçì³ð ðÿäêà ';
$strRows = 'Ðÿäêè';
$strRowsFrom = 'ðÿäê³â ç';
$strRowsModeFlippedHorizontal = 'ãîðèçîíòàëüíî (rotated headers)';
$strRowsModeHorizontal = ' ãîðèçîíòàëüíî ';
$strRowsModeOptions = '-ãî %s ³ äóáëþâàòè çàãîëîâêè ÷åðåç êîæí³ %s ðÿäê³â ';
$strRowsModeVertical = ' âåðòèêàëüíî ';
$strRowsStatistic = 'Ñòàòèñòèêà ðÿäêà';
$strRunQuery = 'Âèêîíàòè çàïèò';
$strRunSQLQuery = 'Âèêîíàòè SQL çàïèò(è) äî ÁÄ %³';
$strRunning = 'íà %s';
$strRussian = 'Ðîñ³éñüêå';
 
$strSQL = 'SQL';
$strSQLOptions = 'SQL îïö³¿';
$strSQLParserBugMessage = 'Ìîæëèâî Âè çíàéøëè ïîìèëêó â ïàðñåð³ SQL. Ïðîøó äåòàëüí³øå ïåðåâ³ðèòè ÷è êîðåêòíî âæèò³ ³ íå ïðîïóùåí³ ëàïêè ó Âàøîìó çàïèò³. ²íøîþ ìîæëèâîþ ïðè÷èíîþ ïîìèëêè ìîæå áóòè òå ùî Âè çàâàíòàæèëè ôàéë ç äâ³éêîâèìè äàíèìè ðîçì³ùåíèìè ïîçà âçÿòèì â ëàïêè òåêñòîì. Ñïðîáóéòå âèêîíàòè Âàø çàïèò çà äîïîìîãîþ îáîëîíêè MySQL ç êîìàíäíî¿ ñòð³÷êè. Ïîâ³äîìëåííÿ MySQL ñåðâåðà ïðî ïîìèëêó ïîäàíå íèæ÷å (ÿêùî º òàêå) òàêîæ ìîæå äîïîìîãòè Âàì ó âèçíà÷åíí³ ïðîáëåìè. ßêùî ó Âàñ âñå ùå âèíèêàþòü ïðîáëåìè ÷è ïàðñåð âèäຠïîìèëêó, à ç êîìàíäíî¿ ñòð³÷êè çàïèòè âèêîíóþòüñÿ, ïðîøó ñêîðîòèòè Âàø ââ³äíèé SQL çàïèò äî îäíîãî çàïèòó, ÿêèé âëàñíå ³ âèêëèêຠïðîáëåìè, ³ â³ä³øë³òü ïîâ³äîìëåííÿ ïðî ïîìèëêó ç ïîðö³ºþ äàíèõ ó ðîçä³ë³ CUT íèæ÷å:';
$strSQLParserUserError = 'There seems to be an error in your SQL query. Ïîâ³äîìëåííÿ MySQL ñåðâåðà ïðî ïîìèëêó ïîäàíå íèæ÷å (ÿêùî º òàêå) òàêîæ ìîæå äîïîìîãòè Âàì ó âèçíà÷åíí³ ïðîáëåìè.';
$strSQLQuery = 'SQL-çàïèò';
$strSQLResult = 'SQL result';
$strSQPBugInvalidIdentifer = 'Íåêîðåêòíèé ³äåíòèô³êàòîð';
$strSQPBugUnclosedQuote = 'Íå çàêðèò³ ëàïêè';
$strSQPBugUnknownPunctuation = 'Íåâ³äîìèé ñèìâîë ïóíêòóàö³¿';
$strSave = 'Çáåðåãòè';
$strSaveOnServer = 'Çáåðåãòè íà ñåðâåð³ â êàòàëîãó %s ';
$strScaleFactorSmall = 'Çàíàäòî ìàëèé ìàñøòàá ùîá ñõåìà çàéìàëà ö³ëó ñòîð³íêó';
$strSearch = 'Øóêàòè';
$strSearchFormTitle = 'Øóêàòè â áàç³ äàíèõ';
$strSearchInTables = 'Âñåðåäèí³ òàáëèöü:';
$strSearchNeedle = 'Ñëîâà ÷è çíà÷åííÿ, ÿê³ ïîòð³áíî çíàéòè (ìàñêà: "%"):';
$strSearchOption1 = 'ïðèíàéì³ îäíå ç ñë³â';
$strSearchOption2 = 'âñ³ ñëîâà';
$strSearchOption3 = 'òî÷íó ôðàçó';
$strSearchOption4 = 'ðåãóëÿðíèé âèðàç';
$strSearchResultsFor = 'Ðåçóëüòàòè ïîøóêó "<i>%s</i>" %s:';
$strSearchType = 'Çíàéòè:';
$strSecretRequired = 'Êîíô³ãóðàö³éíèé ôàéë ïîòðåáóº ñåêðåòíó ôðàçó (ïàðîëü).';
$strSelectADb = 'Ïðîøó âèáðàòè ÁÄ';
$strSelectAll = '³äì³òèòè âñå';
$strSelectFields = 'Âèáðàòè ïîëÿ (ùîíàéìåíøå îäíå):';
$strSelectNumRows = 'ïî çàïèòó';
$strSelectTables = 'Âèáðàòè òàáëèö³';
$strSend = '³ä³ñëàòè';
$strSent = '³äïðàâëåíî';
$strServer = 'Ñåðâåð';
$strServerChoice = 'Âèá³ð ñåðâåðà';
$strServerStatus = '²íôîðìàö³ÿ ïðî ðîáîòó ñåðâåðà';
$strServerStatusUptime = 'Öåé MySQL ñåðâåð ïðàöþº %s. Ñòàðòóâàâ %s.';
$strServerTabProcesslist = 'Ïðîöåñè';
$strServerTabVariables = 'Çì³íí³';
$strServerTrafficNotes = '<b>Òðàô³ê ñåðâåðà</b>: òàáëèö³ ïîêàçóþòü ñòàòèñòèêó çàâàíòàæåííÿ ìåðåæ³ öèì MySQL ñåðâåðîì ç ìîìåíòó éîãî çàïóñêó.';
$strServerVars = 'Çì³íí³ ñåðâåðà òà íàëàøòóâàííÿ';
$strServerVersion = 'Âåðñ³ÿ ñåðâåðà';
$strSessionValue = 'Çíà÷åííÿ ñåñ³¿';
$strSetEnumVal = 'Äëÿ òèï³â ïîëÿ "enum" òà "set", ââåä³òü çíà÷åííÿ çã³äíî òàêîãî ôîðìàòó: \'a\',\'b\',\'c\'...<br />ßêùî âàì áóäå ïîòð³áíî ââåñòè çâîðîòíþ êîñó ðèñêó ("\"") àáî ïîîäèíîê³ ëàïêè ("\'") ïîñåðåä öèõ çíà÷åíü, ïîñòàâòå ïåðåä íèìè çâîðîòíþ êîñó ðèñêó (íàïðèêëàä, \'\\\\xyz\' ÷è \'a\\\'b\').';
$strShow = 'Ïîêàçàòè';
$strShowAll = 'Ïîêàçàòè âñå';
$strShowColor = 'Ïîêàçàòè êîë³ð';
$strShowDatadictAs = 'Ôîðìàò ñëîâíèêà';
$strShowFullQueries = 'Ïîêàçàòè ïîâí³ çàïèòè';
$strShowGrid = 'Ïîêàçàòè ñ³òêó';
$strShowPHPInfo = 'Ïîêàçàòè ³íôîðìàö³þ ïðî PHP';
$strShowTableDimension = 'Ïîêàçàòè ðîçì³ðè òàáëèöü';
$strShowTables = 'Ïîêàçàòè òàáëèö³';
$strShowThisQuery = ' Ïîêàçàòè äàíèé çàïèò çíîâó ';
$strShowingRecords = 'Ïîêàçàíî çàïèñè ';
$strSimplifiedChinese = 'Êèòàéñüêå Ñïðîùåíå';
$strSingly = '(îêðåìî)';
$strSize = 'Ðîçì³ð';
$strSort = 'Ïîñîðòóâàòè';
$strSpaceUsage = 'Ïðîñò³ð, ùî âèêîðèñòîâóºòüñÿ';
$strSplitWordsWithSpace = 'Ñëîâà ðîçä³ëåí³ ïðîá³ëîì (" ").';
$strStatCheckTime = 'Ïåðåâ³ðåíî';
$strStatCreateTime = 'Ñòâîðåíî';
$strStatUpdateTime = 'Ïîíîâëåíî';
$strStatement = 'Ïàðàìåòð';
$strStatus = 'Ñòàòóñ';
$strStrucCSV = 'CSV äàí³';
$strStrucData = 'Ñòðóêòóðó ³ äàí³';
$strStrucDrop = 'Äîäàòè âèäàëåííÿ òàáëèö³';
$strStrucExcelCSV = 'CSV äëÿ äàíèõ MS Excel';
$strStrucOnly = 'Ëèøå ñòðóêòóðó';
$strStructPropose = 'Çàïðîïîíóâàòè ñòðóêòóðó òàáëèö³';
$strStructure = 'Ñòðóêòóðà';
$strSubmit = 'Âèêîíàòè';
$strSuccess = 'Âàø SQL-çàïèò áóëî óñï³øíî âèêîíàíî';
$strSum = 'Âñüîãî';
$strSwedish = 'Øâåäñüêå';
$strSwitchToTable = 'Ïåðåéòè äî ñêîï³éîâàíî¿ òàáëèö³';
 
$strTable = 'òàáëèöÿ ';
$strTableComments = 'Êîìåíòàð äî òàáëèö³';
$strTableEmpty = 'Ïîðîæíÿ íàçâà òàáëèö³!';
$strTableHasBeenDropped = 'Òàáëèöþ %s áóëî çíèùåíî';
$strTableHasBeenEmptied = 'Òàáëèöþ %s áóëî î÷èùåíî';
$strTableHasBeenFlushed = 'Áóëî î÷èùåíî êåø òàáëèö³ %s';
$strTableMaintenance = 'Îáñëãîâóâàííÿ òàáëèö³';
$strTableOfContents = 'Çì³ñò';
$strTableOptions = 'Íàëàøòóâàííÿ òàáëèö³';
$strTableStructure = 'Ñòðóêòóðà òàáëèö³';
$strTableType = 'Òèï òàáëèö³';
$strTables = '%s òàáëèö(³)';
$strTblPrivileges = 'Ïðàâà, ÿê³ ñòîñóþòüñÿ òàáëèö³';
$strTextAreaLength = ' ×åðåç âåëèêó äîâæèíó,<br /> öå ïîëå íå ìîæå áóòè â³äðåäàãîâàíî ';
$strThai = 'Òàéñüêå';
$strThisHost = 'Öåé õîñò';
$strThisNotDirectory = 'Öå íå êàòàëîã';
$strThreadSuccessfullyKilled = 'Ïðîöåñ %s ïðèïèíåíî.';
$strTime = '×àñ';
$strToggleScratchboard = 'ââ³ìêíóòè ÷îðíîâèê (scratchboard)';
$strTotal = 'âñüîãî';
$strTotalUC = 'Ðàçîì';
$strTraditionalChinese = 'Êèòàéñüêå Òðàäèö³éíå';
$strTraffic = 'Òðàô³ê';
$strTransformation_image_jpeg__inline = '³äîáðàæຠclickable thumbnail; îïö³¿: øèðèíà, âèñîòà ó ï³êñåëàõ (çáåð³ãຠïî÷àòêîâ³ ïðîïîðö³¿)';
$strTransformation_image_jpeg__link = '³äîáðàæຠë³íê äî öüîãî ìàëþíêó (direct blob download, i.e.).';
$strTransformation_image_png__inline = 'Äèâ. image/jpeg: inline';
$strTransformation_text_plain__dateformat = 'Âçÿòè ïîëå TIME, TIMESTAMP ÷è DATETIME ³ ñôîðìàòóâàòè éîãî â³äïîâ³äíî äî ëîêàëüíîãî ôîðìàòó äàòè. Ïåðøà îïö³ÿ - öå ³íòåðâàë (â ãîäèíàõ) ÿêèé áóäå äîäàíî äî ÷àñîâî¿ ì³òêè (çà çàìîâ÷óâàííÿì: 0). Äðóãà îïö³ÿ - ³íøèé ôîðìàò äàòè â³äïîâ³äíî äî ïàðàìåòð³â çàäàíèõ äëÿ PHP strftime().';
$strTransformation_text_plain__external = 'LINUX ONLY: Çàïóñêຠçîâí³øíþ ïðîãðàìó ³ ïîäຠäàí³ ÷åðåç ñòàíäàðòíèé ââ³ä. Ïîâåðòຠñíàääàðòíèé âèâ³ä ïðîãðàìè. Çà çàìîâ÷óâàííÿì ïðîãðàìîþ º Tidy, ÿêà ãàðíî äðóêóº HTML êîä. Ç ì³ðêóâàíü áåçïåêè, Âàì ïîòð³áíî ñàìîñò³éíî â³äðåäàãóâàòè ôàéë libraries/transformations/text_plain__external.inc.php òà âïèñàòè ïðîãðàìè äîçâîëåí³ äëÿ çàïóñêó. Ó òàêîìó âèïàäêó, ïåðøà îïö³ÿ - ê³ëüê³ñòü ïðîãðàì, ÿê³ Âè áàæàºòå âèêîðèñòîâóâàòè ³ äðóãà - ïàðàìåòðè äëÿ ïðîãðàì. Òðåòÿ îïö³ÿ, âñòàíîâëåíà â 1, áóäå êîâåðòóâàòè âèâ³ä âèêîðèñòîâóþ÷è htmlspecialchars() (çà çàìîâ÷óâàííÿì: 1). ×åòâåðòà îïö³ÿ, âñòàíîâëåíà â 1, áóäå äîäàâàòè NOWRAP äî êîæíî¿ êîì³ðêè êîíòåíòó, òàê ùî âåñè âèâ³ä áóäå ïîêàçàíî áåç ïåðåôîðìàòóâàííÿ (çà çàìîâ÷óâàííÿì: 1)';
$strTransformation_text_plain__formatted = 'Çáåð³ãຠïî÷àòêîâå ôîðìàòóâàííÿ ïîëÿ. Íå âíîñÿòüñÿ ìîäèô³êàö³¿.';
$strTransformation_text_plain__imagelink = 'Ïîêàçóº ìàëþíîê ³ ë³íê, ïîëå ì³ñòèòü íàçâó ôàéëó; ïåðøà îïö³ÿ - ïðåô³êñ, ïîä³áíî äî "http://domain.com/", äðóãà - øèðèíà â ï³êñåëàõ, òðåòÿ - âèñîòà.';
$strTransformation_text_plain__link = 'Ïîêàçóº ë³íê, ïîëå ì³ñòèòü íàçâó ôàéëó; ïåðøà îïö³ÿ - ïðåô³êñ, ïîä³áíî äî "http://domain.com/", äðóãà îïö³ÿ - title äëÿ ë³íêó.';
$strTransformation_text_plain__substr = 'Ïîêàçóº ëèøå ÷àñòèíó òåêñòó. Ïåðøà îïö³ÿ - öå â³äñòóï ÿêèé âèçíà÷ຠç ÿêîãî ì³ñöÿ ïîâèíåí ïî÷àòèñÿ âèâ³ä òåêñòó (çà çàìîâ÷óâàííÿì: 0). Äðóãà îïö³ÿ - âèçíà÷ຠñê³ëüêè òåêñòó áóäå âèâåäåíî. ßêùî âîíà ïîðîæíÿ - âèâîäèòüñÿ ðåøòà âñüîãî òåêñòó. Òðåòÿ îïö³ÿ - âèçíà÷ຠÿê³ ñèìâîëè áóäå äîäàíî ï³ñëÿ âèâåäåíîãî òåêñòîâîãî ñåãìåíòó (çà çàìîâ÷óâàííÿì: ...) .';
$strTruncateQueries = 'Îáð³çàòè ïîêàçàí³ çàïèòè';
$strTurkish = 'Òóðåöüêå';
$strType = 'Òèï';
 
$strUkrainian = 'Óêðà¿íñüêå';
$strUncheckAll = 'Çíÿòè óñ³ â³äì³òêè';
$strUnicode = 'Þí³êîä';
$strUnique = 'Óí³êàëüíå';
$strUnknown = 'íåâ³äîìå';
$strUnselectAll = 'Çíÿòè âñ³ â³äì³òêè';
$strUpdComTab = 'Çà ³íôîðìàö³ºþ ÿê ïîíîâèòè Âàøó òàáëèöþ Column_comments ïðîøó äèâèòèñü ó Äîêóìåíòàö³¿';
$strUpdatePrivMessage = 'Áóëî çì³íåíî ïðèâ³ëå¿ äëÿ';
$strUpdateProfileMessage = 'Ïðîô³ëü áóëî ïîíîâëåíî.';
$strUpdateQuery = 'Äîïîâíèòè çàïèò';
$strUsage = 'Âèêîðèñòàííÿ';
$strUseBackquotes = 'Çâîðîòí³ ëàïêè â íàçâàõ òàáëèöü ³ ïîë³â';
$strUseHostTable = 'Âèêîðèñòîâóâàòè Òàáëèöþ Õîñò³â';
$strUseTables = 'Âèêîðèñòîâóâàòè òàáëèö³';
$strUseTextField = 'Âèêîðèñòîâóâàòè òåêñòîâå ïîëå';
$strUser = 'Êîðèñòóâà÷';
$strUserAlreadyExists = 'Êîðèñòóâà÷ %s âæå ³ñíóº!';
$strUserEmpty = 'Ïîðîæíº ³\'ìÿ êîðèñòóâà÷à!';
$strUserName = '²ì\'ÿ êîðèñòóâà÷à';
$strUserNotFound = 'Âêàçàíîãî êîðèñòóâà÷à íå çíàéäåíî â òàáëèö³ ïðàâ.';
$strUserOverview = 'Îãëÿä êîðèñòóâà÷³â';
$strUsersDeleted = '³äì³÷åíèõ êîðèñòóâà÷³â óñï³øíî óñóíóòî.';
$strUsersHavingAccessToDb = 'Êîðèñòóâà÷³, êîòð³ ìàþòü äîñòóï äî &quot;%s&quot;';
 
$strValidateSQL = 'Ïåðåâ³ðèòè SQL';
$strValidatorError = 'Íå ìîæó çàïóñòèòè ïåðåâ³ðêó SQL. Ïðîøó ïðîêîíòðîëþâàòè ÷è çà³íñòàëüîâàíî íåîáõ³äí³ php extensions ÿê îïèñàíî â %säîêóìåíòàö³¿%s.';
$strValue = 'Çíà÷åííÿ';
$strVar = 'Çì³ííà';
$strViewDump = 'Ïåðåãëÿíóòè äàìï (ñõåìó) òàáëèö³';
$strViewDumpDB = 'Ïåðåãëÿíóòè äàìï (ñõåìó) ÁÄ';
$strViewDumpDatabases = 'Ïåðåãëÿíóòè dump (ñõåìó) áàç äàíèõ';
 
$strWebServerUploadDirectory = 'êàòàëîã âåá-ñåðâåðà äëÿ çàâàíòàæåííÿ ôàéë³â (upload directory)';
$strWebServerUploadDirectoryError = 'Âñòàíîâëåíèé Âàìè êàòàëîã äëÿ çàâàíòàæåííÿ ôàéë³â íåäîñòóïíèé';
$strWelcome = 'Ëàñêàâî ïðîñèìî äî %s';
$strWestEuropean = 'Çàõ³äíî ªâðîïåéñüêå';
$strWildcard = 'øàáëîí';
$strWithChecked = 'Ç â³äì³÷åíèìè:';
$strWritingCommentNotPossible = 'Íåìîæëèâî äîäàòè êîìåíòàð';
$strWritingRelationNotPossible = 'Íåìîæëèâî äîäàòè çâ\'ÿçîê';
$strWrongUser = 'Íåâ³ðíèé ëîã³í/ïàðîëü. Äîñòóï íå äîçâîëåíî.';
 
$strXML = 'XML';
 
$strYes = 'Òàê';
 
$strZeroRemovesTheLimit = 'Ïðèì³òêà: Âñòàíîâëåííÿ ö³º¿ îïö³¿ ó 0 (íóëü) çí³ìຠîáìåæåííÿ.';
$strZip = 'çàïàêóâàòè â "zip"';
// To translate
 
$strAddAutoIncrement = 'Add AUTO_INCREMENT value'; //to translate
 
$strUseThisValue = 'Use this value'; //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
$strBrowseForeignValues = 'Browse foreign values'; //to translate
$strInternalRelations = 'Internal relations'; //to translate
$strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate
$strUpgrade = 'You should upgrade to %s %s or later.'; //to translate
$strLatexStructure = 'Structure of table __TABLE__';//to translate
$strLatexContinued = '(continued)';//to translate
$strLatexContent = 'Content of table __TABLE__';//to translate
$strLatexIncludeCaption = 'Include table caption';//to translate
$strLatexCaption = 'Table caption';//to translate
$strLatexLabel = 'Label key';//to translate
$strLatexContinuedCaption = 'Continued table caption';//to translate
 
$strPrintViewFull = 'Print view (with full texts)'; //to translate
$strLogServer = 'Server'; //to translate
$strSortByKey = 'Sort by key'; //to translate
$strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate
$strConstraintsForDumped = 'Constraints for dumped tables'; //to translate
$strConstraintsForTable = 'Constraints for table'; //to translate
$strCreationDates = 'Creation/Update/Check dates'; //to translate
$strCheckOverhead = 'Check tables with overhead'; //to translate
$strExcelEdition = 'Excel edition'; //to translate
$strDelayedInserts = 'Use delayed inserts'; //to translate
$strSQLExportType = 'Export type'; //to translate
$strAddConstraints = 'Add constraints'; //to translate
$strGeorgian = 'Georgian'; //to translate
$strCzechSlovak = 'Czech-Slovak'; //to translate
$strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate
$strMaximumSize = 'Maximum size: %s%s'; //to translate
$strConnectionError = 'Cannot connect: invalid settings.'; //to translate
$strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate
$strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate
$strIgnoreInserts = 'Use ignore inserts'; //to translate
$strAddIfNotExists = 'Add IF NOT EXISTS'; //to translate
$strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate
$strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
$strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
$strAfterInsertSame = 'Go back to this page'; //to translate
$strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate
$strDatabaseEmpty = 'The database name is empty!'; //to translate
$strDBRename = 'Rename database to'; //to translate
$strOperator = 'Operator'; //to translate
$strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
$strCalendar = 'Calendar'; //to translate
$strRefresh = 'Refresh'; //to translate
$strDefragment = 'Defragment table'; //to translate
$strNoRowsSelected = 'No rows selected'; //to translate
$strSpanish = 'Spanish'; //to translate
$strStrucNativeExcel = 'Native MS Excel data'; //to translate
$strDisableForeignChecks = 'Disable foreign key checks'; //to translate
$strServerNotResponding = 'The server is not responding'; //to translate
$strTheme = 'Theme / Style'; //to translate
$strTakeIt = 'take it'; //to translate
$strHexForBinary = 'Use hexadecimal for binary fields'; //to translate
$strIcelandic = 'Icelandic'; //to translate
$strLatvian = 'Latvian'; //to translate
$strPolish = 'Polish'; //to translate
$strRomanian = 'Romanian'; //to translate
$strSlovenian = 'Slovenian'; //to translate
$strTraditionalSpanish = 'Traditional Spanish'; //to translate
$strSlovak = 'Slovak'; //to translate
$strMySQLConnectionCollation = 'MySQL connection collation'; //to translate
$strPersian = 'Persian'; //to translate
$strAddFields = 'Add %s field(s)'; //to translate
$strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate
$strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
$strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate
$strBinLogName = 'Log name'; //to translate
$strBinLogPosition = 'Position'; //to translate
$strBinLogEventType = 'Event type'; //to translate
$strBinLogServerId = 'Server ID'; //to translate
$strBinLogOriginalPosition = 'Original position'; //to translate
$strBinLogInfo = 'Information'; //to translate
$strBinaryLog = 'Binary log'; //to translate
$strSelectBinaryLog = 'Select binary log to view'; //to translate
$strDBCopy = 'Copy database to'; //to translate
$strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate
$strSwitchToDatabase = 'Switch to copied database'; //to translate
$strPasswordHashing = 'Password Hashing'; //to translate
$strCompatibleHashing = 'MySQL&nbsp;4.0 compatible'; //to translate
$strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
$strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
$strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
$strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate
$strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate
$strSQLExportCompatibility = 'SQL export compatibility'; //to translate
$strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate
$strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate
$strAfterInsertNext = 'Edit next row'; //to translate
$strView = 'View'; //to translate
$strViewHasBeenDropped = 'View %s has been dropped'; //to translate
$strEngines = 'Engines'; //to translate
$strStorageEngines = 'Storage Engines'; //to translate
$strStorageEngine = 'Storage Engine'; //to translate
$strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate
$strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate
$strEngineAvailable = '%s is available on this MySQL server.'; //to translate
$strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate
$strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate
$strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
$strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate
$strMyISAMDataPointerSize = 'Data pointer size'; //to translate
$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate
$strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
$strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
$strMyISAMRepairThreads = 'Repair threads'; //to translate
$strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate
$strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
$strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate
$strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //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
$strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate
$strVersionInformation = 'Version information'; //to translate
$strInnoDBDataHomeDir = 'Data home directory'; //to translate
$strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
$strInnoDBDataFilePath = 'Data files'; //to translate
$strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
$strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
$strBufferPool = 'Buffer Pool'; //to translate
$strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
$strDataPages = 'Pages containing data'; //to translate
$strFreePages = 'Free pages'; //to translate
$strBusyPages = 'Busy pages'; //to translate
$strDirtyPages = 'Dirty pages'; //to translate
$strPagesToBeFlushed = 'Pages to be flushed'; //to translate
$strLatchedPages = 'Latched pages'; //to translate
$strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
$strReadRequests = 'Read requests'; //to translate
$strWriteRequests = 'Write requests'; //to translate
$strBufferReadMisses = 'Read misses'; //to translate
$strBufferReadMissesInPercent = 'Read misses in %'; //to translate
$strBufferWriteWaits = 'Write waits'; //to translate
$strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
$strHTMLExcel = 'Microsoft Excel 2000'; //to translate
$strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate
$strHTMLWord = 'Microsoft Word 2000'; //to translate
$strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate
$strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
$strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
$strInnoDBPages = 'pages'; //to translate
$strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
$strPrivDescCreateView = 'Allows creating new views.'; //to translate
$strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate
$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate
$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
$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
$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
$strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
$strErrorInZipFile = 'Error in ZIP archive:'; //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
$strTableAlreadyExists = 'Table %s already exists!'; //to translate
$strTransactionCoordinator = 'Transaction coordinator'; //to translate
$strNumberOfFields = 'Number of fields'; //to translate
$strShowingBookmark = 'Showing bookmark'; //to translate
$strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
$strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
$strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
$strMaximalQueryLength = 'Maximal length of created query'; //to translate
$strBookmarkCreated = 'Bookmark %s created'; //to translate
$strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
$strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
$strEsperanto = 'Esperanto'; //to translate
$strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
$strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
$strFileNameTemplateDescriptionTable = 'table name'; //to translate
$strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
$strFileNameTemplateDescriptionServer = 'server name'; //to translate
$strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate
$strProtocolVersion = 'Protocol version'; //to translate
$strMysqlClientVersion = 'MySQL client version'; //to translate
$strUsedPhpExtensions = 'Used PHP extensions'; //to translate
$strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
$strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
$strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
$strThemeNoPreviewAvailable = 'No preview available.'; //to translate
$strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
$strPDF = 'PDF'; //to translate
$strPDFOptions = 'PDF options'; //to translate
$strPDFReportTitle = 'Report title'; //to translate
$strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
$strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
$strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
$strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
$strThemeNotFound = 'Theme %s not found!'; //to translate
$strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
$strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
$strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
$strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate
$strSQLImportOptions = 'SQL options'; //to translate
$strBrowseDistinctValues = 'Browse distinct values'; //to translate
$strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
$strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
?>
/Web/Maintenance/phpMyAdmin/left.php
0,0 → 1,552
<?php
/* $Id: left.php,v 2.69.2.1 2006/02/22 15:33:35 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* display db and table selection
*/
 
/**
* Gets a core script and starts output buffering work
*/
require_once('./libraries/common.lib.php');
 
// free the session file, for the other frames to be loaded
session_write_close();
 
require_once('./libraries/ob.lib.php');
if ($GLOBALS['cfg']['OBGzip']) {
$ob_mode = PMA_outBufferModeGet();
if ($ob_mode) {
PMA_outBufferPre($ob_mode);
}
}
 
require_once('./libraries/bookmark.lib.php');
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
/**
* Get the list and number of available databases.
* Skipped if no server selected: in this case no database should be displayed
* before the user choose among available ones at the welcome screen.
*/
if ($server > 0) {
// this function is defined in "common.lib.php"
// it defines $num_dbs and $dblist
PMA_availableDatabases();
 
if ( ( ! isset($db) || ! strlen($db) ) && count( $dblist ) === 1 ) {
reset( $dblist );
$db = current( $dblist );
}
} else {
$num_dbs = 0;
}
 
$db = isset( $db ) ? $db : '';
$table = isset( $table ) ? $table : '';
$db_start = $db;
 
 
// garvin: For re-usability, moved http-headers
// to a seperate file. It can now be included by libraries/header.inc.php,
// querywindow.php.
 
require_once('./libraries/header_http.inc.php');
 
/**
* Displays the frame
*/
// remove vertical scroll bar bug in ie
echo '<?xml version="1.0" encoding="' . $GLOBALS['charset'] . '"?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $available_languages[$lang][2]; ?>"
lang="<?php echo $available_languages[$lang][2]; ?>"
dir="<?php echo $text_dir; ?>">
 
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type"
content="text/html; charset=<?php echo $charset; ?>" />
<base target="frame_content" />
<link rel="stylesheet" type="text/css"
href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&amp;js_frame=left" />
<script type="text/javascript" language="javascript">
//<![CDATA[
function toggle( id, only_open ) {
var el = document.getElementById('subel' + id);
if ( ! el ) {
return false;
}
 
var img = document.getElementById('el' + id + 'Img');
 
if ( el.style.display == 'none' || only_open ) {
el.style.display = '';
if ( img ) {
img.src = '<?php echo $GLOBALS['pmaThemeImage']; ?>b_minus.png';
img.alt = '-';
}
} else {
el.style.display = 'none';
if ( img ) {
img.src = '<?php echo $GLOBALS['pmaThemeImage']; ?>b_plus.png';
img.alt = '+';
}
}
return true;
}
//]]>
</script>
</head>
 
<body id="body_leftFrame">
<?php
require './libraries/left_header.inc.php';
 
if ( $num_dbs === 0 ) {
// no database available, so we break here
echo '<p>' . $strNoDatabases . '</p></body></html>';
 
/**
* Close MySql connections
*/
if (isset($controllink) && $controllink) {
@PMA_DBI_close($controllink);
}
if (isset($userlink) && $userlink) {
@PMA_DBI_close($userlink);
}
 
/**
* Sends bufferized data
*/
if ( $GLOBALS['cfg']['OBGzip'] && isset( $ob_mode ) && $ob_mode ) {
PMA_outBufferPost( $ob_mode );
}
exit();
} elseif ( $GLOBALS['cfg']['LeftFrameLight'] && $num_dbs > 1 ) {
// more than one database available and LeftFrameLight is true
// display db selectbox
//
// Light mode -> beginning of the select combo for databases
// Note: When javascript is active, the frameset will be changed from
// within left.php. With no JS (<noscript>) the whole frameset will
// be rebuilt with the new target frame.
?>
 
<div id="databaseList">
<form method="post" action="index.php" target="_parent" id="left">
<label for="lightm_db"><?php echo $strDatabase; ?></label>
<?php
echo PMA_generate_common_hidden_inputs() . "\n";
echo PMA_getHtmlSelectDb( $db ) . "\n";
echo '<noscript>' . "\n"
.'<input type="submit" name="Go" value="' . $strGo . '" />' . "\n"
.'</noscript>' . "\n"
.'</form>' . "\n"
.'</div>' . "\n";
}
?>
 
<div id="left_tableList">
<?php
// Don't display expansible/collapsible database info if:
// 1. $server == 0 (no server selected)
// This is the case when there are multiple servers and
// '$GLOBALS['cfg']['ServerDefault'] = 0' is set. In that case, we want the welcome
// screen to appear with no database info displayed.
// 2. there is only one database available (ie either only one database exists
// or $GLOBALS['cfg']['Servers']['only_db'] is defined and is not an array)
// In this case, the database should not be collapsible/expandable
 
$img_plus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 'b_plus.png"'
.' width="9" height="9" alt="+" />';
$img_minus = '<img class="icon" id="el%dImg" src="' . $pmaThemeImage . 'b_minus.png"'
.' width="9" height="9" alt="-" />';
 
$href_left = '<a onclick="if ( toggle(\'%d\') ) return false;"'
.' href="left.php?%s" target="_self">';
 
$element_counter = 0;
 
if ( $GLOBALS['cfg']['LeftFrameLight'] && isset($db) && strlen($db) ) {
// show selected databasename as link to DefaultTabDatabase-page
// with table count in ()
$common_url_query = PMA_generate_common_url( $db );
 
$db_tooltip = '';
if ($GLOBALS['cfg']['ShowTooltip']
&& $GLOBALS['cfgRelation']['commwork']) {
$_db_tooltip = PMA_getComments($db);
if (is_array($_db_tooltip)) {
$db_tooltip = implode(' ', $_db_tooltip);
}
}
 
$disp_name = $db;
if ($db_tooltip && $GLOBALS['cfg']['ShowTooltipAliasDB']) {
$disp_name = $db_tooltip;
$disp_name_cut = $db_tooltip;
$db_tooltip = $db;
}
 
?>
<p><a class="item"
href="<?php echo $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . $common_url_query; ?>"
title="<?php echo htmlspecialchars($db_tooltip); ?>" >
<?php
if ($GLOBALS['text_dir'] === 'rtl') {
echo ' <bdo dir="ltr">(' . PMA_getTableCount($db) . ')</bdo> ';
}
echo htmlspecialchars( $disp_name );
if ($GLOBALS['text_dir'] === 'ltr') {
echo ' <bdo dir="ltr">(' . PMA_getTableCount($db) . ')</bdo> ';
}
echo '</a></p>';
 
$table_list = PMA_getTableList( $db );
if ( count( $table_list ) > 0 ) {
PMA_displayTableList( $table_list, true, '', $db );
} else {
echo $strNoTablesFound;
}
unset( $table_list );
} elseif ( $GLOBALS['cfg']['LeftFrameLight'] ) {
echo '<p>' . $GLOBALS['strSelectADb'] . '</p>' . "\n";
} else {
$common_url_query = PMA_generate_common_url();
PMA_displayDbList(PMA_getDbList());
}
 
/**
* displays collapsable db list
*
* @uses $_REQUEST['dbgroup']
* @uses $GLOBALS['cfg']['DefaultTabDatabase']
* @uses $GLOBALS['strSelectADb']
* @uses strpos()
* @uses urlencode()
* @uses printf()
* @uses htmlspecialchars()
* @uses PMA_generate_common_url()
* @uses PMA_getTableList()
* @uses PMA_displayTableList()
* @global $element_counter
* @global $img_minus
* @global $img_plus
* @global $href_left
* @global $num_dbs
* @global $db_start
* @global $common_url_query
* @param array $ext_dblist extended db list
*/
function PMA_displayDbList( $ext_dblist ) {
global $element_counter, $img_minus, $img_plus, $href_left, $num_dbs,
$db_start, $common_url_query;
 
// get table list, for all databases
// doing this in one step takes advantage of a single query with information_schema!
$tables_full = PMA_DBI_get_tables_full($GLOBALS['dblist']);
 
$url_dbgroup = '';
echo '<ul id="leftdatabaselist">';
$close_db_group = false;
foreach ( $ext_dblist as $group => $db_group ) {
if ( $num_dbs > 1 ) {
if ( $close_db_group ) {
$url_dbgroup = '';
echo '</ul>';
echo '</li>';
$close_db_group = false;
}
if ( count( $db_group ) > 1 ) {
$close_db_group = true;
$url_dbgroup = '&amp;dbgroup=' . urlencode( $group );
$common_url_query = PMA_generate_common_url() . $url_dbgroup;
$element_counter++;
echo '<li class="dbgroup">';
if ( ( ! empty( $_REQUEST['dbgroup'] ) && $_REQUEST['dbgroup'] == $group )
|| $db_start == $group || strpos( $db_start, $group ) === 0 ) {
// display + only if this db(group) is not preselected
printf( $href_left, $element_counter, PMA_generate_common_url() );
printf( $img_minus, $element_counter );
} else {
printf( $href_left, $element_counter, $common_url_query );
printf( $img_plus, $element_counter );
}
echo '</a> ' . $group . "\n";
if ( ( ! empty( $_REQUEST['dbgroup'] ) && $_REQUEST['dbgroup'] == $group )
|| $db_start == $group || strpos( $db_start, $group ) === 0 ) {
echo '<ul id="subel' . $element_counter . '">' . "\n";
} else {
echo '<ul id="subel' . $element_counter . '"'
.' style="display: none">' . "\n";
}
}
}
foreach ( $db_group as $db ) {
$common_url_query = PMA_generate_common_url( $db['name'] ) . $url_dbgroup;
 
$element_counter++;
// Displays the database name
echo '<li>' . "\n";
 
if ( $num_dbs > 1 ) {
// only with more than one db we need collapse ...
if ( $db_start != $db['name'] || $db['num_tables'] < 1 ) {
// display + only if this db is not preselected
// or table count is 0
printf( $href_left, $element_counter, $common_url_query );
printf( $img_plus, $element_counter );
} else {
printf( $href_left, $element_counter,
PMA_generate_common_url() . $url_dbgroup );
printf( $img_minus, $element_counter );
}
echo '</a>';
 
// ... and we need to refresh both frames on db selection
?>
<a class="item"
id="<?php echo htmlspecialchars( $db['name'] ); ?>"
href="index.php?<?php echo $common_url_query; ?>"
target="_parent"
title="<?php echo htmlspecialchars( $db['comment'] ); ?>"
onclick="
if ( ! toggle('<?php echo $element_counter; ?>', true) )
window.parent.goTo( './left.php?<?php echo $common_url_query; ?>' );
window.parent.goTo( './<?php echo $GLOBALS['cfg']['DefaultTabDatabase']
. '?' . $common_url_query; ?>', 'main' );
return false;">
<?php
if ( $GLOBALS['text_dir'] === 'rtl' ) {
echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
}
echo htmlspecialchars( $db['disp_name'] );
if ( $GLOBALS['text_dir'] === 'ltr' ) {
echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
}
?>
</a>
<?php
} else {
// with only 1 db available we dont need to refresh left frame
// on db selection, only phpmain
?>
<a href="<?php echo $GLOBALS['cfg']['DefaultTabDatabase']
. '?' . $common_url_query; ?>"
id="<?php echo htmlspecialchars( $db['name'] ); ?>"
title="<?php echo htmlspecialchars( $db['comment'] ); ?>">
<?php
if ( $GLOBALS['text_dir'] === 'rtl' ) {
echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
}
echo htmlspecialchars( $db['disp_name'] );
if ( $GLOBALS['text_dir'] === 'ltr' ) {
echo ' <bdo dir="ltr">(' . $db['num_tables'] . ')</bdo> ';
}
?>
</a>
<?php
}
if ( $db['num_tables'] ) {
if ( isset( $tables_full[$db['name']] ) ) {
$tables = PMA_getTableList($db['name'], $tables_full[$db['name']]);
} elseif (isset($tables_full[strtolower($db['name'])])) {
// on windows with lower_case_table_names = 1
// MySQL returns
// with SHOW DATABASES or information_schema.SCHEMATA: `Test`
// but information_schema.TABLES gives `test`
// bug #1436171
// sf.net/tracker/?func=detail&aid=1436171&group_id=23067&atid=377408
$tables = PMA_getTableList($db['name'], $tables_full[strtolower($db['name'])]);
} else {
$tables = PMA_getTableList($db['name']);
}
$child_visible =
(bool) ($num_dbs === 1 || $db_start == $db['name']);
PMA_displayTableList($tables, $child_visible, '', $db['name']);
} elseif ( $GLOBALS['cfg']['LeftFrameLight'] ) {
// no tables and LeftFrameLight:
// display message no tables in selected db
echo '<p>' . $GLOBALS['strSelectADb'] . '</p>' . "\n";
}
echo '</li>' . "\n";
} // end foreach db
} // end foreach group
 
if ( $close_db_group ) {
$url_dbgroup = '';
echo '</ul>';
echo '</li>';
$close_db_group = false;
}
 
echo '</ul>' . "\n";
}
 
/**
* display unordered list of tables
* calls itself recursively if table in given list
* is a list itself
*
* @uses is_array()
* @uses count()
* @uses urlencode()
* @uses strpos()
* @uses printf()
* @uses htmlspecialchars()
* @uses strlen()
* @uses is_array()
* @uses PMA_displayTableList()
* @uses $_REQUEST['tbl_group']
* @uses $GLOBALS['common_url_query']
* @uses $GLOBALS['table']
* @uses $GLOBALS['pmaThemeImage']
* @uses $GLOBALS['cfg']['LeftFrameTableSeparator']
* @uses $GLOBALS['cfg']['DefaultTabDatabase']
* @uses $GLOBALS['cfg']['DefaultTabTable']
* @uses $GLOBALS['strRows']
* @uses $GLOBALS['strBrowse']
* @global $element_counter
* @global $img_minus
* @global $img_plus
* @global $href_left
* @param array $tables array of tables/tablegroups
* @param boolean $visible wether the list is visible or not
* @param string $tab_group_full full tab group name
* @param string $table_db db of this table
*/
function PMA_displayTableList($tables, $visible = false,
$tab_group_full = '', $table_db = '')
{
if ( ! is_array( $tables ) || count( $tables ) === 0 ) {
return;
}
 
global $element_counter, $img_minus, $img_plus, $href_left;
$sep = $GLOBALS['cfg']['LeftFrameTableSeparator'];
 
if ( $visible ) {
echo '<ul id="subel' . $element_counter . '">';
} else {
echo '<ul id="subel' . $element_counter . '" style="display: none">';
}
foreach ( $tables as $group => $table ) {
if ( isset( $table['is' . $sep . 'group'] ) ) {
$common_url_query = $GLOBALS['common_url_query']
. '&amp;tbl_group=' . urlencode( $tab_group_full . $group );
 
$element_counter++;
echo '<li>' . "\n";
if ( $visible &&
(( isset( $_REQUEST['tbl_group'] )
&& ( strpos( $_REQUEST['tbl_group'], $group ) === 0
|| strpos( $_REQUEST['tbl_group'], $sep . $group ) !== false ) )
||
( isset( $GLOBALS['table'] )
&& strpos( $GLOBALS['table'], $group ) === 0 ) ) ) {
printf( $href_left, $element_counter,
$GLOBALS['common_url_query'] . '&amp;tbl_group=' . $tab_group_full );
printf( $img_minus, $element_counter );
} else {
printf( $href_left, $element_counter, $common_url_query );
printf( $img_plus, $element_counter );
}
echo '</a>';
?>
<a href="index.php?<?php echo $common_url_query; ?>"
target="_parent"
onclick="
if ( ! toggle('<?php echo $element_counter; ?>', true) )
window.parent.goTo( './left.php?<?php echo $common_url_query; ?>' );
window.parent.goTo( './<?php echo $GLOBALS['cfg']['DefaultTabDatabase']
. '?' . $common_url_query; ?>', 'main' );
return false;">
<?php
if ( $GLOBALS['text_dir'] === 'rtl' ) {
echo ' <bdo dir="ltr">(' . $table['tab' . $sep . 'count'] . ')</bdo> ';
}
echo htmlspecialchars( substr( $group, 0, strlen( $group ) - strlen( $sep ) ) );
if ( $GLOBALS['text_dir'] === 'ltr' ) {
echo ' <bdo dir="ltr">(' . $table['tab' . $sep . 'count'] . ')</bdo> ';
}
?>
</a>
<?php
 
unset( $table['is' . $sep . 'group'] );
unset( $table['tab' . $sep . 'group'] );
unset( $table['tab' . $sep . 'count'] );
 
if ( $visible &&
(( isset( $_REQUEST['tbl_group'] )
&& ( strpos( $_REQUEST['tbl_group'], $group ) === 0
|| strpos( $_REQUEST['tbl_group'], $sep . $group ) !== false ) )
||
( isset( $GLOBALS['table'] )
&& strpos( $GLOBALS['table'], $group ) === 0 ) ) ) {
PMA_displayTableList( $table, true,
$tab_group_full . $group, $table_db );
} else {
PMA_displayTableList( $table, false, '', $table_db );
}
echo '</li>' . "\n";
} elseif ( is_array( $table ) ) {
$href = $GLOBALS['cfg']['DefaultTabTable'] . '?'
.$GLOBALS['common_url_query'] . '&amp;table='
.urlencode( $table['Name'] );
echo '<li>' . "\n";
echo '<a title="' . $GLOBALS['strBrowse'] . ': '
. htmlspecialchars( $table['Comment'] )
.' (' . PMA_formatNumber( $table['Rows'], 0 ) . ' ' . $GLOBALS['strRows'] . ')"'
.' id="browse_' . htmlspecialchars( $table_db . '.' . $table['Name'] ) . '"'
.' href="sql.php?' . $GLOBALS['common_url_query']
.'&amp;table=' . urlencode( $table['Name'] )
.'&amp;goto=' . $GLOBALS['cfg']['DefaultTabTable']
. '" >'
.'<img class="icon"';
if ( 'VIEW' === strtoupper( $table['Comment'] ) ) {
echo ' src="' . $GLOBALS['pmaThemeImage'] . 's_views.png"';
} else {
echo ' src="' . $GLOBALS['pmaThemeImage'] . 'b_sbrowse.png"';
}
echo ' id="icon_' . htmlspecialchars( $table_db . '.' . $table['Name'] ) . '"'
.' width="10" height="10" alt="' . $GLOBALS['strBrowse'] . '" /></a>' . "\n"
.'<a href="' . $href . '" title="' . $table['Comment']
.' (' . PMA_formatNumber( $table['Rows'], 0 ) . ' ' . $GLOBALS['strRows'] . ')"'
.' id="' . htmlspecialchars( $table_db . '.' . $table['Name'] ) . '">'
. htmlspecialchars( $table['disp_name'] ) . '</a>';
echo '</li>' . "\n";
}
}
echo '</ul>';
}
?>
</div>
</body>
</html>
<?php
/**
* Close MySql connections
*/
if (isset($controllink) && $controllink) {
@PMA_DBI_close($controllink);
}
if (isset($userlink) && $userlink) {
@PMA_DBI_close($userlink);
}
 
/**
* Sends bufferized data
*/
if ( $GLOBALS['cfg']['OBGzip'] && isset( $ob_mode ) && $ob_mode ) {
PMA_outBufferPost( $ob_mode );
}
?>
/Web/Maintenance/phpMyAdmin/libraries/.htaccess
0,0 → 1,4
# This folder does not require access over HTTP
Order deny,allow
Deny from all
Allow from none
/Web/Maintenance/phpMyAdmin/libraries/Config.class.php
0,0 → 1,820
<?php
/* $Id: Config.class.php,v 1.21.2.18.2.8 2006/08/22 17:00:00 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
class PMA_Config
{
/**
* @var string default config source
*/
var $default_source = './libraries/config.default.php';
 
/**
* @var array configuration settings
*/
var $settings = array();
 
/**
* @var string config source
*/
var $source = '';
 
/**
* @var int source modification time
*/
var $source_mtime = 0;
var $default_source_mtime = 0;
 
/**
* @var boolean
*/
var $error_config_file = false;
 
/**
* @var boolean
*/
var $error_config_default_file = false;
 
/**
* @var boolean
*/
var $error_pma_uri = false;
 
/**
* @var array
*/
var $default_server = array();
 
/**
* @var boolean wether init is done or mot
* set this to false to force some initial checks
* like checking for required functions
*/
var $done = false;
 
/**
* constructor
*
* @param string source to read config from
*/
function __construct($source = null)
{
$this->settings = array();
 
// functions need to refresh in case of config file changed goes in
// PMA_Config::load()
$this->load($source);
 
// other settings, independant from config file, comes in
$this->checkSystem();
 
$this->checkIsHttps();
}
 
/**
* sets system and application settings
*/
function checkSystem()
{
$this->set('PMA_VERSION', '2.8.2.4');
/**
* @deprecated
*/
$this->set('PMA_THEME_VERSION', 2);
/**
* @deprecated
*/
$this->set('PMA_THEME_GENERATION', 2);
 
$this->checkPhpVersion();
$this->checkWebServerOs();
$this->checkWebServer();
$this->checkGd2();
$this->checkClient();
$this->checkUpload();
$this->checkUploadSize();
$this->checkOutputCompression();
}
 
/**
* wether to use gzip output compression or not
*/
function checkOutputCompression()
{
// If zlib output compression is set in the php configuration file, no
// output buffering should be run
if ( @ini_get('zlib.output_compression') ) {
$this->set('OBGzip', false);
}
 
// disable output-buffering (if set to 'auto') for IE6, else enable it.
if ( strtolower($this->get('OBGzip')) == 'auto' ) {
if ( $this->get('PMA_USR_BROWSER_AGENT') == 'IE'
&& $this->get('PMA_USR_BROWSER_VER') >= 6
&& $this->get('PMA_USR_BROWSER_VER') < 7 ) {
$this->set('OBGzip', false);
} else {
$this->set('OBGzip', true);
}
}
}
 
/**
* Determines platform (OS), browser and version of the user
* Based on a phpBuilder article:
* @see http://www.phpbuilder.net/columns/tim20000821.php
*/
function checkClient()
{
if (PMA_getenv('HTTP_USER_AGENT')) {
$HTTP_USER_AGENT = PMA_getenv('HTTP_USER_AGENT');
} elseif (!isset($HTTP_USER_AGENT)) {
$HTTP_USER_AGENT = '';
}
 
// 1. Platform
if (strstr($HTTP_USER_AGENT, 'Win')) {
$this->set('PMA_USR_OS', 'Win');
} elseif (strstr($HTTP_USER_AGENT, 'Mac')) {
$this->set('PMA_USR_OS', 'Mac');
} elseif (strstr($HTTP_USER_AGENT, 'Linux')) {
$this->set('PMA_USR_OS', 'Linux');
} elseif (strstr($HTTP_USER_AGENT, 'Unix')) {
$this->set('PMA_USR_OS', 'Unix');
} elseif (strstr($HTTP_USER_AGENT, 'OS/2')) {
$this->set('PMA_USR_OS', 'OS/2');
} else {
$this->set('PMA_USR_OS', 'Other');
}
 
// 2. browser and version
// (must check everything else before Mozilla)
 
if (preg_match('@Opera(/| )([0-9].[0-9]{1,2})@', $HTTP_USER_AGENT, $log_version)) {
$this->set('PMA_USR_BROWSER_VER', $log_version[2]);
$this->set('PMA_USR_BROWSER_AGENT', 'OPERA');
} elseif (preg_match('@MSIE ([0-9].[0-9]{1,2})@', $HTTP_USER_AGENT, $log_version)) {
$this->set('PMA_USR_BROWSER_VER', $log_version[1]);
$this->set('PMA_USR_BROWSER_AGENT', 'IE');
} elseif (preg_match('@OmniWeb/([0-9].[0-9]{1,2})@', $HTTP_USER_AGENT, $log_version)) {
$this->set('PMA_USR_BROWSER_VER', $log_version[1]);
$this->set('PMA_USR_BROWSER_AGENT', 'OMNIWEB');
//} elseif (ereg('Konqueror/([0-9].[0-9]{1,2})', $HTTP_USER_AGENT, $log_version)) {
// Konqueror 2.2.2 says Konqueror/2.2.2
// Konqueror 3.0.3 says Konqueror/3
} elseif (preg_match('@(Konqueror/)(.*)(;)@', $HTTP_USER_AGENT, $log_version)) {
$this->set('PMA_USR_BROWSER_VER', $log_version[2]);
$this->set('PMA_USR_BROWSER_AGENT', 'KONQUEROR');
} elseif (preg_match('@Mozilla/([0-9].[0-9]{1,2})@', $HTTP_USER_AGENT, $log_version)
&& preg_match('@Safari/([0-9]*)@', $HTTP_USER_AGENT, $log_version2)) {
$this->set('PMA_USR_BROWSER_VER', $log_version[1] . '.' . $log_version2[1]);
$this->set('PMA_USR_BROWSER_AGENT', 'SAFARI');
} elseif (preg_match('@Mozilla/([0-9].[0-9]{1,2})@', $HTTP_USER_AGENT, $log_version)) {
$this->set('PMA_USR_BROWSER_VER', $log_version[1]);
$this->set('PMA_USR_BROWSER_AGENT', 'MOZILLA');
} else {
$this->set('PMA_USR_BROWSER_VER', 0);
$this->set('PMA_USR_BROWSER_AGENT', 'OTHER');
}
}
 
/**
* Whether GD2 is present
*/
function checkGd2()
{
if ( $this->get('GD2Available') == 'yes' ) {
$this->set('PMA_IS_GD2', 1);
} elseif ( $this->get('GD2Available') == 'no' ) {
$this->set('PMA_IS_GD2', 0);
} else {
if (!@extension_loaded('gd')) {
PMA_dl('gd');
}
if (!@function_exists('imagecreatetruecolor')) {
$this->set('PMA_IS_GD2', 0);
} else {
if (@function_exists('gd_info')) {
$gd_nfo = gd_info();
if (strstr($gd_nfo["GD Version"], '2.')) {
$this->set('PMA_IS_GD2', 1);
} else {
$this->set('PMA_IS_GD2', 0);
}
} else {
/* We must do hard way... */
ob_start();
phpinfo(INFO_MODULES); /* Only modules */
$a = strip_tags(ob_get_contents());
ob_end_clean();
/* Get GD version string from phpinfo output */
if (preg_match('@GD Version[[:space:]]*\(.*\)@', $a, $v)) {
if (strstr($v, '2.')) {
$this->set('PMA_IS_GD2', 1);
} else {
$this->set('PMA_IS_GD2', 0);
}
} else {
$this->set('PMA_IS_GD2', 0);
}
}
}
}
}
 
/**
* Whether the Web server php is running on is IIS
*/
function checkWebServer()
{
if (PMA_getenv('SERVER_SOFTWARE')
// some versions return Microsoft-IIS, some Microsoft/IIS
// we could use a preg_match() but it's slower
&& stristr(PMA_getenv('SERVER_SOFTWARE'), 'Microsoft')
&& stristr(PMA_getenv('SERVER_SOFTWARE'), 'IIS')) {
$this->set('PMA_IS_IIS', 1);
} else {
$this->set('PMA_IS_IIS', 0);
}
}
 
/**
* Whether the os php is running on is windows or not
*/
function checkWebServerOs()
{
// Default to Unix or Equiv
$this->set('PMA_IS_WINDOWS', 0);
// If PHP_OS is defined then continue
if (defined('PHP_OS')) {
if (stristr(PHP_OS, 'win') ) {
// Is it some version of Windows
$this->set('PMA_IS_WINDOWS', 1);
} elseif (stristr(PHP_OS, 'OS/2')) {
// Is it OS/2 (No file permissions like Windows)
$this->set('PMA_IS_WINDOWS', 1);
}
}
}
 
/**
* detects PHP version
*/
function checkPhpVersion()
{
$match = array();
if ( ! preg_match('@([0-9]{1,2}).([0-9]{1,2}).([0-9]{1,2})@',
phpversion(), $match) ) {
$result = preg_match('@([0-9]{1,2}).([0-9]{1,2})@',
phpversion(), $match);
}
if ( isset( $match ) && ! empty( $match[1] ) ) {
if ( ! isset( $match[2] ) ) {
$match[2] = 0;
}
if ( ! isset( $match[3] ) ) {
$match[3] = 0;
}
$this->set('PMA_PHP_INT_VERSION',
(int) sprintf('%d%02d%02d', $match[1], $match[2], $match[3]));
} else {
$this->set('PMA_PHP_INT_VERSION', 0);
}
$this->set('PMA_PHP_STR_VERSION', phpversion());
}
 
/**
* re-init object after loadiong from session file
* checks config file for changes and relaods if neccessary
*/
function __wakeup()
{
if (! $this->checkConfigSource()
|| $this->source_mtime !== filemtime($this->getSource())
|| $this->default_source_mtime !== filemtime($this->default_source)
|| $this->error_config_file
|| $this->error_config_default_file) {
$this->settings = array();
$this->load();
$this->checkSystem();
}
// check for https needs to be done everytime,
// as https and http uses same session so this info can not be stored
// in session
$this->checkIsHttps();
 
$this->checkCollationConnection();
}
 
/**
* loads default values from default source
*
* @uses file_exists()
* @uses $this->default_source
* @uses $this->error_config_default_file
* @uses $this->settings
* @return boolean success
*/
function loadDefaults()
{
$cfg = array();
if ( ! file_exists($this->default_source) ) {
$this->error_config_default_file = true;
return false;
}
include $this->default_source;
 
$this->default_source_mtime = filemtime($this->default_source);
 
$this->default_server = $cfg['Servers'][1];
unset( $cfg['Servers'] );
 
$this->settings = PMA_array_merge_recursive($this->settings, $cfg);
 
$this->error_config_default_file = false;
 
return true;
}
 
/**
* loads configuration from $source, usally the config file
* should be called on object creation and from __wakeup if config file
* has changed
*
* @param string $source config file
*/
function load($source = null)
{
$this->loadDefaults();
 
if ( null !== $source ) {
$this->setSource($source);
}
 
if ( ! $this->checkConfigSource() ) {
return false;
}
 
$cfg = array();
 
/**
* Parses the configuration file
*/
$old_error_reporting = error_reporting(0);
if ( function_exists('file_get_contents') ) {
$eval_result =
eval( '?>' . file_get_contents($this->getSource()) );
} else {
$eval_result =
eval( '?>' . implode("\n", file($this->getSource())) );
}
error_reporting($old_error_reporting);
 
if ( $eval_result === false ) {
$this->error_config_file = true;
} else {
$this->error_config_file = false;
$this->source_mtime = filemtime($this->getSource());
}
 
/**
* @TODO check validity of $_COOKIE['pma_collation_connection']
*/
if ( ! empty( $_COOKIE['pma_collation_connection'] ) ) {
$this->set('collation_connection',
strip_tags($_COOKIE['pma_collation_connection']) );
} else {
$this->set('collation_connection',
$this->get('DefaultConnectionCollation') );
}
 
$this->checkCollationConnection();
//$this->checkPmaAbsoluteUri();
$this->settings = PMA_array_merge_recursive($this->settings, $cfg);
return true;
}
 
/**
* set source
* @param string $source
*/
function setSource($source)
{
$this->source = trim($source);
}
 
/**
* checks if the config folder still exists and terminates app if true
*/
function checkConfigFolder()
{
// Refuse to work while there still might be some world writable dir:
if (is_dir('./config')) {
die('Remove "./config" directory before using phpMyAdmin!');
}
}
 
/**
* check config source
*
* @return boolean wether source is valid or not
*/
function checkConfigSource()
{
if (! $this->getSource()) {
// no configuration file set at all
return false;
}
 
if ( ! file_exists($this->getSource()) ) {
// do not trigger error here
// https://sf.net/tracker/?func=detail&aid=1370269&group_id=23067&atid=377408
/*
trigger_error(
'phpMyAdmin-ERROR: unkown configuration source: ' . $source,
E_USER_WARNING);
*/
$this->source_mtime = 0;
return false;
}
 
if ( ! is_readable($this->getSource()) ) {
$this->source_mtime = 0;
die('Existing configuration file (' . $this->getSource() . ') is not readable.');
}
 
// Check for permissions (on platforms that support it):
$perms = @fileperms($this->getSource());
if (!($perms === false) && ($perms & 2)) {
// This check is normally done after loading configuration
$this->checkWebServerOs();
if ($this->get('PMA_IS_WINDOWS') == 0) {
$this->source_mtime = 0;
die('Wrong permissions on configuration file, should not be world writable!');
}
}
 
return true;
}
 
/**
* returns specific config setting
* @param string $setting
* @return mixed value
*/
function get($setting)
{
if ( isset( $this->settings[$setting] ) ) {
return $this->settings[$setting];
}
return null;
}
 
/**
* sets configuration variable
*
* @uses $this->settings
* @param string $setting configuration option
* @param string $value new value for configuration option
*/
function set($setting, $value)
{
$this->settings[$setting] = $value;
}
 
/**
* returns source for current config
* @return string config source
*/
function getSource()
{
return $this->source;
}
 
/**
* old PHP 4 style constructor
*
* @deprecated
*/
function PMA_Config($source = null)
{
$this->__construct($source);
}
 
/**
* $cfg['PmaAbsoluteUri'] is a required directive else cookies won't be
* set properly and, depending on browsers, inserting or updating a
* record might fail
*/
function checkPmaAbsoluteUri()
{
// Setup a default value to let the people and lazy syadmins work anyway,
// they'll get an error if the autodetect code doesn't work
$pma_absolute_uri = $this->get('PmaAbsoluteUri');
if ( strlen($pma_absolute_uri) < 1 ) {
$url = array();
 
// At first we try to parse REQUEST_URI, it might contain full URI
if (PMA_getenv('REQUEST_URI')) {
$url = parse_url(PMA_getenv('REQUEST_URI'));
}
 
// If we don't have scheme, we didn't have full URL so we need to
// dig deeper
if ( empty( $url['scheme'] ) ) {
// Scheme
if (PMA_getenv('HTTP_SCHEME')) {
$url['scheme'] = PMA_getenv('HTTP_SCHEME');
} else {
$url['scheme'] =
PMA_getenv('HTTPS') && strtolower(PMA_getenv('HTTPS')) != 'off'
? 'https'
: 'http';
}
 
// Host and port
if (PMA_getenv('HTTP_HOST')) {
if (strpos(PMA_getenv('HTTP_HOST'), ':') !== false) {
list( $url['host'], $url['port'] ) =
explode(':', PMA_getenv('HTTP_HOST'));
} else {
$url['host'] = PMA_getenv('HTTP_HOST');
}
} elseif (PMA_getenv('SERVER_NAME')) {
$url['host'] = PMA_getenv('SERVER_NAME');
} else {
$this->error_pma_uri = true;
return false;
}
 
// If we didn't set port yet...
if (empty($url['port']) && PMA_getenv('SERVER_PORT')) {
$url['port'] = PMA_getenv('SERVER_PORT');
}
 
// And finally the path could be already set from REQUEST_URI
if ( empty( $url['path'] ) ) {
if (PMA_getenv('PATH_INFO')) {
$path = parse_url(PMA_getenv('PATH_INFO'));
} else {
// PHP_SELF in CGI often points to cgi executable, so use it
// as last choice
$path = parse_url(PMA_getenv('PHP_SELF'));
}
$url['path'] = $path['path'];
}
}
 
// Make url from parts we have
$pma_absolute_uri = $url['scheme'] . '://';
// Was there user information?
if (!empty($url['user'])) {
$pma_absolute_uri .= $url['user'];
if (!empty($url['pass'])) {
$pma_absolute_uri .= ':' . $url['pass'];
}
$pma_absolute_uri .= '@';
}
// Add hostname
$pma_absolute_uri .= $url['host'];
// Add port, if it not the default one
if ( ! empty( $url['port'] )
&& ( ( $url['scheme'] == 'http' && $url['port'] != 80 )
|| ( $url['scheme'] == 'https' && $url['port'] != 443 ) ) ) {
$pma_absolute_uri .= ':' . $url['port'];
}
// And finally path, without script name, the 'a' is there not to
// strip our directory, when path is only /pmadir/ without filename.
// Backslashes returned by Windows have to be changed.
// Only replace backslashes by forward slashes if on Windows,
// as the backslash could be valid on a non-Windows system.
if ($this->get('PMA_IS_WINDOWS') == 1) {
$path = str_replace("\\", "/", dirname($url['path'] . 'a'));
} else {
$path = dirname($url['path'] . 'a');
}
 
// To work correctly within transformations overview:
if (defined('PMA_PATH_TO_BASEDIR') && PMA_PATH_TO_BASEDIR == '../../') {
if ($this->get('PMA_IS_WINDOWS') == 1) {
$path = str_replace("\\", "/", dirname(dirname($path)));
} else {
$path = dirname(dirname($path));
}
}
// in vhost situations, there could be already an ending slash
if (substr($path, -1) != '/') {
$path .= '/';
}
$pma_absolute_uri .= $path;
 
// We used to display a warning if PmaAbsoluteUri wasn't set, but now
// the autodetect code works well enough that we don't display the
// warning at all. The user can still set PmaAbsoluteUri manually.
// See
// http://sf.net/tracker/?func=detail&aid=1257134&group_id=23067&atid=377411
 
} else {
// The URI is specified, however users do often specify this
// wrongly, so we try to fix this.
 
// Adds a trailing slash et the end of the phpMyAdmin uri if it
// does not exist.
if (substr($pma_absolute_uri, -1) != '/') {
$pma_absolute_uri .= '/';
}
 
// If URI doesn't start with http:// or https://, we will add
// this.
if ( substr($pma_absolute_uri, 0, 7) != 'http://'
&& substr($pma_absolute_uri, 0, 8) != 'https://' ) {
$pma_absolute_uri =
(PMA_getenv('HTTPS') && strtolower(PMA_getenv('HTTPS')) != 'off'
? 'https'
: 'http')
. ':' . (substr($pma_absolute_uri, 0, 2) == '//' ? '' : '//')
. $pma_absolute_uri;
}
}
 
$this->set('PmaAbsoluteUri', $pma_absolute_uri);
}
 
/**
* check selected collation_connection
* @TODO check validity of $_REQUEST['collation_connection']
*/
function checkCollationConnection()
{
// (could be improved by executing it after the MySQL connection only if
// PMA_MYSQL_INT_VERSION >= 40100 )
if ( ! empty( $_REQUEST['collation_connection'] ) ) {
$this->set('collation_connection',
strip_tags($_REQUEST['collation_connection']) );
}
}
 
/**
* checks if upload is enabled
*
*/
function checkUpload()
{
$this->set('enable_upload', true);
if ( strtolower(@ini_get('file_uploads')) == 'off'
|| @ini_get('file_uploads') == 0 ) {
$this->set('enable_upload', false);
}
}
 
/**
* Maximum upload size as limited by PHP
* Used with permission from Moodle (http://moodle.org) by Martin Dougiamas
*
* this section generates $max_upload_size in bytes
*/
function checkUploadSize()
{
if ( ! $filesize = ini_get('upload_max_filesize') ) {
$filesize = "5M";
}
 
if ( $postsize = ini_get('post_max_size') ) {
$this->set('max_upload_size',
min(get_real_size($filesize), get_real_size($postsize)) );
} else {
$this->set('max_upload_size', get_real_size($filesize));
}
}
 
/**
* check for https
*/
function checkIsHttps()
{
$this->set('is_https', PMA_Config::isHttps());
}
 
/**
* @static
*/
function isHttps()
{
$is_https = false;
 
$url = array();
 
// At first we try to parse REQUEST_URI, it might contain full URI
if (PMA_getenv('REQUEST_URI')) {
$url = parse_url(PMA_getenv('REQUEST_URI'));
}
 
// If we don't have scheme, we didn't have full URL so we need to
// dig deeper
if ( empty( $url['scheme'] ) ) {
// Scheme
if (PMA_getenv('HTTP_SCHEME')) {
$url['scheme'] = PMA_getenv('HTTP_SCHEME');
} else {
$url['scheme'] =
PMA_getenv('HTTPS') && strtolower(PMA_getenv('HTTPS')) != 'off'
? 'https'
: 'http';
}
}
 
if ( isset( $url['scheme'] )
&& $url['scheme'] == 'https' ) {
$is_https = true;
} else {
$is_https = false;
}
 
return $is_https;
}
 
/**
* detect correct cookie path
*/
function checkCookiePath()
{
$this->set('cookie_path', PMA_Config::getCookiePath());
}
 
/**
* @static
*/
function getCookiePath()
{
static $cookie_path = null;
 
if ( null !== $cookie_path ) {
return $cookie_path;
}
 
$url = '';
 
if (PMA_getenv('REQUEST_URI')) {
$url = PMA_getenv('REQUEST_URI');
}
 
// If we don't have path
if (empty($url)) {
if (PMA_getenv('PATH_INFO')) {
$url = PMA_getenv('PATH_INFO');
} elseif (PMA_getenv('PHP_SELF')) {
// PHP_SELF in CGI often points to cgi executable, so use it
// as last choice
$url = PMA_getenv('PHP_SELF');
} elseif (PMA_getenv('SCRIPT_NAME')) {
$url = PMA_getenv('PHP_SELF');
}
}
 
$url = parse_url($url);
$cookie_path = substr($url['path'], 0, strrpos($url['path'], '/')) . '/';
 
return $cookie_path;
}
 
/**
* enables backward compatibility
*/
function enableBc()
{
$GLOBALS['cfg'] =& $this->settings;
$GLOBALS['default_server'] =& $this->default_server;
$GLOBALS['collation_connection'] = $this->get('collation_connection');
$GLOBALS['is_upload'] = $this->get('enable_upload');
$GLOBALS['max_upload_size'] = $this->get('max_upload_size');
$GLOBALS['cookie_path'] = $this->get('cookie_path');
$GLOBALS['is_https'] = $this->get('is_https');
 
$defines = array(
'PMA_VERSION',
'PMA_THEME_VERSION',
'PMA_THEME_GENERATION',
'PMA_PHP_STR_VERSION',
'PMA_PHP_INT_VERSION',
'PMA_IS_WINDOWS',
'PMA_IS_IIS',
'PMA_IS_GD2',
'PMA_USR_OS',
'PMA_USR_BROWSER_VER',
'PMA_USR_BROWSER_AGENT',
);
 
foreach ( $defines as $define ) {
if ( ! defined($define) ) {
define($define, $this->get($define));
}
}
}
 
/**
* @todo finish
*/
function save() {}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/Theme.class.php
0,0 → 1,286
<?php
/* $Id: Theme.class.php,v 1.5 2005/12/01 08:59:12 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
class PMA_Theme {
/**
* @var string version
*/
var $version = '0.0.0.0';
 
/**
* @var string name
*/
var $name = '';
 
/**
* @var string id
*/
var $id = '';
 
/**
* @var string
*/
var $path = '';
 
/**
* @var string
*/
var $img_path = '';
 
/**
* @var array valid css types
*/
var $types = array( 'left', 'right', 'print' );
 
/**
* @var integer last modification time for info file
*/
var $mtime_info = 0;
 
function __wakeup() {
$this->loadInfo();
$this->checkImgPath();
}
 
function loadInfo() {
if ( ! file_exists( $this->getPath() . '/info.inc.php' ) ) {
return false;
}
 
if ( $this->mtime_info === filemtime( $this->getPath() . '/info.inc.php' ) ) {
return true;
}
 
@include( $this->getPath() . '/info.inc.php' );
 
// did it set correctly?
if ( ! isset( $theme_name ) ) {
return false;
}
 
$this->mtime_info = filemtime( $this->getPath() . '/info.inc.php' );
 
if ( isset( $theme_full_version ) ) {
$this->setVersion( $theme_full_version );
} elseif ( isset( $theme_generation, $theme_version ) ) {
$this->setVersion( $theme_generation . '.' . $theme_version );
}
$this->setName( $theme_name );
 
return true;
}
 
/**
* returns theme object loaded from given folder
* or false if theme is invalid
*
* @static
* @param string path to theme
* @return object PMA_Theme
*/
function load( $folder ) {
 
$theme = new PMA_Theme();
 
$theme->setPath( $folder );
 
if ( ! $theme->loadInfo() ) {
return false;
}
 
$theme->checkImgPath();
 
return $theme;
}
 
function checkImgPath() {
if ( is_dir( $this->getPath() . '/img/' ) ) {
$this->setImgPath( $this->getPath() . '/img/' );
return true;
} elseif ( is_dir( $GLOBALS['cfg']['ThemePath'] . '/original/img/' ) ) {
$this->setImgPath( $GLOBALS['cfg']['ThemePath'] . '/original/img/' );
return true;
} else {
$GLOBALS['PMA_errors'][] =
sprintf( $GLOBALS['strThemeNoValidImgPath'], $this->getName() );
trigger_error(
sprintf( $GLOBALS['strThemeNoValidImgPath'], $this->getName() ),
E_USER_WARNING );
return false;
}
}
 
/**
* returns path to theme
* @uses $this->$path as return value
* @return string $path path to theme
*/
function getPath() {
return $this->path;
}
 
/**
* returns layout file
*
* @return string layout file
*/
function getLayoutFile() {
return $this->getPath() . '/layout.inc.php';
}
 
/**
* set path to theme
* @uses $this->$path to set it
* @param string $path path to theme
*/
function setPath( $path ) {
$this->path = trim( $path );
}
 
/**
* sets version
* @uses $this->version
* @param string new version
*/
function setVersion( $version ) {
$this->version = trim( $version );
}
 
/**
* returns version
* @uses $this->version
* @return string version
*/
function getVersion() {
return $this->version;
}
 
/**
* checks theme version agaisnt $version
* returns true if theme version is equal or higher to $version
*
* @uses version_compare()
* @uses $this->getVersion()
* @param string $version version to compare to
* @return boolean
*/
function checkVersion( $version ) {
return version_compare( $this->getVersion(), $version, 'lt' );
}
 
/**
* sets name
* @param string $name new name
*/
function setName( $name ) {
$this->name = trim( $name );
}
 
/**
* returns name
* @return string name
*/
function getName() {
return $this->name;
}
 
/**
* sets id
* @param string $id new id
*/
function setId( $id ) {
$this->id = trim( $id );
}
 
/**
* returns id
* @return string id
*/
function getId() {
return $this->id;
}
 
function setImgPath( $path ) {
$this->img_path = $path;
}
 
function getImgPath() {
return $this->img_path;
}
 
/**
* load css (send to stdout, normaly the browser)
*
* @uses $this->getPath()
* @uses $this->types
* @uses PMA_SQP_buildCssData()
* @uses file_exists()
* @uses in_array()
* @param string $type left, right or print
*/
function loadCss( &$type ) {
if ( empty( $type ) || ! in_array( $type, $this->types ) ) {
$type = 'left';
}
 
if ( $type == 'right' ) {
echo PMA_SQP_buildCssData();
}
 
$_css_file = $this->getPath()
. '/css/theme_' . $type . '.css.php';
 
if ( file_exists( $_css_file ) ) {
if ( $GLOBALS['text_dir'] === 'ltr' ) {
$right = 'right';
$left = 'left';
} else {
$right = 'left';
$left = 'right';
}
 
include( $_css_file );
}
}
 
/**
* prints out the preview for this theme
*
* @uses $this->getName()
* @uses $this->getVersion()
* @uses $this->getId()
* @uses $this->getPath()
* @uses $GLOBALS['strThemeNoPreviewAvailable']
* @uses $GLOBALS['strTakeIt']
* @uses PMA_generate_common_url()
* @uses addslashes()
* @uses file_exists()
* @uses htmlspecialchars()
*/
function printPreview() {
echo '<div class="theme_preview">';
echo '<h2>' . htmlspecialchars( $this->getName() )
.' (' . htmlspecialchars( $this->getVersion() ) . ')</h2>'
.'<p>'
.'<a target="_top" href="index.php'
.PMA_generate_common_url( array( 'set_theme' => $this->getId() ) ) . '"'
.' onclick="takeThis(\'' . addslashes( $this->getId() ) . '\');'
.' return false;">';
if ( @file_exists( $this->getPath() . '/screen.png' ) ) {
// if screen exists then output
 
echo '<img src="' . $this->getPath() . '/screen.png" border="1"'
.' alt="' . htmlspecialchars( $this->getName() ) . '"'
.' title="' . htmlspecialchars( $this->getName() ) . '" /><br />';
} else {
echo $GLOBALS['strThemeNoPreviewAvailable'];
}
 
echo '[ <strong>' . $GLOBALS['strTakeIt'] . '</strong> ]</a>'
.'</p>'
.'</div>';
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/Theme_Manager.class.php
0,0 → 1,345
<?php
/* $Id: Theme_Manager.class.php,v 1.5.2.5 2006/05/02 09:28:57 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/Theme.class.php');
 
class PMA_Theme_Manager {
 
/**
* @var string path to theme folder
* @protected
*/
var $_themes_path;
 
/**
* @var array available themes
*/
var $themes = array();
 
/**
* @var string cookie name
*/
var $cookie_name = 'pma_theme';
 
/**
* @var boolean
*/
var $per_server = false;
 
/**
* @var string name of active theme
*/
var $active_theme = '';
 
/**
* @var object PMA_Theme active theme
*/
var $theme = null;
 
/**
* @var string
*/
var $theme_default = 'original';
 
function __construct()
{
$this->init();
}
 
/**
* sets path to folder containing the themes
*
* @param string $path path to themes folder
* @return boolean success
*/
function setThemesPath($path)
{
if (! $this->_checkThemeFolder($path)) {
return false;
}
 
$this->_themes_path = trim($path);
return true;
}
 
/**
* @public
* @return string
*/
function getThemesPath()
{
return $this->_themes_path;
}
 
/**
* sets if there are different themes per server
*
* @param boolean $per_server
*/
function setThemePerServer($per_server)
{
$this->per_server = (bool) $per_server;
}
 
function init()
{
$this->themes = array();
$this->theme_default = 'original';
$this->active_theme = '';
 
if (! $this->setThemesPath($GLOBALS['cfg']['ThemePath'])) {
return false;
}
 
$this->setThemePerServer($GLOBALS['cfg']['ThemePerServer']);
 
$this->loadThemes();
 
$this->theme = new PMA_Theme;
 
 
if ( ! $this->checkTheme($GLOBALS['cfg']['ThemeDefault'])) {
$GLOBALS['PMA_errors'][] = sprintf( $GLOBALS['strThemeDefaultNotFound'],
$GLOBALS['cfg']['ThemeDefault'] );
trigger_error(
sprintf($GLOBALS['strThemeDefaultNotFound'],
$GLOBALS['cfg']['ThemeDefault']),
E_USER_WARNING);
$GLOBALS['cfg']['ThemeDefault'] = false;
}
 
$this->theme_default = $GLOBALS['cfg']['ThemeDefault'];
 
// check if user have a theme cookie
if (! $this->getThemeCookie()
|| ! $this->setActiveTheme($this->getThemeCookie())) {
// otherwise use default theme
if ($GLOBALS['cfg']['ThemeDefault']) {
$this->setActiveTheme($GLOBALS['cfg']['ThemeDefault']);
} else {
// or original theme
$this->setActiveTheme('original');
}
}
}
 
function checkConfig()
{
if ($this->_themes_path != trim($GLOBALS['cfg']['ThemePath'])
|| $this->theme_default != $GLOBALS['cfg']['ThemeDefault']) {
$this->init();
}
}
 
function setActiveTheme($theme = null)
{
if ( ! $this->checkTheme($theme)) {
$GLOBALS['PMA_errors'][] = sprintf($GLOBALS['strThemeNotFound'],
PMA_sanitize($theme));
trigger_error(
sprintf($GLOBALS['strThemeNotFound'], PMA_sanitize($theme)),
E_USER_WARNING);
return false;
}
 
$this->active_theme = $theme;
$this->theme = $this->themes[$theme];
 
// need to set later
//$this->setThemeCookie();
 
return true;
}
 
/**
* @return string cookie name
*/
function getThemeCookieName()
{
// Allow different theme per server
if (isset($GLOBALS['server']) && $this->per_server) {
return $this->cookie_name . '-' . $GLOBALS['server'];
} else {
return $this->cookie_name;
}
}
 
/**
* returns name of theme stored in the cookie
* @return string theme name from cookie
*/
function getThemeCookie()
{
if (isset($_COOKIE[$this->getThemeCookieName()])) {
return $_COOKIE[$this->getThemeCookieName()];
}
 
return false;
}
 
/**
* save theme in cookie
*
* @uses PMA_setCookie();
* @uses PMA_Theme_Manager::getThemeCookieName()
* @uses PMA_Theme_Manager::$theme
* @uses PMA_Theme_Manager::$theme_default
* @uses PMA_Theme::getId()
*/
function setThemeCookie()
{
PMA_setCookie($this->getThemeCookieName(), $this->theme->id,
$this->theme_default);
return true;
}
 
/**
* old PHP 4 constructor
*/
function PMA_Theme_Manager()
{
$this->__construct();
}
 
/**
* @private
* @param string $folder
* @return boolean
*/
/*private*/ function _checkThemeFolder($folder)
{
if (! is_dir($folder)) {
$GLOBALS['PMA_errors'][] =
sprintf($GLOBALS['strThemePathNotFound'],
htmlspecialchars($folder));
trigger_error(
sprintf($GLOBALS['strThemePathNotFound'],
htmlspecialchars($folder)),
E_USER_WARNING);
return false;
}
 
return true;
}
 
/**
* read all themes
*/
function loadThemes()
{
$this->themes = array();
 
if ($handleThemes = opendir($this->getThemesPath())) {
// check for themes directory
while (false !== ($PMA_Theme = readdir($handleThemes))) {
if (array_key_exists($PMA_Theme, $this->themes)) {
$this->themes[$PMA_Theme] = $this->themes[$PMA_Theme];
continue;
}
$new_theme = PMA_Theme::load($this->getThemesPath() . '/' . $PMA_Theme);
if ($new_theme) {
$new_theme->setId($PMA_Theme);
$this->themes[$PMA_Theme] = $new_theme;
}
} // end get themes
closedir($handleThemes);
} else {
trigger_error(
'phpMyAdmin-ERROR: can not open themes folder: ' . $this->getThemesPath(),
E_USER_WARNING);
return false;
} // end check for themes directory
 
ksort($this->themes);
return true;
}
 
/**
* checks if given theme name is a known theme
*
* @param string $theme name fo theme to check for
*/
function checkTheme($theme)
{
if (! array_key_exists($theme, $this->themes)) {
return false;
}
 
return true;
}
 
/**
* returns HTML selectbox, with or without form enclsoed
*
* @param boolean $form wether enclosed by from tags or not
*/
function getHtmlSelectBox($form = true)
{
$select_box = '';
 
if ($form) {
$select_box .= '<form name="setTheme" method="post" action="index.php"'
.' target="_parent">';
$select_box .= PMA_generate_common_hidden_inputs();
}
 
$theme_selected = FALSE;
$theme_preview_path= './themes.php';
$theme_preview_href = '<a href="' . $theme_preview_path . '" target="themes" onclick="'
. "window.open('" . $theme_preview_path . "','themes','left=10,top=20,width=510,height=350,scrollbars=yes,status=yes,resizable=yes');"
. '">';
$select_box .= $theme_preview_href . $GLOBALS['strTheme'] . '</a>:' . "\n";
 
$select_box .= '<select name="set_theme" xml:lang="en" dir="ltr"'
.' onchange="this.form.submit();" >';
foreach ($this->themes as $each_theme_id => $each_theme) {
$select_box .= '<option value="' . $each_theme_id . '"';
if ($this->active_theme === $each_theme_id) {
$select_box .= ' selected="selected"';
}
$select_box .= '>' . htmlspecialchars($each_theme->getName()) . '</option>';
}
$select_box .= '</select>';
 
if ($form) {
$select_box .= '<noscript><input type="submit" value="' . $GLOBALS['strGo'] . '" /></noscript>';
$select_box .= '</form>';
}
 
return $select_box;
}
 
/**
* enables backward compatibility
*/
function makeBc()
{
$GLOBALS['theme'] = $this->theme->getId();
$GLOBALS['pmaThemePath'] = $this->theme->getPath();
$GLOBALS['pmaThemeImage'] = $this->theme->getImgPath();
 
/**
* load layout file if exists
*/
if (@file_exists($GLOBALS['pmaThemePath'] . 'layout.inc.php')) {
include $GLOBALS['pmaThemePath'] . 'layout.inc.php';
}
 
 
}
 
/**
* prints out preview for every theme
*
* @uses $this->themes
* @uses PMA_Theme::printPreview()
*/
function printPreviews()
{
foreach ($this->themes as $each_theme) {
$each_theme->printPreview();
} // end 'open themes'
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/auth/config.auth.lib.php
0,0 → 1,137
<?php
/* $Id: config.auth.lib.php,v 2.18.8.1 2006/08/11 16:41:26 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// +--------------------------------------------------------------------------+
// | Set of functions used to run config authentication (ie no |
// | authentication). |
// +--------------------------------------------------------------------------+
 
 
/**
* Displays authentication form
*
* @return boolean always true
*
* @access public
*/
function PMA_auth()
{
return TRUE;
} // end of the 'PMA_auth()' function
 
 
/**
* Gets advanced authentication settings
*
* @return boolean always true
*
* @access public
*/
function PMA_auth_check()
{
return TRUE;
} // end of the 'PMA_auth_check()' function
 
 
/**
* Set the user and password after last checkings if required
*
* @return boolean always true
*
* @access public
*/
function PMA_auth_set_user()
{
return TRUE;
} // end of the 'PMA_auth_set_user()' function
 
 
/**
* User is not allowed to login to MySQL -> authentication failed
*
* @global string the MySQL error message PHP returns
* @global string the connection type (persistent or not)
* @global string the MySQL server port to use
* @global string the MySQL socket port to use
* @global array the current server settings
* @global string the font face to use in case of failure
* @global string the default font size to use in case of failure
* @global string the big font size to use in case of failure
* @global boolean tell the "PMA_mysqlDie()" function headers have been
* sent
*
* @return boolean always true (no return indeed)
*
* @access public
*/
function PMA_auth_fails()
{
global $php_errormsg, $cfg;
 
$conn_error = PMA_DBI_getError();
if (!$conn_error) {
if (isset($php_errormsg)) {
$conn_error = $php_errormsg;
} else {
$conn_error = $GLOBALS['strConnectionError'];
}
}
 
// Defines the charset to be used
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
/* HTML header */
$page_title = $GLOBALS['strAccessDenied'];
require('./libraries/header_meta_style.inc.php');
?>
</head>
 
<body>
<br /><br />
<center>
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
</center>
<br />
<table border="0" cellpadding="0" cellspacing="3" align="center" width="80%">
<tr>
<td>
<?php
echo "\n";
$GLOBALS['is_header_sent'] = TRUE;
 
//TODO: I have included this div from libraries/header.inc.php to work around
// an undefined variable in tooltip.js, when the server
// is not responding. Work has to be done to merge all code that
// starts the page (DOCTYPE and this div) to one place
?>
<div id="TooltipContainer" onmouseover="holdTooltip();" onmouseout="swapTooltip('default');"></div>
<?php
 
if (isset($GLOBALS['allowDeny_forbidden']) && $GLOBALS['allowDeny_forbidden']) {
echo '<p>' . $GLOBALS['strAccessDenied'] . '</p>' . "\n";
} else {
// Check whether user has configured something
if ($_SESSION['PMA_Config']->source_mtime == 0) {
echo '<p>' . sprintf($GLOBALS['strAccessDeniedCreateConfig'], '<a href="scripts/setup.php">', '</a>') . '</p>' . "\n";
} elseif (!isset($GLOBALS['errno']) || (isset($GLOBALS['errno']) && $GLOBALS['errno'] != 2002) && $GLOBALS['errno'] != 2003) {
// if we display the "Server not responding" error, do not confuse users
// by telling them they have a settings problem
// (note: it's true that they could have a badly typed host name, but
// anyway the current $strAccessDeniedExplanation tells that the server
// rejected the connection, which is not really what happened)
// 2002 is the error given by mysqli
// 2003 is the error given by mysql
echo '<p>' . $GLOBALS['strAccessDeniedExplanation'] . '</p>' . "\n";
}
PMA_mysqlDie($conn_error, '');
}
?>
</td>
</tr>
</table>
<?php
require_once('./libraries/footer.inc.php');
return TRUE;
} // end of the 'PMA_auth_fails()' function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/auth/cookie.auth.lib.php
0,0 → 1,524
<?php
/* $Id: cookie.auth.lib.php,v 2.55.2.1.4.1 2006/08/21 11:45:16 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// +--------------------------------------------------------------------------+
// | Set of functions used to run cookie based authentication. |
// | Thanks to Piotr Roszatycki <d3xter at users.sourceforge.net> and |
// | Dan Wilson who built this patch for the Debian package. |
// +--------------------------------------------------------------------------+
 
 
if (!isset($coming_from_common)) {
exit;
}
 
// timestamp for login timeout
$current_time = time();
 
// Uses faster mcrypt library if available
// (Note: mcrypt.lib.php needs $cookie_path and $is_https)
if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) {
require_once('./libraries/mcrypt.lib.php');
} else {
require_once('./libraries/blowfish.php');
}
 
/**
* Sorts available languages by their true names
*
* @param array the array to be sorted
* @param mixed a required parameter
*
* @return the sorted array
*
* @access private
*/
function PMA_cookie_cmp(&$a, $b)
{
return (strcmp($a[1], $b[1]));
} // end of the 'PMA_cmp()' function
 
 
/**
* Displays authentication form
*
* @global string the font face to use
* @global string the default font size to use
* @global string the big font size to use
* @global array the list of servers settings
* @global array the list of available translations
* @global string the current language
* @global integer the current server id
* @global string the currect charset for MySQL
* @global array the array of cookie variables if register_globals is
* off
*
* @return boolean always true (no return indeed)
*
* @access public
*/
function PMA_auth()
{
global $cfg, $lang, $server, $convcharset, $conn_error;
 
// Tries to get the username from cookie whatever are the values of the
// 'register_globals' and the 'variables_order' directives if last login
// should be recalled, else skip the IE autocomplete feature.
if ($cfg['LoginCookieRecall'] && !empty($GLOBALS['cfg']['blowfish_secret'])) {
// username
// do not try to use pma_cookie_username as it was encoded differently
// in previous versions and would produce an undefined offset in blowfish
if (!empty($_COOKIE) && isset($_COOKIE['pma_cookie_username-' . $server])) {
$default_user = $_COOKIE['pma_cookie_username-' . $server];
}
$decrypted_user = isset($default_user) ? PMA_blowfish_decrypt($default_user, $GLOBALS['cfg']['blowfish_secret']) : '';
if (!empty($decrypted_user)) {
$pos = strrpos($decrypted_user, ':');
$default_user = substr($decrypted_user, 0, $pos);
} else {
$default_user = '';
}
// server name
if (!empty($GLOBALS['pma_cookie_servername'])) {
$default_server = $GLOBALS['pma_cookie_servername'];
} elseif (!empty($_COOKIE) && isset($_COOKIE['pma_cookie_servername-' . $server])) {
$default_server = $_COOKIE['pma_cookie_servername-' . $server];
}
 
$autocomplete = '';
} else {
$default_user = '';
$autocomplete = ' autocomplete="off"';
}
 
$cell_align = ($GLOBALS['text_dir'] == 'ltr') ? 'left' : 'right';
 
// Defines the charset to be used
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
// Defines the "item" image depending on text direction
$item_img = $GLOBALS['pmaThemeImage'] . 'item_ltr.png';
 
/* HTML header */
$page_title = 'phpMyAdmin ' . PMA_VERSION;
require('./libraries/header_meta_style.inc.php');
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
// show login form in top frame
if (top != self) {
window.top.location.href=location;
}
//]]>
</script>
</head>
 
<body class="loginform">
 
<?php require('./libraries/header_custom.inc.php'); ?>
 
<a href="http://www.phpmyadmin.net" target="_blank" class="logo"><?php
$logo_image = $GLOBALS['pmaThemeImage'] . 'logo_right.png';
if (@file_exists($logo_image)) {
echo '<img src="' . $logo_image . '" id="imLogo" name="imLogo" alt="phpMyAdmin" border="0" />';
} else {
echo '<img name="imLogo" id="imLogo" src="' . $GLOBALS['pmaThemeImage'] . 'pma_logo.png' . '" '
. 'border="0" width="88" height="31" alt="phpMyAdmin" />';
}
?></a>
<h1>
<?php
echo sprintf( $GLOBALS['strWelcome'],
'<bdo dir="ltr" xml:lang="en">phpMyAdmin ' . PMA_VERSION . '</bdo>');
?>
</h1>
<?php
 
// Show error message
if ( !empty($conn_error)) {
echo '<div class="error"><h1>' . $GLOBALS['strError'] . '</h1>' . "\n";
echo $conn_error . '</div>' . "\n";
}
 
// Displays the languages form
if (empty($cfg['Lang'])) {
echo "\n";
require_once('./libraries/display_select_lang.lib.php');
PMA_select_language(TRUE);
}
echo "\n\n";
 
// Displays the warning message and the login form
 
if (empty($GLOBALS['cfg']['blowfish_secret'])) {
?>
<div class="error"><h1><?php echo $GLOBALS['strError']; ?></h1>
<?php echo $GLOBALS['strSecretRequired']; ?>
</div>
<?php
require('./libraries/footer_custom.inc.php');
echo ' </body>' . "\n"
. '</html>';
exit();
}
?>
<br />
<!-- Login form -->
<form method="post" action="index.php" name="login_form"<?php echo $autocomplete; ?> target="_top" class="login">
<fieldset>
<legend><?php echo $GLOBALS['strLogin']; ?></legend>
 
<?php if ($GLOBALS['cfg']['AllowArbitraryServer']) { ?>
<div class="item">
<label for="input_servername"><?php echo $GLOBALS['strLogServer']; ?></label>
<input type="text" name="pma_servername" id="input_servername" value="<?php echo (isset($default_server) ? htmlspecialchars($default_server) : ''); ?>" size="24" class="textfield" />
</div>
<?php } ?>
<div class="item">
<label for="input_username"><?php echo $GLOBALS['strLogUsername']; ?></label>
<input type="text" name="pma_username" id="input_username" value="<?php echo (isset($default_user) ? htmlspecialchars($default_user) : ''); ?>" size="24" class="textfield" />
</div>
<div class="item">
<label for="input_password"><?php echo $GLOBALS['strLogPassword']; ?></label>
<input type="password" name="pma_password" id="input_password" value="" size="24" class="textfield" />
</div>
<?php
if (count($cfg['Servers']) > 1) {
echo "\n";
?>
<div class="item">
<label for="select_server"><?php echo $GLOBALS['strServerChoice']; ?>:</label>
<select name="server" id="select_server"
<?php
if ($GLOBALS['cfg']['AllowArbitraryServer']) {
echo ' onchange="document.forms[\'login_form\'].elements[\'pma_servername\'].value = \'\'" ';
}
?>
>
<?php
require_once('./libraries/select_server.lib.php');
PMA_select_server(FALSE, FALSE);
?>
</select>
</div>
<?php
} else {
echo ' <input type="hidden" name="server" value="' . $server . '" />';
} // end if (server choice)
?>
</fieldset>
<fieldset class="tblFooters">
<input value="<?php echo $GLOBALS['strGo']; ?>" type="submit" />
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
<input type="hidden" name="convcharset" value="<?php echo $convcharset; ?>" />
<?php
if (isset($GLOBALS['target'])) {
echo ' <input type="hidden" name="target" value="' . htmlspecialchars($GLOBALS['target']) . '" />' . "\n";
}
if (isset($GLOBALS['db'])) {
echo ' <input type="hidden" name="db" value="' . htmlspecialchars($GLOBALS['db']) . '" />' . "\n";
}
if (isset($GLOBALS['table'])) {
echo ' <input type="hidden" name="table" value="' . htmlspecialchars($GLOBALS['table']) . '" />' . "\n";
}
?>
</fieldset>
</form>
 
<div class="notice"><?php echo $GLOBALS['strCookiesRequired']; ?></div>
 
<?php
if ( ! empty( $GLOBALS['PMA_errors'] ) && is_array( $GLOBALS['PMA_errors'] ) ) {
foreach ( $GLOBALS['PMA_errors'] as $error ) {
echo '<div class="error">' . $error . '</div>' . "\n";
}
}
?>
 
<script type="text/javascript" language="javascript">
<!--
var uname = document.forms['login_form'].elements['pma_username'];
var pword = document.forms['login_form'].elements['pma_password'];
if (uname.value == '') {
uname.focus();
} else {
pword.focus();
}
//-->
</script>
 
<?php require('./libraries/footer_custom.inc.php'); ?>
 
</body>
 
</html>
<?php
exit();
 
return TRUE;
} // end of the 'PMA_auth()' function
 
 
/**
* Gets advanced authentication settings
*
* @global string the username if register_globals is on
* @global string the password if register_globals is on
* @global array the array of cookie variables if register_globals is
* off
* @global string the servername sent by the login form
* @global string the username sent by the login form
* @global string the password sent by the login form
* @global string the username of the user who logs out
* @global boolean whether the login/password pair is grabbed from a
* cookie or not
*
* @return boolean whether we get authentication settings or not
*
* @access public
*/
function PMA_auth_check()
{
global $PHP_AUTH_USER, $PHP_AUTH_PW, $pma_auth_server;
global $pma_servername, $pma_username, $pma_password, $old_usr, $server;
global $from_cookie;
 
// avoid an error in mcrypt
if (empty($GLOBALS['cfg']['blowfish_secret'])) {
return FALSE;
}
 
// Initialization
$PHP_AUTH_USER = $PHP_AUTH_PW = '';
$from_cookie = FALSE;
$from_form = FALSE;
 
// The user wants to be logged out -> delete password cookie
if (!empty($old_usr)) {
setcookie('pma_cookie_password-' . $server, '', 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
 
// The user just logged in
elseif (!empty($pma_username)) {
$PHP_AUTH_USER = $pma_username;
$PHP_AUTH_PW = (empty($pma_password)) ? '' : $pma_password;
if ($GLOBALS['cfg']['AllowArbitraryServer']) {
$pma_auth_server = $pma_servername;
}
$from_form = TRUE;
}
 
// At the end, try to set the $PHP_AUTH_USER & $PHP_AUTH_PW variables
// from cookies whatever are the values of the 'register_globals' and
// the 'variables_order' directives
else {
if ($GLOBALS['cfg']['AllowArbitraryServer']) {
// servername
if (!empty($pma_cookie_servername)) {
$pma_auth_server = $pma_cookie_servername;
$from_cookie = TRUE;
} elseif (!empty($_COOKIE) && isset($_COOKIE['pma_cookie_servername-' . $server])) {
$pma_auth_server = $_COOKIE['pma_cookie_servername-' . $server];
$from_cookie = TRUE;
}
}
 
// username
if (!empty($_COOKIE) && isset($_COOKIE['pma_cookie_username-' . $server])) {
$PHP_AUTH_USER = $_COOKIE['pma_cookie_username-' . $server];
$from_cookie = TRUE;
}
$decrypted_user = PMA_blowfish_decrypt($PHP_AUTH_USER, $GLOBALS['cfg']['blowfish_secret']);
if (!empty($decrypted_user)) {
$pos = strrpos($decrypted_user, ':');
$PHP_AUTH_USER = substr($decrypted_user, 0, $pos);
$decrypted_time = (int)substr($decrypted_user, $pos + 1);
} else {
$decrypted_time = 0;
}
 
// User inactive too long
if ($decrypted_time > 0 && $decrypted_time < $GLOBALS['current_time'] - $GLOBALS['cfg']['LoginCookieValidity']) {
// Display an error message only if the inactivity has lasted
// less than 4 times the timeout value. This is to avoid
// alerting users with a error after "much" time has passed,
// for example next morning.
if ($decrypted_time > $GLOBALS['current_time'] - ($GLOBALS['cfg']['LoginCookieValidity'] * 4)) {
$GLOBALS['no_activity'] = TRUE;
PMA_auth_fails();
}
return FALSE;
}
 
// password
if (!empty($pma_cookie_password)) {
$PHP_AUTH_PW = $pma_cookie_password;
} elseif (!empty($_COOKIE) && isset($_COOKIE['pma_cookie_password-' . $server])) {
$PHP_AUTH_PW = $_COOKIE['pma_cookie_password-' . $server];
} else {
$from_cookie = FALSE;
}
$PHP_AUTH_PW = PMA_blowfish_decrypt($PHP_AUTH_PW, $GLOBALS['cfg']['blowfish_secret'] . $decrypted_time);
 
if ($PHP_AUTH_PW == "\xff(blank)") {
$PHP_AUTH_PW = '';
}
}
 
// Returns whether we get authentication settings or not
if (!$from_cookie && !$from_form) {
return FALSE;
} elseif ($from_cookie) {
return TRUE;
} else {
// we don't need to strip here, it is done in grab_globals
return TRUE;
}
} // end of the 'PMA_auth_check()' function
 
 
/**
* Set the user and password after last checkings if required
*
* @global array the valid servers settings
* @global integer the id of the current server
* @global array the current server settings
* @global string the current username
* @global string the current password
* @global boolean whether the login/password pair has been grabbed from
* a cookie or not
*
* @return boolean always true
*
* @access public
*/
function PMA_auth_set_user()
{
global $cfg, $server;
global $PHP_AUTH_USER, $PHP_AUTH_PW, $pma_auth_server;
global $from_cookie;
 
// Ensures valid authentication mode, 'only_db', bookmark database and
// table names and relation table name are used
if ($cfg['Server']['user'] != $PHP_AUTH_USER) {
$servers_cnt = count($cfg['Servers']);
for ($i = 1; $i <= $servers_cnt; $i++) {
if (isset($cfg['Servers'][$i])
&& ($cfg['Servers'][$i]['host'] == $cfg['Server']['host'] && $cfg['Servers'][$i]['user'] == $PHP_AUTH_USER)) {
$server = $i;
$cfg['Server'] = $cfg['Servers'][$i];
break;
}
} // end for
} // end if
 
$pma_server_changed = FALSE;
if ($GLOBALS['cfg']['AllowArbitraryServer']
&& isset($pma_auth_server) && !empty($pma_auth_server)
&& ($cfg['Server']['host'] != $pma_auth_server)
) {
$cfg['Server']['host'] = $pma_auth_server;
$pma_server_changed = TRUE;
}
$cfg['Server']['user'] = $PHP_AUTH_USER;
$cfg['Server']['password'] = $PHP_AUTH_PW;
 
// Name and password cookies needs to be refreshed each time
// Duration = one month for username
setcookie('pma_cookie_username-' . $server,
PMA_blowfish_encrypt($cfg['Server']['user'] . ':' . $GLOBALS['current_time'],
$GLOBALS['cfg']['blowfish_secret']),
time() + (60 * 60 * 24 * 30),
$GLOBALS['cookie_path'], '',
$GLOBALS['is_https']);
 
// Duration = till the browser is closed for password (we don't want this to be saved)
setcookie('pma_cookie_password-' . $server,
PMA_blowfish_encrypt(!empty($cfg['Server']['password']) ? $cfg['Server']['password'] : "\xff(blank)",
$GLOBALS['cfg']['blowfish_secret'] . $GLOBALS['current_time']),
0,
$GLOBALS['cookie_path'], '',
$GLOBALS['is_https']);
 
// Set server cookies if required (once per session) and, in this case, force
// reload to ensure the client accepts cookies
if (!$from_cookie) {
if ($GLOBALS['cfg']['AllowArbitraryServer']) {
if (isset($pma_auth_server) && !empty($pma_auth_server) && $pma_server_changed) {
// Duration = one month for serverrname
setcookie('pma_cookie_servername-' . $server,
$cfg['Server']['host'],
time() + (60 * 60 * 24 * 30),
$GLOBALS['cookie_path'], '',
$GLOBALS['is_https']);
} else {
// Delete servername cookie
setcookie('pma_cookie_servername-' . $server, '', 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
}
 
// URL where to go:
$redirect_url = $cfg['PmaAbsoluteUri'] . 'index.php';
 
// any parameters to pass?
$url_params = array();
if ( isset($GLOBALS['db']) && strlen($GLOBALS['db']) ) {
$url_params['db'] = $GLOBALS['db'];
}
if ( isset($GLOBALS['table']) && strlen($GLOBALS['table']) ) {
$url_params['table'] = $GLOBALS['table'];
}
// Language change from the login panel needs to be remembered
if ( ! empty($GLOBALS['lang']) ) {
$url_params['lang'] = $GLOBALS['lang'];
}
// any target to pass?
if ( ! empty($GLOBALS['target']) && $GLOBALS['target'] != 'index.php' ) {
$url_params['target'] = $GLOBALS['target'];
}
 
define('PMA_COMING_FROM_COOKIE_LOGIN',1);
PMA_sendHeaderLocation( $redirect_url . PMA_generate_common_url( $url_params, '&' ) );
exit();
} // end if
 
return TRUE;
} // end of the 'PMA_auth_set_user()' function
 
 
/**
* User is not allowed to login to MySQL -> authentication failed
*
* @return boolean always true (no return indeed)
*
* @access public
*/
function PMA_auth_fails()
{
global $conn_error, $server;
 
// Deletes password cookie and displays the login form
setcookie('pma_cookie_password-' . $server, '', 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
 
if (isset($GLOBALS['allowDeny_forbidden']) && $GLOBALS['allowDeny_forbidden']) {
$conn_error = $GLOBALS['strAccessDenied'];
} elseif (isset($GLOBALS['no_activity']) && $GLOBALS['no_activity']) {
$conn_error = sprintf($GLOBALS['strNoActivity'], $GLOBALS['cfg']['LoginCookieValidity']);
// Remember where we got timeout to return on same place
if (PMA_getenv('SCRIPT_NAME')) {
$GLOBALS['target'] = basename(PMA_getenv('SCRIPT_NAME'));
}
} elseif (PMA_DBI_getError()) {
$conn_error = PMA_sanitize(PMA_DBI_getError());
} elseif (isset($php_errormsg)) {
$conn_error = $php_errormsg;
} else {
$conn_error = $GLOBALS['strCannotLogin'];
}
 
PMA_auth();
 
return TRUE;
} // end of the 'PMA_auth_fails()' function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/auth/http.auth.lib.php
0,0 → 1,190
<?php
/* $Id: http.auth.lib.php,v 2.14.2.1 2006/04/11 16:33:33 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// +--------------------------------------------------------------------------+
// | Set of functions used to run http authentication. |
// | NOTE: Requires PHP loaded as a Apache module. |
// +--------------------------------------------------------------------------+
 
 
/**
* Displays authentication form
*
* @global string the font face to use in case of failure
* @global string the default font size to use in case of failure
* @global string the big font size to use in case of failure
*
* @return boolean always true (no return indeed)
*
* @access public
*/
function PMA_auth() {
 
header('WWW-Authenticate: Basic realm="phpMyAdmin ' . sprintf($GLOBALS['strRunning'], (empty($GLOBALS['cfg']['Server']['verbose']) ? str_replace('\'', '\\\'', $GLOBALS['cfg']['Server']['host']) : str_replace('\'', '\\\'', $GLOBALS['cfg']['Server']['verbose']))) . '"');
header('HTTP/1.0 401 Unauthorized');
header('status: 401 Unauthorized');
 
// Defines the charset to be used
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
/* HTML header */
$page_title = $GLOBALS['strAccessDenied'];
require('./libraries/header_meta_style.inc.php');
?>
</head>
<body>
<?php require('./libraries/header_custom.inc.php'); ?>
 
<br /><br />
<center>
<h1><?php echo sprintf($GLOBALS['strWelcome'], ' phpMyAdmin ' . PMA_VERSION); ?></h1>
</center>
<br />
<div class="warning"><?php echo $GLOBALS['strWrongUser']; ?></div>
 
<?php require('./libraries/footer_custom.inc.php'); ?>
 
</body>
</html>
<?php
exit();
} // end of the 'PMA_auth()' function
 
 
/**
* Gets advanced authentication settings
*
* @global string the username if register_globals is on
* @global string the password if register_globals is on
* @global array the array of server variables if register_globals is
* off
* @global array the array of environment variables if register_globals
* is off
* @global string the username for the ? server
* @global string the password for the ? server
* @global string the username for the WebSite Professional server
* @global string the password for the WebSite Professional server
* @global string the username of the user who logs out
*
* @return boolean whether we get authentication settings or not
*
* @access public
*/
function PMA_auth_check()
{
global $PHP_AUTH_USER, $PHP_AUTH_PW;
global $old_usr;
 
// Grabs the $PHP_AUTH_USER variable whatever are the values of the
// 'register_globals' and the 'variables_order' directives
// loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
if (empty($PHP_AUTH_USER)) {
if (PMA_getenv('PHP_AUTH_USER')) {
$PHP_AUTH_USER = PMA_getenv('PHP_AUTH_USER');
} elseif (PMA_getenv('REMOTE_USER')) {
// CGI, might be encoded, see bellow
$PHP_AUTH_USER = PMA_getenv('REMOTE_USER');
} elseif (PMA_getenv('AUTH_USER')) {
// WebSite Professional
$PHP_AUTH_USER = PMA_getenv('AUTH_USER');
} elseif (PMA_getenv('HTTP_AUTHORIZATION')) {
// IIS, might be encoded, see bellow
$PHP_AUTH_USER = PMA_getenv('HTTP_AUTHORIZATION');
} elseif (PMA_getenv('Authorization')) {
// FastCGI, might be encoded, see bellow
$PHP_AUTH_USER = PMA_getenv('Authorization');
}
}
// Grabs the $PHP_AUTH_PW variable whatever are the values of the
// 'register_globals' and the 'variables_order' directives
// loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
if (empty($PHP_AUTH_PW)) {
if (PMA_getenv('PHP_AUTH_PW')) {
$PHP_AUTH_PW = PMA_getenv('PHP_AUTH_PW');
} elseif (PMA_getenv('REMOTE_PASSWORD')) {
// Apache/CGI
$PHP_AUTH_PW = PMA_getenv('REMOTE_PASSWORD');
} elseif (PMA_getenv('AUTH_PASSWORD')) {
// WebSite Professional
$PHP_AUTH_PW = PMA_getenv('AUTH_PASSWORD');
}
}
 
// Decode possibly encoded information (used by IIS/CGI/FastCGI)
if (strcmp(substr($PHP_AUTH_USER, 0, 6), 'Basic ') == 0) {
$usr_pass = base64_decode(substr($PHP_AUTH_USER, 6));
if (!empty($usr_pass) && strpos($usr_pass, ':') !== FALSE) {
list($PHP_AUTH_USER, $PHP_AUTH_PW) = explode(':', $usr_pass);
}
unset($usr_pass);
}
 
// User logged out -> ensure the new username is not the same
if (!empty($old_usr)
&& (isset($PHP_AUTH_USER) && $old_usr == $PHP_AUTH_USER)) {
$PHP_AUTH_USER = '';
}
 
// Returns whether we get authentication settings or not
if (empty($PHP_AUTH_USER)) {
return FALSE;
} else {
return TRUE;
}
} // end of the 'PMA_auth_check()' function
 
 
/**
* Set the user and password after last checkings if required
*
* @global array the valid servers settings
* @global integer the id of the current server
* @global array the current server settings
* @global string the current username
* @global string the current password
*
* @return boolean always true
*
* @access public
*/
function PMA_auth_set_user()
{
global $cfg, $server;
global $PHP_AUTH_USER, $PHP_AUTH_PW;
 
// Ensures valid authentication mode, 'only_db', bookmark database and
// table names and relation table name are used
if ($cfg['Server']['user'] != $PHP_AUTH_USER) {
$servers_cnt = count($cfg['Servers']);
for ($i = 1; $i <= $servers_cnt; $i++) {
if (isset($cfg['Servers'][$i])
&& ($cfg['Servers'][$i]['host'] == $cfg['Server']['host'] && $cfg['Servers'][$i]['user'] == $PHP_AUTH_USER)) {
$server = $i;
$cfg['Server'] = $cfg['Servers'][$i];
break;
}
} // end for
} // end if
 
$cfg['Server']['user'] = $PHP_AUTH_USER;
$cfg['Server']['password'] = $PHP_AUTH_PW;
 
return TRUE;
} // end of the 'PMA_auth_set_user()' function
 
 
/**
* User is not allowed to login to MySQL -> authentication failed
*
* @return boolean always true (no return indeed)
*
* @access public
*/
function PMA_auth_fails()
{
PMA_auth();
 
return TRUE;
} // end of the 'PMA_auth_fails()' function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/blowfish.php
0,0 → 1,566
<?php
 
/* $Id: blowfish.php,v 2.5 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* The Cipher_blowfish:: class implements the Cipher interface enryption data
* using the Blowfish algorithm.
*
* $Horde: horde/lib/Cipher/blowfish.php,v 1.2.2.3 2003/01/03 13:23:22 jan Exp $
*
* Copyright 2002-2003 Mike Cochrane <mike@graftonhall.co.nz>
*
* See the enclosed file COPYING for license information (LGPL). If you
* did not receive this file, see http://www.fsf.org/copyleft/lgpl.html.
*
* @author Mike Cochrane <mike@graftonhall.co.nz>
* @version $Revision: 2.5 $
* @since Horde 2.2
* @package horde.cipher
*/
 
// Change for phpMyAdmin by lem9:
//class Horde_Cipher_blowfish extends Horde_Cipher {
class Horde_Cipher_blowfish {
 
/* Pi Array */
var $p = array(
0x243F6A88, 0x85A308D3, 0x13198A2E, 0x03707344,
0xA4093822, 0x299F31D0, 0x082EFA98, 0xEC4E6C89,
0x452821E6, 0x38D01377, 0xBE5466CF, 0x34E90C6C,
0xC0AC29B7, 0xC97C50DD, 0x3F84D5B5, 0xB5470917,
0x9216D5D9, 0x8979FB1B);
 
/* S Boxes */
var $s1 = array(
0xD1310BA6, 0x98DFB5AC, 0x2FFD72DB, 0xD01ADFB7,
0xB8E1AFED, 0x6A267E96, 0xBA7C9045, 0xF12C7F99,
0x24A19947, 0xB3916CF7, 0x0801F2E2, 0x858EFC16,
0x636920D8, 0x71574E69, 0xA458FEA3, 0xF4933D7E,
0x0D95748F, 0x728EB658, 0x718BCD58, 0x82154AEE,
0x7B54A41D, 0xC25A59B5, 0x9C30D539, 0x2AF26013,
0xC5D1B023, 0x286085F0, 0xCA417918, 0xB8DB38EF,
0x8E79DCB0, 0x603A180E, 0x6C9E0E8B, 0xB01E8A3E,
0xD71577C1, 0xBD314B27, 0x78AF2FDA, 0x55605C60,
0xE65525F3, 0xAA55AB94, 0x57489862, 0x63E81440,
0x55CA396A, 0x2AAB10B6, 0xB4CC5C34, 0x1141E8CE,
0xA15486AF, 0x7C72E993, 0xB3EE1411, 0x636FBC2A,
0x2BA9C55D, 0x741831F6, 0xCE5C3E16, 0x9B87931E,
0xAFD6BA33, 0x6C24CF5C, 0x7A325381, 0x28958677,
0x3B8F4898, 0x6B4BB9AF, 0xC4BFE81B, 0x66282193,
0x61D809CC, 0xFB21A991, 0x487CAC60, 0x5DEC8032,
0xEF845D5D, 0xE98575B1, 0xDC262302, 0xEB651B88,
0x23893E81, 0xD396ACC5, 0x0F6D6FF3, 0x83F44239,
0x2E0B4482, 0xA4842004, 0x69C8F04A, 0x9E1F9B5E,
0x21C66842, 0xF6E96C9A, 0x670C9C61, 0xABD388F0,
0x6A51A0D2, 0xD8542F68, 0x960FA728, 0xAB5133A3,
0x6EEF0B6C, 0x137A3BE4, 0xBA3BF050, 0x7EFB2A98,
0xA1F1651D, 0x39AF0176, 0x66CA593E, 0x82430E88,
0x8CEE8619, 0x456F9FB4, 0x7D84A5C3, 0x3B8B5EBE,
0xE06F75D8, 0x85C12073, 0x401A449F, 0x56C16AA6,
0x4ED3AA62, 0x363F7706, 0x1BFEDF72, 0x429B023D,
0x37D0D724, 0xD00A1248, 0xDB0FEAD3, 0x49F1C09B,
0x075372C9, 0x80991B7B, 0x25D479D8, 0xF6E8DEF7,
0xE3FE501A, 0xB6794C3B, 0x976CE0BD, 0x04C006BA,
0xC1A94FB6, 0x409F60C4, 0x5E5C9EC2, 0x196A2463,
0x68FB6FAF, 0x3E6C53B5, 0x1339B2EB, 0x3B52EC6F,
0x6DFC511F, 0x9B30952C, 0xCC814544, 0xAF5EBD09,
0xBEE3D004, 0xDE334AFD, 0x660F2807, 0x192E4BB3,
0xC0CBA857, 0x45C8740F, 0xD20B5F39, 0xB9D3FBDB,
0x5579C0BD, 0x1A60320A, 0xD6A100C6, 0x402C7279,
0x679F25FE, 0xFB1FA3CC, 0x8EA5E9F8, 0xDB3222F8,
0x3C7516DF, 0xFD616B15, 0x2F501EC8, 0xAD0552AB,
0x323DB5FA, 0xFD238760, 0x53317B48, 0x3E00DF82,
0x9E5C57BB, 0xCA6F8CA0, 0x1A87562E, 0xDF1769DB,
0xD542A8F6, 0x287EFFC3, 0xAC6732C6, 0x8C4F5573,
0x695B27B0, 0xBBCA58C8, 0xE1FFA35D, 0xB8F011A0,
0x10FA3D98, 0xFD2183B8, 0x4AFCB56C, 0x2DD1D35B,
0x9A53E479, 0xB6F84565, 0xD28E49BC, 0x4BFB9790,
0xE1DDF2DA, 0xA4CB7E33, 0x62FB1341, 0xCEE4C6E8,
0xEF20CADA, 0x36774C01, 0xD07E9EFE, 0x2BF11FB4,
0x95DBDA4D, 0xAE909198, 0xEAAD8E71, 0x6B93D5A0,
0xD08ED1D0, 0xAFC725E0, 0x8E3C5B2F, 0x8E7594B7,
0x8FF6E2FB, 0xF2122B64, 0x8888B812, 0x900DF01C,
0x4FAD5EA0, 0x688FC31C, 0xD1CFF191, 0xB3A8C1AD,
0x2F2F2218, 0xBE0E1777, 0xEA752DFE, 0x8B021FA1,
0xE5A0CC0F, 0xB56F74E8, 0x18ACF3D6, 0xCE89E299,
0xB4A84FE0, 0xFD13E0B7, 0x7CC43B81, 0xD2ADA8D9,
0x165FA266, 0x80957705, 0x93CC7314, 0x211A1477,
0xE6AD2065, 0x77B5FA86, 0xC75442F5, 0xFB9D35CF,
0xEBCDAF0C, 0x7B3E89A0, 0xD6411BD3, 0xAE1E7E49,
0x00250E2D, 0x2071B35E, 0x226800BB, 0x57B8E0AF,
0x2464369B, 0xF009B91E, 0x5563911D, 0x59DFA6AA,
0x78C14389, 0xD95A537F, 0x207D5BA2, 0x02E5B9C5,
0x83260376, 0x6295CFA9, 0x11C81968, 0x4E734A41,
0xB3472DCA, 0x7B14A94A, 0x1B510052, 0x9A532915,
0xD60F573F, 0xBC9BC6E4, 0x2B60A476, 0x81E67400,
0x08BA6FB5, 0x571BE91F, 0xF296EC6B, 0x2A0DD915,
0xB6636521, 0xE7B9F9B6, 0xFF34052E, 0xC5855664,
0x53B02D5D, 0xA99F8FA1, 0x08BA4799, 0x6E85076A);
var $s2 = array(
0x4B7A70E9, 0xB5B32944, 0xDB75092E, 0xC4192623,
0xAD6EA6B0, 0x49A7DF7D, 0x9CEE60B8, 0x8FEDB266,
0xECAA8C71, 0x699A17FF, 0x5664526C, 0xC2B19EE1,
0x193602A5, 0x75094C29, 0xA0591340, 0xE4183A3E,
0x3F54989A, 0x5B429D65, 0x6B8FE4D6, 0x99F73FD6,
0xA1D29C07, 0xEFE830F5, 0x4D2D38E6, 0xF0255DC1,
0x4CDD2086, 0x8470EB26, 0x6382E9C6, 0x021ECC5E,
0x09686B3F, 0x3EBAEFC9, 0x3C971814, 0x6B6A70A1,
0x687F3584, 0x52A0E286, 0xB79C5305, 0xAA500737,
0x3E07841C, 0x7FDEAE5C, 0x8E7D44EC, 0x5716F2B8,
0xB03ADA37, 0xF0500C0D, 0xF01C1F04, 0x0200B3FF,
0xAE0CF51A, 0x3CB574B2, 0x25837A58, 0xDC0921BD,
0xD19113F9, 0x7CA92FF6, 0x94324773, 0x22F54701,
0x3AE5E581, 0x37C2DADC, 0xC8B57634, 0x9AF3DDA7,
0xA9446146, 0x0FD0030E, 0xECC8C73E, 0xA4751E41,
0xE238CD99, 0x3BEA0E2F, 0x3280BBA1, 0x183EB331,
0x4E548B38, 0x4F6DB908, 0x6F420D03, 0xF60A04BF,
0x2CB81290, 0x24977C79, 0x5679B072, 0xBCAF89AF,
0xDE9A771F, 0xD9930810, 0xB38BAE12, 0xDCCF3F2E,
0x5512721F, 0x2E6B7124, 0x501ADDE6, 0x9F84CD87,
0x7A584718, 0x7408DA17, 0xBC9F9ABC, 0xE94B7D8C,
0xEC7AEC3A, 0xDB851DFA, 0x63094366, 0xC464C3D2,
0xEF1C1847, 0x3215D908, 0xDD433B37, 0x24C2BA16,
0x12A14D43, 0x2A65C451, 0x50940002, 0x133AE4DD,
0x71DFF89E, 0x10314E55, 0x81AC77D6, 0x5F11199B,
0x043556F1, 0xD7A3C76B, 0x3C11183B, 0x5924A509,
0xF28FE6ED, 0x97F1FBFA, 0x9EBABF2C, 0x1E153C6E,
0x86E34570, 0xEAE96FB1, 0x860E5E0A, 0x5A3E2AB3,
0x771FE71C, 0x4E3D06FA, 0x2965DCB9, 0x99E71D0F,
0x803E89D6, 0x5266C825, 0x2E4CC978, 0x9C10B36A,
0xC6150EBA, 0x94E2EA78, 0xA5FC3C53, 0x1E0A2DF4,
0xF2F74EA7, 0x361D2B3D, 0x1939260F, 0x19C27960,
0x5223A708, 0xF71312B6, 0xEBADFE6E, 0xEAC31F66,
0xE3BC4595, 0xA67BC883, 0xB17F37D1, 0x018CFF28,
0xC332DDEF, 0xBE6C5AA5, 0x65582185, 0x68AB9802,
0xEECEA50F, 0xDB2F953B, 0x2AEF7DAD, 0x5B6E2F84,
0x1521B628, 0x29076170, 0xECDD4775, 0x619F1510,
0x13CCA830, 0xEB61BD96, 0x0334FE1E, 0xAA0363CF,
0xB5735C90, 0x4C70A239, 0xD59E9E0B, 0xCBAADE14,
0xEECC86BC, 0x60622CA7, 0x9CAB5CAB, 0xB2F3846E,
0x648B1EAF, 0x19BDF0CA, 0xA02369B9, 0x655ABB50,
0x40685A32, 0x3C2AB4B3, 0x319EE9D5, 0xC021B8F7,
0x9B540B19, 0x875FA099, 0x95F7997E, 0x623D7DA8,
0xF837889A, 0x97E32D77, 0x11ED935F, 0x16681281,
0x0E358829, 0xC7E61FD6, 0x96DEDFA1, 0x7858BA99,
0x57F584A5, 0x1B227263, 0x9B83C3FF, 0x1AC24696,
0xCDB30AEB, 0x532E3054, 0x8FD948E4, 0x6DBC3128,
0x58EBF2EF, 0x34C6FFEA, 0xFE28ED61, 0xEE7C3C73,
0x5D4A14D9, 0xE864B7E3, 0x42105D14, 0x203E13E0,
0x45EEE2B6, 0xA3AAABEA, 0xDB6C4F15, 0xFACB4FD0,
0xC742F442, 0xEF6ABBB5, 0x654F3B1D, 0x41CD2105,
0xD81E799E, 0x86854DC7, 0xE44B476A, 0x3D816250,
0xCF62A1F2, 0x5B8D2646, 0xFC8883A0, 0xC1C7B6A3,
0x7F1524C3, 0x69CB7492, 0x47848A0B, 0x5692B285,
0x095BBF00, 0xAD19489D, 0x1462B174, 0x23820E00,
0x58428D2A, 0x0C55F5EA, 0x1DADF43E, 0x233F7061,
0x3372F092, 0x8D937E41, 0xD65FECF1, 0x6C223BDB,
0x7CDE3759, 0xCBEE7460, 0x4085F2A7, 0xCE77326E,
0xA6078084, 0x19F8509E, 0xE8EFD855, 0x61D99735,
0xA969A7AA, 0xC50C06C2, 0x5A04ABFC, 0x800BCADC,
0x9E447A2E, 0xC3453484, 0xFDD56705, 0x0E1E9EC9,
0xDB73DBD3, 0x105588CD, 0x675FDA79, 0xE3674340,
0xC5C43465, 0x713E38D8, 0x3D28F89E, 0xF16DFF20,
0x153E21E7, 0x8FB03D4A, 0xE6E39F2B, 0xDB83ADF7);
var $s3 = array(
0xE93D5A68, 0x948140F7, 0xF64C261C, 0x94692934,
0x411520F7, 0x7602D4F7, 0xBCF46B2E, 0xD4A20068,
0xD4082471, 0x3320F46A, 0x43B7D4B7, 0x500061AF,
0x1E39F62E, 0x97244546, 0x14214F74, 0xBF8B8840,
0x4D95FC1D, 0x96B591AF, 0x70F4DDD3, 0x66A02F45,
0xBFBC09EC, 0x03BD9785, 0x7FAC6DD0, 0x31CB8504,
0x96EB27B3, 0x55FD3941, 0xDA2547E6, 0xABCA0A9A,
0x28507825, 0x530429F4, 0x0A2C86DA, 0xE9B66DFB,
0x68DC1462, 0xD7486900, 0x680EC0A4, 0x27A18DEE,
0x4F3FFEA2, 0xE887AD8C, 0xB58CE006, 0x7AF4D6B6,
0xAACE1E7C, 0xD3375FEC, 0xCE78A399, 0x406B2A42,
0x20FE9E35, 0xD9F385B9, 0xEE39D7AB, 0x3B124E8B,
0x1DC9FAF7, 0x4B6D1856, 0x26A36631, 0xEAE397B2,
0x3A6EFA74, 0xDD5B4332, 0x6841E7F7, 0xCA7820FB,
0xFB0AF54E, 0xD8FEB397, 0x454056AC, 0xBA489527,
0x55533A3A, 0x20838D87, 0xFE6BA9B7, 0xD096954B,
0x55A867BC, 0xA1159A58, 0xCCA92963, 0x99E1DB33,
0xA62A4A56, 0x3F3125F9, 0x5EF47E1C, 0x9029317C,
0xFDF8E802, 0x04272F70, 0x80BB155C, 0x05282CE3,
0x95C11548, 0xE4C66D22, 0x48C1133F, 0xC70F86DC,
0x07F9C9EE, 0x41041F0F, 0x404779A4, 0x5D886E17,
0x325F51EB, 0xD59BC0D1, 0xF2BCC18F, 0x41113564,
0x257B7834, 0x602A9C60, 0xDFF8E8A3, 0x1F636C1B,
0x0E12B4C2, 0x02E1329E, 0xAF664FD1, 0xCAD18115,
0x6B2395E0, 0x333E92E1, 0x3B240B62, 0xEEBEB922,
0x85B2A20E, 0xE6BA0D99, 0xDE720C8C, 0x2DA2F728,
0xD0127845, 0x95B794FD, 0x647D0862, 0xE7CCF5F0,
0x5449A36F, 0x877D48FA, 0xC39DFD27, 0xF33E8D1E,
0x0A476341, 0x992EFF74, 0x3A6F6EAB, 0xF4F8FD37,
0xA812DC60, 0xA1EBDDF8, 0x991BE14C, 0xDB6E6B0D,
0xC67B5510, 0x6D672C37, 0x2765D43B, 0xDCD0E804,
0xF1290DC7, 0xCC00FFA3, 0xB5390F92, 0x690FED0B,
0x667B9FFB, 0xCEDB7D9C, 0xA091CF0B, 0xD9155EA3,
0xBB132F88, 0x515BAD24, 0x7B9479BF, 0x763BD6EB,
0x37392EB3, 0xCC115979, 0x8026E297, 0xF42E312D,
0x6842ADA7, 0xC66A2B3B, 0x12754CCC, 0x782EF11C,
0x6A124237, 0xB79251E7, 0x06A1BBE6, 0x4BFB6350,
0x1A6B1018, 0x11CAEDFA, 0x3D25BDD8, 0xE2E1C3C9,
0x44421659, 0x0A121386, 0xD90CEC6E, 0xD5ABEA2A,
0x64AF674E, 0xDA86A85F, 0xBEBFE988, 0x64E4C3FE,
0x9DBC8057, 0xF0F7C086, 0x60787BF8, 0x6003604D,
0xD1FD8346, 0xF6381FB0, 0x7745AE04, 0xD736FCCC,
0x83426B33, 0xF01EAB71, 0xB0804187, 0x3C005E5F,
0x77A057BE, 0xBDE8AE24, 0x55464299, 0xBF582E61,
0x4E58F48F, 0xF2DDFDA2, 0xF474EF38, 0x8789BDC2,
0x5366F9C3, 0xC8B38E74, 0xB475F255, 0x46FCD9B9,
0x7AEB2661, 0x8B1DDF84, 0x846A0E79, 0x915F95E2,
0x466E598E, 0x20B45770, 0x8CD55591, 0xC902DE4C,
0xB90BACE1, 0xBB8205D0, 0x11A86248, 0x7574A99E,
0xB77F19B6, 0xE0A9DC09, 0x662D09A1, 0xC4324633,
0xE85A1F02, 0x09F0BE8C, 0x4A99A025, 0x1D6EFE10,
0x1AB93D1D, 0x0BA5A4DF, 0xA186F20F, 0x2868F169,
0xDCB7DA83, 0x573906FE, 0xA1E2CE9B, 0x4FCD7F52,
0x50115E01, 0xA70683FA, 0xA002B5C4, 0x0DE6D027,
0x9AF88C27, 0x773F8641, 0xC3604C06, 0x61A806B5,
0xF0177A28, 0xC0F586E0, 0x006058AA, 0x30DC7D62,
0x11E69ED7, 0x2338EA63, 0x53C2DD94, 0xC2C21634,
0xBBCBEE56, 0x90BCB6DE, 0xEBFC7DA1, 0xCE591D76,
0x6F05E409, 0x4B7C0188, 0x39720A3D, 0x7C927C24,
0x86E3725F, 0x724D9DB9, 0x1AC15BB4, 0xD39EB8FC,
0xED545578, 0x08FCA5B5, 0xD83D7CD3, 0x4DAD0FC4,
0x1E50EF5E, 0xB161E6F8, 0xA28514D9, 0x6C51133C,
0x6FD5C7E7, 0x56E14EC4, 0x362ABFCE, 0xDDC6C837,
0xD79A3234, 0x92638212, 0x670EFA8E, 0x406000E0);
var $s4 = array(
0x3A39CE37, 0xD3FAF5CF, 0xABC27737, 0x5AC52D1B,
0x5CB0679E, 0x4FA33742, 0xD3822740, 0x99BC9BBE,
0xD5118E9D, 0xBF0F7315, 0xD62D1C7E, 0xC700C47B,
0xB78C1B6B, 0x21A19045, 0xB26EB1BE, 0x6A366EB4,
0x5748AB2F, 0xBC946E79, 0xC6A376D2, 0x6549C2C8,
0x530FF8EE, 0x468DDE7D, 0xD5730A1D, 0x4CD04DC6,
0x2939BBDB, 0xA9BA4650, 0xAC9526E8, 0xBE5EE304,
0xA1FAD5F0, 0x6A2D519A, 0x63EF8CE2, 0x9A86EE22,
0xC089C2B8, 0x43242EF6, 0xA51E03AA, 0x9CF2D0A4,
0x83C061BA, 0x9BE96A4D, 0x8FE51550, 0xBA645BD6,
0x2826A2F9, 0xA73A3AE1, 0x4BA99586, 0xEF5562E9,
0xC72FEFD3, 0xF752F7DA, 0x3F046F69, 0x77FA0A59,
0x80E4A915, 0x87B08601, 0x9B09E6AD, 0x3B3EE593,
0xE990FD5A, 0x9E34D797, 0x2CF0B7D9, 0x022B8B51,
0x96D5AC3A, 0x017DA67D, 0xD1CF3ED6, 0x7C7D2D28,
0x1F9F25CF, 0xADF2B89B, 0x5AD6B472, 0x5A88F54C,
0xE029AC71, 0xE019A5E6, 0x47B0ACFD, 0xED93FA9B,
0xE8D3C48D, 0x283B57CC, 0xF8D56629, 0x79132E28,
0x785F0191, 0xED756055, 0xF7960E44, 0xE3D35E8C,
0x15056DD4, 0x88F46DBA, 0x03A16125, 0x0564F0BD,
0xC3EB9E15, 0x3C9057A2, 0x97271AEC, 0xA93A072A,
0x1B3F6D9B, 0x1E6321F5, 0xF59C66FB, 0x26DCF319,
0x7533D928, 0xB155FDF5, 0x03563482, 0x8ABA3CBB,
0x28517711, 0xC20AD9F8, 0xABCC5167, 0xCCAD925F,
0x4DE81751, 0x3830DC8E, 0x379D5862, 0x9320F991,
0xEA7A90C2, 0xFB3E7BCE, 0x5121CE64, 0x774FBE32,
0xA8B6E37E, 0xC3293D46, 0x48DE5369, 0x6413E680,
0xA2AE0810, 0xDD6DB224, 0x69852DFD, 0x09072166,
0xB39A460A, 0x6445C0DD, 0x586CDECF, 0x1C20C8AE,
0x5BBEF7DD, 0x1B588D40, 0xCCD2017F, 0x6BB4E3BB,
0xDDA26A7E, 0x3A59FF45, 0x3E350A44, 0xBCB4CDD5,
0x72EACEA8, 0xFA6484BB, 0x8D6612AE, 0xBF3C6F47,
0xD29BE463, 0x542F5D9E, 0xAEC2771B, 0xF64E6370,
0x740E0D8D, 0xE75B1357, 0xF8721671, 0xAF537D5D,
0x4040CB08, 0x4EB4E2CC, 0x34D2466A, 0x0115AF84,
0xE1B00428, 0x95983A1D, 0x06B89FB4, 0xCE6EA048,
0x6F3F3B82, 0x3520AB82, 0x011A1D4B, 0x277227F8,
0x611560B1, 0xE7933FDC, 0xBB3A792B, 0x344525BD,
0xA08839E1, 0x51CE794B, 0x2F32C9B7, 0xA01FBAC9,
0xE01CC87E, 0xBCC7D1F6, 0xCF0111C3, 0xA1E8AAC7,
0x1A908749, 0xD44FBD9A, 0xD0DADECB, 0xD50ADA38,
0x0339C32A, 0xC6913667, 0x8DF9317C, 0xE0B12B4F,
0xF79E59B7, 0x43F5BB3A, 0xF2D519FF, 0x27D9459C,
0xBF97222C, 0x15E6FC2A, 0x0F91FC71, 0x9B941525,
0xFAE59361, 0xCEB69CEB, 0xC2A86459, 0x12BAA8D1,
0xB6C1075E, 0xE3056A0C, 0x10D25065, 0xCB03A442,
0xE0EC6E0E, 0x1698DB3B, 0x4C98A0BE, 0x3278E964,
0x9F1F9532, 0xE0D392DF, 0xD3A0342B, 0x8971F21E,
0x1B0A7441, 0x4BA3348C, 0xC5BE7120, 0xC37632D8,
0xDF359F8D, 0x9B992F2E, 0xE60B6F47, 0x0FE3F11D,
0xE54CDA54, 0x1EDAD891, 0xCE6279CF, 0xCD3E7E6F,
0x1618B166, 0xFD2C1D05, 0x848FD2C5, 0xF6FB2299,
0xF523F357, 0xA6327623, 0x93A83531, 0x56CCCD02,
0xACF08162, 0x5A75EBB5, 0x6E163697, 0x88D273CC,
0xDE966292, 0x81B949D0, 0x4C50901B, 0x71C65614,
0xE6C6C7BD, 0x327A140A, 0x45E1D006, 0xC3F27B9A,
0xC9AA53FD, 0x62A80F00, 0xBB25BFE2, 0x35BDD2F6,
0x71126905, 0xB2040222, 0xB6CBCF7C, 0xCD769C2B,
0x53113EC0, 0x1640E3D3, 0x38ABBD60, 0x2547ADF0,
0xBA38209C, 0xF746CE76, 0x77AFA1C5, 0x20756060,
0x85CBFE4E, 0x8AE88DD8, 0x7AAAF9B0, 0x4CF9AA7E,
0x1948C25C, 0x02FB8A8C, 0x01C36AE4, 0xD6EBE1F9,
0x90D4F869, 0xA65CDEA0, 0x3F09252D, 0xC208E69F,
0xB74E6132, 0xCE77E25B, 0x578FDFE3, 0x3AC372E6);
 
/* The number of rounds to do */
var $_rounds = 16;
 
/* Constructor */
function Cipher_blowfish($params = null)
{
}
 
/**
* Set the key to be used for en/decryption
*
* @param String $key The key to use
*/
function setKey($key)
{
$key = $this->_formatKey($key);
$keyPos = $keyXor = 0;
 
$iMax = count($this->p);
$keyLen = count($key);
for ($i = 0; $i < $iMax; $i++) {
for ($t = 0; $t < 4; $t++) {
$keyXor = ($keyXor << 8) | (($key[$keyPos]) & 0x0ff);
if (++$keyPos == $keyLen) {
$keyPos = 0;
}
}
$this->p[$i] = $this->p[$i] ^ $keyXor;
}
 
$encZero = array('L' => 0, 'R' => 0);
for ($i = 0; $i + 1 < $iMax; $i += 2) {
$encZero = $this->_encryptBlock($encZero['L'], $encZero['R']);
$this->p[$i] = $encZero['L'];
$this->p[$i + 1] = $encZero['R'];
}
 
$iMax = count($this->s1);
for ($i = 0; $i < $iMax; $i += 2) {
$encZero = $this->_encryptBlock($encZero['L'], $encZero['R']);
$this->s1[$i] = $encZero['L'];
$this->s1[$i + 1] = $encZero['R'];
}
 
$iMax = count($this->s2);
for ($i = 0; $i < $iMax; $i += 2) {
$encZero = $this->_encryptBlock($encZero['L'], $encZero['R']);
$this->s2[$i] = $encZero['L'];
$this->s2[$i + 1] = $encZero['R'];
}
 
$iMax = count($this->s3);
for ($i = 0; $i < $iMax; $i += 2) {
$encZero = $this->_encryptBlock($encZero['L'], $encZero['R']);
$this->s3[$i] = $encZero['L'];
$this->s3[$i + 1] = $encZero['R'];
}
 
$iMax = count($this->s4);
for ($i = 0; $i < $iMax; $i += 2) {
$encZero = $this->_encryptBlock($encZero['L'], $encZero['R']);
$this->s4[$i] = $encZero['L'];
$this->s4[$i + 1] = $encZero['R'];
}
 
}
 
/**
* Return the size of the blocks that this cipher needs
*
* @return Integer The number of characters per block
*/
function getBlockSize()
{
return 8;
}
 
/**
* Encrypt a block on data.
*
* @param String $block The data to encrypt
* @param optional String $key The key to use
*
* @return String the encrypted output
*/
function encryptBlock($block, $key = null)
{
if (!is_null($key)) {
$this->setKey($key);
}
 
list($L, $R) = array_values(unpack('N*', $block));
$parts = $this->_encryptBlock($L, $R);
return pack("NN", $parts['L'], $parts['R']);
}
/**
* Encrypt a block on data.
*
* @param String $L The data to encrypt.
* @param String $R The data to encrypt.
*
* @return String The encrypted output.
*/
function _encryptBlock($L, $R)
{
$L ^= $this->p[0];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[1];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[2];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[3];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[4];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[5];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[6];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[7];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[8];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[9];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[10];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[11];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[12];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[13];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[14];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[15];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[16];
$R ^= $this->p[17];
 
return array('L' => $R, 'R' => $L);
}
 
/**
* Decrypt a block on data.
*
* @param String $block The data to decrypt
* @param optional String $key The key to use
*
* @return String the decrypted output
*/
function decryptBlock($block, $key = null)
{
if (!is_null($key)) {
$this->setKey($key);
}
 
// change for phpMyAdmin
$L = null;
$R = null;
 
$retarray = array_values(unpack('N*', $block));
if (isset($retarray[0])) {
$L = $retarray[0];
}
if (isset($retarray[1])) {
$R = $retarray[1];
}
// end change for phpMyAdmin
 
$L ^= $this->p[17];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[16];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[15];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[14];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[13];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[12];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[11];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[10];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[9];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[8];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[7];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[6];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[5];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[4];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[3];
$R ^= ((($this->s1[($L >> 24) & 0xFF] + $this->s2[($L >> 16) & 0x0ff]) ^ $this->s3[($L >> 8) & 0x0ff]) + $this->s4[$L & 0x0ff]) ^ $this->p[2];
$L ^= ((($this->s1[($R >> 24) & 0xFF] + $this->s2[($R >> 16) & 0x0ff]) ^ $this->s3[($R >> 8) & 0x0ff]) + $this->s4[$R & 0x0ff]) ^ $this->p[1];
 
$decrypted = pack("NN", $R ^ $this->p[0], $L);
return $decrypted;
}
 
/**
* Converts a text key into an array.
*
* @return array The key.
*/
function _formatKey($key)
{
return array_values(unpack('C*', $key));
}
 
}
 
// higher-level functions:
 
/**
* String padding
*
* @param string input string
* @param integer length of the result
* @param string the filling string
* @param integer padding mode
*
* @return string the padded string
*
* @access public
*/
function full_str_pad($input, $pad_length, $pad_string = '', $pad_type = 0) {
$str = '';
$length = $pad_length - strlen($input);
if ($length > 0) { // str_repeat doesn't like negatives
if ($pad_type == STR_PAD_RIGHT) { // STR_PAD_RIGHT == 1
$str = $input.str_repeat($pad_string, $length);
} elseif ($pad_type == STR_PAD_BOTH) { // STR_PAD_BOTH == 2
$str = str_repeat($pad_string, floor($length/2));
$str .= $input;
$str .= str_repeat($pad_string, ceil($length/2));
} else { // defaults to STR_PAD_LEFT == 0
$str = str_repeat($pad_string, $length).$input;
}
} else { // if $length is negative or zero we don't need to do anything
$str = $input;
}
return $str;
}
 
/**
* Encryption using blowfish algorithm
*
* @param string original data
* @param string the secret
*
* @return string the encrypted result
*
* @access public
*
* @author lem9
*/
function PMA_blowfish_encrypt($data, $secret) {
$pma_cipher = new Horde_Cipher_blowfish;
$encrypt = '';
for ($i=0; $i<strlen($data); $i+=8) {
$block = substr($data, $i, 8);
if (strlen($block) < 8) {
$block = full_str_pad($block, 8, "\0", 1);
}
$encrypt .= $pma_cipher->encryptBlock($block, $secret);
}
return base64_encode($encrypt);
}
 
/**
* Decryption using blowfish algorithm
*
* @param string encrypted data
* @param string the secret
*
* @return string original data
*
* @access public
*
* @author lem9
*/
function PMA_blowfish_decrypt($encdata, $secret) {
$pma_cipher = new Horde_Cipher_blowfish;
$decrypt = '';
$data = base64_decode($encdata);
for ($i=0; $i<strlen($data); $i+=8) {
$decrypt .= $pma_cipher->decryptBlock(substr($data, $i, 8), $secret);
}
return trim($decrypt);
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/bookmark.lib.php
0,0 → 1,208
<?php
/* $Id: bookmark.lib.php,v 2.16 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used with the bookmark feature
*/
 
 
/**
* Defines the bookmark parameters for the current user
*
* @return array the bookmark parameters for the current user
*
* @global integer the id of the current server
*
* @access public
*/
function PMA_getBookmarksParam()
{
global $server;
 
$cfgBookmark = '';
 
// No server selected -> no bookmark table
if ($server == 0) {
return '';
}
 
$cfgBookmark['user'] = $GLOBALS['cfg']['Server']['user'];
$cfgBookmark['db'] = $GLOBALS['cfg']['Server']['pmadb'];
$cfgBookmark['table'] = $GLOBALS['cfg']['Server']['bookmarktable'];
 
return $cfgBookmark;
} // end of the 'PMA_getBookmarksParam()' function
 
 
/**
* Gets the list of bookmarks defined for the current database
*
* @global resource the controluser db connection handle
*
* @param string the current database name
* @param array the bookmark parameters for the current user
*
* @return mixed the bookmarks list if defined, false else
*
* @access public
*/
function PMA_listBookmarks($db, $cfgBookmark)
{
global $controllink;
 
$query = 'SELECT label, id FROM '. PMA_backquote($cfgBookmark['db']) . '.' . PMA_backquote($cfgBookmark['table'])
. ' WHERE dbase = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND (user = \'' . PMA_sqlAddslashes($cfgBookmark['user']) . '\''
. ' OR user = \'\')'
. ' ORDER BY label';
$result = PMA_DBI_query($query, $controllink, PMA_DBI_QUERY_STORE);
 
// There are some bookmarks -> store them
// use the unique id as the key
if ($result && PMA_DBI_num_rows($result) > 0) {
while ($row = PMA_DBI_fetch_row($result)) {
$bookmark_list[$row[1]] = $row[0];
} // end while
return $bookmark_list;
}
// No bookmarks for the current database
else {
return FALSE;
}
} // end of the 'PMA_listBookmarks()' function
 
 
/**
* Gets the sql command from a bookmark
*
* @global resource the controluser db connection handle
*
* @param string the current database name
* @param array the bookmark parameters for the current user
* @param mixed the id of the bookmark to get
* @param string which field to look up the $id
* @param boolean TRUE: get all bookmarks regardless of the owning user
*
* @return string the sql query
*
* @access public
*/
function PMA_queryBookmarks($db, $cfgBookmark, $id, $id_field = 'id', $action_bookmark_all = FALSE)
{
global $controllink;
 
if (empty($cfgBookmark['db']) || empty($cfgBookmark['table'])) {
return '';
}
 
$query = 'SELECT query FROM ' . PMA_backquote($cfgBookmark['db']) . '.' . PMA_backquote($cfgBookmark['table'])
. ' WHERE dbase = \'' . PMA_sqlAddslashes($db) . '\''
. ($action_bookmark_all? '' : ' AND (user = \'' . PMA_sqlAddslashes($cfgBookmark['user']) . '\''
. ' OR user = \'\')' )
. ' AND ' . PMA_backquote($id_field) . ' = ' . $id;
$result = PMA_DBI_try_query($query, $controllink);
if (!$result) {
return FALSE;
}
list($bookmark_query) = PMA_DBI_fetch_row($result) or array(FALSE);
 
return $bookmark_query;
} // end of the 'PMA_queryBookmarks()' function
 
 
/**
* Gets bookmarked DefaultQuery for a Table
*
* @global resource the controluser db connection handle
*
* @param string the current database name
* @param array the bookmark parameters for the current user
* @param array the list of all labels to look for
*
* @return array bookmark SQL statements
*
* @access public
*/
function &PMA_queryDBBookmarks($db, $cfgBookmark, &$table_array)
{
global $controllink;
$bookmarks = array();
 
if (empty($cfgBookmark['db']) || empty($cfgBookmark['table'])) {
return $bookmarks;
}
 
$search_for = array();
foreach ($table_array AS $table => $table_sortkey) {
$search_for[] = "'" . PMA_sqlAddslashes($table) . "'";
}
 
$query = 'SELECT label, query FROM ' . PMA_backquote($cfgBookmark['db']) . '.' . PMA_backquote($cfgBookmark['table'])
. ' WHERE dbase = \'' . PMA_sqlAddslashes($db) . '\''
. (count($search_for) > 0 ? ' AND label IN (' . implode(', ', $search_for) . ')' : '');
$result = PMA_DBI_try_query($query, $controllink, PMA_DBI_QUERY_STORE);
if (!$result || PMA_DBI_num_rows($result) < 1) {
return $bookmarks;
}
while ($row = PMA_DBI_fetch_assoc($result)) {
$bookmarks[$row['label']] = $row['query'];
}
 
return $bookmarks;
} // end of the 'PMA_queryBookmarks()' function
 
/**
* Adds a bookmark
*
* @global resource the controluser db connection handle
*
* @param array the properties of the bookmark to add
* @param array the bookmark parameters for the current user
* @param boolean whether to make the bookmark available for all users
*
* @return boolean whether the INSERT succeeds or not
*
* @access public
*/
function PMA_addBookmarks($fields, $cfgBookmark, $all_users = false)
{
global $controllink;
 
$query = 'INSERT INTO ' . PMA_backquote($cfgBookmark['db']) . '.' . PMA_backquote($cfgBookmark['table'])
. ' (id, dbase, user, query, label) VALUES (NULL, \'' . PMA_sqlAddslashes($fields['dbase']) . '\', \'' . ($all_users ? '' : PMA_sqlAddslashes($fields['user'])) . '\', \'' . PMA_sqlAddslashes(urldecode($fields['query'])) . '\', \'' . PMA_sqlAddslashes($fields['label']) . '\')';
$result = PMA_DBI_query($query, $controllink);
 
return TRUE;
} // end of the 'PMA_addBookmarks()' function
 
 
/**
* Deletes a bookmark
*
* @global resource the controluser db connection handle
*
* @param string the current database name
* @param array the bookmark parameters for the current user
* @param integer the id of the bookmark to get
*
* @access public
*/
function PMA_deleteBookmarks($db, $cfgBookmark, $id)
{
global $controllink;
 
$query = 'DELETE FROM ' . PMA_backquote($cfgBookmark['db']) . '.' . PMA_backquote($cfgBookmark['table'])
. ' WHERE (user = \'' . PMA_sqlAddslashes($cfgBookmark['user']) . '\''
. ' OR user = \'\')'
. ' AND id = ' . $id;
$result = PMA_DBI_try_query($query, $controllink);
} // end of the 'PMA_deleteBookmarks()' function
 
 
/**
* Bookmark Support
*/
$cfg['Bookmark'] = PMA_getBookmarksParam();
 
?>
/Web/Maintenance/phpMyAdmin/libraries/charset_conversion.lib.php
0,0 → 1,304
<?php
/* $Id: charset_conversion.lib.php,v 2.9 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Charset conversion functions.
*/
 
 
/**
* Loads the recode or iconv extensions if any of it is not loaded yet
*/
if (isset($cfg['AllowAnywhereRecoding'])
&& $cfg['AllowAnywhereRecoding']
&& $allow_recoding) {
 
if ($cfg['RecodingEngine'] == 'recode') {
if (!@extension_loaded('recode')) {
PMA_dl('recode');
if (!@extension_loaded('recode')) {
echo $strCantLoadRecodeIconv;
exit;
}
}
$PMA_recoding_engine = 'recode';
} elseif ($cfg['RecodingEngine'] == 'iconv') {
if (!@extension_loaded('iconv')) {
PMA_dl('iconv');
if (!@extension_loaded('iconv')) {
echo $strCantLoadRecodeIconv;
exit;
}
}
$PMA_recoding_engine = 'iconv';
} else {
if (@extension_loaded('iconv')) {
$PMA_recoding_engine = 'iconv';
} elseif (@extension_loaded('recode')) {
$PMA_recoding_engine = 'recode';
} else {
PMA_dl('iconv');
if (!@extension_loaded('iconv')) {
PMA_dl('recode');
if (!@extension_loaded('recode')) {
echo $strCantLoadRecodeIconv;
exit;
} else {
$PMA_recoding_engine = 'recode';
}
} else {
$PMA_recoding_engine = 'iconv';
}
}
}
} // end load recode/iconv extension
 
define('PMA_CHARSET_NONE', 0);
define('PMA_CHARSET_ICONV', 1);
define('PMA_CHARSET_LIBICONV', 2);
define('PMA_CHARSET_RECODE', 3);
 
if (!isset($cfg['IconvExtraParams'])) {
$cfg['IconvExtraParams'] = '';
}
 
// Finally detects which function will we use:
if (isset($cfg['AllowAnywhereRecoding'])
&& $cfg['AllowAnywhereRecoding']
&& $allow_recoding) {
 
if (!isset($PMA_recoding_engine)) {
$PMA_recoding_engine = $cfg['RecodingEngine'];
}
if ($PMA_recoding_engine == 'iconv') {
if (@function_exists('iconv')) {
$PMA_recoding_engine = PMA_CHARSET_ICONV;
} elseif (@function_exists('libiconv')) {
$PMA_recoding_engine = PMA_CHARSET_LIBICONV;
} else {
$PMA_recoding_engine = PMA_CHARSET_NONE;
 
if (!isset($GLOBALS['is_header_sent'])) {
include('./libraries/header.inc.php');
}
echo $strCantUseRecodeIconv;
require_once('./libraries/footer.inc.php');
exit();
}
} elseif ($PMA_recoding_engine == 'recode') {
if (@function_exists('recode_string')) {
$PMA_recoding_engine = PMA_CHARSET_RECODE;
} else {
$PMA_recoding_engine = PMA_CHARSET_NONE;
 
require_once('./libraries/header.inc.php');
echo $strCantUseRecodeIconv;
require_once('./libraries/footer.inc.php');
exit;
}
} else {
if (@function_exists('iconv')) {
$PMA_recoding_engine = PMA_CHARSET_ICONV;
} elseif (@function_exists('libiconv')) {
$PMA_recoding_engine = PMA_CHARSET_LIBICONV;
} elseif (@function_exists('recode_string')) {
$PMA_recoding_engine = PMA_CHARSET_RECODE;
} else {
$PMA_recoding_engine = PMA_CHARSET_NONE;
 
require_once('./libraries/header.inc.php');
echo $strCantUseRecodeIconv;
require_once('./libraries/footer.inc.php');
exit;
}
}
} else {
$PMA_recoding_engine = PMA_CHARSET_NONE;
}
 
 
/**
* Converts encoding according to current settings.
*
* @param mixed what to convert (string or array of strings or object returned by mysql_fetch_field)
*
* @return string converted string or array of strings
*
* @global array the configuration array
* @global boolean whether recoding is allowed or not
* @global string the current charset
* @global array the charset to convert to
*
* @access public
*
* @author nijel
*/
function PMA_convert_display_charset($what) {
global $cfg, $allow_recoding, $charset, $convcharset;
 
if (!(isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding)
|| $convcharset == $charset // rabus: if input and output charset are the same, we don't have to do anything...
// this constant is not defined before the login:
|| (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION >= 40100) ) { // lem9: even if AllowAnywhereRecoding is TRUE, do not recode for MySQL >= 4.1.x since MySQL does the job
return $what;
} elseif (is_array($what)) {
$result = array();
foreach ($what AS $key => $val) {
if (is_string($val) || is_array($val)) {
if (is_string($key)) {
$result[PMA_convert_display_charset($key)] = PMA_convert_display_charset($val);
} else {
$result[$key] = PMA_convert_display_charset($val);
}
} else {
$result[$key] = $val;
}
} // end while
return $result;
} elseif (is_string($what)) {
 
switch ($GLOBALS['PMA_recoding_engine']) {
case PMA_CHARSET_RECODE:
return recode_string($convcharset . '..' . $charset, $what);
case PMA_CHARSET_ICONV:
return iconv($convcharset, $charset . $cfg['IconvExtraParams'], $what);
case PMA_CHARSET_LIBICONV:
return libiconv($convcharset, $charset, $what);
default:
return $what;
}
} elseif (is_object($what)) {
// isn't it object returned from mysql_fetch_field ?
if (@is_string($what->name)) {
$what->name = PMA_convert_display_charset($what->name);
}
if (@is_string($what->table)) {
$what->table = PMA_convert_display_charset($what->table);
}
if (@is_string($what->Database)) {
$what->Database = PMA_convert_display_charset($what->Database);
}
return $what;
} else {
// when we don't know what it is we don't touch it...
return $what;
}
} // end of the "PMA_convert_display_charset()" function
 
 
/**
* Converts encoding of text according to current settings.
*
* @param string what to convert
*
* @return string converted text
*
* @global array the configuration array
* @global boolean whether recoding is allowed or not
* @global string the current charset
* @global array the charset to convert to
*
* @access public
*
* @author nijel
*/
function PMA_convert_charset($what) {
global $cfg, $allow_recoding, $charset, $convcharset;
 
if (!(isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding)
|| $convcharset == $charset) { // rabus: if input and output charset are the same, we don't have to do anything...
return $what;
} else {
switch ($GLOBALS['PMA_recoding_engine']) {
case PMA_CHARSET_RECODE:
return recode_string($charset . '..' . $convcharset, $what);
case PMA_CHARSET_ICONV:
return iconv($charset, $convcharset . $cfg['IconvExtraParams'], $what);
case PMA_CHARSET_LIBICONV:
return libiconv($charset, $convcharset, $what);
default:
return $what;
}
}
} // end of the "PMA_convert_charset()" function
 
/**
* Converts encoding of text according to parameters with detected
* conversion function.
*
* @param string source charset
* @param string target charset
* @param string what to convert
*
* @return string converted text
*
* @access public
*
* @author nijel
*/
function PMA_convert_string($src_charset, $dest_charset, $what) {
if ($src_charset == $dest_charset) {
return $what;
}
switch ($GLOBALS['PMA_recoding_engine']) {
case PMA_CHARSET_RECODE:
return recode_string($src_charset . '..' . $dest_charset, $what);
case PMA_CHARSET_ICONV:
return iconv($src_charset, $dest_charset . $GLOBALS['cfg']['IconvExtraParams'], $what);
case PMA_CHARSET_LIBICONV:
return libiconv($src_charset, $dest_charset, $what);
default:
return $what;
}
} // end of the "PMA_convert_string()" function
 
 
/**
* Converts encoding of file according to parameters with detected
* conversion function. The old file will be unlinked and new created and
* its file name is returned.
*
* @param string source charset
* @param string target charset
* @param string file to convert
*
* @return string new temporay file
*
* @access public
*
* @author nijel
*/
function PMA_convert_file($src_charset, $dest_charset, $file) {
switch ($GLOBALS['PMA_recoding_engine']) {
case PMA_CHARSET_RECODE:
case PMA_CHARSET_ICONV:
case PMA_CHARSET_LIBICONV:
$tmpfname = tempnam('', 'PMA_convert_file');
$fin = fopen($file, 'r');
$fout = fopen($tmpfname, 'w');
if ($GLOBALS['PMA_recoding_engine'] == PMA_CHARSET_RECODE) {
recode_file($src_charset . '..' . $dest_charset, $fin, $fout);
} else {
while (!feof($fin)) {
$line = fgets($fin, 4096);
if ($GLOBALS['PMA_recoding_engine'] == PMA_CHARSET_ICONV) {
$dist = iconv($src_charset, $dest_charset . $GLOBALS['cfg']['IconvExtraParams'], $line);
} else {
$dist = libiconv($src_charset, $dest_charset, $line);
}
fputs($fout, $dist);
} // end while
}
fclose($fin);
fclose($fout);
unlink($file);
 
return $tmpfname;
default:
return $file;
}
} // end of the "PMA_convert_file()" function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/check_user_privileges.lib.php
0,0 → 1,175
<?php
/* $Id: check_user_privileges.lib.php,v 1.12 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// Get user's global privileges and some db-specific privileges
// ($controllink and $userlink are links to MySQL defined in the "common.lib.php" library)
// Note: if no controluser is defined, $controllink contains $userlink
 
/**
* returns true (int > 0) if current user is superuser
* otherwise 0
*
* @return integer $is_superuser
*/
function PMA_isSuperuser() {
return PMA_DBI_try_query( 'SELECT COUNT(*) FROM mysql.user',
$GLOBALS['userlink'], PMA_DBI_QUERY_STORE );
}
 
$is_create_db_priv = false;
$is_process_priv = true;
$is_reload_priv = false;
$db_to_create = '';
$dbs_where_create_table_allowed = array();
 
// We were trying to find if user if superuser 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_isSuperuser();
 
function PMA_analyseShowGrant($rs_usr, &$is_create_db_priv, &$db_to_create, &$is_reload_priv, &$dbs_where_create_table_allowed) {
 
$re0 = '(^|(\\\\\\\\)+|[^\])'; // non-escaped wildcards
$re1 = '(^|[^\])(\\\)+'; // escaped wildcards
while ($row = PMA_DBI_fetch_row($rs_usr)) {
$show_grants_dbname = substr($row[0], strpos($row[0], ' ON ') + 4, (strpos($row[0], '.', strpos($row[0], ' ON ')) - strpos($row[0], ' ON ') - 4));
$show_grants_dbname = ereg_replace('^`(.*)`', '\\1', $show_grants_dbname);
$show_grants_str = substr($row[0], 6, (strpos($row[0], ' ON ') - 6));
if ($show_grants_str == 'RELOAD') {
$is_reload_priv = true;
}
if (($show_grants_str == 'ALL') || ($show_grants_str == 'ALL PRIVILEGES') || ($show_grants_str == 'CREATE') || strpos($show_grants_str, 'CREATE')) {
if ($show_grants_dbname == '*') {
// a global CREATE privilege
$is_create_db_priv = true;
$is_reload_priv = true;
$db_to_create = '';
$dbs_where_create_table_allowed[] = '*';
break;
} else {
// this array may contain wildcards
$dbs_where_create_table_allowed[] = $show_grants_dbname;
 
// before MySQL 4.1.0, we cannot use backquotes around a dbname
// for the USE command, so the USE will fail if the dbname contains
// a "-" and we cannot detect if such a db already exists;
// since 4.1.0, we need to use backquotes if the dbname contains a "-"
// in a USE command
 
if (PMA_MYSQL_INT_VERSION > 40100) {
$dbname_to_test = PMA_backquote($show_grants_dbname);
} else {
$dbname_to_test = $show_grants_dbname;
}
 
if ( (ereg($re0 . '%|_', $show_grants_dbname)
&& !ereg('\\\\%|\\\\_', $show_grants_dbname))
// does this db exist?
|| (!PMA_DBI_try_query('USE ' . ereg_replace($re1 .'(%|_)', '\\1\\3', $dbname_to_test), null, PMA_DBI_QUERY_STORE) && substr(PMA_DBI_getError(), 1, 4) != 1044)
) {
$db_to_create = ereg_replace($re0 . '%', '\\1...', ereg_replace($re0 . '_', '\\1?', $show_grants_dbname));
$db_to_create = ereg_replace($re1 . '(%|_)', '\\1\\3', $db_to_create);
$is_create_db_priv = true;
 
// TODO: collect $db_to_create into an array, to display a drop-down
// in the "Create new database" dialog
//
// we don't break, we want all possible databases
//break;
} // end if
} // end elseif
} // end if
} // end while
} // end function
 
// Detection for some CREATE privilege.
 
// Since MySQL 4.1.2, we can easily detect current user's grants
// using $userlink (no control user needed)
// and we don't have to try any other method for detection
 
if (PMA_MYSQL_INT_VERSION >= 40102) {
$rs_usr = PMA_DBI_try_query('SHOW GRANTS', $userlink, PMA_DBI_QUERY_STORE);
if ($rs_usr) {
PMA_analyseShowGrant($rs_usr, $is_create_db_priv, $db_to_create, $is_reload_priv, $dbs_where_create_table_allowed);
PMA_DBI_free_result($rs_usr);
unset($rs_usr);
}
} else {
 
// Before MySQL 4.1.2, we first try to find a priv in mysql.user. Hopefuly
// the controluser is correctly defined; but here, $controllink could contain
// $userlink so maybe the SELECT will fail
 
if (!$is_create_db_priv) {
$res = PMA_DBI_query('SELECT USER();', null, PMA_DBI_QUERY_STORE);
list($mysql_cur_user_and_host) = PMA_DBI_fetch_row($res);
$mysql_cur_user = substr($mysql_cur_user_and_host, 0, strrpos($mysql_cur_user_and_host, '@'));
 
$local_query = 'SELECT Create_priv, Reload_priv FROM mysql.user WHERE ' . PMA_convert_using('User') . ' = ' . PMA_convert_using(PMA_sqlAddslashes($mysql_cur_user), 'quoted') . ' OR ' . PMA_convert_using('User') . ' = ' . PMA_convert_using('', 'quoted') . ';';
$rs_usr = PMA_DBI_try_query($local_query, $controllink, PMA_DBI_QUERY_STORE); // Debug: or PMA_mysqlDie('', $local_query, false);
if ($rs_usr) {
while ($result_usr = PMA_DBI_fetch_assoc($rs_usr)) {
if (!$is_create_db_priv) {
$is_create_db_priv = ($result_usr['Create_priv'] == 'Y');
}
if (!$is_reload_priv) {
$is_reload_priv = ($result_usr['Reload_priv'] == 'Y');
}
} // end while
PMA_DBI_free_result($rs_usr);
unset($rs_usr, $result_usr);
if ($is_create_db_priv) {
$dbs_where_create_table_allowed[] = '*';
}
} // end if
} // end if
 
// If the user has Create priv on a inexistant db, show him in the dialog
// the first inexistant db name that we find, in most cases it's probably
// the one he just dropped :)
if (!$is_create_db_priv) {
$local_query = 'SELECT DISTINCT Db FROM mysql.db WHERE ' . PMA_convert_using('Create_priv') . ' = ' . PMA_convert_using('Y', 'quoted') . ' AND (' . PMA_convert_using('User') . ' = ' .PMA_convert_using(PMA_sqlAddslashes($mysql_cur_user), 'quoted') . ' OR ' . PMA_convert_using('User') . ' = ' . PMA_convert_using('', 'quoted') . ');';
 
$rs_usr = PMA_DBI_try_query($local_query, $controllink, PMA_DBI_QUERY_STORE);
if ($rs_usr) {
$re0 = '(^|(\\\\\\\\)+|[^\])'; // non-escaped wildcards
$re1 = '(^|[^\])(\\\)+'; // escaped wildcards
while ($row = PMA_DBI_fetch_assoc($rs_usr)) {
$dbs_where_create_table_allowed[] = $row['Db'];
if (ereg($re0 . '(%|_)', $row['Db'])
|| (!PMA_DBI_try_query('USE ' . ereg_replace($re1 . '(%|_)', '\\1\\3', $row['Db'])) && substr(PMA_DBI_getError(), 1, 4) != 1044)) {
$db_to_create = ereg_replace($re0 . '%', '\\1...', ereg_replace($re0 . '_', '\\1?', $row['Db']));
$db_to_create = ereg_replace($re1 . '(%|_)', '\\1\\3', $db_to_create);
$is_create_db_priv = true;
break;
} // end if
} // end while
PMA_DBI_free_result($rs_usr);
unset($rs_usr, $row, $re0, $re1);
} else {
// Finally, let's try to get the user's privileges by using SHOW
// GRANTS...
// Maybe we'll find a little CREATE priv there :)
$rs_usr = PMA_DBI_try_query('SHOW GRANTS FOR ' . $mysql_cur_user_and_host . ';', $controllink, PMA_DBI_QUERY_STORE);
if (!$rs_usr) {
// OK, now we'd have to guess the user's hostname, but we
// only try out the 'username'@'%' case.
$rs_usr = PMA_DBI_try_query('SHOW GRANTS FOR ' . PMA_convert_using(PMA_sqlAddslashes($mysql_cur_user), 'quoted') . ';', $controllink, PMA_DBI_QUERY_STORE);
}
unset($local_query);
if ($rs_usr) {
PMA_analyseShowGrant($rs_usr, $is_create_db_priv, $db_to_create, $is_reload_priv, $dbs_where_create_table_allowed);
PMA_DBI_free_result($rs_usr);
unset($rs_usr);
} // end if
} // end elseif
} // end if
} // end else (MySQL < 4.1.2)
 
// If disabled, don't show it
if (!$cfg['SuggestDBName']) {
$db_to_create = '';
}
?>
/Web/Maintenance/phpMyAdmin/libraries/common.lib.php
0,0 → 1,3417
<?php
/* $Id: common.lib.php,v 2.266.2.27.2.2 2006/08/21 11:45:16 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Misc stuff and functions used by almost all the scripts.
* Among other things, it contains the advanced authentication work.
*/
 
/**
* Order of sections for common.lib.php:
*
* the include of libraries/defines_mysql.lib.php must be after the connection
* to db to get the MySql version
*
* the authentication libraries must be before the connection to db
*
* ... so the required order is:
*
* LABEL_definition_of_functions
* - definition of functions
* LABEL_variables_init
* - init some variables always needed
* LABEL_parsing_config_file
* - parsing of the config file
* LABEL_loading_language_file
* - loading language file
* LABEL_theme_setup
* - setting up themes
*
* - load of mysql extension (if necessary) label_loading_mysql
* - loading of an authentication library label_
* - db connection
* - authentication work
* - load of the libraries/defines_mysql.lib.php library to get the MySQL
* release number
*/
 
/**
* For now, avoid warnings of E_STRICT mode
* (this must be done before function definitions)
*/
 
if (defined('E_STRICT')) {
$old_error_reporting = error_reporting(0);
if ($old_error_reporting & E_STRICT) {
error_reporting($old_error_reporting ^ E_STRICT);
} else {
error_reporting($old_error_reporting);
}
unset($old_error_reporting);
}
 
/**
* Avoid object cloning errors
*/
 
@ini_set('zend.ze1_compatibility_mode',false);
 
 
/******************************************************************************/
/* definition of functions LABEL_definition_of_functions */
/**
* Removes insecure parts in a path; used before include() or
* require() when a part of the path comes from an insecure source
* like a cookie or form.
*
* @param string The path to check
*
* @return string The secured path
*
* @access public
* @author Marc Delisle (lem9@users.sourceforge.net)
*/
function PMA_securePath($path)
{
// change .. to .
$path = preg_replace('@\.\.*@', '.', $path);
 
return $path;
} // end function
 
/**
* returns array with dbs grouped with extended infos
*
* @uses $GLOBALS['dblist'] from PMA_availableDatabases()
* @uses $GLOBALS['num_dbs'] from PMA_availableDatabases()
* @uses $GLOBALS['cfgRelation']['commwork']
* @uses $GLOBALS['cfg']['ShowTooltip']
* @uses $GLOBALS['cfg']['LeftFrameDBTree']
* @uses $GLOBALS['cfg']['LeftFrameDBSeparator']
* @uses $GLOBALS['cfg']['ShowTooltipAliasDB']
* @uses PMA_availableDatabases()
* @uses PMA_getTableCount()
* @uses PMA_getComments()
* @uses PMA_availableDatabases()
* @uses is_array()
* @uses implode()
* @uses strstr()
* @uses explode()
* @return array db list
*/
function PMA_getDbList()
{
if (empty($GLOBALS['dblist'])) {
PMA_availableDatabases();
}
$dblist = $GLOBALS['dblist'];
$dbgroups = array();
$parts = array();
foreach ($dblist as $key => $db) {
// garvin: Get comments from PMA comments table
$db_tooltip = '';
if ($GLOBALS['cfg']['ShowTooltip']
&& $GLOBALS['cfgRelation']['commwork']) {
$_db_tooltip = PMA_getComments($db);
if (is_array($_db_tooltip)) {
$db_tooltip = implode(' ', $_db_tooltip);
}
}
 
if ($GLOBALS['cfg']['LeftFrameDBTree']
&& $GLOBALS['cfg']['LeftFrameDBSeparator']
&& strstr($db, $GLOBALS['cfg']['LeftFrameDBSeparator']))
{
$pos = strrpos($db, $GLOBALS['cfg']['LeftFrameDBSeparator']);
$group = substr($db, 0, $pos);
$disp_name_cut = substr($db, $pos);
} else {
$group = $db;
$disp_name_cut = $db;
}
 
$disp_name = $db;
if ($db_tooltip && $GLOBALS['cfg']['ShowTooltipAliasDB']) {
$disp_name = $db_tooltip;
$disp_name_cut = $db_tooltip;
$db_tooltip = $db;
}
 
$dbgroups[$group][$db] = array(
'name' => $db,
'disp_name_cut' => $disp_name_cut,
'disp_name' => $disp_name,
'comment' => $db_tooltip,
'num_tables' => PMA_getTableCount($db),
);
} // end foreach ($dblist as $db)
return $dbgroups;
}
 
/**
* returns html code for select form element with dbs
*
* @return string html code select
*/
function PMA_getHtmlSelectDb($selected = '')
{
$dblist = PMA_getDbList();
// TODO: IE can not handle different text directions in select boxes
// so, as mostly names will be in english, we set the whole selectbox to LTR
// and EN
$return = '<select name="db" id="lightm_db" xml:lang="en" dir="ltr"'
.' onchange="if (this.value != \'\') window.parent.openDb(this.value);">' . "\n"
.'<option value="" dir="' . $GLOBALS['text_dir'] . '">(' . $GLOBALS['strDatabases'] . ') ...</option>'
."\n";
foreach ($dblist as $group => $dbs) {
if (count($dbs) > 1) {
$return .= '<optgroup label="' . htmlspecialchars($group)
. '">' . "\n";
// wether display db_name cuted by the group part
$cut = true;
} else {
// .. or full
$cut = false;
}
foreach ($dbs as $db) {
$return .= '<option value="' . $db['name'] . '"'
.' title="' . $db['comment'] . '"';
if ($db['name'] == $selected) {
$return .= ' selected="selected"';
}
$return .= '>' . ($cut ? $db['disp_name_cut'] : $db['disp_name'])
.' (' . $db['num_tables'] . ')</option>' . "\n";
}
if (count($dbs) > 1) {
$return .= '</optgroup>' . "\n";
}
}
$return .= '</select>';
 
return $return;
}
 
/**
* returns count of tables in given db
*
* @param string $db database to count tables for
* @return integer count of tables in $db
*/
function PMA_getTableCount($db)
{
$tables = PMA_DBI_try_query(
'SHOW TABLES FROM ' . PMA_backquote($db) . ';',
null, PMA_DBI_QUERY_STORE);
if ($tables) {
$num_tables = PMA_DBI_num_rows($tables);
PMA_DBI_free_result($tables);
} else {
$num_tables = 0;
}
 
return $num_tables;
}
 
 
/**
* Get the complete list of Databases a user can access
*
* @param boolean whether to include check on failed 'only_db' operations
* @param resource database handle (superuser)
* @param integer amount of databases inside the 'only_db' container
* @param resource possible resource from a failed previous query
* @param resource database handle (user)
* @param array configuration
* @param array previous list of databases
*
* @return array all databases a user has access to
*
* @access private
*/
function PMA_safe_db_list($only_db_check, $controllink, $dblist_cnt, $userlink,
$cfg, $dblist)
{
if ($only_db_check == false) {
// try to get the available dbs list
// use userlink by default
$dblist = PMA_DBI_get_dblist();
$dblist_cnt = count($dblist);
 
// PMA_DBI_get_dblist() relies on the ability to run "SHOW DATABASES".
// On servers started with --skip-show-database, this is not possible
// so we have here a fallback method, which relies on the controluser
// being able to access the "mysql" db, as explained in the doc.
 
if (!$dblist_cnt) {
$auth_query = 'SELECT User, Select_priv '
. 'FROM mysql.user '
. 'WHERE User = \'' . PMA_sqlAddslashes($cfg['Server']['user']) . '\'';
$rs = PMA_DBI_try_query($auth_query, $controllink);
} // end
}
 
// Access to "mysql" db allowed and dblist still empty -> gets the
// usable db list
if (!$dblist_cnt && ($rs && @PMA_DBI_num_rows($rs))) {
$row = PMA_DBI_fetch_assoc($rs);
PMA_DBI_free_result($rs);
// Correction uva 19991215
// Previous code assumed database "mysql" admin table "db" column
// "db" contains literal name of user database, and works if so.
// Mysql usage generally (and uva usage specifically) allows this
// column to contain regular expressions (we have all databases
// owned by a given student/faculty/staff beginning with user i.d.
// and governed by default by a single set of privileges with
// regular expression as key). This breaks previous code.
// This maintenance is to fix code to work correctly for regular
// expressions.
if ($row['Select_priv'] != 'Y') {
 
// 1. get allowed dbs from the "mysql.db" table
// lem9: User can be blank (anonymous user)
$local_query = 'SELECT DISTINCT Db FROM mysql.db WHERE Select_priv = \'Y\' AND (User = \'' . PMA_sqlAddslashes($cfg['Server']['user']) . '\' OR User = \'\')';
$rs = PMA_DBI_try_query($local_query, $controllink);
if ($rs && @PMA_DBI_num_rows($rs)) {
// Will use as associative array of the following 2 code
// lines:
// the 1st is the only line intact from before
// correction,
// the 2nd replaces $dblist[] = $row['Db'];
$uva_mydbs = array();
// Code following those 2 lines in correction continues
// populating $dblist[], as previous code did. But it is
// now populated with actual database names instead of
// with regular expressions.
while ($row = PMA_DBI_fetch_assoc($rs)) {
// loic1: all databases cases - part 1
if ( !isset($row['Db']) || ! strlen($row['Db']) || $row['Db'] == '%') {
$uva_mydbs['%'] = 1;
break;
}
// loic1: avoid multiple entries for dbs
if (!isset($uva_mydbs[$row['Db']])) {
$uva_mydbs[$row['Db']] = 1;
}
} // end while
PMA_DBI_free_result($rs);
$uva_alldbs = PMA_DBI_query('SHOW DATABASES;', $GLOBALS['controllink']);
// loic1: all databases cases - part 2
if (isset($uva_mydbs['%'])) {
while ($uva_row = PMA_DBI_fetch_row($uva_alldbs)) {
$dblist[] = $uva_row[0];
} // end while
} else {
while ($uva_row = PMA_DBI_fetch_row($uva_alldbs)) {
$uva_db = $uva_row[0];
if (isset($uva_mydbs[$uva_db]) && $uva_mydbs[$uva_db] == 1) {
$dblist[] = $uva_db;
$uva_mydbs[$uva_db] = 0;
} elseif (!isset($dblist[$uva_db])) {
foreach ($uva_mydbs AS $uva_matchpattern => $uva_value) {
// loic1: fixed bad regexp
// TODO: db names may contain characters
// that are regexp instructions
$re = '(^|(\\\\\\\\)+|[^\])';
$uva_regex = ereg_replace($re . '%', '\\1.*', ereg_replace($re . '_', '\\1.{1}', $uva_matchpattern));
// Fixed db name matching
// 2000-08-28 -- Benjamin Gandon
if (ereg('^' . $uva_regex . '$', $uva_db)) {
$dblist[] = $uva_db;
break;
}
} // end while
} // end if ... elseif ...
} // end while
} // end else
PMA_DBI_free_result($uva_alldbs);
unset($uva_mydbs);
} // end if
 
// 2. get allowed dbs from the "mysql.tables_priv" table
$local_query = 'SELECT DISTINCT Db FROM mysql.tables_priv WHERE Table_priv LIKE \'%Select%\' AND User = \'' . PMA_sqlAddslashes($cfg['Server']['user']) . '\'';
$rs = PMA_DBI_try_query($local_query, $controllink);
if ($rs && @PMA_DBI_num_rows($rs)) {
while ($row = PMA_DBI_fetch_assoc($rs)) {
if (!in_array($row['Db'], $dblist)) {
$dblist[] = $row['Db'];
}
} // end while
PMA_DBI_free_result($rs);
} // end if
} // end if
} // end building available dbs from the "mysql" db
 
return $dblist;
}
 
/**
* Converts numbers like 10M into bytes
*
* @param string $size
* @return integer $size
*/
function get_real_size($size = 0)
{
if (!$size) {
return 0;
}
$scan['MB'] = 1048576;
$scan['Mb'] = 1048576;
$scan['M'] = 1048576;
$scan['m'] = 1048576;
$scan['KB'] = 1024;
$scan['Kb'] = 1024;
$scan['K'] = 1024;
$scan['k'] = 1024;
 
while (list($key) = each($scan)) {
if ((strlen($size) > strlen($key))
&& (substr($size, strlen($size) - strlen($key)) == $key)) {
$size = substr($size, 0, strlen($size) - strlen($key)) * $scan[$key];
break;
}
}
return $size;
} // end function get_real_size()
 
/**
* loads php module
*
* @uses PHP_OS
* @uses extension_loaded()
* @uses ini_get()
* @uses function_exists()
* @uses ob_start()
* @uses phpinfo()
* @uses strip_tags()
* @uses ob_get_contents()
* @uses ob_end_clean()
* @uses preg_match()
* @uses strtoupper()
* @uses substr()
* @uses dl()
* @param string $module name if module to load
* @return boolean success loading module
*/
function PMA_dl($module)
{
static $dl_allowed = null;
 
if (extension_loaded($module)) {
return true;
}
 
if (null === $dl_allowed) {
if (!@ini_get('safe_mode')
&& @ini_get('enable_dl')
&& @function_exists('dl')) {
ob_start();
phpinfo(INFO_GENERAL); /* Only general info */
$a = strip_tags(ob_get_contents());
ob_end_clean();
if (preg_match('@Thread Safety[[:space:]]*enabled@', $a)) {
if (preg_match('@Server API[[:space:]]*\(CGI\|CLI\)@', $a)) {
$dl_allowed = true;
} else {
$dl_allowed = false;
}
} else {
$dl_allowed = true;
}
} else {
$dl_allowed = false;
}
}
 
if (!$dl_allowed) {
return false;
}
 
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
$module_file = 'php_' . $module . '.dll';
} else {
$module_file = $module . '.so';
}
 
return @dl($module_file);
}
 
/**
* merges array recursive like array_merge_recursive() but keyed-values are
* always overwritten.
*
* array PMA_array_merge_recursive(array $array1[, array $array2[, array ...]])
*
* @see http://php.net/array_merge
* @see http://php.net/array_merge_recursive
* @uses func_num_args()
* @uses func_get_arg()
* @uses is_array()
* @uses call_user_func_array()
* @param array array to merge
* @param array array to merge
* @param array ...
* @return array merged array
*/
function PMA_array_merge_recursive()
{
switch(func_num_args()) {
case 0 :
return false;
break;
case 1 :
// when does that happen?
return func_get_arg(0);
break;
case 2 :
$args = func_get_args();
if (!is_array($args[0]) || !is_array($args[1])) {
return $args[1];
}
foreach ($args[1] AS $key2 => $value2) {
if (isset($args[0][$key2]) && !is_int($key2)) {
$args[0][$key2] = PMA_array_merge_recursive($args[0][$key2],
$value2);
} else {
// we erase the parent array, otherwise we cannot override a directive that
// contains array elements, like this:
// (in config.default.php) $cfg['ForeignKeyDropdownOrder'] = array('id-content','content-id');
// (in config.inc.php) $cfg['ForeignKeyDropdownOrder'] = array('content-id');
if (is_int($key2) && $key2 == 0) {
unset($args[0]);
}
$args[0][$key2] = $value2;
}
}
return $args[0];
break;
default :
$args = func_get_args();
$args[1] = PMA_array_merge_recursive($args[0], $args[1]);
array_shift($args);
return call_user_func_array('PMA_array_merge_recursive', $args);
break;
}
}
 
/**
* calls $function vor every element in $array recursively
*
* @param array $array array to walk
* @param string $function function to call for every array element
*/
function PMA_arrayWalkRecursive(&$array, $function, $apply_to_keys_also = false)
{
foreach ($array as $key => $value) {
if (is_array($value)) {
PMA_arrayWalkRecursive($array[$key], $function, $apply_to_keys_also);
} else {
$array[$key] = $function($value);
}
 
if ($apply_to_keys_also && is_string($key)) {
$new_key = $function($key);
if ($new_key != $key) {
$array[$new_key] = $array[$key];
unset($array[$key]);
}
}
}
}
 
/**
* boolean phpMyAdmin.PMA_checkPageValidity(string &$page, array $whitelist)
*
* checks given given $page against given $whitelist and returns true if valid
* it ignores optionaly query paramters in $page (script.php?ignored)
*
* @uses in_array()
* @uses urldecode()
* @uses substr()
* @uses strpos()
* @param string &$page page to check
* @param array $whitelist whitelist to check page against
* @return boolean whether $page is valid or not (in $whitelist or not)
*/
function PMA_checkPageValidity(&$page, $whitelist)
{
if (! isset($page)) {
return false;
}
 
if (in_array($page, $whitelist)) {
return true;
} elseif (in_array(substr($page, 0, strpos($page . '?', '?')), $whitelist)) {
return true;
} else {
$_page = urldecode($page);
if (in_array(substr($_page, 0, strpos($_page . '?', '?')), $whitelist)) {
return true;
}
}
return false;
}
 
/**
* trys to find the value for the given environment vriable name
*
* searchs in $_SERVER, $_ENV than trys getenv() and apache_getenv()
* in this order
*
* @param string $var_name variable name
* @return string value of $var or empty string
*/
function PMA_getenv($var_name) {
if (isset($_SERVER[$var_name])) {
return $_SERVER[$var_name];
} elseif (isset($_ENV[$var_name])) {
return $_ENV[$var_name];
} elseif (getenv($var_name)) {
return getenv($var_name);
} elseif (function_exists('apache_getenv')
&& apache_getenv($var_name, true)) {
return apache_getenv($var_name, true);
}
 
return '';
}
 
/**
* include here only libraries which contain only function definitions
* no code im main()!
*/
/* Input sanitizing */
require_once './libraries/sanitizing.lib.php';
require_once './libraries/Theme.class.php';
require_once './libraries/Theme_Manager.class.php';
require_once './libraries/Config.class.php';
 
 
 
if (!defined('PMA_MINIMUM_COMMON')) {
/**
* Displays the maximum size for an upload
*
* @param integer the size
*
* @return string the message
*
* @access public
*/
function PMA_displayMaximumUploadSize($max_upload_size)
{
list($max_size, $max_unit) = PMA_formatByteDown($max_upload_size);
return '(' . sprintf($GLOBALS['strMaximumSize'], $max_size, $max_unit) . ')';
}
 
/**
* Generates a hidden field which should indicate to the browser
* the maximum size for upload
*
* @param integer the size
*
* @return string the INPUT field
*
* @access public
*/
function PMA_generateHiddenMaxFileSize($max_size)
{
return '<input type="hidden" name="MAX_FILE_SIZE" value="' .$max_size . '" />';
}
 
/**
* Add slashes before "'" and "\" characters so a value containing them can
* be used in a sql comparison.
*
* @param string the string to slash
* @param boolean whether the string will be used in a 'LIKE' clause
* (it then requires two more escaped sequences) or not
* @param boolean whether to treat cr/lfs as escape-worthy entities
* (converts \n to \\n, \r to \\r)
*
* @param boolean whether this function is used as part of the
* "Create PHP code" dialog
*
* @return string the slashed string
*
* @access public
*/
function PMA_sqlAddslashes($a_string = '', $is_like = false, $crlf = false, $php_code = false)
{
if ($is_like) {
$a_string = str_replace('\\', '\\\\\\\\', $a_string);
} else {
$a_string = str_replace('\\', '\\\\', $a_string);
}
 
if ($crlf) {
$a_string = str_replace("\n", '\n', $a_string);
$a_string = str_replace("\r", '\r', $a_string);
$a_string = str_replace("\t", '\t', $a_string);
}
 
if ($php_code) {
$a_string = str_replace('\'', '\\\'', $a_string);
} else {
$a_string = str_replace('\'', '\'\'', $a_string);
}
 
return $a_string;
} // end of the 'PMA_sqlAddslashes()' function
 
 
/**
* Add slashes before "_" and "%" characters for using them in MySQL
* database, table and field names.
* Note: This function does not escape backslashes!
*
* @param string the string to escape
*
* @return string the escaped string
*
* @access public
*/
function PMA_escape_mysql_wildcards($name)
{
$name = str_replace('_', '\\_', $name);
$name = str_replace('%', '\\%', $name);
 
return $name;
} // end of the 'PMA_escape_mysql_wildcards()' function
 
/**
* removes slashes before "_" and "%" characters
* Note: This function does not unescape backslashes!
*
* @param string $name the string to escape
* @return string the escaped string
* @access public
*/
function PMA_unescape_mysql_wildcards($name)
{
$name = str_replace('\\_', '_', $name);
$name = str_replace('\\%', '%', $name);
 
return $name;
} // end of the 'PMA_unescape_mysql_wildcards()' function
 
/**
* format sql strings
*
* @param mixed pre-parsed SQL structure
*
* @return string the formatted sql
*
* @global array the configuration array
* @global boolean whether the current statement is a multiple one or not
*
* @access public
*
* @author Robin Johnson <robbat2@users.sourceforge.net>
*/
function PMA_formatSql($parsed_sql, $unparsed_sql = '')
{
global $cfg;
 
// Check that we actually have a valid set of parsed data
// well, not quite
// first check for the SQL parser having hit an error
if (PMA_SQP_isError()) {
return $parsed_sql;
}
// then check for an array
if (!is_array($parsed_sql)) {
// We don't so just return the input directly
// This is intended to be used for when the SQL Parser is turned off
$formatted_sql = '<pre>' . "\n"
. (($cfg['SQP']['fmtType'] == 'none' && $unparsed_sql != '') ? $unparsed_sql : $parsed_sql) . "\n"
. '</pre>';
return $formatted_sql;
}
 
$formatted_sql = '';
 
switch ($cfg['SQP']['fmtType']) {
case 'none':
if ($unparsed_sql != '') {
$formatted_sql = "<pre>\n" . PMA_SQP_formatNone(array('raw' => $unparsed_sql)) . "\n</pre>";
} else {
$formatted_sql = PMA_SQP_formatNone($parsed_sql);
}
break;
case 'html':
$formatted_sql = PMA_SQP_formatHtml($parsed_sql, 'color');
break;
case 'text':
//$formatted_sql = PMA_SQP_formatText($parsed_sql);
$formatted_sql = PMA_SQP_formatHtml($parsed_sql, 'text');
break;
default:
break;
} // end switch
 
return $formatted_sql;
} // end of the "PMA_formatSql()" function
 
 
/**
* Displays a link to the official MySQL documentation
*
* @param string chapter of "HTML, one page per chapter" documentation
* @param string contains name of page/anchor that is being linked
* @param bool whether to use big icon (like in left frame)
*
* @return string the html link
*
* @access public
*/
function PMA_showMySQLDocu($chapter, $link, $big_icon = false)
{
global $cfg;
 
if ($cfg['MySQLManualType'] == 'none' || empty($cfg['MySQLManualBase'])) {
return '';
}
 
// Fixup for newly used names:
$chapter = str_replace('_', '-', strtolower($chapter));
$link = str_replace('_', '-', strtolower($link));
 
switch ($cfg['MySQLManualType']) {
case 'chapters':
if (empty($chapter)) {
$chapter = 'index';
}
$url = $cfg['MySQLManualBase'] . '/' . $chapter . '.html#' . $link;
break;
case 'big':
$url = $cfg['MySQLManualBase'] . '#' . $link;
break;
case 'searchable':
if (empty($link)) {
$link = 'index';
}
$url = $cfg['MySQLManualBase'] . '/' . $link . '.html';
break;
case 'viewable':
default:
if (empty($link)) {
$link = 'index';
}
$mysql = '5.0';
if (defined('PMA_MYSQL_INT_VERSION')) {
if (PMA_MYSQL_INT_VERSION < 50000) {
$mysql = '4.1';
} elseif (PMA_MYSQL_INT_VERSION >= 50100) {
$mysql = '5.1';
} elseif (PMA_MYSQL_INT_VERSION >= 50000) {
$mysql = '5.0';
}
}
$url = $cfg['MySQLManualBase'] . '/' . $mysql . '/en/' . $link . '.html';
break;
}
 
if ($big_icon) {
return '<a href="' . $url . '" target="mysql_doc"><img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_sqlhelp.png" width="16" height="16" alt="' . $GLOBALS['strDocu'] . '" title="' . $GLOBALS['strDocu'] . '" /></a>';
} elseif ($GLOBALS['cfg']['ReplaceHelpImg']) {
return '<a href="' . $url . '" target="mysql_doc"><img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_help.png" width="11" height="11" alt="' . $GLOBALS['strDocu'] . '" title="' . $GLOBALS['strDocu'] . '" /></a>';
} else {
return '[<a href="' . $url . '" target="mysql_doc">' . $GLOBALS['strDocu'] . '</a>]';
}
} // end of the 'PMA_showMySQLDocu()' function
 
/**
* Displays a hint icon, on mouse over show the hint
*
* @param string the error message
*
* @access public
*/
function PMA_showHint($hint_message)
{
//return '<img class="lightbulb" src="' . $GLOBALS['pmaThemeImage'] . 'b_tipp.png" width="16" height="16" border="0" alt="' . $hint_message . '" title="' . $hint_message . '" align="middle" onclick="alert(\'' . PMA_jsFormat($hint_message, false) . '\');" />';
return '<img class="lightbulb" src="' . $GLOBALS['pmaThemeImage'] . 'b_tipp.png" width="16" height="16" alt="Tip" title="Tip" onmouseover="pmaTooltip(\'' . PMA_jsFormat($hint_message, false) . '\'); return false;" onmouseout="swapTooltip(\'default\'); return false;" />';
}
 
/**
* Displays a MySQL error message in the right frame.
*
* @param string the error message
* @param string the sql query that failed
* @param boolean whether to show a "modify" link or not
* @param string the "back" link url (full path is not required)
* @param boolean EXIT the page?
*
* @global array the configuration array
*
* @access public
*/
function PMA_mysqlDie($error_message = '', $the_query = '',
$is_modify_link = true, $back_url = '',
$exit = true)
{
global $cfg, $table, $db, $sql_query;
 
require_once './libraries/header.inc.php';
 
if (!$error_message) {
$error_message = PMA_DBI_getError();
}
if (!$the_query && !empty($GLOBALS['sql_query'])) {
$the_query = $GLOBALS['sql_query'];
}
 
// --- Added to solve bug #641765
// Robbat2 - 12 January 2003, 9:46PM
// Revised, Robbat2 - 13 January 2003, 2:59PM
if (!function_exists('PMA_SQP_isError') || PMA_SQP_isError()) {
$formatted_sql = htmlspecialchars($the_query);
} elseif (empty($the_query) || trim($the_query) == '') {
$formatted_sql = '';
} else {
$formatted_sql = PMA_formatSql(PMA_SQP_parse($the_query), $the_query);
}
// ---
echo "\n" . '<!-- PMA-SQL-ERROR -->' . "\n";
echo ' <div class="error"><h1>' . $GLOBALS['strError'] . '</h1>' . "\n";
// if the config password is wrong, or the MySQL server does not
// respond, do not show the query that would reveal the
// username/password
if (!empty($the_query) && !strstr($the_query, 'connect')) {
// --- Added to solve bug #641765
// Robbat2 - 12 January 2003, 9:46PM
// Revised, Robbat2 - 13 January 2003, 2:59PM
if (function_exists('PMA_SQP_isError') && PMA_SQP_isError()) {
echo PMA_SQP_getErrorString() . "\n";
echo '<br />' . "\n";
}
// ---
// modified to show me the help on sql errors (Michael Keck)
echo ' <p><strong>' . $GLOBALS['strSQLQuery'] . ':</strong>' . "\n";
if (strstr(strtolower($formatted_sql), 'select')) { // please show me help to the error on select
echo PMA_showMySQLDocu('SQL-Syntax', 'SELECT');
}
if ($is_modify_link && isset($db)) {
if (isset($table)) {
$doedit_goto = '<a href="tbl_properties.php?' . PMA_generate_common_url($db, $table) . '&amp;sql_query=' . urlencode($the_query) . '&amp;show_query=1">';
} else {
$doedit_goto = '<a href="db_details.php?' . PMA_generate_common_url($db) . '&amp;sql_query=' . urlencode($the_query) . '&amp;show_query=1">';
}
if ($GLOBALS['cfg']['PropertiesIconic']) {
echo $doedit_goto
. '<img class="icon" src=" '. $GLOBALS['pmaThemeImage'] . 'b_edit.png" width="16" height="16" alt="' . $GLOBALS['strEdit'] .'" />'
. '</a>';
} else {
echo ' ['
. $doedit_goto . $GLOBALS['strEdit'] . '</a>'
. ']' . "\n";
}
} // end if
echo ' </p>' . "\n"
.' <p>' . "\n"
.' ' . $formatted_sql . "\n"
.' </p>' . "\n";
} // end if
 
$tmp_mysql_error = ''; // for saving the original $error_message
if (!empty($error_message)) {
$tmp_mysql_error = strtolower($error_message); // save the original $error_message
$error_message = htmlspecialchars($error_message);
$error_message = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $error_message);
}
// modified to show me the help on error-returns (Michael Keck)
echo '<p>' . "\n"
. ' <strong>' . $GLOBALS['strMySQLSaid'] . '</strong>'
. PMA_showMySQLDocu('Error-returns', 'Error-returns')
. "\n"
. '</p>' . "\n";
 
// The error message will be displayed within a CODE segment.
// To preserve original formatting, but allow wordwrapping, we do a couple of replacements
 
// Replace all non-single blanks with their HTML-counterpart
$error_message = str_replace(' ', '&nbsp;&nbsp;', $error_message);
// Replace TAB-characters with their HTML-counterpart
$error_message = str_replace("\t", '&nbsp;&nbsp;&nbsp;&nbsp;', $error_message);
// Replace linebreaks
$error_message = nl2br($error_message);
 
echo '<code>' . "\n"
. $error_message . "\n"
. '</code><br />' . "\n";
 
// feature request #1036254:
// Add a link by MySQL-Error #1062 - Duplicate entry
// 2004-10-20 by mkkeck
// 2005-01-17 modified by mkkeck bugfix
if (substr($error_message, 1, 4) == '1062') {
// get the duplicate entry
 
// get table name
// TODO: what would be the best delimiter, while avoiding
// special characters that can become high-ascii after editing,
// depending upon which editor is used by the developer?
$error_table = array();
if (preg_match('@ALTER\s*TABLE\s*\`([^\`]+)\`@iu', $the_query, $error_table)) {
$error_table = $error_table[1];
} elseif (preg_match('@INSERT\s*INTO\s*\`([^\`]+)\`@iu', $the_query, $error_table)) {
$error_table = $error_table[1];
} elseif (preg_match('@UPDATE\s*\`([^\`]+)\`@iu', $the_query, $error_table)) {
$error_table = $error_table[1];
} elseif (preg_match('@INSERT\s*\`([^\`]+)\`@iu', $the_query, $error_table)) {
$error_table = $error_table[1];
}
 
// get fields
$error_fields = array();
if (preg_match('@\(([^\)]+)\)@i', $the_query, $error_fields)) {
$error_fields = explode(',', $error_fields[1]);
} elseif (preg_match('@(`[^`]+`)\s*=@i', $the_query, $error_fields)) {
$error_fields = explode(',', $error_fields[1]);
}
if (is_array($error_table) || is_array($error_fields)) {
 
// duplicate value
$duplicate_value = array();
preg_match('@\'([^\']+)\'@i', $tmp_mysql_error, $duplicate_value);
$duplicate_value = $duplicate_value[1];
 
$sql = '
SELECT *
FROM ' . PMA_backquote($error_table) . '
WHERE CONCAT_WS("-", ' . implode(', ', $error_fields) . ')
= "' . PMA_sqlAddslashes($duplicate_value) . '"
ORDER BY ' . implode(', ', $error_fields);
unset($error_table, $error_fields, $duplicate_value);
 
echo ' <form method="post" action="import.php" style="padding: 0; margin: 0">' ."\n"
.' <input type="hidden" name="sql_query" value="' . htmlentities($sql) . '" />' . "\n"
.' ' . PMA_generate_common_hidden_inputs($db, $table) . "\n"
.' <input type="submit" name="submit" value="' . $GLOBALS['strBrowse'] . '" />' . "\n"
.' </form>' . "\n";
unset($sql);
}
} // end of show duplicate entry
 
echo '</div>';
echo '<fieldset class="tblFooters">';
 
if (!empty($back_url) && $exit) {
$goto_back_url='<a href="' . (strstr($back_url, '?') ? $back_url . '&amp;no_history=true' : $back_url . '?no_history=true') . '">';
echo '[ ' . $goto_back_url . $GLOBALS['strBack'] . '</a> ]';
}
echo ' </fieldset>' . "\n\n";
if ($exit) {
require_once './libraries/footer.inc.php';
}
} // end of the 'PMA_mysqlDie()' function
 
/**
* Returns a string formatted with CONVERT ... USING
* if MySQL supports it
*
* @param string the string itself
* @param string the mode: quoted or unquoted (this one by default)
*
* @return the formatted string
*
* @access private
*/
function PMA_convert_using($string, $mode='unquoted')
{
if ($mode == 'quoted') {
$possible_quote = "'";
} else {
$possible_quote = "";
}
 
if (PMA_MYSQL_INT_VERSION >= 40100) {
list($conn_charset) = explode('_', $GLOBALS['collation_connection']);
$converted_string = "CONVERT(" . $possible_quote . $string . $possible_quote . " USING " . $conn_charset . ")";
} else {
$converted_string = $possible_quote . $string . $possible_quote;
}
return $converted_string;
} // end function
 
/**
* Send HTTP header, taking IIS limits into account (600 seems ok)
*
* @param string $uri the header to send
* @return boolean always true
*/
function PMA_sendHeaderLocation($uri)
{
if (PMA_IS_IIS && strlen($uri) > 600) {
 
echo '<html><head><title>- - -</title>' . "\n";
echo '<meta http-equiv="expires" content="0">' . "\n";
echo '<meta http-equiv="Pragma" content="no-cache">' . "\n";
echo '<meta http-equiv="Cache-Control" content="no-cache">' . "\n";
echo '<meta http-equiv="Refresh" content="0;url=' .$uri . '">' . "\n";
echo '<script type="text/javascript" language="javascript">' . "\n";
echo '//<![CDATA[' . "\n";
echo 'setTimeout ("window.location = unescape(\'"' . $uri . '"\')",2000); </script>' . "\n";
echo '//]]>' . "\n";
echo '</head>' . "\n";
echo '<body>' . "\n";
echo '<script type="text/javascript" language="javascript">' . "\n";
echo '//<![CDATA[' . "\n";
echo 'document.write (\'<p><a href="' . $uri . '">' . $GLOBALS['strGo'] . '</a></p>\');' . "\n";
echo '//]]>' . "\n";
echo '</script></body></html>' . "\n";
 
} else {
if (SID) {
if (strpos($uri, '?') === false) {
header('Location: ' . $uri . '?' . SID);
} else {
// use seperators defined by php, but prefer ';'
// as recommended by W3C
$php_arg_separator_input = ini_get('arg_separator.input');
if (strpos($php_arg_separator_input, ';') !== false) {
$separator = ';';
} elseif (strlen($php_arg_separator_input) > 0) {
$separator = $php_arg_separator_input{0};
} else {
$separator = '&';
}
header('Location: ' . $uri . $separator . SID);
}
} else {
session_write_close();
// bug #1523784, IE6 does not like 'Refresh: 0', it
// results in a blank page
if (PMA_IS_IIS && defined('PMA_COMING_FROM_COOKIE_LOGIN')) {
header('Refresh: 0; ' . $uri);
} else {
header('Location: ' . $uri);
}
}
}
}
 
/**
* Get the list and number of available databases.
*
* @param string the url to go back to in case of error
*
* @return boolean always true
*
* @global array the list of available databases
* @global integer the number of available databases
* @global array current configuration
*/
function PMA_availableDatabases($error_url = '')
{
global $dblist;
global $num_dbs;
global $cfg;
 
// 1. A list of allowed databases has already been defined by the
// authentication process -> gets the available databases list
if (count($dblist)) {
foreach ($dblist as $key => $db) {
if (!@PMA_DBI_select_db($db) || (!empty($GLOBALS['cfg']['Server']['hide_db']) && preg_match('/' . $GLOBALS['cfg']['Server']['hide_db'] . '/', $db))) {
unset($dblist[$key]);
} // end if
} // end for
} // end if
// 2. Allowed database list is empty -> gets the list of all databases
// on the server
elseif (empty($cfg['Server']['only_db'])) {
$dblist = PMA_DBI_get_dblist(); // needed? or PMA_mysqlDie('', 'SHOW DATABASES;', false, $error_url);
} // end else
 
$num_dbs = count($dblist);
 
// natural order for db list; but do not sort if user asked
// for a specific order with the 'only_db' mechanism
if (!is_array($GLOBALS['cfg']['Server']['only_db'])
&& $GLOBALS['cfg']['NaturalOrder']) {
natsort($dblist);
}
 
return true;
} // end of the 'PMA_availableDatabases()' function
 
/**
* returns array with tables of given db with extended infomation and grouped
*
* @uses $GLOBALS['cfg']['LeftFrameTableSeparator']
* @uses $GLOBALS['cfg']['LeftFrameTableLevel']
* @uses $GLOBALS['cfg']['ShowTooltipAliasTB']
* @uses $GLOBALS['cfg']['NaturalOrder']
* @uses PMA_DBI_fetch_result()
* @uses PMA_backquote()
* @uses count()
* @uses array_merge
* @uses uksort()
* @uses strstr()
* @uses explode()
* @param string $db name of db
* return array (rekursive) grouped table list
*/
function PMA_getTableList($db, $tables = null)
{
$sep = $GLOBALS['cfg']['LeftFrameTableSeparator'];
 
if ( null === $tables ) {
$tables = PMA_DBI_get_tables_full($db);
if ($GLOBALS['cfg']['NaturalOrder']) {
uksort($tables, 'strnatcasecmp');
}
}
 
if (count($tables) < 1) {
return $tables;
}
 
$default = array(
'Name' => '',
'Rows' => 0,
'Comment' => '',
'disp_name' => '',
);
 
$table_groups = array();
 
foreach ($tables as $table_name => $table) {
 
// check for correct row count
if (null === $table['Rows']) {
// Do not check exact row count here,
// if row count is invalid possibly the table is defect
// and this would break left frame;
// but we can check row count if this is a view,
// since PMA_countRecords() returns a limited row count
// in this case.
 
// set this because PMA_countRecords() can use it
$tbl_is_view = PMA_tableIsView($db, $table['Name']);
 
if ($tbl_is_view) {
$table['Rows'] = PMA_countRecords($db, $table['Name'],
$return = true);
}
}
 
// in $group we save the reference to the place in $table_groups
// where to store the table info
if ($GLOBALS['cfg']['LeftFrameDBTree']
&& $sep && strstr($table_name, $sep))
{
$parts = explode($sep, $table_name);
 
$group =& $table_groups;
$i = 0;
$group_name_full = '';
while ($i < count($parts) - 1
&& $i < $GLOBALS['cfg']['LeftFrameTableLevel']) {
$group_name = $parts[$i] . $sep;
$group_name_full .= $group_name;
 
if (!isset($group[$group_name])) {
$group[$group_name] = array();
$group[$group_name]['is' . $sep . 'group'] = true;
$group[$group_name]['tab' . $sep . 'count'] = 1;
$group[$group_name]['tab' . $sep . 'group'] = $group_name_full;
} elseif (!isset($group[$group_name]['is' . $sep . 'group'])) {
$table = $group[$group_name];
$group[$group_name] = array();
$group[$group_name][$group_name] = $table;
unset($table);
$group[$group_name]['is' . $sep . 'group'] = true;
$group[$group_name]['tab' . $sep . 'count'] = 1;
$group[$group_name]['tab' . $sep . 'group'] = $group_name_full;
} else {
$group[$group_name]['tab' . $sep . 'count']++;
}
$group =& $group[$group_name];
$i++;
}
} else {
if (!isset($table_groups[$table_name])) {
$table_groups[$table_name] = array();
}
$group =& $table_groups;
}
 
 
if ($GLOBALS['cfg']['ShowTooltipAliasTB']
&& $GLOBALS['cfg']['ShowTooltipAliasTB'] !== 'nested') {
// switch tooltip and name
$table['Comment'] = $table['Name'];
$table['disp_name'] = $table['Comment'];
} else {
$table['disp_name'] = $table['Name'];
}
 
$group[$table_name] = array_merge($default, $table);
}
 
return $table_groups;
}
 
/* ----------------------- Set of misc functions ----------------------- */
 
 
/**
* Adds backquotes on both sides of a database, table or field name.
* and escapes backquotes inside the name with another backquote
*
* <code>
* echo PMA_backquote('owner`s db'); // `owner``s db`
* </code>
*
* @param mixed $a_name the database, table or field name to "backquote"
* or array of it
* @param boolean $do_it a flag to bypass this function (used by dump
* functions)
* @return mixed the "backquoted" database, table or field name if the
* current MySQL release is >= 3.23.6, the original one
* else
* @access public
*/
function PMA_backquote($a_name, $do_it = true)
{
if (! $do_it) {
return $a_name;
}
 
if (is_array($a_name)) {
$result = array();
foreach ($a_name as $key => $val) {
$result[$key] = PMA_backquote($val);
}
return $result;
}
 
// '0' is also empty for php :-(
if (strlen($a_name) && $a_name != '*') {
return '`' . str_replace('`', '``', $a_name) . '`';
} else {
return $a_name;
}
} // end of the 'PMA_backquote()' function
 
 
/**
* Format a string so it can be passed to a javascript function.
* This function is used to displays a javascript confirmation box for
* "DROP/DELETE/ALTER" queries.
*
* @param string the string to format
* @param boolean whether to add backquotes to the string or not
*
* @return string the formated string
*
* @access public
*/
function PMA_jsFormat($a_string = '', $add_backquotes = true)
{
if (is_string($a_string)) {
$a_string = htmlspecialchars($a_string);
$a_string = str_replace('\\', '\\\\', $a_string);
$a_string = str_replace('\'', '\\\'', $a_string);
$a_string = str_replace('#', '\\#', $a_string);
$a_string = str_replace("\012", '\\\\n', $a_string);
$a_string = str_replace("\015", '\\\\r', $a_string);
}
 
return (($add_backquotes) ? PMA_backquote($a_string) : $a_string);
} // end of the 'PMA_jsFormat()' function
 
 
/**
* Defines the <CR><LF> value depending on the user OS.
*
* @return string the <CR><LF> value to use
*
* @access public
*/
function PMA_whichCrlf()
{
$the_crlf = "\n";
 
// The 'PMA_USR_OS' constant is defined in "./libraries/defines.lib.php"
// Win case
if (PMA_USR_OS == 'Win') {
$the_crlf = "\r\n";
}
// Mac case
elseif (PMA_USR_OS == 'Mac') {
$the_crlf = "\r";
}
// Others
else {
$the_crlf = "\n";
}
 
return $the_crlf;
} // end of the 'PMA_whichCrlf()' function
 
/**
* Checks if this "table" is a view
*
* @param string the database name
* @param string the table name
*
* @return boolean whether this is a view
*
* @access public
*/
function PMA_tableIsView($db, $table) {
// maybe we already know if the table is a view
// TODO: see what we could do with the possible existence
// of $table_is_view
if (isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view']) {
return true;
}
// old MySQL version: no view
if (PMA_MYSQL_INT_VERSION < 50000) {
return false;
}
if ( false === PMA_DBI_fetch_value('SELECT TABLE_NAME FROM information_schema.VIEWS WHERE TABLE_SCHEMA = \'' . $db . '\' AND TABLE_NAME = \'' . $table . '\';')) {
return false;
} else {
return true;
}
}
 
/**
* Counts and returns (or displays) the number of records in a table
*
* Revision 13 July 2001: Patch for limiting dump size from
* vinay@sanisoft.com & girish@sanisoft.com
*
* @param string the current database name
* @param string the current table name
* @param boolean whether to retain or to displays the result
* @param boolean whether to force an exact count
*
* @return mixed the number of records if retain is required, true else
*
* @access public
*/
function PMA_countRecords($db, $table, $ret = false, $force_exact = false)
{
global $err_url, $cfg;
if (!$force_exact) {
$result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . PMA_sqlAddslashes($table, true) . '\';');
$showtable = PMA_DBI_fetch_assoc($result);
$num = (isset($showtable['Rows']) ? $showtable['Rows'] : 0);
if ($num < $cfg['MaxExactCount']) {
unset($num);
}
PMA_DBI_free_result($result);
}
 
$tbl_is_view = PMA_tableIsView($db, $table);
 
if (!isset($num)) {
if (! $tbl_is_view) {
$num = PMA_DBI_fetch_value('SELECT COUNT(*) AS num FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table));
// necessary?
if (! $num) {
$num = 0;
}
// since counting all rows of a view could be too long
} else {
// try_query because if can fail (a VIEW was based on a
// table that no longer exists)
$result = PMA_DBI_try_query('SELECT 1 FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table) . ' LIMIT ' . $cfg['MaxExactCount'], null, PMA_DBI_QUERY_STORE);
if (!PMA_DBI_getError()) {
$num = PMA_DBI_num_rows($result);
} else {
$num = 0;
}
}
}
if ($ret) {
return $num;
} else {
// Note: as of PMA 2.8.0, we no longer seem to be using
// PMA_countRecords() in display mode.
echo number_format($num, 0, $GLOBALS['number_decimal_separator'], $GLOBALS['number_thousands_separator']);
if ($tbl_is_view) {
echo '&nbsp;' . sprintf($GLOBALS['strViewMaxExactCount'], $cfg['MaxExactCount'], '[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]');
}
return true;
}
} // end of the 'PMA_countRecords()' function
 
/**
* Reloads navigation if needed.
*
* @global mixed configuration
* @global bool whether to reload
*
* @access public
*/
function PMA_reloadNavigation()
{
global $cfg;
 
// Reloads the navigation frame via JavaScript if required
if (isset($GLOBALS['reload']) && $GLOBALS['reload']) {
echo "\n";
$reload_url = './left.php?' . PMA_generate_common_url((isset($GLOBALS['db']) ? $GLOBALS['db'] : ''), '', '&');
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
if (typeof(window.parent) != 'undefined'
&& typeof(window.parent.frames[0]) != 'undefined') {
window.parent.goTo('<?php echo $reload_url; ?>');
}
//]]>
</script>
<?php
unset($GLOBALS['reload']);
}
}
 
/**
* Displays a message at the top of the "main" (right) frame
*
* @param string the message to display
*
* @global array the configuration array
*
* @access public
*/
function PMA_showMessage($message)
{
global $cfg;
 
// Sanitizes $message
$message = PMA_sanitize($message);
 
// Corrects the tooltip text via JS if required
if ( isset($GLOBALS['table']) && strlen($GLOBALS['table']) && $cfg['ShowTooltip']) {
$result = PMA_DBI_try_query('SHOW TABLE STATUS FROM ' . PMA_backquote($GLOBALS['db']) . ' LIKE \'' . PMA_sqlAddslashes($GLOBALS['table'], true) . '\'');
if ($result) {
$tbl_status = PMA_DBI_fetch_assoc($result);
$tooltip = (empty($tbl_status['Comment']))
? ''
: $tbl_status['Comment'] . ' ';
$tooltip .= '(' . PMA_formatNumber($tbl_status['Rows'], 0) . ' ' . $GLOBALS['strRows'] . ')';
PMA_DBI_free_result($result);
$uni_tbl = PMA_jsFormat($GLOBALS['db'] . '.' . $GLOBALS['table'], false);
echo "\n";
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
window.parent.updateTableTitle('<?php echo $uni_tbl; ?>', '<?php echo PMA_jsFormat($tooltip, false); ?>');
//]]>
</script>
<?php
} // end if
} // end if ... elseif
 
// Checks if the table needs to be repaired after a TRUNCATE query.
if (isset($GLOBALS['table']) && isset($GLOBALS['sql_query'])
&& $GLOBALS['sql_query'] == 'TRUNCATE TABLE ' . PMA_backquote($GLOBALS['table'])) {
if (!isset($tbl_status)) {
$result = @PMA_DBI_try_query('SHOW TABLE STATUS FROM ' . PMA_backquote($GLOBALS['db']) . ' LIKE \'' . PMA_sqlAddslashes($GLOBALS['table'], true) . '\'');
if ($result) {
$tbl_status = PMA_DBI_fetch_assoc($result);
PMA_DBI_free_result($result);
}
}
if (isset($tbl_status) && (int) $tbl_status['Index_length'] > 1024) {
PMA_DBI_try_query('REPAIR TABLE ' . PMA_backquote($GLOBALS['table']));
}
}
unset($tbl_status);
?>
<br />
<div align="<?php echo $GLOBALS['cell_align_left']; ?>">
<?php
if (!empty($GLOBALS['show_error_header'])) {
?>
<div class="error">
<h1><?php echo $GLOBALS['strError']; ?></h1>
<?php
}
 
echo $message;
if (isset($GLOBALS['special_message'])) {
echo PMA_sanitize($GLOBALS['special_message']);
unset($GLOBALS['special_message']);
}
 
if (!empty($GLOBALS['show_error_header'])) {
echo '</div>';
}
 
if ($cfg['ShowSQL'] == true
&& (!empty($GLOBALS['sql_query']) || !empty($GLOBALS['display_query']))) {
$local_query = !empty($GLOBALS['display_query']) ? $GLOBALS['display_query'] : (($cfg['SQP']['fmtType'] == 'none' && isset($GLOBALS['unparsed_sql']) && $GLOBALS['unparsed_sql'] != '') ? $GLOBALS['unparsed_sql'] : $GLOBALS['sql_query']);
// Basic url query part
$url_qpart = '?' . PMA_generate_common_url(isset($GLOBALS['db']) ? $GLOBALS['db'] : '', isset($GLOBALS['table']) ? $GLOBALS['table'] : '');
 
// Html format the query to be displayed
// The nl2br function isn't used because its result isn't a valid
// xhtml1.0 statement before php4.0.5 ("<br>" and not "<br />")
// If we want to show some sql code it is easiest to create it here
/* SQL-Parser-Analyzer */
 
if (!empty($GLOBALS['show_as_php'])) {
$new_line = '\'<br />' . "\n" . '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;. \' ';
}
if (isset($new_line)) {
/* SQL-Parser-Analyzer */
$query_base = PMA_sqlAddslashes(htmlspecialchars($local_query), false, false, true);
/* SQL-Parser-Analyzer */
$query_base = preg_replace("@((\015\012)|(\015)|(\012))+@", $new_line, $query_base);
} else {
$query_base = $local_query;
}
 
// Parse SQL if needed
if (isset($GLOBALS['parsed_sql']) && $query_base == $GLOBALS['parsed_sql']['raw']) {
$parsed_sql = $GLOBALS['parsed_sql'];
} else {
// when the query is large (for example an INSERT of binary
// data), the parser chokes; so avoid parsing it
if (strlen($query_base) < 1000) {
$parsed_sql = PMA_SQP_parse($query_base);
}
}
 
// Analyze it
if (isset($parsed_sql)) {
$analyzed_display_query = PMA_SQP_analyze($parsed_sql);
}
 
// Here we append the LIMIT added for navigation, to
// enable its display. Adding it higher in the code
// to $local_query would create a problem when
// using the Refresh or Edit links.
 
// Only append it on SELECTs.
 
// FIXME: what would be the best to do when someone
// hits Refresh: use the current LIMITs ?
 
if (isset($analyzed_display_query[0]['queryflags']['select_from'])
&& isset($GLOBALS['sql_limit_to_append'])) {
$query_base = $analyzed_display_query[0]['section_before_limit'] . "\n" . $GLOBALS['sql_limit_to_append'] . $analyzed_display_query[0]['section_after_limit'];
// Need to reparse query
$parsed_sql = PMA_SQP_parse($query_base);
}
 
if (!empty($GLOBALS['show_as_php'])) {
$query_base = '$sql = \'' . $query_base;
} elseif (!empty($GLOBALS['validatequery'])) {
$query_base = PMA_validateSQL($query_base);
} else {
if (isset($parsed_sql)) {
$query_base = PMA_formatSql($parsed_sql, $query_base);
}
}
 
// Prepares links that may be displayed to edit/explain the query
// (don't go to default pages, we must go to the page
// where the query box is available)
// (also, I don't see why we should check the goto variable)
 
//if (!isset($GLOBALS['goto'])) {
//$edit_target = (isset($GLOBALS['table'])) ? $cfg['DefaultTabTable'] : $cfg['DefaultTabDatabase'];
$edit_target = isset($GLOBALS['db']) ? (isset($GLOBALS['table']) ? 'tbl_properties.php' : 'db_details.php') : 'server_sql.php';
//} elseif ($GLOBALS['goto'] != 'main.php') {
// $edit_target = $GLOBALS['goto'];
//} else {
// $edit_target = '';
//}
 
if (isset($cfg['SQLQuery']['Edit'])
&& ($cfg['SQLQuery']['Edit'] == true)
&& (!empty($edit_target))) {
 
if ($cfg['EditInWindow'] == true) {
$onclick = 'window.parent.focus_querywindow(\'' . urlencode($local_query) . '\'); return false;';
} else {
$onclick = '';
}
 
$edit_link = $edit_target
. $url_qpart
. '&amp;sql_query=' . urlencode($local_query)
. '&amp;show_query=1#querybox';
$edit_link = ' [' . PMA_linkOrButton($edit_link, $GLOBALS['strEdit'], array('onclick' => $onclick)) . ']';
} else {
$edit_link = '';
}
 
// Want to have the query explained (Mike Beck 2002-05-22)
// but only explain a SELECT (that has not been explained)
/* SQL-Parser-Analyzer */
if (isset($cfg['SQLQuery']['Explain'])
&& $cfg['SQLQuery']['Explain'] == true) {
 
// Detect if we are validating as well
// To preserve the validate uRL data
if (!empty($GLOBALS['validatequery'])) {
$explain_link_validate = '&amp;validatequery=1';
} else {
$explain_link_validate = '';
}
 
$explain_link = 'import.php'
. $url_qpart
. $explain_link_validate
. '&amp;sql_query=';
 
if (preg_match('@^SELECT[[:space:]]+@i', $local_query)) {
$explain_link .= urlencode('EXPLAIN ' . $local_query);
$message = $GLOBALS['strExplain'];
} elseif (preg_match('@^EXPLAIN[[:space:]]+SELECT[[:space:]]+@i', $local_query)) {
$explain_link .= urlencode(substr($local_query, 8));
$message = $GLOBALS['strNoExplain'];
} else {
$explain_link = '';
}
if (!empty($explain_link)) {
$explain_link = ' [' . PMA_linkOrButton($explain_link, $message) . ']';
}
} else {
$explain_link = '';
} //show explain
 
// Also we would like to get the SQL formed in some nice
// php-code (Mike Beck 2002-05-22)
if (isset($cfg['SQLQuery']['ShowAsPHP'])
&& $cfg['SQLQuery']['ShowAsPHP'] == true) {
$php_link = 'import.php'
. $url_qpart
. '&amp;show_query=1'
. '&amp;sql_query=' . urlencode($local_query)
. '&amp;show_as_php=';
 
if (!empty($GLOBALS['show_as_php'])) {
$php_link .= '0';
$message = $GLOBALS['strNoPhp'];
} else {
$php_link .= '1';
$message = $GLOBALS['strPhp'];
}
$php_link = ' [' . PMA_linkOrButton($php_link, $message) . ']';
 
if (isset($GLOBALS['show_as_php']) && $GLOBALS['show_as_php'] == '1') {
$runquery_link
= 'import.php'
. $url_qpart
. '&amp;show_query=1'
. '&amp;sql_query=' . urlencode($local_query);
$php_link .= ' [' . PMA_linkOrButton($runquery_link, $GLOBALS['strRunQuery']) . ']';
}
 
} else {
$php_link = '';
} //show as php
 
// Refresh query
if (isset($cfg['SQLQuery']['Refresh'])
&& $cfg['SQLQuery']['Refresh']
&& preg_match('@^(SELECT|SHOW)[[:space:]]+@i', $local_query)) {
$refresh_link = 'import.php'
. $url_qpart
. '&amp;show_query=1'
. (isset($_GET['pos']) ? '&amp;pos=' . $_GET['pos'] : '')
. '&amp;sql_query=' . urlencode($local_query);
$refresh_link = ' [' . PMA_linkOrButton($refresh_link, $GLOBALS['strRefresh']) . ']';
} else {
$refresh_link = '';
} //show as php
 
if (isset($cfg['SQLValidator']['use'])
&& $cfg['SQLValidator']['use'] == true
&& isset($cfg['SQLQuery']['Validate'])
&& $cfg['SQLQuery']['Validate'] == true) {
$validate_link = 'import.php'
. $url_qpart
. '&amp;show_query=1'
. '&amp;sql_query=' . urlencode($local_query)
. '&amp;validatequery=';
if (!empty($GLOBALS['validatequery'])) {
$validate_link .= '0';
$validate_message = $GLOBALS['strNoValidateSQL'] ;
} else {
$validate_link .= '1';
$validate_message = $GLOBALS['strValidateSQL'] ;
}
$validate_link = ' [' . PMA_linkOrButton($validate_link, $validate_message) . ']';
} else {
$validate_link = '';
} //validator
unset($local_query);
 
// Displays the message
echo '<fieldset class="">' . "\n";
echo ' <legend>' . $GLOBALS['strSQLQuery'] . ':</legend>';
echo ' ' . $query_base;
 
//Clean up the end of the PHP
if (!empty($GLOBALS['show_as_php'])) {
echo '\';';
}
echo '</fieldset>' . "\n";
 
if (!empty($edit_target)) {
echo '<fieldset class="tblFooters">';
echo $edit_link . $explain_link . $php_link . $refresh_link . $validate_link;
echo '</fieldset>';
}
}
?>
</div><br />
<?php
} // end of the 'PMA_showMessage()' function
 
 
/**
* Formats $value to byte view
*
* @param double the value to format
* @param integer the sensitiveness
* @param integer the number of decimals to retain
*
* @return array the formatted value and its unit
*
* @access public
*
* @author staybyte
* @version 1.2 - 18 July 2002
*/
function PMA_formatByteDown($value, $limes = 6, $comma = 0)
{
$dh = pow(10, $comma);
$li = pow(10, $limes);
$return_value = $value;
$unit = $GLOBALS['byteUnits'][0];
 
for ($d = 6, $ex = 15; $d >= 1; $d--, $ex-=3) {
if (isset($GLOBALS['byteUnits'][$d]) && $value >= $li * pow(10, $ex)) {
$value = round($value / (pow(1024, $d) / $dh)) /$dh;
$unit = $GLOBALS['byteUnits'][$d];
break 1;
} // end if
} // end for
 
if ($unit != $GLOBALS['byteUnits'][0]) {
$return_value = number_format($value, $comma, $GLOBALS['number_decimal_separator'], $GLOBALS['number_thousands_separator']);
} else {
$return_value = number_format($value, 0, $GLOBALS['number_decimal_separator'], $GLOBALS['number_thousands_separator']);
}
 
return array($return_value, $unit);
} // end of the 'PMA_formatByteDown' function
 
/**
* Formats $value to the given length and appends SI prefixes
* $comma is not substracted from the length
* with a $length of 0 no truncation occurs, number is only formated
* to the current locale
* <code>
* echo PMA_formatNumber(123456789, 6); // 123,457 k
* echo PMA_formatNumber(-123456789, 4, 2); // -123.46 M
* echo PMA_formatNumber(-0.003, 6); // -3 m
* echo PMA_formatNumber(0.003, 3, 3); // 0.003
* echo PMA_formatNumber(0.00003, 3, 2); // 0.03 m
* echo PMA_formatNumber(0, 6); // 0
* </code>
* @param double $value the value to format
* @param integer $length the max length
* @param integer $comma the number of decimals to retain
* @param boolean $only_down do not reformat numbers below 1
*
* @return string the formatted value and its unit
*
* @access public
*
* @author staybyte, sebastian mendel
* @version 1.1.0 - 2005-10-27
*/
function PMA_formatNumber($value, $length = 3, $comma = 0, $only_down = false)
{
if ($length === 0) {
return number_format($value,
$comma,
$GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator']);
}
 
// this units needs no translation, ISO
$units = array(
-8 => 'y',
-7 => 'z',
-6 => 'a',
-5 => 'f',
-4 => 'p',
-3 => 'n',
-2 => '&micro;',
-1 => 'm',
0 => ' ',
1 => 'k',
2 => 'M',
3 => 'G',
4 => 'T',
5 => 'P',
6 => 'E',
7 => 'Z',
8 => 'Y'
);
 
// we need at least 3 digits to be displayed
if (3 > $length + $comma) {
$length = 3 - $comma;
}
 
// check for negativ value to retain sign
if ($value < 0) {
$sign = '-';
$value = abs($value);
} else {
$sign = '';
}
 
$dh = pow(10, $comma);
$li = pow(10, $length);
$unit = $units[0];
 
if ($value >= 1) {
for ($d = 8; $d >= 0; $d--) {
if (isset($units[$d]) && $value >= $li * pow(1000, $d-1)) {
$value = round($value / (pow(1000, $d) / $dh)) /$dh;
$unit = $units[$d];
break 1;
} // end if
} // end for
} elseif (!$only_down && (float) $value !== 0.0) {
for ($d = -8; $d <= 8; $d++) {
if (isset($units[$d]) && $value <= $li * pow(1000, $d-1)) {
$value = round($value / (pow(1000, $d) / $dh)) /$dh;
$unit = $units[$d];
break 1;
} // end if
} // end for
} // end if ($value >= 1) elseif (!$only_down && (float) $value !== 0.0)
 
$value = number_format($value,
$comma,
$GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator']);
 
return $sign . $value . ' ' . $unit;
} // end of the 'PMA_formatNumber' function
 
/**
* Extracts ENUM / SET options from a type definition string
*
* @param string The column type definition
*
* @return array The options or
* boolean false in case of an error.
*
* @author rabus
*/
function PMA_getEnumSetOptions($type_def)
{
$open = strpos($type_def, '(');
$close = strrpos($type_def, ')');
if (!$open || !$close) {
return false;
}
$options = substr($type_def, $open + 2, $close - $open - 3);
$options = explode('\',\'', $options);
return $options;
} // end of the 'PMA_getEnumSetOptions' function
 
/**
* Writes localised date
*
* @param string the current timestamp
*
* @return string the formatted date
*
* @access public
*/
function PMA_localisedDate($timestamp = -1, $format = '')
{
global $datefmt, $month, $day_of_week;
 
if ($format == '') {
$format = $datefmt;
}
 
if ($timestamp == -1) {
$timestamp = time();
}
 
$date = preg_replace('@%[aA]@', $day_of_week[(int)strftime('%w', $timestamp)], $format);
$date = preg_replace('@%[bB]@', $month[(int)strftime('%m', $timestamp)-1], $date);
 
return strftime($date, $timestamp);
} // end of the 'PMA_localisedDate()' function
 
 
/**
* returns a tab for tabbed navigation.
* If the variables $link and $args ar left empty, an inactive tab is created
*
* @uses array_merge()
* basename()
* $GLOBALS['strEmpty']
* $GLOBALS['strDrop']
* $GLOBALS['active_page']
* $GLOBALS['PHP_SELF']
* htmlentities()
* PMA_generate_common_url()
* $GLOBALS['url_query']
* urlencode()
* $GLOBALS['cfg']['MainPageIconic']
* $GLOBALS['pmaThemeImage']
* sprintf()
* trigger_error()
* E_USER_NOTICE
* @param array $tab array with all options
* @return string html code for one tab, a link if valid otherwise a span
* @access public
*/
function PMA_getTab($tab)
{
// default values
$defaults = array(
'text' => '',
'class' => '',
'active' => false,
'link' => '',
'sep' => '?',
'attr' => '',
'args' => '',
);
 
$tab = array_merge($defaults, $tab);
 
// determine additionnal style-class
if (empty($tab['class'])) {
if ($tab['text'] == $GLOBALS['strEmpty']
|| $tab['text'] == $GLOBALS['strDrop']) {
$tab['class'] = 'caution';
} elseif (!empty($tab['active'])
|| (isset($GLOBALS['active_page'])
&& $GLOBALS['active_page'] == $tab['link'])
|| basename(PMA_getenv('PHP_SELF')) == $tab['link'])
{
$tab['class'] = 'active';
}
}
 
// build the link
if (!empty($tab['link'])) {
$tab['link'] = htmlentities($tab['link']);
$tab['link'] = $tab['link'] . $tab['sep']
.(empty($GLOBALS['url_query']) ?
PMA_generate_common_url() : $GLOBALS['url_query']);
if (!empty($tab['args'])) {
foreach ($tab['args'] as $param => $value) {
$tab['link'] .= '&amp;' . urlencode($param) . '='
. urlencode($value);
}
}
}
 
// display icon, even if iconic is disabled but the link-text is missing
if (($GLOBALS['cfg']['MainPageIconic'] || empty($tab['text']))
&& isset($tab['icon'])) {
$image = '<img class="icon" src="' . htmlentities($GLOBALS['pmaThemeImage'])
.'%1$s" width="16" height="16" alt="%2$s" />%2$s';
$tab['text'] = sprintf($image, htmlentities($tab['icon']), $tab['text']);
}
// check to not display an empty link-text
elseif (empty($tab['text'])) {
$tab['text'] = '?';
trigger_error('empty linktext in function ' . __FUNCTION__ . '()',
E_USER_NOTICE);
}
 
if (!empty($tab['link'])) {
$out = '<a class="tab' . htmlentities($tab['class']) . '"'
.' href="' . $tab['link'] . '" ' . $tab['attr'] . '>'
. $tab['text'] . '</a>';
} else {
$out = '<span class="tab' . htmlentities($tab['class']) . '">'
. $tab['text'] . '</span>';
}
 
return $out;
} // end of the 'PMA_getTab()' function
 
/**
* returns html-code for a tab navigation
*
* @uses PMA_getTab()
* @uses htmlentities()
* @param array $tabs one element per tab
* @param string $tag_id id used for the html-tag
* @return string html-code for tab-navigation
*/
function PMA_getTabs($tabs, $tag_id = 'topmenu')
{
$tab_navigation =
'<div id="' . htmlentities($tag_id) . 'container">' . "\n"
.'<ul id="' . htmlentities($tag_id) . '">' . "\n";
 
foreach ($tabs as $tab) {
$tab_navigation .= '<li>' . PMA_getTab($tab) . '</li>' . "\n";
}
 
$tab_navigation .=
'</ul>' . "\n"
.'<div class="clearfloat"></div>'
.'</div>' . "\n";
 
return $tab_navigation;
}
 
 
/**
* Displays a link, or a button if the link's URL is too large, to
* accommodate some browsers' limitations
*
* @param string the URL
* @param string the link message
* @param mixed $tag_params string: js confirmation
* array: additional tag params (f.e. style="")
* @param boolean $new_form we set this to false when we are already in
* a form, to avoid generating nested forms
*
* @return string the results to be echoed or saved in an array
*/
function PMA_linkOrButton($url, $message, $tag_params = array(),
$new_form = true, $strip_img = false, $target = '')
{
if (! is_array($tag_params)) {
$tmp = $tag_params;
$tag_params = array();
if (!empty($tmp)) {
$tag_params['onclick'] = 'return confirmLink(this, \'' . $tmp . '\')';
}
unset($tmp);
}
if (! empty($target)) {
$tag_params['target'] = htmlentities($target);
}
 
$tag_params_strings = array();
foreach ($tag_params as $par_name => $par_value) {
// htmlentities() only on non javascript
$par_value = substr($par_name, 0, 2) == 'on'
? $par_value
: htmlentities($par_value);
$tag_params_strings[] = $par_name . '="' . $par_value . '"';
}
 
// previously the limit was set to 2047, it seems 1000 is better
if (strlen($url) <= 1000) {
// no whitespace within an <a> else Safari will make it part of the link
$ret = "\n" . '<a href="' . $url . '" '
. implode(' ', $tag_params_strings) . '>'
. $message . '</a>' . "\n";
} else {
// no spaces (linebreaks) at all
// or after the hidden fields
// IE will display them all
 
// add class=link to submit button
if (empty($tag_params['class'])) {
$tag_params['class'] = 'link';
}
$url = str_replace('&amp;', '&', $url);
$url_parts = parse_url($url);
$query_parts = explode('&', $url_parts['query']);
if ($new_form) {
$ret = '<form action="' . $url_parts['path'] . '" class="link"'
. ' method="post"' . $target . ' style="display: inline;">';
$subname_open = '';
$subname_close = '';
$submit_name = '';
} else {
$query_parts[] = 'redirect=' . $url_parts['path'];
if (empty($GLOBALS['subform_counter'])) {
$GLOBALS['subform_counter'] = 0;
}
$GLOBALS['subform_counter']++;
$ret = '';
$subname_open = 'subform[' . $GLOBALS['subform_counter'] . '][';
$subname_close = ']';
$submit_name = ' name="usesubform[' . $GLOBALS['subform_counter'] . ']"';
}
foreach ($query_parts AS $query_pair) {
list($eachvar, $eachval) = explode('=', $query_pair);
$ret .= '<input type="hidden" name="' . $subname_open . $eachvar
. $subname_close . '" value="'
. htmlspecialchars(urldecode($eachval)) . '" />';
} // end while
 
if (stristr($message, '<img')) {
if ($strip_img) {
$message = trim(strip_tags($message));
$ret .= '<input type="submit"' . $submit_name . ' '
. implode(' ', $tag_params_strings)
. ' value="' . htmlspecialchars($message) . '" />';
} else {
$ret .= '<input type="image"' . $submit_name . ' '
. implode(' ', $tag_params_strings)
. ' src="' . preg_replace(
'/^.*\ssrc="([^"]*)".*$/si', '\1', $message) . '"'
. ' value="' . htmlspecialchars(
preg_replace('/^.*\salt="([^"]*)".*$/si', '\1',
$message))
. '" />';
}
} else {
$message = trim(strip_tags($message));
$ret .= '<input type="submit"' . $submit_name . ' '
. implode(' ', $tag_params_strings)
. ' value="' . htmlspecialchars($message) . '" />';
}
if ($new_form) {
$ret .= '</form>';
}
} // end if... else...
 
return $ret;
} // end of the 'PMA_linkOrButton()' function
 
 
/**
* Returns a given timespan value in a readable format.
*
* @param int the timespan
*
* @return string the formatted value
*/
function PMA_timespanFormat($seconds)
{
$return_string = '';
$days = floor($seconds / 86400);
if ($days > 0) {
$seconds -= $days * 86400;
}
$hours = floor($seconds / 3600);
if ($days > 0 || $hours > 0) {
$seconds -= $hours * 3600;
}
$minutes = floor($seconds / 60);
if ($days > 0 || $hours > 0 || $minutes > 0) {
$seconds -= $minutes * 60;
}
return sprintf($GLOBALS['timespanfmt'], (string)$days, (string)$hours, (string)$minutes, (string)$seconds);
}
 
/**
* Takes a string and outputs each character on a line for itself. Used
* mainly for horizontalflipped display mode.
* Takes care of special html-characters.
* Fulfills todo-item
* http://sf.net/tracker/?func=detail&aid=544361&group_id=23067&atid=377411
*
* @param string The string
* @param string The Separator (defaults to "<br />\n")
*
* @access public
* @author Garvin Hicking <me@supergarv.de>
* @return string The flipped string
*/
function PMA_flipstring($string, $Separator = "<br />\n")
{
$format_string = '';
$charbuff = false;
 
for ($i = 0; $i < strlen($string); $i++) {
$char = $string{$i};
$append = false;
 
if ($char == '&') {
$format_string .= $charbuff;
$charbuff = $char;
$append = true;
} elseif (!empty($charbuff)) {
$charbuff .= $char;
} elseif ($char == ';' && !empty($charbuff)) {
$format_string .= $charbuff;
$charbuff = false;
$append = true;
} else {
$format_string .= $char;
$append = true;
}
 
if ($append && ($i != strlen($string))) {
$format_string .= $Separator;
}
}
 
return $format_string;
}
 
 
/**
* Function added to avoid path disclosures.
* Called by each script that needs parameters, it displays
* an error message and, by default, stops the execution.
*
* Not sure we could use a strMissingParameter message here,
* would have to check if the error message file is always available
*
* @param array The names of the parameters needed by the calling
* script.
* @param boolean Stop the execution?
* (Set this manually to false in the calling script
* until you know all needed parameters to check).
* @param boolean Whether to include this list in checking for special params.
* @global string path to current script
* @global boolean flag whether any special variable was required
*
* @access public
* @author Marc Delisle (lem9@users.sourceforge.net)
*/
function PMA_checkParameters($params, $die = true, $request = true)
{
global $PHP_SELF, $checked_special;
 
if (!isset($checked_special)) {
$checked_special = false;
}
 
$reported_script_name = basename($PHP_SELF);
$found_error = false;
$error_message = '';
 
foreach ($params AS $param) {
if ($request && $param != 'db' && $param != 'table') {
$checked_special = true;
}
 
if (!isset($GLOBALS[$param])) {
$error_message .= $reported_script_name . ': Missing parameter: ' . $param . ' <a href="./Documentation.html#faqmissingparameters" target="documentation"> (FAQ 2.8)</a><br />';
$found_error = true;
}
}
if ($found_error) {
require_once './libraries/header_meta_style.inc.php';
echo '</head><body><p>' . $error_message . '</p></body></html>';
if ($die) {
exit();
}
}
} // end function
 
/**
* Function to generate unique condition for specified row.
*
* @param resource handle for current query
* @param integer number of fields
* @param array meta information about fields
* @param array current row
*
* @access public
* @author Michal Cihar (michal@cihar.com)
* @return string calculated condition
*/
function PMA_getUvaCondition($handle, $fields_cnt, $fields_meta, $row)
{
$primary_key = '';
$unique_key = '';
$uva_nonprimary_condition = '';
 
for ($i = 0; $i < $fields_cnt; ++$i) {
$field_flags = PMA_DBI_field_flags($handle, $i);
$meta = $fields_meta[$i];
// do not use an alias in a condition
$column_for_condition = $meta->name;
if (isset($analyzed_sql[0]['select_expr']) && is_array($analyzed_sql[0]['select_expr'])) {
foreach ($analyzed_sql[0]['select_expr'] AS $select_expr_position => $select_expr) {
$alias = $analyzed_sql[0]['select_expr'][$select_expr_position]['alias'];
if (strlen($alias)) {
$true_column = $analyzed_sql[0]['select_expr'][$select_expr_position]['column'];
if ($alias == $meta->name) {
$column_for_condition = $true_column;
} // end if
} // end if
} // end while
}
 
// to fix the bug where float fields (primary or not)
// can't be matched because of the imprecision of
// floating comparison, use CONCAT
// (also, the syntax "CONCAT(field) IS NULL"
// that we need on the next "if" will work)
if ($meta->type == 'real') {
$condition = ' CONCAT(' . PMA_backquote($column_for_condition) . ') ';
} else {
// string and blob fields have to be converted using
// the system character set (always utf8) since
// mysql4.1 can use different charset for fields.
if (PMA_MYSQL_INT_VERSION >= 40100 && ($meta->type == 'string' || $meta->type == 'blob')) {
$condition = ' CONVERT(' . PMA_backquote($column_for_condition) . ' USING utf8) ';
} else {
$condition = ' ' . PMA_backquote($column_for_condition) . ' ';
}
} // end if... else...
 
if (!isset($row[$i]) || is_null($row[$i])) {
$condition .= 'IS NULL AND';
} else {
// timestamp is numeric on some MySQL 4.1
if ($meta->numeric && $meta->type != 'timestamp') {
$condition .= '= ' . $row[$i] . ' AND';
} elseif ($meta->type == 'blob'
// hexify only if this is a true not empty BLOB
&& stristr($field_flags, 'BINARY')
&& !empty($row[$i])) {
// use a CAST if possible, to avoid problems
// if the field contains wildcard characters % or _
if (PMA_MYSQL_INT_VERSION < 40002) {
$condition .= 'LIKE 0x' . bin2hex($row[$i]). ' AND';
} else {
$condition .= '= CAST(0x' . bin2hex($row[$i]). ' AS BINARY) AND';
}
} else {
$condition .= '= \'' . PMA_sqlAddslashes($row[$i], false, true) . '\' AND';
}
}
if ($meta->primary_key > 0) {
$primary_key .= $condition;
} elseif ($meta->unique_key > 0) {
$unique_key .= $condition;
}
$uva_nonprimary_condition .= $condition;
} // end for
 
// Correction uva 19991216: prefer primary or unique keys
// for condition, but use conjunction of all values if no
// primary key
if ($primary_key) {
$uva_condition = $primary_key;
} elseif ($unique_key) {
$uva_condition = $unique_key;
} else {
$uva_condition = $uva_nonprimary_condition;
}
 
return preg_replace('|\s?AND$|', '', $uva_condition);
} // end function
 
/**
* Function to generate unique condition for specified row.
*
* @param string name of button element
* @param string class of button element
* @param string name of image element
* @param string text to display
* @param string image to display
*
* @access public
* @author Michal Cihar (michal@cihar.com)
*/
function PMA_buttonOrImage($button_name, $button_class, $image_name, $text,
$image)
{
global $pmaThemeImage, $propicon;
 
/* Opera has trouble with <input type="image"> */
/* IE has trouble with <button> */
if (PMA_USR_BROWSER_AGENT != 'IE') {
echo '<button class="' . $button_class . '" type="submit"'
.' name="' . $button_name . '" value="' . $text . '"'
.' title="' . $text . '">' . "\n"
.'<img class="icon" src="' . $pmaThemeImage . $image . '"'
.' title="' . $text . '" alt="' . $text . '" width="16"'
.' height="16" />'
.($propicon == 'both' ? '&nbsp;' . $text : '') . "\n"
.'</button>' . "\n";
} else {
echo '<input type="image" name="' . $image_name . '" value="'
. $text . '" title="' . $text . '" src="' . $pmaThemeImage
. $image . '" />'
. ($propicon == 'both' ? '&nbsp;' . $text : '') . "\n";
}
} // end function
 
/**
* Generate a pagination selector for browsing resultsets
*
* @param string URL for the JavaScript
* @param string Number of rows in the pagination set
* @param string current page number
* @param string number of total pages
* @param string If the number of pages is lower than this
* variable, no pages will be ommitted in
* pagination
* @param string How many rows at the beginning should always
* be shown?
* @param string How many rows at the end should always
* be shown?
* @param string Percentage of calculation page offsets to
* hop to a next page
* @param string Near the current page, how many pages should
* be considered "nearby" and displayed as
* well?
*
* @access public
* @author Garvin Hicking (pma@supergarv.de)
*/
function PMA_pageselector($url, $rows, $pageNow = 1, $nbTotalPage = 1,
$showAll = 200, $sliceStart = 5, $sliceEnd = 5, $percent = 20,
$range = 10)
{
$gotopage = $GLOBALS['strPageNumber']
. ' <select name="goToPage" onchange="goToUrl(this, \''
. $url . '\');">' . "\n";
if ($nbTotalPage < $showAll) {
$pages = range(1, $nbTotalPage);
} else {
$pages = array();
 
// Always show first X pages
for ($i = 1; $i <= $sliceStart; $i++) {
$pages[] = $i;
}
 
// Always show last X pages
for ($i = $nbTotalPage - $sliceEnd; $i <= $nbTotalPage; $i++) {
$pages[] = $i;
}
 
// garvin: Based on the number of results we add the specified
// $percent percentate to each page number,
// so that we have a representing page number every now and then to
// immideately jump to specific pages.
// As soon as we get near our currently chosen page ($pageNow -
// $range), every page number will be
// shown.
$i = $sliceStart;
$x = $nbTotalPage - $sliceEnd;
$met_boundary = false;
while ($i <= $x) {
if ($i >= ($pageNow - $range) && $i <= ($pageNow + $range)) {
// If our pageselector comes near the current page, we use 1
// counter increments
$i++;
$met_boundary = true;
} else {
// We add the percentate increment to our current page to
// hop to the next one in range
$i = $i + floor($nbTotalPage / $percent);
 
// Make sure that we do not cross our boundaries.
if ($i > ($pageNow - $range) && !$met_boundary) {
$i = $pageNow - $range;
}
}
 
if ($i > 0 && $i <= $x) {
$pages[] = $i;
}
}
 
// Since because of ellipsing of the current page some numbers may be double,
// we unify our array:
sort($pages);
$pages = array_unique($pages);
}
 
foreach ($pages AS $i) {
if ($i == $pageNow) {
$selected = 'selected="selected" style="font-weight: bold"';
} else {
$selected = '';
}
$gotopage .= ' <option ' . $selected . ' value="' . (($i - 1) * $rows) . '">' . $i . '</option>' . "\n";
}
 
$gotopage .= ' </select>';
 
return $gotopage;
} // end function
 
/**
* @TODO add documentation
*/
function PMA_generateFieldSpec($name, $type, $length, $attribute,
$collation, $null, $default, $default_current_timestamp, $extra,
$comment='', &$field_primary, $index, $default_orig = false)
{
 
// $default_current_timestamp has priority over $default
// TODO: on the interface, some js to clear the default value
// when the default current_timestamp is checked
 
$query = PMA_backquote($name) . ' ' . $type;
 
if ($length != ''
&& !preg_match('@^(DATE|DATETIME|TIME|TINYBLOB|TINYTEXT|BLOB|TEXT|MEDIUMBLOB|MEDIUMTEXT|LONGBLOB|LONGTEXT)$@i', $type)) {
$query .= '(' . $length . ')';
}
 
if ($attribute != '') {
$query .= ' ' . $attribute;
}
 
if (PMA_MYSQL_INT_VERSION >= 40100 && !empty($collation)
&& $collation != 'NULL'
&& preg_match('@^(TINYTEXT|TEXT|MEDIUMTEXT|LONGTEXT|VARCHAR|CHAR|ENUM|SET)$@i', $type)) {
$query .= PMA_generateCharsetQueryPart($collation);
}
 
if (!($null === false)) {
if (!empty($null)) {
$query .= ' NOT NULL';
} else {
$query .= ' NULL';
}
}
 
if ($default_current_timestamp && strpos(' ' . strtoupper($type), 'TIMESTAMP') == 1) {
$query .= ' DEFAULT CURRENT_TIMESTAMP';
// 0 is empty in PHP
// auto_increment field cannot have a default value
} elseif ($extra !== 'AUTO_INCREMENT' && (!empty($default) || $default == '0' || $default != $default_orig)) {
if (strtoupper($default) == 'NULL') {
$query .= ' DEFAULT NULL';
} else {
if (!empty($default) || $default == '0') {
$query .= ' DEFAULT \'' . PMA_sqlAddslashes($default) . '\'';
}
}
}
 
if (!empty($extra)) {
$query .= ' ' . $extra;
// An auto_increment field must be use as a primary key
if ($extra == 'AUTO_INCREMENT' && isset($field_primary)) {
$primary_cnt = count($field_primary);
for ($j = 0; $j < $primary_cnt && $field_primary[$j] != $index; $j++) {
// void
} // end for
if (isset($field_primary[$j]) && $field_primary[$j] == $index) {
$query .= ' PRIMARY KEY';
unset($field_primary[$j]);
} // end if
} // end if (auto_increment)
}
if (PMA_MYSQL_INT_VERSION >= 40100 && !empty($comment)) {
$query .= " COMMENT '" . PMA_sqlAddslashes($comment) . "'";
}
return $query;
} // end function
 
/**
* @TODO add documentation
*/
function PMA_generateAlterTable($oldcol, $newcol, $type, $length,
$attribute, $collation, $null, $default, $default_current_timestamp,
$extra, $comment='', $default_orig)
{
$empty_a = array();
return PMA_backquote($oldcol) . ' '
. PMA_generateFieldSpec($newcol, $type, $length, $attribute,
$collation, $null, $default, $default_current_timestamp, $extra,
$comment, $empty_a, -1, $default_orig);
} // end function
 
/**
* @TODO add documentation
*/
function PMA_userDir($dir)
{
global $cfg;
 
if (substr($dir, -1) != '/') {
$dir .= '/';
}
 
return str_replace('%u', $cfg['Server']['user'], $dir);
}
 
/**
* returns html code for db link to default db page
*
* @uses $GLOBALS['cfg']['DefaultTabDatabase']
* @uses $GLOBALS['db']
* @uses $GLOBALS['strJumpToDB']
* @uses PMA_generate_common_url()
* @param string $database
* @return string html link to default db page
*/
function PMA_getDbLink($database = null)
{
if (!strlen($database)) {
if (!strlen($GLOBALS['db'])) {
return '';
}
$database = $GLOBALS['db'];
}
 
return '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . PMA_generate_common_url($database) . '"'
.' title="' . sprintf($GLOBALS['strJumpToDB'], htmlspecialchars($database)) . '">'
.htmlspecialchars($database) . '</a>';
}
 
/**
* removes cookie
*
* @uses $GLOBALS['cookie_path']
* @uses $GLOBALS['is_https']
* @uses setcookie()
* @uses time()
* @param string $cookie name of cookie to remove
* @return boolean result of setcookie()
*/
function PMA_removeCookie($cookie)
{
return setcookie($cookie, '', time() - 3600,
$GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
 
/**
* sets cookie if value is different from current cokkie value,
* or removes if value is equal to default
*
* @uses $GLOBALS['cookie_path']
* @uses $GLOBALS['is_https']
* @uses $_COOKIE
* @uses PMA_removeCookie()
* @uses setcookie()
* @uses time()
* @param string $cookie name of cookie to remove
* @param mixed $value new cookie value
* @param string $default default value
* @return boolean result of setcookie()
*/
function PMA_setCookie($cookie, $value, $default = null)
{
if (strlen($value) && null !== $default && $value === $default) {
// remove cookie, default value is used
return PMA_removeCookie($cookie);
}
 
if (! strlen($value) && isset($_COOKIE[$cookie])) {
// remove cookie, value is empty
return PMA_removeCookie($cookie);
}
 
if (! isset($_COOKIE[$cookie]) || $_COOKIE[$cookie] !== $value) {
// set cookie with new value
return setcookie($cookie, $value, time() + 60*60*24*30,
$GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
 
// cookie has already $value as value
return true;
}
 
 
/**
* include here only libraries which contain only function definitions
* no code im main()!
*/
/**
* Include URL/hidden inputs generating.
*/
require_once './libraries/url_generating.lib.php';
 
}
 
 
/******************************************************************************/
/* start procedural code label_start_procedural */
 
/**
* protect against older PHP versions' bug about GLOBALS overwrite
* (no need to localize this message :))
* but what if script.php?GLOBALS[admin]=1&GLOBALS[_REQUEST]=1 ???
*/
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])
|| isset($_SERVER['GLOBALS']) || isset($_COOKIE['GLOBALS'])
|| isset($_ENV['GLOBALS'])) {
die('GLOBALS overwrite attempt');
}
 
/**
* just to be sure there was no import (registering) before here
* we empty the global space
*/
$variables_whitelist = array (
'GLOBALS',
'_SERVER',
'_GET',
'_POST',
'_REQUEST',
'_FILES',
'_ENV',
'_COOKIE',
'_SESSION',
);
 
foreach (get_defined_vars() as $key => $value) {
if (!in_array($key, $variables_whitelist)) {
unset($$key);
}
}
unset($key, $value);
 
 
/**
* check if a subform is submitted
*/
$__redirect = null;
if (isset($_POST['usesubform'])) {
// if a subform is present and should be used
// the rest of the form is deprecated
$subform_id = key($_POST['usesubform']);
$subform = $_POST['subform'][$subform_id];
$_POST = $subform;
$_REQUEST = $subform;
if (isset($_POST['redirect'])
&& $_POST['redirect'] != basename(PMA_getenv('PHP_SELF'))) {
$__redirect = $_POST['redirect'];
unset($_POST['redirect']);
} // end if (isset($_POST['redirect']))
unset($subform_id, $subform);
} // end if (isset($_POST['usesubform']))
// end check if a subform is submitted
 
if (get_magic_quotes_gpc()) {
PMA_arrayWalkRecursive($_GET, 'stripslashes', true);
PMA_arrayWalkRecursive($_POST, 'stripslashes', true);
PMA_arrayWalkRecursive($_COOKIE, 'stripslashes', true);
PMA_arrayWalkRecursive($_REQUEST, 'stripslashes', true);
}
 
require_once './libraries/session.inc.php';
 
/**
* include deprecated grab_globals only if required
*/
if (empty($__redirect) && !defined('PMA_NO_VARIABLES_IMPORT')) {
require './libraries/grab_globals.lib.php';
}
 
/**
* init some variables LABEL_variables_init
*/
 
/**
* @var array $GLOBALS['PMA_errors'] holds errors
*/
$GLOBALS['PMA_errors'] = array();
 
/**
* @var array $GLOBALS['url_params'] holds params to be passed to next page
*/
$GLOBALS['url_params'] = array();
 
/**
* @var array whitelist for $goto
*/
$goto_whitelist = array(
//'browse_foreigners.php',
//'calendar.php',
//'changelog.php',
//'chk_rel.php',
'db_create.php',
'db_datadict.php',
'db_details.php',
'db_details_export.php',
'db_details_importdocsql.php',
'db_details_qbe.php',
'db_details_structure.php',
'db_import.php',
'db_operations.php',
'db_printview.php',
'db_search.php',
//'Documentation.html',
//'error.php',
'export.php',
'import.php',
//'index.php',
//'left.php',
//'license.php',
'main.php',
'pdf_pages.php',
'pdf_schema.php',
//'phpinfo.php',
'querywindow.php',
//'readme.php',
'server_binlog.php',
'server_collations.php',
'server_databases.php',
'server_engines.php',
'server_export.php',
'server_import.php',
'server_privileges.php',
'server_processlist.php',
'server_sql.php',
'server_status.php',
'server_variables.php',
'sql.php',
'tbl_addfield.php',
'tbl_alter.php',
'tbl_change.php',
'tbl_create.php',
'tbl_import.php',
'tbl_indexes.php',
'tbl_move_copy.php',
'tbl_printview.php',
'tbl_properties.php',
'tbl_properties_export.php',
'tbl_properties_operations.php',
'tbl_properties_structure.php',
'tbl_relation.php',
'tbl_replace.php',
'tbl_row_action.php',
'tbl_select.php',
//'themes.php',
'transformation_overview.php',
'transformation_wrapper.php',
'translators.html',
'user_password.php',
);
 
/**
* check $__redirect against whitelist
*/
if (! PMA_checkPageValidity($__redirect, $goto_whitelist)) {
$__redirect = null;
}
 
/**
* @var string $goto holds page that should be displayed
*/
// Security fix: disallow accessing serious server files via "?goto="
if (PMA_checkPageValidity($_REQUEST['goto'], $goto_whitelist)) {
$GLOBALS['goto'] = $_REQUEST['goto'];
$GLOBALS['url_params']['goto'] = $_REQUEST['goto'];
} else {
unset($_REQUEST['goto'], $_GET['goto'], $_POST['goto'], $_COOKIE['goto']);
$GLOBALS['goto'] = '';
}
 
/**
* @var string $back returning page
*/
if (PMA_checkPageValidity($_REQUEST['back'], $goto_whitelist)) {
$GLOBALS['back'] = $_REQUEST['back'];
} else {
unset($_REQUEST['back'], $_GET['back'], $_POST['back'], $_COOKIE['back']);
}
 
/**
* Check whether user supplied token is valid, if not remove any
* possibly dangerous stuff from request.
*/
if (!isset($_REQUEST['token']) || $_SESSION['PMA_token'] != $_REQUEST['token']) {
/* List of parameters which are allowed from unsafe source */
$allow_list = array(
'db', 'table', 'lang', 'server', 'convcharset', 'collation_connection', 'target',
/* Session ID */
'phpMyAdmin',
/* Cookie preferences */
'pma_lang', 'pma_charset', 'pma_collation_connection', 'pma_convcharset',
/* Possible login form */
'pma_username', 'pma_password',
);
$keys = array_keys($_REQUEST);
/* Remove any non allowed stuff from requests */
foreach($keys as $key) {
if (!in_array($key, $allow_list)) {
unset($_REQUEST[$key]);
unset($_GET[$key]);
unset($_POST[$key]);
unset($GLOBALS[$key]);
} else {
// allowed stuff could be compromised so escape it
$_REQUEST[$key] = htmlspecialchars($_REQUEST[$key], ENT_QUOTES);
}
}
}
 
/**
* @var string $convcharset
* @see also select_lang.lib.php
*/
if (isset($_REQUEST['convcharset'])) {
$convcharset = strip_tags($_REQUEST['convcharset']);
}
 
/**
* @var string $db current selected database
*/
if (isset($_REQUEST['db'])) {
// can we strip tags from this?
// only \ and / is not allowed in db names for MySQL
$GLOBALS['db'] = $_REQUEST['db'];
$GLOBALS['url_params']['db'] = $GLOBALS['db'];
} else {
$GLOBALS['db'] = '';
}
 
/**
* @var string $db current selected database
*/
if (isset($_REQUEST['table'])) {
// can we strip tags from this?
// only \ and / is not allowed in table names for MySQL
$GLOBALS['table'] = $_REQUEST['table'];
$GLOBALS['url_params']['table'] = $GLOBALS['table'];
} else {
$GLOBALS['table'] = '';
}
 
/**
* @var string $sql_query sql query to be executed
*/
if (isset($_REQUEST['sql_query'])) {
$GLOBALS['sql_query'] = $_REQUEST['sql_query'];
}
 
//$_REQUEST['set_theme'] // checked later in this file LABEL_theme_setup
//$_REQUEST['server']; // checked later in this file
//$_REQUEST['lang']; // checked by LABEL_loading_language_file
 
 
 
/******************************************************************************/
/* parsing config file LABEL_parsing_config_file */
 
if (empty($_SESSION['PMA_Config'])) {
/**
* We really need this one!
*/
if (!function_exists('preg_replace')) {
header('Location: error.php'
. '?lang=' . urlencode($available_languages[$lang][2])
. '&char=' . urlencode($charset)
. '&dir=' . urlencode($text_dir)
. '&type=' . urlencode($strError)
. '&error=' . urlencode(
strtr(sprintf($strCantLoad, 'pcre'),
array('<br />' => '[br]')))
. '&' . SID
);
exit();
}
 
$_SESSION['PMA_Config'] = new PMA_Config('./config.inc.php');
 
} elseif (version_compare(phpversion(), '5', 'lt')) {
$_SESSION['PMA_Config']->__wakeup();
}
 
if (!defined('PMA_MINIMUM_COMMON')) {
$_SESSION['PMA_Config']->checkPmaAbsoluteUri();
}
 
// BC
$_SESSION['PMA_Config']->enableBc();
 
 
/**
* check https connection
*/
if ($_SESSION['PMA_Config']->get('ForceSSL')
&& !$_SESSION['PMA_Config']->get('is_https')) {
PMA_sendHeaderLocation(
preg_replace('/^http/', 'https',
$_SESSION['PMA_Config']->get('PmaAbsoluteUri'))
. PMA_generate_common_url($_GET));
exit;
}
 
 
/******************************************************************************/
/* loading language file LABEL_loading_language_file */
 
/**
* Added messages while developing:
*/
if (file_exists('./lang/added_messages.php')) {
include './lang/added_messages.php';
}
 
/**
* Includes the language file if it hasn't been included yet
*/
require_once './libraries/select_lang.lib.php';
 
 
/**
* check for errors occured while loading config
*/
if ($_SESSION['PMA_Config']->error_config_file) {
$GLOBALS['PMA_errors'][] = $strConfigFileError
.'<br /><br />'
.'<a href="' . $_SESSION['PMA_Config']->getSource() . '"'
.' target="_blank">' . $_SESSION['PMA_Config']->getSource() . '</a>';
}
if ($_SESSION['PMA_Config']->error_config_default_file) {
$GLOBALS['PMA_errors'][] = sprintf($strConfigDefaultFileError,
$_SESSION['PMA_Config']->default_source);
}
if ($_SESSION['PMA_Config']->error_pma_uri) {
$GLOBALS['PMA_errors'][] = sprintf($strPmaUriError);
}
 
/**
* Servers array fixups.
* $default_server comes from PMA_Config::enableBc()
* @todo merge into PMA_Config
*/
// Do we have some server?
if (!isset($cfg['Servers']) || count($cfg['Servers']) == 0) {
// No server => create one with defaults
$cfg['Servers'] = array(1 => $default_server);
} else {
// We have server(s) => apply default config
$new_servers = array();
 
foreach ($cfg['Servers'] as $server_index => $each_server) {
if (!is_int($server_index) || $server_index < 1) {
$GLOBALS['PMA_errors'][] = sprintf($strInvalidServerIndex, $server_index);
continue;
}
 
$each_server = array_merge($default_server, $each_server);
 
// Don't use servers with no hostname
if ($each_server['connect_type'] == 'tcp' && empty($each_server['host'])) {
$GLOBALS['PMA_errors'][] = sprintf($strInvalidServerHostname, $server_index);
continue;
}
 
// Final solution to bug #582890
// If we are using a socket connection
// and there is nothing in the verbose server name
// or the host field, then generate a name for the server
// in the form of "Server 2", localized of course!
if ($each_server['connect_type'] == 'socket' && empty($each_server['host']) && empty($each_server['verbose'])) {
$each_server['verbose'] = $GLOBALS['strServer'] . $server_index;
}
 
$new_servers[$server_index] = $each_server;
}
$cfg['Servers'] = $new_servers;
unset($new_servers, $server_index, $each_server);
}
 
// Cleanup
unset($default_server);
 
 
/******************************************************************************/
/* setup themes LABEL_theme_setup */
 
if (!isset($_SESSION['PMA_Theme_Manager'])) {
$_SESSION['PMA_Theme_Manager'] = new PMA_Theme_Manager;
} else {
$_SESSION['PMA_Theme_Manager']->checkConfig();
}
 
if (isset($_REQUEST['set_theme'])) {
// if user submit a theme
$_SESSION['PMA_Theme_Manager']->setActiveTheme($_REQUEST['set_theme']);
}
 
$_SESSION['PMA_Theme'] = $_SESSION['PMA_Theme_Manager']->theme;
 
// BC
$GLOBALS['theme'] = $_SESSION['PMA_Theme']->getName();
$GLOBALS['pmaThemePath'] = $_SESSION['PMA_Theme']->getPath();
$GLOBALS['pmaThemeImage'] = $_SESSION['PMA_Theme']->getImgPath();
 
/**
* load layout file if exists
*/
if (@file_exists($_SESSION['PMA_Theme']->getLayoutFile())) {
include $_SESSION['PMA_Theme']->getLayoutFile();
}
 
if (!defined('PMA_MINIMUM_COMMON')) {
/**
* Charset conversion.
*/
require_once './libraries/charset_conversion.lib.php';
 
/**
* String handling
*/
require_once './libraries/string.lib.php';
 
/**
* @var array database list
*/
$dblist = array();
 
/**
* If no server is selected, make sure that $cfg['Server'] is empty (so
* that nothing will work), and skip server authentication.
* We do NOT exit here, but continue on without logging into any server.
* This way, the welcome page will still come up (with no server info) and
* present a choice of servers in the case that there are multiple servers
* and '$cfg['ServerDefault'] = 0' is set.
*/
if (!empty($_REQUEST['server']) && !empty($cfg['Servers'][$_REQUEST['server']])) {
$GLOBALS['server'] = $_REQUEST['server'];
$cfg['Server'] = $cfg['Servers'][$GLOBALS['server']];
} else {
if (!empty($cfg['Servers'][$cfg['ServerDefault']])) {
$GLOBALS['server'] = $cfg['ServerDefault'];
$cfg['Server'] = $cfg['Servers'][$GLOBALS['server']];
} else {
$GLOBALS['server'] = 0;
$cfg['Server'] = array();
}
}
$GLOBALS['url_params']['server'] = $GLOBALS['server'];
 
 
if (!empty($cfg['Server'])) {
 
/**
* Loads the proper database interface for this server
*/
require_once './libraries/database_interface.lib.php';
 
// Gets the authentication library that fits the $cfg['Server'] settings
// and run authentication
 
// (for a quick check of path disclosure in auth/cookies:)
$coming_from_common = true;
 
if (!file_exists('./libraries/auth/' . $cfg['Server']['auth_type'] . '.auth.lib.php')) {
header('Location: error.php'
. '?lang=' . urlencode($available_languages[$lang][2])
. '&char=' . urlencode($charset)
. '&dir=' . urlencode($text_dir)
. '&type=' . urlencode($strError)
. '&error=' . urlencode(
$strInvalidAuthMethod . ' '
. $cfg['Server']['auth_type'])
. '&' . SID
);
exit();
}
require_once './libraries/auth/' . $cfg['Server']['auth_type'] . '.auth.lib.php';
if (!PMA_auth_check()) {
PMA_auth();
} else {
PMA_auth_set_user();
}
 
// Check IP-based Allow/Deny rules as soon as possible to reject the
// user
// Based on mod_access in Apache:
// http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/aaa/mod_access.c?rev=1.37&content-type=text/vnd.viewcvs-markup
// Look at: "static int check_dir_access(request_rec *r)"
// Robbat2 - May 10, 2002
if (isset($cfg['Server']['AllowDeny'])
&& isset($cfg['Server']['AllowDeny']['order'])) {
 
require_once './libraries/ip_allow_deny.lib.php';
 
$allowDeny_forbidden = false; // default
if ($cfg['Server']['AllowDeny']['order'] == 'allow,deny') {
$allowDeny_forbidden = true;
if (PMA_allowDeny('allow')) {
$allowDeny_forbidden = false;
}
if (PMA_allowDeny('deny')) {
$allowDeny_forbidden = true;
}
} elseif ($cfg['Server']['AllowDeny']['order'] == 'deny,allow') {
if (PMA_allowDeny('deny')) {
$allowDeny_forbidden = true;
}
if (PMA_allowDeny('allow')) {
$allowDeny_forbidden = false;
}
} elseif ($cfg['Server']['AllowDeny']['order'] == 'explicit') {
if (PMA_allowDeny('allow')
&& !PMA_allowDeny('deny')) {
$allowDeny_forbidden = false;
} else {
$allowDeny_forbidden = true;
}
} // end if ... elseif ... elseif
 
// Ejects the user if banished
if ($allowDeny_forbidden) {
PMA_auth_fails();
}
unset($allowDeny_forbidden); //Clean up after you!
} // end if
 
// is root allowed?
if (!$cfg['Server']['AllowRoot'] && $cfg['Server']['user'] == 'root') {
$allowDeny_forbidden = true;
PMA_auth_fails();
unset($allowDeny_forbidden); //Clean up after you!
}
 
// The user can work with only some databases
if (isset($cfg['Server']['only_db']) && $cfg['Server']['only_db'] != '') {
if (is_array($cfg['Server']['only_db'])) {
$dblist = $cfg['Server']['only_db'];
} else {
$dblist[] = $cfg['Server']['only_db'];
}
} // end if
 
$bkp_track_err = @ini_set('track_errors', 1);
 
// Try to connect MySQL with the control user profile (will be used to
// get the privileges list for the current user but the true user link
// must be open after this one so it would be default one for all the
// scripts)
if ($cfg['Server']['controluser'] != '') {
$controllink = PMA_DBI_connect($cfg['Server']['controluser'],
$cfg['Server']['controlpass'], true);
} else {
$controllink = PMA_DBI_connect($cfg['Server']['user'],
$cfg['Server']['password'], true);
} // end if ... else
 
// Pass #1 of DB-Config to read in master level DB-Config will go here
// Robbat2 - May 11, 2002
 
// Connects to the server (validates user's login)
$userlink = PMA_DBI_connect($cfg['Server']['user'],
$cfg['Server']['password'], false);
 
// Pass #2 of DB-Config to read in user level DB-Config will go here
// Robbat2 - May 11, 2002
 
@ini_set('track_errors', $bkp_track_err);
unset($bkp_track_err);
 
/**
* SQL Parser code
*/
require_once './libraries/sqlparser.lib.php';
 
/**
* SQL Validator interface code
*/
require_once './libraries/sqlvalidator.lib.php';
 
// if 'only_db' is set for the current user, there is no need to check for
// available databases in the "mysql" db
$dblist_cnt = count($dblist);
if ($dblist_cnt) {
$true_dblist = array();
$is_show_dbs = true;
 
$dblist_asterisk_bool = false;
for ($i = 0; $i < $dblist_cnt; $i++) {
 
// The current position
if ($dblist[$i] == '*' && $dblist_asterisk_bool == false) {
$dblist_asterisk_bool = true;
$dblist_full = PMA_safe_db_list(false, $controllink, false,
$userlink, $cfg, $dblist);
foreach ($dblist_full as $dbl_val) {
if (!in_array($dbl_val, $dblist)) {
$true_dblist[] = $dbl_val;
}
}
 
continue;
} elseif ($dblist[$i] == '*') {
// We don't want more than one asterisk inside our 'only_db'.
continue;
}
if ($is_show_dbs && preg_match('/(^|[^\\\\])(_|%)/', $dblist[$i])) {
$local_query = 'SHOW DATABASES LIKE \'' . $dblist[$i] . '\'';
// here, a PMA_DBI_query() could fail silently
// if SHOW DATABASES is disabled
$rs = PMA_DBI_try_query($local_query, $userlink);
 
if ($i == 0 && ! $rs) {
$error_code = substr(PMA_DBI_getError($userlink), 1, 4);
if ($error_code == 1227 || $error_code == 1045) {
// "SHOW DATABASES" statement is disabled or not allowed to user
$true_dblist[] = str_replace('\\_', '_', str_replace('\\%', '%', $dblist[$i]));
$is_show_dbs = false;
}
unset($error_code);
}
// Debug
// elseif (PMA_DBI_getError($controllink)) {
// PMA_mysqlDie(PMA_DBI_getError($controllink), $local_query, false);
// }
while ($row = @PMA_DBI_fetch_row($rs)) {
$true_dblist[] = $row[0];
} // end while
if ($rs) {
PMA_DBI_free_result($rs);
}
} else {
$true_dblist[] = str_replace('\\_', '_',
str_replace('\\%', '%', $dblist[$i]));
} // end if... else...
} // end for
$dblist = $true_dblist;
unset($true_dblist, $i, $dbl_val);
$only_db_check = true;
} // end if
 
// 'only_db' is empty for the current user...
else {
$only_db_check = false;
} // end if (!$dblist_cnt)
 
if (isset($dblist_full) && !count($dblist_full)) {
$dblist = PMA_safe_db_list($only_db_check, $controllink,
$dblist_cnt, $userlink, $cfg, $dblist);
}
unset($only_db_check, $dblist_full);
 
} // end server connecting
 
 
// Kanji encoding convert feature appended by Y.Kawada (2002/2/20)
if (@function_exists('mb_convert_encoding')
&& strpos(' ' . $lang, 'ja-')
&& file_exists('./libraries/kanji-encoding.lib.php')) {
require_once './libraries/kanji-encoding.lib.php';
define('PMA_MULTIBYTE_ENCODING', 1);
} // end if
 
/**
* save some settings in cookies
*/
PMA_setCookie('pma_lang', $GLOBALS['lang']);
PMA_setCookie('pma_charset', $GLOBALS['convcharset']);
PMA_setCookie('pma_collation_connection', $GLOBALS['collation_connection']);
 
$_SESSION['PMA_Theme_Manager']->setThemeCookie();
 
} // end if !defined('PMA_MINIMUM_COMMON')
 
if (!empty($__redirect) && in_array($__redirect, $goto_whitelist)) {
// to handle bug #1388167
if (isset($_GET['is_js_confirmed'])) {
$is_js_confirmed = 1;
}
require $__redirect;
exit();
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/config.default.php
0,0 → 1,822
<?php
 
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
 
/* $Id: config.default.php,v 1.8 2005/12/16 14:07:10 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* phpMyAdmin default configuration, you can copy values from here to your
* config.inc.php
*
* All directives are explained in Documentation.html
*/
 
 
/**
* Your phpMyAdmin URL.
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it. There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*/
$cfg['PmaAbsoluteUri'] = '';
 
/**
* Disable the default warning that is displayed on the DB Details Structure page if
* any of the required Tables for the relationfeatures could not be found
*/
$cfg['PmaNoRelation_DisableWarning'] = FALSE;
 
/**
* The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If
* at least one server configuration uses 'cookie' auth_type, enter here a
* passphrase that will be used by blowfish. The maximum length seems to be 46
* characters.
*/
$cfg['blowfish_secret'] = '';
 
/**
* Server(s) configuration
*/
$i = 0;
// The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use
// $cfg['Servers'][0]. You can disable a server config entry by setting host
// to ''. If you want more than one server, just copy following section
// (including $i incrementation) serveral times. There is no need to define
// full server array, just define values you need to change.
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed in left frame
// It may also be an array of db-names, where sorting order is relevant.
$cfg['Servers'][$i]['hide_db'] = ''; // Database name to be hidden from listings
$cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
 
$cfg['Servers'][$i]['pmadb'] = ''; // Database used for Relation, Bookmark and PDF Features
// (see scripts/create_tables.sql)
// - leave blank for no support
// DEFAULT: 'phpmyadmin'
$cfg['Servers'][$i]['bookmarktable'] = ''; // Bookmark table
// - leave blank for no bookmark support
// DEFAULT: 'pma_bookmark'
$cfg['Servers'][$i]['relation'] = ''; // table to describe the relation between links (see doc)
// - leave blank for no relation-links support
// DEFAULT: 'pma_relation'
$cfg['Servers'][$i]['table_info'] = ''; // table to describe the display fields
// - leave blank for no display fields support
// DEFAULT: 'pma_table_info'
$cfg['Servers'][$i]['table_coords'] = ''; // table to describe the tables position for the PDF schema
// - leave blank for no PDF schema support
// DEFAULT: 'pma_table_coords'
$cfg['Servers'][$i]['pdf_pages'] = ''; // table to describe pages of relationpdf
// - leave blank if you don't want to use this
// DEFAULT: 'pma_pdf_pages'
$cfg['Servers'][$i]['column_info'] = ''; // table to store column information
// - leave blank for no column comments/mime types
// DEFAULT: 'pma_column_info'
$cfg['Servers'][$i]['history'] = ''; // table to store SQL history
// - leave blank for no SQL query history
// DEFAULT: 'pma_history'
$cfg['Servers'][$i]['verbose_check'] = TRUE; // set to FALSE if you know that your pma_* tables
// are up to date. This prevents compatibility
// checks and thereby increases performance.
$cfg['Servers'][$i]['AllowRoot'] = TRUE; // whether to allow root login
$cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order, leave blank to not use
= '';
$cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, leave blank for defaults
= array();
 
// If you have more than one server configured, you can set $cfg['ServerDefault']
// to any one of them to autoconnect to that server when phpMyAdmin is started,
// or set it to 0 to be given a list of servers without logging in
// If you have only one server configured, $cfg['ServerDefault'] *MUST* be
// set to that server.
$cfg['ServerDefault'] = 1; // Default server (0 = no default server)
 
/**
* Other core phpMyAdmin settings
*/
$cfg['OBGzip'] = 'auto'; // use GZIP output buffering if possible (TRUE|FALSE|'auto')
$cfg['PersistentConnections'] = FALSE; // use persistent connections to MySQL database
$cfg['ForceSSL'] = FALSE; // whether to force using https
$cfg['ExecTimeLimit'] = 300; // maximum execution time in seconds (0 for no limit)
$cfg['MemoryLimit'] = 0; // maximum allocated bytes (0 for no limit)
$cfg['SkipLockedTables'] = FALSE; // mark used tables, make possible to show
// locked tables (since MySQL 3.23.30)
$cfg['ShowSQL'] = TRUE; // show SQL queries as run
$cfg['AllowUserDropDatabase'] = FALSE; // show a 'Drop database' link to normal users
$cfg['Confirm'] = TRUE; // confirm 'DROP TABLE' & 'DROP DATABASE'
$cfg['LoginCookieRecall'] = TRUE; // recall previous login in cookie auth. mode or not
$cfg['LoginCookieValidity'] = 1800; // validity of cookie login (in seconds)
$cfg['UseDbSearch'] = TRUE; // whether to enable the "database search" feature
// or not
$cfg['IgnoreMultiSubmitErrors'] = FALSE; // if set to true, PMA continues computing multiple-statement queries
// even if one of the queries failed
$cfg['VerboseMultiSubmit'] = TRUE; // if set to true, PMA will show the affected rows of EACH statement on
// multiple-statement queries. See the libraries/import.php file for
// hardcoded defaults on how many queries a statement may contain!
$cfg['AllowArbitraryServer'] = FALSE; // allow login to any user entered server in cookie based auth
 
// Left frame setup
$cfg['LeftFrameLight'] = TRUE; // use a select-based menu and display only the
// current tables in the left frame.
$cfg['LeftFrameDBTree'] = TRUE; // turn the select-based light menu into a tree
$cfg['LeftFrameDBSeparator'] = '_'; // the separator to sub-tree the select-based light menu tree
$cfg['LeftFrameTableSeparator']= '__'; // Which string will be used to generate table prefixes
// to split/nest tables into multiple categories
$cfg['LeftFrameTableLevel'] = '1'; // How many sublevels should be displayed when splitting
// up tables by the above Separator
$cfg['ShowTooltip'] = TRUE; // display table comment as tooltip in left frame
$cfg['ShowTooltipAliasDB'] = FALSE; // if ShowToolTip is enabled, this defines that table/db comments
$cfg['ShowTooltipAliasTB'] = FALSE; // are shown (in the left menu and db_details_structure) instead of
// table/db names. Setting ShowTooltipAliasTB to 'nested' will only
// use the Aliases for nested descriptors, not the table itself.
 
$cfg['LeftDisplayLogo'] = TRUE; // display logo at top of left frame
$cfg['LeftDisplayServers'] = FALSE; // display server choice at top of left frame
$cfg['DisplayServersList'] = FALSE; // server choice as links
 
// In the main frame, at startup...
$cfg['ShowStats'] = TRUE; // allow to display statistics and space usage in
// the pages about database details and table
// properties
$cfg['ShowPhpInfo'] = FALSE; // information" and "change password" links for
$cfg['ShowChgPassword'] = FALSE; // simple users or not
$cfg['SuggestDBName'] = TRUE; // suggest a new DB name if possible (false = keep empty)
 
// In browse mode...
$cfg['ShowBlob'] = FALSE; // display blob field contents
$cfg['NavigationBarIconic'] = 'both'; // Use icons instead of text for the navigation bar buttons
// and on right panel top menu (server db table) (TRUE|FALSE|'both')
$cfg['ShowAll'] = FALSE; // allows to display all the rows
$cfg['MaxRows'] = 30; // maximum number of rows to display
$cfg['Order'] = 'ASC'; // default for 'ORDER BY' clause (valid
// values are 'ASC', 'DESC' or 'SMART' -ie
// descending order for fields of type
// TIME, DATE, DATETIME & TIMESTAMP,
// ascending order else-)
 
// In edit mode...
$cfg['ProtectBinary'] = 'blob'; // disallow editing of binary fields
// valid values are:
// FALSE allow editing
// 'blob' allow editing except for BLOB fields
// 'all' disallow editing
$cfg['ShowFunctionFields'] = TRUE; // Display the function fields in edit/insert mode
$cfg['CharEditing'] = 'input';
// Which editor should be used for CHAR/VARCHAR fields:
// input - allows limiting of input length
// textarea - allows newlines in fields
$cfg['InsertRows'] = 2; // How many rows can be inserted at one time
 
$cfg['ForeignKeyDropdownOrder'] = // Sort order for items in a foreign-key dropdown box.
array( 'content-id', 'id-content'); // 'content' is the referenced data, 'id' is the key value.
$cfg['ForeignKeyMaxLimit'] = 100; // A dropdown will be used if fewer items are present
 
 
// For the export features...
$cfg['ZipDump'] = TRUE; // Allow the use of zip/gzip/bzip
$cfg['GZipDump'] = TRUE; // compression for
$cfg['BZipDump'] = TRUE; // dump files
$cfg['CompressOnFly'] = TRUE; // Will compress gzip/bzip2 exports on
// fly without need for much memory.
// If you encounter problems with
// created gzip/bzip2 files disable
// this feature.
 
// Tabs display settings
$cfg['LightTabs'] = FALSE; // use graphically less intense menu tabs
$cfg['PropertiesIconic'] = TRUE; // Use icons instead of text for the table display of a database (TRUE|FALSE|'both')
$cfg['PropertiesNumColumns'] = 1; // How many columns should be used for table display of a database?
// (a value larger than 1 results in some information being hidden)
 
$cfg['DefaultTabServer'] = 'main.php';
// Possible values:
// 'main.php' = the welcome page
// (recommended for multiuser setups)
// 'server_databases.php' = list of databases
// 'server_status.php' = runtime information
// 'server_variables.php' = MySQL server variables
// 'server_privileges.php' = user management
// 'server_processlist.php' = process list
$cfg['DefaultTabDatabase'] = 'db_details_structure.php';
// Possible values:
// 'db_details_structure.php' = tables list
// 'db_details.php' = sql form
// 'db_search.php' = search query
// 'db_operations.php' = operations on database
$cfg['DefaultTabTable'] = 'tbl_properties_structure.php';
// Possible values:
// 'tbl_properties_structure.php' = fields list
// 'tbl_properties.php' = sql form
// 'tbl_select.php' = select page
// 'tbl_change.php' = insert row page
// 'sql.php' = browse page
 
/**
* Export defaults
*/
 
$cfg['Export']['format'] = 'sql'; // sql/latex/excel/csv/xml/xls/htmlexcel/htmlword
$cfg['Export']['compression'] = 'none'; // none/zip/gzip/bzip2
 
$cfg['Export']['asfile'] = FALSE;
$cfg['Export']['charset'] = '';
$cfg['Export']['onserver'] = FALSE;
$cfg['Export']['onserver_overwrite'] = FALSE;
$cfg['Export']['remember_file_template'] = TRUE;
$cfg['Export']['file_template_table'] = '__TABLE__';
$cfg['Export']['file_template_database'] = '__DB__';
$cfg['Export']['file_template_server'] = '__SERVER__';
 
$cfg['Export']['htmlexcel_columns'] = FALSE;
$cfg['Export']['htmlexcel_null'] = 'NULL';
 
$cfg['Export']['htmlword_structure'] = TRUE;
$cfg['Export']['htmlword_data'] = TRUE;
$cfg['Export']['htmlword_columns'] = FALSE;
$cfg['Export']['htmlword_null'] = 'NULL';
 
$cfg['Export']['xls_columns'] = FALSE;
$cfg['Export']['xls_null'] = 'NULL';
 
$cfg['Export']['csv_columns'] = FALSE;
$cfg['Export']['csv_null'] = 'NULL';
$cfg['Export']['csv_separator'] = ';';
$cfg['Export']['csv_enclosed'] = '&quot;';
$cfg['Export']['csv_escaped'] = '\\';
$cfg['Export']['csv_terminated'] = 'AUTO';
$cfg['Export']['excel_columns'] = FALSE;
$cfg['Export']['excel_null'] = 'NULL';
$cfg['Export']['excel_edition'] = 'win'; // win/mac
 
$cfg['Export']['latex_structure'] = TRUE;
$cfg['Export']['latex_data'] = TRUE;
$cfg['Export']['latex_columns'] = TRUE;
$cfg['Export']['latex_relation'] = TRUE;
$cfg['Export']['latex_comments'] = TRUE;
$cfg['Export']['latex_mime'] = TRUE;
$cfg['Export']['latex_null'] = '\textit{NULL}';
$cfg['Export']['latex_caption'] = TRUE;
$cfg['Export']['latex_data_label'] = 'tab:__TABLE__-data';
$cfg['Export']['latex_structure_label'] = 'tab:__TABLE__-structure';
 
$cfg['Export']['sql_structure'] = TRUE;
$cfg['Export']['sql_data'] = TRUE;
$cfg['Export']['sql_compat'] = 'NONE';
$cfg['Export']['sql_disable_fk'] = FALSE;
$cfg['Export']['sql_use_transaction'] = FALSE;
$cfg['Export']['sql_drop_database'] = FALSE;
$cfg['Export']['sql_drop_table'] = FALSE;
$cfg['Export']['sql_if_not_exists'] = FALSE;
$cfg['Export']['sql_auto_increment'] = TRUE;
$cfg['Export']['sql_backquotes'] = TRUE;
$cfg['Export']['sql_dates'] = FALSE;
$cfg['Export']['sql_relation'] = FALSE;
$cfg['Export']['sql_columns'] = TRUE;
$cfg['Export']['sql_delayed'] = FALSE;
$cfg['Export']['sql_ignore'] = FALSE;
$cfg['Export']['sql_hex_for_binary'] = TRUE;
$cfg['Export']['sql_type'] = 'insert'; // insert/update/replace
$cfg['Export']['sql_extended'] = TRUE;
$cfg['Export']['sql_max_query_size'] = 50000;
$cfg['Export']['sql_comments'] = FALSE;
$cfg['Export']['sql_mime'] = FALSE;
$cfg['Export']['sql_header_comment'] = ''; // \n is replaced by new line
 
$cfg['Export']['pdf_structure'] = FALSE;
$cfg['Export']['pdf_data'] = TRUE;
$cfg['Export']['pdf_report_title'] = '';
 
/**
* 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_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_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.
* See http://dev.mysql.com/doc/ for more information
* about MySQL manuals and their types.
*/
$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman';
 
/**
* Type of MySQL documentation:
* viewable - "viewable online", current one used on MySQL website
* searchable - "Searchable, with user comments"
* chapters - "HTML, one page per chapter"
* chapters_old - "HTML, one page per chapter", format used prior to MySQL 5.0 release
* big - "HTML, all on one page"
* old - old style used in phpMyAdmin 2.3.0 and sooner
* none - do not show documentation links
*/
$cfg['MySQLManualType'] = 'viewable';
 
 
/**
* PDF options
*/
$cfg['PDFPageSizes'] = array('A3', 'A4', 'A5', 'letter', 'legal');
$cfg['PDFDefaultPageSize'] = 'A4';
 
 
/**
* Language and charset conversion settings
*/
// Default language to use, if not browser-defined or user-defined
$cfg['DefaultLang'] = 'en-iso-8859-1';
 
// Default connection collation (used for MySQL >= 4.1)
$cfg['DefaultConnectionCollation'] = 'utf8_unicode_ci';
 
// Force: always use this language - must be defined in
// libraries/select_lang.lib.php
// $cfg['Lang'] = 'en-iso-8859-1';
 
// Regullar expression to limit listed languages, eg. '^(cs|en)' for Czech and
// English only
$cfg['FilterLanguages'] = '';
 
// Default charset to use for recoding of MySQL queries, does not take
// any effect when charsets recoding is switched off by
// $cfg['AllowAnywhereRecoding'] or in language file
// (see $cfg['AvailableCharsets'] to possible choices, you can add your own)
$cfg['DefaultCharset'] = 'iso-8859-1';
 
// Allow charset recoding of MySQL queries, must be also enabled in language
// file to make harder using other language files than unicode.
// Default value is FALSE to avoid problems on servers without the iconv
// extension and where dl() is not supported
$cfg['AllowAnywhereRecoding'] = FALSE;
 
// You can select here which functions will be used for charset conversion.
// Possible values are:
// auto - automatically use available one (first is tested iconv, then
// recode)
// iconv - use iconv or libiconv functions
// recode - use recode_string function
$cfg['RecodingEngine'] = 'auto';
 
// Specify some parameters for iconv used in charset conversion. See iconv
// documentation for details:
// http://www.gnu.org/software/libiconv/documentation/libiconv/iconv_open.3.html
$cfg['IconvExtraParams'] = '//TRANSLIT';
 
// Available charsets for MySQL conversion. currently contains all which could
// be found in lang/* files and few more.
// Charsets will be shown in same order as here listed, so if you frequently
// use some of these move them to the top.
$cfg['AvailableCharsets'] = array(
'iso-8859-1',
'iso-8859-2',
'iso-8859-3',
'iso-8859-4',
'iso-8859-5',
'iso-8859-6',
'iso-8859-7',
'iso-8859-8',
'iso-8859-9',
'iso-8859-10',
'iso-8859-11',
'iso-8859-12',
'iso-8859-13',
'iso-8859-14',
'iso-8859-15',
'windows-1250',
'windows-1251',
'windows-1252',
'windows-1256',
'windows-1257',
'koi8-r',
'big5',
'gb2312',
'utf-16',
'utf-8',
'utf-7',
'x-user-defined',
'euc-jp',
'ks_c_5601-1987',
'tis-620',
'SHIFT_JIS'
);
 
/**
* Customization & design
*
* The graphical settings are now located in themes/themename/layout.inc.php
*/
 
$cfg['LeftPointerEnable'] = TRUE; // enable the left panel pointer
// (used when LeftFrameLight is FALSE)
// see also LeftPointerColor
// in layout.inc.php
 
$cfg['BrowsePointerEnable'] = TRUE; // enable the browse pointer
// see also BrowsePointerColor
// in layout.inc.php
 
$cfg['BrowseMarkerEnable'] = TRUE; // enable the browse marker
// see also BrowseMarkerColor
// in layout.inc.php
 
$cfg['TextareaCols'] = 40; // textarea size (columns) in edit mode
// (this value will be emphasized (*2) for sql
// query textareas and (*1.25) for query window)
$cfg['TextareaRows'] = 7; // textarea size (rows) in edit mode
$cfg['LongtextDoubleTextarea'] = TRUE; // double size of textarea size for longtext fields
$cfg['TextareaAutoSelect'] = TRUE; // autoselect when clicking in the textarea of the querybox
$cfg['CharTextareaCols'] = 40; // textarea size (columns) for CHAR/VARCHAR
$cfg['CharTextareaRows'] = 2; // textarea size (rows) for CHAR/VARCHAR
$cfg['CtrlArrowsMoving'] = TRUE; // Enable Ctrl+Arrows moving between fields when editing?
$cfg['LimitChars'] = 50; // Max field data length in browse mode for all non-numeric fields
$cfg['ModifyDeleteAtLeft'] = TRUE; // show edit/delete links on left side of browse
// (or at the top with vertical browse)
$cfg['ModifyDeleteAtRight'] = FALSE; // show edit/delete links on right side of browse
// (or at the bottom with vertical browse)
$cfg['DefaultDisplay'] = 'horizontal'; // default display direction
// (horizontal|vertical|horizontalflipped)
$cfg['DefaultPropDisplay'] = 'horizontal'; // default display direction for altering/
// creating columns (tbl_properties)
// (horizontal|vertical)
 
$cfg['HeaderFlipType'] = 'css'; // table-header rotation via faking or css? (css|fake)
// NOTE: CSS only works in IE browsers!
$cfg['ShowBrowseComments'] = TRUE; // shows stored relation-comments in 'browse' mode.
$cfg['ShowPropertyComments']= TRUE; // shows stored relation-comments in 'table property' mode.
$cfg['RepeatCells'] = 100; // repeat header names every X cells? (0 = deactivate)
 
$cfg['EditInWindow'] = TRUE; // Set to TRUE if Edit link should open the query to edit in the query window (assuming Javascript is enabled), and to FALSE if we should edit in the right panel
$cfg['QueryWindowWidth'] = 550; // Width of Query window
$cfg['QueryWindowHeight'] = 310; // Height of Query window
$cfg['QueryHistoryDB'] = FALSE; // Set to TRUE if you want DB-based query history.
// If FALSE, this utilizes JS-routines to display
// query history (lost by window close)
$cfg['QueryWindowDefTab'] = 'sql'; // which tab to display in the querywindow on startup
// (sql|files|history|full)
$cfg['QueryHistoryMax'] = 25; // When using DB-based query history, how many entries
// should be kept?
$cfg['BrowseMIME'] = TRUE; // Use MIME-Types (stored in column comments table) for
$cfg['MaxExactCount'] = 20000; // When approximate count < this, PMA will get exact count for
// table rows.
$cfg['WYSIWYG-PDF'] = TRUE; // Utilize DHTML/JS capabilities to allow WYSIWYG editing of
// the PDF page editor. Requires an IE6/Mozilla based browser.
 
$cfg['NaturalOrder'] = TRUE; // Sort table and database in natural order
 
 
//-----------------------------------------------------------------------------
// custom-setup by mkkeck: 2004-05-04
// some specials for new icons and scrollings
// FIXME:
// 2004-05-08 rabus: We need to rearrange these variables.
 
$cfg['ShowHttpHostTitle'] = TRUE; // show HttpHost in browsers window title (true|false)?
$cfg['SetHttpHostTitle'] = ''; // if ShowHttpHostTitle=true, please set your host (server)
// or an other string, wich should be shown in browsers window title.
// If not set (or empty), the PMA will get your real Host-Adress.
 
$cfg['ErrorIconic'] = TRUE; // show some icons for warning, error and information messages (true|false)?
$cfg['MainPageIconic'] = TRUE; // show icons in list on main page and on menu tabs (true|false)?
$cfg['ReplaceHelpImg'] = TRUE; // show help button instead of strDocu (true|false)?
 
// theme manager
$cfg['ThemePath'] = './themes'; // using themes manager please set up here the path to 'themes'
// else leave empty
$cfg['ThemeManager'] = TRUE; // if you want to use selectable themes and if ThemesPath not empty
// set it to true, else set it to false (default is false);
$cfg['ThemeDefault'] = 'original'; // set up default theme, if ThemePath not empty
// you can set up here an valid path to themes or 'original' for
// the original pma-theme
$cfg['ThemePerServer'] = FALSE; // allow diferent theme for each configured server
 
//-----------------------------------------------------------------------------
 
 
/**
* Default queries
* %d will be replaced by the database name.
* %t will be replaced by the table name.
* %f will be replaced by a list of field names.
* (%t and %f only applies to DefaultQueryTable)
*/
$cfg['DefaultQueryTable'] = 'SELECT * FROM %t WHERE 1';
$cfg['DefaultQueryDatabase'] = '';
 
/**
* SQL Query box settings
* These are the links display in all of the SQL Query boxes
*/
$cfg['SQLQuery']['Edit'] = TRUE; // Edit link to change a query
$cfg['SQLQuery']['Explain'] = TRUE; // EXPLAIN on SELECT queries
$cfg['SQLQuery']['ShowAsPHP'] = TRUE; // Wrap a query in PHP
$cfg['SQLQuery']['Validate'] = FALSE; // Validate a query (see $cfg['SQLValidator'] as well)
$cfg['SQLQuery']['Refresh'] = TRUE; // Refresh the results page
 
 
/**
* Webserver upload/save/import directories
*/
$cfg['UploadDir'] = ''; // Directory for uploaded files that can be executed by
// phpMyAdmin. For example './upload'. Leave empty for
// no upload directory support. Use %u for username
// inclusion.
$cfg['SaveDir'] = ''; // Directory where phpMyAdmin can save exported data on
// server. For example './save'. Leave empty for no save
// directory support. Use %u for username inclusion.
$cfg['docSQLDir'] = ''; // Directory for docSQL imports, phpMyAdmin can import
// docSQL files from that directory. For example
// './docSQL'. Leave empty for no docSQL import support.
$cfg['TempDir'] = ''; // Directory where phpMyAdmin can save temporary files.
// This is needed for MS Excel export, see documentation
// how to enable that.
 
 
/**
* Misc. settings
*/
$cfg['GD2Available'] = 'auto'; // Is GD >= 2 available? Set to yes/no/auto. 'auto'
// does autodetection, which is a bit expensive for
// php < 4.3.0, but it is the only safe vay how to
// determine GD version.
/**
* SQL Parser Settings
*/
$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none)
$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok)
$cfg['SQP']['fmtIndUnit'] = 'em'; // Units for indenting each level (CSS Types - {em,px,pt})
// The graphical settings are now located in themes/themename/layout.inc.php
 
/**
* If you wish to use the SQL Validator service, you should be
* aware of the following:
* All SQL statements are stored anonymously for statistical purposes.
* Mimer SQL Validator, Copyright 2002 Upright Database Technology.
* All rights reserved.
*/
$cfg['SQLValidator']['use'] = FALSE; // Make the SQL Validator available
$cfg['SQLValidator']['username'] = ''; // If you have a custom username, specify it here (defaults to anonymous)
$cfg['SQLValidator']['password'] = ''; // Password for username
 
/**
* Developers ONLY!
* To use the following, please install the DBG extension from http://dd.cron.ru/dbg/
*/
$cfg['DBG']['enable'] = FALSE; // Make the DBG stuff available
$cfg['DBG']['profile']['enable'] = FALSE; // Produce profiling results of PHP
$cfg['DBG']['profile']['threshold'] = 0.5; // Threshold of long running code to display
// Anything below the threshold is not displayed
 
 
/**
* MySQL settings
*/
// Column types;
// varchar, tinyint, text and date are listed first, based on estimated popularity
$cfg['ColumnTypes'] = array(
'VARCHAR',
'TINYINT',
'TEXT',
'DATE',
'SMALLINT',
'MEDIUMINT',
'INT',
'BIGINT',
'FLOAT',
'DOUBLE',
'DECIMAL',
'DATETIME',
'TIMESTAMP',
'TIME',
'YEAR',
'CHAR',
'TINYBLOB',
'TINYTEXT',
'BLOB',
'MEDIUMBLOB',
'MEDIUMTEXT',
'LONGBLOB',
'LONGTEXT',
'ENUM',
'SET',
'BOOL'
);
 
// Attributes
// Note: the "ON UPDATE CURRENT_TIMESTAMP" attribute is added dynamically
// for MySQL >= 4.1.2, in libraries/tbl_properties.inc.php
 
$cfg['AttributeTypes'] = array(
'',
'BINARY',
'UNSIGNED',
'UNSIGNED ZEROFILL'
);
 
// Available functions
if ($cfg['ShowFunctionFields']) {
$cfg['Functions'] = array(
'ASCII',
'CHAR',
'SOUNDEX',
'LCASE',
'UCASE',
'NOW',
'PASSWORD',
'OLD_PASSWORD',
'MD5',
'SHA1',
'ENCRYPT',
'COMPRESS',
'UNCOMPRESS',
'RAND',
'LAST_INSERT_ID',
'COUNT',
'AVG',
'SUM',
'CURDATE',
'CURTIME',
'FROM_DAYS',
'FROM_UNIXTIME',
'PERIOD_ADD',
'PERIOD_DIFF',
'TO_DAYS',
'UNIX_TIMESTAMP',
'USER',
'WEEKDAY',
'CONCAT'
);
 
// Which column types will be mapped to which Group?
$cfg['RestrictColumnTypes'] = array(
'VARCHAR' => 'FUNC_CHAR',
'TINYINT' => 'FUNC_NUMBER',
'TEXT' => 'FUNC_CHAR',
'DATE' => 'FUNC_DATE',
'SMALLINT' => 'FUNC_NUMBER',
'MEDIUMINT' => 'FUNC_NUMBER',
'INT' => 'FUNC_NUMBER',
'BIGINT' => 'FUNC_NUMBER',
'FLOAT' => 'FUNC_NUMBER',
'DOUBLE' => 'FUNC_NUMBER',
'DECIMAL' => 'FUNC_NUMBER',
'DATETIME' => 'FUNC_DATE',
'TIMESTAMP' => 'FUNC_DATE',
'TIME' => 'FUNC_DATE',
'YEAR' => 'FUNC_DATE',
'CHAR' => 'FUNC_CHAR',
'TINYBLOB' => 'FUNC_CHAR',
'TINYTEXT' => 'FUNC_CHAR',
'BLOB' => 'FUNC_CHAR',
'MEDIUMBLOB' => 'FUNC_CHAR',
'MEDIUMTEXT' => 'FUNC_CHAR',
'LONGBLOB' => 'FUNC_CHAR',
'LONGTEXT' => 'FUNC_CHAR',
'ENUM' => '',
'SET' => ''
);
 
// Map above defined groups to any function
$cfg['RestrictFunctions'] = array(
'FUNC_CHAR' => array(
'ASCII',
'CHAR',
'SOUNDEX',
'LCASE',
'UCASE',
'PASSWORD',
'OLD_PASSWORD',
'MD5',
'SHA1',
'ENCRYPT',
'COMPRESS',
'UNCOMPRESS',
'LAST_INSERT_ID',
'USER',
'CONCAT'
),
 
'FUNC_DATE' => array(
'NOW',
'CURDATE',
'CURTIME',
'FROM_DAYS',
'FROM_UNIXTIME',
'PERIOD_ADD',
'PERIOD_DIFF',
'TO_DAYS',
'UNIX_TIMESTAMP',
'WEEKDAY'
),
 
'FUNC_NUMBER' => array(
'ASCII',
'CHAR',
'MD5',
'SHA1',
'ENCRYPT',
'RAND',
'LAST_INSERT_ID',
'UNIX_TIMESTAMP',
'COUNT',
'AVG',
'SUM'
)
);
 
// Default functions for above defined groups
$cfg['DefaultFunctions'] = array(
'FUNC_CHAR' => '',
'FUNC_DATE' => '',
'FUNC_NUMBER' => '',
'first_timestamp' => 'NOW'
);
 
 
} // end if
 
// Search operators
$cfg['NumOperators'] = array(
'=',
'>',
'>=',
'<',
'<=',
'!=',
'LIKE',
'NOT LIKE'
);
 
$cfg['TextOperators'] = array(
'LIKE',
'LIKE %...%',
'NOT LIKE',
'=',
'!=',
'REGEXP',
'NOT REGEXP'
);
 
$cfg['EnumOperators'] = array(
'=',
'!='
);
 
$cfg['SetOperators'] = array(
'IN',
'NOT IN'
);
 
$cfg['NullOperators'] = array(
'IS NULL',
'IS NOT NULL'
);
 
$cfg['UnaryOperators'] = array(
'IS NULL' => 1,
'IS NOT NULL' => 1
);
 
?>
/Web/Maintenance/phpMyAdmin/libraries/database_interface.lib.php
0,0 → 1,1037
<?php
/* $Id: database_interface.lib.php,v 2.39.2.2 2006/03/08 17:54:29 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Common Option Constants For DBI Functions
*/
// PMA_DBI_try_query()
define('PMA_DBI_QUERY_STORE', 1); // Force STORE_RESULT method, ignored by classic MySQL.
define('PMA_DBI_QUERY_UNBUFFERED', 2); // Do not read whole query
// PMA_DBI_get_variable()
define('PMA_DBI_GETVAR_SESSION', 1);
define('PMA_DBI_GETVAR_GLOBAL', 2);
 
/**
* Loads the mysql extensions if it is not loaded yet
*
* @param string $extension mysql extension to load
*/
function PMA_DBI_checkAndLoadMysqlExtension( $extension = 'mysql' ) {
if ( ! function_exists( $extension . '_connect' ) ) {
PMA_dl( $extension );
// check whether mysql is available
if ( ! function_exists( $extension . '_connect' ) ) {
return false;
}
}
 
return true;
}
 
 
/**
* check for requested extension
*/
if ( ! PMA_DBI_checkAndLoadMysqlExtension( $GLOBALS['cfg']['Server']['extension'] ) ) {
 
// if it fails try alternative extension ...
// and display an error ...
 
// TODO 2.7.1: add different messages for alternativ extension
// and complete fail (no alternativ extension too)
$GLOBALS['PMA_errors'][] =
sprintf( PMA_sanitize( $GLOBALS['strCantLoad'] ),
$GLOBALS['cfg']['Server']['extension'] )
.' - <a href="./Documentation.html#faqmysql" target="documentation">'
.$GLOBALS['strDocu'] . '</a>';
 
if ( $GLOBALS['cfg']['Server']['extension'] === 'mysql' ) {
$alternativ_extension = 'mysqli';
} else {
$alternativ_extension = 'mysql';
}
 
if ( ! PMA_DBI_checkAndLoadMysqlExtension( $alternativ_extension ) ) {
// if alternativ fails too ...
header( 'Location: error.php'
. '?lang=' . urlencode( $available_languages[$lang][2] )
. '&char=' . urlencode( $charset )
. '&dir=' . urlencode( $text_dir )
. '&type=' . urlencode( $strError )
. '&error=' . urlencode(
sprintf( $GLOBALS['strCantLoad'],
$GLOBALS['cfg']['Server']['extension'] )
.' - [a@./Documentation.html#faqmysql@documentation]'
.$GLOBALS['strDocu'] . '[/a]' )
. '&' . SID
);
exit();
}
 
$GLOBALS['cfg']['Server']['extension'] = $alternativ_extension;
unset( $alternativ_extension );
}
 
/**
* Including The DBI Plugin
*/
require_once('./libraries/dbi/' . $GLOBALS['cfg']['Server']['extension'] . '.dbi.lib.php');
 
/**
* Common Functions
*/
function PMA_DBI_query($query, $link = null, $options = 0) {
$res = PMA_DBI_try_query($query, $link, $options)
or PMA_mysqlDie(PMA_DBI_getError($link), $query);
return $res;
}
 
/**
* converts charset of a mysql message, usally coming from mysql_error(),
* into PMA charset, usally UTF-8
* uses language to charset mapping from mysql/share/errmsg.txt
* and charset names to ISO charset from information_schema.CHARACTER_SETS
*
* @uses $GLOBALS['cfg']['IconvExtraParams']
* @uses $GLOBALS['charset'] as target charset
* @uses PMA_DBI_fetch_value() to get server_language
* @uses preg_match() to filter server_language
* @uses in_array()
* @uses function_exists() to check for a convert function
* @uses iconv() to convert message
* @uses libiconv() to convert message
* @uses recode_string() to convert message
* @uses mb_convert_encoding() to convert message
* @param string $message
* @return string $message
*/
function PMA_DBI_convert_message( $message ) {
// latin always last!
$encodings = array(
'japanese' => 'EUC-JP', //'ujis',
'japanese-sjis' => 'Shift-JIS', //'sjis',
'korean' => 'EUC-KR', //'euckr',
'russian' => 'KOI8-R', //'koi8r',
'ukrainian' => 'KOI8-U', //'koi8u',
'greek' => 'ISO-8859-7', //'greek',
'serbian' => 'CP1250', //'cp1250',
'estonian' => 'ISO-8859-13', //'latin7',
'slovak' => 'ISO-8859-2', //'latin2',
'czech' => 'ISO-8859-2', //'latin2',
'hungarian' => 'ISO-8859-2', //'latin2',
'polish' => 'ISO-8859-2', //'latin2',
'romanian' => 'ISO-8859-2', //'latin2',
'spanish' => 'CP1252', //'latin1',
'swedish' => 'CP1252', //'latin1',
'italian' => 'CP1252', //'latin1',
'norwegian-ny' => 'CP1252', //'latin1',
'norwegian' => 'CP1252', //'latin1',
'portuguese' => 'CP1252', //'latin1',
'danish' => 'CP1252', //'latin1',
'dutch' => 'CP1252', //'latin1',
'english' => 'CP1252', //'latin1',
'french' => 'CP1252', //'latin1',
'german' => 'CP1252', //'latin1',
);
 
if ( $server_language = PMA_DBI_fetch_value( 'SHOW VARIABLES LIKE \'language\';', 0, 1 ) ) {
$found = array();
if ( preg_match( '&(?:\\\|\\/)([^\\\\\/]*)(?:\\\|\\/)$&i', $server_language, $found )) {
$server_language = $found[1];
}
}
 
if ( ! empty( $server_language ) && isset( $encodings[$server_language] ) ) {
if ( function_exists( 'iconv' ) ) {
$message = iconv( $encodings[$server_language],
$GLOBALS['charset'] . $GLOBALS['cfg']['IconvExtraParams'], $message);
} elseif ( function_exists( 'recode_string' ) ) {
$message = recode_string( $encodings[$server_language] . '..' . $GLOBALS['charset'],
$message );
} elseif ( function_exists( 'libiconv' ) ) {
$message = libiconv( $encodings[$server_language], $GLOBALS['charset'], $message );
} elseif ( function_exists( 'mb_convert_encoding' ) ) {
// do not try unsupported charsets
if ( ! in_array( $server_language, array( 'ukrainian', 'greek', 'serbian' ) ) ) {
$message = mb_convert_encoding( $message, $GLOBALS['charset'],
$encodings[$server_language] );
}
}
} else {
// lang not found, try all
// what TODO ?
}
 
return $message;
}
 
/**
* returns array with database names
*
* @return array $databases
*/
function PMA_DBI_get_dblist($link = null)
{
$dbs_array = PMA_DBI_fetch_result('SHOW DATABASES;', $link);
 
// Before MySQL 4.0.2, SHOW DATABASES could send the
// whole list, so check if we really have access:
if (PMA_MYSQL_INT_VERSION < 40002 || !empty($GLOBALS['cfg']['Server']['hide_db'])) {
foreach ($dbs_array as $key => $db) {
if (!@PMA_DBI_select_db($db, $link) || (!empty($GLOBALS['cfg']['Server']['hide_db']) && preg_match('/' . $GLOBALS['cfg']['Server']['hide_db'] . '/', $db))) {
unset( $dbs_array[$key] );
}
}
// re-index values
$dbs_array = array_values( $dbs_array );
}
 
return $dbs_array;
}
 
/**
* returns array with table names for given db
*
* @param string $database name of database
* @param mixed $link mysql link resource|object
* @return array tables names
*/
function PMA_DBI_get_tables($database, $link = null)
{
return PMA_DBI_fetch_result('SHOW TABLES FROM ' . PMA_backquote($database) . ';',
null, 0, $link, PMA_DBI_QUERY_STORE);
}
 
/**
* returns array of all tables in given db or dbs
* this function expects unqoted names:
* RIGHT: my_database
* WRONG: `my_database`
* WRONG: my\_database
* if $tbl_is_group is true, $table is used as filter for table names
* if $tbl_is_group is 'comment, $table is used as filter for table comments
*
* <code>
* PMA_DBI_get_tables_full( 'my_database' );
* PMA_DBI_get_tables_full( 'my_database', 'my_table' ) );
* PMA_DBI_get_tables_full( 'my_database', 'my_tables_', true ) );
* PMA_DBI_get_tables_full( 'my_database', 'my_tables_', 'comment' ) );
* </code>
*
* @uses PMA_MYSQL_INT_VERSION
* @uses PMA_DBI_fetch_result()
* @uses PMA_escape_mysql_wildcards()
* @uses PMA_backquote()
* @uses is_array()
* @uses addslashes()
* @uses strpos()
* @uses strtoupper()
* @param string $databases database
* @param string $table table
* @param boolean|string $tbl_is_group $table is a table group
* @param resource $link mysql link
* @return array list of tbales in given db(s)
*/
function PMA_DBI_get_tables_full($database, $table = false,
$tbl_is_group = false, $link = null)
{
// prepare and check parameters
if ( ! is_array($database) ) {
$databases = array(addslashes($database));
} else {
$databases = array_map('addslashes', $database);
}
 
$tables = array();
 
if ( PMA_MYSQL_INT_VERSION >= 50002 ) {
// get table information from information_schema
if ( $table ) {
if ( true === $tbl_is_group ) {
$sql_where_table = 'AND `TABLE_NAME` LIKE \''
. PMA_escape_mysql_wildcards(addslashes($table)) . '%\'';
} elseif ( 'comment' === $tbl_is_group ) {
$sql_where_table = 'AND `TABLE_COMMENT` LIKE \''
. PMA_escape_mysql_wildcards(addslashes($table)) . '%\'';
} else {
$sql_where_table = 'AND `TABLE_NAME` = \'' . addslashes($table) . '\'';
}
} else {
$sql_where_table = '';
}
 
// for PMA bc:
// `SCHEMA_FIELD_NAME` AS `SHOW_TABLE_STATUS_FIELD_NAME`
$sql = '
SELECT *,
`TABLE_SCHEMA` AS `Db`,
`TABLE_NAME` AS `Name`,
`ENGINE` AS `Engine`,
`ENGINE` AS `Type`,
`VERSION` AS `Version`,
`ROW_FORMAT` AS `Row_format`,
`TABLE_ROWS` AS `Rows`,
`AVG_ROW_LENGTH` AS `Avg_row_length`,
`DATA_LENGTH` AS `Data_length`,
`MAX_DATA_LENGTH` AS `Max_data_length`,
`INDEX_LENGTH` AS `Index_length`,
`DATA_FREE` AS `Data_free`,
`AUTO_INCREMENT` AS `Auto_increment`,
`CREATE_TIME` AS `Create_time`,
`UPDATE_TIME` AS `Update_time`,
`CHECK_TIME` AS `Check_time`,
`TABLE_COLLATION` AS `Collation`,
`CHECKSUM` AS `Checksum`,
`CREATE_OPTIONS` AS `Create_options`,
`TABLE_COMMENT` AS `Comment`
FROM `information_schema`.`TABLES`
WHERE `TABLE_SCHEMA` IN (\'' . implode("', '", $databases) . '\')
' . $sql_where_table;
$tables = PMA_DBI_fetch_result($sql, array('TABLE_SCHEMA', 'TABLE_NAME'),
null, $link);
unset( $sql_where_table, $sql );
} else {
foreach ( $databases as $each_database ) {
if ( true === $tbl_is_group ) {
$sql = 'SHOW TABLE STATUS FROM '
. PMA_backquote($each_database)
.' LIKE \'' . PMA_escape_mysql_wildcards(addslashes($table)) . '%\'';
} else {
$sql = 'SHOW TABLE STATUS FROM '
. PMA_backquote($each_database) . ';';
}
$each_tables = PMA_DBI_fetch_result($sql, 'Name', null, $link);
foreach ( $each_tables as $table_name => $each_table ) {
if ( 'comment' === $tbl_is_group
&& 0 === strpos($each_table['Comment'], $table) )
{
// remove table from list
unset( $each_tables[$table_name] );
continue;
}
 
if ( ! isset( $each_tables[$table_name]['Type'] )
&& isset( $each_tables[$table_name]['Engine'] ) ) {
// pma BC, same parts of PMA still uses 'Type'
$each_tables[$table_name]['Type']
=& $each_tables[$table_name]['Engine'];
} elseif ( ! isset( $each_tables[$table_name]['Engine'] )
&& isset( $each_tables[$table_name]['Type'] ) ) {
// old MySQL reports Type, newer MySQL reports Engine
$each_tables[$table_name]['Engine']
=& $each_tables[$table_name]['Type'];
}
 
// MySQL forward compatibility
// so pma could use this array as if every server is of version >5.0
$each_tables[$table_name]['TABLE_SCHEMA'] = $each_database;
$each_tables[$table_name]['TABLE_NAME'] =& $each_tables[$table_name]['Name'];
$each_tables[$table_name]['ENGINE'] =& $each_tables[$table_name]['Engine'];
$each_tables[$table_name]['VERSION'] =& $each_tables[$table_name]['Version'];
$each_tables[$table_name]['ROW_FORMAT'] =& $each_tables[$table_name]['Row_format'];
$each_tables[$table_name]['TABLE_ROWS'] =& $each_tables[$table_name]['Rows'];
$each_tables[$table_name]['AVG_ROW_LENGTH'] =& $each_tables[$table_name]['Avg_row_length'];
$each_tables[$table_name]['DATA_LENGTH'] =& $each_tables[$table_name]['Data_length'];
$each_tables[$table_name]['MAX_DATA_LENGTH'] =& $each_tables[$table_name]['Max_data_length'];
$each_tables[$table_name]['INDEX_LENGTH'] =& $each_tables[$table_name]['Index_length'];
$each_tables[$table_name]['DATA_FREE'] =& $each_tables[$table_name]['Data_free'];
$each_tables[$table_name]['AUTO_INCREMENT'] =& $each_tables[$table_name]['Auto_increment'];
$each_tables[$table_name]['CREATE_TIME'] =& $each_tables[$table_name]['Create_time'];
$each_tables[$table_name]['UPDATE_TIME'] =& $each_tables[$table_name]['Update_time'];
$each_tables[$table_name]['CHECK_TIME'] =& $each_tables[$table_name]['Check_time'];
$each_tables[$table_name]['TABLE_COLLATION'] =& $each_tables[$table_name]['Collation'];
$each_tables[$table_name]['CHECKSUM'] =& $each_tables[$table_name]['Checksum'];
$each_tables[$table_name]['CREATE_OPTIONS'] =& $each_tables[$table_name]['Create_options'];
$each_tables[$table_name]['TABLE_COMMENT'] =& $each_tables[$table_name]['Comment'];
 
if ( strtoupper( $each_tables[$table_name]['Comment'] ) === 'VIEW' ) {
$each_tables[$table_name]['TABLE_TYPE'] = 'VIEW';
} else {
// TODO difference between 'TEMPORARY' and 'BASE TABLE'
// but how to detect?
$each_tables[$table_name]['TABLE_TYPE'] = 'BASE TABLE';
}
}
 
$tables[$each_database] = $each_tables;
}
}
 
if ( $GLOBALS['cfg']['NaturalOrder'] ) {
foreach ( $tables as $key => $val ) {
uksort($tables[$key], 'strnatcasecmp');
}
}
 
if (! is_array($database)) {
if (isset($tables[$database])) {
return $tables[$database];
} elseif (isset($tables[strtolower($database)])) {
// on windows with lower_case_table_names = 1
// MySQL returns
// with SHOW DATABASES or information_schema.SCHEMATA: `Test`
// but information_schema.TABLES gives `test`
// bug #1436171
// sf.net/tracker/?func=detail&aid=1436171&group_id=23067&atid=377408
return $tables[strtolower($database)];
} else {
return $tables;
}
} else {
return $tables;
}
}
 
/**
* returns array with databases containing extended infos about them
*
* @param string $databases database
* @param boolean $force_stats retrieve stats also for MySQL < 5
* @param resource $link mysql link
* @return array $databases
*/
function PMA_DBI_get_databases_full( $database = null, $force_stats = false, $link = null ) {
 
// initialize to avoid errors when there are no databases
$databases = array();
 
if ( PMA_MYSQL_INT_VERSION >= 50002 ) {
// get table information from information_schema
if ( $database ) {
$sql_where_schema = 'WHERE `SCHEMA_NAME` LIKE \''
. addslashes( $database ) . '\'';
} else {
$sql_where_schema = '';
}
 
// for PMA bc:
// `SCHEMA_FIELD_NAME` AS `SHOW_TABLE_STATUS_FIELD_NAME`
$sql = '
SELECT `information_schema`.`SCHEMATA`.*,
COUNT(`information_schema`.`TABLES`.`TABLE_SCHEMA`)
AS `SCHEMA_TABLES`,
SUM(`information_schema`.`TABLES`.`TABLE_ROWS`)
AS `SCHEMA_TABLE_ROWS`,
SUM(`information_schema`.`TABLES`.`DATA_LENGTH`)
AS `SCHEMA_DATA_LENGTH`,
SUM(`information_schema`.`TABLES`.`MAX_DATA_LENGTH`)
AS `SCHEMA_MAX_DATA_LENGTH`,
SUM(`information_schema`.`TABLES`.`INDEX_LENGTH`)
AS `SCHEMA_INDEX_LENGTH`,
SUM(`information_schema`.`TABLES`.`DATA_LENGTH`
+ `information_schema`.`TABLES`.`INDEX_LENGTH`)
AS `SCHEMA_LENGTH`,
SUM(`information_schema`.`TABLES`.`DATA_FREE`)
AS `SCHEMA_DATA_FREE`
FROM `information_schema`.`SCHEMATA`
LEFT JOIN `information_schema`.`TABLES`
ON `information_schema`.`TABLES`.`TABLE_SCHEMA`
= `information_schema`.`SCHEMATA`.`SCHEMA_NAME`
' . $sql_where_schema . '
GROUP BY `information_schema`.`SCHEMATA`.`SCHEMA_NAME`';
$databases = PMA_DBI_fetch_result( $sql, 'SCHEMA_NAME', null, $link );
unset( $sql_where_schema, $sql );
} else {
foreach ( PMA_DBI_get_dblist( $link ) as $database_name ) {
// MySQL forward compatibility
// so pma could use this array as if every server is of version >5.0
$databases[$database_name]['SCHEMA_NAME'] = $database_name;
 
if ( $force_stats ) {
require_once 'mysql_charsets.lib.php';
 
$databases[$database_name]['DEFAULT_COLLATION_NAME']
= PMA_getDbCollation( $database_name );
 
// get additonal info about tables
$databases[$database_name]['SCHEMA_TABLES'] = 0;
$databases[$database_name]['SCHEMA_TABLE_ROWS'] = 0;
$databases[$database_name]['SCHEMA_DATA_LENGTH'] = 0;
$databases[$database_name]['SCHEMA_MAX_DATA_LENGTH'] = 0;
$databases[$database_name]['SCHEMA_INDEX_LENGTH'] = 0;
$databases[$database_name]['SCHEMA_LENGTH'] = 0;
$databases[$database_name]['SCHEMA_DATA_FREE'] = 0;
 
$res = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote( $database_name ) . ';');
while ( $row = PMA_DBI_fetch_assoc( $res ) ) {
$databases[$database_name]['SCHEMA_TABLES']++;
$databases[$database_name]['SCHEMA_TABLE_ROWS']
+= $row['Rows'];
$databases[$database_name]['SCHEMA_DATA_LENGTH']
+= $row['Data_length'];
$databases[$database_name]['SCHEMA_MAX_DATA_LENGTH']
+= $row['Max_data_length'];
$databases[$database_name]['SCHEMA_INDEX_LENGTH']
+= $row['Index_length'];
$databases[$database_name]['SCHEMA_DATA_FREE']
+= $row['Data_free'];
$databases[$database_name]['SCHEMA_LENGTH']
+= $row['Data_length'] + $row['Index_length'];
}
PMA_DBI_free_result( $res );
unset( $res );
}
}
}
 
if ( $GLOBALS['cfg']['NaturalOrder'] ) {
uksort( $databases, 'strnatcasecmp' );
}
 
return $databases;
}
 
/**
* returns detailed array with all columns for given table in database,
* or all tables/databases
*
* @param string $database name of database
* @param string $table name of table to retrieve columns from
* @param string $column name of specific column
* @param mixed $link mysql link resource
*/
function PMA_DBI_get_columns_full($database = null, $table = null,
$column = null, $link = null)
{
$columns = array();
 
if ( PMA_MYSQL_INT_VERSION >= 50002 ) {
$sql_wheres = array();
$array_keys = array();
 
// get columns information from information_schema
if ( null !== $database ) {
$sql_wheres[] = '`TABLE_SCHEMA` = \'' . addslashes($database) . '\' ';
} else {
$array_keys[] = 'TABLE_SCHEMA';
}
if ( null !== $table ) {
$sql_wheres[] = '`TABLE_NAME` = \'' . addslashes($table) . '\' ';
} else {
$array_keys[] = 'TABLE_NAME';
}
if ( null !== $column ) {
$sql_wheres[] = '`COLUMN_NAME` = \'' . addslashes($column) . '\' ';
} else {
$array_keys[] = 'COLUMN_NAME';
}
 
// for PMA bc:
// `[SCHEMA_FIELD_NAME]` AS `[SHOW_FULL_COLUMNS_FIELD_NAME]`
$sql = '
SELECT *,
`COLUMN_NAME` AS `Field`,
`COLUMN_TYPE` AS `Type`,
`COLLATION_NAME` AS `Collation`,
`IS_NULLABLE` AS `Null`,
`COLUMN_KEY` AS `Key`,
`COLUMN_DEFAULT` AS `Default`,
`EXTRA` AS `Extra`,
`PRIVILEGES` AS `Privileges`,
`COLUMN_COMMENT` AS `Comment`
FROM `information_schema`.`COLUMNS`';
if ( count($sql_wheres) ) {
$sql .= "\n" . ' WHERE ' . implode(' AND ', $sql_wheres);
}
 
$columns = PMA_DBI_fetch_result($sql, $array_keys, null, $link);
unset( $sql_wheres, $sql );
} else {
if ( null === $database ) {
$databases = PMA_DBI_get_dblist();
foreach ( $databases as $database ) {
$columns[$database] = PMA_DBI_get_columns_full($database, null,
null, $link);
}
return $columns;
} elseif ( null === $table ) {
$tables = PMA_DBI_get_tables($database);
foreach ( $tables as $table ) {
$columns[$table] = PMA_DBI_get_columns_full(
$database, $table, null, $link);
}
return $columns;
}
 
$sql = 'SHOW FULL COLUMNS FROM '
. PMA_backquote($database) . '.' . PMA_backquote($table);
if ( null !== $column ) {
$sql .= " LIKE '" . $column . "'";
}
 
$columns = PMA_DBI_fetch_result( $sql, 'Field', null, $link );
 
$ordinal_position = 1;
foreach ( $columns as $column_name => $each_column ) {
 
// MySQL forward compatibility
// so pma could use this array as if every server is of version >5.0
$columns[$column_name]['COLUMN_NAME'] =& $columns[$column_name]['Field'];
$columns[$column_name]['COLUMN_TYPE'] =& $columns[$column_name]['Type'];
$columns[$column_name]['COLLATION_NAME'] =& $columns[$column_name]['Collation'];
$columns[$column_name]['IS_NULLABLE'] =& $columns[$column_name]['Null'];
$columns[$column_name]['COLUMN_KEY'] =& $columns[$column_name]['Key'];
$columns[$column_name]['COLUMN_DEFAULT'] =& $columns[$column_name]['Default'];
$columns[$column_name]['EXTRA'] =& $columns[$column_name]['Extra'];
$columns[$column_name]['PRIVILEGES'] =& $columns[$column_name]['Privileges'];
$columns[$column_name]['COLUMN_COMMENT'] =& $columns[$column_name]['Comment'];
 
$columns[$column_name]['TABLE_CATALOG'] = null;
$columns[$column_name]['TABLE_SCHEMA'] = $database;
$columns[$column_name]['TABLE_NAME'] = $table;
$columns[$column_name]['ORDINAL_POSITION'] = $ordinal_position;
$columns[$column_name]['DATA_TYPE'] =
substr($columns[$column_name]['COLUMN_TYPE'], 0,
strpos($columns[$column_name]['COLUMN_TYPE'], '('));
// @TODO guess CHARACTER_MAXIMUM_LENGTH from COLUMN_TYPE
$columns[$column_name]['CHARACTER_MAXIMUM_LENGTH'] = null;
// @TODO guess CHARACTER_OCTET_LENGTH from CHARACTER_MAXIMUM_LENGTH
$columns[$column_name]['CHARACTER_OCTET_LENGTH'] = null;
$columns[$column_name]['NUMERIC_PRECISION'] = null;
$columns[$column_name]['NUMERIC_SCALE'] = null;
$columns[$column_name]['CHARACTER_SET_NAME'] =
substr($columns[$column_name]['COLLATION_NAME'], 0,
strpos($columns[$column_name]['COLLATION_NAME'], '_'));
 
$ordinal_position++;
}
 
if ( null !== $column ) {
reset($columns);
$columns = current($columns);
}
}
 
return $columns;
}
 
/**
* @TODO should only return columns names, for more info use PMA_DBI_get_columns_full()
*
* @param string $database name of database
* @param string $table name of table to retrieve columns from
* @param mixed $link mysql link resource
*/
function PMA_DBI_get_fields($database, $table, $link = null)
{
// here we use a try_query because when coming from
// tbl_create + tbl_properties.inc.php, the table does not exist
$fields = PMA_DBI_fetch_result(
'SHOW FULL COLUMNS
FROM ' . PMA_backquote($database) . '.' . PMA_backquote($table),
null, null, $link);
if ( ! is_array($fields) || count($fields) < 1 ) {
return false;
}
return $fields;
}
 
/**
* returns value of given mysql server variable
*
* @param string $var mysql server variable name
* @param int $type PMA_DBI_GETVAR_SESSION|PMA_DBI_GETVAR_GLOBAL
* @param mixed $link mysql link resource|object
* @return mixed value for mysql server variable
*/
function PMA_DBI_get_variable($var, $type = PMA_DBI_GETVAR_SESSION, $link = null)
{
if ($link === null) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return false;
}
}
if (PMA_MYSQL_INT_VERSION < 40002) {
$type = 0;
}
switch ($type) {
case PMA_DBI_GETVAR_SESSION:
$modifier = ' SESSION';
break;
case PMA_DBI_GETVAR_GLOBAL:
$modifier = ' GLOBAL';
break;
default:
$modifier = '';
}
return PMA_DBI_fetch_value(
'SHOW' . $modifier . ' VARIABLES LIKE \'' . $var . '\';', 0, 1, $link);
}
 
/**
* @uses ./libraries/charset_conversion.lib.php
* @uses PMA_DBI_QUERY_STORE
* @uses PMA_REMOVED_NON_UTF_8
* @uses PMA_MYSQL_INT_VERSION
* @uses PMA_MYSQL_STR_VERSION
* @uses PMA_DBI_GETVAR_SESSION
* @uses PMA_DBI_fetch_value()
* @uses PMA_DBI_query()
* @uses PMA_DBI_get_variable()
* @uses $GLOBALS['collation_connection']
* @uses $GLOBALS['charset_connection']
* @uses $GLOBALS['available_languages']
* @uses $GLOBALS['mysql_charset_map']
* @uses $GLOBALS['charset']
* @uses $GLOBALS['lang']
* @uses $GLOBALS['cfg']['Lang']
* @uses $GLOBALS['cfg']['ColumnTypes']
* @uses defined()
* @uses explode()
* @uses sprintf()
* @uses intval()
* @uses define()
* @uses defined()
* @uses substr()
* @uses count()
* @param mixed $link mysql link resource|object
* @param boolean $is_controluser
*/
function PMA_DBI_postConnect($link, $is_controluser = false)
{
if (!defined('PMA_MYSQL_INT_VERSION')) {
$mysql_version = PMA_DBI_fetch_value(
'SELECT VERSION()', 0, 0, $link, PMA_DBI_QUERY_STORE);
if ( $mysql_version ) {
$match = explode('.', $mysql_version);
define('PMA_MYSQL_INT_VERSION',
(int) sprintf('%d%02d%02d', $match[0], $match[1],
intval($match[2])));
define('PMA_MYSQL_STR_VERSION', $mysql_version);
unset($mysql_version, $match);
} else {
define('PMA_MYSQL_INT_VERSION', 32332);
define('PMA_MYSQL_STR_VERSION', '3.23.32');
}
}
 
if (!defined('PMA_ENGINE_KEYWORD')) {
if (PMA_MYSQL_INT_VERSION >= 40102) {
define('PMA_ENGINE_KEYWORD','ENGINE');
} else {
define('PMA_ENGINE_KEYWORD','TYPE');
}
}
 
if (PMA_MYSQL_INT_VERSION >= 40100) {
 
// If $lang is defined and we are on MySQL >= 4.1.x,
// we auto-switch the lang to its UTF-8 version (if it exists and user
// didn't force language)
if ( !empty($GLOBALS['lang'])
&& (substr($GLOBALS['lang'], -5) != 'utf-8')
&& !isset($GLOBALS['cfg']['Lang']) ) {
$lang_utf_8_version =
substr($GLOBALS['lang'], 0, strpos($GLOBALS['lang'], '-'))
. '-utf-8';
if (!empty($GLOBALS['available_languages'][$lang_utf_8_version])) {
$GLOBALS['lang'] = $lang_utf_8_version;
$GLOBALS['charset'] = 'utf-8';
}
}
 
// and we remove the non-UTF-8 choices to avoid confusion
if (!defined('PMA_REMOVED_NON_UTF_8')) {
foreach ( $GLOBALS['available_languages'] as $each_lang => $dummy ) {
if ( substr($each_lang, -5) != 'utf-8' ) {
unset( $GLOBALS['available_languages'][$each_lang] );
}
}
define('PMA_REMOVED_NON_UTF_8', 1);
}
 
$mysql_charset = $GLOBALS['mysql_charset_map'][$GLOBALS['charset']];
if ( $is_controluser
|| empty($GLOBALS['collation_connection'])
|| (strpos($GLOBALS['collation_connection'], '_')
? substr($GLOBALS['collation_connection'], 0, strpos($GLOBALS['collation_connection'], '_'))
: $GLOBALS['collation_connection']) == $mysql_charset) {
 
PMA_DBI_query('SET NAMES ' . $mysql_charset . ';', $link,
PMA_DBI_QUERY_STORE);
} else {
PMA_DBI_query('SET CHARACTER SET ' . $mysql_charset . ';', $link,
PMA_DBI_QUERY_STORE);
}
if (!empty($GLOBALS['collation_connection'])) {
PMA_DBI_query('SET collation_connection = \'' . $GLOBALS['collation_connection'] . '\';',
$link, PMA_DBI_QUERY_STORE);
}
if (!$is_controluser) {
$GLOBALS['collation_connection'] = PMA_DBI_get_variable('collation_connection',
PMA_DBI_GETVAR_SESSION, $link);
$GLOBALS['charset_connection'] = PMA_DBI_get_variable('character_set_connection',
PMA_DBI_GETVAR_SESSION, $link);
}
 
// Add some field types to the list, this needs to be done once per session!
if ($GLOBALS['cfg']['ColumnTypes'][count($GLOBALS['cfg']['ColumnTypes']) - 1] != 'VARBINARY') {
$GLOBALS['cfg']['ColumnTypes'][] = 'BINARY';
$GLOBALS['cfg']['ColumnTypes'][] = 'VARBINARY';
}
 
} else {
require_once('./libraries/charset_conversion.lib.php');
}
}
 
/**
* returns a single value from the given result or query,
* if the query or the result has more than one row or field
* the first field of the first row is returned
*
* <code>
* $sql = 'SELECT `name` FROM `user` WHERE `id` = 123';
* $user_name = PMA_DBI_fetch_value( $sql );
* // produces
* // $user_name = 'John Doe'
* </code>
*
* @uses is_string()
* @uses is_int()
* @uses PMA_DBI_try_query()
* @uses PMA_DBI_num_rows()
* @uses PMA_DBI_fetch_row()
* @uses PMA_DBI_fetch_assoc()
* @uses PMA_DBI_free_result()
* @param string|mysql_result $result query or mysql result
* @param integer $row_number row to fetch the value from,
* starting at 0, with 0 beeing default
* @param integer|string $field field to fetch the value from,
* starting at 0, with 0 beeing default
* @param resource $link mysql link
* @param mixed $options
* @return mixed value of first field in first row from result
* or false if not found
*/
function PMA_DBI_fetch_value( $result, $row_number = 0, $field = 0, $link = null, $options = 0 ) {
$value = false;
 
if ( is_string( $result ) ) {
$result = PMA_DBI_try_query( $result, $link, $options | PMA_DBI_QUERY_STORE );
}
 
// return false if result is empty or false
// or requested row is larger than rows in result
if ( PMA_DBI_num_rows( $result ) < ( $row_number + 1 ) ) {
return $value;
}
 
// if $field is an integer use non associative mysql fetch function
if ( is_int( $field ) ) {
$fetch_function = 'PMA_DBI_fetch_row';
} else {
$fetch_function = 'PMA_DBI_fetch_assoc';
}
 
// get requested row
for ( $i = 0; $i <= $row_number; $i++ ) {
$row = $fetch_function( $result );
}
PMA_DBI_free_result( $result );
 
// return requested field
if ( isset( $row[$field] ) ) {
$value = $row[$field];
}
unset( $row );
 
return $value;
}
 
/**
* returns only the first row from the result
*
* <code>
* $sql = 'SELECT * FROM `user` WHERE `id` = 123';
* $user = PMA_DBI_fetch_single_row( $sql );
* // produces
* // $user = array( 'id' => 123, 'name' => 'John Doe' )
* </code>
*
* @uses is_string()
* @uses PMA_DBI_try_query()
* @uses PMA_DBI_num_rows()
* @uses PMA_DBI_fetch_row()
* @uses PMA_DBI_fetch_assoc()
* @uses PMA_DBI_fetch_array()
* @uses PMA_DBI_free_result()
* @param string|mysql_result $result query or mysql result
* @param string $type NUM|ASSOC|BOTH
* returned array should either numeric
* associativ or booth
* @param resource $link mysql link
* @param mixed $options
* @return array|boolean first row from result
* or false if result is empty
*/
function PMA_DBI_fetch_single_row( $result, $type = 'ASSOC', $link = null, $options = 0 ) {
if ( is_string( $result ) ) {
$result = PMA_DBI_try_query( $result, $link, $options | PMA_DBI_QUERY_STORE );
}
 
// return null if result is empty or false
if ( ! PMA_DBI_num_rows( $result ) ) {
return false;
}
 
switch ( $type ) {
case 'NUM' :
$fetch_function = 'PMA_DBI_fetch_row';
break;
case 'ASSOC' :
$fetch_function = 'PMA_DBI_fetch_assoc';
break;
case 'BOTH' :
default :
$fetch_function = 'PMA_DBI_fetch_array';
break;
}
 
$row = $fetch_function( $result );
PMA_DBI_free_result( $result );
return $row;
}
 
/**
* returns all rows in the resultset in one array
*
* <code>
* $sql = 'SELECT * FROM `user`';
* $users = PMA_DBI_fetch_result( $sql );
* // produces
* // $users[] = array( 'id' => 123, 'name' => 'John Doe' )
*
* $sql = 'SELECT `id`, `name` FROM `user`';
* $users = PMA_DBI_fetch_result( $sql, 'id' );
* // produces
* // $users['123'] = array( 'id' => 123, 'name' => 'John Doe' )
*
* $sql = 'SELECT `id`, `name` FROM `user`';
* $users = PMA_DBI_fetch_result( $sql, 0 );
* // produces
* // $users['123'] = array( 0 => 123, 1 => 'John Doe' )
*
* $sql = 'SELECT `id`, `name` FROM `user`';
* $users = PMA_DBI_fetch_result( $sql, 'id', 'name' );
* // or
* $users = PMA_DBI_fetch_result( $sql, 0, 1 );
* // produces
* // $users['123'] = 'John Doe'
*
* $sql = 'SELECT `name` FROM `user`';
* $users = PMA_DBI_fetch_result( $sql );
* // produces
* // $users[] = 'John Doe'
* </code>
*
* @uses is_string()
* @uses is_int()
* @uses PMA_DBI_try_query()
* @uses PMA_DBI_num_rows()
* @uses PMA_DBI_num_fields()
* @uses PMA_DBI_fetch_row()
* @uses PMA_DBI_fetch_assoc()
* @uses PMA_DBI_free_result()
* @param string|mysql_result $result query or mysql result
* @param string|integer $key field-name or offset
* used as key for array
* @param string|integer $value value-name or offset
* used as value for array
* @param resource $link mysql link
* @param mixed $options
* @return array resultrows or values indexed by $key
*/
function PMA_DBI_fetch_result( $result, $key = null, $value = null,
$link = null, $options = 0 )
{
$resultrows = array();
 
if ( is_string($result) ) {
$result = PMA_DBI_try_query($result, $link, $options);
}
 
// return empty array if result is empty or false
if ( ! $result ) {
return $resultrows;
}
 
$fetch_function = 'PMA_DBI_fetch_assoc';
 
// no nested array if only one field is in result
if ( null === $key && 1 === PMA_DBI_num_fields($result) ) {
$value = 0;
$fetch_function = 'PMA_DBI_fetch_row';
}
 
// if $key is an integer use non associative mysql fetch function
if ( is_int($key) ) {
$fetch_function = 'PMA_DBI_fetch_row';
}
 
if ( null === $key && null === $value ) {
while ( $row = $fetch_function($result) ) {
$resultrows[] = $row;
}
} elseif ( null === $key ) {
while ( $row = $fetch_function($result) ) {
$resultrows[] = $row[$value];
}
} elseif ( null === $value ) {
if ( is_array($key) ) {
while ( $row = $fetch_function($result) ) {
$result_target =& $resultrows;
foreach ( $key as $key_index ) {
if ( ! isset( $result_target[$row[$key_index]] ) ) {
$result_target[$row[$key_index]] = array();
}
$result_target =& $result_target[$row[$key_index]];
}
$result_target = $row;
}
} else {
while ( $row = $fetch_function($result) ) {
$resultrows[$row[$key]] = $row;
}
}
} else {
if ( is_array($key) ) {
while ( $row = $fetch_function($result) ) {
$result_target =& $resultrows;
foreach ( $key as $key_index ) {
if ( ! isset( $result_target[$row[$key_index]] ) ) {
$result_target[$row[$key_index]] = array();
}
$result_target =& $result_target[$row[$key_index]];
}
$result_target = $row[$value];
}
} else {
while ( $row = $fetch_function($result) ) {
$resultrows[$row[$key]] = $row[$value];
}
}
}
 
PMA_DBI_free_result($result);
return $resultrows;
}
 
/**
* return default table engine for given database
*
* @return string default table engine
*/
function PMA_DBI_get_default_engine()
{
if ( PMA_MYSQL_INT_VERSION > 50002 ) {
return PMA_DBI_fetch_value( 'SHOW VARIABLES LIKE \'storage_engine\';', 0, 1 );
} else {
return PMA_DBI_fetch_value( 'SHOW VARIABLES LIKE \'table_type\';', 0, 1 );
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/db_config.lib.php
0,0 → 1,92
<?php
/* $Id: db_config.lib.php,v 2.4 2004/05/20 16:14:10 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Database based configuration system
* Robin Johnson <robbat2@users.sourceforge.net>
* May 19, 2002
*/
 
/**
* Converts attributes of an object to xml code
*
* Original obj2xml() function by <jgettys@gnuvox.com>
* as found on http://www.php.net/manual/en/function.get-defined-vars.php
* Fixed and improved by Robin Johnson <robbat2@users.sourceforge.net>
*
* @param object the source
* @param string identication
*
* @access public
*/
function obj2xml($v, $indent = '') {
$attr = '';
foreach ($v AS $key => $val) {
if (is_string($key) && ($key == '__attr')) {
continue;
}
 
// Check for __attr
if (is_object($val->__attr)) {
foreach ($val->__attr AS $key2 => $val2) {
$attr .= " $key2=\"$val2\"";
}
} else {
$attr = '';
}
 
// Preserve data type information
$attr .= ' type="' . gettype($val) . '"';
 
if (is_array($val) || is_object($val)) {
echo "$indent<$key$attr>\n";
obj2xml($val, $indent . ' ');
echo "$indent</$key>\n";
} else {
if (is_string($val) && ($val == '')) {
echo "$indent<$key$attr />\n";
} else {
echo "$indent<$key$attr>$val</$key>\n";
}
}
} // end while
} // end of the "obj2xml()" function
 
 
$cfg['DBConfig']['AllowUserOverride'] = array(
'Servers/*/bookmarkdb',
'Servers/*/bookmarktable',
'Servers/*/relation',
'Servers/*/pdf_table_position',
'ShowSQL',
'Confirm',
'LeftFrameLight',
'ShowTooltip',
'ShowBlob',
'NavigationBarIconic',
'ShowAll',
'MaxRows',
'Order',
'ProtectBinary',
'ShowFunctionFields',
'LeftWidth',
'LeftBgColor',
'LeftPointerColor',
'RightBgColor',
'Border',
'ThBgcolor',
'BgcolorOne',
'BgcolorTwo',
'BrowsePointerColor',
'BrowseMarkerColor',
'TextareaCols',
'TextareaRows',
'LimitChars',
'ModifyDeleteAtLeft',
'ModifyDeleteAtRight',
'DefaultDisplay',
'RepeatCells'
);
 
?>
/Web/Maintenance/phpMyAdmin/libraries/db_details_common.inc.php
0,0 → 1,61
<?php
/* $Id: db_details_common.inc.php,v 1.3 2006/01/14 23:17:16 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/bookmark.lib.php');
 
PMA_checkParameters(array('db'));
 
if ( PMA_MYSQL_INT_VERSION >= 50002 && $db == 'information_schema' ) {
$cfg['ShowStats'] = false;
$db_is_information_schema = true;
} else {
$db_is_information_schema = false;
}
 
/**
* Defines the urls to return to in case of error in a sql statement
*/
$err_url_0 = 'main.php?' . PMA_generate_common_url();
$err_url = $cfg['DefaultTabDatabase'] . '?' . PMA_generate_common_url($db);
 
 
/**
* Ensures the database exists (else move to the "parent" script) and displays
* headers
*/
if (!isset($is_db) || !$is_db) {
// Not a valid db name -> back to the welcome page
if (isset($db) && strlen($db)) {
$is_db = PMA_DBI_select_db($db);
}
if (!isset($db) || !strlen($db) || !$is_db) {
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . 'main.php?' . PMA_generate_common_url('', '', '&') . (isset($message) ? '&message=' . urlencode($message) : '') . '&reload=1');
exit;
}
} // end if (ensures db exists)
 
/**
* Changes database charset if requested by the user
*/
if (isset($submitcollation) && !empty($db_collation) && PMA_MYSQL_INT_VERSION >= 40101) {
list($db_charset) = explode('_', $db_collation);
$sql_query = 'ALTER DATABASE ' . PMA_backquote($db) . ' DEFAULT' . PMA_generateCharsetQueryPart($db_collation);
$result = PMA_DBI_query($sql_query);
$message = $strSuccess;
unset($db_charset, $db_collation);
}
 
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
 
/**
* Set parameters for links
*/
$url_query = PMA_generate_common_url($db);
 
?>
/Web/Maintenance/phpMyAdmin/libraries/db_details_db_info.inc.php
0,0 → 1,138
<?php
/* $Id: db_details_db_info.inc.php,v 1.2 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
// Check parameters
 
require_once('./libraries/common.lib.php');
 
PMA_checkParameters(array('db'));
 
if ( PMA_MYSQL_INT_VERSION >= 50002 && $db == 'information_schema' ) {
$cfg['ShowStats'] = false;
$db_is_information_schema = true;
} else {
$db_is_information_schema = false;
}
 
function fillTooltip( &$tooltip_truename, &$tooltip_aliasname, &$tmp ) {
$tooltip_truename[$tmp['Name']] = ($GLOBALS['cfg']['ShowTooltipAliasTB'] && $GLOBALS['cfg']['ShowTooltipAliasTB'] != 'nested' ? (!empty($tmp['Comment']) ? $tmp['Comment'] . ' ' : $tmp['Name']) : $tmp['Name']);
$tooltip_aliasname[$tmp['Name']] = ($GLOBALS['cfg']['ShowTooltipAliasTB'] && $GLOBALS['cfg']['ShowTooltipAliasTB'] != 'nested' ? $tmp['Name'] : (!empty($tmp['Comment']) ? $tmp['Comment'] . ' ' : $tmp['Name']));
if (isset($tmp['Create_time']) && !empty($tmp['Create_time'])) {
$tooltip_aliasname[$tmp['Name']] .= ', ' . $GLOBALS['strStatCreateTime'] . ': ' . PMA_localisedDate(strtotime($tmp['Create_time']));
}
 
if (isset($tmp['Update_time']) && !empty($tmp['Update_time'])) {
$tooltip_aliasname[$tmp['Name']] .= ', ' . $GLOBALS['strStatUpdateTime'] . ': ' . PMA_localisedDate(strtotime($tmp['Update_time']));
}
 
if (isset($tmp['Check_time']) && !empty($tmp['Check_time'])) {
$tooltip_aliasname[$tmp['Name']] .= ', ' . $GLOBALS['strStatCheckTime'] . ': ' . PMA_localisedDate(strtotime($tmp['Check_time']));
}
 
return true;
}
 
/**
* Gets the list of the table in the current db and informations about these
* tables if possible
*/
// staybyte: speedup view on locked tables - 11 June 2001
$tables = array();
 
// When used in Nested table group mode, only show tables matching the given groupname
if (!empty($tbl_group) && !$cfg['ShowTooltipAliasTB']) {
$tbl_group_sql = ' LIKE "' . PMA_escape_mysql_wildcards( $tbl_group ) . '%"';
} else {
$tbl_group_sql = '';
}
 
if ( $cfg['ShowTooltip'] ) {
$tooltip_truename = array();
$tooltip_aliasname = array();
}
 
// Special speedup for newer MySQL Versions (in 4.0 format changed)
if ( true === $cfg['SkipLockedTables'] ) {
$db_info_result = PMA_DBI_query('SHOW OPEN TABLES FROM ' . PMA_backquote($db) . ';');
// Blending out tables in use
if ($db_info_result != FALSE && PMA_DBI_num_rows($db_info_result) > 0) {
while ($tmp = PMA_DBI_fetch_row($db_info_result)) {
// if in use memorize tablename
if (preg_match('@in_use=[1-9]+@i', $tmp[1])) {
$sot_cache[$tmp[0]] = TRUE;
}
}
PMA_DBI_free_result($db_info_result);
 
if (isset($sot_cache)) {
$db_info_result = PMA_DBI_query('SHOW TABLES FROM ' . PMA_backquote($db) . $tbl_group_sql . ';', null, PMA_DBI_QUERY_STORE);
if ($db_info_result != FALSE && PMA_DBI_num_rows($db_info_result) > 0) {
while ($tmp = PMA_DBI_fetch_row($db_info_result)) {
if (!isset($sot_cache[$tmp[0]])) {
$sts_result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . addslashes($tmp[0]) . '\';');
$sts_tmp = PMA_DBI_fetch_assoc($sts_result);
PMA_DBI_free_result($sts_result);
unset($sts_result);
 
if (!isset($sts_tmp['Type']) && isset($sts_tmp['Engine'])) {
$sts_tmp['Type'] =& $sts_tmp['Engine'];
}
 
if (!empty($tbl_group) && $cfg['ShowTooltipAliasTB'] && !preg_match('@' . preg_quote($tbl_group, '@') . '@i', $sts_tmp['Comment'])) {
continue;
}
 
if ($cfg['ShowTooltip']) {
fillTooltip($tooltip_truename, $tooltip_aliasname, $sts_tmp);
}
 
$tables[$sts_tmp['Name']] = $sts_tmp;
} else { // table in use
$tables[$tmp[0]] = array('Name' => $tmp[0]);
}
}
PMA_DBI_free_result($db_info_result);
if ( $GLOBALS['cfg']['NaturalOrder'] ) {
uksort( $tables, 'strnatcasecmp' );
}
 
$sot_ready = TRUE;
}
}
} else {
PMA_DBI_free_result($db_info_result);
unset($db_info_result);
}
}
 
if ( ! isset( $sot_ready ) ) {
if ( ! empty( $tbl_group ) && ! $cfg['ShowTooltipAliasTB'] ) {
// only tables for selected group
$tables = PMA_DBI_get_tables_full( $db, $tbl_group, true );
} elseif ( ! empty( $tbl_group ) && $cfg['ShowTooltipAliasTB'] ) {
// only tables for selected group,
// but grouping is done on comment ...
$tables = PMA_DBI_get_tables_full( $db, $tbl_group, 'comment' );
} else {
// all tables in db
$tables = PMA_DBI_get_tables_full( $db );
}
if ( $cfg['ShowTooltip'] ) {
foreach ( $tables as $each_table ) {
fillTooltip( $tooltip_truename, $tooltip_aliasname, $each_table );
}
}
}
 
$num_tables = count( $tables );
 
/**
* Displays top menu links
*/
require('./libraries/db_details_links.inc.php');
?>
/Web/Maintenance/phpMyAdmin/libraries/db_details_links.inc.php
0,0 → 1,119
<?php
/* $Id: db_details_links.inc.php,v 1.2 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* If coming from a Show MySQL link on the home page,
* put something in $sub_part
*/
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
*/
// Drop link if allowed
// rabus: Don't even try to drop information_schema. You won't be able to. Believe me. You won't.
// nijel: Don't allow to easilly drop mysql database, RFE #1327514.
if (($is_superuser || $GLOBALS['cfg']['AllowUserDropDatabase']) && ! $db_is_information_schema && ($db != 'mysql')) {
$tab_drop['link'] = 'sql.php';
$tab_drop['args']['sql_query'] = 'DROP DATABASE ' . PMA_backquote($db);
$tab_drop['args']['zero_rows'] = sprintf($GLOBALS['strDatabaseHasBeenDropped'], htmlspecialchars(PMA_backquote($db)));
$tab_drop['args']['goto'] = 'main.php';
$tab_drop['args']['back'] = 'db_details' . $sub_part . '.php';
$tab_drop['args']['reload'] = 1;
$tab_drop['args']['purge'] = 1;
$tab_drop['attr'] = 'onclick="return confirmLinkDropDB(this, \'DROP DATABASE ' . PMA_jsFormat($db) . '\')"';
}
 
/**
* export, search and qbe links if there is at least one table
*/
if ( $num_tables > 0 ) {
$tab_export['link'] = 'db_details_export.php';
$tab_search['link'] = 'db_search.php';
$tab_qbe['link'] = 'db_details_qbe.php';
}
 
$tab_structure['link'] = 'db_details_structure.php';
$tab_structure['text'] = $GLOBALS['strStructure'];
$tab_structure['icon'] = 'b_props.png';
 
$tab_sql['link'] = 'db_details.php';
$tab_sql['args']['db_query_force'] = 1;
$tab_sql['text'] = $GLOBALS['strSQL'];
$tab_sql['icon'] = 'b_sql.png';
 
$tab_export['text'] = $GLOBALS['strExport'];
$tab_export['icon'] = 'b_export.png';
$tab_search['text'] = $GLOBALS['strSearch'];
$tab_search['icon'] = 'b_search.png';
 
$tab_qbe['text'] = $GLOBALS['strQBE'];
$tab_qbe['icon'] = 's_db.png';
 
 
if ( ! $db_is_information_schema ) {
$tab_import['link'] = 'db_import.php';
$tab_import['text'] = $GLOBALS['strImport'];
$tab_import['icon'] = 'b_import.png';
$tab_drop['text'] = $GLOBALS['strDrop'];
$tab_drop['icon'] = 'b_deltbl.png';
$tab_drop['class'] = 'caution';
$tab_operation['link'] = 'db_operations.php';
$tab_operation['text'] = $GLOBALS['strOperations'];
$tab_operation['icon'] = 'b_tblops.png';
if ( $is_superuser ) {
$tab_privileges['link'] = 'server_privileges.php';
$tab_privileges['args']['checkprivs'] = $db;
// stay on database view
$tab_privileges['args']['viewing_mode'] = 'db';
$tab_privileges['text'] = $GLOBALS['strPrivileges'];
$tab_privileges['icon'] = 's_rights.png';
}
}
 
/**
* Displays tab links
*/
$tabs = array();
$tabs[] =& $tab_structure;
$tabs[] =& $tab_sql;
$tabs[] =& $tab_search;
$tabs[] =& $tab_qbe;
$tabs[] =& $tab_export;
if ( ! $db_is_information_schema ) {
$tabs[] =& $tab_import;
$tabs[] =& $tab_operation;
if ( $is_superuser ) {
$tabs[] =& $tab_privileges;
}
if ( $is_superuser || $GLOBALS['cfg']['AllowUserDropDatabase'] ) {
$tabs[] =& $tab_drop;
}
}
 
echo PMA_getTabs( $tabs );
unset( $tabs );
 
/**
* Displays a message
*/
if (!empty($message)) {
PMA_showMessage($message);
unset($message);
}
?>
<br />
/Web/Maintenance/phpMyAdmin/libraries/db_table_exists.lib.php
0,0 → 1,74
<?php
/* $Id: db_table_exists.lib.php,v 2.11.2.2 2006/04/12 18:51:11 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Ensure the database and the table exist (else move to the "parent" script)
* and display headers
*/
if (empty($is_db)) {
if (isset($db) && strlen($db)) {
$is_db = @PMA_DBI_select_db($db);
} else {
$is_db = false;
}
 
if (! $is_db) {
// not a valid db name -> back to the welcome page
if (! defined('IS_TRANSFORMATION_WRAPPER')) {
$url_params = array('reload' => 1);
if (isset($message)) {
$url_params['message'] = $message;
}
PMA_sendHeaderLocation(
$cfg['PmaAbsoluteUri'] . 'main.php'
. PMA_generate_common_url($url_params, '&'));
}
exit;
}
} // end if (ensures db exists)
 
if (empty($is_table)) {
// Not a valid table name -> back to the db_details.php
if (isset($table) && strlen($table)) {
$_result = PMA_DBI_try_query(
'SHOW TABLES LIKE \'' . PMA_sqlAddslashes($table, true) . '\';',
null, PMA_DBI_QUERY_STORE);
$is_table = @PMA_DBI_num_rows($_result);
PMA_DBI_free_result($_result);
} else {
$is_table = false;
}
 
if (! $is_table) {
if (! defined('IS_TRANSFORMATION_WRAPPER')) {
if (isset($table) && strlen($table)) {
// SHOW TABLES doesn't show temporary tables, so try select
// (as it can happen just in case temporary table, it should be
// fast):
 
// @todo should this check really only happen if IS_TRANSFORMATION_WRAPPER?
$_result = PMA_DBI_try_query(
'SELECT COUNT(*) FROM `' . PMA_sqlAddslashes($table, true) . '`;',
null, PMA_DBI_QUERY_STORE);
$is_table = ($_result && @PMA_DBI_num_rows($_result));
PMA_DBI_free_result($_result);
}
 
if (! $is_table) {
$url_params = array('reload' => 1, 'db' => $db);
if (isset($message)) {
$url_params['message'] = $message;
}
PMA_sendHeaderLocation(
$cfg['PmaAbsoluteUri'] . 'db_details.php'
. PMA_generate_common_url($url_params, '&'));
}
}
 
if (! $is_table) {
exit;
}
}
} // end if (ensures table exists)
?>
/Web/Maintenance/phpMyAdmin/libraries/dbg/profiling.php
0,0 → 1,105
<?php
/* $Id: profiling.php,v 2.10 2006/01/17 17:03:02 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* holds function for dumping profiling data
*
* allways use $GLOBALS here, as this script is included by footer.inc.hp
* which can also be included from inside a function
*/
 
if ( ! empty( $GLOBALS['DBG'] )
&& $GLOBALS['cfg']['DBG']['profile']['enable'] ) {
 
/**
* Displays profiling results when called
* WARNING: this function is SLOW
*/
function dbg_dump_profiling_results() {
/* Applies to the original 'dbg_dump_profiling_results' function,
* sourced from http://dd.cron.ru/dbg/download.php?h=prof_sample2
* Copyright (c) 2002. Dmitri Dmitrienko
* LICENCE: This source file is subject to Mozilla Public License (MPL)
* AUTHOR: Dmitri Dmitrienko <dd@cron.ru>
*/
dbg_get_profiler_results( $dbg_prof_results = '' );
$cwdlen = strlen(getcwd()); // gma added var, $cwdlen = strlen(getcwd());
echo '<br /><table xml:lang="en" dir="ltr" width="1000" cellspacing="0" cellpadding="2" style="font:8pt courier">' . "\n" .
'<thead>' . "\n";
// gma added "$tr ="
$tr = '<tr>' . "\n" .
'<th>' . $GLOBALS['strDBGModule'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGLine'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGHits'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGTimePerHitMs'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGTotalTimeMs'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGMinTimeMs'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGMaxTimeMs'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGContextID'] . '</th>' . "\n" .
'<th>' . $GLOBALS['strDBGContext'] . '</th>' . "\n" .
'</tr>' . "\n"; // gma change "." to ";"
echo $tr.'</thead><tbody style="vertical-align: top">' . "\n";
$lines = 0; // gma added "echo $tr." and "$lines = 0;"
$ctx_name = '';
$mod_name = '';
$ctx_id = '';
$odd_row = true;
foreach ( $dbg_prof_results['line_no'] as $idx => $line_no ) {
dbg_get_module_name( $dbg_prof_results['mod_no'][$idx], $mod_name );
 
//if (strpos("!".$mod_name, 'dbg.php') > 0) continue;
 
$time_sum = $dbg_prof_results['tm_sum'][$idx] * 1000;
$time_avg_hit = $time_sum / $dbg_prof_results['hit_count'][$idx];
 
$time_sum = sprintf( '%.3f', $time_sum );
$time_avg_hit = sprintf('%.3f', $time_avg_hit);
$time_min = sprintf( '%.3f', $dbg_prof_results['tm_min'][$idx] * 1000 );
$time_max = sprintf( '%.3f', $dbg_prof_results['tm_max'][$idx] * 1000 );
dbg_get_source_context( $dbg_prof_results['mod_no'][$idx],
$line_no, $ctx_id );
 
// use a default context name if needed
if ( dbg_get_context_name( $ctx_id, $ctx_name )
&& strlen($ctx_name) == 0 ) {
$ctx_name = "::main";
}
 
if ( $time_avg_hit > $GLOBALS['cfg']['DBG']['profile']['threshold'] ) {
echo '<tr class="' . $odd_row ? 'odd' : 'even' . '">' .
// gma changed "$mod_name" to "substr($mod_name, $cwdlen+1)"
'<td>' . substr($mod_name, $cwdlen+1) . '</td>' .
'<td>' . $line_no . '</td>' .
'<td>' . $dbg_prof_results['hit_count'][$idx] . '</td>' .
'<td>' . $time_avg_hit . '</td>' .
'<td>' . $time_sum . '</td>' .
'<td>' . $time_min . '</td>' .
'<td>' . $time_max . '</td>' .
'<td>' . $ctx_id . '</td>' .
'<td>' . $ctx_name . '</td>' .
'</tr>' . "\n";
// gma added line. Repeats the header every x lines.
if ( $lines === 19 ) {
$odd_row = true;
$lines = 0;
echo $tr;
} else {
$odd_row = ! $odd_row;
$lines++;
}
}
}
echo '</tbody></table>';
}
}
/* gma ... Developer Notes
These two scriptlets can be used as On/Off buttons in your browsers, add to links.
ON:
javascript: document.cookie = 'DBGSESSID=' + escape('1;d=1,p=1') + '; path=/'; document.execCommand('refresh');
or ...
javascript: document.cookie = 'DBGSESSID=' + escape('1;d=0,p=1') + '; path=/'; document.execCommand('refresh');
OFF:
javascript: document.cookie = 'DBGSESSID=' + escape('1;d=0,p=0') + '; path=/'; document.execCommand('refresh');
*/
?>
/Web/Maintenance/phpMyAdmin/libraries/dbg/setup.php
0,0 → 1,24
<?php
/* $Id: setup.php,v 2.6 2005/11/03 12:22:08 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* checks for DBG extension and trys to load if not loaded
*
* allways use $GLOBALS here, as this script is included by footer.inc.hp
* which can also be included from inside a function
*/
if ( $GLOBALS['cfg']['DBG']['enable'] ) {
/**
* Loads the DBG extension if needed
*/
if ( ! @extension_loaded('dbg') && ! PMA_dl('dbg') ) {
echo '<div class="warning">'
.sprintf( $GLOBALS['strCantLoad'], 'DBG' )
.' <a href="./Documentation.html#faqdbg" target="documentation">'
.$GLOBALS['strDocu'] . '</a>'
.'</div>';
} else {
$GLOBALS['DBG'] = true;
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/dbi/mysql.dbi.lib.php
0,0 → 1,346
<?php
/* $Id: mysql.dbi.lib.php,v 2.43 2006/01/17 17:03:02 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Interface to the classic MySQL extension
*/
 
// MySQL client API
if (!defined('PMA_MYSQL_CLIENT_API')) {
if (function_exists('mysql_get_client_info')) {
$client_api = explode('.', mysql_get_client_info());
define('PMA_MYSQL_CLIENT_API', (int)sprintf('%d%02d%02d', $client_api[0], $client_api[1], intval($client_api[2])));
unset($client_api);
} else {
define('PMA_MYSQL_CLIENT_API', 32332); // always expect the worst...
}
}
 
function PMA_DBI_connect($user, $password, $is_controluser = FALSE) {
global $cfg, $php_errormsg;
 
$server_port = (empty($cfg['Server']['port']))
? ''
: ':' . $cfg['Server']['port'];
 
if (strtolower($cfg['Server']['connect_type']) == 'tcp') {
$cfg['Server']['socket'] = '';
}
 
$server_socket = (empty($cfg['Server']['socket']))
? ''
: ':' . $cfg['Server']['socket'];
 
if (PMA_PHP_INT_VERSION >= 40300 && PMA_MYSQL_CLIENT_API >= 32349) {
$client_flags = $cfg['Server']['compress'] && defined('MYSQL_CLIENT_COMPRESS') ? MYSQL_CLIENT_COMPRESS : 0;
// always use CLIENT_LOCAL_FILES as defined in mysql_com.h
// for the case where the client library was not compiled
// with --enable-local-infile
$client_flags |= 128;
}
 
if (empty($client_flags)) {
$connect_func = 'mysql_' . ($cfg['PersistentConnections'] ? 'p' : '') . 'connect';
$link = @$connect_func($cfg['Server']['host'] . $server_port . $server_socket, $user, $password);
} else {
if ($cfg['PersistentConnections']) {
$link = @mysql_pconnect($cfg['Server']['host'] . $server_port . $server_socket, $user, $password, $client_flags);
} else {
$link = @mysql_connect($cfg['Server']['host'] . $server_port . $server_socket, $user, $password, FALSE, $client_flags);
}
}
 
if (empty($link)) {
PMA_auth_fails();
} // end if
 
PMA_DBI_postConnect($link, $is_controluser);
 
return $link;
}
 
function PMA_DBI_select_db($dbname, $link = null) {
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
if (PMA_MYSQL_INT_VERSION < 40100) {
$dbname = PMA_convert_charset($dbname);
}
return mysql_select_db($dbname, $link);
}
 
function PMA_DBI_try_query($query, $link = null, $options = 0) {
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
if (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION < 40100) {
$query = PMA_convert_charset($query);
}
if ($options == ($options | PMA_DBI_QUERY_STORE)) {
return @mysql_query($query, $link);
} elseif ($options == ($options | PMA_DBI_QUERY_UNBUFFERED)) {
return @mysql_unbuffered_query($query, $link);
} else {
return @mysql_query($query, $link);
}
}
 
// The following function is meant for internal use only.
// Do not call it from outside this library!
function PMA_mysql_fetch_array($result, $type = FALSE) {
global $cfg, $allow_recoding, $charset, $convcharset;
 
if ($type != FALSE) {
$data = mysql_fetch_array($result, $type);
} else {
$data = mysql_fetch_array($result);
}
 
/* No data returned => do not touch it */
if (! $data) {
return $data;
}
 
if (!defined('PMA_MYSQL_INT_VERSION') || PMA_MYSQL_INT_VERSION >= 40100
|| !(isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding)) {
/* No recoding -> return data as we got them */
return $data;
} else {
$ret = array();
$num = mysql_num_fields($result);
$i = 0;
for ($i = 0; $i < $num; $i++) {
$name = mysql_field_name($result, $i);
$flags = mysql_field_flags($result, $i);
/* Field is BINARY (either marked manually, or it is BLOB) => do not convert it */
if (stristr($flags, 'BINARY')) {
if (isset($data[$i])) {
$ret[$i] = $data[$i];
}
if (isset($data[$name])) {
$ret[PMA_convert_display_charset($name)] = $data[$name];
}
} else {
if (isset($data[$i])) {
$ret[$i] = PMA_convert_display_charset($data[$i]);
}
if (isset($data[$name])) {
$ret[PMA_convert_display_charset($name)] = PMA_convert_display_charset($data[$name]);
}
}
}
return $ret;
}
}
 
function PMA_DBI_fetch_array($result) {
return PMA_mysql_fetch_array($result);
}
 
function PMA_DBI_fetch_assoc($result) {
return PMA_mysql_fetch_array($result, MYSQL_ASSOC);
}
 
function PMA_DBI_fetch_row($result) {
return PMA_mysql_fetch_array($result, MYSQL_NUM);
}
 
/**
* Frees the memory associated with the results
*
* @param result $result,... one or more mysql result resources
*/
function PMA_DBI_free_result() {
foreach ( func_get_args() as $result ) {
if ( is_resource($result)
&& get_resource_type($result) === 'mysql result' ) {
mysql_free_result($result);
}
}
}
 
/**
* Returns a string representing the type of connection used
* @uses mysql_get_host_info()
* @uses $GLOBALS['userlink'] as default for $link
* @param resource $link mysql link
* @return string type of connection used
*/
function PMA_DBI_get_host_info($link = null)
{
if (null === $link) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return false;
}
}
return mysql_get_host_info($link);
}
 
/**
* Returns the version of the MySQL protocol used
* @uses mysql_get_proto_info()
* @uses $GLOBALS['userlink'] as default for $link
* @param resource $link mysql link
* @return integer version of the MySQL protocol used
*/
function PMA_DBI_get_proto_info($link = null)
{
if (null === $link) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return false;
}
}
return mysql_get_proto_info($link);
}
 
/**
* returns a string that represents the client library version
* @uses mysql_get_client_info()
* @return string MySQL client library version
*/
function PMA_DBI_get_client_info() {
return mysql_get_client_info();
}
 
/**
* returns last error message or false if no errors occured
*
* @uses PMA_MYSQL_INT_VERSION
* @uses PMA_convert_display_charset()
* @uses PMA_DBI_convert_message()
* @uses $GLOBALS['errno']
* @uses $GLOBALS['userlink']
* @uses $GLOBALS['strServerNotResponding']
* @uses $GLOBALS['strSocketProblem']
* @uses mysql_errno()
* @uses mysql_error()
* @uses defined()
* @param resource $link mysql link
* @return string|boolean $error or false
*/
function PMA_DBI_getError($link = null)
{
unset($GLOBALS['errno']);
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
 
// Do not stop now. On the initial connection, we don't have a $link,
// we don't have a $GLOBALS['userlink'], but we can catch the error code
// } else {
// return FALSE;
}
 
if (null !== $link) {
$error_number = mysql_errno($link);
$error_message = mysql_error($link);
} else {
$error_number = mysql_errno();
$error_message = mysql_error();
}
if (0 == $error_number) {
return false;
}
 
// keep the error number for further check after the call to PMA_DBI_getError()
$GLOBALS['errno'] = $error_number;
 
if (! empty($error_message)) {
$error_message = PMA_DBI_convert_message($error_message);
}
 
// Some errors messages cannot be obtained by mysql_error()
if ($error_number == 2002) {
$error = '#' . ((string) $error_number) . ' - ' . $GLOBALS['strServerNotResponding'] . ' ' . $GLOBALS['strSocketProblem'];
} elseif ($error_number == 2003 ) {
$error = '#' . ((string) $error_number) . ' - ' . $GLOBALS['strServerNotResponding'];
} elseif (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION >= 40100) {
$error = '#' . ((string) $error_number) . ' - ' . $error_message;
} else {
$error = '#' . ((string) $error_number) . ' - ' . PMA_convert_display_charset($error_message);
}
return $error;
}
 
function PMA_DBI_close($link = null)
{
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
return @mysql_close($link);
}
 
function PMA_DBI_num_rows($result) {
if (!is_bool($result)) {
return mysql_num_rows($result);
} else {
return 0;
}
}
 
function PMA_DBI_insert_id($link = null)
{
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
return mysql_insert_id($link);
}
 
function PMA_DBI_affected_rows($link = null)
{
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
return mysql_affected_rows($link);
}
 
function PMA_DBI_get_fields_meta($result) {
$fields = array();
$num_fields = mysql_num_fields($result);
for ($i = 0; $i < $num_fields; $i++) {
$fields[] = PMA_convert_display_charset(mysql_fetch_field($result, $i));
}
return $fields;
}
 
function PMA_DBI_num_fields($result) {
return mysql_num_fields($result);
}
 
function PMA_DBI_field_len($result, $i) {
return mysql_field_len($result, $i);
}
 
function PMA_DBI_field_name($result, $i) {
return mysql_field_name($result, $i);
}
 
function PMA_DBI_field_flags($result, $i) {
return PMA_convert_display_charset(mysql_field_flags($result, $i));
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/dbi/mysqli.dbi.lib.php
0,0 → 1,467
<?php
/* $Id: mysqli.dbi.lib.php,v 2.43.2.1 2006/02/22 15:30:38 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Interface to the improved MySQL extension (MySQLi)
*/
 
// MySQL client API
if (!defined('PMA_MYSQL_CLIENT_API')) {
$client_api = explode('.', mysqli_get_client_info());
define('PMA_MYSQL_CLIENT_API', (int)sprintf('%d%02d%02d', $client_api[0], $client_api[1], intval($client_api[2])));
unset($client_api);
}
 
// Constants from mysql_com.h of MySQL 4.1.3
 
define('NOT_NULL_FLAG', 1);
define('PRI_KEY_FLAG', 2);
define('UNIQUE_KEY_FLAG', 4);
define('MULTIPLE_KEY_FLAG', 8);
define('BLOB_FLAG', 16);
define('UNSIGNED_FLAG', 32);
define('ZEROFILL_FLAG', 64);
define('BINARY_FLAG', 128);
define('ENUM_FLAG', 256);
define('AUTO_INCREMENT_FLAG', 512);
define('TIMESTAMP_FLAG', 1024);
define('SET_FLAG', 2048);
define('NUM_FLAG', 32768);
define('PART_KEY_FLAG', 16384);
define('UNIQUE_FLAG', 65536);
 
/**
* @see http://bugs.php.net/36007
*/
if (! defined('MYSQLI_TYPE_NEWDECIMAL')) {
define('MYSQLI_TYPE_NEWDECIMAL', 246);
}
if (! defined('MYSQLI_TYPE_BIT')) {
define('MYSQLI_TYPE_BIT', 16);
}
 
function PMA_DBI_connect($user, $password, $is_controluser = FALSE)
{
global $cfg, $php_errormsg;
 
$server_port = (empty($cfg['Server']['port']))
? FALSE
: (int) $cfg['Server']['port'];
 
if (strtolower($cfg['Server']['connect_type']) == 'tcp') {
$cfg['Server']['socket'] = '';
}
 
// NULL enables connection to the default socket
$server_socket = (empty($cfg['Server']['socket']))
? null
: $cfg['Server']['socket'];
 
$link = mysqli_init();
 
mysqli_options($link, MYSQLI_OPT_LOCAL_INFILE, TRUE);
 
$client_flags = $cfg['Server']['compress'] && defined('MYSQLI_CLIENT_COMPRESS') ? MYSQLI_CLIENT_COMPRESS : 0;
 
$return_value = @mysqli_real_connect($link, $cfg['Server']['host'], $user, $password, FALSE, $server_port, $server_socket, $client_flags);
 
if ($return_value == FALSE) {
PMA_auth_fails();
} // end if
 
PMA_DBI_postConnect($link, $is_controluser);
 
return $link;
}
 
function PMA_DBI_select_db($dbname, $link = null)
{
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
if (PMA_MYSQL_INT_VERSION < 40100) {
$dbname = PMA_convert_charset($dbname);
}
return mysqli_select_db($link, $dbname);
}
 
function PMA_DBI_try_query($query, $link = null, $options = 0)
{
if ($options == ($options | PMA_DBI_QUERY_STORE)) {
$method = MYSQLI_STORE_RESULT;
} elseif ($options == ($options | PMA_DBI_QUERY_UNBUFFERED)) {
$method = MYSQLI_USE_RESULT;
} else {
$method = MYSQLI_USE_RESULT;
}
 
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
if (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION < 40100) {
$query = PMA_convert_charset($query);
}
return mysqli_query($link, $query, $method);
// From the PHP manual:
// "note: returns TRUE on success or FALSE on failure. For SELECT,
// SHOW, DESCRIBE or EXPLAIN, mysqli_query() will return a result object"
// so, do not use the return value to feed mysqli_num_rows() if it's
// a boolean
}
 
// The following function is meant for internal use only.
// Do not call it from outside this library!
function PMA_mysqli_fetch_array($result, $type = FALSE)
{
global $cfg, $allow_recoding, $charset, $convcharset;
 
if ($type != FALSE) {
$data = @mysqli_fetch_array($result, $type);
} else {
$data = @mysqli_fetch_array($result);
}
 
/* No data returned => do not touch it */
if (! $data) {
return $data;
}
 
if (!defined('PMA_MYSQL_INT_VERSION') || PMA_MYSQL_INT_VERSION >= 40100
|| !(isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding'] && $allow_recoding)) {
/* No recoding -> return data as we got them */
return $data;
} else {
$ret = array();
$num = mysqli_num_fields($result);
if ($num > 0) {
$fields = PMA_DBI_get_fields_meta($result);
}
// sometimes, mysqli_fetch_fields() does not return results
// (as seen in PHP 5.1.0-dev), so for now, return $data unchanged
if (!$fields) {
return $data;
}
$i = 0;
for ($i = 0; $i < $num; $i++) {
if (!isset($fields[$i]->type)) {
/* No meta information available -> we guess that it should be converted */
if (isset($data[$i])) {
$ret[$i] = PMA_convert_display_charset($data[$i]);
}
if (isset($fields[$i]->name) && isset($data[$fields[$i]->name])) {
$ret[PMA_convert_display_charset($fields[$i]->name)] = PMA_convert_display_charset($data[$fields[$i]->name]);
}
} else {
/* Meta information available -> check type of field and convert it according to the type */
if (stristr($fields[$i]->type, 'BLOB') || stristr($fields[$i]->type, 'BINARY')) {
if (isset($data[$i])) {
$ret[$i] = $data[$i];
}
if (isset($data[$fields[$i]->name])) {
$ret[PMA_convert_display_charset($fields[$i]->name)] = $data[$fields[$i]->name];
}
} else {
if (isset($data[$i])) {
$ret[$i] = PMA_convert_display_charset($data[$i]);
}
if (isset($data[$fields[$i]->name])) {
$ret[PMA_convert_display_charset($fields[$i]->name)] = PMA_convert_display_charset($data[$fields[$i]->name]);
}
}
}
}
return $ret;
}
}
 
function PMA_DBI_fetch_array($result)
{
return PMA_mysqli_fetch_array($result, MYSQLI_BOTH);
}
 
function PMA_DBI_fetch_assoc($result)
{
return PMA_mysqli_fetch_array($result, MYSQLI_ASSOC);
}
 
function PMA_DBI_fetch_row($result)
{
return PMA_mysqli_fetch_array($result, MYSQLI_NUM);
}
 
/**
* Frees the memory associated with the results
*
* @param result $result,... one or more mysql result resources
*/
function PMA_DBI_free_result()
{
foreach (func_get_args() as $result) {
if (is_object($result)
&& is_a($result, 'mysqli_result')) {
mysqli_free_result($result);
}
}
}
 
/**
* Returns a string representing the type of connection used
* @uses mysqli_get_host_info()
* @uses $GLOBALS['userlink'] as default for $link
* @param resource $link mysql link
* @return string type of connection used
*/
function PMA_DBI_get_host_info($link = null)
{
if (null === $link) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return false;
}
}
return mysqli_get_host_info($link);
}
 
/**
* Returns the version of the MySQL protocol used
* @uses mysqli_get_proto_info()
* @uses $GLOBALS['userlink'] as default for $link
* @param resource $link mysql link
* @return integer version of the MySQL protocol used
*/
function PMA_DBI_get_proto_info( $link = null )
{
if (null === $link) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return false;
}
}
return mysqli_get_proto_info($link);
}
 
/**
* returns a string that represents the client library version
* @uses mysqli_get_client_info()
* @return string MySQL client library version
*/
function PMA_DBI_get_client_info() {
return mysqli_get_client_info();
}
 
/**
* returns last error message or false if no errors occured
*
* @uses PMA_MYSQL_INT_VERSION
* @uses PMA_convert_display_charset()
* @uses PMA_DBI_convert_message()
* @uses $GLOBALS['errno']
* @uses $GLOBALS['userlink']
* @uses $GLOBALS['strServerNotResponding']
* @uses $GLOBALS['strSocketProblem']
* @uses mysqli_errno()
* @uses mysqli_error()
* @uses mysqli_connect_errno()
* @uses mysqli_connect_error()
* @uses defined()
* @param resource $link mysql link
* @return string|boolean $error or false
*/
function PMA_DBI_getError($link = null)
{
unset($GLOBALS['errno']);
 
if (null === $link && isset($GLOBALS['userlink'])) {
$link =& $GLOBALS['userlink'];
// Do not stop now. We still can get the error code
// with mysqli_connect_errno()
// } else {
// return false;
}
 
if (null !== $link) {
$error_number = mysqli_errno($link);
$error_message = mysqli_error($link);
} else {
$error_number = mysqli_connect_errno();
$error_message = mysqli_connect_error();
}
if (0 == $error_number) {
return false;
}
 
// keep the error number for further check after the call to PMA_DBI_getError()
$GLOBALS['errno'] = $error_number;
 
if (! empty($error_message)) {
$error_message = PMA_DBI_convert_message($error_message);
}
 
if ($error_number == 2002) {
$error = '#' . ((string) $error_number) . ' - ' . $GLOBALS['strServerNotResponding'] . ' ' . $GLOBALS['strSocketProblem'];
} elseif (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION >= 40100) {
$error = '#' . ((string) $error_number) . ' - ' . $error_message;
} else {
$error = '#' . ((string) $error_number) . ' - ' . PMA_convert_display_charset($error_message);
}
return $error;
}
 
function PMA_DBI_close($link = null)
{
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
return @mysqli_close($link);
}
 
function PMA_DBI_num_rows($result)
{
// see the note for PMA_DBI_try_query();
if (!is_bool($result)) {
return @mysqli_num_rows($result);
} else {
return 0;
}
}
 
function PMA_DBI_insert_id($link = '')
{
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
return mysqli_insert_id($link);
}
 
function PMA_DBI_affected_rows($link = null)
{
if (empty($link)) {
if (isset($GLOBALS['userlink'])) {
$link = $GLOBALS['userlink'];
} else {
return FALSE;
}
}
return mysqli_affected_rows($link);
}
 
function PMA_DBI_get_fields_meta($result)
{
// Build an associative array for a type look up
$typeAr = Array();
$typeAr[MYSQLI_TYPE_DECIMAL] = 'real';
$typeAr[MYSQLI_TYPE_NEWDECIMAL] = 'real';
$typeAr[MYSQLI_TYPE_BIT] = 'bool';
$typeAr[MYSQLI_TYPE_TINY] = 'int';
$typeAr[MYSQLI_TYPE_SHORT] = 'int';
$typeAr[MYSQLI_TYPE_LONG] = 'int';
$typeAr[MYSQLI_TYPE_FLOAT] = 'real';
$typeAr[MYSQLI_TYPE_DOUBLE] = 'real';
$typeAr[MYSQLI_TYPE_NULL] = 'null';
$typeAr[MYSQLI_TYPE_TIMESTAMP] = 'timestamp';
$typeAr[MYSQLI_TYPE_LONGLONG] = 'int';
$typeAr[MYSQLI_TYPE_INT24] = 'int';
$typeAr[MYSQLI_TYPE_DATE] = 'date';
$typeAr[MYSQLI_TYPE_TIME] = 'time';
$typeAr[MYSQLI_TYPE_DATETIME] = 'datetime';
$typeAr[MYSQLI_TYPE_YEAR] = 'year';
$typeAr[MYSQLI_TYPE_NEWDATE] = 'date';
$typeAr[MYSQLI_TYPE_ENUM] = 'unknown';
$typeAr[MYSQLI_TYPE_SET] = 'unknown';
$typeAr[MYSQLI_TYPE_TINY_BLOB] = 'blob';
$typeAr[MYSQLI_TYPE_MEDIUM_BLOB] = 'blob';
$typeAr[MYSQLI_TYPE_LONG_BLOB] = 'blob';
$typeAr[MYSQLI_TYPE_BLOB] = 'blob';
$typeAr[MYSQLI_TYPE_VAR_STRING] = 'string';
$typeAr[MYSQLI_TYPE_STRING] = 'string';
$typeAr[MYSQLI_TYPE_CHAR] = 'string';
$typeAr[MYSQLI_TYPE_GEOMETRY] = 'unknown';
 
$fields = mysqli_fetch_fields($result);
 
// this happens sometimes (seen under MySQL 4.0.25)
if (!is_array($fields)) {
return FALSE;
}
 
foreach ($fields as $k => $field) {
$fields[$k]->type = $typeAr[$fields[$k]->type];
$fields[$k]->flags = PMA_DBI_field_flags($result, $k);
 
// Enhance the field objects for mysql-extension compatibilty
$flags = explode(' ', $fields[$k]->flags);
array_unshift($flags, 'dummy');
$fields[$k]->multiple_key = (int)(array_search('multiple_key', $flags, true) > 0);
$fields[$k]->primary_key = (int)(array_search('primary_key', $flags, true) > 0);
$fields[$k]->unique_key = (int)(array_search('unique_key', $flags, true) > 0);
$fields[$k]->not_null = (int)(array_search('not_null', $flags, true) > 0);
$fields[$k]->unsigned = (int)(array_search('unsigned', $flags, true) > 0);
$fields[$k]->zerofill = (int)(array_search('zerofill', $flags, true) > 0);
$fields[$k]->numeric = (int)(array_search('num', $flags, true) > 0);
$fields[$k]->blob = (int)(array_search('blob', $flags, true) > 0);
}
return $fields;
}
 
function PMA_DBI_num_fields($result)
{
return mysqli_num_fields($result);
}
 
function PMA_DBI_field_len($result, $i)
{
$info = mysqli_fetch_field_direct($result, $i);
// stdClass::$length will be integrated in
// mysqli-ext when mysql4.1 has been released.
return @$info->length;
}
 
function PMA_DBI_field_name($result, $i)
{
$info = mysqli_fetch_field_direct($result, $i);
return $info->name;
}
 
function PMA_DBI_field_flags($result, $i)
{
$f = mysqli_fetch_field_direct($result, $i);
$f = $f->flags;
$flags = '';
if ($f & UNIQUE_FLAG) { $flags .= 'unique ';}
if ($f & NUM_FLAG) { $flags .= 'num ';}
if ($f & PART_KEY_FLAG) { $flags .= 'part_key ';}
if ($f & SET_FLAG) { $flags .= 'set ';}
if ($f & TIMESTAMP_FLAG) { $flags .= 'timestamp ';}
if ($f & AUTO_INCREMENT_FLAG) { $flags .= 'auto_increment ';}
if ($f & ENUM_FLAG) { $flags .= 'enum ';}
if ($f & BINARY_FLAG) { $flags .= 'binary ';}
if ($f & ZEROFILL_FLAG) { $flags .= 'zerofill ';}
if ($f & UNSIGNED_FLAG) { $flags .= 'unsigned ';}
if ($f & BLOB_FLAG) { $flags .= 'blob ';}
if ($f & MULTIPLE_KEY_FLAG) { $flags .= 'multiple_key ';}
if ($f & UNIQUE_KEY_FLAG) { $flags .= 'unique_key ';}
if ($f & PRI_KEY_FLAG) { $flags .= 'primary_key ';}
if ($f & NOT_NULL_FLAG) { $flags .= 'not_null ';}
return PMA_convert_display_charset(trim($flags));
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/display_create_database.lib.php
0,0 → 1,35
<?php
/* $Id: display_create_database.lib.php,v 1.5 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// Displays form for creating database (if user has privileges for that)
 
require_once('./libraries/check_user_privileges.lib.php');
 
if ($is_create_db_priv) {
// The user is allowed to create a db
?>
<form method="post" action="db_create.php"><b>
<?php echo '<label for="text_create_db">' . $strCreateNewDatabase . '</label>&nbsp;' . PMA_showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?></b><br />
<?php echo PMA_generate_common_hidden_inputs('', '', 5); ?>
<input type="hidden" name="reload" value="1" />
<input type="text" name="db" value="<?php echo $db_to_create; ?>" maxlength="64" class="textfield" id="text_create_db"/>
<?php
if (PMA_MYSQL_INT_VERSION >= 40101) {
require_once('./libraries/mysql_charsets.lib.php');
echo PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'db_collation', null, null, TRUE, 5);
}
?>
<input type="submit" value="<?php echo $strCreate; ?>" id="buttonGo" />
</form>
<?php
} else {
?>
<!-- db creation no privileges message -->
<b><?php echo $strCreateNewDatabase . ':&nbsp;' . PMA_showMySQLDocu('SQL-Syntax', 'CREATE_DATABASE'); ?></b><br />
<?php
echo '<span class="noPrivileges">'
. ($cfg['ErrorIconic'] ? '<img src="' . $pmaThemeImage . 's_error2.png" width="11" height="11" hspace="2" border="0" align="middle" />' : '')
. '' . $strNoPrivileges .'</span>';
} // end create db form or message
?>
/Web/Maintenance/phpMyAdmin/libraries/display_create_table.lib.php
0,0 → 1,126
<?php
/* $Id: display_create_table.lib.php,v 1.9 2006/01/19 17:12:12 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// Displays form for creating a table (if user has privileges for that)
 
require_once('./libraries/check_user_privileges.lib.php');
 
// for MySQL >= 4.1.0, we should be able to detect if user has a CREATE
// privilege by looking at SHOW GRANTS output;
// for < 4.1.0, it could be more difficult because the logic tries to
// detect the current host and it might be expressed in many ways; also
// on a shared server, the user might be unable to define a controluser
// that has the proper rights to the "mysql" db;
// so we give up and assume that user has the right to create a table
//
// Note: in this case we could even skip the following "foreach" logic
 
// Addendum, 2006-01-19: ok, I give up. We got some reports about servers
// where the hostname field in mysql.user is not the same as the one
// in mysql.db for a user. In this case, SHOW GRANTS does not return
// the db-specific privileges. And probably, those users are on a shared
// server, so can't set up a control user with rights to the "mysql" db.
// We cannot reliably detect the db-specific privileges, so no more
// warnings about the lack of privileges for CREATE TABLE. Tested
// on MySQL 5.0.18.
 
$is_create_table_priv = true;
 
/*
if (PMA_MYSQL_INT_VERSION >= 40100) {
$is_create_table_priv = false;
} else {
$is_create_table_priv = true;
}
 
foreach ( $dbs_where_create_table_allowed as $allowed_db ) {
 
// if we find the exact db name, we stop here
if ($allowed_db == $db) {
$is_create_table_priv = TRUE;
break;
}
 
// '*' indicates a global CREATE priv
if ($allowed_db == '*') {
$is_create_table_priv = TRUE;
break;
}
 
if (ereg('%|_', $allowed_db)) {
// take care of wildcards and escaped wildcards,
// transforming them into regexp patterns
$max_position = strlen($allowed_db) - 1;
$i = 0;
$pattern = '';
while ($i <= $max_position) {
if ($allowed_db[$i] == '\\'){
if ($i < $max_position - 1 && $allowed_db[$i+1] == '_'){
$chunk = '_';
$i++;
} elseif ($i < $max_position - 1 && $allowed_db[$i+1] == '%'){
$chunk = '%';
$i++;
} else {
$chunk = $allowed_db[$i];
}
} elseif ($allowed_db[$i] == '_'){
$chunk = '.';
} elseif ($allowed_db[$i] == '%'){
$chunk = '(.)*';
} else {
$chunk = $allowed_db[$i];
}
$pattern .= $chunk;
$i++;
} // end while
unset($i, $max_position, $chunk);
 
$matches = '';
if (preg_match('@' .$pattern . '@i', $db, $matches)) {
if ($matches[0] == $db) {
$is_create_table_priv = TRUE;
break;
//TODO: maybe receive in $allowed_db also the db names
// on which we cannot CREATE, and check them
// in this foreach, because if a user is allowed to CREATE
// on db foo% but forbidden on db foobar, he should not
// see the Create table dialog
}
}
}
} // end foreach
unset($i, $max_position, $chunk, $pattern);
*/
?>
<form method="post" action="tbl_create.php"
onsubmit="return (emptyFormElements(this, 'table') &amp;&amp; checkFormElementInRange(this, 'num_fields', '<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidFieldCount']); ?>', 1))">
<fieldset>
<legend>
<?php
if ( $GLOBALS['cfg']['PropertiesIconic'] ) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_newtbl.png" width="16" height="16" alt="" />';
}
echo sprintf( $strCreateNewTable, PMA_getDbLink() );
?>
</legend>
<?php if ( $is_create_table_priv ) { ?>
<?php echo PMA_generate_common_hidden_inputs( $db ); ?>
<div class="formelement">
<?php echo $strName; ?>:
<input type="text" name="table" maxlength="64" size="30" />
</div>
<div class="formelement">
<?php echo $strNumberOfFields; ?>:
<input type="text" name="num_fields" size="2" />
</div>
<div class="clearfloat"></div>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" value="<?php echo $strGo; ?>" />
<?php } else { ?>
<div class="error"><?php echo $strNoPrivileges; ?></div>
<?php } // end if else ?>
</fieldset>
</form>
/Web/Maintenance/phpMyAdmin/libraries/display_export.lib.php
0,0 → 1,935
<?php
/* $Id: display_export.lib.php,v 2.47.2.1 2006/06/15 20:22:56 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// Get relations & co. status
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
// Check if we have native MS Excel export using PEAR class Spreadsheet_Excel_Writer
if (!empty($GLOBALS['cfg']['TempDir'])) {
@include_once('Spreadsheet/Excel/Writer.php');
if (class_exists('Spreadsheet_Excel_Writer')) {
$xls = TRUE;
} else {
$xls = FALSE;
}
} else {
$xls = FALSE;
}
 
function PMA_exportCheckboxCheck($str) {
if (isset($GLOBALS['cfg']['Export'][$str]) && $GLOBALS['cfg']['Export'][$str]) {
echo ' checked="checked"';
}
}
 
function PMA_exportIsActive($what, $val) {
if (isset($GLOBALS['cfg']['Export'][$what]) && $GLOBALS['cfg']['Export'][$what] == $val) {
echo ' checked="checked"';
}
}
 
?>
<form method="post" action="export.php" name="dump">
 
<?php
$hide_structure = false;
$hide_sql = false;
$hide_xml = (bool) ! (isset($db) && strlen($db));
if ($export_type == 'server') {
echo PMA_generate_common_hidden_inputs('', '', 1);
} elseif ($export_type == 'database') {
echo PMA_generate_common_hidden_inputs($db, '', 1);
} else {
echo PMA_generate_common_hidden_inputs($db, $table, 1);
if (!isset($single_table)) {
$hide_structure = true;
$hide_sql = true;
} else {
// just to keep this value for possible next display of this form after saving on server
echo '<input type="hidden" name="single_table" value="TRUE" />' . "\n";
}
}
echo '<input type="hidden" name="export_type" value="' . $export_type . '" />' . "\n";
 
if (isset($sql_query)) {
echo '<input type="hidden" name="sql_query" value="' . htmlspecialchars($sql_query) . '" />' . "\n";
}
?>
 
<script type="text/javascript" language="javascript">
//<![CDATA[
function hide_them_all() {
document.getElementById("csv_options").style.display = 'none';
document.getElementById("excel_options").style.display = 'none';
document.getElementById("latex_options").style.display = 'none';
document.getElementById("htmlexcel_options").style.display = 'none';
document.getElementById("htmlword_options").style.display = 'none';
document.getElementById("pdf_options").style.display = 'none';
<?php if ($xls) { ?>
document.getElementById("xls_options").style.display = 'none';
<?php } ?>
<?php if (!$hide_sql) { ?>
document.getElementById("sql_options").style.display = 'none';
<?php } ?>
document.getElementById("none_options").style.display = 'none';
}
 
function show_checked_option() {
hide_them_all();
if (document.getElementById('radio_dump_latex').checked) {
document.getElementById('latex_options').style.display = 'block';
} else if (document.getElementById('radio_dump_htmlexcel').checked) {
document.getElementById('htmlexcel_options').style.display = 'block';
} else if (document.getElementById('radio_dump_pdf').checked) {
document.getElementById('pdf_options').style.display = 'block';
} else if (document.getElementById('radio_dump_htmlword').checked) {
document.getElementById('htmlword_options').style.display = 'block';
<?php if ($xls) { ?>
} else if (document.getElementById('radio_dump_xls').checked) {
document.getElementById('xls_options').style.display = 'block';
<?php } ?>
<?php if (!$hide_sql) { ?>
} else if (document.getElementById('radio_dump_sql').checked) {
document.getElementById('sql_options').style.display = 'block';
<?php } ?>
<?php if (!$hide_xml) { ?>
} else if (document.getElementById('radio_dump_xml').checked) {
document.getElementById('none_options').style.display = 'block';
<?php } ?>
} else if (document.getElementById('radio_dump_csv').checked) {
document.getElementById('csv_options').style.display = 'block';
} else if (document.getElementById('radio_dump_excel').checked) {
document.getElementById('excel_options').style.display = 'block';
} else {
if (document.getElementById('radio_dump_sql')) {
document.getElementById('radio_dump_sql').checked = true;
document.getElementById('sql_options').style.display = 'block';
} else if (document.getElementById('radio_dump_csv')) {
document.getElementById('radio_dump_csv').checked = true;
document.getElementById('csv_options').style.display = 'block';
} else {
document.getElementById('none_options').style.display = 'block';
}
}
}
//]]>
</script>
 
<fieldset id="fieldsetexport">
<legend><?php echo $export_page_title; ?></legend>
 
<?php
/*
* this table is needed to fix rendering in Opera <= 9 and Safari <= 2
* normaly just the two fieldset would have float: left
*/
?>
<table><tr><td>
 
<div id="div_container_exportoptions">
<fieldset id="exportoptions">
<legend><?php echo $strExport; ?></legend>
 
<?php if ( ! empty( $multi_values ) ) { ?>
<div class="formelementrow">
<?php echo $multi_values; ?>
</div>
<?php } ?>
 
<?php if ( ! $hide_sql ) { /* SQL */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="sql" id="radio_dump_sql"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('sql_options').style.display = 'block';
}; return true"
<?php PMA_exportIsActive('format', 'sql'); ?> />
<label for="radio_dump_sql"><?php echo $strSQL; ?></label>
</div>
<?php } /* LaTeX table */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="latex" id="radio_dump_latex"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('latex_options').style.display = 'block';
}; return true"
<?php PMA_exportIsActive('format', 'latex'); ?> />
<label for="radio_dump_latex"><?php echo $strLaTeX; ?></label>
</div>
<?php /* PDF */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="pdf" id="radio_dump_pdf"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('pdf_options').style.display = 'block';
}; return true"
<?php PMA_exportIsActive('format', 'pdf'); ?> />
<label for="radio_dump_pdf"><?php echo $strPDF; ?></label>
</div>
<?php /* HTML Excel */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="htmlexcel" id="radio_dump_htmlexcel"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('htmlexcel_options').style.display = 'block';
document.getElementById('checkbox_dump_asfile').checked = true;
}; return true"
<?php PMA_exportIsActive('format', 'htmlexcel'); ?> />
<label for="radio_dump_htmlexcel"><?php echo $strHTMLExcel; ?></label>
</div>
<?php /* HTML Word */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="htmlword" id="radio_dump_htmlword"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('htmlword_options').style.display = 'block';
document.getElementById('checkbox_dump_asfile').checked = true;
}; return true"
<?php PMA_exportIsActive('format', 'htmlword'); ?> />
<label for="radio_dump_htmlword"><?php echo $strHTMLWord; ?></label>
</div>
<?php if ($xls) { /* Native Excel */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="xls" id="radio_dump_xls"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('xls_options').style.display = 'block';
document.getElementById('checkbox_dump_asfile').checked = true;
}; return true"
<?php PMA_exportIsActive('format', 'xls'); ?> />
<label for="radio_dump_xls"><?php echo $strStrucNativeExcel; ?></label>
</div>
<?php } /* Excel CSV */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="excel" id="radio_dump_excel"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('excel_options').style.display = 'block';
}; return true"
<?php PMA_exportIsActive('format', 'excel'); ?> />
<label for="radio_dump_excel"><?php echo $strStrucExcelCSV; ?></label>
</div>
<?php /* General CSV */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="csv" id="radio_dump_csv"
onclick="if
(this.checked) {
hide_them_all();
document.getElementById('csv_options').style.display = 'block';
}; return true"
<?php PMA_exportIsActive('format', 'csv'); ?> />
<label for="radio_dump_csv"><?php echo $strStrucCSV;?></label>
</div>
<?php if (!$hide_xml) { /* XML */ ?>
<div class="formelementrow">
<input type="radio" name="what" value="xml" id="radio_dump_xml"
onclick="
if (this.checked) {
hide_them_all();
document.getElementById('none_options').style.display = 'block';
}; return true"
<?php PMA_exportIsActive('format', 'xml'); ?> />
<label for="radio_dump_xml"><?php echo $strXML; ?></label>
</div>
<?php } ?>
 
</fieldset>
</div>
 
</td><td>
 
<div id="div_container_sub_exportoptions">
<?php if ( ! $hide_sql ) { /* SQL options */ ?>
<fieldset id="sql_options">
<legend>
<?php
echo $strSQLOptions;
$goto_documentation = '<a href="./Documentation.html#faqexport" target="documentation">';
echo ( $cfg['ReplaceHelpImg'] ? '' : '(' )
. $goto_documentation
. ( $cfg['ReplaceHelpImg'] ?
'<img class="icon" src="' . $pmaThemeImage . 'b_help.png" alt="'
.$strDocu . '" width="11" height="11" />'
: $strDocu )
. '</a>' . ($cfg['ReplaceHelpImg'] ? '' : ')');
?>
</legend>
<div class="formelementrow">
<?php echo $strAddHeaderComment; ?>:<br />
<input type="text" name="header_comment" size="30"
value="<?php echo $cfg['Export']['sql_header_comment']; ?>" />
</div>
 
<div class="formelementrow">
<input type="checkbox" name="use_transaction" value="yes"
id="checkbox_use_transaction"
<?php PMA_exportCheckboxCheck('sql_use_transaction'); ?> />
<label for="checkbox_use_transaction">
<?php echo $strEncloseInTransaction; ?></label>
</div>
 
<div class="formelementrow">
<input type="checkbox" name="disable_fk" value="yes"
id="checkbox_disable_fk"
<?php PMA_exportCheckboxCheck('sql_disable_fk'); ?> />
<label for="checkbox_disable_fk">
<?php echo $strDisableForeignChecks; ?></label>
</div>
<?php if (PMA_MYSQL_INT_VERSION >= 40100) { ?>
<label for="select_sql_compat">
<?php echo $strSQLExportCompatibility; ?>:</label>
<select name="sql_compat" id="select_sql_compat">
<?php
$compats = array('NONE');
if (PMA_MYSQL_INT_VERSION >= 40101) {
$compats[] = 'ANSI';
$compats[] = 'DB2';
$compats[] = 'MAXDB';
$compats[] = 'MYSQL323';
$compats[] = 'MYSQL40';
$compats[] = 'MSSQL';
$compats[] = 'ORACLE';
$compats[] = 'POSTGRESQL';
if (PMA_MYSQL_INT_VERSION >= 50001) {
$compats[] = 'TRADITIONAL';
}
}
foreach ($compats as $x) {
echo '<option value="' . $x . '"'
. ($cfg['Export']['sql_compat'] == $x ? ' selected="selected"' : '' )
. '>' . $x . '</option>' . "\n";
}
?>
</select>
<?php echo PMA_showMySQLDocu('manual_MySQL_Database_Administration',
'Server_SQL_mode') . "\n";
} ?>
<?php if ( $export_type == 'server' ) { /* For databases */ ?>
<fieldset>
<legend><?php echo $strDatabaseExportOptions; ?></legend>
<input type="checkbox" name="drop_database" value="yes"
id="checkbox_drop_database"
<?php PMA_exportCheckboxCheck('sql_drop_database'); ?> />
<label for="checkbox_drop_database">
<?php echo $strAddDropDatabase; ?></label>
</fieldset>
<?php } if ( ! $hide_structure ) { /* SQL structure */ ?>
<fieldset>
<legend>
<input type="checkbox" name="sql_structure" value="structure"
id="checkbox_sql_structure"
<?php PMA_exportCheckboxCheck('sql_structure'); ?>
onclick="
if (!this.checked &amp;&amp; !document.getElementById('checkbox_sql_data').checked)
return false;
else return true;" />
<label for="checkbox_sql_structure">
<?php echo $strStructure; ?></label>
</legend>
 
<input type="checkbox" name="drop" value="1" id="checkbox_dump_drop"
<?php PMA_exportCheckboxCheck('sql_drop_table'); ?> />
<label for="checkbox_dump_drop">
<?php echo $strStrucDrop; ?></label><br />
 
<input type="checkbox" name="if_not_exists" value="1"
id="checkbox_dump_if_not_exists"
<?php PMA_exportCheckboxCheck('sql_if_not_exists'); ?> />
<label for="checkbox_dump_if_not_exists">
<?php echo $strAddIfNotExists; ?></label><br />
 
<input type="checkbox" name="sql_auto_increment" value="1"
id="checkbox_auto_increment"
<?php PMA_exportCheckboxCheck('sql_auto_increment'); ?> />
<label for="checkbox_auto_increment">
<?php echo $strAddAutoIncrement; ?></label><br />
 
<input type="checkbox" name="use_backquotes" value="1"
id="checkbox_dump_use_backquotes"
<?php PMA_exportCheckboxCheck('sql_backquotes'); ?> />
<label for="checkbox_dump_use_backquotes">
<?php echo $strUseBackquotes; ?></label><br />
 
<b><?php echo $strAddIntoComments; ?>:</b><br />
 
<input type="checkbox" name="sql_dates" value="yes"
id="checkbox_sql_dates"
<?php PMA_exportCheckboxCheck('sql_dates'); ?> />
<label for="checkbox_sql_dates">
<?php echo $strCreationDates; ?></label><br />
<?php if (!empty($cfgRelation['relation'])) { ?>
<input type="checkbox" name="sql_relation" value="yes"
id="checkbox_sql_use_relation"
<?php PMA_exportCheckboxCheck('sql_relation'); ?> />
<label for="checkbox_sql_use_relation"><?php echo $strRelations; ?></label><br />
<?php } if (!empty($cfgRelation['commwork']) && PMA_MYSQL_INT_VERSION < 40100) { ?>
<input type="checkbox" name="sql_comments" value="yes"
id="checkbox_sql_use_comments"
<?php PMA_exportCheckboxCheck('sql_comments'); ?> />
<label for="checkbox_sql_use_comments"><?php echo $strComments; ?></label><br />
<?php } if ($cfgRelation['mimework']) { ?>
<input type="checkbox" name="sql_mime" value="yes"
id="checkbox_sql_use_mime"
<?php PMA_exportCheckboxCheck('sql_mime'); ?> />
<label for="checkbox_sql_use_mime"><?php echo $strMIME_MIMEtype; ?></label><br />
<?php } ?>
</fieldset>
<?php
} /* end SQL STRUCTURE */
/* SQL data */
?>
<fieldset>
<legend>
<input type="checkbox" name="sql_data" value="data"
id="checkbox_sql_data" <?php PMA_exportCheckboxCheck('sql_data'); ?>
onclick="
if (!this.checked &amp;&amp; (!document.getElementById('checkbox_sql_structure') || !document.getElementById('checkbox_sql_structure').checked))
return false;
else return true;" />
<label for="checkbox_sql_data">
<?php echo $strData; ?></label>
</legend>
<input type="checkbox" name="showcolumns" value="yes"
id="checkbox_dump_showcolumns"
<?php PMA_exportCheckboxCheck('sql_columns'); ?> />
<label for="checkbox_dump_showcolumns">
<?php echo $strCompleteInserts; ?></label><br />
 
<input type="checkbox" name="extended_ins" value="yes"
id="checkbox_dump_extended_ins"
<?php PMA_exportCheckboxCheck('sql_extended'); ?> />
<label for="checkbox_dump_extended_ins">
<?php echo $strExtendedInserts; ?></label><br />
 
<label for="input_max_query_size">
<?php echo $strMaximalQueryLength; ?>:</label>
<input type="text" name="max_query_size" id="input_max_query_size"
value="<?php echo $cfg['Export']['sql_max_query_size'];?>" /><br />
 
<input type="checkbox" name="delayed" value="yes"
id="checkbox_dump_delayed"
<?php PMA_exportCheckboxCheck('sql_delayed'); ?> />
<label for="checkbox_dump_delayed">
<?php echo $strDelayedInserts; ?></label><br />
 
<input type="checkbox" name="sql_ignore" value="yes"
id="checkbox_dump_ignore"
<?php PMA_exportCheckboxCheck('sql_ignore'); ?> />
<label for="checkbox_dump_ignore">
<?php echo $strIgnoreInserts; ?></label><br />
 
<input type="checkbox" name="hexforbinary" value="yes"
id="checkbox_hexforbinary"
<?php PMA_exportCheckboxCheck('sql_hex_for_binary'); ?> />
<label for="checkbox_hexforbinary">
<?php echo $strHexForBinary; ?></label><br />
 
<label for="select_sql_type">
<?php echo $strSQLExportType; ?>:</label>
<select name="sql_type" id="select_sql_type">
<option value="insert"<?php echo $cfg['Export']['sql_type'] == 'insert' ? ' selected="selected"' : ''; ?>>INSERT</option>
<option value="update"<?php echo $cfg['Export']['sql_type'] == 'update' ? ' selected="selected"' : ''; ?>>UPDATE</option>
<option value="replace"<?php echo $cfg['Export']['sql_type'] == 'replace' ? ' selected="selected"' : ''; ?>>REPLACE</option>
</select>
</fieldset>
</fieldset>
<?php
} // end SQL-OPTIONS
?>
 
<?php /* LaTeX options */ ?>
<fieldset id="latex_options">
<legend><?php echo $strLaTeXOptions; ?></legend>
 
<div class="formelementrow">
<input type="checkbox" name="latex_caption" value="yes"
id="checkbox_latex_show_caption"
<?php PMA_exportCheckboxCheck('latex_caption'); ?> />
<label for="checkbox_latex_show_caption">
<?php echo $strLatexIncludeCaption; ?></label>
</div>
 
<?php if ( ! $hide_structure ) { /* LaTeX structure */ ?>
<fieldset>
<legend>
<input type="checkbox" name="latex_structure" value="structure"
id="checkbox_latex_structure"
<?php PMA_exportCheckboxCheck('latex_structure'); ?>
onclick="
if (!this.checked &amp;&amp; !document.getElementById('checkbox_latex_data').checked)
return false;
else return true;" />
<label for="checkbox_latex_structure">
<?php echo $strStructure; ?></label>
</legend>
 
<table>
<tr><td><label for="latex_structure_caption">
<?php echo $strLatexCaption; ?></label></td>
<td><input type="text" name="latex_structure_caption" size="30"
value="<?php echo $strLatexStructure; ?>"
id="latex_structure_caption" />
</td>
</tr>
<tr><td><label for="latex_structure_continued_caption">
<?php echo $strLatexContinuedCaption; ?></label></td>
<td><input type="text" name="latex_structure_continued_caption"
value="<?php echo $strLatexStructure . ' ' . $strLatexContinued; ?>"
size="30" id="latex_structure_continued_caption" />
</td>
</tr>
<tr><td><label for="latex_structure_label">
<?php echo $strLatexLabel; ?></label></td>
<td><input type="text" name="latex_structure_label" size="30"
value="<?php echo $cfg['Export']['latex_structure_label']; ?>"
id="latex_structure_label" />
</td>
</tr>
</table>
 
<?php if ( ! empty( $cfgRelation['relation']) ) { ?>
<input type="checkbox" name="latex_relation" value="yes"
id="checkbox_latex_use_relation"
<?php PMA_exportCheckboxCheck('latex_relation'); ?> />
<label for="checkbox_latex_use_relation">
<?php echo $strRelations; ?></label><br />
<?php } if ( $cfgRelation['commwork'] ) { ?>
<input type="checkbox" name="latex_comments" value="yes"
id="checkbox_latex_use_comments"
<?php PMA_exportCheckboxCheck('latex_comments'); ?> />
<label for="checkbox_latex_use_comments">
<?php echo $strComments; ?></label><br />
<?php } if ( $cfgRelation['mimework'] ) { ?>
<input type="checkbox" name="latex_mime" value="yes"
id="checkbox_latex_use_mime"
<?php PMA_exportCheckboxCheck('latex_mime'); ?> />
<label for="checkbox_latex_use_mime">
<?php echo $strMIME_MIMEtype; ?></label><br />
<?php } ?>
</fieldset>
<?php
} // end LaTeX STRUCTURE
/* LaTeX data */
?>
<fieldset>
<legend>
<input type="checkbox" name="latex_data" value="data"
id="checkbox_latex_data"
<?php PMA_exportCheckboxCheck('latex_data'); ?>
onclick="
if (!this.checked &amp;&amp; (!document.getElementById('checkbox_latex_structure') || !document.getElementById('checkbox_latex_structure').checked))
return false;
else return true;" />
<label for="checkbox_latex_data">
<?php echo $strData; ?></label>
</legend>
<input type="checkbox" name="latex_showcolumns" value="yes"
id="ch_latex_showcolumns"
<?php PMA_exportCheckboxCheck('latex_columns'); ?> />
<label for="ch_latex_showcolumns">
<?php echo $strColumnNames; ?></label><br />
<table>
<tr><td><label for="latex_data_caption">
<?php echo $strLatexCaption; ?></label></td>
<td><input type="text" name="latex_data_caption" size="30"
value="<?php echo $strLatexContent; ?>"
id="latex_data_caption" />
</td>
</tr>
<tr><td><label for="latex_data_continued_caption">
<?php echo $strLatexContinuedCaption; ?></label></td>
<td><input type="text" name="latex_data_continued_caption" size="30"
value="<?php echo $strLatexContent . ' ' . $strLatexContinued; ?>"
id="latex_data_continued_caption" />
</td>
</tr>
<tr><td><label for="latex_data_label">
<?php echo $strLatexLabel; ?></label></td>
<td><input type="text" name="latex_data_label" size="30"
value="<?php echo $cfg['Export']['latex_data_label']; ?>"
id="latex_data_label" />
</td>
</tr>
<tr><td><label for="latex_replace_null">
<?php echo $strReplaceNULLBy; ?></label></td>
<td><input type="text" name="latex_replace_null" size="20"
value="<?php echo $cfg['Export']['latex_null']; ?>"
id="latex_replace_null" />
</td>
</tr>
</table>
</fieldset>
</fieldset>
 
<?php /* CSV options */ ?>
<fieldset id="csv_options">
<input type="hidden" name="csv_data" value="csv_data" />
<legend><?php echo $strCSVOptions; ?></legend>
 
<table>
<tr><td><label for="export_separator">
<?php echo $strFieldsTerminatedBy; ?></label></td>
<td><input type="text" name="export_separator" size="2"
id="export_separator"
value="<?php echo $cfg['Export']['csv_separator']; ?>" />
</td>
</tr>
<tr><td><label for="enclosed">
<?php echo $strFieldsEnclosedBy; ?></label></td>
<td><input type="text" name="enclosed" size="2"
id="enclosed"
value="<?php echo $cfg['Export']['csv_enclosed']; ?>" />
</td>
</tr>
<tr><td><label for="escaped">
<?php echo $strFieldsEscapedBy; ?></label></td>
<td><input type="text" name="escaped" size="2"
id="escaped"
value="<?php echo $cfg['Export']['csv_escaped']; ?>" />
</td>
</tr>
<tr><td><label for="add_character">
<?php echo $strLinesTerminatedBy; ?></label></td>
<td><input type="text" name="add_character" size="2"
id="add_character"
value="<?php if ($cfg['Export']['csv_terminated'] == 'AUTO') echo ((PMA_whichCrlf() == "\n") ? '\n' : '\r\n'); else echo $cfg['Export']['csv_terminated']; ?>" />
</td>
</tr>
<tr><td><label for="csv_replace_null">
<?php echo $strReplaceNULLBy; ?></label></td>
<td><input type="text" name="csv_replace_null" size="20"
id="csv_replace_null"
value="<?php echo $cfg['Export']['csv_null']; ?>" />
</td>
</tr>
</table>
<input type="checkbox" name="showcsvnames" value="yes"
id="checkbox_dump_showcsvnames"
<?php PMA_exportCheckboxCheck('csv_columns'); ?> />
<label for="checkbox_dump_showcsvnames">
<?php echo $strPutColNames; ?></label>
</fieldset>
 
<?php /* Excel options */ ?>
<fieldset id="excel_options">
<input type="hidden" name="excel_data" value="excel_data" />
<legend><?php echo $strExcelOptions; ?></legend>
 
<table>
<tr><td><label for="excel_replace_null">
<?php echo $strReplaceNULLBy; ?></label>
</td>
<td><input type="text" name="excel_replace_null" size="20"
id="excel_replace_null"
value="<?php echo $cfg['Export']['excel_null']; ?>" />
</td>
</tr>
<tr><td><label for="select_excel_edition">
<?php echo $strExcelEdition; ?>:
</label>
</td>
<td><select name="excel_edition" id="select_excel_edition">
<option value="win"<?php echo $cfg['Export']['excel_edition'] == 'win' ? ' selected="selected"' : ''; ?>>Windows</option>
<option value="mac"<?php echo $cfg['Export']['excel_edition'] == 'mac' ? ' selected="selected"' : ''; ?>>Excel 2003 / Macintosh</option>
</select>
</td>
</tr>
</table>
 
<input type="checkbox" name="showexcelnames" value="yes"
id="checkbox_dump_showexcelnames"
<?php PMA_exportCheckboxCheck('excel_columns'); ?> />
<label for="checkbox_dump_showexcelnames">
<?php echo $strPutColNames; ?></label>
</fieldset>
 
<?php /* HTML Excel options */ ?>
<fieldset id="htmlexcel_options">
<input type="hidden" name="htmlexcel_data" value="htmlexcel_data" />
<legend><?php echo $strHTMLExcelOptions; ?></legend>
 
<div class="formelementrow">
<label for="htmlexcel_replace_null"><?php echo $strReplaceNULLBy; ?></label>
<input type="text" name="htmlexcel_replace_null" size="20"
value="<?php echo $cfg['Export']['htmlexcel_null']; ?>"
id="htmlexcel_replace_null" />
</div>
 
<div class="formelementrow">
<input type="checkbox" name="htmlexcel_shownames" value="yes"
id="checkbox_dump_htmlexcel_shownames"
<?php PMA_exportCheckboxCheck('htmlexcel_columns'); ?> />
<label for="checkbox_dump_htmlexcel_shownames">
<?php echo $strPutColNames; ?></label>
</div>
</fieldset>
 
<?php /* HTML Word options */ ?>
<fieldset id="htmlword_options">
<legend><?php echo $strHTMLWordOptions; ?></legend>
 
<div class="formelementrow">
<input type="checkbox" name="htmlword_structure" value="structure"
id="checkbox_htmlword_structure"
<?php PMA_exportCheckboxCheck('htmlword_structure'); ?>
onclick="
if (!this.checked &amp;&amp; (!document.getElementById('checkbox_htmlword_data') || !document.getElementById('checkbox_htmlword_data').checked))
return false;
else return true;" />
<label for="checkbox_htmlword_structure">
<?php echo $strStructure; ?></label>
</div>
 
<fieldset>
<legend>
<input type="checkbox" name="htmlword_data" value="data"
id="checkbox_htmlword_data"
<?php PMA_exportCheckboxCheck('htmlword_data'); ?>
onclick="
if (!this.checked &amp;&amp; (!document.getElementById('checkbox_htmlword_structure') || !document.getElementById('checkbox_htmlword_structure').checked))
return false;
else return true;" />
<label for="checkbox_htmlword_data">
<?php echo $strData; ?></label>
</legend>
 
<div class="formelementrow">
<label for="htmlword_replace_null">
<?php echo $strReplaceNULLBy; ?></label>
<input id="htmlword_replace_null" type="text" size="20"
name="htmlword_replace_null"
value="<?php echo $cfg['Export']['htmlword_null']; ?>" />
</div>
 
<div class="formelementrow">
<input type="checkbox" name="htmlword_shownames" value="yes"
id="checkbox_dump_htmlword_shownames"
<?php PMA_exportCheckboxCheck('htmlword_columns'); ?> />
<label for="checkbox_dump_htmlword_shownames">
<?php echo $strPutColNames; ?></label>
</div>
</fieldset>
</fieldset>
 
<?php if ( $xls ) { /* Native Excel options */ ?>
<fieldset id="xls_options">
<input type="hidden" name="xls_data" value="xls_data" />
<legend><?php echo $strExcelOptions; ?></legend>
 
<div class="formelementrow">
<label for="xls_replace_null"><?php echo $strReplaceNULLBy; ?></label>
<input type="text" name="xls_replace_null" size="20"
value="<?php echo $cfg['Export']['xls_null']; ?>"
id="xls_replace_null" />
</div>
 
<div class="formelementrow">
<input type="checkbox" name="xls_shownames" value="yes"
id="checkbox_dump_xls_shownames"
<?php PMA_exportCheckboxCheck('xls_columns'); ?> />
<label for="checkbox_dump_xls_shownames">
<?php echo $strPutColNames; ?></label>
</div>
</fieldset>
<?php } /* end if ( $xls ) */ ?>
 
<?php /* PDF options */ ?>
<fieldset id="pdf_options">
<input type="hidden" name="pdf_data" value="pdf_data" />
<legend><?php echo $strPDFOptions; ?></legend>
 
<div class="formelementrow">
<label for="pdf_report_title"><?php echo $strPDFReportTitle; ?></label>
<input type="text" name="pdf_report_title" size="50"
value="<?php echo $cfg['Export']['pdf_report_title']; ?>"
id="pdf_report_title" />
</div>
</fieldset>
 
<fieldset id="none_options">
<legend><?php echo $strXML; ?></legend>
<?php echo $strNoOptions; ?>
<input type="hidden" name="xml_data" value="xml_data" />
</fieldset>
 
</td></tr></table>
 
<script type="text/javascript" language="javascript">
//<![CDATA[
show_checked_option();
//]]>
</script>
 
<?php if ( isset($table) && strlen($table) && ! isset( $num_tables ) ) { ?>
<div class="formelementrow">
<?php
echo sprintf( $strDumpXRows,
'<input type="text" name="limit_to" size="5" value="'
. ( isset( $unlim_num_rows ) ? $unlim_num_rows : PMA_countRecords( $db, $table, TRUE ) )
. '" onfocus="this.select()" />',
'<input type="text" name="limit_from" value="0" size="5"'
.' onfocus="this.select()" /> ');
?>
</div>
<?php } ?>
</fieldset>
 
<fieldset>
<legend>
<input type="checkbox" name="asfile" value="sendit"
id="checkbox_dump_asfile" <?php PMA_exportCheckboxCheck('asfile'); ?> />
<label for="checkbox_dump_asfile"><?php echo $strSend; ?></label>
</legend>
 
<?php if (isset($cfg['SaveDir']) && !empty($cfg['SaveDir'])) { ?>
<input type="checkbox" name="onserver" value="saveit"
id="checkbox_dump_onserver"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportCheckboxCheck('onserver'); ?> />
<label for="checkbox_dump_onserver">
<?php echo sprintf($strSaveOnServer, htmlspecialchars(PMA_userDir($cfg['SaveDir']))); ?>
</label>,<br />
<input type="checkbox" name="onserverover" value="saveitover"
id="checkbox_dump_onserverover"
onclick="document.getElementById('checkbox_dump_onserver').checked = true;
document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportCheckboxCheck('onserver_overwrite'); ?> />
<label for="checkbox_dump_onserverover">
<?php echo $strOverwriteExisting; ?></label>
<br />
<?php } ?>
 
<label for="filename_template">
<?php echo $strFileNameTemplate; ?>
<sup>(1)</sup></label>:
<input type="text" name="filename_template" id="filename_template"
<?php
echo ' value="';
if ($export_type == 'database') {
if (isset($_COOKIE) && !empty($_COOKIE['pma_db_filename_template'])) {
echo $_COOKIE['pma_db_filename_template'];
} else {
echo $GLOBALS['cfg']['Export']['file_template_database'];
}
} elseif ($export_type == 'table') {
if (isset($_COOKIE) && !empty($_COOKIE['pma_table_filename_template'])) {
echo $_COOKIE['pma_table_filename_template'];
} else {
echo $GLOBALS['cfg']['Export']['file_template_table'];
}
} else {
if (isset($_COOKIE) && !empty($_COOKIE['pma_server_filename_template'])) {
echo $_COOKIE['pma_server_filename_template'];
} else {
echo $GLOBALS['cfg']['Export']['file_template_server'];
}
}
echo '" />';
?>
 
(
<input type="checkbox" name="remember_template"
id="checkbox_remember_template"
<?php PMA_exportCheckboxCheck('remember_file_template'); ?> />
<label for="checkbox_remember_template">
<?php echo $strFileNameTemplateRemember; ?></label>
)
 
<div class="formelementrow">
<?php
// charset of file
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
echo ' <label for="select_charset_of_file">'
. $strCharsetOfFile . '</label>' . "\n";
 
$temp_charset = reset($cfg['AvailableCharsets']);
echo ' <select id="select_charset_of_file" name="charset_of_file" size="1">' . "\n";
foreach ($cfg['AvailableCharsets'] as $key => $temp_charset) {
echo ' <option value="' . $temp_charset . '"';
if ((empty($cfg['Export']['charset']) && $temp_charset == $charset)
|| $temp_charset == $cfg['Export']['charset']) {
echo ' selected="selected"';
}
echo '>' . $temp_charset . '</option>' . "\n";
} // end foreach
echo ' </select>';
} // end if
?>
</div>
 
<?php
// zip, gzip and bzip2 encode features
$is_zip = ( $cfg['ZipDump'] && @function_exists('gzcompress') );
$is_gzip = ( $cfg['GZipDump'] && @function_exists('gzencode') );
$is_bzip = ( $cfg['BZipDump'] && @function_exists('bzcompress') );
 
if ( $is_zip || $is_gzip || $is_bzip ) { ?>
<div class="formelementrow">
<?php echo $strCompression; ?>:
<input type="radio" name="compression" value="none"
id="radio_compression_none"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportIsActive('compression', 'none'); ?> />
<label for="radio_compression_none"><?php echo $strNone; ?></label>
<?php
if ($is_zip) { ?>
<input type="radio" name="compression" value="zip"
id="radio_compression_zip"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportIsActive('compression', 'zip'); ?> />
<label for="radio_compression_zip"><?php echo $strZip; ?></label>
<?php } if ($is_gzip) { ?>
<input type="radio" name="compression" value="gzip"
id="radio_compression_gzip"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportIsActive('compression', 'gzip'); ?> />
<label for="radio_compression_gzip"><?php echo $strGzip; ?></label>
<?php } if ($is_bzip) { ?>
<input type="radio" name="compression" value="bzip"
id="radio_compression_bzip"
onclick="document.getElementById('checkbox_dump_asfile').checked = true;"
<?php PMA_exportIsActive('compression', 'bzip2'); ?> />
<label for="radio_compression_bzip"><?php echo $strBzip; ?></label>
<?php } ?>
</div>
<?php } else { ?>
<input type="hidden" name="compression" value="none" />
<?php } ?>
</fieldset>
 
<?php if (function_exists('PMA_set_enc_form')) { ?>
<!-- Encoding setting form appended by Y.Kawada -->
<!-- Japanese encoding setting -->
<fieldset>
<?php echo PMA_set_enc_form(' '); ?>
</fieldset>
<?php } ?>
 
<fieldset class="tblFooters">
<input type="submit" value="<?php echo $strGo; ?>" id="buttonGo" />
</fieldset>
</form>
 
<div class="notice">
<sup id="FileNameTemplateHelp">(1)</sup>
<?php
$trans = '__SERVER__/' . $strFileNameTemplateDescriptionServer;
if ($export_type == 'database' || $export_type == 'table') {
$trans .= ', __DB__/' . $strFileNameTemplateDescriptionDatabase;
}
if ($export_type == 'table') {
$trans .= ', __TABLE__/' . $strFileNameTemplateDescriptionTable;
}
echo sprintf($strFileNameTemplateDescription,
'<a href="http://www.php.net/strftime" target="documentation" title="'
. $strDocu . '">', '</a>', $trans); ?>
</div>
/Web/Maintenance/phpMyAdmin/libraries/display_import.lib.php
0,0 → 1,177
<?php
/* $Id: display_import.lib.php,v 1.17 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/file_listing.php');
require_once('./libraries/plugin_interface.lib.php');
 
/* Scan for plugins */
$import_list = PMA_getPlugins('./libraries/import/', $import_type);
 
/* Fail if we didn't find any plugin */
if (empty($import_list)) {
$GLOBALS['show_error_header'] = TRUE;
PMA_showMessage($strCanNotLoadImportPlugins);
unset($GLOBALS['show_error_header']);
require('./libraries/footer.inc.php');
}
?>
 
<form action="import.php" method="post" enctype="multipart/form-data" name="import">
<?php
if ($import_type == 'server') {
echo PMA_generate_common_hidden_inputs('', '', 1);
} elseif ($import_type == 'database') {
echo PMA_generate_common_hidden_inputs($db, '', 1);
} else {
echo PMA_generate_common_hidden_inputs($db, $table, 1);
}
echo ' <input type="hidden" name="import_type" value="' . $import_type . '" />';
echo PMA_pluginGetJavascript($import_list);
?>
 
<h2><?php echo $strImport; ?></h2>
 
<!-- File name, and some other common options -->
<fieldset class="options">
<legend><?php echo $strFileToImport; ?></legend>
 
<div class="formelementrow">
<label for="input_import_file"><?php echo $strLocationTextfile; ?></label>
<input style="margin: 5px" type="file" name="import_file" id="input_import_file" onchange="match_file(this.value);" />
<?php
echo PMA_displayMaximumUploadSize($max_upload_size) . "\n";
// some browsers should respect this :)
echo PMA_generateHiddenMaxFileSize($max_upload_size) . "\n";
?>
</div>
<?php
if (!empty($cfg['UploadDir'])) {
$extensions = '';
foreach ($import_list as $key => $val) {
if (!empty($extensions)) {
$extensions .= '|';
}
$extensions .= $val['extension'];
}
$matcher = '@\.(' . $extensions . ')(\.(' . PMA_supportedDecompressions() . '))?$@';
 
$files = PMA_getFileSelectOptions(PMA_userDir($cfg['UploadDir']), $matcher, (isset($timeout_passed) && $timeout_passed && isset($local_import_file)) ? $local_import_file : '');
echo '<div class="formelementrow">' . "\n";
if ($files === FALSE) {
echo ' <div class="warning">' . "\n";
echo ' <strong>' . $strError . '</strong>: ' . "\n";
echo ' ' . $strWebServerUploadDirectoryError . "\n";
echo ' </div>' . "\n";
} elseif (!empty($files)) {
echo "\n";
echo ' <i>' . $strOr . '</i><br/><label for="select_local_import_file">' . $strWebServerUploadDirectory . '</label>&nbsp;: ' . "\n";
echo ' <select style="margin: 5px" size="1" name="local_import_file" onchange="match_file(this.value)" id="select_local_import_file">' . "\n";
echo ' <option value=""></option>' . "\n";
echo $files;
echo ' </select>' . "\n";
}
echo '</div>' . "\n";
} // end if (web-server upload directory)
 
// charset of file
echo '<div class="formelementrow">' . "\n";
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
echo '<label for="charset_of_file">' . $strCharsetOfFile . '</label>' . "\n";
$temp_charset = reset($cfg['AvailableCharsets']);
echo $strCharsetOfFile . "\n"
. ' <select id="charset_of_file" name="charset_of_file" size="1">' . "\n"
. ' <option value="' . htmlentities( $temp_charset ) . '"';
if ($temp_charset == $charset) {
echo ' selected="selected"';
}
echo '>' . htmlentities( $temp_charset ) . '</option>' . "\n";
while ($temp_charset = next($cfg['AvailableCharsets'])) {
echo ' <option value="' . htmlentities( $temp_charset ) . '"';
if ($temp_charset == $charset) {
echo ' selected="selected"';
}
echo '>' . htmlentities( $temp_charset ) . '</option>' . "\n";
}
echo ' </select><br />' . "\n" . ' ';
} elseif (PMA_MYSQL_INT_VERSION >= 40100) {
echo '<label for="charset_of_file">' . $strCharsetOfFile . '</label>' . "\n";
echo PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_CHARSET, 'charset_of_file', 'charset_of_file', 'utf8', FALSE);
} // end if (recoding)
echo '</div>' . "\n";
 
// zip, gzip and bzip2 encode features
$compressions = $strNone;
 
if ($cfg['GZipDump'] && @function_exists('gzopen')) {
$compressions .= ', gzip';
}
if ($cfg['BZipDump'] && @function_exists('bzopen')) {
$compressions .= ', bzip2';
}
if ($cfg['ZipDump'] && @function_exists('gzinflate')) {
$compressions .= ', zip';
}
 
// We don't have show anything about compression, when no supported
if ($compressions != $strNone) {
echo '<div class="formelementrow">' . "\n";
printf( $strCompressionWillBeDetected, $compressions);
echo '</div>' . "\n";
}
echo "\n";
?>
</fieldset>
<fieldset class="options">
<legend><?php echo $strPartialImport; ?></legend>
 
<?php
if (isset($timeout_passed) && $timeout_passed) {
echo '<div class="formelementrow">' . "\n";
echo '<input type="hidden" name="skip" value="' . $offset . '" />';
echo sprintf($strTimeoutInfo, $offset) . '';
echo '</div>' . "\n";
}
?>
<div class="formelementrow">
<input type="checkbox" name="allow_interrupt" value="yes"
id="checkbox_allow_interrupt" <?php echo PMA_pluginCheckboxCheck('Import', 'allow_interrupt'); ?>/>
<label for="checkbox_allow_interrupt"><?php echo $strAllowInterrupt; ?></label><br />
</div>
 
<div class="formelementrow">
<label for="text_skip_queries"><?php echo $strSkipQueries; ?></label>
<input type="text" name="skip_queries" value="<?php echo PMA_pluginGetDefault('Import', 'skip_queries');?>" id="text_skip_queries" />
</div>
</fieldset>
 
<fieldset class="options">
<legend><?php echo $strImportFormat; ?></legend>
<?php
// Let's show format options now
echo '<div style="float: left;">';
echo PMA_pluginGetChoice('Import', 'format', $import_list);
echo '</div>';
 
echo '<div style="float: left;">';
echo PMA_pluginGetOptions('Import', $import_list);
echo '</div>';
?>
<div class="clearfloat"></div>
</fieldset>
<?php
// Encoding setting form appended by Y.Kawada
if (function_exists('PMA_set_enc_form')) {
echo PMA_set_enc_form(' ');
}
echo "\n";
?>
<fieldset class="tblFooters">
<input type="submit" value="<?php echo $strGo; ?>" id="buttonGo" />
</fieldset>
</form>
<script type="text/javascript" language="javascript">
//<![CDATA[
init_options();
//]]>
</script>
/Web/Maintenance/phpMyAdmin/libraries/display_select_lang.lib.php
0,0 → 1,118
<?php
/*
* Code for displaying language selection
* $Id: display_select_lang.lib.php,v 1.8 2005/11/27 22:04:10 nijel Exp $
*/
 
/**
* Sorts available languages by their true english names
*
* @param array the array to be sorted
* @param mixed a required parameter
* @return the sorted array
* @access private
*/
function PMA_language_cmp( &$a, &$b ) {
return (strcmp($a[1], $b[1]));
} // end of the 'PMA_language_cmp()' function
 
/**
* Displays for for language selection
*
* @access public
*/
function PMA_select_language($use_fieldset = FALSE) {
global $cfg, $lang;
?>
 
<form method="post" action="index.php" target="_parent">
<?php
if (isset($GLOBALS['collation_connection'])) {
echo ' <input type="hidden" name="collation_connection" value="'
. htmlspecialchars($GLOBALS['collation_connection']) . '" />' . "\n";
}
if (isset($GLOBALS['convcharset'])) {
echo ' <input type="hidden" name="convcharset" value="'
. htmlspecialchars($GLOBALS['convcharset']) . '" />' . "\n";
}
if (isset($GLOBALS['db'])) {
echo ' <input type="hidden" name="db" value="'
. htmlspecialchars($GLOBALS['db']) . '" />' . "\n";
}
if (isset($GLOBALS['table'])) {
echo ' <input type="hidden" name="table" value="'
. htmlspecialchars($GLOBALS['table']) . '" />' . "\n";
}
if (isset($GLOBALS['server'])) {
echo ' <input type="hidden" name="server" value="'
. ((int)$GLOBALS['server']) . '" />' . "\n";
}
 
$language_title = 'Language <a href="./translators.html" target="documentation">' .
( $cfg['ReplaceHelpImg'] ?
'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_info.png" width="11" height="11" alt="Info" />' :
'(*)' ) . '</a>';
if ($use_fieldset) {
echo '<fieldset><legend xml:lang="en" dir="ltr">' . $language_title . '</legend>';
} else {
echo '<bdo xml:lang="en" dir="ltr">' . $language_title . ':</bdo>';
}
?>
 
<select name="lang" onchange="this.form.submit();" xml:lang="en" dir="ltr">
<?php
 
uasort($GLOBALS['available_languages'], 'PMA_language_cmp');
foreach ($GLOBALS['available_languages'] AS $id => $tmplang) {
$lang_name = ucfirst(substr(strrchr($tmplang[0], '|'), 1));
 
// Include native name if non empty
if (!empty($tmplang[3])) {
$lang_name = $tmplang[3] . ' - '
. $lang_name;
}
 
// Include charset if it makes sense
if (!defined('PMA_REMOVED_NON_UTF_8')) {
$lang_name .= ' (' . substr($id, strpos($id, '-') + 1) . ')';
}
 
//Is current one active?
if ($lang == $id) {
$selected = ' selected="selected"';
} else {
$selected = '';
}
 
echo ' ';
echo '<option value="' . $id . '"' . $selected . '>' . $lang_name
. '</option>' . "\n";
}
?>
 
</select>
<?php
if ($use_fieldset) {
echo '</fieldset>';
}
?>
 
<noscript>
<?php
if ($use_fieldset) {
echo '<fieldset class="tblFooters">';
}
?>
 
<input type="submit" value="Go" />
<?php
if ($use_fieldset) {
echo '</fieldset>';
}
?>
 
</noscript>
</form>
<?php
} // End of function PMA_select_language
?>
/Web/Maintenance/phpMyAdmin/libraries/display_tbl.lib.php
0,0 → 1,1892
<?php
/* $Id: display_tbl.lib.php,v 2.96.2.7 2006/03/23 10:37:17 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used to display the records returned by a sql query
*/
 
/**
* Avoids undefined variables
*/
if (!isset($pos)) {
$pos = 0;
}
 
/**
* Defines the display mode to use for the results of a sql query
*
* It uses a synthetic string that contains all the required informations.
* In this string:
* - the first two characters stand for the action to do while
* clicking on the "edit" link (eg 'ur' for update a row, 'nn' for no
* edit link...);
* - the next two characters stand for the action to do while
* clicking on the "delete" link (eg 'kp' for kill a process, 'nn' for
* no delete link...);
* - the next characters are boolean values (1/0) and respectively stand
* for sorting links, navigation bar, "insert a new row" link, the
* bookmark feature, the expand/collapse text/blob fields button and
* the "display printable view" option.
* Of course '0'/'1' means the feature won't/will be enabled.
*
* @param string the synthetic value for display_mode (see �1 a few
* lines above for explanations)
* @param integer the total number of rows returned by the sql query
* without any programmatically appended "LIMIT" clause
* (just a copy of $unlim_num_rows if it exists, else
* computed inside this function)
*
* @return array an array with explicit indexes for all the display
* elements
*
* @global string the database name
* @global string the table name
* @global integer the total number of rows returned by the sql query
* without any programmatically appended "LIMIT" clause
* @global array the properties of the fields returned by the query
* @global string the url to return to in case of error in a sql
* statement
*
* @access private
*
* @see PMA_displayTable()
*/
function PMA_setDisplayMode(&$the_disp_mode, &$the_total)
{
global $db, $table;
global $unlim_num_rows, $fields_meta;
global $err_url;
 
// 1. Initializes the $do_display array
$do_display = array();
$do_display['edit_lnk'] = $the_disp_mode[0] . $the_disp_mode[1];
$do_display['del_lnk'] = $the_disp_mode[2] . $the_disp_mode[3];
$do_display['sort_lnk'] = (string) $the_disp_mode[4];
$do_display['nav_bar'] = (string) $the_disp_mode[5];
$do_display['ins_row'] = (string) $the_disp_mode[6];
$do_display['bkm_form'] = (string) $the_disp_mode[7];
$do_display['text_btn'] = (string) $the_disp_mode[8];
$do_display['pview_lnk'] = (string) $the_disp_mode[9];
 
// 2. Display mode is not "false for all elements" -> updates the
// display mode
if ($the_disp_mode != 'nnnn000000') {
// 2.0 Print view -> set all elements to FALSE!
if (isset($GLOBALS['printview']) && $GLOBALS['printview'] == '1') {
$do_display['edit_lnk'] = 'nn'; // no edit link
$do_display['del_lnk'] = 'nn'; // no delete link
$do_display['sort_lnk'] = (string) '0';
$do_display['nav_bar'] = (string) '0';
$do_display['ins_row'] = (string) '0';
$do_display['bkm_form'] = (string) '0';
$do_display['text_btn'] = (string) '0';
$do_display['pview_lnk'] = (string) '0';
}
// 2.1 Statement is a "SELECT COUNT", a
// "CHECK/ANALYZE/REPAIR/OPTIMIZE", an "EXPLAIN" one or
// contains a "PROC ANALYSE" part
elseif ($GLOBALS['is_count'] || $GLOBALS['is_analyse'] || $GLOBALS['is_maint'] || $GLOBALS['is_explain']) {
$do_display['edit_lnk'] = 'nn'; // no edit link
$do_display['del_lnk'] = 'nn'; // no delete link
$do_display['sort_lnk'] = (string) '0';
$do_display['nav_bar'] = (string) '0';
$do_display['ins_row'] = (string) '0';
$do_display['bkm_form'] = (string) '1';
if ($GLOBALS['is_analyse']) {
$do_display['text_btn'] = (string) '1';
} else {
$do_display['text_btn'] = (string) '0';
}
$do_display['pview_lnk'] = (string) '1';
}
// 2.2 Statement is a "SHOW..."
elseif ($GLOBALS['is_show']) {
// 2.2.1 TODO : defines edit/delete links depending on show statement
$tmp = preg_match('@^SHOW[[:space:]]+(VARIABLES|(FULL[[:space:]]+)?PROCESSLIST|STATUS|TABLE|GRANTS|CREATE|LOGS|DATABASES|FIELDS)@i', $GLOBALS['sql_query'], $which);
if (isset($which[1]) && strpos(' ' . strtoupper($which[1]), 'PROCESSLIST') > 0) {
$do_display['edit_lnk'] = 'nn'; // no edit link
$do_display['del_lnk'] = 'kp'; // "kill process" type edit link
} else {
// Default case -> no links
$do_display['edit_lnk'] = 'nn'; // no edit link
$do_display['del_lnk'] = 'nn'; // no delete link
}
// 2.2.2 Other settings
$do_display['sort_lnk'] = (string) '0';
$do_display['nav_bar'] = (string) '0';
$do_display['ins_row'] = (string) '0';
$do_display['bkm_form'] = (string) '1';
$do_display['text_btn'] = (string) '1';
$do_display['pview_lnk'] = (string) '1';
}
// 2.3 Other statements (ie "SELECT" ones) -> updates
// $do_display['edit_lnk'], $do_display['del_lnk'] and
// $do_display['text_btn'] (keeps other default values)
else {
$prev_table = $fields_meta[0]->table;
$do_display['text_btn'] = (string) '1';
for ($i = 0; $i < $GLOBALS['fields_cnt']; $i++) {
$is_link = ($do_display['edit_lnk'] != 'nn'
|| $do_display['del_lnk'] != 'nn'
|| $do_display['sort_lnk'] != '0'
|| $do_display['ins_row'] != '0');
// 2.3.2 Displays edit/delete/sort/insert links?
if ($is_link
&& ($fields_meta[$i]->table == '' || $fields_meta[$i]->table != $prev_table)) {
$do_display['edit_lnk'] = 'nn'; // don't display links
$do_display['del_lnk'] = 'nn';
// TODO: May be problematic with same fields names in
// two joined table.
// $do_display['sort_lnk'] = (string) '0';
$do_display['ins_row'] = (string) '0';
if ($do_display['text_btn'] == '1') {
break;
}
} // end if (2.3.2)
// 2.3.3 Always display print view link
$do_display['pview_lnk'] = (string) '1';
$prev_table = $fields_meta[$i]->table;
} // end for
} // end if..elseif...else (2.1 -> 2.3)
} // end if (2)
 
// 3. Gets the total number of rows if it is unknown
if (isset($unlim_num_rows) && $unlim_num_rows != '') {
$the_total = $unlim_num_rows;
} elseif (($do_display['nav_bar'] == '1' || $do_display['sort_lnk'] == '1')
&& (isset($db) && strlen($db) && !empty($table))) {
$the_total = PMA_countRecords($db, $table, TRUE);
}
 
// 4. If navigation bar or sorting fields names urls should be
// displayed but there is only one row, change these settings to
// false
if ($do_display['nav_bar'] == '1' || $do_display['sort_lnk'] == '1') {
 
if (isset($unlim_num_rows) && $unlim_num_rows < 2) {
// garvin: force display of navbar for vertical/horizontal display-choice.
// $do_display['nav_bar'] = (string) '0';
$do_display['sort_lnk'] = (string) '0';
}
 
} // end if (3)
 
// 5. Updates the synthetic var
$the_disp_mode = join('', $do_display);
 
return $do_display;
} // end of the 'PMA_setDisplayMode()' function
 
 
/**
* Displays a navigation bar to browse among the results of a sql query
*
* @param integer the offset for the "next" page
* @param integer the offset for the "previous" page
* @param string the url-encoded query
*
* @global string $db the database name
* @global string $table the table name
* @global string $goto the url to go back in case of errors
* @global boolean $dontlimitchars whether to limit the number of displayed
* characters of text type fields or not
* @global integer $num_rows the total number of rows returned by the
* sql query
* @global integer $unlim_num_rows the total number of rows returned by the
* sql any programmatically appended "LIMIT" clause
* @global integer $pos the current position in results
* @global mixed $session_max_rows the maximum number of rows per page
* ('all' = no limit)
* @global string $disp_direction the display mode
* (horizontal / vertical / horizontalflipped)
* @global integer $repeat_cells the number of row to display between two
* table headers
* @global boolean $is_innodb whether its InnoDB or not
* @global array $showtable table definitions
*
* @access private
*
* @see PMA_displayTable()
*/
function PMA_displayTableNavigation($pos_next, $pos_prev, $encoded_query)
{
global $db, $table, $goto, $dontlimitchars;
global $num_rows, $unlim_num_rows, $pos, $session_max_rows;
global $disp_direction, $repeat_cells;
global $is_innodb;
global $showtable;
 
// FIXME: move this to a central place
// FIXME: for other future table types
$is_innodb = (isset($showtable['Type']) && $showtable['Type'] == 'InnoDB');
 
?>
 
<!-- Navigation bar -->
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<?php
// Move to the beginning or to the previous page
if ($pos > 0 && $session_max_rows != 'all') {
// loic1: patch #474210 from Gosha Sakovich - part 1
if ($GLOBALS['cfg']['NavigationBarIconic']) {
$caption1 = '&lt;&lt;';
$caption2 = ' &lt; ';
$title1 = ' title="' . $GLOBALS['strPos1'] . '"';
$title2 = ' title="' . $GLOBALS['strPrevious'] . '"';
} else {
$caption1 = $GLOBALS['strPos1'] . ' &lt;&lt;';
$caption2 = $GLOBALS['strPrevious'] . ' &lt;';
$title1 = '';
$title2 = '';
} // end if... else...
?>
<td>
<form action="sql.php" method="post">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="sql_query" value="<?php echo $encoded_query; ?>" />
<input type="hidden" name="pos" value="0" />
<input type="hidden" name="session_max_rows" value="<?php echo $session_max_rows; ?>" />
<input type="hidden" name="disp_direction" value="<?php echo $disp_direction; ?>" />
<input type="hidden" name="repeat_cells" value="<?php echo $repeat_cells; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo $dontlimitchars; ?>" />
<input type="submit" name="navig" value="<?php echo $caption1; ?>"<?php echo $title1; ?> />
</form>
</td>
<td>
<form action="sql.php" method="post">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="sql_query" value="<?php echo $encoded_query; ?>" />
<input type="hidden" name="pos" value="<?php echo $pos_prev; ?>" />
<input type="hidden" name="session_max_rows" value="<?php echo $session_max_rows; ?>" />
<input type="hidden" name="disp_direction" value="<?php echo $disp_direction; ?>" />
<input type="hidden" name="repeat_cells" value="<?php echo $repeat_cells; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo $dontlimitchars; ?>" />
<input type="submit" name="navig" value="<?php echo $caption2; ?>"<?php echo $title2; ?> />
</form>
</td>
<?php
} // end move back
?>
<td>
&nbsp;&nbsp;&nbsp;
</td>
<td align="center">
<form action="sql.php" method="post"
onsubmit="return (checkFormElementInRange(this, 'session_max_rows', '<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidRowNumber']); ?>', 1) &amp;&amp; checkFormElementInRange(this, 'pos', '<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidRowNumber']); ?>', 0, <?php echo $unlim_num_rows - 1; ?>))">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="sql_query" value="<?php echo $encoded_query; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo $dontlimitchars; ?>" />
<input type="submit" name="navig" value="<?php echo $GLOBALS['strShow']; ?> :" />
<input type="text" name="session_max_rows" size="3" value="<?php echo (($session_max_rows != 'all') ? $session_max_rows : $GLOBALS['cfg']['MaxRows']); ?>" class="textfield" onfocus="this.select()" />
<?php echo $GLOBALS['strRowsFrom'] . "\n"; ?>
<input type="text" name="pos" size="6" value="<?php echo (($pos_next >= $unlim_num_rows) ? 0 : $pos_next); ?>" class="textfield" onfocus="this.select()" />
<br />
<?php
// Display mode (horizontal/vertical and repeat headers)
$param1 = ' <select name="disp_direction">' . "\n"
. ' <option value="horizontal"' . (($disp_direction == 'horizontal') ? ' selected="selected"': '') . '>' . $GLOBALS['strRowsModeHorizontal'] . '</option>' . "\n"
. ' <option value="horizontalflipped"' . (($disp_direction == 'horizontalflipped') ? ' selected="selected"': '') . '>' . $GLOBALS['strRowsModeFlippedHorizontal'] . '</option>' . "\n"
. ' <option value="vertical"' . (($disp_direction == 'vertical') ? ' selected="selected"': '') . '>' . $GLOBALS['strRowsModeVertical'] . '</option>' . "\n"
. ' </select>' . "\n"
. ' ';
$param2 = ' <input type="text" size="3" name="repeat_cells" value="' . $repeat_cells . '" class="textfield" />' . "\n"
. ' ';
echo ' ' . sprintf($GLOBALS['strRowsModeOptions'], "\n" . $param1, "\n" . $param2) . "\n";
?>
</form>
</td>
<td>
&nbsp;&nbsp;&nbsp;
</td>
<?php
// Move to the next page or to the last one
if (($pos + $session_max_rows < $unlim_num_rows) && $num_rows >= $session_max_rows
&& $session_max_rows != 'all') {
// loic1: patch #474210 from Gosha Sakovich - part 2
if ($GLOBALS['cfg']['NavigationBarIconic']) {
$caption3 = ' &gt; ';
$caption4 = '&gt;&gt;';
$title3 = ' title="' . $GLOBALS['strNext'] . '"';
$title4 = ' title="' . $GLOBALS['strEnd'] . '"';
} else {
$caption3 = '&gt; ' . $GLOBALS['strNext'];
$caption4 = '&gt;&gt; ' . $GLOBALS['strEnd'];
$title3 = '';
$title4 = '';
} // end if... else...
echo "\n";
?>
<td>
<form action="sql.php" method="post">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="sql_query" value="<?php echo $encoded_query; ?>" />
<input type="hidden" name="pos" value="<?php echo $pos_next; ?>" />
<input type="hidden" name="session_max_rows" value="<?php echo $session_max_rows; ?>" />
<input type="hidden" name="disp_direction" value="<?php echo $disp_direction; ?>" />
<input type="hidden" name="repeat_cells" value="<?php echo $repeat_cells; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo $dontlimitchars; ?>" />
<input type="submit" name="navig" value="<?php echo $caption3; ?>"<?php echo $title3; ?> />
</form>
</td>
<td>
<form action="sql.php" method="post"
onsubmit="return <?php echo (($pos + $session_max_rows < $unlim_num_rows && $num_rows >= $session_max_rows) ? 'true' : 'false'); ?>">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="sql_query" value="<?php echo $encoded_query; ?>" />
<input type="hidden" name="pos" value="<?php echo @((ceil($unlim_num_rows / $session_max_rows)- 1) * $session_max_rows); ?>" />
<?php
if ($is_innodb && $unlim_num_rows > $GLOBALS['cfg']['MaxExactCount']) {
echo '<input type="hidden" name="find_real_end" value="1" />' . "\n";
// no backquote around this message
$onclick = ' onclick="return confirmAction(\'' . PMA_jsFormat($GLOBALS['strLongOperation'], FALSE) . '\')"';
}
?>
<input type="hidden" name="session_max_rows" value="<?php echo $session_max_rows; ?>" />
<input type="hidden" name="disp_direction" value="<?php echo $disp_direction; ?>" />
<input type="hidden" name="repeat_cells" value="<?php echo $repeat_cells; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo $dontlimitchars; ?>" />
<input type="submit" name="navig" value="<?php echo $caption4; ?>"<?php echo $title4; ?> <?php echo (empty($onclick) ? '' : $onclick); ?>/>
</form>
</td>
<?php
} // end move toward
 
 
//page redirection
$pageNow = @floor($pos / $session_max_rows) + 1;
$nbTotalPage = @ceil($unlim_num_rows / $session_max_rows);
 
if ($nbTotalPage > 1){ //if1
?>
<td>
&nbsp;&nbsp;&nbsp;
</td>
<td>
<?php //<form> for keep the form alignment of button < and << ?>
<form action="none">
<?php echo PMA_pageselector(
'sql.php?sql_query=' . $encoded_query .
'&amp;session_max_rows=' . $session_max_rows .
'&amp;disp_direction=' . $disp_direction .
'&amp;repeat_cells=' . $repeat_cells .
'&amp;goto=' . $goto .
'&amp;dontlimitchars=' . $dontlimitchars .
'&amp;' . PMA_generate_common_url($db, $table) .
'&amp;',
$session_max_rows,
$pageNow,
$nbTotalPage
);
?>
</form>
</td>
<?php
} //_if1
 
 
// Show all the records if allowed
if ($GLOBALS['cfg']['ShowAll'] && ($num_rows < $unlim_num_rows)) {
echo "\n";
?>
<td>
&nbsp;&nbsp;&nbsp;
</td>
<td>
<form action="sql.php" method="post">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="sql_query" value="<?php echo $encoded_query; ?>" />
<input type="hidden" name="pos" value="0" />
<input type="hidden" name="session_max_rows" value="all" />
<input type="hidden" name="disp_direction" value="<?php echo $disp_direction; ?>" />
<input type="hidden" name="repeat_cells" value="<?php echo $repeat_cells; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo $dontlimitchars; ?>" />
<input type="submit" name="navig" value="<?php echo $GLOBALS['strShowAll']; ?>" />
</form>
</td>
<?php
} // end show all
echo "\n";
?>
</tr>
</table>
 
<?php
} // end of the 'PMA_displayTableNavigation()' function
 
 
/**
* Displays the headers of the results table
*
* @param array which elements to display
* @param array the list of fields properties
* @param integer the total number of fields returned by the sql query
* @param array the analyzed query
*
* @return boolean always true
*
* @global string $db the database name
* @global string $table the table name
* @global string $goto the url to go back in case of errors
* @global boolean $dontlimitchars whether to limit the number of displayed
* characters of text type fields or not
* @global string $sql_query the sql query
* @global integer $num_rows the total number of rows returned by the
* sql query
* @global integer $pos the current position in results
* @global integer $session_max_rows the maximum number of rows per page
* @global array $vertical_display informations used with vertical display
* mode
* @global string $disp_direction the display mode
* (horizontal/vertical/horizontalflipped)
* @global integer $repeat_cellsthe number of row to display between two
* table headers
*
* @access private
*
* @see PMA_displayTable()
*/
function PMA_displayTableHeaders(&$is_display, &$fields_meta, $fields_cnt = 0, $analyzed_sql = '')
{
global $db, $table, $goto, $dontlimitchars;
global $sql_query, $num_rows, $pos, $session_max_rows;
global $vertical_display, $disp_direction, $repeat_cells, $highlight_columns;
 
if ($analyzed_sql == '') {
$analyzed_sql = array();
}
 
// can the result be sorted?
if ($is_display['sort_lnk'] == '1') {
 
// Just as fallback
$unsorted_sql_query = $sql_query;
if (isset($analyzed_sql[0]['unsorted_query'])) {
$unsorted_sql_query = $analyzed_sql[0]['unsorted_query'];
}
 
// we need $sort_expression and $sort_expression_nodir
// even if there are many table references
 
$sort_expression = trim(str_replace(' ', ' ', $analyzed_sql[0]['order_by_clause']));
 
// Get rid of ASC|DESC (TODO: analyzer)
preg_match('@(.*)([[:space:]]*(ASC|DESC))@si', $sort_expression, $matches);
$sort_expression_nodir = isset($matches[1]) ? trim($matches[1]) : $sort_expression;
 
// sorting by indexes, only if it makes sense (only one table ref)
if (isset($analyzed_sql) && isset($analyzed_sql[0]) &&
isset($analyzed_sql[0]['querytype']) && $analyzed_sql[0]['querytype'] == 'SELECT' &&
isset($analyzed_sql[0]['table_ref']) && count($analyzed_sql[0]['table_ref']) == 1) {
 
// grab indexes data:
PMA_DBI_select_db($db);
if (!defined('PMA_IDX_INCLUDED')) {
$ret_keys = PMA_get_indexes($table);
}
 
$prev_index = '';
foreach ($ret_keys as $row) {
 
if ($row['Key_name'] != $prev_index ){
$indexes[] = $row['Key_name'];
$prev_index = $row['Key_name'];
}
$indexes_info[$row['Key_name']]['Sequences'][] = $row['Seq_in_index'];
$indexes_info[$row['Key_name']]['Non_unique'] = $row['Non_unique'];
if (isset($row['Cardinality'])) {
$indexes_info[$row['Key_name']]['Cardinality'] = $row['Cardinality'];
}
// I don't know what does the following column mean....
// $indexes_info[$row['Key_name']]['Packed'] = $row['Packed'];
$indexes_info[$row['Key_name']]['Comment'] = (isset($row['Comment']))
? $row['Comment']
: '';
$indexes_info[$row['Key_name']]['Index_type'] = (isset($row['Index_type']))
? $row['Index_type']
: '';
 
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Column_name'] = $row['Column_name'];
if (isset($row['Sub_part'])) {
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Sub_part'] = $row['Sub_part'];
}
} // end while
 
// do we have any index?
if (isset($indexes_data)) {
 
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
$span = $fields_cnt;
if ($is_display['edit_lnk'] != 'nn') {
$span++;
}
if ($is_display['del_lnk'] != 'nn') {
$span++;
}
if ($is_display['del_lnk'] != 'kp' && $is_display['del_lnk'] != 'nn') {
$span++;
}
} else {
$span = $num_rows + floor($num_rows/$repeat_cells) + 1;
}
 
echo '<form action="sql.php" method="post">' . "\n";
echo PMA_generate_common_hidden_inputs($db, $table, 5);
echo '<input type="hidden" name="pos" value="' . $pos . '" />' . "\n";
echo '<input type="hidden" name="session_max_rows" value="' . $session_max_rows . '" />' . "\n";
echo '<input type="hidden" name="disp_direction" value="' . $disp_direction . '" />' . "\n";
echo '<input type="hidden" name="repeat_cells" value="' . $repeat_cells . '" />' . "\n";
echo '<input type="hidden" name="dontlimitchars" value="' . $dontlimitchars . '" />' . "\n";
echo $GLOBALS['strSortByKey'] . ': <select name="sql_query">' . "\n";
$used_index = false;
$local_order = (isset($sort_expression) ? $sort_expression : '');
foreach ($indexes_data AS $key => $val) {
$asc_sort = '';
$desc_sort = '';
foreach ($val AS $key2 => $val2) {
$asc_sort .= PMA_backquote($val2['Column_name']) . ' ASC , ';
$desc_sort .= PMA_backquote($val2['Column_name']) . ' DESC , ';
}
$asc_sort = substr($asc_sort, 0, -3);
$desc_sort = substr($desc_sort, 0, -3);
$used_index = $used_index || $local_order == $asc_sort || $local_order == $desc_sort;
echo '<option value="' . htmlspecialchars($unsorted_sql_query . ' ORDER BY ' . $asc_sort) . '"' . ($local_order == $asc_sort ? ' selected="selected"' : '') . '>' . htmlspecialchars($key) . ' (' . $GLOBALS['strAscending'] . ')</option>';
echo "\n";
echo '<option value="' . htmlspecialchars($unsorted_sql_query . ' ORDER BY ' . $desc_sort) . '"' . ($local_order == $desc_sort ? ' selected="selected"' : '') . '>' . htmlspecialchars($key) . ' (' . $GLOBALS['strDescending'] . ')</option>';
echo "\n";
}
echo '<option value="' . htmlspecialchars($unsorted_sql_query) . '"' . ($used_index ? '' : ' selected="selected"' ) . '>' . $GLOBALS['strNone'] . '</option>';
echo "\n";
echo '</select>' . "\n";
echo '<input type="submit" value="' . $GLOBALS['strGo'] . '" />';
echo "\n";
echo '</form>' . "\n";
}
}
}
 
 
$vertical_display['emptypre'] = 0;
$vertical_display['emptyafter'] = 0;
$vertical_display['textbtn'] = '';
 
 
// Start of form for multi-rows delete
 
if ($is_display['del_lnk'] == 'dr' || $is_display['del_lnk'] == 'kp' ) {
echo '<form method="post" action="tbl_row_action.php" name="rowsDeleteForm" id="rowsDeleteForm">' . "\n";
echo PMA_generate_common_hidden_inputs($db, $table, 1);
echo '<input type="hidden" name="disp_direction" value="' . $disp_direction . '" />' . "\n";
echo '<input type="hidden" name="repeat_cells" value="' . $repeat_cells . '" />' . "\n";
echo '<input type="hidden" name="dontlimitchars" value="' . $dontlimitchars . '" />' . "\n";
echo '<input type="hidden" name="pos" value="' . $pos . '" />' . "\n";
echo '<input type="hidden" name="session_max_rows" value="' . $session_max_rows . '" />' . "\n";
echo '<input type="hidden" name="goto" value="sql.php" />' . "\n";
}
 
echo '<table id="table_results" class="data">' . "\n";
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
echo '<thead><tr>' . "\n";
}
 
// 1. Displays the full/partial text button (part 1)...
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
$colspan = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn')
? ' colspan="3"'
: '';
} else {
$rowspan = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn')
? ' rowspan="3"'
: '';
}
$text_url = 'sql.php?'
. PMA_generate_common_url($db, $table)
. '&amp;sql_query=' . urlencode($sql_query)
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;pos=' . $pos
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;goto=' . $goto
. '&amp;dontlimitchars=' . (($dontlimitchars) ? 0 : 1);
$text_message = '<img class="fulltext" src="' . $GLOBALS['pmaThemeImage'] . 's_'.($dontlimitchars ? 'partialtext' : 'fulltext') . '.png" width="50" height="20" alt="' . ($dontlimitchars ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '" title="' . ($dontlimitchars ? $GLOBALS['strPartialText'] : $GLOBALS['strFullText']) . '" />';
$text_link = PMA_linkOrButton( $text_url, $text_message, array(), false );
 
// ... before the result table
if (($is_display['edit_lnk'] == 'nn' && $is_display['del_lnk'] == 'nn')
&& $is_display['text_btn'] == '1') {
$vertical_display['emptypre'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 3 : 0;
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
?>
<th colspan="<?php echo $fields_cnt; ?>"><?php echo $text_link; ?></th>
</tr>
<tr>
<?php
} // end horizontal/horizontalflipped mode
else {
?>
<tr>
<th colspan="<?php echo $num_rows + floor($num_rows/$repeat_cells) + 1; ?>">
<?php echo $text_link; ?></th>
</tr>
<?php
} // end vertical mode
}
 
// ... at the left column of the result table header if possible
// and required
elseif ($GLOBALS['cfg']['ModifyDeleteAtLeft'] && $is_display['text_btn'] == '1') {
$vertical_display['emptypre'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 3 : 0;
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
?>
<th <?php echo $colspan; ?>><?php echo $text_link; ?></th>
<?php
} // end horizontal/horizontalflipped mode
else {
$vertical_display['textbtn'] = ' <th ' . $rowspan . ' valign="middle">' . "\n"
. ' ' . $text_link . "\n"
. ' </th>' . "\n";
} // end vertical mode
}
 
// ... elseif no button, displays empty(ies) col(s) if required
elseif ($GLOBALS['cfg']['ModifyDeleteAtLeft']
&& ($is_display['edit_lnk'] != 'nn' || $is_display['del_lnk'] != 'nn')) {
$vertical_display['emptypre'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 3 : 0;
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
?>
<td<?php echo $colspan; ?>></td>
<?php
} // end horizontal/horizontalfipped mode
else {
$vertical_display['textbtn'] = ' <td' . $rowspan . '></td>' . "\n";
} // end vertical mode
}
 
// 2. Displays the fields' name
// 2.0 If sorting links should be used, checks if the query is a "JOIN"
// statement (see 2.1.3)
 
// 2.0.1 Prepare Display column comments if enabled ($GLOBALS['cfg']['ShowBrowseComments']).
// Do not show comments, if using horizontalflipped mode, because of space usage
if ($GLOBALS['cfg']['ShowBrowseComments'] && ($GLOBALS['cfgRelation']['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) && $disp_direction != 'horizontalflipped') {
$comments_map = array();
if (isset($analyzed_sql[0]) && is_array($analyzed_sql[0])) {
foreach ($analyzed_sql[0]['table_ref'] as $tbl) {
$tb = $tbl['table_true_name'];
$comments_map[$tb] = PMA_getComments($db, $tb);
unset($tb);
}
}
}
 
if ($GLOBALS['cfgRelation']['commwork'] && $GLOBALS['cfgRelation']['mimework'] && $GLOBALS['cfg']['BrowseMIME']) {
require_once('./libraries/transformations.lib.php');
$GLOBALS['mime_map'] = PMA_getMIME($db, $table);
}
 
if ($is_display['sort_lnk'] == '1') {
//$is_join = preg_match('@(.*)[[:space:]]+FROM[[:space:]]+.*[[:space:]]+JOIN@im', $sql_query, $select_stt);
$is_join = (isset($analyzed_sql[0]['queryflags']['join']) ?TRUE:FALSE);
$select_expr = $analyzed_sql[0]['select_expr_clause'];
} else {
$is_join = FALSE;
}
 
// garvin: See if we have to highlight any header fields of a WHERE query.
// Uses SQL-Parser results.
$highlight_columns = array();
if (isset($analyzed_sql) && isset($analyzed_sql[0]) &&
isset($analyzed_sql[0]['where_clause_identifiers'])) {
 
$wi = 0;
if (isset($analyzed_sql[0]['where_clause_identifiers']) && is_array($analyzed_sql[0]['where_clause_identifiers'])) {
foreach ($analyzed_sql[0]['where_clause_identifiers'] AS $wci_nr => $wci) {
$highlight_columns[$wci] = 'true';
}
}
}
 
for ($i = 0; $i < $fields_cnt; $i++) {
// garvin: See if this column should get highlight because it's used in the
// where-query.
if (isset($highlight_columns[$fields_meta[$i]->name]) || isset($highlight_columns[PMA_backquote($fields_meta[$i]->name)])) {
$column_style = 'style="border: 1px solid ' . $GLOBALS['cfg']['BrowseMarkerColor'] . '"';
} else {
$column_style = '';
}
 
// 2.0 Prepare comment-HTML-wrappers for each row, if defined/enabled.
if (isset($comments_map) &&
isset($comments_map[$fields_meta[$i]->table]) &&
isset($comments_map[$fields_meta[$i]->table][$fields_meta[$i]->name])) {
$comments = '<span class="tblcomment">' . htmlspecialchars($comments_map[$fields_meta[$i]->table][$fields_meta[$i]->name]) . '</span>';
} else {
$comments = '';
}
 
// 2.1 Results can be sorted
if ($is_display['sort_lnk'] == '1') {
 
// 2.1.1 Checks if the table name is required; it's the case
// for a query with a "JOIN" statement and if the column
// isn't aliased, or in queries like
// SELECT `1`.`master_field` , `2`.`master_field`
// FROM `PMA_relation` AS `1` , `PMA_relation` AS `2`
 
if (($is_join
&& !preg_match('~([^[:space:],]|`[^`]`)[[:space:]]+(as[[:space:]]+)?' . strtr($fields_meta[$i]->name, array('[' => '\\[', '~' => '\\~', '\\' => '\\\\')) . '~i', $select_expr, $parts))
|| ( isset($analyzed_sql[0]['select_expr'][$i]['expr'])
&& isset($analyzed_sql[0]['select_expr'][$i]['column'])
&& $analyzed_sql[0]['select_expr'][$i]['expr'] !=
$analyzed_sql[0]['select_expr'][$i]['column']
&& isset($fields_meta[$i]->table) && strlen($fields_meta[$i]->table)) ) {
$sort_tbl = PMA_backquote($fields_meta[$i]->table) . ' . ';
} else {
$sort_tbl = '';
}
// 2.1.2 Checks if the current column is used to sort the
// results
if (empty($sort_expression)) {
$is_in_sort = FALSE;
} else {
// field name may be preceded by a space, or any number
// of characters followed by a dot (tablename.fieldname)
// so do a direct comparison
// for the sort expression (avoids problems with queries
// like "SELECT id, count(id)..." and clicking to sort
// on id or on count(id) )
$is_in_sort = ($sort_tbl . PMA_backquote($fields_meta[$i]->name) == $sort_expression_nodir ? TRUE : FALSE);
}
// 2.1.3 Check the field name for backquotes.
// If it contains some, it's probably a function column
// like 'COUNT(`field`)'
if (strpos(' ' . $fields_meta[$i]->name, '`') > 0) {
$sort_order = ' ORDER BY \'' . $fields_meta[$i]->name . '\' ';
} else {
$sort_order = ' ORDER BY ' . $sort_tbl . PMA_backquote($fields_meta[$i]->name) . ' ';
}
 
// 2.1.4 Do define the sorting url
if (!$is_in_sort) {
// loic1: patch #455484 ("Smart" order)
$GLOBALS['cfg']['Order'] = strtoupper($GLOBALS['cfg']['Order']);
if ($GLOBALS['cfg']['Order'] == 'SMART') {
$GLOBALS['cfg']['Order'] = (preg_match('@time|date@i', $fields_meta[$i]->type)) ? 'DESC' : 'ASC';
}
$sort_order .= $GLOBALS['cfg']['Order'];
$order_img = '';
} elseif (preg_match('@[[:space:]]ASC$@i', $sort_expression)) {
$sort_order .= ' DESC';
$order_img = ' <img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 's_asc.png" width="11" height="9" alt="'. $GLOBALS['strAscending'] . '" title="'. $GLOBALS['strAscending'] . '" id="soimg' . $i . '" />';
} elseif (preg_match('@[[:space:]]DESC$@i', $sort_expression)) {
$sort_order .= ' ASC';
$order_img = ' <img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 's_desc.png" width="11" height="9" alt="'. $GLOBALS['strDescending'] . '" title="'. $GLOBALS['strDescending'] . '" id="soimg' . $i . '" />';
} else {
$sort_order .= ' DESC';
$order_img = ' <img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 's_asc.png" width="11" height="9" alt="'. $GLOBALS['strAscending'] . '" title="'. $GLOBALS['strAscending'] . '" id="soimg' . $i . '" />';
}
 
if (preg_match('@(.*)([[:space:]](LIMIT (.*)|PROCEDURE (.*)|FOR UPDATE|LOCK IN SHARE MODE))@i', $unsorted_sql_query, $regs3)) {
$sorted_sql_query = $regs3[1] . $sort_order . $regs3[2];
} else {
$sorted_sql_query = $unsorted_sql_query . $sort_order;
}
$url_query = PMA_generate_common_url($db, $table)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode($sorted_sql_query);
$order_url = 'sql.php?' . $url_query;
 
// 2.1.5 Displays the sorting url
// added 20004-06-09: Michael Keck <mail@michaelkeck.de>
// enable sord order swapping for image
$order_link_params = array();
if (isset($order_img) && $order_img!='') {
if (strstr($order_img, 'asc')) {
$order_link_params['onmouseover'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_desc.png\'; }';
$order_link_params['onmouseout'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_asc.png\'; }';
} elseif (strstr($order_img, 'desc')) {
$order_link_params['onmouseover'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_asc.png\'; }';
$order_link_params['onmouseout'] = 'if(document.getElementById(\'soimg' . $i . '\')){ document.getElementById(\'soimg' . $i . '\').src=\'' . $GLOBALS['pmaThemeImage'] . 's_desc.png\'; }';
}
}
if ( $disp_direction == 'horizontalflipped'
&& $GLOBALS['cfg']['HeaderFlipType'] == 'css' ) {
$order_link_params['style'] = 'direction: ltr; writing-mode: tb-rl;';
}
$order_link_params['title'] = $GLOBALS['strSort'];
$order_link_content = ($disp_direction == 'horizontalflipped' && $GLOBALS['cfg']['HeaderFlipType'] == 'fake' ? PMA_flipstring(htmlspecialchars($fields_meta[$i]->name), "<br />\n") : htmlspecialchars($fields_meta[$i]->name));
$order_link = PMA_linkOrButton( $order_url, $order_link_content . $order_img, $order_link_params, false, true );
 
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
?>
<th <?php echo $column_style; ?> <?php if ($disp_direction == 'horizontalflipped') { echo 'valign="bottom"'; } ?>>
<?php echo $order_link; ?>
<?php echo $comments; ?>
</th>
<?php
}
$vertical_display['desc'][] = ' <th ' . $column_style . '>' . "\n"
. $order_link
. $comments
. ' </th>' . "\n";
} // end if (2.1)
 
// 2.2 Results can't be sorted
else {
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
?>
<th <?php echo $column_style; ?> <?php if ($disp_direction == 'horizontalflipped') { echo 'valign="bottom"'; } ?> <?php echo ($disp_direction == 'horizontalflipped' && $GLOBALS['cfg']['HeaderFlipType'] == 'css' ? 'style="direction: ltr; writing-mode: tb-rl;"' : ''); ?>>
<?php echo ($disp_direction == 'horizontalflipped' && $GLOBALS['cfg']['HeaderFlipType'] == 'fake'? PMA_flipstring(htmlspecialchars($fields_meta[$i]->name), "<br />\n") : htmlspecialchars($fields_meta[$i]->name)) . "\n"; ?>
<?php echo $comments; ?>
</th>
<?php
}
$vertical_display['desc'][] = ' <th ' . $column_style . '>' . "\n"
. ' ' . htmlspecialchars($fields_meta[$i]->name) . "\n"
. $comments
. ' </th>';
} // end else (2.2)
} // end for
 
// 3. Displays the full/partial text button (part 2) at the right
// column of the result table header if possible and required...
if ($GLOBALS['cfg']['ModifyDeleteAtRight']
&& ($is_display['edit_lnk'] != 'nn' || $is_display['del_lnk'] != 'nn')
&& $is_display['text_btn'] == '1') {
$vertical_display['emptyafter'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 3 : 1;
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
echo "\n";
?>
<th <?php echo $colspan; ?>>
<?php echo $text_link; ?>
</th>
<?php
} // end horizontal/horizontalflipped mode
else {
$vertical_display['textbtn'] = ' <th ' . $rowspan . ' valign="middle">' . "\n"
. ' ' . $text_link . "\n"
. ' </th>' . "\n";
} // end vertical mode
}
 
// ... elseif no button, displays empty cols if required
// (unless coming from Browse mode print view)
elseif ($GLOBALS['cfg']['ModifyDeleteAtRight']
&& ($is_display['edit_lnk'] == 'nn' && $is_display['del_lnk'] == 'nn')
&& (!$GLOBALS['is_header_sent'])) {
$vertical_display['emptyafter'] = ($is_display['edit_lnk'] != 'nn' && $is_display['del_lnk'] != 'nn') ? 3 : 1;
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
echo "\n";
?>
<td<?php echo $colspan; ?>></td>
<?php
} // end horizontal/horizontalflipped mode
else {
$vertical_display['textbtn'] = ' <td' . $rowspan . '></td>' . "\n";
} // end vertical mode
}
 
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
?>
</tr>
</thead>
<?php
}
 
return TRUE;
} // end of the 'PMA_displayTableHeaders()' function
 
 
 
/**
* Displays the body of the results table
*
* @param integer the link id associated to the query which results have
* to be displayed
* @param array which elements to display
* @param array the list of relations
* @param array the analyzed query
*
* @return boolean always true
*
* @global string $db the database name
* @global string $table the table name
* @global string $goto the url to go back in case of errors
* @global boolean $dontlimitchars whether to limit the number of displayed
* characters of text type fields or not
* @global string $sql_query the sql query
* @global integer $pos the current position in results
* @global integer $session_max_rows the maximum number of rows per page
* @global array $fields_meta the list of fields properties
* @global integer $fields_cnt the total number of fields returned by
* the sql query
* @global array $vertical_display informations used with vertical display
* mode
* @global string $disp_direction the display mode
* (horizontal/vertical/horizontalflipped)
* @global integer $repeat_cells the number of row to display between two
* table headers
* @global array $highlight_columns collumn names to highlight
* @gloabl array $row current row data
*
* @access private
*
* @see PMA_displayTable()
*/
function PMA_displayTableBody(&$dt_result, &$is_display, $map, $analyzed_sql) {
global $db, $table, $goto, $dontlimitchars;
global $sql_query, $pos, $session_max_rows, $fields_meta, $fields_cnt;
global $vertical_display, $disp_direction, $repeat_cells, $highlight_columns;
global $row; // mostly because of browser transformations, to make the row-data accessible in a plugin
 
$url_sql_query = $sql_query;
 
// query without conditions to shorten urls when needed, 200 is just
// guess, it should depend on remaining url length
 
if (isset($analyzed_sql) && isset($analyzed_sql[0]) &&
isset($analyzed_sql[0]['querytype']) && $analyzed_sql[0]['querytype'] == 'SELECT' &&
strlen($sql_query) > 200) {
 
$url_sql_query = 'SELECT ';
if (isset($analyzed_sql[0]['queryflags']['distinct'])) {
$url_sql_query .= ' DISTINCT ';
}
$url_sql_query .= $analyzed_sql[0]['select_expr_clause'];
if (!empty($analyzed_sql[0]['from_clause'])) {
$url_sql_query .= ' FROM ' . $analyzed_sql[0]['from_clause'];
}
}
 
if (!is_array($map)) {
$map = array();
}
$row_no = 0;
$vertical_display['edit'] = array();
$vertical_display['delete'] = array();
$vertical_display['data'] = array();
$vertical_display['row_delete'] = array();
 
// Correction uva 19991216 in the while below
// Previous code assumed that all tables have keys, specifically that
// the phpMyAdmin GUI should support row delete/edit only for such
// tables.
// Although always using keys is arguably the prescribed way of
// defining a relational table, it is not required. This will in
// particular be violated by the novice.
// We want to encourage phpMyAdmin usage by such novices. So the code
// below has been changed to conditionally work as before when the
// table being displayed has one or more keys; but to display
// delete/edit options correctly for tables without keys.
 
// loic1: use 'PMA_mysql_fetch_array' rather than 'PMA_mysql_fetch_row'
// to get the NULL values
 
// rabus: This function needs a little rework.
// Using MYSQL_BOTH just pollutes the memory!
 
// ne0x: Use function PMA_DBI_fetch_array() due to mysqli
// compatibility. Now this function is wrapped.
 
$odd_row = true;
while ($row = PMA_DBI_fetch_row($dt_result)) {
// lem9: "vertical display" mode stuff
if ( $row_no != 0 && $repeat_cells != 0 && !($row_no % $repeat_cells)
&& ( $disp_direction == 'horizontal'
|| $disp_direction == 'horizontalflipped') )
{
echo '<tr>' . "\n";
if ( $vertical_display['emptypre'] > 0 ) {
echo ' <th colspan="' . $vertical_display['emptypre'] . '">' . "\n"
.' &nbsp;</th>' . "\n";
}
 
foreach ( $vertical_display['desc'] as $val ) {
echo $val;
}
 
if ( $vertical_display['emptyafter'] > 0 ) {
echo ' <th colspan="' . $vertical_display['emptyafter'] . '">' . "\n"
.' &nbsp;</th>' . "\n";
}
echo '</tr>' . "\n";
} // end if
 
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
// loic1: pointer code part
echo ' <tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n";
$odd_row = ! $odd_row;
$bgcolor = '';
} elseif (isset($GLOBALS['printview']) && ($GLOBALS['printview'] == '1')) {
$bgcolor = ' bgcolor="#ffffff" ';
} else {
$bgcolor = ' bgcolor="' . ($row_no % 2 ? $GLOBALS['cfg']['BgcolorOne'] : $GLOBALS['cfg']['BgcolorTwo'] ) . '" ';
}
 
 
// 1. Prepares the row (gets primary keys to use)
// 1.1 Results from a "SELECT" statement -> builds the
// "primary" key to use in links
$uva_condition = urlencode(PMA_getUvaCondition($dt_result, $fields_cnt, $fields_meta, $row));
 
// 1.2 Defines the urls for the modify/delete link(s)
$url_query = PMA_generate_common_url($db, $table)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;dontlimitchars=' . $dontlimitchars;
 
if ($is_display['edit_lnk'] != 'nn' || $is_display['del_lnk'] != 'nn') {
// We need to copy the value or else the == 'both' check will always return true
 
if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') {
$iconic_spacer = '<div class="nowrap">';
} else {
$iconic_spacer = '';
}
 
// 1.2.1 Modify link(s)
if ($is_display['edit_lnk'] == 'ur') { // update row case
$lnk_goto = 'sql.php';
 
$edit_url = 'tbl_change.php'
. '?' . $url_query
. '&amp;primary_key=' . $uva_condition
. '&amp;sql_query=' . urlencode($url_sql_query)
. '&amp;goto=' . urlencode($lnk_goto);
if ($GLOBALS['cfg']['PropertiesIconic'] === FALSE) {
$edit_str = $GLOBALS['strEdit'];
} else {
$edit_str = $iconic_spacer . '<img class="icon" width="16" height="16" src="' . $GLOBALS['pmaThemeImage'] . 'b_edit.png" alt="' . $GLOBALS['strEdit'] . '" title="' . $GLOBALS['strEdit'] . '" />';
if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') {
$edit_str .= ' ' . $GLOBALS['strEdit'] . '</div>';
}
}
} // end if (1.2.1)
 
if ($table == $GLOBALS['cfg']['Bookmark']['table'] && $db == $GLOBALS['cfg']['Bookmark']['db'] && isset($row[1]) && isset($row[0])) {
$bookmark_go = '<a href="import.php?'
. PMA_generate_common_url($row[1], '')
. '&amp;id_bookmark=' . $row[0]
. '&amp;action_bookmark=0'
. '&amp;action_bookmark_all=1'
. '&amp;SQL=' . $GLOBALS['strExecuteBookmarked']
.' " title="' . $GLOBALS['strExecuteBookmarked'] . '">';
 
if ($GLOBALS['cfg']['PropertiesIconic'] === FALSE) {
$bookmark_go .= $GLOBALS['strExecuteBookmarked'];
} else {
$bookmark_go .= $iconic_spacer . '<img class="icon" width="16" height="16" src="' . $GLOBALS['pmaThemeImage'] . 'b_bookmark.png" alt="' . $GLOBALS['strExecuteBookmarked'] . '" title="' . $GLOBALS['strExecuteBookmarked'] . '" />';
if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') {
$bookmark_go .= ' ' . $GLOBALS['strExecuteBookmarked'] . '</div>';
}
}
 
$bookmark_go .= '</a>';
} else {
$bookmark_go = '';
}
 
// 1.2.2 Delete/Kill link(s)
if ($is_display['del_lnk'] == 'dr') { // delete row case
$lnk_goto = 'sql.php'
. '?' . str_replace('&amp;', '&', $url_query)
. '&sql_query=' . urlencode($url_sql_query)
. '&zero_rows=' . urlencode(htmlspecialchars($GLOBALS['strDeleted']))
. '&goto=' . (empty($goto) ? 'tbl_properties.php' : $goto);
$del_query = urlencode('DELETE FROM ' . PMA_backquote($table) . ' WHERE') . $uva_condition . '+LIMIT+1';
$del_url = 'sql.php'
. '?' . $url_query
. '&amp;sql_query=' . $del_query
. '&amp;zero_rows=' . urlencode(htmlspecialchars($GLOBALS['strDeleted']))
. '&amp;goto=' . urlencode($lnk_goto);
$js_conf = 'DELETE FROM ' . PMA_jsFormat($table)
. ' WHERE ' . trim(PMA_jsFormat(urldecode($uva_condition), FALSE))
. ' LIMIT 1';
if ($GLOBALS['cfg']['PropertiesIconic'] === FALSE) {
$del_str = $GLOBALS['strDelete'];
} else {
$del_str = $iconic_spacer . '<img class="icon" width="16" height="16" src="' . $GLOBALS['pmaThemeImage'] . 'b_drop.png" alt="' . $GLOBALS['strDelete'] . '" title="' . $GLOBALS['strDelete'] . '" />';
if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') {
$del_str .= ' ' . $GLOBALS['strDelete'] . '</div>';
}
}
} elseif ($is_display['del_lnk'] == 'kp') { // kill process case
$lnk_goto = 'sql.php'
. '?' . str_replace('&amp;', '&', $url_query)
. '&sql_query=' . urlencode($url_sql_query)
. '&goto=main.php';
$del_url = 'sql.php?'
. PMA_generate_common_url('mysql')
. '&amp;sql_query=' . urlencode('KILL ' . $row[0])
. '&amp;goto=' . urlencode($lnk_goto);
$del_query = urlencode('KILL ' . $row[0]);
$js_conf = 'KILL ' . $row[0];
if ($GLOBALS['cfg']['PropertiesIconic'] === FALSE) {
$del_str = $GLOBALS['strKill'];
} else {
$del_str = $iconic_spacer . '<img class="icon" width="16" height="16" src="' . $GLOBALS['pmaThemeImage'] . 'b_drop.png" alt="' . $GLOBALS['strKill'] . '" title="' . $GLOBALS['strKill'] . '" />';
if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') {
$del_str .= ' ' . $GLOBALS['strKill'] . '</div>';
}
}
} // end if (1.2.2)
 
// 1.3 Displays the links at left if required
if ($GLOBALS['cfg']['ModifyDeleteAtLeft']
&& ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped')) {
$doWriteModifyAt = 'left';
require('./libraries/display_tbl_links.lib.php');
} // end if (1.3)
} // end if (1)
 
// 2. Displays the rows' values
for ($i = 0; $i < $fields_cnt; ++$i) {
$meta = $fields_meta[$i];
// loic1: To fix bug #474943 under php4, the row pointer will
// depend on whether the "is_null" php4 function is
// available or not
$pointer = (function_exists('is_null') ? $i : $meta->name);
// garvin: See if this column should get highlight because it's used in the
// where-query.
if (isset($highlight_columns) && (isset($highlight_columns[$meta->name]) || isset($highlight_columns[PMA_backquote($meta->name)]))) {
$column_style = ' style="border: 1px solid ' . $GLOBALS['cfg']['BrowseMarkerColor'] . '" ';
} else {
$column_style = '';
}
 
if ($disp_direction == 'vertical' && (!isset($GLOBALS['printview']) || ($GLOBALS['printview'] != '1'))) {
if ($GLOBALS['cfg']['BrowsePointerColor'] == TRUE) {
$column_style .= ' onmouseover="setVerticalPointer(this, ' . $row_no . ', \'over\', \'' . $GLOBALS['cfg']['BgcolorOne'] . '\', \'' . $GLOBALS['cfg']['BgcolorTwo'] . '\', \'' . $GLOBALS['cfg']['BrowsePointerColor'] . '\', \'' . $GLOBALS['cfg']['BrowseMarkerColor'] . '\');"'
. ' onmouseout="setVerticalPointer(this, ' . $row_no . ', \'out\', \'' . $GLOBALS['cfg']['BgcolorOne'] . '\', \'' . $GLOBALS['cfg']['BgcolorTwo'] . '\', \'' . $GLOBALS['cfg']['BrowsePointerColor'] . '\', \'' . $GLOBALS['cfg']['BrowseMarkerColor'] . '\');" ';
}
if ($GLOBALS['cfg']['BrowseMarkerEnable'] == TRUE) {
$column_style .= ' onmousedown="setVerticalPointer(this, ' . $row_no . ', \'click\', \'' . $GLOBALS['cfg']['BgcolorOne'] . '\', \'' . $GLOBALS['cfg']['BgcolorTwo'] . '\', \'' . $GLOBALS['cfg']['BrowsePointerColor'] . '\', \'' . $GLOBALS['cfg']['BrowseMarkerColor'] . '\'); setCheckboxColumn(\'id_rows_to_delete' . $row_no . '\');" ';
} else {
$column_style .= ' onmousedown="setCheckboxColumn(\'id_rows_to_delete' . $row_no . '\');" ';
}
}// end if
 
// garvin: Wrap MIME-transformations. [MIME]
$default_function = 'default_function'; // default_function
$transform_function = $default_function;
$transform_options = array();
 
if ($GLOBALS['cfgRelation']['mimework'] && $GLOBALS['cfg']['BrowseMIME']) {
 
if (isset($GLOBALS['mime_map'][$meta->name]['mimetype']) && isset($GLOBALS['mime_map'][$meta->name]['transformation']) && !empty($GLOBALS['mime_map'][$meta->name]['transformation'])) {
$include_file = PMA_sanitizeTransformationFile($GLOBALS['mime_map'][$meta->name]['transformation']);
 
if (file_exists('./libraries/transformations/' . $include_file)) {
$transformfunction_name = preg_replace('@(\.inc\.php3?)$@i', '', $GLOBALS['mime_map'][$meta->name]['transformation']);
 
require_once('./libraries/transformations/' . $include_file);
 
if (function_exists('PMA_transformation_' . $transformfunction_name)) {
$transform_function = 'PMA_transformation_' . $transformfunction_name;
$transform_options = PMA_transformation_getOptions((isset($GLOBALS['mime_map'][$meta->name]['transformation_options']) ? $GLOBALS['mime_map'][$meta->name]['transformation_options'] : ''));
$meta->mimetype = str_replace('_', '/', $GLOBALS['mime_map'][$meta->name]['mimetype']);
}
} // end if file_exists
} // end if transformation is set
} // end if mime/transformation works.
 
$transform_options['wrapper_link'] = '?'
. (isset($url_query) ? $url_query : '')
. '&amp;primary_key=' . (isset($uva_condition) ? $uva_condition : '')
. '&amp;sql_query=' . (isset($sql_query) ? urlencode($url_sql_query) : '')
. '&amp;goto=' . (isset($sql_goto) ? urlencode($lnk_goto) : '')
. '&amp;transform_key=' . urlencode($meta->name);
 
 
// n u m e r i c
if ($meta->numeric == 1) {
 
 
// lem9: if two fields have the same name (this is possible
// with self-join queries, for example), using $meta->name
// will show both fields NULL even if only one is NULL,
// so use the $pointer
// (works only if function_exists('is_null')
// PS: why not always work with the number ($i), since
// the default second parameter of
// mysql_fetch_array() is MYSQL_BOTH, so we always get
// associative and numeric indices?
 
//if (!isset($row[$meta->name])
if (!isset($row[$i]) || is_null($row[$i])) {
$vertical_display['data'][$row_no][$i] = ' <td align="right"' . $column_style . $bgcolor . '><i>NULL</i></td>' . "\n";
} elseif ($row[$i] != '') {
$vertical_display['data'][$row_no][$i] = ' <td align="right"' . $column_style . $bgcolor . ' class="nowrap">';
 
if (isset($analyzed_sql[0]['select_expr']) && is_array($analyzed_sql[0]['select_expr'])) {
foreach ($analyzed_sql[0]['select_expr'] AS $select_expr_position => $select_expr) {
$alias = $analyzed_sql[0]['select_expr'][$select_expr_position]['alias'];
if (isset($alias) && strlen($alias)) {
$true_column = $analyzed_sql[0]['select_expr'][$select_expr_position]['column'];
if ($alias == $meta->name) {
$meta->name = $true_column;
} // end if
} // end if
} // end while
}
 
if (isset($map[$meta->name])) {
// Field to display from the foreign table?
if (isset($map[$meta->name][2]) && strlen($map[$meta->name][2])) {
$dispsql = 'SELECT ' . PMA_backquote($map[$meta->name][2])
. ' FROM ' . PMA_backquote($map[$meta->name][3]) . '.' . PMA_backquote($map[$meta->name][0])
. ' WHERE ' . PMA_backquote($map[$meta->name][1])
. ' = ' . $row[$i];
$dispresult = PMA_DBI_try_query($dispsql, null, PMA_DBI_QUERY_STORE);
if ($dispresult && PMA_DBI_num_rows($dispresult) > 0) {
list($dispval) = PMA_DBI_fetch_row($dispresult, 0);
} else {
$dispval = $GLOBALS['strLinkNotFound'];
}
@PMA_DBI_free_result($dispresult);
} else {
$dispval = '';
} // end if... else...
 
if (isset($GLOBALS['printview']) && $GLOBALS['printview'] == '1') {
$vertical_display['data'][$row_no][$i] .= ($transform_function != $default_function ? $transform_function($row[$i], $transform_options, $meta) : $transform_function($row[$i], array(), $meta)) . ' <code>[-&gt;' . $dispval . ']</code>';
} else {
$title = (!empty($dispval))? ' title="' . htmlspecialchars($dispval) . '"' : '';
 
$vertical_display['data'][$row_no][$i] .= '<a href="sql.php?'
. PMA_generate_common_url($map[$meta->name][3], $map[$meta->name][0])
. '&amp;pos=0&amp;session_max_rows=' . $session_max_rows . '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode('SELECT * FROM ' . PMA_backquote($map[$meta->name][0]) . ' WHERE ' . PMA_backquote($map[$meta->name][1]) . ' = ' . $row[$i]) . '"' . $title . '>'
. ($transform_function != $default_function ? $transform_function($row[$i], $transform_options, $meta) : $transform_function($row[$i], array(), $meta)) . '</a>';
}
} else {
$vertical_display['data'][$row_no][$i] .= ($transform_function != $default_function ? $transform_function($row[$i], $transform_options, $meta) : $transform_function($row[$i], array(), $meta));
}
$vertical_display['data'][$row_no][$i] .= '</td>' . "\n";
} else {
$vertical_display['data'][$row_no][$i] = ' <td align="right"' . $column_style . $bgcolor . ' class="nowrap">&nbsp;</td>' . "\n";
}
 
// b l o b
 
} elseif ($GLOBALS['cfg']['ShowBlob'] == FALSE && stristr($meta->type, 'BLOB')) {
// loic1 : PMA_mysql_fetch_fields returns BLOB in place of
// TEXT fields type, however TEXT fields must be displayed
// even if $GLOBALS['cfg']['ShowBlob'] is false -> get the true type
// of the fields.
$field_flags = PMA_DBI_field_flags($dt_result, $i);
if (stristr($field_flags, 'BINARY')) {
$blobtext = '[BLOB';
if (!isset($row[$i]) || is_null($row[$i])) {
$blobtext .= ' - NULL';
$blob_size = 0;
} elseif (isset($row[$i])) {
$blob_size = strlen($row[$i]);
$display_blob_size = PMA_formatByteDown($blob_size, 3, 1);
$blobtext .= ' - '. $display_blob_size[0] . ' ' . $display_blob_size[1];
unset($display_blob_size);
}
 
$blobtext .= ']';
if (strpos($transform_function, 'octetstream')) {
$blobtext = $row[$i];
}
if ($blob_size > 0) {
$blobtext = ($default_function != $transform_function ? $transform_function($blobtext, $transform_options, $meta) : $default_function($blobtext, array(), $meta));
}
unset($blob_size);
 
$vertical_display['data'][$row_no][$i] = ' <td align="left"' . $column_style . $bgcolor . '>' . $blobtext . '</td>';
} else {
if (!isset($row[$i]) || is_null($row[$i])) {
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '><i>NULL</i></td>' . "\n";
} elseif ($row[$i] != '') {
// garvin: if a transform function for blob is set, none of these replacements will be made
if (PMA_strlen($row[$i]) > $GLOBALS['cfg']['LimitChars'] && ($dontlimitchars != 1)) {
$row[$i] = PMA_substr($row[$i], 0, $GLOBALS['cfg']['LimitChars']) . '...';
}
// loic1: displays all space characters, 4 space
// characters for tabulations and <cr>/<lf>
$row[$i] = ($default_function != $transform_function ? $transform_function($row[$i], $transform_options, $meta) : $default_function($row[$i], array(), $meta));
 
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '>' . $row[$i] . '</td>' . "\n";
} else {
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '>&nbsp;</td>' . "\n";
}
}
} else {
if (!isset($row[$i]) || is_null($row[$i])) {
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '><i>NULL</i></td>' . "\n";
} elseif ($row[$i] != '') {
// loic1: support blanks in the key
$relation_id = $row[$i];
 
// nijel: Cut all fields to $GLOBALS['cfg']['LimitChars']
if (PMA_strlen($row[$i]) > $GLOBALS['cfg']['LimitChars'] && ($dontlimitchars != 1)) {
$row[$i] = PMA_substr($row[$i], 0, $GLOBALS['cfg']['LimitChars']) . '...';
}
 
// loic1: displays special characters from binaries
$field_flags = PMA_DBI_field_flags($dt_result, $i);
if (stristr($field_flags, 'BINARY')) {
$row[$i] = str_replace("\x00", '\0', $row[$i]);
$row[$i] = str_replace("\x08", '\b', $row[$i]);
$row[$i] = str_replace("\x0a", '\n', $row[$i]);
$row[$i] = str_replace("\x0d", '\r', $row[$i]);
$row[$i] = str_replace("\x1a", '\Z', $row[$i]);
$row[$i] = ($default_function != $transform_function ? $transform_function($row[$i], $transform_options, $meta) : $default_function($row[$i], array(), $meta));
}
// loic1: displays all space characters, 4 space
// characters for tabulations and <cr>/<lf>
else {
$row[$i] = ($default_function != $transform_function ? $transform_function($row[$i], $transform_options, $meta) : $default_function($row[$i], array(), $meta));
}
 
// garvin: transform functions may enable nowrapping:
$function_nowrap = $transform_function . '_nowrap';
$bool_nowrap = (($default_function != $transform_function && function_exists($function_nowrap)) ? $function_nowrap($transform_options) : false);
 
// loic1: do not wrap if date field type
$nowrap = ((preg_match('@DATE|TIME@i', $meta->type) || $bool_nowrap) ? ' nowrap="nowrap"' : '');
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . $nowrap . '>';
 
if (isset($analyzed_sql[0]['select_expr']) && is_array($analyzed_sql[0]['select_expr'])) {
foreach ($analyzed_sql[0]['select_expr'] AS $select_expr_position => $select_expr) {
$alias = $analyzed_sql[0]['select_expr'][$select_expr_position]['alias'];
if (isset($alias) && strlen($alias)) {
$true_column = $analyzed_sql[0]['select_expr'][$select_expr_position]['column'];
if ($alias == $meta->name) {
$meta->name = $true_column;
} // end if
} // end if
} // end while
}
 
if (isset($map[$meta->name])) {
// Field to display from the foreign table?
if (isset($map[$meta->name][2]) && strlen($map[$meta->name][2])) {
$dispsql = 'SELECT ' . PMA_backquote($map[$meta->name][2])
. ' FROM ' . PMA_backquote($map[$meta->name][3]) . '.' . PMA_backquote($map[$meta->name][0])
. ' WHERE ' . PMA_backquote($map[$meta->name][1])
. ' = \'' . PMA_sqlAddslashes($row[$i]) . '\'';
$dispresult = PMA_DBI_try_query($dispsql, null, PMA_DBI_QUERY_STORE);
if ($dispresult && PMA_DBI_num_rows($dispresult) > 0) {
list($dispval) = PMA_DBI_fetch_row($dispresult);
@PMA_DBI_free_result($dispresult);
} else {
$dispval = $GLOBALS['strLinkNotFound'];
}
} else {
$dispval = '';
}
$title = (!empty($dispval))? ' title="' . htmlspecialchars($dispval) . '"' : '';
 
$vertical_display['data'][$row_no][$i] .= '<a href="sql.php?'
. PMA_generate_common_url($map[$meta->name][3], $map[$meta->name][0])
. '&amp;pos=0&amp;session_max_rows=' . $session_max_rows . '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode('SELECT * FROM ' . PMA_backquote($map[$meta->name][0]) . ' WHERE ' . PMA_backquote($map[$meta->name][1]) . ' = \'' . PMA_sqlAddslashes($relation_id) . '\'') . '"' . $title . '>'
. $row[$i] . '</a>';
} else {
$vertical_display['data'][$row_no][$i] .= $row[$i];
}
$vertical_display['data'][$row_no][$i] .= '</td>' . "\n";
} else {
$vertical_display['data'][$row_no][$i] = ' <td' . $column_style . $bgcolor . '>&nbsp;</td>' . "\n";
}
}
 
// lem9: output stored cell
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
echo $vertical_display['data'][$row_no][$i];
}
 
if (isset($vertical_display['rowdata'][$i][$row_no])) {
$vertical_display['rowdata'][$i][$row_no] .= $vertical_display['data'][$row_no][$i];
} else {
$vertical_display['rowdata'][$i][$row_no] = $vertical_display['data'][$row_no][$i];
}
} // end for (2)
 
// 3. Displays the modify/delete links on the right if required
if ($GLOBALS['cfg']['ModifyDeleteAtRight']
&& ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped')) {
$doWriteModifyAt = 'right';
require('./libraries/display_tbl_links.lib.php');
} // end if (3)
 
if ($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') {
?>
</tr>
<?php
} // end if
 
// 4. Gather links of del_urls and edit_urls in an array for later
// output
if (!isset($vertical_display['edit'][$row_no])) {
$vertical_display['edit'][$row_no] = '';
$vertical_display['delete'][$row_no] = '';
$vertical_display['row_delete'][$row_no] = '';
}
 
$column_style_vertical = '';
if ($GLOBALS['cfg']['BrowsePointerEnable'] == TRUE) {
$column_style_vertical .= ' onmouseover="setVerticalPointer(this, ' . $row_no . ', \'over\', \'' . $GLOBALS['cfg']['BgcolorOne'] . '\', \'' . $GLOBALS['cfg']['BgcolorTwo'] . '\', \'' . $GLOBALS['cfg']['BrowsePointerColor'] . '\', \'' . $GLOBALS['cfg']['BrowseMarkerColor'] . '\');"'
. ' onmouseout="setVerticalPointer(this, ' . $row_no . ', \'out\', \'' . $GLOBALS['cfg']['BgcolorOne'] . '\', \'' . $GLOBALS['cfg']['BgcolorTwo'] . '\', \'' . $GLOBALS['cfg']['BrowsePointerColor'] . '\', \'' . $GLOBALS['cfg']['BrowseMarkerColor'] . '\');"';
}
$column_marker_vertical = '';
if ($GLOBALS['cfg']['BrowseMarkerEnable'] == TRUE) {
$column_marker_vertical .= 'setVerticalPointer(this, ' . $row_no . ', \'click\', \'' . $GLOBALS['cfg']['BgcolorOne'] . '\', \'' . $GLOBALS['cfg']['BgcolorTwo'] . '\', \'' . $GLOBALS['cfg']['BrowsePointerColor'] . '\', \'' . $GLOBALS['cfg']['BrowseMarkerColor'] . '\');';
}
 
if (!empty($del_url) && $is_display['del_lnk'] != 'kp') {
$vertical_display['row_delete'][$row_no] .= ' <td align="center" ' . $bgcolor . $column_style_vertical . '>' . "\n"
. ' <input type="checkbox" id="id_rows_to_delete' . $row_no . '[%_PMA_CHECKBOX_DIR_%]" name="rows_to_delete[' . $uva_condition . ']"'
. ' onclick="' . $column_marker_vertical . 'copyCheckboxesRange(\'rowsDeleteForm\', \'id_rows_to_delete' . $row_no . '\',\'[%_PMA_CHECKBOX_DIR_%]\');"'
. ' value="' . $del_query . '" ' . (isset($GLOBALS['checkall']) ? 'checked="checked"' : '') . ' />' . "\n"
. ' </td>' . "\n";
} else {
unset($vertical_display['row_delete'][$row_no]);
}
 
if (isset($edit_url)) {
$vertical_display['edit'][$row_no] .= ' <td align="center"' . $bgcolor . $column_style_vertical . '>' . "\n"
. PMA_linkOrButton($edit_url, $edit_str, array(), FALSE)
. $bookmark_go
. ' </td>' . "\n";
} else {
unset($vertical_display['edit'][$row_no]);
}
 
if (isset($del_url)) {
$vertical_display['delete'][$row_no] .= ' <td align="center"' . $bgcolor . $column_style_vertical . '>' . "\n"
. PMA_linkOrButton($del_url, $del_str, (isset($js_conf) ? $js_conf : ''), FALSE)
. ' </td>' . "\n";
} else {
unset($vertical_display['delete'][$row_no]);
}
 
echo (($disp_direction == 'horizontal' || $disp_direction == 'horizontalflipped') ? "\n" : '');
$row_no++;
} // end while
 
if (isset($url_query)) {
$GLOBALS['url_query'] = $url_query;
}
 
return TRUE;
} // end of the 'PMA_displayTableBody()' function
 
 
/**
* Do display the result table with the vertical direction mode.
* Credits for this feature goes to Garvin Hicking <hicking@faktor-e.de>.
*
* @return boolean always true
*
* @global array $vertical_display the information to display
* @global integer $repeat_cells the number of row to display between two
* table headers
*
* @access private
*
* @see PMA_displayTable()
*/
function PMA_displayVerticalTable()
{
global $vertical_display, $repeat_cells;
 
// Displays "multi row delete" link at top if required
if ($GLOBALS['cfg']['ModifyDeleteAtLeft'] && is_array($vertical_display['row_delete']) && (count($vertical_display['row_delete']) > 0 || !empty($vertical_display['textbtn']))) {
echo '<tr>' . "\n";
echo $vertical_display['textbtn'];
$foo_counter = 0;
foreach ($vertical_display['row_delete'] as $val) {
if (($foo_counter != 0) && ($repeat_cells != 0) && !($foo_counter % $repeat_cells)) {
echo '<th>&nbsp;</th>' . "\n";
}
 
echo str_replace('[%_PMA_CHECKBOX_DIR_%]', '', $val);
$foo_counter++;
} // end while
echo '</tr>' . "\n";
} // end if
 
// Displays "edit" link at top if required
if ($GLOBALS['cfg']['ModifyDeleteAtLeft'] && is_array($vertical_display['edit']) && (count($vertical_display['edit']) > 0 || !empty($vertical_display['textbtn']))) {
echo '<tr>' . "\n";
if (!is_array($vertical_display['row_delete'])) {
echo $vertical_display['textbtn'];
}
$foo_counter = 0;
foreach ($vertical_display['edit'] as $val) {
if (($foo_counter != 0) && ($repeat_cells != 0) && !($foo_counter % $repeat_cells)) {
echo ' <th>&nbsp;</th>' . "\n";
}
 
echo $val;
$foo_counter++;
} // end while
echo '</tr>' . "\n";
} // end if
 
// Displays "delete" link at top if required
if ($GLOBALS['cfg']['ModifyDeleteAtLeft'] && is_array($vertical_display['delete']) && (count($vertical_display['delete']) > 0 || !empty($vertical_display['textbtn']))) {
echo '<tr>' . "\n";
if (!is_array($vertical_display['edit']) && !is_array($vertical_display['row_delete'])) {
echo $vertical_display['textbtn'];
}
$foo_counter = 0;
foreach ($vertical_display['delete'] as $val) {
if (($foo_counter != 0) && ($repeat_cells != 0) && !($foo_counter % $repeat_cells)) {
echo '<th>&nbsp;</th>' . "\n";
}
 
echo $val;
$foo_counter++;
} // end while
echo '</tr>' . "\n";
} // end if
 
// Displays data
foreach ($vertical_display['desc'] AS $key => $val) {
 
echo '<tr>' . "\n";
echo $val;
 
$foo_counter = 0;
foreach ($vertical_display['rowdata'][$key] as $subval) {
if (($foo_counter != 0) && ($repeat_cells != 0) and !($foo_counter % $repeat_cells)) {
echo $val;
}
 
echo $subval;
$foo_counter++;
} // end while
 
echo '</tr>' . "\n";
} // end while
 
// Displays "multi row delete" link at bottom if required
if ($GLOBALS['cfg']['ModifyDeleteAtRight'] && is_array($vertical_display['row_delete']) && (count($vertical_display['row_delete']) > 0 || !empty($vertical_display['textbtn']))) {
echo '<tr>' . "\n";
echo $vertical_display['textbtn'];
$foo_counter = 0;
foreach ($vertical_display['row_delete'] as $val) {
if (($foo_counter != 0) && ($repeat_cells != 0) && !($foo_counter % $repeat_cells)) {
echo '<th>&nbsp;</th>' . "\n";
}
 
echo str_replace('[%_PMA_CHECKBOX_DIR_%]', 'r', $val);
$foo_counter++;
} // end while
echo '</tr>' . "\n";
} // end if
 
// Displays "edit" link at bottom if required
if ($GLOBALS['cfg']['ModifyDeleteAtRight'] && is_array($vertical_display['edit']) && (count($vertical_display['edit']) > 0 || !empty($vertical_display['textbtn']))) {
echo '<tr>' . "\n";
if (!is_array($vertical_display['row_delete'])) {
echo $vertical_display['textbtn'];
}
$foo_counter = 0;
foreach ($vertical_display['edit'] as $val) {
if (($foo_counter != 0) && ($repeat_cells != 0) && !($foo_counter % $repeat_cells)) {
echo '<th>&nbsp;</th>' . "\n";
}
 
echo $val;
$foo_counter++;
} // end while
echo '</tr>' . "\n";
} // end if
 
// Displays "delete" link at bottom if required
if ($GLOBALS['cfg']['ModifyDeleteAtRight'] && is_array($vertical_display['delete']) && (count($vertical_display['delete']) > 0 || !empty($vertical_display['textbtn']))) {
echo '<tr>' . "\n";
if (!is_array($vertical_display['edit']) && !is_array($vertical_display['row_delete'])) {
echo $vertical_display['textbtn'];
}
$foo_counter = 0;
foreach ($vertical_display['delete'] as $val) {
if (($foo_counter != 0) && ($repeat_cells != 0) && !($foo_counter % $repeat_cells)) {
echo '<th>&nbsp;</th>' . "\n";
}
 
echo $val;
$foo_counter++;
} // end while
echo '</tr>' . "\n";
}
 
return TRUE;
} // end of the 'PMA_displayVerticalTable' function
 
 
/**
* Displays a table of results returned by a sql query.
* This function is called by the "sql.php" script.
*
* @param integer the link id associated to the query which results have
* to be displayed
* @param array the display mode
* @param array the analyzed query
*
* @global string $db the database name
* @global string $table the table name
* @global string $goto the url to go back in case of errors
* @global boolean $dontlimitchars whether to limit the number of displayed
* characters of text type fields or not
* @global string $sql_query the current sql query
* @global integer $num_rows the total number of rows returned by the
* sql query
* @global integer $unlim_num_rows the total number of rows returned by the
* sql query without any programmatically
* appended "LIMIT" clause
* @global integer $pos the current postion of the first record
* to be displayed
* @global array $fields_meta the list of fields properties
* @global integer $fields_cnt the total number of fields returned by
* the sql query
* @global array $vertical_display informations used with vertical display
* mode
* @global string $disp_direction the display mode
* (horizontal/vertical/horizontalflipped)
* @global integer $repeat_cells the number of row to display between two
* table headers
* @global array $highlight_columns collumn names to highlight
* @global array $cfgRelation the relation settings
*
* @access private
*
* @see PMA_showMessage(), PMA_setDisplayMode(),
* PMA_displayTableNavigation(), PMA_displayTableHeaders(),
* PMA_displayTableBody()
*/
function PMA_displayTable(&$dt_result, &$the_disp_mode, $analyzed_sql)
{
global $db, $table, $goto, $dontlimitchars;
global $sql_query, $num_rows, $unlim_num_rows, $pos, $fields_meta, $fields_cnt;
global $vertical_display, $disp_direction, $repeat_cells, $highlight_columns;
global $cfgRelation;
 
// 1. ----- Prepares the work -----
 
// 1.1 Gets the informations about which functionnalities should be
// displayed
$total = '';
$is_display = PMA_setDisplayMode($the_disp_mode, $total);
if ($total == '') {
unset($total);
}
 
// 1.2 Defines offsets for the next and previous pages
if ($is_display['nav_bar'] == '1') {
if (!isset($pos)) {
$pos = 0;
}
if ($GLOBALS['session_max_rows'] == 'all') {
$pos_next = 0;
$pos_prev = 0;
} else {
$pos_next = $pos + $GLOBALS['cfg']['MaxRows'];
$pos_prev = $pos - $GLOBALS['cfg']['MaxRows'];
if ($pos_prev < 0) {
$pos_prev = 0;
}
}
} // end if
 
// 1.3 Urlencodes the query to use in input form fields
$encoded_sql_query = urlencode($sql_query);
 
// 2. ----- Displays the top of the page -----
 
// 2.1 Displays a messages with position informations
if ($is_display['nav_bar'] == '1' && isset($pos_next)) {
if (isset($unlim_num_rows) && $unlim_num_rows != $total) {
$selectstring = ', ' . $unlim_num_rows . ' ' . $GLOBALS['strSelectNumRows'];
} else {
$selectstring = '';
}
$last_shown_rec = ($GLOBALS['session_max_rows'] == 'all' || $pos_next > $total)
? $total - 1
: $pos_next - 1;
PMA_showMessage($GLOBALS['strShowingRecords'] . " $pos - $last_shown_rec (" . PMA_formatNumber( $total, 0 ) . ' ' . $GLOBALS['strTotal'] . $selectstring . ', ' . sprintf($GLOBALS['strQueryTime'], $GLOBALS['querytime']) . ')');
if (PMA_tableIsView($db, $table) && $total == $GLOBALS['cfg']['MaxExactCount']) {
echo '<div class="notice">' . "\n";
echo PMA_sanitize(sprintf($GLOBALS['strViewMaxExactCount'], PMA_formatNumber($GLOBALS['cfg']['MaxExactCount'], 0), '[a@./Documentation.html#cfg_MaxExactCount@_blank]', '[/a]')) . "\n";
echo '</div>' . "\n";
}
} elseif (!isset($GLOBALS['printview']) || $GLOBALS['printview'] != '1') {
PMA_showMessage($GLOBALS['strSQLQuery']);
}
 
// 2.3 Displays the navigation bars
if (!isset($table) || strlen(trim($table)) == 0) {
if (isset($analyzed_sql[0]['query_type'])
&& $analyzed_sql[0]['query_type'] == 'SELECT') {
// table does not always contain a real table name,
// for example in MySQL 5.0.x, the query SHOW STATUS
// returns STATUS as a table name
$table = $fields_meta[0]->table;
} else {
$table = '';
}
}
if ($is_display['nav_bar'] == '1') {
PMA_displayTableNavigation($pos_next, $pos_prev, $encoded_sql_query);
echo "\n";
} elseif (!isset($GLOBALS['printview']) || $GLOBALS['printview'] != '1') {
echo "\n" . '<br /><br />' . "\n";
}
 
// 2b ----- Get field references from Database -----
// (see the 'relation' config variable)
// loic1, 2002-03-02: extended to php3
 
// init map
$map = array();
 
// find tables
$target=array();
if (isset($analyzed_sql[0]['table_ref']) && is_array($analyzed_sql[0]['table_ref'])) {
foreach ($analyzed_sql[0]['table_ref'] AS $table_ref_position => $table_ref) {
$target[] = $analyzed_sql[0]['table_ref'][$table_ref_position]['table_true_name'];
}
}
$tabs = '(\'' . join('\',\'', $target) . '\')';
 
if ($cfgRelation['displaywork']) {
if (! isset($table) || ! strlen($table)) {
$exist_rel = FALSE;
} else {
$exist_rel = PMA_getForeigners($db, $table, '', 'both');
if ($exist_rel) {
foreach ($exist_rel AS $master_field => $rel) {
$display_field = PMA_getDisplayField($rel['foreign_db'], $rel['foreign_table']);
$map[$master_field] = array($rel['foreign_table'],
$rel['foreign_field'],
$display_field,
$rel['foreign_db']);
} // end while
} // end if
} // end if
} // end if
// end 2b
 
// 3. ----- Displays the results table -----
PMA_displayTableHeaders($is_display, $fields_meta, $fields_cnt, $analyzed_sql);
$url_query='';
echo '<tbody>' . "\n";
PMA_displayTableBody($dt_result, $is_display, $map, $analyzed_sql);
echo '</tbody>' . "\n";
// vertical output case
if ($disp_direction == 'vertical') {
PMA_displayVerticalTable();
} // end if
unset($vertical_display);
?>
</table>
 
<?php
// 4. ----- Displays the link for multi-fields delete
 
if ($is_display['del_lnk'] == 'dr' && $is_display['del_lnk'] != 'kp') {
 
$delete_text = $is_display['del_lnk'] == 'dr' ? $GLOBALS['strDelete'] : $GLOBALS['strKill'];
 
$uncheckall_url = 'sql.php?'
. PMA_generate_common_url($db, $table)
. '&amp;sql_query=' . urlencode($sql_query)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $GLOBALS['session_max_rows']
. '&amp;pos=' . $pos
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;goto=' . $goto
. '&amp;dontlimitchars=' . $dontlimitchars;
$checkall_url = $uncheckall_url . '&amp;checkall=1';
 
if ( $disp_direction == 'vertical' ) {
$checkall_params['onclick'] = 'if ( setCheckboxes(\'rowsDeleteForm\', true) ) return false;';
$uncheckall_params['onclick'] = 'if ( setCheckboxes(\'rowsDeleteForm\', false) ) return false;';
} else {
$checkall_params['onclick'] = 'if ( markAllRows(\'rowsDeleteForm\') ) return false;';
$uncheckall_params['onclick'] = 'if ( unMarkAllRows(\'rowsDeleteForm\') ) return false;';
}
$checkall_link = PMA_linkOrButton( $checkall_url, $GLOBALS['strCheckAll'], $checkall_params, false );
$uncheckall_link = PMA_linkOrButton( $uncheckall_url, $GLOBALS['strUncheckAll'], $uncheckall_params, false );
if ( $disp_direction != 'vertical' ) {
echo '<img class="selectallarrow" width="38" height="22"'
.' src="' . $GLOBALS['pmaThemeImage'] . 'arrow_' . $GLOBALS['text_dir'] . '.png' . '"'
.' alt="' . $GLOBALS['strWithChecked'] . '" />';
}
echo $checkall_link . "\n"
.' / ' . "\n"
.$uncheckall_link . "\n"
.'<i>' . $GLOBALS['strWithChecked'] . '</i>' . "\n";
 
if ( $GLOBALS['cfg']['PropertiesIconic'] ) {
PMA_buttonOrImage('submit_mult', 'mult_submit',
'submit_mult_change', $GLOBALS['strChange'], 'b_edit.png');
PMA_buttonOrImage('submit_mult', 'mult_submit',
'submit_mult_delete', $delete_text, 'b_drop.png');
if ($analyzed_sql[0]['querytype'] == 'SELECT') {
PMA_buttonOrImage('submit_mult', 'mult_submit',
'submit_mult_export', $GLOBALS['strExport'],
'b_tblexport.png');
}
echo "\n";
} else {
echo ' <input type="submit" name="submit_mult"'
.' value="' . htmlspecialchars($GLOBALS['strEdit']) . '"'
.' title="' . $GLOBALS['strEdit'] . '" />' . "\n";
echo ' <input type="submit" name="submit_mult"'
.' value="' . htmlspecialchars($delete_text) . '"'
.' title="' . $delete_text . '" />' . "\n";
if ($analyzed_sql[0]['querytype'] == 'SELECT') {
echo ' <input type="submit" name="submit_mult"'
.' value="' . htmlspecialchars($GLOBALS['strExport']) . '"'
.' title="' . $GLOBALS['strExport'] . '" />' . "\n";
}
}
echo '<input type="hidden" name="sql_query"'
.' value="' . htmlspecialchars($sql_query) . '" />' . "\n";
echo '<input type="hidden" name="pos" value="' . $pos . '" />' . "\n";
echo '<input type="hidden" name="url_query"'
.' value="' . $GLOBALS['url_query'] . '" />' . "\n";
echo '</form>' . "\n";
}
 
// 5. ----- Displays the navigation bar at the bottom if required -----
 
if ($is_display['nav_bar'] == '1') {
echo '<br />' . "\n";
PMA_displayTableNavigation($pos_next, $pos_prev, $encoded_sql_query);
} elseif (!isset($GLOBALS['printview']) || $GLOBALS['printview'] != '1') {
echo "\n" . '<br /><br />' . "\n";
}
} // end of the 'PMA_displayTable()' function
 
function default_function($buffer) {
$buffer = htmlspecialchars($buffer);
$buffer = str_replace("\011", ' &nbsp;&nbsp;&nbsp;',
str_replace(' ', ' &nbsp;', $buffer));
$buffer = preg_replace("@((\015\012)|(\015)|(\012))@", '<br />', $buffer);
 
return $buffer;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/display_tbl_links.lib.php
0,0 → 1,51
<?php
/* $Id: display_tbl_links.lib.php,v 2.13 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// modified 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de>
// - bugfix for select all checkboxes
// - copy right to left (or left to right) if user click on a check box
// - reversed the right modify links: 1. drop, 2. edit, 3. checkbox
// - also changes made in js/functions.js
 
if ( $doWriteModifyAt == 'left' ){
 
if (!empty($del_url) && $is_display['del_lnk'] != 'kp') {
echo ' <td align="center">' . "\n"
. ' <input type="checkbox" id="id_rows_to_delete' . $row_no . '" name="rows_to_delete[' . $uva_condition . ']"'
. ' onclick="copyCheckboxesRange(\'rowsDeleteForm\', \'id_rows_to_delete' . $row_no . '\',\'l\');"'
. ' value="' . $del_query . '" ' . (isset($GLOBALS['checkall']) ? 'checked="checked"' : '') . ' />' . "\n"
. ' </td>' . "\n";
}
if (!empty($edit_url)) {
echo ' <td align="center">' . "\n"
. PMA_linkOrButton($edit_url, $edit_str, '', FALSE)
. $bookmark_go
. ' </td>' . "\n";
}
if (!empty($del_url)) {
echo ' <td align="center">' . "\n"
. PMA_linkOrButton($del_url, $del_str, (isset($js_conf) ? $js_conf : ''), FALSE)
. ' </td>' . "\n";
}
} elseif ($doWriteModifyAt == 'right') {
if (!empty($del_url)) {
echo ' <td align="center">' . "\n"
. PMA_linkOrButton($del_url, $del_str, (isset($js_conf) ? $js_conf : ''), FALSE)
. ' </td>' . "\n";
}
if (!empty($edit_url)) {
echo ' <td align="center">' . "\n"
. PMA_linkOrButton($edit_url, $edit_str, '', FALSE)
. $bookmark_go
. ' </td>' . "\n";
}
if (!empty($del_url) && $is_display['del_lnk'] != 'kp') {
echo ' <td align="center">' . "\n"
. ' <input type="checkbox" id="id_rows_to_delete' . $row_no . 'r" name="rows_to_delete[' . $uva_condition . ']"'
. ' onclick="copyCheckboxesRange(\'rowsDeleteForm\', \'id_rows_to_delete' . $row_no . '\',\'r\');"'
. ' value="' . $del_query . '" ' . (isset($GLOBALS['checkall']) ? 'checked="checked"' : '') . ' />' . "\n"
. ' </td>' . "\n";
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/bdb.lib.php
0,0 → 1,70
<?php
/* $Id: bdb.lib.php,v 2.1 2005/12/07 10:28:50 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
class PMA_StorageEngine_bdb extends PMA_StorageEngine
{
/**
* @return array variable names
*/
function getVariables()
{
return array(
'version_bdb' => array(
'title' => $GLOBALS['strVersionInformation'],
),
'bdb_cache_size' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'bdb_home' => array(
),
'bdb_log_buffer_size' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'bdb_logdir' => array(
),
'bdb_max_lock' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'bdb_shared_data' => array(
),
'bdb_tmpdir' => array(
),
'bdb_data_direct' => array(
),
'bdb_lock_detect' => array(
),
'bdb_log_direct' => array(
),
'bdb_no_recover' => array(
),
'bdb_no_sync' => array(
),
'skip_sync_bdb_logs' => array(
),
'sync_bdb_logs' => array(
),
);
}
 
/**
* @return string LIKE pattern
*/
function getVariablesLikePattern()
{
return '%bdb%';
}
 
/**
* returns string with filename for the MySQL helppage
* about this storage engne
*
* @return string mysql helppage filename
*/
function getMysqlHelpPage()
{
return 'bdb';
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/berkeleydb.lib.php
0,0 → 1,11
<?php
/* $Id: berkeleydb.lib.php,v 2.1 2005/12/07 10:28:50 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
include_once './libraries/engines/bdb.lib.php';
 
class PMA_StorageEngine_berkeleydb extends PMA_StorageEngine_bdb
{
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/binlog.lib.php
0,0 → 1,19
<?php
/* $Id: binlog.lib.php,v 1.1 2005/12/07 10:55:34 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
class PMA_StorageEngine_binlog extends PMA_StorageEngine
{
/**
* returns string with filename for the MySQL helppage
* about this storage engne
*
* @return string mysql helppage filename
*/
function getMysqlHelpPage()
{
return 'binary-log';
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/innobase.lib.php
0,0 → 1,8
<?php
/* $Id: innobase.lib.php,v 2.0 2005/03/05 13:24:28 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
include_once('./libraries/engines/innodb.lib.php');
class PMA_StorageEngine_innobase extends PMA_StorageEngine_innodb {}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/innodb.lib.php
0,0 → 1,340
<?php
/* $Id: innodb.lib.php,v 2.8 2005/12/07 11:24:38 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
class PMA_StorageEngine_innodb extends PMA_StorageEngine
{
/**
* @uses $GLOBALS['strInnoDBDataHomeDir']
* @uses $GLOBALS['strInnoDBDataHomeDirDesc']
* @uses $GLOBALS['strInnoDBDataFilePath']
* @uses $GLOBALS['strInnoDBAutoextendIncrement']
* @uses $GLOBALS['strInnoDBAutoextendIncrementDesc']
* @uses $GLOBALS['strInnoDBBufferPoolSize']
* @uses $GLOBALS['strInnoDBBufferPoolSizeDesc']
* @uses PMA_ENGINE_DETAILS_TYPE_NUMERIC
* @uses PMA_ENGINE_DETAILS_TYPE_SIZE
* @return array
*/
function getVariables()
{
return array(
'innodb_data_home_dir' => array(
'title' => $GLOBALS['strInnoDBDataHomeDir'],
'desc' => $GLOBALS['strInnoDBDataHomeDirDesc'],
),
'innodb_data_file_path' => array(
'title' => $GLOBALS['strInnoDBDataFilePath'],
),
'innodb_autoextend_increment' => array(
'title' => $GLOBALS['strInnoDBAutoextendIncrement'],
'desc' => $GLOBALS['strInnoDBAutoextendIncrementDesc'],
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_buffer_pool_size' => array(
'title' => $GLOBALS['strInnoDBBufferPoolSize'],
'desc' => $GLOBALS['strInnoDBBufferPoolSizeDesc'],
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'innodb_additional_mem_pool_size' => array(
'title' => 'innodb_additional_mem_pool_size',
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'innodb_buffer_pool_awe_mem_mb' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'innodb_checksums' => array(
),
'innodb_commit_concurrency' => array(
),
'innodb_concurrency_tickets' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_doublewrite' => array(
),
'innodb_fast_shutdown' => array(
),
'innodb_file_io_threads' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_file_per_table' => array(
),
'innodb_flush_log_at_trx_commit' => array(
),
'innodb_flush_method' => array(
),
'innodb_force_recovery' => array(
),
'innodb_lock_wait_timeout' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_locks_unsafe_for_binlog' => array(
),
'innodb_log_arch_dir' => array(
),
'innodb_log_archive' => array(
),
'innodb_log_buffer_size' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'innodb_log_file_size' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'innodb_log_files_in_group' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_log_group_home_dir' => array(
),
'innodb_max_dirty_pages_pct' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_max_purge_lag' => array(
),
'innodb_mirrored_log_groups' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_open_files' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_support_xa' => array(
),
'innodb_sync_spin_loops' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_table_locks' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_thread_concurrency' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'innodb_thread_sleep_delay' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
);
}
 
/**
* @return string SQL query LIKE pattern
*/
function getVariablesLikePattern()
{
return 'innodb\\_%';
}
 
/**
* @uses $this->support
* @uses PMA_ENGINE_SUPPORT_YES
* @uses PMA_MYSQL_INT_VERSION
* @uses $GLOBALS['strBufferPool']
* @uses $GLOBALS['strInnodbStat']
* @return array detail pages
*/
function getInfoPages()
{
if ($this->support < PMA_ENGINE_SUPPORT_YES) {
return array();
}
$pages = array();
if (PMA_MYSQL_INT_VERSION >= 50002) {
$pages['Bufferpool'] = $GLOBALS['strBufferPool'];
}
$pages['Status'] = $GLOBALS['strInnodbStat'];
return $pages;
}
 
/**
* returns html tables with stats over inno db buffer pool
*
* @uses PMA_MYSQL_INT_VERSION
* @uses PMA_DBI_fetch_result()
* @uses PMA_formatNumber()
* @uses PMA_formatByteDown()
* @uses $GLOBALS['number_decimal_separator']
* @uses $GLOBALS['number_thousands_separator']
* @uses $GLOBALS['strBufferPoolUsage']
* @uses $GLOBALS['strTotalUC']
* @uses $GLOBALS['strInnoDBPages']
* @uses $GLOBALS['strFreePages']
* @uses $GLOBALS['strDirtyPages']
* @uses $GLOBALS['strDataPages']
* @uses $GLOBALS['strPagesToBeFlushed']
* @uses $GLOBALS['strBusyPages']
* @uses $GLOBALS['strLatchedPages']
* @uses $GLOBALS['strBufferPoolActivity']
* @uses $GLOBALS['strReadRequests']
* @uses $GLOBALS['strWriteRequests']
* @uses $GLOBALS['strBufferReadMisses']
* @uses $GLOBALS['strBufferWriteWaits']
* @uses $GLOBALS['strBufferReadMissesInPercent']
* @uses $GLOBALS['strBufferWriteWaitsInPercent']
* @uses join()
* @uses htmlspecialchars()
* @uses number_format()
* @return string html table with stats
*/
function getPageBufferpool()
{
if (PMA_MYSQL_INT_VERSION < 50002) {
return false;
}
// rabus: The following query is only possible because we know
// that we are on MySQL 5 here (checked above)!
// side note: I love MySQL 5 for this. :-)
$sql = '
SHOW STATUS
WHERE Variable_name LIKE \'Innodb\\_buffer\\_pool\\_%\'
OR Variable_name = \'Innodb_page_size\';';
$status = PMA_DBI_fetch_result( $sql, 0, 1 );
 
$output = '<table class="data" id="table_innodb_bufferpool_usage">' . "\n"
. ' <caption class="tblHeaders">' . "\n"
. ' ' . $GLOBALS['strBufferPoolUsage'] . "\n"
. ' </caption>' . "\n"
. ' <tfoot>' . "\n"
. ' <tr>' . "\n"
. ' <th colspan="2">' . "\n"
. ' ' . $GLOBALS['strTotalUC'] . "\n"
. ' : ' . PMA_formatNumber(
$status['Innodb_buffer_pool_pages_total'], 0)
. '&nbsp;' . $GLOBALS['strInnoDBPages']
. ' / '
. join('&nbsp;',
PMA_formatByteDown($status['Innodb_buffer_pool_pages_total'] * $status['Innodb_page_size'])) . "\n"
. ' </th>' . "\n"
. ' </tr>' . "\n"
. ' </tfoot>' . "\n"
. ' <tbody>' . "\n"
. ' <tr class="odd">' . "\n"
. ' <th>' . $GLOBALS['strFreePages'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_pages_free'], 0)
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="even">' . "\n"
. ' <th>' . $GLOBALS['strDirtyPages'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_pages_dirty'], 0)
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="odd">' . "\n"
. ' <th>' . $GLOBALS['strDataPages'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_pages_data'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="even">' . "\n"
. ' <th>' . $GLOBALS['strPagesToBeFlushed'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_pages_flushed'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="odd">' . "\n"
. ' <th>' . $GLOBALS['strBusyPages'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_pages_misc'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="even">' . "\n"
. ' <th>' . $GLOBALS['strLatchedPages'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_pages_latched'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' </tbody>' . "\n"
. '</table>' . "\n\n"
. '<table class="data" id="table_innodb_bufferpool_activity">' . "\n"
. ' <caption class="tblHeaders">' . "\n"
. ' ' . $GLOBALS['strBufferPoolActivity'] . "\n"
. ' </caption>' . "\n"
. ' <tbody>' . "\n"
. ' <tr class="odd">' . "\n"
. ' <th>' . $GLOBALS['strReadRequests'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_read_requests'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="even">' . "\n"
. ' <th>' . $GLOBALS['strWriteRequests'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_write_requests'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="odd">' . "\n"
. ' <th>' . $GLOBALS['strBufferReadMisses'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_reads'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="even">' . "\n"
. ' <th>' . $GLOBALS['strBufferWriteWaits'] . '</th>' . "\n"
. ' <td class="value">'
. PMA_formatNumber($status['Innodb_buffer_pool_wait_free'], 0) . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="odd">' . "\n"
. ' <th>' . $GLOBALS['strBufferReadMissesInPercent'] . '</th>' . "\n"
. ' <td class="value">'
. ($status['Innodb_buffer_pool_read_requests'] == 0
? '---'
: htmlspecialchars(number_format($status['Innodb_buffer_pool_reads'] * 100 / $status['Innodb_buffer_pool_read_requests'], 2, $GLOBALS['number_decimal_separator'], $GLOBALS['number_thousands_separator'])) . ' %') . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="even">' . "\n"
. ' <th>' . $GLOBALS['strBufferWriteWaitsInPercent'] . '</th>' . "\n"
. ' <td class="value">'
. ($status['Innodb_buffer_pool_write_requests'] == 0
? '---'
: htmlspecialchars(number_format($status['Innodb_buffer_pool_wait_free'] * 100 / $status['Innodb_buffer_pool_write_requests'], 2, $GLOBALS['number_decimal_separator'], $GLOBALS['number_thousands_separator'])) . ' %') . "\n"
. '</td>' . "\n"
. ' </tr>' . "\n"
. ' </tbody>' . "\n"
. '</table>' . "\n";
return $output;
}
 
/**
* returns InnoDB status
*
* @uses htmlspecialchars()
* @uses PMA_DBI_fetch_value()
* @return string result of SHOW INNODB STATUS inside pre tags
*/
function getPageStatus()
{
return '<pre id="pre_innodb_status">' . "\n"
. htmlspecialchars(PMA_DBI_fetch_value('SHOW INNODB STATUS;')) . "\n"
. '</pre>' . "\n";
}
 
/**
* returns content for page $id
*
* @uses $this->getInfoPages()
* @uses array_key_exists()
* @param string $id page id
* @return string html output
*/
function getPage($id)
{
if ( ! array_key_exists( $id, $this->getInfoPages() ) ) {
return false;
}
 
$id = 'getPage' . $id;
 
return $this->$id();
}
 
/**
* returns string with filename for the MySQL helppage
* about this storage engne
*
* @return string mysql helppage filename
*/
function getMysqlHelpPage()
{
return 'innodb';
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/memory.lib.php
0,0 → 1,24
<?php
/* $Id: memory.lib.php,v 1.1 2005/12/07 10:01:43 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* the MEMORY (HEAP) storage engine
*/
class PMA_StorageEngine_memory extends PMA_StorageEngine
{
/**
* returns array with variable names dedicated to MyISAM storage engine
*
* @return array variable names
*/
function getVariables()
{
return array(
'max_heap_table_size' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
);
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/merge.lib.php
0,0 → 1,9
<?php
/* $Id: merge.lib.php,v 1.1 2005/12/07 10:49:43 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
class PMA_StorageEngine_merge extends PMA_StorageEngine
{
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/mrg_myisam.lib.php
0,0 → 1,21
<?php
/* $Id: mrg_myisam.lib.php,v 1.1 2005/12/07 10:49:43 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
include_once './libraries/engines/merge.lib.php';
 
class PMA_StorageEngine_mrg_myisam extends PMA_StorageEngine_merge
{
/**
* returns string with filename for the MySQL helppage
* about this storage engne
*
* @return string mysql helppage filename
*/
function getMysqlHelpPage()
{
return 'merge';
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/myisam.lib.php
0,0 → 1,59
<?php
/* $Id: myisam.lib.php,v 2.2 2005/12/07 09:51:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* the MyISAM storage engine
*/
class PMA_StorageEngine_myisam extends PMA_StorageEngine
{
/**
* returns array with variable names dedicated to MyISAM storage engine
*
* @return array variable names
*/
function getVariables()
{
return array(
'myisam_data_pointer_size' => array(
'title' => $GLOBALS['strMyISAMDataPointerSize'],
'desc' => $GLOBALS['strMyISAMDataPointerSizeDesc'],
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'myisam_recover_options' => array(
'title' => $GLOBALS['strMyISAMRecoverOptions'],
'desc' => $GLOBALS['strMyISAMRecoverOptionsDesc'],
),
'myisam_max_sort_file_size' => array(
'title' => $GLOBALS['strMyISAMMaxSortFileSize'],
'desc' => $GLOBALS['strMyISAMMaxSortFileSizeDesc'],
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'myisam_max_extra_sort_file_size' => array(
'title' => $GLOBALS['strMyISAMMaxExtraSortFileSize'],
'desc' => $GLOBALS['strMyISAMMaxExtraSortFileSizeDesc'],
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'myisam_repair_threads' => array(
'title' => $GLOBALS['strMyISAMRepairThreads'],
'desc' => $GLOBALS['strMyISAMRepairThreadsDesc'],
'type' => PMA_ENGINE_DETAILS_TYPE_NUMERIC,
),
'myisam_sort_buffer_size' => array(
'title' => $GLOBALS['strMyISAMSortBufferSize'],
'desc' => $GLOBALS['strMyISAMSortBufferSizeDesc'],
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'myisam_stats_method' => array(
),
'delay_key_write' => array(
),
'bulk_insert_buffer_size' => array(
'type' => PMA_ENGINE_DETAILS_TYPE_SIZE,
),
'skip_external_locking' => array(
),
);
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/engines/ndbcluster.lib.php
0,0 → 1,38
<?php
/* $Id: ndbcluster.lib.php,v 1.1 2005/12/07 10:41:35 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
class PMA_StorageEngine_ndbcluster extends PMA_StorageEngine
{
/**
* @return array
*/
function getVariables()
{
return array(
'ndb_connectstring' => array(
),
);
}
 
/**
* @return string SQL query LIKE pattern
*/
function getVariablesLikePattern()
{
return 'ndb\\_%';
}
 
/**
* returns string with filename for the MySQL helppage
* about this storage engne
*
* @return string mysql helppage filename
*/
function getMysqlHelpPage()
{
return 'ndbcluster';
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/export/csv.php
0,0 → 1,183
<?php
/* $Id: csv.php,v 2.9 2006/01/17 17:03:02 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used to build CSV dumps of tables
*/
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text) {
return TRUE;
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter() {
return TRUE;
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader() {
global $what;
global $add_character;
global $export_separator;
global $enclosed;
global $escaped;
 
// Here we just prepare some values for export
if ($what == 'excel') {
$add_character = "\015\012";
$export_separator = isset($GLOBALS['excel_edition']) && $GLOBALS['excel_edition'] == 'mac' ? ';' : ',';
$enclosed = '"';
$escaped = '"';
if (isset($GLOBALS['showexcelnames']) && $GLOBALS['showexcelnames'] == 'yes') {
$GLOBALS['showcsvnames'] = 'yes';
}
} else {
if (empty($add_character)) {
$add_character = $GLOBALS['crlf'];
} else {
$add_character = str_replace('\\r', "\015", $add_character);
$add_character = str_replace('\\n', "\012", $add_character);
$add_character = str_replace('\\t', "\011", $add_character);
} // end if
$export_separator = str_replace('\\t', "\011", $export_separator);
}
return TRUE;
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db) {
return TRUE;
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db) {
return TRUE;
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db) {
return TRUE;
}
 
/**
* Outputs the content of a table in CSV format
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
global $what;
global $add_character;
global $export_separator;
global $enclosed;
global $escaped;
 
// Gets the data from the database
$result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
$fields_cnt = PMA_DBI_num_fields($result);
 
// If required, get fields name at the first line
if (isset($GLOBALS['showcsvnames']) && $GLOBALS['showcsvnames'] == 'yes') {
$schema_insert = '';
for ($i = 0; $i < $fields_cnt; $i++) {
if ($enclosed == '') {
$schema_insert .= stripslashes(PMA_DBI_field_name($result, $i));
} else {
$schema_insert .= $enclosed
. str_replace($enclosed, $escaped . $enclosed, stripslashes(PMA_DBI_field_name($result, $i)))
. $enclosed;
}
$schema_insert .= $export_separator;
} // end for
$schema_insert =trim(substr($schema_insert, 0, -1));
if (!PMA_exportOutputHandler($schema_insert . $add_character)) {
return FALSE;
}
} // end if
 
// Format the data
while ($row = PMA_DBI_fetch_row($result)) {
$schema_insert = '';
for ($j = 0; $j < $fields_cnt; $j++) {
if (!isset($row[$j]) || is_null($row[$j])) {
$schema_insert .= $GLOBALS[$what . '_replace_null'];
} elseif ($row[$j] == '0' || $row[$j] != '') {
// loic1 : always enclose fields
if ($what == 'excel') {
$row[$j] = ereg_replace("\015(\012)?", "\012", $row[$j]);
}
if ($enclosed == '') {
$schema_insert .= $row[$j];
} else {
$schema_insert .= $enclosed
. str_replace($enclosed, $escaped . $enclosed, $row[$j])
. $enclosed;
}
} else {
$schema_insert .= '';
}
if ($j < $fields_cnt-1) {
$schema_insert .= $export_separator;
}
} // end for
 
if (!PMA_exportOutputHandler($schema_insert . $add_character)) {
return FALSE;
}
} // end while
PMA_DBI_free_result($result);
 
return TRUE;
} // end of the 'PMA_getTableCsv()' function
?>
/Web/Maintenance/phpMyAdmin/libraries/export/htmlexcel.php
0,0 → 1,166
<?php
/* $Id: htmlexcel.php,v 1.2.2.1 2006/03/16 13:30:39 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used to build CSV dumps of tables
*/
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text) {
return TRUE;
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter() {
if (!PMA_exportOutputHandler('
</table>
</div>
</body>
</html>
')) {
return FALSE;
}
return TRUE;
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader() {
global $charset, $charset_of_file;
if (!PMA_exportOutputHandler('
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=<?php echo isset($charset_of_file) ? $charset_of_file : $charset; ?>" />
<style id="Classeur1_16681_Styles">
</style>
 
</head>
<body>
 
<div id="Classeur1_16681" align=center x:publishsource="Excel">
 
<table x:str border=0 cellpadding=0 cellspacing=0 width=100% style="border-collapse: collapse">
')) {
return FALSE;
}
 
return TRUE;
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db) {
return TRUE;
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db) {
return TRUE;
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db) {
return TRUE;
}
 
/**
* Outputs the content of a table in CSV format
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
global $what;
 
// Gets the data from the database
$result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
$fields_cnt = PMA_DBI_num_fields($result);
 
// If required, get fields name at the first line
if (isset($GLOBALS[$what . '_shownames']) && $GLOBALS[$what . '_shownames'] == 'yes') {
$schema_insert = '<tr>';
for ($i = 0; $i < $fields_cnt; $i++) {
$schema_insert .= '<td class=xl2216681 nowrap><b>' . htmlspecialchars(stripslashes(PMA_DBI_field_name($result, $i))) . '</b></td>';
} // end for
$schema_insert .= '</tr>';
if (!PMA_exportOutputHandler($schema_insert)) {
return FALSE;
}
} // end if
 
// Format the data
while ($row = PMA_DBI_fetch_row($result)) {
$schema_insert = '<tr>';
for ($j = 0; $j < $fields_cnt; $j++) {
if (!isset($row[$j]) || is_null($row[$j])) {
$value = $GLOBALS[$what . '_replace_null'];
} elseif ($row[$j] == '0' || $row[$j] != '') {
$value = $row[$j];
} else {
$value = '';
}
$schema_insert .= '<td class=xl2216681 nowrap>' . htmlspecialchars($value) . '</td>';
} // end for
$schema_insert .= '</tr>';
if (!PMA_exportOutputHandler($schema_insert)) {
return FALSE;
}
} // end while
PMA_DBI_free_result($result);
 
return TRUE;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/export/htmlword.php
0,0 → 1,323
<?php
/* $Id: htmlword.php,v 1.7 2006/01/19 15:39:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used to build CSV dumps of tables
*/
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text) {
return TRUE;
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter() {
return PMA_exportOutputHandler('</body></html>');
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader() {
global $charset, $charset_of_file;
return PMA_exportOutputHandler('<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html;charset=' . ( isset($charset_of_file) ? $charset_of_file : $charset ) .'" />
</head>
<body>');
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db) {
return PMA_exportOutputHandler('<h1>' . $GLOBALS['strDatabase'] . ' ' . $db . '</h1>');
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db) {
return TRUE;
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db) {
return TRUE;
}
 
/**
* Outputs the content of a table in CSV format
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
{
global $what;
 
if (!PMA_exportOutputHandler('<h2>' . $GLOBALS['strDumpingData'] . ' ' . $table . '</h2>')) {
return FALSE;
}
if (!PMA_exportOutputHandler('<table class="width100" cellspacing="1">')) {
return FALSE;
}
 
// Gets the data from the database
$result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
$fields_cnt = PMA_DBI_num_fields($result);
 
// If required, get fields name at the first line
if (isset($GLOBALS[$what . '_shownames']) && $GLOBALS[$what . '_shownames'] == 'yes') {
$schema_insert = '<tr class="print-category">';
for ($i = 0; $i < $fields_cnt; $i++) {
$schema_insert .= '<td class="print"><b>' . htmlspecialchars(stripslashes(PMA_DBI_field_name($result, $i))) . '</b></td>';
} // end for
$schema_insert .= '</tr>';
if (!PMA_exportOutputHandler($schema_insert)) {
return FALSE;
}
} // end if
 
// Format the data
while ($row = PMA_DBI_fetch_row($result)) {
$schema_insert = '<tr class="print-category">';
for ($j = 0; $j < $fields_cnt; $j++) {
if (!isset($row[$j]) || is_null($row[$j])) {
$value = $GLOBALS[$what . '_replace_null'];
} elseif ($row[$j] == '0' || $row[$j] != '') {
$value = $row[$j];
} else {
$value = '';
}
$schema_insert .= '<td class="print">' . htmlspecialchars($value) . '</td>';
} // end for
$schema_insert .= '</tr>';
if (!PMA_exportOutputHandler($schema_insert)) {
return FALSE;
}
} // end while
PMA_DBI_free_result($result);
if (!PMA_exportOutputHandler('</table>')) {
return FALSE;
}
 
return TRUE;
}
 
function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false)
{
global $cfgRelation;
 
if (!PMA_exportOutputHandler('<h2>' . $GLOBALS['strTableStructure'] . ' ' .$table . '</h2>')) {
return FALSE;
}
 
/**
* Get the unique keys in the table
*/
$keys_query = 'SHOW KEYS FROM ' . PMA_backquote($table) . ' FROM '. PMA_backquote($db);
$keys_result = PMA_DBI_query($keys_query);
$unique_keys = array();
while ($key = PMA_DBI_fetch_assoc($keys_result)) {
if ($key['Non_unique'] == 0) {
$unique_keys[] = $key['Column_name'];
}
}
PMA_DBI_free_result($keys_result);
 
/**
* Gets fields properties
*/
PMA_DBI_select_db($db);
$local_query = 'SHOW FIELDS FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table);
$result = PMA_DBI_query($local_query);
$fields_cnt = PMA_DBI_num_rows($result);
 
// Check if we can use Relations (Mike Beck)
if ($do_relation && !empty($cfgRelation['relation'])) {
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);
 
if ($res_rel && count($res_rel) > 0) {
$have_rel = TRUE;
} else {
$have_rel = FALSE;
}
} else {
$have_rel = FALSE;
} // end if
 
/**
* Displays the table structure
*/
if (!PMA_exportOutputHandler('<table class="width100" cellspacing="1">')) {
return FALSE;
}
 
$columns_cnt = 4;
if ($do_relation && $have_rel) {
$columns_cnt++;
}
if ($do_comments && $cfgRelation['commwork']) {
$columns_cnt++;
}
if ($do_mime && $cfgRelation['mimework']) {
$columns_cnt++;
}
 
$schema_insert = '<tr class="print-category">';
$schema_insert .= '<th class="print">' . htmlspecialchars($GLOBALS['strField']) . '</th>';
$schema_insert .= '<td class="print"><b>' . htmlspecialchars($GLOBALS['strType']) . '</b></td>';
$schema_insert .= '<td class="print"><b>' . htmlspecialchars($GLOBALS['strNull']) . '</b></td>';
$schema_insert .= '<td class="print"><b>' . htmlspecialchars($GLOBALS['strDefault']) . '</b></td>';
if ($do_relation && $have_rel) {
$schema_insert .= '<td class="print"><b>' . htmlspecialchars($GLOBALS['strLinksTo']) . '</b></td>';
}
if ($do_comments && ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100)) {
$schema_insert .= '<td class="print"><b>' . htmlspecialchars($GLOBALS['strComments']) . '</b></td>';
$comments = PMA_getComments($db, $table);
}
if ($do_mime && $cfgRelation['mimework']) {
$schema_insert .= '<td class="print"><b>' . htmlspecialchars('MIME') . '</b></td>';
$mime_map = PMA_getMIME($db, $table, true);
}
$schema_insert .= '</tr>';
 
if (!PMA_exportOutputHandler($schema_insert)) {
return FALSE;
}
 
while ($row = PMA_DBI_fetch_assoc($result)) {
 
$schema_insert = '<tr class="print-category">';
$type = $row['Type'];
// reformat mysql query output - staybyte - 9. June 2001
// loic1: set or enum types: slashes single quotes inside options
if (eregi('^(set|enum)\((.+)\)$', $type, $tmp)) {
$tmp[2] = substr(ereg_replace('([^,])\'\'', '\\1\\\'', ',' . $tmp[2]), 1);
$type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')';
$type_nowrap = '';
 
$binary = 0;
$unsigned = 0;
$zerofill = 0;
} else {
$type_nowrap = ' nowrap="nowrap"';
$type = eregi_replace('BINARY', '', $type);
$type = eregi_replace('ZEROFILL', '', $type);
$type = eregi_replace('UNSIGNED', '', $type);
if (empty($type)) {
$type = '&nbsp;';
}
 
$binary = eregi('BINARY', $row['Type']);
$unsigned = eregi('UNSIGNED', $row['Type']);
$zerofill = eregi('ZEROFILL', $row['Type']);
}
$strAttribute = '&nbsp;';
if ($binary) {
$strAttribute = 'BINARY';
}
if ($unsigned) {
$strAttribute = 'UNSIGNED';
}
if ($zerofill) {
$strAttribute = 'UNSIGNED ZEROFILL';
}
if (!isset($row['Default'])) {
if ($row['Null'] != '') {
$row['Default'] = 'NULL';
}
} else {
$row['Default'] = $row['Default'];
}
 
$fmt_pre = '';
$fmt_post = '';
if (in_array($row['Field'], $unique_keys)) {
$fmt_pre = '<b>' . $fmt_pre;
$fmt_post = $fmt_post . '</b>';
}
if ($row['Key']=='PRI') {
$fmt_pre = '<i>' . $fmt_pre;
$fmt_post = $fmt_post . '</i>';
}
$schema_insert .= '<td class="print">' . $fmt_pre . htmlspecialchars($row['Field']) . $fmt_post . '</td>';
$schema_insert .= '<td class="print">' . htmlspecialchars($type) . '</td>';
$schema_insert .= '<td class="print">' . htmlspecialchars($row['Null'] == '' ? $GLOBALS['strNo'] : $GLOBALS['strYes']) . '</td>';
$schema_insert .= '<td class="print">' . htmlspecialchars(isset($row['Default']) ? $row['Default'] : '') . '</td>';
 
$field_name = $row['Field'];
 
if ($do_relation && $have_rel) {
$schema_insert .= '<td class="print">' . (isset($res_rel[$field_name]) ? htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' (' . $res_rel[$field_name]['foreign_field'] . ')') : '') . '</td>';
}
if ($do_comments && $cfgRelation['commwork']) {
$schema_insert .= '<td class="print">' . ( isset($comments[$field_name]) ? htmlspecialchars($comments[$field_name]) : '') . '</td>';
}
if ($do_mime && $cfgRelation['mimework']) {
$schema_insert .= '<td class="print">' . ( isset($mime_map[$field_name]) ? htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype'])) : '') . '</td>';
}
 
$schema_insert .= '</tr>';
 
if (!PMA_exportOutputHandler($schema_insert)) {
return FALSE;
}
} // end while
PMA_DBI_free_result($result);
 
return PMA_exportOutputHandler('</table>');
}
?>
/Web/Maintenance/phpMyAdmin/libraries/export/latex.php
0,0 → 1,417
<?php
/* $Id: latex.php,v 2.16 2006/01/19 15:39:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used to build dumps of tables
*/
 
/**
* Escapes some special characters for use in TeX/LaTeX
*
* @param string the string to convert
*
* @return string the converted string with escape codes
*
* @access private
*/
function PMA_texEscape($string) {
$escape = array('$', '%', '{', '}', '&', '#', '_', '^');
$cnt_escape = count($escape);
for ($k=0; $k < $cnt_escape; $k++) {
$string = str_replace($escape[$k], '\\' . $escape[$k], $string);
}
return $string;
}
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text) {
return PMA_exportOutputHandler('% ' . $text . $GLOBALS['crlf']);
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter() {
return TRUE;
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader() {
global $crlf;
global $cfg;
 
$head = '% phpMyAdmin LaTeX Dump' . $crlf
. '% version ' . PMA_VERSION . $crlf
. '% http://www.phpmyadmin.net' . $crlf
. '%' . $crlf
. '% ' . $GLOBALS['strHost'] . ': ' . $cfg['Server']['host'];
if (!empty($cfg['Server']['port'])) {
$head .= ':' . $cfg['Server']['port'];
}
$head .= $crlf
. '% ' . $GLOBALS['strGenTime'] . ': ' . PMA_localisedDate() . $crlf
. '% ' . $GLOBALS['strServerVersion'] . ': ' . substr(PMA_MYSQL_INT_VERSION, 0, 1) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 1, 2) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 3) . $crlf
. '% ' . $GLOBALS['strPHPVersion'] . ': ' . phpversion() . $crlf;
return PMA_exportOutputHandler($head);
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db) {
global $crlf;
$head = '% ' . $crlf
. '% ' . $GLOBALS['strDatabase'] . ': ' . (isset($GLOBALS['use_backquotes']) ? PMA_backquote($db) : '\'' . $db . '\''). $crlf
. '% ' . $crlf;
return PMA_exportOutputHandler($head);
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db) {
return TRUE;
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db) {
return TRUE;
}
 
/**
* Outputs the content of a table in LaTeX table/sideways table environment
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
$result = PMA_DBI_try_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
 
$columns_cnt = PMA_DBI_num_fields($result);
for ($i = 0; $i < $columns_cnt; $i++) {
$columns[$i] = PMA_DBI_field_name($result, $i);
}
unset($i);
 
$buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strData'] . ': ' . $table . $crlf . '%' . $crlf
. ' \\begin{longtable}{|';
 
for ($index=0;$index<$columns_cnt;$index++) {
$buffer .= 'l|';
}
$buffer .= '} ' . $crlf ;
 
$buffer .= ' \\hline \\endhead \\hline \\endfoot \\hline ' . $crlf;
if (isset($GLOBALS['latex_caption'])) {
$buffer .= ' \\caption{' . str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_data_caption'])
. '} \\label{' . str_replace('__TABLE__', $table, $GLOBALS['latex_data_label']) . '} \\\\';
}
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
 
// show column names
if (isset($GLOBALS['latex_showcolumns'])) {
$buffer = '\\hline ';
for ($i = 0; $i < $columns_cnt; $i++) {
$buffer .= '\\multicolumn{1}{|c|}{\\textbf{' . PMA_texEscape(stripslashes($columns[$i])) . '}} & ';
}
 
$buffer = substr($buffer, 0, -2) . '\\\\ \\hline \hline ';
if (!PMA_exportOutputHandler($buffer . ' \\endfirsthead ' . $crlf)) {
return FALSE;
}
if (isset($GLOBALS['latex_caption'])) {
if (!PMA_exportOutputHandler('\\caption{' . str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_data_continued_caption']) . '} \\\\ ')) return FALSE;
}
if (!PMA_exportOutputHandler($buffer . '\\endhead \\endfoot' . $crlf)) {
return FALSE;
}
} else {
if (!PMA_exportOutputHandler('\\\\ \hline')) {
return FALSE;
}
}
 
// print the whole table
while ($record = PMA_DBI_fetch_assoc($result)) {
 
$buffer = '';
// print each row
for ($i = 0; $i < $columns_cnt; $i++) {
if ( isset($record[$columns[$i]]) && (!function_exists('is_null') || !is_null($record[$columns[$i]]))) {
$column_value = PMA_texEscape(stripslashes($record[$columns[$i]]));
} else {
$column_value = $GLOBALS['latex_replace_null'];
}
 
// last column ... no need for & character
if ($i == ($columns_cnt - 1)) {
$buffer .= $column_value;
} else {
$buffer .= $column_value . " & ";
}
}
$buffer .= ' \\\\ \\hline ' . $crlf;
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
}
 
$buffer = ' \\end{longtable}' . $crlf;
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
 
PMA_DBI_free_result($result);
return TRUE;
 
} // end getTableLaTeX
 
/**
* Returns $table's structure as LaTeX
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param boolean whether to include relation comments
* @param boolean whether to include column comments
* @param boolean whether to include mime comments
*
* @return bool Whether it suceeded
*
* @access public
*/
// @@@ $strTableStructure
function PMA_exportStructure($db, $table, $crlf, $error_url, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false)
{
global $cfgRelation;
 
/**
* Get the unique keys in the table
*/
$keys_query = 'SHOW KEYS FROM ' . PMA_backquote($table) . ' FROM '. PMA_backquote($db);
$keys_result = PMA_DBI_query($keys_query);
$unique_keys = array();
while ($key = PMA_DBI_fetch_assoc($keys_result)) {
if ($key['Non_unique'] == 0) {
$unique_keys[] = $key['Column_name'];
}
}
PMA_DBI_free_result($keys_result);
/**
* Gets fields properties
*/
PMA_DBI_select_db($db);
$local_query = 'SHOW FIELDS FROM ' . PMA_backquote($db) . '.' . PMA_backquote($table);
$result = PMA_DBI_query($local_query);
$fields_cnt = PMA_DBI_num_rows($result);
 
// Check if we can use Relations (Mike Beck)
if ($do_relation && !empty($cfgRelation['relation'])) {
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);
 
if ($res_rel && count($res_rel) > 0) {
$have_rel = TRUE;
} else {
$have_rel = FALSE;
}
} else {
$have_rel = FALSE;
} // end if
 
/**
* Displays the table structure
*/
$buffer = $crlf . '%' . $crlf . '% ' . $GLOBALS['strStructure'] . ': ' . $table . $crlf . '%' . $crlf
. ' \\begin{longtable}{';
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
 
$columns_cnt = 4;
$alignment = '|l|c|c|c|';
if ($do_relation && $have_rel) {
$columns_cnt++;
$alignment .= 'l|';
}
if ($do_comments && $cfgRelation['commwork']) {
$columns_cnt++;
$alignment .= 'l|';
}
if ($do_mime && $cfgRelation['mimework']) {
$columns_cnt++;
$alignment .='l|';
}
$buffer = $alignment . '} ' . $crlf ;
 
$header = ' \\hline ';
$header .= '\\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strField'] . '}} & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strType'] . '}} & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strNull'] . '}} & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strDefault'] . '}}';
if ($do_relation && $have_rel) {
$header .= ' & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strLinksTo'] . '}}';
}
if ($do_comments && ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100)) {
$header .= ' & \\multicolumn{1}{|c|}{\\textbf{' . $GLOBALS['strComments'] . '}}';
$comments = PMA_getComments($db, $table);
}
if ($do_mime && $cfgRelation['mimework']) {
$header .= ' & \\multicolumn{1}{|c|}{\\textbf{MIME}}';
$mime_map = PMA_getMIME($db, $table, true);
}
 
$local_buffer = PMA_texEscape($table);
 
// Table caption for first page and label
if (isset($GLOBALS['latex_caption'])) {
$buffer .= ' \\caption{'. str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_structure_caption'])
. '} \\label{' . str_replace('__TABLE__', $table, $GLOBALS['latex_structure_label'])
. '} \\\\' . $crlf;
}
$buffer .= $header . ' \\\\ \\hline \\hline' . $crlf . '\\endfirsthead' . $crlf;
// Table caption on next pages
if (isset($GLOBALS['latex_caption'])) {
$buffer .= ' \\caption{'. str_replace('__TABLE__', PMA_texEscape($table), $GLOBALS['latex_structure_continued_caption'])
. '} \\\\ ' . $crlf;
}
$buffer .= $header . ' \\\\ \\hline \\hline \\endhead \\endfoot ';
 
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
 
while ($row = PMA_DBI_fetch_assoc($result)) {
 
$type = $row['Type'];
// reformat mysql query output - staybyte - 9. June 2001
// loic1: set or enum types: slashes single quotes inside options
if (eregi('^(set|enum)\((.+)\)$', $type, $tmp)) {
$tmp[2] = substr(ereg_replace('([^,])\'\'', '\\1\\\'', ',' . $tmp[2]), 1);
$type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')';
$type_nowrap = '';
 
$binary = 0;
$unsigned = 0;
$zerofill = 0;
} else {
$type_nowrap = ' nowrap="nowrap"';
$type = eregi_replace('BINARY', '', $type);
$type = eregi_replace('ZEROFILL', '', $type);
$type = eregi_replace('UNSIGNED', '', $type);
if (empty($type)) {
$type = '&nbsp;';
}
 
$binary = eregi('BINARY', $row['Type']);
$unsigned = eregi('UNSIGNED', $row['Type']);
$zerofill = eregi('ZEROFILL', $row['Type']);
}
$strAttribute = '&nbsp;';
if ($binary) {
$strAttribute = 'BINARY';
}
if ($unsigned) {
$strAttribute = 'UNSIGNED';
}
if ($zerofill) {
$strAttribute = 'UNSIGNED ZEROFILL';
}
if (!isset($row['Default'])) {
if ($row['Null'] != '') {
$row['Default'] = 'NULL';
}
} else {
$row['Default'] = $row['Default'];
}
 
$field_name = $row['Field'];
 
$local_buffer = $field_name . "\000" . $type . "\000" . (($row['Null'] == '') ? $GLOBALS['strNo'] : $GLOBALS['strYes']) . "\000" . (isset($row['Default']) ? $row['Default'] : '');
 
if ($do_relation && $have_rel) {
$local_buffer .= "\000";
if (isset($res_rel[$field_name])) {
$local_buffer .= $res_rel[$field_name]['foreign_table'] . ' (' . $res_rel[$field_name]['foreign_field'] . ')';
}
}
if ($do_comments && $cfgRelation['commwork']) {
$local_buffer .= "\000";
if (isset($comments[$field_name])) {
$local_buffer .= $comments[$field_name];
}
}
if ($do_mime && $cfgRelation['mimework']) {
$local_buffer .= "\000";
if (isset($mime_map[$field_name])) {
$local_buffer .= str_replace('_', '/', $mime_map[$field_name]['mimetype']);
}
}
$local_buffer = PMA_texEscape($local_buffer);
if ($row['Key']=='PRI') {
$pos=strpos($local_buffer, "\000");
$local_buffer = '\\textit{' . substr($local_buffer, 0, $pos) . '}' . substr($local_buffer, $pos);
}
if (in_array($field_name, $unique_keys)) {
$pos=strpos($local_buffer, "\000");
$local_buffer = '\\textbf{' . substr($local_buffer, 0, $pos) . '}' . substr($local_buffer, $pos);
}
$buffer = str_replace("\000", ' & ', $local_buffer);
$buffer .= ' \\\\ \\hline ' . $crlf;
 
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
} // end while
PMA_DBI_free_result($result);
 
$buffer = ' \\end{longtable}' . $crlf;
return PMA_exportOutputHandler($buffer);
} // end of the 'PMA_getTableStructureLaTeX()' function
?>
/Web/Maintenance/phpMyAdmin/libraries/export/pdf.php
0,0 → 1,402
<?php
/* $Id: pdf.php,v 1.3 2006/01/17 17:03:02 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Produce a PDF report (export) from a query
*/
 
 
define('FPDF_FONTPATH', './libraries/fpdf/font/');
//if ($charset == 'utf-8') {
define('PMA_PDF_FONT', 'FreeSans');
require_once('./libraries/fpdf/ufpdf.php');
class PMA_FPDF extends UFPDF
{
};
//} else {
// define('PMA_PDF_FONT', 'Arial');
// require_once('./libraries/fpdf/fpdf.php');
// class PMA_FPDF extends FPDF {
// };
//}
 
 
// Adapted from a LGPL script by Philip Clarke
 
class PMA_PDF extends PMA_FPDF
{
var $tablewidths;
var $headerset;
var $footerset;
 
// overloading of a fpdf function:
function _beginpage($orientation)
{
$this->page++;
// solved the problem of overwriting a page, if it already exists
if (!isset($this->pages[$this->page])) {
$this->pages[$this->page] = '';
}
$this->state = 2;
$this->x = $this->lMargin;
$this->y = $this->tMargin;
$this->lasth = 0;
$this->FontFamily = '';
//Page orientation
if (!$orientation) {
$orientation = $this->DefOrientation;
} else {
$orientation = strtoupper($orientation{0});
if ($orientation != $this->DefOrientation) {
$this->OrientationChanges[$this->page] = true;
}
}
if ($orientation != $this->CurOrientation) {
//Change orientation
if ($orientation == 'P') {
$this->wPt = $this->fwPt;
$this->hPt = $this->fhPt;
$this->w = $this->fw;
$this->h = $this->fh;
} else {
$this->wPt = $this->fhPt;
$this->hPt = $this->fwPt;
$this->w = $this->fh;
$this->h = $this->fw;
}
$this->PageBreakTrigger = $this->h - $this->bMargin;
$this->CurOrientation = $orientation;
}
}
 
function Header()
{
global $maxY;
 
// Check if header for this page already exists
if (!isset($this->headerset[$this->page])) {
$fullwidth = 0;
foreach ($this->tablewidths as $width) {
$fullwidth += $width;
}
$this->SetY(($this->tMargin) - ($this->FontSizePt/$this->k)*2);
$this->cellFontSize = $this->FontSizePt ;
$this->SetFont(PMA_PDF_FONT, '', ($this->titleFontSize ? $this->titleFontSize : $this->FontSizePt));
$this->Cell(0, $this->FontSizePt, $this->titleText, 0, 1, 'C');
$l = ($this->lMargin);
$this->SetFont(PMA_PDF_FONT, '', $this->cellFontSize);
foreach ($this->colTitles as $col => $txt) {
$this->SetXY($l, ($this->tMargin));
$this->MultiCell($this->tablewidths[$col], $this->FontSizePt, $txt);
$l += $this->tablewidths[$col] ;
$maxY = ($maxY < $this->getY()) ? $this->getY() : $maxY ;
}
$this->SetXY($this->lMargin, $this->tMargin);
$this->setFillColor(200, 200, 200);
$l = ($this->lMargin);
foreach ($this->colTitles as $col => $txt) {
$this->SetXY($l, $this->tMargin);
$this->cell($this->tablewidths[$col], $maxY-($this->tMargin), '', 1, 0, 'L', 1);
$this->SetXY($l, $this->tMargin);
$this->MultiCell($this->tablewidths[$col], $this->FontSizePt, $txt, 0, 'C');
$l += $this->tablewidths[$col];
}
$this->setFillColor(255, 255, 255);
// set headerset
$this->headerset[$this->page] = 1;
}
 
$this->SetY($maxY);
}
 
function Footer()
{
// Check if footer for this page already exists
if (!isset($this->footerset[$this->page])) {
$this->SetY(-15);
//Page number
$this->Cell(0, 10, $GLOBALS['strPageNumber'] .' '.$this->PageNo() .'/{nb}', 'T', 0, 'C');
 
// set footerset
$this->footerset[$this->page] = 1;
}
}
 
function morepagestable($lineheight=8)
{
// some things to set and 'remember'
$l = $this->lMargin;
$startheight = $h = $this->GetY();
$startpage = $currpage = $this->page;
 
// calculate the whole width
$fullwidth = 0;
foreach ($this->tablewidths as $width) {
$fullwidth += $width;
}
 
// Now let's start to write the table
$row = 0;
$tmpheight = array();
$maxpage = 0;
 
while ($data = PMA_DBI_fetch_row($this->results)) {
$this->page = $currpage;
// write the horizontal borders
$this->Line($l, $h, $fullwidth+$l, $h);
// write the content and remember the height of the highest col
foreach ($data as $col => $txt) {
$this->page = $currpage;
$this->SetXY($l, $h);
$this->MultiCell($this->tablewidths[$col], $lineheight, $txt, 0, $this->colAlign[$col]);
 
$l += $this->tablewidths[$col];
 
if (!isset($tmpheight[$row.'-'.$this->page])) {
$tmpheight[$row.'-'.$this->page] = 0;
}
if ($tmpheight[$row.'-'.$this->page] < $this->GetY()) {
$tmpheight[$row.'-'.$this->page] = $this->GetY();
}
if ($this->page > $maxpage) {
$maxpage = $this->page;
}
unset($data[$col]);
}
 
// get the height we were in the last used page
$h = $tmpheight[$row.'-'.$maxpage];
// set the "pointer" to the left margin
$l = $this->lMargin;
// set the $currpage to the last page
$currpage = $maxpage;
unset($data[$row]);
$row++;
}
// draw the borders
// we start adding a horizontal line on the last page
$this->page = $maxpage;
$this->Line($l, $h, $fullwidth+$l, $h);
// now we start at the top of the document and walk down
for ($i = $startpage; $i <= $maxpage; $i++) {
$this->page = $i;
$l = $this->lMargin;
$t = ($i == $startpage) ? $startheight : $this->tMargin;
$lh = ($i == $maxpage) ? $h : $this->h-$this->bMargin;
$this->Line($l, $t, $l, $lh);
foreach ($this->tablewidths as $width) {
$l += $width;
$this->Line($l, $t, $l, $lh);
}
}
// set it to the last page, if not it'll cause some problems
$this->page = $maxpage;
}
 
 
function mysql_report($query, $attr = array())
{
foreach ($attr as $key => $val){
$this->$key = $val ;
}
 
// Pass 1 for column widths
// TODO: force here a LIMIT to speed up pass 1 ?
$this->results = PMA_DBI_query($query, null, PMA_DBI_QUERY_UNBUFFERED);
$this->numFields = PMA_DBI_num_fields($this->results);
$this->fields = PMA_DBI_get_fields_meta($this->results);
 
// if column widths not set
if (!isset($this->tablewidths)){
 
// starting col width
$this->sColWidth = ($this->w - $this->lMargin - $this->rMargin) / $this->numFields;
 
// loop through results header and set initial col widths/ titles/ alignment
// if a col title is less than the starting col width / reduce that column size
for ($i=0; $i < $this->numFields; $i++){
$stringWidth = $this->getstringwidth($this->fields[$i]->name) + 6 ;
// set any column titles less than the start width to the column title width
if (($stringWidth) < $this->sColWidth){
$colFits[$i] = $stringWidth ;
}
$this->colTitles[$i] = $this->fields[$i]->name;
switch ($this->fields[$i]->type){
case 'int':
$this->colAlign[$i] = 'R';
break;
default:
$this->colAlign[$i] = 'L';
}
}
 
// loop through the data, any column whose contents is bigger i
// that the col size is resized
while ($row = PMA_DBI_fetch_row($this->results)) {
foreach ($colFits as $key => $val) {
$stringWidth = $this->getstringwidth($row[$key]) + 6 ;
if ($stringWidth > $this->sColWidth) {
// any col where row is bigger than the start width is now discarded
unset($colFits[$key]);
} else {
// if text is not bigger than the current column width setting enlarge the column
if ($stringWidth > $val) {
$colFits[$key] = ($stringWidth) ;
}
}
}
}
 
$totAlreadyFitted = 0;
foreach ($colFits as $key => $val){
// set fitted columns to smallest size
$this->tablewidths[$key] = $val;
// to work out how much (if any) space has been freed up
$totAlreadyFitted += $val;
}
 
$surplus = (sizeof($colFits) * $this->sColWidth) - $totAlreadyFitted;
for ($i=0; $i < $this->numFields; $i++) {
if (!in_array($i, array_keys($colFits))) {
$this->tablewidths[$i] = $this->sColWidth + ($surplus / ($this->numFields - sizeof($colFits)));
}
}
 
ksort($this->tablewidths);
 
}
 
PMA_DBI_free_result($this->results);
 
// Pass 2
 
$this->results = PMA_DBI_query($query, null, PMA_DBI_QUERY_UNBUFFERED);
$this->Open();
$this->setY($this->tMargin);
$this->AddPage();
$this->morepagestable($this->FontSizePt);
PMA_DBI_free_result($this->results);
 
} // end of mysql_report function
 
} // end of PMA_PDF class
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text)
{
return TRUE;
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter()
{
return TRUE;
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader()
{
return TRUE;
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db)
{
return TRUE;
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db)
{
return TRUE;
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db)
{
return TRUE;
}
 
/**
* Outputs the content of a table in PDF format
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
{
global $what;
global $pdf_report_title;
 
// TODO: user-defined page orientation, paper size
$pdf = new PMA_PDF('L', 'pt', 'A3');
 
$pdf->AddFont('FreeSans', '', 'FreeSans.php');
$pdf->AddFont('FreeSans', 'B', 'FreeSansBold.php');
$pdf->SetFont(PMA_PDF_FONT, '', 11.5);
$pdf->AliasNbPages();
$attr=array('titleFontSize' => 18, 'titleText' => $pdf_report_title);
$pdf->mysql_report($sql_query, $attr);
 
// instead of $pdf->Output():
if ($pdf->state < 3) {
$pdf->Close();
}
if (!PMA_exportOutputHandler($pdf->buffer)) {
return FALSE;
}
 
return TRUE;
} // end of the 'PMA_exportData()' function
?>
/Web/Maintenance/phpMyAdmin/libraries/export/sql.php
0,0 → 1,654
<?php
/* $Id: sql.php,v 2.53.2.1 2006/05/05 09:20:37 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Set of functions used to build SQL dumps of tables
*/
 
/**
* Marker for comments, -- is needed for ANSI SQL.
*/
$GLOBALS['comment_marker'] = '-- ';
 
/**
* Avoids undefined variables, use NULL so isset() returns false
*/
if ( ! isset( $use_backquotes ) ) {
$use_backquotes = null;
}
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text)
{
return PMA_exportOutputHandler($GLOBALS['comment_marker'] . $text . $GLOBALS['crlf']);
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter()
{
global $crlf;
 
$foot = '';
 
if (isset($GLOBALS['disable_fk'])) {
$foot .= $crlf . 'SET FOREIGN_KEY_CHECKS=1;' . $crlf;
}
 
if (isset($GLOBALS['use_transaction'])) {
$foot .= $crlf . 'COMMIT;' . $crlf;
}
 
return PMA_exportOutputHandler($foot);
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader()
{
global $crlf;
global $cfg;
 
if (PMA_MYSQL_INT_VERSION >= 40100 && isset($GLOBALS['sql_compat']) && $GLOBALS['sql_compat'] != 'NONE') {
PMA_DBI_try_query('SET SQL_MODE="' . $GLOBALS['sql_compat'] . '"');
}
 
$head = $GLOBALS['comment_marker'] . 'phpMyAdmin SQL Dump' . $crlf
. $GLOBALS['comment_marker'] . 'version ' . PMA_VERSION . $crlf
. $GLOBALS['comment_marker'] . 'http://www.phpmyadmin.net' . $crlf
. $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strHost'] . ': ' . $cfg['Server']['host'];
if (!empty($cfg['Server']['port'])) {
$head .= ':' . $cfg['Server']['port'];
}
$head .= $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strGenTime'] . ': ' . PMA_localisedDate() . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strServerVersion'] . ': ' . substr(PMA_MYSQL_INT_VERSION, 0, 1) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 1, 2) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 3) . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strPHPVersion'] . ': ' . phpversion() . $crlf;
 
if (isset($GLOBALS['header_comment']) && !empty($GLOBALS['header_comment'])) {
$lines = explode('\n', $GLOBALS['header_comment']);
$head .= $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . implode($crlf . $GLOBALS['comment_marker'], $lines) . $crlf
. $GLOBALS['comment_marker'] . $crlf;
}
 
if (isset($GLOBALS['disable_fk'])) {
$head .= $crlf . 'SET FOREIGN_KEY_CHECKS=0;' . $crlf;
}
 
if (isset($GLOBALS['use_transaction'])) {
$head .= $crlf .'SET AUTOCOMMIT=0;' . $crlf
. 'START TRANSACTION;' . $crlf . $crlf;
}
 
return PMA_exportOutputHandler($head);
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db)
{
global $crlf;
if (isset($GLOBALS['drop_database'])) {
if (!PMA_exportOutputHandler('DROP DATABASE ' . (isset($GLOBALS['use_backquotes']) ? PMA_backquote($db) : $db) . ';' . $crlf)) {
return FALSE;
}
}
$create_query = 'CREATE DATABASE ' . (isset($GLOBALS['use_backquotes']) ? PMA_backquote($db) : $db);
if (PMA_MYSQL_INT_VERSION >= 40101) {
$collation = PMA_getDbCollation($db);
if (strpos($collation, '_')) {
$create_query .= ' DEFAULT CHARACTER SET ' . substr($collation, 0, strpos($collation, '_')) . ' COLLATE ' . $collation;
} else {
$create_query .= ' DEFAULT CHARACTER SET ' . $collation;
}
}
$create_query .= ';' . $crlf;
if (!PMA_exportOutputHandler($create_query)) {
return FALSE;
}
if (isset($GLOBALS['use_backquotes']) && PMA_MYSQL_INT_VERSION >= 40100 && isset($GLOBALS['sql_compat']) && $GLOBALS['sql_compat'] == 'NONE') {
return PMA_exportOutputHandler('USE ' . PMA_backquote($db) . ';' . $crlf);
}
return PMA_exportOutputHandler('USE ' . $db . ';' . $crlf);
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db)
{
global $crlf;
$head = $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strDatabase'] . ': ' . (isset($GLOBALS['use_backquotes']) ? PMA_backquote($db) : '\'' . $db . '\''). $crlf
. $GLOBALS['comment_marker'] . $crlf;
return PMA_exportOutputHandler($head);
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db)
{
$result = TRUE;
if (isset($GLOBALS['sql_constraints'])) {
$result = PMA_exportOutputHandler($GLOBALS['sql_constraints']);
unset($GLOBALS['sql_constraints']);
}
return $result;
}
 
/**
* Returns $table's CREATE definition
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param boolean whether to include creation/update/check dates
*
* @return string resulting schema
*
* @global boolean whether to add 'drop' statements or not
* @global boolean whether to use backquotes to allow the use of special
* characters in database, table and fields names or not
*
* @access public
*/
function PMA_getTableDef($db, $table, $crlf, $error_url, $show_dates = false)
{
global $drop;
global $use_backquotes;
global $cfgRelation;
global $sql_constraints;
 
$schema_create = '';
$auto_increment = '';
$new_crlf = $crlf;
 
// need to use PMA_DBI_QUERY_STORE with PMA_DBI_num_rows() in mysqli
$result = PMA_DBI_query('SHOW TABLE STATUS FROM ' . PMA_backquote($db) . ' LIKE \'' . PMA_sqlAddslashes($table) . '\'', null, PMA_DBI_QUERY_STORE);
if ($result != FALSE) {
if (PMA_DBI_num_rows($result) > 0) {
$tmpres = PMA_DBI_fetch_assoc($result);
if (isset($GLOBALS['sql_auto_increment']) && !empty($tmpres['Auto_increment'])) {
$auto_increment .= ' AUTO_INCREMENT=' . $tmpres['Auto_increment'] . ' ';
}
 
if ($show_dates && isset($tmpres['Create_time']) && !empty($tmpres['Create_time'])) {
$schema_create .= $GLOBALS['comment_marker'] . $GLOBALS['strStatCreateTime'] . ': ' . PMA_localisedDate(strtotime($tmpres['Create_time'])) . $crlf;
$new_crlf = $GLOBALS['comment_marker'] . $crlf . $crlf;
}
 
if ($show_dates && isset($tmpres['Update_time']) && !empty($tmpres['Update_time'])) {
$schema_create .= $GLOBALS['comment_marker'] . $GLOBALS['strStatUpdateTime'] . ': ' . PMA_localisedDate(strtotime($tmpres['Update_time'])) . $crlf;
$new_crlf = $GLOBALS['comment_marker'] . $crlf . $crlf;
}
 
if ($show_dates && isset($tmpres['Check_time']) && !empty($tmpres['Check_time'])) {
$schema_create .= $GLOBALS['comment_marker'] . $GLOBALS['strStatCheckTime'] . ': ' . PMA_localisedDate(strtotime($tmpres['Check_time'])) . $crlf;
$new_crlf = $GLOBALS['comment_marker'] . $crlf . $crlf;
}
}
PMA_DBI_free_result($result);
}
 
$schema_create .= $new_crlf;
 
if (!empty($drop)) {
$schema_create .= 'DROP TABLE IF EXISTS ' . PMA_backquote($table, $use_backquotes) . ';' . $crlf;
}
 
// Steve Alberty's patch for complete table dump,
// Whether to quote table and fields names or not
if ($use_backquotes) {
PMA_DBI_query('SET SQL_QUOTE_SHOW_CREATE = 1');
} else {
PMA_DBI_query('SET SQL_QUOTE_SHOW_CREATE = 0');
}
 
$result = PMA_DBI_query('SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table), null, PMA_DBI_QUERY_UNBUFFERED);
if ($result != FALSE && ($row = PMA_DBI_fetch_row($result))) {
$create_query = $row[1];
unset($row);
 
// Convert end of line chars to one that we want (note that MySQL doesn't return query it will accept in all cases)
if (strpos($create_query, "(\r\n ")) {
$create_query = str_replace("\r\n", $crlf, $create_query);
} elseif (strpos($create_query, "(\n ")) {
$create_query = str_replace("\n", $crlf, $create_query);
} elseif (strpos($create_query, "(\r ")) {
$create_query = str_replace("\r", $crlf, $create_query);
}
 
// Should we use IF NOT EXISTS?
if (isset($GLOBALS['if_not_exists'])) {
$create_query = preg_replace('/^CREATE TABLE/', 'CREATE TABLE IF NOT EXISTS', $create_query);
}
 
// are there any constraints to cut out?
if (preg_match('@CONSTRAINT|FOREIGN[\s]+KEY@', $create_query)) {
 
// Split the query into lines, so we can easily handle it. We know lines are separated by $crlf (done few lines above).
$sql_lines = explode($crlf, $create_query);
$sql_count = count($sql_lines);
 
// lets find first line with constraints
for ($i = 0; $i < $sql_count; $i++) {
if (preg_match('@^[\s]*(CONSTRAINT|FOREIGN[\s]+KEY)@', $sql_lines[$i])) {
break;
}
}
 
// If we really found a constraint
if ($i != $sql_count) {
 
// remove , from the end of create statement
$sql_lines[$i - 1] = preg_replace('@,$@', '', $sql_lines[$i - 1]);
 
// prepare variable for constraints
if (!isset($sql_constraints)) {
if (isset($GLOBALS['no_constraints_comments'])) {
$sql_constraints = '';
} else {
$sql_constraints = $crlf . $GLOBALS['comment_marker'] .
$crlf . $GLOBALS['comment_marker'] . $GLOBALS['strConstraintsForDumped'] .
$crlf . $GLOBALS['comment_marker'] . $crlf;
}
}
 
// comments for current table
if (!isset($GLOBALS['no_constraints_comments'])) {
$sql_constraints .= $crlf . $GLOBALS['comment_marker'] .
$crlf . $GLOBALS['comment_marker'] . $GLOBALS['strConstraintsForTable'] . ' ' . PMA_backquote($table) .
$crlf . $GLOBALS['comment_marker'] . $crlf;
}
 
// let's do the work
$sql_constraints .= 'ALTER TABLE ' . PMA_backquote($table) . $crlf;
 
$first = TRUE;
for ($j = $i; $j < $sql_count; $j++) {
if (preg_match('@CONSTRAINT|FOREIGN[\s]+KEY@', $sql_lines[$j])) {
if (!$first) {
$sql_constraints .= $crlf;
}
if (strpos($sql_lines[$j], 'CONSTRAINT') === FALSE) {
$sql_constraints .= preg_replace('/(FOREIGN[\s]+KEY)/', 'ADD \1', $sql_lines[$j]);
} else {
$sql_constraints .= preg_replace('/(CONSTRAINT)/', 'ADD \1', $sql_lines[$j]);
}
$first = FALSE;
} else {
break;
}
}
$sql_constraints .= ';' . $crlf;
$create_query = implode($crlf, array_slice($sql_lines, 0, $i)) . $crlf . implode($crlf, array_slice($sql_lines, $j, $sql_count - 1));
unset($sql_lines);
}
}
$schema_create .= $create_query;
}
 
$schema_create .= $auto_increment;
 
PMA_DBI_free_result($result);
return $schema_create;
} // end of the 'PMA_getTableDef()' function
 
 
/**
* Returns $table's comments, relations etc.
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param boolean whether to include relation comments
* @param boolean whether to include column comments
* @param boolean whether to include mime comments
*
* @return string resulting comments
*
* @access public
*/
function PMA_getTableComments($db, $table, $crlf, $do_relation = false, $do_comments = false, $do_mime = false)
{
global $cfgRelation;
global $use_backquotes;
global $sql_constraints;
 
$schema_create = '';
 
// triggered only for MySQL < 4.1.x (pmadb-style comments)
if ($do_comments && $cfgRelation['commwork']) {
if (!($comments_map = PMA_getComments($db, $table))) {
unset($comments_map);
}
}
 
// Check if we can use Relations (Mike Beck)
if ($do_relation && !empty($cfgRelation['relation'])) {
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);
 
if ($res_rel && count($res_rel) > 0) {
$have_rel = TRUE;
} else {
$have_rel = FALSE;
}
} else {
$have_rel = FALSE;
} // end if
 
if ($do_mime && $cfgRelation['mimework']) {
if (!($mime_map = PMA_getMIME($db, $table, true))) {
unset($mime_map);
}
}
 
if (isset($comments_map) && count($comments_map) > 0) {
$schema_create .= $crlf . $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strCommentsForTable']. ' ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf;
foreach ($comments_map AS $comment_field => $comment) {
$schema_create .= $GLOBALS['comment_marker'] . ' ' . PMA_backquote($comment_field, $use_backquotes) . $crlf
. $GLOBALS['comment_marker'] . ' ' . PMA_backquote($comment, $use_backquotes) . $crlf;
}
$schema_create .= $GLOBALS['comment_marker'] . $crlf;
}
 
if (isset($mime_map) && count($mime_map) > 0) {
$schema_create .= $crlf . $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strMIMETypesForTable']. ' ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf;
@reset($mime_map);
foreach ($mime_map AS $mime_field => $mime) {
$schema_create .= $GLOBALS['comment_marker'] . ' ' . PMA_backquote($mime_field, $use_backquotes) . $crlf
. $GLOBALS['comment_marker'] . ' ' . PMA_backquote($mime['mimetype'], $use_backquotes) . $crlf;
}
$schema_create .= $GLOBALS['comment_marker'] . $crlf;
}
 
if ($have_rel) {
$schema_create .= $crlf . $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strRelationsForTable']. ' ' . PMA_backquote($table, $use_backquotes) . ':' . $crlf;
foreach ($res_rel AS $rel_field => $rel) {
$schema_create .= $GLOBALS['comment_marker'] . ' ' . PMA_backquote($rel_field, $use_backquotes) . $crlf
. $GLOBALS['comment_marker'] . ' ' . PMA_backquote($rel['foreign_table'], $use_backquotes)
. ' -> ' . PMA_backquote($rel['foreign_field'], $use_backquotes) . $crlf;
}
$schema_create .= $GLOBALS['comment_marker'] . $crlf;
}
 
return $schema_create;
 
} // end of the 'PMA_getTableComments()' function
 
/**
* Outputs table's structure
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param boolean whether to include relation comments
* @param boolean whether to include column comments
* @param boolean whether to include mime comments
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportStructure($db, $table, $crlf, $error_url, $relation = FALSE, $comments = FALSE, $mime = FALSE, $dates = FALSE)
{
$formatted_table_name = (isset($GLOBALS['use_backquotes']))
? PMA_backquote($table)
: '\'' . $table . '\'';
$dump = $crlf
. $GLOBALS['comment_marker'] . '--------------------------------------------------------' . $crlf
. $crlf . $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strTableStructure'] . ' ' . $formatted_table_name . $crlf
. $GLOBALS['comment_marker'] . $crlf
. PMA_getTableDef($db, $table, $crlf, $error_url, $dates) . ';' . $crlf
. PMA_getTableComments($db, $table, $crlf, $relation, $comments, $mime);
 
 
return PMA_exportOutputHandler($dump);
}
 
/**
* Dispatches between the versions of 'getTableContent' to use depending
* on the php version
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @global boolean whether to use backquotes to allow the use of special
* characters in database, table and fields names or not
* @global integer the number of records
* @global integer the current record position
*
* @access public
*
* @see PMA_getTableContentFast(), PMA_getTableContentOld()
*
* @author staybyte
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
{
global $use_backquotes;
global $rows_cnt;
global $current_row;
 
$formatted_table_name = (isset($GLOBALS['use_backquotes']))
? PMA_backquote($table)
: '\'' . $table . '\'';
$head = $crlf
. $GLOBALS['comment_marker'] . $crlf
. $GLOBALS['comment_marker'] . $GLOBALS['strDumpingData'] . ' ' . $formatted_table_name . $crlf
. $GLOBALS['comment_marker'] . $crlf .$crlf;
 
if (!PMA_exportOutputHandler($head)) {
return FALSE;
}
 
$buffer = '';
 
// analyze the query to get the true column names, not the aliases
// (this fixes an undefined index, also if Complete inserts
// are used, we did not get the true column name in case of aliases)
$analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($sql_query));
 
$result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
if ($result != FALSE) {
$fields_cnt = PMA_DBI_num_fields($result);
 
// Get field information
$fields_meta = PMA_DBI_get_fields_meta($result);
$field_flags = array();
for ($j = 0; $j < $fields_cnt; $j++) {
$field_flags[$j] = PMA_DBI_field_flags($result, $j);
}
 
for ($j = 0; $j < $fields_cnt; $j++) {
if (isset($analyzed_sql[0]['select_expr'][$j]['column'])) {
$field_set[$j] = PMA_backquote($analyzed_sql[0]['select_expr'][$j]['column'], $use_backquotes);
} else {
$field_set[$j] = PMA_backquote($fields_meta[$j]->name, $use_backquotes);
}
}
 
if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'update') {
// update
$schema_insert = 'UPDATE ';
if (isset($GLOBALS['sql_ignore'])) {
$schema_insert .= 'IGNORE ';
}
$schema_insert .= PMA_backquote($table, $use_backquotes) . ' SET ';
unset($GLOBALS['extended_ins']);
} else {
// insert or replace
if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'replace') {
$sql_command = 'REPLACE';
} else {
$sql_command = 'INSERT';
}
 
// delayed inserts?
if (isset($GLOBALS['delayed'])) {
$insert_delayed = ' DELAYED';
} else {
$insert_delayed = '';
}
 
// insert ignore?
if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'insert' && isset($GLOBALS['sql_ignore'])) {
$insert_delayed .= ' IGNORE';
}
 
// scheme for inserting fields
if (isset($GLOBALS['showcolumns'])) {
$fields = implode(', ', $field_set);
$schema_insert = $sql_command . $insert_delayed .' INTO ' . PMA_backquote($table, $use_backquotes)
. ' (' . $fields . ') VALUES ';
} else {
$schema_insert = $sql_command . $insert_delayed .' INTO ' . PMA_backquote($table, $use_backquotes)
. ' VALUES ';
}
}
 
$search = array("\x00", "\x0a", "\x0d", "\x1a"); //\x08\\x09, not required
$replace = array('\0', '\n', '\r', '\Z');
$current_row = 0;
$query_size = 0;
$separator = isset($GLOBALS['extended_ins']) ? ',' : ';';
 
while ($row = PMA_DBI_fetch_row($result)) {
$current_row++;
for ($j = 0; $j < $fields_cnt; $j++) {
// NULL
if (!isset($row[$j]) || is_null($row[$j])) {
$values[] = 'NULL';
// a number
// timestamp is numeric on some MySQL 4.1, BLOBs are sometimes numeric
} elseif ($fields_meta[$j]->numeric && $fields_meta[$j]->type != 'timestamp'
&& ! $fields_meta[$j]->blob) {
$values[] = $row[$j];
// a binary field
// Note: with mysqli, under MySQL 4.1.3, we get the flag
// "binary" for those field types (I don't know why)
} elseif (stristr($field_flags[$j], 'BINARY')
&& isset($GLOBALS['hexforbinary'])
&& $fields_meta[$j]->type != 'datetime'
&& $fields_meta[$j]->type != 'date'
&& $fields_meta[$j]->type != 'time'
&& $fields_meta[$j]->type != 'timestamp'
) {
// empty blobs need to be different, but '0' is also empty :-(
if (empty($row[$j]) && $row[$j] != '0') {
$values[] = '\'\'';
} else {
$values[] = '0x' . bin2hex($row[$j]);
}
// something else -> treat as a string
} else {
$values[] = '\'' . str_replace($search, $replace, PMA_sqlAddslashes($row[$j])) . '\'';
} // end if
} // end for
 
// should we make update?
if (isset($GLOBALS['sql_type']) && $GLOBALS['sql_type'] == 'update') {
 
$insert_line = $schema_insert;
for ($i = 0; $i < $fields_cnt; $i++) {
if ($i > 0) {
$insert_line .= ', ';
}
$insert_line .= $field_set[$i] . ' = ' . $values[$i];
}
 
$insert_line .= ' WHERE ' . PMA_getUvaCondition($result, $fields_cnt, $fields_meta, $row);
 
} else {
 
// Extended inserts case
if (isset($GLOBALS['extended_ins'])) {
if ($current_row == 1) {
$insert_line = $schema_insert . '(' . implode(', ', $values) . ')';
} else {
$insert_line = '(' . implode(', ', $values) . ')';
if (isset($GLOBALS['max_query_size']) && $GLOBALS['max_query_size'] > 0 && $query_size + strlen($insert_line) > $GLOBALS['max_query_size']) {
if (!PMA_exportOutputHandler(';' . $crlf)) {
return FALSE;
}
$query_size = 0;
$current_row = 1;
$insert_line = $schema_insert . $insert_line;
}
}
$query_size += strlen($insert_line);
}
// Other inserts case
else {
$insert_line = $schema_insert . '(' . implode(', ', $values) . ')';
}
}
unset($values);
 
if (!PMA_exportOutputHandler(($current_row == 1 ? '' : $separator . $crlf) . $insert_line)) {
return FALSE;
}
 
} // end while
if ($current_row > 0) {
if (!PMA_exportOutputHandler(';' . $crlf)) {
return FALSE;
}
}
} // end if ($result != FALSE)
PMA_DBI_free_result($result);
 
return TRUE;
} // end of the 'PMA_exportData()' function
?>
/Web/Maintenance/phpMyAdmin/libraries/export/xls.php
0,0 → 1,165
<?php
/* $Id: xls.php,v 2.1 2006/01/17 17:03:02 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('Spreadsheet/Excel/Writer.php');
 
/**
* Set of functions used to build MS Excel dumps of tables
*/
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text)
{
return TRUE;
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter()
{
global $workbook;
global $tmp_filename;
 
$res = $workbook->close();
if (PEAR::isError($res)) {
echo $res->getMessage();
return FALSE;
}
if (!PMA_exportOutputHandler(file_get_contents($tmp_filename))) {
return FALSE;
}
unlink($tmp_filename);
 
return TRUE;
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader()
{
global $workbook;
global $tmp_filename;
 
if (empty($GLOBALS['cfg']['TempDir'])) {
return FALSE;
}
$tmp_filename = tempnam(realpath($GLOBALS['cfg']['TempDir']), 'pma_xls_');
$workbook = new Spreadsheet_Excel_Writer($tmp_filename);
 
return TRUE;
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db)
{
return TRUE;
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db)
{
return TRUE;
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db)
{
return TRUE;
}
 
/**
* Outputs the content of a table in CSV format
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query)
{
global $what;
global $workbook;
 
$worksheet =& $workbook->addWorksheet($table);
$workbook->setTempDir(realpath($GLOBALS['cfg']['TempDir']));
 
// Gets the data from the database
$result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
$fields_cnt = PMA_DBI_num_fields($result);
$col = 0;
 
// If required, get fields name at the first line
if (isset($GLOBALS['xls_shownames']) && $GLOBALS['xls_shownames'] == 'yes') {
$schema_insert = '';
for ($i = 0; $i < $fields_cnt; $i++) {
$worksheet->write(0, $i, stripslashes(PMA_DBI_field_name($result, $i)));
} // end for
$col++;
} // end if
 
// Format the data
while ($row = PMA_DBI_fetch_row($result)) {
$schema_insert = '';
for ($j = 0; $j < $fields_cnt; $j++) {
if (!isset($row[$j]) || is_null($row[$j])) {
$worksheet->write($col, $j, $GLOBALS['xls_replace_null']);
} elseif ($row[$j] == '0' || $row[$j] != '') {
// FIXME: we should somehow handle character set here!
$worksheet->write($col, $j, $row[$j]);
} else {
$worksheet->write($col, $j, '');
}
} // end for
$col++;
} // end while
PMA_DBI_free_result($result);
 
return TRUE;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/export/xml.php
0,0 → 1,158
<?php
/* $Id: xml.php,v 2.8 2006/01/17 17:03:02 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used to build XML dumps of tables
*/
 
/**
* Outputs comment
*
* @param string Text of comment
*
* @return bool Whether it suceeded
*/
function PMA_exportComment($text) {
return PMA_exportOutputHandler('<!-- ' . $text . ' -->' . $GLOBALS['crlf']);
}
 
/**
* Outputs export footer
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportFooter() {
return TRUE;
}
 
/**
* Outputs export header
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportHeader() {
global $crlf;
global $cfg;
 
if ($GLOBALS['output_charset_conversion']) {
$charset = $GLOBALS['charset_of_file'];
} else {
$charset = $GLOBALS['charset'];
}
 
$head = '<?xml version="1.0" encoding="' . $charset . '" ?>' . $crlf
. '<!--' . $crlf
. '-' . $crlf
. '- phpMyAdmin XML Dump' . $crlf
. '- version ' . PMA_VERSION . $crlf
. '- http://www.phpmyadmin.net' . $crlf
. '-' . $crlf
. '- ' . $GLOBALS['strHost'] . ': ' . $cfg['Server']['host'];
if (!empty($cfg['Server']['port'])) {
$head .= ':' . $cfg['Server']['port'];
}
$head .= $crlf
. '- ' . $GLOBALS['strGenTime'] . ': ' . PMA_localisedDate() . $crlf
. '- ' . $GLOBALS['strServerVersion'] . ': ' . substr(PMA_MYSQL_INT_VERSION, 0, 1) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 1, 2) . '.' . (int) substr(PMA_MYSQL_INT_VERSION, 3) . $crlf
. '- ' . $GLOBALS['strPHPVersion'] . ': ' . phpversion() . $crlf
. '-->' . $crlf . $crlf;
return PMA_exportOutputHandler($head);
}
 
/**
* Outputs database header
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBHeader($db) {
global $crlf;
$head = '<!--' . $crlf
. '- ' . $GLOBALS['strDatabase'] . ': ' . (isset($GLOBALS['use_backquotes']) ? PMA_backquote($db) : '\'' . $db . '\''). $crlf
. '-->' . $crlf
. '<' . $db . '>' . $crlf;
return PMA_exportOutputHandler($head);
}
 
/**
* Outputs database footer
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBFooter($db) {
global $crlf;
return PMA_exportOutputHandler('</' . $db . '>' . $crlf);
}
 
/**
* Outputs create database database
*
* @param string Database name
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportDBCreate($db) {
return TRUE;
}
 
 
/**
* Outputs the content of a table
*
* @param string the database name
* @param string the table name
* @param string the end of line sequence
* @param string the url to go back in case of error
* @param string SQL query for obtaining data
*
* @return bool Whether it suceeded
*
* @access public
*/
function PMA_exportData($db, $table, $crlf, $error_url, $sql_query) {
$result = PMA_DBI_query($sql_query, null, PMA_DBI_QUERY_UNBUFFERED);
 
$columns_cnt = PMA_DBI_num_fields($result);
for ($i = 0; $i < $columns_cnt; $i++) {
$columns[$i] = stripslashes(PMA_DBI_field_name($result, $i));
}
unset($i);
 
$buffer = ' <!-- ' . $GLOBALS['strTable'] . ' ' . $table . ' -->' . $crlf;
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
 
while ($record = PMA_DBI_fetch_row($result)) {
$buffer = ' <' . $table . '>' . $crlf;
for ($i = 0; $i < $columns_cnt; $i++) {
if ( isset($record[$i]) && !is_null($record[$i])) {
$buffer .= ' <' . $columns[$i] . '>' . htmlspecialchars($record[$i])
. '</' . $columns[$i] . '>' . $crlf;
}
}
$buffer .= ' </' . $table . '>' . $crlf;
 
if (!PMA_exportOutputHandler($buffer)) {
return FALSE;
}
}
PMA_DBI_free_result($result);
 
return TRUE;
} // end of the 'PMA_getTableXML()' function
?>
/Web/Maintenance/phpMyAdmin/libraries/file_listing.php
0,0 → 1,89
<?php
/* $Id: file_listing.php,v 1.4 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
// Functions for listing directories
 
/**
* Returns array of filtered file names
*
* @param string directory to list
* @param string regullar expression to match files
* @returns array sorted file list on success, FALSE on failure
*/
function PMA_getDirContent($dir, $expression = '')
{
if ($handle = @opendir($dir)) {
$result = array();
if (substr($dir, -1) != '/') {
$dir .= '/';
}
while ($file = @readdir($handle)) {
if (is_file($dir . $file) && ($expression == '' || preg_match($expression, $file))) {
$result[] = $file;
}
}
@closedir($handle);
asort($result);
return $result;
} else {
return FALSE;
}
}
 
/**
* Returns options of filtered file names
*
* @param string directory to list
* @param string regullar expression to match files
* @param string currently active choice
* @returns array sorted file list on success, FALSE on failure
*/
function PMA_getFileSelectOptions($dir, $extensions = '', $active = '')
{
$list = PMA_getDirContent($dir, $extensions);
if ($list === FALSE) {
return FALSE;
}
$result = '';
foreach ($list as $key => $val) {
$result .= '<option value="'. htmlspecialchars($val) . '"';
if ($val == $active) {
$result .= ' selected="selected"';
}
$result .= '>' . htmlspecialchars($val) . '</option>' . "\n";
}
return $result;
}
 
/**
* Get currently supported decompressions.
*
* @returns string | separated list of extensions usable in PMA_getDirContent
*/
function PMA_supportedDecompressions()
{
global $cfg;
$compressions = '';
if ($cfg['GZipDump'] && @function_exists('gzopen')) {
if (!empty($compressions)) {
$compressions .= '|';
}
$compressions .= 'gz';
}
if ($cfg['BZipDump'] && @function_exists('bzopen')) {
if (!empty($compressions)) {
$compressions .= '|';
}
$compressions .= 'bz2';
}
if ($cfg['ZipDump'] && @function_exists('gzinflate')) {
if (!empty($compressions)) {
$compressions .= '|';
}
$compressions .= 'zip';
}
 
return $compressions;
}
/Web/Maintenance/phpMyAdmin/libraries/footer.inc.php
0,0 → 1,145
<?php
/* $Id: footer.inc.php,v 2.7.2.5 2006/05/12 14:33:45 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* WARNING: This script has to be included at the very end of your code because
* it will stop the script execution!
*
* always use $GLOBALS, as this script is also included by functions
*
*/
 
require_once './libraries/relation.lib.php'; // for PMA_setHistory()
 
/**
* updates javascript variables in index.php for coorect working with querywindow
* and navigation frame refreshing
*/
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
<?php
if (! isset($GLOBALS['no_history']) && isset($GLOBALS['db'])
&& strlen($GLOBALS['db']) && empty($GLOBALS['error_message'])) {
$table = isset($GLOBALS['table']) ? $GLOBALS['table'] : ''; ?>
// updates current settings
if (window.parent.setAll) {
window.parent.setAll('<?php echo $GLOBALS['lang']; ?>', '<?php echo htmlspecialchars($GLOBALS['collation_connection']); ?>', '<?php echo $GLOBALS['server']; ?>', '<?php echo htmlspecialchars($GLOBALS['db']); ?>', '<?php echo htmlspecialchars($table); ?>');
}
<?php } ?>
 
<?php if (! empty($GLOBALS['reload'])) { ?>
// refresh navigation frame content
if (window.parent.refreshLeft) {
window.parent.refreshLeft();
}
<?php } ?>
 
<?php
if (! isset($GLOBALS['no_history']) && empty($GLOBALS['error_message'])) {
if (isset($GLOBALS['LockFromUpdate']) && $GLOBALS['LockFromUpdate'] == '1'
&& isset($GLOBALS['sql_query'])) {
// When the button 'LockFromUpdate' was selected in the querywindow,
// it does not submit it's contents to
// itself. So we create a SQL-history entry here.
if ($GLOBALS['cfg']['QueryHistoryDB'] && $GLOBALS['cfgRelation']['historywork']) {
PMA_setHistory((isset($GLOBALS['db']) ? $GLOBALS['db'] : ''),
(isset($GLOBALS['table']) ? $GLOBALS['table'] : ''),
$GLOBALS['cfg']['Server']['user'],
$GLOBALS['sql_query']);
}
}
?>
// set current db, table and sql query in the querywindow
if (window.parent.refreshLeft) {
window.parent.reload_querywindow(
"<?php echo isset($GLOBALS['db']) ? htmlspecialchars(addslashes($GLOBALS['db'])) : '' ?>",
"<?php echo isset($GLOBALS['table']) ? htmlspecialchars(addslashes($GLOBALS['table'])) : '' ?>",
"<?php echo isset($GLOBALS['sql_query']) ? htmlspecialchars(urlencode($GLOBALS['sql_query'])) : ''; ?>");
}
<?php } ?>
 
<?php if (! empty($GLOBALS['focus_querywindow'])) { ?>
// set focus to the querywindow
if (parent.querywindow && !parent.querywindow.closed && parent.querywindow.location) {
self.focus();
}
<?php } ?>
 
if (window.parent.frames[1]) {
// reset content frame name, as querywindow needs to set a unique name
// before submitting form data, and navigation frame needs the original name
if (window.parent.frames[1].name != 'frame_content') {
window.parent.frames[1].name = 'frame_content';
}
if (window.parent.frames[1].id != 'frame_content') {
window.parent.frames[1].id = 'frame_content';
}
//window.parent.frames[1].setAttribute('name', 'frame_content');
//window.parent.frames[1].setAttribute('id', 'frame_content');
}
//]]>
</script>
<?php
 
// Link to itself to replicate windows including frameset
if (!isset($GLOBALS['checked_special'])) {
$GLOBALS['checked_special'] = FALSE;
}
 
if (PMA_getenv('SCRIPT_NAME') && empty($_POST) && !$GLOBALS['checked_special']) {
echo '<div id="selflink">' . "\n";
echo '<a href="index.php?target=' . basename(PMA_getenv('SCRIPT_NAME'));
$url = PMA_generate_common_url(isset($GLOBALS['db']) ? $GLOBALS['db'] : '', isset($GLOBALS['table']) ? $GLOBALS['table'] : '');
if (!empty($url)) {
echo '&amp;' . $url;
}
echo '" target="_blank">' . $GLOBALS['strOpenNewWindow'] . '</a>' . "\n";
echo '</div>' . "\n";
}
 
/**
* Close database connections
*/
if (isset($GLOBALS['controllink']) && $GLOBALS['controllink']) {
@PMA_DBI_close($GLOBALS['controllink']);
}
if (isset($GLOBALS['userlink']) && $GLOBALS['userlink']) {
@PMA_DBI_close($GLOBALS['userlink']);
}
 
// Include possible custom footers
require_once './libraries/footer_custom.inc.php';
 
/**
* Generates profiling data if requested
*/
if (! empty($GLOBALS['cfg']['DBG']['enable'])
&& ! empty($GLOBALS['cfg']['DBG']['profile']['enable'])) {
//run the basic setup code first
require_once './libraries/dbg/setup.php';
//if the setup ran fine, then do the profiling
if (! empty($GLOBALS['DBG'])) {
require_once './libraries/dbg/profiling.php';
dbg_dump_profiling_results();
}
}
 
?>
</body>
</html>
<?php
/**
* Sends bufferized data
*/
if (! empty($GLOBALS['cfg']['OBGzip'])
&& ! empty($GLOBALS['ob_mode'])) {
PMA_outBufferPost($GLOBALS['ob_mode']);
}
 
/**
* Stops the script execution
*/
exit;
?>
/Web/Maintenance/phpMyAdmin/libraries/footer_custom.inc.php
0,0 → 1,11
<?php
/* $Id: footer_custom.inc.php,v 2.2 2005/11/25 08:58:11 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// This file includes all custom footers if they exist.
 
// Include site footer
if (file_exists('./config.footer.inc.php')) {
require('./config.footer.inc.php');
}
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/README
0,0 → 1,3
The official site for fdpf is http://www.fpdf.org/
 
This directory contains some files from the fpdf 1.51 distribution.
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/FreeSans.ctg.z
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/FreeSans.php
0,0 → 1,150
<?php
$type='TrueTypeUnicode';
$name='FreeSans';
$desc=array('Ascent'=>1148,'Descent'=>-459,'CapHeight'=>1148,'Flags'=>32,'FontBBox'=>'[-797 -459 1632 1148]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>600);
$up=-151;
$ut=50;
$cw=array(
13=>333, 32=>278, 33=>278, 34=>355, 35=>556, 36=>556, 37=>889, 38=>667, 39=>191, 40=>333, 41=>333, 42=>389, 43=>584, 44=>278, 45=>333, 46=>278,
47=>278, 48=>556, 49=>556, 50=>556, 51=>556, 52=>556, 53=>556, 54=>556, 55=>556, 56=>556, 57=>556, 58=>278, 59=>278, 60=>584, 61=>584, 62=>584,
63=>556, 64=>1015, 65=>667, 66=>667, 67=>722, 68=>722, 69=>667, 70=>611, 71=>778, 72=>722, 73=>278, 74=>500, 75=>667, 76=>556, 77=>833, 78=>722,
79=>778, 80=>667, 81=>778, 82=>722, 83=>667, 84=>611, 85=>722, 86=>667, 87=>944, 88=>667, 89=>667, 90=>611, 91=>278, 92=>278, 93=>278, 94=>469,
95=>556, 96=>333, 97=>556, 98=>556, 99=>500, 100=>556, 101=>556, 102=>278, 103=>556, 104=>556, 105=>222, 106=>222, 107=>500, 108=>222, 109=>833, 110=>556,
111=>556, 112=>556, 113=>556, 114=>333, 115=>500, 116=>278, 117=>556, 118=>500, 119=>722, 120=>500, 121=>500, 122=>500, 123=>334, 124=>260, 125=>334, 126=>584,
8364=>556, 1027=>611, 8218=>222, 402=>556, 8222=>333, 8230=>1000, 8224=>556, 8225=>556, 710=>333, 8240=>1000, 352=>667, 8249=>333, 338=>1000, 1036=>667, 381=>611, 1039=>722,
8216=>222, 8217=>221, 8220=>333, 8221=>333, 8226=>350, 8211=>556, 8212=>1000, 732=>333, 8482=>1000, 353=>500, 8250=>333, 339=>944, 1116=>500, 382=>500, 376=>667, 160=>278,
161=>333, 162=>556, 163=>556, 164=>556, 165=>556, 166=>260, 167=>556, 168=>333, 169=>737, 170=>370, 171=>556, 172=>584, 173=>333, 174=>737, 175=>333, 176=>606,
177=>584, 178=>351, 179=>351, 180=>333, 181=>556, 182=>537, 183=>278, 184=>333, 185=>351, 186=>365, 187=>556, 188=>869, 189=>869, 190=>869, 191=>611, 192=>667,
193=>667, 194=>667, 195=>667, 196=>667, 197=>667, 198=>1000, 199=>722, 200=>667, 201=>667, 202=>667, 203=>667, 204=>278, 205=>278, 206=>278, 207=>278, 208=>722,
209=>722, 210=>778, 211=>778, 212=>778, 213=>778, 214=>778, 215=>584, 216=>778, 217=>722, 218=>722, 219=>722, 220=>722, 221=>666, 222=>666, 223=>611, 224=>556,
225=>556, 226=>556, 227=>556, 228=>556, 229=>556, 230=>889, 231=>500, 232=>556, 233=>556, 234=>556, 235=>556, 236=>278, 237=>278, 238=>278, 239=>278, 240=>556,
241=>556, 242=>556, 243=>556, 244=>556, 245=>556, 246=>556, 247=>584, 248=>611, 249=>556, 250=>556, 251=>556, 252=>556, 253=>500, 254=>555, 255=>500, 256=>667,
257=>556, 258=>667, 259=>556, 260=>667, 261=>556, 262=>722, 263=>500, 264=>722, 265=>500, 266=>722, 267=>500, 268=>722, 269=>500, 270=>722, 271=>635, 272=>722,
273=>556, 274=>667, 275=>556, 276=>667, 277=>556, 278=>667, 279=>556, 280=>667, 281=>556, 282=>667, 283=>556, 284=>778, 285=>556, 286=>778, 287=>556, 288=>778,
289=>556, 290=>778, 291=>556, 292=>722, 293=>556, 294=>722, 295=>556, 296=>278, 297=>278, 298=>278, 299=>222, 300=>278, 301=>278, 302=>278, 303=>222, 304=>278,
305=>278, 306=>700, 307=>374, 308=>500, 309=>222, 310=>667, 311=>500, 312=>500, 313=>556, 314=>222, 315=>556, 316=>222, 317=>556, 318=>292, 319=>556, 320=>500,
321=>556, 322=>222, 323=>722, 324=>556, 325=>722, 326=>556, 327=>722, 328=>556, 329=>556, 330=>722, 331=>556, 332=>778, 333=>556, 334=>778, 335=>556, 336=>778,
337=>556, 340=>722, 341=>333, 342=>722, 343=>333, 344=>722, 345=>333, 346=>667, 347=>500, 348=>667, 349=>500, 350=>667, 351=>500, 354=>611, 355=>278, 356=>611,
357=>308, 358=>611, 359=>278, 360=>722, 361=>556, 362=>722, 363=>556, 364=>722, 365=>556, 366=>722, 367=>556, 368=>722, 369=>556, 370=>722, 371=>556, 372=>944,
373=>722, 374=>667, 375=>500, 377=>611, 378=>500, 379=>611, 380=>500, 383=>278, 384=>556, 386=>667, 387=>556, 388=>667, 389=>556, 390=>722, 391=>722, 392=>500,
393=>722, 395=>667, 396=>556, 398=>667, 399=>778, 400=>667, 401=>611, 403=>778, 409=>500, 413=>722, 414=>556, 415=>778, 421=>556, 423=>667, 424=>500, 425=>611,
427=>278, 429=>278, 430=>611, 452=>1311, 453=>1208, 454=>1056, 455=>1056, 456=>778, 457=>444, 458=>1158, 459=>944, 460=>778, 461=>667, 462=>556, 463=>278, 464=>278,
465=>778, 466=>556, 467=>722, 468=>556, 469=>722, 470=>556, 471=>722, 472=>556, 473=>722, 474=>556, 475=>722, 476=>556, 477=>556, 478=>667, 479=>556, 480=>667,
481=>556, 482=>1000, 483=>889, 484=>778, 485=>556, 486=>778, 487=>556, 488=>667, 489=>500, 490=>778, 491=>556, 492=>778, 493=>556, 496=>222, 497=>1333, 498=>1222,
499=>1056, 500=>778, 501=>556, 504=>722, 505=>556, 506=>667, 507=>556, 508=>1000, 509=>889, 510=>778, 511=>611, 512=>667, 513=>556, 514=>667, 515=>556, 516=>667,
517=>556, 518=>667, 519=>556, 520=>278, 521=>278, 522=>278, 523=>278, 524=>778, 525=>556, 526=>778, 527=>556, 528=>722, 529=>333, 530=>722, 531=>333, 532=>722,
533=>556, 534=>722, 535=>556, 536=>667, 537=>500, 538=>611, 539=>278, 542=>722, 543=>556, 550=>667, 551=>556, 552=>667, 553=>556, 554=>778, 555=>556, 556=>778,
557=>556, 558=>778, 559=>556, 560=>778, 561=>556, 562=>667, 563=>500, 592=>556, 593=>556, 594=>556, 595=>556, 596=>500, 598=>556, 599=>556, 600=>556, 601=>556,
603=>500, 604=>500, 608=>556, 609=>556, 613=>556, 614=>556, 615=>556, 616=>222, 617=>222, 618=>278, 621=>222, 623=>833, 624=>833, 625=>833, 626=>556, 627=>556,
629=>556, 633=>333, 634=>333, 635=>333, 636=>333, 637=>333, 638=>278, 639=>278, 642=>500, 643=>278, 644=>278, 645=>278, 647=>278, 648=>278, 649=>556, 652=>500,
653=>722, 654=>500, 656=>500, 668=>500, 670=>500, 672=>556, 711=>333, 714=>333, 715=>333, 728=>333, 729=>333, 730=>333, 731=>333, 733=>333, 768=>0, 769=>0,
770=>0, 771=>0, 772=>0, 774=>0, 775=>0, 776=>0, 778=>0, 779=>0, 780=>0, 783=>0, 785=>0, 786=>0, 787=>0, 788=>0, 806=>0, 807=>0,
808=>0, 884=>199, 885=>199, 890=>332, 894=>278, 900=>414, 901=>747, 902=>730, 903=>278, 904=>664, 905=>681, 906=>230, 908=>792, 910=>710, 911=>758, 912=>286,
913=>684, 914=>628, 915=>582, 916=>684, 917=>650, 918=>628, 919=>683, 920=>750, 921=>236, 922=>684, 923=>684, 924=>800, 925=>654, 926=>630, 927=>750, 928=>721,
929=>638, 931=>628, 932=>628, 933=>684, 934=>717, 935=>723, 936=>745, 937=>720, 938=>236, 939=>684, 940=>608, 941=>528, 942=>547, 943=>307, 944=>515, 945=>596,
946=>516, 947=>531, 948=>560, 949=>510, 950=>462, 951=>526, 952=>526, 953=>286, 954=>516, 955=>560, 956=>574, 957=>504, 958=>470, 959=>550, 960=>661, 961=>566,
962=>535, 963=>616, 964=>532, 965=>515, 966=>741, 967=>572, 968=>662, 969=>740, 970=>286, 971=>515, 972=>553, 973=>518, 974=>740, 1024=>667, 1025=>667, 1026=>766,
1028=>722, 1029=>667, 1030=>278, 1031=>278, 1032=>500, 1033=>1080, 1034=>1014, 1035=>766, 1037=>722, 1038=>650, 1040=>667, 1041=>667, 1042=>667, 1043=>611, 1044=>812, 1045=>667,
1046=>1023, 1047=>667, 1048=>728, 1049=>728, 1050=>667, 1051=>673, 1052=>844, 1053=>719, 1054=>778, 1055=>719, 1056=>667, 1057=>722, 1058=>611, 1059=>650, 1060=>936, 1061=>667,
1062=>741, 1063=>648, 1064=>828, 1065=>850, 1066=>897, 1067=>872, 1068=>667, 1069=>722, 1070=>1032, 1071=>702, 1072=>556, 1073=>556, 1074=>522, 1075=>430, 1076=>602, 1077=>556,
1078=>837, 1079=>500, 1080=>567, 1081=>567, 1082=>510, 1083=>557, 1084=>618, 1085=>558, 1086=>556, 1087=>557, 1088=>576, 1089=>500, 1090=>496, 1091=>500, 1092=>912, 1093=>500,
1094=>578, 1095=>520, 1096=>692, 1097=>712, 1098=>734, 1099=>690, 1100=>552, 1101=>500, 1102=>758, 1103=>543, 1104=>556, 1105=>556, 1106=>568, 1107=>430, 1108=>500, 1109=>500,
1110=>222, 1111=>278, 1112=>222, 1113=>840, 1114=>850, 1115=>568, 1117=>556, 1118=>500, 1119=>556, 1164=>667, 1165=>552, 1166=>667, 1167=>556, 1168=>611, 1169=>430, 1170=>611,
1171=>430, 1172=>611, 1173=>430, 1174=>1023, 1175=>837, 1176=>667, 1177=>500, 1178=>667, 1179=>500, 1180=>667, 1181=>500, 1182=>667, 1183=>500, 1184=>667, 1185=>500, 1186=>722,
1187=>556, 1188=>1060, 1189=>764, 1190=>722, 1191=>556, 1192=>722, 1193=>500, 1194=>722, 1195=>500, 1196=>611, 1197=>496, 1198=>667, 1199=>500, 1200=>667, 1201=>500, 1202=>667,
1203=>500, 1204=>774, 1205=>608, 1206=>642, 1207=>508, 1208=>642, 1209=>508, 1210=>642, 1211=>508, 1212=>778, 1213=>556, 1214=>688, 1215=>556, 1216=>278, 1217=>1023, 1218=>837,
1219=>667, 1220=>500, 1223=>722, 1224=>556, 1227=>642, 1228=>508, 1232=>667, 1233=>556, 1234=>667, 1235=>556, 1236=>1000, 1237=>889, 1238=>667, 1239=>556, 1240=>778, 1241=>556,
1242=>778, 1243=>556, 1244=>1023, 1245=>837, 1246=>667, 1247=>500, 1248=>667, 1249=>500, 1250=>728, 1251=>567, 1252=>728, 1253=>567, 1254=>778, 1255=>556, 1256=>778, 1257=>556,
1258=>778, 1259=>556, 1260=>722, 1261=>500, 1262=>650, 1263=>500, 1264=>650, 1265=>500, 1266=>650, 1267=>500, 1268=>648, 1269=>520, 1272=>872, 1273=>690, 1329=>722, 1330=>705,
1331=>774, 1332=>754, 1333=>722, 1334=>751, 1335=>485, 1336=>722, 1337=>782, 1338=>655, 1339=>699, 1340=>417, 1341=>853, 1342=>791, 1343=>711, 1344=>588, 1345=>663, 1346=>665,
1347=>665, 1348=>756, 1349=>623, 1350=>773, 1351=>603, 1352=>722, 1353=>648, 1354=>722, 1355=>751, 1356=>750, 1357=>722, 1358=>748, 1359=>667, 1360=>699, 1361=>623, 1362=>417,
1363=>785, 1364=>638, 1365=>778, 1366=>716, 1370=>222, 1371=>133, 1372=>325, 1373=>333, 1374=>344, 1377=>833, 1378=>556, 1379=>572, 1380=>581, 1381=>550, 1382=>588, 1383=>448,
1384=>556, 1385=>568, 1386=>582, 1387=>545, 1388=>301, 1389=>799, 1390=>556, 1391=>554, 1392=>533, 1393=>548, 1394=>552, 1395=>552, 1396=>544, 1397=>222, 1398=>544, 1399=>456,
1400=>556, 1401=>390, 1402=>833, 1403=>509, 1404=>547, 1405=>533, 1406=>610, 1407=>887, 1408=>556, 1409=>545, 1410=>352, 1411=>853, 1412=>588, 1413=>579, 1414=>690, 1415=>545,
1417=>278, 1418=>367, 1456=>70, 1457=>335, 1458=>329, 1459=>329, 1460=>70, 1461=>200, 1462=>200, 1463=>188, 1464=>188, 1465=>70, 1467=>329, 1468=>70, 1469=>70, 1470=>488,
1471=>200, 1472=>212, 1473=>0, 1474=>0, 1475=>278, 1476=>70, 1488=>640, 1489=>591, 1490=>466, 1491=>598, 1492=>622, 1493=>212, 1494=>351, 1495=>623, 1496=>608, 1497=>200,
1498=>526, 1499=>550, 1500=>600, 1501=>623, 1502=>621, 1503=>212, 1504=>378, 1505=>607, 1506=>587, 1507=>575, 1508=>568, 1509=>540, 1510=>590, 1511=>606, 1512=>547, 1513=>776,
1514=>687, 1792=>600, 1793=>201, 1794=>201, 1795=>201, 1796=>201, 1797=>500, 1798=>500, 1799=>500, 1800=>370, 1801=>370, 1802=>574, 1803=>574, 1804=>645, 1805=>574, 1808=>452,
1809=>452, 1810=>574, 1811=>645, 1812=>645, 1813=>509, 1814=>509, 1815=>682, 1816=>585, 1817=>404, 1818=>627, 1819=>718, 1820=>718, 1821=>484, 1822=>682, 1823=>600, 1824=>660,
1825=>682, 1826=>538, 1827=>718, 1828=>718, 1829=>718, 1830=>574, 1831=>574, 1832=>638, 1833=>585, 1834=>509, 1835=>682, 1836=>682, 1840=>1, 1841=>1, 1842=>1, 1843=>1,
1844=>1, 1845=>1, 1846=>1, 1847=>1, 1848=>1, 1849=>1, 1850=>1, 1851=>1, 1852=>1, 1853=>1, 1854=>1, 1855=>1, 1856=>1, 1857=>1, 1858=>1, 1859=>1,
1860=>1, 1861=>1, 1862=>1, 1863=>1, 1864=>1, 1865=>1, 1866=>1, 2305=>6, 2306=>6, 2309=>644, 2310=>816, 2311=>392, 2312=>392, 2313=>459, 2314=>661, 2315=>641,
2317=>423, 2320=>423, 2321=>816, 2323=>816, 2324=>816, 2325=>393, 2326=>622, 2327=>424, 2328=>472, 2329=>508, 2330=>517, 2331=>583, 2332=>549, 2333=>503, 2334=>538, 2335=>444,
2336=>480, 2337=>519, 2338=>479, 2339=>504, 2340=>439, 2341=>542, 2342=>427, 2343=>520, 2344=>415, 2345=>415, 2346=>401, 2347=>401, 2348=>442, 2349=>520, 2350=>463, 2351=>451,
2352=>319, 2353=>319, 2354=>549, 2355=>641, 2357=>442, 2358=>589, 2359=>398, 2360=>506, 2361=>430, 2364=>6, 2365=>438, 2366=>172, 2367=>172, 2368=>172, 2369=>6, 2370=>6,
2371=>6, 2373=>6, 2375=>6, 2376=>6, 2377=>172, 2379=>172, 2380=>172, 2381=>6, 2384=>898, 2385=>6, 2406=>584, 2407=>584, 2408=>584, 2409=>584, 2410=>584, 2411=>584,
2412=>584, 2413=>584, 2414=>584, 2415=>584, 2416=>898, 2433=>300, 2434=>400, 2435=>300, 2437=>640, 2438=>780, 2439=>520, 2440=>520, 2441=>530, 2442=>550, 2443=>620, 2444=>420,
2447=>480, 2448=>620, 2451=>620, 2452=>720, 2453=>652, 2454=>500, 2455=>490, 2456=>466, 2457=>540, 2458=>490, 2459=>540, 2460=>630, 2461=>590, 2462=>680, 2463=>510, 2464=>490,
2465=>520, 2466=>520, 2467=>470, 2468=>540, 2469=>490, 2470=>470, 2471=>490, 2472=>452, 2474=>560, 2475=>650, 2476=>480, 2477=>588, 2478=>480, 2479=>470, 2480=>480, 2482=>472,
2486=>512, 2487=>470, 2488=>470, 2489=>520, 2492=>160, 2494=>180, 2495=>180, 2496=>180, 2497=>320, 2498=>329, 2499=>195, 2500=>260, 2503=>340, 2504=>340, 2507=>740, 2508=>740,
2509=>400, 2519=>180, 2524=>540, 2525=>520, 2527=>470, 2528=>612, 2529=>420, 2530=>234, 2531=>360, 2534=>460, 2535=>420, 2536=>520, 2537=>540, 2538=>400, 2539=>400, 2540=>560,
2541=>390, 2542=>480, 2543=>420, 2544=>480, 2545=>470, 2546=>400, 2547=>470, 2548=>400, 2549=>400, 2550=>400, 2551=>120, 2552=>440, 2553=>420, 2554=>420, 2565=>744, 2566=>914,
2567=>690, 2568=>670, 2569=>596, 2570=>596, 2575=>498, 2576=>744, 2579=>596, 2580=>744, 2581=>550, 2582=>534, 2583=>618, 2584=>690, 2585=>546, 2586=>518, 2587=>592, 2588=>492,
2589=>574, 2590=>514, 2591=>526, 2592=>556, 2593=>524, 2594=>528, 2595=>574, 2596=>484, 2597=>534, 2598=>504, 2599=>534, 2600=>538, 2602=>534, 2603=>506, 2604=>562, 2605=>516,
2606=>546, 2607=>670, 2608=>538, 2610=>726, 2611=>726, 2613=>514, 2614=>546, 2616=>546, 2617=>517, 2620=>286, 2622=>172, 2623=>190, 2624=>190, 2625=>1, 2626=>1, 2631=>1,
2632=>1, 2635=>1, 2636=>1, 2637=>1, 2649=>534, 2650=>618, 2651=>492, 2652=>484, 2654=>506, 2662=>616, 2663=>480, 2664=>560, 2665=>480, 2666=>468, 2667=>492, 2668=>514,
2669=>538, 2670=>572, 2671=>560, 2672=>1, 2674=>498, 2675=>596, 2676=>900, 2689=>33, 2690=>33, 2693=>767, 2694=>961, 2695=>500, 2696=>495, 2697=>528, 2698=>702, 2699=>885,
2709=>501, 2710=>612, 2711=>619, 2712=>569, 2713=>532, 2714=>358, 2715=>620, 2716=>606, 2717=>602, 2718=>631, 2719=>495, 2720=>528, 2721=>531, 2722=>511, 2723=>614, 2724=>294,
2725=>344, 2726=>425, 2727=>345, 2728=>611, 2730=>512, 2731=>578, 2732=>428, 2733=>423, 2734=>231, 2735=>582, 2736=>344, 2738=>558, 2739=>670, 2741=>537, 2742=>592, 2743=>568,
2744=>600, 2745=>544, 2749=>531, 2750=>232, 2751=>232, 2752=>232, 2753=>33, 2754=>33, 2755=>33, 2759=>33, 2760=>33, 2763=>232, 2764=>232, 2768=>903, 2790=>479, 2791=>416,
2792=>465, 2793=>469, 2794=>498, 2795=>463, 2796=>451, 2797=>510, 2798=>455, 2799=>488, 2818=>131, 2819=>302, 2821=>560, 2822=>644, 2823=>632, 2825=>630, 2827=>553, 2831=>604,
2835=>520, 2837=>572, 2838=>570, 2839=>580, 2840=>565, 2842=>580, 2844=>564, 2845=>575, 2847=>565, 2848=>565, 2849=>524, 2858=>572, 2859=>700, 2863=>655, 2864=>620, 2866=>652,
2867=>560, 2870=>565, 2871=>565, 2872=>545, 2873=>524, 2878=>128, 2879=>1, 2880=>190, 2881=>1, 2882=>1, 2883=>1, 2887=>396, 2912=>563, 2918=>508, 2919=>424, 2920=>440,
2921=>600, 2922=>600, 2923=>600, 2924=>600, 2925=>600, 2926=>511, 2927=>483, 2946=>479, 2947=>893, 2949=>1018, 2950=>1170, 2951=>916, 2952=>676, 2953=>836, 2954=>1225, 2958=>744,
2959=>744, 2960=>848, 2962=>813, 2963=>813, 2964=>813, 2965=>688, 2969=>744, 2970=>676, 2972=>848, 2974=>984, 2975=>777, 2979=>1338, 2980=>664, 2984=>561, 2985=>1029, 2986=>607,
2990=>697, 2991=>697, 2992=>434, 2993=>617, 2994=>869, 2995=>859, 2996=>697, 2997=>869, 2999=>1145, 3000=>1064, 3001=>1316, 3006=>424, 3007=>125, 3008=>596, 3009=>539, 3014=>596,
3015=>650, 3016=>973, 3018=>1286, 3019=>1286, 3020=>1706, 3021=>333, 3031=>859, 3034=>778, 3035=>881, 3036=>876, 3037=>648, 3041=>744, 3203=>342, 3205=>620, 3206=>591, 3207=>600,
3208=>776, 3209=>1138, 3210=>1464, 3214=>574, 3215=>570, 3216=>580, 3218=>589, 3219=>597, 3220=>625, 3221=>256, 3222=>565, 3223=>326, 3224=>604, 3225=>651, 3226=>408, 3228=>611,
3230=>843, 3231=>610, 3232=>258, 3233=>317, 3234=>328, 3235=>803, 3236=>317, 3237=>328, 3238=>352, 3239=>352, 3240=>317, 3248=>248, 3249=>621, 3250=>620, 3251=>620, 3302=>649,
3303=>550, 3304=>573, 3305=>567, 3306=>562, 3307=>557, 3308=>562, 3309=>567, 3310=>557, 3311=>557, 3458=>468, 3459=>318, 3461=>660, 3465=>778, 3466=>807, 3467=>830, 3473=>838,
3476=>860, 3481=>1000, 3482=>973, 3483=>860, 3484=>997, 3486=>740, 3488=>838, 3489=>886, 3490=>886, 3492=>1295, 3493=>1295, 3495=>838, 3496=>860, 3497=>860, 3498=>860, 3499=>1403,
3501=>973, 3502=>838, 3503=>660, 3504=>860, 3505=>973, 3507=>660, 3508=>886, 3509=>838, 3510=>860, 3511=>973, 3512=>838, 3513=>860, 3514=>886, 3515=>807, 3517=>830, 3520=>838,
3521=>973, 3522=>886, 3523=>886, 3524=>973, 3525=>830, 3526=>973, 3530=>0, 3535=>432, 3536=>380, 3537=>420, 3538=>0, 3539=>0, 3540=>0, 3542=>0, 3544=>501, 3545=>652,
3551=>648, 7680=>667, 7681=>556, 7682=>667, 7683=>556, 7684=>667, 7685=>556, 7686=>667, 7687=>556, 7688=>722, 7689=>500, 7690=>722, 7691=>556, 7692=>722, 7693=>556, 7694=>722,
7695=>556, 7696=>722, 7697=>556, 7698=>722, 7699=>556, 7700=>667, 7701=>556, 7702=>667, 7703=>556, 7704=>667, 7705=>556, 7706=>667, 7707=>556, 7708=>667, 7709=>556, 7710=>611,
7711=>278, 7712=>778, 7713=>556, 7714=>722, 7715=>556, 7716=>722, 7717=>556, 7718=>722, 7719=>556, 7720=>722, 7721=>556, 7722=>722, 7723=>556, 7724=>278, 7725=>222, 7726=>278,
7727=>278, 7728=>667, 7729=>500, 7730=>667, 7731=>500, 7732=>667, 7733=>500, 7734=>556, 7735=>222, 7736=>556, 7737=>222, 7738=>556, 7739=>222, 7740=>556, 7741=>222, 7742=>833,
7743=>833, 7744=>833, 7745=>833, 7746=>833, 7747=>833, 7748=>722, 7749=>556, 7750=>722, 7751=>556, 7752=>722, 7753=>556, 7754=>722, 7755=>556, 7756=>778, 7757=>556, 7758=>778,
7759=>556, 7760=>778, 7761=>556, 7762=>778, 7763=>556, 7764=>667, 7765=>556, 7766=>667, 7767=>556, 7768=>722, 7769=>333, 7770=>722, 7771=>333, 7772=>722, 7773=>333, 7774=>722,
7775=>333, 7776=>667, 7777=>500, 7778=>667, 7779=>500, 7780=>667, 7781=>500, 7782=>667, 7783=>500, 7784=>667, 7785=>500, 7786=>611, 7787=>278, 7788=>611, 7789=>278, 7790=>611,
7791=>278, 7792=>611, 7793=>278, 7794=>722, 7795=>556, 7796=>722, 7797=>556, 7798=>722, 7799=>556, 7800=>722, 7801=>556, 7802=>722, 7803=>556, 7804=>667, 7805=>500, 7806=>667,
7807=>500, 7808=>944, 7809=>722, 7810=>944, 7811=>722, 7812=>944, 7813=>722, 7814=>944, 7815=>722, 7816=>944, 7817=>722, 7818=>667, 7819=>500, 7820=>667, 7821=>500, 7822=>667,
7823=>500, 7824=>611, 7825=>500, 7826=>611, 7827=>500, 7828=>611, 7829=>500, 7830=>556, 7831=>278, 7832=>722, 7833=>500, 7835=>278, 7840=>667, 7841=>556, 7844=>667, 7845=>556,
7846=>667, 7847=>556, 7850=>667, 7851=>556, 7852=>667, 7853=>556, 7854=>667, 7855=>556, 7856=>667, 7857=>556, 7860=>667, 7861=>556, 7862=>667, 7863=>556, 7864=>667, 7865=>556,
7868=>667, 7869=>556, 7870=>667, 7871=>556, 7872=>667, 7873=>556, 7876=>667, 7877=>556, 7878=>667, 7879=>556, 7882=>278, 7883=>222, 7884=>778, 7885=>556, 7888=>778, 7889=>556,
7890=>778, 7891=>556, 7894=>778, 7895=>556, 7896=>778, 7897=>556, 7908=>722, 7909=>556, 7922=>667, 7923=>500, 7924=>667, 7925=>500, 7928=>667, 7929=>500, 7936=>596, 7937=>596,
7938=>596, 7939=>596, 7940=>596, 7941=>596, 7942=>596, 7943=>596, 7944=>684, 7945=>684, 7946=>684, 7947=>684, 7948=>684, 7949=>684, 7950=>684, 7951=>684, 7952=>510, 7953=>510,
7954=>510, 7955=>510, 7956=>510, 7957=>510, 7960=>650, 7961=>650, 7962=>650, 7963=>650, 7964=>650, 7965=>650, 7968=>526, 7969=>526, 7970=>526, 7971=>526, 7972=>526, 7973=>526,
7974=>526, 7975=>526, 7976=>683, 7977=>683, 7978=>683, 7979=>683, 7980=>683, 7981=>683, 7982=>683, 7983=>683, 7984=>286, 7985=>286, 7986=>286, 7987=>286, 7988=>286, 7989=>286,
7990=>286, 7991=>286, 7992=>236, 7993=>236, 7994=>236, 7995=>236, 7996=>236, 7997=>236, 7998=>236, 7999=>236, 8000=>550, 8001=>550, 8002=>550, 8003=>550, 8004=>550, 8005=>550,
8008=>750, 8009=>750, 8010=>750, 8011=>750, 8012=>750, 8013=>750, 8016=>515, 8017=>515, 8018=>515, 8019=>515, 8020=>515, 8021=>515, 8022=>515, 8023=>515, 8025=>684, 8027=>684,
8029=>684, 8031=>684, 8032=>740, 8033=>740, 8034=>740, 8035=>740, 8036=>740, 8037=>740, 8038=>740, 8039=>740, 8040=>720, 8041=>720, 8042=>720, 8043=>720, 8044=>720, 8045=>720,
8046=>720, 8047=>720, 8048=>596, 8049=>596, 8050=>510, 8051=>510, 8052=>526, 8053=>526, 8054=>286, 8055=>286, 8056=>550, 8057=>550, 8058=>515, 8059=>515, 8060=>740, 8061=>740,
8064=>596, 8065=>596, 8066=>596, 8067=>596, 8068=>596, 8069=>596, 8070=>596, 8071=>596, 8072=>882, 8073=>882, 8074=>882, 8075=>882, 8076=>882, 8077=>882, 8078=>882, 8079=>882,
8080=>526, 8081=>526, 8082=>526, 8083=>526, 8084=>526, 8085=>526, 8086=>526, 8087=>526, 8088=>857, 8089=>857, 8090=>857, 8091=>857, 8092=>857, 8093=>857, 8094=>857, 8095=>857,
8096=>740, 8097=>740, 8098=>740, 8099=>740, 8100=>740, 8101=>740, 8102=>740, 8103=>740, 8104=>945, 8105=>945, 8106=>945, 8107=>945, 8108=>945, 8109=>945, 8110=>945, 8111=>945,
8112=>596, 8113=>596, 8114=>596, 8115=>596, 8116=>596, 8118=>596, 8119=>596, 8120=>684, 8121=>684, 8122=>684, 8123=>684, 8124=>882, 8125=>278, 8126=>201, 8127=>333, 8128=>278,
8129=>333, 8130=>526, 8131=>526, 8132=>536, 8134=>526, 8135=>526, 8136=>650, 8137=>650, 8138=>683, 8139=>683, 8140=>857, 8141=>582, 8142=>582, 8143=>333, 8144=>286, 8145=>286,
8146=>286, 8147=>286, 8150=>286, 8151=>312, 8152=>236, 8153=>236, 8154=>236, 8155=>236, 8157=>582, 8158=>582, 8159=>333, 8160=>515, 8161=>515, 8162=>515, 8163=>515, 8164=>566,
8165=>566, 8166=>515, 8167=>515, 8168=>684, 8169=>684, 8170=>684, 8171=>684, 8172=>638, 8173=>333, 8174=>393, 8175=>333, 8178=>740, 8179=>740, 8180=>740, 8182=>740, 8183=>740,
8184=>750, 8185=>750, 8186=>720, 8187=>720, 8188=>939, 8189=>333, 8190=>333, 8208=>333, 8219=>221, 8223=>333, 8227=>350, 8241=>1360, 8242=>278, 8243=>469, 8244=>680, 8245=>278,
8246=>469, 8247=>680, 8251=>622, 8252=>556, 8253=>556, 8260=>167, 8263=>1112, 8264=>834, 8265=>834, 8267=>537, 8304=>351, 8305=>351, 8308=>351, 8309=>351, 8310=>351, 8311=>351,
8312=>351, 8313=>351, 8320=>351, 8321=>351, 8322=>351, 8323=>351, 8324=>351, 8325=>353, 8326=>351, 8327=>351, 8328=>351, 8329=>351, 8359=>1445, 8360=>1222, 8362=>869, 8459=>969,
8460=>615, 8464=>809, 8465=>519, 8466=>874, 8470=>1008, 8475=>850, 8476=>644, 8486=>720, 8487=>720, 8488=>512, 8490=>667, 8491=>667, 8492=>908, 8493=>623, 8496=>562, 8497=>611,
8498=>611, 8499=>1080, 8531=>869, 8532=>869, 8533=>869, 8534=>869, 8535=>869, 8536=>869, 8537=>869, 8538=>869, 8539=>869, 8540=>869, 8541=>869, 8542=>869, 8543=>869, 8544=>278,
8545=>556, 8546=>834, 8547=>945, 8548=>667, 8549=>945, 8550=>1223, 8551=>1501, 8552=>945, 8553=>667, 8554=>945, 8555=>1223, 8556=>556, 8557=>722, 8558=>722, 8559=>833, 8560=>222,
8561=>444, 8562=>666, 8563=>722, 8564=>500, 8565=>722, 8566=>944, 8567=>1166, 8568=>722, 8569=>500, 8570=>722, 8571=>944, 8572=>222, 8573=>500, 8574=>556, 8575=>833, 8592=>987,
8593=>603, 8594=>987, 8595=>603, 8596=>1042, 8597=>1042, 8629=>658, 8656=>987, 8657=>603, 8658=>987, 8659=>603, 8660=>1042, 8704=>667, 8706=>556, 8707=>667, 8709=>556, 8710=>711,
8711=>711, 8712=>713, 8713=>713, 8719=>823, 8720=>823, 8721=>804, 8722=>584, 8723=>584, 8727=>500, 8730=>542, 8733=>713, 8734=>713, 8736=>768, 8743=>603, 8744=>603, 8745=>768,
8746=>768, 8747=>556, 8748=>796, 8749=>956, 8750=>556, 8756=>863, 8764=>549, 8766=>584, 8769=>584, 8770=>584, 8771=>584, 8777=>636, 8800=>548, 8804=>584, 8805=>584, 8853=>768,
8854=>768, 8855=>768, 8869=>658, 8960=>823, 9674=>489, 9834=>555, 63033=>556, 63034=>556, 63035=>556, 63036=>556, 63037=>556, 63038=>556, 63039=>556, 63040=>556, 63041=>556, 63166=>222,
63171=>333, 63196=>556, 64256=>556, 64257=>500, 64258=>500, 64259=>778, 64260=>778, 64261=>556, 64262=>778, 64285=>200, 64286=>305, 64287=>400, 64288=>587, 64289=>890, 64290=>848, 64291=>872,
64292=>800, 64293=>850, 64294=>873, 64295=>797, 64296=>937, 64297=>584, 64298=>776, 64299=>776, 64300=>776, 64301=>776, 64302=>640, 64303=>640, 64304=>640, 64305=>591, 64306=>466, 64307=>598,
64308=>622, 64309=>262, 64310=>351, 64312=>608, 64313=>270, 64314=>526, 64315=>550, 64316=>600, 64318=>621, 64320=>378, 64321=>607, 64323=>575, 64324=>568, 64326=>590, 64327=>606, 64328=>547,
64329=>776, 64330=>687, 64331=>212, 64332=>591, 64333=>550, 64334=>568, 64335=>640, 65533=>788);
$enc='';
$diff='';
$file='FreeSans.z';
$ctg='FreeSans.ctg.z';
$originalsize=236376;
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/FreeSans.z
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/FreeSansBold.ctg.z
0,0 → 1,14
+¾ÆZ¬Ãz|ƒo±± ›ñ¶`+¶a;và{ìÄ.ìÆìÅ>ìÇÄ!ÆÅ1Ç œÄ)œÆœÅ9œÇ\Ä%\Æü€«¸†ñ®ãnâňæX‹h‘,²E±¨Í¢[ ‹i±,¶Å±¸Ïâ[Kh‰,±%±¤–Ì’[
+Ki©,µ¥±GìQ{Ì·´–ÎÒ[Ëh™,³e±¬ö„e³ì–Þ´œ–Ër[Ëkù,¿=e¬ =m…þÈl…ïÉ{ò¿÷(bE­˜=cÅíY{Ξ·¬„•´í%+e/[i+ce­œ•·
+ Õ…ʇ68týȆØPfÃm„}l#m”}b£mŒµq6Þ&ØÄИIö©}f“mŠMµi6ÝfØL›eŸÛ6Û¾´96×æÙ|[` m‘-¶%¶Ô–ÙrûÊVØJ[e«m}mkm­·oì[Û`m“m¶ïþ†sÙb[m›m·ö½í´]¶ÛöØ^Ûgû퀴Cv؎ØQ;fÇ턝´SvÚÎØY;gçí‚]´KvÙ®Øvծُö“]·vÓnÙm‚FÒ0#2#3
+¼¡¿æ¼±7ñ¦Þ̛{ oé­¼µ·ñ¶ÞÎÛûëÞÁßð7ý-ïèo{'ïÚ«‹wõnþŽw÷þ®÷ô^ÞÛßó>Þ×ûùû¡þ¼¿ð>È?ôÁþ‘ñ¡>̇ûÿ8œëHåŸøhãcCµq>Þ'øDŸäŸúg>Ù§øTŸæÓ}†ÏôYþ¹á³ýËð¼9>×ç…â|_à }‘/ö%¾Ô—ùò?ú–øW¾âÎÝJ_å«CqíkCq¯÷oîô}û+37ü¢e£oú•q›Ùv/ùo~Ké[|«oóí÷p¯¡ò}ñä;ØλÔÎÿ$¾ûNÜó«½{}ßµì¿Ï ý ~àN<è‡l&"""~ЈˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆˆÈïó#~ԏùq?á'ý”Ÿö3:£ÏÏþéçîG"""òpðó~áÿšwÑ/ùe¿â?øU¿æ?úO~ÝoøM¿å·0ð "ƒHAä J5ˆуAÌ V;t'TâñB×øA‚Ð5a(H$ ’ɂäAŠ eê^?­ˆˆÈ_¤~Јü5ÿž‡²
\ No newline at end of file
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/FreeSansBold.php
0,0 → 1,79
<?php
$type='TrueTypeUnicode';
$name='FreeSansBold';
$desc=array('Ascent'=>1159,'Descent'=>-355,'CapHeight'=>1159,'Flags'=>32,'FontBBox'=>'[-459 -355 1300 1159]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>600);
$up=-155;
$ut=69;
$cw=array(
13=>333, 32=>278, 33=>333, 34=>474, 35=>556, 36=>556, 37=>889, 38=>722, 39=>238, 40=>333, 41=>333, 42=>389, 43=>584, 44=>278, 45=>333, 46=>278,
47=>278, 48=>556, 49=>556, 50=>556, 51=>556, 52=>556, 53=>556, 54=>556, 55=>556, 56=>556, 57=>556, 58=>333, 59=>333, 60=>584, 61=>584, 62=>584,
63=>611, 64=>975, 65=>722, 66=>722, 67=>722, 68=>722, 69=>667, 70=>611, 71=>778, 72=>722, 73=>278, 74=>556, 75=>722, 76=>611, 77=>833, 78=>722,
79=>778, 80=>667, 81=>778, 82=>722, 83=>667, 84=>611, 85=>722, 86=>667, 87=>944, 88=>667, 89=>667, 90=>611, 91=>333, 92=>278, 93=>333, 94=>584,
95=>556, 96=>333, 97=>556, 98=>611, 99=>556, 100=>611, 101=>556, 102=>333, 103=>611, 104=>611, 105=>278, 106=>278, 107=>556, 108=>278, 109=>889, 110=>611,
111=>611, 112=>611, 113=>611, 114=>389, 115=>556, 116=>333, 117=>611, 118=>556, 119=>778, 120=>556, 121=>556, 122=>500, 123=>389, 124=>280, 125=>389, 126=>584,
8364=>556, 1027=>611, 8218=>278, 402=>556, 8222=>500, 8230=>1000, 8224=>556, 8225=>556, 710=>333, 8240=>1000, 352=>667, 8249=>333, 338=>1000, 1036=>722, 381=>611, 1039=>722,
8216=>278, 8217=>278, 8220=>500, 8221=>500, 8226=>350, 8211=>556, 8212=>1000, 732=>333, 8482=>1000, 353=>556, 8250=>333, 339=>944, 1116=>573, 382=>500, 376=>667, 161=>333,
162=>556, 163=>556, 164=>556, 165=>556, 166=>280, 167=>556, 168=>333, 169=>737, 170=>370, 171=>556, 172=>584, 174=>737, 175=>333, 176=>606, 177=>584, 178=>351,
179=>351, 180=>333, 181=>611, 182=>556, 183=>278, 184=>333, 185=>351, 186=>365, 187=>556, 188=>869, 189=>869, 190=>869, 191=>611, 192=>722, 193=>722, 194=>722,
195=>722, 196=>722, 197=>722, 198=>1000, 199=>722, 200=>667, 201=>667, 202=>667, 203=>667, 204=>278, 205=>278, 206=>278, 207=>278, 208=>722, 209=>722, 210=>778,
211=>778, 212=>778, 213=>778, 214=>778, 215=>584, 216=>778, 217=>722, 218=>722, 219=>722, 220=>722, 221=>667, 222=>667, 223=>611, 224=>556, 225=>556, 226=>556,
227=>556, 228=>556, 229=>556, 230=>889, 231=>556, 232=>556, 233=>556, 234=>556, 235=>556, 236=>278, 237=>278, 238=>278, 239=>278, 240=>611, 241=>611, 242=>611,
243=>611, 244=>611, 245=>611, 246=>611, 247=>584, 248=>611, 249=>611, 250=>611, 251=>611, 252=>611, 253=>556, 254=>611, 255=>556, 256=>722, 257=>556, 258=>722,
259=>556, 260=>722, 261=>556, 262=>722, 263=>556, 264=>722, 265=>556, 266=>722, 267=>556, 268=>722, 269=>556, 270=>722, 271=>611, 272=>722, 273=>611, 274=>667,
275=>556, 276=>667, 277=>556, 278=>667, 279=>556, 280=>667, 281=>556, 282=>667, 283=>556, 284=>778, 285=>611, 286=>778, 287=>611, 288=>778, 289=>611, 290=>778,
291=>611, 292=>722, 293=>611, 294=>722, 295=>611, 296=>278, 297=>278, 298=>278, 299=>278, 300=>278, 301=>278, 302=>278, 303=>278, 304=>278, 305=>278, 306=>808,
307=>492, 308=>556, 309=>278, 310=>722, 311=>556, 312=>573, 313=>611, 314=>278, 315=>611, 316=>278, 317=>611, 318=>278, 319=>611, 320=>556, 321=>611, 322=>278,
323=>722, 324=>611, 325=>722, 326=>611, 327=>722, 328=>611, 329=>611, 330=>722, 331=>611, 332=>778, 333=>611, 334=>778, 335=>611, 336=>778, 337=>611, 340=>722,
341=>389, 342=>722, 343=>389, 344=>722, 345=>389, 346=>667, 347=>556, 348=>667, 349=>556, 350=>667, 351=>556, 354=>611, 355=>333, 356=>611, 357=>333, 358=>611,
359=>333, 360=>722, 361=>611, 362=>722, 363=>611, 364=>722, 365=>611, 366=>722, 367=>611, 368=>722, 369=>611, 370=>722, 371=>611, 372=>944, 373=>778, 374=>667,
375=>556, 377=>611, 378=>500, 379=>611, 380=>500, 383=>333, 452=>1333, 453=>1222, 454=>1111, 455=>1167, 456=>889, 457=>556, 458=>1278, 459=>1000, 460=>889, 461=>722,
462=>556, 463=>278, 464=>278, 465=>778, 466=>611, 467=>722, 468=>611, 469=>722, 470=>611, 471=>722, 472=>611, 473=>722, 474=>611, 475=>722, 476=>611, 478=>722,
479=>556, 482=>1000, 483=>889, 486=>778, 487=>611, 488=>722, 489=>556, 490=>778, 491=>611, 492=>778, 493=>611, 497=>1333, 498=>1222, 499=>1111, 504=>722, 505=>611,
506=>722, 507=>556, 508=>1000, 509=>889, 510=>778, 511=>611, 514=>722, 515=>556, 518=>667, 519=>556, 522=>278, 523=>278, 526=>778, 527=>611, 530=>722, 531=>389,
534=>722, 535=>611, 536=>667, 537=>556, 538=>611, 539=>333, 711=>333, 728=>333, 729=>333, 730=>333, 731=>333, 733=>333, 884=>379, 885=>379, 890=>332, 894=>333,
900=>325, 901=>658, 902=>761, 903=>474, 904=>706, 905=>733, 906=>285, 908=>785, 910=>823, 911=>819, 913=>722, 914=>722, 915=>642, 916=>726, 917=>667, 918=>611,
919=>722, 920=>810, 921=>278, 922=>722, 923=>744, 924=>860, 925=>714, 926=>690, 927=>822, 928=>781, 929=>698, 931=>688, 932=>688, 933=>804, 934=>777, 935=>783,
936=>805, 937=>780, 938=>278, 939=>804, 940=>660, 941=>559, 942=>560, 943=>356, 944=>575, 945=>656, 946=>576, 947=>591, 948=>620, 949=>570, 950=>522, 951=>586,
952=>586, 953=>346, 954=>576, 955=>620, 956=>667, 957=>564, 958=>530, 959=>610, 960=>721, 961=>626, 962=>595, 963=>676, 964=>592, 965=>575, 966=>801, 967=>632,
968=>722, 969=>800, 970=>346, 971=>575, 972=>599, 973=>567, 974=>1125, 1024=>667, 1025=>709, 1026=>790, 1028=>722, 1029=>667, 1030=>278, 1031=>278, 1032=>556, 1033=>1110,
1034=>1113, 1035=>790, 1037=>726, 1038=>718, 1040=>722, 1041=>722, 1042=>722, 1043=>611, 1044=>900, 1045=>709, 1046=>1093, 1047=>672, 1048=>757, 1049=>757, 1050=>750, 1051=>729,
1052=>874, 1053=>753, 1054=>778, 1055=>753, 1056=>671, 1057=>722, 1058=>611, 1059=>718, 1060=>892, 1061=>667, 1062=>816, 1063=>685, 1064=>1057, 1065=>1183, 1066=>928, 1067=>949,
1068=>687, 1069=>722, 1070=>1109, 1071=>698, 1072=>556, 1073=>606, 1074=>572, 1075=>454, 1076=>685, 1077=>556, 1078=>809, 1079=>546, 1080=>615, 1081=>615, 1082=>573, 1083=>577,
1084=>666, 1085=>603, 1086=>611, 1087=>603, 1088=>611, 1089=>556, 1090=>454, 1091=>556, 1092=>957, 1093=>556, 1094=>652, 1095=>578, 1096=>886, 1097=>968, 1098=>693, 1099=>811,
1100=>562, 1101=>564, 1102=>908, 1103=>596, 1104=>556, 1105=>556, 1106=>606, 1107=>454, 1108=>556, 1109=>556, 1110=>278, 1111=>278, 1112=>278, 1113=>900, 1114=>611, 1115=>606,
1117=>608, 1118=>556, 1119=>608, 1164=>687, 1165=>562, 1166=>667, 1167=>611, 1168=>611, 1169=>454, 1170=>611, 1171=>454, 1172=>611, 1173=>454, 1174=>1093, 1175=>809, 1176=>672,
1177=>546, 1178=>722, 1179=>573, 1180=>722, 1181=>573, 1182=>722, 1183=>573, 1184=>722, 1185=>573, 1186=>722, 1187=>608, 1188=>722, 1189=>608, 1190=>722, 1191=>608, 1192=>722,
1193=>556, 1194=>722, 1195=>556, 1196=>611, 1197=>454, 1198=>667, 1199=>556, 1200=>667, 1201=>556, 1202=>667, 1203=>556, 1204=>814, 1205=>685, 1206=>675, 1207=>580, 1208=>675,
1209=>580, 1210=>675, 1211=>580, 1212=>722, 1213=>556, 1214=>722, 1215=>556, 1216=>278, 1217=>1093, 1218=>809, 1219=>722, 1220=>573, 1223=>722, 1224=>608, 1227=>675, 1228=>580,
1232=>722, 1233=>556, 1234=>722, 1235=>556, 1236=>1000, 1237=>889, 1238=>709, 1239=>556, 1240=>722, 1241=>556, 1242=>722, 1243=>556, 1244=>1093, 1245=>809, 1246=>672, 1247=>546,
1248=>672, 1249=>546, 1250=>757, 1251=>615, 1252=>757, 1253=>615, 1254=>778, 1255=>611, 1256=>778, 1257=>611, 1258=>778, 1259=>611, 1260=>722, 1261=>564, 1262=>718, 1263=>556,
1264=>718, 1265=>556, 1266=>718, 1267=>556, 1268=>685, 1269=>578, 1272=>949, 1273=>811, 1456=>82, 1457=>347, 1458=>341, 1459=>341, 1460=>82, 1461=>211, 1462=>211, 1463=>200,
1464=>200, 1465=>82, 1467=>341, 1468=>82, 1469=>82, 1470=>516, 1471=>200, 1472=>297, 1473=>1038, 1474=>1038, 1475=>333, 1476=>82, 1488=>714, 1489=>651, 1490=>557, 1491=>638,
1492=>682, 1493=>297, 1494=>443, 1495=>682, 1496=>670, 1497=>284, 1498=>590, 1499=>595, 1500=>667, 1501=>683, 1502=>704, 1503=>297, 1504=>429, 1505=>670, 1506=>653, 1507=>661,
1508=>660, 1509=>616, 1510=>671, 1511=>672, 1512=>600, 1513=>840, 1514=>756, 1520=>554, 1521=>550, 1522=>542, 1523=>238, 1524=>474, 1559=>556, 1560=>778, 1561=>944, 1562=>611,
1563=>278, 1564=>889, 1569=>844, 1576=>923, 1578=>922, 1579=>922, 1581=>649, 1582=>704, 1587=>1221, 7936=>656, 7937=>656, 7938=>656, 7939=>656, 7940=>656, 7941=>656, 7942=>656,
7943=>656, 7944=>722, 7945=>722, 7946=>722, 7947=>722, 7948=>722, 7949=>722, 7950=>722, 7951=>722, 7952=>570, 7953=>570, 7954=>570, 7955=>570, 7956=>570, 7957=>570, 7960=>667,
7961=>667, 7962=>667, 7963=>667, 7964=>667, 7965=>667, 7968=>586, 7969=>586, 7970=>586, 7971=>586, 7972=>586, 7973=>586, 7974=>586, 7975=>586, 7976=>722, 7977=>722, 7978=>722,
7979=>722, 7980=>722, 7981=>722, 7982=>722, 7983=>722, 7984=>346, 7985=>346, 7986=>346, 7987=>346, 7988=>346, 7989=>346, 7990=>346, 7991=>346, 7992=>278, 7993=>278, 7994=>278,
7995=>278, 7996=>278, 7997=>278, 7998=>278, 7999=>278, 8000=>610, 8001=>610, 8002=>610, 8003=>610, 8004=>610, 8005=>610, 8008=>822, 8009=>822, 8010=>822, 8011=>822, 8012=>822,
8013=>822, 8016=>575, 8017=>575, 8018=>575, 8019=>575, 8020=>575, 8021=>575, 8022=>575, 8023=>575, 8025=>804, 8027=>804, 8029=>804, 8031=>804, 8032=>800, 8033=>800, 8034=>800,
8035=>800, 8036=>800, 8037=>800, 8038=>800, 8039=>800, 8040=>780, 8041=>780, 8042=>780, 8043=>780, 8044=>780, 8045=>780, 8046=>780, 8047=>780, 8048=>656, 8049=>656, 8050=>570,
8051=>570, 8052=>586, 8053=>586, 8054=>346, 8055=>346, 8056=>610, 8057=>610, 8058=>575, 8059=>575, 8060=>800, 8061=>800, 8064=>656, 8065=>656, 8066=>656, 8067=>656, 8068=>656,
8069=>656, 8070=>656, 8071=>656, 8072=>968, 8073=>968, 8074=>968, 8075=>968, 8076=>968, 8077=>968, 8078=>968, 8079=>968, 8080=>586, 8081=>586, 8082=>586, 8083=>586, 8084=>586,
8085=>586, 8086=>586, 8087=>586, 8088=>968, 8089=>968, 8090=>968, 8091=>968, 8092=>968, 8093=>968, 8094=>968, 8095=>968, 8096=>800, 8097=>800, 8098=>800, 8099=>800, 8100=>800,
8101=>800, 8102=>800, 8103=>800, 8104=>1026, 8105=>1026, 8106=>1026, 8107=>1026, 8108=>1026, 8109=>1026, 8110=>1026, 8111=>1026, 8112=>656, 8113=>656, 8114=>656, 8115=>656, 8116=>660,
8118=>656, 8119=>656, 8120=>722, 8121=>722, 8122=>722, 8123=>722, 8124=>968, 8125=>278, 8126=>346, 8127=>278, 8128=>278, 8129=>333, 8130=>586, 8131=>586, 8132=>560, 8134=>586,
8135=>586, 8136=>667, 8137=>667, 8138=>722, 8139=>722, 8140=>968, 8141=>492, 8142=>489, 8143=>394, 8144=>346, 8145=>346, 8146=>346, 8147=>346, 8150=>346, 8151=>346, 8152=>278,
8153=>278, 8154=>278, 8155=>278, 8157=>481, 8158=>589, 8159=>333, 8160=>575, 8161=>575, 8162=>575, 8163=>575, 8164=>626, 8165=>626, 8166=>575, 8167=>575, 8168=>804, 8169=>804,
8170=>804, 8171=>804, 8172=>698, 8173=>333, 8174=>333, 8175=>333, 8178=>800, 8179=>800, 8180=>1125, 8182=>800, 8183=>800, 8184=>822, 8185=>822, 8186=>780, 8187=>780, 8188=>1111,
8189=>333, 8190=>278, 8260=>167, 8308=>351, 8321=>351, 8322=>351, 8323=>351, 8324=>351, 8362=>1049, 8543=>869, 8706=>490, 8710=>729, 8721=>711, 8722=>584, 8730=>542, 8800=>548,
8804=>584, 8805=>584, 9674=>489, 63033=>556, 63034=>556, 63035=>556, 63036=>556, 63037=>556, 63038=>556, 63039=>556, 63040=>556, 63041=>556, 63171=>333, 63196=>556, 64257=>611, 64258=>611,
64285=>284, 64286=>305, 64287=>542, 64288=>653, 64289=>964, 64290=>888, 64291=>932, 64292=>845, 64293=>917, 64294=>933, 64295=>850, 64296=>1006, 64297=>584, 64298=>840, 64299=>840, 64300=>840,
64301=>840, 64302=>714, 64303=>714, 64304=>714, 64305=>651, 64306=>557, 64307=>638, 64308=>682, 64309=>367, 64310=>443, 64312=>670, 64313=>354, 64314=>590, 64315=>595, 64316=>667, 64318=>704,
64320=>429, 64321=>670, 64323=>661, 64324=>660, 64326=>671, 64327=>672, 64328=>600, 64329=>840, 64330=>756, 64331=>297, 64332=>651, 64333=>595, 64334=>660, 64335=>714, 65182=>636);
$enc='';
$diff='';
$file='FreeSansBold.z';
$ctg='FreeSansBold.ctg.z';
$originalsize=88972;
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/FreeSansBold.z
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/courier.php
0,0 → 1,8
<?php
// vim: expandtab sw=4 ts=4 sts=4:
for ($i=0;$i<=255;$i++)
$fpdf_charwidths['courier'][chr($i)]=600;
$fpdf_charwidths['courierB']=$fpdf_charwidths['courier'];
$fpdf_charwidths['courierI']=$fpdf_charwidths['courier'];
$fpdf_charwidths['courierBI']=$fpdf_charwidths['courier'];
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/helvetica.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['helvetica']=array(
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>278,'"'=>355,'#'=>556,'$'=>556,'%'=>889,'&'=>667,'\''=>191,'('=>333,')'=>333,'*'=>389,'+'=>584,
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>278,';'=>278,'<'=>584,'='=>584,'>'=>584,'?'=>556,'@'=>1015,'A'=>667,
'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>500,'K'=>667,'L'=>556,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
'X'=>667,'Y'=>667,'Z'=>611,'['=>278,'\\'=>278,']'=>278,'^'=>469,'_'=>556,'`'=>333,'a'=>556,'b'=>556,'c'=>500,'d'=>556,'e'=>556,'f'=>278,'g'=>556,'h'=>556,'i'=>222,'j'=>222,'k'=>500,'l'=>222,'m'=>833,
'n'=>556,'o'=>556,'p'=>556,'q'=>556,'r'=>333,'s'=>500,'t'=>278,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>500,'{'=>334,'|'=>260,'}'=>334,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>222,chr(131)=>556,
chr(132)=>333,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>222,chr(146)=>222,chr(147)=>333,chr(148)=>333,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>556,chr(182)=>537,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556,
chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/helveticab.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['helveticaB']=array(
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>333,'"'=>474,'#'=>556,'$'=>556,'%'=>889,'&'=>722,'\''=>238,'('=>333,')'=>333,'*'=>389,'+'=>584,
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>333,';'=>333,'<'=>584,'='=>584,'>'=>584,'?'=>611,'@'=>975,'A'=>722,
'B'=>722,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>556,'K'=>722,'L'=>611,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
'X'=>667,'Y'=>667,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>584,'_'=>556,'`'=>333,'a'=>556,'b'=>611,'c'=>556,'d'=>611,'e'=>556,'f'=>333,'g'=>611,'h'=>611,'i'=>278,'j'=>278,'k'=>556,'l'=>278,'m'=>889,
'n'=>611,'o'=>611,'p'=>611,'q'=>611,'r'=>389,'s'=>556,'t'=>333,'u'=>611,'v'=>556,'w'=>778,'x'=>556,'y'=>556,'z'=>500,'{'=>389,'|'=>280,'}'=>389,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>278,chr(131)=>556,
chr(132)=>500,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>278,chr(146)=>278,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>611,chr(182)=>556,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611,
chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/helveticabi.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['helveticaBI']=array(
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>333,'"'=>474,'#'=>556,'$'=>556,'%'=>889,'&'=>722,'\''=>238,'('=>333,')'=>333,'*'=>389,'+'=>584,
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>333,';'=>333,'<'=>584,'='=>584,'>'=>584,'?'=>611,'@'=>975,'A'=>722,
'B'=>722,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>556,'K'=>722,'L'=>611,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
'X'=>667,'Y'=>667,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>584,'_'=>556,'`'=>333,'a'=>556,'b'=>611,'c'=>556,'d'=>611,'e'=>556,'f'=>333,'g'=>611,'h'=>611,'i'=>278,'j'=>278,'k'=>556,'l'=>278,'m'=>889,
'n'=>611,'o'=>611,'p'=>611,'q'=>611,'r'=>389,'s'=>556,'t'=>333,'u'=>611,'v'=>556,'w'=>778,'x'=>556,'y'=>556,'z'=>500,'{'=>389,'|'=>280,'}'=>389,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>278,chr(131)=>556,
chr(132)=>500,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>278,chr(146)=>278,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
chr(154)=>556,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>280,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>611,chr(182)=>556,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>556,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>611,chr(241)=>611,
chr(242)=>611,chr(243)=>611,chr(244)=>611,chr(245)=>611,chr(246)=>611,chr(247)=>584,chr(248)=>611,chr(249)=>611,chr(250)=>611,chr(251)=>611,chr(252)=>611,chr(253)=>556,chr(254)=>611,chr(255)=>556);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/helveticai.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['helveticaI']=array(
chr(0)=>278,chr(1)=>278,chr(2)=>278,chr(3)=>278,chr(4)=>278,chr(5)=>278,chr(6)=>278,chr(7)=>278,chr(8)=>278,chr(9)=>278,chr(10)=>278,chr(11)=>278,chr(12)=>278,chr(13)=>278,chr(14)=>278,chr(15)=>278,chr(16)=>278,chr(17)=>278,chr(18)=>278,chr(19)=>278,chr(20)=>278,chr(21)=>278,
chr(22)=>278,chr(23)=>278,chr(24)=>278,chr(25)=>278,chr(26)=>278,chr(27)=>278,chr(28)=>278,chr(29)=>278,chr(30)=>278,chr(31)=>278,' '=>278,'!'=>278,'"'=>355,'#'=>556,'$'=>556,'%'=>889,'&'=>667,'\''=>191,'('=>333,')'=>333,'*'=>389,'+'=>584,
','=>278,'-'=>333,'.'=>278,'/'=>278,'0'=>556,'1'=>556,'2'=>556,'3'=>556,'4'=>556,'5'=>556,'6'=>556,'7'=>556,'8'=>556,'9'=>556,':'=>278,';'=>278,'<'=>584,'='=>584,'>'=>584,'?'=>556,'@'=>1015,'A'=>667,
'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>722,'I'=>278,'J'=>500,'K'=>667,'L'=>556,'M'=>833,'N'=>722,'O'=>778,'P'=>667,'Q'=>778,'R'=>722,'S'=>667,'T'=>611,'U'=>722,'V'=>667,'W'=>944,
'X'=>667,'Y'=>667,'Z'=>611,'['=>278,'\\'=>278,']'=>278,'^'=>469,'_'=>556,'`'=>333,'a'=>556,'b'=>556,'c'=>500,'d'=>556,'e'=>556,'f'=>278,'g'=>556,'h'=>556,'i'=>222,'j'=>222,'k'=>500,'l'=>222,'m'=>833,
'n'=>556,'o'=>556,'p'=>556,'q'=>556,'r'=>333,'s'=>500,'t'=>278,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>500,'{'=>334,'|'=>260,'}'=>334,'~'=>584,chr(127)=>350,chr(128)=>556,chr(129)=>350,chr(130)=>222,chr(131)=>556,
chr(132)=>333,chr(133)=>1000,chr(134)=>556,chr(135)=>556,chr(136)=>333,chr(137)=>1000,chr(138)=>667,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>222,chr(146)=>222,chr(147)=>333,chr(148)=>333,chr(149)=>350,chr(150)=>556,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
chr(154)=>500,chr(155)=>333,chr(156)=>944,chr(157)=>350,chr(158)=>500,chr(159)=>667,chr(160)=>278,chr(161)=>333,chr(162)=>556,chr(163)=>556,chr(164)=>556,chr(165)=>556,chr(166)=>260,chr(167)=>556,chr(168)=>333,chr(169)=>737,chr(170)=>370,chr(171)=>556,chr(172)=>584,chr(173)=>333,chr(174)=>737,chr(175)=>333,
chr(176)=>400,chr(177)=>584,chr(178)=>333,chr(179)=>333,chr(180)=>333,chr(181)=>556,chr(182)=>537,chr(183)=>278,chr(184)=>333,chr(185)=>333,chr(186)=>365,chr(187)=>556,chr(188)=>834,chr(189)=>834,chr(190)=>834,chr(191)=>611,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>278,chr(205)=>278,chr(206)=>278,chr(207)=>278,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>584,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>667,chr(222)=>667,chr(223)=>611,chr(224)=>556,chr(225)=>556,chr(226)=>556,chr(227)=>556,chr(228)=>556,chr(229)=>556,chr(230)=>889,chr(231)=>500,chr(232)=>556,chr(233)=>556,chr(234)=>556,chr(235)=>556,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>556,chr(241)=>556,
chr(242)=>556,chr(243)=>556,chr(244)=>556,chr(245)=>556,chr(246)=>556,chr(247)=>584,chr(248)=>611,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/symbol.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['symbol']=array(
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>713,'#'=>500,'$'=>549,'%'=>833,'&'=>778,'\''=>439,'('=>333,')'=>333,'*'=>500,'+'=>549,
','=>250,'-'=>549,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>278,';'=>278,'<'=>549,'='=>549,'>'=>549,'?'=>444,'@'=>549,'A'=>722,
'B'=>667,'C'=>722,'D'=>612,'E'=>611,'F'=>763,'G'=>603,'H'=>722,'I'=>333,'J'=>631,'K'=>722,'L'=>686,'M'=>889,'N'=>722,'O'=>722,'P'=>768,'Q'=>741,'R'=>556,'S'=>592,'T'=>611,'U'=>690,'V'=>439,'W'=>768,
'X'=>645,'Y'=>795,'Z'=>611,'['=>333,'\\'=>863,']'=>333,'^'=>658,'_'=>500,'`'=>500,'a'=>631,'b'=>549,'c'=>549,'d'=>494,'e'=>439,'f'=>521,'g'=>411,'h'=>603,'i'=>329,'j'=>603,'k'=>549,'l'=>549,'m'=>576,
'n'=>521,'o'=>549,'p'=>549,'q'=>521,'r'=>549,'s'=>603,'t'=>439,'u'=>576,'v'=>713,'w'=>686,'x'=>493,'y'=>686,'z'=>494,'{'=>480,'|'=>200,'}'=>480,'~'=>549,chr(127)=>0,chr(128)=>0,chr(129)=>0,chr(130)=>0,chr(131)=>0,
chr(132)=>0,chr(133)=>0,chr(134)=>0,chr(135)=>0,chr(136)=>0,chr(137)=>0,chr(138)=>0,chr(139)=>0,chr(140)=>0,chr(141)=>0,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0,
chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>750,chr(161)=>620,chr(162)=>247,chr(163)=>549,chr(164)=>167,chr(165)=>713,chr(166)=>500,chr(167)=>753,chr(168)=>753,chr(169)=>753,chr(170)=>753,chr(171)=>1042,chr(172)=>987,chr(173)=>603,chr(174)=>987,chr(175)=>603,
chr(176)=>400,chr(177)=>549,chr(178)=>411,chr(179)=>549,chr(180)=>549,chr(181)=>713,chr(182)=>494,chr(183)=>460,chr(184)=>549,chr(185)=>549,chr(186)=>549,chr(187)=>549,chr(188)=>1000,chr(189)=>603,chr(190)=>1000,chr(191)=>658,chr(192)=>823,chr(193)=>686,chr(194)=>795,chr(195)=>987,chr(196)=>768,chr(197)=>768,
chr(198)=>823,chr(199)=>768,chr(200)=>768,chr(201)=>713,chr(202)=>713,chr(203)=>713,chr(204)=>713,chr(205)=>713,chr(206)=>713,chr(207)=>713,chr(208)=>768,chr(209)=>713,chr(210)=>790,chr(211)=>790,chr(212)=>890,chr(213)=>823,chr(214)=>549,chr(215)=>250,chr(216)=>713,chr(217)=>603,chr(218)=>603,chr(219)=>1042,
chr(220)=>987,chr(221)=>603,chr(222)=>987,chr(223)=>603,chr(224)=>494,chr(225)=>329,chr(226)=>790,chr(227)=>790,chr(228)=>786,chr(229)=>713,chr(230)=>384,chr(231)=>384,chr(232)=>384,chr(233)=>384,chr(234)=>384,chr(235)=>384,chr(236)=>494,chr(237)=>494,chr(238)=>494,chr(239)=>494,chr(240)=>0,chr(241)=>329,
chr(242)=>274,chr(243)=>686,chr(244)=>686,chr(245)=>686,chr(246)=>384,chr(247)=>384,chr(248)=>384,chr(249)=>384,chr(250)=>384,chr(251)=>384,chr(252)=>494,chr(253)=>494,chr(254)=>494,chr(255)=>0);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/tahoma.php
0,0 → 1,23
<?php
$type='TrueType';
$name='Tahoma';
$desc=array('Ascent'=>1000,'Descent'=>-207,'CapHeight'=>727,'Flags'=>32,'FontBBox'=>'[-600 -207 1338 1034]','ItalicAngle'=>0,'StemV'=>70,'MissingWidth'=>1000);
$up=-83;
$ut=63;
$cw=array(
chr(0)=>1000,chr(1)=>1000,chr(2)=>1000,chr(3)=>1000,chr(4)=>1000,chr(5)=>1000,chr(6)=>1000,chr(7)=>1000,chr(8)=>1000,chr(9)=>1000,chr(10)=>1000,chr(11)=>1000,chr(12)=>1000,chr(13)=>1000,chr(14)=>1000,chr(15)=>1000,chr(16)=>1000,chr(17)=>1000,chr(18)=>1000,chr(19)=>1000,chr(20)=>1000,chr(21)=>1000,
chr(22)=>1000,chr(23)=>1000,chr(24)=>1000,chr(25)=>1000,chr(26)=>1000,chr(27)=>1000,chr(28)=>1000,chr(29)=>1000,chr(30)=>1000,chr(31)=>1000,' '=>313,'!'=>332,'"'=>401,'#'=>728,'$'=>546,'%'=>977,'&'=>674,'\''=>211,'('=>383,')'=>383,'*'=>546,'+'=>728,
','=>303,'-'=>363,'.'=>303,'/'=>382,'0'=>546,'1'=>546,'2'=>546,'3'=>546,'4'=>546,'5'=>546,'6'=>546,'7'=>546,'8'=>546,'9'=>546,':'=>354,';'=>354,'<'=>728,'='=>728,'>'=>728,'?'=>474,'@'=>909,'A'=>600,
'B'=>589,'C'=>601,'D'=>678,'E'=>561,'F'=>521,'G'=>667,'H'=>675,'I'=>373,'J'=>417,'K'=>588,'L'=>498,'M'=>771,'N'=>667,'O'=>708,'P'=>551,'Q'=>708,'R'=>621,'S'=>557,'T'=>584,'U'=>656,'V'=>597,'W'=>902,
'X'=>581,'Y'=>576,'Z'=>559,'['=>383,'\\'=>382,']'=>383,'^'=>728,'_'=>546,'`'=>546,'a'=>525,'b'=>553,'c'=>461,'d'=>553,'e'=>526,'f'=>318,'g'=>553,'h'=>558,'i'=>229,'j'=>282,'k'=>498,'l'=>229,'m'=>840,
'n'=>558,'o'=>543,'p'=>553,'q'=>553,'r'=>360,'s'=>446,'t'=>334,'u'=>558,'v'=>498,'w'=>742,'x'=>495,'y'=>498,'z'=>444,'{'=>480,'|'=>382,'}'=>480,'~'=>728,chr(127)=>1000,chr(128)=>1000,chr(129)=>1000,chr(130)=>1000,chr(131)=>1000,
chr(132)=>1000,chr(133)=>1000,chr(134)=>1000,chr(135)=>1000,chr(136)=>1000,chr(137)=>1000,chr(138)=>1000,chr(139)=>1000,chr(140)=>1000,chr(141)=>1000,chr(142)=>1000,chr(143)=>1000,chr(144)=>1000,chr(145)=>1000,chr(146)=>1000,chr(147)=>1000,chr(148)=>1000,chr(149)=>1000,chr(150)=>1000,chr(151)=>1000,chr(152)=>1000,chr(153)=>1000,
chr(154)=>1000,chr(155)=>1000,chr(156)=>1000,chr(157)=>1000,chr(158)=>1000,chr(159)=>1000,chr(160)=>313,chr(161)=>600,chr(162)=>546,chr(163)=>518,chr(164)=>546,chr(165)=>498,chr(166)=>557,chr(167)=>546,chr(168)=>546,chr(169)=>557,chr(170)=>557,chr(171)=>584,chr(172)=>559,chr(173)=>363,chr(174)=>559,chr(175)=>559,
chr(176)=>471,chr(177)=>525,chr(178)=>546,chr(179)=>274,chr(180)=>546,chr(181)=>361,chr(182)=>446,chr(183)=>546,chr(184)=>546,chr(185)=>446,chr(186)=>446,chr(187)=>468,chr(188)=>444,chr(189)=>546,chr(190)=>444,chr(191)=>444,chr(192)=>621,chr(193)=>600,chr(194)=>600,chr(195)=>600,chr(196)=>600,chr(197)=>498,
chr(198)=>601,chr(199)=>601,chr(200)=>601,chr(201)=>561,chr(202)=>561,chr(203)=>561,chr(204)=>561,chr(205)=>373,chr(206)=>373,chr(207)=>678,chr(208)=>698,chr(209)=>667,chr(210)=>667,chr(211)=>708,chr(212)=>708,chr(213)=>708,chr(214)=>708,chr(215)=>728,chr(216)=>621,chr(217)=>656,chr(218)=>656,chr(219)=>656,
chr(220)=>656,chr(221)=>576,chr(222)=>584,chr(223)=>548,chr(224)=>360,chr(225)=>525,chr(226)=>525,chr(227)=>525,chr(228)=>525,chr(229)=>229,chr(230)=>461,chr(231)=>461,chr(232)=>461,chr(233)=>526,chr(234)=>526,chr(235)=>526,chr(236)=>526,chr(237)=>229,chr(238)=>229,chr(239)=>687,chr(240)=>573,chr(241)=>558,
chr(242)=>558,chr(243)=>543,chr(244)=>543,chr(245)=>543,chr(246)=>543,chr(247)=>728,chr(248)=>360,chr(249)=>558,chr(250)=>558,chr(251)=>558,chr(252)=>558,chr(253)=>498,chr(254)=>334,chr(255)=>546);
$enc='iso-8859-2';
$diff='128 /.notdef 130 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 142 /.notdef 145 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 158 /.notdef /.notdef 161 /Aogonek /breve /Lslash 165 /Lcaron /Sacute 169 /Scaron /Scedilla /Tcaron /Zacute 174 /Zcaron /Zdot 177 /aogonek /ogonek /lslash 181 /lcaron /sacute /caron 185 /scaron /scedilla /tcaron /zacute /hungarumlaut /zcaron /zdot /Racute 195 /Abreve 197 /Lacute /Cacute 200 /Ccaron 202 /Eogonek 204 /Ecaron 207 /Dcaron /Dslash /Nacute /Ncaron 213 /Odblacute 216 /Rcaron /Uring 219 /Udblacute 222 /Tcedilla 224 /racute 227 /abreve 229 /lacute /cacute 232 /ccaron 234 /eogonek 236 /ecaron 239 /dcaron /dmacron /nacute /ncaron 245 /odblacute 248 /rcaron /uring 251 /udblacute 254 /tcedilla /dotaccent';
$file='';
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/tahomab.php
0,0 → 1,23
<?php
$type='TrueType';
$name='Tahoma-Bold';
$desc=array('Ascent'=>1000,'Descent'=>-207,'CapHeight'=>727,'Flags'=>32,'FontBBox'=>'[-670 -207 1625 1065]','ItalicAngle'=>0,'StemV'=>120,'MissingWidth'=>1000);
$up=-70;
$ut=98;
$cw=array(
chr(0)=>1000,chr(1)=>1000,chr(2)=>1000,chr(3)=>1000,chr(4)=>1000,chr(5)=>1000,chr(6)=>1000,chr(7)=>1000,chr(8)=>1000,chr(9)=>1000,chr(10)=>1000,chr(11)=>1000,chr(12)=>1000,chr(13)=>1000,chr(14)=>1000,chr(15)=>1000,chr(16)=>1000,chr(17)=>1000,chr(18)=>1000,chr(19)=>1000,chr(20)=>1000,chr(21)=>1000,
chr(22)=>1000,chr(23)=>1000,chr(24)=>1000,chr(25)=>1000,chr(26)=>1000,chr(27)=>1000,chr(28)=>1000,chr(29)=>1000,chr(30)=>1000,chr(31)=>1000,' '=>293,'!'=>343,'"'=>489,'#'=>818,'$'=>637,'%'=>1199,'&'=>781,'\''=>275,'('=>454,')'=>454,'*'=>637,'+'=>818,
','=>313,'-'=>431,'.'=>313,'/'=>577,'0'=>637,'1'=>637,'2'=>637,'3'=>637,'4'=>637,'5'=>637,'6'=>637,'7'=>637,'8'=>637,'9'=>637,':'=>363,';'=>363,'<'=>818,'='=>818,'>'=>818,'?'=>566,'@'=>920,'A'=>685,
'B'=>686,'C'=>667,'D'=>757,'E'=>615,'F'=>581,'G'=>745,'H'=>764,'I'=>483,'J'=>500,'K'=>696,'L'=>572,'M'=>893,'N'=>771,'O'=>770,'P'=>657,'Q'=>770,'R'=>726,'S'=>633,'T'=>612,'U'=>739,'V'=>675,'W'=>1028,
'X'=>685,'Y'=>670,'Z'=>623,'['=>454,'\\'=>577,']'=>454,'^'=>818,'_'=>637,'`'=>546,'a'=>599,'b'=>632,'c'=>527,'d'=>629,'e'=>594,'f'=>382,'g'=>629,'h'=>640,'i'=>302,'j'=>363,'k'=>603,'l'=>302,'m'=>954,
'n'=>640,'o'=>617,'p'=>629,'q'=>629,'r'=>434,'s'=>515,'t'=>416,'u'=>640,'v'=>579,'w'=>890,'x'=>604,'y'=>576,'z'=>526,'{'=>623,'|'=>637,'}'=>623,'~'=>818,chr(127)=>1000,chr(128)=>1000,chr(129)=>1000,chr(130)=>1000,chr(131)=>1000,
chr(132)=>1000,chr(133)=>1000,chr(134)=>1000,chr(135)=>1000,chr(136)=>1000,chr(137)=>1000,chr(138)=>1000,chr(139)=>1000,chr(140)=>1000,chr(141)=>1000,chr(142)=>1000,chr(143)=>1000,chr(144)=>1000,chr(145)=>1000,chr(146)=>1000,chr(147)=>1000,chr(148)=>1000,chr(149)=>1000,chr(150)=>1000,chr(151)=>1000,chr(152)=>1000,chr(153)=>1000,
chr(154)=>1000,chr(155)=>1000,chr(156)=>1000,chr(157)=>1000,chr(158)=>1000,chr(159)=>1000,chr(160)=>293,chr(161)=>685,chr(162)=>546,chr(163)=>589,chr(164)=>637,chr(165)=>572,chr(166)=>633,chr(167)=>637,chr(168)=>546,chr(169)=>633,chr(170)=>633,chr(171)=>612,chr(172)=>623,chr(173)=>431,chr(174)=>623,chr(175)=>623,
chr(176)=>520,chr(177)=>599,chr(178)=>546,chr(179)=>335,chr(180)=>546,chr(181)=>490,chr(182)=>515,chr(183)=>546,chr(184)=>546,chr(185)=>515,chr(186)=>515,chr(187)=>619,chr(188)=>526,chr(189)=>546,chr(190)=>526,chr(191)=>526,chr(192)=>726,chr(193)=>685,chr(194)=>685,chr(195)=>685,chr(196)=>685,chr(197)=>572,
chr(198)=>667,chr(199)=>667,chr(200)=>667,chr(201)=>615,chr(202)=>615,chr(203)=>615,chr(204)=>615,chr(205)=>483,chr(206)=>483,chr(207)=>757,chr(208)=>774,chr(209)=>771,chr(210)=>771,chr(211)=>770,chr(212)=>770,chr(213)=>770,chr(214)=>770,chr(215)=>818,chr(216)=>726,chr(217)=>739,chr(218)=>739,chr(219)=>739,
chr(220)=>739,chr(221)=>670,chr(222)=>612,chr(223)=>646,chr(224)=>434,chr(225)=>599,chr(226)=>599,chr(227)=>599,chr(228)=>599,chr(229)=>302,chr(230)=>527,chr(231)=>527,chr(232)=>527,chr(233)=>594,chr(234)=>594,chr(235)=>594,chr(236)=>594,chr(237)=>302,chr(238)=>302,chr(239)=>817,chr(240)=>625,chr(241)=>640,
chr(242)=>640,chr(243)=>617,chr(244)=>617,chr(245)=>617,chr(246)=>617,chr(247)=>818,chr(248)=>434,chr(249)=>640,chr(250)=>640,chr(251)=>640,chr(252)=>640,chr(253)=>576,chr(254)=>416,chr(255)=>546);
$enc='iso-8859-2';
$diff='128 /.notdef 130 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 142 /.notdef 145 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef 158 /.notdef /.notdef 161 /Aogonek /breve /Lslash 165 /Lcaron /Sacute 169 /Scaron /Scedilla /Tcaron /Zacute 174 /Zcaron /Zdot 177 /aogonek /ogonek /lslash 181 /lcaron /sacute /caron 185 /scaron /scedilla /tcaron /zacute /hungarumlaut /zcaron /zdot /Racute 195 /Abreve 197 /Lacute /Cacute 200 /Ccaron 202 /Eogonek 204 /Ecaron 207 /Dcaron /Dslash /Nacute /Ncaron 213 /Odblacute 216 /Rcaron /Uring 219 /Udblacute 222 /Tcedilla 224 /racute 227 /abreve 229 /lacute /cacute 232 /ccaron 234 /eogonek 236 /ecaron 239 /dcaron /dmacron /nacute /ncaron 245 /odblacute 248 /rcaron /uring 251 /udblacute 254 /tcedilla /dotaccent';
$file='';
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/times.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['times']=array(
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>408,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>180,'('=>333,')'=>333,'*'=>500,'+'=>564,
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>278,';'=>278,'<'=>564,'='=>564,'>'=>564,'?'=>444,'@'=>921,'A'=>722,
'B'=>667,'C'=>667,'D'=>722,'E'=>611,'F'=>556,'G'=>722,'H'=>722,'I'=>333,'J'=>389,'K'=>722,'L'=>611,'M'=>889,'N'=>722,'O'=>722,'P'=>556,'Q'=>722,'R'=>667,'S'=>556,'T'=>611,'U'=>722,'V'=>722,'W'=>944,
'X'=>722,'Y'=>722,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>469,'_'=>500,'`'=>333,'a'=>444,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>333,'g'=>500,'h'=>500,'i'=>278,'j'=>278,'k'=>500,'l'=>278,'m'=>778,
'n'=>500,'o'=>500,'p'=>500,'q'=>500,'r'=>333,'s'=>389,'t'=>278,'u'=>500,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>444,'{'=>480,'|'=>200,'}'=>480,'~'=>541,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
chr(132)=>444,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>889,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>444,chr(148)=>444,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>980,
chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>200,chr(167)=>500,chr(168)=>333,chr(169)=>760,chr(170)=>276,chr(171)=>500,chr(172)=>564,chr(173)=>333,chr(174)=>760,chr(175)=>333,
chr(176)=>400,chr(177)=>564,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>500,chr(182)=>453,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>310,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>444,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>564,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>722,chr(222)=>556,chr(223)=>500,chr(224)=>444,chr(225)=>444,chr(226)=>444,chr(227)=>444,chr(228)=>444,chr(229)=>444,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>564,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>500,chr(254)=>500,chr(255)=>500);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/timesb.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['timesB']=array(
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>555,'#'=>500,'$'=>500,'%'=>1000,'&'=>833,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570,
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>570,'='=>570,'>'=>570,'?'=>500,'@'=>930,'A'=>722,
'B'=>667,'C'=>722,'D'=>722,'E'=>667,'F'=>611,'G'=>778,'H'=>778,'I'=>389,'J'=>500,'K'=>778,'L'=>667,'M'=>944,'N'=>722,'O'=>778,'P'=>611,'Q'=>778,'R'=>722,'S'=>556,'T'=>667,'U'=>722,'V'=>722,'W'=>1000,
'X'=>722,'Y'=>722,'Z'=>667,'['=>333,'\\'=>278,']'=>333,'^'=>581,'_'=>500,'`'=>333,'a'=>500,'b'=>556,'c'=>444,'d'=>556,'e'=>444,'f'=>333,'g'=>500,'h'=>556,'i'=>278,'j'=>333,'k'=>556,'l'=>278,'m'=>833,
'n'=>556,'o'=>500,'p'=>556,'q'=>556,'r'=>444,'s'=>389,'t'=>333,'u'=>556,'v'=>500,'w'=>722,'x'=>500,'y'=>500,'z'=>444,'{'=>394,'|'=>220,'}'=>394,'~'=>520,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>1000,chr(141)=>350,chr(142)=>667,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>444,chr(159)=>722,chr(160)=>250,chr(161)=>333,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>300,chr(171)=>500,chr(172)=>570,chr(173)=>333,chr(174)=>747,chr(175)=>333,
chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>556,chr(182)=>540,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>330,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>722,chr(193)=>722,chr(194)=>722,chr(195)=>722,chr(196)=>722,chr(197)=>722,
chr(198)=>1000,chr(199)=>722,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>778,chr(211)=>778,chr(212)=>778,chr(213)=>778,chr(214)=>778,chr(215)=>570,chr(216)=>778,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>722,chr(222)=>611,chr(223)=>556,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>500,chr(254)=>556,chr(255)=>500);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/timesbi.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['timesBI']=array(
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>389,'"'=>555,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>278,'('=>333,')'=>333,'*'=>500,'+'=>570,
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>570,'='=>570,'>'=>570,'?'=>500,'@'=>832,'A'=>667,
'B'=>667,'C'=>667,'D'=>722,'E'=>667,'F'=>667,'G'=>722,'H'=>778,'I'=>389,'J'=>500,'K'=>667,'L'=>611,'M'=>889,'N'=>722,'O'=>722,'P'=>611,'Q'=>722,'R'=>667,'S'=>556,'T'=>611,'U'=>722,'V'=>667,'W'=>889,
'X'=>667,'Y'=>611,'Z'=>611,'['=>333,'\\'=>278,']'=>333,'^'=>570,'_'=>500,'`'=>333,'a'=>500,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>333,'g'=>500,'h'=>556,'i'=>278,'j'=>278,'k'=>500,'l'=>278,'m'=>778,
'n'=>556,'o'=>500,'p'=>500,'q'=>500,'r'=>389,'s'=>389,'t'=>278,'u'=>556,'v'=>444,'w'=>667,'x'=>500,'y'=>444,'z'=>389,'{'=>348,'|'=>220,'}'=>348,'~'=>570,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
chr(132)=>500,chr(133)=>1000,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>556,chr(139)=>333,chr(140)=>944,chr(141)=>350,chr(142)=>611,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>500,chr(148)=>500,chr(149)=>350,chr(150)=>500,chr(151)=>1000,chr(152)=>333,chr(153)=>1000,
chr(154)=>389,chr(155)=>333,chr(156)=>722,chr(157)=>350,chr(158)=>389,chr(159)=>611,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>220,chr(167)=>500,chr(168)=>333,chr(169)=>747,chr(170)=>266,chr(171)=>500,chr(172)=>606,chr(173)=>333,chr(174)=>747,chr(175)=>333,
chr(176)=>400,chr(177)=>570,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>576,chr(182)=>500,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>300,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>667,chr(193)=>667,chr(194)=>667,chr(195)=>667,chr(196)=>667,chr(197)=>667,
chr(198)=>944,chr(199)=>667,chr(200)=>667,chr(201)=>667,chr(202)=>667,chr(203)=>667,chr(204)=>389,chr(205)=>389,chr(206)=>389,chr(207)=>389,chr(208)=>722,chr(209)=>722,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>570,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>611,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>722,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>556,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>570,chr(248)=>500,chr(249)=>556,chr(250)=>556,chr(251)=>556,chr(252)=>556,chr(253)=>444,chr(254)=>500,chr(255)=>444);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/timesi.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['timesI']=array(
chr(0)=>250,chr(1)=>250,chr(2)=>250,chr(3)=>250,chr(4)=>250,chr(5)=>250,chr(6)=>250,chr(7)=>250,chr(8)=>250,chr(9)=>250,chr(10)=>250,chr(11)=>250,chr(12)=>250,chr(13)=>250,chr(14)=>250,chr(15)=>250,chr(16)=>250,chr(17)=>250,chr(18)=>250,chr(19)=>250,chr(20)=>250,chr(21)=>250,
chr(22)=>250,chr(23)=>250,chr(24)=>250,chr(25)=>250,chr(26)=>250,chr(27)=>250,chr(28)=>250,chr(29)=>250,chr(30)=>250,chr(31)=>250,' '=>250,'!'=>333,'"'=>420,'#'=>500,'$'=>500,'%'=>833,'&'=>778,'\''=>214,'('=>333,')'=>333,'*'=>500,'+'=>675,
','=>250,'-'=>333,'.'=>250,'/'=>278,'0'=>500,'1'=>500,'2'=>500,'3'=>500,'4'=>500,'5'=>500,'6'=>500,'7'=>500,'8'=>500,'9'=>500,':'=>333,';'=>333,'<'=>675,'='=>675,'>'=>675,'?'=>500,'@'=>920,'A'=>611,
'B'=>611,'C'=>667,'D'=>722,'E'=>611,'F'=>611,'G'=>722,'H'=>722,'I'=>333,'J'=>444,'K'=>667,'L'=>556,'M'=>833,'N'=>667,'O'=>722,'P'=>611,'Q'=>722,'R'=>611,'S'=>500,'T'=>556,'U'=>722,'V'=>611,'W'=>833,
'X'=>611,'Y'=>556,'Z'=>556,'['=>389,'\\'=>278,']'=>389,'^'=>422,'_'=>500,'`'=>333,'a'=>500,'b'=>500,'c'=>444,'d'=>500,'e'=>444,'f'=>278,'g'=>500,'h'=>500,'i'=>278,'j'=>278,'k'=>444,'l'=>278,'m'=>722,
'n'=>500,'o'=>500,'p'=>500,'q'=>500,'r'=>389,'s'=>389,'t'=>278,'u'=>500,'v'=>444,'w'=>667,'x'=>444,'y'=>444,'z'=>389,'{'=>400,'|'=>275,'}'=>400,'~'=>541,chr(127)=>350,chr(128)=>500,chr(129)=>350,chr(130)=>333,chr(131)=>500,
chr(132)=>556,chr(133)=>889,chr(134)=>500,chr(135)=>500,chr(136)=>333,chr(137)=>1000,chr(138)=>500,chr(139)=>333,chr(140)=>944,chr(141)=>350,chr(142)=>556,chr(143)=>350,chr(144)=>350,chr(145)=>333,chr(146)=>333,chr(147)=>556,chr(148)=>556,chr(149)=>350,chr(150)=>500,chr(151)=>889,chr(152)=>333,chr(153)=>980,
chr(154)=>389,chr(155)=>333,chr(156)=>667,chr(157)=>350,chr(158)=>389,chr(159)=>556,chr(160)=>250,chr(161)=>389,chr(162)=>500,chr(163)=>500,chr(164)=>500,chr(165)=>500,chr(166)=>275,chr(167)=>500,chr(168)=>333,chr(169)=>760,chr(170)=>276,chr(171)=>500,chr(172)=>675,chr(173)=>333,chr(174)=>760,chr(175)=>333,
chr(176)=>400,chr(177)=>675,chr(178)=>300,chr(179)=>300,chr(180)=>333,chr(181)=>500,chr(182)=>523,chr(183)=>250,chr(184)=>333,chr(185)=>300,chr(186)=>310,chr(187)=>500,chr(188)=>750,chr(189)=>750,chr(190)=>750,chr(191)=>500,chr(192)=>611,chr(193)=>611,chr(194)=>611,chr(195)=>611,chr(196)=>611,chr(197)=>611,
chr(198)=>889,chr(199)=>667,chr(200)=>611,chr(201)=>611,chr(202)=>611,chr(203)=>611,chr(204)=>333,chr(205)=>333,chr(206)=>333,chr(207)=>333,chr(208)=>722,chr(209)=>667,chr(210)=>722,chr(211)=>722,chr(212)=>722,chr(213)=>722,chr(214)=>722,chr(215)=>675,chr(216)=>722,chr(217)=>722,chr(218)=>722,chr(219)=>722,
chr(220)=>722,chr(221)=>556,chr(222)=>611,chr(223)=>500,chr(224)=>500,chr(225)=>500,chr(226)=>500,chr(227)=>500,chr(228)=>500,chr(229)=>500,chr(230)=>667,chr(231)=>444,chr(232)=>444,chr(233)=>444,chr(234)=>444,chr(235)=>444,chr(236)=>278,chr(237)=>278,chr(238)=>278,chr(239)=>278,chr(240)=>500,chr(241)=>500,
chr(242)=>500,chr(243)=>500,chr(244)=>500,chr(245)=>500,chr(246)=>500,chr(247)=>675,chr(248)=>500,chr(249)=>500,chr(250)=>500,chr(251)=>500,chr(252)=>500,chr(253)=>444,chr(254)=>500,chr(255)=>444);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/font/zapfdingbats.php
0,0 → 1,16
<?php
// vim: expandtab sw=4 ts=4 sts=4:
$fpdf_charwidths['zapfdingbats']=array(
chr(0)=>0,chr(1)=>0,chr(2)=>0,chr(3)=>0,chr(4)=>0,chr(5)=>0,chr(6)=>0,chr(7)=>0,chr(8)=>0,chr(9)=>0,chr(10)=>0,chr(11)=>0,chr(12)=>0,chr(13)=>0,chr(14)=>0,chr(15)=>0,chr(16)=>0,chr(17)=>0,chr(18)=>0,chr(19)=>0,chr(20)=>0,chr(21)=>0,
chr(22)=>0,chr(23)=>0,chr(24)=>0,chr(25)=>0,chr(26)=>0,chr(27)=>0,chr(28)=>0,chr(29)=>0,chr(30)=>0,chr(31)=>0,' '=>278,'!'=>974,'"'=>961,'#'=>974,'$'=>980,'%'=>719,'&'=>789,'\''=>790,'('=>791,')'=>690,'*'=>960,'+'=>939,
','=>549,'-'=>855,'.'=>911,'/'=>933,'0'=>911,'1'=>945,'2'=>974,'3'=>755,'4'=>846,'5'=>762,'6'=>761,'7'=>571,'8'=>677,'9'=>763,':'=>760,';'=>759,'<'=>754,'='=>494,'>'=>552,'?'=>537,'@'=>577,'A'=>692,
'B'=>786,'C'=>788,'D'=>788,'E'=>790,'F'=>793,'G'=>794,'H'=>816,'I'=>823,'J'=>789,'K'=>841,'L'=>823,'M'=>833,'N'=>816,'O'=>831,'P'=>923,'Q'=>744,'R'=>723,'S'=>749,'T'=>790,'U'=>792,'V'=>695,'W'=>776,
'X'=>768,'Y'=>792,'Z'=>759,'['=>707,'\\'=>708,']'=>682,'^'=>701,'_'=>826,'`'=>815,'a'=>789,'b'=>789,'c'=>707,'d'=>687,'e'=>696,'f'=>689,'g'=>786,'h'=>787,'i'=>713,'j'=>791,'k'=>785,'l'=>791,'m'=>873,
'n'=>761,'o'=>762,'p'=>762,'q'=>759,'r'=>759,'s'=>892,'t'=>892,'u'=>788,'v'=>784,'w'=>438,'x'=>138,'y'=>277,'z'=>415,'{'=>392,'|'=>392,'}'=>668,'~'=>668,chr(127)=>0,chr(128)=>390,chr(129)=>390,chr(130)=>317,chr(131)=>317,
chr(132)=>276,chr(133)=>276,chr(134)=>509,chr(135)=>509,chr(136)=>410,chr(137)=>410,chr(138)=>234,chr(139)=>234,chr(140)=>334,chr(141)=>334,chr(142)=>0,chr(143)=>0,chr(144)=>0,chr(145)=>0,chr(146)=>0,chr(147)=>0,chr(148)=>0,chr(149)=>0,chr(150)=>0,chr(151)=>0,chr(152)=>0,chr(153)=>0,
chr(154)=>0,chr(155)=>0,chr(156)=>0,chr(157)=>0,chr(158)=>0,chr(159)=>0,chr(160)=>0,chr(161)=>732,chr(162)=>544,chr(163)=>544,chr(164)=>910,chr(165)=>667,chr(166)=>760,chr(167)=>760,chr(168)=>776,chr(169)=>595,chr(170)=>694,chr(171)=>626,chr(172)=>788,chr(173)=>788,chr(174)=>788,chr(175)=>788,
chr(176)=>788,chr(177)=>788,chr(178)=>788,chr(179)=>788,chr(180)=>788,chr(181)=>788,chr(182)=>788,chr(183)=>788,chr(184)=>788,chr(185)=>788,chr(186)=>788,chr(187)=>788,chr(188)=>788,chr(189)=>788,chr(190)=>788,chr(191)=>788,chr(192)=>788,chr(193)=>788,chr(194)=>788,chr(195)=>788,chr(196)=>788,chr(197)=>788,
chr(198)=>788,chr(199)=>788,chr(200)=>788,chr(201)=>788,chr(202)=>788,chr(203)=>788,chr(204)=>788,chr(205)=>788,chr(206)=>788,chr(207)=>788,chr(208)=>788,chr(209)=>788,chr(210)=>788,chr(211)=>788,chr(212)=>894,chr(213)=>838,chr(214)=>1016,chr(215)=>458,chr(216)=>748,chr(217)=>924,chr(218)=>748,chr(219)=>918,
chr(220)=>927,chr(221)=>928,chr(222)=>928,chr(223)=>834,chr(224)=>873,chr(225)=>828,chr(226)=>924,chr(227)=>924,chr(228)=>917,chr(229)=>930,chr(230)=>931,chr(231)=>463,chr(232)=>883,chr(233)=>836,chr(234)=>836,chr(235)=>867,chr(236)=>867,chr(237)=>696,chr(238)=>696,chr(239)=>874,chr(240)=>0,chr(241)=>874,
chr(242)=>760,chr(243)=>946,chr(244)=>771,chr(245)=>865,chr(246)=>771,chr(247)=>888,chr(248)=>967,chr(249)=>888,chr(250)=>831,chr(251)=>873,chr(252)=>927,chr(253)=>970,chr(254)=>918,chr(255)=>0);
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/fpdf.php
0,0 → 1,1629
<?php
/*******************************************************************************
* Software: FPDF *
* Version: 1.52 *
* Date: 2003-12-30 *
* Author: Olivier PLATHEY *
* License: Freeware *
* *
* You may use, modify and redistribute this software as you wish. *
*******************************************************************************/
 
if(!class_exists('FPDF'))
{
define('FPDF_VERSION','1.52');
 
class FPDF
{
//Private properties
var $page; //current page number
var $n; //current object number
var $offsets; //array of object offsets
var $buffer; //buffer holding in-memory PDF
var $pages; //array containing pages
var $state; //current document state
var $compress; //compression flag
var $DefOrientation; //default orientation
var $CurOrientation; //current orientation
var $OrientationChanges; //array indicating orientation changes
var $k; //scale factor (number of points in user unit)
var $fwPt,$fhPt; //dimensions of page format in points
var $fw,$fh; //dimensions of page format in user unit
var $wPt,$hPt; //current dimensions of page in points
var $w,$h; //current dimensions of page in user unit
var $lMargin; //left margin
var $tMargin; //top margin
var $rMargin; //right margin
var $bMargin; //page break margin
var $cMargin; //cell margin
var $x,$y; //current position in user unit for cell positioning
var $lasth; //height of last cell printed
var $LineWidth; //line width in user unit
var $CoreFonts; //array of standard font names
var $fonts; //array of used fonts
var $FontFiles; //array of font files
var $diffs; //array of encoding differences
var $images; //array of used images
var $PageLinks; //array of links in pages
var $links; //array of internal links
var $FontFamily; //current font family
var $FontStyle; //current font style
var $underline; //underlining flag
var $CurrentFont; //current font info
var $FontSizePt; //current font size in points
var $FontSize; //current font size in user unit
var $DrawColor; //commands for drawing color
var $FillColor; //commands for filling color
var $TextColor; //commands for text color
var $ColorFlag; //indicates whether fill and text colors are different
var $ws; //word spacing
var $AutoPageBreak; //automatic page breaking
var $PageBreakTrigger; //threshold used to trigger page breaks
var $InFooter; //flag set when processing footer
var $ZoomMode; //zoom display mode
var $LayoutMode; //layout display mode
var $title; //title
var $subject; //subject
var $author; //author
var $keywords; //keywords
var $creator; //creator
var $AliasNbPages; //alias for total number of pages
 
/*******************************************************************************
* *
* Public methods *
* *
*******************************************************************************/
function FPDF($orientation='P',$unit='mm',$format='A4')
{
//Some checks
$this->_dochecks();
//Initialization of properties
$this->page=0;
$this->n=2;
$this->buffer='';
$this->pages=array();
$this->OrientationChanges=array();
$this->state=0;
$this->fonts=array();
$this->FontFiles=array();
$this->diffs=array();
$this->images=array();
$this->links=array();
$this->InFooter=false;
$this->lasth=0;
$this->FontFamily='';
$this->FontStyle='';
$this->FontSizePt=12;
$this->underline=false;
$this->DrawColor='0 G';
$this->FillColor='0 g';
$this->TextColor='0 g';
$this->ColorFlag=false;
$this->ws=0;
//Standard fonts
$this->CoreFonts=array('courier'=>'Courier','courierB'=>'Courier-Bold','courierI'=>'Courier-Oblique','courierBI'=>'Courier-BoldOblique',
'helvetica'=>'Helvetica','helveticaB'=>'Helvetica-Bold','helveticaI'=>'Helvetica-Oblique','helveticaBI'=>'Helvetica-BoldOblique',
'times'=>'Times-Roman','timesB'=>'Times-Bold','timesI'=>'Times-Italic','timesBI'=>'Times-BoldItalic',
'symbol'=>'Symbol','zapfdingbats'=>'ZapfDingbats');
//Scale factor
if($unit=='pt')
$this->k=1;
elseif($unit=='mm')
$this->k=72/25.4;
elseif($unit=='cm')
$this->k=72/2.54;
elseif($unit=='in')
$this->k=72;
else
$this->Error('Incorrect unit: '.$unit);
//Page format
if(is_string($format))
{
$format=strtolower($format);
if($format=='a3')
$format=array(841.89,1190.55);
elseif($format=='a4')
$format=array(595.28,841.89);
elseif($format=='a5')
$format=array(420.94,595.28);
elseif($format=='letter')
$format=array(612,792);
elseif($format=='legal')
$format=array(612,1008);
else
$this->Error('Unknown page format: '.$format);
$this->fwPt=$format[0];
$this->fhPt=$format[1];
}
else
{
$this->fwPt=$format[0]*$this->k;
$this->fhPt=$format[1]*$this->k;
}
$this->fw=$this->fwPt/$this->k;
$this->fh=$this->fhPt/$this->k;
//Page orientation
$orientation=strtolower($orientation);
if($orientation=='p' or $orientation=='portrait')
{
$this->DefOrientation='P';
$this->wPt=$this->fwPt;
$this->hPt=$this->fhPt;
}
elseif($orientation=='l' or $orientation=='landscape')
{
$this->DefOrientation='L';
$this->wPt=$this->fhPt;
$this->hPt=$this->fwPt;
}
else
$this->Error('Incorrect orientation: '.$orientation);
$this->CurOrientation=$this->DefOrientation;
$this->w=$this->wPt/$this->k;
$this->h=$this->hPt/$this->k;
//Page margins (1 cm)
$margin=28.35/$this->k;
$this->SetMargins($margin,$margin);
//Interior cell margin (1 mm)
$this->cMargin=$margin/10;
//Line width (0.2 mm)
$this->LineWidth=.567/$this->k;
//Automatic page break
$this->SetAutoPageBreak(true,2*$margin);
//Full width display mode
$this->SetDisplayMode('fullwidth');
//Compression
$this->SetCompression(true);
}
 
function SetMargins($left,$top,$right=-1)
{
//Set left, top and right margins
$this->lMargin=$left;
$this->tMargin=$top;
if($right==-1)
$right=$left;
$this->rMargin=$right;
}
 
function SetLeftMargin($margin)
{
//Set left margin
$this->lMargin=$margin;
if($this->page>0 and $this->x<$margin)
$this->x=$margin;
}
 
function SetTopMargin($margin)
{
//Set top margin
$this->tMargin=$margin;
}
 
function SetRightMargin($margin)
{
//Set right margin
$this->rMargin=$margin;
}
 
function SetAutoPageBreak($auto,$margin=0)
{
//Set auto page break mode and triggering margin
$this->AutoPageBreak=$auto;
$this->bMargin=$margin;
$this->PageBreakTrigger=$this->h-$margin;
}
 
function SetDisplayMode($zoom,$layout='continuous')
{
//Set display mode in viewer
if($zoom=='fullpage' or $zoom=='fullwidth' or $zoom=='real' or $zoom=='default' or !is_string($zoom))
$this->ZoomMode=$zoom;
else
$this->Error('Incorrect zoom display mode: '.$zoom);
if($layout=='single' or $layout=='continuous' or $layout=='two' or $layout=='default')
$this->LayoutMode=$layout;
else
$this->Error('Incorrect layout display mode: '.$layout);
}
 
function SetCompression($compress)
{
//Set page compression
if(function_exists('gzcompress'))
$this->compress=$compress;
else
$this->compress=false;
}
 
function SetTitle($title)
{
//Title of document
$this->title=$title;
}
 
function SetSubject($subject)
{
//Subject of document
$this->subject=$subject;
}
 
function SetAuthor($author)
{
//Author of document
$this->author=$author;
}
 
function SetKeywords($keywords)
{
//Keywords of document
$this->keywords=$keywords;
}
 
function SetCreator($creator)
{
//Creator of document
$this->creator=$creator;
}
 
function AliasNbPages($alias='{nb}')
{
//Define an alias for total number of pages
$this->AliasNbPages=$alias;
}
 
function Error($msg)
{
//Fatal error
die('<B>FPDF error: </B>'.$msg);
}
 
function Open()
{
//Begin document
if($this->state==0)
$this->_begindoc();
}
 
function Close()
{
//Terminate document
if($this->state==3)
return;
if($this->page==0)
$this->AddPage();
//Page footer
$this->InFooter=true;
$this->Footer();
$this->InFooter=false;
//Close page
$this->_endpage();
//Close document
$this->_enddoc();
}
 
function AddPage($orientation='')
{
//Start a new page
if($this->state==0)
$this->Open();
$family=$this->FontFamily;
$style=$this->FontStyle.($this->underline ? 'U' : '');
$size=$this->FontSizePt;
$lw=$this->LineWidth;
$dc=$this->DrawColor;
$fc=$this->FillColor;
$tc=$this->TextColor;
$cf=$this->ColorFlag;
if($this->page>0)
{
//Page footer
$this->InFooter=true;
$this->Footer();
$this->InFooter=false;
//Close page
$this->_endpage();
}
//Start new page
$this->_beginpage($orientation);
//Set line cap style to square
$this->_out('2 J');
//Set line width
$this->LineWidth=$lw;
$this->_out(sprintf('%.2f w',$lw*$this->k));
//Set font
if($family)
$this->SetFont($family,$style,$size);
//Set colors
$this->DrawColor=$dc;
if($dc!='0 G')
$this->_out($dc);
$this->FillColor=$fc;
if($fc!='0 g')
$this->_out($fc);
$this->TextColor=$tc;
$this->ColorFlag=$cf;
//Page header
$this->Header();
//Restore line width
if($this->LineWidth!=$lw)
{
$this->LineWidth=$lw;
$this->_out(sprintf('%.2f w',$lw*$this->k));
}
//Restore font
if($family)
$this->SetFont($family,$style,$size);
//Restore colors
if($this->DrawColor!=$dc)
{
$this->DrawColor=$dc;
$this->_out($dc);
}
if($this->FillColor!=$fc)
{
$this->FillColor=$fc;
$this->_out($fc);
}
$this->TextColor=$tc;
$this->ColorFlag=$cf;
}
 
function Header()
{
//To be implemented in your own inherited class
}
 
function Footer()
{
//To be implemented in your own inherited class
}
 
function PageNo()
{
//Get current page number
return $this->page;
}
 
function SetDrawColor($r,$g=-1,$b=-1)
{
//Set color for all stroking operations
if(($r==0 and $g==0 and $b==0) or $g==-1)
$this->DrawColor=sprintf('%.3f G',$r/255);
else
$this->DrawColor=sprintf('%.3f %.3f %.3f RG',$r/255,$g/255,$b/255);
if($this->page>0)
$this->_out($this->DrawColor);
}
 
function SetFillColor($r,$g=-1,$b=-1)
{
//Set color for all filling operations
if(($r==0 and $g==0 and $b==0) or $g==-1)
$this->FillColor=sprintf('%.3f g',$r/255);
else
$this->FillColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
$this->ColorFlag=($this->FillColor!=$this->TextColor);
if($this->page>0)
$this->_out($this->FillColor);
}
 
function SetTextColor($r,$g=-1,$b=-1)
{
//Set color for text
if(($r==0 and $g==0 and $b==0) or $g==-1)
$this->TextColor=sprintf('%.3f g',$r/255);
else
$this->TextColor=sprintf('%.3f %.3f %.3f rg',$r/255,$g/255,$b/255);
$this->ColorFlag=($this->FillColor!=$this->TextColor);
}
 
function GetStringWidth($s)
{
//Get width of a string in the current font
$s=(string)$s;
$cw=&$this->CurrentFont['cw'];
$w=0;
$l=strlen($s);
for($i=0;$i<$l;$i++)
$w+=$cw[$s{$i}];
return $w*$this->FontSize/1000;
}
 
function SetLineWidth($width)
{
//Set line width
$this->LineWidth=$width;
if($this->page>0)
$this->_out(sprintf('%.2f w',$width*$this->k));
}
 
function Line($x1,$y1,$x2,$y2)
{
//Draw a line
$this->_out(sprintf('%.2f %.2f m %.2f %.2f l S',$x1*$this->k,($this->h-$y1)*$this->k,$x2*$this->k,($this->h-$y2)*$this->k));
}
 
function Rect($x,$y,$w,$h,$style='')
{
//Draw a rectangle
if($style=='F')
$op='f';
elseif($style=='FD' or $style=='DF')
$op='B';
else
$op='S';
$this->_out(sprintf('%.2f %.2f %.2f %.2f re %s',$x*$this->k,($this->h-$y)*$this->k,$w*$this->k,-$h*$this->k,$op));
}
 
function AddFont($family,$style='',$file='')
{
//Add a TrueType or Type1 font
$family=strtolower($family);
if($family=='arial')
$family='helvetica';
$style=strtoupper($style);
if($style=='IB')
$style='BI';
if(isset($this->fonts[$family.$style]))
$this->Error('Font already added: '.$family.' '.$style);
if($file=='')
$file=str_replace(' ','',$family).strtolower($style).'.php';
if(defined('FPDF_FONTPATH'))
$file=FPDF_FONTPATH.$file;
include($file);
if(!isset($name))
$this->Error('Could not include font definition file');
$i=count($this->fonts)+1;
$this->fonts[$family.$style]=array('i'=>$i,'type'=>$type,'name'=>$name,'desc'=>$desc,'up'=>$up,'ut'=>$ut,'cw'=>$cw,'enc'=>$enc,'file'=>$file);
if($diff)
{
//Search existing encodings
$d=0;
$nb=count($this->diffs);
for($i=1;$i<=$nb;$i++)
if($this->diffs[$i]==$diff)
{
$d=$i;
break;
}
if($d==0)
{
$d=$nb+1;
$this->diffs[$d]=$diff;
}
$this->fonts[$family.$style]['diff']=$d;
}
if($file)
{
if($type=='TrueType')
$this->FontFiles[$file]=array('length1'=>$originalsize);
else
$this->FontFiles[$file]=array('length1'=>$size1,'length2'=>$size2);
}
}
 
function SetFont($family,$style='',$size=0)
{
//Select a font; size given in points
global $fpdf_charwidths;
 
$family=strtolower($family);
if($family=='')
$family=$this->FontFamily;
if($family=='arial')
$family='helvetica';
elseif($family=='symbol' or $family=='zapfdingbats')
$style='';
$style=strtoupper($style);
if(is_int(strpos($style,'U')))
{
$this->underline=true;
$style=str_replace('U','',$style);
}
else
$this->underline=false;
if($style=='IB')
$style='BI';
if($size==0)
$size=$this->FontSizePt;
//Test if font is already selected
if($this->FontFamily==$family and $this->FontStyle==$style and $this->FontSizePt==$size)
return;
//Test if used for the first time
$fontkey=$family.$style;
if(!isset($this->fonts[$fontkey]))
{
//Check if one of the standard fonts
if(isset($this->CoreFonts[$fontkey]))
{
if(!isset($fpdf_charwidths[$fontkey]))
{
//Load metric file
$file=$family;
if($family=='times' or $family=='helvetica')
$file.=strtolower($style);
$file.='.php';
if(defined('FPDF_FONTPATH'))
$file=FPDF_FONTPATH.$file;
include($file);
if(!isset($fpdf_charwidths[$fontkey]))
$this->Error('Could not include font metric file');
}
$i=count($this->fonts)+1;
$this->fonts[$fontkey]=array('i'=>$i,'type'=>'core','name'=>$this->CoreFonts[$fontkey],'up'=>-100,'ut'=>50,'cw'=>$fpdf_charwidths[$fontkey]);
}
else
$this->Error('Undefined font: '.$family.' '.$style);
}
//Select it
$this->FontFamily=$family;
$this->FontStyle=$style;
$this->FontSizePt=$size;
$this->FontSize=$size/$this->k;
$this->CurrentFont=&$this->fonts[$fontkey];
if($this->page>0)
$this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
}
 
function SetFontSize($size)
{
//Set font size in points
if($this->FontSizePt==$size)
return;
$this->FontSizePt=$size;
$this->FontSize=$size/$this->k;
if($this->page>0)
$this->_out(sprintf('BT /F%d %.2f Tf ET',$this->CurrentFont['i'],$this->FontSizePt));
}
 
function AddLink()
{
//Create a new internal link
$n=count($this->links)+1;
$this->links[$n]=array(0,0);
return $n;
}
 
function SetLink($link,$y=0,$page=-1)
{
//Set destination of internal link
if($y==-1)
$y=$this->y;
if($page==-1)
$page=$this->page;
$this->links[$link]=array($page,$y);
}
 
function Link($x,$y,$w,$h,$link)
{
//Put a link on the page
$this->PageLinks[$this->page][]=array($x*$this->k,$this->hPt-$y*$this->k,$w*$this->k,$h*$this->k,$link);
}
 
function Text($x,$y,$txt)
{
//Output a string
$s=sprintf('BT %.2f %.2f Td (%s) Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escape($txt));
if($this->underline and $txt!='')
$s.=' '.$this->_dounderline($x,$y,$txt);
if($this->ColorFlag)
$s='q '.$this->TextColor.' '.$s.' Q';
$this->_out($s);
}
 
function AcceptPageBreak()
{
//Accept automatic page break or not
return $this->AutoPageBreak;
}
 
function Cell($w,$h=0,$txt='',$border=0,$ln=0,$align='',$fill=0,$link='')
{
//Output a cell
$k=$this->k;
if($this->y+$h>$this->PageBreakTrigger and !$this->InFooter and $this->AcceptPageBreak())
{
//Automatic page break
$x=$this->x;
$ws=$this->ws;
if($ws>0)
{
$this->ws=0;
$this->_out('0 Tw');
}
$this->AddPage($this->CurOrientation);
$this->x=$x;
if($ws>0)
{
$this->ws=$ws;
$this->_out(sprintf('%.3f Tw',$ws*$k));
}
}
if($w==0)
$w=$this->w-$this->rMargin-$this->x;
$s='';
if($fill==1 or $border==1)
{
if($fill==1)
$op=($border==1) ? 'B' : 'f';
else
$op='S';
$s=sprintf('%.2f %.2f %.2f %.2f re %s ',$this->x*$k,($this->h-$this->y)*$k,$w*$k,-$h*$k,$op);
}
if(is_string($border))
{
$x=$this->x;
$y=$this->y;
if(is_int(strpos($border,'L')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-$y)*$k,$x*$k,($this->h-($y+$h))*$k);
if(is_int(strpos($border,'T')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-$y)*$k);
if(is_int(strpos($border,'R')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',($x+$w)*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
if(is_int(strpos($border,'B')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-($y+$h))*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
}
if($txt!='')
{
if($align=='R')
$dx=$w-$this->cMargin-$this->GetStringWidth($txt);
elseif($align=='C')
$dx=($w-$this->GetStringWidth($txt))/2;
else
$dx=$this->cMargin;
if($this->ColorFlag)
$s.='q '.$this->TextColor.' ';
$txt2=str_replace(')','\\)',str_replace('(','\\(',str_replace('\\','\\\\',$txt)));
$s.=sprintf('BT %.2f %.2f Td (%s) Tj ET',($this->x+$dx)*$k,($this->h-($this->y+.5*$h+.3*$this->FontSize))*$k,$txt2);
if($this->underline)
$s.=' '.$this->_dounderline($this->x+$dx,$this->y+.5*$h+.3*$this->FontSize,$txt);
if($this->ColorFlag)
$s.=' Q';
if($link)
$this->Link($this->x+$dx,$this->y+.5*$h-.5*$this->FontSize,$this->GetStringWidth($txt),$this->FontSize,$link);
}
if($s)
$this->_out($s);
$this->lasth=$h;
if($ln>0)
{
//Go to next line
$this->y+=$h;
if($ln==1)
$this->x=$this->lMargin;
}
else
$this->x+=$w;
}
 
function MultiCell($w,$h,$txt,$border=0,$align='J',$fill=0)
{
//Output text with automatic or explicit line breaks
$cw=&$this->CurrentFont['cw'];
if($w==0)
$w=$this->w-$this->rMargin-$this->x;
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
$s=str_replace("\r",'',$txt);
$nb=strlen($s);
if($nb>0 and $s[$nb-1]=="\n")
$nb--;
$b=0;
if($border)
{
if($border==1)
{
$border='LTRB';
$b='LRT';
$b2='LR';
}
else
{
$b2='';
if(is_int(strpos($border,'L')))
$b2.='L';
if(is_int(strpos($border,'R')))
$b2.='R';
$b=is_int(strpos($border,'T')) ? $b2.'T' : $b2;
}
}
$sep=-1;
$i=0;
$j=0;
$l=0;
$ns=0;
$nl=1;
while($i<$nb)
{
//Get next character
$c=$s{$i};
if($c=="\n")
{
//Explicit line break
if($this->ws>0)
{
$this->ws=0;
$this->_out('0 Tw');
}
$this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
$i++;
$sep=-1;
$j=$i;
$l=0;
$ns=0;
$nl++;
if($border and $nl==2)
$b=$b2;
continue;
}
if($c==' ')
{
$sep=$i;
$ls=$l;
$ns++;
}
$l+=isset($cw[ord($c)])?$cw[ord($c)]:0;
if($l>$wmax)
{
//Automatic line break
if($sep==-1)
{
if($i==$j)
$i++;
if($this->ws>0)
{
$this->ws=0;
$this->_out('0 Tw');
}
$this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
}
else
{
if($align=='J')
{
$this->ws=($ns>1) ? ($wmax-$ls)/1000*$this->FontSize/($ns-1) : 0;
$this->_out(sprintf('%.3f Tw',$this->ws*$this->k));
}
$this->Cell($w,$h,substr($s,$j,$sep-$j),$b,2,$align,$fill);
$i=$sep+1;
}
$sep=-1;
$j=$i;
$l=0;
$ns=0;
$nl++;
if($border and $nl==2)
$b=$b2;
}
else
$i++;
}
//Last chunk
if($this->ws>0)
{
$this->ws=0;
$this->_out('0 Tw');
}
if($border and is_int(strpos($border,'B')))
$b.='B';
$this->Cell($w,$h,substr($s,$j,$i-$j),$b,2,$align,$fill);
$this->x=$this->lMargin;
}
 
function Write($h,$txt,$link='')
{
//Output text in flowing mode
$cw=&$this->CurrentFont['cw'];
$w=$this->w-$this->rMargin-$this->x;
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
$s=str_replace("\r",'',$txt);
$nb=strlen($s);
$sep=-1;
$i=0;
$j=0;
$l=0;
$nl=1;
while($i<$nb)
{
//Get next character
$c=$s{$i};
if($c=="\n")
{
//Explicit line break
$this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
$i++;
$sep=-1;
$j=$i;
$l=0;
if($nl==1)
{
$this->x=$this->lMargin;
$w=$this->w-$this->rMargin-$this->x;
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
}
$nl++;
continue;
}
if($c==' ')
$sep=$i;
$l+=$cw[$c];
if($l>$wmax)
{
//Automatic line break
if($sep==-1)
{
if($this->x>$this->lMargin)
{
//Move to next line
$this->x=$this->lMargin;
$this->y+=$h;
$w=$this->w-$this->rMargin-$this->x;
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
$i++;
$nl++;
continue;
}
if($i==$j)
$i++;
$this->Cell($w,$h,substr($s,$j,$i-$j),0,2,'',0,$link);
}
else
{
$this->Cell($w,$h,substr($s,$j,$sep-$j),0,2,'',0,$link);
$i=$sep+1;
}
$sep=-1;
$j=$i;
$l=0;
if($nl==1)
{
$this->x=$this->lMargin;
$w=$this->w-$this->rMargin-$this->x;
$wmax=($w-2*$this->cMargin)*1000/$this->FontSize;
}
$nl++;
}
else
$i++;
}
//Last chunk
if($i!=$j)
$this->Cell($l/1000*$this->FontSize,$h,substr($s,$j),0,0,'',0,$link);
}
 
function Image($file,$x,$y,$w=0,$h=0,$type='',$link='')
{
//Put an image on the page
if(!isset($this->images[$file]))
{
//First use of image, get info
if($type=='')
{
$pos=strrpos($file,'.');
if(!$pos)
$this->Error('Image file has no extension and no type was specified: '.$file);
$type=substr($file,$pos+1);
}
$type=strtolower($type);
$mqr=get_magic_quotes_runtime();
set_magic_quotes_runtime(0);
if($type=='jpg' or $type=='jpeg')
$info=$this->_parsejpg($file);
elseif($type=='png')
$info=$this->_parsepng($file);
else
{
//Allow for additional formats
$mtd='_parse'.$type;
if(!method_exists($this,$mtd))
$this->Error('Unsupported image type: '.$type);
$info=$this->$mtd($file);
}
set_magic_quotes_runtime($mqr);
$info['i']=count($this->images)+1;
$this->images[$file]=$info;
}
else
$info=$this->images[$file];
//Automatic width and height calculation if needed
if($w==0 and $h==0)
{
//Put image at 72 dpi
$w=$info['w']/$this->k;
$h=$info['h']/$this->k;
}
if($w==0)
$w=$h*$info['w']/$info['h'];
if($h==0)
$h=$w*$info['h']/$info['w'];
$this->_out(sprintf('q %.2f 0 0 %.2f %.2f %.2f cm /I%d Do Q',$w*$this->k,$h*$this->k,$x*$this->k,($this->h-($y+$h))*$this->k,$info['i']));
if($link)
$this->Link($x,$y,$w,$h,$link);
}
 
function Ln($h='')
{
//Line feed; default value is last cell height
$this->x=$this->lMargin;
if(is_string($h))
$this->y+=$this->lasth;
else
$this->y+=$h;
}
 
function GetX()
{
//Get x position
return $this->x;
}
 
function SetX($x)
{
//Set x position
if($x>=0)
$this->x=$x;
else
$this->x=$this->w+$x;
}
 
function GetY()
{
//Get y position
return $this->y;
}
 
function SetY($y)
{
//Set y position and reset x
$this->x=$this->lMargin;
if($y>=0)
$this->y=$y;
else
$this->y=$this->h+$y;
}
 
function SetXY($x,$y)
{
//Set x and y positions
$this->SetY($y);
$this->SetX($x);
}
 
function Output($name='',$dest='')
{
//Output PDF to some destination
// lem9
//global $HTTP_SERVER_VARS;
 
//Finish document if necessary
if($this->state<3)
$this->Close();
//Normalize parameters
if(is_bool($dest))
$dest=$dest ? 'D' : 'F';
$dest=strtoupper($dest);
if($dest=='')
{
if($name=='')
{
$name='doc.pdf';
$dest='I';
}
else
$dest='F';
}
switch($dest)
{
case 'I':
//Send to standard output
// lem9
//if(isset($HTTP_SERVER_VARS['SERVER_NAME']))
if(PMA_getenv('SERVER_NAME'))
{
//We send to a browser
Header('Content-Type: application/pdf');
if(headers_sent())
$this->Error('Some data has already been output to browser, can\'t send PDF file');
Header('Content-Length: '.strlen($this->buffer));
Header('Content-disposition: inline; filename="'.$name.'"');
}
echo $this->buffer;
break;
case 'D':
//Download file
// lem9
//if(isset($HTTP_SERVER_VARS['HTTP_USER_AGENT']) and strpos($HTTP_SERVER_VARS['HTTP_USER_AGENT'],'MSIE'))
if(PMA_getenv('HTTP_USER_AGENT') and strpos(PMA_getenv('HTTP_USER_AGENT'), 'MSIE'))
Header('Content-Type: application/force-download');
else
Header('Content-Type: application/octet-stream');
if(headers_sent())
$this->Error('Some data has already been output to browser, can\'t send PDF file');
Header('Content-Length: '.strlen($this->buffer));
Header('Content-disposition: attachment; filename="'.$name.'"');
echo $this->buffer;
break;
case 'F':
//Save to local file
$f=fopen($name,'wb');
if(!$f)
$this->Error('Unable to create output file: '.$name);
fwrite($f,$this->buffer,strlen($this->buffer));
fclose($f);
break;
case 'S':
//Return as a string
return $this->buffer;
default:
$this->Error('Incorrect output destination: '.$dest);
}
return '';
}
 
/*******************************************************************************
* *
* Protected methods *
* *
*******************************************************************************/
function _dochecks()
{
//Check for locale-related bug
if(1.1==1)
$this->Error('Don\'t alter the locale before including class file');
//Check for decimal separator
if(sprintf('%.1f',1.0)!='1.0')
setlocale(LC_NUMERIC,'C');
}
 
function _begindoc()
{
//Start document
$this->state=1;
$this->_out('%PDF-1.3');
}
 
function _strreplace($what, $to, $where) {
return str_replace($what, $to, $where);
}
 
function _putpages()
{
$nb=$this->page;
if(!empty($this->AliasNbPages))
{
//Replace number of pages
for($n=1;$n<=$nb;$n++)
$this->pages[$n]=$this->_strreplace($this->AliasNbPages,$nb,$this->pages[$n]);
}
if($this->DefOrientation=='P')
{
$wPt=$this->fwPt;
$hPt=$this->fhPt;
}
else
{
$wPt=$this->fhPt;
$hPt=$this->fwPt;
}
$filter=($this->compress) ? '/Filter /FlateDecode ' : '';
for($n=1;$n<=$nb;$n++)
{
//Page
$this->_newobj();
$this->_out('<</Type /Page');
$this->_out('/Parent 1 0 R');
if(isset($this->OrientationChanges[$n]))
$this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',$hPt,$wPt));
$this->_out('/Resources 2 0 R');
if(isset($this->PageLinks[$n]))
{
//Links
$annots='/Annots [';
foreach($this->PageLinks[$n] as $pl)
{
$rect=sprintf('%.2f %.2f %.2f %.2f',$pl[0],$pl[1],$pl[0]+$pl[2],$pl[1]-$pl[3]);
$annots.='<</Type /Annot /Subtype /Link /Rect ['.$rect.'] /Border [0 0 0] ';
if(is_string($pl[4]))
$annots.='/A <</S /URI /URI '.$this->_textstring($pl[4]).'>>>>';
else
{
$l=$this->links[$pl[4]];
$h=isset($this->OrientationChanges[$l[0]]) ? $wPt : $hPt;
$annots.=sprintf('/Dest [%d 0 R /XYZ 0 %.2f null]>>',1+2*$l[0],$h-$l[1]*$this->k);
}
}
$this->_out($annots.']');
}
$this->_out('/Contents '.($this->n+1).' 0 R>>');
$this->_out('endobj');
//Page content
$p=($this->compress) ? gzcompress($this->pages[$n]) : $this->pages[$n];
$this->_newobj();
$this->_out('<<'.$filter.'/Length '.strlen($p).'>>');
$this->_putstream($p);
$this->_out('endobj');
}
//Pages root
$this->offsets[1]=strlen($this->buffer);
$this->_out('1 0 obj');
$this->_out('<</Type /Pages');
$kids='/Kids [';
for($i=0;$i<$nb;$i++)
$kids.=(3+2*$i).' 0 R ';
$this->_out($kids.']');
$this->_out('/Count '.$nb);
$this->_out(sprintf('/MediaBox [0 0 %.2f %.2f]',$wPt,$hPt));
$this->_out('>>');
$this->_out('endobj');
}
 
function _putfonts()
{
$nf=$this->n;
foreach($this->diffs as $diff)
{
//Encodings
$this->_newobj();
$this->_out('<</Type /Encoding /BaseEncoding /WinAnsiEncoding /Differences ['.$diff.']>>');
$this->_out('endobj');
}
$mqr=get_magic_quotes_runtime();
set_magic_quotes_runtime(0);
foreach($this->FontFiles as $file=>$info)
{
//Font file embedding
$this->_newobj();
$this->FontFiles[$file]['n']=$this->n;
if(defined('FPDF_FONTPATH'))
$file=FPDF_FONTPATH.$file;
$size=filesize($file);
if(!$size)
$this->Error('Font file not found');
$this->_out('<</Length '.$size);
if(substr($file,-2)=='.z')
$this->_out('/Filter /FlateDecode');
$this->_out('/Length1 '.$info['length1']);
if(isset($info['length2']))
$this->_out('/Length2 '.$info['length2'].' /Length3 0');
$this->_out('>>');
$f=fopen($file,'rb');
$this->_putstream(fread($f,$size));
fclose($f);
$this->_out('endobj');
}
set_magic_quotes_runtime($mqr);
foreach($this->fonts as $k=>$font)
{
//Font objects
$this->fonts[$k]['n']=$this->n+1;
$type=$font['type'];
$name=$font['name'];
if($type=='core')
{
//Standard font
$this->_newobj();
$this->_out('<</Type /Font');
$this->_out('/BaseFont /'.$name);
$this->_out('/Subtype /Type1');
if($name!='Symbol' and $name!='ZapfDingbats')
$this->_out('/Encoding /WinAnsiEncoding');
$this->_out('>>');
$this->_out('endobj');
}
elseif($type=='Type1' or $type=='TrueType')
{
//Additional Type1 or TrueType font
$this->_newobj();
$this->_out('<</Type /Font');
$this->_out('/BaseFont /'.$name);
$this->_out('/Subtype /'.$type);
$this->_out('/FirstChar 32 /LastChar 255');
$this->_out('/Widths '.($this->n+1).' 0 R');
$this->_out('/FontDescriptor '.($this->n+2).' 0 R');
if($font['enc'])
{
if(isset($font['diff']))
$this->_out('/Encoding '.($nf+$font['diff']).' 0 R');
else
$this->_out('/Encoding /WinAnsiEncoding');
}
$this->_out('>>');
$this->_out('endobj');
//Widths
$this->_newobj();
$cw=&$font['cw'];
$s='[';
for($i=32;$i<=255;$i++)
$s.=$cw[chr($i)].' ';
$this->_out($s.']');
$this->_out('endobj');
//Descriptor
$this->_newobj();
$s='<</Type /FontDescriptor /FontName /'.$name;
foreach($font['desc'] as $k=>$v)
$s.=' /'.$k.' '.$v;
$file=$font['file'];
if($file)
$s.=' /FontFile'.($type=='Type1' ? '' : '2').' '.$this->FontFiles[$file]['n'].' 0 R';
$this->_out($s.'>>');
$this->_out('endobj');
}
else
{
//Allow for additional types
$mtd='_put'.strtolower($type);
if(!method_exists($this,$mtd))
$this->Error('Unsupported font type: '.$type);
$this->$mtd($font);
}
}
}
 
function _putimages()
{
$filter=($this->compress) ? '/Filter /FlateDecode ' : '';
reset($this->images);
while(list($file,$info)=each($this->images))
{
$this->_newobj();
$this->images[$file]['n']=$this->n;
$this->_out('<</Type /XObject');
$this->_out('/Subtype /Image');
$this->_out('/Width '.$info['w']);
$this->_out('/Height '.$info['h']);
if($info['cs']=='Indexed')
$this->_out('/ColorSpace [/Indexed /DeviceRGB '.(strlen($info['pal'])/3-1).' '.($this->n+1).' 0 R]');
else
{
$this->_out('/ColorSpace /'.$info['cs']);
if($info['cs']=='DeviceCMYK')
$this->_out('/Decode [1 0 1 0 1 0 1 0]');
}
$this->_out('/BitsPerComponent '.$info['bpc']);
$this->_out('/Filter /'.$info['f']);
if(isset($info['parms']))
$this->_out($info['parms']);
if(isset($info['trns']) and is_array($info['trns']))
{
$trns='';
for($i=0;$i<count($info['trns']);$i++)
$trns.=$info['trns'][$i].' '.$info['trns'][$i].' ';
$this->_out('/Mask ['.$trns.']');
}
$this->_out('/Length '.strlen($info['data']).'>>');
$this->_putstream($info['data']);
unset($this->images[$file]['data']);
$this->_out('endobj');
//Palette
if($info['cs']=='Indexed')
{
$this->_newobj();
$pal=($this->compress) ? gzcompress($info['pal']) : $info['pal'];
$this->_out('<<'.$filter.'/Length '.strlen($pal).'>>');
$this->_putstream($pal);
$this->_out('endobj');
}
}
}
 
function _putresources()
{
$this->_putfonts();
$this->_putimages();
//Resource dictionary
$this->offsets[2]=strlen($this->buffer);
$this->_out('2 0 obj');
$this->_out('<</ProcSet [/PDF /Text /ImageB /ImageC /ImageI]');
$this->_out('/Font <<');
foreach($this->fonts as $font)
$this->_out('/F'.$font['i'].' '.$font['n'].' 0 R');
$this->_out('>>');
if(count($this->images))
{
$this->_out('/XObject <<');
foreach($this->images as $image)
$this->_out('/I'.$image['i'].' '.$image['n'].' 0 R');
$this->_out('>>');
}
$this->_out('>>');
$this->_out('endobj');
}
 
function _putinfo()
{
$this->_out('/Producer '.$this->_textstring('FPDF '.FPDF_VERSION));
if(!empty($this->title))
$this->_out('/Title '.$this->_textstring($this->title));
if(!empty($this->subject))
$this->_out('/Subject '.$this->_textstring($this->subject));
if(!empty($this->author))
$this->_out('/Author '.$this->_textstring($this->author));
if(!empty($this->keywords))
$this->_out('/Keywords '.$this->_textstring($this->keywords));
if(!empty($this->creator))
$this->_out('/Creator '.$this->_textstring($this->creator));
$this->_out('/CreationDate '.$this->_textstring('D:'.date('YmdHis')));
}
 
function _putcatalog()
{
$this->_out('/Type /Catalog');
$this->_out('/Pages 1 0 R');
if($this->ZoomMode=='fullpage')
$this->_out('/OpenAction [3 0 R /Fit]');
elseif($this->ZoomMode=='fullwidth')
$this->_out('/OpenAction [3 0 R /FitH null]');
elseif($this->ZoomMode=='real')
$this->_out('/OpenAction [3 0 R /XYZ null null 1]');
elseif(!is_string($this->ZoomMode))
$this->_out('/OpenAction [3 0 R /XYZ null null '.($this->ZoomMode/100).']');
if($this->LayoutMode=='single')
$this->_out('/PageLayout /SinglePage');
elseif($this->LayoutMode=='continuous')
$this->_out('/PageLayout /OneColumn');
elseif($this->LayoutMode=='two')
$this->_out('/PageLayout /TwoColumnLeft');
}
 
function _puttrailer()
{
$this->_out('/Size '.($this->n+1));
$this->_out('/Root '.$this->n.' 0 R');
$this->_out('/Info '.($this->n-1).' 0 R');
}
 
function _enddoc()
{
$this->_putpages();
$this->_putresources();
//Info
$this->_newobj();
$this->_out('<<');
$this->_putinfo();
$this->_out('>>');
$this->_out('endobj');
//Catalog
$this->_newobj();
$this->_out('<<');
$this->_putcatalog();
$this->_out('>>');
$this->_out('endobj');
//Cross-ref
$o=strlen($this->buffer);
$this->_out('xref');
$this->_out('0 '.($this->n+1));
$this->_out('0000000000 65535 f ');
for($i=1;$i<=$this->n;$i++)
$this->_out(sprintf('%010d 00000 n ',$this->offsets[$i]));
//Trailer
$this->_out('trailer');
$this->_out('<<');
$this->_puttrailer();
$this->_out('>>');
$this->_out('startxref');
$this->_out($o);
$this->_out('%%EOF');
$this->state=3;
}
 
function _beginpage($orientation)
{
$this->page++;
$this->pages[$this->page]='';
$this->state=2;
$this->x=$this->lMargin;
$this->y=$this->tMargin;
$this->FontFamily='';
//Page orientation
if(!$orientation)
$orientation=$this->DefOrientation;
else
{
$orientation=strtoupper($orientation{0});
if($orientation!=$this->DefOrientation)
$this->OrientationChanges[$this->page]=true;
}
if($orientation!=$this->CurOrientation)
{
//Change orientation
if($orientation=='P')
{
$this->wPt=$this->fwPt;
$this->hPt=$this->fhPt;
$this->w=$this->fw;
$this->h=$this->fh;
}
else
{
$this->wPt=$this->fhPt;
$this->hPt=$this->fwPt;
$this->w=$this->fh;
$this->h=$this->fw;
}
$this->PageBreakTrigger=$this->h-$this->bMargin;
$this->CurOrientation=$orientation;
}
}
 
function _endpage()
{
//End of page contents
$this->state=1;
}
 
function _newobj()
{
//Begin a new object
$this->n++;
$this->offsets[$this->n]=strlen($this->buffer);
$this->_out($this->n.' 0 obj');
}
 
function _dounderline($x,$y,$txt)
{
//Underline text
$up=$this->CurrentFont['up'];
$ut=$this->CurrentFont['ut'];
$w=$this->GetStringWidth($txt)+$this->ws*substr_count($txt,' ');
return sprintf('%.2f %.2f %.2f %.2f re f',$x*$this->k,($this->h-($y-$up/1000*$this->FontSize))*$this->k,$w*$this->k,-$ut/1000*$this->FontSizePt);
}
 
function _parsejpg($file)
{
//Extract info from a JPEG file
$a=GetImageSize($file);
if(!$a)
$this->Error('Missing or incorrect image file: '.$file);
if($a[2]!=2)
$this->Error('Not a JPEG file: '.$file);
if(!isset($a['channels']) or $a['channels']==3)
$colspace='DeviceRGB';
elseif($a['channels']==4)
$colspace='DeviceCMYK';
else
$colspace='DeviceGray';
$bpc=isset($a['bits']) ? $a['bits'] : 8;
//Read whole file
$f=fopen($file,'rb');
$data='';
while(!feof($f))
$data.=fread($f,4096);
fclose($f);
return array('w'=>$a[0],'h'=>$a[1],'cs'=>$colspace,'bpc'=>$bpc,'f'=>'DCTDecode','data'=>$data);
}
 
function _parsepng($file)
{
//Extract info from a PNG file
$f=fopen($file,'rb');
if(!$f)
$this->Error('Can\'t open image file: '.$file);
//Check signature
if(fread($f,8)!=chr(137).'PNG'.chr(13).chr(10).chr(26).chr(10))
$this->Error('Not a PNG file: '.$file);
//Read header chunk
fread($f,4);
if(fread($f,4)!='IHDR')
$this->Error('Incorrect PNG file: '.$file);
$w=$this->_freadint($f);
$h=$this->_freadint($f);
$bpc=ord(fread($f,1));
if($bpc>8)
$this->Error('16-bit depth not supported: '.$file);
$ct=ord(fread($f,1));
if($ct==0)
$colspace='DeviceGray';
elseif($ct==2)
$colspace='DeviceRGB';
elseif($ct==3)
$colspace='Indexed';
else
$this->Error('Alpha channel not supported: '.$file);
if(ord(fread($f,1))!=0)
$this->Error('Unknown compression method: '.$file);
if(ord(fread($f,1))!=0)
$this->Error('Unknown filter method: '.$file);
if(ord(fread($f,1))!=0)
$this->Error('Interlacing not supported: '.$file);
fread($f,4);
$parms='/DecodeParms <</Predictor 15 /Colors '.($ct==2 ? 3 : 1).' /BitsPerComponent '.$bpc.' /Columns '.$w.'>>';
//Scan chunks looking for palette, transparency and image data
$pal='';
$trns='';
$data='';
do
{
$n=$this->_freadint($f);
$type=fread($f,4);
if($type=='PLTE')
{
//Read palette
$pal=fread($f,$n);
fread($f,4);
}
elseif($type=='tRNS')
{
//Read transparency info
$t=fread($f,$n);
if($ct==0)
$trns=array(ord(substr($t,1,1)));
elseif($ct==2)
$trns=array(ord(substr($t,1,1)),ord(substr($t,3,1)),ord(substr($t,5,1)));
else
{
$pos=strpos($t,chr(0));
if(is_int($pos))
$trns=array($pos);
}
fread($f,4);
}
elseif($type=='IDAT')
{
//Read image data block
$data.=fread($f,$n);
fread($f,4);
}
elseif($type=='IEND')
break;
else
fread($f,$n+4);
}
while($n);
if($colspace=='Indexed' and empty($pal))
$this->Error('Missing palette in '.$file);
fclose($f);
return array('w'=>$w,'h'=>$h,'cs'=>$colspace,'bpc'=>$bpc,'f'=>'FlateDecode','parms'=>$parms,'pal'=>$pal,'trns'=>$trns,'data'=>$data);
}
 
function _freadint($f)
{
//Read a 4-byte integer from file
$i=ord(fread($f,1))<<24;
$i+=ord(fread($f,1))<<16;
$i+=ord(fread($f,1))<<8;
$i+=ord(fread($f,1));
return $i;
}
 
function _textstring($s)
{
//Format a text string
return '('.$this->_escape($s).')';
}
 
function _escape($s)
{
//Add \ before \, ( and )
return str_replace(')','\\)',str_replace('(','\\(',str_replace('\\','\\\\',$s)));
}
 
function _putstream($s)
{
$this->_out('stream');
$this->_out($s);
$this->_out('endstream');
}
 
function _out($s)
{
//Add a line to the document
if($this->state==2)
$this->pages[$this->page].=$s."\n";
else
$this->buffer.=$s."\n";
}
//End of class
}
 
//Handle special IE contype request
// lem9
//if(isset($HTTP_SERVER_VARS['HTTP_USER_AGENT']) and $HTTP_SERVER_VARS['HTTP_USER_AGENT']=='contype')
if(PMA_getenv('HTTP_USER_AGENT') == 'contype')
{
Header('Content-Type: application/pdf');
exit;
}
 
}
?>
/Web/Maintenance/phpMyAdmin/libraries/fpdf/ufpdf.php
0,0 → 1,483
<?php
/*******************************************************************************
* Software: UFPDF, Unicode Free PDF generator *
* Version: 0.1 *
* based on FPDF 1.52 by Olivier PLATHEY *
* Date: 2004-09-01 *
* Author: Steven Wittens <steven@acko.net> *
* License: GPL *
* *
* UFPDF is a modification of FPDF to support Unicode through UTF-8. *
* *
*******************************************************************************/
 
if(!class_exists('UFPDF'))
{
define('UFPDF_VERSION','0.1');
 
include_once './libraries/fpdf/fpdf.php';
 
class UFPDF extends FPDF
{
 
/*******************************************************************************
* *
* Public methods *
* *
*******************************************************************************/
function UFPDF($orientation='P',$unit='mm',$format='A4')
{
FPDF::FPDF($orientation, $unit, $format);
}
 
function GetStringWidth($s)
{
//Get width of a string in the current font
$s = (string)$s;
$codepoints=$this->utf8_to_codepoints($s);
$cw=&$this->CurrentFont['cw'];
$w=0;
foreach($codepoints as $cp)
$w+=isset($cw[$cp])?$cw[$cp]:0;
return $w*$this->FontSize/1000;
}
 
function AddFont($family,$style='',$file='')
{
//Add a TrueType or Type1 font
$family=strtolower($family);
if($family=='arial')
$family='helvetica';
$style=strtoupper($style);
if($style=='IB')
$style='BI';
if(isset($this->fonts[$family.$style]))
$this->Error('Font already added: '.$family.' '.$style);
if($file=='')
$file=str_replace(' ','',$family).strtolower($style).'.php';
if(defined('FPDF_FONTPATH'))
$file=FPDF_FONTPATH.$file;
include($file);
if(!isset($name))
$this->Error('Could not include font definition file');
$i=count($this->fonts)+1;
$this->fonts[$family.$style]=array('i'=>$i,'type'=>$type,'name'=>$name,'desc'=>$desc,'up'=>$up,'ut'=>$ut,'cw'=>$cw,'file'=>$file,'ctg'=>$ctg);
if($file)
{
if($type=='TrueTypeUnicode')
$this->FontFiles[$file]=array('length1'=>$originalsize);
else
$this->FontFiles[$file]=array('length1'=>$size1,'length2'=>$size2);
}
}
 
function Text($x,$y,$txt)
{
//Output a string
$s=sprintf('BT %.2f %.2f Td %s Tj ET',$x*$this->k,($this->h-$y)*$this->k,$this->_escapetext($txt));
if($this->underline and $txt!='')
$s.=' '.$this->_dounderline($x,$y,$this->GetStringWidth($txt),$txt);
if($this->ColorFlag)
$s='q '.$this->TextColor.' '.$s.' Q';
$this->_out($s);
}
 
function AcceptPageBreak()
{
//Accept automatic page break or not
return $this->AutoPageBreak;
}
 
function Cell($w,$h=0,$txt='',$border=0,$ln=0,$align='',$fill=0,$link='')
{
//Output a cell
$k=$this->k;
if($this->y+$h>$this->PageBreakTrigger and !$this->InFooter and $this->AcceptPageBreak())
{
//Automatic page break
$x=$this->x;
$ws=$this->ws;
if($ws>0)
{
$this->ws=0;
$this->_out('0 Tw');
}
$this->AddPage($this->CurOrientation);
$this->x=$x;
if($ws>0)
{
$this->ws=$ws;
$this->_out(sprintf('%.3f Tw',$ws*$k));
}
}
if($w==0)
$w=$this->w-$this->rMargin-$this->x;
$s='';
if($fill==1 or $border==1)
{
if($fill==1)
$op=($border==1) ? 'B' : 'f';
else
$op='S';
$s=sprintf('%.2f %.2f %.2f %.2f re %s ',$this->x*$k,($this->h-$this->y)*$k,$w*$k,-$h*$k,$op);
}
if(is_string($border))
{
$x=$this->x;
$y=$this->y;
if(is_int(strpos($border,'L')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-$y)*$k,$x*$k,($this->h-($y+$h))*$k);
if(is_int(strpos($border,'T')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-$y)*$k);
if(is_int(strpos($border,'R')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',($x+$w)*$k,($this->h-$y)*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
if(is_int(strpos($border,'B')))
$s.=sprintf('%.2f %.2f m %.2f %.2f l S ',$x*$k,($this->h-($y+$h))*$k,($x+$w)*$k,($this->h-($y+$h))*$k);
}
if($txt!='')
{
$width = $this->GetStringWidth($txt);
if($align=='R')
$dx=$w-$this->cMargin-$width;
elseif($align=='C')
$dx=($w-$width)/2;
else
$dx=$this->cMargin;
if($this->ColorFlag)
$s.='q '.$this->TextColor.' ';
$txtstring=$this->_escapetext($txt);
$s.=sprintf('BT %.2f %.2f Td %s Tj ET',($this->x+$dx)*$k,($this->h-($this->y+.5*$h+.3*$this->FontSize))*$k,$txtstring);
if($this->underline)
$s.=' '.$this->_dounderline($this->x+$dx,$this->y+.5*$h+.3*$this->FontSize,$width,$txt);
if($this->ColorFlag)
$s.=' Q';
if($link)
$this->Link($this->x+$dx,$this->y+.5*$h-.5*$this->FontSize,$width,$this->FontSize,$link);
}
if($s)
$this->_out($s);
$this->lasth=$h;
if($ln>0)
{
//Go to next line
$this->y+=$h;
if($ln==1)
$this->x=$this->lMargin;
}
else
$this->x+=$w;
}
 
/*******************************************************************************
* *
* Protected methods *
* *
*******************************************************************************/
 
function _puttruetypeunicode($font) {
//Type0 Font
$this->_newobj();
$this->_out('<</Type /Font');
$this->_out('/Subtype /Type0');
$this->_out('/BaseFont /'. $font['name'] .'-UCS');
$this->_out('/Encoding /Identity-H');
$this->_out('/DescendantFonts ['. ($this->n + 1) .' 0 R]');
$this->_out('>>');
$this->_out('endobj');
 
//CIDFont
$this->_newobj();
$this->_out('<</Type /Font');
$this->_out('/Subtype /CIDFontType2');
$this->_out('/BaseFont /'. $font['name']);
$this->_out('/CIDSystemInfo <</Registry (Adobe) /Ordering (UCS) /Supplement 0>>');
$this->_out('/FontDescriptor '. ($this->n + 1) .' 0 R');
$c = 0;
$widths = '';
foreach ($font['cw'] as $i => $w) {
$widths .= $i .' ['. $w.'] ';
}
$this->_out('/W ['. $widths .']');
$this->_out('/CIDToGIDMap '. ($this->n + 2) .' 0 R');
$this->_out('>>');
$this->_out('endobj');
 
//Font descriptor
$this->_newobj();
$this->_out('<</Type /FontDescriptor');
$this->_out('/FontName /'.$font['name']);
$s = '';
foreach ($font['desc'] as $k => $v) {
$s .= ' /'. $k .' '. $v;
}
if ($font['file']) {
$s .= ' /FontFile2 '. $this->FontFiles[$font['file']]['n'] .' 0 R';
}
$this->_out($s);
$this->_out('>>');
$this->_out('endobj');
 
//Embed CIDToGIDMap
$this->_newobj();
if(defined('FPDF_FONTPATH'))
$file=FPDF_FONTPATH.$font['ctg'];
else
$file=$font['ctg'];
$size=filesize($file);
if(!$size)
$this->Error('Font file not found');
$this->_out('<</Length '.$size);
if(substr($file,-2) == '.z')
$this->_out('/Filter /FlateDecode');
$this->_out('>>');
$f = fopen($file,'rb');
$this->_putstream(fread($f,$size));
fclose($f);
$this->_out('endobj');
}
 
function _dounderline($x,$y,$width,$txt)
{
//Underline text
$up=$this->CurrentFont['up'];
$ut=$this->CurrentFont['ut'];
$w=$width+$this->ws*substr_count($txt,' ');
return sprintf('%.2f %.2f %.2f %.2f re f',$x*$this->k,($this->h-($y-$up/1000*$this->FontSize))*$this->k,$w*$this->k,-$ut/1000*$this->FontSizePt);
}
 
function _textstring($s)
{
//Convert to UTF-16BE
$s = $this->utf8_to_utf16be($s);
//Escape necessary characters
return '('. strtr($s, array(')' => '\\)', '(' => '\\(', '\\' => '\\\\')) .')';
}
 
function _strreplace($what, $to, $where) {
$to = '' . $to;
return str_replace($this->utf8_to_utf16be($what, false), $this->utf8_to_utf16be($to, false), $where);
}
 
function _escapetext($s)
{
//Convert to UTF-16BE
$s = $this->utf8_to_utf16be($s, false);
//Escape necessary characters
return '('. strtr($s, array(')' => '\\)', '(' => '\\(', '\\' => '\\\\')) .')';
}
 
function _putinfo()
{
$this->_out('/Producer '.$this->_textstring('UFPDF '. UFPDF_VERSION));
if(!empty($this->title))
$this->_out('/Title '.$this->_textstring($this->title));
if(!empty($this->subject))
$this->_out('/Subject '.$this->_textstring($this->subject));
if(!empty($this->author))
$this->_out('/Author '.$this->_textstring($this->author));
if(!empty($this->keywords))
$this->_out('/Keywords '.$this->_textstring($this->keywords));
if(!empty($this->creator))
$this->_out('/Creator '.$this->_textstring($this->creator));
$this->_out('/CreationDate '.$this->_textstring('D:'.date('YmdHis')));
}
 
// UTF-8 to UTF-16BE conversion.
// Correctly handles all illegal UTF-8 sequences.
function utf8_to_utf16be(&$txt, $bom = true) {
$l = strlen($txt);
$out = $bom ? "\xFE\xFF" : '';
for ($i = 0; $i < $l; ++$i) {
$c = ord($txt{$i});
// ASCII
if ($c < 0x80) {
$out .= "\x00". $txt{$i};
}
// Lost continuation byte
else if ($c < 0xC0) {
$out .= "\xFF\xFD";
continue;
}
// Multibyte sequence leading byte
else {
if ($c < 0xE0) {
$s = 2;
}
else if ($c < 0xF0) {
$s = 3;
}
else if ($c < 0xF8) {
$s = 4;
}
// 5/6 byte sequences not possible for Unicode.
else {
$out .= "\xFF\xFD";
while (ord($txt{$i + 1}) >= 0x80 && ord($txt{$i + 1}) < 0xC0) { ++$i; }
continue;
}
 
$q = array($c);
// Fetch rest of sequence
$l = strlen($txt);
while ($i + 1 < $l && ord($txt{$i + 1}) >= 0x80 && ord($txt{$i + 1}) < 0xC0) { ++$i; $q[] = ord($txt{$i}); }
 
// Check length
if (count($q) != $s) {
$out .= "\xFF\xFD";
continue;
}
 
switch ($s) {
case 2:
$cp = (($q[0] ^ 0xC0) << 6) | ($q[1] ^ 0x80);
// Overlong sequence
if ($cp < 0x80) {
$out .= "\xFF\xFD";
}
else {
$out .= chr($cp >> 8);
$out .= chr($cp & 0xFF);
}
continue;
 
case 3:
$cp = (($q[0] ^ 0xE0) << 12) | (($q[1] ^ 0x80) << 6) | ($q[2] ^ 0x80);
// Overlong sequence
if ($cp < 0x800) {
$out .= "\xFF\xFD";
}
// Check for UTF-8 encoded surrogates (caused by a bad UTF-8 encoder)
else if ($c > 0xD800 && $c < 0xDFFF) {
$out .= "\xFF\xFD";
}
else {
$out .= chr($cp >> 8);
$out .= chr($cp & 0xFF);
}
continue;
 
case 4:
$cp = (($q[0] ^ 0xF0) << 18) | (($q[1] ^ 0x80) << 12) | (($q[2] ^ 0x80) << 6) | ($q[3] ^ 0x80);
// Overlong sequence
if ($cp < 0x10000) {
$out .= "\xFF\xFD";
}
// Outside of the Unicode range
else if ($cp >= 0x10FFFF) {
$out .= "\xFF\xFD";
}
else {
// Use surrogates
$cp -= 0x10000;
$s1 = 0xD800 | ($cp >> 10);
$s2 = 0xDC00 | ($cp & 0x3FF);
 
$out .= chr($s1 >> 8);
$out .= chr($s1 & 0xFF);
$out .= chr($s2 >> 8);
$out .= chr($s2 & 0xFF);
}
continue;
}
}
}
return $out;
}
 
// UTF-8 to codepoint array conversion.
// Correctly handles all illegal UTF-8 sequences.
function utf8_to_codepoints(&$txt) {
$l = strlen($txt);
$out = array();
for ($i = 0; $i < $l; ++$i) {
$c = ord($txt{$i});
// ASCII
if ($c < 0x80) {
$out[] = ord($txt{$i});
}
// Lost continuation byte
else if ($c < 0xC0) {
$out[] = 0xFFFD;
continue;
}
// Multibyte sequence leading byte
else {
if ($c < 0xE0) {
$s = 2;
}
else if ($c < 0xF0) {
$s = 3;
}
else if ($c < 0xF8) {
$s = 4;
}
// 5/6 byte sequences not possible for Unicode.
else {
$out[] = 0xFFFD;
while (ord($txt{$i + 1}) >= 0x80 && ord($txt{$i + 1}) < 0xC0) { ++$i; }
continue;
}
 
$q = array($c);
// Fetch rest of sequence
$l = strlen($txt);
while ($i + 1 < $l && ord($txt{$i + 1}) >= 0x80 && ord($txt{$i + 1}) < 0xC0) { ++$i; $q[] = ord($txt{$i}); }
 
// Check length
if (count($q) != $s) {
$out[] = 0xFFFD;
continue;
}
 
switch ($s) {
case 2:
$cp = (($q[0] ^ 0xC0) << 6) | ($q[1] ^ 0x80);
// Overlong sequence
if ($cp < 0x80) {
$out[] = 0xFFFD;
}
else {
$out[] = $cp;
}
continue;
 
case 3:
$cp = (($q[0] ^ 0xE0) << 12) | (($q[1] ^ 0x80) << 6) | ($q[2] ^ 0x80);
// Overlong sequence
if ($cp < 0x800) {
$out[] = 0xFFFD;
}
// Check for UTF-8 encoded surrogates (caused by a bad UTF-8 encoder)
else if ($c > 0xD800 && $c < 0xDFFF) {
$out[] = 0xFFFD;
}
else {
$out[] = $cp;
}
continue;
 
case 4:
$cp = (($q[0] ^ 0xF0) << 18) | (($q[1] ^ 0x80) << 12) | (($q[2] ^ 0x80) << 6) | ($q[3] ^ 0x80);
// Overlong sequence
if ($cp < 0x10000) {
$out[] = 0xFFFD;
}
// Outside of the Unicode range
else if ($cp >= 0x10FFFF) {
$out[] = 0xFFFD;
}
else {
$out[] = $cp;
}
continue;
}
}
}
return $out;
}
 
//End of class
}
 
}
?>
/Web/Maintenance/phpMyAdmin/libraries/get_foreign.lib.php
0,0 → 1,73
<?php
/* $Id: get_foreign.lib.php,v 2.10 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Gets foreign keys in preparation for a drop-down selector
* Thanks to <markus@noga.de>
*/
 
 
// lem9: we always show the foreign field in the drop-down; if a display
// field is defined, we show it besides the foreign field
$foreign_link = false;
if ($foreigners && isset($foreigners[$field])) {
$foreigner = $foreigners[$field];
$foreign_db = $foreigner['foreign_db'];
$foreign_table = $foreigner['foreign_table'];
$foreign_field = $foreigner['foreign_field'];
 
// Count number of rows in the foreign table. Currently we do
// not use a drop-down if more than 200 rows in the foreign table,
// for speed reasons and because we need a better interface for this.
//
// We could also do the SELECT anyway, with a LIMIT, and ensure that
// the current value of the field is one of the choices.
 
$the_total = PMA_countRecords($foreign_db, $foreign_table, TRUE);
 
if ((isset($override_total) && $override_total == true) || $the_total < $cfg['ForeignKeyMaxLimit']) {
// foreign_display can be FALSE if no display field defined:
$foreign_display = PMA_getDisplayField($foreign_db, $foreign_table);
 
$f_query_main = 'SELECT ' . PMA_backquote($foreign_field)
. (($foreign_display == FALSE) ? '' : ', ' . PMA_backquote($foreign_display));
$f_query_from = ' FROM ' . PMA_backquote($foreign_db) . '.' . PMA_backquote($foreign_table);
$f_query_filter = empty($foreign_filter) ? '' : ' WHERE ' . PMA_backquote($foreign_field)
. ' LIKE "%' . PMA_sqlAddslashes($foreign_filter, TRUE) . '%"'
. (($foreign_display == FALSE) ? '' : ' OR ' . PMA_backquote($foreign_display)
. ' LIKE "%' . PMA_sqlAddslashes($foreign_filter, TRUE) . '%"'
);
$f_query_order = ($foreign_display == FALSE) ? '' :' ORDER BY ' . PMA_backquote($foreign_table) . '.' . PMA_backquote($foreign_display);
$f_query_limit = isset($foreign_limit) ? $foreign_limit : '';
 
if (!empty($foreign_filter)) {
$res = PMA_DBI_query('SELECT COUNT(*)' . $f_query_from . $f_query_filter);
if ($res) {
$the_total = PMA_DBI_fetch_value($res);
@PMA_DBI_free_result($res);
} else {
$the_total = 0;
}
}
 
$disp = PMA_DBI_query($f_query_main . $f_query_from . $f_query_filter . $f_query_order . $f_query_limit);
if ($disp) {
// garvin: If a resultset has been created, pre-cache it in the $disp_row array
// This helps us from not needing to use mysql_data_seek by accessing a pre-cached
// PHP array. Usually those resultsets are not that big, so a performance hit should
// not be expected.
$disp_row = array();
while ($single_disp_row = @PMA_DBI_fetch_assoc($disp)) {
$disp_row[] = $single_disp_row;
}
@PMA_DBI_free_result($disp);
}
} else {
unset($disp_row);
$foreign_link = true;
}
} // end if $foreigners
 
?>
/Web/Maintenance/phpMyAdmin/libraries/grab_globals.lib.php
0,0 → 1,119
<?php
/* $Id: grab_globals.lib.php,v 2.27.2.1 2006/04/11 16:33:33 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* This library grabs the names and values of the variables sent or posted to a
* script in the $_* arrays and sets simple globals variables from them. It does
* the same work for the $PHP_SELF, $HTTP_ACCEPT_LANGUAGE and
* $HTTP_AUTHORIZATION variables.
*
* loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
*/
 
/**
* copy values from one array to another, usally from a superglobal into $GLOBALS
*
* @uses $GLOBALS['_import_blacklist']
* @uses preg_replace()
* @uses array_keys()
* @uses array_unique()
* @uses stripslashes()
* @param array $array values from
* @param array $target values to
* @param boolean $sanitize prevent importing key names in $_import_blacklist
*/
function PMA_gpc_extract($array, &$target, $sanitize = true)
{
if ( ! is_array($array) ) {
return false;
}
 
if ( $sanitize ) {
$valid_variables = preg_replace($GLOBALS['_import_blacklist'], '',
array_keys($array));
$valid_variables = array_unique($valid_variables);
} else {
$valid_variables = array_keys($array);
}
 
foreach ( $valid_variables as $key ) {
 
if ( strlen($key) === 0 ) {
continue;
}
 
if ( is_array($array[$key]) ) {
// there could be a variable coming from a cookie of
// another application, with the same name as this array
unset( $target[$key] );
 
PMA_gpc_extract($array[$key], $target[$key], false);
} else {
$target[$key] = $array[$key];
}
}
return true;
}
 
 
/**
* @var array $_import_blacklist variable names that should NEVER be imported
* from superglobals
*/
$_import_blacklist = array(
'/^cfg$/i', // PMA configuration
'/^server$/i', // selected server
'/^db$/i', // page to display
'/^table$/i', // page to display
'/^goto$/i', // page to display
'/^back$/i', // the page go back
'/^lang$/i', // selected language
'/^convcharset$/i', // PMA convert charset
'/^collation_connection$/i', //
'/^set_theme$/i', //
'/^sql_query$/i', // the query to be executed
'/^GLOBALS$/i', // the global scope
'/^str.*$/i', // PMA localized strings
'/^_.*$/i', // PMA does not use variables starting with _ from extern
'/^.*\s+.*$/i', // no whitespaces anywhere
'/^[0-9]+.*$/i', // numeric variable names
//'/^PMA_.*$/i', // other PMA variables
);
 
if ( ! empty( $_GET ) ) {
PMA_gpc_extract($_GET, $GLOBALS);
}
 
if ( ! empty( $_POST ) ) {
PMA_gpc_extract($_POST, $GLOBALS);
}
 
if ( ! empty( $_FILES ) ) {
foreach ( $_FILES AS $name => $value ) {
$$name = $value['tmp_name'];
${$name . '_name'} = $value['name'];
}
unset( $name, $value );
}
 
/**
* globalize some environment variables
*/
$server_vars = array('PHP_SELF', 'HTTP_ACCEPT_LANGUAGE', 'HTTP_AUTHORIZATION');
foreach ( $server_vars as $current ) {
// its not important HOW we detect html tags
// its more important to prevent XSS
// so its not important if we result in an invalid string,
// its even better than a XSS capable string
if (PMA_getenv($current) && false === strpos(PMA_getenv($current), '<')) {
$$current = PMA_getenv($current);
// already importet by register_globals?
} elseif ( ! isset( $$current ) || false !== strpos($$current, '<') ) {
$$current = '';
}
}
unset($server_vars, $current, $_import_blacklist);
 
?>
/Web/Maintenance/phpMyAdmin/libraries/header.inc.php
0,0 → 1,236
<?php
/* $Id: header.inc.php,v 2.6 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
if (empty($GLOBALS['is_header_sent'])) {
 
/**
* Gets a core script and starts output buffering work
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/ob.lib.php');
if ($GLOBALS['cfg']['OBGzip']) {
$GLOBALS['ob_mode'] = PMA_outBufferModeGet();
if ($GLOBALS['ob_mode']) {
PMA_outBufferPre($GLOBALS['ob_mode']);
}
}
 
// garvin: For re-usability, moved http-headers and stylesheets
// to a seperate file. It can now be included by header.inc.php,
// querywindow.php.
 
require_once('./libraries/header_http.inc.php');
require_once('./libraries/header_meta_style.inc.php');
 
// generate title
$title = '';
if ($cfg['ShowHttpHostTitle']) {
$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']);
}
if (isset($GLOBALS['table'])) {
$title .= (empty($title) ? '' : ' ') . ' / ' . str_replace('\'', '\\\'', $GLOBALS['table']);
}
$title .= ' | phpMyAdmin ' . PMA_VERSION;
?>
<script type="text/javascript" language="javascript">
<!--
// 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 PMA_sanitize($title); ?>';
}
<?php
// Add some javascript instructions if required
if (isset($js_to_run) && $js_to_run == 'functions.js') {
echo "\n";
?>
// js form validation stuff
var errorMsg0 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strFormEmpty']); ?>';
var errorMsg1 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strNotNumber']); ?>';
var noDropDbMsg = '<?php echo((!$GLOBALS['cfg']['AllowUserDropDatabase']) ? str_replace('\'', '\\\'', $GLOBALS['strNoDropDatabases']) : ''); ?>';
var confirmMsg = '<?php echo(($GLOBALS['cfg']['Confirm']) ? str_replace('\'', '\\\'', $GLOBALS['strDoYouReally']) : ''); ?>';
var confirmMsgDropDB = '<?php echo(($GLOBALS['cfg']['Confirm']) ? str_replace('\'', '\\\'', $GLOBALS['strDropDatabaseStrongWarning']) : ''); ?>';
//-->
</script>
<script src="./js/functions.js" type="text/javascript" language="javascript"></script>
<?php
} elseif (isset($js_to_run) && $js_to_run == 'user_password.js') {
echo "\n";
?>
// js form validation stuff
var jsHostEmpty = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strHostEmpty']); ?>';
var jsUserEmpty = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strUserEmpty']); ?>';
var jsPasswordEmpty = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strPasswordEmpty']); ?>';
var jsPasswordNotSame = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strPasswordNotSame']); ?>';
//-->
</script>
<script src="./js/user_password.js" type="text/javascript" language="javascript"></script>
<?php
} elseif (isset($js_to_run) && $js_to_run == 'server_privileges.js') {
echo "\n";
?>
// js form validation stuff
var jsHostEmpty = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strHostEmpty']); ?>';
var jsUserEmpty = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strUserEmpty']); ?>';
var jsPasswordEmpty = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strPasswordEmpty']); ?>';
var jsPasswordNotSame = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strPasswordNotSame']); ?>';
//-->
</script>
<script src="./js/server_privileges.js" type="text/javascript" language="javascript"></script>
<script src="./js/functions.js" type="text/javascript" language="javascript"></script>
<?php
} elseif (isset($js_to_run) && $js_to_run == 'indexes.js') {
echo "\n";
?>
// js index validation stuff
var errorMsg0 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strFormEmpty']); ?>';
var errorMsg1 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strNotNumber']); ?>';
//-->
</script>
<script src="./js/indexes.js" type="text/javascript" language="javascript"></script>
<?php
} elseif (isset($js_to_run) && $js_to_run == 'tbl_change.js') {
echo "\n";
?>
//-->
</script>
<script src="./js/tbl_change.js" type="text/javascript" language="javascript"></script>
<?php
} else {
echo "\n";
?>
//-->
</script>
<?php
}
echo "\n";
 
// Reloads the navigation frame via JavaScript if required
PMA_reloadNavigation();
?>
<script src="./js/tooltip.js" type="text/javascript"
language="javascript"></script>
<meta name="OBGZip" content="<?php echo ($cfg['OBGzip'] ? 'true' : 'false'); ?>" />
</head>
 
<body>
<div id="TooltipContainer" onmouseover="holdTooltip();" onmouseout="swapTooltip('default');"></div>
<?php
 
// Include possible custom headers
require_once('./libraries/header_custom.inc.php');
 
if (!defined('PMA_DISPLAY_HEADING')) {
define('PMA_DISPLAY_HEADING', 1);
}
 
/**
* Display heading if needed. Design can be set in css file.
*/
 
if (PMA_DISPLAY_HEADING) {
$server_info = (!empty($GLOBALS['cfg']['Server']['verbose'])
? $GLOBALS['cfg']['Server']['verbose']
: $GLOBALS['cfg']['Server']['host'] . (empty($GLOBALS['cfg']['Server']['port'])
? ''
: ':' . $GLOBALS['cfg']['Server']['port']
)
);
$item = '<a href="%1$s?%2$s" class="item">';
if ( $GLOBALS['cfg']['NavigationBarIconic'] ) {
$separator = ' <span class="separator"><img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'item_ltr.png" width="5" height="9" alt="-" /></span>' . "\n";
$item .= ' <img class="icon" src="' . $GLOBALS['pmaThemeImage'] . '%5$s" width="16" height="16" alt="" /> ' . "\n";
} else {
$separator = ' <span class="separator"> - </span>' . "\n";
}
 
if ( $GLOBALS['cfg']['NavigationBarIconic'] !== true ) {
$item .= '%4$s: ';
}
$item .= '%3$s</a>' . "\n";
 
echo '<div id="serverinfo">' . "\n";
printf( $item,
$GLOBALS['cfg']['DefaultTabServer'],
PMA_generate_common_url(),
htmlspecialchars($server_info),
$GLOBALS['strServer'],
's_host.png' );
 
if (isset($GLOBALS['db']) && strlen($GLOBALS['db'])) {
 
echo $separator;
printf( $item,
$GLOBALS['cfg']['DefaultTabDatabase'],
PMA_generate_common_url($GLOBALS['db']),
htmlspecialchars($GLOBALS['db']),
$GLOBALS['strDatabase'],
's_db.png' );
 
if (isset($GLOBALS['table']) && strlen($GLOBALS['table'])) {
require_once('./libraries/tbl_properties_table_info.inc.php');
 
echo $separator;
printf( $item,
$GLOBALS['cfg']['DefaultTabTable'],
PMA_generate_common_url($GLOBALS['db'], $GLOBALS['table']),
htmlspecialchars($GLOBALS['table']),
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? $GLOBALS['strView'] : $GLOBALS['strTable']),
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view'] ? 'b_views' : 's_tbl') . '.png' );
 
/**
* Displays table comment
* @uses $show_comment from libraries/tbl_properties_table_info.inc.php
* @uses $GLOBALS['avoid_show_comment'] from tbl_relation.php
*/
if (!empty($show_comment) && !isset($GLOBALS['avoid_show_comment'])) {
if (strstr($show_comment, '; InnoDB free')) {
$show_comment = preg_replace('@; InnoDB free:.*?$@', '', $show_comment);
}
echo '<span class="table_comment" id="span_table_comment">'
.'&quot;' . htmlspecialchars($show_comment)
.'&quot;</span>' . "\n";
} // end if
} else {
// no table selected, display database comment if present
/**
* Settings for relations stuff
*/
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
// Get additional information about tables for tooltip is done
// in libraries/db_details_db_info.inc.php only once
if ($cfgRelation['commwork']) {
$comment = PMA_getComments( $GLOBALS['db'] );
 
/**
* Displays table comment
*/
if ( is_array( $comment ) ) {
echo '<span class="table_comment"'
.' id="span_table_comment">&quot;'
.htmlspecialchars(implode(' ', $comment))
.'&quot;</span>' . "\n";
} // end if
}
}
}
echo '</div>';
 
}
/**
* Sets a variable to remember headers have been sent
*/
$GLOBALS['is_header_sent'] = TRUE;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/header_custom.inc.php
0,0 → 1,11
<?php
/* $Id: header_custom.inc.php,v 2.2 2005/11/25 08:58:11 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// This file includes all custom headers if they exist.
 
// Include site header
if (file_exists('./config.header.inc.php')) {
require('./config.header.inc.php');
}
?>
/Web/Maintenance/phpMyAdmin/libraries/header_http.inc.php
0,0 → 1,21
<?php
/* $Id: header_http.inc.php,v 2.4 2005/11/24 08:15:00 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
die("GLOBALS overwrite attempt");
}
 
/**
* Sends http headers
*/
$GLOBALS['now'] = gmdate('D, d M Y H:i:s') . ' GMT';
header('Expires: ' . $GLOBALS['now']); // rfc2616 - Section 14.21
header('Last-Modified: ' . $GLOBALS['now']);
header('Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
header('Pragma: no-cache'); // HTTP/1.0
if (!defined('IS_TRANSFORMATION_WRAPPER')) {
// Define the charset to be used
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
}
?>
/Web/Maintenance/phpMyAdmin/libraries/header_meta_style.inc.php
0,0 → 1,39
<?php
/* $Id: header_meta_style.inc.php,v 2.16 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
if (isset($_REQUEST['GLOBALS']) || isset($_FILES['GLOBALS'])) {
die("GLOBALS overwrite attempt");
}
 
/**
* Sends the beginning of the html page then returns to the calling script
*/
// Defines the cell alignment values depending on text direction
if ($GLOBALS['text_dir'] == 'ltr') {
$GLOBALS['cell_align_left'] = 'left';
$GLOBALS['cell_align_right'] = 'right';
} else {
$GLOBALS['cell_align_left'] = 'right';
$GLOBALS['cell_align_right'] = 'left';
}
// removes the bug with the horizontal scrollbar in IE (it's allways shown, if need it or not)
echo "<?xml version=\"1.0\" encoding=\"" . $GLOBALS['charset'] . "\"?".">";
 
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" lang="<?php echo $GLOBALS['available_languages'][$GLOBALS['lang']][2]; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<title><?php
if (!empty($page_title)) {
echo htmlspecialchars($page_title);
} else {
echo 'phpMyAdmin';
}
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : './'; ?>css/phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : './'; ?>css/print.css?<?php echo PMA_generate_common_url(); ?>" media="print" />
/Web/Maintenance/phpMyAdmin/libraries/header_printview.inc.php
0,0 → 1,73
<?php
/* $Id: header_printview.inc.php,v 2.1 2005/11/24 09:12:17 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets a core script and starts output buffering work
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/ob.lib.php');
if ($cfg['OBGzip']) {
$ob_mode = PMA_outBufferModeGet();
if ($ob_mode) {
PMA_outBufferPre($ob_mode);
}
}
 
// Check parameters
 
PMA_checkParameters(array('db', 'full_sql_query'));
 
 
// garvin: For re-usability, moved http-headers
// to a seperate file. It can now be included by libraries/header.inc.php,
// querywindow.php.
 
require_once('./libraries/header_http.inc.php');
 
/**
* Sends the beginning of the html page then returns to the calling script
*/
// Defines the cell alignment values depending on text direction
if ($text_dir == 'ltr') {
$cell_align_left = 'left';
$cell_align_right = 'right';
} else {
$cell_align_left = 'right';
$cell_align_right = 'left';
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $available_languages[$lang][2]; ?>" lang="<?php echo $available_languages[$lang][2]; ?>" dir="<?php echo $text_dir; ?>">
 
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<title><?php echo $strSQLResult; ?> - phpMyAdmin <?php echo PMA_VERSION ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<link rel="stylesheet" type="text/css" href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&amp;js_frame=print" />
</style>
</head>
 
<body bgcolor="#ffffff">
<h1><?php echo $strSQLResult; ?></h1>
<p>
<b><?php echo $strHost; ?>:</b> <?php echo $cfg['Server']['verbose'] ? $cfg['Server']['verbose'] : $cfg['Server']['host'] . ((!empty($cfg['Server']['port'])) ? ':' . $cfg['Server']['port'] : ''); ?><br />
<b><?php echo $strDatabase; ?>:</b> <?php echo htmlspecialchars($db); ?><br />
<b><?php echo $strGenTime; ?>:</b> <?php echo PMA_localisedDate(); ?><br />
<b><?php echo $strGenBy; ?>:</b> phpMyAdmin&nbsp;<?php echo PMA_VERSION; ?>&nbsp;/ MySQL&nbsp;<?php echo PMA_MYSQL_STR_VERSION; ?><br />
<b><?php echo $strSQLQuery; ?>:</b> <?php echo htmlspecialchars($full_sql_query); ?>;
<?php if (isset($num_rows)) { ?><br />
<b><?php echo $strRows; ?>:</b> <?php echo $num_rows; ?>
<?php } ?>
</p>
 
 
<?php
 
/**
* Sets a variable to remember headers have been sent
*/
$is_header_sent = TRUE;
?>
/Web/Maintenance/phpMyAdmin/libraries/import/README
0,0 → 1,42
This directory holds import plugins for phpMyAdmin. Plugin should
basically look like following code. Official plugins need to have str*
messages with their definition in language files, if you build some
plugins for your use, you can use directly texts in plugin.
 
<?php
/* $Id: README,v 1.2 2005/09/24 11:41:58 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4 ft=php:
 
/* Demo import plugin for phpMyAdmin */
 
if (isset($import_list)) {
$import_list['name'] = array( // set name of your plugin
'text' => 'strName', // text to be displayed as choice
'extension' => '', // extension this plugin can handle
'options' => array( // array of options for your plugin (optional)
array('type' => '', 'name' => '', 'text' => ''), // type: bool or text, name: form element name, text: description in GUI, size: size of text element (optional). len: maximal size of input (optional)
);
'options_text' => 'strNameImportOptions', // text to describe plugin options (must be set if options are used)
);
} else {
/* We do not define function when plugin is just queried for information above */
$buffer = '';
while (!($finished && $i >= $len) && !$error && !$timeout_passed) {
$data = PMA_importGetNextChunk();
if ($data === FALSE) {
// subtract data we didn't handle yet and stop processing
$offset -= strlen($buffer);
break;
} elseif ($data === TRUE) {
// Handle rest of buffer
} else {
// Append new data to buffer
$buffer .= $data;
}
// PARSE $buffer here, post sql queries using:
PMA_importRunQuery($sql, $verbose_sql_with_comments);
} // End of import loop
// Commit any possible data in buffers
PMA_importRunQuery();
}
?>
/Web/Maintenance/phpMyAdmin/libraries/import/csv.php
0,0 → 1,280
<?php
/* $Id: csv.php,v 1.8.2.2 2006/04/21 07:54:53 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/* CSV import plugin for phpMyAdmin */
 
if ($plugin_param == 'table') {
if (isset($plugin_list)) {
$plugin_list['csv'] = array(
'text' => 'strCSV',
'extension' => 'csv',
'options' => array(
array('type' => 'bool', 'name' => 'replace', 'text' => 'strReplaceTable'),
array('type' => 'bool', 'name' => 'ignore', 'text' => 'strIgnoreDuplicates'),
array('type' => 'text', 'name' => 'terminated', 'text' => 'strFieldsTerminatedBy', 'size' => 2, 'len' => 2),
array('type' => 'text', 'name' => 'enclosed', 'text' => 'strFieldsEnclosedBy', 'size' => 2, 'len' => 2),
array('type' => 'text', 'name' => 'escaped', 'text' => 'strFieldsEscapedBy', 'size' => 2, 'len' => 2),
array('type' => 'text', 'name' => 'new_line', 'text' => 'strLinesTerminatedBy', 'size' => 2),
array('type' => 'text', 'name' => 'columns', 'text' => 'strColumnNames'),
),
'options_text' => 'strCSVImportOptions',
);
} else {
/* We do not define function when plugin is just queried for information above */
$replacements = array(
'\\n' => "\n",
'\\t' => "\t",
'\\r' => "\r",
);
$csv_terminated = strtr($csv_terminated, $replacements);
$csv_enclosed = strtr($csv_enclosed, $replacements);
$csv_escaped = strtr($csv_escaped, $replacements);
$csv_new_line = strtr($csv_new_line, $replacements);
 
if (strlen($csv_terminated) != 1) {
$message = sprintf($strInvalidCSVParameter, $strFieldsTerminatedBy);
$show_error_header = TRUE;
$error = TRUE;
} elseif (strlen($csv_enclosed) != 1) {
$message = sprintf($strInvalidCSVParameter, $strFieldsEnclosedBy);
$show_error_header = TRUE;
$error = TRUE;
} elseif (strlen($csv_escaped) != 1) {
$message = sprintf($strInvalidCSVParameter, $strFieldsEscapedBy);
$show_error_header = TRUE;
$error = TRUE;
} elseif (strlen($csv_new_line) != 1 && $csv_new_line != 'auto') {
$message = sprintf($strInvalidCSVParameter, $strLinesTerminatedBy);
$show_error_header = TRUE;
$error = TRUE;
}
 
$buffer = '';
if (isset($csv_replace)) {
$sql_template = 'REPLACE';
} else {
$sql_template = 'INSERT';
if (isset($csv_ignore)) {
$sql_template .= ' IGNORE';
}
}
$sql_template .= ' INTO ' . PMA_backquote($table);
$tmp_fields = PMA_DBI_get_fields($db, $table);
if (empty($csv_columns)) {
$fields = $tmp_fields;
} else {
$sql_template .= ' (';
$fields = array();
$tmp = split(',( ?)', $csv_columns);
foreach ($tmp as $key => $val) {
if (count($fields) > 0) {
$sql_template .= ', ';
}
$val = trim($val);
$found = FALSE;
foreach ($tmp_fields as $id => $field) {
if ($field['Field'] == $val) {
$found = TRUE;
break;
}
}
if (!$found) {
$message = sprintf($strInvalidColumn, $val);
$show_error_header = TRUE;
$error = TRUE;
break;
}
$fields[] = $field;
$sql_template .= PMA_backquote($val);
}
$sql_template .= ') ';
}
 
$required_fields = count($fields);
 
$sql_template .= ' VALUES (';
 
// Defaults for parser
$i = 0;
$len = 0;
$line = 1;
$lasti = -1;
$values = array();
$csv_finish = FALSE;
 
while (!($finished && $i >= $len) && !$error && !$timeout_passed) {
$data = PMA_importGetNextChunk();
if ($data === FALSE) {
// subtract data we didn't handle yet and stop processing
$offset -= strlen($buffer);
break;
} elseif ($data === TRUE) {
// Handle rest of buffer
} else {
// Append new data to buffer
$buffer .= $data;
// Do not parse string when we're not at the end and don't have new line inside
if (($csv_new_line == 'auto' && strpos($buffer, "\r") === FALSE && strpos($buffer, "\n") === FALSE)
|| ($csv_new_line != 'auto' && strpos($buffer, $csv_new_line) === FALSE)) {
continue;
}
}
 
// Current length of our buffer
$len = strlen($buffer);
// Currently parsed char
$ch = $buffer[$i];
while ($i < $len) {
// Deadlock protection
if ($lasti == $i && $lastlen == $len) {
$message = sprintf($strInvalidCSVFormat, $line);
$show_error_header = TRUE;
$error = TRUE;
break;
}
$lasti = $i;
$lastlen = $len;
 
// This can happen with auto EOL and \r at the end of buffer
if (!$csv_finish) {
// Grab empty field
if ($ch == $csv_terminated) {
$values[] = '';
if ($i == $len - 1) {
break;
}
$i++;
$ch = $buffer[$i];
continue;
}
 
// Grab one field
$fallbacki = $i;
if ($ch == $csv_enclosed) {
$need_end = TRUE;
if ($i == $len - 1) {
break;
}
$i++;
$ch = $buffer[$i];
} else {
$need_end = FALSE;
}
$fail = FALSE;
$value = '';
while (($need_end && $ch != $csv_enclosed) || (!$need_end && !($ch == $csv_terminated || $ch == $csv_new_line || ($csv_new_line == 'auto' && ($ch == "\r" || $ch == "\n"))))) {
if ($ch == $csv_escaped) {
if ($i == $len - 1) {
$fail = TRUE;
break;
}
$i++;
$ch = $buffer[$i];
}
$value .= $ch;
if ($i == $len - 1) {
if (!$finished) {
$fail = TRUE;
}
break;
}
$i++;
$ch = $buffer[$i];
}
if ($fail) {
$i = $fallbacki;
$ch = $buffer[$i];
break;
}
// Need to strip trailing enclosing char?
if ($need_end && $ch == $csv_enclosed) {
if ($finished && $i == $len - 1) {
$ch = NULL;
} elseif ($i == $len - 1) {
$i = $fallbacki;
$ch = $buffer[$i];
break;
} else {
$i++;
$ch = $buffer[$i];
}
}
// Are we at the end?
if ($ch == $csv_new_line || ($csv_new_line == 'auto' && ($ch == "\r" || $ch == "\n")) || ($finished && $i == $len - 1)) {
$csv_finish = TRUE;
}
// Go to next char
if ($ch == $csv_terminated) {
if ($i == $len - 1) {
$i = $fallbacki;
$ch = $buffer[$i];
break;
}
$i++;
$ch = $buffer[$i];
}
// If everything went okay, store value
$values[] = $value;
}
 
// End of line
if ($csv_finish || $ch == $csv_new_line || ($csv_new_line == 'auto' && ($ch == "\r" || $ch == "\n"))) {
if ($csv_new_line == 'auto' && $ch == "\r") { // Handle "\r\n"
if ($i >= ($len - 2) && !$finished) {
break; // We need more data to decide new line
}
if ($buffer[$i + 1] == "\n") {
$i++;
}
}
// We didn't parse value till the end of line, so there was empty one
if (!$csv_finish) {
$values[] = '';
}
// Do we have correct count of values?
if (count($values) != $required_fields) {
$message = sprintf($strInvalidCSVFieldCount, $line);
$show_error_header = TRUE;
$error = TRUE;
break;
}
$first = TRUE;
$sql = $sql_template;
foreach ($values as $key => $val) {
if (!$first) {
$sql .= ', ';
}
$sql .= '\'' . addslashes($val) . '\'';
$first = FALSE;
}
$sql .= ')';
 
// FIXME: maybe we could add original line to verbose SQL in comment
PMA_importRunQuery($sql, $sql);
$line++;
$csv_finish = FALSE;
$values = array();
$buffer = substr($buffer, $i + 1);
$len = strlen($buffer);
$i = 0;
$lasti = -1;
$ch = $buffer[0];
}
} // End of parser loop
} // End of import loop
 
// Commit any possible data in buffers
PMA_importRunQuery();
if (count($values) != 0 && !$error) {
$message = sprintf($strInvalidCSVFormat, $line);
$show_error_header = TRUE;
$error = TRUE;
}
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/import/ldi.php
0,0 → 1,102
<?php
/* $Id: ldi.php,v 1.7 2005/12/08 22:52:03 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/* CSV import plugin for phpMyAdmin */
 
if ($plugin_param == 'table') {
if (isset($plugin_list)) {
if ($GLOBALS['cfg']['Import']['ldi_local_option'] == 'auto') {
$GLOBALS['cfg']['Import']['ldi_local_option'] = FALSE;
 
if (PMA_MYSQL_INT_VERSION < 32349) {
$GLOBALS['cfg']['Import']['ldi_local_option'] = TRUE;
}
 
if (PMA_MYSQL_INT_VERSION > 40003) {
$result = PMA_DBI_try_query('SHOW VARIABLES LIKE \'local\\_infile\';');
if ($result != FALSE && PMA_DBI_num_rows($result) > 0) {
$tmp = PMA_DBI_fetch_row($result);
if ($tmp[1] == 'ON') {
$GLOBALS['cfg']['Import']['ldi_local_option'] = TRUE;
}
}
PMA_DBI_free_result($result);
unset($result);
}
}
$plugin_list['ldi'] = array(
'text' => 'strLDI',
'extension' => 'ldi', // This is nonsense, however we want to default to our parser for csv
'options' => array(
array('type' => 'bool', 'name' => 'replace', 'text' => 'strReplaceTable'),
array('type' => 'bool', 'name' => 'ignore', 'text' => 'strIgnoreDuplicates'),
array('type' => 'text', 'name' => 'terminated', 'text' => 'strFieldsTerminatedBy', 'size' => 2, 'len' => 2),
array('type' => 'text', 'name' => 'enclosed', 'text' => 'strFieldsEnclosedBy', 'size' => 2, 'len' => 2),
array('type' => 'text', 'name' => 'escaped', 'text' => 'strFieldsEscapedBy', 'size' => 2, 'len' => 2),
array('type' => 'text', 'name' => 'new_line', 'text' => 'strLinesTerminatedBy', 'size' => 2),
array('type' => 'text', 'name' => 'columns', 'text' => 'strColumnNames'),
array('type' => 'bool', 'name' => 'local_option', 'text' => 'strLDILocal'),
),
'options_text' => 'strLDIImportOptions',
);
} else {
/* We do not define function when plugin is just queried for information above */
if ($import_file == 'none' || $compression != 'none' || $charset_conversion) {
// We handle only some kind of data!
$message = $strInvalidLDIImport;
$show_error_header = TRUE;
$error = TRUE;
} else {
$sql = 'LOAD DATA';
if (isset($ldi_local_option)) {
$sql .= ' LOCAL';
}
$sql .= ' INFILE \'' . PMA_sqlAddslashes($import_file) . '\'';
if (isset($ldi_replace)) {
$sql .= ' REPLACE';
} elseif (isset($ldi_ignore)) {
$sql .= ' IGNORE';
}
$sql .= ' INTO TABLE ' . PMA_backquote($table);
 
if (strlen($ldi_terminated) > 0) {
$sql .= ' FIELDS TERMINATED BY \'' . $ldi_terminated . '\'';
}
if (strlen($ldi_enclosed) > 0) {
$sql .= ' ENCLOSED BY \'' . PMA_sqlAddslashes($ldi_enclosed) . '\'';
}
if (strlen($ldi_escaped) > 0) {
$sql .= ' ESCAPED BY \'' . PMA_sqlAddslashes($ldi_escaped) . '\'';
}
if (strlen($ldi_new_line) > 0){
if ($ldi_new_line == 'auto') {
$ldi_new_line = PMA_whichCrlf() == "\n" ? '\n' : '\r\n';
}
$sql .= ' LINES TERMINATED BY \'' . $ldi_new_line . '\'';
}
if ($skip_queries > 0) {
$sql .= ' IGNORE ' . $skip_queries . ' LINES';
$skip_queries = 0;
}
if (strlen($ldi_columns) > 0) {
$sql .= ' (';
$tmp = split(',( ?)', $ldi_columns);
$cnt_tmp = count($tmp);
for ($i = 0; $i < $cnt_tmp; $i++) {
if ($i > 0) {
$sql .= ', ';
}
$sql .= PMA_backquote(trim($tmp[$i]));
} // end for
$sql .= ')';
}
PMA_importRunQuery($sql, $sql);
PMA_importRunQuery();
$finished = TRUE;
}
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/import/sql.php
0,0 → 1,200
<?php
/* $Id: sql.php,v 1.10.2.1 2006/03/23 16:58:09 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/* SQL import plugin for phpMyAdmin */
 
if (isset($plugin_list)) {
$plugin_list['sql'] = array(
'text' => 'strSQL',
'extension' => 'sql',
'options_text' => 'strSQLImportOptions',
);
} else {
/* We do not define function when plugin is just queried for information above */
$buffer = '';
// Defaults for parser
$sql = '';
$start_pos = 0;
$i = 0;
while (!($finished && $i >= $len) && !$error && !$timeout_passed) {
$data = PMA_importGetNextChunk();
if ($data === FALSE) {
// subtract data we didn't handle yet and stop processing
$offset -= strlen($buffer);
break;
} elseif ($data === TRUE) {
// Handle rest of buffer
} else {
// Append new data to buffer
$buffer .= $data;
// Do not parse string when we're not at the end and don't have ; inside
if ((strpos($buffer, ';') === FALSE) && !$finished) {
continue;
}
}
// Current length of our buffer
$len = strlen($buffer);
// Grab some SQL queries out of it
while ($i < $len) {
// Find first interesting character, several strpos seem to be faster than simple loop in php:
//while (($i < $len) && (strpos('\'";#-/', $buffer[$i]) === FALSE)) $i++;
//if ($i == $len) break;
$oi = $i;
$p1 = strpos($buffer, '\'', $i);
if ($p1 === FALSE) {
$p1 = 2147483647;
}
$p2 = strpos($buffer, '"', $i);
if ($p2 === FALSE) {
$p2 = 2147483647;
}
$p3 = strpos($buffer, ';', $i);
if ($p3 === FALSE) {
$p3 = 2147483647;
}
$p4 = strpos($buffer, '#', $i);
if ($p4 === FALSE) {
$p4 = 2147483647;
}
$p5 = strpos($buffer, '--', $i);
if ($p5 === FALSE || $p5 >= ($len - 2) || $buffer[$p5 + 2] > ' ') {
$p5 = 2147483647;
}
$p6 = strpos($buffer, '/*', $i);
if ($p6 === FALSE) {
$p6 = 2147483647;
}
$p7 = strpos($buffer, '`', $i);
if ($p7 === FALSE) {
$p7 = 2147483647;
}
$i = min ($p1, $p2, $p3, $p4, $p5, $p6, $p7);
if ($i == 2147483647) {
$i = $oi;
if (!$finished) {
break;
}
// at the end there might be some whitespace...
if (trim($buffer) == '') {
$buffer = '';
$len = 0;
break;
}
// We hit end of query, go there!
$i = strlen($buffer) - 1;
}
 
// Grab current character
$ch = $buffer[$i];
 
// Quotes
if (!(strpos('\'"`', $ch) === FALSE)) {
$quote = $ch;
$endq = FALSE;
while (!$endq) {
// Find next quote
$pos = strpos($buffer, $quote, $i + 1);
// No quote? Too short string
if ($pos === FALSE) {
// We hit end of string => unclosed quote, but we handle it as end of query
if ($finished) {
$endq = TRUE;
$i = $len - 1;
}
break;
}
// Was not the quote escaped?
$j = $pos - 1;
while ($buffer[$j] == '\\') $j--;
// Even count means it was not escaped
$endq = (((($pos - 1) - $j) % 2) == 0);
// Skip the string
$i = $pos;
}
if (!$endq) {
break;
}
$i++;
// Aren't we at the end?
if ($finished && $i == $len) {
$i--;
} else {
continue;
}
}
 
// Not enough data to decide
if ((($i == ($len - 1) && ($ch == '-' || $ch == '/'))
|| ($i == ($len - 2) && (($ch == '-' && $buffer[$i + 1] == '-') || ($ch == '/' && $buffer[$i + 1] == '*')))
) && !$finished) {
break;
}
// Comments
if ($ch == '#'
|| ($i < ($len - 1) && $ch == '-' && $buffer[$i + 1] == '-' && (($i < ($len - 2) && $buffer[$i + 2] <= ' ') || ($i == ($len - 1) && $finished)))
|| ($i < ($len - 1) && $ch == '/' && $buffer[$i + 1] == '*')
) {
// Copy current string to SQL
if ($start_pos != $i) {
$sql .= substr($buffer, $start_pos, $i - $start_pos);
}
// Skip the rest
$i = strpos($buffer, $ch == '/' ? '*/' : "\n", $i);
// didn't we hit end of string?
if ($i === FALSE) {
if ($finished) {
$i = $len - 1;
} else {
break;
}
}
// Skip *
if ($ch == '/') {
$i++;
}
// Skip last char
$i++;
// Next query part will start here
$start_pos = $i;
// Aren't we at the end?
if ($i == $len) {
$i--;
} else {
continue;
}
}
 
// End of SQL
if ($ch == ';' || ($finished && ($i == $len - 1))) {
$tmp_sql = $sql;
if ($start_pos < $len) {
$tmp_sql .= substr($buffer, $start_pos, $i - $start_pos + 1);
}
// Do not try to execute empty SQL
if (!preg_match('/^([\s]*;)*$/', trim($tmp_sql))) {
$sql = $tmp_sql;
PMA_importRunQuery($sql, substr($buffer, 0, $i + 1));
$buffer = substr($buffer, $i + 1);
// Reset parser:
$len = strlen($buffer);
$sql = '';
$i = 0;
$start_pos = 0;
// Any chance we will get a complete query?
if ((strpos($buffer, ';') === FALSE) && !$finished) {
break;
}
} else {
$i++;
$start_pos = $i;
}
}
} // End of parser loop
} // End of import loop
// Commit any possible data in buffers
PMA_importRunQuery('', substr($buffer, 0, $len));
PMA_importRunQuery();
}
?>
/Web/Maintenance/phpMyAdmin/libraries/import.lib.php
0,0 → 1,260
<?php
/* $Id: import.lib.php,v 1.9 2006/01/19 15:39:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/* Library that provides common import functions that are used by import plugins */
 
// We need to know something about user
require_once('./libraries/check_user_privileges.lib.php');
// We do this check
define('PMA_CHK_DROP', 1);
 
/**
* Check whether timeout is getting close
*
* @return boolean true if timeout is close
* @access public
*/
function PMA_checkTimeout()
{
global $timestamp, $maximum_time, $timeout_passed;
if ($maximum_time == 0) {
return FALSE;
} elseif ($timeout_passed) {
return TRUE;
/* 5 in next row might be too much */
} elseif ((time() - $timestamp) > ($maximum_time - 5)) {
$timeout_passed = TRUE;
return TRUE;
} else {
return FALSE;
}
}
 
/**
* Detects what compression filse uses
*
* @param string filename to check
* @return string MIME type of compression, none for none
* @access public
*/
function PMA_detectCompression($filepath)
{
$file = @fopen($filepath, 'rb');
if (!$file) {
return FALSE;
}
$test = fread($file, 4);
fclose($file);
if ($test[0] == chr(31) && $test[1] == chr(139)) {
return 'application/gzip';
}
if (substr($test, 0, 3) == 'BZh') {
return 'application/bzip2';
}
if ($test == "PK\003\004") {
return 'application/zip';
}
return 'none';
}
 
/**
* Runs query inside import buffer. This is needed to allow displaying
* of last SELECT or SHOW results and simmilar nice stuff.
*
* @param string query to run
* @param string query to display, this might be commented
* @access public
*/
function PMA_importRunQuery($sql = '', $full = '')
{
global $import_run_buffer, $go_sql, $complete_query, $display_query, $sql_query, $cfg, $my_die, $error, $reload, $finished, $timeout_passed, $skip_queries, $executed_queries, $max_sql_len, $read_multiply, $cfg, $sql_query_disabled, $db, $run_query, $is_superuser;
$read_multiply = 1;
if (isset($import_run_buffer)) {
// Should we skip something?
if ($skip_queries > 0) {
$skip_queries--;
} else {
if (!empty($import_run_buffer['sql']) && trim($import_run_buffer['sql']) != '') {
if (!$cfg['AllowUserDropDatabase']
&& !$is_superuser
&& preg_match('@DROP[[:space:]]+(IF EXISTS[[:space:]]+)?DATABASE @i', $import_run_buffer['sql'])) {
$message = $GLOBALS['strNoDropDatabases'];
$show_error_header = TRUE;
$error = TRUE;
return;
}
$max_sql_len = max($max_sql_len, strlen($import_run_buffer['sql']));
if (!$sql_query_disabled) {
$sql_query .= $import_run_buffer['full'];
}
$executed_queries++;
if ($run_query && $finished && empty($sql) && !$error && (
(!empty($import_run_buffer['sql']) && preg_match('/^[\s]*(SELECT|SHOW)/i', $import_run_buffer['sql'])) ||
($executed_queries == 1)
)) {
$go_sql = TRUE;
if (!$sql_query_disabled) {
$complete_query = $sql_query;
$display_query = $sql_query;
} else {
$complete_query = '';
$display_query = '';
}
$sql_query = $import_run_buffer['sql'];
} elseif ($run_query) {
$result = PMA_DBI_try_query($import_run_buffer['sql']);
$msg = '# ';
if ($result === FALSE) { // execution failed
if (!isset($my_die)) {
$my_die = array();
}
$my_die[] = array('sql' => $import_run_buffer['full'], 'error' => PMA_DBI_getError());
 
if ($cfg['VerboseMultiSubmit']) {
$msg .= $GLOBALS['strError'];
}
 
if (!$cfg['IgnoreMultiSubmitErrors']) {
$error = TRUE;
return;
}
} elseif ($cfg['VerboseMultiSubmit']) {
$a_num_rows = (int)@PMA_DBI_num_rows($result);
$a_aff_rows = (int)@PMA_DBI_affected_rows();
if ($a_num_rows > 0) {
$msg .= $GLOBALS['strRows'] . ': ' . $a_num_rows;
} elseif ($a_aff_rows > 0) {
$a_rows =
$msg .= $GLOBALS['strAffectedRows'] . ' ' . $a_aff_rows;
} else {
$msg .= $GLOBALS['strEmptyResultSet'];
}
}
if (!$sql_query_disabled) {
$sql_query .= $msg . "\n";
}
 
// If a 'USE <db>' SQL-clause was found and the query succeeded, set our current $db to the new one
if ($result != FALSE && preg_match('@^[\s]*USE[[:space:]]*([\S]+)@i', $import_run_buffer['sql'], $match)) {
$db = trim($match[1]);
$reload = TRUE;
}
 
if ($result != FALSE && preg_match('@^[\s]*(DROP|CREATE)[\s]+(IF EXISTS[[:space:]]+)?(TABLE|DATABASE)[[:space:]]+(.+)@im', $import_run_buffer['sql'])) {
$reload = TRUE;
}
} // end run query
} // end non empty query
elseif (!empty($import_run_buffer['full'])) {
if ($go_sql) {
$complete_query .= $import_run_buffer['full'];
$display_query .= $import_run_buffer['full'];
} else {
if (!$sql_query_disabled) {
$sql_query .= $import_run_buffer['full'];
}
}
}
// check length of query unless we decided to pass it to sql.php
if (!$go_sql) {
if ($cfg['VerboseMultiSubmit'] && !empty($sql_query)) {
if (strlen($sql_query) > 50000 || $executed_queries > 50 || $max_sql_len > 1000) {
$sql_query = '';
$sql_query_disabled = TRUE;
}
} else {
if (strlen($sql_query) > 10000 || $executed_queries > 10 || $max_sql_len > 500) {
$sql_query = '';
$sql_query_disabled = TRUE;
}
}
}
} // end do query (no skip)
} // end buffer exists
// Do we have something to push into buffer?
if (!empty($sql) || !empty($full)) {
$import_run_buffer = array('sql' => $sql, 'full' => $full);
} else {
unset($GLOBALS['import_run_buffer']);
}
}
 
 
/**
* Returns next part of imported file/buffer
*
* @param integer size of buffer to read (this is maximal size
* function will return)
* @return string part of file/buffer
* @access public
*/
function PMA_importGetNextChunk($size = 32768)
{
global $import_file, $import_text, $finished, $compression, $import_handle, $offset, $charset_conversion, $charset_of_file, $charset, $read_multiply, $read_limit;
// Add some progression while reading large amount of data
if ($read_multiply <= 8) {
$size *= $read_multiply;
} else {
$size *= 8;
}
$read_multiply++;
 
// We can not read too much
if ($size > $read_limit) {
$size = $read_limit;
}
 
if (PMA_checkTimeout()) {
return FALSE;
}
if ($finished) {
return TRUE;
}
 
if ($import_file == 'none') {
// Well this is not yet supported and tested, but should return content of textarea
if (strlen($import_text) < $size) {
$finished = TRUE;
return $import_text;
} else {
$r = substr($import_text, 0, $size);
$offset += $size;
$import_text = substr($import_text, $size);
return $r;
}
}
switch ($compression) {
case 'application/bzip2':
$result = bzread($import_handle, $size);
$finished = feof($import_handle);
break;
case 'application/gzip':
$result = gzread($import_handle, $size);
$finished = feof($import_handle);
break;
case 'application/zip':
$result = substr($import_text, 0, $size);
$import_text = substr($import_text, $size);
$finished = empty($import_text);
break;
case 'none':
$result = fread($import_handle, $size);
$finished = feof($import_handle);
break;
}
$offset += $size;
if ($charset_conversion) {
return PMA_convert_string($charset_of_file, $charset, $result);
} else {
return $result;
}
}
 
 
 
?>
/Web/Maintenance/phpMyAdmin/libraries/information_schema_relations.lib.php
0,0 → 1,129
<?php
/* $Id: information_schema_relations.lib.php,v 2.0 2005/03/27 23:23:39 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
$GLOBALS['information_schema_relations'] = array(
'CHARACTER_SETS' => array(
'DEFAULT_COLLATE_NAME' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'COLLATIONS',
'foreign_field' => 'COLLATION_NAME'
)
),
'COLLATIONS' => array(
'CHARACTER_SET_NAME' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'CHARACTER_SETS',
'foreign_field' => 'CHARACTER_SET_NAME'
)
),
'COLLATION_CHARACTER_SET_APPLICABILITY' => array(
'CHARACTER_SET_NAME' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'CHARACTER_SETS',
'foreign_field' => 'CHARACTER_SET_NAME'
),
'COLLATION_NAME' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'COLLATIONS',
'foreign_field' => 'COLLATION_NAME'
)
),
'COLUMNS' => array(
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
),
'CHARACTER_SET_NAME' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'CHARACTER_SETS',
'foreign_field' => 'CHARACTER_SET_NAME'
),
'COLLATION_NAME' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'COLLATIONS',
'foreign_field' => 'COLLATION_NAME'
)
),
'COLUMN_PRIVILEGES' => array(
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
)
),
'KEY_COLUMN_USAGE' => array(
'CONSTRAINT_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
),
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
)
),
'ROUTINES' => array(
'ROUTINE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
)
),
'SCHEMATA' => array(
'DEFAULT_CHARACTER_SET_NAME' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'CHARACTER_SETS',
'foreign_field' => 'CHARACTER_SET_NAME'
)
),
'SCHEMA_PRIVILEGES' => array(
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
)
),
'TABLES' => array(
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
),
'TABLE_COLLATION' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'COLLATIONS',
'foreign_field' => 'COLLATION_NAME'
)
),
'TABLE_CONSTRAINTS' => array(
'CONSTRAINT_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
),
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
)
),
'TABLE_PRIVILEGES' => array(
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
)
),
'VIEWS' => array(
'TABLE_SCHEMA' => array(
'foreign_db' => 'information_schema',
'foreign_table' => 'SCHEMATA',
'foreign_field' => 'SCHEMA_NAME'
)
)
);
 
?>
/Web/Maintenance/phpMyAdmin/libraries/ip_allow_deny.lib.php
0,0 → 1,237
<?php
/* $Id: ip_allow_deny.lib.php,v 2.7.2.1 2006/04/11 16:33:33 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* This library is used with the server IP allow/deny host authentication
* feature
*/
 
 
/**
* Gets the "true" IP address of the current user
*
* @return string the ip of the user
*
* @access private
*/
function PMA_getIp()
{
global $REMOTE_ADDR;
global $HTTP_X_FORWARDED_FOR, $HTTP_X_FORWARDED, $HTTP_FORWARDED_FOR, $HTTP_FORWARDED;
global $HTTP_VIA, $HTTP_X_COMING_FROM, $HTTP_COMING_FROM;
 
// Get some server/environment variables values
if (empty($REMOTE_ADDR) && PMA_getenv('REMOTE_ADDR')) {
$REMOTE_ADDR = PMA_getenv('REMOTE_ADDR');
}
if (empty($HTTP_X_FORWARDED_FOR) && PMA_getenv('HTTP_X_FORWARDED_FOR')) {
$HTTP_X_FORWARDED_FOR = PMA_getenv('HTTP_X_FORWARDED_FOR');
}
if (empty($HTTP_X_FORWARDED) && PMA_getenv('HTTP_X_FORWARDED')) {
$HTTP_X_FORWARDED = PMA_getenv('HTTP_X_FORWARDED');
}
if (empty($HTTP_FORWARDED_FOR) && PMA_getenv('HTTP_FORWARDED_FOR')) {
$HTTP_FORWARDED_FOR = PMA_getenv('HTTP_FORWARDED_FOR');
}
if (empty($HTTP_FORWARDED) && PMA_getenv('HTTP_FORWARDED')) {
$HTTP_FORWARDED = PMA_getenv('HTTP_FORWARDED');
}
if (empty($HTTP_VIA) && PMA_getenv('HTTP_VIA')) {
$HTTP_VIA = PMA_getenv('HTTP_VIA');
}
if (empty($HTTP_X_COMING_FROM) && PMA_getenv('HTTP_X_COMING_FROM')) {
$HTTP_X_COMING_FROM = PMA_getenv('HTTP_X_COMING_FROM');
}
if (empty($HTTP_COMING_FROM) && PMA_getenv('HTTP_COMING_FROM')) {
$HTTP_COMING_FROM = PMA_getenv('HTTP_COMING_FROM');
}
 
// Gets the default ip sent by the user
if (!empty($REMOTE_ADDR)) {
$direct_ip = $REMOTE_ADDR;
}
 
// Gets the proxy ip sent by the user
$proxy_ip = '';
if (!empty($HTTP_X_FORWARDED_FOR)) {
$proxy_ip = $HTTP_X_FORWARDED_FOR;
} elseif (!empty($HTTP_X_FORWARDED)) {
$proxy_ip = $HTTP_X_FORWARDED;
} elseif (!empty($HTTP_FORWARDED_FOR)) {
$proxy_ip = $HTTP_FORWARDED_FOR;
} elseif (!empty($HTTP_FORWARDED)) {
$proxy_ip = $HTTP_FORWARDED;
} elseif (!empty($HTTP_VIA)) {
$proxy_ip = $HTTP_VIA;
} elseif (!empty($HTTP_X_COMING_FROM)) {
$proxy_ip = $HTTP_X_COMING_FROM;
} elseif (!empty($HTTP_COMING_FROM)) {
$proxy_ip = $HTTP_COMING_FROM;
} // end if... elseif...
 
// Returns the true IP if it has been found, else FALSE
if (empty($proxy_ip)) {
// True IP without proxy
return $direct_ip;
} else {
$is_ip = preg_match('|^([0-9]{1,3}\.){3,3}[0-9]{1,3}|', $proxy_ip, $regs);
if ($is_ip && (count($regs) > 0)) {
// True IP behind a proxy
return $regs[0];
} else {
// Can't define IP: there is a proxy but we don't have
// information about the true IP
return FALSE;
}
} // end if... else...
} // end of the 'PMA_getIp()' function
 
 
/**
* Based on IP Pattern Matcher
* Originally by J.Adams <jna@retina.net>
* Found on <http://www.php.net/manual/en/function.ip2long.php>
* Modified by Robbat2 <robbat2@users.sourceforge.net>
*
* Matches:
* xxx.xxx.xxx.xxx (exact)
* xxx.xxx.xxx.[yyy-zzz] (range)
* xxx.xxx.xxx.xxx/nn (CIDR)
*
* Does not match:
* xxx.xxx.xxx.xx[yyy-zzz] (range, partial octets not supported)
*
* @param string string of IP range to match
* @param string string of IP to test against range
*
* @return boolean always true
*
* @access public
*/
function PMA_ipMaskTest($testRange, $ipToTest)
{
$result = TRUE;
 
if (preg_match('|([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/([0-9]+)|', $testRange, $regs)) {
// performs a mask match
$ipl = ip2long($ipToTest);
$rangel = ip2long($regs[1] . '.' . $regs[2] . '.' . $regs[3] . '.' . $regs[4]);
 
$maskl = 0;
 
for ($i = 0; $i < 31; $i++) {
if ($i < $regs[5] - 1) {
$maskl = $maskl + pow(2, (30 - $i));
} // end if
} // end for
 
if (($maskl & $rangel) == ($maskl & $ipl)) {
return TRUE;
} else {
return FALSE;
}
} else {
// range based
$maskocts = explode('.', $testRange);
$ipocts = explode('.', $ipToTest);
 
// perform a range match
for ($i = 0; $i < 4; $i++) {
if (preg_match('|\[([0-9]+)\-([0-9]+)\]|', $maskocts[$i], $regs)) {
if (($ipocts[$i] > $regs[2])
|| ($ipocts[$i] < $regs[1])) {
$result = FALSE;
} // end if
} else {
if ($maskocts[$i] <> $ipocts[$i]) {
$result = FALSE;
} // end if
} // end if/else
} //end for
} //end if/else
 
return $result;
} // end of the "PMA_IPMaskTest()" function
 
 
/**
* Runs through IP Allow/Deny rules the use of it below for more information
*
* @param string 'allow' | 'deny' type of rule to match
*
* @return bool Matched a rule ?
*
* @access public
*
* @see PMA_getIp()
*/
function PMA_allowDeny($type)
{
global $cfg;
 
// Grabs true IP of the user and returns if it can't be found
$remote_ip = PMA_getIp();
if (empty($remote_ip)) {
return FALSE;
}
 
// copy username
$username = $cfg['Server']['user'];
 
// copy rule database
$rules = $cfg['Server']['AllowDeny']['rules'];
 
// lookup table for some name shortcuts
$shortcuts = array(
'all' => '0.0.0.0/0',
'localhost' => '127.0.0.1/8'
);
 
// Provide some useful shortcuts if server gives us address:
if (PMA_getenv('SERVER_ADDR')) {
$shortcuts['localnetA'] = PMA_getenv('SERVER_ADDR') . '/8';
$shortcuts['localnetB'] = PMA_getenv('SERVER_ADDR') . '/16';
$shortcuts['localnetC'] = PMA_getenv('SERVER_ADDR') . '/24';
}
 
foreach ($rules AS $rule) {
// extract rule data
$rule_data = explode(' ', $rule);
 
// check for rule type
if ($rule_data[0] != $type) {
continue;
}
 
// check for username
if (($rule_data[1] != '%') //wildcarded first
&& ($rule_data[1] != $username)) {
continue;
}
 
// check if the config file has the full string with an extra
// 'from' in it and if it does, just discard it
if ($rule_data[2] == 'from') {
$rule_data[2] = $rule_data[3];
}
 
// Handle shortcuts with above array
// DON'T use "array_key_exists" as it's only PHP 4.1 and newer.
if (isset($shortcuts[$rule_data[2]])) {
$rule_data[2] = $shortcuts[$rule_data[2]];
}
 
// Add code for host lookups here
// Excluded for the moment
 
// Do the actual matching now
if (PMA_ipMaskTest($rule_data[2], $remote_ip)) {
return TRUE;
}
} // end while
 
return FALSE;
} // end of the "PMA_AllowDeny()" function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/kanji-encoding.lib.php
0,0 → 1,149
<?php
/* $Id: kanji-encoding.lib.php,v 2.2 2003/11/26 22:52:23 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Set of functions for kanji-encoding convert (available only with japanese
* language)
*
* PHP4 configure requirements:
* --enable-mbstring --enable-mbstr-enc-trans --enable-mbregex
*
* 2002/2/22 - by Yukihiro Kawada <kawada@den.fujifilm.co.jp>
*/
 
/**
* Gets the php internal encoding codes and sets the available encoding
* codes list
* 2002/1/4 by Y.Kawada
*
* @global string the current encoding code
* @global string the available encoding codes list
*
* @return boolean always true
*/
function PMA_internal_enc_check() {
global $internal_enc, $enc_list;
 
$internal_enc = mb_internal_encoding();
if ($internal_enc == 'EUC-JP') {
$enc_list = 'ASCII,EUC-JP,SJIS,JIS';
} else {
$enc_list = 'ASCII,SJIS,EUC-JP,JIS';
}
 
return TRUE;
} // end of the 'PMA_internal_enc_check' function
 
 
/**
* Reverses SJIS & EUC-JP position in the encoding codes list
* 2002/1/4 by Y.Kawada
*
* @global string the available encoding codes list
*
* @return boolean always true
*/
function PMA_change_enc_order() {
global $enc_list;
 
$p = explode(',', $enc_list);
if ($p[1] == 'EUC-JP') {
$enc_list = 'ASCII,SJIS,EUC-JP,JIS';
} else {
$enc_list = 'ASCII,EUC-JP,SJIS,JIS';
}
 
return TRUE;
} // end of the 'PMA_change_enc_order' function
 
 
/**
* Kanji string encoding convert
* 2002/1/4 by Y.Kawada
*
* @param string the string to convert
* @param string the destinasion encoding code
* @param string set 'kana' convert to JIS-X208-kana
*
* @global string the available encoding codes list
*
* @return string the converted string
*/
function PMA_kanji_str_conv($str, $enc, $kana) {
global $enc_list;
 
if ($enc == '' && $kana == '') {
return $str;
}
$nw = mb_detect_encoding($str, $enc_list);
 
if ($kana == 'kana') {
$dist = mb_convert_kana($str, 'KV', $nw);
$str = $dist;
}
if ($nw != $enc && $enc != '') {
$dist = mb_convert_encoding($str, $enc, $nw);
} else {
$dist = $str;
}
return $dist;
} // end of the 'PMA_kanji_str_conv' function
 
 
/**
* Kanji file encoding convert
* 2002/1/4 by Y.Kawada
*
* @param string the name of the file to convert
* @param string the destinasion encoding code
* @param string set 'kana' convert to JIS-X208-kana
*
* @return string the name of the converted file
*/
function PMA_kanji_file_conv($file, $enc, $kana) {
if ($enc == '' && $kana == '') {
return $file;
}
 
$tmpfname = tempnam('', $enc);
$fpd = fopen($tmpfname, 'wb');
$fps = fopen($file, 'r');
PMA_change_enc_order();
while (!feof($fps)) {
$line = fgets($fps, 4096);
$dist = PMA_kanji_str_conv($line, $enc, $kana);
fputs($fpd, $dist);
} // end while
PMA_change_enc_order();
fclose($fps);
fclose($fpd);
unlink($file);
 
return $tmpfname;
} // end of the 'PMA_kanji_file_conv' function
 
 
/**
* Defines radio form fields to switch between encoding modes
* 2002/1/4 by Y.Kawada
*
* @param string spaces character to prepend the output with
*
* @return string xhtml code for the radio controls
*/
function PMA_set_enc_form($spaces) {
return "\n"
. $spaces . '<input type="radio" name="knjenc" value="" checked="checked" />non' . "\n"
. $spaces . '<input type="radio" name="knjenc" value="EUC-JP" />EUC' . "\n"
. $spaces . '<input type="radio" name="knjenc" value="SJIS" />SJIS' . "\n"
. $spaces . '&nbsp;' . $GLOBALS['strEncto'] . '<br />' . "\n"
. $spaces . '<input type="checkbox" name="xkana" value="kana" />' . "\n"
. $spaces . '&nbsp;' . $GLOBALS['strXkana'] . '<br />' . "\n";
} // end of the 'PMA_set_enc_form' function
 
 
PMA_internal_enc_check();
 
?>
/Web/Maintenance/phpMyAdmin/libraries/left_header.inc.php
0,0 → 1,90
<?php
/* $Id: left_header.inc.php,v 2.10 2006/01/14 23:17:16 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* displays the pma logo, links and db and server selection in left frame
*
*/
 
if ( empty( $query_url ) ) {
$db = ! isset( $db ) ? '' : $db;
$table = ! isset( $table ) ? '' : $table;
$query_url = PMA_generate_common_url( $db, $table );
}
 
// display Logo, depending on $GLOBALS['cfg']['LeftDisplayLogo']
if ( $GLOBALS['cfg']['LeftDisplayLogo'] ) {
$logo = 'phpMyAdmin';
if ( @file_exists( $GLOBALS['pmaThemeImage'] . 'logo_left.png' ) ) {
$logo = '<img src="' . $GLOBALS['pmaThemeImage'] . 'logo_left.png" '
.'alt="' . $logo . '" id="imgpmalogo" />';
} elseif ( @file_exists( $GLOBALS['pmaThemeImage'] . 'pma_logo2.png' ) ) {
$logo = '<img src="' . $GLOBALS['pmaThemeImage'] . 'pma_logo2.png" '
.'alt="' . $logo . '" id="imgpmalogo" />';
}
echo '<div id="pmalogo">' . "\n"
.'<a href="http://www.phpmyadmin.net/" target="_blank">'
.$logo . '</a>' . "\n"
.'</div>' . "\n";
} // end of display logo
?>
<div id="leftframelinks">
<?php
echo '<a href="main.php?' . $query_url . '"'
.' title="' . $strHome . '">'
.( $GLOBALS['cfg']['MainPageIconic']
? '<img class="icon" src="' . $pmaThemeImage . 'b_home.png" width="16" '
.' height="16" alt="' . $strHome . '" />'
: $strHome )
.'</a>' . "\n";
// if we have chosen server
if ( $server != 0 ) {
// Logout for advanced authentication
if ( $GLOBALS['cfg']['Server']['auth_type'] != 'config' ) {
echo ($GLOBALS['cfg']['MainPageIconic'] ? '' : ' - ');
echo '<a href="index.php?' . $query_url . '&amp;old_usr='
.urlencode($PHP_AUTH_USER) . '" target="_parent"'
.' title="' . $strLogout . '" >'
.( $GLOBALS['cfg']['MainPageIconic']
? '<img class="icon" src="' . $pmaThemeImage . 's_loggoff.png" '
.' width="16" height="16" alt="' . $strLogout . '" />'
: $strLogout )
.'</a>' . "\n";
} // end if ($GLOBALS['cfg']['Server']['auth_type'] != 'config'
 
$anchor = 'querywindow.php?' . PMA_generate_common_url( $db, $table );
if ($GLOBALS['cfg']['MainPageIconic']) {
$query_frame_link_text =
'<img class="icon" src="' . $pmaThemeImage . 'b_selboard.png"'
.' width="16" height="16" alt="' . $strQueryFrame . '" />';
} else {
echo '<br />' . "\n";
$query_frame_link_text = $strQueryFrame;
}
echo '<a href="' . $anchor . '&amp;no_js=true"'
.' title="' . $strQueryFrame . '"';
echo ' onclick="javascript:window.parent.open_querywindow();'
.' return false;"';
echo '>' . $query_frame_link_text . '</a>' . "\n";
} // end if ($server != 0)
 
if ($GLOBALS['cfg']['MainPageIconic']) {
echo ' <a href="Documentation.html" target="documentation"'
.' title="' . $strPmaDocumentation . '" >'
.'<img class="icon" src="' . $pmaThemeImage . 'b_docs.png" width="16" height="16"'
.' alt="' . $strPmaDocumentation . '" /></a>' . "\n";
echo ' ' . PMA_showMySQLDocu('', '', TRUE) . "\n";
}
echo '</div>' . "\n";
 
/**
* Displays the MySQL servers choice form
*/
if ($GLOBALS['cfg']['LeftDisplayServers'] && (count($GLOBALS['cfg']['Servers']) > 1 || $server == 0 && count($GLOBALS['cfg']['Servers']) == 1)) {
include('./libraries/select_server.lib.php');
PMA_select_server(TRUE, TRUE);
} // end if LeftDisplayServers
?>
/Web/Maintenance/phpMyAdmin/libraries/mcrypt.lib.php
0,0 → 1,93
<?php
 
/* $Id: mcrypt.lib.php,v 2.3 2005/02/07 16:46:02 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Initialization
*/
 
// Store the initialization vector because it will be needed for
// further decryption. I don't think necessary to have one iv
// per server so I don't put the server number in the cookie name.
 
if (!isset($_COOKIE['pma_mcrypt_iv'])) {
srand((double) microtime() * 1000000);
$iv = mcrypt_create_iv(mcrypt_get_iv_size(MCRYPT_BLOWFISH, MCRYPT_MODE_CBC), MCRYPT_RAND);
setcookie('pma_mcrypt_iv',
base64_encode($iv),
time() + (60 * 60 * 24 * 30),
$GLOBALS['cookie_path'], '',
$GLOBALS['is_https']);
} else {
$iv = base64_decode($_COOKIE['pma_mcrypt_iv']);
}
 
/**
* String padding
*
* @param string input string
* @param integer length of the result
* @param string the filling string
* @param integer padding mode
*
* @return string the padded string
*
* @access public
*/
function full_str_pad($input, $pad_length, $pad_string = '', $pad_type = 0) {
$str = '';
$length = $pad_length - strlen($input);
if ($length > 0) { // str_repeat doesn't like negatives
if ($pad_type == STR_PAD_RIGHT) { // STR_PAD_RIGHT == 1
$str = $input.str_repeat($pad_string, $length);
} elseif ($pad_type == STR_PAD_BOTH) { // STR_PAD_BOTH == 2
$str = str_repeat($pad_string, floor($length/2));
$str .= $input;
$str .= str_repeat($pad_string, ceil($length/2));
} else { // defaults to STR_PAD_LEFT == 0
$str = str_repeat($pad_string, $length).$input;
}
} else { // if $length is negative or zero we don't need to do anything
$str = $input;
}
return $str;
}
/**
* Encryption using blowfish algorithm (mcrypt)
*
* @param string original data
* @param string the secret
*
* @return string the encrypted result
*
* @access public
*
* @author lem9
*/
function PMA_blowfish_encrypt($data, $secret) {
global $iv;
// Seems we don't need the padding. Anyway if we need it,
// we would have to replace 8 by the next 8-byte boundary.
//$data = full_str_pad($data, 8, "\0", STR_PAD_RIGHT);
return base64_encode(mcrypt_encrypt(MCRYPT_BLOWFISH, $secret, $data, MCRYPT_MODE_CBC, $iv));
}
 
/**
* Decryption using blowfish algorithm (mcrypt)
*
* @param string encrypted data
* @param string the secret
*
* @return string original data
*
* @access public
*
* @author lem9
*/
function PMA_blowfish_decrypt($encdata, $secret) {
global $iv;
return trim(mcrypt_decrypt(MCRYPT_BLOWFISH, $secret, base64_decode($encdata), MCRYPT_MODE_CBC, $iv));
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/mult_submits.inc.php
0,0 → 1,432
<?php
/* $Id: mult_submits.inc.php,v 1.9.2.3 2006/02/09 19:14:37 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Prepares the work and runs some other scripts if required
*/
if (!empty($submit_mult)
&& ($submit_mult != $strWithChecked)
&& ( ( isset($selected_db) && (is_array($selected_db) || strlen($selected_db)))
|| ( isset($selected_tbl) && (is_array($selected_tbl) || strlen($selected_tbl)))
|| ( isset($selected_fld) && (is_array($selected_fld) || strlen($selected_fld)))
|| !empty($rows_to_delete)
)) {
 
if (isset($selected_db) && (is_array($selected_db) || strlen($selected_db))) {
$selected = $selected_db;
$what = 'drop_db';
} elseif (isset($selected_tbl) && (is_array($selected_tbl) || strlen($selected_tbl))) {
if ($submit_mult == $strPrintView) {
require('./tbl_printview.php');
} else {
$selected = $selected_tbl;
switch ($submit_mult) {
case 'drop_db':
$what = 'drop_db';
break;
case $strDrop:
$what = 'drop_tbl';
break;
case $strEmpty:
$what = 'empty_tbl';
break;
case $strCheckTable:
unset($submit_mult);
$query_type = 'check_tbl';
$mult_btn = $strYes;
break;
case $strOptimizeTable:
unset($submit_mult);
$query_type = 'optimize_tbl';
$mult_btn = $strYes;
break;
case $strRepairTable:
unset($submit_mult);
$query_type = 'repair_tbl';
$mult_btn = $strYes;
break;
case $strAnalyzeTable:
unset($submit_mult);
$query_type = 'analyze_tbl';
$mult_btn = $strYes;
break;
} // end switch
}
} elseif (isset($selected_fld) && (is_array($selected_fld) || strlen($selected_fld))) {
$selected = $selected_fld;
switch ($submit_mult) {
case $strDrop:
$what = 'drop_fld';
break;
case $strPrimary:
// Gets table primary key
PMA_DBI_select_db($db);
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
$primary = '';
while ($row = PMA_DBI_fetch_assoc($result)) {
// Backups the list of primary keys
if ($row['Key_name'] == 'PRIMARY') {
$primary .= $row['Column_name'] . ', ';
}
} // end while
PMA_DBI_free_result($result);
if (empty($primary)) {
// no primary key, so we can safely create new
unset($submit_mult);
$query_type = 'primary_fld';
$mult_btn = $strYes;
} else {
// primary key exists, so lets as user
$what = 'primary_fld';
}
break;
case $strIndex:
unset($submit_mult);
$query_type = 'index_fld';
$mult_btn = $strYes;
break;
case $strUnique:
unset($submit_mult);
$query_type = 'unique_fld';
$mult_btn = $strYes;
break;
case $strIdxFulltext:
unset($submit_mult);
$query_type = 'fulltext_fld';
$mult_btn = $strYes;
break;
case $strChange:
require('./tbl_alter.php');
break;
case $strBrowse:
$sql_query = '';
foreach ($selected AS $idx => $sval) {
if ($sql_query == '') {
$sql_query .= 'SELECT ' . PMA_backquote(urldecode($sval));
} else {
$sql_query .= ', ' . PMA_backquote(urldecode($sval));
}
}
$sql_query .= ' FROM ' . PMA_backquote(htmlspecialchars($table));
require('./sql.php');
break;
}
} else {
$what = 'row_delete';
$selected = $rows_to_delete;
}
} // end if
 
 
/**
* Displays the confirmation form if required
*/
if ( !empty($submit_mult) && !empty($what)) {
$js_to_run = 'functions.js';
unset($message);
if (isset($table) && strlen($table)) {
require('./libraries/tbl_properties_common.php');
$url_query .= '&amp;goto=tbl_properties.php&amp;back=tbl_properties.php';
require('./libraries/tbl_properties_table_info.inc.php');
} elseif (isset($db) && strlen($db)) {
require('./libraries/db_details_common.inc.php');
require('./libraries/db_details_db_info.inc.php');
}
// Builds the query
$full_query = '';
if ($what == 'drop_tbl') {
$full_query_views = '';
}
$selected_cnt = count($selected);
$i = 0;
foreach ($selected AS $idx => $sval) {
switch ($what) {
case 'row_delete':
$full_query .= htmlspecialchars(urldecode($sval))
. ';<br />';
break;
case 'drop_db':
$full_query .= 'DROP DATABASE '
. PMA_backquote(htmlspecialchars(urldecode($sval)))
. ';<br />';
$reload = 1;
break;
 
case 'drop_tbl':
$current = urldecode($sval);
if (!empty($views) && in_array($current, $views)) {
$full_query_views .= (empty($full_query_views) ? 'DROP VIEW ' : ', ')
. PMA_backquote(htmlspecialchars($current));
} else {
$full_query .= (empty($full_query) ? 'DROP TABLE ' : ', ')
. PMA_backquote(htmlspecialchars($current));
}
break;
 
case 'empty_tbl':
if (PMA_MYSQL_INT_VERSION >= 40000) {
$full_query .= 'TRUNCATE ';
} else {
$full_query .= 'DELETE FROM ';
}
$full_query .= PMA_backquote(htmlspecialchars(urldecode($sval)))
. ';<br />';
break;
 
case 'primary_fld':
if ($full_query == '') {
$full_query .= 'ALTER TABLE '
. PMA_backquote(htmlspecialchars($table))
. '<br />&nbsp;&nbsp;DROP PRIMARY KEY,'
. '<br />&nbsp;&nbsp; ADD PRIMARY KEY('
. '<br />&nbsp;&nbsp;&nbsp;&nbsp; '
. PMA_backquote(htmlspecialchars(urldecode($sval)))
. ',';
} else {
$full_query .= '<br />&nbsp;&nbsp;&nbsp;&nbsp; '
. PMA_backquote(htmlspecialchars(urldecode($sval)))
. ',';
}
if ($i == $selected_cnt-1) {
$full_query = preg_replace('@,$@', ');<br />', $full_query);
}
break;
case 'drop_fld':
if ($full_query == '') {
$full_query .= 'ALTER TABLE '
. PMA_backquote(htmlspecialchars($table))
. '<br />&nbsp;&nbsp;DROP '
. PMA_backquote(htmlspecialchars(urldecode($sval)))
. ',';
} else {
$full_query .= '<br />&nbsp;&nbsp;DROP '
. PMA_backquote(htmlspecialchars(urldecode($sval)))
. ',';
}
if ($i == $selected_cnt-1) {
$full_query = preg_replace('@,$@', ';<br />', $full_query);
}
break;
} // end switch
$i++;
}
if ($what == 'drop_tbl') {
if (!empty($full_query)) {
$full_query .= ';<br />' . "\n";
}
if (!empty($full_query_views)) {
$full_query .= $full_query_views . ';<br />' . "\n";
}
unset($full_query_views);
}
 
// Displays the form
?>
<!-- Do it really ? -->
<form action="<?php echo $action; ?>" method="post">
<input type="hidden" name="query_type" value="<?php echo $what; ?>" />
<?php
if (strpos(' ' . $action, 'db_details') == 1) {
echo PMA_generate_common_hidden_inputs($db);
} elseif (strpos(' ' . $action, 'tbl_properties') == 1
|| $what == 'row_delete') {
echo PMA_generate_common_hidden_inputs($db, $table);
} else {
echo PMA_generate_common_hidden_inputs();
}
?>
<input type="hidden" name="reload" value="<?php echo isset($reload) ? PMA_sanitize($reload) : 0; ?>" />
<?php
foreach ($selected AS $idx => $sval) {
echo '<input type="hidden" name="selected[]" value="' . htmlspecialchars($sval) . '" />' . "\n";
}
if ($what == 'drop_tbl' && !empty($views)) {
foreach ($views as $current) {
echo '<input type="hidden" name="views[]" value="' . htmlspecialchars($current) . '" />' . "\n";
}
}
if ($what == 'row_delete') {
echo '<input type="hidden" name="original_sql_query" value="' . htmlspecialchars($original_sql_query) . '" />' . "\n";
echo '<input type="hidden" name="original_pos" value="' . $original_pos . '" />' . "\n";
echo '<input type="hidden" name="original_url_query" value="' . htmlspecialchars($original_url_query) . '" />' . "\n";
echo '<input type="hidden" name="disp_direction" value="' . $disp_direction . '" />' . "\n";
echo '<input type="hidden" name="repeat_cells" value="' . $repeat_cells . '" />' . "\n";
echo '<input type="hidden" name="dontlimitchars" value="' . $dontlimitchars . '" />' . "\n";
echo '<input type="hidden" name="pos" value="' . ( isset( $pos ) ? $pos : 0 ) . '" />' . "\n";
echo '<input type="hidden" name="session_max_rows" value="' . $session_max_rows . '" />' . "\n";
}
?>
<fieldset class="confirmation">
<legend><?php echo ($what == 'drop_db' ? $strDropDatabaseStrongWarning . '&nbsp;' : '') . $strDoYouReally; ?>:</legend>
<tt><?php echo $full_query; ?></tt>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="mult_btn" value="<?php echo $strYes; ?>" id="buttonYes" />
<input type="submit" name="mult_btn" value="<?php echo $strNo; ?>" id="buttonNo" />
</fieldset>
<?php
require_once('./libraries/footer.inc.php');
} // end if
 
 
/**
* Executes the query
*/
elseif ($mult_btn == $strYes) {
 
if ($query_type == 'drop_db' || $query_type == 'drop_tbl' || $query_type == 'drop_fld') {
require_once('./libraries/relation_cleanup.lib.php');
}
 
$sql_query = '';
if ($query_type == 'drop_tbl') {
$sql_query_views = '';
}
$selected_cnt = count($selected);
$run_parts = FALSE; // whether to run query after each pass
$use_sql = FALSE; // whether to include sql.php at the end (to display results)
 
if ($query_type == 'primary_fld') {
// Gets table primary key
PMA_DBI_select_db($db);
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
$primary = '';
while ($row = PMA_DBI_fetch_assoc($result)) {
// Backups the list of primary keys
if ($row['Key_name'] == 'PRIMARY') {
$primary .= $row['Column_name'] . ', ';
}
} // end while
PMA_DBI_free_result($result);
}
for ($i = 0; $i < $selected_cnt; $i++) {
switch ($query_type) {
case 'row_delete':
$a_query = urldecode($selected[$i]);
$run_parts = TRUE;
break;
 
case 'drop_db':
PMA_relationsCleanupDatabase($selected[$i]);
$a_query = 'DROP DATABASE '
. PMA_backquote(urldecode($selected[$i]));
$reload = 1;
$run_parts = TRUE;
break;
 
case 'drop_tbl':
PMA_relationsCleanupTable($db, $selected[$i]);
$current = urldecode($selected[$i]);
if (!empty($views) && in_array($current, $views)) {
$sql_query_views .= (empty($sql_query_views) ? 'DROP VIEW ' : ', ')
. PMA_backquote($current);
} else {
$sql_query .= (empty($sql_query) ? 'DROP TABLE ' : ', ')
. PMA_backquote($current);
}
$reload = 1;
break;
 
case 'check_tbl':
$sql_query .= (empty($sql_query) ? 'CHECK TABLE ' : ', ')
. PMA_backquote(urldecode($selected[$i]));
$use_sql = TRUE;
break;
 
case 'optimize_tbl':
$sql_query .= (empty($sql_query) ? 'OPTIMIZE TABLE ' : ', ')
. PMA_backquote(urldecode($selected[$i]));
$use_sql = TRUE;
break;
 
case 'analyze_tbl':
$sql_query .= (empty($sql_query) ? 'ANALYZE TABLE ' : ', ')
. PMA_backquote(urldecode($selected[$i]));
$use_sql = TRUE;
break;
 
case 'repair_tbl':
$sql_query .= (empty($sql_query) ? 'REPAIR TABLE ' : ', ')
. PMA_backquote(urldecode($selected[$i]));
$use_sql = TRUE;
break;
 
case 'empty_tbl':
if (PMA_MYSQL_INT_VERSION >= 40000) {
$a_query = 'TRUNCATE ';
} else {
$a_query = 'DELETE FROM ';
}
$a_query .= PMA_backquote(htmlspecialchars(urldecode($selected[$i])));
$run_parts = TRUE;
break;
 
case 'drop_fld':
PMA_relationsCleanupColumn($db, $table, $selected[$i]);
$sql_query .= (empty($sql_query) ? 'ALTER TABLE ' . PMA_backquote($table) : ',')
. ' DROP ' . PMA_backquote(urldecode($selected[$i]))
. (($i == $selected_cnt-1) ? ';' : '');
break;
 
case 'primary_fld':
$sql_query .= (empty($sql_query) ? 'ALTER TABLE ' . PMA_backquote($table) . ( empty($primary) ? '' : ' DROP PRIMARY KEY,') . ' ADD PRIMARY KEY( ' : ', ')
. PMA_backquote(urldecode($selected[$i]))
. (($i == $selected_cnt-1) ? ');' : '');
break;
 
case 'index_fld':
$sql_query .= (empty($sql_query) ? 'ALTER TABLE ' . PMA_backquote($table) . ' ADD INDEX( ' : ', ')
. PMA_backquote(urldecode($selected[$i]))
. (($i == $selected_cnt-1) ? ');' : '');
break;
 
case 'unique_fld':
$sql_query .= (empty($sql_query) ? 'ALTER TABLE ' . PMA_backquote($table) . ' ADD UNIQUE( ' : ', ')
. PMA_backquote(urldecode($selected[$i]))
. (($i == $selected_cnt-1) ? ');' : '');
break;
 
case 'fulltext_fld':
$sql_query .= (empty($sql_query) ? 'ALTER TABLE ' . PMA_backquote($table) . ' ADD FULLTEXT( ' : ', ')
. PMA_backquote(urldecode($selected[$i]))
. (($i == $selected_cnt-1) ? ');' : '');
break;
} // end switch
 
// All "DROP TABLE", "DROP FIELD", "OPTIMIZE TABLE" and "REPAIR TABLE"
// statements will be run at once below
if ($run_parts) {
$sql_query .= $a_query . ';' . "\n";
if ($query_type != 'drop_db') {
PMA_DBI_select_db($db);
}
$result = @PMA_DBI_query($a_query) or PMA_mysqlDie('', $a_query, FALSE, $err_url);
} // end if
} // end for
 
if ($query_type == 'drop_tbl') {
if (!empty($sql_query)) {
$sql_query .= ';';
} elseif (!empty($sql_query_views)) {
$sql_query = $sql_query_views . ';';
unset($sql_query_views);
}
}
 
if ($use_sql) {
require('./sql.php');
} elseif (!$run_parts) {
PMA_DBI_select_db($db);
$result = PMA_DBI_query($sql_query);
if (!empty($sql_query_views)) {
$sql_query .= ' ' . $sql_query_views . ';';
PMA_DBI_query($sql_query_views);
unset($sql_query_views);
}
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/mysql_charsets.lib.php
0,0 → 1,386
<?php
/* $Id: mysql_charsets.lib.php,v 2.43 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
if (PMA_MYSQL_INT_VERSION >= 40100){
 
$res = PMA_DBI_query('SHOW CHARACTER SET;');
 
$mysql_charsets = array();
while ($row = PMA_DBI_fetch_assoc($res)) {
$mysql_charsets[] = $row['Charset'];
// never used
//$mysql_charsets_maxlen[$row['Charset']] = $row['Maxlen'];
$mysql_charsets_descriptions[$row['Charset']] = $row['Description'];
}
@PMA_DBI_free_result( $res );
 
$mysql_charsets_count = count($mysql_charsets);
sort($mysql_charsets, SORT_STRING);
 
$mysql_collations = array_flip($mysql_charsets);
$mysql_default_collations = $mysql_collations_flat = $mysql_charsets_available = $mysql_collations_available = array();
 
$res = PMA_DBI_query('SHOW COLLATION;');
while ($row = PMA_DBI_fetch_assoc($res)) {
if (!is_array($mysql_collations[$row['Charset']])) {
$mysql_collations[$row['Charset']] = array($row['Collation']);
} else {
$mysql_collations[$row['Charset']][] = $row['Collation'];
}
$mysql_collations_flat[] = $row['Collation'];
if ((isset($row['D']) && $row['D'] == 'Y') || (isset($row['Default']) && $row['Default'] == 'Yes')) {
$mysql_default_collations[$row['Charset']] = $row['Collation'];
}
//$mysql_collations_available[$row['Collation']] = !isset($row['Compiled']) || $row['Compiled'] == 'Yes';
$mysql_collations_available[$row['Collation']] = TRUE;
$mysql_charsets_available[$row['Charset']] = !empty($mysql_charsets_available[$row['Charset']]) || !empty($mysql_collations_available[$row['Collation']]);
}
@PMA_DBI_free_result( $res );
unset( $res, $row );
 
$mysql_collations_count = count($mysql_collations_flat);
sort($mysql_collations_flat, SORT_STRING);
foreach ($mysql_collations AS $key => $value) {
sort($mysql_collations[$key], SORT_STRING);
reset($mysql_collations[$key]);
}
unset( $key, $value );
 
define('PMA_CSDROPDOWN_COLLATION', 0);
define('PMA_CSDROPDOWN_CHARSET', 1);
 
function PMA_generateCharsetDropdownBox($type = PMA_CSDROPDOWN_COLLATION, $name = null, $id = null, $default = null, $label = TRUE, $indent = 0, $submitOnChange = FALSE, $displayUnavailable = FALSE) {
global $mysql_charsets, $mysql_charsets_descriptions, $mysql_charsets_available, $mysql_collations, $mysql_collations_available;
 
if (empty($name)) {
if ($type == PMA_CSDROPDOWN_COLLATION) {
$name = 'collation';
} else {
$name = 'character_set';
}
}
 
$spacer = '';
for ($i = 1; $i <= $indent; $i++) $spacer .= ' ';
 
$return_str = $spacer . '<select xml:lang="en" dir="ltr" name="' . htmlspecialchars($name) . '"' . (empty($id) ? '' : ' id="' . htmlspecialchars($id) . '"') . ($submitOnChange ? ' onchange="this.form.submit();"' : '') . '>' . "\n";
if ($label) {
$return_str .= $spacer . ' <option value="">' . ($type == PMA_CSDROPDOWN_COLLATION ? $GLOBALS['strCollation'] : $GLOBALS['strCharset']) . '</option>' . "\n";
}
$return_str .= $spacer . ' <option value=""></option>' . "\n";
foreach ($mysql_charsets as $current_charset) {
if (!$mysql_charsets_available[$current_charset]) {
continue;
}
$current_cs_descr = empty($mysql_charsets_descriptions[$current_charset]) ? $current_charset : $mysql_charsets_descriptions[$current_charset];
if ($type == PMA_CSDROPDOWN_COLLATION) {
$return_str .= $spacer . ' <optgroup label="' . $current_charset . '" title="' . $current_cs_descr . '">' . "\n";
foreach ($mysql_collations[$current_charset] as $current_collation) {
if (!$mysql_collations_available[$current_collation]) {
continue;
}
$return_str .= $spacer . ' <option value="' . $current_collation . '" title="' . PMA_getCollationDescr($current_collation) . '"' . ($default == $current_collation ? ' selected="selected"' : '') . '>' . $current_collation . '</option>' . "\n";
}
$return_str .= $spacer . ' </optgroup>' . "\n";
} else {
$return_str .= $spacer . ' <option value="' . $current_charset . '" title="' . $current_cs_descr . '"' . ($default == $current_charset ? ' selected="selected"' : '') . '>' . $current_charset . '</option>' . "\n";
}
}
$return_str .= $spacer . '</select>' . "\n";
 
return $return_str;
}
 
function PMA_generateCharsetQueryPart($collation) {
list($charset) = explode('_', $collation);
return ' CHARACTER SET ' . $charset . ($charset == $collation ? '' : ' COLLATE ' . $collation);
}
 
/**
* returns collation of given db
*
* @uses PMA_MYSQL_INT_VERSION
* @uses PMA_DBI_fetch_value()
* @uses PMA_DBI_select_db()
* @uses PMA_sqlAddSlashes()
* @uses $GLOBALS['db']
* @param string $db name of db
* @return string collation of $db
*/
function PMA_getDbCollation( $db ) {
if ( PMA_MYSQL_INT_VERSION >= 50000 && $db == 'information_schema' ) {
// We don't have to check the collation of the virtual
// information_schema database: We know it!
return 'utf8_general_ci';
}
if ( PMA_MYSQL_INT_VERSION >= 50006 ) {
// Since MySQL 5.0.6, we don't have to parse SHOW CREATE DATABASE anymore.
return PMA_DBI_fetch_value('SELECT DEFAULT_COLLATION_NAME FROM information_schema.SCHEMATA WHERE SCHEMA_NAME = \'' . PMA_sqlAddSlashes($db) . '\' LIMIT 1;');
} elseif ( PMA_MYSQL_INT_VERSION >= 40101 ) {
// MySQL 4.1.0 does not support seperate charset settings
// for databases.
PMA_DBI_select_db( $db );
$return = PMA_DBI_fetch_value( 'SHOW VARIABLES LIKE "collation_database"', 0, 1 );
if ( isset( $GLOBALS['db'] ) && $db !== $GLOBALS['db'] ) {
PMA_DBI_select_db( $GLOBALS['db'] );
}
return $return;
}
return '';
}
 
} else {
function PMA_getDbCollation( $db ) { return PMA_getServerCollation(); }
}
 
/**
* returns default server collation from show variables
*
* @uses PMA_DBI_fetch_value()
* @return string $server_collation
*/
function PMA_getServerCollation() {
return PMA_DBI_fetch_value(
'SHOW VARIABLES LIKE \'collation_server\'', 0, 1 );
}
 
/**
* returns description for given collation
*
* @uses is_array()
* @uses explode()
* @uses count()
* @uses $GLOBALS['str[Languages|Sorting]']
*
* @param string $collation MySQL collation string
* @return string collation description
*/
function PMA_getCollationDescr( $collation ) {
static $collation_cache;
 
if (!is_array($collation_cache)) {
$collation_cache = array();
} elseif (isset($collation_cache[$collation])) {
return $collation_cache[$collation];
}
 
if ($collation == 'binary') {
return $GLOBALS['strBinary'];
}
$parts = explode('_', $collation);
if (count($parts) == 1) {
$parts[1] = 'general';
} elseif ($parts[1] == 'ci' || $parts[1] == 'cs') {
$parts[2] = $parts[1];
$parts[1] = 'general';
}
$descr = '';
switch ($parts[1]) {
case 'bulgarian':
$descr = $GLOBALS['strBulgarian'];
break;
case 'chinese':
if ($parts[0] == 'gb2312' || $parts[0] == 'gbk') {
$descr = $GLOBALS['strSimplifiedChinese'];
} elseif ($parts[0] == 'big5') {
$descr = $GLOBALS['strTraditionalChinese'];
}
break;
case 'ci':
$descr = $GLOBALS['strCaseInsensitive'];
break;
case 'cs':
$descr = $GLOBALS['strCaseSensitive'];
break;
case 'croatian':
$descr = $GLOBALS['strCroatian'];
break;
case 'czech':
$descr = $GLOBALS['strCzech'];
break;
case 'danish':
$descr = $GLOBALS['strDanish'];
break;
case 'english':
$descr = $GLOBALS['strEnglish'];
break;
case 'esperanto':
$descr = $GLOBALS['strEsperanto'];
break;
case 'estonian':
$descr = $GLOBALS['strEstonian'];
break;
case 'german1':
$descr = $GLOBALS['strGerman'] . ' (' . $GLOBALS['strDictionary'] . ')';
break;
case 'german2':
$descr = $GLOBALS['strGerman'] . ' (' . $GLOBALS['strPhoneBook'] . ')';
break;
case 'hungarian':
$descr = $GLOBALS['strHungarian'];
break;
case 'icelandic':
$descr = $GLOBALS['strIcelandic'];
break;
case 'japanese':
$descr = $GLOBALS['strJapanese'];
break;
case 'latvian':
$descr = $GLOBALS['strLatvian'];
break;
case 'lithuanian':
$descr = $GLOBALS['strLithuanian'];
break;
case 'korean':
$descr = $GLOBALS['strKorean'];
break;
case 'persian':
$descr = $GLOBALS['strPersian'];
break;
case 'polish':
$descr = $GLOBALS['strPolish'];
break;
case 'roman':
$descr = $GLOBALS['strWestEuropean'];
break;
case 'romanian':
$descr = $GLOBALS['strRomanian'];
break;
case 'slovak':
$descr = $GLOBALS['strSlovak'];
break;
case 'slovenian':
$descr = $GLOBALS['strSlovenian'];
break;
case 'spanish':
$descr = $GLOBALS['strSpanish'];
break;
case 'spanish2':
$descr = $GLOBALS['strTraditionalSpanish'];
break;
case 'swedish':
$descr = $GLOBALS['strSwedish'];
break;
case 'thai':
$descr = $GLOBALS['strThai'];
break;
case 'turkish':
$descr = $GLOBALS['strTurkish'];
break;
case 'ukrainian':
$descr = $GLOBALS['strUkrainian'];
break;
case 'unicode':
$descr = $GLOBALS['strUnicode'] . ' (' . $GLOBALS['strMultilingual'] . ')';
break;
case 'bin':
$is_bin = TRUE;
case 'general':
switch ($parts[0]) {
// Unicode charsets
case 'ucs2':
case 'utf8':
$descr = $GLOBALS['strUnicode'] . ' (' . $GLOBALS['strMultilingual'] . ')';
break;
// West European charsets
case 'ascii':
case 'cp850':
case 'dec8':
case 'hp8':
case 'latin1':
case 'macroman':
$descr = $GLOBALS['strWestEuropean'] . ' (' . $GLOBALS['strMultilingual'] . ')';
break;
// Central European charsets
case 'cp1250':
case 'cp852':
case 'latin2':
case 'macce':
$descr = $GLOBALS['strCentralEuropean'] . ' (' . $GLOBALS['strMultilingual'] . ')';
break;
// Russian charsets
case 'cp866':
case 'koi8r':
$descr = $GLOBALS['strRussian'];
break;
// Simplified Chinese charsets
case 'gb2312':
case 'gbk':
$descr = $GLOBALS['strSimplifiedChinese'];
break;
// Japanese charsets
case 'sjis':
case 'ujis':
case 'cp932':
case 'eucjpms':
$descr = $GLOBALS['strJapanese'];
break;
// Baltic charsets
case 'cp1257':
case 'latin7':
$descr = $GLOBALS['strBaltic'] . ' (' . $GLOBALS['strMultilingual'] . ')';
break;
// Other
case 'armscii8':
case 'armscii':
$descr = $GLOBALS['strArmenian'];
break;
case 'big5':
$descr = $GLOBALS['strTraditionalChinese'];
break;
case 'cp1251':
$descr = $GLOBALS['strCyrillic'] . ' (' . $GLOBALS['strMultilingual'] . ')';
break;
case 'cp1256':
$descr = $GLOBALS['strArabic'];
break;
case 'euckr':
$descr = $GLOBALS['strKorean'];
break;
case 'hebrew':
$descr = $GLOBALS['strHebrew'];
break;
case 'geostd8':
$descr = $GLOBALS['strGeorgian'];
break;
case 'greek':
$descr = $GLOBALS['strGreek'];
break;
case 'keybcs2':
$descr = $GLOBALS['strCzechSlovak'];
break;
case 'koi8u':
$descr = $GLOBALS['strUkrainian'];
break;
case 'latin5':
$descr = $GLOBALS['strTurkish'];
break;
case 'swe7':
$descr = $GLOBALS['strSwedish'];
break;
case 'tis620':
$descr = $GLOBALS['strThai'];
break;
default:
$descr = $GLOBALS['strUnknown'];
break;
}
if (!empty($is_bin)) {
$descr .= ', ' . $GLOBALS['strBinary'];
}
break;
default: $descr = $GLOBALS['strUnknown'];
}
if (!empty($parts[2])) {
if ($parts[2] == 'ci') {
$descr .= ', ' . $GLOBALS['strCaseInsensitive'];
} elseif ($parts[2] == 'cs') {
$descr .= ', ' . $GLOBALS['strCaseSensitive'];
}
}
 
$collation_cache[$collation] = $descr;
return $descr;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/ob.lib.php
0,0 → 1,130
<?php
/* $Id: ob.lib.php,v 2.2 2003/11/26 22:52:23 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Output buffer functions for phpMyAdmin
*
* Copyright 2001 Jeremy Brand <jeremy@nirvani.net>
* http://www.jeremybrand.com/Jeremy/Brand/Jeremy_Brand.html
*
* Check for all the needed functions for output buffering
* Make some wrappers for the top and bottoms of our files.
*/
 
/**
* This function be used eventually to support more modes. It is needed
* because both header and footer functions must know what each other is
* doing.
*
* @return integer the output buffer mode
*/
function PMA_outBufferModeGet()
{
if (@function_exists('ob_start')) {
$mode = 1;
} else {
$mode = 0;
}
 
// If a user sets the output_handler in php.ini to ob_gzhandler, then
// any right frame file in phpMyAdmin will not be handled properly by
// the browser. My fix was to check the ini file within the
// PMA_outBufferModeGet() function.
//
// (Patch by Garth Gillespie, modified by Marc Delisle)
if (@ini_get('output_handler') == 'ob_gzhandler') {
$mode = 0;
}
if (@get_cfg_var('output_handler') == 'ob_gzhandler') {
$mode = 0;
}
// End patch
 
// If output buffering is enabled in php.ini it's not possible to
// add the ob_gzhandler without a warning message from php 4.3.0.
// Being better safe than sorry, check for any existing output handler
// instead of just checking the 'output_buffering' setting.
//
if (@function_exists('ob_get_level')) {
if (ob_get_level() > 0) {
$mode = 0;
}
}
 
// Zero (0) is no mode or in other words output buffering is OFF.
// Follow 2^0, 2^1, 2^2, 2^3 type values for the modes.
// Usefull if we ever decide to combine modes. Then a bitmask field of
// the sum of all modes will be the natural choice.
 
header('X-ob_mode: ' . $mode);
 
return $mode;
} // end of the 'PMA_outBufferModeGet()' function
 
 
/**
* This function will need to run at the top of all pages if output
* output buffering is turned on. It also needs to be passed $mode from
* the PMA_outBufferModeGet() function or it will be useless.
*
* @param integer the output buffer mode
*
* @return boolean whether output buffering is enabled or not
*/
function PMA_outBufferPre($mode)
{
switch($mode)
{
case 1:
ob_start('ob_gzhandler');
$retval = TRUE;
break;
 
case 0:
$retval = FALSE;
break;
 
// loic1: php3 fix
default:
$retval = FALSE;
break;
} // end switch
 
return $retval;
} // end of the 'PMA_outBufferPre()' function
 
 
/**
* This function will need to run at the bottom of all pages if output
* buffering is turned on. It also needs to be passed $mode from the
* PMA_outBufferModeGet() function or it will be useless.
*
* @param integer the output buffer mode
*
* @return boolean whether data has been send from the buffer or not
*/
function PMA_outBufferPost($mode)
{
switch($mode)
{
case 1:
# This output buffer doesn't need a footer.
$retval = TRUE;
break;
 
case 0:
$retval = FALSE;
break;
 
// loic1: php3 fix
default:
$retval = FALSE;
break;
} // end switch
 
return $retval;
} // end of the 'PMA_outBufferPost()' function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/plugin_interface.lib.php
0,0 → 1,287
<?php
/* $Id: plugin_interface.lib.php,v 1.3 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Generic plugin interface.
*/
 
/**
* array PMA_getPlugins(string $plugins_dir, mixed $plugin_param)
*
* Reads all plugin information from directory $plugins_dir.
*
* @uses ksort()
* @uses opendir()
* @uses readdir()
* @uses is_file()
* @uses eregi()
* @param string $plugins_dir directrory with plugins
* @param mixed $plugin_param parameter to plugin by which they can decide whether they can work
* @return array list of plugins
*/
function PMA_getPlugins($plugins_dir, $plugin_param)
{
/* Scan for plugins */
$plugin_list = array();
if ($handle = @opendir($plugins_dir)) {
$is_first = 0;
while ($file = @readdir($handle)) {
if (is_file($plugins_dir . $file) && eregi('\.php$', $file)) {
include $plugins_dir . $file;
}
}
}
ksort($plugin_list);
return $plugin_list;
}
 
/**
* string PMA_getString(string $name)
*
* returns locale string for $name or $name if no locale is found
*
* @uses $GLOBALS
* @param string $name for local string
* @return string locale string for $name
*/
function PMA_getString($name)
{
return isset($GLOBALS[$name]) ? $GLOBALS[$name] : $name;
}
 
/**
* string PMA_pluginCheckboxCheck(string $section, string $opt)
*
* returns html input tag option 'checked' if plugin $opt should be set by config or request
*
* @uses $_REQUEST
* @uses $GLOBALS['cfg']
* @uses $GLOBALS['timeout_passed']
* @param string $section name of config section in
* $GLOBALS['cfg'][$section] for plugin
* @param string $opt name of option
* @return string hmtl input tag option 'checked'
*/
function PMA_pluginCheckboxCheck($section, $opt)
{
if ((isset($GLOBALS['timeout_passed']) && $GLOBALS['timeout_passed'] && isset($_REQUEST[$opt])) ||
(isset($GLOBALS['cfg'][$section][$opt]) && $GLOBALS['cfg'][$section][$opt])) {
return ' checked="checked"';
}
return '';
}
 
/**
* string PMA_pluginGetDefault(string $section, string $opt)
*
* returns default value for option $opt
*
* @uses htmlspecialchars()
* @uses $_REQUEST
* @uses $GLOBALS['cfg']
* @uses $GLOBALS['timeout_passed']
* @param string $section name of config section in
* $GLOBALS['cfg'][$section] for plugin
* @param string $opt name of option
* @return string default value for option $opt
*/
function PMA_pluginGetDefault($section, $opt)
{
if (isset($GLOBALS['timeout_passed']) && $GLOBALS['timeout_passed'] && isset($_REQUEST[$opt])) {
return htmlspecialchars($_REQUEST[$opt]);
} elseif (isset($GLOBALS['cfg'][$section][$opt])) {
return htmlspecialchars($GLOBALS['cfg'][$section][$opt]);
}
return '';
}
 
/**
* string PMA_pluginIsActive(string $section, string $opt, string $val)
*
* returns html input tag option 'checked' if option $opt should be set by config or request
*
* @uses $_REQUEST
* @uses $GLOBALS['cfg']
* @uses $GLOBALS['timeout_passed']
* @param string $section name of config section in
* $GLOBALS['cfg'][$section] for plugin
* @param string $opt name of option
* @param string $val value of option to check against
* @return string html input tag option 'checked'
*/
function PMA_pluginIsActive($section, $opt, $val)
{
if ( ! empty($GLOBALS['timeout_passed']) && isset($_REQUEST[$opt])) {
if ($_REQUEST[$opt] == $val) {
return ' checked="checked"';
}
} elseif (isset($GLOBALS['cfg'][$section][$opt]) && $GLOBALS['cfg'][$section][$opt] == $val) {
return ' checked="checked"';
}
return '';
}
 
/**
* string PMA_pluginGetChoice(string $section, string $name, array &$list)
*
* returns html radio form element for plugin choice
*
* @uses PMA_pluginIsActive()
* @uses PMA_getString()
* @param string $section name of config section in
* $GLOBALS['cfg'][$section] for plugin
* @param string $name name of radio element
* @param array &$list array with plugin configuration defined in plugin file
* @return string html input radio tag
*/
function PMA_pluginGetChoice($section, $name, &$list)
{
$ret = '';
foreach ($list as $plugin_name => $val) {
$ret .= '<!-- ' . $plugin_name . ' -->' . "\n";
$ret .= '<input type="radio" name="' . $name . '" value="' . $plugin_name . '"'
. ' id="radio_plugin_' . $plugin_name . '"'
. ' onclick="if(this.checked) { hide_them_all();'
.' document.getElementById(\'' . $plugin_name . '_options\').style.display = \'block\'; };'
.' return true"'
. PMA_pluginIsActive($section, $name, $plugin_name) . '/>' . "\n";
$ret .= '<label for="radio_plugin_' . $plugin_name . '">'
. PMA_getString($val['text']) . '</label>' . "\n";
$ret .= '<br /><br />' . "\n";
}
return $ret;
}
 
/**
* string PMA_pluginGetOneOption(string $section, string $plugin_name, string $id, array &$opt)
*
* returns single option in a table row
*
* @uses PMA_getString()
* @uses PMA_pluginCheckboxCheck()
* @uses PMA_pluginGetDefault()
* @param string $section name of config section in
* $GLOBALS['cfg'][$section] for plugin
* @param string $plugin_name unique plugin name
* @param string $id option id
* @param array &$opt plugin option details
* @return string table row with option
*/
function PMA_pluginGetOneOption($section, $plugin_name, $id, &$opt)
{
$ret = '';
$ret .= '<tr>';
if ($opt['type'] == 'bool') {
$ret .= '<td colspan="2">';
$ret .= '<input type="checkbox" name="' . $plugin_name . '_' . $opt['name'] . '"'
. ' value="something" id="checkbox_' . $plugin_name . '_' . $opt['name'] . '"'
. ' ' . PMA_pluginCheckboxCheck($section, $plugin_name . '_' . $opt['name']) .' />';
$ret .= '<label for="checkbox_' . $plugin_name . '_' . $opt['name'] . '">'
. PMA_getString($opt['text']) . '</label>';
$ret .= '</td>';
} elseif ($opt['type'] == 'text') {
$ret .= '<td>';
$ret .= '<label for="text_' . $plugin_name . '_' . $opt['name'] . '">'
. PMA_getString($opt['text']) . '</label>';
$ret .= '</td><td>';
$ret .= '<input type="text" name="' . $plugin_name . '_' . $opt['name'] . '"'
. ' value="' . PMA_pluginGetDefault($section, $plugin_name . '_' . $opt['name']) . '"'
. ' id="text_' . $plugin_name . '_' . $opt['name'] . '"'
. (isset($opt['size']) ? ' size="' . $opt['size'] . '"' : '' )
. (isset($opt['len']) ? ' maxlength="' . $opt['len'] . '"' : '' ) . ' />';
$ret .= '</td>';
} else {
/* This should be seen only by plugin writers, so I do not thing this
* needs translation. */
$ret .= '<td colspan="2">';
$ret .= 'UNKNOWN OPTION IN IMPORT PLUGIN ' . $plugin_name . '!';
$ret .= '</td>';
}
$ret .= '</tr>';
return $ret;
}
 
/**
* string PMA_pluginGetOptions(string $section, array &$list)
*
* return html fieldset with editable options for plugin
*
* @uses PMA_getString()
* @uses PMA_pluginGetOneOption()
* @param string $section name of config section in $GLOBALS['cfg'][$section]
* @param array &$list array with plugin configuration defined in plugin file
* @return string html fieldset with plugin options
*/
function PMA_pluginGetOptions($section, &$list)
{
$ret = '';
// Options for plugins that support them
foreach ($list as $plugin_name => $val) {
$ret .= '<fieldset id="' . $plugin_name . '_options" class="options">';
$ret .= '<legend>' . PMA_getString($val['options_text']) . '</legend>';
if (isset($val['options'])) {
$ret .= '<table class="form">';
$ret .= '<tbody>';
foreach ($val['options'] as $id => $opt) {
$ret .= PMA_pluginGetOneOption($section, $plugin_name, $id, $opt);
}
$ret .= '</tbody>';
$ret .= '</table>';
} else {
$ret .= $GLOBALS['strNoOptions'];
}
$ret .= '</fieldset>';
}
return $ret;
}
 
function PMA_pluginGetJavascript(&$list) {
$ret = '
<script type="text/javascript" language="javascript">
//<![CDATA[
function hide_them_all() {
';
foreach ($list as $plugin_name => $val) {
$ret .= 'document.getElementById("' . $plugin_name . '_options").style.display = "none";' . "\n";
}
$ret .= '
}
 
function init_options() {
hide_them_all();
';
foreach ($list as $plugin_name => $val) {
$ret .= 'if (document.getElementById("radio_plugin_' . $plugin_name . '").checked) {' . "\n";
$ret .= 'document.getElementById("' . $plugin_name . '_options").style.display = "block";' . "\n";
$ret .= ' } else ' . "\n";
}
$ret .= '
{
;
}
}
 
function match_file(fname) {
farr = fname.toLowerCase().split(".");
if (farr.length != 0) {
len = farr.length
if (farr[len - 1] == "gz" || farr[len - 1] == "bz2" || farr[len -1] == "zip") len--;
switch (farr[len - 1]) {
';
foreach ($list as $plugin_name => $val) {
$ret .= 'case "' . $val['extension'] . '" :';
$ret .= 'document.getElementById("radio_plugin_' . $plugin_name . '").checked = true;';
$ret .= 'init_options();';
$ret .= 'break;' . "\n";
}
$ret .='
}
}
}
//]]>
</script>
';
return $ret;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/read_dump.lib.php
0,0 → 1,205
<?php
/* $Id: read_dump.lib.php,v 2.11 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Removes comment lines and splits up large sql files into individual queries
*
* Last revision: September 23, 2001 - gandon
*
* @param array the splitted sql commands
* @param string the sql commands
* @param integer the MySQL release number (because certains php3 versions
* can't get the value of a constant from within a function)
*
* @return boolean always true
*
* @access public
*/
function PMA_splitSqlFile(&$ret, $sql, $release)
{
// do not trim, see bug #1030644
//$sql = trim($sql);
$sql = rtrim($sql, "\n\r");
$sql_len = strlen($sql);
$char = '';
$string_start = '';
$in_string = FALSE;
$nothing = TRUE;
$time0 = time();
 
for ($i = 0; $i < $sql_len; ++$i) {
$char = $sql[$i];
 
// We are in a string, check for not escaped end of strings except for
// backquotes that can't be escaped
if ($in_string) {
for (;;) {
$i = strpos($sql, $string_start, $i);
// No end of string found -> add the current substring to the
// returned array
if (!$i) {
$ret[] = array('query' => $sql, 'empty' => $nothing);
return TRUE;
}
// Backquotes or no backslashes before quotes: it's indeed the
// end of the string -> exit the loop
elseif ($string_start == '`' || $sql[$i-1] != '\\') {
$string_start = '';
$in_string = FALSE;
break;
}
// one or more Backslashes before the presumed end of string...
else {
// ... first checks for escaped backslashes
$j = 2;
$escaped_backslash = FALSE;
while ($i-$j > 0 && $sql[$i-$j] == '\\') {
$escaped_backslash = !$escaped_backslash;
$j++;
}
// ... if escaped backslashes: it's really the end of the
// string -> exit the loop
if ($escaped_backslash) {
$string_start = '';
$in_string = FALSE;
break;
}
// ... else loop
else {
$i++;
}
} // end if...elseif...else
} // end for
} // end if (in string)
 
// lets skip comments (/*, -- and #)
elseif (($char == '-' && $sql_len > $i + 2 && $sql[$i + 1] == '-' && $sql[$i + 2] <= ' ') || $char == '#' || ($char == '/' && $sql_len > $i + 1 && $sql[$i + 1] == '*')) {
$i = strpos($sql, $char == '/' ? '*/' : "\n", $i);
// didn't we hit end of string?
if ($i === FALSE) {
break;
}
if ($char == '/') {
$i++;
}
}
 
// We are not in a string, first check for delimiter...
elseif ($char == ';') {
// if delimiter found, add the parsed part to the returned array
$ret[] = array('query' => substr($sql, 0, $i), 'empty' => $nothing);
$nothing = TRUE;
$sql = ltrim(substr($sql, min($i + 1, $sql_len)));
$sql_len = strlen($sql);
if ($sql_len) {
$i = -1;
} else {
// The submited statement(s) end(s) here
return TRUE;
}
} // end elseif (is delimiter)
 
// ... then check for start of a string,...
elseif (($char == '"') || ($char == '\'') || ($char == '`')) {
$in_string = TRUE;
$nothing = FALSE;
$string_start = $char;
} // end elseif (is start of string)
 
elseif ($nothing) {
$nothing = FALSE;
}
 
// loic1: send a fake header each 30 sec. to bypass browser timeout
$time1 = time();
if ($time1 >= $time0 + 30) {
$time0 = $time1;
header('X-pmaPing: Pong');
} // end if
} // end for
 
// add any rest to the returned array
if (!empty($sql) && preg_match('@[^[:space:]]+@', $sql)) {
$ret[] = array('query' => $sql, 'empty' => $nothing);
}
 
return TRUE;
} // end of the 'PMA_splitSqlFile()' function
 
 
/**
* Reads (and decompresses) a (compressed) file into a string
*
* @param string the path to the file
* @param string the MIME type of the file, if empty MIME type is autodetected
*
* @global array the phpMyAdmin configuration
*
* @return string the content of the file or
* boolean FALSE in case of an error.
*/
function PMA_readFile($path, $mime = '') {
global $cfg;
 
if (!file_exists($path)) {
return FALSE;
}
switch ($mime) {
case '':
$file = @fopen($path, 'rb');
if (!$file) {
return FALSE;
}
$test = fread($file, 3);
fclose($file);
if ($test[0] == chr(31) && $test[1] == chr(139)) {
return PMA_readFile($path, 'application/x-gzip');
}
if ($test == 'BZh') {
return PMA_readFile($path, 'application/x-bzip');
}
return PMA_readFile($path, 'text/plain');
case 'text/plain':
$file = @fopen($path, 'rb');
if (!$file) {
return FALSE;
}
$content = fread($file, filesize($path));
fclose($file);
break;
case 'application/x-gzip':
if ($cfg['GZipDump'] && @function_exists('gzopen')) {
$file = @gzopen($path, 'rb');
if (!$file) {
return FALSE;
}
$content = '';
while (!gzeof($file)) {
$content .= gzgetc($file);
}
gzclose($file);
} else {
return FALSE;
}
break;
case 'application/x-bzip':
if ($cfg['BZipDump'] && @function_exists('bzdecompress')) {
$file = @fopen($path, 'rb');
if (!$file) {
return FALSE;
}
$content = fread($file, filesize($path));
fclose($file);
$content = bzdecompress($content);
} else {
return FALSE;
}
break;
default:
return FALSE;
}
return $content;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/relation.lib.php
0,0 → 1,909
<?php
/* $Id: relation.lib.php,v 2.52.2.1 2006/02/24 20:28:13 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used with the relation and pdf feature
*/
 
/**
* Executes a query as controluser if possible, otherwise as normal user
*
* @param string the query to execute
* @param boolean whether to display SQL error messages or not
*
* @return integer the result id
*
* @global string the URL of the page to show in case of error
* @global string the name of db to come back to
* @global resource the resource id of DB connect as controluser
* @global array configuration infos about the relations stuff
*
* @access public
*
* @author Mike Beck <mikebeck@users.sourceforge.net>
*/
function PMA_query_as_cu($sql, $show_error = TRUE, $options = 0) {
global $err_url_0, $db, $controllink, $cfgRelation;
 
// Comparing resource ids works on PHP 5 because, when no controluser
// is defined, connecting with the same user for controllink does
// not create a new connection. However a new connection is created
// on PHP 4, so we cannot directly compare resource ids.
 
if ($controllink == $GLOBALS['userlink'] || PMA_MYSQL_INT_VERSION < 50000) {
PMA_DBI_select_db($cfgRelation['db'], $controllink);
}
if ($show_error) {
$result = PMA_DBI_query($sql, $controllink, $options);
} else {
$result = @PMA_DBI_try_query($sql, $controllink, $options);
} // end if... else...
// It makes no sense to restore database on control user
if ($controllink == $GLOBALS['userlink'] || PMA_MYSQL_INT_VERSION < 50000) {
PMA_DBI_select_db($db, $controllink);
}
 
if ($result) {
return $result;
} else {
return FALSE;
}
} // end of the "PMA_query_as_cu()" function
 
 
/**
* Defines the relation parameters for the current user
* just a copy of the functions used for relations ;-)
* but added some stuff to check what will work
*
* @param boolean whether to check validity of settings or not
*
* @return array the relation parameters for the current user
*
* @global array the list of settings for servers
* @global integer the id of the current server
* @global string the URL of the page to show in case of error
* @global string the name of the current db
* @global string the name of the current table
* @global array configuration infos about the relations stuff
*
* @access public
*
* @author Mike Beck <mikebeck@users.sourceforge.net>
*/
function PMA_getRelationsParam($verbose = FALSE)
{
global $cfg, $server, $err_url_0, $db, $table, $controllink;
global $cfgRelation;
 
$cfgRelation = array();
$cfgRelation['relwork'] = FALSE;
$cfgRelation['displaywork'] = FALSE;
$cfgRelation['bookmarkwork']= FALSE;
$cfgRelation['pdfwork'] = FALSE;
$cfgRelation['commwork'] = FALSE;
$cfgRelation['mimework'] = FALSE;
$cfgRelation['historywork'] = FALSE;
$cfgRelation['allworks'] = FALSE;
 
// No server selected -> no bookmark table
// we return the array with the FALSEs in it,
// to avoid some 'Unitialized string offset' errors later
if ($server == 0
|| empty($cfg['Server'])
|| empty($cfg['Server']['pmadb'])) {
if ($verbose == TRUE) {
echo 'PMA Database ... '
. '<font color="red"><b>' . $GLOBALS['strNotOK'] . '</b></font>'
. '[ <a href="Documentation.html#pmadb">' . $GLOBALS['strDocu'] . '</a> ]<br />' . "\n"
. $GLOBALS['strGeneralRelationFeat']
. ' <font color="green">' . $GLOBALS['strDisabled'] . '</font>' . "\n";
}
return $cfgRelation;
}
 
$cfgRelation['user'] = $cfg['Server']['user'];
$cfgRelation['db'] = $cfg['Server']['pmadb'];
 
// Now I just check if all tables that i need are present so I can for
// example enable relations but not pdf...
// I was thinking of checking if they have all required columns but I
// fear it might be too slow
 
PMA_DBI_select_db($cfgRelation['db'], $controllink);
$tab_query = 'SHOW TABLES FROM ' . PMA_backquote($cfgRelation['db']);
$tab_rs = PMA_query_as_cu($tab_query, FALSE, PMA_DBI_QUERY_STORE);
 
if ($tab_rs) {
while ($curr_table = @PMA_DBI_fetch_row($tab_rs)) {
if ($curr_table[0] == $cfg['Server']['bookmarktable']) {
$cfgRelation['bookmark'] = $curr_table[0];
} elseif ($curr_table[0] == $cfg['Server']['relation']) {
$cfgRelation['relation'] = $curr_table[0];
} elseif ($curr_table[0] == $cfg['Server']['table_info']) {
$cfgRelation['table_info'] = $curr_table[0];
} elseif ($curr_table[0] == $cfg['Server']['table_coords']) {
$cfgRelation['table_coords'] = $curr_table[0];
} elseif ($curr_table[0] == $cfg['Server']['column_info']) {
$cfgRelation['column_info'] = $curr_table[0];
} elseif ($curr_table[0] == $cfg['Server']['pdf_pages']) {
$cfgRelation['pdf_pages'] = $curr_table[0];
} elseif ($curr_table[0] == $cfg['Server']['history']) {
$cfgRelation['history'] = $curr_table[0];
}
} // end while
}
 
if (isset($cfgRelation['relation'])) {
$cfgRelation['relwork'] = TRUE;
if (isset($cfgRelation['table_info'])) {
$cfgRelation['displaywork'] = TRUE;
}
}
if (isset($cfgRelation['table_coords']) && isset($cfgRelation['pdf_pages'])) {
$cfgRelation['pdfwork'] = TRUE;
}
if (isset($cfgRelation['column_info'])) {
$cfgRelation['commwork'] = TRUE;
 
if ($cfg['Server']['verbose_check']) {
$mime_query = 'SHOW FIELDS FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']);
$mime_rs = PMA_query_as_cu($mime_query, FALSE);
 
$mime_field_mimetype = FALSE;
$mime_field_transformation = FALSE;
$mime_field_transformation_options = FALSE;
while ($curr_mime_field = @PMA_DBI_fetch_row($mime_rs)) {
if ($curr_mime_field[0] == 'mimetype') {
$mime_field_mimetype = TRUE;
} elseif ($curr_mime_field[0] == 'transformation') {
$mime_field_transformation = TRUE;
} elseif ($curr_mime_field[0] == 'transformation_options') {
$mime_field_transformation_options = TRUE;
}
}
PMA_DBI_free_result($mime_rs);
 
if ($mime_field_mimetype == TRUE
&& $mime_field_transformation == TRUE
&& $mime_field_transformation_options == TRUE) {
$cfgRelation['mimework'] = TRUE;
}
} else {
$cfgRelation['mimework'] = TRUE;
}
}
 
if (isset($cfgRelation['history'])) {
$cfgRelation['historywork'] = TRUE;
}
 
if (isset($cfgRelation['bookmark'])) {
$cfgRelation['bookmarkwork'] = TRUE;
}
 
if ($cfgRelation['relwork'] == TRUE && $cfgRelation['displaywork'] == TRUE
&& $cfgRelation['pdfwork'] == TRUE && $cfgRelation['commwork'] == TRUE
&& $cfgRelation['mimework'] == TRUE && $cfgRelation['historywork'] == TRUE
&& $cfgRelation['bookmarkwork'] == TRUE) {
$cfgRelation['allworks'] = TRUE;
}
if ($tab_rs) {
PMA_DBI_free_result($tab_rs);
} else {
$cfg['Server']['pmadb'] = FALSE;
}
 
if ($verbose == TRUE) {
$shit = '<font color="red"><b>' . $GLOBALS['strNotOK'] . '</b></font> [ <a href="Documentation.html#%s">' . $GLOBALS['strDocu'] . '</a> ]';
$hit = '<font color="green"><b>' . $GLOBALS['strOK'] . '</b></font>';
$enabled = '<font color="green">' . $GLOBALS['strEnabled'] . '</font>';
$disabled = '<font color="red">' . $GLOBALS['strDisabled'] . '</font>';
 
echo '<table>' . "\n";
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'pmadb\'] ... </th><td align="right">'
. (($cfg['Server']['pmadb'] == FALSE) ? sprintf($shit, 'pmadb') : $hit)
. '</td></tr>' . "\n";
echo ' <tr><td>&nbsp;</td></tr>' . "\n";
 
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'relation\'] ... </th><td align="right">'
. ((isset($cfgRelation['relation'])) ? $hit : sprintf($shit, 'relation'))
. '</td></tr>' . "\n";
echo ' <tr><td colspan=2 align="center">'. $GLOBALS['strGeneralRelationFeat'] . ': '
. (($cfgRelation['relwork'] == TRUE) ? $enabled : $disabled)
. '</td></tr>' . "\n";
echo ' <tr><td>&nbsp;</td></tr>' . "\n";
 
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'table_info\'] ... </th><td align="right">'
. (($cfgRelation['displaywork'] == FALSE) ? sprintf($shit, 'table_info') : $hit)
. '</td></tr>' . "\n";
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strDisplayFeat'] . ': '
. (($cfgRelation['displaywork'] == TRUE) ? $enabled : $disabled)
. '</td></tr>' . "\n";
echo ' <tr><td>&nbsp;</td></tr>' . "\n";
 
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'table_coords\'] ... </th><td align="right">'
. ((isset($cfgRelation['table_coords'])) ? $hit : sprintf($shit, 'table_coords'))
. '</td></tr>' . "\n";
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'pdf_pages\'] ... </th><td align="right">'
. ((isset($cfgRelation['pdf_pages'])) ? $hit : sprintf($shit, 'table_coords'))
. '</td></tr>' . "\n";
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strCreatePdfFeat'] . ': '
. (($cfgRelation['pdfwork'] == TRUE) ? $enabled : $disabled)
. '</td></tr>' . "\n";
echo ' <tr><td>&nbsp;</td></tr>' . "\n";
 
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'column_info\'] ... </th><td align="right">'
. ((isset($cfgRelation['column_info'])) ? $hit : sprintf($shit, 'col_com'))
. '</td></tr>' . "\n";
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strColComFeat'] . ': '
. (($cfgRelation['commwork'] == TRUE) ? $enabled : $disabled)
. '</td></tr>' . "\n";
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strBookmarkQuery'] . ': '
. (($cfgRelation['bookmarkwork'] == TRUE) ? $enabled : $disabled)
. '</td></tr>' . "\n";
echo ' <tr><th align="left">MIME ...</th><td align="right">'
. (($cfgRelation['mimework'] == TRUE) ? $hit : sprintf($shit, 'col_com'))
. '</td></tr>' . "\n";
 
if (($cfgRelation['commwork'] == TRUE) && ($cfgRelation['mimework'] != TRUE)) {
echo '<tr><td colspan=2 align="left">' . $GLOBALS['strUpdComTab'] . '</td></tr>' . "\n";
}
 
echo ' <tr><th align="left">$cfg[\'Servers\'][$i][\'history\'] ... </th><td align="right">'
. ((isset($cfgRelation['history'])) ? $hit : sprintf($shit, 'history'))
. '</td></tr>' . "\n";
echo ' <tr><td colspan=2 align="center">' . $GLOBALS['strQuerySQLHistory'] . ': '
. (($cfgRelation['historywork'] == TRUE) ? $enabled : $disabled)
. '</td></tr>' . "\n";
 
echo '</table>' . "\n";
} // end if ($verbose == TRUE) {
 
return $cfgRelation;
} // end of the 'PMA_getRelationsParam()' function
 
 
/**
* Gets all Relations to foreign tables for a given table or
* optionally a given column in a table
*
* @param string the name of the db to check for
* @param string the name of the table to check for
* @param string the name of the column to check for
* @param string the source for foreign key information
*
* @return array db,table,column
*
* @global array the list of relations settings
* @global string the URL of the page to show in case of error
*
* @access public
*
* @author Mike Beck <mikebeck@users.sourceforge.net> and Marc Delisle
*/
function PMA_getForeigners($db, $table, $column = '', $source = 'both') {
global $cfgRelation, $err_url_0;
 
if ($cfgRelation['relwork'] && ($source == 'both' || $source == 'internal')) {
$rel_query = '
SELECT master_field,
foreign_db,
foreign_table,
foreign_field
FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['relation']) . '
WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\'
AND master_table = \'' . PMA_sqlAddslashes($table) . '\' ';
if (isset($column) && strlen($column)) {
$rel_query .= ' AND master_field = \'' . PMA_sqlAddslashes($column) . '\'';
}
$relations = PMA_query_as_cu($rel_query);
$i = 0;
while ($relrow = PMA_DBI_fetch_assoc($relations)) {
$field = $relrow['master_field'];
$foreign[$field]['foreign_db'] = $relrow['foreign_db'];
$foreign[$field]['foreign_table'] = $relrow['foreign_table'];
$foreign[$field]['foreign_field'] = $relrow['foreign_field'];
$i++;
} // end while
PMA_DBI_free_result($relations);
unset($relations);
}
 
if (($source == 'both' || $source == 'innodb') && isset($table) && strlen($table)) {
$show_create_table_query = 'SHOW CREATE TABLE '
. PMA_backquote($db) . '.' . PMA_backquote($table);
$show_create_table_res = PMA_DBI_query($show_create_table_query);
list(, $show_create_table) = PMA_DBI_fetch_row($show_create_table_res);
PMA_DBI_free_result($show_create_table_res);
unset($show_create_table_res, $show_create_table_query);
$analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table));
 
foreach ($analyzed_sql[0]['foreign_keys'] AS $one_key) {
 
// the analyzer may return more than one column name in the
// index list or the ref_index_list
foreach ($one_key['index_list'] AS $i => $field) {
 
// If a foreign key is defined in the 'internal' source (pmadb)
// and in 'innodb', we won't get it twice if $source='both'
// because we use $field as key
 
// The parser looks for a CONSTRAINT clause just before
// the FOREIGN KEY clause. It finds it (as output from
// SHOW CREATE TABLE) in MySQL 4.0.13, but not in older
// versions like 3.23.58.
// In those cases, the FOREIGN KEY parsing will put numbers
// like -1, 0, 1... instead of the constraint number.
 
if (isset($one_key['constraint'])) {
$foreign[$field]['constraint'] = $one_key['constraint'];
}
 
if (isset($one_key['ref_db_name'])) {
$foreign[$field]['foreign_db'] = $one_key['ref_db_name'];
} else {
$foreign[$field]['foreign_db'] = $db;
}
$foreign[$field]['foreign_table'] = $one_key['ref_table_name'];
$foreign[$field]['foreign_field'] = $one_key['ref_index_list'][$i];
if (isset($one_key['on_delete'])) {
$foreign[$field]['on_delete'] = $one_key['on_delete'];
}
if (isset($one_key['on_update'])) {
$foreign[$field]['on_update'] = $one_key['on_update'];
}
}
}
}
 
/**
* Emulating relations for some information_schema tables
*/
if (PMA_MYSQL_INT_VERSION >= 50002 && $db == 'information_schema'
&& ($source == 'internal' || $source == 'both')) {
 
require_once('./libraries/information_schema_relations.lib.php');
 
if (!isset($foreign)) {
$foreign = array();
}
 
if (isset($GLOBALS['information_schema_relations'][$table])) {
foreach ($GLOBALS['information_schema_relations'][$table] as $field => $relations) {
if ( ( ! isset($column) || ! strlen($column) || $column == $field )
&& ( ! isset($foreign[$field]) || ! strlen($foreign[$field]) ) ) {
$foreign[$field] = $relations;
}
}
}
}
 
if (!empty($foreign) && is_array($foreign)) {
return $foreign;
} else {
return FALSE;
}
 
} // end of the 'PMA_getForeigners()' function
 
 
/**
* Gets the display field of a table
*
* @param string the name of the db to check for
* @param string the name of the table to check for
*
* @return string field name
*
* @global array the list of relations settings
*
* @access public
*
* @author Mike Beck <mikebeck@users.sourceforge.net>
*/
function PMA_getDisplayField($db, $table) {
global $cfgRelation;
 
/**
* Try to fetch the display field from DB.
*/
if (trim(@$cfgRelation['table_info']) != '') {
 
$disp_query = '
SELECT display_field
FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['table_info']) . '
WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'
AND table_name = \'' . PMA_sqlAddslashes($table) . '\'';
 
$disp_res = PMA_query_as_cu($disp_query);
$row = ($disp_res ? PMA_DBI_fetch_assoc($disp_res) : '');
PMA_DBI_free_result($disp_res);
if (isset($row['display_field'])) {
return $row['display_field'];
}
 
}
 
/**
* Emulating the display field for some information_schema tables.
*/
if (PMA_MYSQL_INT_VERSION >= 50002 && $db == 'information_schema') {
switch ($table) {
case 'CHARACTER_SETS': return 'DESCRIPTION';
case 'TABLES': return 'TABLE_COMMENT';
}
}
 
/**
* No Luck...
*/
return FALSE;
 
} // end of the 'PMA_getDisplayField()' function
 
 
/**
* Gets the comments for all rows of a table
*
* @param string the name of the db to check for
* @param string the name of the table to check for
*
* @return array [field_name] = comment
*
* @global array the list of relations settings
*
* @access public
*
* @authors Mike Beck <mikebeck@users.sourceforge.net>
* and lem9
*/
function PMA_getComments($db, $table = '') {
global $cfgRelation;
 
if ($table != '') {
 
// MySQL 4.1.x native column comments
if (PMA_MYSQL_INT_VERSION >= 40100) {
$fields = PMA_DBI_get_fields($db, $table);
if ($fields) {
foreach ($fields as $key=>$field) {
$tmp_col = $field['Field'];
if (!empty($field['Comment'])) {
$native_comment[$tmp_col] = $field['Comment'];
}
}
if (isset($native_comment)) {
$comment = $native_comment;
}
}
}
 
// pmadb internal column comments
// (this function can be called even if $cfgRelation['commwork'] is
// FALSE, to get native column comments, so recheck here)
if ($cfgRelation['commwork']) {
$com_qry = '
SELECT column_name,
comment
FROM ' . PMA_backquote($cfgRelation['db']) . '.' .PMA_backquote($cfgRelation['column_info']) . '
WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'
AND table_name = \'' . PMA_sqlAddslashes($table) . '\'';
$com_rs = PMA_query_as_cu($com_qry, TRUE, PMA_DBI_QUERY_STORE);
}
} else {
// pmadb internal db comments
$com_qry = '
SELECT ' . PMA_backquote('comment') . '
FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'
AND table_name = \'\'
AND column_name = \'(db_comment)\'';
$com_rs = PMA_query_as_cu($com_qry, TRUE, PMA_DBI_QUERY_STORE);
}
 
 
if (isset($com_rs) && PMA_DBI_num_rows($com_rs) > 0) {
$i = 0;
while ($row = PMA_DBI_fetch_assoc($com_rs)) {
$i++;
$col = ($table != '' ? $row['column_name'] : $i);
 
if (strlen($row['comment']) > 0) {
$comment[$col] = $row['comment'];
// if this version supports native comments and this function
// was called with a table parameter
if (PMA_MYSQL_INT_VERSION >= 40100 && isset($table) && strlen($table)) {
// if native comment found, use it instead of pmadb
if (!empty($native_comment[$col])) {
$comment[$col] = $native_comment[$col];
} else {
// no native comment, so migrate pmadb-style to native
PMA_setComment($db, $table, $col, $comment[$col], '', 'native');
// and erase the pmadb-style comment
PMA_setComment($db, $table, $col, '', '', 'pmadb');
}
}
}
} // end while
 
PMA_DBI_free_result($com_rs);
unset($com_rs);
}
 
if (isset($comment) && is_array($comment)) {
return $comment;
} else {
return FALSE;
}
} // end of the 'PMA_getComments()' function
 
/**
* Adds/removes slashes if required
*
* @param string the string to slash
*
* @return string the slashed string
*
* @access public
*/
function PMA_handleSlashes($val) {
return PMA_sqlAddslashes($val);
} // end of the "PMA_handleSlashes()" function
 
/**
* Set a single comment to a certain value.
*
* @param string the name of the db
* @param string the name of the table (may be empty in case of a db comment)
* @param string the name of the column
* @param string the value of the column
* @param string (optional) if a column is renamed, this is the name of the former key which will get deleted
* @param string whether we set pmadb comments, native comments or both
*
* @return boolean true, if comment-query was made.
*
* @global array the list of relations settings
*
* @access public
*/
function PMA_setComment($db, $table, $col, $comment, $removekey = '', $mode='auto') {
global $cfgRelation;
 
if ($mode=='auto') {
if (PMA_MYSQL_INT_VERSION >= 40100) {
$mode='native';
} else {
$mode='pmadb';
}
}
 
// native mode is only for column comments so we need a table name
if ($mode == 'native' && isset($table) && strlen($table)) {
$query = 'ALTER TABLE ' . PMA_backquote($table) . ' CHANGE '
. PMA_generateAlterTable($col, $col, '', '', '', '', FALSE, '', FALSE, '', $comment, '', '');
PMA_DBI_try_query($query, null, PMA_DBI_QUERY_STORE);
return TRUE;
}
 
// $mode == 'pmadb' section:
 
$cols = array(
'db_name' => 'db_name ',
'table_name' => 'table_name ',
'column_name' => 'column_name'
);
 
if ($removekey != '' AND $removekey != $col) {
$remove_query = '
DELETE FROM
' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
WHERE ' . $cols['db_name'] . ' = \'' . PMA_sqlAddslashes($db) . '\'
AND ' . $cols['table_name'] . ' = \'' . PMA_sqlAddslashes($table) . '\'
AND ' . $cols['column_name'] . ' = \'' . PMA_sqlAddslashes($removekey) . '\'';
PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
$test_qry = '
SELECT ' . PMA_backquote('comment') . ',
mimetype,
transformation,
transformation_options
FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
WHERE ' . $cols['db_name'] . ' = \'' . PMA_sqlAddslashes($db) . '\'
AND ' . $cols['table_name'] . ' = \'' . PMA_sqlAddslashes($table) . '\'
AND ' . $cols['column_name'] . ' = \'' . PMA_sqlAddslashes($col) . '\'';
$test_rs = PMA_query_as_cu($test_qry, TRUE, PMA_DBI_QUERY_STORE);
 
if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) {
$row = PMA_DBI_fetch_assoc($test_rs);
PMA_DBI_free_result($test_rs);
 
if (strlen($comment) > 0 || strlen($row['mimetype']) > 0 || strlen($row['transformation']) > 0 || strlen($row['transformation_options']) > 0) {
$upd_query = '
UPDATE ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
SET ' . PMA_backquote('comment') . ' = \'' . PMA_sqlAddslashes($comment) . '\'
WHERE ' . $cols['db_name'] . ' = \'' . PMA_sqlAddslashes($db) . '\'
AND ' . $cols['table_name'] . ' = \'' . PMA_sqlAddslashes($table) . '\'
AND ' . $cols['column_name'] . ' = \'' . PMA_sqlAddSlashes($col) . '\'';
} else {
$upd_query = '
DELETE FROM
' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
WHERE ' . $cols['db_name'] . ' = \'' . PMA_sqlAddslashes($db) . '\'
AND ' . $cols['table_name'] . ' = \'' . PMA_sqlAddslashes($table) . '\'
AND ' . $cols['column_name'] . ' = \'' . PMA_sqlAddslashes($col) . '\'';
}
} elseif (strlen($comment) > 0) {
$upd_query = '
INSERT INTO
' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
(db_name, table_name, column_name, ' . PMA_backquote('comment') . ')
VALUES (
\'' . PMA_sqlAddslashes($db) . '\',
\'' . PMA_sqlAddslashes($table) . '\',
\'' . PMA_sqlAddslashes($col) . '\',
\'' . PMA_sqlAddslashes($comment) . '\')';
}
 
if (isset($upd_query)){
$upd_rs = PMA_query_as_cu($upd_query);
unset($upd_query);
return true;
} else {
return false;
}
} // end of 'PMA_setComment()' function
 
/**
* Set a SQL history entry
*
* @param string the name of the db
* @param string the name of the table
* @param string the username
* @param string the sql query
*
* @global array the list of relations settings
*
* @return boolean true
*
* @access public
*/
function PMA_setHistory($db, $table, $username, $sqlquery) {
global $cfgRelation;
 
$hist_rs = PMA_query_as_cu('
INSERT INTO
' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . '
( ' . PMA_backquote('username') . ',
' . PMA_backquote('db') . ',
' . PMA_backquote('table') . ',
' . PMA_backquote('timevalue') . ',
' . PMA_backquote('sqlquery') . ' )
VALUES
( \'' . PMA_sqlAddslashes($username) . '\',
\'' . PMA_sqlAddslashes($db) . '\',
\'' . PMA_sqlAddslashes($table) . '\',
NOW(),
\'' . PMA_sqlAddslashes($sqlquery) . '\' )');
return true;
} // end of 'PMA_setHistory()' function
 
/**
* Gets a SQL history entry
*
* @param string the username
*
* @global array the list of relations settings
*
* @return array list of history items
*
* @access public
*/
function PMA_getHistory($username) {
global $cfgRelation;
 
$hist_query = '
SELECT ' . PMA_backquote('db') . ',
' . PMA_backquote('table') . ',
' . PMA_backquote('sqlquery') . '
FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . '
WHERE username = \'' . PMA_sqlAddslashes($username) . '\'
ORDER BY id DESC';
 
$hist_rs = PMA_query_as_cu($hist_query);
unset($hist_query);
 
$history = array();
 
while ($row = PMA_DBI_fetch_assoc($hist_rs)) {
$history[] = $row;
}
PMA_DBI_free_result($hist_rs);
 
return $history;
 
} // end of 'PMA_getHistory()' function
 
/**
* Set a SQL history entry
*
* @param string the name of the db
* @param string the name of the table
* @param string the username
* @param string the sql query
*
* @global array the list of relations settings
* @global array global phpMyAdmin configuration
*
* @return boolean true
*
* @access public
*/
function PMA_purgeHistory($username) {
global $cfgRelation, $cfg;
 
$purge_query = '
SELECT timevalue
FROM ' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . '
WHERE username = \'' . PMA_sqlAddSlashes($username) . '\'
ORDER BY timevalue DESC LIMIT ' . $cfg['QueryHistoryMax'] . ', 1';
$purge_rs = PMA_query_as_cu($purge_query);
$i = 0;
$row = PMA_DBI_fetch_row($purge_rs);
PMA_DBI_free_result($purge_rs);
 
if (is_array($row) && isset($row[0]) && $row[0] > 0) {
$maxtime = $row[0];
// quotes added around $maxtime to prevent a difficult to
// reproduce problem
$remove_rs = PMA_query_as_cu('
DELETE FROM
' . PMA_backquote($cfgRelation['db']) . '.' . PMA_backquote($cfgRelation['history']) . '
WHERE timevalue <= \'' . $maxtime . '\'');
}
 
return true;
} // end of 'PMA_purgeHistory()' function
 
 
/**
* Prepares the dropdown for one mode
*
* @param array the keys and values for foreigns
* @param string the current data of the dropdown
* @param string the needed mode
*
* @global array global phpMyAdmin configuration
*
* @return array the <option value=""><option>s
*
* @access private
*/
function PMA_foreignDropdownBuild($foreign, $data, $mode) {
global $cfg;
 
$reloptions = array();
 
foreach ($foreign as $key => $value) {
 
if (PMA_strlen($value) <= $cfg['LimitChars']) {
$vtitle = '';
$value = htmlspecialchars($value);
} else {
$vtitle = htmlspecialchars($value);
$value = htmlspecialchars(substr($value, 0, $cfg['LimitChars']) . '...');
}
 
$reloption = ' <option value="' . htmlspecialchars($key) . '"';
if ($vtitle != '') {
$reloption .= ' title="' . $vtitle . '"';
}
 
if ((string) $key == (string) $data) {
$reloption .= ' selected="selected"';
}
 
if ($mode == 'content-id') {
$reloptions[] = $reloption . '>' . $value . '&nbsp;-&nbsp;' . htmlspecialchars($key) . '</option>' . "\n";
} else {
$reloptions[] = $reloption . '>' . htmlspecialchars($key) . '&nbsp;-&nbsp;' . $value . '</option>' . "\n";
}
} // end foreach
 
return $reloptions;
} // end of 'PMA_foreignDropdownBuild' function
 
/**
* Outputs dropdown with values of foreign fields
*
* @param string the query of the foreign keys
* @param string the foreign field
* @param string the foreign field to display
* @param string the current data of the dropdown
*
* @global array global phpMyAdmin configuration
*
* @return string the <option value=""><option>s
*
* @access public
*/
function PMA_foreignDropdown($disp, $foreign_field, $foreign_display, $data, $max) {
global $cfg;
 
$foreign = array();
 
// collect the data
foreach ($disp as $relrow) {
$key = $relrow[$foreign_field];
 
// if the display field has been defined for this foreign table
if ($foreign_display) {
$value = $relrow[$foreign_display];
} else {
$value = '';
} // end if ($foreign_display)
 
$foreign[$key] = $value;
} // end foreach
 
// beginning of dropdown
$ret = '<option value=""></option>' . "\n";
 
// master array for dropdowns
$reloptions = array('content-id' => array(), 'id-content' => array());
 
// sort for id-content
if ($cfg['NaturalOrder']) {
uksort($foreign, 'strnatcasecmp');
} else {
ksort($foreign);
}
 
// build id-content dropdown
$reloptions['id-content'] = PMA_foreignDropdownBuild($foreign, $data, 'id-content');
 
// sort for content-id
if ($cfg['NaturalOrder']) {
natcasesort($foreign);
} else {
asort($foreign);
}
 
// build content-id dropdown
$reloptions['content-id'] = PMA_foreignDropdownBuild($foreign, $data, 'content-id');
 
 
// put the dropdown sections in correct order
 
$c = count($cfg['ForeignKeyDropdownOrder']);
if ($c == 2) {
$top = $reloptions[$cfg['ForeignKeyDropdownOrder'][0]];
$bot = $reloptions[$cfg['ForeignKeyDropdownOrder'][1]];
} elseif ($c == 1) {
$bot = $reloptions[$cfg['ForeignKeyDropdownOrder'][0]];
$top = null;
} else {
$top = $reloptions['id-content'];
$bot = $reloptions['content-id'];
}
$str_bot = implode('', $bot);
if ($top !== null) {
$str_top = implode('', $top);
$top_count = count($top);
if ($max == -1 || $top_count < $max) {
$ret .= $str_top;
if ($top_count > 0) {
$ret .= ' <option value=""></option>' . "\n";
$ret .= ' <option value=""></option>' . "\n";
}
}
}
$ret .= $str_bot;
 
return $ret;
} // end of 'PMA_foreignDropdown()' function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/relation_cleanup.lib.php
0,0 → 1,141
<?php
/* $Id: relation_cleanup.lib.php,v 2.4 2005/12/17 17:36:58 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used for cleaning up phpMyAdmin tables
*/
 
 
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
function PMA_relationsCleanupColumn($db, $table, $column) {
global $cfgRelation;
if ($cfgRelation['commwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND column_name = \'' . PMA_sqlAddslashes(urldecode($column)) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['displaywork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND display_field = \'' . PMA_sqlAddslashes(urldecode($column)) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['relwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND master_field = \'' . PMA_sqlAddslashes(urldecode($column)) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
 
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE foreign_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND foreign_table = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND foreign_field = \'' . PMA_sqlAddslashes(urldecode($column)) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
}
 
function PMA_relationsCleanupTable($db, $table) {
global $cfgRelation;
 
if ($cfgRelation['commwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['displaywork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['pdfwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['relwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
 
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE foreign_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND foreign_table = \'' . PMA_sqlAddslashes($table) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
}
 
function PMA_relationsCleanupDatabase($db) {
global $cfgRelation;
 
if ($cfgRelation['commwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['bookmarkwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['bookmark'])
. ' WHERE dbase = \'' . PMA_sqlAddslashes($db) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['displaywork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['pdfwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
 
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ($cfgRelation['relwork']) {
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
 
$remove_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE foreign_db = \'' . PMA_sqlAddslashes($db) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/sanitizing.lib.php
0,0 → 1,40
<?php
/* $Id: sanitizing.lib.php,v 2.2 2005/11/17 13:12:58 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Sanitizes $message, taking into account our special codes
* for formatting
*
* @param string the message
*
* @return string the sanitized message
*
* @access public
*/
function PMA_sanitize($message)
{
$replace_pairs = array(
'<' => '&lt;',
'>' => '&gt;',
'[i]' => '<em>', // deprecated by em
'[/i]' => '</em>', // deprecated by em
'[em]' => '<em>',
'[/em]' => '</em>',
'[b]' => '<strong>', // deprecated by strong
'[/b]' => '</strong>', // deprecated by strong
'[strong]' => '<strong>',
'[/strong]' => '</strong>',
'[tt]' => '<code>', // deprecated by CODE or KBD
'[/tt]' => '</code>', // deprecated by CODE or KBD
'[code]' => '<code>',
'[/code]' => '</code>',
'[kbd]' => '<kbd>',
'[/kbd]' => '</kbd>',
'[br]' => '<br />',
'[/a]' => '</a>',
);
return preg_replace('/\[a@([^"@]*)@([^]"]*)\]/', '<a href="\1" target="\2">', strtr($message, $replace_pairs));
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/select_lang.lib.php
0,0 → 1,423
<?php
/* $Id: select_lang.lib.php,v 2.36.2.2 2006/05/02 09:28:57 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* phpMyAdmin Language Loading File
*/
 
/**
* trys to find the language to use
*
* @uses $GLOBALS['cfg']['lang']
* @uses $GLOBALS['cfg']['DefaultLang']
* @uses $GLOBALS['lang_failed_cfg']
* @uses $GLOBALS['lang_failed_cookie']
* @uses $GLOBALS['lang_failed_request']
* @uses $_REQUEST['lang']
* @uses $_COOKIE['pma_lang']
* @uses $_SERVER['HTTP_ACCEPT_LANGUAGE']
* @uses $_SERVER['HTTP_USER_AGENT']
* @uses PMA_langSet()
* @uses PMA_langDetect()
* @uses explode()
* @return bool success if valid lang is found, otherwise false
*/
function PMA_langCheck()
{
// check forced language
if (! empty($GLOBALS['cfg']['Lang'])) {
if (PMA_langSet($GLOBALS['cfg']['Lang'])) {
return true;
} else {
$GLOBALS['lang_failed_cfg'] = $GLOBALS['cfg']['Lang'];
}
}
 
// check user requested language
if (! empty($_REQUEST['lang'])) {
if (PMA_langSet($_REQUEST['lang'])) {
return true;
} else {
$GLOBALS['lang_failed_request'] = $_REQUEST['lang'];
}
}
 
// check previous set language
if (! empty($_COOKIE['pma_lang'])) {
if (PMA_langSet($_COOKIE['pma_lang'])) {
return true;
} else {
$GLOBALS['lang_failed_cookie'] = $_COOKIE['pma_lang'];
}
}
 
// try to findout user's language by checking its HTTP_ACCEPT_LANGUAGE variable
if (PMA_getenv('HTTP_ACCEPT_LANGUAGE')) {
foreach (explode(',', PMA_getenv('HTTP_ACCEPT_LANGUAGE')) as $lang) {
if (PMA_langDetect($lang, 1)) {
return true;
}
}
}
 
// try to findout user's language by checking its HTTP_USER_AGENT variable
if (PMA_langDetect(PMA_getenv('HTTP_USER_AGENT'), 2)) {
return true;
}
 
// Didn't catch any valid lang : we use the default settings
if (PMA_langSet($GLOBALS['cfg']['DefaultLang'])) {
return true;
}
 
return false;
}
 
/**
* checks given lang and sets it if valid
* returns true on success, otherwise flase
*
* @uses $GLOBALS['available_languages'] to check $lang
* @uses $GLOBALS['lang'] to set it
* @param string $lang language to set
* @return bool success
*/
function PMA_langSet(&$lang)
{
if (empty($lang) || empty($GLOBALS['available_languages'][$lang])) {
return false;
}
$GLOBALS['lang'] = $lang;
return true;
}
 
/**
* Analyzes some PHP environment variables to find the most probable language
* that should be used
*
* @param string string to analyze
* @param integer type of the PHP environment variable which value is $str
*
* @return bool true on success, otherwise false
*
* @global $available_languages
*
* @access private
*/
function PMA_langDetect(&$str, $envType)
{
if (empty($str)) {
return false;
}
if (empty($GLOBALS['available_languages'])) {
return false;
}
 
foreach ($GLOBALS['available_languages'] as $lang => $value) {
// $envType = 1 for the 'HTTP_ACCEPT_LANGUAGE' environment variable,
// 2 for the 'HTTP_USER_AGENT' one
$expr = $value[0];
if (strpos($expr, '[-_]') === FALSE) {
$expr = str_replace('|', '([-_][[:alpha:]]{2,3})?|', $expr);
}
if (($envType == 1 && eregi('^(' . $expr . ')(;q=[0-9]\\.[0-9])?$', $str))
|| ($envType == 2 && eregi('(\(|\[|;[[:space:]])(' . $expr . ')(;|\]|\))', $str))) {
if (PMA_langSet($lang)) {
return true;
}
}
}
 
return false;
} // end of the 'PMA_langDetect()' function
 
/**
* @var string path to the translations directory
*/
$lang_path = './lang/';
 
/**
* first check for lang dir exists
*/
if (! is_dir($lang_path)) {
// language directory not found
trigger_error('phpMyAdmin-ERROR: path not found: '
. $lang_path . ', check your language directory.',
E_USER_WARNING);
// and tell the user
PMA_sendHeaderLocation('error.php?error='
. urlencode( 'path to languages is invalid: ' . $lang_path));
// stop execution
exit;
}
 
/**
* @var string interface language
*/
$GLOBALS['lang'] = '';
/**
* @var boolean wether loading lang from cfg failed
*/
$lang_failed_cfg = false;
/**
* @var boolean wether loading lang from cookie failed
*/
$lang_failed_cookie = false;
/**
* @var boolean wether loading lang from user request failed
*/
$lang_failed_request = false;
 
 
/**
* All the supported languages have to be listed in the array below.
* 1. The key must be the "official" ISO 639 language code and, if required,
* the dialect code. It can also contain some informations about the
* charset (see the Russian case).
* 2. The first of the values associated to the key is used in a regular
* expression to find some keywords corresponding to the language inside two
* environment variables.
* These values contains:
* - the "official" ISO language code and, if required, the dialect code
* also ('bu' for Bulgarian, 'fr([-_][[:alpha:]]{2})?' for all French
* dialects, 'zh[-_]tw' for Chinese traditional...), the dialect has to
* be specified as first;
* - the '|' character (it means 'OR');
* - the full language name.
* 3. The second values associated to the key is the name of the file to load
* without the 'inc.php' extension.
* 4. The third values associated to the key is the language code as defined by
* the RFC1766.
* 5. The fourth value is native name in html entities.
*
* Beware that the sorting order (first values associated to keys by
* alphabetical reverse order in the array) is important: 'zh-tw' (chinese
* traditional) must be detected before 'zh' (chinese simplified) for
* example.
*
* When there are more than one charset for a language, we put the -utf-8
* last because we need the default charset to be non-utf-8 to avoid
* problems on MySQL < 4.1.x if AllowAnywhereRecoding is FALSE.
*
* For Russian, we put 1251 first, because MSIE does not accept 866
* and users would not see anything.
*/
$available_languages = array(
'af-iso-8859-1' => array('af|afrikaans', 'afrikaans-iso-8859-1', 'af', ''),
'af-utf-8' => array('af|afrikaans', 'afrikaans-utf-8', 'af', ''),
'ar-win1256' => array('ar|arabic', 'arabic-windows-1256', 'ar', '&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;'),
'ar-utf-8' => array('ar|arabic', 'arabic-utf-8', 'ar', '&#1575;&#1604;&#1593;&#1585;&#1576;&#1610;&#1577;'),
'az-iso-8859-9' => array('az|azerbaijani', 'azerbaijani-iso-8859-9', 'az', 'Az&#601;rbaycanca'),
'az-utf-8' => array('az|azerbaijani', 'azerbaijani-utf-8', 'az', 'Az&#601;rbaycanca'),
 
'becyr-win1251' => array('be|belarusian', 'belarusian_cyrillic-windows-1251', 'be', '&#1041;&#1077;&#1083;&#1072;&#1088;&#1091;&#1089;&#1082;&#1072;&#1103;'),
'becyr-utf-8' => array('be|belarusian', 'belarusian_cyrillic-utf-8', 'be', '&#1041;&#1077;&#1083;&#1072;&#1088;&#1091;&#1089;&#1082;&#1072;&#1103;'),
'belat-utf-8' => array('be[-_]lat|belarusian latin', 'belarusian_latin-utf-8', 'be-lat', 'Byelorussian'),
'bg-win1251' => array('bg|bulgarian', 'bulgarian-windows-1251', 'bg', '&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;'),
'bg-koi8-r' => array('bg|bulgarian', 'bulgarian-koi8-r', 'bg', '&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;'),
'bg-utf-8' => array('bg|bulgarian', 'bulgarian-utf-8', 'bg', '&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;'),
'bs-win1250' => array('bs|bosnian', 'bosnian-windows-1250', 'bs', 'Bosanski'),
'bs-utf-8' => array('bs|bosnian', 'bosnian-utf-8', 'bs', 'Bosanski'),
'ca-iso-8859-1' => array('ca|catalan', 'catalan-iso-8859-1', 'ca', 'Catal&agrave;'),
'ca-utf-8' => array('ca|catalan', 'catalan-utf-8', 'ca', 'Catal&agrave;'),
'cs-iso-8859-2' => array('cs|czech', 'czech-iso-8859-2', 'cs', '&#268;esky'),
'cs-win1250' => array('cs|czech', 'czech-windows-1250', 'cs', '&#268;esky'),
'cs-utf-8' => array('cs|czech', 'czech-utf-8', 'cs', '&#268;esky'),
'da-iso-8859-1' => array('da|danish', 'danish-iso-8859-1', 'da', 'Dansk'),
'da-utf-8' => array('da|danish', 'danish-utf-8', 'da', 'Dansk'),
'de-iso-8859-1' => array('de|german', 'german-iso-8859-1', 'de', 'Deutsch'),
'de-iso-8859-15' => array('de|german', 'german-iso-8859-15', 'de', 'Deutsch'),
'de-utf-8' => array('de|german', 'german-utf-8', 'de', 'Deutsch'),
'el-iso-8859-7' => array('el|greek', 'greek-iso-8859-7', 'el', '&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;&#940;'),
'el-utf-8' => array('el|greek', 'greek-utf-8', 'el', '&Epsilon;&lambda;&lambda;&eta;&nu;&iota;&kappa;&#940;'),
'en-iso-8859-1' => array('en|english', 'english-iso-8859-1', 'en', ''),
'en-iso-8859-15' => array('en|english', 'english-iso-8859-15', 'en', ''),
'en-utf-8' => array('en|english', 'english-utf-8', 'en', ''),
'es-iso-8859-1' => array('es|spanish', 'spanish-iso-8859-1', 'es', 'Espa&ntilde;ol'),
'es-iso-8859-15' => array('es|spanish', 'spanish-iso-8859-15', 'es', 'Espa&ntilde;ol'),
'es-utf-8' => array('es|spanish', 'spanish-utf-8', 'es', 'Espa&ntilde;ol'),
'et-iso-8859-1' => array('et|estonian', 'estonian-iso-8859-1', 'et', 'Eesti'),
'et-utf-8' => array('et|estonian', 'estonian-utf-8', 'et', 'Eesti'),
'eu-iso-8859-1' => array('eu|basque', 'basque-iso-8859-1', 'eu', 'Euskara'),
'eu-utf-8' => array('eu|basque', 'basque-utf-8', 'eu', 'Euskara'),
'fa-win1256' => array('fa|persian', 'persian-windows-1256', 'fa', '&#1601;&#1575;&#1585;&#1587;&#1740;'),
'fa-utf-8' => array('fa|persian', 'persian-utf-8', 'fa', '&#1601;&#1575;&#1585;&#1587;&#1740;'),
'fi-iso-8859-1' => array('fi|finnish', 'finnish-iso-8859-1', 'fi', 'Suomi'),
'fi-iso-8859-15' => array('fi|finnish', 'finnish-iso-8859-15', 'fi', 'Suomi'),
'fi-utf-8' => array('fi|finnish', 'finnish-utf-8', 'fi', 'Suomi'),
'fr-iso-8859-1' => array('fr|french', 'french-iso-8859-1', 'fr', 'Fran&ccedil;ais'),
'fr-iso-8859-15' => array('fr|french', 'french-iso-8859-15', 'fr', 'Fran&ccedil;ais'),
'fr-utf-8' => array('fr|french', 'french-utf-8', 'fr', 'Fran&ccedil;ais'),
'gl-iso-8859-1' => array('gl|galician', 'galician-iso-8859-1', 'gl', 'Galego'),
'gl-utf-8' => array('gl|galician', 'galician-utf-8', 'gl', 'Galego'),
'he-iso-8859-8-i' => array('he|hebrew', 'hebrew-iso-8859-8-i', 'he', '&#1506;&#1489;&#1512;&#1497;&#1514;'),
'he-utf-8' => array('he|hebrew', 'hebrew-utf-8', 'he', '&#1506;&#1489;&#1512;&#1497;&#1514;'),
'hi-utf-8' => array('hi|hindi', 'hindi-utf-8', 'hi', '&#2361;&#2367;&#2344;&#2381;&#2342;&#2368;'),
'hr-win1250' => array('hr|croatian', 'croatian-windows-1250', 'hr', 'Hrvatski'),
'hr-iso-8859-2' => array('hr|croatian', 'croatian-iso-8859-2', 'hr', 'Hrvatski'),
'hr-utf-8' => array('hr|croatian', 'croatian-utf-8', 'hr', 'Hrvatski'),
'hu-iso-8859-2' => array('hu|hungarian', 'hungarian-iso-8859-2', 'hu', 'Magyar'),
'hu-utf-8' => array('hu|hungarian', 'hungarian-utf-8', 'hu', 'Magyar'),
'id-iso-8859-1' => array('id|indonesian', 'indonesian-iso-8859-1', 'id', 'Bahasa Indonesia'),
'id-utf-8' => array('id|indonesian', 'indonesian-utf-8', 'id', 'Bahasa Indonesia'),
'it-iso-8859-1' => array('it|italian', 'italian-iso-8859-1', 'it', 'Italiano'),
'it-iso-8859-15' => array('it|italian', 'italian-iso-8859-15', 'it', 'Italiano'),
'it-utf-8' => array('it|italian', 'italian-utf-8', 'it', 'Italiano'),
'ja-euc' => array('ja|japanese', 'japanese-euc', 'ja', '&#26085;&#26412;&#35486;'),
'ja-sjis' => array('ja|japanese', 'japanese-sjis', 'ja', '&#26085;&#26412;&#35486;'),
'ja-utf-8' => array('ja|japanese', 'japanese-utf-8', 'ja', '&#26085;&#26412;&#35486;'),
'ko-euc-kr' => array('ko|korean', 'korean-euc-kr', 'ko', '&#54620;&#44397;&#50612;'),
'ko-utf-8' => array('ko|korean', 'korean-utf-8', 'ko', '&#54620;&#44397;&#50612;'),
'ka-utf-8' => array('ka|georgian', 'georgian-utf-8', 'ka', '&#4325;&#4304;&#4320;&#4311;&#4323;&#4314;&#4312;'),
'lt-win1257' => array('lt|lithuanian', 'lithuanian-windows-1257', 'lt', 'Lietuvi&#371;'),
'lt-utf-8' => array('lt|lithuanian', 'lithuanian-utf-8', 'lt', 'Lietuvi&#371;'),
'lv-win1257' => array('lv|latvian', 'latvian-windows-1257', 'lv', 'Latvie&scaron;u'),
'lv-utf-8' => array('lv|latvian', 'latvian-utf-8', 'lv', 'Latvie&scaron;u'),
'mn-utf-8' => array('mn|mongolian', 'mongolian-utf-8', 'mn', '&#1052;&#1086;&#1085;&#1075;&#1086;&#1083;'),
'ms-iso-8859-1' => array('ms|malay', 'malay-iso-8859-1', 'ms', 'Bahasa Melayu'),
'ms-utf-8' => array('ms|malay', 'malay-utf-8', 'ms', 'Bahasa Melayu'),
'nl-iso-8859-1' => array('nl|dutch', 'dutch-iso-8859-1', 'nl', 'Nederlands'),
'nl-iso-8859-15' => array('nl|dutch', 'dutch-iso-8859-15', 'nl', 'Nederlands'),
'nl-utf-8' => array('nl|dutch', 'dutch-utf-8', 'nl', 'Nederlands'),
'no-iso-8859-1' => array('no|norwegian', 'norwegian-iso-8859-1', 'no', 'Norsk'),
'no-utf-8' => array('no|norwegian', 'norwegian-utf-8', 'no', 'Norsk'),
'pl-iso-8859-2' => array('pl|polish', 'polish-iso-8859-2', 'pl', 'Polski'),
'pl-win1250' => array('pl|polish', 'polish-windows-1250', 'pl', 'Polski'),
'pl-utf-8' => array('pl|polish', 'polish-utf-8', 'pl', 'Polski'),
'ptbr-iso-8859-1' => array('pt[-_]br|brazilian portuguese', 'brazilian_portuguese-iso-8859-1', 'pt-BR', 'Portugu&ecirc;s'),
'ptbr-utf-8' => array('pt[-_]br|brazilian portuguese', 'brazilian_portuguese-utf-8', 'pt-BR', 'Portugu&ecirc;s'),
'pt-iso-8859-1' => array('pt|portuguese', 'portuguese-iso-8859-1', 'pt', 'Portugu&ecirc;s'),
'pt-iso-8859-15' => array('pt|portuguese', 'portuguese-iso-8859-15', 'pt', 'Portugu&ecirc;s'),
'pt-utf-8' => array('pt|portuguese', 'portuguese-utf-8', 'pt', 'Portugu&ecirc;s'),
'ro-iso-8859-1' => array('ro|romanian', 'romanian-iso-8859-1', 'ro', 'Rom&acirc;n&#259;'),
'ro-utf-8' => array('ro|romanian', 'romanian-utf-8', 'ro', 'Rom&acirc;n&#259;'),
'ru-win1251' => array('ru|russian', 'russian-windows-1251', 'ru', '&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;'),
'ru-cp-866' => array('ru|russian', 'russian-cp-866', 'ru', '&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;'),
'ru-koi8-r' => array('ru|russian', 'russian-koi8-r', 'ru', '&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;'),
'ru-utf-8' => array('ru|russian', 'russian-utf-8', 'ru', '&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;'),
'sk-iso-8859-2' => array('sk|slovak', 'slovak-iso-8859-2', 'sk', 'Sloven&#269;ina'),
'sk-win1250' => array('sk|slovak', 'slovak-windows-1250', 'sk', 'Sloven&#269;ina'),
'sk-utf-8' => array('sk|slovak', 'slovak-utf-8', 'sk', 'Sloven&#269;ina'),
'sl-iso-8859-2' => array('sl|slovenian', 'slovenian-iso-8859-2', 'sl', 'Sloven&scaron;&#269;ina'),
'sl-win1250' => array('sl|slovenian', 'slovenian-windows-1250', 'sl', 'Sloven&scaron;&#269;ina'),
'sl-utf-8' => array('sl|slovenian', 'slovenian-utf-8', 'sl', 'Sloven&scaron;&#269;ina'),
'sq-iso-8859-1' => array('sq|albanian', 'albanian-iso-8859-1', 'sq', 'Shqip'),
'sq-utf-8' => array('sq|albanian', 'albanian-utf-8', 'sq', 'Shqip'),
'srlat-win1250' => array('sr[-_]lat|serbian latin', 'serbian_latin-windows-1250', 'sr-lat', 'Srpski'),
'srlat-utf-8' => array('sr[-_]lat|serbian latin', 'serbian_latin-utf-8', 'sr-lat', 'Srpski'),
'srcyr-win1251' => array('sr|serbian', 'serbian_cyrillic-windows-1251', 'sr', '&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;'),
'srcyr-utf-8' => array('sr|serbian', 'serbian_cyrillic-utf-8', 'sr', '&#1057;&#1088;&#1087;&#1089;&#1082;&#1080;'),
'sv-iso-8859-1' => array('sv|swedish', 'swedish-iso-8859-1', 'sv', 'Svenska'),
'sv-utf-8' => array('sv|swedish', 'swedish-utf-8', 'sv', 'Svenska'),
'th-tis-620' => array('th|thai', 'thai-tis-620', 'th', '&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618;'),
'th-utf-8' => array('th|thai', 'thai-utf-8', 'th', '&#3616;&#3634;&#3625;&#3634;&#3652;&#3607;&#3618;'),
'tr-iso-8859-9' => array('tr|turkish', 'turkish-iso-8859-9', 'tr', 'T&uuml;rk&ccedil;e'),
'tr-utf-8' => array('tr|turkish', 'turkish-utf-8', 'tr', 'T&uuml;rk&ccedil;e'),
'tt-iso-8859-9' => array('tt|tatarish', 'tatarish-iso-8859-9', 'tt', 'Tatar'),
'tt-utf-8' => array('tt|tatarish', 'tatarish-utf-8', 'tt', 'Tatar'),
'uk-win1251' => array('uk|ukrainian', 'ukrainian-windows-1251', 'uk', '&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072;'),
'uk-utf-8' => array('uk|ukrainian', 'ukrainian-utf-8', 'uk', '&#1059;&#1082;&#1088;&#1072;&#1111;&#1085;&#1089;&#1100;&#1082;&#1072;'),
'zhtw-big5' => array('zh[-_](tw|hk)|chinese traditional', 'chinese_traditional-big5', 'zh-TW', '&#20013;&#25991;'),
'zhtw-utf-8' => array('zh[-_](tw|hk)|chinese traditional', 'chinese_traditional-utf-8', 'zh-TW', '&#20013;&#25991;'),
'zh-gb2312' => array('zh|chinese simplified', 'chinese_simplified-gb2312', 'zh', '&#20013;&#25991;'),
'zh-utf-8' => array('zh|chinese simplified', 'chinese_simplified-utf-8', 'zh', '&#20013;&#25991;'),
);
 
// Language filtering support
if (! empty($GLOBALS['cfg']['FilterLanguages'])) {
$new_lang = array();
foreach ($available_languages as $key => $val) {
if (preg_match('@' . $GLOBALS['cfg']['FilterLanguages'] . '@', $key)) {
$new_lang[$key] = $val;
}
}
if (count($new_lang) > 0) {
$available_languages = $new_lang;
}
unset($key, $val, $new_lang);
}
 
/**
* check for language files
*/
foreach ($available_languages as $each_lang_key => $each_lang) {
if (! file_exists($lang_path . $each_lang[1] . '.inc.php')) {
unset($available_languages[$each_lang_key]);
}
}
unset($each_lang_key, $each_lang);
 
// MySQL charsets map
$mysql_charset_map = array(
'big5' => 'big5',
'cp-866' => 'cp866',
'euc-jp' => 'ujis',
'euc-kr' => 'euckr',
'gb2312' => 'gb2312',
'gbk' => 'gbk',
'iso-8859-1' => 'latin1',
'iso-8859-2' => 'latin2',
'iso-8859-7' => 'greek',
'iso-8859-8' => 'hebrew',
'iso-8859-8-i' => 'hebrew',
'iso-8859-9' => 'latin5',
'iso-8859-13' => 'latin7',
'iso-8859-15' => 'latin1',
'koi8-r' => 'koi8r',
'shift_jis' => 'sjis',
'tis-620' => 'tis620',
'utf-8' => 'utf8',
'windows-1250' => 'cp1250',
'windows-1251' => 'cp1251',
'windows-1252' => 'latin1',
'windows-1256' => 'cp1256',
'windows-1257' => 'cp1257',
);
 
/**
* Do the work!
*/
// Checks whether charset recoding should be allowed or not
$allow_recoding = FALSE; // Default fallback value
if (empty($convcharset)) {
if (isset($_COOKIE['pma_charset'])) {
$convcharset = $_COOKIE['pma_charset'];
} else {
$convcharset = $GLOBALS['cfg']['DefaultCharset'];
}
}
 
if (! PMA_langCheck()) {
// fallback language
$fall_back_lang = 'en-utf-8'; $line = __LINE__;
if (! PMA_langSet($fall_back_lang)) {
trigger_error('phpMyAdmin-ERROR: invalid lang code: '
. __FILE__ . '#' . $line . ', check hard coded fall back language.',
E_USER_WARNING);
// stop execution
// and tell the user that his choosen language is invalid
PMA_sendHeaderLocation('error.php?error='
. urlencode('Could not load any language, please check your language settings and folder'));
exit;
}
}
 
// Defines the associated filename and load the translation
$lang_file = $lang_path . $available_languages[$GLOBALS['lang']][1] . '.inc.php';
require_once($lang_file);
 
// now, that we have loaded the language strings we can send the errors
if ($lang_failed_cfg) {
$GLOBALS['PMA_errors'][] = sprintf($strLanguageUnknown, htmlspecialchars($lang_failed_cfg));
}
if ($lang_failed_cookie) {
$GLOBALS['PMA_errors'][] = sprintf($strLanguageUnknown, htmlspecialchars($lang_failed_cookie));
}
if ($lang_failed_request) {
$GLOBALS['PMA_errors'][] = sprintf($strLanguageUnknown, htmlspecialchars($lang_failed_request));
}
 
unset($lang_file, $lang_path, $strLanguageFileNotFound, $line, $fall_back_lang,
$lang_failed_cfg, $lang_failed_cookie, $lang_failed_request, $strLanguageUnknown);
?>
/Web/Maintenance/phpMyAdmin/libraries/select_server.lib.php
0,0 → 1,117
<?php
/*
* Code for displaying server selection written by nijel
* $Id: select_server.lib.php,v 2.10.2.3 2006/02/17 09:46:49 cybot_tm Exp $
*/
 
/**
* display server selection in list or selectbox form, or option tags only
*
* @todo make serverlist a real html-list
* @globals $lang
* @globals $convcharset
* @uses $GLOBALS['cfg']['DisplayServersList']
* @uses $GLOBALS['strServer']
* @uses $GLOBALS['cfg']['Servers']
* @uses $GLOBALS['strGo']
* @uses implode()
* @uses htmlspecialchars()
* @param boolean $not_only_options whether to include form tags or not
* @param boolean $ommit_fieldset whether to ommit fieldset tag or not
*/
function PMA_select_server($not_only_options, $ommit_fieldset)
{
global $lang, $convcharset;
 
// Show as list?
if ($not_only_options) {
$list = $GLOBALS['cfg']['DisplayServersList'];
$not_only_options =! $list;
} else {
$list = false;
}
 
if ($not_only_options) {
echo '<form method="post" action="index.php" target="_parent">';
 
if (! $ommit_fieldset) {
echo '<fieldset>';
}
echo '<label for="select_server">' . $GLOBALS['strServer'] . ':</label> ';
 
echo '<select name="server" id="select_server"'
. ' onchange="if (this.value != \'\') this.form.submit();">';
// TODO FIXME replace with $GLOBALS['strServers']
echo '<option value="">(' . $GLOBALS['strServer'] . ') ...</option>' . "\n";
} elseif ($list) {
echo $GLOBALS['strServer'] . ':<br />';
// TODO FIXME display server list as 'list'
// echo '<ol>';
}
 
foreach ($GLOBALS['cfg']['Servers'] as $key => $server) {
if (empty($server['host'])) {
continue;
}
 
if (!empty($GLOBALS['server']) && (int) $GLOBALS['server'] === (int) $key) {
$selected = 1;
} else {
$selected = 0;
}
 
if (!empty($server['verbose'])) {
$label = $server['verbose'];
} else {
$label = $server['host'];
if (!empty($server['port'])) {
$label .= ':' . $server['port'];
}
}
// loic1: if 'only_db' is an array and there is more than one
// value, displaying such informations may not be a so good
// idea
if (!empty($server['only_db'])) {
// TODO FIXME this can become a really big/long/wide selectbox ...
$label .= ' - ' . (is_array($server['only_db']) ? implode(', ', $server['only_db']) : $server['only_db']);
}
if (!empty($server['user']) && $server['auth_type'] == 'config') {
$label .= ' (' . $server['user'] . ')';
}
 
if ($list) {
// TODO FIXME display server list as 'list'
// echo '<li>';
if ($selected && !$ommit_fieldset) {
echo '&raquo; <b>' . htmlspecialchars($label) . '</b><br />';
} else {
echo '&raquo; <a class="item" href="index.php?server=' . $key . '&amp;lang=' . $lang . '&amp;convcharset=' . $convcharset . '" target="_top">' . htmlspecialchars($label) . '</a><br />';
}
// echo '</li>';
} else {
echo ' <option value="' . $key . '" ' . ($selected ? ' selected="selected"' : '') . '>' . htmlspecialchars($label) . '</option>' . "\n";
}
} // end while
 
if ($not_only_options) {
echo '</select>';
if ($ommit_fieldset) {
echo '<hr />';
} else {
echo '</fieldset>';
}
?>
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
<input type="hidden" name="convcharset" value="<?php echo $convcharset; ?>" />
<?php
// Show submit button if we have just one server (this happens with no default)
echo '<noscript>';
echo '<input type="submit" value="' . $GLOBALS['strGo'] . '" />';
echo '</noscript>';
echo '</form>';
} elseif ($list) {
// TODO FIXME display server list as 'list'
// echo '</ol>';
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/server_common.inc.php
0,0 → 1,66
<?php
/* $Id: server_common.inc.php,v 1.4 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
 
/**
* Handles some variables that may have been sent by the calling script
* Note: this can be called also from the db panel to get the privileges of
* a db, in which case we want to keep displaying the tabs of
* the Database panel
*/
if (empty($viewing_mode)) {
unset($db, $table);
}
 
/**
* Set parameters for links
*/
$url_query = PMA_generate_common_url((isset($db) ? $db : ''));
 
/**
* Defines the urls to return to in case of error in a sql statement
*/
$err_url = 'main.php' . $url_query;
 
/**
* Displays the headers
*/
require_once('./libraries/header.inc.php');
 
/**
* 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');
 
// now, select the mysql db
if ($is_superuser) {
PMA_DBI_free_result($is_superuser);
PMA_DBI_select_db('mysql', $userlink);
$is_superuser = TRUE;
} else {
$is_superuser = FALSE;
}
 
$has_binlogs = FALSE;
$binlogs = PMA_DBI_try_query('SHOW MASTER LOGS', null, PMA_DBI_QUERY_STORE);
if ($binlogs) {
if (PMA_DBI_num_rows($binlogs) > 0) {
$binary_logs = array();
while ($row = PMA_DBI_fetch_array($binlogs)) {
$binary_logs[] = $row[0];
}
$has_binlogs = TRUE;
}
PMA_DBI_free_result($binlogs);
}
unset($binlogs);
?>
/Web/Maintenance/phpMyAdmin/libraries/server_links.inc.php
0,0 → 1,92
<?php
/* $Id: server_links.inc.php,v 1.1 2005/11/24 08:29:44 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// Check parameters
 
require_once('./libraries/common.lib.php');
require_once('./libraries/server_common.inc.php');
 
PMA_checkParameters(array('is_superuser', 'url_query'), TRUE, FALSE);
 
/**
* Counts amount of navigation tabs
*/
$server_links_count_tabs = 0;
 
 
/**
* Put something in $sub_part
*/
if (!isset($sub_part)) {
$sub_part = '';
}
 
 
/**
* Displays tab links
*/
$tabs = array();
 
$tabs['databases']['icon'] = 's_db.png';
$tabs['databases']['link'] = 'server_databases.php';
$tabs['databases']['text'] = $strDatabases;
 
$tabs['sql']['icon'] = 'b_sql.png';
$tabs['sql']['link'] = 'server_sql.php';
$tabs['sql']['text'] = $strSQL;
 
$tabs['status']['icon'] = 's_status.png';
$tabs['status']['link'] = 'server_status.php';
$tabs['status']['text'] = $strStatus;
 
$tabs['vars']['icon'] = 's_vars.png';
$tabs['vars']['link'] = 'server_variables.php';
$tabs['vars']['text'] = $strServerTabVariables;
 
if (PMA_MYSQL_INT_VERSION >= 40100) {
$tabs['charset']['icon'] = 's_asci.png';
$tabs['charset']['link'] = 'server_collations.php';
$tabs['charset']['text'] = $strCharsets;
}
 
$tabs['engine']['icon'] = 'b_engine.png';
$tabs['engine']['link'] = 'server_engines.php';
$tabs['engine']['text'] = $strEngines;
 
if ($is_superuser) {
$tabs['rights']['icon'] = 's_rights.png';
$tabs['rights']['link'] = 'server_privileges.php';
$tabs['rights']['text'] = $strPrivileges;
}
if ($has_binlogs) {
$tabs['binlog']['icon'] = 's_tbl.png';
$tabs['binlog']['link'] = 'server_binlog.php';
$tabs['binlog']['text'] = $strBinaryLog;
}
$tabs['process']['icon'] = 's_process.png';
$tabs['process']['link'] = 'server_processlist.php';
$tabs['process']['text'] = $strServerTabProcesslist;
 
$tabs['export']['icon'] = 'b_export.png';
$tabs['export']['link'] = 'server_export.php';
$tabs['export']['text'] = $strExport;
 
$tabs['import']['icon'] = 'b_import.png';
$tabs['import']['link'] = 'server_import.php';
$tabs['import']['text'] = $strImport;
 
echo PMA_getTabs( $tabs );
unset( $tabs );
 
 
/**
* Displays a message
*/
if (!empty($message)) {
PMA_showMessage($message);
unset($message);
}
 
?>
<br />
/Web/Maintenance/phpMyAdmin/libraries/session.inc.php
0,0 → 1,129
<?php
/* $Id: session.inc.php,v 2.8.2.4 2006/05/12 15:26:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* session handling
*
* @TODO add failover or warn if sessions are not configured properly
* @TODO add an option to use mm-module for session handler
* @see http://www.php.net/session
* @uses session_name()
* @uses session_start()
* @uses ini_set()
* @uses version_compare()
* @uses PHP_VERSION
*/
 
// verify if PHP supports session, die if it does not
 
if (!@function_exists('session_name')) {
$cfg = array('DefaultLang' => 'en-iso-8859-1',
'AllowAnywhereRecoding' => false);
// Loads the language file
require_once('./libraries/select_lang.lib.php');
// Displays the error message
// (do not use &amp; for parameters sent by header)
header('Location: error.php'
. '?lang=' . urlencode($available_languages[$lang][2])
. '&char=' . urlencode($charset)
. '&dir=' . urlencode($text_dir)
. '&type=' . urlencode($strError)
. '&error=' . urlencode(sprintf($strCantLoad, 'session')));
exit();
} elseif (ini_get('session.auto_start') == true && session_name() != 'phpMyAdmin') {
/* $cfg = array('DefaultLang' => 'en-iso-8859-1',
'AllowAnywhereRecoding' => false);
// Loads the language file
require_once('./libraries/select_lang.lib.php');
// Displays the error message
// (do not use &amp; for parameters sent by header)
// TODO FIXME replace with locale string
$strSessionAutostartError = 'phpMyAdmin cannot run with'
. ' [a@http://php.net/session#ini.session.auto-start@php]session.auto_start[/a]'
. ' enabled. Check your php configuration.';
header('Location: error.php'
. '?lang=' . urlencode('en') //($available_languages[$lang][2])
. '&char=' . urlencode($charset)
. '&dir=' . urlencode('ltr') //($text_dir)
. '&type=' . urlencode('Error') //($strError)
. '&error=' . urlencode($strSessionAutostartError));
exit();
*/
$_SESSION = array();
if (isset($_COOKIE[session_name()])) {
setcookie(session_name(), '', time()-42000, '/');
}
session_unset();
@session_destroy();
}
 
// disable starting of sessions before all settings are done
// does not work, besides how it is written in php manual
//ini_set('session.auto_start', 0);
 
// session cookie settings
session_set_cookie_params(0, PMA_Config::getCookiePath(),
'', PMA_Config::isHttps());
 
// cookies are safer
ini_set('session.use_cookies', true);
 
// but not all user allow cookies
ini_set('session.use_only_cookies', false);
ini_set('session.use_trans_sid', true);
ini_set('url_rewriter.tags',
'a=href,frame=src,input=src,form=fakeentry,fieldset=');
//ini_set('arg_separator.output', '&amp;');
 
// delete session/cookies when browser is closed
ini_set('session.cookie_lifetime', 0);
 
// warn but dont work with bug
ini_set('session.bug_compat_42', false);
ini_set('session.bug_compat_warn', true);
 
// use more secure session ids (with PHP 5)
if (version_compare(PHP_VERSION, '5.0.0', 'ge')
&& substr(PHP_OS, 0, 3) != 'WIN') {
ini_set('session.hash_function', 1);
ini_set('session.hash_bits_per_character', 6);
}
 
// start the session
// on some servers (for example, sourceforge.net), we get a permission error
// on the session data directory, so I add some "@"
 
// [2006-01-25] Nicola Asuni - www.tecnick.com: maybe the PHP directive
// session.save_handler is set to another value like "user"
ini_set('session.save_handler', 'files');
 
@session_name('phpMyAdmin');
@session_start();
 
/**
* Token which is used for authenticating access queries.
*/
if (!isset($_SESSION['PMA_token'])) {
$_SESSION['PMA_token'] = md5(uniqid(rand(), true));
}
 
/**
* trys to secure session from hijacking and fixation
* should be called before login and after successfull login
* (only required if sensitive information stored in session)
*
* @uses session_regenerate_id() to secure session from fixation
* @uses session_id() to set new session id
* @uses strip_tags() to prevent XSS attacks in SID
* @uses function_exists() for session_regenerate_id()
*/
function PMA_secureSession()
{
// prevent session fixation and XSS
if (function_exists('session_regenerate_id')) {
session_regenerate_id(true);
} else {
session_id(strip_tags(session_id()));
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/sql_query_form.lib.php
0,0 → 1,543
<?php
/* $Id: sql_query_form.lib.php,v 1.29.2.1 2006/02/18 13:54:37 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* functions for displaying the sql query form
*
* @usedby server_sql.php
* @usedby db_details.php
* @usedby tbl_properties.php
* @usedby tbl_properties_structure.php
* @usedby querywindow.php
*/
 
require_once './libraries/file_listing.php'; // used for file listing
require_once './libraries/bookmark.lib.php'; // used for file listing
 
/**
* prints the sql query boxes
*
* @usedby server_sql.php
* @usedby db_details.php
* @usedby tbl_properties.php
* @usedby tbl_properties_structure.php
* @usedby querywindow.php
* @uses $GLOBALS['table']
* @uses $GLOBALS['db']
* @uses $GLOBALS['server']
* @uses $GLOBALS['goto']
* @uses $GLOBALS['is_upload'] from common.lib.php
* @uses $GLOBALS['sql_query'] from grab_globals.lib.php
* @uses $GLOBALS['cfg']['DefaultQueryTable']
* @uses $GLOBALS['cfg']['DefaultQueryDatabase']
* @uses $GLOBALS['cfg']['Servers']
* @uses $GLOBALS['cfg']['DefaultTabDatabase']
* @uses $GLOBALS['cfg']['DefaultQueryDatabase']
* @uses $GLOBALS['cfg']['DefaultQueryTable']
* @uses $GLOBALS['cfg']['Bookmark']['db']
* @uses $GLOBALS['cfg']['Bookmark']['table']
* @uses $GLOBALS['strSuccess']
* @uses PMA_generate_common_url()
* @uses PMA_backquote()
* @uses PMA_DBI_fetch_result()
* @uses PMA_showMySQLDocu()
* @uses PMA_generate_common_hidden_inputs()
* @uses PMA_sqlQueryFormBookmark()
* @uses PMA_sqlQueryFormInsert()
* @uses PMA_sqlQueryFormUpload()
* @uses PMA_DBI_QUERY_STORE
* @uses PMA_set_enc_form()
* @uses sprintf()
* @uses htmlspecialchars()
* @uses str_replace()
* @uses md5()
* @uses function_exists()
* @param boolean|string $query query to display in the textarea
* or true to display last executed
* @param boolean|string $display_tab sql|files|history|full|FALSE
* what part to display
* false if not inside querywindow
*/
function PMA_sqlQueryForm($query = true, $display_tab = false)
{
// check tab to display if inside querywindow
if (! $display_tab) {
$display_tab = 'full';
$is_querywindow = false;
} else {
$is_querywindow = true;
}
 
// query to show
if (true === $query) {
$query = empty($GLOBALS['sql_query']) ? '' : $GLOBALS['sql_query'];
}
 
// set enctype to multipart for file uploads
if ($GLOBALS['is_upload']) {
$enctype = ' enctype="multipart/form-data"';
} else {
$enctype = '';
}
 
$table = '';
$db = '';
if (! isset($GLOBALS['db']) || ! strlen($GLOBALS['db'])) {
// prepare for server related
$goto = empty($GLOBALS['goto']) ?
'server_sql.php' : $GLOBALS['goto'];
} elseif (! isset($GLOBALS['table']) || ! strlen($GLOBALS['table'])) {
// prepare for db related
$db = $GLOBALS['db'];
$goto = empty($GLOBALS['goto']) ?
'db_details.php' : $GLOBALS['goto'];
} else {
$table = $GLOBALS['table'];
$db = $GLOBALS['db'];
$goto = empty($GLOBALS['goto']) ?
'tbl_properties.php' : $GLOBALS['goto'];
}
 
 
// start output
if ($is_querywindow) {
?>
<form method="post" id="sqlqueryform" target="frame_content"
action="import.php"<?php echo $enctype; ?> name="sqlform"
onsubmit="var save_name = window.opener.parent.frames[1].name;
window.opener.parent.frames[1].name = save_name + '<?php echo time(); ?>';
this.target = window.opener.parent.frames[1].name;
return checkSqlQuery( this );" >
<?php
} else {
echo '<form method="post" action="import.php" ' . $enctype . ' id="sqlqueryform"'
.' onsubmit="return checkSqlQuery(this)" name="sqlform">' . "\n";
}
 
if ($is_querywindow) {
echo '<input type="hidden" name="focus_querywindow" value="true" />'
."\n";
if ($display_tab != 'sql' && $display_tab != 'full') {
echo '<input type="hidden" name="sql_query" value="" />' . "\n";
echo '<input type="hidden" name="show_query" value="1" />' . "\n";
}
}
echo '<input type="hidden" name="is_js_confirmed" value="0" />' . "\n"
.PMA_generate_common_hidden_inputs($db, $table) . "\n"
.'<input type="hidden" name="pos" value="0" />' . "\n"
.'<input type="hidden" name="goto" value="'
.htmlspecialchars($goto) . '" />' . "\n"
.'<input type="hidden" name="zero_rows" value="'
. htmlspecialchars($GLOBALS['strSuccess']) . '" />' . "\n"
.'<input type="hidden" name="prev_sql_query" value="'
. htmlspecialchars($query) . '" />' . "\n";
 
// display querybox
if ($display_tab === 'full' || $display_tab === 'sql') {
PMA_sqlQueryFormInsert($query, $is_querywindow);
}
 
// display uploads
if ($display_tab === 'files' && $GLOBALS['is_upload']) {
PMA_sqlQueryFormUpload();
}
 
// Bookmark Support
if ($display_tab === 'full' || $display_tab === 'history') {
if (! empty( $GLOBALS['cfg']['Bookmark'])
&& $GLOBALS['cfg']['Bookmark']['db']
&& $GLOBALS['cfg']['Bookmark']['table']) {
PMA_sqlQueryFormBookmark();
}
}
 
// Encoding setting form appended by Y.Kawada
if (function_exists('PMA_set_enc_form')) {
echo PMA_set_enc_form(' ');
}
 
echo '</form>' . "\n";
}
 
/**
* prints querybox fieldset
*
* @usedby PMA_sqlQueryForm()
* @uses $GLOBALS['text_dir']
* @uses $GLOBALS['cfg']['TextareaAutoSelect']
* @uses $GLOBALS['cfg']['TextareaCols']
* @uses $GLOBALS['cfg']['TextareaRows']
* @uses $GLOBALS['strShowThisQuery']
* @uses $GLOBALS['strGo']
* @uses PMA_availableDatabases()
* @uses PMA_USR_OS
* @uses PMA_USR_BROWSER_AGENT
* @uses PMA_USR_BROWSER_VER
* @uses PMA_availableDatabases()
* @uses htmlspecialchars()
* @param string $query query to display in the textarea
* @param boolean $is_querywindow if inside querywindow or not
*/
function PMA_sqlQueryFormInsert($query = '', $is_querywindow = false)
{
 
// enable auto select text in textarea
if ($GLOBALS['cfg']['TextareaAutoSelect']) {
$auto_sel = ' onfocus="selectContent( this, sql_box_locked, true )"';
} else {
$auto_sel = '';
}
 
// enable locking if inside query window
if ($is_querywindow) {
$locking = ' onkeypress="document.sqlform.elements[\'LockFromUpdate\'].'
.'checked = true;"';
} else {
$locking = '';
}
 
$table = '';
$db = '';
$fields_list = array();
if (! isset($GLOBALS['db']) || ! strlen($GLOBALS['db'])) {
// prepare for server related
$legend = sprintf($GLOBALS['strRunSQLQueryOnServer'],
htmlspecialchars(
$GLOBALS['cfg']['Servers'][$GLOBALS['server']]['host']));
} elseif (! isset($GLOBALS['table']) || ! strlen($GLOBALS['table'])) {
// prepare for db related
$db = $GLOBALS['db'];
// if you want navigation:
$strDBLink = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase']
. '?' . PMA_generate_common_url($db) . '"';
if ($is_querywindow) {
$strDBLink .= ' target="_self"'
. ' onclick="this.target=window.opener.frames[1].name"';
}
$strDBLink .= '>'
. htmlspecialchars($db) . '</a>';
// else use
// $strDBLink = htmlspecialchars($db);
$legend = sprintf($GLOBALS['strRunSQLQuery'], $strDBLink);
if (empty($query)) {
$query = str_replace('%d',
PMA_backquote($db), $GLOBALS['cfg']['DefaultQueryDatabase']);
}
} else {
$table = $GLOBALS['table'];
$db = $GLOBALS['db'];
// Get the list and number of fields
// we do a try_query here, because we could be in the query window,
// trying to synchonize and the table has not yet been created
$fields_list = PMA_DBI_fetch_result(
'SHOW FULL COLUMNS FROM ' . PMA_backquote($db)
. '.' . PMA_backquote($GLOBALS['table']));
 
$strDBLink = '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase']
. '?' . PMA_generate_common_url($db) . '"';
if ($is_querywindow) {
$strDBLink .= ' target="_self"'
. ' onclick="this.target=window.opener.frames[1].name"';
}
$strDBLink .= '>'
. htmlspecialchars($db) . '</a>';
// else use
// $strDBLink = htmlspecialchars($db);
$legend = sprintf($GLOBALS['strRunSQLQuery'], $strDBLink);
if (empty($query) && count($fields_list)) {
$field_names = array();
foreach ($fields_list as $field) {
$field_names[] = PMA_backquote($field['Field']);
}
$query =
str_replace('%d', PMA_backquote($db),
str_replace('%t', PMA_backquote($table),
str_replace('%f',
implode(', ', $field_names ),
$GLOBALS['cfg']['DefaultQueryTable'])));
unset($field_names);
}
}
$legend .= ': ' . PMA_showMySQLDocu('SQL-Syntax', 'SELECT');
 
if (count($fields_list)) {
$sqlquerycontainer_id = 'sqlquerycontainer';
} else {
$sqlquerycontainer_id = 'sqlquerycontainerfull';
}
 
echo '<a name="querybox"></a>' . "\n"
.'<div id="queryboxcontainer">' . "\n"
.'<fieldset id="querybox">' . "\n";
echo '<legend>' . $legend . '</legend>' . "\n";
echo '<div id="queryfieldscontainer">' . "\n";
echo '<div id="' . $sqlquerycontainer_id . '">' . "\n"
.'<textarea name="sql_query" id="sqlquery"'
.' cols="' . $GLOBALS['cfg']['TextareaCols'] . '"'
.' rows="' . $GLOBALS['cfg']['TextareaRows'] . '"'
.' dir="' . $GLOBALS['text_dir'] . '"'
.$auto_sel . $locking . '>' . htmlspecialchars($query) . '</textarea>' . "\n";
echo '</div>' . "\n";
 
if (count($fields_list)) {
echo '<div id="tablefieldscontainer">' . "\n"
.'<label>' . $GLOBALS['strFields'] . '</label>' . "\n"
.'<select id="tablefields" name="dummy" '
.'size="' . ($GLOBALS['cfg']['TextareaRows'] - 2) . '" '
.'multiple="multiple" ondblclick="insertValueQuery()">' . "\n";
foreach ($fields_list as $field) {
echo '<option value="'
.PMA_backquote(htmlspecialchars($field['Field'])) . '"';
if (isset($field['Field']) && strlen($field['Field']) && isset($field['Comment'])) {
echo ' title="' . htmlspecialchars($field['Comment']) . '"';
}
echo '>' . htmlspecialchars( $field['Field'] ) . '</option>' . "\n";
}
echo '</select>' . "\n"
.'<div id="tablefieldinsertbuttoncontainer">' . "\n";
if ( $GLOBALS['cfg']['PropertiesIconic'] ) {
echo '<input type="button" name="insert" value="&lt;&lt;"'
.' onclick="insertValueQuery()"'
.' title="' . $GLOBALS['strInsert'] . '" />' . "\n";
} else {
echo '<input type="button" name="insert"'
.' value="' . $GLOBALS['strInsert'] . '"'
.' onclick="insertValueQuery()" />' . "\n";
}
echo '</div>' . "\n"
.'</div>' . "\n";
}
 
echo '<div class="clearfloat"></div>' . "\n";
echo '</div>' . "\n";
 
if (! empty($GLOBALS['cfg']['Bookmark'])
&& $GLOBALS['cfg']['Bookmark']['db']
&& $GLOBALS['cfg']['Bookmark']['table']) {
?>
<div id="bookmarkoptions">
<div class="formelement">
<label for="bkm_label">
<?php echo $GLOBALS['strBookmarkThis']; ?>:</label>
<input type="text" name="bkm_label" id="bkm_label" value="" />
</div>
<div class="formelement">
<input type="checkbox" name="bkm_all_users" id="id_bkm_all_users"
value="true" />
<label for="id_bkm_all_users">
<?php echo $GLOBALS['strBookmarkAllUsers']; ?></label>
</div>
<div class="formelement">
<input type="checkbox" name="bkm_replace" id="id_bkm_replace"
value="true" />
<label for="id_bkm_replace">
<?php echo $GLOBALS['strBookmarkReplace']; ?></label>
</div>
</div>
<?php
}
 
echo '<div class="clearfloat"></div>' . "\n";
echo '</fieldset>' . "\n"
.'</div>' . "\n";
 
echo '<fieldset id="queryboxfooter" class="tblFooters">' . "\n";
echo '<div class="formelement">' . "\n";
if ($is_querywindow) {
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
document.writeln(' <input type="checkbox" name="LockFromUpdate" value="1" id="checkbox_lock" /> <label for="checkbox_lock"><?php echo $GLOBALS['strQueryWindowLock']; ?></label> ');
//]]>
</script>
<?php
}
echo '</div>' . "\n";
echo '<div class="formelement">' . "\n";
echo '<input type="checkbox" name="show_query" value="1" '
.'id="checkbox_show_query" checked="checked" />' . "\n"
.'<label for="checkbox_show_query">' . $GLOBALS['strShowThisQuery']
.'</label>' . "\n";
echo '</div>' . "\n";
echo '<input type="submit" name="SQL" value="' . $GLOBALS['strGo'] . '" />'
."\n";
echo '<div class="clearfloat"></div>' . "\n";
echo '</fieldset>' . "\n";
}
 
/**
* prints bookmark fieldset
*
* @usedby PMA_sqlQueryForm()
* @uses PMA_listBookmarks()
* @uses $GLOBALS['db']
* @uses $GLOBALS['pmaThemeImage']
* @uses $GLOBALS['cfg']['Bookmark']
* @uses $GLOBALS['cfg']['ReplaceHelpImg']
* @uses $GLOBALS['strBookmarkQuery']
* @uses $GLOBALS['strBookmarkView']
* @uses $GLOBALS['strDelete']
* @uses $GLOBALS['strDocu']
* @uses $GLOBALS['strGo']
* @uses $GLOBALS['strSubmit']
* @uses $GLOBALS['strVar']
* @uses count()
* @uses htmlspecialchars()
*/
function PMA_sqlQueryFormBookmark()
{
$bookmark_list = PMA_listBookmarks(isset($GLOBALS['db']) ? $GLOBALS['db'] : '', $GLOBALS['cfg']['Bookmark'] );
if (! $bookmark_list || count($bookmark_list) < 1) {
return;
}
 
echo '<fieldset id="bookmarkoptions">';
echo '<legend>';
echo $GLOBALS['strBookmarkQuery'] . '</legend>' . "\n";
echo '<div class="formelement">';
echo '<select name="id_bookmark">' . "\n";
echo '<option value=""></option>' . "\n";
foreach ($bookmark_list as $key => $value) {
echo '<option value="' . htmlspecialchars($key) . '">'
.htmlspecialchars($value) . '</option>' . "\n";
}
// &nbsp; is required for correct display with styles/line height
echo '</select>&nbsp;' . "\n";
echo '</div>' . "\n";
echo '<div class="formelement">' . "\n";
echo $GLOBALS['strVar'];
if ($GLOBALS['cfg']['ReplaceHelpImg']) {
echo ' <a href="./Documentation.html#faqbookmark"'
.' target="documentation">'
.'<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_help.png"'
.' border="0" width="11" height="11" align="middle"'
.' alt="' . $GLOBALS['strDocu'] . '" /></a> ';
} else {
echo ' (<a href="./Documentation.html#faqbookmark"'
.' target="documentation">' . $GLOBALS['strDocu'] . '</a>): ';
}
echo '<input type="text" name="bookmark_variable" class="textfield"'
.' size="10" />' . "\n";
echo '</div>' . "\n";
echo '<div class="formelement">' . "\n";
echo '<input type="radio" name="action_bookmark" value="0"'
.' id="radio_bookmark_exe" checked="checked" />'
.'<label for="radio_bookmark_exe">' . $GLOBALS['strSubmit']
.'</label>' . "\n";
echo '<input type="radio" name="action_bookmark" value="1"'
.' id="radio_bookmark_view" />'
.'<label for="radio_bookmark_view">' . $GLOBALS['strBookmarkView']
.'</label>' . "\n";
echo '<input type="radio" name="action_bookmark" value="2"'
.' id="radio_bookmark_del" />'
.'<label for="radio_bookmark_del">' . $GLOBALS['strDelete']
.'</label>' . "\n";
echo '</div>' . "\n";
echo '<div class="clearfloat"></div>' . "\n";
echo '</fieldset>' . "\n";
 
echo '<fieldset id="bookmarkoptionsfooter" class="tblFooters">' . "\n";
echo '<input type="submit" name="SQL" value="' . $GLOBALS['strGo'] . '" />';
echo '<div class="clearfloat"></div>' . "\n";
echo '</fieldset>' . "\n";
}
 
/**
* prints bookmark fieldset
*
* @usedby PMA_sqlQueryForm()
* @uses $GLOBALS['cfg']['GZipDump']
* @uses $GLOBALS['cfg']['BZipDump']
* @uses $GLOBALS['cfg']['UploadDir']
* @uses $GLOBALS['cfg']['AvailableCharsets']
* @uses $GLOBALS['cfg']['AllowAnywhereRecoding']
* @uses $GLOBALS['strAutodetect']
* @uses $GLOBALS['strBzip']
* @uses $GLOBALS['strCharsetOfFile']
* @uses $GLOBALS['strCompression']
* @uses $GLOBALS['strError']
* @uses $GLOBALS['strGo']
* @uses $GLOBALS['strGzip']
* @uses $GLOBALS['strLocationTextfile']
* @uses $GLOBALS['strWebServerUploadDirectory']
* @uses $GLOBALS['strWebServerUploadDirectoryError']
* @uses $GLOBALS['allow_recoding']
* @uses $GLOBALS['charset']
* @uses $GLOBALS['max_upload_size']
* @uses PMA_supportedDecompressions()
* @uses PMA_getFileSelectOptions()
* @uses PMA_displayMaximumUploadSize()
* @uses PMA_generateCharsetDropdownBox()
* @uses PMA_generateHiddenMaxFileSize()
* @uses PMA_MYSQL_INT_VERSION
* @uses PMA_CSDROPDOWN_CHARSET
* @uses empty()
*/
function PMA_sqlQueryFormUpload(){
$errors = array ();
 
$matcher = '@\.sql(\.(' . PMA_supportedDecompressions() . '))?$@'; // we allow only SQL here
 
if (!empty($GLOBALS['cfg']['UploadDir'])) {
$files = PMA_getFileSelectOptions(PMA_userDir($GLOBALS['cfg']['UploadDir']), $matcher, (isset($timeout_passed) && $timeout_passed && isset($local_import_file)) ? $local_import_file : '');
} else {
$files = '';
}
 
// start output
echo '<fieldset id="">';
echo '<legend>';
echo $GLOBALS['strLocationTextfile'] . '</legend>';
echo '<div class="formelement">';
echo '<input type="file" name="sql_file" class="textfield" /> ';
echo PMA_displayMaximumUploadSize($GLOBALS['max_upload_size']);
// some browsers should respect this :)
echo PMA_generateHiddenMaxFileSize($GLOBALS['max_upload_size']) . "\n";
echo '</div>';
 
if ($files === FALSE) {
$errors[$GLOBALS['strError']] = $GLOBALS['strWebServerUploadDirectoryError'];
} elseif (!empty($files)) {
echo '<div class="formelement">';
echo '<strong>' . $GLOBALS['strWebServerUploadDirectory'] .':</strong>' . "\n";
echo '<select size="1" name="sql_localfile">' . "\n";
echo '<option value="" selected="selected"></option>' . "\n";
echo $files;
echo '</select>' . "\n";
echo '</div>';
}
 
echo '<div class="clearfloat"></div>' . "\n";
echo '</fieldset>';
 
 
echo '<fieldset id="" class="tblFooters">';
if ( PMA_MYSQL_INT_VERSION < 40100
&& $GLOBALS['cfg']['AllowAnywhereRecoding']
&& $GLOBALS['allow_recoding'] ) {
echo $GLOBALS['strCharsetOfFile'] . "\n"
. '<select name="charset_of_file" size="1">' . "\n";
foreach ($GLOBALS['cfg']['AvailableCharsets'] as $temp_charset) {
echo '<option value="' . $temp_charset . '"';
if ($temp_charset == $GLOBALS['charset']) {
echo ' selected="selected"';
}
echo '>' . $temp_charset . '</option>' . "\n";
}
echo '</select>' . "\n";
} elseif (PMA_MYSQL_INT_VERSION >= 40100) {
echo $GLOBALS['strCharsetOfFile'] . "\n";
echo PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_CHARSET,
'charset_of_file', null, 'utf8', FALSE);
} // end if (recoding)
echo '<input type="submit" name="SQL" value="' . $GLOBALS['strGo']
.'" />' . "\n";
echo '<div class="clearfloat"></div>' . "\n";
echo '</fieldset>';
 
foreach ( $errors as $error => $message ) {
echo '<div>' . $error . '</div>';
echo '<div>' . $message . '</div>';
}
}
?>
/Web/Maintenance/phpMyAdmin/libraries/sqlparser.data.php
0,0 → 1,1112
<?php
/* $Id: sqlparser.data.php,v 2.23.4.1 2006/03/26 11:54:14 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/** SQL Parser Matching Data
*
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
* http://www.orbis-terrarum.net/?l=people.robbat2
*
* This data is used by the SQL Parser to recognize keywords
*
* It has been extracted from the lex.h file in the MySQL BK tree
* (around 4.0.2) as well as the MySQL documentation.
*
* Note: before adding a value in the arrays, ensure that you respect
* proper sorting, especially with underscores. And don't forget to
* update the _cnt variable at the end of each array.
*/
 
$PMA_SQPdata_function_name = array (
'ABS',
'ACOS',
'ADDDATE',
'ADDTIME',
'AES_DECRYPT',
'AES_ENCRYPT',
'Area', // polygon-property-functions.html
'ASCII',
'ASIN',
'ATAN',
'ATAN2',
'AVG',
'BENCHMARK',
'BIN',
'BIT_AND',
'BIT_COUNT',
'BIT_LENGTH',
'BIT_OR',
'BIT_XOR', // group-by-functions.html
'Boundary', // general-geometry-property-functions.html
'CAST',
'CEIL',
'CEILING',
'Centroid', // multipolygon-property-functions.html
'CHAR', // string-functions.html
'CHARACTER_LENGTH',
'CHARSET', // information-functions.html
'CHAR_LENGTH',
'COALESCE',
'COERCIBILITY', // information-functions.html
'COLLATION', // information-functions.html
'COMPRESS', // string-functions.html
'CONCAT',
'CONCAT_WS',
'CONNECTION_ID',
'CONV',
'CONVERT',
'CONVERT_TZ',
'COS',
'COT',
'COUNT',
'CRC32', // mathematical-functions.html
'CURDATE',
'CURRENT_DATE',
'CURRENT_TIME',
'CURRENT_TIMESTAMP',
'CURRENT_USER',
'CURTIME',
'DATABASE',
'DATE', // date-and-time-functions.html
'DATEDIFF', // date-and-time-functions.html
'DATE_ADD',
'DATE_DIFF',
'DATE_FORMAT',
'DATE_SUB',
'DAY',
'DAYNAME',
'DAYOFMONTH',
'DAYOFWEEK',
'DAYOFYEAR',
'DECODE',
'DEFAULT', // miscellaneous-functions.html
'DEGREES',
'DES_DECRYPT',
'DES_ENCRYPT',
'Dimension', // general-geometry-property-functions.html
'ELT',
'ENCODE',
'ENCRYPT',
'EndPoint', // linestring-property-functions.html
'Envelope', // general-geometry-property-functions.html
'EXP',
'EXPORT_SET',
'ExteriorRing', // polygon-property-functions.html
'EXTRACT',
'FIELD',
'FIND_IN_SET',
'FLOOR',
'FORMAT',
'FOUND_ROWS',
'FROM_DAYS',
'FROM_UNIXTIME',
'GeometryN', // geometrycollection-property-functions.html
'GeometryType', // general-geometry-property-functions.html
'GET_FORMAT',
'GET_LOCK',
'GLength', // linestring-property-functions.html
'GREATEST',
'GROUP_CONCAT',
'GROUP_UNIQUE_USERS',
'HEX',
'HOUR',
'IF', //control-flow-functions.html
'IFNULL',
'INET_ATON',
'INET_NTOA',
'INSERT', // string-functions.html
'INSTR',
'InteriorRingN', // polygon-property-functions.html
'INTERVAL',
'ISNULL',
'IsClosed', // multilinestring-property-functions.html
'IsEmpty', // general-geometry-property-functions.html
'IsRing', // linestring-property-functions.html
'IsSimple', // general-geometry-property-functions.html
'IS_FREE_LOCK',
'IS_USED_LOCK', // miscellaneous-functions.html
'LAST_DAY',
'LAST_INSERT_ID',
'LCASE',
'LEAST',
'LEFT',
'LENGTH',
'LN',
'LOAD_FILE',
'LOCALTIME',
'LOCALTIMESTAMP',
'LOCATE',
'LOG',
'LOG10',
'LOG2',
'LOWER',
'LPAD',
'LTRIM',
'MAKEDATE',
'MAKETIME',
'MAKE_SET',
'MASTER_POS_WAIT',
'MAX',
'MD5',
'MICROSECOND',
'MID',
'MIN',
'MINUTE',
'MOD',
'MONTH',
'MONTHNAME',
'NOW',
'NULLIF',
'NumGeometries', // geometrycollection-property-functions.html
'NumInteriorRings', // polygon-property-functions.html
'NumPoints', // linestring-property-functions.html
'OCT',
'OCTET_LENGTH',
'OLD_PASSWORD',
'ORD',
'PASSWORD',
'PERIOD_ADD',
'PERIOD_DIFF',
'PI',
'PointN', // linestring-property-functions.html
'PointOnSurface', // multipolygon-property-functions.html
'POSITION',
'POW',
'POWER',
'QUARTER',
'QUOTE',
'RADIANS',
'RAND',
'RELEASE_LOCK',
'REPEAT',
'REPLACE', // string-functions.html
'REVERSE',
'RIGHT',
'ROUND',
'ROW_COUNT', // information-functions.html
'RPAD',
'RTRIM',
'SCHEMA', // information-functions.html
'SECOND',
'SEC_TO_TIME',
'SESSION_USER',
'SHA',
'SHA1',
'SIGN',
'SIN',
'SLEEP', // miscellaneous-functions.html
'SOUNDEX',
'SPACE',
'SQRT',
'SRID', // general-geometry-property-functions.html
'StartPoint', // linestring-property-functions.html
'STD',
'STDDEV',
'STDDEV_POP', // group-by-functions.html
'STDDEV_SAMP', // group-by-functions.html
'STRCMP',
'STR_TO_DATE',
'SUBDATE',
'SUBSTRING',
'SUBSTRING_INDEX',
'SUBTIME',
'SUM',
'SYSDATE',
'SYSTEM_USER',
'TAN',
'TIME',
'TIMEDIFF',
'TIMESTAMP',
'TIMESTAMPADD',
'TIMESTAMPDIFF',
'TIME_FORMAT',
'TIME_TO_SEC',
'TO_DAYS',
'TRIM',
'TRUNCATE', // mathematical-functions.html
'UCASE',
'UNCOMPRESS', // string-functions.html
'UNCOMPRESSED_LENGTH', // string-functions.html
'UNHEX', // string-functions.html
'UNIQUE_USERS',
'UNIX_TIMESTAMP',
'UPPER',
'USER',
'UTC_DATE',
'UTC_TIME',
'UTC_TIMESTAMP',
'UUID', // miscellaneous-functions.html
'VARIANCE', // group-by-functions.html
'VAR_POP', // group-by-functions.html
'VAR_SAMP', // group-by-functions.html
'VERSION',
'WEEK',
'WEEKDAY',
'WEEKOFYEAR',
'X', // point-property-functions.html
'Y', // point-property-functions.html
'YEAR',
'YEARWEEK'
);
//$PMA_SQPdata_function_name_cnt = count($PMA_SQPdata_function_name);
$PMA_SQPdata_function_name_cnt = 229;
 
$PMA_SQPdata_column_attrib = array (
'ARCHIVE', // Engine
'ASCII',
'AUTO_INCREMENT',
'BDB', // Engine
'BERKELEYDB', // Engine alias BDB
'BINARY',
'BLACKHOLE', // Engine
'CSV', // Engine
'DEFAULT',
'EXAMPLE', // Engine
'FEDERATED', // Engine
'HEAP', // Engine
'INNOBASE', // Engine alias InnoDB
'INNODB', // Engine InnoDB
'ISAM', // Engine
'MEMORY', // Engine alias HEAP, but preferred
'MERGE', // Engine
'MRG_ISAM', // Engine
'MRG_MYISAM', // Engine alias MERGE
'MYISAM', // Engine MyISAM
'NATIONAL',
'NDB', // Engine alias NDBCLUSTER
'NDBCLUSTER', // Engine
'PRECISION',
'UNDEFINED',
'UNICODE',
'UNSIGNED',
'VARYING',
'ZEROFILL'
);
//$PMA_SQPdata_column_attrib_cnt = count($PMA_SQPdata_column_attrib);
$PMA_SQPdata_column_attrib_cnt = 29;
 
$PMA_SQPdata_reserved_word = array (
'ACTION',
'ADD',
'AFTER',
'AGAINST',
'AGGREGATE',
'ALGORITHM',
'ALL',
'ALTER',
'ANALYSE',
'ANALYZE',
'AND',
'AS',
'ASC',
'AUTOCOMMIT',
'AUTO_INCREMENT',
'AVG_ROW_LENGTH',
'BACKUP',
'BEGIN',
'BETWEEN',
'BINLOG',
'BOTH',
'BY',
'CASCADE',
'CASE',
'CHANGE',
'CHANGED',
'CHARSET',
'CHECK',
'CHECKSUM',
'CLIENT',
'COLLATE',
'COLLATION',
'COLUMN',
'COLUMNS',
'COMMENT',
'COMMIT',
'COMMITTED',
'COMPRESSED',
'CONCURRENT',
'CONSTRAINT',
'CONVERT',
'CREATE',
'CROSS',
'CURRENT_TIMESTAMP',
'DATA',
'DATABASE',
'DATABASES',
'DAY',
'DAY_HOUR',
'DAY_MINUTE',
'DAY_SECOND',
'DELAYED',
'DELAY_KEY_WRITE',
'DELETE',
'DESC',
'DESCRIBE',
'DISTINCT',
'DISTINCTROW',
'DIV',
'DO',
'DROP',
'DUMPFILE',
'DYNAMIC',
'ELSE',
'ENCLOSED',
'END',
'ENGINE',
'ENGINES',
'ESCAPE',
'ESCAPED',
'EVENTS',
'EXECUTE',
'EXISTS',
'EXPLAIN',
'EXTENDED',
'FAST',
'FIELDS',
'FILE',
'FIRST',
'FIXED',
'FLUSH',
'FOR',
'FORCE',
'FOREIGN',
'FROM',
'FULL',
'FULLTEXT',
'FUNCTION',
'GEMINI',
'GEMINI_SPIN_RETRIES',
'GLOBAL',
'GRANT',
'GRANTS',
'GROUP',
'HAVING',
'HEAP',
'HIGH_PRIORITY',
'HOSTS',
'HOUR',
'HOUR_MINUTE',
'HOUR_SECOND',
'IDENTIFIED',
'IF',
'IGNORE',
'IN',
'INDEX',
'INDEXES',
'INFILE',
'INNER',
'INSERT',
'INSERT_ID',
'INSERT_METHOD',
'INTERVAL',
'INTO',
'IS',
'ISOLATION',
'JOIN',
'KEY',
'KEYS',
'KILL',
'LAST_INSERT_ID',
'LEADING',
'LEFT',
'LEVEL',
'LIKE',
'LIMIT',
'LINES',
'LOAD',
'LOCAL',
'LOCK',
'LOCKS',
'LOGS',
'LOW_PRIORITY',
'MASTER',
'MASTER_CONNECT_RETRY',
'MASTER_HOST',
'MASTER_LOG_FILE',
'MASTER_LOG_POS',
'MASTER_PASSWORD',
'MASTER_PORT',
'MASTER_USER',
'MATCH',
'MAX_CONNECTIONS_PER_HOUR',
'MAX_QUERIES_PER_HOUR',
'MAX_ROWS',
'MAX_UPDATES_PER_HOUR',
'MAX_USER_CONNECTIONS',
'MEDIUM',
'MERGE',
'MIN_ROWS',
'MINUTE',
'MINUTE_SECOND',
'MODE',
'MODIFY',
'MONTH',
'MRG_MYISAM',
'MYISAM',
'NAMES',
'NATURAL',
// 'NO' is not allowed in SQL-99 but is allowed in MySQL
//'NO',
'NOT',
'NULL',
'OFFSET',
'ON',
'OPEN',
'OPTIMIZE',
'OPTION',
'OPTIONALLY',
'OR',
'ORDER',
'OUTER',
'OUTFILE',
'PACK_KEYS',
'PARTIAL',
'PASSWORD',
'PRIMARY',
'PRIVILEGES',
'PROCEDURE',
'PROCESS',
'PROCESSLIST',
'PURGE',
'QUICK',
'RAID0',
'RAID_CHUNKS',
'RAID_CHUNKSIZE',
'RAID_TYPE',
'READ',
'REFERENCES',
'REGEXP',
'RELOAD',
'RENAME',
'REPAIR',
'REPEATABLE',
'REPLACE',
'REPLICATION',
'RESET',
'RESTORE',
'RESTRICT',
'RETURN',
'RETURNS',
'REVOKE',
'RIGHT',
'RLIKE',
'ROLLBACK',
'ROW',
'ROW_FORMAT',
'ROWS',
'SECOND',
'SELECT',
'SEPARATOR',
'SERIALIZABLE',
'SESSION',
'SHARE',
'SHOW',
'SHUTDOWN',
'SLAVE',
'SONAME',
'SOUNDS', // string-functions.html
'SQL_AUTO_IS_NULL',
'SQL_BIG_RESULT',
'SQL_BIG_SELECTS',
'SQL_BIG_TABLES',
'SQL_BUFFER_RESULT',
'SQL_CACHE',
'SQL_CALC_FOUND_ROWS',
'SQL_LOG_BIN',
'SQL_LOG_OFF',
'SQL_LOG_UPDATE',
'SQL_LOW_PRIORITY_UPDATES',
'SQL_MAX_JOIN_SIZE',
'SQL_NO_CACHE',
'SQL_QUOTE_SHOW_CREATE',
'SQL_SAFE_UPDATES',
'SQL_SELECT_LIMIT',
'SQL_SLAVE_SKIP_COUNTER',
'SQL_SMALL_RESULT',
'SQL_WARNINGS',
'START',
'STARTING',
'STATUS',
'STOP',
'STORAGE',
'STRAIGHT_JOIN',
'STRING',
'STRIPED',
'SUPER',
'TABLE',
'TABLES',
'TEMPORARY',
'TERMINATED',
'THEN',
'TO',
'TRAILING',
'TRUNCATE',
'TYPE',
'TYPES',
'UNCOMMITTED',
'UNION',
'UNIQUE',
'UNLOCK',
'UPDATE',
'USAGE',
'USE',
'USING',
'VALUES',
'VARIABLES',
'VIEW',
'WHEN',
'WHERE',
'WITH',
'WORK',
'WRITE',
'XOR',
'YEAR_MONTH'
);
//$PMA_SQPdata_reserved_word_cnt = count($PMA_SQPdata_reserved_word);
$PMA_SQPdata_reserved_word_cnt = 273;
 
// words forbidden to be used as column or table name,
// as seen in http://dev.mysql.com/doc/mysql/en/reserved-words.html
$PMA_SQPdata_forbidden_word = array (
'ACTION',
'ADD',
'AFTER',
'AGAINST',
'AGGREGATE',
'ALGORITHM',
'ALL',
'ALTER',
'ANALYZE',
'AND',
'ANY',
'AS',
'ASC',
'ASCII',
'ASENSITIVE',
'AUTO_INCREMENT',
'AVG',
'AVG_ROW_LENGTH',
'BACKUP',
'BDB',
'BEFORE',
'BEGIN',
'BERKELEYDB',
'BETWEEN',
'BIGINT',
'BINARY',
'BINLOG',
'BIT',
'BLOB',
'BOOL',
'BOOLEAN',
'BOTH',
'BTREE',
'BY',
'BYTE',
'CACHE',
'CALL',
'CASCADE',
'CASCADED',
'CASE',
'CHAIN',
'CHANGE',
'CHANGED',
'CHAR',
'CHARACTER',
'CHARSET',
'CHECK',
'CHECKSUM',
'CIPHER',
'CLIENT',
'CLOSE',
'COLLATE',
'COLLATION',
'COLUMN',
'COLUMNS',
'COMMENT',
'COMMIT',
'COMMITTED',
'COMPACT',
'COMPRESSED',
'CONCURRENT',
'CONDITION',
'CONNECTION',
'CONSISTENT',
'CONSTRAINT',
'CONTAINS',
'CONTINUE',
'CONVERT',
'CREATE',
'CROSS',
'CUBE',
'CURRENT_DATE',
'CURRENT_TIME',
'CURRENT_TIMESTAMP',
'CURRENT_USER',
'CURSOR',
'DATA',
'DATABASE',
'DATABASES',
'DATE',
'DATETIME',
'DAY',
'DAY_HOUR',
'DAY_MICROSECOND',
'DAY_MINUTE',
'DAY_SECOND',
'DEALLOCATE',
'DEC',
'DECIMAL',
'DECLARE',
'DEFAULT',
'DEFINER',
'DELAYED',
'DELAY_KEY_WRITE',
'DELETE',
'DESC',
'DESCRIBE',
'DES_KEY_FILE',
'DETERMINISTIC',
'DIRECTORY',
'DISABLE',
'DISCARD',
'DISTINCT',
'DISTINCTROW',
'DIV',
'DO',
'DOUBLE',
'DROP',
'DUAL',
'DUMPFILE',
'DUPLICATE',
'DYNAMIC',
'EACH',
'ELSE',
'ELSEIF',
'ENABLE',
'ENCLOSED',
'END',
'ENGINE',
'ENGINES',
'ENUM',
'ERRORS',
'ESCAPE',
'ESCAPED',
'EVENTS',
'EXECUTE',
'EXISTS',
'EXIT',
'EXPANSION',
'EXPLAIN',
'EXTENDED',
'FALSE',
'FAST',
'FETCH',
'FIELDS',
'FILE',
'FIRST',
'FIXED',
'FLOAT',
'FLOAT4',
'FLOAT8',
'FLUSH',
'FOR',
'FORCE',
'FOREIGN',
'FOUND',
'FRAC_SECOND',
'FROM',
'FULL',
'FULLTEXT',
'FUNCTION',
'GEOMETRY',
'GEOMETRYCOLLECTION',
'GET_FORMAT',
'GLOBAL',
'GOTO',
'GRANT',
'GRANTS',
'GROUP',
'HANDLER',
'HASH',
'HAVING',
'HELP',
'HIGH_PRIORITY',
'HOSTS',
'HOUR',
'HOUR_MICROSECOND',
'HOUR_MINUTE',
'HOUR_SECOND',
'IDENTIFIED',
'IF',
'IGNORE',
'IMPORT',
'IN',
'INDEX',
'INDEXES',
'INFILE',
'INNER',
'INNOBASE',
'INNODB',
'INOUT',
'INSENSITIVE',
'INSERT',
'INSERT_METHOD',
'INT',
'INT1',
'INT2',
'INT3',
'INT4',
'INT8',
'INTEGER',
'INTERVAL',
'INTO',
'INVOKER',
'IO_THREAD',
'IS',
'ISOLATION',
'ISSUER',
'ITERATE',
'JOIN',
'KEY',
'KEYS',
'KILL',
'LABEL',
'LANGUAGE',
'LAST',
'LEADING',
'LEAVE',
'LEAVES',
'LEFT',
'LEVEL',
'LIKE',
'LIMIT',
'LINES',
'LINESTRING',
'LOAD',
'LOCAL',
'LOCALTIME',
'LOCALTIMESTAMP',
'LOCK',
'LOCKS',
'LOGS',
'LONG',
'LONGBLOB',
'LONGTEXT',
'LOOP',
'LOW_PRIORITY',
'MASTER',
'MASTER_CONNECT_RETRY',
'MASTER_HOST',
'MASTER_LOG_FILE',
'MASTER_LOG_POS',
'MASTER_PASSWORD',
'MASTER_PORT',
'MASTER_SERVER_ID',
'MASTER_SSL',
'MASTER_SSL_CA',
'MASTER_SSL_CAPATH',
'MASTER_SSL_CERT',
'MASTER_SSL_CIPHER',
'MASTER_SSL_KEY',
'MASTER_USER',
'MATCH',
'MAX_CONNECTIONS_PER_HOUR',
'MAX_QUERIES_PER_HOUR',
'MAX_ROWS',
'MAX_UPDATES_PER_HOUR',
'MAX_USER_CONNECTIONS',
'MEDIUM',
'MEDIUMBLOB',
'MEDIUMINT',
'MEDIUMTEXT',
'MERGE',
'MICROSECOND',
'MIDDLEINT',
'MIGRATE',
'MINUTE',
'MINUTE_MICROSECOND',
'MINUTE_SECOND',
'MIN_ROWS',
'MOD',
'MODE',
'MODIFIES',
'MODIFY',
'MONTH',
'MULTILINESTRING',
'MULTIPOINT',
'MULTIPOLYGON',
'MUTEX',
'NAME',
'NAMES',
'NATIONAL',
'NATURAL',
'NCHAR',
'NDB',
'NDBCLUSTER',
'NEW',
'NEXT',
'NO',
'NONE',
'NOT',
'NO_WRITE_TO_BINLOG',
'NULL',
'NUMERIC',
'NVARCHAR',
'OFFSET',
'OLD_PASSWORD',
'ON',
'ONE',
'ONE_SHOT',
'OPEN',
'OPTIMIZE',
'OPTION',
'OPTIONALLY',
'OR',
'ORDER',
'OUT',
'OUTER',
'OUTFILE',
'PACK_KEYS',
'PARTIAL',
'PASSWORD',
'PHASE',
'POINT',
'POLYGON',
'PRECISION',
'PREPARE',
'PREV',
'PRIMARY',
'PRIVILEGES',
'PROCEDURE',
'PROCESSLIST',
'PURGE',
'QUARTER',
'QUERY',
'QUICK',
'RAID0',
'RAID_CHUNKS',
'RAID_CHUNKSIZE',
'RAID_TYPE',
'READ',
'READS',
'REAL',
'RECOVER',
'REDUNDANT',
'REFERENCES',
'REGEXP',
'RELAY_LOG_FILE',
'RELAY_LOG_POS',
'RELAY_THREAD',
'RELEASE',
'RELOAD',
'RENAME',
'REPAIR',
'REPEAT',
'REPEATABLE',
'REPLACE',
'REPLICATION',
'REQUIRE',
'RESET',
'RESTORE',
'RESTRICT',
'RESUME',
'RETURN',
'RETURNS',
'REVOKE',
'RIGHT',
'RLIKE',
'ROLLBACK',
'ROLLUP',
'ROUTINE',
'ROW',
'ROWS',
'ROW_FORMAT',
'RTREE',
'SAVEPOINT',
'SCHEMA',
'SCHEMAS',
'SECOND',
'SECOND_MICROSECOND',
'SECURITY',
'SELECT',
'SENSITIVE',
'SEPARATOR',
'SERIAL',
'SERIALIZABLE',
'SESSION',
'SET',
'SHARE',
'SHOW',
'SHUTDOWN',
'SIGNED',
'SIMPLE',
'SLAVE',
'SMALLINT',
'SNAPSHOT',
'SOME',
'SONAME',
'SOUNDS',
'SPATIAL',
'SPECIFIC',
'SQL',
'SQLEXCEPTION',
'SQLSTATE',
'SQLWARNING',
'SQL_BIG_RESULT',
'SQL_BUFFER_RESULT',
'SQL_CACHE',
'SQL_CALC_FOUND_ROWS',
'SQL_NO_CACHE',
'SQL_SMALL_RESULT',
'SQL_THREAD',
'SQL_TSI_DAY',
'SQL_TSI_FRAC_SECOND',
'SQL_TSI_HOUR',
'SQL_TSI_MINUTE',
'SQL_TSI_MONTH',
'SQL_TSI_QUARTER',
'SQL_TSI_SECOND',
'SQL_TSI_WEEK',
'SQL_TSI_YEAR',
'SSL',
'START',
'STARTING',
'STATUS',
'STOP',
'STORAGE',
'STRAIGHT_JOIN',
'STRING',
'STRIPED',
'SUBJECT',
'SUPER',
'SUSPEND',
'TABLE',
'TABLES',
'TABLESPACE',
'TEMPORARY',
'TEMPTABLE',
'TERMINATED',
'TEXT',
'THEN',
'TIME',
'TIMESTAMP',
'TIMESTAMPADD',
'TIMESTAMPDIFF',
'TINYBLOB',
'TINYINT',
'TINYTEXT',
'TO',
'TRAILING',
'TRANSACTION',
'TRIGGER',
'TRIGGERS',
'TRUE',
'TRUNCATE',
'TYPE',
'TYPES',
'UNCOMMITTED',
'UNDEFINED',
'UNDO',
'UNICODE',
'UNION',
'UNIQUE',
'UNKNOWN',
'UNLOCK',
'UNSIGNED',
'UNTIL',
'UPDATE',
'USAGE',
'USE',
'USER',
'USER_RESOURCES',
'USE_FRM',
'USING',
'UTC_DATE',
'UTC_TIME',
'UTC_TIMESTAMP',
'VALUE',
'VALUES',
'VARBINARY',
'VARCHAR',
'VARCHARACTER',
'VARIABLES',
'VARYING',
'VIEW',
'WARNINGS',
'WEEK',
'WHEN',
'WHERE',
'WHILE',
'WITH',
'WORK',
'WRITE',
'X509',
'XA',
'XOR',
'YEAR',
'YEAR_MONTH',
'ZEROFILL'
);
// echo count($PMA_SQPdata_forbidden_word);
$PMA_SQPdata_forbidden_word_cnt = 479;
 
$PMA_SQPdata_column_type = array (
'BIGINT',
'BINARY',
'BIT',
'BLOB',
'BOOL',
'BOOLEAN', // numeric-type-overview.html
'CHAR',
'CHARACTER',
'DATE',
'DATETIME',
'DEC',
'DECIMAL',
'DOUBLE',
'ENUM',
'FLOAT',
'FLOAT4',
'FLOAT8',
'INT',
'INT1',
'INT2',
'INT3',
'INT4',
'INT8',
'INTEGER',
'LONG',
'LONGBLOB',
'LONGTEXT',
'MEDIUMBLOB',
'MEDIUMINT',
'MEDIUMTEXT',
'MIDDLEINT',
'NCHAR',
'NUMERIC',
'REAL',
'SERIAL', //BIGINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE
'SET',
'SMALLINT',
'TEXT',
'TIME',
'TIMESTAMP',
'TINYBLOB',
'TINYINT',
'TINYTEXT',
'VARBINARY',
'VARCHAR',
'YEAR'
);
//$PMA_SQPdata_column_type_cnt = count($PMA_SQPdata_column_type);
$PMA_SQPdata_column_type_cnt = 46;
 
// check counts
/*
foreach ( $GLOBALS as $n => $a ) {
echo is_array( $a ) ? $n . ': ' . count( $a ) . '<br />' : '';
}
*/
?>
/Web/Maintenance/phpMyAdmin/libraries/sqlparser.lib.php
0,0 → 1,2348
<?php
/* $Id: sqlparser.lib.php,v 2.47 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/** SQL Parser Functions for phpMyAdmin
*
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
* http://www.orbis-terrarum.net/?l=people.robbat2
*
* These functions define an SQL parser system, capable of understanding and
* extracting data from a MySQL type SQL query.
*
* The basic procedure for using the new SQL parser:
* On any page that needs to extract data from a query or to pretty-print a
* query, you need code like this up at the top:
*
* ($sql contains the query)
* $parsed_sql = PMA_SQP_parse($sql);
*
* If you want to extract data from it then, you just need to run
* $sql_info = PMA_SQP_analyze($parsed_sql);
*
* lem9: See comments in PMA_SQP_analyze for the returned info
* from the analyzer.
*
* If you want a pretty-printed version of the query, do:
* $string = PMA_SQP_formatHtml($parsed_sql);
* (note that that you need to have syntax.css.php included somehow in your
* page for it to work, I recommend '<link rel="stylesheet" type="text/css"
* href="syntax.css.php" />' at the moment.)
*/
 
 
/**
* Minimum inclusion? (i.e. for the stylesheet builder)
*/
if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
/**
* Include the string library as we use it heavily
*/
require_once('./libraries/string.lib.php');
 
/**
* Include data for the SQL Parser
*/
require_once('./libraries/sqlparser.data.php');
require_once('./libraries/mysql_charsets.lib.php');
if (!isset($mysql_charsets)) {
$mysql_charsets = array();
$mysql_charsets_count = 0;
$mysql_collations_flat = array();
$mysql_collations_count = 0;
}
 
if (!defined('DEBUG_TIMING')) {
function PMA_SQP_arrayAdd(&$arr, $type, $data, &$arrsize)
{
$arr[] = array('type' => $type, 'data' => $data);
$arrsize++;
} // end of the "PMA_SQP_arrayAdd()" function
} else {
function PMA_SQP_arrayAdd(&$arr, $type, $data, &$arrsize)
{
global $timer;
 
$t = $timer;
$arr[] = array('type' => $type, 'data' => $data, 'time' => $t);
$timer = microtime();
$arrsize++;
} // end of the "PMA_SQP_arrayAdd()" function
} // end if... else...
 
 
/**
* Reset the error variable for the SQL parser
*
* @access public
*/
// Added, Robbat2 - 13 Janurary 2003, 2:59PM
function PMA_SQP_resetError()
{
global $SQP_errorString;
$SQP_errorString = '';
unset($SQP_errorString);
}
 
/**
* Get the contents of the error variable for the SQL parser
*
* @return string Error string from SQL parser
*
* @access public
*/
// Added, Robbat2 - 13 Janurary 2003, 2:59PM
function PMA_SQP_getErrorString()
{
global $SQP_errorString;
return isset($SQP_errorString) ? $SQP_errorString : '';
}
 
/**
* Check if the SQL parser hit an error
*
* @return boolean error state
*
* @access public
*/
// Added, Robbat2 - 13 Janurary 2003, 2:59PM
function PMA_SQP_isError()
{
global $SQP_errorString;
return isset($SQP_errorString) && !empty($SQP_errorString);
}
 
/**
* Set an error message for the system
*
* @param string The error message
* @param string The failing SQL query
*
* @access private
* @scope SQL Parser internal
*/
// Revised, Robbat2 - 13 Janurary 2003, 2:59PM
function PMA_SQP_throwError($message, $sql)
{
 
global $SQP_errorString;
$SQP_errorString = '<p>'.$GLOBALS['strSQLParserUserError'] . '</p>' . "\n"
. '<pre>' . "\n"
. 'ERROR: ' . $message . "\n"
. 'SQL: ' . htmlspecialchars($sql) . "\n"
. '</pre>' . "\n";
 
} // end of the "PMA_SQP_throwError()" function
 
 
/**
* Do display the bug report
*
* @param string The error message
* @param string The failing SQL query
*
* @access public
*/
function PMA_SQP_bug($message, $sql)
{
global $SQP_errorString;
$debugstr = 'ERROR: ' . $message . "\n";
$debugstr .= 'CVS: $Id: sqlparser.lib.php,v 2.47 2006/01/17 17:02:30 cybot_tm Exp $' . "\n";
$debugstr .= 'MySQL: '.PMA_MYSQL_STR_VERSION . "\n";
$debugstr .= 'USR OS, AGENT, VER: ' . PMA_USR_OS . ' ' . PMA_USR_BROWSER_AGENT . ' ' . PMA_USR_BROWSER_VER . "\n";
$debugstr .= 'PMA: ' . PMA_VERSION . "\n";
$debugstr .= 'PHP VER,OS: ' . PMA_PHP_STR_VERSION . ' ' . PHP_OS . "\n";
$debugstr .= 'LANG: ' . $GLOBALS['lang'] . "\n";
$debugstr .= 'SQL: ' . htmlspecialchars($sql);
 
$encodedstr = $debugstr;
if (@function_exists('gzcompress')) {
$encodedstr = gzcompress($debugstr, 9);
}
$encodedstr = preg_replace("/(\015\012)|(\015)|(\012)/", '<br />' . "\n", chunk_split(base64_encode($encodedstr)));
 
$SQP_errorString .= $GLOBALS['strSQLParserBugMessage'] . '<br />' . "\n"
. '----' . $GLOBALS['strBeginCut'] . '----' . '<br />' . "\n"
. $encodedstr . "\n"
. '----' . $GLOBALS['strEndCut'] . '----' . '<br />' . "\n";
 
$SQP_errorString .= '----' . $GLOBALS['strBeginRaw'] . '----<br />' . "\n"
. '<pre>' . "\n"
. $debugstr
. '</pre>' . "\n"
. '----' . $GLOBALS['strEndRaw'] . '----<br />' . "\n";
 
} // end of the "PMA_SQP_bug()" function
 
 
/**
* Parses the SQL queries
*
* @param string The SQL query list
*
* @return mixed Most of times, nothing...
*
* @global array The current PMA configuration
* @global array MySQL column attributes
* @global array MySQL reserved words
* @global array MySQL column types
* @global array MySQL function names
* @global integer MySQL column attributes count
* @global integer MySQL reserved words count
* @global integer MySQL column types count
* @global integer MySQL function names count
* @global array List of available character sets
* @global array List of available collations
* @global integer Character sets count
* @global integer Collations count
*
* @access public
*/
function PMA_SQP_parse($sql)
{
global $cfg;
global $PMA_SQPdata_column_attrib, $PMA_SQPdata_reserved_word, $PMA_SQPdata_column_type, $PMA_SQPdata_function_name,
$PMA_SQPdata_column_attrib_cnt, $PMA_SQPdata_reserved_word_cnt, $PMA_SQPdata_column_type_cnt, $PMA_SQPdata_function_name_cnt;
global $mysql_charsets, $mysql_collations_flat, $mysql_charsets_count, $mysql_collations_count;
global $PMA_SQPdata_forbidden_word, $PMA_SQPdata_forbidden_word_cnt;
 
// rabus: Convert all line feeds to Unix style
$sql = str_replace("\r\n", "\n", $sql);
$sql = str_replace("\r", "\n", $sql);
 
$len = PMA_strlen($sql);
if ($len == 0) {
return array();
}
 
$sql_array = array();
$sql_array['raw'] = $sql;
$count1 = 0;
$count2 = 0;
$punct_queryend = ';';
$punct_qualifier = '.';
$punct_listsep = ',';
$punct_level_plus = '(';
$punct_level_minus = ')';
$digit_floatdecimal = '.';
$digit_hexset = 'x';
$bracket_list = '()[]{}';
$allpunct_list = '-,;:!?/.^~\*&%+<=>|';
$allpunct_list_pair = array (
0 => '!=',
1 => '&&',
2 => ':=',
3 => '<<',
4 => '<=',
5 => '<=>',
6 => '<>',
7 => '>=',
8 => '>>',
9 => '||'
);
$allpunct_list_pair_size = 10; //count($allpunct_list_pair);
$quote_list = '\'"`';
$arraysize = 0;
 
while ($count2 < $len) {
$c = PMA_substr($sql, $count2, 1);
$count1 = $count2;
 
if (($c == "\n")) {
$count2++;
PMA_SQP_arrayAdd($sql_array, 'white_newline', '', $arraysize);
continue;
}
 
// Checks for white space
if (PMA_STR_isSpace($c)) {
$count2++;
continue;
}
 
// Checks for comment lines.
// MySQL style #
// C style /* */
// ANSI style --
if (($c == '#')
|| (($count2 + 1 < $len) && ($c == '/') && (PMA_substr($sql, $count2 + 1, 1) == '*'))
|| (($count2 + 2 == $len) && ($c == '-') && (PMA_substr($sql, $count2 + 1, 1) == '-'))
|| (($count2 + 2 < $len) && ($c == '-') && (PMA_substr($sql, $count2 + 1, 1) == '-') && ((PMA_substr($sql, $count2 + 2, 1) <= ' ')))) {
$count2++;
$pos = 0;
$type = 'bad';
switch ($c) {
case '#':
$type = 'mysql';
case '-':
$type = 'ansi';
$pos = $GLOBALS['PMA_strpos']($sql, "\n", $count2);
break;
case '/':
$type = 'c';
$pos = $GLOBALS['PMA_strpos']($sql, '*/', $count2);
$pos += 2;
break;
default:
break;
} // end switch
$count2 = ($pos < $count2) ? $len : $pos;
$str = PMA_substr($sql, $count1, $count2 - $count1);
PMA_SQP_arrayAdd($sql_array, 'comment_' . $type, $str, $arraysize);
continue;
} // end if
 
// Checks for something inside quotation marks
if (PMA_STR_strInStr($c, $quote_list)) {
$startquotepos = $count2;
$quotetype = $c;
$count2++;
$escaped = FALSE;
$escaped_escaped = FALSE;
$pos = $count2;
$oldpos = 0;
do {
$oldpos = $pos;
$pos = $GLOBALS['PMA_strpos'](' ' . $sql, $quotetype, $oldpos + 1) - 1;
// ($pos === FALSE)
if ($pos < 0) {
$debugstr = $GLOBALS['strSQPBugUnclosedQuote'] . ' @ ' . $startquotepos. "\n"
. 'STR: ' . htmlspecialchars($quotetype);
PMA_SQP_throwError($debugstr, $sql);
return $sql;
}
 
// If the quote is the first character, it can't be
// escaped, so don't do the rest of the code
if ($pos == 0) {
break;
}
 
// Checks for MySQL escaping using a \
// And checks for ANSI escaping using the $quotetype character
if (($pos < $len) && PMA_STR_charIsEscaped($sql, $pos)) {
$pos ++;
continue;
} elseif (($pos + 1 < $len) && (PMA_substr($sql, $pos, 1) == $quotetype) && (PMA_substr($sql, $pos + 1, 1) == $quotetype)) {
$pos = $pos + 2;
continue;
} else {
break;
}
} while ($len > $pos); // end do
 
$count2 = $pos;
$count2++;
$type = 'quote_';
switch ($quotetype) {
case '\'':
$type .= 'single';
break;
case '"':
$type .= 'double';
break;
case '`':
$type .= 'backtick';
break;
default:
break;
} // end switch
$data = PMA_substr($sql, $count1, $count2 - $count1);
PMA_SQP_arrayAdd($sql_array, $type, $data, $arraysize);
continue;
}
 
// Checks for brackets
if (PMA_STR_strInStr($c, $bracket_list)) {
// All bracket tokens are only one item long
$count2++;
$type_type = '';
if (PMA_STR_strInStr($c, '([{')) {
$type_type = 'open';
} else {
$type_type = 'close';
}
 
$type_style = '';
if (PMA_STR_strInStr($c, '()')) {
$type_style = 'round';
} elseif (PMA_STR_strInStr($c, '[]')) {
$type_style = 'square';
} else {
$type_style = 'curly';
}
 
$type = 'punct_bracket_' . $type_type . '_' . $type_style;
PMA_SQP_arrayAdd($sql_array, $type, $c, $arraysize);
continue;
}
 
// Checks for identifier (alpha or numeric)
if (PMA_STR_isSqlIdentifier($c, FALSE) || ($c == '@') || ($c == '.' && PMA_STR_isDigit(PMA_substr($sql, $count2 + 1, 1)))) {
$count2 ++;
 
//TODO: a @ can also be present in expressions like
// FROM 'user'@'%'
// or TO 'user'@'%'
// in this case, the @ is wrongly marked as alpha_variable
 
$is_sql_variable = ($c == '@');
$is_digit = (!$is_sql_variable) && PMA_STR_isDigit($c);
$is_hex_digit = ($is_digit) && ($c == '.') && ($c == '0') && ($count2 < $len) && (PMA_substr($sql, $count2, 1) == 'x');
$is_float_digit = $c == '.';
$is_float_digit_exponent = FALSE;
 
// Nijel: Fast skip is especially needed for huge BLOB data, requires PHP at least 4.3.0:
if (PMA_PHP_INT_VERSION >= 40300) {
if ($is_hex_digit) {
$count2++;
$pos = strspn($sql, '0123456789abcdefABCDEF', $count2);
if ($pos > $count2) {
$count2 = $pos;
}
unset($pos);
} elseif ($is_digit) {
$pos = strspn($sql, '0123456789', $count2);
if ($pos > $count2) {
$count2 = $pos;
}
unset($pos);
}
}
 
while (($count2 < $len) && PMA_STR_isSqlIdentifier(PMA_substr($sql, $count2, 1), ($is_sql_variable || $is_digit))) {
$c2 = PMA_substr($sql, $count2, 1);
if ($is_sql_variable && ($c2 == '.')) {
$count2++;
continue;
}
if ($is_digit && (!$is_hex_digit) && ($c2 == '.')) {
$count2++;
if (!$is_float_digit) {
$is_float_digit = TRUE;
continue;
} else {
$debugstr = $GLOBALS['strSQPBugInvalidIdentifer'] . ' @ ' . ($count1+1) . "\n"
. 'STR: ' . htmlspecialchars(PMA_substr($sql, $count1, $count2 - $count1));
PMA_SQP_throwError($debugstr, $sql);
return $sql;
}
}
if ($is_digit && (!$is_hex_digit) && (($c2 == 'e') || ($c2 == 'E'))) {
if (!$is_float_digit_exponent) {
$is_float_digit_exponent = TRUE;
$is_float_digit = TRUE;
$count2++;
continue;
} else {
$is_digit = FALSE;
$is_float_digit = FALSE;
}
}
if (($is_hex_digit && PMA_STR_isHexDigit($c2)) || ($is_digit && PMA_STR_isDigit($c2))) {
$count2++;
continue;
} else {
$is_digit = FALSE;
$is_hex_digit = FALSE;
}
 
$count2++;
} // end while
 
$l = $count2 - $count1;
$str = PMA_substr($sql, $count1, $l);
 
$type = '';
if ($is_digit) {
$type = 'digit';
if ($is_float_digit) {
$type .= '_float';
} elseif ($is_hex_digit) {
$type .= '_hex';
} else {
$type .= '_integer';
}
} else {
if ($is_sql_variable != FALSE) {
$type = 'alpha_variable';
} else {
$type = 'alpha';
}
} // end if... else....
PMA_SQP_arrayAdd($sql_array, $type, $str, $arraysize);
 
continue;
}
 
// Checks for punct
if (PMA_STR_strInStr($c, $allpunct_list)) {
while (($count2 < $len) && PMA_STR_strInStr(PMA_substr($sql, $count2, 1), $allpunct_list)) {
$count2++;
}
$l = $count2 - $count1;
if ($l == 1) {
$punct_data = $c;
} else {
$punct_data = PMA_substr($sql, $count1, $l);
}
 
// Special case, sometimes, althought two characters are
// adjectent directly, they ACTUALLY need to be seperate
if ($l == 1) {
$t_suffix = '';
switch ($punct_data) {
case $punct_queryend:
$t_suffix = '_queryend';
break;
case $punct_qualifier:
$t_suffix = '_qualifier';
break;
case $punct_listsep:
$t_suffix = '_listsep';
break;
default:
break;
}
PMA_SQP_arrayAdd($sql_array, 'punct' . $t_suffix, $punct_data, $arraysize);
} elseif (PMA_STR_binarySearchInArr($punct_data, $allpunct_list_pair, $allpunct_list_pair_size)) {
// Ok, we have one of the valid combined punct expressions
PMA_SQP_arrayAdd($sql_array, 'punct', $punct_data, $arraysize);
} else {
// Bad luck, lets split it up more
$first = $punct_data[0];
$first2 = $punct_data[0] . $punct_data[1];
$last2 = $punct_data[$l - 2] . $punct_data[$l - 1];
$last = $punct_data[$l - 1];
if (($first == ',') || ($first == ';') || ($first == '.') || ($first == '*')) {
$count2 = $count1 + 1;
$punct_data = $first;
} elseif (($last2 == '/*') || (($last2 == '--') && ($count2 == $len || PMA_substr($sql, $count2, 1) <= ' ') )) {
$count2 -= 2;
$punct_data = PMA_substr($sql, $count1, $count2 - $count1);
} elseif (($last == '-') || ($last == '+') || ($last == '!')) {
$count2--;
$punct_data = PMA_substr($sql, $count1, $count2 - $count1);
// TODO: for negation operator, split in 2 tokens ?
// "select x&~1 from t"
// becomes "select x & ~ 1 from t" ?
 
} elseif ($last != '~') {
$debugstr = $GLOBALS['strSQPBugUnknownPunctuation'] . ' @ ' . ($count1+1) . "\n"
. 'STR: ' . htmlspecialchars($punct_data);
PMA_SQP_throwError($debugstr, $sql);
return $sql;
}
PMA_SQP_arrayAdd($sql_array, 'punct', $punct_data, $arraysize);
continue;
} // end if... elseif... else
continue;
}
 
// DEBUG
$count2++;
 
$debugstr = 'C1 C2 LEN: ' . $count1 . ' ' . $count2 . ' ' . $len . "\n"
. 'STR: ' . PMA_substr($sql, $count1, $count2 - $count1) . "\n";
PMA_SQP_bug($debugstr, $sql);
return $sql;
 
} // end while ($count2 < $len)
 
 
if ($arraysize > 0) {
$t_next = $sql_array[0]['type'];
$t_prev = '';
$t_bef_prev = '';
$t_cur = '';
$d_next = $sql_array[0]['data'];
$d_prev = '';
$d_bef_prev = '';
$d_cur = '';
$d_next_upper = $t_next == 'alpha' ? strtoupper($d_next) : $d_next;
$d_prev_upper = '';
$d_bef_prev_upper = '';
$d_cur_upper = '';
}
 
for ($i = 0; $i < $arraysize; $i++) {
$t_bef_prev = $t_prev;
$t_prev = $t_cur;
$t_cur = $t_next;
$d_bef_prev = $d_prev;
$d_prev = $d_cur;
$d_cur = $d_next;
$d_bef_prev_upper = $d_prev_upper;
$d_prev_upper = $d_cur_upper;
$d_cur_upper = $d_next_upper;
if (($i + 1) < $arraysize) {
$t_next = $sql_array[$i + 1]['type'];
$d_next = $sql_array[$i + 1]['data'];
$d_next_upper = $t_next == 'alpha' ? strtoupper($d_next) : $d_next;
} else {
$t_next = '';
$d_next = '';
$d_next_upper = '';
}
 
//DEBUG echo "[prev: <b>".$d_prev."</b> ".$t_prev."][cur: <b>".$d_cur."</b> ".$t_cur."][next: <b>".$d_next."</b> ".$t_next."]<br />";
 
if ($t_cur == 'alpha') {
$t_suffix = '_identifier';
if (($t_next == 'punct_qualifier') || ($t_prev == 'punct_qualifier')) {
$t_suffix = '_identifier';
} elseif (($t_next == 'punct_bracket_open_round')
&& PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_function_name, $PMA_SQPdata_function_name_cnt)) {
// FIXME-2005-10-16: in the case of a CREATE TABLE containing a TIMESTAMP,
// since TIMESTAMP() is also a function, it's found here and
// the token is wrongly marked as alpha_functionName. But we
// compensate for this when analysing for timestamp_not_null
// later in this script.
$t_suffix = '_functionName';
} elseif (PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_column_type, $PMA_SQPdata_column_type_cnt)) {
$t_suffix = '_columnType';
// Temporary fix for BUG #621357
//TODO FIX PROPERLY NEEDS OVERHAUL OF SQL TOKENIZER
if ($d_cur_upper == 'SET' && $t_next != 'punct_bracket_open_round') {
$t_suffix = '_reservedWord';
}
//END OF TEMPORARY FIX
// CHARACTER is a synonym for CHAR, but can also be meant as
// CHARACTER SET. In this case, we have a reserved word.
if ($d_cur_upper == 'CHARACTER' && $d_next_upper == 'SET') {
$t_suffix = '_reservedWord';
}
// experimental
// current is a column type, so previous must not be
// a reserved word but an identifier
// CREATE TABLE SG_Persons (first varchar(64))
//if ($sql_array[$i-1]['type'] =='alpha_reservedWord') {
// $sql_array[$i-1]['type'] = 'alpha_identifier';
//}
} elseif (PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_reserved_word, $PMA_SQPdata_reserved_word_cnt)) {
$t_suffix = '_reservedWord';
} elseif (PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_column_attrib, $PMA_SQPdata_column_attrib_cnt)) {
$t_suffix = '_columnAttrib';
// INNODB is a MySQL table type, but in "SHOW INNODB STATUS",
// it should be regarded as a reserved word.
if ($d_cur_upper == 'INNODB' && $d_prev_upper == 'SHOW' && $d_next_upper == 'STATUS') {
$t_suffix = '_reservedWord';
}
if ($d_cur_upper == 'DEFAULT' && $d_next_upper == 'CHARACTER') {
$t_suffix = '_reservedWord';
}
// Binary as character set
if ($d_cur_upper == 'BINARY' && (
($d_bef_prev_upper == 'CHARACTER' && $d_prev_upper == 'SET')
|| ($d_bef_prev_upper == 'SET' && $d_prev_upper == '=')
|| ($d_bef_prev_upper == 'CHARSET' && $d_prev_upper == '=')
|| $d_prev_upper == 'CHARSET'
) && PMA_STR_binarySearchInArr($d_cur, $mysql_charsets, count($mysql_charsets))) {
$t_suffix = '_charset';
}
} elseif (PMA_STR_binarySearchInArr($d_cur, $mysql_charsets, $mysql_charsets_count)
|| PMA_STR_binarySearchInArr($d_cur, $mysql_collations_flat, $mysql_collations_count)
|| ($d_cur{0} == '_' && PMA_STR_binarySearchInArr(substr($d_cur, 1), $mysql_charsets, $mysql_charsets_count))) {
$t_suffix = '_charset';
} else {
// Do nothing
}
// check if present in the list of forbidden words
if ($t_suffix == '_reservedWord' && PMA_STR_binarySearchInArr($d_cur_upper, $PMA_SQPdata_forbidden_word, $PMA_SQPdata_forbidden_word_cnt)) {
$sql_array[$i]['forbidden'] = TRUE;
} else {
$sql_array[$i]['forbidden'] = FALSE;
}
$sql_array[$i]['type'] .= $t_suffix;
}
} // end for
 
// Stores the size of the array inside the array, as count() is a slow
// operation.
$sql_array['len'] = $arraysize;
 
// Sends the data back
return $sql_array;
} // end of the "PMA_SQP_parse()" function
 
/**
* Checks for token types being what we want...
*
* @param string String of type that we have
* @param string String of type that we want
*
* @return boolean result of check
*
* @access private
*/
function PMA_SQP_typeCheck($toCheck, $whatWeWant)
{
$typeSeperator = '_';
if (strcmp($whatWeWant, $toCheck) == 0) {
return TRUE;
} else {
if (strpos($whatWeWant, $typeSeperator) === FALSE) {
return strncmp($whatWeWant, $toCheck, strpos($toCheck, $typeSeperator)) == 0;
} else {
return FALSE;
}
}
}
 
 
/**
* Analyzes SQL queries
*
* @param array The SQL queries
*
* @return array The analyzed SQL queries
*
* @access public
*/
function PMA_SQP_analyze($arr)
{
if ($arr == array()) {
return array();
}
$result = array();
$size = $arr['len'];
$subresult = array(
'querytype' => '',
'select_expr_clause'=> '', // the whole stuff between SELECT and FROM , except DISTINCT
'position_of_first_select' => '', // the array index
'from_clause'=> '',
'group_by_clause'=> '',
'order_by_clause'=> '',
'having_clause' => '',
'where_clause' => '',
'where_clause_identifiers' => array(),
'unsorted_query' => '',
'queryflags' => array(),
'select_expr' => array(),
'table_ref' => array(),
'foreign_keys' => array(),
'create_table_fields' => array()
);
$subresult_empty = $subresult;
$seek_queryend = FALSE;
$seen_end_of_table_ref = FALSE;
$number_of_brackets_in_extract = 0;
$number_of_brackets_in_group_concat = 0;
 
// for SELECT EXTRACT(YEAR_MONTH FROM CURDATE())
// we must not use CURDATE as a table_ref
// so we track wether we are in the EXTRACT()
$in_extract = FALSE;
 
// for GROUP_CONCAT( ... )
$in_group_concat = FALSE;
 
/* Description of analyzer results by lem9
*
* db, table, column, alias
* ------------------------
*
* Inside the $subresult array, we create ['select_expr'] and ['table_ref'] arrays.
*
* The SELECT syntax (simplified) is
*
* SELECT
* select_expression,...
* [FROM [table_references]
*
*
* ['select_expr'] is filled with each expression, the key represents the
* expression position in the list (0-based) (so we don't lose track of
* multiple occurences of the same column).
*
* ['table_ref'] is filled with each table ref, same thing for the key.
*
* I create all sub-values empty, even if they are
* not present (for example no select_expression alias).
*
* There is a debug section at the end of loop #1, if you want to
* see the exact contents of select_expr and table_ref
*
* queryflags
* ----------
*
* In $subresult, array 'queryflags' is filled, according to what we
* find in the query.
*
* Currently, those are generated:
*
* ['queryflags']['need_confirm'] = 1; if the query needs confirmation
* ['queryflags']['select_from'] = 1; if this is a real SELECT...FROM
* ['queryflags']['distinct'] = 1; for a DISTINCT
* ['queryflags']['union'] = 1; for a UNION
* ['queryflags']['join'] = 1; for a JOIN
* ['queryflags']['offset'] = 1; for the presence of OFFSET
*
* query clauses
* -------------
*
* The select is splitted in those clauses:
* ['select_expr_clause']
* ['from_clause']
* ['group_by_clause']
* ['order_by_clause']
* ['having_clause']
* ['where_clause']
*
* The identifiers of the WHERE clause are put into the array
* ['where_clause_identifier']
*
* For a SELECT, the whole query without the ORDER BY clause is put into
* ['unsorted_query']
*
* foreign keys
* ------------
* The CREATE TABLE may contain FOREIGN KEY clauses, so they get
* analyzed and ['foreign_keys'] is an array filled with
* the constraint name, the index list,
* the REFERENCES table name and REFERENCES index list,
* and ON UPDATE | ON DELETE clauses
*
* position_of_first_select
* ------------------------
*
* The array index of the first SELECT we find. Will be used to
* insert a SQL_CALC_FOUND_ROWS.
*
* create_table_fields
* -------------------
*
* For now, mostly used to detect the DEFAULT CURRENT_TIMESTAMP and
* ON UPDATE CURRENT_TIMESTAMP clauses of the CREATE TABLE query.
* An array, each element is the identifier name.
* Note that for now, the timestamp_not_null element is created
* even for non-TIMESTAMP fields.
*
* Sub-elements: ['type'] which contains the column type
* optional (currently they are never false but can be absent):
* ['default_current_timestamp'] boolean
* ['on_update_current_timestamp'] boolean
* ['timestamp_not_null'] boolean
*
* section_before_limit, section_after_limit
* -----------------------------------------
*
* Marks the point of the query where we can insert a LIMIT clause;
* so the section_before_limit will contain the left part before
* a possible LIMIT clause
*
*
* End of description of analyzer results
*/
 
// must be sorted
// TODO: current logic checks for only one word, so I put only the
// first word of the reserved expressions that end a table ref;
// maybe this is not ok (the first word might mean something else)
// $words_ending_table_ref = array(
// 'FOR UPDATE',
// 'GROUP BY',
// 'HAVING',
// 'LIMIT',
// 'LOCK IN SHARE MODE',
// 'ORDER BY',
// 'PROCEDURE',
// 'UNION',
// 'WHERE'
// );
$words_ending_table_ref = array(
'FOR',
'GROUP',
'HAVING',
'LIMIT',
'LOCK',
'ORDER',
'PROCEDURE',
'UNION',
'WHERE'
);
$words_ending_table_ref_cnt = 9; //count($words_ending_table_ref);
 
$words_ending_clauses = array(
'FOR',
'LIMIT',
'LOCK',
'PROCEDURE',
'UNION'
);
$words_ending_clauses_cnt = 5; //count($words_ending_clauses);
 
 
 
 
// must be sorted
$supported_query_types = array(
'SELECT'
/*
// Support for these additional query types will come later on.
'DELETE',
'INSERT',
'REPLACE',
'TRUNCATE',
'UPDATE'
'EXPLAIN',
'DESCRIBE',
'SHOW',
'CREATE',
'SET',
'ALTER'
*/
);
$supported_query_types_cnt = count($supported_query_types);
 
// loop #1 for each token: select_expr, table_ref for SELECT
 
for ($i = 0; $i < $size; $i++) {
//DEBUG echo "trace loop1 <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br />";
 
// High speed seek for locating the end of the current query
if ($seek_queryend == TRUE) {
if ($arr[$i]['type'] == 'punct_queryend') {
$seek_queryend = FALSE;
} else {
continue;
} // end if (type == punct_queryend)
} // end if ($seek_queryend)
 
// TODO: when we find a UNION, should we split
// in another subresult?
// Note: do not split if this is a punct_queryend for the
// first and only query
if ($arr[$i]['type'] == 'punct_queryend' && ($i + 1 != $size)) {
$result[] = $subresult;
$subresult = $subresult_empty;
continue;
} // end if (type == punct_queryend)
 
// ==============================================================
if ($arr[$i]['type'] == 'punct_bracket_open_round') {
if ($in_extract) {
$number_of_brackets_in_extract++;
}
if ($in_group_concat) {
$number_of_brackets_in_group_concat++;
}
}
// ==============================================================
if ($arr[$i]['type'] == 'punct_bracket_close_round') {
if ($in_extract) {
$number_of_brackets_in_extract--;
if ($number_of_brackets_in_extract == 0) {
$in_extract = FALSE;
}
}
if ($in_group_concat) {
$number_of_brackets_in_group_concat--;
if ($number_of_brackets_in_group_concat == 0) {
$in_group_concat = FALSE;
}
}
}
// ==============================================================
if ($arr[$i]['type'] == 'alpha_functionName') {
$upper_data = strtoupper($arr[$i]['data']);
if ($upper_data =='EXTRACT') {
$in_extract = TRUE;
$number_of_brackets_in_extract = 0;
}
if ($upper_data =='GROUP_CONCAT') {
$in_group_concat = TRUE;
$number_of_brackets_in_group_concat = 0;
}
}
 
// ==============================================================
if ($arr[$i]['type'] == 'alpha_reservedWord'
// && $arr[$i]['forbidden'] == FALSE) {
) {
// We don't know what type of query yet, so run this
if ($subresult['querytype'] == '') {
$subresult['querytype'] = strtoupper($arr[$i]['data']);
} // end if (querytype was empty)
 
// Check if we support this type of query
if (!PMA_STR_binarySearchInArr($subresult['querytype'], $supported_query_types, $supported_query_types_cnt)) {
// Skip ahead to the next one if we don't
$seek_queryend = TRUE;
continue;
} // end if (query not supported)
 
// upper once
$upper_data = strtoupper($arr[$i]['data']);
//TODO: reset for each query?
 
if ($upper_data == 'SELECT') {
$seen_from = FALSE;
$previous_was_identifier = FALSE;
$current_select_expr = -1;
$seen_end_of_table_ref = FALSE;
} // end if ( data == SELECT)
 
if ($upper_data =='FROM' && !$in_extract) {
$current_table_ref = -1;
$seen_from = TRUE;
$previous_was_identifier = FALSE;
$save_table_ref = TRUE;
} // end if (data == FROM)
 
// here, do not 'continue' the loop, as we have more work for
// reserved words below
} // end if (type == alpha_reservedWord)
 
// ==============================
if ($arr[$i]['type'] == 'quote_backtick'
|| $arr[$i]['type'] == 'quote_double'
|| $arr[$i]['type'] == 'quote_single'
|| $arr[$i]['type'] == 'alpha_identifier'
|| ($arr[$i]['type'] == 'alpha_reservedWord'
&& $arr[$i]['forbidden'] == FALSE)) {
 
switch ($arr[$i]['type']) {
case 'alpha_identifier':
case 'alpha_reservedWord':
// this is not a real reservedWord, because
// it's not present in the list of forbidden words,
// for example "storage" which can be used as
// an identifier
//
// TODO: avoid the pretty printing in color
// in this case
 
$identifier = $arr[$i]['data'];
break;
 
//TODO: check embedded double quotes or backticks?
// and/or remove just the first and last character?
case 'quote_backtick':
$identifier = str_replace('`', '', $arr[$i]['data']);
break;
case 'quote_double':
$identifier = str_replace('"', '', $arr[$i]['data']);
break;
case 'quote_single':
$identifier = str_replace("'", "", $arr[$i]['data']);
break;
} // end switch
 
if ($subresult['querytype'] == 'SELECT' && !$in_group_concat) {
if (!$seen_from) {
if ($previous_was_identifier && isset($chain)) {
// found alias for this select_expr, save it
// but only if we got something in $chain
// (for example, SELECT COUNT(*) AS cnt
// puts nothing in $chain, so we avoid
// setting the alias)
$alias_for_select_expr = $identifier;
} else {
$chain[] = $identifier;
$previous_was_identifier = TRUE;
 
} // end if !$previous_was_identifier
} else {
// ($seen_from)
if ($save_table_ref && !$seen_end_of_table_ref) {
if ($previous_was_identifier) {
// found alias for table ref
// save it for later
$alias_for_table_ref = $identifier;
} else {
$chain[] = $identifier;
$previous_was_identifier = TRUE;
 
} // end if ($previous_was_identifier)
} // end if ($save_table_ref &&!$seen_end_of_table_ref)
} // end if (!$seen_from)
} // end if (querytype SELECT)
} // end if ( quote_backtick or double quote or alpha_identifier)
 
// ===================================
if ($arr[$i]['type'] == 'punct_qualifier') {
// to be able to detect an identifier following another
$previous_was_identifier = FALSE;
continue;
} // end if (punct_qualifier)
 
// TODO: check if 3 identifiers following one another -> error
 
// s a v e a s e l e c t e x p r
// finding a list separator or FROM
// means that we must save the current chain of identifiers
// into a select expression
 
// for now, we only save a select expression if it contains
// at least one identifier, as we are interested in checking
// the columns and table names, so in "select * from persons",
// the "*" is not saved
 
if (isset($chain) && !$seen_end_of_table_ref
&& ( (!$seen_from
&& $arr[$i]['type'] == 'punct_listsep')
|| ($arr[$i]['type'] == 'alpha_reservedWord' && $upper_data == 'FROM')) ) {
$size_chain = count($chain);
$current_select_expr++;
$subresult['select_expr'][$current_select_expr] = array(
'expr' => '',
'alias' => '',
'db' => '',
'table_name' => '',
'table_true_name' => '',
'column' => ''
);
 
if (isset($alias_for_select_expr) && strlen($alias_for_select_expr)) {
// we had found an alias for this select expression
$subresult['select_expr'][$current_select_expr]['alias'] = $alias_for_select_expr;
unset($alias_for_select_expr);
}
// there is at least a column
$subresult['select_expr'][$current_select_expr]['column'] = $chain[$size_chain - 1];
$subresult['select_expr'][$current_select_expr]['expr'] = $chain[$size_chain - 1];
 
// maybe a table
if ($size_chain > 1) {
$subresult['select_expr'][$current_select_expr]['table_name'] = $chain[$size_chain - 2];
// we assume for now that this is also the true name
$subresult['select_expr'][$current_select_expr]['table_true_name'] = $chain[$size_chain - 2];
$subresult['select_expr'][$current_select_expr]['expr']
= $subresult['select_expr'][$current_select_expr]['table_name']
. '.' . $subresult['select_expr'][$current_select_expr]['expr'];
} // end if ($size_chain > 1)
 
// maybe a db
if ($size_chain > 2) {
$subresult['select_expr'][$current_select_expr]['db'] = $chain[$size_chain - 3];
$subresult['select_expr'][$current_select_expr]['expr']
= $subresult['select_expr'][$current_select_expr]['db']
. '.' . $subresult['select_expr'][$current_select_expr]['expr'];
} // end if ($size_chain > 2)
unset($chain);
 
// TODO: explain this:
if (($arr[$i]['type'] == 'alpha_reservedWord')
&& ($upper_data != 'FROM')) {
$previous_was_identifier = TRUE;
}
 
} // end if (save a select expr)
 
 
//======================================
// s a v e a t a b l e r e f
//======================================
 
// maybe we just saw the end of table refs
// but the last table ref has to be saved
// or we are at the last token (TODO: there could be another
// query after this one)
// or we just got a reserved word
 
if (isset($chain) && $seen_from && $save_table_ref
&& ($arr[$i]['type'] == 'punct_listsep'
|| ($arr[$i]['type'] == 'alpha_reservedWord' && $upper_data!="AS")
|| $seen_end_of_table_ref
|| $i==$size-1 )) {
 
$size_chain = count($chain);
$current_table_ref++;
$subresult['table_ref'][$current_table_ref] = array(
'expr' => '',
'db' => '',
'table_name' => '',
'table_alias' => '',
'table_true_name' => ''
);
if (isset($alias_for_table_ref) && strlen($alias_for_table_ref)) {
$subresult['table_ref'][$current_table_ref]['table_alias'] = $alias_for_table_ref;
unset($alias_for_table_ref);
}
$subresult['table_ref'][$current_table_ref]['table_name'] = $chain[$size_chain - 1];
// we assume for now that this is also the true name
$subresult['table_ref'][$current_table_ref]['table_true_name'] = $chain[$size_chain - 1];
$subresult['table_ref'][$current_table_ref]['expr']
= $subresult['table_ref'][$current_table_ref]['table_name'];
// maybe a db
if ($size_chain > 1) {
$subresult['table_ref'][$current_table_ref]['db'] = $chain[$size_chain - 2];
$subresult['table_ref'][$current_table_ref]['expr']
= $subresult['table_ref'][$current_table_ref]['db']
. '.' . $subresult['table_ref'][$current_table_ref]['expr'];
} // end if ($size_chain > 1)
 
// add the table alias into the whole expression
$subresult['table_ref'][$current_table_ref]['expr']
.= ' ' . $subresult['table_ref'][$current_table_ref]['table_alias'];
 
unset($chain);
$previous_was_identifier = TRUE;
//continue;
 
} // end if (save a table ref)
 
 
// when we have found all table refs,
// for each table_ref alias, put the true name of the table
// in the corresponding select expressions
 
if (isset($current_table_ref) && ($seen_end_of_table_ref || $i == $size-1) && $subresult != $subresult_empty) {
for ($tr=0; $tr <= $current_table_ref; $tr++) {
$alias = $subresult['table_ref'][$tr]['table_alias'];
$truename = $subresult['table_ref'][$tr]['table_true_name'];
for ($se=0; $se <= $current_select_expr; $se++) {
if (isset($alias) && strlen($alias) && $subresult['select_expr'][$se]['table_true_name']
== $alias) {
$subresult['select_expr'][$se]['table_true_name']
= $truename;
} // end if (found the alias)
} // end for (select expressions)
 
} // end for (table refs)
} // end if (set the true names)
 
 
// e n d i n g l o o p #1
// set the $previous_was_identifier to FALSE if the current
// token is not an identifier
if (($arr[$i]['type'] != 'alpha_identifier')
&& ($arr[$i]['type'] != 'quote_double')
&& ($arr[$i]['type'] != 'quote_single')
&& ($arr[$i]['type'] != 'quote_backtick')) {
$previous_was_identifier = FALSE;
} // end if
 
// however, if we are on AS, we must keep the $previous_was_identifier
if (($arr[$i]['type'] == 'alpha_reservedWord')
&& ($upper_data == 'AS')) {
$previous_was_identifier = TRUE;
}
 
if (($arr[$i]['type'] == 'alpha_reservedWord')
&& ($upper_data =='ON' || $upper_data =='USING')) {
$save_table_ref = FALSE;
} // end if (data == ON)
 
if (($arr[$i]['type'] == 'alpha_reservedWord')
&& ($upper_data =='JOIN' || $upper_data =='FROM')) {
$save_table_ref = TRUE;
} // end if (data == JOIN)
 
// no need to check the end of table ref if we already did
// TODO: maybe add "&& $seen_from"
if (!$seen_end_of_table_ref) {
// if this is the last token, it implies that we have
// seen the end of table references
// Check for the end of table references
//
// Note: if we are analyzing a GROUP_CONCAT clause,
// we might find a word that seems to indicate that
// we have found the end of table refs (like ORDER)
// but it's a modifier of the GROUP_CONCAT so
// it's not the real end of table refs
if (($i == $size-1)
|| ($arr[$i]['type'] == 'alpha_reservedWord'
&& !$in_group_concat
&& PMA_STR_binarySearchInArr($upper_data, $words_ending_table_ref, $words_ending_table_ref_cnt))) {
$seen_end_of_table_ref = TRUE;
// to be able to save the last table ref, but do not
// set it true if we found a word like "ON" that has
// already set it to false
if (isset($save_table_ref) && $save_table_ref != FALSE) {
$save_table_ref = TRUE;
} //end if
 
} // end if (check for end of table ref)
} //end if (!$seen_end_of_table_ref)
 
if ($seen_end_of_table_ref) {
$save_table_ref = FALSE;
} // end if
 
} // end for $i (loop #1)
 
// -------------------------------------------------------
// This is a big hunk of debugging code by Marc for this.
// -------------------------------------------------------
/*
if (isset($current_select_expr)) {
for ($trace=0; $trace<=$current_select_expr; $trace++) {
echo "<br />";
reset ($subresult['select_expr'][$trace]);
while (list ($key, $val) = each ($subresult['select_expr'][$trace]))
echo "sel expr $trace $key => $val<br />\n";
}
}
 
if (isset($current_table_ref)) {
echo "current_table_ref = " . $current_table_ref . "<br>";
for ($trace=0; $trace<=$current_table_ref; $trace++) {
 
echo "<br />";
reset ($subresult['table_ref'][$trace]);
while (list ($key, $val) = each ($subresult['table_ref'][$trace]))
echo "table ref $trace $key => $val<br />\n";
}
}
*/
// -------------------------------------------------------
 
 
// loop #2: - queryflags
// - querytype (for queries != 'SELECT')
// - section_before_limit, section_after_limit
//
// we will also need this queryflag in loop 2
// so set it here
if (isset($current_table_ref) && $current_table_ref > -1) {
$subresult['queryflags']['select_from'] = 1;
}
 
$collect_section_before_limit = TRUE;
$section_before_limit = '';
$section_after_limit = '';
$seen_reserved_word = FALSE;
$seen_group = FALSE;
$seen_order = FALSE;
$in_group_by = FALSE; // true when we are inside the GROUP BY clause
$in_order_by = FALSE; // true when we are inside the ORDER BY clause
$in_having = FALSE; // true when we are inside the HAVING clause
$in_select_expr = FALSE; // true when we are inside the select expr clause
$in_where = FALSE; // true when we are inside the WHERE clause
$in_from = FALSE;
$in_group_concat = FALSE;
$unsorted_query = '';
$first_reserved_word = '';
$current_identifier = '';
 
for ($i = 0; $i < $size; $i++) {
//DEBUG echo "trace loop2 <b>" . $arr[$i]['data'] . "</b> (" . $arr[$i]['type'] . ")<br />";
 
// need_confirm
//
// check for reserved words that will have to generate
// a confirmation request later in sql.php
// the cases are:
// DROP TABLE
// DROP DATABASE
// ALTER TABLE... DROP
// DELETE FROM...
//
// this code is not used for confirmations coming from functions.js
 
// TODO: check for punct_queryend
 
 
// TODO: verify C-style comments?
if ($arr[$i]['type'] == 'comment_ansi') {
$collect_section_before_limit = FALSE;
}
 
if ($arr[$i]['type'] == 'alpha_reservedWord') {
$upper_data = strtoupper($arr[$i]['data']);
if (!$seen_reserved_word) {
$first_reserved_word = $upper_data;
$subresult['querytype'] = $upper_data;
$seen_reserved_word = TRUE;
 
// if the first reserved word is DROP or DELETE,
// we know this is a query that needs to be confirmed
if ($first_reserved_word=='DROP'
|| $first_reserved_word == 'DELETE'
|| $first_reserved_word == 'TRUNCATE') {
$subresult['queryflags']['need_confirm'] = 1;
}
 
if ($first_reserved_word=='SELECT'){
$position_of_first_select = $i;
}
 
} else {
if ($upper_data=='DROP' && $first_reserved_word=='ALTER') {
$subresult['queryflags']['need_confirm'] = 1;
}
}
 
if ($upper_data == 'PROCEDURE') {
$collect_section_before_limit = FALSE;
}
// TODO: set also to FALSE if we find
// FOR UPDATE
// LOCK IN SHARE MODE
 
if ($upper_data == 'SELECT') {
$in_select_expr = TRUE;
$select_expr_clause = '';
}
if ($upper_data == 'DISTINCT' && !$in_group_concat) {
$subresult['queryflags']['distinct'] = 1;
}
 
if ($upper_data == 'UNION') {
$subresult['queryflags']['union'] = 1;
}
 
if ($upper_data == 'JOIN') {
$subresult['queryflags']['join'] = 1;
}
 
if ($upper_data == 'OFFSET') {
$subresult['queryflags']['offset'] = 1;
}
 
// if this is a real SELECT...FROM
if ($upper_data == 'FROM' && isset($subresult['queryflags']['select_from']) && $subresult['queryflags']['select_from'] == 1) {
$in_from = TRUE;
$from_clause = '';
$in_select_expr = FALSE;
}
 
 
// (we could have less resetting of variables to FALSE
// if we trust that the query respects the standard
// MySQL order for clauses)
 
// we use $seen_group and $seen_order because we are looking
// for the BY
if ($upper_data == 'GROUP') {
$seen_group = TRUE;
$seen_order = FALSE;
$in_having = FALSE;
$in_order_by = FALSE;
$in_where = FALSE;
$in_select_expr = FALSE;
$in_from = FALSE;
}
if ($upper_data == 'ORDER' && !$in_group_concat) {
$seen_order = TRUE;
$seen_group = FALSE;
$in_having = FALSE;
$in_group_by = FALSE;
$in_where = FALSE;
$in_select_expr = FALSE;
$in_from = FALSE;
}
if ($upper_data == 'HAVING') {
$in_having = TRUE;
$having_clause = '';
$seen_group = FALSE;
$seen_order = FALSE;
$in_group_by = FALSE;
$in_order_by = FALSE;
$in_where = FALSE;
$in_select_expr = FALSE;
$in_from = FALSE;
}
 
if ($upper_data == 'WHERE') {
$in_where = TRUE;
$where_clause = '';
$where_clause_identifiers = array();
$seen_group = FALSE;
$seen_order = FALSE;
$in_group_by = FALSE;
$in_order_by = FALSE;
$in_having = FALSE;
$in_select_expr = FALSE;
$in_from = FALSE;
}
 
if ($upper_data == 'BY') {
if ($seen_group) {
$in_group_by = TRUE;
$group_by_clause = '';
}
if ($seen_order) {
$in_order_by = TRUE;
$order_by_clause = '';
}
}
 
// if we find one of the words that could end the clause
if (PMA_STR_binarySearchInArr($upper_data, $words_ending_clauses, $words_ending_clauses_cnt)) {
 
$in_group_by = FALSE;
$in_order_by = FALSE;
$in_having = FALSE;
$in_where = FALSE;
$in_select_expr = FALSE;
$in_from = FALSE;
}
 
} // endif (reservedWord)
 
 
// do not add a blank after a function name
// TODO: can we combine loop 2 and loop 1?
// some code is repeated here...
 
$sep=' ';
if ($arr[$i]['type'] == 'alpha_functionName') {
$sep='';
$upper_data = strtoupper($arr[$i]['data']);
if ($upper_data =='GROUP_CONCAT') {
$in_group_concat = TRUE;
$number_of_brackets_in_group_concat = 0;
}
}
 
if ($arr[$i]['type'] == 'punct_bracket_open_round') {
if ($in_group_concat) {
$number_of_brackets_in_group_concat++;
}
}
if ($arr[$i]['type'] == 'punct_bracket_close_round') {
if ($in_group_concat) {
$number_of_brackets_in_group_concat--;
if ($number_of_brackets_in_group_concat == 0) {
$in_group_concat = FALSE;
}
}
}
 
if ($in_select_expr && $upper_data != 'SELECT' && $upper_data != 'DISTINCT') {
$select_expr_clause .= $arr[$i]['data'] . $sep;
}
if ($in_from && $upper_data != 'FROM') {
$from_clause .= $arr[$i]['data'] . $sep;
}
if ($in_group_by && $upper_data != 'GROUP' && $upper_data != 'BY') {
$group_by_clause .= $arr[$i]['data'] . $sep;
}
if ($in_order_by && $upper_data != 'ORDER' && $upper_data != 'BY') {
$order_by_clause .= $arr[$i]['data'] . $sep;
}
if ($in_having && $upper_data != 'HAVING') {
$having_clause .= $arr[$i]['data'] . $sep;
}
if ($in_where && $upper_data != 'WHERE') {
$where_clause .= $arr[$i]['data'] . $sep;
 
if (($arr[$i]['type'] == 'quote_backtick')
|| ($arr[$i]['type'] == 'alpha_identifier')) {
$where_clause_identifiers[] = $arr[$i]['data'];
}
}
 
if (isset($subresult['queryflags']['select_from'])
&& $subresult['queryflags']['select_from'] == 1
&& !$seen_order) {
$unsorted_query .= $arr[$i]['data'];
 
if ($arr[$i]['type'] != 'punct_bracket_open_round'
&& $arr[$i]['type'] != 'punct_bracket_close_round'
&& $arr[$i]['type'] != 'punct') {
$unsorted_query .= $sep;
}
}
 
// clear $upper_data for next iteration
$upper_data='';
 
if ($collect_section_before_limit && $arr[$i]['type'] != 'punct_queryend') {
$section_before_limit .= $arr[$i]['data'] . $sep;
} else {
$section_after_limit .= $arr[$i]['data'] . $sep;
}
 
 
} // end for $i (loop #2)
 
 
// -----------------------------------------------------
// loop #3: foreign keys and MySQL 4.1.2+ TIMESTAMP options
// (for now, check only the first query)
// (for now, identifiers are assumed to be backquoted)
 
// If we find that we are dealing with a CREATE TABLE query,
// we look for the next punct_bracket_open_round, which
// introduces the fields list. Then, when we find a
// quote_backtick, it must be a field, so we put it into
// the create_table_fields array. Even if this field is
// not a timestamp, it will be useful when logic has been
// added for complete field attributes analysis.
 
$seen_foreign = FALSE;
$seen_references = FALSE;
$seen_constraint = FALSE;
$foreign_key_number = -1;
$seen_create_table = FALSE;
$seen_create = FALSE;
$in_create_table_fields = FALSE;
$brackets_level = 0;
$in_timestamp_options = FALSE;
$seen_default = FALSE;
 
for ($i = 0; $i < $size; $i++) {
// DEBUG echo "<b>" . $arr[$i]['data'] . "</b> " . $arr[$i]['type'] . "<br />";
 
if ($arr[$i]['type'] == 'alpha_reservedWord') {
$upper_data = strtoupper($arr[$i]['data']);
 
if ($upper_data == 'NOT' && $in_timestamp_options) {
$create_table_fields[$current_identifier]['timestamp_not_null'] = TRUE;
 
}
 
if ($upper_data == 'CREATE') {
$seen_create = TRUE;
}
 
if ($upper_data == 'TABLE' && $seen_create) {
$seen_create_table = TRUE;
$create_table_fields = array();
}
 
if ($upper_data == 'CURRENT_TIMESTAMP') {
if ($in_timestamp_options) {
if ($seen_default) {
$create_table_fields[$current_identifier]['default_current_timestamp'] = TRUE;
}
}
}
 
if ($upper_data == 'CONSTRAINT') {
$foreign_key_number++;
$seen_foreign = FALSE;
$seen_references = FALSE;
$seen_constraint = TRUE;
}
if ($upper_data == 'FOREIGN') {
$seen_foreign = TRUE;
$seen_references = FALSE;
$seen_constraint = FALSE;
}
if ($upper_data == 'REFERENCES') {
$seen_foreign = FALSE;
$seen_references = TRUE;
$seen_constraint = FALSE;
}
 
 
// Cases covered:
 
// [ON DELETE {CASCADE | SET NULL | NO ACTION | RESTRICT}]
// [ON UPDATE {CASCADE | SET NULL | NO ACTION | RESTRICT}]
 
// but we set ['on_delete'] or ['on_cascade'] to
// CASCADE | SET_NULL | NO_ACTION | RESTRICT
 
// ON UPDATE CURRENT_TIMESTAMP
 
if ($upper_data == 'ON') {
if ($arr[$i+1]['type'] == 'alpha_reservedWord') {
$second_upper_data = strtoupper($arr[$i+1]['data']);
if ($second_upper_data == 'DELETE') {
$clause = 'on_delete';
}
if ($second_upper_data == 'UPDATE') {
$clause = 'on_update';
}
if (isset($clause)
&& ($arr[$i+2]['type'] == 'alpha_reservedWord'
 
// ugly workaround because currently, NO is not
// in the list of reserved words in sqlparser.data
// (we got a bug report about not being able to use
// 'no' as an identifier)
|| ($arr[$i+2]['type'] == 'alpha_identifier'
&& strtoupper($arr[$i+2]['data'])=='NO') )
) {
$third_upper_data = strtoupper($arr[$i+2]['data']);
if ($third_upper_data == 'CASCADE'
|| $third_upper_data == 'RESTRICT') {
$value = $third_upper_data;
} elseif ($third_upper_data == 'SET'
|| $third_upper_data == 'NO') {
if ($arr[$i+3]['type'] == 'alpha_reservedWord') {
$value = $third_upper_data . '_' . strtoupper($arr[$i+3]['data']);
}
} elseif ($third_upper_data == 'CURRENT_TIMESTAMP') {
if ($clause == 'on_update'
&& $in_timestamp_options) {
$create_table_fields[$current_identifier]['on_update_current_timestamp'] = TRUE;
$seen_default = FALSE;
}
 
} else {
$value = '';
}
if (!empty($value)) {
$foreign[$foreign_key_number][$clause] = $value;
}
unset($clause);
} // endif (isset($clause))
}
}
 
} // end of reserved words analysis
 
 
if ($arr[$i]['type'] == 'punct_bracket_open_round') {
$brackets_level++;
if ($seen_create_table && $brackets_level == 1) {
$in_create_table_fields = TRUE;
}
}
 
 
if ($arr[$i]['type'] == 'punct_bracket_close_round') {
$brackets_level--;
if ($seen_references) {
$seen_references = FALSE;
}
if ($seen_create_table && $brackets_level == 0) {
$in_create_table_fields = FALSE;
}
}
 
if (($arr[$i]['type'] == 'alpha_columnAttrib')) {
$upper_data = strtoupper($arr[$i]['data']);
if ($seen_create_table && $in_create_table_fields) {
if ($upper_data == 'DEFAULT') {
$seen_default = TRUE;
}
}
}
 
// note: the "or" part here is a workaround for a bug
// (see FIXME-2005-10-16)
if (($arr[$i]['type'] == 'alpha_columnType') || ($arr[$i]['type'] == 'alpha_functionName' && $seen_create_table)) {
$upper_data = strtoupper($arr[$i]['data']);
if ($seen_create_table && $in_create_table_fields && isset($current_identifier)) {
$create_table_fields[$current_identifier]['type'] = $upper_data;
if ($upper_data == 'TIMESTAMP') {
$in_timestamp_options = TRUE;
} else {
$in_timestamp_options = FALSE;
}
}
}
 
 
if ($arr[$i]['type'] == 'quote_backtick' || $arr[$i]['type'] == 'alpha_identifier') {
 
if ($arr[$i]['type'] == 'quote_backtick') {
// remove backquotes
$identifier = str_replace('`', '', $arr[$i]['data']);
} else {
$identifier = $arr[$i]['data'];
}
 
if ($seen_create_table && $in_create_table_fields) {
$current_identifier = $identifier;
// warning: we set this one even for non TIMESTAMP type
$create_table_fields[$current_identifier]['timestamp_not_null'] = FALSE;
}
 
if ($seen_constraint) {
$foreign[$foreign_key_number]['constraint'] = $identifier;
}
 
if ($seen_foreign && $brackets_level > 0) {
$foreign[$foreign_key_number]['index_list'][] = $identifier;
}
 
if ($seen_references) {
// here, the first bracket level corresponds to the
// bracket of CREATE TABLE
// so if we are on level 2, it must be the index list
// of the foreign key REFERENCES
if ($brackets_level > 1) {
$foreign[$foreign_key_number]['ref_index_list'][] = $identifier;
} else {
// for MySQL 4.0.18, identifier is
// `table` or `db`.`table`
// the first pass will pick the db name
// the next pass will execute the else and pick the
// db name in $db_table[0]
if ($arr[$i+1]['type'] == 'punct_qualifier') {
$foreign[$foreign_key_number]['ref_db_name'] = $identifier;
} else {
// for MySQL 4.0.16, identifier is
// `table` or `db.table`
$db_table = explode('.', $identifier);
if (isset($db_table[1])) {
$foreign[$foreign_key_number]['ref_db_name'] = $db_table[0];
$foreign[$foreign_key_number]['ref_table_name'] = $db_table[1];
} else {
$foreign[$foreign_key_number]['ref_table_name'] = $db_table[0];
}
}
}
}
}
} // end for $i (loop #3)
 
 
// Fill the $subresult array
 
if (isset($create_table_fields)) {
$subresult['create_table_fields'] = $create_table_fields;
}
 
if (isset($foreign)) {
$subresult['foreign_keys'] = $foreign;
}
 
if (isset($select_expr_clause)) {
$subresult['select_expr_clause'] = $select_expr_clause;
}
if (isset($from_clause)) {
$subresult['from_clause'] = $from_clause;
}
if (isset($group_by_clause)) {
$subresult['group_by_clause'] = $group_by_clause;
}
if (isset($order_by_clause)) {
$subresult['order_by_clause'] = $order_by_clause;
}
if (isset($having_clause)) {
$subresult['having_clause'] = $having_clause;
}
if (isset($where_clause)) {
$subresult['where_clause'] = $where_clause;
}
if (isset($unsorted_query) && !empty($unsorted_query)) {
$subresult['unsorted_query'] = $unsorted_query;
}
if (isset($where_clause_identifiers)) {
$subresult['where_clause_identifiers'] = $where_clause_identifiers;
}
 
if (isset($position_of_first_select)) {
$subresult['position_of_first_select'] = $position_of_first_select;
$subresult['section_before_limit'] = $section_before_limit;
$subresult['section_after_limit'] = $section_after_limit;
}
 
// They are naughty and didn't have a trailing semi-colon,
// then still handle it properly
if ($subresult['querytype'] != '') {
$result[] = $subresult;
}
return $result;
} // end of the "PMA_SQP_analyze()" function
 
 
/**
* Colorizes SQL queries html formatted
*
* @param array The SQL queries html formatted
*
* @return array The colorized SQL queries
*
* @access public
*/
function PMA_SQP_formatHtml_colorize($arr)
{
$i = $GLOBALS['PMA_strpos']($arr['type'], '_');
$class = '';
if ($i > 0) {
$class = 'syntax_' . PMA_substr($arr['type'], 0, $i) . ' ';
}
 
$class .= 'syntax_' . $arr['type'];
 
//TODO: check why adding a "\n" after the </span> would cause extra
// blanks to be displayed:
// SELECT p . person_name
 
return '<span class="' . $class . '">' . htmlspecialchars($arr['data']) . '</span>';
} // end of the "PMA_SQP_formatHtml_colorize()" function
 
 
/**
* Formats SQL queries to html
*
* @param array The SQL queries
* @param string mode
* @param integer starting token
* @param integer number of tokens to format, -1 = all
*
* @return string The formatted SQL queries
*
* @access public
*/
function PMA_SQP_formatHtml($arr, $mode='color', $start_token=0,
$number_of_tokens=-1)
{
// then check for an array
if (!is_array($arr)) {
return htmlspecialchars($arr);
}
// first check for the SQL parser having hit an error
if (PMA_SQP_isError()) {
return htmlspecialchars($arr['raw']);
}
// else do it properly
switch ($mode) {
case 'color':
$str = '<span class="syntax">';
$html_line_break = '<br />';
break;
case 'query_only':
$str = '';
$html_line_break = "\n";
break;
case 'text':
$str = '';
$html_line_break = '<br />';
break;
} // end switch
$indent = 0;
$bracketlevel = 0;
$functionlevel = 0;
$infunction = FALSE;
$space_punct_listsep = ' ';
$space_punct_listsep_function_name = ' ';
// $space_alpha_reserved_word = '<br />'."\n";
$space_alpha_reserved_word = ' ';
 
$keywords_with_brackets_1before = array(
'INDEX',
'KEY',
'ON',
'USING'
);
$keywords_with_brackets_1before_cnt = 4;
 
$keywords_with_brackets_2before = array(
'IGNORE',
'INDEX',
'INTO',
'KEY',
'PRIMARY',
'PROCEDURE',
'REFERENCES',
'UNIQUE',
'USE'
);
// $keywords_with_brackets_2before_cnt = count($keywords_with_brackets_2before);
$keywords_with_brackets_2before_cnt = 9;
 
// These reserved words do NOT get a newline placed near them.
$keywords_no_newline = array(
'AS',
'ASC',
'DESC',
'DISTINCT',
'HOUR',
'INTERVAL',
'IS',
'LIKE',
'NOT',
'NULL',
'ON',
'REGEXP'
);
$keywords_no_newline_cnt = 12;
 
// These reserved words introduce a privilege list
$keywords_priv_list = array(
'GRANT',
'REVOKE'
);
$keywords_priv_list_cnt = 2;
 
if ($number_of_tokens == -1) {
$arraysize = $arr['len'];
} else {
$arraysize = $number_of_tokens;
}
$typearr = array();
if ($arraysize >= 0) {
$typearr[0] = '';
$typearr[1] = '';
$typearr[2] = '';
//$typearr[3] = $arr[0]['type'];
$typearr[3] = $arr[$start_token]['type'];
}
 
$in_priv_list = FALSE;
for ($i = $start_token; $i < $arraysize; $i++) {
// DEBUG echo "<b>" . $arr[$i]['data'] . "</b> " . $arr[$i]['type'] . "<br />";
$before = '';
$after = '';
$indent = 0;
// array_shift($typearr);
/*
0 prev2
1 prev
2 current
3 next
*/
if (($i + 1) < $arraysize) {
// array_push($typearr, $arr[$i + 1]['type']);
$typearr[4] = $arr[$i + 1]['type'];
} else {
//array_push($typearr, null);
$typearr[4] = '';
}
 
for ($j=0; $j<4; $j++) {
$typearr[$j] = $typearr[$j + 1];
}
 
switch ($typearr[2]) {
case 'white_newline':
$before = '';
break;
case 'punct_bracket_open_round':
$bracketlevel++;
$infunction = FALSE;
// Make sure this array is sorted!
if (($typearr[1] == 'alpha_functionName') || ($typearr[1] == 'alpha_columnType') || ($typearr[1] == 'punct')
|| ($typearr[3] == 'digit_integer') || ($typearr[3] == 'digit_hex') || ($typearr[3] == 'digit_float')
|| (($typearr[0] == 'alpha_reservedWord')
&& PMA_STR_binarySearchInArr(strtoupper($arr[$i - 2]['data']), $keywords_with_brackets_2before, $keywords_with_brackets_2before_cnt))
|| (($typearr[1] == 'alpha_reservedWord')
&& PMA_STR_binarySearchInArr(strtoupper($arr[$i - 1]['data']), $keywords_with_brackets_1before, $keywords_with_brackets_1before_cnt))
) {
$functionlevel++;
$infunction = TRUE;
$after .= ' ';
} else {
$indent++;
$after .= ($mode != 'query_only' ? '<div class="syntax_indent' . $indent . '">' : ' ');
}
break;
case 'alpha_identifier':
if (($typearr[1] == 'punct_qualifier') || ($typearr[3] == 'punct_qualifier')) {
$after = '';
$before = '';
}
if (($typearr[3] == 'alpha_columnType') || ($typearr[3] == 'alpha_identifier')) {
$after .= ' ';
}
break;
case 'punct_qualifier':
$before = '';
$after = '';
break;
case 'punct_listsep':
if ($infunction == TRUE) {
$after .= $space_punct_listsep_function_name;
} else {
$after .= $space_punct_listsep;
}
break;
case 'punct_queryend':
if (($typearr[3] != 'comment_mysql') && ($typearr[3] != 'comment_ansi') && $typearr[3] != 'comment_c') {
$after .= $html_line_break;
$after .= $html_line_break;
}
$space_punct_listsep = ' ';
$space_punct_listsep_function_name = ' ';
$space_alpha_reserved_word = ' ';
$in_priv_list = FALSE;
break;
case 'comment_mysql':
case 'comment_ansi':
$after .= $html_line_break;
break;
case 'punct':
$before .= ' ';
// workaround for
// select * from mytable limit 0,-1
// (a side effect of this workaround is that
// select 20 - 9
// becomes
// select 20 -9
// )
if ($typearr[3] != 'digit_integer') {
$after .= ' ';
}
break;
case 'punct_bracket_close_round':
$bracketlevel--;
if ($infunction == TRUE) {
$functionlevel--;
$after .= ' ';
$before .= ' ';
} else {
$indent--;
$before .= ($mode != 'query_only' ? '</div>' : ' ');
}
$infunction = ($functionlevel > 0) ? TRUE : FALSE;
break;
case 'alpha_columnType':
if ($typearr[3] == 'alpha_columnAttrib') {
$after .= ' ';
}
if ($typearr[1] == 'alpha_columnType') {
$before .= ' ';
}
break;
case 'alpha_columnAttrib':
 
// ALTER TABLE tbl_name AUTO_INCREMENT = 1
// COLLATE LATIN1_GENERAL_CI DEFAULT
if ($typearr[1] == 'alpha_identifier' || $typearr[1] == 'alpha_charset') {
$before .= ' ';
}
if (($typearr[3] == 'alpha_columnAttrib') || ($typearr[3] == 'quote_single') || ($typearr[3] == 'digit_integer')) {
$after .= ' ';
}
// workaround for
// select * from mysql.user where binary user="root"
// binary is marked as alpha_columnAttrib
// but should be marked as a reserved word
if (strtoupper($arr[$i]['data']) == 'BINARY'
&& $typearr[3] == 'alpha_identifier') {
$after .= ' ';
}
break;
case 'alpha_reservedWord':
// do not uppercase the reserved word if we are calling
// this function in query_only mode, because we need
// the original query (otherwise we get problems with
// semi-reserved words like "storage" which is legal
// as an identifier name)
 
if ($mode != 'query_only') {
$arr[$i]['data'] = strtoupper($arr[$i]['data']);
}
 
if ((($typearr[1] != 'alpha_reservedWord')
|| (($typearr[1] == 'alpha_reservedWord')
&& PMA_STR_binarySearchInArr(strtoupper($arr[$i - 1]['data']), $keywords_no_newline, $keywords_no_newline_cnt)))
&& ($typearr[1] != 'punct_level_plus')
&& (!PMA_STR_binarySearchInArr($arr[$i]['data'], $keywords_no_newline, $keywords_no_newline_cnt))) {
// do not put a space before the first token, because
// we use a lot of eregi() checking for the first
// reserved word at beginning of query
// so do not put a newline before
//
// also we must not be inside a privilege list
if ($i > 0) {
// the alpha_identifier exception is there to
// catch cases like
// GRANT SELECT ON mydb.mytable TO myuser@localhost
// (else, we get mydb.mytableTO )
//
// the quote_single exception is there to
// catch cases like
// GRANT ... TO 'marc'@'domain.com' IDENTIFIED...
//
// TODO: fix all cases and find why this happens
 
if (!$in_priv_list || $typearr[1] == 'alpha_identifier' || $typearr[1] == 'quote_single' || $typearr[1] == 'white_newline') {
$before .= $space_alpha_reserved_word;
}
} else {
// on first keyword, check if it introduces a
// privilege list
if (PMA_STR_binarySearchInArr($arr[$i]['data'], $keywords_priv_list, $keywords_priv_list_cnt)) {
$in_priv_list = TRUE;
}
}
} else {
$before .= ' ';
}
 
switch ($arr[$i]['data']) {
case 'CREATE':
if (!$in_priv_list) {
$space_punct_listsep = $html_line_break;
$space_alpha_reserved_word = ' ';
}
break;
case 'EXPLAIN':
case 'DESCRIBE':
case 'SET':
case 'ALTER':
case 'DELETE':
case 'SHOW':
case 'DROP':
case 'UPDATE':
case 'TRUNCATE':
case 'ANALYZE':
case 'ANALYSE':
if (!$in_priv_list) {
$space_punct_listsep = $html_line_break;
$space_alpha_reserved_word = ' ';
}
break;
case 'INSERT':
case 'REPLACE':
if (!$in_priv_list) {
$space_punct_listsep = $html_line_break;
$space_alpha_reserved_word = $html_line_break;
}
break;
case 'VALUES':
$space_punct_listsep = ' ';
$space_alpha_reserved_word = $html_line_break;
break;
case 'SELECT':
$space_punct_listsep = ' ';
$space_alpha_reserved_word = $html_line_break;
break;
default:
break;
} // end switch ($arr[$i]['data'])
 
$after .= ' ';
break;
case 'digit_integer':
case 'digit_float':
case 'digit_hex':
//TODO: could there be other types preceding a digit?
if ($typearr[1] == 'alpha_reservedWord') {
$after .= ' ';
}
if ($infunction && $typearr[3] == 'punct_bracket_close_round') {
$after .= ' ';
}
if ($typearr[1] == 'alpha_columnAttrib') {
$before .= ' ';
}
break;
case 'alpha_variable':
// other workaround for a problem similar to the one
// explained below for quote_single
if (!$in_priv_list) {
$after = ' ';
}
break;
case 'quote_double':
case 'quote_single':
// workaround: for the query
// REVOKE SELECT ON `base2\_db`.* FROM 'user'@'%'
// the @ is incorrectly marked as alpha_variable
// in the parser, and here, the '%' gets a blank before,
// which is a syntax error
if ($typearr[1] !='alpha_variable') {
$before .= ' ';
}
if ($infunction && $typearr[3] == 'punct_bracket_close_round') {
$after .= ' ';
}
break;
case 'quote_backtick':
if ($typearr[3] != 'punct_qualifier') {
$after .= ' ';
}
if ($typearr[1] != 'punct_qualifier') {
$before .= ' ';
}
break;
default:
break;
} // end switch ($typearr[2])
 
/*
if ($typearr[3] != 'punct_qualifier') {
$after .= ' ';
}
$after .= "\n";
*/
$str .= $before . ($mode=='color' ? PMA_SQP_formatHTML_colorize($arr[$i]) : $arr[$i]['data']). $after;
} // end for
if ($mode=='color') {
$str .= '</span>';
}
 
return $str;
} // end of the "PMA_SQP_formatHtml()" function
}
 
/**
* Builds a CSS rule used for html formatted SQL queries
*
* @param string The class name
* @param string The property name
* @param string The property value
*
* @return string The CSS rule
*
* @access public
*
* @see PMA_SQP_buildCssData()
*/
function PMA_SQP_buildCssRule($classname, $property, $value)
{
$str = '.' . $classname . ' {';
if ($value != '') {
$str .= $property . ': ' . $value . ';';
}
$str .= '}' . "\n";
 
return $str;
} // end of the "PMA_SQP_buildCssRule()" function
 
 
/**
* Builds CSS rules used for html formatted SQL queries
*
* @return string The CSS rules set
*
* @access public
*
* @global array The current PMA configuration
*
* @see PMA_SQP_buildCssRule()
*/
function PMA_SQP_buildCssData()
{
global $cfg;
 
$css_string = '';
foreach ($cfg['SQP']['fmtColor'] AS $key => $col) {
$css_string .= PMA_SQP_buildCssRule('syntax_' . $key, 'color', $col);
}
 
for ($i = 0; $i < 8; $i++) {
$css_string .= PMA_SQP_buildCssRule('syntax_indent' . $i, 'margin-left', ($i * $cfg['SQP']['fmtInd']) . $cfg['SQP']['fmtIndUnit']);
}
 
return $css_string;
} // end of the "PMA_SQP_buildCssData()" function
 
if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
/**
* Gets SQL queries with no format
*
* @param array The SQL queries list
*
* @return string The SQL queries with no format
*
* @access public
*/
function PMA_SQP_formatNone($arr)
{
$formatted_sql = htmlspecialchars($arr['raw']);
$formatted_sql = preg_replace("@((\015\012)|(\015)|(\012)){3,}@", "\n\n", $formatted_sql);
 
return $formatted_sql;
} // end of the "PMA_SQP_formatNone()" function
 
 
/**
* Gets SQL queries in text format
*
* @param array The SQL queries list
*
* @return string The SQL queries in text format
*
* @access public
*/
function PMA_SQP_formatText($arr)
{
/**
* TODO WRITE THIS!
*/
return PMA_SQP_formatNone($arr);
} // end of the "PMA_SQP_formatText()" function
} // end if: minimal common.lib needed?
 
?>
/Web/Maintenance/phpMyAdmin/libraries/sqlvalidator.class.php
0,0 → 1,411
<?php
/* $Id: sqlvalidator.class.php,v 2.3 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* PHP interface to MimerSQL Validator
*
* Copyright 2002, 2003 Robin Johnson <robbat2@users.sourceforge.net>
* http://www.orbis-terrarum.net/?l=people.robbat2
*
* All data is transported over HTTP-SOAP
* And uses the PEAR SOAP Module
*
* Install instructions for PEAR SOAP
* Make sure you have a really recent PHP with PEAR support
* run this: "pear install Mail_Mime Net_DIME SOAP"
*
* If you got this file from somewhere other than phpMyAdmin
* please be aware that the latest copy will always be in the
* phpMyAdmin CVS tree as
* $Source: /cvsroot/phpmyadmin/phpMyAdmin/libraries/sqlvalidator.class.php,v $
*
* This code that also used to depend on the PHP overload module, but that has been
* removed now.
*
* @access public
*
* @author Robin Johnson <robbat2@users.sourceforge.net>
*
* @version $Id: sqlvalidator.class.php,v 2.3 2006/01/17 17:02:30 cybot_tm Exp $
*/
 
@include_once('SOAP/Client.php');
 
if (!function_exists('class_exists') || !class_exists('SOAP_Client')) {
$GLOBALS['sqlvalidator_error'] = TRUE;
} else {
// Ok, we have SOAP Support, so let's use it!
 
class PMA_SQLValidator {
 
var $url;
var $service_name;
var $wsdl;
var $output_type;
 
var $username;
var $password;
var $calling_program;
var $calling_program_version;
var $target_dbms;
var $target_dbms_version;
var $connectionTechnology;
var $connection_technology_version;
var $interactive;
 
var $service_link = null;
var $session_data = null;
 
 
/**
* Private functions - You don't need to mess with these
*/
 
/**
* Service opening
*
* @param string URL of Mimer SQL Validator WSDL file
*
* @return object Object to use
*
* @access private
*/
function _openService($url)
{
$obj = new SOAP_Client($url, TRUE);
return $obj;
} // end of the "openService()" function
 
 
/**
* Service initializer to connect to server
*
* @param object Service object
* @param string Username
* @param string Password
* @param string Name of calling program
* @param string Version of calling program
* @param string Target DBMS
* @param string Version of target DBMS
* @param string Connection Technology
* @param string version of Connection Technology
* @param integer boolean of 1/0 to specify if we are an interactive system
*
* @return object stdClass return object with data
*
* @access private
*/
function _openSession($obj, $username, $password,
$calling_program, $calling_program_version,
$target_dbms, $target_dbms_version,
$connection_technology, $connection_technology_version,
$interactive)
{
$use_array = array( "a_userName" => $username, "a_password" => $password, "a_callingProgram" => $calling_program, "a_callingProgramVersion" => $calling_program_version, "a_targetDbms" => $target_dbms, "a_targetDbmsVersion" => $target_dbms_version, "a_connectionTechnology" => $connection_technology, "a_connectionTechnologyVersion" => $connection_technology_version, "a_interactive" => $interactive);
$ret = $obj->call("openSession", $use_array);
 
// This is the old version that needed the overload extension
/* $ret = $obj->openSession($username, $password,
$calling_program, $calling_program_version,
$target_dbms, $target_dbms_version,
$connection_technology, $connection_technology_version,
$interactive); */
 
return $ret;
} // end of the "_openSession()" function
 
 
/**
* Validator sytem call
*
* @param object Service object
* @param object Session object
* @param string SQL Query to validate
* @param string Data return type
*
* @return object stClass return with data
*
* @access private
*/
function _validateSQL($obj, $session, $sql, $method)
{
$use_array = array("a_sessionId" => $session->sessionId, "a_sessionKey" => $session->sessionKey, "a_SQL" => $sql, "a_resultType" => $this->output_type);
$res = $obj->call("validateSQL", $use_array);
 
// This is the old version that needed the overload extension
// $res = $obj->validateSQL($session->sessionId, $session->sessionKey, $sql, $this->output_type);
return $res;
} // end of the "validateSQL()" function
 
 
/**
* Validator sytem call
*
* @param string SQL Query to validate
*
* @return object stdClass return with data
*
* @access private
*
* @see validateSQL()
*/
function _validate($sql)
{
$ret = $this->_validateSQL($this->service_link, $this->session_data,
$sql, $this->output_type);
return $ret;
} // end of the "validate()" function
 
 
/**
* Public functions
*/
 
/**
* Constructor
*
* @access public
*/
function PMA_SQLValidator()
{
$this->url = 'http://sqlvalidator.mimer.com/v1/services';
$this->service_name = 'SQL99Validator';
$this->wsdl = '?wsdl';
 
$this->output_type = 'html';
 
$this->username = 'anonymous';
$this->password = '';
$this->calling_program = 'PHP_SQLValidator';
$this->calling_program_version = '$Revision: 2.3 $';
$this->target_dbms = 'N/A';
$this->target_dbms_version = 'N/A';
$this->connection_technology = 'PHP';
$this->connection_technology_version = phpversion();
$this->interactive = 1;
 
$this->service_link = null;
$this->session_data = null;
} // end of the "PMA_SQLValidator()" function
 
 
/**
* Sets credentials
*
* @param string the username
* @param string the password
*
* @access public
*/
function setCredentials($username, $password)
{
$this->username = $username;
$this->password = $password;
} // end of the "setCredentials()" function
 
 
/**
* Sets the calling program
*
* @param string the calling program name
* @param string the calling program revision
*
* @access public
*/
function setCallingProgram($calling_program, $calling_program_version)
{
$this->calling_program = $calling_program;
$this->calling_program_version = $calling_program_version;
} // end of the "setCallingProgram()" function
 
 
/**
* Appends the calling program
*
* @param string the calling program name
* @param string the calling program revision
*
* @access public
*/
function appendCallingProgram($calling_program, $calling_program_version)
{
$this->calling_program .= ' - ' . $calling_program;
$this->calling_program_version .= ' - ' . $calling_program_version;
} // end of the "appendCallingProgram()" function
 
 
/**
* Sets the target DBMS
*
* @param string the target DBMS name
* @param string the target DBMS revision
*
* @access public
*/
function setTargetDbms($target_dbms, $target_dbms_version)
{
$this->target_dbms = $target_dbms;
$this->target_dbms_version = $target_dbms_version;
} // end of the "setTargetDbms()" function
 
 
/**
* Appends the target DBMS
*
* @param string the target DBMS name
* @param string the target DBMS revision
*
* @access public
*/
function appendTargetDbms($target_dbms, $target_dbms_version)
{
$this->target_dbms .= ' - ' . $target_dbms;
$this->target_dbms_version .= ' - ' . $target_dbms_version;
} // end of the "appendTargetDbms()" function
 
 
/**
* Sets the connection technology used
*
* @param string the connection technology name
* @param string the connection technology revision
*
* @access public
*/
function setConnectionTechnology($connection_technology, $connection_technology_version)
{
$this->connection_technology = $connection_technology;
$this->connection_technology_version = $connection_technology_version;
} // end of the "setConnectionTechnology()" function
 
 
/**
* Appends the connection technology used
*
* @param string the connection technology name
* @param string the connection technology revision
*
* @access public
*/
function appendConnectionTechnology($connection_technology, $connection_technology_version)
{
$this->connection_technology .= ' - ' . $connection_technology;
$this->connection_technology_version .= ' - ' . $connection_technology_version;
} // end of the "appendConnectionTechnology()" function
 
 
/**
* Sets whether interactive mode should be used or not
*
* @param integer whether interactive mode should be used or not
*
* @access public
*/
function setInteractive($interactive)
{
$this->interactive = $interactive;
} // end of the "setInteractive()" function
 
 
/**
* Sets the output type to use
*
* @param string the output type to use
*
* @access public
*/
function setOutputType($output_type)
{
$this->output_type = $output_type;
} // end of the "setOutputType()" function
 
 
/**
* Starts service
*
* @access public
*/
function startService()
{
 
$this->service_link = $this->_openService($this->url . '/' . $this->service_name . $this->wsdl);
 
} // end of the "startService()" function
 
 
/**
* Starts session
*
* @access public
*/
function startSession()
{
$this->session_data = $this->_openSession($this->service_link, $this->username, $this->password,
$this->calling_program, $this->calling_program_version,
$this->target_dbms, $this->target_dbms_version,
$this->connection_technology, $this->connection_technology_version,
$this->interactive);
 
if (isset($this->session_data) && ($this->session_data != null)
&& ($this->session_data->target != $this->url)) {
// Reopens the service on the new URL that was provided
$url = $this->session_data->target;
$this->startService();
}
} // end of the "startSession()" function
 
 
/**
* Do start service and session
*
* @access public
*/
function start()
{
$this->startService();
$this->startSession();
} // end of the "start()" function
 
 
/**
* Call to determine just if a query is valid or not.
*
* @param string SQL statement to validate
*
* @return string Validator string from Mimer
*
* @see _validate
*/
function isValid($sql)
{
$res = $this->_validate($sql);
return $res->standard;
} // end of the "isValid()" function
 
 
/**
* Call for complete validator response
*
* @param string SQL statement to validate
*
* @return string Validator string from Mimer
*
* @see _validate
*/
function validationString($sql)
{
$res = $this->_validate($sql);
return $res->data;
 
} // end of the "validationString()" function
} // end class PMA_SQLValidator
 
//add an extra check to ensure that the class was defined without errors
if (!class_exists('PMA_SQLValidator')) {
$GLOBALS['sqlvalidator_error'] = TRUE;
}
 
} // end else
 
?>
/Web/Maintenance/phpMyAdmin/libraries/sqlvalidator.lib.php
0,0 → 1,95
<?php
/* $Id: sqlvalidator.lib.php,v 2.3 2005/10/08 15:17:42 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* SQL Validator interface for phpMyAdmin
*
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
* http://www.orbis-terrarum.net/?l=people.robbat2
*
* This function uses the Mimer SQL Validator service
* <http://developer.mimer.com/validator/index.htm> from phpMyAdmin
*
* Copyright for Server side validator systems:
* "All SQL statements are stored anonymously for statistical purposes.
* Mimer SQL Validator, Copyright 2002 Upright Database Technology.
* All rights reserved."
*
* All data is transported over HTTP-SOAP
* And uses the PEAR SOAP Module
*
* Install instructions for PEAR SOAP
* Make sure you have a really recent PHP with PEAR support
* run this: "pear install Mail_Mime Net_DIME SOAP"
*
* Enable the SQL Validator options in the configuration file
* $cfg['SQLQuery']['Validate'] = TRUE;
* $cfg['SQLValidator']['use'] = FALSE;
*
* Also set a username and password if you have a private one
*/
 
 
// We need the PEAR libraries, so do a minimum version check first
// I'm not sure if PEAR was available before this point
// For now we actually use a configuration flag
if ($cfg['SQLValidator']['use'] == TRUE) {
require_once('./libraries/sqlvalidator.class.php');
} // if ($cfg['SQLValidator']['use'] == TRUE)
 
 
/**
* This function utilizes the Mimer SQL Validator service
* to validate an SQL query
*
* <http://developer.mimer.com/validator/index.htm>
*
* @param string SQL query to validate
*
* @return string Validator result string
*
* @global array The PMA configuration array
*/
function PMA_validateSQL($sql)
{
global $cfg;
 
$str = '';
 
if ($cfg['SQLValidator']['use']) {
if (isset($GLOBALS['sqlvalidator_error'])
&& $GLOBALS['sqlvalidator_error']) {
$str = sprintf($GLOBALS['strValidatorError'], '<a href="./Documentation.html#faqsqlvalidator" target="documentation">', '</a>');
} else {
// create new class instance
$srv = new PMA_SQLValidator();
 
// Checks for username settings
// The class defaults to anonymous with an empty password
// automatically
if ($cfg['SQLValidator']['username'] != '') {
$srv->setCredentials($cfg['SQLValidator']['username'], $cfg['SQLValidator']['password']);
}
 
// Identify ourselves to the server properly...
$srv->appendCallingProgram('phpMyAdmin', PMA_VERSION);
 
// ... and specify what database system we are using
$srv->setTargetDbms('MySQL', PMA_MYSQL_STR_VERSION);
 
// Log on to service
$srv->start();
 
// Do service validation
$str = $srv->validationString($sql);
}
 
} // end if
 
// Gives string back to caller
return $str;
} // end of the "PMA_validateSQL()" function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/storage_engines.lib.php
0,0 → 1,339
<?php
/* $Id: storage_engines.lib.php,v 2.8.2.1 2006/02/19 15:34:39 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Library for extracting information about the available storage engines
*/
 
$GLOBALS['mysql_storage_engines'] = array();
 
if (PMA_MYSQL_INT_VERSION >= 40102) {
/**
* For MySQL >= 4.1.2, the job is easy...
*/
$res = PMA_DBI_query('SHOW STORAGE ENGINES');
while ($row = PMA_DBI_fetch_assoc($res)) {
$GLOBALS['mysql_storage_engines'][strtolower($row['Engine'])] = $row;
}
PMA_DBI_free_result($res);
unset($res, $row);
} else {
/**
* Emulating SHOW STORAGE ENGINES...
*/
$GLOBALS['mysql_storage_engines'] = array(
'myisam' => array(
'Engine' => 'MyISAM',
'Support' => 'DEFAULT'
),
'merge' => array(
'Engine' => 'MERGE',
'Support' => 'YES'
),
'heap' => array(
'Engine' => 'HEAP',
'Support' => 'YES'
),
'memory' => array(
'Engine' => 'MEMORY',
'Support' => 'YES'
)
);
$known_engines = array(
'archive' => 'ARCHIVE',
'bdb' => 'BDB',
'csv' => 'CSV',
'innodb' => 'InnoDB',
'isam' => 'ISAM',
'gemini' => 'Gemini'
);
$res = PMA_DBI_query('SHOW VARIABLES LIKE \'have\\_%\';');
while ($row = PMA_DBI_fetch_row($res)) {
$current = substr($row[0], 5);
if (!empty($known_engines[$current])) {
$GLOBALS['mysql_storage_engines'][$current] = array(
'Engine' => $known_engines[$current],
'Support' => $row[1]
);
}
}
PMA_DBI_free_result($res);
unset($known_engines, $res, $row);
}
 
/**
* Function for generating the storage engine selection
*
* @author rabus
* @uses $GLOBALS['mysql_storage_engines']
* @param string $name The name of the select form element
* @param string $id The ID of the form field
* @param boolean $offerUnavailableEngines
* Should unavailable storage engines be offered?
* @param string $selected The selected engine
* @param int $indent The indentation level
* @return string html selectbox
*/
function PMA_generateEnginesDropdown($name = 'engine', $id = null,
$offerUnavailableEngines = false, $selected = null, $indent = 0)
{
$selected = strtolower($selected);
$spaces = str_repeat( ' ', $indent );
$output = $spaces . '<select name="' . $name . '"'
. (empty($id) ? '' : ' id="' . $id . '"') . '>' . "\n";
 
foreach ($GLOBALS['mysql_storage_engines'] as $key => $details) {
if (!$offerUnavailableEngines
&& ($details['Support'] == 'NO' || $details['Support'] == 'DISABLED')) {
continue;
}
$output .= $spaces . ' <option value="' . htmlspecialchars($key). '"'
. (empty($details['Comment'])
? '' : ' title="' . htmlspecialchars($details['Comment']) . '"')
. ($key == $selected || (empty($selected) && $details['Support'] == 'DEFAULT')
? ' selected="selected"' : '') . '>' . "\n"
. $spaces . ' ' . htmlspecialchars($details['Engine']) . "\n"
. $spaces . ' </option>' . "\n";
}
$output .= $spaces . '</select>' . "\n";
return $output;
}
 
/**
* defines
*/
define('PMA_ENGINE_SUPPORT_NO', 0);
define('PMA_ENGINE_SUPPORT_DISABLED', 1);
define('PMA_ENGINE_SUPPORT_YES', 2);
define('PMA_ENGINE_SUPPORT_DEFAULT', 3);
 
/**
* Abstract Storage Engine Class
*/
class PMA_StorageEngine
{
/**
* @var string engine name
*/
var $engine = 'dummy';
 
/**
* @var string engine title/description
*/
var $title = 'PMA Dummy Engine Class';
 
/**
* @var string engine lang description
*/
var $comment = 'If you read this text inside phpMyAdmin, something went wrong...';
 
/**
* @var integer engine supported by current server
*/
var $support = PMA_ENGINE_SUPPORT_NO;
 
/**
* public static final PMA_StorageEngine getEngine()
*
* Loads the corresponding engine plugin, if available.
*
* @uses str_replace()
* @uses file_exists()
* @uses PMA_StorageEngine
* @param string $engine The engine ID
* @return object The engine plugin
*/
function getEngine($engine)
{
$engine = str_replace('/', '', str_replace('.', '', $engine));
if (file_exists('./libraries/engines/' . $engine . '.lib.php')
&& include_once('./libraries/engines/' . $engine . '.lib.php')) {
$class_name = 'PMA_StorageEngine_' . $engine;
$engine_object = new $class_name($engine);
} else {
$engine_object = new PMA_StorageEngine($engine);
}
return $engine_object;
}
 
/**
* Constructor
*
* @uses $GLOBALS['mysql_storage_engines']
* @uses PMA_ENGINE_SUPPORT_DEFAULT
* @uses PMA_ENGINE_SUPPORT_YES
* @uses PMA_ENGINE_SUPPORT_DISABLED
* @uses PMA_ENGINE_SUPPORT_NO
* @uses $this->engine
* @uses $this->title
* @uses $this->comment
* @uses $this->support
* @param string $engine The engine ID
*/
function __construct($engine)
{
if (!empty($GLOBALS['mysql_storage_engines'][$engine])) {
$this->engine = $engine;
$this->title = $GLOBALS['mysql_storage_engines'][$engine]['Engine'];
$this->comment =
(isset($GLOBALS['mysql_storage_engines'][$engine]['Comment'])
? $GLOBALS['mysql_storage_engines'][$engine]['Comment']
: '');
switch ($GLOBALS['mysql_storage_engines'][$engine]['Support']) {
case 'DEFAULT':
$this->support = PMA_ENGINE_SUPPORT_DEFAULT;
break;
case 'YES':
$this->support = PMA_ENGINE_SUPPORT_YES;
break;
case 'DISABLED':
$this->support = PMA_ENGINE_SUPPORT_DISABLED;
break;
case 'NO':
default:
$this->support = PMA_ENGINE_SUPPORT_NO;
}
}
}
 
/**
* old PHP 4 style constructor
* @deprecated
* @see PMA_StorageEngine::__construct()
* @uses PMA_StorageEngine::__construct()
* @param string $engine engine name
*/
function PMA_StorageEngine($engine)
{
$this->__construct($engine);
}
 
/**
* public String getTitle()
*
* Reveals the engine's title
* @uses $this->title
* @return string The title
*/
function getTitle()
{
return $this->title;
}
 
/**
* public String getComment()
*
* Fetches the server's comment about this engine
* @uses $this->comment
* @return string The comment
*/
function getComment()
{
return $this->comment;
}
 
/**
* public String getSupportInformationMessage()
*
* @uses $GLOBALS['strDefaultEngine']
* @uses $GLOBALS['strEngineAvailable']
* @uses $GLOBALS['strEngineDisabled']
* @uses $GLOBALS['strEngineUnsupported']
* @uses $GLOBALS['strEngineUnsupported']
* @uses PMA_ENGINE_SUPPORT_DEFAULT
* @uses PMA_ENGINE_SUPPORT_YES
* @uses PMA_ENGINE_SUPPORT_DISABLED
* @uses PMA_ENGINE_SUPPORT_NO
* @uses $this->support
* @uses $this->title
* @uses sprintf
* @return string The localized message.
*/
function getSupportInformationMessage()
{
switch ($this->support) {
case PMA_ENGINE_SUPPORT_DEFAULT:
$message = $GLOBALS['strDefaultEngine'];
break;
case PMA_ENGINE_SUPPORT_YES:
$message = $GLOBALS['strEngineAvailable'];
break;
case PMA_ENGINE_SUPPORT_DISABLED:
$message = $GLOBALS['strEngineDisabled'];
break;
case PMA_ENGINE_SUPPORT_NO:
default:
$message = $GLOBALS['strEngineUnsupported'];
}
return sprintf($message, htmlspecialchars($this->title));
}
 
/**
* public string[][] getVariables()
*
* Generates a list of MySQL variables that provide information about this
* engine. This function should be overridden when extending this class
* for a particular engine.
*
* @abstract
* @return Array The list of variables.
*/
function getVariables()
{
return array();
}
 
/**
* returns string with filename for the MySQL helppage
* about this storage engne
*
* @return string mysql helppage filename
*/
function getMysqlHelpPage()
{
return $this->engine . '-storage-engine';
}
 
/**
* public string getVariablesLikePattern()
*
* @abstract
* @return string SQL query LIKE pattern
*/
function getVariablesLikePattern()
{
return false;
}
 
/**
* public String[] getInfoPages()
*
* Returns a list of available information pages with labels
*
* @abstract
* @return array The list
*/
function getInfoPages()
{
return array();
}
 
/**
* public String getPage()
*
* Generates the requested information page
*
* @abstract
* @param string $id The page ID
*
* @return string The page
* boolean or false on error.
*/
function getPage($id)
{
return false;
}
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/string.lib.php
0,0 → 1,384
<?php
/* $Id: string.lib.php,v 2.14 2006/01/17 17:02:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/** Specialized String Functions for phpMyAdmin
*
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
* http://www.orbis-terrarum.net/?l=people.robbat2
*
* Defines a set of function callbacks that have a pure C version available if
* the "ctype" extension is available, but otherwise have PHP versions to use
* (that are slower).
*
* The SQL Parser code relies heavily on these functions.
*/
 
/* Try to load mbstring, unless we're using buggy php version */
if (PMA_PHP_INT_VERSION != 40203) {
if (!@extension_loaded('mbstring')) {
PMA_dl('mbstring');
}
}
 
/* windows-* and tis-620 are not supported and are not multibyte,
* others can be ignored as they're not multibyte */
$GLOBALS['using_mb_charset'] =
substr($GLOBALS['charset'], 0, 8) != 'windows-' &&
substr($GLOBALS['charset'], 0, 9) != 'iso-8859-' &&
substr($GLOBALS['charset'], 0, 3) != 'cp-' &&
$GLOBALS['charset'] != 'koi8-r' &&
$GLOBALS['charset'] != 'tis-620';
 
$GLOBALS['PMA_allow_mbstr'] = @function_exists('mb_strlen') && $GLOBALS['using_mb_charset'];
 
if ($GLOBALS['PMA_allow_mbstr']) {
// the hebrew lang file uses iso-8859-8-i, encoded RTL,
// but mb_internal_encoding only supports iso-8859-8
if ($GLOBALS['charset'] == 'iso-8859-8-i'){
mb_internal_encoding('iso-8859-8');
} else {
mb_internal_encoding($GLOBALS['charset']);
}
}
 
// This is for handling input better
if (defined('PMA_MULTIBYTE_ENCODING') || $GLOBALS['PMA_allow_mbstr']) {
$GLOBALS['PMA_strpos'] = 'mb_strpos';
$GLOBALS['PMA_strrpos'] = 'mb_strrpos';
} else {
$GLOBALS['PMA_strpos'] = 'strpos';
$GLOBALS['PMA_strrpos'] = 'strrpos';
}
 
/**
* Returns length of string depending on current charset.
*
* @param string string to count
*
* @return int string length
*
* @access public
*
* @author nijel
*/
function PMA_strlen($string)
{
// windows-* charsets are not multibyte and not supported by mb_*
if (defined('PMA_MULTIBYTE_ENCODING') || $GLOBALS['PMA_allow_mbstr']) {
return mb_strlen($string);
} else {
return strlen($string);
}
}
 
/**
* Returns substring from string, works depending on current charset.
*
* @param string string to count
* @param int start of substring
* @param int length of substring
*
* @return int substring
*
* @access public
*
* @author nijel
*/
function PMA_substr($string, $start, $length = 2147483647)
{
if (defined('PMA_MULTIBYTE_ENCODING') || $GLOBALS['PMA_allow_mbstr']) {
return mb_substr($string, $start, $length);
} else {
return substr($string, $start, $length);
}
}
 
 
/**
* This checks if a string actually exists inside another string
* We try to do it in a PHP3-portable way.
* We don't care about the position it is in.
*
* @param string string to search for
* @param string string to search in
*
* @return boolean whether the needle is in the haystack or not
*/
function PMA_STR_strInStr($needle, $haystack)
{
// $GLOBALS['PMA_strpos']($haystack, $needle) !== FALSE
// return (is_integer($GLOBALS['PMA_strpos']($haystack, $needle)));
return $GLOBALS['PMA_strpos'](' ' . $haystack, $needle);
} // end of the "PMA_STR_strInStr()" function
 
 
/**
* Checks if a given character position in the string is escaped or not
*
* @param string string to check for
* @param integer the character to check for
* @param integer starting position in the string
*
* @return boolean whether the character is escaped or not
*/
function PMA_STR_charIsEscaped($string, $pos, $start = 0)
{
$len = PMA_strlen($string);
// Base case:
// Check for string length or invalid input or special case of input
// (pos == $start)
if (($pos == $start) || ($len <= $pos)) {
return FALSE;
}
 
$p = $pos - 1;
$escaped = FALSE;
while (($p >= $start) && (PMA_substr($string, $p, 1) == '\\')) {
$escaped = !$escaped;
$p--;
} // end while
 
if ($pos < $start) {
// throw error about strings
}
 
return $escaped;
} // end of the "PMA_STR_charIsEscaped()" function
 
 
/**
* Checks if a number is in a range
*
* @param integer number to check for
* @param integer lower bound
* @param integer upper bound
*
* @return boolean whether the number is in the range or not
*/
function PMA_STR_numberInRangeInclusive($num, $lower, $upper)
{
return (($num >= $lower) && ($num <= $upper));
} // end of the "PMA_STR_numberInRangeInclusive()" function
 
 
/**
* Checks if a character is a digit
*
* @param string character to check for
*
* @return boolean whether the character is a digit or not
*
* @see PMA_STR_numberInRangeInclusive()
*/
function PMA_STR_isDigit($c)
{
$ord_zero = 48; //ord('0');
$ord_nine = 57; //ord('9');
$ord_c = ord($c);
 
return PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine);
} // end of the "PMA_STR_isDigit()" function
 
 
/**
* Checks if a character is an hexadecimal digit
*
* @param string character to check for
*
* @return boolean whether the character is an hexadecimal digit or not
*
* @see PMA_STR_numberInRangeInclusive()
*/
function PMA_STR_isHexDigit($c)
{
$ord_Aupper = 65; //ord('A');
$ord_Fupper = 70; //ord('F');
$ord_Alower = 97; //ord('a');
$ord_Flower = 102; //ord('f');
$ord_zero = 48; //ord('0');
$ord_nine = 57; //ord('9');
$ord_c = ord($c);
 
return (PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine)
|| PMA_STR_numberInRangeInclusive($ord_c, $ord_Aupper, $ord_Fupper)
|| PMA_STR_numberInRangeInclusive($ord_c, $ord_Alower, $ord_Flower));
} // end of the "PMA_STR_isHexDigit()" function
 
 
/**
* Checks if a character is an upper alphabetic one
*
* @param string character to check for
*
* @return boolean whether the character is an upper alphabetic one or
* not
*
* @see PMA_STR_numberInRangeInclusive()
*/
function PMA_STR_isUpper($c)
{
$ord_zero = 65; //ord('A');
$ord_nine = 90; //ord('Z');
$ord_c = ord($c);
 
return PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine);
} // end of the "PMA_STR_isUpper()" function
 
 
/**
* Checks if a character is a lower alphabetic one
*
* @param string character to check for
*
* @return boolean whether the character is a lower alphabetic one or
* not
*
* @see PMA_STR_numberInRangeInclusive()
*/
function PMA_STR_isLower($c)
{
$ord_zero = 97; //ord('a');
$ord_nine = 122; //ord('z');
$ord_c = ord($c);
 
return PMA_STR_numberInRangeInclusive($ord_c, $ord_zero, $ord_nine);
} // end of the "PMA_STR_isLower()" function
 
 
/**
* Checks if a character is an alphabetic one
*
* @param string character to check for
*
* @return boolean whether the character is an alphabetic one or not
*
* @see PMA_STR_isUpper()
* @see PMA_STR_isLower()
*/
function PMA_STR_isAlpha($c)
{
return (PMA_STR_isUpper($c) || PMA_STR_isLower($c));
} // end of the "PMA_STR_isAlpha()" function
 
 
/**
* Checks if a character is an alphanumeric one
*
* @param string character to check for
*
* @return boolean whether the character is an alphanumeric one or not
*
* @see PMA_STR_isUpper()
* @see PMA_STR_isLower()
* @see PMA_STR_isDigit()
*/
function PMA_STR_isAlnum($c)
{
return (PMA_STR_isUpper($c) || PMA_STR_isLower($c) || PMA_STR_isDigit($c));
} // end of the "PMA_STR_isAlnum()" function
 
 
/**
* Checks if a character is a space one
*
* @param string character to check for
*
* @return boolean whether the character is a space one or not
*
* @see PMA_STR_numberInRangeInclusive()
*/
function PMA_STR_isSpace($c)
{
$ord_space = 32; //ord(' ')
$ord_tab = 9; //ord('\t')
$ord_CR = 13; //ord('\n')
$ord_NOBR = 160; //ord('U+00A0);
$ord_c = ord($c);
 
return (($ord_c == $ord_space)
|| ($ord_c == $ord_NOBR)
|| PMA_STR_numberInRangeInclusive($ord_c, $ord_tab, $ord_CR));
} // end of the "PMA_STR_isSpace()" function
 
 
/**
* Checks if a character is an accented character
*
* @note Presently this only works for some character sets. More work
* may be needed to fix it.
*
* @param string character to check for
*
* @return boolean whether the character is an accented one or not
*
* @see PMA_STR_numberInRangeInclusive()
*/
function PMA_STR_isAccented($c)
{
$ord_min1 = 192; //ord('A');
$ord_max1 = 214; //ord('Z');
$ord_min2 = 216; //ord('A');
$ord_max2 = 246; //ord('Z');
$ord_min3 = 248; //ord('A');
$ord_max3 = 255; //ord('Z');
 
$ord_c = ord($c);
 
return PMA_STR_numberInRangeInclusive($ord_c, $ord_min1, $ord_max1)
|| PMA_STR_numberInRangeInclusive($ord_c, $ord_min2, $ord_max2)
|| PMA_STR_numberInRangeInclusive($ord_c, $ord_min2, $ord_max2);
} // end of the "PMA_STR_isAccented()" function
 
 
/**
* Checks if a character is an SQL identifier
*
* @param string character to check for
* @param boolean whether the dot character is valid or not
*
* @return boolean whether the character is an SQL identifier or not
*
* @see PMA_STR_isAlnum()
*/
function PMA_STR_isSqlIdentifier($c, $dot_is_valid = FALSE)
{
return (PMA_STR_isAlnum($c)
|| PMA_STR_isAccented($c)
|| ($c == '_') || ($c == '$')
|| (($dot_is_valid != FALSE) && ($c == '.')));
} // end of the "PMA_STR_isSqlIdentifier()" function
 
 
/**
* Binary search of a value in a sorted array
*
* @param string string to search for
* @param array sorted array to search into
* @param integer size of sorted array to search into
*
* @return boolean whether the string has been found or not
*/
function PMA_STR_binarySearchInArr($str, $arr, $arrsize)
{
// $arr MUST be sorted, due to binary search
$top = $arrsize - 1;
$bottom = 0;
$found = FALSE;
 
while (($top >= $bottom) && ($found == FALSE)) {
$mid = intval(($top + $bottom) / 2);
$res = strcmp($str, $arr[$mid]);
if ($res == 0) {
$found = TRUE;
} elseif ($res < 0) {
$top = $mid - 1;
} else {
$bottom = $mid + 1;
}
} // end while
 
return $found;
} // end of the "PMA_STR_binarySearchInArr()" function
 
?>
/Web/Maintenance/phpMyAdmin/libraries/tbl_indexes.lib.php
0,0 → 1,258
<?php
/* $Id: tbl_indexes.lib.php,v 2.5 2006/01/17 17:02:31 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* function library for handling table indexes
*/
 
/**
* Return a list of all index types
*
* @access public
* @return array Index types
* @author Garvin Hicking (pma@supergarv.de)
*/
function PMA_get_indextypes() {
return array(
'PRIMARY',
'INDEX',
'UNIQUE',
'FULLTEXT'
);
}
 
/**
* Function to get all index information from a certain table
*
* @param string Table name
* @param string Error URL
*
* @access public
* @return array Index keys
*/
function PMA_get_indexes($tbl_name, $err_url_0 = '') {
$tbl_local_query = 'SHOW KEYS FROM ' . PMA_backquote($tbl_name);
$tbl_result = PMA_DBI_query($tbl_local_query) or PMA_mysqlDie('', $tbl_local_query, '', $err_url_0);
$tbl_ret_keys = array();
while ($tbl_row = PMA_DBI_fetch_assoc($tbl_result)) {
$tbl_ret_keys[] = $tbl_row;
}
PMA_DBI_free_result($tbl_result);
 
return $tbl_ret_keys;
}
 
/**
* Function to check over array of indexes and look for common problems
*
* @param array Array of indexes
* @param boolean Whether to output HTML in table layout
*
* @access public
* @return string Output HTML
* @author Garvin Hicking (pma@supergarv.de)
*/
function PMA_check_indexes($idx_collection, $table = true) {
$index_types = PMA_get_indextypes();
$output = '';
 
if ( ! is_array($idx_collection) || empty($idx_collection['ALL'])) {
return $output;
}
 
foreach ($idx_collection['ALL'] AS $w_keyname => $w_count) {
if (isset($idx_collection['PRIMARY'][$w_keyname]) && (isset($idx_collection['INDEX'][$w_keyname]) || isset($idx_collection['UNIQUE'][$w_keyname]))) {
$output .= PMA_index_warning(sprintf($GLOBALS['strIndexWarningPrimary'], htmlspecialchars($w_keyname)), $table);
} elseif (isset($idx_collection['UNIQUE'][$w_keyname]) && isset($idx_collection['INDEX'][$w_keyname])) {
$output .= PMA_index_warning(sprintf($GLOBALS['strIndexWarningUnique'], htmlspecialchars($w_keyname)), $table);
}
 
foreach ($index_types AS $index_type) {
if (isset($idx_collection[$index_type][$w_keyname]) && $idx_collection[$index_type][$w_keyname] > 1) {
$output .= PMA_index_warning(sprintf($GLOBALS['strIndexWarningMultiple'], $index_type, htmlspecialchars($w_keyname)), $table);
}
}
}
 
return $output;
}
 
/**
* Loop array of returned index keys and extract key information to
* seperate arrays. Those arrays are passed by reference.
*
* @param array Referenced Array of indexes
* @param array Referenced return array
* @param array Referenced return array
* @param array Referenced return array
*
* @access public
* @return boolean void
* @author Garvin Hicking (pma@supergarv.de)
*/
function PMA_extract_indexes(&$ret_keys, &$indexes, &$indexes_info, &$indexes_data) {
if (!is_array($ret_keys)) {
return false;
}
 
$prev_index = '';
foreach ($ret_keys as $row) {
if ($row['Key_name'] != $prev_index ){
$indexes[] = $row['Key_name'];
$prev_index = $row['Key_name'];
}
 
$indexes_info[$row['Key_name']]['Sequences'][] = $row['Seq_in_index'];
$indexes_info[$row['Key_name']]['Non_unique'] = $row['Non_unique'];
 
if (isset($row['Cardinality'])) {
$indexes_info[$row['Key_name']]['Cardinality'] = $row['Cardinality'];
}
 
// I don't know what does following column mean....
// $indexes_info[$row['Key_name']]['Packed'] = $row['Packed'];
$indexes_info[$row['Key_name']]['Comment'] = (isset($row['Comment']))
? $row['Comment']
: '';
$indexes_info[$row['Key_name']]['Index_type'] = (isset($row['Index_type']))
? $row['Index_type']
: '';
 
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Column_name'] = $row['Column_name'];
if (isset($row['Sub_part'])) {
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Sub_part'] = $row['Sub_part'];
}
} // end while
 
return true;
}
 
/**
* Show index data and prepare returned collection array for index
* key checks.
*
* @param string $table The tablename
* @param array $indexes Referenced Array of indexes
* @param array $indexes_info Referenced info array
* @param array $indexes_data Referenced data array
* @param boolean $display_html Output HTML code, or just return collection array?
* @param boolean $print_mode
* @access public
* @return array Index collection array
* @author Garvin Hicking (pma@supergarv.de)
*/
function PMA_show_indexes($table, &$indexes, &$indexes_info, &$indexes_data, $display_html = true, $print_mode = false) {
$idx_collection = array();
$odd_row = true;
foreach ($indexes as $index_name) {
if ($display_html) {
$row_span = ' rowspan="' . count($indexes_info[$index_name]['Sequences']) . '" ';
 
echo ' <tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n";
echo ' <th ' . $row_span . '>' . "\n"
. ' ' . htmlspecialchars($index_name) . "\n"
. ' </th>' . "\n";
}
 
if ((PMA_MYSQL_INT_VERSION < 40002 && $indexes_info[$index_name]['Comment'] == 'FULLTEXT')
|| (PMA_MYSQL_INT_VERSION >= 40002 && $indexes_info[$index_name]['Index_type'] == 'FULLTEXT')) {
$index_type = 'FULLTEXT';
} elseif ($index_name == 'PRIMARY') {
$index_type = 'PRIMARY';
} elseif ($indexes_info[$index_name]['Non_unique'] == '0') {
$index_type = 'UNIQUE';
} else {
$index_type = 'INDEX';
}
 
if ($display_html) {
echo ' <td ' . $row_span . '>' . "\n"
. ' ' . $index_type . '</td>' . "\n";
 
echo ' <td ' . $row_span . ' align="right">' . "\n"
. ' ' . (isset($indexes_info[$index_name]['Cardinality']) ? $indexes_info[$index_name]['Cardinality'] : $GLOBALS['strNone']) . '&nbsp;' . "\n"
. ' </td>' . "\n";
 
if (!$print_mode) {
echo ' <td ' . $row_span . '>' . "\n"
. ' <a href="tbl_indexes.php?' . $GLOBALS['url_query'] . '&amp;index=' . urlencode($index_name) . '">' . $GLOBALS['edit_link_text'] . '</a>' . "\n"
. ' </td>' . "\n";
 
if ($index_name == 'PRIMARY') {
$local_query = urlencode('ALTER TABLE ' . PMA_backquote($table) . ' DROP PRIMARY KEY');
$js_msg = 'ALTER TABLE ' . PMA_jsFormat($table) . ' DROP PRIMARY KEY';
$zero_rows = urlencode($GLOBALS['strPrimaryKeyHasBeenDropped']);
} else {
$local_query = urlencode('ALTER TABLE ' . PMA_backquote($table) . ' DROP INDEX ' . PMA_backquote($index_name));
$js_msg = 'ALTER TABLE ' . PMA_jsFormat($table) . ' DROP INDEX ' . PMA_jsFormat($index_name);
$zero_rows = urlencode(sprintf($GLOBALS['strIndexHasBeenDropped'], htmlspecialchars($index_name)));
}
 
echo ' <td ' . $row_span . '>' . "\n"
. ' <a href="sql.php?' . $GLOBALS['url_query'] . '&amp;sql_query=' . $local_query . '&amp;zero_rows=' . $zero_rows . '" onclick="return confirmLink(this, \'' . $js_msg . '\')">' . $GLOBALS['drop_link_text'] . '</a>' . "\n"
. ' </td>' . "\n";
}
}
 
foreach ($indexes_info[$index_name]['Sequences'] AS $row_no => $seq_index) {
$col_name = $indexes_data[$index_name][$seq_index]['Column_name'];
if ($row_no == 0) {
if (isset($idx_collection[$index_type][$col_name])) {
$idx_collection[$index_type][$col_name]++;
} else {
$idx_collection[$index_type][$col_name] = 1;
}
 
if (isset($idx_collection['ALL'][$col_name])) {
$idx_collection['ALL'][$col_name]++;
} else {
$idx_collection['ALL'][$col_name] = 1;
}
}
 
if ($display_html) {
if ($row_no > 0) {
echo ' <tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n";
}
 
if ( isset($indexes_data[$index_name][$seq_index]['Sub_part'])
&& strlen($indexes_data[$index_name][$seq_index]['Sub_part']) ) {
echo ' <td>' . $col_name . '</td>' . "\n";
echo ' <td align="right">' . "\n"
. ' ' . $indexes_data[$index_name][$seq_index]['Sub_part'] . "\n"
. ' </td>' . "\n";
echo ' </tr>' . "\n";
} else {
echo ' <td colspan="2">' . "\n"
. ' ' . htmlspecialchars($col_name) . "\n"
. ' </td>' . "\n";
echo ' </tr>' . "\n";
}
}
} // end foreach $indexes_info[$index_name]['Sequences']
 
$odd_row = ! $odd_row;
} // end while
 
return $idx_collection;
}
 
/**
* Function to emit a index warning
*
* @author Garvin Hicking (pma@supergarv.de)
* @access public
* @param string $string Message string
* @param boolean $table Whether to output HTML in table layout
* @return string Output HTML
*/
function PMA_index_warning($string, $table = true) {
$output = '<div class="warning">' . $string . '</div>';
 
if ( $table ) {
$output = '<tr><td colspan=7">' . $output . '</td></tr>';
}
 
return $output . "\n";
}
?>
/Web/Maintenance/phpMyAdmin/libraries/tbl_move_copy.php
0,0 → 1,449
<?php
/* $Id: tbl_move_copy.php,v 1.12 2006/01/17 17:02:31 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Inserts existing entries in a PMA_* table by reading a value from an old entry
*
* @param string The array index, which Relation feature to check
* ('relwork', 'commwork', ...)
* @param string The array index, which PMA-table to update
* ('bookmark', 'relation', ...)
* @param array Which fields will be SELECT'ed from the old entry
* @param array Which fields will be used for the WHERE query
* (array('FIELDNAME' => 'FIELDVALUE'))
* @param array Which fields will be used as new VALUES. These are the important
* keys which differ from the old entry.
* (array('FIELDNAME' => 'NEW FIELDVALUE'))
 
* @global string relation variable
*
* @author Garvin Hicking <me@supergarv.de>
*/
function PMA_duplicate_table_info($work, $pma_table, $get_fields, $where_fields, $new_fields) {
global $cfgRelation;
 
$last_id = -1;
 
if ($cfgRelation[$work]) {
$select_parts = array();
$row_fields = array();
foreach ($get_fields AS $nr => $get_field) {
$select_parts[] = PMA_backquote($get_field);
$row_fields[$get_field] = 'cc';
}
 
$where_parts = array();
foreach ($where_fields AS $_where => $_value) {
$where_parts[] = PMA_backquote($_where) . ' = \'' . PMA_sqlAddslashes($_value) . '\'';
}
 
$new_parts = array();
$new_value_parts = array();
foreach ($new_fields AS $_where => $_value) {
$new_parts[] = PMA_backquote($_where);
$new_value_parts[] = PMA_sqlAddslashes($_value);
}
 
$table_copy_query = 'SELECT ' . implode(', ', $select_parts)
. ' FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation[$pma_table])
. ' WHERE ' . implode(' AND ', $where_parts);
 
// must use PMA_DBI_QUERY_STORE here, since we execute another
// query inside the loop
$table_copy_rs = PMA_query_as_cu($table_copy_query, TRUE, PMA_DBI_QUERY_STORE);
 
while ($table_copy_row = @PMA_DBI_fetch_assoc($table_copy_rs)) {
$value_parts = array();
foreach ($table_copy_row AS $_key => $_val) {
if (isset($row_fields[$_key]) && $row_fields[$_key] == 'cc') {
$value_parts[] = PMA_sqlAddslashes($_val);
}
}
 
$new_table_query = 'INSERT IGNORE INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation[$pma_table])
. ' (' . implode(', ', $select_parts) . ', ' . implode(', ', $new_parts) . ')'
. ' VALUES '
. ' (\'' . implode('\', \'', $value_parts) . '\', \'' . implode('\', \'', $new_value_parts) . '\')';
 
$new_table_rs = PMA_query_as_cu($new_table_query);
$last_id = PMA_DBI_insert_id();
} // end while
 
return $last_id;
}
 
return true;
} // end of 'PMA_duplicate_table_info()' function
 
 
/**
* Copies or renames table
* FIXME: use RENAME
*
* @author Michal Čihař <michal@cihar.com>
*/
function PMA_table_move_copy($source_db, $source_table, $target_db, $target_table, $what, $move) {
global $cfgRelation, $dblist, $err_url, $sql_query;
 
// set export settings we need
$GLOBALS['use_backquotes'] = 1;
$GLOBALS['asfile'] = 1;
 
// Ensure the target is valid
if ( count($dblist) > 0 &&
( ! in_array($source_db, $dblist) || ! in_array($target_db, $dblist) )) {
exit();
}
 
$source = PMA_backquote($source_db) . '.' . PMA_backquote($source_table);
if ( ! isset($target_db) || ! strlen($target_db) ) {
$target_db = $source_db;
}
 
// Doing a select_db could avoid some problems with replicated databases,
// when moving table from replicated one to not replicated one
PMA_DBI_select_db($target_db);
 
$target = PMA_backquote($target_db) . '.' . PMA_backquote($target_table);
 
// do not create the table if dataonly
if ($what != 'dataonly') {
require_once('./libraries/export/sql.php');
 
$no_constraints_comments = true;
$sql_structure = PMA_getTableDef($source_db, $source_table, "\n", $err_url);
unset($no_constraints_comments);
 
$parsed_sql = PMA_SQP_parse($sql_structure);
 
/* nijel: Find table name in query and replace it */
$i = 0;
while ($parsed_sql[$i]['type'] != 'quote_backtick') $i++;
 
/* no need to PMA_backquote() */
$parsed_sql[$i]['data'] = $target;
 
/* Generate query back */
$sql_structure = PMA_SQP_formatHtml($parsed_sql, 'query_only');
// If table exists, and 'add drop table' is selected: Drop it!
$drop_query = '';
if (isset($GLOBALS['drop_if_exists']) && $GLOBALS['drop_if_exists'] == 'true') {
$drop_query = 'DROP TABLE IF EXISTS ' . PMA_backquote($target_db) . '.' . PMA_backquote($target_table);
$result = PMA_DBI_query($drop_query);
 
if (isset($sql_query)) {
$sql_query .= "\n" . $drop_query . ';';
} else {
$sql_query = $drop_query . ';';
}
 
// garvin: If an existing table gets deleted, maintain any entries
// for the PMA_* tables
$maintain_relations = TRUE;
}
 
$result = @PMA_DBI_query($sql_structure);
if (isset($sql_query)) {
$sql_query .= "\n" . $sql_structure . ';';
} else {
$sql_query = $sql_structure . ';';
}
 
if (($move || isset($GLOBALS['constraints'])) && isset($GLOBALS['sql_constraints'])) {
$parsed_sql = PMA_SQP_parse($GLOBALS['sql_constraints']);
$i = 0;
 
// find the first quote_backtick, it must be the source table name
while ($parsed_sql[$i]['type'] != 'quote_backtick') {
$i++;
}
 
// replace it by the target table name, no need to PMA_backquote()
$parsed_sql[$i]['data'] = $target;
 
// now we must remove all quote_backtick that follow a CONSTRAINT
// keyword, because a constraint name must be unique in a db
 
$cnt = $parsed_sql['len'] - 1;
 
for ($j = $i; $j < $cnt; $j++) {
if ($parsed_sql[$j]['type'] == 'alpha_reservedWord'
&& strtoupper($parsed_sql[$j]['data']) == 'CONSTRAINT') {
if ($parsed_sql[$j+1]['type'] == 'quote_backtick') {
$parsed_sql[$j+1]['data'] = '';
}
}
}
 
 
// Generate query back
$GLOBALS['sql_constraints'] = PMA_SQP_formatHtml($parsed_sql, 'query_only');
$result = PMA_DBI_query($GLOBALS['sql_constraints']);
if (isset($sql_query)) {
$sql_query .= "\n" . $GLOBALS['sql_constraints'];
} else {
$sql_query = $GLOBALS['sql_constraints'];
}
 
unset($GLOBALS['sql_constraints']);
}
 
} else {
$sql_query='';
}
 
// Copy the data
//if ($result != FALSE && ($what == 'data' || $what == 'dataonly')) {
if ($what == 'data' || $what == 'dataonly') {
$sql_insert_data = 'INSERT INTO ' . $target . ' SELECT * FROM ' . $source;
PMA_DBI_query($sql_insert_data);
$sql_query .= "\n\n" . $sql_insert_data . ';';
}
 
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
// Drops old table if the user has requested to move it
if ($move) {
 
// This could avoid some problems with replicated databases, when
// moving table from replicated one to not replicated one
PMA_DBI_select_db($source_db);
 
$sql_drop_table = 'DROP TABLE ' . $source;
PMA_DBI_query($sql_drop_table);
 
// garvin: Move old entries from PMA-DBs to new table
if ($cfgRelation['commwork']) {
$remove_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' SET table_name = \'' . PMA_sqlAddslashes($target_table) . '\', '
. ' db_name = \'' . PMA_sqlAddslashes($target_db) . '\''
. ' WHERE db_name = \'' . PMA_sqlAddslashes($source_db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($source_table) . '\'';
$rmv_rs = PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
// garvin: updating bookmarks is not possible since only a single table is moved,
// and not the whole DB.
// if ($cfgRelation['bookmarkwork']) {
// $remove_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['bookmark'])
// . ' SET dbase = \'' . PMA_sqlAddslashes($target_db) . '\''
// . ' WHERE dbase = \'' . PMA_sqlAddslashes($source_db) . '\'';
// $rmv_rs = PMA_query_as_cu($remove_query);
// unset($rmv_query);
// }
 
if ($cfgRelation['displaywork']) {
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. ' SET db_name = \'' . PMA_sqlAddslashes($target_db) . '\', '
. ' table_name = \'' . PMA_sqlAddslashes($target_table) . '\''
. ' WHERE db_name = \'' . PMA_sqlAddslashes($source_db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($source_table) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
}
 
if ($cfgRelation['relwork']) {
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' SET foreign_table = \'' . PMA_sqlAddslashes($target_table) . '\','
. ' foreign_db = \'' . PMA_sqlAddslashes($target_db) . '\''
. ' WHERE foreign_db = \'' . PMA_sqlAddslashes($source_db) . '\''
. ' AND foreign_table = \'' . PMA_sqlAddslashes($source_table) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
 
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' SET master_table = \'' . PMA_sqlAddslashes($target_table) . '\','
. ' master_db = \'' . PMA_sqlAddslashes($target_db) . '\''
. ' WHERE master_db = \'' . PMA_sqlAddslashes($source_db) . '\''
. ' AND master_table = \'' . PMA_sqlAddslashes($source_table) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
}
 
// garvin: [TODO] Can't get moving PDFs the right way. The page numbers always
// get screwed up independently from duplication because the numbers do not
// seem to be stored on a per-database basis. Would the author of pdf support
// please have a look at it?
 
if ($cfgRelation['pdfwork']) {
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' SET table_name = \'' . PMA_sqlAddslashes($target_table) . '\','
. ' db_name = \'' . PMA_sqlAddslashes($target_db) . '\''
. ' WHERE db_name = \'' . PMA_sqlAddslashes($source_db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($source_table) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
/*
$pdf_query = 'SELECT pdf_page_number '
. ' FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($target_db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($target_table) . '\'';
$pdf_rs = PMA_query_as_cu($pdf_query);
 
while ($pdf_copy_row = PMA_DBI_fetch_assoc($pdf_rs)) {
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
. ' SET db_name = \'' . PMA_sqlAddslashes($target_db) . '\''
. ' WHERE db_name = \'' . PMA_sqlAddslashes($source_db) . '\''
. ' AND page_nr = \'' . PMA_sqlAddslashes($pdf_copy_row['pdf_page_number']) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
}
*/
}
 
$sql_query .= "\n\n" . $sql_drop_table . ';';
} else {
// garvin: Create new entries as duplicates from old PMA DBs
if ($what != 'dataonly' && !isset($maintain_relations)) {
if ($cfgRelation['commwork']) {
// Get all comments and MIME-Types for current table
$comments_copy_query = 'SELECT
column_name, ' . PMA_backquote('comment') . ($cfgRelation['mimework'] ? ', mimetype, transformation, transformation_options' : '') . '
FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
WHERE
db_name = \'' . PMA_sqlAddslashes($source_db) . '\' AND
table_name = \'' . PMA_sqlAddslashes($source_table) . '\'';
$comments_copy_rs = PMA_query_as_cu($comments_copy_query);
 
// Write every comment as new copied entry. [MIME]
while ($comments_copy_row = PMA_DBI_fetch_assoc($comments_copy_rs)) {
$new_comment_query = 'REPLACE INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' (db_name, table_name, column_name, ' . PMA_backquote('comment') . ($cfgRelation['mimework'] ? ', mimetype, transformation, transformation_options' : '') . ') '
. ' VALUES('
. '\'' . PMA_sqlAddslashes($target_db) . '\','
. '\'' . PMA_sqlAddslashes($target_table) . '\','
. '\'' . PMA_sqlAddslashes($comments_copy_row['column_name']) . '\''
. ($cfgRelation['mimework'] ? ',\'' . PMA_sqlAddslashes($comments_copy_row['comment']) . '\','
. '\'' . PMA_sqlAddslashes($comments_copy_row['mimetype']) . '\','
. '\'' . PMA_sqlAddslashes($comments_copy_row['transformation']) . '\','
. '\'' . PMA_sqlAddslashes($comments_copy_row['transformation_options']) . '\'' : '')
. ')';
$new_comment_rs = PMA_query_as_cu($new_comment_query);
} // end while
}
 
// duplicating the bookmarks must not be done here, but
// just once per db
 
$get_fields = array('display_field');
$where_fields = array('db_name' => $source_db, 'table_name' => $source_table);
$new_fields = array('db_name' => $target_db, 'table_name' => $target_table);
PMA_duplicate_table_info('displaywork', 'table_info', $get_fields, $where_fields, $new_fields);
 
$get_fields = array('master_field', 'foreign_db', 'foreign_table', 'foreign_field');
$where_fields = array('master_db' => $source_db, 'master_table' => $source_table);
$new_fields = array('master_db' => $target_db, 'master_table' => $target_table);
PMA_duplicate_table_info('relwork', 'relation', $get_fields, $where_fields, $new_fields);
 
$get_fields = array('foreign_field', 'master_db', 'master_table', 'master_field');
$where_fields = array('foreign_db' => $source_db, 'foreign_table' => $source_table);
$new_fields = array('foreign_db' => $target_db, 'foreign_table' => $target_table);
PMA_duplicate_table_info('relwork', 'relation', $get_fields, $where_fields, $new_fields);
 
// garvin: [TODO] Can't get duplicating PDFs the right way. The page numbers always
// get screwed up independently from duplication because the numbers do not
// seem to be stored on a per-database basis. Would the author of pdf support
// please have a look at it?
/*
$get_fields = array('page_descr');
$where_fields = array('db_name' => $source_db);
$new_fields = array('db_name' => $target_db);
$last_id = PMA_duplicate_table_info('pdfwork', 'pdf_pages', $get_fields, $where_fields, $new_fields);
 
if (isset($last_id) && $last_id >= 0) {
$get_fields = array('x', 'y');
$where_fields = array('db_name' => $source_db, 'table_name' => $source_table);
$new_fields = array('db_name' => $target_db, 'table_name' => $target_table, 'pdf_page_number' => $last_id);
PMA_duplicate_table_info('pdfwork', 'table_coords', $get_fields, $where_fields, $new_fields);
}
*/
}
}
 
}
 
/**
* renames table
*
* @param string old tbale name
* @param string new table name
* @return boolean success
*/
function PMA_table_rename( $old_name, $new_name )
{
// Ensure the target is valid
if ( count($GLOBALS['dblist']) > 0
&& ! in_array($GLOBALS['db'], $GLOBALS['dblist']) ) {
return false;
}
 
PMA_DBI_select_db($GLOBALS['db']);
 
$sql_query = '
ALTER TABLE ' . PMA_backquote($old_name) . '
RENAME ' . PMA_backquote($new_name) . ';';
if ( ! PMA_DBI_query($sql_query) ) {
return false;
}
 
// garvin: Move old entries from comments to new table
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
if ( $cfgRelation['commwork'] ) {
$remove_query = '
UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info']) . '
SET table_name = \'' . PMA_sqlAddslashes($new_name) . '\'
WHERE db_name = \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\'
AND table_name = \'' . PMA_sqlAddslashes($old_name) . '\'';
PMA_query_as_cu($remove_query);
unset($remove_query);
}
 
if ( $cfgRelation['displaywork'] ) {
$table_query = '
UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info']) . '
SET table_name = \'' . PMA_sqlAddslashes($new_name) . '\'
WHERE db_name = \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\'
AND table_name = \'' . PMA_sqlAddslashes($old_name) . '\'';
PMA_query_as_cu($table_query);
unset($table_query);
}
 
if ( $cfgRelation['relwork'] ) {
$table_query = '
UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation']) . '
SET foreign_table = \'' . PMA_sqlAddslashes($new_name) . '\'
WHERE foreign_db = \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\'
AND foreign_table = \'' . PMA_sqlAddslashes($old_name) . '\'';
PMA_query_as_cu($table_query);
 
$table_query = '
UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation']) . '
SET master_table = \'' . PMA_sqlAddslashes($new_name) . '\'
WHERE master_db = \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\'
AND master_table = \'' . PMA_sqlAddslashes($old_name) . '\'';
PMA_query_as_cu($table_query);
unset($table_query);
}
 
if ( $cfgRelation['pdfwork'] ) {
$table_query = '
UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . '
SET table_name = \'' . PMA_sqlAddslashes($new_name) . '\'
WHERE db_name = \'' . PMA_sqlAddslashes($GLOBALS['db']) . '\'
AND table_name = \'' . PMA_sqlAddslashes($old_name) . '\'';
PMA_query_as_cu($table_query);
unset($table_query);
}
 
return true;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/tbl_properties.inc.php
0,0 → 1,707
<?php
/* $Id: tbl_properties.inc.php,v 1.5.2.1 2006/03/26 11:09:13 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
// Check parameters
 
require_once('./libraries/common.lib.php');
PMA_checkParameters(array('db', 'table', 'action', 'num_fields'));
 
 
// Get available character sets and storage engines
require_once('./libraries/mysql_charsets.lib.php');
require_once('./libraries/storage_engines.lib.php');
 
if ($cfg['CtrlArrowsMoving']) {
?>
<script src="./js/keyhandler.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript">
<!--
var switch_movement = <?php echo $cfg['DefaultPropDisplay'] == 'horizontal' ? '0' : '1'; ?>;
document.onkeydown = onKeyDownArrowsHandler;
// -->
</script>
<?php
}
// here, the div_x_7 represents a div id which contains
// the default CURRENT TIMESTAMP checkbox and label
// and, field_x_7a represents the checkbox itself
 
if (PMA_MYSQL_INT_VERSION >= 40102) {
?>
<script type="text/javascript" language="javascript">
<!--
function display_field_options(field_type, i) {
if (field_type == 'TIMESTAMP') {
getElement('div_' + i + '_7').style.display = 'block';
} else {
getElement('div_' + i + '_7').style.display = 'none';
getElement('field_' + i + '_7a').checked = false;
}
return true;
}
// -->
</script>
<?php } ?>
 
<form method="post" action="<?php echo $action; ?>" onsubmit="return checkTableEditForm(this, <?php echo $num_fields; ?>)" >
<?php
echo PMA_generate_common_hidden_inputs($db, $table);
if ($action == 'tbl_create.php') {
?>
<input type="hidden" name="reload" value="1" />
<?php
} elseif ($action == 'tbl_addfield.php') {
?>
<input type="hidden" name="field_where" value="<?php echo $field_where; ?>" />
<input type="hidden" name="after_field" value="<?php echo $after_field; ?>" />
<?php
}
 
if (isset($num_fields)) {
?>
<input type="hidden" name="orig_num_fields" value="<?php echo $num_fields; ?>" />
<?php
}
 
if (isset($field_where)) {
?>
<input type="hidden" name="orig_field_where" value="<?php echo $field_where; ?>" />
<?php
}
 
if (isset($after_field)) {
?>
<input type="hidden" name="orig_after_field" value="<?php echo $after_field; ?>" />
<?php
}
 
if (isset($selected) && is_array($selected)) {
foreach ($selected AS $o_fld_nr => $o_fld_val) {
?>
<input type="hidden" name="selected[<?php echo $o_fld_nr; ?>]" value="<?php echo urlencode($o_fld_val); ?>" />
<?php
if (!isset($true_selected)) {
?>
<input type="hidden" name="true_selected[<?php echo $o_fld_nr; ?>]" value="<?php echo urlencode($o_fld_val); ?>" />
<?php
}
 
}
 
if (isset($true_selected) && is_array($true_selected)) {
foreach ($true_selected AS $o_fld_nr => $o_fld_val) {
?>
<input type="hidden" name="true_selected[<?php echo $o_fld_nr; ?>]" value="<?php echo urlencode($o_fld_val); ?>" />
<?php
}
}
 
} elseif (isset($field)) {
?>
<input type="hidden" name="orig_field" value="<?php echo urlencode($field); ?>" />
<input type="hidden" name="true_selected[] value="<?php echo (isset($orig_field) ? $orig_field : urlencode($field)); ?>" />
<?php
}
 
$is_backup = ($action != 'tbl_create.php' && $action != 'tbl_addfield.php');
 
$header_cells = array();
$content_cells = array();
 
$header_cells[] = $strField;
$header_cells[] = $strType . ($GLOBALS['cfg']['ReplaceHelpImg'] ? PMA_showMySQLDocu('SQL-Syntax', 'Column_types') : '<br /><span style="font-weight: normal">' . PMA_showMySQLDocu('SQL-Syntax', 'Column_types') . '</span>');
$header_cells[] = $strLengthSet . '<sup>1</sup>';
if (PMA_MYSQL_INT_VERSION >= 40100) {
$header_cells[] = $strCollation;
}
$header_cells[] = $strAttr;
$header_cells[] = $strNull;
$header_cells[] = $strDefault . '<sup>2</sup>';
$header_cells[] = $strExtra;
 
 
 
// lem9: We could remove this 'if' and let the key information be shown and
// editable. However, for this to work, tbl_alter must be modified to use the
// key fields, as tbl_addfield does.
 
if (!$is_backup) {
$header_cells[] = $cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_primary.png" width="16" height="16" alt="' . $strPrimary . '" title="' . $strPrimary . '" />' : $strPrimary;
$header_cells[] = $cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_index.png" width="16" height="16" alt="' . $strIndex . '" title="' . $strIndex . '" />' : $strIndex;
$header_cells[] = $cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_unique.png" width="16" height="16" alt="' . $strUnique . '" title="' . $strUnique . '" />' : $strUnique;
$header_cells[] = '---';
$header_cells[] = $cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_ftext.png" width="16" height="16" alt="' . $strIdxFulltext . '" title="' . $strIdxFulltext . '" />' : $strIdxFulltext;
}
 
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
$comments_map = array();
$mime_map = array();
$available_mime = array();
 
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$comments_map = PMA_getComments($db, $table);
$header_cells[] = $strComments;
 
if ($cfgRelation['mimework'] && $cfg['BrowseMIME']) {
$mime_map = PMA_getMIME($db, $table);
$available_mime = PMA_getAvailableMIMEtypes();
 
$header_cells[] = $strMIME_MIMEtype;
$header_cells[] = $strMIME_transformation;
$header_cells[] = $strMIME_transformation_options . '<sup>3</sup>';
}
}
 
// garvin: workaround for field_fulltext, because its submitted indizes contain
// the index as a value, not a key. Inserted here for easier maintaineance
// and less code to change in existing files.
if (isset($field_fulltext) && is_array($field_fulltext)) {
foreach ($field_fulltext AS $fulltext_nr => $fulltext_indexkey) {
$submit_fulltext[$fulltext_indexkey] = $fulltext_indexkey;
}
}
 
for ( $i = 0 ; $i <= $num_fields; $i++ ) {
$submit_null = FALSE;
if (isset($regenerate) && $regenerate == TRUE) {
// An error happened with previous inputs, so we will restore the data
// to embed it once again in this form.
 
$row['Field'] = (isset($field_name) && isset($field_name[$i]) ? $field_name[$i] : FALSE);
$row['Type'] = (isset($field_type) && isset($field_type[$i]) ? $field_type[$i] : FALSE);
if (PMA_MYSQL_INT_VERSION >= 40100) {
$row['Collation'] = (isset($field_collation) && isset($field_collation[$i]) ? $field_collation[$i] : '');
}
$row['Null'] = (isset($field_null) && isset($field_null[$i]) ? $field_null[$i] : '');
if (isset($field_type[$i]) && $row['Null'] == '') {
$submit_null = TRUE;
}
 
if (isset(${'field_key_' . $i}) && ${'field_key_' . $i} == 'primary_' . $i) {
$row['Key'] = 'PRI';
} elseif (isset(${'field_key_' . $i}) && ${'field_key_' . $i} == 'index_' . $i) {
$row['Key'] = 'MUL';
} elseif (isset(${'field_key_' . $i}) && ${'field_key_' . $i} == 'unique_' . $i) {
$row['Key'] = 'UNI';
} else {
$row['Key'] = '';
}
 
$row['Default'] = (isset($field_default) && isset($field_default[$i]) ? $field_default[$i] : FALSE);
$row['Extra'] = (isset($field_extra) && isset($field_extra[$i]) ? $field_extra[$i] : FALSE);
$row['Comment'] = (isset($submit_fulltext) && isset($submit_fulltext[$i]) && ($submit_fulltext[$i] == $i) ? 'FULLTEXT' : FALSE);
 
$submit_length = (isset($field_length) && isset($field_length[$i]) ? $field_length[$i] : FALSE);
$submit_attribute = (isset($field_attribute) && isset($field_attribute[$i]) ? $field_attribute[$i] : FALSE);
 
$submit_default_current_timestamp = (isset($field_default_current_timestamp) && isset($field_default_current_timestamp[$i]) ? TRUE : FALSE);
 
if (isset($field_comments) && isset($field_comments[$i])) {
$comments_map[$row['Field']] = $field_comments[$i];
}
 
if (isset($field_mimetype) && isset($field_mimetype[$i])) {
$mime_map[$row['Field']]['mimetype'] = $field_mimetype[$i];
}
 
if (isset($field_transformation) && isset($field_transformation[$i])) {
$mime_map[$row['Field']]['transformation'] = $field_transformation[$i];
}
 
if (isset($field_transformation_options) && isset($field_transformation_options[$i])) {
$mime_map[$row['Field']]['transformation_options'] = $field_transformation_options[$i];
}
 
} elseif (isset($fields_meta) && isset($fields_meta[$i])) {
$row = $fields_meta[$i];
}
 
// Cell index: If certain fields get left out, the counter shouldn't chage.
$ci = 0;
// Everytime a cell shall be left out the STRG-jumping feature, $ci_offset
// has to be incremented ($ci_offset++)
$ci_offset = -1;
 
if ($is_backup) {
$backup_field = (isset($true_selected) && isset($true_selected[$i]) && $true_selected[$i] ? $true_selected[$i] : (isset($row) && isset($row['Field']) ? urlencode($row['Field']) : ''));
$content_cells[$i][$ci] = "\n" . '<input type="hidden" name="field_orig[]" value="' . $backup_field . '" />' . "\n";
} else {
$content_cells[$i][$ci] = '';
}
 
$content_cells[$i][$ci] .= "\n" . '<input id="field_' . $i . '_' . ($ci - $ci_offset) . '" type="text" name="field_name[]" size="10" maxlength="64" value="' . (isset($row) && isset($row['Field']) ? str_replace('"', '&quot;', $row['Field']) : '') . '" class="textfield" title="' . $strField . '" />';
$ci++;
$content_cells[$i][$ci] = '<select name="field_type[]" id="field_' . $i . '_' . ($ci - $ci_offset) . '" ';
if (PMA_MYSQL_INT_VERSION >= 40102) {
$content_cells[$i][$ci] .= 'onchange="display_field_options(this.options[this.selectedIndex].value,' . $i .')" ';
}
$content_cells[$i][$ci] .= '>' . "\n";
 
if (empty($row['Type'])) {
$row['Type'] = '';
$type = '';
} else {
$type = $row['Type'];
}
// set or enum types: slashes single quotes inside options
if (preg_match('@^(set|enum)\((.+)\)$@i', $type, $tmp)) {
$type = $tmp[1];
$length = substr(preg_replace('@([^,])\'\'@', '\\1\\\'', ',' . $tmp[2]), 1);
} else {
// strip the "BINARY" attribute, except if we find "BINARY(" because
// this would be a BINARY or VARBINARY field type
$type = preg_replace('@BINARY([^\(])@i', '', $type);
$type = preg_replace('@ZEROFILL@i', '', $type);
$type = preg_replace('@UNSIGNED@i', '', $type);
 
if (strpos($type, '(')) {
$length = chop(substr($type, (strpos($type, '(') + 1), (strpos($type, ')') - strpos($type, '(') - 1)));
$type = chop(substr($type, 0, strpos($type, '(')));
} else {
$length = '';
}
} // end if else
 
// some types, for example longtext, are reported as
// "longtext character set latin7" when their charset and / or collation
// differs from the ones of the corresponding database.
if (PMA_MYSQL_INT_VERSION >= 40100) {
$tmp = strpos($type, 'character set');
if ($tmp) {
$type = substr($type, 0, $tmp-1);
}
}
 
if (isset($submit_length) && $submit_length != FALSE) {
$length = $submit_length;
}
 
// rtrim the type, for cases like "float unsigned"
$type = rtrim($type);
$type_upper = strtoupper($type);
 
$cnt_column_types = count($cfg['ColumnTypes']);
for ($j = 0; $j < $cnt_column_types; $j++) {
$content_cells[$i][$ci] .= ' <option value="'. $cfg['ColumnTypes'][$j] . '"';
if ($type_upper == strtoupper($cfg['ColumnTypes'][$j])) {
$content_cells[$i][$ci] .= ' selected="selected"';
}
$content_cells[$i][$ci] .= '>' . $cfg['ColumnTypes'][$j] . '</option>' . "\n";
} // end for
 
$content_cells[$i][$ci] .= ' </select>';
$ci++;
 
if ($is_backup) {
$content_cells[$i][$ci] = "\n" . '<input type="hidden" name="field_length_orig[]" value="' . urlencode($length) . '" />';
} else {
$content_cells[$i][$ci] = '';
}
 
if (preg_match('@^(set|enum)$@i', $type)) {
$binary = 0;
$unsigned = 0;
$zerofill = 0;
$length_to_display = htmlspecialchars($length);
} else {
$length_to_display = $length;
if (!preg_match('@BINARY[\(]@i', $row['Type']) && PMA_MYSQL_INT_VERSION < 40100) {
$binary = stristr($row['Type'], 'binary');
} else {
$binary = FALSE;
}
$unsigned = stristr($row['Type'], 'unsigned');
$zerofill = stristr($row['Type'], 'zerofill');
}
 
$content_cells[$i][$ci] .= "\n" . '<input id="field_' . $i . '_' . ($ci - $ci_offset) . '" type="text" name="field_length[]" size="8" value="' . str_replace('"', '&quot;', $length_to_display) . '" class="textfield" />' . "\n";
$ci++;
 
if (PMA_MYSQL_INT_VERSION >= 40100) {
$tmp_collation = empty($row['Collation']) ? null : $row['Collation'];
$content_cells[$i][$ci] = PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'field_collation[]', 'field_' . $i . '_' . ($ci - $ci_offset), $tmp_collation, FALSE);
unset($tmp_collation);
$ci++;
}
 
$content_cells[$i][$ci] = '<select style="font-size: 70%;" name="field_attribute[]" id="field_' . $i . '_' . ($ci - $ci_offset) . '">' . "\n";
 
$attribute = '';
if ($binary) {
$attribute = 'BINARY';
}
if ($unsigned) {
$attribute = 'UNSIGNED';
}
if ($zerofill) {
$attribute = 'UNSIGNED ZEROFILL';
}
 
if (isset($submit_attribute) && $submit_attribute != FALSE) {
$attribute = $submit_attribute;
}
 
// here, we have a TIMESTAMP that SHOW FULL FIELDS reports as having the
// NULL attribute, but SHOW CREATE TABLE says the contrary. Believe
// the latter.
if (isset($row['Field'])
&& isset($analyzed_sql[0])
&& isset($analyzed_sql[0]['create_table_fields'])
&& isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['type'])
&& $analyzed_sql[0]['create_table_fields'][$row['Field']]['type'] == 'TIMESTAMP'
&& $analyzed_sql[0]['create_table_fields'][$row['Field']]['timestamp_not_null'] == true) {
$row['Null'] = '';
}
 
 
// MySQL 4.1.2+ TIMESTAMP options
// (if on_update_current_timestamp is set, then it's TRUE)
if (isset($row['Field']) && isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['on_update_current_timestamp'])) {
$attribute = 'ON UPDATE CURRENT_TIMESTAMP';
}
if ((isset($row['Field']) && isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['default_current_timestamp']))
|| (isset($submit_default_current_timestamp) && $submit_default_current_timestamp) ) {
$default_current_timestamp = TRUE;
} else {
$default_current_timestamp = FALSE;
}
 
// Dynamically add ON UPDATE CURRENT_TIMESTAMP to the possible attributes
if (PMA_MYSQL_INT_VERSION >= 40102 && !in_array('ON UPDATE CURRENT_TIMESTAMP', $cfg['AttributeTypes'])) {
$cfg['AttributeTypes'][] = 'ON UPDATE CURRENT_TIMESTAMP';
}
 
 
$cnt_attribute_types = count($cfg['AttributeTypes']);
for ($j = 0;$j < $cnt_attribute_types; $j++) {
if (PMA_MYSQL_INT_VERSION >= 40100 && $cfg['AttributeTypes'][$j] == 'BINARY') {
continue;
}
$content_cells[$i][$ci] .= ' <option value="'. $cfg['AttributeTypes'][$j] . '"';
if (strtoupper($attribute) == strtoupper($cfg['AttributeTypes'][$j])) {
$content_cells[$i][$ci] .= ' selected="selected"';
}
$content_cells[$i][$ci] .= '>' . $cfg['AttributeTypes'][$j] . '</option>' . "\n";
}
 
$content_cells[$i][$ci] .= '</select>';
$ci++;
 
$content_cells[$i][$ci] = '<select name="field_null[]" id="field_' . $i . '_' . ($ci - $ci_offset) . '">';
 
if ((!isset($row) || empty($row['Null']) || $row['Null'] == 'NO' || $row['Null'] == 'NOT NULL') && $submit_null == FALSE) {
$content_cells[$i][$ci] .= "\n";
$content_cells[$i][$ci] .= ' <option value="NOT NULL" selected="selected" >not null</option>' . "\n";
$content_cells[$i][$ci] .= ' <option value="">null</option>' . "\n";
} else {
$content_cells[$i][$ci] .= "\n";
$content_cells[$i][$ci] .= ' <option value="" selected="selected" >null</option>' . "\n";
$content_cells[$i][$ci] .= ' <option value="NOT NULL">not null</option>' . "\n";
}
 
$content_cells[$i][$ci] .= "\n" . '</select>';
$ci++;
 
if (isset($row)
&& !isset($row['Default']) && isset($row['Null']) && $row['Null'] == 'YES') {
$row['Default'] = 'NULL';
}
 
if ($is_backup) {
$content_cells[$i][$ci] = "\n" . '<input type="hidden" name="field_default_orig[]" size="8" value="' . (isset($row) && isset($row['Default']) ? urlencode($row['Default']) : '') . '" />';
} else {
$content_cells[$i][$ci] = "\n";
}
 
// for a TIMESTAMP, do not show CURRENT_TIMESTAMP as a default value
if (PMA_MYSQL_INT_VERSION >= 40102
&& $type_upper == 'TIMESTAMP'
&& $default_current_timestamp
&& isset($row)
&& isset($row['Default'])) {
$row['Default'] = '';
}
 
$content_cells[$i][$ci] .= '<input id="field_' . $i . '_' . ($ci - $ci_offset) . '" type="text" name="field_default[]" size="12" value="' . (isset($row) && isset($row['Default']) ? str_replace('"', '&quot;', $row['Default']) : '') . '" class="textfield" />';
if (PMA_MYSQL_INT_VERSION >= 40102) {
if ($type_upper == 'TIMESTAMP') {
$tmp_display_type = 'block';
} else {
$tmp_display_type = 'none';
$default_current_timestamp = FALSE;
}
$content_cells[$i][$ci] .= '<br /><div id="div_' . $i . '_' . ($ci - $ci_offset) . '" style="white-space: nowrap; display: ' . $tmp_display_type . '"><input id="field_' . $i . '_' . ($ci - $ci_offset) . 'a" type="checkbox" name="field_default_current_timestamp[' . $i . ']"';
if ($default_current_timestamp) {
$content_cells[$i][$ci] .= ' checked="checked" ';
}
$content_cells[$i][$ci] .= ' /><label for="field_' . $i . '_' . ($ci - $ci_offset) . 'a" style="font-size: 70%;">CURRENT_TIMESTAMP</label></div>';
}
$ci++;
 
$content_cells[$i][$ci] = '<select name="field_extra[]" id="field_' . $i . '_' . ($ci - $ci_offset) . '">';
 
if (!isset($row) || empty($row['Extra'])) {
$content_cells[$i][$ci] .= "\n";
$content_cells[$i][$ci] .= '<option value=""></option>' . "\n";
$content_cells[$i][$ci] .= '<option value="AUTO_INCREMENT">auto_increment</option>' . "\n";
} else {
$content_cells[$i][$ci] .= "\n";
$content_cells[$i][$ci] .= '<option value="AUTO_INCREMENT">auto_increment</option>' . "\n";
$content_cells[$i][$ci] .= '<option value=""></option>' . "\n";
}
 
$content_cells[$i][$ci] .= "\n" . '</select>';
$ci++;
 
 
// lem9: See my other comment about removing this 'if'.
if (!$is_backup) {
if (isset($row) && isset($row['Key']) && $row['Key'] == 'PRI') {
$checked_primary = ' checked="checked"';
} else {
$checked_primary = '';
}
if (isset($row) && isset($row['Key']) && $row['Key'] == 'MUL') {
$checked_index = ' checked="checked"';
} else {
$checked_index = '';
}
if (isset($row) && isset($row['Key']) && $row['Key'] == 'UNI') {
$checked_unique = ' checked="checked"';
} else {
$checked_unique = '';
}
if (empty($checked_primary)
&& empty($checked_index)
&& empty($checked_unique)) {
$checked_none = ' checked="checked"';
} else {
$checked_none = '';
}
 
if ((isset($row) && isset($row['Comment']) && $row['Comment'] == 'FULLTEXT')) {
$checked_fulltext = ' checked="checked"';
} else {
$checked_fulltext = '';
}
 
$content_cells[$i][$ci] = "\n" . '<input type="radio" name="field_key_' . $i . '" value="primary_' . $i . '"' . $checked_primary . ' title="' . $strPrimary . '" />';
$ci++;
 
$content_cells[$i][$ci] = "\n" . '<input type="radio" name="field_key_' . $i . '" value="index_' . $i . '"' . $checked_index . ' title="' . $strIndex . '" />';
$ci++;
 
$content_cells[$i][$ci] = "\n" . '<input type="radio" name="field_key_' . $i . '" value="unique_' . $i . '"' . $checked_unique . ' title="' . $strUnique . '" />';
$ci++;
 
$content_cells[$i][$ci] = "\n" . '<input type="radio" name="field_key_' . $i . '" value="none_' . $i . '"' . $checked_none . ' title="---" />';
$ci++;
 
$content_cells[$i][$ci] = '<input type="checkbox" name="field_fulltext[]" value="' . $i . '"' . $checked_fulltext . ' title="' . $strIdxFulltext . '" />';
$ci++;
} // end if ($action ==...)
 
// garvin: comments
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$content_cells[$i][$ci] = '<input id="field_' . $i . '_' . ($ci - $ci_offset) . '" type="text" name="field_comments[]" size="12" value="' . (isset($row) && isset($row['Field']) && is_array($comments_map) && isset($comments_map[$row['Field']]) ? htmlspecialchars($comments_map[$row['Field']]) : '') . '" class="textfield" />';
$ci++;
}
 
// garvin: MIME-types
if ($cfgRelation['mimework'] && $cfg['BrowseMIME'] && $cfgRelation['commwork']) {
$content_cells[$i][$ci] = '<select id="field_' . $i . '_' . ($ci - $ci_offset) . '" size="1" name="field_mimetype[]">' . "\n";
$content_cells[$i][$ci] .= ' <option value=""></option>' . "\n";
$content_cells[$i][$ci] .= ' <option value="auto">auto-detect</option>' . "\n";
 
if (is_array($available_mime['mimetype'])) {
foreach ($available_mime['mimetype'] AS $mimekey => $mimetype) {
$checked = (isset($row) && isset($row['Field']) && isset($mime_map[$row['Field']]['mimetype']) && ($mime_map[$row['Field']]['mimetype'] == str_replace('/', '_', $mimetype)) ? 'selected ' : '');
$content_cells[$i][$ci] .= ' <option value="' . str_replace('/', '_', $mimetype) . '" ' . $checked . '>' . htmlspecialchars($mimetype) . '</option>';
}
}
 
$content_cells[$i][$ci] .= '</select>';
$ci++;
 
$content_cells[$i][$ci] = '<select id="field_' . $i . '_' . ($ci - $ci_offset) . '" size="1" name="field_transformation[]">' . "\n";
$content_cells[$i][$ci] .= ' <option value="" title="' . $strNone . '"></option>' . "\n";
if (is_array($available_mime['transformation'])) {
foreach ($available_mime['transformation'] AS $mimekey => $transform) {
$checked = (isset($row) && isset($row['Field']) && isset($mime_map[$row['Field']]['transformation']) && (preg_match('@' . preg_quote($available_mime['transformation_file'][$mimekey]) . '3?@i', $mime_map[$row['Field']]['transformation'])) ? 'selected ' : '');
$tooltip = 'strTransformation_' . strtolower(preg_replace('@(\.inc\.php3?)$@', '', $available_mime['transformation_file'][$mimekey]));
$tooltip = isset($$tooltip) ? $$tooltip : sprintf(str_replace('<br />', ' ', $strMIME_nodescription), 'PMA_transformation_' . $tooltip . '()');
$content_cells[$i][$ci] .= '<option value="' . $available_mime['transformation_file'][$mimekey] . '" ' . $checked . ' title="' . htmlspecialchars($tooltip) . '">' . htmlspecialchars($transform) . '</option>' . "\n";
}
}
 
$content_cells[$i][$ci] .= '</select>';
$ci++;
 
$content_cells[$i][$ci] = '<input id="field_' . $i . '_' . ($ci - $ci_offset) . '" type="text" name="field_transformation_options[]" size="16" value="' . (isset($row) && isset($row['Field']) && isset($mime_map[$row['Field']]['transformation_options']) ? htmlspecialchars($mime_map[$row['Field']]['transformation_options']) : '') . '" class="textfield" />';
//$ci++;
}
} // end for
 
if ( is_array( $content_cells ) && is_array( $header_cells ) ) {
// last row is for javascript insert
$empty_row = array_pop( $content_cells );
 
echo '<table id="table_columns">';
if ( $cfg['DefaultPropDisplay'] == 'horizontal' ) {
?>
<tr>
<?php foreach ( $header_cells as $header_val ) { ?>
<th><?php echo $header_val; ?></th>
<?php } ?>
</tr>
<?php
 
$odd_row = true;
foreach ( $content_cells as $content_row ) {
echo '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . ' noclick">';
$odd_row = ! $odd_row;
 
if ( is_array( $content_row ) ) {
foreach ($content_row as $content_row_val) {
?>
<td align="center"><?php echo $content_row_val; ?></td>
<?php
}
}
echo '</tr>';
}
} else {
$i = 0;
$odd_row = true;
foreach ( $header_cells as $header_val ) {
echo '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . ' noclick">';
$odd_row = ! $odd_row;
?>
<th><?php echo $header_val; ?></th>
<?php
foreach ( $content_cells as $content_cell ) {
if ( isset( $content_cell[$i] ) && $content_cell[$i] != '' ) {
?>
<td><?php echo $content_cell[$i]; ?></td>
<?php
}
}
echo '</tr>';
$i++;
}
}
?>
</table>
<br />
<?php
}
 
/**
* needs to be finished
*
*
if ( $cfg['DefaultPropDisplay'] == 'horizontal' ) {
$new_field = '';
foreach ( $empty_row as $content_row_val ) {
$new_field .= '<td align="center">' . $content_row_val . '</td>';
}
?>
<script type="text/javascript" language="javascript">
<!--
var odd_row = <?php echo $odd_row; ?>;
 
function addField() {
var new_fields = document.getElementById('added_fields').value;
var new_field_container = document.getElementById('table_columns');
var new_field = '<?php echo preg_replace( '�\s+�', ' ', preg_replace( '�\'�', '\\\'', $new_field ) ); ?>';
var i = 0;
for ( i = 0; i < new_fields; i++ ) {
if ( odd_row ) {
new_field_container.innerHTML += '<tr class="odd">' + new_field + '</tr>';
} else {
new_field_container.innerHTML += '<tr class="even">' + new_field + '</tr>';
}
odd_row = ! odd_row;
}
 
return true;
}
// -->
</script>
<?php
}
*/
 
if ($action == 'tbl_create.php') {
?>
<table>
<tr valign="top">
<th><?php echo $strTableComments; ?>:&nbsp;</th>
<td width="25">&nbsp;</td>
<th><?php echo $strStorageEngine; ?>:&nbsp;<?php echo PMA_showMySQLDocu('Storage_engines', 'Storage_engines'); ?>
</th>
<?php
if ( PMA_MYSQL_INT_VERSION >= 40100 ) {
echo ' <td width="25">&nbsp;</td>' . "\n"
. ' <th>' . $strCollation . ':&nbsp;</th>' . "\n";
}
?>
</tr>
<tr><td><input type="text" name="comment" size="40" maxlength="80"
value="<?php echo (isset($comment) ? $comment : ''); ?>"
class="textfield" />
</td>
<td width="25">&nbsp;</td>
<td>
<?php echo PMA_generateEnginesDropdown('tbl_type', null, FALSE, (isset($GLOBALS['tbl_type']) ? $GLOBALS['tbl_type'] : null), 3); ?>
</td>
<?php
if ( PMA_MYSQL_INT_VERSION >= 40100 ) {
echo ' <td width="25">&nbsp;</td>' . "\n"
. ' <td>' . "\n"
. PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'tbl_collation', null, (isset($tbl_collation) ? $tbl_collation : null), FALSE, 3)
. ' </td>' . "\n";
}
?>
</tr>
</table>
<br />
<?php
} // end if ($action == 'tbl_create.php')
?>
 
<fieldset class="tblFooters">
<input type="submit" name="do_save_data" value="<?php echo $strSave; ?>" />
<?php if ($action == 'tbl_create.php' || $action == 'tbl_addfield.php') { ?>
<?php echo $GLOBALS['strOr']; ?>
<?php echo sprintf( $strAddFields, '<input type="text" id="added_fields" name="added_fields" size="2" value="1" onfocus="this.select()" />' ); ?>
<input type="submit" name="submit_num_fields"
value="<?php echo $GLOBALS['strGo']; ?>"
<?php /* onclick="if ( addField() ) return false;" */ ?>
onclick="return checkFormElementInRange(this.form, 'added_fields', '<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidFieldAddCount']); ?>', 1)"
/>
<?php } ?>
</fieldset>
 
</form>
 
<div class="notice">
<p> <a name="footnoote_setenumval"><sup>1</sup></a> <?php echo $strSetEnumVal; ?></p>
<p> <a name="footnoote_defaultvalue"><sup>2</sup></a> <?php echo $strDefaultValueHelp; ?></p>
<?php
if ($cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME']) {
echo '<p> <a name="footnoote_mime"><sup>3</sup></a> ' . $strMIME_transformation_options_note . '</p>';
echo '<p> ';
printf( $strMIME_transformation_note,
'<a href="transformation_overview.php?'
. PMA_generate_common_url($db, $table) . '" target="_blank">',
'</a>' );
echo '</p>';
}
?>
</div>
 
<center><?php echo PMA_showMySQLDocu('SQL-Syntax', 'CREATE_TABLE'); ?></center>
/Web/Maintenance/phpMyAdmin/libraries/tbl_properties_common.php
0,0 → 1,42
<?php
/* $Id: tbl_properties_common.php,v 1.3 2006/01/17 17:02:31 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/bookmark.lib.php');
 
// Check parameters
PMA_checkParameters(array('db', 'table'));
 
if ( PMA_MYSQL_INT_VERSION >= 50002 && $db === 'information_schema' ) {
$db_is_information_schema = true;
} else {
$db_is_information_schema = false;
}
 
/**
* Set parameters for links
* @deprecated
*/
$url_query = PMA_generate_common_url($db, $table);
 
$url_params['db'] = $db;
$url_params['table'] = $table;
 
/**
* Defines the urls to return to in case of error in a sql statement
*/
$err_url_0 = $cfg['DefaultTabDatabase'] . PMA_generate_common_url( array( 'db' => $db, ) );
$err_url = $cfg['DefaultTabTable'] . PMA_generate_common_url( $url_params );
 
 
/**
* Ensures the database and the table exist (else move to the "parent" script)
*/
require_once('./libraries/db_table_exists.lib.php');
 
?>
/Web/Maintenance/phpMyAdmin/libraries/tbl_properties_links.inc.php
0,0 → 1,131
<?php
/* $Id: tbl_properties_links.inc.php,v 1.6 2006/01/17 17:02:31 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// Check parameters
 
require_once('./libraries/common.lib.php');
 
PMA_checkParameters(array('db', 'table'));
 
/**
* Prepares links
*/
require_once('./libraries/bookmark.lib.php');
 
 
/**
* Set parameters for links
*/
if (empty($url_query)) {
$url_query = PMA_generate_common_url($db, $table);
}
$url_params['db'] = $db;
$url_params['table'] = $table;
 
/**
* Defines the urls to return to in case of error in a sql statement
*/
$err_url_0 = $cfg['DefaultTabDatabase'] . PMA_generate_common_url( array( 'db' => $db, ) );
$err_url = $cfg['DefaultTabTable'] . PMA_generate_common_url( $url_params );
 
/**
* Displays headers
*/
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
 
/**
* Displays links
*/
$tabs = array();
 
$tabs['browse']['icon'] = 'b_browse.png';
$tabs['browse']['text'] = $strBrowse;
 
$tabs['structure']['icon'] = 'b_props.png';
$tabs['structure']['link'] = 'tbl_properties_structure.php';
$tabs['structure']['text'] = $strStructure;
 
$tabs['sql']['icon'] = 'b_sql.png';
$tabs['sql']['link'] = 'tbl_properties.php';
$tabs['sql']['text'] = $strSQL;
 
$tabs['search']['icon'] = 'b_search.png';
$tabs['search']['text'] = $strSearch;
 
if ( ! (isset($db_is_information_schema) && $db_is_information_schema) ) {
$tabs['insert']['icon'] = 'b_insrow.png';
$tabs['insert']['link'] = 'tbl_change.php';
$tabs['insert']['text'] = $strInsert;
}
 
$tabs['export']['icon'] = 'b_tblexport.png';
$tabs['export']['link'] = 'tbl_properties_export.php';
$tabs['export']['args']['single_table'] = 'true';
$tabs['export']['text'] = $strExport;
 
/**
* Don't display "Import", "Operations" and "Empty"
* for views and information_schema
*/
if ( ! $tbl_is_view && ! (isset($db_is_information_schema) && $db_is_information_schema )) {
$tabs['import']['icon'] = 'b_tblimport.png';
$tabs['import']['link'] = 'tbl_import.php';
$tabs['import']['text'] = $strImport;
 
$tabs['operation']['icon'] = 'b_tblops.png';
$tabs['operation']['link'] = 'tbl_properties_operations.php';
$tabs['operation']['text'] = $strOperations;
 
if ($table_info_num_rows > 0) {
$ln8_stt = (PMA_MYSQL_INT_VERSION >= 40000)
? 'TRUNCATE TABLE '
: 'DELETE FROM ';
$tabs['empty']['link'] = 'sql.php';
$tabs['empty']['args']['sql_query'] = $ln8_stt . PMA_backquote($table);
$tabs['empty']['args']['zero_rows'] = sprintf($strTableHasBeenEmptied, htmlspecialchars($table));
$tabs['empty']['attr'] = 'onclick="return confirmLink(this, \'' . $ln8_stt . PMA_jsFormat($table) . '\')"';
$tabs['empty']['args']['goto'] = 'tbl_properties_structure.php';
$tabs['empty']['class'] = 'caution';
}
$tabs['empty']['icon'] = 'b_empty.png';
$tabs['empty']['text'] = $strEmpty;
}
 
/**
* no drop in information_schema
*/
if ( ! (isset($db_is_information_schema) && $db_is_information_schema) ) {
$tabs['drop']['icon'] = 'b_deltbl.png';
$tabs['drop']['link'] = 'sql.php';
$tabs['drop']['text'] = $strDrop;
$tabs['drop']['args']['reload'] = 1;
$tabs['drop']['args']['purge'] = 1;
$drop_command = 'DROP ' . ($tbl_is_view ? 'VIEW' : 'TABLE');
$tabs['drop']['args']['sql_query'] = $drop_command . ' ' . PMA_backquote($table);
$tabs['drop']['args']['goto'] = 'db_details_structure.php';
$tabs['drop']['args']['zero_rows'] = sprintf(($tbl_is_view ? $strViewHasBeenDropped : $strTableHasBeenDropped), htmlspecialchars($table));
$tabs['drop']['attr'] = 'onclick="return confirmLink(this, \'' . $drop_command . ' ' . PMA_jsFormat($table) . '\')"';
unset($drop_command);
$tabs['drop']['class'] = 'caution';
}
 
if ($table_info_num_rows > 0 || $tbl_is_view) {
$tabs['browse']['link'] = 'sql.php';
$tabs['browse']['args']['pos'] = 0;
$tabs['search']['link'] = 'tbl_select.php';
}
 
echo PMA_getTabs( $tabs );
unset( $tabs );
 
/**
* Displays a message
*/
if (!empty($message)) {
PMA_showMessage($message);
unset($message);
}
 
?><br />
/Web/Maintenance/phpMyAdmin/libraries/tbl_properties_table_info.inc.php
0,0 → 1,100
<?php
/* $Id: tbl_properties_table_info.inc.php,v 1.3 2005/12/08 12:14:34 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* extracts table properties from create statement
*
* @TODO this should be recoded as functions,
* to avoid messing with global variables
*/
 
/**
* requirements
*/
require_once('./libraries/common.lib.php');
 
// Check parameters
PMA_checkParameters(array('db', 'table'));
 
/**
* Defining global variables, in case this script is included by a function.
* This is necessary because this script can be included by libraries/header.inc.php.
*/
global $showtable, $tbl_is_view, $tbl_type, $show_comment, $tbl_collation,
$table_info_num_rows, $auto_increment;
 
/**
* Gets table informations
*/
// Seems we need to do this in MySQL 5.0.2,
// otherwise error #1046, no database selected
PMA_DBI_select_db($GLOBALS['db']);
 
// The 'show table' statement works correct since 3.23.03
$table_info_result = PMA_DBI_query(
'SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($GLOBALS['table'], true) . '\';',
null, PMA_DBI_QUERY_STORE);
 
// need this test because when we are creating a table, we get 0 rows
// from the SHOW TABLE query
// and we don't want to mess up the $tbl_type coming from the form
 
if ($table_info_result && PMA_DBI_num_rows($table_info_result) > 0) {
$showtable = PMA_DBI_fetch_assoc($table_info_result);
PMA_DBI_free_result($table_info_result);
unset( $table_info_result );
 
if (!isset($showtable['Type']) && isset($showtable['Engine'])) {
$showtable['Type'] =& $showtable['Engine'];
}
// MySQL < 5.0.13 returns "view", >= 5.0.13 returns "VIEW"
if ( PMA_MYSQL_INT_VERSION >= 50000 && !isset($showtable['Type'])
&& isset($showtable['Comment'])
&& strtoupper($showtable['Comment']) == 'VIEW' ) {
$tbl_is_view = true;
$tbl_type = $GLOBALS['strView'];
$show_comment = null;
} else {
$tbl_is_view = false;
$tbl_type = isset($showtable['Type'])
? strtoupper($showtable['Type'])
: '';
// a new comment could be coming from tbl_properties_operations.php
// and we want to show it in the header
if (isset($submitcomment) && isset($comment)) {
$show_comment = $comment;
} else {
$show_comment = isset($showtable['Comment'])
? $showtable['Comment']
: '';
}
}
$tbl_collation = empty($showtable['Collation'])
? ''
: $showtable['Collation'];
 
if ( null === $showtable['Rows'] ) {
$showtable['Rows'] = PMA_countRecords( $GLOBALS['db'],
$showtable['Name'], true, true );
}
$table_info_num_rows = isset($showtable['Rows']) ? $showtable['Rows'] : 0;
$auto_increment = isset($showtable['Auto_increment'])
? $showtable['Auto_increment']
: '';
 
$create_options = isset($showtable['Create_options'])
? explode(' ', $showtable['Create_options'])
: array();
 
// export create options by its name as variables into gloabel namespace
// f.e. pack_keys=1 becomes available as $pack_keys with value of '1'
foreach ( $create_options as $each_create_option ) {
$each_create_option = explode('=', $each_create_option);
if ( isset( $each_create_option[1] ) ) {
$$each_create_option[0] = $each_create_option[1];
}
}
unset( $create_options, $each_create_option );
} // end if
?>
/Web/Maintenance/phpMyAdmin/libraries/tbl_replace_fields.inc.php
0,0 → 1,226
<?php
/* $Id: tbl_replace_fields.inc.php,v 1.5 2006/01/17 17:02:31 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// note: grab_globals has extracted the fields from _FILES
// or HTTP_POST_FILES
 
// Check parameters
 
require_once('./libraries/common.lib.php');
 
PMA_checkParameters(array('db', 'encoded_key'));
 
 
// f i e l d u p l o a d e d f r o m a f i l e
 
// garvin: original if-clause checked, whether input was stored in a possible fields_upload_XX var.
// Now check, if the field is set. If it is empty or a malicious file, do not alter fields contents.
// If an empty or invalid file is specified, the binary data gets deleter. Maybe a nice
// new text-variable is appropriate to document this behaviour.
 
// garvin: security cautions! You could trick the form and submit any file the webserver has access to
// for upload to a binary field. Shouldn't be that easy! ;)
 
// garvin: default is to advance to the field-value parsing. Will only be set to true when a
// binary file is uploaded, thus bypassing further manipulation of $val.
 
$check_stop = false;
 
// Check if a multi-edit row was found
${'me_fields_upload_' . $encoded_key} = (isset($enc_primary_key) && isset(${'fields_upload_' . $encoded_key}['multi_edit']) ? ${'fields_upload_' . $encoded_key}['multi_edit'][$enc_primary_key] : (isset(${'fields_upload_' . $encoded_key}) ? ${'fields_upload_' . $encoded_key} : null));
${'me_fields_uploadlocal_' . $encoded_key} = (isset($enc_primary_key) && isset(${'fields_uploadlocal_' . $encoded_key}['multi_edit']) ? ${'fields_uploadlocal_' . $encoded_key}['multi_edit'][$enc_primary_key] : (isset(${'fields_uploadlocal_' . $encoded_key}) ? ${'fields_uploadlocal_' . $encoded_key} : null));
 
if (isset(${'me_fields_upload_' . $encoded_key}) && ${'me_fields_upload_' . $encoded_key} != 'none'){
// garvin: This fields content is a blob-file upload.
 
if (!empty(${'me_fields_upload_' . $encoded_key})) {
// garvin: The blob-field is not empty. Check what we have there.
 
$data_file = ${'me_fields_upload_' . $encoded_key};
 
if (is_uploaded_file($data_file)) {
// garvin: A valid uploaded file is found. Look into the file...
 
$val = fread(fopen($data_file, 'rb'), filesize($data_file));
// nijel: This is probably the best way how to put binary data
// into MySQL and it also allow not to care about charset
// conversion that would otherwise corrupt the data.
 
if (!empty($val)) {
// garvin: The upload was valid. Check in new blob-field's contents.
$val = '0x' . bin2hex($val);
$seen_binary = TRUE;
$check_stop = TRUE;
}
// garvin: ELSE: an empty file was uploaded. Remove blob-field's contents.
// Blob-fields are preserved, see below. ($protected$)
 
} else {
// garvin: Danger, will robinson. File is malicious. Blob-fields are preserved, see below. ($protected$)
// void
}
 
} elseif (!empty(${'me_fields_uploadlocal_' . $encoded_key})) {
$file_to_upload = PMA_userDir($cfg['UploadDir']) . preg_replace('@\.\.*@', '.', ${'me_fields_uploadlocal_' . $encoded_key});
 
// A local file will be uploaded.
$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
 
$unlink = false;
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)) {
// if we cannot move the file don't change blob fields
$file_to_upload = '';
} else {
$new_file_to_upload = $tmp_subdir . basename($file_to_upload);
move_uploaded_file($file_to_upload, $new_file_to_upload);
 
$file_to_upload = $new_file_to_upload;
$unlink = true;
}
}
 
if ($file_to_upload != '') {
 
$val = fread(fopen($file_to_upload, 'rb'), filesize($file_to_upload));
if (!empty($val)) {
$val = '0x' . bin2hex($val);
$seen_binary = TRUE;
$check_stop = TRUE;
}
 
if ($unlink == TRUE) {
unlink($file_to_upload);
}
}
 
}
// garvin: else: Post-field contains no data. Blob-fields are preserved, see below. ($protected$)
 
}
 
if (!$check_stop) {
 
// f i e l d v a l u e i n t h e f o r m
 
if (isset($me_fields_type[$encoded_key])) {
$type = $me_fields_type[$encoded_key];
} else {
$type = '';
}
 
$f = 'field_' . md5($key);
$t_fval = (isset($$f) ? $$f : null);
if (isset($t_fval['multi_edit']) && isset($t_fval['multi_edit'][$enc_primary_key])) {
$fval = &$t_fval['multi_edit'][$enc_primary_key];
} else {
$fval = null;
}
switch (strtolower($val)) {
// let users type NULL or null to input this string and not a NULL value
//case 'null':
// break;
case '':
switch ($type) {
case 'enum':
// if we have an enum, then construct the value
if (!empty($fval)) {
$val = implode(',', $fval);
if ($val == 'null') {
// void
} else {
// the data here is urlencoded
$val = "'" . PMA_sqlAddslashes(urldecode($val)) . "'";
}
} else {
$val = "''";
}
break;
case 'set':
// if we have a set, then construct the value
if (!empty($fval)) {
$val = implode(',', $fval);
// the data here is urlencoded
$val = "'" . PMA_sqlAddslashes(urldecode($val)) . "'";
} else {
$val = "''";
}
break;
case 'foreign':
// if we have a foreign key, then construct the value
if (!empty($fval)) {
$val = implode(',', $fval);
if ($val == 'null') {
// void
} else {
// the data here is not urlencoded!
//$val = "'" . PMA_sqlAddslashes(urldecode($val)) . "'";
$val = "'" . PMA_sqlAddslashes($val) . "'";
}
} else {
$val = "''";
}
break;
case 'protected':
// here we are in protected mode (asked in the config)
// so tbl_change has put this special value in the
// fields array, so we do not change the field value
// but we can still handle field upload
 
// garvin: when in UPDATE mode, do not alter field's contents. When in INSERT
// mode, insert empty field because no values were submitted. If protected
// blobs where set, insert original fields content.
if (isset($fieldlist)) {
if (isset($prot_row) && isset($prot_row[$key]) && !empty($prot_row[$key])) {
$val = '0x' . bin2hex($prot_row[$key]);
$seen_binary = TRUE;
} else {
$val = "''";
}
} else {
unset($val);
}
 
break;
default:
// best way to avoid problems in strict mode (works also in non-strict mode)
if (isset($me_auto_increment) && isset($me_auto_increment[$encoded_key])) {
$val = 'NULL';
} else {
$val = "'" . PMA_sqlAddslashes($val) . "'";
}
break;
}
break;
default:
if (!($type == 'timestamp' && $val == 'CURRENT_TIMESTAMP')) {
$val = "'" . PMA_sqlAddslashes($val) . "'";
}
break;
} // end switch
 
// Was the Null checkbox checked for this field?
// (if there is a value, we ignore the Null checkbox: this could
// be possible if Javascript is disabled in the browser)
if (isset($me_fields_null) && isset($me_fields_null[$encoded_key])
&& $val=="''") {
$val = 'NULL';
}
 
// The Null checkbox was unchecked for this field
if (empty($val) && isset($me_fields_null_prev) && isset($me_fields_null_prev[$encoded_key]) && !isset($me_fields_null[$encoded_key])) {
$val = "''";
}
} // end else (field value in the form)
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/README
0,0 → 1,4
TRANSFORMATION USAGE (Garvin Hicking, <me@supergarv.de>)
====================
 
See the Documentation.html for complete instructions on how to use transformation plugins.
/Web/Maintenance/phpMyAdmin/libraries/transformations/TEMPLATE
0,0 → 1,28
<?php
/* $Id: TEMPLATE,v 2.1 2003/11/26 22:52:24 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Plugin function TEMPLATE (Garvin Hicking).
* -----------------------------------------
*
* For instructions, read the /Documentation.html file.
*
* The string [ENTER_FILENAME_HERE] shall be substituted with the filename without the '.inc.php'
* extension. For further information regarding naming conventions see the /Documentation.html file.
*/
 
function PMA_transformation_[ENTER_FILENAME_HERE]($buffer, $options = array(), $meta = '') {
// possibly use a global transform and feed it with special options:
// include('./libraries/transformations/global.inc.php');
 
// further operations on $buffer using the $options[] array.
 
// You can evaluate the propagated $meta Object. It's contained fields are described in http://www.php.net/mysql_fetch_field.
// This stored information can be used to get the field information about the transformed field.
// $meta->mimetype contains the original MimeType of the field (i.e. 'text/plain', 'image/jpeg' etc.)
 
return $buffer;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/TEMPLATE_MIMETYPE
0,0 → 1,13
<?php
/* $Id: TEMPLATE_MIMETYPE,v 2.1 2003/11/26 22:52:24 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* MIME-Init function TEMPLATE (Garvin Hicking).
* -----------------------------------------
*
* This files serves no function. It's only kept here to add a mimetype value for selection.
* You can still use global or other mimetype's transforms with this mimetype.
*/
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/application_octetstream__download.inc.php
0,0 → 1,29
<?php
/* $Id: application_octetstream__download.inc.php,v 2.0 2003/12/29 17:48:40 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_application_octetstream__download(&$buffer, $options = array(), $meta = '') {
global $row;
 
if (isset($options[0]) && !empty($options[0])) {
$cn = $options[0]; // filename
} else {
if (isset($options[1]) && !empty($options[1]) && isset($row[$options[1]])) {
$cn = $row[$options[1]];
} else {
$cn = 'binary_file.dat';
}
}
 
return
sprintf(
'<a href="transformation_wrapper.php%s&amp;ct=application/octet-stream&amp;cn=%s" title="%s">%s</a>',
 
$options['wrapper_link'],
urlencode($cn),
htmlspecialchars($cn),
htmlspecialchars($cn)
);
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/application_octetstream__hex.inc.php
0,0 → 1,12
<?php
/* $Id: application_octetstream__hex.inc.php,v 1.1 2005/06/24 14:28:00 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_application_octetstream__hex($buffer, $options = array(), $meta = '') {
// possibly use a global transform and feed it with special options:
// include('./libraries/transformations/global.inc.php');
 
return chunk_split(bin2hex($buffer), 2, ' ');
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/generator.sh
0,0 → 1,33
#!/bin/bash
# $Id: generator.sh,v 2.0 2003/11/18 15:20:44 nijel Exp $
#
# Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator.sh and template_generator_mimetype.sh
#
#
# $1: Template
# $2: Filename
# $3: (optional) Description
 
if [ $# == 0 ]
then
echo "Please call template_generator.sh or template_generator_mimetype.sh instead"
echo ""
exit 65
fi
functionupper="`echo $2 | tr [:lower:] [:upper:]`"
functionlower="`echo $2 | tr [:upper:] [:lower:]`"
 
cat $1 | sed "s/\[ENTER_FILENAME_HERE\]/$functionupper/" | sed "s/\[enter_filename_here\]/$functionlower/" >> $2.inc.php
 
if [ "$3" ]
then
echo ""
echo "To do later:"
echo "cd ../../lang"
echo "./add_message.sh '\$strTransformation_${functionlower}' '$3'"
echo ""
fi
 
echo "Created $2.inc.php"
echo ""
/Web/Maintenance/phpMyAdmin/libraries/transformations/global.inc.php
0,0 → 1,48
<?php
/* $Id: global.inc.php,v 2.3 2003/11/26 22:52:24 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* GLOBAL Plugin function (Garvin Hicking).
* ---------------
*
* THIS FILE PROVIDES BASIC FUNCTIONS TO USE IN OTHER PLUGINS!
*
* The basic filename usage for any plugin, residing in the libraries/transformations directory is:
*
* -- <mime_type>_<mime_subtype>__<transformation_name>.inc.php
*
* The function name has to be the like above filename:
*
* -- function PMA_transformation_<mime_type>_<mime_subtype>__<transformation_name>.inc.php
*
* Please use short and expressive names. For now, special characters which aren't allowed in
* filenames or functions should not be used.
*
* Please provide a comment for your function, what it does and what parameters are available.
*
*/
 
function PMA_transformation_global_plain($buffer, $options = array(), $meta = '') {
return htmlspecialchars($buffer);
}
 
function PMA_transformation_global_html($buffer, $options = array(), $meta = '') {
return $buffer;
}
 
function PMA_transformation_global_html_replace($buffer, $options = array(), $meta = '') {
if (!isset($options['string'])) {
$options['string'] = '';
}
 
if (isset($options['regex']) && isset($options['regex_replace'])) {
$buffer = preg_replace('@' . str_replace('@', '\@', $options['regex']) . '@si', $options['regex_replace'], $buffer);
}
 
// Replace occurences of [__BUFFER__] with actual text
$return = str_replace("[__BUFFER__]", $buffer, $options['string']);
return $return;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/image_jpeg__inline.inc.php
0,0 → 1,18
<?php
/* $Id: image_jpeg__inline.inc.php,v 2.3 2005/05/22 17:09:27 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_image_jpeg__inline($buffer, $options = array(), $meta = '') {
require_once('./libraries/transformations/global.inc.php');
 
if (PMA_IS_GD2) {
$transform_options = array ('string' => '<a href="transformation_wrapper.php' . $options['wrapper_link'] . '" target="_blank"><img src="transformation_wrapper.php' . $options['wrapper_link'] . '&amp;resize=jpeg&amp;newWidth=' . (isset($options[0]) ? $options[0] : '100') . '&amp;newHeight=' . (isset($options[1]) ? $options[1] : 100) . '" alt="[__BUFFER__]" border="0" /></a>');
} else {
$transform_options = array ('string' => '<img src="transformation_wrapper.php' . $options['wrapper_link'] . '" alt="[__BUFFER__]" width="320" height="240" />');
}
$buffer = PMA_transformation_global_html_replace($buffer, $transform_options);
 
return $buffer;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/image_jpeg__link.inc.php
0,0 → 1,14
<?php
/* $Id: image_jpeg__link.inc.php,v 2.2 2003/12/02 15:49:21 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_image_jpeg__link($buffer, $options = array(), $meta = '') {
require_once('./libraries/transformations/global.inc.php');
 
$transform_options = array ('string' => '<a href="transformation_wrapper.php' . $options['wrapper_link'] . '" alt="[__BUFFER__]">[BLOB]</a>');
$buffer = PMA_transformation_global_html_replace($buffer, $transform_options);
 
return $buffer;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/image_png__inline.inc.php
0,0 → 1,18
<?php
/* $Id: image_png__inline.inc.php,v 2.3 2005/05/22 17:09:27 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_image_png__inline($buffer, $options = array(), $meta = '') {
require_once('./libraries/transformations/global.inc.php');
 
if (PMA_IS_GD2) {
$transform_options = array ('string' => '<a href="transformation_wrapper.php' . $options['wrapper_link'] . '" target="_blank"><img src="transformation_wrapper.php' . $options['wrapper_link'] . '&amp;resize=png&amp;newWidth=' . (isset($options[0]) ? $options[0] : '100') . '&amp;newHeight=' . (isset($options[1]) ? $options[1] : 100) . '" alt="[__BUFFER__]" border="0" /></a>');
} else {
$transform_options = array ('string' => '<img src="transformation_wrapper.php' . $options['wrapper_link'] . '" alt="[__BUFFER__]" width="320" height="240" />');
}
$buffer = PMA_transformation_global_html_replace($buffer, $transform_options);
 
return $buffer;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/template_generator.sh
0,0 → 1,25
#!/bin/bash
# $Id: template_generator.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $
#
# Shell script that adds a new mimetype with transform function.
#
# The filename should contain either 'mimetype_subtype' or 'mimetype'.
# The suffix '.inc.php' is appended automatically!
#
# The 'description' parameter will add a new entry in the language file. Watch out for
# special escaping.
#
# Example: template_generator.sh 'filename' 'description'
#
if [ $# == 0 ]
then
echo "Usage: template_generator.sh 'filename' 'description'"
echo ""
exit 65
fi
 
 
 
./generator.sh 'TEMPLATE' "$1" "$2"
echo " "
echo "New TRANSFORM FUNCTION $1.inc.php added."
/Web/Maintenance/phpMyAdmin/libraries/transformations/template_generator_mimetype.sh
0,0 → 1,20
#!/bin/bash
# $Id: template_generator_mimetype.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $
#
# Shell script that adds a new mimetype without transform function.
#
# The filename should contain either 'mimetype_subtype' or 'mimetype'.
# The suffix '.inc.php' is appended automatically!
#
# Example: template_generator_mimetype.sh 'filename'
#
if [ $# == 0 ]
then
echo "Usage: template_generator_mimetype.sh 'filename'"
echo ""
exit 65
fi
 
./generator.sh 'TEMPLATE_MIMETYPE' "$1"
echo " "
echo "New MIMETYPE $1.inc.php added."
/Web/Maintenance/phpMyAdmin/libraries/transformations/text_plain__dateformat.inc.php
0,0 → 1,61
<?php
/* $Id: text_plain__dateformat.inc.php,v 2.3 2003/12/05 11:02:14 garvinhicking Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_text_plain__dateformat($buffer, $options = array(), $meta = '') {
// possibly use a global transform and feed it with special options:
// include('./libraries/transformations/global.inc.php');
 
// further operations on $buffer using the $options[] array.
if (!isset($options[0]) || $options[0] == '') {
$options[0] = 0;
}
 
if (!isset($options[1]) || $options[1] == '') {
$options[1] = $GLOBALS['datefmt'];
 
}
 
$timestamp = -1;
 
// Detect TIMESTAMP(6 | 8 | 10 | 12 | 14), (2 | 4) not supported here.
if (preg_match('/^(\d{2}){3,7}$/', $buffer)) {
 
if (strlen($buffer) == 14 || strlen($buffer) == 8) {
$offset = 4;
} else {
$offset = 2;
}
 
$d = array();
$d['year'] = substr($buffer, 0, $offset);
$d['month'] = substr($buffer, $offset, 2);
$d['day'] = substr($buffer, $offset + 2, 2);
$d['hour'] = substr($buffer, $offset + 4, 2);
$d['minute'] = substr($buffer, $offset + 6, 2);
$d['second'] = substr($buffer, $offset + 8, 2);
 
if (checkdate($d['month'], $d['day'], $d['year'])) {
$timestamp = mktime($d['hour'], $d['minute'], $d['second'], $d['month'], $d['day'], $d['year']);
}
// If all fails, assume one of the dozens of valid strtime() syntaxes (http://www.gnu.org/manual/tar-1.12/html_chapter/tar_7.html)
} else {
$timestamp = strtotime($buffer);
}
 
// If all above failed, maybe it's a Unix timestamp already?
if ($timestamp < 0 && preg_match('/^[1-9]\d{1,9}$/', $buffer)) {
$timestamp = $buffer;
}
 
// Reformat a valid timestamp
if ($timestamp >= 0) {
$timestamp -= $options[0] * 60 * 60;
$source = $buffer;
$buffer = '<dfn onclick="alert(\'' . $source . '\');" title="' . $source . '">' . PMA_localisedDate($timestamp, $options[1]) . '</dfn>';
}
 
return $buffer;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/text_plain__external.inc.php
0,0 → 1,91
<?php
/* $Id: text_plain__external.inc.php,v 2.8 2006/01/19 15:39:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_text_plain__external_nowrap($options = array()) {
if (!isset($options[3]) || $options[3] == '') {
$nowrap = true;
} elseif ($options[3] == '1' || $options[3] == 1) {
$nowrap = true;
} else {
$nowrap = false;
}
 
return $nowrap;
}
 
function PMA_transformation_text_plain__external($buffer, $options = array(), $meta = '') {
// possibly use a global transform and feed it with special options:
// include('./libraries/transformations/global.inc.php');
 
// further operations on $buffer using the $options[] array.
 
$allowed_programs = array();
 
//
// WARNING:
//
// It's up to administrator to allow anything here. Note that users may
// specify any parameters, so when programs allow output redirection or
// any other possibly dangerous operations, you should write wrapper
// script that will publish only functions you really want.
//
// Add here program definitions like (note that these are NOT safe
// programs):
//
//$allowed_programs[0] = '/usr/local/bin/tidy';
//$allowed_programs[1] = '/usr/local/bin/validate';
 
// no-op when no allowed programs
if (count($allowed_programs) == 0) {
return $buffer;
}
 
if (!isset($options[0]) || $options[0] == '' || !isset($allowed_programs[$options[0]])) {
$program = $allowed_programs[0];
} else {
$program = $allowed_programs[$options[0]];
}
 
if (!isset($options[1]) || $options[1] == '') {
$poptions = '-f /dev/null -i -wrap -q';
} else {
$poptions = $options[1];
}
 
if (!isset($options[2]) || $options[2] == '') {
$options[2] = 1;
}
 
if (!isset($options[3]) || $options[3] == '') {
$options[3] = 1;
}
 
// needs PHP >= 4.3.0
$newstring = '';
$descriptorspec = array(
0 => array("pipe", "r"),
1 => array("pipe", "w")
);
$process = proc_open($program . ' ' . $poptions, $descriptorspec, $pipes);
if (is_resource($process)) {
fwrite($pipes[0], $buffer);
fclose($pipes[0]);
 
while (!feof($pipes[1])) {
$newstring .= fgets($pipes[1], 1024);
}
fclose($pipes[1]);
// we don't currently use the return value
$return_value = proc_close($process);
}
 
if ($options[2] == 1 || $options[2] == '2') {
$retstring = htmlspecialchars($newstring);
} else {
$retstring = $newstring;
}
 
return $retstring;
}
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/text_plain__formatted.inc.php
0,0 → 1,9
<?php
/* $Id: text_plain__formatted.inc.php,v 2.1 2003/11/26 22:52:24 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_text_plain__formatted($buffer, $options = array(), $meta = '') {
return $buffer;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/text_plain__imagelink.inc.php
0,0 → 1,13
<?php
/* $Id: text_plain__imagelink.inc.php,v 2.3 2005/05/22 17:09:27 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_text_plain__imagelink($buffer, $options = array(), $meta = '') {
require_once('./libraries/transformations/global.inc.php');
 
$transform_options = array ('string' => '<a href="' . (isset($options[0]) ? $options[0] : '') . $buffer . '" target="_blank"><img src="' . (isset($options[0]) ? $options[0] : '') . $buffer . '" border="0" width="' . (isset($options[1]) ? $options[1] : 100) . '" height="' . (isset($options[2]) ? $options[2] : 50) . '" />' . $buffer . '</a>');
$buffer = PMA_transformation_global_html_replace($buffer, $transform_options);
return $buffer;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/text_plain__link.inc.php
0,0 → 1,18
<?php
/* $Id: text_plain__link.inc.php,v 2.1 2003/11/26 22:52:24 rabus Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_text_plain__link($buffer, $options = array(), $meta = '') {
require_once('./libraries/transformations/global.inc.php');
 
// $transform_options = array ('string' => '<a href="' . (isset($options[0]) ? $options[0] : '') . '%1$s" title="' . (isset($options[1]) ? $options[1] : '%1$s') . '">' . (isset($options[1]) ? $options[1] : '%1$s') . '</a>');
 
$transform_options = array ('string' => '<a href="' . (isset($options[0]) ? $options[0] : '') . $buffer . '" title="' . (isset($options[1]) ? $options[1] : '') . '">' . (isset($options[1]) ? $options[1] : $buffer) . '</a>');
 
$buffer = PMA_transformation_global_html_replace($buffer, $transform_options);
 
return $buffer;
 
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/text_plain__sql.inc.php
0,0 → 1,12
<?php
/* $Id: text_plain__sql.inc.php,v 1.1 2005/10/16 16:16:36 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_text_plain__sql($buffer, $options = array(), $meta = '') {
$result = PMA_SQP_formatHtml(PMA_SQP_parse($buffer));
// Need to clear error state not to break subsequent queries display.
PMA_SQP_resetError();
return $result;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations/text_plain__substr.inc.php
0,0 → 1,44
<?php
/* $Id: text_plain__substr.inc.php,v 2.3 2004/03/09 15:02:28 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
function PMA_transformation_text_plain__substr($buffer, $options = array(), $meta = '') {
// possibly use a global transform and feed it with special options:
// include('./libraries/transformations/global.inc.php');
 
// further operations on $buffer using the $options[] array.
if (!isset($options[0]) || $options[0] == '') {
$options[0] = 0;
}
 
if (!isset($options[1]) || $options[1] == '') {
$options[1] = 'all';
}
 
if (!isset($options[2]) || $options[2] == '') {
$options[2] = '...';
}
 
$newtext = '';
if ($options[1] != 'all') {
$newtext = PMA_substr($buffer, $options[0], $options[1]);
} else {
$newtext = PMA_substr($buffer, $options[0]);
}
 
$length = strlen($newtext);
$baselength = strlen($buffer);
if ($length != $baselength) {
if ($options[0] != 0) {
$newtext = $options[2] . $newtext;
}
 
if (($length + $options[0]) != $baselength) {
$newtext .= $options[2];
}
}
 
return $newtext;
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/transformations.lib.php
0,0 → 1,209
<?php
/* $Id: transformations.lib.php,v 2.14 2006/01/19 15:39:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Set of functions used with the relation and pdf feature
*/
 
function PMA_transformation_getOptions($string) {
$transform_options = array();
 
if ($string != '') {
if ($string{0} == "'" && $string{strlen($string)-1} == "'") {
$transform_options = explode('\',\'', substr($string, 1, strlen($string)-2));
} else {
$transform_options = array(0 => $string);
}
}
 
// strip possible slashes to behave like documentation says
$result = array();
foreach ($transform_options as $val) {
$result[] = stripslashes($val);
}
return $result;
}
 
/**
* Gets all available MIME-types
*
* @return array array[mimetype], array[transformation]
*
* @access public
*
* @author Garvin Hicking <me@supergarv.de>
*/
function PMA_getAvailableMIMEtypes() {
$handle = opendir('./libraries/transformations');
 
$stack = array();
$filestack = array();
 
while (($file = readdir($handle)) != false) {
$filestack[$file] = $file;
}
 
closedir($handle);
 
if (is_array($filestack)) {
@ksort($filestack);
foreach ($filestack AS $key => $file) {
 
if (preg_match('|^.*__.*\.inc\.php$|', trim($file))) {
// File contains transformation functions.
$base = explode('__', str_replace('.inc.php', '', $file));
$mimetype = str_replace('_', '/', $base[0]);
$stack['mimetype'][$mimetype] = $mimetype;
 
$stack['transformation'][] = $mimetype . ': ' . $base[1];
$stack['transformation_file'][] = $file;
 
} elseif (preg_match('|^.*\.inc\.php$|', trim($file))) {
// File is a plain mimetype, no functions.
$base = str_replace('.inc.php', '', $file);
 
if ($base != 'global') {
$mimetype = str_replace('_', '/', $base);
$stack['mimetype'][$mimetype] = $mimetype;
$stack['empty_mimetype'][$mimetype] = $mimetype;
}
}
 
}
}
 
return $stack;
}
 
/**
* Gets the mimetypes for all rows of a table
*
* @param string the name of the db to check for
* @param string the name of the table to check for
* @param string whether to include only results having a mimetype set
*
* @return array [field_name][field_key] = field_value
*
* @global array the list of relations settings
*
* @access public
*
* @author Mike Beck <mikebeck@users.sourceforge.net> / Garvin Hicking <me@supergarv.de>
*/
function PMA_getMIME($db, $table, $strict = false) {
global $cfgRelation;
 
$com_qry = 'SELECT column_name, mimetype, transformation, transformation_options FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND (mimetype != \'\'' . (!$strict ? ' OR transformation != \'\' OR transformation_options != \'\'' : '') . ')';
$com_rs = PMA_query_as_cu($com_qry);
 
while ($row = @PMA_DBI_fetch_assoc($com_rs)) {
$col = $row['column_name'];
$mime[$col]['mimetype'] = $row['mimetype'];
$mime[$col]['transformation'] = $row['transformation'];
$mime[$col]['transformation_options'] = $row['transformation_options'];
} // end while
PMA_DBI_free_result($com_rs);
unset($com_rs);
 
if (isset($mime) && is_array($mime)) {
return $mime;
} else {
return FALSE;
}
} // end of the 'PMA_getMIME()' function
 
/**
* Set a single mimetype to a certain value.
*
* @param string the name of the db
* @param string the name of the table
* @param string the name of the column
* @param string the mimetype of the column
* @param string the transformation of the column
* @param string the transformation options of the column
* @param string (optional) force delete, will erase any existing comments for this column
*
* @return boolean true, if comment-query was made.
*
* @global array the list of relations settings
*
* @access public
*/
function PMA_setMIME($db, $table, $key, $mimetype, $transformation, $transformation_options, $forcedelete = false) {
global $cfgRelation;
 
$test_qry = 'SELECT mimetype, ' . PMA_backquote('comment') . ' FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND column_name = \'' . PMA_sqlAddslashes($key) . '\'';
$test_rs = PMA_query_as_cu($test_qry, TRUE, PMA_DBI_QUERY_STORE);
 
if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) {
$row = @PMA_DBI_fetch_assoc($test_rs);
PMA_DBI_free_result($test_rs);
unset($test_rs);
 
if (!$forcedelete && (strlen($mimetype) > 0 || strlen($transformation) > 0 || strlen($transformation_options) > 0 || strlen($row['comment']) > 0)) {
$upd_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' SET mimetype = \'' . PMA_sqlAddslashes($mimetype) . '\','
. ' transformation = \'' . PMA_sqlAddslashes($transformation) . '\','
. ' transformation_options = \'' . PMA_sqlAddslashes($transformation_options) . '\''
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND column_name = \'' . PMA_sqlAddslashes($key) . '\'';
} else {
$upd_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND column_name = \'' . PMA_sqlAddslashes($key) . '\'';
}
} elseif (strlen($mimetype) > 0 || strlen($transformation) > 0 || strlen($transformation_options) > 0) {
$upd_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['column_info'])
. ' (db_name, table_name, column_name, mimetype, transformation, transformation_options) '
. ' VALUES('
. '\'' . PMA_sqlAddslashes($db) . '\','
. '\'' . PMA_sqlAddslashes($table) . '\','
. '\'' . PMA_sqlAddslashes($key) . '\','
. '\'' . PMA_sqlAddslashes($mimetype) . '\','
. '\'' . PMA_sqlAddslashes($transformation) . '\','
. '\'' . PMA_sqlAddslashes($transformation_options) . '\')';
}
 
if (isset($upd_query)){
$upd_rs = PMA_query_as_cu($upd_query);
PMA_DBI_free_result($upd_rs);
unset($upd_rs);
return true;
} else {
return false;
}
} // end of 'PMA_setMIME()' function
 
/**
* Returns the real filename of a configured transformation
*
* @param string the current filename
*
* @return string the new filename
*
* @access public
*/
function PMA_sanitizeTransformationFile(&$filename) {
// garvin: for security, never allow to break out from transformations directory
 
$include_file = PMA_securePath($filename);
 
// This value can also contain a 'php3' value, in which case we map this filename to our new 'php' variant
$testfile = preg_replace('@\.inc\.php3$@', '.inc.php', $include_file);
if ($include_file{strlen($include_file)-1} == '3' && file_exists('./libraries/transformations/' . $testfile)) {
$include_file = $testfile;
$filename = $testfile; // Corrects the referenced variable for further actions on the filename;
}
 
return $include_file;
} // end of 'PMA_sanitizeTransformationFile()' function
?>
/Web/Maintenance/phpMyAdmin/libraries/unzip.lib.php
0,0 → 1,492
<?PHP
/* $Id: unzip.lib.php,v 1.2 2006/01/17 17:02:31 cybot_tm Exp $ */
 
/**
* ZIP file unpack classes. Contributed to the phpMyAdmin project.
*
* @category phpPublic
* @package File-Formats-ZIP
* @subpackage Unzip
* @filesource unzip.lib.php
* @version 1.0.1
*
* @author Holger Boskugel <vbwebprofi@gmx.de>
* @copyright Copyright © 2003, Holger Boskugel, Berlin, Germany
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* @history
* 2003-12-02 - HB : Patched : naming bug : Time/Size of file
* Added : ZIP file comment
* Added : Check BZIP2 support of PHP
* 2003-11-29 - HB * Initial version
*/
 
/**
* Unzip class, which retrieves entries from ZIP files.
*
* Supports only the compression modes
* - 0 : Stored,
* - 8 : Deflated and
* - 12 : BZIP2
*
* Based on :<BR>
* <BR>
* {@link http://www.pkware.com/products/enterprise/white_papers/appnote.html
* * Official ZIP file format}<BR>
* {@link http://msdn.microsoft.com/library/en-us/w98ddk/hh/w98ddk/storage_5l4m.asp
* * Microsoft DOS date/time format}
*
* @category phpPublic
* @package File-Formats-ZIP
* @subpackage Unzip
* @version 1.0.1
* @author Holger Boskugel <vbwebprofi@gmx.de>
* @uses SimpleUnzipEntry
* @example example.unzip.php Two examples
*/
class SimpleUnzip {
// 2003-12-02 - HB >
/**
* Array to store file entries
*
* @var string
* @access public
* @see ReadFile()
* @since 1.0.1
*/
var $Comment = '';
// 2003-12-02 - HB <
 
/**
* Array to store file entries
*
* @var array
* @access public
* @see ReadFile()
* @since 1.0
*/
var $Entries = array();
 
/**
* Name of the ZIP file
*
* @var string
* @access public
* @see ReadFile()
* @since 1.0
*/
var $Name = '';
 
/**
* Size of the ZIP file
*
* @var integer
* @access public
* @see ReadFile()
* @since 1.0
*/
var $Size = 0;
 
/**
* Time of the ZIP file (unix timestamp)
*
* @var integer
* @access public
* @see ReadFile()
* @since 1.0
*/
var $Time = 0;
 
/**
* Contructor of the class
*
* @param string File name
* @return SimpleUnzip Instanced class
* @access public
* @uses SimpleUnzip::ReadFile() Opens file on new if specified
* @since 1.0
*/
function SimpleUnzip($in_FileName = '')
{
if ($in_FileName !== '') {
SimpleUnzip::ReadFile($in_FileName);
}
} // end of the 'SimpleUnzip' constructor
 
/**
* Counts the entries
*
* @return integer Count of ZIP entries
* @access public
* @uses $Entries
* @since 1.0
*/
function Count()
{
return count($this->Entries);
} // end of the 'Count()' method
 
/**
* Gets data of the specified ZIP entry
*
* @param integer Index of the ZIP entry
* @return mixed Data for the ZIP entry
* @uses SimpleUnzipEntry::$Data
* @access public
* @since 1.0
*/
function GetData($in_Index)
{
return $this->Entries[$in_Index]->Data;
} // end of the 'GetData()' method
 
/**
* Gets an entry of the ZIP file
*
* @param integer Index of the ZIP entry
* @return SimpleUnzipEntry Entry of the ZIP file
* @uses $Entries
* @access public
* @since 1.0
*/
function GetEntry($in_Index)
{
return $this->Entries[$in_Index];
} // end of the 'GetEntry()' method
 
/**
* Gets error code for the specified ZIP entry
*
* @param integer Index of the ZIP entry
* @return integer Error code for the ZIP entry
* @uses SimpleUnzipEntry::$Error
* @access public
* @since 1.0
*/
function GetError($in_Index)
{
return $this->Entries[$in_Index]->Error;
} // end of the 'GetError()' method
 
/**
* Gets error message for the specified ZIP entry
*
* @param integer Index of the ZIP entry
* @return string Error message for the ZIP entry
* @uses SimpleUnzipEntry::$ErrorMsg
* @access public
* @since 1.0
*/
function GetErrorMsg($in_Index)
{
return $this->Entries[$in_Index]->ErrorMsg;
} // end of the 'GetErrorMsg()' method
 
/**
* Gets file name for the specified ZIP entry
*
* @param integer Index of the ZIP entry
* @return string File name for the ZIP entry
* @uses SimpleUnzipEntry::$Name
* @access public
* @since 1.0
*/
function GetName($in_Index)
{
return $this->Entries[$in_Index]->Name;
} // end of the 'GetName()' method
 
/**
* Gets path of the file for the specified ZIP entry
*
* @param integer Index of the ZIP entry
* @return string Path of the file for the ZIP entry
* @uses SimpleUnzipEntry::$Path
* @access public
* @since 1.0
*/
function GetPath($in_Index)
{
return $this->Entries[$in_Index]->Path;
} // end of the 'GetPath()' method
 
/**
* Gets file time for the specified ZIP entry
*
* @param integer Index of the ZIP entry
* @return integer File time for the ZIP entry (unix timestamp)
* @uses SimpleUnzipEntry::$Time
* @access public
* @since 1.0
*/
function GetTime($in_Index)
{
return $this->Entries[$in_Index]->Time;
} // end of the 'GetTime()' method
 
/**
* Reads ZIP file and extracts the entries
*
* @param string File name of the ZIP archive
* @return array ZIP entry list (see also class variable {@link $Entries $Entries})
* @uses SimpleUnzipEntry For the entries
* @access public
* @since 1.0
*/
function ReadFile($in_FileName)
{
$this->Entries = array();
 
// Get file parameters
$this->Name = $in_FileName;
$this->Time = filemtime($in_FileName);
$this->Size = filesize($in_FileName);
 
// Read file
$oF = fopen($in_FileName, 'rb');
$vZ = fread($oF, $this->Size);
fclose($oF);
 
// 2003-12-02 - HB >
// Cut end of central directory
$aE = explode("\x50\x4b\x05\x06", $vZ);
 
// Easiest way, but not sure if format changes
//$this->Comment = substr($aE[1], 18);
 
// Normal way
$aP = unpack('x16/v1CL', $aE[1]);
$this->Comment = substr($aE[1], 18, $aP['CL']);
 
// Translates end of line from other operating systems
$this->Comment = strtr($this->Comment, array("\r\n" => "\n",
"\r" => "\n"));
// 2003-12-02 - HB <
 
// Cut the entries from the central directory
$aE = explode("\x50\x4b\x01\x02", $vZ);
// Explode to each part
$aE = explode("\x50\x4b\x03\x04", $aE[0]);
// Shift out spanning signature or empty entry
array_shift($aE);
 
// Loop through the entries
foreach ($aE as $vZ) {
$aI = array();
$aI['E'] = 0;
$aI['EM'] = '';
// Retrieving local file header information
$aP = unpack('v1VN/v1GPF/v1CM/v1FT/v1FD/V1CRC/V1CS/V1UCS/v1FNL', $vZ);
// Check if data is encrypted
$bE = ($aP['GPF'] && 0x0001) ? TRUE : FALSE;
$nF = $aP['FNL'];
 
// Special case : value block after the compressed data
if ($aP['GPF'] & 0x0008) {
$aP1 = unpack('V1CRC/V1CS/V1UCS', substr($vZ, -12));
 
$aP['CRC'] = $aP1['CRC'];
$aP['CS'] = $aP1['CS'];
$aP['UCS'] = $aP1['UCS'];
 
$vZ = substr($vZ, 0, -12);
}
 
// Getting stored filename
$aI['N'] = substr($vZ, 26, $nF);
 
if (substr($aI['N'], -1) == '/') {
// is a directory entry - will be skipped
continue;
}
 
// Truncate full filename in path and filename
$aI['P'] = dirname($aI['N']);
$aI['P'] = $aI['P'] == '.' ? '' : $aI['P'];
$aI['N'] = basename($aI['N']);
 
$vZ = substr($vZ, 26 + $nF);
 
if (strlen($vZ) != $aP['CS']) {
$aI['E'] = 1;
$aI['EM'] = 'Compressed size is not equal with the value in header information.';
} else {
if ($bE) {
$aI['E'] = 5;
$aI['EM'] = 'File is encrypted, which is not supported from this class.';
} else {
switch($aP['CM']) {
case 0: // Stored
// Here is nothing to do, the file ist flat.
break;
 
case 8: // Deflated
$vZ = gzinflate($vZ);
break;
 
case 12: // BZIP2
// 2003-12-02 - HB >
if (! extension_loaded('bz2')) {
if (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') {
@dl('php_bz2.dll');
} else {
@dl('bz2.so');
}
}
 
if (extension_loaded('bz2')) {
// 2003-12-02 - HB <
$vZ = bzdecompress($vZ);
// 2003-12-02 - HB >
} else {
$aI['E'] = 7;
$aI['EM'] = "PHP BZIP2 extension not available.";
}
// 2003-12-02 - HB <
 
break;
 
default:
$aI['E'] = 6;
$aI['EM'] = "De-/Compression method {$aP['CM']} is not supported.";
}
 
// 2003-12-02 - HB >
if (! $aI['E']) {
// 2003-12-02 - HB <
if ($vZ === FALSE) {
$aI['E'] = 2;
$aI['EM'] = 'Decompression of data failed.';
} else {
if (strlen($vZ) != $aP['UCS']) {
$aI['E'] = 3;
$aI['EM'] = 'Uncompressed size is not equal with the value in header information.';
} else {
if (crc32($vZ) != $aP['CRC']) {
$aI['E'] = 4;
$aI['EM'] = 'CRC32 checksum is not equal with the value in header information.';
}
}
}
// 2003-12-02 - HB >
}
// 2003-12-02 - HB <
}
}
 
$aI['D'] = $vZ;
 
// DOS to UNIX timestamp
$aI['T'] = mktime(($aP['FT'] & 0xf800) >> 11,
($aP['FT'] & 0x07e0) >> 5,
($aP['FT'] & 0x001f) << 1,
($aP['FD'] & 0x01e0) >> 5,
($aP['FD'] & 0x001f),
(($aP['FD'] & 0xfe00) >> 9) + 1980);
 
$this->Entries[] = &new SimpleUnzipEntry($aI);
} // end for each entries
 
return $this->Entries;
} // end of the 'ReadFile()' method
} // end of the 'SimpleUnzip' class
 
/**
* Entry of the ZIP file.
*
* @category phpPublic
* @package File-Formats-ZIP
* @subpackage Unzip
* @version 1.0
* @author Holger Boskugel <vbwebprofi@gmx.de>
* @example example.unzip.php Two examples
*/
class SimpleUnzipEntry {
/**
* Data of the file entry
*
* @var mixed
* @access public
* @see SimpleUnzipEntry()
* @since 1.0
*/
var $Data = '';
 
/**
* Error of the file entry
*
* - 0 : No error raised.<BR>
* - 1 : Compressed size is not equal with the value in header information.<BR>
* - 2 : Decompression of data failed.<BR>
* - 3 : Uncompressed size is not equal with the value in header information.<BR>
* - 4 : CRC32 checksum is not equal with the value in header information.<BR>
* - 5 : File is encrypted, which is not supported from this class.<BR>
* - 6 : De-/Compression method ... is not supported.<BR>
* - 7 : PHP BZIP2 extension not available.
*
* @var integer
* @access public
* @see SimpleUnzipEntry()
* @since 1.0
*/
var $Error = 0;
 
/**
* Error message of the file entry
*
* @var string
* @access public
* @see SimpleUnzipEntry()
* @since 1.0
*/
var $ErrorMsg = '';
 
/**
* File name of the file entry
*
* @var string
* @access public
* @see SimpleUnzipEntry()
* @since 1.0
*/
var $Name = '';
 
/**
* File path of the file entry
*
* @var string
* @access public
* @see SimpleUnzipEntry()
* @since 1.0
*/
var $Path = '';
 
/**
* File time of the file entry (unix timestamp)
*
* @var integer
* @access public
* @see SimpleUnzipEntry()
* @since 1.0
*/
var $Time = 0;
 
/**
* Contructor of the class
*
* @param array Entry datas
* @return SimpleUnzipEntry Instanced class
* @access public
* @since 1.0
*/
function SimpleUnzipEntry($in_Entry)
{
$this->Data = $in_Entry['D'];
$this->Error = $in_Entry['E'];
$this->ErrorMsg = $in_Entry['EM'];
$this->Name = $in_Entry['N'];
$this->Path = $in_Entry['P'];
$this->Time = $in_Entry['T'];
} // end of the 'SimpleUnzipEntry' constructor
} // end of the 'SimpleUnzipEntry' class
?>
/Web/Maintenance/phpMyAdmin/libraries/url_generating.lib.php
0,0 → 1,206
<?php
/* $Id: url_generating.lib.php,v 2.10.2.1 2006/05/12 15:26:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* URL/hidden inputs generating.
*/
 
 
/**
* Generates text with hidden inputs.
*
* @see PMA_generate_common_url()
* @param string optional database name
* @param string optional table name
* @param int indenting level
*
* @return string string with input fields
*
* @global string the current language
* @global string the current conversion charset
* @global string the current connection collation
* @global string the current server
* @global array the configuration array
* @global boolean whether recoding is allowed or not
*
* @access public
*
* @author nijel
*/
function PMA_generate_common_hidden_inputs($db = '', $table = '', $indent = 0, $skip = array())
{
if (is_array($db)) {
$params =& $db;
$_indent = empty($table) ? $indent : $table;
$_skip = empty($indent) ? $skip : $indent;
$indent =& $_indent;
$skip =& $_skip;
} else {
$params = array();
if (isset($db) && strlen($db)) {
$params['db'] = $db;
}
if (isset($table) && strlen($table)) {
$params['table'] = $table;
}
}
 
if (! empty($GLOBALS['server'])
&& $GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']) {
$params['server'] = $GLOBALS['server'];
}
if (empty($_COOKIE['pma_lang'])
&& ! empty($GLOBALS['lang'])) {
$params['lang'] = $GLOBALS['lang'];
}
if (empty($_COOKIE['pma_charset'])
&& ! empty($GLOBALS['convcharset'])) {
$params['convcharset'] = $GLOBALS['convcharset'];
}
if (empty($_COOKIE['pma_collation_connection'])
&& ! empty($GLOBALS['collation_connection'])) {
$params['collation_connection'] = $GLOBALS['collation_connection'];
}
 
$params['token'] = $_SESSION['PMA_token'];
 
if (! is_array($skip)) {
if (isset($params[$skip])) {
unset($params[$skip]);
}
} else {
foreach ($skip as $skipping) {
if (isset($params[$skipping])) {
unset($params[$skipping]);
}
}
}
 
$spaces = str_repeat(' ', $indent);
 
$return = '';
foreach ($params as $key => $val) {
$return .= $spaces . '<input type="hidden" name="' . htmlspecialchars($key) . '" value="' . htmlspecialchars($val) . '" />' . "\n";
}
 
return $return;
}
 
/**
* Generates text with URL parameters.
*
* <code>
* // note the ?
* echo 'script.php?' . PMA_generate_common_url('mysql', 'rights');
* // produces with cookies enabled:
* // script.php?db=mysql&amp;table=rights
* // with cookies disabled:
* // script.php?server=1&amp;lang=en-utf-8&amp;db=mysql&amp;table=rights
*
* $params['myparam'] = 'myvalue';
* $params['db'] = 'mysql';
* $params['table'] = 'rights';
* // note the missing ?
* echo 'script.php' . PMA_generate_common_url($params);
* // produces with cookies enabled:
* // script.php?myparam=myvalue&amp;db=mysql&amp;table=rights
* // with cookies disabled:
* // script.php?server=1&amp;lang=en-utf-8&amp;myparam=myvalue&amp;db=mysql&amp;table=rights
*
* // note the missing ?
* echo 'script.php' . PMA_generate_common_url();
* // produces with cookies enabled:
* // script.php
* // with cookies disabled:
* // script.php?server=1&amp;lang=en-utf-8
* </code>
*
* @param mixed assoc. array with url params or optional string with database name
* if first param is an array there is also an ? prefixed to the url
* @param string optional table name only if first param is array
* @param string character to use instead of '&amp;' for deviding
* multiple URL parameters from each other
*
* @return string string with URL parameters
*
* @global string the current language
* @global string the current conversion charset
* @global string the current connection collation
* @global string the current server
* @global array the configuration array
* @global boolean whether recoding is allowed or not
*
* @access public
*
* @author nijel
*/
function PMA_generate_common_url ($db = '', $table = '', $delim = '&amp;')
{
if (is_array($db)) {
$params =& $db;
$delim = empty($table) ? $delim : $table;
$questionmark = '?';
} else {
$params = array();
if (isset($db) && strlen($db)) {
$params['db'] = $db;
}
if (isset($table) && strlen($table)) {
$params['table'] = $table;
}
$questionmark = '';
}
 
// use seperators defined by php, but prefer ';'
// as recommended by W3C
$php_arg_separator_input = ini_get('arg_separator.input');
if (strpos($php_arg_separator_input, ';') !== false) {
$separator = ';';
} elseif (strlen($php_arg_separator_input) > 0) {
$separator = $php_arg_separator_input{0};
} else {
$separator = '&';
}
 
// check wether to htmlentity the separator or not
if ($delim === '&amp;') {
$delim = htmlentities($separator);
} else {
$delim = $separator;
}
 
if (isset($GLOBALS['server'])
&& $GLOBALS['server'] != $GLOBALS['cfg']['ServerDefault']) {
$params['server'] = $GLOBALS['server'];
}
 
if (empty($_COOKIE['pma_lang'])
&& ! empty($GLOBALS['lang'])) {
$params['lang'] = $GLOBALS['lang'];
}
if (empty($_COOKIE['pma_charset'])
&& ! empty($GLOBALS['convcharset'])) {
$params['convcharset'] = $GLOBALS['convcharset'];
}
if (empty($_COOKIE['pma_collation_connection'])
&& ! empty($GLOBALS['collation_connection'])) {
$params['collation_connection'] = $GLOBALS['collation_connection'];
}
 
$params['token'] = $_SESSION['PMA_token'];
 
$param_strings = array();
foreach ($params as $key => $val) {
$param_strings[] = urlencode($key) . '=' . urlencode($val);
}
 
if (empty($param_strings)) {
return '';
}
 
return $questionmark . implode($delim, $param_strings);
}
 
?>
/Web/Maintenance/phpMyAdmin/libraries/zip.lib.php
0,0 → 1,188
<?php
/* $Id: zip.lib.php,v 2.4 2004/11/03 13:56:52 garvinhicking Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Zip file creation class.
* Makes zip files.
*
* Based on :
*
* http://www.zend.com/codex.php?id=535&single=1
* By Eric Mueller <eric@themepark.com>
*
* http://www.zend.com/codex.php?id=470&single=1
* by Denis125 <webmaster@atlant.ru>
*
* a patch from Peter Listiak <mlady@users.sourceforge.net> for last modified
* date and time of the compressed file
*
* Official ZIP file format: http://www.pkware.com/appnote.txt
*
* @access public
*/
class zipfile
{
/**
* Array to store compressed data
*
* @var array $datasec
*/
var $datasec = array();
 
/**
* Central directory
*
* @var array $ctrl_dir
*/
var $ctrl_dir = array();
 
/**
* End of central directory record
*
* @var string $eof_ctrl_dir
*/
var $eof_ctrl_dir = "\x50\x4b\x05\x06\x00\x00\x00\x00";
 
/**
* Last offset position
*
* @var integer $old_offset
*/
var $old_offset = 0;
 
 
/**
* Converts an Unix timestamp to a four byte DOS date and time format (date
* in high two bytes, time in low two bytes allowing magnitude comparison).
*
* @param integer the current Unix timestamp
*
* @return integer the current date in a four byte DOS format
*
* @access private
*/
function unix2DosTime($unixtime = 0) {
$timearray = ($unixtime == 0) ? getdate() : getdate($unixtime);
 
if ($timearray['year'] < 1980) {
$timearray['year'] = 1980;
$timearray['mon'] = 1;
$timearray['mday'] = 1;
$timearray['hours'] = 0;
$timearray['minutes'] = 0;
$timearray['seconds'] = 0;
} // end if
 
return (($timearray['year'] - 1980) << 25) | ($timearray['mon'] << 21) | ($timearray['mday'] << 16) |
($timearray['hours'] << 11) | ($timearray['minutes'] << 5) | ($timearray['seconds'] >> 1);
} // end of the 'unix2DosTime()' method
 
 
/**
* Adds "file" to archive
*
* @param string file contents
* @param string name of the file in the archive (may contains the path)
* @param integer the current timestamp
*
* @access public
*/
function addFile($data, $name, $time = 0)
{
$name = str_replace('\\', '/', $name);
 
$dtime = dechex($this->unix2DosTime($time));
$hexdtime = '\x' . $dtime[6] . $dtime[7]
. '\x' . $dtime[4] . $dtime[5]
. '\x' . $dtime[2] . $dtime[3]
. '\x' . $dtime[0] . $dtime[1];
eval('$hexdtime = "' . $hexdtime . '";');
 
$fr = "\x50\x4b\x03\x04";
$fr .= "\x14\x00"; // ver needed to extract
$fr .= "\x00\x00"; // gen purpose bit flag
$fr .= "\x08\x00"; // compression method
$fr .= $hexdtime; // last mod time and date
 
// "local file header" segment
$unc_len = strlen($data);
$crc = crc32($data);
$zdata = gzcompress($data);
$zdata = substr(substr($zdata, 0, strlen($zdata) - 4), 2); // fix crc bug
$c_len = strlen($zdata);
$fr .= pack('V', $crc); // crc32
$fr .= pack('V', $c_len); // compressed filesize
$fr .= pack('V', $unc_len); // uncompressed filesize
$fr .= pack('v', strlen($name)); // length of filename
$fr .= pack('v', 0); // extra field length
$fr .= $name;
 
// "file data" segment
$fr .= $zdata;
 
// "data descriptor" segment (optional but necessary if archive is not
// served as file)
// nijel(2004-10-19): this seems not to be needed at all and causes
// problems in some cases (bug #1037737)
//$fr .= pack('V', $crc); // crc32
//$fr .= pack('V', $c_len); // compressed filesize
//$fr .= pack('V', $unc_len); // uncompressed filesize
 
// add this entry to array
$this -> datasec[] = $fr;
 
// now add to central directory record
$cdrec = "\x50\x4b\x01\x02";
$cdrec .= "\x00\x00"; // version made by
$cdrec .= "\x14\x00"; // version needed to extract
$cdrec .= "\x00\x00"; // gen purpose bit flag
$cdrec .= "\x08\x00"; // compression method
$cdrec .= $hexdtime; // last mod time & date
$cdrec .= pack('V', $crc); // crc32
$cdrec .= pack('V', $c_len); // compressed filesize
$cdrec .= pack('V', $unc_len); // uncompressed filesize
$cdrec .= pack('v', strlen($name) ); // length of filename
$cdrec .= pack('v', 0 ); // extra field length
$cdrec .= pack('v', 0 ); // file comment length
$cdrec .= pack('v', 0 ); // disk number start
$cdrec .= pack('v', 0 ); // internal file attributes
$cdrec .= pack('V', 32 ); // external file attributes - 'archive' bit set
 
$cdrec .= pack('V', $this -> old_offset ); // relative offset of local header
$this -> old_offset += strlen($fr);
 
$cdrec .= $name;
 
// optional extra field, file comment goes here
// save to central directory
$this -> ctrl_dir[] = $cdrec;
} // end of the 'addFile()' method
 
 
/**
* Dumps out file
*
* @return string the zipped file
*
* @access public
*/
function file()
{
$data = implode('', $this -> datasec);
$ctrldir = implode('', $this -> ctrl_dir);
 
return
$data .
$ctrldir .
$this -> eof_ctrl_dir .
pack('v', sizeof($this -> ctrl_dir)) . // total # of entries "on this disk"
pack('v', sizeof($this -> ctrl_dir)) . // total # of entries overall
pack('V', strlen($ctrldir)) . // size of central dir
pack('V', strlen($data)) . // offset to start of central dir
"\x00\x00"; // .zip file comment length
} // end of the 'file()' method
 
} // end of the 'zipfile' class
?>
/Web/Maintenance/phpMyAdmin/license.php
0,0 → 1,10
<?php
// Simple script to set correct charset for the license
// vim: expandtab sw=4 ts=4 sts=4:
//
// Note: please do not fold this script into a general script
// that would read any file using a GET parameter, it would open a hole
 
header('Content-type: text/plain; charset=iso-8859-1');
readfile('LICENSE');
?>
/Web/Maintenance/phpMyAdmin/main.php
0,0 → 1,405
<?php
/* $Id: main.php,v 2.100.2.3 2006/05/29 16:09:30 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Don't display the page heading
*/
if (!defined('PMA_DISPLAY_HEADING')) {
define('PMA_DISPLAY_HEADING', 0);
}
 
/**
* Gets some core libraries and displays a top message if required
*/
require_once('./libraries/common.lib.php');
 
// Handles some variables that may have been sent by the calling script
if (isset($db)) {
unset($db);
}
if (isset($table)) {
unset($table);
}
$show_query = '1';
require_once('./libraries/header.inc.php');
 
// Any message to display?
if ( ! empty( $message ) ) {
PMA_showMessage( $message );
unset( $message );
}
 
$common_url_query = PMA_generate_common_url( '', '' );
 
// this div is required for containing divs can be 50%
echo '<div id="maincontainer">' . "\n";
 
/**
* Displays the mysql server related links
*/
if ( $server > 0 ) {
 
require_once('./libraries/check_user_privileges.lib.php');
// why this? a non-priv user should be able to change his
// password if the configuration permits
//$cfg['ShowChgPassword'] = $is_superuser = PMA_isSuperuser();
$is_superuser = PMA_isSuperuser();
 
if ($cfg['Server']['auth_type'] == 'config') {
$cfg['ShowChgPassword'] = FALSE;
}
}
?>
 
<div id="mysqlmaininformation">
<?php
if ( $server > 0 ) {
// robbat2: Use the verbose name of the server instead of the hostname
// if a value is set
$server_info = '';
if (!empty($cfg['Server']['verbose'])) {
$server_info .= $cfg['Server']['verbose'];
$server_info .= ' (';
}
$server_info .= PMA_DBI_get_host_info();
 
if (!empty($cfg['Server']['verbose'])) {
$server_info .= ')';
}
// loic1: skip this because it's not a so good idea to display sockets
// used to everybody
// if (!empty($cfg['Server']['socket']) && PMA_PHP_INT_VERSION >= 30010) {
// $server_info .= ':' . $cfg['Server']['socket'];
// }
$mysql_cur_user_and_host = PMA_DBI_fetch_value('SELECT USER();');
 
echo '<h1 xml:lang="en" dir="ltr">MySQL - ' . PMA_MYSQL_STR_VERSION
.'</h1>' . "\n";
} else {
// Case when no server selected
echo '<h1 xml:lang="en" dir="ltr">MySQL</h1>' . "\n";
}
 
/**
* Displays the MySQL servers choice form
*/
if (!$cfg['LeftDisplayServers'] && (count($cfg['Servers']) > 1 || $server == 0 && count($cfg['Servers']) == 1)) {
include('./libraries/select_server.lib.php');
PMA_select_server(TRUE, FALSE);
}
 
if ( $server > 0 ) {
echo '<ul>' . "\n";
 
PMA_printListItem( $strProtocolVersion . ': ' . PMA_DBI_get_proto_info(),
'li_mysql_proto' );
PMA_printListItem( $strServer . ': ' . $server_info, 'li_server_info' );
PMA_printListItem( $strUser . ': ' . htmlspecialchars( $mysql_cur_user_and_host ),
'li_user_info' );
 
if ( $cfg['AllowAnywhereRecoding'] && $allow_recoding && PMA_MYSQL_INT_VERSION < 40100) {
echo '<li id="li_select_mysql_charset">';
?>
<form method="post" action="index.php" target="_parent">
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
<?php echo $strMySQLCharset;?>:
<select name="convcharset" xml:lang="en" dir="ltr"
onchange="this.form.submit();">
<?php
foreach ($cfg['AvailableCharsets'] as $tmpcharset) {
if ($convcharset == $tmpcharset) {
$selected = ' selected="selected"';
} else {
$selected = '';
}
echo ' '
. '<option value="' . $tmpcharset . '"' . $selected . '>' . $tmpcharset . '</option>' . "\n";
}
?>
</select>
<noscript><input type="submit" value="<?php echo $strGo;?>" /></noscript>
</form>
</li>
<?php
} elseif ( PMA_MYSQL_INT_VERSION >= 40100 ) {
echo ' <li id="li_select_mysql_charset">';
echo ' ' . $strMySQLCharset . ': '
. ' <strong xml:lang="en" dir="ltr">'
. ' ' . $mysql_charsets_descriptions[$mysql_charset_map[strtolower($charset)]] . "\n"
. ' (' . $mysql_charset_map[strtolower($charset)] . ')' . "\n"
. ' </strong>' . "\n"
. ' </li>' . "\n"
. ' <li id="li_select_mysql_collation">';
echo ' <form method="post" action="index.php" target="_parent">' . "\n"
. PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection')
. ' <label for="select_collation_connection">' . "\n"
. ' ' . $strMySQLConnectionCollation . ': ' . "\n"
. ' </label>' . "\n"
. PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION, 'collation_connection', 'select_collation_connection', $collation_connection, TRUE, 4, TRUE)
. ' <noscript><input type="submit" value="' . $strGo . '" /></noscript>' . "\n"
// put the doc link in the form so that it appears on the same line
. PMA_showMySQLDocu('MySQL_Database_Administration', 'Charset-connection') . "\n"
. ' </form>' . "\n"
. ' </li>' . "\n";
}
 
echo '<li id="li_create_database">';
require('./libraries/display_create_database.lib.php');
echo '</li>' . "\n";
 
PMA_printListItem( $strMySQLShowStatus, 'li_mysql_status',
'./server_status.php?' . $common_url_query );
PMA_printListItem( $strMySQLShowVars, 'li_mysql_variables',
'./server_variables.php?' . $common_url_query, 'show-variables' );
PMA_printListItem( $strMySQLShowProcess, 'li_mysql_processes',
'./server_processlist.php?' . $common_url_query, 'show-processlist' );
 
if (PMA_MYSQL_INT_VERSION >= 40100) {
PMA_printListItem( $strCharsetsAndCollations, 'li_mysql_collations',
'./server_collations.php?' . $common_url_query );
}
 
PMA_printListItem( $strStorageEngines, 'li_mysql_engines',
'./server_engines.php?' . $common_url_query );
 
if ($is_reload_priv) {
PMA_printListItem( $strReloadMySQL, 'li_flush_privileges',
'./server_privileges.php?flush_privileges=1&amp;' . $common_url_query, 'flush' );
}
 
if ($is_superuser) {
PMA_printListItem( $strPrivileges, 'li_mysql_privilegs',
'./server_privileges.php?' . $common_url_query );
}
 
$binlogs = PMA_DBI_try_query('SHOW MASTER LOGS', null, PMA_DBI_QUERY_STORE);
if ( $binlogs ) {
if (PMA_DBI_num_rows($binlogs) > 0) {
PMA_printListItem( $strBinaryLog, 'li_mysql_binlogs',
'./server_binlog.php?' . $common_url_query );
}
PMA_DBI_free_result($binlogs);
}
unset( $binlogs );
 
PMA_printListItem( $strDatabases, 'li_mysql_databases',
'./server_databases.php?' . $common_url_query );
PMA_printListItem( $strExport, 'li_export',
'./server_export.php?' . $common_url_query );
PMA_printListItem( $strImport, 'li_import',
'./server_import.php?' . $common_url_query );
 
// Change password (TODO ? needs another message)
if ($cfg['ShowChgPassword']) {
PMA_printListItem( $strChangePassword, 'li_change_password',
'./user_password.php?' . $common_url_query );
} // end if
 
// Logout for advanced authentication
if ($cfg['Server']['auth_type'] != 'config') {
$http_logout = ($cfg['Server']['auth_type'] == 'http')
? '<a href="./Documentation.html#login_bug" target="documentation">'
. ($cfg['ReplaceHelpImg'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_info.png" width="11" height="11" alt="Info" />' : '(*)') . '</a>'
: '';
PMA_printListItem( '<strong>' . $strLogout . '</strong> ' . $http_logout,
'li_log_out',
'./index.php?' . $common_url_query . '&amp;old_usr=' . urlencode($PHP_AUTH_USER), null, '_parent');
} // end if
 
echo '</ul>';
} // end of if ($server > 0)
?>
</div>
<div id="pmamaininformation">
<?php
 
echo '<h1 xml:lang="en" dir="ltr">phpMyAdmin - ' . PMA_VERSION . '</h1>'
. "\n";
 
echo '<ul>' . "\n";
 
if ( $server > 0 ) {
PMA_printListItem( $strMysqlClientVersion . ': ' . PMA_DBI_get_client_info(),
'li_mysql_client_version' );
PMA_printListItem( $strUsedPhpExtensions . ': ' . $GLOBALS['cfg']['Server']['extension'],
'li_used_php_extension' );
}
 
// Displays language selection combo
if (empty($cfg['Lang'])) {
echo '<li id="li_select_lang">';
require_once('./libraries/display_select_lang.lib.php');
PMA_select_language();
echo '</li>';
}
 
 
if ( isset($cfg['AllowAnywhereRecoding']) && $cfg['AllowAnywhereRecoding']
&& $server != 0 && $allow_recoding && PMA_MYSQL_INT_VERSION < 40100) {
echo '<li id="li_select_charset">';
?>
<form method="post" action="index.php" target="_parent">
<input type="hidden" name="server" value="<?php echo $server; ?>" />
<input type="hidden" name="lang" value="<?php echo $lang; ?>" />
<?php echo $strMySQLCharset;?>:
<select name="convcharset" xml:lang="en" dir="ltr"
onchange="this.form.submit();">
<?php
foreach ($cfg['AvailableCharsets'] AS $id => $tmpcharset) {
if ($convcharset == $tmpcharset) {
$selected = ' selected="selected"';
} else {
$selected = '';
}
echo ' '
. '<option value="' . $tmpcharset . '"' . $selected . '>' . $tmpcharset . '</option>' . "\n";
}
?>
</select>
<noscript><input type="submit" value="<?php echo $strGo;?>" /></noscript>
</form>
</li>
<?php
}
 
// added by Michael Keck <mail_at_michaelkeck_dot_de>
// ThemeManager if available
 
if ( $GLOBALS['cfg']['ThemeManager'] ) {
echo '<li id="li_select_theme">';
echo $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox();
echo '</li>';
}
PMA_printListItem( $strPmaDocumentation, 'li_pma_docs', 'Documentation.html' );
 
if ( $cfg['ShowPhpInfo'] ) {
PMA_printListItem( $strShowPHPInfo, 'li_phpinfo', './phpinfo.php?' . $common_url_query );
}
 
// does not work if no target specified, don't know why
PMA_printListItem( $strHomepageOfficial, 'li_pma_homepage', 'http://www.phpMyAdmin.net/', null, '_blank' );
?>
<li><bdo xml:lang="en" dir="ltr">
[<a href="changelog.php" target="_blank">ChangeLog</a>]
[<a href="http://phpmyadmin.cvs.sourceforge.net/phpmyadmin/"
target="_blank">CVS</a>]
[<a href="http://sourceforge.net/mail/?group_id=23067"
target="_blank">Lists</a>]
</bdo>
</li>
</ul>
</div>
<?php
/**
* BUG: MSIE needs two <br /> here, otherwise it will not extend the outer div to the
* full height of the inner divs
*/
?>
<br class="clearfloat" />
<br class="clearfloat" />
</div>
 
<?php
if ( ! empty( $GLOBALS['PMA_errors'] ) && is_array( $GLOBALS['PMA_errors'] ) ) {
foreach ( $GLOBALS['PMA_errors'] as $error ) {
echo '<div class="error">' . $error . '</div>' . "\n";
}
}
 
/**
* Removed the "empty $cfg['PmaAbsoluteUri']" warning on 2005-08-23
* See https://sourceforge.net/tracker/index.php?func=detail&aid=1257134&group_id=23067&atid=377411
*/
 
/**
* Warning if using the default MySQL privileged account
* modified: 2004-05-05 mkkeck
*/
if ($server != 0
&& $cfg['Server']['user'] == 'root'
&& $cfg['Server']['password'] == '') {
echo '<div class="warning">' . $strInsecureMySQL . '</div>' . "\n";
}
 
/**
* Warning for PHP 4.2.3
* modified: 2004-05-05 mkkeck
*/
 
if (PMA_PHP_INT_VERSION == 40203 && @extension_loaded('mbstring')) {
echo '<div class="warning">' . $strPHP40203 . '</div>' . "\n";
}
 
/**
* Nijel: As we try to hadle charsets by ourself, mbstring overloads just
* break it, see bug 1063821.
*/
 
if (@extension_loaded('mbstring') && @ini_get('mbstring.func_overload') > 1) {
echo '<div class="warning">' . $strMbOverloadWarning . '</div>' . "\n";
}
 
/**
* Nijel: mbstring is used for handling multibyte inside parser, so it is good
* to tell user something might be broken without it, see bug #1063149.
*/
if ($GLOBALS['using_mb_charset'] && !@extension_loaded('mbstring')) {
echo '<div class="warning">' . $strMbExtensionMissing . '</div>' . "\n";
}
 
/**
* Warning for old PHP version
* modified: 2004-05-05 mkkeck
*/
 
if (PMA_PHP_INT_VERSION < 40100) {
echo '<div class="warning">' . sprintf($strUpgrade, 'PHP', '4.1.0') . '</div>' . "\n";
}
 
/**
* Warning for old MySQL version
* modified: 2004-05-05 mkkeck
*/
// not yet defined before the server choice
if (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION < 32332) {
echo '<div class="warning">' . sprintf($strUpgrade, 'MySQL', '3.23.32') . '</div>' . "\n";
}
 
/**
* prints list item for main page
*
* @param string $name displayed text
* @param string $id id, used for css styles
* @param string $url make item as link with $url as target
* @param string $mysql_help_page display a link to MySQL's manual
* @param string $target special target for $url
*/
function PMA_printListItem($name, $id = null, $url = null, $mysql_help_page = null, $target = null)
{
echo '<li id="' . $id . '">';
if (null !== $url) {
echo '<a href="' . $url . '"';
if (null !== $target) {
echo ' target="' . $target . '"';
}
echo '>';
}
 
echo $name;
 
if (null !== $url) {
echo '</a>' . "\n";
}
if (null !== $mysql_help_page) {
echo PMA_showMySQLDocu('', $mysql_help_page);
}
echo '</li>';
}
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/pdf_pages.php
0,0 → 1,536
<?php
/* $Id: pdf_pages.php,v 2.24 2006/01/17 17:02:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/db_details_common.inc.php');
 
 
/**
* Settings for relation stuff
*/
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
// This is to avoid "Command out of sync" errors. Before switching this to
// a value of 0 (for MYSQLI_USE_RESULT), please check the logic
// to free results wherever needed.
$query_default_option = PMA_DBI_QUERY_STORE;
 
/**
* Now in ./libraries/relation.lib.php we check for all tables
* that we need, but if we don't find them we are quiet about it
* so people can work without.
* This page is absolutely useless if you didn't set up your tables
* correctly, so it is a good place to see which tables we can and
* complain ;-)
*/
if (!$cfgRelation['relwork']) {
echo sprintf($strNotSet, 'relation', 'config.inc.php') . '<br />' . "\n"
. '<a href="./Documentation.html#relation" target="documentation">' . $strDocu . '</a>' . "\n";
require_once('./libraries/footer.inc.php');
}
 
if (!$cfgRelation['displaywork']) {
echo sprintf($strNotSet, 'table_info', 'config.inc.php') . '<br />' . "\n"
. '<a href="./Documentation.html#table_info" target="documentation">' . $strDocu . '</a>' . "\n";
require_once('./libraries/footer.inc.php');
}
 
if (!isset($cfgRelation['table_coords'])){
echo sprintf($strNotSet, 'table_coords', 'config.inc.php') . '<br />' . "\n"
. '<a href="./Documentation.html#table_coords" target="documentation">' . $strDocu . '</a>' . "\n";
exit();
}
if (!isset($cfgRelation['pdf_pages'])) {
echo sprintf($strNotSet, 'pdf_page', 'config.inc.php') . '<br />' . "\n"
. '<a href="./Documentation.html#pdf_pages" target="documentation">' . $strDocu . '</a>' . "\n";
exit();
}
 
if ($cfgRelation['pdfwork']) {
// Now is the time to work on all changes
if (isset($do)) {
switch ($do) {
case 'choosepage':
if ($action_choose=="1") {
$ch_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND pdf_page_number = ' . $chpage;
PMA_query_as_cu($ch_query, FALSE, $query_default_option);
 
$ch_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND page_nr = ' . $chpage;
PMA_query_as_cu($ch_query, FALSE, $query_default_option);
 
unset($chpage);
}
break;
case 'createpage':
if (!isset($newpage) || $newpage == '') {
$newpage = $strNoDescription;
}
$ins_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
. ' (db_name, page_descr)'
. ' VALUES (\'' . PMA_sqlAddslashes($db) . '\', \'' . PMA_sqlAddslashes($newpage) . '\')';
PMA_query_as_cu($ins_query, FALSE, $query_default_option);
 
// A u t o m a t i c l a y o u t
//
// TODO: support InnoDB
 
if (isset($autolayout)) {
// save the page number
$pdf_page_number = PMA_DBI_insert_id((isset($controllink)?$controllink:''));
 
// get the tables that have relations, by descending
// number of links
$master_tables = 'SELECT COUNT(master_table), master_table'
. ' FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE master_db = \'' . $db . '\''
. ' GROUP BY master_table'
. ' ORDER BY ' . PMA_backquote('COUNT(master_table)') . ' DESC ';
$master_tables_rs = PMA_query_as_cu($master_tables, FALSE, $query_default_option);
if ($master_tables_rs && PMA_DBI_num_rows($master_tables_rs) > 0) {
// first put all the master tables at beginning
// of the list, so they are near the center of
// the schema
while (list(, $master_table) = PMA_DBI_fetch_row($master_tables_rs)) {
$all_tables[] = $master_table;
}
 
// then for each master, add its foreigns into an array
// of foreign tables, if not already there
// (a foreign might be foreign for more than
// one table, and might be a master itself)
 
$foreign_tables = array();
foreach ($all_tables AS $master_table) {
$foreigners = PMA_getForeigners($db, $master_table);
foreach ($foreigners AS $foreigner) {
if (!in_array($foreigner['foreign_table'], $foreign_tables)) {
$foreign_tables[] = $foreigner['foreign_table'];
}
}
}
 
// then merge the arrays
foreach ($foreign_tables AS $foreign_table) {
if (!in_array($foreign_table, $all_tables)) {
$all_tables[] = $foreign_table;
}
}
// now generate the coordinates for the schema,
// in a clockwise spiral
 
$pos_x = 300;
$pos_y = 300;
$delta = 110;
$delta_mult = 1.10;
$direction = "right";
foreach ($all_tables AS $current_table) {
 
// save current table's coordinates
$insert_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . ' '
. '(db_name, table_name, pdf_page_number, x, y) '
. 'VALUES (\'' . PMA_sqlAddslashes($db) . '\', \'' . PMA_sqlAddslashes($current_table) . '\',' . $pdf_page_number . ',' . $pos_x . ',' . $pos_y . ')';
PMA_query_as_cu($insert_query, FALSE, $query_default_option);
 
// compute for the next table
switch ($direction) {
case 'right':
$pos_x += $delta;
$direction = "down";
$delta *= $delta_mult;
break;
case 'down':
$pos_y += $delta;
$direction = "left";
$delta *= $delta_mult;
break;
case 'left':
$pos_x -= $delta;
$direction = "up";
$delta *= $delta_mult;
break;
case 'up':
$pos_y -= $delta;
$direction = "right";
$delta *= $delta_mult;
break;
} // end switch
} // end while
} // end if there are master tables
 
$chpage = $pdf_page_number;
} // end if isset autolayout
 
break;
 
case 'edcoord':
for ($i = 0; $i < $c_table_rows; $i++) {
$arrvalue = 'c_table_' . $i;
$arrvalue = $$arrvalue;
if (!isset($arrvalue['x']) || $arrvalue['x'] == '') {
$arrvalue['x'] = 0;
}
if (!isset($arrvalue['y']) || $arrvalue['y'] == '') {
$arrvalue['y'] = 0;
}
if (isset($arrvalue['name']) && $arrvalue['name'] != '--') {
$test_query = 'SELECT * FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($arrvalue['name']) . '\''
. ' AND pdf_page_number = ' . $chpage;
$test_rs = PMA_query_as_cu($test_query, FALSE, $query_default_option);
if ($test_rs && PMA_DBI_num_rows($test_rs) > 0) {
if (isset($arrvalue['delete']) && $arrvalue['delete'] == 'y') {
$ch_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($arrvalue['name']) . '\''
. ' AND pdf_page_number = ' . $chpage;
} else {
$ch_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . ' '
. 'SET x = ' . $arrvalue['x'] . ', y= ' . $arrvalue['y']
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($arrvalue['name']) . '\''
. ' AND pdf_page_number = ' . $chpage;
}
} else {
$ch_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . ' '
. '(db_name, table_name, pdf_page_number, x, y) '
. 'VALUES (\'' . PMA_sqlAddslashes($db) . '\', \'' . PMA_sqlAddslashes($arrvalue['name']) . '\',' . $chpage . ',' . $arrvalue['x'] . ',' . $arrvalue['y'] . ')';
}
PMA_query_as_cu($ch_query, FALSE, $query_default_option);
} // end if
} // end for
break;
case 'deleteCrap':
foreach ($delrow AS $current_row) {
$d_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords']) . ' ' . "\n"
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'' . "\n"
. ' AND table_name = \'' . PMA_sqlAddslashes($current_row) . '\'' . "\n"
. ' AND pdf_page_number = ' . $chpage;
PMA_query_as_cu($d_query, FALSE, $query_default_option);
}
break;
} // end switch
} // end if (isset($do))
 
// We will need an array of all tables in this db
$selectboxall = array('--');
$alltab_rs = PMA_DBI_query('SHOW TABLES FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE);
while ($val = @PMA_DBI_fetch_row($alltab_rs)) {
$selectboxall[] = $val[0];
}
 
// Now first show some possibility to choose a page for the pdf
$page_query = 'SELECT * FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\'';
$page_rs = PMA_query_as_cu($page_query, FALSE, $query_default_option);
 
if ($page_rs && PMA_DBI_num_rows($page_rs) > 0) {
?>
<form method="get" action="pdf_pages.php" name="selpage">
<?php echo $strChoosePage . "\n"; ?>
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="do" value="choosepage" />
<select name="chpage" onchange="this.form.submit()">
<?php
while ($curr_page = PMA_DBI_fetch_assoc($page_rs)) {
echo "\n" . ' '
. '<option value="' . $curr_page['page_nr'] . '"';
if (isset($chpage) && $chpage == $curr_page['page_nr']) {
echo ' selected="selected"';
}
echo '>' . $curr_page['page_nr'] . ': ' . $curr_page['page_descr'] . '</option>';
} // end while
echo "\n";
?>
</select>
<input type="radio" name="action_choose" value="0" id="radio_choose0" checked="checked" style="vertical-align: middle" /><label for="radio_choose0">
<?php echo $strEdit; ?> </label>
<input type="radio" name="action_choose" value="1" id="radio_choose1" style="vertical-align: middle" /><label for="radio_choose1">
<?php echo $strDelete; ?> </label>
 
<input type="submit" value="<?php echo $strGo; ?>" />
</form>
<?php
}
echo "\n";
 
// Possibility to create a new page:
?>
<form method="post" action="pdf_pages.php" name="crpage">
<?php echo $strCreatePage . "\n"; ?>
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="do" value="createpage" />
<input type="text" name="newpage" size="20" maxlength="50" />
<input type="checkbox" name="autolayout" />
<?php echo '(' . $strAutomaticLayout . ')' . "\n"; ?>
<input type="submit" value="<?php echo $strGo; ?>" />
</form>
<?php
// Now if we already have chosen a page number then we should show the
// tables involved
if (isset($chpage) && $chpage > 0) {
echo "\n";
?>
<hr />
 
<h2><?php echo $strSelectTables ;?></h2>
 
<?php
$page_query = 'SELECT * FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND pdf_page_number = ' . $chpage;
$page_rs = PMA_query_as_cu($page_query, FALSE, $query_default_option);
$array_sh_page = array();
$draginit = '';
$reset_draginit = '';
$i = 0;
while ($temp_sh_page = @PMA_DBI_fetch_assoc($page_rs)) {
$array_sh_page[] = $temp_sh_page;
}
 
// garvin: Display WYSIWYG-PDF parts?
if ($cfg['WYSIWYG-PDF']) {
if (!isset($_POST['with_field_names']) && !isset($_POST['showwysiwyg'])) {
$with_field_names = TRUE;
}
?>
<script type="text/javascript" language="javascript" src="./js/dom-drag.js"></script>
<form method="post" action="pdf_pages.php" name="dragdrop">
<input type="button" name="dragdrop" value="<?php echo $strToggleScratchboard; ?>" onclick="ToggleDragDrop('pdflayout');" />
<input type="button" name="dragdropreset" value="<?php echo $strReset; ?>" onclick="resetDrag();" />
</form>
<div id="pdflayout" class="pdflayout" style="visibility: hidden;">
<?php
foreach ($array_sh_page AS $key => $temp_sh_page) {
$drag_x = $temp_sh_page['x'];
$drag_y = $temp_sh_page['y'];
 
$draginit .= ' Drag.init(getElement("table_' . $i . '"), null, 0, parseInt(myid.style.width)-2, 0, parseInt(myid.style.height)-5);' . "\n";
$draginit .= ' getElement("table_' . $i . '").onDrag = function (x, y) { document.edcoord.elements["c_table_' . $i . '[x]"].value = parseInt(x); document.edcoord.elements["c_table_' . $i . '[y]"].value = parseInt(y) }' . "\n";
$draginit .= ' getElement("table_' . $i . '").style.left = "' . $drag_x . 'px";' . "\n";
$draginit .= ' getElement("table_' . $i . '").style.top = "' . $drag_y . 'px";' . "\n";
$reset_draginit .= ' getElement("table_' . $i . '").style.left = "2px";' . "\n";
$reset_draginit .= ' getElement("table_' . $i . '").style.top = "' . (15 * $i) . 'px";' . "\n";
$reset_draginit .= ' document.edcoord.elements["c_table_' . $i . '[x]"].value = "2"' . "\n";
$reset_draginit .= ' document.edcoord.elements["c_table_' . $i . '[y]"].value = "' . (15 * $i) . '"' . "\n";
 
$local_query = 'SHOW FIELDS FROM '
. PMA_backquote($temp_sh_page['table_name'] )
. ' FROM ' . PMA_backquote($db);
$fields_rs = PMA_DBI_query($local_query);
unset($local_query);
$fields_cnt = PMA_DBI_num_rows($fields_rs);
 
echo '<div id="table_' . $i . '" class="pdflayout_table"><u>' . $temp_sh_page['table_name'] . '</u>';
if (isset($with_field_names)) {
while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
echo '<br />' . htmlspecialchars($row['Field']) . "\n";
}
}
echo '</div>' . "\n";
PMA_DBI_free_result($fields_rs);
unset($fields_rs);
 
$i++;
}
?>
</div>
<script type="text/javascript" language="javascript">
//<![CDATA[
function init() {
refreshLayout();
myid = getElement('pdflayout');
<?php echo $draginit; ?>
}
 
function resetDrag() {
<?php echo $reset_draginit; ?>
}
//]]>
</script>
<?php
} // end if WYSIWYG-PDF
?>
 
<form method="post" action="pdf_pages.php" name="edcoord">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="chpage" value="<?php echo $chpage; ?>" />
<input type="hidden" name="do" value="edcoord" />
<table border="0">
<tr>
<th><?php echo $strTable; ?></th>
<th><?php echo $strDelete; ?></th>
<th>X</th>
<th>Y</th>
</tr>
<?php
if (isset($ctable)) {
unset($ctable);
}
 
 
$i = 0;
foreach ($array_sh_page AS $dummy_sh_page => $sh_page) {
$_mtab = $sh_page['table_name'];
$tabExist[$_mtab] = FALSE;
echo "\n" . ' <tr ';
if ($i % 2 == 0) {
echo 'bgcolor="' . $cfg['BgcolorOne'] . '"';
} else {
echo 'bgcolor="' . $cfg['BgcolorTwo'] . '"';
}
echo '>';
echo "\n" . ' <td>'
. "\n" . ' <select name="c_table_' . $i . '[name]">';
foreach ($selectboxall AS $key => $value) {
echo "\n" . ' <option value="' . $value . '"';
if ($value == $sh_page['table_name']) {
echo ' selected="selected"';
$tabExist[$_mtab] = TRUE;
}
echo '>' . $value . '</option>';
} // end while
echo "\n" . ' </select>'
. "\n" . ' </td>';
echo "\n" . ' <td>'
. "\n" . ' <input type="checkbox" name="c_table_' . $i . '[delete]" value="y" />' . $strDelete;
echo "\n" . ' </td>';
echo "\n" . ' <td>'
. "\n" . ' <input type="text" ' . ($cfg['WYSIWYG-PDF'] ? 'onchange="dragPlace(' . $i . ', \'x\', this.value)"' : '') . ' name="c_table_' . $i . '[x]" value="' . $sh_page['x'] . '" />';
echo "\n" . ' </td>';
echo "\n" . ' <td>'
. "\n" . ' <input type="text" ' . ($cfg['WYSIWYG-PDF'] ? 'onchange="dragPlace(' . $i . ', \'y\', this.value)"' : '') . ' name="c_table_' . $i . '[y]" value="' . $sh_page['y'] . '" />';
echo "\n" . ' </td>';
echo "\n" . ' </tr>';
$i++;
} // end while
// Do one more empty row
echo "\n" . ' <tr ';
if ($i % 2 == 0) {
echo 'bgcolor="' . $cfg['BgcolorOne'] . '"';
} else {
echo 'bgcolor="' . $cfg['BgcolorTwo'] . '"';
}
echo '>';
echo "\n" . ' <td>'
. "\n" . ' <select name="c_table_' . $i . '[name]">';
foreach ($selectboxall AS $key => $value) {
echo "\n" . ' <option value="' . $value . '">' . $value . '</option>';
}
echo "\n" . ' </select>'
. "\n" . ' </td>';
echo "\n" . ' <td>'
. "\n" . ' <input type="checkbox" name="c_table_' . $i . '[delete]" value="y" />' . $strDelete;
echo "\n" . ' </td>';
echo "\n" . ' <td>'
. "\n" . ' <input type="text" name="c_table_' . $i . '[x]" value="' . (isset($sh_page['x'])?$sh_page['x']:'') . '" />';
echo "\n" . ' </td>';
echo "\n" . ' <td>'
. "\n" . ' <input type="text" name="c_table_' . $i . '[y]" value="' . (isset($sh_page['y'])?$sh_page['y']:'') . '" />';
echo "\n" . ' </td>';
echo "\n" . ' </tr>';
echo "\n" . ' </table>' . "\n";
 
echo "\n" . ' <input type="hidden" name="c_table_rows" value="' . ($i + 1) . '" />';
echo ($cfg['WYSIWYG-PDF'] ? "\n" . ' <input type="hidden" name="showwysiwyg" value="' . ((isset($showwysiwyg) && $showwysiwyg == '1') ? '1' : '0') . '" />' : '');
echo "\n" . ' <input type="checkbox" name="with_field_names" ' . (isset($with_field_names) ? 'checked="checked"' : ''). ' />' . $strColumnNames . '<br />';
echo "\n" . ' <input type="submit" value="' . $strSave . '" />';
echo "\n" . '</form>' . "\n\n";
} // end if
 
// Check if there are tables that need to be deleted,
// if there are, ask the user for allowance
$_strtrans = '';
$_strname = '';
$shoot = FALSE;
if (!empty($tabExist) && is_array($tabExist)) {
foreach ($tabExist AS $key => $value) {
if (!$value) {
$_strtrans .= '<input type="hidden" name="delrow[]" value="' . $key . '" />' . "\n";
$_strname .= '<li>' . $key . '</li>' . "\n";
$shoot = TRUE;
}
}
if ($shoot) {
echo '<form action="pdf_pages.php" method="post">' . "\n"
. PMA_generate_common_hidden_inputs($db, $table)
. '<input type="hidden" name="do" value="deleteCrap" />' . "\n"
. '<input type="hidden" name="chpage" value="' . $chpage . '" />' . "\n"
. $strDelOld
. '<ul>' . "\n"
. $_strname
. '</ul>' . "\n"
. $_strtrans
. '<input type="submit" value="' . $strGo . '" />' . "\n"
. '</form>';
}
}
// ------------------------------------
// d i s p l a y p d f s c h e m a
// ------------------------------------
 
if (isset($do)
&& ($do == 'edcoord'
|| ($do == 'choosepage' && isset($chpage))
|| ($do == 'createpage' && isset($chpage)))) {
?>
<form method="post" action="pdf_schema.php" name="pdfoptions">
<?php echo PMA_generate_common_hidden_inputs($db); ?>
<input type="hidden" name="pdf_page_number" value="<?php echo $chpage; ?>" />
 
<?php echo '<br /><b>' . $strDisplayPDF . '</b>'; ?>:&nbsp;<br />
<input type="checkbox" name="show_grid" id="show_grid_opt" /><label for="show_grid_opt"><?php echo $strShowGrid; ?></label><br />
<input type="checkbox" name="show_color" id="show_color_opt" checked="checked" /><label for="show_color_opt"><?php echo $strShowColor; ?></label><br />
<input type="checkbox" name="show_table_dimension" id="show_table_dim_opt" /><label for="show_table_dim_opt"><?php echo $strShowTableDimension; ?></label><br />
<input type="checkbox" name="all_tab_same_wide" id="all_tab_same_wide" /><label for="all_tab_same_wide"><?php echo $strAllTableSameWidth; ?></label><br />
<input type="checkbox" name="with_doc" id="with_doc" checked="checked" /><label for="with_doc"><?php echo $strDataDict; ?></label>
<br />
<label for="orientation_opt"><?php echo $strShowDatadictAs; ?></label>
<select id="orientation_opt" name="orientation" <?php echo ($cfg['WYSIWYG-PDF'] ? 'onchange="refreshDragOption(\'pdflayout\');"' : ''); ?>>
<option value="L"><?php echo $strLandscape;?></option>
<option value="P"><?php echo $strPortrait;?></option>
</select><br />
 
<label for="paper_opt"><?php echo $strPaperSize; ?></label>
<select id="paper_opt" name="paper" <?php echo ($cfg['WYSIWYG-PDF'] ? 'onchange="refreshDragOption(\'pdflayout\');"' : ''); ?>>
<?php
foreach ($cfg['PDFPageSizes'] AS $key => $val) {
echo '<option value="' . $val . '"';
if ($val == $cfg['PDFDefaultPageSize']) {
echo ' selected="selected"';
}
echo ' >' . $val . '</option>' . "\n";
}
?>
</select><br />
&nbsp;&nbsp;<input type="submit" value="<?php echo $strGo; ?>" />
</form>
<?php
if ((isset($showwysiwyg) && $showwysiwyg == '1')) {
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
ToggleDragDrop('pdflayout');
//]]>
</script>
<?php
}
} // end if
} // end if ($cfgRelation['pdfwork'])
 
 
/**
* Displays the footer
*/
echo "\n";
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/pdf_schema.php
0,0 → 1,1401
<?php
/* $Id: pdf_schema.php,v 2.25 2006/01/19 15:39:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* Contributed by Maxime Delorme and merged by lem9
*/
 
/**
* Gets some core scripts
*/
require_once('./libraries/common.lib.php');
 
/**
* Settings for relation stuff
*/
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
 
$cfgRelation = PMA_getRelationsParam();
 
/**
* Now in ./libraries/relation.lib.php we check for all tables
* that we need, but if we don't find them we are quiet about it
* so people can work without.
* This page is absolutely useless if you didn't set up your tables
* correctly, so it is a good place to see which tables we can and
* complain ;-)
*/
if (!$cfgRelation['pdfwork']) {
echo '<font color="red">' . $strError . '</font><br />' . "\n";
$url_to_goto = '<a href="' . $cfg['PmaAbsoluteUri'] . 'chk_rel.php?' . $url_query . '">';
echo sprintf($strRelationNotWorking, $url_to_goto, '</a>') . "\n";
}
 
/**
* Gets the "fpdf" libraries and defines the pdf font path, use unicode version for unicode.
*/
define('FPDF_FONTPATH', './libraries/fpdf/font/');
if ($charset == 'utf-8') {
define('PMA_PDF_FONT', 'FreeSans');
require_once('./libraries/fpdf/ufpdf.php');
class PMA_FPDF extends UFPDF {
};
} else {
define('PMA_PDF_FONT', 'Arial');
require_once('./libraries/fpdf/fpdf.php');
class PMA_FPDF extends FPDF {
};
}
 
/**
* Extends the "FPDF" class and prepares the work
*
* @access public
* @see FPDF
*/
class PMA_PDF extends PMA_FPDF {
/**
* Defines private properties
*/
var $x_min;
var $y_min;
var $l_marg = 10;
var $t_marg = 10;
var $scale;
var $title;
var $PMA_links;
var $Outlines = array();
var $def_outlines;
var $Alias ;
var $widths;
 
/**
* The PMA_PDF constructor
*
* This function just refers to the "FPDF" constructor: with PHP3 a class
* must have a constructor
*
* @param string $ The page orientation (p, portrait, l or landscape)
* @param string $ The unit for sizes (pt, mm, cm or in)
* @param mixed $ The page format (A3, A4, A5, letter, legal or an array
* with page sizes)
* @access public
* @see FPDF::FPDF()
*/
function PMA_PDF($orientation = 'L', $unit = 'mm', $format = 'A4')
{
$this->Alias = array() ;
$this->FPDF($orientation, $unit, $format);
} // end of the "PMA_PDF()" method
function SetAlias($name, $value)
{
$this->Alias[$name] = $value ;
}
function _putpages()
{
if (count($this->Alias) > 0) {
$nb = $this->page;
foreach ($this->Alias AS $alias => $value) {
for ($n = 1;$n <= $nb;$n++)
$this->pages[$n] = $this->_strreplace($alias, $value, $this->pages[$n]);
}
}
parent::_putpages();
}
 
/**
* Sets the scaling factor, defines minimum coordinates and margins
*
* @param double $ The scaling factor
* @param double $ The minimum X coordinate
* @param double $ The minimum Y coordinate
* @param double $ The left margin
* @param double $ The top margin
* @access public
*/
function PMA_PDF_setScale($scale = 1, $x_min = 0, $y_min = 0, $l_marg = -1, $t_marg = -1)
{
$this->scale = $scale;
$this->x_min = $x_min;
$this->y_min = $y_min;
if ($this->l_marg != -1) {
$this->l_marg = $l_marg;
}
if ($this->t_marg != -1) {
$this->t_marg = $t_marg;
}
} // end of the "PMA_PDF_setScale" function
/**
* Outputs a scaled cell
*
* @param double $ The cell width
* @param double $ The cell height
* @param string $ The text to output
* @param mixed $ Wether to add borders or not
* @param integer $ Where to put the cursor once the output is done
* @param string $ Align mode
* @param integer $ Whether to fill the cell with a color or not
* @access public
* @see FPDF::Cell()
*/
function PMA_PDF_cellScale($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = '', $fill = 0, $link = '')
{
$h = $h / $this->scale;
$w = $w / $this->scale;
$this->Cell($w, $h, $txt, $border, $ln, $align, $fill, $link);
} // end of the "PMA_PDF_cellScale" function
/**
* Draws a scaled line
*
* @param double $ The horizontal position of the starting point
* @param double $ The vertical position of the starting point
* @param double $ The horizontal position of the ending point
* @param double $ The vertical position of the ending point
* @access public
* @see FPDF::Line()
*/
function PMA_PDF_lineScale($x1, $y1, $x2, $y2)
{
$x1 = ($x1 - $this->x_min) / $this->scale + $this->l_marg;
$y1 = ($y1 - $this->y_min) / $this->scale + $this->t_marg;
$x2 = ($x2 - $this->x_min) / $this->scale + $this->l_marg;
$y2 = ($y2 - $this->y_min) / $this->scale + $this->t_marg;
$this->Line($x1, $y1, $x2, $y2);
} // end of the "PMA_PDF_lineScale" function
/**
* Sets x and y scaled positions
*
* @param double $ The x position
* @param double $ The y position
* @access public
* @see FPDF::SetXY()
*/
function PMA_PDF_setXyScale($x, $y)
{
$x = ($x - $this->x_min) / $this->scale + $this->l_marg;
$y = ($y - $this->y_min) / $this->scale + $this->t_marg;
$this->SetXY($x, $y);
} // end of the "PMA_PDF_setXyScale" function
/**
* Sets the X scaled positions
*
* @param double $ The x position
* @access public
* @see FPDF::SetX()
*/
function PMA_PDF_setXScale($x)
{
$x = ($x - $this->x_min) / $this->scale + $this->l_marg;
$this->SetX($x);
} // end of the "PMA_PDF_setXScale" function
/**
* Sets the scaled font size
*
* @param double $ The font size (in points)
* @access public
* @see FPDF::SetFontSize()
*/
function PMA_PDF_setFontSizeScale($size)
{
// Set font size in points
$size = $size / $this->scale;
$this->SetFontSize($size);
} // end of the "PMA_PDF_setFontSizeScale" function
/**
* Sets the scaled line width
*
* @param double $ The line width
* @access public
* @see FPDF::SetLineWidth()
*/
function PMA_PDF_setLineWidthScale($width)
{
$width = $width / $this->scale;
$this->SetLineWidth($width);
} // end of the "PMA_PDF_setLineWidthScale" function
/**
* Displays an error message
*
* @param string $ the error mesage
* @global array the PMA configuration array
* @global integer the current server id
* @global string the current language
* @global string the charset to convert to
* @global string the current database name
* @global string the current charset
* @global string the current text direction
* @global string a localized string
* @global string an other localized string
* @access public
*/
function PMA_PDF_die($error_message = '')
{
global $cfg;
global $server, $lang, $convcharset, $db;
global $charset, $text_dir, $strRunning, $strDatabase;
 
require_once('./libraries/header.inc.php');
 
echo '<p><b>PDF - ' . $GLOBALS['strError'] . '</b></p>' . "\n";
if (!empty($error_message)) {
$error_message = htmlspecialchars($error_message);
}
echo '<p>' . "\n";
echo ' ' . $error_message . "\n";
echo '</p>' . "\n";
 
echo '<a href="db_details_structure.php?' . PMA_generate_common_url($db)
. '">' . $GLOBALS['strBack'] . '</a>';
echo "\n";
 
require_once('./libraries/footer.inc.php');
} // end of the "PMA_PDF_die()" function
/**
* Aliases the "Error()" function from the FPDF class to the
* "PMA_PDF_die()" one
*
* @param string $ the error mesage
* @access public
* @see PMA_PDF_die
*/
function Error($error_message = '')
{
$this->PMA_PDF_die($error_message);
} // end of the "Error()" method
function Header()
{
// $datefmt
// We only show this if we find something in the new pdf_pages table
 
// This function must be named "Header" to work with the FPDF library
global $cfgRelation, $db, $pdf_page_number, $with_doc;
if ($with_doc) {
$test_query = 'SELECT * FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND page_nr = \'' . $pdf_page_number . '\'';
$test_rs = PMA_query_as_cu($test_query);
$pages = @PMA_DBI_fetch_assoc($test_rs);
$this->SetFont('', 'B', 14);
$this->Cell(0, 6, ucfirst($pages['page_descr']), 'B', 1, 'C');
$this->SetFont('', '');
$this->Ln();
}
}
function Footer()
{
// This function must be named "Footer" to work with the FPDF library
global $with_doc;
if ($with_doc) {
$this->SetY(-15);
$this->SetFont('', '', 14);
$this->Cell(0, 6, $GLOBALS['strPageNumber'] . ' ' . $this->PageNo() . '/{nb}', 'T', 0, 'C');
$this->Cell(0, 6, PMA_localisedDate(), 0, 1, 'R');
$this->SetY(20);
}
}
function Bookmark($txt, $level = 0, $y = 0)
{
// Add a bookmark
$this->Outlines[0][] = $level;
$this->Outlines[1][] = $txt;
$this->Outlines[2][] = $this->page;
if ($y == -1) {
$y = $this->GetY();
}
$this->Outlines[3][] = round($this->hPt - $y * $this->k, 2);
}
 
function _putbookmarks()
{
if (count($this->Outlines) > 0) {
// Save object number
$memo_n = $this->n;
// Take the number of sub elements for an outline
$nb_outlines = sizeof($this->Outlines[0]);
$first_level = array();
$parent = array();
$parent[0] = 1;
for ($i = 0; $i < $nb_outlines; $i++) {
$level = $this->Outlines[0][$i];
$kids = 0;
$last = -1;
$prev = -1;
$next = -1;
if ($i > 0) {
$cursor = $i-1;
// Take the previous outline in the same level
while ($this->Outlines[0][$cursor] > $level && $cursor > 0)
$cursor--;
if ($this->Outlines[0][$cursor] == $level) {
$prev = $cursor;
}
}
if ($i < $nb_outlines-1) {
$cursor = $i + 1;
while (isset($this->Outlines[0][$cursor]) && $this->Outlines[0][$cursor] > $level) {
// Take the immediate kid in level + 1
if ($this->Outlines[0][$cursor] == $level + 1) {
$kids++;
$last = $cursor;
}
$cursor++;
}
$cursor = $i + 1;
// Take the next outline in the same level
while ($this->Outlines[0][$cursor] > $level && ($cursor + 1 < sizeof($this->Outlines[0])))
$cursor++;
if ($this->Outlines[0][$cursor] == $level) {
$next = $cursor;
}
}
$this->_newobj();
$parent[$level + 1] = $this->n;
if ($level == 0) {
$first_level[] = $this->n;
}
$this->_out('<<');
$this->_out('/Title (' . $this->Outlines[1][$i] . ')');
$this->_out('/Parent ' . $parent[$level] . ' 0 R');
if ($prev != -1) {
$this->_out('/Prev ' . ($memo_n + $prev + 1) . ' 0 R');
}
if ($next != -1) {
$this->_out('/Next ' . ($this->n + $next - $i) . ' 0 R');
}
$this->_out('/Dest [' . (1 + (2 * $this->Outlines[2][$i])) . ' 0 R /XYZ null ' . $this->Outlines[3][$i] . ' null]');
if ($kids > 0) {
$this->_out('/First ' . ($this->n + 1) . ' 0 R');
$this->_out('/Last ' . ($this->n + $last - $i) . ' 0 R');
$this->_out('/Count -' . $kids);
}
$this->_out('>>');
$this->_out('endobj');
}
// First page of outlines
$this->_newobj();
$this->def_outlines = $this->n;
$this->_out('<<');
$this->_out('/Type');
$this->_out('/Outlines');
$this->_out('/First ' . $first_level[0] . ' 0 R');
$this->_out('/Last ' . $first_level[sizeof($first_level)-1] . ' 0 R');
$this->_out('/Count ' . sizeof($first_level));
$this->_out('>>');
$this->_out('endobj');
}
}
 
function _putresources()
{
parent::_putresources();
$this->_putbookmarks();
}
 
function _putcatalog()
{
parent::_putcatalog();
if (count($this->Outlines) > 0) {
$this->_out('/Outlines ' . $this->def_outlines . ' 0 R');
$this->_out('/PageMode /UseOutlines');
}
}
function SetWidths($w)
{
// column widths
$this->widths = $w;
}
 
function Row($data, $links)
{
// line height
$nb = 0;
$data_cnt = count($data);
for ($i = 0;$i < $data_cnt;$i++)
$nb = max($nb, $this->NbLines($this->widths[$i], $data[$i]));
$il = $this->FontSize;
$h = ($il + 1) * $nb;
// page break if necessary
$this->CheckPageBreak($h);
// draw the cells
$data_cnt = count($data);
for ($i = 0;$i < $data_cnt;$i++) {
$w = $this->widths[$i];
// save current position
$x = $this->GetX();
$y = $this->GetY();
// draw the border
$this->Rect($x, $y, $w, $h);
if (isset($links[$i])) {
$this->Link($x, $y, $w, $h, $links[$i]);
}
// print text
$this->MultiCell($w, $il + 1, $data[$i], 0, 'L');
// go to right side
$this->SetXY($x + $w, $y);
}
// go to line
$this->Ln($h);
}
 
function CheckPageBreak($h)
{
// if height h overflows, manual page break
if ($this->GetY() + $h > $this->PageBreakTrigger) {
$this->AddPage($this->CurOrientation);
}
}
 
function NbLines($w, $txt)
{
// compute number of lines used by a multicell of width w
$cw = &$this->CurrentFont['cw'];
if ($w == 0) {
$w = $this->w - $this->rMargin - $this->x;
}
$wmax = ($w-2 * $this->cMargin) * 1000 / $this->FontSize;
$s = str_replace("\r", '', $txt);
$nb = strlen($s);
if ($nb > 0 and $s[$nb-1] == "\n") {
$nb--;
}
$sep = -1;
$i = 0;
$j = 0;
$l = 0;
$nl = 1;
while ($i < $nb) {
$c = $s[$i];
if ($c == "\n") {
$i++;
$sep = -1;
$j = $i;
$l = 0;
$nl++;
continue;
}
if ($c == ' ') {
$sep = $i;
}
$l += isset($cw[ord($c)])?$cw[ord($c)]:0 ;
if ($l > $wmax) {
if ($sep == -1) {
if ($i == $j) {
$i++;
}
} else {
$i = $sep + 1;
}
$sep = -1;
$j = $i;
$l = 0;
$nl++;
} else {
$i++;
}
}
return $nl;
}
} // end of the "PMA_PDF" class
/**
* Draws tables schema
*
* @access private
* @see PMA_RT
*/
class PMA_RT_Table {
/**
* Defines private properties
*/
var $nb_fiels;
var $table_name;
var $width = 0;
var $height;
var $fields = array();
var $height_cell = 6;
var $x, $y;
var $primary = array();
 
/**
* Sets the width of the table
*
* @param integer $ The font size
* @global object The current PDF document
* @access private
* @see PMA_PDF
*/
function PMA_RT_Table_setWidth($ff)
{
// this looks buggy to me... does it really work if
// there are fields that require wider cells than the name of the table?
global $pdf;
 
foreach ($this->fields AS $field) {
$this->width = max($this->width, $pdf->GetStringWidth($field));
}
$this->width += $pdf->GetStringWidth(' ');
$pdf->SetFont($ff, 'B');
$this->width = max($this->width, $pdf->GetStringWidth(' ' . $this->table_name));
$pdf->SetFont($ff, '');
} // end of the "PMA_RT_Table_setWidth()" method
/**
* Sets the height of the table
*
* @access private
*/
function PMA_RT_Table_setHeight()
{
$this->height = (count($this->fields) + 1) * $this->height_cell;
} // end of the "PMA_RT_Table_setHeight()" method
/**
* Do draw the table
*
* @param boolean $ Whether to display table position or not
* @param integer $ The font size
* @param boolean $ Whether to display color
* @param integer $ The max. with among tables
* @global object The current PDF document
* @access private
* @see PMA_PDF
*/
function PMA_RT_Table_draw($show_info, $ff, $setcolor = 0)
{
global $pdf, $with_doc;
 
$pdf->PMA_PDF_setXyScale($this->x, $this->y);
$pdf->SetFont($ff, 'B');
if ($setcolor) {
$pdf->SetTextColor(200);
$pdf->SetFillColor(0, 0, 128);
}
if ($with_doc) {
$pdf->SetLink($pdf->PMA_links['RT'][$this->table_name]['-'], -1);
} else {
$pdf->PMA_links['doc'][$this->table_name]['-'] = '';
}
 
if ($show_info) {
$pdf->PMA_PDF_cellScale($this->width, $this->height_cell, sprintf('%.0f', $this->width) . 'x' . sprintf('%.0f', $this->height) . ' ' . $this->table_name, 1, 1, 'C', $setcolor, $pdf->PMA_links['doc'][$this->table_name]['-']);
} else {
$pdf->PMA_PDF_cellScale($this->width, $this->height_cell, $this->table_name, 1, 1, 'C', $setcolor, $pdf->PMA_links['doc'][$this->table_name]['-']);
}
$pdf->PMA_PDF_setXScale($this->x);
$pdf->SetFont($ff, '');
$pdf->SetTextColor(0);
$pdf->SetFillColor(255);
 
foreach ($this->fields AS $field) {
// loic1 : PHP3 fix
// if (in_array($field, $this->primary)) {
if ($setcolor) {
if (in_array($field, $this->primary)) {
$pdf->SetFillColor(215, 121, 123);
}
if ($field == $this->displayfield) {
$pdf->SetFillColor(142, 159, 224);
}
}
if ($with_doc) {
$pdf->SetLink($pdf->PMA_links['RT'][$this->table_name][$field], -1);
} else {
$pdf->PMA_links['doc'][$this->table_name][$field] = '';
}
 
$pdf->PMA_PDF_cellScale($this->width, $this->height_cell, ' ' . $field, 1, 1, 'L', $setcolor, $pdf->PMA_links['doc'][$this->table_name][$field]);
$pdf->PMA_PDF_setXScale($this->x);
$pdf->SetFillColor(255);
} // end while
/*if ($pdf->PageNo() > 1) {
$pdf->PMA_PDF_die($GLOBALS['strScaleFactorSmall']);
} */
} // end of the "PMA_RT_Table_draw()" method
/**
* The "PMA_RT_Table" constructor
*
* @param string $ The table name
* @param integer $ The font size
* @param integer $ The max. with among tables
* @global object The current PDF document
* @global integer The current page number (from the
* $cfg['Servers'][$i]['table_coords'] table)
* @global array The relations settings
* @global string The current db name
* @access private
* @see PMA_PDF, PMA_RT_Table::PMA_RT_Table_setWidth,
PMA_RT_Table::PMA_RT_Table_setHeight
*/
function PMA_RT_Table($table_name, $ff, &$same_wide_width)
{
global $pdf, $pdf_page_number, $cfgRelation, $db;
 
$this->table_name = $table_name;
$sql = 'DESCRIBE ' . PMA_backquote($table_name);
$result = PMA_DBI_try_query($sql, null, PMA_DBI_QUERY_STORE);
if (!$result || !PMA_DBI_num_rows($result)) {
$pdf->PMA_PDF_die(sprintf($GLOBALS['strPdfInvalidTblName'], $table_name));
}
// load fields
while ($row = PMA_DBI_fetch_row($result)) {
$this->fields[] = $row[0];
}
// height and width
$this->PMA_RT_Table_setWidth($ff);
$this->PMA_RT_Table_setHeight();
if ($same_wide_width < $this->width) {
$same_wide_width = $this->width;
}
// x and y
$sql = 'SELECT x, y FROM '
. PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table_name) . '\''
. ' AND pdf_page_number = ' . $pdf_page_number;
$result = PMA_query_as_cu($sql, false, PMA_DBI_QUERY_STORE);
 
if (!$result || !PMA_DBI_num_rows($result)) {
$pdf->PMA_PDF_die(sprintf($GLOBALS['strConfigureTableCoord'], $table_name));
}
list($this->x, $this->y) = PMA_DBI_fetch_row($result);
$this->x = (double) $this->x;
$this->y = (double) $this->y;
// displayfield
$this->displayfield = PMA_getDisplayField($db, $table_name);
// index
$result = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($table_name) . ';', null, PMA_DBI_QUERY_STORE);
if (PMA_DBI_num_rows($result) > 0) {
while ($row = PMA_DBI_fetch_assoc($result)) {
if ($row['Key_name'] == 'PRIMARY') {
$this->primary[] = $row['Column_name'];
}
}
} // end if
} // end of the "PMA_RT_Table()" method
} // end class "PMA_RT_Table"
/**
* Draws relation links
*
* @access private
* @see PMA_RT
*/
class PMA_RT_Relation {
/**
* Defines private properties
*/
var $x_src, $y_src;
var $src_dir ;
var $dest_dir;
var $x_dest, $y_dest;
var $w_tick = 5;
 
/**
* Gets arrows coordinates
*
* @param string $ The current table name
* @param string $ The relation column name
* @return array Arrows coordinates
* @access private
*/
function PMA_RT_Relation_getXy($table, $column)
{
$pos = array_search($column, $table->fields);
// x_left, x_right, y
return array($table->x, $table->x + + $table->width, $table->y + ($pos + 1.5) * $table->height_cell);
} // end of the "PMA_RT_Relation_getXy()" method
/**
* Do draws relation links
*
* @param boolean $ Whether to use one color per relation or not
* @param integer $ The id of the link to draw
* @global object The current PDF document
* @access private
* @see PMA_PDF
*/
function PMA_RT_Relation_draw($change_color, $i)
{
global $pdf;
 
if ($change_color) {
$d = $i % 6;
$j = ($i - $d) / 6;
$j = $j % 4;
$j++;
$case = array(
array(1, 0, 0),
array(0, 1, 0),
array(0, 0, 1),
array(1, 1, 0),
array(1, 0, 1),
array(0, 1, 1)
);
list ($a, $b, $c) = $case[$d];
$e = (1 - ($j - 1) / 6);
$pdf->SetDrawColor($a * 255 * $e, $b * 255 * $e, $c * 255 * $e);
} else {
$pdf->SetDrawColor(0);
} // end if... else...
$pdf->PMA_PDF_setLineWidthScale(0.2);
$pdf->PMA_PDF_lineScale($this->x_src, $this->y_src, $this->x_src + $this->src_dir * $this->w_tick, $this->y_src);
$pdf->PMA_PDF_lineScale($this->x_dest + $this->dest_dir * $this->w_tick, $this->y_dest, $this->x_dest, $this->y_dest);
$pdf->PMA_PDF_setLineWidthScale(0.1);
$pdf->PMA_PDF_lineScale($this->x_src + $this->src_dir * $this->w_tick, $this->y_src, $this->x_dest + $this->dest_dir * $this->w_tick, $this->y_dest);
// arrow
$root2 = 2 * sqrt(2);
$pdf->PMA_PDF_lineScale($this->x_src + $this->src_dir * $this->w_tick * 0.75, $this->y_src, $this->x_src + $this->src_dir * (0.75 - 1 / $root2) * $this->w_tick, $this->y_src + $this->w_tick / $root2);
$pdf->PMA_PDF_lineScale($this->x_src + $this->src_dir * $this->w_tick * 0.75, $this->y_src, $this->x_src + $this->src_dir * (0.75 - 1 / $root2) * $this->w_tick, $this->y_src - $this->w_tick / $root2);
 
$pdf->PMA_PDF_lineScale($this->x_dest + $this->dest_dir * $this->w_tick / 2, $this->y_dest, $this->x_dest + $this->dest_dir * (0.5 + 1 / $root2) * $this->w_tick, $this->y_dest + $this->w_tick / $root2);
$pdf->PMA_PDF_lineScale($this->x_dest + $this->dest_dir * $this->w_tick / 2, $this->y_dest, $this->x_dest + $this->dest_dir * (0.5 + 1 / $root2) * $this->w_tick, $this->y_dest - $this->w_tick / $root2);
$pdf->SetDrawColor(0);
} // end of the "PMA_RT_Relation_draw()" method
/**
* The "PMA_RT_Relation" constructor
*
* @param string $ The master table name
* @param string $ The relation field in the master table
* @param string $ The foreign table name
* @param string $ The relation field in the foreign table
* @access private
* @see PMA_RT_Relation::PMA_RT_Relation_getXy
*/
function PMA_RT_Relation($master_table, $master_field, $foreign_table, $foreign_field)
{
$src_pos = $this->PMA_RT_Relation_getXy($master_table, $master_field);
$dest_pos = $this->PMA_RT_Relation_getXy($foreign_table, $foreign_field);
$src_left = $src_pos[0] - $this->w_tick;
$src_right = $src_pos[1] + $this->w_tick;
$dest_left = $dest_pos[0] - $this->w_tick;
$dest_right = $dest_pos[1] + $this->w_tick;
 
$d1 = abs($src_left - $dest_left);
$d2 = abs($src_right - $dest_left);
$d3 = abs($src_left - $dest_right);
$d4 = abs($src_right - $dest_right);
$d = min($d1, $d2, $d3, $d4);
 
if ($d == $d1) {
$this->x_src = $src_pos[0];
$this->src_dir = -1;
$this->x_dest = $dest_pos[0];
$this->dest_dir = -1;
} elseif ($d == $d2) {
$this->x_src = $src_pos[1];
$this->src_dir = 1;
$this->x_dest = $dest_pos[0];
$this->dest_dir = -1;
} elseif ($d == $d3) {
$this->x_src = $src_pos[0];
$this->src_dir = -1;
$this->x_dest = $dest_pos[1];
$this->dest_dir = 1;
} else {
$this->x_src = $src_pos[1];
$this->src_dir = 1;
$this->x_dest = $dest_pos[1];
$this->dest_dir = 1;
}
$this->y_src = $src_pos[2];
$this->y_dest = $dest_pos[2];
} // end of the "PMA_RT_Relation()" method
} // end of the "PMA_RT_Relation" class
/**
* Draws and send the database schema
*
* @access public
* @see PMA_PDF
*/
class PMA_RT {
/**
* Defines private properties
*/
var $tables = array();
var $relations = array();
var $ff = PMA_PDF_FONT;
var $x_max = 0;
var $y_max = 0;
var $scale;
var $x_min = 100000;
var $y_min = 100000;
var $t_marg = 10;
var $b_marg = 10;
var $l_marg = 10;
var $r_marg = 10;
var $tablewidth;
var $same_wide = 0;
 
/**
* Sets X and Y minimum and maximum for a table cell
*
* @param string $ The table name
* @access private
*/
function PMA_RT_setMinMax($table)
{
$this->x_max = max($this->x_max, $table->x + $table->width);
$this->y_max = max($this->y_max, $table->y + $table->height);
$this->x_min = min($this->x_min, $table->x);
$this->y_min = min($this->y_min, $table->y);
} // end of the "PMA_RT_setMinMax()" method
/**
* Defines relation objects
*
* @param string $ The master table name
* @param string $ The relation field in the master table
* @param string $ The foreign table name
* @param string $ The relation field in the foreign table
* @access private
* @see PMA_RT_setMinMax
*/
function PMA_RT_addRelation($master_table, $master_field, $foreign_table, $foreign_field)
{
if (!isset($this->tables[$master_table])) {
$this->tables[$master_table] = new PMA_RT_Table($master_table, $this->ff, $this->tablewidth);
$this->PMA_RT_setMinMax($this->tables[$master_table]);
}
if (!isset($this->tables[$foreign_table])) {
$this->tables[$foreign_table] = new PMA_RT_Table($foreign_table, $this->ff, $this->tablewidth);
$this->PMA_RT_setMinMax($this->tables[$foreign_table]);
}
$this->relations[] = new PMA_RT_Relation($this->tables[$master_table], $master_field, $this->tables[$foreign_table], $foreign_field);
} // end of the "PMA_RT_addRelation()" method
/**
* Draws the grid
*
* @global object the current PMA_PDF instance
* @access private
* @see PMA_PDF
*/
function PMA_RT_strokeGrid()
{
global $pdf;
 
$pdf->SetMargins(0, 0);
$pdf->SetDrawColor(200, 200, 200);
// Draws horizontal lines
for ($l = 0; $l < 21; $l++) {
$pdf->line(0, $l * 10, $pdf->fh, $l * 10);
// Avoid duplicates
if ($l > 0) {
$pdf->SetXY(0, $l * 10);
$label = (string) sprintf('%.0f', ($l * 10 - $this->t_marg) * $this->scale + $this->y_min);
$pdf->Cell(5, 5, ' ' . $label);
} // end if
} // end for
// Draws vertical lines
for ($j = 0; $j < 30 ;$j++) {
$pdf->line($j * 10, 0, $j * 10, $pdf->fw);
$pdf->SetXY($j * 10, 0);
$label = (string) sprintf('%.0f', ($j * 10 - $this->l_marg) * $this->scale + $this->x_min);
$pdf->Cell(5, 7, $label);
} // end for
} // end of the "PMA_RT_strokeGrid()" method
/**
* Draws relation arrows
*
* @param boolean $ Whether to use one color per relation or not
* @access private
* @see PMA_RT_Relation::PMA_RT_Relation_draw()
*/
function PMA_RT_drawRelations($change_color)
{
$i = 0;
foreach ($this->relations AS $relation) {
$relation->PMA_RT_Relation_draw($change_color, $i);
$i++;
} // end while
} // end of the "PMA_RT_drawRelations()" method
/**
* Draws tables
*
* @param boolean $ Whether to display table position or not
* @access private
* @see PMA_RT_Table::PMA_RT_Table_draw()
*/
function PMA_RT_drawTables($show_info, $draw_color = 0)
{
foreach ($this->tables AS $table) {
$table->PMA_RT_Table_draw($show_info, $this->ff, $draw_color);
}
} // end of the "PMA_RT_drawTables()" method
/**
* Ouputs the PDF document to a file
*
* @global object The current PDF document
* @global string The current database name
* @global integer The current page number (from the
* $cfg['Servers'][$i]['table_coords'] table)
* @access private
* @see PMA_PDF
*/
function PMA_RT_showRt()
{
global $pdf, $db, $pdf_page_number, $cfgRelation;
 
$pdf->SetFontSize(14);
$pdf->SetLineWidth(0.2);
$pdf->SetDisplayMode('fullpage');
// Get the name of this pdfpage to use as filename (Mike Beck)
$_name_sql = 'SELECT page_descr FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['pdf_pages'])
. ' WHERE page_nr = ' . $pdf_page_number;
$_name_rs = PMA_query_as_cu($_name_sql);
if ($_name_rs) {
$_name_row = PMA_DBI_fetch_row($_name_rs);
$filename = $_name_row[0] . '.pdf';
}
// i don't know if there is a chance for this to happen, but rather be on the safe side:
if (empty($filename)) {
$filename = $pdf_page_number . '.pdf';
}
// $pdf->Output($db . '_' . $filename, TRUE);
$pdf->Output($db . '_' . $filename, 'I'); // destination: Inline
} // end of the "PMA_RT_showRt()" method
/**
* The "PMA_RT" constructor
*
* @param mixed $ The scaling factor
* @param integer $ The page number to draw (from the
* $cfg['Servers'][$i]['table_coords'] table)
* @param boolean $ Whether to display table position or not
* @param boolean $ Was originally whether to use one color per
* relation or not, now enables/disables color
* everywhere, due to some problems printing with color
* @param boolean $ Whether to draw grids or not
* @param boolean $ Whether all tables should have the same width or not
* @global object The current PDF document
* @global string The current db name
* @global array The relations settings
* @access private
* @see PMA_PDF
*/
function PMA_RT($which_rel, $show_info = 0, $change_color = 0, $show_grid = 0, $all_tab_same_wide = 0, $orientation = 'L', $paper = 'A4')
{
global $pdf, $db, $cfgRelation, $with_doc;
 
$this->same_wide = $all_tab_same_wide;
// Initializes a new document
$pdf = new PMA_PDF('L', 'mm', $paper);
$pdf->title = sprintf($GLOBALS['strPdfDbSchema'], $GLOBALS['db'], $which_rel);
$pdf->cMargin = 0;
$pdf->Open();
$pdf->SetTitle($pdf->title);
$pdf->SetAuthor('phpMyAdmin ' . PMA_VERSION);
$pdf->AliasNbPages();
 
if ($GLOBALS['charset'] == 'utf-8') {
// Force FreeSans for utf-8
$this->ff = 'FreeSans';
$pdf->AddFont('FreeSans', '', 'FreeSans.php');
$pdf->AddFont('FreeSans', 'B', 'FreeSansBold.php');
} elseif ($GLOBALS['charset'] == 'iso-8859-2') {
// fonts added to phpMyAdmin and considered non-standard by fpdf
// (Note: those tahoma fonts are iso-8859-2 based)
$this->ff == 'tahoma';
$pdf->AddFont('tahoma', '', 'tahoma.php');
$pdf->AddFont('tahoma', 'B', 'tahomab.php');
} else {
$this->ff == 'helvetica';
}
$pdf->SetFont($this->ff, '', 14);
$pdf->SetAutoPageBreak('auto');
// Gets tables on this page
$tab_sql = 'SELECT table_name FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_coords'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND pdf_page_number = ' . $which_rel;
$tab_rs = PMA_query_as_cu($tab_sql, null, PMA_DBI_QUERY_STORE);
if (!$tab_rs || !PMA_DBI_num_rows($tab_rs) > 0) {
$pdf->PMA_PDF_die($GLOBALS['strPdfNoTables']);
// die('No tables');
} while ($curr_table = @PMA_DBI_fetch_assoc($tab_rs)) {
$alltables[] = PMA_sqlAddslashes($curr_table['table_name']);
// $intable = '\'' . implode('\', \'', $alltables) . '\'';
}
// make doc //
if ($with_doc) {
$pdf->SetAutoPageBreak('auto', 15);
$pdf->cMargin = 1;
PMA_RT_DOC($alltables);
$pdf->SetAutoPageBreak('auto');
$pdf->cMargin = 0;
}
 
$pdf->Addpage();
 
if ($with_doc) {
$pdf->SetLink($pdf->PMA_links['RT']['-'], -1);
$pdf->Bookmark($GLOBALS['strRelationalSchema']);
$pdf->SetAlias('{00}', $pdf->PageNo()) ;
$this->t_marg = 18;
$this->b_marg = 18;
}
 
/* snip */
 
foreach ($alltables AS $table) {
if (!isset($this->tables[$table])) {
$this->tables[$table] = new PMA_RT_Table($table, $this->ff, $this->tablewidth);
}
 
if ($this->same_wide) {
$this->tables[$table]->width = $this->tablewidth;
}
$this->PMA_RT_setMinMax($this->tables[$table]);
}
// Defines the scale factor
$this->scale = ceil(max(($this->x_max - $this->x_min) / ($pdf->fh - $this->r_marg - $this->l_marg), ($this->y_max - $this->y_min) / ($pdf->fw - $this->t_marg - $this->b_marg)) * 100) / 100;
$pdf->PMA_PDF_setScale($this->scale, $this->x_min, $this->y_min, $this->l_marg, $this->t_marg);
// Builds and save the PDF document
$pdf->PMA_PDF_setLineWidthScale(0.1);
 
if ($show_grid) {
$pdf->SetFontSize(10);
$this->PMA_RT_strokeGrid();
}
$pdf->PMA_PDF_setFontSizeScale(14);
// $sql = 'SELECT * FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
// . ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\' '
// . ' AND foreign_db = \'' . PMA_sqlAddslashes($db) . '\' '
// . ' AND master_table IN (' . $intable . ')'
// . ' AND foreign_table IN (' . $intable . ')';
// $result = PMA_query_as_cu($sql);
 
// lem9:
// previous logic was checking master tables and foreign tables
// but I think that looping on every table of the pdf page as a master
// and finding its foreigns is OK (then we can support innodb)
$seen_a_relation = false;
foreach ($alltables AS $one_table) {
$exist_rel = PMA_getForeigners($db, $one_table, '', 'both');
if ($exist_rel) {
$seen_a_relation = true;
foreach ($exist_rel AS $master_field => $rel) {
// put the foreign table on the schema only if selected
// by the user
// (do not use array_search() because we would have to
// to do a === FALSE and this is not PHP3 compatible)
if (in_array($rel['foreign_table'], $alltables)) {
$this->PMA_RT_addRelation($one_table, $master_field, $rel['foreign_table'], $rel['foreign_field']);
}
} // end while
} // end if
} // end while
// loic1: also show tables without relations
// $norelations = TRUE;
// if ($result && PMA_DBI_num_rows($result) > 0) {
// $norelations = FALSE;
// while ($row = PMA_DBI_fetch_assoc($result)) {
// $this->PMA_RT_addRelation($row['master_table'], $row['master_field'], $row['foreign_table'], $row['foreign_field']);
// }
// }
// if ($norelations == FALSE) {
if ($seen_a_relation) {
$this->PMA_RT_drawRelations($change_color);
}
 
$this->PMA_RT_drawTables($show_info, $change_color);
 
$this->PMA_RT_showRt();
} // end of the "PMA_RT()" method
} // end of the "PMA_RT" class
 
function PMA_RT_DOC($alltables)
{
global $db, $pdf, $orientation, $paper;
// TOC
$pdf->addpage($GLOBALS['orientation']);
$pdf->Cell(0, 9, $GLOBALS['strTableOfContents'], 1, 0, 'C');
$pdf->Ln(15);
$i = 1;
foreach ($alltables AS $table) {
$pdf->PMA_links['doc'][$table]['-'] = $pdf->AddLink();
$pdf->SetX(10);
// $pdf->Ln(1);
$pdf->Cell(0, 6, $GLOBALS['strPageNumber'] . ' {' . sprintf("%02d", $i) . '}', 0, 0, 'R', 0, $pdf->PMA_links['doc'][$table]['-']);
$pdf->SetX(10);
$pdf->Cell(0, 6, $i . ' ' . $table, 0, 1, 'L', 0, $pdf->PMA_links['doc'][$table]['-']);
// $pdf->Ln(1);
$result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';');
while ($row = PMA_DBI_fetch_assoc($result)) {
$pdf->SetX(20);
$field_name = $row['Field'];
$pdf->PMA_links['doc'][$table][$field_name] = $pdf->AddLink();
// $pdf->Cell(0, 6, $field_name,0,1,'L',0, $pdf->PMA_links['doc'][$table][$field_name]);
}
$lasttable = $table;
$i++;
}
$pdf->PMA_links['RT']['-'] = $pdf->AddLink();
$pdf->SetX(10);
$pdf->Cell(0, 6, $GLOBALS['strPageNumber'] . ' {00}', 0, 0, 'R', 0, $pdf->PMA_links['doc'][$lasttable]['-']);
$pdf->SetX(10);
$pdf->Cell(0, 6, $i . ' ' . $GLOBALS['strRelationalSchema'], 0, 1, 'L', 0, $pdf->PMA_links['RT']['-']);
$z = 0;
foreach ($alltables AS $table) {
$z++;
$pdf->addpage($GLOBALS['orientation']);
$pdf->Bookmark($table);
$pdf->SetAlias('{' . sprintf("%02d", $z) . '}', $pdf->PageNo()) ;
$pdf->PMA_links['RT'][$table]['-'] = $pdf->AddLink();
$pdf->SetLink($pdf->PMA_links['doc'][$table]['-'], -1);
$pdf->SetFont('', 'B', 18);
$pdf->Cell(0, 8, $z . ' ' . $table, 1, 1, 'C', 0, $pdf->PMA_links['RT'][$table]['-']);
$pdf->SetFont('', '', 8);
$pdf->ln();
 
$cfgRelation = PMA_getRelationsParam();
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$comments = PMA_getComments($db, $table);
}
if ($cfgRelation['mimework']) {
$mime_map = PMA_getMIME($db, $table, true);
}
 
/**
* Gets table informations
*/
$result = PMA_DBI_query('SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($table, true) . '\';', null, PMA_DBI_QUERY_STORE);
$showtable = PMA_DBI_fetch_assoc($result);
$num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0);
$show_comment = (isset($showtable['Comment']) ? $showtable['Comment'] : '');
$create_time = (isset($showtable['Create_time']) ? PMA_localisedDate(strtotime($showtable['Create_time'])) : '');
$update_time = (isset($showtable['Update_time']) ? PMA_localisedDate(strtotime($showtable['Update_time'])) : '');
$check_time = (isset($showtable['Check_time']) ? PMA_localisedDate(strtotime($showtable['Check_time'])) : '');
 
PMA_DBI_free_result($result);
unset($result);
 
/**
* Gets table keys and retains them
*/
$result = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($table) . ';');
$primary = '';
$indexes = array();
$lastIndex = '';
$indexes_info = array();
$indexes_data = array();
$pk_array = array(); // will be use to emphasis prim. keys in the table
// view
while ($row = PMA_DBI_fetch_assoc($result)) {
// Backups the list of primary keys
if ($row['Key_name'] == 'PRIMARY') {
$primary .= $row['Column_name'] . ', ';
$pk_array[$row['Column_name']] = 1;
}
// Retains keys informations
if ($row['Key_name'] != $lastIndex) {
$indexes[] = $row['Key_name'];
$lastIndex = $row['Key_name'];
}
$indexes_info[$row['Key_name']]['Sequences'][] = $row['Seq_in_index'];
$indexes_info[$row['Key_name']]['Non_unique'] = $row['Non_unique'];
if (isset($row['Cardinality'])) {
$indexes_info[$row['Key_name']]['Cardinality'] = $row['Cardinality'];
}
// I don't know what does following column mean....
// $indexes_info[$row['Key_name']]['Packed'] = $row['Packed'];
$indexes_info[$row['Key_name']]['Comment'] = $row['Comment'];
 
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Column_name'] = $row['Column_name'];
if (isset($row['Sub_part'])) {
$indexes_data[$row['Key_name']][$row['Seq_in_index']]['Sub_part'] = $row['Sub_part'];
}
} // end while
if ($result) {
PMA_DBI_free_result($result);
}
 
/**
* Gets fields properties
*/
$result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE);
$fields_cnt = PMA_DBI_num_rows($result);
// Check if we can use Relations (Mike Beck)
if (!empty($cfgRelation['relation'])) {
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);
 
if (count($res_rel) > 0) {
$have_rel = true;
} else {
$have_rel = false;
}
} else {
$have_rel = false;
} // end if
/**
* Displays the comments of the table if MySQL >= 3.23
*/
 
$break = false;
if (!empty($show_comment)) {
$pdf->Cell(0, 3, $GLOBALS['strTableComments'] . ' : ' . $show_comment, 0, 1);
$break = true;
}
 
if (!empty($create_time)) {
$pdf->Cell(0, 3, $GLOBALS['strStatCreateTime'] . ': ' . $create_time, 0, 1);
$break = true;
}
 
if (!empty($update_time)) {
$pdf->Cell(0, 3, $GLOBALS['strStatUpdateTime'] . ': ' . $update_time, 0, 1);
$break = true;
}
 
if (!empty($check_time)) {
$pdf->Cell(0, 3, $GLOBALS['strStatCheckTime'] . ': ' . $check_time, 0, 1);
$break = true;
}
 
if ($break == true) {
$pdf->Cell(0, 3, '', 0, 1);
$pdf->Ln();
}
 
$i = 0;
$pdf->SetFont('', 'B');
if (isset($orientation) && $orientation == 'L') {
$pdf->Cell(25, 8, ucfirst($GLOBALS['strField']), 1, 0, 'C');
$pdf->Cell(20, 8, ucfirst($GLOBALS['strType']), 1, 0, 'C');
$pdf->Cell(20, 8, ucfirst($GLOBALS['strAttr']), 1, 0, 'C');
$pdf->Cell(10, 8, ucfirst($GLOBALS['strNull']), 1, 0, 'C');
$pdf->Cell(20, 8, ucfirst($GLOBALS['strDefault']), 1, 0, 'C');
$pdf->Cell(25, 8, ucfirst($GLOBALS['strExtra']), 1, 0, 'C');
$pdf->Cell(45, 8, ucfirst($GLOBALS['strLinksTo']), 1, 0, 'C');
 
if ($paper == 'A4') {
$comments_width = 67;
} else {
// this is really intended for 'letter'
// TODO: find optimal width for all formats
$comments_width = 50;
}
$pdf->Cell($comments_width, 8, ucfirst($GLOBALS['strComments']), 1, 0, 'C');
$pdf->Cell(45, 8, 'MIME', 1, 1, 'C');
$pdf->SetWidths(array(25, 20, 20, 10, 20, 25, 45, $comments_width, 45));
} else {
$pdf->Cell(20, 8, ucfirst($GLOBALS['strField']), 1, 0, 'C');
$pdf->Cell(20, 8, ucfirst($GLOBALS['strType']), 1, 0, 'C');
$pdf->Cell(20, 8, ucfirst($GLOBALS['strAttr']), 1, 0, 'C');
$pdf->Cell(10, 8, ucfirst($GLOBALS['strNull']), 1, 0, 'C');
$pdf->Cell(15, 8, ucfirst($GLOBALS['strDefault']), 1, 0, 'C');
$pdf->Cell(15, 8, ucfirst($GLOBALS['strExtra']), 1, 0, 'C');
$pdf->Cell(30, 8, ucfirst($GLOBALS['strLinksTo']), 1, 0, 'C');
$pdf->Cell(30, 8, ucfirst($GLOBALS['strComments']), 1, 0, 'C');
$pdf->Cell(30, 8, 'MIME', 1, 1, 'C');
$pdf->SetWidths(array(20, 20, 20, 10, 15, 15, 30, 30, 30));
}
$pdf->SetFont('', '');
 
while ($row = PMA_DBI_fetch_assoc($result)) {
$bgcolor = ($i % 2) ?$GLOBALS['cfg']['BgcolorOne'] : $GLOBALS['cfg']['BgcolorTwo'];
$i++;
 
$type = $row['Type'];
// reformat mysql query output - staybyte - 9. June 2001
// loic1: set or enum types: slashes single quotes inside options
if (preg_match('@^(set|enum)\((.+)\)$@i', $type, $tmp)) {
$tmp[2] = substr(preg_replace("@([^,])''@", "\\1\\'", ',' . $tmp[2]), 1);
$type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')';
$type_nowrap = '';
 
$binary = 0;
$unsigned = 0;
$zerofill = 0;
} else {
$type_nowrap = ' nowrap="nowrap"';
$type = preg_replace('@BINARY@i', '', $type);
$type = preg_replace('@ZEROFILL@i', '', $type);
$type = preg_replace('@UNSIGNED@i', '', $type);
if (empty($type)) {
$type = '&nbsp;';
}
 
$binary = stristr($row['Type'], 'BINARY');
$unsigned = stristr($row['Type'], 'UNSIGNED');
$zerofill = stristr($row['Type'], 'ZEROFILL');
}
$strAttribute = ' ';
if ($binary) {
$strAttribute = 'BINARY';
}
if ($unsigned) {
$strAttribute = 'UNSIGNED';
}
if ($zerofill) {
$strAttribute = 'UNSIGNED ZEROFILL';
}
if (!isset($row['Default'])) {
if ($row['Null'] != '' && $row['Null'] != 'NO') {
$row['Default'] = 'NULL';
}
}
$field_name = $row['Field'];
// $pdf->Ln();
$pdf->PMA_links['RT'][$table][$field_name] = $pdf->AddLink();
$pdf->Bookmark($field_name, 1, -1);
$pdf->SetLink($pdf->PMA_links['doc'][$table][$field_name], -1);
$pdf_row = array($field_name,
$type,
$strAttribute,
($row['Null'] == '' || $row['Null'] == 'NO') ? $GLOBALS['strNo'] : $GLOBALS['strYes'],
((isset($row['Default'])) ? $row['Default'] : ''),
$row['Extra'],
((isset($res_rel[$field_name])) ? $res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field'] : ''),
((isset($comments[$field_name])) ? $comments[$field_name] : ''),
((isset($mime_map) && isset($mime_map[$field_name])) ? str_replace('_', '/', $mime_map[$field_name]['mimetype']) : '')
);
$links[0] = $pdf->PMA_links['RT'][$table][$field_name];
if (isset($res_rel[$field_name]['foreign_table']) AND
isset($res_rel[$field_name]['foreign_field']) AND
isset($pdf->PMA_links['doc'][$res_rel[$field_name]['foreign_table']][$res_rel[$field_name]['foreign_field']])
)
{
$links[6] = $pdf->PMA_links['doc'][$res_rel[$field_name]['foreign_table']][$res_rel[$field_name]['foreign_field']];
} else {
unset($links[6]);
}
$pdf->Row($pdf_row, $links);
 
/*$pdf->Cell(20, 8, $field_name, 1, 0, 'L', 0, $pdf->PMA_links['RT'][$table][$field_name]);
//echo ' ' . $field_name . '&nbsp;' . "\n";
}
$pdf->Cell(20, 8, $type, 1, 0, 'L');
$pdf->Cell(20, 8, $strAttribute, 1, 0, 'L');
$pdf->Cell(15, 8, , 1, 0, 'L');
$pdf->Cell(15, 8, ((isset($row['Default'])) ? $row['Default'] : ''),1,0,'L');
$pdf->Cell(15, 8, $row['Extra'], 1, 0, 'L');
if ($have_rel) {
if (isset($res_rel[$field_name])) {
$pdf->Cell(30, 8, $res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field'],1,0,'L');
}
}
if ($cfgRelation['commwork']) {
if (isset($comments[$field_name])) {
$pdf->Cell(0, 8, $comments[$field_name], 1, 0, 'L');
}
} */
} // end while
$pdf->SetFont('', '', 14);
PMA_DBI_free_result($result);
} //end each
} // end function PMA_RT_DOC
 
/**
* Main logic
*/
if (!isset($pdf_page_number)) {
$pdf_page_number = 1;
}
 
$show_grid = (isset($show_grid) && $show_grid == 'on') ? 1 : 0;
$show_color = (isset($show_color) && $show_color == 'on') ? 1 : 0;
$show_table_dimension = (isset($show_table_dimension) && $show_table_dimension == 'on') ? 1 : 0;
$all_tab_same_wide = (isset($all_tab_same_wide) && $all_tab_same_wide == 'on') ? 1 : 0;
$with_doc = (isset($with_doc) && $with_doc == 'on') ? 1 : 0;
$orientation = (isset($orientation) && $orientation == 'P') ? 'P' : 'L';
$paper = isset($paper) ? $paper : 'A4';
PMA_DBI_select_db($db);
 
$rt = new PMA_RT($pdf_page_number, $show_table_dimension, $show_color, $show_grid, $all_tab_same_wide, $orientation, $paper);
 
?>
/Web/Maintenance/phpMyAdmin/phpinfo.php
0,0 → 1,19
<?php
/* $Id: phpinfo.php,v 2.5 2005/11/22 11:58:37 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Gets core libraries and defines some variables
*/
define( 'PMA_MINIMUM_COMMON', true );
require_once('./libraries/common.lib.php');
 
 
/**
* Displays PHP information
*/
if ( $GLOBALS['cfg']['ShowPhpInfo'] ) {
phpinfo();
}
?>
/Web/Maintenance/phpMyAdmin/querywindow.php
0,0 → 1,380
<?php
/* $Id: querywindow.php,v 2.34 2006/01/14 23:17:15 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Gets the variables sent to this script, retains the db name that may have
* been defined as startup option and include a core library
*/
if (isset($db) && strlen($db)) {
$db_start = $db;
}
 
 
/**
* Gets a core script and starts output buffering work
*/
require_once './libraries/sql_query_form.lib.php';
require_once('./libraries/ob.lib.php');
if ( $GLOBALS['cfg']['OBGzip'] ) {
$ob_mode = PMA_outBufferModeGet();
if ( $ob_mode ) {
PMA_outBufferPre( $ob_mode );
}
}
 
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
 
// initialize some variables
$_sql_history = array();
$_input_query_history = array();
 
/**
* Get the list and number of available databases.
* Skipped if no server selected: in this case no database should be displayed
* before the user choose among available ones at the welcome screen.
*/
if ($server > 0) {
PMA_availableDatabases(); // this function is defined in "common.lib.php"
} else {
$num_dbs = 0;
}
 
// garvin: For re-usability, moved http-headers and stylesheets
// to a seperate file. It can now be included by libraries/header.inc.php,
// querywindow.php.
 
require_once('./libraries/header_http.inc.php');
require_once('./libraries/header_meta_style.inc.php');
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
function query_auto_commit() {
document.getElementById( 'sqlqueryform' ).target = window.opener.frames[1].name;
document.getElementById( 'sqlqueryform' ).submit();
return;
}
 
function query_tab_commit(tab) {
document.getElementById('hiddenqueryform').querydisplay_tab.value = tab;
document.getElementById('hiddenqueryform').submit();
return false;
}
 
// js form validation stuff
/**/
var errorMsg0 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strFormEmpty']); ?>';
var errorMsg1 = '<?php echo str_replace('\'', '\\\'', $GLOBALS['strNotNumber']); ?>';
var noDropDbMsg = '<?php echo !$GLOBALS['cfg']['AllowUserDropDatabase']
? str_replace('\'', '\\\'', $GLOBALS['strNoDropDatabases']) : ''; ?>';
var confirmMsg = '<?php echo $GLOBALS['cfg']['Confirm']
? str_replace('\'', '\\\'', $GLOBALS['strDoYouReally']) : ''; ?>';
/**/
 
<?php
if ( empty( $querydisplay_tab ) ) {
$onload = 'onload="resize();"';
?>
function resize() {
 
// for Gecko
if ( typeof( self.sizeToContent ) == 'function' ) {
self.sizeToContent();
//self.scrollbars.visible = false;
// give some more space ... to prevent 'fli(pp/ck)ing'
self.resizeBy( 10, 50 );
return;
}
 
// for IE, Opera
if (document.getElementById && typeof(document.getElementById('querywindowcontainer')) != 'undefined' ) {
 
// get content size
var newWidth = document.getElementById('querywindowcontainer').offsetWidth;
var newHeight = document.getElementById('querywindowcontainer').offsetHeight;
 
// set size to contentsize
// plus some offset for scrollbars, borders, statusbar, menus ...
self.resizeTo( newWidth + 45, newHeight + 75 );
}
}
<?php
} else {
$onload = '';
}
?>
//]]>
</script>
<script src="./js/functions.js" type="text/javascript" language="javascript"></script>
</head>
 
<body id="bodyquerywindow" <?php echo $onload; ?> >
<div id="querywindowcontainer">
<?php
if ( !isset($no_js) ) {
$querydisplay_tab = (isset($querydisplay_tab) ? $querydisplay_tab : $GLOBALS['cfg']['QueryWindowDefTab']);
 
$tabs = array();
$tabs['sql']['icon'] = 'b_sql.png';
$tabs['sql']['text'] = $strSQL;
$tabs['sql']['link'] = '#';
$tabs['sql']['attr'] = 'onclick="javascript:query_tab_commit(\'sql\');return false;"';
$tabs['sql']['active'] = (bool) ( $querydisplay_tab == 'sql' );
$tabs['import']['icon'] = 'b_import.png';
$tabs['import']['text'] = $strImportFiles;
$tabs['import']['link'] = '#';
$tabs['import']['attr'] = 'onclick="javascript:query_tab_commit(\'files\');return false;"';
$tabs['import']['active'] = (bool) ( $querydisplay_tab == 'files' );
$tabs['history']['icon'] = 'b_bookmark.png';
$tabs['history']['text'] = $strQuerySQLHistory;
$tabs['history']['link'] = '#';
$tabs['history']['attr'] = 'onclick="javascript:query_tab_commit(\'history\');return false;"';
$tabs['history']['active'] = (bool) ( $querydisplay_tab == 'history' );
 
if ( $GLOBALS['cfg']['QueryWindowDefTab'] == 'full' ) {
$tabs['all']['text'] = $strAll;
$tabs['all']['link'] = '#';
$tabs['all']['attr'] = 'onclick="javascript:query_tab_commit(\'full\');return false;"';
$tabs['all']['active'] = (bool) ( $querydisplay_tab == 'full' );
}
 
echo PMA_getTabs( $tabs );
unset( $tabs );
} else {
$querydisplay_tab = 'full';
}
 
if ( true == $GLOBALS['cfg']['PropertiesIconic'] ) {
$titles['Change'] =
'<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_edit.png" alt="' . $strChange . '" title="' . $strChange
. '" />';
 
if ( 'both' === $GLOBALS['cfg']['PropertiesIconic'] ) {
$titles['Change'] .= $strChange;
}
} else {
$titles['Change'] = $strChange;
}
 
// Hidden forms and query frame interaction stuff
 
if ( ! empty( $query_history_latest ) && ! empty( $query_history_latest_db ) ) {
if ( $GLOBALS['cfg']['QueryHistoryDB'] && $cfgRelation['historywork'] ) {
PMA_setHistory((isset($query_history_latest_db) ? $query_history_latest_db : ''),
(isset($query_history_latest_table) ? $query_history_latest_table : ''),
$GLOBALS['cfg']['Server']['user'],
$query_history_latest );
}
 
$_input_query_history[$query_history_latest] = array(
'db' => $query_history_latest_db,
'table' => isset($query_history_latest_table) ? $query_history_latest_table : '',
);
 
$_sql_history[$query_history_latest] = array(
'db' => $query_history_latest_db,
'table' => isset($query_history_latest_table) ? $query_history_latest_table : '',
);
 
$sql_query = urldecode($query_history_latest);
$db = $query_history_latest_db;
$table = $query_history_latest_table;
} elseif ( ! empty( $query_history_latest ) ) {
$sql_query = urldecode($query_history_latest);
}
 
if (isset($sql_query)) {
$show_query = 1;
}
 
if ( $GLOBALS['cfg']['QueryHistoryDB'] && $cfgRelation['historywork'] ) {
 
$temp_history = PMA_getHistory( $GLOBALS['cfg']['Server']['user'] );
if (is_array($temp_history) && count($temp_history) > 0) {
foreach ($temp_history AS $history_nr => $history_array) {
if ( ! isset( $_sql_history[$history_array['sqlquery']] ) ) {
$_sql_history[$history_array['sqlquery']] = array(
'db' => $history_array['db'],
'table' => isset( $history_array['table'] ) ? $history_array['table'] : '',
);
}
}
}
 
} else {
 
if (isset($query_history) && is_array($query_history)) {
$current_index = count($query_history);
foreach ($query_history AS $query_no => $query_sql) {
if ( ! isset( $_input_query_history[$query_sql] ) ) {
$_input_query_history[$query_sql] = array(
'db' => $query_history_db[$query_no],
'table' => isset($query_history_table[$query_no]) ? $query_history_table[$query_no] : '',
);
$_sql_history[$query_sql] = array(
'db' => $query_history_db[$query_no],
'table' => isset( $query_history_table[$query_no] ) ? $query_history_table[$query_no] : '',
);
} // end if check if this item exists
} // end while print history
} // end if history exists
} // end if DB-based history
 
$url_query = PMA_generate_common_url(isset($db) ? $db : '', isset($table) ? $table : '');
if (!isset($goto)) {
$goto = '';
}
 
require_once './libraries/bookmark.lib.php';
 
if (isset($no_js) && $no_js) {
// ... we redirect to appropriate query sql page
// works only full if $db and $table is also stored/grabbed from $_COOKIE
if ( isset( $table ) && strlen($table) ) {
require './tbl_properties.php';
} elseif ( isset($db) && strlen($db) ) {
require './db_details.php';
} else {
require './server_sql.php';
}
exit;
}
 
/**
* Defines the query to be displayed in the query textarea
*/
if ( ! empty( $show_query ) ) {
$query_to_display = $sql_query;
} else {
$query_to_display = '';
}
unset( $sql_query );
 
PMA_sqlQueryForm( $query_to_display, $querydisplay_tab );
 
// Hidden forms and query frame interaction stuff
if (isset($auto_commit) && $auto_commit == 'true') {
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
query_auto_commit();
//]]>
</script>
<?php
}
 
if ( count( $_sql_history ) > 0
&& ( $querydisplay_tab == 'history' || $querydisplay_tab == 'full' ) ) {
$tab = isset($querydisplay_tab) && $querydisplay_tab != 'full' ? 'sql' : 'full';
echo $strQuerySQLHistory . ':<br />' . "\n"
.'<ul>';
foreach ( $_sql_history as $sql => $query ) {
echo '<li>' . "\n";
// edit link
echo '<a href="#" onclick="'
.' document.getElementById(\'hiddenqueryform\').'
.'querydisplay_tab.value = \'' . $tab . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'query_history_latest.value = \''
. preg_replace('/(\r|\n)+/i', '\\n',
htmlentities( $sql, ENT_QUOTES ) ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'auto_commit.value = \'false\';'
.' document.getElementById(\'hiddenqueryform\').'
.'db.value = \'' . htmlspecialchars( $query['db'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'query_history_latest_db.value = \''
. htmlspecialchars( $query['db'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'table.value = \'' . htmlspecialchars( $query['table'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'query_history_latest_table.value = \''
. htmlspecialchars( $query['table'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').submit();'
.' return false;">' . $titles['Change'] . '</a>';
// execute link
echo '<a href="#" onclick="'
.' document.getElementById(\'hiddenqueryform\').'
.'querydisplay_tab.value = \'' . $tab . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'query_history_latest.value = \''
. preg_replace('/(\r|\n)+/i', '\\r\\n',
htmlentities( $sql, ENT_QUOTES ) ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'auto_commit.value = \'true\';'
.' document.getElementById(\'hiddenqueryform\').'
.'db.value = \'' . htmlspecialchars( $query['db'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'query_history_latest_db.value = \''
. htmlspecialchars( $query['db'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'table.value = \'' . htmlspecialchars( $query['table'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').'
.'query_history_latest_table.value = \''
. htmlspecialchars( $query['table'] ) . '\';'
.' document.getElementById(\'hiddenqueryform\').submit();'
.' return false;">[' . htmlspecialchars( $query['db'] ) . '] '
. urldecode( $sql ) . '</a>' . "\n";
 
echo '</li>' . "\n";
}
unset( $tab, $_sql_history, $sql, $query );
echo '</ul>' . "\n";
}
?>
<form action="querywindow.php" method="post" name="querywindow" id="hiddenqueryform">
<?php
echo PMA_generate_common_hidden_inputs('', '') . "\n";
foreach ( $_input_query_history as $sql => $history ) {
echo '<input type="hidden" name="query_history[]" value="'
. $sql . '" />' . "\n";
echo '<input type="hidden" name="query_history_db[]" value="'
. htmlspecialchars( $history['db'] ) . '" />' . "\n";
echo '<input type="hidden" name="query_history_table[]" value="'
. htmlspecialchars( $history['table'] ) . '" />' . "\n";
}
unset( $_input_query_history, $sql, $history );
?>
<input type="hidden" name="db" value="<?php echo (! isset($db) ? '' : htmlspecialchars($db)); ?>" />
<input type="hidden" name="table" value="<?php echo (! isset($table) ? '' : htmlspecialchars($table)); ?>" />
 
<input type="hidden" name="query_history_latest" value="" />
<input type="hidden" name="query_history_latest_db" value="" />
<input type="hidden" name="query_history_latest_table" value="" />
 
<input type="hidden" name="previous_db" value="<?php echo htmlspecialchars($db); ?>" />
 
<input type="hidden" name="auto_commit" value="false" />
<input type="hidden" name="querydisplay_tab" value="<?php echo $querydisplay_tab; ?>" />
</form>
<?php
?>
</div>
</body>
</html>
 
<?php
 
/**
* Close MySql connections
*/
if (isset($controllink) && $controllink) {
PMA_DBI_close($controllink);
}
if (isset($userlink) && $userlink) {
PMA_DBI_close($userlink);
}
 
 
/**
* Sends bufferized data
*/
if ( $GLOBALS['cfg']['OBGzip'] && isset( $ob_mode ) && $ob_mode ) {
PMA_outBufferPost($ob_mode);
}
?>
/Web/Maintenance/phpMyAdmin/readme.php
0,0 → 1,10
<?php
// Simple script to set correct charset for the readme
// vim: expandtab sw=4 ts=4 sts=4:
//
// Note: please do not fold this script into a general script
// that would read any file using a GET parameter, it would open a hole
 
header('Content-type: text/plain; charset=iso-8859-1');
readfile('README');
?>
/Web/Maintenance/phpMyAdmin/scripts/check_lang.php
0,0 → 1,57
<?php
/* $Id: check_lang.php,v 2.0 2003/11/18 15:20:45 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4 foldmarker={,} fdm=marker:
 
 
/**
* This test script checks all the language files to ensure there is no errors
* inside and nothing is displayed on screen (eg no extra no blank line).
*/
$failed = array();
$passed = array();
 
// 1. Do check
$languageDirectory = dir('../lang');
while ($name = $languageDirectory->read()) {
if (strpos($name, '.inc.php')) {
// 1.1 Checks parse errors and extra blank line
include('../lang/' . $name);
header('X-Ping: pong');
// 1.1 Checks "^M"
$content = fread(fopen('../lang/' . $name, 'r'), filesize('../lang/' . $name));
if ($pos = strpos(' ' . $content, "\015")) {
$failed[] = $name;
} else {
$passed[] = $name;
}
} // end if
} // end while
$languageDirectory->close();
 
// 2. Checking results
$start = '';
$failed_cnt = count($failed);
sort($failed);
$passed_cnt = count($passed);
sort($passed);
echo ($failed_cnt + $passed_cnt) . ' language files were checked.<br /><br />' . "\n";
if ($failed_cnt) {
echo '&nbsp;&nbsp;1.&nbsp;' . $failed_cnt . ' contain(s) some "^M":<br />' . "\n";
for ($i = 0; $i < $failed_cnt; $i++) {
echo '&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;' . $failed[$i] . '<br />' . "\n";
} // end for
if ($passed_cnt) {
echo '<br />' . "\n";
echo '&nbsp;&nbsp;2.&nbsp;' . $passed_cnt . ' seems right:<br />' . "\n";
$start = '&nbsp;&nbsp;';
}
} // end if
if ($passed_cnt) {
if (!$failed_cnt) {
echo 'They all passed checkings:<br />' . "\n";
}
for ($i = 0; $i < $passed_cnt; $i++) {
echo $start . '&nbsp;&nbsp;-&nbsp;' . $passed[$i] . '<br />' . "\n";
} // end for
} // end if
?>
/Web/Maintenance/phpMyAdmin/scripts/convertcfg.pl
0,0 → 1,19
#!/usr/bin/perl
#
# $Id: convertcfg.pl,v 2.0 2003/11/18 15:20:45 nijel Exp $
#
# Configuration converter
# Converts from old-style (Pre-2.3) configuration files to new format found in PMA-2.3
#
# Takes input from STDIN, sends output to STDOUT
#
# By Robin Johnson robbat2@users.sourceforge.net
# Many thanks to Patrick Lougheed pat@tfsb.org
#
 
while(<>)
{ s/\$cfg(\w+)/\$cfg\[\'$1\'\]/g;
print;
}
 
 
/Web/Maintenance/phpMyAdmin/scripts/create-release.sh
0,0 → 1,285
#!/bin/sh
#
# $Id: create-release.sh,v 2.18.2.2 2006/03/16 22:44:05 nijel Exp $
#
# 2005-09-13, lem9@users.sourceforge.net
# - no longer create a config.default.php from config.inc.php
#
# 2005-06-12, lem9@users.sourceforge.net
# - cvs server name changed to cvs, because cvs1 no longer works from
# shell.sourceforge.net
#
# 2003-08-23, nijel@users.sourceforge.net:
# - support for creating snapshots outside sourceforge:
# * cvs server name can be read from environment variable cvsserver
# * do not change to directories as used on sourceforge if $2 is local
#
# 2003-08-13, nijel@users.sourceforge.net:
# - config.default -> config.default.php
#
# 2004-08-09, lem9@users.sourceforge.net:
# - remember to create a new bug tracking group
#
# 2004-06-07 rabus@users.sourceforge.net
# - create backup config file
#
# 2004-04-29, lem9@users.sourceforge.net:
# - keep only the previous cvs directory created
#
# 2004-04-16, lem9@users.sourceforge.net:
# - daily snapshot when called with first parameter "snapshot"
# - remove directory used for the checkout
#
# 2003-11-18, nijel@users.sourceforge.net:
# - switch php3 -> php
#
# 2003-10-10, nijel@users.sourceforge.net:
# - cvsserver set on just one place to ease testing
# - echoes md5 sums to include on download page
#
# 2003-06-22, robbat2@users.sourceforge.net:
# - Moved to using updatedocs.sh for updating documentation
# - Make tarring faster by re-arranging ops
#
# 2003-01-17, rabus@users.sourceforge.net:
# - Changed the CVS hostname to cvs1 because cvs1.sourceforge.net is now blocked
# for the SF shell servers, too. Note: The script now works on the SF shell
# servers ONLY!
#
# 2002-11-22, rabus@users.sourceforge.net:
# - changed the CVS server dns to cvs1.sourceforge.net
# (cvs.phpmyadmin.sourceforge.net does not work at the SF shell anymore).
#
# 2002-10-03, rabus@users.sourceforge.net:
# - more detailed instructions
#
# 2002-09-08, robbat2@users.sourceforge.net:
# - Tweaked final instruction list
#
# 2002-06-17, lem9@users.sourceforge.net:
# - I option to tar for bzip2 is deprecated, use j
#
# 2002-27-04, loic@phpmyadmin.net:
# - added the cvs branch feature
#
# 2001-08-08, swix@users.sourceforge.net:
# - created script
# - added release todo list
#
 
cvsserver=${cvsserver:-cvs}
 
if [ $# = 0 ]
then
echo "Usage: create-release.sh version from_branch"
echo " (no spaces allowed!)"
echo ""
echo "Example: create-release.sh 2.2.7-rc1 v2_2_7-branch"
exit 65
fi
 
if [ "$1" = "snapshot" ]
then
branch=''
elif [ "$#" = 2 ]
then
branch="-r $2"
fi
 
if [ $1 = "snapshot" ]
then
mode="snapshot"
date_snapshot=`date +%Y%m%d-%H%M%S`
fi
 
# Set target name
if [ "$mode" != "snapshot" ]
then
target=$1
else
target=$date_snapshot
fi
 
 
if [ "$mode" != "snapshot" ]
then
 
cat <<END
 
Please ensure you have:
1. incremented rc count or version in CVS :
- in libraries/Config.class.php PMA_Config::__constructor() the line
" $this->set( 'PMA_VERSION', '2.7.1-dev' ); "
- in Documentation.html the 2 lines
" <title>phpMyAdmin $1 - Documentation</title> "
" <h1>phpMyAdmin $1 Documentation</h1> "
- in translators.html
- in README
2. synchronized the language files:
cd lang
./sync_lang.sh
and checked all language files are valid (use
the "./scripts/check_lang.php" script to do it).
 
Continue (y/n)?
END
printf "\a"
read do_release
 
if [ "$do_release" != 'y' ]; then
exit
fi
fi
 
if [ "$mode" = "snapshot" -a "$2" != "local" ] ; then
# Goto project dir
cd /home/groups/p/ph/phpmyadmin/htdocs
 
## Move old cvs dir
#if [ -e cvs ];
#then
# mv cvs cvs-`date +%s`
#fi
 
# Keep one previous version of the cvs directory
if [ -e cvs-prev ];
then
rm -rf cvs-prev
fi
mv cvs cvs-prev
fi
 
# Do CVS checkout
mkdir cvs
cd cvs
 
if [ "$mode" != "snapshot" ]
then
echo "Press [ENTER]!"
cvs -q -d:pserver:anonymous@$cvsserver:/cvsroot/phpmyadmin login
if [ $? -ne 0 ] ; then
echo "CVS login failed, bailing out"
exit 1
fi
fi
 
cvs -q -z3 -d:pserver:anonymous@$cvsserver:/cvsroot/phpmyadmin co -P $branch phpMyAdmin
 
if [ $? -ne 0 ] ; then
echo "CVS checkout failed, bailing out"
exit 2
fi
 
# Cleanup release dir
LC_ALL=C date -u > phpMyAdmin/RELEASE-DATE-${target}
 
# Olivier asked to keep those in the cvs release, to allow testers to use
# cvs update on it
if [ "$mode" != "snapshot" ]
then
find phpMyAdmin \( -name .cvsignore -o -name CVS \) -print0 | xargs -0 rm -rf
fi
 
find phpMyAdmin -type d -print0 | xargs -0 chmod 755
find phpMyAdmin -type f -print0 | xargs -0 chmod 644
find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755
 
# Building Documentation.txt
LC_ALL=C w3m -dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
 
# Renaming directory
mv phpMyAdmin phpMyAdmin-$target
 
# Building distribution kits
zip -9 -r phpMyAdmin-${target}.zip phpMyAdmin-${target}
tar cvf phpMyAdmin-${target}.tar phpMyAdmin-${target}
bzip2 -9kv phpMyAdmin-${target}.tar
gzip -9v phpMyAdmin-${target}.tar
 
# Cleanup
rm -rf phpMyAdmin-${target}
 
if [ "$mode" != "snapshot" ]
then
 
 
echo ""
echo ""
echo ""
echo "Files:"
echo "------"
 
ls -la *.gz *.zip *.bz2
 
echo
echo "MD5 sums:"
echo "--------"
 
md5sum *.{gz,zip,bz2} | sed "s/\([^ ]*\)[ ]*\([^ ]*\)/\$md5sum['\2'] = '\1';/"
 
echo
echo "Sizes:"
echo "------"
 
ls -l --block-size=k *.{gz,zip,bz2} | sed -r "s/[a-z-]+[[:space:]]+[0-9]+[[:space:]]+[^[:space:]]+[[:space:]]+[^[:space:]]+[[:space:]]+([0-9]*)K.*[[:space:]]([^[:space:]]+)\$/\$size['\2'] = \1;/"
 
echo
echo "Add these to /home/groups/p/ph/phpmyadmin/htdocs/home_page/files.inc.php on sf"
 
cat <<END
 
 
Todo now:
---------
1. tag the cvs tree with the new revision number for a plain release or a
release candidate:
version 2.7.0 gets two tags: RELEASE_2_7_0 and STABLE
version 2.7.1-rc1 gets RELEASE_2_7_1RC1 and TESTING
 
2. upload the files to SF:
ftp upload.sourceforge.net
cd incoming
binary
mput cvs/*.gz *.zip *.bz2
3. add files to SF files page (cut and paste changelog since last release)
4. add SF news item to phpMyAdmin project
5. update web page:
- add MD5s and file sizes to /home/groups/p/ph/phpmyadmin/htdocs/home_page/includes/list_files.inc.php
- add release to /home/groups/p/ph/phpmyadmin/htdocs/home_page/includes/list_release.inc.php
6. announce release on freshmeat (http://freshmeat.net/projects/phpmyadmin/)
7. send a short mail (with list of major changes) to
phpmyadmin-devel@lists.sourceforge.net
phpmyadmin-news@lists.sourceforge.net
phpmyadmin-users@lists.sourceforge.net
 
Don't forget to update the Description section in the announcement,
based on Documentation.html.
 
8. increment rc count or version in CVS :
- in libraries/Config.class.php PMA_Config::__constructor() the line
" $this->set( 'PMA_VERSION', '2.7.1-dev' ); "
- in Documentation.html the 2 lines
" <title>phpMyAdmin 2.2.2-rc1 - Documentation</title> "
" <h1>phpMyAdmin 2.2.2-rc1 Documentation</h1> "
- in translators.html
 
9. add a group for bug tracking this new version, at
https://sourceforge.net/tracker/admin/index.php?group_id=23067&atid=377408&add_group=1
 
10. the end :-)
 
END
 
fi
 
if [ "$mode" = "snapshot" -a "$2" != "local" ] ; then
cd ..
find cvs -type d -print0 | xargs -0 chmod 775
find cvs -type f -print0 | xargs -0 chmod 664
fi
 
# Removed due to not needed thanks to clever scripting by Robbat2
# 9. update the demo subdirectory:
# - in htdocs, cvs update phpMyAdmin
# - and don't forget to give write rights for the updated scripts to the
# whole group
/Web/Maintenance/phpMyAdmin/scripts/create_tables.sql
0,0 → 1,142
-- --------------------------------------------------------
-- SQL Commands to set up the pmadb as described in Documentation.html.
--
-- DON'T RUN THIS SCRIPT ON MySQL 4.1.2 AND ABOVE!
-- Instead, please run create_tables_mysql_4_1_2+.sql.
--
-- This script expects the user pma to already be existing. If we would put a
-- line here to create him too many users might just use this script and end
-- up with having the same password for the controluser.
--
-- This user "pma" must be defined in config.inc.php (controluser/controlpass)
--
-- Please don't forget to set up the tablenames in config.inc.php
--
-- $Id: create_tables.sql,v 2.9 2004/07/18 13:06:03 lem9 Exp $
 
-- --------------------------------------------------------
 
--
-- Database : `phpmyadmin`
--
DROP DATABASE IF EXISTS `phpmyadmin`;
CREATE DATABASE `phpmyadmin`;
USE phpmyadmin;
 
-- --------------------------------------------------------
 
--
-- Privileges
--
GRANT SELECT, INSERT, DELETE, UPDATE ON `phpmyadmin`.* TO
'pma'@localhost;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_bookmark`
--
 
CREATE TABLE `pma_bookmark` (
`id` int(11) NOT NULL auto_increment,
`dbase` varchar(255) NOT NULL default '',
`user` varchar(255) NOT NULL default '',
`label` varchar(255) NOT NULL default '',
`query` text NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM COMMENT='Bookmarks';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_column_info`
--
 
CREATE TABLE `pma_column_info` (
`id` int(5) unsigned NOT NULL auto_increment,
`db_name` varchar(64) NOT NULL default '',
`table_name` varchar(64) NOT NULL default '',
`column_name` varchar(64) NOT NULL default '',
`comment` varchar(255) NOT NULL default '',
`mimetype` varchar(255) NOT NULL default '',
`transformation` varchar(255) NOT NULL default '',
`transformation_options` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `db_name` (`db_name`,`table_name`,`column_name`)
) TYPE=MyISAM COMMENT='Column information for phpMyAdmin';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_history`
--
 
CREATE TABLE `pma_history` (
`id` bigint(20) unsigned NOT NULL auto_increment,
`username` varchar(64) NOT NULL default '',
`db` varchar(64) NOT NULL default '',
`table` varchar(64) NOT NULL default '',
`timevalue` timestamp(14) NOT NULL,
`sqlquery` text NOT NULL,
PRIMARY KEY (`id`),
KEY `username` (`username`,`db`,`table`,`timevalue`)
) TYPE=MyISAM COMMENT='SQL history for phpMyAdmin';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_pdf_pages`
--
 
CREATE TABLE `pma_pdf_pages` (
`db_name` varchar(64) NOT NULL default '',
`page_nr` int(10) unsigned NOT NULL auto_increment,
`page_descr` varchar(50) NOT NULL default '',
PRIMARY KEY (`page_nr`),
KEY `db_name` (`db_name`)
) TYPE=MyISAM COMMENT='PDF relation pages for phpMyAdmin';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_relation`
--
 
CREATE TABLE `pma_relation` (
`master_db` varchar(64) NOT NULL default '',
`master_table` varchar(64) NOT NULL default '',
`master_field` varchar(64) NOT NULL default '',
`foreign_db` varchar(64) NOT NULL default '',
`foreign_table` varchar(64) NOT NULL default '',
`foreign_field` varchar(64) NOT NULL default '',
PRIMARY KEY (`master_db`,`master_table`,`master_field`),
KEY `foreign_field` (`foreign_db`,`foreign_table`)
) TYPE=MyISAM COMMENT='Relation table';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_table_coords`
--
 
CREATE TABLE `pma_table_coords` (
`db_name` varchar(64) NOT NULL default '',
`table_name` varchar(64) NOT NULL default '',
`pdf_page_number` int(11) NOT NULL default '0',
`x` float unsigned NOT NULL default '0',
`y` float unsigned NOT NULL default '0',
PRIMARY KEY (`db_name`,`table_name`,`pdf_page_number`)
) TYPE=MyISAM COMMENT='Table coordinates for phpMyAdmin PDF output';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_table_info`
--
 
CREATE TABLE `pma_table_info` (
`db_name` varchar(64) NOT NULL default '',
`table_name` varchar(64) NOT NULL default '',
`display_field` varchar(64) NOT NULL default '',
PRIMARY KEY (`db_name`,`table_name`)
) TYPE=MyISAM COMMENT='Table information for phpMyAdmin';
/Web/Maintenance/phpMyAdmin/scripts/create_tables_mysql_4_1_2+.sql
0,0 → 1,161
-- --------------------------------------------------------
-- SQL Commands to set up the pmadb as described in Documentation.html.
--
-- This file is meant for use with MySQL 4.1.2 and above!
-- For older MySQL releases, please use create_tables.sql
--
-- If you are running one MySQL 4.1.0 or 4.1.1, please create the tables using
-- create_tables.sql and upgrade their collation settings according to our
-- manual.
--
-- This script expects the user pma to already be existing. If we would put a
-- line here to create him too many users might just use this script and end
-- up with having the same password for the controluser.
--
-- This user "pma" must be defined in config.inc.php (controluser/controlpass)
--
-- Please don't forget to set up the tablenames in config.inc.php
--
-- $Id: create_tables_mysql_4_1_2+.sql,v 2.0 2004/10/13 10:01:37 rabus Exp $
 
-- --------------------------------------------------------
 
--
-- Database : `phpmyadmin`
--
DROP DATABASE IF EXISTS `phpmyadmin`;
CREATE DATABASE `phpmyadmin`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
USE phpmyadmin;
 
-- --------------------------------------------------------
 
--
-- Privileges
--
GRANT SELECT, INSERT, DELETE, UPDATE ON `phpmyadmin`.* TO
'pma'@localhost;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_bookmark`
--
 
CREATE TABLE `pma_bookmark` (
`id` int(11) NOT NULL auto_increment,
`dbase` varchar(255) NOT NULL default '',
`user` varchar(255) NOT NULL default '',
`label` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '',
`query` text NOT NULL,
PRIMARY KEY (`id`)
)
ENGINE=MyISAM COMMENT='Bookmarks'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_column_info`
--
 
CREATE TABLE `pma_column_info` (
`id` int(5) unsigned NOT NULL auto_increment,
`db_name` varchar(64) NOT NULL default '',
`table_name` varchar(64) NOT NULL default '',
`column_name` varchar(64) NOT NULL default '',
`comment` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '',
`mimetype` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '',
`transformation` varchar(255) NOT NULL default '',
`transformation_options` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
UNIQUE KEY `db_name` (`db_name`,`table_name`,`column_name`)
)
ENGINE=MyISAM COMMENT='Column information for phpMyAdmin'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_history`
--
 
CREATE TABLE `pma_history` (
`id` bigint(20) unsigned NOT NULL auto_increment,
`username` varchar(64) NOT NULL default '',
`db` varchar(64) NOT NULL default '',
`table` varchar(64) NOT NULL default '',
`timevalue` timestamp(14) NOT NULL,
`sqlquery` text NOT NULL,
PRIMARY KEY (`id`),
KEY `username` (`username`,`db`,`table`,`timevalue`)
)
ENGINE=MyISAM COMMENT='SQL history for phpMyAdmin'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_pdf_pages`
--
 
CREATE TABLE `pma_pdf_pages` (
`db_name` varchar(64) NOT NULL default '',
`page_nr` int(10) unsigned NOT NULL auto_increment,
`page_descr` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '',
PRIMARY KEY (`page_nr`),
KEY `db_name` (`db_name`)
)
ENGINE=MyISAM COMMENT='PDF relation pages for phpMyAdmin'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_relation`
--
 
CREATE TABLE `pma_relation` (
`master_db` varchar(64) NOT NULL default '',
`master_table` varchar(64) NOT NULL default '',
`master_field` varchar(64) NOT NULL default '',
`foreign_db` varchar(64) NOT NULL default '',
`foreign_table` varchar(64) NOT NULL default '',
`foreign_field` varchar(64) NOT NULL default '',
PRIMARY KEY (`master_db`,`master_table`,`master_field`),
KEY `foreign_field` (`foreign_db`,`foreign_table`)
)
ENGINE=MyISAM COMMENT='Relation table'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_table_coords`
--
 
CREATE TABLE `pma_table_coords` (
`db_name` varchar(64) NOT NULL default '',
`table_name` varchar(64) NOT NULL default '',
`pdf_page_number` int(11) NOT NULL default '0',
`x` float unsigned NOT NULL default '0',
`y` float unsigned NOT NULL default '0',
PRIMARY KEY (`db_name`,`table_name`,`pdf_page_number`)
)
ENGINE=MyISAM COMMENT='Table coordinates for phpMyAdmin PDF output'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_table_info`
--
 
CREATE TABLE `pma_table_info` (
`db_name` varchar(64) NOT NULL default '',
`table_name` varchar(64) NOT NULL default '',
`display_field` varchar(64) NOT NULL default '',
PRIMARY KEY (`db_name`,`table_name`)
)
ENGINE=MyISAM COMMENT='Table information for phpMyAdmin'
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
/Web/Maintenance/phpMyAdmin/scripts/decode_bug.php
0,0 → 1,106
<?php
/* $Id: decode_bug.php,v 2.3 2006/01/17 17:03:02 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4 foldmarker={,} fdm=marker:
 
 
/**
* Parser BUG decoder
*
* This is the parser bug decoder system
* Throw the bug data in teh query box, and hit submit for output.
*
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
*/
 
 
/**
* Displays the form
*/
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
 
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin - Parser BUG decoder</title>
<style type="text/css">
<!--
body, p {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: large;
font-weight: bold;
color: #000066;
}
//-->
</style>
</head>
 
 
<body bgcolor="#FFFFFF">
<h1>Parser BUG decoder</h1>
<br />
 
<form method="post" action="./decode_bug.php">
<input type="hidden" name="bar" value="<?php echo rand(); ?>" />
Encoded bug report:<br />
<textarea name="bug_encoded" cols="72" rows="10"></textarea>
<br /><br />
<input type="submit" />
</form>
<hr />
 
<?php
/**
* If the form has been submitted -> decodes the bug report
*/
 
/**
* Display the decoded bug report in ASCII format
*
* @param string the text data
*
* @return string the text enclosed by "<pre>...</pre>" tags
*
* @access public
*/
function PMA_printDecodedBug($textdata)
{
return '<pre>' . htmlspecialchars($textdata) . '</pre><br />';
} // end of the "PMA_printDecodedBug()" function
 
 
if (!empty($_POST) && isset($_POST['bug_encoded'])) {
$bug_encoded = $_POST['bug_encoded'];
}
 
if (!empty($bug_encoded)) {
if (get_magic_quotes_gpc()) {
$bug_encoded = stripslashes($bug_encoded);
}
 
$bug_encoded = ereg_replace('[[:space:]]', '', $bug_encoded);
$bug_decoded = base64_decode($bug_encoded);
if (substr($bug_encoded, 0, 2) == 'eN') {
if (function_exists('gzuncompress')) {
$result = PMA_printDecodedBug(gzuncompress($bug_decoded));
} else {
$result = 'Error: &quot;gzuncompress()&quot; is unavailable!' . "\n";
}
} else {
$result = PMA_printDecodedBug($bug_decoded);
} // end if... else...
 
echo '<p>Decoded:</p>' . "\n"
. $result . "\n";
} // end if
?>
</body>
 
</html>
/Web/Maintenance/phpMyAdmin/scripts/find_unused_messages.sh
0,0 → 1,31
#!/bin/sh
 
# Simple script to find unused message strings by Michal Čihař
 
tmp1=`mktemp`
tmp2=`mktemp`
grep -o '\<str[A-Z][a-zA-Z0-9_]*\>' lang/english-iso-8859-1.inc.php \
| grep -Ev '^str(Transformation_|ShowStatus)' | sort -u > $tmp1
grep -ho '\<str[A-Z][a-zA-Z0-9_]*\>' `find . -type f -a -name '*.php' -a -not -path '*/lang/*'` \
| grep -Ev '^str(Transformation_|ShowStatus)' | sort -u > $tmp2
 
echo Please note that you need to check results of this script, it doesn\'t
echo understand PHP, it only tries to find what looks like message name.
 
echo
echo Used messages not present in english language file:
echo '(this contains generated messages and composed message names, so these'
echo 'are not necessary a errors!)'
echo
 
# filter out known false positives
diff $tmp1 $tmp2 | awk '/^>/ {print $2}' | grep -Ev '(strEncto|strXkana|strDBLink|strPrivDesc|strPrivDescProcess|strTableListOptions|strMissingParameter|strAttribute|strDoSelectAll)'
 
echo
echo Not used messages present in english language file:
echo
 
diff $tmp1 $tmp2 | awk '/^</ {print $2}'
 
 
rm -f $tmp1 $tmp2
/Web/Maintenance/phpMyAdmin/scripts/remove_control_m.sh
0,0 → 1,23
#!/bin/sh
#
# $Id: remove_control_m.sh,v 2.0 2003/11/18 15:20:45 nijel Exp $
#
# Script to remove ^M from files for DOS <-> UNIX conversions
#
 
if [ $# != 1 ]
then
echo "Usage: remove_control_m.sh <extension of files>"
echo ""
echo "Example: remove_control_m.sh php3"
exit
fi
 
for i in `find . -name "*.$1"`
do
echo $i
tr -d '\015' < $i > ${i}.new
rm $i
mv ${i}.new $i
done;
 
/Web/Maintenance/phpMyAdmin/scripts/setup.php
0,0 → 1,1930
<?php
/* $Id: setup.php,v 1.23.2.10.2.4 2006/08/22 17:36:34 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
// phpMyAdmin setup script by Michal Čihař <michal@cihar.com>
 
// Grab phpMyAdmin version and PMA_dl function
define( 'PMA_MINIMUM_COMMON', TRUE );
chdir('..');
require_once('./libraries/common.lib.php');
 
// Grab configuration defaults
// Do not use $PMA_Config, it interferes with the one in $_SESSION
// on servers with register_globals enabled
$PMA_Config_Setup = new PMA_Config();
 
// Script information
$script_info = 'phpMyAdmin ' . $PMA_Config_Setup->get('PMA_VERSION') . ' setup script by Michal Čihař <michal@cihar.com>';
$script_version = '$Id: setup.php,v 1.23.2.10.2.4 2006/08/22 17:36:34 lem9 Exp $';
 
// Grab action
if (isset($_POST['action'])) {
$action = $_POST['action'];
} else {
$action = '';
}
 
if (isset($_POST['configuration']) && $action != 'clear' ) {
// Grab previous configuration, if it should not be cleared
$configuration = unserialize($_POST['configuration']);
} else {
// Start with empty configuration
$configuration = array();
}
 
// We rely on Servers array to exist, so create it here
if (!isset($configuration['Servers']) || !is_array($configuration['Servers'])) {
$configuration['Servers'] = array();
}
 
// Used later
$now = gmdate('D, d M Y H:i:s') . ' GMT';
 
// General header for no caching
header('Expires: ' . $now); // rfc2616 - Section 14.21
header('Last-Modified: ' . $now);
header('Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0'); // HTTP/1.1
header('Pragma: no-cache'); // HTTP/1.0
 
// whether to show html header?
if ($action != 'download') {
 
// Define the charset to be used
header('Content-Type: text/html; charset=utf-8');
 
// this needs to be echoed otherwise php with short tags complains
echo '<?xml version="1.0" encoding="utf-8"?>' . "\n";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<link rel="icon" href="../favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<title>phpMyAdmin <?php echo $PMA_Config_Setup->get('PMA_VERSION'); ?> setup</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<script type="text/javascript" language="javascript">
//<![CDATA[
// show this window in top frame
if (top != self) {
window.top.location.href=location;
}
//]]>
</script>
<style type="text/css">
/* message boxes: warning, error, stolen from original theme */
div.notice {
color: #000000;
background-color: #FFFFDD;
}
h1.notice,
div.notice {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #FFD700;
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_notice.png);
background-repeat: no-repeat;
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
}
div.notice h1 {
border-bottom: 0.1em solid #FFD700;
font-weight: bold;
font-size: large;
text-align: left;
margin: 0 0 0.2em 0;
}
 
div.warning {
color: #CC0000;
background-color: #FFFFCC;
}
h1.warning,
div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_warn.png);
background-repeat: no-repeat;
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
}
div.warning h1 {
border-bottom: 0.1em solid #cc0000;
font-weight: bold;
text-align: left;
font-size: large;
margin: 0 0 0.2em 0;
}
 
div.error {
background-color: #FFFFCC;
color: #ff0000;
}
h1.error,
div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_error.png);
background-repeat: no-repeat;
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
}
div.error h1 {
border-bottom: 0.1em solid #ff0000;
font-weight: bold;
text-align: left;
font-size: large;
margin: 0 0 0.2em 0;
}
 
fieldset.toolbar form.action {
display: block;
width: auto;
clear: none;
float: left;
margin: 0;
padding: 0;
border-right: 1px solid black;
}
fieldset.toolbar form.action input, fieldset.toolbar form.action select {
margin: 0.7em;
padding: 0.1em;
}
 
fieldset.toolbar {
display: block;
width: 100%;
background-color: #dddddd;
padding: 0;
}
fieldset.optbox {
padding: 0;
background-color: #FFFFDD;
}
div.buttons, div.opts, fieldset.optbox p, fieldset.overview div.row {
clear: both;
padding: 0.5em;
margin: 0;
background-color: white;
}
div.opts, fieldset.optbox p, fieldset.overview div.row {
border-bottom: 1px dotted black;
}
fieldset.overview {
display: block;
width: 100%;
padding: 0;
}
fieldset.optbox p {
background-color: #FFFFDD;
}
div.buttons {
background-color: #dddddd;
}
div.buttons input {
margin: 0 1em 0 1em;
}
div.buttons form {
display: inline;
margin: 0;
padding: 0;
}
input.save {
color: green;
font-weight: bolder;
}
input.cancel {
color: red;
font-weight: bolder;
}
div.desc, label.desc, fieldset.overview div.desc {
float: left;
width: 27em;
max-width: 60%;
}
code:before, code:after {
content: '"';
}
a.doc {
margin: 0 1em 0 1em;
}
a.doc img {
border: none;
}
</style>
</head>
 
<body>
<h1>phpMyAdmin <?php echo $PMA_Config_Setup->get('PMA_VERSION'); ?> setup</h1>
<?php
} // end show html header
 
/**
* Calculates numerical equivalent of phpMyAdmin version string
*
* @param string version
*
* @return mixed FALSE on failure, integer on success
*/
function version_to_int($version) {
if (!preg_match('/^(\d+)\.(\d+)\.(\d+)((\.|-(pl|rc|dev|beta|alpha))(\d+)?)?$/', $version, $matches)) {
return FALSE;
}
if (!empty($matches[6])) {
switch ($matches[6]) {
case 'pl':
$added = 60;
break;
case 'rc':
$added = 30;
break;
case 'beta':
$added = 20;
break;
case 'alpha':
$added = 10;
break;
case 'dev':
$added = 0;
break;
default:
message('notice', 'Unknown version part: ' . htmlspecialchars($matches[5]));
$added = 0;
break;
}
} else {
$added = 50; // for final
}
if (!empty($matches[7])) {
$added = $added + $matches[7];
}
return $matches[1] * 1000000 + $matches[2] * 10000 + $matches[3] * 100 + $added;
}
 
/**
* Returns link to documentation of some configuration directive
*
* @param string confguration directive name
*
* @return string HTML link to documentation
*/
function get_cfg_doc($anchor) {
return '<a href="../Documentation.html#cfg_' . $anchor . '" target="pma_doc" class="doc"><img class="icon" src="../' . $GLOBALS['cfg']['ThemePath'] . '/original/img/b_help.png" width="11" height="11" alt="Documentation" title="Documentation" /></a>';
}
 
/**
* Displays message
*
* @param string type of message (notice/warning/error)
* @param string text of message
* @param title optional title of message
*
* @return nothing
*/
function message($type, $text, $title = '') {
echo '<div class="' . $type . '">' . "\n";
if (!empty($title)) {
echo '<h1>';
echo $title;
echo '</h1>' . "\n";
}
echo $text . "\n";
echo '</div>' . "\n";
}
 
/**
* Creates hidden input required for keeping current configuraion
*
* @return string HTML with hidden inputs
*/
function get_hidden_cfg() {
global $configuration;
 
return '<input type="hidden" name="configuration" value="' . htmlspecialchars(serialize($configuration)) . '" />' . "\n";
}
 
/**
* Creates form for some action
*
* @param string action name
* @param string form title
* @param string optional additional inputs
*
* @return string HTML with form
*/
function get_action($name, $title, $added = '', $enabled = TRUE) {
$ret = '';
$ret .= '<form class="action" method="post" action="">';
$ret .= '<input type="hidden" name="token" value="' . $_SESSION['PMA_token'] . '" />';
$ret .= '<input type="hidden" name="action" value="' . $name . '" />';
$ret .= $added;
$ret .= '<input type="submit" value="' . $title . '"';
if (!$enabled) {
$ret .= ' disabled="disabled"';
}
$ret .= ' />';
$ret .= get_hidden_cfg();
$ret .= '</form>';
$ret .= "\n";
return $ret;
}
 
/**
* Creates form for going to some url
*
* @param string URL where to go
* @param string form title
* @param string optional array of parameters
*
* @return string HTML with form
*/
function get_url_action($url, $title, $params = array()) {
$ret = '';
$ret .= '<form class="action" method="get" action="' . $url . '" target="_blank">';
$ret .= '<input type="hidden" name="token" value="' . $_SESSION['PMA_token'] . '" />';
foreach ($params as $key => $val) {
$ret .= '<input type="hidden" name="' . $key . '" value="' . $val . '" />';
}
$ret .= '<input type="submit" value="' . $title . '" />';
$ret .= '</form>';
$ret .= "\n";
return $ret;
}
 
/**
* Terminates script and ends HTML
*
* @return nothing
*/
function footer() {
echo '</body>';
echo '</html>';
exit;
}
 
/**
* Creates string describing server authentication method
*
* @param array server configuration
*
* @return string authentication method description
*/
function get_server_auth($val) {
global $PMA_Config_Setup;
 
if (isset($val['auth_type'])) {
$auth = $val['auth_type'];
} else {
$auth = $PMA_Config_Setup->default_server['auth_type'];
}
$ret = $auth;
if ($auth == 'config') {
if (isset($val['user'])) {
$ret .= ':' . $val['user'];
} else {
$ret .= ':' . $PMA_Config_Setup->default_server['user'];
}
}
return $ret;
}
 
/**
* Creates nice string with server name
*
* @param array server configuration
* @param int optional server id
*
* @return string fancy server name
*/
function get_server_name($val, $id = FALSE, $escape = true) {
if (!empty($val['verbose'])) {
$ret = $val['verbose'];
} else {
$ret = $val['host'];
}
$ret .= ' (' . get_server_auth($val) . ')';
if ($id !== FALSE) {
$ret .= ' [' . ($id + 1) . ']' ;
}
if ($escape) {
return htmlspecialchars($ret);
} else {
return $ret;
}
}
 
 
/**
* Exports variable to PHP code, very limited version of var_export
*
* @param string data to export
*
* @see var_export
*
* @return string PHP code containing variable value
*/
function PMA_var_export($input) {
$output = '';
if (is_null($input)) {
$output .= 'NULL';
} elseif (is_array($input)) {
$output .= "array (\n";
foreach($input as $key => $value) {
$output .= PMA_var_export($key) . ' => ' . PMA_var_export($value);
$output .= ",\n";
}
$output .= ')';
} elseif (is_string($input)) {
$output .= '\'' . addslashes($input) . '\'';
} elseif (is_int($input) || is_double($input)) {
$output .= (string) $input;
} elseif (is_bool($input)) {
$output .= $input ? 'true' : 'false';
} else {
die('Unknown type for PMA_var_export: ' . $input);
}
return $output;
}
 
/**
* Creates configuration code for one variable
*
* @param string variable name
* @param mixed configuration
*
* @return string PHP code containing configuration
*/
function get_cfg_val($name, $val) {
$ret = '';
if (is_array($val)) {
$ret .= "\n";
foreach ($val as $k => $v) {
if (!isset($type)) {
if (is_string($k)) {
$type = 'string';
} elseif (is_int($k)) {
$type = 'int';
$ret .= $name . " = array(\n";
} else {
// Something unknown...
$ret .= $name. ' = ' . PMA_var_export($val) . ";\n";
break;
}
}
if ($type == 'string') {
$ret .= get_cfg_val($name . "['$k']", $v);
} elseif ($type == 'int') {
$ret .= " " . PMA_var_export($v) . ",\n";
}
}
if (!isset($type)) {
/* Empty array */
$ret .= $name . " = array();\n";
} elseif ($type == 'int') {
$ret .= ");\n";
}
$ret .= "\n";
unset($type);
} else {
$ret .= $name . ' = ' . PMA_var_export($val) . ";\n";
}
return $ret;
}
 
/**
* Creates configuration PHP code
*
* @param array configuration
*
* @return string PHP code containing configuration
*/
function get_cfg_string($cfg) {
global $script_info, $script_version, $now;
 
$c = $cfg;
$ret = "<?php\n/*\n * Generated configuration file\n * Generated by: $script_info\n * Version: $script_version\n * Date: " . $now . "\n */\n\n";
 
if (count($c['Servers']) > 0) {
$ret .= "/* Servers configuration */\n\$i = 0;\n";
foreach ($c['Servers'] as $cnt => $srv) {
$ret .= "\n/* Server " . strtr(get_server_name($srv, $cnt, false), '*', '-') . " */\n\$i++;\n";
foreach ($srv as $key => $val) {
$ret .= get_cfg_val("\$cfg['Servers'][\$i]['$key']", $val);
}
}
$ret .= "\n/* End of servers configuration */\n\n";
}
unset($c['Servers']);
 
foreach ($c as $key => $val) {
$ret .= get_cfg_val("\$cfg['$key']", $val);
}
 
$ret .= "?>\n";
return $ret;
}
 
/**
* Compresses server configuration to be indexed from 0 and contain no gaps
*
* @param array configuration
*
* @return nothing
*/
function compress_servers(&$cfg) {
$ns = array();
foreach ($cfg['Servers'] as $val) {
if (!empty($val['host'])) {
$ns[] = $val;
}
}
$cfg['Servers'] = $ns;
}
 
/**
* Grabs values from POST
*
* @param string list of values to grab, values are separated by ";",
* each can have defined type separated by ":", if no type
* is defined, string is assumed. Possible types: bool -
* boolean value, serialized - serialized value, int -
* integer, tristate - "TRUE"/"FALSE" converted to bool,
* other strings are kept.
*
* @return array array with grabbed values
*/
function grab_values($list)
{
$a = split(';', $list);
$res = array();
foreach ($a as $val) {
$v = split(':', $val);
if (!isset($v[1])) {
$v[1] = '';
}
switch($v[1]) {
case 'bool':
$res[$v[0]] = isset($_POST[$v[0]]);
break;
case 'serialized':
if (isset($_POST[$v[0]]) && strlen($_POST[$v[0]]) > 0) {
$res[$v[0]] = unserialize($_POST[$v[0]]);
}
break;
case 'int':
if (isset($_POST[$v[0]]) && strlen($_POST[$v[0]]) > 0) {
$res[$v[0]] = (int)$_POST[$v[0]];
}
break;
case 'tristate':
if (isset($_POST[$v[0]]) && strlen($_POST[$v[0]]) > 0) {
$cur = $_POST[$v[0]];
if ($cur == 'TRUE') {
$res[$v[0]] = TRUE;
} elseif ($cur == 'FALSE') {
$res[$v[0]] = FALSE;
} else {
$res[$v[0]] = $cur;
}
}
break;
case 'string':
default:
if (isset($_POST[$v[0]]) && strlen($_POST[$v[0]]) > 0) {
$res[$v[0]] = $_POST[$v[0]];
}
break;
}
}
return $res;
}
 
/**
* Displays overview
*
* @param string title of oveview
* @param array list of values to display (each element is array of two
* values - name and value)
* @param string optional buttons to be displayed
*
* @return nothing
*/
function show_overview($title, $list, $buttons = '') {
echo '<fieldset class="overview">' . "\n";
echo '<legend>' . $title . '</legend>' . "\n";
foreach ($list as $val) {
echo '<div class="row">';
echo '<div class="desc">';
echo $val[0];
echo '</div>';
echo '<div class="data">';
echo $val[1];
echo '</div>';
echo '</div>' . "\n";
}
if (!empty($buttons)) {
echo '<div class="buttons">';
echo '<div class="desc">Actions:</div>';
echo $buttons;
echo '</div>' . "\n";
}
echo '</fieldset>' . "\n";
echo "\n";
}
 
/**
* Displays configuration, fallback defaults are taken from global $PMA_Config_Setup
*
* @param array list of values to display (each element is array of two or
* three values - desription, name and optional type
* indicator). Type is determined by type of this parameter,
* array means select and array elements are items,
* 'password' means password input.
* @param string title of configuration
* @param string help string for this configuration
* @param array optional first level defaults
* @param string optional title for save button
* @param string optional prefix for documentation links
*
* @return nothing
*/
function show_config_form($list, $legend, $help, $defaults = array(), $save = '', $prefix = '') {
global $PMA_Config_Setup;
 
if (empty($save)) {
$save = 'Update';
}
 
echo '<fieldset class="optbox">' . "\n";
echo '<legend>' . $legend . '</legend>' . "\n";
echo '<p>' . $help . '</p>' . "\n";
foreach ($list as $val) {
echo '<div class="opts">';
$type = 'text';
if (isset($val[3])) {
if (is_array($val[3])) {
$type = 'select';
} elseif (is_bool($val[3])) {
$type = 'check';
} elseif ($val[3] == 'password') {
$type = 'password';
}
}
switch ($type) {
case 'text':
case 'password':
echo '<label for="text_' . $val[1] . '" class="desc" title="' . $val[2] . '">' . $val[0] . get_cfg_doc($prefix . $val[1]) . '</label>';
echo '<input type="' . $type . '" name="' . $val[1] . '" id="text_' . $val[1] . '" title="' . $val[2] . '" size="50"';
if (isset($defaults[$val[1]])) {
echo ' value="' . htmlspecialchars($defaults[$val[1]]) . '"';
} else {
echo ' value="' . htmlspecialchars($PMA_Config_Setup->get($val[1])) . '"';
}
echo ' />';
break;
case 'check':
echo '<input type="checkbox" name="' . $val[1] . '" value="something" id="checkbox_' . $val[1] . '" title="' . $val[2] . '"';
if (isset($defaults[$val[1]])) {
if ($defaults[$val[1]]) {
echo ' checked="checked"';
}
} else {
if ($PMA_Config_Setup->get($val[1])) {
echo ' checked="checked"';
}
}
echo ' />';
echo '<label for="checkbox_' . $val[1] . '" title="' . $val[2] . '">' . $val[0] . get_cfg_doc($prefix . $val[1]) . '</label>';
break;
case 'select':
echo '<label for="select_' . $val[1] . '" class="desc" title="' . $val[2] . '">' . $val[0] . get_cfg_doc($prefix . $val[1]) . '</label>';
echo '<select name="' . $val[1] . '" id="select_' . $val[1] . '" ' . ' title="' . $val[2] . '">';
foreach ($val[3] as $opt) {
echo '<option value="' . $opt . '"';
if (isset($defaults[$val[1]])) {
if (is_bool($defaults[$val[1]])) {
if (($defaults[$val[1]] && $opt == 'TRUE') || (!$defaults[$val[1]] && $opt == 'FALSE')) {
echo ' selected="selected"';
}
} else {
if ($defaults[$val[1]] == $opt) {
echo ' selected="selected"';
}
}
} else {
$def_val = $PMA_Config_Setup->get($val[1]);
if (is_bool($val)) {
if (($def_val && $opt == 'TRUE') || (!$def_val && $opt == 'FALSE')) {
echo ' selected="selected"';
}
} else {
if ($def_val == $opt) {
echo ' selected="selected"';
}
}
unset($def_val);
}
echo '>' . $opt . '</option>';
}
echo '</select>';
break;
}
echo '</div>' . "\n";
}
echo '<div class="buttons">';
echo '<div class="desc">Actions:</div>';
echo '<input type="submit" name="submit_save" value="' . $save .'" class="save" />';
echo '<input type="submit" name="submit_ignore" value="Cancel" class="cancel" />';
echo '</div>' . "\n";
echo '</fieldset>' . "\n";
echo "\n";
}
 
/**
* Shows security options configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_security_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="feat_security_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Blowfish secret', 'blowfish_secret', 'Secret passphrase used for encrypting cookies'),
array('Force SSL connection', 'ForceSSL', 'Whether to force using secured connection while using phpMyAdmin', FALSE),
array('Show phpinfo output', 'ShowPhpInfo', 'Whether to allow users to see phpinfo() output', FALSE),
array('Show password change form', 'ShowChgPassword', 'Whether to show form for changing password, this does not limit ability to execute the same command directly', FALSE),
array('Allow login to any MySQL server', 'AllowArbitraryServer', 'If enabled user can enter any MySQL server in login form for cookie auth.', FALSE),
array('Recall user name', 'LoginCookieRecall', 'Whether to recall user name while using cookie auth.', TRUE),
array('Login cookie validity', 'LoginCookieValidity', 'How long is login valid without performing any action.'),
),
'Configure security features',
'Please note that phpMyAdmin is just a user interface and it\'s features do not limit MySQL.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows MySQL manual configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_manual_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="feat_manual_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Type of MySQL documentation', 'MySQLManualType', 'These types are same as listed on MySQL download page', array('viewable', 'chapters', 'big', 'none')),
array('Base URL of MySQL documentation', 'MySQLManualBase', 'Where is MySQL documentation placed, this is usually top level directory.'),
),
'Configure MySQL manual links',
'If you have local copy of MySQL documentation, you might want to use it in documentation links. Otherwise use <code>viewable</code> type and <code>http://dev.mysql.com/doc/refman</code> as manual base URL.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows charset options configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_charset_form($defaults = array()) {
global $PMA_Config_Setup;
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="feat_charset_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Allow charset conversion', 'AllowAnywhereRecoding', 'If you want to use such functions.', FALSE),
array('Default charset', 'DefaultCharset', 'Default charset for conversion.', $PMA_Config_Setup->get('AvailableCharsets')),
array('Recoding engine', 'RecodingEngine', 'PHP can contain iconv and/or recode, select which one to use or keep autodetection.', array('auto', 'iconv', 'recode')),
array('Extra params for iconv', 'IconvExtraParams', 'Iconv can get some extra parameters for conversion see man iconv_open.'),
),
'Configure charset conversions',
'phpMyAdmin can perform charset conversions so that you can import and export in any charset you want.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows PHP extensions configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_extensions_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="feat_extensions_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('GD 2 is available', 'GD2Available', 'Whether you have GD 2 or newer installed', array('auto', 'yes', 'no')),
),
'Configure extensions',
'phpMyAdmin can use several extensions, however here are configured only those that didn\'t fit elsewhere. MySQL extension is configured within server, charset conversion one on separate charsets page.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows MIME/relation/history configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_relation_form($defaults = array()) {
global $PMA_Config_Setup;
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="feat_relation_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Permanent query history', 'QueryHistoryDB', 'Store history into database.', FALSE),
array('Maximal history size', 'QueryHistoryMax', 'How many queries are kept in history.'),
array('Use MIME transformations', 'BrowseMIME', 'Use MIME transformations while browsing.', TRUE),
array('PDF default page size', 'PDFDefaultPageSize', 'Default page size for PDF, you can change this while creating page.', $PMA_Config_Setup->get('PDFPageSizes')),
),
'Configure MIME/relation/history',
'phpMyAdmin can provide additional featrues like MIME transformation, internal relations, permanent history and PDF pages generating. You have to configure database and tables that will store such information on server page. Behaviour of those functions is configured here.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows upload/save configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_upload_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="feat_upload_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Upload directory', 'UploadDir', 'Directory on server where you can upload files for import'),
array('Save directory', 'SaveDir', 'Directory where exports can be saved on server'),
array('Directory with docSQL', 'docSQLDir', 'Directory on server where you can place docSQL files for import'),
),
'Configure upload/save directories',
'Enter directories, either absolute path or relative to phpMyAdmin top level directory.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows server configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_server_form($defaults = array(), $number = FALSE) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="addserver_real" />
<?php
echo get_hidden_cfg();
if (!($number === FALSE)) {
echo '<input type="hidden" name="server" value="' . $number . '" />';
}
$hi = array ('bookmarktable', 'relation', 'table_info', 'table_coords', 'pdf_pages', 'column_info', 'history', 'AllowDeny');
foreach ($hi as $k) {
if (isset($defaults[$k]) && (!is_string($defaults[$k]) || strlen($defaults[$k]) > 0)) {
echo '<input type="hidden" name="' . $k . '" value="' . htmlspecialchars(serialize($defaults[$k])) . '" />';
}
}
show_config_form(array(
array('Server hostname', 'host', 'Hostname where MySQL server is running'),
array('Server port', 'port', 'Port on which MySQL server is listening, leave empty if don\'t know'),
array('Server socket', 'socket', 'Socket on which MySQL server is listening, leave empty if don\'t know'),
array('Connection type', 'connect_type', 'How to connect to server, keep tcp if don\'t know', array('tcp', 'socket')),
array('PHP extension to use', 'extension', 'What PHP extension to use, use mysqli if supported', array('mysql', 'mysqli')),
array('Compress connection', 'compress', 'Whether to compress connection to MySQL server', FALSE),
array('Authentication type', 'auth_type', 'Authentication method to use', array('cookie', 'http', 'config')),
array('User for config auth', 'user', 'Leave empty if not using config auth'),
array('Password for config auth', 'password', 'Leave empty if not using config auth', 'password'),
array('Only database to show', 'only_db', 'Limit listing of databases in left frame to this one'),
array('Verbose name of this server', 'verbose', 'Name to display in server selection'),
array('phpMyAdmin control user', 'controluser', 'User which phpMyAdmin can use for various actions'),
array('phpMyAdmin control user password', 'controlpass', 'Password for user which phpMyAdmin can use for various actions', 'password'),
array('phpMyAdmin database for advanced features', 'pmadb', 'phpMyAdmin will allow much more when you enable this. Table names are filled in automatically.'),
),
'Configure server',
($number === FALSE) ? 'Enter new server connection parameters.' : 'Editing server ' . get_server_name($defaults, $number),
$defaults, $number === FALSE ? 'Add' : '', 'Servers_');
?>
</form>
<?php
}
 
/**
* Shows left frame configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_left_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="lay_left_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Use light version', 'LeftFrameLight', 'Disable this if you want to see all databases at one time.', TRUE),
array('Display databases in tree', 'LeftFrameDBTree', 'Whether to display databases in tree (determined by separator defined lower)', TRUE),
array('Databases tree separator', 'LeftFrameDBSeparator', 'String that separates databases into different tree level'),
array('Table tree separator', 'LeftFrameTableSeparator', 'String that separates tables into different tree level'),
array('Maximum table tree nesting', 'LeftFrameTableLevel', 'Maximum number of childs in table tree'),
array('Show logo', 'LeftDisplayLogo', 'Whether to show logo in left frame', TRUE),
array('Display servers selection', 'LeftDisplayServers', 'Whether to show server selection in left frame', FALSE),
array('Enable pointer highlighting', 'LeftPointerEnable', 'Whether you want to highlight server under mouse', TRUE),
),
'Configure left frame',
'Choose how do you like left frame.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows tabs configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_tabs_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="lay_tabs_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Default tab for server', 'DefaultTabServer', 'Tab that is displayed when entering server', array('main.php', 'server_databases.php', 'server_status.php', 'server_variables.php', 'server_privileges.php', 'server_processlist.php')),
array('Default tab for database', 'DefaultTabDatabase', 'Tab that is displayed when entering database', array('db_details_structure.php', 'db_details.php', 'db_search.php', 'db_operations.php')),
array('Default tab for table', 'DefaultTabTable', 'Tab that is displayed when entering table', array('tbl_properties_structure.php', 'sql.php', 'tbl_properties.php', 'tbl_select.php', 'tbl_change.php')),
array('Use lighter tabs', 'LightTabs', 'If you want simpler tabs enable this', FALSE),
),
'Configure tabs',
'Choose how you want tabs to work.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows icons configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_icons_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="lay_icons_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Icons on errors', 'ErrorIconic', 'Whether to use icons in error messages.', TRUE),
array('Icons on main page', 'MainPageIconic', 'Whether to use icons on main page.', TRUE),
array('Icons as help links', 'ReplaceHelpImg', 'Whether to use icons as help links.', TRUE),
array('Navigation with icons', 'NavigationBarIconic', 'Whether to display navigation (eg. tabs) with icons.', array('TRUE', 'FALSE', 'both')),
array('Properties pages with icons', 'PropertiesIconic', 'Whether to display properties (eg. table lists and structure) with icons.', array('TRUE', 'FALSE', 'both')),
),
'Configure icons',
'Select whether you prefer text or icons. Both means that text and icons will be displayed.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows browsing configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_browse_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="lay_browse_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Display of values', 'DefaultDisplay', 'How to list values while browsing', array('horizontal', 'vertical', 'horizontalflipped')),
array('Hightlight pointer', 'BrowsePointerEnable', 'Whether to highlight row under mouse.', TRUE),
array('Use row marker', 'BrowseMarkerEnable', 'Whether to highlight selected row.', TRUE),
array('Action buttons on left', 'ModifyDeleteAtLeft', 'Show action buttons on left side of listing?', TRUE),
array('Action buttons on right', 'ModifyDeleteAtRight', 'Show action buttons on right side of listing?', FALSE),
array('Repeat heading', 'RepeatCells', 'After how many rows heading should be repeated.'),
),
'Configure browsing',
'Select desired browsing look and feel.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows editing options configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_edit_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="lay_edit_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Display of properties while editing', 'DefaultPropDisplay', 'How to list properties (table structure or values) while editing', array('horizontal', 'vertical')),
array('Number of inserted rows', 'InsertRows', 'How many rows can be inserted at once'),
array('Move using Ctrl+arrows', 'CtrlArrowsMoving', 'Whether to enable moving using Ctrl+Arrows', TRUE),
array('Autoselect text in textarea', 'TextareaAutoSelect', 'Whether to automatically select text in textarea on focus.', TRUE),
array('Textarea columns', 'TextareaCols', 'Number of columns in textarea while editing TEXT fields'),
array('Textarea rows', 'TextareaRows', 'Number of rows in textarea while editing TEXT fields'),
array('Double textarea for LONGTEXT', 'LongtextDoubleTextarea', 'Whether to double textarea size for LONGTEXT fields', TRUE),
array('Edit CHAR fields in textarea', 'CharEditing', 'Whether to edit CHAR fields in textaread', array('input', 'textarea')),
array('CHAR textarea columns', 'CharTextareaCols', 'Number of columns in textarea while editing CHAR fields (must be enabled above)'),
array('CHAR textarea rows', 'CharTextareaRows', 'Number of rows in textarea while editing CHAR fields (must be enabled above)'),
),
'Configure editing',
'Select desired editing look and feel.',
$defaults);
?>
</form>
<?php
}
 
/**
* Shows query window configuration form
*
* @param array optional defaults
*
* @return nothing
*/
function show_window_form($defaults = array()) {
?>
<form method="post" action="">
<input type="hidden" name="token" value="<?php echo $_SESSION['PMA_token']; ?>" />
<input type="hidden" name="action" value="lay_window_real" />
<?php
echo get_hidden_cfg();
show_config_form(array(
array('Edit SQL in window', 'EditInWindow', 'Whether edit links will edit in query window.', TRUE),
array('Query window height', 'QueryWindowHeight', 'Height of query window'),
array('Query window width', 'QueryWindowWidth', 'Width of query window'),
array('Default tab', 'QueryWindowDefTab', 'Default tab on query window', array('sql', 'files', 'history', 'full')),
),
'Configure query window',
'Select desired query window look and feel.',
$defaults);
?>
</form>
<?php
}
 
/**
* Creates selection with servers
*
* @param array configuraion
*
* @return string HTML for server selection
*/
function get_server_selection($cfg) {
if (count($cfg['Servers']) == 0) {
return '';
}
$ret = '<select name="server">';
foreach ($cfg['Servers'] as $key => $val) {
$ret .= '<option value="' . $key . '">' . get_server_name($val, $key) . '</option>';
}
$ret .= '</select>';
return $ret;
}
 
/**
* Loads configuration from file
*
* @param string filename
*
* @return mixed FALSE on failure, new config array on success
*/
function load_config($config_file) {
if ( file_exists( $config_file ) ) {
$success_apply_user_config = FALSE;
$old_error_reporting = error_reporting( 0 );
if ( function_exists( 'file_get_contents' ) ) {
$success_apply_user_config = eval('?>' . trim(file_get_contents($config_file)));
} else {
$success_apply_user_config =
eval('?>' . trim(implode("\n", file($config_file))));
}
error_reporting( $old_error_reporting );
unset( $old_error_reporting );
if ($success_apply_user_config === FALSE) {
message('error', 'Error while parsing configuration file!');
} elseif (!isset($cfg) || count($cfg) == 0) {
message('error', 'Config file seems to contain no configuration!');
} else {
// This must be set
if (!isset($cfg['Servers'])) {
$cfg['Servers'] = array();
}
message('notice', 'Configuration loaded');
compress_servers($cfg);
return $cfg;
}
} else {
message('error', 'Configuration file not found!');
}
return FALSE;
}
 
if ($action != 'download') {
// Check whether we can write to configuration
$fail_dir = FALSE;
$fail_dir = $fail_dir || !is_dir('./config/');
$fail_dir = $fail_dir || !is_writable('./config/');
$fail_dir = $fail_dir || (file_exists('./config/config.inc.php') && !is_writable('./config/config.inc.php'));
$config = @fopen('./config/config.inc.php', 'a');
$fail_dir = $fail_dir || ($config === FALSE);
@fclose($config);
}
 
/**
* @var boolean whether to show configuration overview
*/
$show_info = FALSE;
 
// Do the main work depending on selected action
switch ($action) {
case 'download':
header('Content-Type: text/plain');
header('Content-Disposition: attachment; filename="config.inc.php"');
 
echo get_cfg_string($configuration);
exit;
break;
case 'display':
echo '<form method="none" action=""><textarea name="config" cols="50" rows="20" id="textconfig" wrap="off">' . "\n";
echo htmlspecialchars(get_cfg_string($configuration));
echo '</textarea></form>' . "\n";
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
var bodyWidth=null; var bodyHeight=null;
if (document.getElementById('textconfig')) {
bodyWidth = self.innerWidth;
bodyHeight = self.innerHeight;
if(!bodyWidth && !bodyHeight){
if (document.compatMode && document.compatMode == "BackCompat") {
bodyWidth = document.body.clientWidth;
bodyHeight = document.body.clientHeight;
} else if (document.compatMode && document.compatMode == "CSS1Compat") {
bodyWidth = document.documentElement.clientWidth;
bodyHeight = document.documentElement.clientHeight;
}
}
document.getElementById('textconfig').style.width=(bodyWidth-50) + 'px';
document.getElementById('textconfig').style.height=(bodyHeight-100) + 'px';
}
//]]>
</script>
<?php
break;
case 'save':
$config = @fopen('./config/config.inc.php', 'w');
if ($config === FALSE) {
message('error', 'Could not open config file for writing! Bad permissions?');
break;
}
$s = get_cfg_string($configuration);
$r = fwrite($config, $s);
if (!$r || $r != strlen($s)) {
message('error', 'Could not write to config file! Not enough space?');
break;
} else {
message('notice', 'Configuration saved to file config/config.inc.php in phpMyAdmin top level directory, copy it to top level one and delete directory config to use it.', 'File saved');
}
unset($r, $s);
fclose($config);
break;
case 'load':
if ($fail_dir) {
message('error', 'Reading of configuration disabled because of permissions.');
break;
}
$new_cfg = load_config('./config/config.inc.php');
if (!($new_cfg === FALSE)) {
$configuration = $new_cfg;
}
$show_info = TRUE;
break;
 
case 'addserver_real':
if (isset($_POST['submit_save'])) {
$new_server = grab_values('host;extension;port;socket;connect_type;compress:bool;controluser;controlpass;auth_type;user;password;only_db;verbose;pmadb;bookmarktable:serialized;relation:serialized;table_info:serialized;table_coords:serialized;pdf_pages:serialized;column_info:serialized;history:serialized;AllowDeny:serialized');
$err = FALSE;
if (empty($new_server['host'])) {
message('error', 'Empty hostname!');
$err = TRUE;
}
if ($new_server['auth_type'] == 'config' && empty($new_server['user'])) {
message('error', 'Empty username while using config authentication method!');
$err = TRUE;
}
if ( isset($new_server['pmadb']) && strlen($new_server['pmadb'])) {
// Just use defaults, should be okay for most users
$pmadb = array();
$pmadb['bookmarktable'] = 'pma_bookmark';
$pmadb['relation'] = 'pma_relation';
$pmadb['table_info'] = 'pma_table_info';
$pmadb['table_coords'] = 'pma_table_coords';
$pmadb['pdf_pages'] = 'pma_pdf_pages';
$pmadb['column_info'] = 'pma_column_info';
$pmadb['history'] = 'pma_history';
 
$new_server = array_merge($pmadb, $new_server);
unset($pmadb);
if (empty($new_server['controluser'])) {
message('error', 'Empty phpMyAdmin control user while using pmadb!');
$err = TRUE;
}
if (empty($new_server['controlpass'])) {
message('error', 'Empty phpMyAdmin control user password while using pmadb!');
$err = TRUE;
}
} else {
message('warning', 'You didn\'t set phpMyAdmin database, so you can not use all phpMyAdmin features.');
}
if ($new_server['auth_type'] == 'config') {
message('warning', 'Remember to protect your installation while using config authentication method!');
} else {
// Not needed:
unset($new_server['user']);
unset($new_server['password']);
}
if ($err) {
show_server_form($new_server, isset($_POST['server']) ? $_POST['server'] : FALSE);
} else {
if (isset($_POST['server'])) {
$configuration['Servers'][$_POST['server']] = $new_server;
message('notice', 'Changed server ' . get_server_name($new_server, $_POST['server']));
} else {
$configuration['Servers'][] = $new_server;
message('notice', 'New server added');
}
$show_info = TRUE;
if ($new_server['auth_type'] == 'cookie' && empty($configuration['blowfish_secret'])) {
message('notice', 'You did not have configured blowfish secret and you want to use cookie authentication so I generated blowfish secret for you. It is used to encrypt cookies.', 'Blowfish secret generated');
$configuration['blowfish_secret'] = uniqid('', TRUE);
}
}
unset($new_server);
} else {
$show_info = TRUE;
}
break;
case 'addserver':
if (count($configuration['Servers']) == 0) {
// First server will use defaults as in config.default.php
$defaults = $PMA_Config_Setup->default_server;
unset($defaults['AllowDeny']); // Ignore this for now
} else {
$defaults = array();
}
 
// Guess MySQL extension to use, prefer mysqli
if (!function_exists('mysql_get_client_info')) {
PMA_dl('mysql');
}
if (!function_exists('mysqli_get_client_info')) {
PMA_dl('mysqli');
}
if (function_exists('mysqli_get_client_info')) {
$defaults['extension'] = 'mysqli';
} elseif (function_exists('mysql_get_client_info')) {
$defaults['extension'] = 'mysql';
} else {
message('warning', 'Could not load neither mysql nor mysqli extension, you might not be able to use phpMyAdmin!');
}
if (isset($defaults['extension'])) {
message('notice', 'Autodetected MySQL extension to use: ' . $defaults['extension']);
}
 
// Display form
show_server_form($defaults);
break;
case 'editserver':
if (!isset($_POST['server'])) {
footer();
}
show_server_form($configuration['Servers'][$_POST['server']], $_POST['server']);
break;
case 'deleteserver':
if (!isset($_POST['server'])) {
footer();
}
message('notice', 'Deleted server ' . get_server_name($configuration['Servers'][$_POST['server']], $_POST['server']));
unset($configuration['Servers'][$_POST['server']]);
compress_servers($configuration);
$show_info = TRUE;
break;
case 'servers':
if (count($configuration['Servers']) == 0) {
message('notice', 'No servers defined, so none can be shown');
} else {
foreach ($configuration['Servers'] as $i => $srv) {
$data = array();
if (!empty($srv['verbose'])) {
$data[] = array('Verbose name', $srv['verbose']);
}
$data[] = array('Host', $srv['host']);
$data[] = array('MySQL extension', isset($srv['extension']) ? $srv['extension'] : $PMA_Config_Setup->default_server['extension']);
$data[] = array('Authentication type', get_server_auth($srv));
$data[] = array('phpMyAdmin advanced features', empty($srv['pmadb']) || empty($srv['controluser']) || empty($srv['controlpass']) ? 'disabled' : 'enabled, db: ' . $srv['pmadb'] . ', user: ' . $srv['controluser']);
$buttons =
get_action('deleteserver', 'Delete', '<input type="hidden" name="server" value="' . $i . '" />') .
get_action('editserver', 'Edit', '<input type="hidden" name="server" value="' . $i . '" />');
show_overview('Server ' . get_server_name($srv, $i), $data, $buttons);
}
}
break;
 
case 'feat_upload_real':
if (isset($_POST['submit_save'])) {
$dirs = grab_values('UploadDir;SaveDir;docSQLDir');
$err = FALSE;
if (!empty($dirs['UploadDir']) && !is_dir($dirs['UploadDir'])) {
message('error', 'Upload directory ' . htmlspecialchars($dirs['UploadDir']) . ' does not exist!');
$err = TRUE;
}
if (!empty($dirs['SaveDir']) && !is_dir($dirs['SaveDir'])) {
message('error', 'Save directory ' . htmlspecialchars($dirs['SaveDir']) . ' does not exist!');
$err = TRUE;
}
if (!empty($dirs['docSQLDir']) && !is_dir($dirs['docSQLDir'])) {
message('error', 'docSQL directory ' . htmlspecialchars($dirs['docSQLDir']) . ' does not exist!');
$err = TRUE;
}
if ($err) {
show_upload_form($dirs);
} else {
$configuration = array_merge($configuration, $dirs);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'feat_upload':
show_upload_form($configuration);
break;
 
case 'feat_security_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('blowfish_secret;ForceSSL:bool;ShowPhpInfo:bool;ShowChgPassword:bool;AllowArbitraryServer:bool;LoginCookieRecall:book;LoginCookieValidity:int');
$err = FALSE;
if (empty($vals['blowfish_secret'])) {
message('warning', 'Blowfish secret is empty, you will not be able to use cookie authentication.');
}
if ($vals['AllowArbitraryServer']) {
message('warning', 'Arbitrary server connection might be dangerous as it might allow access to internal servers that are not reachable from outside.');
}
if (isset($vals['LoginCookieValidity']) && $vals['LoginCookieValidity'] < 1) {
message('error', 'Invalid cookie validity time');
$err = TRUE;
}
if ($err) {
show_security_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'feat_security':
show_security_form($configuration);
break;
 
case 'feat_manual_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('MySQLManualBase;MySQLManualType');
$err = FALSE;
if ($vals['MySQLManualType'] != 'none' && empty($vals['MySQLManualBase'])) {
message('error', 'You need to set manual base URL or choone none type.');
$err = TRUE;
}
if ($err) {
show_manual_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'feat_manual':
show_manual_form($configuration);
break;
 
case 'feat_charset_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('AllowAnywhereRecoding:bool;DefaultCharset;RecodingEngine;IconvExtraParams');
$err = FALSE;
if ($err) {
show_charset_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'feat_charset':
$d = $configuration;
if (!isset($d['RecodingEngine'])) {
if (@extension_loaded('iconv')) {
$d['RecodingEngine'] = 'iconv';
} elseif (@extension_loaded('recode')) {
$d['RecodingEngine'] = 'recode';
} else {
PMA_dl('iconv');
if (!@extension_loaded('iconv')) {
PMA_dl('recode');
if (!@extension_loaded('recode')) {
message('warning', 'Could not load neither recode nor iconv so charset conversion will most likely not work.');
} else {
$d['RecodingEngine'] = 'recode';
}
} else {
$d['RecodingEngine'] = 'iconv';
}
}
if (isset($d['RecodingEngine'])) {
message('notice', 'Autodetected recoding engine: ' . $d['RecodingEngine']);
}
}
show_charset_form($d);
unset($d);
break;
 
case 'feat_extensions_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('GD2Available');
$err = FALSE;
if ($err) {
show_extensions_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'feat_extensions':
$d = $configuration;
if (!@extension_loaded('mbstring')) {
PMA_dl('mbstring');
}
if (!@extension_loaded('mbstring')) {
message('warning', 'Could not load <code>mbstring</code> extension, which is required for work with multibyte strings like UTF-8 ones. Please consider installing it.');
}
if (!isset($d['GD2Available'])) {
if (PMA_IS_GD2 == 1) {
message('notice', 'GD 2 or newer found.');
$d['GD2Available'] = 'yes';
} else {
message('warning', 'GD 2 or newer is not present.');
$d['GD2Available'] = 'no';
}
}
show_extensions_form($d);
unset($d);
break;
 
case 'feat_relation_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('QueryHistoryDB:bool;QueryHistoryMax:int;BrowseMIME:bool;PDFDefaultPageSize');
$err = FALSE;
if (isset($vals['QueryHistoryMax']) && $vals['QueryHistoryMax'] < 1) {
message('error', 'Invalid value for query maximal history size!');
$err = TRUE;
}
if ($err) {
show_relation_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'feat_relation':
show_relation_form($configuration);
break;
 
case 'lay_left_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('LeftFrameLight:bool;LeftFrameDBTree:bool;LeftFrameDBSeparator;LeftFrameTableSeparator;LeftFrameTableLevel:int;LeftDisplayLogo:bool;LeftDisplayServers:bool;LeftPointerEnable:bool');
$err = FALSE;
if (isset($vals['LeftFrameTableLevel']) && $vals['LeftFrameTableLevel'] < 1) {
message('error', 'Invalid value for maximum table nesting level!');
$err = TRUE;
}
if ($err) {
show_left_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'lay_left':
show_left_form($configuration);
break;
 
case 'lay_tabs_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('DefaultTabServer;DefaultTabDatabase;DefaultTabTable;LightTabs:bool');
$err = FALSE;
if ($err) {
show_tabs_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'lay_tabs':
show_tabs_form($configuration);
break;
 
case 'lay_icons_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('ErrorIconic:bool;MainPageIconic:bool;ReplaceHelpImg:bool;NavigationBarIconic:tristate;PropertiesIconic:tristate');
$err = FALSE;
if ($err) {
show_icons_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'lay_icons':
show_icons_form($configuration);
break;
 
case 'lay_browse_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('BrowsePointerEnable:bool;BrowseMarkerEnable:bool;ModifyDeleteAtRight:bool;ModifyDeleteAtLeft:bool;RepeatCells:int;DefaultDisplay');
$err = FALSE;
if (isset($vals['RepeatCells']) && $vals['RepeatCells'] < 1) {
message('error', 'Invalid value for header repeating!');
$err = TRUE;
}
if (!$vals['ModifyDeleteAtLeft'] && !$vals['ModifyDeleteAtRight']) {
message('error', 'No action buttons enabled!');
$err = TRUE;
}
if ($err) {
show_browse_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'lay_browse':
show_browse_form($configuration);
break;
 
case 'lay_edit_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('TextareaCols:int;TextareaRows:int;LongtextDoubleTextarea:bool;TextareaAutoSelect:bool;CharEditing;CharTextareaCols:int;CharTextareaRows:int;CtrlArrowsMoving:bool;DefaultPropDisplay;InsertRows:int');
$err = FALSE;
if (isset($vals['TextareaCols']) && $vals['TextareaCols'] < 1) {
message('error', 'Invalid value for textarea columns!');
$err = TRUE;
}
if (isset($vals['TextareaRows']) && $vals['TextareaRows'] < 1) {
message('error', 'Invalid value for textarea rows!');
$err = TRUE;
}
if (isset($vals['CharTextareaCols']) && $vals['CharTextareaCols'] < 1) {
message('error', 'Invalid value for CHAR textarea columns!');
$err = TRUE;
}
if (isset($vals['CharTextareaRows']) && $vals['CharTextareaRows'] < 1) {
message('error', 'Invalid value for CHAR textarea rows!');
$err = TRUE;
}
if (isset($vals['InsertRows']) && $vals['InsertRows'] < 1) {
message('error', 'Invalid value for inserted rows count!');
$err = TRUE;
}
if ($err) {
show_edit_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'lay_edit':
show_edit_form($configuration);
break;
 
case 'lay_window_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('EditInWindow:bool;QueryWindowHeight:int;QueryWindowWidth:int;QueryWindowDefTab');
$err = FALSE;
if (isset($vals['QueryWindowWidth']) && $vals['QueryWindowWidth'] < 1) {
message('error', 'Invalid value for query window width!');
$err = TRUE;
}
if (isset($vals['QueryWindowHeight']) && $vals['QueryWindowHeight'] < 1) {
message('error', 'Invalid value for query window height');
$err = TRUE;
}
if ($err) {
show_window_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'lay_window':
show_window_form($configuration);
break;
 
/* Template for new actions:
case 'blah_real':
if (isset($_POST['submit_save'])) {
$vals = grab_values('value1:bool;value2');
$err = FALSE;
if (somechekcfails) {
message('error', 'Invalid value for blah!');
$err = TRUE;
}
if ($err) {
show_blah_form($vals);
} else {
$configuration = array_merge($configuration, $vals);
message('notice', 'Configuration changed');
$show_info = TRUE;
}
} else {
$show_info = TRUE;
}
break;
case 'blah':
show_blah_form($configuration);
break;
*/
case 'versioncheck': // Check for latest available version
PMA_dl('curl');
$url = 'http://phpmyadmin.net/home_page/version.php';
$data = '';
$f = @fopen($url, 'r');
if ($f === FALSE) {
if (!function_exists('curl_init')) {
message('error', 'Neither URL wrappers nor CURL are available. Version check is not possible.');
break;
}
} else {
$data = fread($f, 20);
fclose($f);
}
if (empty($data) && function_exists('curl_init')) {
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
$data = curl_exec($ch);
curl_close($ch);
}
if (empty($data)) {
message('error', 'Reading of version failed. Maybe you\'re offline or server does not respond.');
break;
}
 
/* Format: version\ndate\n(download\n)* */
$data_list = split("\n", $data);
 
if (count($data_list) > 0) {
$version = $data_list[0];
} else {
$version = '';
}
 
$version_upstream = version_to_int($version);
if ($version_upstream === FALSE) {
message('error', 'Got invalid version string from server.');
break;
}
 
$version_local = version_to_int( $PMA_Config_Setup->get('PMA_VERSION') );
if ($version_local === FALSE) {
message('error', 'Unparsable version string.');
break;
}
 
if ($version_upstream > $version_local) {
message('notice', 'New version of phpMyAdmin is available, you should consider upgrade. New version is ' . htmlspecialchars($version) . '.');
} else {
if ($version_local % 100 == 0) {
message('notice', 'You are using CVS version, run <code>cvs update</code> :-). However latest released version is ' . htmlspecialchars($version) . '.');
} else {
message('notice', 'No newer stable version is available.');
}
}
break;
 
case 'clear': // Actual clearing is done on beginning of this script
case 'main':
$show_info = TRUE;
break;
 
case '':
message('notice', 'You want to configure phpMyAdmin using web interface. Please note that this only allows basic setup, please read <a href="../Documentation.html#config">documentation</a> to see full description of all configuration directives.', 'Welcome');
 
if ( $PMA_Config_Setup->get( 'PMA_PHP_INT_VERSION' ) < 40100) {
message('warning', 'Please upgrade to PHP 4.1.0, it is required for phpMyAdmin.', 'Too old PHP');
}
 
if ($fail_dir) {
message('warning', 'Please create web server writable folder config in phpMyAdmin toplevel directory as described in <a href="../Documentation.html#setup_script">documentation</a>. Otherwise you will be only able to download or display it.', 'Can not load or save configuration');
}
 
if (empty($_SERVER['HTTPS']) || strtolower($_SERVER['HTTPS']) == 'off') {
if (empty($_SERVER['REQUEST_URI']) || empty($_SERVER['HTTP_HOST'])) {
$redir = '';
} else {
$redir = ' If your server is also configured to accept HTTPS request follow <a href="https://' . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'] . '">this link</a> to use secure connection.';
}
message('warning', 'You are not using secure connection, all data (including sensitive, like passwords) are transfered unencrypted!' . $redir, 'Not secure connection');
}
break;
}
 
// Should we show information?
if ($show_info) {
$servers = 'none';
$servers_text = 'Servers';
if (count($configuration['Servers']) == 0) {
message('warning', 'No servers defined, you probably want to add one.');
} else {
$servers = '';
$servers_text = 'Servers (' . count($configuration['Servers']) . ')';
 
$sep = '';
foreach ($configuration['Servers'] as $key => $val) {
$servers .= $sep;
$sep = ', ';
$servers .= get_server_name($val, $key);
}
unset($sep);
}
show_overview('Current configuration overview',
array(
array($servers_text, $servers),
array('SQL files upload', empty($configuration['UploadDir']) ? 'disabled' : 'enabled'),
array('Exported files on server', empty($configuration['SaveDir']) ? 'disabled' : 'enabled'),
array('Charset conversion', isset($configuration['AllowAnywhereRecoding']) && $configuration['AllowAnywhereRecoding'] ? 'enabled' : 'disabled'),
));
unset($servers_text, $servers);
}
 
// And finally display all actions:
echo '<p>Available global actions (please note that these will delete any changes you could have done above):</p>';
 
echo '<fieldset class="toolbar"><legend>Servers</legend>' . "\n";
echo get_action('addserver', 'Add');
$servers = get_server_selection($configuration);
if (!empty($servers)) {
echo get_action('servers', 'List');
echo get_action('deleteserver', 'Delete', $servers);
echo get_action('editserver', 'Edit', $servers);
}
echo '</fieldset>' . "\n\n";
 
echo '<fieldset class="toolbar"><legend>Layout</legend>' . "\n";
echo get_action('lay_left', 'Left frame');
echo get_action('lay_tabs', 'Tabs');
echo get_action('lay_icons', 'Icons');
echo get_action('lay_browse', 'Browsing');
echo get_action('lay_edit', 'Editing');
echo get_action('lay_window', 'Query window');
echo '</fieldset>' . "\n\n";
 
echo '<fieldset class="toolbar"><legend>Features</legend>' . "\n";
echo get_action('feat_upload', 'Upload/Download');
echo get_action('feat_security', 'Security');
echo get_action('feat_manual', 'MySQL manual');
echo get_action('feat_charset', 'Charsets');
echo get_action('feat_extensions', 'Extensions');
echo get_action('feat_relation', 'MIME/Relation/History');
echo '</fieldset>' . "\n\n";
 
echo '<fieldset class="toolbar"><legend>Configuration</legend>' . "\n";
echo get_action('main', 'Overview');
echo get_action('display', 'Display');
echo get_action('download', 'Download');
echo get_action('save', 'Save', '', !$fail_dir);
echo get_action('load', 'Load', '', !$fail_dir);
echo get_action('clear', 'Clear');
echo '</fieldset>' . "\n\n";
 
echo '<fieldset class="toolbar"><legend>Other actions</legend>' . "\n";
echo get_action('versioncheck', 'Check for latest version');
echo get_url_action('http://www.phpmyadmin.net/', 'Go to homepage');
echo get_url_action('https://sourceforge.net/donate/index.php', 'Donate to phpMyAdmin', array('group_id' => 23067));
echo '</fieldset>' . "\n\n";
 
footer();
?>
/Web/Maintenance/phpMyAdmin/scripts/upgrade.pl
0,0 → 1,223
#!/usr/bin/perl
#
# $Id: upgrade.pl,v 1.7 2006/01/17 17:03:02 cybot_tm Exp $
#
# upgrade.pl - automatic phpmyadmin upgrader
#
#
# 2005-05-08, swix@users.sourceforge.net:
# - created script
#
# 2005-10-29 swix@users.sourceforge.net:
# - some fixes & improvements
#
 
use strict;
my $source_url = "http://phpmyadmin.net/home_page/version.php";
 
 
#
# usage
#
 
if (!$ARGV[0] || (($ARGV[0] eq "--force") && !$ARGV[1])) {
print "\n";
print "usage: $0 [--force] <target_directory>\n\n";
print " The location specified by <target_directory> will be backed up and replaced\n";
print " by the latest stable version of phpMyAdmin.\n";
print " Your config.inc.php file will be preserved.\n\n";
exit(0);
}
 
my $forced;
my $targetdirectory;
 
if ($ARGV[0] eq "--force") {
$forced = 1;
$targetdirectory = $ARGV[1];
} else {
$forced = 0;
$targetdirectory = $ARGV[0];
}
 
if ($targetdirectory =~ /^(.*)\/$/) {
# remove trailing slash, if any
$targetdirectory = $1;
}
 
if (!-d $targetdirectory) {
print "error: target directory ($targetdirectory) does not exists\n";
exit(0);
}
 
if (!-f "$targetdirectory/config.inc.php") {
print "error: target directory doesn't seem to contain phpMyAdmin\n";
exit(0);
}
 
 
#
# get current release information
#
 
my $version;
my $filename;
my $directory;
my $releasedate;
my @urls;
my @today;
my $installedversion;
 
if (open(LATEST, "wget -o /dev/null -O - $source_url|")) {
 
$version = <LATEST>; chomp($version);
$releasedate = <LATEST>; chomp($releasedate);
$filename = "phpMyAdmin-" . $version . ".tar.gz";
$directory = "phpMyAdmin-" . $version;
 
my $i = 0;
 
while (my $line = <LATEST>) {
chomp($line);
if ($line =~ /http/) {
$urls[$i++] = $line;
}
}
 
close(LATEST);
 
} else {
 
print "error: open of $source_url failed.\n";
exit(0);
 
}
 
 
if (-d $directory) {
print "error: target directory ($directory) already exists, exiting\n";
exit(0);
}
 
#
# check the installed version
#
 
if (open(DEFINES, $targetdirectory .'/libraries/Config.class.php')) {
my $versionStatus = 0;
$installedversion = "unknownversion";
 
while (my $line = <DEFINES>) {
 
next unless $line =~ /'PMA_VERSION',\ '(.*)?'\);$/;
$installedversion = $1;
 
# take care of "pl", "rc" and "dev": dev < rc < pl
 
my $converted_installedversion = $installedversion;
$converted_installedversion =~ s/dev/aaa/g;
$converted_installedversion =~ s/rc/bbb/g;
$converted_installedversion =~ s/pl/ccc/g;
 
my $converted_version = $version;
$converted_version =~ s/dev/aaa/g;
$converted_version =~ s/rc/bbb/g;
$converted_version =~ s/pl/ccc/g;
 
if ($converted_installedversion gt $converted_version && !$forced) {
print "Local version ($installedversion) newer than latest stable release ($version), not updating. (use \"--force\")\n";
exit(0);
 
} elsif ($installedversion eq $version && !$forced) {
print "Local version ($version) already up to date, not updating (you can use \"--force\")\n";
exit(0);
 
} else {
$versionStatus = 1;
}
}
if (!$versionStatus && !$forced) {
print "Old version could not be identified, not updating (use \"--force\" if you are sure) \n";
exit(0);
}
}
 
#
# ask for confirmation
#
 
print "\n";
print "phpMyAdmin upgrade summary:\n";
print "---------------------------\n";
print " phpMyAdmin Path: $targetdirectory\n";
print " Installed version: $installedversion\n";
print " Upgraded version: $version\n\n";
print "Proceed with upgrade? [Y/n] ";
my $kbdinput = <STDIN>; chomp($kbdinput);
if (lc(substr($kbdinput,0,1)) ne "y" && length($kbdinput) >= 1) {
print "Aborting.\n";
exit(0);
} else {
print "Proceeding...\n\n";
}
 
 
#
# get file
#
 
if (!-f $filename) {
 
print "getting phpMyAdmin $version\n";
foreach my $url (@urls) {
 
print "trying $url...\n";
system("wget -o /dev/null $url");
if (-f $filename) {
print "-> ok\n";
last;
}
}
} else {
print "already got $filename, not downloading\n";
}
 
 
if (!-f $filename) {
print "error: $filename download failed\n";
exit(0);
}
 
 
 
#
# setup
#
 
print "installing...\n";
 
system("tar xzf $filename");
if (!$directory) {
print "error: $directory still not exists after untar...\n";
exit(0);
}
 
@today = localtime(time); $today[4]++; $today[5]+=1900;
my $timestamp = sprintf("%04d%02d%02d%02d%02d", $today[5], $today[4], $today[3], $today[2], $today[1]);
 
my $backupdir = $targetdirectory . "-" . $timestamp . "-" . $installedversion;
print "- backup directory: $backupdir\n";
 
system("cp $directory/config.inc.php $directory/config.inc-dist.php");
print "- original distribution config.inc.php renamed to config.inc-dist.php\n";
 
system("cp $targetdirectory/config.inc.php $directory/config.inc.php");
print "- previous config.inc.php copied to the new setup\n";
 
system("mv $targetdirectory $backupdir");
system("mv $directory $targetdirectory");
system("rm $filename");
 
print "\ndone! phpMyAdmin $version installed in $targetdirectory\n";
print "backup of your old installation in $backupdir\n";
print "Enjoy! :-)\n\n";
/Web/Maintenance/phpMyAdmin/scripts/upgrade_tables_mysql_4_1_2+.sql
0,0 → 1,146
-- -------------------------------------------------------------
-- SQL Commands to upgrade pmadb for normal phpMyAdmin operation
-- with MySQL 4.1.2 and above.
--
-- This file is meant for use with MySQL 4.1.2 and above!
-- For older MySQL releases, please use create_tables.sql
--
-- If you are running one MySQL 4.1.0 or 4.1.1, please create the tables using
-- create_tables.sql, then use this script.
--
-- Please don't forget to set up the tablenames in config.inc.php
--
-- $Id: upgrade_tables_mysql_4_1_2+.sql,v 2.1 2004/12/26 22:29:36 lem9 Exp $
 
-- --------------------------------------------------------
 
--
-- Database : `phpmyadmin`
--
ALTER DATABASE `phpmyadmin`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
USE phpmyadmin;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_bookmark`
--
ALTER TABLE `pma_bookmark`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
ALTER TABLE `pma_bookmark`
CHANGE `dbase` `dbase` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_bookmark`
CHANGE `user` `user` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_bookmark`
CHANGE `label` `label` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';
ALTER TABLE `pma_bookmark`
CHANGE `query` `query` TEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_column_info`
--
 
ALTER TABLE `pma_column_info`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
ALTER TABLE `pma_column_info`
CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_column_info`
CHANGE `table_name` `table_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_column_info`
CHANGE `column_name` `column_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_column_info`
CHANGE `comment` `comment` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';
ALTER TABLE `pma_column_info`
CHANGE `mimetype` `mimetype` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';
ALTER TABLE `pma_column_info`
CHANGE `transformation` `transformation` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_column_info`
CHANGE `transformation_options` `transformation_options` VARCHAR(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_history`
--
ALTER TABLE `pma_history`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
ALTER TABLE `pma_history`
CHANGE `username` `username` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_history`
CHANGE `db` `db` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_history`
CHANGE `table` `table` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_history`
CHANGE `sqlquery` `sqlquery` TEXT CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_pdf_pages`
--
 
ALTER TABLE `pma_pdf_pages`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
ALTER TABLE `pma_pdf_pages`
CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_pdf_pages`
CHANGE `page_descr` `page_descr` VARCHAR(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL default '';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_relation`
--
ALTER TABLE `pma_relation`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
ALTER TABLE `pma_relation`
CHANGE `master_db` `master_db` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_relation`
CHANGE `master_table` `master_table` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_relation`
CHANGE `master_field` `master_field` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_relation`
CHANGE `foreign_db` `foreign_db` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_relation`
CHANGE `foreign_table` `foreign_table` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_relation`
CHANGE `foreign_field` `foreign_field` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_table_coords`
--
 
ALTER TABLE `pma_table_coords`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
ALTER TABLE `pma_table_coords`
CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_table_coords`
CHANGE `table_name` `table_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
 
-- --------------------------------------------------------
 
--
-- Table structure for table `pma_table_info`
--
 
ALTER TABLE `pma_table_info`
DEFAULT CHARACTER SET utf8 COLLATE utf8_bin;
 
ALTER TABLE `pma_table_info`
CHANGE `db_name` `db_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_table_info`
CHANGE `table_name` `table_name` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
ALTER TABLE `pma_table_info`
CHANGE `display_field` `display_field` VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '';
 
/Web/Maintenance/phpMyAdmin/server_binlog.php
0,0 → 1,118
<?php
/* $Id: server_binlog.php,v 2.9 2006/01/17 17:02:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
require_once('./libraries/server_common.inc.php');
 
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
 
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ($cfg['MainPageIconic'] ? '<img src="' . $pmaThemeImage . 's_process.png" width="16" height="16" border="0" hspace="2" align="middle" alt="" />' : '' )
. ' ' . $strBinaryLog . "\n"
. '</h2>' . "\n";
 
if (!isset($log)) {
$log = '';
}
 
/**
* Display log selector.
*/
if (count($binary_logs) > 1) {
echo '<form action="server_binlog.php" method="get">';
echo PMA_generate_common_hidden_inputs();
echo '<fieldset><legend>';
echo $strSelectBinaryLog;
echo '</legend><select name="log">';
foreach ($binary_logs as $name) {
echo '<option value="' . $name . '"' . ($name == $log ? ' selected="selected"' : '') . '>' . $name . '</option>';
}
echo '</select>';
echo '</fieldset>';
echo '<fieldset class="tblFooters">';
echo '<input type="submit" value="' . $strGo . '" />';
echo '</fieldset>';
echo '</form>';
}
 
 
$sql_query = 'SHOW BINLOG EVENTS';
if (!empty($log)) {
$sql_query .= ' IN \'' . $log . '\'';
}
 
/**
* Sends the query and buffers the result
*/
$serverProcesses = array();
$res = PMA_DBI_query($sql_query);
while ($row = PMA_DBI_fetch_assoc($res)) {
$serverProcesses[] = $row;
}
@PMA_DBI_free_result($res);
unset($res);
unset($row);
 
PMA_showMessage($GLOBALS['strSuccess']);
 
 
/**
* Displays the page
*/
?>
<table border="0" cellpadding="2" cellspacing="1">
<tr>
<td colspan="6" align="center"><a href="./server_binlog.php?<?php echo $url_query . (!empty($log) ? '&amp;log=' . htmlspecialchars($log) : '' ) . (empty($full) ? '&amp;full=1' : ''); ?>" title="<?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?>"><img src="<?php echo $pmaThemeImage . 's_' . (empty($full) ? 'full' : 'partial'); ?>text.png" width="50" height="20" border="0" alt="<?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?>" /></a></td>
</tr>
<tr>
<th>&nbsp;<?php echo $strBinLogName; ?>&nbsp;</th>
<th>&nbsp;<?php echo $strBinLogPosition; ?>&nbsp;</th>
<th>&nbsp;<?php echo $strBinLogEventType; ?>&nbsp;</th>
<th>&nbsp;<?php echo $strBinLogServerId; ?>&nbsp;</th>
<th>&nbsp;<?php echo $strBinLogOriginalPosition; ?>&nbsp;</th>
<th>&nbsp;<?php echo $strBinLogInfo; ?>&nbsp;</th>
</tr>
<?php
$useBgcolorOne = TRUE;
foreach ($serverProcesses as $value) {
if (empty($full) && PMA_strlen($value['Info']) > $GLOBALS['cfg']['LimitChars']) {
$value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...';
}
?>
<tr>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>">&nbsp;<?php echo $value['Log_name']; ?>&nbsp;</td>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>" align="right">&nbsp;<?php echo $value['Pos']; ?>&nbsp;</td>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>">&nbsp;<?php echo $value['Event_type']; ?>&nbsp;</td>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>" align="right">&nbsp;<?php echo $value['Server_id']; ?>&nbsp;</td>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>" align="right">&nbsp;<?php echo isset($value['Orig_log_pos']) ? $value['Orig_log_pos'] : $value['End_log_pos']; ?>&nbsp;</td>
<td bgcolor="<?php echo $useBgcolorOne ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']; ?>">&nbsp;<?php echo htmlspecialchars($value['Info']); ?>&nbsp;</td>
</tr>
<?php
$useBgcolorOne = !$useBgcolorOne;
}
?>
<?php
?>
</table>
<?php
 
 
/**
* Sends the footer
*/
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/server_collations.php
0,0 → 1,103
<?php
/* $Id: server_collations.php,v 2.15 2005/12/07 12:58:14 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* requirements
*/
if ( ! defined( 'PMA_NO_VARIABLES_IMPORT' ) ) {
define( 'PMA_NO_VARIABLES_IMPORT', true );
}
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
require('./libraries/server_common.inc.php');
 
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
 
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ' ' . ($GLOBALS['cfg']['MainPageIconic']
? '<img class="icon" src="'. $GLOBALS['pmaThemeImage'] . 's_asci.png" alt="" />'
: '')
. '' . $strCharsetsAndCollations . "\n"
. '</h2>' . "\n";
 
 
/**
* Checks the MySQL version
*/
if (PMA_MYSQL_INT_VERSION < 40100) {
// TODO: Some nice Message :-)
require_once('./libraries/footer.inc.php');
}
 
 
/**
* Includes the required charset library
*/
require_once('./libraries/mysql_charsets.lib.php');
 
 
/**
* Outputs the result
*/
echo '<div id="div_mysql_charset_collations">' . "\n"
. '<table class="data">' . "\n"
. '<tr><th>' . $strCollation . '</th>' . "\n"
. ' <th>' . $strDescription . '</th>' . "\n"
. '</tr>' . "\n";
 
$i = 0;
$table_row_count = count($mysql_charsets) + $mysql_collations_count;
 
foreach ($mysql_charsets as $current_charset) {
if ($i >= $table_row_count / 2) {
$i = 0;
echo '</table>' . "\n"
. '<table class="data">' . "\n"
. '<tr><th>' . $strCollation . '</th>' . "\n"
. ' <th>' . $strDescription . '</th>' . "\n"
. '</tr>' . "\n";
}
$i++;
echo '<tr><th colspan="2" align="right">' . "\n"
. ' ' . htmlspecialchars($current_charset) . "\n"
. (empty($mysql_charsets_descriptions[$current_charset])
? ''
: ' (<i>' . htmlspecialchars(
$mysql_charsets_descriptions[$current_charset]) . '</i>)' . "\n")
. ' </th>' . "\n"
. '</tr>' . "\n";
$odd_row = true;
foreach ($mysql_collations[$current_charset] as $current_collation) {
$i++;
echo '<tr class="'
. ( $odd_row ? 'odd' : 'even' )
. ($mysql_default_collations[$current_charset] == $current_collation
? ' marked'
: '')
. ($mysql_collations_available[$current_collation] ? '' : ' disabled')
. '">' . "\n"
. ' <td>' . htmlspecialchars($current_collation) . '</td>' . "\n"
. ' <td>' . PMA_getCollationDescr($current_collation) . '</td>' . "\n"
. '</tr>' . "\n";
$odd_row = !$odd_row;
}
}
unset($table_row_count);
echo '</table>' . "\n"
. '</div>' . "\n";
 
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/server_databases.php
0,0 → 1,356
<?php
/* $Id: server_databases.php,v 2.35.2.3 2006/03/14 17:53:44 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Does the common work
*/
require_once('./libraries/common.lib.php');
 
 
$js_to_run = 'functions.js';
require('./libraries/server_common.inc.php');
 
/**
* Sorts the databases array according to the user's choice
*
* @param array a record associated to a database
* @param array a record associated to a database
*
* @return integer a value representing whether $a should be before $b in the
* sorted array or not
*
* @global string the column the array shall be sorted by
* @global string the sorting order ('asc' or 'desc')
*
* @access private
*/
function PMA_dbCmp($a, $b) {
global $sort_by, $sort_order;
if ($GLOBALS['cfg']['NaturalOrder']) {
$sorter = 'strnatcmp';
} else {
$sorter = 'strcasecmp';
}
if ($sort_by == 'SCHEMA_NAME') {
return ($sort_order == 'asc' ? 1 : -1) * $sorter($a['SCHEMA_NAME'], $b['SCHEMA_NAME']);
} elseif ($a[$sort_by] == $b[$sort_by]) {
return $sorter($a['SCHEMA_NAME'], $b['SCHEMA_NAME']);
} else {
return ($sort_order == 'asc' ? 1 : -1) * ((int)$a[$sort_by] > (int)$b[$sort_by] ? 1 : -1);
}
} // end of the 'PMA_dbCmp()' function
 
 
/**
* avoids 'undefined index' errors
*/
if (empty($sort_by)) {
$sort_by = 'SCHEMA_NAME';
} else {
$sort_by = PMA_sanitize($sort_by);
}
if (empty($sort_order)) {
if ($sort_by == 'SCHEMA_NAME') {
$sort_order = 'asc';
} else {
$sort_order = 'desc';
}
} else {
$sort_order = PMA_sanitize($sort_order);
}
 
$dbstats = empty( $dbstats ) ? 0 : 1;
 
 
/**
* Drops multiple databases
*/
 
// workaround for IE behavior (it returns some coordinates based on where
// the mouse was on the Drop image):
 
if (isset($drop_selected_dbs_x)) {
$drop_selected_dbs = 'Drop';
}
 
if ((!empty($drop_selected_dbs) || isset($query_type)) && ($is_superuser || $cfg['AllowUserDropDatabase'])) {
if (! isset($selected_db) && ! isset($query_type)) {
$message = $strNoDatabasesSelected;
} else {
$action = 'server_databases.php';
$submit_mult = 'drop_db' ;
$err_url = 'server_databases.php?' . PMA_generate_common_url();
require('./libraries/mult_submits.inc.php');
if ($mult_btn == $strYes) {
$message = sprintf($strDatabasesDropped, count($selected));
} else {
$message = sprintf($strDatabasesDropped, 0);
}
}
}
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
 
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ( $GLOBALS['cfg']['MainPageIconic']
? '<img class="icon" src="' . $pmaThemeImage . 's_db.png" width="16"'
.' height="16" alt="" />'
: '' )
. ( $dbstats ? $strDatabasesStats : $strDatabases ) . "\n"
.'</h2>' . "\n";
 
/**
* Gets the databases list
*/
if ($server > 0) {
$databases = PMA_DBI_get_databases_full(null, $dbstats);
} else {
$databases = array();
}
 
 
/**
* Displays the page
*/
$tmp_count = count($databases);
if ($tmp_count > 0) {
if ($tmp_count > 1) {
// sorts the array
usort( $databases, 'PMA_dbCmp' );
} else {
// when there is only one database, the sort would not happen and
// the index would not become numeric (reproduced in MySQL 3.23.52)
$tmp_each = each($databases);
$databases = array();
$databases[0] = $tmp_each['value'];
unset($tmp_each);
}
 
// table col order
// there is no db specific collation or charset prior 4.1.0
if (PMA_MYSQL_INT_VERSION >= 40100) {
$column_order['DEFAULT_COLLATION_NAME'] = array(
'disp_name' => $strCollation,
'description_function' => 'PMA_getCollationDescr',
'format' => 'string',
'footer' => PMA_getServerCollation(),
);
}
$column_order['SCHEMA_TABLES'] = array(
'disp_name' => $strNumTables,
'format' => 'number',
'footer' => 0,
);
$column_order['SCHEMA_TABLE_ROWS'] = array(
'disp_name' => $strRows,
'format' => 'number',
'footer' => 0,
);
$column_order['SCHEMA_DATA_LENGTH'] = array(
'disp_name' => $strData,
'format' => 'byte',
'footer' => 0,
);
$column_order['SCHEMA_INDEX_LENGTH'] = array(
'disp_name' => $strIndexes,
'format' => 'byte',
'footer' => 0,
);
$column_order['SCHEMA_LENGTH'] = array(
'disp_name' => $strTotalUC,
'format' => 'byte',
'footer' => 0,
);
$column_order['SCHEMA_DATA_FREE'] = array(
'disp_name' => $strOverhead,
'format' => 'byte',
'footer' => 0,
);
 
echo '<form action="./server_databases.php" method="post" name="dbStatsForm" id="dbStatsForm">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 1)
. '<input type="hidden" name="dbstats" value="' . $dbstats . '" />' . "\n"
. '<input type="hidden" name="sort_by" value="' . $sort_by . '" />' . "\n"
. '<input type="hidden" name="sort_order" value="' . $sort_order . '" />' . "\n"
. '<table id="tabledatabases" class="data">' . "\n"
. '<thead>' . "\n"
. '<tr>' . "\n"
. ($is_superuser || $cfg['AllowUserDropDatabase'] ? ' <th>&nbsp;</th>' . "\n" : '')
. ' <th><a href="./server_databases.php?' . $url_query . '&amp;dbstats=' . $dbstats . '&amp;sort_by=SCHEMA_NAME&amp;sort_order=' . (($sort_by == 'SCHEMA_NAME' && $sort_order == 'asc') ? 'desc' : 'asc') . '">' . "\n"
. ' ' . $strDatabase . "\n"
. ($sort_by == 'SCHEMA_NAME' ? ' <img class="icon" src="' . $pmaThemeImage . 's_' . $sort_order . '.png" width="11" height="9" alt="' . ($sort_order == 'asc' ? $strAscending : $strDescending) . '" />' . "\n" : '')
. ' </a></th>' . "\n";
$table_columns = 3;
foreach ( $column_order as $stat_name => $stat ) {
if ( array_key_exists( $stat_name, $databases[0] ) ) {
if ( $stat['format'] === 'byte' ) {
$table_columns += 2;
$colspan = ' colspan="2"';
} else {
$table_columns++;
$colspan = '';
}
echo ' <th' . $colspan . '>'
.'<a href="./server_databases.php?' . $url_query . '&amp;dbstats=' . (int) $dbstats . '&amp;sort_by=' . urlencode( $stat_name ) . '&amp;sort_order=' . (($sort_by == $stat_name && $sort_order == 'desc') ? 'asc' : 'desc') . '">' . "\n"
.' ' . $stat['disp_name'] . "\n"
.($sort_by == $stat_name ? ' <img class="icon" src="' . $pmaThemeImage . 's_' . $sort_order . '.png" width="11" height="9" alt="' . ($sort_order == 'asc' ? $strAscending : $strDescending) . '" />' . "\n" : '')
.' </a></th>' . "\n";
}
}
if ($is_superuser) {
echo ' <th>' . ($cfg['PropertiesIconic'] ? '&nbsp;' : $strAction ) . "\n"
. ' </th>' . "\n";
}
echo '</tr>' . "\n"
. '</thead>' . "\n"
. '<tbody>' . "\n";
 
$odd_row = true;
foreach ( $databases as $key => $current ) {
 
echo '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n";
$odd_row = ! $odd_row;
 
if ( $is_superuser || $cfg['AllowUserDropDatabase'] ) {
echo ' <td class="tool">' . "\n";
if ($current['SCHEMA_NAME'] != 'mysql' && (PMA_MYSQL_INT_VERSION < 50002 || $current['SCHEMA_NAME'] != 'information_schema')) {
echo ' <input type="checkbox" name="selected_db[]" title="' . htmlspecialchars($current['SCHEMA_NAME']) . '" value="' . htmlspecialchars($current['SCHEMA_NAME']) . '" ' . (empty($checkall) ? '' : 'checked="checked" ') . '/>' . "\n";
} else {
echo ' <input type="checkbox" name="selected_db[]" title="' . htmlspecialchars($current['SCHEMA_NAME']) . '" value="' . htmlspecialchars($current['SCHEMA_NAME']) . '" disabled="disabled"/>' . "\n";
}
echo ' </td>' . "\n";
}
echo ' <td class="name">' . "\n"
. ' <a onclick="if ( window.parent.openDb(\'' . urlencode($current['SCHEMA_NAME']) . '\') ) return false;" href="index.php?' . $url_query . '&amp;db=' . urlencode($current['SCHEMA_NAME']) . '" title="' . sprintf($strJumpToDB, htmlspecialchars($current['SCHEMA_NAME'])) . '" target="_parent">' . "\n"
. ' ' . htmlspecialchars($current['SCHEMA_NAME']) . "\n"
. ' </a>' . "\n"
. ' </td>' . "\n";
 
foreach ( $column_order as $stat_name => $stat ) {
if ( array_key_exists( $stat_name, $current ) ) {
if ( is_numeric( $stat['footer'] ) ) {
$column_order[$stat_name]['footer'] += $current[$stat_name];
}
if ( $stat['format'] === 'byte' ) {
list( $value, $unit ) = PMA_formatByteDown( $current[$stat_name], 3, 1 );
} elseif ( $stat['format'] === 'number' ) {
$value = PMA_formatNumber( $current[$stat_name], 0 );
} else {
$value = htmlentities( $current[$stat_name], 0 );
}
echo ' <td class="value">';
if ( isset( $stat['description_function'] ) ) {
echo '<dfn title="' . $stat['description_function']( $current[$stat_name] ) . '">';
}
echo $value;
if ( isset( $stat['description_function'] ) ) {
echo '</dfn>';
}
echo '</td>' . "\n";
if ( $stat['format'] === 'byte' ) {
echo ' <td class="unit">' . $unit . '</td>' . "\n";
}
}
}
 
if ($is_superuser) {
echo ' <td class="tool">' . "\n"
. ' <a onclick="window.parent.setDb(\'' . urlencode($current['SCHEMA_NAME']) . '\');" href="./server_privileges.php?' . $url_query . '&amp;checkprivs=' . urlencode($current['SCHEMA_NAME']) . '" title="' . sprintf($strCheckPrivsLong, htmlspecialchars($current['SCHEMA_NAME'])) . '">'. "\n"
. ' ' .($cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 's_rights.png" width="16" height="16" alt=" ' .$strCheckPrivs . '" /> ' : $strCheckPrivs ). "\n"
. ' </a></td>' . "\n";
}
echo '</tr>' . "\n";
} // end foreach ( $databases as $key => $current )
unset( $key, $current, $odd_row );
 
echo '<tr>' . "\n";
if ( $is_superuser || $cfg['AllowUserDropDatabase'] ) {
echo ' <th>&nbsp;</th>' . "\n";
}
echo ' <th>' . $strTotalUC . ': ' . count( $databases ) . '</th>' . "\n";
foreach ( $column_order as $stat_name => $stat ) {
if ( array_key_exists( $stat_name, $databases[0] ) ) {
if ( $stat['format'] === 'byte' ) {
list( $value, $unit ) = PMA_formatByteDown( $stat['footer'], 3, 1 );
} elseif ( $stat['format'] === 'number' ) {
$value = PMA_formatNumber( $stat['footer'], 0 );
} else {
$value = htmlentities( $stat['footer'], 0 );
}
echo ' <th class="value">';
if ( isset( $stat['description_function'] ) ) {
echo '<dfn title="' . $stat['description_function']( $stat['footer'] ) . '">';
}
echo $value;
if ( isset( $stat['description_function'] ) ) {
echo '</dfn>';
}
echo '</th>' . "\n";
if ( $stat['format'] === 'byte' ) {
echo ' <th class="unit">' . $unit . '</th>' . "\n";
}
}
}
if ( $is_superuser ) {
echo ' <th>&nbsp;</th>' . "\n";
}
echo '</tr>' . "\n";
echo '</tbody>' . "\n"
.'</table>' . "\n";
unset( $column_order, $stat_name, $stat, $databases, $table_columns );
 
if ($is_superuser || $cfg['AllowUserDropDatabase']) {
$common_url_query = PMA_generate_common_url() . '&amp;sort_by=' . $sort_by . '&amp;sort_order=' . $sort_order . '&amp;dbstats=' . $dbstats;
echo '<img class="selectallarrow" src="' . $pmaThemeImage . 'arrow_' . $text_dir . '.png" width="38" height="22" alt="' . $strWithChecked . '" />' . "\n"
. '<a href="./server_databases.php?' . $common_url_query . '&amp;checkall=1" onclick="if ( markAllRows(\'tabledatabases\') ) return false;">' . "\n"
. ' ' . $strCheckAll . '</a> / ' . "\n"
. '<a href="./server_databases.php?' . $common_url_query . '" onclick="if ( unMarkAllRows(\'tabledatabases\') ) return false;">' . "\n"
. ' ' . $strUncheckAll . '</a>' . "\n"
. '<i>' . $strWithChecked . '</i>' . "\n";
PMA_buttonOrImage( 'drop_selected_dbs', 'mult_submit', 'drop_selected_dbs', $strDrop, 'b_deltbl.png' );
}
 
if ( PMA_MYSQL_INT_VERSION < 50002 ) {
echo '<ul><li id="li_switch_dbstats"><strong>' . "\n";
if ( empty( $dbstats ) ) {
echo ' <a href="./server_databases.php?' . $url_query . '&amp;dbstats=1"'
.' title="' . $strDatabasesStatsEnable . '">' . "\n"
.' ' . $strDatabasesStatsEnable;
} else {
echo ' <a href="./server_databases.php?' . $url_query . '"'
.' title="' . $strDatabasesStatsDisable . '">' . "\n"
.' ' . $strDatabasesStatsDisable;
}
echo '</a></strong><br />' . "\n"
.' <div class="warning">'
. $strDatabasesStatsHeavyTraffic . '</div></li>' . "\n"
.'</ul>' . "\n";
}
echo '</form>';
} else {
echo $strNoDatabases;
}
unset($tmp_count);
 
/**
* Create new database.
*/
echo '<ul><li id="li_create_database">' . "\n";
require('./libraries/display_create_database.lib.php');
echo ' </li>' . "\n";
echo '</ul>' . "\n";
 
/**
* Sends the footer
*/
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/server_engines.php
0,0 → 1,252
<?php
/* $Id: server_engines.php,v 2.16 2005/12/07 09:52:16 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* display list of server enignes and additonal information about them
*/
 
if ( ! defined( 'PMA_NO_VARIABLES_IMPORT' ) ) {
define( 'PMA_NO_VARIABLES_IMPORT', true );
}
 
/**
* requirements
*/
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
require('./libraries/server_common.inc.php');
require('./libraries/storage_engines.lib.php');
 
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
/**
* defines
*/
define('PMA_ENGINE_DETAILS_TYPE_PLAINTEXT', 0);
define('PMA_ENGINE_DETAILS_TYPE_SIZE', 1);
define('PMA_ENGINE_DETAILS_TYPE_NUMERIC', 2); //Has no effect yet...
define('PMA_ENGINE_DETAILS_TYPE_BOOLEAN', 3); // 'ON' or 'OFF'
 
/**
* Function for displaying the table of an engine's parameters
*
* @param array List of MySQL variables and corresponding localized descriptions.
* The array elements should have the following format:
* $variable => array('title' => $title, 'desc' => $description);
* @param string Prefix for the SHOW VARIABLES query.
* @return string The table that was generated based on the given information.
*/
function PMA_generateEngineDetails($variables, $like = null) {
 
/**
* Get the variables!
*/
if (!empty($variables)) {
$sql_query = 'SHOW '
. (PMA_MYSQL_INT_VERSION >= 40102 ? 'GLOBAL ' : '')
. 'VARIABLES'
. (empty($like) ? '' : ' LIKE \'' . $like . '\'')
. ';';
$res = PMA_DBI_query($sql_query);
$mysql_vars = array();
while ($row = PMA_DBI_fetch_row($res)) {
if (isset($variables[$row[0]])) {
$mysql_vars[$row[0]] = $row[1];
}
}
PMA_DBI_free_result($res);
unset($res, $row, $sql_query);
}
 
if (empty($mysql_vars)) {
return '<p>' . "\n"
. ' ' . $GLOBALS['strNoDetailsForEngine'] . "\n"
. '</p>' . "\n";
}
 
$dt_table = '<table class="data">' . "\n";
$odd_row = false;
$has_content = false;
 
foreach ($variables as $var => $details) {
if (!isset($mysql_vars[$var])) {
continue;
}
 
if (!isset($details['type'])) {
$details['type'] = PMA_ENGINE_DETAILS_TYPE_PLAINTEXT;
}
$is_num = $details['type'] == PMA_ENGINE_DETAILS_TYPE_SIZE
|| $details['type'] == PMA_ENGINE_DETAILS_TYPE_NUMERIC;
 
$dt_table .= '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n"
. ' <td>' . "\n";
if (!empty($variables[$var]['desc'])) {
$dt_table .= ' ' . PMA_showHint($details['desc']) . "\n";
}
$dt_table .= ' </td>' . "\n"
. ' <th>'
. htmlspecialchars( empty($details['title'])
? $var : $details['title'] ) . "\n"
. ' </th>' . "\n"
. ' <td class="value">';
switch ($details['type']) {
case PMA_ENGINE_DETAILS_TYPE_SIZE:
$parsed_size = PMA_formatByteDown($mysql_vars[$var]);
$dt_table .= $parsed_size[0] . '&nbsp;' . $parsed_size[1];
unset($parsed_size);
break;
case PMA_ENGINE_DETAILS_TYPE_NUMERIC:
$dt_table .= PMA_formatNumber($mysql_vars[$var]) . ' ';
break;
default:
$dt_table .= htmlspecialchars($mysql_vars[$var]) . ' ';
}
$dt_table .= '</td>' . "\n"
. '</tr>' . "\n";
$odd_row = !$odd_row;
$has_content = true;
}
 
if (!$has_content) {
return '';
}
 
$dt_table .= '</table>' . "\n";
 
return $dt_table;
}
 
 
/**
* Did the user request information about a certain storage engine?
*/
if ( empty($_REQUEST['engine'])
|| empty($mysql_storage_engines[$_REQUEST['engine']]) ) {
 
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic']
? '<img class="icon" src="' . $pmaThemeImage . 'b_engine.png"'
.' width="16" height="16" alt="" />' : '' )
. "\n" . $strStorageEngines . "\n"
. '</h2>' . "\n";
 
 
/**
* Displays the table header
*/
echo '<table>' . "\n"
. '<thead>' . "\n"
. '<tr><th>' . $strStorageEngine . '</th>' . "\n";
if (PMA_MYSQL_INT_VERSION >= 40102) {
echo ' <th>' . $strDescription . '</th>' . "\n";
}
echo '</tr>' . "\n"
. '</thead>' . "\n"
. '<tbody>' . "\n";
 
 
/**
* Listing the storage engines
*/
$odd_row = true;
foreach ($mysql_storage_engines as $engine => $details) {
echo '<tr class="'
. ($odd_row ? 'odd' : 'even')
. ($details['Support'] == 'NO' || $details['Support'] == 'DISABLED'
? ' disabled'
: '')
. '">' . "\n"
. ' <td><a href="./server_engines.php'
. PMA_generate_common_url(array( 'engine' => $engine )) . '">' . "\n"
. ' ' . htmlspecialchars($details['Engine']) . "\n"
. ' </a>' . "\n"
. ' </td>' . "\n";
if (PMA_MYSQL_INT_VERSION >= 40102) {
echo ' <td>' . htmlspecialchars($details['Comment']) . "\n"
. ' </td>' . "\n";
}
echo '</tr>' . "\n";
$odd_row = !$odd_row;
}
unset($odd_row, $engine, $details);
echo '</tbody>' . "\n"
. '</table>' . "\n";
 
} else {
 
/**
* Displays details about a given Storage Engine
*/
 
$engine_plugin = PMA_StorageEngine::getEngine($_REQUEST['engine']);
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic']
? '<img class="icon" src="' . $pmaThemeImage . 'b_engine.png"'
.' width="16" height="16" alt="" />' : '' )
. ' ' . htmlspecialchars($engine_plugin->getTitle()) . "\n"
. ' ' . PMA_showMySQLDocu( '', $engine_plugin->getMysqlHelpPage() ) . "\n"
. '</h2>' . "\n\n";
if (PMA_MYSQL_INT_VERSION >= 40102) {
echo '<p>' . "\n"
. ' <em>' . "\n"
. ' ' . htmlspecialchars($engine_plugin->getComment()) . "\n"
. ' </em>' . "\n"
. '</p>' . "\n\n";
}
$infoPages = $engine_plugin->getInfoPages();
if (!empty($infoPages) && is_array($infoPages)) {
echo '<p>' . "\n"
. ' <strong>[</strong>' . "\n";
if (empty($_REQUEST['page'])) {
echo ' <strong>' . $strServerTabVariables . '</strong>' . "\n";
} else {
echo ' <a href="./server_engines.php'
. PMA_generate_common_url(array( 'engine' => $_REQUEST['engine'] )) . '">'
. $strServerTabVariables . '</a>' . "\n";
}
foreach ($infoPages as $current => $label) {
echo ' <strong>|</strong>' . "\n";
if (isset($_REQUEST['page']) && $_REQUEST['page'] == $current) {
echo ' <strong>' . $label . '</strong>' . "\n";
} else {
echo ' <a href="./server_engines.php'
. PMA_generate_common_url(
array( 'engine' => $_REQUEST['engine'], 'page' => $current ))
. '">' . htmlspecialchars($label) . '</a>' . "\n";
}
}
unset($current, $label);
echo ' <strong>]</strong>' . "\n"
. '</p>' . "\n\n";
}
unset($infoPages, $page_output);
if (!empty($_REQUEST['page'])) {
$page_output = $engine_plugin->getPage($_REQUEST['page']);
}
if (!empty($page_output)) {
echo $page_output;
} else {
echo '<p> ' . $engine_plugin->getSupportInformationMessage() . "\n"
. '</p>' . "\n"
. PMA_generateEngineDetails($engine_plugin->getVariables(),
$engine_plugin->getVariablesLikePattern());
}
}
 
/**
* Sends the footer
*/
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/server_export.php
0,0 → 1,62
<?php
/* $Id: server_export.php,v 2.8 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Does the common work
*/
require_once('./libraries/common.lib.php');
 
$js_to_run = 'functions.js';
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
/**
* Gets the databases list - if it has not been built yet
*/
if ($server > 0 && empty($dblist)) {
PMA_availableDatabases();
}
?>
 
 
<!-- Dump of a server -->
<?php
$export_page_title = $strViewDumpDatabases . "\n";
$multi_values = '<div align="center"><select name="db_select[]" size="6" multiple="multiple">';
$multi_values .= "\n";
 
foreach ($dblist AS $current_db) {
if (!empty($selectall) || (isset($tmp_select) && strpos(' ' . $tmp_select, '|' . $current_db . '|'))) {
$is_selected = ' selected="selected"';
} else {
$is_selected = '';
}
$current_db = htmlspecialchars($current_db);
$multi_values .= ' <option value="' . $current_db . '"' . $is_selected . '>' . $current_db . '</option>' . "\n";
} // end while
$multi_values .= "\n";
$multi_values .= '</select></div>';
 
$checkall_url = 'server_export.php?'
. PMA_generate_common_url()
. '&amp;goto=db_details_export.php';
 
$multi_values .= '<br />
<a href="' . $checkall_url . '&amp;selectall=1" onclick="setSelectOptions(\'dump\', \'db_select[]\', true); return false;">' . $strSelectAll . '</a>
/
<a href="' . $checkall_url . '" onclick="setSelectOptions(\'dump\', \'db_select[]\', false); return false;">' . $strUnselectAll . '</a>
<br /><br />';
 
$export_type = 'server';
require_once('./libraries/display_export.lib.php');
 
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/server_import.php
0,0 → 1,25
<?php
/* $Id: server_import.php,v 2.4 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
require('./libraries/server_common.inc.php');
 
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
$import_type = 'server';
require('./libraries/display_import.lib.php');
/**
* Displays the footer
*/
require('./libraries/footer.inc.php');
?>
 
/Web/Maintenance/phpMyAdmin/server_privileges.php
0,0 → 1,2134
<?php
/* $Id: server_privileges.php,v 2.91.2.3 2006/05/17 10:24:14 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
$js_to_run = 'server_privileges.js';
require('./libraries/server_common.inc.php');
 
 
/**
* Checks if a dropdown box has been used for selecting a database / table
*/
if (isset($pred_dbname) && strlen($pred_dbname)) {
$dbname = $pred_dbname;
unset($pred_dbname);
}
if (isset($pred_tablename) && strlen($pred_tablename)) {
$tablename = $pred_tablename;
unset($pred_tablename);
}
 
// check if given $dbanem is a wildcard or not
if ( isset( $dbname ) ) {
//if ( preg_match( '/\\\\(?:_|%)/i', $dbname ) ) {
if ( preg_match( '/(?<!\\\\)(?:_|%)/i', $dbname ) ) {
$dbname_is_wildcard = true;
} else {
$dbname_is_wildcard = false;
}
}
 
/**
* Checks if the user is allowed to do what he tries to...
*/
if (!$is_superuser) {
require('./libraries/server_links.inc.php');
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic'] ? '<img class="icon" src="'. $GLOBALS['pmaThemeImage'] . 'b_usrlist.png" alt="" />' : '')
. $GLOBALS['strPrivileges'] . "\n"
. '</h2>' . "\n"
. $GLOBALS['strNoPrivileges'] . "\n";
require_once('./libraries/footer.inc.php');
}
 
/**
* Generates a condition on the user name
*
* @param string the user's initial
* @return string the generated condition
*/
function PMA_RangeOfUsers($initial = '') {
// strtolower() is used because the User field
// might be BINARY, so LIKE would be case sensitive
if (!empty($initial)) {
$ret = " WHERE " . PMA_convert_using('User')
. " LIKE " . PMA_convert_using($initial . '%', 'quoted')
. " OR ". PMA_convert_using('User')
. " LIKE " . PMA_convert_using(strtolower($initial) . '%', 'quoted');
} else {
$ret = '';
}
return $ret;
} // end function
 
/**
* Extracts the privilege information of a priv table row
*
* @param array $row the row
* @param boolean $enableHTML add <dfn> tag with tooltips
*
* @global ressource $user_link the database connection
*
* @return array
*/
function PMA_extractPrivInfo($row = '', $enableHTML = FALSE)
{
$grants = array(
array('Select_priv', 'SELECT', $GLOBALS['strPrivDescSelect']),
array('Insert_priv', 'INSERT', $GLOBALS['strPrivDescInsert']),
array('Update_priv', 'UPDATE', $GLOBALS['strPrivDescUpdate']),
array('Delete_priv', 'DELETE', $GLOBALS['strPrivDescDelete']),
array('Create_priv', 'CREATE', $GLOBALS['strPrivDescCreateDb']),
array('Drop_priv', 'DROP', $GLOBALS['strPrivDescDropDb']),
array('Reload_priv', 'RELOAD', $GLOBALS['strPrivDescReload']),
array('Shutdown_priv', 'SHUTDOWN', $GLOBALS['strPrivDescShutdown']),
array('Process_priv', 'PROCESS', $GLOBALS['strPrivDescProcess' . ((!empty($row) && isset($row['Super_priv'])) || (empty($row) && isset($GLOBALS['Super_priv'])) ? '4' : '3')]),
array('File_priv', 'FILE', $GLOBALS['strPrivDescFile']),
array('References_priv', 'REFERENCES', $GLOBALS['strPrivDescReferences']),
array('Index_priv', 'INDEX', $GLOBALS['strPrivDescIndex']),
array('Alter_priv', 'ALTER', $GLOBALS['strPrivDescAlter']),
array('Show_db_priv', 'SHOW DATABASES', $GLOBALS['strPrivDescShowDb']),
array('Super_priv', 'SUPER', $GLOBALS['strPrivDescSuper']),
array('Create_tmp_table_priv', 'CREATE TEMPORARY TABLES', $GLOBALS['strPrivDescCreateTmpTable']),
array('Lock_tables_priv', 'LOCK TABLES', $GLOBALS['strPrivDescLockTables']),
array('Repl_slave_priv', 'REPLICATION SLAVE', $GLOBALS['strPrivDescReplSlave']),
array('Repl_client_priv', 'REPLICATION CLIENT', $GLOBALS['strPrivDescReplClient']),
array('Create_view_priv', 'CREATE VIEW', $GLOBALS['strPrivDescCreateView']),
// for table privs:
array('Create View_priv', 'CREATE VIEW', $GLOBALS['strPrivDescCreateView']),
array('Show_view_priv', 'SHOW VIEW', $GLOBALS['strPrivDescShowView']),
// for table privs:
array('Show view_priv', 'SHOW VIEW', $GLOBALS['strPrivDescShowView']),
array('Create_routine_priv', 'CREATE ROUTINE', $GLOBALS['strPrivDescCreateRoutine']),
array('Alter_routine_priv', 'ALTER ROUTINE', $GLOBALS['strPrivDescAlterRoutine']),
array('Create_user_priv', 'CREATE USER', $GLOBALS['strPrivDescCreateUser'])
);
if (PMA_MYSQL_INT_VERSION >= 40002 && PMA_MYSQL_INT_VERSION <50003) {
$grants[] = array('Execute_priv', 'EXECUTE', $GLOBALS['strPrivDescExecute']);
} else {
$grants[] = array('Execute_priv', 'EXECUTE', $GLOBALS['strPrivDescExecute5']);
}
 
if (!empty($row) && isset($row['Table_priv'])) {
$res = PMA_DBI_query(
'SHOW COLUMNS FROM `mysql`.`tables_priv` LIKE \'Table_priv\';',
$GLOBALS['userlink'] );
$row1 = PMA_DBI_fetch_assoc($res);
PMA_DBI_free_result($res);
$av_grants = explode ('\',\'', substr($row1['Type'], 5, strlen($row1['Type']) - 7));
unset($row1);
$users_grants = explode(',', $row['Table_priv']);
foreach ($av_grants as $current_grant) {
$row[$current_grant . '_priv'] = in_array($current_grant, $users_grants) ? 'Y' : 'N';
}
unset($current_grant);
unset($av_grants);
unset($users_grants);
}
$privs = array();
$allPrivileges = TRUE;
foreach ($grants as $current_grant) {
if ((!empty($row) && isset($row[$current_grant[0]])) || (empty($row) && isset($GLOBALS[$current_grant[0]]))) {
if ((!empty($row) && $row[$current_grant[0]] == 'Y') || (empty($row) && ($GLOBALS[$current_grant[0]] == 'Y' || (is_array($GLOBALS[$current_grant[0]]) && count($GLOBALS[$current_grant[0]]) == $GLOBALS['column_count'] && empty($GLOBALS[$current_grant[0] . '_none']))))) {
if ($enableHTML) {
$privs[] = '<dfn title="' . $current_grant[2] . '">' . $current_grant[1] . '</dfn>';
} else {
$privs[] = $current_grant[1];
}
} elseif (!empty($GLOBALS[$current_grant[0]]) && is_array($GLOBALS[$current_grant[0]]) && empty($GLOBALS[$current_grant[0] . '_none'])) {
if ($enableHTML) {
$priv_string = '<dfn title="' . $current_grant[2] . '">' . $current_grant[1] . '</dfn>';
} else {
$priv_string = $current_grant[1];
}
$privs[] = $priv_string . ' (`' . join('`, `', $GLOBALS[$current_grant[0]]) . '`)';
} else {
$allPrivileges = FALSE;
}
}
}
if (empty($privs)) {
if ($enableHTML) {
$privs[] = '<dfn title="' . $GLOBALS['strPrivDescUsage'] . '">USAGE</dfn>';
} else {
$privs[] = 'USAGE';
}
} elseif ($allPrivileges && (!isset($GLOBALS['grant_count']) || count($privs) == $GLOBALS['grant_count'])) {
if ($enableHTML) {
$privs = array('<dfn title="' . $GLOBALS['strPrivDescAllPrivileges'] . '">ALL PRIVILEGES</dfn>');
} else {
$privs = array('ALL PRIVILEGES');
}
}
return $privs;
} // end of the 'PMA_extractPrivInfo()' function
 
 
/**
* Displays on which column(s) a table-specific privilege is granted
*/
function PMA_display_column_privs($spaces, $columns, $row, $name_for_select, $priv_for_header, $name, $name_for_dfn, $name_for_current) {
 
echo $spaces . ' <div class="item" id="div_item_' . $name . '">' . "\n"
. $spaces . ' <label for="select_' . $name . '_priv">' . "\n"
. $spaces . ' <tt><dfn title="' . $name_for_dfn . '">' . $priv_for_header . '</dfn></tt>' . "\n"
. $spaces . ' </label>' . "\n"
. $spaces . ' <select id="select_' . $name . '_priv" name="' . $name_for_select . '[]" multiple="multiple">' . "\n";
 
foreach ($columns as $current_column => $current_column_privileges) {
echo $spaces . ' <option value="' . htmlspecialchars($current_column) . '"';
if ($row[$name_for_select] == 'Y' || $current_column_privileges[$name_for_current]) {
echo ' selected="selected"';
}
echo '>' . htmlspecialchars($current_column) . '</option>' . "\n";
}
 
echo $spaces . ' </select>' . "\n"
. $spaces . ' <i>' . $GLOBALS['strOr'] . '</i>' . "\n"
. $spaces . ' <label for="checkbox_' . $name_for_select . '_none"><input type="checkbox"' . (empty($GLOBALS['checkall']) ? '' : ' checked="checked"') . ' name="' . $name_for_select . '_none" id="checkbox_' . $name_for_select . '_none" title="' . $GLOBALS['strNone'] . '" />'
. $GLOBALS['strNone'] . '</label>' . "\n"
. $spaces . ' </div>' . "\n";
} // end function
 
/**
* Displays the privileges form table
*
* @param string $db the database
* @param string $table the table
* @param boolean $submit wheather to display the submit button or not
* @param int $indent the indenting level of the code
*
* @global array $cfg the phpMyAdmin configuration
* @global ressource $user_link the database connection
*
* @return void
*/
function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent = 0)
{
if ($db == '*') {
$table = '*';
}
$spaces = str_repeat( ' ', $indent );
 
if (isset($GLOBALS['username'])) {
$username = $GLOBALS['username'];
$hostname = $GLOBALS['hostname'];
if ($db == '*') {
$sql_query =
'SELECT * FROM `mysql`.`user`'
.' WHERE ' . PMA_convert_using('User')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($username), 'quoted')
.' AND ' . PMA_convert_using('Host')
.' = ' . PMA_convert_using($hostname, 'quoted') . ';';
} elseif ($table == '*') {
$sql_query =
'SELECT * FROM `mysql`.`db`'
.' WHERE ' . PMA_convert_using('`User`')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($username), 'quoted')
.' AND ' . PMA_convert_using('`Host`')
.' = ' . PMA_convert_using($hostname, 'quoted')
.' AND ' . PMA_convert_using( PMA_unescape_mysql_wildcards( $db ), 'quoted' )
.' LIKE ' . PMA_convert_using( '`Db`' ) . ';';
} else {
$sql_query =
'SELECT `Table_priv`'
.' FROM `mysql`.`tables_priv`'
.' WHERE ' . PMA_convert_using('`User`')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($username), 'quoted')
.' AND ' .PMA_convert_using('`Host`')
.' = ' . PMA_convert_using( $hostname, 'quoted' )
.' AND ' .PMA_convert_using('`Db`')
.' = ' . PMA_convert_using( PMA_unescape_mysql_wildcards( $db ), 'quoted' )
.' AND ' . PMA_convert_using('`Table_name`')
.' = ' . PMA_convert_using($table, 'quoted') . ';';
}
$res = PMA_DBI_query($sql_query);
$row = PMA_DBI_fetch_assoc($res);
PMA_DBI_free_result($res);
}
if (empty($row)) {
if ($table == '*') {
if ($db == '*') {
$sql_query = 'SHOW COLUMNS FROM `mysql`.`user`;';
} elseif ($table == '*') {
$sql_query = 'SHOW COLUMNS FROM `mysql`.`db`;';
}
$res = PMA_DBI_query($sql_query);
while ($row1 = PMA_DBI_fetch_row($res)) {
if (substr($row1[0], 0, 4) == 'max_') {
$row[$row1[0]] = 0;
} else {
$row[$row1[0]] = 'N';
}
}
PMA_DBI_free_result($res);
} else {
$row = array('Table_priv' => '');
}
}
if (isset($row['Table_priv'])) {
$res = PMA_DBI_query(
'SHOW COLUMNS FROM `mysql`.`tables_priv` LIKE \'Table_priv\';',
$GLOBALS['userlink'] );
// note: in MySQL 5.0.3 we get "Create View', 'Show view';
// the View for Create is spelled with uppercase V
// the view for Show is spelled with lowercase v
// and there is a space between the words
 
$row1 = PMA_DBI_fetch_assoc($res);
PMA_DBI_free_result($res);
$av_grants = explode ('\',\'', substr($row1['Type'], strpos($row1['Type'], '(') + 2, strpos($row1['Type'], ')') - strpos($row1['Type'], '(') - 3));
unset($res, $row1);
$users_grants = explode(',', $row['Table_priv']);
 
foreach ($av_grants as $current_grant) {
$row[$current_grant . '_priv'] = in_array($current_grant, $users_grants) ? 'Y' : 'N';
}
unset($row['Table_priv'], $current_grant, $av_grants, $users_grants);
 
// get collumns
$res = PMA_DBI_try_query('SHOW COLUMNS FROM `' . PMA_unescape_mysql_wildcards( $db ) . '`.`' . $table . '`;');
$columns = array();
if ( $res ) {
while ($row1 = PMA_DBI_fetch_row($res)) {
$columns[$row1[0]] = array(
'Select' => FALSE,
'Insert' => FALSE,
'Update' => FALSE,
'References' => FALSE
);
}
PMA_DBI_free_result($res);
}
unset($res, $row1);
}
// t a b l e - s p e c i f i c p r i v i l e g e s
if ( ! empty( $columns ) ) {
$res = PMA_DBI_query(
'SELECT `Column_name`, `Column_priv`'
.' FROM `mysql`.`columns_priv`'
.' WHERE ' . PMA_convert_using('`User`')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($username), 'quoted')
.' AND ' . PMA_convert_using('`Host`')
.' = ' . PMA_convert_using($hostname, 'quoted')
.' AND ' . PMA_convert_using('`Db`')
.' = ' . PMA_convert_using( PMA_unescape_mysql_wildcards( $db ), 'quoted')
.' AND ' . PMA_convert_using('`Table_name`')
.' = ' . PMA_convert_using($table, 'quoted') . ';');
 
while ($row1 = PMA_DBI_fetch_row($res)) {
$row1[1] = explode(',', $row1[1]);
foreach ($row1[1] as $current) {
$columns[$row1[0]][$current] = TRUE;
}
}
PMA_DBI_free_result($res);
unset( $res, $row1, $current );
 
echo $spaces . '<input type="hidden" name="grant_count" value="' . count($row) . '" />' . "\n"
. $spaces . '<input type="hidden" name="column_count" value="' . count($columns) . '" />' . "\n"
. $spaces . '<fieldset id="fieldset_user_priv">' . "\n"
. $spaces . ' <legend>' . $GLOBALS['strTblPrivileges'] . '</legend>' . "\n"
. $spaces . ' <p><small><i>' . $GLOBALS['strEnglishPrivileges'] . '</i></small></p>' . "\n";
 
 
// privs that are attached to a specific column
PMA_display_column_privs($spaces, $columns, $row, 'Select_priv', 'SELECT', 'select', $GLOBALS['strPrivDescSelect'], 'Select');
 
PMA_display_column_privs($spaces, $columns, $row, 'Insert_priv', 'INSERT', 'insert', $GLOBALS['strPrivDescInsert'], 'Insert');
 
PMA_display_column_privs($spaces, $columns, $row, 'Update_priv', 'UPDATE', 'update', $GLOBALS['strPrivDescUpdate'], 'Update');
 
PMA_display_column_privs($spaces, $columns, $row, 'References_priv', 'REFERENCES', 'references', $GLOBALS['strPrivDescReferences'], 'References');
 
// privs that are not attached to a specific column
 
echo $spaces . ' <div class="item">' . "\n";
foreach ($row as $current_grant => $current_grant_value) {
if (in_array(substr($current_grant, 0, (strlen($current_grant) - 5)), array('Select', 'Insert', 'Update', 'References'))) {
continue;
}
// make a substitution to match the messages variables;
// also we must substitute the grant we get, because we can't generate
// a form variable containing blanks (those would get changed to
// an underscore when receiving the POST)
if ($current_grant == 'Create View_priv') {
$tmp_current_grant = 'CreateView_priv';
$current_grant = 'Create_view_priv';
} elseif ($current_grant == 'Show view_priv') {
$tmp_current_grant = 'ShowView_priv';
$current_grant = 'Show_view_priv';
} else {
$tmp_current_grant = $current_grant;
}
 
echo $spaces . ' <div class="item">' . "\n"
. $spaces . ' <input type="checkbox"' . (empty($GLOBALS['checkall']) ? '' : ' checked="checked"') . ' name="' . $current_grant . '" id="checkbox_' . $current_grant . '" value="Y" ' . ($current_grant_value == 'Y' ? 'checked="checked" ' : '') . 'title="';
 
echo (isset($GLOBALS['strPrivDesc' . substr($tmp_current_grant, 0, (strlen($tmp_current_grant) - 5))]) ? $GLOBALS['strPrivDesc' . substr($tmp_current_grant, 0, (strlen($tmp_current_grant) - 5))] : $GLOBALS['strPrivDesc' . substr($tmp_current_grant, 0, (strlen($tmp_current_grant) - 5)) . 'Tbl']) . '"/>' . "\n";
 
echo $spaces . ' <label for="checkbox_' . $current_grant . '"><tt><dfn title="' . (isset($GLOBALS['strPrivDesc' . substr($tmp_current_grant, 0, (strlen($tmp_current_grant) - 5))]) ? $GLOBALS['strPrivDesc' . substr($tmp_current_grant, 0, (strlen($tmp_current_grant) - 5))] : $GLOBALS['strPrivDesc' . substr($tmp_current_grant, 0, (strlen($tmp_current_grant) - 5)) . 'Tbl']) . '">' . strtoupper(substr($current_grant, 0, strlen($current_grant) - 5)) . '</dfn></tt></label>' . "\n"
. $spaces . ' </div>' . "\n";
} // end foreach ()
 
echo $spaces . ' </div>' . "\n";
// for Safari 2.0.2
echo $spaces . ' <div class="clearfloat"></div>' . "\n";
 
} else {
 
// g l o b a l o r d b - s p e c i f i c
//
// d a t a
$privTable[0] = array(
array('Select', 'SELECT', $GLOBALS['strPrivDescSelect']),
array('Insert', 'INSERT', $GLOBALS['strPrivDescInsert']),
array('Update', 'UPDATE', $GLOBALS['strPrivDescUpdate']),
array('Delete', 'DELETE', $GLOBALS['strPrivDescDelete'])
);
if ($db == '*') {
$privTable[0][] = array('File', 'FILE', $GLOBALS['strPrivDescFile']);
}
 
// s t r u c t u r e
$privTable[1] = array(
array('Create', 'CREATE', ($table == '*' ? $GLOBALS['strPrivDescCreateDb'] : $GLOBALS['strPrivDescCreateTbl'])),
array('Alter', 'ALTER', $GLOBALS['strPrivDescAlter']),
array('Index', 'INDEX', $GLOBALS['strPrivDescIndex']),
array('Drop', 'DROP', ($table == '*' ? $GLOBALS['strPrivDescDropDb'] : $GLOBALS['strPrivDescDropTbl']))
);
if (isset($row['Create_tmp_table_priv'])) {
$privTable[1][] = array('Create_tmp_table', 'CREATE TEMPORARY TABLES', $GLOBALS['strPrivDescCreateTmpTable']);
}
// this one is for a db-specific priv: Create_view_priv
if (isset($row['Create_view_priv'])) {
$privTable[1][] = array('Create_view', 'CREATE VIEW', $GLOBALS['strPrivDescCreateView']);
}
// this one is for a table-specific priv: Create View_priv
if (isset($row['Create View_priv'])) {
$privTable[1][] = array('Create View', 'CREATE VIEW', $GLOBALS['strPrivDescCreateView']);
}
if (isset($row['Show_view_priv'])) {
$privTable[1][] = array('Show_view', 'SHOW VIEW', $GLOBALS['strPrivDescShowView']);
}
if (isset($row['Create_routine_priv'])) {
$privTable[1][] = array('Create_routine', 'CREATE ROUTINE', $GLOBALS['strPrivDescCreateRoutine']);
}
if (isset($row['Alter_routine_priv'])) {
$privTable[1][] = array('Alter_routine', 'ALTER ROUTINE', $GLOBALS['strPrivDescAlterRoutine']);
}
if (isset($row['Execute_priv'])) {
if (PMA_MYSQL_INT_VERSION >= 40002 && PMA_MYSQL_INT_VERSION <50003) {
$privTable[1][] = array('Execute', 'EXECUTE', $GLOBALS['strPrivDescExecute']);
} else {
$privTable[1][] = array('Execute', 'EXECUTE', $GLOBALS['strPrivDescExecute5']);
}
}
 
// a d m i n i s t r a t i o n
$privTable[2] = array();
if (isset($row['Grant_priv'])) {
$privTable[2][] = array('Grant', 'GRANT', $GLOBALS['strPrivDescGrant']);
}
if ($db == '*') {
if (isset($row['Super_priv'])) {
$privTable[2][] = array('Super', 'SUPER', $GLOBALS['strPrivDescSuper']);
$privTable[2][] = array('Process', 'PROCESS', $GLOBALS['strPrivDescProcess4']);
} else {
$privTable[2][] = array('Process', 'PROCESS', $GLOBALS['strPrivDescProcess3']);
}
$privTable[2][] = array('Reload', 'RELOAD', $GLOBALS['strPrivDescReload']);
$privTable[2][] = array('Shutdown', 'SHUTDOWN', $GLOBALS['strPrivDescShutdown']);
if (isset($row['Show_db_priv'])) {
$privTable[2][] = array('Show_db', 'SHOW DATABASES', $GLOBALS['strPrivDescShowDb']);
}
}
if (isset($row['Lock_tables_priv'])) {
$privTable[2][] = array('Lock_tables', 'LOCK TABLES', $GLOBALS['strPrivDescLockTables']);
}
$privTable[2][] = array('References', 'REFERENCES', $GLOBALS['strPrivDescReferences']);
if ($db == '*') {
//if (isset($row['Execute_priv'])) {
// $privTable[2][] = array('Execute', 'EXECUTE', $GLOBALS['strPrivDescExecute']);
//}
if (isset($row['Repl_client_priv'])) {
$privTable[2][] = array('Repl_client', 'REPLICATION CLIENT', $GLOBALS['strPrivDescReplClient']);
}
if (isset($row['Repl_slave_priv'])) {
$privTable[2][] = array('Repl_slave', 'REPLICATION SLAVE', $GLOBALS['strPrivDescReplSlave']);
}
if (isset($row['Create_user_priv'])) {
$privTable[2][] = array('Create_user', 'CREATE USER', $GLOBALS['strPrivDescCreateUser']);
}
}
echo $spaces . '<input type="hidden" name="grant_count" value="' . (count($privTable[0]) + count($privTable[1]) + count($privTable[2]) - (isset($row['Grant_priv']) ? 1 : 0)) . '" />' . "\n"
. $spaces . '<fieldset id="fieldset_user_global_rights">' . "\n"
. $spaces . ' <legend>' . "\n"
. $spaces . ' ' . ($db == '*' ? $GLOBALS['strGlobalPrivileges'] : ($table == '*' ? $GLOBALS['strDbPrivileges'] : $GLOBALS['strTblPrivileges'])) . "\n"
. $spaces . ' ( <a href="./server_privileges.php?' . $GLOBALS['url_query'] . '&amp;checkall=1" onclick="setCheckboxes(\'usersForm\', true); return false;">' . $GLOBALS['strCheckAll'] . '</a> /' . "\n"
. $spaces . ' <a href="./server_privileges.php?' . $GLOBALS['url_query'] . '" onclick="setCheckboxes(\'usersForm\', false); return false;">' . $GLOBALS['strUncheckAll'] . '</a> )' . "\n"
. $spaces . ' </legend>' . "\n"
. $spaces . ' <p><small><i>' . $GLOBALS['strEnglishPrivileges'] . '</i></small></p>' . "\n"
. $spaces . ' <fieldset>' . "\n"
. $spaces . ' <legend>' . $GLOBALS['strData'] . '</legend>' . "\n";
foreach ( $privTable[0] as $priv )
{
echo $spaces . ' <div class="item">' . "\n"
. $spaces . ' <input type="checkbox"' . (empty($GLOBALS['checkall']) ? '' : ' checked="checked"') . ' name="' . $priv[0] . '_priv" id="checkbox_' . $priv[0] . '_priv" value="Y" ' . ($row[$priv[0] . '_priv'] == 'Y' ? 'checked="checked" ' : '') . 'title="' . $priv[2] . '"/>' . "\n"
. $spaces . ' <label for="checkbox_' . $priv[0] . '_priv"><tt><dfn title="' . $priv[2] . '">' . $priv[1] . '</dfn></tt></label>' . "\n"
. $spaces . ' </div>' . "\n";
}
echo $spaces . ' </fieldset>' . "\n"
. $spaces . ' <fieldset>' . "\n"
. $spaces . ' <legend>' . $GLOBALS['strStructure'] . '</legend>' . "\n";
foreach ( $privTable[1] as $priv )
{
echo $spaces . ' <div class="item">' . "\n"
. $spaces . ' <input type="checkbox"' . (empty($GLOBALS['checkall']) ? '' : ' checked="checked"') . ' name="' . $priv[0] . '_priv" id="checkbox_' . $priv[0] . '_priv" value="Y" ' . ($row[$priv[0] . '_priv'] == 'Y' ? 'checked="checked" ' : '') . 'title="' . $priv[2] . '"/>' . "\n"
. $spaces . ' <label for="checkbox_' . $priv[0] . '_priv"><tt><dfn title="' . $priv[2] . '">' . $priv[1] . '</dfn></tt></label>' . "\n"
. $spaces . ' </div>' . "\n";
}
echo $spaces . ' </fieldset>' . "\n"
. $spaces . ' <fieldset>' . "\n"
. $spaces . ' <legend>' . $GLOBALS['strAdministration'] . '</legend>' . "\n";
foreach ( $privTable[2] as $priv )
{
echo $spaces . ' <div class="item">' . "\n"
. $spaces . ' <input type="checkbox"' . (empty($GLOBALS['checkall']) ? '' : ' checked="checked"') . ' name="' . $priv[0] . '_priv" id="checkbox_' . $priv[0] . '_priv" value="Y" ' . ($row[$priv[0] . '_priv'] == 'Y' ? 'checked="checked" ' : '') . 'title="' . $priv[2] . '"/>' . "\n"
. $spaces . ' <label for="checkbox_' . $priv[0] . '_priv"><tt><dfn title="' . $priv[2] . '">' . $priv[1] . '</dfn></tt></label>' . "\n"
. $spaces . ' </div>' . "\n";
}
 
echo $spaces . ' </fieldset>' . "\n";
// The "Resource limits" box is not displayed for db-specific privs
if ($db == '*' && PMA_MYSQL_INT_VERSION >= 40002) {
echo $spaces . ' <fieldset>' . "\n"
. $spaces . ' <legend>' . $GLOBALS['strResourceLimits'] . '</legend>' . "\n"
. $spaces . ' <p><small><i>' . $GLOBALS['strZeroRemovesTheLimit'] . '</i></small></p>' . "\n"
. $spaces . ' <div class="item">' . "\n"
. $spaces . ' <label for="text_max_questions"><tt><dfn title="' . $GLOBALS['strPrivDescMaxQuestions'] . '">MAX QUERIES PER HOUR</dfn></tt></label>' . "\n"
. $spaces . ' <input type="text" name="max_questions" id="text_max_questions" value="' . $row['max_questions'] . '" size="11" maxlength="11" title="' . $GLOBALS['strPrivDescMaxQuestions'] . '" />' . "\n"
. $spaces . ' </div>' . "\n"
. $spaces . ' <div class="item">' . "\n"
. $spaces . ' <label for="text_max_updates"><tt><dfn title="' . $GLOBALS['strPrivDescMaxUpdates'] . '">MAX UPDATES PER HOUR</dfn></tt></label>' . "\n"
. $spaces . ' <input type="text" name="max_updates" id="text_max_updates" value="' . $row['max_updates'] . '" size="11" maxlength="11" title="' . $GLOBALS['strPrivDescMaxUpdates'] . '" />' . "\n"
. $spaces . ' </div>' . "\n"
. $spaces . ' <div class="item">' . "\n"
. $spaces . ' <label for="text_max_connections"><tt><dfn title="' . $GLOBALS['strPrivDescMaxConnections'] . '">MAX CONNECTIONS PER HOUR</dfn></tt></label>' . "\n"
. $spaces . ' <input type="text" name="max_connections" id="text_max_connections" value="' . $row['max_connections'] . '" size="11" maxlength="11" title="' . $GLOBALS['strPrivDescMaxConnections'] . '" />' . "\n"
. $spaces . ' </div>' . "\n";
 
if (PMA_MYSQL_INT_VERSION >= 50003) {
echo $spaces . ' <div class="item">' . "\n"
. $spaces . ' <label for="text_max_user_connections"><tt><dfn title="' . $GLOBALS['strPrivDescMaxUserConnections'] . '">MAX USER_CONNECTIONS</dfn></tt></label>' . "\n"
. $spaces . ' <input type="text" name="max_user_connections" id="text_max_user_connections" value="' . $row['max_user_connections'] . '" size="11" maxlength="11" title="' . $GLOBALS['strPrivDescMaxUserConnections'] . '" />' . "\n"
. $spaces . ' </div>' . "\n";
}
echo $spaces . ' </fieldset>' . "\n";
}
// for Safari 2.0.2
echo $spaces . ' <div class="clearfloat"></div>' . "\n";
}
echo $spaces . '</fieldset>' . "\n";
if ($submit) {
echo $spaces . '<fieldset id="fieldset_user_privtable_footer" class="tblFooters">' . "\n"
. $spaces . ' <input type="submit" name="update_privs" value="' . $GLOBALS['strGo'] . '" />' . "\n"
. $spaces . '</fieldset>' . "\n";
}
} // end of the 'PMA_displayPrivTable()' function
 
 
/**
* Displays the fields used by the "new user" form as well as the
* "change login information / copy user" form.
*
* @param string $mode are we creating a new user or are we just
* changing one? (allowed values: 'new', 'change')
* @param int $indent the indenting level of the code
*
* @global array $cfg the phpMyAdmin configuration
* @global ressource $user_link the database connection
*
* @return void
*/
function PMA_displayLoginInformationFields($mode = 'new', $indent = 0 ) {
$spaces = str_repeat( ' ', $indent);
 
// Get user/host name lengths
$fields_info = PMA_DBI_get_fields('mysql', 'user');
$username_length = 16;
$hostname_length = 41;
foreach ($fields_info as $key => $val) {
if ($val['Field'] == 'User') {
strtok($val['Type'], '()');
$v = strtok('()');
if (is_int($v)) {
$username_length = $v;
}
} elseif ($val['Field'] == 'Host') {
strtok($val['Type'], '()');
$v = strtok('()');
if (is_int($v)) {
$hostname_length = $v;
}
}
}
unset($fields_info);
 
if ( isset( $GLOBALS['username'] ) && strlen( $GLOBALS['username'] ) === 0 ) {
$GLOBALS['pred_username'] = 'any';
}
echo $spaces . '<fieldset id="fieldset_add_user_login">' . "\n"
. $spaces . '<legend>' . $GLOBALS['strLoginInformation'] . '</legend>' . "\n"
. $spaces . '<div class="item">' . "\n"
. $spaces . '<label for="select_pred_username">' . "\n"
. $spaces . ' ' . $GLOBALS['strUserName'] . ':' . "\n"
. $spaces . '</label>' . "\n"
. $spaces . '<span class="options">' . "\n"
. $spaces . ' <select name="pred_username" id="select_pred_username" title="' . $GLOBALS['strUserName'] . '"' . "\n"
. $spaces . ' onchange="if (this.value == \'any\') { username.value = \'\'; } else if (this.value == \'userdefined\') { username.focus(); username.select(); }">' . "\n"
. $spaces . ' <option value="any"' . ((isset($GLOBALS['pred_username']) && $GLOBALS['pred_username'] == 'any') ? ' selected="selected"' : '') . '>' . $GLOBALS['strAnyUser'] . '</option>' . "\n"
. $spaces . ' <option value="userdefined"' . ((!isset($GLOBALS['pred_username']) || $GLOBALS['pred_username'] == 'userdefined') ? ' selected="selected"' : '') . '>' . $GLOBALS['strUseTextField'] . ':</option>' . "\n"
. $spaces . ' </select>' . "\n"
. $spaces . '</span>' . "\n"
. $spaces . '<input type="text" name="username" maxlength="' . $username_length . '" title="' . $GLOBALS['strUserName'] . '"' . (empty($GLOBALS['username']) ? '' : ' value="' . (isset($GLOBALS['new_username']) ? $GLOBALS['new_username'] : $GLOBALS['username']) . '"') . ' onchange="pred_username.value = \'userdefined\';" />' . "\n"
. $spaces . '</div>' . "\n"
. $spaces . '<div class="item">' . "\n"
. $spaces . '<label for="select_pred_hostname">' . "\n"
. $spaces . ' ' . $GLOBALS['strHost'] . ':' . "\n"
. $spaces . '</label>' . "\n"
. $spaces . '<span class="options">' . "\n"
. $spaces . ' <select name="pred_hostname" id="select_pred_hostname" title="' . $GLOBALS['strHost'] . '"' . "\n";
$res = PMA_DBI_query('SELECT USER();');
$row = PMA_DBI_fetch_row($res);
PMA_DBI_free_result($res);
unset($res);
if (!empty($row[0])) {
$thishost = str_replace("'", '', substr($row[0], (strrpos($row[0], '@') + 1)));
if ($thishost == 'localhost' || $thishost == '127.0.0.1') {
unset($thishost);
}
}
echo $spaces . ' onchange="if (this.value == \'any\') { hostname.value = \'%\'; } else if (this.value == \'localhost\') { hostname.value = \'localhost\'; } '
. (empty($thishost) ? '' : 'else if (this.value == \'thishost\') { hostname.value = \'' . addslashes(htmlspecialchars($thishost)) . '\'; } ')
. 'else if (this.value == \'hosttable\') { hostname.value = \'\'; } else if (this.value == \'userdefined\') { hostname.focus(); hostname.select(); }">' . "\n";
unset($row);
 
// when we start editing a user, $GLOBALS['pred_hostname'] is not defined
if (!isset($GLOBALS['pred_hostname']) && isset($GLOBALS['hostname'])) {
switch (strtolower($GLOBALS['hostname'])) {
case 'localhost':
case '127.0.0.1':
$GLOBALS['pred_hostname'] = 'localhost';
break;
case '%':
$GLOBALS['pred_hostname'] = 'any';
break;
default:
$GLOBALS['pred_hostname'] = 'userdefined';
break;
}
}
echo $spaces . ' <option value="any"' . ((isset($GLOBALS['pred_hostname']) && $GLOBALS['pred_hostname'] == 'any') ? ' selected="selected"' : '') . '>' . $GLOBALS['strAnyHost'] . '</option>' . "\n"
. $spaces . ' <option value="localhost"' . ((isset($GLOBALS['pred_hostname']) && $GLOBALS['pred_hostname'] == 'localhost') ? ' selected="selected"' : '') . '>' . $GLOBALS['strLocalhost'] . '</option>' . "\n";
if (!empty($thishost)) {
echo $spaces . ' <option value="thishost"' . ((isset($GLOBALS['pred_hostname']) && $GLOBALS['pred_hostname'] == 'thishost') ? ' selected="selected"' : '') . '>' . $GLOBALS['strThisHost'] . '</option>' . "\n";
}
unset($thishost);
echo $spaces . ' <option value="hosttable"' . ((isset($GLOBALS['pred_hostname']) && $GLOBALS['pred_hostname'] == 'hosttable') ? ' selected="selected"' : '') . '>' . $GLOBALS['strUseHostTable'] . '</option>' . "\n"
. $spaces . ' <option value="userdefined"' . ((isset($GLOBALS['pred_hostname']) && $GLOBALS['pred_hostname'] == 'userdefined') ? ' selected="selected"' : '') . '>' . $GLOBALS['strUseTextField'] . ':</option>' . "\n"
. $spaces . ' </select>' . "\n"
. $spaces . '</span>' . "\n"
. $spaces . '<input type="text" name="hostname" maxlength="' . $hostname_length . '" value="' . ( isset($GLOBALS['hostname']) ? $GLOBALS['hostname'] : '' ) . '" title="' . $GLOBALS['strHost'] . '" onchange="pred_hostname.value = \'userdefined\';" />' . "\n"
. $spaces . '</div>' . "\n"
. $spaces . '<div class="item">' . "\n"
. $spaces . '<label for="select_pred_password">' . "\n"
. $spaces . ' ' . $GLOBALS['strPassword'] . ':' . "\n"
. $spaces . '</label>' . "\n"
. $spaces . '<span class="options">' . "\n"
. $spaces . ' <select name="pred_password" id="select_pred_password" title="' . $GLOBALS['strPassword'] . '"' . "\n"
. $spaces . ' onchange="if (this.value == \'none\') { pma_pw.value = \'\'; pma_pw2.value = \'\'; } else if (this.value == \'userdefined\') { pma_pw.focus(); pma_pw.select(); }">' . "\n"
. ($mode == 'change' ? $spaces . ' <option value="keep" selected="selected">' . $GLOBALS['strKeepPass'] . '</option>' . "\n" : '')
. $spaces . ' <option value="none"';
if ( isset( $GLOBALS['username'] ) && $mode != 'change' ) {
echo ' selected="selected"';
}
echo $spaces . '>' . $GLOBALS['strNoPassword'] . '</option>' . "\n"
. $spaces . ' <option value="userdefined"' . ( isset( $GLOBALS['username'] ) ? '' : ' selected="selected"') . '>' . $GLOBALS['strUseTextField'] . ':</option>' . "\n"
. $spaces . ' </select>' . "\n"
. $spaces . '</span>' . "\n"
. $spaces . '<input type="password" id="text_pma_pw" name="pma_pw" title="' . $GLOBALS['strPassword'] . '" onchange="pred_password.value = \'userdefined\';" />' . "\n"
. $spaces . '</div>' . "\n"
. $spaces . '<div class="item">' . "\n"
. $spaces . '<label for="text_pma_pw2">' . "\n"
. $spaces . ' ' . $GLOBALS['strReType'] . ':' . "\n"
. $spaces . '</label>' . "\n"
. $spaces . '<span class="options">&nbsp;</span>' . "\n"
. $spaces . '<input type="password" name="pma_pw2" id="text_pma_pw2" title="' . $GLOBALS['strReType'] . '" onchange="pred_password.value = \'userdefined\';" />' . "\n"
. $spaces . '</div>' . "\n"
. $spaces . '<div class="item">' . "\n"
. $spaces . '<label for="button_generate_password">' . "\n"
. $spaces . ' ' . $GLOBALS['strGeneratePassword'] . ':' . "\n"
. $spaces . '</label>' . "\n"
. $spaces . '<span class="options">' . "\n"
. $spaces . ' <input type="button" id="button_generate_password" value="' . $GLOBALS['strGenerate'] . '" onclick="suggestPassword()" />' . "\n"
. $spaces . ' <input type="button" id="button_copy_password" value="' . $GLOBALS['strCopy'] . '" onclick="suggestPasswordCopy(this.form)" />' . "\n"
. $spaces . '</span>' . "\n"
. $spaces . '<input type="text" name="generated_pw" id="generated_pw" />' . "\n"
. $spaces . '</div>' . "\n"
. $spaces . '</fieldset>' . "\n";
} // end of the 'PMA_displayUserAndHostFields()' function
 
 
/**
* Changes / copies a user, part I
*/
if (!empty($change_copy)) {
$user_host_condition =
' WHERE ' . PMA_convert_using('User')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($old_username), 'quoted')
.' AND ' . PMA_convert_using('Host')
.' = ' . PMA_convert_using($old_hostname, 'quoted') . ';';
$res = PMA_DBI_query('SELECT * FROM `mysql`.`user` ' . $user_host_condition);
if (!$res) {
$message = $GLOBALS['strNoUsersFound'];
unset($change_copy);
} else {
$row = PMA_DBI_fetch_assoc($res);
extract($row, EXTR_OVERWRITE);
// Recent MySQL versions have the field "Password" in mysql.user,
// so the previous extract creates $Password but this script
// uses $password
if (!isset($password) && isset($Password)) {
$password=$Password;
}
PMA_DBI_free_result($res);
$queries = array();
}
}
 
 
/**
* Adds a user
* (Changes / copies a user, part II)
*/
if (!empty($adduser_submit) || !empty($change_copy)) {
unset($sql_query);
if ($pred_username == 'any') {
$username = '';
}
switch ($pred_hostname) {
case 'any':
$hostname = '%';
break;
case 'localhost':
$hostname = 'localhost';
break;
case 'hosttable':
$hostname = '';
break;
case 'thishost':
$res = PMA_DBI_query('SELECT USER();');
$row = PMA_DBI_fetch_row($res);
PMA_DBI_free_result($res);
unset($res);
$hostname = substr($row[0], (strrpos($row[0], '@') + 1));
unset($row);
break;
}
$res = PMA_DBI_query(
'SELECT \'foo\' FROM `mysql`.`user`'
.' WHERE ' . PMA_convert_using('User')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($username), 'quoted')
.' AND ' . PMA_convert_using('Host')
.' = ' . PMA_convert_using($hostname, 'quoted') . ';',
null, PMA_DBI_QUERY_STORE);
if (PMA_DBI_num_rows($res) == 1) {
PMA_DBI_free_result($res);
$message = sprintf($GLOBALS['strUserAlreadyExists'], '[i]\'' . $username . '\'@\'' . $hostname . '\'[/i]');
$adduser = 1;
} else {
PMA_DBI_free_result($res);
 
if (50002 <= PMA_MYSQL_INT_VERSION) {
// MySQL 5 requires CREATE USER before any GRANT on this user can done
$create_user_real = 'CREATE USER \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\'';
}
 
$real_sql_query =
'GRANT ' . join(', ', PMA_extractPrivInfo()) . ' ON *.* TO \''
. PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\'';
if ($pred_password != 'none' && $pred_password != 'keep') {
$pma_pw_hidden = str_repeat('*', strlen($pma_pw));
$sql_query = $real_sql_query . ' IDENTIFIED BY \'' . $pma_pw_hidden . '\'';
$real_sql_query .= ' IDENTIFIED BY \'' . PMA_sqlAddslashes($pma_pw) . '\'';
if ( isset( $create_user_real ) ) {
$create_user_show = $create_user_real . ' IDENTIFIED BY \'' . $pma_pw_hidden . '\'';
$create_user_real .= ' IDENTIFIED BY \'' . PMA_sqlAddslashes($pma_pw) . '\'';
}
} else {
if ($pred_password == 'keep' && !empty($password)) {
$real_sql_query .= ' IDENTIFIED BY PASSWORD \'' . $password . '\'';
if ( isset( $create_user_real ) ) {
$create_user_real .= ' IDENTIFIED BY PASSWORD \'' . $password . '\'';
}
}
$sql_query = $real_sql_query;
if ( isset( $create_user_real ) ) {
$create_user_show = $create_user_real;
}
}
// FIXME: similar code appears twice in this script
if ((isset($Grant_priv) && $Grant_priv == 'Y') || (PMA_MYSQL_INT_VERSION >= 40002 && (isset($max_questions) || isset($max_connections) || isset($max_updates) || isset($max_user_connections)))) {
$real_sql_query .= 'WITH';
$sql_query .= 'WITH';
if (isset($Grant_priv) && $Grant_priv == 'Y') {
$real_sql_query .= ' GRANT OPTION';
$sql_query .= ' GRANT OPTION';
}
if (PMA_MYSQL_INT_VERSION >= 40002) {
if (isset($max_questions)) {
// avoid negative values
$max_questions = max(0, (int)$max_questions);
$real_sql_query .= ' MAX_QUERIES_PER_HOUR ' . $max_questions;
$sql_query .= ' MAX_QUERIES_PER_HOUR ' . $max_questions;
}
if (isset($max_connections)) {
$max_connections = max(0, (int)$max_connections);
$real_sql_query .= ' MAX_CONNECTIONS_PER_HOUR ' . $max_connections;
$sql_query .= ' MAX_CONNECTIONS_PER_HOUR ' . $max_connections;
}
if (isset($max_updates)) {
$max_updates = max(0, (int)$max_updates);
$real_sql_query .= ' MAX_UPDATES_PER_HOUR ' . $max_updates;
$sql_query .= ' MAX_UPDATES_PER_HOUR ' . $max_updates;
}
}
if (PMA_MYSQL_INT_VERSION >= 50003) {
if (isset($max_user_connections)) {
$max_user_connections = max(0, (int)$max_user_connections);
$real_sql_query .= ' MAX_USER_CONNECTIONS ' . $max_user_connections;
$sql_query .= ' MAX_USER_CONNECTIONS ' . $max_user_connections;
}
}
}
if ( isset( $create_user_real ) ) {
$create_user_real .= ';';
$create_user_show .= ';';
}
$real_sql_query .= ';';
$sql_query .= ';';
if (empty($change_copy)) {
if ( isset( $create_user_real ) ) {
PMA_DBI_try_query($create_user_real) or PMA_mysqlDie(PMA_DBI_getError(), $create_user_show);
$sql_query = $create_user_show . $sql_query;
}
PMA_DBI_try_query($real_sql_query) or PMA_mysqlDie(PMA_DBI_getError(), $sql_query);
$message = $GLOBALS['strAddUserMessage'];
} else {
if ( isset( $create_user_real ) ) {
$queries[] = $create_user_real;
}
$queries[] = $real_sql_query;
// we put the query containing the hidden password in
// $queries_for_display, at the same position occupied
// by the real query in $queries
$tmp_count = count($queries);
if ( isset( $create_user_real ) ) {
$queries_for_display[$tmp_count - 2] = $create_user_show;
}
$queries_for_display[$tmp_count - 1] = $sql_query;
}
unset($res, $real_sql_query);
}
}
 
 
/**
* Changes / copies a user, part III
*/
if (!empty($change_copy)) {
$user_host_condition =
' WHERE ' . PMA_convert_using('User')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($old_username), 'quoted')
.' AND ' . PMA_convert_using('Host')
.' = ' . PMA_convert_using($old_hostname, 'quoted') . ';';
$res = PMA_DBI_query('SELECT * FROM `mysql`.`db`' . $user_host_condition );
while ($row = PMA_DBI_fetch_assoc($res)) {
$queries[] =
'GRANT ' . join(', ', PMA_extractPrivInfo($row))
.' ON `' . $row['Db'] . '`.*'
.' TO \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\''
. ( $row['Grant_priv'] == 'Y' ? ' WITH GRANT OPTION;' : ';' );
}
PMA_DBI_free_result($res);
$res = PMA_DBI_query(
'SELECT `Db`, `Table_name`, `Table_priv`'
.' FROM `mysql`.`tables_priv`' . $user_host_condition,
$GLOBALS['userlink'], PMA_DBI_QUERY_STORE );
while ($row = PMA_DBI_fetch_assoc($res)) {
 
$res2 = PMA_DBI_QUERY(
'SELECT `Column_name`, `Column_priv`'
.' FROM `mysql`.`columns_priv`'
.' WHERE ' . PMA_convert_using('User')
.' = ' . PMA_convert_using(PMA_sqlAddslashes($old_username), 'quoted')
.' AND ' . PMA_convert_using('`Host`')
.' = ' . PMA_convert_using($old_hostname, 'quoted')
.' AND ' . PMA_convert_using('`Db`')
.' = ' . PMA_convert_using($row['Db'], 'quoted')
.' AND ' . PMA_convert_using('`Table_name`')
.' = ' . PMA_convert_using($row['Table_name'], 'quoted')
.';',
null, PMA_DBI_QUERY_STORE);
 
$tmp_privs1 = PMA_extractPrivInfo($row);
$tmp_privs2 = array(
'Select' => array(),
'Insert' => array(),
'Update' => array(),
'References' => array()
);
 
while ($row2 = PMA_DBI_fetch_assoc($res2)) {
$tmp_array = explode(',', $row2['Column_priv']);
if (in_array('Select', $tmp_array)) {
$tmp_privs2['Select'][] = $row2['Column_name'];
}
if (in_array('Insert', $tmp_array)) {
$tmp_privs2['Insert'][] = $row2['Column_name'];
}
if (in_array('Update', $tmp_array)) {
$tmp_privs2['Update'][] = $row2['Column_name'];
}
if (in_array('References', $tmp_array)) {
$tmp_privs2['References'][] = $row2['Column_name'];
}
unset($tmp_array);
}
if (count($tmp_privs2['Select']) > 0 && !in_array('SELECT', $tmp_privs1)) {
$tmp_privs1[] = 'SELECT (`' . join('`, `', $tmp_privs2['Select']) . '`)';
}
if (count($tmp_privs2['Insert']) > 0 && !in_array('INSERT', $tmp_privs1)) {
$tmp_privs1[] = 'INSERT (`' . join('`, `', $tmp_privs2['Insert']) . '`)';
}
if (count($tmp_privs2['Update']) > 0 && !in_array('UPDATE', $tmp_privs1)) {
$tmp_privs1[] = 'UPDATE (`' . join('`, `', $tmp_privs2['Update']) . '`)';
}
if (count($tmp_privs2['References']) > 0 && !in_array('REFERENCES', $tmp_privs1)) {
$tmp_privs1[] = 'REFERENCES (`' . join('`, `', $tmp_privs2['References']) . '`)';
}
unset($tmp_privs2);
$queries[] =
'GRANT ' . join(', ', $tmp_privs1)
. ' ON `' . $row['Db'] . '`.`' . $row['Table_name']
. '` TO \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\''
. (in_array('Grant', explode(',', $row['Table_priv'])) ? ' WITH GRANT OPTION;' : ';');
}
}
 
 
/**
* Updates privileges
*/
if (!empty($update_privs)) {
// escaping a wildcard character in a GRANT is only accepted at the global
// or database level, not at table level; this is why I remove
// the escaping character
// Note: in the phpMyAdmin list of Database-specific privileges,
// we will have for example
// test\_db SELECT (this one is for privileges on a db level)
// test_db USAGE (this one is for table-specific privileges)
//
// It looks curious but reflects the way MySQL works
 
if (! isset($dbname) || ! strlen($dbname)) {
$db_and_table = '*.*';
} else {
if ( isset( $tablename ) && strlen($tablename) ) {
$db_and_table = PMA_backquote( PMA_unescape_mysql_wildcards( $dbname ) ) . '.';
$db_and_table .= PMA_backquote( $tablename );
} else {
$db_and_table = PMA_backquote( $dbname ) . '.';
$db_and_table .= '*';
}
}
 
$sql_query0 =
'REVOKE ALL PRIVILEGES ON ' . $db_and_table
. ' FROM \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\';';
if (!isset($Grant_priv) || $Grant_priv != 'Y') {
$sql_query1 =
'REVOKE GRANT OPTION ON ' . $db_and_table
. ' FROM \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\';';
}
$sql_query2 =
'GRANT ' . join(', ', PMA_extractPrivInfo())
. ' ON ' . $db_and_table
. ' TO \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\'';
 
// FIXME: similar code appears twice in this script
if ( ( isset($Grant_priv) && $Grant_priv == 'Y')
|| ( ( ! isset($dbname) || ! strlen($dbname) ) && PMA_MYSQL_INT_VERSION >= 40002
&& ( isset($max_questions) || isset($max_connections)
|| isset($max_updates) || isset($max_user_connections))))
{
$sql_query2 .= 'WITH';
if (isset($Grant_priv) && $Grant_priv == 'Y') {
$sql_query2 .= ' GRANT OPTION';
}
if (PMA_MYSQL_INT_VERSION >= 40002) {
if (isset($max_questions)) {
$max_questions = max(0, (int)$max_questions);
$sql_query2 .= ' MAX_QUERIES_PER_HOUR ' . $max_questions;
}
if (isset($max_connections)) {
$max_connections = max(0, (int)$max_connections);
$sql_query2 .= ' MAX_CONNECTIONS_PER_HOUR ' . $max_connections;
}
if (isset($max_updates)) {
$max_updates = max(0, (int)$max_updates);
$sql_query2 .= ' MAX_UPDATES_PER_HOUR ' . $max_updates;
}
}
if (PMA_MYSQL_INT_VERSION >= 50003) {
if (isset($max_user_connections)) {
$max_user_connections = max(0, (int)$max_user_connections);
$sql_query2 .= ' MAX_USER_CONNECTIONS ' . $max_user_connections;
}
}
}
$sql_query2 .= ';';
if (!PMA_DBI_try_query($sql_query0)) { // this query may fail, but this does not matter :o)
unset($sql_query0);
}
if (isset($sql_query1) && !PMA_DBI_try_query($sql_query1)) { // this one may fail, too...
unset($sql_query1);
}
PMA_DBI_query($sql_query2);
$sql_query = (isset($sql_query0) ? $sql_query0 . ' ' : '')
. (isset($sql_query1) ? $sql_query1 . ' ' : '')
. $sql_query2;
$message = sprintf($GLOBALS['strUpdatePrivMessage'], '\'' . $username . '\'@\'' . $hostname . '\'');
}
 
 
/**
* Revokes Privileges
*/
if (!empty($revokeall)) {
 
if ( ! isset($dbname) || ! strlen($dbname) ) {
$db_and_table = '*.*';
} else {
if ( ! isset( $tablename ) || ! strlen($tablename) ) {
$db_and_table = PMA_backquote( $dbname ) . '.';
$db_and_table .= '*';
} else {
$db_and_table = PMA_backquote( PMA_unescape_mysql_wildcards( $dbname ) ) . '.';
$db_and_table .= PMA_backquote( $tablename );
}
}
 
$sql_query0 =
'REVOKE ALL PRIVILEGES ON ' . $db_and_table
. ' FROM \'' . $username . '\'@\'' . $hostname . '\';';
$sql_query1 =
'REVOKE GRANT OPTION ON ' . $db_and_table
. ' FROM \'' . $username . '\'@\'' . $hostname . '\';';
PMA_DBI_query($sql_query0);
if (!PMA_DBI_try_query($sql_query1)) { // this one may fail, too...
unset($sql_query1);
}
$sql_query = $sql_query0 . (isset($sql_query1) ? ' ' . $sql_query1 : '');
$message = sprintf($GLOBALS['strRevokeMessage'], '\'' . $username . '\'@\'' . $hostname . '\'');
if ( ! isset($tablename) || ! strlen($tablename) ) {
unset($dbname);
} else {
unset($tablename);
}
}
 
 
/**
* Updates the password
*/
if (!empty($change_pw)) {
if ($nopass == 1) {
$sql_query = 'SET PASSWORD FOR \'' . $username . '\'@\'' . $hostname . '\' = \'\';';
PMA_DBI_query($sql_query);
$message = sprintf($GLOBALS['strPasswordChanged'], '\'' . $username . '\'@\'' . $hostname . '\'');
} elseif (empty($pma_pw) || empty($pma_pw2)) {
$message = $GLOBALS['strPasswordEmpty'];
} elseif ($pma_pw != $pma_pw2) {
$message = $GLOBALS['strPasswordNotSame'];
} else {
$hidden_pw = '';
for ($i = 0; $i < strlen($pma_pw); $i++) {
$hidden_pw .= '*';
}
$local_query = 'SET PASSWORD FOR \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\' = PASSWORD(\'' . PMA_sqlAddslashes($pma_pw) . '\')';
$sql_query = 'SET PASSWORD FOR \'' . PMA_sqlAddslashes($username) . '\'@\'' . $hostname . '\' = PASSWORD(\'' . $hidden_pw . '\')';
PMA_DBI_try_query($local_query) or PMA_mysqlDie(PMA_DBI_getError(), $sql_query);
$message = sprintf($GLOBALS['strPasswordChanged'], '\'' . $username . '\'@\'' . $hostname . '\'');
}
}
 
 
/**
* Deletes users
* (Changes / copies a user, part IV)
*/
$user_host_separator = chr(27);
 
if (!empty($delete) || (!empty($change_copy) && $mode < 4)) {
if (!empty($change_copy)) {
$selected_usr = array($old_username . $user_host_separator . $old_hostname);
} else {
$queries = array();
}
for ($i = 0; isset($selected_usr[$i]); $i++) {
list($this_user, $this_host) = explode($user_host_separator, $selected_usr[$i]);
$queries[] = '# ' . sprintf($GLOBALS['strDeleting'], '\'' . $this_user . '\'@\'' . $this_host . '\'') . ' ...';
if ( PMA_MYSQL_INT_VERSION >= 50002 ) {
$queries[] = 'DROP USER \'' . PMA_sqlAddslashes($this_user) . '\'@\'' . $this_host . '\';';
} else {
if ($mode == 2) {
// The SHOW GRANTS query may fail if the user has not been loaded
// into memory
$res = PMA_DBI_try_query('SHOW GRANTS FOR \'' . PMA_sqlAddslashes($this_user) . '\'@\'' . $this_host . '\';');
if ($res) {
$queries[] = 'REVOKE ALL PRIVILEGES ON *.* FROM \'' . PMA_sqlAddslashes($this_user) . '\'@\'' . $this_host . '\';';
while ($row = PMA_DBI_fetch_row($res)) {
$this_table = substr($row[0], (strpos($row[0], 'ON') + 3), (strpos($row[0], ' TO ') - strpos($row[0], 'ON') - 3));
if ($this_table != '*.*') {
$queries[] = 'REVOKE ALL PRIVILEGES ON ' . $this_table . ' FROM \'' . PMA_sqlAddslashes($this_user) . '\'@\'' . $this_host . '\';';
 
if (strpos($row[0], 'WITH GRANT OPTION')) {
$queries[] = 'REVOKE GRANT OPTION ON ' . $this_table . ' FROM \'' . PMA_sqlAddslashes($this_user) . '\'@\'' . $this_host . '\';';
}
}
unset($this_table);
}
PMA_DBI_free_result($res);
}
unset($res);
}
if ( PMA_MYSQL_INT_VERSION >= 40101 ) {
$queries[] = 'DROP USER \'' . PMA_sqlAddslashes($this_user) . '\'@\'' . $this_host . '\';';
} else {
$queries[] = 'DELETE FROM `mysql`.`user` WHERE ' . PMA_convert_using('User') . ' = ' . PMA_convert_using(PMA_sqlAddslashes($this_user), 'quoted') . ' AND ' . PMA_convert_using('Host') . ' = ' . PMA_convert_using($this_host, 'quoted') . ';';
}
if ($mode != 2) {
// If we REVOKE the table grants, we should not need to modify the
// `mysql`.`db`, `mysql`.`tables_priv` and `mysql`.`columns_priv` tables manually...
$user_host_condition =
' WHERE ' . PMA_convert_using('User')
. ' = ' . PMA_convert_using(PMA_sqlAddslashes($this_user), 'quoted')
. ' AND ' . PMA_convert_using('Host')
. ' = ' . PMA_convert_using($this_host, 'quoted') . ';';
$queries[] = 'DELETE FROM `mysql`.`db`' . $user_host_condition;
$queries[] = 'DELETE FROM `mysql`.`tables_priv`' . $user_host_condition;
$queries[] = 'DELETE FROM `mysql`.`columns_priv`' . $user_host_condition;
}
}
if (!empty($drop_users_db)) {
$queries[] = 'DROP DATABASE IF EXISTS ' . PMA_backquote($this_user) . ';';
$GLOBALS['reload'] = TRUE;
PMA_reloadNavigation();
}
}
if (empty($change_copy)) {
if (empty($queries)) {
$show_error_header = TRUE;
$message = $GLOBALS['strDeleteNoUsersSelected'];
} else {
if ($mode == 3) {
$queries[] = '# ' . $GLOBALS['strReloadingThePrivileges'] . ' ...';
$queries[] = 'FLUSH PRIVILEGES;';
}
foreach ($queries as $sql_query) {
if ($sql_query{0} != '#') {
PMA_DBI_query($sql_query, $GLOBALS['userlink']);
}
}
$sql_query = join("\n", $queries);
$message = $GLOBALS['strUsersDeleted'];
}
unset($queries);
}
}
 
 
/**
* Changes / copies a user, part V
*/
if (!empty($change_copy)) {
$tmp_count = 0;
foreach ($queries as $sql_query) {
if ($sql_query{0} != '#') {
PMA_DBI_query($sql_query);
}
// when there is a query containing a hidden password, take it
// instead of the real query sent
if (isset($queries_for_display[$tmp_count])) {
$queries[$tmp_count] = $queries_for_display[$tmp_count];
}
$tmp_count++;
}
$message = $GLOBALS['strSuccess'];
$sql_query = join("\n", $queries);
}
 
 
/**
* Reloads the privilege tables into memory
*/
if (!empty($flush_privileges)) {
$sql_query = 'FLUSH PRIVILEGES;';
PMA_DBI_query($sql_query);
$message = $GLOBALS['strPrivilegesReloaded'];
}
 
 
/**
* Displays the links
*/
if (isset($viewing_mode) && $viewing_mode == 'db') {
$db = $checkprivs;
$url_query .= '&amp;goto=db_operations.php';
 
// Gets the database structure
$sub_part = '_structure';
require('./libraries/db_details_db_info.inc.php');
echo "\n";
} else {
require('./libraries/server_links.inc.php');
}
 
 
/**
* defines some standard links
*/
$link_edit = '<a href="server_privileges.php?' . $GLOBALS['url_query']
.'&amp;username=%s'
.'&amp;hostname=%s'
.'&amp;dbname=%s'
.'&amp;tablename=%s">';
if ( $GLOBALS['cfg']['PropertiesIconic'] ) {
$link_edit .= '<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_usredit.png" width="16" height="16" alt="' . $GLOBALS['strEditPrivileges'] . '" title="' . $GLOBALS['strEditPrivileges'] . '" />';
} else {
$link_edit .= $GLOBALS['strEditPrivileges'];
}
$link_edit .= '</a>';
 
$link_revoke = '<a href="server_privileges.php?' . $GLOBALS['url_query']
.'&amp;username=%s'
.'&amp;hostname=%s'
.'&amp;dbname=%s'
.'&amp;tablename=%s'
.'&amp;revokeall=1">';
if ( $GLOBALS['cfg']['PropertiesIconic'] ) {
$link_revoke .= '<img class="icon" src="' . $GLOBALS['pmaThemeImage'] . 'b_usrdrop.png" width="16" height="16" alt="' . $GLOBALS['strRevoke'] . '" title="' . $GLOBALS['strRevoke'] . '" />';
} else {
$link_revoke .= $GLOBALS['strRevoke'];
}
$link_revoke .= '</a>';
 
/**
* Displays the page
*/
if ( empty( $adduser ) && ( ! isset( $checkprivs ) || ! strlen($checkprivs) ) ) {
if ( ! isset( $username ) ) {
// No username is given --> display the overview
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic'] ? '<img class="icon" src="'. $GLOBALS['pmaThemeImage'] . 'b_usrlist.png" alt="" />' : '')
. $GLOBALS['strUserOverview'] . "\n"
. '</h2>' . "\n";
 
$sql_query =
'SELECT `User`,' .
' `Host`,' .
' IF(`Password` = ' . (PMA_MYSQL_INT_VERSION >= 40100 ? '_latin1 ' : '') . '\'\', \'N\', \'Y\') AS \'Password\',' .
' `Select_priv`,' .
' `Insert_priv`,' .
' `Update_priv`,' .
' `Delete_priv`,' .
' `Index_priv`,' .
' `Alter_priv`,' .
' `Create_priv`,' .
' `Drop_priv`,' .
' `Grant_priv`,' .
' `References_priv`,' .
' `Reload_priv`,' .
' `Shutdown_priv`,' .
' `Process_priv`,' .
' `File_priv`';
 
if (PMA_MYSQL_INT_VERSION >= 40002) {
$sql_query .= ', `Show_db_priv`, `Super_priv`, `Create_tmp_table_priv`, `Lock_tables_priv`, `Execute_priv`, `Repl_slave_priv`, `Repl_client_priv`';
}
 
if (PMA_MYSQL_INT_VERSION >= 50001) {
$sql_query .= ', `Create_view_priv`, `Show_view_priv`';
}
 
if (PMA_MYSQL_INT_VERSION >= 50003) {
$sql_query .= ', `Create_user_priv`, `Create_routine_priv`, `Alter_routine_priv`';
}
 
$sql_query .= ' FROM `mysql`.`user`';
 
$sql_query .= (isset($initial) ? PMA_RangeOfUsers($initial) : '');
 
$sql_query .= ' ORDER BY `User` ASC, `Host` ASC;';
$res = PMA_DBI_try_query($sql_query, null, PMA_DBI_QUERY_STORE);
 
if (! $res) {
// the query failed! This may have two reasons:
// - the user does not have enough privileges
// - the privilege tables use a structure of an earlier version.
// so let's try a more simple query
 
$sql_query = 'SELECT * FROM `mysql`.`user`';
$res = PMA_DBI_try_query($sql_query, null, PMA_DBI_QUERY_STORE);
 
if (!$res) {
echo '<i>' . $GLOBALS['strNoPrivileges'] . '</i>' . "\n";
PMA_DBI_free_result($res);
unset($res);
} else {
// rabus: This message is hardcoded because I will replace it by
// a automatic repair feature soon.
echo '<div class="warning">' . "\n"
. ' Warning: Your privilege table structure seems to be older than this MySQL version!<br />' . "\n"
. ' Please run the script <tt>mysql_fix_privilege_tables</tt> that should be included in your MySQL server distribution to solve this problem!' . "\n"
. '</div><br />' . "\n";
}
} else {
 
// we also want users not in table `user` but in other table
$tables = PMA_DBI_fetch_result('SHOW TABLES FROM `mysql`;');
 
$tables_to_search_for_users = array(
'user', 'db', 'tables_priv', 'columns_priv', 'procs_priv',
);
 
$db_rights_sqls = array();
foreach ( $tables_to_search_for_users as $table_search_in ) {
if ( in_array( $table_search_in, $tables ) ) {
$db_rights_sqls[] = 'SELECT DISTINCT `User`, `Host` FROM `mysql`.`' . $table_search_in . '` ' . (isset($initial) ? PMA_RangeOfUsers($initial) : '');
}
}
 
$user_defaults = array(
'User' => '',
'Host' => '%',
'Password' => '?',
'Grant_priv' => 'N',
'privs' => array( 'USAGE' ),
);
 
// for all initials, even non A-Z
$array_initials = array();
// for the rights
$db_rights = array();
 
// do not use UNION DISTINCT, as it's not allowed before
// MySQL 4.0.17, and because "it does nothing" (cf manual)
if ( PMA_MYSQL_INT_VERSION >= 40000 ) {
$db_rights_sql = '(' . implode( ') UNION (', $db_rights_sqls ) . ')'
.' ORDER BY `User` ASC, `Host` ASC';
 
$db_rights_result = PMA_DBI_query( $db_rights_sql );
 
while ( $db_rights_row = PMA_DBI_fetch_assoc( $db_rights_result ) ) {
$db_rights_row = array_merge( $user_defaults, $db_rights_row );
$db_rights[$db_rights_row['User']][$db_rights_row['Host']] =
$db_rights_row;
}
} else {
foreach ( $db_rights_sqls as $db_rights_sql ) {
$db_rights_result = PMA_DBI_query( $db_rights_sql );
 
while ( $db_rights_row = PMA_DBI_fetch_assoc( $db_rights_result ) ) {
$db_rights_row = array_merge( $user_defaults, $db_rights_row );
$db_rights[$db_rights_row['User']][$db_rights_row['Host']] =
$db_rights_row;
}
}
}
PMA_DBI_free_result( $db_rights_result );
unset( $db_rights_sql, $db_rights_sqls, $db_rights_result, $db_rights_row );
ksort( $db_rights );
 
/**
* Displays the initials
*/
 
// initialize to FALSE the letters A-Z
for ($letter_counter = 1; $letter_counter < 27; $letter_counter++) {
if ( ! isset( $array_initials[chr($letter_counter + 64)] ) ) {
$array_initials[chr($letter_counter + 64)] = FALSE;
}
}
 
$initials = PMA_DBI_try_query('SELECT DISTINCT UPPER(LEFT(' . PMA_convert_using('User') . ',1)) FROM `user` ORDER BY `User` ASC', null, PMA_DBI_QUERY_STORE);
while (list($tmp_initial) = PMA_DBI_fetch_row($initials)) {
$array_initials[$tmp_initial] = TRUE;
}
 
// Display the initials, which can be any characters, not
// just letters. For letters A-Z, we add the non-used letters
// as greyed out.
 
uksort( $array_initials, "strnatcasecmp" );
 
echo '<table cellspacing="5"><tr>';
foreach ($array_initials as $tmp_initial => $initial_was_found) {
if ($initial_was_found) {
echo '<td><a href="' . $PHP_SELF . '?' . $GLOBALS['url_query'] . '&amp;initial=' . urlencode($tmp_initial) . '">' . $tmp_initial . '</a></td>' . "\n";
} else {
echo '<td>' . $tmp_initial . '</td>';
}
}
echo '<td><a href="' . $PHP_SELF . '?' . $GLOBALS['url_query'] . '&amp;showall=1">[' . $GLOBALS['strShowAll'] . ']</a></td>' . "\n";
echo '</tr></table>';
 
/**
* Display the user overview
* (if less than 50 users, display them immediately)
*/
 
if (isset($initial) || isset($showall) || PMA_DBI_num_rows($res) < 50) {
 
while ( $row = PMA_DBI_fetch_assoc( $res ) ) {
$row['privs'] = PMA_extractPrivInfo( $row, true );
$db_rights[$row['User']][$row['Host']] = $row;
}
@PMA_DBI_free_result( $res );
unset( $res );
 
echo '<form name="usersForm" id="usersForm" action="server_privileges.php" method="post">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 1)
. ' <table id="tableuserrights" class="data">' . "\n"
. ' <thead>' . "\n"
. ' <tr><td></td>' . "\n"
. ' <th>' . $GLOBALS['strUser'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strHost'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strPassword'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strGlobalPrivileges'] . ' '
. PMA_showHint( $GLOBALS['strEnglishPrivileges'] ) . '</th>' . "\n"
. ' <th>' . $GLOBALS['strGrantOption'] . '</th>' . "\n"
. ' ' . ($GLOBALS['cfg']['PropertiesIconic'] ? '<td></td>' : '<th>' . $GLOBALS['strAction'] . '</th>') . "\n";
echo ' </tr>' . "\n";
echo ' </thead>' . "\n";
echo ' <tbody>' . "\n";
$odd_row = true;
$index_checkbox = -1;
foreach ( $db_rights as $user ) {
$index_checkbox++;
ksort( $user );
foreach ( $user as $host ) {
$index_checkbox++;
echo ' <tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n"
. ' <td><input type="checkbox" name="selected_usr[]" id="checkbox_sel_users_' . $index_checkbox . '" value="' . str_replace( chr(27), '&#27;', htmlentities($host['User'] . $user_host_separator . $host['Host'] ) ) . '"' . (empty($GLOBALS['checkall']) ? '' : ' checked="checked"') . ' /></td>' . "\n"
. ' <td><label for="checkbox_sel_users_' . $index_checkbox . '">' . (empty($host['User']) ? '<span style="color: #FF0000">' . $GLOBALS['strAny'] . '</span>' : htmlspecialchars($host['User'])) . '</label></td>' . "\n"
. ' <td>' . htmlspecialchars($host['Host']) . '</td>' . "\n";
echo ' <td>';
switch ($host['Password']) {
case 'Y':
echo $GLOBALS['strYes'];
break;
case 'N':
echo '<span style="color: #FF0000">' . $GLOBALS['strNo'] . '</span>';
break;
// this happens if this is a definition not coming from mysql.user
default:
echo '--'; // in future version, replace by "not present"
break;
} // end switch
echo '</td>' . "\n"
. ' <td><tt>' . "\n"
. ' ' . implode( ',' . "\n" . ' ', $host['privs'] ) . "\n"
. ' </tt></td>' . "\n"
. ' <td>' . ($host['Grant_priv'] == 'Y' ? $GLOBALS['strYes'] : $GLOBALS['strNo']) . '</td>' . "\n"
. ' <td align="center">';
printf( $link_edit, urlencode( $host['User'] ),
urlencode( $host['Host'] ), '', '' );
echo '</td>' . "\n"
. ' </tr>' . "\n";
$odd_row = ! $odd_row;
}
}
 
unset( $user, $host, $odd_row );
echo ' </tbody></table>' . "\n"
.'<img class="selectallarrow"'
.' src="' . $pmaThemeImage . 'arrow_' . $text_dir . '.png"'
.' width="38" height="22"'
.' alt="' . $GLOBALS['strWithChecked'] . '" />' . "\n"
.'<a href="./server_privileges.php?' . $GLOBALS['url_query'] . '&amp;checkall=1"'
.' onclick="if ( markAllRows(\'usersForm\') ) return false;">'
. $GLOBALS['strCheckAll'] . '</a>' . "\n"
.'/' . "\n"
.'<a href="server_privileges.php?' . $GLOBALS['url_query'] . '"'
.' onclick="if ( unMarkAllRows(\'usersForm\') ) return false;">'
. $GLOBALS['strUncheckAll'] . '</a>' . "\n";
 
// add/delete user fieldset
echo ' <fieldset id="fieldset_add_user">' . "\n"
. ' <a href="server_privileges.php?' . $GLOBALS['url_query'] . '&amp;adduser=1">' . "\n"
. ($GLOBALS['cfg']['PropertiesIconic'] ? ' <img class="icon" src="' . $pmaThemeImage . 'b_usradd.png" width="16" height="16" alt="" />' . "\n" : '' )
. ' ' . $GLOBALS['strAddUser'] . '</a>' . "\n"
. ' </fieldset>' . "\n"
. ' <fieldset id="fieldset_delete_user">'
. ' <legend>' . "\n"
. ($GLOBALS['cfg']['PropertiesIconic'] ? ' <img class="icon" src="' . $pmaThemeImage . 'b_usrdrop.png" width="16" height="16" alt="" />' . "\n" : '' )
. ' ' . $GLOBALS['strRemoveSelectedUsers'] . '' . "\n"
. ' </legend>' . "\n";
 
// before MySQL 4.1.1, we offer some choices for the delete
// mode, but for 4.1.1+, it will be done with REVOKEing the
// privileges then a DROP USER (even no REVOKE at all
// for MySQL 5), so no need to offer so many options
if (PMA_MYSQL_INT_VERSION < 40101) {
echo ' <input type="radio" title="' . $GLOBALS['strJustDelete'] . ' ' . $GLOBALS['strJustDeleteDescr'] . '" name="mode" id="radio_mode_1" value="1" checked="checked" />' . "\n"
. ' <label for="radio_mode_1" title="' . $GLOBALS['strJustDelete'] . ' ' . $GLOBALS['strJustDeleteDescr'] . '">' . "\n"
. ' ' . $GLOBALS['strJustDelete'] . "\n"
. ' </label><br />' . "\n"
. ' <input type="radio" title="' . $GLOBALS['strRevokeAndDelete'] . ' ' . $GLOBALS['strRevokeAndDeleteDescr'] . '" name="mode" id="radio_mode_2" value="2" />' . "\n"
. ' <label for="radio_mode_2" title="' . $GLOBALS['strRevokeAndDelete'] . ' ' . $GLOBALS['strRevokeAndDeleteDescr'] . '">' . "\n"
. ' ' . $GLOBALS['strRevokeAndDelete'] . "\n"
. ' </label><br />' . "\n"
. ' <input type="radio" title="' . $GLOBALS['strDeleteAndFlush'] . ' ' . $GLOBALS['strDeleteAndFlushDescr'] . '" name="mode" id="radio_mode_3" value="3" />' . "\n"
. ' <label for="radio_mode_3" title="' . $GLOBALS['strDeleteAndFlush'] . ' ' . $GLOBALS['strDeleteAndFlushDescr'] . '">' . "\n"
. ' ' . $GLOBALS['strDeleteAndFlush'] . "\n"
. ' </label><br />' . "\n";
} else {
echo ' <input type="hidden" name="mode" value="2" />' . "\n"
. '( ' . $GLOBALS['strRevokeAndDelete'] . ' )<br />' . "\n";
}
 
echo ' <input type="checkbox" title="' . $GLOBALS['strDropUsersDb'] . '" name="drop_users_db" id="checkbox_drop_users_db" />' . "\n"
. ' <label for="checkbox_drop_users_db" title="' . $GLOBALS['strDropUsersDb'] . '">' . "\n"
. ' ' . $GLOBALS['strDropUsersDb'] . "\n"
. ' </label>' . "\n"
. ' </fieldset>' . "\n"
. ' <fieldset id="fieldset_delete_user_footer" class="tblFooters">' . "\n"
. ' <input type="submit" name="delete" value="' . $GLOBALS['strGo'] . '" id="buttonGo" />' . "\n"
. ' </fieldset>' . "\n";
} else {
 
unset ($row);
echo ' <fieldset id="fieldset_add_user">' . "\n"
. ' <a href="server_privileges.php?' . $GLOBALS['url_query'] . '&amp;adduser=1">' . "\n"
. ($GLOBALS['cfg']['PropertiesIconic'] ? ' <img class="icon" src="' . $pmaThemeImage . 'b_usradd.png" width="16" height="16" alt="" />' . "\n" : '' )
. ' ' . $GLOBALS['strAddUser'] . '</a>' . "\n"
. ' </fieldset>' . "\n";
} // end if (display overview)
echo '</form>' . "\n"
. '<div class="warning">' . "\n"
. ' ' . sprintf($GLOBALS['strFlushPrivilegesNote'], '<a href="server_privileges.php?' . $GLOBALS['url_query'] . '&amp;flush_privileges=1">', '</a>') . "\n"
. '</div>' . "\n";
}
 
 
} else {
 
// A user was selected -> display the user's properties
 
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_usredit.png" width="16" height="16" alt="" />' : '' )
. $GLOBALS['strUser'] . ' <i><a href="server_privileges.php?' . $GLOBALS['url_query'] . '&amp;username=' . urlencode($username) . '&amp;hostname=' . urlencode($hostname) . '">\'' . htmlspecialchars($username) . '\'@\'' . htmlspecialchars($hostname) . '\'</a></i>' . "\n";
if ( isset( $dbname ) && strlen($dbname) ) {
if ( $dbname_is_wildcard ) {
echo ' - ' . $GLOBALS['strDatabases'];
} else {
echo ' - ' . $GLOBALS['strDatabase'];
}
echo ' <i><a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . $GLOBALS['url_query'] . '&amp;db=' . urlencode($dbname) . '&amp;reload=1">' . htmlspecialchars($dbname) . '</a></i>' . "\n";
if ( isset( $tablename ) && strlen($tablename) ) {
echo ' - ' . $GLOBALS['strTable'] . ' <i><a href="' . $GLOBALS['cfg']['DefaultTabTable'] . '?' . $GLOBALS['url_query'] . '&amp;db=' . urlencode($dbname) . '&amp;table=' . urlencode($tablename) . '&amp;reload=1">' . htmlspecialchars($tablename) . '</a></i>' . "\n";
}
}
echo ' : ' . $GLOBALS['strEditPrivileges'] . '</h2>' . "\n";
$res = PMA_DBI_query('SELECT \'foo\' FROM `mysql`.`user` WHERE ' . PMA_convert_using('User') . ' = ' . PMA_convert_using(PMA_sqlAddslashes($username), 'quoted') . ' AND ' . PMA_convert_using('Host') . ' = ' . PMA_convert_using($hostname, 'quoted') . ';', null, PMA_DBI_QUERY_STORE);
$user_does_not_exists = (PMA_DBI_num_rows( $res ) < 1);
PMA_DBI_free_result($res);
unset($res);
if ( $user_does_not_exists ) {
echo $GLOBALS['strUserNotFound'];
PMA_displayLoginInformationFields();
//require_once('./libraries/footer.inc.php');
}
echo '<form name="usersForm" id="usersForm" action="server_privileges.php" method="post">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 3)
. '<input type="hidden" name="username" value="' . htmlspecialchars($username) . '" />' . "\n"
. '<input type="hidden" name="hostname" value="' . htmlspecialchars($hostname) . '" />' . "\n";
if ( isset( $dbname ) && strlen($dbname) ) {
echo '<input type="hidden" name="dbname" value="' . htmlspecialchars($dbname) . '" />' . "\n";
if ( isset( $tablename ) && strlen($tablename) ) {
echo ' <input type="hidden" name="tablename" value="' . htmlspecialchars($tablename) . '" />' . "\n";
}
}
PMA_displayPrivTable((( ! isset( $dbname ) || ! strlen($dbname) ) ? '*' : $dbname),
((( ! isset( $dbname ) || ! strlen($dbname) ) || ( ! isset( $tablename ) || ! strlen($tablename) )) ? '*' : $tablename),
TRUE, 3);
echo '</form>' . "\n";
 
if ( ( ! isset( $tablename ) || ! strlen($tablename) ) && empty( $dbname_is_wildcard ) ) {
 
// no table name was given, display all table specific rights
// but only if $dbname contains no wildcards
 
// table header
echo '<form action="server_privileges.php" method="post">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 6)
. '<input type="hidden" name="username" value="' . htmlspecialchars($username) . '" />' . "\n"
. '<input type="hidden" name="hostname" value="' . htmlspecialchars($hostname) . '" />' . "\n"
. '<fieldset>' . "\n"
. '<legend>' . (( ! isset( $dbname ) || ! strlen($dbname) ) ? $GLOBALS['strDbPrivileges'] : $GLOBALS['strTblPrivileges']) . '</legend>' . "\n"
. '<table class="data">' . "\n"
. '<thead>' . "\n"
. '<tr><th>' . (( ! isset( $dbname ) || ! strlen($dbname) ) ? $GLOBALS['strDatabase'] : $GLOBALS['strTable']) . '</th>' . "\n"
. ' <th>' . $GLOBALS['strPrivileges'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strGrantOption'] . '</th>' . "\n"
. ' <th>' . (( ! isset( $dbname ) || ! strlen($dbname) ) ? $GLOBALS['strTblPrivileges'] : $GLOBALS['strColumnPrivileges']) . '</th>' . "\n"
. ' <th colspan="2">' . $GLOBALS['strAction'] . '</th>' . "\n"
. '</tr>' . "\n"
. '</thead>' . "\n"
. '<tbody>' . "\n";
 
$user_host_condition =
' WHERE ' . PMA_convert_using('`User`')
. ' = ' . PMA_convert_using(PMA_sqlAddslashes($username), 'quoted')
. ' AND ' . PMA_convert_using('`Host`')
. ' = ' . PMA_convert_using($hostname, 'quoted');
 
// table body
// get data
 
// we also want privielgs for this user not in table `db` but in other table
$tables = PMA_DBI_fetch_result('SHOW TABLES FROM `mysql`;');
if ( ( ! isset( $dbname ) || ! strlen($dbname) ) ) {
 
// no db name given, so we want all privs for the given user
 
$tables_to_search_for_users = array(
'tables_priv', 'columns_priv',
);
 
$db_rights_sqls = array();
foreach ( $tables_to_search_for_users as $table_search_in ) {
if ( in_array( $table_search_in, $tables ) ) {
$db_rights_sqls[] = '
SELECT DISTINCT `Db`
FROM `mysql`.`' . $table_search_in . '`
' . $user_host_condition;
}
}
 
$user_defaults = array(
'Db' => '',
'Grant_priv' => 'N',
'privs' => array( 'USAGE' ),
'Table_privs' => true,
);
 
// for the rights
$db_rights = array();
 
if ( PMA_MYSQL_INT_VERSION >= 40000 ) {
$db_rights_sql = '(' . implode( ') UNION (', $db_rights_sqls ) . ')'
.' ORDER BY `Db` ASC';
 
$db_rights_result = PMA_DBI_query( $db_rights_sql );
 
while ( $db_rights_row = PMA_DBI_fetch_assoc( $db_rights_result ) ) {
$db_rights_row = array_merge( $user_defaults, $db_rights_row );
// only Db names in the table `mysql`.`db` uses wildcards
// as we are in the db specific rights display we want
// all db names escaped, also from other sources
$db_rights_row['Db'] = PMA_escape_mysql_wildcards(
$db_rights_row['Db'] );
$db_rights[$db_rights_row['Db']] = $db_rights_row;
}
} else {
foreach ( $db_rights_sqls as $db_rights_sql ) {
$db_rights_result = PMA_DBI_query( $db_rights_sql );
 
while ( $db_rights_row = PMA_DBI_fetch_assoc( $db_rights_result ) ) {
$db_rights_row = array_merge( $user_defaults, $db_rights_row );
$db_rights[$db_rights_row['Db']] = $db_rights_row;
}
}
}
PMA_DBI_free_result( $db_rights_result );
unset( $db_rights_sql, $db_rights_sqls, $db_rights_result, $db_rights_row );
 
$sql_query = 'SELECT * FROM `mysql`.`db`' . $user_host_condition . ' ORDER BY `Db` ASC';
$res = PMA_DBI_query( $sql_query );
unset( $sql_query );
 
while ( $row = PMA_DBI_fetch_assoc( $res ) ) {
if ( isset( $db_rights[$row['Db']] ) ) {
$db_rights[$row['Db']] = array_merge( $db_rights[$row['Db']], $row );
} else {
$db_rights[$row['Db']] = $row;
}
// there are db specific rights for this user
// so we can drop this db rights
$db_rights[$row['Db']]['can_delete'] = true;
}
PMA_DBI_free_result( $res );
unset( $row, $res );
 
} else {
 
// db name was given,
// so we want all user specific rights for this db
 
$user_host_condition .=
' AND ' . PMA_convert_using('`Db`')
.' LIKE ' . PMA_convert_using( $dbname, 'quoted' );
 
$tables_to_search_for_users = array(
'columns_priv',
);
 
$db_rights_sqls = array();
foreach ( $tables_to_search_for_users as $table_search_in ) {
if ( in_array( $table_search_in, $tables ) ) {
$db_rights_sqls[] = '
SELECT DISTINCT `Table_name`
FROM `mysql`.`' . $table_search_in . '`
' . $user_host_condition;
}
}
 
$user_defaults = array(
'Table_name' => '',
'Grant_priv' => 'N',
'privs' => array( 'USAGE' ),
'Column_priv' => true,
);
 
// for the rights
$db_rights = array();
 
if ( PMA_MYSQL_INT_VERSION >= 40000 ) {
$db_rights_sql = '(' . implode( ') UNION (', $db_rights_sqls ) . ')'
.' ORDER BY `Table_name` ASC';
 
$db_rights_result = PMA_DBI_query( $db_rights_sql );
 
while ( $db_rights_row = PMA_DBI_fetch_assoc( $db_rights_result ) ) {
$db_rights_row = array_merge( $user_defaults, $db_rights_row );
$db_rights[$db_rights_row['Table_name']] = $db_rights_row;
}
} else {
foreach ( $db_rights_sqls as $db_rights_sql ) {
$db_rights_result = PMA_DBI_query( $db_rights_sql );
 
while ( $db_rights_row = PMA_DBI_fetch_assoc( $db_rights_result ) ) {
$db_rights_row = array_merge( $user_defaults, $db_rights_row );
$db_rights[$db_rights_row['Table_name']] = $db_rights_row;
}
}
}
PMA_DBI_free_result( $db_rights_result );
unset( $db_rights_sql, $db_rights_sqls, $db_rights_result, $db_rights_row );
 
$sql_query =
'SELECT `Table_name`,'
.' `Table_priv`,'
.' IF(`Column_priv` = ' . (PMA_MYSQL_INT_VERSION >= 40100 ? '_latin1 ' : '') . ' \'\', 0, 1)'
.' AS \'Column_priv\''
.' FROM `mysql`.`tables_priv`'
. $user_host_condition
.' ORDER BY `Table_name` ASC;';
$res = PMA_DBI_query( $sql_query );
unset( $sql_query );
 
while ( $row = PMA_DBI_fetch_assoc( $res ) ) {
if ( isset( $db_rights[$row['Table_name']] ) ) {
$db_rights[$row['Table_name']] = array_merge( $db_rights[$row['Table_name']], $row );
} else {
$db_rights[$row['Table_name']] = $row;
}
}
PMA_DBI_free_result( $res );
unset( $row, $res );
}
ksort( $db_rights );
 
// display rows
if ( count( $db_rights ) < 1 ) {
echo '<tr class="odd">' . "\n"
. ' <td colspan="6"><center><i>' . $GLOBALS['strNone'] . '</i></center></td>' . "\n"
. '</tr>' . "\n";
} else {
$odd_row = true;
$found_rows = array();
//while ( $row = PMA_DBI_fetch_assoc( $res ) ) {
foreach ( $db_rights as $row ) {
$found_rows[] = ( ! isset( $dbname ) || ! strlen($dbname) ) ? $row['Db'] : $row['Table_name'];
 
echo '<tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n"
. ' <td>' . htmlspecialchars(( ! isset( $dbname ) || ! strlen($dbname) ) ? $row['Db'] : $row['Table_name']) . '</td>' . "\n"
. ' <td><tt>' . "\n"
. ' ' . join(',' . "\n" . ' ', PMA_extractPrivInfo($row, TRUE)) . "\n"
. ' </tt></td>' . "\n"
. ' <td>' . (((( ! isset( $dbname ) || ! strlen($dbname) ) && $row['Grant_priv'] == 'Y') || (isset($dbname) && strlen($dbname) && in_array('Grant', explode(',', $row['Table_priv'])))) ? $GLOBALS['strYes'] : $GLOBALS['strNo']) . '</td>' . "\n"
. ' <td>';
if ( ! empty( $row['Table_privs'] ) || ! empty ( $row['Column_priv'] ) ) {
echo $GLOBALS['strYes'];
} else {
echo $GLOBALS['strNo'];
}
echo '</td>' . "\n"
. ' <td>';
printf( $link_edit, urlencode( $username ),
urlencode( $hostname ),
urlencode( ( ! isset( $dbname ) || ! strlen($dbname) ) ? $row['Db'] : $dbname ),
urlencode( ( ! isset( $dbname ) || ! strlen($dbname) ) ? '' : $row['Table_name'] ) );
echo '</td>' . "\n"
. ' <td>';
if ( ! empty( $row['can_delete'] ) || isset( $row['Table_name'] ) && strlen($row['Table_name']) ) {
printf( $link_revoke, urlencode( $username ),
urlencode( $hostname ),
urlencode( ( ! isset( $dbname ) || ! strlen($dbname) ) ? $row['Db'] : $dbname ),
urlencode( ( ! isset( $dbname ) || ! strlen($dbname) ) ? '' : $row['Table_name'] ) );
}
echo '</td>' . "\n"
. '</tr>' . "\n";
$odd_row = ! $odd_row;
} // end while
}
unset($row);
echo '</tbody>' . "\n"
. '</table>' . "\n";
 
if ( ! isset( $dbname ) || ! strlen($dbname) ) {
 
// no database name was give, display select db
 
if ( ! empty( $found_rows ) ) {
$pred_db_array = array_diff(
PMA_DBI_fetch_result( 'SHOW DATABASES;' ),
$found_rows );
} else {
$pred_db_array =PMA_DBI_fetch_result( 'SHOW DATABASES;' );
}
 
echo ' <label for="text_dbname">' . $GLOBALS['strAddPrivilegesOnDb'] . ':</label>' . "\n";
if (!empty($pred_db_array)) {
echo ' <select name="pred_dbname" onchange="this.form.submit();">' . "\n"
. ' <option value="" selected="selected">' . $GLOBALS['strUseTextField'] . ':</option>' . "\n";
foreach ($pred_db_array as $current_db) {
$current_db = PMA_escape_mysql_wildcards( $current_db );
echo ' <option value="' . htmlspecialchars( $current_db ) . '">'
. htmlspecialchars( $current_db ) . '</option>' . "\n";
}
echo ' </select>' . "\n";
}
echo ' <input type="text" id="text_dbname" name="dbname" />' . "\n"
.PMA_showHint( $GLOBALS['strEscapeWildcards'] );
} else {
echo ' <input type="hidden" name="dbname" value="' . htmlspecialchars($dbname) . '"/>' . "\n"
. ' <label for="text_tablename">' . $GLOBALS['strAddPrivilegesOnTbl'] . ':</label>' . "\n";
if ($res = @PMA_DBI_try_query('SHOW TABLES FROM ' . PMA_backquote($dbname) . ';', null, PMA_DBI_QUERY_STORE)) {
$pred_tbl_array = array();
while ($row = PMA_DBI_fetch_row($res)) {
if (!isset($found_rows) || !in_array($row[0], $found_rows)) {
$pred_tbl_array[] = $row[0];
}
}
PMA_DBI_free_result($res);
unset( $res, $row );
if (!empty($pred_tbl_array)) {
echo ' <select name="pred_tablename" onchange="this.form.submit();">' . "\n"
. ' <option value="" selected="selected">' . $GLOBALS['strUseTextField'] . ':</option>' . "\n";
foreach ($pred_tbl_array as $current_table) {
echo ' <option value="' . htmlspecialchars($current_table) . '">' . htmlspecialchars($current_table) . '</option>' . "\n";
}
echo ' </select>' . "\n";
}
} else {
unset($res);
}
echo ' <input type="text" id="text_tablename" name="tablename" />' . "\n";
}
echo '</fieldset>' . "\n";
echo '<fieldset class="tblFooters">' . "\n"
. ' <input type="submit" value="' . $GLOBALS['strGo'] . '" />'
. '</fieldset>' . "\n"
. '</form>' . "\n";
}
 
if ( ( ! isset( $dbname ) || ! strlen($dbname) ) && ! $user_does_not_exists ) {
echo '<form action="server_privileges.php" method="post" onsubmit="return checkPassword(this);">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 3)
. '<input type="hidden" name="username" value="' . htmlspecialchars($username) . '" />' . "\n"
. '<input type="hidden" name="hostname" value="' . htmlspecialchars($hostname) . '" />' . "\n"
. '<fieldset id="fieldset_change_password">' . "\n"
. ' <legend>' . $GLOBALS['strChangePassword'] . '</legend>' . "\n"
. ' <table class="data">' . "\n"
. ' <tr class="odd noclick">' . "\n"
. ' <td><input type="radio" name="nopass" value="1" id="radio_nopass_1" onclick="pw_pma_pw.value=\'\'; pw_pma_pw2.value=\'\';" /></td>' . "\n"
. ' <td colspan="2"><label for="radio_nopass_1">' . $GLOBALS['strNoPassword'] . '</label></td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="even noclick">' . "\n"
. ' <td><input type="radio" name="nopass" value="0" id="radio_nopass_0" onclick="document.getElementById(\'pw_pma_pw\').focus();" /></td>' . "\n"
. ' <td><label for="radio_nopass_0">' . $GLOBALS['strPassword'] . ':</label></td>' . "\n"
. ' <td><input type="password" name="pma_pw" id="pw_pma_pw" onchange="radio_nopass_0.checked = true;" /></td>' . "\n"
. ' </tr>' . "\n"
. ' <tr class="odd noclick">' . "\n"
. ' <td></td>' . "\n"
. ' <td><label for="pw_pma_pw2">' . $GLOBALS['strReType'] . ':</label></td>' . "\n"
. ' <td><input type="password" name="pma_pw2" id="pw_pma_pw2" onchange="radio_nopass_0.checked = true;" /></td>' . "\n"
. ' </tr>' . "\n"
. ' </table>' . "\n"
. '</fieldset>' . "\n"
. '<fieldset id="fieldset_change_password_footer" class="tblFooters">' . "\n"
. ' <input type="submit" name="change_pw" value="' . $GLOBALS['strGo'] . '" />' . "\n"
. '</fieldset>' . "\n"
. '</form>' . "\n"
. '<form action="server_privileges.php" method="post" onsubmit="return checkPassword(this);">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 3)
. '<input type="hidden" name="old_username" value="' . htmlspecialchars($username) . '" />' . "\n"
. '<input type="hidden" name="old_hostname" value="' . htmlspecialchars($hostname) . '" />' . "\n"
. '<fieldset id="fieldset_change_copy_user">' . "\n"
. ' <legend>' . $GLOBALS['strChangeCopyUser'] . '</legend>' . "\n";
PMA_displayLoginInformationFields('change', 3 );
echo ' <fieldset>' . "\n"
. ' <legend>' . $GLOBALS['strChangeCopyMode'] . '</legend>' . "\n"
. ' <input type="radio" name="mode" value="4" id="radio_mode_4" checked="checked" /><label for="radio_mode_4">' . "\n"
. ' ' . $GLOBALS['strChangeCopyModeCopy'] . "\n"
. ' </label><br />' . "\n"
. ' <input type="radio" name="mode" value="1" id="radio_mode_1" /><label for="radio_mode_1">' . "\n"
. ' ' . $GLOBALS['strChangeCopyModeJustDelete'] . "\n"
. ' </label><br />' . "\n"
. ' <input type="radio" name="mode" value="2" id="radio_mode_2" /><label for="radio_mode_2">' . "\n"
. ' ' . $GLOBALS['strChangeCopyModeRevoke'] . "\n"
. ' </label><br />' . "\n"
. ' <input type="radio" name="mode" value="3" id="radio_mode_3" /><label for="radio_mode_3">' . "\n"
. ' ' . $GLOBALS['strChangeCopyModeDeleteAndReload'] . "\n"
. ' </label>' . "\n"
. ' </fieldset>' . "\n"
. '</fieldset>' . "\n"
. '<fieldset id="fieldset_change_copy_user_footer" class="tblFooters">' . "\n"
. ' <input type="submit" name="change_copy" value="' . $GLOBALS['strGo'] . '" />' . "\n"
. '</fieldset>' . "\n"
. '</form>' . "\n";
}
}
} elseif (!empty($adduser)) {
// Add a new user
$GLOBALS['url_query'] .= '&amp;adduser=1';
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_usradd.png" width="16" height="16" alt="" />' : '' )
. ' ' . $GLOBALS['strAddUser'] . "\n"
. '</h2>' . "\n"
. '<form name="usersForm" id="usersForm" action="server_privileges.php" method="post" onsubmit="return checkAddUser(this);">' . "\n"
. PMA_generate_common_hidden_inputs('', '', 1);
PMA_displayLoginInformationFields('new', 2);
PMA_displayPrivTable('*', '*', FALSE, 1);
echo ' <fieldset id="fieldset_add_user_footer" class="tblFooters">' . "\n"
. ' <input type="submit" name="adduser_submit" value="' . $GLOBALS['strGo'] . '" />' . "\n"
. ' </fieldset>' . "\n"
. '</form>' . "\n";
} else {
// check the privileges for a particular database.
echo '<table id="tablespecificuserrights" class="data">' . "\n"
. '<caption class="tblHeaders">' . "\n"
. ($GLOBALS['cfg']['PropertiesIconic'] ? ' <img class="icon" src="' . $pmaThemeImage . 'b_usrcheck.png" width="16" height="16" alt="" />' . "\n" : '' )
. ' ' . sprintf($GLOBALS['strUsersHavingAccessToDb'], '<a href="' . $GLOBALS['cfg']['DefaultTabDatabase'] . '?' . PMA_generate_common_url($checkprivs) . '">' . htmlspecialchars($checkprivs) . '</a>') . "\n"
. '</caption>' . "\n"
. '<thead>' . "\n"
. ' <tr><th>' . $GLOBALS['strUser'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strHost'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strType'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strPrivileges'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strGrantOption'] . '</th>' . "\n"
. ' <th>' . $GLOBALS['strAction'] . '</th>' . "\n"
. ' </tr>' . "\n"
. '</thead>' . "\n"
. '<tbody>' . "\n";
$odd_row = TRUE;
unset($row);
unset($row1);
unset($row2);
// now, we build the table...
if (PMA_MYSQL_INT_VERSION >= 40000) {
// Starting with MySQL 4.0.0, we may use UNION SELECTs and this makes
// the job much easier here!
 
$no = PMA_convert_using('N', 'quoted');
 
$list_of_privileges =
PMA_convert_using('Select_priv') . ' AS Select_priv, '
. PMA_convert_using('Insert_priv') . ' AS Insert_priv, '
. PMA_convert_using('Update_priv') . ' AS Update_priv, '
. PMA_convert_using('Delete_priv') . ' AS Delete_priv, '
. PMA_convert_using('Create_priv') . ' AS Create_priv, '
. PMA_convert_using('Drop_priv') . ' AS Drop_priv, '
. PMA_convert_using('Grant_priv') . ' AS Grant_priv, '
. PMA_convert_using('References_priv') . ' AS References_priv';
 
$list_of_compared_privileges =
PMA_convert_using('Select_priv') . ' = ' . $no
. ' AND ' . PMA_convert_using('Insert_priv') . ' = ' . $no
. ' AND ' . PMA_convert_using('Update_priv') . ' = ' . $no
. ' AND ' . PMA_convert_using('Delete_priv') . ' = ' . $no
. ' AND ' . PMA_convert_using('Create_priv') . ' = ' . $no
. ' AND ' . PMA_convert_using('Drop_priv') . ' = ' . $no
. ' AND ' . PMA_convert_using('Grant_priv') . ' = ' . $no
. ' AND ' . PMA_convert_using('References_priv') . ' = ' . $no;
 
$sql_query =
'(SELECT ' . PMA_convert_using('`User`') . ' AS `User`, '
. PMA_convert_using('`Host`') . ' AS `Host`, '
. PMA_convert_using('`Db`') . ' AS `Db`, '
. $list_of_privileges
.' FROM `mysql`.`db`'
.' WHERE ' . PMA_convert_using( $checkprivs, 'quoted' )
.' LIKE ' . PMA_convert_using('`Db`')
.' AND NOT (' . $list_of_compared_privileges. ')) '
.'UNION '
.'(SELECT ' . PMA_convert_using('`User`') . ' AS `User`, '
. PMA_convert_using('`Host`') . ' AS `Host`, '
. PMA_convert_using('*', 'quoted') .' AS `Db`, '
. $list_of_privileges
.' FROM `mysql`.`user` '
.' WHERE NOT (' . $list_of_compared_privileges . ')) '
.' ORDER BY `User` ASC,'
.' `Host` ASC,'
.' `Db` ASC;';
$res = PMA_DBI_query($sql_query);
$row = PMA_DBI_fetch_assoc($res);
if ($row) {
$found = TRUE;
}
} else {
// With MySQL 3, we need 2 seperate queries here.
$sql_query = 'SELECT * FROM `mysql`.`user` WHERE NOT (`Select_priv` = \'N\' AND `Insert_priv` = \'N\' AND `Update_priv` = \'N\' AND `Delete_priv` = \'N\' AND `Create_priv` = \'N\' AND `Drop_priv` = \'N\' AND `Grant_priv` = \'N\' AND `References_priv` = \'N\') ORDER BY `User` ASC, `Host` ASC;';
$res1 = PMA_DBI_query($sql_query);
$row1 = PMA_DBI_fetch_assoc($res1);
$sql_query =
'SELECT * FROM `mysql`.`db`'
.' WHERE \'' . $checkprivs . '\''
.' LIKE `Db`'
.' AND NOT (`Select_priv` = \'N\''
.' AND `Insert_priv` = \'N\''
.' AND `Update_priv` = \'N\''
.' AND `Delete_priv` = \'N\''
.' AND `Create_priv` = \'N\''
.' AND `Drop_priv` = \'N\''
.' AND `Grant_priv` = \'N\''
.' AND `References_priv` = \'N\')'
.' ORDER BY `User` ASC, `Host` ASC;';
$res2 = PMA_DBI_query($sql_query);
$row2 = PMA_DBI_fetch_assoc($res2);
if ($row1 || $row2) {
$found = TRUE;
}
} // end if (PMA_MYSQL_INT_VERSION >= 40000) ... else ...
if ($found) {
while (TRUE) {
// prepare the current user
if (PMA_MYSQL_INT_VERSION >= 40000) {
$current_privileges = array();
$current_user = $row['User'];
$current_host = $row['Host'];
while ($row && $current_user == $row['User'] && $current_host == $row['Host']) {
$current_privileges[] = $row;
$row = PMA_DBI_fetch_assoc($res);
}
} else {
$current_privileges = array();
if ($row1 && (!$row2 || ($row1['User'] < $row2['User'] || ($row1['User'] == $row2['User'] && $row1['Host'] <= $row2['Host'])))) {
$current_user = $row1['User'];
$current_host = $row1['Host'];
$current_privileges = array($row1);
$row1 = PMA_DBI_fetch_assoc($res1);
} else {
$current_user = $row2['User'];
$current_host = $row2['Host'];
$current_privileges = array();
}
while ($row2 && $current_user == $row2['User'] && $current_host == $row2['Host']) {
$current_privileges[] = $row2;
$row2 = PMA_DBI_fetch_assoc($res2);
}
}
echo ' <tr class="' . ( $odd_row ? 'odd' : 'even' ) . '">' . "\n"
. ' <td';
if (count($current_privileges) > 1) {
echo ' rowspan="' . count($current_privileges) . '"';
}
echo '>' . (empty($current_user) ? '<span style="color: #FF0000">' . $GLOBALS['strAny'] . '</span>' : htmlspecialchars($current_user)) . "\n"
. ' </td>' . "\n"
. ' <td';
if (count($current_privileges) > 1) {
echo ' rowspan="' . count($current_privileges) . '"';
}
echo '>' . htmlspecialchars($current_host) . '</td>' . "\n";
foreach ($current_privileges as $current) {
echo ' <td>' . "\n"
. ' ';
if (!isset($current['Db']) || $current['Db'] == '*') {
echo $GLOBALS['strGlobal'];
} elseif ( $current['Db'] == PMA_escape_mysql_wildcards( $checkprivs ) ) {
echo $GLOBALS['strDbSpecific'];
} else {
echo $GLOBALS['strWildcard'], ': <tt>' . htmlspecialchars($current['Db']) . '</tt>';
}
echo "\n"
. ' </td>' . "\n"
. ' <td>' . "\n"
. ' <tt>' . "\n"
. ' ' . join(',' . "\n" . ' ', PMA_extractPrivInfo($current, TRUE)) . "\n"
. ' </tt>' . "\n"
. ' </td>' . "\n"
. ' <td>' . "\n"
. ' ' . ($current['Grant_priv'] == 'Y' ? $GLOBALS['strYes'] : $GLOBALS['strNo']) . "\n"
. ' </td>' . "\n"
. ' <td>' . "\n";
printf( $link_edit, urlencode( $current_user ),
urlencode( $current_host ),
urlencode( ! isset( $current['Db'] ) || $current['Db'] == '*' ? '' : $current['Db'] ),
'' );
echo '</td>' . "\n"
. ' </tr>' . "\n";
}
if (empty($row) && empty($row1) && empty($row2)) {
break;
}
$odd_row = ! $odd_row;
}
} else {
echo ' <tr class="odd">' . "\n"
. ' <td colspan="6">' . "\n"
. ' ' . $GLOBALS['strNoUsersFound'] . "\n"
. ' </td>' . "\n"
. ' </tr>' . "\n";
}
echo '</tbody>' . "\n"
. '</table>' . "\n";
} // end if (empty($adduser) && empty($checkprivs)) ... elseif ... else ...
 
 
/**
* Displays the footer
*/
echo "\n\n";
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/server_processlist.php
0,0 → 1,98
<?php
/* $Id: server_processlist.php,v 2.16 2006/01/14 23:17:15 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
require_once('./libraries/server_common.inc.php');
 
 
/**
* Kills a selected process
*/
if (!empty($kill)) {
if (PMA_DBI_try_query('KILL ' . $kill . ';')) {
$message = sprintf($strThreadSuccessfullyKilled, $kill);
} else {
$message = sprintf($strCouldNotKill, $kill);
}
}
 
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
 
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ($cfg['MainPageIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 's_process.png" width="16" height="16" alt="" />' : '' )
. $strProcesslist . "\n"
. '</h2>' . "\n";
 
 
/**
* Sends the query and buffers the result
*/
$sql_query = 'SHOW' . ( empty( $full ) ? '' : ' FULL' ) . ' PROCESSLIST';
$serverProcesses = PMA_DBI_fetch_result( $sql_query );
 
PMA_showMessage( $GLOBALS['strSuccess'] );
 
 
/**
* Displays the page
*/
?>
<table id="tableprocesslist" class="data">
<thead>
<tr><td><a href="./server_processlist.php?<?php echo $url_query . (empty($full) ? '&amp;full=1' : ''); ?>"
title="<?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?>">
<img src="<?php echo $pmaThemeImage . 's_' . (empty($full) ? 'full' : 'partial'); ?>text.png"
width="50" height="20" alt="<?php echo empty($full) ? $strShowFullQueries : $strTruncateQueries; ?>" />
</a></td>
<th><?php echo $strId; ?></th>
<th><?php echo $strUser; ?></th>
<th><?php echo $strHost; ?></th>
<th><?php echo $strDatabase; ?></th>
<th><?php echo $strCommand; ?></th>
<th><?php echo $strTime; ?></th>
<th><?php echo $strStatus; ?></th>
<th><?php echo $strSQLQuery; ?></th>
</tr>
</thead>
<tbody>
<?php
$odd_row = true;
foreach ( $serverProcesses AS $process ) {
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">
<td><a href="./server_processlist.php?<?php echo $url_query . '&amp;kill=' . $process['Id']; ?>"><?php echo $strKill; ?></a></td>
<td class="value"><?php echo $process['Id']; ?></td>
<td><?php echo $process['User']; ?></td>
<td><?php echo $process['Host']; ?></td>
<td><?php echo (( ! isset( $process['db'] ) || ! strlen($process['db']) ) ? '<i>' . $strNone . '</i>' : $process['db']); ?></td>
<td><?php echo $process['Command']; ?></td>
<td class="value"><?php echo $process['Time']; ?></td>
<td><?php echo (empty($process['State']) ? '---' : $process['State']); ?></td>
<td><?php echo (empty($process['Info']) ? '---' : PMA_SQP_formatHtml(PMA_SQP_parse($process['Info']))); ?></td>
</tr>
<?php
$odd_row = ! $odd_row;
}
?>
</tbody>
</table>
<?php
 
/**
* Sends the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/server_sql.php
0,0 → 1,30
<?php
/* $Id: server_sql.php,v 2.5 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
$js_to_run = 'functions.js';
require_once './libraries/server_common.inc.php';
require_once './libraries/sql_query_form.lib.php';
 
 
/**
* Displays the links
*/
require './libraries/server_links.inc.php';
 
 
/**
* Query box, bookmark, insert data from textfile
*/
PMA_sqlQueryForm();
 
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
?>
/Web/Maintenance/phpMyAdmin/server_status.php
0,0 → 1,688
<?php
/* $Id: server_status.php,v 2.28 2006/01/25 08:16:40 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* displays status variables with descriptions and some hints an optmizing
* + reset status variables
*/
if ( ! defined( 'PMA_NO_VARIABLES_IMPORT' ) ) {
define( 'PMA_NO_VARIABLES_IMPORT', true );
}
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
require './libraries/server_common.inc.php';
 
 
/**
* Displays the links
*/
require './libraries/server_links.inc.php';
 
 
/**
* Displays the sub-page heading
*/
echo '<a name="_top"></a>' . "\n";
echo '<div id="serverstatus">' . "\n";
echo '<h2>' . "\n"
. ($GLOBALS['cfg']['MainPageIconic']
? '<img class="icon" src="' . $GLOBALS['pmaThemeImage'] .
's_status.png" width="16" height="16" alt="" />'
: '' )
. $strServerStatus . "\n"
. '</h2>' . "\n";
 
 
/**
* flush status variables if requested
*/
if ( isset( $_REQUEST['flush'] ) ) {
$_flush_commands = array(
'STATUS',
'TABLES',
'QUERY CACHE',
);
 
if ( in_array( $_REQUEST['flush'], $_flush_commands ) ) {
PMA_DBI_query('FLUSH ' . $_REQUEST['flush'] . ';');
}
unset( $_flush_commands );
}
 
 
/**
* get status from server
*/
if ( PMA_MYSQL_INT_VERSION >= 50002 ) {
$server_status = PMA_DBI_fetch_result( 'SHOW GLOBAL STATUS', 0, 1 );
} else {
$server_status = PMA_DBI_fetch_result( 'SHOW STATUS', 0, 1 );
}
 
 
/**
* for some calculations we require also some server settings
*/
if ( PMA_MYSQL_INT_VERSION >= 40003 ) {
$server_variables = PMA_DBI_fetch_result( 'SHOW GLOBAL VARIABLES', 0, 1 );
} else {
$server_variables = PMA_DBI_fetch_result( 'SHOW VARIABLES', 0, 1 );
}
 
 
/**
* starttime calculation
*/
$start_time = PMA_DBI_fetch_value(
'SELECT UNIX_TIMESTAMP() - ' . $server_status['Uptime'] );
 
 
/**
* cleanup some deprecated values
*/
$deprecated = array(
'Com_prepare_sql' => 'Com_stmt_prepare',
'Com_execute_sql' => 'Com_stmt_execute',
'Com_dealloc_sql' => 'Com_stmt_close',
);
 
foreach ( $deprecated as $old => $new ) {
if ( isset( $server_status[$old] )
&& isset( $server_status[$new] ) ) {
unset( $server_status[$old] );
}
}
unset( $deprecated );
 
 
/**
* calculate some values
*/
// Key_buffer_fraction
if ( isset( $server_status['Key_blocks_unused'] )
&& isset( $server_variables['key_cache_block_size'] )
&& isset( $server_variables['key_buffer_size'] ) ) {
$server_status['Key_buffer_fraction_%'] =
100
- $server_status['Key_blocks_unused']
* $server_variables['key_cache_block_size']
/ $server_variables['key_buffer_size']
* 100;
} elseif (
isset( $server_status['Key_blocks_used'] )
&& isset( $server_variables['key_buffer_size'] ) ) {
$server_status['Key_buffer_fraction_%'] =
$server_status['Key_blocks_used']
* 1024
/ $server_variables['key_buffer_size'];
}
// Threads_cache_hitrate
if ( isset( $server_status['Threads_created'] )
&& isset( $server_status['Connections'] ) ) {
$server_status['Threads_cache_hitrate_%'] =
100
- $server_status['Threads_created']
/ $server_status['Connections']
* 100;
}
 
 
/**
* define some alerts
*/
// name => max value before alert
$alerts = array(
// lower is better
// variable => max value
'Aborted_clients' => 0,
'Aborted_connects' => 0,
 
'Binlog_cache_disk_use' => 0,
 
'Created_tmp_disk_tables' => 0,
 
'Handler_read_rnd' => 0,
'Handler_read_rnd_next' => 0,
 
'Innodb_buffer_pool_pages_dirty' => 0,
'Innodb_buffer_pool_reads' => 0,
'Innodb_buffer_pool_wait_free' => 0,
'Innodb_log_waits' => 0,
'Innodb_row_lock_time_avg' => 10, // ms
'Innodb_row_lock_time_max' => 50, // ms
'Innodb_row_lock_waits' => 0,
 
'Slow_queries' => 0,
'Delayed_errors' => 0,
'Select_full_join' => 0,
'Select_range_check' => 0,
'Sort_merge_passes' => 0,
'Opened_tables' => 0,
'Table_locks_waited' => 0,
'Qcache_lowmem_prunes' => 0,
'Slow_launch_threads' => 0,
 
// depends on Key_read_requests
// normaly lower then 1:0.01
'Key_reads' => (0.01 * $server_status['Key_read_requests']),
// depends on Key_write_requests
// normaly nearly 1:1
'Key_writes' => (0.9 * $server_status['Key_write_requests']),
 
'Key_buffer_fraction' => 0.5,
 
// alert if more than 95% of thread cache is in use
'Threads_cached' => 0.95 * $server_variables['thread_cache_size']
 
// higher is better
// variable => min value
//'Handler read key' => '> ',
);
 
 
/**
* split variables in sections
*/
$allocations = array(
// variable name => section
 
'Com_' => 'com',
'Innodb_' => 'innodb',
'Ndb_' => 'ndb',
'Ssl_' => 'ssl',
'Handler_' => 'handler',
'Qcache_' => 'qcache',
'Threads_' => 'threads',
'Slow_launch_threads' => 'threads',
 
'Binlog_cache_' => 'binlog_cache',
'Created_tmp_' => 'created_tmp',
'Key_' => 'key',
 
'Delayed_' => 'delayed',
'Not_flushed_delayed_rows' => 'delayed',
 
'Flush_commands' => 'query',
'Last_query_cost' => 'query',
'Slow_queries' => 'query',
 
'Select_' => 'select',
'Sort_' => 'sort',
 
'Open_tables' => 'table',
'Opened_tables' => 'table',
'Table_locks_' => 'table',
 
'Rpl_status' => 'repl',
'Slave_' => 'repl',
 
'Tc_' => 'tc',
);
 
$sections = array(
// section => section name (description)
'com' => array( 'title' => '' ),
'query' => array( 'title' => '' ),
'innodb' => array( 'title' => 'InnoDB' ),
'ndb' => array( 'title' => 'NDB' ),
'ssl' => array( 'title' => 'SSL' ),
'handler' => array( 'title' => $strHandler ),
'qcache' => array( 'title' => $strQueryCache ),
'threads' => array( 'title' => $strThreads ),
'binlog_cache' => array( 'title' => $strBinaryLog ),
'created_tmp' => array( 'title' => $strTempData ),
'delayed' => array( 'title' => $strServerStatusDelayedInserts ),
'key' => array( 'title' => $strKeyCache ),
'select' => array( 'title' => $strJoins ),
'repl' => array( 'title' => $strReplication ),
'sort' => array( 'title' => $strSorting ),
'table' => array( 'title' => $strNumTables ),
'tc' => array( 'title' => $strTransactionCoordinator ),
);
 
 
/**
* define some needfull links/commands
*/
// variable or section name => (name => url)
$links = array();
 
$links['table'][$strFlushTables]
= $PHP_SELF . '?flush=TABLES&amp;' . PMA_generate_common_url();
$links['table'][$strShowOpenTables]
= 'sql.php?sql_query=' . urlencode('SHOW OPEN TABLES') .
'&amp;goto=server_status.php&amp;' . PMA_generate_common_url();
 
$links['repl'][$strShowSlaveHosts]
= 'sql.php?sql_query=' . urlencode('SHOW SLAVE HOSTS') .
'&amp;goto=server_status.php&amp;' . PMA_generate_common_url();
$links['repl'][$strShowSlaveStatus]
= 'sql.php?sql_query=' . urlencode('SHOW SLAVE STATUS') .
'&amp;goto=server_status.php&amp;' . PMA_generate_common_url();
$links['repl']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/replication.html';
 
$links['qcache'][$strFlushQueryCache]
= $PHP_SELF . '?flush=' . urlencode('QUERY CACHE') . '&amp;' .
PMA_generate_common_url();
$links['qcache']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/query-cache.html';
 
$links['threads'][$strMySQLShowProcess]
= 'server_processlist.php?' . PMA_generate_common_url();
$links['threads']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/mysql-threads.html';
 
$links['key']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/myisam-key-cache.html';
 
$links['slow_queries']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/slow-query-log.html';
 
$links['binlog_cache']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/binary-log.html';
 
$links['Slow_queries']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/slow-query-log.html';
 
$links['innodb'][$strServerTabVariables]
= 'server_engines.php?engine=innodb&amp;' . PMA_generate_common_url();
$links['innodb'][$strInnodbStat]
= 'server_engines.php?engine=innodb&amp;page=status&amp;' .
PMA_generate_common_url();
$links['innodb']['MySQL - ' . $strDocu]
= $cfg['MySQLManualBase'] . '/innodb.html';
 
 
// sort status vars into arrays
foreach ( $server_status as $name => $value ) {
if ( isset( $allocations[$name] ) ) {
$sections[$allocations[$name]]['vars'][$name] = $value;
unset( $server_status[$name] );
} else {
foreach ( $allocations as $filter => $section ) {
if ( preg_match( '/^' . $filter . '/', $name )
&& isset( $server_status[$name] ) ) {
unset( $server_status[$name] );
$sections[$section]['vars'][$name] = $value;
}
}
}
}
unset( $name, $value, $filter, $section, $allocations );
 
// rest
$sections['all']['vars'] =& $server_status;
 
$hour_factor = 3600 / $server_status['Uptime'];
 
/**
* start output
*/
?>
<div id="statuslinks">
<a href="<?php echo
$PHP_SELF . '?' . PMA_generate_common_url(); ?>"
><?php echo $strRefresh; ?></a>
<a href="<?php echo
$PHP_SELF . '?flush=STATUS&amp;' . PMA_generate_common_url(); ?>"
><?php echo $strShowStatusReset; ?></a>
<a href="<?php echo
$cfg['MySQLManualBase']; ?>/server-status-variables.html"
target="documentation">MySQL - <?php echo $strDocu; ?></a>
</div>
 
<p>
<?php
echo sprintf( $strServerStatusUptime,
PMA_timespanFormat( $server_status['Uptime'] ),
PMA_localisedDate( $start_time ) ) . "\n";
?>
</p>
 
<div id="sectionlinks">
<?php
foreach ( $sections as $section_name => $section ) {
if ( ! empty( $section['vars'] ) && ! empty( $section['title'] ) ) {
echo '<a href="' . $PHP_SELF . '?' .
PMA_generate_common_url() . '#' . $section_name . '">' .
$section['title'] . '</a>' . "\n";
}
}
?>
</div>
 
<h3><?php echo $strServerTrafficNotes; ?></h3>
 
<table id="serverstatustraffic" class="data">
<thead>
<tr>
<th colspan="2"><?php echo $strTraffic . '&nbsp;' . PMA_showHint($strStatisticsOverrun); ?></th>
<th>&oslash; <?php echo $strPerHour; ?></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<th class="name"><?php echo $strReceived; ?></th>
<td class="value"><?php echo
implode(' ',
PMA_formatByteDown( $server_status['Bytes_received'], 3 ) ); ?></td>
<td class="value"><?php echo
implode(' ',
PMA_formatByteDown(
$server_status['Bytes_received'] * $hour_factor, 3 ) ); ?></td>
</tr>
<tr class="even">
<th class="name"><?php echo $strSent; ?></th>
<td class="value"><?php echo
implode(' ',
PMA_formatByteDown( $server_status['Bytes_sent'], 3 ) ); ?></td>
<td class="value"><?php echo
implode(' ',
PMA_formatByteDown(
$server_status['Bytes_sent'] * $hour_factor, 3 ) ); ?></td>
</tr>
<tr class="odd">
<th class="name"><?php echo $strTotalUC; ?></th>
<td class="value"><?php echo
implode(' ',
PMA_formatByteDown(
$server_status['Bytes_received'] + $server_status['Bytes_sent'], 3 )
); ?></td>
<td class="value"><?php echo
implode(' ',
PMA_formatByteDown(
($server_status['Bytes_received'] + $server_status['Bytes_sent'])
* $hour_factor, 3 )
); ?></td>
</tr>
</tbody>
</table>
 
<table id="serverstatusconnections" class="data">
<thead>
<tr>
<th colspan="2"><?php echo $strConnections; ?></th>
<th>&oslash; <?php echo $strPerHour; ?></th>
<th>%</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<th class="name"><?php echo $strMaxConnects; ?></th>
<td class="value"><?php echo
number_format( $server_status['Max_used_connections'], 0,
$GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator']); ?> </td>
<td class="value">--- </td>
<td class="value">--- </td>
</tr>
<tr class="even">
<th class="name"><?php echo $strFailedAttempts; ?></th>
<td class="value"><?php echo
PMA_formatNumber( $server_status['Aborted_connects'], 4, 0 ); ?></td>
<td class="value"><?php echo
PMA_formatNumber( $server_status['Aborted_connects'] * $hour_factor,
4, 2 ); ?></td>
<td class="value"><?php echo
$server_status['Connections'] > 0
? number_format(
$server_status['Aborted_connects'] * 100 / $server_status['Connections'],
2, $GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator'] ) . '%'
: '--- '; ?></td>
</tr>
<tr class="odd">
<th class="name"><?php echo $strAbortedClients; ?></th>
<td class="value"><?php echo
PMA_formatNumber( $server_status['Aborted_clients'], 4, 0 ); ?></td>
<td class="value"><?php echo
PMA_formatNumber( $server_status['Aborted_clients'] * $hour_factor,
4, 2 ); ?></td>
<td class="value"><?php echo
$server_status['Connections'] > 0
? number_format(
$server_status['Aborted_clients'] * 100 / $server_status['Connections'],
2, $GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator']) . '%'
: '--- '; ?></td>
</tr>
<tr class="even">
<th class="name"><?php echo $strTotalUC; ?></th>
<td class="value"><?php echo
PMA_formatNumber( $server_status['Connections'], 4, 0 ); ?></td>
<td class="value"><?php echo
PMA_formatNumber( $server_status['Connections'] * $hour_factor,
4, 2 ); ?></td>
<td class="value"><?php echo
number_format( 100, 2, $GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator'] ); ?>%</td>
</tr>
</tbody>
</table>
 
<hr class="clearfloat" />
 
<h3><?php echo
sprintf( $strQueryStatistics,
number_format($server_status['Questions'],
0, $GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator'] ) ); ?></h3>
 
<table id="serverstatusqueriessummary" class="data">
<thead>
<tr>
<th><?php echo $strTotalUC; ?></th>
<th>&oslash; <?php echo $strPerHour; ?></th>
<th>&oslash; <?php echo $strPerMinute; ?></th>
<th>&oslash; <?php echo $strPerSecond; ?></th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td class="value"><?php echo
PMA_formatNumber( $server_status['Questions'], 3, 0 ); ?></td>
<td class="value"><?php echo
PMA_formatNumber( $server_status['Questions'] * $hour_factor,
3, 2 ); ?></td>
<td class="value"><?php echo
PMA_formatNumber(
$server_status['Questions'] * 60 / $server_status['Uptime'],
3, 2 ); ?></td>
<td class="value"><?php echo
PMA_formatNumber(
$server_status['Questions'] / $server_status['Uptime'],
3, 2 ); ?></td>
</tr>
</tbody>
</table>
 
<div id="serverstatusqueriesdetails">
<?php
// number of tables to split values into
$tables = 2;
$rows_per_table = (int) ceil( count( $sections['com']['vars'] ) / $tables );
$current_table = 0;
$odd_row = true;
$countRows = 0;
$perc_factor = 100 / ( $server_status['Questions'] - $server_status['Connections'] );
foreach ( $sections['com']['vars'] as $name => $value ) {
$current_table++;
if ( $countRows === 0 || $countRows === $rows_per_table ) {
$odd_row = true;
if ( $countRows === $rows_per_table ) {
echo ' </tbody>' . "\n";
echo ' </table>' . "\n";
}
?>
<table id="serverstatusqueriesdetails<?php echo $current_table; ?>" class="data">
<col class="namecol" />
<col class="valuecol" span="3" />
<thead>
<tr><th colspan="2"><?php echo $strQueryType; ?></th>
<th>&oslash; <?php echo $strPerHour; ?></th>
<th>%</th>
</tr>
</thead>
<tbody>
<?php
} else {
$odd_row = !$odd_row;
}
$countRows++;
 
// For the percentage column, use Questions - Connections, because
// the number of connections is not an item of the Query types
// but is included in Questions. Then the total of the percentages is 100.
$name = str_replace( 'Com_', '', $name );
$name = str_replace( '_', ' ', $name );
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">
<th class="name"><?php echo htmlspecialchars( $name ); ?></th>
<td class="value"><?php echo PMA_formatNumber( $value, 3, 0 ); ?></td>
<td class="value"><?php echo
PMA_formatNumber( $value * $hour_factor, 3, 2 ); ?></td>
<td class="value"><?php echo
number_format( $value * $perc_factor, 2,
$GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator'] ); ?>%</td>
</tr>
<?php
}
?>
</tbody>
</table>
</div>
 
<div id="serverstatussection">
<?php
//Unset used variables
unset(
$tables, $rows_per_table, $current_table, $countRows, $perc_factor,
$hour_factor, $sections['com'],
$server_status['Aborted_clients'], $server_status['Aborted_connects'],
$server_status['Max_used_connections'], $server_status['Bytes_received'],
$server_status['Bytes_sent'], $server_status['Connections'],
$server_status['Questions'], $server_status['Uptime']
);
 
foreach ( $sections as $section_name => $section ) {
if ( ! empty( $section['vars'] ) ) {
?>
<table class="data" id="serverstatussection<?php echo $section_name; ?>">
<caption class="tblHeaders">
<a class="top"
href="<?php echo $PHP_SELF . '?' .
PMA_generate_common_url() . '#_top'; ?>"
name="<?php echo $section_name; ?>"><?php echo $strPos1; ?>
<?php echo
($GLOBALS['cfg']['MainPageIconic']
? '<img src="' . $GLOBALS['pmaThemeImage'] .
's_asc.png" width="11" height="9" align="middle" alt="" />'
: '' ); ?>
</a>
<?php
if ( ! empty( $section['title'] ) ) {
echo $section['title'];
}
?>
</caption>
<col class="namecol" />
<col class="valuecol" />
<col class="descrcol" />
<thead>
<tr>
<th><?php echo $strVar; ?></th>
<th><?php echo $strValue; ?></th>
<th><?php echo $strDescription; ?></th>
</tr>
</thead>
<?php
if ( ! empty( $links[$section_name] ) ) {
?>
<tfoot>
<tr class="tblFooters">
<th colspan="3" class="tblFooters">
<?php
foreach ( $links[$section_name] as $link_name => $link_url ) {
echo '<a href="' . $link_url . '">' . $link_name . '</a>' . "\n";
}
unset( $link_url, $link_name );
?>
</th>
</tr>
</tfoot>
<?php
}
?>
<tbody>
<?php
$odd_row = false;
foreach ( $section['vars'] as $name => $value ) {
$odd_row = !$odd_row;
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">
<th class="name"><?php echo htmlspecialchars($name); ?></th>
<td class="value"><?php
if ( isset( $alerts[$name] ) ) {
if ( $value > $alerts[$name] ) {
echo '<span class="attention">';
} else {
echo '<span class="allfine">';
}
}
if ( '%' === substr( $name, -1, 1 ) ) {
echo number_format( $value, 2,
$GLOBALS['number_decimal_separator'],
$GLOBALS['number_thousands_separator'] ) . ' %';
} elseif ( is_numeric( $value ) && $value == (int) $value ) {
echo PMA_formatNumber( $value, 3, 0 );
} elseif ( is_numeric( $value ) ) {
echo PMA_formatNumber( $value, 3, 2 );
} else {
echo htmlspecialchars( $value );
}
if ( isset( $alerts[$name] ) ) {
echo '</span>';
}
?></td>
<td class="descr">
<?php
if ( isset( $GLOBALS['strShowStatus' . $name . 'Descr'] ) ) {
echo $GLOBALS['strShowStatus' . $name . 'Descr'];
}
 
if ( isset( $links[$name] ) ) {
foreach ( $links[$name] as $link_name => $link_url ) {
echo ' <a href="' . $link_url . '">' . $link_name . '</a>' .
"\n";
}
unset( $link_url, $link_name );
}
?>
</td>
</tr>
<?php
}
unset( $name, $value );
?>
</tbody>
</table>
<?php
}
}
unset( $section_name, $section, $sections, $server_status, $odd_row, $alerts );
?>
</div>
</div>
<?php
 
 
/**
* Sends the footer
*/
require_once './libraries/footer.inc.php';
?>
/Web/Maintenance/phpMyAdmin/server_variables.php
0,0 → 1,116
<?php
/* $Id: server_variables.php,v 2.13 2005/12/07 12:57:07 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
if ( ! defined( 'PMA_NO_VARIABLES_IMPORT' ) ) {
define( 'PMA_NO_VARIABLES_IMPORT', true );
}
require_once('./libraries/common.lib.php');
 
/**
* Does the common work
*/
require('./libraries/server_common.inc.php');
 
 
/**
* Displays the links
*/
require('./libraries/server_links.inc.php');
 
 
/**
* Displays the sub-page heading
*/
echo '<h2>' . "\n"
. ($cfg['MainPageIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 's_vars.png" width="16" height="16" alt="" />' : '' )
. '' . $strServerVars . "\n"
. '</h2>' . "\n";
 
 
/**
* Sends the queries and buffers the results
*/
if (PMA_MYSQL_INT_VERSION >= 40003) {
$serverVars = PMA_DBI_fetch_result('SHOW SESSION VARIABLES;', 0, 1);
$serverVarsGlobal = PMA_DBI_fetch_result('SHOW GLOBAL VARIABLES;', 0, 1);
} else {
$serverVars = PMA_DBI_fetch_result('SHOW VARIABLES;', 0, 1);
}
 
 
/**
* Displays the page
*/
?>
<table class="data">
<thead>
<tr><th><?php echo $strVar; ?></th>
<th>
<?php
if (PMA_MYSQL_INT_VERSION >= 40003) {
echo $strSessionValue . ' / ' . $strGlobalValue;
} else {
echo $strValue;
}
?>
</th>
</tr>
</thead>
<tbody>
<?php
$odd_row = true;
$useBgcolorOne = TRUE;
foreach ($serverVars as $name => $value) {
?>
<tr class="<?php
echo $odd_row ? 'odd' : 'even';
if (PMA_MYSQL_INT_VERSION >= 40003
&& $serverVarsGlobal[$name] !== $value ) {
echo ' marked';
}
?>">
<th nowrap="nowrap">
<?php echo htmlspecialchars(str_replace('_', ' ', $name)); ?></th>
<td class="value"><?php
if ( is_numeric($value) ) {
echo PMA_formatNumber($value, 0);
$is_numeric = true;
} else {
echo htmlspecialchars($value);
$is_numeric = false;
}
?></td>
<?php
if (PMA_MYSQL_INT_VERSION >= 40003
&& $serverVarsGlobal[$name] !== $value ) {
?>
</tr>
<tr class="<?php
echo $odd_row ? 'odd' : 'even';
?> marked">
<td>(<?php echo $strGlobalValue; ?>)</td>
<td class="value"><?php
if ( $is_numeric ) {
echo PMA_formatNumber($serverVarsGlobal[$name], 0);
} else {
echo htmlspecialchars($serverVarsGlobal[$name]);
}
?></td>
<?php } ?>
</tr>
<?php
$odd_row = !$odd_row;
}
?>
</tbody>
</table>
<?php
 
 
/**
* Sends the footer
*/
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/sql.php
0,0 → 1,949
<?php
/* $Id: sql.php,v 2.83.2.7 2006/04/27 08:57:09 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once './libraries/common.lib.php';
require_once './libraries/tbl_indexes.lib.php';
require_once './libraries/check_user_privileges.lib.php';
require_once './libraries/bookmark.lib.php';
 
/**
* Could be coming from a subform ("T" column expander)
*/
if (isset($_REQUEST['dontlimitchars'])) {
$dontlimitchars = $_REQUEST['dontlimitchars'];
}
 
/**
* Defines the url to return to in case of error in a sql statement
*/
// Security checkings
if (!empty($goto)) {
$is_gotofile = preg_replace('@^([^?]+).*$@s', '\\1', $goto);
if (!@file_exists('./' . $is_gotofile)) {
unset($goto);
} else {
$is_gotofile = ($is_gotofile == $goto);
}
} // end if (security checkings)
 
if (empty($goto)) {
$goto = (! isset($table) || ! strlen($table)) ? $cfg['DefaultTabDatabase'] : $cfg['DefaultTabTable'];
$is_gotofile = true;
} // end if
if (!isset($err_url)) {
$err_url = (!empty($back) ? $back : $goto)
. '?' . PMA_generate_common_url(isset($db) ? $db : '')
. ((strpos(' ' . $goto, 'db_details') != 1 && isset($table)) ? '&amp;table=' . urlencode($table) : '');
} // end if
 
// Coming from a bookmark dialog
if (isset($fields['query'])) {
$sql_query = $fields['query'];
}
 
// This one is just to fill $db
if (isset($fields['dbase'])) {
$db = $fields['dbase'];
}
 
// Default to browse if no query set an we have table (needed for browsing from DefaultTabTable)
if (!isset($sql_query) && isset($table) && isset($db)) {
require_once './libraries/bookmark.lib.php';
$book_sql_query = PMA_queryBookmarks($db, $GLOBALS['cfg']['Bookmark'], '\'' . PMA_sqlAddslashes($table) . '\'', 'label');
if (!empty($book_sql_query)) {
$sql_query = $book_sql_query;
} else {
$sql_query = 'SELECT * FROM ' . PMA_backquote($table);
}
unset($book_sql_query);
 
// set $goto to what will be displayed if query returns 0 rows
$goto = 'tbl_properties_structure.php';
} else {
// Now we can check the parameters
PMA_checkParameters(array('sql_query'));
}
 
// instead of doing the test twice
$is_drop_database = preg_match('/DROP[[:space:]]+(DATABASE|SCHEMA)[[:space:]]+/i',
$sql_query);
 
/**
* Check rights in case of DROP DATABASE
*
* This test may be bypassed if $is_js_confirmed = 1 (already checked with js)
* but since a malicious user may pass this variable by url/form, we don't take
* into account this case.
*/
if (!defined('PMA_CHK_DROP')
&& !$cfg['AllowUserDropDatabase']
&& $is_drop_database
&& !$is_superuser) {
require_once './libraries/header.inc.php';
PMA_mysqlDie($strNoDropDatabases, '', '', $err_url);
} // end if
 
 
/**
* Need to find the real end of rows?
*/
 
if (isset($find_real_end) && $find_real_end) {
$unlim_num_rows = PMA_countRecords($db, $table, true, true);
$pos = @((ceil($unlim_num_rows / $session_max_rows) - 1) * $session_max_rows);
}
/**
* Avoids undefined variables
*/
elseif (!isset($pos)) {
$pos = 0;
}
 
/**
* Bookmark add
*/
if (isset($store_bkm)) {
PMA_addBookmarks($fields, $cfg['Bookmark'], (isset($bkm_all_users) && $bkm_all_users == 'true' ? true : false));
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . $goto);
} // end if
 
 
/**
* Gets the true sql query
*/
// $sql_query has been urlencoded in the confirmation form for drop/delete
// queries or in the navigation bar for browsing among records
if (isset($btnDrop) || isset($navig)) {
$sql_query = urldecode($sql_query);
}
 
/**
* Reformat the query
*/
 
$GLOBALS['unparsed_sql'] = $sql_query;
$parsed_sql = PMA_SQP_parse($sql_query);
$analyzed_sql = PMA_SQP_analyze($parsed_sql);
 
// Bug #641765 - Robbat2 - 12 January 2003, 10:49PM
// Reverted - Robbat2 - 13 January 2003, 2:40PM
 
// lem9: for bug 780516: now that we use case insensitive preg_match
// or flags from the analyser, do not put back the reformatted query
// into $sql_query, to make this kind of query work without
// capitalizing keywords:
//
// CREATE TABLE SG_Persons (
// id int(10) unsigned NOT NULL auto_increment,
// first varchar(64) NOT NULL default '',
// PRIMARY KEY (`id`)
// )
//
// Note: now we probably do not need to fill and use $GLOBALS['unparsed_sql']
// but I let this intact for now.
//
//$sql_query = PMA_SQP_formatHtml($parsed_sql, 'query_only');
 
 
// check for a real SELECT ... FROM
$is_select = isset($analyzed_sql[0]['queryflags']['select_from']);
 
// If the query is a Select, extract the db and table names and modify
// $db and $table, to have correct page headers, links and left frame.
// db and table name may be enclosed with backquotes, db is optionnal,
// query may contain aliases.
 
// (TODO: if there are more than one table name in the Select:
// - do not extract the first table name
// - do not show a table name in the page header
// - do not display the sub-pages links)
 
if ($is_select) {
$prev_db = $db;
if (isset($analyzed_sql[0]['table_ref'][0]['table_true_name'])) {
$table = $analyzed_sql[0]['table_ref'][0]['table_true_name'];
}
if (isset($analyzed_sql[0]['table_ref'][0]['db'])
&& strlen($analyzed_sql[0]['table_ref'][0]['db'])) {
$db = $analyzed_sql[0]['table_ref'][0]['db'];
} else {
$db = $prev_db;
}
// Nijel: don't change reload, if we already decided to reload in import
if (empty($reload)) {
$reload = ($db == $prev_db) ? 0 : 1;
}
}
 
/**
* Sets or modifies the $goto variable if required
*/
if ($goto == 'sql.php') {
$is_gotofile = false;
$goto = 'sql.php?'
. PMA_generate_common_url($db, $table)
. '&amp;pos=' . $pos
. '&amp;sql_query=' . urlencode($sql_query);
} // end if
 
 
/**
* Go back to further page if table should not be dropped
*/
if (isset($btnDrop) && $btnDrop == $strNo) {
if (!empty($back)) {
$goto = $back;
}
if ($is_gotofile) {
if (strpos(' ' . $goto, 'db_details') == 1 && isset($table) && strlen($table)) {
unset($table);
}
$active_page = $goto;
require './' . PMA_securePath($goto);
} else {
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . str_replace('&amp;', '&', $goto));
}
exit();
} // end if
 
 
/**
* Displays the confirm page if required
*
* This part of the script is bypassed if $is_js_confirmed = 1 (already checked
* with js) because possible security issue is not so important here: at most,
* the confirm message isn't displayed.
*
* Also bypassed if only showing php code.or validating a SQL query
*/
if (!$cfg['Confirm']
|| (isset($is_js_confirmed) && $is_js_confirmed)
|| isset($btnDrop)
 
// if we are coming from a "Create PHP code" or a "Without PHP Code"
// dialog, we won't execute the query anyway, so don't confirm
//|| !empty($GLOBALS['show_as_php'])
|| isset($GLOBALS['show_as_php'])
 
|| !empty($GLOBALS['validatequery'])) {
$do_confirm = false;
} else {
$do_confirm = isset($analyzed_sql[0]['queryflags']['need_confirm']);
}
 
if ($do_confirm) {
$stripped_sql_query = $sql_query;
require_once './libraries/header.inc.php';
if ($is_drop_database) {
echo '<h1 class="warning">' . $strDropDatabaseStrongWarning . '</h1>';
}
echo '<form action="sql.php" method="post">' . "\n"
.PMA_generate_common_hidden_inputs($db, (isset($table)?$table:''));
?>
<input type="hidden" name="sql_query" value="<?php echo urlencode($sql_query); ?>" />
<input type="hidden" name="zero_rows" value="<?php echo isset($zero_rows) ? PMA_sanitize($zero_rows) : ''; ?>" />
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="back" value="<?php echo isset($back) ? PMA_sanitize($back) : ''; ?>" />
<input type="hidden" name="reload" value="<?php echo isset($reload) ? PMA_sanitize($reload) : 0; ?>" />
<input type="hidden" name="purge" value="<?php echo isset($purge) ? PMA_sanitize($purge) : ''; ?>" />
<input type="hidden" name="cpurge" value="<?php echo isset($cpurge) ? PMA_sanitize($cpurge) : ''; ?>" />
<input type="hidden" name="purgekey" value="<?php echo isset($purgekey) ? PMA_sanitize($purgekey) : ''; ?>" />
<input type="hidden" name="show_query" value="<?php echo isset($show_query) ? PMA_sanitize($show_query) : ''; ?>" />
<?php
echo '<fieldset class="confirmation">' . "\n"
.' <legend>' . $strDoYouReally . '</legend>'
.' <tt>' . htmlspecialchars($stripped_sql_query) . '</tt>' . "\n"
.'</fieldset>' . "\n"
.'<fieldset class="tblFooters">' . "\n";
?>
<input type="submit" name="btnDrop" value="<?php echo $strYes; ?>" id="buttonYes" />
<input type="submit" name="btnDrop" value="<?php echo $strNo; ?>" id="buttonNo" />
<?php
echo '</fieldset>' . "\n"
. '</form>' . "\n";
} // end if $do_confirm
 
 
/**
* Executes the query and displays results
*/
else {
if (!isset($sql_query)) {
$sql_query = '';
}
// Defines some variables
// A table has to be created or renamed -> left frame should be reloaded
// TODO: use the parser/analyzer
 
if (empty($reload)
&& preg_match('/^(CREATE|ALTER|DROP)\s+(VIEW|TABLE|DATABASE|SCHEMA)\s+/i', $sql_query)) {
$reload = 1;
}
// Gets the number of rows per page
if (empty($session_max_rows)) {
$session_max_rows = $cfg['MaxRows'];
} elseif ($session_max_rows != 'all') {
$cfg['MaxRows'] = $session_max_rows;
}
// Defines the display mode (horizontal/vertical) and header "frequency"
if (empty($disp_direction)) {
$disp_direction = $cfg['DefaultDisplay'];
}
if (empty($repeat_cells)) {
$repeat_cells = $cfg['RepeatCells'];
}
 
// SK -- Patch: $is_group added for use in calculation of total number of
// rows.
// $is_count is changed for more correct "LIMIT" clause
// appending in queries like
// "SELECT COUNT(...) FROM ... GROUP BY ..."
 
// TODO: detect all this with the parser, to avoid problems finding
// those strings in comments or backquoted identifiers
 
$is_explain = $is_count = $is_export = $is_delete = $is_insert = $is_affected = $is_show = $is_maint = $is_analyse = $is_group = $is_func = $is_replace = false;
if ($is_select) { // see line 141
$is_group = preg_match('@(GROUP[[:space:]]+BY|HAVING|SELECT[[:space:]]+DISTINCT)[[:space:]]+@i', $sql_query);
$is_func = !$is_group && (preg_match('@[[:space:]]+(SUM|AVG|STD|STDDEV|MIN|MAX|BIT_OR|BIT_AND)\s*\(@i', $sql_query));
$is_count = !$is_group && (preg_match('@^SELECT[[:space:]]+COUNT\((.*\.+)?.*\)@i', $sql_query));
$is_export = (preg_match('@[[:space:]]+INTO[[:space:]]+OUTFILE[[:space:]]+@i', $sql_query));
$is_analyse = (preg_match('@[[:space:]]+PROCEDURE[[:space:]]+ANALYSE@i', $sql_query));
} elseif (preg_match('@^EXPLAIN[[:space:]]+@i', $sql_query)) {
$is_explain = true;
} elseif (preg_match('@^DELETE[[:space:]]+@i', $sql_query)) {
$is_delete = true;
$is_affected = true;
} elseif (preg_match('@^(INSERT|LOAD[[:space:]]+DATA|REPLACE)[[:space:]]+@i', $sql_query)) {
$is_insert = true;
$is_affected = true;
if (preg_match('@^(REPLACE)[[:space:]]+@i', $sql_query)) {
$is_replace = true;
}
} elseif (preg_match('@^UPDATE[[:space:]]+@i', $sql_query)) {
$is_affected = true;
} elseif (preg_match('@^SHOW[[:space:]]+@i', $sql_query)) {
$is_show = true;
} elseif (preg_match('@^(CHECK|ANALYZE|REPAIR|OPTIMIZE)[[:space:]]+TABLE[[:space:]]+@i', $sql_query)) {
$is_maint = true;
}
 
// Do append a "LIMIT" clause?
if (isset($pos)
&& (!$cfg['ShowAll'] || $session_max_rows != 'all')
&& !($is_count || $is_export || $is_func || $is_analyse)
&& isset($analyzed_sql[0]['queryflags']['select_from'])
&& !isset($analyzed_sql[0]['queryflags']['offset'])
&& !preg_match('@[[:space:]]LIMIT[[:space:]0-9,-]+(;)?$@i', $sql_query)) {
$sql_limit_to_append = " LIMIT $pos, ".$cfg['MaxRows'] . " ";
 
$full_sql_query = $analyzed_sql[0]['section_before_limit'] . "\n" . $sql_limit_to_append . $analyzed_sql[0]['section_after_limit'];
// FIXME: pretty printing of this modified query
 
if (isset($display_query)) {
// if the analysis of the original query revealed that we found
// a section_after_limit, we now have to analyze $display_query
// to display it correctly
 
if (!empty($analyzed_sql[0]['section_after_limit']) && trim($analyzed_sql[0]['section_after_limit']) != ';') {
$analyzed_display_query = PMA_SQP_analyze(PMA_SQP_parse($display_query));
$display_query = $analyzed_display_query[0]['section_before_limit'] . "\n" . $sql_limit_to_append . $analyzed_display_query[0]['section_after_limit'];
}
}
 
} else {
$full_sql_query = $sql_query;
} // end if...else
 
if (isset($db)) {
PMA_DBI_select_db($db);
}
 
// If the query is a DELETE query with no WHERE clause, get the number of
// rows that will be deleted (mysql_affected_rows will always return 0 in
// this case)
// Note: testing shows that this no longer applies since MySQL 4.0.x
 
if (PMA_MYSQL_INT_VERSION < 40000) {
if ($is_delete
&& preg_match('@^DELETE([[:space:]].+)?(FROM[[:space:]](.+))$@i', $sql_query, $parts)
&& !preg_match('@[[:space:]]WHERE[[:space:]]@i', $parts[3])) {
$cnt_all_result = @PMA_DBI_try_query('SELECT COUNT(*) as count ' . $parts[2]);
if ($cnt_all_result) {
list($num_rows) = PMA_DBI_fetch_row($cnt_all_result);
PMA_DBI_free_result($cnt_all_result);
} else {
$num_rows = 0;
}
}
}
 
// E x e c u t e t h e q u e r y
 
// Only if we didn't ask to see the php code (mikebeck)
if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) {
unset($result);
$num_rows = 0;
} else {
// garvin: Measure query time.
// TODO-Item http://sourceforge.net/tracker/index.php?func=detail&aid=571934&group_id=23067&atid=377411
$querytime_before = array_sum(explode(' ', microtime()));
 
$result = @PMA_DBI_try_query($full_sql_query, null, PMA_DBI_QUERY_STORE);
 
$querytime_after = array_sum(explode(' ', microtime()));
 
$GLOBALS['querytime'] = $querytime_after - $querytime_before;
 
// Displays an error message if required and stop parsing the script
if ($error = PMA_DBI_getError()) {
require_once './libraries/header.inc.php';
$full_err_url = (preg_match('@^(db_details|tbl_properties)@', $err_url))
? $err_url . '&amp;show_query=1&amp;sql_query=' . urlencode($sql_query)
: $err_url;
PMA_mysqlDie($error, $full_sql_query, '', $full_err_url);
}
unset($error);
 
// Gets the number of rows affected/returned
// (This must be done immediately after the query because
// mysql_affected_rows() reports about the last query done)
 
if (!$is_affected) {
$num_rows = ($result) ? @PMA_DBI_num_rows($result) : 0;
} elseif (!isset($num_rows)) {
$num_rows = @PMA_DBI_affected_rows();
}
 
// Checks if the current database has changed
// This could happen if the user sends a query like "USE `database`;"
$res = PMA_DBI_query('SELECT DATABASE() AS \'db\';');
$row = PMA_DBI_fetch_row($res);
if (is_array($row) && isset($row[0]) && (strcasecmp($db, $row[0]) != 0)) {
$db = $row[0];
$reload = 1;
}
@PMA_DBI_free_result($res);
unset($res, $row);
 
// tmpfile remove after convert encoding appended by Y.Kawada
if (function_exists('PMA_kanji_file_conv')
&& (isset($textfile) && file_exists($textfile))) {
unlink($textfile);
}
 
// Counts the total number of rows for the same 'SELECT' query without the
// 'LIMIT' clause that may have been programatically added
 
if (empty($sql_limit_to_append)) {
$unlim_num_rows = $num_rows;
// if we did not append a limit, set this to get a correct
// "Showing rows..." message
$GLOBALS['session_max_rows'] = 'all';
} elseif ($is_select) {
 
// c o u n t q u e r y
 
// If we are "just browsing", there is only one table,
// and no where clause (or just 'WHERE 1 '),
// so we do a quick count (which uses MaxExactCount)
// because SQL_CALC_FOUND_ROWS
// is not quick on large InnoDB tables
 
// but do not count again if we did it previously
// due to $find_real_end == true
 
if (!$is_group
&& !isset($analyzed_sql[0]['queryflags']['union'])
&& !isset($analyzed_sql[0]['table_ref'][1]['table_name'])
&& (empty($analyzed_sql[0]['where_clause'])
|| $analyzed_sql[0]['where_clause'] == '1 ')
&& !isset($find_real_end)
) {
 
// "j u s t b r o w s i n g"
$unlim_num_rows = PMA_countRecords($db, $table, true);
 
} else { // n o t " j u s t b r o w s i n g "
 
if (PMA_MYSQL_INT_VERSION < 40000) {
 
// detect this case:
// SELECT DISTINCT x AS foo, y AS bar FROM sometable
 
if (isset($analyzed_sql[0]['queryflags']['distinct'])) {
$count_what = 'DISTINCT ';
$first_expr = true;
foreach ($analyzed_sql[0]['select_expr'] as $part) {
$count_what .= (!$first_expr ? ', ' : '') . $part['expr'];
$first_expr = false;
}
} else {
$count_what = '*';
}
// this one does not apply to VIEWs
$count_query = 'SELECT COUNT(' . $count_what . ') AS count';
}
 
// add the remaining of select expression if there is
// a GROUP BY or HAVING clause
if (PMA_MYSQL_INT_VERSION < 40000
&& $count_what =='*'
&& (!empty($analyzed_sql[0]['group_by_clause'])
|| !empty($analyzed_sql[0]['having_clause']))) {
$count_query .= ' ,' . $analyzed_sql[0]['select_expr_clause'];
}
 
if (PMA_MYSQL_INT_VERSION >= 40000) {
// add select expression after the SQL_CALC_FOUND_ROWS
 
// for UNION, just adding SQL_CALC_FOUND_ROWS
// after the first SELECT works.
 
// take the left part, could be:
// SELECT
// (SELECT
$count_query = PMA_SQP_formatHtml($parsed_sql, 'query_only', 0, $analyzed_sql[0]['position_of_first_select'] + 1);
$count_query .= ' SQL_CALC_FOUND_ROWS ';
// add everything that was after the first SELECT
$count_query .= PMA_SQP_formatHtml($parsed_sql, 'query_only', $analyzed_sql[0]['position_of_first_select']+1);
} else { // PMA_MYSQL_INT_VERSION < 40000
 
if (!empty($analyzed_sql[0]['from_clause'])) {
$count_query .= ' FROM ' . $analyzed_sql[0]['from_clause'];
}
if (!empty($analyzed_sql[0]['where_clause'])) {
$count_query .= ' WHERE ' . $analyzed_sql[0]['where_clause'];
}
if (!empty($analyzed_sql[0]['group_by_clause'])) {
$count_query .= ' GROUP BY ' . $analyzed_sql[0]['group_by_clause'];
}
if (!empty($analyzed_sql[0]['having_clause'])) {
$count_query .= ' HAVING ' . $analyzed_sql[0]['having_clause'];
}
} // end if
 
// if using SQL_CALC_FOUND_ROWS, add a LIMIT to avoid
// long delays. Returned count will be complete anyway.
// (but a LIMIT would disrupt results in an UNION)
 
if (PMA_MYSQL_INT_VERSION >= 40000
&& !isset($analyzed_sql[0]['queryflags']['union'])) {
$count_query .= ' LIMIT 1';
}
 
// run the count query
 
if (PMA_MYSQL_INT_VERSION < 40000) {
if ($cnt_all_result = PMA_DBI_try_query($count_query)) {
if ($is_group && $count_what == '*') {
$unlim_num_rows = @PMA_DBI_num_rows($cnt_all_result);
} else {
$unlim_num_rows = PMA_DBI_fetch_assoc($cnt_all_result);
$unlim_num_rows = $unlim_num_rows['count'];
}
PMA_DBI_free_result($cnt_all_result);
} else {
if (PMA_DBI_getError()) {
 
// there are some cases where the generated
// count_query (for MySQL 3) is wrong,
// so we get here.
//TODO: use a big unlimited query to get
// the correct number of rows (depending
// on a config variable?)
$unlim_num_rows = 0;
}
}
} else {
PMA_DBI_try_query($count_query);
// if (mysql_error()) {
// void.
// I tried the case
// (SELECT `User`, `Host`, `Db`, `Select_priv` FROM `db`)
// UNION (SELECT `User`, `Host`, "%" AS "Db",
// `Select_priv`
// FROM `user`) ORDER BY `User`, `Host`, `Db`;
// and although the generated count_query is wrong
// the SELECT FOUND_ROWS() work! (maybe it gets the
// count from the latest query that worked)
//
// another case where the count_query is wrong:
// SELECT COUNT(*), f1 from t1 group by f1
// and you click to sort on count(*)
// }
$cnt_all_result = PMA_DBI_query('SELECT FOUND_ROWS() as count;');
list($unlim_num_rows) = PMA_DBI_fetch_row($cnt_all_result);
@PMA_DBI_free_result($cnt_all_result);
}
} // end else "just browsing"
 
} else { // not $is_select
$unlim_num_rows = 0;
} // end rows total count
 
// garvin: if a table or database gets dropped, check column comments.
if (isset($purge) && $purge == '1') {
require_once './libraries/relation_cleanup.lib.php';
 
if (isset($table) && isset($db) && strlen($table) && strlen($db)) {
PMA_relationsCleanupTable($db, $table);
} elseif (isset($db) && strlen($db)) {
PMA_relationsCleanupDatabase($db);
} else {
// garvin: VOID. No DB/Table gets deleted.
} // end if relation-stuff
} // end if ($purge)
 
// garvin: If a column gets dropped, do relation magic.
if (isset($cpurge) && $cpurge == '1' && isset($purgekey)
&& isset($db) && isset($table)
&& strlen($db) && strlen($table) && !empty($purgekey)) {
require_once './libraries/relation_cleanup.lib.php';
PMA_relationsCleanupColumn($db, $table, $purgekey);
 
} // end if column PMA_* purge
} // end else "didn't ask to see php code"
 
// No rows returned -> move back to the calling page
if ($num_rows < 1 || $is_affected) {
if ($is_delete) {
$message = $strDeletedRows . '&nbsp;' . $num_rows;
} elseif ($is_insert) {
if ($is_replace) {
/* For replace we get DELETED + INSERTED row count, so we have to call it affected */
$message = $strAffectedRows . '&nbsp;' . $num_rows;
} else {
$message = $strInsertedRows . '&nbsp;' . $num_rows;
}
$insert_id = PMA_DBI_insert_id();
if ($insert_id != 0) {
// insert_id is id of FIRST record inserted in one insert, so if we inserted multiple rows, we had to increment this
$message .= '[br]'.$strInsertedRowId . '&nbsp;' . ($insert_id + $num_rows - 1);
}
} elseif ($is_affected) {
$message = $strAffectedRows . '&nbsp;' . $num_rows;
 
// Ok, here is an explanation for the !$is_select.
// The form generated by sql_query_form.lib.php
// and db_details.php has many submit buttons
// on the same form, and some confusion arises from the
// fact that $zero_rows is sent for every case.
// The $zero_rows containing $strSuccess and sent with
// the form should not have priority over
// errors like $strEmptyResultSet
} elseif (!empty($zero_rows) && !$is_select) {
$message = $zero_rows;
} elseif (!empty($GLOBALS['show_as_php'])) {
$message = $strPhp;
} elseif (!empty($GLOBALS['validatequery'])) {
$message = $strValidateSQL;
} else {
$message = $strEmptyResultSet;
}
 
$message .= ' ' . (isset($GLOBALS['querytime']) ? '(' . sprintf($strQueryTime, $GLOBALS['querytime']) . ')' : '');
 
if ($is_gotofile) {
$goto = PMA_securePath($goto);
// Checks for a valid target script
if (isset($table) && $table == '') {
unset($table);
}
if (isset($db) && $db == '') {
unset($db);
}
$is_db = $is_table = false;
if (strpos(' ' . $goto, 'tbl_properties') == 1) {
if (!isset($table)) {
$goto = 'db_details.php';
} else {
$is_table = @PMA_DBI_query('SHOW TABLES LIKE \'' . PMA_sqlAddslashes($table, true) . '\';', null, PMA_DBI_QUERY_STORE);
if (!($is_table && @PMA_DBI_num_rows($is_table))) {
$goto = 'db_details.php';
unset($table);
}
@PMA_DBI_free_result($is_table);
} // end if... else...
}
if (strpos(' ' . $goto, 'db_details') == 1) {
if (isset($table)) {
unset($table);
}
if (!isset($db)) {
$goto = 'main.php';
} else {
$is_db = @PMA_DBI_select_db($db);
if (!$is_db) {
$goto = 'main.php';
unset($db);
}
} // end if... else...
}
// Loads to target script
if (strpos(' ' . $goto, 'db_details') == 1
|| strpos(' ' . $goto, 'tbl_properties') == 1) {
$js_to_run = 'functions.js';
}
if ($goto != 'main.php') {
require_once './libraries/header.inc.php';
}
$active_page = $goto;
require './' . $goto;
} else {
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . str_replace('&amp;', '&', $goto) . '&message=' . urlencode($message));
} // end else
exit();
} // end no rows returned
 
// At least one row is returned -> displays a table with results
else {
// Displays the headers
if (isset($show_query)) {
unset($show_query);
}
if (isset($printview) && $printview == '1') {
require_once './libraries/header_printview.inc.php';
} else {
$js_to_run = 'functions.js';
unset($message);
if (isset($table) && strlen($table)) {
require './libraries/tbl_properties_common.php';
$url_query .= '&amp;goto=tbl_properties.php&amp;back=tbl_properties.php';
require './libraries/tbl_properties_table_info.inc.php';
require './libraries/tbl_properties_links.inc.php';
} elseif (isset($db) && strlen($db)) {
require './libraries/db_details_common.inc.php';
require './libraries/db_details_db_info.inc.php';
} else {
require './libraries/server_common.inc.php';
require './libraries/server_links.inc.php';
}
}
 
if (isset($db) && strlen($db)) {
require_once './libraries/relation.lib.php';
$cfgRelation = PMA_getRelationsParam();
}
 
// Gets the list of fields properties
if (isset($result) && $result) {
$fields_meta = PMA_DBI_get_fields_meta($result);
$fields_cnt = count($fields_meta);
}
 
// Display previous update query (from tbl_replace)
if (isset($disp_query) && $cfg['ShowSQL'] == true) {
$tmp_sql_query = $GLOBALS['sql_query'];
$GLOBALS['sql_query'] = $disp_query;
PMA_showMessage($disp_message);
$GLOBALS['sql_query'] = $tmp_sql_query;
}
 
// Displays the results in a table
require_once './libraries/display_tbl.lib.php';
if (empty($disp_mode)) {
// see the "PMA_setDisplayMode()" function in
// libraries/display_tbl.lib.php
$disp_mode = 'urdr111101';
}
if (!isset($dontlimitchars)) {
$dontlimitchars = 0;
}
 
// hide edit and delete links for information_schema
if (PMA_MYSQL_INT_VERSION >= 50002 && isset($db) && $db == 'information_schema') {
$disp_mode = 'nnnn110111';
}
 
PMA_displayTable($result, $disp_mode, $analyzed_sql);
PMA_DBI_free_result($result);
 
// BEGIN INDEX CHECK See if indexes should be checked.
if (isset($query_type) && $query_type == 'check_tbl' && isset($selected) && is_array($selected)) {
foreach ($selected AS $idx => $tbl_name) {
$indexes = $indexes_info = $indexes_data = array();
$tbl_ret_keys = PMA_get_indexes(urldecode($tbl_name), $err_url_0);
 
PMA_extract_indexes($tbl_ret_keys, $indexes, $indexes_info, $indexes_data);
 
$idx_collection = PMA_show_indexes(urldecode($tbl_name), $indexes, $indexes_info, $indexes_data, false);
$check = PMA_check_indexes($idx_collection);
if (!empty($check)) {
?>
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td class="tblHeaders" colspan="7"><?php printf($strIndexWarningTable, urldecode($tbl_name)); ?></td>
</tr>
<?php echo $check; ?>
</table>
<?php
}
}
} // End INDEX CHECK
 
if ($disp_mode[6] == '1' || $disp_mode[9] == '1') {
echo "\n";
echo '<hr />' . "\n";
 
// Displays "Insert a new row" link if required
if ($disp_mode[6] == '1') {
$lnk_goto = 'sql.php?'
. PMA_generate_common_url($db, $table)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode($sql_query);
$url_query = '?'
. PMA_generate_common_url($db, $table)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode($sql_query)
. '&amp;goto=' . urlencode($lnk_goto);
 
echo ' <!-- Insert a new row -->' . "\n";
echo PMA_linkOrButton(
'tbl_change.php' . $url_query,
($cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_insrow.png" height="16" width="16" alt="' . $strInsertNewRow . '"/>' : '') . $strInsertNewRow,
'', true, true, '') . "\n";
 
if ($disp_mode[9] == '1') {
echo '&nbsp;&nbsp;';
}
echo "\n";
} // end insert new row
 
// Displays "printable view" link if required
if ($disp_mode[9] == '1') {
$url_query = '?'
. PMA_generate_common_url($db, $table)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;printview=1'
. '&amp;sql_query=' . urlencode($sql_query);
echo ' <!-- Print view -->' . "\n";
echo PMA_linkOrButton(
'sql.php' . $url_query . ((isset($dontlimitchars) && $dontlimitchars == '1') ? '&amp;dontlimitchars=1' : ''),
($cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_print.png" height="16" width="16" alt="' . $strPrintView . '"/>' : '') . $strPrintView,
'', true, true, 'print_view') . "\n";
 
if (!$dontlimitchars) {
echo ' &nbsp;&nbsp;' . "\n";
echo PMA_linkOrButton(
'sql.php' . $url_query . '&amp;dontlimitchars=1',
($cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_print.png" height="16" width="16" alt="' . $strPrintViewFull . '"/>' : '') . $strPrintViewFull,
'', true, true, 'print_view') . "\n";
}
} // end displays "printable view"
 
echo "\n";
}
 
// Export link
// (the url_query has extra parameters that won't be used to export)
// (the single_table parameter is used in display_export.lib.php
// to hide the SQL and the structure export dialogs)
if (isset($analyzed_sql[0]) && $analyzed_sql[0]['querytype'] == 'SELECT' && !isset($printview)) {
if (isset($analyzed_sql[0]['table_ref'][0]['table_true_name']) && !isset($analyzed_sql[0]['table_ref'][1]['table_true_name'])) {
$single_table = '&amp;single_table=true';
} else {
$single_table = '';
}
echo ' <!-- Export -->' . "\n";
echo ' &nbsp;&nbsp;' . "\n";
echo PMA_linkOrButton(
'tbl_properties_export.php' . $url_query . '&amp;unlim_num_rows=' . $unlim_num_rows . $single_table,
($cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_tblexport.png" height="16" width="16" alt="' . $strExport . '" />' : '') . $strExport,
'', true, true, '') . "\n";
}
 
// Bookmark Support if required
if ($disp_mode[7] == '1'
&& (isset($cfg['Bookmark']) && $cfg['Bookmark']['db'] && $cfg['Bookmark']['table'] && empty($id_bookmark))
&& !empty($sql_query)) {
echo "\n";
 
$goto = 'sql.php?'
. PMA_generate_common_url($db, $table)
. '&amp;pos=' . $pos
. '&amp;session_max_rows=' . $session_max_rows
. '&amp;disp_direction=' . $disp_direction
. '&amp;repeat_cells=' . $repeat_cells
. '&amp;dontlimitchars=' . $dontlimitchars
. '&amp;sql_query=' . urlencode($sql_query)
. '&amp;id_bookmark=1';
 
if ($disp_mode[3] == '1') {
echo ' <i>' . $strOr . '</i>';
} else {
echo '<br /><br />';
}
?>
<form action="sql.php" method="post" onsubmit="return emptyFormElements(this, 'fields[label]');">
<?php echo PMA_generate_common_hidden_inputs(); ?>
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="fields[dbase]" value="<?php echo htmlspecialchars($db); ?>" />
<input type="hidden" name="fields[user]" value="<?php echo $cfg['Bookmark']['user']; ?>" />
<input type="hidden" name="fields[query]" value="<?php echo urlencode(isset($complete_query) ? $complete_query : $sql_query); ?>" />
<fieldset>
<legend><?php
echo ($cfg['PropertiesIconic'] ? '<img class="icon" src="' . $pmaThemeImage . 'b_bookmark.png" width="16" height="16" alt="' . $strBookmarkThis . '" />' : '')
. $strBookmarkThis;
?>
</legend>
 
<div class="formelement">
<label for="fields_label_"><?php echo $strBookmarkLabel; ?>:</label>
<input type="text" id="fields_label_" name="fields[label]" value="" />
</div>
 
<div class="formelement">
<input type="checkbox" name="bkm_all_users" id="bkm_all_users" value="true" />
<label for="bkm_all_users"><?php echo $strBookmarkAllUsers; ?></label>
</div>
 
<div class="clearfloat"></div>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="store_bkm" value="<?php echo $strBookmarkThis; ?>" />
</fieldset>
</form>
<?php
} // end bookmark support
 
// Do print the page if required
if (isset($printview) && $printview == '1') {
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
// Do print the page
window.onload = function()
{
if (typeof(window.print) != 'undefined') {
window.print();
}
}
//]]>
</script>
<?php
} // end print case
} // end rows returned
 
} // end executes the query
 
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
?>
/Web/Maintenance/phpMyAdmin/tbl_addfield.php
0,0 → 1,232
<?php
/* $Id: tbl_addfield.php,v 2.24 2006/01/17 17:02:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Get some core libraries
*/
require_once('./libraries/common.lib.php');
 
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
 
// Check parameters
PMA_checkParameters(array('db', 'table'));
 
 
/**
* Defines the url to return to in case of error in a sql statement
*/
$err_url = 'tbl_properties.php?' . PMA_generate_common_url($db, $table);
 
/**
* The form used to define the field to add has been submitted
*/
$abort = false;
if (isset($submit_num_fields)) {
if (isset($orig_after_field)) {
$after_field = $orig_after_field;
}
if (isset($orig_field_where)) {
$field_where = $orig_field_where;
}
$num_fields = $orig_num_fields + $added_fields;
$regenerate = TRUE;
} elseif (isset($do_save_data)) {
$query = '';
 
// Transforms the radio button field_key into 3 arrays
$field_cnt = count($field_name);
for ($i = 0; $i < $field_cnt; ++$i) {
if (isset(${'field_key_' . $i})) {
if (${'field_key_' . $i} == 'primary_' . $i) {
$field_primary[] = $i;
}
if (${'field_key_' . $i} == 'index_' . $i) {
$field_index[] = $i;
}
if (${'field_key_' . $i} == 'unique_' . $i) {
$field_unique[] = $i;
}
} // end if
} // end for
// Builds the field creation statement and alters the table
 
for ($i = 0; $i < $field_cnt; ++$i) {
// '0' is also empty for php :-(
if (empty($field_name[$i]) && $field_name[$i] != '0') {
continue;
}
 
$query .= PMA_generateFieldSpec($field_name[$i], $field_type[$i], $field_length[$i], $field_attribute[$i], isset($field_collation[$i]) ? $field_collation[$i] : '', $field_null[$i], $field_default[$i], isset($field_default_current_timestamp[$i]), $field_extra[$i], isset($field_comments[$i]) ? $field_comments[$i] : '', $field_primary, $i);
 
if ($field_where != 'last') {
// Only the first field can be added somewhere other than at the end
if ($i == 0) {
if ($field_where == 'first') {
$query .= ' FIRST';
} else {
$query .= ' AFTER ' . PMA_backquote(urldecode($after_field));
}
} else {
$query .= ' AFTER ' . PMA_backquote($field_name[$i-1]);
}
}
$query .= ', ADD ';
} // end for
$query = preg_replace('@, ADD $@', '', $query);
 
// To allow replication, we first select the db to use and then run queries
// on this db.
PMA_DBI_select_db($db) or PMA_mysqlDie(PMA_getError(), 'USE ' . PMA_backquotes($db), '', $err_url);
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' ADD ' . $query;
$error_create = FALSE;
PMA_DBI_try_query($sql_query) or $error_create = TRUE;
 
if ($error_create == false) {
 
$sql_query_cpy = $sql_query . ';';
 
// Builds the primary keys statements and updates the table
$primary = '';
if (isset($field_primary)) {
$primary_cnt = count($field_primary);
for ($i = 0; $i < $primary_cnt; $i++) {
$j = $field_primary[$i];
if (isset($field_name[$j]) && strlen($field_name[$j])) {
$primary .= PMA_backquote($field_name[$j]) . ', ';
}
} // end for
$primary = preg_replace('@, $@', '', $primary);
if (strlen($primary)) {
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' ADD PRIMARY KEY (' . $primary . ');';
$result = PMA_DBI_query($sql_query);
$sql_query_cpy .= "\n" . $sql_query . ';';
}
} // end if
 
// Builds the indexes statements and updates the table
$index = '';
if (isset($field_index)) {
$index_cnt = count($field_index);
for ($i = 0; $i < $index_cnt; $i++) {
$j = $field_index[$i];
if (isset($field_name[$j]) && strlen($field_name[$j])) {
$index .= PMA_backquote($field_name[$j]) . ', ';
}
} // end for
$index = preg_replace('@, $@', '', $index);
if (strlen($index)) {
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' ADD INDEX (' . $index . ')';
$result = PMA_DBI_query($sql_query);
$sql_query_cpy .= "\n" . $sql_query . ';';
}
} // end if
 
// Builds the uniques statements and updates the table
$unique = '';
if (isset($field_unique)) {
$unique_cnt = count($field_unique);
for ($i = 0; $i < $unique_cnt; $i++) {
$j = $field_unique[$i];
if (isset($field_name[$j]) && strlen($field_name[$j])) {
$unique .= PMA_backquote($field_name[$j]) . ', ';
}
} // end for
$unique = preg_replace('@, $@', '', $unique);
if (strlen($unique)) {
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' ADD UNIQUE (' . $unique . ')';
$result = PMA_DBI_query($sql_query);
$sql_query_cpy .= "\n" . $sql_query . ';';
}
} // end if
 
 
// Builds the fulltext statements and updates the table
$fulltext = '';
if (isset($field_fulltext)) {
$fulltext_cnt = count($field_fulltext);
for ($i = 0; $i < $fulltext_cnt; $i++) {
$j = $field_fulltext[$i];
$fulltext .= PMA_backquote($field_name[$j]) . ', ';
} // end for
$fulltext = preg_replace('@, $@', '', $fulltext);
if (strlen($fulltext)) {
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' ADD FULLTEXT (' . $fulltext . ')';
$result = PMA_DBI_query($sql_query);
$sql_query_cpy .= "\n" . $sql_query . ';';
}
} // end if
 
// garvin: If comments were sent, enable relation stuff
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
 
$cfgRelation = PMA_getRelationsParam();
 
// garvin: Update comment table, if a comment was set.
if (isset($field_comments) && is_array($field_comments) && $cfgRelation['commwork'] && PMA_MYSQL_INT_VERSION < 40100) {
foreach ($field_comments AS $fieldindex => $fieldcomment) {
if (isset($field_name[$fieldindex]) && strlen($field_name[$fieldindex])) {
PMA_setComment($db, $table, $field_name[$fieldindex], $fieldcomment, '', 'pmadb');
}
}
}
 
// garvin: Update comment table for mime types [MIME]
if (isset($field_mimetype) && is_array($field_mimetype) && $cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME']) {
foreach ($field_mimetype AS $fieldindex => $mimetype) {
if (isset($field_name[$fieldindex]) && strlen($field_name[$fieldindex])) {
PMA_setMIME($db, $table, $field_name[$fieldindex], $mimetype, $field_transformation[$fieldindex], $field_transformation_options[$fieldindex]);
}
}
}
 
// Go back to the structure sub-page
$sql_query = $sql_query_cpy;
unset($sql_query_cpy);
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenAltered;
$active_page = 'tbl_properties_structure.php';
require('./tbl_properties_structure.php');
} else {
PMA_mysqlDie('', '', '', $err_url, FALSE);
// garvin: An error happened while inserting/updating a table definition.
// to prevent total loss of that data, we embed the form once again.
// The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php
$num_fields = $orig_num_fields;
if (isset($orig_after_field)) {
$after_field = $orig_after_field;
}
if (isset($orig_field_where)) {
$field_where = $orig_field_where;
}
$regenerate = true;
}
} // end do alter table
 
/**
* Displays the form used to define the new field
*/
if ($abort == FALSE) {
/**
* Gets tables informations
*/
require_once('./libraries/tbl_properties_common.php');
require_once('./libraries/tbl_properties_table_info.inc.php');
/**
* Displays top menu links
*/
$active_page = 'tbl_properties_structure.php';
require_once('./libraries/tbl_properties_links.inc.php');
/**
* Display the form
*/
$action = 'tbl_addfield.php';
require_once('./libraries/tbl_properties.inc.php');
 
// Diplays the footer
echo "\n";
require_once('./libraries/footer.inc.php');
}
 
?>
/Web/Maintenance/phpMyAdmin/tbl_alter.php
0,0 → 1,205
<?php
/* $Id: tbl_alter.php,v 2.29 2006/01/14 23:17:15 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
 
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
 
// Check parameters
PMA_checkParameters(array('db', 'table'));
 
/**
* Gets tables informations
*/
require_once('./libraries/tbl_properties_common.php');
require_once('./libraries/tbl_properties_table_info.inc.php');
/**
* Displays top menu links
*/
$active_page = 'tbl_properties_structure.php';
// I don't see the need to display the links here, they will be displayed later
//require('./libraries/tbl_properties_links.inc.php');
 
 
/**
* Defines the url to return to in case of error in a sql statement
*/
$err_url = 'tbl_properties_structure.php?' . PMA_generate_common_url($db, $table);
 
 
/**
* Modifications have been submitted -> updates the table
*/
$abort = false;
if (isset($do_save_data)) {
$field_cnt = count($field_orig);
for ($i = 0; $i < $field_cnt; $i++) {
// to "&quot;" in tbl_properties.php
$field_orig[$i] = urldecode($field_orig[$i]);
if (strcmp(str_replace('"', '&quot;', $field_orig[$i]), $field_name[$i]) == 0) {
$field_name[$i] = $field_orig[$i];
}
$field_default_orig[$i] = urldecode($field_default_orig[$i]);
if (strcmp(str_replace('"', '&quot;', $field_default_orig[$i]), $field_default[$i]) == 0) {
$field_default[$i] = $field_default_orig[$i];
}
$field_length_orig[$i] = urldecode($field_length_orig[$i]);
if (strcmp(str_replace('"', '&quot;', $field_length_orig[$i]), $field_length[$i]) == 0) {
$field_length[$i] = $field_length_orig[$i];
}
if (!isset($query)) {
$query = '';
} else {
$query .= ', CHANGE ';
}
 
$query .= PMA_generateAlterTable($field_orig[$i], $field_name[$i], $field_type[$i], $field_length[$i], $field_attribute[$i], isset($field_collation[$i]) ? $field_collation[$i] : '', $field_null[$i], $field_default[$i], isset($field_default_current_timestamp[$i]), $field_extra[$i], (isset($field_comments[$i]) ? $field_comments[$i] : ''), $field_default_orig[$i]);
} // end for
 
// To allow replication, we first select the db to use and then run queries
// on this db.
PMA_DBI_select_db($db) or PMA_mysqlDie(PMA_DBI_getError(), 'USE ' . PMA_backquote($db) . ';', '', $err_url);
// Optimization fix - 2 May 2001 - Robbat2
$sql_query = 'ALTER TABLE ' . PMA_backquote($table) . ' CHANGE ' . $query;
$error_create = FALSE;
$result = PMA_DBI_try_query($sql_query) or $error_create = TRUE;
 
if ($error_create == FALSE) {
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenAltered;
$btnDrop = 'Fake';
 
// garvin: If comments were sent, enable relation stuff
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
 
$cfgRelation = PMA_getRelationsParam();
 
// take care of pmadb internal comments here
// garvin: Update comment table, if a comment was set.
if (PMA_MYSQL_INT_VERSION < 40100 && isset($field_comments) && is_array($field_comments) && $cfgRelation['commwork']) {
foreach ($field_comments AS $fieldindex => $fieldcomment) {
if (isset($field_name[$fieldindex]) && strlen($field_name[$fieldindex])) {
PMA_setComment($db, $table, $field_name[$fieldindex], $fieldcomment, $field_orig[$fieldindex], 'pmadb');
}
}
}
 
// garvin: Rename relations&display fields, if altered.
if (($cfgRelation['displaywork'] || $cfgRelation['relwork']) && isset($field_orig) && is_array($field_orig)) {
foreach ($field_orig AS $fieldindex => $fieldcontent) {
if ($field_name[$fieldindex] != $fieldcontent) {
if ($cfgRelation['displaywork']) {
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. ' SET display_field = \'' . PMA_sqlAddslashes($field_name[$fieldindex]) . '\''
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND display_field = \'' . PMA_sqlAddslashes($fieldcontent) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
}
 
if ($cfgRelation['relwork']) {
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' SET master_field = \'' . PMA_sqlAddslashes($field_name[$fieldindex]) . '\''
. ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND master_field = \'' . PMA_sqlAddslashes($fieldcontent) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
 
$table_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' SET foreign_field = \'' . PMA_sqlAddslashes($field_name[$fieldindex]) . '\''
. ' WHERE foreign_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND foreign_table = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND foreign_field = \'' . PMA_sqlAddslashes($fieldcontent) . '\'';
$tb_rs = PMA_query_as_cu($table_query);
unset($table_query);
unset($tb_rs);
} // end if relwork
} // end if fieldname has changed
} // end while check fieldnames
} // end if relations/display has to be changed
 
// garvin: Update comment table for mime types [MIME]
if (isset($field_mimetype) && is_array($field_mimetype) && $cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME']) {
foreach ($field_mimetype AS $fieldindex => $mimetype) {
if (isset($field_name[$fieldindex]) && strlen($field_name[$fieldindex])) {
PMA_setMIME($db, $table, $field_name[$fieldindex], $mimetype, $field_transformation[$fieldindex], $field_transformation_options[$fieldindex]);
}
}
}
 
$active_page = 'tbl_properties_structure.php';
require('./tbl_properties_structure.php');
} else {
PMA_mysqlDie('', '', '', $err_url, FALSE);
// garvin: An error happened while inserting/updating a table definition.
// to prevent total loss of that data, we embed the form once again.
// The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php
if (isset($orig_field)) {
$field = $orig_field;
}
 
$regenerate = true;
}
}
 
/**
* No modifications yet required -> displays the table fields
*/
if ($abort == FALSE) {
if (!isset($selected)) {
PMA_checkParameters(array('field'));
$selected[] = $field;
$selected_cnt = 1;
} else { // from a multiple submit
$selected_cnt = count($selected);
}
 
// TODO: optimize in case of multiple fields to modify
for ($i = 0; $i < $selected_cnt; $i++) {
if (!empty($submit_mult)) {
$field = PMA_sqlAddslashes(urldecode($selected[$i]), TRUE);
} else {
$field = PMA_sqlAddslashes($selected[$i], TRUE);
}
$result = PMA_DBI_query('SHOW FULL FIELDS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db) . ' LIKE \'' . $field . '\';');
$fields_meta[] = PMA_DBI_fetch_assoc($result);
PMA_DBI_free_result($result);
}
$num_fields = count($fields_meta);
$action = 'tbl_alter.php';
 
// Get more complete field information
// For now, this is done just for MySQL 4.1.2+ new TIMESTAMP options
// but later, if the analyser returns more information, it
// could be executed for any MySQL version and replace
// the info given by SHOW FULL FIELDS FROM.
// TODO: put this code into a require()
// or maybe make it part of PMA_DBI_get_fields();
 
// We also need this to correctly learn if a TIMESTAMP is NOT NULL, since
// SHOW FULL FIELDS says NULL and SHOW CREATE TABLE says NOT NULL (tested
// in MySQL 4.0.25).
 
$show_create_table = PMA_DBI_fetch_value(
'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table),
0, 1 );
$analyzed_sql = PMA_SQP_analyze( PMA_SQP_parse( $show_create_table ) );
 
require('./libraries/tbl_properties.inc.php');
}
 
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_change.php
0,0 → 1,980
<?php
/* $Id: tbl_change.php,v 2.77.2.3 2006/02/18 14:32:38 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets the variables sent or posted to this script and displays the header
*/
require_once('./libraries/common.lib.php');
 
/**
* Sets global variables.
* Here it's better to use a if, instead of the '?' operator
* to avoid setting a variable to '' when it's not present in $_REQUEST
*/
if (isset($_REQUEST['pos'])) {
$pos = $_REQUEST['pos'];
}
if (isset($_REQUEST['session_max_rows'])) {
$session_max_rows = $_REQUEST['session_max_rows'];
}
if (isset($_REQUEST['disp_direction'])) {
$disp_direction = $_REQUEST['disp_direction'];
}
if (isset($_REQUEST['repeat_cells'])) {
$repeat_cells = $_REQUEST['repeat_cells'];
}
if (isset($_REQUEST['dontlimitchars'])) {
$dontlimitchars = $_REQUEST['dontlimitchars'];
}
if (isset($_REQUEST['primary_key'])) {
$primary_key = $_REQUEST['primary_key'];
}
if (isset($_REQUEST['sql_query'])) {
$sql_query = $_REQUEST['sql_query'];
}
 
 
$js_to_run = 'tbl_change.js';
require_once('./libraries/header.inc.php');
require_once('./libraries/relation.lib.php'); // foreign keys
require_once('./libraries/file_listing.php'); // file listing
 
 
/**
* Displays the query submitted and its result
*/
if (!empty($disp_message)) {
if (isset($goto)) {
$goto_cpy = $goto;
$goto = 'tbl_properties.php?'
. PMA_generate_common_url($db, $table)
. '&amp;$show_query=1'
. '&amp;sql_query=' . (isset($disp_query) ? urlencode($disp_query) : '');
} else {
$show_query = '1';
}
if (isset($sql_query)) {
$sql_query_cpy = $sql_query;
unset($sql_query);
}
if (isset($disp_query)) {
$sql_query = $disp_query;
}
PMA_showMessage($disp_message);
if (isset($goto_cpy)) {
$goto = $goto_cpy;
unset($goto_cpy);
}
if (isset($sql_query_cpy)) {
$sql_query = $sql_query_cpy;
unset($sql_query_cpy);
}
}
 
 
/**
* Defines the url to return to in case of error in a sql statement
* (at this point, $goto might be set but empty)
*/
if (empty($goto)) {
$goto = 'db_details.php';
}
// TODO: check if we could replace by "db_details|tbl"
if (!preg_match('@^(db_details|tbl_properties|tbl_select|tbl_import)@', $goto)) {
$err_url = $goto . "?" . PMA_generate_common_url($db) . "&amp;sql_query=" . urlencode($sql_query);
} else {
$err_url = $goto . '?'
. PMA_generate_common_url($db)
. ((preg_match('@^(tbl_properties|tbl_select)@', $goto)) ? '&amp;table=' . urlencode($table) : '');
}
 
 
/**
* Ensures db and table are valid, else moves to the "parent" script
*/
require_once('./libraries/db_table_exists.lib.php');
 
 
/**
* Sets parameters for links
*/
$url_query = PMA_generate_common_url($db, $table)
. '&amp;goto=tbl_properties.php';
 
require_once('./libraries/tbl_properties_table_info.inc.php');
 
/* Get comments */
 
$comments_map = array();
 
if ($GLOBALS['cfg']['ShowPropertyComments']) {
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
 
$cfgRelation = PMA_getRelationsParam();
 
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$comments_map = PMA_getComments($db, $table);
}
}
 
/**
* Displays top menu links
*/
require_once('./libraries/tbl_properties_links.inc.php');
 
 
/**
* Get the analysis of SHOW CREATE TABLE for this table
*/
$show_create_table = PMA_DBI_fetch_value(
'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table),
0, 1 );
$analyzed_sql = PMA_SQP_analyze( PMA_SQP_parse( $show_create_table ) );
unset($show_create_table);
 
/**
* Get the list of the fields of the current table
*/
PMA_DBI_select_db($db);
$table_def = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE);
if (isset($primary_key)) {
if (is_array($primary_key)) {
$primary_key_array = $primary_key;
} else {
$primary_key_array = array(0 => $primary_key);
}
 
$row = array();
$result = array();
foreach ($primary_key_array AS $rowcount => $primary_key) {
$local_query = 'SELECT * FROM ' . PMA_backquote($table) . ' WHERE ' . $primary_key . ';';
$result[$rowcount] = PMA_DBI_query($local_query, null, PMA_DBI_QUERY_STORE);
$row[$rowcount] = PMA_DBI_fetch_assoc($result[$rowcount]);
$primary_keys[$rowcount] = $primary_key;
 
// No row returned
if (!$row[$rowcount]) {
unset($row[$rowcount]);
unset($primary_key_array[$rowcount]);
$goto_cpy = $goto;
$goto = 'tbl_properties.php?'
. PMA_generate_common_url($db, $table)
. '&amp;$show_query=1'
. '&amp;sql_query=' . urlencode($local_query);
if (isset($sql_query)) {
$sql_query_cpy = $sql_query;
unset($sql_query);
}
$sql_query = $local_query;
PMA_showMessage($strEmptyResultSet);
$goto = $goto_cpy;
unset($goto_cpy);
if (isset($sql_query_cpy)) {
$sql_query = $sql_query_cpy;
unset($sql_query_cpy);
}
echo "\n";
require_once('./libraries/footer.inc.php');
} // end if (no record returned)
}
} else {
$result = PMA_DBI_query('SELECT * FROM ' . PMA_backquote($table) . ' LIMIT 1;', null, PMA_DBI_QUERY_STORE);
unset($row);
}
 
// <markus@noga.de>
// retrieve keys into foreign fields, if any
$cfgRelation = PMA_getRelationsParam();
$foreigners = ($cfgRelation['relwork'] ? PMA_getForeigners($db, $table) : FALSE);
 
 
/**
* Displays the form
*/
// loic1: autocomplete feature of IE kills the "onchange" event handler and it
// must be replaced by the "onpropertychange" one in this case
$chg_evt_handler = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER >= 5)
? 'onpropertychange'
: 'onchange';
// Had to put the URI because when hosted on an https server,
// some browsers send wrongly this form to the http server.
?>
 
<?php if ($cfg['CtrlArrowsMoving']) { ?>
<!-- Set on key handler for moving using by Ctrl+arrows -->
<script src="./js/keyhandler.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript">
//<![CDATA[
var switch_movement = 0;
document.onkeydown = onKeyDownArrowsHandler;
//]]>
</script>
<?php } ?>
 
<!-- Change table properties form -->
<form method="post" action="tbl_replace.php" name="insertForm" <?php if ($is_upload) { echo ' enctype="multipart/form-data"'; } ?>>
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="goto" value="<?php echo urlencode($goto); ?>" />
<input type="hidden" name="pos" value="<?php echo isset($pos) ? $pos : 0; ?>" />
<input type="hidden" name="session_max_rows" value="<?php echo isset($session_max_rows) ? $session_max_rows : ''; ?>" />
<input type="hidden" name="disp_direction" value="<?php echo isset($disp_direction) ? $disp_direction : ''; ?>" />
<input type="hidden" name="repeat_cells" value="<?php echo isset($repeat_cells) ? $repeat_cells : ''; ?>" />
<input type="hidden" name="dontlimitchars" value="<?php echo (isset($dontlimitchars) ? $dontlimitchars : 0); ?>" />
<input type="hidden" name="err_url" value="<?php echo urlencode($err_url); ?>" />
<input type="hidden" name="sql_query" value="<?php echo isset($sql_query) ? urlencode($sql_query) : ''; ?>" />
<?php
if (isset($primary_key_array)) {
foreach ($primary_key_array AS $primary_key) {
?>
<input type="hidden" name="primary_key[]" value="<?php echo urlencode($primary_key); ?>" />
<?php
}
}
echo "\n";
 
if ($cfg['PropertiesIconic'] == true) {
// We need to copy the value or else the == 'both' check will always return true
$propicon = (string)$cfg['PropertiesIconic'];
 
if ($propicon == 'both') {
$iconic_spacer = '<div class="nowrap">';
} else {
$iconic_spacer = '';
}
 
$titles['Browse'] = $iconic_spacer . '<img width="16" height="16" src="' . $pmaThemeImage . 'b_browse.png" alt="' . $strBrowseForeignValues . '" title="' . $strBrowseForeignValues . '" border="0" />';
 
if ($propicon == 'both') {
$titles['Browse'] .= '&nbsp;' . $strBrowseForeignValues . '</div>';
}
} else {
$titles['Browse'] = $strBrowseForeignValues;
}
 
// Set if we passed the first timestamp field
$timestamp_seen = 0;
$fields_cnt = PMA_DBI_num_rows($table_def);
 
// Set a flag here because the 'if' would not be valid in the loop
// if we set a value in some field
$insert_mode = (!isset($row) ? TRUE : FALSE);
if ($insert_mode) {
$loop_array = array();
for ($i = 0; $i < $cfg['InsertRows']; $i++) $loop_array[] = FALSE;
} else {
$loop_array = $row;
}
 
while ($trow = PMA_DBI_fetch_assoc($table_def)) {
$trow_table_def[] = $trow;
}
 
$tabindex = 0;
$tabindex_for_function = +1000;
$tabindex_for_null = +2000;
$tabindex_for_value = 0;
$o_rows = 0;
$biggest_max_file_size = 0;
foreach ($loop_array AS $vrowcount => $vrow) {
if ($vrow === FALSE) {
unset($vrow);
}
 
if ($insert_mode) {
$jsvkey = $vrowcount;
$browse_foreigners_uri = '&amp;pk=' . $vrowcount;
} else {
$jsvkey = urlencode($primary_keys[$vrowcount]);
$browse_foreigners_uri = '&amp;pk=' . urlencode($primary_keys[$vrowcount]);
}
$vkey = '[multi_edit][' . $jsvkey . ']';
 
$vresult = (isset($result) && is_array($result) && isset($result[$vrowcount]) ? $result[$vrowcount] : $result);
if ($insert_mode && $vrowcount > 0) {
echo '<input type="checkbox" checked="checked" name="insert_ignore_' . $vrowcount . '" id="insert_ignore_check_' . $vrowcount . '" />';
echo '<label for="insert_ignore_check_' . $vrowcount . '">' . $strIgnore . '</label><br />' . "\n";
}
?>
<table border="<?php echo $cfg['Border']; ?>" cellpadding="2" cellspacing="1">
<tr>
<th><?php echo $strField; ?></th>
<th><?php echo $strType; ?></th>
<?php
if ($cfg['ShowFunctionFields']) {
echo ' <th>' . $strFunction . '</th>' . "\n";
}
?>
<th><?php echo $strNull; ?></th>
<th><?php echo $strValue; ?></th>
</tr>
<?php
 
// garvin: For looping on multiple rows, we need to reset any variable used inside the loop to indicate sth.
$timestamp_seen = 0;
unset($first_timestamp);
 
// Sets a multiplier used for input-field counts (as zero cannot be used, advance the counter plus one)
$m_rows = $o_rows + 1;
 
for ($i = 0; $i < $fields_cnt; $i++) {
// Display the submit button after every 15 lines --swix
// (wanted to use an <a href="#bottom"> and <a name> instead,
// but it didn't worked because of the <base href>)
 
if ((($o_rows * $fields_cnt + $i) % 15 == 0) && ($i + $o_rows != 0)) {
?>
<tr>
<th colspan="5" align="right" class="tblFooters">
<input type="submit" value="<?php echo $strGo; ?>" />&nbsp;
</th>
</tr>
<?php
} // end if
echo "\n";
 
$row_table_def = $trow_table_def[$i];
$row_table_def['True_Type'] = preg_replace('@\(.*@s', '', $row_table_def['Type']);
 
$field = $row_table_def['Field'];
 
// removed previous PHP3-workaround that caused a problem with
// field names like '000'
$rowfield = $field;
 
// d a t e t i m e
//
// loic1: current date should not be set as default if the field is NULL
// for the current row
// lem9: but do not put here the current datetime if there is a default
// value (the real default value will be set in the
// Default value logic below)
 
// Note: (tested in MySQL 4.0.16): when lang is some UTF-8,
// $row_table_def['Default'] is not set if it contains NULL:
// Array ( [Field] => d [Type] => datetime [Null] => YES [Key] => [Extra] => [True_Type] => datetime )
// but, look what we get if we switch to iso: (Default is NULL)
// Array ( [Field] => d [Type] => datetime [Null] => YES [Key] => [Default] => [Extra] => [True_Type] => datetime )
// so I force a NULL into it (I don't think it's possible
// to have an empty default value for DATETIME)
// then, the "if" after this one will work
if ($row_table_def['Type'] == 'datetime'
&& !isset($row_table_def['Default'])
&& isset($row_table_def['Null'])
&& $row_table_def['Null'] == 'YES') {
$row_table_def['Default'] = null;
}
 
if ($row_table_def['Type'] == 'datetime'
&& (!isset($row_table_def['Default']))
&& (!is_null($row_table_def['Default']))) {
// INSERT case
if ($insert_mode) {
if (isset($vrow)) {
$vrow[$rowfield] = date('Y-m-d H:i:s', time());
} else {
$vrow = array($rowfield => date('Y-m-d H:i:s', time()));
}
}
// UPDATE case with an empty and not NULL value under PHP4
elseif (empty($vrow[$rowfield]) && is_null($vrow[$rowfield])) {
$vrow[$rowfield] = date('Y-m-d H:i:s', time());
} // end if... elseif...
}
$len = (preg_match('@float|double@', $row_table_def['Type']))
? 100
: PMA_DBI_field_len($vresult, $i);
$first_timestamp = 0;
 
$field_name = htmlspecialchars($field);
if (isset($comments_map[$field])) {
$field_name = '<span style="border-bottom: 1px dashed black;" title="' . htmlspecialchars($comments_map[$field]) . '">' . $field_name . '</span>';
}
 
$bgcolor = ($i % 2) ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo'];
?>
<tr>
<td <?php echo ($cfg['LongtextDoubleTextarea'] && strstr($row_table_def['True_Type'], 'longtext') ? 'rowspan="2"' : ''); ?> align="center" bgcolor="<?php echo $bgcolor; ?>"><?php echo $field_name; ?></td>
<?php
echo "\n";
 
// The type column
$is_binary = stristr($row_table_def['Type'], ' binary');
$is_blob = stristr($row_table_def['Type'], 'blob');
$is_char = stristr($row_table_def['Type'], 'char');
switch ($row_table_def['True_Type']) {
case 'set':
$type = 'set';
$type_nowrap = '';
break;
case 'enum':
$type = 'enum';
$type_nowrap = '';
break;
case 'timestamp':
if (!$timestamp_seen) { // can only occur once per table
$timestamp_seen = 1;
$first_timestamp = 1;
}
$type = $row_table_def['Type'];
$type_nowrap = ' nowrap="nowrap"';
break;
 
default:
$type = $row_table_def['Type'];
$type_nowrap = ' nowrap="nowrap"';
break;
}
?>
<td align="center" bgcolor="<?php echo $bgcolor; ?>"<?php echo $type_nowrap; ?>>
<?php echo $type; ?>
</td>
<?php
echo "\n";
 
// Prepares the field value
$real_null_value = FALSE;
if (isset($vrow)) {
if (!isset($vrow[$rowfield])
|| (function_exists('is_null') && is_null($vrow[$rowfield]))) {
$real_null_value = TRUE;
$vrow[$rowfield] = '';
$special_chars = '';
$data = $vrow[$rowfield];
} else {
// loic1: special binary "characters"
if ($is_binary || $is_blob) {
$vrow[$rowfield] = str_replace("\x00", '\0', $vrow[$rowfield]);
$vrow[$rowfield] = str_replace("\x08", '\b', $vrow[$rowfield]);
$vrow[$rowfield] = str_replace("\x0a", '\n', $vrow[$rowfield]);
$vrow[$rowfield] = str_replace("\x0d", '\r', $vrow[$rowfield]);
$vrow[$rowfield] = str_replace("\x1a", '\Z', $vrow[$rowfield]);
} // end if
$special_chars = htmlspecialchars($vrow[$rowfield]);
$data = $vrow[$rowfield];
} // end if... else...
// loic1: if a timestamp field value is not included in an update
// statement MySQL auto-update it to the current timestamp
$backup_field = ($row_table_def['True_Type'] == 'timestamp')
? ''
: '<input type="hidden" name="fields_prev' . $vkey . '[' . urlencode($field) . ']" value="' . urlencode($vrow[$rowfield]) . '" />';
} else {
// loic1: display default values
if (!isset($row_table_def['Default'])) {
$row_table_def['Default'] = '';
$real_null_value = TRUE;
$data = '';
} else {
$data = $row_table_def['Default'];
}
$special_chars = htmlspecialchars($row_table_def['Default']);
$backup_field = '';
}
 
$idindex = ($o_rows * $fields_cnt) + $i + 1;
$tabindex = (($idindex - 1) * 3) + 1;
 
// The function column
// -------------------
// Change by Bernard M. Piller <bernard@bmpsystems.com>
// We don't want binary data to be destroyed
// Note: from the MySQL manual: "BINARY doesn't affect how the column is
// stored or retrieved" so it does not mean that the contents is
// binary
if ($cfg['ShowFunctionFields']) {
if (($cfg['ProtectBinary'] && $is_blob && !$is_upload)
|| ($cfg['ProtectBinary'] == 'all' && $is_binary)) {
echo ' <td align="center" bgcolor="'. $bgcolor . '">' . $strBinary . '</td>' . "\n";
} elseif (strstr($row_table_def['True_Type'], 'enum') || strstr($row_table_def['True_Type'], 'set')) {
echo ' <td align="center" bgcolor="'. $bgcolor . '">--</td>' . "\n";
} else {
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<select name="funcs<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_function); ?>" id="field_<?php echo $idindex; ?>_1">
<option></option>
<?php
echo "\n";
$selected = '';
 
// garvin: Find the current type in the RestrictColumnTypes. Will result in 'FUNC_CHAR'
// or something similar. Then directly look up the entry in the RestrictFunctions array,
// which will then reveal the available dropdown options
if (isset($cfg['RestrictFunctions']) && isset($cfg['RestrictColumnTypes']) && isset($cfg['RestrictColumnTypes'][strtoupper($row_table_def['True_Type'])]) && isset($cfg['RestrictFunctions'][$cfg['RestrictColumnTypes'][strtoupper($row_table_def['True_Type'])]])) {
$current_func_type = $cfg['RestrictColumnTypes'][strtoupper($row_table_def['True_Type'])];
$dropdown = $cfg['RestrictFunctions'][$current_func_type];
$default_function = $cfg['DefaultFunctions'][$current_func_type];
} else {
$dropdown = array();
$default_function = '';
}
 
$dropdown_built = array();
$op_spacing_needed = FALSE;
// garvin: loop on the dropdown array and print all available options for that field.
$cnt_dropdown = count($dropdown);
for ($j = 0; $j < $cnt_dropdown; $j++) {
// Is current function defined as default?
// For MySQL < 4.1.2, for the first timestamp we set as
// default function the one defined in config (which
// should be NOW() ).
// For MySQL >= 4.1.2, we don't set the default function
// if there is a default value for the timestamp
// (not including CURRENT_TIMESTAMP)
// and the column does not have the
// ON UPDATE DEFAULT TIMESTAMP attribute.
if (PMA_MYSQL_INT_VERSION < 40102
|| (PMA_MYSQL_INT_VERSION >= 40102
&& !($row_table_def['True_Type'] == 'timestamp' && !empty($row_table_def['Default']) && !isset($analyzed_sql[0]['create_table_fields'][$field]['on_update_current_timestamp'])))) {
$selected = ($first_timestamp && $dropdown[$j] == $cfg['DefaultFunctions']['first_timestamp'])
|| (!$first_timestamp && $dropdown[$j] == $default_function)
? ' selected="selected"'
: '';
}
echo ' ';
echo '<option' . $selected . '>' . $dropdown[$j] . '</option>' . "\n";
$dropdown_built[$dropdown[$j]] = 'TRUE';
$op_spacing_needed = TRUE;
}
 
// garvin: For compatibility's sake, do not let out all other functions. Instead
// print a separator (blank) and then show ALL functions which weren't shown
// yet.
$cnt_functions = count($cfg['Functions']);
for ($j = 0; $j < $cnt_functions; $j++) {
if (!isset($dropdown_built[$cfg['Functions'][$j]]) || $dropdown_built[$cfg['Functions'][$j]] != 'TRUE') {
// Is current function defined as default?
$selected = ($first_timestamp && $cfg['Functions'][$j] == $cfg['DefaultFunctions']['first_timestamp'])
|| (!$first_timestamp && $cfg['Functions'][$j] == $default_function)
? ' selected="selected"'
: '';
if ($op_spacing_needed == TRUE) {
echo ' ';
echo '<option value="">--------</option>' . "\n";
$op_spacing_needed = FALSE;
}
 
echo ' ';
echo '<option' . $selected . '>' . $cfg['Functions'][$j] . '</option>' . "\n";
}
} // end for
unset($selected);
?>
</select>
</td>
<?php
}
} // end if ($cfg['ShowFunctionFields'])
echo "\n";
 
// The null column
// ---------------
echo ' <td bgcolor="' . $bgcolor . '">' . "\n";
if (!(($cfg['ProtectBinary'] && $is_blob) || ($cfg['ProtectBinary'] == 'all' && $is_binary))
&& $row_table_def['Null'] == 'YES') {
 
echo ' <input type="hidden" name="fields_null_prev' . $vkey . '[' . urlencode($field) . ']"';
if ($real_null_value && !$first_timestamp) {
echo ' checked="checked"';
}
echo ' />' . "\n";
 
echo ' <input type="checkbox" tabindex="' . ($tabindex + $tabindex_for_null) . '"'
. ' name="fields_null' . $vkey . '[' . urlencode($field) . ']"';
if ($real_null_value && !$first_timestamp) {
echo ' checked="checked"';
}
echo ' id="field_' . ($idindex) . '_2"';
$onclick = ' onclick="if (this.checked) {nullify(';
if (strstr($row_table_def['True_Type'], 'enum')) {
if (strlen($row_table_def['Type']) > 20) {
$onclick .= '1, ';
} else {
$onclick .= '2, ';
}
} elseif (strstr($row_table_def['True_Type'], 'set')) {
$onclick .= '3, ';
} elseif ($foreigners && isset($foreigners[$field])) {
$onclick .= '4, ';
} else {
$onclick .= '5, ';
}
$onclick .= '\'' . urlencode($field) . '\', \'' . md5($field) . '\', \'' . $vkey . '\'); this.checked = true}; return true" />' . "\n";
echo $onclick;
} else {
echo ' &nbsp;' . "\n";
}
echo ' </td>' . "\n";
 
// The value column (depends on type)
// ----------------
 
require('./libraries/get_foreign.lib.php');
 
if (isset($foreign_link) && $foreign_link == true) {
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<input type="hidden" name="fields_type<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="foreign" />
<input type="hidden" name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="" id="field_<?php echo ($idindex); ?>_1" />
<input type="text" name="field_<?php echo md5($field); ?><?php echo $vkey; ?>[]" class="textfield" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" id="field_<?php echo ($idindex); ?>_3" value="<?php echo htmlspecialchars($data); ?>" />
<script type="text/javascript" language="javascript">
//<![CDATA[
document.writeln('<a target="_blank" onclick="window.open(this.href, \'foreigners\', \'width=640,height=240,scrollbars=yes,resizable=yes\'); return false" href="browse_foreigners.php?<?php echo PMA_generate_common_url($db, $table); ?>&amp;field=<?php echo urlencode($field) . $browse_foreigners_uri; ?>"><?php echo str_replace("'", "\'", $titles['Browse']); ?></a>');
//]]>
</script>
</td>
<?php
} elseif (isset($disp_row) && is_array($disp_row)) {
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<input type="hidden" name="fields_type<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="foreign" />
<input type="hidden" name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="" id="field_<?php echo $idindex; ?>_1" />
<select name="field_<?php echo md5($field); ?><?php echo $vkey; ?>[]" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" id="field_<?php echo ($idindex); ?>_3">
<?php echo PMA_foreignDropdown($disp_row, $foreign_field, $foreign_display, $data, $cfg['ForeignKeyMaxLimit']); ?>
</select>
</td>
<?php
unset($disp_row);
} elseif ($cfg['LongtextDoubleTextarea'] && strstr($type, 'longtext')) {
?>
<td bgcolor="<?php echo $bgcolor; ?>">&nbsp;</td>
</tr>
<tr>
<td colspan="4" align="right" bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<textarea name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" rows="<?php echo ($cfg['TextareaRows']*2); ?>" cols="<?php echo ($cfg['TextareaCols']*2); ?>" dir="<?php echo $text_dir; ?>" id="field_<?php echo ($idindex); ?>_3"
<?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>"><?php echo $special_chars; ?></textarea>
</td>
<?php
} elseif (strstr($type, 'text')) {
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<textarea name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" rows="<?php echo $cfg['TextareaRows']; ?>" cols="<?php echo $cfg['TextareaCols']; ?>" dir="<?php echo $text_dir; ?>" id="field_<?php echo ($idindex); ?>_3"
<?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>"><?php echo $special_chars; ?></textarea>
</td>
<?php
echo "\n";
if (strlen($special_chars) > 32000) {
echo ' <td bgcolor="' . $bgcolor . '">' . $strTextAreaLength . '</td>' . "\n";
}
} elseif ($type == 'enum') {
$enum = PMA_getEnumSetOptions($row_table_def['Type']);
$enum_cnt = count($enum);
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<input type="hidden" name="fields_type<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="enum" />
<input type="hidden" name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="" />
<?php
echo "\n" . ' ' . $backup_field;
 
// show dropdown or radio depend on length
if (strlen($row_table_def['Type']) > 20) {
echo "\n";
?>
<select name="field_<?php echo md5($field); ?><?php echo $vkey; ?>[]" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" id="field_<?php echo ($idindex); ?>_3">
<option value=""></option>
<?php
echo "\n";
 
for ($j = 0; $j < $enum_cnt; $j++) {
// Removes automatic MySQL escape format
$enum_atom = str_replace('\'\'', '\'', str_replace('\\\\', '\\', $enum[$j]));
echo ' ';
//echo '<option value="' . htmlspecialchars($enum_atom) . '"';
echo '<option value="' . urlencode($enum_atom) . '"';
if ($data == $enum_atom
|| ($data == '' && (!isset($primary_key) || $row_table_def['Null'] != 'YES')
&& isset($row_table_def['Default']) && $enum_atom == $row_table_def['Default'])) {
echo ' selected="selected"';
}
echo '>' . htmlspecialchars($enum_atom) . '</option>' . "\n";
} // end for
 
?>
</select>
<?php
} else {
echo "\n";
for ($j = 0; $j < $enum_cnt; $j++) {
// Removes automatic MySQL escape format
$enum_atom = str_replace('\'\'', '\'', str_replace('\\\\', '\\', $enum[$j]));
echo ' ';
echo '<input type="radio" name="field_' . md5($field) . $vkey . '[]" value="' . urlencode($enum_atom) . '" id="field_' . ($idindex) . '_3_' . $j . '" onclick="if (typeof(document.forms[\'insertForm\'].elements[\'fields_null' . str_replace('"', '\"', $vkey) . '[' . urlencode($field) . ']\']) != \'undefined\') {document.forms[\'insertForm\'].elements[\'fields_null' . str_replace('"', '\"', $vkey) . '[' . urlencode($field) .']\'].checked = false}"';
if ($data == $enum_atom
|| ($data == '' && (!isset($primary_key) || $row_table_def['Null'] != 'YES')
&& isset($row_table_def['Default']) && $enum_atom == $row_table_def['Default'])) {
echo ' checked="checked"';
}
echo 'tabindex="' . ($tabindex + $tabindex_for_value) . '" />';
echo '<label for="field_' . $idindex . '_3_' . $j . '">' . htmlspecialchars($enum_atom) . '</label>' . "\n";
} // end for
 
} // end else
echo "\n";
?>
</td>
<?php
echo "\n";
} elseif ($type == 'set') {
$set = PMA_getEnumSetOptions($row_table_def['Type']);
 
if (isset($vset)) {
unset($vset);
}
for ($vals = explode(',', $data); list($t, $k) = each($vals);) {
$vset[$k] = 1;
}
$countset = count($set);
$size = min(4, $countset);
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<input type="hidden" name="fields_type<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="set" />
<input type="hidden" name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="" />
<select name="field_<?php echo md5($field); ?><?php echo $vkey; ?>[]" size="<?php echo $size; ?>" multiple="multiple" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" id="field_<?php echo ($idindex); ?>_3">
<?php
echo "\n";
for ($j = 0; $j < $countset; $j++) {
echo ' ';
//echo '<option value="'. htmlspecialchars($set[$j]) . '"';
echo '<option value="'. urlencode($set[$j]) . '"';
if (isset($vset[$set[$j]]) && $vset[$set[$j]]) {
echo ' selected="selected"';
}
echo '>' . htmlspecialchars($set[$j]) . '</option>' . "\n";
} // end for
?>
</select>
</td>
<?php
}
// Change by Bernard M. Piller <bernard@bmpsystems.com>
// We don't want binary data destroyed
elseif ($is_binary || $is_blob) {
if (($cfg['ProtectBinary'] && $is_blob)
|| ($cfg['ProtectBinary'] == 'all' && $is_binary)) {
echo "\n";
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php
echo $strBinaryDoNotEdit;
if (isset($data)) {
$data_size = PMA_formatByteDown(strlen(stripslashes($data)), 3, 1);
echo ' ('. $data_size [0] . ' ' . $data_size[1] . ')';
unset($data_size);
}
echo "\n";
?>
<input type="hidden" name="fields_type<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="protected" />
<input type="hidden" name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="" />
<?php
} elseif ($is_blob) {
echo "\n";
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<textarea name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" rows="<?php echo $cfg['TextareaRows']; ?>" cols="<?php echo $cfg['TextareaCols']; ?>" dir="<?php echo $text_dir; ?>" id="field_<?php echo ($idindex); ?>_3"
<?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" ><?php echo $special_chars; ?></textarea>
<?php
 
} else {
if ($len < 4) {
$fieldsize = $maxlength = 4;
} else {
$fieldsize = (($len > 40) ? 40 : $len);
$maxlength = $len;
}
echo "\n";
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<input type="text" name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="<?php echo $special_chars; ?>" size="<?php echo $fieldsize; ?>" maxlength="<?php echo $maxlength; ?>" class="textfield" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" id="field_<?php echo ($idindex); ?>_3" />
<?php
} // end if...elseif...else
 
// Upload choice (only for BLOBs because the binary
// attribute does not imply binary contents)
// (displayed whatever value the ProtectBinary has)
 
if ($is_upload && $is_blob) {
echo '<br />';
echo '<input type="file" name="fields_upload_' . urlencode($field) . $vkey . '" class="textfield" id="field_' . ($idindex) . '_3" size="10" />&nbsp;';
 
// find maximum upload size, based on field type
// FIXME: with functions this is not so easy, as you can basically process any data with function like MD5
$max_field_sizes = array(
'tinyblob' => '256',
'blob' => '65536',
'mediumblob' => '16777216',
'longblob' => '4294967296'); // yeah, really
 
$this_field_max_size = $max_upload_size; // from PHP max
if ($this_field_max_size > $max_field_sizes[$type]) {
$this_field_max_size = $max_field_sizes[$type];
}
echo PMA_displayMaximumUploadSize($this_field_max_size) . "\n";
// do not generate here the MAX_FILE_SIZE, because we should
// put only one in the form to accommodate the biggest field
if ($this_field_max_size > $biggest_max_file_size) {
$biggest_max_file_size = $this_field_max_size;
}
}
 
if (!empty($cfg['UploadDir'])) {
$files = PMA_getFileSelectOptions(PMA_userDir($cfg['UploadDir']));
if ($files === FALSE) {
echo ' <font color="red">' . $strError . '</font><br />' . "\n";
echo ' ' . $strWebServerUploadDirectoryError . "\n";
} elseif (!empty($files)) {
echo "<br />\n";
echo ' <i>' . $strOr . '</i>' . ' ' . $strWebServerUploadDirectory . ':<br />' . "\n";
echo ' <select size="1" name="fields_uploadlocal_' . urlencode($field) . $vkey . '">' . "\n";
echo ' <option value="" selected="selected"></option>' . "\n";
echo $files;
echo ' </select>' . "\n";
}
} // end if (web-server upload directory)
 
echo '</td>';
 
} // end elseif ( binary or blob)
else {
// For char or varchar, respect the maximum length (M); for other
// types (int or float), the length is not a limit on the values that
// can be entered, so let's be generous (20) (we could also use the
// real limits for each numeric type)
// 2004-04-07, it turned out that 20 was not generous enough
// for the maxlength
if ($is_char) {
$fieldsize = (($len > 40) ? 40 : $len);
$maxlength = $len;
} else {
$fieldsize = 20;
$maxlength = 99;
} // end if... else...
echo "\n";
?>
<td bgcolor="<?php echo $bgcolor; ?>">
<?php echo $backup_field . "\n"; ?>
<?php
if ($is_char && isset($cfg['CharEditing']) && ($cfg['CharEditing'] == 'textarea')) {
echo "\n";
?>
<textarea name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" rows="<?php echo $cfg['CharTextareaRows']; ?>" cols="<?php echo $cfg['CharTextareaCols']; ?>" dir="<?php echo $text_dir; ?>" id="field_<?php echo ($idindex); ?>_3"
<?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" ><?php echo $special_chars; ?></textarea>
<?php
} else {
echo "\n";
?>
<input type="text" name="fields<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="<?php echo $special_chars; ?>" size="<?php echo $fieldsize; ?>" maxlength="<?php echo $maxlength; ?>" class="textfield" <?php echo $chg_evt_handler; ?>="return unNullify('<?php echo urlencode($field); ?>', '<?php echo $jsvkey; ?>')" tabindex="<?php echo ($tabindex + $tabindex_for_value); ?>" id="field_<?php echo ($idindex); ?>_3" />
<?php
if ($row_table_def['Extra'] == 'auto_increment') {
?>
<input type="hidden" name="auto_increment<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="1" />
<?php
} // end if
if (substr($type, 0, 9) == 'timestamp') {
?>
<input type="hidden" name="fields_type<?php echo $vkey; ?>[<?php echo urlencode($field); ?>]" value="timestamp" />
<?php
}
if ($type == 'date' || $type == 'datetime' || substr($type, 0, 9) == 'timestamp') {
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
document.write('<a title="<?php echo $strCalendar;?>" href="javascript:openCalendar(\'<?php echo PMA_generate_common_url();?>\', \'insertForm\', \'field_<?php echo ($idindex); ?>_3\', \'<?php echo (PMA_MYSQL_INT_VERSION >= 40100 && substr($type, 0, 9) == 'timestamp') ? 'datetime' : substr($type, 0, 9); ?>\')"><img class="calendar" src="<?php echo $pmaThemeImage; ?>b_calendar.png" alt="<?php echo $strCalendar; ?>"/></a>');
//]]>
</script>
<?php
}
}
echo "\n";
?>
</td>
<?php
}
echo "\n";
?>
</tr>
<?php
echo "\n";
} // end for
$o_rows++;
echo ' </table><br />';
} // end foreach on multi-edit
?>
<br />
 
<table border="0" cellpadding="5" cellspacing="0">
<tr>
<td valign="middle" nowrap="nowrap">
<select name="submit_type" tabindex="<?php echo ($tabindex + $tabindex_for_value + 1); ?>">
<?php
if (isset($primary_key)) {
?>
<option value="<?php echo $strSave; ?>"><?php echo $strSave; ?></option>
<?php
}
?>
<option value="<?php echo $strInsertAsNewRow; ?>"><?php echo $strInsertAsNewRow; ?></option>
</select>
<?php
echo "\n";
 
if (!isset($after_insert)) {
$after_insert = 'back';
}
?>
</td>
<td valign="middle">
&nbsp;&nbsp;&nbsp;<b><?php echo $strAndThen; ?></b>&nbsp;&nbsp;&nbsp;
</td>
<td valign="middle" nowrap="nowrap">
<select name="after_insert">
<option value="back" <?php echo ($after_insert == 'back' ? 'selected="selected"' : ''); ?>><?php echo $strAfterInsertBack; ?></option>
<option value="new_insert" <?php echo ($after_insert == 'new_insert' ? 'selected="selected"' : ''); ?>><?php echo $strAfterInsertNewInsert; ?></option>
<?php
if (isset($primary_key)) {
?>
<option value="same_insert" <?php echo ($after_insert == 'same_insert' ? 'selected="selected"' : ''); ?>><?php echo $strAfterInsertSame; ?></option>
<?php
// If we have just numeric primary key, we can also edit next
if (preg_match('@^[\s]*`[^`]*` = [0-9]+@', $primary_key)) {
?>
<option value="edit_next"><?php echo $strAfterInsertNext; ?></option>
<?php
}
}
?>
</select>
</td>
</tr>
 
<tr>
<td>
<?php echo PMA_showHint($strUseTabKey); ?>
</td>
<td colspan="3" align="right" valign="middle">
<input type="submit" value="<?php echo $strGo; ?>" tabindex="<?php echo ($tabindex + $tabindex_for_value + 6); ?>" id="buttonYes" />
<input type="reset" value="<?php echo $strReset; ?>" tabindex="<?php echo ($tabindex + $tabindex_for_value + 7); ?>" />
</td>
</tr>
</table>
<?php if ($biggest_max_file_size > 0) {
echo ' ' . PMA_generateHiddenMaxFileSize($biggest_max_file_size) . "\n";
} ?>
 
</form>
 
 
<?php
/**
* Displays the footer
*/
echo "\n";
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_create.php
0,0 → 1,238
<?php
/* $Id: tbl_create.php,v 2.26.2.1 2006/03/08 17:54:29 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Get some core libraries
*/
require_once('./libraries/common.lib.php');
 
$js_to_run = 'functions.js';
 
if (isset($table)) {
$table = PMA_sanitize($table);
}
 
require_once('./libraries/header.inc.php');
 
// Check parameters
PMA_checkParameters(array('db', 'table'));
 
/**
* Defines the url to return to in case of error in a sql statement
*/
$err_url = $cfg['DefaultTabTable'] . '?' . PMA_generate_common_url($db, $table);
 
 
/**
* Selects the database to work with
*/
PMA_DBI_select_db($db);
 
 
/**
* The form used to define the structure of the table has been submitted
*/
$abort = FALSE;
if (isset($submit_num_fields)) {
$regenerate = TRUE;
$num_fields = $orig_num_fields + $added_fields;
} elseif (isset($do_save_data)) {
$sql_query = $query_cpy = '';
 
// Transforms the radio button field_key into 3 arrays
$field_cnt = count($field_name);
for ($i = 0; $i < $field_cnt; ++$i) {
if (isset(${'field_key_' . $i})) {
if (${'field_key_' . $i} == 'primary_' . $i) {
$field_primary[] = $i;
}
if (${'field_key_' . $i} == 'index_' . $i) {
$field_index[] = $i;
}
if (${'field_key_' . $i} == 'unique_' . $i) {
$field_unique[] = $i;
}
} // end if
} // end for
// Builds the fields creation statements
for ($i = 0; $i < $field_cnt; $i++) {
// '0' is also empty for php :-(
if (empty($field_name[$i]) && $field_name[$i] != '0') {
continue;
}
 
$query = PMA_generateFieldSpec($field_name[$i], $field_type[$i], $field_length[$i], $field_attribute[$i], isset($field_collation[$i]) ? $field_collation[$i] : '', $field_null[$i], $field_default[$i], isset($field_default_current_timestamp[$i]), $field_extra[$i], isset($field_comments[$i]) ? $field_comments[$i] : '', $field_primary, $i);
$query .= ', ';
$sql_query .= $query;
$query_cpy .= "\n" . ' ' . $query;
} // end for
unset($field_cnt);
unset($query);
$sql_query = preg_replace('@, $@', '', $sql_query);
$query_cpy = preg_replace('@, $@', '', $query_cpy);
 
// Builds the primary keys statements
$primary = '';
$primary_cnt = (isset($field_primary) ? count($field_primary) : 0);
for ($i = 0; $i < $primary_cnt; $i++) {
$j = $field_primary[$i];
if (isset($field_name[$j]) && strlen($field_name[$j])) {
$primary .= PMA_backquote($field_name[$j]) . ', ';
}
} // end for
unset($primary_cnt);
$primary = preg_replace('@, $@', '', $primary);
if (strlen($primary)) {
$sql_query .= ', PRIMARY KEY (' . $primary . ')';
$query_cpy .= ',' . "\n" . ' PRIMARY KEY (' . $primary . ')';
}
unset($primary);
 
// Builds the indexes statements
$index = '';
$index_cnt = (isset($field_index) ? count($field_index) : 0);
for ($i = 0;$i < $index_cnt; $i++) {
$j = $field_index[$i];
if (isset($field_name[$j]) && strlen($field_name[$j])) {
$index .= PMA_backquote($field_name[$j]) . ', ';
}
} // end for
unset($index_cnt);
$index = preg_replace('@, $@', '', $index);
if (strlen($index)) {
$sql_query .= ', INDEX (' . $index . ')';
$query_cpy .= ',' . "\n" . ' INDEX (' . $index . ')';
}
unset($index);
 
// Builds the uniques statements
$unique = '';
$unique_cnt = (isset($field_unique) ? count($field_unique) : 0);
for ($i = 0; $i < $unique_cnt; $i++) {
$j = $field_unique[$i];
if (isset($field_name[$j]) && strlen($field_name[$j])) {
$unique .= PMA_backquote($field_name[$j]) . ', ';
}
} // end for
unset($unique_cnt);
$unique = preg_replace('@, $@', '', $unique);
if (strlen($unique)) {
$sql_query .= ', UNIQUE (' . $unique . ')';
$query_cpy .= ',' . "\n" . ' UNIQUE (' . $unique . ')';
}
unset($unique);
 
// Builds the FULLTEXT statements
$fulltext = '';
$fulltext_cnt = (isset($field_fulltext) ? count($field_fulltext) : 0);
for ($i = 0; $i < $fulltext_cnt; $i++) {
$j = $field_fulltext[$i];
if (isset($field_name[$j]) && strlen($field_name[$j])) {
$fulltext .= PMA_backquote($field_name[$j]) . ', ';
}
} // end for
 
$fulltext = preg_replace('@, $@', '', $fulltext);
if (strlen($fulltext)) {
$sql_query .= ', FULLTEXT (' . $fulltext . ')';
$query_cpy .= ',' . "\n" . ' FULLTEXT (' . $fulltext . ')';
}
unset($fulltext);
 
// Builds the 'create table' statement
$sql_query = 'CREATE TABLE ' . PMA_backquote($table) . ' (' . $sql_query . ')';
$query_cpy = 'CREATE TABLE ' . PMA_backquote($table) . ' (' . $query_cpy . "\n" . ')';
 
// Adds table type, character set and comments
if (!empty($tbl_type) && ($tbl_type != 'Default')) {
$sql_query .= ' ' . PMA_ENGINE_KEYWORD . ' = ' . $tbl_type;
$query_cpy .= "\n" . PMA_ENGINE_KEYWORD . ' = ' . $tbl_type;
}
if (PMA_MYSQL_INT_VERSION >= 40100 && !empty($tbl_collation)) {
$sql_query .= PMA_generateCharsetQueryPart($tbl_collation);
$query_cpy .= "\n" . PMA_generateCharsetQueryPart($tbl_collation);
}
 
if (!empty($comment)) {
$sql_query .= ' COMMENT = \'' . PMA_sqlAddslashes($comment) . '\'';
$query_cpy .= "\n" . 'COMMENT = \'' . PMA_sqlAddslashes($comment) . '\'';
}
 
// Executes the query
$error_create = FALSE;
$result = PMA_DBI_try_query($sql_query) or $error_create = TRUE;
 
if ($error_create == FALSE) {
$sql_query = $query_cpy . ';';
unset($query_cpy);
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenCreated;
 
// garvin: If comments were sent, enable relation stuff
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
 
$cfgRelation = PMA_getRelationsParam();
 
// garvin: Update comment table, if a comment was set.
if (isset($field_comments) && is_array($field_comments) && $cfgRelation['commwork'] && PMA_MYSQL_INT_VERSION < 40100) {
foreach ($field_comments AS $fieldindex => $fieldcomment) {
if (isset($field_name[$fieldindex]) && strlen($field_name[$fieldindex])) {
PMA_setComment($db, $table, $field_name[$fieldindex], $fieldcomment, '', 'pmadb');
}
}
}
 
// garvin: Update comment table for mime types [MIME]
if (isset($field_mimetype) && is_array($field_mimetype) && $cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME']) {
foreach ($field_mimetype AS $fieldindex => $mimetype) {
if (isset($field_name[$fieldindex]) && strlen($field_name[$fieldindex])) {
PMA_setMIME($db, $table, $field_name[$fieldindex], $mimetype, $field_transformation[$fieldindex], $field_transformation_options[$fieldindex]);
}
}
}
 
require('./' . $cfg['DefaultTabTable']);
$abort = TRUE;
exit();
} else {
PMA_mysqlDie('', '', '', $err_url, FALSE);
// garvin: An error happened while inserting/updating a table definition.
// to prevent total loss of that data, we embed the form once again.
// The variable $regenerate will be used to restore data in libraries/tbl_properties.inc.php
$num_fields = $orig_num_fields;
$regenerate = TRUE;
}
} // end do create table
 
/**
* Displays the form used to define the structure of the table
*/
if ($abort == FALSE) {
if (isset($num_fields)) {
$num_fields = intval($num_fields);
}
// No table name
if (!isset($table) || trim($table) == '') {
PMA_mysqlDie($strTableEmpty, '', '', $err_url);
}
// No valid number of fields
elseif (empty($num_fields) || !is_int($num_fields)) {
PMA_mysqlDie($strFieldsEmpty, '', '', $err_url);
}
// Does table exist?
elseif (!(PMA_DBI_get_fields($db, $table) === FALSE)) {
PMA_mysqlDie(sprintf($strTableAlreadyExists, htmlspecialchars($table)), '', '', $err_url);
}
// Table name and number of fields are valid -> show the form
else {
$action = 'tbl_create.php';
require('./libraries/tbl_properties.inc.php');
// Displays the footer
echo "\n";
require_once('./libraries/footer.inc.php');
}
}
 
?>
/Web/Maintenance/phpMyAdmin/tbl_import.php
0,0 → 1,27
<?php
/* $Id: tbl_import.php,v 2.6.2.1 2006/02/04 18:31:58 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Gets tables informations and displays top links
*/
require_once('./libraries/tbl_properties_common.php');
$url_query .= '&amp;goto=tbl_import.php&amp;back=tbl_import.php';
 
require_once('./libraries/tbl_properties_table_info.inc.php');
/**
* Displays top menu links
*/
require_once('./libraries/tbl_properties_links.inc.php');
 
$import_type = 'table';
require_once('./libraries/display_import.lib.php');
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
 
/Web/Maintenance/phpMyAdmin/tbl_indexes.php
0,0 → 1,487
<?php
/* $Id: tbl_indexes.php,v 2.32 2006/01/17 17:02:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/tbl_indexes.lib.php');
 
/**
* Defines the index types ("FULLTEXT" is available since MySQL 3.23.23)
*/
$index_types = PMA_get_indextypes();
$index_types_cnt = count($index_types);
 
/**
* Ensures the db & table are valid, then loads headers and gets indexes
* informations.
* Skipped if this script is called by "tbl_properties.php"
*/
if (!defined('PMA_IDX_INCLUDED')) {
// Not a valid db name -> back to the welcome page
if ( isset($db) && strlen($db) ) {
$is_db = PMA_DBI_select_db($db);
}
if ( !isset($db) || !strlen($db) || !$is_db ) {
$uri_params = array( 'reload' => '1' );
if ( isset($message) ) {
$uri_params['message'] = $message;
}
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . 'main.php'
. PMA_generate_common_url($uri_params, '&'));
exit;
}
// Not a valid table name -> back to the default db_details sub-page
if ( isset($table) && strlen($table) ) {
$is_table = PMA_DBI_query('SHOW TABLES LIKE \''
. PMA_sqlAddslashes($table, TRUE) . '\'', null, PMA_DBI_QUERY_STORE);
}
if ( ! isset($table) || ! strlen($table)
|| !( $is_table && PMA_DBI_num_rows($is_table) ) ) {
$uri_params = array( 'reload' => '1', 'db' => $db );
if ( isset($message) ) {
$uri_params['message'] = $message;
}
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri']
. $cfg['DefaultTabDatabase']
. PMA_generate_common_url($uri_params, '&'));
exit;
} elseif ( isset($is_table) ) {
PMA_DBI_free_result($is_table);
}
 
// Displays headers (if needed)
$js_to_run = isset($index) && isset($do_save_data)
? 'functions.js'
: 'indexes.js';
require_once('./libraries/header.inc.php');
} // end if
 
 
/**
* Gets fields and indexes informations
*/
if (!defined('PMA_IDX_INCLUDED')) {
$err_url_0 = 'db_details.php?' . PMA_generate_common_url($db);
}
 
// Gets table keys and store them in arrays
$indexes = array();
$indexes_info = array();
$indexes_data = array();
// keys had already been grabbed in "tbl_properties.php"
if (!defined('PMA_IDX_INCLUDED')) {
$ret_keys = PMA_get_indexes($table, $err_url_0);
}
 
PMA_extract_indexes($ret_keys, $indexes, $indexes_info, $indexes_data);
 
// Get fields and stores their name/type
// fields had already been grabbed in "tbl_properties.php"
if (!defined('PMA_IDX_INCLUDED')) {
$fields_rs = PMA_DBI_query('SHOW FIELDS FROM '
. PMA_backquote($table) . ';');
$save_row = array();
while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
$save_row[] = $row;
}
}
 
$fields_names = array();
$fields_types = array();
foreach ($save_row AS $saved_row_key => $row) {
$fields_names[] = $row['Field'];
// loic1: set or enum types: slashes single quotes inside options
if (preg_match('@^(set|enum)\((.+)\)$@i', $row['Type'], $tmp)) {
$tmp[2] = substr(preg_replace('@([^,])\'\'@', '\\1\\\'',
',' . $tmp[2]), 1);
$fields_types[] = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')';
} else {
$fields_types[] = $row['Type'];
}
} // end while
 
if ($fields_rs) {
PMA_DBI_free_result($fields_rs);
}
 
 
/**
* Do run the query to build the new index and moves back to
* "tbl_properties.php"
*/
if (!defined('PMA_IDX_INCLUDED')
&& (isset($index) && isset($do_save_data))) {
 
$err_url = 'tbl_indexes.php?' . PMA_generate_common_url($db, $table);
if (empty($old_index)) {
$err_url .= '&amp;create_index=1&amp;idx_num_fields=' . $idx_num_fields;
} else {
$err_url .= '&amp;index=' . urlencode($old_index);
}
 
if ($index_type == 'PRIMARY') {
if ($index == '') {
$index = 'PRIMARY';
} elseif ($index != 'PRIMARY') {
PMA_mysqlDie($strPrimaryKeyName, '', FALSE, $err_url);
}
} elseif ($index == 'PRIMARY') {
PMA_mysqlDie($strCantRenameIdxToPrimary, '', FALSE, $err_url);
}
 
 
// $sql_query is the one displayed in the query box
$sql_query = 'ALTER TABLE ' . PMA_backquote($table);
 
// Drops the old index
if (!empty($old_index)) {
if ($old_index == 'PRIMARY') {
$sql_query .= ' DROP PRIMARY KEY,';
} else {
$sql_query .= ' DROP INDEX ' . PMA_backquote($old_index) .',';
}
} // end if
 
// Builds the new one
switch ($index_type) {
case 'PRIMARY':
$sql_query .= ' ADD PRIMARY KEY (';
break;
case 'FULLTEXT':
$sql_query .= ' ADD FULLTEXT '
. (empty($index) ? '' : PMA_backquote($index)) . ' (';
break;
case 'UNIQUE':
$sql_query .= ' ADD UNIQUE '
. (empty($index) ? '' : PMA_backquote($index)) . ' (';
break;
case 'INDEX':
$sql_query .= ' ADD INDEX '
. (empty($index) ? '' : PMA_backquote($index)) . ' (';
break;
} // end switch
$index_fields = '';
foreach ($column AS $i => $name) {
if ($name != '--ignore--') {
$index_fields .= (empty($index_fields) ? '' : ',')
. PMA_backquote($name)
. (empty($sub_part[$i])
? ''
: '(' . $sub_part[$i] . ')');
}
} // end while
if (empty($index_fields)){
PMA_mysqlDie($strNoIndexPartsDefined, '', FALSE, $err_url);
} else {
$sql_query .= $index_fields . ')';
}
 
$result = PMA_DBI_query($sql_query);
$message = $strTable . ' ' . htmlspecialchars($table) . ' '
. $strHasBeenAltered;
 
$active_page = 'tbl_properties_structure.php';
require('./tbl_properties_structure.php');
} // end builds the new index
 
 
/**
* Edits an index or defines a new one
*/
elseif (!defined('PMA_IDX_INCLUDED')
&& (isset($index) || isset($create_index))) {
 
// Prepares the form values
if (!isset($index)) {
$index = '';
}
if (!isset($old_index)){
$old_index = $index;
}
if (!isset($index_type)) {
$index_type = '';
}
if ($old_index == '' || !isset($indexes_info[$old_index])) {
$edited_index_info['Sequences'] = array();
$edited_index_data = array();
for ($i = 1; $i <= $idx_num_fields; $i++) {
$edited_index_info['Sequences'][] = $i;
$edited_index_data[$i] = array('Column_name' => '',
'Sub_part' => '');
} // end for
if ($old_index == ''
&& !isset($indexes_info['PRIMARY'])
&& ($index_type == '' || $index_type == 'PRIMARY')) {
$old_index = 'PRIMARY';
}
} else {
$edited_index_info = $indexes_info[$old_index];
$edited_index_data = $indexes_data[$old_index];
 
 
if ((PMA_MYSQL_INT_VERSION < 40002
&& $edited_index_info['Comment'] == 'FULLTEXT')
|| (PMA_MYSQL_INT_VERSION >= 40002
&& $edited_index_info['Index_type'] == 'FULLTEXT')) {
$index_type = 'FULLTEXT';
} elseif ($index == 'PRIMARY') {
$index_type = 'PRIMARY';
} elseif ($edited_index_info['Non_unique'] == '0') {
$index_type = 'UNIQUE';
} else {
$index_type = 'INDEX';
}
} // end if... else...
 
if (isset($add_fields)) {
if (isset($prev_add_fields)) {
$added_fields += $prev_add_fields;
}
$field_cnt = count($edited_index_info['Sequences']) + 1;
for ($i = $field_cnt; $i < ($added_fields + $field_cnt); $i++) {
$edited_index_info['Sequences'][] = $i;
$edited_index_data[$i] = array('Column_name' => '',
'Sub_part' => '');
} // end for
 
// Restore entered values
foreach ($column AS $i => $name) {
if ($name != '--ignore--'){
$edited_index_data[$i+1]['Column_name'] = $name;
$edited_index_data[$i+1]['Sub_part'] = $sub_part[$i];
}
} // end while
} // end if
// end preparing form values
?>
 
<div style="float: left;">
<form action="./tbl_indexes.php" method="post" name="index_frm"
onsubmit="if (typeof(this.elements['index'].disabled) != 'undefined') {
this.elements['index'].disabled = false}">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<?php
if (isset($create_index)) {
echo '<input type="hidden" name="create_index" value="1" />' . "\n";
}
if (isset($added_fields)) {
echo ' <input type="hidden" name="prev_add_fields" value="'
. $added_fields . '" />' . "\n";
}
if (isset($idx_num_fields)) {
echo ' <input type="hidden" name="idx_num_fields" value="'
. $idx_num_fields . '" />' . "\n";
}
?>
<input type="hidden" name="old_index" value="<?php
echo (isset($create_index) ? '' : htmlspecialchars($old_index)); ?>" />
 
<fieldset>
<legend>
<?php
echo (isset($create_index) ? $strCreateIndexTopic : $strModifyIndexTopic);
?>
</legend>
 
<div class="formelement">
<label for="input_index_name"><?php echo $strIndexName; ?></label>
<input type="text" name="index" id="input_index_name" size="25"
value="<?php echo htmlspecialchars($index); ?>" onfocus="this.select()" />
</div>
 
<div class="formelement">
<label for="select_index_type"><?php echo $strIndexType; ?></label>
<select name="index_type" id="select_index_type" onchange="return checkIndexName()">
<?php
for ($i = 0; $i < $index_types_cnt; $i++) {
if ($index_types[$i] == 'PRIMARY') {
if ($index == 'PRIMARY' || !isset($indexes_info['PRIMARY'])) {
echo ' '
. '<option value="PRIMARY"'
. (($index_type == 'PRIMARY') ? ' selected="selected"' : '')
. '>PRIMARY</option>' . "\n";
}
} else {
echo ' '
. '<option value="' . $index_types[$i] . '"'
. (($index_type == $index_types[$i]) ? ' selected="selected"' : '')
. '>'. $index_types[$i] . '</option>' . "\n";
 
} // end if... else...
} // end for
?>
</select>
<?php echo PMA_showMySQLDocu('SQL-Syntax', 'ALTER_TABLE'); ?>
</div>
 
 
<br class="clearfloat" />
<div class="warning"><?php echo $strPrimaryKeyWarning; ?></div>
 
<table border="<?php echo $cfg['Border']; ?>" cellpadding="2" cellspacing="1">
<thead>
<tr><th><?php echo $strField; ?></th>
<th><?php echo $strSize; ?></th>
</tr>
</thead>
<tbody>
<?php
$odd_row = true;
foreach ($edited_index_info['Sequences'] as $seq_index) {
$add_type = (is_array($fields_types) && count($fields_types) == count($fields_names));
$selected = $edited_index_data[$seq_index]['Column_name'];
if (!empty($edited_index_data[$seq_index]['Sub_part'])) {
$sub_part = ' value="' . $edited_index_data[$seq_index]['Sub_part'] . '"';
} else {
$sub_part = '';
}
?>
 
<tr class="<?php echo $odd_row ? 'odd' : 'even'; ?>">
<td><select name="column[]">
<option value="--ignore--"
<?php if ('--ignore--' == $selected) { echo ' selected="selected"'; } ?>>
-- <?php echo $strIgnore; ?> --</option>
<?php
foreach ($fields_names AS $key => $val) {
if ($index_type != 'FULLTEXT'
|| preg_match('@^(varchar|text|tinytext|mediumtext|longtext)@i', $fields_types[$key])) {
echo "\n" . ' '
. '<option value="' . htmlspecialchars($val) . '"'
. (($val == $selected) ? ' selected="selected"' : '') . '>'
. htmlspecialchars($val) . (($add_type) ? ' ['
. $fields_types[$key] . ']' : '' ) . '</option>' . "\n";
}
} // end foreach $fields_names
?>
 
</select>
</td>
<td><input type="text" size="5" onfocus="this.select()"
name="sub_part[]"<?php echo $sub_part; ?> />
</td>
</tr>
<?php
$odd_row = !$odd_row;
} // end foreach $edited_index_info['Sequences']
?>
</tbody>
</table>
</fieldset>
 
<fieldset class="tblFooters">
<input type="submit" name="do_save_data" value="<?php echo $strSave; ?>" />
<?php
echo $strOr;
echo ' ' . sprintf($strAddToIndex,
'<input type="text" name="added_fields" size="2" value="1"'
.' onfocus="this.select()" />') . "\n";
echo ' <input type="submit" name="add_fields" value="' . $strGo . '"'
.' onclick="return checkFormElementInRange(this.form,'
.' \'added_fields\', \''
. str_replace('\'', '\\\'', $GLOBALS['strInvalidColumnCount'])
. '\', 1)" />' . "\n";
?>
</fieldset>
</form>
</div>
<?php
} else {
/**
* Display indexes
*/
?>
<form action="./tbl_indexes.php" method="post"
onsubmit="return checkFormElementInRange(this, 'idx_num_fields',
'<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidColumnCount']); ?>',
1)">
<?php
echo PMA_generate_common_hidden_inputs( $db, $table );
?>
<table id="table_indexes" class="data">
<caption class="tblHeaders">
<?php
echo $strIndexes . ':' . "\n";
echo ' ' . PMA_showMySQLDocu('optimization',
'optimizing-database-structure');
?>
 
</caption>
<?php
 
if ( count($ret_keys) > 0) {
$edit_link_text = '';
$drop_link_text = '';
 
// We need to copy the value or else the == 'both' check will always
// return true
$propicon = (string) $cfg['PropertiesIconic'];
 
if ($cfg['PropertiesIconic'] === true || $propicon == 'both') {
$edit_link_text = '<img class="icon" src="' . $pmaThemeImage
. 'b_edit.png" width="16" height="16" title="' . $strEdit
. '" alt="' . $strEdit . '" />';
$drop_link_text = '<img class="icon" src="' . $pmaThemeImage
. 'b_drop.png" width="16" height="16" title="' . $strDrop
. '" alt="' . $strDrop . '" />';
}
if ($cfg['PropertiesIconic'] === false || $propicon == 'both') {
$edit_link_text .= $strEdit;
$drop_link_text .= $strDrop;
}
if ($propicon == 'both') {
$edit_link_text = '<nobr>' . $edit_link_text . '</nobr>';
$drop_link_text = '<nobr>' . $drop_link_text . '</nobr>';
}
?>
 
<thead>
<tr><th><?php echo $strKeyname; ?></th>
<th><?php echo $strType; ?></th>
<th><?php echo $strCardinality; ?></th>
<th colspan="2"><?php echo $strAction; ?></th>
<th colspan="2"><?php echo $strField; ?></th>
</tr>
</thead>
<tbody>
<?php
$idx_collection = PMA_show_indexes($table, $indexes, $indexes_info,
$indexes_data, true);
echo PMA_check_indexes($idx_collection);
} // end display indexes
else {
// none indexes
echo '<tbody>'
.'<tr><td colspan="7"><div class="warning">' . $strNoIndex
.'</div></td></tr>' . "\n";
}
?>
 
<tr class="tblFooters"><td colspan="7">
<?php echo sprintf($strCreateIndex,
'<input type="text" size="2" name="idx_num_fields" value="1" />'); ?>
<input type="submit" name="create_index" value="<?php echo $strGo; ?>"
onclick="return checkFormElementInRange(this.form,
'idx_num_fields',
'<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidColumnCount']); ?>',
1)" />
</td></tr>
</tbody>
</table>
</form>
<?php
} // end display indexes
 
 
/**
* Displays the footer
*/
echo "\n";
 
if (!defined('PMA_IDX_INCLUDED')){
require_once('./libraries/footer.inc.php');
}
?>
/Web/Maintenance/phpMyAdmin/tbl_move_copy.php
0,0 → 1,72
<?php
/* $Id: tbl_move_copy.php,v 2.16 2006/01/17 17:02:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
 
// Check parameters
 
PMA_checkParameters(array('db', 'table'));
 
require_once('./libraries/tbl_move_copy.php');
 
/**
* Defines the url to return to in case of error in a sql statement
*/
$err_url = 'tbl_properties.php?' . PMA_generate_common_url($db, $table);
 
 
/**
* Selects the database to work with
*/
PMA_DBI_select_db($db);
 
/**
* A target table name has been sent to this script -> do the work
*/
if (isset($new_name) && trim($new_name) != '') {
if ($db == $target_db && $table == $new_name) {
$message = (isset($submit_move) ? $strMoveTableSameNames : $strCopyTableSameNames);
} else {
PMA_table_move_copy($db, $table, $target_db, $new_name, $what, isset($submit_move));
$js_to_run = 'functions.js';
$message = (isset($submit_move) ? $strMoveTableOK : $strCopyTableOK);
$message = sprintf($message, htmlspecialchars($table), htmlspecialchars($new_name));
$reload = 1;
/* Check: Work on new table or on old table? */
if (isset($submit_move)) {
$db = $target_db;
$table = $new_name;
} else {
$pma_uri_parts = parse_url($cfg['PmaAbsoluteUri']);
if (isset($switch_to_new) && $switch_to_new == 'true') {
setcookie('pma_switch_to_new', 'true', 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
$db = $target_db;
$table = $new_name;
} else {
setcookie('pma_switch_to_new', '', 0, $GLOBALS['cookie_path'], '', $GLOBALS['is_https']);
}
}
}
require_once('./libraries/header.inc.php');
} // end is target table name
 
 
/**
* No new name for the table!
*/
else {
require_once('./libraries/header.inc.php');
PMA_mysqlDie($strTableEmpty, '', '', $err_url);
}
 
 
/**
* Back to the calling script
*/
 
require('./tbl_properties.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_printview.php
0,0 → 1,561
<?php
/* $Id: tbl_printview.php,v 2.21.2.1 2006/04/12 15:23:31 cybot_tm Exp $ */
 
require_once('./libraries/common.lib.php');
require './libraries/tbl_properties_common.php';
 
/**
* Gets the variables sent or posted to this script, then displays headers
*/
$print_view = TRUE;
if (!isset($selected_tbl)) {
require_once('./libraries/header.inc.php');
}
 
// Check parameters
 
if (!isset($the_tables) || !is_array($the_tables)) {
$the_tables = array();
}
 
/**
* Gets the relations settings
*/
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
require_once('./libraries/tbl_indexes.lib.php');
 
$cfgRelation = PMA_getRelationsParam();
 
 
/**
* Defines the url to return to in case of error in a sql statement
*/
if (isset($table)) {
$err_url = 'tbl_properties.php?' . PMA_generate_common_url($db, $table);
} else {
$err_url = 'db_details.php?' . PMA_generate_common_url($db);
}
 
 
/**
* Selects the database
*/
PMA_DBI_select_db($db);
 
 
/**
* Multi-tables printview thanks to Christophe Gesch� from the "MySQL Form
* Generator for PHPMyAdmin" (http://sourceforge.net/projects/phpmysqlformgen/)
*/
if (isset($selected_tbl) && is_array($selected_tbl)) {
$the_tables = $selected_tbl;
} elseif (isset($table)) {
$the_tables[] = $table;
}
$multi_tables = (count($the_tables) > 1);
 
if ($multi_tables) {
if (empty($GLOBALS['is_header_sent'])) {
require_once('./libraries/header.inc.php');
}
$tbl_list = '';
foreach ($the_tables AS $key => $table) {
$tbl_list .= (empty($tbl_list) ? '' : ', ')
. PMA_backquote(urldecode($table));
}
echo '<b>'. $strShowTables . ':&nbsp;' . $tbl_list . '</b>' . "\n";
echo '<hr />' . "\n";
} // end if
 
$tables_cnt = count($the_tables);
$counter = 0;
 
foreach ($the_tables AS $key => $table) {
$table = urldecode($table);
if ($counter + 1 >= $tables_cnt) {
$breakstyle = '';
} else {
$breakstyle = ' style="page-break-after: always;"';
}
$counter++;
echo '<div' . $breakstyle . '>' . "\n";
echo '<h1>' . $table . '</h1>' . "\n";
 
/**
* Gets table informations
*/
$result = PMA_DBI_query('SHOW TABLE STATUS LIKE \'' . PMA_sqlAddslashes($table, TRUE) . '\';');
$showtable = PMA_DBI_fetch_assoc($result);
$num_rows = (isset($showtable['Rows']) ? $showtable['Rows'] : 0);
$show_comment = (isset($showtable['Comment']) ? $showtable['Comment'] : '');
PMA_DBI_free_result($result);
 
 
// Gets table keys and store them in arrays
$indexes = array();
$indexes_info = array();
$indexes_data = array();
$ret_keys = PMA_get_indexes($table, $err_url_0);
 
PMA_extract_indexes($ret_keys, $indexes, $indexes_info, $indexes_data);
 
/**
* Gets fields properties
*/
$result = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE);
$fields_cnt = PMA_DBI_num_rows($result);
 
// Check if we can use Relations (Mike Beck)
if (!empty($cfgRelation['relation'])) {
// Find which tables are related with the current one and write it in
// an array
$res_rel = PMA_getForeigners($db, $table);
 
if (count($res_rel) > 0) {
$have_rel = TRUE;
} else {
$have_rel = FALSE;
}
} else {
$have_rel = FALSE;
} // end if
 
 
/**
* Displays the comments of the table if MySQL >= 3.23
*/
if (!empty($show_comment)) {
echo $strTableComments . ':&nbsp;' . $show_comment . '<br /><br />';
}
 
/**
* Displays the table structure
*/
?>
 
<!-- TABLE INFORMATIONS -->
<table width="95%" bordercolorlight="black" border="border" style="border-collapse: collapse; background-color: white">
<tr>
<th width="50"><?php echo $strField; ?></th>
<th width="80"><?php echo $strType; ?></th>
<!--<th width="50"><?php echo $strAttr; ?></th>-->
<th width="40"><?php echo $strNull; ?></th>
<th width="70"><?php echo $strDefault; ?></th>
<!--<th width="50"><?php echo $strExtra; ?></th>-->
<?php
echo "\n";
if ($have_rel) {
echo ' <th>' . $strLinksTo . '</th>' . "\n";
}
if ($cfgRelation['commwork']) {
echo ' <th>' . $strComments . '</th>' . "\n";
}
if ($cfgRelation['mimework']) {
echo ' <th>MIME</th>' . "\n";
}
?>
</tr>
 
<?php
$i = 0;
while ($row = PMA_DBI_fetch_assoc($result)) {
$bgcolor = ($i % 2) ?$cfg['BgcolorOne'] : $cfg['BgcolorTwo'];
$i++;
 
$type = $row['Type'];
// reformat mysql query output - staybyte - 9. June 2001
// loic1: set or enum types: slashes single quotes inside options
if (preg_match('@^(set|enum)\((.+)\)$@i', $type, $tmp)) {
$tmp[2] = substr(preg_replace('@([^,])\'\'@', '\\1\\\'', ',' . $tmp[2]), 1);
$type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')';
$type_nowrap = '';
 
$binary = 0;
$unsigned = 0;
$zerofill = 0;
} else {
$type_nowrap = ' nowrap="nowrap"';
$type = preg_replace('@BINARY@i', '', $type);
$type = preg_replace('@ZEROFILL@i', '', $type);
$type = preg_replace('@UNSIGNED@i', '', $type);
if (empty($type)) {
$type = '&nbsp;';
}
 
$binary = stristr($row['Type'], 'binary');
$unsigned = stristr($row['Type'], 'unsigned');
$zerofill = stristr($row['Type'], 'zerofill');
}
$strAttribute = '&nbsp;';
if ($binary) {
$strAttribute = 'BINARY';
}
if ($unsigned) {
$strAttribute = 'UNSIGNED';
}
if ($zerofill) {
$strAttribute = 'UNSIGNED ZEROFILL';
}
if (!isset($row['Default'])) {
if ($row['Null'] != '' && $row['Null'] != 'NO') {
$row['Default'] = '<i>NULL</i>';
}
} else {
$row['Default'] = htmlspecialchars($row['Default']);
}
$field_name = htmlspecialchars($row['Field']);
echo "\n";
?>
<tr>
<td width="50" class="print" nowrap="nowrap">
<?php
if (isset($pk_array[$row['Field']])) {
echo ' <u>' . $field_name . '</u>&nbsp;' . "\n";
} else {
echo ' ' . $field_name . '&nbsp;' . "\n";
}
?>
</td>
<td width="80" class="print"<?php echo $type_nowrap; ?>><?php echo $type; ?><bdo dir="ltr"></bdo></td>
<!--<td width="50" bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap"><?php echo $strAttribute; ?></td>-->
<td width="40" class="print"><?php echo (($row['Null'] == '' || $row['Null'] == 'NO') ? $strNo : $strYes); ?>&nbsp;</td>
<td width="70" class="print" nowrap="nowrap"><?php if (isset($row['Default'])) { echo $row['Default']; } ?>&nbsp;</td>
<!--<td width="50" bgcolor="<?php echo $bgcolor; ?>" nowrap="nowrap"><?php echo $row['Extra']; ?>&nbsp;</td>-->
<?php
echo "\n";
if ($have_rel) {
echo ' <td class="print">';
if (isset($res_rel[$field_name])) {
echo htmlspecialchars($res_rel[$field_name]['foreign_table'] . ' -> ' . $res_rel[$field_name]['foreign_field'] );
}
echo '&nbsp;</td>' . "\n";
}
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
echo ' <td class="print">';
$comments = PMA_getComments($db, $table);
if (isset($comments[$field_name])) {
echo htmlspecialchars($comments[$field_name]);
}
echo '&nbsp;</td>' . "\n";
}
if ($cfgRelation['mimework']) {
$mime_map = PMA_getMIME($db, $table, true);
 
echo ' <td class="print">';
if (isset($mime_map[$field_name])) {
echo htmlspecialchars(str_replace('_', '/', $mime_map[$field_name]['mimetype']));
}
echo '&nbsp;</td>' . "\n";
}
?>
</tr>
<?php
} // end while
PMA_DBI_free_result($result);
 
echo "\n";
?>
</table>
 
 
<?php
 
if ( ! $tbl_is_view
&& ( $db != 'information_schema'
|| PMA_MYSQL_INT_VERSION < 50002 ) ) {
/**
* Displays indexes
*/
$index_count = (isset($indexes))
? count($indexes)
: 0;
if ($index_count > 0) {
echo "\n";
?>
<br /><br />
<!-- Indexes -->
&nbsp;<big><?php echo $strIndexes . ':'; ?></big>
<table bordercolorlight="black" border="border" style="border-collapse: collapse; background-color: white">
<tr>
<th><?php echo $strKeyname; ?></th>
<th><?php echo $strType; ?></th>
<th><?php echo $strCardinality; ?></th>
<th colspan="2"><?php echo $strField; ?></th>
</tr>
<?php
echo "\n";
PMA_show_indexes($table, $indexes, $indexes_info, $indexes_data, true, true);
echo "\n";
?>
</table>
<?php
echo "\n";
} // end display indexes
/**
* Displays Space usage and row statistics
*
* staybyte - 9 June 2001
*/
if ($cfg['ShowStats']) {
$nonisam = FALSE;
if (isset($showtable['Type']) && !preg_match('@ISAM|HEAP@i', $showtable['Type'])) {
$nonisam = TRUE;
}
if ($nonisam == FALSE) {
// Gets some sizes
$mergetable = FALSE;
if (isset($showtable['Type']) && $showtable['Type'] == 'MRG_MyISAM') {
$mergetable = TRUE;
}
list($data_size, $data_unit) = PMA_formatByteDown($showtable['Data_length']);
if ($mergetable == FALSE) {
list($index_size, $index_unit) = PMA_formatByteDown($showtable['Index_length']);
}
if (isset($showtable['Data_free']) && $showtable['Data_free'] > 0) {
list($free_size, $free_unit) = PMA_formatByteDown($showtable['Data_free']);
list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length'] - $showtable['Data_free']);
} else {
unset($free_size);
unset($free_unit);
list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
}
list($tot_size, $tot_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
if ($num_rows > 0) {
list($avg_size, $avg_unit) = PMA_formatByteDown(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1);
}
// Displays them
?>
<br /><br />
<table border="0" cellspacing="0" cellpadding="0" class="noborder">
<tr>
<!-- Space usage -->
<td class="print" valign="top">
&nbsp;<big><?php echo $strSpaceUsage . ':'; ?></big>
<table width="100%" bordercolorlight="black" border="border" style="border-collapse: collapse; background-color: white">
<tr>
<th><?php echo $strType; ?></th>
<th colspan="2" align="center"><?php echo $strUsage; ?></th>
</tr>
<tr>
<td class="print" style="padding-right: 10px"><?php echo $strData; ?></td>
<td align="right" class="print" nowrap="nowrap"><?php echo $data_size; ?></td>
<td class="print"><?php echo $data_unit; ?></td>
</tr>
<?php
if (isset($index_size)) {
echo "\n";
?>
<tr>
<td class="print" style="padding-right: 10px"><?php echo $strIndex; ?></td>
<td align="right" class="print" nowrap="nowrap"><?php echo $index_size; ?></td>
<td class="print"><?php echo $index_unit; ?></td>
</tr>
<?php
}
if (isset($free_size)) {
echo "\n";
?>
<tr style="color: #bb0000">
<td class="print" style="padding-right: 10px"><?php echo $strOverhead; ?></td>
<td align="right" class="print" nowrap="nowrap"><?php echo $free_size; ?></td>
<td class="print"><?php echo $free_unit; ?></td>
</tr>
<tr>
<td class="print" style="padding-right: 10px"><?php echo $strEffective; ?></td>
<td align="right" class="print" nowrap="nowrap"><?php echo $effect_size; ?></td>
<td class="print"><?php echo $effect_unit; ?></td>
</tr>
<?php
}
if (isset($tot_size) && $mergetable == FALSE) {
echo "\n";
?>
<tr>
<td class="print" style="padding-right: 10px"><?php echo $strTotalUC; ?></td>
<td align="right" class="print" nowrap="nowrap"><?php echo $tot_size; ?></td>
<td class="print"><?php echo $tot_unit; ?></td>
</tr>
<?php
}
echo "\n";
?>
</table>
</td>
<td width="20" class="print">&nbsp;</td>
<!-- Rows Statistic -->
<td valign="top">
&nbsp;<big><?php echo $strRowsStatistic . ':'; ?></big>
<table width=100% bordercolorlight="black" border="border" style="border-collapse: collapse; background-color: white">
<tr>
<th><?php echo $strStatement; ?></th>
<th align="center"><?php echo $strValue; ?></th>
</tr>
<?php
$i = 0;
if (isset($showtable['Row_format'])) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo ucfirst($strFormat); ?></td>
<td align="<?php echo $cell_align_left; ?>" class="print" nowrap="nowrap">
<?php
echo ' ';
if ($showtable['Row_format'] == 'Fixed') {
echo $strFixed;
} elseif ($showtable['Row_format'] == 'Dynamic') {
echo $strDynamic;
} else {
echo $showtable['Row_format'];
}
echo "\n";
?>
</td>
</tr>
<?php
}
if (isset($showtable['Rows'])) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo ucfirst($strRows); ?></td>
<td align="right" class="print" nowrap="nowrap">
<?php echo number_format($showtable['Rows'], 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>
</td>
</tr>
<?php
}
if (isset($showtable['Avg_row_length']) && $showtable['Avg_row_length'] > 0) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo ucfirst($strRowLength); ?>&nbsp;&oslash;</td>
<td class="print" nowrap="nowrap">
<?php echo number_format($showtable['Avg_row_length'], 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>
</td>
</tr>
<?php
}
if (isset($showtable['Data_length']) && $showtable['Rows'] > 0 && $mergetable == FALSE) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo ucfirst($strRowSize); ?>&nbsp;&oslash;</td>
<td align="right" class="print" nowrap="nowrap">
<?php echo $avg_size . ' ' . $avg_unit . "\n"; ?>
</td>
</tr>
<?php
}
if (isset($showtable['Auto_increment'])) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo ucfirst($strNext); ?>&nbsp;Autoindex</td>
<td align="right" class="print" nowrap="nowrap">
<?php echo number_format($showtable['Auto_increment'], 0, $number_decimal_separator, $number_thousands_separator) . "\n"; ?>
</td>
</tr>
<?php
}
echo "\n";
if (isset($showtable['Create_time'])) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo $strStatCreateTime; ?></td>
<td align="right" class="print" nowrap="nowrap">
<?php echo PMA_localisedDate(strtotime($showtable['Create_time'])) . "\n"; ?>
</td>
</tr>
<?php
}
echo "\n";
if (isset($showtable['Update_time'])) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo $strStatUpdateTime; ?></td>
<td align="right" class="print" nowrap="nowrap">
<?php echo PMA_localisedDate(strtotime($showtable['Update_time'])) . "\n"; ?>
</td>
</tr>
<?php
}
echo "\n";
if (isset($showtable['Check_time'])) {
$bgcolor = ((++$i%2) ? $cfg['BgcolorTwo'] : $cfg['BgcolorOne']);
echo "\n";
?>
<tr>
<td class="print"><?php echo $strStatCheckTime; ?></td>
<td align="right" class="print" nowrap="nowrap">
<?php echo PMA_localisedDate(strtotime($showtable['Check_time'])) . "\n"; ?>
</td>
</tr>
<?php
}
echo "\n";
?>
</table>
</td>
</tr>
</table>
<?php
} // end if ($nonisam == FALSE)
} // end if ($cfg['ShowStats'])
}
echo "\n";
if ($multi_tables) {
unset($ret_keys);
unset($num_rows);
unset($show_comment);
echo '<hr />' . "\n";
} // end if
echo '</div>' . "\n";
 
} // end while
 
 
 
/**
* Displays the footer
*/
echo "\n";
?>
<script type="text/javascript" language="javascript">
//<![CDATA[
function printPage()
{
// Do print the page
if (typeof(window.print) != 'undefined') {
window.print();
}
}
//]]>
</script>
<?php
echo '<br /><br />&nbsp;<input type="button" class="print_ignore" style="width: 100px; height: 25px" id="print" value="' . $strPrint . '" onclick="printPage()" />' . "\n";
 
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_properties.php
0,0 → 1,38
<?php
/* $Id: tbl_properties.php,v 2.10.2.1 2006/02/04 18:31:58 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Runs common work
*/
require('./libraries/tbl_properties_common.php');
$url_query .= '&amp;goto=tbl_properties.php&amp;back=tbl_properties.php';
 
require_once('./libraries/sql_query_form.lib.php');
 
$err_url = 'tbl_properties.php' . $err_url;
$goto = 'tbl_properties.php';
$back = 'tbl_properties.php';
 
/**
* Get table information
*/
require_once('./libraries/tbl_properties_table_info.inc.php');
 
/**
* Displays top menu links
*/
require_once('./libraries/tbl_properties_links.inc.php');
 
/**
* Query box, bookmark, insert data from textfile
*/
PMA_sqlQueryForm();
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_properties_export.php
0,0 → 1,116
<?php
/* $Id: tbl_properties_export.php,v 2.17 2005/12/08 16:13:51 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Gets tables informations and displays top links
*/
require_once('./libraries/tbl_properties_common.php');
$url_query .= '&amp;goto=tbl_properties_export.php&amp;back=tbl_properties_export.php';
require_once('./libraries/tbl_properties_table_info.inc.php');
 
// Dump of a table
 
$export_page_title = $strViewDump;
 
// When we have some query, we need to remove LIMIT from that and possibly
// generate WHERE clause (if we are asked to export specific rows)
 
if (isset($sql_query)) {
// Parse query so we can work with tokens
$parsed_sql = PMA_SQP_parse($sql_query);
 
// Need to generate WHERE clause?
if (isset($primary_key)) {
// Yes => rebuild query from scracts, this doesn't work with nested
// selects :-(
$analyzed_sql = PMA_SQP_analyze($parsed_sql);
$sql_query = 'SELECT ';
 
if (isset($analyzed_sql[0]['queryflags']['distinct'])) {
$sql_query .= ' DISTINCT ';
}
 
$sql_query .= $analyzed_sql[0]['select_expr_clause'];
 
if (!empty($analyzed_sql[0]['from_clause'])) {
$sql_query .= ' FROM ' . $analyzed_sql[0]['from_clause'];
}
 
if (isset($primary_key) && is_array($primary_key)) {
$sql_query .= ' WHERE ';
$conj = '';
foreach ($primary_key AS $i => $key) {
$sql_query .= $conj . '( ' . $key . ' ) ';
$conj = 'OR ';
}
} elseif (!empty($analyzed_sql[0]['where_clause'])) {
$sql_query .= ' WHERE ' . $analyzed_sql[0]['where_clause'];
}
if (!empty($analyzed_sql[0]['group_by_clause'])) {
$sql_query .= ' GROUP BY ' . $analyzed_sql[0]['group_by_clause'];
}
if (!empty($analyzed_sql[0]['having_clause'])) {
$sql_query .= ' HAVING ' . $analyzed_sql[0]['having_clause'];
}
if (!empty($analyzed_sql[0]['order_by_clause'])) {
$sql_query .= ' ORDER BY ' . $analyzed_sql[0]['order_by_clause'];
}
} else {
// Just crop LIMIT clause
$inside_bracket = FALSE;
for ($i = $parsed_sql['len'] - 1; $i >= 0; $i--) {
if ($parsed_sql[$i]['type'] == 'punct_bracket_close_round') {
$inside_bracket = TRUE;
continue;
}
if ($parsed_sql[$i]['type'] == 'punct_bracket_open_round') {
$inside_bracket = FALSE;
continue;
}
if (!$inside_bracket && $parsed_sql[$i]['type'] == 'alpha_reservedWord' && strtoupper($parsed_sql[$i]['data']) == 'LIMIT') {
// We found LIMIT to remove
$sql_query = '';
// Concatenate parts before
for ($j = 0; $j < $i; $j++) {
$sql_query .= $parsed_sql[$j]['data'] . ' ';
}
// Skip LIMIT
$i++;
while ($i < $parsed_sql['len'] &&
($parsed_sql[$i]['type'] != 'alpha_reservedWord' ||
($parsed_sql[$i]['type'] == 'alpha_reservedWord' && $parsed_sql[$i]['data'] == 'OFFSET'))) {
$i++;
}
 
// Add remaining parts
while ($i < $parsed_sql['len']) {
$sql_query .= $parsed_sql[$i]['data'] . ' ';
$i++;
}
break;
}
}
}
$message = $GLOBALS['strSuccess'];
}
 
/**
* Displays top menu links
*/
require('./libraries/tbl_properties_links.inc.php');
 
$export_type = 'table';
require_once('./libraries/display_export.lib.php');
 
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_properties_operations.php
0,0 → 1,523
<?php
/* $Id: tbl_properties_operations.php,v 2.48.2.2 2006/03/08 17:54:29 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once('./libraries/common.lib.php');
 
/**
* Runs common work
*/
require('./libraries/tbl_properties_common.php');
$url_query .= '&amp;goto=tbl_properties_operations.php&amp;back=tbl_properties_operations.php';
 
/**
* Gets relation settings
*/
require_once('./libraries/relation.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
/**
* Gets available MySQL charsets and storage engines
*/
require_once('./libraries/mysql_charsets.lib.php');
require_once('./libraries/storage_engines.lib.php');
 
// reselect current db (needed in some cases probably due to
// the calling of relation.lib.php)
PMA_DBI_select_db($GLOBALS['db']);
 
/**
* Gets tables informations
*/
 
require_once('./libraries/tbl_move_copy.php');
require('./libraries/tbl_properties_table_info.inc.php');
 
$reread_info = false;
$errors = array();
$table_alters = array();
 
/**
* Updates table comment, type and options if required
*/
if ( isset( $_REQUEST['submitoptions'] ) ) {
if ( isset( $_REQUEST['new_name'] ) && $_REQUEST['new_name'] !== $GLOBALS['table'] ) {
if ( trim($_REQUEST['new_name']) === '' ) {
$errors[] = $strTableEmpty;
} elseif ( strpos($_REQUEST['new_name'], '.') !== false ) {
$errors[] = $strError . ': ' . $_REQUEST['new_name'];
} else {
if ( PMA_table_rename( $GLOBALS['table'], $_REQUEST['new_name'] ) ) {
$message = sprintf($GLOBALS['strRenameTableOK'],
htmlspecialchars($GLOBALS['table']), htmlspecialchars($_REQUEST['new_name']));
$GLOBALS['table'] = $_REQUEST['new_name'];
$reread_info = true;
$reload = true;
} else {
$errors[] = $strError . ': ' . $_REQUEST['new_name'];
}
}
}
if ( isset( $_REQUEST['comment'] )
&& urldecode($_REQUEST['prev_comment']) !== $_REQUEST['comment'] ) {
$table_alters[] = 'COMMENT = \'' . PMA_sqlAddslashes($_REQUEST['comment']) . '\'';
}
if ( ! empty( $_REQUEST['new_tbl_type'] )
&& strtolower($_REQUEST['new_tbl_type']) !== strtolower($tbl_type) ) {
$table_alters[] = PMA_ENGINE_KEYWORD . ' = ' . $_REQUEST['new_tbl_type'];
$tbl_type = $_REQUEST['new_tbl_type'];
}
 
if ( ! empty( $_REQUEST['tbl_collation'] )
&& $_REQUEST['tbl_collation'] !== $tbl_collation ) {
$table_alters[] = 'DEFAULT ' . PMA_generateCharsetQueryPart($_REQUEST['tbl_collation']);
}
 
$l_tbl_type = strtolower( $tbl_type );
 
$pack_keys = empty( $pack_keys ) ? '0' : '1';
$_REQUEST['new_pack_keys'] = empty( $_REQUEST['new_pack_keys'] ) ? '0' : '1';
if ( ( $l_tbl_type === 'myisam' || $l_tbl_type === 'isam' )
&& $_REQUEST['new_pack_keys'] !== $pack_keys ) {
$table_alters[] = 'pack_keys = ' . $_REQUEST['new_pack_keys'];
}
 
$checksum = empty( $checksum ) ? '0' : '1';
$_REQUEST['new_checksum'] = empty( $_REQUEST['new_checksum'] ) ? '0' : '1';
if ( ( $l_tbl_type === 'myisam' )
&& $_REQUEST['new_checksum'] !== $checksum ) {
$table_alters[] = 'checksum = ' . $_REQUEST['new_checksum'];
}
 
$delay_key_write = empty( $delay_key_write ) ? '0' : '1';
$_REQUEST['new_delay_key_write'] = empty( $_REQUEST['new_delay_key_write'] ) ? '0' : '1';
if ( ( $l_tbl_type === 'myisam' )
&& $_REQUEST['new_delay_key_write'] !== $delay_key_write ) {
$table_alters[] = 'delay_key_write = ' . $_REQUEST['new_delay_key_write'];
}
 
if ( ( $l_tbl_type === 'myisam' || $l_tbl_type === 'innodb' )
&& ! empty( $_REQUEST['new_auto_increment'] )
&& ( ! isset( $auto_increment ) || $_REQUEST['new_auto_increment'] !== $auto_increment ) ) {
$table_alters[] = 'auto_increment = ' . PMA_sqlAddslashes($_REQUEST['new_auto_increment']);
}
 
if ( count($table_alters) > 0 ) {
$sql_query = 'ALTER TABLE ' . PMA_backquote($GLOBALS['table']);
$sql_query .= "\r\n" . implode("\r\n", $table_alters);
$message = PMA_DBI_query($sql_query) ? $strSuccess : $strError;
$reread_info = true;
unset( $table_alters );
}
}
/**
* Reordering the table has been requested by the user
*/
if ( isset( $_REQUEST['submitorderby'] ) && ! empty( $_REQUEST['order_field'] ) ) {
$sql_query = '
ALTER TABLE ' . PMA_backquote($GLOBALS['table']) . '
ORDER BY ' . PMA_backquote(urldecode($_REQUEST['order_field']));
if ( isset( $_REQUEST['order_order'] ) && $_REQUEST['order_order'] === 'desc' ) {
$sql_query .= ' DESC';
}
$message = PMA_DBI_query($sql_query) ? $strSuccess : $strError;
} // end if
 
 
if ( $reread_info ) {
$pack_keys = $checksum = $delay_key_write = 0;
require('./libraries/tbl_properties_table_info.inc.php');
}
unset( $reread_info );
 
/**
* Displays top menu links
*/
require_once('./libraries/tbl_properties_links.inc.php');
 
$url_params['goto'] = 'tbl_properties_operations.php';
$url_params['back'] = 'tbl_properties_operations.php';
 
/**
* Get columns names
*/
$local_query = '
SHOW COLUMNS
FROM ' . PMA_backquote($GLOBALS['table']) . '
FROM ' . PMA_backquote($GLOBALS['db']);
$columns = PMA_DBI_fetch_result($local_query, null, 'Field');
unset( $local_query );
 
/**
* Displays the page
*/
?>
<!-- Order the table -->
<div id="div_table_order">
<form method="post" action="tbl_properties_operations.php">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db'], $GLOBALS['table']); ?>
<fieldset id="fieldset_table_order">
<legend><?php echo $strAlterOrderBy; ?></legend>
<select name="order_field">
<?php
foreach ( $columns as $fieldname ) {
echo ' <option value="' . htmlspecialchars($fieldname) . '">'
. htmlspecialchars($fieldname) . '</option>' . "\n";
}
unset($columns);
?>
</select> <?php echo $strSingly; ?>
<select name="order_order">
<option value="asc"><?php echo $strAscending; ?></option>
<option value="desc"><?php echo $strDescending; ?></option>
</select>
<input type="submit" name="submitorderby" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
</div>
 
<!-- Move table -->
<div id="div_table_rename">
<form method="post" action="tbl_move_copy.php"
onsubmit="return emptyFormElements(this, 'new_name')">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db'], $GLOBALS['table']); ?>
<input type="hidden" name="reload" value="1" />
<input type="hidden" name="what" value="data" />
<fieldset id="fieldset_table_rename">
<legend><?php echo $strMoveTable; ?></legend>
<select name="target_db">
<?php
// The function used below is defined in "common.lib.php"
PMA_availableDatabases('main.php?' . PMA_generate_common_url());
foreach ( $dblist as $each_db ) {
echo ' ';
echo '<option value="' . htmlspecialchars($each_db) . '">'
. htmlspecialchars($each_db) . '</option>';
echo "\n";
} // end foreach $dblist
?>
</select>
&nbsp;<b>.</b>&nbsp;
<input type="text" size="20" name="new_name" onfocus="this.select()"
value="<?php echo htmlspecialchars($GLOBALS['table']); ?>" />
<input type="submit" name="submit_move" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
</div>
 
<?php
if (strstr($show_comment, '; InnoDB free') === false) {
if (strstr($show_comment, 'InnoDB free') === false) {
// only user entered comment
$comment = $show_comment;
} else {
// here we have just InnoDB generated part
$comment = '';
}
} else {
// remove InnoDB comment from end, just the minimal part (*? is non greedy)
$comment = preg_replace('@; InnoDB free:.*?$@', '', $show_comment);
}
 
// PACK_KEYS: MyISAM or ISAM
// DELAY_KEY_WRITE, CHECKSUM, : MyISAM only
// AUTO_INCREMENT: MyISAM and InnoDB since 5.0.3
 
// nijel: Here should be version check for InnoDB, however it is supported
// in >5.0.4, >4.1.12 and >4.0.11, so I decided not to
// check for version
?>
 
<!-- Table options -->
<div id="div_table_options">
<form method="post" action="tbl_properties_operations.php">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db'], $GLOBALS['table']); ?>
<input type="hidden" name="reload" value="1" />
<fieldset>
<legend><?php echo $strTableOptions; ?></legend>
 
<table>
<!-- Change table name -->
<tr><td><?php echo $strRenameTable; ?></td>
<td><input type="text" size="20" name="new_name" onfocus="this.select()"
value="<?php echo htmlspecialchars($GLOBALS['table']); ?>" />
</td>
</tr>
 
<!-- Table comments -->
<tr><td><?php echo $strTableComments; ?></td>
<td><input type="text" name="comment" maxlength="60" size="30"
value="<?php echo htmlspecialchars($comment); ?>" onfocus="this.select()" />
<input type="hidden" name="prev_comment" value="<?php echo urlencode($comment); ?>" />
</td>
</tr>
 
<!-- Storage engine -->
<tr><td><?php echo $strStorageEngine; ?>
<?php echo PMA_showMySQLDocu('Storage_engines', 'Storage_engines'); ?>
</td>
<td><?php echo PMA_generateEnginesDropdown('new_tbl_type', null, false, $tbl_type, 4); ?>
</td>
</tr>
 
<?php
if (PMA_MYSQL_INT_VERSION >= 40100) {
?>
<!-- Table character set -->
<tr><td><?php echo $strCollation; ?></td>
<td><?php echo PMA_generateCharsetDropdownBox(PMA_CSDROPDOWN_COLLATION,
'tbl_collation', null, $tbl_collation, false, 3); ?>
</td>
</tr>
<?php
}
if ($tbl_type == 'MYISAM' || $tbl_type == 'ISAM') {
?>
<tr>
<td><label for="new_pack_keys">pack_keys</label></td>
<td><input type="checkbox" name="new_pack_keys" id="new_pack_keys"
value="1"
<?php echo (isset($pack_keys) && $pack_keys == 1)
? ' checked="checked"'
: ''; ?> />
</td>
</tr>
<?php
} // end if (MYISAM|ISAM)
 
if ($tbl_type == 'MYISAM') {
?>
<tr><td><label for="new_checksum">checksum</label></td>
<td><input type="checkbox" name="new_checksum" id="new_checksum"
value="1"
<?php echo (isset($checksum) && $checksum == 1)
? ' checked="checked"'
: ''; ?> />
</td>
</tr>
 
<tr><td><label for="new_delay_key_write">delay_key_write</label></td>
<td><input type="checkbox" name="new_delay_key_write" id="new_delay_key_write"
value="1"
<?php echo (isset($delay_key_write) && $delay_key_write == 1)
? ' checked="checked"'
: ''; ?> />
</td>
</tr>
 
<?php
} // end if (MYISAM)
 
if ( isset( $auto_increment ) && strlen($auto_increment) > 0
&& ( $tbl_type == 'MYISAM' || $tbl_type == 'INNODB' ) ) {
?>
<tr><td><label for="auto_increment_opt">auto_increment</label></td>
<td><input type="text" name="new_auto_increment" id="auto_increment_opt"
value="<?php echo $auto_increment; ?>" /></td>
</tr>
<?php
} // end if (MYISAM|INNODB)
?>
</table>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="submitoptions" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
</div>
 
<!-- Copy table -->
<div id="div_table_copy">
<form method="post" action="tbl_move_copy.php"
onsubmit="return emptyFormElements(this, 'new_name')">
<?php echo PMA_generate_common_hidden_inputs($GLOBALS['db'], $GLOBALS['table']); ?>
<input type="hidden" name="reload" value="1" />
<fieldset>
<legend><?php echo $strCopyTable; ?></legend>
<select name="target_db">
<?php
foreach ( $dblist as $each_db ) {
echo ' ';
echo '<option value="' . htmlspecialchars($each_db) . '"';
if ( $each_db === $GLOBALS['db'] ) {
echo ' selected="selected"';
}
echo '>' . htmlspecialchars($each_db) . '</option>';
echo "\n";
} // end foreach $dblist
?>
</select>
&nbsp;<b>.</b>&nbsp;
<input type="text" size="20" name="new_name" onfocus="this.select()" /><br />
 
<input type="radio" name="what" value="structure" id="radio_copy_structure" />
<label for="radio_copy_structure"><?php echo $strStrucOnly; ?></label><br />
<input type="radio" name="what" value="data" id="radio_copy_data" checked="checked" />
<label for="radio_copy_data"><?php echo $strStrucData; ?></label><br />
<input type="radio" name="what" value="dataonly" id="radio_copy_dataonly" />
<label for="radio_copy_dataonly"><?php echo $strDataOnly; ?></label><br />
 
<input type="checkbox" name="drop_if_exists" value="true" id="checkbox_drop" />
<label for="checkbox_drop"><?php echo $strStrucDrop; ?></label><br />
<input type="checkbox" name="sql_auto_increment" value="1" id="checkbox_auto_increment" />
<label for="checkbox_auto_increment"><?php echo $strAddAutoIncrement; ?></label><br />
<?php
// display "Add constraints" choice only if there are
// foreign keys
if (PMA_getForeigners($GLOBALS['db'], $GLOBALS['table'], '', 'innodb')) {
?>
<input type="checkbox" name="constraints" value="1" id="checkbox_constraints" />
<label for="checkbox_constraints"><?php echo $strAddConstraints; ?></label><br />
<?php
} // endif
if ( isset( $_COOKIE['pma_switch_to_new'] )
&& $_COOKIE['pma_switch_to_new'] == 'true' ) {
$pma_switch_to_new = 'true';
}
?>
<input type="checkbox" name="switch_to_new" value="true"
id="checkbox_switch"<?php echo
isset( $pma_switch_to_new ) && $pma_switch_to_new == 'true'
? ' checked="checked"'
: ''; ?> />
<label for="checkbox_switch"><?php echo $strSwitchToTable; ?></label>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="submit_copy" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
</div>
 
<br class="clearfloat"/>
 
<h1><?php echo $strTableMaintenance; ?></h1>
 
<ul>
<?php
if ( $tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB' || $tbl_type == 'INNODB' ) {
if ( $tbl_type == 'MYISAM' || $tbl_type == 'INNODB' ) {
$this_url_params = array_merge($url_params,
array( 'sql_query' => 'CHECK TABLE ' . PMA_backquote($GLOBALS['table']) ));
?>
<li><a href="sql.php<?php echo PMA_generate_common_url( $this_url_params ); ?>">
<?php echo $strCheckTable; ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'CHECK_TABLE'); ?>
</li>
<?php
}
if ($tbl_type == 'INNODB') {
$this_url_params = array_merge($url_params,
array( 'sql_query' => 'ALTER TABLE ' . PMA_backquote($GLOBALS['table']) . ' ' . PMA_ENGINE_KEYWORD . '=InnoDB' ));
?>
<li><a href="sql.php<?php echo PMA_generate_common_url( $this_url_params ); ?>">
<?php echo $strDefragment; ?></a>
<?php echo PMA_showMySQLDocu('Table_types', 'InnoDB_File_Defragmenting'); ?>
</li>
<?php
}
if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB') {
$this_url_params = array_merge($url_params,
array( 'sql_query' => 'ANALYZE TABLE ' . PMA_backquote($GLOBALS['table']) ));
?>
<li><a href="sql.php<?php echo PMA_generate_common_url( $this_url_params ); ?>">
<?php echo $strAnalyzeTable; ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'ANALYZE_TABLE');?>
</li>
<?php
}
if ($tbl_type == 'MYISAM') {
$this_url_params = array_merge($url_params,
array( 'sql_query' => 'REPAIR TABLE ' . PMA_backquote($GLOBALS['table']) ));
?>
<li><a href="sql.php<?php echo PMA_generate_common_url( $this_url_params ); ?>">
<?php echo $strRepairTable; ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'REPAIR_TABLE'); ?>
</li>
<?php
}
if ($tbl_type == 'MYISAM' || $tbl_type == 'BERKELEYDB') {
$this_url_params = array_merge($url_params,
array( 'sql_query' => 'OPTIMIZE TABLE ' . PMA_backquote($GLOBALS['table']) ));
?>
<li><a href="sql.php<?php echo PMA_generate_common_url( $this_url_params ); ?>">
<?php echo $strOptimizeTable; ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'OPTIMIZE_TABLE'); ?>
</li>
<?php
}
} // end MYISAM or BERKELEYDB case
$this_url_params = array_merge($url_params,
array(
'sql_query' => 'FLUSH TABLE ' . PMA_backquote($GLOBALS['table']),
'zero_rows' => sprintf($strTableHasBeenFlushed,
htmlspecialchars($GLOBALS['table'])),
'reload' => 1,
));
?>
<li><a href="sql.php<?php echo PMA_generate_common_url( $this_url_params ); ?>">
<?php echo $strFlushTable; ?></a>
<?php echo PMA_showMySQLDocu('MySQL_Database_Administration', 'FLUSH'); ?>
</li>
</ul>
<?php
// Referential integrity check
// The Referential integrity check was intended for the non-InnoDB
// tables for which the relations are defined in pmadb
// so I assume that if the current table is InnoDB, I don't display
// this choice (InnoDB maintains integrity by itself)
 
if ( $cfgRelation['relwork'] && $tbl_type != "INNODB" ) {
 
// we need this PMA_DBI_select_db if the user has access to more than one db
// and $GLOBALS['db'] is not the last of the list, because PMA_availableDatabases()
// has made a PMA_DBI_select_db() on the last one
PMA_DBI_select_db($GLOBALS['db']);
$foreign = PMA_getForeigners($GLOBALS['db'], $GLOBALS['table']);
 
if ($foreign) {
?>
<!-- Referential integrity check -->
<ul>
<?php echo $strReferentialIntegrity; ?><br />
<?php
echo "\n";
foreach ($foreign AS $master => $arr) {
$join_query = 'SELECT ' . PMA_backquote($GLOBALS['table']) . '.* FROM '
. PMA_backquote($GLOBALS['table']) . ' LEFT JOIN '
. PMA_backquote($arr['foreign_table']);
if ($arr['foreign_table'] == $GLOBALS['table']) {
$foreign_table = $GLOBALS['table'] . '1';
$join_query .= ' AS ' . PMA_backquote($foreign_table);
} else {
$foreign_table = $arr['foreign_table'];
}
$join_query .= ' ON '
. PMA_backquote($GLOBALS['table']) . '.' . PMA_backquote($master)
. ' = ' . PMA_backquote($foreign_table) . '.' . PMA_backquote($arr['foreign_field'])
. ' WHERE '
. PMA_backquote($foreign_table) . '.' . PMA_backquote($arr['foreign_field'])
. ' IS NULL AND '
. PMA_backquote($GLOBALS['table']) . '.' . PMA_backquote($master)
. ' IS NOT NULL';
$this_url_params = array_merge($url_params,
array( 'sql_query' => $join_query ));
echo ' <li>'
. '<a href="sql.php'
. PMA_generate_common_url( $this_url_params )
. '">' . $master . '&nbsp;->&nbsp;' . $arr['foreign_table'] . '.' . $arr['foreign_field']
. '</a></li>' . "\n";
} // foreach $foreign
unset($foreign_table, $join_query);
?>
</ul>
<?php
} // end if ($result)
 
} // end if (!empty($cfg['Server']['relation']))
 
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_properties_structure.php
0,0 → 1,814
<?php
/* $Id: tbl_properties_structure.php,v 2.65.2.1 2006/02/14 10:23:44 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
require_once './libraries/common.lib.php';
require_once './libraries/mysql_charsets.lib.php';
 
/**
* Drop multiple fields if required
*/
 
// workaround for IE problem:
if (isset($submit_mult_change_x)) {
$submit_mult = $strChange;
} elseif (isset($submit_mult_drop_x)) {
$submit_mult = $strDrop;
} elseif (isset($submit_mult_primary_x)) {
$submit_mult = $strPrimary;
} elseif (isset($submit_mult_index_x)) {
$submit_mult = $strIndex;
} elseif (isset($submit_mult_unique_x)) {
$submit_mult = $strUnique;
} elseif (isset($submit_mult_fulltext_x)) {
$submit_mult = $strIdxFulltext;
}
 
if ((!empty($submit_mult) && isset($selected_fld))
|| isset($mult_btn)) {
$action = 'tbl_properties_structure.php';
$err_url = 'tbl_properties_structure.php?' . PMA_generate_common_url($db, $table);
require './libraries/mult_submits.inc.php';
}
 
/**
* Runs common work
*/
require_once './libraries/tbl_properties_common.php';
$url_query .= '&amp;goto=tbl_properties_structure.php&amp;back=tbl_properties_structure.php';
 
/**
* Prepares the table structure display
*/
 
/**
* Gets tables informations
*/
require_once './libraries/tbl_properties_table_info.inc.php';
 
/**
* Show result of multi submit operation
*/
if ((!empty($submit_mult) && isset($selected_fld))
|| isset($mult_btn)) {
$message = $strSuccess;
}
 
/**
* Displays top menu links
*/
require_once './libraries/tbl_properties_links.inc.php';
 
// 2. Gets table keys and retains them
$result = PMA_DBI_query('SHOW INDEX FROM ' . PMA_backquote($table) . ';');
$primary = '';
$ret_keys = array();
$pk_array = array(); // will be use to emphasis prim. keys in the table view
while ($row = PMA_DBI_fetch_assoc($result)) {
$ret_keys[] = $row;
// Backups the list of primary keys
if ($row['Key_name'] == 'PRIMARY') {
$primary .= $row['Column_name'] . ', ';
$pk_array[$row['Column_name']] = 1;
}
} // end while
PMA_DBI_free_result($result);
 
// 3. Get fields
$fields_rs = PMA_DBI_query('SHOW FULL FIELDS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE);
$fields_cnt = PMA_DBI_num_rows($fields_rs);
 
// Get more complete field information
// For now, this is done just for MySQL 4.1.2+ new TIMESTAMP options
// but later, if the analyser returns more information, it
// could be executed for any MySQL version and replace
// the info given by SHOW FULL FIELDS FROM.
//
// We also need this to correctly learn if a TIMESTAMP is NOT NULL, since
// SHOW FULL FIELDS says NULL and SHOW CREATE TABLE says NOT NULL (tested
// in MySQL 4.0.25).
 
$show_create_table = PMA_DBI_fetch_value(
'SHOW CREATE TABLE ' . PMA_backquote($db) . '.' . PMA_backquote($table),
0, 1);
$analyzed_sql = PMA_SQP_analyze(PMA_SQP_parse($show_create_table));
 
/**
* prepare table infos
*/
// action titles (image or string)
$titles = array();
if ($cfg['PropertiesIconic'] == true) {
if ($cfg['PropertiesIconic'] === 'both') {
$iconic_spacer = '<div class="nowrap">';
} else {
$iconic_spacer = '';
}
 
// images replaced 2004-05-08 by mkkeck
$titles['Change'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_edit.png" alt="' . $strChange . '" title="' . $strChange . '" />';
$titles['Drop'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_drop.png" alt="' . $strDrop . '" title="' . $strDrop . '" />';
$titles['NoDrop'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_drop.png" alt="' . $strDrop . '" title="' . $strDrop . '" />';
$titles['Primary'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_primary.png" alt="' . $strPrimary . '" title="' . $strPrimary . '" />';
$titles['Index'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_index.png" alt="' . $strIndex . '" title="' . $strIndex . '" />';
$titles['Unique'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_unique.png" alt="' . $strUnique . '" title="' . $strUnique . '" />';
$titles['IdxFulltext'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_ftext.png" alt="' . $strIdxFulltext . '" title="' . $strIdxFulltext . '" />';
$titles['NoPrimary'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'bd_primary.png" alt="' . $strPrimary . '" title="' . $strPrimary . '" />';
$titles['NoIndex'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'bd_index.png" alt="' . $strIndex . '" title="' . $strIndex . '" />';
$titles['NoUnique'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'bd_unique.png" alt="' . $strUnique . '" title="' . $strUnique . '" />';
$titles['NoIdxFulltext'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'bd_ftext.png" alt="' . $strIdxFulltext . '" title="' . $strIdxFulltext . '" />';
$titles['BrowseDistinctValues'] = $iconic_spacer
. '<img class="icon" width="16" height="16" src="' . $pmaThemeImage
. 'b_browse.png" alt="' . $strBrowseDistinctValues . '" title="' . $strBrowseDistinctValues . '" />';
 
if ($cfg['PropertiesIconic'] === 'both') {
$titles['Change'] .= $strChange . '</div>';
$titles['Drop'] .= $strDrop . '</div>';
$titles['NoDrop'] .= $strDrop . '</div>';
$titles['Primary'] .= $strPrimary . '</div>';
$titles['Index'] .= $strIndex . '</div>';
$titles['Unique'] .= $strUnique . '</div>';
$titles['IdxFulltext' ] .= $strIdxFulltext . '</div>';
$titles['NoPrimary'] .= $strPrimary . '</div>';
$titles['NoIndex'] .= $strIndex . '</div>';
$titles['NoUnique'] .= $strUnique . '</div>';
$titles['NoIdxFulltext'] .= $strIdxFulltext . '</div>';
$titles['BrowseDistinctValues'] .= $strBrowseDistinctValues . '</div>';
}
} else {
$titles['Change'] = $strChange;
$titles['Drop'] = $strDrop;
$titles['NoDrop'] = $strDrop;
$titles['Primary'] = $strPrimary;
$titles['Index'] = $strIndex;
$titles['Unique'] = $strUnique;
$titles['IdxFulltext'] = $strIdxFulltext;
$titles['NoPrimary'] = $strPrimary;
$titles['NoIndex'] = $strIndex;
$titles['NoUnique'] = $strUnique;
$titles['NoIdxFulltext'] = $strIdxFulltext;
$titles['BrowseDistinctValues'] = $strBrowseDistinctValues;
}
 
/**
* Displays the table structure ('show table' works correct since 3.23.03)
*/
/* TABLE INFORMATION */
// table header
$i = 0;
?>
<form method="post" action="tbl_properties_structure.php" name="fieldsForm" id="fieldsForm">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<table id="tablestructure" class="data">
<thead>
<tr>
<th id="th<?php echo ++$i; ?>"></th>
<th id="th<?php echo ++$i; ?>"><?php echo $strField; ?></th>
<th id="th<?php echo ++$i; ?>"><?php echo $strType; ?></th>
<?php echo PMA_MYSQL_INT_VERSION >= 40100 ? ' <th id="th' . ++$i . '">' . $strCollation . '</th>' . "\n" : ''; ?>
<th id="th<?php echo ++$i; ?>"><?php echo $strAttr; ?></th>
<th id="th<?php echo ++$i; ?>"><?php echo $strNull; ?></th>
<th id="th<?php echo ++$i; ?>"><?php echo $strDefault; ?></th>
<th id="th<?php echo ++$i; ?>"><?php echo $strExtra; ?></th>
<?php if ($db_is_information_schema || $tbl_is_view) { ?>
<th id="th<?php echo ++$i; ?>"><?php echo $strView; ?></th>
<?php } else { ?>
<th colspan="7" id="th<?php echo ++$i; ?>"><?php echo $strAction; ?></th>
<?php } ?>
</tr>
</thead>
<tbody>
<?php
unset($i);
 
 
// table body
 
// prepare comments
$comments_map = array();
$mime_map = array();
 
if ($GLOBALS['cfg']['ShowPropertyComments']) {
require_once './libraries/relation.lib.php';
require_once './libraries/transformations.lib.php';
 
$cfgRelation = PMA_getRelationsParam();
 
if ($cfgRelation['commwork'] || PMA_MYSQL_INT_VERSION >= 40100) {
$comments_map = PMA_getComments($db, $table);
 
if ($cfgRelation['mimework'] && $cfg['BrowseMIME']) {
$mime_map = PMA_getMIME($db, $table, true);
}
}
}
 
$rownum = 0;
$aryFields = array();
$checked = (!empty($checkall) ? ' checked="checked"' : '');
$save_row = array();
$odd_row = true;
while ($row = PMA_DBI_fetch_assoc($fields_rs)) {
$save_row[] = $row;
$rownum++;
$aryFields[] = $row['Field'];
 
$type = $row['Type'];
// reformat mysql query output - staybyte - 9. June 2001
// loic1: set or enum types: slashes single quotes inside options
if (preg_match('@^(set|enum)\((.+)\)$@i', $type, $tmp)) {
$tmp[2] = substr(preg_replace('@([^,])\'\'@', '\\1\\\'', ',' . $tmp[2]), 1);
$type = $tmp[1] . '(' . str_replace(',', ', ', $tmp[2]) . ')';
 
// for the case ENUM('&#8211;','&ldquo;')
$type = htmlspecialchars($type);
 
$type_nowrap = '';
 
$binary = 0;
$unsigned = 0;
$zerofill = 0;
} else {
$type_nowrap = ' nowrap="nowrap"';
// strip the "BINARY" attribute, except if we find "BINARY(" because
// this would be a BINARY or VARBINARY field type
if (!preg_match('@BINARY[\(]@i', $type)) {
$type = preg_replace('@BINARY@i', '', $type);
}
$type = preg_replace('@ZEROFILL@i', '', $type);
$type = preg_replace('@UNSIGNED@i', '', $type);
if (empty($type)) {
$type = ' ';
}
 
if (!preg_match('@BINARY[\(]@i', $row['Type'])) {
$binary = stristr($row['Type'], 'blob') || stristr($row['Type'], 'binary');
} else {
$binary = false;
}
 
$unsigned = stristr($row['Type'], 'unsigned');
$zerofill = stristr($row['Type'], 'zerofill');
}
 
// rabus: Divide charset from the rest of the type definition (MySQL >= 4.1)
unset($field_charset);
if (PMA_MYSQL_INT_VERSION >= 40100) {
if ((substr($type, 0, 4) == 'char'
|| substr($type, 0, 7) == 'varchar'
|| substr($type, 0, 4) == 'text'
|| substr($type, 0, 8) == 'tinytext'
|| substr($type, 0, 10) == 'mediumtext'
|| substr($type, 0, 8) == 'longtext'
|| substr($type, 0, 3) == 'set'
|| substr($type, 0, 4) == 'enum'
) && !$binary) {
if (strpos($type, ' character set ')) {
$type = substr($type, 0, strpos($type, ' character set '));
}
if (!empty($row['Collation'])) {
$field_charset = $row['Collation'];
} else {
$field_charset = '';
}
} else {
$field_charset = '';
}
}
 
// garvin: Display basic mimetype [MIME]
if ($cfgRelation['commwork'] && $cfgRelation['mimework'] && $cfg['BrowseMIME'] && isset($mime_map[$row['Field']]['mimetype'])) {
$type_mime = '<br />MIME: ' . str_replace('_', '/', $mime_map[$row['Field']]['mimetype']);
} else {
$type_mime = '';
}
 
$attribute = ' ';
if ($binary) {
$attribute = 'BINARY';
}
if ($unsigned) {
$attribute = 'UNSIGNED';
}
if ($zerofill) {
$attribute = 'UNSIGNED ZEROFILL';
}
 
// MySQL 4.1.2+ TIMESTAMP options
// (if on_update_current_timestamp is set, then it's TRUE)
if (isset($analyzed_sql[0]['create_table_fields'][$row['Field']]['on_update_current_timestamp'])) {
$attribute = 'ON UPDATE CURRENT_TIMESTAMP';
}
 
// here, we have a TIMESTAMP that SHOW FULL FIELDS reports as having the
// NULL attribute, but SHOW CREATE TABLE says the contrary. Believe
// the latter.
if (!empty($analyzed_sql[0]['create_table_fields'][$row['Field']]['type']) && $analyzed_sql[0]['create_table_fields'][$row['Field']]['type'] == 'TIMESTAMP' && $analyzed_sql[0]['create_table_fields'][$row['Field']]['timestamp_not_null']) {
$row['Null'] = '';
}
 
 
if (!isset($row['Default'])) {
if ($row['Null'] == 'YES') {
$row['Default'] = '<i>NULL</i>';
}
} else {
$row['Default'] = htmlspecialchars($row['Default']);
}
 
$field_encoded = urlencode($row['Field']);
$field_name = htmlspecialchars($row['Field']);
 
// garvin: underline commented fields and display a hover-title (CSS only)
 
$comment_style = '';
if (isset($comments_map[$row['Field']])) {
$field_name = '<span style="border-bottom: 1px dashed black;" title="' . htmlspecialchars($comments_map[$row['Field']]) . '">' . $field_name . '</span>';
}
 
if (isset($pk_array[$row['Field']])) {
$field_name = '<u>' . $field_name . '</u>';
}
echo "\n";
?>
<tr class="<?php echo $odd_row ? 'odd': 'even'; $odd_row = !$odd_row; ?>">
<td align="center">
<input type="checkbox" name="selected_fld[]" value="<?php echo $field_encoded; ?>" id="checkbox_row_<?php echo $rownum; ?>" <?php echo $checked; ?> />
</td>
<th nowrap="nowrap"><label for="checkbox_row_<?php echo $rownum; ?>"><?php echo $field_name; ?></label></th>
<td<?php echo $type_nowrap; ?>><bdo dir="ltr" xml:lang="en"><?php echo $type; echo $type_mime; ?></bdo></td>
<?php echo PMA_MYSQL_INT_VERSION >= 40100 ? ' <td>' . (empty($field_charset) ? '' : '<dfn title="' . PMA_getCollationDescr($field_charset) . '">' . $field_charset . '</dfn>') . '</td>' . "\n" : '' ?>
<td nowrap="nowrap" style="font-size: 70%"><?php echo $attribute; ?></td>
<td><?php echo (($row['Null'] == 'YES') ? $strYes : $strNo); ?></td>
<td nowrap="nowrap"><?php if (isset($row['Default'])) { echo $row['Default']; } ?></td>
<td nowrap="nowrap"><?php echo $row['Extra']; ?></td>
<td align="center">
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('SELECT COUNT(*) AS `' . $strRows . '`, `' . $row['Field'] . '` FROM `' . $table . '` GROUP BY `' . $row['Field'] . '` ORDER BY `' . $row['Field'] . '`'); ?>">
<?php echo $titles['BrowseDistinctValues']; ?></a>
</td>
<?php if (! $tbl_is_view && ! $db_is_information_schema) { ?>
<td align="center">
<a href="tbl_alter.php?<?php echo $url_query; ?>&amp;field=<?php echo $field_encoded; ?>">
<?php echo $titles['Change']; ?></a>
</td>
<td align="center">
<?php
// loic1: Drop field only if there is more than one field in the table
if ($fields_cnt > 1) {
echo "\n";
?>
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . ' DROP ' . PMA_backquote($row['Field'])); ?>&amp;cpurge=1&amp;purgekey=<?php echo urlencode($row['Field']); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strFieldHasBeenDropped, htmlspecialchars($row['Field']))); ?>"
onclick="return confirmLink(this, 'ALTER TABLE <?php echo PMA_jsFormat($table); ?> DROP <?php echo PMA_jsFormat($row['Field']); ?>')">
<?php echo $titles['Drop']; ?></a>
<?php
} else {
echo "\n" . ' ' . $titles['NoDrop'];
}
echo "\n";
?>
</td>
<td align="center">
<?php
if ($type == 'text' || $type == 'blob') {
echo $titles['NoPrimary'] . "\n";
} else {
echo "\n";
?>
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . (empty($primary) ? '' : ' DROP PRIMARY KEY,') . ' ADD PRIMARY KEY(' . PMA_backquote($row['Field']) . ')'); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strAPrimaryKey, htmlspecialchars($row['Field']))); ?>"
onclick="return confirmLink(this, 'ALTER TABLE <?php echo PMA_jsFormat($table) . (empty($primary) ? '' : ' DROP PRIMARY KEY,'); ?> ADD PRIMARY KEY(<?php echo PMA_jsFormat($row['Field']); ?>)')">
<?php echo $titles['Primary']; ?></a>
<?php
}
echo "\n";
?>
</td>
<td align="center">
<?php
if ($type == 'text' || $type == 'blob') {
echo $titles['NoUnique'] . "\n";
} else {
echo "\n";
?>
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . ' ADD UNIQUE(' . PMA_backquote($row['Field']) . ')'); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strAnIndex, htmlspecialchars($row['Field']))); ?>">
<?php echo $titles['Unique']; ?></a>
<?php
}
echo "\n";
?>
</td>
<td align="center">
<?php
if ($type == 'text' || $type == 'blob') {
echo $titles['NoIndex'] . "\n";
} else {
echo "\n";
?>
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . ' ADD INDEX(' . PMA_backquote($row['Field']) . ')'); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strAnIndex, htmlspecialchars($row['Field']))); ?>">
<?php echo $titles['Index']; ?></a>
<?php
}
echo "\n";
?>
</td>
<?php
if ((!empty($tbl_type) && $tbl_type == 'MYISAM')
&& (strpos(' ' . $type, 'text') || strpos(' ' . $type, 'varchar'))) {
echo "\n";
?>
<td align="center" nowrap="nowrap">
<a href="sql.php?<?php echo $url_query; ?>&amp;sql_query=<?php echo urlencode('ALTER TABLE ' . PMA_backquote($table) . ' ADD FULLTEXT(' . PMA_backquote($row['Field']) . ')'); ?>&amp;zero_rows=<?php echo urlencode(sprintf($strAnIndex, htmlspecialchars($row['Field']))); ?>">
<?php echo $titles['IdxFulltext']; ?></a>
</td>
<?php
} else {
echo "\n";
?>
<td align="center" nowrap="nowrap">
<?php echo $titles['NoIdxFulltext'] . "\n"; ?>
</td>
<?php
} // end if... else...
echo "\n";
} // end if (! $tbl_is_view && ! $db_is_information_schema)
?>
</tr>
<?php
unset($field_charset);
} // end while
 
echo '</tbody>' . "\n"
.'</table>' . "\n";
 
$checkall_url = 'tbl_properties_structure.php?' . PMA_generate_common_url($db, $table);
?>
 
<img class="selectallarrow" src="<?php echo $pmaThemeImage . 'arrow_' . $text_dir . '.png'; ?>"
width="38" height="22" alt="<?php echo $strWithChecked; ?>" />
<a href="<?php echo $checkall_url; ?>&amp;checkall=1"
onclick="if (markAllRows('fieldsForm')) return false;">
<?php echo $strCheckAll; ?></a>
/
<a href="<?php echo $checkall_url; ?>"
onclick="if (unMarkAllRows('fieldsForm')) return false;">
<?php echo $strUncheckAll; ?></a>
 
<i><?php echo $strWithChecked; ?></i>
 
<?php
if ($cfg['PropertiesIconic']) {
PMA_buttonOrImage('submit_mult', 'mult_submit', 'submit_mult_browse', $strBrowse, 'b_browse.png');
} else {
echo '<input type="submit" name="submit_mult" value="' . $strChange . '" title="' . $strChange . '" />' . "\n";
}
if (! $tbl_is_view && ! $db_is_information_schema) {
if ($cfg['PropertiesIconic']) {
PMA_buttonOrImage('submit_mult', 'mult_submit', 'submit_mult_change', $strChange, 'b_edit.png');
// Drop button if there is at least two fields
if ($fields_cnt > 1) {
PMA_buttonOrImage('submit_mult', 'mult_submit', 'submit_mult_drop', $strDrop, 'b_drop.png');
}
PMA_buttonOrImage('submit_mult', 'mult_submit', 'submit_mult_primary', $strPrimary, 'b_primary.png');
PMA_buttonOrImage('submit_mult', 'mult_submit', 'submit_mult_unique', $strUnique, 'b_unique.png');
PMA_buttonOrImage('submit_mult', 'mult_submit', 'submit_mult_index', $strIndex, 'b_index.png');
if ((!empty($tbl_type) && $tbl_type == 'MYISAM')) {
PMA_buttonOrImage('submit_mult', 'mult_submit', 'submit_mult_fulltext', $strIdxFulltext, 'b_ftext.png');
}
} else {
// Drop button if there is at least two fields
if ($fields_cnt > 1) {
echo '<i>' . $strOr . '</i>' . "\n"
. '<input type="submit" name="submit_mult" value="' . $strDrop . '" title="' . $strDrop . '" />' . "\n";
}
echo '<i>' . $strOr . '</i>' . "\n"
. '<input type="submit" name="submit_mult" value="' . $strPrimary . '" title="' . $strPrimary . '" />' . "\n";
echo '<i>' . $strOr . '</i>' . "\n"
. '<input type="submit" name="submit_mult" value="' . $strIndex . '" title="' . $strIndex . '" />' . "\n";
echo '<i>' . $strOr . '</i>' . "\n"
. '<input type="submit" name="submit_mult" value="' . $strUnique . '" title="' . $strUnique . '" />' . "\n";
if ((!empty($tbl_type) && $tbl_type == 'MYISAM')) {
echo '<i>' . $strOr . '</i>' . "\n"
. '<input type="submit" name="submit_mult" value="' . $strIdxFulltext . '" title="' . $strIdxFulltext . '" />' . "\n";
}
}
}
?>
</form>
<hr />
 
<?php
/**
* Work on the table
*/
?>
<a href="tbl_printview.php?<?php echo $url_query; ?>"><?php
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_print.png" width="16" height="16" alt="' . $strPrintView . '"/>';
}
echo $strPrintView;
?></a>
 
<?php
if (! $tbl_is_view && ! $db_is_information_schema) {
// if internal relations are available, or the table type is INNODB
// ($tbl_type comes from libraries/tbl_properties_table_info.inc.php)
 
if ($cfg['Server']['relation'] || $tbl_type=="INNODB") {
?>
<a href="tbl_relation.php?<?php echo $url_query; ?>"><?php
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_relations.png" width="16" height="16" alt="' . $strRelationView . '"/>';
}
echo $strRelationView;
?></a>
<?php
}
?>
<a href="sql.php?<?php echo $url_query; ?>&amp;session_max_rows=all&amp;sql_query=<?php echo urlencode('SELECT * FROM ' . PMA_backquote($table) . ' PROCEDURE ANALYSE()'); ?>"><?php
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_tblanalyse.png" width="16" height="16" alt="' . $strStructPropose . '" />';
}
echo $strStructPropose;
?></a><?php
echo PMA_showMySQLDocu('Extending_MySQL', 'procedure_analyse') . "\n";
?><br />
<form method="post" action="tbl_addfield.php"
onsubmit="return checkFormElementInRange(this, 'num_fields', '<?php echo str_replace('\'', '\\\'', $GLOBALS['strInvalidFieldAddCount']); ?>', 1)">
<?php
echo PMA_generate_common_hidden_inputs($db, $table);
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_insrow.png" width="16" height="16" alt="' . $strAddNewField . '"/>';
}
echo sprintf($strAddFields, '<input type="text" name="num_fields" size="2" maxlength="2" value="1" style="vertical-align: middle" onfocus="this.select()" />');
?>
<input type="radio" name="field_where" id="radio_field_where_last" value="last" checked="checked" /><label for="radio_field_where_last"><?php echo $strAtEndOfTable; ?></label>
<input type="radio" name="field_where" id="radio_field_where_first" value="first" /><label for="radio_field_where_first"><?php echo $strAtBeginningOfTable; ?></label>
<input type="radio" name="field_where" id="radio_field_where_after" value="after" /><?php
$fieldOptions = '</label><select name="after_field" style="vertical-align: middle" onclick="this.form.field_where[2].checked=true" onchange="this.form.field_where[2].checked=true">';
foreach ($aryFields as $fieldname) {
$fieldOptions .= '<option value="' . htmlspecialchars($fieldname) . '">' . htmlspecialchars($fieldname) . '</option>' . "\n";
}
unset($aryFields);
$fieldOptions .= '</select><label for="radio_field_where_after">';
echo str_replace('<label for="radio_field_where_after"></label>', '', '<label for="radio_field_where_after">' . sprintf($strAfter, $fieldOptions) . '</label>') . "\n";
?>
<input type="submit" value="<?php echo $strGo; ?>" style="vertical-align: middle" />
</form>
<hr />
<?php
}
 
/**
* If there are more than 20 rows, displays browse/select/insert/empty/drop
* links again
*/
if ($fields_cnt > 20) {
require './libraries/tbl_properties_links.inc.php';
} // end if ($fields_cnt > 20)
echo "\n\n";
 
/**
* Displays indexes
*/
echo '<div id="tablestatistics">' . "\n";
if (! $tbl_is_view && ! $db_is_information_schema) {
define('PMA_IDX_INCLUDED', 1);
require './tbl_indexes.php';
}
 
/**
* Displays Space usage and row statistics
*/
// BEGIN - Calc Table Space - staybyte - 9 June 2001
// loic1, 22 feb. 2002: updated with patch from
// Joshua Nye <josh at boxcarmedia.com> to get valid
// statistics whatever is the table type
if ($cfg['ShowStats']) {
$nonisam = false;
$is_innodb = (isset($showtable['Type']) && $showtable['Type'] == 'InnoDB');
if (isset($showtable['Type']) && !preg_match('@ISAM|HEAP@i', $showtable['Type'])) {
$nonisam = true;
}
 
// Gets some sizes
$mergetable = false;
if (isset($showtable['Type']) && $showtable['Type'] == 'MRG_MyISAM') {
$mergetable = true;
}
list($data_size, $data_unit) = PMA_formatByteDown($showtable['Data_length']);
if ($mergetable == false) {
list($index_size, $index_unit) = PMA_formatByteDown($showtable['Index_length']);
}
if (isset($showtable['Data_free']) && $showtable['Data_free'] > 0) {
list($free_size, $free_unit) = PMA_formatByteDown($showtable['Data_free']);
list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length'] - $showtable['Data_free']);
} else {
list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
}
list($tot_size, $tot_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
if ($table_info_num_rows > 0) {
list($avg_size, $avg_unit) = PMA_formatByteDown(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1);
}
 
// Displays them
$odd_row = false;
?>
 
<a name="showusage"></a>
<?php if (! $tbl_is_view && ! $db_is_information_schema) { ?>
<table id="tablespaceusage" class="data">
<caption class="tblHeaders"><?php echo $strSpaceUsage; ?></caption>
<thead>
<tr>
<th><?php echo $strType; ?></th>
<th colspan="2"><?php echo $strUsage; ?></th>
</tr>
</thead>
<tbody>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strData; ?></th>
<td class="value"><?php echo $data_size; ?></td>
<td class="unit"><?php echo $data_unit; ?></td>
</tr>
<?php
if (isset($index_size)) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strIndex; ?></th>
<td class="value"><?php echo $index_size; ?></td>
<td class="unit"><?php echo $index_unit; ?></td>
</tr>
<?php
}
if (isset($free_size)) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?> warning">
<th class="name"><?php echo $strOverhead; ?></th>
<td class="value"><?php echo $free_size; ?></td>
<td class="unit"><?php echo $free_unit; ?></td>
</tr>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strEffective; ?></th>
<td class="value"><?php echo $effect_size; ?></td>
<td class="unit"><?php echo $effect_unit; ?></td>
</tr>
<?php
}
if (isset($tot_size) && $mergetable == false) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strTotalUC; ?></th>
<td class="value"><?php echo $tot_size; ?></td>
<td class="unit"><?php echo $tot_unit; ?></td>
</tr>
<?php
}
// Optimize link if overhead
if (isset($free_size) && ($tbl_type == 'MYISAM' || $tbl_type == 'BDB')) {
?>
<tr class="tblFooters">
<td colspan="3" align="center">
<a href="sql.php?<?php echo $url_query; ?>&pos=0&amp;sql_query=<?php echo urlencode('OPTIMIZE TABLE ' . PMA_backquote($table)); ?>"><?php
if ($cfg['PropertiesIconic']) {
echo '<img class="icon" src="' . $pmaThemeImage . 'b_tbloptimize.png" width="16" height="16" alt="' . $strOptimizeTable. '" />';
}
echo $strOptimizeTable;
?></a>
</td>
</tr>
<?php
}
?>
</tbody>
</table>
<?php
}
$odd_row = false;
?>
<table id="tablerowstats" class="data">
<caption class="tblHeaders"><?php echo $strRowsStatistic; ?></caption>
<thead>
<tr>
<th><?php echo $strStatement; ?></th>
<th><?php echo $strValue; ?></th>
</tr>
</thead>
<tbody>
<?php
if (isset($showtable['Row_format'])) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strFormat; ?></th>
<td class="value"><?php
if ($showtable['Row_format'] == 'Fixed') {
echo $strFixed;
} elseif ($showtable['Row_format'] == 'Dynamic') {
echo $strDynamic;
} else {
echo $showtable['Row_format'];
}
?></td>
</tr>
<?php
}
if (PMA_MYSQL_INT_VERSION >= 40100 && !empty($tbl_collation)) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strCollation; ?></th>
<td class="value"><?php
echo '<dfn title="' . PMA_getCollationDescr($tbl_collation) . '">' . $tbl_collation . '</dfn>';
?></td>
</tr>
<?php
}
if (!$is_innodb && isset($showtable['Rows'])) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strRows; ?></th>
<td class="value"><?php echo PMA_formatNumber($showtable['Rows'], 0); ?></td>
</tr>
<?php
}
if (!$is_innodb && isset($showtable['Avg_row_length']) && $showtable['Avg_row_length'] > 0) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strRowLength; ?> &oslash;</th>
<td class="value"><?php echo PMA_formatNumber($showtable['Avg_row_length'], 0); ?></td>
</tr>
<?php
}
if (!$is_innodb && isset($showtable['Data_length']) && $showtable['Rows'] > 0 && $mergetable == false) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strRowSize; ?> &oslash;</th>
<td class="value"><?php echo $avg_size . ' ' . $avg_unit; ?></td>
</tr>
<?php
}
if (isset($showtable['Auto_increment'])) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strNext; ?> Autoindex</th>
<td class="value"><?php echo PMA_formatNumber($showtable['Auto_increment'], 0); ?></td>
</tr>
<?php
}
if (isset($showtable['Create_time'])) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strStatCreateTime; ?></th>
<td class="value"><?php echo PMA_localisedDate(strtotime($showtable['Create_time'])); ?></td>
</tr>
<?php
}
if (isset($showtable['Update_time'])) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strStatUpdateTime; ?></th>
<td class="value"><?php echo PMA_localisedDate(strtotime($showtable['Update_time'])); ?></td>
</tr>
<?php
}
if (isset($showtable['Check_time'])) {
?>
<tr class="<?php echo ($odd_row = !$odd_row) ? 'odd' : 'even'; ?>">
<th class="name"><?php echo $strStatCheckTime; ?></th>
<td class="value"><?php echo PMA_localisedDate(strtotime($showtable['Check_time'])); ?></td>
</tr>
<?php
}
?>
</tbody>
</table>
<?php
}
// END - Calc Table Space
echo '<div class="clearfloat"></div>' . "\n";
echo '</div>' . "\n";
 
/**
* Displays the footer
*/
require_once './libraries/footer.inc.php';
?>
/Web/Maintenance/phpMyAdmin/tbl_relation.php
0,0 → 1,545
<?php
/* $Id: tbl_relation.php,v 2.31.2.1 2006/04/11 17:51:03 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/tbl_properties_common.php');
$url_query .= '&amp;goto=tbl_properties.php';
 
 
/**
* Gets tables informations
*/
require_once('./libraries/tbl_properties_table_info.inc.php');
 
// Note: in libraries/tbl_properties_links.inc.php we get and display the table comment.
// For InnoDB, this comment contains the REFER information but any update
// has not been done yet (will be done in tbl_relation.php later).
$avoid_show_comment = TRUE;
 
/**
* Displays top menu links
*/
require_once('./libraries/tbl_properties_links.inc.php');
 
require_once('./libraries/relation.lib.php');
 
$options_array = array('CASCADE' => 'CASCADE', 'SET_NULL' => 'SET NULL', 'NO_ACTION' => 'NO ACTION', 'RESTRICT' => 'RESTRICT');
 
/**
* Generate dropdown choices
*
* @param string Message to display
* @param string Name of the <select> field
* @param array Choices for dropdown
* @return string The existing value (for selected)
*
* @access public
*/
function PMA_generate_dropdown($dropdown_question, $radio_name, $choices, $selected_value)
{
echo $dropdown_question . '&nbsp;&nbsp;';
 
echo '<select name="' . $radio_name . '">' . "\n";
echo '<option value="nix">--</option>' . "\n";
 
foreach ($choices AS $one_value => $one_label) {
echo '<option value="' . $one_value . '"';
if ($selected_value == $one_value) {
echo ' selected="selected" ';
}
echo '>' . $one_label . '</option>' . "\n";
}
echo '</select>' . "\n";
echo "\n";
}
 
 
/**
* Gets the relation settings
*/
$cfgRelation = PMA_getRelationsParam();
 
 
/**
* Updates
*/
 
// ensure we are positionned to our current db (since the previous reading
// of relations makes pmadb the current one, maybe depending on the MySQL version)
PMA_DBI_select_db($db);
 
if ($cfgRelation['relwork']) {
$existrel = PMA_getForeigners($db, $table, '', 'internal');
}
if ($tbl_type=='INNODB') {
$existrel_innodb = PMA_getForeigners($db, $table, '', 'innodb');
}
if ($cfgRelation['displaywork']) {
$disp = PMA_getDisplayField($db, $table);
}
 
// u p d a t e s f o r I n t e r n a l r e l a t i o n s
if (isset($destination) && $cfgRelation['relwork']) {
 
foreach ($destination AS $master_field => $foreign_string) {
if ($foreign_string != 'nix') {
list($foreign_db, $foreign_table, $foreign_field) = explode('.', $foreign_string);
if (!isset($existrel[$master_field])) {
$upd_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. '(master_db, master_table, master_field, foreign_db, foreign_table, foreign_field)'
. ' values('
. '\'' . PMA_sqlAddslashes($db) . '\', '
. '\'' . PMA_sqlAddslashes($table) . '\', '
. '\'' . PMA_sqlAddslashes($master_field) . '\', '
. '\'' . PMA_sqlAddslashes($foreign_db) . '\', '
. '\'' . PMA_sqlAddslashes($foreign_table) . '\','
. '\'' . PMA_sqlAddslashes($foreign_field) . '\')';
} elseif ($existrel[$master_field]['foreign_db'] . '.' .$existrel[$master_field]['foreign_table'] . '.' . $existrel[$master_field]['foreign_field'] != $foreign_string) {
$upd_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation']) . ' SET'
. ' foreign_db = \'' . PMA_sqlAddslashes($foreign_db) . '\', '
. ' foreign_table = \'' . PMA_sqlAddslashes($foreign_table) . '\', '
. ' foreign_field = \'' . PMA_sqlAddslashes($foreign_field) . '\' '
. ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND master_field = \'' . PMA_sqlAddslashes($master_field) . '\'';
} // end if... else....
} elseif (isset($existrel[$master_field])) {
$upd_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['relation'])
. ' WHERE master_db = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND master_table = \'' . PMA_sqlAddslashes($table) . '\''
. ' AND master_field = \'' . PMA_sqlAddslashes($master_field) . '\'';
} // end if... else....
if (isset($upd_query)) {
$upd_rs = PMA_query_as_cu($upd_query);
unset($upd_query);
}
} // end while
} // end if (updates for internal relations)
 
// u p d a t e s f o r I n n o D B
// ( for now, one index name only; we keep the definitions if the
// foreign db is not the same)
if (isset($_REQUEST['destination_innodb'])) {
foreach ($_REQUEST['destination_innodb'] as $master_field => $foreign_string) {
if ($foreign_string != 'nix') {
list($foreign_db, $foreign_table, $foreign_field) = explode('.', $foreign_string);
if (!isset($existrel_innodb[$master_field])) {
// no key defined for this field
 
// The next few lines are repeated below, so they
// could be put in an include file
// Note: I tried to enclose the db and table name with
// backquotes but MySQL 4.0.16 did not like the syntax
// (for example: `base2`.`table1` )
 
$upd_query = 'ALTER TABLE ' . PMA_backquote($table)
. ' ADD FOREIGN KEY ('
. PMA_backquote($master_field) . ')'
. ' REFERENCES '
. PMA_backquote($foreign_db) . '.'
. PMA_backquote($foreign_table) . '('
. PMA_backquote($foreign_field) . ')';
 
if ($_REQUEST['on_delete'][$master_field] != 'nix') {
$upd_query .= ' ON DELETE ' . $options_array[$_REQUEST['on_delete'][$master_field]];
}
if ($_REQUEST['on_update'][$master_field] != 'nix') {
$upd_query .= ' ON UPDATE ' . $options_array[$_REQUEST['on_update'][$master_field]];
}
 
// end repeated code
 
} elseif (($existrel_innodb[$master_field]['foreign_db'] . '.' .$existrel_innodb[$master_field]['foreign_table'] . '.' . $existrel_innodb[$master_field]['foreign_field'] != $foreign_string)
|| ( $_REQUEST['on_delete'][$master_field] != (!empty($existrel_innodb[$master_field]['on_delete']) ? $existrel_innodb[$master_field]['on_delete'] : ''))
|| ( $_REQUEST['on_update'][$master_field] != (!empty($existrel_innodb[$master_field]['on_update']) ? $existrel_innodb[$master_field]['on_update'] : ''))
) {
// another foreign key is already defined for this field
// or
// an option has been changed for ON DELETE or ON UPDATE
 
// remove existing key
if (PMA_MYSQL_INT_VERSION >= 40013) {
$upd_query = 'ALTER TABLE ' . PMA_backquote($table)
. ' DROP FOREIGN KEY '
. PMA_backquote($existrel_innodb[$master_field]['constraint']);
 
// I tried to send both in one query but it failed
$upd_rs = PMA_DBI_query($upd_query);
}
 
// add another
$upd_query = 'ALTER TABLE ' . PMA_backquote($table)
. ' ADD FOREIGN KEY ('
. PMA_backquote($master_field) . ')'
. ' REFERENCES '
. PMA_backquote($foreign_db) . '.'
. PMA_backquote($foreign_table) . '('
. PMA_backquote($foreign_field) . ')';
 
if ($_REQUEST['on_delete'][$master_field] != 'nix') {
$upd_query .= ' ON DELETE '
. $options_array[$_REQUEST['on_delete'][$master_field]];
}
if ($_REQUEST['on_update'][$master_field] != 'nix') {
$upd_query .= ' ON UPDATE '
. $options_array[$_REQUEST['on_update'][$master_field]];
}
 
} // end if... else....
} elseif (isset($existrel_innodb[$master_field])) {
if (PMA_MYSQL_INT_VERSION >= 40013) {
$upd_query = 'ALTER TABLE ' . PMA_backquote($table)
. ' DROP FOREIGN KEY '
. PMA_backquote($existrel_innodb[$master_field]['constraint']);
}
} // end if... else....
 
if (isset($upd_query)) {
$upd_rs = PMA_DBI_try_query($upd_query);
$tmp_error = PMA_DBI_getError();
if (substr($tmp_error, 1, 4) == '1216') {
PMA_mysqlDie($tmp_error, $upd_query, FALSE, '', FALSE);
echo PMA_showMySQLDocu('manual_Table_types', 'InnoDB_foreign_key_constraints') . "\n";
}
if (substr($tmp_error, 1, 4) == '1005') {
echo '<p class="warning">' . $strNoIndex . ' (' . $master_field
.')</p>' . PMA_showMySQLDocu('manual_Table_types', 'InnoDB_foreign_key_constraints') . "\n";
}
unset($upd_query, $tmp_error);
}
} // end while
} // end if isset($destination_innodb)
 
 
// U p d a t e s f o r d i s p l a y f i e l d
 
if ($cfgRelation['displaywork']
&& isset($display_field)) {
 
if ($disp) {
if ($display_field != '') {
$upd_query = 'UPDATE ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. ' SET display_field = \'' . PMA_sqlAddslashes($display_field) . '\''
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\'';
} else {
$upd_query = 'DELETE FROM ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. ' WHERE db_name = \'' . PMA_sqlAddslashes($db) . '\''
. ' AND table_name = \'' . PMA_sqlAddslashes($table) . '\'';
}
} elseif ($display_field != '') {
$upd_query = 'INSERT INTO ' . PMA_backquote($GLOBALS['cfgRelation']['db']) . '.' . PMA_backquote($cfgRelation['table_info'])
. '(db_name, table_name, display_field) '
. ' VALUES('
. '\'' . PMA_sqlAddslashes($db) . '\','
. '\'' . PMA_sqlAddslashes($table) . '\','
. '\'' . PMA_sqlAddslashes($display_field) . '\')';
}
 
if (isset($upd_query)) {
$upd_rs = PMA_query_as_cu($upd_query);
}
} // end if
 
// If we did an update, refresh our data
if (isset($destination) && $cfgRelation['relwork']) {
$existrel = PMA_getForeigners($db, $table, '', 'internal');
}
if (isset($destination_innodb) && $tbl_type=='INNODB') {
$existrel_innodb = PMA_getForeigners($db, $table, '', 'innodb');
}
 
if ($cfgRelation['displaywork']) {
$disp = PMA_getDisplayField($db, $table);
}
 
 
/**
* Dialog
*/
 
// common form
echo '<form method="post" action="tbl_relation.php">' . "\n";
echo PMA_generate_common_hidden_inputs($db, $table);
 
 
// relations
 
if ($cfgRelation['relwork'] || $tbl_type=='INNODB') {
// To choose relations we first need all tables names in current db
// and if PMA version permits and the main table is innodb,
// we use SHOW TABLE STATUS because we need to find other InnoDB tables
 
if ($tbl_type=='INNODB') {
$tab_query = 'SHOW TABLE STATUS FROM ' . PMA_backquote($db);
// [0] of the row is the name
// [1] is the type
} else {
$tab_query = 'SHOW TABLES FROM ' . PMA_backquote($db);
}
// [0] of the row is the name
 
$tab_rs = PMA_DBI_query($tab_query, null, PMA_DBI_QUERY_STORE);
$selectboxall['nix'] = '--';
$selectboxall_innodb['nix'] = '--';
 
while ($curr_table = @PMA_DBI_fetch_row($tab_rs)) {
if (($curr_table[0] != $table) && ($curr_table[0] != $cfg['Server']['relation'])) {
PMA_DBI_select_db($db);
 
// need to use PMA_DBI_QUERY_STORE with PMA_DBI_num_rows() in mysqli
$fi_rs = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($curr_table[0]) . ';', null, PMA_DBI_QUERY_STORE);
if ($fi_rs && PMA_DBI_num_rows($fi_rs) > 0) {
$seen_a_primary = FALSE;
while ($curr_field = PMA_DBI_fetch_assoc($fi_rs)) {
if (isset($curr_field['Key_name']) && $curr_field['Key_name'] == 'PRIMARY') {
$seen_a_primary = TRUE;
$field_full = $db . '.' .$curr_field['Table'] . '.' . $curr_field['Column_name'];
$field_v = $curr_field['Table'] . '->' . $curr_field['Column_name'];
$selectboxall[$field_full] = $field_v;
// there could be more than one segment of the primary
// so do not break
 
// Please watch here, tbl_type is INNODB but the
// resulting value of SHOW KEYS is InnoDB
 
if ($tbl_type=='INNODB' && isset($curr_table[1]) && $curr_table[1]=='InnoDB') {
$selectboxall_innodb[$field_full] = $field_v;
}
 
} elseif (isset($curr_field['Non_unique']) && $curr_field['Non_unique'] == 0 && $seen_a_primary==FALSE) {
// if we can't find a primary key we take any unique one
// (in fact, we show all segments of unique keys
// and all unique keys)
$field_full = $db . '.' . $curr_field['Table'] . '.' . $curr_field['Column_name'];
$field_v = $curr_field['Table'] . '->' . $curr_field['Column_name'];
$selectboxall[$field_full] = $field_v;
if ($tbl_type=='INNODB' && isset($curr_table[1]) && $curr_table[1]=='InnoDB') {
$selectboxall_innodb[$field_full] = $field_v;
}
 
// for InnoDB, any index is allowed
} elseif ($tbl_type=='INNODB' && isset($curr_table[1]) && $curr_table[1]=='InnoDB') {
$field_full = $db . '.' . $curr_field['Table'] . '.' . $curr_field['Column_name'];
$field_v = $curr_field['Table'] . '->' . $curr_field['Column_name'];
$selectboxall_innodb[$field_full] = $field_v;
 
} // end if
} // end while over keys
} // end if (PMA_DBI_num_rows)
PMA_DBI_free_result($fi_rs);
unset($fi_rs);
// Mike Beck - 24.07.02: i've been asked to add all keys of the
// current table (see bug report #574851)
} elseif ($curr_table[0] == $table) {
PMA_DBI_select_db($db);
 
// need to use PMA_DBI_QUERY_STORE with PMA_DBI_num_rows() in mysqli
$fi_rs = PMA_DBI_query('SHOW KEYS FROM ' . PMA_backquote($curr_table[0]) . ';', null, PMA_DBI_QUERY_STORE);
if ($fi_rs && PMA_DBI_num_rows($fi_rs) > 0) {
while ($curr_field = PMA_DBI_fetch_assoc($fi_rs)) {
$field_full = $db . '.' . $curr_field['Table'] . '.' . $curr_field['Column_name'];
$field_v = $curr_field['Table'] . '->' . $curr_field['Column_name'];
$selectboxall[$field_full] = $field_v;
if ($tbl_type=='INNODB' && isset($curr_table[1]) && $curr_table[1]=='InnoDB') {
$selectboxall_innodb[$field_full] = $field_v;
}
} // end while
} // end if (PMA_DBI_num_rows)
PMA_DBI_free_result($fi_rs);
unset($fi_rs);
}
} // end while over tables
 
} // end if
 
 
// Now find out the columns of our $table
// need to use PMA_DBI_QUERY_STORE with PMA_DBI_num_rows() in mysqli
$col_rs = PMA_DBI_try_query('SHOW COLUMNS FROM ' . PMA_backquote($table) . ';', null, PMA_DBI_QUERY_STORE);
 
if ($col_rs && PMA_DBI_num_rows($col_rs) > 0) {
while ($row = PMA_DBI_fetch_assoc($col_rs)) {
$save_row[] = $row;
}
$saved_row_cnt = count($save_row);
?>
<fieldset>
<legend><?php echo $strLinksTo; ?></legend>
 
<table>
<tr><th></th>
<?php
if ( $cfgRelation['relwork'] ) {
echo '<th>' . $strInternalRelations;
if ($tbl_type=='INNODB') {
echo PMA_showHint( $strInternalNotNecessary );
}
echo '</th>';
}
if ( $tbl_type=='INNODB' ) {
echo '<th colspan="2">InnoDB';
if (PMA_MYSQL_INT_VERSION < 40013) {
echo '(**)';
}
echo '</th>';
}
?>
</tr>
<?php
$odd_row = true;
for ($i = 0; $i < $saved_row_cnt; $i++) {
$myfield = $save_row[$i]['Field'];
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<td align="center">
<b><?php echo $save_row[$i]['Field']; ?></b></td>
<?php
if ($cfgRelation['relwork']) {
?>
<td><select name="destination[<?php echo htmlspecialchars($save_row[$i]['Field']); ?>]">
<?php
// PMA internal relations
if (isset($existrel[$myfield])) {
$foreign_field = $existrel[$myfield]['foreign_db'] . '.'
. $existrel[$myfield]['foreign_table'] . '.'
. $existrel[$myfield]['foreign_field'];
} else {
$foreign_field = FALSE;
}
$seen_key = FALSE;
foreach ($selectboxall AS $key => $value) {
echo ' '
. '<option value="' . htmlspecialchars($key) . '"';
if ($foreign_field && $key == $foreign_field) {
echo ' selected="selected"';
$seen_key = TRUE;
}
echo '>' . $value . '</option>'. "\n";
} // end while
 
// if the link defined in relationtable points to a foreign field
// that is not a key in the foreign table, we show the link
// (will not be shown with an arrow)
if ($foreign_field && !$seen_key) {
echo ' '
.'<option value="' . htmlspecialchars($foreign_field) . '"'
.' selected="selected"'
.'>' . $foreign_field . '</option>'. "\n";
}
?>
</select>
</td>
<?php
} // end if (internal relations)
 
if ($tbl_type=='INNODB') {
echo '<td>';
if (!empty($save_row[$i]['Key'])) {
?>
<span class="formelement">
<select name="destination_innodb[<?php echo htmlspecialchars($save_row[$i]['Field']); ?>]">
<?php
if (isset($existrel_innodb[$myfield])) {
$foreign_field = $existrel_innodb[$myfield]['foreign_db'] . '.'
. $existrel_innodb[$myfield]['foreign_table'] . '.'
. $existrel_innodb[$myfield]['foreign_field'];
} else {
$foreign_field = FALSE;
}
 
$found_foreign_field = FALSE;
foreach ($selectboxall_innodb AS $key => $value) {
echo ' '
. '<option value="' . htmlspecialchars($key) . '"';
if ($foreign_field && $key == $foreign_field) {
echo ' selected="selected"';
$found_foreign_field = TRUE;
}
echo '>' . $value . '</option>'. "\n";
} // end while
 
// we did not find the foreign field in the tables of current db,
// must be defined in another db so show it to avoid erasing it
if (!$found_foreign_field && $foreign_field) {
echo ' '
. '<option value="' . htmlspecialchars($foreign_field) . '"';
echo ' selected="selected"';
echo '>' . $foreign_field . '</option>' . "\n";
}
 
?>
</select>
</span>
<span class="formelement">
<?php
PMA_generate_dropdown('ON DELETE',
'on_delete[' . htmlspecialchars($save_row[$i]['Field']) . ']',
$options_array,
isset($existrel_innodb[$myfield]['on_delete']) ? $existrel_innodb[$myfield]['on_delete']: '' );
 
echo '</span>' . "\n"
.'<span class="formelement">' . "\n";
 
PMA_generate_dropdown('ON UPDATE',
'on_update[' . htmlspecialchars($save_row[$i]['Field']) . ']',
$options_array,
isset($existrel_innodb[$myfield]['on_update']) ? $existrel_innodb[$myfield]['on_update']: '' );
echo '</span>' . "\n";
} else {
echo $strNoIndex;
} // end if (a key exists)
echo ' </td>';
} // end if (InnoDB)
?>
</tr>
<?php
} // end for
 
echo ' </table>' . "\n";
echo '</fieldset>' . "\n";
 
if ($cfgRelation['displaywork']) {
// Get "display_field" infos
$disp = PMA_getDisplayField($db, $table);
?>
<fieldset>
<label><?php echo $strChangeDisplay . ': '; ?></label>
<select name="display_field" style="vertical-align: middle">
<option value="">---</option>
<?php
foreach ($save_row AS $row) {
echo ' <option value="' . htmlspecialchars($row['Field']) . '"';
if (isset($disp) && $row['Field'] == $disp) {
echo ' selected="selected"';
}
echo '>' . htmlspecialchars($row['Field']) . '</option>'. "\n";
} // end while
?>
</select>
</fieldset>
<?php
} // end if (displayworks)
?>
<fieldset class="tblFooters">
<input type="submit" value="<?php echo $strSave; ?>" />
</fieldset>
</form>
<?php
} // end if (we have columns in this table)
 
if ( $tbl_type === 'INNODB' && PMA_MYSQL_INT_VERSION < 40013 ) {
echo '<div class="warning">'
.'** ' . sprintf($strUpgrade, 'MySQL', '4.0.13')
.'</div>';
}
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>
/Web/Maintenance/phpMyAdmin/tbl_replace.php
0,0 → 1,288
<?php
/* $Id: tbl_replace.php,v 2.36.2.1 2006/02/12 14:15:56 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
 
// Check parameters
PMA_checkParameters(array('db', 'table', 'goto'));
 
PMA_DBI_select_db($db);
 
/**
* Initializes some variables
*/
// Defines the url to return in case of success of the query
if (isset($sql_query)) {
$sql_query = urldecode($sql_query);
}
if (!isset($dontlimitchars)) {
$dontlimitchars = 0;
}
if (!isset($pos)) {
$pos = 0;
}
$is_gotofile = FALSE;
if (isset($after_insert) && $after_insert == 'new_insert') {
$goto = 'tbl_change.php?'
. PMA_generate_common_url($db, $table, '&')
. '&goto=' . urlencode($goto)
. '&pos=' . $pos
. '&session_max_rows=' . $session_max_rows
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&dontlimitchars=' . $dontlimitchars
. '&after_insert=' . $after_insert
. (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query));
} elseif (isset($after_insert) && $after_insert == 'same_insert') {
$goto = 'tbl_change.php?'
. PMA_generate_common_url($db, $table, '&')
. '&goto=' . urlencode($goto)
. '&pos=' . $pos
. '&session_max_rows=' . $session_max_rows
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&dontlimitchars=' . $dontlimitchars
. '&after_insert=' . $after_insert
. (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query));
if (isset($primary_key)) {
foreach ($primary_key AS $pk) {
$goto .= '&primary_key[]=' . $pk;
}
}
} elseif (isset($after_insert) && $after_insert == 'edit_next') {
$goto = 'tbl_change.php?'
. PMA_generate_common_url($db, $table, '&')
. '&goto=' . urlencode($goto)
. '&pos=' . $pos
. '&session_max_rows=' . $session_max_rows
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&dontlimitchars=' . $dontlimitchars
. '&after_insert=' . $after_insert
. (empty($sql_query) ? '' : '&sql_query=' . urlencode($sql_query));
if (isset($primary_key)) {
foreach ($primary_key AS $pk) {
$local_query = 'SELECT * FROM ' . PMA_backquote($table) . ' WHERE ' . str_replace('` =', '` >', urldecode($pk)) . ' LIMIT 1;';
$res = PMA_DBI_query($local_query);
$row = PMA_DBI_fetch_row($res);
$meta = PMA_DBI_get_fields_meta($res);
$goto .= '&primary_key[]=' . urlencode(PMA_getUvaCondition($res, count($row), $meta, $row));
}
}
} elseif ($goto == 'sql.php') {
$goto = 'sql.php?'
. PMA_generate_common_url($db, $table, '&')
. '&pos=' . $pos
. '&session_max_rows=' . $session_max_rows
. '&disp_direction=' . $disp_direction
. '&repeat_cells=' . $repeat_cells
. '&dontlimitchars=' . $dontlimitchars
. '&sql_query=' . urlencode($sql_query);
} elseif (!empty($goto)) {
// Security checkings
$is_gotofile = preg_replace('@^([^?]+).*$@', '\\1', $goto);
if (!@file_exists('./' . $is_gotofile)) {
$goto = (! isset($table) || ! strlen($table)) ? 'db_details.php' : 'tbl_properties.php';
$is_gotofile = TRUE;
} else {
$is_gotofile = ($is_gotofile == $goto);
}
}
 
// Defines the url to return in case of failure of the query
if (isset($err_url)) {
$err_url = urldecode($err_url);
} else {
$err_url = str_replace('&', '&amp;', $goto)
. (empty($primary_key) ? '' : '&amp;primary_key=' . (is_array($primary_key) ? $primary_key[0] : $primary_key));
}
 
// Misc
$seen_binary = FALSE;
 
/**
* Prepares the update/insert of a row
*/
if (isset($primary_key)) {
// we were editing something => use primary key
$loop_array = (is_array($primary_key) ? $primary_key : array(0 => $primary_key));
$using_key = TRUE;
$is_insert = ($submit_type == $strInsertAsNewRow);
} else {
// new row => use indexes
$loop_array = array();
for ($i = 0; $i < $cfg['InsertRows']; $i++) $loop_array[$i] = $i;
$using_key = FALSE;
$is_insert = TRUE;
}
 
$query = array();
$message = '';
 
foreach ($loop_array AS $primary_key_index => $enc_primary_key) {
// skip fields to be ignored
if (!$using_key && isset($GLOBALS['insert_ignore_' . $enc_primary_key])) {
continue;
}
 
// Restore the "primary key" to a convenient format
$primary_key = urldecode($enc_primary_key);
 
// Defines the SET part of the sql query
$valuelist = '';
$fieldlist = '';
 
// Map multi-edit keys to single-level arrays, dependent on how we got the fields
$me_fields = isset($fields['multi_edit']) && isset($fields['multi_edit'][$enc_primary_key]) ? $fields['multi_edit'][$enc_primary_key] : null;
$me_fields_prev = isset($fields_prev['multi_edit']) && isset($fields_prev['multi_edit'][$enc_primary_key]) ? $fields_prev['multi_edit'][$enc_primary_key] : null;
$me_funcs = isset($funcs['multi_edit']) && isset($funcs['multi_edit'][$enc_primary_key]) ? $funcs['multi_edit'][$enc_primary_key] : null;
$me_fields_type = isset($fields_type['multi_edit']) && isset($fields_type['multi_edit'][$enc_primary_key]) ? $fields_type['multi_edit'][$enc_primary_key] : null;
$me_fields_null = isset($fields_null['multi_edit']) && isset($fields_null['multi_edit'][$enc_primary_key]) ? $fields_null['multi_edit'][$enc_primary_key] : null;
$me_fields_null_prev = isset($fields_null_prev['multi_edit']) && isset($fields_null_prev['multi_edit'][$enc_primary_key]) ? $fields_null_prev['multi_edit'][$enc_primary_key] : null;
$me_auto_increment = isset($auto_increment['multi_edit']) && isset($auto_increment['multi_edit'][$enc_primary_key]) ? $auto_increment['multi_edit'][$enc_primary_key] : null;
 
if ($using_key && isset($me_fields_type) && is_array($me_fields_type) && isset($primary_key)) {
$prot_result = PMA_DBI_query('SELECT * FROM ' . PMA_backquote($table) . ' WHERE ' . $primary_key . ';');
$prot_row = PMA_DBI_fetch_assoc($prot_result);
PMA_DBI_free_result($prot_result);
unset($prot_result);
}
 
foreach ($me_fields AS $encoded_key => $val) {
$key = urldecode($encoded_key);
$fieldlist .= PMA_backquote($key) . ', ';
 
require('./libraries/tbl_replace_fields.inc.php');
 
if (empty($me_funcs[$encoded_key])) {
$cur_value = $val . ', ';
} elseif (preg_match('@^(UNIX_TIMESTAMP)$@', $me_funcs[$encoded_key]) && $val != '\'\'') {
$cur_value = $me_funcs[$encoded_key] . '(' . $val . '), ';
} elseif (preg_match('@^(NOW|CURDATE|CURTIME|UNIX_TIMESTAMP|RAND|USER|LAST_INSERT_ID)$@', $me_funcs[$encoded_key])) {
$cur_value = $me_funcs[$encoded_key] . '(), ';
} else {
$cur_value = $me_funcs[$encoded_key] . '(' . $val . '), ';
}
 
if ($is_insert) {
// insert, no need to add column
$valuelist .= $cur_value;
} elseif (isset($me_fields_null_prev) && isset($me_fields_null_prev[$encoded_key]) && !isset($me_fields_null[$encoded_key])) {
// field had the null checkbox
// field no longer has the null checkbox
// field does not have the same value
$valuelist .= PMA_backquote($key) . ' = ' . $cur_value;
} elseif (empty($me_funcs[$encoded_key])
&& isset($me_fields_prev) && isset($me_fields_prev[$encoded_key])
&& ("'" . PMA_sqlAddslashes(urldecode($me_fields_prev[$encoded_key])) . "'" == $val)) {
// No change for this column and no MySQL function is used -> next column
continue;
} elseif (!empty($val)) {
// TODO: avoid setting a field to NULL when it's already NULL
$valuelist .= PMA_backquote($key) . ' = ' . $cur_value;
}
} // end while
 
// get rid of last ,
$valuelist = preg_replace('@, $@', '', $valuelist);
 
// Builds the sql query
if ($is_insert) {
if (empty($query)) {
// first inserted row -> prepare template
$fieldlist = preg_replace('@, $@', '', $fieldlist);
$query = array('INSERT INTO ' . PMA_backquote($table) . ' (' . $fieldlist . ') VALUES ');
}
// append current values
$query[0] .= '(' . $valuelist . '), ';
$message = $strInsertedRows . '&nbsp;';
} elseif (!empty($valuelist)) {
// build update query
$query[] = 'UPDATE ' . PMA_backquote($table) . ' SET ' . $valuelist . ' WHERE' . $primary_key . ' LIMIT 1';
 
$message = $strAffectedRows . '&nbsp;';
}
} // end for
 
// trim last , from insert query
if ($is_insert) {
$query[0] = preg_replace('@, $@', '', $query[0]);
}
 
if (empty($valuelist) && empty($query)) {
// No change -> move back to the calling script
$message = $strNoModification;
if ($is_gotofile) {
$js_to_run = 'functions.js';
require_once('./libraries/header.inc.php');
require('./' . PMA_securePath($goto));
} else {
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . $goto . '&disp_message=' . urlencode($message) . '&disp_query=');
 
}
exit();
}
 
/**
* Executes the sql query and get the result, then move back to the calling
* page
*/
$sql_query = implode(';', $query) . ';';
$total_affected_rows = 0;
$last_message = '';
 
foreach ($query AS $query_index => $single_query) {
if ($cfg['IgnoreMultiSubmitErrors']) {
$result = PMA_DBI_try_query($single_query);
} else {
$result = PMA_DBI_query($single_query);
}
if (!$result) {
$message .= PMA_DBI_getError();
} else {
if (@PMA_DBI_affected_rows()) {
$total_affected_rows += @PMA_DBI_affected_rows();
}
 
$insert_id = PMA_DBI_insert_id();
if ($insert_id != 0) {
$last_message .= '[br]'.$strInsertedRowId . '&nbsp;' . $insert_id;
}
} // end if
PMA_DBI_free_result($result);
unset($result);
}
 
if ($total_affected_rows != 0) {
$message .= $total_affected_rows;
} else {
$message .= $strModifications;
}
 
$message .= $last_message;
 
if ($is_gotofile) {
if ($goto == 'db_details.php' && isset($table)) {
unset($table);
}
$js_to_run = 'functions.js';
$active_page = $goto;
require_once('./libraries/header.inc.php');
require('./' . PMA_securePath($goto));
} else {
// I don't understand this one:
//$add_query = (strpos(' ' . $goto, 'tbl_change') ? '&disp_query=' . urlencode($sql_query) : '');
 
// if we have seen binary,
// we do not append the query to the Location so it won't be displayed
// on the resulting page
// Nijel: we also need to limit size of url...
$add_query = (!$seen_binary && strlen($sql_query) < 1024 ? '&disp_query=' . urlencode($sql_query) : '');
PMA_sendHeaderLocation($cfg['PmaAbsoluteUri'] . $goto . '&disp_message=' . urlencode($message) . $add_query);
}
exit();
?>
/Web/Maintenance/phpMyAdmin/tbl_row_action.php
0,0 → 1,155
<?php
/* $Id: tbl_row_action.php,v 2.21 2005/11/26 06:59:49 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
require_once('./libraries/common.lib.php');
require_once('./libraries/mysql_charsets.lib.php');
 
/**
* Avoids undefined variables
*/
if (!isset($pos)) {
$pos = 0;
}
 
/**
* No rows were selected => show again the query and tell that user.
*/
if ((!isset($rows_to_delete) || !is_array($rows_to_delete)) && !isset($mult_btn)) {
$disp_message = $strNoRowsSelected;
$disp_query = '';
require('./sql.php');
require_once('./libraries/footer.inc.php');
}
 
/**
* Drop multiple rows if required
*/
 
// workaround for IE problem:
if (isset($submit_mult_delete_x)) {
$submit_mult = 'row_delete';
} elseif (isset($submit_mult_change_x)) {
$submit_mult = 'row_edit';
} elseif (isset($submit_mult_export_x)) {
$submit_mult = 'row_export';
}
 
// garvin: If the 'Ask for confirmation' button was pressed, this can only come from 'delete' mode,
// so we set it straight away.
if (isset($mult_btn)) {
$submit_mult = 'row_delete';
}
 
switch($submit_mult) {
case 'row_delete':
case 'row_edit':
case 'row_export':
// leave as is
break;
 
case $GLOBALS['strExport']:
$submit_mult = 'row_export';
break;
 
case $GLOBALS['strDelete']:
case $GLOBALS['strKill']:
$submit_mult = 'row_delete';
break;
 
default:
case $GLOBALS['strEdit']:
$submit_mult = 'row_edit';
break;
}
 
if ($submit_mult == 'row_edit') {
$js_to_run = 'tbl_change.js';
}
 
if ($submit_mult == 'row_delete' || $submit_mult == 'row_export') {
$js_to_run = 'functions.js';
}
 
require_once('./libraries/header.inc.php');
 
if (!empty($submit_mult)) {
switch($submit_mult) {
case 'row_edit':
$primary_key = array();
// garvin: As we got the fields to be edited from the 'rows_to_delete' checkbox, we use the index of it as the
// indicating primary key. Then we built the array which is used for the tbl_change.php script.
foreach ($rows_to_delete AS $i_primary_key => $del_query) {
$primary_key[] = urldecode($i_primary_key);
}
$active_page = 'tbl_change.php';
include './tbl_change.php';
break;
 
case 'row_export':
// Needed to allow SQL export
$single_table = TRUE;
 
$primary_key = array();
$sql_query = urldecode($sql_query);
// garvin: As we got the fields to be edited from the 'rows_to_delete' checkbox, we use the index of it as the
// indicating primary key. Then we built the array which is used for the tbl_change.php script.
foreach ($rows_to_delete AS $i_primary_key => $del_query) {
$primary_key[] = urldecode($i_primary_key);
}
 
$active_page = 'tbl_properties_export.php';
include './tbl_properties_export.php';
break;
 
case 'row_delete':
default:
$action = 'tbl_row_action.php';
$err_url = 'tbl_row_action.php?' . PMA_generate_common_url($db, $table);
if (!isset($mult_btn)) {
$original_sql_query = $sql_query;
$original_url_query = $url_query;
$original_pos = $pos;
}
require('./libraries/mult_submits.inc.php');
$url_query = PMA_generate_common_url($db, $table)
. '&amp;goto=tbl_properties.php';
 
 
/**
* Show result of multi submit operation
*/
// sql_query is not set when user does not confirm multi-delete
if ((!empty($submit_mult) || isset($mult_btn)) && isset($sql_query)) {
$disp_message = $strSuccess;
$disp_query = $sql_query;
}
 
if (isset($original_sql_query)) {
$sql_query = $original_sql_query;
}
 
if (isset($original_url_query)) {
$url_query = $original_url_query;
}
 
if (isset($original_pos)) {
$pos = $original_pos;
}
 
// this is because sql.php could call tbl_properties_structure
// which would think it needs to call mult_submits.inc.php:
unset($submit_mult);
unset($mult_btn);
 
$active_page = 'sql.php';
require('./sql.php');
 
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
break;
}
}
?>
/Web/Maintenance/phpMyAdmin/tbl_select.php
0,0 → 1,421
<?php
/* $Id: tbl_select.php,v 2.37 2006/01/17 17:02:29 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/relation.lib.php'); // foreign keys
require_once('./libraries/mysql_charsets.lib.php');
 
if ( $GLOBALS['cfg']['PropertiesIconic'] == true ) {
$titles['Browse'] =
'<img class="icon" width="16" height="16" src="' . $pmaThemeImage
.'b_browse.png" alt="' . $strBrowseForeignValues . '" title="'
.$strBrowseForeignValues . '" />';
 
if ($GLOBALS['cfg']['PropertiesIconic'] === 'both') {
$titles['Browse'] .= $strBrowseForeignValues;
}
} else {
$titles['Browse'] = $strBrowseForeignValues;
}
 
/**
* Not selection yet required -> displays the selection form
*/
if (!isset($param) || $param[0] == '') {
// Gets some core libraries
require_once('./libraries/tbl_properties_common.php');
//$err_url = 'tbl_select.php' . $err_url;
$url_query .= '&amp;goto=tbl_select.php&amp;back=tbl_select.php';
 
/**
* Gets tables informations
*/
require_once('./libraries/tbl_properties_table_info.inc.php');
 
/**
* Displays top menu links
*/
require_once('./libraries/tbl_properties_links.inc.php');
 
if (!isset($goto)) {
$goto = $GLOBALS['cfg']['DefaultTabTable'];
}
// Defines the url to return to in case of error in the next sql statement
$err_url = $goto . '?' . PMA_generate_common_url($db, $table);
 
// Gets the list and number of fields
$result = PMA_DBI_query('SHOW' . (PMA_MYSQL_INT_VERSION >= 40100 ? ' FULL' : '') . ' FIELDS FROM ' . PMA_backquote($table) . ' FROM ' . PMA_backquote($db) . ';', null, PMA_DBI_QUERY_STORE);
$fields_cnt = PMA_DBI_num_rows($result);
// rabue: we'd better ensure, that all arrays are empty.
$fields_list = $fields_null = $fields_type = $fields_collation = array();
while ($row = PMA_DBI_fetch_assoc($result)) {
$fields_list[] = $row['Field'];
$type = $row['Type'];
// reformat mysql query output - staybyte - 9. June 2001
if (strncasecmp($type, 'set', 3) == 0
|| strncasecmp($type, 'enum', 4) == 0) {
$type = str_replace(',', ', ', $type);
} else {
 
// strip the "BINARY" attribute, except if we find "BINARY(" because
// this would be a BINARY or VARBINARY field type
if (!preg_match('@BINARY[\(]@i', $type)) {
$type = preg_replace('@BINARY@i', '', $type);
}
$type = preg_replace('@ZEROFILL@i', '', $type);
$type = preg_replace('@UNSIGNED@i', '', $type);
 
$type = strtolower($type);
}
if (empty($type)) {
$type = '&nbsp;';
}
$fields_null[] = $row['Null'];
$fields_type[] = $type;
$fields_collation[] = PMA_MYSQL_INT_VERSION >= 40100 && !empty($row['Collation']) && $row['Collation'] != 'NULL'
? $row['Collation']
: '';
} // end while
PMA_DBI_free_result($result);
unset($result, $type);
 
// <markus@noga.de>
// retrieve keys into foreign fields, if any
$cfgRelation = PMA_getRelationsParam();
// check also foreigners even if relwork is FALSE (to get
// foreign keys from innodb)
//$foreigners = ($cfgRelation['relwork'] ? PMA_getForeigners($db, $table) : FALSE);
$foreigners = PMA_getForeigners($db, $table);
?>
<script type="text/javascript" language="javascript">
// <![CDATA[
function PMA_tbl_select_operator(f, index, multiple) {
switch (f.elements["func[" + index + "]"].options[f.elements["func[" + index + "]"].selectedIndex].value) {
<?php
reset( $GLOBALS['cfg']['UnaryOperators'] );
while (list($operator) = each($GLOBALS['cfg']['UnaryOperators'])) {
echo ' case "' . $operator . "\":\r\n";
}
?>
bDisabled = true;
break;
 
default:
bDisabled = false;
}
f.elements["fields[" + index + "]" + ((multiple) ? "[]": "")].disabled = bDisabled;
}
// ]]>
</script>
<form method="post" action="tbl_select.php" name="insertForm">
<?php echo PMA_generate_common_hidden_inputs($db, $table); ?>
<input type="hidden" name="goto" value="<?php echo $goto; ?>" />
<input type="hidden" name="back" value="tbl_select.php" />
 
<fieldset id="fieldset_table_search">
 
<fieldset id="fieldset_select_fields">
<legend><?php echo $strSelectFields; ?></legend>
<select name="param[]" size="<?php echo min($fields_cnt, 10); ?>"
multiple="multiple">
<?php
// Displays the list of the fields
foreach ( $fields_list as $each_field ) {
echo ' '
.'<option value="' . htmlspecialchars( $each_field ) . '"'
.' selected="selected">' . htmlspecialchars( $each_field )
.'</option>' . "\n";
}
?>
</select>
<input type="checkbox" name="distinct" value="DISTINCT" id="oDistinct" />
<label for="oDistinct">DISTINCT</label>
</fieldset>
 
<fieldset id="fieldset_limit_rows">
<legend><?php echo $strLimitNumRows; ?></legend>
<input type="text" size="4" name="session_max_rows"
value="<?php echo $GLOBALS['cfg']['MaxRows']; ?>" class="textfield" />
</fieldset>
 
<fieldset id="fieldset_display_order">
<legend><?php echo $strDisplayOrder; ?></legend>
<select name="orderField" style="vertical-align: middle">
<option value="--nil--"></option>
<?php
foreach ( $fields_list as $each_field ) {
echo ' '
.'<option value="' . htmlspecialchars( $each_field ) . '">'
.htmlspecialchars( $each_field ) . '</option>' . "\n";
} // end for
?>
</select>
 
<div class="formelement">
<input type="radio" name="order" value="ASC" checked="checked" id="sortASC" />
<label for="sortASC"><?php echo $strAscending; ?></label>
</div>
 
<div class="formelement">
<input type="radio" name="order" value="DESC" id="sortDESC" />
<label for="sortDESC"><?php echo $strDescending; ?></label>
</div>
</fieldset>
 
<br class="clearfloat" />
<?php echo $strAddSearchConditions; ?>
<?php echo PMA_showMySQLDocu('SQL-Syntax', 'Functions'); ?>
 
<input type="text" name="where" class="textfield" size="64" />
 
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="submit" value="<?php echo $strGo; ?>" />
</fieldset>
 
<fieldset id="fieldset_table_qbe">
<legend><?php echo '<em>' . $strOr . '</em> ' . $strDoAQuery; ?></legend>
<table class="data">
<thead>
<tr><th><?php echo $strField; ?></th>
<th><?php echo $strType; ?></th>
<?php echo PMA_MYSQL_INT_VERSION >= 40100 ? '<th>' . $strCollation . '</th>' . "\n" : ''; ?>
<th><?php echo $strOperator; ?></th>
<th><?php echo $strValue; ?></th>
</tr>
</thead>
<tbody>
<?php
$odd_row = true;
for ($i = 0; $i < $fields_cnt; $i++) {
?>
<tr class="<?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
<th><?php echo htmlspecialchars($fields_list[$i]); ?></th>
<td><?php echo $fields_type[$i]; ?></td>
<?php echo PMA_MYSQL_INT_VERSION >= 40100 ? '<td>'
. $fields_collation[$i] . '</td>' . "\n" : ''; ?>
<td><select name="func[]">
<?php
if (strncasecmp($fields_type[$i], 'enum', 4) == 0) {
foreach ($GLOBALS['cfg']['EnumOperators'] as $fc) {
echo "\n" . ' '
. '<option value="' . htmlspecialchars($fc) . '">'
. htmlspecialchars($fc) . '</option>';
}
} elseif (preg_match('@char|blob|text|set@i', $fields_type[$i])) {
foreach ($GLOBALS['cfg']['TextOperators'] as $fc) {
echo "\n" . ' '
. '<option value="' . htmlspecialchars($fc) . '">'
. htmlspecialchars($fc) . '</option>';
}
} else {
foreach ($GLOBALS['cfg']['NumOperators'] as $fc) {
echo "\n" . ' '
. '<option value="' . htmlspecialchars($fc) . '">'
. htmlspecialchars($fc) . '</option>';
}
} // end if... else...
if ($fields_null[$i]) {
foreach ($GLOBALS['cfg']['NullOperators'] as $fc) {
echo "\n" . ' '
. '<option value="' . htmlspecialchars($fc) . '">'
. htmlspecialchars($fc) . '</option>';
}
}
?>
 
</select>
</td>
<td>
<?php
// <markus@noga.de>
$field = $fields_list[$i];
 
// do not use require_once here
require('./libraries/get_foreign.lib.php');
 
// we got a bug report: in some cases, even if $disp is true,
// there are no rows, so we add a fetch_array
 
if ($foreigners && isset($foreigners[$field]) && isset($disp_row) && is_array($disp_row)) {
// f o r e i g n k e y s
echo ' <select name="fields[' . $i . ']">' . "\n";
// go back to first row
 
// here, the 4th parameter is empty because there is no current
// value of data for the dropdown (the search page initial values
// are displayed empty)
echo PMA_foreignDropdown($disp_row, $foreign_field, $foreign_display,
'', $GLOBALS['cfg']['ForeignKeyMaxLimit']);
echo ' </select>' . "\n";
} elseif (isset($foreign_link) && $foreign_link == true) {
?>
<input type="text" name="fields[<?php echo $i; ?>]"
id="field_<?php echo md5($field); ?>[<?php echo $i; ?>]"
class="textfield" />
<script type="text/javascript" language="javascript">
document.writeln('<a target="_blank" onclick="window.open(this.href, \'foreigners\', \'width=640,height=240,scrollbars=yes\'); return false" href="browse_foreigners.php?<?php echo PMA_generate_common_url($db, $table); ?>&amp;field=<?php echo urlencode($field); ?>&amp;fieldkey=<?php echo $i; ?>"><?php echo str_replace("'", "\'", $titles['Browse']); ?></a>');
</script>
<?php
} elseif (strncasecmp($fields_type[$i], 'enum', 4) == 0) {
// e n u m s
$enum_value=explode(', ', str_replace("'", '', substr($fields_type[$i], 5, -1)));
$cnt_enum_value = count($enum_value);
echo ' <select name="fields[' . $i . '][]"'
.' multiple="multiple" size="' . min(3, $cnt_enum_value) . '">' . "\n";
for ($j = 0; $j < $cnt_enum_value; $j++) {
echo ' <option value="' . $enum_value[$j] . '">'
. $enum_value[$j] . '</option>';
} // end for
echo ' </select>' . "\n";
} else {
// o t h e r c a s e s
echo ' <input type="text" name="fields[' . $i . ']"'
.' size="40" class="textfield" />' . "\n";
}
 
?>
<input type="hidden" name="names[<?php echo $i; ?>]"
value="<?php echo htmlspecialchars($fields_list[$i]); ?>" />
<input type="hidden" name="types[<?php echo $i; ?>]"
value="<?php echo $fields_type[$i]; ?>" />
<input type="hidden" name="collations[<?php echo $i; ?>]"
value="<?php echo $fields_collation[$i]; ?>" />
</td>
</tr>
<?php
} // end for
?>
</tbody>
</table>
</fieldset>
<fieldset class="tblFooters">
<input type="hidden" name="max_number_of_fields"
value="<?php echo $fields_cnt; ?>" />
<input type="submit" name="submit" value="<?php echo $strGo; ?>" />
</fieldset>
</form>
<?php
require_once('./libraries/footer.inc.php');
}
 
 
/**
* Selection criteria have been submitted -> do the work
*/
else {
// Builds the query
 
$sql_query = 'SELECT ' . (isset($distinct) ? 'DISTINCT ' : '');
 
// if all fields were selected to display, we do a SELECT *
// (more efficient and this helps prevent a problem in IE
// if one of the rows is edited and we come back to the Select results)
 
if (count($param) == $max_number_of_fields) {
$sql_query .= '* ';
} else {
$param = PMA_backquote( $param );
$sql_query .= implode( ', ', $param );
unset( $param );
} // end if
 
$sql_query .= ' FROM ' . PMA_backquote($table);
 
// The where clause
if (trim($where) != '') {
$sql_query .= ' WHERE ' . $where;
} else {
$w = $charsets = array();
$cnt_func = count($func);
reset($func);
while (list($i, $func_type) = each($func)) {
if (PMA_MYSQL_INT_VERSION >= 40100) {
list($charsets[$i]) = explode('_', $collations[$i]);
}
if (@$GLOBALS['cfg']['UnaryOperators'][$func_type] == 1) {
$fields[$i] = '';
$w[] = PMA_backquote(urldecode($names[$i])) . ' ' . $func_type;
 
} elseif (strncasecmp($types[$i], 'enum', 4) == 0) {
if (!empty($fields[$i])) {
if (!is_array($fields[$i])) {
$fields[$i] = explode(',', $fields[$i]);
}
$enum_selected_count = count($fields[$i]);
if ($func_type == '=' && $enum_selected_count > 1) {
$func_type = $func[$i] = 'IN';
$parens_open = '(';
$parens_close = ')';
 
} elseif ($func_type == '!=' && $enum_selected_count > 1) {
$func_type = $func[$i] = 'NOT IN';
$parens_open = '(';
$parens_close = ')';
 
} else {
$parens_open = '';
$parens_close = '';
}
$enum_where = '\'' . PMA_sqlAddslashes($fields[$i][0]) . '\'';
if (PMA_MYSQL_INT_VERSION >= 40100 && $charsets[$i] != $charset_connection) {
$enum_where = 'CONVERT(_utf8 ' . $enum_where . ' USING ' . $charsets[$i] . ') COLLATE ' . $collations[$i];
}
for ($e = 1; $e < $enum_selected_count; $e++) {
$enum_where .= ', ';
$tmp_literal = '\'' . PMA_sqlAddslashes($fields[$i][$e]) . '\'';
if (PMA_MYSQL_INT_VERSION >= 40100 && $charsets[$i] != $charset_connection) {
$tmp_literal = 'CONVERT(_utf8 ' . $tmp_literal . ' USING ' . $charsets[$i] . ') COLLATE ' . $collations[$i];
}
$enum_where .= $tmp_literal;
unset($tmp_literal);
}
 
$w[] = PMA_backquote(urldecode($names[$i])) . ' ' . $func_type . ' ' . $parens_open . $enum_where . $parens_close;
}
 
} elseif ($fields[$i] != '') {
if (preg_match('@char|binary|blob|text|set|date|time|year@i', $types[$i])) {
$quot = '\'';
} else {
$quot = '';
}
 
// Make query independant from the selected connection charset.
// But if the field's type is VARBINARY, it has no charset
// and $charsets[$i] is empty, so we cannot generate a CONVERT
 
if (PMA_MYSQL_INT_VERSION >= 40101 && !empty($charsets[$i]) && $charsets[$i] != $charset_connection && preg_match('@char|binary|blob|text|set@i', $types[$i])) {
$prefix = 'CONVERT(_utf8 ';
$suffix = ' USING ' . $charsets[$i] . ') COLLATE ' . $collations[$i];
} else {
$prefix = $suffix = '';
}
 
// LIKE %...%
if ($func_type == 'LIKE %...%') {
$func_type = 'LIKE';
$fields[$i] = '%' . $fields[$i] . '%';
}
$w[] = PMA_backquote(urldecode($names[$i])) . ' ' . $func_type . ' ' . $prefix . $quot . PMA_sqlAddslashes($fields[$i]) . $quot . $suffix;
 
} // end if
} // end for
 
if ($w) {
$sql_query .= ' WHERE ' . implode(' AND ', $w);
}
} // end if
 
if ($orderField != '--nil--') {
$sql_query .= ' ORDER BY ' . PMA_backquote(urldecode($orderField)) . ' ' . $order;
} // end if
include('./sql.php');
}
 
?>
/Web/Maintenance/phpMyAdmin/test/theme.php
0,0 → 1,286
<?php
/* $Id: theme.php,v 1.4.2.1 2006/04/12 11:18:30 cybot_tm Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
/**
* theme test
*
* @uses libraries/common.lib.php global fnctions
*/
 
chdir( '..' );
 
/**
* Gets core libraries and defines some variables
*/
require_once('./libraries/common.lib.php');
 
$lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][2];
 
// start output
header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xml:lang="<?php echo $lang_iso_code; ?>"
lang="<?php echo $lang_iso_code; ?>"
dir="<?php echo $GLOBALS['text_dir']; ?>">
<head>
<title>phpMyAdmin <?php echo PMA_VERSION; ?> -
<?php echo htmlspecialchars( $HTTP_HOST ); ?> - Theme Test</title>
<meta http-equiv="Content-Type"
content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
<link rel="stylesheet" type="text/css"
href="../css/phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;js_frame=right" />
<link rel="stylesheet" type="text/css" media="print"
href="../css/print.css?<?php echo PMA_generate_common_url(); ?>" />
<script src="../js/functions.js" type="text/javascript"
language="javascript"></script>
</head>
<body>
<?php
 
 
$separator = '<span class="separator">'
.'<img class="icon" src=../"' . $GLOBALS['pmaThemeImage'] . 'item_ltr.png"'
.' width="5" height="9" alt="-" /></span>' . "\n";
$item = '<a href="%1$s?%2$s" class="item">'
.' <img class="icon" src="../' . $GLOBALS['pmaThemeImage'] . '%5$s"'
.' width="16" height="16" alt="" /> ' . "\n"
.'%4$s: %3$s</a>' . "\n";
 
echo '<div id="serverinfo">' . "\n";
printf( $item,
$GLOBALS['cfg']['DefaultTabServer'],
PMA_generate_common_url(),
'Server',
$GLOBALS['strServer'],
's_host.png' );
 
echo $separator;
printf( $item,
$GLOBALS['cfg']['DefaultTabDatabase'],
'',
'Database',
$GLOBALS['strDatabase'],
's_db.png' );
 
echo $separator;
printf( $item,
$GLOBALS['cfg']['DefaultTabTable'],
'',
'Table',
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view']
? $GLOBALS['strView']
: $GLOBALS['strTable']),
(isset($GLOBALS['tbl_is_view']) && $GLOBALS['tbl_is_view']
? 'b_views'
: 's_tbl') . '.png' );
 
echo '<span class="table_comment" id="span_table_comment">'
.'&quot;Table comment&quot</span>' . "\n";
 
echo '</div>';
 
 
/**
* Displays tab links
*/
$tabs = array();
 
$tabs['databases']['icon'] = '../../../../' . $pmaThemeImage . 's_db.png';
$tabs['databases']['link'] = 'server_databases.php';
$tabs['databases']['text'] = $strDatabases;
 
$tabs['sql']['icon'] = '../../../../' . $pmaThemeImage . 'b_sql.png';
$tabs['sql']['link'] = 'server_sql.php';
$tabs['sql']['text'] = $strSQL;
 
$tabs['status']['icon'] = '../../../../' . $pmaThemeImage . 's_status.png';
$tabs['status']['link'] = 'server_status.php';
$tabs['status']['text'] = $strStatus;
 
$tabs['vars']['icon'] = '../../../../' . $pmaThemeImage . 's_vars.png';
$tabs['vars']['link'] = 'server_variables.php';
$tabs['vars']['text'] = $strServerTabVariables;
 
$tabs['charset']['icon'] = '../../../../' . $pmaThemeImage . 's_asci.png';
$tabs['charset']['link'] = 'server_collations.php';
$tabs['charset']['text'] = $strCharsets;
 
$tabs['engine']['icon'] = '../../../../' . $pmaThemeImage . 'b_engine.png';
$tabs['engine']['link'] = 'server_engines.php';
$tabs['engine']['text'] = $strEngines;
 
$tabs['rights']['icon'] = '../../../../' . $pmaThemeImage . 's_rights.png';
$tabs['rights']['link'] = 'server_privileges.php';
$tabs['rights']['text'] = $strPrivileges;
 
$tabs['binlog']['icon'] = '../../../../' . $pmaThemeImage . 's_tbl.png';
$tabs['binlog']['link'] = 'server_binlog.php';
$tabs['binlog']['text'] = $strBinaryLog;
 
$tabs['process']['icon'] = '../../../../' . $pmaThemeImage . 's_process.png';
$tabs['process']['link'] = 'server_processlist.php';
$tabs['process']['text'] = 'caution';
$tabs['process']['class'] = 'caution';
 
$tabs['export']['icon'] = '../../../../' . $pmaThemeImage . 'b_export.png';
$tabs['export']['text'] = 'disabled';
 
$tabs['export2']['icon'] = '../../../../' . $pmaThemeImage . 'b_export.png';
$tabs['export2']['text'] = 'disabled caution';
$tabs['export2']['class'] = 'caution';
 
$tabs['import']['icon'] = '../../../../' . $pmaThemeImage . 'b_import.png';
$tabs['import']['link'] = 'server_import.php';
$tabs['import']['text'] = 'active';
$tabs['import']['class'] = 'active';
 
echo PMA_getTabs( $tabs );
unset( $tabs );
 
if ( @file_exists( $pmaThemeImage . 'logo_right.png') ) {
?>
<img id="pmalogoright" src="../<?php echo $pmaThemeImage; ?>logo_right.png"
alt="phpMyAdmin" />
<?php
}
?>
<h1>
<?php
echo sprintf( $strWelcome,
'<bdo dir="ltr" xml:lang="en">phpMyAdmin ' . PMA_VERSION . '</bdo>');
?>
</h1>
 
<hr class="clearfloat" />
 
<form method="post" action="theme.php" target="_parent">
<fieldset>
<legend><?php echo $strTheme; ?></legend>
<?php
echo $_SESSION['PMA_Theme_Manager']->getHtmlSelectBox( false );
?>
<noscript><input type="submit" value="Go" style="vertical-align: middle" /></noscript>
</fieldset>
</form>
 
<hr />
 
<h1>H1 Header</h1>
<h2>H2 Header</h2>
<h3>H3 Header</h3>
<h4>H4 Header</h4>
 
<h1 class="notice">Notice header!</h1>
<div class="notice">
notice message box content!
</div>
<div class="notice">
<h1>Notice message box header!</h1>
notice message box content!
</div>
 
<h1 class="warning">Warning header!</h1>
<div class="warning">
warning message box content!
</div>
<div class="warning">
<h1>Warning message box header!</h1>
warning message box content!
</div>
 
<h1 class="error">Error header!</h1>
<div class="error">
error message box content!
</div>
<div class="error">
<h1>Error message box header!</h1>
error message box content!
</div>
 
<fieldset class="confirmation">
<legend>Confirmation fieldset</legend>
<tt>QUERY TO EXECUTE;</tt>
</fieldset>
<fieldset class="tblFooters">
<input type="submit" name="yes" value="YES" />
<input type="submit" name="no" value="NO" />
</fieldset>
 
<table class="data">
<caption>table.data caption</caption>
<thead>
<tr><th></th>
<th>table.data thead tr th</th>
<th>table.data thead tr th</th>
<th colspan="3">action</th>
<th>table.data thead tr th</th>
</tr>
</thead>
<tfoot>
<tr><th></th>
<th>table.data tfoot tr th</th>
<th class="value">table.data tfoot tr th</th>
<th colspan="3">action</th>
<th>table.data tfoot tr th</th>
</tr>
</tfoot>
<tbody>
<tr class="odd">
<td><input type="checkbox" id="checkbox_1" name="checkbox_1"
value="1" /></td>
<th><label for="checkbox_1">th label</label</th>
<td class="value">td.value</td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td>table.data tbody tr.odd td</td>
</tr>
<tr class="even">
<td><input type="checkbox" id="checkbox_2" name="checkbox_2"
value="1" /></td>
<th><label for="checkbox_2">th label</label</th>
<td class="value">td.value</td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td>table.data tbody tr.even td</td>
</tr>
<tr class="odd">
<td><input type="checkbox" id="checkbox_3" name="checkbox_3"
value="1" /></td>
<th><label for="checkbox_3">th label</label</th>
<td class="value">td.value</td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td>table.data tbody tr.odd td</td>
</tr>
<tr class="even">
<td><input type="checkbox" id="checkbox_4" name="checkbox_4"
value="1" /></td>
<th><label for="checkbox_4">th label</label</th>
<td class="value">td.value</td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td><img class="icon" src="../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/bd_drop.png"
width="16" height="16" alt="drop" /></td>
<td>table.data tbody tr.even td</td>
</tr>
</tbody>
</table>
</body>
</html>
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/css/theme_left.css.php
0,0 → 1,136
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/
/* general tags */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #666699;
color: #ffffff;
margin: 0;
padding: 2px 2px 2px 2px;
}
 
a img {
border: 0;
}
 
/* gecko FIX, font size is not correctly assigned to all child elements */
body * {
font-family: inherit;
font-size: inherit;
}
 
form {
margin: 0;
padding: 0;
display: inline;
}
 
select {
background-color: #ffffff;
color: #000000;
width: 150px;
}
 
/* buttons in some browsers (eg. Konqueror) are block elements,
this breaks design */
button {
display: inline;
}
 
 
/******************************************************************************/
/* classes */
 
/* leave some space between icons and text */
.icon {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
 
img.lightbulb {
cursor: pointer;
}
 
 
/******************************************************************************/
/* specific elements */
 
div#pmalogo,
div#leftframelinks,
div#databaseList {
text-align: center;
border-bottom: 0.05em solid #ffffff;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
 
div#leftframelinks .icon {
padding: 0;
margin: 0;
}
 
div#leftframelinks a {
margin: 0.1em;
padding: 0.2em;
border: 0.05em solid #ffffff;
}
 
div#leftframelinks a:hover {
background-color: #ffffff;
}
 
/* leftdatabaselist */
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
font-size: 80%;
background-color: #666699;
}
 
div#left_tableList ul ul {
font-size: 100%;
}
 
div#left_tableList a {
color: #ffffff;
text-decoration: none;
}
 
div#left_tableList a:hover {
color: #ffffff;
text-decoration: underline;
}
 
div#left_tableList li {
margin: 0;
padding: 0;
white-space: nowrap;
}
 
<?php if ( $GLOBALS['cfg']['LeftPointerEnable'] ) { ?>
div#left_tableList li:hover {
background-color: <?php echo $GLOBALS['cfg']['LeftPointerColor']; ?>;
}
<?php } ?>
 
div#left_tableList img {
padding: 0;
vertical-align: middle;
}
 
div#left_tableList ul ul {
margin-left: 0em;
padding-left: 0.1em;
border-left: 0.1em solid #ffffff;
padding-bottom: 0.1em;
border-bottom: 0.1em solid #ffffff;
}
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/css/theme_print.css.php
0,0 → 1,40
/* For printview */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background-color: #ffffff;
}
body * {
font-family: inherit;
font-size: inherit;
}
h1{
font-size: 160%;
font-weight: bold;
color: #000000;
}
table{
border-width: 1px;
border-color: #000000;
border-style: solid;
border-collapse: collapse;
border-spacing: 0;
}
th{
font-weight: bold;
color: #000000;
background-color: #e5e5e5;
border-width: 1px;
border-color: #000000;
border-style: solid;
padding: 2px;
}
td{
color: #000000;
background-color: #ffffff;
border-width: 1px;
border-color: #000000;
border-style: solid;
padding: 2px;
}
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/css/theme_right.css.php
0,0 → 1,901
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/
/* general tags */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-color: #ffffff;
margin: 5px;
}
 
/* gecko FIX, font size is not correctly assigned to all child elements */
body * {
font-family: inherit;
font-size: inherit;
}
 
h1 {
font-size: 180%;
font-weight: bold;
}
 
h2 {
font-size: 130%;
font-weight: bold;
}
 
h3 {
font-size: 120%;
font-weight: bold;
}
 
pre, tt, code {
font-size: 110%;
}
 
a:link,
a:visited,
a:active {
text-decoration: none;
color: #333399;
 
}
 
a:hover {
text-decoration: underline;
color: #cc0000;
}
 
dfn {
font-style: normal;
}
 
dfn:hover {
font-style: normal;
cursor: help;
}
 
th {
font-weight: bold;
color: #000000;
background-color: #ff9900;
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/tbl_th.png);
background-repeat: repeat-x;
background-position: top;
height: 18px;
}
 
th a:link,
th a:active,
th a:visited {
color: #000000;
text-decoration: underline;
}
 
th a:hover {
color: #666666;
text-decoration: none;
}
 
a img {
border: 0;
}
 
hr {
color: #666699;
background-color: #6666cc;
border: 0;
height: 1px;
}
 
form {
padding: 0;
margin: 0;
}
 
textarea {
overflow: visible;
height: 8em;
}
 
fieldset {
margin-top: 1em;
border: #666699 solid 1px;
padding: 0.5em;
}
 
fieldset fieldset {
margin: 0.8em;
}
 
fieldset legend {
color: #666699;
font-weight: bold;
background-color: #ffffff;
padding: 2px 2px 2px 2px;
}
 
/* buttons in some browsers (eg. Konqueror) are block elements,
this breaks design */
button {
display: inline;
}
 
table caption,
table th,
table td {
padding: 0.1em 0.5em 0.1em 0.5em;
margin: 0.1em;
vertical-align: top;
}
 
img,
input,
select,
button {
vertical-align: middle;
}
 
 
/******************************************************************************/
/* classes */
 
fieldset.tblFooters {
margin-top: 0;
margin-bottom: 0.5em;
text-align: right;
float: none;
clear: both;
}
 
fieldset .formelement {
float: left;
margin-right: 0.5em;
/* IE */
white-space: nowrap;
}
 
/* revert for Gecko */
fieldset div[class=formelement] {
white-space: normal;
}
 
button.mult_submit {
border: none;
background-color: transparent;
}
 
/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
background-image: none;
background-color: #E5E5E5;
text-align: left;
}
 
/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
background-image: none;
background-color: #D5D5D5;
text-align: left;
}
 
/* marked tbale rows */
table tr.marked th,
table tr.marked {
background-color: #FFCC99;
}
 
/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
background-color: #CCFFCC;
}
 
table .value {
text-align: right;
white-space: nowrap;
}
/* IE doesnt handles 'pre' right */
table [class=value] {
white-space: pre;
}
 
.value {
font-family: "Courier New", Courier, monospace;
}
.value .attention {
color: red;
font-weight: bold;
}
.value .allfine {
color: green;
}
 
 
img.lightbulb {
cursor: pointer;
}
 
.pdflayout {
overflow: hidden;
clip: inherit;
background-color: #FFFFFF;
display: none;
border: 1px solid #000000;
position: relative;
}
 
.pdflayout_table {
background: #ff9900;
color: #000000;
overflow: hidden;
clip: inherit;
z-index: 2;
display: inline;
visibility: inherit;
cursor: move;
position: absolute;
font-size: 110%;
border: 1px dashed #000000;
}
 
.print {
font-size: 8pt;
}
 
/* MySQL Parser */
.syntax {
}
 
.syntax_comment {
padding-left: 4pt;
padding-right: 4pt;
}
 
.syntax_digit {
}
 
.syntax_digit_hex {
}
 
.syntax_digit_integer {
}
 
.syntax_digit_float {
}
 
.syntax_punct {
}
 
.syntax_alpha {
}
 
.syntax_alpha_columnType {
text-transform: uppercase;
}
 
.syntax_alpha_columnAttrib {
text-transform: uppercase;
}
 
.syntax_alpha_reservedWord {
text-transform: uppercase;
font-weight: bold;
}
 
.syntax_alpha_functionName {
text-transform: uppercase;
}
 
.syntax_alpha_identifier {
}
 
.syntax_alpha_charset {
}
 
.syntax_alpha_variable {
}
 
.syntax_quote {
white-space: pre;
}
 
.syntax_quote_backtick {
}
 
/* leave some space between icons and text */
.icon {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
/* no extra space in table cells */
td .icon {
margin: 0;
}
 
.selectallarrow {
margin-<?php echo $right; ?>: 0.3em;
margin-<?php echo $left; ?>: 0.6em;
}
 
/* message boxes: warning, error, confirmation */
.notice {
color: #000000;
background-color: #FFFFDD;
}
h1.notice,
div.notice {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #FFD700;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
background-position: 99% 50%;
padding: 10px 5% 10px 10px;
<?php } ?>
<?php } else { ?>
padding: 0.5em;
<?php } ?>
}
.notice h1 {
border-bottom: 0.1em solid #FFD700;
font-weight: bold;
text-align: <?php echo $left; ?>;
margin: 0 0 0.2em 0;
}
 
.warning {
color: #CC0000;
background-color: #FFFFCC;
}
p.warning,
h1.warning,
div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
width: 90%;
 
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
background-position: 99% 50%;
padding: 10px 5% 10px 10px;
<?php } ?>
<?php } else { ?>
padding: 0.5em;
<?php } ?>
}
.warning h1 {
border-bottom: 0.1em solid #cc0000;
font-weight: bold;
text-align: <?php echo $left; ?>;
margin: 0 0 0.2em 0;
}
 
.error {
background-color: #FFFFCC;
color: #ff0000;
}
 
h1.error,
div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
width: 90%;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
background-position: 99% 50%;
padding: 10px 5% 10px 10px;
<?php } ?>
<?php } else { ?>
padding: 0.5em;
<?php } ?>
}
div.error h1 {
border-bottom: 0.1em solid #ff0000;
font-weight: bold;
text-align: <?php echo $left; ?>;
margin: 0 0 0.2em 0;
}
 
.confirmation {
background-color: #FFFFCC;
}
fieldset.confirmation {
border: 0.1em solid #FF0000;
}
fieldset.confirmation legend {
border-left: 0.1em solid #FF0000;
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/s_really.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 5px 50%;
padding: 0.2em 0.2em 0.2em 25px;
<?php } else { ?>
background-position: 97% 50%;
padding: 0.2em 25px 0.2em 0.2em;
<?php } ?>
<?php } ?>
}
/* end messageboxes */
 
 
.tblcomment {
font-weight: normal;
color: #000099;
}
 
.tblHeaders {
font-weight: bold;
color: #ffffff;
background-color: #666699;
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/tbl_header.png);
background-repeat: repeat-x;
background-position: top;
height: 18px;
}
 
.tblFooters {
font-weight: normal;
color: #ffffff;
background-color: #666699;
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/tbl_header.png);
background-repeat: repeat-x;
background-position: top;
}
 
.tblHeaders a:link,
.tblHeaders a:active,
.tblHeaders a:visited,
.tblFooters a:link,
.tblFooters a:active,
.tblFooters a:visited {
color: #ffffcc;
text-decoration: underline;
}
 
.tblHeaders a:hover,
.tblFooters a:hover {
text-decoration: none;
color: #ffffff;
}
 
/* forbidden, no privilegs */
.noPrivileges {
color: #cc0000;
font-weight: bold;
}
 
/* disabled text */
.disabled,
.disabled a:link,
.disabled a:active,
.disabled a:visited {
color: #666666;
}
 
.disabled a:hover {
color: #666666;
text-decoration: none;
}
 
tr.disabled td,
td.disabled {
background-color: #cccccc;
}
 
 
/******************************************************************************/
/* specific elements */
 
/* topmenu */
ul#topmenu {
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
}
 
ul#topmenu li {
float: left;
margin: 0;
padding: 0;
vertical-align: middle;
}
 
#topmenu img {
vertical-align: middle;
margin-right: 0.1em;
}
 
/* default tab styles */
.tab, .tabcaution, .tabactive {
display: block;
margin: 0.2em 0.2em 0 0.2em;
padding: 0.2em 0.2em 0 0.2em;
white-space: nowrap;
}
 
/* disabled tabs */
span.tab {
color: #666666;
}
 
/* disabled drop/empty tabs */
span.tabcaution {
color: #ff6666;
}
 
/* enabled drop/empty tabs */
a.tabcaution {
color: FF0000;
}
a.tabcaution:hover {
color: #FFFFFF;
background-color: #FF0000;
}
 
<?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
/* active tab */
a.tabactive {
color: black;
}
<?php } else { ?>
#topmenu {
margin-top: 0.5em;
padding: 0.1em 0.3em 0.1em 0.3em;
}
 
ul#topmenu li {
border-bottom: 1pt solid black;
}
 
/* default tab styles */
.tab, .tabcaution, .tabactive {
background-color: <?php echo $GLOBALS['cfg']['BgcolorOne']; ?>;
border: 1pt solid <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
border-bottom: 0;
border-radius-topleft: 0.4em;
border-radius-topright: 0.4em;
-moz-border-radius-topleft: 0.4em;
-moz-border-radius-topright: 0.4em;
}
 
/* enabled hover/active tabs */
a.tab:hover,
a.tabcaution:hover,
.tabactive,
.tabactive:hover {
margin: 0;
padding: 0.2em 0.4em 0.2em 0.4em;
text-decoration: none;
}
 
a.tab:hover,
.tabactive {
background-color: <?php echo $GLOBALS['cfg']['BgcolorTwo']; ?>;
}
 
/* disabled drop/empty tabs */
span.tab,
span.tabcaution {
cursor: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/darkblue_orange/img/error.ico), default;
}
<?php } ?>
/* end topmenu */
 
/* Calendar */
table.calendar {
width: 100%;
}
table.calendar td {
text-align: center;
}
table.calendar td a {
display: block;
}
 
table.calendar td a:hover {
background-color: #CCFFCC;
}
 
table.calendar th {
background-color: #D3DCE3;
}
 
table.calendar td.selected {
background-color: #FFCC99;
}
 
img.calendar {
border: none;
}
form.clock {
text-align: center;
}
/* end Calendar */
 
 
/* table stats */
div#tablestatistics {
border-bottom: 0.1em solid #669999;
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;
}
/* END table stats */
 
 
/* server privileges */
#tableuserrights td,
#tablespecificuserrights td,
#tabledatabases td {
vertical-align: middle;
}
/* END server privileges */
 
 
 
/* Heading */
#serverinfo {
font-weight: bold;
margin-bottom: 0.5em;
}
 
#serverinfo .item {
white-space: nowrap;
}
 
#span_table_comment {
font-weight: normal;
font-style: italic;
white-space: nowrap;
}
 
#serverinfo img {
margin: 0 0.1em 0 0.1em;
}
 
/* some styles for IDs: */
#buttonNo {
color: #CC0000;
font-weight: bold;
padding: 0 10px 0 10px;
}
 
#buttonYes {
color: #006600;
font-weight: bold;
padding: 0 10px 0 10px;
}
 
#buttonGo {
color: #006600;
font-weight: bold;
padding: 0 10px 0 10px;
}
 
#listTable {
width: 260px;
}
 
#textSqlquery {
width: 450px;
}
 
#textSQLDUMP {
width: 95%;
height: 95%;
font-family: "Courier New", Courier, mono;
font-size: 110%;
}
 
#TooltipContainer {
position: absolute;
z-index: 99;
width: 20em;
height: auto;
overflow: visible;
visibility: hidden;
background-color: #ffffcc;
color: #006600;
border: 0.1em solid #000000;
padding: 0.5em;
}
 
/* user privileges */
#fieldset_add_user_login div.item {
border-bottom: 1px solid silver;
padding-bottom: 0.3em;
margin-bottom: 0.3em;
}
 
#fieldset_add_user_login label {
float: left;
display: block;
width: 10em;
max-width: 100%;
text-align: right;
padding-right: 0.5em;
}
 
#fieldset_add_user_login span.options #select_pred_username,
#fieldset_add_user_login span.options #select_pred_hostname,
#fieldset_add_user_login span.options #select_pred_password {
width: 100%;
max-width: 100%;
}
 
#fieldset_add_user_login span.options {
float: left;
display: block;
width: 12em;
max-width: 100%;
padding-right: 0.5em;
}
 
#fieldset_add_user_login input {
width: 12em;
clear: right;
max-width: 100%;
}
 
#fieldset_add_user_login span.options input {
width: auto;
}
 
#fieldset_user_priv div.item {
float: left;
width: 8em;
max-width: 100%;
}
 
#fieldset_user_priv div.item div.item {
float: none;
}
 
#fieldset_user_priv div.item label {
white-space: nowrap;
}
 
#fieldset_user_priv div.item select {
width: 100%;
}
 
#fieldset_user_global_rights fieldset {
float: left;
}
/* END user privileges */
 
 
/* serverstatus */
div#serverstatus table caption a.top {
float: right;
}
 
div#serverstatus div#serverstatusqueriesdetails table,
div#serverstatus table#serverstatustraffic,
div#serverstatus table#serverstatusconnections {
float: left;
}
 
#serverstatussection,
.clearfloat {
clear: both;
}
div#serverstatussection table {
width: 100%;
margin-bottom: 1em;
}
div#serverstatussection table .name {
width: 18em;
}
div#serverstatussection table .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: ']';
}
/* end serverstatus */
 
/* querywindow */
body#bodyquerywindow {
margin: 0;
padding: 0;
background-image: none;
background-color: #F5F5F5;
}
 
div#querywindowcontainer {
margin: 0;
padding: 0;
width: 100%;
}
 
div#querywindowcontainer fieldset {
margin-top: 0;
}
/* END querywindow */
 
 
/* querybox */
 
div#sqlquerycontainer {
float: left;
width: 69%;
/* height: 15em; */
}
 
div#tablefieldscontainer {
float: right;
width: 29%;
/* height: 15em; */
}
 
div#tablefieldscontainer select {
width: 100%;
/* height: 12em; */
}
 
textarea#sqlquery {
width: 100%;
/* height: 100%; */
}
 
div#queryboxcontainer div#bookmarkoptions {
margin-top: 0.5em;
}
/* end querybox */
 
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/arrow_ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/arrow_rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/asc_order.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_bookmark.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_browse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_calendar.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_comment.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_dbstatistics.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_deltbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_docs.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_docsql.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_drop.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_edit.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_empty.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_engine.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_export.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_firstpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_ftext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_help.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_home.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_import.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_index.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_info.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_insrow.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_lastpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_minus.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_newdb.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_newtbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_nextpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_pdfdoc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_plus.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_prevpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_primary.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_print.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_props.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_relations.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_save.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_sbrowse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_sdb.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_search.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_selboard.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_select.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_sql.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_sqldoc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_sqlhelp.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_tblanalyse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_tblexport.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_tblimport.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_tblops.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_tbloptimize.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_tipp.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_unique.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_usradd.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_usrcheck.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_usrdrop.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_usredit.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_usrlist.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_view.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/b_views.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_browse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_deltbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_drop.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_empty.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_firstpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_ftext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_index.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_insrow.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_lastpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_nextpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_prevpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_primary.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_sbrowse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_select.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/bd_unique.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/error.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/item.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/item_ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/item_rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/logo_left.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/logo_right.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/php_sym.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/pma_logo2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_asc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_asci.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_attention.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_cancel.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_cancel2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_db.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_desc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_error.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_error2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_fulltext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_host.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_info.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_lang.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_loggoff.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_notice.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_okay.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_partialtext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_passwd.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_process.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_really.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_reload.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_rights.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_status.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_tbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_theme.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_vars.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_views.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/s_warn.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/spacer.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/tbl_header.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/img/tbl_th.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/info.inc.php
0,0 → 1,8
<?php
/* $Id: info.inc.php,v 2.4 2005/11/25 14:33:45 cybot_tm Exp $ */
/* Theme information */
$theme_name = 'Darkblue/orange';
$theme_version = 2;
$theme_generation = 2;
$theme_full_version = '2.7.0.0';
?>
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/layout.inc.php
0,0 → 1,47
<?php
 
$cfg['LeftWidth'] = 180; // left frame width
/* colors */
$cfg['LeftBgColor'] = '#666699'; // background color for the left frame
$cfg['RightBgColor'] = '#FFFFFF'; // background color for the right frame
$cfg['RightBgImage'] = ''; // path to a background image for the right frame
// (leave blank for no background image)
$cfg['LeftPointerColor'] = '#9999CC'; // color of the pointer in left frame
$cfg['Border'] = 0; // border width on tables
$cfg['ThBgcolor'] = '#666699'; // table header row colour
$cfg['BgcolorOne'] = '#EEEEEE'; // table data row colour
$cfg['BgcolorTwo'] = '#E5E5E5'; // table data row colour, alternate
$cfg['BrowsePointerColor'] = '#CCCCFF'; // color of the pointer in browse mode
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
// by clicking on it) in browse mode
 
$cfg['QueryWindowWidth'] = 600; // Width of Query window
$cfg['QueryWindowHeight'] = 400; // Height of Query window
 
/**
* SQL Parser Settings
*/
$cfg['SQP']['fmtColor'] = array( // Syntax colouring data
'comment' => '#808000',
'comment_mysql' => '',
'comment_ansi' => '',
'comment_c' => '',
'digit' => '',
'digit_hex' => 'teal',
'digit_integer' => 'teal',
'digit_float' => 'aqua',
'punct' => 'fuchsia',
'alpha' => '',
'alpha_columnType' => '#FF9900',
'alpha_columnAttrib' => '#0000FF',
'alpha_reservedWord' => '#990099',
'alpha_functionName' => '#FF0000',
'alpha_identifier' => 'black',
'alpha_charset' => '#6495ed',
'alpha_variable' => '#800000',
'quote' => '#008000',
'quote_double' => '',
'quote_single' => '',
'quote_backtick' => ''
);
?>
/Web/Maintenance/phpMyAdmin/themes/darkblue_orange/screen.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/css/theme_left.css.php
0,0 → 1,126
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/
/* general tags */
body {
font-family: <?php echo $GLOBALS['left_font_family']; ?>;
background-color: #D0DCE0;
color: #000000;
}
 
a img {
border: 0;
}
 
form {
margin: 0;
padding: 0;
display: inline;
}
 
select {
background-color: #ffffff;
color: #000000;
}
 
/* buttons in some browsers (eg. Konqueror) are block elements,
this breaks design */
button {
display: inline;
}
 
 
/******************************************************************************/
/* classes */
 
/* leave some space between icons and text */
.icon {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
 
img.lightbulb {
cursor: pointer;
}
 
 
/******************************************************************************/
/* specific elements */
 
div#pmalogo,
div#leftframelinks,
div#databaseList {
text-align: center;
border-bottom: 0.05em solid #669999;
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
 
div#leftframelinks .icon {
padding: 0;
margin: 0;
}
 
div#leftframelinks a {
margin: 0.1em;
padding: 0.2em;
border: 0.05em solid #669999;
}
 
div#leftframelinks a:hover {
background-color: #669999;
}
 
/* leftdatabaselist */
div#left_tableList ul {
list-style-type: none;
list-style-position: outside;
margin: 0;
padding: 0;
font-size: 80%;
background-color: #D0DCE0;
}
 
div#left_tableList ul ul {
font-size: 100%;
}
 
div#left_tableList a {
color: #333399;
text-decoration: none;
}
 
div#left_tableList a:hover {
color: #FF0000;
text-decoration: underline;
}
 
div#left_tableList li {
margin: 0;
padding: 0;
white-space: nowrap;
}
 
<?php if ( $GLOBALS['cfg']['LeftPointerEnable'] ) { ?>
div#left_tableList li:hover {
background-color: #CCFFCC;
}
<?php } ?>
 
div#left_tableList img {
padding: 0;
vertical-align: middle;
}
 
div#left_tableList ul ul {
margin-left: 0em;
padding-left: 0.1em;
border-left: 0.1em solid #669999;
padding-bottom: 0.1em;
border-bottom: 0.1em solid #669999;
}
/Web/Maintenance/phpMyAdmin/themes/original/css/theme_print.css.php
0,0 → 1,41
/* For printview */
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background-color: #ffffff;
}
h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #000000;
}
table{
border-width: 1px;
border-color: #000000;
border-style: solid;
border-collapse: collapse;
border-spacing: 0;
}
th{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #000000;
background-color: #e5e5e5;
border-width: 1px;
border-color: #000000;
border-style: solid;
padding: 2px;
}
td{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
background-color: #ffffff;
border-width: 1px;
border-color: #000000;
border-style: solid;
padding: 2px;
}
/Web/Maintenance/phpMyAdmin/themes/original/css/theme_right.css.php
0,0 → 1,841
<?php
// unplanned execution path
if (!defined('PMA_MINIMUM_COMMON')) {
exit();
}
?>
/******************************************************************************/
/* general tags */
body {
margin: 0.5em;
padding: 0;
font-family: <?php echo $GLOBALS['right_font_family']; ?>;
color: #000000;
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/vertical_line.png);
background-repeat: repeat-y;
background-color: #F5F5F5;
}
 
h1 {
font-size: 140%;
font-weight: bold;
}
 
h2 {
font-size: 120%;
font-weight: bold;
}
 
h3 {
font-weight: bold;
}
 
a:link {
text-decoration: none;
color: #0000FF;
}
 
a:visited {
text-decoration: none;
color: #0000FF;
}
 
a:hover {
text-decoration: underline;
color: #FF0000;
}
 
dfn {
font-style: normal;
}
 
dfn:hover {
font-style: normal;
cursor: help;
}
 
th {
font-weight: bold;
color: #000000;
background-color: #D3DCE3;
}
 
a img {
border: 0;
}
 
hr {
color: #666666;
background-color: #666666;
border: 0;
height: 1px;
}
 
form {
padding: 0;
margin: 0;
display: inline;
}
 
textarea {
overflow: visible;
height: 8em;
}
 
fieldset {
margin-top: 1em;
border: #686868 solid 1px;
padding: 0.5em;
background-color: #E5E5E5;
}
 
fieldset fieldset {
margin: 0.8em;
}
 
fieldset legend {
background-color: transparent;
}
 
/* buttons in some browsers (eg. Konqueror) are block elements,
this breaks design */
button {
display: inline;
}
 
table caption,
table th,
table td {
padding: 0.1em 0.5em 0.1em 0.5em;
margin: 0.1em;
vertical-align: top;
}
 
img,
input,
select,
button {
vertical-align: middle;
}
 
 
/******************************************************************************/
/* classes */
 
fieldset.tblFooters {
margin-top: 0;
margin-bottom: 0.5em;
text-align: right;
float: none;
clear: both;
}
 
fieldset .formelement {
float: left;
margin-right: 0.5em;
/* IE */
white-space: nowrap;
}
 
/* revert for Gecko */
fieldset div[class=formelement] {
white-space: normal;
}
 
button.mult_submit {
border: none;
background-color: transparent;
}
 
/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
background-color: #E5E5E5;
text-align: left;
}
 
/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
background-color: #D5D5D5;
text-align: left;
}
 
/* marked tbale rows */
table tr.marked th,
table tr.marked {
background-color: #FFCC99;
}
 
/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
background-color: #CCFFCC;
}
 
table .value {
text-align: right;
white-space: nowrap;
}
/* IE doesnt handles 'pre' right */
table [class=value] {
white-space: pre;
}
 
.value {
font-family: "Courier New", Courier, monospace;
}
.value .attention {
color: red;
font-weight: bold;
}
.value .allfine {
color: green;
}
 
 
img.lightbulb {
cursor: pointer;
}
 
.pdflayout {
overflow: hidden;
clip: inherit;
background-color: #FFFFFF;
display: none;
border: 1px solid #000000;
position: relative;
}
 
.pdflayout_table {
background: #D3DCE3;
color: #000000;
overflow: hidden;
clip: inherit;
z-index: 2;
display: inline;
visibility: inherit;
cursor: move;
position: absolute;
font-size: 80%;
border: 1px dashed #000000;
}
 
.print {
font-family: arial;
font-size: 8pt;
}
 
/* MySQL Parser */
.syntax {
font-family: sans-serif;
font-size: 80%;
}
 
.syntax_comment {
padding-left: 4pt;
padding-right: 4pt;
}
 
.syntax_digit {
}
 
.syntax_digit_hex {
}
 
.syntax_digit_integer {
}
 
.syntax_digit_float {
}
 
.syntax_punct {
}
 
.syntax_alpha {
}
 
.syntax_alpha_columnType {
text-transform: uppercase;
}
 
.syntax_alpha_columnAttrib {
text-transform: uppercase;
}
 
.syntax_alpha_reservedWord {
text-transform: uppercase;
font-weight: bold;
}
 
.syntax_alpha_functionName {
text-transform: uppercase;
}
 
.syntax_alpha_identifier {
}
 
.syntax_alpha_charset {
}
 
.syntax_alpha_variable {
}
 
.syntax_quote {
white-space: pre;
}
 
.syntax_quote_backtick {
}
 
/* leave some space between icons and text */
.icon {
vertical-align: middle;
margin-right: 0.3em;
margin-left: 0.3em;
}
/* no extra space in table cells */
td .icon {
margin: 0;
}
 
.selectallarrow {
margin-<?php echo $right; ?>: 0.3em;
margin-<?php echo $left; ?>: 0.6em;
}
 
/* message boxes: warning, error, confirmation */
.notice {
color: #000000;
background-color: #FFFFDD;
}
h1.notice,
div.notice {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #FFD700;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_notice.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
background-position: 99% 50%;
padding: 10px 5% 10px 10px;
<?php } ?>
<?php } else { ?>
padding: 0.5em;
<?php } ?>
}
.notice h1 {
border-bottom: 0.1em solid #FFD700;
font-weight: bold;
text-align: <?php echo $left; ?>;
margin: 0 0 0.2em 0;
}
 
.warning {
color: #CC0000;
background-color: #FFFFCC;
}
p.warning,
h1.warning,
div.warning {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #CC0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_warn.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
background-position: 99% 50%;
padding: 10px 5% 10px 10px;
<?php } ?>
<?php } else { ?>
padding: 0.5em;
<?php } ?>
}
.warning h1 {
border-bottom: 0.1em solid #cc0000;
font-weight: bold;
text-align: <?php echo $left; ?>;
margin: 0 0 0.2em 0;
}
 
.error {
background-color: #FFFFCC;
color: #ff0000;
}
 
h1.error,
div.error {
margin: 0.5em 0 0.5em 0;
border: 0.1em solid #ff0000;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_error.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 10px 50%;
padding: 10px 10px 10px 36px;
<?php } else { ?>
background-position: 99% 50%;
padding: 10px 5% 10px 10px;
<?php } ?>
<?php } else { ?>
padding: 0.5em;
<?php } ?>
}
div.error h1 {
border-bottom: 0.1em solid #ff0000;
font-weight: bold;
text-align: <?php echo $left; ?>;
margin: 0 0 0.2em 0;
}
 
.confirmation {
background-color: #FFFFCC;
}
fieldset.confirmation {
border: 0.1em solid #FF0000;
}
fieldset.confirmation legend {
border-left: 0.1em solid #FF0000;
border-right: 0.1em solid #FF0000;
font-weight: bold;
<?php if ( $GLOBALS['cfg']['ErrorIconic'] ) { ?>
background-image: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/s_really.png);
background-repeat: no-repeat;
<?php if ( $GLOBALS['text_dir'] === 'ltr' ) { ?>
background-position: 5px 50%;
padding: 0.2em 0.2em 0.2em 25px;
<?php } else { ?>
background-position: 97% 50%;
padding: 0.2em 25px 0.2em 0.2em;
<?php } ?>
<?php } ?>
}
/* end messageboxes */
 
 
.tblcomment {
font-size: 70%;
font-weight: normal;
color: #000099;
}
 
.tblHeaders {
background-color: #D0DCE0;
font-weight: bold;
color: #000000;
}
 
.tblFooters {
font-weight: normal;
color: #000000;
background-color: #D0DCE0;
}
 
.tblHeaders a:link,
.tblHeaders a:active,
.tblHeaders a:visited,
.tblFooters a:link,
.tblFooters a:active,
.tblFooters a:visited {
color: #0000FF;
}
 
.tblHeaders a:hover,
.tblFooters a:hover {
color: #FF0000;
}
 
/* forbidden, no privilegs */
.noPrivileges {
color: #FF0000;
font-weight: bold;
}
 
/* disabled text */
.disabled,
.disabled a:link,
.disabled a:active,
.disabled a:visited {
color: #666666;
}
 
.disabled a:hover {
text-decoration: none;
}
 
tr.disabled td,
td.disabled {
background-color: #cccccc;
}
 
 
/******************************************************************************/
/* specific elements */
 
/* topmenu */
ul#topmenu {
font-weight: bold;
list-style-type: none;
margin: 0;
padding: 0;
}
 
ul#topmenu li {
float: left;
margin: 0;
padding: 0;
vertical-align: middle;
}
 
#topmenu img {
vertical-align: middle;
margin-right: 0.1em;
}
 
/* default tab styles */
.tab, .tabcaution, .tabactive {
display: block;
margin: 0.2em 0.2em 0 0.2em;
padding: 0.2em 0.2em 0 0.2em;
white-space: nowrap;
}
 
/* disabled tabs */
span.tab {
color: #666666;
}
 
/* disabled drop/empty tabs */
span.tabcaution {
color: #ff6666;
}
 
/* enabled drop/empty tabs */
a.tabcaution {
color: #FF0000;
}
a.tabcaution:hover {
color: #FFFFFF;
background-color: #FF0000;
}
 
<?php if ( $GLOBALS['cfg']['LightTabs'] ) { ?>
/* active tab */
a.tabactive {
color: black;
}
<?php } else { ?>
#topmenu {
margin-top: 0.5em;
padding: 0.1em 0.3em 0.1em 0.3em;
}
 
ul#topmenu li {
border-bottom: 1pt solid black;
}
 
/* default tab styles */
.tab, .tabcaution, .tabactive {
background-color: #E5E5E5;
border: 1pt solid #D5D5D5;
border-bottom: 0;
border-radius-topleft: 0.4em;
border-radius-topright: 0.4em;
-moz-border-radius-topleft: 0.4em;
-moz-border-radius-topright: 0.4em;
}
 
/* enabled hover/active tabs */
a.tab:hover,
a.tabcaution:hover,
.tabactive,
.tabactive:hover {
margin: 0;
padding: 0.2em 0.4em 0.2em 0.4em;
text-decoration: none;
}
 
a.tab:hover,
.tabactive {
background-color: #D5D5D5;
}
 
/* disabled drop/empty tabs */
span.tab,
span.tabcaution {
cursor: url(../<?php echo $GLOBALS['cfg']['ThemePath']; ?>/original/img/error.ico), default;
}
<?php } ?>
/* end topmenu */
 
 
/* Calendar */
table.calendar {
width: 100%;
}
table.calendar td {
text-align: center;
}
table.calendar td a {
display: block;
}
 
table.calendar td a:hover {
background-color: #CCFFCC;
}
 
table.calendar th {
background-color: #D3DCE3;
}
 
table.calendar td.selected {
background-color: #FFCC99;
}
 
img.calendar {
border: none;
}
form.clock {
text-align: center;
}
/* end Calendar */
 
 
/* table stats */
div#tablestatistics {
border-bottom: 0.1em solid #669999;
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;
}
/* END table stats */
 
 
/* server privileges */
#tableuserrights td,
#tablespecificuserrights td,
#tabledatabases td {
vertical-align: middle;
}
/* END server privileges */
 
 
 
/* Heading */
#serverinfo {
font-weight: bold;
margin-bottom: 0.5em;
}
 
#serverinfo .item {
white-space: nowrap;
}
 
#span_table_comment {
font-weight: normal;
font-style: italic;
white-space: nowrap;
}
 
#serverinfo img {
margin: 0 0.1em 0 0.2em;
}
 
 
#textSQLDUMP {
width: 95%;
height: 95%;
font-family: "Courier New", Courier, mono;
font-size: 12px;
}
 
#TooltipContainer {
position: absolute;
z-index: 99;
width: 20em;
height: auto;
overflow: visible;
visibility: hidden;
background-color: #ffffcc;
color: #006600;
border: 0.1em solid #000000;
padding: 0.5em;
}
 
/* user privileges */
#fieldset_add_user_login div.item {
border-bottom: 1px solid silver;
padding-bottom: 0.3em;
margin-bottom: 0.3em;
}
 
#fieldset_add_user_login label {
float: left;
display: block;
width: 10em;
max-width: 100%;
text-align: right;
padding-right: 0.5em;
}
 
#fieldset_add_user_login span.options #select_pred_username,
#fieldset_add_user_login span.options #select_pred_hostname,
#fieldset_add_user_login span.options #select_pred_password {
width: 100%;
max-width: 100%;
}
 
#fieldset_add_user_login span.options {
float: left;
display: block;
width: 12em;
max-width: 100%;
padding-right: 0.5em;
}
 
#fieldset_add_user_login input {
width: 12em;
clear: right;
max-width: 100%;
}
 
#fieldset_add_user_login span.options input {
width: auto;
}
 
#fieldset_user_priv div.item {
float: left;
width: 9em;
max-width: 100%;
}
 
#fieldset_user_priv div.item div.item {
float: none;
}
 
#fieldset_user_priv div.item label {
white-space: nowrap;
}
 
#fieldset_user_priv div.item select {
width: 100%;
}
 
#fieldset_user_global_rights fieldset {
float: left;
}
/* END user privileges */
 
 
/* serverstatus */
div#serverstatus table caption a.top {
float: right;
}
 
div#serverstatus div#serverstatusqueriesdetails table,
div#serverstatus table#serverstatustraffic,
div#serverstatus table#serverstatusconnections {
float: left;
}
 
#serverstatussection,
.clearfloat {
clear: both;
}
div#serverstatussection table {
width: 100%;
margin-bottom: 1em;
}
div#serverstatussection table .name {
width: 18em;
}
div#serverstatussection table .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: ']';
}
/* end serverstatus */
 
/* querywindow */
body#bodyquerywindow {
margin: 0;
padding: 0;
background-image: none;
background-color: #F5F5F5;
}
 
div#querywindowcontainer {
margin: 0;
padding: 0;
width: 100%;
}
 
div#querywindowcontainer fieldset {
margin-top: 0;
}
/* END querywindow */
 
 
/* querybox */
 
div#sqlquerycontainer {
float: left;
width: 69%;
/* height: 15em; */
}
 
div#tablefieldscontainer {
float: right;
width: 29%;
/* height: 15em; */
}
 
div#tablefieldscontainer select {
width: 100%;
/* height: 12em; */
}
 
textarea#sqlquery {
width: 100%;
/* height: 100%; */
}
 
div#queryboxcontainer div#bookmarkoptions {
margin-top: 0.5em;
}
/* end querybox */
 
/Web/Maintenance/phpMyAdmin/themes/original/img/arrow_ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/arrow_rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/asc_order.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_bookmark.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_browse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_calendar.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_comment.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_dbstatistics.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_deltbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_docs.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_docsql.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_drop.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_edit.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_empty.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_engine.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_export.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_firstpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_ftext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_help.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_home.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_import.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_index.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_info.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_insrow.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_lastpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_minus.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_newdb.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_newtbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_nextpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_pdfdoc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_plus.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_prevpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_primary.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_print.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_props.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_relations.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_save.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_sbrowse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_sdb.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_search.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_selboard.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_select.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_sql.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_sqldoc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_sqlhelp.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_tblanalyse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_tblexport.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_tblimport.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_tblops.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_tbloptimize.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_tipp.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_unique.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_usradd.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_usrcheck.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_usrdrop.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_usredit.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_usrlist.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_view.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/b_views.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_browse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_deltbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_drop.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_empty.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_firstpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_ftext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_index.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_insrow.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_lastpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_nextpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_prevpage.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_primary.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_sbrowse.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_select.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/bd_unique.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/error.ico
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/item.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/item_ltr.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/item_rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/logo_left.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/logo_right.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/php_sym.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/pma_logo2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_asc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_asci.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_attention.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_cancel.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_cancel2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_db.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_desc.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_error.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_error2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_fulltext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_host.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_info.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_lang.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_loggoff.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_notice.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_okay.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_partialtext.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_passwd.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_process.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_really.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_reload.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_rights.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_status.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_tbl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_theme.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_vars.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_views.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/s_warn.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/spacer.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/img/vertical_line.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes/original/info.inc.php
0,0 → 1,8
<?php
/* $Id: info.inc.php,v 2.4 2005/11/24 07:15:55 cybot_tm Exp $ */
/* Theme information */
$theme_name = 'Original';
$theme_version = 2;
$theme_generation = 2;
$theme_full_version = '2.7.0.0';
?>
/Web/Maintenance/phpMyAdmin/themes/original/layout.inc.php
0,0 → 1,47
<?php
 
$cfg['LeftWidth'] = 200; // left frame width
/* colors */
$cfg['LeftBgColor'] = '#D0DCE0'; // background color for the left frame
$cfg['RightBgColor'] = '#F5F5F5'; // background color for the right frame
$cfg['RightBgImage'] = ''; // path to a background image for the right frame
// (leave blank for no background image)
$cfg['LeftPointerColor'] = '#CCFFCC'; // color of the pointer in left frame
$cfg['Border'] = 0; // border width on tables
$cfg['ThBgcolor'] = '#D3DCE3'; // table header row colour
$cfg['BgcolorOne'] = '#E5E5E5'; // table data row colour
$cfg['BgcolorTwo'] = '#D5D5D5'; // table data row colour, alternate
$cfg['BrowsePointerColor'] = '#CCFFCC'; // color of the pointer in browse mode
$cfg['BrowseMarkerColor'] = '#FFCC99'; // color of the marker (visually marks row
// by clicking on it) in browse mode
 
$cfg['QueryWindowWidth'] = 600; // Width of Query window
$cfg['QueryWindowHeight'] = 400; // Height of Query window
 
/**
* SQL Parser Settings
*/
$cfg['SQP']['fmtColor'] = array( // Syntax colouring data
'comment' => '#808000',
'comment_mysql' => '',
'comment_ansi' => '',
'comment_c' => '',
'digit' => '',
'digit_hex' => 'teal',
'digit_integer' => 'teal',
'digit_float' => 'aqua',
'punct' => 'fuchsia',
'alpha' => '',
'alpha_columnType' => '#FF9900',
'alpha_columnAttrib' => '#0000FF',
'alpha_reservedWord' => '#990099',
'alpha_functionName' => '#FF0000',
'alpha_identifier' => 'black',
'alpha_charset' => '#6495ed',
'alpha_variable' => '#800000',
'quote' => '#008000',
'quote_double' => '',
'quote_single' => '',
'quote_backtick' => ''
);
?>
/Web/Maintenance/phpMyAdmin/themes/original/screen.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/Web/Maintenance/phpMyAdmin/themes.php
0,0 → 1,37
<?php
/* get some globals */
require_once('./libraries/common.lib.php');
 
/* Theme Select */
$path_to_themes = $cfg['ThemePath'] . '/';
 
/* set language and charset */
require_once('./libraries/header_http.inc.php');
 
/* HTML header */
$page_title = 'phpMyAdmin - ' . $strTheme;
require('./libraries/header_meta_style.inc.php');
?>
<script type="text/javascript" language="javascript">
// <![CDATA[
function takeThis(what){
if (window.opener && window.opener.document.forms['setTheme'].elements['set_theme']) {
window.opener.document.forms['setTheme'].elements['set_theme'].value = what;
window.opener.document.forms['setTheme'].submit();
self.close();
} else {
alert('<?php echo sprintf($strNoThemeSupport, $cfg['ThemePath']); ?>');
self.close();
}
}
// ]]>
</script>
</head>
 
<body id="bodythemes">
<h1>phpMyAdmin - <?php echo $strTheme; ?></h1>
<?php
$_SESSION['PMA_Theme_Manager']->printPreviews();
?>
</body>
</html>
/Web/Maintenance/phpMyAdmin/transformation_overview.php
0,0 → 1,70
<?php
/* $Id: transformation_overview.php,v 2.2 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
/**
* Don't display the page heading
*/
define('PMA_DISPLAY_HEADING', 0);
 
/**
* Gets some core libraries and displays a top message if required
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/header.inc.php');
require_once('./libraries/relation.lib.php');
require_once('./libraries/transformations.lib.php');
$cfgRelation = PMA_getRelationsParam();
 
$types = PMA_getAvailableMIMEtypes();
?>
 
<h2><?php echo $strMIME_available_mime; ?></h2>
<?php
foreach ($types['mimetype'] AS $key => $mimetype) {
 
if (isset($types['empty_mimetype'][$mimetype])) {
echo '<i>' . $mimetype . '</i><br />';
} else {
echo $mimetype . '<br />';
}
 
}
?>
<br />
<i>(<?php echo $strMIME_without; ?>)</i>
 
<br />
<br />
<br />
<h2><?php echo $strMIME_available_transform; ?></h2>
<table border="0" width="90%">
<tr>
<th><?php echo $strMIME_transformation; ?></th>
<th><?php echo $strMIME_description; ?></th>
</tr>
 
<?php
@reset($types);
$i = 0;
foreach ($types['transformation'] AS $key => $transform) {
$i++;
$func = strtolower(preg_replace('@(\.inc\.php3?)$@i', '', $types['transformation_file'][$key]));
$desc = 'strTransformation_' . $func;
?>
<tr bgcolor="<?php echo ($i % 2 ? $cfg['BgcolorOne'] : $cfg['BgcolorTwo']); ?>">
<td><?php echo $transform; ?></td>
<td><?php echo (isset($$desc) ? $$desc : '<font size="-1"><i>' . sprintf($strMIME_nodescription, 'PMA_transformation_' . $func . '()') . '</i></font>'); ?></td>
</tr>
<?php
}
?>
 
<?php
/**
* Displays the footer
*/
echo "\n";
require_once('./libraries/footer.inc.php');
 
?>
/Web/Maintenance/phpMyAdmin/transformation_wrapper.php
0,0 → 1,121
<?php
/* $Id: transformation_wrapper.php,v 2.13.2.1 2006/03/10 13:41:01 lem9 Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
define('IS_TRANSFORMATION_WRAPPER', true);
 
/**
* Gets a core script and starts output buffering work
*/
require_once('./libraries/common.lib.php');
require_once('./libraries/relation.lib.php'); // foreign keys
require_once('./libraries/transformations.lib.php'); // Transformations
$cfgRelation = PMA_getRelationsParam();
 
/**
* Ensures db and table are valid, else moves to the "parent" script
*/
require_once('./libraries/db_table_exists.lib.php');
 
 
/**
* Get the list of the fields of the current table
*/
PMA_DBI_select_db($db);
$table_def = PMA_DBI_query('SHOW FIELDS FROM ' . PMA_backquote($table), null, PMA_DBI_QUERY_STORE);
if (isset($primary_key)) {
$result = PMA_DBI_query('SELECT * FROM ' . PMA_backquote($table) . ' WHERE ' . $primary_key . ';', null, PMA_DBI_QUERY_STORE);
$row = PMA_DBI_fetch_assoc($result);
} else {
$result = PMA_DBI_query('SELECT * FROM ' . PMA_backquote($table) . ' LIMIT 1;', null, PMA_DBI_QUERY_STORE);
$row = PMA_DBI_fetch_assoc($result);
}
 
// No row returned
if (!$row) {
exit;
} // end if (no record returned)
 
$default_ct = 'application/octet-stream';
 
if ($cfgRelation['commwork'] && $cfgRelation['mimework']) {
$mime_map = PMA_getMime($db, $table);
$mime_options = PMA_transformation_getOptions((isset($mime_map[urldecode($transform_key)]['transformation_options']) ? $mime_map[urldecode($transform_key)]['transformation_options'] : ''));
 
foreach ($mime_options AS $key => $option) {
if (substr($option, 0, 10) == '; charset=') {
$mime_options['charset'] = $option;
}
}
}
 
// garvin: For re-usability, moved http-headers and stylesheets
// to a seperate file. It can now be included by libraries/header.inc.php,
// querywindow.php.
 
require_once('./libraries/header_http.inc.php');
// [MIME]
if (isset($ct) && !empty($ct)) {
$content_type = 'Content-Type: ' . urldecode($ct);
} else {
$content_type = 'Content-Type: ' . (isset($mime_map[urldecode($transform_key)]['mimetype']) ? str_replace('_', '/', $mime_map[urldecode($transform_key)]['mimetype']) : $default_ct) . (isset($mime_options['charset']) ? $mime_options['charset'] : '');
}
header($content_type);
 
if (isset($cn) && !empty($cn)) {
header('Content-Disposition: attachment; filename=' . urldecode($cn));
}
 
if (!isset($resize)) {
echo $row[urldecode($transform_key)];
} else {
// if image_*__inline.inc.php finds that we can resize,
// it sets $resize to jpeg or png
 
$srcImage = imagecreatefromstring($row[urldecode($transform_key)]);
$srcWidth = ImageSX( $srcImage );
$srcHeight = ImageSY( $srcImage );
 
// Check to see if the width > height or if width < height
// if so adjust accordingly to make sure the image
// stays smaller then the $newWidth and $newHeight
 
$ratioWidth = $srcWidth/$newWidth;
$ratioHeight = $srcHeight/$newHeight;
 
if ($ratioWidth < $ratioHeight){
$destWidth = $srcWidth/$ratioHeight;
$destHeight = $newHeight;
} else {
$destWidth = $newWidth;
$destHeight = $srcHeight/$ratioWidth;
}
 
if ($resize) {
$destImage = ImageCreateTrueColor( $destWidth, $destHeight);
}
 
// ImageCopyResized( $destImage, $srcImage, 0, 0, 0, 0, $destWidth, $destHeight, $srcWidth, $srcHeight );
// better quality but slower:
ImageCopyResampled( $destImage, $srcImage, 0, 0, 0, 0, $destWidth, $destHeight, $srcWidth, $srcHeight );
 
if ($resize == 'jpeg') {
ImageJPEG( $destImage, '', 75 );
}
if ($resize == 'png') {
ImagePNG( $destImage);
}
ImageDestroy( $srcImage );
ImageDestroy( $destImage );
}
 
/**
* Close MySql non-persistent connections
*/
if (isset($GLOBALS['controllink']) && $GLOBALS['controllink']) {
@PMA_DBI_close($GLOBALS['controllink']);
}
if (isset($GLOBALS['userlink']) && $GLOBALS['userlink']) {
@PMA_DBI_close($GLOBALS['userlink']);
}
?>
/Web/Maintenance/phpMyAdmin/translators.html
0,0 → 1,416
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<!-- $Id: translators.html,v 2.64.2.8.2.5 2006/08/22 17:08:28 lem9 Exp $ -->
 
<head>
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>phpMyAdmin 2.8.2.4 - Official translators</title>
<link rel="stylesheet" type="text/css" href="docs.css" />
</head>
 
<body>
 
<div class="header">
<hr noshade="noshade" width="100%" />
<a href="Documentation.html#top">Top</a> &nbsp;-&nbsp;
<a href="Documentation.html#require">Requirements</a> &nbsp;-&nbsp;
<a href="Documentation.html#intro">Introduction</a> &nbsp;-&nbsp;
<a href="Documentation.html#setup">Installation</a> &nbsp;-&nbsp;
<a href="Documentation.html#config">Configuration</a>
<br />
<a href="Documentation.html#transformations">Transformations</a> &nbsp;-&nbsp;
<a href="Documentation.html#faq">FAQ</a> &nbsp;-&nbsp;
<a href="Documentation.html#developers">Developers</a> &nbsp;-&nbsp;
<a href="Documentation.html#credits">Credits</a> &nbsp;-&nbsp;
<a href="translators.html">Translators</a>
<hr noshade="noshade" width="100%" />
</div>
 
<h1>phpMyAdmin 2.8.2.4 official translators list</h1>
 
<p>
Here is the list of the &quot;official translators&quot; of
phpMyAdmin.
</p>
<p>
<span class="important">If you want to suggest some improvements on a
translation please ask them</span>: we (the phpMyAdmin developement team)
don't know anything about most of these languages and then we can't have
any opinion on grammar issues or bad translations!
</p>
<p>
All translations listed here are included in this distribution.
<span class="important">Please do <b>not</b> ask the translators to send
you a localized phpMyAdmin version!</span>
</p>
<p>
<span class="important">Please do <b>not</b> expect the translators to
provide e-mail support.</span>
</p>
<br />
 
<table class="translators">
<tr>
<th>Language</th>
<th>Official translator(s)</th>
</tr>
 
<tr>
<td>Afrikaans</td>
<td>
Andreas Pauley (pauley@buitegroep.org.za)
</td>
</tr>
 
<tr>
<td>Albanian</td>
<td>
Laurent Dhima (laurenti@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Arabic</td>
<td>
&quot;Fisal&quot;(fisal77@hotmail.com)<br />
Tarik kallida (kallida@caramail.com)<br />
Ossama Khayat (ossamak@nht.com.kw)
</td>
</tr>
 
<tr>
<td>Azerbaijani</td>
<td>
Shehriyar Imanov (sheki@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Basque</td>
<td>
Axier Lopez (axier@euskalerria.org)
</td>
</tr>
 
<tr>
<td>Belarusian</td>
<td>
Jaska Zedlik (jz53@zedlik.com)
</td>
</tr>
 
<tr>
<td>Bosnian</td>
<td>
Samir Kobiljak(aon.912547666@aon.at)
</td>
</tr>
 
<tr>
<td>Brazilian Portuguese</td>
<td>
Airon Luis Pereira (thedarkness@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Bulgarian</td>
<td>
Stanislav Yordanov (stan@stud.ru.acad.bg)
</td>
</tr>
 
<tr>
<td>Catalan</td>
<td>
Xavier Navarro (klingonempire@tiscali.es)
</td>
</tr>
 
<tr>
<td>Chinese Traditional (BIG5)</td>
<td>
Siu Sun (siusun@best-view.net)
</td>
</tr>
 
<tr>
<td>Chinese Simplified (GB)</td>
<td>
Wang (fundawang@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Croatian</td>
<td>
Sime Essert (sime@nofrx.org)
</td>
</tr>
 
<tr>
<td>Czech</td>
<td>
Michal &#268;iha&#345; (michal@cihar.com)
</td>
</tr>
 
<tr>
<td>Danish</td>
<td>
Finn Sorensen (dk_alleykat@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Dutch</td>
<td>
Ivo Teel (calimonk@gmx.net)
</td>
</tr>
 
<tr>
<td>English</td>
<td>
the phpMyAdmin development team (phpmyadmin-devel@lists.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Estonian</td>
<td>
Marko Ellermaa (uhuu@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Finnish</td>
<td>
Jouni Kahkonen (address withdrawn)
</td>
</tr>
 
<tr>
<td>French</td>
<td>
Marc Delisle (lem9@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Galician</td>
<td>
Xos&eacute; Calvo (xosecalvo@galizaweb.net)
</td>
</tr>
 
<tr>
<td>Georgian</td>
<td>
--volunteer needed--
</td>
</tr>
 
<tr>
<td>German</td>
<td>
Alexander M. Turek (rabus@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Greek</td>
<td>
Kyriakos Xagoraris (theremon@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Hebrew</td>
<td>
Hadar Porat (hpman28@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Hindi</td>
<td>
Girish Nair (girish_nair@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Hungarian</td>
<td>
Mih&#225;ly M&#233;sz&#225;ros (necronix@freemail.hu)
</td>
</tr>
 
<tr>
<td>Indonesian</td>
<td>
Rachim Tamsjadi (tamsy@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Italian</td>
<td>
Luca Rebellato (rebeluca@ngi.it)
</td>
</tr>
 
<tr>
<td>Japanese</td>
<td>
Ishigaki Kenichi (tcool@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Korean</td>
<td>
WooSuhan (kjh@unews.co.kr)
</td>
</tr>
 
<tr>
<td>Latvian</td>
<td>
Sandis J&ccedil;rics (sandisj@parks.lv)
</td>
</tr>
 
<tr>
<td>Lithuanian</td>
<td>
Vilius Zigmantas (viliusz@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Malay</td>
<td>
Mohammad Shafiq bin Mohd Mustapa (sicksand@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Mongolian</td>
<td>
Bayarsaikhan Enkhtaivan (bayaraa@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Norwegian</td>
<td>
Sven-Erik Andersen (sven_erik@andersen.as)
</td>
</tr>
 
<tr>
<td>Persian</td>
<td>
Parham Ghaffarian (parham@bornisgroup.com)
</td>
</tr>
 
<tr>
<td>Polish</td>
<td>
Jakub Wilk (ubanus@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Portuguese</td>
<td>
Ant&oacute;nio Raposo (cfmsoft@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Romanian</td>
<td>
Valics Lehel (lvalics@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Russian</td>
<td>
Artyom Rabzonov (tyomych@gmx.net)
</td>
</tr>
 
<tr>
<td>Serbian</td>
<td>
Mihailo Stefanovic (mikis@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Slovak</td>
<td>
Ivan Kuriscak (shylauda69@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Slovenian</td>
<td>
Kositer Uros (urosh@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Spanish</td>
<td>
Dr. med. Daniel Hinostroza C. (phpmyadmin@cerebroperiferico.com)
</td>
</tr>
 
<tr>
<td>Swedish</td>
<td>
Bj&ouml;rn T. Hallberg (bjornth@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Tatarish</td>
<td>
Albert Fazl&iacute; (amichauer@gmx.de)
</td>
</tr>
 
<tr>
<td>Thai</td>
<td>
Arthit Suriyawongkul (bacteria@users.sourceforge.net)
</td>
</tr>
 
<tr>
<td>Turkish</td>
<td>
Bora Alioglu (boralioglu@yahoo.co.uk)
</td>
</tr>
 
<tr>
<td>Ukrainian</td>
<td>
Markijan Baran (marco@meduniv.lviv.ua)
</td>
</tr>
</table>
 
</body>
 
</html>
/Web/Maintenance/phpMyAdmin/user_password.php
0,0 → 1,175
<?php
/* $Id: user_password.php,v 2.10 2005/11/24 09:12:16 nijel Exp $ */
// vim: expandtab sw=4 ts=4 sts=4:
 
 
/**
* Gets some core libraries
*/
require_once('./libraries/common.lib.php');
 
/**
* Displays an error message and exits if the user isn't allowed to use this
* script
*/
if (!$cfg['ShowChgPassword']) {
$cfg['ShowChgPassword'] = PMA_DBI_select_db('mysql');
}
if ($cfg['Server']['auth_type'] == 'config' || !$cfg['ShowChgPassword']) {
require_once('./libraries/header.inc.php');
echo '<p><b>' . $strError . '</b></p>' . "\n"
. '<p>&nbsp;&nbsp;&nbsp;&nbsp;' . $strNoRights . '</p>' . "\n";
require_once('./libraries/footer.inc.php');
} // end if
 
 
/**
* If the "change password" form has been submitted, checks for valid values
* and submit the query or logout
*/
if (isset($nopass)) {
$error_msg = '';
 
if ($nopass == 0 && isset($pma_pw) && isset($pma_pw2)) {
if ($pma_pw != $pma_pw2) {
$error_msg = $strPasswordNotSame;
}
if (empty($pma_pw) || empty($pma_pw2)) {
$error_msg = $strPasswordEmpty;
}
} // end if
 
// here $nopass could be == 1
if (empty($error_msg)) {
 
// Defines the url to return to in case of error in the sql statement
$common_url_query = PMA_generate_common_url();
 
$err_url = 'user_password.php?' . $common_url_query;
$hashing_function = (PMA_MYSQL_INT_VERSION >= 40102 && !empty($pw_hash) && $pw_hash == 'old' ? 'OLD_' : '')
. 'PASSWORD';
 
$sql_query = 'SET password = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . preg_replace('@.@s', '*', $pma_pw) . '\')');
$local_query = 'SET password = ' . (($pma_pw == '') ? '\'\'' : $hashing_function . '(\'' . PMA_sqlAddslashes($pma_pw) . '\')');
$result = @PMA_DBI_try_query($local_query) or PMA_mysqlDie(PMA_DBI_getError(), $sql_query, FALSE, $err_url);
 
// Changes password cookie if required
// Duration = till the browser is closed for password (we don't want this to be saved)
if ($cfg['Server']['auth_type'] == 'cookie') {
 
setcookie('pma_cookie_password-' . $server,
PMA_blowfish_encrypt($pma_pw,
$GLOBALS['cfg']['blowfish_secret'] . $GLOBALS['current_time']),
0,
$GLOBALS['cookie_path'], '',
$GLOBALS['is_https']);
 
} // end if
// For http auth. mode, the "back" link will also enforce new
// authentication
$http_logout = ($cfg['Server']['auth_type'] == 'http')
? '&amp;old_usr=relog'
: '';
 
// Displays the page
require_once('./libraries/header.inc.php');
echo '<h1>' . $strChangePassword . '</h1>' . "\n\n";
$show_query = 'y';
PMA_showMessage($strUpdateProfileMessage);
?>
<a href="index.php?<?php echo $common_url_query . $http_logout; ?>" target="_parent">
<b><?php echo $strBack; ?></b></a>
<?php
exit();
} // end if
} // end if
 
 
/**
* If the "change password" form hasn't been submitted or the values submitted
* aren't valid -> displays the form
*/
// Loads the headers
$js_to_run = 'user_password.js';
require_once('./libraries/header.inc.php');
echo '<h1>' . $strChangePassword . '</h1>' . "\n\n";
 
// Displays an error message if required
if (!empty($error_msg)) {
echo '<p><b>' . $strError . ':&nbsp;' . $error_msg . '</b></p>' . "\n";
}
 
// loic1: autocomplete feature of IE kills the "onchange" event handler and it
// must be replaced by the "onpropertychange" one in this case
$chg_evt_handler = (PMA_USR_BROWSER_AGENT == 'IE' && PMA_USR_BROWSER_VER >= 5)
? 'onpropertychange'
: 'onchange';
 
// Displays the form
?>
<form method="post" action="./user_password.php" name="chgPassword" onsubmit="return checkPassword(this)">
<?php echo PMA_generate_common_hidden_inputs(); ?>
<table border="0">
<tr>
<td colspan="2">
<input type="radio" name="nopass" value="1" onclick="pma_pw.value = ''; pma_pw2.value = ''; this.checked = true" />
<?php echo $GLOBALS['strNoPassword'] . "\n"; ?>
</td>
</tr>
<tr>
<td>
<input type="radio" name="nopass" value="0" checked="checked " />
<?php echo $GLOBALS['strPassword']; ?>:&nbsp;
</td>
<td>
<input type="password" name="pma_pw" size="10" class="textfield" <?php echo $chg_evt_handler; ?>="nopass[1].checked = true" />
&nbsp;&nbsp;
<?php echo $GLOBALS['strReType']; ?>:&nbsp;
<input type="password" name="pma_pw2" size="10" class="textfield" <?php echo $chg_evt_handler; ?>="nopass[1].checked = true" />
</td>
</tr>
<?php
 
if (PMA_MYSQL_INT_VERSION >= 40102) {
?>
<tr>
<td>
<?php echo $strPasswordHashing; ?>:
</td>
<td>
<input type="radio" name="pw_hash" id="radio_pw_hash_new" value="new" checked="checked" />
<label for="radio_pw_hash_new">
MySQL&nbsp;4.1
</label>
</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<input type="radio" name="pw_hash" id="radio_pw_hash_old" value="old" />
<label for="radio_pw_hash_old">
<?php echo $strCompatibleHashing; ?>
</label>
</td>
</tr>
<?php
}
 
?>
<tr>
<td colspan="2">&nbsp;</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="<?php echo($strChange); ?>" />
</td>
</tr>
</table>
</form>
 
<?php
/**
* Displays the footer
*/
require_once('./libraries/footer.inc.php');
?>